@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;
}

/*--------------------------------------------
/*  汎用
/*--------------------------------------------*/
br.sp {
  display: none;
}

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

@media screen and (max-width: 767px) {
  br.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;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  display: block;
  color: #fff !important;
  text-align: center;
  line-height: 1.3;
  width: 380px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  max-width: 100%;
background:#673A1B;
padding: 15px 20px;
}

.cv-btn:after {
  -webkit-transition: .2s ease-out;
  -o-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);
    -ms-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;
    -o-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;
  -o-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%);
  -ms-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: 10px;
  line-height: 1.4;
  opacity: 0.6;
  letter-spacing: 0;
}

.cv-btn.header {
  height: 70px;
  width: auto;
  margin-top: 0;
  min-width: 0;
  padding-top: 7px;
}

@media screen and (max-width: 767px) {
  .cv-btn.header {
    height: 50px;
    padding-top: 18px;
  }
}

.cv-btn.header .cv-btn__reserve {
  font-size: 14px;
}

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

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

.cv-btn.header:after {
  display: none;
}

.cv-btn.header:hover {
  -webkit-transform: translateY(0);
  -ms-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);
}

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

.cv-btn.page-link:after {
  -webkit-transition: all 0.2s ease-out;
  -o-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/
}

.cv-btn.page-link:hover {
  -webkit-transform: translateY(0);
  -ms-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;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .to-access.white a:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-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;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .to-access a:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.btn-tel {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px 15px 15px;
  margin-top: 20px;
  position: relative;
  line-height: 1.3;
  width: 240px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: 15px;
}

@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: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.btn-weak {
  -webkit-transition: .2s ease-out;
  -o-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;
  -o-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);
    -ms-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;
    -o-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.btn-weak.external:after {
  -webkit-transition: .2s ease-out;
  -o-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);
    -ms-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;
    -o-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.border-btn {
  -webkit-transition: .2s ease-out;
  -o-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;
  -o-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;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  right: 20px;
}

.border-btn:after {
  -webkit-transition: .2s ease-out;
  -o-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%);
  -ms-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%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 22px;
  }
  .kyoto__detail-btn.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-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;
  }
}

/*--------------------------------------------
/*  ナビ
/*--------------------------------------------*/
.nav {
  overflow: hidden;
  line-height: 1;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  z-index: 1000;
  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;
    -o-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);
    -ms-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);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  .nav__trigger.open span {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-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);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.nav__left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  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: 220px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

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

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: 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;
    -o-transition: opacity .2s ease-out, 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);
    -ms-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;
  -o-transition: opacity .2s ease-out, 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);
    -ms-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;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav__global__page .item a:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-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%);
  -ms-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: -webkit-flex;
  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;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

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

@media screen and (max-width: 767px) {
  .main-image {
    height: calc(100vh - 50px);
    margin-top: 50px;
    background: url(../images/main_sp.jpg) top center;
    background-size: cover;
  }
}

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

@media screen and (max-width: 767px) {
  .main-image__content {
    bottom: 20px;
    right: inherit;
    left: 0;
    width: 100%;
  }
}

.main-image__copy {
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .main-image__copy {
    font-size: 16px;
  }
}

.main-image__copy__lead {
  padding: 10px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .main-image__copy__lead {
    padding: 10px 0 20px 0;
  }
}

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

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

/*--------------------------------------------
/*  ONLU PREMIO TOKYO
/*--------------------------------------------*/
.opt {
  padding: 150px 0 150px 0;
}

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

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

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

.opt__block__image {
  background: url(../images/opt_building.jpg) right top;
  background-size: cover;
  width: 63%;
  height: 800px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .opt__block__image {
    width: 100%;
    height: 260px;
    display: none;
  }
}

.opt__block__text {
  width: 640px;
  min-width: 640px;
  margin-right: -70px;
  margin-left: 40px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .opt__block__text {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    min-width: 0;
  }
}

.opt__block__text__sp-image {
  display: none;
}

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

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

.opt__block__text__catch__lead {
  margin-bottom: 15px;
  color: #444;
}

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

@media screen and (max-width: 767px) {
  .opt__block__text__catch__lead .title {
    font-size: 16px;
  }
}

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

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

.opt__block__text__catch__title {
  font-size: 34px;
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .opt__block__text__catch__title {
    font-size: 23px;
    font-weight: 700;
    padding-right: 0;
  }
}

.opt__block__text__merit {
  margin-top: 40px;
  padding: 35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
}

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

