@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  color: #333;
  box-sizing: border-box; }

.section-title {
  font-family: 'Baloo Bhaijaan 2', cursive; }

.drink__simpleItem dd, dt,
.access__infomations {
  font-family: 'Noto Sans JP', sans-serif; }

img, svg {
  /* レスポンシブしやすい */
  width: 100%;
  /* vertical-alignとらないと下に謎余白できてしまう */
  vertical-align: bottom; }

a {
  text-decoration: none;
  display: inline-block;
  color: #694E32; }

a:hover {
  opacity: 0.7;
  transition: .3s; }

a:link {
  text-decoration: none;
  color: #694E32; }

a:visited {
  text-decoration: none;
  color: #694E32; }

a:active {
  text-decoration: none;
  color: #694E32; }

a:hover {
  text-decoration: underline; }

.sp_span {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_span {
      display: block; } }

a.btn--brown {
  color: #fff;
  background-color: #695233; }

a.btn--brown:hover {
  color: #fff;
  background: #806838; }

a.btn-c {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 2rem 5rem 2rem 2.8rem;
  border-radius: 100vh;
  width: 196px;
  margin: auto; }

a.btn-yazirusi {
  position: relative;
  margin: 30px auto 20px; }

a.btn-yazirusi::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/asirai/yazirushi.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  right: 23px;
  top: 26px; }

a.btn-c i.fa {
  margin-right: 3rem; }

a.btn-map {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 1.6rem 1rem 1.6rem 2.8rem;
  border: 1px solid #695233;
  color: #695233;
  border-radius: 100vh;
  width: 160px;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    a.btn-map {
      padding: 1rem 1rem 1rem 2.8rem; } }

a.btn-map::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/asirai/mapIcon.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  background-size: contain;
  right: 23px;
  top: 16px; }
  @media screen and (max-width: 768px) {
    a.btn-map::after {
      top: 10px; } }

.mt25 {
  margin: 25px 0 0; }

.sec-inner {
  padding-top: 70px;
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec-inner {
      padding: 50px 0; } }

.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 480px) {
    .content-wrapper {
      padding: 0 15px; } }

.section-title {
  font-size: 36px;
  line-height: .6;
  /*  margin-bottom: 20px;*/
  text-align: center;
  font-family: 'Baloo Bhaijaan 2';
  color: #695233; }

.section-title__mini {
  font-size: 32px;
  margin-top: 30px; }

.section-title_span {
  font-size: 14px; }

.section-description {
  text-align: center;
  line-height: 1.6; }

.font-bold, h2 {
  font-family: m-plus-1c, sans-serif;
  font-family: 'Baloo Bhaijaan 2', cursive;
  font-weight: 700;
  font-style: normal; }

.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.heading03:before,
.heading03:after {
  content: '';
  width: 70px;
  height: 8px;
  background-image: url("../images/1x/h2-asirai.png");
  background-size: contain;
  /*	background-color: #e3bf00;*/ }
  @media screen and (max-width: 480px) {
    .heading03:before,
    .heading03:after {
      width: 58px;
      background-size: cover; } }

.heading03:before {
  margin-right: 20px; }

.heading03:after {
  margin-left: 20px; }

.text-picture {
  text-align: center; }

.text-picture_lunch {
  width: 10.3125rem; }

.text-picture_lunch-drink {
  width: 15.3125rem; }

.text-picture_sweets {
  width: 7.3125rem; }

.header {
  height: 70px;
  border-bottom: 2px solid #674528;
  padding: 0 70px; }
  @media screen and (max-width: 480px) {
    .header {
      height: 60px;
      padding: 0 10px; } }

.header_logo {
  width: 132px; }
  @media screen and (max-width: 480px) {
    .header_logo {
      width: 80px; } }

.header_sns {
  width: 20px;
  height: auto; }
  @media screen and (max-width: 480px) {
    .header_sns {
      width: 22px;
      height: auto;
      margin-right: 50px; } }

.site-header_wrapper {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .site-header_wrapper {
      height: 60px; } }

.header_ul {
  display: flex; }
  @media screen and (max-width: 480px) {
    .header_ul {
      display: none; } }
  .header_ul a {
    padding: 0 2rem; }

@media screen and (max-width: 480px) {
  .header_menu {
    display: none; } }

.sp_under-nav {
  direction: none; }

/*========= ナビゲーションのためのCSS ===============*/
#g-nav-list {
  display: none; }

@media screen and (max-width: 480px) {
  .sp_under-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(245, 239, 230, 0.8);
    width: 100vw;
    height: 55px;
    z-index: 1; }

  .sp_under-nav_ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60vw;
    height: 27px;
    margin: auto; }
    .sp_under-nav_ul li {
      width: 27px; }

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 80%;
    height: 80vh;
    /*ナビの高さ*/
    background: #F5F3F2;
    /*動き*/
    transition: all 0.6s; }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0; }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 41%;
    transform: translate(-50%, -50%); }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center; }

  #g-nav li a {
    color: #695233;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: solid 1px #B58547;
    line-height: 2; }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px; }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #695233;
    width: 45%; }

  .openbtn1 span:nth-of-type(1) {
    top: 15px; }

  .openbtn1 span:nth-of-type(2) {
    top: 23px; }

  .openbtn1 span:nth-of-type(3) {
    top: 31px; }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; } }
