@charset "UTF-8";

body {
  line-height: 1.4;
  margin: 0 auto;
  color: #191818;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 14px;
  max-width: 1920px;
}

.inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* header */
.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.header-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 10px;
}

.header-right .header-btn {
  pointer-events: inherit;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  position: relative;
  letter-spacing: 0px;
  display: inline-block;
  box-sizing: border-box;
}

.header-right .header-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
  opacity: 1;
}

.header-right .header-btn:hover::after {
  background: url(../img/icon_arrow_black.png) no-repeat;
  content: '';
}

.header-right .header-btn::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 13px;
  background: url(../img/icon_arrow.png) no-repeat;
  content: '';
  transform: translateY(-50%);
}

.header-ph {
  color: #FFFFFF;
  font-weight: 700;
}

.logo a {
  display: inline-block;
}

/* mainvisual */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mainvisual .mv-img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 476px;
  margin: 0 auto;
  transform: translate(0, -50%);
}

.top-anchor {
  position: absolute;
  bottom: 4%;
  right: 0;
  left: 0;
  width: 34px;
  margin: 0 auto;
  transform: translate(0%, 0);
}

.ttl {
  text-align: center;
}

/* mv-slider */
.mv-slider {
  position: relative;
  justify-content: center;
  overflow: hidden;
}

.mv-slider li img,
.menu-photo ul li img {
  width: 100%;
  height: auto;
}

.mv-sns {
  background: #080808;
}

.mv-slider::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  content: '';
}

.sns-ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.sns-ttl span {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.sns-ttl span::before,
.sns-ttl span::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 36px;
  background: #fff;
  content: "";
}

.sns-ttl span::before {
  left: -25px;
  transform: rotate(-25deg);
}

.sns-ttl span::after {
  right: -25px;
  transform: rotate(25deg);
}

.sns-ico-blk {
  width: 247px;
  margin: 0 auto;
}

.sns-ico-blk li a {
  display: block;
}

.toreta-booking {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.toreta-book-btn {
  display: inline-block;
  position: relative;
  width: 33%;
  padding: 14px 5% 13px 4%;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  min-width: 196px;
}

.toreta-book-btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 13px;
  background: url(../img/icon_arrow.png) no-repeat;
  content: '';
  transform: translateY(-50%);
}

.toreta-book-btn:hover {
  background: #fff;
  color: #080808;
  font-size: 17px;
  opacity: 1;
}

.toreta-book-btn:hover::after {
  background: url(../img/icon_arrow_black.png) no-repeat;
  content: '';
}

.toreta-book-txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
}


.txt-blk p {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: 500;
  text-align: center;
}

/* commitment-blk */

.sub-ttl {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #707070;
}

.meet-ttl {
  text-align: left;
  letter-spacing: 0px;
}

.meet-btn::after {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 8px;
  height: 13px;
  background: url(../img/icon_arrow.png) no-repeat;
  content: '';
  transform: translate(0%, -50%);
}

.meet-btn:hover {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  opacity: 1;
}

.meet-btn:hover:after {
  background: url(../img/icon_arrow_black.png) no-repeat;
  content: '';
}

.commit-list p,
.meet-txt {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: 500;
}

.meet-btn {
  position: relative;
  border: 1px solid transparent;
  background-color: #000000;
  color: #FFFFFF;
}

