@charset "UTF-8";
/*!
Theme Name: senretreat2021
Theme URI: http://underscores.me/
Author: senretreat2021
Author URI: -------
Description: senretreat2021 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/*オレンジ*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
figure {
  display: block;
  -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;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}

.tab-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .tab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}

.pad-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pad-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sp-only--inline-b {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only--inline-b {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-only--inline-b {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-only--inline-b {
    display: inline-block !important;
  }
}

@media (max-width: 320px) {
  .sp-only--inline-b {
    display: inline-block !important;
  }
}

.se-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}

.se-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .se-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}

.pctab-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}

.tabsp-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}

.slick-slide:focus {
  outline: none !important;
}

html,
body {
  width: 100%;
  line-height: 2.0625;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  margin: 0;
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.0625;
  }
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

body.offsitemeeting-child .common-main {
  margin-top: 100px;
}

@media (max-width: 767px) {
  body.offsitemeeting-child .common-main {
    margin-top: 13.33333vw;
  }
}

body.post-type-archive-case .common-main {
  margin-top: 100px;
  padding: 63px 0 150px;
}

@media (max-width: 767px) {
  body.post-type-archive-case .common-main {
    margin-top: 13.33333vw;
    padding: 8.4vw 0 20vw;
  }
}

body.single-case .common-main {
  margin-top: 100px;
  padding: 0px 0 150px;
}

@media (max-width: 767px) {
  body.single-case .common-main {
    margin-top: 13.33333vw;
    padding-bottom: 20vw;
  }
}

body.tax-case_category .common-main {
  margin-top: 100px;
  padding: 63px 0 150px;
}

@media (max-width: 767px) {
  body.tax-case_category .common-main {
    margin-top: 13.33333vw;
    padding: 8.4vw 0 20vw;
  }
}

body.offsitemeeting,
body.offsitemeeting-child {
  color: white;
}

body.offsitemeeting #Wrapper-offsitemeeting,
body.offsitemeeting-child #Wrapper-offsitemeeting {
  background-color: #91AFA0;
}

body.offsitemeeting.confirm .common-main,
body.offsitemeeting.thanks .common-main,
body.offsitemeeting-child.confirm .common-main,
body.offsitemeeting-child.thanks .common-main {
  background-color: #91AFA0;
}

a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper,
#Wrapper-offsitemeeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  #Wrapper,
  #Wrapper-offsitemeeting {
    border: none;
  }
}

#Footer,
#Footer-offsitemeeting {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item, body.single-stay .staysingle-map__parkingCont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

html.wf-active body {
  opacity: 1;
}

html:not(.wf-active) body {
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

html.wf-active:not(.page-offsitemeeting) body {
  opacity: 1;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

html:not(.wf-active):not(.page-offsitemeeting) body {
  opacity: 0;
}

body.no-scroll {
  position: fixed;
  width: 100%;
  top: 0;
}

.load-circle__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background: #91AFA0;
}

.load-circle__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.load-circle__txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3em;
  letter-spacing: 0.1em;
}

.load-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #ffffff #FFFFFF1A #FFFFFF1A;
  position: relative;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media (max-width: 767px) {
  .load-circle {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html.page-offsitemeeting.wf-active.load-active .load-circle__wrap,
html.page-offsitemeeting.wf-active.load-active .load-circle__inner,
html.page-offsitemeeting.wf-active.load-active .load-circle {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

html.page-offsitemeeting:not(.wf-active) .load-circle__wrap,
html.page-offsitemeeting:not(.wf-active) .load-circle__inner,
html.page-offsitemeeting:not(.wf-active) .load-circle,
html.page-offsitemeeting:not(.load-active) .load-circle__wrap,
html.page-offsitemeeting:not(.load-active) .load-circle__inner,
html.page-offsitemeeting:not(.load-active) .load-circle {
  opacity: 1;
  z-index: 9999999999;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375em;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25em;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125em;
}

.mod-ttl {
  z-index: 2;
}

.mod-ttl__wrap {
  position: relative;
  max-width: 489px;
  width: 100%;
  height: 97px;
  border: 3px solid #E2E2E2;
  background: #ffffff;
  color: #333333;
}

@media (max-width: 767px) {
  .mod-ttl__wrap {
    max-width: 76vw;
    height: 18.13333vw;
    border: 0.4vw solid #E2E2E2;
  }
}

.mod-ttl__wrap:lang(en) {
  height: auto;
}

.mod-ttl__main {
  font-size: 26px;
  font-size: 1.625em;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 32px;
  line-height: 1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mod-ttl__main {
    font-size: 17px;
    font-size: 4.53333vw;
    padding: 6.4vw 0;
  }
}

.mod-ttl__main:lang(en) {
  font-size: 24px;
  line-height: 1.4;
  padding: 33px 24px 32px;
}

@media (max-width: 767px) {
  .mod-ttl__main:lang(en) {
    font-size: 15px;
    font-size: 4vw;
    padding: 5.86667vw 2.13333vw;
  }
}

.mod-ttl__sub {
  position: absolute;
  bottom: 65px;
  left: -20px;
  width: 180px;
}

@media (max-width: 767px) {
  .mod-ttl__sub {
    bottom: 11vw;
    left: -2vw;
    width: 40vw;
  }
}

.mod-ttl__sub svg {
  height: 49px;
}

@media (max-width: 767px) {
  .mod-ttl__sub svg {
    height: 10.93333vw;
  }
}

body.home .mod-ttl svg,
.common-archive .mod-ttl svg,
.post-type-archive-stay .mod-ttl svg,
.privacy-policy .mod-ttl svg,
.walk-kumanokodo .mod-ttl svg,
.experience .mod-ttl svg,
.post-type-archive-food .mod-ttl svg,
.contract .mod-ttl svg {
  fill: #9DCCD3;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.wp-pagenavi {
  margin: 75px 0 0;
  text-align: center;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type="submit"] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.editor-content h1 {
  font-size: 36px;
  font-size: 2.25em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h2 {
  font-size: 30px;
  font-size: 1.875em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 5.86667vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h3 {
  font-size: 28px;
  font-size: 1.75em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 5.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h4 {
  font-size: 24px;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content h5 {
  font-size: 22px;
  font-size: 1.375em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content h6 {
  font-size: 20px;
  font-size: 1.25em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content p {
  font-size: 18px;
  font-size: 1.125em;
}

@media (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.editor-content p strong {
  font-weight: normal;
}

.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}

.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}

.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}

.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}

.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}

.editor-content a {
  color: blue;
  text-decoration: underline;
}

.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid black;
}

@media (max-width: 767px) {
  .editor-content blockquote {
    padding: 2.66667vw;
    border-radius: 0 4vw 4vw 0;
  }
}

.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}

.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.home .common-main {
  margin-top: 0;
  position: relative;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .home .common-main {
    padding-bottom: 33.33333vw;
  }
}

.home .common-main .bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  height: 110%;
}

@media (max-width: 767px) {
  .home .common-main .bg-wrap {
    width: 100%;
  }
}

.home .common-main .bg-wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1000vh;
  background: #9DCCD3;
  top: 100vh;
  left: calc( 100% - 280px);
}

@media (max-width: 767px) {
  .home .common-main .bg-wrap::before {
    left: calc( 100% - 28vw);
  }
}

.walk-kumanokodo .common-main,
.experience .common-main,
.post-type-archive-food .common-main {
  position: relative;
}

.walk-kumanokodo .common-main .bg-wrap,
.experience .common-main .bg-wrap,
.post-type-archive-food .common-main .bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  height: 110%;
  z-index: 0;
}

@media (max-width: 767px) {
  .walk-kumanokodo .common-main .bg-wrap,
  .experience .common-main .bg-wrap,
  .post-type-archive-food .common-main .bg-wrap {
    width: 100%;
  }
}

.walk-kumanokodo .common-main .bg-wrap::before,
.experience .common-main .bg-wrap::before,
.post-type-archive-food .common-main .bg-wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1000vh;
  background: #9DCCD3;
  top: 0;
  left: calc( 100% - 280px);
}

@media (max-width: 767px) {
  .walk-kumanokodo .common-main .bg-wrap::before,
  .experience .common-main .bg-wrap::before,
  .post-type-archive-food .common-main .bg-wrap::before {
    height: 2000vh;
    left: calc( 100% - 28vw);
    top: 0;
  }
}

.walk-kumanokodo .common-main .mod-ttl,
.walk-kumanokodo .common-main .page-walk-kumanokodo__wrap,
.walk-kumanokodo .common-main .page-experience__wrap,
.walk-kumanokodo .common-main .page-food__wrap,
.walk-kumanokodo .common-main .common-kv,
.experience .common-main .mod-ttl,
.experience .common-main .page-walk-kumanokodo__wrap,
.experience .common-main .page-experience__wrap,
.experience .common-main .page-food__wrap,
.experience .common-main .common-kv,
.post-type-archive-food .common-main .mod-ttl,
.post-type-archive-food .common-main .page-walk-kumanokodo__wrap,
.post-type-archive-food .common-main .page-experience__wrap,
.post-type-archive-food .common-main .page-food__wrap,
.post-type-archive-food .common-main .common-kv {
  z-index: 2;
}

.walk-kumanokodo .common-main .page-walk-kumanokodo__wrap,
.walk-kumanokodo .common-main .page-experience__wrap,
.walk-kumanokodo .common-main .page-food__wrap,
.experience .common-main .page-walk-kumanokodo__wrap,
.experience .common-main .page-experience__wrap,
.experience .common-main .page-food__wrap,
.post-type-archive-food .common-main .page-walk-kumanokodo__wrap,
.post-type-archive-food .common-main .page-experience__wrap,
.post-type-archive-food .common-main .page-food__wrap {
  position: relative;
}

.bg-wrap02 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(1280px - 73px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
}

@media (max-width: 767px) {
  .bg-wrap02 {
    max-width: 98vw;
  }
}

.bg-wrap02_img {
  position: relative;
  width: 467px;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .bg-wrap02_img {
    width: 62.13333vw;
  }
}

.bg-wrap02_img img {
  width: 100%;
  height: auto;
}

.common-main {
  width: 100%;
  height: 100%;
  position: relative;
}

.post-type-archive-stay .common-main,
.privacy-policy .common-main,
.contract .common-main {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .post-type-archive-stay .common-main,
  .privacy-policy .common-main,
  .contract .common-main {
    margin-bottom: 32vw;
  }
}

.walk-kumanokodo .common-main {
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .walk-kumanokodo .common-main {
    margin-bottom: 26.66667vw;
  }
}

/* layout > header
============================================================================== */
.common-header {
  position: absolute;
  top: 0;
  left: 0;
}

.common-header__menu {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.22em;
  text-align: center;
  color: #ffffff;
  width: 35px;
  height: 27px;
  padding-top: 8px;
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 15;
  cursor: pointer;
}

@media (max-width: 767px) {
  .common-header__menu {
    font-size: 11px;
    font-size: 2.93333vw;
    width: 10.4vw;
    height: 8.8vw;
    padding-top: 2.66667vw;
    top: 4vw;
    left: 4.26667vw;
  }
}

.common-header__menu:before {
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .common-header__menu:before {
    height: 0.66667vw;
  }
}

.common-header__menu:after {
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .common-header__menu:after {
    height: 0.66667vw;
  }
}

.common-header__menu.style {
  color: #333333;
}

.common-header__menu.style:before {
  background-color: #333333;
}

.common-header__menu.style:after {
  background-color: #333333;
}

.common-header__nav {
  width: 360px;
  height: 100%;
  background: #9DCCD3;
  padding: 28px 0 19px;
  position: fixed;
  top: 0;
  left: -360px;
  z-index: 15;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .common-header__nav {
    width: 80vw;
    left: -80vw;
    padding: 6.66667vw 0 24.26667vw;
  }
}

.common-header__nav.open {
  left: 0;
}

.common-header .common-header__logo {
  width: 168px;
  margin: 0 auto;
  display: block;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .common-header .common-header__logo {
    width: 40vw;
    margin-bottom: 6.8vw;
  }
}

.common-header .common-header__logo img {
  width: 100%;
}

.common-header__cross {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 767px) {
  .common-header__cross {
    width: 6.93333vw;
    height: 6.93333vw;
    top: 3.86667vw;
    right: 3.86667vw;
  }
}

.common-header__cross:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -5px;
}

@media (max-width: 767px) {
  .common-header__cross:before {
    width: 9.46667vw;
    height: 0.26667vw;
    left: -1.33333vw;
  }
}

.common-header__cross:after {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg) translateY(50%);
          transform: rotate(-45deg) translateY(50%);
  position: absolute;
  bottom: 50%;
  left: -5px;
}

@media (max-width: 767px) {
  .common-header__cross:after {
    width: 9.46667vw;
    height: 0.26667vw;
    left: -1.33333vw;
  }
}

.common-header__content {
  overflow: auto;
  overscroll-behavior: contain;
}
@media (hover: hover) and (pointer: fine) {
  .common-header__content.custom-scroll {
    overflow: auto;
  }
  
  .common-header__content.custom-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  .common-header__content.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .common-header__content.custom-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); 
    border-radius: 3px;
  }
  
  /* Firefox */
  .common-header__content.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }
}

.common-header__stay-intro {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: .15em;
  text-align: center;
  color: white;
}

@media (max-width: 767px) {
  .common-header__stay-intro {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.common-header__stay-list {
  width: 286px;
  padding-top: 12px;
  padding-bottom: 28px;
  margin: 0 auto;
  border-bottom: solid 1px white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-header__stay-list {
    width: 65.33333vw;
    padding-top: 2.66667vw;
    padding-bottom: 6.53333vw;
    border-bottom: solid 0.26667vw white;
  }
}

.common-header__stay-list > li {
  text-align: center;
  width: 138px;
  color: #333333;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 767px) {
  .common-header__stay-list > li {
    width: 31.2vw;
  }
}

.common-header__stay-list > li:nth-of-type(2n) {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .common-header__stay-list > li:nth-of-type(2n) {
    margin-left: 2.93333vw;
  }
}

.common-header__stay-list > li:nth-of-type(n + 3) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .common-header__stay-list > li:nth-of-type(n + 3) {
    margin-top: 2.93333vw;
  }
}

.common-header__stay-list > li.takahara {
  border: solid 2px #dbeae3;
}

@media (max-width: 767px) {
  .common-header__stay-list > li.takahara {
    border: solid 0.26667vw #dbeae3;
  }
}

.common-header__stay-list > li.takahara:hover {
  background-color: #dbeae3;
}

.common-header__stay-list > li.chikatsuyu {
  border: solid 2px #eeedcd;
}

@media (max-width: 767px) {
  .common-header__stay-list > li.chikatsuyu {
    border: solid 0.26667vw #eeedcd;
  }
}

.common-header__stay-list > li.chikatsuyu:hover {
  background-color: #eeedcd;
}

.common-header__stay-list > li.takijiri {
  border: solid 2px #ebc3c3;
}

@media (max-width: 767px) {
  .common-header__stay-list > li.takijiri {
    border: solid 0.26667vw #ebc3c3;
  }
}

.common-header__stay-list > li.takijiri:hover {
  background-color: #ebc3c3;
}

.common-header__stay-list > li.koguchi {
  border: solid 2px #A2CBB4;
}

@media (max-width: 767px) {
  .common-header__stay-list > li.koguchi {
    border: solid 0.26667vw #A2CBB4;
  }
}

.common-header__stay-list > li.koguchi:hover {
  background-color: #A2CBB4;
}

.common-header__stay-list > li > a {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: .1em;
  display: block;
  padding: 8px 0;
  -webkit-transition: 0s;
  transition: 0s;
}

@media (max-width: 767px) {
  .common-header__stay-list > li > a {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.42308;
    padding: 1.6vw 0 1.46667vw;
  }
}

.common-header__stay-list > li > a:hover {
  opacity: 1;
}

.common-header__lists {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .common-header__lists {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 5.86667vw;
  }
}

.common-header__lists.open .common-header__list.current:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.common-header__list:not(:first-of-type) {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .common-header__list:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}

.common-header__list.current .common-header__link:before {
  display: block;
}

.common-header__link {
  white-space: nowrap;
  position: relative;
}

.common-header__link:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

@media (max-width: 767px) {
  .common-header__link:before {
    height: 0.53333vw;
    bottom: -1.6vw;
  }
}

.common-header .mod-btn {
  font-size: 12px;
  width: 224px;
  color: #ffffff;
  padding: 18px;
  margin: 34px auto 0;
}

@media (max-width: 767px) {
  .common-header .mod-btn {
    font-size: 11.5px;
    font-size: 3.06667vw;
    width: 59.46667vw;
    padding: 4.66667vw;
    margin-top: 10.13333vw;
  }
}

.common-header__sns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-header__sns {
    margin-top: 6.66667vw;
  }
}

.common-header__sns li {
  line-height: 1;
}

.common-header__sns li:first-of-type {
  width: 25px;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .common-header__sns li:first-of-type {
    width: 7.06667vw;
    margin-right: 6.13333vw;
  }
}

.common-header__sns li:nth-of-type(2) {
  width: 28px;
}

@media (max-width: 767px) {
  .common-header__sns li:nth-of-type(2) {
    width: 7.73333vw;
  }
}

.common-header__sns li a {
  display: block;
}

.common-header__sns li a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.common-header__lang {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media (max-width: 767px) {
  .common-header__lang {
    margin-top: 6.66667vw;
  }
}

.common-header__lang:before {
  content: "/";
  font-size: 16px;
  line-height: 1.5;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .common-header__lang:before {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}

.common-header__lang li:not(:last-of-type) {
  margin-right: 46px;
}

@media (max-width: 767px) {
  .common-header__lang li:not(:last-of-type) {
    margin-right: 9.06667vw;
  }
}

.common-header__lang li.current a {
  font-weight: 700;
  opacity: 1;
}

.common-header__lang li a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15em;
  color: white;
  display: block;
  opacity: .5;
}

@media (max-width: 767px) {
  .common-header__lang li a {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}

.common-header__overlay {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.common-header__overlay.open {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 1;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  color: #ffffff;
  padding: 50px 0 30px;
  background-image: url(img/common/bg_footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .common-footer {
    padding: 6vw 5.33333vw;
    background-image: url(img/common/bg_footer-sp.jpg);
  }
}

.common-footer:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.common-footer__container {
  width: 685px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .common-footer__container {
    width: 86.66667vw;
  }
}

.common-footer__logo {
  width: 263px;
  display: block;
}

@media (max-width: 767px) {
  .common-footer__logo {
    width: 34.93333vw;
  }
}

.common-footer__logo img {
  width: 100%;
}

.common-footer__high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 43px;
}

@media (max-width: 767px) {
  .common-footer__high {
    margin-top: 5.6vw;
  }
}

.common-footer__left-link {
  font-size: 14px;
  line-height: 1;
  font-weight: 200;
  display: block;
}

@media (max-width: 767px) {
  .common-footer__left-link {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.common-footer__left-link:not(:first-of-type) {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .common-footer__left-link:not(:first-of-type) {
    margin-top: 7.06667vw;
  }
}

.common-footer__left-link.insta {
  width: 20px;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .common-footer__left-link.insta {
    width: 5.33333vw;
    margin-top: 8.8vw;
  }
}

.common-footer__left-link.insta img {
  width: 100%;
}

.common-footer__sns {
  line-height: 1;
  margin-top: 31px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-footer__sns {
    margin-top: 8.53333vw;
    padding-left: 0;
  }
}

.common-footer__sns li {
  line-height: 1;
}

.common-footer__sns li:first-of-type {
  width: 20px;
  margin-right: 18px;
}

@media (max-width: 767px) {
  .common-footer__sns li:first-of-type {
    width: 5.46667vw;
    margin-right: 4.8vw;
  }
}

.common-footer__sns li:nth-of-type(2) {
  width: 22px;
}

@media (max-width: 767px) {
  .common-footer__sns li:nth-of-type(2) {
    width: 6vw;
  }
}

.common-footer__sns li a {
  display: block;
}

.common-footer__sns li a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.common-footer__right {
  margin-top: 67px;
  text-align: right;
}

@media (max-width: 767px) {
  .common-footer__right {
    margin-top: 54.13333vw;
    position: relative;
  }
}

.common-footer__right-link {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
}

@media (max-width: 767px) {
  .common-footer__right-link {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.common-footer__right-link:not(:first-of-type) {
  margin-top: 29px;
}

@media (max-width: 767px) {
  .common-footer__right-link:not(:first-of-type) {
    margin-top: 7.33333vw;
  }
}

.common-footer__right .mod-btn {
  width: 228px;
  margin-top: 31px;
  padding: 18px;
}

@media (max-width: 767px) {
  .common-footer__right .mod-btn {
    width: 53.33333vw;
    padding: 4.4vw;
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -23.46667vw;
  }
}

.common-footer__low {
  font-size: 13px;
  line-height: 1;
  font-weight: 200;
  width: 389px;
  margin: 53px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-footer__low {
    font-size: 11px;
    font-size: 2.93333vw;
    width: 89.6vw;
    margin-top: 37.33333vw;
    position: relative;
    left: -1.33333vw;
  }
}

.common-footer__low:lang(en) {
  width: 480px;
}

@media (max-width: 767px) {
  .common-footer__low:lang(en) {
    width: 66.66667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .common-footer__low a:first-of-type:lang(en) {
    margin-right: 4vw;
  }
}

@media (max-width: 767px) {
  .common-footer__low a:last-of-type:lang(en) {
    margin-top: 4vw;
  }
}

.common-footer__low-link {
  display: block;
}

.common-footer__copyright {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.095em;
  text-align: center;
  display: block;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-top: 9.86667vw;
  }
}

/*  layout > top > top(共通)
============================================================================================================ */
body.home section .desc h2 {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
}

@media (max-width: 767px) {
  body.home section .desc h2 {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/*  layout > top > keyvisual
============================================================================================================ */
.top-keyvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000000;
}

.top-keyvisual__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 378px;
  z-index: 9;
}

@media (max-width: 767px) {
  .top-keyvisual__logo {
    width: 70.66667vw;
  }
}

.top-keyvisual__list {
  position: relative;
}

.top-keyvisual__list::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  pointer-events: none;
}

.top-keyvisual__img {
  height: 100vh;
  width: auto;
}

.top-keyvisual__movie video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-keyvisual .slick-dots {
  bottom: 28px;
  text-align: left;
  line-height: 10px;
  padding-left: 28px;
}

@media (max-width: 767px) {
  .top-keyvisual .slick-dots {
    bottom: 3.73333vw;
    line-height: 1.73333vw;
    padding-left: 3.73333vw;
  }
}

.top-keyvisual .slick-dots li,
.top-keyvisual .slick-dots button,
.top-keyvisual .slick-dots button::before {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

@media (max-width: 767px) {
  .top-keyvisual .slick-dots li,
  .top-keyvisual .slick-dots button,
  .top-keyvisual .slick-dots button::before {
    width: 1.73333vw;
    height: 1.73333vw;
    line-height: 1.73333vw;
  }
}

.top-keyvisual .slick-dots button {
  border-radius: 50%;
}

.top-keyvisual .slick-dots button::before {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.top-keyvisual .slick-dots .slick-active button::before {
  border: 1px solid #ffffff;
  background: #ffffff;
  opacity: 1;
}

.top-keyvisual .slick-dots li {
  margin: 0 8px;
}

@media (max-width: 767px) {
  .top-keyvisual .slick-dots li {
    margin: 0 1vw;
  }
}

.top-keyvisual .slick-dots li:first-of-type {
  margin-left: 0;
}

.top-keyvisual .slick-dots li:last-of-type {
  margin-right: 0;
}

.js-topKv {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.js-topKv.slick-initialized {
  opacity: 1;
}

/*  layout > top > concept
============================================================================================================ */
.top-concept {
  padding-top: 120px;
  padding-bottom: 240px;
  position: relative;
}

@media (max-width: 767px) {
  .top-concept {
    padding-top: 10.66667vw;
    padding-bottom: 33.33333vw;
  }
}

.top-concept__layout-wrap {
  width: 660px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-concept__layout-wrap {
    width: 100%;
    padding-left: 5.33333vw;
  }
}

.top-concept__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 660px;
  height: 100%;
  padding-top: 168px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-concept__layout-line {
    width: calc( 100%  - 10.66667vw);
    height: 100%;
    padding-top: calc(10.66667vw + 9.06667vw);
    padding-right: 3vw;
  }
}

.top-concept__layout-line-inner {
  width: 171px;
  height: 100%;
  margin-left: auto;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .top-concept__layout-line-inner {
    width: 10.66667vw;
    padding-right: 0;
  }
}

.top-concept__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
}

@media (max-width: 767px) {
  .top-concept__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #E2E2E2;
  }
}

.top-concept__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-concept__layout-line02 {
    width: 0.26667vw;
    height: 0;
    background-color: #E2E2E2;
  }
}

.top-concept .mod-ttl {
  position: relative;
  z-index: 8;
}

.top-concept .mod-ttl__wrap {
  margin-right: auto;
}

.top-concept__wrap {
  margin-top: 46px;
  width: 100%;
  max-width: 489px;
  margin-right: auto;
}

@media (max-width: 767px) {
  .top-concept__wrap {
    margin-top: 10.66667vw;
    max-width: 70.93333vw;
  }
}

.top-concept__wrap.desc .top-concept__txt {
  font-size: 15px;
  font-size: 0.9375em;
  text-align: justify;
  font-weight: 200;
}

@media (max-width: 767px) {
  .top-concept__wrap.desc .top-concept__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.top-concept__wrap.link .mod-more, .top-concept__wrap.link .mod-more-mini {
  width: 179px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-concept__wrap.link .mod-more, .top-concept__wrap.link .mod-more-mini {
    width: 49.6vw;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .top-concept__wrap.link .mod-more__left {
    width: 26.26667vw;
  }
}

.top-concept__photo-wrap {
  margin-top: 173px;
  z-index: 9;
  position: relative;
}

@media (max-width: 767px) {
  .top-concept__photo-wrap {
    margin-top: 15vw;
  }
}

.top-concept__photo-inner {
  margin-top: 70px;
  max-width: 920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-concept__photo-inner {
    margin-top: 10.66667vw;
    max-width: 93.06667vw;
  }
}

.top-concept .top-concept__photo.fullsize {
  height: 486px;
}

@media (max-width: 767px) {
  .top-concept .top-concept__photo.fullsize {
    height: 66.66667vw;
  }
}

.top-concept .top-concept__photo.mini {
  width: 600px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top-concept .top-concept__photo.mini {
    width: 57.06667vw;
    height: 17.33333vw;
    margin-bottom: 4vw;
  }
}

.top-concept .top-concept__photo.mini01 {
  margin-right: auto;
}

.top-concept .top-concept__photo.mini02 {
  margin-right: auto;
  margin-left: auto;
}

.top-concept .top-concept__photo.mini03 {
  margin-left: auto;
}

.top-concept .top-concept__photo.mini:last-of-type {
  margin-bottom: 0;
}

/*  layout > top > facility
============================================================================================================ */
.top-facility {
  position: relative;
}

@media (max-width: 767px) {
  .top-facility .mod-ttl__main {
    letter-spacing: 0.19em;
  }
}

.top-facility__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
  height: 100%;
  padding-top: 48px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-facility__layout-line {
    width: calc( 100% - 10.66667vw);
    height: 100%;
    padding-top: 9.06667vw;
    padding-left: 3vw;
  }
}

.top-facility__layout-line-inner {
  width: 251px;
  height: 100%;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .top-facility__layout-line-inner {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .top-facility__layout-line-inner {
    width: 10.66667vw;
    padding-right: 0;
    margin-right: auto;
    margin-left: 0;
  }
}

.top-facility__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .top-facility__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #9DCCD3;
  }
}

.top-facility__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-right: auto;
}

@media (max-width: 767px) {
  .top-facility__layout-line02 {
    background-color: #9DCCD3;
    width: 0.26667vw;
    height: 0;
  }
}

.top-facility .mod-ttl {
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-facility .mod-ttl {
    max-width: 740px;
  }
}

.top-facility .mod-ttl__wrap {
  margin-left: auto;
}

.top-facility__layout-wrap {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .top-facility__layout-wrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .top-facility__layout-wrap {
    width: 100%;
    padding-right: 5.33333vw;
  }
}

.top-facility__wrap {
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 767px) {
  .top-facility__wrap {
    margin-top: 10.66667vw;
  }
}

.top-facility__wrap.desc {
  max-width: 489px;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-facility__wrap.desc {
    max-width: 73vw;
  }
}

.top-facility__wrap.desc .top-facility__txt {
  font-size: 15px;
  font-size: 0.9375em;
  text-align: justify;
  font-weight: 200;
  width: 400px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-facility__wrap.desc .top-facility__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
    margin-top: 0;
  }
}

.top-facility__wrap.list {
  z-index: 9;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.top-facility__wrap.list .top-facility__ttl {
  font-size: 20px;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .top-facility__wrap.list .top-facility__ttl {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
}

.top-facility__wrap.list .top-facility__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .top-facility__wrap.list .top-facility__txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.top-facility__wrap.list .top-facility__txt.comingsoon {
  text-align: center;
}

.top-facility__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  padding-right: 10px;
  padding-left: 10px;
  /* pc content show 3 items = 315 * 3 */
  width: 1200px; 
}

@media (max-width: 1200px) {
  .top-facility__list {
    width: 100%; 
  }
}

@media (max-width: 767px) {
  .top-facility__list {
    padding-right: 0;
    padding-left: 0;
  }
}

.top-facility__item {
  width: 315px;
  padding: 15px;
}

@media (max-width: 767px) {
  .top-facility__item {
    width: 44vw;
    padding: 1vw;
    line-height: 1.41667;
  }
}

.top-facility__item:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  .top-facility__item:last-of-type {
    margin-right: 2vw;
  }
}

@media (max-width: 767px) {
  .top-facility__item:nth-of-type(1), .top-facility__item:nth-of-type(2) {
    margin-top: 0;
  }
}

.top-facility__item .nonactive {
  cursor: default;
}

.top-facility__img {
  height: 191px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-facility__img {
    height: 32.93333vw;
  }
}

/*  layout > top > map
============================================================================================================ */
.top-map {
  margin-top: 100px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .top-map {
    margin-top: 13.33333vw;
  }
}

/*  layout > top > kumanokodou
============================================================================================================ */
.top-kumanokodou {
  margin-top: 200px;
  height: 600px;
  background: url("./img/top/img_kumanokodou.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
  .top-kumanokodou {
    margin-top: 33.33333vw;
    height: 133.33333vw;
    background: url("./img/top/img_kumanokodou-sp.jpg") no-repeat 0 0;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .top-kumanokodou__layout-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .top-kumanokodou__layout-wrap {
    width: 100%;
    padding-right: 5.33333vw;
    margin-right: 0;
    margin-left: 0;
  }
}

.top-kumanokodou__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 660px;
  height: 100%;
  padding-top: 128px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-kumanokodou__layout-line {
    width: calc( 100% - 8vw - 8vw);
    height: 100%;
    padding-top: calc(13.33333vw + 9.06667vw);
  }
}

.top-kumanokodou__layout-line-inner {
  width: 261px;
  height: 100%;
  padding-left: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .top-kumanokodou__layout-line-inner {
    width: 10.66667vw;
    padding-left: 0;
    margin-right: 2.66667vw;
  }
}

.top-kumanokodou__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .top-kumanokodou__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #9DCCD3;
  }
}

.top-kumanokodou__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-right: auto;
}

@media (max-width: 767px) {
  .top-kumanokodou__layout-line02 {
    width: 0.26667vw;
    height: 0;
    background-color: #9DCCD3;
  }
}

.top-kumanokodou .mod-ttl {
  padding-top: 80px;
  max-width: 840px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-kumanokodou .mod-ttl {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .top-kumanokodou .mod-ttl {
    padding-top: 13.33333vw;
    max-width: 89.33333vw;
  }
}

.top-kumanokodou .mod-ttl__wrap {
  margin-left: auto;
}

.top-kumanokodou__txtwrap {
  max-width: 662px;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-kumanokodou__txtwrap {
    margin-top: 31vw;
    max-width: 70.93333vw;
  }
}

.top-kumanokodou__wrap.desc {
  z-index: 1;
  width: 400px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-kumanokodou__wrap.desc {
    width: 70.93333vw;
  }
}

.top-kumanokodou__wrap.link {
  z-index: 1;
  width: 400px;
  margin-top: 50px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-kumanokodou__wrap.link {
    width: 70.93333vw;
    margin-top: 5vw;
  }
}

.top-kumanokodou__wrap.link .mod-more, .top-kumanokodou__wrap.link .mod-more-mini {
  width: 179px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-kumanokodou__wrap.link .mod-more, .top-kumanokodou__wrap.link .mod-more-mini {
    width: 49.6vw;
    margin-right: auto;
    margin-top: 6.66667vw;
  }
}

@media (max-width: 767px) {
  .top-kumanokodou__wrap.link .mod-more__left {
    width: 26.26667vw;
  }
}

.top-kumanokodou__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .top-kumanokodou__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/*  layout > top > experience
============================================================================================================ */
.top-experience {
  margin-top: 200px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 767px) {
  .top-experience {
    margin-top: 33.33333vw;
    padding-bottom: 26vw;
  }
}

.top-experience__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
  height: 100%;
  padding-top: 48px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-experience__layout-line {
    width: calc( 100% - 10.66667vw);
    height: 100%;
    padding-top: 9.06667vw;
    padding-right: 3vw;
  }
}

.top-experience__layout-line:lang(en) {
  padding-top: 83px;
}

@media (max-width: 767px) {
  .top-experience__layout-line:lang(en) {
    padding-top: 9.06667vw;
  }
}

.top-experience__layout-line-inner {
  width: 251px;
  height: 100%;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .top-experience__layout-line-inner {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .top-experience__layout-line-inner {
    width: 10.66667vw;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
  }
}

.top-experience__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-experience__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #E2E2E2;
  }
}

.top-experience__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-experience__layout-line02 {
    background-color: #E2E2E2;
    width: 0.26667vw;
    height: 0;
  }
}

.top-experience .mod-ttl {
  position: relative;
  margin-right: auto;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-experience .mod-ttl {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .top-experience .mod-ttl {
    max-width: none;
  }
}

.top-experience .mod-ttl__wrap {
  margin-right: auto;
}

.top-experience__layout-wrap {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .top-experience__layout-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .top-experience__layout-wrap {
    width: 100%;
    padding-left: 5.33333vw;
    margin-right: 0;
    margin-left: 0;
  }
}

.top-experience__wrap.desc {
  width: 489px;
  margin-right: auto;
  margin-left: 95px;
  margin-bottom: 91px;
}

@media (max-width: 767px) {
  .top-experience__wrap.desc {
    width: 70.93333vw;
    margin-top: 10.66667vw;
    margin-bottom: 10vw;
    margin-left: 0;
  }
}

.top-experience__wrap.desc .top-experience__txt {
  font-size: 15px;
  font-size: 0.9375em;
  text-align: justify;
  font-weight: 200;
  width: 400px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-experience__wrap.desc .top-experience__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
    margin-top: 0;
  }
}

