
body{	padding-top: 0;}
h1{	top: calc(100vh - 30px);}
main{	width: auto; background: none; margin: 0;}

header,
#header_nav{
	top: -90px;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
header.scroll,
header.scroll+#header_nav{	top: 0;}


/** top_nav **/

#top_nav{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
#top_nav .top_nav_p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	writing-mode: vertical-rl;
	margin: 0 0 20px 0;
}
#top_nav_logo{
	width: 100%;
	margin: 0 0 40px 0;
}
#top_nav_logo a{
	display: inline-block;
	vertical-align: top;
}
#top_nav_logo img{
	width: 145px;
	height: auto;
}
#top_nav .top_nav_menu{
	font-size: 0;
	line-height: 0;
}
#top_nav .top_nav_menu li{
	margin: 0 0 20px 0;
}
#top_nav .top_nav_menu li:last-of-type{	margin-bottom: 50px;}
#top_nav .top_nav_menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#top_nav .top_nav_menu a::after{
	position: absolute;
	content: '';
	bottom: .2em;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #000;
	transition: all .3s ease 0s;
}
#top_nav .top_nav_menu a:hover::after{
	bottom: -0.2em;
	opacity: 1;
}

#top_nav .top_nav_sns{
	font-size: 0;
	line-height: 0;
	position: static;
}
#top_nav .top_nav_sns ul{
	display: flex;
	font-size: 0;
	line-height: 0;
}
#top_nav .top_nav_sns ul li{	margin-left: 7px;}
#top_nav .top_nav_sns ul li a{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
}
#top_nav .top_nav_sns ul li .sns_bt1{	background: url(../img/all/sns_bt1.png) no-repeat; background-size: 24px auto;}
#top_nav .top_nav_sns ul li .sns_bt2{	background: url(../img/all/sns_bt2.png) no-repeat; background-size: 24px auto;}
#top_nav .top_nav_sns ul li .sns_bt3{	background: url(../img/all/sns_bt3.png) no-repeat; background-size: 24px auto;}
#top_nav .top_nav_sns ul li .sns_bt4{	background: url(../img/all/sns_bt4.png) no-repeat; background-size: 24px auto;}
#top_nav .top_nav_sns > a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 115px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	border: 1px solid #000;
	position: absolute;
	top: -37px;
	right: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_nav .top_nav_sns > a:hover{
	color: #fff;
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

#top_nav .top_nav_sns{
	width: 100%;
	position: relative;
	text-align: center;
	position: static;
	padding: 70px 0 0 0;
	background: url(../img/all/h_logo2.png) no-repeat top center;
	background-size: 150px auto;
}
#top_nav .top_nav_sns ul{
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}
#top_nav .top_nav_sns ul li{	margin: 0 3.5px;}
#top_nav .top_nav_sns > a{
	position: static;
	margin-bottom: 25px;
}



/** bnr_box **/
.bnr_box{
	padding: 80px 0 0 0;
	background: #fff;
}

.bnr_box p{
	margin-bottom: 25px;
}

.bnr_box p:last-of-type{
	margin-bottom: 0;
}

.bnr_box img{
	width: 80vh;
	min-width: 600px;
	max-width: 850px;
	height: auto;
	vertical-align: middle;
}

.sbs2{
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 40px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sbs2 p{
	width: auto;
	min-width: 0;
	max-width: none;
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sbs2 p img{
	width: auto;
	min-width: 0;
	max-width: 100%;
	min-height: 650px;
	max-height: 80vh;
	margin: 0 0;
}



/** about **/

#about{
	background: #fff;
	padding: 80px 0 0 0;
}
.about_img{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 0 40px 0;
	padding: 0 500px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.about_img img:nth-of-type(1){
	display: inline-block;
	vertical-align: top;
	width: 555px;
	height: auto;
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 60px;
}
.about_img img:nth-of-type(2){
	display: block;
	width: 100%;
	height: auto;
}
.about_img img:nth-of-type(3){
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: auto;
	position: absolute;
	bottom: -320px;
	right: 100px;
}

.about_txt{
	position: relative;
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	padding: 0 450px 100px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.about_txt h3{
	font-family: "FontA";
	font-size: 60px;
	line-height: 1;
	margin: 0 0 20px 0;
}
.about_txt p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px 0;
}
.about_txt p:nth-of-type(2){
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.about_txt > img{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	position: absolute;
	bottom: 0;
	right: 370px;
}


/** menu **/

#menu_bg{
	position: relative;
	box-shadow:0px 40px 0px 0px #fff inset,0px -40px 0px 0px #fff inset;
	-moz-box-shadow:0px 40px 0px 0px #fff inset,0px -40px 0px 0px #fff inset;
	-webkit-box-shadow:0px 40px 0px 0px #fff inset,0px -40px 0px 0px #fff inset;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
#menu_bg:before,
#menu_bg:after{
	content: "";
	width: calc(100% - 300px);
	height: 100px;
	background: #fff;
	position: absolute;
}
#menu_bg:before{
	border-radius: 0 50px 50px 0;
	top: 40px;
	left: 0;
}
#menu_bg:after{
	border-radius: 50px 0 0 50px;
	bottom: 40px;
	right: 0;
}
#menu{
	position: relative;
	z-index: 2;
	width: 1200px;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
}
.menu_img{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 50%;
	min-height: 660px;
}
.menu_img img{
	display: inline-flex;
	width: 180px;
	height: auto;
	margin-right: 10px;
}
.menu_img img:nth-of-type(1){	margin-bottom: auto;}
.menu_img img:nth-of-type(2){
	margin-top: auto;
	margin-bottom: auto;
}
.menu_img img:nth-of-type(3){	margin-top: auto;}

