@charset "UTF-8";
/*--------------------------------------

Theme Name: eggsnthings1
Author: PPAW
Version:1.0

--------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  color: #663d10;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1250px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #main_content {
    min-width: 1250px;
    background-image: url(assets/images/leaf_bg_left.jpg), url(assets/images/leaf_bg_right.jpg);
    background-size: 652.5px auto,750.5px auto;
    background-position-x: left,right;
    background-position-y: top;
    background-attachment: fixed;
    background-repeat: repeat-y;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1403px) {
  #main_content {
    background-size: 46.5% auto,53.5% auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #main_content {
    padding-top: 30px;
    background-image: url(assets/images/leaf_bg_sp2.jpg);
    background-size: 120% auto;
    background-position: center top;
    background-repeat: repeat-y;
    padding-bottom: 40px;
  }
}

#top #main_content {
  padding-bottom: 70px;
}
#food_page #main_content {
  padding-bottom: 0;
}

#customerinquiry_page #main_content,
#businessinquiry_page #main_content,
#allergen_page #main_content,
#faq_page #main_content,
#company_page #main_content {
  background: none;
}

@media screen and (min-width: 768px) {
  .pc-non {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp-non {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

p, a, li, dt, dd, th, td, figcaption {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #663d10;
}

@media screen and (min-width: 768px) {
  p, a, li, dt, dd, th, td, figcaption {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  p, a, li, dt, dd, th, td, figcaption {
    font-size: 13px;
      line-height: 1.6;
  }
}

img {
  max-width: 100%;
  /* width: auto; */
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: 0.4s;
}

a:hover {
  opacity: 0.5;
  transition: 0.2s;
}

/* title */
.sec_ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    padding-bottom: 45px;
  }
  .sec_ttl > h1 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec_ttl {
    padding-bottom: 30px;
  }
  .sec_ttl > h1 {
    margin-top: 20px;
  }
}

.sec_ttl > * {
  color: #663d10;
  font-size: 36px;
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.05em;
}

.sec_ttl > *:after {
  content: "　";
  width: 128px;
  height: 3px;
  background: url(assets/images/line_b_horizon.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 10px auto 0;
}

.sec_ttl > * > span {
  display: block;
  margin-bottom: 10px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .sec_ttl > * > span {
    font-size: 11px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec_ttl > * > span {
    font-size: 13px;
  }
}

/* btn */
.readmore, .btn_y {
  display: inline-block;
  border: 1px solid #663d10;
  border-radius: 15px;
  line-height: normal !important;
  padding: 7px 15px 7px 20px;
  font-family: "Slabo 27px", serif;
}

@media screen and (min-width: 768px) {
  .readmore, .btn_y {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .readmore, .btn_y {
    font-size: 13px;
  }
}

.btn_y {
  background-color: #eabd00;
  border: none;
}

/* inview */
.fadein {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 50px);
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/***************************************

loading

***************************************/
#loading {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

#loading .main-text-wrap {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#loading .main-text-wrap #svg-text {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #loading .main-text-wrap #svg-text {
    width: 40%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #loading .main-text-wrap #svg-text {
    width: 80%;
  }
}

/***************************************

header

***************************************/
/* header_top */
#header_top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
}

@media screen and (min-width: 768px) {
  #header_top > div {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
  }
  #header_top > div > *:last-child {
    margin-left: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_top > div {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  #header_logo {
    width: 68px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_logo {
    width: 20%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .header_nav_area {
    display: flex;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .header_nav_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #eabd00;
    padding: 55px 3.5% 20px;
    z-index: 1000;
    display: none;
  }
}

#header_nav > * {
  font-family: "Slabo 27px", serif;
  cursor: pointer;
  line-height: normal;
  transition: 0.4s;
}

#header_nav > *:hover {
  opacity: 0.5;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  #header_nav > * {
    padding: 0 30px;
    font-size: 18px;
    position: relative;
    border-right: 1px dotted #241e1a;
    height: 18px;
  }
  #header_nav > *:last-child {
    border-right: none;
  }
  #header_nav > *:hover span {
    top: -20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_nav > * {
    font-size: 17px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #461503;
  }
}

#header_nav > * > span {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  #header_nav > * > span {
    display: block;
    width: 100%;
    font-size: 11px;
    position: absolute;
    top: -15px;
    left: 0;
    transition: .3s;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_nav > * > span {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  #header_nav {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: flex-end;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_nav > p {
    border-bottom: none;
    padding-bottom: 0;
  }
  #header_nav > ul > li > a {
    font-size: 17px;
    line-height: normal;
  }
  #header_nav > ul > li > a > span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
  }
  #header_nav > ul > li > a:before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 10px;
  }
}

#header_sns {
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_sns {
    margin-top: 30px;
  }
  #header_sns h3 {
    font-size: 17px;
    font-family: "Slabo 27px", serif;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  #header_sns a {
    width: 23px;
    margin: 0 2px 3px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header_sns a {
    width: 32px;
    margin: 0 4px 3px;
  }
}

.header_rec {
  width: 119px;
}

#fix_rsv {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 500;
  display: block;
  width: 78px;
}

.mainsite_rsv {
  cursor: pointer;
  transition: 0.4s;
}

.mainsite_rsv:hover {
  opacity: 0.5;
  transition: 0.2s;
}

#overlay_rsv {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9000;
  background-color: rgba(234, 189, 0, 0.9);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #overlay_rsv {
    padding: 30px 10%;
  }
}

#overlay_rsv h2 {
  font-family: "Slabo 27px", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #overlay_rsv h2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #overlay_rsv h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

#overlay_rsv p {
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-family: "Slabo 27px", serif;
}

@media screen and (min-width: 768px) {
  #overlay_rsv p {
    position: fixed;
    bottom: 60px;
    right: 50px;
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #overlay_rsv p {
    text-align: center;
    margin-top: 30px;
    width: 60%;
    margin: 30px auto 0;
    font-size: 13px;
  }
}

#overlay_rsv p span {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  #overlay_rsv .overlay_ul_wrap {
    width: 100%;
  }
  #overlay_rsv .overlay_ul_wrap > ul {
    line-height: 1.5;
  }
  #overlay_rsv .overlay_ul_wrap > ul > li {
    margin-bottom: 30px;
  }
  #overlay_rsv .overlay_ul_wrap > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #overlay_rsv .overlay_ul_wrap > ul > li > ul > li {
    width: 31%;
    margin: 15px 1.166666% 0;
    font-size: 16px;
  }
}

#overlay_rsv .overlay_ul_wrap h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

#overlay_rsv .overlay_ul_wrap a {
  display: block;
  padding-bottom: 3px;
  padding-left: 1.5em;
  position: relative;
}

#overlay_rsv .overlay_ul_wrap a:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

#overlay_rsv .overlay_ul_wrap ul > li > ul > li {
  font-weight: bold;
  border-bottom: 1px dotted #663d10;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #overlay_rsv .overlay_ul_wrap ul > li > ul > li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .overlay_rsv_inner {
    -ms-overflow-style: none;
    overflow-y: scroll;
    width: 80%;
    position: absolute;
    top: 30px;
    left: 50%;
    padding-bottom: 50px;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    margin: auto;
  }
  .overlay_rsv_inner::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .overlay_rsv_inner {
    overflow-y: scroll;
  }
}

.acd_box_menu {
  position: fixed;
  z-index: 500;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  display: none;
}

.acd_box_menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.acd_box_menu ul li {
  margin: 0 10px;
  background: #fff;
}

.acd_box_menu ul li a {
  display: block;
  width: 259px;
  line-height: 164px;
  text-align: center;
  padding: 60px 0;
}

