@charset "UTF-8";
/*================共通=================*/
.grecaptcha-badge {
  visibility: hidden;
}

html {
  font: 400 100%/1.5 toppan-bunkyu-gothic-pr6n, serif;
  color: #344243;
  letter-spacing: 0.05em;
}

img, iframe {
  max-width: 100%;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: left;
}

li {
  list-style: none;
}

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

h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  font-weight: 400;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 13px;
}

.container-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

.sp {
  display: none !important;
}

.breadcrumbs {
  font-size: 13px;
  margin-top: 24px;
  margin-bottom: 72px;
  margin-left: 6%;
}
.breadcrumbs .home {
  color: #99A1A2;
}
.breadcrumbs .pankuzu-arrow {
  margin: 0 11px;
}
.breadcrumbs .pankuzu-arrow::before {
  content: "";
  display: inline-block;
  background-color: #99A1A2;
  width: 8px;
  height: 2px;
  vertical-align: 3px;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 55px;
    margin-left: 13px;
  }
}
.under_mv {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 436px;
}
.under_mv::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 94%;
  height: 56px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.under_mv h2 {
  font: 24px dnp-shuei-mincho-pr6n, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
}
.under_mv h2 span {
  font: 21px minion-pro-display, serif;
  display: block;
  margin-top: 16px;
  letter-spacing: 0.05em;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  font: 16px minion-pro-display, serif;
  margin: 0 16px;
}
.wp-pagenavi .current {
  color: #007F89;
}
.wp-pagenavi .next, .wp-pagenavi .prev {
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 11px;
}
.wp-pagenavi .next {
  background-image: url(../img/common/ar_right.svg);
  margin-left: 16px;
}
.wp-pagenavi .prev {
  background-image: url(../img/common/ar_left.svg);
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .under_mv {
    height: 233px;
  }
  .under_mv::after {
    height: 24px;
  }
  .under_mv h2 {
    font-size: 21px;
  }
  .under_mv h2 span {
    font-size: 18px;
  }
}
.ttl_star {
  font: 55px minion-pro-display, serif;
  color: #007F89;
  text-align: center;
}
.ttl_star span {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
  color: #344243;
}
.ttl_star::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/star.svg);
  background-size: contain;
  width: 70px;
  height: 60px;
  margin-top: 32px;
}

.ttl_basic {
  font: 40px minion-pro-display, serif;
  color: #007F89;
}
.ttl_basic span {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
  color: #344243;
}

.ttl_under_star {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  margin-top: 126px;
}
.ttl_under_star span {
  font: 18px minion-pro-display, serif;
  display: block;
  margin-top: 8px;
}
.ttl_under_star::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/star.svg);
  background-size: contain;
  width: 70px;
  height: 60px;
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .ttl_star {
    font-size: 40px;
  }
  .ttl_star span {
    font-size: 13px;
  }
  .ttl_basic {
    font-size: 34px;
  }
  .ttl_basic span {
    font-size: 13px;
  }
  .ttl_under_star {
    margin-top: 55px;
  }
}
.time {
  font-family: minion-pro-display, serif;
  color: #99A1A2;
}

.cate {
  font: 11px minion-pro-display, serif;
  display: inline-block;
  background-color: #007F89;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 13px;
  height: 20px;
  text-align: center;
  margin: 0 34px 0 21px;
}

.ttl {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .time {
    font-size: 13px;
  }
  .cate {
    margin-left: 8px;
  }
  .ttl {
    margin-top: 13px;
    font-size: 13px;
  }
}
.voice__article, .p-voice__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voice__article--item, .p-voice__article--item {
  width: 32%;
  margin-right: 20px;
}
.voice__article--item:nth-of-type(3n), .p-voice__article--item:nth-of-type(3n) {
  margin-right: 0;
}
.voice__article .error, .p-voice__article .error {
  text-align: center;
  width: 100%;
}

.img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 195px;
  margin-bottom: 16px;
}

.ttl_voice {
  margin-bottom: 4px;
}
.ttl_voice .star {
  height: 18px;
  width: 100px;
  display: block;
  background-size: contain;
  display: inline-block;
  vertical-align: -1px;
}
.ttl_voice .star3 {
  background-image: url(../img/voice/i_star3.svg);
}
.ttl_voice .star3-5 {
  background-image: url(../img/voice/i_star3.5.svg);
}
.ttl_voice .star4 {
  background-image: url(../img/voice/i_star4.svg);
}
.ttl_voice .star4-5 {
  background-image: url(../img/voice/i_star4.5.svg);
}
.ttl_voice .star5 {
  background-image: url(../img/voice/i_star5.svg);
}
.ttl_voice .hyouka {
  font: 21px minion-pro-display, serif;
}
.ttl_voice h4 {
  font: 16px dnp-shuei-mincho-pr6n, sans-serif;
  display: inline-block;
  padding-left: 11px;
  margin-left: 11px;
  position: relative;
}
.ttl_voice h4::before {
  content: "";
  display: inline-block;
  background-color: #AEB4B5;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.gray-txt {
  color: #AEB4B5;
  font-size: 11px;
  margin-bottom: 10px;
}

.honbun {
  font-size: 14px;
  margin-bottom: 8px;
}

.last-txt {
  font-size: 13px;
}
.last-txt .day::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/i_day.svg);
  width: 18px;
  height: 14px;
  margin-right: 4px;
  vertical-align: -2px;
  background-size: contain;
}
.last-txt .stay::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/i_stay.svg);
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: -2px;
  background-size: contain;
}
.last-txt .houmon {
  position: relative;
  padding-left: 6px;
}
.last-txt .houmon::before {
  content: "";
  display: inline-block;
  background-color: #AEB4B5;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.back {
  margin-top: 55px;
  text-align: center;
}
.back a {
  display: inline-block;
  font: 16px minion-pro-display, serif;
}

@media only screen and (max-width: 767px) {
  .voice__article, .p-voice__article {
    margin-top: 21px;
    margin-bottom: 0;
    display: block;
  }
  .voice__article--item, .p-voice__article--item {
    width: 100%;
    margin-bottom: 34px;
  }
  .ttl_voice .hyouka {
    font-size: 18px;
  }
  .ttl_voice h4 {
    font-size: 14px;
  }
  .honbun {
    font-size: 13px;
  }
  .last-txt {
    font-size: 11px;
  }
}
.link_more-line {
  font-family: minion-pro-display, serif;
  display: inline-block;
}
.link_more-line::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  background-color: #C1C4C7;
  margin-left: 16px;
  vertical-align: middle;
}