@media screen and (max-width: 767px) {
  .opt__block__text__merit {
    margin: 15px;
    margin-top: -40px;
    z-index: 2;
    position: relative;
  }
}

.opt__block__text__merit__lists li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.opt__block__text__merit__lists li .title {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .opt__block__text__merit__lists li .title {
    font-weight: 700;
    margin-bottom: 15px;
  }
}

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

.opt__block__text__merit__lists li .caption {
  font-size: 12px;
}

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

.opt__block__text__merit__other-shop {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: right;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
}

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

.opt__block__text__floor {
  margin-top: 40px;
  padding: 35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
}

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

@media screen and (max-width: 767px) {
  .opt__block__text__floor {
    margin: 15px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
}

.opt__block__text__floor__map {
  margin-top: 30px;
  background: #efefef;
}

.opt__block__text__floor__map a:hover {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0.7;
}

.opt__block__text__floor__map a .title {
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .opt__block__text__floor__map a .title {
    font-size: 18px;
  }
}

.opt__block__text__floor__map a img {
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .opt__block__text__floor__map a img {
    margin-top: -10px;
  }
}

.opt__block__text__floor__map__inner {
  position: relative;
  padding: 20px;
  display: block;
}

.opt__block__text__floor__map__inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../images/icon_scale.svg);
  padding: 6px 8px 3px 8px;
  vertical-align: middle;
  background: #000;
}

.opt__block.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 120px;
}

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

.opt__block.second .opt__block__image {
  background: url(../images/opt_shop_inside.jpg) right top;
  background-size: cover;
}

.opt__block.second .opt__block__text {
  margin-left: -70px;
  margin-right: 40px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .opt__block.second .opt__block__text {
    margin-left: 0;
    margin-right: 0;
  }
}

.opt__block.second .opt__block__text__catch {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .opt__block.second .opt__block__text__catch {
    margin-left: 0;
  }
}

.opt__block.second .opt__block__text__catch__title {
  padding-right: 0;
}

