@charset "utf-8";

/* ===================================
WAKKA BBB
Page Style Sheet
First Update  2018-08-03
Last Update   2025-04-16
Created by Basic Plus Design Inc.
=================================== */
/* ===========================================================
 index.html
=========================================================== */
/* top-movie
----------------------------------------------------------- */
#top-movie .video-wrap {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../images/top/top_bg_s.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/top/top_bg_s.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 100%;
  background-size: contain;
}

#top-movie video {
  display: none
}

#top-movie .box_center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  max-width: 500px;
  text-align: center;
  z-index: 1
}

#top-movie .box_center img:nth-of-type(1) {
  height: 50%;
  margin-bottom: 5%
}

#top-movie .box_center img:nth-of-type(2) {
  margin-bottom: 5%;
  padding-left: 30px;
  padding-right: 30px;
}

#top-movie .box_center span {
  color: #FFF;
  font-size: 14rem;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  border: 2px solid #FFF;
  padding: 2px 1em;
}

/*  top-area MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #top-movie .video-wrap {
    background: none;
    padding-top: 0;
  }

  #top-movie video {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
  }

  #top-movie .box_center {
    height: 70%;
  }

  #top-movie .box_center img:nth-of-type(1) {
    width: 60%;
    margin-bottom: 10%;
  }

  #top-movie .box_center img:nth-of-type(2) {
    margin-bottom: 10%;
    padding-left: 0px;
    padding-right: 0px;
  }

  #top-movie .box_center span {
    font-size: 16rem;
    font-size: 1.6em;
    padding: 2px 1.5em;
  }

  #index .side-l {
    background-color: #FFF;
  }

  #index .side-r {
    background-color: #FFF;
  }
}

@media screen and (min-width: 1280px) {
  #top-movie video {
    height: 100vh;
  }
}

/* top-info
----------------------------------------------------------- */
#top-info .title {
  position: relative;
  font-size: 14rem;
  font-size: 1.4em;
  margin-bottom: 2em;
}

#top-info .title:after {
  border-bottom: solid 2px #2B5678;
  bottom: -5px;
  width: 18px;
}

#new-info {
  width: 100%;
  height: 250px;
  border: 0;
}

#top-info dl {
  text-align: left;
  margin-bottom: 3em;
}

#top-info dt {
  margin-top: 2em;
  font-size: 11rem;
  font-size: 1.1em;
}

#top-info dt:first-child {
  margin-top: 0;
}

#top-info .readmore {
  color: #A0A0A0;
  font-size: 9rem;
  font-size: 0.9em;
}

#top-info .bana {
  padding-top: 2.5em;
}

#top-info .bana img:nth-of-type(1) {
  max-width: 250px;
  margin-bottom: 0.5em;
  margin-right: 1em;
}

#top-info .bana img:nth-of-type(2) {
  max-width: 70px;
}

/*  top-info MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #top-info .pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #new-info {
    height: 160px;
  }

  #top-info dt {
    float: left;
    clear: left;
    margin-top: inherit;
    position: relative;
  }

  #top-info dd {
    margin-left: 9em;
    margin-bottom: 1em;
    position: relative;
  }

  #top-info .row {
    position: relative;
  }

  #top-info .readmore {
    position: absolute;
    left: 0;
    bottom: 4em;
    margin-top: 0;
  }

  #top-info .bana {
    text-align: right;
    padding-top: 3em;
  }

  #top-info .bana p {
    border-left: 1px solid #000;
    margin-left: 2em;
  }

  #top-info .bana img:nth-of-type(1) {
    max-width: 160px;
    padding: 15px 0;
  }
}

/* top-about
----------------------------------------------------------- */
#top-about .l-col {
  padding: 110% 2em 4em 2em;
}

#top-about .content-wrap {
  background-image: url(../images/top/top_about.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

#top-about .circle-set {
  margin-top: 2em;
  padding: 30px 60px;
}

#top-about .subheading {
  font-size: 25rem;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/*  top-about MediaQuery----------------------------------------------------------- */
