@charset "UTF-8";

/* =========================================================
reset
========================================================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #8a7d74;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #8a7d74;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-family: 'ionicons';
	font-style: normal;
}


/* =========================================================
base
========================================================= */
html {
    overflow-y: scroll;
	 overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
    color: #2d2424;
    background: #ffffff;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
		-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-height: 900px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* link */
a {
	color: #2d2424;
	text-decoration: none;
}
a:visited {
	color: #2d2424;
}
a:hover {
	color: #2d2424;
}
a:active {
	color:#2d2424;
}
a img {
	-webkit-transition: opacity, 300ms;
	transition: opacity, 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
img {
	max-width: 100%;
}
.tel-link {
	cursor: default;
	pointer-events: none;
	color: #8a7d74;
}

@media screen and (max-width: 800px) {
.tel-link {
	pointer-events: auto;
}
}
/* clear */
.cf {
 *zoom: 1;
}
.cf::before, .cf::after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* sppc */
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}

@media screen and (max-width: 800px) {
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
}

/* =========================================================
animation
========================================================= */

.fadeOut {
    -webkit-animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); transform: translate(0px,0px); }}
@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); transform: translate(10px,0px); }}

@keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* =========================================================
 Layout 
========================================================= */

main {
  margin:0px;
	animation: bodyFadeIn 1s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 1s ease 0s 1 normal;

}
.article-wrap {
    clear: both;
	  position: relative;
	padding: 80px 0;
	    background: #fff;
}
.item-page .article-wrap {
    clear: both;
    position: relative;
    padding: 30px 0 0;
}
.inner{
	width: 1180px;
	margin: 0 auto;
}
.inner-mini{
    width: 720px;
    margin: 0 auto;
}
.sec-subtitle {
font-size: 16px;
    font-weight: 600;
    padding-bottom: 46px;
    padding-top: 8px;
    letter-spacing: 0.2em;
}

.price {
    padding-bottom: 45px;
}



.l-sec {
padding-bottom: 120px;
}

.l-sec p{
  font-size: 15px;
    line-height: 2;
    padding-bottom: 40px;
}
.pic-wrap {
    margin-bottom: 24px;
}

.page .l-sec th {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    padding: 6px 0;
}
.page .l-sec td {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    padding: 6px 0;
}



.grid-thrd ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-thrd li {
    width: 29.3%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
}
.grid-thrd li img {
	width: 100%;
  height: auto;
}





.grid-thrd li:nth-child(3n) {
	margin-right: 0%;
}
.grid-quarter ul {
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-quarter li {
width: calc(25% - 38px);
    position: relative;
    margin-bottom: 60px;
}
.grid-quarter li img {
	width: 100%;
  height: auto;
}

.grid-fifth li {
    width: 18.3%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}




.list-cycle li:before {
	font-size: 10px;
	content: "●";
	padding-right: 4px;
}
.list-cycle li {
	padding-left: 1em;
	text-indent: -1em;
}
.list-cycle dd:before {
	font-size: 14px;
	content: "・";
	padding-right: 4px;
}
.list-cycle dd {
    padding-left: 1em;
    text-indent: -1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.align-right{
	text-align: right;
}
/* text */

.article-title{
	    font-size: 17px;
    letter-spacing: 0.2em;
}
.article-title-en{
font-size: 48px;
    line-height: 1.3;
	margin-left: -3px;
	font-weight: 400;
}
.sec-title-en{
	    font-size: 24px;
margin-bottom: 12px;
	    line-height: 1.0;
}
.sec-title-jp {
    font-size: 16px;
    text-align: center;
	line-height: 1.0;
}
.sec-hgroup {
	margin-bottom: 80px;
}
.sec-ico {
	width: 70px;
	margin: 0 auto;
}
.sec-title{
	    font-size: 40px;
 font-weight: 400;

}

.sec-leadcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-subcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.aside-title-jp {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.aside-title-en {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}


.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


.sub-title {
	
}

.sup {
    font-size: 12px;
}
.coution .sup {
    font-size: 12px;
	color: #846f57;
}
.line100{
	background: #8a7d74;
	height: 1px;
	width: 100px;	
}
.en{

}
.en-bold{

}

.serif{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.copy p {
    line-height: 36px;
    letter-spacing: 0.1em;
}
.align-center {
	text-align: center;
}
/* =========================================================
module
========================================================= */

/* breadcrumb */

#breadcrumb {
    margin-top: 20px;
    height: 48px;
}
#breadcrumb ul {
float: right;
}
#breadcrumb ul li {
    display: inline;
    position: relative;
    padding-right: 15px;
	    font-size: 12px;
}
#breadcrumb ul li.current {
    padding-right: 0px;
}
#breadcrumb ul li:after {
    content: ">";
    font-size: 72%;
    top: 0px;
    right: 2px;
    position: absolute;
}
#breadcrumb ul li.current:after {
	padding-left: 0;
	content: "";
}