.opt__block.second .opt__block__text__merit {
  margin-top: 40px;
  padding: 35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

.opt__block.second .opt__block__text__merit__lists li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.opt__block.second .opt__block__text__merit__lists li .title {
  font-size: 18px;
  margin-bottom: 8px;
}

.opt__block.second .opt__block__text__merit__lists li .caption {
  font-size: 12px;
}

.opt__block.second .opt__block__text__merit__lists li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*--------------------------------------------
/*  勝負スーツ
/*--------------------------------------------*/
.content-title {
  line-height: 1.5;
  text-align: center;
}

.content-title__rubi {
  font-size: 15px;
  display: block;
}

.content-title__title {
  display: block;
  font-size: 45px;
  margin-top: 5px;
}

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

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

@media screen and (max-width: 767px) {
  .content-lead {
    font-size: 14px;
    margin-top: 30px;
    padding: 0 20px;
  }
}

.only-suit {
  padding-top: 400px;
  padding-bottom: 100px;
  margin-top: -300px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .only-suit {
    padding-top: 150px;
    margin-top: -100px;
  }
}

.only-suit__summary {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary {
    margin-top: 25px;
  }
}

.only-suit__summary__lists {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists {
    width: auto;
  }
}

.only-suit__summary__lists__item {
  width: 550px;
  padding: 35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item {
    width: 50%;
    min-width: 0;
    padding: 4px;
    margin: 5px;
  }
}

.only-suit__summary__lists__item .inner {
  border: 1px solid #59420D;
  padding: 30px 30px 30px 30px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .inner {
    height: 100%;
    padding: 10px;
  }
}

.only-suit__summary__lists__item .logo {
  text-align: center;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .logo {
    height: 100px;
  }
}

.only-suit__summary__lists__item .logo__inner {
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .logo__inner {
    display: block;
    width: auto;
  }
}

.only-suit__summary__lists__item .logo__inner:nth-child(2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .logo__inner:nth-child(2) {
    margin-left: 0;
  }
}

.only-suit__summary__lists__item .logo__inner .image {
  width: auto;
}

.only-suit__summary__lists__item .logo__inner .image img {
  height: 55px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .logo__inner .image img {
    height: 24px;
  }
}

.only-suit__summary__lists__item .logo__inner .text {
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .logo__inner .text {
    font-size: 16px;
  }
}

.only-suit__summary__lists__item .price {
  margin-top: 0;
  font-family: 'Cormorant', serif;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .price {
    font-weight: 700;
    font-size: 30px;
  }
}

.only-suit__summary__lists__item .price p {
  line-height: 1;
}

.only-suit__summary__lists__item .price .tax {
  font-size: 18px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .only-suit__summary__lists__item .price .tax {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    margin-left: 0;
  }
}

.only-suit__contents {
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .only-suit__contents {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 0;
  }
}

.only-suit__contents__write {
  float: left;
  width: 550px;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__write {
    float: none;
    width: auto;
    min-width: 0;
    padding: 0 20px 30px 20px;
  }
}

.only-suit__contents__write .title {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__write .title {
    font-weight: 700;
  }
}

.only-suit__contents__write .caption {
  line-height: 1.86;
  margin-top: 30px;
}

.only-suit__contents__photo {
  width: 45%;
  float: right;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__photo {
    width: 70%;
    min-width: 0;
    float: none;
    max-width: 300px;
  }
}

.only-suit__contents__photo .text {
  padding: 35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  padding-top: 20px;
  width: 320px;
  position: absolute;
  bottom: -30px;
  left: inherit;
  right: -30px;
}

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

@media screen and (max-width: 767px) {
  .only-suit__contents__photo .text {
    position: relative;
    width: 90%;
    min-width: 0;
    float: none;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
    margin-top: -30px;
  }
}

.only-suit__contents__photo .text .logo {
  text-align: center;
}

.only-suit__contents__photo .text .logo .image {
  display: block;
}

.only-suit__contents__photo .text .logo .image img {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__photo .text .logo .image img {
    height: 30px;
  }
}

.only-suit__contents__photo .text .logo .rubi {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__photo .text .logo .rubi {
    font-size: 16px;
  }
}

.only-suit__contents__photo .text .products {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__photo .text .products {
    font-size: 10px;
  }
}

.only-suit__contents__photo:nth-child(2) {
  margin-top: 100px;
  float: left;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__photo:nth-child(2) {
    float: none;
    margin-top: 0;
  }
}

.only-suit__contents__photo:nth-child(2) .text {
  bottom: -30px;
  right: inherit;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .only-suit__contents__photo:nth-child(2) .text {
    bottom: inherit;
    left: inherit;
  }
}

.only-suit__contents__photo:last-child {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .sp-scroll {
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  .sp-scroll > div, .sp-scroll > li {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    margin-left: 15px;
  }
  .sp-scroll > div:last-child, .sp-scroll > li:last-child {
    margin-right: 15px;


  }

.only-suit__contents__photo:last-child
{
	margin-top: 0 !important;
}
}

/*--------------------------------------------
/*  ONLY galleria
/*--------------------------------------------*/
.galleria {
  padding: 150px 0;
  background: #FBF3E6;
  position: relative;
}

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

.galleria__title {
  text-align: center;
}

.galleria__title img {
  width: 230px;
}

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

.galleria__catch {
  text-align: center;
  font-size: 30px;
  margin: 50px 0;
}

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

@media screen and (max-width: 767px) {
  .galleria__ornament {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
}

.galleria__ornament .ph01 {
  position: absolute;
  top: 80px;
  right: 2%;
  background: url(../images/galleria_cut_01.jpg) center center;
  background-size: cover;
  width: 280px;
  height: 290px;
}

@media screen and (max-width: 767px) {
  .galleria__ornament .ph01 {
    position: relative;
    right: inherit;
    top: inherit;
    height: 100%;
    width: 50%;
    float: left;
  }
}

.galleria__ornament .ph02 {
  position: absolute;
  top: 500px;
  right: 0;
  background: url(../images/galleria_cut_02.jpg) center center;
  background-size: cover;
  width: 280px;
  height: 290px;
}

@media screen and (max-width: 1500px) {
  .galleria__ornament .ph02 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .galleria__ornament .ph02 {
    position: relative;
    right: inherit;
    top: inherit;
    height: 50%;
    width: 50%;
    float: left;
    display: block;
  }
}

.galleria__ornament .ph03 {
  position: absolute;
  top: 60px;
  left: 2%;
  background: url(../images/galleria_cut_03.jpg) center center;
  background-size: cover;
  width: 280px;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .galleria__ornament .ph03 {
    position: relative;
    right: inherit;
    top: inherit;
    left: inherit;
    height: 50%;
    width: 50%;
    float: left;
  }
}

.galleria__caption {
  width: 1000px;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .galleria__caption {
    width: auto;
    min-width: 0;
    float: none;
    padding: 20px;
  }
}

.galleria__silk {
  width: 830px;
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .galleria__silk {
    width: auto;
    min-width: 0;
    float: none;
    margin-top: 30px;
  }
}

.galleria__silk__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .galleria__silk__title {
    font-weight: 700;
    margin-bottom: 0;
  }
}

.galleria__silk__caption {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .galleria__silk__caption {
    padding: 20px;
    text-align: left;
  }
}

.galleria__silk__gallery {
  overflow: hidden;
  margin-top: 50px;
}

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

.galleria__silk__gallery li {
  width: 220px;
  float: left;
  margin-right: 80px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .galleria__silk__gallery li {
    width: 70%;
    float: none;
    margin-right: 0;
    max-width: 300px;
  }
}

.galleria__silk__gallery li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .galleria__silk__gallery li:last-child {
    margin-right: 15px;
  }
}

.galleria__silk__gallery li .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}

