/*
Title: design house
Last Updated: 2025-1-27
Author: Ryu
*/
@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{
	position: relative;
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #f5f2ec;
	background-image: repeating-linear-gradient( 0deg,#f3ece1 0px 1px, transparent 1px 8px), repeating-linear-gradient( 90deg,#f3ece1 0px 1px, transparent 1px 8px);
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px){

	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/

.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px){

	.sp_menu ul{
		max-width: 768px;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	line-height: 1.5;
	margin-bottom: 12px;
	font-size: 1.6rem;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

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

	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

}/*END*/

.btn_menu{
	position: fixed;
	width: 50px;
	height: 50px;
	right: calc(50% - 250px);
	top: 0;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 99;
	background: #f9a318;
}
.btn_menu span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu span:nth-child(1){
	top: 16px;
}
.btn_menu span:nth-child(2){
	top: 50%;
}
.btn_menu span:nth-child(3){
	bottom: 16px;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 24px;
	margin-left: -11px;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
	top: 24px;
	margin-left: -11px;
}

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

	.btn_menu{
		right: 0;
	}

}/*END*/


/*----------------------------------------
	btn map
----------------------------------------*/

.yoyaku1,
.yoyaku2{
	position: relative;
}
.yoyaku1 a{
	display: block;
	width: calc((670/800)*100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7%;
}
.yoyaku2 a{
	display: block;
	width: calc((670/800)*100%);
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0 80px 0;
}
.movie{
	background: #eeecde;
	padding: 0 7% 0 7%;
}
.movie iframe{
	width: 100%;
	aspect-ratio: 16/9;
}
.map{
	background: #fff;
	padding: 0 7% 0 7%;
}
.map iframe{
	width: 100%;
	height: 350px;
}

/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/

.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #999;
	margin-top: 20px;
}
.header__link.is-active {
	background-color: #999;
}
li.header__item {
	position: relative;
}
li.header__item:after {
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(200%, -50%);
}
/*横の文字調整*/
li.header__item:first-child:after {
	content: "1";
}
li.header__item:nth-child(2):after {
	content: "2";
}
li.header__item:nth-child(3):after {
	content: "3";
}
li.header__item:nth-child(4):after {
	content: "4";
}
li.header__item:nth-child(5):after {
	content: "5";
}
li.header__item:nth-child(6):after {
	content: "6";
}
li.header__item:nth-child(7):after {
	content: "7";
}
li.header__item:nth-child(8):after {
	content: "8";
}
li.header__item:nth-child(9):after {
	content: "9";
}
li.header__item:nth-child(10):after {
	content: "10";
	transform: translate(90%, -50%);
}
li.header__item:last-of-type:after {
	content: "予\A約";
	transform: translate(90%, -50%);
}
@media screen and (max-width: 649px){

	.target_nav{
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
	}

}/*END*/