/* moldal menu */

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 30px;
    z-index: 100;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: rgb(31 23 23 / 94%);
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
display: block;
    margin: 0 auto;
}

.menu li {
	opacity: 0;
	color: #fff;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
   opacity: 0.7;
}

.open .menu li {
	opacity: 1;
	transform:translateY(15px);
}

.open .menu li:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1).5s;
}

.open .menu li:nth-child(2) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
}

.open .menu li:nth-child(3) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
}

.open .menu li:nth-child(4) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
}
.open .menu li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
}
.open .menu li:nth-child(6) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
}
.open .menu li:nth-child(7) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}
.open .menu li:nth-child(8) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}



/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 99;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
position: relative;
    width: 37px;
    height: 32px;
    z-index: 100;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 21px;
}
.menu-trigger span:nth-of-type(3) {
    width: 70%;
    top: 31px;
	opacity: 1;
}
.open .menu-trigger span {
    background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.open .menu-trigger span:nth-of-type(3) {
  opacity: 0;
}
/*タブ*/
.tabs {

}

.tab_item {
       width: 32.2%;
    height: 60px;
    background-color: #d9d9d9;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 0.5%;
    cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}



/* =========================================================
common
========================================================= */


.nav-title {
    width: 200px;
    margin: 30px auto 0;
}

.menu ul {
    display: block;
    margin: 0 auto;
}
.menu .global li {
text-align: center;
}
.menu .global li a {
    display: block;
    font-size: 24px;
    font-weight: 400;
    padding: 7px;
    color: #fff;
    padding: 12px;
    width: 100%;
    margin: 0 1%;
    box-sizing: border-box;
}
.menu .global li.no-link {
    display: block;
    font-size: 24px;
    font-weight: 400;
    padding: 7px;
    color: #4a4141;
    padding: 12px;
    width: 100%;
    margin: 0 1%;
    box-sizing: border-box;
}
.menu .global li a.no-border {
    border: none;
}
.menu-logo {
    width: 200px;
    margin: 50px auto 20px;
}
.menu .fruit-list {
    width: 50%;
    margin: 40px auto;
}
.menu .item-title-en {
    font-size: 11px;
    margin-bottom: 20px;
}

.menu .item-title-jp {
    font-size: 18px;
    line-height: 1.4;
}
.menu .pic-wrap {
	overflow: hidden;
}
.menu .pic-wrap img {
  display: block;
	transition-duration: 0.3s;
}
.menu .pic-wrap img:hover {
 transform: scale(1.1);
	transition-duration: 0.3s;
}

#mainvisual {
    width: 100%;
    overflow: hidden;
    height: 320px;
	animation: bodyFadeIn 1s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
  position: relative;
  z-index: -1;
}



#mainvisual img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
#home #mainvisual {
      height: 90vh;
    object-fit: cover;
}
#home #mainvisual img {
  height: 90vh;
    object-fit: cover;
}






header {
    width: 100%;
    background: #1c1616;
    text-align: center;
    position: absolute;
    bottom: 0;
}



/* =========================================================
layout
========================================================= */



#gmap {
    width: 100%;
    height: 700px;
}

#gmap iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

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

.inner {
    width: 85%;
    padding-left: 0px;
    margin: 0 auto;
	}
}