.galleria__silk__gallery li .caption {
  margin-top: 10px;
  font-size: 10px;
  text-align: left;
}

.galleria__silk__gallery li .products {
  margin-top: 10px;
  font-size: 10px;
  padding: 10px;
  background: #fff;
  height: 84px;
  text-align: left;
}

.kyoto {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: 50px;
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .kyoto {
    width: auto;
    padding: 0;
    min-width: 0;
    float: none;
    margin: 30px 20px 20px;
  }
}

.kyoto__inner {
  padding: 30px 30px 30px 30px;
  background: #F2EEE7;
}

@media screen and (max-width: 767px) {
  .kyoto__inner {
    padding: 0 0 20px 0;
    background: #fff;
  }
}

.kyoto__ornament {
  width: 310px;
  position: absolute;
  top: 40px;
  right: 40px;
}

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

.kyoto__about {
  padding: 10px 20px 20px 20px;
}

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

.kyoto__about .title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .kyoto__about .title {
    color: #fff;
    text-align: center;
    height: 170px;
    padding-top: 70px;
    background: url(../images/galleria_kyoto_01.jpg) top center no-repeat;
    background-size: cover;
  }
}

.kyoto__about .catch {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.4;
  font-weight: 700;
  padding-right: 310px;
}

@media screen and (max-width: 767px) {
  .kyoto__about .catch {
    margin: 20px;
    padding-right: 0;
  }
}

.kyoto__contents__caption {
  padding-left: 20px;
  font-size: 13px;
  letter-spacing: 0;
  width: 570px;
  line-height: 1.7;
}

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

.kyoto__contents__gallery {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery {
    border: none;
    padding-top: 0;
  }
}

