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

	- mv
	- contents
		- plan扉
		- 空間設計
		- plan詳細

-----------------------------------------*/
/*==================================
------------------------------------
	font
------------------------------------
==================================-*/

.eb {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*==================================
------------------------------------
	共通
------------------------------------
==================================-*/

img {
	vertical-align: top;
}


.imgnote {
	text-align: right;
	font-size: 1rem;
	position: static;
	color: #000;
	text-shadow: none;
	padding: 5px 0 0;
}


.note {
	font-size: 10px;
	padding: 10px 0 0;
}

.texR {
	text-align: right;
}

.texL {
	text-align: left;
}

a:hover {
	text-decoration: none;
}

.ib {
	display: inline-block;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgb(255, 255, 255);
    z-index: 10000;
    overflow-y: auto;
}

.modal .modal-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/*==================================
------------------------------------
	mv
------------------------------------
===================================*/

@media screen and (max-width: 768px) {
	.mv .imgBox::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .2;
		z-index: 1;
	}

	.mv .imgBox .imgNote {
		z-index: 1;
	}

	.mv .page_ttl_area {
		z-index: 1;
		background: none;
	}

	.page_ttl_area .page_ttlbox {
		padding-block: 6% 42%;
	}

	.page_ttl_area ol#breadcrumb li {
		color: var(--color_white);
	}

	.page_ttl_area ol#breadcrumb li a {
		color: rgba(255, 255, 255, 0.5);
	}

	.page_ttl_area ol#breadcrumb li a::after {
		filter: brightness(0) invert(1);
	}
}

/*==================================
------------------------------------
	section 共通
------------------------------------
===================================*/

.sec>h2 {
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.sec>h2 {
		font-size: clamp(10px, 5.2vw, 25px);
	}
}

/*==================================
------------------------------------
	section1
------------------------------------
===================================*/

.sec1 {
	background: url(../img/bg.jpg) no-repeat top center / cover;
	padding: 10vw 0;
}



/*----------------------------------

	plan ボタン

----------------------------------*/

.sec1 .flexbox {
	width: 90%;
	max-width: 1000px;
	margin: 5vw auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sec1 .flexbox .box {
	width: 31%;
	background: #3C3C3C;
	border-radius: 10px;
	padding: min(3vw, 35px) 0;
	margin: 3vw 0 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s ease;
}


.sec1 .flexbox .box.dummy {
	width: 31%;
	padding: 0;
}

.sec1 .flexbox .box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 768px) {

	.sec1 .flexbox {
		margin: 5vw auto;
	}

	.sec1 .flexbox .box {
		/* width: 100%; */
		width: 48%;
		/* max-width: 500px; */
		padding: max(8vw, 20px) 0 max(3vw, 15px);
		margin: 5vw auto 0;
	}

	.sec1 .flexbox .box.dummy {
		width: 100%;
	}

}