.top-experience__wrap.experience {
  pointer-events: auto;
  position: relative;
  z-index: 9;
}

.top-experience__wrap.link {
  margin-top: 51px;
}

@media (max-width: 767px) {
  .top-experience__wrap.link {
    margin-top: 10.66667vw;
  }
}

.top-experience__wrap.link .mod-more, .top-experience__wrap.link .mod-more-mini {
  width: 179px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-experience__wrap.link .mod-more, .top-experience__wrap.link .mod-more-mini {
    width: 49.6vw;
  }
}

@media (max-width: 767px) {
  .top-experience__wrap.link .mod-more__left {
    width: 26.26667vw;
  }
}

.top-experience__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .top-experience__list {
    width: 80.26667vw;
    height: 147.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-experience__item {
  width: 140px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .top-experience__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
    height: 26.66667vw;
  }
}

.top-experience__item:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  .top-experience__item:last-of-type {
    margin-bottom: 0;
  }
}

.top-experience__item.active {
  width: 430px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .top-experience__item.active {
    width: 100%;
    height: 83.2vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media (max-width: 767px) {
  .top-experience__item.active:lang(en) {
    height: 89.86667vw;
  }
}

@media (max-width: 767px) {
  .top-experience__item.active .top-experience__item-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.top-experience__item.active .top-experience__item-img img {
  opacity: 1;
}

@media (max-width: 767px) {
  .top-experience__item.active .top-experience__item-img {
    height: 50.66667vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.top-experience__item.active .top-experience__item-ttl {
  color: #333333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .top-experience__item.active .top-experience__item-ttl {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.top-experience__item.active .top-experience__item-txt {
  opacity: 0;
  -webkit-animation: txt-opacity 0.3s ease 0.3s forwards;
          animation: txt-opacity 0.3s ease 0.3s forwards;
}

@media (max-width: 767px) {
  .top-experience__item.active .top-experience__item-txt {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: auto;
    margin-top: 1.5vw;
    margin-bottom: 3vw;
  }
}

.top-experience__item.active:lang(en) {
  height: 126px;
}

@media (max-width: 767px) {
  .top-experience__item.active:lang(en) {
    height: auto;
  }
}

.top-experience__item-img {
  height: 410px;
  position: relative;
}

@media (max-width: 767px) {
  .top-experience__item-img {
    width: 69.33333vw;
    height: 26.66667vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
  }
}

.top-experience__item-img > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
}

.top-experience__item-img img {
  position: relative;
  z-index: 2;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .top-experience__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .top-experience__item-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.top-experience__item-ttl {
  font-size: 50px;
  font-size: 3.125em;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #D0D0D0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 43px;
}

@media (max-width: 767px) {
  .top-experience__item-ttl {
    font-size: 30px;
    font-size: 8vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 2.93333vw;
    padding-top: 3vw;
  }
}

.top-experience__item-ttl:lang(en) {
  font-size: 42px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top-experience__item-ttl:lang(en) {
    font-size: 30px;
    font-size: 8vw;
  }
}

.top-experience__item-txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  width: 430px;
  opacity: 0;
  height: 91px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-experience__item-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 80.26667vw;
    height: 0;
  }
}

.top-experience__item-txt:lang(en) {
  overflow: visible;
}

@-webkit-keyframes txt-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txt-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  layout > top > news
============================================================================================================ */
.top-news {
  position: relative;
}

@media (max-width: 767px) {
  .top-news {
    padding-bottom: 29vw;
  }
}

.top-news .mod-ttl {
  max-width: 840px;
  width: 100%;
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-news .mod-ttl {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .top-news .mod-ttl {
    max-width: 89.33333vw;
    padding-right: 5.33333vw;
    margin-left: auto;
  }
}

.top-news .mod-ttl__wrap {
  margin-left: auto;
}

.top-news__layout-wrap {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .top-news__layout-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .top-news__layout-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.top-news__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 660px;
  height: 100%;
  padding-top: 48px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-news__layout-line {
    width: calc( 100% - 8vw - 8vw);
    height: 100%;
    padding-top: 9.06667vw;
  }
}

.top-news__layout-line-inner {
  width: 261px;
  height: 100%;
  padding-left: 10px;
  margin-right: auto;
  position: relative;
}

@media (max-width: 767px) {
  .top-news__layout-line-inner {
    width: 10.66667vw;
    padding-left: 0;
  }
}

.top-news__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .top-news__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #9DCCD3;
  }
}

.top-news__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-right: auto;
}

@media (max-width: 767px) {
  .top-news__layout-line02 {
    width: 0.26667vw;
    height: 0;
    background-color: #9DCCD3;
  }
}

.top-news__wrap.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 764px;
  min-height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .top-news__wrap.news {
    max-width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.66667vw;
  }
}

.top-news__wrap.news .common-article {
  margin-right: 40px;
}

.top-news__wrap.news .common-article:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top-news__wrap.news .common-article {
    margin-right: 0;
    margin-bottom: 12vw;
  }
}

.top-news__wrap.link {
  margin-top: 69px;
}

@media (max-width: 767px) {
  .top-news__wrap.link {
    margin-top: 10.66667vw;
  }
}

.top-news__wrap.link .mod-more, .top-news__wrap.link .mod-more-mini {
  width: 179px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-news__wrap.link .mod-more, .top-news__wrap.link .mod-more-mini {
    width: 49.6vw;
  }
}

@media (max-width: 767px) {
  .top-news__wrap.link .mod-more__left {
    width: 26.26667vw;
  }
}

/*  layout > top > journal
============================================================================================================ */
.top-journal {
  margin-top: 200px;
  height: 600px;
  background: url("./img/top/img_media.jpg") no-repeat 0 0;
  background-size: cover;
  color: #ffffff;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .top-journal {
    margin-top: 0;
    height: 131vw;
    background: url("./img/top/img_media-sp.jpg") no-repeat 0 0;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .top-journal__layout-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .top-journal__layout-wrap {
    width: 100%;
    padding-right: 5.33333vw;
    margin-right: 0;
    margin-left: 0;
  }
}

.top-journal__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
  height: 100%;
  padding-top: 128px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-journal__layout-line {
    width: calc( 100% - 8vw - 8vw);
    height: 100%;
    padding-top: 22.4vw;
  }
}

.top-journal__layout-line-inner {
  width: 251px;
  height: 100%;
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  .top-journal__layout-line-inner {
    width: 10.66667vw;
    padding-right: 0;
  }
}

.top-journal__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
}

@media (max-width: 767px) {
  .top-journal__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #9DCCD3;
  }
}

.top-journal__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-journal__layout-line02 {
    width: 0.26667vw;
    height: 0;
    background-color: #9DCCD3;
  }
}

.top-journal .mod-ttl {
  padding-top: 80px;
  max-width: 840px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-journal .mod-ttl {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .top-journal .mod-ttl {
    padding-top: 13.33333vw;
    max-width: 89.33333vw;
  }
}

.top-journal__txtwrap {
  max-width: 662px;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-journal__txtwrap {
    max-width: 76.26667vw;
    width: 100%;
    margin-top: 44.13333vw;
    margin-right: 5vw;
  }
}

@media (max-width: 767px) {
  .top-journal__txtwrap:lang(en) {
    margin-top: 28.13333vw;
  }
}

.top-journal__wrap.desc {
  z-index: 1;
  width: 400px;
}

@media (max-width: 767px) {
  .top-journal__wrap.desc {
    width: 70.93333vw;
  }
}

.top-journal__wrap.link {
  z-index: 1;
  width: 400px;
}

@media (max-width: 767px) {
  .top-journal__wrap.link {
    width: 70.93333vw;
  }
}

.top-journal__wrap.link .mod-more, .top-journal__wrap.link .mod-more-mini {
  width: 179px;
  margin-left: auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top-journal__wrap.link .mod-more, .top-journal__wrap.link .mod-more-mini {
    width: 49.6vw;
    margin-right: auto;
    margin-top: 6.66667vw;
  }
}

@media (max-width: 767px) {
  .top-journal__wrap.link .mod-more__left {
    width: 26.26667vw;
  }
}

.top-journal__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: -0.014em;
}

@media (max-width: 767px) {
  .top-journal__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/*  layout > food
============================================================================================================ */
.top-food .mod-ttl {
  max-width: 840px;
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-food .mod-ttl {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .top-food .mod-ttl {
    max-width: 89.33333vw;
    padding-left: 5.33333vw;
  }
}

.top-food__layout-wrap {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 280px;
  position: relative;
  z-index: 8;
}

@media (max-width: 768px) {
  .top-food__layout-wrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .top-food__layout-wrap {
    width: 100%;
    margin-top: 46.66667vw;
    padding-right: 0;
  }
}

.top-food__wrap.commitment, .top-food__wrap.all-inclusive.page-food__wrap {
  margin-top: 110px;
  position: relative;
}

@media (max-width: 767px) {
  .top-food__wrap.commitment, .top-food__wrap.all-inclusive.page-food__wrap {
    margin-top: 10.66667vw;
  }
}

.top-food__wrap.commitment:lang(en), .top-food__wrap.all-inclusive.page-food__wrap:lang(en) {
  margin-top: 140px;
}

@media (max-width: 767px) {
  .top-food__wrap.commitment:lang(en), .top-food__wrap.all-inclusive.page-food__wrap:lang(en) {
    margin-top: 10.66667vw;
  }
}

.top-food__wrap.commitment .top-food__txt, .top-food__wrap.all-inclusive.page-food__wrap .top-food__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.33333;
  color: #1A1A1A;
  width: 270px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  left: 85px;
  top: -65px;
}

@media (max-width: 768px) {
  .top-food__wrap.commitment .top-food__txt, .top-food__wrap.all-inclusive.page-food__wrap .top-food__txt {
    position: unset;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .top-food__wrap.commitment .top-food__txt, .top-food__wrap.all-inclusive.page-food__wrap .top-food__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    width: 70.93333vw;
    margin-left: 8vw;
    margin-bottom: 2vw;
  }
}

.top-food__wrap.commitment .top-food__txt:lang(en), .top-food__wrap.all-inclusive.page-food__wrap .top-food__txt:lang(en) {
  -webkit-line-clamp: 6;
  top: -95px;
}

@media (max-width: 767px) {
  .top-food__wrap.commitment .top-food__txt:lang(en), .top-food__wrap.all-inclusive.page-food__wrap .top-food__txt:lang(en) {
    top: 0;
  }
}

.top-food__wrap.commitment .top-food__ttlwrap, .top-food__wrap.all-inclusive.page-food__wrap .top-food__ttlwrap {
  width: 700px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-food__wrap.commitment .top-food__ttlwrap, .top-food__wrap.all-inclusive.page-food__wrap .top-food__ttlwrap {
    width: 94.66667vw;
  }
}

.top-food__wrap.commitment .top-food__ttl, .top-food__wrap.all-inclusive.page-food__wrap .top-food__ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 260px;
  height: 260px;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.45833;
  color: #1A1A1A;
  text-align: center;
  background: url("./img/archive/food/img_commitment-bg.png") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  right: auto;
  letter-spacing: 0.2rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-food__wrap.commitment .top-food__ttl, .top-food__wrap.all-inclusive.page-food__wrap .top-food__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    width: 34.66667vw;
    height: 34.66667vw;
    left: 0;
  }
}

.top-food__wrap.commitment .top-food__ttl span, .top-food__wrap.all-inclusive.page-food__wrap .top-food__ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.top-food__wrap.commitment .top-food__img, .top-food__wrap.all-inclusive.page-food__wrap .top-food__img {
  width: 453px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .top-food__wrap.commitment .top-food__img, .top-food__wrap.all-inclusive.page-food__wrap .top-food__img {
    width: 63.06667vw;
    margin-right: 0;
  }
}

.top-food__wrap.link {
  width: 176px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .top-food__wrap.link {
    margin-top: 10.66667vw;
    width: 49.6vw;
  }
}

@media (max-width: 767px) {
  .top-food__wrap.link .mod-more__left {
    width: 26.26667vw;
  }
}

.top-food__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 660px;
  height: 100%;
  padding-top: 48.5px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-food__layout-line {
    width: calc( 100% - 8vw - 8vw);
    height: 100%;
    padding-top: calc(18.13333vw - 9.06667vw);
  }
}

.top-food__layout-line-inner {
  width: 261px;
  height: 100%;
  margin-left: auto;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .top-food__layout-line-inner {
    width: 10.66667vw;
    padding-right: 0;
    margin-right: 2.66667vw;
  }
}

.top-food__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
}

@media (max-width: 767px) {
  .top-food__layout-line01 {
    width: 0;
    height: 0.26667vw;
    background-color: #E2E2E2;
  }
}

.top-food__layout-line02 {
  width: 2px;
  height: 0;
  background-color: #9DCCD3;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-food__layout-line02 {
    width: 0.26667vw;
    height: 0;
    background-color: #E2E2E2;
  }
}

.page-faq {
  width: 646px;
  margin: 128px auto 0;
}

@media (max-width: 767px) {
  .page-faq {
    width: 89.33333vw;
    margin-top: 23.06667vw;
  }
}

.page-faq__spot {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .page-faq__spot {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

.page-faq__spot:not(:first-of-type) {
  margin-top: 104px;
}

@media (max-width: 767px) {
  .page-faq__spot:not(:first-of-type) {
    margin-top: 21.06667vw;
  }
}

.page-faq__group, .offsitemeeting-top__faq .offsitemeeting-top__group {
  border-top: solid 1px #9DCCD3;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .page-faq__group, .offsitemeeting-top__faq .offsitemeeting-top__group {
    border-top: solid 0.26667vw #9DCCD3;
    margin-top: 6vw;
  }
}

.page-faq__item, .offsitemeeting-top__faq .offsitemeeting-top__item {
  font-size: 15px;
  border-bottom: solid 1px #9DCCD3;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-faq__item, .offsitemeeting-top__faq .offsitemeeting-top__item {
    font-size: 14px;
    font-size: 3.73333vw;
    border-bottom: solid 0.26667vw #9DCCD3;
  }
}

.page-faq__item-inner, .offsitemeeting-top__faq .offsitemeeting-top__item-inner {
  width: 606px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding: 32px 0;
}

@media (max-width: 767px) {
  .page-faq__item-inner, .offsitemeeting-top__faq .offsitemeeting-top__item-inner {
    width: 84vw;
    padding: 6vw 0;
  }
}

.page-faq__item-left, .offsitemeeting-top__faq .offsitemeeting-top__item-left {
  line-height: 1;
}

.page-faq__item-right, .offsitemeeting-top__faq .offsitemeeting-top__item-right {
  width: 32px;
  height: 16px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .page-faq__item-right, .offsitemeeting-top__faq .offsitemeeting-top__item-right {
    width: 6vw;
    height: 3.06667vw;
    top: 0.53333vw;
    left: 0.26667vw;
  }
}

.page-faq__item-right.open, .offsitemeeting-top__faq .open.offsitemeeting-top__item-right {
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .page-faq__item-right.open, .offsitemeeting-top__faq .open.offsitemeeting-top__item-right {
    top: 0.53333vw;
    left: 0.26667vw;
  }
}

.page-faq__item-right img, .offsitemeeting-top__faq .offsitemeeting-top__item-right img {
  width: 100%;
}

.page-faq__container, .offsitemeeting-top__faq .offsitemeeting-top__container {
  font-size: 15px;
  line-height: calc( 35 / 15);
  width: 606px;
  margin: 0 auto;
  position: relative;
  top: 2px;
  display: none;
}

@media (max-width: 767px) {
  .page-faq__container, .offsitemeeting-top__faq .offsitemeeting-top__container {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58 / 28);
    width: 84vw;
    top: 0.26667vw;
  }
}

.page-faq__lists, .offsitemeeting-top__faq .offsitemeeting-top__lists {
  padding-bottom: 22px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .page-faq__lists, .offsitemeeting-top__faq .offsitemeeting-top__lists {
    padding-bottom: 4vw;
    margin-left: 3.86667vw;
  }
}

.page-faq__lists:not(:first-of-type), .offsitemeeting-top__faq .offsitemeeting-top__lists:not(:first-of-type) {
  border-top: solid 1px #9DCCD3;
  padding-top: 23px;
}

@media (max-width: 767px) {
  .page-faq__lists:not(:first-of-type), .offsitemeeting-top__faq .offsitemeeting-top__lists:not(:first-of-type) {
    border-top: solid 0.26667vw #9DCCD3;
    padding-top: 4vw;
  }
}

.page-faq__lists:last-of-type, .offsitemeeting-top__faq .offsitemeeting-top__lists:last-of-type {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .page-faq__lists:last-of-type, .offsitemeeting-top__faq .offsitemeeting-top__lists:last-of-type {
    padding-bottom: 4.26667vw;
  }
}

.page-faq__list, .offsitemeeting-top__faq .offsitemeeting-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-faq__list.question span, .offsitemeeting-top__faq .question.offsitemeeting-top__list span {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .page-faq__list.question span, .offsitemeeting-top__faq .question.offsitemeeting-top__list span {
    margin-right: 1.6vw;
  }
}

.page-faq__list.answer, .offsitemeeting-top__faq .answer.offsitemeeting-top__list {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .page-faq__list.answer, .offsitemeeting-top__faq .answer.offsitemeeting-top__list {
    margin-top: 4.26667vw;
  }
}

.page-faq__list.answer span, .offsitemeeting-top__faq .answer.offsitemeeting-top__list span {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .page-faq__list.answer span, .offsitemeeting-top__faq .answer.offsitemeeting-top__list span {
    margin-right: 2.13333vw;
  }
}

.page-faq__txt, .offsitemeeting-top__faq .offsitemeeting-top__txt {
  width: 570px;
}

@media (max-width: 767px) {
  .page-faq__txt, .offsitemeeting-top__faq .offsitemeeting-top__txt {
    width: 74.93333vw;
  }
}

body #__lpform_your_name {
  display: none;
}

body.contact .common-main {
  background: #FCFCFC;
}

body.contact .mod-ttl__sub {
  color: #9DCCD3;
}

body.confirm .common-main {
  background: #FCFCFC;
}

body.confirm .mod-ttl__sub {
  color: #9DCCD3;
}

body.thanks .common-main {
  background: #FCFCFC;
}

body.thanks .mod-ttl__sub {
  color: #9DCCD3;
}

.page-contact {
  width: 630px;
  margin: 200px auto 146px;
}

.page-contact .mod-ttl__wrap {
  margin: 0 auto;
}

.page-contact .mod-ttl__sub {
  color: #9DCCD3;
}

.page-contact .mod-more, .page-contact .mod-more-mini {
  width: 228px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-contact .mod-more, .page-contact .mod-more-mini {
    width: 57.86667vw;
  }
}

@media (max-width: 767px) {
  .page-contact {
    width: 82.13333vw;
    margin: 33.33333vw auto 25.6vw;
  }
}

.page-contact__explain {
  font-size: 15px;
  line-height: calc( 35 / 15);
  margin-top: 67px;
  text-align: center;
}

@media (max-width: 767px) {
  .page-contact__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58 / 28);
    margin-top: 13.2vw;
    text-align: left;
  }
}

.page-contact__mandatory {
  font-size: 11px;
  font-weight: 200;
  line-height: 1;
  margin: 56px 0 28px;
}

@media (max-width: 767px) {
  .page-contact__mandatory {
    font-size: 14px;
    font-size: 3.73333vw;
    margin: 10.4vw auto 7.73333vw;
  }
}

.page-contact__group {
  margin-bottom: 61px;
}

@media (max-width: 767px) {
  .page-contact__group {
    margin-bottom: 11.06667vw;
  }
}

.page-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .page-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-contact__item.your_examination_container .page-contact__right {
  padding-left: 50px;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-contact__item.your_examination_container .page-contact__right {
    width: auto;
    padding-left: 0;
    margin-top: 0.53333vw;
    margin-right: 0;
  }
}

.page-contact__item.your_examination_container .page-contact__right span {
  font-size: 15px;
  font-weight: 200;
  display: block;
}

@media (max-width: 767px) {
  .page-contact__item.your_examination_container .page-contact__right span {
    font-size: 15px;
    font-size: 4vw;
  }
}

.page-contact__item.your_examination_container span.mwform-radio-field {
  margin-left: 0;
  margin-right: 33px;
}

@media (max-width: 767px) {
  .page-contact__item.your_examination_container span.mwform-radio-field {
    margin-right: 7.6vw;
  }
}

.page-contact__item.your_examination_container .page-contact__right span.mwform-radio-field {
  float: left;
}

@media (max-width: 767px) {
  .page-contact__item.your_examination_container .page-contact__right span.mwform-radio-field {
    float: none;
  }
}

.page-contact__item.your_examination_container .page-contact__right span.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text:before {
  background: #9DCCD3;
}

.page-contact__item.your_examination_container .page-contact__right span.mwform-radio-field-text {
  cursor: pointer;
}

.page-contact__item.your_examination_container .page-contact__right span.mwform-radio-field-text:before {
  border: solid 1px #DBDBDB;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-right: 10px;
}

@media (max-width: 767px) {
  .page-contact__item.your_examination_container .page-contact__right span.mwform-radio-field-text:before {
    margin-right: 2.66667vw;
  }
}

.page-contact__item:not(:first-of-type) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-contact__item:not(:first-of-type) {
    margin-top: 6.93333vw;
  }
}

.page-contact__item:not(:first-of-type) .page-contact__left {
  padding-top: 3px;
}

@media (max-width: 767px) {
  .page-contact__item:not(:first-of-type) .page-contact__left {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .page-contact__item:nth-of-type(2) {
    margin-top: 11.2vw;
  }
}

.page-contact__item:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-contact__item .error {
  margin-top: 13px;
}

.page-contact__left {
  font-size: 15px;
  font-weight: 200;
}

@media (max-width: 767px) {
  .page-contact__left {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.page-contact__right {
  font-size: 15px;
  font-weight: 200;
  width: 453px;
}

@media (max-width: 767px) {
  .page-contact__right {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
    margin-top: 1.33333vw;
  }
}

.page-contact__right:lang(en) {
  width: 423px;
}

@media (max-width: 767px) {
  .page-contact__right:lang(en) {
    width: 100%;
  }
}

.page-contact__right input {
  height: 34px;
  background: #ffffff !important;
  border: solid 1px #DBDBDB !important;
}

@media (max-width: 767px) {
  .page-contact__right input {
    height: 8vw;
    border: solid 0.26667vw #DBDBDB !important;
  }
}

.page-contact__right input.your_zip {
  width: 150px;
}

@media (max-width: 767px) {
  .page-contact__right input.your_zip {
    width: 37.06667vw;
  }
}

.page-contact__right textarea {
  height: 238px;
  background: #ffffff;
  border: solid 1px #DBDBDB;
}

@media (max-width: 767px) {
  .page-contact__right textarea {
    height: 72vw;
    border: solid 0.26667vw #DBDBDB;
  }
}

.page-contact__right.container {
  line-height: calc( 37 / 15);
}

@media (max-width: 767px) {
  .page-contact__right.container {
    line-height: calc( 58 / 28);
  }
}

.page-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 364px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-contact__btn {
    width: 82.13333vw;
  }
}

.page-contact .your_confirm {
  width: 228px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-contact .your_confirm {
    width: 57.86667vw;
  }
}

.page-contact .your_confirm:lang(en) {
  width: 248px;
}

@media (max-width: 767px) {
  .page-contact .your_confirm:lang(en) {
    width: 64vw;
  }
}

@media (max-width: 767px) {
  .page-contact .your_confirm .mod-more, .page-contact .your_confirm .mod-more-mini {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-contact .your_confirm .mod-more__left {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .page-contact .your_confirm .mod-more__left {
    padding-top: 1.33333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .page-contact .your_confirm .mod-more__right {
    padding-top: 2.66667vw;
  }
}

.page-confirm {
  width: 630px;
  margin: 119px auto 145px;
}

@media (max-width: 767px) {
  .page-confirm {
    width: 82.13333vw;
    margin: 21.73333vw auto 25.33333vw;
  }
}

.page-confirm__txt {
  font-size: 15px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .page-confirm__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 8.26667vw;
  }
}

@media (max-width: 767px) {
  .page-confirm .page-contact__item .page-contact__right {
    margin-top: 2.93333vw;
  }
}

@media (max-width: 767px) {
  .page-confirm .page-contact__item:first-of-type .page-contact__right {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 3.06667vw;
  }
}

.page-confirm .page-contact__item:not(:first-of-type) {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .page-confirm .page-contact__item:not(:first-of-type) {
    margin-top: 6.93333vw;
  }
}

.page-confirm .page-contact__item:not(:first-of-type) .page-contact__left {
  padding-top: 0;
}

.page-confirm .your_back {
  font-size: 16px;
  width: 132px;
  cursor: pointer;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 767px) {
  .page-confirm .your_back {
    font-size: 15px;
    font-size: 4vw;
    width: 33.86667vw;
  }
}

@media (max-width: 767px) {
  .page-confirm .your_back .mod-back {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (max-width: 767px) {
  .page-confirm .your_back .mod-back__left {
    padding-top: 2.4vw;
  }
}

.page-confirm .your_submit {
  font-size: 16px;
  width: 132px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-confirm .your_submit {
    font-size: 15px;
    font-size: 4vw;
    width: 33.86667vw;
  }
}

.page-confirm .your_submit.mod-more, .page-confirm .your_submit.mod-more-mini {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .page-confirm .your_submit.mod-more__right {
    padding-top: 2.4vw;
  }
}

.page-confirm .mw_wp_form_confirm .none {
  display: none;
}

.page-thanks {
  margin: 148px 0 146px;
}

@media (max-width: 767px) {
  .page-thanks {
    margin: 22.8vw 0 25.06667vw;
  }
}

.page-thanks__logo {
  width: 327px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-thanks__logo {
    width: 62.26667vw;
  }
}

.page-thanks__logo img {
  width: 100%;
}

.page-thanks__txt {
  font-size: 15px;
  font-weight: 200;
  line-height: calc( 37 / 15);
  text-align: center;
  margin-top: 62px;
}

@media (max-width: 767px) {
  .page-thanks__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58 / 28);
    margin-top: 12.13333vw;
  }
}

.page-thanks .mod-back {
  width: 163px;
  margin: 63px auto 0;
}

@media (max-width: 767px) {
  .page-thanks .mod-back {
    font-size: 15px;
    font-size: 4vw;
    width: 41.6vw;
    margin-top: 11.06667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .page-thanks .mod-back__left {
    padding-top: 1.33333vw;
  }
}

@media (max-width: 767px) {
  .page-thanks .mod-back__right {
    width: auto;
  }
}

body.post-type-archive .mod-ttl__sub svg {
  height: 64px;
}

@media (max-width: 767px) {
  body.post-type-archive .mod-ttl__sub svg {
    height: 12vw;
  }
}

.common-archive__container {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .common-archive__container {
    padding-bottom: 16.53333vw;
  }
}

.common-archive__img.common-kv__img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.common-archive__img.common-kv__img .mod-ttl {
  width: 489px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 5;
}

@media (max-width: 767px) {
  .common-archive__img.common-kv__img .mod-ttl {
    width: 73.86667vw;
    bottom: -9.46667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.common-archive__img.common-kv__img .mod-ttl__sub {
  width: 235px;
  position: absolute;
  left: -16px;
  bottom: 51px;
  color: #9DCCD3;
}

@media (max-width: 767px) {
  .common-archive__img.common-kv__img .mod-ttl__sub {
    width: 44.13333vw;
    left: -4.13333vw;
    bottom: 13.2vw;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.common-archive__img.common-kv__img .mod-ttl__sub:lang(en) {
  bottom: 58px;
}

@media (max-width: 767px) {
  .common-archive__img.common-kv__img .mod-ttl__sub:lang(en) {
    bottom: 13.86667vw;
  }
}

.common-archive__img.common-kv__img .mod-ttl__main {
  background-color: #FCFCFC;
}

@media (max-width: 767px) {
  .common-archive__img.common-kv__img .mod-ttl__main {
    padding: 6.4vw 0;
  }
}

.common-archive .mod-more, .common-archive .mod-more-mini {
  width: 175px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .common-archive .mod-more, .common-archive .mod-more-mini {
    width: 48.8vw;
  }
}

.common-archive .mod-more__left {
  width: 91px;
}

@media (max-width: 767px) {
  .common-archive .mod-more__left {
    width: 25.46667vw;
  }
}

.common-archive .mod-more__left img {
  width: 100%;
}

.common-archive .mod-more__right {
  position: relative;
}

.common-archive .mod-more__right img {
  width: 100%;
}

.common-archive__article {
  width: 764px;
  margin: 0 auto;
  padding: 124px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-archive__article {
    width: 92vw;
    padding: 22.8vw 0 13.46667vw;
  }
}

.common-archive .common-article:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .common-archive .common-article:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.common-archive .common-article:nth-of-type(n+4) {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .common-archive .common-article:nth-of-type(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .common-archive .common-article:not(:first-of-type) {
    margin-top: 9.73333vw;
  }
}

.common-single {
  padding-bottom: 146px;
}

@media (max-width: 767px) {
  .common-single {
    padding-bottom: 16.4vw;
  }
}

@media (max-width: 767px) {
  .common-single__img {
    height: 39.33333vw;
  }
}

.common-single .editor-content {
  width: 740px;
  margin: 0 auto;
  padding: 110px 0 80px;
  position: relative;
}

@media (max-width: 767px) {
  .common-single .editor-content {
    width: 89.33333vw;
    padding: 7.06667vw 0 13.33333vw;
  }
}

.common-single .editor-content:before {
  content: '';
  width: 740px;
  height: 1px;
  background-color: #2C4537;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .common-single .editor-content:before {
    width: 93.6vw;
    height: 2px;
  }
}

.common-single .editor-content h1 {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2.3;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}

@media (max-width: 767px) {
  .common-single .editor-content h1 {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2.06;
  }
}

.common-single .editor-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .common-single .editor-content h2 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
  }
}

.common-single .editor-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #9DCCD3;
  padding-left: 7px;
  margin: 33px 0;
}

@media (max-width: 767px) {
  .common-single .editor-content h3 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding: 0.8vw 0 0.8vw 1.33333vw;
    margin: 5.33333vw 0;
  }
}

.common-single .editor-content h4 {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-bottom: solid 1px #2C4537;
  padding-left: 7px;
  margin: 33px 0;
}

@media (max-width: 767px) {
  .common-single .editor-content h4 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding: 1.33333vw 0 1.33333vw 1.33333vw;
    margin: 5.33333vw 0;
  }
}

.common-single .editor-content h5 {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 7px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding-left: 7px;
  margin: 33px 0;
}

@media (max-width: 767px) {
  .common-single .editor-content h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 7px);
    /* 幅2の線を作る */
    padding: 1.73333vw 0 1.73333vw 1.33333vw;
    margin: 5.33333vw 0;
  }
}

.common-single .editor-content p {
  font-size: 16px;
  line-height: 2.3;
  width: 726px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .common-single .editor-content p {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
    width: 86.66667vw;
  }
}

.common-single .editor-content img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 35px auto;
}

@media (max-width: 767px) {
  .common-single .editor-content img {
    width: 100%;
    margin: 8vw 0;
  }
}

.common-single .editor-content img:first-of-type {
  width: 100%;
  margin-top: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .common-single .editor-content img:first-of-type {
    margin-top: 5.33333vw;
    margin-bottom: 30px;
  }
}

.common-single .editor-content ul {
  width: 726px;
  margin: 28px auto;
}

@media (max-width: 767px) {
  .common-single .editor-content ul {
    width: 86.66667vw;
    margin: 8vw auto;
  }
}

.common-single .editor-content li {
  font-size: 16px;
  line-height: 2.3;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .common-single .editor-content li {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
    margin-left: 4.26667vw;
  }
}

.common-single .editor-content blockquote {
  font-size: 16px;
  line-height: 2.3;
  width: 700px;
  padding: 23px 29px;
  background: transparent;
  border: 1px solid #586F62;
  border-radius: 0;
  margin: 33px auto;
}

@media (max-width: 767px) {
  .common-single .editor-content blockquote {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
    width: 84vw;
    padding: 4vw 5.33333vw;
    margin: 8vw auto;
  }
}

.common-single__time {
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .common-single__time {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 7.06667vw;
  }
}

.common-single__article .mod-back {
  width: 131px;
  margin: 74px auto 0;
}

@media (max-width: 767px) {
  .common-single__article .mod-back {
    width: 36.53333vw;
    margin: 12.26667vw auto 0;
  }
}

.common-single__other {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin: 54px 0;
}

@media (max-width: 767px) {
  .common-single__other {
    font-size: 19px;
    font-size: 5.06667vw;
    margin: 10.4vw 0;
  }
}

.common-single__lists {
  width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-single__lists {
    width: 92vw;
  }
}

.common-single .common-article:not(:last-of-type) {
  margin-right: 28px;
}

@media (max-width: 767px) {
  .common-single .common-article:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10.66667vw;
  }
}

.offsitemeeting-single__thumb {
  height: 491px;
}

@media (max-width: 767px) {
  .offsitemeeting-single__thumb {
    height: 56.8vw;
  }
}

.offsitemeeting-single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offsitemeeting-single .editor-content {
  width: 740px;
  margin: 0 auto;
  padding: 41px 0 80px;
  position: relative;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content {
    width: 89.33333vw;
    padding: 8.66667vw 0 13.33333vw;
  }
}

.offsitemeeting-single .editor-content:before {
  content: '';
  width: 740px;
  height: 1px;
  background-color: #2C4537;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content:before {
    width: 93.6vw;
    height: 2px;
  }
}

.offsitemeeting-single .editor-content h1 {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content h1 {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.5;
    color: #566F62;
  }
}

.offsitemeeting-single .editor-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #566F62;
  padding-left: 7px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content h2 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding: 0.8vw 0 0.8vw 1.33333vw;
    margin: 5.33333vw 0;
  }
}

.offsitemeeting-single .editor-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 20px 0px;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content h3 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.6;
    margin: 5.33333vw 0;
  }
}

.offsitemeeting-single .editor-content h4 {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #566F62;
  border-bottom: solid 1px #566F62;
  padding-left: 7px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content h4 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding: 1.33333vw 0 1.33333vw 1.33333vw;
    margin: 5.33333vw 0;
  }
}

.offsitemeeting-single .editor-content h5 {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  background: 0;
  border-bottom: 2px dotted #2C4537;
  padding-left: 7px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding: 1.73333vw 0 1.73333vw 1.33333vw;
    margin: 5.33333vw 0;
    border-bottom: 0.26667vw dotted #2C4537;
  }
}

.offsitemeeting-single .editor-content p {
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: .03em;
  width: 726px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content p {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
    width: 86.66667vw;
  }
}

.offsitemeeting-single .editor-content img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 35px auto;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content img {
    width: 100%;
    margin: 8vw 0;
  }
}

