@charset "utf-8";
* {
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #666;
	font-size: 14px;
}

.serif {
	font-family: 'Playfair Display SC', serif;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
	max-width: 100%;
}

br.br_sp {
	display: none;
}

a {
	color: #666;
}
/*************ここから共通背景******/
.bg {
	background: linear-gradient(to right, #f0cee2 0%, #c0e4f8 100%);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
/*************ここまで共通背景******/
/*************ここからバーガーメニュー******/
nav ul {
	margin: 0;
}
.g-nav {
	width: 100%;
	height: 100vh;
	display: none;
	background: linear-gradient(to right, #f0cee2 0%, #c0e4f8 100%);
	position: fixed;
	text-align: center;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 998;
}
.g-nav .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}
.g-nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 20px;
	position: relative;
    right: auto;
    top: auto;
}
.g-nav ul.menu_list {
	font-size: 7.14vw;
	letter-spacing: 0.2em;
}
.g-nav ul.menu li {
	padding: 10px;
}

.g-nav ul.reserve_list li {
	font-style: italic;
	margin: 0 10px;
}

.g-nav ul.reserve_list li a {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.71vw;
}

.g-nav ul.reserve_list li:first-child {
	width: 100%;
	letter-spacing: 0.3em;
}

.g-nav ul.reserve_list li:first-child a {
	font-size: 4.14vw;
}

.g-nav ul li a {
	display: block;
	color: #666;
}

#toggle-menu {
	display: block;
	position: fixed;
	top: 12px;
	right: 12px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	z-index: 999;
}
#toggle-menu::before, #toggle-menu::after, #toggle-menu span {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #000;
	transition: all 0.4s;
	transform: rotate(0deg);
}
#toggle-menu span {
	top: 50%;
	bottom: 50%;
}
#toggle-menu::before {
	top: 40%;
}
#toggle-menu::after {
	bottom: 40%;
}
#toggle-menu.open span {
	top: 50%;
	bottom: 50%;
	right: -25%;
	opacity: 0;
}
#toggle-menu.open::before {
	transform: rotate(225deg);
	top: 50%;
}
#toggle-menu.open::after {
	transform: rotate(-225deg);
	bottom: 50%;
}
/*************ここまでバーガーメニュー******/
/************* ヘッダー ****************/


/************* FV ****************/
.fv {
	padding: 9.28vw 7.14vw 7.14vw;
}

.fv h1 {
	font-size: 7.14vw;
	letter-spacing: 0.5em;
	line-height: 2;
}

.fv h1 img {
	height: 10vw;
	width: auto;
	max-width: 100%;
	margin: 3.57vw 0 0;
}

/************* 共通 ****************/

h2 {
	font-size: 48px;
	font-family: 'Playfair Display SC', serif;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 50px;
	text-align: left;
}

/************* NEWS/BLOG ****************/

.topic {
	padding: 0 7.14vw 10vw;
	display: flex;
	align-items: center;
}

.topic img {
	height: 28vw;
	width: auto;
	max-width: 100%;
	margin-right: 50px;
}

.topic h2 {
	font-size: 24px;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50% , -50%) rotate( -90deg);
}

.topic .news {
	border-bottom: solid 1px #666;
}

.topic .news,
.topic .blog {
	position: relative;
	z-index: 101;
}

.topic .news_list {
	padding: 20px 20px 20px 40px;
}

.topic .news_list ul li a span{
	font-size: 10px;
	width: 70px;
	display: inline-block;
}

.topic .news_list .listlink a {
	border-bottom: solid 1px;
	font-style: italic;
}

.topic .topic_right {
	max-width: 450px;
	width: 50%;
}

/************* ABOUT ****************/

.about {
	max-width: 1200px;
	padding: 0 7.14vw 10.71vw;
	margin: 0 auto;
	position: relative;
}

.about::before {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	content: 'fierte';
	font-size: 230px;
	position: absolute;
	right: 0;
	top: -115px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
  	text-stroke: 2px #fff;
  	opacity: .4;
  	z-index: -1;
}

