html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}


.en{
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-style: normal;
}

*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #111;
	transition: .3s;
}

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;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}




.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .5s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}




.scale-big{
	transform: scale(0.8);
	opacity: 0;
	transition: transform .4s ease-out, opacity .2s;
}

.scale-big.inview{
	transform: scale(1);
	opacity: 1;
}


.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

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

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}

.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}


.w100{
	width: 100%;
}

/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 150px 0;
	z-index: 10;
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 100px 0;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 50px 0;
		padding-top: 70px;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.5rem;
	}
	
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #f5f5f5;
}


.txt{
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
}



@media (max-width: 960px){
	.none_960{
		display: none;
	}


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	body{
		font-size: 1.5rem;
	}
	
}


.reverse{
	flex-direction: row-reverse;
}



@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

.center_l{
	display: flex;
	align-items: center;
}

body p{
	letter-spacing: 0.1em;
}

i{
	padding-right: 0.4em;
}



/* btn */

.main_btn a{
	position: relative;
	display: block;
	letter-spacing: 0.03em;
	padding-right: 50px;
	border-bottom: solid 1px #333;
	padding-left: 7px;
	padding-bottom: 5px;
}

.main_btn{
	width: fit-content;
	margin: 0 0 0 auto;
	margin-top: 30px;
}

.main_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	background: url(../img/arrow.png);
	background-size: cover;
	background-position: center;
	top: 46%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	transition: all .3s;
}

.main_btn a:hover::before{
	right: 0;
}

.main_btn a:hover{
	opacity: 0.7;
}


/* フォントサイズ (scale 1.200, body 16px) */

.king{
	font-size: 4.778rem;
}

.biggest{
	font-size: 3.981rem;
}

.big{
	font-size: 3.318rem;
}

.s_big{
	font-size: 2.765rem;
}

.f_txt{
	font-size: 2.304rem;
}

.s_f_txt{
	font-size: 1.92rem;
}


.sm{
	font-size: 1.33rem;
}


@media (max-width: 650px){
	.biggest{
		font-size: 3.2rem;
	}
	.king{
		font-size: 5rem;
	}
	.big{
		font-size: 3.2rem;
	}
	.s_big{
		font-size: 2rem;
	}
	.s_f_txt{
		font-size: 1.6rem;
	}
	.txt{
		line-height: 2.2;
	}

}



/* sub_ttl */

.sub_ttl{
	position: relative;
	margin-bottom: 40px;
	line-height: 1;
	padding-left: 40px;
	padding-right: 35px;
	letter-spacing: 0.03em;
}

.sub_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 45%;
	background-color: #cab093;
	transform: skewX(-30deg);
	bottom: 0;
	left: 0;
}

.sub_ttl::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 45%;
	background-color: #cab093;
	transform: skewX(-30deg);
	top: 0;
	left: 12px;
}


@media (max-width: 650px){
	.sub_ttl{
		font-size: 2.4rem;
		width: fit-content;
		margin: 0 auto 30px;
		padding-right: 15px;
	}
}


/* fv */


.test{
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

.test_container {  display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	gap: 10px 10px;
	grid-auto-flow: row;
	grid-template-areas:
	  "test01 test01 test01 test03 test03 test03 test05 test05 test05 test07 test07 test07"
	  "test01 test01 test01 test03 test03 test03 test05 test05 test05 test07 test07 test07"
	  "test01 test01 test01 test03 test03 test03 test05 test05 test05 test07 test07 test07"
	  "test02 test02 test02 test03 test03 test03 test06 test06 test06 test07 test07 test07"
	  "test02 test02 test02 test04 test04 test04 test06 test06 test06 test08 test08 test08"
	  "test02 test02 test02 test04 test04 test04 test06 test06 test06 test08 test08 test08"
	  "test02 test02 test02 test04 test04 test04 test06 test06 test06 test08 test08 test08";
  }
  
  .test01 { grid-area: test01; }
  
  .test02 { grid-area: test02; }
  
  .test03 { grid-area: test03; }
  
  .test04 { grid-area: test04; }
  
  .test05 { grid-area: test05; }
  
  .test06 { grid-area: test06; }
  
  .test07 { grid-area: test07; }
  
  .test08 { grid-area: test08; }


.test_a{
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.test_a.test01::before{
	display: none;
}

/* .test_a::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.2);
	top: 0;
	left: 0;
	z-index: 0;
}
.test_b::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.2);
	top: 0;
	left: 0;
	z-index: 0;
} */

.test_b{
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 4;
}
.test02{
}
.test03{
}

.test05{
}
.test06{
}
.test07{
}
.test08{
}

.test img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.test .price_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	width: 68%;
	max-width: 200px;
	font-size: 1.4rem;
}

.test04 .price_box{
	top: auto;
	bottom: 20px;
	left: auto;
	right: 40px;
	transform: translate(0,0);
}
.test07 .price_box{
	top: 75%;
}
.test02 .price_box{
	top: auto;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}

.test .price_box .num{
	display: inline-block;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
	background-color: #f5f5f5;
	padding: 3px 0;
}

.test05 .price_box{
	top: auto;
	bottom: 20px;
	left: 20px;
	transform: translate(0,0);
}

.tes_catch{
	position: absolute;
	width: 100%;
	bottom: 40px;
	right: 60px;
	max-width: 600px;
}


@media (max-width: 1200px){
	.tes_catch{
		width: 80%;
		bottom: 20px;
		right: auto;
		left: 40px;
	}

.test{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
	.test_container {  display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-auto-columns: 1fr;
		gap: 10px 10px;
		grid-auto-flow: row;
		grid-template-areas:
		  "test01 test01 test01 test03 test03 test03"
		  "test01 test01 test01 test03 test03 test03"
		  "test01 test01 test01 test03 test03 test03"
		  "test02 test02 test02 test03 test03 test03"
		  "test02 test02 test02 test04 test04 test04"
		  "test02 test02 test02 test04 test04 test04"
		  "test02 test02 test02 test04 test04 test04"
		  "test05 test05 test05 test07 test07 test07"
		  "test05 test05 test05 test07 test07 test07"
		  "test05 test05 test05 test07 test07 test07"
		  "test06 test06 test06 test07 test07 test07"
		  "test06 test06 test06 test08 test08 test08"
		  "test06 test06 test06 test08 test08 test08"
		  "test06 test06 test06 test08 test08 test08";
	  }
	  
	  .test01 { grid-area: test01; }
	  
	  .test02 { grid-area: test02; }
	  
	  .test03 { grid-area: test03; }
	  
	  .test04 { grid-area: test04; }
	  
	  .test05 { grid-area: test05; }
	  
	  .test06 { grid-area: test06; }
	  
	  .test07 { grid-area: test07; }
	  
	  .test08 { grid-area: test08; }
	  
}

.fv{
	position: relative;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

.fv .container div{
	position: relative;
	height: 100%;
}

.fv .container div::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	top: 0;left: 0;
}

.fv .container div.fvlogo::before{
	display: none;
}


.fv .catch{
	position: absolute;
	bottom: 0;
	right: 80px;
	bottom: 100px;
	width: 30%;
	min-width: 340px;
	z-index: 10;
}

.fv .top_area{
	padding: 100px 0;
}


.fv img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fv .container {  display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	gap: 10px 10px;
	grid-auto-flow: row;
	grid-template-areas:
	  "fvlogo fvlogo fvlogo fv03 fv03 fv03 fv03 fv05 fv05 fv05"
	  "fvlogo fvlogo fvlogo fv03 fv03 fv03 fv03 fv05 fv05 fv05"
	  "fv01 fv01 fv02 fv02 fv02 fv04 fv04 fv06 fv06 fv06"
	  "fv01 fv01 fv02 fv02 fv02 fv04 fv04 fv06 fv06 fv06"
	  "fv01 fv01 fv02 fv02 fv02 fv04 fv04 fv06 fv06 fv06";
  }
  
  .fvlogo { grid-area: fvlogo; }
  
  .fv01 { grid-area: fv01; }
  
  .fv02 { grid-area: fv02; }
  
  .fv03 { grid-area: fv03; }
  
  .fv04 { grid-area: fv04; }
  
  .fv05 { grid-area: fv05; }
  
  .fv06 { grid-area: fv06; }
  


/* header */


header{
	position: relative;
	transition: all .3s;
}
/* header::before{
	content: "";
	display: inline-block;
	position: fixed;
	width: 100vw;
	height: 78px;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99;
} */

header h1{
	position: fixed;
	z-index: 99;
	top: 2px;
	left: 20px;
}

header h1 img{
	height: 50px;
	object-fit: cover;
	opacity: 0;
}

.kasou header h1 img{
	opacity: 1;
}

.kasou header{
	opacity: 1;
}

.kasou header a{
	background-color: #fff;
}

header h1 a{
	display: block;
	padding: 10px;
}

.glo_nav li a{
	position: relative;
	display: block;
	padding: 0 20px;
	padding-bottom: 5px;
	font-size: 1.5rem;
	background-color: #fff;
}

.glo_nav{
	position: sticky;
	display: block;
	padding: 20px 0;
	top: 0;
	width: 100%;
	z-index: 98;
	background: url(../img/co_bg.jpg);
	background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
	background-size: cover;
	background-position: center;
}

.glo_nav li a::after {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: #666;
	position: absolute;
	bottom: 0;
	left: 10%;
	transition: .3s;
  }
  
  .glo_nav li a:hover {
	color: #666;
  }
  
  .glo_nav li a:hover::after {
	width: 80%;
  }


header.change_header h1 img{
	opacity: 1;
}



@media (max-width: 1400px){
	.glo_nav{
		display: none;
	}
	header h1 img{
		opacity: 1;
	}
	header h1{
		top: 12px;
		left: 40px;
		padding: 0;
	}
	.fv{
		padding-top: 70px;
	}
	header{
		position: fixed;
		opacity: 0;
		top: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
	}
	header.change_header{
		display: block;
		opacity: 1;
	}
	header h1 a{
		padding: 0;
	}
	.fv .catch{
		bottom: 30px;
		right: 40px;
	}
}


@media (max-width: 650px){
	.fv{
		padding-top: 70px;
		padding-left: 0;
		padding-right: 0;
	}
	header h1 img{
		height: 40px;
	}
	header h1{
		top: 14px;
		left: 20px;
	}
	.fv .catch{
		right: auto;
		left: 20px;
		min-width: auto;
		width: 200px;
	}
	.test{
		padding-left: 10px;
		padding-right: 10px;
	}
	.test .price_box .num{
		font-size: 1.2rem;
		padding: 0;
		background-color: rgb(245, 245, 245,0.9);
	}
	.test .price_box{
		font-size: 1rem;
		padding: 0;
		padding-top: 4px;
		width: 80%;
		background-color: rgb(255, 255, 255,0.9);
	}
	.test04 .price_box{
		right: auto;
		left: 50%;
		transform: translate(-50%,0);
		bottom: 10px;
	}
	.test02 .price_box{
		bottom: 10px;
	}
	.test05 .price_box{
		bottom: 10px;
		left: 50%;
		transform: translate(-50%,0);
	}
}


/* news */


.news{
	position: relative;
}

.news .bg{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
	width: 100%;
	height: 250px;
	z-index: -1;
}

.news #newsList{
	position: relative;
	background-color: #f5f5f5;
	padding: 25px 40px;
}

.news #newsList::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #f5f5f5;
	top: 0;
	right: 0;
	width: 70%;
	height: 200px;
	transform: translate(90%,-50%);
	z-index: -1;
}


.news li a{
	display: block;
	padding: 18px 0;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

.news li a .up_ymd{
	display: inline-block;
	margin-right: 20px;
}

.news li a:hover{
	opacity: 0.7;
}

.news .ttl_box{
	margin-bottom: 30px;
}


/* imgarea */

.imgarea{
	position: relative;
	padding: 60px 40px;
	background-color: #333;
	z-index: 10;
	color: #fff;
}

.imgarea img{
	width: 100%;
	aspect-ratio: 5 / 2;
	object-fit: cover;
	max-height: 600px;
	min-height: 300px;
}

.imgarea p{
	position: absolute;
	bottom: 0;
	right: 0;
}

.news .new_mark{
	margin-left: 0;
	margin-right: 7px;
}

@media (max-width: 650px){
	.news #newsList{
		padding: 15px 20px;
	}
	.main_btn{
		margin: 30px auto 0;
	}
	.imgarea{
		padding-left: 20px;
		padding-right: 20px;
	}
	.news .ttl_box{
		flex-direction: column;
	}
	.news .main_btn{
		margin: 0 auto;
	}
	.news li a .up_ymd{
		display: block;
	}
}



/* link_sec */

.link_sec{
	background: url(../img/sec_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.tirashi{
	background-color: #fff;
	padding: 25px;
}

.l_box{
	width: 60%;
}

.tirashi img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.tirashi a:hover{
	opacity: 0.7;
}


.sns_area{
	width: 38%;
}

.sns_area img{
	aspect-ratio: 32 / 13;
	width: 100%;
	object-fit: cover;
}

.sns_area .item+.item{
	margin-top: 25px;
}
.link_sec .f_img{
	margin-bottom: 60px;
}
.link_sec .f_img img{
	width: 100%;
	object-fit: cover;
	object-position: left;
}

.link_sec .sub_ttl{
	margin-bottom: 20px;
}


.link_sec .sub_ttl::after{
	left: 10px;
}

.sns_area .item{
	background-color: #fff;
	padding: 25px;
}

.tyumoku{
	background-color: #fff;
	padding: 25px;
	width: 49%;
}
.itiran{
	background-color: #fff;
	padding: 25px;
	width: 49%;
	height: fit-content;
}

.link_sec .flex_bet.ch{
	margin-top: 25px;
}

.link_sec .flex_bet.ch .img{
	position: relative;
}

.link_sec .flex_bet.ch .img{
	border: solid 1px #000;
}

.link_sec h2{
	position: relative;
	background-color: #333;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 28px;
	letter-spacing: 0.05em;
}

.link_sec h2::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #cab093;
	left: 0;
	top: 0;
	height: 100%;
	width: 10px;
}

.th_box{
	margin-top: 30px;
}

.tyumoku {
	position: relative;
}

.tyumoku .txt_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 90%;
}


.sns_area .item a{
	display: block;
}


.sns_area .item a:hover{
	opacity: 0.8;
}

.tyumoku a, .itiran a{
	display: block;
	width: 100%;
}

.tyumoku a:hover, .itiran a:hover{
	opacity: 0.7;
}

.sns_area .img{
	margin-top: 20px;
}




@media (max-width: 1200px){
	.tirashi{
		width: 100%;
		margin-bottom: 25px;
	}
	.sns_area{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.sns_area .item+.item{
		margin-top: 0;
	}
	.sns_area .item{
		width: 49%;
	}
	.link_sec .flex_bet.ch{
		flex-direction: row;
	}
	.link_sec .flex_bet{
		flex-direction: column;
	}
	.l_box{
		width: 100%;
	}
	.sns_area .item{
		width: 100%;
	}
	.th_box{
		width: 49%;
		margin-top: 0;
	}
	.se_box{
		width: 49%;
	}
}


@media (max-width: 650px){
	.sns_area{
		flex-direction: column;
	}
	.sns_area .item{
		width: 100%;
	}
	.sns_area .item+.item{
		margin-top: 25px;
	}
	.link_sec .f_img{
		margin-bottom: 20px;
	}
	.link_sec .f_img img{
		height: 30px;
	}
	.link_sec .flex_bet.ch{
		flex-direction: column;
	}
	.tyumoku{
		width: 100%;
	}
	.itiran{
		width: 100%;
		margin-top: 25px;
	}
	.se_box{
		width: 100%;
	}
	.th_box{
		width: 100%;
		margin-top: 30px;
	}
}




/* banner_area */




/* content */

.content{
	/* background: url(../img/sec_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed; */
	background-color: #fff;

}

.content .item_list{
	flex-wrap: wrap;
	gap: 10px;
}

.content .item{
	width: calc((100% - 20px) / 3);
}

.content .item:first-child{
	width: calc((100% - 5px) / 3 * 2);
}

.content .item a{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}

.content .item h3{
	background-color: #f5f5f5;
	padding: 0 10px;
	color: #333;
	letter-spacing: 0.05em;
	font-weight: 600;
	width: fit-content;
}

.content .item a img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.5);
}

.content .item a:hover img{
	transform: scale(1.08);
	filter: brightness(0.8);
}
/* 
.content .item a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: #fff;
} */

.content .item .txt_box{
	position: absolute;
	bottom: 0;
	left: 0;
}

.content .item .txt_box p{
	background-color: #f5f5f5;
	width: fit-content;
	padding: 0 15px;
	font-weight: bold;
}



@media (max-width: 650px){
	.content .flex{
		flex-direction: column;
	}
	.content .item:first-child{
		width: 100%;
	}
	.content .item{
		width: 100%;
	}
	.content .item a img{
		height: 200px;
	}
}





/* footer */

footer .wrapper{
	position: relative;
	background: url(../img/co_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
	width: 65%;
}

footer .wrapper::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 0;
}

footer .foo_top{
	position: relative;
	z-index: 1;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

.foo_top{
	text-align: center;
}

.foo_top .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
}

.foo_top .item a{
	display: block;
	background: linear-gradient(45deg, #a8a8a8 0%, #dcdcdc 45%, #fff 70%, #dcdcdc 85%, #b7b7b7 90% 100%);
	color: #000;
	padding: 10px 0;
	text-align: center;
}

.foo_top .item a:hover{
	opacity: 0.7;
}

.foo_top .item{
	width: 300px;
}

.foo_top .item+.item{
	margin-left: 60px;
}

.foo_top .txt_box{
	margin-bottom: 40px;
	font-weight: 600;
}

.foo_btm{
	padding: 40px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	width: 35%;
}

.copy p{
	padding: 15px 0;
	text-align: center;
	border-top: solid 1px #333;
}

.foo_logo{
	margin-bottom: 20px;
}

.foo_logo img{
	height: 60px;
	object-fit: cover;
}

footer p.ch{
	margin-top: 20px;
}


.foo_btn{
	width: fit-content;
	margin: 20px auto 0;
}
.foo_btn a{
	display: block;
	background: linear-gradient(45deg, #a8a8a8 0%, #dcdcdc 45%, #fff 70%, #dcdcdc 85%, #b7b7b7 90% 100%);
	color: #333;
	padding: 10px 28px;
	letter-spacing: 0.05em;
	border-radius: 30px;
}

.foo_btn a:hover{
	opacity: 0.7;
}

@media (max-width: 1200px){
	footer .flex_bet{
		flex-direction: column-reverse;
	}
	footer .wrapper{
		width: 100%;
	}
	.foo_btm{
		width: 100%;
	}
}


@media (max-width: 650px){
	footer .wrapper{
		padding: 60px 0;
	}
	footer .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.foo_top .item+.item{
		margin-left: 0;
		margin-top: 20px;
	}
	.foo_top .txt_box{
		text-align: left;
	}
	.foo_top .txt_box{
		margin-bottom: 25px;
	}
}





/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #fff;
    z-index: 49;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	border: solid 1px #000;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #000;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 650px) {
    .page_top {
        width: 45px;
        height: 45px;
		bottom: 25px;
    }
}





/* 下層ページ */



/* kasou top */

.kasou_top{
	position: relative;
	padding-top: 180px;
	background: url(../img/sec_bg.jpg);
	background-size: cover;
	background-position: center;
}

/* .kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.2);
	top: 0;
	left: 0;
} */


.kasou_top .inner{
	position: relative;
}

.kasou_top .inner .ac_txt{
	position: absolute;
	line-height: 1;
	bottom: -112px;
	left: 0;
	color: #111;
	letter-spacing: normal;
}

.kasou_top h2{
	text-align: center;
	letter-spacing: 0.03em;
	color: #111;
	line-height: 1.5;
}

.kasou_top h2 .en{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.kasou_top .pan{
	position: relative;
	background-color: #e6e6e6;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 100px;
	padding: 5px 0;
	z-index: 1;
}




/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
	text-align: left;
	max-width: 1380px;
	width: 86%;
	margin: 0 auto;
}
.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: #111;
}

.breadcrumb li a:hover{
	opacity: 0.7;
}



.sub_ttl2{
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 80px;
}


.sub_ttl2::first-letter{
	color: #cab093;
}

.sub_ttl2 .en{
	display: block;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}


@media (max-width: 650px){
	.kasou_top h2{
		font-size: 3.4rem;
	}
	.kasou_top{
		padding-top: 140px;
	}
	.kasou_top .pan{
		margin-top: 60px;
	}
	.kasou_top .inner .ac_txt{
		font-size: 3rem;
		bottom: -66px;
	}
	.breadcrumb{
		width: 92%;
	}
	.kasou_top h2 .en{
		font-size: 1.8rem;
	}
}


.attention{
	position: relative;
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.attention::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.attention .inner{
	max-width: 1080px;
	position: relative;
	z-index: 1;
}

.attention .img{
	width: 32%;
}

.attention .img img{
	aspect-ratio: 3 / 2.5;
	width: 100%;
	object-fit: cover;
}

.attention .txt_box{
	width: 62%;
	padding-top: 20px;
}

.attention .item+.item{
	margin-top: 40px;
}

.attention .item{
	padding: 25px;
	border: solid 1px #111;
	background-color: #f5f5f5;
}

.attention h3{
	position: relative;
	line-height: 1.2;
	padding-left: 17px;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}
.attention h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #111;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
}

.attention p.value{
	margin-bottom: 8px;
	font-weight: 700;
}

.attention p.fir{
	margin-bottom: 20px;
	background-color: #f5f5f5;
	text-align: center;
	font-weight: 600;
	padding: 5px 0;
	border: solid 1px #111;
}


@media (max-width: 1200px){
	.attention .item{
		flex-direction: column;
	}
	.attention .txt_box{
		width: 100%;
	}
	.attention .img{
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 650px){
	.attention .item{
		padding: 10px;
	}
	.attention .img img{
		aspect-ratio: auto;
		height: 220px;
	}
	.attention .txt_box{
		padding-top: 0;
	}
	.attention h3{
		font-size: 2rem;
		margin-bottom: 10px;
	}
}



/* 下層よくある質問 */


.faq .inner {
	position: relative;
}

.faq .ac_img{
	position: absolute;
	top: -100px;
	right: 0;
	width: 220px;
}

.faq .sub_ttl{
	text-align: center;
}

.faq .qq .num{
	font-size: 2.8rem;
	color: #111;
	margin-right: 25px;
}

.faq h4{
	font-weight: 600;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	line-height: 1.6;
}

.faq .qq{
	background-color: #ccc;
	padding: 0px 20px;
}

.faq .aa{
	padding-left: 12px;
	padding-right: 40px;
	padding: 18px 20px;
	margin-bottom: 25px;
	border: solid 1px #ccc;
}

.faq .aa .num{
	font-size: 2.8rem;
	color: #202020;
	margin-right: 25px;
	line-height: 1;
}

.faq .aa p{
	color: #444;
	font-size: 1.5rem;
}

.faq .aa p.ch{
	margin-top: 10px;
	background: linear-gradient(45deg, #a8a8a8 0%, #dcdcdc 45%, #fff 70%, #dcdcdc 85%, #b7b7b7 90% 100%);
	width: fit-content;
	font-weight: 700;
	padding: 0 8px;
}

.faq .aa .btn{
	position: relative;
	display: block;
	padding: 2px 28px 2px 10px;
	border: solid 1px #111;
	border: solid 1px #111;
	width: fit-content;
	letter-spacing: 0.04em;
	margin-top: 5px;
	font-size: 1.4rem;
}


.faq .aa .btn::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow02_b.png);
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 17px;
	transition: all .3s;
}

.faq .aa .btn:hover::before{
	right: 3px;
}

.faq .right{
	width: 90%;
}

@media (max-width: 650px){
	.faq h4{
		font-size: 1.6rem;
	}
}




/* 下層アクセス */

.access{
	padding: 100px 0;
}

.access .item .map_img{
	width: 48%;
}

.access .item .map_img img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.access .item .map{
	width: 48%;
}

.access .item .map iframe{
	width: 100%;
	height: 400px;
}

.access .item .box{
	width: 48.5%;
	background-color: rgb(255, 255, 255,0.95);
	text-align: center;
	max-width: 360px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: solid 1px #111;
}



.access .item h3{
	position: relative;
	padding-left: 15px;
	letter-spacing: 0.04em;
	font-weight: 600;
	width: fit-content;
	margin: 0 auto 10px;
}
.access .item.ch{
	position: relative;
	padding: 100px 0;
	background: url(../img/access.jpg);
	background-size: cover;
	background-position: center;
}
.access .item.ch::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.access .item.ch .inner{
	position: relative;
	z-index: 1;
	width: 100%;
}


.access .item .box+.box p{
	line-height: 5.6;
}

.access .item h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #cab093;
	width: 10px;
	height: 3px;
}

.access p.fir{
	position: relative;
	font-weight: 600;
	line-height: 2.6;
	text-align: center;
	margin-bottom: 80px;
}

.access .item+.item{
	margin-top: 100px;
}

.access .item+.item .inner{
	background-color: #f5f5f5;
	padding: 45px;
	border-radius: 10px;
	width: 96%;
}

@media (max-width: 1200px){
	.access p.fir{
		width: fit-content;
		margin: 0 auto 80px;
		text-align: left;
	}
	.access .item+.item .inner{
		padding: 20px;
	}
	.access .item .map_img img{
		height: 300px;
	}
	.access .item .map iframe{
		height: 300px;
	}
}


@media (max-width: 650px){
	.access .item.ch .flex_ar{
		flex-direction: column;
		align-items: center;
	}
	.access .item .box{
		width: 82%;
	}
	.access .item .box+.box{
		margin-top: 30px;
	}
	.access .item.ch{
		padding: 50px 0;
	}
	.access .item+.item .inner{
		flex-direction: column;
	}
	.access .item .map_img{
		width: 100%;
	}
	.access .item .map{
		width: 100%;
	}
	.access .item .map iframe{
		width: 100%;
		height: 220px;
	}
	.access .item .map_img img{
		height: 220px;
		margin-bottom: 20px;
	}
	.access{
		padding: 50px 0;
	}
	.access p.fir{
		margin-bottom: 30px;
	}
	.access p.fir{
		line-height: 2.2;
		font-size: 1.3rem;
	}
	.access .item+.item{
		margin-top: 50px;
	}
}



/* 下層 ショップ */



.aboutus .img_area{
	width: 50%;
}

.aboutus .rubi{
	padding-left: 50px;
}

.aboutus .txt_box{
	width: 43%;
}

.aboutus .img_area .img{
	width: 47%;
}

.aboutus .img_area .img img{
	aspect-ratio: 2 / 3;
	width: 100%;
	object-fit: cover;
}

.aboutus .img_area .img.ty02{
	margin-top: 40px;
}

.aboutus table{
	margin-top: 80px;
}

.map_sec {
	background-color: #f5f5f5;
}

.map_sec iframe{
	width: 100%;
	height: 400px;
}


@media (max-width: 1200px){
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus .flex_bet.ch{
		flex-direction: row;
	}
	.aboutus .img_area{
		width: 100%;
		margin: 0 0 0 auto;
	}
	.aboutus .txt_box{
		width: 80%;
		margin-top: 40px;
	}
}


@media (max-width: 650px){
	.aboutus .txt_box{
		width: 100%;
	}
	.aboutus table{
		margin-top: 30px;
	}
	.map_sec iframe{
		height: 220px;
	}
	.aboutus .rubi{
		text-align: center;
		margin-left: -68px;
		padding: 0;
	}
}



/* 下層会社概要 */





.m_table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0 10px;
	font-size: 1.6rem;
	padding-bottom: 100px;
}

.m_table th{
	width: 40%;
	padding: 22px 0;
	border-bottom: solid 2px #cab093;
	padding-left: 5px;
	color: #cab093;
}

.m_table td{
	width: 60%;
	padding: 22px 0;
	border-bottom: solid 2px #ccc;
	padding-left: 10px;
}

.m_table tr:first-child th{
	border-top: solid 2px #cab093;
}
.m_table tr:first-child td{
	border-top: solid 2px #ccc;
}

.p_service{
	background-color: #f5f5f5;
}

.p_service .img{
	width: 48%;
}

.p_service .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_service .txt_box{
	width: 48%;
}

.p_service ul li{
	padding: 17px 0;
	border-top: solid 1px #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

.p_service ul li:last-child{
	border-bottom: solid 1px #ccc;
}

.p_service ul li a{
	border-bottom: solid 1px #1a0dab;
	line-height: 1;
	color: #1a0dab;
	display: inline-block;
	margin-left: 5px;
}

.p_service ul li a:hover{
	opacity: 0.8;
}

@media (max-width: 1200px){
	.p_service .flex_bet{
		flex-direction: column;
	}
	.p_service .img{
		width: 100%;
		margin-bottom: 50px;
	}
	.p_service .img img{
		height: 350px;
	}
	.p_service .txt_box{
		width: 100%;
	}
}

@media (max-width: 650px){
	.m_table{
		font-size: 1.4rem;
	}
	.m_table th{
		width: 30%;
	}
	.m_table td{
		width: 70%;
	}
	.p_service .img img{
		height: 220px;
	}
	.p_service .img{
		margin-bottom: 25px;
	}
	
}




/* 下層コンタクト */

.k_contact p.fir{
	position: relative;
	font-weight: 600;
	width: fit-content;
	margin: 50px auto;
	padding-right: 20px;
	padding-left: 20px;
}

/* .k_contact p.fir::before{
	content: "";
	position: absolute;
	display: inline-block;
	background-color: #cab093;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width:300px;
} */


.co_top{
	position: relative;
	background: url(../img/imgarea.jpg);
	background-position: center;
	background-size: cover;
}

.co_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255,0.3);
	z-index: 0;
}

.co_top .num{
	display: block;
	letter-spacing: normal;
	font-weight: 700;
	text-align: center;
	padding-right: 10px;
	margin-bottom: 10px;
}

.co_top .sm{
	display: inline-block;
	text-align: left;
}

.co_top a.num:hover{
	opacity: 0.7;
}

.co_top .inner{
	position: relative;
	z-index: 1;
}

.co_top .item{
	width: 48.5%;
	background-color: #fff;
	padding: 20px 40px 25px;
	text-align: center;
}

.co_top .item p{
	font-weight: 600;
}

.co_top h3{
	position: relative;
	text-align: center;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: 600;
}

.co_top h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #cab093;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 2px;
	width: 170px;
}

.co_top ul{
	width: fit-content;
	margin: 0 auto;
	padding-right: 10px;
	flex-wrap: wrap;
}

.co_top ul li{
	position: relative;
	padding-left: 24px;
}

.co_top ul li+li{
	margin-left: 20px;
}