.concept__section {
  background-color: #F7F7F7; }

.first-view img {
  width: 100%;
  height: calc(100vh - (70px * 2));
  object-fit: cover;
  vertical-align: top; }

/* スライダー全体 */
.slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  background-color: #000; }

/* スライダー画像 */
.slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/*
  ①スライド画像
  表示する画像を定義
*/
.slider .image:nth-of-type(1) {
  background-image: url("../images/main-visual/main-visu01.png"); }

.slider .image:nth-of-type(2) {
  animation-delay: 5s;
  background-image: url("../images/main-visual/main-visu02.png"); }

.slider .image:nth-of-type(3) {
  animation-delay: 10s;
  background-image: url("../images/main-visual/main-visu03.png"); }

/*
  ②アニメーション設定
  animation-durationのみ変更
*/
.slider .image {
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  /* ①で設定したanimation-delayを合計を挿入 */ }

/* アニメーション定義 */
@keyframes anime {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.18); } }
/* 装飾用 */
body {
  margin: 0;
  padding: 0; }

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 70px;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 40px; } }

.sec02-inner {
  padding-top: 150px;
  padding-bottom: 180px; }

.concept-img__box__sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .concept-img__box__sp {
      display: block; } }

.concept-img__box__sp img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: 51% 50%; }

.concept-img__box {
  width: 370px;
  padding: 37px 0; }
  @media screen and (max-width: 480px) {
    .concept-img__box {
      display: none; } }

.concept-description {
  padding: 0.125rem 0 0 3.75rem;
  width: 50%; }
  @media screen and (max-width: 480px) {
    .concept-description {
      width: 100%;
      padding: 0; } }

.concept-description01 {
  font-size: 2.2rem;
  margin-top: 30px;
  line-height: 1.6em; }

.concept-description02 {
  margin-top: 20px;
  line-height: 1.8em; }

.concept-title-img__box {
  width: 214px;
  height: 82px; }

.concept__flex {
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 480px) {
    .concept__flex {
      display: block; } }

.asirai-flex {
  display: flex;
  justify-content: space-evenly; }

.asirai01 {
  width: 150px; }

.asirai02 {
  width: 100px;
  line-height: 6.6; }

.h2-menu-title {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url("../images/bg/menu-bg.jpg");
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .h2-menu-title {
      height: 100px; } }
  .h2-menu-title h2 {
    line-height: 200px;
    text-align: center;
    font-size: 6.8rem;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .h2-menu-title h2 {
        line-height: 2.3;
        font-size: 48px; } }

.h2-menu-title::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.section-lunch-menu {
  background-color: #FCF7F0; }

.lunch-menu__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.375rem 0 0; }
  @media screen and (max-width: 480px) {
    .lunch-menu__section {
      margin: 0; } }

.lunch-menu__item {
  width: 30%;
  margin-left: 4rem; }
  @media screen and (max-width: 768px) {
    .lunch-menu__item {
      margin-left: 2rem; } }
  @media screen and (max-width: 480px) {
    .lunch-menu__item {
      width: 100%;
      margin: 40px 0 0 0; } }

.lunch-menu__item:nth-child(3n+1) {
  margin-left: 0 !important; }

.lunch-menu__item:nth-child(n+4) {
  margin-top: 4.5rem; }

.lunch-menu_img {
  border-radius: 10px;
  overflow: hidden; }

.menu-name {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700; }

.menu-price {
  margin-top: 10px;
  font-size: 1.4rem; }