/* .menu-sec */
.menu-sec {
  background: url(../img/menu_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.menu-btn {
  display: block;
  margin: 0 auto;
  background: url(../img/menu_btn_bg.png) no-repeat center;
  color: #fff;
}

/* footer */
footer {
  position: relative;
  background: #191818;
  color: #fff;
}

.footer-l li {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
}

.footer-l li:last-child {
  margin-bottom: 0;
}

.footer-info-ttl {
  display: block;
  width: 113px;
  padding: 6px 0px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  max-width: 20%;
}

.footer-tel {
  color: #fff;
}

.map {
  display: inline-block;
  width: 26%;
  padding: 7px 5px;
  box-sizing: border-box;
  background: #fff;
  color: #191818;
  text-align: center;
  min-width: 113px;
}

.footer-info-txt {
  width: 100%;
  display: table;
}

.footer-info-txt .box {
  display: table-row;
}

.footer-info-txt .box-head,
.footer-info-txt .box-body {
  display: table-cell;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-info-txt .box-head {
  text-align: right;
  white-space: nowrap;
}

.footer-info-txt .box-body {
  width: 100%;
}

.footer-info-txt .box-body .spec-text {
  display: inline-block;
  min-width: 7em;
  margin-right: 1em;
}

.footer-info-txt small {
  margin: 0 16px 10px 0;
}

.copyright {
  padding: 12px 0;
  background: #000000;
}

.copyright-txt {
  color: #D1D1D1;
  font-size: 12px;
  text-align: center;
}

/*  pc  */

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

  .sp {
    display: none;
  }

  /* header */
  .header {
    background-color: rgba(0, 0, 0, 0.37);
  }

  .header-left {
    width: 30%;
  }

  .header-right {
    width: 80%;
  }

  .logo img {
    width: 100%;
    margin: auto 0;
    max-width: 154px;
  }

  .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header-ph {
    font-size: 29px;
  }

  .header-right .header-btn {
    font-size: 17px;
    padding: 13px 45px 13px 30px;
  }

  .ph-blk {
    margin-left: 23px;
  }

  .header-right a {
    pointer-events: none;
  }

  /* .mainvisual */
  .mainvisual {
    padding-bottom: 12px;
    background: url(../img/bg_mv.jpg)no-repeat 50% 50%;
    background-size: cover;
  }

  /* txt-blk */
  .txt-blk {
    padding: 90px 0 68px;
  }

  .txt-blk p {
    line-height: 2;
    font-size: 18px;
  }

  /* mv-slider */
  .mv-slider li,
  .menu-photo ul li {
    width: 16.666%;
  }

  .mv-sns-inner {
    padding: 40px 0 46px;
  }

  .sns-ttl {
    margin-bottom: 41px;
  }

  .sns-ico-blk {
    margin-bottom: 34px;
  }

  .toreta-book-btn {
    margin-right: 21px;
    padding: 14px 0.5% 13px 2%;
    max-width: 196px;
  }

  .footer-r .toreta-book-btn {
    padding: 14px 4% 13px 5%;
  }

  .menu-sec {
    padding: 46px 0px 63px;
  }

  .menu-ttl {
    margin-bottom: 15px;
    font-size: 42px;
  }

  .menu-txt {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .menu-btn {
    width: 272px;
    padding: 25px 0 26px;
    font-size: 18px;
  }

  /* commitment-blk */
  .menu-photo .main-img {
    padding: 10.9%;
    background: url(../img/menu_bottom_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .commit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 40px;
  }

  .commit-list li {
    width: 31%;
    margin-bottom: 30px;
    max-width: 375px;
  }

  .ttl img {
    width: 33%;
    margin: 0 auto;
    max-width: 383px;
  }

  .sub-ttl {
    margin-bottom: 30px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .commit-list p {
    line-height: 1.5;
    margin-bottom: 29px;
    font-size: 14px;
  }

  /* meet-blk */
  .meet-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 108px;
  }

  .meet-blk .meet-left,
  .meet-blk .meet-right {
    width: 48%;
    max-width: 576px;
  }

  .meet-ttl {
    padding: 0 12px 6px;
    font-size: 30px;
  }

  .meet-txt {
    font-size: 16px;
    min-height: 163px;
  }

  .meet-btn {
    display: inline-block;
    position: relative;
    padding: 16px 58px 16px 35px;
    border: 1px solid transparent;
    font-size: 17px;
  }

  .btn-blk {
    margin-top: 10px;
  }

  .meet-btn:hover {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
  }

  /* footer */

  .footer-inner {
    align-items: center;
    padding: 45px 10px 51px;
  }

  footer::after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 1px;
    height: 176px;
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
  }

  .footer-l,
  .footer-r {
    width: 48%;
  }

  .footer-info-txt small {
    width: 46%;
    box-sizing: border-box;
    max-width: 195px;
  }

  .footer-r {
    padding-left: 4%;
    box-sizing: border-box;
  }

  .footer-l li {
    margin-bottom: 32px;
  }

  .footer-info-txt {
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    max-width: 428px;
  }

  .footer-tel {
    pointer-events: none;
  }

}

/*  SP  */

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

  .sp {
    display: block;
  }

  .inner {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 100%;
  }

  /* header */
  .header {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header-blk {
    padding: 13px 20px;
  }

  .header-left {
    width: 42%;
  }

  .header-right {
    width: 70%;
    flex-direction: column-reverse;
    display: flex;
  }

  .logo img {
    width: 100%;
    margin: auto 0;
    max-width: 131px;
  }

  .btn-box {
    text-align: right;
  }

  .header-right .header-btn {
    font-size: 16px;
    padding: 9px 33px 9px 17px;
    display: inline-block;
  }

  .header-right .header-btn::after {
    right: 11px;
  }

  .header-ph {
    display: inline-block;
    margin: -4px 0 3px 0;
    font-size: 21px;
    text-align: right;
  }

  .ph-blk {
    text-align: right;
  }

  /* .mainvisual */
  .mainvisual {
    background: url(../img/bg_mv_sp.jpg)no-repeat 50% 50%;
    background-size: cover;
  }

  .mainvisual .mv-img {
    width: 100%;
  }

  .mainvisual .mv-img img {
    width: 100%;
    margin: 0 auto;
    max-width: 380px;
  }

  /* txt-blk */

  .txt-blk {
    padding: 35px 20px 80px;
  }

  .txt-blk p {
    line-height: 2;
    text-align: left;
  }

  /* mv-slider */
  .mv-slider li,
  .menu-photo ul li {
    width: 33.33%;
  }

  .mv-sns-inner {
    padding: 40px 20px 35px;
  }

  .sns-ttl {
    margin-bottom: 46px;
  }

  .sns-ico-blk {
    margin-bottom: 43px;
  }

  .toreta-booking {
    flex-direction: column;
  }

  .toreta-book-btn {
    margin-bottom: 17px;
  }

  .menu-sec {
    padding: 67px 0px 80px;
  }

  .menu-ttl {
    margin-bottom: 23px;
    font-size: 30px;
  }

  .menu-txt {
    margin-bottom: 50px;
    font-size: 14px;
  }

  .menu-btn {
    padding: 33px 0 38px;
    background: url(../img/menu_btn_bg01.png) no-repeat center;
    background-size: contain;
    font-size: 23px;
  }

  /* commitment-blk */
  .menu-photo .main-img {
    padding-top: 129%;
    background: url(../img/menu_bottom_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .commit-list {
    margin: 45px 0 46px;
  }

  .sub-ttl {
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .commit-list p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .ttl img {
    width: 82%;
    margin: 0 auto;
    max-width: 278px;
  }

  .commit-list li {
    margin-bottom: 46px;
  }

  .commit-list li:last-child {
    margin-bottom: 0px;
  }

  /* meet-blk */
  .meet-blk {
    margin-bottom: 80px;
  }

  .meet-blk .meet-left {
    margin-bottom: 18px;
  }

  .meet-blk .meet-right:last-child {
    margin-bottom: 0px;
  }

  .meet-ttl {
    margin-bottom: 35px;
    padding-bottom: 12px;
    text-align: center;
  }

  .meet-txt {
    margin-bottom: 48px;
  }

  .meet-btn {
    position: relative;
    padding: 16px 56px 16px 37px;
    font-size: 17px;
  }

  .btn-blk {
    display: inline-block;
    margin-bottom: 16px;
  }

  /* footer */
  .footer-inner {
    flex-direction: column;
    padding: 51px 20px 0;
  }

  .footer-l {
    padding-bottom: 38px;
    border-bottom: 1px solid #fff;
  }

  .footer-l li {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .footer-info-ttl {
    width: 113px;
    margin-bottom: 16px;
    max-width: 33%;
  }

  .footer-info-txt {
    align-items: center;
  }

  .footer-r {
    padding: 47px 0 68px;
  }
}

/* Iphone-5 */
@media screen and (max-width:340px) {
  .header-ph {
    font-size: 16px;
  }

  .header-right .header-btn {
    font-size: 12px;
  }
}