@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* アイコンフォント*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  position: relative;
  width: auto;
  height: auto;
  min-width: 1350px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.5px;
  background: #FFF;
  z-index: 0;
}

@media screen and (max-width: 896px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}
.content_wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.content_wrap.top_bg {
  background: url("../images/home/background_02.png") no-repeat;
  background-position: top center;
  background-size: cover;
}
.content_wrap.top_bg02 {
  background: #58371f;
}
.content_wrap.subpage_bg:nth-of-type(even) {
  background-image: url("../images/common/brown_back_left.svg"), url("../images/common/brown_back_right.svg"), url("../images/common/background_brown.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom, center top;
  background-size: 38% auto, 46% auto, cover;
}
.content_wrap.subpage_bg:nth-of-type(even) .menu_columns > li {
  border-color: #fff;
}
.content_wrap.subpage_bg:nth-of-type(even) .table_course > th, .content_wrap.subpage_bg:nth-of-type(even) td {
  border-color: #fff;
}
.content_wrap.subpage_bg:nth-of-type(odd) {
  background-image: url("../images/common/wh_back_left.svg"), url("../images/common/wh_back_right.svg");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 45% auto, 20% auto;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  body {
    min-width: auto;
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .content_wrap {
    padding: 50px 0;
  }
  .content_wrap.top_bg {
    background-size: cover;
    background-position: center top;
  }
  .content_wrap.top_bg02 {
    background-color: #58371f;
  }
  .content_wrap.subpage_bg:nth-of-type(even) {
    background-image: url("../images/common/brown_back_left.svg"), url("../images/common/brown_back_right.svg"), url("../images/common/background_brown.png");
    background-repeat: no-repeat;
    background-position: left top, right bottom, center top;
    background-size: 70% auto,80% auto,cover;
  }
  .content_wrap.subpage_bg:nth-of-type(odd) {
    background-image: url("../images/common/wh_back_left.svg"), url("../images/common/wh_back_right.svg");
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 70% auto,40% auto;
  }

  .inner {
    width: 96%;
    margin: 0 auto;
  }
}
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s;
  color: #0071b3;
}
a:hover {
  opacity: 0.7;
}

/*　ボタン
----------------------------------------------------*/
.btn_base {
  box-sizing: border-box;
  display: block;
  width: 350px;
  height: auto;
  margin-top: 60px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  border: 1px solid #fff;
  background-color: #800000;
}
.btn_base.btn_center {
  margin: 60px auto 0;
}
.btn_base.btn_instagram {
  width: 230px;
  margin-top: 50px;
  padding: 6px 10px;
  font-weight: 600;
}
.btn_base.btn_instagram::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f16d";
  font-weight: 100;
  font-size: 2.0rem;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .btn_base {
    width: 50%;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 8px;
    margin-top: 30px;
  }
  .btn_base.btn_center {
    margin: 30px auto 0;
  }
  .btn_base.btn_instagram {
    width: 160px;
    margin-top: 25px;
    padding: 5px 8px;
    font-size: 1.1rem;
  }
  .btn_base.btn_instagram::before {
    font-size: 1.4rem;
  }
}
/*　画像
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*　見出し
----------------------------------------------------*/
.h_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
  margin: 80px 0 40px;
  padding-left: 62px;
  font-size: 3.4rem;
  color: #8b0000;
  line-height: 1.4;
  z-index: 1;
}
.h_title.mtp_0 {
  margin-top: 0;
}
.h_title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 3px;
  background: #8b0000;
}
.h_title::after {
  display: inline-block;
  content: url("../images/common/midashi01.svg");
  width: 305px;
  height: auto;
  position: absolute;
  left: -30px;
  bottom: -32px;
  z-index: -1;
}
.h_title.h_center {
  padding-left: 0;
  text-align: center;
}
.h_title.h_center::before {
  content: none;
}
.h_title.h_center::after {
  left: 50%;
  transform: translateX(-50%);
}
.h_title.c_white {
  color: #fff;
}
.h_title.c_white::before {
  background: #fff;
}

.h_sub_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
  margin: 40px 0 20px;
  font-size: 1.6rem;
  color: #8b0000;
  line-height: 1.4;
}
.h_sub_title.mtp_0 {
  margin-top: 0;
}