.sec1 .flexbox .item1 {
	width: 90%;
	margin: 0 auto 2vw;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

@media screen and (max-width: 768px) {

	.sec1 .flexbox .item1 {
		width: 90%;
		flex-direction: column;
		row-gap: 2vw;
	}
}

/**/
.sec1 .item1 .lead_box {
	width: 30%;
	background: rgb(0, 0, 0, .2);
	border-radius: 10px;
	aspect-ratio: 100 / 141;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sec1 .item1 .lead_box .lead {
	font-size: clamp(3.2rem, 4.1vw, 5rem);
	color: #fff;
	line-height: 1;
}

.sec1 .item1 .lead_box>span {
	font-size: clamp(1.6rem, 2vw, 2rem);
	color: #fff;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.sec1 .flexbox .item1 {
		/* margin: 0 auto 5vw; */
		margin: 0 auto;
	}

	.sec1 .item1 .lead_box {
		aspect-ratio: 114 / 59;
		width: 100%;
		/* aspect-ratio: 100 / 160; */
	}

	.sec1 .item1 .lead_box .lead {
		/* font-size: clamp(3.8rem, 11vw, 6rem); */
		font-size: clamp(2.5rem, 7.8vw, 6rem);
	}

	.sec1 .item1 .lead_box>span {
		font-size: clamp(1.6rem, 5vw, 2.4rem);
	}
}

/**/
.sec1 .item1 .text_box {
	width: 65%;
	position: relative;
}

.sec1 .item1 .text1 {
	font-size: clamp(3.8rem, 4.9vw, 5rem);
	letter-spacing: .05em;
	line-height: .8;
	color: #fff;
}

.sec1 .item1 .text1 .text1_item1 {
	font-size: .8em;
}

.sec1 .item1 .text1 .text1_item2 {
	font-size: .6em;
}

.sec1 .item1 .text2 {
	position: absolute;
	top: 75%;
	left: 0;
	transform: translateY(-50%);
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	letter-spacing: .05em;
	color: #fff;
}

.sec1 .item1 .text2 .num {
	font-size: 1.5em;
}


@media screen and (max-width: 768px) {
	.sec1 .item1 .text_box {
		/* width: 65%; */
		width: 100%;
		position: relative;
	}

	.sec1 .item1 .text1 {
		font-size: clamp(3.8rem, 11.8vw, 6.8rem);
		text-align: center;
	}

	.sec1 .item1 .text2 {
		/* font-size: clamp(2rem, 6.25vw, 3.5rem); */
		font-size: clamp(1.6rem, 5.3vw, 3rem);
		top: 65%;
		position: static;
		transform: translateY(0);
		line-height: 1.2;
		padding: clamp(10px, 3.1vw, 20px) 0 0;
		text-align: center;
	}

}


/**/
.sec1 .flexbox .img_item {
	width: 90%;
	margin: auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.sec1 .flexbox .img_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	transition: all .8s ease;
}


/**/
.sec1 .flexbox .item2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	padding: 10px 0;
	background: #2A3E40;
	border-top-left-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8%;
}

.sec1 .flexbox .item2 p {
	font-size: clamp(2rem, 2.6vw, 2.5rem);
	color: #D8DFDC;
}

.sec1 .flexbox .item2 .point {
	width: min(.8vw, 8px);
	aspect-ratio: 1 / 1;
	background: #D8DFDC;
	border-radius: 50%;
	margin: 3% 0 0;
}


@media screen and (max-width: 768px) {
	.sec1 .flexbox .item2 {
		width: 80%;
		padding: clamp(5px, 1.5vw, 8px) 0 clamp(8px, 2.5vw, 15px);
		bottom: max(3vw, 15px);
		right: 5%;
		background: #726934;
		border-radius: 10px;
		position: static;
		margin: 20px auto 10px;
	}

	.sec1 .flexbox .item2 p {
		font-size: clamp(2rem, 6.25vw, 3.2rem);
	}

	.sec1 .flexbox .item2 .point {
		width: clamp(.8rem, 2.5vw, 1.2rem);
	}
}


/*box hoverアニメーション*/
.sec1 .flexbox .box:hover {
	box-shadow: rgb(0, 0, 0, .4) 0 0 15px;
}

.sec1 .box:hover .img_item::before {
	opacity: 0;
}


/*ラベル*/

.sec1 .labelBox {
	width: 90%;
	max-width: 350px;
	margin: 10vw auto 5vw;
}

.sec1 .labelBox>img {
	border-radius: 18px;
}


/*==================================
------------------------------------
	section2
------------------------------------
===================================*/

.sec2 {
	background: #2A3E40;
	padding: 0 0 10vw;
}

.sec2>h2 {
	padding: 10vw 0 8vw;
	color: #fff;
}

.sec2 .flexbox {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 8vw;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	row-gap: 5vw;
}

@media screen and (max-width: 768px) {

	.sec2>h2 {
		padding-top: 20vw;
	}

	.sec2 .flexbox {
		max-width: 500px;
	}
}

/*----------------------------------

	box1

----------------------------------*/

