@font-face {
    font-family: 'Cafe24Anemone';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}


#spot.spot2 {position: relative; height: auto; background-color: #f2c34f;}
#spot.spot2::after {content:none;}
#spot.spot2 .ttt {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items:center;}
#spot.spot2 .inr-c {max-width: 1120px; ;text-align: left; color: #000; letter-spacing:-0.05em; margin-bottom: 5%;}
#spot.spot2 .tit {font-size: 39px; margin-bottom: .3em; line-height: 1.2;}
#spot.spot2 .tit strong {display: block; font-size: 80px; color: #d4565e;}
#spot.spot2 .tit2 {font-weight: 400; font-size: 22px; line-height: 1.6; letter-spacing:-0.05em;}

.p_summary {color: #000;}
.c-color {font-weight: 500; color: #d4565e;}

.culture_wrap {padding: 100px 0;}
.culture_wrap .bt {display: inline-block; vertical-align: top; font-size: 13px; line-height: 24px; padding: 0 10px; font-family: 'Cafe24Anemone'; color: #fff; border-radius: 50px; background-color: #d4565e;}

.culture_box { margin-top: 100px;}
.culture_box:first-child {margin-top: 0;}
.culture_box .tit_mf1 {font-size: 40px; color: #d4565e; font-family: 'Cafe24Anemone'; }
.culture_box .top {overflow:hidden; text-align: right;}
.culture_box .top img {max-width: 60%; display: block; float: right;}
.culture_box .box {display: flex; padding: 40px 10px; border: 2px dashed #000; background-color: #fff; border-radius: 16px;}
.culture_box .box > .item {padding: 0 30px; box-sizing:border-box;}
.culture_box .box > .item:first-child {width: 70%; border-right: 1px dashed #666;}
.culture_box .box > .item.rgh {width: 30%; padding-bottom: 10px; display: flex; flex-direction: column; justify-content: space-between;}
.culture_box .box > .item.rgh .desc_mf1 {font-size: 15px;}

.box_float.v3070 {}
.box_float.v3070 .item {width: 70%;}
.box_float.v3070 .item:first-child {width: 30%;}


@media (max-width: 960px) {
	#spot.spot2 .ttt {align-items:flex-start; padding-top: 80px;}
	#spot.spot2 .t1 span {font-size: 16px;}
	#spot.spot2 .tit {font-size: 20px;}
	#spot.spot2 .tit strong {font-size: 40px;}
	#spot.spot2 .tit2 {font-size: 16px; background-color: rgba(255,255,255,.6); word-break:keep-all;}

	.culture_wrap {padding: 50px 0;}

	.culture_box { margin-top: 50px;}
	.culture_box .top img {max-width: 80%;}
	.culture_box .tit_mf1 {font-size: 26px;}
	.culture_box .box {flex-direction: column; padding: 30px 20px;}
	.culture_box .box > .item {padding: 0;}
	.culture_box .box > .item:first-child {width: auto; padding-bottom: 20px; margin-bottom: 20px; border-right: 0; border-bottom: 1px dashed #666;}
	.culture_box .box > .item.rgh {width: auto;}
	.culture_box .box > .item.rgh .img {text-align: center;}
	.culture_box .box > .item.rgh img {max-width: 80%;}

	.box_float.v3070 .item {width: 100%;}
	.box_float.v3070 .item:first-child {width: 100%;}

}