.section-drink-menu {
  background-color: #F5F3F2; }

.drink-menus {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 0 55px;
  margin: 3.375rem 0 0; }
  @media screen and (max-width: 480px) {
    .drink-menus {
      display: block;
      background-size: 355px 655px;
      background-color: #fff; } }

.drink-menu__item {
  width: 50%; }
  @media screen and (max-width: 480px) {
    .drink-menu__item {
      width: 100%; } }
  .drink-menu__item h3, .drink-menu__item li {
    padding: 0.375rem 0 0.4375rem 4.75rem; }

.drink-menu__item:nth-child(n+3) {
  margin-top: 4.5rem; }
  @media screen and (max-width: 480px) {
    .drink-menu__item:nth-child(n+3) {
      margin-top: 0; } }

@media screen and (max-width: 480px) {
  .drink-menu__item:nth-child(n+2) {
    margin-top: 40px; } }

.drink__simpleItem-name {
  position: relative;
  padding: 0 1.25rem 0 0;
  letter-spacing: .04em;
  background-color: #fff; }

.drink__simpleItem {
  position: relative;
  display: flex;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .drink__simpleItem {
      width: 84%; } }
  @media screen and (max-width: 480px) {
    .drink__simpleItem {
      width: 90%; } }

.drink__simpleItem:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #efdbbd; }

.drink__simpleItem-price {
  position: relative;
  top: 0;
  right: -0.125rem;
  padding: 0 0 0 1.25rem;
  margin-left: auto;
  background-color: #fff; }

.section-sweets {
  background-color: #FCF7F0;
  background-size: 250px;
  background-repeat: repeat; }

.section-sweets h3 {
  font-family: m-plus-1c, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 32px;
  margin-top: 60px;
  text-align: center;


}

.sweet-line {
  width: 100%; }

.sweet-line img {
  width: 100%; }

.palfait-menu {
  margin: 10px 0;
  padding: 2rem 2rem 2.6875rem;
  background-color: #FCF7F0;
  background-size: 15.75rem 15.625rem;
  border-radius: 1.875rem; }

.palfait__simpleItem {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 1.4rem; }
  @media screen and (max-width: 480px) {
    .palfait__simpleItem {
      display: block; } }

.palfait-menu__item {
  width: 440px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .palfait-menu__item {
      width: 100%; } }

.palfait__simpleItem-name {
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    .palfait__simpleItem-name {
      margin-top: 10px; } }

@media screen and (max-width: 480px) {
  .palfait__simpleItem-price {
    margin-top: 5px; } }

.palfait-menu_img {
  width: 100%;
  height: 407px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden; }

.palfait-menu_img img {
  object-fit: cover;
  height: 462px;
  width: 100%; }

.cake-menu__item-list {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .cake-menu__item-list {
      display: block; } }

.cake-menu__item {
  margin: 40px 0 30px;
  width: 320px;
  height: auto;
  padding: 2rem 2rem 2.6875rem;
/*  background-image: url("../images/bg/sweet-bg-02.png");*/
  background-size: 15.75rem 15.625rem;
  border-radius: 1.875rem; }
  @media screen and (max-width: 480px) {
    .cake-menu__item {
      width: auto; } }

.cake-menu__item:nth-child(n+2) {
  margin-left: 50px; }
  @media screen and (max-width: 480px) {
    .cake-menu__item:nth-child(n+2) {
      margin-left: 0; } }

.cake-menu_img {
  border-radius: 10px;
  overflow: hidden; }

.sweets-text-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.cake-drink-set {
  max-width: 460px;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 40px;

}

.take-out_img {
  width: 125px;
  margin: 0 auto 10px; }

.showcase-div {
  max-width: 400px;
  margin: auto;
}

.showcase {
  text-align: right;
}

.section-access {
  background-color: #EEE2D3; }

.access {
  display: flex;
  justify-content: space-evenly;
  margin: 3.375rem 0 0; }
  @media screen and (max-width: 480px) {
    .access {
      display: block; } }
  @media screen and (max-width: 768px) {
    .access {
      display: block; } }

.access-img {
  width: 50%;
  text-align: center;
  line-height: 30; }
  @media screen and (max-width: 480px) {
    .access-img {
      width: 100%;
      line-height: 0; } }
  @media screen and (max-width: 768px) {
    .access-img {
      width: 100%;
      line-height: 0; } }
  .access-img img {
    width: 360px; }
    @media screen and (max-width: 480px) {
      .access-img img {
        width: 100%; } }

.access__infomations {
  width: 50%; }
  @media screen and (max-width: 480px) {
    .access__infomations {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .access__infomations {
      margin: 0 auto; } }

.access__infomation-heading, .access__infomation-body {
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .access__infomation-heading, .access__infomation-body {
      line-height: 1.6; } }

.access__infomation-heading {
  font-weight: 700;
  width: 100px; }

.access__infomation-body {
  font-size: 1.4rem; }

.infomation_line {
  position: relative;
  border-bottom: 1px solid #918169;
  padding: 10px 0 10px 10px; }
  @media screen and (max-width: 768px) {
    .infomation_line {
      padding: 5px 0 5px 10px; } }

.access__tel {
  font-size: 1.8rem; }

.footer {
  background: #B59D85;
  font-size: 17px;
  text-align: center;
  color: #fff; }

.footer-inner {
  padding: 10px 0; }

.footer-logo {
  padding-left: 30px; }
  @media screen and (max-width: 480px) {
    .footer-logo {
      padding-left: 0px; } }

.footer-contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  @media screen and (max-width: 480px) {
    .footer-contents {
      justify-content: flex-start; } }

.footer-menu-contents {
  display: flex;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .footer-menu-contents {
      flex-wrap: wrap; } }

@media screen and (max-width: 480px) {
  .footer-menu {
    padding-bottom: 50px; } }
.footer-menu-item li a {
  color: #fff;
  line-height: 1.8;
  margin: 14px 0 0; }
  @media screen and (max-width: 480px) {
    .footer-menu-item li a {
      font-size: 1.2rem; } }

.footer-menu-item ul {
  width: 136px; }

.footer-menu-item:nth-child(2) {
  margin-right: 40px; }

.footer-menu-item {
  margin-right: 20px; }

.footer-item:nth-child(3) {
  margin: 70px 0 0;
  width: 500px;
  display: block; }
  @media screen and (max-width: 480px) {
    .footer-item:nth-child(3) {
      width: 200px;
      margin: 45px auto 5px; } }

@media screen and (max-width: 480px) {
  .map-01 {
    display: none; } }

.copylight {
  font-size: 1.2rem; }