.sec2 .flexbox .sec2_box1 {
	/* width: 48%; */
	width: 42%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3vw 0;
	background: #fff;
}

.sec2 .sec2_box1 .textbox {
	width: 34%;
}

@media screen and (max-width: 768px) {

	.sec2 .flexbox .sec2_box1 {
		width: 100%;
		flex-direction: column;
		padding: 8vw 0;
	}

	.sec2 .sec2_box1 .textbox {
		width: 100%;
	}
}

.sec2 .sec2_box1 .textbox .lead {
	font-size: clamp(3.7rem, 4.8vw, 5.2rem);
	letter-spacing: .05em;
	color: #726934;
	margin: 0 0 0 10%;
}

.sec2 .sec2_box1 .textbox .lead span {
	font-size: .6em;
}

.sec2 .sec2_box1 .textbox .lead .span {
	font-size: 1.3rem;
	line-height: 1;
	color: #575C5A;
	display: block;
}

.sec2 .sec2_box1 .textbox .line {
	margin: 3vw 0 1vw;
	width: 100%;
	height: 5px;
	background: #726934;
}

.sec2 .sec2_box1 .textbox .text {
	padding: 0 0 0 10%;
	font-size: clamp(2.7rem, 3.5vw, 3.8rem);
	letter-spacing: .02em;
	line-height: 1.2;
	color: #726934;
}

.sec2 .sec2_box1 .textbox .text .num {
	font-size: 1.5em;
	line-height: 1;
}

.sec2 .sec2_box1 .textbox .txt {
	margin: 2vw 0 2vw 10%;
	padding: 0 0 0 8%;
	font-size: clamp(1.1rem, 1.4vw, 1.6rem);
	color: #575C5A;
	letter-spacing: .05em;
	line-height: 1.2;
	position: relative;
}

.sec2 .sec2_box1 .textbox .txt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(50%);
	width: 6%;
	aspect-ratio: 1 / 1;
	background: #575C5A;
}

@media screen and (max-width: 768px) {
	.sec2 .sec2_box1 .textbox .lead {
		font-size: clamp(4.6rem, 14.3vw, 6.2rem);
		width: 90%;
		margin: auto;
		padding: 0;
		letter-spacing: .02em;
	}

	.sec2 .sec2_box1 .textbox .lead .span {
		font-size: .35em;
		display: inline;
		padding: 0;
	}

	.sec2 .sec2_box1 .textbox .line {
		margin: clamp(5px, 1.56vw, 10px) 0 clamp(10px, 3.12vw, 15px);
		width: 90%;
	}

	.sec2 .sec2_box1 .textbox .text {
		padding: 0;
		width: 90%;
		margin: 0 auto clamp(10px, 3.12vw, 20px);
		font-size: clamp(2.5rem, 7.81vw, 4.2rem);
	}


	.sec2 .sec2_box1 .textbox .txt {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 0 4%;
		font-size: clamp(1.4rem, 4.3vw, 1.8rem);
		line-height: 1.6;
		box-sizing: border-box;
	}

	.sec2 .sec2_box1 .textbox .txt::before {
		content: '';
		top: 50%;
		transform: translateY(-50%);
		width: 3%;
	}
}

/**/
.sec2 .sec2_box1 .img_item {
	/* width: 68%; */
	width: 80%;
	margin: auto;
	/* padding: 0 2.5% 0 0; */
	padding: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.sec2 .sec2_box1 .img_item {
		width: 90%;
		padding: 35px 0 0;
		margin: auto;
	}
}

/*==================================
	box2, box3, box4共通
===================================*/

.sec2 .flexbox .sec2_box {
	padding: 4vw 0 2vw;
	background: #E6E6E2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.sec2 .flexbox .sec2_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #726934;
}


@media screen and (max-width: 768px) {

	.sec2 .flexbox .sec2_box {
		width: 100%;
		margin: auto;
		padding: max(8vw, 30px) 0 0;
	}

	.sec2 .flexbox .sec2_box::before {
		height: clamp(10px, 3.12vw, 20px);
	}
}