.text-page-link {
  max-width: 820px;
  margin-bottom: 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-page-link li {
  width: 23%;
  margin-right: 55px;
}
.text-page-link li:last-of-type {
  margin-right: 0;
}
.text-page-link li a {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
  padding-bottom: 11px;
  border-bottom: 1px solid #C1C4C7;
  background-image: url(../img/common/ar_bottom.svg);
  background-position: center right;
}

@media only screen and (max-width: 767px) {
  .link_more-line {
    font-size: 14px;
  }
  .text-page-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 55px;
  }
  .text-page-link li {
    width: 47%;
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .text-page-link li a {
    font-size: 13px;
  }
  .text-page-link li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.hissu {
  font-size: 11px;
  color: #9FA63F;
  display: inline-block;
  margin-left: 5px;
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: -40%;
  left: 45%;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

/*============ハンバーガー============*/
header .openbtn {
  position: fixed;
  top: 4%;
  right: 3%;
  width: 34px;
  height: 16px;
  cursor: pointer;
  z-index: 9999;
}
header .openbtn span {
  display: block;
  width: 34px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .openbtn span:nth-of-type(2) {
  top: 8px;
}
header .openbtn span:last-of-type {
  top: 16px;
}
header .openbtn.active span:first-of-type {
  -webkit-transform: translateY(10px) rotate(25deg);
          transform: translateY(10px) rotate(25deg);
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:last-of-type {
  -webkit-transform: translateY(-6px) rotate(-25deg);
          transform: translateY(-6px) rotate(-25deg);
}
header .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(56, 64, 72, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 8000;
}
header .header-nav__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8%;
  background-color: #F9F9FA;
  width: 94%;
  height: 86%;
  position: relative;
}
header .header-nav__inner ul {
  width: 33%;
  margin: 0 auto;
  padding-top: 6%;
}
header .header-nav__inner ul::after, header .header-nav__inner ul::before {
  content: "";
  display: inline-block;
  width: 34%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
}
header .header-nav__inner ul::before {
  background-image: url(../img/header/access_1.jpg);
  left: 0;
}
header .header-nav__inner ul::after {
  background-image: url(../img/header/access_2.jpg);
  right: 0;
}
header .header-nav__inner ul li .main-menu {
  display: block;
  padding: 27px 0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-nav__inner ul li:nth-of-type(7) {
  margin-bottom: 21px;
  margin-top: 28px;
}
header .header-nav__inner ul li:nth-of-type(7) .main-menu {
  margin: 0 auto;
  color: #007F89;
  background-color: #fff;
  padding: 18px 0;
  width: 310px;
  height: 55px;
  border: 1px solid #007F89;
}
header .header-nav__inner ul li:nth-of-type(8) {
  margin-bottom: 34px;
}
header .header-nav__inner ul li:nth-of-type(8) .main-menu {
  margin: 0 auto;
  color: #fff;
  background-color: #007F89;
  padding: 18px 0;
  width: 310px;
  height: 55px;
  border: 1px solid #007F89;
}
header .header-nav__inner ul li .sub-menu-outer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34.1%;
  background-color: #fff;
  padding: 55px 55px 0 55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item {
  width: 46%;
  margin-bottom: 22px;
}
header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item img {
  margin-bottom: 8px;
}
header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item .en {
  font: 16px minion-pro-display, serif;
  color: #007F89;
  display: block;
  margin-bottom: -6px;
}
header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item .ja {
  font: 13px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
}
header .header-nav__inner ul li .sub-menu-outer > a {
  font-size: 14px;
  display: block;
  margin-bottom: 21px;
}
header .header-nav__inner ul li .sub-menu-outer > a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/header/i_list.svg);
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
}
header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item {
  border-bottom: 1px solid #C1C4C7;
  padding-bottom: 21px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item picture {
  width: 50%;
  margin-right: 21px;
}
header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item:last-of-type {
  border: none;
}
header .header-nav__inner .header-left-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-nav__inner .header-left-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-nav.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1250px) {
  header .header-nav__inner ul {
    width: 50%;
    margin-left: 0;
  }
  header .header-nav__inner ul::before {
    display: none;
  }
  header .header-nav__inner ul::after {
    width: 50%;
  }
  header .header-nav__inner ul li .sub-menu-outer {
    width: 50.1%;
  }
  header .header-nav__inner .header-left-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .header-nav__inner {
    height: 90%;
    overflow-y: scroll;
    -ms-overflow-style: none; /*IE・Edgeへの対応*/
    scrollbar-width: none; /*Firefoxへの対応*/
  }
  header .header-nav__inner::-webkit-scrollbar { /*Chrome、Safariへの対応*/
    display: none;
  }
  header .header-nav__inner ul {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
  }
  header .header-nav__inner ul::after {
    display: none;
  }
  header .header-nav__inner ul li {
    font-size: 13px;
  }
  header .header-nav__inner ul li:nth-of-type(n+1):nth-of-type(-n+6) .main-menu {
    text-align: left;
    border-bottom: 1px solid #C1C4C7;
    padding: 24px 0 24px 21px;
  }
  header .header-nav__inner ul li:nth-of-type(8) {
    margin-bottom: 21px;
  }
  header .header-nav__inner ul li:last-of-type {
    margin-bottom: 55px;
  }
  header .header-nav__inner ul li .sub-menu-outer {
    padding: 32px 24px;
    position: static;
    width: 100%;
  }
  header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex {
    display: block;
  }
  header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  header .header-nav__inner ul li .sub-menu-outer .sub-menu__flex--item .en {
    margin-right: 24px;
  }
  header .header-nav__inner ul li .sub-menu-outer picture {
    display: none;
  }
  header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item {
    display: block;
    border: none;
    margin-bottom: 0;
  }
  header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item .ja, header .header-nav__inner ul li .js-sub-menu4 .sub-menu__flex--item .en {
    display: inline-block;
  }
}
/*============下層のヘッダー============*/
.header-under .openbtn {
  display: none;
}
.header-under .openbtn span {
  background-color: #344243;
}
.header-under__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 43px 80px 0 80px;
}
.header-under h1 a {
  display: block;
}
.header-under__right {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
}
.header-under__right--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
.header-under__right--top li:first-of-type a {
  font: 13px minion-pro-display, serif;
  display: inline-block;
  color: #344243;
  padding-right: 11px;
  border-right: 1px solid #C1C4C7;
}
.header-under__right--top li:last-of-type a {
  display: inline-block;
  background-color: #007F89;
  color: #fff;
  width: 160px;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  margin-left: 21px;
}
.header-under__right--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-under__right--bottom li {
  margin-left: 34px;
}
.header-under__right--bottom li:first-of-type {
  margin-left: 0;
}

.header-under.white {
  position: absolute;
  z-index: 9999;
  width: 100%;
  right: 0;
  left: 0;
}
.header-under.white .header-under__right--top li a, .header-under.white .header-under__right--bottom li a {
  color: #fff;
}
.header-under.white .header-under__right--top li:last-of-type a {
  background-color: transparent;
  border: 1px solid #fff;
}

@media only screen and (max-width: 1250px) {
  .header-under__top {
    margin: 43px 24px 0 24px;
  }
  .header-under h1 a {
    width: 200px;
  }
  .header-under__right--bottom li {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header-under {
    margin: 0;
  }
  .header-under .openbtn {
    display: block;
  }
  .header-under .openbtn span {
    background-color: #fff;
  }
  .header-under__top {
    margin: 8px 0 0 13px;
  }
  .header-under__right {
    display: none;
  }
}
/*============トップ============*/
.index .mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.index .mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index .mv .video-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.index .mv .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.index .mv__news {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 94%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 34px 7%;
}
.index .mv__news::after {
  content: "";
  display: inline-block;
  background-color: #C1C4C7;
  height: 1px;
  width: 85%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.index .mv__news li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index .mv__news li .cate {
  font-size: 14px;
  height: 24px;
  margin-left: 0;
}
.index .mv__news li .time {
  margin-right: 21px;
}
.index .concept {
  max-width: 94%;
  margin: 0 auto;
  padding: 89px 0;
  background-color: #fff;
}
.index .concept__txt {
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
}
.index .concept__txt p:not(:first-of-type) {
  margin-top: 40px;
}
.index .activity {
  max-width: 94%;
  margin: 0 auto;
  margin-bottom: 55px;
  padding: 145px 0;
  background-color: rgba(1, 1, 1, 0.5);
  color: #fff;
}
.index .activity__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .activity__left {
  width: 21%;
}
.index .activity__left h2 {
  font: 64px minion-pro-display, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
.index .activity__left h2 span {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
  margin-left: -8px;
}
.index .activity__left h2::after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/activity_line.svg);
  width: 90px;
  height: 75px;
  position: absolute;
  bottom: -18%;
}
.index .activity__left .ja {
  font-size: 14px;
  margin-top: 66px;
  margin-bottom: 21px;
}
.index .activity__left .en {
  font: 12px minion-pro-display, serif;
}
.index .activity__left .view-more {
  font-family: minion-pro-display, serif;
  width: 244px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 34px;
  padding: 20px 0;
}
.index .activity__right {
  width: 55%;
  position: relative;
}
.index .activity__right li h3 {
  font: 24px minion-pro-display, serif;
  color: #fff;
  margin-top: 21px;
}
.index .activity__right li h3 span {
  font: 13px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
}
.index .activity__right li .img-outer {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.index .activity__right li .img-outer::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: cover;
  background-position: center;
}
.index .activity__right li:first-of-type .img-outer::after {
  background-image: url(../img/index/slick_1.jpg);
}
.index .activity__right li:nth-of-type(2) .img-outer::after {
  background-image: url(../img/index/slick_2.jpg);
}
.index .activity__right li:nth-of-type(3) .img-outer::after {
  background-image: url(../img/index/slick_3.jpg);
}
.index .activity__right li:nth-of-type(4) .img-outer::after {
  background-image: url(../img/index/slick_4.jpg);
}
.index .activity__right .prev-arrow, .index .activity__right .next-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 33%;
  z-index: 1;
  background-size: contain;
}
.index .activity__right .prev-arrow {
  background-image: url(../img/index/ar_slick-left.svg);
  left: -10%;
}
.index .activity__right .next-arrow {
  background-image: url(../img/index/ar_slick-right.svg);
  right: 40%;
}
.index .activity__right .slick-disabled {
  opacity: 0.5;
}
.index .activity__right .slick-slide .img-outer {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.index .activity__right .slick-current .img-outer {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.index .activity__right .slick-current .img-outer:hover::after {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.index .about {
  position: relative;
}
.index .about::before {
  content: "";
  display: inline-block;
  background-image: url(../img/index/bg_bird.svg);
  width: 235px;
  height: 194px;
  position: absolute;
  top: 5%;
  right: 7%;
}
.index .about .ttl_star {
  background-color: #fff;
  padding-top: 144px;
}
.index .about .rooms, .index .about .facility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 40px;
  background-color: #fff;
}
.index .about .rooms__img, .index .about .facility__img {
  max-width: 50%;
  margin-right: 34px;
}
.index .about .rooms__contents, .index .about .facility__contents {
  max-width: 50%;
  margin-right: 55px;
}
.index .about .rooms__contents h3, .index .about .facility__contents h3 {
  font: 34px minion-pro-display, serif;
  color: #007F89;
}
.index .about .rooms__contents h3 span, .index .about .facility__contents h3 span {
  font-size: 14px;
  color: #344243;
  margin-left: 5px;
}
.index .about .rooms__contents .ja, .index .about .facility__contents .ja {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.index .about .rooms__contents .en, .index .about .facility__contents .en {
  font: 12px minion-pro-display, serif;
  color: #99A1A2;
  letter-spacing: 0.1em;
  margin-top: 13px;
  margin-bottom: 34px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.index .about .rooms__contents .flex, .index .about .facility__contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}
.index .about .rooms__contents .flex picture, .index .about .facility__contents .flex picture {
  width: 32.5%;
}
.index .about .facility {
  padding: 89px 0;
  background-image: url(../img/index/bg_bird.svg);
  background-position: 35% 17%;
}
.index .about .facility__img {
  margin-right: 0;
  margin-left: 34px;
}
.index .about .facility__contents {
  margin-right: 0;
  margin-left: 55px;
}
.index .about .other, .index .about .voice {
  background-image: url(../img/common/bg_gray.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
}
.index .about .other::before, .index .about .voice::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 6%;
  height: 100%;
  position: absolute;
  top: 0;
}
.index .about .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 55px;
}
.index .about .other a {
  position: relative;
  display: block;
  height: 364px;
  width: 50%;
  overflow: hidden;
}
.index .about .other a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.index .about .other a:hover::after {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.index .about .other a:first-of-type::after {
  background-image: url(../img/index/sightseeng.jpg);
}
.index .about .other a:last-of-type::after {
  background-image: url(../img/index/life-plan.jpg);
}
.index .about .other a h3 {
  font: 24px minion-pro-display, serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
  z-index: 1;
}
.index .about .other a h3 span {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
}
.index .about .voice {
  padding: 89px 0;
  position: relative;
}
.index .about .voice__article {
  margin-top: 32px;
  margin-bottom: 55px;
}
.index .about .voice__link {
  width: 244px;
  font-family: minion-pro-display, serif;
  padding: 20px 0;
  border: 1px solid #344243;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.index .about .news {
  background-color: #fff;
  padding: 89px 0;
  background-image: url(../img/index/bg_news.svg);
  background-position: 22% 0;
}
.index .about .news__bg {
  margin-top: 21px;
  padding-bottom: 33px;
  position: relative;
}
.index .about .news__bg::before {
  content: "";
  display: inline-block;
  width: 72%;
  height: 140px;
  background-image: url(../img/common/bg_gray.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index .about .news__article {
  margin-left: 33%;
  position: relative;
}
.index .about .news__article--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.index .about .news__link {
  text-align: right;
  position: relative;
}
.index .about .access {
  padding-top: 89px;
  padding-bottom: 272px;
  position: relative;
}
.index .about .access__catch {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  margin: 21px 0;
}
.index .about .access .link_more-line {
  margin-top: 34px;
}
.index .about .access::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/bg_gray.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  width: 100%;
  height: 530px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.index .about .access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 33%;
  position: relative;
  margin-top: 55px;
}
.index .about .access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1250px) {
  .index .mv__news li {
    display: block;
  }
  .index .mv__news li .cate {
    margin-bottom: 13px;
    font-size: 13PX;
  }
  .index .activity__flex {
    display: block;
  }
  .index .activity__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .index .activity__left h2 {
    margin-right: 34px;
  }
  .index .activity__left h2::after {
    bottom: -3%;
  }
  .index .activity__right {
    width: 80%;
    margin: 0 auto;
    margin-top: 43px;
  }
  .index .about .rooms__contents, .index .about .facility__contents {
    margin-right: 13px;
  }
  .index .about .rooms__contents h3, .index .about .facility__contents h3 {
    font-size: 24px;
  }
  .index .about .rooms__contents .ja, .index .about .facility__contents .ja {
    font-size: 18px;
  }
  .index .about .facility__contents {
    margin-right: 0;
    margin-left: 13px;
  }
  .index .about .voice::before {
    display: none;
  }
  .index .about .news__article {
    margin-left: 8%;
    padding: 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .index .mv h1 {
    width: 240px;
  }
  .index .mv .video-wrapper video {
    height: 100%;
  }
  .index .mv__news {
    display: block;
    padding: 21px;
  }
  .index .mv__news li {
    margin-bottom: 13px;
  }
  .index .mv__news li span {
    display: block;
  }
  .index .mv__news .link_more-line {
    font-size: 13PX;
    display: block;
    text-align: right;
  }
  .index .mv__news .link_more-line::after {
    width: 55px;
  }
  .index .concept {
    padding: 55px 0;
  }
  .index .concept__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .index .activity {
    padding: 55px 0;
  }
  .index .activity__left h2 {
    font-size: 48px;
  }
  .index .activity__left h2::after {
    bottom: 0;
    width: 63px;
    height: 53px;
    background-size: contain;
  }
  .index .activity__left h2 span {
    font-size: 13px;
  }
  .index .activity__left .ja {
    font-size: 13px;
    margin-top: 0;
  }
  .index .activity__left .en {
    font-size: 11px;
  }
  .index .activity__left .view-more {
    width: 100%;
    font-size: 13px;
    padding: 17px 0;
    margin-top: 21px;
  }
  .index .activity__right {
    width: 75%;
  }
  .index .activity__right li h3 {
    font-size: 18px;
  }
  .index .activity__right li h3 span {
    font-size: 11px;
  }
  .index .activity__right li .img-outer {
    height: 330px;
  }
  .index .activity__right .prev-arrow, .index .activity__right .next-arrow {
    width: 34px;
    height: 34px;
  }
  .index .activity__right .prev-arrow {
    left: -17%;
  }
  .index .activity__right .next-arrow {
    right: -17%;
  }
  .index .about::before {
    top: 3%;
    right: 0%;
    background-size: cover;
    width: 88px;
    height: 112px;
  }
  .index .about .ttl_star {
    padding-top: 89px;
  }
  .index .about .other {
    display: block;
  }
  .index .about .other a {
    width: 100%;
  }
  .index .about .rooms, .index .about .facility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .about .rooms__img, .index .about .facility__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
  .index .about .rooms__contents, .index .about .facility__contents {
    max-width: 100%;
    margin-right: 0;
  }
  .index .about .rooms__contents h3, .index .about .facility__contents h3 {
    margin-bottom: 21px;
  }
  .index .about .rooms__contents--txt, .index .about .facility__contents--txt {
    padding: 0 13px;
  }
  .index .about .rooms__contents .flex picture, .index .about .facility__contents .flex picture {
    margin: 0 4px;
  }
  .index .about .rooms {
    padding-top: 20px;
  }
  .index .about .facility {
    padding-bottom: 55px;
    background-position: 130% 40%;
  }
  .index .about .facility__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
  }
  .index .about .facility__contents {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
  .index .about .other {
    padding-top: 34px;
  }
  .index .about .other a {
    height: 233px;
  }
  .index .about .other a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index .about .voice {
    padding: 55px 0;
  }
  .index .about .news {
    padding: 55px 0;
    background-position: 100% 0;
  }
  .index .about .news__article {
    margin-left: 0;
  }
  .index .about .news__article--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index .about .access {
    padding-top: 50px;
    padding-bottom: 160px;
  }
  .index .about .access__catch {
    font-size: 18px;
  }
  .index .about .access__catch + p {
    font-size: 13px;
  }
  .index .about .access .gmap {
    padding-bottom: 80%;
  }
}
/*============フッター============*/
.footer {
  background-color: #fff;
  padding-top: 89px;
}
.footer__top {
  text-align: center;
  margin-bottom: 89px;
  background-image: url(../img/common/bg_footer.svg);
  background-position: 17% 50%;
}
.footer__top p {
  font: 15px dnp-shuei-mincho-pr6n, sans-serif;
}
.footer__top a {
  font-size: 14px;
  display: block;
}
.footer__top a:first-of-type {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #007F89;
  color: #fff;
  padding: 24px 0;
  width: 377px;
  height: 72px;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 34px;
}
.footer__top a:last-of-type::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ar_footer.svg);
  background-size: contain;
  width: 16px;
  height: 7px;
  margin-left: 5px;
  vertical-align: 1px;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}
.footer__bottom--item p {
  font: 18px minion-pro-display, serif;
  color: #C1C4C7;
  margin-bottom: 21px;
}
.footer__bottom--item li {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0;
}
.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
}
.footer__sns a {
  margin-right: 21px;
}
.footer__sns a:last-of-type {
  margin-right: 0;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  color: #99A1A2;
  padding-bottom: 55px;
}

.fixed-link {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 7000;
}
.fixed-link a {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: inline-block;
  border: 1px solid #007F89;
  width: 233px;
  text-align: center;
  padding: 20px 0;
}
.fixed-link a:first-of-type {
  color: #007F89;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}
.fixed-link a:last-of-type {
  color: #fff;
  border-radius: 0 5px 5px 0;
  background-color: #007F89;
}
.fixed-link a:last-of-type::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/i_calendar.svg);
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -2px;
}

@media only screen and (max-width: 1250px) {
  .footer .copyright {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top {
    background-position: -50% 50%;
    margin-bottom: 55px;
  }
  .footer__top a:first-of-type {
    width: 100%;
  }
  .footer__bottom {
    display: block;
  }
  .footer__bottom--item {
    text-align: center;
  }
  .footer__bottom--item p {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .footer__bottom--item p::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/i_plus.svg);
    background-size: contain;
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
  .footer .copyright {
    padding-bottom: 90px;
  }
  .fixed-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .fixed-link a {
    padding: 16px 0;
    width: 50%;
  }
  .fixed-link a:first-of-type {
    border-radius: 0 0 0 0;
  }
  .fixed-link a:last-of-type {
    border-radius: 0 0 0 0;
  }
}
/*============運営概要============*/
.p-company {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-company table {
  max-width: 700px;
  margin: 0 auto;
}
.p-company table th, .p-company table td {
  font-size: 14px;
  padding-bottom: 55px;
}
.p-company table th {
  vertical-align: top;
  font-weight: 600;
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 55px;
  }
  .p-company table {
    display: block;
  }
  .p-company table th, .p-company table td {
    display: block;
  }
  .p-company table th {
    width: 100%;
    padding-bottom: 8px;
  }
  .p-company table td {
    padding-bottom: 34px;
  }
}
/*============宿泊規約============*/
.p-agreement {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-agreement .agreement-wrapper {
  max-width: 820px;
}
.p-agreement .agreement-wrapper h3 {
  font-size: 16px;
  margin-bottom: 21px;
}
.p-agreement .agreement-wrapper h3 span {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.p-agreement .agreement-wrapper__item {
  margin-bottom: 55px;
}
.p-agreement .agreement-wrapper__item--list {
  font-size: 14px;
}
.p-agreement .ryaku {
  text-align: center;
  font-size: 14px;
}

/*============個人情報保護方針============*/
.p-policy {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-policy .policy-wrapper {
  max-width: 820px;
}
.p-policy .policy-wrapper h3 {
  font-size: 16px;
  margin-bottom: 13px;
}
.p-policy .policy-wrapper > p {
  margin-bottom: 89px;
}
.p-policy .policy-wrapper p {
  font-size: 14px;
}
.p-policy .policy-wrapper__item {
  margin-bottom: 55px;
}

/*============SUP体験予約============*/
.p-reserve h3 {
  font-size: 18px;
  margin-bottom: 55px;
  text-align: center;
}
.p-reserve h3 span {
  font: 11px minion-pro-display, serif;
  display: block;
  color: #99A1A2;
  margin-top: 8px;
}
.p-reserve .intro {
  max-width: 820px;
}
.p-reserve .intro > p {
  font-size: 14px;
  margin-bottom: 37px;
}
.p-reserve .intro table th, .p-reserve .intro table td {
  padding-bottom: 21px;
  font-size: 14px;
}
.p-reserve .intro table th {
  font-weight: 400;
  width: 35%;
}
.p-reserve .intro table th::before {
  content: "";
  display: inline-block;
  background-image: url(../img/reserve/i_circle.svg);
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.p-reserve .intro table td span {
  display: inline-block;
  background-color: #87900E;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
  margin-right: 11px;
  border-radius: 3px;
}
.p-reserve .intro__caution {
  background-color: #F9F9F9;
  padding: 34px;
  margin-top: 38px;
  margin-bottom: 89px;
  font-size: 14px;
}
.p-reserve .intro__caution h4 {
  margin-bottom: 34px;
  color: #007F89;
}
.p-reserve .intro__caution li {
  margin-top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-reserve .intro__caution li > span {
  margin-right: 13px;
}
.p-reserve .intro__caution li > span > span {
  color: #9FA63F;
  margin-right: 0;
}
.p-reserve .intro__caution li .c_olive {
  color: #9FA63F;
}
.p-reserve .reserve-form {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-reserve .reserve-form .container-inner {
  max-width: 820px;
}
.p-reserve .reserve-form .ja {
  font-size: 14px;
  margin-bottom: 13px;
}
.p-reserve .reserve-form .en {
  font: 11px minion-pro-display, serif;
  color: #99A1A2;
}
.p-reserve .reserve-form table {
  margin-top: 55px;
}
.p-reserve .reserve-form table th {
  font-size: 14px;
  font-weight: 400;
  width: 35%;
}
.p-reserve .reserve-form table th .en {
  font-family: minion-pro-display, serif;
  color: #99A1A2;
  display: block;
  margin-top: 5px;
}
.p-reserve .reserve-form table th .en span {
  color: #9FA63F;
}
.p-reserve .reserve-form table td input, .p-reserve .reserve-form table td select {
  background-color: #F9F9FA;
  padding: 20px;
  width: 100%;
  height: 60px;
  font-size: 14px;
}
.p-reserve .reserve-form table td select {
  background-image: url(../img/common/ar_bottom.svg);
  background-position: right 23px center;
}
.p-reserve .reserve-form table td textarea {
  background-color: #F9F9FA;
  padding: 23px;
  height: 160px;
  width: 100%;
  font-size: 14px;
}
.p-reserve .reserve-form table th, .p-reserve .reserve-form table td {
  padding-bottom: 24px;
}
.p-reserve .reserve-form .submit {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  position: relative;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
.p-reserve .reserve-form .submit .wpcf7-submit {
  border: 1px solid #007F89;
  color: #007F89;
  width: 480px;
  height: 72px;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .p-reserve h3 {
    font-size: 15px;
  }
  .p-reserve .intro table th, .p-reserve .intro table td {
    display: block;
    width: 100%;
  }
  .p-reserve .intro table tr td {
    padding-bottom: 40px;
  }
  .p-reserve .intro table tr td:first-of-type {
    padding-bottom: 8px;
  }
  .p-reserve .intro table tr td span {
    margin-right: 4px;
  }
  .p-reserve .intro table th {
    padding-bottom: 8px;
  }
  .p-reserve .intro__caution {
    margin-top: 0;
    padding: 24px;
  }
  .p-reserve .reserve-form table th, .p-reserve .reserve-form table td {
    display: block;
    width: 100%;
  }
  .p-reserve .reserve-form table th {
    padding-bottom: 8px;
  }
  .p-reserve .reserve-form table td {
    padding-bottom: 34px;
  }
  .p-reserve .reserve-form .submit {
    margin-top: 0;
  }
  .p-reserve .reserve-form .submit .wpcf7-submit {
    width: 100%;
  }
}
/*============よくあるご質問============*/
.p-faq {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-faq__item {
  max-width: 820px;
  margin-bottom: 89px;
}
.p-faq__item:last-of-type {
  margin-bottom: 0px;
}
.p-faq__item h3 {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  padding-bottom: 21px;
  text-align: center;
}
.p-faq__item dl {
  border-bottom: 1px solid #C1C4C7;
}
.p-faq__item dl dt {
  padding: 34px 0;
  border-top: 1px solid #C1C4C7;
  position: relative;
}
.p-faq__item dl dt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/common/ar_bottom.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__item dl .active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.p-faq__item dl dd {
  font-size: 14px;
  margin-bottom: 34px;
}
.p-faq__item .small {
  margin-top: 24px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-faq__item {
    margin-bottom: 55px;
  }
  .p-faq__item dl dt {
    font-size: 14px;
  }
}
/*============お問い合わせ============*/
.p-contact {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-contact .intro {
  max-width: 820px;
}
.p-contact .intro p {
  font-size: 14px;
}
.p-contact .intro p a {
  color: #007F89;
  text-decoration: underline;
}
.p-contact .intro p:last-of-type {
  color: #87900E;
  margin-top: 13px;
}
.p-contact .contact-form {
  max-width: 820px;
  margin-top: 55px;
}
.p-contact .contact-form table tr:nth-of-type(2) td:first-of-type, .p-contact .contact-form table tr:nth-of-type(4) td:first-of-type {
  padding-right: 12px;
}
.p-contact .contact-form table th, .p-contact .contact-form table td {
  font-size: 14px;
  font-weight: 400;
}
.p-contact .contact-form table td {
  padding-top: 8px;
  padding-bottom: 34px;
}
.p-contact .contact-form table .width input, .p-contact .contact-form table .width textarea {
  width: 100%;
  padding: 23px;
  background-color: #F9F9FA;
}
.p-contact .contact-form table .width input {
  height: 60px;
}
.p-contact .contact-form table .width textarea {
  height: 160px;
}
.p-contact .contact-form table .radio {
  padding-top: 23px;
}
.p-contact .contact-form table .radio .wpcf7-list-item {
  margin-right: 47px;
  margin-left: 0;
}
.p-contact .contact-form .submit {
  text-align: center;
  position: relative;
}
.p-contact .contact-form .submit input {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  width: 480px;
  height: 60px;
  border: 1px solid #007F89;
  color: #007F89;
}

@media only screen and (max-width: 767px) {
  .p-contact .contact-form table .width input, .p-contact .contact-form table .width textarea {
    padding: 18px;
  }
  .p-contact .contact-form table .radio .wpcf7-list-item {
    margin-right: 27px;
  }
  .p-contact .contact-form .submit input {
    width: 100%;
  }
}
/*============アクティビティ============*/
.p-activity .under_mv {
  background-image: url(../img/activity/mv.jpg);
}
.p-activity .about-sup {
  max-width: 765px;
  margin: 0 auto;
  margin-top: 89px;
  margin-bottom: 89px;
  padding: 55px;
  border: 1px solid #007F89;
  border-radius: 5px;
}
.p-activity .about-sup h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  letter-spacing: 0.1em;
  color: #007F89;
  text-align: center;
  margin-bottom: 32px;
}
.p-activity .about-sup table th, .p-activity .about-sup table td {
  font-size: 14px;
}
.p-activity .about-sup table th {
  width: 23%;
  vertical-align: top;
}
.p-activity .about-sup table td {
  padding-bottom: 34px;
}
.p-activity .about-sup table td p {
  color: #99A1A2;
  font-size: 11px;
}
.p-activity .about-sup table td ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-activity .about-sup table td ul li::before {
  content: "";
  display: inline-block;
  background-color: #007F89;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin-right: 3px;
  vertical-align: 1px;
}
.p-activity .about-sup .cancel {
  font-size: 14px;
  background-color: #F9F9F9;
  padding: 34px;
}
.p-activity .about-sup .cancel h4 {
  color: #007F89;
  margin-bottom: 13px;
}
.p-activity .sup, .p-activity .yoga, .p-activity .tours, .p-activity .others {
  padding-bottom: 144px;
}
.p-activity .sup .ja, .p-activity .yoga .ja, .p-activity .tours .ja, .p-activity .others .ja {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  margin: 34px 0 21px 0;
  letter-spacing: 0.08em;
}
.p-activity .sup .en, .p-activity .yoga .en, .p-activity .tours .en, .p-activity .others .en {
  font: 13px minion-pro-display, serif;
  color: #99A1A2;
  letter-spacing: 0.1em;
}
.p-activity .sup__contents, .p-activity .yoga__contents, .p-activity .tours__contents, .p-activity .others__contents {
  max-width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 89px;
  margin-bottom: 55px;
}
.p-activity .sup__contents--item, .p-activity .yoga__contents--item, .p-activity .tours__contents--item, .p-activity .others__contents--item {
  width: 48.5%;
}
.p-activity .sup__contents--item h4, .p-activity .yoga__contents--item h4, .p-activity .tours__contents--item h4, .p-activity .others__contents--item h4 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  color: #007F89;
  margin: 13px 0;
  letter-spacing: 0.08em;
}
.p-activity .sup__contents--item p, .p-activity .yoga__contents--item p, .p-activity .tours__contents--item p, .p-activity .others__contents--item p {
  font-size: 14px;
}
.p-activity .sup .link, .p-activity .yoga .link, .p-activity .tours .link, .p-activity .others .link {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #007F89;
  padding: 17px;
  border: 1px solid #007F89;
  max-width: 480px;
  height: 60px;
}
.p-activity .sup::before, .p-activity .yoga::before, .p-activity .tours::before, .p-activity .others::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 436px;
  margin-bottom: 89px;
}
.p-activity .others::before {
  background-position: right;
}
.p-activity .tours__contents--item:nth-of-type(3), .p-activity .tours__contents--item:nth-of-type(4), .p-activity .others__contents--item:nth-of-type(3), .p-activity .others__contents--item:nth-of-type(4) {
  margin-top: 55px;
}
.p-activity .sup::before {
  background-image: url(../img/activity/bg_sup.jpg);
}
.p-activity .yoga__contents {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-activity .yoga::before {
  background-image: url(../img/activity/bg_yoga.jpg);
}
.p-activity .tours::before {
  background-image: url(../img/activity/bg_tours.jpg);
}
.p-activity .others::before {
  background-image: url(../img/activity/bg_others.jpg);
}
.p-activity .sugoshikata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-activity .sugoshikata picture {
  width: 43%;
}
.p-activity .sugoshikata picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-activity .sugoshikata__contents {
  width: 57%;
  background-image: url(../img/common/bg_gray.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
}
.p-activity .sugoshikata__contents--inner {
  padding: 100px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-activity .sugoshikata__contents--inner h3 {
  font-size: 13px;
  margin-bottom: 13px;
}
.p-activity .sugoshikata__contents--inner h3::before {
  content: "";
  display: inline-block;
  background-image: url(../img/activity/i_sugoshikata.svg);
  width: 19px;
  height: 13px;
  margin-right: 8px;
  vertical-align: -2px;
}
.p-activity .sugoshikata__contents--inner h3 + p {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
}
.p-activity .sugoshikata__contents--inner p {
  font-size: 14px;
  margin: 21px 0 34px 0;
}
.p-activity .activity_slick .slick-dots {
  position: absolute;
  top: -9%;
  right: 0;
}
.p-activity .activity_slick .slick-dots li {
  margin: 0;
  width: 14px;
}
.p-activity .activity_slick .slick-dots li button {
  position: relative;
}
.p-activity .activity_slick .slick-dots li button::before {
  content: "" !important;
  background-color: #99A1A2;
  opacity: 1;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-activity .activity_slick .slick-dots .slick-active button::before {
  background-color: #007F89;
}
.p-activity .page-link h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
.p-activity .page-link__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-activity .page-link__flex--item {
  width: 23%;
}
.p-activity .page-link__flex--item h4 {
  font: 18px minion-pro-display, serif;
  margin-top: 11px;
}
.p-activity .page-link__flex--item h4 span {
  font: 12px dnp-shuei-mincho-pr6n, sans-serif;
}
.p-activity .page-link__flex--item h4 span::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/ar_bottom.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

@media only screen and (max-width: 1250px) {
  .p-activity .sugoshikata__contents--inner {
    padding: 80px 60px;
  }
  .p-activity .page-link__flex--item {
    width: 32%;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1100px) {
  .p-activity .activity_slick .slick-dots {
    top: -14%;
  }
}
@media only screen and (max-width: 767px) {
  .p-activity .page-link__flex--item {
    margin-bottom: 16px;
    width: 48%;
  }
  .p-activity .about-sup {
    margin: 55px 13px 89px 13px;
    padding: 50px 33px 55px 33px;
  }
  .p-activity .about-sup table th, .p-activity .about-sup table td {
    display: block;
    font-size: 13px;
  }
  .p-activity .about-sup table th {
    margin-bottom: 4px;
    width: 100%;
  }
  .p-activity .about-sup table td {
    padding-bottom: 28px;
  }
  .p-activity .about-sup table td ul {
    display: block;
  }
  .p-activity .about-sup table td p {
    margin-top: 4px;
  }
  .p-activity .about-sup .cancel {
    font-size: 13px;
    padding: 16px;
  }
  .p-activity .sup, .p-activity .yoga, .p-activity .tours, .p-activity .others {
    padding-bottom: 89px;
  }
  .p-activity .sup .ja, .p-activity .yoga .ja, .p-activity .tours .ja, .p-activity .others .ja {
    margin-top: 15px;
  }
  .p-activity .sup .en, .p-activity .yoga .en, .p-activity .tours .en, .p-activity .others .en {
    font-size: 11px;
  }
  .p-activity .sup__contents, .p-activity .yoga__contents, .p-activity .tours__contents, .p-activity .others__contents {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .p-activity .sup__contents--item, .p-activity .yoga__contents--item, .p-activity .tours__contents--item, .p-activity .others__contents--item {
    width: 100%;
    margin-bottom: 55px;
  }
  .p-activity .sup .link, .p-activity .yoga .link, .p-activity .tours .link, .p-activity .others .link {
    width: 90%;
  }
  .p-activity .sup::before, .p-activity .yoga::before, .p-activity .tours::before, .p-activity .others::before {
    height: 200px;
    margin-bottom: 55px;
  }
  .p-activity .tours__contents--item:nth-of-type(3), .p-activity .tours__contents--item:nth-of-type(4), .p-activity .others__contents--item:nth-of-type(3), .p-activity .others__contents--item:nth-of-type(4) {
    margin-top: 0;
  }
  .p-activity .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .p-activity .sugoshikata {
    display: block;
  }
  .p-activity .sugoshikata img {
    width: 100%;
  }
  .p-activity .sugoshikata__contents {
    width: 100%;
  }
  .p-activity .sugoshikata__contents--inner {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 55px 13px;
  }
  .p-activity .page-link__flex--item h4 {
    font-size: 14px;
  }
  .p-activity .page-link__flex--item h4 span {
    font-size: 11px;
  }
  .p-activity .page-link__flex--item h4 span::after {
    margin-left: 3px;
    width: 8px;
    height: 8px;
  }
}
/*============過ごしかた============*/
.p-life-plan .under_mv {
  background-image: url(../img/life-plan/mv.jpg);
}
.p-life-plan .page-link p {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  margin-bottom: 34px;
  line-height: 2;
}
.p-life-plan .page-link__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-life-plan .page-link__flex--item {
  width: 23%;
  margin-right: 29px;
}
.p-life-plan .page-link__flex--item:last-of-type {
  margin-right: 0;
}
.p-life-plan .page-link__flex h3 {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  margin-top: 8px;
}
.p-life-plan .page-link__flex h3::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/ar_bottom.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}
.p-life-plan .schedule {
  margin-top: 110px;
  margin-bottom: 151px;
}
.p-life-plan .schedule h3 {
  font: 40px minion-pro-display, serif;
  color: #007F89;
  text-align: center;
}
.p-life-plan .schedule h3 span {
  font: 13px dnp-shuei-mincho-pr6n, sans-serif;
  color: #344243;
  display: block;
  margin-bottom: 55px;
}
.p-life-plan .schedule h3::after {
  content: "";
  display: inline-block;
  background-image: url(../img/life-plan/bg_schedule.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 436px;
}
.p-life-plan .schedule .day section, .p-life-plan .schedule .stay section {
  margin-bottom: 66px;
}
.p-life-plan .schedule .day h4, .p-life-plan .schedule .stay h4 {
  font: 34px minion-pro-display, serif;
  text-align: center;
  color: #007F89;
  margin-bottom: 56px;
  padding-top: 89px;
}
.p-life-plan .schedule .day h4 span, .p-life-plan .schedule .stay h4 span {
  font: 16px dnp-shuei-mincho-pr6n, sans-serif;
  color: #344243;
}
.p-life-plan .schedule .day__txt, .p-life-plan .schedule .stay__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.p-life-plan .schedule .day__txt h5, .p-life-plan .schedule .stay__txt h5 {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  margin-right: 34px;
  white-space: nowrap;
}
.p-life-plan .schedule .day__txt h5 span, .p-life-plan .schedule .stay__txt h5 span {
  font: 13px minion-pro-display, serif;
  display: block;
  color: #99A1A2;
  margin-top: 8px;
}
.p-life-plan .schedule .day__txt p, .p-life-plan .schedule .stay__txt p {
  font-size: 14px;
  padding-left: 34px;
  border-left: 1px solid #99A1A2;
}
.p-life-plan .schedule .day__img, .p-life-plan .schedule .stay__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-life-plan .schedule .day__img--item, .p-life-plan .schedule .stay__img--item {
  width: 32%;
  margin-bottom: 21px;
}
.p-life-plan .schedule .day__img--item p, .p-life-plan .schedule .stay__img--item p {
  font-size: 14px;
  margin-top: 13px;
}
.p-life-plan .schedule .day__img--item p span, .p-life-plan .schedule .stay__img--item p span {
  font-size: 11px;
}
.p-life-plan .season {
  padding-bottom: 34px;
  border-bottom: 1px solid #C1C4C7;
}
.p-life-plan .season .bg {
  height: 400px;
  background-image: url(../img/life-plan/bg_season.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-life-plan .season .bg h3 {
  position: absolute;
  bottom: 0;
}
.p-life-plan .season .intro {
  margin-top: 89px;
  margin-bottom: 89px;
  margin-left: 54px;
  width: 71%;
}
.p-life-plan .season .intro h4 {
  font: 24px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 34px;
}
.p-life-plan .season .intro a {
  text-decoration: underline;
  color: #007F89;
}
.p-life-plan .season .spring, .p-life-plan .season .summer, .p-life-plan .season .autumn, .p-life-plan .season .winter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 55px;
}
.p-life-plan .season .spring .season-slick, .p-life-plan .season .summer .season-slick, .p-life-plan .season .autumn .season-slick, .p-life-plan .season .winter .season-slick {
  min-width: 0;
  min-height: 0;
  width: 44%;
}
.p-life-plan .season .spring .slick-slider, .p-life-plan .season .summer .slick-slider, .p-life-plan .season .autumn .slick-slider, .p-life-plan .season .winter .slick-slider {
  margin-bottom: 0;
}
.p-life-plan .season .spring .slick-slider .slick-dots button, .p-life-plan .season .summer .slick-slider .slick-dots button, .p-life-plan .season .autumn .slick-slider .slick-dots button, .p-life-plan .season .winter .slick-slider .slick-dots button {
  position: relative;
}
.p-life-plan .season .spring .slick-slider .slick-dots button::before, .p-life-plan .season .summer .slick-slider .slick-dots button::before, .p-life-plan .season .autumn .slick-slider .slick-dots button::before, .p-life-plan .season .winter .slick-slider .slick-dots button::before {
  content: "" !important;
  background-color: #99A1A2;
  opacity: 1;
  border-radius: 50px;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-life-plan .season .spring .slick-slider .slick-dots .slick-active button::before, .p-life-plan .season .summer .slick-slider .slick-dots .slick-active button::before, .p-life-plan .season .autumn .slick-slider .slick-dots .slick-active button::before, .p-life-plan .season .winter .slick-slider .slick-dots .slick-active button::before {
  width: 8px;
  height: 8px;
}
.p-life-plan .season .spring__txt, .p-life-plan .season .summer__txt, .p-life-plan .season .autumn__txt, .p-life-plan .season .winter__txt {
  width: 52%;
}
.p-life-plan .season .spring__txt span, .p-life-plan .season .summer__txt span, .p-life-plan .season .autumn__txt span, .p-life-plan .season .winter__txt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  margin-bottom: 8px;
}
.p-life-plan .season .spring__txt h5, .p-life-plan .season .summer__txt h5, .p-life-plan .season .autumn__txt h5, .p-life-plan .season .winter__txt h5 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 13px;
}
.p-life-plan .season .spring__txt p, .p-life-plan .season .summer__txt p, .p-life-plan .season .autumn__txt p, .p-life-plan .season .winter__txt p {
  font-size: 14px;
  margin-bottom: 21px;
  letter-spacing: 0;
}
.p-life-plan .season .spring__txt h6, .p-life-plan .season .summer__txt h6, .p-life-plan .season .autumn__txt h6, .p-life-plan .season .winter__txt h6 {
  font-size: 13px;
  margin-bottom: 11px;
}
.p-life-plan .season .spring__txt ul, .p-life-plan .season .summer__txt ul, .p-life-plan .season .autumn__txt ul, .p-life-plan .season .winter__txt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-life-plan .season .spring__txt ul li, .p-life-plan .season .summer__txt ul li, .p-life-plan .season .autumn__txt ul li, .p-life-plan .season .winter__txt ul li {
  height: 29px;
  font-size: 13px;
  color: #fff;
  padding: 5px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.p-life-plan .season .spring .slick-slider .slick-dots .slick-active button::before {
  background-color: #AC4B74;
}
.p-life-plan .season .spring__txt span {
  color: #AC4B74;
  background-color: #F6EBEF;
}
.p-life-plan .season .spring__txt ul li {
  background-color: #AC4B74;
}
.p-life-plan .season .summer .season-slick {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-life-plan .season .summer .slick-slider .slick-dots .slick-active button::before {
  background-color: #426EA7;
}
.p-life-plan .season .summer__txt {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.p-life-plan .season .summer__txt span {
  color: #426EA7;
  background-color: #E9EEF5;
}
.p-life-plan .season .summer__txt ul li {
  background-color: #426EA7;
}
.p-life-plan .season .autumn .slick-slider .slick-dots .slick-active button::before {
  background-color: #95611B;
}
.p-life-plan .season .autumn__txt span {
  color: #95611B;
  background-color: #F3EDE5;
}
.p-life-plan .season .autumn__txt ul li {
  background-color: #95611B;
}
.p-life-plan .season .winter .season-slick {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-life-plan .season .winter .slick-slider .slick-dots .slick-active button::before {
  background-color: #8955B0;
}
.p-life-plan .season .winter__txt {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.p-life-plan .season .winter__txt span {
  color: #8955B0;
  background-color: #EDEDF6;
}
.p-life-plan .season .winter__txt ul li {
  background-color: #8955B0;
}

@media only screen and (max-width: 1250px) {
  .p-life-plan .page-link__flex--item {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .p-life-plan .page-link__flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-life-plan .page-link__flex--item {
    margin-right: 0;
    margin-bottom: 16px;
    width: 48%;
  }
  .p-life-plan .schedule {
    margin-top: 89px;
    margin-bottom: 0;
  }
  .p-life-plan .schedule h3 {
    margin-bottom: 55px;
  }
  .p-life-plan .schedule h3 span {
    margin-bottom: 40px;
  }
  .p-life-plan .schedule h3::after {
    height: 230px;
  }
  .p-life-plan .schedule .day h4, .p-life-plan .schedule .stay h4 {
    padding-top: 0;
    margin-bottom: 16px;
    text-align: left;
  }
  .p-life-plan .schedule .day__txt, .p-life-plan .schedule .stay__txt {
    display: block;
  }
  .p-life-plan .schedule .day__txt p, .p-life-plan .schedule .stay__txt p {
    margin-top: 16px;
    border: none;
    padding-left: 0;
  }
  .p-life-plan .schedule .day__img--item, .p-life-plan .schedule .stay__img--item {
    width: 48%;
  }
  .p-life-plan .season .bg {
    height: 230px;
  }
  .p-life-plan .season .bg h3 {
    width: 250px;
  }
  .p-life-plan .season .intro {
    margin-left: 0;
    margin: 55px 0;
    width: 100%;
  }
  .p-life-plan .season .intro h4 + p {
    font-size: 14px;
  }
  .p-life-plan .season .spring, .p-life-plan .season .summer, .p-life-plan .season .autumn, .p-life-plan .season .winter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-life-plan .season .spring .season-slick, .p-life-plan .season .summer .season-slick, .p-life-plan .season .autumn .season-slick, .p-life-plan .season .winter .season-slick {
    width: 100%;
  }
  .p-life-plan .season .spring__txt, .p-life-plan .season .summer__txt, .p-life-plan .season .autumn__txt, .p-life-plan .season .winter__txt {
    width: 100%;
  }
  .p-life-plan .season .summer .season-slick, .p-life-plan .season .winter .season-slick {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-life-plan .season .summer__txt, .p-life-plan .season .winter__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*============アクセス============*/
.p-access .under_mv {
  background-image: url(../img/access/mv.jpg);
}
.p-access .map {
  margin-bottom: 55px;
}
.p-access .map h3 {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 21px;
}
.p-access .map .gmap {
  position: relative;
  margin: 34px 0 21px 0;
  padding-bottom: 31%;
  height: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-access .map .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.p-access .map .gmap-link {
  text-align: right;
  margin-bottom: 55px;
}
.p-access .map .gmap-link a {
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 296px;
  height: 64px;
  background-color: #007F89;
  background-image: url(../img/access/i_map.svg), url(../img/access/ar_link.svg);
  background-position: center left 28%, center right 16px;
  padding: 19px 0;
  -webkit-box-shadow: 0 3px 0 rgb(8, 54, 58);
          box-shadow: 0 3px 0 rgb(8, 54, 58);
}
.p-access .address {
  margin-bottom: 34px;
}
.p-access .address .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-access .address .img-flex__item {
  width: 48%;
}
.p-access .address h3 {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  margin-top: 21px;
}
.p-access .address p {
  text-align: center;
}
.p-access .parking {
  background-color: #F9F9F9;
  margin-bottom: 55px;
  padding: 55px 34px;
}
.p-access .parking h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  margin-bottom: 39px;
  padding-bottom: 8px;
  background-image: url(../img/access/line.svg);
  background-position: bottom;
}
.p-access .parking__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-access .parking__flex--left {
  width: 45%;
}
.p-access .parking__flex--left .txt {
  font-size: 14px;
  color: #007F89;
  margin-top: 21px;
  padding: 21px;
  background-color: #fff;
}
.p-access .parking__flex--left .txt h4 {
  margin-bottom: 11px;
}
.p-access .parking__flex--left .txt h4::before {
  content: "";
  display: inline-block;
  background-image: url(../img/access/i_car.svg);
  width: 18px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -3px;
}
.p-access .parking__flex--left .txt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-access .parking__flex--right {
  width: 51%;
}
.p-access .parking__flex--right .en {
  color: #007F89;
  font: 21px minion-pro-display, serif;
}
.p-access .parking__flex--right .ja {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
}
.p-access .parking__flex--right .parking-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-access .parking__flex--right .parking-img dl {
  width: 48%;
}
.p-access .parking__flex--right .parking-img dl dt {
  font-size: 14px;
  margin: 21px 0 8px 0;
}
.p-access .parking__flex--right .parking-img dl dt::before {
  content: "";
  display: inline-block;
  background-color: #007F89;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50px;
  vertical-align: middle;
}
.p-access .parking__flex--right .parking-img dl dd img {
  width: 100%;
}
.p-access .parking__flex--right .parking-img .mejirushi {
  width: 46%;
  padding: 11px;
  border: 3px solid #E92929;
}
.p-access .parking__flex--right .parking-img .mejirushi img {
  width: 100%;
}
.p-access .parking__flex--right .parking-img .mejirushi p {
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}
.p-access .car {
  margin-bottom: 55px;
  padding-top: 55px;
  border-top: 1px solid #C1C4C7;
}
.p-access .car h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  margin-bottom: 39px;
  padding-bottom: 5px;
  background-image: url(../img/access/line.svg);
  background-position: bottom;
}
.p-access .car img {
  width: 100%;
}
.p-access .not-car {
  text-align: center;
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-access .not-car h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  display: inline-block;
  margin-bottom: 39px;
  padding-bottom: 5px;
  background-image: url(../img/access/line.svg);
  background-position: bottom;
}
.p-access .not-car p {
  margin-bottom: 34px;
}
.p-access .not-car img {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  .p-access .map .gmap {
    padding-bottom: 55%;
  }
  .p-access .map .gmap-link {
    text-align: center;
  }
  .p-access .address {
    display: block;
  }
  .p-access .address--right {
    width: 100%;
    margin-top: 32px;
  }
  .p-access .address--right a {
    width: 100%;
    background-position: center left 33%, center right 16px;
  }
  .p-access .parking {
    padding: 55px 16px;
  }
  .p-access .parking h3 {
    display: block;
    text-align: center;
  }
  .p-access .parking__flex {
    display: block;
  }
  .p-access .parking__flex--left {
    width: 100%;
  }
  .p-access .parking__flex--right {
    width: 100%;
    margin-top: 55px;
  }
  .p-access .parking__flex--right .parking-img {
    display: block;
  }
  .p-access .parking__flex--right .parking-img dl {
    width: 100%;
  }
  .p-access .parking__flex--right .parking-img .mejirushi {
    width: 100%;
    margin-top: 21px;
  }
}
/*============周辺スポット============*/
.p-sightseeing .under_mv {
  background-image: url(../img/sightseeing/mv.jpg);
}
.p-sightseeing .page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-sightseeing .page-link a {
  position: relative;
  width: 24%;
  margin-right: 21px;
  margin-bottom: 34px;
}
.p-sightseeing .page-link a:nth-of-type(3), .p-sightseeing .page-link a:last-of-type {
  margin-right: 0;
}
.p-sightseeing .page-link a h4 {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  margin-top: 8px;
}
.p-sightseeing .page-link a h4::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/ar_bottom.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}
.p-sightseeing .page-link a span {
  display: block;
  color: #fff;
  font-size: 13px;
  background-color: #007F89;
  height: 29px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 11px;
  text-align: center;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10%;
  border-radius: 3px;
}
.p-sightseeing .page-link a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 9px solid #007F89;
}
.p-sightseeing .wind, .p-sightseeing .olive, .p-sightseeing .angel, .p-sightseeing .hitomi, .p-sightseeing .kankakei {
  font-size: 14px;
  margin-top: 89px;
}
.p-sightseeing .wind__inner, .p-sightseeing .olive__inner, .p-sightseeing .angel__inner, .p-sightseeing .hitomi__inner, .p-sightseeing .kankakei__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sightseeing .wind__left, .p-sightseeing .olive__left, .p-sightseeing .angel__left, .p-sightseeing .hitomi__left, .p-sightseeing .kankakei__left {
  width: 53%;
}
.p-sightseeing .wind__left h3, .p-sightseeing .olive__left h3, .p-sightseeing .angel__left h3, .p-sightseeing .hitomi__left h3, .p-sightseeing .kankakei__left h3 {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 24px;
}
.p-sightseeing .wind__left h3 span, .p-sightseeing .olive__left h3 span, .p-sightseeing .angel__left h3 span, .p-sightseeing .hitomi__left h3 span, .p-sightseeing .kankakei__left h3 span {
  font: 16px dnp-shuei-mincho-pr6n, sans-serif;
  display: block;
  margin-bottom: 13px;
}
.p-sightseeing .wind__left h3 span::before, .p-sightseeing .olive__left h3 span::before, .p-sightseeing .angel__left h3 span::before, .p-sightseeing .hitomi__left h3 span::before, .p-sightseeing .kankakei__left h3 span::before {
  content: "";
  display: inline-block;
  background-image: url(../img/sightseeing/i_ttl.svg);
  width: 18px;
  height: 13px;
  margin-right: 8px;
  vertical-align: middle;
}
.p-sightseeing .wind__left p, .p-sightseeing .olive__left p, .p-sightseeing .angel__left p, .p-sightseeing .hitomi__left p, .p-sightseeing .kankakei__left p {
  margin-bottom: 34px;
}
.p-sightseeing .wind__left a::after, .p-sightseeing .olive__left a::after, .p-sightseeing .angel__left a::after, .p-sightseeing .hitomi__left a::after, .p-sightseeing .kankakei__left a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/sightseeing/ar_right.svg);
  width: 18px;
  height: 9px;
  margin-left: 8px;
  vertical-align: 1px;
}
.p-sightseeing .wind__right, .p-sightseeing .olive__right, .p-sightseeing .angel__right, .p-sightseeing .hitomi__right, .p-sightseeing .kankakei__right {
  width: 33%;
}
.p-sightseeing .wind__right h4, .p-sightseeing .olive__right h4, .p-sightseeing .angel__right h4, .p-sightseeing .hitomi__right h4, .p-sightseeing .kankakei__right h4 {
  color: #99A1A2;
  margin-bottom: 24px;
}
.p-sightseeing .wind__right li, .p-sightseeing .olive__right li, .p-sightseeing .angel__right li, .p-sightseeing .hitomi__right li, .p-sightseeing .kankakei__right li {
  margin-bottom: 24px;
}
.p-sightseeing .wind__right li:last-of-type, .p-sightseeing .olive__right li:last-of-type, .p-sightseeing .angel__right li:last-of-type, .p-sightseeing .hitomi__right li:last-of-type, .p-sightseeing .kankakei__right li:last-of-type {
  margin-bottom: 11px;
}
.p-sightseeing .wind__right span, .p-sightseeing .olive__right span, .p-sightseeing .angel__right span, .p-sightseeing .hitomi__right span, .p-sightseeing .kankakei__right span {
  color: #fff;
  font-size: 13px;
  background-color: #007F89;
  height: 23px;
  border-radius: 5px;
  padding: 5px 8px;
}
.p-sightseeing .wind::before, .p-sightseeing .olive::before, .p-sightseeing .angel::before, .p-sightseeing .hitomi::before, .p-sightseeing .kankakei::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin-bottom: 55px;
  width: 100%;
  height: 436px;
}
.p-sightseeing .wind::before {
  background-image: url(../img/sightseeing/bg_wind.jpg);
}
.p-sightseeing .olive::before {
  background-image: url(../img/sightseeing/bg_olive.jpg);
}
.p-sightseeing .angel::before {
  background-image: url(../img/sightseeing/bg_angel.jpg);
}
.p-sightseeing .hitomi::before {
  background-image: url(../img/sightseeing/bg_hitomi.jpg);
}
.p-sightseeing .kankakei {
  padding-bottom: 55px;
  border-bottom: 1px solid #C1C4C7;
}
.p-sightseeing .kankakei::before {
  background-image: url(../img/sightseeing/bg_kankakei.jpg);
}

@media only screen and (max-width: 1250px) {
  .p-sightseeing .page-link a {
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing .page-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-sightseeing .page-link a {
    width: 48%;
    margin-right: 0;
  }
  .p-sightseeing .page-link a h4 {
    font-size: 13px;
  }
  .p-sightseeing .page-link a span {
    width: 90%;
    font-size: 11px;
  }
  .p-sightseeing .page-link a:last-of-type {
    margin-bottom: 0;
  }
  .p-sightseeing .wind__inner, .p-sightseeing .olive__inner, .p-sightseeing .angel__inner, .p-sightseeing .hitomi__inner, .p-sightseeing .kankakei__inner {
    display: block;
  }
  .p-sightseeing .wind__left, .p-sightseeing .olive__left, .p-sightseeing .angel__left, .p-sightseeing .hitomi__left, .p-sightseeing .kankakei__left {
    margin-bottom: 34px;
    width: 100%;
  }
  .p-sightseeing .wind__left p, .p-sightseeing .olive__left p, .p-sightseeing .angel__left p, .p-sightseeing .hitomi__left p, .p-sightseeing .kankakei__left p {
    margin-bottom: 24px;
  }
  .p-sightseeing .wind__right, .p-sightseeing .olive__right, .p-sightseeing .angel__right, .p-sightseeing .hitomi__right, .p-sightseeing .kankakei__right {
    width: 100%;
  }
  .p-sightseeing .wind__right h4, .p-sightseeing .olive__right h4, .p-sightseeing .angel__right h4, .p-sightseeing .hitomi__right h4, .p-sightseeing .kankakei__right h4 {
    margin-bottom: 16px;
  }
  .p-sightseeing .wind__right li, .p-sightseeing .olive__right li, .p-sightseeing .angel__right li, .p-sightseeing .hitomi__right li, .p-sightseeing .kankakei__right li {
    margin-bottom: 8px;
  }
  .p-sightseeing .wind::before, .p-sightseeing .olive::before, .p-sightseeing .angel::before, .p-sightseeing .hitomi::before, .p-sightseeing .kankakei::before {
    height: 230px;
  }
}
/*============客室============*/
.p-rooms {
  border-bottom: 1px solid #C1C4C7;
}
.p-rooms .under_mv {
  background-image: url(../img/rooms/mv.jpg);
}
.p-rooms .intro img {
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-rooms .intro__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 63px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  max-width: 800px;
}
.p-rooms .intro__flex--left {
  width: 60%;
}
.p-rooms .intro__flex--left .ja {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 2;
}
.p-rooms .intro__flex--left .en {
  font: 13px minion-pro-display, serif;
  color: #99A1A2;
  line-height: 1.8;
}
.p-rooms .intro__flex dt {
  color: #99A1A2;
  font-size: 13px;
  margin-bottom: 5px;
}
.p-rooms .intro__flex dd {
  font-size: 14px;
  margin-bottom: 13px;
}
.p-rooms .ao {
  margin-top: 55px;
}
.p-rooms .ao .img-outer img {
  width: 100%;
  height: 436px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 55px;
}
.p-rooms .ao__flex {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-rooms .ao__flex--left {
  width: 60%;
}
.p-rooms .ao__flex--left h3 {
  font: 21px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 21px;
}
.p-rooms .ao__flex--left h3 span {
  margin-bottom: 21px;
  display: block;
  font-size: 18px;
}
.p-rooms .ao__flex--left h3 span span {
  font: 13px minion-pro-display, serif;
  display: inline-block;
  color: #99A1A2;
  margin-left: 5px;
}
.p-rooms .ao__flex dt {
  color: #99A1A2;
  font-size: 13px;
  margin-bottom: 5px;
}
.p-rooms .ao__flex dd {
  font-size: 14px;
  margin-bottom: 13px;
}
.p-rooms .other-rooms {
  margin-top: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-rooms .other-rooms section {
  width: 48%;
  margin-bottom: 55px;
}
.p-rooms .other-rooms h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 24px;
  margin-top: 34px;
}
.p-rooms .other-rooms h3 span {
  font-size: 14px;
  display: block;
}
.p-rooms .other-rooms h3 span span {
  color: #99A1A2;
  font-family: minion-pro-display, serif;
  display: inline-block;
  margin-bottom: 16px;
}
.p-rooms .other-rooms dl {
  font: 14px minion-pro-display, serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 16px;
}
.p-rooms .other-rooms dl dt {
  color: #99A1A2;
}
.p-rooms .other-rooms .md-btn {
  margin-top: 22px;
}
.p-rooms .md-btn {
  font-family: minion-pro-display, serif;
  margin-top: 34px;
  display: block;
}
.p-rooms .md-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/rooms/i_view.svg);
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: -2px;
}
.p-rooms .md-contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg_gray.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  z-index: 10000;
}
.p-rooms .md-contents .md-xmark {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 9999;
  cursor: pointer;
  background-image: url(../img/rooms/md-xmark.svg);
  background-size: contain;
  width: 34px;
  height: 34px;
}
.p-rooms .md-contents .md-inner {
  padding: 89px 0 55px 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /*IE・Edgeへの対応*/
  scrollbar-width: none; /*Firefoxへの対応*/
}
.p-rooms .md-contents .md-inner::-webkit-scrollbar { /*Chrome、Safariへの対応*/
  display: none;
}
.p-rooms .md-contents .md-inner .md-slick img {
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-rooms .md-contents .md-inner .md-slick .slick-dots button {
  position: relative;
}
.p-rooms .md-contents .md-inner .md-slick .slick-dots button::before {
  content: "" !important;
  background-color: #99A1A2;
  opacity: 1;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-rooms .md-contents .md-inner .md-slick .slick-dots .slick-active button::before {
  background-color: #007F89;
  width: 5px;
  height: 5px;
}
.p-rooms .md-contents .md-inner__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 34px;
}
.p-rooms .md-contents .md-inner__flex h3 {
  font: 23px dnp-shuei-mincho-pr6n, sans-serif;
}
.p-rooms .md-contents .md-inner__flex h3 span {
  font: 13px dnp-shuei-mincho-pr6n, sans-serif;
  color: #99A1A2;
}
.p-rooms .md-contents .md-inner__flex a {
  background-color: #007F89;
  color: #fff;
  display: block;
  width: 336px;
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  background-image: url(../img/common/i_calendar.svg), url(../img/rooms/ar_right.svg);
  background-position: 68px center, 250px center;
}
.p-rooms .md-contents .md-inner .catch {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 21px;
}
.p-rooms .md-contents .md-inner .catch + p {
  font-size: 14px;
  margin-bottom: 34px;
}
.p-rooms .md-contents .md-inner .border {
  border: 1px solid #99A1A2;
}
.p-rooms .md-contents .md-inner .border__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #99A1A2;
  margin: 0 34px;
}
.p-rooms .md-contents .md-inner .border__item:last-of-type {
  border: none;
}
.p-rooms .md-contents .md-inner .border__item h4 {
  width: 25%;
  text-align: center;
}
.p-rooms .md-contents .md-inner .border__item ul {
  border-left: 1px solid #99A1A2;
  width: 100%;
  padding: 21px 0 21px 34px;
  margin: 21px 0;
}
.p-rooms .md-contents .md-inner .border__item ul li {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-rooms .md-contents .md-inner .border__item ul li span {
  color: #99A1A2;
  display: inline-block;
  width: 14%;
}
.p-rooms .md-contents .md-inner .border__item ul li p {
  width: 82%;
}
.p-rooms .md-contents .md-inner .border__item ul li:last-of-type {
  margin-bottom: 0;
}
.p-rooms .md-contents .md-inner .border__item ul .small {
  border: 1px solid #707070;
  padding: 11px;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-rooms .point {
  margin-top: 34px;
  background-image: url(../img/common/bg_gray.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  padding: 80px 0;
}
.p-rooms .point h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  color: #007F89;
  margin-bottom: 34px;
}
.p-rooms .point__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-rooms .point__flex--item {
  width: 24%;
  font-size: 14px;
}
.p-rooms .point__flex--item span {
  font-family: minion-pro-display, serif;
  color: #007F89;
  display: block;
  margin-top: 13px;
}
.p-rooms .point__flex--item h4 {
  margin-top: 6px;
  margin-bottom: 7px;
}
.p-rooms .point__flex--item a {
  color: green;
  text-decoration: underline;
}
.p-rooms .food {
  margin-top: 62px;
  margin-bottom: 89px;
}
.p-rooms .food h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  margin-bottom: 34px;
  color: #007F89;
}
.p-rooms .food__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-rooms .food__flex picture {
  width: 50%;
}
.p-rooms .food__flex--txt {
  width: 47%;
}
.p-rooms .food__flex--txt h4 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 21px;
}
.p-rooms .food__flex--txt h4 span {
  font-family: minion-pro-display, serif;
  color: #C1C4C7;
  display: block;
  margin-bottom: 8px;
}
.p-rooms .food__flex--txt p {
  font-size: 14px;
  margin-bottom: 34px;
}
.p-rooms .food__flex--txt a {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  display: inline-block;
  color: #87900E;
  margin-bottom: 13px;
  position: relative;
}
.p-rooms .food__flex--txt a span {
  display: block;
  font-size: 11px;
}
.p-rooms .food__flex--txt a::before {
  content: "";
  display: inline-block;
  background-color: #87900E;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
}
.p-rooms .food__flex--txt a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/rooms/i_out-link.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
.p-rooms .food__flex:last-of-type {
  margin-top: 89px;
}
.p-rooms .food__flex:last-of-type picture {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-rooms .food__flex:last-of-type .food__flex--txt {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.p-rooms .kansen {
  background-color: #F9F9FA;
  max-width: 800px;
  padding: 48px;
  margin: 0 auto;
  margin-bottom: 89px;
  font-size: 14px;
}
.p-rooms .kansen h3 {
  font-size: 18px;
  margin-bottom: 27px;
}
.p-rooms .kansen h3::before {
  content: "";
  display: inline-block;
  background-image: url(../img/rooms/i_kansen.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: -4px;
}
.p-rooms .kansen p:first-of-type {
  margin-bottom: 24px;
}
.p-rooms .kansen ul {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .p-rooms .intro__flex {
    display: block;
  }
  .p-rooms .intro__flex--left {
    width: 100%;
  }
  .p-rooms .intro__flex dt, .p-rooms .intro__flex dd {
    display: inline-block;
    margin-top: 24px;
  }
  .p-rooms .ao .img-outer img {
    height: 230px;
  }
  .p-rooms .ao__flex {
    display: block;
    margin-right: 13px;
    margin-left: 13px;
  }
  .p-rooms .ao__flex--left {
    width: 100%;
  }
  .p-rooms .ao__flex--left p {
    font-size: 14px;
  }
  .p-rooms .ao__flex dl {
    margin-top: 24px;
  }
  .p-rooms .other-rooms {
    display: block;
  }
  .p-rooms .other-rooms section {
    width: 100%;
  }
  .p-rooms .md-contents .md-inner .md-slick img {
    height: 195px;
  }
  .p-rooms .md-contents .md-inner__flex {
    display: block;
  }
  .p-rooms .md-contents .md-inner__flex a {
    width: 100%;
  }
  .p-rooms .md-contents .md-inner .border__item {
    display: block;
    margin: 24px;
    padding-bottom: 24px;
  }
  .p-rooms .md-contents .md-inner .border__item h4 {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-rooms .md-contents .md-inner .border__item ul {
    border-left: none;
    padding: 0;
    margin: 0;
  }
  .p-rooms .md-contents .md-inner .border__item ul li {
    margin-bottom: 16px;
    display: block;
  }
  .p-rooms .md-contents .md-inner .border__item ul li span, .p-rooms .md-contents .md-inner .border__item ul li p {
    width: 100%;
  }
  .p-rooms .point {
    padding: 55px 0;
  }
  .p-rooms .point__flex {
    display: block;
  }
  .p-rooms .point__flex--item {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-rooms .food__flex {
    display: block;
  }
  .p-rooms .food__flex--txt {
    margin-top: 32px;
    width: 100%;
  }
  .p-rooms .kansen {
    padding: 48px 24px;
    margin-right: 13px;
    margin-left: 13px;
  }
}
/*============私たちの取り組み============*/
.p-projects {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-projects .under_mv {
  background-image: url(../img/projects/mv.jpg);
}
.p-projects .line-ttl {
  font: 24px minion-pro-display, serif;
  margin-bottom: 34px;
  background-image: url(../img/projects/line_ttl.svg);
  background-position: top 13px left;
  padding-left: 96px;
}
.p-projects .line-ttl span {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  display: block;
}
.p-projects .sdgs {
  text-align: center;
  max-width: 890px;
}
.p-projects .sdgs h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 21px;
}
.p-projects .sdgs p {
  margin-bottom: 21px;
  font-size: 14px;
}
.p-projects .sdgs p:last-of-type {
  margin-bottom: 0;
}
.p-projects .sdgs img {
  margin-top: 89px;
  margin-bottom: 108px;
}
.p-projects .ao-sdgs {
  margin-bottom: 89px;
}
.p-projects .ao-sdgs__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-projects .ao-sdgs__flex--item {
  width: 48.5%;
  background-color: #F9F9FA;
  padding: 34px 21px;
  margin-bottom: 34px;
}
.p-projects .ao-sdgs__flex--item h4 {
  font-size: 18px;
  margin-bottom: 21px;
}
.p-projects .ao-sdgs__flex--item p {
  font-size: 14px;
  margin-bottom: 21px;
}
.p-projects .ao-sdgs__flex--item:first-of-type {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-projects .ao-sdgs__flex--item:first-of-type picture {
  width: 37%;
}
.p-projects .ao-sdgs__flex--item:first-of-type .txt {
  width: 60%;
}
.p-projects .ao-sdgs__flex--item:last-of-type {
  width: 100%;
}
.p-projects .sustainable__flex, .p-projects .message__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-projects .sustainable__flex--left, .p-projects .message__flex--left {
  width: 46%;
}
.p-projects .sustainable__flex--left h4, .p-projects .message__flex--left h4 {
  font-size: 18px;
  margin-bottom: 21px;
}
.p-projects .sustainable__flex--left p, .p-projects .message__flex--left p {
  font-size: 14px;
}
.p-projects .sustainable__flex--left p:nth-of-type(2), .p-projects .message__flex--left p:nth-of-type(2) {
  margin-top: 32px;
}
.p-projects .sustainable__flex picture, .p-projects .message__flex picture {
  width: 50%;
}
.p-projects .sustainable__flex {
  margin-bottom: 89px;
}

@media only screen and (max-width: 767px) {
  .p-projects .line-ttl {
    background-size: 53px;
    padding-left: 60px;
  }
  .p-projects .sdgs img {
    margin-top: 55px;
    margin-bottom: 89px;
  }
  .p-projects .sustainable__flex, .p-projects .message__flex {
    display: block;
  }
  .p-projects .sustainable__flex--left, .p-projects .message__flex--left {
    width: 100%;
  }
  .p-projects .sustainable__flex img, .p-projects .message__flex img {
    margin-top: 24px;
  }
  .p-projects .sustainable__flex {
    margin-bottom: 55px;
  }
  .p-projects .ao-sdgs__flex {
    display: block;
  }
  .p-projects .ao-sdgs__flex--item {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-projects .ao-sdgs__flex--item h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .p-projects .ao-sdgs__flex--item:first-of-type {
    display: block;
  }
  .p-projects .ao-sdgs__flex--item:first-of-type .txt {
    width: 100%;
    margin-top: 16px;
  }
  .p-projects .ao-sdgs__flex--item:nth-of-type(3) img, .p-projects .ao-sdgs__flex--item:nth-of-type(5) img {
    width: 78%;
  }
  .p-projects .ao-sdgs__flex--item:nth-of-type(6) img {
    width: 25%;
  }
}
/*============施設案内============*/
.p-facility {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-facility .under_mv {
  background-image: url(../img/facility/mv.jpg);
}
.p-facility .intro {
  margin-bottom: 89px;
}
.p-facility .intro img {
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-facility .intro .ja {
  font: 14px dnp-shuei-mincho-pr6n, sans-serif;
  margin-top: 63px;
  margin-bottom: 21px;
}
.p-facility .intro .en {
  font: 13px minion-pro-display, serif;
  color: #99A1A2;
}
.p-facility .slick img {
  width: 100%;
}
.p-facility .facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 89px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-facility .facilities__item {
  width: 48%;
}
.p-facility .facilities__item:first-of-type, .p-facility .facilities__item:nth-of-type(2) {
  margin-bottom: 55px;
}
.p-facility .facilities__item span {
  font: 13px minion-pro-display, serif;
  color: #99A1A2;
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
.p-facility .facilities__item h3 {
  font: 18px dnp-shuei-mincho-pr6n, sans-serif;
  color: #007F89;
  margin-top: 13px;
  margin-bottom: 13px;
}
.p-facility .facilities__item p {
  font-size: 14px;
  margin-bottom: 13px;
}
.p-facility .facilities__item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-facility .facilities__item ul li {
  font-size: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  background-color: #F6FAFB;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .p-facility .intro {
    margin-bottom: 55px;
  }
  .p-facility .intro .ja {
    margin-top: 24px;
  }
  .p-facility .facilities {
    display: block;
  }
  .p-facility .facilities__item {
    width: 100%;
    margin-bottom: 55px;
  }
  .p-facility .facilities__item:last-of-type {
    margin-bottom: 0;
  }
}
/*===========お客様の声============*/
.p-voice {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-voice__article {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-voice .voice__article--item {
  margin-bottom: 55px;
}

.single-voice article {
  max-width: 820px;
  padding-bottom: 34px;
  border-bottom: 1px solid #C1C4C7;
}
.single-voice article .img img {
  height: 360px;
}
.single-voice article .honbun {
  margin: 34px 0;
}

@media only screen and (max-width: 1250px) {
  .p-voice__article {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-voice .voice__article--item {
    width: 48%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice .voice__article--item {
    width: 100%;
  }
  .single-voice article .img img {
    height: 195px;
  }
}
/*===========お知らせ============*/
.p-news {
  padding-bottom: 89px;
  border-bottom: 1px solid #C1C4C7;
}
.p-news__article {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.p-news__article--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #C1C4C7;
}

.single-news article {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 34px;
  border-bottom: 1px solid #C1C4C7;
}
.single-news article h3 {
  font-size: 21px;
  padding-bottom: 21px;
  margin-top: 21px;
  margin-bottom: 34px;
  border-bottom: 1px solid #C1C4C7;
}

@media only screen and (max-width: 767px) {
  .p-news__article {
    margin-bottom: 0;
  }
  .p-news__article--item {
    display: block;
  }
  .single-news article h3 {
    font-size: 18px;
  }
}
/*=============セルフチェックインの流れ===========*/
.p-flow {
  border-bottom: 1px solid #C1C4C7;
}
.p-flow .intro {
  text-align: center;
  font: 16px dnp-shuei-mincho-pr6n, sans-serif;
  margin-bottom: 34px;
}
.p-flow .check-in, .p-flow .check-out {
  margin-bottom: 144px;
}
.p-flow .check-in h3, .p-flow .check-out h3 {
  font: 34px minion-pro-display, serif;
  color: #007F89;
  text-align: center;
}
.p-flow .check-in h3 span, .p-flow .check-out h3 span {
  font: 16px dnp-shuei-mincho-pr6n, sans-serif;
  color: #344243;
  display: inline-block;
}
.p-flow .check-in__flex, .p-flow .check-out__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-flow .check-in__flex--item, .p-flow .check-out__flex--item {
  width: 23%;
  margin-right: 20px;
  margin-top: 55px;
}
.p-flow .check-in__flex--item:nth-of-type(4n), .p-flow .check-out__flex--item:nth-of-type(4n) {
  margin-right: 0;
}
.p-flow .check-in__flex--item .img-outer, .p-flow .check-out__flex--item .img-outer {
  position: relative;
}
.p-flow .check-in__flex--item .img-outer img, .p-flow .check-out__flex--item .img-outer img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.p-flow .check-in__flex--item .img-outer span, .p-flow .check-out__flex--item .img-outer span {
  color: #007F89;
  font: 21px minion-pro-display, serif;
  font-weight: 600;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-flow .check-in__flex--item h4, .p-flow .check-out__flex--item h4 {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .p-flow .intro {
    font: 13px dnp-shuei-mincho-pr6n, sans-serif;
    margin-bottom: 34px;
  }
  .p-flow .check-in, .p-flow .check-out {
    margin-bottom: 89px;
  }
  .p-flow .check-in__flex, .p-flow .check-out__flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-flow .check-in__flex--item, .p-flow .check-out__flex--item {
    width: 47%;
    margin-right: 0;
  }
  .p-flow .check-in__flex--item .img-outer span, .p-flow .check-out__flex--item .img-outer span {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */