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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.1;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #000;
	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;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}


.en{
	font-family: "minion-pro", serif !important;
	font-weight: 400;
	text-transform: capitalize;
}


/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.ja{
	display: block;
	font-size: 2.1rem;
	margin-bottom: 10px;
}
h2.title span.en{
	display: block;
	font-size: 1.1rem;
}
h2.title span.ja span{
	letter-spacing: 0.18em;
}
h2.title span.en span{
	letter-spacing: 0.25em;
}
h2.title span.en span:first-child{
	color: #ff8199;
}
h2.title.white span.en span,
h2.title.white span.en span::first-letter,
h2.title.white span.ja span{
	color: #fff;
}
@media (max-width: 750px){
	h2.title{
		margin-bottom: 30px;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.ja{
		font-size: 1.8rem;
		margin-bottom: 6px;
	}
	h2.title span.en{
		font-size: 1rem;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #000;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}
.dtitle.white{
	color: #fff;
}
.dtitle.white::after{
	background: #fff;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 52 / 23;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 1.5rem;
	}
}


.etitle{
	font-size: 1.2rem;
	padding-left: 15px;
	border-left: 4px solid #000;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	position: relative;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	padding: 12px 0;
	padding-left: 35px;
	border-radius: 3px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #000;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.rtitle.white{
	background-color: #fff;
}

.rtitle .en{
	display: block;
	font-size: 0.9rem;
	line-height: 1.5;
}
.rtitle .en::first-letter{
	color: #ff8199;
}


.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}





/*ボタン*/
.sbtn{
	width: -moz-fit-content;
	width: fit-content;
	min-width: 130px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	position: relative;
	padding: 5px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sbtn a::after{
	content: '';
	display: block;
	width: 15px;
	aspect-ratio: 21 / 15;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	background: url(../img/sbtn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: 0.4s;
}
.sbtn a:hover{
}
.sbtn a:hover::after{
	transform: translate(5px, -50%);
}

.sbtn.white a{
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}
.sbtn.white a::after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(80deg) brightness(102%) contrast(101%);
}


.lbtn{
	max-width: 300px;
	margin: 0 auto;
}
.lbtn a{
	display: block;
	border: 1px solid #000;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	letter-spacing: 0.18em;
	font-size: 0.9rem;
	transition: all .5s ease;
}
.lbtn a i{
	display: inline-block;
	font-size: 0.8em;
	transform: translateY(-1px);
}
.lbtn a:hover{
	opacity: 0.2;
}


.sbtn.left,
.lbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	width: 100%;
	max-width: 220px;
}
.lbtn.long{
	max-width: none;
}

.sbtn.fax,
.lbtn.fax{
	pointer-events: none;
}



.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.lbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.lbtn2 .lbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
	.lbtn2{
		display: block;
	}
	.lbtn2 .lbtn{
		width: 100%;
	}
	.lbtn2 .lbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 18px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background-color: #222;
	color: #fff;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table th,
	.info_table td{
		font-size: 0.9rem;
	}
}

.info_table.white{
}
.info_table.white tr{
	border-color: #fff;
}
.info_table.white th,
.info_table.white td{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}


/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #007766;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.white td{
	background: #fff;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


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

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

span.ib{
	display: inline-block;
}
span.mini{
	display: inline-block;
	font-size: 0.8em;
}

/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}
ul.check_list li:last-child{
	margin-bottom: 0;
}

ul.check_list02 li{
	background-color: #000;
	color: #fff;
	letter-spacing: 0.08em;
	padding: 2px 18px;
	margin-bottom: 6px;
}
ul.check_list02 li::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	margin-right: .5em;
	font-size: .8em;
	transform: translateY(-1px);
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 15px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

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


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.mini_flex .img{
		width: 300px;
	}
	.mini_flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		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%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}

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






.overwrap{
	overflow-x: clip;
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s cubic-bezier(0.32, 0.1, 0, 1);
	transition-delay: 0.18s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}