/**/
.sec2 .sec2_box .box_item1 {
	width: 80%;
	margin: 0 auto 1vw;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	column-gap: 1%;
}

.sec2 .box_item1 .num {
	width: clamp(45px, 5.8vw, 58px);
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	font-size: clamp(2.8rem, 3.6vw, 3.8rem);
	color: #fff;
	background: #726934;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec2 .box_item1 .lead {
	font-size: clamp(1.8rem, 2.3vw, 2.1rem);
	font-weight: 600;
	color: #3C3C3C;
	line-height: 1.6;
	letter-spacing: .03em;
	margin: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
	.sec2 .sec2_box .box_item1 {
		margin: 0 auto max(5vw, 20px);
		align-items: flex-start;
	}

	.sec2 .box_item1 .num {
		width: clamp(40px, 12.5vw, 60px);
		font-size: clamp(2.8rem, 8.25vw, 4.2rem);
	}

	.sec2 .box_item1 .lead {
		font-size: clamp(10px, 5.2vw, 25px);
		letter-spacing: .045em;
		line-height: 1.6;
		margin: 0 0 0 5%;
	}

}

/**/
.sec2 .sec2_box .box_item2 {
	width: 80%;
	margin: 0 auto;
}

.sec2 .box_item2 .text {
	font-size: clamp(1.4rem, 1.8vw, 1.6rem);
	letter-spacing: .05em;
	line-height: 1.8;
	padding: .5vw 0;
}

@media screen and (max-width: 768px) {
	.sec2 .sec2_box .box_item2 {
		width: 80%;
		/* max-height: 0px; */
		/* overflow: hidden; */
		transition: all .8s ease;
		margin: 0 auto 5vw;
	}

	.sec2 .box_item2 .text {
		font-size: clamp(10px, 3.5vw, 18px);
		padding: 0 0 clamp(10px, 3.12vw, 20px);
	}
}

/**/
@media screen and (max-width: 768px) {
	.readbtn {
		width: 100%;
		background: #000;
		padding: clamp(10px, 3.12vw, 15px) 0;
		overflow: hidden;
	}

	.readbtn .img_item {
		width: min(12%, 60px);
		margin: auto;
		transition: all .8s ease;
	}

	.readbtn>p {
		font-size: clamp(1.5rem, 4.68vw, 2.4rem);
		text-transform: uppercase;
		color: #817947;
		text-align: center;
		padding: 5px 0 0;
	}

	.readbtn .close {
		display: none;
	}


	.readbtn.active .img_item {
		transform: scale(1, -1);
	}

	.readbtn.active .more {
		display: none;
	}

	.readbtn.active .close {
		display: block;
	}

}

/*----------------------------------

	box2

----------------------------------*/
.sec2 .flexbox .sec2_box2 {
	/* width: 45%; */
	width: 56%;
}

@media screen and (max-width: 768px) {
	.sec2 .flexbox .sec2_box2 {
		width: 100%;
	}

}

/**/
.sec .box2_item2 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
	height: 100%;
}

.sec2 .box2_item2 .txt {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.3;
	padding: 0 0 1.5vw;
}

@media screen and (max-width: 768px) {
	.sec2 .box2_item2 .txt {
		font-size: 10px;
		padding: 0 0 3vw;
	}
}


/**/
.sec2 .box2_item2 .text_item {
	font-size: clamp(2rem, 2.6vw, 2.5rem);
	color: #fff;
	text-align: center;
	background: #726934;
	border-radius: 10px;
	letter-spacing: .08em;
	padding: 15px 0 17px;
	margin: min(1vw, 12px) 0;
}

.sec2 .box2_item2 .text_item span {
	font-size: 1.6em;
	margin: 0 1%;
}

.sec2 .box2_item2 .text_item .span1 {
	font-size: clamp(2.2rem, 2.8vw, 3.2rem);
	font-weight: 600;
	padding: 5px 0;
	display: block;
}