.about::after {
	font-family: 'Noto Sans JP', sans-serif;
	content: '×lia';
	font-weight: bold;
	font-size: 230px;
	position: absolute;
	right: 0;
	top: 115px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
  	text-stroke: 2px #fff;
  	opacity: .4;
  	z-index: -1;
}

/************* MENU ****************/

.menu {
	max-width: 1200px;
	padding: 0 7.14vw 10.71vw;
	margin: 0 auto;
	position: relative;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 101;
    position: relative;
}
.tab-label {
    margin-right: 55px;
    order: -1;
    font-style: italic;
}
.tab-content {
    width: 100%;
    display: none;
    margin-top: 50px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label span {
    border-bottom: solid 1px;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.tab-content dl {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	line-height: 1;
}

.tab-content dl dt {
	width: 60%;
}

.tab-content dl dt span {
	font-size: 24px;
	font-weight: bold;
	margin-right: 40px;
}

.tab-content dl dd {
	width: 40%;
	font-weight: bold;
}

.menu .menu_text {
	font-size: 10px;
	margin-bottom: 40px;
}

.menu ul li span {
	font-size: 24px;
}

.menu ul li span:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #666;
	margin: 0 10px;
	display: inline-block;
}



/************* Profile ****************/

.profile {
	max-width: 1200px;
	padding: 0 7.14vw 10.71vw;
	margin: 0 auto;
	position: relative;
}

.profile .momoko {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: -20px;
}

.profile .momoko img {
	width: 50%;
	max-width: 430px;
	margin-right: 70px;
}

.profile p.name {
	font-weight: bold;
	font-size: 16px;
}

.profile p.position {
	font-size: 12px;
	margin-bottom: 30px;
}

.profile p.momoko_text {
	border-top: solid 1px;
	font-size: 12px;
	padding-top: 30px;
}

.profile .prf_lead {
	position: relative;
}

.profile .prf_lead:before {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	content: 'Momoko';
	font-size: 10vw;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate( 0 , 100% );
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
  	text-stroke: 2px #fff;
  	opacity: .4;
}

.profile .prf_lead:after {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	content: 'Kimura';
	font-size: 10vw;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate( 0 , 200% );
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
  	text-stroke: 2px #fff;
  	opacity: .4;
}



/************* Gallery ****************/

.gallery {
	max-width: 1200px;
	padding: 0 7.14vw 10.71vw;
	margin: 0 auto;
	position: relative;
}

.gallery .content_wrap {
	position: relative;
	z-index: 101;
}

.gallery p {
	margin-top: -20px;
	margin-bottom: 30px;
}

.gallery a.instalink {
	font-style: italic;
	border-bottom: solid 1px;
	position: relative;
	z-index: 101;
}

#sb_instagram .sbi_type_carousel .fa-clone {
	display: none!important;
}


/************* Access ****************/

.access {
	max-width: 1200px;
	padding: 0 7.14vw 10.71vw;
	margin: 0 auto;
	position: relative;
}

.access .access_wrap {
	display: flex;
}

.access .access_wrap .access_left {
	width: 50%;
}