.menu_txt{
	width: 50%;
	text-align: left;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu_txt h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px 0;
}
.menu_txt p{
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 30px 0;
}


/** info **/

#info_bg{	background: #fff;}
#info{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info h3{
	position: relative;
	width: 160px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info h3 span{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 30px;
	line-height: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform:rotate(90deg);
	position: absolute;
	top: 20px;
	left: -70px;
}
#info h3 em{
	font-size: 18px;
	line-height: 20px;
	writing-mode: vertical-rl;
}
#info div{
	width: calc(100% - 160px);
}
#info li{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info li a span{	font-size: 12px; color: #666}
#info div > p{
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	margin: 30px 0 0 0;
}
#info div > p a{
	text-decoration: underline;
}


/** online **/
#online{ background: #ecf2f7;}

/** contsbox **/
.contsbox{
	position: relative;
	margin: 0 0 0 0;
	padding: 70px 0;
}
.contsbox h3{
	margin: 0 0 30px 0;
}
.contsbox div{
	margin: 0 0 20px 0;
}
.contsbox p{
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 30px 0;
}


/** online **/
#online{ background: #fff;}
#online > img{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	position: absolute;
	bottom: 50px;
	left: calc(50% - 500px);
}

/** gkuchikomi **/
#gkuchikomi{
	background: #ecf2f7;
	margin: 0 0 450px 0;
}




/** shop **/

#shop{
	background: #fff;
	padding: 0 0 0 0;
}
#shop div{
	position: relative;
	top: -80px;
	width: 650px;
	text-align: center;
	background: #ecf2f7;
	margin: 0 auto;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop div img{
	display: inline-block;
	vertical-align: top;
	width: 115px;
	height: auto;
	position: absolute;
	top: -20px;
	right: -30px;
}
#shop div h3{	margin-bottom: 20px;}
#shop div p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 15px 0;
	padding: 0;
}
#shop div .add{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
#shop div .tel{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: currentColor !important;
	margin: 0 0 10px 0;
}
#shop div .tel span{
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid currentColor;
	padding: 0 10px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#shop div .tel a{	font-size: 30px; color: currentColor !important;}
#shop div .time{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}


/** mv **/

.mv{
	padding: 80px 0;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mv + .mv{ background-color: rgba(255, 255, 255, 0.8);}

.mv .mvbox{
	width: 750px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(44, 122, 145, 0.3);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mv .mvbox video{
	width: 100%;
	height: auto;
	border-radius: 7px;
}

.mv .mvbox .youtube{
	width: 100%;
	height: auto;
	border-radius: 7px;
}

.mv .mvbox .youtube iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 730 / 410;
	border-radius: 7px;
}

.mv p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}
.mv p:nth-of-type(2){
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 30px 0;
}