.kyoto__contents__gallery ul {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.kyoto__contents__gallery ul li {
  width: 420px;
  font-size: 12px;
  float: left;
  overflow: hidden;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul li {
    width: 70%;
    min-width: 0;
    float: none;
    margin-left: 20px;
    max-width: 300px;
  }
}

.kyoto__contents__gallery ul li:last-child {
  float: right;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul li:last-child {
    float: none;
  }
}

.kyoto__contents__gallery ul li .image {
  width: 160px;
  float: left;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul li .image {
    width: 100%;
    float: none;
  }
}

.kyoto__contents__gallery ul li .caption {
  width: 240px;
  float: right;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul li .caption {
    width: 100%;
    float: none;
  }
}

.kyoto__contents__gallery ul li .caption .title {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul li .caption .title {
    margin-bottom: 12px;
    margin-top: 10px;
  }
}

.kyoto__contents__gallery ul li .caption .text {
  text-align: left;
}

.kyoto__contents__gallery ul li .caption .products {
  background-color: #fff;
  padding: 10px;
  margin-top: 15px;
  text-align: left;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .kyoto__contents__gallery ul li .caption .products {
    background-color: #EFEFEF;
  }
}

/*--------------------------------------------
/*  ORDER SUIT
/*--------------------------------------------*/
.order {
  background: url(../images/order_bg.jpg) top center no-repeat #121119;
  background-size: auto 100%;
  padding: 150px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .order {
    background: url(../images/order_bg_sp.jpg) top center no-repeat #121119;
    background-size: 100% auto;
    padding: 50px 0;
  }
}

.order__title {
  text-align: center;
  font-size: 40px;
}

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

.order__lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .order__lead {
    padding: 20px 31px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.order__type__lists {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .order__type__lists {
    width: auto;
    min-width: 0;
    float: none;
    margin: 15px;
  }
}

.order__type__lists .item {
  padding: 3px;
  background: #fff;
  width: 530px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item {
    width: 48%;
    min-width: 0;
    float: none;
  }
}

.order__type__lists .item .inner {
  height: 100%;
  border: 1px solid #59420D;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .inner {
    padding: 5px;
  }
}

.order__type__lists .item .logo {
  text-align: center;
  padding: 20px 0;
}

.order__type__lists .item .logo img {
  width: 300px;
}

.order__type__lists .item .text {
  text-align: center;
}

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

.order__type__lists .item .price {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  height: 60px;
}

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

@media screen and (max-width: 767px) {
  .order__type__lists .item .price .icon {
    height: 33px;
    width: 33px;
    padding: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

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

@media screen and (max-width: 767px) {
  .order__type__lists .item .price .icon .num {
    font-size: 11px;
  }
}

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

@media screen and (max-width: 767px) {
  .order__type__lists .item .price .icon .text {
    display: inline;
  }
}

.order__type__lists .item .price .yen {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .price .yen {
    font-size: 10px;
  }
}

.order__type__lists .item .price .yen .en {
  margin-right: 5px;
  font-family: 'Cormorant', serif;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .price .yen .en {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .order__type__lists .item .price .yen .tax {
    font-size: 10px;
    display: block;
    margin-top: 3px;
  }
}

.order__type__lists .item .caption {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

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

.order__type__lists .item .btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .btn a.btn-weak {
    font-size: 10px;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .order__type__lists .item .btn a.btn-weak:after {
    display: none;
  }
}

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

.order__type__lists .item.tm .price {
  margin-top: 20px;
  margin-bottom: 44px;
}

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

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

.order__feature {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  max-width: 1600px;
  border: 3px double #979797;
  padding: 70px 50px 40px 50px;
  margin-top: 80px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .order__feature {
    width: 100%;
    min-width: 0;
    float: none;
    padding: 0 0 0 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    border-bottom: 3px double #979797;
  }
}

.order__feature__title {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #121119;
  font-size: 20px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .order__feature__title {
    font-size: 18px;
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px 40px 20px 20px;
    border-top: 3px double #979797;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .order__feature__title:after {
    content: url(../images/icon_toggle_b_white.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .order__feature__title.open:after {
    content: url(../images/icon_toggle_b_white.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

.order__feature__title .num {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .order__feature__title .num {
    font-size: 16px;
  }
}

.order__feature .border-btn {
  margin-bottom: 30px;
}

.order__feature__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .order__feature__lists {
    margin: 0 20px 0 20px;
    padding: 0 0 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order__feature__lists .item {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .order__feature__lists .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.order__feature__lists .item .num {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.order__feature__lists .item .num:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.order__feature__lists .item .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .order__feature__lists .item .title {
    font-size: 17px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 320px) {
  .order__feature__lists .item .title {
    font-size: 15px;
  }
}

.order__feature__lists .item .text {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 10px;
}

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

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

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .access__contents {
    -webkit-flex-wrap: wrap;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

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

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

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

.access__address .street {
  font-size: 10px;
  margin-bottom: 10px;
  color: #666;
}

.access__address .station {
  font-size: 10px;
  margin-bottom: 10px;
  color: #666;
}

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

.access__address .time {
  font-size: 10px;
}

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

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

.access__address .btn-weak {
  width: 240px;
}

.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: 150px 0;
}

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

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

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

.about__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -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 {
    -webkit-flex-wrap: wrap;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: 20px;
    font-weight: 700;
    height: auto;
    padding: 20px 20px;
  }
}

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

@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;
}

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

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

@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;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translate(-50%, -68%);
  -ms-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;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity .2s ease-out;
  -o-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);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.modal-contents.show .modal-contents__inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: 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);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
  padding: 10px 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

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

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

.footer-fixed .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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;
  -o-transition: none;
  transition: none;
}

.ua-tb .nav__global__page .item a:before {
  -webkit-transition: none;
  -o-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;
  }
}



/*bottom*/
.bottom_photo
	{
	width: 1200px;
	margin: 10% auto 0 auto;
	}

.bottom_photo li
	{
	padding: 0% 1%;
	float: left;
	width: 33%;
	}

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

.bottom_photo li
	{
	width: 100%;
	margin: 0% auto 10% auto;
	text-align: center;
	padding: 0% 5% 2% 5%;
	}

.bottom_photo li img
	{
	width: 100%;
	}
}