.t_ani{
	overflow-y: hidden;
	-webkit-perspective: 500px;
	perspective: 500px;
}
.t_ani::-webkit-scrollbar{
	display: none;
}
.t_ani span{
	display: inline-block;
    transform: translateY(100%);
}
.t_ani.inview span{
	animation: pop 1.5s ease-out forwards;
}
@keyframes pop {
	0% {
	  transform: translateX(1em);
	  opacity: 0;
	}
	30% {
	  transform: translateX(1em);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
}





/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #ddd;
}
.site_header.transform{
}


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


.site_header .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 200px);
	padding: 0 35px;
}

.site_header h1{
	width: 160px;
	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 .tr{
	position: relative;
}
.site_header .tr::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #000;
	pointer-events: none;
	z-index: 1;
}
.site_header .tr .btn{
	width: 200px;
}
.site_header .tr .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #f4f4f4;
	font-size: 1rem;
	font-weight: 600;
}
.site_header .tr .btn:nth-child(2) a{
	background-color: #000;
	color: #fff;
}
.site_header .tr .btn a i{
	display: inline-block;
	margin-right: 8px;
}
.site_header .tr .btn a:hover{
	opacity: 0.6;
}
.site_header .tr .btn.fax a:hover{
	opacity: 1;
}



/*global_nav*/
.global_nav{
}
.global_nav ul{
	display: flex;
	justify-content: right;
}
.global_nav ul li{
	margin-right: 35px;
	transition: .4s;
}
.global_nav ul li:last-child{
	margin: 0 !important;
}
.global_nav ul li a{
	display: block;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-size: 1.1rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}
.global_nav ul li a span{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	color: #aaa;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 3px;
	border-bottom: 1px solid #ddd;
}
.global_nav ul li a span::first-letter{
	color: #ff8199;
}
.global_nav ul li a:hover{
	opacity: 0.4;
}
@media (max-width: 1200px){
	.site_header .info{
		width: 100%;
		padding: 0 20px;
		height: 70px;
	}
	.site_header .tr,
	.global_nav{
		display: none;
	}
	.site_header h1{
		width: 120px;
	}
}
@media (max-width: 960px){
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	height: calc(100vh - 80px);
	margin-top: 80px;
}
.top_slider::after{
	content: '';
	width: 90%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f4f4f4;
	pointer-events: none;
	z-index: -1;
}

.top_slider .fv_wrap{
	position: relative;
	width: 96%;
	margin: 0 0 0 auto;
	background-color: #fff;
}

.top_slider .slider{
	width: 100%;
	overflow: hidden;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: calc(95vh - 80px);
	min-height: 400px;
}
.top_slider .slider li::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
.top_slider .slider li.add-animation .slide_img{
	animation: zoom 12s linear 0s forwards;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}



/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0,-50%);
	pointer-events: none;
	z-index: 5;
	width: 90%;
	animation: apper 2.5s ease-in-out;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
.top_slider .catch span{
	display: block;
	color: #fff;
	line-height: 1.5;
}
.top_slider .catch span.ja{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 3.6rem;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
}
.top_slider .catch span.en{
	font-size: 1.2rem;
	letter-spacing: 0.3em;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 1200px){
	.top_slider{
		height: calc(75vh - 70px);
		margin-top: 70px;
	}
	.top_slider::after{
		height: 40%;
	}
	.top_slider .fv_wrap{
		width: 96%;
		margin: 0 0 0 auto;
	}
	.top_slider .slider li{
		height: calc(70vh - 70px);
	}

	.top_slider .catch{
		left: 3%;
		width: 94%;
	}
	.top_slider .catch span{
		line-height: 1.5;
	}
	.top_slider .catch span.ja{
		font-size: 1.9rem;
		margin-bottom: 25px;
	}
	.top_slider .catch span.en{
		font-size: 0.75rem;
	}
}



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

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.s_middle{
	position: relative;
	height: 500px;
	z-index: 1;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}