.acd_box_menu ul li a p {
  font-family: "Slabo 27px", serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.05em;
}

.acd_box_menu ul li a p span {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  display: block;
  margin-bottom: 7px;
}

.acd_box_menu ul li:nth-child(1) a {
  background: url(assets/images/menu_btn_pancake.jpg) center center no-repeat;
  background-size: cover;
}

.acd_box_menu ul li:nth-child(2) a {
  background: url(assets/images/menu_btn_food.jpg) center center no-repeat;
  background-size: cover;
}

.acd_box_menu ul li:nth-child(3) a {
  background: url(assets/images/menu_btn_drink.jpg) center center no-repeat;
  background-size: cover;
}

.acd_box_menu ul li:nth-child(4) a {
  background: url(assets/images/menu_btn_course.jpg) center center no-repeat;
  background-size: cover;
}

.overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}

/* mainv */
#mainv {
  position: relative;
  z-index: 50;
}

.mainv_bg_wrap {
  width: 100%;
  height: 100%;
}

.mainv_bg {
  width: 100%;
  height: 100%;
  background-position-x: 50%;
  background-position-y: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .mainv_bg {
    background-attachment: fixed;
  }
  @supports (-ms-ime-align: auto) {
    .mainv_bg {
      background-attachment: scroll;
    }
  }
}

.tablet .mainv_bg {
  background-attachment: scroll;
}

#page_mainv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  #page_mainv {
    height: 393px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #page_mainv {
    height: 250px;
  }
}

.mainv_txt {
  width: 48%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 100;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  z-index: 1500;
  top: 15px;
  right: 3.5%;
  width: 28px;
  height: 24px;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
  background-color: #663d10;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
  background-color: #663d10;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  background-color: #663d10;
}

.menu-trigger p {
  position: absolute;
  font-size: 10px;
  font-family: "Bree Serif", serif;
  top: 105%;
  left: 0;
  text-align: center;
}

/* menu-trigger エフェクト */
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

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

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
}

.overlay.active {
  display: block;
}

/* breadcrumb */
#breadcrumb {
  font-family: "Slabo 27px", serif !important;
}

@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1080px;
    margin: 0 auto 45px;
    padding-top: 30px;
  }
  #breadcrumb * {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #breadcrumb {
    width: 92%;
    margin: 0 auto 30px;
    padding-top: 20px;
  }
  #breadcrumb * {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

/***************************************

top

***************************************/
/* concept */
@media screen and (min-width: 768px) {
  #concept {
    padding: 90px 0 160px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #concept {
    width: 93%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}