/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{	padding-top: 0;}
	h1{	top: calc(100svh - 30px);}
	#header_nav{	top: 0;}

	/** top_nav **/
	#top_nav{
		width: 80px;
		height: 100vh;
		height: 100svh;
		background: rgba(255, 255, 255, 0.7);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	#top_nav .top_nav_p{
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 20px 0;
	}
	#top_nav_logo{
		position: relative;
		width: 100%;
		margin: 0;
	}
	#top_nav_logo a{
		display: inline-block;
		vertical-align: top;
	}
	#top_nav_logo img{
		width: 60px;
		height: auto;
	}
	#top_nav_logo:after{
		content: "";
		width: 60px;
		height: 19px;
		background: url(../img/all/h_logo2.png) no-repeat;
		background-size: 60px auto;
		position: absolute;
		bottom: -30px;
		left: calc(50% - 30px);
	}
	#top_nav .top_nav_menu,
	#top_nav .top_nav_sns{	display: none;}

	/** bnr_box **/
	.bnr_box{
		padding: 25px 25px 0 25px;
		margin-bottom: -30px;
	}
	.bnr_box img{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
		max-height: none;
	}
	.sbs2{
		display: block;
	}
	.sbs2 p{
		display: block;
		width: auto;
		max-width: none;
		max-height: none;
		margin: 0 0 25px 0;
	}
	.sbs2 p img{
		width: 100%;
		min-width: 0;
		max-width: none;
		min-height: 0;
		max-height: none;
		margin: 0 0;
	}



	/** about **/
	#about{
		padding-top: 1px;
	}
	.about_img{
		position: relative;
		font-size: 0;
		line-height: 0;
		margin: 80px 0 30px 0;
		padding: 0 135px 0 0;
	}
	.about_img img:nth-of-type(1){
		width: 70vw;
		height: auto;
		position: absolute;
		z-index: 2;
		top: -20px;
		right: 15px;
	}
	.about_img img:nth-of-type(2){
		display: block;
		width: 100%;
		height: auto;
	}
	.about_img img:nth-of-type(3){
		width: 33vw;
		height: auto;
		position: absolute;
		bottom: -65px;
		right: 25px;
	}

	.about_txt{
		position: relative;
		width: auto;
		text-align: center;
		padding: 0 15px 40px 15px;
	}
	.about_txt h3{
		font-size: 36px;
		line-height: 1;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.about_txt p:nth-of-type(1){
		font-size: 22px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.about_txt p:nth-of-type(2){
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 15px 0;
	}
	.about_txt > img{
		width: 60px;
		position: absolute;
		bottom: 20px;
		right: 15px;
	}

	/** menu **/

	#menu_bg{
		position: relative;
		box-shadow:0px 30px 0px 0px #fff inset;
		-moz-box-shadow:0px 30px 0px 0px #fff inset;
		-webkit-box-shadow:0px 30px 0px 0px #fff inset;
	}
	#menu_bg:before,
	#menu_bg:after{
		content: "";
		width: calc(100% - 100px);
		height: 50px;
		background: #fff;
		position: absolute;
	}
	#menu_bg:before{
		border-radius: 0 25px 25px 0;
		top: 30px;
		left: 0;
	}
	#menu_bg:after{
		border-radius: 25px 0 0 25px;
		bottom: 0;
		right: 0;
	}
	#menu{
		position: relative;
		z-index: 2;
		display: block;
		width: auto;
		margin: 0;
	}
	.menu_img{
		width: 100%;
		min-height: 0;
		margin: 0 0 20px 0;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.menu_img img{
		display: inline-flex;
		width: 17vw;
		height: auto;
		margin-right: 4px;
	}
	.menu_img img:nth-of-type(1){	margin-bottom: auto;}
	.menu_img img:nth-of-type(2){
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.menu_img img:nth-of-type(3){	margin-top: auto;}

	.menu_txt{
		width: auto;
		text-align: center;
		padding: 0 15px 90px 15px;
	}
	.menu_txt h3{
		font-size: 22px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.menu_txt p{
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 15px 0;
	}

	/** info **/
	#info{
		width: auto;
		margin: 0;
		padding: 50px 15px;
	}
	#info h3{
		position: relative;
		width: 65px;
		padding-bottom: 40px;
	}
	#info h3 span{
		font-size: 20px;
		line-height: 1;
		position: absolute;
		top: 20px;
		left: -65px;
	}
	#info h3 em{
		font-size: 15px;
		line-height: 20px;
		writing-mode: vertical-rl;
	}
	#info div{
		width: calc(100% - 65px);
	}
	#info li{
		font-size: 14px;
		line-height: 18px;
	}
	#info li p{	margin-top: 2px;}
	#info div > p{
		margin: 20px 0 0 0;
	}
	
	/** contsbox **/
	.contsbox{
		margin: 0 0 0 0;
		padding: 40px 15px;
	}
	.contsbox h3{
		margin: 0 0 20px 0;
	}
	.contsbox div{
		margin: 0 0 10px 0;
	}
	.contsbox div img{
		width: 100%;
		height: auto;
	}
	.contsbox p{
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	
	/** online **/
	#online > img{
		width: 60px;
		position: absolute;
		bottom: 30px;
		left: 15px;
	}
	
	/** gkuchikomi **/
	#gkuchikomi{
		margin: 0 0 300px 0;
	}

	/** shop **/
	#shop{
		background: #fff;
		padding: 0 15px;
	}
	#shop div{
		width: auto;
		margin: 0;
		padding: 30px 15px;
		top: -50px;
	}
	#shop div img{
		width: 65px;
		position: absolute;
		top: -10px;
		right: -10px;
	}
	#shop div h3{	margin-bottom: 20px;}
	#shop div p:nth-of-type(1){
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	#shop div .add{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	#shop div .tel{
		font-size: 15px;
	}
	#shop div .tel a{	font-size: 25px; color: currentColor !important;}
	#shop div .time{
		font-size: 12px;
		line-height: 20px;
	}

	/** mv **/
	.mv{
		padding: 50px 15px;
	}
	.mv .mvbox{
		width: auto;
		margin: 0 0 15px 0;
		padding: 5px;
	}
	.mv p:nth-of-type(1){
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 15px 0;
	}
	.mv p:nth-of-type(2){
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 30px 0;
	}


}