@charset "UTF-8";
/* ----------------------------------------
   incex.css
---------------------------------------- */
main {
  padding-top: 75px;
}

/* #hero
---------------------------------------- */
#hero,
#hero > .blocks {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  width: 100%;
}

#hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#hero > .blocks,
#hero > nav {
  flex: 0 0 auto;
}

#hero > .blocks > ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 0 0 auto;
  width: 50%;
}

#hero > .blocks > ul > li {
  width: 50%;
  height: 25vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#hero > .blocks > ul:nth-child(1) > li:nth-child(1) {
  background-image: url(../img/index/img_hero01.png);
}
#hero > .blocks > ul:nth-child(1) > li:nth-child(2) {
  background-image: url(../img/index/img_hero02.png);
}
#hero > .blocks > ul:nth-child(1) > li:nth-child(3) {
  background-image: url(../img/index/img_hero05.png);
}
#hero > .blocks > ul:nth-child(1) > li:nth-child(4) {
  background-image: url(../img/index/img_hero06.png);
}

#hero > .blocks > ul:nth-child(2) > li:nth-child(1) {
  background-color: #8c6960;
}
#hero > .blocks > ul:nth-child(2) > li:nth-child(1) img {
  width: 100%;
}
#hero > .blocks > ul:nth-child(2) > li:nth-child(2) {
  background-image: url(../img/index/img_hero04.png);
}
#hero > .blocks > ul:nth-child(2) > li:nth-child(3) {
  background-image: url(../img/index/img_hero07.png);
}
#hero > .blocks > ul:nth-child(2) > li:nth-child(4) {
  background-image: url(../img/index/img_hero08.png);
}

#hero > .blocks > ul > li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999px;
}

#hero > .blocks > ul:nth-child(1) > li:nth-child(1) a:hover {
  background-image: url(../img/index/bg_hero_kaiseki.png);
}
#hero > .blocks > ul:nth-child(1) > li:nth-child(2) a:hover {
  background-image: url(../img/index/bg_hero_tenpura.png);
}
#hero > .blocks > ul:nth-child(1) > li:nth-child(3) a:hover {
  background-image: url(../img/index/bg_hero_kushiage.png);
}
#hero > .blocks > ul:nth-child(1) > li:nth-child(4) a:hover {
  background-image: url(../img/index/bg_hero_sushi.png);
}

#hero > .blocks > ul:nth-child(2) > li:nth-child(2) a:hover {
  background-image: url(../img/index/bg_hero_yakitori.png);
}
#hero > .blocks > ul:nth-child(2) > li:nth-child(3) a:hover {
  background-image: url(../img/index/bg_hero_teppanyaki.png);
}
#hero > .blocks > ul:nth-child(2) > li:nth-child(4) a:hover {
  background-image: url(../img/index/bg_hero_shabushabu.png);
}

/* #concept
---------------------------------------- */
#concept {
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 70px;
}

#concept h2 {
  margin-bottom: 60px;
}

#concept h3 {
  margin-bottom: 20px;
  line-height: 1.1;
  color: #8c6960;
  font-size: 2.7rem;
  font-family: "Sawarabi Mincho", serif;
}

#concept .lead {
  margin-bottom: 65px;
  font-size: 1.5rem;
}

#concept .map {
  margin-bottom: 80px;
}

#concept .map h4,
#concept .map h4 + p {
  font-size: 1.5rem;
}
#concept .map .wrap {
  position: relative;
  max-width: 850px;
  margin: 30px auto 0;
}
#concept .map .wrap ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#concept .map .wrap ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#concept .map .wrap ul li img {
  width: 100%;
}
#concept .map .wrap ul li.on {
  display: block;
}
#concept .map .wrap .cov {
  position: absolute;
  left: 0;
  top: 0;
}
#concept .map .wrap .cov img {
  width: 100%;
}
#concept article {
  max-width: 620px;
  margin: 0 auto;
}
#concept article > h4,
#concept article .opHours {
  text-align: left;
}
#concept article > h4 {
  padding-right: 25px;
}
#concept article .opHours {
  width: 82%;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
#concept article .opHours .tbl {
  width: 100%;
}
#concept article .opHours dt {
  padding-right: 30px;
  white-space: nowrap;
}
#concept article .opHours dd .weekday {
  margin-right: -2.04em;
  letter-spacing: 2.05em;
}

#fbg1 {
  width: 100%;
  height: 365px;
  margin-bottom: 85px;
  background-image: url("../img/index/bg_fbg1.jpg");
}

#fbg2 {
  width: 100%;
  height: 365px;
  margin-bottom: 85px;
  background-image: url("../img/index/bg_fbg2.jpg");
}