@media (min-width : 500px) {
  #top-about .span_8 {
    width: 32.0%;
  }

  #top-about .circle-set {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  #top-about .l-col {
    padding: 0 2em;
    width: 60%;
    background-color: #E9EEF1;
  }

  #top-about {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  #top-about .subheading {
    margin-bottom: 1em;
  }

  #top-about .text {
    line-height: 2.5;
  }

  #top-about .circle p {
    width: 70%;
  }
}

@media screen and (min-width: 1124px) {
  #top-about .l-col {
    padding-left: 0;
  }
}

/* top-imglink
----------------------------------------------------------- */
#top-imglink .img-box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  text-align: center;
  height: 0;
  padding-top: 50%;
  /* 画像の高さ ÷ 画像の幅 × 100 */
  position: relative;
}

#top-imglink .link-stay .img-box {
  background-image: url(../images/top/top_imglink1.jpg);
}

#top-imglink .link-eat .img-box {
  background-image: url(../images/top/top_imglink2.jpg);
}

#top-imglink .link-about .img-box {
  background-image: url(../images/top/top_imglink3.jpg);
}

#top-imglink .link-active .img-box {
  background-image: url(../images/top/top_imglink4.jpg);
}

#top-imglink .img-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top-imglink .img-box:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#top-imglink .link-stay .img-box:before {
  background-image: url(../images/top/ico_stay.svg);
}

#top-imglink .link-eat .img-box:before {
  background-image: url(../images/top/ico_eat.svg);
}

#top-imglink .link-about .img-box:before {
  background-image: url(../images/top/ico_about.svg);
}

#top-imglink .link-active .img-box:before {
  background-image: url(../images/top/ico_active.svg);
}

#top-imglink .img-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(152, 152, 152, .4);
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#top-imglink .img-box:hover:after {
  height: 0px;
}

#top-imglink .ico_arrow {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

#top-imglink .ico_arrow:after {
  content: url(../images/ico_arrow_blue.svg);
  position: relative;
  top: 3px;
  left: 5px;
}

/*  top-imglink MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {}

/* top-utility
----------------------------------------------------------- */
#top-utility .circle-set {
  padding: 30px 2em;
}

/*  top-about MediaQuery----------------------------------------------------------- */
@media (min-width : 500px) {
  #top-utility {
    margin-bottom: 100px;
  }

  #top-utility .span_8 {
    width: 32.0%;
  }
}

/* top-instagram
----------------------------------------------------------- */
#top-insta .title {
  position: relative;
  font-size: 14rem;
  font-size: 1.4em;
  margin-bottom: 2em;
}

#top-insta .title:after {
  border-bottom: solid 2px #2B5678;
  bottom: -5px;
  width: 18px;
}

#top-insta ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

#top-insta ul li {
  width: 31%;
}

/*  top-about MediaQuery----------------------------------------------------------- */
@media (min-width : 500px) {
  #top-insta ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #top-insta ul li {
    width: 18%;
  }
}

/* top-floating banner
----------------------------------------------------------- */
#overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

#floatbnr {
  bottom: 0;
  width: 80vw;
  max-width: 600px;
  height: auto;;
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9000;
}

#floatbnr img {
  height: auto;
  width: 100%;
  margin: 0;
}

#floatbnr #closebox {
  margin-top: -6px;
}

#floatbnr #closebox a {
  display: block;
  width: 100%;
  height: auto;
  background: #2C5779;
  position: absolute;
  top: calc(30vh + 0);
  cursor: pointer;
}

/* ===========================================================
 Content page layout style
=========================================================== */
/* lead-area
----------------------------------------------------------- */
.side-m {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}

.side-m p {
  line-height: 2;
  margin: 150px 30px 5em 30px;
  padding-bottom: 4em;
  border-bottom: 1px solid #2B5678;
}

.fixed .lead-inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 85.1%;
  background-size: contain;
}

.lead-box {
  text-align: center;
  z-index: 1;
  background-color: #FFF;
  margin: 75% 30px 0 30px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
}

.lead-box:before {
  content: " ";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  height: 2em;
}