.concept_copy {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .concept_copy {
    width: 413px;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .concept_copy {
    width: 80%;
    margin-bottom: 30px;
  }
}

.concept_content {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .concept_content {
    width: 1015px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .concept_content_box {
    width: 476px;
  }
  .concept_content_box:first-child p {
    padding: 70px 30px 0;
  }
  .concept_content_box:last-child p {
    padding: 55px 30px 105px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .concept_content_box:first-child p {
    padding: 20px 0 0;
  }
  .concept_content_box:last-child p {
    padding: 0 0 20px;
  }
}

/* top_menu */
@media screen and (min-width: 768px) {
  #top_menu {
    padding: 0 0 70px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #top_menu {
    padding: 40px 0 80px;
  }
}

.top_menu_mainimg {
  width: 100%;
  position: relative;
  background-image: url(assets/images/top_menu_ttl_bg.jpg);
  background-position-x: 50%;
  background-position-y: 0%;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  .top_menu_mainimg {
    height: 300px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_mainimg {
    height: 150px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_mainimg {
    background: url(assets/images/top_menu_ttl_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
}

.tablet .top_menu_mainimg {
  background-attachment: scroll;
}

.top_menu_note {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_menu_note {
    text-align: center;
    margin-bottom: 40px;
  }
}

.top_menu_wrap {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top_menu_wrap {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_wrap {
    width: 94%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .top_menu_list {
    width: 23.5%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 20px;
  }
}

.top_menu_list_img {
  display: block;
  width: 100%;
}

.top_menu_list_img:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .top_menu_list_img {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_img {
    width: 40%;
  }
}

.top_menu_list_img.nogif {
  height: 0;
  /*padding-bottom: 89.411765%;*/
  padding-bottom: 80.036969%;
  box-sizing: content-box;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: .4s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_img.nogif {
    padding-bottom: 32.0147876%;
  }
}

.top_menu_list_img.nogif:hover, .top_menu_list_img.nogif.nogifactive {
  background-size: 120% auto;
  opacity: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_txt_area {
    width: 56%;
  }
}

.top_menu_list_ttl {
  border-bottom: 1px dotted #663d10;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .top_menu_list_ttl {
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_ttl {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}

.top_menu_list_ttl h3 {
  font-family: "Slabo 27px", serif;
}

@media screen and (min-width: 768px) {
  .top_menu_list_ttl h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_ttl h3 {
    font-size: 18px;
  }
}

.top_menu_list_ttl h3 span {
  display: block;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .top_menu_list_ttl h3 span {
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_ttl h3 span {
    font-size: 13px;
  }
}

.top_menu_list_txt {
  letter-spacing: normal;
  text-align: justify;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .top_menu_list_txt {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_list_txt {
    font-size: 13px;
  }
}

.top_menu_btn {
  text-align: center;
  margin: 20px auto 40px;
}

.top_menu_btn .btn_y {
  margin: 0 5px;
  width: 125px;
}

@media screen and (min-width: 768px) {
  .top_menu_btn .btn_y {
    width: 275px;
    margin: 0 10px;
    font-size: 23px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_menu_btn .btn_y {
    width: 80%;
    margin: 10px auto;
    font-size: 20px;
  }
}

/* promotion */
#promotion {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #promotion {
    width: 1080px; /*
    margin-bottom: 130px; */
    margin-bottom: 0;
    padding-top: 64px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #promotion {
    width: 93%; /*
    margin-bottom: 70px; */
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .promotion_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
    .promotion_wrap > .promotion_img_area{
        display: flex;
        width: 700px;
    }
  .promotion_wrap > .promotion_img_area > .promotion_img  {
    width: 100%;
    display: block;
  }
    .promotion_wrap > .promotion_img_area.img_two > .promotion_img{
        width: 50%;
    }
  .promotion_wrap > figcaption {
    width: 340px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .promotion_wrap > .promotion_img_area > .promotion_img{
    margin-bottom: 20px;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .promotion_wrap.column1 {
    display: block;
  }
  .promotion_wrap.column1 > .promotion_img_area {
    width: 100%;
  }
    .promotion_wrap.column1 > .promotion_img_area >  .promotion_img {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .promotion_wrap.column1 > .promotion_img_area >.promotion_img {
    margin-bottom: 20px;
    display: block;
  }
    .promotion_wrap.column1 > .promotion_img_area >.promotion_img:last-child {
    margin-bottom: 0;
  }
}

/* info_contents */
#info_contents {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #info_contents {
    width: 990px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }
  #info_contents > * {
    width: 448px;
  }
  #info_contents > * > .sec_ttl h2:after {
    width: 76px;
    background: url(assets/images/line_b_horizon_half.png) center center no-repeat;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #info_contents {
    width: 93%;
    margin-bottom: 70px;
  }
}

.info_contents_list {
  border-bottom: 1px dotted #3a2721;
}

@media screen and (min-width: 768px) {
  .info_contents_list {
    min-height: 170px;
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info_contents_list {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.info_contents_list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.info_contents_date {
  font-family: "Cinzel", serif;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .info_contents_date {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info_contents_date {
    font-size: 13px;
  }
}

.info_contents_ttl {
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .info_contents_ttl {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info_contents_ttl {
    font-size: 16px;
  }
}

.info_contents_txt {
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .info_contents_txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .info_contents_txt {
    font-size: 13px;
  }
}

.info_contents_btn {
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #top_news {
    margin-bottom: 70px;
  }
}

#top_blog .info_contents_list > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#top_blog .info_contents_list > a > img {
  width: 30%;
  height: auto;
}

#top_blog .info_contents_list > a > .info_contents_txt {
  width: 65.8%;
}

#top_news .info_contents_list > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#top_news .info_contents_list > a > img {
  width: 30%;
  height: auto;
}

#top_news .info_contents_list > a > .info_contents_txt {
  width: 65.8%;
}

/* sns */
#sns {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sns {
    width: 1080px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sns {
    width: 93%;
    margin-bottom: 50px;
  }
}

#sns_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #sns_sns a {
    width: 23px;
    margin: 0 2px 3px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sns_sns a {
    width: 35px;
    margin: 0 2px 3px;
  }
}

/* recruit */
#recruit {
  background-repeat: no-repeat;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #recruit {
    background-image: url(assets/images/top_recruit_ttl_bg.jpg);
    padding: 200px 0 160px;
    background-position: center 62%;
    background-size: cover;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #recruit {
    background-image: url(assets/images/top_recruit_ttl_bg_sp.jpg);
    padding: 20% 0 15%;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  #recruit .sec_ttl {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #recruit .sec_ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

#recruit .sec_ttl h2 {
  color: #fff;
}

#recruit .sec_ttl h2:after {
  background: url(assets/images/line_w_horizon.png) center center no-repeat;
  width: 75px;
}

#recruit .lead {
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #recruit .lead {
    font-size: 39px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #recruit .lead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#recruit .readmore, #recruit .btn_y {
  color: #fff;
  border-color: #fff;
}

/***************************************

footer

***************************************/
footer {
  background-color: #461503;
  color: #fff;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 50px 0 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}

.footer_inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer_inner {
    width: 1080px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_inner {
    width: 100%;
  }
}

#footer_logo {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #footer_logo {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer_logo {
    margin-bottom: 20px;
  }
}

#footer_logo > a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #footer_logo > a {
    width: 133px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer_logo > a {
    width: 25%;
  }
}

.footer_content {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer_content {
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_content {
    width: 93%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.footer_content h3 {
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .footer_content h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_content h3 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .footer_sns {
    width: 115px;
    padding-right: 33px;
    position: relative;
  }
  .footer_sns:after {
    content: "　";
    width: 4px;
    height: 65px;
    background: url(assets/images/line_w_vertical.png) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_sns {
    text-align: center;
  }
}

.footer_sns_content {
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer_sns_content {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_sns_content {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer_sns_content a {
    width: 23px;
    margin: 0 2px 3px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_sns_content a {
    width: 25px;
    margin: 0 2px 3px;
  }
}

@media screen and (min-width: 768px) {
  .footer_contact {
    width: 465px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_contact {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .footer_contact_content {
    overflow: hidden;
    clear: both;
  }
}

.footer_contact_content a {
  padding: 2px 10px;
  border: 1px solid #fff;
  line-height: normal;
  float: left;
  margin-right: 10px;
}
.footer_contact_content a:last-child {
    margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_contact_content a {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    float: none;
    margin-right: 0;
  }
}

#footer_nav {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #footer_nav {
    width: 830px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer_nav {
    width: 85%;
    margin: 30px auto;
  }
}

#footer_nav ul li h3, #footer_nav ul li h4, #footer_nav ul li a, #footer_nav ul li p {
  color: #fff;
  font-family: "Slabo 27px", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer_nav > ul > li:before {
  content: "・";
  color: #fff;
}

#footer_nav > ul > li > p, #footer_nav > ul > li > h3 {
  display: inline;
}

#footer_nav > ul > li.nobefore:before {
  content: none;
}

#footer_nav > ul > li > ul > li:before {
  content: "-";
  color: #fff;
  margin: 0 4px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #footer_nav .footer_nav2 {
    width: 425px;
  }
  #footer_nav .footer_nav2 > li > h4 {
    cursor: pointer;
  }
  #footer_nav .footer_nav2 > li > h4:before {
    content: "■";
    display: inline-block;
    margin-right: 6px;
  }
  #footer_nav .footer_nav2 > li > ul {
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer_nav .footer_nav2 > li > ul > li:before {
    content: none;
  }
  #footer_nav .footer_nav2 > li > ul > li:after {
    content: "/";
    display: inline-block;
    margin: 0 3px;
    color: #fff;
  }
  #footer_nav .footer_nav2 > li > ul > li:last-child:after {
    content: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_nav2 {
    width: 100%;
    text-align: center;
  }
  .footer_nav2 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Slabo 27px", serif;
  }
  .area_list h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    position: relative;
    z-index: 150;
    border-top: 1px solid #fff;
  }
  .area_list h4:after {
    content: "　";
    width: 20px;
    height: 10px;
    background: url(assets/images/arrow_under.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 200;
  }
  .area_list ul {
    margin: 0 auto;
    border-top: 1px solid #fff;
    display: none;
  }
  .area_list ul li {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .area_list ul li a {
    font-size: 13px;
    display: block;
    padding: 10px 10px 10px 30px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .area_list ul li a:after {
    content: ">";
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 25px;
    top: 13px;
    font-size: 10px;
    transform: scale(0.6, 1);
  }
  .area_list:last-of-type h4 {
    border-bottom: 1px solid #fff;
  }
  .area_list:last-of-type ul {
    border-top: none;
  }
}

#copy {
  padding-top: 20px;
  border-top: 1px dashed #fff;
  text-align: center;
  color: #fff;
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #copy {
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #copy {
    font-size: 13px;
    width: 93%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

#sp_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sp_fixed_btn1, .sp_fixed_btn3 {
  width: 31.973244%;
}

.sp_fixed_btn2 {
  width: 36.053512%;
}


.norsv .sp_fixed_btn1,.norsv .sp_fixed_btn3 {
  width: 50%; }
.norsv .sp_fixed_btn1 img,.norsv .sp_fixed_btn3 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/***************************************

store

***************************************/
#store {
  margin: 0 auto;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #store {
    width: 1080px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store {
    width: 93%;
  }
}

.store_list h3 {
  position: relative;
  cursor: pointer;
  background: #e0e0d1;
  margin-bottom: 20px;
  padding: 10px 40px;
}

@media screen and (min-width: 768px) {
  .store_list h3 {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_list h3 {
    font-size: 13px;
  }
}

.store_list h3 span {
  position: absolute;
  left: 15px;
}

@media screen and (min-width: 768px) {
  .store_list h3 span {
    font-size: 15px;
    top: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_list h3 span {
    font-size: 14px;
    top: 9px;
  }
}

.store_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .store_list ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .store_list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_list ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .store_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.store_list ul li a {
  background: #663d10;
  display: block;
  padding: 4px 4px 0;
  text-align: center;
}

.store_list ul li a span {
  color: #fff;
  display: block;
  padding: 7px;
}

@media screen and (min-width: 768px) {
  .store_list ul li a span {
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_list ul li a span {
    font-size: 13px;
  }
}

/***************************************

course

***************************************/
#setmenu_page .course_list_wrap {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #setmenu_page .course_list_wrap {
    width: 1080px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #setmenu_page .course_list_wrap {
    width: 90%;
  }
}

.course_list {
  border-bottom: 1px solid #682605;
}

@media screen and (min-width: 768px) {
  .course_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_list {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

.course_list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .course_right {
    width: 600px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_right {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .course_left {
    width: 460px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_left {
    width: 100%;
  }
}

.course_ttl {
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #805f46;
  margin-bottom: 10px;
}

.course_ttl h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .course_ttl h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_ttl h3 {
    font-size: 20px;
  }
}

.course_ttl h3 span {
  display: block;
}

@media screen and (min-width: 768px) {
  .course_ttl h3 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_ttl h3 span {
    font-size: 14px;
  }
}

.course_ttl p {
  font-weight: bold;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .course_ttl p {
    font-size: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_ttl p {
    font-size: 18px;
  }
}

.translated-ltr .course_ttl h3 span {
  display: none;
}

.course_comment {
  padding-bottom: 10px;
  border-bottom: 1px dotted #805f46;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .course_comment {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_comment {
    font-size: 13px;
  }
}

.course_txt {
  padding-bottom: 10px;
  border-bottom: 1px dotted #805f46;
  margin-bottom: 10px;
  line-height: normal;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .course_txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_txt {
    font-size: 13px;
  }
}

.course_btn_wrap {
  margin-top: 35px;
  margin-bottom: 25px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .course_btn_wrap {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_btn_wrap {
    justify-content: center;
  }
}

.course_btn {
  border: 1px solid #663d10;
  border-radius: 12px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .course_btn {
    margin-right: 5px;
    font-size: 12px;
    width: 40%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_btn {
    margin: 0 1%;
    font-size: 13px;
    width: 48%;
  }
}

.course_btn .icn {
  position: absolute;
  top: 0;
  left: 8px;
}

.course_btn.course_btn_rsv {
  background: #663d10;
  color: #fff;
}

.course_btn_readmore {
  cursor: pointer;
}

.course_content_table {
  display: none;
  width: 100%;
}

.course_content_table table {
  width: 100%;
}

.course_content_table table tr:first-child span {
  border-top: none;
  padding-top: 0;
}

.course_content_table table tr span {
  border-top: 1px dotted #805f46;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  padding-top: 10px;
  padding-left: 5px;
  display: block;
}

.course_content_table table tr th, .course_content_table table tr td {
  vertical-align: top;
}

.course_content_table table tr th {
  padding: 0 10px 10px 0;
  width: 23%;
  border-right: 1px dotted #805f46;
}

@media screen and (min-width: 768px) {
  .course_content_table table tr th {
    width: 23%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_content_table table tr th {
    width: 30%;
  }
}

.course_content_table table tr td {
  padding: 0 0 10px 10px;
}

@media screen and (min-width: 768px) {
  .course_content_table table tr td {
    width: 78%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course_content_table table tr td {
    width: 70%;
  }
}

.course_content_table table tr:last-child th {
  padding: 0 10px 0 0;
}

.course_content_table table tr:last-child td {
  padding: 0 0 0 10px;
}

#setmenu_page .course_btn_wrap {
  display: none;
}

#setmenu_page .course_content_table {
  margin: 40px 0;
  display: block;
}

/***************************************

food

***************************************/
#food_anchor {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #food_anchor .btn_y {
    width: 170px;
    margin: 20px 5px 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #food_anchor .btn_y {
    width: 80%;
    margin: 20px auto 0;
  }
}

#food_anchor_fix {
  display: none;
  position: fixed;
  z-index: 500;
}

@media screen and (min-width: 768px) {
  #food_anchor_fix {
    top: 80px;
    right: 20px;
    width: 65px;
  }
  #food_anchor_fix > a {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #food_anchor_fix {
    width: 100%;
    background: #eabd00;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 5%;
  }
  #food_anchor_fix > a {
    color: #663d10;
    font-size: 13px;
    font-weight: bold;
    font-family: "Slabo 27px", serif;
  }
}

@media screen and (min-width: 768px) {
  .food_pancake_category {
    padding: 40px 0;
  }
  .food_pancake_category .sec_ttl h2 {
    font-size: 26px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .food_pancake_category {
    padding: 40px 0;
  }
  .food_pancake_category .sec_ttl h2 {
    font-size: 18px;
  }
}

#food_cat2 {
  background: rgba(234, 189, 0, 0.04);
}

#food_cat3 {
  background: rgba(234, 189, 0, 0.15);
}

.sec_ttl .morning_time {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.sec_ttl .morning_time:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .menu_list_wrap {
    width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_wrap {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .menu_list {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list {
    margin-bottom: 40px;
  }
}

.menu_list_ttl {
  border-bottom: 1px solid #682605;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .menu_list_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_ttl {
    margin-bottom: 30px;
  }
}

.menu_list_ttl h3 {
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .menu_list_ttl h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_ttl h3 {
    font-size: 25px;
  }
}

.menu_list_ttl h3 span {
  display: inline-block;
  margin: 0 8px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 60%;
}

.menu_list_ttl p {
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .menu_list_ttl p {
    font-size: 14px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_ttl p {
    font-size: 13px;
  }
}

.menu_list_contents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .menu_list_contents > * {
    width: 23.5%;
    margin-right: 2%;
  }
  .menu_list_contents > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_contents > * {
    width: 49%;
    margin-right: 2%;
  }
  .menu_list_contents > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu_list_menu {
    margin-top: 40px;
  }
  .menu_list_menu:nth-child(1), .menu_list_menu:nth-child(2), .menu_list_menu:nth-child(3), .menu_list_menu:nth-child(4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_menu {
    margin-top: 30px;
  }
  .menu_list_menu:nth-child(1), .menu_list_menu:nth-child(2) {
    margin-top: 0;
  }
}

.menu_list_menu img {
  margin-bottom: 10px;
}

.menu_list_menu figurecaption {
  display: flex;
  justify-content: space-between;
  line-height: 150%;
}

.menu_list_menu figurecaption span {
  letter-spacing: 0;
}

.food_list_top_header {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .food_list_top {
    display: flex;
    margin-bottom: 50px;
  }
  .food_list_top .food_list_top_left {
    padding-right: 30px;
    border-right: 1px dotted #3a2721;
    margin-right: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .food_list_top {
    margin-bottom: 30px;
  }
}

.food_list_bottom_header {
  margin: 40px 0 20px;
}

.food_list_bottom_header p {
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px dotted #3a2721;
}

@media screen and (min-width: 768px) {
  .food_list_bottom_header p {
    font-size: 21px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .food_list_bottom_header p {
    font-size: 18px;
  }
}

.food_list_bottom {
  margin: 30px 0 0;
}

#recommend-menu .menu_list_contents {
  display: block;
}

@media screen and (min-width: 768px) {
  #recommend-menu .menu_list_contents > * {
    width: auto;
    margin-right: auto;
  }
  #recommend-menu .menu_list_contents > *:nth-child(4n) {
    margin-right: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #recommend-menu .menu_list_contents > * {
    width: auto;
    margin-right: auto;
  }
  #recommend-menu .menu_list_contents > *:nth-child(2n) {
    margin-right: auto;
  }
}

#food_page .recommend_list {
  border-bottom: 1px dotted #682605;
}

@media screen and (min-width: 768px) {
  #food_page .recommend_list {
    padding-bottom: 55px;
    margin-bottom: 60px;
    position: relative;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #food_page .recommend_list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

#food_page .recommend_list:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#food_page .recommend_list > p {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #food_page .recommend_list > p {
    position: absolute;
    top: 30px;
    left: 0;
    width: 670px;
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #food_page .recommend_list > p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

#food_page .recommend_list .recommend_list_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu {
    width: 19.8%;
    margin-right: 1.2%;
  }
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu:last-child {
    width: 36.2%;
    margin-left: auto;
    margin-right: auto;
  }
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu:last-child .recommend_list_img {
    padding-top: 0;
    height: 342px;
    overflow: hidden;
    position: relative;
  }
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu:last-child .recommend_list_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu .recommend_list_img {
    padding-top: 128px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu {
    width: 49%;
    margin-right: 2%;
  }
  #food_page .recommend_list .recommend_list_contents .recommend_list_menu:nth-child(2n) {
    margin-right: 0;
  }
}

#food_page .recommend_list .recommend_list_contents .recommend_list_menu .recommend_list_img {
  margin-bottom: 10px;
}

