@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 500;
	line-height: 1.7;
	color: #222;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration: none;
	color: #222;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
	background: #fff;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}


.mg80{
	margin-bottom: 80px;
}
.mg60{
	margin-bottom: 60px;
}
.mg40{
	margin-bottom: 40px;
}
.mg20{
	margin-bottom: 20px;
}
.mg10{
	margin-bottom: 10px;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}


h2.title{
	margin-bottom: 40px;
	color: #072A4F;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	max-width: 100%;
	overflow: hidden;
}
h2.title span.en{
	display: block;
	font-family: 'Scheherazade New', serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 4rem;
	letter-spacing: 0.15em;
	line-height: 1;
}
h2.title span.en::first-letter{
	color: #B51207;
}
h2.title span.ja{
	display: block;
	font-size: 1.5rem;
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	letter-spacing: 0.1rem;
	font-family: 'Noto Serif JP', serif;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white{
	color: #fff;
	text-shadow: none;
}
h2.title.white span.en::first-letter{
	color: #fff;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3rem;
	}
	h2.title span.ja{
		font-size: 1.2rem;
	}
}


/*mtitle*/
.mtitle{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #093869;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
  	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #093869;
}

/*dtitle*/
.dtitle{
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

.ntitle{
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #093869;
}

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
	font-size: 1.2rem;
}


/*ボタン*/
.sbtn{
	text-align: center;
}
.sbtn a{
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 0.8rem;
	color: #fff;
	transition: all .5s ease;
	background: #19B55A;
}
.sbtn a:hover{
	background:#fff;
	color: #19B55A;
	border: 1px solid #19B55A;
}
.sbtn.left a{
	margin: 0 auto 0 0;
}

.sbtn.white a{
	background:#fff;
	color: #19B55A;
	border: 1px solid #19B55A;
}
.sbtn.white a:hover{
	color: #fff;
	background: #19B55A;
}

.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 750px){
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}