.co_top ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.jpg);
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	width: 15px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


input[type="checkbox"]{
	width: 20px;
	height: 40px;
	border: solid 1px #bababa;
	background-color: #fff;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
}

.postal_btn{
	background-color: #111;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

.contact_table td .flex{
	margin-bottom: 10px;
}


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th span,.form_attention span{
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}


.contact_table .ttm{
	display: inline-block;
	width: 30px;
	text-align: center;
}

.contact_table th span.ac,.form_attention span.ac{
	background-color: #111;
	color: #fff;
	padding: 4px 8px 3px;
}

.contact_table tr:first-child th{
	padding-bottom: 0;
}
.contact_table th span.ac.nini{
	background-color: #fff;
	border: solid 1px #111;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
	margin-top: -3px;
	margin-right: 20px;
}



.form_box .left{
	position: sticky;
	top: 200px;
	height: fit-content;
}


.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	border-bottom: solid 2px #111;
	color: #111;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.Label::before{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2.5px solid #111;
	border-right: 2.5px solid #111;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 5px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.45rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 1.8;
}

.form_accordion h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	border-bottom: dashed 1px #333;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	top:9px;
	left: 0;
}

.co_open{
	height: 0;
	overflow: hidden;
}

button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #111;
	color: #fff;
	border: solid 2px #111;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

.form_btn button:hover{
	background-color: #fff;
	color: #111;
}

.contact_table th span.ac.nini{
	color: #111;
	background-color: #fff;
	border: solid 1px #111;
}

.contact_table th,.contact_table td{
	padding: 15px 0;
}

.contact_table{
	width: 100%;
}

.mail_area{
	background-color: #f5f5f5;
	padding: 100px 0;
}

.contact_table th{
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
}

.contact_table tr:first-child th{
	vertical-align: top;
}


.contact_table th, .contact_table td{
	padding: 0;
}

.contact_table th{
	padding-top: 10px;
}

.contact_table tr+tr td{
	padding-top: 35px;
}
.contact_table tr+tr th{
	padding-top: 35px;
}

.mail_sec .sub_ttl{
	width: fit-content;
	margin: 0 auto 80px;
}

.mail_sec .inner{
	max-width: 1080px;
}



@media (max-width: 1200px){
	.co_top .item{
		padding: 10px;
	}
	.co_top .inner{
		width: 96%;
	}
	.contact_table th, .contact_table td{
		display: block;
	}
	.contact_table tr+tr td{
		padding-top: 0;
	}
	.contact_table th{
		padding: 0;
		margin-bottom: 10px;
	}
	.contact_table tr+tr th{
		padding-top: 25px;
	}
	.mail_sec .sub_ttl{
		margin-bottom: 45px;
	}
}

@media (max-width: 650px){
	.co_top .inner{
		flex-direction: column;
	}
	.co_top .item{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.co_top .item+.item{
		margin-top: 20px;
	}
	.co_top h3{
		font-size: 2rem;
	}
	.co_top .num{
		font-size: 2.6rem;
	}
	.postal_btn {
        margin-left: 0;
        width: 180px;
        margin-top: 10px;
        font-size: 1.4rem;
    }
	.contact_table td .flex{
		flex-direction: column;
	}
	.form_attention{
		font-size: 1.4rem;
	}
	td .box.mini{
		width: calc(100% - 34px) !important;
	}

}




/* お知らせ一覧 */

.k_blog main{
	overflow: visible;
}


.blog_list{
	overflow: visible;
}

.blog_list .side_list{
	position: sticky;
	width: 300px;
	top: 200px;
	height: fit-content;
}

.blog_list .blog_item_list{
	width: calc(94% - 300px);
}

.blog_list .main_list{
	flex-wrap: wrap;
	gap: 30px;
}

.blog_list .main_list li{
	width: 100%;
	background-color: #fff;
	
}

.blog_list .main_list li a{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

.blog_list .main_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	border: solid 1px #111;
	aspect-ratio: 3 / 2;
	width: 30px;
	bottom: 10px;
	right: 10px;
	transition:  all.2s;
}

.blog_list .main_list li a .arrow{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	transition:  all.2s;
}
.blog_list .main_list li a .arrow02{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	opacity: 0;
	transition:  all.2s;
}

.blog_list .up_ymd{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 8px;
	color: #cab093;
}

.new_mark{
	display: inline-block;
	background-color: #cab093;
	color: #fff;
	font-size: 1.4rem;
	margin-left: 5px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 7px;
}

.blog_list .title{
	display: block;
	color: #333;
	padding: 0 8px;
}

.blog_list .main_list li a .left{
	width: 170px;
}
.blog_list .main_list li a .right{
	width: calc(92% - 170px);
	padding-top: 20px;
}

.blog_list .main_list li a img{
	display: inline;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}


.blog_list .side_list h3{
	position: relative;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
	line-height: 1.2;
	padding-left: 16px;
}

.blog_list .side_list h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 90%;
	left: 0;
	width: 3px;
	background-color: #cab093;
	top: 54%;
	transform: translateY(-50%);
}

.blog_list .side_list h3::first-letter{
	color: #cab093;
}

.blog_list .side_list li{
	letter-spacing: 0.05em;
	font-weight: 600;
}