#food_page .recommend_list .recommend_list_contents .recommend_list_menu figurecaption {
  display: flex;
  justify-content: space-between;
  line-height: 150%;
}

#food_page .recommend_list .recommend_list_contents .recommend_list_menu figurecaption span {
  letter-spacing: 0;
}

#food_page .top_menu_btn {
  margin: 0 auto;
  padding: 0 0 70px;
}

.topping_cat h4 {
  margin-bottom: 10px;
}

.topping_menu_wrap {
  padding-left: 1em;
}

.topping_menu {
  margin-bottom: 10px;
}

.topping_menu p {
  display: flex;
  justify-content: space-between;
  line-height: 150%;
}

.topping_menu p span {
  letter-spacing: 0;
}

/***************************************

drink

***************************************/
#drink figurecaption {
  padding-bottom: 5px;
  border-bottom: 1px dotted #805f46;
}

#drink .menu_txt {
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #drink .menu_txt {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #drink .menu_txt {
    margin-top: 5px;
    font-size: 13px;
  }
}

/***************************************

blog / news

***************************************/
/* pagination */
@media screen and (min-width: 768px) {
  #pagenation {
    width: 1080px;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pagenation {
    width: 90%;
    margin: 40px auto 0;
  }
}

#pagenation ul {
  display: flex;
  justify-content: center;
}