.lead-box h2 {
  font-size: 11rem;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 25px;
  margin-bottom: 3em;
}

.lead-box h2:before {
  content: url(../images/ico_bar_blue.svg);
  display: block;
  position: relative;
  top: -15px;
}

.headline {
  display: block;
  font-size: 23rem;
  font-size: 2.3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.3;
}

/*  lead-area MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .side-m {
    display: block;
    width: 100%;
  }

  .side-m p {
    line-height: 3;
    max-width: 1024px;
    margin: 250px auto 0 auto;
    padding-bottom: 8em;
  }

  .fixed .lead-inner {
    padding-top: 24.53%;
  }

  .lead-box {
    margin: 20% auto 0 auto;
    width: 100%;
    max-width: 1024px;
  }

  .lead-box:before {
    top: -3.2em;
    max-width: 500px;
    height: 4em;
  }

  .lead-box h2 {
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 5em;
  }

  .lead-box h2:before {
    content: url(../images/ico_bar_blue_bold.svg);
    display: block;
    position: relative;
    top: -20px;
  }

  .headline {
    font-size: 30rem;
    font-size: 3.0em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
}

/* ===========================================================
 about.html
=========================================================== */
#about.fixed .lead-inner {
  background-image: url(../images/about/lead_s.jpg);
}

#about .lead-box:before {
  background-image: url(../images/about/top_text.svg);
}

#about .subheading {
  font-size: 25rem;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.4;
}

#about #dream-area {
  padding-bottom: 1em;
  background: url(../images/top/top_about.jpg) no-repeat bottom center;
  background-size: contain;
}

#about #dream-area .content {
  padding-top: 0;
}

#about #greeting .ico-title:before {
  background-image: url(../images/about/ico_greeting.svg);
  height: 100px;
}

#about #concept .ico-title:before {
  background-image: url(../images/about/ico_concept.svg);
  height: 100px;
}

#about #concept {
  padding-bottom: 100%;
  background-image: url(../images/about/concept.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

#about #concept img {
  display: none;
}

#about #aboutbbb {
  color: #FFF;
  text-align: center;
}

#about #aboutbbb .ico-title:before {
  background-image: url(../images/about/ico_about.svg);
  height: 100px;
}

#about #aboutbbb .subheading {
  font-size: 14rem;
  font-size: 1.4em;
  margin-bottom: 2em;
}

#about #aboutbbb .text {
  font-size: 14rem;
  font-size: 1.4em;
  margin-bottom: 1.8em;
}

#about #aboutbbb .text + p {
  font-size: 11rem;
  font-size: 1.1em;
  line-height: 2;
}

#about #aboutbbb .note {
  font-size: 8rem;
  font-size: .8em;
  margin: 1em 0 80px;
}

#about #aboutbbb .img-bbb {
  max-width: 500px;
  margin-bottom: 2em
}

#about #aboutbbb .img-staff {
  max-width: 100px;
}

#about #aboutbbb h3 {
  font-size: 12rem;
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5em;
  text-align: left;
}

#about #aboutbbb .text2 {
  margin: 1em 0;
  text-align: left;
}

#about #aboutbbb .text3 {
  margin: 2em 0 1em 0;
  text-align: left;
}

#about #aboutbbb ul {
  text-align: left;
}

#about #aboutbbb ul li {
  list-style: outside;
  list-style-type: disc;
  margin-left: 1em;
}

#about #aboutbbb dl {
  text-align: left;
  margin-top: 3em;
}

#about #aboutbbb dt {
  padding: 10px 0;
}

#about #aboutbbb dd {
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}

#about #aboutbbb dd span {
  display: inline-block;
  width: 70%;
}