@media screen and (max-width: 768px) {
	.sec2 .box2_item2 .text_item {
		font-size: clamp(2rem, 6.25vw, 2.8rem);
		padding: clamp(10px, 3.12vw, 15px) 0 clamp(13px, 4vw, 18px);
		margin: 2vw 0;
	}


	.sec2 .box2_item2 .text_item .span1 {
		font-size: clamp(2.2rem, 6.8vw, 3.5rem);
		padding: 0;
	}

}

/**/
.sec2 .box2_item2 .box2_img {
	margin: 3vw 0 0;
}

@media screen and (max-width: 768px) {
	.sec2 .box2_item2 .box2_img {
		margin: 5vw 0 8vw;
	}
}

/**/

.sec2 .box2_imgbox {
	margin: auto;
	margin-bottom: 10px;
}

/*----------------------------------

	box3

----------------------------------*/
.sec2 .flexbox .sec2_box3 {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.sec2 .flexbox .sec2_box3 {
		width: 100%;
	}
}

/**/
.sec2 .box3_item2 .box3_img {
	margin: 3vw 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 10px;
}

.sec2 .box3_item2 .img_item1 {
	width: 100%;
}

.sec2 .box3_item2 .img_item2 {
	width: 100%;
}

.sec2 .box3_item2 .img_item3 {
	width: 100%;
}


@media screen and (max-width: 768px) {
	.sec2 .box3_item2 .box3_img {
		margin: 3vw 0 8vw;
		flex-direction: row;
	}

	.sec2 .box3_item2 .img_item2 {
		width: 49%;
	}

	.sec2 .box3_item2 .img_item3 {
		width: 49%;
	}

}


/*----------------------------------

	box4

----------------------------------*/

.sec2 .flexbox .sec2_box4 {
	width: 57%;
}

@media screen and (max-width: 768px) {

	.sec2 .flexbox .sec2_box4 {
		width: 100%;
	}
}


/**/
.sec2 .box_item1 .numbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 2%;
}

@media screen and (max-width: 768px) {

	.sec2 .sec2_box .box4_item1 {
		align-items: center;
	}

	.sec2 .box_item1 .numbox {
		flex-direction: column;
		row-gap: 5px;
	}

	.sec2 .box_item1 .numbox._pc {
		display: none;
	}

}

.sec2 .box4_item1 .lead {
	margin: 0;
	margin-left: 2%;
}

.sec2 .sec2_box4 .box4_item1 {
	margin-bottom: 0;
}

.sec2 .box4_item2 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
	height: 100%;
}

.sec2 .box4_item2 .text {
	padding: .5vw 0 1.5vw;
}