#pagenation ul li a, #pagenation ul li .current {
  padding: 5px 7px;
  text-align: center;
  font-family: "Roboto Slab", serif;
}

@media screen and (min-width: 768px) {
  #pagenation ul li a, #pagenation ul li .current {
    font-size: 24px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pagenation ul li a, #pagenation ul li .current {
    font-size: 18px;
  }
}

#pagenation ul li .current {
  text-decoration: underline;
}

/* archive */
.archive_blog_flex {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .archive_blog_flex {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .archive_blog_flex {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .archive_blog_sidebar {
    width: 126px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .archive_blog_sidebar {
    width: 100%;
  }
}

.archive_blog_sidebar .archive_blog_month {
  margin-bottom: 40px;
}

.archive_blog_sidebar h3 {
  font-weight: bold;
  font-size: 14px;
}

.archive_blog_sidebar h3:after {
  content: "　";
  width: 128px;
  height: 3px;
  background: url(assets/images/line_b_horizon.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.archive_blog_wrap {
  /*
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    */
}

@media screen and (min-width: 768px) {
  .archive_blog_wrap {
    width: 894px;
    overflow: hidden;
    clear: both;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .archive_blog_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .blog_list {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .blog_list:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .blog_list {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .blog_list:nth-child(2n) {
    margin-right: 0;
  }
}

.blog_list > a > p {
  letter-spacing: normal;
  line-height: 1.5;
}

.blog_list > a {
  display: block;
}

.blog_date {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .blog_date {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .blog_date {
    font-size: 13px;
  }
}

.blog_title {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .blog_title {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .blog_title {
    font-size: 13px;
  }
}

.blog_thumbnail {
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-bottom: 83%;
}

@media screen and (min-width: 768px) {
  .blog_description {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .blog_description {
    font-size: 13px;
  }
}

/* single */
#single_contents {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #single_contents {
    width: 820px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #single_contents {
    width: 90%;
  }
}

.post_time {
  margin-bottom: 5px;
}

.post_ttl {
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .post_ttl {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .post_ttl {
    font-size: 13px;
  }
}

#post_contents p {
  margin: 20px 0;
}

#post_contents img {
  margin: 20px auto;
  display:block;
}

#post_contents a {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}

#blog_btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #blog_btn {
    margin: 70px auto 100px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #blog_btn {
    margin: 40px auto 70px;
  }
}

#blog_btn a {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #5b2a10;
  border-radius: 15px;
  background: #fff;
  color: #5b2a10;
}

/***************************************

contact

***************************************/
#contact {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #contact {
    width: 890px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact {
    width: 90%;
  }
}

#contact form p {
  letter-spacing: normal;
  padding-bottom: 10px;
  border-bottom: 1px dotted #663d10;
}

#contact form table {
  width: 100%;
  margin: 20px auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact form table {
    display: block;
  }
  #contact form table tbody, #contact form table tr, #contact form table th, #contact form table td {
    display: block;
    width: 100% !important;
  }
}

#contact form table tr th, #contact form table tr td {
  vertical-align: top;
  border-bottom: 1px dotted #663d10;
}

@media screen and (min-width: 768px) {
  #contact form table tr th, #contact form table tr td {
    padding: 30px 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact form table tr th, #contact form table tr td {
    padding: 20px 0;
  }
}

#contact form table tr th {
  font-weight: bold;
  width: 30%;
}

@media screen and (min-width: 768px) {
  #contact form table tr th {
    font-size: 14px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact form table tr th {
    font-size: 13px;
    border: none;
    padding-bottom: 0;
  }
}

#contact form table tr td {
  width: 70%;
}

#contact form table tr td span._gap {
  margin-bottom: 0.75rem;
  display: inline-block;
}

#contact form table tr td input, #contact form table tr td textarea {
  border: 1px solid #231815;
  padding: 5px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  #contact form table tr td input, #contact form table tr td textarea {
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact form table tr td input, #contact form table tr td textarea {
    font-size: 13px;
  }
}

#contact form table tr td input::placeholder, #contact form table tr td textarea::placeholder {
  color: #bbb;
}

#contact form table tr td input[type="text"],
#contact form table tr td input[type="email"],
#contact form table tr td textarea {
  width: 100%;
  line-height: 1.8;
}

#contact form table tr td textarea {
  resize: vertical;
}

#contact form table tr td input[type="text"].zipcode {
  width: 30%;
  margin: 0 0 8px 10px;
}

#contact form table tr:last-child th, #contact form table tr:last-child td {
  border-bottom: none;
}

#contact form .required {
  background: #eabd00;
  line-height: 1;
  padding: 5px 8px 3px;
  display: inline-block;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  #contact form .required {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact form .required {
    font-size: 13px;
  }
}

#contact form .comment {
  display: inline-block;
  margin-top: 8px;
  color: #000;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #contact form .comment {
    font-size: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact form .comment {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact_check input {
    margin-top: 20px;
  }
}

.contact_btn_wrap {
  margin-top: 50px;
  text-align: center;
}

.contact_btn_wrap > * {
  background: #663d10;
  padding: 5px;
  color: #fff;
  border: none;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .contact_btn_wrap > * {
    width: 230px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact_btn_wrap > * {
    width: 45%;
    margin: 0 2.5%;
  }
}

/***************************************

allergen

***************************************/
#allergen {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #allergen {
    width: 650px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #allergen {
    width: 90%;
  }
}

/***************************************

privacypolicy

***************************************/
#privacypolicy {
  margin: 0 auto;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  #privacypolicy {
    width: 890px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #privacypolicy {
    width: 90%;
  }
}

#privacypolicy p {
  margin: 20px 0;
  letter-spacing: 0;
}

#privacypolicy hr {
  margin: 20px 0;
  border-top: 1px dotted #663d10;
}

#privacypolicy h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #privacypolicy h3 {
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #privacypolicy h3 {
    font-size: 13px;
  }
}

/***************************************

company

***************************************/
#company {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #company {
    width: 770px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #company {
    width: 90%;
  }
}