@media screen and (max-width: 896px) {
  .h_title {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    padding-left: 30px;
  }
  .h_title::before {
    width: 20px;
  }
  .h_title::after {
    width: 130px;
    left: -8px;
    bottom: -14px;
  }
  .h_title.h_center {
    padding-left: 0;
  }
  .h_title.h_center::after {
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
  }

  .h_sub_title {
    font-size: 1.5rem;
    margin: 30px 0 10px;
  }
}
/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .fb_container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .fb_container > .col2 {
    width: 48.3%;
    height: auto;
    margin: 3.5% 0 0 3.4%;
  }
  .fb_container > .col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .fb_container > .col2:nth-child(-n+2) {
    margin-top: 0;
  }

  .fb_container.align_center {
    align-items: center;
    text-align: left;
    line-height: 3.6rem;
  }
}
/*　テーブル
----------------------------------------------------*/
.tbl_base {
  width: 100%;
  height: auto;
}
.tbl_base tr {
  border-bottom: 1px #836239 solid;
}
.tbl_base tr th {
  width: 30%;
  height: auto;
  padding: 20px 20px 20px 0;
  font-weight: 600;
  vertical-align: top;
}
.tbl_base tr td {
  width: 70%;
  height: auto;
  padding: 20px 0;
}
.tbl_base tr:first-child th, .tbl_base tr:first-child td {
  padding-top: 0;
}

@media screen and (max-width: 896px) {
  .tbl_base tr {
    display: block;
  }
  .tbl_base tr th, .tbl_base tr td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  .tbl_base tr th {
    font-weight: 600;
  }
  .tbl_base tr td {
    font-size: 1.4rem;
  }
}
/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  min-width: 1350px;
  background: url("../images/home/background_01.png");
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.global_header .h_left_area {
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px 10px 20px;
}
.global_header .h_left_area .header_logo {
  width: 187px;
  height: 68px;
}
.global_header .h_left_area .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/logo.svg") no-repeat;
  background-position: center top;
  background-size: contain;
}
.global_header .h_left_area .nav_menu {
  display: flex;
}
.global_header .h_left_area .nav_menu li a {
  color: #fff;
  font-weight: 600;
}
.global_header .h_left_area .nav_menu li + li {
  margin-left: 60px;
}
.global_header .reservation_box {
  width: 303px;
  height: auto;
}
.global_header .reservation_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #600000;
}
.global_header .reservation_box a dl {
  line-height: 1;
}
.global_header .reservation_box a dl dt {
  font-size: 1.3rem;
}
.global_header .reservation_box a dl dd {
  margin-top: 7px;
  font-size: 2.8rem;
  font-weight: bold;
}
.global_header .reservation_box a dl dd::before {
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-weight: 600;
  font-size: 2.6rem;
  margin-right: 8px;
}

@media screen and (max-width: 896px) {
  .global_header {
    display: block;
    min-width: auto;
    position: sticky;
  }
  .global_header .h_left_area {
    padding: 10px 15px;
  }
  .global_header .h_left_area .header_logo {
    width: 146px;
    height: 53px;
  }
  .global_header .h_left_area .sp_menu_btn {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
  }
  .global_header .h_left_area .nav_menu {
    display: block;
  }
  .global_header .h_left_area .nav_menu li a {
    color: #333333;
  }
  .global_header .h_left_area .nav_menu li + li {
    margin-left: 0;
  }

  .reservation_box {
    display: none;
  }
}
/* main_image_area
----------------------------------------------------*/
.main_image_area {
  position: relative;
  width: 100%;
  height: calc(100vh - 88px);
}
.main_image_area img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_image_area .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  height: 565px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/home/maincover_logo.png") no-repeat;
  background-size: contain;
  background-position: top center;
}
.main_image_area.subpage {
  height: 400px;
}
.main_image_area .page_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .main_image_area {
    width: 100%;
    height: 300px;
  }
  .main_image_area .top_copy {
    width: 122px;
    height: 210px;
  }
  .main_image_area.subpage {
    height: 170px;
  }
  .main_image_area .page_title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* お知らせ
----------------------------------------------------*/
.info_list {
  position: relative;
  width: 100%;
  height: auto;
}
.info_list > li {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #754c24;
}
.info_list > li + li {
  margin-top: 40px;
}
.info_list > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.info_list > li a figure {
  width: 21%;
  height: auto;
}
.info_list > li a .info_txt_box {
  width: 75.7%;
  height: auto;
}
.info_list > li a .info_txt_box time {
  font-size: 1.6rem;
  color: #888;
}
.info_list > li a .info_txt_box .info_title {
  margin-top: 8px;
  font-size: 2.0rem;
  color: #333333;
}