/**/
.sec2 .box4_item2 .item2_part {
	margin: 2vw 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec2 .box4_item2 .item2_img {
	width: 42%;
}

.sec2 .box4_item2 .item2_textbox {
	width: 54%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.sec2 .box4_item2 .item2_textbox._sp {
	display: none;
}

.sec2 .item2_part .num {
	width: 16%;
	aspect-ratio: 1/1;
	border-radius: 10px;
	color: #fff;
	background: #726934;
	font-size: clamp(1.8rem, 2.3vw, 2.8rem);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec2 .item2_part .lead {
	font-size: clamp(1.3rem, 1.6vw, 1.8rem);
	font-weight: 600;
	color: #3C3C3C;
	letter-spacing: .05em;
	margin: 0 0 0 3%;
}

.sec2 .item2_part .text {
	font-size: clamp(1.2rem, 1.5vw, 1.4rem);
	line-height: 1.4;
	color: #3C3C3C;
	padding: clamp(5px, .65vw, 15px) 0 0;
}

@media screen and (max-width: 768px) {
	.sec2 .box4_item2 .item2_part {
		margin: 3vw 0;
		flex-wrap: wrap;
	}

	.sec2 .box4_item2 .item2_img {
		width: 100%;
		margin-top: 20px;
	}

	.sec2 .box4_item2 .item2_textbox {
		width: 100%;
		/* margin: clamp(15px, 4.6vw, 20px) 0 0; */
	}


	.sec2 .box4_item2 .item2_textbox._sp {
		display: flex;
	}

	.sec2 .item2_part .num {
		width: clamp(35px, 10vw, 50px);
		font-size: clamp(2.2rem, 6.8vw, 3.2rem);
	}

	.sec2 .item2_part .num._pc {
		display: none;
	}

	.sec2 .item2_part .lead {
		font-size: clamp(10px, 5vw, 22px);
		margin: 0 0 0 5%;
	}

	.sec2 .item2_part .text {
		font-size: clamp(10px, 3.5vw, 18px);
		line-height: 1.5;
		padding: 15px 0 0;
	}
}





/*==================================
------------------------------------
	plan詳細
------------------------------------
===================================*/

/* mv ttl*/

.page_ttl_area.type {
	padding-block: 1%;
}


.page_ttl_area.type .page_ttl {
	text-align: center;
	color: #fff;
	font-size: 3rem;
	text-transform: none;
}

.page_ttl_area.type .page_ttl .lead {
	font-size: 1.5em;
	margin: 0 10px 0 0;
}

.page_ttl_area.type ol#breadcrumb {
	margin: 5% auto 0 1%;
}


@media screen and (max-width: 768px) {

	.page_ttl_area.type {
		position: static;
		background: var(--green);
	}

	.page_ttl_area.type .page_ttlbox {
		padding-block: 6% 0;
		background: var(--green);
		position: static;
	}

	.page_ttl.type {
		font-size: clamp(2.1rem, 6.5vw, 2.8rem);
	}

	.type>h2 span {
		margin: 0 10px 0 0;
	}


	.page_ttl_area.type ol#breadcrumb {
		position: static;
		transform: translate(0);
	}
}


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

.detail .con {}

@media screen and (max-width: 768px) {
	.detail .con {
		margin: 20vh auto;
	}
}





/*==================================
------------------------------------
	plan詳細ポップアップ
------------------------------------
===================================*/

/* .type {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(42, 62, 64, .2);
	z-index: 9999;
	overflow-y: auto;
	max-height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all .8s ease;
}

.type.show {
	opacity: 1;
	visibility: visible;
}

.type .con {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
	background: #fff;
	position: relative;
	box-shadow: rgb(0, 0, 0, .2) 0 0 10px;
}

@media screen and (max-width: 768px) {
	.type .con {
		margin: 20vh auto;
	}
} */

/**/
/* .type .con .closebtn {
	position: absolute;
	bottom: 101%;
	left: 98%;
	width: 50px;
	aspect-ratio: 1/1;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

.type .con .closebtn span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

.type .con .closebtn span:first-of-type {
	transform: rotate(45deg) translate(1px, 1px);
}

.type .con .closebtn span:last-of-type {
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.type .con .closebtn {
		bottom: 101%;
		left: auto;
		right: 0;
		width: clamp(35px, 10.9vw, 50px);
	}

} */

/**/
.detail>h2 {
	background: #2A3E40;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
}

.detail>h2 span {
	font-size: 1.5em;
	margin: 0 10px 0 0;
}


@media screen and (max-width: 768px) {
	.detail>h2 {
		padding: clamp(12px, 3.7vw, 15px) 0;
		font-size: clamp(2.1rem, 6.5vw, 2.8rem);
	}

	.detail>h2 span {
		margin: 0 10px 0 0;
	}
}

/**/
.detail .flexbox {
	/* width: 90%; */
	width: 85%;
	margin: auto;
	padding: 10vw 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
}

@media screen and (max-width: 768px) {
	.detail .flexbox {
		width: 90%;
		padding: 30px 0 0;
	}
}

/*----------------------------------

	textbox

----------------------------------*/

.detail .textbox {
	width: 46%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px) {

	.detail .textbox {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}

}

/**/
.detail .textbox .lead {
	font-size: clamp(5.5rem, 7.1vw, 7.5rem);
	color: #726934;
	line-height: 1;
	letter-spacing: .02em;
}

.detail .textbox .lead .span1 {
	font-size: .6em;
}

.detail .textbox .lead .span2 {
	font-size: .3em;
	color: #575C5A;
}

@media screen and (max-width: 768px) {
	.detail .textbox .lead {
		font-size: clamp(4.8rem, 15vw, 9rem);
		width: 90%;
		margin: auto;
	}
}

/**/
.detail .textbox .text {
	font-size: clamp(2.8rem, 3.6vw, 3.6rem);
	line-height: 1;
	letter-spacing: .05em;
	padding: 2vw 0 1vw;
	color: #726934;
}

.detail .textbox .text .num {
	font-size: 1.5em;
	margin: 0 8px 0 0;
}

@media screen and (max-width: 768px) {
	.detail .textbox .text {
		font-size: clamp(2.3rem, 7.1vw, 4.2rem);
		/* padding: min(3vw, 15px) 0 10px; */
		padding: 0;
		width: 90%;
		margin: auto;
		line-height: 1.2;
	}

	.detail .textbox .text .num {
		margin: 0 clamp(3px, .9vw, 8px) 0 0;
	}

}

/**/
.detail .textbox .txtbox {
	padding: min(3vw, 20px) 0;
}

.detail .textbox .txt {
	padding: 5px 0 5px 5%;
	position: relative;
	font-size: 1.6rem;
	color: #575C5A;
}

.detail .textbox .txt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 3%;
	aspect-ratio: 1 / 1;
	background: #575C5A;
}