.din{font-family:din-2014-narrow,sans-serif;font-weight:400;font-style:normal}.futo500{font-family:source-han-sans-japanese,sans-serif;font-weight:500;font-style:normal}.futo700{font-family:source-han-sans-japanese,sans-serif;font-weight:700;font-style:normal}.logo{height:auto;padding:28px}#home #mainvisual .logo-img img{height:auto;width:300px}header h1{letter-spacing:.05em;color:#fff;padding:10px 0 0;font-size:15px}#homelead{width:100%;color:#fff}.lead01{font-size:12px;font-weight:400;line-height:1.4;padding-bottom:10px;position:absolute;top:40px;left:40px}.lead-wrap{position:absolute;bottom:180px;left:40px;font-feature-settings:"palt"}.lead02{font-size:16px;color:#1c1616;line-height:1.4;padding-bottom:10px;border:#fff solid 1px;display:inline-block;padding:10px 20px;letter-spacing:.08em;margin-bottom:20px;background:#fff}.lead03{font-size:56px;font-weight:600;line-height:1;padding-bottom:10px}.lead04{font-size:14px;line-height:1.4;padding-bottom:10px;letter-spacing:.05em;padding-bottom:24px}.lead05{font-size:18px;line-height:1.6;letter-spacing:.05em}.lead06{font-size:14px;line-height:1.4;padding:10px 0;letter-spacing:.05em}.nav{position:relative;padding:60px 40px 0}.anchor li{position:relative;display:inline-block;padding:0 24px}.anchor ul li:after{content:"/";font-size:72%;top:4px;right:-2px;position:absolute}.anchor ul li.current:after{padding-left:0;content:""}.contact a{width:200px;background:#937e6f;color:#fff;text-align:center;height:64px;padding-top:25px;font-size:14px;position:absolute;right:250px;top:40px;display:block}.contact a:hover{background:#1c1616}.reserve a{width:200px;background:#f60;color:#fff;text-align:center;height:64px;padding-top:18px;font-size:14px;position:absolute;right:40px;top:40px;display:block}.reserve a span{display:block;font-size:12px;line-height:1.5}.reserve a:hover{background:#1c1616}.contact-sp{display:none}.reserve-sp{display:none}.sec-parents{display:flex;justify-content:space-between;flex-wrap:wrap}.sec-item{width:calc(50% - 40px);position:relative;margin-bottom:60px}#room .sec-item-summary{padding:40px 0 40px 20px}#food .sec-item-summary{padding:40px 20px 40px 0}.hosoku{position:absolute;top:-30px;left:0;height:30px;color:#333;font-size:12px}.sec-item .pic{box-shadow:40px 40px 0 0 rgb(236 234 234);font-size:0;position:relative}#access .sec-item{width:50%;margin:0}#access .sec-item-summary{padding:80px;text-align:center}.food-parents{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:80px}.food-item{width:calc(33% - 24px);position:relative;margin-bottom:60px}.aside-parents{display:flex;justify-content:space-between;flex-wrap:wrap}.aside-item{width:calc(50% - 30px);position:relative;margin-bottom:60px}#lead{padding:120px 0;width:600px;margin:0 auto;line-height:2.2}.copy{font-size:22px;line-height:1.4;font-weight:600;padding-bottom:24px;letter-spacing:.04em}.food-item img{width:100%;border-radius:4px}.l-sec .food-item p{padding-top:24px;font-size:14px;line-height:1.8;padding-bottom:0}#outline .sec-subtitle{padding-bottom:40px}#outline .sec-item{width:100%;position:relative;margin-bottom:60px}table{width:100%;font-size:15px;border-bottom:#cecece solid 1px}th{padding:20px;border-top:#cecece solid 1px;line-height:1.7;text-align:left}td{padding:20px;border-top:#cecece solid 1px;line-height:1.7}.price-title{font-weight:600;padding-bottom:24px}#room table{width:100%;font-size:14px;border-bottom:#cecece solid 1px;margin-bottom: 12px;}#room thead th{padding:12px 8px;border-top:#cecece solid 1px}#room thead td{padding:14px 8px;font-weight:600;text-align:center;border-top:#cecece solid 1px;line-height:1.4em}#room tbody th{padding:14px 8px;font-weight:400;border-top:#cecece solid 1px}#room tbody td{padding:12px 8px;text-align:center;border-top:#cecece solid 1px}.sec-parents.row-reverse{flex-flow:row-reverse}.aside{background:#1c1616;padding:80px 0;color:#c5c2c2}.aside-parents{width:1000px;margin:0 auto}.aside-item{width:calc(50% - 24px);position:relative;margin-bottom:0}.aside-title{text-align:center;padding:36px 0;font-size:18px}.aside-title a{color:#c5c2c2;padding-bottom:10px;display:inline-block;border-bottom:#c5c2c2 solid 2px}.aside-item p{font-size:15px;line-height:1.6;padding-bottom:36px}.aside-item li{font-size:13px;line-height:1.6;padding-bottom:4px}.aside-item img{border-radius:4px}#access .copy{font-size:16px;line-height:1.4;font-weight:600;padding-bottom:24px;letter-spacing:.04em}#access p{width:440px;text-align:left;line-height:1.6;font-size:14px;margin:0 auto}#access p strong{display:block;padding-bottom:10px}.access-root{width:480px;margin:20px auto 40px}.fb_iframe_widget{display:inline-block;position:absolute!important;bottom:250px;right:40px}#fb-root{position:absolute;top:0;right:0;z-index:3}.sp{display:none}.pc{display:block}@media screen and (max-width:1080px){#home #mainvisual{height:70vh}.aside-parents{width:86%;margin:0 auto}.access-root{width:100%}#access p{width:100%;text-align:left;line-height:1.6;font-size:14px;margin:0 auto}.fb_iframe_widget{display:inline-block;position:relative!important;bottom:auto;right:auto;width:100%;margin:0 auto;display:block!important;text-align:center}#fb-root{position:relative;top:auto;right:auto;z-index:3;width:100%;margin:40px auto;text-align:center}.sp{display:block}.pc{display:none}.fb_iframe_widget_fluid{display:block!important;margin:0 auto;width:100%;position:relative!important}}@media screen and (max-width:800px){.contact{display:none}.reserve{display:none}}@media screen and (max-width:600px){.contact-sp a{width:50%;background:#937e6f;color:#fff;text-align:center;height:64px;padding-top:25px;font-size:14px;position:fixed;left:0;bottom:0;display:block;z-index:5}.contact-sp a:hover{background:#1c1616}.contact-sp{display:block}.reserve-sp{display:block}.reserve-sp a{width:50%;background:#f60;color:#fff;text-align:center;height:64px;padding-top:18px;font-size:14px;position:fixed;left:50%;bottom:0;display:block;z-index:5}.nav{display:none;position:relative;padding:60px 40px 0}.reserve-sp a span{display:block;font-size:12px;line-height:1.5}.reserve a:hover{background:#1c1616}#mainvisual{height:80vh;object-fit:cover}.lead06{font-size:10px;line-height:1.4;padding:10px 0;letter-spacing:.05em}.lead05{font-size:14px}.lead04{font-size:12px}.lead03{font-size:36px}.lead02{font-size:14px;line-height:1.4;padding-bottom:10px;border:#fff solid 1px;display:inline-block;padding:10px 20px;letter-spacing:.08em;margin-bottom:20px}#home #mainvisual{height:86vh}#home #mainvisual .logo-img img{height:auto;width:220px}header h1{letter-spacing:.05em;color:#fff;padding:10px 0 0;font-size:13px}.lead-wrap{position:absolute;bottom:150px}#lead{padding:80px 0;width:86%;margin:0 auto;line-height:2.2}.sec-parents{display:block}.sec-item{width:100%;position:relative;margin-bottom:60px}.copy{font-size:19px}#room .sec-item-summary{padding:30px 0}#room table{width:100%;font-size:13px}table{width:100%;font-size:13px}th{padding:13px}td{padding:13px}#room thead th{padding:10px 5px}#room thead td{padding:10px 5px}#room tbody th{padding:10px 5px}#room tbody td{padding:10px 5px}.l-sec{padding-bottom:40px}.copy{font-size:18px}.food-parents{display:block;justify-content:space-between;flex-wrap:wrap;padding-top:0}#food .sec-item-summary{padding:40px 0 0}.food-item{width:100%;position:relative;margin-bottom:30px}.aside-parents{display:block}.aside-item{width:100%;position:relative;margin-bottom:40px}.aside-title{text-align:center;padding:36px 0;font-size:16px}#access .sec-item{width:100%;margin:0}#access .sec-item-summary{padding:60px 30px;text-align:center}#access .copy{font-size:13px}#home #mainvisual{height:78vh}#home #mainvisual img{height:78vh;object-fit:cover}}@media screen and (max-width:375px){.lead01{font-size:11px;font-weight:400;line-height:1.4;padding-bottom:10px;position:absolute;top:30px;left:30px}.lead-wrap{left:30px}.lead05{font-size:12px}.lead02{font-size:12px}.lead02{font-size:12px;line-height:1.4;padding-bottom:10px;border:#fff solid 1px;display:inline-block;padding:10px 20px;letter-spacing:.08em;margin-bottom:10px}.lead03{font-size:33px}.lead04{padding-bottom:14px}.lead06{font-size:10px;line-height:1.4;padding:10px 0;letter-spacing:0}.logo{height:auto;padding:24px}#home #mainvisual .logo-img img{height:auto;width:200px}.l-sec p{font-size:14px;line-height:2;padding-bottom:40px}#room table{width:100%;font-size:12px}.copy{font-size:16px}th{padding:8px}td{padding:8px}table{width:100%;font-size:12px}}@media screen and (max-width:350px){.lead-wrap{left:20px;bottom:90px}.lead02{font-size:11px;line-height:1.4;padding-bottom:10px;border:#fff solid 1px;display:inline-block;padding:8px 15px;letter-spacing:.08em;margin-bottom:8px}.lead03{font-size:28px}.lead04{padding-bottom:10px;font-size:11px}.lead05{font-size:10px}#home #mainvisual .logo-img img{height:auto;width:160px}header h1{letter-spacing:.05em;color:#fff;padding:6px 0 0;font-size:11px}.logo{height:auto;padding:15px}}


.l-sec p.sup {
    font-size: 13px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}