#news {
  margin-bottom: 75px;
}
#news article {
  max-width: 1015px;
  margin: 0 auto;
}
#news article ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-top: -45px;
}
#news article ul li {
  flex: 0 0 auto;
  width: calc((100% - 4.926108374384236%) / 3);
  margin: 45px 0 0 2.463054187192118%;
}
#news article ul li a {
  display: block;
  text-decoration: none;
}
#news article ul li a .img {
  margin-bottom: 15px;
}
#news article ul li a dl {
  line-height: 1.5;
  text-align: left;
}
#news article ul li a dl dt {
  margin-bottom: 10px;
  text-decoration: none;
  color: #8c6960;
}
#news article ul li a dl dt > span {
  display: block;
}
#news article ul li a dl dt .ttl {
  font-size: 1.9rem;
}
#news article ul li a dl dt .date {
  font-size: 1.4rem;
}
#news article ul li a dl dd {
  text-decoration: none;
  font-size: 1.4rem;
}
#news article ul li a:hover {
  opacity: 0.7;
}
#news article ul li:nth-child(3n-2) {
  margin-left: 0;
}
#news article #more {
  display: none;
  margin-top: 45px;
}
#news article #more .wrap {
  display: none;
  padding-bottom: 65px;
}
#news article #more .btn {
  max-width: 350px;
  margin: 0 auto;
}
#news article #more .btn a {
  display: block;
  padding: 10px 10px 8px;
  border: 1px solid #8c6960;
  line-height: 1.1;
  text-decoration: none;
  color: #8c6960;
  font-size: 1.9rem;
}
#news article #more .btn a span {
  text-decoration: none;
}
#news article #more .btn a span:first-child {
  display: block;
}
#news article #more .btn a span:last-child {
  display: none;
}
#news article #more .btn a span::after {
  content: '＞';
  display: inline-block;
  margin-left: 10px;
  transform: scale(1, 0.8) rotate(90deg);
}
#news article #more .btn a span:last-child::after {
  transform: scale(1, 0.8) rotate(-90deg);
}
#news article #more .wrap.open + .btn a span:first-child {
  display: none;
}
#news article #more .wrap.open + .btn a span:last-child {
  display: block;
}

#access {
  margin-bottom: 40px;
}
#access article {
  max-width: 920px;
}
#access article > dl {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#access article > dl > dt {
  flex: 0 0 auto;
  width: 27%;
}
#access article > dl > dd {
  flex: 0 0 auto;
  width: 70%;
  padding-left: 5.2%;
  border-left: 1px solid #231815;
  text-align: left;
}
#access article > dl > dd > .tbl {
  margin-top: 1em;
}
#access article > dl > dd > .tbl dl {
  line-height: 1.5;
  font-size: 1.4rem;
}
#access article > dl > dd > .tbl dl dt {
  padding-right: 1em;
}

#map {
  height: 345px;
  padding: 0;
}
#map iframe {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
   @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  #hero {
    flex-direction: column;
  }

  #hero > .blocks > ul {
    width: 100%;
  }

  #hero > .blocks > ul > li {
    height: 50vw;
  }

  main {
    padding-top: 35px;
  }

  #concept {
    padding-bottom: 40px;
  }
  #concept h2 {
    margin-bottom: 25px;
  }
  #concept h3 {
    font-size: 3.515625vw;
  }
  #concept article .opHours {
    width: 100%;
  }
  #concept article .opHours dd .weekday {
    margin-right: 0;
    letter-spacing: 0;
  }

  #fbg1,
  #fbg2 {
    height: 250px;
    margin-bottom: 40px;
  }

  #fbg1 {
    background-position: 64% center;
  }

  #news {
    margin-bottom: 40px;
  }

  #news article ul li a .img {
    margin-bottom: 10px;
  }

  #news article ul li a dl dt {
    margin-bottom: 5px;
  }

  #news article ul li a dl dt .ttl {
    font-size: 1.8rem;
  }

  #access article > dl {
    display: block;
    margin-bottom: 20px;
  }
  #access article > dl > dt {
    width: 100%;
    padding-bottom: 15px;
  }
  #access article > dl > dt img {
    max-width: 50%;
  }
  #access article > dl > dd {
    width: 100%;
    padding: 15px 15px 0;
    border-top: 1px solid #231815;
    border-left: none;
  }
}
/* /@media */
@media screen and (max-width: 480px) {
  #concept .lead {
    margin-bottom: 15px;
    text-align: left;
  }

  #concept .map {
    margin-bottom: 20px;
  }

  #concept .map .wrap {
    margin-top: 15px;
  }

  #news article ul {
    margin-top: -20px;
  }

  #news article ul li {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px !important;
  }

  #access article > dl > dt img {
    max-width: 60%;
  }

  #news article #more {
    margin-top: 20px;
  }
}
/* /@media */

/* 2019.12.27 postscript */
.info_wrap {
    width: 100%;
    margin: 20px auto;
    text-align: left;
    border: 1px solid #000;
    padding: 20px;
}
.info_wrap p {
    font-size: 15px;
    line-height: 1.8;
}
.info_wrap p span {
    font-size: 18px;
    padding: 0 0 10px 0;
    display: block;
    text-align: center
}
@media screen and (max-width: 767px) {
.info_wrap {
    width: 100%; 
}
.info_wrap p {
    font-size: 14px;
    line-height: 1.6;
}
.info_wrap p span {
    font-size: 16px;
    padding: 0 0 5px 0;
}    
}