#company table {
  width: 100%;
}

#company table tr th, #company table tr td {
  font-weight: normal;
  border-bottom: 1px dotted #663d10;
}

@media screen and (min-width: 768px) {
  #company table tr th, #company table tr td {
    font-size: 16px;
    padding: 25px 35px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #company table tr th, #company table tr td {
    font-size: 13px;
    padding: 15px 10px;
  }
}

#company table tr th {
  text-align: right;
  width: 25%;
}

#company table tr td {
  width: 75%;
}

#company table tr td a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #company table tr td a {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #company table tr td a {
    font-size: 13px;
  }
}

#company table tr:last-child th, #company table tr:last-child td {
  border-bottom: none;
}

/***************************************

notfound

***************************************/
#notfound {
  margin: 0 auto;
  text-align: center;
}

#notfound h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #notfound h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #notfound h2 {
    font-size: 15px;
  }
}

#notfound a {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #notfound {
    width: 890px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #notfound {
    width: 90%;
  }
}

/***************************************

faq

***************************************/
#faq {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #faq {
    width: 890px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq {
    width: 90%;
  }
}

.faq_cat {
  margin-bottom: 40px;
}

.faq_cat h3 {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #663d10;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .faq_cat h3 {
    font-size: 17px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq_cat h3 {
    font-size: 14px;
  }
}

.faq_list {
  padding-bottom: 20px;
  border-bottom: 1px dotted #663d10;
  margin-bottom: 20px;
}

.faq_list:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.faq_q {
  margin-bottom: 20px;
}

.faq_q h4 {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .faq_q h4 {
    padding-left: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq_q h4 {
    padding-left: 30px;
    font-size: 13px;
  }
}

.faq_q h4:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: -5px;
  width: 24px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-family: .faq_q h4:before font-slabo;
  line-height: 24px;
  border-radius: 15px;
  background: #eabd00;
}

@media screen and (min-width: 768px) {
  .faq_q h4:before {
    left: 5px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq_q h4:before {
    left: 0;
  }
}

.faq_a {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .faq_a {
    padding-left: 40px;
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq_a {
    padding-left: 30px;
    font-size: 13px;
  }
}

.faq_a.noq {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .faq_btn {
    padding-left: 35px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq_btn {
    text-align: center;
  }
}

.faq_btn .btn_y {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 5px 25px 2px;
}

@media screen and (min-width: 768px) {
  .faq_btn .btn_y {
    margin: 0 5px 0 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq_btn .btn_y {
    margin: 10px auto;
  }
}

.faq_btn .btn_y:after {
  content: ">";
}

.faq_btn.noq {
  padding-left: 0;
}

/***************************************

translated

***************************************/
.translated-ltr #header_nav > * > span {
  display: none;
}

@media screen and (min-width: 768px) {
  .translated-ltr #header_nav {
    padding-bottom: 7px;
  }
}

#glt-translate-trigger {
  /* display: none; */
}
@media screen and (max-width: 767px) {
  #glt-translate-trigger {
    bottom: 14vw !important;
    left: 0 !important;
    box-shadow: none !important;
    font-family: "Slabo 27px", serif !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    padding: 6px 20px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .tool-container {
    left: 4px !important;
    bottom: calc(14vw + 35px) !important;
    box-shadow: none !important;
  }
}

.translator_powerd {
  display: none;
  position: fixed;
  bottom: 3px;
  left: 250px;
  z-index: 2000;
}

.translator_powerd p {
  font-size: 11px;
  font-weight: bold;
  font-family: "Slabo 27px", serif;
}

.translated-ltr .translator_powerd {
  display: block;
}

/* translate_btn */
#translate_btn {
  position: fixed;
  z-index: 70000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #translate_btn {
    bottom: 0;
    left: 30px;
    width: 150px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #translate_btn {
    top: 0;
    left: 5%;
    width: 100px;
  }
}

#translate_btn p {
  cursor: pointer;
  background-color: #eabd00;
  color: #663d10;
  font-family: "Slabo 27px", serif;
  font-weight: bold;
  position: relative;
  z-index: 50000;
}

@media screen and (min-width: 768px) {
  #translate_btn p {
    line-height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #translate_btn p {
    line-height: 25px;
    font-size: 13px;
  }
}

#translate_btn div {
  position: absolute;
  z-index: 40000;
  display: none;
  left: 0;
  text-align: center;
  background: #ccc;
  border-radius: 5px;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  #translate_btn div {
    bottom: 45px;
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #translate_btn div {
    top: 30px;
    width: 150%;
  }
}

.button.reserve-btn {
  text-align: center;
  margin: 20px auto 20px;
}

.button.reserve-btn a {
  display: inline-block;
  border-radius: 20px;
  line-height: normal !important;
  padding: 3px 40px;
  background-color: #eabd00;
  border: none;
  text-decoration: none !important;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .button.reserve-btn a {
    margin: 0 10px;
    font-size: 21px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .button.reserve-btn a {
    width: 80%;
    margin: 10px auto;
    font-size: 17px;
  }
}

.button.reserve-btn a:after {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("assets/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 32px;
    width: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 12px;
    width: 8px;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  /*
        outline: none;
        background: transparent;
        color: transparent;
        */
  opacity: 0.6;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.6;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    background-image: url(assets/images/arrow_prev.png);
    left: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-prev {
    background-image: url(assets/images/arrow_prev_sp.png);
    left: 10px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .slick-prev {
    background: url(assets/images/arrow_prev.png);
    right: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  [dir="rtl"] .slick-prev {
    background: url(assets/images/arrow_prev_sp.png);
    right: 10px;
  }
}

.slick-prev:before {
  content: "　";
}

[dir="rtl"] .slick-prev:before {
  content: "　";
}

.slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .slick-next {
    background-image: url(assets/images/arrow_next.png);
    right: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-next {
    background-image: url(assets/images/arrow_next_sp.png);
    right: 10px;
  }
}

[dir="rtl"] .slick-next {
  right: auto;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .slick-next {
    left: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  [dir="rtl"] .slick-next {
    left: 10px;
  }
}

.slick-next:before {
  content: "　";
}

[dir="rtl"] .slick-next:before {
  content: "　";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 11px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li {
    height: 5px;
    width: 5px;
    margin: 0 5px;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button {
    height: 5px;
    width: 5px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.6;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  content: "";
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .slick-dots li button:before {
    height: 8px;
    width: 8px;
    font-size: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button:before {
    height: 5px;
    width: 5px;
    font-size: 5px;
  }
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* 190123追記　トップブログサムネイル仕様変更 */
.info_thumb_wrap {
    width: 30%;
}

.info_thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

/* 190201追記　フッター姉妹店リンク追加 */
#sister_store {
  margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px dashed #fff;
}
#sister_store ul li {
  color:#fff;
}

@media screen and (min-width: 768px) {
  #sister_store {
    width: 830px;
    text-align: center;
  }
    #sister_store ul li {
      display: inline-block;
        margin: 0 10px 10px 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sister_store {
    width: 93%;
    margin: 30px auto;
  }
    #sister_store ul {
        margin: 0 0 0 1em;
    }
    #sister_store ul li {
        margin: 0 0 10px;
    }
}

/*記事SNSシェアボタン*/
.post_sns {
    text-align: right;
    margin: 20px 0;
}
.post_sns a {
    display: inline-block;
    width: 35px;
    margin-left: 5px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .post_ttl {
        font-size: 18px;
    }
    .post_sns a {
        width: 30px;
        margin-left: 3px;
    }
}

/*フッターボタン*/
#sp_fixed {
    align-items: flex-end;
}
.sp_fixed_btn1, .sp_fixed_btn3 {
  width: 32%;
}
.sp_fixed_btn2 {
  width: 36%;
}

/*mainv_txt SPサイズ*/
@media screen and (min-width: 0px) and (max-width: 767px) {
    .mainv_txt {
        width: 80%;
    }
}

/************************************
190521
*************************************/
/*グロナビにReservation追加*/
@media screen and (min-width: 768px) {
    #header_nav > * {
        padding: 0 25px;
    }
}
/*PC右下予約ボタン調整*/
@media screen and (min-width: 768px) {
    #fix_rsv {
        width: 94px;
    }
}

/*スマホパンくず調整*/
@media screen and (min-width: 0px) and (max-width: 767px) {
    #breadcrumb {
        padding-top: 0;
    }
}

