@charset "UTF-8";
/*
Theme Name: SETONITE
Theme URL: https://
Description: SETONITEのWebサイト
Author: SETONITE
Version: 1.0.0
License: SETONITE
License URI: https://
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
/* ===================================

  一時的に非表示

====================================== */
.page-food .map,
.page-facility .map {
  display: none !important;
}

.home section.image {
  display: none !important;
}

.home .main {
  padding-top: 50px;
}
.home .news {
  display: none !important;
}
.home .story__wrap {
  border: none !important;
}

@media screen and (max-width: 1199px) {
  .home .main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .main {
    padding-top: 20px;
  }
}
.menu-item.news-link {
  display: none !important;
}

/* ---------------------------------
  ここまで
----------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
/* ===================================

  一時的に非表示

====================================== */
.page-food .map,
.page-facility .map {
  display: none !important;
}

.home section.image {
  display: none !important;
}

.home .main {
  padding-top: 50px;
}

.home .news {
  display: none !important;
}

.home .story__wrap {
  border: none !important;
}

@media screen and (max-width: 1199px) {
  .home .main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .main {
    padding-top: 20px;
  }
}
.menu-item.news-link {
  display: none !important;
}

/* ---------------------------------
  ここまで
----------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #251e1c;
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

/* ---------------------------------
  View Moreボタン
----------------------------------- */
.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 45px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 2px solid #251e1c;
}