.offsitemeeting-single .editor-content img:first-of-type {
  width: 100%;
  margin-top: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content img:first-of-type {
    margin-top: 5.33333vw;
    margin-bottom: 30px;
  }
}

.offsitemeeting-single .editor-content ul {
  width: 726px;
  margin: 28px auto;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content ul {
    width: 86.66667vw;
    margin: 8vw auto;
  }
}

.offsitemeeting-single .editor-content li {
  font-size: 16px;
  line-height: 2.3;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content li {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
    margin-left: 4.26667vw;
  }
}

.offsitemeeting-single .editor-content blockquote {
  font-size: 16px;
  line-height: 2.3;
  width: 700px;
  padding: 24px 30px;
  color: #566F62;
  background: rgba(145, 175, 160, 0.3);
  border: none;
  border-radius: 0;
  margin: 33px auto;
}

@media (max-width: 767px) {
  .offsitemeeting-single .editor-content blockquote {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.06;
    width: 84vw;
    padding: 4vw 5.33333vw;
    margin: 8vw auto;
  }
}

.offsitemeeting-single .editor-content blockquote p {
  width: auto;
}

.offsitemeeting-single__time {
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .offsitemeeting-single__time {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 7.06667vw;
  }
}

.offsitemeeting-single__article {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .offsitemeeting-single__article {
    margin-top: 9.33333vw;
  }
}

