@charset "UTF-8";
/*
Theme Name: yokohama-shashinkan-jp_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 medium 500 bold 700 */
  font-family: 'YuGothic','Yu Gothic' ,'游ゴシック' , 'Noto Sans JP',  sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-strict;
  color: #111;
  text-rendering: optimizeLegibility;
}

body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_pop {
  /* medium 500 semibold 600 */
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.f_min {
  font-family: 'Times New Roman', 游明朝体, 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HGS明朝B, 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

a {
  text-decoration: none;
  color: #111;
}

a:hover {
  color: #111;
}

.thumbimg:hover {
  opacity: .9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}

.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}

.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}

.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes btnLineBefore {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes btnLineBefore {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes btnLineAfter {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes btnLineAfter {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 70px;
}

.wrap.wd {
  padding: 0 43px;
}

.wrap.wn {
  padding: 0;
}

.boxs .box {
  float: left;
}

.tac {
  text-align: center;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 2px solid #111;
  background-color: transparent;
}

.btn .inn {
  position: relative;
  z-index: 1;
  height: 46px;
}

.btn .bgbd {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn .bgin {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  background: #111;
}

.btn p {
  font-weight: 600;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  letter-spacing: .2em;
  color: #111;
}

.btn i {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 24px;
  display: block;
  width: 12px;
  height: 15px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-image: url(./img/common/ico_arw_01_off.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}

.btn.is-over .bgin {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.btn.onload .bgin {
  width: 100%;
}

.btn:hover .bgin {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn:hover p {
  color: #fff;
}

.btn:hover i {
  background-image: url(./img/common/ico_arw_01_on.png);
}

.btn.btn_b {
  background-color: #111;
}

.btn.btn_b .bgin {
  background-color: #fff;
}

.btn.btn_b p {
  color: #fff;
}

.btn.btn_b:hover p {
  color: #111;
}

.btn.btn_backs {
  background-color: #1e3130;
}

.btn.btn_backs .bgbd {
  border-color: #1e3130;
}

.btn.btn_backs:hover p {
  color: #1e3130;
}

.btnl {
  position: relative;
  z-index: 1;
  display: block;
  width: 205px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #000;
}

.btnl .inn {
  position: relative;
  z-index: 1;
  height: 44px;
}

.btnl p {
  font-weight: 600;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.btnl p span {
  font-size: 94%;
  font-weight: 600;
  letter-spacing: .1em;
  color: #111;
}

.btnl .line {
  position: absolute;
  z-index: 3;
  top: 0;
  right: calc((56px / 2) * -1);
  bottom: 0;
  overflow: hidden;
  width: 56px;
  margin: auto;
}

.btnl .line i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #111;
}

.btnl .line i:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btnl .line i:nth-child(2) {
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.btnl:hover .line i:nth-child(1) {
  -webkit-animation: btnLineBefore 1s cubic-bezier(0.5, 0, 0, 1) forwards;
          animation: btnLineBefore 1s cubic-bezier(0.5, 0, 0, 1) forwards;
}

.btnl:hover .line i:nth-child(2) {
  -webkit-animation: btnLineAfter 2s 1s cubic-bezier(0.5, 0, 0, 1) infinite;
          animation: btnLineAfter 2s 1s cubic-bezier(0.5, 0, 0, 1) infinite;
}

.btnl.is-leave .line i:nth-child(1) {
  opacity: 0;
}

.btnl.is-leave .line i:nth-child(2) {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.btnl.wh {
  border-color: #fff;
}

.btnl.wh p span {
  color: #fff;
}

.btnl.wh .line i {
  background-color: #fff;
}

.header {
  position: fixed;
  z-index: 110000;
  top: -70px;
  left: 0;
  width: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.header.tp {
  top: 0;
}

.header.on {
  top: 0;
}

.header_inner {
  position: relative;
  z-index: 100;
  height: 55px;
}

.header_logo {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.header_rsv {
  position: absolute;
  top: 0;
  right: 88px;
  display: block;
  width: 87px;
  text-align: center;
  border: none;
}

.header_rsv .inn {
  position: relative;
  z-index: 101;
  height: 55px;
  background-color: #d7d7d7;
}

.header_rsv .inn p {
  line-height: .9;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.header_rsv .inn p span {
  font-size: 8px;
  font-weight: 600;
  display: block;
  letter-spacing: .1em;
}

.header_rsv .inn p span.sp_only {
  display: none;
}

.header_rsv .inn p strong {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
}

.sp_navbtn {
  position: fixed;
  z-index: 121000;
  top: -70px;
  right: 0;
  width: 88px;
  cursor: pointer;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  background-color: #111;
}

.sp_navbtn.tp {
  top: 0;
}

.sp_navbtn .inn {
  position: relative;
  z-index: 102;
  width: 32px;
  height: 39px;
  margin: 16px auto 0;
}

.sp_navbtn .inn i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 2px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  background-color: #fff;
}

.sp_navbtn .inn i:nth-child(2) {
  top: 10px;
}

.sp_navbtn .inn i:nth-child(3) {
  top: 20px;
}

.sp_navbtn.on {
  top: 0;
}

.sp_navbtn.on .inn i {
  width: 36px;
}

.sp_navbtn.on .inn i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.sp_navbtn.on .inn i:nth-child(2) {
  opacity: 0;
}

.sp_navbtn.on .inn i:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.sp_menu_overlay {
  position: fixed;
  z-index: 115000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
  background-color: #9d9d9d;
  mix-blend-mode: multiply;
}

.sp_menu_overlay.on {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.sp_menu_overlay.off {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.sp_menu {
  position: fixed;
  z-index: 120000;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 42.27%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}

.sp_menu.on {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}

.sp_menu.on .sp_menu_list li {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}

.sp_menu.on .sp_menu_sns a {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}

.sp_menu.on .sp_menu_btns .box_btn, .sp_menu.on .sp_menu_btns .box_link {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}

.sp_menu.off {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}

.sp_menu_nav_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

.sp_menu_nav_inn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sp_menu_list {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.sp_menu_list .boxs .box {
  width: 46.51%;
  margin-right: 6.98%;
}

.sp_menu_list .boxs .box:nth-child(2) {
  margin-right: 0;
}

.sp_menu_list ul {
  margin-bottom: 23px;
}

.sp_menu_list ul li {
  margin-bottom: 10px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.sp_menu_list ul li:last-child {
  margin-bottom: 0;
}

.sp_menu_list ul li.mt {
  margin: 20px 0 21px;
}

.sp_menu_list ul li a {
  line-height: 1.2;
}

.sp_menu_list ul li a strong, .sp_menu_list ul li a span {
  position: relative;
}

.sp_menu_list ul li a strong:after, .sp_menu_list ul li a span:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #111;
}

.sp_menu_list ul li a:hover strong:after, .sp_menu_list ul li a:hover span:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sp_menu_list ul li a strong {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: .15em;
}

.sp_menu_list ul li a span {
  font-size: 87%;
  font-weight: 700;
  padding-left: 10px;
  letter-spacing: .25em;
}

.sp_menu_list ul li a span:after {
  bottom: -4px;
  left: 10px;
  width: calc(100% - 10px);
}

.sp_menu_sns {
  margin-top: -6px;
}

.sp_menu_sns a {
  display: inline-block;
  margin-right: 14px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.sp_menu_sns a:last-child {
  margin-right: 0;
}

.sp_menu_sns a img {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  vertical-align: top;
}

.sp_menu_sns a:hover img {
  opacity: .45;
}

.sp_menu_btns {
  width: 100%;
  max-width: 430px;
  margin: 15px auto 0;
}

.sp_menu_btns .boxs .box {
  width: 46.51%;
  margin-right: 6.98%;
}

.sp_menu_btns .boxs .box:nth-child(2) {
  margin-right: 0;
}

.sp_menu_btns .box_link {
  padding-top: 43px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.sp_menu_btns .box_link p {
  margin-bottom: 8px;
}

.sp_menu_btns .box_link p:last-child {
  margin-bottom: 0;
}

.sp_menu_btns .box_link p a {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: .2em;
}

.sp_menu_btns .box_btn {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.sp_menu_btns .box_btn .btn {
  display: block;
  margin-bottom: 23px;
}

.sp_menu_btns .box_btn .btn .inn {
  height: 53px;
}

.sp_menu_btns .box_btn .btn p {
  line-height: 1;
}

.sp_menu_btns .box_btn .btn p span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  letter-spacing: .1em;
}

.sp_menu_btns .box_btn .btn p span i {
  position: relative;
  top: 1px;
  right: inherit;
  left: inherit;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  background-image: url(./img/common/ico_insta_off.png);
  background-size: 13px;
}

.sp_menu_btns .box_btn .btn p strong {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
}

.sp_menu_btns .box_btn .btn i {
  top: 5px;
  right: 5px;
  width: 12px;
  height: 9px;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
  background-image: url(./img/common/ico_ex_off.png);
  background-size: 12px;
}

.sp_menu_btns .box_btn .btn:hover i {
  background-image: url(./img/common/ico_ex_on.png);
}

.sp_menu_btns .box_btn .btn:hover p span i {
  background-image: url(./img/common/ico_insta_on.png);
}

.sec_foot_bread {
  padding: 25px 0;
}

.sec_foot_bread .breadcrumbs {
  font-size: 80%;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sec_foot_bread .breadcrumbs a span {
  color: #111;
}

.sec_foot_bread .breadcrumbs a:hover {
  text-decoration: underline;
}

.sec_foot_bread .breadcrumbs span {
  color: #d7d7d7;
}

.sec_foot_rsv {
  padding: 66px 0 63px;
  color: #fff;
  background-color: #111;
}

.sec_foot_rsv .pages_btit p {
  font-size: 240%;
}

.sec_foot_rsv .pages_btit h2 {
  font-size: 94%;
  padding-top: 6px;
}

.foot_rsv_clm {
  padding: 23px 0 33px;
  text-align: center;
}

.foot_rsv_clm p {
  font-size: 80%;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: .2em;
}

.footer {
  padding: 81px 0 0;
}

.footer .boxs .box:nth-child(1) {
  width: 30.68%;
}

.footer .boxs .box:nth-child(2) {
  width: 50.39%;
}

.footer .boxs .box:nth-child(3) {
  float: right;
  width: 162px;
}

.footer .box_logo img {
  position: relative;
  left: -5px;
}

.footer .box_info {
  padding: 19px 0 12px;
}

.footer .box_info p {
  font-size: 94%;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2em;
}

.footer .box_link p {
  padding-bottom: 3px;
}

.footer .box_link p:last-child {
  padding-bottom: 0;
}

.footer .box_link p a {
  font-size: 94%;
  line-height: 1.5;
  -webkit-transition: color 500ms 0s ease;
  transition: color 500ms 0s ease;
  text-decoration: underline;
  letter-spacing: .2em;
}

.footer .box_link p a:hover {
  color: #bdbdbd;
}

.footer .box_btn {
  margin-top: -8px;
}

.footer .box_btn .btn {
  display: block;
  margin-bottom: 23px;
}

.footer .box_btn .btn .inn {
  height: 44px;
}

.footer .box_btn .btn p {
  line-height: 1;
}

.footer .box_btn .btn p span {
  font-size: 13px;
  font-weight: 600;
  display: block;
  letter-spacing: .1em;
}

.footer .box_btn .btn p span i {
  position: relative;
  top: 1px;
  right: inherit;
  left: inherit;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  background-image: url(./img/common/ico_insta_off.png);
  background-size: 11px;
}

.footer .box_btn .btn p strong {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
}

.footer .box_btn .btn i {
  top: 5px;
  right: 5px;
  width: 11px;
  height: 8px;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
  background-image: url(./img/common/ico_ex_off.png);
  background-size: 11px;
}

.footer .box_btn .btn:hover i {
  background-image: url(./img/common/ico_ex_on.png);
}

.footer .box_btn .btn:hover p span i {
  background-image: url(./img/common/ico_insta_on.png);
}

.footer .box_sns {
  padding-top: 2px;
}

.footer .box_sns ul li {
  display: inline-block;
}

.footer .box_sns ul li:nth-child(1) {
  margin-right: 13px;
}

.footer .box_sns ul li a img {
  width: 22px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.footer .box_sns ul li a:hover img {
  opacity: .45;
}

.fnav {
  margin-top: -5px;
}

.fnav ul {
  float: left;
}

.fnav ul:nth-child(1) {
  margin-right: 7.1%;
}

.fnav ul:nth-child(2) {
  margin-right: 7.1%;
}

.fnav ul li {
  margin-bottom: 9px;
}

.fnav ul li:last-child {
  margin-bottom: 0;
}

.fnav ul li.mt {
  margin: 12px 0 13px;
}

.fnav ul li a {
  -webkit-transition: color 500ms 0s ease;
  transition: color 500ms 0s ease;
  letter-spacing: .2em;
}

.fnav ul li a strong {
  font-size: 108%;
  font-weight: 600;
}

.fnav ul li a span {
  font-size: 94%;
}

.fnav ul li a:hover {
  color: #bdbdbd;
}

.footer_copy {
  padding: 59px 0 20px;
  text-align: right;
}

.footer_copy p {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .2em;
}

/****************************************
		pages Setting 
*****************************************/
.sec_pages_topimg {
  height: 540px;
}

.sec_pages_topimg .wrap {
  z-index: 21;
  height: 540px;
}

.sec_pages_topimg.pages_topimg_c {
  height: 321px;
}

.sec_pages_topimg.pages_topimg_c .wrap {
  height: 321px;
}

.sec_pages_topimg.pages_topimg_c .pages_topimg_clm {
  top: 62.2%;
  left: 0;
  width: 100%;
  text-align: center;
}

.sec_pages_topimg.pages_topimg_c .pages_topimg_clm p {
  font-size: 267%;
  line-height: 1;
  margin-bottom: 20px;
}

.pages_topimg_bg {
  position: absolute;
  z-index: 11;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pages_topimg_clm {
  line-height: .4;
  position: absolute;
  z-index: 22;
  top: 54.2%;
  left: 70px;
  width: 60%;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  color: #fff;
}

.pages_topimg_clm p {
  font-size: 334%;
  line-height: 75px;
  letter-spacing: .2em;
}

.pages_topimg_clm h2 {
  font-size: 134%;
  font-weight: 700;
  letter-spacing: .2em;
}

.sec_pages_subnav {
  border-bottom: 1px solid #9d9d9d;
}

.sec_pages_subnav .wrap {
  height: 81px;
}

.pages_subnav {
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0;
  height: 100%;
}

.pages_subnav ul li {
  display: block;
  float: left;
  margin-right: 35px;
  text-align: center;
}

.pages_subnav ul li.dd a p span {
  padding-top: 19px;
}

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

.pages_subnav ul li a {
  position: relative;
  z-index: 23;
  display: block;
  width: 155px;
  height: 81px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  color: #111;
}

.pages_subnav ul li a.onload i {
  width: 100%;
}

.pages_subnav ul li a.on {
  color: #111;
}

.pages_subnav ul li a.on i {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pages_subnav ul li a:hover {
  color: #111;
}

.pages_subnav ul li a:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pages_subnav ul li a p {
  line-height: 1;
}

.pages_subnav ul li a p span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 27px 0 5px;
  letter-spacing: .1em;
}

.pages_subnav ul li a p strong {
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.pages_subnav ul li a i {
  position: absolute;
  z-index: 24;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  background-color: #111;
}

.sec_pages {
  z-index: 1;
}

.sec_pages .wrap {
  z-index: 20;
}

.paegs_bg_outer {
  position: relative;
  z-index: 11;
  padding: 294px 0 0;
}

.paegs_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - ((100vw - 1240px) / 2 ) - 70px);
  height: 413px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.paegs_bg.bg_r {
  right: 0;
  left: inherit;
}

.pages_wh {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
}

.pages_head {
  position: relative;
  z-index: 21;
  padding: 80px 0 79px;
}

.pages_btit p {
  font-size: 296%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .15em;
}

.pages_btit h2 {
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .2em;
}

.pages_bclm {
  max-width: 700px;
  margin-top: 27px;
}

.pages_bclm p {
  font-size: 107%;
  font-weight: 700;
  line-height: 2.1;
  text-align: justify;
  letter-spacing: .15em;
}

.pages_ltit p {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: .15em;
}

.pages_ltit h3 {
  font-size: 94%;
  font-weight: 700;
  line-height: 2;
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-left: 39px;
  letter-spacing: .2em;
}

.pages_ltit h3 i {
  position: absolute;
  top: 48%;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-color: #111;
}

.pages_body .box_tag p {
  font-size: 94%;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .2em;
}

.pages_body .box_tit {
  margin-bottom: 12px;
}

.pages_body .box_tit h3, .pages_body .box_tit h4 {
  font-size: 134%;
  font-weight: 700;
  text-align: justify;
  letter-spacing: .2em;
}

.pages_body .box_tit p {
  font-size: 94%;
  font-weight: 600;
  line-height: 1;
  padding: 5px 0 6px;
  letter-spacing: .2em;
}

.pages_body .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.pages_body .box_memo {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #111;
}

.pages_body .box_memo p {
  font-size: 94%;
  line-height: 1.6;
  text-align: justify;
}

.pages_bgline {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: calc(100vw - (4.5% * 2));
  max-width: 1330px;
  height: 100%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border: 4px solid #111;
}

/****************************************
		about Setting 
*****************************************/
.about_topimg .pages_topimg_bg {
  background-image: url(./img/about/about_bg_01@2x.jpg);
}

.sec_about_01 {
  margin: 120px 0 297px;
}

.sec_about_01 .target_line {
  top: -55px;
}

.sec_about_01 .paegs_bg {
  background-image: url(./img/about/about_bg_02@2x.jpg);
}

.sec_about_01 .pages_head {
  border-bottom: 1px solid #9d9d9d;
}

.sec_about_01 .pages_body {
  padding: 150px 0 0;
}

.sec_about_01 .pages_body .boxs {
  max-width: 900px;
  margin: 0 auto;
}

.sec_about_01 .pages_body .boxs .box {
  width: 44.444%;
  margin-right: 11.112%;
}

.sec_about_01 .pages_body .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.sec_about_02 {
  margin: 0 0 291px;
}

.sec_about_02 .target_line {
  top: -55px;
}

.sec_about_02 .paegs_bg {
  background-image: url(./img/about/about_bg_03@2x.jpg);
}

.sec_about_02 .pages_head {
  border-bottom: 1px solid #9d9d9d;
}

.sec_about_02 .pages_body {
  padding: 74px 0 0;
}

.sec_about_02 .pages_body.bl {
  padding: 59px 0 106px;
  border-bottom: 1px solid #9d9d9d;
}

.sec_about_02 .pages_body .boxs {
  max-width: 694px;
  margin: 0 auto;
}

.sec_about_02 .pages_body .boxs .box {
  float: none;
  width: 100%;
  margin-top: 49px;
}

.about_logo {
  text-align: center;
}

.about_logo_head {
  padding: 28px 0 90px;
}

.about_logo_body ul li {
  display: inline-block;
}

.about_logo_body ul li.clm {
  position: relative;
  z-index: 20;
  width: 91px;
}

.about_logo_body ul li.clm p {
  font-size: 30px;
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.about_logo_body ul li .box_tit {
  line-height: 1;
}

.about_logo_body ul li .box_tit span {
  font-size: 107%;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  letter-spacing: .2em;
}

.about_logo_body ul li .box_tit strong {
  font-size: 80%;
  font-weight: 700;
  letter-spacing: .2em;
}

.about_logo_body ul li .box_img {
  padding-top: 3px;
}

.about_logo_clms {
  max-width: 558px;
  margin: 47px auto 0;
}

.about_logo_clms p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.sec_about_03 {
  margin-bottom: 180px;
}

.sec_about_03 .target_line {
  top: -55px;
}

.sec_about_03 .pages_head {
  padding: 100px 0 41px;
}

.sec_about_03 .pages_btit h2 {
  margin-top: 8px;
}

.sec_about_03 .pages_body {
  padding: 0;
}

.sec_about_03 .pages_body .pages_ltit {
  margin-bottom: 50px;
}

.sec_about_03 .pages_body.bs {
  padding: 98px 0 4px;
  border-top: 1px solid #9d9d9d;
}

.sec_about_03 .pages_body.bs .pages_ltit {
  margin-bottom: 57px;
}

.sec_about_03 .pages_body.bl {
  padding: 6px 0 92px;
}

.sec_about_03 .pages_body.bl .pages_ltit {
  margin-bottom: 45px;
}

.sec_about_03 .pages_body .boxs .box {
  width: 28.72%;
  margin-right: 6.92%;
  margin-bottom: 92px;
}

.sec_about_03 .pages_body .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.sec_about_03 .pages_body .box_img {
  margin-bottom: 21px;
}

.sec_about_03 .pages_body .box_tit {
  margin-bottom: 6px;
}

.sec_about_03 .pages_body .box_tit h4 {
  line-height: 1.4;
}

.sec_about_03 .pages_body .box_tit p {
  padding-top: 3px;
}

.sec_about_03 .pages_body .box_clm p {
  font-size: 100%;
  line-height: 1.65;
  letter-spacing: 0;
}

.sec_about_03 .pages_body .box_btn {
  margin-top: 28px;
}

.sec_about_03 .pages_body .box_btn .btn .inn {
  height: 41px;
}

.sec_about_03 .pages_body .box_tag {
  padding: 13px 0 3px;
}

.sec_about_03 .pages_body .box_tag p {
  line-height: 1;
}

.about_03_outer {
  max-width: 972px;
  margin: 0 auto;
}

.modaal-overlay {
  z-index: 999999;
}

.modaal-inner-wrapper {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.modaal-container {
  max-width: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close:after, .modaal-close:before {
  top: 12px;
  left: 32px;
  width: 3px;
  height: 46px;
  border-radius: 0;
  background: #111;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #111;
}

.modaal-wrapper {
  z-index: 1100000;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 113px;
  right: calc(((100vw - 1076px) / 2 ) - 60px);
  width: 67px;
  height: 67px;
  border-radius: 0;
  background-color: transparent;
}

.modal_outer {
  border: 4px solid #111;
}

.modal_inn {
  max-width: 1076px;
  margin: 0 auto;
  padding: 200px 0 90px;
}

.modal_head .box_tit h4 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1px;
  letter-spacing: .2em;
}

.modal_head .box_tit p {
  font-size: 107%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .2em;
}

.modal_head .box_clm {
  padding: 33px 0;
}

.modal_head .box_clm p {
  font-size: 107%;
  line-height: 1.6;
}

.modal_body .box_img ul {
  position: relative;
}

.modal_body .box_img ul li {
  float: left;
  width: 48.9%;
  margin-bottom: 25px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.modal_body .box_img ul li.mr {
  margin-right: 2.2%;
}

/****************************************
		menu Setting 
*****************************************/
.menu_topimg .pages_topimg_bg {
  background-image: url(./img/menu/menu_bg_01_v2@2x.jpg);
}

.menu_slide_outer .boxs .box:nth-child(1) {
  width: 42.81%;
}

.menu_slide_outer .boxs .box:nth-child(2) {
  position: relative;
  top: -8px;
  float: right;
  width: 50%;
}

.menu_slide_thm {
  position: relative;
  z-index: 11;
  margin-bottom: 37px;
  cursor: pointer;
}

.menu_slide_thm:last-child {
  margin-bottom: 0;
}

.menu_slide_thm .box_tit {
  position: absolute;
  z-index: 12;
  top: -8px;
  left: 19px;
}

.menu_slide_thm .box_tit h3 {
  font-size: 107%;
  font-weight: 600;
  line-height: 2.1;
  line-height: 1;
  letter-spacing: .2em;
}

.menu_slide_thm .box_tit h3 span {
  font-weight: 700;
}

.menu_slide_thm .box_clm {
  padding: 21px 30px 13px;
  background-color: #f5f5f5;
}

.menu_slide_thm .box_clm p {
  font-size: 87%;
  line-height: 1.4;
  text-align: justify;
  letter-spacing: .1em;
}

.menu_slides .slick-dots {
  position: absolute;
  right: -70px;
  bottom: -43px;
  text-align: right;
}

.menu_slides .slick-dots li {
  display: inline-block;
  margin-left: 15px;
}

.menu_slides .slick-dots li.slick-active button {
  background-color: #111;
}

.menu_slides .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 55px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #efefef;
}

.menu_slides .slick-list {
  overflow: visible;
}

.menu_slide {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 578px;
}

.menu_slide .menu_slide_img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + ((100vw - 1100px) / 2));
  height: 578px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.menu_slide.menu_slide_01 .menu_slide_img {
  background-image: url(./img/menu/menu_img_01_01@2x.jpg);
}

.menu_slide.menu_slide_02 .menu_slide_img {
  background-image: url(./img/menu/menu_img_01_02@2x.jpg);
}

.menu_slide.menu_slide_03 .menu_slide_img {
  background-image: url(./img/menu/menu_img_01_03@2x.jpg);
}

.menu_slide.menu_slide_04 .menu_slide_img {
  background-image: url(./img/menu/menu_img_01_04@2x.jpg);
}

.menu_slide.menu_slide_05 .menu_slide_img {
  background-image: url(./img/menu/menu_img_01_05@2x.jpg);
}

.menu_items {
  max-width: 742px;
  margin: 0 auto;
}

.menu_items .boxs .box {
  width: 46.49%;
  margin-right: 7.02%;
}

.menu_items .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.menu_items .box_tit {
  padding-bottom: 4px;
}

.menu_items .box_tit h3 {
  font-size: 134%;
  font-weight: 600;
  letter-spacing: .2em;
}

.menu_items .box_img {
  text-align: center;
}

.menu_items .box_clm {
  padding-top: 21px;
}

.menu_items .box_clm p {
  font-size: 107%;
  line-height: 2;
  letter-spacing: .1em;
}

.menu_price_outer {
  position: relative;
  z-index: 11;
  margin-top: 43px;
}

.menu_price_bg {
  position: absolute;
  z-index: 12;
  top: 28px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.menu_price_inner {
  position: relative;
  z-index: 13;
  padding-bottom: 12px;
}

.menu_price_inner .pages_ltit {
  margin-bottom: 44px;
}

.menu_price_inner .boxs .box {
  width: 47.36%;
  margin-right: 5.28%;
}

.menu_price_inner .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.menu_prices {
  margin-bottom: 45px;
}

.menu_prices_tit {
  padding-bottom: 10px;
}

.menu_prices_tit h4 {
  font-size: 107%;
  font-weight: 600;
  letter-spacing: .15em;
}

.menu_prices_btit {
  padding: 9px 0;
}

.menu_prices_btit p {
  font-size: 134%;
  font-weight: 600;
  letter-spacing: .15em;
}

.menu_prices_tbl table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #111;
}

.menu_prices_tbl table tbody tr th, .menu_prices_tbl table tbody tr td {
  font-weight: 500;
  padding: 6px 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #111;
}

.menu_prices_tbl table tbody tr th span, .menu_prices_tbl table tbody tr th strong, .menu_prices_tbl table tbody tr td span, .menu_prices_tbl table tbody tr td strong {
  font-size: 94%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}

.menu_prices_tbl table tbody tr th strong, .menu_prices_tbl table tbody tr td strong {
  font-size: 94%;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .1em;
}

.menu_prices_tbl table tbody tr th small, .menu_prices_tbl table tbody tr td small {
  font-size: 80%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}

.menu_prices_tbl table tbody tr th {
  width: 59.3%;
  padding-left: 17px;
  text-align: left;
}

.menu_prices_tbl table tbody tr td {
  width: 40.7%;
  padding-right: 8px;
  text-align: right;
}

.menu_prices_cau {
  margin-top: 15px;
}

.menu_prices_cau p {
  font-size: 94%;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: .1em;
}

.menu_prices_cau p:nth-child(2) {
  margin-top: 35px;
}

.menu_price_more {
  padding: 19px 0 32px;
}

.menu_price_more .boxs {
  max-width: 803px;
  margin: 0 auto;
  padding: 40px 64px 37px;
  border-radius: 15px;
  background-color: #fff;
}

.menu_price_more .boxs .box:nth-child(1) {
  width: 49.84%;
}

.menu_price_more .boxs .box:nth-child(2) {
  float: right;
  width: 41%;
}

.menu_price_more .box_clm p {
  font-size: 16px;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: .15em;
}

.menu_price_more .box_btn .btn .inn {
  height: 44px;
}

.menu_price_more .box_btn .btn p {
  font-size: 94%;
}

.menu_imgs {
  max-width: 1059px;
  margin: 0 auto;
}

.menu_price_ask h4 span {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: .15em;
}

.menu_price_ask h4 small {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 29px;
  letter-spacing: .1em;
}

.sec_menu_01 {
  overflow: hidden;
  padding: 29px 0 166px;
}

.sec_menu_01 .target_line {
  top: -55px;
}

.sec_menu_01 .pages_body {
  padding: 30px 0;
}

.sec_menu_02 {
  margin: 120px 0 328px;
}

.sec_menu_02 .target_line {
  top: -55px;
}

.sec_menu_02 .paegs_bg {
  background-image: url(./img/menu/menu_bg_02@2x.jpg);
}

.sec_menu_02 .pages_body {
  padding: 38px 0;
}

.sec_menu_03 {
  margin: 0 0 328px;
}

.sec_menu_03 .target_line {
  top: -55px;
}

.sec_menu_03 .paegs_bg {
  background-image: url(./img/menu/menu_bg_03@2x.jpg);
}

.sec_menu_03 .pages_bclm {
  max-width: inherit;
}

.sec_menu_03 .pages_head {
  padding-top: 73px;
}

.sec_menu_03 .pages_body {
  padding: 56px 0 38px;
}

.sec_menu_04 {
  margin: 0 0 328px;
}

.sec_menu_04 .target_line {
  top: -55px;
}

.sec_menu_04 .paegs_bg {
  width: 100%;
  background-image: url(./img/menu/menu_bg_04@2x.jpg);
}

.sec_menu_04 .pages_bclm {
  max-width: 634px;
  margin-right: auto;
  margin-left: auto;
}

.sec_menu_04 .pages_head {
  padding-top: 78px;
}

.sec_menu_04 .pages_body {
  padding: 64px 0 48px;
}

.sec_menu_05 {
  margin-bottom: 180px;
}

.sec_menu_05 .target_line {
  top: -55px;
}

.sec_menu_05 .pages_bgline {
  border-width: 3px;
}

.sec_menu_05 .pages_head {
  padding: 94px 0 41px;
}

.sec_menu_05 .pages_body {
  padding-bottom: 91px;
}

.sec_menu_05 .pages_bclm {
  max-width: 634px;
  margin: 25px auto 37px;
}

.sec_menu_05 .pages_btit h2 {
  margin-top: 6px;
}

.sec_menu_05 .menu_items {
  padding: 52px 0 66px;
  border-top: 1px solid #9d9d9d;
}

.sec_menu_05 .menu_items .box_tit h3 {
  font-size: 120%;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .2em;
}

.sec_menu_05 .menu_items .box_tit h4 {
  font-size: 120%;
  font-weight: 600;
  line-height: 2;
  margin-top: -4px;
  padding-bottom: 14px;
  letter-spacing: .2em;
}

.sec_menu_05 .menu_items .box_tag {
  padding-top: 13px;
}

.sec_menu_05 .menu_items .box_clm.mt {
  margin-top: 9px;
}

/****************************************
		project Setting 
*****************************************/
.project_topimg .pages_topimg_bg {
  background-image: url(./img/project/project_bg_01@2x.jpg);
}

.sec_project_read {
  padding: 122px 0 123px;
}

.project_read {
  text-align: center;
}

.project_read p {
  font-size: 107%;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .15em;
}

.sec_project_links {
  padding-bottom: 231px;
}

.project_links {
  overflow: hidden;
}

.project_link {
  display: block;
}

.project_link.project_link_01 .box_bg {
  background-image: url(./img/project/project_link_01@2x.jpg);
}

.project_link.project_link_02 .box_bg {
  background-image: url(./img/project/project_link_02@2x.jpg);
}

.project_link:hover .box_bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project_link .wrap {
  z-index: 21;
  height: 360px;
}

.project_link .box_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
}

.project_link .box_img .inn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 360px;
}

.project_link .box_bg {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.project_link .box_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}

.project_link .box_tit p {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: .2em;
}

.project_link .box_tit h2 {
  font-size: 107%;
  font-weight: 700;
  letter-spacing: .2em;
}

.project_c_read {
  max-width: 795px;
  margin: 90px auto 102px;
}

.project_c_read p {
  font-size: 107%;
  font-weight: 700;
  line-height: 230%;
  margin-bottom: 40px;
  text-align: justify;
  letter-spacing: .15em;
}

.project_c_read p:last-child {
  margin-bottom: 0;
}

.project_c_readr {
  max-width: 833px;
  margin: 0 auto;
  text-align: right;
}

.project_c_readr p {
  font-size: 94%;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .1em;
}

.project_c_readr h3 {
  font-size: 134%;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .1em;
}

.project_c_btit .boxs {
  position: relative;
}

.project_c_btit .boxs .box:nth-child(1) {
  width: 62.5%;
}

.project_c_btit .boxs .box:nth-child(2) {
  position: absolute;
  z-index: 11;
  top: 79px;
  right: 0;
  float: none;
  width: 45.58%;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: #111;
  background-color: #fff;
}

.project_c_btit .boxs .box:nth-child(2) .inn {
  position: relative;
  z-index: 12;
  height: 450px;
}

.project_c_btit .boxs .box_img {
  height: 442px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.project_c_btit .boxs .box_clms {
  position: absolute;
  z-index: 13;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-right: calc((100vw - 1100px) / 2);
  padding-left: 77px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.project_c_btit .boxs .box_tit p {
  font-size: 45px;
  font-size: 294%;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 11px;
  letter-spacing: .15em;
}

.project_c_btit .boxs .box_tit h2 {
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .2em;
}

.project_c_btit .boxs .box_clm {
  padding-top: 28px;
}

.project_c_btit .boxs .box_clm p {
  font-size: 107%;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  letter-spacing: .15em;
}

.project_c_btit.c_btit_r .boxs .box:nth-child(1) {
  float: right;
}

.project_c_btit.c_btit_r .boxs .box:nth-child(2) {
  right: inherit;
  left: 0;
  border-width: 5px 5px 5px 0;
}

.project_c_btit.c_btit_r .box_clms {
  padding-right: 77px;
  padding-left: calc((100vw - 1100px) / 2);
}

.project_c_concept_outer {
  position: relative;
  z-index: 11;
  margin: 204px 0 125px;
}

.project_c_concept_bg {
  position: absolute;
  z-index: 12;
  top: 28px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.project_c_concept {
  padding: 138px 0 0;
  text-align: center;
}

.project_c_concept h4 {
  font-size: 200%;
  font-weight: 700;
  letter-spacing: .15em;
}

.project_c_price_outer {
  margin-bottom: 113px;
}

.project_c_price_outer .pages_ltit {
  margin-bottom: 65px;
}

.project_c_equi_outer .pages_ltit {
  margin-bottom: 54px;
}

.project_c_tbl .boxs .box {
  width: 46.36%;
  margin-right: 7.28%;
}

.project_c_tbl .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.project_c_tbl h4 {
  font-size: 134%;
  font-weight: 700;
  line-height: 2.1;
  margin-bottom: 11px;
}

.project_c_tbl dl {
  margin-bottom: 25px;
}

.project_c_tbl dl dt {
  font-size: 107%;
  font-weight: 700;
  letter-spacing: .1em;
}

.project_c_tbl dl dd {
  font-size: 94%;
  line-height: 1.6;
  text-align: justify;
}

.project_c_tbl table {
  width: 100%;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #111;
}

.project_c_tbl table.fd {
  table-layout: fixed;
}

.project_c_tbl table thead tr:last-child th, .project_c_tbl table thead tr:last-child td, .project_c_tbl table tbody tr:last-child th, .project_c_tbl table tbody tr:last-child td {
  border-width: 0 1px 2px 0;
}

.project_c_tbl table thead tr:last-child th:last-child, .project_c_tbl table thead tr:last-child td:last-child, .project_c_tbl table tbody tr:last-child th:last-child, .project_c_tbl table tbody tr:last-child td:last-child {
  border-width: 0 2px 2px 0;
}

.project_c_tbl table thead tr th, .project_c_tbl table thead tr td, .project_c_tbl table tbody tr th, .project_c_tbl table tbody tr td {
  font-weight: 500;
  position: relative;
  z-index: 11;
  padding: 6px 13px;
  text-align: center;
  vertical-align: middle;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #111;
}

.project_c_tbl table thead tr th:last-child, .project_c_tbl table thead tr td:last-child, .project_c_tbl table tbody tr th:last-child, .project_c_tbl table tbody tr td:last-child {
  border-width: 0 2px 1px 0;
}

.project_c_tbl table thead tr th.bd, .project_c_tbl table thead tr td.bd, .project_c_tbl table tbody tr th.bd, .project_c_tbl table tbody tr td.bd {
  border-width: 0 1px 2px 0;
}

.project_c_tbl table thead tr th.pn, .project_c_tbl table thead tr td.pn, .project_c_tbl table tbody tr th.pn, .project_c_tbl table tbody tr td.pn {
  padding: 0;
}

.project_c_tbl table thead tr th.tal, .project_c_tbl table thead tr td.tal, .project_c_tbl table tbody tr th.tal, .project_c_tbl table tbody tr td.tal {
  text-align: left;
}

.project_c_tbl table thead tr th p, .project_c_tbl table thead tr td p, .project_c_tbl table tbody tr th p, .project_c_tbl table tbody tr td p {
  line-height: 1.1;
}

.project_c_tbl table thead tr th svg, .project_c_tbl table thead tr td svg, .project_c_tbl table tbody tr th svg, .project_c_tbl table tbody tr td svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.project_c_tbl table thead tr th span, .project_c_tbl table thead tr td span, .project_c_tbl table tbody tr th span, .project_c_tbl table tbody tr td span {
  font-size: 94%;
  font-weight: 700;
  line-height: 1.2;
}

.project_c_tbl table thead tr th strong, .project_c_tbl table thead tr td strong, .project_c_tbl table tbody tr th strong, .project_c_tbl table tbody tr td strong {
  font-size: 94%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .15em;
}

.project_c_tbl table thead tr th small, .project_c_tbl table thead tr td small, .project_c_tbl table tbody tr th small, .project_c_tbl table tbody tr td small {
  font-size: 80%;
  font-weight: 700;
  line-height: 1.2;
}

.project_c_tbl table thead tr th small.f_pop, .project_c_tbl table thead tr td small.f_pop, .project_c_tbl table tbody tr th small.f_pop, .project_c_tbl table tbody tr td small.f_pop {
  font-weight: 600;
}

.project_c_tbl table thead tr th i, .project_c_tbl table thead tr td i, .project_c_tbl table tbody tr th i, .project_c_tbl table tbody tr td i {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #111;
}

.project_c_tbl table thead tr th, .project_c_tbl table tbody tr th {
  white-space: nowrap;
  background-color: #f5f5f5;
}

.project_c_tbl table thead tr th {
  padding: 2px 13px;
}

.project_c_tbl_cau {
  margin-top: 23px;
}

.project_c_tbl_cau p {
  font-size: 88%;
  line-height: 1.9;
  text-align: justify;
}

.project_c_print_outer .pages_ltit {
  margin-bottom: 48px;
}

.project_c_print {
  margin-bottom: 73px;
}

.project_c_print .boxs .box {
  width: 46.81%;
  margin-right: 6.38%;
}

.project_c_print .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.project_c_print .box_tit {
  padding: 21px 0 11px;
}

.project_c_print .box_tit h4 {
  font-size: 20px;
  font-size: 134%;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .15em;
}

.project_c_print .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.project_c_print .box_cau {
  padding-top: 18px;
}

.project_c_print .box_cau p {
  font-size: 94%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.project_c_print .box_info {
  margin-top: 22px;
  padding: 29px 37px;
  background-color: #f5f5f5;
}

.project_c_print .box_info dl {
  margin-bottom: 20px;
}

.project_c_print .box_info dl:last-child {
  margin-bottom: 0;
}

.project_c_print .box_info dl dt {
  font-size: 120%;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .2em;
}

.project_c_print .box_info dl dd {
  font-size: 107%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.project_c_corp_outer {
  max-width: 936px;
  margin: 0 auto;
}

.project_c_corp_outer table {
  width: 100%;
  margin: 51px 0 34px;
}

.project_c_corp_outer table tbody tr th, .project_c_corp_outer table tbody tr td {
  font-weight: 500;
  padding: 9px 40px;
  text-align: left;
}

.project_c_corp_outer table tbody tr th strong, .project_c_corp_outer table tbody tr td strong {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .2em;
}

.project_c_corp_outer table tbody tr th p, .project_c_corp_outer table tbody tr td p {
  line-height: 1.8;
  letter-spacing: .2em;
}

.project_c_corp_outer table tbody tr th {
  white-space: nowrap;
}

.darkroom_topimg .pages_topimg_bg {
  background-image: url(./img/project/darkroom_bg_01@2x.jpg);
}

.sec_darkroom_01 {
  padding: 110px 0 293px;
}

.sec_darkroom_01 .target_line {
  top: -55px;
}

.sec_darkroom_01 .pages_btit p {
  font-size: 267%;
}

.sec_darkroom_01 .pages_btit h2 {
  font-size: 94%;
  padding-top: 2px;
}

.sec_darkroom_02 {
  padding-bottom: 51px;
}

.sec_darkroom_02 .target_line {
  top: -55px;
}

.sec_darkroom_02 .project_c_btit {
  margin-bottom: 124px;
}

.sec_darkroom_02 .project_c_btit .box_img {
  background-image: url(./img/project/darkroom_bg_02@2x.jpg);
}

.sec_darkroom_03 {
  margin-bottom: 160px;
}

.sec_darkroom_03 .target_line {
  top: -55px;
}

.sec_darkroom_03 .project_c_btit {
  margin-bottom: 214px;
}

.sec_darkroom_03 .project_c_btit .box_img {
  background-image: url(./img/project/darkroom_bg_03@2x.jpg);
}

.sec_darkroom_04 {
  margin-bottom: 181px;
}

.sec_darkroom_04 .target_line {
  top: -55px;
}

.sec_darkroom_04 .pages_bgline {
  border-width: 3px;
}

.sec_darkroom_04 .pages_head {
  padding: 95px 0 53px;
}

.sec_darkroom_04 .pages_body {
  padding-bottom: 119px;
  border-top: 1px solid #9d9d9d;
}

.sec_darkroom_04 .pages_btit h2 {
  padding-top: 7px;
}

.sec_darkroom_05 {
  margin-bottom: 208px;
  text-align: center;
}

.darkroom_05_clm p {
  font-size: 94%;
  font-weight: 700;
  letter-spacing: .1em;
}

.darkroom_05_link {
  margin-top: 17px;
}

.darkroom_05_link a {
  display: inline-block;
}

.darkroom_05_link a img {
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.darkroom_05_link a:hover img {
  opacity: .7;
}

.sec_foot_tel {
  padding: 73px 0 121px;
  background-color: #f5f5f5;
}

.foot_tel_tit {
  padding-bottom: 40px;
  text-align: center;
}

.foot_tel_tit h2 {
  font-size: 167%;
  font-weight: 700;
  letter-spacing: .2em;
}

.foot_tel_outer {
  max-width: 913px;
  margin: 0 auto;
}

.foot_tel_outer .boxs .box:nth-child(1) {
  width: 50%;
}

.foot_tel_outer .boxs .box:nth-child(2) {
  float: right;
  width: 41.4%;
}

.foot_tel_outer .box_info {
  padding-bottom: 15px;
}

.foot_tel_outer .box_info p {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: .15em;
}

.foot_tel_outer .box_tel a {
  font-size: 320%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .15em;
}

.foot_tel_outer .box_clm dl dt, .foot_tel_outer .box_clm dl dd {
  font-size: 94%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.foot_tel_outer .box_clm dl dt {
  font-weight: 700;
}

/****************************************
		top Setting 
*****************************************/
.body_top .header, .body_top .sp_navbtn {
  top: -70px;
}

.body_top .header.tp, .body_top .sp_navbtn.tp {
  top: 0;
}

.sec_tops .wrap {
  z-index: 21;
  padding: 0 45px;
}

.sec_tops .pages_head {
  padding: 0;
}

.sec_tops .pages_head.head_r .pages_btit {
  text-align: right;
}

.sec_tops .pages_head.head_r .pages_btit p {
  position: relative;
  right: -6px;
}

.sec_tops .pages_head.head_r .pages_bclm {
  margin-left: auto;
}

.sec_tops .pages_bclm {
  max-width: 480px;
  margin-top: 29px;
}

.sec_tops .pages_bclm p {
  line-height: 1.9;
}

.sec_tops .pages_btit p {
  font-size: 360%;
  letter-spacing: .1em;
}

.sec_tops .pages_btit h2 {
  padding-top: 6px;
  letter-spacing: 0;
}

.sec_top_bgs {
  overflow: hidden;
}

.top_gbg {
  position: absolute;
  z-index: 20;
  top: 260px;
  right: 43px;
  width: calc(100vw + 131px);
  height: 863px;
  -webkit-transform: rotate(3.36deg);
          transform: rotate(3.36deg);
  background-color: #f5f5f5;
}

.top_gbg.gbg_r {
  top: 238px;
  right: inherit;
  left: 90px;
  -webkit-transform: rotate(-3.9deg);
          transform: rotate(-3.9deg);
}

.top_more_btn {
  position: relative;
  z-index: 21;
}

.top_more_btn .btn {
  width: 220px;
}

.sec_top_topimg {
  height: 100vh;
  min-height: calc(648px + 75px + 78px);
}

.top_topimg_inner, .top_topimg_outer {
  width: 964px;
  max-width: 80%;
  margin: 0 auto;
}

.top_topimg_inner {
  position: relative;
  z-index: 11;
  height: 100vh;
  min-height: calc(648px + 75px + 78px);
}

.top_topimg_outer {
  position: absolute;
  z-index: 7;
  top: 75px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
}

.top_topimg_imgs {
  opacity: 0;
}

.top_topimg_img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  min-height: 648px;
  -webkit-transition: width 200ms 0s ease;
  transition: width 200ms 0s ease;
}

.top_topimg_img.slick-active span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_topimg_img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 7s 0s linear;
  transition: all 7s 0s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_topimg_img.topimg_01 span {
  background-image: url(./img/top/top_topimg_bg_01.jpg);
}

.top_topimg_img.topimg_02 span {
  background-image: url(./img/top/top_topimg_bg_02_v2.jpg);
}

.top_topimg_img.topimg_03 span {
  background-image: url(./img/top/top_topimg_bg_03.jpg);
}

.top_topimg_img.topimg_04 span {
  background-image: url(./img/top/top_topimg_bg_04.jpg);
}

.top_topimg_img.topimg_05 span {
  background-image: url(./img/top/top_topimg_bg_05_v2.jpg);
}

.top_topimg_img.topimg_06 span {
  background-image: url(./img/top/top_topimg_bg_06_v2.jpg);
}

.top_topimg_logo {
  position: absolute;
  z-index: 12;
  bottom: 194px;
  left: -48px;
  opacity: 0;
}

.top_topimg_news {
  position: absolute;
  z-index: 12;
  bottom: 101px;
  left: -37px;
  overflow: hidden;
  width: 400px;
  height: 70px;
  opacity: 0;
  border: 2px solid #111;
}

.top_slide_new {
  line-height: 1;
  padding: 15px 25px;
}

.top_slide_new dl dt span {
  font-size: 94%;
  font-weight: 600;
  display: inline-block;
  padding-right: 19px;
  letter-spacing: .03em;
  border-right: 1px solid #111;
}

.top_slide_new dl dt span:nth-child(2) {
  padding-left: 15px;
}

.top_slide_new dl dd {
  font-size: 13px;
  font-size: 87%;
  padding-top: 10px;
}

.top_slide_new a {
  display: block;
}

.top_slide_new a:hover dd {
  text-decoration: underline;
}

.top_topimg_nav {
  position: absolute;
  z-index: 12;
  top: 92px;
  right: -46px;
  opacity: 0;
}

.top_topimg_nav ul {
  text-align: right;
}

.top_topimg_nav ul li {
  margin-bottom: 10px;
}

.top_topimg_nav ul li:last-child {
  margin-bottom: 0;
}

.top_topimg_nav ul li a .inn {
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top_topimg_nav ul li a span {
  font-weight: 700;
  position: relative;
  letter-spacing: .2em;
}

.top_topimg_nav ul li a span:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  background-color: #111;
}

.top_topimg_nav ul li a:hover .inn {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.top_topimg_nav ul li a:hover strong:after, .top_topimg_nav ul li a:hover span:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top_topimg_sns {
  position: absolute;
  z-index: 12;
  right: -38px;
  bottom: 78px;
  opacity: 0;
}

.top_topimg_sns ul li:nth-child(1) {
  margin-bottom: 18px;
}

.top_topimg_sns ul li a img {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.top_topimg_sns ul li a:hover img {
  opacity: .45;
}

.top_topimg_scroll {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  opacity: 0;
}

.top_topimg_scroll .inn {
  position: relative;
}

.top_topimg_scroll .scroll_clm_bar {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 2px;
  height: 104px;
}

.top_topimg_scroll .scroll_clm_bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  -webkit-transition: height 	.5s 1s ease-in-out;
  transition: height 	.5s 1s ease-in-out;
  opacity: 1;
  background-color: #111;
}

.top_topimg_scroll.on .scroll_clm_bar span {
  height: 100%;
  -webkit-animation: scroll_bar 2.5s ease-in-out 2.5s infinite;
          animation: scroll_bar 2.5s ease-in-out 2.5s infinite;
}

@-webkit-keyframes scroll_bar {
  0%, 100%, 52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

@keyframes scroll_bar {
  0%, 100%, 52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

.top_topimg_clm_01 {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: 0;
}

.top_topimg_clm_01 img {
  vertical-align: top;
}

.top_topimg_clm_02 {
  position: absolute;
  z-index: 5;
  top: 46%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: 0;
}

.top_topimg_clm_02 img {
  vertical-align: top;
}

.sec_top_read {
  padding: 125px 0 0;
}

.top_read_outer {
  position: relative;
  z-index: 11;
  max-width: 663px;
  margin: 0 auto;
}

.top_read_tit {
  position: absolute;
  z-index: 12;
  top: -23px;
  right: -15px;
}

.top_read {
  position: relative;
  z-index: 21;
}

.top_read p {
  font-size: 107%;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 32px;
  text-align: justify;
  letter-spacing: .1em;
}

.top_read p:last-child {
  margin-bottom: 0;
}

.sec_top_about {
  padding: 260px 0 286px;
}

.top_about {
  max-width: 960px;
  margin: 65px auto 62px;
}

.top_about .boxs .box {
  width: 44.79%;
  margin-right: 10.42%;
}

.top_about .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.top_about .boxs .box:hover .box_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_about .box_img {
  position: relative;
  z-index: 21;
  overflow: hidden;
  height: 280px;
}

.top_about .box_img img {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
}

.top_about .box_tit {
  padding: 25px 0 0;
}

.top_about .box_tit h3 {
  font-size: 120%;
}

.top_about .box_clm p {
  font-size: 100%;
  letter-spacing: .15em;
}

.sec_top_menu .top_more_btn .btnl {
  margin-right: 0;
}

.top_menu_outer {
  padding: 102px 0 77px 0;
  padding-left: calc(((100vw - 1150px) / 2) + 104px);
}

.top_menus {
  position: relative;
  z-index: 33;
}

.top_menus .slick-arrow {
  position: absolute;
  z-index: 22;
  bottom: -122px;
  width: 45px;
  height: 45px;
  margin-right: 25px;
  cursor: pointer;
}

.top_menus .slick-arrow .inn {
  position: relative;
  z-index: 23;
  height: 45px;
}

.top_menus .slick-arrow i {
  line-height: 19;
  position: absolute;
  z-index: 24;
  top: 43%;
  left: 50%;
  display: block;
  width: 13px;
  height: 19px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
}

.top_menus .slick-arrow.prev-arrow {
  left: calc((45px + 42px + 25px + 45px) * -1);
}

.top_menus .slick-arrow.prev-arrow i {
  background-image: url(./img/common/ico_arw_05_off.png);
}

.top_menus .slick-arrow.next-arrow {
  left: calc((45px + 42px) * -1);
}

.top_menus .slick-arrow.next-arrow i {
  background-image: url(./img/common/ico_arw_06_off.png);
}

.top_menus .slick-arrow:hover.prev-arrow i {
  background-image: url(./img/common/ico_arw_05_on.png);
}

.top_menus .slick-arrow:hover.next-arrow i {
  background-image: url(./img/common/ico_arw_06_on.png);
}

.top_menu {
  width: 368px;
  margin-left: 55px;
}

.top_menu:hover .box_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_menu .box_img {
  position: relative;
  z-index: 21;
  overflow: hidden;
  height: 240px;
}

.top_menu .box_img img {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
}

.top_menu .box_tit {
  padding: 25px 0 0;
}

.top_menu .box_tit h3 {
  font-size: 120%;
}

.top_menu .box_clm p {
  font-size: 100%;
  text-align: justify;
  letter-spacing: .15em;
}

.sec_top_project {
  padding: 178px 0 328px;
}

.sec_top_project .project_links {
  position: relative;
  z-index: 22;
  margin: 93px 0 75px;
}

.sec_top_info .top_more_btn .btnl {
  margin-right: 0;
}

.top_info_outer {
  max-width: 881px;
  margin: 82px auto 86px;
  border-top: 2px solid #111;
}

.top_info {
  display: block;
  padding: 29px 26px 12px;
  border-bottom: 2px solid #111;
}

.top_info:hover .box_tit h3 {
  text-decoration: underline;
}

.top_info .boxs .box:nth-child(1) {
  width: 116px;
}

.top_info .boxs .box:nth-child(2) {
  width: 187px;
}

.top_info .boxs .box:nth-child(3) {
  width: calc(100% - 116px - 187px);
}

.top_info .box_date p {
  font-size: 107%;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .1em;
}

.top_info .box_tag {
  padding: 0 30px;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #111;
}

.top_info .box_tag span {
  font-size: 87%;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 0;
  letter-spacing: .1em;
  color: #fff;
  background-color: #111;
}

.top_info .box_tit {
  padding-left: 20px;
}

.top_info .box_tit h3 {
  font-size: 107%;
  font-weight: 700;
  letter-spacing: .1em;
}

.sec_top_gallery {
  padding: 236px 0 0;
}

.top_gallery {
  margin: 48px 0 74px;
}

.top_gallery .boxs .box {
  width: 25%;
}

.top_gallery .boxs .box a {
  display: block;
}

.top_gallery .boxs .box:hover .box_cov {
  opacity: .4;
}

.top_gallery .box_img {
  position: relative;
  z-index: 21;
  overflow: hidden;
}

.top_gallery .box_img img {
  width: 100%;
}

.top_gallery .box_cov {
  position: absolute;
  z-index: 23;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  opacity: 0;
  background-color: #111;
}

.top_gallery .box_bg {
  position: relative;
  z-index: 22;
}

.top_gallery .box_bg img {
  vertical-align: top;
}

.sec_top_access {
  padding: 111px 0 314px;
}

.sec_top_access .target_line {
  top: 10px;
}

.sec_top_access .top_gbg {
  top: 110px;
  height: 711px;
}

.top_access_outer {
  margin: 117px 0 0;
}

.top_access_outer .boxs .box {
  width: 50%;
}

.top_access_outer .box_clm {
  padding: 27px 0 0 69px;
}

.top_access_outer .box_clm h3, .top_access_outer .box_clm p {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 31px;
  text-align: justify;
  letter-spacing: .1em;
}

.top_access_outer .box_clm p:last-child {
  margin-bottom: 0;
}

.sec_top_menu .top_more_btn .wrap, .sec_top_info .top_more_btn .wrap, .sec_top_about .top_more_btn .wrap, .sec_top_project .top_more_btn .wrap {
  padding: 0 38px;
}

.sec_top_menu .btnl, .sec_top_info .btnl, .sec_top_about .btnl, .sec_top_project .btnl {
  width: 220px;
}

.sec_top_menu .btnl p span, .sec_top_info .btnl p span, .sec_top_about .btnl p span, .sec_top_project .btnl p span {
  font-size: 107%;
}

/****************************************
		info Setting 
*****************************************/
.info_topimg .pages_topimg_bg {
  background-image: url(./img/info/info_bg_01@2x.jpg);
}

.info_subnav .pages_subnav {
  position: relative;
  right: inherit;
}

.info_subnav .pages_subnav ul li {
  width: 13.66%;
  margin-right: 3%;
}

.info_subnav .pages_subnav ul li a {
  width: 100%;
}

.info_subnav .pages_subnav ul li a p span {
  padding-top: 36px;
}

.sec_info_archive {
  padding: 140px 0 181px;
}

.info_archive .boxs .box {
  width: 31.364%;
  margin-right: 2.954%;
  margin-bottom: 87px;
}

.info_archive .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.info_archive .box_img {
  text-align: center;
}

.info_archive .box_info {
  padding: 19px 0 10px;
}

.info_archive .box_info span {
  font-weight: 600;
  display: inline-block;
}

.info_archive .box_info span.date {
  font-size: 107%;
  line-height: 2.1;
  letter-spacing: .15em;
}

.info_archive .box_info span.tag {
  font-size: 87%;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 13;
  top: -1px;
  width: 130px;
  margin-left: 8px;
  padding: 4px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background-color: #111;
}

.info_archive .box_tit h3 {
  font-size: 107%;
  font-weight: 500;
  line-height: 2.1;
  text-align: justify;
  letter-spacing: .15em;
}

.info_archive a {
  display: block;
}

.info_archive a:hover .box_tit {
  text-decoration: underline;
}

.info_archive_more {
  margin-top: 47px;
  text-align: center;
}

.info_archive_more .wp-pagenavi {
  position: relative;
  display: inline-block;
}

.info_archive_more .wp-pagenavi a, .info_archive_more .wp-pagenavi span {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 46px;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 20px;
  padding: 0;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  vertical-align: top;
  color: #111;
  border: 1px solid #111;
}

.info_archive_more .wp-pagenavi a i, .info_archive_more .wp-pagenavi span i {
  position: relative;
  left: -1px;
}

.info_archive_more .wp-pagenavi a.current, .info_archive_more .wp-pagenavi span.current {
  font-weight: 600;
  color: #fff;
  background-color: #111;
}

.info_archive_more .wp-pagenavi a:hover, .info_archive_more .wp-pagenavi span:hover {
  color: #fff;
  background-color: #111;
}

.info_archive_more .wp-pagenavi .previouspostslink, .info_archive_more .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  display: block;
  width: 46px;
  height: 46px;
  margin: 0;
  border: none;
}

.info_archive_more .wp-pagenavi .previouspostslink i, .info_archive_more .wp-pagenavi .nextpostslink i {
  position: relative;
  left: 0;
  display: block;
  width: 46px;
  height: 46px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}

.info_archive_more .wp-pagenavi .previouspostslink:hover, .info_archive_more .wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}

.info_archive_more .wp-pagenavi .previouspostslink:hover i, .info_archive_more .wp-pagenavi .nextpostslink:hover i {
  opacity: .7;
}

.info_archive_more .wp-pagenavi .previouspostslink {
  left: -49px;
}

.info_archive_more .wp-pagenavi .previouspostslink i {
  background-image: url(./img/common/ico_arw_07@2x.png);
}

.info_archive_more .wp-pagenavi .nextpostslink {
  right: -49px;
}

.info_archive_more .wp-pagenavi .nextpostslink i {
  background-image: url(./img/common/ico_arw_08@2x.png);
}

.sec_info_single {
  padding: 223px 0 174px;
}

.info_single_outer {
  max-width: 786px;
  margin: 0 auto;
}

.info_single_head {
  margin-bottom: 30px;
  padding-bottom: 19px;
  border-bottom: 1px solid #9d9d9d;
}

.info_single_tag span {
  font-size: 107%;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 177px;
  padding: 7px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background-color: #111;
}

.info_single_date {
  padding: 7px 0 4px;
}

.info_single_date p {
  font-size: 107%;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: .15em;
}

.info_single_tit h2 {
  font-size: 134%;
  font-weight: 700;
  letter-spacing: .15em;
}

.info_single_body {
  padding-bottom: 143px;
}

.info_single_clms p {
  font-size: 107%;
  line-height: 2.15;
  margin-top: 25px;
  letter-spacing: .15em;
}

.info_single_clms figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.info_single_more {
  position: relative;
  z-index: 11;
  text-align: center;
}

.info_single_more ul li.list {
  display: inline-block;
  width: 170px;
}

.info_single_more ul li.prev, .info_single_more ul li.next {
  position: absolute;
  z-index: 12;
  top: 0;
}

.info_single_more ul li.prev a, .info_single_more ul li.next a {
  display: block;
  width: 30px;
  height: 46px;
  text-align: center;
}

.info_single_more ul li.prev a img, .info_single_more ul li.next a img {
  position: relative;
  z-index: 13;
  top: 5px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.info_single_more ul li.prev a:hover img, .info_single_more ul li.next a:hover img {
  opacity: .6;
}

.info_single_more ul li.prev {
  left: calc(50% - 144px);
}

.info_single_more ul li.next {
  right: calc(50% - 144px);
}

.info_single_more .btn .inn {
  height: 42px;
}

.info_none {
  text-align: center;
}

.info_none h3 {
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .15em;
}

/****************************************
		Reservation Setting 
*****************************************/
.rsv_topimg .pages_topimg_bg {
  background-image: url(./img/rsv/rsv_bg_01@2x.jpg);
}

.sec_rsv {
  padding: 0 0 181px;
}

.rsv_nav {
  max-width: 658px;
  margin: 78px auto 127px;
}

.rsv_nav ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  display: block;
  float: left;
  width: 202px;
  height: 46px;
  margin-right: 26px;
  text-align: center;
  letter-spacing: .1em;
  border: 2px solid #111;
}

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

.rsv_nav ul li.on {
  color: #fff;
  background-color: #111;
}

.rsv_outer {
  max-width: 811px;
  margin: 0 auto;
}

.rsv_tbl table {
  width: 100%;
}

.rsv_tbl table tbody tr th, .rsv_tbl table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: .1em;
}

.rsv_tbl table tbody tr th {
  position: relative;
  width: 211px;
  padding: 9px 0 0 47px;
  vertical-align: top;
}

.rsv_tbl table tbody tr th.pn {
  padding-left: 0;
}

.rsv_tbl table tbody tr th strong {
  font-size: 15px;
  font-weight: 700;
}

.rsv_tbl table tbody tr th .cau {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: 37px;
  height: 20px;
  text-align: center;
  letter-spacing: .2em;
  color: #fff;
  background-color: #111;
}

.rsv_tbl table tbody tr th.th02 {
  padding-top: 14px;
}

.rsv_tbl table tbody tr th.th02 .cau {
  top: 17px;
}

.rsv_tbl table tbody tr th.th03 {
  padding-top: 10px;
}

.rsv_tbl table tbody tr th.th03 .cau {
  top: 14px;
}

.rsv_tbl table tbody tr th.th04 {
  padding-top: 0;
}

.rsv_tbl table tbody tr td {
  width: calc(100% - 211px);
  padding-bottom: 25px;
}

.rsv_tbl table tbody tr td .chks {
  line-height: 1.3;
  padding-bottom: 13px;
}

.rsv_tbl table tbody tr td .chks .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
}

.rsv_tbl table tbody tr td.rds {
  padding: 16px 0 39px;
}

.rsv_tbl table tbody tr td .rsv_memo {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 20px 0;
  letter-spacing: .1em;
}

.rsv_tbl table tbody tr td dl {
  margin-bottom: 25px;
}

.rsv_tbl table tbody tr td dl:last-of-type {
  margin-bottom: 0;
}

.rsv_tbl table tbody tr td dl dt, .rsv_tbl table tbody tr td dl dd {
  float: left;
}

.rsv_tbl table tbody tr td dl dt {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 10px 0 0;
  letter-spacing: .1em;
}

.rsv_tbl .wpcf7-list-item {
  font-size: 15px;
  line-height: 1.55;
  margin-left: 28px;
}

.rsv_tbl .wpcf7-list-item.first {
  margin-left: 0;
}

.rsv_tbl .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 700;
  padding-top: 10px;
}

.rsv_tbl [type=text], .rsv_tbl [type=email], .rsv_tbl [type=date], .rsv_tbl textarea {
  font-size: 14px;
  width: 100%;
  padding: 14px 13px 13px;
  border: none;
  border: 1px solid #111;
}

.rsv_tbl [type=text].min, .rsv_tbl [type=email].min, .rsv_tbl [type=date].min, .rsv_tbl textarea.min {
  width: 200px;
}

.rsv_tbl [type=text].wpcf7c-conf, .rsv_tbl [type=email].wpcf7c-conf, .rsv_tbl [type=date].wpcf7c-conf, .rsv_tbl textarea.wpcf7c-conf {
  border: none;
  background-color: white !important;
}

.rsv_tbl [type=date] {
  padding: 11px 13px 10px;
}

.rsv_tbl textarea {
  height: 260px;
  resize: vertical;
}

.rsv_tbl textarea.wpcf7c-conf {
  padding-top: 3px;
}

.rsv_tbl.rsv_tbl_conf {
  max-width: 717px;
  margin: 0 auto;
}

.rsv_tbl.rsv_tbl_conf table tbody tr th, .rsv_tbl.rsv_tbl_conf table tbody tr td {
  border-top: 1px solid #9d9d9d;
}

.rsv_tbl.rsv_tbl_conf table tbody tr th {
  width: 170px;
  padding: 23px 0 0 0;
}

.rsv_tbl.rsv_tbl_conf table tbody tr th .cau {
  display: none;
}

.rsv_tbl.rsv_tbl_conf table tbody tr th.th02 {
  padding: 23px 0 23px;
}

.rsv_tbl.rsv_tbl_conf table tbody tr th.th03 {
  padding: 31px 0 0;
}

.rsv_tbl.rsv_tbl_conf table tbody tr th.th04 {
  padding: 13px 0 0;
}

.rsv_tbl.rsv_tbl_conf table tbody tr td {
  padding: 14px 0 13px;
}

.rsv_tbl.rsv_tbl_conf table tbody tr td.rds {
  padding: 25px 0 13px;
}

.rsv_tbl.rsv_tbl_conf table tbody tr td.tda {
  padding: 8px 0 0;
}

.rsv_tbl.rsv_tbl_conf table tbody tr td dl {
  margin: 8px 0 6px;
}

.rsv_tbl.rsv_tbl_conf table tbody tr td .rsv_memo {
  margin: 13px 0 20px;
}

.rsv_tbl.rsv_tbl_conf .wpcf7-list-item {
  margin-left: 0;
}

.rsv_tbl.rsv_tbl_conf [type=text], .rsv_tbl.rsv_tbl_conf [type=email], .rsv_tbl.rsv_tbl_conf [type=date], .rsv_tbl.rsv_tbl_conf textarea {
  padding-left: 0;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}

.rsv_tbl.rsv_tbl_conf textarea {
  line-height: 2;
}

.rsv_privacy {
  margin-top: 45px;
  padding: 30px 8px 0;
  border: 1px solid #111;
}

.rsv_privacy_scrll {
  overflow: hidden;
  height: 406px;
}

.rsv_privacy_scrll .mCSB_scrollTools {
  height: calc(100% - 20px);
}

.rsv_privacy_inner {
  padding: 15px 40px;
}

.rsv_privacy_inner .bclm {
  padding: 6px 0 45px;
  text-align: center;
}

.rsv_privacy_inner .bclm h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: .05em;
}

.rsv_privacy_inner .bclm p {
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
}

.rsv_privacy_inner .clm {
  margin-bottom: 28px;
}

.rsv_privacy_inner .clm h4, .rsv_privacy_inner .clm p {
  font-size: 13px;
  line-height: 1.65;
  text-align: justify;
  letter-spacing: .05em;
}

.rsv_privacy_inner .clm h4 {
  font-weight: 700;
}

.rsv_privacy_inner .clm h4.tit {
  margin-bottom: 20px;
}

.rsv_privacy_inner .clm p {
  margin-bottom: 10px;
}

.rsv_privacy_chk {
  padding: 36px 0 89px;
  text-align: center;
}

.rsv_privacy_chk label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: .1em;
}

.rsv_privacy_chk .wpcf7-list-item {
  margin-left: 0;
}

.rsv_btn {
  text-align: center;
}

.rsv_btn .btn {
  width: 264px;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: none;
}

.rsv_btn .btn.btn_back, .rsv_btn .btn.btn_submit {
  margin: 0 20px;
}

.rsv_btn .btn.btn_back {
  background-color: #fff;
}

.rsv_btn .btn.btn_back .bgbd {
  border-color: #111;
}

.rsv_btn .btn.btn_back:hover [type=submit], .rsv_btn .btn.btn_back:hover [type=button] {
  color: #fff;
}

.rsv_btn .btn .inn {
  height: 62px;
}

.rsv_btn .btn [type=submit], .rsv_btn .btn [type=button] {
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  color: #111;
  border: none;
  border: 2px solid #111;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
}

.rsv_btn .btn [type=submit]:focus, .rsv_btn .btn [type=button]:focus {
  outline: 0;
}

.rsv_btn .btn [type=submit]:disabled, .rsv_btn .btn [type=button]:disabled {
  color: #d7d7d7;
  border-color: #d7d7d7;
  background-color: transparent;
}

.rsv_btn .btn [type=submit]:disabled:hover, .rsv_btn .btn [type=button]:disabled:hover {
  color: #d7d7d7;
}

.rsv_btn .btn [type=submit]:disabled + .bgin, .rsv_btn .btn [type=button]:disabled + .bgin {
  background-color: transparent;
}

.rsv_btn .btn:hover [type=submit], .rsv_btn .btn:hover [type=button] {
  color: #fff;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.mCSB_scrollTools .mCSB_dragger {
  height: 65px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #111 !important;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 4px;
  background-color: #111;
}

.wpcf7c-elm-custom-step2 {
  display: none;
}

.rsv_cp {
  text-align: center;
}

.rsv_cp_tit h2 {
  font-size: 160%;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .15em;
}

.rsv_cp_clm {
  padding: 16px 0 69px;
}

.rsv_cp_clm p {
  font-size: 107%;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .15em;
}

.sec_none {
  padding: 200px 0;
  text-align: center;
}

.sec_none h3 {
  font-size: 120%;
  font-weight: 700;
  display: block;
  margin-bottom: 90px;
  letter-spacing: .15em;
}

.sec_none .btn {
  width: 220px;
}

/****************************************
		20210325 add Setting 
*****************************************/
.add_boxlink {
  margin: 81px 0 10px;
}

.add_boxlink .box_tag p {
  line-height: 1.6;
}

.add_boxlink .box_tag p a {
  text-decoration: underline;
}

#sb_instagram #sbi_images {
  background-color: #000;
}

#sb_instagram .sbi_photo {
  height: auto !important;
  padding-bottom: 0 !important;
  opacity: 1 !important;
  background: none !important;
}

#sb_instagram .sbi_photo:hover .sbi-screenreader:after {
  opacity: .4;
}

#sb_instagram .sbi_type_carousel .fa-clone {
  font-size: 17px !important;
}

.sbi-screenreader:after {
  position: absolute;
  z-index: 23;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  opacity: 0;
  background-color: #111;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1360px) {
  .modal_inn {
    width: 90%;
  }
}

@media (max-width: 1300px) {
  .wrap.wn {
    padding: 0 20px;
  }
  .pages_bgline {
    width: calc(100vw - (2.5% * 2));
  }
  .pages_wh {
    width: calc(100% - 30px);
  }
  .pages_wh.whc {
    left: 30px;
    width: calc(100% - 60px);
  }
  .pages_wh.whr {
    left: 30px;
  }
}

@media (max-width: 1280px) {
  .top_menus .slick-arrow.prev-arrow {
    left: calc((45px + 25px) * -1);
  }
  .top_menus .slick-arrow.next-arrow {
    left: 0;
  }
  .modaal-wrapper .modaal-close {
    right: 5vw;
  }
}

@media (max-width: 1240px) {
  .sp_menu {
    width: 52.27%;
  }
  .paegs_bg {
    width: calc(100vw - ((100vw - 100%) / 2 ) - 70px);
  }
  .footer .boxs .box:nth-child(1) {
    width: 35.68%;
  }
  .footer .boxs .box:nth-child(2) {
    width: 45.39%;
  }
  .menu_slides .slick-dots {
    right: 0;
  }
  .menu_slide .menu_slide_img {
    width: calc(100% + 70px);
  }
  .project_c_btit .boxs .box_clms {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 1164px) {
  .menu_prices_tbl table tbody tr th {
    width: 55.3%;
  }
  .menu_prices_tbl table tbody tr td {
    width: 44.7%;
  }
  .top_topimg_inner, .top_topimg_outer {
    width: 80%;
  }
  .top_menu_outer {
    padding-left: 45px;
  }
  .top_menus .slick-arrow.prev-arrow {
    left: 0;
  }
  .top_menus .slick-arrow.next-arrow {
    left: calc(45px + 25px);
  }
  .top_menu {
    width: 327px;
    margin-left: 48px;
  }
}

@media (max-width: 1084px) {
  .about_logo_body ul li {
    width: 29%;
  }
  .about_logo_body ul li.clm {
    width: 5%;
  }
  .menu_prices_tbl table tbody tr th {
    width: 50.3%;
  }
  .menu_prices_tbl table tbody tr td {
    width: 49.7%;
  }
}

@media (max-width: 1024px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sp_menu_overlay, .sp_menu, .sp_menu_nav_wrap, .sec_top_topimg, .top_topimg_inner {
      height: -webkit-fill-available;
    }
  }
}

@media (max-width: 1004px) {
  .foot_tel_outer .boxs .box:nth-child(1) {
    width: 58%;
  }
  .foot_tel_outer .box_tel a {
    font-size: 300%;
  }
}

@media (max-width: 980px) {
  .sp_menu {
    width: 70.27%;
  }
  .pages_subnav ul li {
    margin-right: 0;
  }
  .pages_subnav ul li a {
    width: 147px;
  }
  .pages_subnav ul li.wl a {
    width: 155px;
  }
  .menu_prices_tbl table tbody tr th, .menu_prices_tbl table tbody tr td {
    font-size: 90%;
  }
  .menu_prices_tbl table tbody tr td {
    padding-left: 8px;
    white-space: nowrap;
  }
}

@media (max-width: 959px) {
  .footer {
    font-size: 90%;
  }
  .footer .boxs .box:nth-child(1) {
    width: 25.68%;
    margin-right: 5%;
  }
  .footer .boxs .box:nth-child(3) {
    width: 55.32%;
  }
  .footer .boxs .box:nth-child(3) {
    width: 18%;
  }
  .fnav ul:nth-child(1) {
    margin-bottom: 20px;
  }
  .info_archive .box_info span.tag {
    margin-left: 0;
  }
  .pages_subnav ul li a p span {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .sec_pages_topimg.pages_topimg_c .pages_topimg_clm p {
    font-size: 227%;
  }
  .foot_tel_outer {
    text-align: center;
  }
  .foot_tel_outer .boxs .box {
    float: none;
  }
  .foot_tel_outer .boxs .box:nth-child(1) {
    width: 100%;
  }
  .foot_tel_outer .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
  }
  .foot_tel_outer .box_clm {
    padding-top: 20px;
  }
  .foot_tel_outer .box_clm dl dt, .foot_tel_outer .box_clm dl dd {
    text-align: center;
  }
  .rsv_nav ul li {
    width: 30%;
    margin-right: 5%;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    font-size: 100%;
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type='submit'], input[type='button'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type='submit']::-webkit-search-decoration, input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']::focus, input[type='button']::focus {
    outline-offset: -2px;
  }
  /****************************************
			Base Setting 
	*****************************************/
  .main {
    font-size: 86%;
  }
  .wrap {
    padding: 0 12vw;
  }
  .wrap.wd {
    padding: 0 6vw;
  }
  .wrap.wn {
    padding: 0 6vw;
  }
  .btn i {
    top: 47%;
    right: 20px;
  }
  .header {
    z-index: 130000;
    top: 0;
  }
  .header_inner {
    height: 54px;
    background-color: #fff;
  }
  .header_logo {
    left: 19px;
  }
  .header_logo img {
    width: 111px;
  }
  .header_rsv {
    position: absolute;
    top: 0;
    right: 53px;
    width: 54px;
    border: none;
  }
  .header_rsv .inn {
    height: 54px;
  }
  .header_rsv .inn p {
    line-height: 1.2;
  }
  .header_rsv .inn p span {
    font-size: 10px;
  }
  .header_rsv .inn p span.pc_only {
    display: none;
  }
  .header_rsv .inn p span.sp_only {
    line-height: 1;
    display: none;
    display: block;
  }
  .header_rsv .inn p strong {
    font-size: 12px;
  }
  .sp_navbtn {
    z-index: 140000;
    top: 0;
    width: 53px;
  }
  .sp_navbtn .inn {
    width: 21px;
    height: 36px;
    margin: 18px auto 0;
  }
  .sp_navbtn .inn i {
    width: 21px;
    height: 2px;
  }
  .sp_navbtn .inn i:nth-child(2) {
    top: 8px;
  }
  .sp_navbtn .inn i:nth-child(3) {
    top: 16px;
  }
  .sp_navbtn.on .inn i {
    width: 21px;
  }
  .sp_menu_nav_inn {
    top: 100px;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .sp_menu {
    width: 100vw;
  }
  .sp_menu.on .sp_menu_list li.chd {
    -webkit-transition: 0ms;
    transition: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .sp_menu_nav_wrap {
    overflow-y: scroll;
  }
  .sp_menu_list {
    padding: 0 6vw;
  }
  .sp_menu_list .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .sp_menu_list ul {
    margin-bottom: 0;
  }
  .sp_menu_list ul li {
    position: relative;
    margin: 0 0 24px;
  }
  .sp_menu_list ul li.mt {
    margin: 0 0 24px;
  }
  .sp_menu_list ul li.chd {
    display: none;
    margin-bottom: 10px;
  }
  .sp_menu_list ul li.fcd {
    margin-top: -5px;
  }
  .sp_menu_list ul li.lcd {
    margin-bottom: 30px;
  }
  .sp_menu_list ul li a {
    line-height: 1;
  }
  .sp_menu_list ul li a strong {
    font-size: 120%;
  }
  .sp_menu_list ul li .sp_arw {
    position: absolute;
    top: 41%;
    right: 10px;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/sp_menu_ico_01@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
  }
  .sp_menu_list ul li .sp_arw.open {
    background-image: url(./img/common/sp_menu_ico_02@2x.png);
  }
  .sp_menu_sns {
    margin-top: 40px;
  }
  .sp_menu_sns a {
    margin-right: 14px;
  }
  .sp_menu_sns a:last-child {
    margin-right: 0;
  }
  .sp_menu_btns {
    margin: 26px auto;
    padding: 0 6vw;
  }
  .sp_menu_btns .boxs .box {
    width: 46.51%;
    margin-right: 6.98%;
  }
  .sp_menu_btns .boxs .box:nth-child(2) {
    margin-right: 0;
  }
  .sp_menu_btns .box_btn {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  .sp_menu_btns .box_btn .btn {
    display: block;
    margin-bottom: 23px;
  }
  .sp_menu_btns .box_btn .btn .inn {
    height: 53px;
  }
  .sp_menu_btns .box_btn .btn p {
    line-height: 1;
  }
  .sp_menu_btns .box_btn .btn p span {
    font-size: 13px;
    letter-spacing: .1em;
  }
  .sp_menu_btns .box_btn .btn p strong {
    font-size: 8px;
    letter-spacing: .1em;
  }
  .sp_menu_btns .box_link {
    padding-top: 10px;
  }
  .sp_menu_btns .box_link p {
    margin-bottom: 3px;
  }
  .sec_foot_bread {
    padding: 15px 0;
  }
  .sec_foot_rsv {
    padding: 60px 0 61px;
  }
  .sec_foot_rsv .wrap {
    padding: 0 6vw;
  }
  .sec_foot_rsv .pages_btit p {
    font-size: 174%;
  }
  .sec_foot_rsv .pages_btit h2 {
    font-size: 94%;
    padding-top: 4px;
  }
  .foot_rsv_clm {
    padding: 18px 0 19px;
  }
  .foot_rsv_clm p {
    font-size: 94%;
  }
  .footer {
    font-size: 100%;
    padding: 40px 0 0;
  }
  .footer .boxs .box {
    float: none;
  }
  .footer .boxs .box:nth-child(1) {
    width: 100%;
  }
  .footer .boxs .box:nth-child(2) {
    display: none;
  }
  .footer .boxs .box:nth-child(3) {
    display: none;
  }
  .footer .box_logo {
    padding-top: 44px;
  }
  .footer .box_logo img {
    left: -2px;
    width: 155px;
  }
  .footer .box_info {
    padding: 17px 0 12px;
  }
  .footer .box_info p {
    font-size: 94%;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .footer .box_link {
    padding-bottom: 14px;
  }
  .footer .box_link p {
    line-height: 2;
    padding-bottom: 1px;
  }
  .footer .box_link p a {
    font-size: 94%;
  }
  .footer .box_btn {
    float: left;
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
  }
  .footer .box_btn:nth-child(2) {
    margin-right: 0;
  }
  .footer .box_btn .btn {
    margin-bottom: 0;
  }
  .footer .box_btn .btn .inn {
    height: 47px;
  }
  .footer .box_btn .btn p span {
    font-size: 15px;
  }
  .footer .box_btn .btn p span i {
    top: 1.5px;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    background-size: 13px;
  }
  .footer .box_btn .btn p strong {
    font-size: 9px;
  }
  .footer .box_sns {
    padding: 0 0 32px;
  }
  .footer .box_sns ul li {
    display: inline-block;
  }
  .footer .box_sns ul li:nth-child(1) {
    margin-right: 15px;
  }
  .footer .box_sns ul li a img {
    width: 24px;
  }
  .fnav {
    margin: 0 0 23px;
  }
  .fnav ul:nth-child(1) {
    width: 47%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .fnav ul:nth-child(2) {
    width: 53%;
    margin-right: 0;
  }
  .fnav ul li {
    margin-bottom: 11px;
  }
  .fnav ul li a {
    letter-spacing: .15em;
  }
  .fnav ul li a strong {
    font-size: 107%;
  }
  .footer_copy {
    padding: 14px 0 18px;
    text-align: center;
    border-top: 1px solid #9d9d9d;
  }
  .footer_copy p {
    font-size: 11px;
    line-height: 1.6;
  }
  /****************************************
			pages Setting 
	*****************************************/
  .sec_pages_topimg {
    height: 140px;
    margin-top: 54px;
  }
  .sec_pages_topimg .wrap {
    height: 140px;
  }
  .sec_pages_topimg.pages_topimg_c {
    height: 111px;
  }
  .sec_pages_topimg.pages_topimg_c .wrap {
    height: 111px;
  }
  .sec_pages_topimg.pages_topimg_c .pages_topimg_clm {
    top: 51.2%;
  }
  .sec_pages_topimg.pages_topimg_c .pages_topimg_clm p {
    font-size: 147%;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .pages_topimg_clm {
    top: 50%;
    left: 12vw;
    width: calc(100% - 13vw);
  }
  .pages_topimg_clm p {
    font-size: 192%;
    line-height: 1;
  }
  .pages_topimg_clm h2 {
    font-size: 78%;
    padding-top: 8px;
  }
  .sec_pages_subnav {
    position: relative;
    z-index: 111;
    margin-top: 21px;
    border-bottom: none;
  }
  .sec_pages_subnav .wrap {
    height: auto;
    padding: 0 6vw;
  }
  .pages_subnav_more {
    position: relative;
    display: block;
    height: 53px;
    border-bottom: 2px solid #111;
  }
  .pages_subnav_more p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .pages_subnav_more i {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 11px;
    height: 5px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/ico_arw_02_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
  }
  .pages_subnav_more.on i {
    background-image: url(./img/common/ico_arw_02_on.png);
  }
  .pages_subnav {
    position: absolute;
    z-index: 22;
    top: 55px;
    right: inherit;
    left: 6vw;
    display: none;
    width: calc(100vw - 12vw);
    height: 100%;
  }
  .pages_subnav ul {
    background-color: #fff;
  }
  .pages_subnav ul li {
    display: block;
    float: none;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #9d9d9d;
  }
  .pages_subnav ul li:last-child {
    margin-right: 0;
  }
  .pages_subnav ul li.wl a {
    width: 100%;
  }
  .pages_subnav ul li a {
    position: relative;
    z-index: 23;
    display: block;
    width: 100%;
    height: 52px;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    color: #111;
    background-color: #fff;
  }
  .pages_subnav ul li a p {
    line-height: 1;
  }
  .pages_subnav ul li a p span {
    font-size: 15px;
    display: inline-block;
    padding: 18px 0 5px 9px;
  }
  .pages_subnav ul li a p strong {
    font-size: 11px;
    display: inline-block;
  }
  .pages_subnav ul li a i {
    display: none;
  }
  .pages_subnav ul li a:after {
    position: absolute;
    top: 50%;
    right: 11px;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/ico_arw_03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
  }
  .paegs_bg_outer {
    padding: 75px 0 0;
  }
  .paegs_bg {
    width: calc(100vw - 6vw);
    height: 121px;
  }
  .pages_wh {
    left: 0;
    width: calc(100% - 6vw);
    height: 100px;
  }
  .pages_wh.whc {
    left: 5vw;
    width: calc(100% - 10vw);
  }
  .pages_wh.whr {
    left: 6vw;
  }
  .pages_head {
    padding: 34px 0 20px;
  }
  .pages_btit p {
    font-size: 160%;
    line-height: 1.2;
  }
  .pages_btit h2 {
    font-size: 94%;
  }
  .pages_bclm {
    margin-top: 25px;
  }
  .pages_bclm p {
    font-size: 107%;
    line-height: 1.75;
    letter-spacing: .10em;
  }
  .pages_ltit p {
    font-size: 134%;
    line-height: 1.1;
  }
  .pages_ltit h3 {
    font-size: 67%;
    padding-left: 21px;
  }
  .pages_ltit h3 i {
    width: 15px;
    height: 1px;
  }
  .pages_body .box_tit {
    margin-bottom: 10px;
  }
  .pages_body .box_tit h3, .pages_body .box_tit h4 {
    font-size: 120%;
    letter-spacing: .15em;
  }
  .pages_body .box_tit p {
    font-size: 94%;
    line-height: 1;
    letter-spacing: .2em;
  }
  .pages_body .box_clm p {
    font-size: 100%;
    line-height: 1.7;
  }
  .pages_bgline {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: calc(100vw - (4.5% * 2));
    max-width: 1330px;
    height: 100%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
    border: 4px solid #111;
  }
  /****************************************
			about Setting 
	*****************************************/
  .sec_about_01 {
    margin: 82px 0 144px;
  }
  .sec_about_01 .target_line {
    top: -54px;
  }
  .sec_about_01 .pages_body {
    padding: 52px 0 0;
  }
  .sec_about_01 .pages_body .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .sec_about_01 .pages_body .boxs .box:nth-child(2n) {
    margin-top: 57px;
    margin-right: 0;
  }
  .sec_about_02 {
    margin: 0 0 162px;
  }
  .sec_about_02 .target_line {
    top: -54px;
  }
  .sec_about_02 .pages_body {
    padding: 52px 0 0;
  }
  .sec_about_02 .pages_body.bl {
    padding: 52px 0 90px;
  }
  .sec_about_02 .pages_body .boxs .box {
    float: none;
    width: 100%;
    margin-top: 45px;
  }
  .sec_about_02 .pages_body .box_tit {
    margin-bottom: 15px;
  }
  .sec_about_02 .pages_body .box_tit h3 {
    letter-spacing: .1em;
  }
  .about_logo_head {
    padding: 20px 0 90px;
  }
  .about_logo_head img {
    width: 206px;
  }
  .about_logo_body {
    margin-top: 48px;
  }
  .about_logo_body ul li {
    display: block;
    width: 100%;
  }
  .about_logo_body ul li.clm {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 30px 0 8px;
  }
  .about_logo_body ul li.clm p {
    font-size: 30px;
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .about_logo_body ul li.clm.pp {
    position: relative;
    top: -10px;
    left: 0;
    margin-bottom: -7px;
    padding: 51px 0 0;
  }
  .about_logo_body ul li.clm.pp p {
    -webkit-transform: translateY(0%) translateX(0%) rotate(-90deg);
            transform: translateY(0%) translateX(0%) rotate(-90deg);
  }
  .about_logo_body ul li .box_tit {
    line-height: 1;
    text-align: left;
  }
  .about_logo_body ul li .box_tit span {
    font-size: 107%;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    letter-spacing: .2em;
  }
  .about_logo_body ul li .box_tit strong {
    font-size: 80%;
    font-weight: 700;
    letter-spacing: .2em;
  }
  .about_logo_body ul li .box_img {
    margin-top: -34px;
    padding-top: 0;
  }
  .about_logo_body ul li .box_img img {
    width: 247px;
  }
  .about_logo_clms {
    margin: 52px auto 0;
  }
  .about_logo_clms p {
    font-size: 100%;
    line-height: 1.74;
  }
  .sec_about_03 {
    margin-bottom: 100px;
  }
  .sec_about_03 .target_line {
    top: -54px;
  }
  .sec_about_03 .pages_head {
    padding: 53px 0 30px;
  }
  .sec_about_03 .pages_btit h2 {
    margin-top: 2px;
  }
  .sec_about_03 .pages_body {
    padding: 0;
  }
  .sec_about_03 .pages_body .pages_ltit {
    margin-bottom: 46px;
  }
  .sec_about_03 .pages_body.bs {
    padding: 51px 0 114px;
  }
  .sec_about_03 .pages_body.bs .pages_ltit {
    margin-bottom: 52px;
  }
  .sec_about_03 .pages_body.bl {
    padding: 45px 0 87px;
  }
  .sec_about_03 .pages_body.bl .pages_ltit p {
    letter-spacing: .1em;
  }
  .sec_about_03 .pages_body .boxs .box {
    width: 100%;
    margin-right: 100%;
    margin-bottom: 54px;
  }
  .sec_about_03 .pages_body .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .sec_about_03 .pages_body .box_img {
    margin-bottom: 25px;
    text-align: center;
  }
  .sec_about_03 .pages_body .box_img img {
    width: 249px;
  }
  .sec_about_03 .pages_body .box_clm {
    padding: 1px 0 0;
  }
  .sec_about_03 .pages_body .box_clm p {
    line-height: 1.6;
    letter-spacing: 0;
  }
  .sec_about_03 .pages_body .box_btn {
    margin-top: 28px;
  }
  .sec_about_03 .pages_body .box_tit h4 {
    line-height: 1.4;
  }
  .sec_about_03 .pages_body .box_tag {
    padding: 5px 0 0;
  }
  .modaal-content-container {
    padding: 0;
  }
  .modaal-close:after, .modaal-close:before {
    top: 14px;
    left: 26px;
    height: 27px;
  }
  .modaal-wrapper .modaal-close {
    top: 20px;
    right: 20px;
    width: 53px;
    height: 53px;
  }
  .modal_inn {
    width: 100%;
    padding: 44px 12vw 31px;
  }
  .modal_head .box_tit h4 {
    /* 齋藤 久夫 */
    font-size: 160%;
    line-height: 1.2;
  }
  .modal_head .box_tit p {
    font-size: 94%;
    line-height: 1.2;
  }
  .modal_head .box_clm {
    padding: 26px 0 32px;
  }
  .modal_head .box_clm p {
    font-size: 100%;
    line-height: 1.5;
  }
  .modal_body .box_img ul {
    position: relative;
  }
  .modal_body .box_img ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .modal_body .box_img ul li.mr {
    margin-right: 0;
  }
  /****************************************
			about Setting 
	*****************************************/
  .menu_topimg .pages_topimg_bg {
    background-image: url(./img/menu/sp_menu_bg_01@2x.jpg);
  }
  .menu_slide_outer .boxs .box:nth-child(1) {
    width: 100%;
  }
  .menu_slide_outer .boxs .box:nth-child(2) {
    display: none;
  }
  .menu_slide_thms .box_img {
    margin-bottom: 30px;
    text-align: center;
  }
  .menu_slide_thm {
    margin-bottom: 50px;
  }
  .menu_slide_thm .box_tit h3 {
    font-size: 112%;
  }
  .menu_slide_thm .box_clm {
    padding: 30px 25px 18px;
  }
  .menu_slide_thm .box_clm p {
    font-size: 95%;
  }
  .menu_items .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 41px;
  }
  .menu_items .boxs .box:last-child {
    margin-bottom: 0;
  }
  .menu_items .box_tit {
    padding-bottom: 8px;
  }
  .menu_items .box_img {
    text-align: center;
  }
  .menu_items .box_clm {
    padding-top: 21px;
  }
  .menu_items .box_clm p {
    font-size: 100%;
    line-height: 1.7;
  }
  .menu_price_outer {
    margin-top: 41px;
    padding: 32px 0 48px;
  }
  .menu_price_bg {
    top: 0;
  }
  .menu_price_inner {
    position: relative;
    z-index: 13;
    padding-bottom: 12px;
  }
  .menu_price_inner .wrap {
    padding: 0 6vw;
  }
  .menu_price_inner .pages_ltit {
    margin-bottom: 30px;
  }
  .menu_price_inner .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .menu_prices {
    margin-top: -3px;
    margin-bottom: 0;
    border: 3px solid #111;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #111;
  }
  .menu_prices_tit {
    position: relative;
    z-index: 11;
    padding: 9px 25px;
    background-color: #fff;
  }
  .menu_prices_tit:after {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 12px;
    height: 6px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/ico_arw_04_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
  }
  .menu_prices_tit.on:after {
    background-image: url(./img/common/ico_arw_04_on.png);
  }
  .menu_prices_btit {
    padding: 9px 0;
  }
  .menu_prices_btit p {
    font-size: 134%;
    font-weight: 600;
    letter-spacing: .15em;
  }
  .menu_prices_tbl {
    display: none;
  }
  .menu_prices_tbl table {
    display: block;
    border-width: 3px 0 0 0;
  }
  .menu_prices_tbl table tbody {
    display: block;
  }
  .menu_prices_tbl table tbody tr {
    display: block;
  }
  .menu_prices_tbl table tbody tr:last-child td {
    border-width: 0;
  }
  .menu_prices_tbl table tbody tr th, .menu_prices_tbl table tbody tr td {
    display: block;
    padding: 12px 0 11px;
    border-width: 0 0 1px 0;
  }
  .menu_prices_tbl table tbody tr th small, .menu_prices_tbl table tbody tr td small {
    font-size: 90%;
  }
  .menu_prices_tbl table tbody tr th p.ss, .menu_prices_tbl table tbody tr td p.ss {
    font-size: 96%;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: .1em;
  }
  .menu_prices_tbl table tbody tr th {
    width: 100%;
    padding-left: 25px;
  }
  .menu_prices_tbl table tbody tr th.wh {
    background-color: #fff;
  }
  .menu_prices_tbl table tbody tr td {
    width: 100%;
    padding-right: 0;
    padding-left: 25px;
    text-align: left;
    background-color: #fff;
  }
  .menu_prices_tbl table tbody tr td.wg {
    border-width: 0 0 1px 0;
    background-color: transparent;
  }
  .menu_prices_cau {
    margin-top: 0;
    padding: 14px 25px;
    border-top: 1px solid #111;
  }
  .menu_prices_cau p {
    font-size: 86%;
  }
  .menu_prices_cau p:nth-child(2) {
    margin-top: 0;
  }
  .sp_menu_prices_cau {
    margin-top: 20px;
  }
  .sp_menu_prices_cau p {
    font-size: 94%;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: .1em;
  }
  .menu_price_more {
    padding: 19px 0 32px;
  }
  .menu_price_more .wrap {
    padding: 0 6vw;
  }
  .menu_price_more .boxs {
    padding: 20px 20px 25px;
    border-radius: 15px;
    background-color: #fff;
  }
  .menu_price_more .boxs .box {
    float: none;
  }
  .menu_price_more .boxs .box:nth-child(1) {
    width: 100%;
  }
  .menu_price_more .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
  }
  .menu_price_more .box_clm {
    margin-bottom: 15px;
  }
  .menu_price_more .box_clm p {
    font-size: 94%;
    text-align: center;
  }
  .menu_price_more .box_btn .btn p {
    font-size: 85%;
  }
  .sp_menu_imgs {
    margin: 59px 0 93px;
  }
  .menu_price_ask {
    margin-top: -5px;
  }
  .menu_price_ask h4 small {
    display: block;
    margin-left: 0;
  }
  .sec_menu_01 {
    padding: 43px 0 0;
  }
  .sec_menu_01 .wrap {
    padding: 0 6vw;
  }
  .sec_menu_01 .target_line {
    top: -25px;
  }
  .sec_menu_02 {
    margin: 120px 0 227px;
  }
  .sec_menu_02 .target_line {
    top: -54px;
  }
  .sec_menu_02 .pages_head {
    border-bottom: 1px solid #9d9d9d;
  }
  .sec_menu_02 .pages_body {
    padding: 54px 0;
  }
  .sec_menu_03 {
    margin: 0 0 116px;
  }
  .sec_menu_03 .target_line {
    top: -54px;
  }
  .sec_menu_03 .paegs_bg_outer {
    padding: 66px 0 0;
  }
  .sec_menu_03 .pages_head {
    padding-top: 36px;
    border-bottom: 1px solid #9d9d9d;
  }
  .sec_menu_03 .pages_body {
    padding: 56px 0 51px;
  }
  .sec_menu_03 .menu_price_outer {
    padding-bottom: 35px;
  }
  .sec_menu_03 .menu_price_inner .boxs .box:nth-child(2) {
    margin-top: 36px;
  }
  .sec_menu_03 .menu_price_inner .pages_ltit {
    margin-bottom: 17px;
  }
  .sec_menu_04 {
    margin: 0 0 152px;
  }
  .sec_menu_04 .target_line {
    top: -54px;
  }
  .sec_menu_04 .pages_head {
    padding-top: 26px;
  }
  .sec_menu_04 .pages_body {
    display: none;
  }
  .sec_menu_04 .menu_price_outer {
    padding-bottom: 30px;
  }
  .sec_menu_05 {
    margin-bottom: 95px;
  }
  .sec_menu_05 .target_line {
    top: -54px;
  }
  .sec_menu_05 .pages_bgline {
    border-width: 4px;
  }
  .sec_menu_05 .pages_head {
    padding: 50px 0 0;
  }
  .sec_menu_05 .pages_body {
    padding-bottom: 60px;
  }
  .sec_menu_05 .pages_bclm {
    margin: 25px auto 20px;
  }
  .sec_menu_05 .menu_items {
    padding: 52px 0 66px;
  }
  .sec_menu_05 .menu_items:nth-child(2) {
    padding: 81px 0 0;
  }
  .sec_menu_05 .menu_items .box_tit h4 {
    padding-bottom: 0;
  }
  .sec_menu_05 .menu_items .box_tag {
    padding-top: 10px;
  }
  .sec_menu_05 .menu_items .box_tag p {
    font-size: 87%;
    line-height: 1.6;
  }
  .sec_menu_05 .menu_items .box_clm p {
    font-size: 94%;
  }
  .sec_menu_05 .menu_items .box_clm.mt {
    margin-top: 25px;
  }
  /****************************************
			project Setting 
	*****************************************/
  .sec_project_read {
    padding: 60px 0 71px;
  }
  .sec_project_read .wrap {
    padding: 0 6vw;
  }
  .project_subnav {
    display: none;
  }
  .projectc_subnav {
    margin-top: 50px;
  }
  .project_read {
    text-align: justify;
  }
  .project_read p {
    font-size: 100%;
    line-height: 1.8;
  }
  .sec_project_links {
    padding-bottom: 151px;
  }
  .project_link.project_link_01 .box_bg {
    background-image: url(./img/project/sp_project_link_01@2x.jpg);
  }
  .project_link.project_link_02 .box_bg {
    background-image: url(./img/project/sp_project_link_02@2x.jpg);
  }
  .project_link .wrap {
    height: 257px;
  }
  .project_link .box_img .inn {
    height: 257px;
  }
  .project_link .box_tit {
    top: 52%;
  }
  .project_link .box_tit p {
    font-size: 174%;
    line-height: 1.2;
  }
  .project_link .box_tit h2 {
    line-height: 1.45;
    margin-top: 7px;
  }
  .project_c_read {
    margin: 54px auto 44px;
  }
  .project_c_read p {
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 30px;
    letter-spacing: .1em;
  }
  .project_c_readr p {
    font-size: 94%;
    line-height: 1.6;
    letter-spacing: .1em;
  }
  .project_c_readr h3 {
    line-height: 1.65;
  }
  .project_c_btit .boxs {
    position: relative;
  }
  .project_c_btit .boxs .box:nth-child(1) {
    width: 86.666vw;
  }
  .project_c_btit .boxs .box:nth-child(2) {
    top: 84px;
    right: 0;
    width: 91.4666vw;
  }
  .project_c_btit .boxs .box:nth-child(2) .inn {
    height: auto;
  }
  .project_c_btit .boxs .box_img {
    height: 156px;
  }
  .project_c_btit .boxs .box_clms {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 26px 0;
    padding-right: 13.334vw;
    padding-left: 37px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .project_c_btit .boxs .box_tit p {
    font-size: 160%;
    line-height: 1.2;
    padding-bottom: 1px;
  }
  .project_c_btit .boxs .box_tit h2 {
    font-size: 83%;
  }
  .project_c_btit .boxs .box_clm {
    padding-top: 14px;
  }
  .project_c_btit .boxs .box_clm p {
    font-size: 100%;
    line-height: 1.7;
    letter-spacing: .1em;
  }
  .project_c_btit.c_btit_r .boxs .box:nth-child(1) {
    float: right;
  }
  .project_c_btit.c_btit_r .boxs .box:nth-child(2) {
    right: inherit;
    left: 0;
  }
  .project_c_btit.c_btit_r .box_clms {
    padding-right: 37px;
    padding-left: 13.334vw;
  }
  .project_c_concept_outer {
    margin: 238px 0 50px;
    padding: 52px 0 0;
  }
  .project_c_concept_outer .wrap {
    padding: 0 6vw;
  }
  .project_c_concept_bg {
    top: 0;
  }
  .project_c_concept {
    padding: 46px 0 0;
    text-align: center;
  }
  .project_c_concept h4 {
    font-size: 120%;
  }
  .project_c_price_outer {
    margin-bottom: 100px;
  }
  .project_c_price_outer .pages_ltit {
    margin-bottom: 38px;
  }
  .project_c_price_outer .wrap {
    padding: 0 6vw;
  }
  .project_c_equi_outer .pages_ltit {
    margin-bottom: 38px;
  }
  .project_c_equi_outer .wrap {
    padding: 0 6vw;
  }
  .project_c_equi_outer .project_c_tbl table thead tr th, .project_c_equi_outer .project_c_tbl table thead tr td, .project_c_equi_outer .project_c_tbl table tbody tr th, .project_c_equi_outer .project_c_tbl table tbody tr td {
    padding: 5px 6px;
  }
  .project_c_equi_outer .project_c_tbl table thead tr th {
    padding: 5px 4px;
  }
  .project_c_tbl .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .project_c_tbl .boxs .box:nth-child(2) {
    margin-bottom: 0;
  }
  .project_c_tbl h4 {
    font-size: 120%;
    margin-bottom: 6px;
    letter-spacing: .15em;
  }
  .project_c_tbl table thead tr th, .project_c_tbl table thead tr td, .project_c_tbl table tbody tr th, .project_c_tbl table tbody tr td {
    font-size: 94%;
    line-height: 1.4;
    padding: 15px 2px;
  }
  .project_c_tbl table thead tr th i, .project_c_tbl table thead tr td i, .project_c_tbl table tbody tr th i, .project_c_tbl table tbody tr td i {
    top: -5px;
    width: 9px;
  }
  .project_c_tbl table thead tr th {
    padding: 2px 13px;
  }
  .project_c_tbl_cau {
    margin-top: 23px;
  }
  .project_c_tbl_cau p {
    font-size: 80%;
    line-height: 1.6;
  }
  .project_c_print_outer .pages_ltit {
    margin-bottom: 44px;
    padding: 0 6vw 0;
  }
  .project_c_print_outer .wrap {
    padding: 0;
  }
  .project_c_print {
    margin-bottom: 0;
  }
  .project_c_print.c_print_01 {
    margin-bottom: 153px;
  }
  .project_c_print .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px;
  }
  .project_c_print .boxs .box:nth-child(2) {
    margin-bottom: 0;
  }
  .project_c_print .box_img {
    padding: 0 6vw;
    text-align: center;
  }
  .project_c_print .box_tit {
    padding: 21px 6vw 3px;
  }
  .project_c_print .box_tit h4 {
    font-size: 120%;
  }
  .project_c_print .box_clm {
    padding: 0 6vw;
  }
  .project_c_print .box_clm p {
    font-size: 100%;
    line-height: 1.7;
  }
  .project_c_print .box_cau {
    padding: 26px 6vw 0;
  }
  .project_c_print .box_cau p {
    font-size: 94%;
    letter-spacing: .1em;
  }
  .project_c_print .box_info {
    margin-top: 45px;
    padding: 29px 6vw 37px;
    background-color: #f5f5f5;
  }
  .project_c_print .box_info dl {
    margin-bottom: 30px;
  }
  .project_c_print .box_info dl:last-child {
    margin-bottom: 0;
  }
  .project_c_print .box_info dl dt {
    font-size: 100%;
  }
  .project_c_print .box_info dl dd {
    font-size: 94%;
    line-height: 1.8;
  }
  .project_c_corp_outer table {
    display: block;
    margin: 28px 0 20px;
  }
  .project_c_corp_outer table tbody {
    display: block;
  }
  .project_c_corp_outer table tbody tr {
    display: block;
  }
  .project_c_corp_outer table tbody tr th, .project_c_corp_outer table tbody tr td {
    display: block;
    padding: 0;
    text-align: left;
  }
  .project_c_corp_outer table tbody tr th strong, .project_c_corp_outer table tbody tr td strong {
    font-size: 100%;
    line-height: 1.3;
  }
  .project_c_corp_outer table tbody tr th p, .project_c_corp_outer table tbody tr td p {
    font-size: 87%;
    line-height: 1.8;
    letter-spacing: .2em;
  }
  .project_c_corp_outer table tbody tr th {
    white-space: nowrap;
  }
  .project_c_corp_outer table tbody tr td {
    padding-bottom: 16px;
  }
  .project_c_corp_outer iframe {
    height: 217px;
  }
  .sec_darkroom_01 {
    padding: 85px 0 142px;
  }
  .sec_darkroom_01 .target_line {
    top: -54px;
  }
  .sec_darkroom_01 .wrap {
    padding: 0 6vw;
  }
  .sec_darkroom_01 .pages_btit p {
    font-size: 160%;
  }
  .sec_darkroom_01 .pages_btit h2 {
    font-size: 94%;
    padding-top: 2px;
  }
  .sec_darkroom_02 {
    padding-bottom: 82px;
  }
  .sec_darkroom_02 .target_line {
    top: -54px;
  }
  .sec_darkroom_02 .project_c_btit {
    margin-bottom: 124px;
  }
  .sec_darkroom_03 {
    margin-bottom: 0;
  }
  .sec_darkroom_03 .target_line {
    top: -54px;
  }
  .sec_darkroom_03 .project_c_btit {
    margin-bottom: 326px;
  }
  .sec_darkroom_04 {
    margin-bottom: 101px;
  }
  .sec_darkroom_04 .target_line {
    top: -54px;
  }
  .sec_darkroom_04 .pages_bgline {
    border-width: 4px;
  }
  .sec_darkroom_04 .pages_head {
    padding: 48px 0 24px;
  }
  .sec_darkroom_04 .pages_body {
    padding-bottom: 54px;
  }
  .sec_darkroom_04 .pages_btit h2 {
    padding-top: 4px;
  }
  .sec_darkroom_05 {
    margin: 139px 0;
  }
  .sec_darkroom_05 .wrap {
    padding: 0 6vw;
  }
  .sec_foot_tel {
    padding: 45px 0;
  }
  .sec_foot_tel .wrap {
    padding: 0 6vw;
  }
  .foot_tel_tit {
    padding-bottom: 20px;
  }
  .foot_tel_outer {
    font-size: 80%;
  }
  .foot_tel_outer .box_tel a {
    font-size: 255%;
    letter-spacing: .1em;
  }
  /****************************************
			top Setting 
	*****************************************/
  .body_top .header, .body_top .sp_navbtn {
    top: -70px;
  }
  .body_top .header.tp, .body_top .sp_navbtn.tp {
    top: 0;
  }
  .body_top .header.on, .body_top .sp_navbtn.on {
    top: 0;
  }
  .sec_tops .wrap {
    padding: 0 6vw;
  }
  .sec_tops .pages_head {
    padding: 0;
  }
  .sec_tops .pages_head.head_r .pages_btit {
    text-align: left;
  }
  .sec_tops .pages_head.head_r .pages_btit p {
    left: 0;
  }
  .sec_tops .pages_head.head_r .pages_bclm {
    margin-left: 0;
  }
  .sec_tops .pages_bclm {
    max-width: 480px;
    margin-top: 39px;
  }
  .sec_tops .pages_bclm p {
    line-height: 1.75;
  }
  .sec_tops .pages_btit p {
    font-size: 240%;
  }
  .sec_tops .pages_btit h2 {
    margin-top: -2px;
    padding-top: 0;
    letter-spacing: .1em;
  }
  .sec_top_bgs {
    overflow: hidden;
  }
  .top_gbg {
    top: 114px;
    right: inherit;
    left: 50%;
    width: calc(150vw);
    height: 84%;
    -webkit-transform: translateY(0%) translateX(-50%) rotate(3.36deg);
            transform: translateY(0%) translateX(-50%) rotate(3.36deg);
  }
  .top_gbg.gbg_r {
    top: 118px;
    right: inherit;
    left: 50%;
    height: 78%;
    -webkit-transform: translateY(0%) translateX(-50%) rotate(-3.9deg);
            transform: translateY(0%) translateX(-50%) rotate(-3.9deg);
  }
  .top_more_btn .btn {
    width: 220px;
  }
  .sec_top_topimg {
    min-height: inherit;
  }
  .top_topimg_inner, .top_topimg_outer {
    max-width: inherit;
  }
  .top_topimg_inner {
    width: 100vw;
    min-height: inherit;
  }
  .top_topimg_outer {
    top: 0;
    left: 49px;
    width: calc(100vw - 49px);
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .top_topimg_img {
    min-height: inherit;
  }
  .top_topimg_img.topimg_01 span {
    background-image: url(./img/top/sp_top_topimg_bg_01.jpg);
  }
  .top_topimg_img.topimg_02 span {
    background-image: url(./img/top/sp_top_topimg_bg_02_v2.jpg);
  }
  .top_topimg_img.topimg_03 span {
    background-image: url(./img/top/sp_top_topimg_bg_03.jpg);
  }
  .top_topimg_img.topimg_04 span {
    background-image: url(./img/top/sp_top_topimg_bg_04.jpg);
  }
  .top_topimg_img.topimg_05 span {
    background-image: url(./img/top/sp_top_topimg_bg_05_v2.jpg);
  }
  .top_topimg_img.topimg_06 span {
    background-image: url(./img/top/sp_top_topimg_bg_06_v2.jpg);
  }
  .top_topimg_logo {
    bottom: 81px;
    left: 6vw;
  }
  .top_topimg_logo img {
    width: 163px;
  }
  .top_topimg_news {
    bottom: 15px;
    left: 6vw;
    width: 93vw;
    height: 60px;
    border: none;
  }
  .top_slide_new {
    padding: 15px 0;
  }
  .top_topimg_nav {
    display: none;
  }
  .top_topimg_sns {
    display: none;
  }
  .top_topimg_scroll {
    right: calc(6vw - 6px);
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .sec_top_read {
    padding: 175px 0 0;
  }
  .top_read_tit {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .top_read_tit h2 {
    font-size: 234%;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .top_read {
    padding-top: 23px;
  }
  .top_read p {
    font-size: 100%;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 31px;
    letter-spacing: .15em;
  }
  .sec_top_about {
    padding: 178px 0 209px;
  }
  .top_about {
    margin: 46px auto 48px;
  }
  .top_about .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .top_about .boxs .box:last-child {
    margin-bottom: 0;
  }
  .top_about .box_img {
    height: 203px;
  }
  .top_about .box_tit {
    padding: 15px 0 0;
  }
  .sec_top_menu .top_more_btn .btnl {
    margin-right: auto;
  }
  .top_menu_outer {
    padding: 67px 0 33px;
    padding-left: 6vw;
  }
  .top_menus .slick-arrow {
    display: none !important;
  }
  .top_menu {
    width: 291px;
    margin-left: 20px;
  }
  .top_menu .box_img {
    height: 190px;
  }
  .top_menu .box_tit {
    padding: 14px 0 10px;
  }
  .top_menu .box_tit h3 {
    font-size: 107%;
  }
  .top_menu .box_clm p {
    font-size: 100%;
    letter-spacing: .1em;
  }
  .sec_top_project {
    padding: 240px 0 222px;
  }
  .sec_top_project .project_links {
    margin: 57px 0 60px;
  }
  .sec_top_info .top_more_btn .btnl {
    margin-right: auto;
  }
  .top_info_outer {
    margin: 39px auto 64px;
  }
  .top_info {
    padding: 20px 2px 6px 7px;
  }
  .top_info .boxs {
    position: relative;
    z-index: 13;
    padding-top: 29px;
  }
  .top_info .boxs .box:nth-child(1) {
    width: 109px;
  }
  .top_info .boxs .box:nth-child(2) {
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
    width: 109px;
  }
  .top_info .boxs .box:nth-child(3) {
    width: calc(100% - 109px);
  }
  .top_info .box_date p {
    font-size: 107%;
    line-height: 24px;
  }
  .top_info .box_tag {
    padding: 0;
    border: none;
  }
  .top_info .box_tag span {
    font-size: 80%;
    width: 109px;
    margin: 0;
    padding: 4px 0;
  }
  .top_info .box_tit {
    padding: 4px 0 0 16px;
  }
  .top_info .box_tit h3 {
    font-size: 100%;
    line-height: 1.2;
  }
  .sec_top_gallery {
    padding: 165px 0 0;
  }
  .top_gallery {
    margin: 39px 0 70px;
  }
  .top_gallery .boxs .box {
    width: 50%;
  }
  .sec_top_access {
    padding: 222px 0 257px;
  }
  .sec_top_access .target_line {
    top: 110px;
  }
  .sec_top_access .top_gbg {
    top: 135px;
    height: 82%;
  }
  .sec_top_access .wrap {
    padding: 0;
  }
  .sec_top_access .pages_head {
    padding: 0 6vw;
  }
  .top_access_outer {
    margin: 31px 0 0;
  }
  .top_access_outer .boxs .box {
    float: none;
    width: 100%;
  }
  .top_access_outer .box_map iframe {
    height: 218px;
  }
  .top_access_outer .box_clm {
    padding: 36px 6vw 0;
  }
  .top_access_outer .box_clm h3, .top_access_outer .box_clm p {
    line-height: 1.7;
    margin-bottom: 29px;
  }
  .sec_top_menu .top_more_btn .wrap, .sec_top_info .top_more_btn .wrap, .sec_top_about .top_more_btn .wrap, .sec_top_project .top_more_btn .wrap {
    padding: 0 6vw;
  }
  .sec_top_gallery .btnl {
    width: 220px;
  }
  /****************************************
			info Setting 
	*****************************************/
  .info_subnav .pages_subnav {
    position: absolute;
  }
  .info_subnav .pages_subnav ul li {
    width: 100%;
    margin-right: 0;
  }
  .info_subnav .pages_subnav ul li a {
    width: 100%;
  }
  .info_subnav .pages_subnav ul li a p span {
    padding-top: 20px;
  }
  .info_subnav .pages_subnav_more p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
  }
  .sec_info_archive {
    padding: 82px 0 101px;
  }
  .sec_info_archive .wrap {
    padding: 0 6vw;
  }
  .info_archive .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 44px;
  }
  .info_archive .box_info {
    padding: 13px 0;
  }
  .info_archive .box_tit h3 {
    font-size: 100%;
    line-height: 1.5;
  }
  .info_archive_more {
    margin-top: 53px;
  }
  .info_archive_more .wp-pagenavi {
    display: block;
  }
  .info_archive_more .wp-pagenavi a, .info_archive_more .wp-pagenavi span {
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0 15px;
  }
  .info_archive_more .wp-pagenavi .previouspostslink, .info_archive_more .wp-pagenavi .nextpostslink {
    width: 36px;
    height: 36px;
  }
  .info_archive_more .wp-pagenavi .previouspostslink i, .info_archive_more .wp-pagenavi .nextpostslink i {
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  .info_archive_more .wp-pagenavi .previouspostslink {
    left: 0;
  }
  .info_archive_more .wp-pagenavi .previouspostslink i {
    background-image: url(./img/common/ico_arw_07@2x.png);
  }
  .info_archive_more .wp-pagenavi .nextpostslink {
    right: 0;
  }
  .info_archive_more .wp-pagenavi .nextpostslink i {
    background-image: url(./img/common/ico_arw_08@2x.png);
  }
  .sec_info_single {
    padding: 145px 0 94px;
  }
  .sec_info_single .wrap {
    padding: 0 6vw;
  }
  .info_single_head {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .info_single_date {
    padding: 6px 0 1px;
  }
  .info_single_tit h2 {
    font-size: 120%;
    line-height: 1.4;
  }
  .info_single_body {
    padding-bottom: 76px;
  }
  .info_single_clms p {
    line-height: 2;
    margin-top: 16px;
  }
  .info_single_more ul li.list {
    width: 134px;
  }
  .info_single_more ul li.prev a, .info_single_more ul li.next a {
    height: 36px;
  }
  .info_single_more ul li.prev a img, .info_single_more ul li.next a img {
    top: 0;
    width: 10px;
  }
  .info_single_more ul li.prev {
    left: calc(50% - 115px);
  }
  .info_single_more ul li.next {
    right: calc(50% - 115px);
  }
  .info_single_more .btn .inn {
    height: 32px;
  }
  .info_single_more .btn .inn p strong {
    font-size: 94%;
  }
  /****************************************
			Reservation Setting 
	*****************************************/
  .sec_rsv {
    padding: 0 0 201px;
  }
  .sec_rsv .wrap {
    padding: 0 6vw;
  }
  .rsv_nav {
    margin: 39px auto 46px;
  }
  .rsv_nav ul li {
    font-size: 12px;
    line-height: 36px;
    width: 30%;
    height: 40px;
    margin-right: 5%;
    letter-spacing: 0;
  }
  .rsv_outer {
    max-width: 811px;
    margin: 0 auto;
  }
  .rsv_tbl table {
    display: block;
  }
  .rsv_tbl table tbody {
    display: block;
  }
  .rsv_tbl table tbody tr {
    display: block;
  }
  .rsv_tbl table tbody tr th, .rsv_tbl table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    display: block;
    text-align: left;
    letter-spacing: .1em;
  }
  .rsv_tbl table tbody tr th {
    position: relative;
    width: 100%;
    padding: 13px 0 11px 47px;
  }
  .rsv_tbl table tbody tr th .cau {
    font-weight: 700;
    top: 16px;
  }
  .rsv_tbl table tbody tr th.th02, .rsv_tbl table tbody tr th.th03, .rsv_tbl table tbody tr th.th04 {
    padding-top: 13px;
  }
  .rsv_tbl table tbody tr th.th02 .cau, .rsv_tbl table tbody tr th.th03 .cau, .rsv_tbl table tbody tr th.th04 .cau {
    top: 16px;
  }
  .rsv_tbl table tbody tr th.th04 {
    padding-left: 0;
  }
  .rsv_tbl table tbody tr td {
    width: 100%;
    padding-bottom: 4px;
  }
  .rsv_tbl table tbody tr td .chks {
    line-height: 1.3;
    padding-bottom: 13px;
  }
  .rsv_tbl table tbody tr td .chks .wpcf7-list-item {
    display: block;
    margin-top: 12px;
  }
  .rsv_tbl table tbody tr td.rds {
    padding: 0 0 31px;
  }
  .rsv_tbl table tbody tr td.rds .wpcf7-list-item {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .rsv_tbl table tbody tr td .rsv_memo {
    margin: 20px 0 0;
  }
  .rsv_tbl table tbody tr td dl {
    margin-bottom: 15px;
  }
  .rsv_tbl table tbody tr td dl dt, .rsv_tbl table tbody tr td dl dd {
    float: none;
  }
  .rsv_tbl table tbody tr td dl dt {
    padding: 7px 0 6px;
  }
  .rsv_tbl [type=text], .rsv_tbl [type=email], .rsv_tbl [type=date], .rsv_tbl textarea {
    padding: 14px 13px 13px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .rsv_tbl [type=text].min, .rsv_tbl [type=email].min, .rsv_tbl [type=date].min, .rsv_tbl textarea.min {
    width: 100%;
  }
  .rsv_tbl [type=date] {
    font-size: 16px;
    position: relative;
    z-index: 11;
    min-height: 45px;
    padding: 11px 13px 10px;
  }
  .rsv_tbl [type=date]:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 21px;
    height: 21px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/ico_calendar.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .rsv_tbl textarea {
    height: 205px;
  }
  .rsv_tbl.rsv_tbl_conf table {
    margin-bottom: 70px;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr th {
    line-height: 1.3;
    width: 100%;
    padding: 18px 0 0;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr th.th02 {
    padding: 19px 0 0;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr th.th03 {
    padding: 19px 0 0;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr th.th04 {
    padding: 23px 0 0;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td {
    padding: 0 0 5px;
    border: none;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td.rds {
    padding: 0 0 5px;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td.tda {
    padding: 14px 0 0;
    border-bottom: 1px solid #9d9d9d;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td dl {
    margin: 19px 0 5px;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td dl dt {
    line-height: 1;
    padding: 7px 0 0;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td dl:last-of-type {
    margin: 7px 0 1px;
  }
  .rsv_tbl.rsv_tbl_conf table tbody tr td .rsv_memo {
    display: none;
  }
  .rsv_tbl.rsv_tbl_conf .wpcf7-list-item {
    margin-left: 0;
  }
  .rsv_tbl.rsv_tbl_conf [type=text], .rsv_tbl.rsv_tbl_conf [type=email], .rsv_tbl.rsv_tbl_conf [type=date], .rsv_tbl.rsv_tbl_conf textarea {
    padding-left: 0;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
            box-shadow: 0 0 0 1000px #fff inset;
  }
  .rsv_tbl.rsv_tbl_conf [type=date]:after {
    display: none;
  }
  .rsv_tbl.rsv_tbl_conf textarea {
    line-height: 2;
  }
  .rsv_privacy {
    margin-top: 106px;
    padding: 30px 8px 0;
  }
  .rsv_privacy_scrll {
    height: 568px;
  }
  .rsv_privacy_inner {
    padding: 15px 22px;
  }
  .rsv_privacy_inner .bclm {
    padding: 6px 0 25px;
  }
  .rsv_privacy_inner .clm {
    margin-bottom: 24 px;
  }
  .rsv_privacy_chk {
    padding: 28px 0 88px;
    text-align: center;
  }
  .rsv_privacy_chk label {
    font-size: 94%;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    letter-spacing: .1em;
  }
  .rsv_btn .btn.btn_back {
    margin-bottom: 30px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 10px;
  }
  .rsv_cp {
    padding: 16px 0 0;
  }
  .rsv_cp_tit h2 {
    font-size: 134%;
    line-height: 1.5;
  }
  .rsv_cp_clm {
    padding: 20px 0 0;
  }
  .rsv_cp_clm p {
    line-height: 1.5;
  }
  .sec_none {
    padding: 200px 0;
    text-align: center;
  }
  .sec_none h3 {
    font-size: 120%;
    font-weight: 700;
    display: block;
    margin-bottom: 90px;
    letter-spacing: .15em;
  }
  .sec_none .btn {
    width: 220px;
  }
  /****************************************
			20210325 add Setting 
	*****************************************/
  .add_boxlink {
    margin: 0;
  }
  .add_boxlink .box_tag p {
    letter-spacing: .15em;
  }
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50% !important;
  }
  #sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=style.css.map */