/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th {
	background: #093869;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table th,
.info_table td {
	padding: 15px 0;
}
.info_table td{
	padding-left: 10px;
}
.info_table td {
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #093869;
}
.info_table02 th,
.info_table02 td {
	padding: 15px 0;
}
.info_table02 td{
	padding-left: 10px;
}
.info_table02 td{
	width: 70%;
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #093869;
	margin-right: .5em;
	font-size: .9em;
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #093869;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*===// 共通部分ここまで ===========*/






/*===ヘッダー==============================*/
.site_header{
	transition: 0.6s;
	padding: 10px 0;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
}
.sticky{
	position: sticky;
	top: 0;
	z-index: 100;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 400px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
	width: 80%;
}
.site_header .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 0 auto;
	margin-bottom: 20px;
}

.site_header .tr .sbtn a{
	margin: 0 auto;
	margin-left: 20px;
	width: 200px;
	padding: 10px 0;
}

/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
	padding-bottom: 10px;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #093869;
	font-family: 'Scheherazade New', serif;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #093869;
	margin: 5px auto;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span::after{
	width: 20px;
}
@media (max-width: 1150px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header h1{
		width: 300px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header{
		padding: 20px 0;
	}
	.site_header h1{
		width: 270px;
	}
}


/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider{
	width: 100%;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.top_slider .slider li{
	width: 100%;
	height: 80vh;
	min-height: 400px;
}
.top_slider .slider li.top01{
	background: url(../img/top01.jpg);
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top02{
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top03{
	background: url(../img/top03.jpg);
	background-size: cover;
	background-position: center center;
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 90%;
	max-width: 600px;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.bg01{
	background: url(../img/stripe01.png);
}
.bg02{
	background: url(../img/stylish07.png);
	background-size: 100px;
}


/*==welcome==============================*/
.welcome{

}

/*===link==============================*/
.d_link{
	padding-bottom: 0;
}
.d_link .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.d_link .flex .box{
	width: 50%;
}
.d_link .flex .box a{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 300px;
	position: relative;
}
.d_link .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	/*background-color: rgba(0, 122, 196, 0.4);*/
	background-color: rgba(0, 0, 0, 0.5);
}
.d_link .flex .box a > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.d_link .flex .box a h3{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}
.d_link .flex .box a h3 .en{
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: 'Scheherazade New', serif;
}
.d_link .flex .box a h3 .ja{
	display: block;
}

.d_link .flex .box a .hide{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: 1s;
	overflow: hidden;
	z-index: 3;
}
.d_link .flex .box a .hide .arrow{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	opacity: 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Scheherazade New', serif;
	text-transform: capitalize;
	position: relative;
}
.d_link .flex .box a .hide .arrow span{
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.d_link .flex .box a .hide .arrow i{
	display: block;
	position: relative;
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	margin-top: 1em;
}
.d_link .flex .box a .hide .arrow i::before{
	content: '';
	background: #fff;
	width: 13px;
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(40deg);
	transform-origin: right bottom
}
.d_link .flex .box a:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.d_link .flex .box a:hover > img{
	transform: scale(1.05);
}
.d_link .flex .box a:hover .hide{
	opacity: 1;
	-ms-backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	/*background-color: rgba(0, 122, 196, 0.5);*/
	background-color: rgba(0, 0, 0, 0.6);
}
.d_link .flex .box a:hover .hide .arrow{
	opacity: 1;
	transition: all 1s cubic-bezier(.77,0,.175,1);
}

@media (max-width: 750px){
	.d_link .flex .box{
		width: 100%;
	}
	.d_link .flex .box.even{
		margin-top: 0;
	}
}


/*===バイクカスタム==============================*/
.bike{
	background: url(../img/bike_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
	color: #fff;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .bike{
	background-attachment: scroll;
}
.bike::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.bike .img_wrap2{
	margin: 0 auto;
	max-width: 960px;
}



/*===フッター==============================*/
.footer_top{
	background: #093869;
	padding: 60px 0;
	text-align: center;
}
.footer_top p{
	color: #fff;
	font-weight: bold;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-around;
}
.footer_top .btn_wrap .btn{
	width: 360px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	background: #072A4F;
	color: #fff;
	padding: 20px 0;
	font-size: 1.5rem;
	border: 1px solid #fff;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #093869;
	transform: scale(1.02);
}

.footer_middle{
	text-align: center;
	padding: 60px 0 20px;
}
.footer_middle h3{
	width: 80%;
	max-width: 340px;
	margin: 0 auto 10px;
}
.footer_middle h3 a{
	display: block;
	width: 100%;
}
.footer_middle h3 a img{
	display: block;
	width: 100%;
}
.footer_middle h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	background: #072A4F;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	height: 50px;
  	position: fixed;
  	right: 10px;
  	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #072A4F;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	font-weight: 900;
  	font-size: 25px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
	opacity: .6;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	background-image: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 80px;
}

#pavement .kasou_top{
	background-image: url(../img/kasou_top_pavement.jpg);
}
#transportation .kasou_top{
	background-image: url(../img/kasou_top_transportation.jpg);
}
#works .kasou_top{
	background-image: url(../img/kasou_top_works.jpg);
}
#recruit .kasou_top{
	background-image: url(../img/kasou_top_recruit.jpg);
}



.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index:-1;
}
.kasou_top::after{
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	margin: 0 auto;
}
.kasou_top h2{
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	color: #093869;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1rem;
}
.kasou_top h2 span.en{
	display: block;
	text-transform: uppercase;
	font-size: 0.5em;
	font-family: 'Scheherazade New', serif;
}
@media (max-width: 750px){
	.kasou_top{
		padding-top: 60px;
	}
	.kasou_top::after{
		height: 60px;
	}
	.kasou_top h2{
		font-size: 1.5rem;
	}
}


/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
	color: #444;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #072A4F;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}



/*===舗装工事ページ==============================*/
.pv_flex{
	display: flex;
	flex-wrap: wrap;
}
.pv_flex .box{
	width: 31%;
	margin: 0 1% 30px;
}
.pv_flex .box:last-child{
	margin-bottom: 0;
}
.pv_flex .box .img{
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.pv_flex .box{
		width: 48%;
	}
}
@media (max-width: 450px){
	.pv_flex .box{
		width: 100%;
	}
}

.reasons{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reasons .item{
	width: 31%;
	text-align: center;
}
.reasons .item .num{
	margin-bottom: 5px;
}
.reasons .item .circle{
	border: 1px solid #093869;
	padding: 5px 0;
}
.reasons .item .circle p{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1rem;
}
@media (max-width: 750px){
	.reasons .item{
		width: 100%;
		margin-bottom: 10px;
	}
}


/*===重機運搬ページ==============================*/
.tr_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tr_flex .box{
	width: 48%;
	margin-bottom: 40px;
}
.tr_flex .box:last-child{
	margin-bottom: 0;
}
.tr_flex .box .img{
	margin-bottom: 10px;
}
@media (max-width: 450px){
	.tr_flex .box{
		width: 100%;
	}
}


/*===施工実績ページ==============================*/
@media (max-width: 450px){
	.works table th{
		font-size: 0.9rem;
	}
}

/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 3px solid #072A4F;
	border-bottom: 3px solid #072A4F;
	padding: 15px 80px;
	line-height: 1.5;
}
.contact .tel_contact a{
	display: block;
	font-size: 2rem;
	margin-bottom: 3px;
	white-space: nowrap;
}
.contact .tel_contact a span{
	font-size: 0.9em;
	margin-right: 5px;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 10px 60px;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 20%;
	font-weight: bold;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.normal{
	font-weight: normal !important;
}
.mailform .row span{
  	color: #fff;
  	background: #093869;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #19B55A;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #19B55A;
}
.mailform .postal_btn:hover{
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #19B55A;
	border: 1px solid #19B55A;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #19B55A;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #093869;
    border-bottom: 3px solid #093869;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
}

/*プライバシーポリシー*/
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: #fff;
}
.privacy_flame p{
	padding: 10px;
}
.privacy p span{
	font-weight: bold;
	font-size: 1rem;
	display: block;
}
/*スクロールバー全体*/
.privacy_flame::-webkit-scrollbar {
    width: 5px;
}

/*スクロールバーの軌道*/
.privacy_flame::-webkit-scrollbar-track {
  	border-radius: 10px;
  	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.privacy_flame::-webkit-scrollbar-thumb {
  	background-color: rgba(0, 0, 0, .5);
  	border-radius: 10px;
  	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .class{
	background-attachment: scroll;
}

/*hakosuka*/
.hakosuka{
	padding: 100px 0;
	position: relative;
}

.hakosuka .sliderhakosuka{
	margin: 0 auto;
	max-width: 960px;
}

.hakosukatitle{
	font-size: 2rem;
	color: #072A4F;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	max-width: 100%;
	overflow: hidden;
}
.hakosukatitle::first-letter{
	color: #B51207;
}

@media (max-width: 750px){
	.hakosukatitle{
	font-size: 1.4rem;
	}
}

/*==================================================
スライダーのためのcss
===================================*/
.sliderhakosuka {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slidehakosuka .img{
    width:60vw;
    height:auto;
}

.sliderhakosuka .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.sliderhakosuka .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots li {
	display: none;
}