.bg01{
	background-color: #f4f4f4;
}





/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	width: 96%;
	margin: 0 auto;
	z-index: 2;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -10;
	-webkit-backdrop-filter:grayscale(50%);
	backdrop-filter:grayscale(50%);
}
.welcome img.deco{
	display: block;
	width: 90%;
	max-width: 900px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: -1;
	opacity: 0.1;
}
.welcome .text{
	max-width: 600px;
	color: #fff;
}
@media (max-width: 750px){
	.welcome .text{
		padding: 0 10px;
	}
}




/*===t_feature==============================*/
.t_feature{
}
.t_feature::after{
	content: '';
	width: 80%;
	height: 70%;
	position: absolute;
	top: -20%;
	right: 0;
	background-color: #f4f4f4;
	pointer-events: none;
	z-index: -1;
}
.t_feature .flex{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.t_feature .flex .box{
	padding: 20px;
	border-right: 1px solid #ddd;
}
.t_feature .flex .box:last-child{
	border: none !important;
	margin: 0 !important;
}
.t_feature .flex .box .img{
	margin-bottom: 20px;
}
.t_feature .flex .box h3{
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.t_feature .flex .box h3 span.en{
	display: block;
	font-size: 0.9rem;
}
.t_feature .flex .box h3 span.en::first-letter{
	color: #ff8199;
}


@media (max-width: 750px){
	.t_feature .flex{
		grid-template-columns: repeat(1, 1fr);
	}
	.t_feature .flex .box{
		padding: 20px;
		border-right: none;
	}
}



/*===t_service==============================*/
.t_service{
}
.t_service::after{
	content: '';
	width: 80%;
	height: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #f4f4f4;
	pointer-events: none;
	z-index: -1;
}


@media (max-width: 750px){

}



/*===t_demolition==============================*/
.t_demolition{
}
.t_demolition::after{
	content: '';
	width: 80%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f4f4f4;
	pointer-events: none;
	z-index: -1;
}





/*===link==============================*/
.site_link .flex{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.site_link .flex .box{
}
.site_link .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	aspect-ratio: 7 / 4;
	overflow: hidden;
}
.site_link .flex .box a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.site_link .flex .box a img.bg{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.8s;
	filter:grayscale(100%);
}
.site_link .flex .box a h3{
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
	z-index: 5;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
.site_link .flex .box a h3 span.ja{
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.site_link .flex .box a h3 span.en{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
/*矢印*/
.site_link .flex .box a .arrow{
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 100px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 4;
	cursor: pointer;
	transition: 0.6s;
	transition-delay: 0.2s;
	color: #fff;
	font-size: 1.8rem;
}
.site_link .flex .box a:hover{
}
.site_link .flex .box a:hover img.bg{
	transform: scale(1.06);
	filter:grayscale(0);
}
.site_link .flex .box a:hover .arrow{
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	transform: scale(0.9);
}
@media (max-width: 1200px){
	.site_link .flex .box a h3{
		bottom: 20px;
		left: 20px;
	}
	.site_link .flex .box a .arrow{
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 960px){
	.site_link .flex{
		display: block;
	}
	.site_link .flex .box{
		width: 100%;
		margin-bottom: 10px;
	}
	.site_link .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.site_link .flex .box a{
		aspect-ratio: 3 / 2;
	}
}
@media (max-width: 750px){
	.site_link .flex .box a h3{
		bottom: 15px;
		left: 15px;
	}
	.site_link .flex .box a h3 span.ja{
		font-size: 2rem;
	}
	.site_link .flex .box a h3 span.en{
		font-size: 1.1rem;
	}
	.site_link .flex .box a .arrow{
		width: 70px;
		font-size: 1.4rem;
	}
}







/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	text-align: center;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.footer_top .btn_wrap .btn.fax a{
	pointer-events: none;
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0 40px;
}

footer h3{
	width: 80%;
	max-width: 150px;
	margin: 0 auto 30px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.9rem;
}

.footer_bottom{
	background: #000;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 750px){
}


.footer_nav{
	margin: 0 auto;
	margin-top: 30px;
	max-width: 960px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ddd;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	letter-spacing: 0.2em;
	font-size: 0.9rem;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
	}
	.footer_nav ul{
		display: block;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ddd;
		padding: 15px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #ddd;
	}
	.footer_nav ul li a{
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translate(1px, -1px);
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}



/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 80px;
  	position: fixed;
  	right: 0;
  	bottom: 0;
	opacity: 0;
	transition: 1s;
  	background: #000;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	aspect-ratio: 1 / 1;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 12px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 180px 0 100px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: -1;
}
/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 140px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===事業内容ページ==============================*/
.service{
}



.area{
}




/*===写真ギャラリーCMS(カテゴリ管理なし)==============================*/
.gallery_single{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_single .item{
	width: calc(100% / 3 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_single .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}
.gallery_single .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_single .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_single .item a:hover img{
	transform: scale(1.1);
}
.gallery_single .item p{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.gallery_single .item p:last-child{
	margin-bottom: 0 !important;
}
.gallery_single .item p span.sub{
	display: inline-block;
	background-color: #000;
	color: #fff;
	width: 90px;
	text-align: center;
	margin-right: 10px;
}
@media (max-width: 960px){
	.gallery_single .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 750px){
	.gallery_single .item p{
		font-size: 0.8rem;
	}
	.gallery_single .item p span.sub{
		display: block;
		margin-bottom: 3px;
	}
}




/*===解体をお考えの方へページ==============================*/
.trouble{
}

ul.trouble_list{
	max-width: 750px;
	margin: 0 auto;
}
ul.trouble_list li{
	background-color: #f4f4f4;
	padding: 6px 15px;
	font-size: 1.15rem;
	margin-bottom: 8px;
}
ul.trouble_list li:last-child{
	margin-bottom: 0 !important;
}




.choice_point .container{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px 10px;
}
.choice_point .container .wrapper{
	background-color: #fff;
	padding: 30px;
}
@media (max-width: 750px){
	.choice_point .container{
		grid-template-columns: repeat(1, 1fr);
	}
	.choice_point .container .wrapper{
		padding: 20px;
	}
}



.flow_container{
}
.flow_container .flow_wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.flow_container .flow_wrap::before{
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 45px;
	background-color: #ccc;
	pointer-events: none;
	z-index: -1;
}
.flow_container .flow_wrap:last-child{
	padding-bottom: 0 !important;
}
.flow_container .flow_wrap p.num{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 100px;
	line-height: 1;
	color: #fff;
	background-color: #000;
}
.flow_container .flow_wrap p.num span{
	display: block;
	font-size: 1.6em;
	margin-top: 10px;
}
.flow_container .flow_wrap .box{
	width: calc(100% - 100px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 30px;
}
.flow_container .flow_wrap .box .img{
	width: 40%;
}
.flow_container .flow_wrap .box .text{
	width: 56%;
}
.flow_container .flow_wrap .box .text h3{
	font-size: 1.5rem;
	letter-spacing: 0.12em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.flow_container .flow_wrap .box .text h3 span.sub{
	display: block;
	color: #ff8199;
	font-size: 1rem;
	letter-spacing: 0.12em;
}
@media (max-width: 750px){
	.flow_container .flow_wrap{
		position: relative;
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
	}
	.flow_container .flow_wrap::before{
		left: 30px;
	}
	.flow_container .flow_wrap:last-child{
		padding-bottom: 0 !important;
	}
	.flow_container .flow_wrap p.num{
		width: 70px;
	}
	.flow_container .flow_wrap p.num span{
		display: block;
		font-size: 1.6em;
		margin-top: 10px;
	}
	.flow_container .flow_wrap .box{
		width: calc(100% - 70px);
		display: block;
		padding: 20px;
	}
	.flow_container .flow_wrap .box .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.flow_container .flow_wrap .box .text{
		width: 100%;
	}
	.flow_container .flow_wrap .box .text h3{
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	.flow_container .flow_wrap .box .text h3 span.sub{
		font-size: 0.9rem;
	}
}





.faq_accordion{
	margin: 0 auto;
	max-width: 960px;
}
.faq_accordion li{
	margin-bottom: 15px;
}
.faq_accordion li:last-child{
	margin-bottom: 0 !important;
}
.faq_accordion li h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
	letter-spacing: 0.1em;
    padding: 30px 20px;
	padding-right: 50px;
    transition: all .5s ease;
	background-color: #fff;
	display: flex;
}
.faq_accordion li h3 span.en{
	display: inline-block;
	font-size: 1.4em;
	margin-right: 0.5em;
	line-height: 1;
	color: #000;
}
.faq_accordion li h3::before,
.faq_accordion li h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 1px;
    background-color: #000;
}
.faq_accordion li h3::before{
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}
.faq_accordion li h3::after{    
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
}
.faq_accordion li h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion li h3.close::after{
	transform: rotate(-45deg);
}

.faq_accordion li .text{
	position: relative;
    display: none;
	background-color: #fff;
    padding: 30px 20px;
}
.faq_accordion li .text::before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eee;
	pointer-events: none;
	z-index: 1;
}
.faq_accordion li .text .flex{
	display: flex;
	justify-content: space-between;
}
.faq_accordion li .text .flex span.en{
	display: inline-block;
	color: #ff8199;
	font-size: 1.8em;
	margin-right: 0.5em;
	line-height: 1;
}
.faq_accordion li .text .flex .info{
	width: 100%;
}
.faq_accordion li .text .flex .info p{
	margin-bottom: 5px;
}
.faq_accordion li .text .flex .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.faq_accordion li h3{
		padding: 20px;
		padding-right: 50px;
	}
	.faq_accordion li .text{
		padding: 20px 20px;
	}
	.faq_accordion li .text .flex span.en{
		font-size: 1.4em;
	}
}




/*===ページ==============================*/

.greeting{
}
.greeting .text{
	max-width: 750px;
	margin: 0 auto;
}
.greeting .tail{
	text-align: right;
	margin-top: 20px;
}
.greeting .tail p{
	line-height: 1.7;
}



/*===お問い合わせページ==============================*/
.contact .tel_contact .wrap{
	background-color: #f4f4f4;
	padding: 25px 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	letter-spacing: 0.08em;
	font-family: "minion-pro", serif;
	font-weight: 400;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
	letter-spacing: 0.08em;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap .info{
}
.contact .tel_contact .wrap .info p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
	}
	.contact .tel_contact .wrap .sub{
		font-size: 1.8rem;
		margin-right: 0;
	}
	.contact .tel_contact .wrap .sub a{
		font-size: 2rem;
	}
}




/*メールフォーム*/
.mailform{
}
.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: 28%;
	letter-spacing: 0.08em;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #000;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
  	padding: 10px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #f5f5f5;
}
.mailform textarea{
	height: 200px !important;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	padding: 14px 5px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #000;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

.form_middle{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 30px 0 15px;
}
@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%;
	}
	.form_middle{
		margin: 10px 0 5px;
	}
}



/*チェックボックス*/
input[type=checkbox]{
	cursor: pointer;
	margin-right: 10px;
}
label.check_label{
	display: block !important;
	margin-bottom: 8px !important;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
	letter-spacing: 0.1em;
}
/*ラジオボタン*/
input[type=radio]{
	cursor: pointer;
}
label.radio_label{
	display: inline-block !important;
	cursor: pointer;
	letter-spacing: 0.1em;
	margin-right: 20px;
	margin-bottom: 8px !important;
}
@media (max-width: 750px){
	label.radio_label{
		display: block !important;
		width: -moz-fit-content;
		width: fit-content;
	}
}



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

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f4f4f4;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.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;
}