.offsitemeeting-single__article .mod-back {
  width: 131px;
  margin: 74px auto 0;
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .mod-back {
    width: 36.53333vw;
    margin: 12.26667vw auto 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article {
    width: 100%;
    margin-right: 0 !important;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article:not(:first-of-type) {
    margin-top: 6.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article a {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article__high {
    width: 418px;
    height: 100%;
    padding-top: 2px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article__high {
    width: 55.73333vw;
    padding-top: 0.26667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article__cat {
    font-size: 20px;
    line-height: 1;
    padding: 3px 20px;
    margin-left: 4px;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article__cat {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1;
    padding: 0.4vw 2.66667vw;
    margin-left: 0.53333vw;
    border-radius: 0.8vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article__time {
    font-size: 20px;
    width: 100%;
    color: #969696;
    display: block;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article__time {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article__thumb {
    width: 200px;
    height: 200px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article__thumb {
    width: 26.66667vw;
    height: 26.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article__detail {
    width: 418px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article__detail {
    width: 55.73333vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .offsitemeeting-article__ttl {
    font-size: 28px;
    line-height: 1.53571;
    margin-top: 0;
    color: black;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .offsitemeeting-article__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.53571;
  }
}

.offsitemeeting-single__article-ttl {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .2em;
  text-align: center;
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article-ttl {
    font-size: 32px;
    line-height: 1.4375;
    letter-spacing: .1em;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.offsitemeeting-single__article-inner {
  width: 905px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article-inner {
    width: 648px;
    margin-top: 123px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article-inner {
    width: 86.4vw;
    margin-top: 16.4vw;
  }
}

.offsitemeeting-single__article .mod-lp-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94444;
  color: white;
  padding: 16px 0px 15px;
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .offsitemeeting-single__article .mod-lp-btn {
    font-size: 30px;
    line-height: 1.46667;
    width: 420px;
    padding: 23px 0;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-single__article .mod-lp-btn {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.46667;
    width: 56vw;
    padding: 3.06667vw 0;
    margin-top: 13.33333vw;
  }
}

.offsitemeeting-single__other {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin: 54px 0;
}

@media (max-width: 767px) {
  .offsitemeeting-single__other {
    font-size: 19px;
    font-size: 5.06667vw;
    margin: 10.4vw 0;
  }
}

.offsitemeeting-single__lists {
  width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .offsitemeeting-single__lists {
    width: 92vw;
  }
}

.offsitemeeting-single .common-article:not(:last-of-type) {
  margin-right: 28px;
}

@media (max-width: 767px) {
  .offsitemeeting-single .common-article:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10.66667vw;
  }
}

.offsitemeeting-single .offsitemeeting-top__cv-area {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .offsitemeeting-single .offsitemeeting-top__cv-area {
    margin-top: 13.33333vw;
  }
}

.offsitemeeting-single .offsitemeeting-top__cv-area .mod-lp-btn {
  color: white;
}

.common-article {
  width: 228px;
}

@media (max-width: 767px) {
  .common-article {
    width: 100%;
  }
}

.common-article__high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-article__high {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .common-article__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 2.66667vw;
  }
}

.common-article__cat {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  padding: 6px 25px;
  background: #AFD5DA;
}

@media (max-width: 767px) {
  .common-article__cat {
    font-size: 11px;
    font-size: 2.93333vw;
    padding: 1.73333vw 7.33333vw;
    margin-right: 4vw;
  }
}

.common-article__time {
  font-size: 15px;
  line-height: 1;
  color: #1A1A1A;
}

@media (max-width: 767px) {
  .common-article__time {
    font-size: 15px;
    font-size: 4vw;
  }
}

.common-article__thumb {
  width: 100%;
  height: 171px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .common-article__thumb {
    width: 42.8vw;
    height: 42.8vw;
    margin-top: 1.33333vw;
  }
}

.common-article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .common-article__detail {
    width: 44.8vw;
  }
}

.common-article__ttl {
  line-height: 2.3;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .common-article__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    margin-top: 0;
    -webkit-line-clamp: 3;
  }
}

@media all and (-ms-high-contrast: none) {
  .common-article {
    /* ここに書く */
  }
  .common-article .common-article__ttl {
    max-height: 65px;
    /* 制限したい行数が2の場合 */
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .common-article .common-article__ttl {
    max-height: 23.6vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .common-article .common-article__txt {
    max-height: 56px;
    /* 制限したい行数が2の場合 */
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .common-article .common-article__txt {
    max-height: 20.13333vw;
  }
}

.common-article__txt {
  font-size: 12px;
  line-height: 2.3;
  color: #1A1A1A;
  font-weight: 200;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .common-article__txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2.1;
    margin-top: 1.6vw;
    -webkit-line-clamp: 3;
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 92vw;
  }
}

/*  layout > equipment
============================================================================================================ */
/* takijiri equipment */
.takijiri .common-archive__img .mod-ttl__sub {
  left: -20px;
  bottom: 60px;
  color: #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .common-archive__img .mod-ttl__sub {
    left: -5.06667vw;
    bottom: 11.2vw;
  }
}

.takijiri .page-equipment:before {
  background-color: rgba(233, 234, 195, 0.8);
}

.takijiri .page-equipment__tab > li {
  border: solid 2px #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .page-equipment__tab > li {
    border: solid 0.4vw #ebc3c3;
  }
}

.takijiri .page-equipment__tab > li.active {
  background-color: #ebc3c3;
}

.takijiri .page-equipment__info {
  background: linear-gradient(315deg, transparent 23px, #ebc3c3 23px);
}

@media (max-width: 767px) {
  .takijiri .page-equipment__info {
    background: linear-gradient(315deg, transparent 3.6vw, #ebc3c3 3.6vw);
  }
}

.takijiri .page-equipment__info:before {
  border-left: 32px solid #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .page-equipment__info:before {
    border-left: 5.33333vw solid #ebc3c3;
  }
}

.takijiri .post-equipment {
  background: linear-gradient(315deg, transparent 12px, #ebc3c3 12px);
}

@media (max-width: 767px) {
  .takijiri .post-equipment {
    background: linear-gradient(315deg, transparent 2.4vw, #ebc3c3 2.4vw);
  }
}

.takijiri .post-equipment:before {
  border-left: 18px solid #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .post-equipment:before {
    border-left: 3.86667vw solid #ebc3c3;
  }
}

.takijiri .common-archive__img .mod-ttl__sub {
  left: -20px;
  bottom: 60px;
  color: #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .common-archive__img .mod-ttl__sub {
    left: -5.06667vw;
    bottom: 11.2vw;
  }
}

.takijiri .page-equipment:before {
  background-color: rgba(235, 195, 195, 0.8);
}

.takijiri .page-equipment__tab > li {
  border: solid 2px #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .page-equipment__tab > li {
    border: solid 0.4vw #ebc3c3;
  }
}

.takijiri .page-equipment__tab > li.active {
  background-color: #ebc3c3;
}

.takijiri .page-equipment__info {
  background: linear-gradient(315deg, transparent 23px, #ebc3c3 23px);
}

@media (max-width: 767px) {
  .takijiri .page-equipment__info {
    background: linear-gradient(315deg, transparent 3.6vw, #ebc3c3 3.6vw);
  }
}

.takijiri .page-equipment__info:before {
  border-left: 32px solid #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .page-equipment__info:before {
    border-left: 5.33333vw solid #ebc3c3;
  }
}

.takijiri .post-equipment {
  background: linear-gradient(315deg, transparent 12px, #ebc3c3 12px);
}

@media (max-width: 767px) {
  .takijiri .post-equipment {
    background: linear-gradient(315deg, transparent 2.4vw, #ebc3c3 2.4vw);
  }
}

.takijiri .post-equipment:before {
  border-left: 18px solid #ebc3c3;
}

@media (max-width: 767px) {
  .takijiri .post-equipment:before {
    border-left: 3.86667vw solid #ebc3c3;
  }
}
/* end takijiri equipment */
/* takahara equipment */
.takahara .common-archive__img .mod-ttl__sub {
  left: -20px;
  bottom: 60px;
  color: #D3C09E;
}

@media (max-width: 767px) {
  .takahara .common-archive__img .mod-ttl__sub {
    left: -5.06667vw;
    bottom: 11.2vw;
  }
}

.takahara .page-equipment:before {
  background-color: rgba(230, 222, 208, 0.8);
}

.takahara .page-equipment__tab > li {
  border: solid 2px #D3C09E;
}

@media (max-width: 767px) {
  .takahara .page-equipment__tab > li {
    border: solid 0.4vw #D3C09E;
  }
}

.takahara .page-equipment__tab > li.active {
  background-color: #D3C09E;
}

.takahara .page-equipment__info {
  background: linear-gradient(315deg, transparent 23px, #D3C09E 23px);
}

@media (max-width: 767px) {
  .takahara .page-equipment__info {
    background: linear-gradient(315deg, transparent 3.6vw, #D3C09E 3.6vw);
  }
}

.takahara .page-equipment__info:before {
  border-left: 32px solid #D3C09E;
}

@media (max-width: 767px) {
  .takahara .page-equipment__info:before {
    border-left: 5.33333vw solid #D3C09E;
  }
}

.takahara .post-equipment {
  background: linear-gradient(315deg, transparent 12px, #D3C09E 12px);
}

@media (max-width: 767px) {
  .takahara .post-equipment {
    background: linear-gradient(315deg, transparent 2.4vw, #D3C09E 2.4vw);
  }
}

.takahara .post-equipment:before {
  border-left: 18px solid #D3C09E;
}

@media (max-width: 767px) {
  .takahara .post-equipment:before {
    border-left: 3.86667vw solid #D3C09E;
  }
}
/* end takahara equipment */

.chikatsuyu .common-archive__img .mod-ttl__sub {
  left: -20px;
  bottom: 60px;
  color: #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .common-archive__img .mod-ttl__sub {
    left: -5.06667vw;
    bottom: 11.2vw;
  }
}

.chikatsuyu .page-equipment:before {
  background-color: rgba(233, 234, 195, 0.8);
}

.chikatsuyu .page-equipment__tab > li {
  border: solid 2px #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .page-equipment__tab > li {
    border: solid 0.4vw #D6CD66;
  }
}

.chikatsuyu .page-equipment__tab > li.active {
  background-color: #D6CD66;
}

.chikatsuyu .page-equipment__info {
  background: linear-gradient(315deg, transparent 23px, #D6CD66 23px);
}

@media (max-width: 767px) {
  .chikatsuyu .page-equipment__info {
    background: linear-gradient(315deg, transparent 3.6vw, #D6CD66 3.6vw);
  }
}

.chikatsuyu .page-equipment__info:before {
  border-left: 32px solid #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .page-equipment__info:before {
    border-left: 5.33333vw solid #D6CD66;
  }
}

.chikatsuyu .post-equipment {
  background: linear-gradient(315deg, transparent 12px, #D6CD66 12px);
}

@media (max-width: 767px) {
  .chikatsuyu .post-equipment {
    background: linear-gradient(315deg, transparent 2.4vw, #D6CD66 2.4vw);
  }
}

.chikatsuyu .post-equipment:before {
  border-left: 18px solid #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .post-equipment:before {
    border-left: 3.86667vw solid #D6CD66;
  }
}

.chikatsuyu .common-archive__img .mod-ttl__sub {
  left: -20px;
  bottom: 60px;
  color: #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .common-archive__img .mod-ttl__sub {
    left: -5.06667vw;
    bottom: 11.2vw;
  }
}

.chikatsuyu .page-equipment:before {
  background-color: rgba(233, 234, 195, 0.8);
}

.chikatsuyu .page-equipment__tab > li {
  border: solid 2px #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .page-equipment__tab > li {
    border: solid 0.4vw #D6CD66;
  }
}

.chikatsuyu .page-equipment__tab > li.active {
  background-color: #D6CD66;
}

.chikatsuyu .page-equipment__info {
  background: linear-gradient(315deg, transparent 23px, #D6CD66 23px);
}

@media (max-width: 767px) {
  .chikatsuyu .page-equipment__info {
    background: linear-gradient(315deg, transparent 3.6vw, #D6CD66 3.6vw);
  }
}

.chikatsuyu .page-equipment__info:before {
  border-left: 32px solid #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .page-equipment__info:before {
    border-left: 5.33333vw solid #D6CD66;
  }
}

.chikatsuyu .post-equipment {
  background: linear-gradient(315deg, transparent 12px, #D6CD66 12px);
}

@media (max-width: 767px) {
  .chikatsuyu .post-equipment {
    background: linear-gradient(315deg, transparent 2.4vw, #D6CD66 2.4vw);
  }
}

.chikatsuyu .post-equipment:before {
  border-left: 18px solid #D6CD66;
}

@media (max-width: 767px) {
  .chikatsuyu .post-equipment:before {
    border-left: 3.86667vw solid #D6CD66;
  }
}

.koguchi .common-archive__img .mod-ttl__sub {
  left: -20px;
  bottom: 60px;
  color: #A2CBB4;
}

@media (max-width: 767px) {
  .koguchi .common-archive__img .mod-ttl__sub {
    left: -5.06667vw;
    bottom: 11.2vw;
  }
}

.koguchi .page-equipment:before {
  background-color: rgba(213, 234, 222, 0.8);
}

.koguchi .page-equipment__tab > li {
  border: solid 2px #A2CBB4;
}

@media (max-width: 767px) {
  .koguchi .page-equipment__tab > li {
    border: solid 0.4vw #A2CBB4;
  }
}

.koguchi .page-equipment__tab > li.active {
  background-color: #A2CBB4;
}

.koguchi .page-equipment__info {
  background: linear-gradient(315deg, transparent 23px, #A2CBB4 23px);
}

@media (max-width: 767px) {
  .koguchi .page-equipment__info {
    background: linear-gradient(315deg, transparent 3.6vw, #A2CBB4 3.6vw);
  }
}

.koguchi .page-equipment__info:before {
  border-left: 32px solid #A2CBB4;
}

@media (max-width: 767px) {
  .koguchi .page-equipment__info:before {
    border-left: 5.33333vw solid #A2CBB4;
  }
}

.koguchi .post-equipment {
  background: linear-gradient(315deg, transparent 12px, #A2CBB4 12px);
}

@media (max-width: 767px) {
  .koguchi .post-equipment {
    background: linear-gradient(315deg, transparent 2.4vw, #A2CBB4 2.4vw);
  }
}

.koguchi .post-equipment:before {
  border-left: 18px solid #A2CBB4;
}

@media (max-width: 767px) {
  .koguchi .post-equipment:before {
    border-left: 3.86667vw solid #A2CBB4;
  }
}

.page-equipment {
  position: relative;
  z-index: 1;
}

.page-equipment:before {
  content: "";
  width: 21.875%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.page-equipment__inner {
  padding: 113px 0 200px;
}

@media (max-width: 767px) {
  .page-equipment__inner {
    padding: 21.46667vw 0 30.13333vw;
  }
}

.page-equipment__tab {
  width: 764px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .page-equipment__tab {
    width: 82.66667vw;
  }
}

@media (max-width: 767px) {
  .page-equipment__tab:lang(en) {
    width: 82.66667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-equipment__tab > li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .2em;
  text-align: center;
  color: #333333;
  background-color: white;
  padding: 8px 36px;
  margin: 10px 10px 0px;
  -webkit-transition: .6s;
  transition: .6s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-equipment__tab > li {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.46667;
    padding: 1.46667vw 4.66667vw;
    margin: 1.33333vw 1.33333vw 0px;
  }
}

@media (max-width: 767px) {
  .page-equipment__tab > li:nth-of-type(2n):lang(en) {
    margin-left: 2.66667vw;
  }
}

@media (max-width: 767px) {
  .page-equipment__tab > li:nth-of-type(3):lang(en) {
    margin-top: 2.66667vw;
  }
}

.page-equipment__tab > li.active {
  color: white;
}

.page-equipment__tab > li:lang(en) {
  letter-spacing: .1em;
}

.page-equipment__intro {
  font-size: 15px;
  line-height: 2.33333;
  width: 630px;
  padding-top: 44px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-equipment__intro {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    width: 82.13333vw;
    padding-top: 5.33333vw;
  }
}

.page-equipment__group {
  width: 764px;
  padding-top: 62px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-equipment__group {
    width: 92vw;
    padding-top: 9.2vw;
  }
}

.page-equipment__group > li:not(:first-of-type) {
  display: none;
}

.page-equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-equipment__info {
  width: 693px;
  padding: 1px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 26;
}

@media (max-width: 767px) {
  .page-equipment__info {
    width: 85.33333vw;
    padding: 0.4vw;
  }
}

.page-equipment__info:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 33px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 1px 2px 0px 3px;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-equipment__info:before {
    border-bottom: 5.33333vw solid transparent;
    border-radius: 0.13333vw 0.4vw 0px 0.66667vw;
  }
}

.page-equipment__info-cross {
  width: 37px;
  height: 37px;
  position: absolute;
  top: -47px;
  right: -47px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-equipment__info-cross {
    width: 4.93333vw;
    height: 4.93333vw;
    top: -6.8vw;
    right: 0;
  }
}

.page-equipment__info-cross > img {
  display: block;
}

.page-equipment__info-inner {
  width: 100%;
  height: 80vh;
  background: linear-gradient(315deg, transparent 23px, white 23px);
  padding: 45px 50px 0px;
  position: relative;
  overflow: scroll;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .page-equipment__info-inner {
    height: 75vh;
    padding: 5.86667vw 6.26667vw 0;
    background: linear-gradient(315deg, transparent 3.6vw, white 3.6vw);
  }
}

.page-equipment__info-inner::-webkit-scrollbar {
  display: none;
}

.page-equipment__info-container {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .page-equipment__info-container {
    padding-bottom: 5.86667vw;
  }
}

.page-equipment__info-name {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: solid 2px #E2E2E2;
}

@media (max-width: 767px) {
  .page-equipment__info-name {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.76667;
    padding-bottom: 2.4vw;
    border-bottom: solid 0.4vw #E2E2E2;
  }
}

.page-equipment__info-explanation {
  font-size: 22px;
  line-height: 1.77273;
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .page-equipment__info-explanation {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.76667;
    margin-top: 2.53333vw;
  }
}

.page-equipment__info-img {
  width: 593px;
  height: 394px;
  margin: 25px auto 0;
}

@media (max-width: 767px) {
  .page-equipment__info-img {
    width: 72vw;
    height: 48vw;
    margin-top: 6vw;
  }
}

.page-equipment__info-txt {
  font-size: 15px;
  line-height: 2.33333;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .page-equipment__info-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

.page-equipment__overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 24;
}

.page-equipment__overlay.active {
  opacity: 1;
  pointer-events: all;
}

.post-equipment {
  width: 228px;
  padding: 1px;
  position: relative;
  border-radius: 1px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .post-equipment {
    width: 100%;
    padding: 0.4vw;
  }
}

.post-equipment:hover .post-equipment__img {
  opacity: .8;
}

.post-equipment__inner {
  width: 100%;
  height: 100%;
  padding: 19px 13px 17px;
  background: linear-gradient(315deg, transparent 12px, white 12px);
}

@media (max-width: 767px) {
  .post-equipment__inner {
    padding: 4.26667vw 3.6vw 3.73333vw;
    background: linear-gradient(315deg, transparent 2.4vw, white 2.4vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.post-equipment:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 19px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 1px 0 0 0;
}

@media (max-width: 767px) {
  .post-equipment:before {
    border-bottom: 4vw solid transparent;
    border-radius: 0.13333vw 0px 0px 0px;
  }
}

.post-equipment:nth-of-type(n + 4) {
  margin-top: 39px;
}

@media (max-width: 767px) {
  .post-equipment:nth-of-type(n + 4) {
    margin-top: 6.13333vw;
  }
}

@media (max-width: 767px) {
  .post-equipment:nth-of-type(n + 2) {
    margin-top: 6.13333vw;
  }
}

.post-equipment:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .post-equipment:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.post-equipment__img {
  height: 133px;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 767px) {
  .post-equipment__img {
    width: 36vw;
    height: 36vw;
    margin-top: 0.53333vw;
    margin-right: 4vw;
  }
}

.post-equipment__container {
  margin-top: 11px;
}

@media (max-width: 767px) {
  .post-equipment__container {
    width: 44vw;
    margin-top: 0;
  }
}

.post-equipment__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28571;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .post-equipment__name {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.78571;
    -webkit-line-clamp: 2;
  }
}

.post-equipment__explanation {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.78571;
  padding-top: 7px;
  margin-top: 11px;
  border-top: solid 1px #E2E2E2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .post-equipment__explanation {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.78571;
    -webkit-line-clamp: 3;
    border-top: solid 0.4vw #E2E2E2;
    padding-top: 2vw;
    margin-top: 1.6vw;
  }
}

/*  layout > stay
============================================================================================================ */
.page-stay__takijiri {
  padding-top: 123px;
}

@media (max-width: 767px) {
  .page-stay__takijiri {
    padding-top: 17.33333vw;
  }
}

body.post-type-archive-stay section:not(.common-kv):not(#pageStayIndex):not(#pageStay-takijiri):not(#pageStayRoute) {
  padding-top: 80px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay section:not(.common-kv):not(#pageStayIndex):not(#pageStay-takijiri):not(#pageStayRoute) {
    padding-top: 13.33333vw;
  }
}

body.post-type-archive-stay .page-stay__index {
  margin-top: 116px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index {
    margin-top: 22.8vw;
    margin-bottom: 14vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__list {
    width: 88vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__list-ttl {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__list-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    border-bottom: 0.26667vw solid #707070;
    padding-bottom: 1.46667vw;
    padding-bottom: 3vw;
    line-height: 1;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__list-item {
  width: 300px;
  margin-right: 50px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__list-item {
    width: 88vw;
    margin-right: 0;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist {
  padding: 21px 6px 0 7px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist {
    padding-top: 5.5vw;
    padding-right: 3.2vw;
    padding-left: 2vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist-item {
  margin-right: 11px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist-item {
    margin-right: 2.8vw;
    margin-top: 4vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist-item:nth-of-type(even) {
  margin-right: 0;
}

body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist-item:nth-of-type(1), body.post-type-archive-stay .page-stay__index .page-stay__list-item.stay .page-stay__sublist-item:nth-of-type(2) {
  margin-top: 0;
}

body.post-type-archive-stay .page-stay__index .page-stay__list-item:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__list-item:last-of-type {
    margin-top: 6vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__sublist-item {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.exist a {
  cursor: pointer;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.takahara a {
  border-color: #D3C09E;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.takahara a:hover {
  border-color: #E6DED0;
  background-color: #E6DED0;
  color: #ffffff;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.takahara .svg_stayarrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.takahara .svg_stayarrow path {
  fill: #D3C09E;
  stroke: #D3C09E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.takahara .svg_stayarrow.active line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.takahara .svg_stayarrow.active path {
  fill: #E6DED0;
  stroke: #E6DED0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu a {
  border-color: #D6CD66;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu a:hover {
  background-color: #E9EAC3;
  border-color: #E9EAC3;
  color: #ffffff;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu a.active .svg_stayarrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu a.active .svg_stayarrow path {
  fill: #E9EAC3;
  stroke: #E9EAC3;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu .svg_stayarrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu .svg_stayarrow path {
  fill: #D6CD66;
  stroke: #D6CD66;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu .svg_stayarrow.active line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.chikatsuyu .svg_stayarrow.active path {
  fill: #E9EAC3;
  stroke: #E9EAC3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi a {
  border-color: #A2CBB4;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi a:hover {
  background-color: #D5EADE;
  border-color: #D5EADE;
  color: #ffffff;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi a:hover .svg_stayarrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi a:hover .svg_stayarrow path {
  fill: #D5EADE;
  stroke: #D5EADE;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi .svg_stayarrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi .svg_stayarrow path {
  fill: #A2CBB4;
  stroke: #A2CBB4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi .svg_stayarrow.active line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.koguchi .svg_stayarrow.active path {
  fill: #D5EADE;
  stroke: #D5EADE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route {
  padding-top: 70px;
  padding-left: 4px;
  padding-right: 9px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route {
    padding-top: 5.33333vw;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route a {
  width: 287px;
  border-color: #AFD5DA;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route a {
    width: 82.66667vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route a:hover {
  background-color: #AFD5DA;
  color: #ffffff;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route a:hover .svg_stayarrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route a:hover .svg_stayarrow path {
  fill: #E6DED0;
  stroke: #E6DED0;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route .svg_routearrow line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route .svg_routearrow path {
  fill: #AFD5DA;
  stroke: #AFD5DA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route .svg_routearrow.active line,
body.post-type-archive-stay .page-stay__index .page-stay__sublist-item.route .svg_routearrow.active path {
  fill: #000000;
  stroke: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item a {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 2px solid;
  width: 138px;
  display: inline-block;
  background-color: #ffffff;
  cursor: default;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__sublist-item a {
    padding-top: 2vw;
    padding-bottom: 2vw;
    border: 0.26667vw solid;
    width: 40vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item .svg_stayarrow svg {
  height: 30px;
  width: 6px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__sublist-item .svg_stayarrow svg {
    height: 6.66667vw;
    width: 1.33333vw;
  }
}

body.post-type-archive-stay .page-stay__index .page-stay__sublist-item .svg_routearrow svg {
  height: 78px;
  width: 6px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__index .page-stay__sublist-item .svg_routearrow svg {
    height: 6.66667vw;
    width: 1.33333vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.kv {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.kv {
    margin-bottom: 10.66667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.kv .page-stay__img {
  height: 400px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.kv .page-stay__img {
    height: 93.33333vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.kv .page-stay__img img {
  -o-object-position: bottom;
     object-position: bottom;
}

body.post-type-archive-stay .page-stay__wrap.kv .mod-ttl {
  position: absolute;
  width: 100%;
  top: -50px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.kv .mod-ttl {
    top: -7vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.kv .mod-ttl__wrap {
  margin-right: auto;
  margin-left: auto;
}

body.post-type-archive-stay .page-stay__wrap.kv .page-stay__txtinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  top: 95px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.kv .page-stay__txtinner {
    top: 21vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.kv .page-stay__ttl {
  font-size: 34px;
  font-size: 2.125em;
  font-weight: 400;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.kv .page-stay__ttl {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.kv .page-stay__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  margin-top: 38px;
  width: 489px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.kv .page-stay__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 70.93333vw;
    margin-top: 7vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 735px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info {
    width: 94.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.post-type-archive-stay .page-stay__wrap.info .page-stay__img {
  width: 420px;
  height: 308px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info .page-stay__img {
    width: 94.66667vw;
    height: 37.33333vw;
    margin-right: 0;
  }
}

body.post-type-archive-stay .page-stay__wrap.info .page-stay__txtinner {
  width: 285px;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info .page-stay__txtinner {
    width: 100%;
    padding-bottom: 5.33333vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.info .page-stay__ttl {
  font-size: 28px;
  font-size: 1.75em;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-top: -7px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info .page-stay__ttl {
    font-size: 19px;
    font-size: 5.06667vw;
    margin-top: 7vw;
    text-align: center;
    margin-bottom: 1.33333vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.info .page-stay__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.3;
  overflow: hidden;
  height: 14em;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info .page-stay__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    margin-top: 0.5vw;
    width: 90.53333vw;
    margin-right: auto;
    margin-left: auto;
  }
}

body.post-type-archive-stay .page-stay__wrap.info .mod-more, body.post-type-archive-stay .page-stay__wrap.info .mod-more-mini {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 179px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info .mod-more, body.post-type-archive-stay .page-stay__wrap.info .mod-more-mini {
    width: 49.6vw;
    bottom: -13vw;
    right: 2vw;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.info .mod-more__left {
    width: 26.26667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan {
  width: 100%;
  margin-top: 80px;
  padding-top: 34px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.plan {
    margin-top: 29vw;
    padding-top: 10.66667vw;
    padding-bottom: 10vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__ttl {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__ttl {
    font-size: 17px;
    font-size: 4.53333vw;
    width: 92vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__txt {
  font-size: 17px;
  font-size: 1.0625em;
  font-weight: 200;
  text-align: left;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 27px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 90.53333vw;
    margin-top: 1.33333vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__plancode.display-none {
  display: none;
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__btn-wrap {
  margin-left: 80px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__btn-wrap {
    margin-left: 23vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__btn {
  margin-top: 53px;
  width: 213px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__btn {
    margin-top: 4vw;
    width: 50.66667vw;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__btn .mod-more__left {
    width: 28vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist {
    margin-top: 10.8vw;
    width: 92.66667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-item {
  width: 300px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-item {
    width: 92.66667vw;
    margin-right: 0;
    margin-bottom: 6.66667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-item:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-item:last-of-type {
    margin-bottom: 0;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-item.display-none {
  display: none;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemPointlist {
    margin-top: 2.53333vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemPointitem {
  font-size: 12px;
  font-size: 0.75em;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 34px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  padding: 10px 0;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemPointitem {
    font-size: 10px;
    font-size: 2.66667vw;
    width: 30.66667vw;
    border-radius: 5.33333vw;
    margin-bottom: 1.33333vw;
    padding: 1.4vw 0;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemPointitem:last-of-type {
  margin-bottom: 0;
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemprice {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 400;
  padding: 10px 19px 26px 16px;
  text-align: right;
  line-height: 1;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemprice {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 0 3.46667vw 1.46667vw;
    line-height: 1;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemwrap {
  background-color: #ffffff;
  padding-bottom: 33px;
  height: calc(100% - 33px);
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
    height: 50.66667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemimg {
  width: 300px;
  height: 240px;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemimg {
    width: 40vw;
    height: 50.66667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemttl {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 200;
  padding-top: 20px;
  padding-right: 16px;
  padding-left: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 7rem;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemttl {
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: 400;
    padding-top: 1.2vw;
    padding-right: 3.46667vw;
    padding-left: 3.6vw;
    line-height: 1.76923;
    height: auto;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemcta {
  font-size: 20px;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  display: block;
  background-color: #438354;
  position: relative;
  padding: 3px 0;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemcta {
    font-size: 17.5px;
    font-size: 4.66667vw;
  }
}

body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemcta::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 24px;
  right: 12px;
  background: url("img/page/stay/icn_arrow-w.svg") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 768px) {
  body.post-type-archive-stay .page-stay__wrap.plan .page-stay__planlist-itemcta::before {
    height: 5.73333vw;
    right: 2.8vw;
    background-size: contain;
  }
}

body.post-type-archive-stay .page-stay__takahara .page-stay__wrap.plan {
  background-color: #dbeae3;
}

body.post-type-archive-stay .page-stay__takahara .page-stay__planlist-itemPointitem {
  background-color: #F6F3EF;
}

body.post-type-archive-stay .page-stay__takahara .page-stay__wrap.info .page-stay__ttl {
  color: #D3C09E;
}

body.post-type-archive-stay .page-stay__chikatsuyu .page-stay__wrap.plan {
  background-color: #eeedcd;
}

body.post-type-archive-stay .page-stay__chikatsuyu .page-stay__planlist-itemPointitem {
  background-color: #F5F6E7;
}

body.post-type-archive-stay .page-stay__chikatsuyu .page-stay__wrap.info .page-stay__ttl {
  color: #D6CD66;
}

body.post-type-archive-stay .page-stay__takijiri .page-stay__wrap.plan {
  background-color: #ebc3c3;
}

body.post-type-archive-stay .page-stay__takijiri .page-stay__planlist-itemPointitem {
  background-color: #F6F3EF;
}

body.post-type-archive-stay .page-stay__takijiri .page-stay__wrap.info .page-stay__ttl {
  color: #cd5c5c;
}

body.post-type-archive-stay .page-stay__koguchi .page-stay__wrap.plan {
  background-color: #D5EADE;
}

body.post-type-archive-stay .page-stay__koguchi .page-stay__planlist-itemPointitem {
  background-color: #F0F7F3;
}

body.post-type-archive-stay .page-stay__koguchi .page-stay__wrap.info .page-stay__ttl {
  color: #A2CBB4;
}

body.post-type-archive-stay .page-stay__route {
  padding-top: 191px;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__route {
    padding-top: 28.26667vw;
  }
}

body.post-type-archive-stay .page-stay__route .page-stay__wrap.plan {
  background-color: #CAE2E5;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__route .page-stay__wrap.plan {
    margin-top: 13vw;
  }
}

body.post-type-archive-stay .page-stay__route .page-stay__planlist-itemPointitem {
  background-color: #AFD5DA;
}

@media (max-width: 767px) {
  body.post-type-archive-stay .page-stay__route .page-stay__wrap.info .page-stay__txtinner {
    margin-top: 5vw;
  }
}

body.post-type-archive-stay .page-stay__route .page-stay__wrap.info .page-stay__txt {
  height: 21em;
}

body.single-stay .bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  height: 100%;
}

@media (max-width: 767px) {
  body.single-stay .bg-wrap {
    width: 100%;
  }
}

body.single-stay .bg-wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2000vh;
  top: 100vh;
  left: calc( 100% - 280px);
  opacity: 0.8;
}

@media (max-width: 767px) {
  body.single-stay .bg-wrap::before {
    left: calc( 100% - 28vw);
  }
}

body.single-stay#takahara .bg-wrap:before {
  background: #E6DED0;
}

body.single-stay#takahara .mod-ttl__sub {
  color: #D3C09E;
}

body.single-stay#takahara .js-line01, body.single-stay#takahara .js-line02 {
  background: #D3C09E;
}

body.single-stay#takahara .staysingle-feature__item.open .staysingle-feature__container {
  background: #E6DED0;
}

body.single-stay#takahara .staysingle-about__left {
  background: #F6F3EF;
}

body.single-stay#takahara .staysingle-checkin__number {
  color: #D3C09E;
}

body.single-stay#chikatsuyu .bg-wrap:before {
  background: #E9EAC3;
}

body.single-stay#chikatsuyu .mod-ttl__sub {
  color: #D6CD66;
}

body.single-stay#chikatsuyu .js-line01, body.single-stay#chikatsuyu .js-line02 {
  background: #D6CD66;
}

body.single-stay#chikatsuyu .staysingle-feature__item.open .staysingle-feature__container {
  background: #E9EAC3;
}

body.single-stay#chikatsuyu .staysingle-about__left {
  background: #F5F6E7;
}

body.single-stay#chikatsuyu .staysingle-checkin__number {
  color: #D6CD66;
}

body.single-stay#takijiri .bg-wrap:before {
  background: #E9EAC3;
}

body.single-stay#takijiri .mod-ttl__sub {
  color: #D6CD66;
}

body.single-stay#takijiri .js-line01, body.single-stay#takijiri .js-line02 {
  background: #D6CD66;
}

body.single-stay#takijiri .staysingle-feature__item.open .staysingle-feature__container {
  background: #E9EAC3;
}

body.single-stay#takijiri .staysingle-about__left {
  background: #F5F6E7;
}

body.single-stay#takijiri .staysingle-checkin__number {
  color: #D6CD66;
}

body.single-stay .staysingle-keyvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

body.single-stay .staysingle-keyvisual__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 301px;
  z-index: 9;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-keyvisual__logo {
    width: 56.4vw;
  }
}

body.single-stay .staysingle-keyvisual__list {
  position: relative;
}

body.single-stay .staysingle-keyvisual__list::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  pointer-events: none;
}

body.single-stay .staysingle-keyvisual__img {
  height: 100vh;
  width: auto;
}

body.single-stay .staysingle-keyvisual__movie video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-stay .staysingle-keyvisual .slick-dots {
  bottom: 28px;
  text-align: left;
  line-height: 10px;
  padding-left: 28px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-keyvisual .slick-dots {
    bottom: 3.73333vw;
    line-height: 1.73333vw;
    padding-left: 3.73333vw;
  }
}

body.single-stay .staysingle-keyvisual .slick-dots li,
body.single-stay .staysingle-keyvisual .slick-dots button,
body.single-stay .staysingle-keyvisual .slick-dots button::before {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-keyvisual .slick-dots li,
  body.single-stay .staysingle-keyvisual .slick-dots button,
  body.single-stay .staysingle-keyvisual .slick-dots button::before {
    width: 1.73333vw;
    height: 1.73333vw;
    line-height: 1.73333vw;
  }
}

body.single-stay .staysingle-keyvisual .slick-dots button {
  border-radius: 50%;
}

body.single-stay .staysingle-keyvisual .slick-dots button::before {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
}

body.single-stay .staysingle-keyvisual .slick-dots .slick-active button::before {
  border: 1px solid #ffffff;
  background: #ffffff;
  opacity: 1;
}

body.single-stay .staysingle-keyvisual .slick-dots li {
  margin: 0 8px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-keyvisual .slick-dots li {
    margin: 0 1vw;
  }
}

body.single-stay .staysingle-keyvisual .slick-dots li:first-of-type {
  margin-left: 0;
}

body.single-stay .staysingle-keyvisual .slick-dots li:last-of-type {
  margin-right: 0;
}

body.single-stay.js-staysingleKv {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

body.single-stay.js-staysingleKv.slick-initialized {
  opacity: 1;
}

body.single-stay .staysingle-concept {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 157px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-concept {
    width: 100%;
    margin-top: 21.33333vw;
  }
}

body.single-stay .staysingle-concept__ttl {
  font-size: 34px;
  line-height: calc( 60 / 34);
  letter-spacing: 0.2em;
  font-weight: 400;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-concept__ttl {
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: calc( 67 / 38);
  }
}

body.single-stay .staysingle-concept__txt {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  margin-top: 40px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-concept__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    margin-top: 7.46667vw;
  }
}

body.single-stay .staysingle-feature {
  padding: 192px 0 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature {
    padding: 32vw 0 34vw;
  }
}

body.single-stay .staysingle-feature__heading {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.single-stay .staysingle-feature__heading {
    width: 760px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__heading {
    width: 89.33333vw;
  }
}

body.single-stay .staysingle-feature .mod-ttl__wrap {
  margin-left: auto;
}

body.single-stay .staysingle-feature .mod-ttl__main:lang(en) {
  font-size: 22px;
  padding: 33px 18px 32px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature .mod-ttl__main:lang(en) {
    font-size: 13px;
    font-size: 3.46667vw;
    padding: 5.86667vw 2.66667vw;
  }
}

body.single-stay .staysingle-feature__explain {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  width: 400px;
  margin-top: 45px;
  margin-left: 351px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    width: 70.93333vw;
    margin-top: 9.86667vw;
    margin-left: 15.86667vw;
  }
}

body.single-stay .staysingle-feature__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1280px;
  margin: 84px auto 0;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-feature__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 9.33333vw;
  }
}

body.single-stay .staysingle-feature__item {
  width: 17%;
  height: 480px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item {
    width: 100%;
    height: 193px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__item {
    width: 100%;
    height: 25.73333vw;
  }
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item:not(:first-of-type) {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__item:not(:first-of-type) {
    margin-top: 0.8vw;
  }
}

body.single-stay .staysingle-feature__item.open {
  width: 48%;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item.open {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__item.open {
    width: 100%;
    height: 100%;
  }
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__img {
  height: 349px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__img {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__img {
    height: 53.33333vw;
  }
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__img.off {
  opacity: 0;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__img.off {
    opacity: 1;
  }
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__img.on {
  opacity: 1;
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__container {
    position: static;
  }
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
  width: 573px;
  opacity: 1;
  margin: 0 auto;
}

@media screen and (max-width: 1265px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: 540px;
  }
}

@media screen and (max-width: 1210px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: 520px;
  }
}

@media screen and (max-width: 1160px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: 500px;
  }
}

@media screen and (max-width: 1120px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: 480px;
  }
}

@media screen and (max-width: 1080px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: 460px;
  }
}

@media screen and (max-width: 1040px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: 450px;
  }
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__inner {
    width: auto;
  }
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__ttl {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__item.open .staysingle-feature__ttl {
    display: block;
  }
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__subttl {
  display: block;
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__txt {
  display: block;
  opacity: 1;
}

body.single-stay .staysingle-feature__item.open .staysingle-feature__overlay {
  display: none;
}

body.single-stay .staysingle-feature__img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__img {
    height: 53.33333vw;
  }
}

body.single-stay .staysingle-feature__img.off {
  opacity: 1;
}

body.single-stay .staysingle-feature__img.on {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 615px;
  height: 349px;
  opacity: 0;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__img.on {
    display: none;
  }
}

body.single-stay .staysingle-feature__img.on img {
  width: 100%;
  height: auto;
}

body.single-stay .staysingle-feature__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__img img {
    width: 100%;
    height: auto;
  }
}

body.single-stay .staysingle-feature__container {
  width: 0;
  padding: 21px 20px 18px;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__container {
    width: 100%;
    height: auto;
    padding: 50px 45px 34px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__container {
    padding: 6.66667vw 6vw 4.53333vw;
  }
}

body.single-stay .staysingle-feature__inner {
  opacity: 0;
  -webkit-transition: 2.3s;
  transition: 2.3s;
}

body.single-stay .staysingle-feature__ttl {
  font-size: 26px;
  line-height: calc( 37 / 26);
  color: #FCFCFC;
  font-weight: 300;
  width: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__ttl {
    font-size: 34px;
    width: inherit;
    text-align: center;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__ttl {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: calc( 49 / 34);
  }
}

body.single-stay .staysingle-feature__subttl {
  display: none;
  font-size: 26px;
  color: #333333;
  font-weight: 300;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1210px) {
  body.single-stay .staysingle-feature__subttl {
    font-size: 25px;
  }
}

@media screen and (max-width: 1134px) {
  body.single-stay .staysingle-feature__subttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 1060px) {
  body.single-stay .staysingle-feature__subttl {
    font-size: 23px;
  }
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__subttl {
    font-size: 17px;
    font-size: 4.53333vw;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__subttl {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

body.single-stay .staysingle-feature__txt {
  font-size: 15px;
  font-weight: 200;
  margin-top: 6px;
  text-align: left;
  display: none;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-feature__txt {
    display: block;
    -webkit-transition: none;
    transition: none;
    font-size: 28px;
    line-height: 1.8;
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.8;
    width: 88vw;
    margin-top: 2.93333vw;
  }
}

body.single-stay .staysingle-feature__overlay {
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__overlay {
    height: 101%;
  }
}

body.single-stay .staysingle-feature__more {
  width: 79px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__more {
    width: 14.66667vw;
  }
}

body.single-stay .staysingle-feature__more img {
  width: 100%;
}

body.single-stay .staysingle-feature__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 840px;
  height: 100%;
  padding-top: 243px;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__layout-line {
    width: 89.33333vw;
    padding-top: 40.53333vw;
  }
}

body.single-stay .staysingle-feature__layout-line-inner {
  position: relative;
  width: 251px;
  height: 100%;
  margin-left: 100px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__layout-line-inner {
    width: 10.93333vw;
    margin-left: 2.53333vw;
  }
}

body.single-stay .staysingle-feature__layout-line01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__layout-line01 {
    height: 0.26667vw;
  }
}

body.single-stay .staysingle-feature__layout-line02 {
  width: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-feature__layout-line02 {
    width: 0.26667vw;
  }
}

body.single-stay .staysingle-about {
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about {
    padding-bottom: 33.33333vw;
  }
}

body.single-stay .staysingle-about__heading {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.single-stay .staysingle-about__heading {
    width: 718px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__heading {
    width: 89.33333vw;
  }
}

body.single-stay .staysingle-about__explain {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  width: 400px;
  margin-top: 45px;
  margin-left: 90px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    width: 70.93333vw;
    margin-top: 10vw;
    margin-left: 2.53333vw;
  }
}

body.single-stay .staysingle-about__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 82px;
}

body#takijiri.single-stay .staysingle-about__group {
  padding-left: 15vw;
  padding-right: 15vw;
}

@media (max-width: 1500px) {
  body#takijiri.single-stay .staysingle-about__group {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (max-width: 1300px) {
  body#takijiri.single-stay .staysingle-about__group {
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 768px) {
  body.single-stay .staysingle-about__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__group {
    margin: 0;
    padding: 9.33333vw 0 4vw;
  }
}

body.single-stay .staysingle-about__left {
  position: relative;
  width: 501px;
  min-height: 513px;
}

@media screen and (max-width: 1280px) {
  body.single-stay .staysingle-about__left {
    height: 513px;
  }
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    min-height: auto;
    height: auto;
    padding-top: 0;
  }
}

body.single-stay .staysingle-about__left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 401px;
  width: 100%;
  height: 445px;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__left-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: none;
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

body.single-stay .staysingle-about__left-high {
  max-width: 401px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__left-high {
    max-width: 85.33333vw;
    padding: 6.66667vw 0 8vw;
    margin-bottom: 0;
  }
}

body.single-stay .staysingle-about__left-high .slick-list {
  overflow: visible;
}

body.single-stay .staysingle-about__left-high-ttl {
  font-size: 26px;
  font-size: 1.625em;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-high-ttl {
    font-size: 19px;
    font-size: 5.06667vw;
    margin-bottom: 5.33333vw;
  }
}

body.single-stay .staysingle-about__left-high-ttl:lang(en) {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-high-ttl:lang(en) {
    font-size: 19px;
    font-size: 5.06667vw;
    margin-bottom: 5.33333vw;
  }
}

body.single-stay .staysingle-about__left-high-txt {
  font-size: 15px;
  line-height: 2.3;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-high-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

body.single-stay .staysingle-about__left-high-txt:lang(en) {
  line-height: 1.8;
}

body.single-stay .staysingle-about__left-low {
  max-width: 401px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low {
    max-width: 100%;
  }
}

body.single-stay .staysingle-about__left-low-group .slick-dots > li:first-child:last-child {
  display: none;
}

body.single-stay .staysingle-about__left-low-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__left-low-inner {
    max-width: 100%;
    height: 13.2vw;
    overflow: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body.single-stay .staysingle-about__left-low-inner.slick-initialized {
    display: block;
  }
}

body.single-stay .staysingle-about__left-low-inner.slick-slide .staysingle-about__left-low-img {
  pointer-events: none;
}

body.single-stay .staysingle-about__left-low-inner.slick-slide.slick-active .staysingle-about__left-low-img {
  pointer-events: auto;
}

body.single-stay .staysingle-about__left-low .slick-prev, body.single-stay .staysingle-about__left-low .slick-next {
  width: 14px;
  height: 32px;
  z-index: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low .slick-prev, body.single-stay .staysingle-about__left-low .slick-next {
    width: 10.66667vw;
    height: 13.2vw;
  }
}

body.single-stay .staysingle-about__left-low .slick-prev:before, body.single-stay .staysingle-about__left-low .slick-next:before {
  content: "";
  width: 14px;
  height: 32px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low .slick-prev:before, body.single-stay .staysingle-about__left-low .slick-next:before {
    width: 2.13333vw;
    height: 7.06667vw;
  }
}

body.single-stay .staysingle-about__left-low .slick-prev {
  background: url("./img/single/staysingle/icn_arrow-left-gray.svg") no-repeat;
  left: -30px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low .slick-prev {
    background: none;
    left: 0vw;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low .slick-prev:before {
    content: '';
    width: 2.4vw;
    height: 7.33333vw;
    position: absolute;
    background: url("./img/single/staysingle/icn_arrow-left-white-sp.svg") no-repeat center/100% 100%;
    top: 50%;
    left: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

body.single-stay .staysingle-about__left-low .slick-next {
  background: url("./img/single/staysingle/icn_arrow-right-gray.svg") no-repeat center/100% 100%;
  right: -30px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low .slick-next {
    background: none;
    right: 0;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low .slick-next:before {
    content: '';
    width: 2.4vw;
    height: 7.33333vw;
    position: absolute;
    background: url("./img/single/staysingle/icn_arrow-right-white-sp.svg") no-repeat center/100% 100%;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

body.single-stay .staysingle-about__left-low .slick-dots {
  bottom: -35px;
}

body.single-stay .staysingle-about__left-low .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

body.single-stay .staysingle-about__left-low .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 9px 0;
}

body.single-stay .staysingle-about__left-low .slick-dots li button:before {
  font-size: 12px;
  width: 10px;
  height: 10px;
  color: #D0D0D0;
  opacity: 1;
}

body.single-stay .staysingle-about__left-low .slick-dots li.slick-active button {
  padding: 0;
}

body.single-stay .staysingle-about__left-low .slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
  border: solid 1px #D0D0D0;
  border-radius: 50%;
}

body.single-stay .staysingle-about__left-low-img {
  position: relative;
  width: 127px;
  height: 84px;
  cursor: pointer;
  margin-right: 10px;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__left-low-img {
    width: 20vw;
    height: 13.2vw;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low-img {
    margin-right: 0;
  }
}

body.single-stay .staysingle-about__left-low-img:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low-img:nth-of-type(3n) {
    margin-right: 0;
  }
}

body.single-stay .staysingle-about__left-low-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

body.single-stay .staysingle-about__left-low-img.active:before {
  opacity: 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__left-low-img.active:before {
    opacity: 1;
  }
}

body.single-stay .staysingle-about__left-low-img.slick-active.slick-center.slick-current:before {
  opacity: 0;
}

body.single-stay .staysingle-about__left-low-img:nth-of-type(n + 4) {
  margin-top: 10px;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__left-low-img:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

body.single-stay .staysingle-about__left-low-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: unset;
          backface-visibility: unset;
}

body.single-stay .staysingle-about__right {
  width: calc(100% - 501px);
  height: 513px;
  background: #000000;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__right {
    width: 100%;
    height: 65.86667vw;
  }
}

body.single-stay .staysingle-about__right-inner {
  outline: none;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  body.single-stay .staysingle-about__right-inner {
    height: 513px;
  }
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__right-inner {
    height: 65.86667vw;
  }
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__right-inner .slick-arrow {
    opacity: 0;
  }
}

body.single-stay .staysingle-about__right-inner .slick-prev, body.single-stay .staysingle-about__right-inner .slick-next {
  width: 31px;
  height: 54px;
  z-index: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__right-inner .slick-prev, body.single-stay .staysingle-about__right-inner .slick-next {
    width: 2.13333vw;
    height: 7.06667vw;
  }
}

body.single-stay .staysingle-about__right-inner .slick-prev:before, body.single-stay .staysingle-about__right-inner .slick-next:before {
  content: "";
  width: 25px;
  height: 54px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__right-inner .slick-prev:before, body.single-stay .staysingle-about__right-inner .slick-next:before {
    width: 2.13333vw;
    height: 7.06667vw;
  }
}

body.single-stay .staysingle-about__right-inner .slick-prev {
  background: url("./img/single/staysingle/icn_arrow-left-white.svg") no-repeat center/100% 100%;
  left: 10px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__right-inner .slick-prev {
    left: 1.86667vw;
  }
}

body.single-stay .staysingle-about__right-inner .slick-next {
  background: url("./img/single/staysingle/icn_arrow-right-white.svg") no-repeat center/100% 100%;
  right: 10px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__right-inner .slick-next {
    right: 1.86667vw;
  }
}

body.single-stay .staysingle-about__right-thumb {
  outline: none;
  height: 513px;
}

@media (max-width: 768px) {
  body.single-stay .staysingle-about__right-thumb {
    height: 65.86667vw;
  }
}

body.single-stay .staysingle-about__right-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-stay .staysingle-about__right-img {
  width: 100%;
  height: 100%;
}

body.single-stay .staysingle-about__journal {
  width: 764px;
  margin: 155px auto 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__journal {
    width: 92vw;
    margin: 21.06667vw auto 0;
  }
}

body.single-stay .staysingle-about__journal-ttl {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__journal-ttl {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

body.single-stay .staysingle-about__journal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 75px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__journal-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11.6vw;
  }
}

body.single-stay .staysingle-about__journal-group .common-article:not(:last-of-type) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__journal-group .common-article:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10.66667vw;
  }
}

body.single-stay .staysingle-about__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 840px;
  height: 100%;
  padding-top: 49px;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__layout-line {
    width: 89.33333vw;
    padding-top: 8.4vw;
  }
}

body.single-stay .staysingle-about__layout-line-inner {
  width: 251px;
  height: 100%;
  margin-right: 100px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__layout-line-inner {
    width: 10.93333vw;
    margin-right: 2.53333vw;
  }
}

body.single-stay .staysingle-about__layout-line01 {
  width: 0;
  height: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__layout-line01 {
    height: 0.26667vw;
  }
}

body.single-stay .staysingle-about__layout-line02 {
  width: 2px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-about__layout-line02 {
    width: 0.26667vw;
  }
}

body.single-stay .staysingle-equipment {
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment {
    padding-bottom: 29.2vw;
  }
}

body.single-stay .staysingle-equipment__heading {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.single-stay .staysingle-equipment__heading {
    width: 718px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__heading {
    width: 89.33333vw;
  }
}

body.single-stay .staysingle-equipment .mod-ttl__wrap {
  margin-left: auto;
}

body.single-stay .staysingle-equipment__explain {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  width: 400px;
  margin-top: 45px;
  margin-left: 351px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    width: 70.93333vw;
    margin-top: 9.86667vw;
    margin-left: 15.86667vw;
  }
}

body.single-stay .staysingle-equipment__list {
  margin-top: 83px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__list {
    margin-top: 9.33333vw;
  }
}

body.single-stay .staysingle-equipment__inner {
  height: 23vw;
  margin: 0 5px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__inner {
    height: 29.6vw;
  }
}

body.single-stay .staysingle-equipment__btn {
  width: 179px;
  padding-top: 44px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__btn {
    width: 56.26667vw;
    padding-left: 6.66667vw;
    padding-top: 11.2vw;
  }
}

body.single-stay .staysingle-equipment__btn .mod-more__left {
  width: 91px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__btn .mod-more__left {
    width: 25.46667vw;
  }
}

body.single-stay .staysingle-equipment__btn .mod-more__left img {
  width: 100%;
}

body.single-stay .staysingle-equipment__btn .mod-more__right {
  position: relative;
}

body.single-stay .staysingle-equipment__btn .mod-more__right img {
  width: 100%;
}

body.single-stay .staysingle-equipment__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 840px;
  height: 100%;
  padding-top: 49px;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__layout-line {
    width: 89.33333vw;
    padding-top: 8.4vw;
  }
}

body.single-stay .staysingle-equipment__layout-line-inner {
  position: relative;
  width: 251px;
  height: 100%;
  margin-left: 100px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__layout-line-inner {
    width: 10.93333vw;
    margin-left: 2.53333vw;
  }
}

body.single-stay .staysingle-equipment__layout-line01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__layout-line01 {
    height: 0.26667vw;
  }
}

body.single-stay .staysingle-equipment__layout-line02 {
  width: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-equipment__layout-line02 {
    width: 0.26667vw;
  }
}

body.single-stay .staysingle-checkin {
  padding-bottom: 196px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin {
    padding-bottom: 32.53333vw;
  }
}

body.single-stay .staysingle-checkin__heading {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.single-stay .staysingle-checkin__heading {
    width: 718px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__heading {
    width: 89.33333vw;
  }
}

body.single-stay .staysingle-checkin__explain {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  width: 400px;
  margin-top: 42px;
  margin-left: 90px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    width: 70.93333vw;
    margin-top: 9.73333vw;
    margin-left: 2.53333vw;
  }
}

body.single-stay .staysingle-checkin__group {
  width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__group {
    width: 63.46667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 12vw auto 0;
  }
}

body.single-stay .staysingle-checkin__item {
  width: 160px;
  margin-top: 84px;
  position: relative;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__item {
    width: 100%;
    margin-top: 0;
  }
}

body.single-stay .staysingle-checkin__item:not(:last-of-type):before {
  content: '';
  width: 12px;
  height: 23px;
  background-image: url(./img/single/staysingle/icn_triangle-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 71px;
  right: -27px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__item:not(:last-of-type):before {
    background-image: url(./img/single/staysingle/icn_triangle-bottom.svg);
    width: 6.13333vw;
    height: 3.06667vw;
    position: absolute;
    top: auto;
    bottom: -8.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__item:not(:first-of-type) {
    margin-top: 14.93333vw;
  }
}

body.single-stay .staysingle-checkin__number {
  position: absolute;
  top: 0;
}

body.single-stay .staysingle-checkin__number.checkin__number1 {
  left: -5px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number1 {
    top: -1.06667vw;
    left: 0.53333vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number1 svg {
  width: 48px;
  height: 95px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number1 svg {
    width: 16.26667vw;
    height: 16.53333vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number2 {
  left: 4px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number2 {
    top: -1.2vw;
    left: 2.4vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number2 svg {
  width: 37px;
  height: 95px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number2 svg {
    width: 12vw;
    height: 16.26667vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number3 {
  left: 3px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number3 {
    top: -1.06667vw;
    left: 3.86667vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number3 svg {
  width: 28px;
  height: 95px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number3 svg {
    width: 8.93333vw;
    height: 16.13333vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number4 {
  left: 4px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number4 {
    top: -1.2vw;
    left: 1.86667vw;
  }
}

body.single-stay .staysingle-checkin__number.checkin__number4 svg {
  width: 39px;
  height: 95px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number.checkin__number4 svg {
    width: 13.2vw;
    height: 22.13333vw;
  }
}

body.single-stay .staysingle-checkin__number svg:not(:root) {
  overflow: inherit;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__number tspan {
    y: 10.66667vw;
  }
}

body.single-stay .staysingle-checkin__img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__img {
    width: 50.66667vw;
    height: 50.66667vw;
  }
}

body.single-stay .staysingle-checkin__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

body.single-stay .staysingle-checkin__txt {
  font-size: 15px;
  font-weight: 200;
  line-height: calc( 28 / 15);
  width: 144px;
  margin: 23px auto 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58 / 28);
    width: 59.73333vw;
    margin: 4.26667vw auto 0;
  }
}

body.single-stay .staysingle-checkin__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 840px;
  height: 100%;
  padding-top: 49px;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__layout-line {
    width: 89.33333vw;
    padding-top: 8.4vw;
  }
}

body.single-stay .staysingle-checkin__layout-line-inner {
  width: 251px;
  height: 100%;
  margin-right: 100px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__layout-line-inner {
    width: 10.93333vw;
    margin-right: 2.53333vw;
  }
}

body.single-stay .staysingle-checkin__layout-line01 {
  width: 0;
  height: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__layout-line01 {
    height: 0.26667vw;
  }
}

body.single-stay .staysingle-checkin__layout-line02 {
  width: 2px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-checkin__layout-line02 {
    width: 0.26667vw;
  }
}

body.single-stay .staysingle-detail {
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail {
    padding-bottom: 33.33333vw;
  }
}

body.single-stay .staysingle-detail__heading {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.single-stay .staysingle-detail__heading {
    width: 718px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__heading {
    width: 89.33333vw;
  }
}

body.single-stay .staysingle-detail__heading .mod-ttl__wrap {
  margin-left: auto;
}

body.single-stay .staysingle-detail__explain {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  width: 400px;
  margin-top: 45px;
  margin-left: 351px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    width: 70.93333vw;
    margin-top: 9.86667vw;
    margin-left: 15.86667vw;
  }
}

body.single-stay .staysingle-detail__fee {
  width: 690px;
  margin: 57px auto 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__fee {
    width: 89.33333vw;
    margin-top: 10vw;
  }
}

body.single-stay .staysingle-detail__fee-txt {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__fee-txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body.single-stay .staysingle-detail__fee-group {
  margin-top: 47px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__fee-group {
    margin-top: 6.93333vw;
  }
}

body.single-stay .staysingle-detail__fee-item:not(:first-of-type) {
  margin-top: 84px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__fee-item:not(:first-of-type) {
    margin-top: 8.8vw;
  }
}

body.single-stay .staysingle-detail__fee-container {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__fee-container {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

body.single-stay .staysingle-detail__fee-img {
  width: 100%;
  margin-top: 23px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__fee-img {
    margin-top: 4.66667vw;
  }
}

body.single-stay .staysingle-detail__fee-img img {
  width: 100%;
}

body.single-stay .staysingle-detail__group {
  font-size: 14px;
  width: 750px;
  background: rgba(245, 245, 245, 0.9);
  padding: 42px 30px;
  margin: 86px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__group {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 89.33333vw;
    padding: 6.26667vw 6.66667vw 6.66667vw;
    margin-top: 10.66667vw;
  }
}

body.single-stay .staysingle-detail__group .tablepress tbody td, body.single-stay .staysingle-detail__group .tablepress tfoot th {
  border-top: none;
}

body.single-stay .staysingle-detail__group tr {
  display: block;
}

body.single-stay .staysingle-detail__group tr:not(:first-of-type) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__group tr:not(:first-of-type) {
    margin-top: 5.86667vw;
  }
}

body.single-stay .staysingle-detail__group .column-1 {
  line-height: 1.7;
  font-weight: 400;
  width: 118px;
  padding: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__group .column-1 {
    width: 100%;
    display: block;
  }
}

body.single-stay .staysingle-detail__group .column-1:lang(en) {
  width: 150px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__group .column-1:lang(en) {
    width: 100%;
  }
}

body.single-stay .staysingle-detail__group .column-2 {
  font-weight: 200;
  line-height: 1.7;
  width: 572px;
  padding: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__group .column-2 {
    width: 100%;
    display: block;
  }
}

body.single-stay .staysingle-detail__group .column-2:lang(en) {
  width: 540px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__group .column-2:lang(en) {
    width: 100%;
  }
}

body.single-stay .staysingle-detail__list {
  width: 690px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__list {
    width: 100%;
    margin-top: 7.33333vw;
  }
}

body.single-stay .staysingle-detail__item {
  width: 125px;
  height: 83px;
  cursor: pointer;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__item {
    width: 36.66667vw;
    height: 24.4vw;
  }
}

body.single-stay .staysingle-detail__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-stay .staysingle-detail__item:not(:nth-of-type(5n)) {
  margin-right: 16px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__item:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
}

body.single-stay .staysingle-detail__item:nth-of-type(n+6) {
  margin-top: 17px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__item:nth-of-type(n+6) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__item:nth-of-type(odd) {
    margin-right: 2.66667vw;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__item:nth-of-type(n+3) {
    margin-top: 2.66667vw;
  }
}

body.single-stay .staysingle-detail__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 840px;
  height: 100%;
  padding-top: 49px;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__layout-line {
    width: 89.33333vw;
    padding-top: 8.4vw;
  }
}

body.single-stay .staysingle-detail__layout-line-inner {
  position: relative;
  width: 251px;
  height: 100%;
  margin-left: 100px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__layout-line-inner {
    width: 10.93333vw;
    margin-left: 2.53333vw;
  }
}

body.single-stay .staysingle-detail__layout-line01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__layout-line01 {
    height: 0.26667vw;
  }
}

body.single-stay .staysingle-detail__layout-line02 {
  width: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-detail__layout-line02 {
    width: 0.26667vw;
  }
}

body.single-stay .staysingle-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

body.single-stay .staysingle-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__overlay {
    background: rgba(0, 0, 0, 0.8);
  }
}

body.single-stay .staysingle-modal__close {
  position: absolute;
  right: -47px;
  top: -47px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__close {
    width: 4.93333vw;
    height: 4.93333vw;
    top: -6.8vw;
    right: 0;
  }
}

body.single-stay .staysingle-modal__close img {
  vertical-align: top;
}

body.single-stay .staysingle-modal__inner {
  width: 693px;
  height: 462px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  body.single-stay .staysingle-modal__inner {
    min-width: 613px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__inner {
    min-width: auto;
    min-height: auto;
    width: 93.33333vw;
    height: 62.4vw;
    left: 50%;
  }
}

body.single-stay .staysingle-modal__list {
  margin-bottom: 0 !important;
}

body.single-stay .staysingle-modal__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 462px;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__thumb {
    padding-top: 62.4vw;
  }
}

body.single-stay .staysingle-modal__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

body.single-stay .staysingle-modal__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 462px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__arrow {
    padding-top: 62.4vw;
  }
}

body.single-stay .staysingle-modal__arrow .slick-prev, body.single-stay .staysingle-modal__arrow .slick-next {
  width: 31px;
  height: 54px;
  z-index: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__arrow .slick-prev, body.single-stay .staysingle-modal__arrow .slick-next {
    width: 2.13333vw;
    height: 7.06667vw;
    top: 54%;
  }
}

body.single-stay .staysingle-modal__arrow .slick-prev:before, body.single-stay .staysingle-modal__arrow .slick-next:before {
  content: "";
  width: 25px;
  height: 54px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__arrow .slick-prev:before, body.single-stay .staysingle-modal__arrow .slick-next:before {
    width: 2.26667vw;
    height: 7.06667vw;
  }
}

body.single-stay .staysingle-modal__arrow .slick-prev {
  background: url("./img/single/staysingle/icn_arrow-left-white.svg") no-repeat center/100% 100%;
  left: -58px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__arrow .slick-prev {
    background: url("./img/single/staysingle/icn_arrow-left-white-sp.svg") no-repeat center/100% 100%;
    left: 2.53333vw;
  }
}

body.single-stay .staysingle-modal__arrow .slick-next {
  background: url("./img/single/staysingle/icn_arrow-right-white.svg") no-repeat center/100% 100%;
  right: -58px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-modal__arrow .slick-next {
    background: url("./img/single/staysingle/icn_arrow-right-white-sp.svg") no-repeat center/100% 100%;
    right: 2.53333vw;
  }
}

body.single-stay .staysingle-map {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map {
    padding-bottom: 32vw;
  }
}

body.single-stay .staysingle-map__heading {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.single-stay .staysingle-map__heading {
    width: 718px;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__heading {
    width: 86.66667vw;
  }
}

body.single-stay .staysingle-map__explain {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 200;
  width: 400px;
  margin-top: 42px;
  margin-left: 90px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__explain {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.1;
    width: 70.93333vw;
    margin-top: 9.6vw;
    margin-left: 2.53333vw;
  }
}

body.single-stay .staysingle-map__sec {
  padding-top: 82px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__sec {
    padding-top: 10.66667vw;
  }
}

body.single-stay .staysingle-map__sec .mod-more, body.single-stay .staysingle-map__sec .mod-more-mini {
  width: 306px;
  margin: 40px auto 0;
  padding-left: 86px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__sec .mod-more, body.single-stay .staysingle-map__sec .mod-more-mini {
    width: 78.66667vw;
    margin-top: 7.73333vw;
    padding-left: 22.66667vw;
  }
}

body.single-stay .staysingle-map__sec .mod-more__left {
  font-size: 16px;
  line-height: 1;
  margin-top: 11px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__sec .mod-more__left {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 0.8vw;
  }
}

body.single-stay .staysingle-map__sec .mod-more__right {
  width: 65px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__sec .mod-more__right {
    width: 17.86667vw;
  }
}

body.single-stay .staysingle-map__sec .mod-more__right img {
  width: 100%;
}

body.single-stay .staysingle-map__location iframe {
  width: 100%;
  height: 420px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__location iframe {
    height: 93.33333vw;
  }
}

body.single-stay .staysingle-map__transport {
  width: 960px;
  margin: 105px auto 100px;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-map__transport {
    width: 96.09375%;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__transport {
    width: 92vw;
    margin: 18.13333vw auto 6.66667vw;
  }
}

body.single-stay .staysingle-map__transport-group:not(:first-of-type) {
  margin-top: 100px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__transport-group:not(:first-of-type) {
    margin-top: 14.13333vw;
  }
}

body.single-stay .staysingle-map__transport-ttl {
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__transport-ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body.single-stay .staysingle-map__transport-img {
  border-width: 1px;
  border-style: solid;
  margin-top: 45px;
  background: #ffffff;
  border: solid 2px #E2E2E2;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__transport-img {
    border-width: 0.53333vw;
    margin-top: 5.73333vw;
    border: solid 0.4vw #E2E2E2;
  }
}

body.single-stay .staysingle-map__transport-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-stay .staysingle-map__parking.illust {
  max-width: 960px;
  margin: 100px auto 0;
}

@media (max-width: 1024px) {
  body.single-stay .staysingle-map__parking.illust {
    max-width: 96.09375%;
  }
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__parking.illust {
    max-width: 92vw;
    margin-top: 13.33333vw;
  }
}

body.single-stay .staysingle-map__parking.illust .staysingle-map__parkingCont {
  border: solid 2px #E2E2E2;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__parking.illust .staysingle-map__parkingCont {
    border: solid 0.4vw #E2E2E2;
  }
}

body.single-stay .staysingle-map__parking.movie {
  max-width: 640px;
  margin: 100px auto 0;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__parking.movie {
    max-width: 85.33333vw;
    margin-top: 6.66667vw;
  }
}

body.single-stay .staysingle-map__parkingCont {
  margin-top: 45px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__parkingCont {
    margin-top: 5.73333vw;
  }
}

body.single-stay .staysingle-map .staysingle-map__guide {
  margin-top: 200px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map .staysingle-map__guide {
    margin-top: 26.66667vw;
  }
}

body.single-stay .staysingle-map__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 840px;
  height: 100%;
  padding-top: 49px;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__layout-line {
    width: 89.33333vw;
    padding-top: 8.4vw;
  }
}

body.single-stay .staysingle-map__layout-line-inner {
  width: 251px;
  height: 100%;
  margin-right: 100px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__layout-line-inner {
    width: 10.93333vw;
    margin-right: 2.53333vw;
  }
}

body.single-stay .staysingle-map__layout-line01 {
  width: 0;
  height: 2px;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__layout-line01 {
    height: 0.26667vw;
  }
}

body.single-stay .staysingle-map__layout-line02 {
  width: 2px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body.single-stay .staysingle-map__layout-line02 {
    width: 0.26667vw;
  }
}

body.single-food .bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  body.single-food .bg-wrap {
    width: 100%;
  }
}

body.single-food .bg-wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2000vh;
  top: 0;
  left: calc( 100% - 280px);
  opacity: 0.8;
  z-index: -2;
}

@media (max-width: 767px) {
  body.single-food .bg-wrap::before {
    left: calc( 100% - 28vw);
  }
}

body.single-food .mod-ttl__sub {
  bottom: 62px !important;
}

@media (max-width: 767px) {
  body.single-food .mod-ttl__sub {
    bottom: 13.2vw !important;
  }
}
/* takijiri single food */
body.single-food#takijiri .bg-wrap:before {
  background: #E9EAC3;
}

body.single-food#takijiri .mod-ttl__sub {
  color: #D6CD66;
}

@media (max-width: 767px) {
  body.single-food#takijiri .foodsingle__sub-right-inner {
    background: #F5F6E7;
  }
}

body.single-food#takijiri .foodsingle__sub-right-ttl-inner {
  color: #D6CD66;
  border: solid 2px #D6CD66;
}

@media (max-width: 767px) {
  body.single-food#takijiri .foodsingle__sub-right-ttl-inner {
    border: solid 0.53333vw #D6CD66;
  }
}

body.single-food#takijiri .foodsingle__sub-right-ttl-inner:before {
  background: #D6CD66;
}

body.single-food#takijiri .foodsingle__sub-right-ttl-inner:after {
  background: #D6CD66;
}

body.single-food#takijiri .foodsingle__sub-right-low {
  background: #F5F6E7;
}
/* end takijiri single food */


body.single-food#takahara .bg-wrap:before {
  background: #E6DED0;
}

body.single-food#takahara .mod-ttl__sub {
  color: #D3C09E;
}

@media (max-width: 767px) {
  body.single-food#takahara .foodsingle__sub-right-inner {
    background: #F6F3EF;
  }
}

body.single-food#takahara .foodsingle__sub-right-ttl-inner {
  color: #D3C09E;
  border: solid 2px #D3C09E;
}

@media (max-width: 767px) {
  body.single-food#takahara .foodsingle__sub-right-ttl-inner {
    border: solid 0.53333vw #D3C09E;
  }
}

body.single-food#takahara .foodsingle__sub-right-ttl-inner:before {
  background: #D3C09E;
}

body.single-food#takahara .foodsingle__sub-right-ttl-inner:after {
  background: #D3C09E;
}

body.single-food#takahara .foodsingle__sub-right-low {
  background: #F6F3EF;
}

body.single-food#chikatsuyu .bg-wrap:before {
  background: #E9EAC3;
}

body.single-food#chikatsuyu .mod-ttl__sub {
  color: #D6CD66;
}

@media (max-width: 767px) {
  body.single-food#chikatsuyu .foodsingle__sub-right-inner {
    background: #F5F6E7;
  }
}

body.single-food#chikatsuyu .foodsingle__sub-right-ttl-inner {
  color: #D6CD66;
  border: solid 2px #D6CD66;
}

@media (max-width: 767px) {
  body.single-food#chikatsuyu .foodsingle__sub-right-ttl-inner {
    border: solid 0.53333vw #D6CD66;
  }
}

body.single-food#chikatsuyu .foodsingle__sub-right-ttl-inner:before {
  background: #D6CD66;
}

body.single-food#chikatsuyu .foodsingle__sub-right-ttl-inner:after {
  background: #D6CD66;
}

body.single-food#chikatsuyu .foodsingle__sub-right-low {
  background: #F5F6E7;
}

body.single-food#koguchi .bg-wrap:before {
  background: #D5EADE;
}

body.single-food#koguchi .mod-ttl__sub {
  color: #A2CBB4;
}

@media (max-width: 767px) {
  body.single-food#koguchi .foodsingle__sub-right-inner {
    background: #F0F7F3;
  }
}

body.single-food#koguchi .foodsingle__sub-right-ttl-inner {
  color: #A2CBB4;
  border: solid 2px #A2CBB4;
}

@media (max-width: 767px) {
  body.single-food#koguchi .foodsingle__sub-right-ttl-inner {
    border: solid 0.53333vw #A2CBB4;
  }
}

body.single-food#koguchi .foodsingle__sub-right-ttl-inner:before {
  background: #A2CBB4;
}

body.single-food#koguchi .foodsingle__sub-right-ttl-inner:after {
  background: #A2CBB4;
}

body.single-food#koguchi .foodsingle__sub-right-low {
  background: #F0F7F3;
}

body.single-food .foodsingle {
  position: relative;
  padding: 128px 0 193px;
  z-index: 4;
}

@media (max-width: 767px) {
  body.single-food .foodsingle {
    padding: 23.73333vw 0 25.46667vw;
  }
}

body.single-food .foodsingle__item:not(:first-of-type) {
  margin-top: 203px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__item:not(:first-of-type) {
    margin-top: 27.33333vw;
  }
}

body.single-food .foodsingle__ttl {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body.single-food .foodsingle__txt {
  font-size: 15px;
  font-weight: 200;
  line-height: calc( 35 /15);
  width: 630px;
  margin: 38px auto 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58/28);
    width: 82.13333vw;
    margin-top: 6.4vw;
  }
}

body.single-food .foodsingle__sub {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub {
    max-width: none;
  }
}

body.single-food .foodsingle__sub-item {
  width: 1141px;
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item {
    width: auto;
    position: relative;
  }
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item:first-of-type {
    margin-top: 10.8vw;
  }
}

body.single-food .foodsingle__sub-item:not(:first-of-type) {
  margin-top: 98px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item:not(:first-of-type) {
    margin-top: 21.33333vw;
  }
}

body.single-food .foodsingle__sub-item.reverse {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-left-inner {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-inner {
    margin-left: 0;
    margin-right: auto;
  }
}

body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-ttl {
  padding-left: 0;
}

body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-high {
  padding-left: 0;
  padding-right: 38px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-high {
    padding-right: 0;
  }
}

body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-low-ttl {
  margin-left: 0;
  margin-right: 49px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-low-ttl {
    margin: 0 auto;
  }
}

body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-low-txt {
  padding-left: 0;
  padding-right: 40px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-item.reverse .foodsingle__sub-right-low-txt {
    padding-right: 0;
  }
}

body.single-food .foodsingle__sub-left {
  width: 600px;
  position: relative;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left {
    width: 80vw;
    position: absolute;
    top: 12.26667vw;
  }
}

body.single-food .foodsingle__sub-left-inner {
  width: 640px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000000;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left-inner {
    position: static;
    width: 100%;
  }
}

body.single-food .foodsingle__sub-left-inner .slick-arrow {
  width: 40px;
  height: 53px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left-inner .slick-arrow {
    width: 6.66667vw;
    height: 7.33333vw;
    top: 49%;
  }
}

body.single-food .foodsingle__sub-left-inner .slick-arrow.slick-prev {
  left: 0;
}

body.single-food .foodsingle__sub-left-inner .slick-arrow.slick-prev:before {
  content: '';
  width: 29px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 9px;
  background-image: url(img/single/staysingle/icn_arrow-left-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left-inner .slick-arrow.slick-prev:before {
    width: 2.53333vw;
    height: 7.33333vw;
    left: 4vw;
    background-image: url(img/single/staysingle/icn_arrow-left-white-sp.svg);
  }
}

body.single-food .foodsingle__sub-left-inner .slick-arrow.slick-next {
  right: 0;
}

body.single-food .foodsingle__sub-left-inner .slick-arrow.slick-next:before {
  content: '';
  width: 29px;
  height: 53px;
  position: absolute;
  top: 0;
  right: 9px;
  background-image: url(img/single/staysingle/icn_arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left-inner .slick-arrow.slick-next:before {
    width: 2.53333vw;
    height: 7.33333vw;
    right: 4vw;
    background-image: url(img/single/staysingle/icn_arrow-right-white-sp.svg);
  }
}

body.single-food .foodsingle__sub-left-inner .slick-dots {
  bottom: 9px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left-inner .slick-dots {
    display: none !important;
  }
}

body.single-food .foodsingle__sub-left-inner .slick-dots button {
  padding: 0;
}

body.single-food .foodsingle__sub-left-inner .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 1px #ffffff;
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}

body.single-food .foodsingle__sub-left-inner .slick-dots .slick-active button:before {
  color: transparent;
  background: #ffffff;
  opacity: 1;
}

body.single-food .foodsingle__sub-left-img-inner {
  width: 100%;
  height: 428px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-left-img-inner {
    height: 53.06667vw;
  }
}

body.single-food .foodsingle__sub-left-img-inner img {
  width: 100%;
  height: 100%;
}

body.single-food .foodsingle__sub-right {
  width: 541px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-inner {
    height: 117.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 52.26667vw;
    width: 90.66667vw;
    max-height: none;
    margin-top: 52.26667vw;
    margin-left: auto;
    padding: 12.66667vw 0 3.2vw;
  }
}

body.single-food .foodsingle__sub-right-ttl {
  width: 370px;
  padding-left: 40px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-ttl {
    width: 64vw;
    padding-left: 0;
  }
}

body.single-food .foodsingle__sub-right-ttl-inner {
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
  width: 330px;
  text-align: center;
  background: #ffffff;
  padding: 7px 0 8px;
  position: relative;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-ttl-inner {
    font-size: 16px;
    font-size: 4.26667vw;
    width: 100%;
    padding: 0.66667vw 0;
  }
}

body.single-food .foodsingle__sub-right-ttl-inner:before {
  content: '';
  width: 4px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -10px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-ttl-inner:before {
    width: 0.8vw;
    height: 6.26667vw;
    top: -0.26667vw;
    left: -2.26667vw;
  }
}

body.single-food .foodsingle__sub-right-ttl-inner:after {
  content: '';
  width: 4px;
  height: 36px;
  position: absolute;
  top: 0;
  right: -10px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-ttl-inner:after {
    width: 0.8vw;
    height: 6.26667vw;
    top: -0.26667vw;
    right: -2.26667vw;
  }
}

body.single-food .foodsingle__sub-right-high {
  max-width: 441px;
  padding-left: 40px;
  margin: 33px auto 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high {
    max-width: 70.93333vw;
    padding-left: 0;
    margin-top: 0;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-dots > li:first-child:last-child {
  display: none;
}

body.single-food .foodsingle__sub-right-high-group .slick-arrow {
  width: 15px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-arrow {
    width: 3.46667vw;
    height: 8vw;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-arrow.slick-prev {
  left: -29px;
  background-image: url(img/single/staysingle/icn_arrow-left-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-arrow.slick-prev {
    left: -6.93333vw;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-arrow.slick-prev:before {
  content: '';
}

body.single-food .foodsingle__sub-right-high-group .slick-arrow.slick-next {
  right: -29px;
  background-image: url(img/single/staysingle/icn_arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-arrow.slick-next {
    right: -6.93333vw;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-arrow.slick-next:before {
  content: '';
}

body.single-food .foodsingle__sub-right-high-group .slick-dots {
  bottom: -30px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-dots {
    height: 2.66667vw;
    bottom: -5.06667vw;
  }
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-dots li {
    width: 2.66667vw;
    height: 2.66667vw;
    bottom: 4.53333vw;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-dots button {
  padding: 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-dots button {
    width: 1.86667vw;
    height: 1.86667vw;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 1px #AAAAAA;
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-group .slick-dots button:before {
    width: 1.86667vw;
    height: 1.86667vw;
  }
}

body.single-food .foodsingle__sub-right-high-group .slick-dots .slick-active button:before {
  color: transparent;
  background: #AAAAAA;
  opacity: 1;
}

body.single-food .foodsingle__sub-right-high-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.single-food .foodsingle__sub-right-high-inner.slick-slide .foodsingle__sub-right-high-img {
  pointer-events: none;
}

body.single-food .foodsingle__sub-right-high-inner.slick-slide.slick-active .foodsingle__sub-right-high-img {
  pointer-events: auto;
}

body.single-food .foodsingle__sub-right-high-img {
  width: 127px !important;
  height: 84px !important;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-img {
    width: 22.4vw !important;
    height: 14.66667vw !important;
  }
}

body.single-food .foodsingle__sub-right-high-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

body.single-food .foodsingle__sub-right-high-img.active:before {
  opacity: 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-img.active:before {
    opacity: 0;
  }
}

body.single-food .foodsingle__sub-right-high-img:not(:nth-of-type(3n)) {
  margin-right: 10px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-img:not(:nth-of-type(3n)) {
    margin-right: 1.86667vw;
  }
}

body.single-food .foodsingle__sub-right-high-img:nth-of-type(n+4) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-high-img:nth-of-type(n+4) {
    margin-top: 1.86667vw;
  }
}

body.single-food .foodsingle__sub-right-high-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-food .foodsingle__sub-right-low {
  height: 300px;
  margin-top: 35px;
  padding: 43px 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-low {
    width: 72.53333vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}

body.single-food .foodsingle__sub-right-low-inner {
  width: 100%;
}

body.single-food .foodsingle__sub-right-low-ttl {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-left: 49px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-low-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    margin: 0 auto;
  }
}

body.single-food .foodsingle__sub-right-low-txt {
  font-size: 15px;
  font-weight: 200;
  line-height: calc( 35 /15);
  width: 441px;
  padding-left: 40px;
  margin: 27px auto 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__sub-right-low-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58/28);
    width: 70.93333vw;
    padding-left: 0;
    margin-top: 3.73333vw;
  }
}

body.single-food .foodsingle__allergy {
  width: 630px;
  margin: 204px auto 0;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy {
    width: 82.13333vw;
    margin-top: 27.46667vw;
  }
}

body.single-food .foodsingle__allergy-heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-heading {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body.single-food .foodsingle__allergy-txt {
  font-size: 15px;
  font-weight: 200;
  line-height: calc( 35/ 15);
  margin-top: 38px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58/28);
    margin-top: 6.4vw;
  }
}

body.single-food .foodsingle__allergy-list {
  margin-top: 48px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-list {
    margin-top: 10.4vw;
  }
}

body.single-food .foodsingle__allergy-item:not(:first-of-type) {
  margin-top: 58px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-item:not(:first-of-type) {
    margin-top: 13.06667vw;
  }
}

body.single-food .foodsingle__allergy-ttl {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 23px;
  border-bottom: solid 1px #707070;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    border-bottom: solid 0.26667vw #707070;
    padding-bottom: 6.13333vw;
  }
}

body.single-food .foodsingle__allergy-subttl {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-top: 34px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-subttl {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 6.13333vw;
  }
}

body.single-food .foodsingle__allergy-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 17px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-sublist {
    margin-top: 3.73333vw;
  }
}

body.single-food .foodsingle__allergy-subitem {
  font-size: 15px;
  font-weight: 200;
  line-height: calc( 35/15);
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-subitem {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

body.single-food .foodsingle__allergy-single {
  display: inline;
}

body.single-food .foodsingle__allergy-note {
  font-size: 15px;
  font-weight: 200;
  line-height: 0.42857;
  margin-top: 26px;
}

@media (max-width: 767px) {
  body.single-food .foodsingle__allergy-note {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58/28);
    margin-top: 1.6vw;
  }
}

/*  layout > stay
============================================================================================================ */
.page-privacypolicy__wrap {
  width: 750px;
  margin-top: 123px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

@media (max-width: 767px) {
  .page-privacypolicy__wrap {
    margin-top: 22.8vw;
    width: 89.33333vw;
  }
}

.page-privacypolicy__wrap.provisional h2 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
}

.page-privacypolicy__wrap.provisional p {
  font-size: 1rem;
  font-weight: 300;
}

.page-privacypolicy__wrap.provisional ul {
  margin-top: 0.5rem;
}

.page-privacypolicy__wrap.provisional li {
  font-size: 1rem;
  font-weight: 300;
}

.page-privacypolicy__wrap.provisional h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}

.page-privacypolicy__wrap.provisional address {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
}

/*  layout > walk-kumanokodo
============================================================================================================ */
.page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__ttl {
  font-size: 22px;
  font-size: 1.375em;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    width: 82.13333vw;
    margin-bottom: 4vw;
  }
}

.page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  line-height: 2.33333;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 82.13333vw;
    margin-bottom: 8vw;
    line-height: 2.07143;
  }
}

.page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__img {
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__img {
    width: 100%;
  }
}

.page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__img img {
  position: relative;
}

.page-walk-kumanokodo__wrap.mapinfo .page-walk-kumanokodo__img img:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 4px #E2E2E2;
  position: absolute;
  top: 0;
}

.page-walk-kumanokodo__wrap.routeinfo {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo {
    margin-top: 20vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 960px;
  height: 461px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 59px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item {
    width: 100%;
    height: auto;
    margin-top: 26.26667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item:lang(en) {
  height: 561px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item:lang(en) {
    height: auto;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item:lang(en):before {
  height: 551px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item:lang(en):before {
    height: 100%;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item:first-of-type {
  margin-top: 0;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item::before {
  content: "";
  position: absolute;
  width: 300vh;
  height: 451px;
  top: 0;
  left: 232px;
  background-color: #E1EDEC;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item::before {
    width: 80vw;
    top: 6.26667vw;
    right: 0;
    left: auto;
    height: 100%;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even::before {
  content: "";
  right: 232px;
  left: auto;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even::before {
    left: 0;
    right: auto;
    top: 6.26667vw;
  }
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even .page-walk-kumanokodo__img-wrap {
    margin-left: auto;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even .page-walk-kumanokodo__txt-wrap {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_even .page-walk-kumanokodo__txt-wrap {
    margin-right: auto;
    margin-left: 8.26667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_odd .page-walk-kumanokodo__txt-wrap {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item.item_odd .page-walk-kumanokodo__txt-wrap {
    margin-left: auto;
    margin-right: 8.26667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots {
  bottom: 0;
  height: auto;
  line-height: 1;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots {
    margin-bottom: 2.66667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li {
    width: 1.73333vw;
    height: 1.73333vw;
    margin-left: 2vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li:first-of-type {
  margin-left: 0;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li button {
  width: 10px;
  height: 10px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li button {
    width: 1.73333vw;
    height: 1.73333vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li button:before {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #FCFCFC;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li button:before {
    width: 1.73333vw;
    height: 1.73333vw;
    border: 0.13333vw solid #FCFCFC;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-prev, .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-next {
  width: 14px;
  height: 40px;
  z-index: 9;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-prev, .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-next {
    width: 2.66667vw;
    height: 8vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick_container {
  position: relative;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-prev:before, .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-next:before {
  content: "";
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item button.slick-prev, .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item button.slick-next {
  z-index: 2;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-prev {
  left: 10px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-prev {
    left: 3.46667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-next {
  right: 10px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-next {
    right: 3.46667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__img-wrap, .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-slide {
  width: 450px;
  height: 300px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__img-wrap, .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .slick-slide {
    width: 80vw;
    height: 53.2vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__img-wrap {
  z-index: 2;
  margin-top: 75px;
  background-color: #000000;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__img-wrap {
    margin-top: 0;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__txt-wrap {
  width: 360px;
  z-index: 2;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__txt-wrap {
    width: 63.33333vw;
    margin-top: 0;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl {
  font-size: 22px;
  font-size: 1.375em;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl {
    font-size: 17px;
    font-size: 4.53333vw;
    margin-top: 6.66667vw;
    margin-bottom: 6.66667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl01 {
  text-align: left;
  display: inline-block;
  width: 100%;
  line-height: 1;
  opacity: 1;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl01:lang(en) {
  line-height: 1.4;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl02 {
  flex: 1;
  text-align: left;
  display: inline-block;
  width: auto;
  line-height: 1;
  opacity: 0;
  padding-left: 8px;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl02:lang(en) {
  line-height: 1.4;
  text-align: left;
  margin-top: 18px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl02:lang(en) {
    margin-top: 3.73333vw;
    margin-left: 1.33333vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl-inner:lang(en) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl .line-anime {
  width: 104px;
  height: 36px;
  margin-left: 33px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl .line-anime {
    width: 16vw;
    height: 7.2vw;
    margin-left: 6vw;
    margin-bottom: 2.7vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl .line-anime .line-anime-item01 {
  width: 1px;
  height: 0;
  background: #707070;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl .line-anime .line-anime-item01 {
    width: 0.26667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl .line-anime .line-anime-item02 {
  width: 0;
  height: 1px;
  background: #707070;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__ttl .line-anime .line-anime-item02 {
    height: 0.26667vw;
  }
}

.page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.33333;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.routeinfo .page-walk-kumanokodo__item .page-walk-kumanokodo__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 0;
  }
}

.page-walk-kumanokodo__wrap.spot {
  margin-top: 137px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.spot {
    margin-top: 31vw;
  }
}

.page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__ttl {
  font-size: 22px;
  font-size: 1.375em;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    width: 82.13333vw;
    margin-bottom: 8vw;
  }
}

.page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-wrap {
  text-align: center;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-wrap {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  text-align: left;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-inner {
    width: 100%;
  }
}

.page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-inner .common-article {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-inner .common-article {
    margin-left: 0;
    margin-top: 10.66667vw;
  }
}

.page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-inner .common-article:first-of-type {
  margin-left: 0;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__wrap.spot .page-walk-kumanokodo__article-inner .common-article:first-of-type {
    margin-top: 0;
  }
}

.page-walk-kumanokodo__inner {
  padding-top: 114px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__inner {
    padding-top: 18vw;
  }
}

.page-walk-kumanokodo__inner.kumanokodo {
  padding-top: 119px;
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__inner.kumanokodo {
    padding-top: 21.5vw;
  }
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__inner.enjoyroute {
    padding-top: 18.5vw;
  }
}

@media (max-width: 767px) {
  .page-walk-kumanokodo__inner.enjoyroute .page-walk-kumanokodo__img {
    width: 82.13333vw;
  }
}

.screen-reader {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/*  layout > concept
============================================================================================================ */
body.concept .mod-ttl {
  z-index: 1;
}

body.concept .mod-ttl__sub {
  color: #9DCCD3;
}

.page-concept__wrap {
  padding: 126px 0 200px;
  position: relative;
}

@media (max-width: 767px) {
  .page-concept__wrap {
    padding: 22.93333vw 0 26.66667vw;
  }
}

.page-concept__wrap .bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  height: 100%;
}

@media (max-width: 767px) {
  .page-concept__wrap .bg-wrap {
    width: 100%;
  }
}

.page-concept__wrap .bg-wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1000vh;
  top: 0;
  background: #9DCCD3;
  left: calc( 100% - 280px);
}

@media (max-width: 767px) {
  .page-concept__wrap .bg-wrap::before {
    left: calc( 100% - 28vw);
  }
}

.page-concept__high {
  width: 580px;
  margin: 0 auto;
  padding-bottom: 106px;
  position: relative;
}

@media (max-width: 767px) {
  .page-concept__high {
    width: 86.66667vw;
    padding-bottom: 18.93333vw;
  }
}

.page-concept__high.active .page-concept__high-ttl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-concept__high-ttl {
  font-size: 72px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 14px;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

@media (max-width: 767px) {
  .page-concept__high-ttl {
    font-size: 46px;
    font-size: 12.26667vw;
    padding-left: 3.6vw;
  }
}

.page-concept__high-ttl.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-concept__high-txt {
  font-size: 18px;
  letter-spacing: .43em;
  text-align: center;
  width: 100%;
  padding-left: 7px;
  margin-top: 6px;
  position: relative;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media (max-width: 767px) {
  .page-concept__high-txt {
    font-size: 12px;
    font-size: 3.2vw;
    padding-left: 2.4vw;
    margin-top: 0.93333vw;
  }
}

.page-concept__high-txt span {
  opacity: 0;
}

.page-concept__high-txt span.blue {
  color: #9DCCD3;
}

.page-concept__high .page-concept__layout-line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 672px;
  height: 100%;
  padding-top: 61px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-concept__high .page-concept__layout-line {
    width: 60vw;
    padding-top: 24vw;
  }
}

.page-concept__high .page-concept__layout-line-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
}

.page-concept__high .page-concept__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  left: 626px;
}

@media (max-width: 767px) {
  .page-concept__high .page-concept__layout-line01 {
    width: 0.26667vw;
    height: 0;
    background-color: #E2E2E2;
    top: 0;
    left: auto;
    right: 0;
  }
}

.page-concept__high .page-concept__layout-line02 {
  width: 2px;
  background-color: #9DCCD3;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-concept__high .page-concept__layout-line02 {
    width: 0;
    height: 0.26667vw;
    background-color: #E2E2E2;
    position: absolute;
    bottom: -0.26667vw;
    right: 0;
  }
}

.page-concept__high .page-concept__layout-line03 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .page-concept__high .page-concept__layout-line03 {
    height: 0.26667vw;
    background-color: #9DCCD3;
    position: absolute;
    bottom: -0.26667vw;
    right: 8vw;
  }
}

.page-concept__high .page-concept__layout-line04 {
  width: 2px;
  background-color: #9DCCD3;
  position: absolute;
  top: 162px;
}

@media (max-width: 767px) {
  .page-concept__high .page-concept__layout-line04 {
    width: 0.26667vw;
    background-color: #9DCCD3;
    position: absolute;
    top: 14.66667vw;
    left: 0;
  }
}

.page-concept__high .page-concept__layout-line05 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  position: absolute;
  bottom: -162px;
}

.page-concept__low {
  width: 344px;
  padding-top: 143px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .page-concept__low {
    width: 70.93333vw;
    padding-top: 16.26667vw;
  }
}

.page-concept__low-txt {
  font-size: 15px;
  line-height: calc( 35 / 15);
}

@media (max-width: 767px) {
  .page-concept__low-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc( 58 / 28);
    font-weight: 200;
    width: 72vw;
    top: -85.6vw;
    left: 1.33333vw;
  }
}

.page-concept__low-img {
  width: 400px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-concept__low-img {
    width: 100%;
  }
}

.page-concept__low-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .page-concept__low .page-concept__layout {
    display: none;
  }
}

.page-concept__low .page-concept__layout-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 672px;
  height: 100%;
  padding-top: 61px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-concept__low .page-concept__layout-line {
    width: 73.33333vw;
    padding-top: 0;
  }
}

.page-concept__low .page-concept__layout-line-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  .page-concept__low .page-concept__layout-line-inner {
    width: 58.66667vw;
    margin-left: 0;
    margin-right: auto;
  }
}

.page-concept__low .page-concept__layout-line01 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
  margin-right: auto;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .page-concept__low .page-concept__layout-line01 {
    height: 0.26667vw;
  }
}

.page-concept__low .page-concept__layout-line02 {
  width: 2px;
  background-color: #9DCCD3;
}

@media (max-width: 767px) {
  .page-concept__low .page-concept__layout-line02 {
    width: 0.26667vw;
  }
}

.page-concept__low .page-concept__layout-line03 {
  width: 0;
  height: 2px;
  background-color: #9DCCD3;
}

.page-concept__img {
  width: 100%;
  height: 540px;
  position: relative;
  margin-top: 141px;
}

@media (max-width: 767px) {
  .page-concept__img {
    height: 66.66667vw;
  }
}

.page-concept__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-concept__img img {
  width: 100%;
  height: 100%;
}

.page-concept__youtube {
  width: 720px;
  height: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .page-concept__youtube {
    width: 85.33333vw;
    height: 48vw;
  }
}

/*  layout > experience
============================================================================================================ */
.page-experience__wrap.walk {
  margin-top: 124px;
}

@media (max-width: 767px) {
  .page-experience__wrap.walk {
    margin-top: 22vw;
  }
}

.page-experience__wrap.walk .page-experience__ttl {
  margin-top: 9px;
  margin-left: -10px;
}

@media (max-width: 767px) {
  .page-experience__wrap.walk .page-experience__ttl {
    margin-top: 2vw;
    margin-left: -1vw;
  }
}

.page-experience__wrap.walk .page-experience__txtinner {
  margin-top: 0;
}

.page-experience__wrap.play .page-experience__txtinner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .page-experience__wrap.play .page-experience__txtinner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-experience__wrap.play .page-experience__ttl {
  margin-top: 9px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .page-experience__wrap.play .page-experience__ttl {
    margin-top: 2vw;
    margin-left: -1vw;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .page-experience__wrap.play .page-experience__txt {
    margin-left: 11vw;
  }
}

.page-experience__wrap.rest {
  margin-bottom: 277px;
}

@media (max-width: 767px) {
  .page-experience__wrap.rest {
    margin-bottom: 32vw;
  }
}

.page-experience__wrap.rest .page-experience__ttl {
  margin-top: 9px;
  margin-left: -10px;
}

@media (max-width: 767px) {
  .page-experience__wrap.rest .page-experience__ttl {
    margin-top: 2vw;
    margin-left: -1vw;
  }
}

@media (max-width: 767px) {
  .page-experience__wrap.rest .page-experience__txtinner {
    margin-top: 24.5vw;
  }
}

.page-experience__txtinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 144px;
}

@media (max-width: 767px) {
  .page-experience__txtinner {
    width: 86.93333vw;
    margin-right: 4vw;
    margin-top: 24vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-experience__ttl {
  font-size: 50px;
  font-size: 3.125em;
  line-height: 1.44;
  letter-spacing: 0.4em;
  font-weight: 200;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .page-experience__ttl {
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 0.68571;
  }
}

.page-experience__txt {
  font-size: 15px;
  font-size: 0.9375em;
  width: 400px;
  font-weight: 200;
  text-align: justify;
  line-height: 2.33333;
}

@media (max-width: 767px) {
  .page-experience__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 66.66667vw;
    line-height: 2.07143;
    margin-left: 8vw;
  }
}

.page-experience__imginner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 5180px;
  margin-top: 73px;
}

@media (max-width: 767px) {
  .page-experience__imginner {
    margin-top: 13.33333vw;
    width: 690.66667vw;
  }
}

.page-experience__imginner.img-ribbon01 {
  height: 405px;
}

@media (max-width: 767px) {
  .page-experience__imginner.img-ribbon01 {
    height: 54vw;
  }
}

.page-experience__imginner.img-ribbon02 {
  height: 363px;
}

@media (max-width: 767px) {
  .page-experience__imginner.img-ribbon02 {
    height: 48.4vw;
  }
}

.page-experience__imginner.img-ribbon03 {
  height: 380px;
}

@media (max-width: 767px) {
  .page-experience__imginner.img-ribbon03 {
    height: 50.66667vw;
  }
}

.page-experience__imggroup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 2590px;
}

@media (max-width: 767px) {
  .page-experience__imggroup-wrap {
    width: 345.33333vw;
  }
}

.page-experience__imggroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1295px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .page-experience__imggroup {
    width: 172.66667vw;
    padding-right: 2vw;
  }
}

.page-experience__imggroup.reverse {
  padding-right: 0;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .page-experience__imggroup.reverse {
    padding-right: 0;
    padding-left: 2vw;
  }
}

.page-experience__imggroup .clippath01 {
  width: 340px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath01 {
    width: 45.33333vw;
    height: 48.79413vw;
  }
}

.page-experience__imggroup .clippath02 {
  margin-top: 58px;
  width: 370px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath02 {
    margin-top: 7.73333vw;
    width: 49.33333vw;
    height: 46.41373vw;
  }
}

.page-experience__imggroup .clippath03 {
  width: 540px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath03 {
    width: 72vw;
    height: 52.7076vw;
  }
}

.page-experience__imggroup .clippath04 {
  margin-top: -2px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath04 {
    width: 72vw;
    height: 44.66667vw;
    margin-top: 0;
  }
}

.page-experience__imggroup .clippath05 {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath05 {
    margin-top: 2.26667vw;
    width: 49.33333vw;
    height: 45.81627vw;
  }
}

.page-experience__imggroup .clippath06 {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath06 {
    margin-top: 3vw;
    width: 45.33333vw;
    height: 45.39013vw;
  }
}

.page-experience__imggroup .clippath07 {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath07 {
    margin-top: 3.73333vw;
    width: 45.33333vw;
    height: 46.9284vw;
  }
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath08 {
    width: 49.33333vw;
    height: 43.90573vw;
  }
}

.page-experience__imggroup .clippath09 {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .page-experience__imggroup .clippath09 {
    margin-top: 0.66667vw;
    width: 72vw;
    height: 49.93693vw;
  }
}

.loop-anime01 .loop-anime-parts01 {
  -webkit-animation: loop01 135s -67.5s linear infinite;
          animation: loop01 135s -67.5s linear infinite;
}

.loop-anime01 .loop-anime-parts02 {
  -webkit-animation: loop02 135s linear infinite;
          animation: loop02 135s linear infinite;
}

.loop-anime02 .loop-anime-parts01 {
  -webkit-animation: loop03 150s -75s linear infinite;
          animation: loop03 150s -75s linear infinite;
}

.loop-anime02 .loop-anime-parts02 {
  -webkit-animation: loop04 150s linear infinite;
          animation: loop04 150s linear infinite;
}

.loop-anime03 .loop-anime-parts01 {
  -webkit-animation: loop01 110s -55s linear infinite;
          animation: loop01 110s -55s linear infinite;
}

.loop-anime03 .loop-anime-parts02 {
  -webkit-animation: loop02 110s linear infinite;
          animation: loop02 110s linear infinite;
}

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

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

@-webkit-keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

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

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

@-webkit-keyframes loop04 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes loop04 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/*  layout > food
============================================================================================================ */
.page-food__wrap.index {
  margin-top: 118px;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-food__wrap.index {
    margin-top: 22vw;
    width: 82.13333vw;
  }
}

.page-food__wrap.index .page-food__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.33333;
  color: #1A1A1A;
  text-align: center;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.78571;
    text-align: left;
  }
}

.page-food__wrap.index .page-food__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__list {
    margin-top: 4.5vw;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-food__wrap.index .page-food__listitem {
  font-size: 14px;
  font-size: 0.875em;
  letter-spacing: 0.2rem;
  font-weight: 400;
  border: 2px solid;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__listitem {
    border: 2px solid;
    font-size: 15.5px;
    font-size: 4.13333vw;
    margin-top: 2.66667vw;
  }
}

.page-food__wrap.index .page-food__listitem a {
  display: block;
  width: 200px;
  height: 140px;
  position: relative;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__listitem a {
    width: 38.93333vw;
    height: 38.93333vw;
  }
}

.page-food__wrap.index .page-food__listitem a .page-food__txtwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

.page-food__wrap.index .page-food__listitem a .page-food__txtwrap span {
  padding-left: 0.2rem;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__listitem a .page-food__comingsoon {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 200;
    letter-spacing: 0.2rem;
  }
}

.page-food__wrap.index .page-food__listitem a:hover {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__listitem.exist .page-food__comingsoon {
    display: none !important;
  }
}

.page-food__wrap.index .page-food__listitem:not(.exist) a {
  cursor: default;
}

.page-food__wrap.index .page-food__listitem.takijiri {
  border-color: #ebc3c3;
}

.page-food__wrap.index .page-food__listitem.takijiri:hover {
  background-color: #ebc3c3;
}

.page-food__wrap.index .page-food__listitem.takahara {
  border-color: #dbeae3;
}

.page-food__wrap.index .page-food__listitem.takahara:hover {
  background-color: #dbeae3;
}

.page-food__wrap.index .page-food__listitem.chikatsuyu {
  border-color: #eeedcd;
}

.page-food__wrap.index .page-food__listitem.chikatsuyu:hover {
  background-color: #eeedcd;
}

.page-food__wrap.index .page-food__listitem.hongu {
  border-color: #bfbbbb;
}

.page-food__wrap.index .page-food__listitem.hongu:hover {
  background-color: #bfbbbb;
}

.page-food__wrap.index .page-food__listitem.koguchi {
  border-color: #dfeff2;
}

.page-food__wrap.index .page-food__listitem.koguchi:hover {
  background-color: #dfeff2;
}

.page-food__wrap.index .page-food__listitem.nachi {
  border-color: #c28787;
}

.page-food__wrap.index .page-food__listitem.nachi:hover {
  background-color: #c28787;
}

.page-food__wrap.index .page-food__listitem:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-food__wrap.index .page-food__listitem:hover .page-food__bg {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-food__wrap.index .page-food__listitem .page-food__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__listitem .page-food__bg {
    opacity: 1;
    width: 102%;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.index .page-food__listitem:nth-of-type(odd) {
    margin-right: 2vw;
  }
}

@media (max-width: 320px) {
  .page-food__wrap.index .page-food__listitem:nth-of-type(odd) {
    margin-right: 1.6vw;
  }
}

.page-food__wrap.commitment, .page-food__wrap.all-inclusive {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .page-food__wrap.commitment, .page-food__wrap.all-inclusive {
    margin-top: 20vw;
  }
}

.page-food__wrap.commitment .page-food__ttlwrap, .page-food__wrap.all-inclusive .page-food__ttlwrap {
  width: 700px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-food__wrap.commitment .page-food__ttlwrap, .page-food__wrap.all-inclusive .page-food__ttlwrap {
    width: 90.66667vw;
  }
}

.page-food__wrap.commitment .page-food__ttl, .page-food__wrap.all-inclusive .page-food__ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 260px;
  height: 260px;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.45833;
  color: #1A1A1A;
  text-align: center;
  background: url("./img/archive/food/img_commitment-bg.png") no-repeat 0 0;
  background-size: contain;
  left: 0;
  right: auto;
  letter-spacing: 0.2rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .page-food__wrap.commitment .page-food__ttl, .page-food__wrap.all-inclusive .page-food__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    width: 34.66667vw;
    height: 34.66667vw;
  }
}

.page-food__wrap.commitment .page-food__ttl span, .page-food__wrap.all-inclusive .page-food__ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.page-food__wrap.commitment .page-food__img, .page-food__wrap.all-inclusive .page-food__img {
  width: 500px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-food__wrap.commitment .page-food__img, .page-food__wrap.all-inclusive .page-food__img {
    width: 66.66667vw;
  }
}

.page-food__wrap.commitment .page-food__txt, .page-food__wrap.all-inclusive .page-food__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.33333;
  color: #1A1A1A;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-food__wrap.commitment .page-food__txt, .page-food__wrap.all-inclusive .page-food__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    width: 82.13333vw;
    margin-top: 5.33333vw;
  }
}

.page-food__wrap.producers-voice {
  margin-top: 188px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice {
    margin-top: 24vw;
  }
}

.page-food__wrap.producers-voice .page-food__ttl {
  font-size: 22px;
  font-size: 1.375em;
  letter-spacing: 0.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 6vw;
  }
}

.page-food__wrap.producers-voice .page-food__listitem {
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__listitem {
    margin-bottom: 18vw;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__listitem:last-of-type {
    margin-bottom: 0;
  }
}

.page-food__wrap.producers-voice .page-food__listitem:nth-of-type(even) .page-food__profile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__listitem:nth-of-type(even) .page-food__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-food__wrap.producers-voice .page-food__listitem:nth-of-type(even) .page-food__profile-name {
  text-align: right;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__listitem:nth-of-type(even) .page-food__profile-name {
    text-align: center;
  }
}

.page-food__wrap.producers-voice .page-food__listitem:nth-of-type(even) .page-food__profile-linklist {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__listitem:nth-of-type(even) .page-food__profile-linklist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-food__wrap.producers-voice .page-food__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 930px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .page-food__wrap.producers-voice .page-food__profile {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile {
    width: 82.13333vw;
    margin-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-food__wrap.producers-voice .page-food__profile-img {
  width: 297px;
  height: 297px;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-food__wrap.producers-voice .page-food__profile-img {
    width: 35%;
    height: 0;
    padding-top: 35%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-img {
    width: 54.93333vw;
    height: 54.93333vw;
    padding-top: 0;
    position: unset;
  }
}

@media (max-width: 1024px) {
  .page-food__wrap.producers-voice .page-food__profile-img img {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-img img {
    position: unset;
    top: auto;
  }
}

.page-food__wrap.producers-voice .page-food__profile-inner {
  width: 573px;
}

@media (max-width: 1024px) {
  .page-food__wrap.producers-voice .page-food__profile-inner {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-inner {
    width: 100%;
    margin-top: 5vw;
  }
}

.page-food__wrap.producers-voice .page-food__profile-name {
  font-size: unset;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-name {
    text-align: center;
  }
}

.page-food__wrap.producers-voice .page-food__profile-name01, .page-food__wrap.producers-voice .page-food__profile-name02 {
  display: block;
}

.page-food__wrap.producers-voice .page-food__profile-name01 {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-name01 {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 400;
  }
}

.page-food__wrap.producers-voice .page-food__profile-name02 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: -7px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-name02 {
    font-size: 15px;
    font-size: 4vw;
    font-weight: 400;
    margin-top: 0;
  }
}

.page-food__wrap.producers-voice .page-food__profile-linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-linklist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3vw;
  }
}

.page-food__wrap.producers-voice .page-food__profile-linkitem {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  text-decoration: underline;
  margin-left: 16px;
  text-underline-offset: 0.1rem;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-linkitem {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-left: 5.33333vw;
  }
}

.page-food__wrap.producers-voice .page-food__profile-linkitem:first-of-type {
  margin-left: 0;
}

.page-food__wrap.producers-voice .page-food__profile-txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  margin-top: 20px;
  line-height: 2.33333;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__profile-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 4vw;
    line-height: 2.07143;
  }
}

.page-food__wrap.producers-voice .page-food__imgwrap {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imgwrap {
    margin-bottom: 11vw;
  }
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick {
  max-width: 237px;
  padding: 0;
  margin-right: auto;
  margin-left: 50%;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imginner.js-slick {
    max-width: 32vw;
  }
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-track {
  height: 145px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-track {
    height: 21.33333vw;
    margin-left: 50%;
  }
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-slide {
    margin-right: 2vw;
    margin-left: 2vw;
    width: 32vw !important;
  }
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick img {
  height: auto;
  width: 100%;
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-prev,
.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-next {
  width: 26px;
  height: 51px;
  z-index: 9;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-prev,
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-next {
    width: 2.13333vw;
    height: 7.06667vw;
  }
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-prev:before,
.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-next:before {
  content: "";
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick button.slick-prev,
.page-food__wrap.producers-voice .page-food__imginner.js-slick button.slick-next {
  z-index: 2;
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-prev {
  left: 48px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-prev {
    left: 5.33333vw;
  }
}


.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-next {
  right: 48px;
}

@media (max-width: 767px) {
  
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-next {
    right: 5.33333vw;
  }
}

.page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-arw-wrap {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  position: absolute;
  height: 145px;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__imginner.js-slick .slick-arw-wrap {
    height: 21.33333vw;
  }
}

.page-food__wrap.producers-voice .page-food__message {
  width: 928px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .page-food__wrap.producers-voice .page-food__message {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__message {
    width: 82.13333vw;
  }
}

.page-food__wrap.producers-voice .page-food__message-ttl {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__message-ttl {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 2.66667vw;
    text-align: center;
    font-weight: 400;
  }
}

.page-food__wrap.producers-voice .page-food__message-txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.33333;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__message-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

.page-food__wrap.producers-voice .page-food__message .mod-more, .page-food__wrap.producers-voice .page-food__message .mod-more-mini {
  font-size: 15px;
  font-size: 0.9375em;
  width: 254px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  font-weight: 200;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .page-food__wrap.producers-voice .page-food__message .mod-more, .page-food__wrap.producers-voice .page-food__message .mod-more-mini {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 69.86667vw;
    margin-top: 8vw;
  }
}

.all-inclusive.page-food__wrap {
  margin-top: 193px;
}

@media (max-width: 767px) {
  .all-inclusive.page-food__wrap {
    margin-top: 25vw;
  }
}

.all-inclusive.page-food__wrap .page-food__ttl {
  right: 0;
  left: auto;
  background: url("./img/archive/food/img_all-inclusive-bg.png") no-repeat 0 0;
  background-size: contain;
  font-size: 20px;
  font-size: 1.25em;
  letter-spacing: 0.1rem;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .all-inclusive.page-food__wrap .page-food__ttl {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.45;
  }
}

@media (max-width: 320px) {
  .all-inclusive.page-food__wrap .page-food__ttl {
    letter-spacing: 0;
  }
}

.all-inclusive.page-food__wrap .page-food__txt {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .all-inclusive.page-food__wrap .page-food__txt {
    margin-top: 5vw;
  }
}

.all-inclusive.page-food__wrap .page-food__img {
  margin-right: auto;
  margin-left: 0;
}

.page-food__wrap.food-map {
  margin-top: 190px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .page-food__wrap.food-map {
    margin-bottom: 26.66667vw;
    margin-top: 24vw;
  }
}

.page-food__wrap.food-map .page-food__inner {
  width: 630px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .page-food__wrap.food-map .page-food__inner {
    width: 82.13333vw;
  }
}

.page-food__wrap.food-map .page-food__inner .page-food__ttl {
  font-size: 22px;
  font-size: 1.375em;
  letter-spacing: 0.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .page-food__wrap.food-map .page-food__inner .page-food__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 6vw;
  }
}

.page-food__wrap.food-map .page-food__inner .page-food__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 2.33333;
  color: #1A1A1A;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .page-food__wrap.food-map .page-food__inner .page-food__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    width: 82.13333vw;
    margin-bottom: 11vw;
  }
}

.mod-food-map__wrap.map {
  position: relative;
  height: 547px;
  background: #000000;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map {
    height: 168.4vw;
  }
}

.mod-food-map__wrap.map::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 547px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map::before {
    height: 168.4vw;
  }
}

.mod-food-map__wrap.map .js-MapBg.slick-slider,
.mod-food-map__wrap.map .js-MapBg .slick-list,
.mod-food-map__wrap.map .js-MapBg .mod-food-map__img {
  height: 547px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .js-MapBg.slick-slider,
  .mod-food-map__wrap.map .js-MapBg .slick-list,
  .mod-food-map__wrap.map .js-MapBg .mod-food-map__img {
    height: 168.4vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  top: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__inner {
    width: 89.33333vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__map-kumanokoLink {
  position: absolute;
  width: 140px;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 434px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__map-kumanokoLink {
    position: unset;
    width: 35vw;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-top: 5.86667vw;
    margin-right: 4.66667vw;
    margin-bottom: 2.53333vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-txt {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75em;
  text-align: left;
  line-height: 1.41667;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-txt {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-img {
  width: 44px;
}

@media (max-width: 1024px) {
  .mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-img {
    height: 100%;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__map-kumanokoLink-img {
    width: 9.73333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5%;
  }
}

.mod-food-map__wrap.map .mod-food-map__list {
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -150px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__list {
    width: 86.66667vw;
    margin-top: 0;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-name {
  font-size: 26px;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  margin-top: 0;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-name {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-catch,
.mod-food-map__wrap.map .mod-food-map__item-txt {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-catch,
  .mod-food-map__wrap.map .mod-food-map__item-txt {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-catch {
  padding-bottom: 17px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-catch {
    padding-bottom: 4vw;
    border-bottom: 0.26667vw solid #ffffff;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-txt {
  padding-top: 17px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-txt {
    padding-top: 2vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-timelist {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-timelist {
    padding-top: 2.66667vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-timelist-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.mod-food-map__wrap.map .mod-food-map__item-timelist-inner .maptime {
  font-size: 14px;
  font-size: 0.875em;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-timelist-inner .maptime {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-timelist-inner .maptime:nth-of-type(1) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-timelist-inner .maptime:nth-of-type(1) {
    margin-right: 4vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-link {
  width: 179px;
  margin-left: auto;
  margin-top: 15px;
  margin-right: 42px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-link {
    width: 47vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
  }
}

@media (max-width: 320px) {
  .mod-food-map__wrap.map .mod-food-map__item-link {
    width: 49vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__item-link .mod-more, .mod-food-map__wrap.map .mod-food-map__item-link .mod-more-mini {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.mod-food-map__wrap.map .mod-food-map__item-link .mod-more__footprints {
  top: 10px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__item-link .mod-more__left {
    width: 26.26667vw;
  }
}

.mod-food-map__wrap.map .slick-next,
.mod-food-map__wrap.map .slick-prev {
  width: 36px;
  height: 30%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .slick-next,
  .mod-food-map__wrap.map .slick-prev {
    width: 4.8vw;
  }
}

.mod-food-map__wrap.map .slick-next:hover,
.mod-food-map__wrap.map .slick-prev:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

.mod-food-map__wrap.map .slick-next:before,
.mod-food-map__wrap.map .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: none;
  background: url("./img/top/icn_slick-arrow.svg") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 46px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .slick-next:before,
  .mod-food-map__wrap.map .slick-prev:before {
    width: 2.13333vw;
    height: 8vw;
  }
}

.mod-food-map__wrap.map .slick-next {
  right: -48px;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .slick-next {
    right: -6.4vw;
  }
}

.mod-food-map__wrap.map .slick-prev {
  left: -48px;
}

.mod-food-map__wrap.map .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .slick-prev {
    left: -6.4vw;
  }
}

.mod-food-map__wrap.map .mod-food-map__map-img {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .mod-food-map__wrap.map .mod-food-map__map-img {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__map-img {
    margin-top: 0;
  }
}

.mod-food-map__wrap.map .mod-food-map__map-img svg {
  overflow: inherit !important;
}

.mod-food-map__wrap.map .mod-food-map__map-img svg.food-map-svg-pc {
  width: 939px;
  height: 395px;
  margin-top: -27px;
}

.mod-food-map__wrap.map .mod-food-map__map-img svg.food-map-svg-sp {
  margin-top: 14vw;
}

@media (max-width: 767px) {
  .mod-food-map__wrap.map .mod-food-map__map-img svg {
    width: 100%;
    margin-left: 0;
  }
}

.mod-food-map__map-icn-wrap {
  position: absolute;
  width: 880px;
  height: 547px;
  top: 0;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 38px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap {
    width: 100%;
    height: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.mod-food-map__map-icn-wrap .inn {
  position: absolute;
  width: 114px;
  height: 114px;
  /*       @include mq_tab {
        width: 80px;
        height: 80px;
      } */
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .inn {
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.mod-food-map__map-icn-wrap .inn .nonactive_icn {
  position: absolute;
  top: 0;
  left: 0;
  /*         width: 90px;
        height: 90px; */
  width: 114px;
  height: 114px;
  opacity: 1;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .inn .nonactive_icn {
    /* width: size_sp(110);
          height: size_sp(110); */
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.mod-food-map__map-icn-wrap .inn .nonactive_icn.hide {
  opacity: 0;
  z-index: 1;
}

.mod-food-map__map-icn-wrap .inn .active_icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  height: 114px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform,animation;
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .inn .active_icn {
    -webkit-animation: anime2 0.5s ease 0s infinite alternate;
            animation: anime2 0.5s ease 0s infinite alternate;
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.mod-food-map__map-icn-wrap .inn .active_icn.hide {
  /*           width: 90px;
          height: 90px; */
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 114px;
  height: 114px;
  z-index: 1;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .inn .active_icn.hide {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}

.mod-food-map__map-icn-wrap .map_icn::before {
  font-size: 13px;
  font-size: 0.8125em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .map_icn::before {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.mod-food-map__map-icn-wrap .map_icn.inn:before {
  top: -19px;
}

@media (max-width: 1024px) {
  .mod-food-map__map-icn-wrap .map_icn.inn:before {
    top: -32px;
  }
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .map_icn.inn:before {
    top: -4vw;
  }
}

.mod-food-map__map-icn-wrap .map_icn.inn.active:before {
  top: -27px;
}

@media (max-width: 1024px) {
  .mod-food-map__map-icn-wrap .map_icn.inn.active:before {
    top: -41px;
  }
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .map_icn.inn.active:before {
    top: -7vw;
  }
}

.mod-food-map__map-icn-wrap .map_icn.shrine:before {
  top: -27px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .map_icn.shrine:before {
    top: -5vw;
  }
}

.mod-food-map__map-icn-wrap .map_icn.shrine.active:before {
  top: -31px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-wrap .map_icn.shrine.active:before {
    top: -6vw;
  }
}

.mod-food-map__map-icn-takijiri {
  top: 208px;
  left: 22px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-takijiri {
    top: 49vw;
    left: -2vw;
  }
}

.mod-food-map__map-icn-takijiri::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-takijiri::before {
    width: auto;
  }

  .is-desktop .mod-food-map__map-icn-takijiri {
    top: 491px;
    left: -7px;
  }
}

.mod-food-map__map-icn-takahara {
  top: 152px;
  left: 132px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-takahara {
    top: 28.5vw;
    left: 9vw;
  }

  .is-desktop .mod-food-map__map-icn-takahara {
    top: 334px;
    left: 30px;
  }
}

.mod-food-map__map-icn-takahara::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-takahara::before {
    width: auto;
  }
}

.mod-food-map__map-icn-chikatuyu {
  top: 102px;
  left: 260px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-chikatuyu {
    top: 13.5vw;
    left: 25.6vw;
  }

  .is-desktop .mod-food-map__map-icn-chikatuyu {
    top: 208px;
    left: 197px;
  }
}

.mod-food-map__map-icn-chikatuyu::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 1024px) {
  .mod-food-map__map-icn-chikatuyu::before {
    width: 95px;
  }
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-chikatuyu::before {
    width: auto;
  }
}

.mod-food-map__map-icn-hongu {
  top: 75px;
  left: 398px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-hongu {
    top: 12.5vw;
    left: 46vw;
  }

  .is-desktop .mod-food-map__map-icn-hongu {
    top: 182px;
    left: 338px;
  }
}

.mod-food-map__map-icn-hongu::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-hongu::before {
    width: auto;
  }
}

.mod-food-map__map-icn-koguchi {
  top: 230px;
  left: 602px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-koguchi {
    top: 40vw;
    left: 47.7vw;
  }

  .is-desktop .mod-food-map__map-icn-koguchi {
    top: 408px;
    left: 360px;
  }
}

.mod-food-map__map-icn-koguchi::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-koguchi::before {
    width: auto;
  }
}

.mod-food-map__map-icn-nachi {
  top: 328px;
  left: 712px;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-nachi {
    top: 53.5vw;
    left: 61.8vw;
  }

  .is-desktop .mod-food-map__map-icn-nachi {
    top: 517px;
    left: 458px;
  }
}

.mod-food-map__map-icn-nachi::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-food-map__map-icn-nachi::before {
    width: auto;
  }
}

.page-food-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.page-food-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .page-food-modal__overlay {
    background: rgba(0, 0, 0, 0.8);
  }
}

.page-food-modal__close {
  position: absolute;
  right: -47px;
  top: -47px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-food-modal__close {
    width: 4.93333vw;
    height: 4.93333vw;
    top: -6.8vw;
    right: 0;
  }
}

.page-food-modal__close img {
  vertical-align: top;
}

.page-food-modal__inner {
  width: 693px;
  height: 462px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .page-food-modal__inner {
    min-width: 613px;
  }
}

@media (max-width: 767px) {
  .page-food-modal__inner {
    min-width: auto;
    min-height: auto;
    width: 93.33333vw;
    height: 62.4vw;
    left: 50%;
  }
}

.page-food-modal__list {
  margin-bottom: 0 !important;
}

.page-food-modal__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 462px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-food-modal__thumb {
    padding-top: 62.4vw;
  }
}

.page-food-modal__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.page-food-modal .slick-prev:before,
.page-food-modal .slick-next:before {
  content: "";
}

.page-food-modal .slick-arw-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.page-food-modal .slick-next,
.page-food-modal .slick-prev {
  height: 51px;
  width: 26px;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .page-food-modal .slick-next,
  .page-food-modal .slick-prev {
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .page-food-modal .slick-next,
  .page-food-modal .slick-prev {
    height: 7.06667vw;
    width: 2.13333vw;
    z-index: 1;
  }
}

.page-food-modal .slick-next {
  right: -56px;
}

@media (max-width: 1024px) {
  .page-food-modal .slick-next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .page-food-modal .slick-next {
    right: 2.66667vw;
  }
}

.page-food-modal .slick-prev {
  left: -56px;
}

@media (max-width: 1024px) {
  .page-food-modal .slick-prev {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .page-food-modal .slick-prev {
    left: 2.66667vw;
  }
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes anime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes anime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/*  layout > stay
============================================================================================================ */
.page-contract__wrap {
  width: 750px;
  margin-top: 123px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

@media (max-width: 767px) {
  .page-contract__wrap {
    margin-top: 22.8vw;
    width: 89.33333vw;
  }
}

.page-contract__wrap.provisional h2 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
}

.page-contract__wrap.provisional p {
  font-size: 1rem;
  font-weight: 300;
}

.page-contract__wrap.provisional ul {
  margin-top: 0.5rem;
}

.page-contract__wrap.provisional li {
  font-size: 1rem;
  font-weight: 300;
}

.page-contract__wrap.provisional ol li {
  list-style: auto;
  margin-left: 1rem;
}

.page-contract__wrap.provisional ol li ol li {
  list-style-type: none;
  margin-left: 2rem;
  counter-increment: cnt;
  position: relative;
}

.page-contract__wrap.provisional ol li ol li:before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  margin-left: -3.8em;
  /* サイトに合せて調整 */
  width: 3.5em;
  /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.page-contract__wrap.provisional h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}

.page-contract__wrap.provisional table {
  width: 100%;
  display: block;
}

.page-contract__wrap.provisional table .txt-center {
  text-align: center;
}

.page-contract__wrap.provisional th {
  border-right: 1px solid #000000;
  padding: 0.1rem 1rem;
}

.page-contract__wrap.provisional th:last-of-type {
  border-right: none;
}

.page-contract__wrap.provisional tr {
  border: 1px solid #000000;
}

.page-contract__wrap.provisional tr td {
  border-right: 1px solid #000000;
  padding: 0.1rem 1rem;
}

.page-contract__wrap.provisional tr td:last-of-type {
  border-right: none;
}

@media (max-width: 767px) {
  .page-contract__wrap.provisional tr td {
    font-size: 0.9rem;
  }
}

/* layout > header-offsitemeeting
============================================================================== */
.offsitemeeting-header {
  width: 100%;
  height: 100px;
  background-color: #566F62;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 767px) {
  .offsitemeeting-header {
    height: 13.33333vw;
  }
}

.offsitemeeting-header.slideIn {
  top: -100px;
}

@media (max-width: 767px) {
  .offsitemeeting-header.slideIn {
    top: -13.33333vw;
  }
}

.offsitemeeting-header__inner {
  width: 100%;
  padding: 16px 30px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0px 0px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.6vw 0px 0px;
  }
}

.offsitemeeting-header__left {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44444;
  letter-spacing: .2em;
  text-align: center;
  color: white;
  display: block;
  position: relative;
}

@media (max-width: 1024px) {
  .offsitemeeting-header__left {
    font-size: 20px;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__left {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.offsitemeeting-header__left-middle {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-120%, -40%);
          transform: translate(-120%, -40%);
}

@media (max-width: 767px) {
  .offsitemeeting-header__left-middle {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

.offsitemeeting-header__left-middle:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(10%, -50%);
          transform: rotate(45deg) translate(10%, -50%);
}

@media (max-width: 767px) {
  .offsitemeeting-header__left-middle:before {
    width: 1.33333vw;
    height: 0.26667vw;
  }
}

.offsitemeeting-header__left-middle:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(135deg) translate(-10%, -50%);
          transform: rotate(135deg) translate(-10%, -50%);
}

@media (max-width: 767px) {
  .offsitemeeting-header__left-middle:after {
    width: 1.33333vw;
    height: 0.26667vw;
  }
}

.offsitemeeting-header__left-low {
  margin-top: 14px;
}

@media (max-width: 1024px) {
  .offsitemeeting-header__left-low {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__left-low {
    margin-top: 2vw;
  }
}

.offsitemeeting-header__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right {
    width: 581px;
    padding: 76px 0 155px;
    background-color: #91AFA0;
    -webkit-box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.16);
            box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 100px;
    right: 0;
    display: none;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right {
    width: 77.46667vw;
    padding: 10.13333vw 0 20.66667vw;
    -webkit-box-shadow: -0.53333vw 0px 0.8vw rgba(0, 0, 0, 0.16);
            box-shadow: -0.53333vw 0px 0.8vw rgba(0, 0, 0, 0.16);
    top: 13.33333vw;
  }
}

.offsitemeeting-header__right-nav {
  margin-right: 39px;
}

@media (max-width: 1100px) {
  .offsitemeeting-header__right-nav {
    margin-right: 28px;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-nav {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offsitemeeting-header__right-list {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
  letter-spacing: .1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-list {
    font-size: 26px;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-list {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.offsitemeeting-header__right-item:not(:last-of-type) {
  margin-right: 38px;
}

@media (max-width: 1100px) {
  .offsitemeeting-header__right-item:not(:last-of-type) {
    margin-right: 24px;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-item:not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-item:not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-item:not(:first-of-type) {
    margin-top: 71px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-item:not(:first-of-type) {
    margin-top: 9.46667vw;
  }
}

.offsitemeeting-header__right-item a {
  color: white;
  display: block;
}

.offsitemeeting-header__right-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
  text-align: center;
  letter-spacing: .1em;
  color: white;
  background-color: #F5924A;
  width: 143px;
  padding: 6px 5px 5px 15px;
  display: block;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-btn {
    font-size: 26px;
    line-height: 1;
    width: 363px;
    border-radius: 6px;
    padding: 15px 0 19px;
    margin: 66px auto 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-btn {
    font-size: 13px;
    font-size: 3.46667vw;
    width: 48.4vw;
    border-radius: 0.8vw;
    padding: 2vw 0 2.53333vw;
    margin: 8.8vw auto 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-external {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
    color: white;
    margin-top: 155px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-external {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 20.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-external a {
    display: block;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-external a:nth-of-type(2) {
    margin-top: 91px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-external a:nth-of-type(2) {
    margin-top: 12.13333vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__right-external a:nth-of-type(2):before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__right-external a:nth-of-type(2):before {
    content: "";
    width: 13.33333vw;
    height: 0.13333vw;
    top: -6.13333vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle {
    width: 56px;
    height: 46px;
    position: absolute;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__toggle {
    width: 7.46667vw;
    height: 6.13333vw;
    right: 3.6vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle.open span:first-of-type {
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle.open span:nth-of-type(2) {
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle.open span:last-of-type {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translateY(50%);
            transform: rotate(-45deg) translateY(50%);
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle span {
    width: 100%;
    height: 6px;
    background-color: white;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-header__toggle span {
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle span:first-of-type {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-header__toggle span:last-of-type {
    bottom: 0;
  }
}

/*  layout > footer-offsitemeeting
============================================================================================================ */
.offsitemeeting-footer {
  background: #55816F;
  color: white;
  text-align: center;
  padding-top: 41px;
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  .offsitemeeting-footer {
    padding-top: 8vw;
    padding-bottom: 5.33333vw;
  }
}

.offsitemeeting-footer__row {
  text-align: center;
}

.offsitemeeting-footer__row.link {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.link {
    margin-bottom: 6vw;
  }
}

.offsitemeeting-footer__row.link .offsitemeeting-footer__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 47px;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.link .offsitemeeting-footer__list {
    margin-right: 10vw;
  }
}

.offsitemeeting-footer__row.link .offsitemeeting-footer__item {
  font-size: 18px;
  font-size: 1.125em;
  letter-spacing: 0.2rem;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #ffffff;
  line-height: 26px;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.link .offsitemeeting-footer__item {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-right: 5.33333vw;
    padding-right: 3vw;
    border-right: 0.26667vw solid #ffffff;
    line-height: 5.33333vw;
  }
}

.offsitemeeting-footer__row.link .offsitemeeting-footer__item:first-of-type {
  padding-left: 0;
}

.offsitemeeting-footer__row.link .offsitemeeting-footer__item:last-of-type {
  padding-right: 0;
  border-right: none;
}

.offsitemeeting-footer__row.btn {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.btn {
    margin-bottom: 4vw;
  }
}

.offsitemeeting-footer__row.btn .offsitemeeting-footer__btn {
  font-size: 12px;
  font-size: 0.75em;
  display: inline-block;
  border: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.btn .offsitemeeting-footer__btn {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.offsitemeeting-footer__row.btn .offsitemeeting-footer__btn a {
  display: block;
  padding: 17px 40px;
  line-height: 1;
}

.offsitemeeting-footer__row.btn .offsitemeeting-footer__btn a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

.offsitemeeting-footer__row.txt p {
  font-size: 12px;
  font-size: 0.75em;
  letter-spacing: 0.095rem;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.txt p {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.offsitemeeting-footer__row.copyright small {
  font-size: 12px;
  font-size: 0.75em;
  letter-spacing: 0.095rem;
}

@media (max-width: 767px) {
  .offsitemeeting-footer__row.copyright small {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.fixed-btn__lp {
  position: fixed;
  bottom: 67px;
  right: 11px;
  width: 152px;
  z-index: 99999;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .fixed-btn__lp {
    width: 29.06667vw;
    bottom: 10.66667vw;
    right: 1.06667vw;
  }
}

.fixed-btn__lp::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: 6px;
  left: 47%;
  margin-right: 24px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

@media (max-width: 767px) {
  .fixed-btn__lp::before {
    border-width: 0 2.13333vw 2.66667vw 2.13333vw;
    top: 0.8vw;
  }
}

.fixed-btn__lp:hover::before {
  content: "";
  top: -5px;
}

@media (max-width: 767px) {
  .fixed-btn__lp:hover::before {
    top: 0.8vw;
  }
}

.fixed-btn__lp img {
  width: 100%;
}

.fixed-btn__lp--form {
  position: fixed;
  bottom: 83px;
  left: 0;
  width: 150px;
  z-index: 99999;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .fixed-btn__lp--form {
    width: 12.93333vw;
    bottom: 9.33333vw;
    left: 0;
  }
}

.fixed-btn__lp--form:hover .fixed-btn__lp--form-bg {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

@media (max-width: 767px) {
  .fixed-btn__lp--form:hover .fixed-btn__lp--form-bg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fixed-btn__lp--form:hover a {
  opacity: 1;
}

.fixed-btn__lp--form img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.fixed-btn__lp--form-bg {
  -webkit-box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.16);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
  width: 156px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
  border: #F5924A solid 3px;
  border-left: none;
}

@media (max-width: 767px) {
  .fixed-btn__lp--form-bg {
    border: #F5924A solid 0.8vw;
    border-left: none;
    width: 13.73333vw;
    height: 25.33333vw;
  }
}

/*  layout > offsitemeeting > offsitemeeting
============================================================================================================ */
.offsitemeeting-top__secttl-wrap {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -8px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__secttl-wrap {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap {
    width: 100%;
    margin-top: 0;
  }
}

.offsitemeeting-top__secttl-wrap.right {
  text-align: right;
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap.right .offsitemeeting-top__secttl {
    padding-right: 5vw;
  }
}

.offsitemeeting-top__secttl-wrap.right .offsitemeeting-top__secttl::before {
  left: 0;
}

.offsitemeeting-top__secttl-wrap.left {
  text-align: left;
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap.left {
    padding-left: 5vw;
  }
}

.offsitemeeting-top__secttl-wrap.left .offsitemeeting-top__secttl::before {
  right: 0;
}

.offsitemeeting-top__secttl-wrap.short {
  width: 522px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__secttl-wrap.short {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap.short {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.offsitemeeting-top__secttl-wrap.short.left {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap.short.left {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
}

.offsitemeeting-top__secttl-wrap.short.right {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap.short.right {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl-wrap.short .offsitemeeting-top__secttl::before {
    width: 100%;
  }
}

.offsitemeeting-top__secttl-wrap.green {
  color: #55816F;
}

.offsitemeeting-top__secttl-wrap.green .offsitemeeting-top__secttl::before {
  background: #55816F;
}

.offsitemeeting-top__secttl {
  font-size: 40px;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl {
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.8;
  }
}

.offsitemeeting-top__secttl::before {
  content: "";
  position: absolute;
  width: 200vh;
  height: 3px;
  bottom: 0;
  background: #ffffff;
}

@media (max-width: 767px) {
  .offsitemeeting-top__secttl::before {
    height: 0.7vw;
    bottom: -3vw;
  }
}

.offsitemeeting-top__kv {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv {
    margin-bottom: 26.66667vw;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.offsitemeeting-top__kv .offsitemeeting-top__img.leafbg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.offsitemeeting-top__kv .offsitemeeting-top__img.leafparts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
}

.offsitemeeting-top__kv .offsitemeeting-top__imgparts {
  position: absolute;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offsitemeeting-top__kv .offsitemeeting-top__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 46px;
  font-size: 2.875em;
  line-height: 1.52174;
  letter-spacing: 0.09em;
  width: 631px;
  height: 221px;
  border: 10px solid #ffffff;
  font-weight: 600;
  z-index: 100;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__txt {
    font-size: 23px;
    font-size: 6.13333vw;
    width: 87.73333vw;
    height: 32.4vw;
    border: 1.33333vw solid #ffffff;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__txt span {
    width: 76vw;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__txtbg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 631px;
  height: 221px;
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__txtbg {
    width: 87.73333vw;
    height: 32.4vw;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__txtbg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: url("./img/lp/offsitemeeting/img_kv.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.offsitemeeting-top__desc {
  padding-top: 200px;
  margin-top: -200px;
  margin-bottom: 146px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc {
    padding-top: 40vw;
    margin-top: -40vw;
    margin-bottom: 26vw;
  }
}

.offsitemeeting-top__desc .offsitemeeting-top__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 74px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc .offsitemeeting-top__cont {
    margin-top: 6vw;
  }
}

.offsitemeeting-top__desc .offsitemeeting-top__col.img {
  width: calc(calc(100% - 304px) / 2);
  height: 406px;
  position: relative;
}

@media (max-width: 1480px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.img {
    width: calc(calc(100% - 384px) / 2);
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.img {
    width: calc(calc(100% - 304px) / 2);
    height: 456px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.offsitemeeting-top__desc .offsitemeeting-top__col.img .offsitemeeting-top__img {
  height: 100%;
}

.offsitemeeting-top__desc .offsitemeeting-top__col.img .offsitemeeting-top__img.kaigi img {
  -o-object-position: top;
     object-position: top;
}

.offsitemeeting-top__desc .offsitemeeting-top__col.img .offsitemeeting-top__img.sen img {
  -o-object-position: bottom;
     object-position: bottom;
}

.offsitemeeting-top__desc .offsitemeeting-top__col.img .offsitemeeting-top__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 277px;
  height: auto;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.img .offsitemeeting-top__logo {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.img .offsitemeeting-top__logo {
    width: 36.93333vw;
  }
}

.offsitemeeting-top__desc .offsitemeeting-top__col.txt {
  font-size: 15px;
  font-size: 0.9375em;
  width: 304px;
  height: 406px;
  line-break: anywhere;
  text-align: justify;
  font-weight: 400;
  line-height: 2.33333;
  margin-top: -8px;
}

@media (max-width: 1480px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.txt {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.txt {
    width: 254px;
    height: 456px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col.txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
    height: auto;
    margin-right: 5.33333vw;
    margin-left: 5.33333vw;
    line-height: 2.07143;
    margin-bottom: 6vw;
    margin-top: 0;
  }
}

.offsitemeeting-top__desc .offsitemeeting-top__col:nth-of-type(1) {
  padding-right: 2.70088%;
}

@media (max-width: 1480px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col:nth-of-type(1) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.offsitemeeting-top__desc .offsitemeeting-top__col:nth-of-type(3) {
  padding-left: 2.70088%;
}

@media (max-width: 1480px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col:nth-of-type(3) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__desc .offsitemeeting-top__col:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.offsitemeeting-top__problem {
  margin-bottom: 173px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem {
    margin-bottom: 24vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__txtwrap {
  width: 1062px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__problem .offsitemeeting-top__txtwrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__txtwrap {
    width: 89.33333vw;
    margin-top: 5vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__txtwrap .offsitemeeting-top__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  width: 580px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__problem .offsitemeeting-top__txtwrap .offsitemeeting-top__txt {
    width: 67%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__txtwrap .offsitemeeting-top__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1220px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__problem .offsitemeeting-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__list {
    max-width: 85.33333vw;
    margin-top: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item {
  max-width: 380px;
  width: 100%;
  height: 260px;
  margin-right: 40px;
  -webkit-box-shadow: 0 3px 17px 0 rgba(26, 26, 26, 0.2);
  box-shadow: 0 3px 17px 0 rgba(26, 26, 26, 0.2);
  border: 15px solid #ffffff;
  position: relative;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item {
    max-width: 80%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item {
    max-width: 85.33333vw;
    height: 61.33333vw;
    margin-right: 0;
    margin-bottom: 8vw;
    border: 2.66667vw solid #ffffff;
    -webkit-box-shadow: 0 0.4vw 2.13333vw 0 rgba(26, 26, 26, 0.2);
    box-shadow: 0 0.4vw 2.13333vw 0 rgba(26, 26, 26, 0.2);
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item:nth-of-type(1) .offsitemeeting-top__ttl {
  background: url("./img/lp/offsitemeeting/img_leaf1.png") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item:nth-of-type(1) .offsitemeeting-top__ttl {
    width: 76vw;
    height: 29vw;
    top: -7vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item:nth-of-type(2) .offsitemeeting-top__ttl {
  background: url("./img/lp/offsitemeeting/img_leaf2.png") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item:nth-of-type(2) .offsitemeeting-top__ttl {
    width: 68vw;
    height: 24vw;
    top: -6vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type {
    margin-bottom: 0;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type .offsitemeeting-top__ttl {
  background: url("./img/lp/offsitemeeting/img_leaf3.png") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type .offsitemeeting-top__ttl {
    background: url("./img/lp/offsitemeeting/img_leaf3-sp.png") no-repeat 0 0;
    background-size: cover;
    width: 80vw;
    height: 20.66667vw;
    top: -3vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type .offsitemeeting-top__ttl span:nth-of-type(1) {
    margin-top: 3vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type .offsitemeeting-top__txtbox {
  padding-top: 97px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item:last-of-type .offsitemeeting-top__txtbox {
    padding-top: 24vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__txtbox {
  padding: 107px 16px 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__txtbox {
    padding: 29vw 4vw 4.8vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__txt {
  font-size: 17px;
  font-size: 1.0625em;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__txt {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 0;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 350px;
  height: 127px;
  top: -30px;
}

.offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__ttl span {
  display: block;
}

.offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__ttl span:nth-of-type(1) {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__ttl span:nth-of-type(1) {
    font-size: 16.5px;
    font-size: 4.4vw;
    margin-top: 6vw;
  }
}

.offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__ttl span:nth-of-type(2) {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 0;
}

@media (max-width: 767px) {
  .offsitemeeting-top__problem .offsitemeeting-top__item .offsitemeeting-top__ttl span:nth-of-type(2) {
    font-size: 40.5px;
    font-size: 10.8vw;
  }
}

.offsitemeeting-top__merit {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit {
    margin-bottom: 19vw;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__list {
  max-width: 860px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__merit .offsitemeeting-top__list {
    max-width: none;
    width: 95%;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__list {
    max-width: 89.33333vw;
    width: 100%;
    margin-top: 7vw;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12vw;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__item:nth-of-type(even) .offsitemeeting-top__img {
  margin-left: 30px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__item:nth-of-type(even) .offsitemeeting-top__img {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__item:nth-of-type(even) .offsitemeeting-top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__item:nth-of-type(even) .offsitemeeting-top__ttl {
    margin-right: 3vw;
    margin-left: 0;
    text-align: right;
    letter-spacing: 0;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__inner .offsitemeeting-top__img {
  width: 240px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__inner .offsitemeeting-top__img {
    width: 41.6vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__inner:nth-of-type(2) {
  width: 590px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__inner:nth-of-type(2) {
    width: 89.33333vw;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__ttl {
  font-size: 20px;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 37px;
  margin-top: -12px;
  line-height: 2.33333;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__ttl {
    font-size: 17px;
    font-size: 4.53333vw;
    margin-left: 3vw;
    margin-bottom: 0;
    text-align: left;
  }
}

.offsitemeeting-top__merit .offsitemeeting-top__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  text-align: justify;
}

@media (max-width: 767px) {
  .offsitemeeting-top__merit .offsitemeeting-top__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.offsitemeeting-top__flow {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow {
    padding-top: 13.33333vw;
    margin-top: -13.33333vw;
  }
}

.offsitemeeting-top__flow-inner {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow-inner {
    padding-top: 6.66667vw;
    padding-bottom: 20vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__wrap.flow {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__flow .offsitemeeting-top__wrap.flow {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__wrap.flow {
    width: 59.73333vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__wrap.txt {
  width: 524px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__wrap.txt {
    width: 74.66667vw;
    margin-top: 14vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1220px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 52px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__flow .offsitemeeting-top__list {
    max-width: 730px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    margin-top: 10.93333vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__item {
  max-width: 210px;
  width: 100%;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__item {
    max-width: none;
    margin-bottom: 29vw;
    position: relative;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__item::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 12.53333vw;
    height: 10.93333vw;
    background: url("./img/lp/offsitemeeting/icn_flow-arw-sp.svg") no-repeat 0 0;
    background-size: cover;
    bottom: -17.6vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__item:nth-of-type(1) .offsitemeeting-top__img::before {
  right: -55px;
}

.offsitemeeting-top__flow .offsitemeeting-top__item:nth-of-type(2) .offsitemeeting-top__img::before {
  right: -51px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__item:last-of-type {
    margin-bottom: 0;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__item:last-of-type::before {
  content: none;
}

.offsitemeeting-top__flow .offsitemeeting-top__item:last-of-type .offsitemeeting-top__img::before {
  content: none;
}

.offsitemeeting-top__flow .offsitemeeting-top__img {
  max-width: 210px;
  width: 100%;
  position: relative;
  margin-bottom: 41px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__img {
    max-width: none;
    margin-bottom: 14.66667vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__img::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 38px;
  background: url("./img/lp/offsitemeeting/icn_flow-arw.svg") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__img::before {
    content: none;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__txt {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  text-align: justify;
  color: #1A1A1A;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.offsitemeeting-top__flow .offsitemeeting-top__txt a {
  text-decoration: underline;
}

.offsitemeeting-top__flow .offsitemeeting-top__btn {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .offsitemeeting-top__flow .offsitemeeting-top__btn {
    margin-top: 8vw;
  }
}

.offsitemeeting-top__case {
  background-color: white;
  padding-bottom: 96px;
}

.offsitemeeting-top__case .offsitemeeting-top__wrap {
  width: 768px;
  margin: 0 auto;
  color: black;
}

@media (max-width: 767px) {
  .offsitemeeting-top__case .offsitemeeting-top__wrap {
    width: 89.33333vw;
  }
}

.offsitemeeting-top__case .offsitemeeting-top__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.33333;
  width: 345px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__case .offsitemeeting-top__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    width: 100%;
  }
}

.offsitemeeting-top__case .offsitemeeting-top__inner {
  margin-top: 81px;
  position: relative;
}

@media (max-width: 767px) {
  .offsitemeeting-top__case .offsitemeeting-top__inner {
    margin-top: 5.6vw;
  }
}

.offsitemeeting-top__case.first {
  padding-bottom: 187px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.first {
    padding-bottom: 124px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.first {
    padding-bottom: 16.53333vw;
  }
}

.offsitemeeting-top__case.first .offsitemeeting-top__case-article {
  width: 420px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(3%, -53%);
          transform: translate(3%, -53%);
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.first .offsitemeeting-top__case-article {
    width: 534px;
    margin: 72px auto 0;
    position: static;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.first .offsitemeeting-top__case-article {
    width: 71.2vw;
    margin: 9.6vw auto 0;
    position: static;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.offsitemeeting-top__case.first .offsitemeeting-article {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.first .offsitemeeting-article:not(:first-of-type) {
    margin-top: 97px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.first .offsitemeeting-article:not(:first-of-type) {
    margin-top: 12.93333vw;
  }
}

.offsitemeeting-top__case.first .offsitemeeting-article__high {
  width: 100%;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.first .offsitemeeting-article__high {
    width: 480px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.first .offsitemeeting-article__high {
    width: 64vw;
  }
}

.offsitemeeting-top__case.first .offsitemeeting-article__thumb {
  width: 100%;
  height: 246px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.first .offsitemeeting-article__thumb {
    width: 480px;
    height: 320px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.first .offsitemeeting-article__thumb {
    width: 64vw;
    height: 42.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.second {
    padding-bottom: 97px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.second {
    padding-bottom: 12.93333vw;
  }
}

.offsitemeeting-top__case.second__case-article {
  width: 420px;
  margin: 0;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.second__case-article {
    width: 534px;
    margin: 72px auto 0;
    position: static;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.second__case-article {
    width: 71.2vw;
    margin: 9.6vw auto 0;
    position: static;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.offsitemeeting-top__case.second .offsitemeeting-article {
  width: 420px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.second .offsitemeeting-article {
    width: 100%;
  }
}

.offsitemeeting-top__case.second .offsitemeeting-article:not(:last-of-type) {
  margin-right: 40px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.second .offsitemeeting-article:not(:last-of-type) {
    margin-right: 0;
  }
}

.offsitemeeting-top__case.second .offsitemeeting-article:nth-of-type(2) {
  margin-right: 0px;
}

.offsitemeeting-top__case.second .offsitemeeting-article__high {
  width: 100%;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.second .offsitemeeting-article__high {
    width: 480px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.second .offsitemeeting-article__high {
    width: 64vw;
  }
}

.offsitemeeting-top__case.second .offsitemeeting-article__thumb {
  width: 100%;
  height: 246px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.second .offsitemeeting-article__thumb {
    width: 480px;
    height: 320px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.second .offsitemeeting-article__thumb {
    width: 64vw;
    height: 42.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case.third {
    padding-bottom: 97px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case.third {
    padding-bottom: 12.93333vw;
  }
}

.offsitemeeting-top__case-article {
  width: 900px;
  margin: 43px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article {
    width: 534px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 72px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article {
    width: 71.2vw;
    margin-top: 9.6vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article:not(:first-of-type) {
    margin-top: 97px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article:not(:first-of-type) {
    margin-top: 12.93333vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__high {
    width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__high {
    width: 64vw;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__cat {
    font-size: 24px;
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__cat {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.06667vw 2.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__time {
    font-size: 24px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__time {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 1.06667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__low {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__low {
    margin-top: 2.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__thumb {
    width: 480px;
    height: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__thumb {
    width: 64vw;
    height: 42.66667vw;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__detail {
    width: 100%;
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__detail {
    width: 100%;
    margin-top: 6.4vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__ttl {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.61538;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case-article .offsitemeeting-article__ttl {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.offsitemeeting-top__case .mod-lp-btn {
  font-size: 18px;
  line-height: 1.94444;
  color: white;
  display: block;
  width: 230px;
  padding: 11px 0 8px;
  margin-top: 47px;
  border: none;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__case .mod-lp-btn {
    font-size: 26px;
    line-height: 1.34615;
    width: 618px;
    padding: 29px 0 26px;
    margin-top: 86px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__case .mod-lp-btn {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.34615;
    width: 82.4vw;
    padding: 3.86667vw 0 3.46667vw;
    margin-top: 11.46667vw;
  }
}

.offsitemeeting-top__model-plan {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__model-plan {
    padding-top: 13.33333vw;
    margin-top: -13.33333vw;
  }
}

.offsitemeeting-top__model-plan-inner {
  position: relative;
}

.offsitemeeting-top__model-plan .offsitemeeting-top__secttl-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  top: 48px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__secttl-wrap {
    top: 6vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__secttl:before {
    right: -15vw;
  }
}

.offsitemeeting-top__model-plan .offsitemeeting-top__imginner {
  position: relative;
  overflow: hidden;
}

.offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__ttl {
  width: 370px;
}

@media (max-width: 1200px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__ttl {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__ttl {
    width: 39vw;
  }
}

.offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__bg01 {
  top: -25%;
}

@media screen and (max-width: 1780px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__bg01 {
    top: -20%;
  }
}

@media screen and (max-width: 1580px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__bg01 {
    top: -15%;
  }
}

@media screen and (max-width: 1380px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__bg01 {
    top: -10%;
  }
}

@media screen and (max-width: 1280px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day1 .offsitemeeting-top__bg01 {
    top: 0;
  }
}

.offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__ttl {
  width: 374px;
}

@media (max-width: 1200px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__ttl {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__ttl {
    width: 41vw;
  }
}

.offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__bg01 {
  top: -15%;
}

@media screen and (max-width: 1580px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__bg01 {
    top: -10%;
  }
}

@media screen and (max-width: 1380px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__bg01 {
    top: -5%;
  }
}

@media screen and (max-width: 1280px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__imginner.day2 .offsitemeeting-top__bg01 {
    top: 0;
  }
}

.offsitemeeting-top__model-plan .offsitemeeting-top__img {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 9;
  position: relative;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__img {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__model-plan .offsitemeeting-top__img {
    max-width: none;
  }
}

.offsitemeeting-top__model-plan .offsitemeeting-top__ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.offsitemeeting-top__model-plan .offsitemeeting-top__bg-color {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
}

.offsitemeeting-top__model-plan .offsitemeeting-top__bg-color::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #94BEC1;
}

.offsitemeeting-top__model-plan .offsitemeeting-top__bg01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  top: 0;
  width: 100%;
}

.offsitemeeting-top__model-plan .offsitemeeting-top__bg02 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.offsitemeeting-top__price {
  padding-top: 50px;
  padding-bottom: 120px;
  background: url("./img/lp/offsitemeeting/bg_price.jpg") no-repeat 0 0;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price {
    padding-top: 6.66667vw;
    padding-bottom: 47vw;
    background: url("./img/lp/offsitemeeting/bg_price-sp.jpg") no-repeat 0 0;
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__secttl {
    padding-right: 7vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__price .offsitemeeting-top__secttl span {
    width: 1em;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__box {
  width: 531px;
  height: 369px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  background: url("./img/lp/offsitemeeting/bg_price-box.png") no-repeat 0 0;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__box {
    width: 70vw;
    height: 50vw;
    margin-top: 28vw;
    background: url("./img/lp/offsitemeeting/bg_price-box-sp.png") no-repeat 0 0;
    background-size: cover;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__boxinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__boxinner {
    width: 100%;
    left: 54%;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt {
  color: #566F62;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt {
    margin-top: 0;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate {
    margin-top: 0;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate span:nth-of-type(1) {
  font-size: 15px;
  font-size: 0.9375em;
  display: block;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate span:nth-of-type(1) {
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: 2.5vw;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate span:nth-of-type(2) {
  font-size: 32px;
  font-size: 2em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate span:nth-of-type(2) {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate span:nth-of-type(3) {
  font-size: 16px;
  font-size: 1em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.regular-ate span:nth-of-type(3) {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee {
    margin-top: 6vw;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee span:nth-of-type(1) {
  font-size: 15px;
  font-size: 0.9375em;
  display: block;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee span:nth-of-type(1) {
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: 2.5vw;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee span:nth-of-type(2) {
  font-size: 20px;
  font-size: 1.25em;
  margin-left: -5px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee span:nth-of-type(2) {
    font-size: 21px;
    font-size: 5.6vw;
    margin-left: 0;
  }
}

.offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee span:nth-of-type(3) {
  font-size: 12px;
  font-size: 0.75em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__price .offsitemeeting-top__txt.additional-fee span:nth-of-type(3) {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.offsitemeeting-top__cv-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("./img/lp/offsitemeeting/bg_cv-area.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.offsitemeeting-top__cv-area#offsitemeetingCvarea01 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__cv-area#offsitemeetingCvarea01 {
    margin-bottom: 13.33333vw;
  }
}

.offsitemeeting-top__cv-area#offsitemeetingCvarea02 {
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__cv-area#offsitemeetingCvarea02 {
    margin-bottom: 26.66667vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__cv-area {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__cv-area .offsitemeeting-top__wrap {
    width: 74.66667vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.offsitemeeting-top__cv-area .offsitemeeting-top__txt {
  font-size: 20px;
  color: #1A1A1A;
  text-align: center;
  font-weight: 400;
  margin-bottom: 63px;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__cv-area .offsitemeeting-top__txt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__cv-area .offsitemeeting-top__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 9.33333vw;
    text-align: justify;
  }
}

.offsitemeeting-top__cv-area .offsitemeeting-top__btn {
  text-align: center;
  font-size: 18px;
  font-size: 1.125em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__cv-area .offsitemeeting-top__btn {
    font-size: 15px;
    font-size: 4vw;
  }
}

.offsitemeeting-top__link {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__link {
    margin-bottom: 33vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__link .offsitemeeting-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__inner {
  max-width: 49.60938%;
  width: 100%;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__link .offsitemeeting-top__inner {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__inner {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-top__link .offsitemeeting-top__inner.kaigi {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__inner.kaigi {
    margin-top: 18vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__inner.kaigi .offsitemeeting-top__ttl {
  margin-right: 1em;
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__inner.kaigi .offsitemeeting-top__txtbox {
    bottom: -68vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__inner.kaigi .offsitemeeting-top__txt {
    margin-bottom: 6vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__imginner {
  margin-bottom: 245px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__link .offsitemeeting-top__imginner {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__imginner {
    margin-bottom: 62.66667vw;
    margin-top: 6vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__txtbox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -245px;
  width: 399px;
  background: rgba(255, 255, 255, 0.7);
  color: #1A1A1A;
  font-weight: 400;
  padding: 30px 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__link .offsitemeeting-top__txtbox {
    bottom: -150px;
    width: 700px;
    padding: 20px 20px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__txtbox {
    width: 85.33333vw;
    bottom: -62.66667vw;
    padding: 4vw 5vw 5vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__txt {
  font-size: 15px;
  font-size: 0.9375em;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .offsitemeeting-top__link .offsitemeeting-top__txt {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 8vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__btn {
  font-size: 15px;
  font-size: 0.9375em;
  color: #566F62;
  font-weight: 600;
  letter-spacing: 0.1rem;
  background: #ffffff;
  border: 5px solid #566F62;
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 219px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__btn {
    font-size: 14px;
    font-size: 3.73333vw;
    border: 1.06667vw solid #566F62;
    width: 52.53333vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__btn a {
  display: block;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__btn a {
    padding: 4vw 0;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 2px;
  left: 183px;
  z-index: 1;
  pointer-events: none;
  background: #566F62;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__btn::before {
    width: 14.66667vw;
    height: 0.53333vw;
    left: 46vw;
    border-radius: 0.53333vw;
  }
}

.offsitemeeting-top__link .offsitemeeting-top__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 40%;
  left: 219px;
  width: 12px;
  height: 2px;
  background: #566F62;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  border-radius: 2px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__link .offsitemeeting-top__btn::after {
    left: 57vw;
    top: 39%;
    width: 4vw;
    height: 0.53333vw;
    border-radius: 0.53333vw;
  }
}

.offsitemeeting-top__faq {
  padding-top: 150px;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__faq {
    padding-top: 20vw;
    margin-top: -20vw;
  }
}

.offsitemeeting-top__faq .offsitemeeting-top__wrap {
  width: 646px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__faq .offsitemeeting-top__wrap {
    width: 89.33333vw;
    margin-top: 7vw;
    margin-bottom: 26.66667vw;
  }
}

.offsitemeeting-top__faq .offsitemeeting-top__group {
  margin-top: 0;
  border-top: solid 1px #ffffff;
}

.offsitemeeting-top__faq .offsitemeeting-top__item {
  border-bottom: solid 1px #ffffff;
}

.offsitemeeting-top__faq .offsitemeeting-top__lists:not(:first-of-type) {
  border-top: solid 1px #ffffff;
}

.offsitemeeting-top__faq .offsitemeeting-top__list.question span {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__faq .offsitemeeting-top__list.question span {
    margin-right: 1.33333vw;
  }
}

.offsitemeeting-top__faq .offsitemeeting-top__list.answer span {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .offsitemeeting-top__faq .offsitemeeting-top__list.answer span {
    margin-right: 1.86667vw;
  }
}

.offsitemeeting-top__faq .offsitemeeting-top__txt a {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}

.offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts01 {
  top: 0;
  left: 0;
  -webkit-animation: leaf-move-anime01 5.5s ease-in-out 0.5s forwards;
          animation: leaf-move-anime01 5.5s ease-in-out 0.5s forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts01 {
    -webkit-animation: leaf-move-anime01-sp 5.5s ease-in-out 0.5s forwards;
            animation: leaf-move-anime01-sp 5.5s ease-in-out 0.5s forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts02 {
  top: 0;
  right: 0;
  -webkit-animation: leaf-move-anime02 5.5s ease-in-out 0.5s forwards;
          animation: leaf-move-anime02 5.5s ease-in-out 0.5s forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts02 {
    -webkit-animation: leaf-move-anime02-sp 5.5s ease-in-out 0.5s forwards;
            animation: leaf-move-anime02-sp 5.5s ease-in-out 0.5s forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts03 {
  bottom: 0;
  left: 0;
  -webkit-animation: leaf-move-anime03 5.5s ease-in-out 0.5s forwards;
          animation: leaf-move-anime03 5.5s ease-in-out 0.5s forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts03 {
    -webkit-animation: leaf-move-anime03-sp 5.5s ease-in-out 0.5s forwards;
            animation: leaf-move-anime03-sp 5.5s ease-in-out 0.5s forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts04 {
  bottom: 0;
  right: 0;
  -webkit-animation: leaf-move-anime04 5.5s ease-in-out 0.5s forwards;
          animation: leaf-move-anime04 5.5s ease-in-out 0.5s forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts04 {
    -webkit-animation: leaf-move-anime04-sp 5.5s ease-in-out 0.5s forwards;
            animation: leaf-move-anime04-sp 5.5s ease-in-out 0.5s forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.offsitemeeting-top__kv .offsitemeeting-top__txtbg {
  -webkit-animation: bg-move-anime 2s ease-in-out 0.5s forwards;
          animation: bg-move-anime 2s ease-in-out 0.5s forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  will-change: contents;
}

@media (max-width: 767px) {
  .offsitemeeting-top__kv .offsitemeeting-top__txtbg {
    -webkit-animation: bg-move-anime-sp 2s ease-in-out 0.5s forwards;
            animation: bg-move-anime-sp 2s ease-in-out 0.5s forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    will-change: contents;
  }
}

html.wf-active.load-active .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts01 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

html.wf-active.load-active .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts02 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

html.wf-active.load-active .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts03 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

html.wf-active.load-active .offsitemeeting-top__kv .offsitemeeting-top__imgparts.leafparts04 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

html.wf-active.load-active .offsitemeeting-top__kv .offsitemeeting-top__txtbg {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes leaf-move-anime01 {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -30%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime01 {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -30%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime01-sp {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -10%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime01-sp {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -10%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime02 {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -30%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime02 {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -30%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime02-sp {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -10%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime02-sp {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    top: -10%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime03 {
  0% {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -30%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime03 {
  0% {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -30%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime03-sp {
  0% {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -10%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime03-sp {
  0% {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -10%;
    left: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime04 {
  0% {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -30%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime04 {
  0% {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -30%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes leaf-move-anime04-sp {
  0% {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -10%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaf-move-anime04-sp {
  0% {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    bottom: -10%;
    right: -100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bg-move-anime {
  100% {
    width: 100vw;
    height: 100vh;
  }
}

@keyframes bg-move-anime {
  100% {
    width: 100vw;
    height: 100vh;
  }
}

@-webkit-keyframes bg-move-anime-sp {
  50% {
    width: 100vw;
  }
  100% {
    width: 100vw;
    height: 100vh;
  }
}

@keyframes bg-move-anime-sp {
  50% {
    width: 100vw;
  }
  100% {
    width: 100vw;
    height: 100vh;
  }
}

.offsitemeeting-top__btn:hover::before {
  -webkit-animation: btn-move-anime01 0.6s ease-in-out alternate infinite;
          animation: btn-move-anime01 0.6s ease-in-out alternate infinite;
}

@media (max-width: 767px) {
  .offsitemeeting-top__btn:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}

.offsitemeeting-top__btn:hover::after {
  -webkit-animation: btn-move-anime02 0.6s ease-in-out alternate infinite;
          animation: btn-move-anime02 0.6s ease-in-out alternate infinite;
}

@media (max-width: 767px) {
  .offsitemeeting-top__btn:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes btn-move-anime01 {
  0% {
    width: 48px;
  }
  100% {
    width: 68px;
  }
}

@keyframes btn-move-anime01 {
  0% {
    width: 48px;
  }
  100% {
    width: 68px;
  }
}

@-webkit-keyframes btn-move-anime02 {
  0% {
    left: 219px;
  }
  100% {
    left: 239px;
  }
}

@keyframes btn-move-anime02 {
  0% {
    left: 219px;
  }
  100% {
    left: 239px;
  }
}

.anime-fadeIn {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
}

.anime-fadeIn[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 
//タイトル（左）
.anime-slideIn-l{
  position: relative;
  opacity: 0;
}
.anime-slideIn-l[data-emergence=visible] {
  animation: slideIn-l 2s ease-in-out 0s forwards;
  @include mq_sp {
    animation: slideIn-l 1.5s ease-in-out 0s forwards;
  }
}
@keyframes slideIn-l {
  0% {
    left: -100%;
    opacity: 0;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
//モデルプラン
.offsitemeeting-top__model-plan .anime-slideIn-l{
  position: absolute;
}
.offsitemeeting-top__model-plan .anime-slideIn-l[data-emergence=visible] {
  animation: slideIn-l-model 2s ease-in-out 0s forwards;
  @include mq_sp {
    animation: slideIn-l-model 1.5s ease-in-out 0s forwards;
  }
}
@keyframes slideIn-l-model {
  0% {
    left: 0%;
    opacity: 0;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

//タイトル（右）
.anime-slideIn-r{
  position: relative;
  opacity: 0;
}
.anime-slideIn-r[data-emergence=visible] {
  animation: slideIn-r 2s ease-in-out 0s forwards;
  @include mq_sp {
    animation: slideIn-r 1.5s ease-in-out 0s forwards;
  }
}
@keyframes slideIn-r {
  0% {
    right: -100%;
    opacity: 0;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}

//リンクエリア
.offsitemeeting-top__link .anime-slideIn-l{
  position: relative;
  opacity: 0;
}
.offsitemeeting-top__link .anime-slideIn-r{
  position: relative;
  opacity: 0;
}
.offsitemeeting-top__link .anime-slideIn-l[data-emergence=visible] {
  animation: slideIn-l 2s ease-in-out 0s forwards;
  @include mq_sp {
    animation: fadeIn 0.6s ease-in-out 0s forwards;
  }
}
.offsitemeeting-top__link .anime-slideIn-r[data-emergence=visible] {
  animation: slideIn-r 2s ease-in-out 0s forwards;
  @include mq_sp {
    animation: fadeIn 0.6s ease-in-out 0s forwards;
  }
} */
.offsitemeeting-sub__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.725;
  letter-spacing: .1em;
  color: #566F62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .offsitemeeting-sub__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.72;
  }
}

.offsitemeeting-sub__ttl span {
  position: relative;
}

.offsitemeeting-sub__ttl span:before {
  content: "";
  width: calc(100% - 67px);
  height: 3px;
  background-color: #566F62;
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .offsitemeeting-sub__ttl span:before {
    width: calc(100% - 4.26667vw);
    height: 0.4vw;
    bottom: -3.33333vw;
  }
}

.offsitemeeting-archive__list {
  width: 905px;
  margin: 94px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-archive__list {
    width: 536px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__list {
    width: 69.33333vw;
    margin-top: 16.4vw;
  }
}

.offsitemeeting-archive__item {
  color: #566F62;
  width: 165px;
  border: solid 2px #566F62;
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item {
    width: 33.33333vw;
    border: solid 0.26667vw #566F62;
  }
}

.offsitemeeting-archive__item:not(:nth-of-type(5n)) {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .offsitemeeting-archive__item:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-archive__item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item:first-of-type {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item:nth-of-type(2n) {
    margin-right: 2.66667vw;
  }
}

.offsitemeeting-archive__item:nth-of-type(n + 6) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item:nth-of-type(n + 6) {
    margin-top: 2.66667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-archive__item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item:nth-of-type(n + 4) {
    margin-top: 2.66667vw;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item:nth-of-type(n + 2) {
    margin-top: 2.66667vw;
  }
}

.offsitemeeting-archive__item:last-of-type {
  margin-right: 0;
}

.offsitemeeting-archive__item.current a {
  color: white;
  background-color: #566F62;
}

.offsitemeeting-archive__item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #91AFA0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 47.2px;
  padding: 4px 12px;
}

@media (max-width: 767px) {
  .offsitemeeting-archive__item a {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.20833;
    padding: 0.93333vw 1.33333vw 1.33333vw;
    min-height: 10vw;
  }
}

.offsitemeeting-archive__article {
  width: 900px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .offsitemeeting-archive__article {
    width: 590px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-archive__article {
    width: 89.33333vw;
    margin-top: 13.73333vw;
  }
}

.offsitemeeting-archive__moreBtn {
  margin-top: 98px;
}

@media (max-width: 767px) {
  .offsitemeeting-archive__moreBtn {
    margin-top: 13.06667vw;
  }
}

.offsitemeeting-archive__back {
  margin-top: 71px;
}

@media (max-width: 767px) {
  .offsitemeeting-archive__back {
    margin-top: 13.33333vw;
  }
}

.offsitemeeting-archive .mod-lp-btn {
  font-size: 18px;
  line-height: 1.94444;
  color: white;
  display: block;
  padding: 16px 0 15px;
  border: none;
}

@media (max-width: 767px) {
  .offsitemeeting-archive .mod-lp-btn {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.34615;
    width: 82.4vw;
    padding: 3.86667vw 0 3.46667vw;
  }
}

.offsitemeeting-article {
  width: 280px;
}

@media (max-width: 767px) {
  .offsitemeeting-article {
    width: 42.66667vw;
  }
}

.offsitemeeting-article:not(:nth-of-type(3n)) {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .offsitemeeting-article:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-article:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-article:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-article:not(:nth-of-type(2n)) {
    margin-right: 4vw;
  }
}

.offsitemeeting-article:nth-of-type(n+4) {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .offsitemeeting-article:nth-of-type(n+4) {
    margin-top: 9.46667vw;
  }
}

@media (max-width: 1024px) {
  .offsitemeeting-article:nth-of-type(n+3) {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-article:nth-of-type(n+3) {
    margin-top: 9.46667vw;
  }
}

.offsitemeeting-article__high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .offsitemeeting-article__high {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .offsitemeeting-article__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1.2vw;
  }
}

.offsitemeeting-article__cat {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 10px;
  background: #F5924A;
  margin-right: 70px;
}

@media (max-width: 767px) {
  .offsitemeeting-article__cat {
    font-size: 11px;
    font-size: 2.93333vw;
    padding: 0.26667vw 2vw 0.8vw;
    margin-right: 2.66667vw;
  }
}

.offsitemeeting-article__time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #1A1A1A;
}

@media (max-width: 767px) {
  .offsitemeeting-article__time {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.offsitemeeting-article__thumb {
  width: 100%;
  height: 164px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .offsitemeeting-article__thumb {
    width: 100%;
    height: 32vw;
    margin-top: 0;
  }
}

.offsitemeeting-article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .offsitemeeting-article__detail {
    width: 44.8vw;
  }
}

.offsitemeeting-article__ttl {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #566F62;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .offsitemeeting-article__ttl {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.58333;
    margin-top: 1.2vw;
    -webkit-line-clamp: 3;
  }
}

.offsitemeeting-article__txt {
  font-size: 16px;
  line-height: 1.75;
  color: #566F62;
  font-weight: 200;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .offsitemeeting-article__txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.58333;
    margin-top: 1.6vw;
    -webkit-line-clamp: 3;
  }
}

/*  layout > offsitemeeting > form
============================================================================================================ */
.common-offsitemeeting-form {
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .common-offsitemeeting-form {
    width: 82.13333vw;
    margin-bottom: 26.66667vw;
  }
}

.common-offsitemeeting-form__wrap.desc {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .common-offsitemeeting-form__wrap.desc {
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: left;
  }
}

.common-offsitemeeting-form__wrap.desc p {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .common-offsitemeeting-form__wrap.desc p {
    margin-bottom: 10.66667vw;
  }
}

.common-offsitemeeting-form__wrap.desc small {
  font-size: 11px;
  font-size: 0.6875em;
  text-align: left;
  display: block;
}

@media (max-width: 767px) {
  .common-offsitemeeting-form__wrap.desc small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.common-offsitemeeting-form__wrap.form {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .common-offsitemeeting-form__wrap.form {
    margin-top: 8vw;
  }
}

.lp-form .space-1rem {
  display: inline-block;
  width: 1rem;
}

@media (max-width: 767px) {
  .lp-form .space-1rem {
    width: 1rem;
  }
}

.lp-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .lp-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8vw;
  }
}

.lp-form__row.content {
  margin-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lp-form__row.agree {
  margin-right: auto;
  margin-left: auto;
  width: 280px;
  margin-top: 70px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .lp-form__row.agree {
    width: 100%;
    margin-top: 10.66667vw;
    margin-bottom: 20vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lp-form__row.agree .form-agree__txt {
  margin-right: -10px;
}

@media (max-width: 767px) {
  .lp-form__row.agree .form-agree__txt {
    margin-right: -0.66667vw;
  }
}

.lp-form__row.agree .lp-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 50px;
  background: #ffffff;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}

@media (max-width: 767px) {
  .lp-form__row.agree .lp-form__wrap {
    padding: 6.66667vw;
    border: 0.26667vw solid #1A1A1A;
  }
}

.lp-form__row.agree .lp-form__wrap a {
  color: #2E79F0;
}

.lp-form__row.agree #form-agree-1 {
  margin-right: 14px;
}

@media (max-width: 767px) {
  .lp-form__row.agree #form-agree-1 {
    margin-right: 5.33333vw;
  }
}

.lp-form__row.industry .lp-form__col.radio {
  width: 340px;
}

@media (max-width: 767px) {
  .lp-form__row.industry .lp-form__col.radio {
    width: 100%;
  }
}

.lp-form__row.industry .lp-form__col.radio .horizontal-item + .horizontal-item {
  margin-left: 33px;
}

@media (max-width: 767px) {
  .lp-form__row.industry .lp-form__col.radio .horizontal-item + .horizontal-item {
    margin-left: 6.66667vw;
  }
}

.lp-form__row.industry .lp-form__col.radio .mwform-radio-field::before {
  margin-right: 10px;
}

.lp-form__row.industry .lp-form__col.radio .mwform-radio-field:nth-of-type(4) {
  margin-left: 0;
}

.lp-form__row.industry .lp-form__col.radio label {
  position: relative;
}

.lp-form__row.industry .lp-form__col.radio label:hover {
  cursor: pointer;
}

.lp-form__row.industry .lp-form__col.radio label input[type="radio"] {
  bottom: 0;
}

.lp-form__col:nth-of-type(1) {
  width: calc(100% - 453px);
}

@media (max-width: 767px) {
  .lp-form__col:nth-of-type(1) {
    width: 100%;
  }
}

.lp-form__col:nth-of-type(2) {
  width: 453px;
}

@media (max-width: 767px) {
  .lp-form__col:nth-of-type(2) {
    width: 100%;
  }
}

.lp-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .lp-form__btn {
    margin-top: 20vw;
  }
}

.lp-form__btn-col.back-lp-top {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .lp-form__btn-col.back-lp-top {
    margin-right: 0;
    margin-bottom: 9.33333vw;
  }
}

.lp-form__btn-col.back-lp-top:hover input {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .lp-form__btn-col.back-lp-top:hover input {
    opacity: 1;
  }
}

.lp-form__btn-col.back {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .lp-form__btn-col.back {
    margin-right: 0;
    margin-bottom: 9.33333vw;
  }
}

.lp-form__btn-col.back:hover input {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .lp-form__btn-col.back:hover input {
    opacity: 1;
  }
}

.lp-form__btn-col.submit:hover input {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .lp-form__btn-col.submit:hover input {
    opacity: 1;
  }
}

.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form select,
.lp-form textarea {
  font-size: 15px;
  font-size: 0.9375em;
  background-color: #ffffff;
  border: 1px solid #1A1A1A;
  padding: 7px 10px;
  color: #1A1A1A;
}

@media (max-width: 767px) {
  .lp-form input[type="text"],
  .lp-form input[type="email"],
  .lp-form select,
  .lp-form textarea {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 1.33333vw 2.66667vw;
  }
}

.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form select {
  line-height: 1;
}

.lp-form textarea {
  line-height: 1.7;
}

.lp-form input[type="radio"] + .mwform-radio-field-text:before {
  content: "";
  border: 1px solid black;
  vertical-align: bottom;
}

.lp-form input[type="radio"]:checked + .mwform-radio-field-text:before {
  background-color: #1A1A1A;
}

.lp-form input[type="radio"]:focus + .mwform-radio-field-text:before {
  border-color: #1A1A1A;
}

/*  layout > offsitemeeting > confirm
============================================================================================================ */
.offsitemeeting-confirm .lp-form__row.agree, .offsitemeeting-confirm .lp-form__row.mail_confirm {
  display: none;
}

/*  layout > offsitemeeting> thanks
============================================================================================================ */
.offsitemeeting-thanks__txt {
  font-size: 15px;
  font-size: 0.9375em;
  text-align: center;
  font-weight: 200;
  line-height: 2.46667;
}

@media (max-width: 767px) {
  .offsitemeeting-thanks__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

.offsitemeeting-thanks__btn {
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .offsitemeeting-thanks__btn {
    margin-top: 20vw;
  }
}

.offsitemeeting-thanks__btn a {
  font-size: 18px;
  font-size: 1.125em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .offsitemeeting-thanks__btn a {
    font-size: 15px;
    font-size: 4vw;
    font-weight: 600;
    padding: 3vw 0;
  }
}

/* module
============================================================================ */
/*  module > pagettl
============================================================================================================ */
.common-kv {
  position: relative;
}

.common-kv__img {
  height: 296px;
  position: relative;
}

@media (max-width: 767px) {
  .common-kv__img {
    height: 66.4vw;
  }
}

.common-kv__img::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

.common-kv .mod-ttl {
  position: absolute;
  width: 100%;
  bottom: -50px;
}

@media (max-width: 767px) {
  .common-kv .mod-ttl {
    bottom: -8.66667vw;
  }
}

.common-kv .mod-ttl__wrap {
  margin-right: auto;
  margin-left: auto;
}

.common-offsitemeeting {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .common-offsitemeeting {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .common-offsitemeeting {
    width: 89.33333vw;
  }
}

.common-offsitemeeting__ttl {
  font-size: 40px;
  font-size: 2.5em;
  margin-top: 100px;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .common-offsitemeeting__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: 13.33333vw;
    margin-bottom: 13.33333vw;
  }
}

.common-offsitemeeting__ttl::before {
  content: "";
  position: absolute;
  width: 200vh;
  height: 3px;
  bottom: 0;
  right: 0;
  background: #ffffff;
}

@media (max-width: 767px) {
  .common-offsitemeeting__ttl::before {
    height: 0.7vw;
    bottom: -3vw;
  }
}

body.thanks.offsitemeeting-child .common-offsitemeeting__ttl {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  body.thanks.offsitemeeting-child .common-offsitemeeting__ttl {
    margin-bottom: 13.33333vw;
  }
}

input[type="text"], input[type="email"], select, textarea {
  width: 100%;
  padding: 5px 7px;
  outline: none;
  background-color: gold;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}

input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

select {
  height: 39px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="radio"] + .mwform-radio-field-text:before {
  content: '';
  background: white;
  border-radius: 100%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .mwform-radio-field-text:before {
  background-color: #3197EE;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

input[type="radio"]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #3197EE;
}

input[type="radio"] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

/* module > btn
============================================================================ */
.scroller-status {
  display: none;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .scroller-status {
    margin-top: 8vw;
  }
}

.infinite-scroll-request {
  -webkit-animation: scroll-request 1.1s infinite linear;
          animation: scroll-request 1.1s infinite linear;
  border: 4px solid #333333;
  border-left: 4px solid #333333;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@-webkit-keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.infinite-scroll-last,
.infinite-scroll-error {
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .infinite-scroll-last,
  .infinite-scroll-error {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.archives__gallery--infinite-scroll {
  text-align: center;
}

/* module > btn
============================================================================ */
.mod-btn {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  display: block;
  text-align: center;
  border-style: solid;
  border-width: 1px;
}

@media (max-width: 767px) {
  .mod-btn {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.mod-btn.white {
  border-color: #fff;
}

.mod-btn:hover.hover-white {
  opacity: 1;
  background: #ffffff;
  color: #9DCCD3;
}

.mod-btn:hover.hover-green {
  opacity: 1;
  background-color: #438354;
  border-color: #438354;
}

.mod-deserve {
  font-size: 18px;
  letter-spacing: 0.65em;
  width: 160px;
  height: 160px;
  background: rgba(67, 131, 84, 0.8);
  position: fixed;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  display: none;
}

@media (max-width: 767px) {
  .mod-deserve {
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: 200;
    letter-spacing: 0.3em;
    width: 24.93333vw;
    height: 24.93333vw;
    top: 87%;
    right: -5.6vw;
    -webkit-transform: translateY(-49%);
            transform: translateY(-49%);
  }
}

.mod-deserve:lang(en) {
  font-size: 14px;
  letter-spacing: 0.35em;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  .mod-deserve:lang(en) {
    font-size: 8px;
    font-size: 2.13333vw;
  }
}

.mod-deserve__btn {
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

@media (max-width: 767px) {
  .mod-deserve__btn {
    padding-top: 1.86667vw;
  }
}

.mod-deserve__btn:lang(en) {
  -webkit-transform: translate(-48%, -50%);
          transform: translate(-48%, -50%);
}

.mod-deserve__btn:lang(en):before {
  left: 4px;
}

@media (max-width: 767px) {
  .mod-deserve__btn:lang(en):before {
    left: 0.8vw;
  }
}

.mod-deserve__btn:hover {
  opacity: 1;
}

.mod-deserve__btn.hovered:before {
  left: 37px;
}

.mod-deserve__btn.hovered:lang(en):before {
  left: 15px;
}

@media (max-width: 767px) {
  .mod-deserve__btn.hovered:lang(en):before {
    left: 0.8vw;
  }
}

.mod-deserve__btn:before {
  content: '';
  width: 24px;
  height: 14px;
  background-image: url(img/common/icn_triangle-right-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 48%;
  left: 26px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(228deg);
          transform: translate3d(0, -50%, 0) rotate(228deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .mod-deserve__btn:before {
    width: 4vw;
    height: 3.2vw;
    top: 49%;
    left: 1.86667vw;
  }
}

.mod-more, .mod-more-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

@media (max-width: 767px) {
  .mod-more, .mod-more-mini {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mod-more:hover, .mod-more-mini:hover {
  opacity: 1;
}

.mod-more__left img {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .mod-more__left img {
    vertical-align: top;
  }
}

.mod-more__right {
  width: 64px;
  position: relative;
}

@media (max-width: 767px) {
  .mod-more__right {
    width: 18vw;
  }
}

.mod-more__right img {
  width: 100%;
  vertical-align: middle;
}

.mod-more__right.steps .arrow {
  opacity: 0;
}

.mod-more__right.steps span {
  opacity: 1;
}

.mod-more__footprints {
  width: 107px;
  height: 27px;
  position: absolute;
}

.mod-more__footprints span {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.mod-more__footprints span:first-of-type {
  left: 3px;
  bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mod-more__footprints span:nth-of-type(2) {
  left: 32px;
  bottom: 24px;
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-more__footprints span:nth-of-type(3) {
  right: 36px;
  bottom: 6px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.mod-more__footprints span:last-of-type {
  bottom: 23px;
  right: 5px;
  -webkit-transition: 2s;
  transition: 2s;
}

.mod-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mod-back:hover {
  opacity: 1;
}

.mod-back__left {
  width: 64px;
  position: relative;
}

@media (max-width: 767px) {
  .mod-back__left {
    width: 18vw;
  }
}

.mod-back__left img {
  width: 100%;
  vertical-align: middle;
}

.mod-back__left.steps .arrow {
  opacity: 0;
}

.mod-back__left.steps span {
  opacity: 1;
}

.mod-back__footprints {
  width: 107px;
  height: 27px;
  position: absolute;
  right: 0;
}

.mod-back__footprints span {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
}

.mod-back__footprints span:first-of-type {
  left: 3px;
  bottom: 5px;
  -webkit-transition: 2s;
  transition: 2s;
}

.mod-back__footprints span:nth-of-type(2) {
  left: 32px;
  bottom: 24px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.mod-back__footprints span:nth-of-type(3) {
  right: 36px;
  bottom: 6px;
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-back__footprints span:last-of-type {
  bottom: 23px;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .mod-back__right {
    width: 13.33333vw;
  }
}

.mod-back__right img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mod-back__right img {
    vertical-align: top;
  }
}

.fixed-btn__top {
  position: fixed;
  left: 0;
  bottom: 40px;
  width: 60px;
  z-index: 10;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .fixed-btn__top {
    width: 12.8vw;
    bottom: 8vw;
  }
}

.fixed-btn__top img {
  width: 100%;
}

.mod-more-mini {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.mod-more-mini .mod-more__left {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 200;
  margin-top: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .mod-more-mini .mod-more__left {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 5vw;
  }
}

.mod-more-mini .mod-more__right {
  width: 36px;
  padding-bottom: 2px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .mod-more-mini .mod-more__right {
    width: 9.33333vw;
    padding-bottom: 0.8vw;
    margin-left: 3.73333vw;
  }
}

.mod-lp-btn__form {
  width: 280px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 16px 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .mod-lp-btn__form {
    width: 62.93333vw;
    padding: 3vw 0;
  }
}

.mod-lp-btn__form.orange {
  background: #F5924A;
}

.mod-lp-btn__form.green {
  background: #566F62;
}

.mod-lp-btn {
  width: 280px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .mod-lp-btn {
    width: 62.93333vw;
  }
}

.mod-lp-btn a {
  display: block;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .mod-lp-btn a {
    padding: 3vw 0;
  }
}

.mod-lp-btn.orange {
  background: #F5924A;
}

.mod-lp-btn.green {
  background: #566F62;
}

.mod-lp-btn.light-green {
  background: #91AFA0;
}

/*  module > breadcrumbs
============================================================================================================ */
[data-scroll] {
  -webkit-transition: 1s;
  transition: 1s;
}

[data-scroll="in"] {
  opacity: 1;
}

/* module > map
============================================================================ */
.mod-map__ttl {
  font-size: 24px;
  font-size: 1.5em;
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 767px) {
  .mod-map__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

.mod-map__wrap.map {
  position: relative;
  height: 774px;
  background: #000000;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map {
    width: 100%;
    height: 850px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map {
    height: 214vw;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map:lang(en) {
    height: 224vw;
  }
}

.mod-map__wrap.map::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 774px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map::before {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map::before {
    height: 214vw;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map:lang(en):before {
    height: 224vw;
  }
}

.mod-map__wrap.map .js-MapBg.slick-slider,
.mod-map__wrap.map .js-MapBg .slick-list,
.mod-map__wrap.map .js-MapBg .mod-map__img {
  height: 774px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .js-MapBg.slick-slider,
  .mod-map__wrap.map .js-MapBg .slick-list,
  .mod-map__wrap.map .js-MapBg .mod-map__img {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .js-MapBg.slick-slider,
  .mod-map__wrap.map .js-MapBg .slick-list,
  .mod-map__wrap.map .js-MapBg .mod-map__img {
    height: 214vw;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .js-MapBg.slick-slider:lang(en),
  .mod-map__wrap.map .js-MapBg .slick-list:lang(en),
  .mod-map__wrap.map .js-MapBg .mod-map__img:lang(en) {
    height: 224vw;
  }
}

.mod-map__wrap.map .mod-map__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  top: 0;
  z-index: 2;
}

.mod-map__wrap.map .mod-map__map-kumanokoLink {
  position: absolute;
  width: 140px;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 434px;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink {
    left: 83%;
    bottom: auto;
    width: 100px;
    top: 150px;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink {
    left: 88%;
    bottom: auto;
    width: 100px;
    top: 150px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink {
    position: unset;
    width: 35vw;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-top: 5.86667vw;
    margin-right: 4.66667vw;
    margin-bottom: 2.53333vw;
  }
}

.mod-map__wrap.map .mod-map__map-kumanokoLink-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mod-map__wrap.map .mod-map__map-kumanokoLink-txt {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75em;
  text-align: left;
  line-height: 1.41667;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink-txt {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.mod-map__wrap.map .mod-map__map-kumanokoLink-img {
  width: 44px;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink-img {
    height: 100%;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__map-kumanokoLink-img {
    width: 9.73333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5%;
  }
}

.mod-map__wrap.map .mod-map__list {
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -150px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .mod-map__list {
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__list {
    width: 86.66667vw;
    margin-top: 0;
  }
}

.mod-map__wrap.map .mod-map__item-name {
  font-size: 26px;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  margin-top: 0;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-name {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.mod-map__wrap.map .mod-map__item-catch,
.mod-map__wrap.map .mod-map__item-txt {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-catch,
  .mod-map__wrap.map .mod-map__item-txt {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.mod-map__wrap.map .mod-map__item-catch {
  padding-bottom: 17px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-catch {
    padding-bottom: 4vw;
    border-bottom: 0.26667vw solid #ffffff;
  }
}

.mod-map__wrap.map .mod-map__item-txt {
  padding-top: 17px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-txt {
    padding-top: 4vw;
  }
}

.mod-map__wrap.map .mod-map__item-timelist {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-timelist {
    padding-top: 2.66667vw;
  }
}

.mod-map__wrap.map .mod-map__item-timelist-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.mod-map__wrap.map .mod-map__item-timelist-inner .maptime {
  font-size: 14px;
  font-size: 0.875em;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-timelist-inner .maptime {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.mod-map__wrap.map .mod-map__item-timelist-inner .maptime:nth-of-type(1) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-timelist-inner .maptime:nth-of-type(1) {
    margin-right: 4vw;
  }
}

.mod-map__wrap.map .mod-map__item-link {
  width: 179px;
  margin-left: auto;
  margin-top: 15px;
  margin-right: 42px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-link {
    width: 47vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.66667vw;
  }
}

.mod-map__wrap.map .mod-map__item-link .mod-more, .mod-map__wrap.map .mod-map__item-link .mod-more-mini {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.mod-map__wrap.map .mod-map__item-link .mod-more__footprints {
  top: 10px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__item-link .mod-more__left {
    width: 26.26667vw;
  }
}

.mod-map__wrap.map .slick-list {
  padding-bottom: 28px;
}

.mod-map__wrap.map .slick-next,
.mod-map__wrap.map .slick-prev {
  width: 36px;
  height: 30%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .slick-next,
  .mod-map__wrap.map .slick-prev {
    width: 4.8vw;
  }
}

.mod-map__wrap.map .slick-next:hover,
.mod-map__wrap.map .slick-prev:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

.mod-map__wrap.map .slick-next:before,
.mod-map__wrap.map .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: none;
  background: url("./img/top/icn_slick-arrow.svg") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 46px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .slick-next:before,
  .mod-map__wrap.map .slick-prev:before {
    width: 2.13333vw;
    height: 8vw;
  }
}

.mod-map__wrap.map .slick-next {
  right: -48px;
}

@media (max-width: 767px) {
  .mod-map__wrap.map .slick-next {
    right: -6.4vw;
  }
}

.mod-map__wrap.map .slick-prev {
  left: -48px;
}

.mod-map__wrap.map .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 767px) {
  .mod-map__wrap.map .slick-prev {
    left: -6.4vw;
  }
}

.mod-map__wrap.map .mod-map__map-img {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .mod-map__map-img {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__map-img {
    margin-top: 0;
  }
}

.mod-map__wrap.map .mod-map__map-img svg {
  overflow: inherit !important;
}

@media (max-width: 1024px) {
  .mod-map__wrap.map .mod-map__map-img svg {
    width: 768px;
    margin-left: -50px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.map .mod-map__map-img svg {
    width: 100%;
    margin-left: 0;
  }
}

.mod-map__wrap.link .mod-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__list {
    border-top: 2px solid #ffffff;
  }
}

.mod-map__wrap.link .mod-map__item {
  width: calc(50% - 1px);
  background: #438354;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item {
    width: calc(50% - 1px);
  }
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item:lang(en) {
    height: 232px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item:lang(en) {
    height: 55.06667vw;
  }
}

.mod-map__wrap.link .mod-map__item.stay {
  background: url(./img/common/btn_map-stay.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item.stay {
    background: url(./img/common/btn_map-stay-sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.mod-map__wrap.link .mod-map__item.stay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 189px;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
  background: #438354;
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item.stay::before {
    background: none;
  }
}

.mod-map__wrap.link .mod-map__item.stay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 186px 96px;
  border-color: transparent transparent #438354 transparent;
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item.stay::after {
    display: none;
  }
}

.mod-map__wrap.link .mod-map__item.stay:hover::before {
  right: calc(-50% - 96px);
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-map__wrap.link .mod-map__item.stay:hover::after {
  right: calc(50% - 96px);
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-map__wrap.link .mod-map__item.route {
  background: url(./img/common/btn_map-route.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item.route {
    background: url(./img/common/btn_map-route-sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.mod-map__wrap.link .mod-map__item.route::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 189px;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
  background: #438354;
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item.route::before {
    background: none;
  }
}

.mod-map__wrap.link .mod-map__item.route::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 186px 96px;
  border-color: transparent transparent #438354 transparent;
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item.route::after {
    display: none;
  }
}

.mod-map__wrap.link .mod-map__item.route:hover::before {
  right: calc(-50% - 96px);
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-map__wrap.link .mod-map__item.route:hover::after {
  right: calc(50% - 96px);
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-map__wrap.link .mod-map__link {
  display: block;
  text-align: center;
  padding-top: 46px;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__link {
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
}

.mod-map__wrap.link .mod-map__link:lang(en) {
  height: 100%;
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__link:lang(en) {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__link:lang(en) {
    padding-top: 16vw;
  }
}

.mod-map__wrap.link .mod-map__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 80px;
  background: url("./img/top/icn_maplink-arrow.svg") no-repeat 0 0;
  background-size: contain;
  right: 35px;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__link::before {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__link::before {
    width: 2.66667vw;
    height: 10.66667vw;
    right: 2.4vw;
  }
}

.mod-map__wrap.link .mod-map__link:hover {
  opacity: 1;
}

.mod-map__wrap.link .mod-map__item-ttl {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item-ttl {
    font-size: 17px;
    font-size: 4.53333vw;
    letter-spacing: 0.2em;
    line-height: 1.47059;
    margin-bottom: 6vw;
  }
}

.mod-map__wrap.link .mod-map__item-ttl:lang(en) {
  font-size: 24px;
}

@media screen and (max-width: 1100px) {
  .mod-map__wrap.link .mod-map__item-ttl:lang(en) {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item-ttl:lang(en) {
    font-size: 20px;
    width: 99%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item-ttl:lang(en) {
    font-size: 12px;
    font-size: 3.2vw;
    width: 100%;
  }
}

.mod-map__wrap.link .mod-map__item-txt {
  font-size: 14px;
  font-size: 0.875em;
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item-txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.36;
  }
}

@media screen and (max-width: 1100px) {
  .mod-map__wrap.link .mod-map__item-txt:lang(en) {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .mod-map__wrap.link .mod-map__item-txt:lang(en) {
    width: 92%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item-txt:lang(en) {
    font-size: 9px;
    font-size: 2.4vw;
    width: 100%;
  }
}

.mod-map__map-icn-wrap {
  position: absolute;
  width: 880px;
  height: 774px;
  top: 0;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 38px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap {
    width: 764px;
    margin-left: 0;
    height: 850px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap {
    width: 100%;
    height: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.mod-map__map-icn-wrap .shrine {
  position: absolute;
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .shrine {
    width: 10.13333vw;
    height: 10.13333vw;
  }
}

.mod-map__map-icn-wrap .shrine .nonactive_icn {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 40px;
        height: 40px; */
  width: 50px;
  height: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 1;
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .shrine .nonactive_icn {
    /* width: size_sp(60);
          height: size_sp(60); */
    width: 10.13333vw;
    height: 10.13333vw;
  }
}

.mod-map__map-icn-wrap .shrine .nonactive_icn.hide {
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.mod-map__map-icn-wrap .shrine .active_icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
  z-index: 1;
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .shrine .active_icn {
    width: 10.13333vw;
    height: 10.13333vw;
  }
}

.mod-map__map-icn-wrap .shrine .active_icn.hide {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-animation: none;
          animation: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .shrine .active_icn.hide {
    width: 10.13333vw;
    height: 10.13333vw;
  }
}

.mod-map__map-icn-wrap .inn {
  position: absolute;
  width: 114px;
  height: 114px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap .inn {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .inn {
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.mod-map__map-icn-wrap .inn .nonactive_icn {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 90px;
        height: 90px; */
  width: 114px;
  height: 114px;
  opacity: 1;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap .inn .nonactive_icn {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .inn .nonactive_icn {
    /*  width: size_sp(110);
          height: size_sp(110); */
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.mod-map__map-icn-wrap .inn .nonactive_icn.hide {
  opacity: 0;
  z-index: 1;
}

.mod-map__map-icn-wrap .inn .active_icn {
  width: 114px;
  height: 114px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform,animation;
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap .inn .active_icn {
    width: 80px;
    height: 80px;
    -webkit-animation: anime2 0.5s ease 0s infinite alternate;
            animation: anime2 0.5s ease 0s infinite alternate;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .inn .active_icn {
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.mod-map__map-icn-wrap .inn .active_icn.hide {
  /* width: 90px;
          height: 90px; */
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 114px;
  height: 114px;
  z-index: 1;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap .inn .active_icn.hide {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .inn .active_icn.hide {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}

.mod-map__map-icn-wrap .map_icn::before {
  font-size: 13px;
  font-size: 0.8125em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .map_icn::before {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.mod-map__map-icn-wrap .map_icn:lang(en):before {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .map_icn:lang(en):before {
    font-size: 9px;
    font-size: 2.4vw;
  }
}

.mod-map__map-icn-wrap .map_icn.inn:before {
  top: -19px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap .map_icn.inn:before {
    top: -32px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .map_icn.inn:before {
    top: -4vw;
  }
}

.mod-map__map-icn-wrap .map_icn.inn.active:before {
  top: -27px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-wrap .map_icn.inn.active:before {
    top: -41px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .map_icn.inn.active:before {
    top: -7vw;
  }
}

.mod-map__map-icn-wrap .map_icn.shrine:before {
  top: -27px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .map_icn.shrine:before {
    top: -5vw;
  }
}

.mod-map__map-icn-wrap .map_icn.shrine.active:before {
  top: -31px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-wrap .map_icn.shrine.active:before {
    top: -6vw;
  }
}

.mod-map__map-icn-takijiri {
  top: 294px;
  left: -35px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-takijiri {
    top: 253px;
    left: 34px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-takijiri {
    top: 82vw;
    left: 1vw;
  }
}

.mod-map__map-icn-takijiri::before {
  content: attr(title);
  width: 65px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-takijiri::before {
    width: 15vw;
  }
}

/* takijiri_oji */
.mod-map__map-icn-takijiri_oji {
  top: 284px;
  left: 68px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-takijiri_oji {
    top: 239px;
    left: 101px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-takijiri_oji {
    top: 67vw;
    left: 3vw;
  }
}

.mod-map__map-icn-takijiri_oji::before {
  content: attr(title);
  width: 65px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-takijiri_oji::before {
    width: 15vw;
  }
}

.mod-map__map-icn-takijiri_oji:lang(en):before {
  width: 80px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-takijiri_oji:lang(en):before {
    width: 17.6vw;
  }
}
/* end takijiri_oji */

.mod-map__map-icn-takahara {
  top: 220px;
  left: 118px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-takahara {
    top: 201px;
    left: 148px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-takahara {
    top: 47vw;
    left: 8.5vw;
  }
}

.mod-map__map-icn-takahara::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-map__map-icn-takahara::before {
    width: auto;
  }
}

.mod-map__map-icn-chikatuyu {
  top: 177px;
  left: 225px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-chikatuyu {
    top: 164px;
    left: 228px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-chikatuyu {
    top: 35vw;
    left: 25.5vw;
  }
}

.mod-map__map-icn-chikatuyu::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-chikatuyu::before {
    width: 95px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-chikatuyu::before {
    width: auto;
  }
}

.mod-map__map-icn-kumanohongu {
  top: 172px;
  left: 389px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohongu {
    top: 156px;
    left: 341px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohongu {
    top: 26vw;
    left: 51vw;
  }
}

.mod-map__map-icn-kumanohongu::before {
  content: attr(title);
  width: 97px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohongu::before {
    width: 22vw;
  }
}

.mod-map__map-icn-kumanohongu:lang(en).map_icn.shrine::before {
  width: 164px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohongu:lang(en).map_icn.shrine::before {
    width: 104px;
    top: -60px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohongu:lang(en).map_icn.shrine::before {
    width: 30.66667vw;
    top: -6.66667vw;
  }
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohongu:lang(en).map_icn.shrine.active::before {
    top: -62px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohongu:lang(en).map_icn.shrine.active::before {
    top: -7.46667vw;
  }
}

/* hongu */
.mod-map__map-icn-hongu {
  top: 208px;
  left: 445px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-hongu {
    top: 192px;
    left: 393px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-hongu {
    top: 39vw;
    left: 55vw;
  }
}

.mod-map__map-icn-hongu::before {
  content: attr(title);
  width: 97px;
}

@media (max-width: 767px) {
  .mod-map__map-icn-hongu::before {
    width: 22vw;
  }
}
/* end hongu */

.mod-map__map-icn-koguchi {
  top: 313px;
  left: 607px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-koguchi {
    top: 268px;
    left: 513px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-koguchi {
    top: 70vw;
    left: 53vw;
  }
}

.mod-map__map-icn-koguchi::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-map__map-icn-koguchi::before {
    width: auto;
  }
}

.mod-map__map-icn-kumanonachi {
  top: 437px;
  left: 742px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanonachi {
    top: 354px;
    left: 605px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanonachi {
    top: 84.5vw;
    left: 70.7vw;
  }
}

.mod-map__map-icn-kumanonachi::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanonachi::before {
    width: auto;
  }
}

.mod-map__map-icn-kumanonachi.map_icn.shrine::before {
  content: attr(title);
  width: 97px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanonachi.map_icn.shrine::before {
    content: "熊野\A那智大社";
    white-space: pre;
    line-height: 1.45455;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanonachi.map_icn.shrine::before {
    content: "熊野\A那智大社";
    white-space: pre;
    width: 15vw;
    line-height: 1.45455;
    top: -8vw;
  }
  .mod-map__map-icn-kumanonachi.map_icn.shrine.active::before {
    top: -9vw !important;
  }
}

.mod-map__map-icn-kumanonachi:lang(en).map_icn.shrine::before {
  top: -54px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanonachi:lang(en).map_icn.shrine::before {
    content: "Kumano\ANachi\ATaisha";
    top: -70px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanonachi:lang(en).map_icn.shrine::before {
    width: 19.46667vw;
    top: -10.66667vw;
  }
}

.mod-map__map-icn-kumanonachi:lang(en).map_icn.shrine.active::before {
  top: -56px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanonachi:lang(en).map_icn.shrine.active::before {
    top: -72px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanonachi:lang(en).map_icn.shrine.active::before {
    top: -11.73333vw;
  }
}

.mod-map__map-icn-nachi {
  top: 468px;
  left: 760px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-nachi {
    top: 384px;
    left: 628px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-nachi {
    top: 84.5vw;
    left: 78.7vw;
  }
}

.mod-map__map-icn-nachi::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-map__map-icn-nachi::before {
    width: auto;
  }
}

.mod-map__map-icn-kumanohayatama {
  top: 392px;
  left: 836px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohayatama {
    top: 322px;
    left: 676px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohayatama {
    top: 57vw;
    left: 88vw;
  }
}

.mod-map__map-icn-kumanohayatama.map_icn.shrine::before {
  content: attr(title);
  width: 97px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohayatama.map_icn.shrine::before {
    content: "熊野\A速玉大社";
    white-space: pre;
    line-height: 1.45455;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohayatama.map_icn.shrine::before {
    content: "熊野\A速玉大社";
    white-space: pre;
    width: 15vw;
    line-height: 1.45455;
    top: -8vw;
  }
}

.mod-map__map-icn-kumanohayatama:lang(en).map_icn.shrine::before {
  width: 128px;
  top: -54px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohayatama:lang(en).map_icn.shrine::before {
    width: 97px;
    top: -70px;
    content: "Kumano\AHayatama\ATaisha";
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohayatama:lang(en).map_icn.shrine::before {
    width: 15vw;
    top: -10.66667vw;
  }
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohayatama.map_icn.shrine.active::before {
    top: -42px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohayatama.map_icn.shrine.active::before {
    top: -9vw;
  }
}

.mod-map__map-icn-kumanohayatama:lang(en).map_icn.shrine.active::before {
  top: -56px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-kumanohayatama:lang(en).map_icn.shrine.active::before {
    top: -72px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-kumanohayatama:lang(en).map_icn.shrine.active::before {
    top: -11.73333vw;
  }
}

.mod-map__map-icn-test {
  top: 232px;
  left: 735px;
}

@media (max-width: 1024px) {
  .mod-map__map-icn-test {
    top: 207px;
    left: 120px;
  }
}

@media (max-width: 767px) {
  .mod-map__map-icn-test {
    top: 54vw;
    left: 5.5vw;
  }
}

.mod-map__map-icn-test::before {
  content: attr(title);
  width: 100%;
}

@media (max-width: 767px) {
  .mod-map__map-icn-test::before {
    width: auto;
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

_::-webkit-full-page-media,
_:future,
:root .mod-map__map-icn-wrap .inn .active_icn.hide {
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}

.mod-map__wrap.link .mod-map__item.route.comingsoon:hover::before {
  right: 0;
}

.mod-map__wrap.link .mod-map__item.route.comingsoon .mod-map__link {
  cursor: default;
}

@media screen and (max-width: 920px) {
  .mod-map__wrap.link .mod-map__item.route.comingsoon .mod-map__link:lang(en) {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .mod-map__wrap.link .mod-map__item.route.comingsoon .mod-map__link:lang(en) {
    padding-top: 16vw;
  }
}

.mod-map__wrap.link .mod-map__item.route.comingsoon .mod-map__link::before {
  display: none;
}

.mod-map__wrap.link .mod-map__item.route.comingsoon .mod-map__item-comingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 164px;
}
/*# sourceMappingURL=style.css.map */