.blog_list .side_list li a{
	position: relative;
	display: block;
	width: fit-content;
	padding: 10px 30px 10px 30px;
	border-top: solid 1px #ccc;
}
.blog_list .side_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #cab093;
	aspect-ratio: 1 / 1;
	width: 7px;
	top: 52%;
	transform: translateY(-50%);
	left: 10px;
}
.blog_list .side_list li a:hover{
	color: #cab093;
}

.blog_list .side_list li+li{
	margin-top: 10px;
}

.blog_list .main_list li a:hover::before{
	background-color: #111;
}

.blog_list .main_list li a:hover .arrow{
	opacity: 0;
}
.blog_list .main_list li a:hover .arrow02{
	opacity: 1;
}

.pages{
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.pages a{
	display: block;
	border: solid 1px #111;
	padding: 15px 0;
	font-size: 1.45rem;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 0.03em;
}

.pages .page_next{
	text-align: left;
}
.pages .page_prev{
	text-align: right;
}

.pages div{
	width: 45%;
}

.pages a:hover{
	background-color: #cab093;
}


.blog_list .blog_content{
	padding: 0 2%;
}

.blog_list .blog_content .ttl{
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.blog_list .blog_content .ttl::first-letter{
	color: #cab093;
}

.blog_list .blog_content .text{
	padding-top: 20px;
	margin-top: 5px;
	border-top: solid 1px #ccc;
}

.blog_list .blog_content .up_ymd{
	padding-left: 0;
}

.blog_list .blog_item_list.newspt .main_list li a .right{
	width: 100%;
	padding-top: 0;
}




@media (max-width: 1200px){
	.blog_list .flex_bet{
		flex-direction: column-reverse;
	}
	.blog_list .blog_item_list{
		width: 100%;
	}
	.blog_list .side_list{
		margin-top: 60px;
		width: 100%;
	}
	.blog_list .side_list ul{
		display: flex;
	}
	.blog_list .side_list li+li{
		margin-top: 0;
		margin-left: 10px;
	}
	.blog_list .side_list li a{
		border: solid 1px #ccc;
		padding: 10px 10px 10px 35px;
	}
	.blog_list .side_list h3{
		margin-bottom: 30px;
	}
	.blog_list .side_list li a::before{
		left: 15px;
	}
	.blog_list .side_list li{
		letter-spacing: normal;
		font-size: 1.45rem;
	}
	/* .blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	} */
	.blog_list .main_list{
		gap: 20px;
	}
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: row;
	}
	.blog_list .blog_item_list.blogpt .main_list li{
		width: 100%;
	}
}

@media (max-width: 650px){
	.blog_list .side_list ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog_list .side_list li+li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	.blog_list .blog_content .ttl{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.blog_list .blog_content .up_ymd{
		font-size: 1.2rem;
	}
	.blog_list .blog_content .text{
		font-size: 1.4rem;
	}
	.pages{
		margin-top: 40px;
		flex-direction: column;
	}
	.pages a{
		padding: 7px 10px;
	}
	.pages div{
		width: 100%;
	}
	.pages .page_prev{
		margin-top: 10px;
	}
	.blog_list .side_list h3{
		font-size: 1.8rem;
	}
	.blog_list .side_list li a{
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
	.blog_list .side_list li+li{
		margin-left: 0;
	}
	.blog_list .main_list li{
		width: 100%;
	}
	.blog_list .side_list li{
		width: 48%;
	}
	.blog_list .side_list li a{
		display: block;
		width: 100%;
	}
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: column;
	}
	.blog_list .main_list li a .right{
		width: 100%;
	}
	.blog_list .main_list li a .left{
		margin: 0 auto;
	}
}





/* 下層　施工実績 */

.works .item{
	width: calc((100% - 51px) / 4);
}

.works .item p{
	margin-top: 5px;
}

.works .wrapper .flex{
	flex-wrap: wrap;
	gap: 17px;
}

.works .wrapper .item p{
	font-size: 1.45rem;
	color: #333;
}

.works h3{
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.03em;
	font-weight: 600;
}

.works h3::first-letter{
	color: #cab093;
}

.works .wrapper+.wrapper{
	margin-top: 150px;
}

.works .wrapper a{
	display: block;
	overflow: hidden;
}
.works .wrapper a img{
	aspect-ratio: 3 / 2.5;
	width: 100%;
	object-fit: cover;
}

.works .wrapper a:hover img{
	transform: scale(1.08);
}

/* .works .new_mark{
	display: inline-block;
	background-color: #cab093;
	color: #fff;
	padding: 0 8px;
	margin-right: 10px;
} */
.works .fir{
	width: fit-content;
	margin: 0 auto 30px;
}

@media (max-width: 1200px){
	.works .item{
		width: calc((100% - 30px) / 3);
	}
	.works .wrapper .flex{
		gap: 15px;
	}
}

@media (max-width: 650px){
	.works .item{
		width: calc((100% - 20px) / 2);
	}
	.works .wrapper .flex{
		gap: 10px;
	}
	.works .wrapper .item p{
		font-size: 1.2rem;
	}
	.works .wrapper+.wrapper{
		margin-top: 70px;
	}
	.works h3{
		margin-bottom: 25px;
		font-size: 3rem;
	}
}



/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #111;
	line-height: 1;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #111;
    color: #111;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #111;
	color: #fff;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}