@media screen and (min-width: 769px) {
  #about.fixed .lead-inner {
    background-image: url(../images/about/lead.jpg);
  }

  #about .subheading {
    margin-bottom: 2em;
    line-height: 1.7;
  }

  #about .text {
    line-height: 3;
  }

  #about #dream-area {
    background: none;
  }

  #about #dream-area .content {
    padding-top: 130px;
  }

  #about #dream-area .subheading {
    margin-bottom: 1em;
  }

  #about #dream-area .text {
    line-height: 1.7;
  }

  #about #greeting .pdg {
    padding-top: 0;
  }

  #about #greeting .text {
    text-align: center;
  }

  #about #greeting .bracket {
    border: 2px solid #2B5678;
    padding: 50px 0;
  }

  #about #greeting .bracket:before {
    content: "";
    position: relative;
    display: block;
    width: 90%;
    height: 20px;
    background-color: #FFF;
    top: -60px;
    left: 50%;
    -webkit- transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #about #greeting .bracket:after {
    content: "";
    position: relative;
    display: block;
    width: 90%;
    height: 20px;
    background-color: #FFF;
    bottom: -60px;
    left: 50%;
    -webkit- transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #about #concept {
    background-image: none;
    padding-bottom: inherit;
  }

  #about #concept img {
    display: block;
  }

  #about #concept p {
    padding-left: 30px;
  }

  #about #aboutbbb .subheading {
    font-size: 20rem;
    font-size: 2.0em;
    margin-bottom: 2em;
  }

  #about #aboutbbb .img-bbb {
    max-width: 700px;
    margin-bottom: 4em
  }

  #about #aboutbbb .img-staff {
    max-width: 130px;
  }

  #about #aboutbbb .text {
    font-size: 20rem;
    font-size: 2.0em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 1em;
  }

  #about #aboutbbb .text3 {
    margin-top: 4em;
  }

  #about #aboutbbb .cancel table {
    width: 100%;
  }
}

/* ===========================================================
 stay.html
=========================================================== */
#stay.fixed .lead-inner {
  background-image: url(../images/stay/lead_s.jpg);
}

#stay .lead-box:before {
  background-image: url(../images/stay/top_text.svg);
}

#stay #room h3 {
  font-size: 15rem;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#stay #room div {
  margin-top: 1em;
  margin-bottom: 3em;
}

@media screen and (min-width: 769px) {
  #stay.fixed .lead-inner {
    background-image: url(../images/stay/lead.jpg);
  }

  #stay #room li {
    margin-bottom: 0em;
    display: -webkit-box-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #stay #room li img {
    max-width: 512px;
    height: auto;
  }

  #stay #room li > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  #stay #room li:nth-child(even) {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #stay #room h3 {
    font-size: 20rem;
    font-size: 2.0em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8em;
  }

  #stay #room .content div p {
    text-align: left;
    padding: 0 1em;
    line-height: 2em;
  }

  #stay #room .content div p .pc-break {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  #stay #room li > div {
    padding: 0 30px;
  }

  #stay #room .content div p {
    text-align: center;
  }

  #stay #room .content div p .pc-break {
    display: block;
  }
}

/* ===========================================================
 eat.html
=========================================================== */
#eat.fixed .lead-inner {
  background-image: url(../images/eat/lead_s.jpg);
}

#eat .lead-box:before {
  background-image: url(../images/eat/top_text.svg);
}

#eat .subheading {
  font-size: 13rem;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

#eat #bf {
  background: url(../images/eat/bf02_new.png) no-repeat bottom center;
  background-size: contain;
}

#eat #bf .ico-title:before {
  background-image: url(../images/eat/ico_bf.svg);
  height: 100px;
}

#eat #bf p {
  text-align: center;
  margin-bottom: 2em;
}

#eat #bf-menu .ico-title {
  display: none;
}

#eat #bf-menu .content {
  text-align: center;
  border-bottom: 1px solid #2B5678;
}

#eat #bf-menu p span.lblue {
  font-weight: 500;
  display: inline-block;
  padding: 0.3em 1em;
}

#eat #bbq .ico-title:before {
  background-image: url(../images/eat/ico_bbq.svg);
  height: 100px;
}

#eat #bbq {
  background: url(../images/eat/bbq01.jpg) no-repeat bottom center;
  background-size: contain;
}

#eat #bbq p {
  text-align: center;
  margin-bottom: 2em;
}