@media screen and (max-width: 1199px) {
  .more-btn {
    width: 140px;
    height: 40px;
    font-size: 14px;
    border-width: 1px;
  }
}
@media screen and (max-width: 758px) {
  .more-btn {
    width: 94px;
    height: 28px;
    font-size: 10px;
  }
}
/* ---------------------------------
  Section Title
----------------------------------- */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-title .title {
  font-family: "Montserrat", sans-serif;
  font-size: 112px;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.section-title .text {
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 80px;
  }
  .section-title .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-title .title {
    margin-top: 4px;
    font-size: 36px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .section-title .text {
    font-size: 11px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
/* ---------------------------------
  ポップアップナビ：popup
----------------------------------- */
.popup {
  display: none;
}

@media screen and (max-width: 1199px) {
  .popup {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 80px;
    background-color: #929293;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popup.show {
    bottom: 0;
    opacity: 1;
  }
  .popup__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3333333333%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .popup__link + .popup__link {
    border-left: 2px solid #7b7b7b;
  }
}
@media screen and (max-width: 758px) {
  .popup {
    height: 62px;
  }
  .popup__link {
    font-size: 14px;
  }
}
/* ===================================

  アニメーション

====================================== */
.trg {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.trg.fadeUp {
  -webkit-animation-name: fadeUpAction;
          animation-name: fadeUpAction;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ---------------------------------
  パンくずリスト：breadcrumb
----------------------------------- */
.breadcrumb-wrap .breadcrumb {
  padding-top: 23px;
  width: 1120px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  color: #999;
  text-align: right;
}
.breadcrumb-wrap .breadcrumb span {
  margin-left: 5px;
}
.breadcrumb-wrap .breadcrumb span:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap .breadcrumb {
    padding-top: 20px;
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap .breadcrumb {
    padding: 0 15px;
  }
  .breadcrumb-wrap .breadcrumb span {
    margin-left: 3px;
  }
}
/* ---------------------------------
  下層スライダー付きmv
----------------------------------- */
.mv-lower {
  margin-top: 103px;
}
.mv-lower__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1120px;
  margin: 0 auto;
}
.mv-lower .section-title {
  position: relative;
  z-index: 10;
}
.mv-lower .section-title .title {
  font-size: 72px;
}
.mv-lower .section-title .text {
  font-size: 25px;
  font-weight: 600;
  margin-left: 5px;
}
.mv-lower__contents {
  padding-left: 230px;
}
.mv-lower__text {
  margin-top: -15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.72;
}
.mv-lower__slider {
  margin-top: -57px;
  width: 100%;
}
.mv-lower .swiper-container {
  width: 100%;
  overflow: hidden;
}
.mv-lower .swiper-slide {
  width: 100%;
  height: 650px;
}
.mv-lower .swiper-slide__img {
  width: 100%;
  height: 100%;
  background-image: url(img/food-slider1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mv-lower .page-pagination {
  padding-top: 25px;
  text-align: center;
}
.mv-lower .page-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 1;
}
.mv-lower .page-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 2px solid #000;
}

@media screen and (max-width: 1199px) {
  .mv-lower {
    margin-top: 52px;
  }
  .mv-lower__inner {
    width: 100%;
    padding: 0 30px;
  }
  .mv-lower .section-title .title {
    font-size: 56px;
  }
  .mv-lower .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .mv-lower__contents {
    padding-left: 80px;
  }
  .mv-lower__text {
    margin-top: -15px;
    font-size: 16px;
    line-height: 2.7;
  }
  .mv-lower__slider {
    margin-top: 108px;
  }
  .mv-lower .swiper-slide {
    width: 100%;
    height: 400px;
  }
  .mv-lower .page-pagination {
    padding-top: 20px;
  }
  .mv-lower .page-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 758px) {
  .mv-lower {
    margin-top: 50px;
  }
  .mv-lower__inner {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .mv-lower .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .mv-lower .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .mv-lower__contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .mv-lower__text {
    font-size: 11px;
  }
  .mv-lower__slider {
    margin-top: 50px;
  }
  .mv-lower .swiper-slide {
    height: 260px;
  }
  .mv-lower .page-pagination {
    padding-top: 10px;
  }
  .mv-lower .page-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .mv-lower .page-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    border: 1px solid #000;
  }
}
/* ---------------------------------
  ページネーション：pagination
----------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  margin-top: 100px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  border: 1px solid #d2d3d3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: 80px;
}
.pagination .page-numbers.current {
  background-color: #251e1c;
  border: 1px solid #251e1c;
  color: #fff;
}
.pagination .page-numbers:hover {
  background-color: #251e1c;
  border: 1px solid #251e1c;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 60px;
  }
  .pagination .page-numbers {
    width: 55px;
    height: 45px;
    font-size: 16px;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 70px;
  }
}
@media screen and (max-width: 758px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 34px;
    font-size: 13px;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 55px;
  }
}
/* ===================================

  ヘッダー：header

====================================== */
#lang-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #251e1c !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 146px;
  z-index: 9998;
}
.header__inner {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 46px;
  background-color: #000;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 80px;
  }
  .header__inner {
    padding: 0 30px;
  }
  .header__contact {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .header {
    height: 58px;
  }
  .header__inner {
    padding: 0 15px;
  }
}
.header .menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  width: 80px;
  height: 46px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-btn-wrap .menu-btn span {
  background-color: #fff;
}

.l-header .menu-btn-wrap {
  margin-left: 20px;
}

.menu-btn {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 99999;
  width: 50px;
  height: 18px;
  border: none;
  overflow: hidden;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

.menu-btn span {
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn span:first-of-type {
  top: 0;
}

.menu-btn span:last-of-type {
  bottom: 0;
}

.menu-btn.active span:first-of-type {
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
  top: 8px;
  left: 0;
}

.menu-btn.active span:last-of-type {
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
  left: 0;
  top: 8px;
}

@-webkit-keyframes btnFadeIn {
  0% {
    opacity: 0;
    z-index: -9999;
  }
  50% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 1;
    z-index: 9999;
  }
}

@keyframes btnFadeIn {
  0% {
    opacity: 0;
    z-index: -9999;
  }
  50% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 1;
    z-index: 9999;
  }
}
.header .header__inner {
  opacity: 1;
  z-index: 9999;
}

@media screen and (max-width: 1199px) {
  .header .menu-btn-wrap {
    position: fixed;
    top: 22px;
    right: 8px;
    margin-left: 0;
    width: 50px;
    height: 36px;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    z-index: 9999;
  }
  .l-header .menu-btn-wrap {
    margin-left: 0;
  }
  .menu-btn {
    width: 36px;
    height: 10px;
  }
  .menu-btn span {
    left: 0;
    width: 36px;
    height: 2px;
  }
  .menu-btn span:first-of-type {
    top: 0;
  }
  .menu-btn span:last-of-type {
    bottom: 0;
  }
  .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
    top: 8px;
    left: 0;
  }
  .menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
    left: 0;
    top: 8px;
  }
}
/* ---------------------------------
  下層ページヘッダー：l-header
----------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
  z-index: 9998;
}
.l-header__logo {
  width: 172px;
}
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .l-header {
    height: 80px;
  }
  .l-header__inner {
    padding: 0 30px;
  }
  .l-header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__inner {
    padding: 0 15px;
  }
  .l-header__logo {
    width: 80px;
  }
}
/* ===================================

  ナビゲーション

====================================== */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.85s;
  transition: all 0.85s;
}
.gnav.show {
  z-index: 9999999;
  right: 0;
  opacity: 1;
}
.gnav__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  height: 100%;
}
.gnav__thumb-img {
  width: 100%;
  height: 100%;
  background-image: url(img/pc-nav-thumb-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gnav__contents {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 148px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
.gnav__close {
  position: fixed;
  top: 63px;
  right: 64px;
}
.gnav__close span {
  background: #251e1c;
}
.gnav__inner {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gnav .nav-list a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.gnav .nav-list a span {
  display: block;
  margin-top: 3px;
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.gnav .nav-list .menu-item + .menu-item {
  margin-top: 32px;
}
.gnav__snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
.gnav__snss.sp {
  display: none;
}
.gnav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.gnav__sns img {
  display: block;
  height: 20px;
}
.gnav__sns + .gnav__sns {
  margin-left: 20px;
}
.gnav__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
  width: 700px;
  height: 115px;
  background-image: url(img/ico-arrow-nav.svg);
  background-repeat: no-repeat;
  background-size: 16px 20px;
  background-position: top 50% right 43px;
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #251e1c;
}
.gnav-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  width: 700px;
}
.gnav-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-footer__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 5px;
  padding-right: 7px;
}
.gnav-footer__nav li::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 2px;
  height: 14px;
  background-color: #251e1c;
}
.gnav-footer__nav li:last-child::after {
  display: none;
}
.gnav-footer__link {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .gnav__contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .gnav__thumb {
    display: none;
  }
  .gnav__contents {
    padding-top: 120px;
    height: 100%;
  }
  .gnav__close {
    top: 30px;
    right: 14px;
    height: 16px;
  }
  .gnav__inner {
    width: 66%;
  }
  .gnav .nav-list a {
    font-size: 24px;
  }
  .gnav .nav-list a span {
    font-size: 12px;
  }
  .gnav .nav-list .menu-item + .menu-item {
    margin-top: 24px;
  }
  .gnav__snss {
    margin-top: 40px;
  }
  .gnav__sns {
    width: 50px;
    height: 50px;
  }
  .gnav__sns img {
    height: 18px;
  }
  .gnav__sns + .gnav__sns {
    margin-left: 15px;
  }
  .gnav__contact {
    margin: 50px auto 0;
    width: 66%;
    height: 100px;
    background-size: 14px 18px;
    background-position: top 50% right 30px;
    font-size: 20px;
  }
  .gnav-footer__nav {
    display: block;
    margin: 40px auto 80px;
    width: 100%;
    text-align: center;
  }
  .gnav-footer__nav ul {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .gnav-footer__nav ul + ul {
    margin-top: 1em;
  }
  .gnav-footer__nav ul br {
    display: none;
  }
  .gnav-footer__nav li {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .gnav-footer__nav li::after {
    display: block;
  }
  .gnav-footer__nav li + li {
    margin-top: 1em;
  }
  .gnav-footer__link {
    font-size: 12px;
  }
  .home .gnav__close {
    top: 31px;
    right: 15px;
    height: 16px;
  }
}
@media screen and (max-width: 758px) {
  .gnav__thumb {
    display: none;
  }
  .gnav__contents {
    padding-top: 90px;
  }
  .gnav__inner {
    width: 100%;
    padding: 0 25px;
  }
  .gnav .nav-list a {
    font-size: 20px;
  }
  .gnav .nav-list a span {
    font-size: 12px;
  }
  .gnav .nav-list .menu-item + .menu-item {
    margin-top: 24px;
  }
  .gnav__snss {
    margin-top: 30px;
    padding-left: 25px;
  }
  .gnav__snss.pc {
    display: none;
  }
  .gnav__snss.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav__sns {
    width: 45px;
    height: 45px;
  }
  .gnav__sns img {
    height: 15px;
  }
  .gnav__contact {
    margin: 30px auto 0;
    width: calc(100% - 50px);
    height: 80px;
    background-size: 12px 15px;
    background-position: top 50% right 20px;
    font-size: 14px;
  }
  .gnav-footer__nav {
    display: block;
    margin: 35px auto 60px;
    width: 100%;
    padding: 0 25px;
  }
  .gnav-footer__nav li::after {
    display: none;
  }
  .gnav-footer__link {
    font-size: 12px;
  }
}
/* ===================================

  2023.06.06追加 言語選択ボタン

====================================== */
.header .lang-select,
.l-header .lang-select {
  position: relative;
  margin-right: 28px;
}
.header .lang-select__btn,
.l-header .lang-select__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 115px;
  height: 30px;
  background-image: url(img/header-lang-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  background-position: right 0 center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.header .lang-select__body,
.l-header .lang-select__body {
  display: none;
  position: absolute;
  top: 42px;
  left: 15px;
  padding: 20px 0 22px;
  width: 105px;
  background-color: #fff;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .lang-select__body.show,
.l-header .lang-select__body.show {
  display: block;
}
.header .lang-select__link,
.l-header .lang-select__link {
  display: block;
  text-align: center;
}
.header .lang-select__link + .lang-select__link,
.l-header .lang-select__link + .lang-select__link {
  margin-top: 25px;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .header .lang-select,
  .l-header .lang-select {
    margin-right: 45px;
  }
  .header .lang-select__btn,
  .l-header .lang-select__btn {
    width: 105px;
    height: 30px;
    background-size: 9px 8px;
  }
  .header .lang-select__body,
  .l-header .lang-select__body {
    top: 38px;
    left: 10px;
    padding: 18px 0 20px;
    width: 100px;
  }
  .header .lang-select__link + .lang-select__link,
  .l-header .lang-select__link + .lang-select__link {
    margin-top: 20px;
    font-size: 13px;
  }
  .l-header .lang-select {
    margin-right: 30px;
  }
}
@media screen and (max-width: 758px) {
  .header .lang-select,
  .l-header .lang-select {
    padding-top: 23px;
    margin-right: 55px;
  }
  .header .lang-select__btn,
  .l-header .lang-select__btn {
    width: 90px;
    height: 30px;
    background-size: 8px 7px;
  }
  .header .lang-select__body,
  .l-header .lang-select__body {
    top: 56px;
    left: 12px;
    padding: 18px 0 20px;
    width: 80px;
  }
  .header .lang-select__link + .lang-select__link,
  .l-header .lang-select__link + .lang-select__link {
    margin-top: 16px;
    font-size: 11px;
  }
  .l-header .lang-select {
    padding-top: 0;
    margin-right: 15px;
  }
  .l-header .lang-select__body {
    top: 30px;
    padding: 10px 0 20px;
  }
}
/* ===================================

  フッター：footer

====================================== */
.footer {
  padding: 165px 0 54px;
  background-image: url(img/footer-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 1120px;
}
.footer__logo {
  width: 422px;
}
.footer__logo img {
  width: 100%;
}
.footer__snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 53px;
}
.footer__sns {
  width: 45px;
}
.footer__sns img {
  width: 100%;
}
.footer__sns + .footer__sns {
  margin-left: 30px;
}
.footer__nav {
  margin-top: 96px;
}
.footer__nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__nav .nav-list .menu-item + .menu-item {
  margin-left: 45px;
}
.footer__nav .nav-list a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.095em;
}
.footer .copyright {
  margin-top: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 100px 0 40px;
    margin-bottom: 80px;
  }
  .footer .container {
    width: 100%;
    padding: 0 30px;
  }
  .footer__logo {
    width: 250px;
  }
  .footer__snss {
    margin-top: 40px;
  }
  .footer__sns {
    width: 36px;
  }
  .footer__sns + .footer__sns {
    margin-left: 25px;
  }
  .footer__nav {
    margin-top: 40px;
  }
  .footer__nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav .nav-list .menu-item + .menu-item {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer__nav .nav-list a {
    font-size: 13px;
  }
  .footer .copyright {
    margin-top: 50px;
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding: 82px 0 27px;
    background-image: url(img/sp-footer-bg-80.jpg);
    margin-bottom: 62px;
  }
  .footer .container {
    padding: 0 15px;
  }
  .footer__logo {
    width: 133px;
  }
  .footer__snss {
    margin-top: 26px;
  }
  .footer__sns {
    width: 23px;
  }
  .footer__sns + .footer__sns {
    margin-left: 15px;
  }
  .footer__nav {
    margin-top: 26px;
  }
  .footer__nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav .nav-list .menu-item + .menu-item {
    margin-left: 0;
    margin-top: 12px;
  }
  .footer__nav .nav-list a {
    font-size: 10px;
    font-weight: 700;
  }
  .footer .copyright {
    margin-top: 35px;
    font-size: 10px;
  }
}
/* ===================================

  メインビジュアル：mv

====================================== */
.home .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home .mv__copy {
  width: 610px;
  position: absolute;
  z-index: 5;
  top: 32.4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .mv .swiper-container {
  height: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home .mv .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.home .mv .swiper-slider-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mv .swiper-slider-bg.img1 {
  background-image: url(img/pc-mv1.jpg);
}
.home .mv .swiper-slider-bg.img2 {
  background-image: url(img/pc-mv2.jpg);
}
.home .mv .swiper-slider-bg.img3 {
  background-image: url(img/pc-mv3.jpg);
}
.home .mv .swiper-slider-bg.img4 {
  background-image: url(img/pc-mv4.jpg);
}
.home .mv .swiper-slider-bg.img5 {
  background-image: url(img/pc-mv5.jpg);
}
.home .mv .swiper-slider-bg.img6 {
  background-image: url(img/pc-mv6.jpg);
}
.home .mv .swiper-slider-bg.img7 {
  background-image: url(img/pc-mv7.jpg);
}
.home .mv .swiper-slider-bg.img8 {
  background-image: url(img/pc-mv8.jpg);
}
.home .mv .swiper-slide-active .swiper-slider-bg,
.home .mv .swiper-slide-duplicate-active .swiper-slider-bg,
.home .mv .swiper-slide-prev .swiper-slider-bg {
  -webkit-animation: zoomUp 8s linear 0s 1 normal both;
          animation: zoomUp 8s linear 0s 1 normal both;
}
.home .mv .swiper-slide-bg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .home .mv {
    height: calc(100vh - 200px);
  }
  .home .mv__copy {
    width: 55%;
    top: 38%;
  }
  .home .mv .swiper-slider-bg.img1 {
    background-image: url(img/sp-mv1.jpg);
  }
  .home .mv .swiper-slider-bg.img2 {
    background-image: url(img/sp-mv2.jpg);
  }
  .home .mv .swiper-slider-bg.img3 {
    background-image: url(img/sp-mv3.jpg);
  }
  .home .mv .swiper-slider-bg.img4 {
    background-image: url(img/sp-mv4.jpg);
  }
  .home .mv .swiper-slider-bg.img5 {
    background-image: url(img/sp-mv5.jpg);
  }
  .home .mv .swiper-slider-bg.img6 {
    background-image: url(img/sp-mv6.jpg);
  }
  .home .mv .swiper-slider-bg.img7 {
    background-image: url(img/sp-mv7.jpg);
  }
  .home .mv .swiper-slider-bg.img8 {
    background-image: url(img/sp-mv8.jpg);
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    height: calc(100vh - 62px);
    min-height: 500px;
  }
  .home .mv__copy {
    width: 67.5%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* ===================================

  感染症対策について：covid-control

====================================== */
.home .covid-control__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background-color: #241d1b;
  color: #fff;
  cursor: pointer;
}
.home .covid-control__ico {
  width: 13px;
}
.home .covid-control__text {
  font-size: 18px;
  margin-left: 8px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .home .covid-control__link {
    height: 56px;
  }
  .home .covid-control__text {
    font-size: 14px;
  }
}
/* ===================================

  NEWS

====================================== */
.home .news {
  padding: 60px 0;
}
.home .news .container {
  width: 700px;
}
.home .news__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.home .news .entries {
  margin-top: 33px;
}
.home .news .entry {
  width: 100%;
}
.home .news .entry + .entry {
  margin-top: 34px;
}
.home .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__title {
  margin-left: 32px;
  font-weight: 400;
}
.home .news .more-btn {
  margin-top: 66px;
}

@media screen and (max-width: 1199px) {
  .home .news {
    padding: 50px 0;
  }
  .home .news .container {
    width: 100%;
    padding: 0 80px;
  }
  .home .news__title {
    font-size: 20px;
  }
  .home .news .entries {
    margin-top: 24px;
  }
  .home .news .entry + .entry {
    margin-top: 20px;
  }
  .home .news .entry__title {
    margin-left: 24px;
  }
  .home .news .more-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .home .news {
    padding: 30px 0 60px;
  }
  .home .news .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .news__title {
    font-size: 15px;
  }
  .home .news .entries {
    margin-top: 20px;
  }
  .home .news .entry {
    font-size: 11px;
  }
  .home .news .entry + .entry {
    margin-top: 15px;
  }
  .home .news .entry__link {
    display: block;
  }
  .home .news .entry__title {
    margin-left: 0;
    margin-top: 8px;
    line-height: 2;
  }
  .home .news .more-btn {
    margin-top: 15px;
  }
}
/* ===================================

  STORY

====================================== */
.home .story .container {
  width: 1120px;
}
.home .story__wrap {
  border-top: 2px solid #d2d3d3;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .story .section-title {
  margin-left: -12px;
}
.home .story__contents {
  margin-left: 190px;
  margin-top: -24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .story__contents .sp {
  display: none;
}
.home .story__contents p {
  font-size: 20px;
  line-height: 2.7;
  letter-spacing: 0.08em;
}
.home .story__contents p + p {
  margin-top: 54px;
}
.home .story__movie {
  margin-top: 60px;
  width: 100%;
}
.home .story__movie video {
  width: 100%;
  height: 100%;
}
.home .story__movie source {
  width: 100%;
  height: 100%;
}
.home .story__movie-head {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.home .story__movie-head .top-movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .story__movie-head .top-movie.show {
  z-index: 10;
}
.home .story__movie-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.home .story__movie-body .story-movie {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.8%;
          flex: 0 0 23.8%;
  width: 23.8%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .story__movie-body .story-movie img {
  display: block;
  width: 100%;
}
.home .story__movie-body .story-movie:hover {
  opacity: 0.9;
}
.home .story__movie-body .story-movie + .story-movie {
  margin-left: 1.6%;
}
.home .story__imgs {
  margin-top: 150px;
  width: 100%;
  overflow: hidden;
}
.home .story__imgs .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .story__imgs.move .swiper-slide {
  -webkit-transform: translateX(-270%);
      -ms-transform: translateX(-270%);
          transform: translateX(-270%);
}
.home .story__img {
  width: 360px;
}
.home .story .more-btn {
  margin-top: 60px;
}
.home .story .more-btn img {
  width: 18px;
  margin-right: 7px;
}

@media screen and (max-width: 1199px) {
  .home .story .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .story__wrap {
    padding-top: 60px;
  }
  .home .story .section-title {
    margin-left: 0;
  }
  .home .story__contents {
    margin-left: 80px;
    margin-top: -20px;
  }
  .home .story__contents p {
    font-size: 18px;
  }
  .home .story__contents p + p {
    margin-top: 40px;
  }
  .home .story__movie {
    margin-top: 40px;
    height: auto;
  }
  .home .story__movie button.more-btn {
    display: none;
  }
  .home .story__imgs {
    margin-top: 60px;
  }
  .home .story__img {
    width: 360px;
  }
  .home .story .more-btn {
    margin-top: 40px;
  }
  .home .story .more-btn img {
    width: 16px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 758px) {
  .home .story .container {
    padding: 0 15px;
  }
  .home .story__wrap {
    display: block;
    padding-top: 50px;
  }
  .home .story__contents {
    margin-left: 0;
    margin-top: 13px;
  }
  .home .story__contents .pc {
    display: none;
  }
  .home .story__contents .sp {
    display: block;
  }
  .home .story__contents p {
    font-size: 11px;
    font-weight: 500;
  }
  .home .story__contents p + p {
    margin-top: 27px;
  }
  .home .story__imgs {
    margin-top: 50px;
  }
  .home .story__img {
    width: 360px;
  }
  .home .story__movie {
    margin-top: 40px;
  }
  .home .story .more-btn {
    margin-top: 40px;
  }
  .home .story .more-btn.to-concept {
    margin: 40px 0 0;
  }
  .home .story .more-btn img {
    width: 11px;
    margin-right: 4px;
  }
}
.focus-video__contents {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.focus-video__contents.show {
  z-index: 10000;
  opacity: 1;
}
.focus-video__inner {
  width: 1440px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.focus-video__inner video {
  width: 100%;
}
.focus-video__ico {
  display: block;
  margin-top: 15px;
  margin-left: auto;
  width: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.focus-video__ico:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1500px) {
  .focus-video__inner {
    width: 1280px;
  }
}
@media screen and (max-width: 1380px) {
  .focus-video__inner {
    width: 1080px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .focus-video__ico {
    margin-top: 12px;
    margin-right: 20px;
    width: 24px;
  }
}
@media screen and (max-width: 758px) {
  .focus-video__ico {
    margin-top: 10px;
    margin-right: 15px;
    width: 20px;
  }
}
/* ===================================

  STAYCATION：stay
  WITH THE LOCALITY：locality

====================================== */
.home .stay,
.home .locality {
  margin-top: -105px;
}
.home .stay .sp,
.home .locality .sp {
  display: none;
}
.home .stay .bg,
.home .locality .bg {
  display: block;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
  width: 100%;
}
.home .stay .bg.sp,
.home .locality .bg.sp {
  display: none;
}
.home .stay .container,
.home .locality .container {
  position: relative;
  margin-top: 85px;
  width: 1120px;
  border-top: 2px solid #d2d3d3;
  z-index: 1;
}
.home .stay .section-title,
.home .locality .section-title {
  position: absolute;
  top: 0;
  left: -262px;
}
.home .stay .section-title .title,
.home .locality .section-title .title {
  white-space: nowrap;
}
.home .stay .section-title .title .sp,
.home .locality .section-title .title .sp {
  display: none;
}
.home .stay .number,
.home .locality .number {
  display: block;
  position: absolute;
  right: -119px;
  top: -103px;
  height: 205px;
}
.home .stay .items,
.home .locality .items {
  padding-top: 120px;
}
.home .stay .item,
.home .locality .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .stay .item + .item,
.home .locality .item + .item {
  margin-top: 114px;
}
.home .stay .item__thumb,
.home .locality .item__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
.home .stay .item__thumb .swiper-container,
.home .locality .item__thumb .swiper-container {
  overflow: hidden;
}
.home .stay .item__thumb-inner,
.home .locality .item__thumb-inner {
  width: 100%;
  overflow: hidden;
}
.home .stay .item__thumb-img,
.home .locality .item__thumb-img {
  width: 100%;
  padding-top: 121.4%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .stay .item__contents,
.home .locality .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 139px;
  padding-left: 60px;
}
.home .stay .item__title,
.home .locality .item__title {
  position: relative;
  left: -140px;
  display: inline-block;
  padding-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 68px;
  border-bottom: 1px solid #251e1c;
  z-index: 10;
}
.home .stay .item__body,
.home .locality .item__body {
  position: relative;
  background: #fff;
  z-index: 1;
}
.home .stay .item__heading,
.home .locality .item__heading {
  margin-top: 64px;
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.home .stay .item__heading p,
.home .locality .item__heading p {
  display: inline-block;
  background-color: #fff;
}
.home .stay .item__text,
.home .locality .item__text {
  margin-top: 27px;
  line-height: 2;
  background-color: #fff;
  letter-spacing: 0.1em;
}
.home .stay .item .more-btn,
.home .locality .item .more-btn {
  margin: 41px 0 0;
  width: 156px;
  height: 46px;
  background-color: #fff;
}
.home .stay .room .swiper-container,
.home .stay .refresh .swiper-container,
.home .stay .food .swiper-container,
.home .locality .room .swiper-container,
.home .locality .refresh .swiper-container,
.home .locality .food .swiper-container {
  position: relative;
}
.home .stay .room .swiper-pagination,
.home .stay .refresh .swiper-pagination,
.home .stay .food .swiper-pagination,
.home .locality .room .swiper-pagination,
.home .locality .refresh .swiper-pagination,
.home .locality .food .swiper-pagination {
  position: absolute;
}
.home .stay .swiper-horizontal > .swiper-pagination-bullets,
.home .stay .swiper-pagination-bullets.swiper-pagination-horizontal,
.home .stay .swiper-pagination-custom,
.home .stay .swiper-pagination-fraction,
.home .locality .swiper-horizontal > .swiper-pagination-bullets,
.home .locality .swiper-pagination-bullets.swiper-pagination-horizontal,
.home .locality .swiper-pagination-custom,
.home .locality .swiper-pagination-fraction {
  bottom: -33px;
  text-align: left;
}
.home .stay .swiper-pagination-bullet,
.home .locality .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #251e1c;
  opacity: 1;
}
.home .stay .swiper-pagination-bullet-active,
.home .locality .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #251e1c;
}
.home .locality {
  margin-top: 0;
}
.home .locality .locals .item__contents {
  padding-top: 124px;
}
.home .locality .locals .item__title {
  border-bottom: none;
}
.home .locality .locals .item__title span {
  display: inline-block;
  border-bottom: 1px solid #251e1c;
  margin-bottom: 20px;
}
.home .locality .locals .item__title span:nth-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 1450px) {
  .home .stay .container,
  .home .locality .container {
    padding: 0 50px 0 80px;
    border-top: none;
  }
  .home .stay .section-title,
  .home .locality .section-title {
    left: -120px;
  }
  .home .stay .contents,
  .home .locality .contents {
    border-top: 2px solid #d2d3d3;
  }
  .home .stay .item__thumb,
  .home .locality .item__thumb {
    -webkit-box-flex: 510px;
        -ms-flex: 510px;
            flex: 510px;
    width: 510px;
  }
  .home .stay .item__thumb-img,
  .home .locality .item__thumb-img {
    padding-top: 133.3%;
  }
  .home .stay .item__contents,
  .home .locality .item__contents {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1340px) {
  .home .stay .container,
  .home .locality .container {
    padding: 0 0 0 130px;
    border-top: none;
  }
  .home .stay .section-title,
  .home .locality .section-title {
    left: -60px;
  }
  .home .stay .number,
  .home .locality .number {
    right: -50px;
  }
  .home .stay .contents,
  .home .locality .contents {
    border-top: 2px solid #d2d3d3;
  }
}
@media screen and (max-width: 1199px) {
  .home .stay,
  .home .locality {
    margin-top: 0;
  }
  .home .stay .pc,
  .home .locality .pc {
    display: none;
  }
  .home .stay .sp,
  .home .locality .sp {
    display: block;
  }
  .home .stay .bg.pc,
  .home .locality .bg.pc {
    display: none;
  }
  .home .stay .bg.sp,
  .home .locality .bg.sp {
    display: block;
  }
  .home .stay .container,
  .home .locality .container {
    margin-top: 85px;
    width: 100%;
    padding: 0 30px;
    border-top: none;
  }
  .home .stay .contents,
  .home .locality .contents {
    border-top: none;
  }
  .home .stay .section-title,
  .home .locality .section-title {
    position: static;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .stay .section-title .title,
  .home .locality .section-title .title {
    margin-top: 7px;
    font-size: 80px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home .stay .section-title .title .sp,
  .home .locality .section-title .title .sp {
    display: block;
  }
  .home .stay .section-title .text,
  .home .locality .section-title .text {
    font-size: 24px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home .stay .number,
  .home .locality .number {
    position: static;
    margin-left: auto;
    top: 0;
    height: 160px;
  }
  .home .stay .items,
  .home .locality .items {
    padding-top: 70px;
  }
  .home .stay .item,
  .home .locality .item {
    width: 100%;
    display: block;
  }
  .home .stay .item + .item,
  .home .locality .item + .item {
    margin-top: 80px;
  }
  .home .stay .item__thumb,
  .home .locality .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .stay .item__thumb-img,
  .home .locality .item__thumb-img {
    padding-top: 66.7%;
  }
  .home .stay .item__contents,
  .home .locality .item__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 60px;
    padding-left: 0;
  }
  .home .stay .item__title,
  .home .locality .item__title {
    left: 0;
    padding-bottom: 12px;
    font-size: 48px;
    background-color: #fff;
  }
  .home .stay .item__heading,
  .home .locality .item__heading {
    margin-top: 36px;
    font-size: 20px;
  }
  .home .stay .item__heading p,
  .home .locality .item__heading p {
    padding-bottom: 20px;
  }
  .home .stay .item__text,
  .home .locality .item__text {
    margin-top: 0;
  }
  .home .stay .item .more-btn,
  .home .locality .item .more-btn {
    margin: 30px 0 0;
    width: 140px;
    height: 40px;
  }
  .home .stay .swiper-horizontal > .swiper-pagination-bullets,
  .home .stay .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home .stay .swiper-pagination-custom,
  .home .stay .swiper-pagination-fraction,
  .home .locality .swiper-horizontal > .swiper-pagination-bullets,
  .home .locality .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home .locality .swiper-pagination-custom,
  .home .locality .swiper-pagination-fraction {
    bottom: -30px;
    text-align: center;
  }
  .home .stay .swiper-pagination-bullet,
  .home .locality .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .home .locality .locals .item__contents {
    padding-top: 60px;
  }
  .home .locality .locals .item__title {
    border-bottom: 1px solid #251e1c;
  }
  .home .locality .locals .item__title br {
    display: none;
  }
  .home .locality .locals .item__title span {
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 758px) {
  .home .stay,
  .home .locality {
    margin-top: 0;
  }
  .home .stay .container,
  .home .locality .container {
    margin-top: 45px;
    padding: 0 15px;
  }
  .home .stay .section-title .title,
  .home .locality .section-title .title {
    margin-top: 7px;
    font-size: 34px;
  }
  .home .stay .section-title .text,
  .home .locality .section-title .text {
    font-size: 11px;
  }
  .home .stay .number,
  .home .locality .number {
    height: 60px;
  }
  .home .stay .items,
  .home .locality .items {
    padding-top: 30px;
  }
  .home .stay .item + .item,
  .home .locality .item + .item {
    margin-top: 100px;
  }
  .home .stay .item__contents,
  .home .locality .item__contents {
    padding-top: 50px;
  }
  .home .stay .item__title,
  .home .locality .item__title {
    padding-bottom: 5px;
    padding-right: 15px;
    font-size: 24px;
  }
  .home .stay .item__heading,
  .home .locality .item__heading {
    margin-top: 30px;
    font-size: 14px;
  }
  .home .stay .item__heading p,
  .home .locality .item__heading p {
    padding-bottom: 20px;
  }
  .home .stay .item__text,
  .home .locality .item__text {
    margin-top: 0;
    font-size: 11px;
  }
  .home .stay .item .more-btn,
  .home .locality .item .more-btn {
    margin: 20px auto 0;
    width: 94px;
    height: 28px;
  }
  .home .stay .swiper-horizontal > .swiper-pagination-bullets,
  .home .stay .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home .stay .swiper-pagination-custom,
  .home .stay .swiper-pagination-fraction,
  .home .locality .swiper-horizontal > .swiper-pagination-bullets,
  .home .locality .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home .locality .swiper-pagination-custom,
  .home .locality .swiper-pagination-fraction {
    bottom: -20px;
  }
  .home .stay .swiper-pagination-bullet,
  .home .locality .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .home .locality {
    margin-top: 0;
  }
  .home .locality .locals .item__contents {
    padding-top: 60px;
  }
  .home .locality .locals .item__title {
    border-bottom: 1px solid #251e1c;
  }
  .home .locality .locals .item__title br {
    display: none;
  }
  .home .locality .locals .item__title span {
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0;
  }
}
/* ===================================

  MAP：map

====================================== */
.home .map .container {
  position: relative;
  width: 1120px;
}
.home .map .bg {
  display: block;
  position: relative;
  top: 0;
  z-index: -1;
  width: 100%;
}
.home .map .bg.sp {
  display: none;
}
.home .map .number {
  display: block;
  position: absolute;
  right: -119px;
  top: -103px;
  height: 205px;
}
.home .map__inner {
  position: relative;
  margin-top: -95px;
  height: 900px;
}
.home .map__illust {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.home .map__illust.sp {
  display: none;
}
.home .map .section-title {
  position: absolute;
  top: -51px;
  left: -262px;
}
.home .map .section-title .title {
  font-size: 108px;
  white-space: nowrap;
}
.home .map .section-title .title .sp {
  display: none;
}
.home .map__contents {
  padding-top: 60px;
}
.home .map .more-btn {
  background-color: #fff;
}
.home .map .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
.home .map .item__logo {
  width: 33.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}
.home .map .item__logo img {
  width: 242px;
}
.home .map .item .address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  width: 33.3%;
  margin-left: 0;
}
.home .map .item .address__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .map .item .address__text {
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.home .map .item .address__mail {
  margin-top: 11px;
  letter-spacing: 0.05em;
}
.home .map .item .tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  width: 33.3%;
  margin-left: 0;
}
.home .map .item .tel__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .map .item .tel__text {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.home .map__way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 66px;
  padding-top: 53px;
  padding-bottom: 143px;
  border-top: 2px solid #d2d3d3;
}
.home .map__way .map__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  width: 33.3%;
}
.home .map__way p {
  line-height: 2;
}
.home .map__way p span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: 700;
}
.home .map__way p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 1450px) {
  .home .map .container {
    padding: 0;
  }
  .home .map .section-title {
    left: -120px;
  }
  .home .map__way {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .map__way .map__item {
    -webkit-box-flex: 33.3%;
        -ms-flex: 33.3%;
            flex: 33.3%;
  }
}
@media screen and (max-width: 1340px) {
  .home .map .container {
    padding: 0;
  }
  .home .map .section-title {
    left: -60px;
  }
  .home .map .number {
    right: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .home .map .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .map .bg.pc {
    display: none;
  }
  .home .map .bg.sp {
    display: block;
  }
  .home .map .number {
    display: block;
    position: static;
    right: auto;
    margin-left: auto;
    top: 0;
    height: 160px;
  }
  .home .map__inner {
    position: static;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .home .map__illust {
    margin-top: 70px;
    position: static;
    width: 100%;
    height: auto;
  }
  .home .map__illust.pc {
    display: none;
  }
  .home .map__illust.sp {
    display: block;
  }
  .home .map .section-title {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    top: 0;
    left: 0;
  }
  .home .map .section-title .title {
    margin-top: 7px;
    font-size: 80px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home .map .section-title .title .sp {
    display: block;
  }
  .home .map .section-title .text {
    font-size: 24px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home .map__contents {
    padding-top: 40px;
  }
  .home .map .item {
    display: block;
    margin-top: 50px;
  }
  .home .map .item__logo {
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin: 0 auto;
  }
  .home .map .item .address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .home .map .item .address__title {
    font-size: 18px;
  }
  .home .map .item .address__text {
    margin-top: 8px;
  }
  .home .map .item .address__mail {
    margin-top: 10px;
  }
  .home .map .item .tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .home .map .item .tel__title {
    font-size: 18px;
  }
  .home .map .item .tel__text {
    margin-top: 8px;
  }
  .home .map__way {
    display: block;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .home .map__way p span {
    font-size: 18px;
  }
  .home .map__way .map__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .map__item + .map__item {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .home .map .container {
    padding: 0 15px;
  }
  .home .map .number {
    height: 60px;
  }
  .home .map__illust {
    margin-top: 30px;
  }
  .home .map .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .map .section-title .title {
    font-size: 34px;
  }
  .home .map .section-title .text {
    font-size: 11px;
  }
  .home .map__contents {
    padding-top: 30px;
  }
  .home .map__contents .container {
    padding: 0 40px;
  }
  .home .map .item {
    margin-top: 30px;
  }
  .home .map .item__logo {
    width: 133px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133px;
            flex: 0 0 133px;
  }
  .home .map .item .address {
    margin-top: 30px;
  }
  .home .map .item .address__title {
    font-size: 16px;
  }
  .home .map .item .address__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .home .map .item .address__mail {
    margin-top: 5px;
  }
  .home .map .item .tel {
    margin-top: 30px;
  }
  .home .map .item .tel__title {
    font-size: 16px;
  }
  .home .map .item .tel__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .home .map__way {
    margin-top: 33px;
    padding-top: 26px;
    padding-bottom: 70px;
  }
  .home .map__way p span {
    font-size: 16px;
  }
}
/* ===================================

  セトニテ 外観/内観イメージ

====================================== */
.home section.image {
  padding-bottom: 260px;
}
.home section.image .container {
  width: 1120px;
}
.home section.image .section-head {
  text-align: center;
}
.home section.image .section-head .title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.home section.image .section-head .text {
  margin-top: 25px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.home section.image .slider {
  position: relative;
  margin-top: 46px;
}
.home section.image .slider .swiper-pagination {
  position: absolute;
}
.home section.image .slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.home section.image .slider .swiper-horizontal > .swiper-pagination-bullets,
.home section.image .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.home section.image .slider .swiper-pagination-custom,
.home section.image .slider .swiper-pagination-fraction {
  position: absolute;
  bottom: -43px;
  text-align: center;
}
.home section.image .slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #251e1c;
  opacity: 1;
}
.home section.image .slider .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #251e1c;
}

@media screen and (max-width: 1199px) {
  .home section.image {
    padding-bottom: 120px;
  }
  .home section.image .container {
    width: 100%;
    padding: 0 30px;
  }
  .home section.image .section-head .title {
    font-size: 36px;
  }
  .home section.image .section-head .text {
    margin-top: 20px;
    font-size: 22px;
  }
  .home section.image .slider {
    margin-top: 40px;
  }
  .home section.image .slider .swiper-horizontal > .swiper-pagination-bullets,
  .home section.image .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home section.image .slider .swiper-pagination-custom,
  .home section.image .slider .swiper-pagination-fraction {
    bottom: -30px;
  }
  .home section.image .slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 758px) {
  .home section.image {
    padding-bottom: 60px;
  }
  .home section.image .container {
    padding: 0 15px;
  }
  .home section.image .section-head .title {
    font-size: 28px;
  }
  .home section.image .section-head .text {
    margin-top: 14px;
    font-size: 11px;
  }
  .home section.image .slider {
    margin-top: 30px;
  }
  .home section.image .slider .swiper-horizontal > .swiper-pagination-bullets,
  .home section.image .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home section.image .slider .swiper-pagination-custom,
  .home section.image .slider .swiper-pagination-fraction {
    bottom: -20px;
  }
  .home section.image .slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
/* ===================================

  よくある質問：qa

====================================== */
.home .qa {
  text-align: center;
}
.home .qa .container {
  position: relative;
  width: 1120px;
  padding: 62px 0 148px;
  border-top: 2px solid #d2d3d3;
}
.home .qa .section-title {
  position: absolute;
  top: 0;
  left: -262px;
}
.home .qa .section-title .title {
  white-space: nowrap;
}
.home .qa .section-title .title .sp {
  display: none;
}
.home .qa__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.home .qa__text {
  margin-top: 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.home .qa .more-btn {
  margin-top: 55px;
}

@media screen and (max-width: 1450px) {
  .home .qa .container {
    border-top: none;
    padding: 0 66px;
  }
  .home .qa__inner {
    border-top: 2px solid #d2d3d3;
    padding: 62px 66px 148px;
  }
  .home .qa .section-title {
    left: -120px;
  }
}
@media screen and (max-width: 1340px) {
  .home .qa .container {
    padding: 0 66px 0 100px;
  }
  .home .qa__inner {
    border-top: 2px solid #d2d3d3;
    padding: 62px 66px 148px 86px;
  }
  .home .qa .section-title {
    left: -60px;
  }
}
@media screen and (max-width: 1199px) {
  .home .qa {
    text-align: left;
  }
  .home .qa .container {
    width: 100%;
    padding: 40px 30px 80px;
  }
  .home .qa .section-title {
    position: static;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .qa .section-title .title {
    margin-top: 7px;
    font-size: 80px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home .qa .section-title .title .sp {
    display: block;
  }
  .home .qa .section-title .text {
    font-size: 24px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home .qa__inner {
    border-top: none;
    padding: 0;
  }
  .home .qa__title {
    display: none;
  }
  .home .qa__text {
    margin-top: 30px;
  }
  .home .qa .more-btn {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 758px) {
  .home .qa .container {
    padding: 31px 15px 74px;
  }
  .home .qa .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .qa .section-title .title {
    font-size: 34px;
  }
  .home .qa .section-title .text {
    font-size: 11px;
  }
  .home .qa__text {
    margin-top: 15px;
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0.135em;
  }
  .home .qa .more-btn {
    margin: 28px auto 0;
  }
}
/* ===================================

  固定ページ共通設定

====================================== */
.page-wrap {
  margin-top: 160px;
}

@media screen and (max-width: 1199px) {
  .page-wrap {
    margin-top: 80px;
  }
}
/* ===================================

  ROOM：page-room
  サウナ：page-sauna
  お食事：page-food
  施設紹介：page-facility
  コンセプト：page-concept

====================================== */
.page-food .main,
.page-refresh .main,
.page-facility .main,
.page-concept .main,
.page-room .main {
  padding-bottom: 400px;
}
.page-food .cpage__contents,
.page-refresh .cpage__contents,
.page-facility .cpage__contents,
.page-concept .cpage__contents,
.page-room .cpage__contents {
  margin-top: 267px;
}
.page-food .cpage__contents .container,
.page-refresh .cpage__contents .container,
.page-facility .cpage__contents .container,
.page-concept .cpage__contents .container,
.page-room .cpage__contents .container {
  width: 1120px;
}
.page-food .cpage__section + .cpage__section,
.page-refresh .cpage__section + .cpage__section,
.page-facility .cpage__section + .cpage__section,
.page-concept .cpage__section + .cpage__section,
.page-room .cpage__section + .cpage__section {
  margin-top: 250px;
}
.page-food .cpage__title,
.page-refresh .cpage__title,
.page-facility .cpage__title,
.page-concept .cpage__title,
.page-room .cpage__title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700px;
  letter-spacing: 0.11em;
  line-height: 1.5;
}
.page-food .cpage__subtitle,
.page-refresh .cpage__subtitle,
.page-facility .cpage__subtitle,
.page-concept .cpage__subtitle,
.page-room .cpage__subtitle {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.page-food .cpage__text,
.page-refresh .cpage__text,
.page-facility .cpage__text,
.page-concept .cpage__text,
.page-room .cpage__text {
  margin-top: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page-food .items,
.page-refresh .items,
.page-facility .items,
.page-concept .items,
.page-room .items {
  margin-top: 100px;
}
.page-food .item,
.page-refresh .item,
.page-facility .item,
.page-concept .item,
.page-room .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-food .item + .item,
.page-refresh .item + .item,
.page-facility .item + .item,
.page-concept .item + .item,
.page-room .item + .item {
  margin-top: 80px;
}
.page-food .item__thumb,
.page-refresh .item__thumb,
.page-facility .item__thumb,
.page-concept .item__thumb,
.page-room .item__thumb {
  width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
.page-food .item__thumb a,
.page-refresh .item__thumb a,
.page-facility .item__thumb a,
.page-concept .item__thumb a,
.page-room .item__thumb a {
  display: block;
  width: 100%;
}
.page-food .item__thumb img,
.page-refresh .item__thumb img,
.page-facility .item__thumb img,
.page-concept .item__thumb img,
.page-room .item__thumb img {
  display: block;
  width: 100%;
}
.page-food .item__body,
.page-refresh .item__body,
.page-facility .item__body,
.page-concept .item__body,
.page-room .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 30px;
  padding-left: 50px;
}
.page-food .item__title,
.page-refresh .item__title,
.page-facility .item__title,
.page-concept .item__title,
.page-room .item__title {
  margin-top: -14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}
.page-food .item__text,
.page-refresh .item__text,
.page-facility .item__text,
.page-concept .item__text,
.page-room .item__text {
  margin-top: 27px;
  line-height: 2.687;
  letter-spacing: 0.1em;
}
.page-food .section-head,
.page-refresh .section-head,
.page-facility .section-head,
.page-concept .section-head,
.page-room .section-head {
  text-align: center;
}
.page-food .section-head .title,
.page-refresh .section-head .title,
.page-facility .section-head .title,
.page-concept .section-head .title,
.page-room .section-head .title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.page-food .section-head .text,
.page-refresh .section-head .text,
.page-facility .section-head .text,
.page-concept .section-head .text,
.page-room .section-head .text {
  margin-top: 25px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 1199px) {
  .page-food .main,
  .page-refresh .main,
  .page-facility .main,
  .page-concept .main,
  .page-room .main {
    padding-bottom: 200px;
  }
  .page-food .cpage__contents,
  .page-refresh .cpage__contents,
  .page-facility .cpage__contents,
  .page-concept .cpage__contents,
  .page-room .cpage__contents {
    margin-top: 130px;
  }
  .page-food .cpage__contents .container,
  .page-refresh .cpage__contents .container,
  .page-facility .cpage__contents .container,
  .page-concept .cpage__contents .container,
  .page-room .cpage__contents .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-food .cpage__section + .cpage__section,
  .page-refresh .cpage__section + .cpage__section,
  .page-facility .cpage__section + .cpage__section,
  .page-concept .cpage__section + .cpage__section,
  .page-room .cpage__section + .cpage__section {
    margin-top: 120px;
  }
  .page-food .cpage__title,
  .page-refresh .cpage__title,
  .page-facility .cpage__title,
  .page-concept .cpage__title,
  .page-room .cpage__title {
    font-size: 36px;
  }
  .page-food .cpage__subtitle,
  .page-refresh .cpage__subtitle,
  .page-facility .cpage__subtitle,
  .page-concept .cpage__subtitle,
  .page-room .cpage__subtitle {
    margin-top: 20px;
    font-size: 22px;
  }
  .page-food .cpage__text,
  .page-refresh .cpage__text,
  .page-facility .cpage__text,
  .page-concept .cpage__text,
  .page-room .cpage__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-food .items,
  .page-refresh .items,
  .page-facility .items,
  .page-concept .items,
  .page-room .items {
    margin-top: 60px;
  }
  .page-food .item,
  .page-refresh .item,
  .page-facility .item,
  .page-concept .item,
  .page-room .item {
    display: block;
  }
  .page-food .item + .item,
  .page-refresh .item + .item,
  .page-facility .item + .item,
  .page-concept .item + .item,
  .page-room .item + .item {
    margin-top: 60px;
  }
  .page-food .item__thumb,
  .page-refresh .item__thumb,
  .page-facility .item__thumb,
  .page-concept .item__thumb,
  .page-room .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-food .item__body,
  .page-refresh .item__body,
  .page-facility .item__body,
  .page-concept .item__body,
  .page-room .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .page-food .item__title,
  .page-refresh .item__title,
  .page-facility .item__title,
  .page-concept .item__title,
  .page-room .item__title {
    margin-top: 0;
    font-size: 28px;
  }
  .page-food .item__text,
  .page-refresh .item__text,
  .page-facility .item__text,
  .page-concept .item__text,
  .page-room .item__text {
    margin-top: 10px;
    font-size: 16px;
  }
  .page-food .section-head .title,
  .page-refresh .section-head .title,
  .page-facility .section-head .title,
  .page-concept .section-head .title,
  .page-room .section-head .title {
    font-size: 36px;
  }
  .page-food .section-head .text,
  .page-refresh .section-head .text,
  .page-facility .section-head .text,
  .page-concept .section-head .text,
  .page-room .section-head .text {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 758px) {
  .page-food .main,
  .page-refresh .main,
  .page-facility .main,
  .page-concept .main,
  .page-room .main {
    padding-bottom: 100px;
  }
  .page-food .cpage__contents,
  .page-refresh .cpage__contents,
  .page-facility .cpage__contents,
  .page-concept .cpage__contents,
  .page-room .cpage__contents {
    margin-top: 100px;
  }
  .page-food .cpage__contents .container,
  .page-refresh .cpage__contents .container,
  .page-facility .cpage__contents .container,
  .page-concept .cpage__contents .container,
  .page-room .cpage__contents .container {
    padding: 0 15px;
  }
  .page-food .cpage__section + .cpage__section,
  .page-refresh .cpage__section + .cpage__section,
  .page-facility .cpage__section + .cpage__section,
  .page-concept .cpage__section + .cpage__section,
  .page-room .cpage__section + .cpage__section {
    margin-top: 80px;
  }
  .page-food .cpage__title,
  .page-refresh .cpage__title,
  .page-facility .cpage__title,
  .page-concept .cpage__title,
  .page-room .cpage__title {
    font-size: 28px;
  }
  .page-food .cpage__subtitle,
  .page-refresh .cpage__subtitle,
  .page-facility .cpage__subtitle,
  .page-concept .cpage__subtitle,
  .page-room .cpage__subtitle {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-food .cpage__text,
  .page-refresh .cpage__text,
  .page-facility .cpage__text,
  .page-concept .cpage__text,
  .page-room .cpage__text {
    margin-top: 20px;
    font-size: 11px;
    line-height: 2;
  }
  .page-food .items,
  .page-refresh .items,
  .page-facility .items,
  .page-concept .items,
  .page-room .items {
    margin-top: 20px;
  }
  .page-food .item + .item,
  .page-refresh .item + .item,
  .page-facility .item + .item,
  .page-concept .item + .item,
  .page-room .item + .item {
    margin-top: 50px;
  }
  .page-food .item__body,
  .page-refresh .item__body,
  .page-facility .item__body,
  .page-concept .item__body,
  .page-room .item__body {
    padding: 20px 15px 0;
  }
  .page-food .item__thumb,
  .page-refresh .item__thumb,
  .page-facility .item__thumb,
  .page-concept .item__thumb,
  .page-room .item__thumb {
    padding: 0 15px;
  }
  .page-food .item__title,
  .page-refresh .item__title,
  .page-facility .item__title,
  .page-concept .item__title,
  .page-room .item__title {
    font-size: 18px;
  }
  .page-food .item__text,
  .page-refresh .item__text,
  .page-facility .item__text,
  .page-concept .item__text,
  .page-room .item__text {
    margin-top: 5px;
    font-size: 11px;
  }
  .page-food .section-head .title,
  .page-refresh .section-head .title,
  .page-facility .section-head .title,
  .page-concept .section-head .title,
  .page-room .section-head .title {
    font-size: 28px;
  }
  .page-food .section-head .text,
  .page-refresh .section-head .text,
  .page-facility .section-head .text,
  .page-concept .section-head .text,
  .page-room .section-head .text {
    margin-top: 14px;
    font-size: 11px;
  }
}
/* ===================================

  ROOM

====================================== */
@media screen and (max-width: 758px) {
  .page-room .cpage__title {
    font-size: 24px;
  }
}
/* ===================================

  FOOD

====================================== */
.page-food .map,
.page-facility .map {
  margin-top: 276px;
}
.page-food .map .container,
.page-facility .map .container {
  width: 1120px;
}
.page-food .map__contents,
.page-facility .map__contents {
  margin-top: 53px;
}

@media screen and (max-width: 1199px) {
  .page-food .map,
  .page-facility .map {
    margin-top: 120px;
  }
  .page-food .map .container,
  .page-facility .map .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-food .map__contents,
  .page-facility .map__contents {
    margin-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-food .map,
  .page-facility .map {
    margin-top: 80px;
  }
  .page-food .map .container,
  .page-facility .map .container {
    padding: 0 15px;
  }
  .page-food .map__contents,
  .page-facility .map__contents {
    margin-top: 30px;
  }
}
/* ===================================

  コンセプト

====================================== */
.page-concept .section-title {
  position: relative;
  z-index: 1;
}
.page-concept .concept-thumb {
  margin-top: -68px;
}
.page-concept .concept-thumb .container {
  width: 1120px;
}
.page-concept .cpage__contents {
  margin-top: 114px;
}
.page-concept .concept-title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.06;
}
.page-concept .concept-contents {
  margin-top: 78px;
}
.page-concept .concept-contents p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.72;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-concept .concept-contents p .sp {
  display: none;
}
.page-concept .concept-contents p + p {
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .page-concept .concept-thumb {
    margin-top: -52px;
  }
  .page-concept .concept-thumb .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-concept .cpage__contents {
    margin-top: 60px;
  }
  .page-concept .concept-title {
    font-size: 24px;
  }
  .page-concept .concept-contents {
    margin-top: 40px;
  }
  .page-concept .concept-contents p {
    font-size: 16px;
  }
  .page-concept .concept-contents p + p {
    margin-top: 2em;
  }
}
@media screen and (max-width: 758px) {
  .page-concept .concept-thumb {
    margin-top: 30px;
  }
  .page-concept .concept-thumb .container {
    padding: 0 15px;
  }
  .page-concept .cpage__contents {
    margin-top: 50px;
  }
  .page-concept .concept-title {
    font-size: 18px;
  }
  .page-concept .concept-contents {
    margin-top: 40px;
  }
  .page-concept .concept-contents p {
    font-size: 12px;
  }
  .page-concept .concept-contents p .pc {
    display: none;
  }
  .page-concept .concept-contents p .sp {
    display: block;
  }
  .page-concept .concept-contents p + p {
    margin-top: 1.5em;
  }
}
/* ===================================

  スライダー上余白設定

====================================== */
.page-food .mv-lower__slider,
.page-room .mv-lower__slider {
  margin-top: 216px;
}

@media screen and (max-width: 1199px) {
  .page-food .mv-lower__slider,
  .page-room .mv-lower__slider {
    margin-top: 108px;
  }
}
@media screen and (max-width: 758px) {
  .page-food .mv-lower__slider,
  .page-room .mv-lower__slider {
    margin-top: 50px;
  }
}
/* ===================================

  各ページ固有CSS

====================================== */
.page-food .swiper-container .swiper-slide__img.img1 {
  background-image: url(img/food-slider1-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img2 {
  background-image: url(img/food-slider2-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img3 {
  background-image: url(img/food-slider3-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img4 {
  background-image: url(img/food-slider4-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img5 {
  background-image: url(img/food-slider5-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img6 {
  background-image: url(img/food-slider6-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img7 {
  background-image: url(img/food-slider7-80.jpg);
}
.page-food .swiper-container .swiper-slide__img.img8 {
  background-image: url(img/food-slider8-80.jpg);
}

.page-room .swiper-container .swiper-slide__img.img1 {
  background-image: url(img/room-slider1-80.jpg);
}
.page-room .swiper-container .swiper-slide__img.img2 {
  background-image: url(img/room-slider2-80.jpg);
}
.page-room .swiper-container .swiper-slide__img.img3 {
  background-image: url(img/room-slider3-80.jpg);
}
.page-room .swiper-container .swiper-slide__img.img4 {
  background-image: url(img/room-slider4-80.jpg);
}
.page-room .swiper-container .swiper-slide__img.img5 {
  background-image: url(img/room-slider5-80.jpg);
}
.page-room .swiper-container .swiper-slide__img.img6 {
  background-image: url(img/room-slider6-80.jpg);
}
.page-room .item__title {
  font-size: 26px;
}
.page-room .cpage__title {
  font-size: 36px;
}

@media screen and (max-width: 1199px) {
  .page-room .cpage__title {
    font-size: 33px;
  }
  .page-room .item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 758px) {
  .page-room .cpage__title {
    font-size: 23px;
  }
  .page-room .item__title {
    font-size: 16px;
  }
}
.page-refresh .swiper-container .swiper-slide__img.img1 {
  background-image: url(img/refresh-slider1-80.jpg);
}
.page-refresh .swiper-container .swiper-slide__img.img2 {
  background-image: url(img/refresh-slider2-80.jpg);
}
.page-refresh .swiper-container .swiper-slide__img.img3 {
  background-image: url(img/refresh-slider3-80.jpg);
}

.page-facility .swiper-container .swiper-slide__img.img1 {
  background-image: url(img/facility-slider1-80.jpg);
}
.page-facility .swiper-container .swiper-slide__img.img2 {
  background-image: url(img/facility-slider2-80.jpg);
}
.page-facility .item .more-btn {
  margin: 30px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 758px) {
  .page-facility .item .more-btn {
    margin: 15px 0 0;
    font-size: 11px;
  }
}
.page-room .cpage__contents .items {
  padding: 0 20px;
}
.page-room .cpage__contents .item {
  display: block;
}
.page-room .cpage__contents .item + .item {
  margin-top: 160px;
}
.page-room .cpage__contents .item .item__title {
  font-size: 36px;
  font-weight: 700;
}
.page-room .cpage__contents .item-imgs {
  margin-top: 47px;
}
.page-room .cpage__contents .item-img__mains {
  width: 100%;
}
.page-room .cpage__contents .item-img__main {
  width: 100%;
}
.page-room .cpage__contents .item-img__subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.page-room .cpage__contents .item-img__sub {
  width: 205px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-room .cpage__contents .item-img__sub:hover {
  opacity: 0.9;
}
.page-room .cpage__contents .item-img__sub:nth-child(n+1) {
  margin-left: 13px;
}
.page-room .cpage__contents .item-img__sub:nth-child(5n+1) {
  margin-left: 0;
}
.page-room .cpage__contents .item-img__sub:nth-child(n+6) {
  margin-top: 13px;
}
.page-room .cpage__contents .item-body {
  margin-top: 68px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-room .cpage__contents .item-body__title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.page-room .cpage__contents .item-body__detail {
  margin-left: 90px;
}
.page-room .cpage__contents .item-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .page-room .cpage__contents .items {
    padding: 0 30px;
  }
  .page-room .cpage__contents .item + .item {
    margin-top: 100px;
  }
  .page-room .cpage__contents .item .item__title {
    font-size: 30px;
  }
  .page-room .cpage__contents .item-imgs {
    margin-top: 36px;
  }
  .page-room .cpage__contents .item-img__subs {
    margin-top: 16px;
  }
  .page-room .cpage__contents .item-img__sub {
    width: 18.8%;
  }
  .page-room .cpage__contents .item-img__sub:hover {
    opacity: 1;
  }
  .page-room .cpage__contents .item-img__sub:nth-child(n+1) {
    margin-left: 1.5%;
  }
  .page-room .cpage__contents .item-img__sub:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-room .cpage__contents .item-img__sub:nth-child(n+6) {
    margin-top: 10px;
  }
  .page-room .cpage__contents .item-body {
    margin-top: 40px;
    padding-left: 20px;
  }
  .page-room .cpage__contents .item-body__title {
    font-size: 23px;
  }
  .page-room .cpage__contents .item-body__detail {
    margin-left: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-room .cpage__contents .items {
    padding: 0 15px;
  }
  .page-room .cpage__contents .item + .item {
    margin-top: 60px;
  }
  .page-room .cpage__contents .item .item__title {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .page-room .cpage__contents .item-imgs {
    margin-top: 19px;
  }
  .page-room .cpage__contents .item-img__subs {
    margin-top: 6px;
  }
  .page-room .cpage__contents .item-img__sub {
    width: 19%;
  }
  .page-room .cpage__contents .item-img__sub:nth-child(n+1) {
    margin-left: 1.25%;
  }
  .page-room .cpage__contents .item-img__sub:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-room .cpage__contents .item-img__sub:nth-child(n+6) {
    margin-top: 5px;
  }
  .page-room .cpage__contents .item-body {
    display: block;
    margin-top: 36px;
    padding-left: 16px;
  }
  .page-room .cpage__contents .item-body__title {
    font-size: 16px;
  }
  .page-room .cpage__contents .item-body__detail {
    margin-left: 0;
    margin-top: 13px;
  }
}
/* ---------------------------------
  2025/6/5 追加
----------------------------------- */
.page-food .mt0 {
  margin-top: 0;
}
.page-food .cpage__section {
  margin-top: 250px;
}
.page-food .cpage__note {
  margin-top: 5em;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-food .cpage__section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 758px) {
  .page-food .cpage__section {
    margin-top: 80px;
  }
}
/* ===================================

  プライバシーポリシー
  宿泊約款・利用規約
  キャンセルポリシー

====================================== */
.page-privacypolicy .main,
.page-terms .main,
.page-cancelpolicy .main {
  padding: 106px 0 320px;
}
.page-privacypolicy .main .container,
.page-terms .main .container,
.page-cancelpolicy .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
}
.page-privacypolicy .section-title,
.page-terms .section-title,
.page-cancelpolicy .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-privacypolicy .section-title .title,
.page-terms .section-title .title,
.page-cancelpolicy .section-title .title {
  font-size: 72px;
}
.page-privacypolicy .section-title .text,
.page-terms .section-title .text,
.page-cancelpolicy .section-title .text {
  font-size: 25px;
}
.page-privacypolicy .contents,
.page-terms .contents,
.page-cancelpolicy .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.page-privacypolicy .entry__body,
.page-terms .entry__body,
.page-cancelpolicy .entry__body {
  word-break: break-all;
}
.page-privacypolicy .entry__body > *:first-child,
.page-terms .entry__body > *:first-child,
.page-cancelpolicy .entry__body > *:first-child {
  margin-top: 0;
}
.page-privacypolicy .entry__body h2,
.page-terms .entry__body h2,
.page-cancelpolicy .entry__body h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 90px;
}
.page-privacypolicy .entry__body h3,
.page-terms .entry__body h3,
.page-cancelpolicy .entry__body h3 {
  margin-top: 90px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.page-privacypolicy .entry__body h4,
.page-terms .entry__body h4,
.page-cancelpolicy .entry__body h4 {
  margin-top: 90px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-privacypolicy .entry__body h5,
.page-terms .entry__body h5,
.page-cancelpolicy .entry__body h5 {
  margin-top: 90px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.page-privacypolicy .entry__body h6,
.page-terms .entry__body h6,
.page-cancelpolicy .entry__body h6 {
  margin-top: 90px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.page-privacypolicy .entry__body p,
.page-terms .entry__body p,
.page-cancelpolicy .entry__body p {
  margin-top: 40px;
  line-height: 2;
}
.page-privacypolicy .entry__body p + p,
.page-terms .entry__body p + p,
.page-cancelpolicy .entry__body p + p {
  margin-top: 30px;
}
.page-privacypolicy .entry__body .wp-block-image::after,
.page-terms .entry__body .wp-block-image::after,
.page-cancelpolicy .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.page-privacypolicy .entry__body img,
.page-terms .entry__body img,
.page-cancelpolicy .entry__body img {
  display: block;
  margin-top: 40px;
}
.page-privacypolicy .entry__body .aligncenter,
.page-terms .entry__body .aligncenter,
.page-cancelpolicy .entry__body .aligncenter {
  margin: 40px auto 0;
}
.page-privacypolicy .entry__body .alignright,
.page-terms .entry__body .alignright,
.page-cancelpolicy .entry__body .alignright {
  margin-left: auto;
}
.page-privacypolicy .entry__body .wp-caption,
.page-terms .entry__body .wp-caption,
.page-cancelpolicy .entry__body .wp-caption {
  max-width: 100%;
}
.page-privacypolicy .entry__body .wp-caption-text,
.page-terms .entry__body .wp-caption-text,
.page-cancelpolicy .entry__body .wp-caption-text {
  margin-top: 3px;
}
.page-privacypolicy .entry__body pre,
.page-terms .entry__body pre,
.page-cancelpolicy .entry__body pre {
  overflow-x: auto;
}
.page-privacypolicy .entry__body table,
.page-terms .entry__body table,
.page-cancelpolicy .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  line-height: 1.5;
}
.page-privacypolicy .entry__body table th,
.page-terms .entry__body table th,
.page-cancelpolicy .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #251e1c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 78px;
  border: 1px solid #e6e6e6;
}
.page-privacypolicy .entry__body table th a,
.page-terms .entry__body table th a,
.page-cancelpolicy .entry__body table th a {
  color: inherit;
}
.page-privacypolicy .entry__body table td,
.page-terms .entry__body table td,
.page-cancelpolicy .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 82px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.page-privacypolicy .entry__body table td a,
.page-terms .entry__body table td a,
.page-cancelpolicy .entry__body table td a {
  color: inherit;
}
.page-privacypolicy .entry__body > ol, .page-privacypolicy .entry__body > ul,
.page-terms .entry__body > ol,
.page-terms .entry__body > ul,
.page-cancelpolicy .entry__body > ol,
.page-cancelpolicy .entry__body > ul {
  margin-top: 50px;
}
.page-privacypolicy .entry__body > ol li, .page-privacypolicy .entry__body > ul li,
.page-terms .entry__body > ol li,
.page-terms .entry__body > ul li,
.page-cancelpolicy .entry__body > ol li,
.page-cancelpolicy .entry__body > ul li {
  line-height: 2;
}
.page-privacypolicy .entry__body > ol li + li, .page-privacypolicy .entry__body > ul li + li,
.page-terms .entry__body > ol li + li,
.page-terms .entry__body > ul li + li,
.page-cancelpolicy .entry__body > ol li + li,
.page-cancelpolicy .entry__body > ul li + li {
  margin-top: 0.75em;
}
.page-privacypolicy .entry__body > ul li,
.page-terms .entry__body > ul li,
.page-cancelpolicy .entry__body > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-privacypolicy .entry__body > ul li::before,
.page-terms .entry__body > ul li::before,
.page-cancelpolicy .entry__body > ul li::before {
  content: "";
  position: relative;
  top: 9px;
  display: inline-block;
  margin-right: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: #251e1c;
  border-radius: 50%;
}
.page-privacypolicy .entry__body > ol,
.page-terms .entry__body > ol,
.page-cancelpolicy .entry__body > ol {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin-left: -3px;
}
.page-privacypolicy .entry__body > ol li,
.page-terms .entry__body > ol li,
.page-cancelpolicy .entry__body > ol li {
  position: relative;
  line-height: 2;
  padding-left: 28px;
}
.page-privacypolicy .entry__body > ol li::before,
.page-terms .entry__body > ol li::before,
.page-cancelpolicy .entry__body > ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #251e1c;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.page-privacypolicy .entry__body a,
.page-terms .entry__body a,
.page-cancelpolicy .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-privacypolicy .entry__body blockquote,
.page-terms .entry__body blockquote,
.page-cancelpolicy .entry__body blockquote {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 30px 25px;
  border: 3px solid #251e1c;
}
.page-privacypolicy .entry__body blockquote p,
.page-terms .entry__body blockquote p,
.page-cancelpolicy .entry__body blockquote p {
  margin-top: 0;
  font-size: 18px;
  line-height: 2;
}
.page-privacypolicy .entry__body blockquote p + p,
.page-terms .entry__body blockquote p + p,
.page-cancelpolicy .entry__body blockquote p + p {
  margin-top: 20px;
}
.page-privacypolicy .entry__body blockquote::before, .page-privacypolicy .entry__body blockquote::after,
.page-terms .entry__body blockquote::before,
.page-terms .entry__body blockquote::after,
.page-cancelpolicy .entry__body blockquote::before,
.page-cancelpolicy .entry__body blockquote::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 92.5%;
  height: 3px;
  background-color: #f2f2f2;
}
.page-privacypolicy .entry__body blockquote::before,
.page-terms .entry__body blockquote::before,
.page-cancelpolicy .entry__body blockquote::before {
  top: -3px;
}
.page-privacypolicy .entry__body blockquote::after,
.page-terms .entry__body blockquote::after,
.page-cancelpolicy .entry__body blockquote::after {
  bottom: -3px;
}
.page-privacypolicy .entry__body blockquote cite,
.page-terms .entry__body blockquote cite,
.page-cancelpolicy .entry__body blockquote cite {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
}
.page-privacypolicy .entry__body blockquote a,
.page-terms .entry__body blockquote a,
.page-cancelpolicy .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.page-privacypolicy .entry__body blockquote a:hover,
.page-terms .entry__body blockquote a:hover,
.page-cancelpolicy .entry__body blockquote a:hover {
  opacity: 0.6;
}
.page-privacypolicy .entry__body .wp-block-liquid-speech-balloon,
.page-terms .entry__body .wp-block-liquid-speech-balloon,
.page-cancelpolicy .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 30px;
}
.page-privacypolicy .entry__body hr.wp-block-separator,
.page-terms .entry__body hr.wp-block-separator,
.page-cancelpolicy .entry__body hr.wp-block-separator {
  margin: 90px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #251e1c;
  border-top: none;
}
.page-privacypolicy .entry__body hr.wp-block-separator.is-style-wide,
.page-terms .entry__body hr.wp-block-separator.is-style-wide,
.page-cancelpolicy .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #251e1c;
}
.page-privacypolicy .entry__body .liquid-speech-balloon-text p,
.page-terms .entry__body .liquid-speech-balloon-text p,
.page-cancelpolicy .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.page-privacypolicy .entry__body iframe,
.page-terms .entry__body iframe,
.page-cancelpolicy .entry__body iframe {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .main,
  .page-terms .main,
  .page-cancelpolicy .main {
    padding: 60px 0 100px;
  }
  .page-privacypolicy .main .container,
  .page-terms .main .container,
  .page-cancelpolicy .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-privacypolicy .section-title,
  .page-terms .section-title,
  .page-cancelpolicy .section-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .page-privacypolicy .section-title .title,
  .page-terms .section-title .title,
  .page-cancelpolicy .section-title .title {
    font-size: 56px;
  }
  .page-privacypolicy .section-title .text,
  .page-terms .section-title .text,
  .page-cancelpolicy .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .page-privacypolicy .contents,
  .page-terms .contents,
  .page-cancelpolicy .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 60px;
  }
  .page-privacypolicy .entry__body h2,
  .page-terms .entry__body h2,
  .page-cancelpolicy .entry__body h2 {
    margin-top: 60px;
    font-size: 25px;
  }
  .page-privacypolicy .entry__body h3,
  .page-terms .entry__body h3,
  .page-cancelpolicy .entry__body h3 {
    margin-top: 60px;
    font-size: 22px;
  }
  .page-privacypolicy .entry__body h4,
  .page-terms .entry__body h4,
  .page-cancelpolicy .entry__body h4 {
    margin-top: 60px;
    font-size: 20px;
  }
  .page-privacypolicy .entry__body h5,
  .page-terms .entry__body h5,
  .page-cancelpolicy .entry__body h5 {
    margin-top: 60px;
    font-size: 18px;
  }
  .page-privacypolicy .entry__body h6,
  .page-terms .entry__body h6,
  .page-cancelpolicy .entry__body h6 {
    margin-top: 60px;
    font-size: 16px;
  }
  .page-privacypolicy .entry__body p,
  .page-terms .entry__body p,
  .page-cancelpolicy .entry__body p {
    margin-top: 40px;
  }
  .page-privacypolicy .entry__body p + p,
  .page-terms .entry__body p + p,
  .page-cancelpolicy .entry__body p + p {
    margin-top: 40px;
  }
  .page-privacypolicy .entry__body img,
  .page-terms .entry__body img,
  .page-cancelpolicy .entry__body img {
    margin-top: 30px;
  }
  .page-privacypolicy .entry__body .aligncenter,
  .page-terms .entry__body .aligncenter,
  .page-cancelpolicy .entry__body .aligncenter {
    margin: 30px auto 0;
  }
  .page-privacypolicy .entry__body table,
  .page-terms .entry__body table,
  .page-cancelpolicy .entry__body table {
    margin-top: 30px;
  }
  .page-privacypolicy .entry__body table th,
  .page-terms .entry__body table th,
  .page-cancelpolicy .entry__body table th {
    font-size: 15px;
    height: 70px;
  }
  .page-privacypolicy .entry__body table td,
  .page-terms .entry__body table td,
  .page-cancelpolicy .entry__body table td {
    height: 64px;
  }
  .page-privacypolicy .entry__body > ol, .page-privacypolicy .entry__body > ul,
  .page-terms .entry__body > ol,
  .page-terms .entry__body > ul,
  .page-cancelpolicy .entry__body > ol,
  .page-cancelpolicy .entry__body > ul {
    margin-top: 40px;
  }
  .page-privacypolicy .entry__body > ul li::before,
  .page-terms .entry__body > ul li::before,
  .page-cancelpolicy .entry__body > ul li::before {
    top: 8px;
    margin-right: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .page-privacypolicy .entry__body > ol li::before,
  .page-terms .entry__body > ol li::before,
  .page-cancelpolicy .entry__body > ol li::before {
    top: 7px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .page-privacypolicy .entry__body blockquote,
  .page-terms .entry__body blockquote,
  .page-cancelpolicy .entry__body blockquote {
    margin-top: 40px;
    padding: 30px;
  }
  .page-privacypolicy .entry__body blockquote p,
  .page-terms .entry__body blockquote p,
  .page-cancelpolicy .entry__body blockquote p {
    font-size: 16px;
  }
  .page-privacypolicy .entry__body blockquote p + p,
  .page-terms .entry__body blockquote p + p,
  .page-cancelpolicy .entry__body blockquote p + p {
    margin-top: 1em;
  }
  .page-privacypolicy .entry__body blockquote::before, .page-privacypolicy .entry__body blockquote::after,
  .page-terms .entry__body blockquote::before,
  .page-terms .entry__body blockquote::after,
  .page-cancelpolicy .entry__body blockquote::before,
  .page-cancelpolicy .entry__body blockquote::after {
    width: 90%;
  }
  .page-privacypolicy .entry__body blockquote cite,
  .page-terms .entry__body blockquote cite,
  .page-cancelpolicy .entry__body blockquote cite {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-privacypolicy .entry__body .wp-block-liquid-speech-balloon,
  .page-terms .entry__body .wp-block-liquid-speech-balloon,
  .page-cancelpolicy .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .page-privacypolicy .entry__body hr.wp-block-separator,
  .page-terms .entry__body hr.wp-block-separator,
  .page-cancelpolicy .entry__body hr.wp-block-separator {
    margin: 60px auto;
    width: 30%;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .main,
  .page-terms .main,
  .page-cancelpolicy .main {
    padding: 40px 0 100px;
  }
  .page-privacypolicy .main .container,
  .page-terms .main .container,
  .page-cancelpolicy .main .container {
    display: block;
    padding: 0 15px;
  }
  .page-privacypolicy .section-title .title,
  .page-terms .section-title .title,
  .page-cancelpolicy .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .page-privacypolicy .section-title .text,
  .page-terms .section-title .text,
  .page-cancelpolicy .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .page-privacypolicy .contents,
  .page-terms .contents,
  .page-cancelpolicy .contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .page-privacypolicy .entry__body h2,
  .page-terms .entry__body h2,
  .page-cancelpolicy .entry__body h2 {
    margin-top: 40px;
    font-size: 20px;
  }
  .page-privacypolicy .entry__body h3,
  .page-terms .entry__body h3,
  .page-cancelpolicy .entry__body h3 {
    margin-top: 40px;
    font-size: 18px;
  }
  .page-privacypolicy .entry__body h4,
  .page-terms .entry__body h4,
  .page-cancelpolicy .entry__body h4 {
    margin-top: 40px;
    font-size: 16px;
  }
  .page-privacypolicy .entry__body h5,
  .page-terms .entry__body h5,
  .page-cancelpolicy .entry__body h5 {
    margin-top: 50px;
    font-size: 15px;
  }
  .page-privacypolicy .entry__body h6,
  .page-terms .entry__body h6,
  .page-cancelpolicy .entry__body h6 {
    margin-top: 50px;
    font-size: 14px;
  }
  .page-privacypolicy .entry__body p,
  .page-terms .entry__body p,
  .page-cancelpolicy .entry__body p {
    margin-top: 30px;
  }
  .page-privacypolicy .entry__body p + p,
  .page-terms .entry__body p + p,
  .page-cancelpolicy .entry__body p + p {
    margin-top: 30px;
  }
  .page-privacypolicy .entry__body .wp-block-table,
  .page-terms .entry__body .wp-block-table,
  .page-cancelpolicy .entry__body .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .page-privacypolicy .entry__body table,
  .page-terms .entry__body table,
  .page-cancelpolicy .entry__body table {
    margin-top: 30px;
    line-height: 1.3;
    width: auto;
    max-width: 800px;
    line-height: 1.5;
  }
  .page-privacypolicy .entry__body table th,
  .page-terms .entry__body table th,
  .page-cancelpolicy .entry__body table th {
    padding: 5px 10px;
    font-size: 13px;
    height: 50px;
  }
  .page-privacypolicy .entry__body table td,
  .page-terms .entry__body table td,
  .page-cancelpolicy .entry__body table td {
    padding: 5px 10px;
    height: 45px;
  }
  .page-privacypolicy .entry__body > ol, .page-privacypolicy .entry__body > ul,
  .page-terms .entry__body > ol,
  .page-terms .entry__body > ul,
  .page-cancelpolicy .entry__body > ol,
  .page-cancelpolicy .entry__body > ul {
    margin-top: 30px;
  }
  .page-privacypolicy .entry__body > ul li::before,
  .page-terms .entry__body > ul li::before,
  .page-cancelpolicy .entry__body > ul li::before {
    margin-right: 4px;
    top: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    height: 12px;
  }
  .page-privacypolicy .entry__body > ol,
  .page-terms .entry__body > ol,
  .page-cancelpolicy .entry__body > ol {
    margin-left: 0;
  }
  .page-privacypolicy .entry__body > ol li,
  .page-terms .entry__body > ol li,
  .page-cancelpolicy .entry__body > ol li {
    padding-left: 19px;
  }
  .page-privacypolicy .entry__body > ol li::before,
  .page-terms .entry__body > ol li::before,
  .page-cancelpolicy .entry__body > ol li::before {
    top: 5px;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 17px;
  }
  .page-privacypolicy .entry__body blockquote,
  .page-terms .entry__body blockquote,
  .page-cancelpolicy .entry__body blockquote {
    margin-top: 30px;
    padding: 20px;
  }
  .page-privacypolicy .entry__body blockquote p,
  .page-terms .entry__body blockquote p,
  .page-cancelpolicy .entry__body blockquote p {
    font-size: 13px;
  }
  .page-privacypolicy .entry__body blockquote cite,
  .page-terms .entry__body blockquote cite,
  .page-cancelpolicy .entry__body blockquote cite {
    margin-top: 14px;
    font-size: 12px;
  }
  .page-privacypolicy .entry__body .wp-block-liquid-speech-balloon,
  .page-terms .entry__body .wp-block-liquid-speech-balloon,
  .page-cancelpolicy .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 30px;
  }
  .page-privacypolicy .entry__body hr.wp-block-separator,
  .page-terms .entry__body hr.wp-block-separator,
  .page-cancelpolicy .entry__body hr.wp-block-separator {
    margin: 40px auto;
  }
}
/* ===================================

  お問い合わせフォーム

====================================== */
.page-contact .main {
  padding: 106px 0 320px;
}
.page-contact .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
}
.page-contact .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-contact .section-title .title {
  font-size: 72px;
}
.page-contact .section-title .text {
  font-size: 25px;
}
.page-contact .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.page-contact .form__group {
  width: 100%;
}
.page-contact .form__group + .form__group {
  margin-top: 37px;
}
.page-contact .form__group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.page-contact .form__group label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 6px;
  margin-left: 18px;
  font-size: 16px;
  border: 1px solid #251e1c;
}
.page-contact .form__group input[type=text],
.page-contact .form__group input[type=email],
.page-contact .form__group textarea {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #251e1c;
}
.page-contact .form__group input[type=text]::-webkit-input-placeholder, .page-contact .form__group input[type=email]::-webkit-input-placeholder, .page-contact .form__group textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.page-contact .form__group input[type=text]::-moz-placeholder, .page-contact .form__group input[type=email]::-moz-placeholder, .page-contact .form__group textarea::-moz-placeholder {
  color: #b3b3b3;
}
.page-contact .form__group input[type=text]:-ms-input-placeholder, .page-contact .form__group input[type=email]:-ms-input-placeholder, .page-contact .form__group textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.page-contact .form__group input[type=text]::-ms-input-placeholder, .page-contact .form__group input[type=email]::-ms-input-placeholder, .page-contact .form__group textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.page-contact .form__group input[type=text]::placeholder,
.page-contact .form__group input[type=email]::placeholder,
.page-contact .form__group textarea::placeholder {
  color: #b3b3b3;
}
.page-contact .form__group input[type=text],
.page-contact .form__group input[type=email] {
  padding: 0 30px;
  height: 80px;
}
.page-contact .form__group textarea {
  padding: 30px;
  height: 320px;
}
.page-contact .form-agree {
  margin-top: 60px;
}
.page-contact .form-agree__text {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.page-contact .form-agree__text a {
  text-decoration: underline;
}
.page-contact .form .wpcf7-acceptance {
  display: block;
  margin: 54px auto 0;
  text-align: center;
}
.page-contact .form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 22px;
  height: 22px;
}
.page-contact .form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 18px;
  margin-left: 10px;
}
.page-contact .form input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 63px auto 0;
  width: 600px;
  height: 120px;
  background-color: #251e1c;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-contact .form input[type=submit]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .page-contact .main {
    padding: 60px 0 100px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .section-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .page-contact .section-title .title {
    font-size: 56px;
  }
  .page-contact .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .page-contact .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 60px;
  }
  .page-contact .form__group + .form__group {
    margin-top: 25px;
  }
  .page-contact .form__group label {
    font-size: 16px;
  }
  .page-contact .form__group label span {
    margin-left: 16px;
    font-size: 14px;
  }
  .page-contact .form__group input[type=text],
  .page-contact .form__group input[type=email],
  .page-contact .form__group textarea {
    margin-top: 15px;
    font-size: 16px;
  }
  .page-contact .form__group input[type=text],
  .page-contact .form__group input[type=email] {
    padding: 0 20px;
    height: 50px;
  }
  .page-contact .form__group textarea {
    padding: 20px;
    height: 250px;
  }
  .page-contact .form-agree {
    margin-top: 40px;
  }
  .page-contact .form-agree__text {
    font-size: 16px;
  }
  .page-contact .form .wpcf7-acceptance {
    margin: 30px auto 0;
  }
  .page-contact .form .wpcf7-acceptance input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .page-contact .form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
    margin-left: 8px;
  }
  .page-contact .form input[type=submit] {
    margin: 40px auto 0;
    width: 100%;
    height: 80px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main {
    padding: 40px 0 100px;
  }
  .page-contact .main .container {
    display: block;
    padding: 0 15px;
  }
  .page-contact .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .page-contact .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .page-contact .contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .page-contact .form__group + .form__group {
    margin-top: 20px;
  }
  .page-contact .form__group label {
    font-size: 14px;
  }
  .page-contact .form__group label span {
    position: relative;
    top: 1px;
    padding: 2px 4px;
    margin-left: 14px;
    font-size: 12px;
  }
  .page-contact .form__group input[type=text],
  .page-contact .form__group input[type=email],
  .page-contact .form__group textarea {
    margin-top: 10px;
    font-size: 14px;
  }
  .page-contact .form__group input[type=text],
  .page-contact .form__group input[type=email] {
    padding: 0 15px;
    height: 40px;
  }
  .page-contact .form__group textarea {
    padding: 15px;
    height: 200px;
  }
  .page-contact .form-agree {
    margin-top: 30px;
  }
  .page-contact .form-agree__text {
    font-size: 14px;
  }
  .page-contact .form .wpcf7-acceptance input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .page-contact .form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    margin-left: 6px;
  }
  .page-contact .form input[type=submit] {
    margin: 30px auto 0;
    height: 60px;
    font-size: 14px;
  }
}
/* ===================================

  サンクスページ

====================================== */
.page-thanks .main {
  padding: 106px 0 320px;
}
.page-thanks .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
}
.page-thanks .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-thanks .section-title .title {
  font-size: 72px;
}
.page-thanks .section-title .text {
  font-size: 25px;
}
.page-thanks .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.page-thanks .thanks__text {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-thanks .thanks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  width: 400px;
  height: 80px;
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #251e1c;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main {
    padding: 60px 0 100px;
  }
  .page-thanks .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-thanks .section-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .page-thanks .section-title .title {
    font-size: 56px;
  }
  .page-thanks .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .page-thanks .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 60px;
  }
  .page-thanks .thanks__text {
    margin-top: 0;
    font-size: 16px;
  }
  .page-thanks .thanks__link {
    margin-top: 100px;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .main {
    padding: 40px 0 100px;
  }
  .page-thanks .main .container {
    display: block;
    padding: 0 15px;
  }
  .page-thanks .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .page-thanks .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .page-thanks .contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .page-thanks .thanks__text {
    font-size: 12px;
  }
  .page-thanks .thanks__link {
    margin-top: 80px;
    width: 130px;
    height: 36px;
    font-size: 12px;
  }
}
/* =====================================

  地域の魅力一覧：post-type-archive-regionality

======================================== */
.post-type-archive-regionality .mv-lower .section-title {
  position: relative;
  z-index: 10;
}
.post-type-archive-regionality .mv-lower__slider {
  margin-top: -47px;
}
.post-type-archive-regionality .mv-lower .swiper-container .swiper-slide__img.img1 {
  background-image: url(img/regionality-slider1-80.jpg);
}
.post-type-archive-regionality .mv-lower .swiper-container .swiper-slide__img.img2 {
  background-image: url(img/regionality-slider2-80.jpg);
}
.post-type-archive-regionality .mv-lower .swiper-container .swiper-slide__img.img3 {
  background-image: url(img/regionality-slider3-80.jpg);
}
.post-type-archive-regionality .mv-lower .swiper-container .swiper-slide__img.img4 {
  background-image: url(img/regionality-slider4-80.jpg);
}
.post-type-archive-regionality .mv-lower .swiper-container .swiper-slide__img.img5 {
  background-image: url(img/regionality-slider5-80.jpg);
}
.post-type-archive-regionality .main {
  padding: 230px 0 400px;
}
.post-type-archive-regionality .localmap .container {
  width: 1200px;
}
.post-type-archive-regionality .localmap__title {
  text-align: center;
}
.post-type-archive-regionality .localmap__title .title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.11em;
}
.post-type-archive-regionality .localmap__title .text {
  margin-top: 42px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.post-type-archive-regionality .localmap__title .text .sp {
  display: none;
}
.post-type-archive-regionality .localmap .iframe-wrap {
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
  height: 700px;
}
.post-type-archive-regionality .localmap .iframe-wrap iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.post-type-archive-regionality .localmap__btn {
  margin-top: 30px;
  width: 200px;
  background-color: #251e1c;
  color: #fff;
  letter-spacing: 0.1em;
}
.post-type-archive-regionality .entry-wrap {
  width: 1200px;
  margin: 260px auto 0;
}
.post-type-archive-regionality .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-regionality .entry {
  position: relative;
  width: 380px;
}
.post-type-archive-regionality .entry + .entry {
  margin-left: 30px;
}
.post-type-archive-regionality .entry:nth-child(3n+1) {
  margin-left: 0;
}
.post-type-archive-regionality .entry:nth-child(n+4) {
  margin-top: 243px;
}
.post-type-archive-regionality .entry__link {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-regionality .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-regionality .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 0;
  top: -195px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  padding: 0 20px;
  min-width: 200px;
  height: 55px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  z-index: 100;
}
.post-type-archive-regionality .entry__thumb {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.post-type-archive-regionality .entry__thumb-img {
  width: 100%;
  padding-top: 84.2%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-regionality .entry__link:hover {
  opacity: 1;
}
.post-type-archive-regionality .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.6;
}
.post-type-archive-regionality .entry__body {
  padding-top: 33px;
  word-break: break-all;
}
.post-type-archive-regionality .entry__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.post-type-archive-regionality .entry__excerpt {
  margin-top: 17px;
  font-size: 16px;
  line-height: 2;
}
.post-type-archive-regionality .entry-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-regionality .entry-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.post-type-archive-regionality .entry-modal__close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 35px;
  cursor: pointer;
}
.post-type-archive-regionality .entry-modal__close button {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 99999;
  width: 50px;
  height: 18px;
  border: none;
  overflow: hidden;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}
.post-type-archive-regionality .entry-modal__close button span {
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-type-archive-regionality .entry-modal__close button span:first-of-type {
  top: 0;
}
.post-type-archive-regionality .entry-modal__close button span:last-of-type {
  bottom: 0;
}
.post-type-archive-regionality .entry-modal__close button span:first-of-type {
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
  top: 8px;
  left: 0;
}
.post-type-archive-regionality .entry-modal__close button span:last-of-type {
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
  left: 0;
  top: 8px;
}
.post-type-archive-regionality .entry-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1240px;
  height: 75vh;
  overflow-y: auto;
}
.post-type-archive-regionality .entry-modal__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 720px;
          flex: 0 0 720px;
  background-color: #fff;
  padding: 6px;
}
.post-type-archive-regionality .entry-modal__thumb img {
  display: block;
  width: 100%;
}
.post-type-archive-regionality .entry-modal__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 22px;
  margin-left: 56px;
  color: #fff;
  word-break: break-all;
}
.post-type-archive-regionality .entry-modal__title {
  margin-top: -0.5em;
  font-size: 38px;
  line-height: 1.5;
}
.post-type-archive-regionality .entry-modal__text {
  margin-top: 27px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.72;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-regionality .mv-lower__slider {
    margin-top: -37px;
  }
  .post-type-archive-regionality .main {
    padding: 100px 0 200px;
  }
  .post-type-archive-regionality .localmap .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-regionality .localmap__title .title {
    font-size: 36px;
  }
  .post-type-archive-regionality .localmap__title .text {
    margin-top: 21px;
    font-size: 18px;
  }
  .post-type-archive-regionality .localmap .iframe-wrap {
    margin-top: 40px;
    height: 400px;
  }
  .post-type-archive-regionality .localmap__btn {
    margin-top: 25px;
    width: 180px;
  }
  .post-type-archive-regionality .entry-wrap {
    width: 100%;
    padding: 0 30px;
    margin: 120px auto 0;
  }
  .post-type-archive-regionality .entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-type-archive-regionality .entry {
    width: 48.5%;
  }
  .post-type-archive-regionality .entry + .entry {
    margin-left: 0;
  }
  .post-type-archive-regionality .entry:nth-child(n+4) {
    margin-top: 0;
  }
  .post-type-archive-regionality .entry:nth-child(n+3) {
    margin-top: 100px;
  }
  .post-type-archive-regionality .entry__cates {
    top: -120px;
    padding: 0 12px;
    min-width: 160px;
    height: 45px;
    font-size: 22px;
  }
  .post-type-archive-regionality .entry__link:hover .entry__thumb-img {
    opacity: 1;
  }
  .post-type-archive-regionality .entry__body {
    padding-top: 25px;
  }
  .post-type-archive-regionality .entry__title {
    font-size: 20px;
  }
  .post-type-archive-regionality .entry__excerpt {
    margin-top: 17px;
    font-size: 14px;
  }
  .post-type-archive-regionality .entry-modal {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
  .post-type-archive-regionality .entry-modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .post-type-archive-regionality .entry-modal__close {
    top: 45px;
    right: 45px;
    width: 34px;
  }
  .post-type-archive-regionality .entry-modal__close button {
    width: 36px;
    height: 18px;
  }
  .post-type-archive-regionality .entry-modal__close button span {
    left: 0;
    width: 36px;
    height: 2px;
  }
  .post-type-archive-regionality .entry-modal__close button span:first-of-type {
    top: 0;
  }
  .post-type-archive-regionality .entry-modal__close button span:last-of-type {
    bottom: 0;
  }
  .post-type-archive-regionality .entry-modal__close button span:first-of-type {
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
    top: 8px;
    left: 0;
  }
  .post-type-archive-regionality .entry-modal__close button span:last-of-type {
    -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
    left: 0;
    top: 8px;
  }
  .post-type-archive-regionality .entry-modal__inner {
    display: block;
    width: 80%;
    height: 80vh;
    padding: 0 10px;
    overflow-y: scroll;
  }
  .post-type-archive-regionality .entry-modal__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5px;
  }
  .post-type-archive-regionality .entry-modal__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 22px;
    margin-left: 0;
  }
  .post-type-archive-regionality .entry-modal__title {
    font-size: 30px;
  }
  .post-type-archive-regionality .entry-modal__text {
    margin-top: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-regionality .mv-lower__slider {
    margin-top: 50px;
  }
  .post-type-archive-regionality .main {
    padding: 100px 0;
  }
  .post-type-archive-regionality .localmap .container {
    padding: 0 15px;
  }
  .post-type-archive-regionality .localmap__title .title {
    font-size: 28px;
  }
  .post-type-archive-regionality .localmap__title .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.75;
  }
  .post-type-archive-regionality .localmap__title .text .sp {
    display: block;
  }
  .post-type-archive-regionality .localmap .iframe-wrap {
    margin-top: 30px;
    height: 540px;
  }
  .post-type-archive-regionality .localmap__btn {
    margin-top: 15px;
    width: 130px;
  }
  .post-type-archive-regionality .entry-wrap {
    width: 100%;
    padding: 0 15px;
    margin: 100px auto 0;
  }
  .post-type-archive-regionality .entry {
    width: 48.5%;
  }
  .post-type-archive-regionality .entry:nth-child(n+3) {
    margin-top: 80px;
  }
  .post-type-archive-regionality .entry__cates {
    top: -100px;
    padding: 0 10px;
    min-width: 100px;
    height: 35px;
    font-size: 14px;
  }
  .post-type-archive-regionality .entry__body {
    padding-top: 16px;
  }
  .post-type-archive-regionality .entry__title {
    font-size: 14px;
  }
  .post-type-archive-regionality .entry__excerpt {
    margin-top: 10px;
    font-size: 12px;
  }
  .post-type-archive-regionality .entry-modal {
    display: none;
    width: calc(100% - 10px);
    margin: 0 auto;
    height: 100%;
    max-height: 100vh;
  }
  .post-type-archive-regionality .entry-modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .post-type-archive-regionality .entry-modal__close {
    top: 20px;
    right: 20px;
    width: 34px;
  }
  .post-type-archive-regionality .entry-modal__inner {
    display: block;
    width: 80%;
    height: 80vh;
    padding: 0 10px;
    overflow-y: scroll;
  }
  .post-type-archive-regionality .entry-modal__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5px;
  }
  .post-type-archive-regionality .entry-modal__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 22px;
    margin-left: 0;
  }
  .post-type-archive-regionality .entry-modal__title {
    font-size: 18px;
  }
  .post-type-archive-regionality .entry-modal__text {
    margin-top: 25px;
    font-size: 14px;
  }
}
/* ===========================================

  アクティビティ一覧：post-type-archive-activity

============================================== */
.post-type-archive-activity .mv-lower .swiper-container .swiper-slide__img.img1,
.blog .mv-lower .swiper-container .swiper-slide__img.img1 {
  background-image: url(img/activity-slider1-80.jpg);
}
.post-type-archive-activity .mv-lower .swiper-container .swiper-slide__img.img2,
.blog .mv-lower .swiper-container .swiper-slide__img.img2 {
  background-image: url(img/activity-slider2-80.jpg);
}
.post-type-archive-activity .mv-lower .swiper-container .swiper-slide__img.img3,
.blog .mv-lower .swiper-container .swiper-slide__img.img3 {
  background-image: url(img/activity-slider3-80.jpg);
}
.post-type-archive-activity .mv-lower .section-title .title,
.blog .mv-lower .section-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-type-archive-activity .mv-lower .section-title .title span + span,
.blog .mv-lower .section-title .title span + span {
  margin-left: 16px;
}
.post-type-archive-activity .mv-lower__contents,
.blog .mv-lower__contents {
  padding-left: 150px;
}
.post-type-archive-activity .mv-lower__slider,
.blog .mv-lower__slider {
  margin-top: 0;
}
.post-type-archive-activity .main,
.blog .main {
  padding: 230px 0 400px;
}
.post-type-archive-activity .section + .section,
.blog .section + .section {
  margin-top: 140px;
}
.post-type-archive-activity .section__head,
.blog .section__head {
  width: 1120px;
  margin: 0 auto;
}
.post-type-archive-activity .section__head .title,
.blog .section__head .title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.post-type-archive-activity .section__head .text,
.blog .section__head .text {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.post-type-archive-activity .entries,
.blog .entries {
  margin-top: 80px;
}
.post-type-archive-activity .main .swiper-container,
.blog .main .swiper-container {
  overflow: hidden;
}
.post-type-archive-activity .main .swiper-slide,
.blog .main .swiper-slide {
  width: 600px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.post-type-archive-activity .entry,
.blog .entry {
  position: relative;
  width: 100%;
}
.post-type-archive-activity .entry__tag,
.blog .entry__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #000;
  padding: 15px 20px 11px;
}
.post-type-archive-activity .entry__tag p,
.blog .entry__tag p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.post-type-archive-activity .entry__thumb,
.blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-activity .entry__thumb-link,
.blog .entry__thumb-link {
  display: block;
}
.post-type-archive-activity .entry__thumb-link:hover,
.blog .entry__thumb-link:hover {
  opacity: 1;
}
.post-type-archive-activity .entry__thumb-img,
.blog .entry__thumb-img {
  width: 100%;
  padding-top: 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-activity .entry__body,
.blog .entry__body {
  padding-top: 32px;
  word-break: break-all;
}
.post-type-archive-activity .entry__title,
.blog .entry__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.post-type-archive-activity .entry__link:hover,
.blog .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-activity .entry__link:hover .entry__thumb-img,
.blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}
.post-type-archive-activity .entry__excerpt,
.blog .entry__excerpt {
  margin-top: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.post-type-archive-activity .entry__link,
.blog .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
  width: 156px;
  height: 45px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #251e1c;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-activity .mv-lower .section-title .title span + span,
  .blog .mv-lower .section-title .title span + span {
    margin-left: 10px;
  }
  .post-type-archive-activity .mv-lower__contents,
  .blog .mv-lower__contents {
    padding-left: 80px;
  }
  .post-type-archive-activity .main,
  .blog .main {
    padding: 100px 0 200px;
  }
  .post-type-archive-activity .section + .section,
  .blog .section + .section {
    margin-top: 80px;
  }
  .post-type-archive-activity .section__head,
  .blog .section__head {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-activity .section__head .title,
  .blog .section__head .title {
    font-size: 36px;
  }
  .post-type-archive-activity .section__head .text,
  .blog .section__head .text {
    margin-top: 21px;
    font-size: 18px;
  }
  .post-type-archive-activity .entries,
  .blog .entries {
    margin-top: 60px;
  }
  .post-type-archive-activity .main .swiper-slide,
  .blog .main .swiper-slide {
    width: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .post-type-archive-activity .entry__tag,
  .blog .entry__tag {
    padding: 12px 15px 10px;
  }
  .post-type-archive-activity .entry__tag p,
  .blog .entry__tag p {
    font-size: 14px;
  }
  .post-type-archive-activity .entry__body,
  .blog .entry__body {
    padding-top: 20px;
  }
  .post-type-archive-activity .entry__title,
  .blog .entry__title {
    font-size: 20px;
  }
  .post-type-archive-activity .entry__excerpt,
  .blog .entry__excerpt {
    margin-top: 17px;
    font-size: 14px;
  }
  .post-type-archive-activity .entry__link,
  .blog .entry__link {
    margin-top: 30px;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-activity .mv-lower .section-title .title,
  .blog .mv-lower .section-title .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .post-type-archive-activity .mv-lower .section-title .title span + span,
  .blog .mv-lower .section-title .title span + span {
    margin-left: 0;
  }
  .post-type-archive-activity .mv-lower__contents,
  .blog .mv-lower__contents {
    padding-left: 0;
  }
  .post-type-archive-activity .mv-lower__slider,
  .blog .mv-lower__slider {
    margin-top: 50px;
  }
  .post-type-archive-activity .main,
  .blog .main {
    padding: 100px 0;
  }
  .post-type-archive-activity .section + .section,
  .blog .section + .section {
    margin-top: 80px;
  }
  .post-type-archive-activity .section__head,
  .blog .section__head {
    padding: 0 15px;
  }
  .post-type-archive-activity .section__head .title,
  .blog .section__head .title {
    font-size: 28px;
  }
  .post-type-archive-activity .section__head .text,
  .blog .section__head .text {
    margin-top: 10px;
    font-size: 12px;
  }
  .post-type-archive-activity .entries,
  .blog .entries {
    margin-top: 60px;
  }
  .post-type-archive-activity .main .swiper-slide,
  .blog .main .swiper-slide {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
  .post-type-archive-activity .entries,
  .blog .entries {
    margin-top: 30px;
  }
  .post-type-archive-activity .entry__tag,
  .blog .entry__tag {
    padding: 10px 12px 8px;
  }
  .post-type-archive-activity .entry__tag p,
  .blog .entry__tag p {
    font-size: 11px;
  }
  .post-type-archive-activity .entry__body,
  .blog .entry__body {
    padding-top: 16px;
  }
  .post-type-archive-activity .entry__title,
  .blog .entry__title {
    font-size: 15px;
  }
  .post-type-archive-activity .entry__excerpt,
  .blog .entry__excerpt {
    margin-top: 10px;
    font-size: 12px;
  }
  .post-type-archive-activity .entry__link,
  .blog .entry__link {
    margin-top: 25px;
    width: 130px;
    height: 36px;
    font-size: 12px;
  }
}
/* =====================================

  よくある質問：post-type-archive-qa

======================================== */
.post-type-archive-qa .main {
  padding: 106px 0 320px;
}
.post-type-archive-qa .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
}
.post-type-archive-qa .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.post-type-archive-qa .section-title .title {
  font-size: 72px;
}
.post-type-archive-qa .section-title .text {
  font-size: 25px;
}
.post-type-archive-qa .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.post-type-archive-qa .item {
  padding-bottom: 35px;
  padding-right: 30px;
  border-bottom: 1px solid #d2d3d3;
}
.post-type-archive-qa .item + .item {
  margin-top: 35px;
}
.post-type-archive-qa .item .question .mark,
.post-type-archive-qa .item .answer .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.post-type-archive-qa .item .question {
  cursor: pointer;
}
.post-type-archive-qa .item .question__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-qa .item .question .mark {
  border: 1px solid #251e1c;
}
.post-type-archive-qa .item .question__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 50px 0 30px;
}
.post-type-archive-qa .item .question__title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.post-type-archive-qa .item .question__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 20px;
  background-image: url(img/ico-qa-btm.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.post-type-archive-qa .item .question__ico.active {
  background-image: url(img/ico-qa-top.png);
}
.post-type-archive-qa .item .answer {
  display: none;
  margin-top: 50px;
}
.post-type-archive-qa .item .answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-qa .item .answer .mark {
  background-color: #f2f2f2;
}
.post-type-archive-qa .item .answer__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 80px 0 30px;
}
.post-type-archive-qa .item .answer__text p {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-qa .main {
    padding: 60px 0 100px;
  }
  .post-type-archive-qa .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-qa .section-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .post-type-archive-qa .section-title .title {
    font-size: 56px;
  }
  .post-type-archive-qa .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .post-type-archive-qa .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 60px;
  }
  .post-type-archive-qa .item {
    padding-bottom: 25px;
    padding-right: 20px;
  }
  .post-type-archive-qa .item + .item {
    margin-top: 25px;
  }
  .post-type-archive-qa .item .question .mark,
  .post-type-archive-qa .item .answer .mark {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    font-size: 24px;
  }
  .post-type-archive-qa .item .question__title {
    padding: 0 30px 0 20px;
  }
  .post-type-archive-qa .item .question__title h2 {
    font-size: 16px;
  }
  .post-type-archive-qa .item .question__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 25px;
    height: 15px;
  }
  .post-type-archive-qa .item .answer {
    margin-top: 40px;
  }
  .post-type-archive-qa .item .answer__text {
    padding: 10px 60px 0 20px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-qa .main {
    padding: 40px 0 100px;
  }
  .post-type-archive-qa .main .container {
    display: block;
    padding: 0 15px;
  }
  .post-type-archive-qa .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .post-type-archive-qa .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .post-type-archive-qa .contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .post-type-archive-qa .item {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .post-type-archive-qa .item + .item {
    margin-top: 20px;
  }
  .post-type-archive-qa .item .question .mark,
  .post-type-archive-qa .item .answer .mark {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    font-size: 18px;
  }
  .post-type-archive-qa .item .question__title {
    padding: 0 10px 0 15px;
  }
  .post-type-archive-qa .item .question__title h2 {
    font-size: 14px;
  }
  .post-type-archive-qa .item .question__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 12px;
  }
  .post-type-archive-qa .item .answer {
    margin-top: 20px;
  }
  .post-type-archive-qa .item .answer__text {
    padding: 3px 20px 0 15px;
    font-size: 14px;
  }
}
/* ===================================

  お知らせ一覧：post-type-archive-news

====================================== */
.post-type-archive-news .main {
  padding: 106px 0 320px;
}
.post-type-archive-news .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
}
.post-type-archive-news .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.post-type-archive-news .section-title .title {
  font-size: 72px;
}
.post-type-archive-news .section-title .text {
  font-size: 25px;
}
.post-type-archive-news .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.post-type-archive-news .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
  border-bottom: 1px solid #d2d3d3;
}
.post-type-archive-news .entry + .entry {
  margin-top: 50px;
}
.post-type-archive-news .entry__thumb {
  width: 360px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  overflow: hidden;
}
.post-type-archive-news .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-news .entry__body {
  padding-left: 40px;
  word-break: break-all;
}
.post-type-archive-news .entry__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #999;
}
.post-type-archive-news .entry__title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.post-type-archive-news .entry__excerpt {
  margin-top: 16px;
}
.post-type-archive-news .entry__excerpt p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.post-type-archive-news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 34px;
}
.post-type-archive-news .entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 156px;
  height: 45px;
  border: 1px solid #251e1c;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-news .main {
    padding: 60px 0 100px;
  }
  .post-type-archive-news .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-news .section-title .title {
    font-size: 56px;
  }
  .post-type-archive-news .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .post-type-archive-news .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 60px;
  }
  .post-type-archive-news .entry {
    padding-bottom: 35px;
  }
  .post-type-archive-news .entry + .entry {
    margin-top: 35px;
  }
  .post-type-archive-news .entry__thumb {
    width: 210px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
  .post-type-archive-news .entry__body {
    padding-left: 25px;
  }
  .post-type-archive-news .entry__date {
    font-size: 14px;
  }
  .post-type-archive-news .entry__title {
    margin-top: 12px;
    font-size: 20px;
  }
  .post-type-archive-news .entry__excerpt {
    margin-top: 12px;
  }
  .post-type-archive-news .entry__excerpt p {
    font-size: 14px;
  }
  .post-type-archive-news .entry__link {
    margin-top: 30px;
  }
  .post-type-archive-news .entry__btn {
    font-size: 14px;
    width: 140px;
    height: 40px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-news .main {
    padding: 40px 0 100px;
  }
  .post-type-archive-news .main .container {
    display: block;
    padding: 0 15px;
  }
  .post-type-archive-news .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .post-type-archive-news .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .post-type-archive-news .contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .post-type-archive-news .entry {
    display: block;
    padding-bottom: 30px;
  }
  .post-type-archive-news .entry + .entry {
    margin-top: 30px;
  }
  .post-type-archive-news .entry__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .post-type-archive-news .entry__body {
    padding-left: 0;
    margin-top: 20px;
  }
  .post-type-archive-news .entry__date {
    font-size: 14px;
  }
  .post-type-archive-news .entry__title {
    margin-top: 15px;
    font-size: 16px;
  }
  .post-type-archive-news .entry__excerpt {
    margin-top: 15px;
  }
  .post-type-archive-news .entry__excerpt p {
    font-size: 12px;
  }
  .post-type-archive-news .entry__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
  .post-type-archive-news .entry__btn {
    font-size: 12px;
    width: 130px;
    height: 36px;
  }
}
/* ===================================

  404エラー

====================================== */
.error404 .main {
  padding: 106px 0 320px;
}
.error404 .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
}
.error404 .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.error404 .section-title .title {
  font-size: 72px;
}
.error404 .section-title .text {
  font-size: 25px;
}
.error404 .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.error404 .error__title {
  font-size: 36px;
  font-weight: 500;
}
.error404 .error__text {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.error404 .error__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  width: 400px;
  height: 80px;
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #251e1c;
}

@media screen and (max-width: 1199px) {
  .error404 .main {
    padding: 60px 0 100px;
  }
  .error404 .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .error404 .section-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .error404 .section-title .title {
    font-size: 56px;
  }
  .error404 .section-title .text {
    font-size: 21px;
    margin-left: 4px;
  }
  .error404 .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 60px;
  }
  .error404 .error__title {
    font-size: 28px;
    line-height: 1.5;
  }
  .error404 .error__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .error404 .error__link {
    margin-top: 100px;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .error404 .main {
    padding: 40px 0 100px;
  }
  .error404 .main .container {
    display: block;
    padding: 0 15px;
  }
  .error404 .section-title .title {
    margin-top: 4px;
    font-size: 36px;
  }
  .error404 .section-title .text {
    font-size: 11px;
    margin-left: 0;
  }
  .error404 .contents {
    padding-left: 0;
    margin-top: 40px;
  }
  .error404 .error__title {
    font-size: 17px;
  }
  .error404 .error__text {
    margin-top: 50px;
    font-size: 12px;
  }
  .error404 .error__link {
    margin-top: 80px;
    width: 130px;
    height: 36px;
    font-size: 12px;
  }
}
/* ===================================

  詳細ページ

====================================== */
.single .main {
  padding: 100px 0 140px;
}
.single .main .container {
  width: 1120px;
}
.single .entry {
  word-break: break-all;
}
.single .entry__cate p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.single .entry__title {
  margin-top: 13px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.single .entry__thumb {
  position: relative;
  margin-top: 36px;
}
.single .entry__thumb img {
  display: block;
  width: 100%;
}
.single .entry__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 47px;
  background-color: #251e1c;
}
.single .entry__tag p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.single .entry__body {
  padding-top: 100px;
  word-break: break-all;
}
.single .entry__body > *:first-child {
  margin-top: 0;
}
.single .entry__body h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 90px;
}
.single .entry__body h3 {
  margin-top: 90px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.single .entry__body h4 {
  margin-top: 90px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.single .entry__body h5 {
  margin-top: 90px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.single .entry__body h6 {
  margin-top: 90px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.single .entry__body p {
  margin-top: 40px;
  line-height: 2;
}
.single .entry__body p + p {
  margin-top: 30px;
}
.single .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .entry__body img {
  display: block;
  margin-top: 40px;
}
.single .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .entry__body .alignright {
  margin-left: auto;
}
.single .entry__body .wp-caption {
  max-width: 100%;
}
.single .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .entry__body pre {
  overflow-x: auto;
}
.single .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #251e1c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 78px;
  border: 1px solid #e6e6e6;
}
.single .entry__body table th a {
  color: inherit;
}
.single .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 82px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .entry__body table td a {
  color: inherit;
}
.single .entry__body > ol, .single .entry__body > ul {
  margin-top: 50px;
}
.single .entry__body > ol li, .single .entry__body > ul li {
  line-height: 2;
}
.single .entry__body > ol li + li, .single .entry__body > ul li + li {
  margin-top: 0.75em;
}
.single .entry__body > ul {
  padding-left: 1.7em;
}
.single .entry__body > ul li {
  text-indent: -1.55em;
}
.single .entry__body > ul li::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  background-color: #251e1c;
  border-radius: 50%;
}
.single .entry__body > ol {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin-left: -3px;
}
.single .entry__body > ol li {
  position: relative;
  line-height: 2;
  padding-left: 28px;
}
.single .entry__body > ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #251e1c;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.single .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .entry__body blockquote {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 30px 25px;
  border: 3px solid #251e1c;
}
.single .entry__body blockquote p {
  margin-top: 0;
  font-size: 18px;
  line-height: 2;
}
.single .entry__body blockquote p + p {
  margin-top: 20px;
}
.single .entry__body blockquote::before, .single .entry__body blockquote::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 92.5%;
  height: 3px;
  background-color: #f2f2f2;
}
.single .entry__body blockquote::before {
  top: -3px;
}
.single .entry__body blockquote::after {
  bottom: -3px;
}
.single .entry__body blockquote cite {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
}
.single .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.single .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 30px;
}
.single .entry__body hr.wp-block-separator {
  margin: 90px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #251e1c;
  border-top: none;
}
.single .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #251e1c;
}
.single .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .entry__body iframe {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .single .main {
    padding: 80px 0 120px;
  }
  .single .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single .entry__cate p {
    font-size: 18px;
  }
  .single .entry__title {
    margin-top: 12px;
    font-size: 30px;
  }
  .single .entry__thumb {
    margin-top: 30px;
  }
  .single .entry__tag {
    width: 145px;
    height: 40px;
  }
  .single .entry__tag p {
    font-size: 14px;
  }
  .single .entry__body {
    padding-top: 50px;
  }
  .single .entry__body h2 {
    margin-top: 60px;
    font-size: 25px;
  }
  .single .entry__body h3 {
    margin-top: 60px;
    font-size: 22px;
  }
  .single .entry__body h4 {
    margin-top: 60px;
    font-size: 20px;
  }
  .single .entry__body h5 {
    margin-top: 60px;
    font-size: 18px;
  }
  .single .entry__body h6 {
    margin-top: 60px;
    font-size: 16px;
  }
  .single .entry__body p {
    margin-top: 40px;
  }
  .single .entry__body p + p {
    margin-top: 40px;
  }
  .single .entry__body img {
    margin-top: 30px;
  }
  .single .entry__body .aligncenter {
    margin: 30px auto 0;
  }
  .single .entry__body table {
    margin-top: 30px;
  }
  .single .entry__body table th {
    font-size: 15px;
    height: 70px;
  }
  .single .entry__body table td {
    height: 64px;
  }
  .single .entry__body > ol, .single .entry__body > ul {
    margin-top: 40px;
  }
  .single .entry__body > ul {
    padding-left: 1.7em;
  }
  .single .entry__body > ul li {
    text-indent: -1.41em;
  }
  .single .entry__body > ul li::before {
    top: 2px;
    margin-right: 6px;
    width: 14px;
    height: 14px;
  }
  .single .entry__body > ol {
    margin-left: -3px;
  }
  .single .entry__body > ol li {
    padding-left: 22px;
  }
  .single .entry__body > ol li::before {
    top: 7px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .single .entry__body blockquote {
    margin-top: 40px;
    padding: 30px;
  }
  .single .entry__body blockquote p {
    font-size: 16px;
  }
  .single .entry__body blockquote p + p {
    margin-top: 1em;
  }
  .single .entry__body blockquote::before, .single .entry__body blockquote::after {
    width: 90%;
  }
  .single .entry__body blockquote cite {
    margin-top: 16px;
    font-size: 14px;
  }
  .single .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .single .entry__body hr.wp-block-separator {
    margin: 60px auto;
    width: 30%;
  }
}
@media screen and (max-width: 758px) {
  .single .main {
    padding: 50px 0 80px;
  }
  .single .main .container {
    padding: 0 15px;
  }
  .single .entry__cate p {
    font-size: 15px;
  }
  .single .entry__title {
    margin-top: 10px;
    font-size: 22px;
  }
  .single .entry__thumb {
    margin-top: 25px;
  }
  .single .entry__tag {
    width: 124px;
    height: 34px;
  }
  .single .entry__tag p {
    font-size: 12px;
  }
  .single .entry__body {
    padding-top: 40px;
  }
  .single .entry__body h2 {
    margin-top: 40px;
    font-size: 20px;
  }
  .single .entry__body h3 {
    margin-top: 40px;
    font-size: 18px;
  }
  .single .entry__body h4 {
    margin-top: 40px;
    font-size: 16px;
  }
  .single .entry__body h5 {
    margin-top: 50px;
    font-size: 15px;
  }
  .single .entry__body h6 {
    margin-top: 50px;
    font-size: 14px;
  }
  .single .entry__body p {
    margin-top: 30px;
  }
  .single .entry__body p + p {
    margin-top: 30px;
  }
  .single .entry__body .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .single .entry__body table {
    margin-top: 30px;
    line-height: 1.3;
    width: auto;
    max-width: 800px;
    line-height: 1.5;
  }
  .single .entry__body table th {
    padding: 5px 10px;
    font-size: 13px;
    height: 50px;
  }
  .single .entry__body table td {
    padding: 5px 10px;
    height: 45px;
  }
  .single .entry__body > ol, .single .entry__body > ul {
    margin-top: 30px;
  }
  .single .entry__body > ul {
    padding-left: 1.4em;
  }
  .single .entry__body > ul li {
    text-indent: -1.33em;
  }
  .single .entry__body > ul li::before {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  .single .entry__body > ol {
    margin-left: 0;
  }
  .single .entry__body > ol li {
    padding-left: 19px;
  }
  .single .entry__body > ol li::before {
    top: 5px;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 17px;
  }
  .single .entry__body blockquote {
    margin-top: 30px;
    padding: 20px;
  }
  .single .entry__body blockquote p {
    font-size: 13px;
  }
  .single .entry__body blockquote cite {
    margin-top: 14px;
    font-size: 12px;
  }
  .single .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 30px;
  }
  .single .entry__body hr.wp-block-separator {
    margin: 40px auto;
  }
}