@media screen and (max-width: 896px) {
  .info_list > li {
    padding-bottom: 23px;
  }
  .info_list > li a {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .info_list > li a figure {
    width: 42%;
    height: auto;
    margin-bottom: 0;
  }
  .info_list > li a .info_txt_box {
    width: 54%;
    height: auto;
  }
  .info_list > li a .info_txt_box time {
    font-size: 1rem;
  }
  .info_list > li a .info_txt_box .info_title {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .info_list > li + li {
    margin-top: 23px;
  }
}
/* カレンダー,Instagram
----------------------------------------------------*/
.calendar_instagram_wrap {
  display: flex;
  justify-content: space-between;
}
.calendar_instagram_wrap .calendar_area {
  width: 60%;
  height: auto;
}
.calendar_instagram_wrap .calendar_area .calendar_box {
  position: relative;
  width: 100%;
  height: 510px;
}
.calendar_instagram_wrap .calendar_area .calendar_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar_instagram_wrap .instagram_area {
  width: 36.5%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .calendar_instagram_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .calendar_instagram_wrap .calendar_area {
    width: 100%;
    max-width: 100%;
  }
  .calendar_instagram_wrap .calendar_area .calendar_box {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .calendar_instagram_wrap .calendar_area .calendar_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .calendar_instagram_wrap .instagram_area {
    width: 100%;
    max-width: 400px;
  }
}
/* メニュー
----------------------------------------------------*/
.menu_panel_wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.menu_panel_wrap .menu_panel {
  display: flex;
  justify-content: space-between;
}
.menu_panel_wrap .menu_panel .text_area {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  padding: 4.3%;
  background: url("../images/common/top_menu_right_gd.svg") no-repeat, url("../images/common/top_menu_right.svg") no-repeat, url("../images/home/background_01.png") no-repeat;
  background-position: right bottom, right bottom, center;
  background-size: 35% auto, 60% auto, cover;
}
.menu_panel_wrap .menu_panel .text_area p {
  color: #fff;
  line-height: 2;
}
.menu_panel_wrap .menu_panel .img_area {
  width: 50%;
  height: auto;
  position: relative;
}
.menu_panel_wrap .menu_panel .img_area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.menu_panel_wrap .menu_panel:nth-child(even) {
  flex-direction: row-reverse;
}

.banner_item {
  margin-bottom: 20px;
}
.banner_item a {
  display: block;
}
.banner_item a img {
  display: block;
  width: 100%;
  height: auto;
}
.banner_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .menu_panel_wrap .menu_panel {
    display: block;
  }
  .menu_panel_wrap .menu_panel .text_area {
    width: 100%;
    padding: 30px 20px;
    background: url("../images/common/top_menu_right_gd.svg") no-repeat, url("../images/common/top_menu_right.svg") no-repeat, url("../images/home/background_01.png") no-repeat;
    background-position: right bottom, right bottom, center;
    background-size: 46% auto, 70% auto, cover;
  }
  .menu_panel_wrap .menu_panel .text_area p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .menu_panel_wrap .menu_panel .text_area .btn_base {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .menu_panel_wrap .menu_panel .img_area {
    width: 100%;
  }
}
/* 店舗情報
----------------------------------------------------*/
.shop-info {
  background: #fdf8f4;
  padding: 80px 0;
}
.shop-info .shopinfo_section_title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #8b0000;
}
.shop-info .info-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 30px;
  justify-content: center;
}
.shop-info .info-container .info-text {
  max-width: 600px;
}
.shop-info .info-container .info-text dl {
  width: 100%;
  font-size: 1.4rem;
}
.shop-info .info-container .info-text dl dt, .shop-info .info-container .info-text dl dd {
  font-size: 1.8rem;
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px solid #836239;
}
.shop-info .info-container .info-text dl dt {
  width: 160px;
  font-weight: bold;
}
.shop-info .info-container .info-text dl dd {
  width: 420px;
}
.shop-info .info-image img {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .fb_container {
    display: block;
  }
  .fb_container .col2 {
    width: 100%;
    margin-top: 20px;
  }
  .fb_container .col2:first-child {
    margin-top: 0;
  }
  .fb_container .col2 .tbl_base {
    font-size: 1.2rem;
  }
  .fb_container .col2 .tbl_base tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.5px solid #836239;
  }
  .fb_container .col2 .tbl_base tr th,
  .fb_container .col2 .tbl_base tr td {
    display: inline-block;
    width: auto;
    padding: 10px 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .fb_container .col2 .tbl_base tr th {
    font-weight: bold;
    min-width: 90px;
  }
  .fb_container .col2 .tbl_base tr td {
    flex: 1;
  }
  .fb_container .col2 img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
/* マップ
----------------------------------------------------*/
.map-area {
  position: relative;
  width: 100%;
  height: 500px;
}
.map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  .map-area {
    height: 220px;
  }
  .map-area iframe {
    height: 100%;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  height: auto;
  padding-top: 60px;
  color: #fff;
  text-align: center;
  background: url("../images/home/footer_background.png") no-repeat;
  background-position: top center;
  background-size: cover;
}
.global_footer .footer_logo {
  width: 187px;
  height: 68px;
  margin: 0 auto;
}
.global_footer .footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common/logo.svg") no-repeat;
  background-position: center top;
  background-size: contain;
}
.global_footer .footer_nav {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.global_footer .footer_nav > li {
  margin: 0 30px;
}
.global_footer .footer_nav > li a {
  color: #fff;
  font-weight: 500;
}
.global_footer .footer_copylight {
  margin-top: 60px;
  padding: 12px 0;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.6);
}
.global_footer .footer_copylight i {
  margin-right: 6px;
}

@media screen and (max-width: 896px) {
  .global_footer {
    padding-top: 30px;
  }
  .global_footer .footer_logo {
    width: 146px;
    height: 53px;
  }
  .global_footer .footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  .global_footer .footer_nav > li {
    margin: 8px 14px 0;
  }
  .global_footer .footer_nav > li a {
    color: #fff;
    font-weight: 500;
  }
  .global_footer .footer_copylight {
    margin-top: 35px;
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
/*****************************************************

 Template - Food
 
*****************************************************/
/* menu_columns
----------------------------------------------------*/
.menu_columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.menu_columns > li {
  width: 30.8%;
  height: auto;
  margin: 20px 0 0 3.5%;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
.menu_columns > li:nth-child(3n+1) {
  margin-left: 0;
}
.menu_columns > li:nth-child(-n+3) {
  margin-top: 0;
}
.menu_columns > li .menu_columns_title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}
.menu_columns > li .menu_columns_note {
  margin-top: 10px;
  padding: 19px 10px;
  font-size: 1.3rem;
  color: #666;
  background: #f9f3ee;
}
.menu_columns.columns_01 {
  display: block;
}
.menu_columns.columns_01 > li {
  width: 100%;
  height: auto;
  margin: 0;
}
.menu_columns.columns_01 > li + li {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .menu_columns {
    display: block;
  }
  .menu_columns > li {
    width: 100%;
    margin: 20px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .menu_columns > li:nth-child(-n+3) {
    margin-top: 20px !important;
  }
  .menu_columns > li .menu_columns_title {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .menu_columns > li .menu_columns_note {
    padding: 12px;
    font-size: 1.1rem;
  }
}
/* scroll-infinity
----------------------------------------------------*/
.scroll-infinity {
  margin-top: 80px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 6);
  margin: 0 3px;
}

.scroll-infinity__item > img {
  width: 100%;
  height: auto;
}

.takeout_banner {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.takeout_banner a {
  width: 696px;
  margin: 0 20px;
}
.takeout_banner a img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 896px) {
  .scroll-infinity {
    margin-top: 40px;
  }

  .scroll-infinity__item {
    width: calc(100vw / 2.2);
    margin: 0 5px;
  }

  .takeout_banner {
    display: block;
    padding-top: 40px;
    text-align: center;
  }
  .takeout_banner a {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .takeout_banner a img {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 2%;
  }
}
/*****************************************************

 Template - Course
 
*****************************************************/
/* course_columns
----------------------------------------------------*/
.cautionary_note {
  background: #603813;
  padding: 40px 20px;
}
.cautionary_note .cautionary_txt_box {
  background: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 25px;
}

.table_course {
  width: 100%;
  border-collapse: collapse;
}
.table_course th, .table_course td {
  padding: 10px 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  word-break: break-word;
}
.table_course tbody tr td:first-child {
  width: 60%;
}
.table_course tbody tr td:nth-child(2) {
  width: 40%;
  text-align: right;
}
.table_course thead .course_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-bottom: 2px solid #8b0000;
}
.table_course .course_name {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
  position: relative;
}
.table_course .course_name .reservation_box {
  display: inline-block;
  margin-left: 12px;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #600000;
}
.table_course .course_price {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
  padding-right: 10px;
}

.tb_top td {
  padding-top: 70px;
}

@media screen and (max-width: 896px) {
  .cautionary_note {
    padding: 30px 10px;
  }
  .cautionary_note .cautionary_txt_box {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .table_course th, .table_course td {
    font-size: 1.2rem;
    padding: 8px 0;
  }
  .table_course tbody tr td:first-child {
    width: 43%;
  }
  .table_course .course_name {
    font-size: 1.3rem;
  }
  .table_course .course_price {
    font-size: 1.3rem;
    padding-right: 0px;
  }

  .tb_top td {
    padding-top: 20px;
  }
}
/*****************************************************

 Template - About
 
*****************************************************/
/* shop_block
----------------------------------------------------*/
.shop_block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.shop_block .shop_text {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
.shop_block .shop_text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0;
}
.shop_block .shop_text .shop_table {
  width: 100%;
}
.shop_block .shop_text .shop_table th, .shop_block .shop_text .shop_table td {
  text-align: left;
  vertical-align: top;
  padding: 16px 0;
  border-bottom: 1px solid #fff;
}
.shop_block .shop_text .shop_table .shop_th {
  width: 40%;
  font-size: 1.6rem;
  font-weight: 600;
}
.shop_block .shop_text .shop_table .shop_td {
  width: 60%;
  font-size: 1.6rem;
}
.shop_block .shop_text .shop_table .shop_td a {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 8px;
  color: #600000;
  text-decoration: underline;
}
.shop_block .shop_img {
  flex: 1 1 44%;
  box-sizing: border-box;
}
.shop_block .shop_img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .shop_block {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .shop_block:last-child {
    margin-bottom: 0;
  }
  .shop_block .shop_text {
    font-size: 1.5rem;
    padding-right: 0px;
  }
  .shop_block .shop_text h3 {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .shop_block .shop_text .shop_table .shop_th {
    width: 40%;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
  }
  .shop_block .shop_text .shop_table .shop_td {
    width: 60%;
    font-size: 1.2rem;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .shop_block .shop_text .shop_table .shop_td a {
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 8px;
    color: #600000;
    text-decoration: underline;
  }
  .shop_block .shop_img {
    flex: 1 1 44%;
    box-sizing: border-box;
  }
  .shop_block .shop_img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* shop_text_box
----------------------------------------------------*/
.shop_text_box {
  margin-top: 20px;
  padding: 10px;
  background: #f9f3ee;
  font-size: 1.25rem;
  color: #555;
  line-height: 1.8;
}

@media screen and (max-width: 896px) {
  .shop_text_box {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 896px) {
  .shop_info_text p {
    text-align: left;
    padding: 0 10px 0;
  }
}
/* gallery_list
----------------------------------------------------*/
.gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.gallery_list li {
  width: calc(25% - 16px);
  margin: 8px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery_list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .gallery_list li {
    width: calc(50% - 16px);
  }
}
/* img_click_change
----------------------------------------------------*/
.img_click_change .thumbnail_list {
  display: flex;
  flex-wrap: wrap;
}
.img_click_change .thumbnail_list > li {
  filter: grayscale(1);
  opacity: 0.5;
  width: 31%;
  height: auto;
  margin: 15px 0 0 3.5%;
  transition: 0.3s;
}
.img_click_change .thumbnail_list > li:nth-child(3n+1) {
  margin-left: 0;
}
.img_click_change .thumbnail_list > li.active {
  filter: grayscale(0);
  opacity: 1;
}
.img_click_change .thumbnail_list > li:not(.active):hover {
  cursor: pointer;
  filter: grayscale(0.5);
  opacity: 0.75;
}

@media screen and (max-width: 896px) {
  .img_click_change .thumbnail_list > li {
    margin: 2px 0 0 3.5%;
    transition: 0.3s;
  }
}
/*****************************************************

 Template - News
 
*****************************************************/
/* news_bg
----------------------------------------------------*/
.news_bg {
  background-image: url("../images/common/tori_wh_right.svg"), url("../images/common/brown_back_left.svg"), url("../images/common/brown_back_right.svg"), url("../images/common/background_brown.png");
  background-repeat: no-repeat;
  background-position: right bottom,left top, right bottom, center top;
  background-size: 53% 16%,55% auto,80% auto,cover;
}

.pager {
  margin-top: 70px;
  text-align: center;
}
.pager .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 10px 2px 0;
  color: #bea990;
  background: #fff;
  border: 1px #bea990 solid;
}
.pager .page-numbers.current {
  color: #fff;
  background: #bea990;
}

@media screen and (max-width: 896px) {
  .news_bg {
    background-image: url("../images/common/tori_wh_right.svg"), url("../images/common/brown_back_left.svg"), url("../images/common/brown_back_right.svg"), url("../images/common/background_brown.png");
    background-repeat: no-repeat;
    background-position: right bottom,left top, right bottom, center top;
    background-size: 57% 5%,66% auto,98% auto,cover;
  }

  .pager {
    margin-top: 30px;
  }
  .pager .page-numbers {
    width: 32px;
    height: 32px;
    margin: 10px 2px 0;
  }
}
/* single_time
----------------------------------------------------*/
.single_time {
  display: block;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .single_time {
    font-size: 1.2rem;
  }
}
/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h3:first-child, .editor_area h4:first-child {
  margin-top: 0;
}
.editor_area .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.editor_area .gallery > br {
  display: none;
}
.editor_area .gallery > dl dd {
  margin-top: 12px;
  text-align: center;
}
.editor_area .gallery.gallery-columns-2 dl {
  width: 48%;
  height: auto;
  margin-top: 24px;
}
.editor_area .gallery.gallery-columns-2 dl:nth-child(-n+2) {
  margin-top: 0;
}
.editor_area .gallery.gallery-columns-3 dl {
  width: 31%;
  height: auto;
  margin-top: 24px;
}
.editor_area .gallery.gallery-columns-3 dl:nth-child(-n+3) {
  margin-top: 0;
}
.editor_area .gallery.gallery-columns-3::after {
  content: "";
  display: block;
  width: 31%;
}
.editor_area p {
  margin-top: 32px;
}
.editor_area p + p {
  margin-top: 24px;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 32px;
  list-style: disc;
  padding-left: 2.2rem;
}
.editor_area ul li {
  margin-top: 16px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 32px;
  list-style: decimal;
  padding-left: 2.2rem;
}
.editor_area ol li {
  margin-top: 16px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border: 0;
  border-top: 1px #333333 dotted;
  margin: 48px 0;
}
.editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h4, .editor_area hr + h5 {
  margin-top: 0;
}
.editor_area h3 {
  margin: 40px 0 24px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #58371F;
}
.editor_area h3 + img, .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol, .editor_area h3 + h4, .editor_area h3 + h5 {
  margin-top: 0;
}
.editor_area h4 {
  margin: 32px 0 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8e6040;
}
.editor_area h4 + img, .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol, .editor_area h4 + h4, .editor_area h4 + h5 {
  margin-top: 0;
}

@media screen and (max-width: 896px) {
  .editor_area {
    margin-top: 20px;
  }
  .editor_area .gallery {
    margin-top: 24px;
  }
  .editor_area .gallery > dl dd {
    margin-top: 8px;
  }
  .editor_area .gallery.gallery-columns-2 dl {
    margin-top: 24px;
  }
  .editor_area .gallery.gallery-columns-3 dl {
    margin-top: 24px;
  }
  .editor_area p {
    margin-top: 24px;
  }
  .editor_area p + p {
    margin-top: 16px;
  }
  .editor_area ul {
    margin-top: 24px;
    padding-left: 1.8rem;
  }
  .editor_area ul li {
    margin-top: 8px;
  }
  .editor_area ol {
    margin-top: 24px;
    padding-left: 1.8rem;
  }
  .editor_area ol li {
    margin-top: 8px;
  }
  .editor_area hr {
    margin: 32px 0;
  }
  .editor_area h2 {
    font-size: 1.6rem;
  }
  .editor_area h3 {
    margin: 32px 0 16px;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .editor_area h4 {
    margin: 24px 0 16px;
    font-size: 1.3rem;
  }
}