#eat #bbq-option .pdg {
  padding: 5em 2em 0em 2em;
}

#eat #bbq-option h3 {
  margin: 0.5em 0 1em 0;
  line-height: 1;
  font-size: 14rem;
  font-size: 1.4em;
  font-weight: 500;
}

#eat #bbq-option .op-a {
  background: url(../images/eat/plus01_s.jpg) no-repeat top left;
  background-size: 100% auto;
  padding-bottom: 4em;
}

#eat #bbq-option .op-b {
  background: url(../images/eat/plus02_s.jpg) no-repeat top left;
  background-size: 100% auto;
}

#eat #bbq-option .op-box {
  position: relative;
  padding-top: 100%;
  height: 0;
}

#eat #bbq-option .op-box-inner {
  background-color: rgba(43, 86, 120, .9);
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  text-align: center;
}

#eat #bbq-option .op-box-inner > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 18em;
  text-align: center;
}

#eat #bbq-option .op-box-inner > div span {
  border: 1px solid #fff;
  display: block;
  padding: .5em;
  width: 5.5em;
  margin: 1.5em auto 0 auto;
  line-height: 1em;
}

#eat #bbq-set .ico-title {
  display: none;
}

#eat #bbq-set h3 {
  line-height: 1.3em;
  font-size: 13rem;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#eat #bbq-set .rr {
  border: 1px solid #2B5678;
  font-size: 9rem;
  font-size: 0.9em;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
}

#eat #bbq-set .price {
  font-weight: 700;
  margin-top: 0.5em;
}

#eat #bbq-set li:not("resp-tabs-list") {
  margin-bottom: 1em;
}

#eat #bbq-set .resp-tabs-container li img {
  max-width: 80px;
  max-height: 80px;
  margin-right: 1em;
  float: left;
}

#eat #bbq-set .resp-tabs-container .menu-set ul {
  margin-top: 4em;
}

#eat #bbq-set .resp-tabs-container .menu-set li {
  text-align: center;
}

#eat #bbq-set .resp-tabs-container .menu-detail li {
  margin-bottom: 2em;
}

#eat #bbq-set .resp-tabs-container .menu-option li {
  margin-bottom: 2em;
  min-height: 80px;
}

#eat #bbq-set .resp-tabs-container .menu-option li div {
  width: calc(100% - 80px);
  margin-left: calc(80px + 1em);
  min-height: 80px;
}

#eat #bbq-set .resp-tabs-container .menu-option ul {
  border-top: 3px solid #2B5678;
  margin-top: 3em;
}

#eat #bbq-set .resp-tabs-container .menu-option ul:nth-of-type(1) {
  margin-top: 0;
}

#eat #bbq-set .resp-tabs-container .menu-option ul:before {
  display: block;
  position: relative;
  top: -15px;
  background-color: #FFF;
  width: 6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  text-align: center;
  font-size: 12rem;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

#eat #bbq-set .resp-tabs-container .menu-option ul.food:before {
  content: "FOOD";
}

#eat #bbq-set .resp-tabs-container .menu-option ul.dessert:before {
  content: "DESSERT";
}

#eat #bbq-set .resp-tabs-container .menu-option ul.drink:before {
  content: "DRINK";
}

#eat #bbq-set .tel a {
  font-size: 25rem;
  font-size: 2.5em;
  font-weight: 700;
  vertical-align: middle;
}

#eat #bbq-set .tel a:before {
  content: " ";
  display: inline-block;
  background: url(../images/ico_tel.svg) no-repeat left center;
  background-size: contain;
  position: relative;
  left: 0px;
  top: 0.4em;
  width: 50px;
  height: 50px;
}

#eat #bbq-set .lblue {
  text-align: center;
  padding: 1em;
}

@media screen and (min-width: 400px) {
  #eat #bbq-option h3 {
    margin: 1em 0 1.5em 0;
  }
}