@media screen and (max-width: 768px) {
	.detail .textbox .txtbox {
		padding: 5px 0 40px;
		width: 90%;
		margin: auto;
	}

	.detail .textbox .txt {
		/* padding: 1.5vw 0 1.5vw 5%; */
		padding: 0;
		padding-left: 0.8em;
		font-size: clamp(1.4rem, 4.3vw, 1.8rem);
		line-height: 1.4;
	}

	.detail .textbox .txt::before {
		top: 52%;
	}
}

/**/
.detail .textbox .pointbox {
	padding: min(3vw, 40px) 0 min(7vw, 60px);
	display: flex;
	justify-content: space-between;
	column-gap: 5%;
}

.detail .pointbox .lead {
	font-size: clamp(2.1rem, 2.7vw, 3.6rem);
	width: fit-content;
	flex-shrink: 0;
}

.detail .pointbox .point_item {
	width: 100%;
}

.detail .pointbox .point_item>p {
	font-size: clamp(1.3rem, 1.8vw, 1.6rem);
	line-height: 1.5;
	letter-spacing: .05em;
	padding: min(1.5vw, 15px) 0 min(3vw, 30px);
	border-top: #726934 1px solid;
}

@media screen and (max-width: 768px) {
	.detail .textbox .pointbox {
		padding: 3vw 0 0;
		flex-direction: column;
		width: 90%;
		margin: auto;
	}

	.detail .pointbox .lead {
		font-size: clamp(2.2rem, 6.8vw, 4rem);
		margin: 0;
	}

	.detail .pointbox .point_item {
		width: 100%;
		padding: 3vw 0;
	}

	.detail .pointbox .point_item>p {
		font-size: clamp(1.4rem, 4.3vw, 1.8rem);
		padding: 2vw 0 min(8vw, 40px);
	}
}

/**/
.detail .textbox .notebox {
	margin: auto;
}

.detail .notebox>img {
	width: 60%;
	min-width: 270px;
}

.detail .textbox .note {
	text-align: left;
	font-size: 1.2rem;
	padding: 5px 0 0;
}

@media screen and (max-width: 768px) {
	.detail .textbox .notebox {
		width: 90%;
	}

	.detail .notebox>img {
		width: 100%;
		max-width: 300px;
		padding: 0 0 5px;
	}


	.detail .textbox .note {
		line-height: 1.5;
		padding: 0;
	}

}