.access .access_wrap .access_left p {
	margin-bottom: 30px;
	position: relative;
}
.access .access_wrap .access_left p:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #666;
	position: absolute;
    left: 0;
    bottom: -30px;
}
.access .access_wrap .access_left dl {
	padding-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.access .access_wrap .access_left dl dt {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}

.access .access_wrap .access_left dl dd {
	width: 100%;
	margin-bottom: 20px;
}

.access .access_wrap .access_left dl dd a.adress_g {
	font-style: italic;
	border-bottom: solid 1px;
}

.access .access_wrap .access_right {
	width: 50%;
	padding: 40px 0 0 40px;
}



/************* フッター ****************/

footer {
	padding-top: 2px;
	margin-top: 40px;
	text-align: center;
	background: linear-gradient(to right, #f0cee2 0%, #c0e4f8 100%);
	padding-bottom: 74px;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer ul li {
	background: rgba(255, 255, 255, .7);
	margin: 2px 0;
	width: 100%;
}

footer ul li a {
	padding: 20px 10px;
	display: block;
}

footer ul li.foot_half {
	width: calc(50% - 2px);
}

footer ul li.foot_sns {
	display: flex;
	justify-content: center;
}

footer ul li.foot_sns i {
	font-size: 36px;
}

footer p {
	padding: 20px;
	color: #fff;
}

footer ul li a:hover {
	background: #fff;
}

/************* 固定メニュー ****************/

.foot_menu {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: transparent;
	padding-bottom: calc(env(safe-area-inset-bottom));
}

.foot_menu ul {
	text-align: right;
    padding: 0 20px 200px 0;
}

.foot_menu ul li:first-child {
	transform: rotate(90deg);
	transform-origin: right top;
}

.foot_menu ul li:first-child a {
	font-style: italic;
	border-bottom: solid 1px;
	letter-spacing: 0.2em;
}

.foot_menu ul li:nth-child(2) {
	position: absolute;
	font-size: 24px;
	right: 20px;
	top: 20px;
}

.foot_menu ul li:nth-child(3) {
	position: absolute;
	font-size: 24px;
	right: 20px;
	top: 60px;
}

p.copyright {
	text-align: center;
	padding: 0 20px 60px;
	font-size: 10px;
}



@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 420px) {
	body {
		font-size: 14px;
	}
	br.br_sp {
		display: block;
	}
	header {
		height: 36px;
	}
	header p.site_title {
		font-size: 12px;
	}
	header p.site_title span {
		font-size: 10px;
	}
	header ul {
		right: 0;
		top: 60px;
	}
	.g-nav ul.reserve_list li a {
		font-size: 24px;
	}
	#toggle-menu {
		top: 0;
		right: 0;
	}
	.fv h1 {
		font-size: 8vw;
	}
	.topic {
		display: block;
	}

	.topic img {
		height: 46vw;
	}

	.topic .topic_right {
		width: 90%;
	}

	.topic h2 {
		font-size: 16px;
	}

	.topic .news_list ul li a span {
		width: 100%;
	}

	h2 {
		font-size: 8vw;
		margin-bottom: 20px;
	}

	.about::before {
		font-size: 16.42vw;
		bottom: 8.21vw;
		top: auto;
		webkit-text-stroke: 1px #fff;
    	text-stroke: 1px #fff;
	}

	.about::after {
		font-size: 16.42vw;
		bottom: -8.21vw;
		top: auto;
		webkit-text-stroke: 1px #fff;
    	text-stroke: 1px #fff;
	}

	.about p.text {
		width: 90%;
	}

	.tab-content {
		margin-top: 24px;
		width: 90%;
	}

	.tab-label {
	    margin-right: 0;
	    width: 100%;
	}

	.tab-content dl dd {
		text-align: right;
	}

	.tab-content dl dt span {
		display: block;
	}

	ul.special li {
		margin-bottom: 20px;
	}

	.menu ul li span {
		font-size: 20px;
		display: block;
	}

	.menu ul li span:after {
		width: 50%;
	}

	.profile .momoko {
		display: block;
		margin-top: 0;
	}

	.profile .momoko img {
		width: 70%;
		margin-bottom: 20px;
	}

	.profile .prf_lead:before {
		left: auto;
		bottom: auto;
		right: 0;
		top: 0;
		transform: translate( 0 , -330% );
	}

	.profile .prf_lead:after {
		left: auto;
		bottom: auto;
		right: 0;
		top: 0;
		transform: translate( 0 , -226% );
	}

	.profile .prf_lead {
		width: 90%;
	}

	.gallery p {
		margin-top: 0;
	}

	#sb_instagram #sbi_images {
		width: 90%!important;
	}

	.access .access_wrap {
		display: block;
	}

	.access .access_wrap .access_left {
		width: 90%;
	}

	.access .access_wrap .access_left dl dt {
		width: 100%;
	}

	.access .access_wrap .access_left dl dd {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.access .access_wrap .access_right {
	    width: 75%;
	    padding: 40px 0 0 0px;
	}

	.foot_menu ul {
	    padding: 0 20px 150px 0;
	}

	.about, .menu, .profile, .gallery, .access {
		padding-bottom: 20.71vw;
	}

}

@media screen and (max-width: 320px) {

}