/*FOODページ改修（menu book追加）*/
#food_menu_book:after {
    content: "　";
    width: 128px;
    height: 3px;
    background: url(assets/images/line_b_horizon.png) center center no-repeat;
    background-size: contain;
    display: block;
    margin: 30px auto 0;
}
#food_menu_book {
    text-align: center;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #food_menu_book {
        width: 375px;
        margin: 20px auto;
    }
    .food_menu_book_img {
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }
    .food_menu_book_btn a {
        width: 170px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .food_menu_book_img {
        width: 90%;
        display: block;
        margin: 0 auto 20px;
    }
    .food_menu_book_btn a {
        width: 80%;
        margin: 0 auto;
    }
}

/************************************
190621
*************************************/
/*メニュー,コースに予約ボタン*/
.menu_rsv {
    text-align: center;
    width:100%;
}
.menu_rsv_btn {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #663d10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity .4s;
    opacity: 1;
}
.menu_rsv_btn:hover {
    opacity: .6;
}
.menu_rsv_btn {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #663d10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .menu_rsv {
        margin: 30px auto;
    }
    .menu_rsv_btn {
        width: 275px;
        font-size: 19px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .menu_rsv {
        margin: 30px auto;
    }
    .menu_rsv_btn {
        width: 60%;
        margin: 0 auto;
        font-size: 16px;
    }
}
.course_list {
    flex-wrap: wrap;
}


/************************************
190808
*************************************/
.taxNotes {
    text-align: center;
}
#food_page .taxNotes {
    padding: 0 0 30px;
}

/************************************
190902
*************************************/
.nomiho_btn {
    text-align: center;
    width: 240px;
    display: inline-block;
    border-radius: 20px;
    line-height: normal !important;
    padding: 8px;
    background-color: #eabd00;
    border: none;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 15px;
    margin: 30px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .nomiho_btn_wrap {
        text-align: center;
    }
    .nomiho_btn {
        text-align: center;
        margin: 30px auto 0;
    }
}

/************************************
190929
*************************************/
.notesMenu {
    margin: 0 auto 10px;
}
.notesMenu p {
    text-align: center;
}
.notesMenu p a {
    text-decoration: underline;
}
#drink_page .notesMenu,
#setmenu_page .notesMenu,
.notesMenu.storesite{
    margin: 0 auto 40px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .notesMenu {
        width: 90%;
    }
}

/************************************
191009
*************************************/
.rsvListInner {
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rsvListInner {
    width: 1080px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .rsvListInner {
    width: 93%;
  }
}
.rsvAreaTrg {
  position: relative;
  cursor: pointer;
  background: #e0e0d1;
  margin-bottom: 20px;
  padding: 10px 40px;
}

@media screen and (min-width: 768px) {
  .rsvAreaTrg {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .rsvAreaTrg {
    font-size: 13px;
  }
}

.rsvAreaTrg span {
  position: absolute;
  left: 15px;
}

@media screen and (min-width: 768px) {
  .rsvAreaTrg span {
    font-size: 15px;
    top: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .rsvAreaTrg span {
    font-size: 14px;
    top: 9px;
  }
}

.rsvArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .rsvArea ul li {
    width: 31.8333%;
    margin-right: 1.5%;
    margin-bottom: 30px;
      padding-bottom: 3em;
      position: relative;
  }
  .rsvArea ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .rsvArea ul li {
      width: 90%;
      margin: 0 auto 30px;
  }
}

.rsvListName {
    border-bottom: 1px dotted #663d10;
    font-weight: bold;
    margin-bottom: 0.7em;
}

@media screen and (min-width: 768px) {
    .rsvListName {
        font-size: 15px;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .rsvListName {
        font-size: 15px;
    }
}

.rsvListNameZip,.rsvListNameAdderss {
    line-height: 1.4;
}

.rsvListNameAdderss {
    margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
    .rsvListNameBtn {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.rsvListNameBtn .btn_y {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    padding: 0.5em 4em;
    border-radius: 1em;
}

.rsvListAnchor {
    text-align: center;
    margin-bottom: 30px;
}

.rsvListAnchor a {
    margin: 0 5px;
    font-size: 3.125vw;
    padding-right: 1.2em;
    position: relative;
    display: inline-block;
    color: #663d10;
}

.rsvListAnchor a:after {
    content: " ";
    position: absolute;
    top: 1vw;
    right: 0;
    display: block;
    width: 2.7vw;
    height: 2.7vw;
    background-image: url(assets/images/arw_rsv_anchor.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/************************************
191028
*************************************/
#reservationPromotion {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
    #reservationPromotion {
        width: 1080px;
        padding-top: 60px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    #reservationPromotion {
        width: 93%;
        padding-top: 80px;
        margin-bottom: 30px;
    }
}
#reservation_page #main_content {
    padding-top: 10px !important;
}

@media screen and (min-width: 768px) {
    #reservation_page .promotion_wrap {
        margin-top: 30px;
    }
}


/************************************
200119
*************************************/
.birthdayTxt {
    display: flex;
}
.birthdayTxt .name {
    display: flex;
    /*width: 100%;*/
}
.birthdayTxt .name .nameMain {
    flex-shrink: 0;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
}
.birthdayTxt .name .nameMain .jp {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
}
.birthdayTxt .name .line {
    height: 1px;
    width: 100%;
    border-top: 1px dotted #663d10;
    margin:0 2em;
}
.birthdayTxt .price {
    flex-shrink: 0;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
}
.birthdayRsv {
    text-align: center;
}
.birthdayRsv .btn_y {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background:#663d10 !important;
  color:#fff !important;
}
@media screen and (min-width: 768px) {
    #birthdayWrap {
        width: 805px;
        margin: 0 auto;
    }
    #birthdayWrap .lead {
        width: 80%;
        margin: 30px auto 50px;
    }
    .birthdayContent {
        margin-bottom: 50px;
    }
    .birthdayImage {
        margin-bottom: 10px;
    }
    .birthdayTxt  {
    		justify-content: space-between;
				width: 80%;
				margin: 0 auto;
    }
    .birthdayTxt .name {
        align-items: center;
    }
    .birthdayTxt .name .nameMain {
        display: flex;
        align-items:baseline;
				margin-right: 100px;
    }
    .birthdayTxt .name .nameMain .en {
        flex-shrink: 0;
        font-size: 24px;
    }
    .birthdayTxt .name .nameMain .jp {
        flex-shrink: 0;
        font-size: 16px;
        padding-left: 1em;
    }
    .birthdayTxt .price p {
        font-size: 22px;
    }
    .birthdayRsv {
        margin-top: 30px;
    }
    .birthdayRsv .btn_y {
        font-size: 12px;
      width:180px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    #birthdayWrap {
        width: 93%;
        padding-top: 30px;
        margin: 0 auto 80px;
    }
    #birthdayWrap .lead {
        margin: 30px auto 30px;
    }
    .birthdayContent {
        margin-bottom: 30px;
    }
    .birthdayImage {
        margin-bottom: 5px;
    }
    .birthdayTxt  {
    		justify-content:space-between;
    }
    .birthdayTxt .name {
        align-items:flex-start;
    }
    .birthdayTxt .name .nameMain .en {
        font-size: 19px;
    }
    .birthdayTxt .name .nameMain .jp {
        font-size: 13px;
        line-height: 1;
    }
    .birthdayTxt .name .line {
        margin-top: 1em;
    }
    .birthdayTxt .price p {
        font-size: 19px;
    }
    .birthdayRsv {
        margin-top: 30px;
    }
    .birthdayRsv .btn_y {
       width:40vw;
    }
}
.back .backNone{
	display: none !important;
}