@media screen and (min-width: 769px) {
  #eat.fixed .lead-inner {
    background-image: url(../images/eat/lead.jpg);
  }

  #eat .subheading {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  #eat .text {
    line-height: 2.5;
  }

  #eat #bf {
    background: none;
  }

  #eat #bf-menu .ico-title {
    display: block;
  }

  #eat #bf-menu .ico-title:before {
    background-image: url(../images/eat/ico_menu.svg);
    height: 100px;
  }

  #eat #bf-menu .content {
    padding: 0em;
    border-bottom: 0;
  }

  #eat #bf-menu img {
    max-width: 600px;
  }

  #eat #bf-menu p span.lblue {
    margin-top: 1em;
  }

  #eat #bf-menu .resp-tab-active {
    display: none;
  }

  #eat #bbq {
    background: none;
  }

  #eat #bbq-option .gutters .span_12 {
    width: 50%;
    margin: 0;
  }

  #eat #bbq-option .pdg {
    padding: 2em 0;
  }

  #eat #bbq-option h3 {
    margin: 0.5em 0;
    font-size: 1rem;
    font-size: 1em;
  }

  #eat #bbq-option .op-a {
    background: url(../images/eat/plus01.jpg) no-repeat top left;
    background-size: contain;
    padding-bottom: inherit;
  }

  #eat #bbq-option .op-b {
    background: url(../images/eat/plus02.jpg) no-repeat top left;
    background-size: contain;
  }

  #eat #bbq-option .op-box {
    padding-top: 50%;
  }

  #eat #bbq-option .op-box-inner {
    margin-left: 5%;
    width: 45%;
    width: 200px;
    height: 90%;
    max-height: 200px;
  }

  #eat #bbq-option .op-box-inner > div {
    width: 100%;
    height: 12em;
  }

  #eat #bbq-option .op-box-inner > div span {
    margin-top: 1em;
  }

  #eat #bbq-set .ico-title {
    display: block;
  }

  #eat #bbq-set .menu-set .ico-title:before {
    background-image: url(../images/eat/ico_set.svg);
    height: 100px;
  }

  #eat #bbq-set .menu-detail .ico-title:before {
    background-image: url(../images/eat/ico_detail.svg);
    height: 100px;
  }

  #eat #bbq-set .menu-option .ico-title:before {
    background-image: url(../images/eat/ico_option.svg);
    height: 100px;
  }

  #eat #bbq-set .resp-tab-content {
    padding: 4em 15%;
  }

  #eat #bbq-set .resp-tabs-container li img {
    clear: left;
  }

  /* #eat #bbq-set .resp-tabs-container .menu-set li{ display:-webkit-box-flex; display:-webkit-flex; display:flex; } */
  #eat #bbq-set .resp-tabs-container .menu-set li img {
    max-width: 600px;
    min-height: 400px;
  }

  #eat #bbq-set .resp-tabs-container .menu-option li {
    display: -webkit-box-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #eat #bbq-set .resp-tabs-container .menu-option li div {
    width: calc(100% - 150px);
    min-height: 150px;
    margin-left: 1em;
  }

  #eat #bbq-set .resp-tabs-container .menu-option li img {
    max-width: 150px;
    min-height: 150px;
  }

  #eat #bbq-set .resp-tabs-container .menu-option ul {
    padding-top: 40px;
    margin-top: 8em;
  }

  #eat #bbq-set .resp-tabs-container .menu-option ul:before {
    top: -55px;
  }
}

/* ===========================================================
 active.html
=========================================================== */
#active.fixed .lead-inner {
  background-image: url(../images/active/lead_s.jpg);
}

#active .lead-box:before {
  background-image: url(../images/active/top_text.svg);
}

#active .bnr_wakkatravel {
  width: 100%;
  max-width: 617px;
  margin: 0 auto 540px;
}

#active .bnr_wakkatravel:hover {
  opacity: .7;
}

@media screen and (min-width: 769px) {
  #active.fixed .lead-inner {
    background-image: url(../images/active/lead.jpg);
  }
}

#active.container .content-pdg {
  text-align: center;
}

#active.container .content-pdg img {
  padding-top: 30px;
  max-width: 800px;
}

