@charset "UTF-8";
/*--------------------------------------------
/*  共通mixin
/*--------------------------------------------*/
/*--------------------------------------------
/*  共通
/*--------------------------------------------*/
html {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 150%;
  background-color: #fff;
  width: 100%;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
  min-width: 1240px;
  font-weight: 500;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

img {
  border-width: 0 0 0 0;
  max-width: 100%;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, p, a {
  line-height: 1.6;
}

/*--------------------------------------------
/*  汎用
/*--------------------------------------------*/
.sans {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

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

.for-sp {
  display: none;
}

.for-pc {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .toggle-contents {
    overflow: hidden;
    display: none;
  }
}

.getHeight {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  color: #fff;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}

.cv-btn {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background-color: #673a1b;
  display: block;
  color: #fff !important;
  background: #673A1B;
  text-align: center;
  padding: 15px 20px;
  line-height: 1.3;
  width: 380px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  max-width: 100%;
}

.cv-btn:after {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .cv-btn:hover {
    background-color: rgba(103, 58, 27, 0.8);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .cv-btn:hover:after {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cv-btn {
    width: 90%;
    min-width: 250px;
    max-width: 100%;
  }
}

.cv-btn:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  content: url(../images/icon_link_white.svg);
  width: 13px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cv-btn__catch {
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
}

.cv-btn__reserve {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .cv-btn__reserve {
    font-size: 18px;
  }
}

.cv-btn__lead {
  margin-top: 4px;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
}

.cv-btn.page-link {
  position: relative;
  margin-top: 0;
}

.cv-btn.page-link:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  content: url(../images/icon_arrow_r_white.svg);
  width: 6px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cv-btn.page-link:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.to-access {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
}

.to-access.white a {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .to-access.white a:before {
    display: block;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
  }
  .to-access.white a:hover {
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .to-access.white a:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .to-access a:before {
    display: block;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
  }
  .to-access a:hover {
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .to-access a:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.btn-tel {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  position: relative;
  line-height: 1.3;
  width: 240px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .btn-tel {
    padding: 10px;
  }
}

.btn-tel:after {
  display: block;
  content: url(../images/icon_tel.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 30px;
  top: 48%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-weak {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background-color: #efefef;
  display: block;
  max-width: 100%;
  width: 320px;
  margin: 0 auto;
  background: #efefef;
  text-align: center;
  padding: 15px 20px 15px 15px;
  margin-top: 20px;
  position: relative;
  line-height: 1.3;
}

.btn-weak:after {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .btn-weak:hover {
    background-color: rgba(239, 239, 239, 0.8);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-weak:hover:after {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn-weak {
    padding: 12px 0;
    font-size: 12px;
    width: 250px;
  }
}

.btn-weak:after {
  display: block;
  content: url(../images/icon_arrow_r_black.svg);
  width: 6px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-weak.external {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background-color: #efefef;
}

.btn-weak.external:after {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .btn-weak.external:hover {
    background-color: rgba(239, 239, 239, 0.8);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-weak.external:hover:after {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    right: 20px;
  }
}

.btn-weak.external:after {
  display: block;
  content: url(../images/icon_link_black.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  width: 13px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn-weak.external:after {
    height: 15px;
  }
}

.btn-weak.small {
  width: 200px;
  padding: 7px 20px 7px 15px;
  font-size: 13px;
}

.btn-weak.women {
  color: #D9527B;
}

.border-btn {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  position: relative;
  display: block;
  width: 260px;
  border: 1px solid white;
  color: #fff !important;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.border-btn:hover {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-btn:hover:after {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  right: 20px;
}

.border-btn:after {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  display: block;
  content: url(../images/icon_link_white.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  width: 13px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kyoto__detail-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .kyoto__detail-btn {
    display: block;
    width: 200px;
    background-color: #efefef;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px 0;
    position: relative;
  }
  .kyoto__detail-btn .close-text {
    display: none;
  }
  .kyoto__detail-btn:after {
    content: url(../images/icon_toggle_b.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 22px;
  }
  .kyoto__detail-btn.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    margin-top: 5px;
  }
  .kyoto__detail-btn.open .close-text {
    display: inline;
  }
  .kyoto__detail-btn.open .open-text {
    display: none;
  }
}

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

.content-title__title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .content-title__title {
    font-size: 24px;
  }
}

.content-lead {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-lead {
    font-size: 18px;
    margin: 0 15px;
  }
}

.yen {
  font-family: 'Cormorant', serif;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .yen {
    font-size: 14px;
    line-height: 1.2;
  }
}

.yen .tax {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .yen .tax {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .yen .en {
    font-size: 24px;
    font-weight: bold;
  }
}

/*--------------------------------------------
/*  ナビ
/*--------------------------------------------*/
.nav {
  overflow: hidden;
  line-height: 1;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  z-index: 999999;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .nav {
    min-width: 0;
    height: 50px;
    overflow: visible;
    padding-right: 0;
  }
}

.nav a {
  color: #fff;
}

.nav__trigger {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav__trigger {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
  }
  .nav__trigger span {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  .nav__trigger span:last-child {
    margin-top: 5px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  .nav__trigger.open span {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav__trigger.open span:last-child {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.nav__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .nav__left {
    display: block;
    text-align: center;
    padding-left: 0;
    height: 50px;
  }
}

.nav__right {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f1f1f1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nav__right {
    width: 80px;
  }
}

.nav__right .btn-access {
  height: 70px;
  padding-top: 22px;
  color: #000;
  display: block;
}

@media screen and (max-width: 767px) {
  .nav__right .btn-access {
    height: 50px;
    padding-top: 14px;
  }
}

.nav__logo {
  width: 100px;
  vertical-align: middle;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .nav__logo {
    margin: 0 auto;
    padding-top: 0;
    display: block;
  }
}

.nav__logo img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .nav__logo img {
    margin-top: 3px;
    width: 80px;
  }
}

.nav__global {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .nav__global {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
    display: block;
    position: fixed;
    top: -9999px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100% - 50px);
    padding: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    overflow-y: scroll;
    opacity: 0;
    padding-bottom: 30px;
  }
}

.nav__global.open {
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, transform .2s ease-out;
  transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media screen and (max-width: 767px) {
  .nav__global.open {
    display: block;
    top: 50px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.nav__global__page {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .nav__global__page {
    float: none;
    border-top: 1px solid #444;
    padding-right: 0;
  }
}

.nav__global__page .item {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .nav__global__page .item {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
}

.nav__global__page .item a {
  padding: 3px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .nav__global__page .item a:before {
    display: block;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
  }
  .nav__global__page .item a:hover {
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav__global__page .item a:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .nav__global__page .item a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #444;
  }
}

.nav__global__page .item a.external:after {
  display: block;
  content: '';
  background: url(../images/icon_external.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .nav__global__page .item a.external:after {
    right: 15px;
  }
}

.nav__global__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .nav__global__lang {
    width: 40%;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }
}

.nav__global__lang .item {
  width: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nav__global__lang .item {
    width: 50%;
  }
}

.nav__global__lang .item a, .nav__global__lang .item span {
  display: block;
  background: #404040;
  padding: 5px 0;
  color: #A1A1A1;
  font-size: 13px;
}

.nav__global__lang .item a.active, .nav__global__lang .item span.active {
  color: #fff;
  background: #848484;
}

.nav__global__lang .item a:hover, .nav__global__lang .item span:hover {
  opacity: 0.7;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

/*--------------------------------------------
/*  メイン画像
/*--------------------------------------------*/
.main-image {
  height: calc(100vh - 70px);
  margin-top: 70px;
  position: relative;
  min-height: 400px;
}

.main-image .vegas-slide-inner {
  height: calc(100vh - 70px);
}

@media screen and (max-width: 767px) {
  .main-image .vegas-slide-inner {
    height: calc(100vh - 50px);
  }
}

@media screen and (max-width: 767px) {
  .main-image {
    height: calc(100vh - 50px);
    margin-top: 50px;
  }
}

.main-image__content {
  width: 380px;
  position: absolute;
  bottom: 8%;
  right: 8%;
}

@media screen and (max-width: 767px) {
  .main-image__content {
    position: static;
    width: 100%;
    padding: 0 15px;
  }
}

.main-image__copy {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-image__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -75px;
  }
}

.main-image__copy__logo {
  margin-bottom: 20px;
}

.main-image__copy__logo img {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .main-image__copy__logo img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-image .to-access {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -94px;
  }
  .main-image .page-link {
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .main-image .page-link:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    content: url(../images/icon_arrow_r_white.svg);
    width: 6px;
    height: 20px;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-image__btn {
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px;
  }
}

/*--------------------------------------------
/*  ORDER SUIT
/*--------------------------------------------*/
.order {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .order {
    padding-top: 60px;
  }
}

.order__block {
  width: 100%;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .order__block {
    display: block;
    margin-top: 30px;
  }
}

.order__block__image {
  background: url(../images/ph_order.png) center center;
  background-size: cover;
  width: 63%;
  height: 670px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .order__block__image {
    width: 100%;
    height: 220px;
  }
}

.order__block__text {
  width: 620px;
  min-width: 620px;
  margin: 40px -90px 0 40px;
  z-index: 2;
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .order__block__text > .btn {
    margin: 40px 0;
  }
}

.order__block__text > .btn a {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .order__block__text > .btn a {
    margin: 20px auto 0;
    width: 270px;
  }
}

.order__type__lists {
  background: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .order__type__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: -40px auto 0;
  }
}

.order__type__lists .item {
  border: 1px solid #000;
  padding: 40px 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item {
    width: 49%;
    margin-bottom: 0;
    padding: 5px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.order__type__lists .item:last-child {
  margin-bottom: 0;
}

.order__type__lists .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner {
    display: block;
    padding: 20px 5px;
    border: 1px solid #000;
    width: 100%;
  }
}

.order__type__lists .item .inner .item__txt {
  width: 285px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner .item__txt {
    width: 100%;
  }
}

.order__type__lists .item .inner .item__txt .text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner .item__txt .text {
    font-size: 10px;
    text-align: left;
  }
}

.order__type__lists .item .inner .item__txt .price .icon {
  background: #000;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-top: 7px;
  margin-right: 0;
  display: inline-block;
}

.order__type__lists .item .inner .item__txt .price .icon span {
  display: block;
}

.order__type__lists .item .inner .item__txt .price .icon .num {
  font-size: 18px;
  font-weight: bold;
}

.order__type__lists .item .inner .item__txt .price .icon .text {
  font-size: 10px;
  margin-top: 3px;
}

.order__type__lists .item .inner .item__txt .price .icon + .yen {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner .item__txt .price {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order__type__lists .item .inner .item__txt .price .en {
    font-size: 20px;
  }
  .order__type__lists .item .inner .item__txt .price .icon {
    width: 33px;
    height: 33px;
    padding: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .order__type__lists .item .inner .item__txt .price .icon .num {
    font-size: 11px;
  }
  .order__type__lists .item .inner .item__txt .price .icon .text {
    display: inline;
  }
}

.order__type__lists .item .inner .item__txt .btn a {
  padding: 6px 20px 6px 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner .item__txt .btn a {
    font-size: 10px;
  }
  .order__type__lists .item .inner .item__txt .btn a:after {
    content: none;
  }
}

.order__type__lists .item .inner .item__txt .caption {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner .item__txt .caption {
    text-align: left;
  }
}

.order__type__lists .item .inner .logo {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner .logo {
    width: 100%;
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .order__type__lists .item.tm .inner .item__txt .price {
    padding-bottom: 12%;
  }
  .order__type__lists .item.tm .inner .item__txt .price .en {
    font-size: 32px;
  }
}

/*--------------------------------------------
/*  ITEMS
/*--------------------------------------------*/
.items {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .items {
    padding-top: 40px;
  }
}

.items__block {
  width: 100%;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .items__block {
    display: block;
    margin-top: 30px;
  }
}

.items__block__image {
  background: url(../images/ph_items_s.png) center top no-repeat;
  background-size: cover;
  width: 63%;
  height: 670px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .items__block__image {
    background: url(../images/ph_items.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
  }
}

@media screen and (min-width: 1400px) {
  .items__block__image {
    background: url(../images/ph_items.png) center top no-repeat;
    background-size: cover;
    height: 670px;
  }
}

.items__block__text {
  width: 620px;
  min-width: 620px;
  z-index: 2;
  position: relative;
  margin-right: 40px;
}

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

.items__lists .item {
  margin: 0 0 30px;
}

.items__lists .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items__lists .item a .ph {
  width: 180px;
}

.items__lists .item a .name {
  font-size: 26px;
}

.items__lists .item a .rubi {
  font-size: 16px;
  color: #673A1B;
  margin-bottom: 15px;
}

.items__lists .item a:hover {
  opacity: .7;
}

.items__lists .item a .yen {
  font-size: 26px;
  margin-bottom: 5px;
}

.items__lists .item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .items__lists {
    width: 95%;
    margin: -40px auto 40px;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  }
  .items__lists .item {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 15px 10px 15px 0;
  }
  .items__lists .item .ph {
    width: 35% !important;
  }
  .items__lists .item .txt {
    width: 65%;
  }
  .items__lists .item .txt .name {
    font-size: 18px;
  }
  .items__lists .item .txt .rubi {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .items__lists .item .txt .en {
    font-size: 20px;
    font-weight: normal;
  }
}

/*--------------------------------------------
/*  SHOP
/*--------------------------------------------*/
.shop {
  margin-top: 100px;
  background: #FBF3E6;
}

@media screen and (max-width: 767px) {
  .shop {
    margin-top: 60px;
  }
}

.shop__block {
  width: 100%;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.shop__block__image {
  background: url(../images/ph_shop.png) right top -30px no-repeat;
  background-size: cover;
  width: 63%;
  height: 520px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shop__block__image {
    width: 100%;
    height: 260px;
    background: url(../images/ph_shop.png) right top no-repeat;
    background-size: cover;
  }
}

.shop__block__text {
  width: 620px;
  min-width: 620px;
  margin: 100px -40px 0 80px;
  z-index: 2;
  position: relative;
}

.shop__block__text__catch__lead {
  color: #673A1B;
  margin-bottom: 20px;
}

.shop__block__text__catch__lead .title {
  font-size: 22px;
}

.shop__block__text__catch__lead .rubi {
  font-size: 15px;
}

.shop__block__text__catch__title {
  font-size: 32px;
  margin-bottom: 40px;
}

.shop__block__text__merit {
  background: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  padding: 40px;
}

.shop__block__text__merit p {
  margin-bottom: 20px;
}

.shop__block__text__merit .title {
  font-size: 18px;
}

.shop__block__text__merit .caption {
  font-size: 12px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.shop__block__text__merit .btn {
  text-align: center;
  margin-bottom: 0;
}

.shop__block__text__merit .btn-access {
  background: #673A1B;
  width: 200px;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .shop__block__text__merit .btn-access {
    height: 50px;
  }
}

.shop__block__text__merit .btn-access:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  content: url(../images/icon_arrow_r_white.svg);
  width: 6px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop__block__text__merit .btn-access:hover {
  background-color: rgba(103, 58, 27, 0.8);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .shop__block__text__merit {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: none;
    position: relative;
    z-index: 2;
  }
  .shop__block__text__merit .inner {
    -webkit-box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.2);
    margin: -40px auto 0;
    width: 95%;
    background: #fff;
    padding: 30px 15px;
  }
  .shop__block__text__merit .inner .btn-access {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .shop__block__text {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .shop__block__text__catch {
    padding: 60px 15px 0;
    text-align: center;
  }
  .shop__block__text__catch__lead .title {
    font-size: 16px;
  }
  .shop__block__text__catch__lead .rubi {
    font-size: 12px;
  }
  .shop__block__text__catch__title {
    font-size: 20px;
  }
}

/*--------------------------------------------
/*  galleria
/*--------------------------------------------*/
.galleria {
  width: 1200px;
  margin: 60px auto;
  position: relative;
}

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

.galleria__block {
  background: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .galleria__block {
    padding: 30px 0 30px 15px;
  }
}

.galleria__block__text .title {
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .galleria__block__text .title {
    padding-right: 15px;
  }
}

.galleria__block__text .caption {
  font-size: 13px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .galleria__block__text .caption {
    padding-right: 15px;
  }
}

.galleria__block__second__other-shop {
  text-align: right;
  margin-top: 20px;
  position: relative;
}

.galleria__block__second__other-shop a:before {
  display: block;
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
}

.galleria__block__second__other-shop a:hover {
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.galleria__block__second__other-shop a:hover:before {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .galleria__block__second__other-shop {
    font-size: 14px;
    padding-right: 25px;
  }
  .galleria__block__second__other-shop:after {
    display: block;
    content: url(../images/icon_arrow_r_black.svg);
    width: 6px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .galleria__block .btn {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .galleria .item__lists {
    overflow-x: auto !important;
    width: 100%;
    margin: 0;
  }
}

.galleria .item__lists .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .galleria .item__lists .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
}

.galleria .item__lists .inner .item {
  width: 24%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .galleria .item__lists .inner .item {
    width: 260px !important;
    margin-right: 15px;
  }
}

.galleria .item__lists .inner .item img {
  min-width: 100%;
}

.galleria .item__lists .inner .item .name {
  font-size: 16px;
  margin-top: 15px;
}

.galleria .item__lists .inner .item .yen {
  font-size: 24px;
}

/*--------------------------------------------
/*  staff
/*--------------------------------------------*/
.staff {
  margin-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .staff {
    padding-bottom: 40px;
  }
}

.staff .content-title span {
  font-size: 34px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .staff .content-title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .staff__block__image {
    background: url(../images/staff_ph.jpg) center center;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
}

.staff__lists {
  margin-bottom: 60px;
}

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

.staff__lists .item .staff__block__image {
  width: 63%;
  height: 500px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .staff__lists .item .staff__block__image {
    height: 300px;
  }
}

.staff__lists .item .staff__block__text {
  width: 620px;
  min-width: 620px;
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item .staff__block__text {
    width: 60%;
    min-width: 60%;
    padding: 20px 15px;
  }
}

.staff__lists .item .staff__block__text .name {
  font-size: 18px;
}

.staff__lists .item .staff__block__text .name span {
  font-size: 14px;
}

.staff__lists .item .staff__block__text .position {
  font-size: 14px;
  color: #673A1B;
  margin: 10px 0 15px;
}

.staff__lists .item .staff__block__text .comment {
  font-size: 13px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .staff__lists .item .staff__block__text .comment {
    font-size: 12px;
  }
}

.staff__lists .item:nth-child(1) {
  width: 100%;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(1) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}

.staff__lists .item:nth-child(1) .staff__block__image {
  background: url(../images/staff_img01.jpg) center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(1) .staff__block__image {
    background: url(../images/staff_img01_sp.jpg) center center;
    background-size: cover;
  }
}

.staff__lists .item:nth-child(1) .staff__block__text {
  margin: 0 40px 0 -90px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(1) .staff__block__text {
    margin: 30px 0 0 -30px;
  }
}

.staff__lists .item:nth-child(2) {
  width: 100%;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
}

.staff__lists .item:nth-child(2) .staff__block__image {
  background: url(../images/staff_img03.jpg) center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(2) .staff__block__image {
    background: url(../images/staff_img03_sp.jpg) center center;
    background-size: cover;
  }
}

.staff__lists .item:nth-child(2) .staff__block__text {
  margin: 0 -90px 0 40px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(2) .staff__block__text {
    margin: 30px -30px 0 0;
  }
}

.staff__lists .item:nth-child(3) {
  width: 100%;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(3) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
}

.staff__lists .item:nth-child(3) .staff__block__image {
  background: url(../images/staff_img02.jpg) center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(3) .staff__block__image {
    background: url(../images/staff_img02_sp.jpg) center center;
    background-size: cover;
  }
}

.staff__lists .item:nth-child(3) .staff__block__text {
  margin: 0 40px 0 -90px;
}

@media screen and (max-width: 767px) {
  .staff__lists .item:nth-child(3) .staff__block__text {
    margin: 30px 0 0 -30px;
  }
}

/*--------------------------------------------
/*  instagram
/*--------------------------------------------*/
.ig {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .ig {
    padding: 40px 0 30px;
  }
}

.ig .content-title {
  text-align: center;
}

.ig .content-title img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .ig .content-title img {
    width: 120px;
  }
}

.ig .eapps-instagram-feed {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ig .eapps-instagram-feed {
    width: 100% !important;
  }
}

.ig .eapps-instagram-feed .eui-widget-title {
  display: none !important;
}

.ig .btn {
  text-align: center;
  margin-top: 20px;
}

.ig .btn a {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .ig .btn a {
    margin: 10px 0 0;
  }
}

/*--------------------------------------------
/*  ACCESS
/*--------------------------------------------*/
.access {
  padding: 150px 0;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .access {
    padding: 0;
  }
}

.access__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .access__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.access__contents {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .access__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 0;
    float: none;
    display: block;
  }
}

.access__btn-list {
  overflow: hidden;
  margin: 0 auto;
}

.access__btn-list__items {
  float: left;
  width: 48%;
}

.access__btn-list__items:last-child {
  float: right;
}

.access__address {
  background: #fff;
  width: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .access__address {
    width: 100%;
    min-width: 0;
    padding: 30px 20px;
    float: none;
    display: block;
  }
}

.access__address .content-title {
  margin-bottom: 20px;
}

.access__address .content-title__title {
  font-size: 24px;
}

.access__address .text {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .access__address .text {
    padding: 0 20px;
  }
}

.access__address .street {
  font-size: 12px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.access__address .station {
  font-size: 12px;
  margin: 15px 0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.access__address .tel {
  font-size: 10px;
  margin-bottom: 15px;
}

.access__address .time {
  font-size: 12px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.access__address .shop-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #673A1B;
}

.access__address .shop-name .small {
  font-size: 10px;
}

.access__address .btn-weak {
  width: 240px;
  padding: 8px 20px 8px 15px;
}

.access__map iframe {
  width: 700px !important;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .access__map iframe {
    width: 100%;
    height: 450px;
    min-width: 0;
    float: none;
  }
}

/*--------------------------------------------
/*  ABOUT
/*--------------------------------------------*/
.about {
  padding: 100px 0 150px;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}

.about__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .about__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.about__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  min-width: 1200px;
  max-width: 1900px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .about__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 0;
    float: none;
    margin-bottom: 0;
  }
}

.about__lists .item {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .about__lists .item {
    width: 100%;
  }
}

.about__lists .item .image img {
  vertical-align: middle;
}

.about__lists .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
  height: 100px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .about__lists .item .title {
    font-size: 18px;
    height: auto;
    padding: 20px 20px;
  }
}

.about__lists .item .title span {
  display: block;
  width: 100%;
}

.about__lists .item .caption {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .about__lists .item .caption {
    padding: 0 20px 30px 20px;
  }
}

/*--------------------------------------------
/*  footer
/*--------------------------------------------*/
.footer {
  text-align: center;
  color: #fff;
}

.footer .logo {
  background: #111;
  padding: 50px 0 30px;
}

.footer .logo img {
  width: 200px;
}

.footer .sns {
  background: #111;
  padding-bottom: 50px;
  line-height: 0;
}

.footer .sns__lists {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .sns__lists .item {
  margin: 0 15px;
}

.footer .sns__lists img {
  height: 22px;
}

.footer .copy {
  font-size: 10px;
  padding: 15px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .footer .copy {
    padding-bottom: 80px;
  }
}

.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: black;
  z-index: 10;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-top {
    bottom: 60px;
  }
}

.page-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.page-top:hover a img {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translate(-50%, -68%);
  transform: translate(-50%, -68%);
}

.page-top a {
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-top a {
    width: 40px;
    height: 40px;
  }
}

.page-top a img {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-top a img {
    width: 16px;
  }
}

.modal-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

@media screen and (max-width: 767px) {
  .modal-contents .page-top {
    bottom: 60px;
  }
}

.modal-contents__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  z-index: 9999;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media screen and (max-width: 767px) {
  .modal-contents__inner {
    padding: 30px 10px;
    max-width: 500px;
  }
}

.modal-contents__bg {
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-contents__bg:after {
  content: url(../images/icon_close.svg);
  position: fixed;
  top: -9999px;
  right: 20px;
  width: 23px;
  height: 27px;
}

.modal-contents.show {
  top: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.modal-contents.show .modal-contents__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.modal-contents.show .modal-contents__bg {
  top: 0;
}

.modal-contents.show .modal-contents__bg:after {
  top: 20px;
}

.footer-fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
  padding: 10px 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media screen and (max-width: 767px) {
  .footer-fixed {
    padding: 0;
    -webkit-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
  }
}

.footer-fixed.show {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footer-fixed .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer-fixed .inner {
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);
    width: auto;
  }
}

.footer-fixed .reserve {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-fixed .reserve {
    width: 50%;
  }
}

.footer-fixed .reserve .cv-btn {
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff !important;
  background: #673A1B;
  text-align: center;
  line-height: 1.3;
  width: 380px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .footer-fixed .reserve .cv-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-fixed .reserve .cv-btn:after {
    display: none;
  }
}

.footer-fixed .reserve .cv-btn__reserve {
  display: block;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .footer-fixed .reserve .cv-btn__reserve {
    font-size: 12px;
  }
}

.footer-fixed .reserve .cv-btn__lead {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .footer-fixed .reserve .cv-btn__lead {
    display: none;
  }
}

.footer-fixed .access-map {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .footer-fixed .access-map {
    width: 50%;
  }
}

.footer-fixed .access-map a.btn-weak.external {
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: #eee;
  width: 300px;
  line-height: 1.3;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .footer-fixed .access-map a.btn-weak.external {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer-fixed .access-map a.btn-weak.external:after {
    display: none;
  }
}

.ua-tb .nav__global__page .item a {
  -webkit-transition: none;
  transition: none;
}

.ua-tb .nav__global__page .item a:before {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.ua-tb .to-access a:hover:before {
  display: none;
}

/*--------------------------------------------
/*  english override
/*--------------------------------------------*/
.lang-en .header .cv-btn__lead {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .lang-en .cv-btn.header {
    padding: 12px 10px 10px 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lang-en .cv-btn.header .cv-btn__reserve {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lang-en .order__type__lists .item.tm .text {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lang-en .order__type__lists .item.tm .price {
    margin-bottom: 40px;
  }
}

.lang-en .about__lists .item .title {
  font-size: 20px;
  line-height: 1.3;
}

.lang-en .order__feature__title {
  margin-top: -5px;
}

.lang-en .order__feature__lists .item .title {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .lang-en .order__feature__lists .item .title {
    height: auto;
  }
}

.lang-en .order__type__lists .item.mo .price {
  display: block;
  height: auto;
}

.lang-en .order__type__lists .item.tm .price {
  margin-bottom: 49px;
}

.lang-en .order__type__lists .item .price .icon {
  width: 260px;
  padding: 5px 5px 8px 5px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lang-en .order__type__lists .item .price .icon {
    width: auto;
    padding: 2px 5px 5px 5px;
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=style.css.map */




.btn-cordinate {
  width: 730px;
  margin: 30px auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .btn-cordinate {
    width: 100%;
    margin: 40px auto 0;
    display: block;
  }
}