/************************************
200206
*************************************/
#reservationPromotion #promotion {
  margin: 0 auto;
}

/************************************
200311
*************************************/
@media screen and (min-width: 768px){
  #topYoutube {
    width:1015px;
    padding-top: 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topYoutube {
    width:93%;
    padding-top:15px;
    margin: 0 auto 50px;
  }
}

#topYoutube .topYoutubeInner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#topYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/************************************
200402
*************************************/
@media screen and (min-width: 768px){
  .button.reserve-btn a {
    width:265px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .button.reserve-btn a {
    width:230px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
  }
}


/************************************
200416
*************************************/
#topBnr img {
	display: block;
}
#topBnr a {
	display: block;
}
@media screen and (min-width: 768px){
  #topBnr {
		width: 1015px;
		margin: 0 auto;
		padding-top: 60px;
	}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	#topBnr {
		width: 93%;
		margin: 0 auto;
	}
	#main_content {
		padding-top: 20px;
	}
}

/************************************
200511
*************************************/

.haveOnline .header_rec {
	width: 97px;
	margin-top: 3px;
}
.haveOnline .header_rec.header_online {
	width: 124px;
}
@media screen and (min-width: 768px) {
	.haveOnline #header_nav > * {
		padding: 0 20px;
	}
  #header_nav > .lastHeaderNav {
    border-right: none;
  }
	#header_top.haveOnline > div > *:nth-last-child(2) {
			margin-left: auto;
	}
	#header_top.haveOnline > div > *:last-child {
			margin-left: 5px;
	}
}
@media screen and (max-width: 767px) {
	.header_nav_area{
		background: none;
		height: 90vh;
		overflow-y: auto;
	}
	.header_nav_area:before{
		content: " ";
		display: block;
		width: 100%;
		height: 120vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		background: #eabd00;
	}
	#sp_fixed.haveOnline .sp_fixed_btn1,
	#sp_fixed.haveOnline .sp_fixed_btn2{
		width: 25.1302083333vw;
	}
	#sp_fixed.haveOnline .sp_fixed_btn3,
	#sp_fixed.haveOnline .sp_fixed_btn4{
		width: 24.8697916666vw;
	}

	#sp_fixed.haveOnline.norsv .sp_fixed_btn1,
	#sp_fixed.haveOnline.norsv .sp_fixed_btn2,
	#sp_fixed.haveOnline.norsv .sp_fixed_btn4 {
		width: 33.33333333%;
	}
}
.topBnrSlider .slick-dots{
	bottom: -20px;
}
.topBnrSlider .slick-dots li {
	margin: 0 8px;
}
.topBnrSlider .slick-dots li button{
	width: 12px;
	height: 12px;
}
.topBnrSlider .slick-dots li button:before{
	background: #888;
	width: 12px;
	height: 12px;
}
@media screen and (max-width: 767px) {
	.topBnrSlider .slick-dots{
		bottom: -25px;
	}
	.topBnrSlider .slick-dots li {
		margin: 0 10px;
	}
	.topBnrSlider .slick-dots li button{
		width: 10px;
		height: 10px;
	}
	.topBnrSlider .slick-dots li button:before{
		background: #888;
		width: 10px;
		height: 10px;
	}
	#topYoutube.bnrMultiple {
		padding-top: 25px;
	}
}


/************************************
20201217
*************************************/
.mailConfirm {
	margin-top: 15px;
}
.mailConfirm p {
	border-bottom: none !important;
}
.mailConfirm p.copy {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px !important;
}
.mailConfirm p.txt {
	font-size: 16px;
	font-weight: bold;
	color: #231815;
	padding-bottom: 0 !important;
	min-height: 2em;
}


/************************************
20210401 メニュー文字位置調整
*************************************/
.menu_list_menu figurecaption{
	display: block;
}
.menu_list_menu figurecaption span{
	display: block;
}
.menu_list_menu figurecaption span:last-child{
	text-align: right;
}

/************************************
20210630 トップページ　ニュースレイアウト変更
*************************************/
@media screen and (min-width: 768px) {
	.top_news_only #top_news{
		width: 100%;
	}
	.top_news_only .info_contents_list_wrap{
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.top_news_only .info_contents_list_wrap .info_contents_list{
		min-height: 0;
	}
	.top_news_only .info_contents_list_wrap > .info_contents_list{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		width: 43%;
	}
	.top_news_only #top_news .info_contents_list_wrap > .info_contents_list a{
		display: block;
	}
	.top_news_only .info_contents_list_wrap > .info_contents_list .info_thumb_wrap{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_news_only #top_news .info_contents_list_wrap > .info_contents_list > a > .info_contents_txt{
		width: 100%;
	}
	.top_news_only .info_contents_list_wrap > div {
		width: 52.5%;
	}
	.top_news_only .info_contents_list_wrap > div .info_contents_list{
		margin-bottom: 30px;
    padding-bottom: 30px;
	}
	.top_news_only .info_contents_list_wrap > div .info_contents_list:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.top_news_only #top_news .info_contents_list_wrap > div .info_contents_list > a{
		align-items: center;
		position: relative;
	}
	.top_news_only .info_contents_list_wrap > div .info_contents_list .info_contents_txt{
		padding-top: 20px;
	}
	.top_news_only .info_contents_list_wrap > div .info_contents_list .info_contents_txt .info_contents_date{
		position: absolute;
		top: 0;
		right: 0;
	}
	.top_news_only .info_contents_list_wrap > div .info_contents_list .info_contents_txt .info_contents_ttl{
		font-size: 16px;
	}
	.info_thumb_wrap {
    width: 35%;
	}
	#top_news .info_contents_list > a > .info_contents_txt{
		width: 60%;
	}
}
@media screen and (max-width: 767px) {
	.top_news_only .info_contents_ttl{
		font-size: 14px;
	}
}


/************************************
20220323 オンラインオーダーボタンがない場合のフッター
*************************************/
#sp_fixed._2col.haveOnline .sp_fixed_btn1,
#sp_fixed._2col.haveOnline .sp_fixed_btn2{
	width: 50%;
}
#sp_fixed._3col.haveOnline .sp_fixed_btn1,
#sp_fixed._3col.haveOnline .sp_fixed_btn2,
#sp_fixed._3col.haveOnline .sp_fixed_btn3{
	width: 33.3333%;
}


/************************************
20220323 ヘッダーの調整
*************************************/
@media screen and (min-width: 768px) {
	#header_top.haveOnline > div > *:nth-last-child(2){
		margin-left: 10px;
	}
	#header_top.haveOnline > div > a:first-of-type{
		margin-left: 10px;
	}
	#header_top.haveOnline > div > .header_nav_area{
		margin-left: auto;
	}
	#header_top.haveOnline > div > #header_sns{
		margin-left: auto;
	}
}

.menu_list {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (min-width: 768px){
  .menu_list {
      display: block;
      padding-top: 70px;
      margin-top: -70px;
  }
}