@media screen and (min-width: 400px) {
  #active.container .content-pdg img {
    padding: 50px;
  }
}

/* ===========================================================
 reserve.html
=========================================================== */
#koyomi .ico-title:before {
  background-image: url(../images/other/title_reservation.svg);
  height: 100px;
}

#koyomi {
  text-align: center;
}

/* ===========================================================
 location.html
=========================================================== */
#locate .ico-title:before {
  background-image: url(../images/other/title_location.svg);
  height: 100px;
}

#locate #address h3 {
  border-bottom: 1px solid #2B5678;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 1em
}

#locate #address .tel {
  display: block;
  margin-bottom: 0.5em;
}

#locate #address p {
  margin-bottom: 0.5em;
}

#locate #map_canvas {
  width: 100%;
  height: 320px;
  background-color: #CCC;
}

#locate #address .code {
  max-width: 300px;
  margin-top: 2em;
  margin-bottom: 2em;
}

#locate #transport {
  margin-top: 5em;
}

#locate #transport div {
  text-align: center;
  vertical-align: top;
}

#locate #transport div:nth-of-type(1) img {
  width: 75%;
}

#locate #transport div:nth-of-type(2) img {}

#locate #transport div:nth-of-type(3) img {
  width: 40%;
}

#locate #transport + div {
  display: none;
}

@media screen and (min-width: 769px) {
  #locate #address .code {
    margin-bottom: 0;
  }

  #locate #transport div:nth-of-type(1) {
    border-left: 3px solid #2B5678;
  }

  #locate #transport div:nth-of-type(2) {
    border-left: 3px solid #2B5678;
    border-right: 3px solid #2B5678;
  }

  #locate #transport div:nth-of-type(3) {
    border-right: 3px solid #2B5678;
  }

  #locate #transport div:nth-of-type(1) img {
    width: 100%;
    max-width: 423px;
  }

  #locate #transport div:nth-of-type(2) img {
    width: 100%;
    max-width: 584px;
  }

  #locate #transport div:nth-of-type(3) img {
    width: 100%;
    max-width: 263px;
  }

  #locate #transport + div {
    display: block;
    border-left: 3px solid #2B5678;
    border-right: 3px solid #2B5678;
    padding: 1em 1em 0 1em;
  }

  #locate #transport + div p {
    background-color: #2B5678;
    color: #FFF;
    text-align: center;
    padding: 0.5em;
  }
}

@media screen and (min-width: 1280px) {
  #locate #transport div img {
    min-height: 410px;
  }
}

/* ===========================================================
 policy.html
=========================================================== */
#policy .bar-title {
  max-width: 11em;
}

#policy .bar-title:before {
  content: url(../images/other/title_policy.svg);
}

#policy #law h3 {
  margin-bottom: 0.5em;
}

#policy #law p {
  border-bottom: 1px solid #2B5678;
  padding-bottom: 3em;
  margin-bottom: 3em;
}

#policy #law li {
  border-bottom: 1px solid #2B5678;
  padding-bottom: 3em;
  margin-bottom: 3em;
}

@media screen and (min-width: 769px) {
  #policy #law p {
    padding-bottom: 10em;
  }
}

/* ===========================================================
 info.html
=========================================================== */
#info .bar-title {
  max-width: 5em;
}

#info .bar-title:before {
  content: url(../images/other/title_info.svg);
}

#info #archive h2 {
  font-size: 10rem;
  font-size: 1.0em;
  font-weight: 700;
  margin-bottom: 2em;
}

#info #archive h2:before {
  content: url(../images/other/title_archive.svg);
  display: block;
  position: relative;
  top: -5px;
}

#info #archive li {
  line-height: 3;
}

#info #archive li:before {
  content: url(../images/ico_bar_blue_thin.svg);
  position: relative;
  left: -3px;
  top: -5px;
}

#info #text dd {
  margin-bottom: 2em;
}

@media screen and (min-width: 769px) {
  #info #text {
    border-left: 1px solid #2B5678;
  }

  #info #text dl {
    margin-left: 4em;
  }
}