/*----------------------------------

	type img

----------------------------------*/

.detail .type_img {
	width: 51%;
}

.detail .type_img>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media screen and (max-width: 768px) {

	.detail .type_img {
		/* width: 100%; */
		width: 90%;
		margin: auto;
		position: relative;
	}

}

/**/
.detail .flexbox .arrowBtn {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.detail .flexbox .arrowBtn {
		/* height: 30vh; */
		/* position: relative; */
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}


.detail .flexbox .arrowBtn>button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: max(10%, 65px);
	/* background: #000; */
	background: transparent;
	border: #000 1px solid;
	padding: 10px 0 0;
	transition: all .8s ease;
}

.detail .flexbox .arrowBtn>button:hover {
	box-shadow: rgb(0, 0, 0, .3) 0 0 10px;
}


@media screen and (max-width: 768px) {
	.detail .flexbox .arrowBtn>button {
		/* width: 30%;
		max-width: 100px; */

		width: max(18%, 46px);
		max-width: 100px;
		aspect-ratio: 9/8;
		height: auto;
	}
}



.detail .flexbox .arrowBtn .nextBtn {
	left: 105%;
}

.detail .flexbox .arrowBtn .nextBtn .arrowBox {
	transform: rotate(-90deg);
}

.detail .flexbox .arrowBtn .prevtBtn {
	right: 105%;
}

.detail .flexbox .arrowBtn .prevtBtn .arrowBox {
	transform: rotate(90deg);
}

@media screen and (max-width: 768px) {

	.detail .flexbox .arrowBtn .nextBtn {
		left: 100%;
		transform: translate(-50%, -50%);
		margin-left: clamp(25px, 7.8vw, 40px);
	}

	.detail .flexbox .arrowBtn .prevtBtn {
		right: 100%;
		transform: translate(50%, -50%);
		margin-right: clamp(25px, 7.8vw, 40px);
	}
}



.detail .flexbox .arrowBtn>button .arrowBox {
	display: block;
	width: clamp(30px, 10vw, 50px);
	aspect-ratio: 1 / 1;
	margin: auto;
	transition: all .8s ease;
	background: #000;
	mask-image: url(../img/arrow.png);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.detail .flexbox .arrowBtn>button .arrowBox {
		width: clamp(28px, 5vw, 50px);
	}
}

.detail .flexbox .arrowBtn .nextBtn:hover .arrowBox {
	transform: translateX(10%) rotate(-90deg);
}

.detail .flexbox .arrowBtn .prevtBtn:hover .arrowBox {
	transform: translateX(-10%) rotate(90deg);
}

.detail .flexbox .arrowBtn>button .arrowBox>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.detail .flexbox .arrowBtn>button .btnTxt {
	font-size: clamp(1.2rem, 3.7vw, 1.6rem);
	color: #fff;
	padding: 8px 0 5px;
	letter-spacing: .03em;
	color: #000;
}

@media screen and (max-width: 768px) {
	.detail .flexbox .arrowBtn>button .btnTxt {
		font-size: clamp(1rem, 3vw, 1.4rem);
	}
}

.detail .flexbox .arrowBtn>button .btnTxt>span {
	font-size: 1.3em;
	padding: 0 2px;
}



/*==================
一覧に戻るボタン
==================*/

.backBtn {
	width: 80%;
	max-width: 350px;
	padding: 0 0 max(10vw, 50px);
	margin: auto;
}

.backBtn>button {
	width: 100%;
	background: #726934;
	border: none;
	padding: 0;
	transition: all .8s ease;
	margin-top: 5%;
}

.backBtn>button .backText {
	font-size: clamp(1.6rem, 5vw, 2rem);
	text-align: center;
	color: #fff;
	padding: clamp(15px, 4.6vw, 20px) 0;
}


.backBtn>button:hover {
	opacity: .8;
}