@charset "utf-8";

@font-face {
  font-family: "HelveticaNeueBd";
  src: url("https://kokoheadcafe.jp/font/HelveticaNeueLTStd-Bd.otf") format("opentype");
}

a img {
    opacity: 1;
    transition: all 0.5s ease;
}

a:hover img {
    opacity: 0.75;
}
a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
   color: none;
   outline: none;
}

html {
 overflow-y: scroll;

}

body {
color: #231815;
height: 100%;
text-align: left;	
background: #F8F6F3;
font-family: 'HelveticaNeueBd', "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
-webkit-text-size-adjust: 100%;
text-orientation: upright;
-webkit-text-orientation: upright;
letter-spacing: 0.05em;
-webkit-font-smoothing: antialiased;
line-height: 1.3;
animation: fadeIn 1.3s ease 0s 1 normal;
-webkit-animation: fadeIn 1.3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F6F3;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
   -ms- transition: opacity .8s ease;
   -moz- transition: opacity .8s ease;
    transition: opacity .8s ease;
  }
  
body.fadeout::after {
    opacity: 1;
  }

body {
    animation: fadeIn 2.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6,p,th {
	font-weight: normal;
	margin:0;
}
ul {
	margin:0;
	padding: 0;
}
li{transition:all 0s ease}
li:hover {
    border-bottom: 1px solid #EB9400;
    margin-top:1px;
}
li.current:hover {
   
    margin-top:0px;
}
a{
	text-decoration: none;
	color: #231815;
    transition: 0.4s;
    opacity: 1;
}
a:hover{
	text-decoration: none;
	opacity: 1;
}
img {
    width: 100%;
    height: auto;
}
br.pc-only,
.pc-section {
    display: block;
}
br.sp-only,
.sp-section {
    display: none;
}
sup {
    font-size: 0.5em;
    top: -0.8em;
}
/* fadein */
.fadein {
   opacity: 0;
   transition: all 1.3s 0s ease-out;
 }
.fadein-up {
    transform: translate3d(0,20%,0);
    transition: all 0.8s 0s ease-out;
    opacity: 0;
}
.fadeup {
    display: block;
    transition: all 1.3s 0s ease-out;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transform: translate3d(0,20%,0);
    opacity: 0;
}
.fadein.isshow {
    opacity: 1;
}
.fadein-up.isshow,
.fadeup.isshow {
    transform: translate3d(0,0,0);
    opacity: 1;
}

.header {
    height: 170px;
}
.head-logo {
    width: 130px;
    background-image: url(/common/imgs/logo.png);
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 65px);
    top: 20px;
}
.ig-wrap {
    margin-bottom: 6px;
    /* display: flex; */
    /* position: absolute; */
    /* right: 50px; */
    /* top: 80px; */
    /* align-items: center; */
    /* color: #EB9400; */
}
.ig {
    height: 25px;
    width: 25px;
    background-image: url(/common/imgs/ig.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 15px;
}
.ig-tx {
    font-family: 'HelveticaNeueBd';
    font-size: 0.85em;
    padding-top: 5px;
}
.introduction {
    text-align: center;
    margin: 100px auto;
    width: 80%;
    max-width: 900px;
}
.en {
    margin: 0 auto 30px;
    font-size: 2.7em;
    color: #EB9400;
}
.sub-tx {
    font-size: 1.5em;
    line-height: 1.8;
}
.main-area {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
.title {
    color: #EB9400;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8;
}
.text {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 1em;
}
.main-img {
    margin: 50px auto;
}

.map {
    width: 80%;
    max-width: 900px;
    margin: 0 auto 100px;
}
.drinkmenu {
    display: block;
    margin: 150px auto 0 auto;
    width: 200px;
}
.menu-sample {
    font-size: 1.35em;
    color: #EB9400;
    text-align: center;
    font-family: 'HelveticaNeueBd';
}
.menu-sample span {
    display: block;
    color: #231815;
    font-size: 0.55em;
    padding-top: 5px;
    font-family: 'HelveticaNeueBd', "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}
.menu-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}
.item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.item:nth-of-type(3),
.item:nth-of-type(5) {
    margin-right: 0;
}
.name {
    font-size: 0.8em;
    padding-top: 10px;
}
.menu-sample span.chef {
    display: block;
    color: #231815;
    font-size: 0.7em;
    padding-top: 5px;
    font-family: 'HelveticaNeueBd', "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}
.chef-ph {
    width: 175px;
    margin: 30px auto 50px;
}
.chef-tx {
    font-size: 0.75em;
    line-height: 2;
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
}
.logomark {
    width: 130px;
}
.shop-name {
    display: flex;
    align-items: center;
}
.type {
    font-size: 1.55em;
    padding-left: 40px;
}
.type span {
    font-size: 0.6em;
    padding-left: 15px;
}
.shop-info {
    font-size: 0.95em;
    margin-bottom: 100px;
}
.shop-info td span {
    font-size: 0.8em;
	line-height:2.0em;
}
.shop-info tr {
    vertical-align: baseline;
}
.shop-info th,
.shop-info td {
    padding-bottom: 15px;
}
.shop-info th {
    width: 15%;
}
.shop-info td a {
    padding-bottom: 3px;
    border-bottom: solid 1px #666;
}
.map-area {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}
.googlemap {
    margin-top: 15px;
}
.googlemap a {
    font-size: 0.7em;
    padding-bottom: 3px;
    border-bottom: solid 1px #666;
}
.footer {
    position: relative;
    padding-top: 100px;
}
.footer__right {
    font-size: 11px;
}
.copy {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 0.5em;
    font-family: 'HelveticaNeueBd';
}

@media screen and (max-width:820px) {
.header {
    height: 140px;
}
.head-logo {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
}
.ig-wrap {
    top: 60px;
}
.introduction,
.main-area,
.menu,
.map {
    width: 100%;
    max-width: none;
}
.en {
    font-size: 2.5em;
}
.sub-tx {
    font-size: 1.25em;
}
.title {
    font-size: 1.3em;
}
.logomark {
    width: 100px;
}
.shop-info {
    font-size: 0.9em;
}
}

@media screen and (max-width:768px) {
br.pc-only,
.pc-section {
    display: none;
}
br.sp-only,
.sp-section {
    display: block;
}
.ig-wrap {
    right: 25px;
}
.ig {
    height: 20px;
    width: 20px;
    padding-right: 0;
}
.banner {
    overflow: hidden;
}
.banner img {
    width: 150%;
}
.introduction,
.main-area,
.menu,
.map {
    width: 100%;
}
.introduction {
    text-align: center;
    margin: 50px auto 80px;
}
.main-img {
    margin: 50px -25px 80px;
}
.menu-wrap {
    display: block;
}
.item {
    width: 80%;
    margin: 0 auto 50px;
}
.item:nth-of-type(3),
.item:nth-of-type(5) {
    margin-right: auto;
}
}
@media screen and (max-width:540px) {
.header {
    height: 100px;
}
.head-logo {
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
    top: 5px;
}
.ig-wrap {
    top: 40px;
}
.banner img {
    width: 180%;
    position: relative;
    right: 50%;
}
.en {
    font-size: 1.9em;
}
.sub-tx {
    font-size: 1.15em;
}
.title {
    font-size: 1.15em;
}
.text {
    font-size: 0.9em;
    text-align: justify;
}
.shop-name {
    display: block;
}
.item {
    margin: 0 auto 25px;
}
.type {
    padding-left: 0;
}
.type span {
    padding-left: 0;
    display: block;
    padding-top: 5px;
}
.chef-tx {
    width: 100%;
}
.shop-info {
    margin-top: 50px;
}
.shop-info th {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.shop-info td {
    width: 100%;
    display: block;
    line-height: 1.8;
}
.map-area {
    height: 500px;
    width: calc(100% + 50px);
    margin: 0 -25px;
}
.footer {
    padding-top: 30px;
}
.copy {
    right: 25px;
}
}
@media screen and (max-width:428px) {

}


/* @header */

header {
    position: fixed;
    top: -200px; /* ヘッダーを上に隠す */
    left: 0;
    width: 100%;
    height: 100px;
 
    transition: top 0.3s ease-in-out; /* トランジションを追加 */
  }
  
  header.visible {
    top: 0; /* スクロール時にヘッダーを表示 */
  }
  
.logo {
    width: 160px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 17px;
}
nav ul li a {
    color: #EB9400;
    font-size: 15px;
}
nav ul {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
   
}
nav {
    height: 100%;
}
header {
    height: 100px;
    position: fixed;
    width: 100%;
    background: #f7f6f3;
    z-index: 2;
 
}
header .header-wrap{
    margin: 0 50px;
    position:relative;
    height: 100%;
}
li.current {
    /* text-decoration: underline; */
    border-bottom: 1px solid #EB9400;
}
/*@footer */
footer {
    margin-top: 120px;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #EB9400;
    font-size: 12px;
    margin-bottom: 50px;
}
footer a{
    color: #EB9400;
    margin-right: 30px;
}
.footer__right {
    text-align: right;
}
/* @index */
.story-grid4 .story-grid-text div {
    max-width: 100%;
}
.story-grid4 .story-grid-text div a.textlink {
    display: inline-block;
    line-height: 130%;
    border-bottom: 1px solid #231815;
}
.story-grid-text .story-title {
    text-align: left;
    font-size: 40px;
    /* display: flex; */
    padding-bottom: 6px;
    /* align-items: flex-end; */
    /* justify-content: flex-start; */
}
.index .story-grid-text {
    font-size: 15px;
}
.story-grid-text .story-title--jp {
    margin-bottom: 14px;  
    font-size: 13px;
}
.view span {
    margin-top: 3px;
    display: inline-block;
}
a.view {
    background: #EB9400;
    display: block;
    margin-top: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    /* line-height: 10%; */
    width: fit-content;
    /* display: flex; */
    padding: 10px 40px 10px 80px;
    position: relative;
    align-items: center;
}
.index .story-grid-text .story-title {
    margin-top: 0px;
}
.index .story-grid-text {

    align-items: center;

}
.index-information h2.story-title {
    font-size: 40px;
}
.index-information p.story-title--jp {
    color: #EB9400;
    font-size: 13px;
    margin-bottom: 50px;
    text-align: center;
}
.index-information {
    width: 712px;
    margin: 160px auto 0 auto;
}
.post-date {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #231815;
    font-weight: bold;
    margin-bottom: 15px;
}
.post-title {
    margin-bottom: 25px;
    text-align: center;
    color: #231815;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.post-content {
    font-size: 15px;
    line-height: 200%;
}

.story-grid3 {
    margin-top: 160px;
    display: grid;
    grid-template-columns: auto 60%;
    grid-gap: 60px;
}
a.view:hover .viewicon {
    left: 25px;
    opacity: 1;
}
a.view:hover {
   
    opacity: 0.8;
}
.story-grid4 {
    width: 100%;
    max-width: 100%;
    margin-top: 130px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
}
.index .story-grid1 {
    margin-top: 130px;
    
}
h2.cafe-title {
    font-size: 30px!important;
    text-align: left!important;
    color: #231815!important;
    margin: 0!important;
}
p.cafe-title--jp {
    font-size: 18px;
    margin-bottom: 35px;
}
.story-grid3 .story-grid-text {
   
    justify-content: flex-end;
}
img.viewicon {
    left: 20px;
    width: 28px;
    top: 12px;
    height: 28px;
    position: absolute;
}
.slider-wrap {
    position: relative;
}
.slider-text {
    max-width: 1200px;
    text-align: right;
    position: absolute;
    bottom: 15%;
    width: 100%;
    /* top: 50%; */
    color: #fff;
    right: 8%;
    /* transform: translate(-50%, 0%); */
    /* -webkit-transform: translate(-50%, 0%); */
    /*-ms-transform: translate(-50%, 0%);*/
}
.slick-list {
    height: 100vh!important;
    height: auto!important;
    margin-top: 100px!important;
    width: 100%!important;
    aspect-ratio: 1400/844;
}
p.slider-text_title {
    font-size: 45px;
    margin-bottom: 14px;
    line-height: 100%;
    padding: 0;
}
p.slider-text_place {
    font-size: 18px;
    margin: 0;
}
.slick-slide img {
   
    height: 100%!important;
    object-fit: cover;
    object-position: bottom;
}
.slick-track {
    height: 100%;
    width: 100%;
    margin-top: 0px;
}
.index h2 {
    text-align: center;
    font-size: 35px;
    color: #EB9400;
    letter-spacing: 0;
    font-weight: normal;

    margin-top: 110px;
}
.index h2 {
    text-align: center;
    font-size: 35px;
    color: #EB9400;
    margin-top: 110px;
}
.index-menu-grid {
    max-width: 1200px;
    width:100%;
    margin: 120px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 10px;
}
p.index-menu-grid__item__title {
    color: #EB9400;
    font-family: "bistro-script-web", sans-serif;
    font-size: 30px;
}
p.index-menu-grid__item__title--jp {
    color: #EB9400;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 4px;
}
.index-text {
    max-width: 850px;
    margin: 50px auto 0 auto;
    line-height: 200%;
    font-size: 18px;
    letter-spacing:0;
}


/* @story */
.story-main {
    margin-top: 100px;
    height: calc(100vh - 100px);
    height: auto!important;
    margin-top: 100px!important;
    width: 100%!important;
    aspect-ratio: 1400/844;
}
.story-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
h2.story-title {
    color: #EB9400;
   
    font-family: "bistro-script-web", sans-serif;
    font-size: 50px;
}
p.story-title--jp {
    color: #EB9400;
    font-size: 18px;
}
.story-title-wrap {
    /* font-size: 50px; */
    margin-top: 90px;
    text-align: center;
}

img.story-title--img {
    max-width: 1000px;
    display: block;
    margin: 50px auto 0 auto;
}

.story-title--text {
    margin: 70px auto 0 auto;
    max-width: 850px;
    letter-spacing:0;
    line-height: 200%;
    font-size: 16px;
}

.story-grid1 {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 60px;
}
.story-grid-text {
    letter-spacing:0;
    line-height: 200%;
    font-size: 16px;
    display: flex;
    padding-bottom: 35px;
  
    align-items: flex-end;
    width: 100%;
 
}
.story-grid-text div{
    max-width: 360px;
}

.story-grid1 .story-grid-text {
    padding-left: calc(40px - 2.5%);
}
.story-grid1 .story-grid-text {
    padding-right: 35px;
}
.story-grid2 .story-grid-text {
    padding-left: 0px;
    justify-content: flex-end;
}

.story-grid2 {
    margin-top: 100px;
    display: grid;
    grid-template-columns: auto 60%;
    grid-gap: 60px;
    max-width: 1200px;
    margin: 126px auto 0 auto;
}
.page-width{
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
}

.chef-section {
    margin-top: 160px;
}
.chef-grid {
    margin-top: 15px;
    display: grid;
    grid-template-columns: auto 49%;
    grid-gap: 150px;
}
.chef img {
    margin: 40px 0 0 auto;
    width: 266px;
    display: block;
    border-radius: 50%;
}
p.name {
    color: #EB9400;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
p.name-jp {
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0;

}

p.katagaki {
    font-size: 14px;
    margin-top: 7px;
    letter-spacing: 0;
}
p.chef-text {
    margin-top: 50px;
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    letter-spacing: 0;
    margin-bottom: 50px;
}



/* @menu */
.lunchmenu-item1 {
    /* padding: 0px; */
    margin-left: 10px;
}
.lunchmenu-item2 {
    /* padding: 0px; */
    margin-right: 10px;
}
.lunchmenu-grid img.pdfmenu {
    width: 50px;
    height: fit-content;
    margin-top: 19px;
}
.lunchmenu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 282px;
    margin: 0 auto;
}
img.pdfmenus {
    margin: 0 auto;
    width: 188px;
    height: auto;
    display: block;
}
.dinner-menu-photo-item img {
    margin-bottom: 7px;
}
.menu-title-wrap {
    margin-top: 165px;
    text-align: center;
    position: relative;
    margin-bottom: 65px;
}

img.dinner-arrow {
    position: absolute;
    width: 150px;
    right: 0;
}

h2.menu-title {
    color: #EB9400;
    font-family: "bistro-script-web", sans-serif;
    font-size: 50px;
}

p.menu-title--jp {
    color: #EB9400;
    font-size: 18px;
}

p.menu-date {
    font-size: 18px;
    margin-top: 3px;
    font-weight: normal;
    color: #EB9400;
}
p.menu-info {
    font-size: 12px;
    margin-top: 6px;
}
.menu-container {
    border: 0.4px solid #231815;
    background: #fff;
    padding: 34px 30px 80px 100px;
    border-radius: 10px;
}
.menu-grid {
    display: grid;
    grid-template-columns: 48% auto;
    grid-row-gap: 40px;
}
.menu-grid__item-wrap {
    height: fit-content;
    width: 100%;
    padding-left: 80px;
}
img.pdfmenu {
    width: auto;
    height: 220px;
    display: block;
    margin: 0 auto;
}
.menu-list-grid {
    margin-top: 80px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.menu-grid__item {
    display: flex;
    justify-content: flex-end;
}
.menu-grid__item:nth-child(2n) {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.reccomend {
    font-size: 16px;
    background: #EB9400;
    color: #fff;
    display: inline-block;
    line-height: 120%;
    display: inline-block;
    letter-spacing: 0;
    border-radius: 7px;
    padding: 7px 8px 6px 12px;
    width: fit-content;
    margin-top: 30px;
    margin-bottom: 15px;
    align-items: center;
    font-family: "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}
p.menu-en {
    font-size: 25px;
    color: #EB9400; font-weight: bold;
}
.reccomend-menu p.menu-en {
    font-size: 30px;
    font-weight: bold;
}
p.menu-jp {
    letter-spacing:0;
    font-size: 21px;
    font-weight: bold;
    font-family:  "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}
.reccomend-menu p.menu-jp {

    font-size: 29px;
    font-weight: bold;
    font-family:  "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}
.menu-grid__item-wrap .menu-info {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0;
    margin-top: 10px;
    font-weight: bold;
    font-family:  "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}
.reccomend-menu p.menu-price {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    font-family:  "見出ゴMB31", "Midashi Go MB31", "Arial", "MS Pゴシック", sans-serif;
}

p.menu-price {
    font-size: 14px;
    margin-top: 10px;
}
.menu-notice {
    font-size: 11px;
    line-height: 200%;
    letter-spacing: 0;
    margin-top: 40px;
    margin-left: 10%;
}
.menu-title-wrap1 h2.menu-title {
    font-size: 40px;
}
.menu-title-wrap1 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}
.menu-grid__item.reccomend-next {
    padding-top: 75px;
}

.menu-title-wrap.dinner-menu-title {
    margin-top: 110px;
}
.dinner-menu-photo-item {
    font-size: 15px;
    padding-bottom: 6px;
    letter-spacing: 0;
}
.dinner-menu-photo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
   
}

.menu-container-dinner{
    margin-top: 60px;
}
.menu-title-wrap2 {
    text-align: center;
    /* margin-top: 80px; */
    margin-bottom: 50px;
}
.menu-title-wrap2 h2{
   font-size:40px;
}
.menu-container-dinner .menu-title-wrap1{
    margin-bottom: 50px;
}

/* @access */
.access-title-wrap {
    margin-top: 165px;
    text-align: center;
    position: relative;
    margin-bottom: 65px;
}

h2.access-title {
    color: #EB9400;
    font-family: "bistro-script-web", sans-serif;
    font-size: 50px;
}

p.access-title--jp {
    color: #EB9400;
    font-size: 18px;
}
.shop-name {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    justify-content: center;
    text-align: center;
}
.type {
    font-size: 1.55em;
    padding-left: 0px;
}
.type span {
    font-size: 0.6em;
    padding-left: 0px;
}
.shop-info {
    
    margin: 0 auto;
    margin-bottom: 100px;
}
.map {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
}



nav {
    display:block;
    opacity: 1;
   
}

.pc-area{
    display: block!important;
}
.sp-area{
    display: none!important;
}


/* @information */
.pagination {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 125px 1fr;
    margin-top: 60px;
    max-width: 290px;
    font-size: 13px;
    text-align: center;
}
.information-page {
    padding-top: 60px;
}
.information-page .story-title-wrap{
    margin-bottom:40px;
}
.article-wrap {
    border: 0.4px solid #231815;
    background: #fff;
    padding: 100px;
    border-radius: 10px;
}
h2.entry-title {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}
.entry-meta {
    text-align: center;
    font-size: 14px;
    margin-top: 55px;
}
.entry-content {
    font-size: 15px;
    margin-top: 50px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 200%;
    margin-bottom: 100px;
}
.page-numbers {
    border-left: 0.5px solid #231815;
    border-right: 0.5px solid #231815;
}
.scrolltop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 45px;
    width: 60px;
    height: 60px;
    z-index: 100;
    cursor: pointer;
    transition: opacity 0.5s ease;
    opacity: 1;
}
.scrolltop:hover{
    opacity: 0.85;
} 
 /* ここにSP向けのCSS指定 */

@media screen and (max-width:767px) {
    .scrolltop {
        width: 45px;
        height: 45px;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
        cursor: pointer;
    }
    .menu-grid__item.pc-area{
        display: none!important;
    }
    .pc-area{
        display: none!important;
    }
    .sp-area{
        display: block!important;
    }
/* @header */
header .header-wrap {
    margin: 0 20px;
    position: relative;
    height: 100%;
}
.logo {
    width: 30%;
    /* width: 100px; */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 15px;
}
nav {
    position: fixed;
    display: none;
    /* pointer-events: none; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F8F6F3;
}
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25px;
    position: absolute;
    height: 22px;
    right: 0px;
    top: 20px;
    z-index: 5;
}
.hamburger-menu div {
    width: 100%;
    height: 2px;
    background-color: #EB9400;
    transition: all 0.3s linear;
}

nav {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.hamburger-menu.open div:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-menu.open div:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open div:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

nav.open {
    display: block;
    opacity: 1;
}



    /* @index */
    .inline-space{
        display: none;
    }
    p.cafe-title--jp {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .story-grid4 .story-grid-text div {
        max-width: 100%;
        font-size: 13px;
        line-height: 150%;
    }
    img.viewicon {
        left: 20px;
        width: 22px;
        top: 12px;
        height: 22px;
        position: absolute;
    }
    .post-content a.view {
        padding: 8px 15px 8px 53px;
        line-height: 180%;
    }
    a.view {
        background: #EB9400;
        display: block;
        margin-top: 30px;
        border-radius: 10px;
        color: #fff;
        font-size: 13.4px;
        /* line-height: 10%; */
        width: fit-content;
        /* display: flex; */
        padding: 8px 40px 8px 70px;
        line-height: 180%;
        position: relative;
        align-items: center;
    }
    .post-content {
        font-size: 13px;
        line-height: 200%;
    }
    .index-information {
        width: calc(100% - 40px);
        padding: 0;
        margin: 50px auto 0 auto;
    }
    .index-information p.story-title--jp {
        color: #EB9400;
        font-size: 13px;
        margin-bottom: 0px!important;
        text-align: left;
    }
    .post-title {
        margin-bottom: 30px;
        text-align: center;
        color: #231815;
        font-size: 18px;
        letter-spacing: -0.02em;
    }
    .post-date {
        margin-top: 20px;
        text-align: center;
        font-size: 11px;
        color: #231815;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .index-information h2.story-title {
        font-size: 40px;
        text-align: left;
        /* font-size: 23px; */
        /* color: #EB9400; */
        margin-top: 20px;
    }
    .story-grid3 {
      
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .story-grid3 .story-grid-text {
        grid-row: 2/3;
        justify-content: flex-end;
    }
    h2.cafe-title {
        font-size: 24px!important;
        text-align: left!important;
        color: #231815!important;
        margin: 0!important;
    }
    .story-grid4 {
        width: calc(100% - 40px);
        max-width: 100%;
        margin: 0 auto;
        margin-top: 70px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .slick-list {
        height: 100vh!important;
        height: auto!important;
        margin-top: 60px!important;
        width: 100%!important;
        /* aspect-ratio: 1400/844; */
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: bottom;
    }
    .index-menu-grid {
        max-width: 1200px;
        width: auto;
        margin: 78px 20px 0 20px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px 0px;
    }
    p.index-menu-grid__item__title {
       
        font-size: 34px;
    }
    p.index-menu-grid__item__title--jp {
        color: #EB9400;
        font-size: 11px;
        margin-top: 4px;
    }
   
    header.visible {
        top: 0;
        height: 60px;
    }
    .slider-wrap {
        overflow: hidden;
    }
    .slick-track {
        height: 100%!important;
        margin-top: 0px;
    }

    nav ul {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 20px;
        gap: 42px;
        flex-direction: column;
    }

    p.slider-text_title {
        text-align: left;
        font-size: 30px;
        padding-left: 20px;
        margin-bottom: 14px;
        line-height: 100%;
        /* padding: 0; */
    }
    p.slider-text_place {
        font-size: 12px;
        text-align: left;
        padding-left: 20px;
        margin: 0;
    }
    .slider-text {
        max-width: 1200px;
        text-align: right;
        position: absolute;
        bottom: 180px;
        width: 100%;
        /* top: 50%; */
        color: #fff;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        bottom: 30px;
    }
    .index h2 {
        text-align: center;
        font-size: 23px;
        color: #EB9400;
        margin-top: 60px;
    }
    .index .story-grid1 {
        margin-top: 60px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .index .story-grid3 {
        margin-top: 60px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .slider-wrap
    {
 
    }
    .index-text {
        max-width: 850px;
        margin: 40px 20px 0 20px;
        line-height: 200%;
        font-size: 12px;
        letter-spacing: 0;
    }
    .index .story-grid-text {
        align-items: center;
        margin: 25px 0 0 0!important;
    }
    footer {
        margin-top: 120px;
        padding: 0 20px;
        display: grid;
        grid-template-columns: 1fr;
        color: #EB9400;
        font-size: 12px;
        gap: 30px;
        margin-bottom: 50px;
    }
    .footer__right {
        font-size: 10px;
    }
    .footer__right {
        text-align: left;
    }
    .story-grid1 {
        margin-top: 100px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .story-grid2 {
        margin-top: 100px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        max-width: 1200px;
        margin: 65px auto 0 30px;
    }
    .story-grid2 .story-grid-img {
        grid-row: 1/2;
    }
    .chef-grid {
        margin-top: 15px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
        width: calc(100% - 20px);
        margin: 15px 20px 0 0px;
    }

    .story-main {
        margin-top: 60px!important;
        height: unset;
        aspect-ratio: 1/1;
        object-fit: contain;
        object-position: center;
    }
    h2.story-title {
    

        font-size: 42px;
    }
    .story-title-wrap {
        margin-top: 40px;
    }
    p.story-title--jp {
        color: #EB9400;
        margin-top: 5px;
        font-size: 15px;
        letter-spacing: 0;
    }
    img.story-title--img {
        max-width: 1000px;
        display: block;
        margin: 55px auto 0 auto;
    }
    .story-title--text {
        margin: 65px 30px 0 30px;
        max-width: 850px;
        letter-spacing: 0;
        line-height: 200%;
        font-size: 13px;
    }
    .story-grid1 .story-grid-text {
        margin: 65px 20px 0 20px;
        max-width: 850px;
        letter-spacing: 0;
        line-height: 200%;
        font-size: 13px;
        padding: 0px;
        width: auto;
        margin: 30px 0px 0 30px;
        max-width: 850px;
        letter-spacing: 0;
        line-height: 200%;
        font-size: 13px;
    
    }

    .story-grid1 {
        margin-top: 65px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    margin-right:30px;
    }
    

    .chef-section {
        margin-top: 130px;
        margin-left: 20px;
        width: fit-content;
    }
    .story-grid2 .story-grid-text {
        padding-left: 0px;
        padding: 0px;
        width: auto;
        margin: 30px 30px 0 0px;
        max-width: 850px;
        letter-spacing: 0;
        line-height: 200%;
        font-size: 13px;
    }
    .chef img {
        margin: 30px auto 0 auto;
        width: 195px;
        text-align: center;
        display: block;
        border-radius: 50%;
    }
    p.name {
        color: #EB9400;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    p.name-jp {
        font-size: 14px;
        margin-top: 5px;
        letter-spacing: 0;
    }
    p.katagaki {
        font-size: 12px;
        margin-top: 5px;
        letter-spacing: 0;
    }
    p.chef-text {
        margin-top: 40px;
        font-size: 12px;
        font-weight: normal;
        line-height: 180%;
        letter-spacing: 0;
        margin-bottom: 0px;
    }

    .access-title-wrap {
        margin-top: 120px;
        text-align: center;
        position: relative;
        margin-bottom: 65px;
    }
    p.type {
        font-size: 24px;
        text-align: left;
    }
    .shop-name {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
        justify-content: flex-start;
        text-align: center;
        margin-left:20px;
    }
    table.shop-info {
        font-size: 15px;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 70px;
    }
    div#map {
        aspect-ratio: 1/1;
        height: auto;
        /* width: 100%; */
    }
    .googlemap {
      
        margin-left: 20px;
    }
    /* @menu */
    .lunchmenu-grid img.pdfmenu {
        width: 45px;
        height: fit-content;
        margin-top: 19px;
    }

    .lunchmenu-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 252px;
        margin: 0 auto;
    }
    img.pdfmenus {
        margin: 0 auto;
        width: 170px;
        height: auto;
        display: block;
    }
    .menu-list-grid {
        margin-top: 80px;
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 80px;
    }
    .menu-grid__item-wrap {
        height: fit-content;
        width: 100%;
        padding-left: 0px;
    }
    img.pdfmenu {
        width: auto;
        height: 200px;
        display: block;
        margin: 0 auto;
    }
    .drinkmenu {
        display: block;
        margin: 80px auto 0 auto;
        width: 130px;
    }
    .menu h2.menu-title {
        color: #EB9400;
        font-family: "bistro-script-web", sans-serif;
        font-size: 38px;
    }
    
    .menu p.menu-title--jp {
        color: #EB9400;
        font-size: 14px;
    }    
    .menu-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .menu-title-wrap {
        margin-top: 130px;
        text-align: center;
        position: relative;
        margin-bottom: 35px;
    }
    img.dinner-arrow {
        display: none;
    }
    .menu-container {
        margin: 0 10px;
        border: 0.4px solid #231815;
        padding:30px 25px 50px 25px;
        border-radius: 10px;
    }
    .reccomend-menu p.menu-en {
        font-size: 24px;
        font-weight: bold;
    }

    .reccomend-menu p.menu-jp {
        font-size: 24px;

    }
    .reccomend-menu p.menu-price {
        font-size: 13px;
    }
    .menu-grid__item-wrap .menu-info {
        font-size: 12px;
    }
    p.menu-en {
        font-size: 20px;
    }
    p.menu-jp {
        font-size: 17px;

    }
 p.menu-price {
        font-size: 12px;
    }
    .menu-info {
        font-size: 12px;
    }

    .menu-grid__item:nth-child(2n) {
        display: flex;
        width: 100%;
        gap: 0;
        justify-content: flex-start;
    }
    .menu-grid__item {
        display: flex;
        justify-content: flex-start;
    }
    .menu-grid__item-wrap {
        width: 100%;
        padding-bottom: 10px;
    }
    .menu-title-wrap1 h2.menu-title {
        font-size: 30px;
    }
    .menu-grid__item.reccomend-next {
        padding-top: 0px;
    }
    p.menu-title--jp {
     
        margin: 0px 0;
    }

    .dinner-menu-photo-item img {
        margin-bottom: 3px;
    }



    .dinner-menu-photo-item {
        font-size: 9px;
        padding-bottom: 3px;
    }
    .dinner-menu-photo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        margin-bottom: 30px;
    }
    .t-space {
        padding-left: 10px;
    }
    .menu-title-wrap1 {
        text-align: center;
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .menu-title-wrap2 h2 {
        font-size: 30px;
    }
    .menu-notice {
        font-size: 11px;
        line-height: 200%;
        letter-spacing: 0;
        margin-top: 40px;
        margin-left: 0;
    }
    .reccomend-menu .reccomend {
        margin-top: -10px!important;
    }
    /* @information */
    .article-wrap {
        margin: 0 10px;
        border: 0.4px solid #231815;
        background: #fff;
        padding: 50px 0;
        border-radius: 10px;
    }
    .entry-meta {
        text-align: center;
        font-size: 13px;
        margin-top: 55px;
    }
    h2.entry-title {
        text-align: center;
        font-size: 17.5px;
        margin-top: 20px;
    }
    .entry-content {
        font-size: 13px;
        margin-top: 50px;

        max-width: 850px;
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 45px;
        margin-bottom: 93px;
    }
 

}
  /*　SP向けのCSS指定ここまで */   