@charset "UTF-8";
@font-face {
  font-family: "font";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Blaiil.otf") format("opentype"), url("../font/Blaiil.woff") format("woff"), url("../font/Blaiil.ttf") format("truetype");
}
/* reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  color: #000;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style-type: none;
}

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

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

select {
  vertical-align: middle;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  p {
    margin-bottom: 20px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
------------------------------------------------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------------------------------------------------
*/
.in500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .in500 {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  br.in500 {
    display: inline-block;
  }
  .out501 {
    display: none;
  }
}
.in834 {
  display: none;
}
@media screen and (max-width: 834px) {
  .in834 {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  br.in834 {
    display: inline-block;
  }
  .out835 {
    display: none;
  }
}
.in833 {
  display: none;
}
@media screen and (max-width: 833px) {
  .in833 {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  br.in833 {
    display: inline-block;
  }
  .out834 {
    display: none;
  }
}
.in1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .in1000 {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  br.in1000 {
    display: inline-block;
  }
  .out1001 {
    display: none;
  }
}
.wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.align {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.txtleft {
  text-align: left !important;
}

.txtright {
  text-align: right !important;
}

.txtcenter {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.font_s {
  font-size: 1.2rem;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.common_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000001;
  line-height: 0;
}
.common_banner a {
  display: block;
  background: #000;
}
@media (hover: hover) and (pointer: fine) {
  .common_banner a:hover img {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .common_banner a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .common_banner {
    position: static;
  }
  .common_banner a img {
    width: 100%;
  }
  .common_banner + #headerBlock {
    top: 24vw;
  }
  .common_banner + #headerBlock + .js-modal .modal__bg, .common_banner + #headerBlock + .js-modal .modal__content {
    top: calc(24vw + 74px);
  }
  .common_banner + #headerBlock.scroll {
    top: 0;
  }
  .common_banner + #headerBlock.scroll + .js-modal .modal__bg, .common_banner + #headerBlock.scroll + .js-modal .modal__content {
    top: 74px;
  }
}

.cookieLink {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 25px 0 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
}
.cookieLink .wrap {
  position: relative;
  max-width: 885px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookieLink .wrap .txt {
  width: 57%;
  margin: 0 2.05% 0 0;
  font-size: 1.6rem;
  line-height: 2;
}
.cookieLink .wrap .txt .textLink {
  color: #EA168C;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .cookieLink .wrap .txt .textLink:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cookieLink .wrap .txt .textLink:hover {
    text-decoration: none;
  }
}
.cookieLink .wrap .agreeBtn {
  width: 40.95%;
}
.cookieLink .wrap .agreeBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cookieLink .wrap .agreeBtn ul li {
  width: 47.95%;
  margin: 0 4.1% 0 0;
}
.cookieLink .wrap .agreeBtn ul li button {
  width: 100%;
  height: 55px;
  line-height: 55px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
}
.cookieLink .wrap .agreeBtn ul li:first-child button {
  color: #fff;
  font-weight: 700;
  background: #EA168C;
}
.cookieLink .wrap .agreeBtn ul li:last-child {
  margin: 0;
}
.cookieLink .wrap .agreeBtn ul li:last-child button {
  background: #666666;
  color: #fff;
}
.cookieLink .closeBtn {
  font-size: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
}
.cookieLink .closeBtn:before, .cookieLink .closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  margin: auto;
}
.cookieLink .closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookieLink .closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cookieLink button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .cookieLink button:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cookieLink button:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 834px) {
  .cookieLink .wrap {
    display: block;
  }
  .cookieLink .wrap .txt {
    width: 100%;
    font-size: 1.3rem;
  }
  .cookieLink .wrap .txt .textLink {
    color: #fff;
  }
  .cookieLink .wrap .agreeBtn {
    width: 100%;
  }
  .cookieLink .wrap .agreeBtn ul {
    margin: 13px 0 0;
  }
  .cookieLink .wrap .agreeBtn ul li {
    width: 48%;
    margin: 0 4% 0 0;
  }
  .cookieLink .wrap .agreeBtn ul li button {
    font-size: 1.4rem;
    height: 42px;
    line-height: 42px;
  }
  .cookieLink .wrap .agreeBtn ul li:last-child {
    margin: 0;
  }
  .cookieLink .closeBtn {
    border-radius: 50%;
    background: #666666;
    width: 36px;
    height: 36px;
    top: -17px !important;
    right: 14.5px !important;
  }
  .cookieLink .closeBtn:after, .cookieLink .closeBtn:before {
    width: 17px;
    background: #fff;
    display: block;
  }
}

.cottl {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 834px) {
  .cottl {
    font-size: 2.2rem;
  }
}

.n_ttl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #EA168C;
}
@media screen and (max-width: 834px) {
  .n_ttl {
    font-size: 2.4rem;
  }
}

.mdttl {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.mdttl span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .mdttl {
    font-size: 2.3rem;
  }
  .mdttl span {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.sttl {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 834px) {
  .sttl {
    font-size: 2rem;
  }
}

.fs34 {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.4rem;
  color: #EA168C;
  letter-spacing: 0.1em;
}
.fs34 + .catch {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .fs34 {
    font-size: 2.2rem;
  }
  .fs34 + .catch {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 15px;
  }
}

.fs22 {
  font-size: 2.2rem;
  color: #EA168C;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .fs22 {
    font-size: 1.9rem;
  }
}

.sliderPad {
  padding: 0 20px;
}
.sliderPad .sliderWrap {
  max-width: 1550px;
  padding: 0 76px;
  margin: 0 auto 40px;
  position: relative;
}
.sliderPad .sliderWrap .slide li {
  margin: 0 10px;
}
.sliderPad .sliderWrap .slide-arrow {
  position: absolute;
  top: -91px;
  bottom: 0;
  width: 55.5px;
  height: 55.5px;
  margin: auto 0;
}
.sliderPad .sliderWrap .slide-arrow.prev-arrow {
  left: -75px;
}
.sliderPad .sliderWrap .slide-arrow.next-arrow {
  right: -75px;
  left: auto;
}
.sliderPad + .wrap .betaLink {
  text-align: center;
}
.sliderPad + .wrap .betaLink a {
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .sliderPad .sliderWrap {
    padding: 0 20px;
  }
  .sliderPad .sliderWrap .slide-arrow {
    width: 20px;
    height: 20px;
  }
  .sliderPad .sliderWrap .slide-arrow.prev-arrow {
    left: -30px;
  }
  .sliderPad .sliderWrap .slide-arrow.next-arrow {
    right: -30px;
  }
}

.news_list .box {
  display: block;
}
.news_list .box .imgBlock {
  line-height: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.news_list .box .imgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}
.news_list .box .category {
  color: #EA168C;
  line-height: 1.5;
  margin-bottom: 10px;
}
.news_list .box ul.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_list .box ul.category li {
  margin: 0 15px 0 0;
}
.news_list .box ul.category li:last-child {
  margin: 0;
}
.news_list .box .title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .news_list .box:hover .imgBlock img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .news_list .box:hover .title {
    color: #EA168C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news_list .box:hover .imgBlock img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .news_list .box:hover .title {
    color: #EA168C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 834px) {
  .news_list .box .imgBlock {
    margin-bottom: 15px;
  }
  .news_list .box .category {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.betaLink a, .betaLink span.spanInner {
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  padding: 17px 50px;
  background: #EA168C;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .betaLink a:hover, .betaLink span.spanInner:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .betaLink a:hover, .betaLink span.spanInner:hover {
    opacity: 0.7;
  }
}
.betaLink.small a, .betaLink.small span.spanInner {
  padding: 12px 28px;
}
.betaLink.small a img, .betaLink.small span.spanInner img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.betaLink.black a, .betaLink.black span.spanInner {
  background: #000;
}

.textLink {
  color: #EA168C;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .textLink:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .textLink:hover {
    text-decoration: none;
  }
}

.n_pnkz {
  margin-bottom: 60px;
}
.n_pnkz .bgImg {
  width: 100%;
  height: 600px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.n_pnkz .bgSlide {
  margin-bottom: 25px;
}
.n_pnkz .bgSlide .bgImg {
  height: 600px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.n_pnkz .pnkz li {
  list-style-type: none;
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 14px 0 0;
  position: relative;
  font-size: 1.4rem;
}
.n_pnkz .pnkz li:before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.n_pnkz .pnkz li:last-child {
  padding: 0;
}
.n_pnkz .pnkz li:last-child:before {
  display: none;
}
@media screen and (max-width: 834px) {
  .n_pnkz .bgImg {
    height: 300px !important;
  }
}
@media screen and (max-width: 500px) {
  .n_pnkz .bgImg {
    height: 85vw !important;
  }
}

.lead_block {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.253em;
}
.lead_block .b-ttl {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.2rem;
  line-height: 1.7;
  color: #EA168C;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
.lead_block .b-ttl span {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.71;
  display: block;
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .lead_block {
    text-align: left;
  }
  .lead_block .b-ttl {
    font-size: 2.5rem;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center;
  }
  .lead_block .b-ttl span {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.set_block .title {
  background: #EA168C;
  padding: 270px 0 70px;
}
.set_block .title .i-ttl {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 54%;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #fff;
}
.set_block .title + .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.set_block .title + .wrap .imgBlock {
  width: 50%;
  margin-top: -225px;
  margin-left: 4%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 0;
}
.set_block .title + .wrap .imgBlock img {
  width: 100%;
}
.set_block .title + .wrap .textBlock {
  width: 46%;
  padding-top: 50px;
  font-size: 1.6rem;
}
.set_block.left .title .i-ttl {
  text-align: right;
  padding-right: 0;
  padding-left: 54%;
}
.set_block.left .title + .wrap .imgBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 4%;
}
.set_block.left .title + .wrap .textBlock {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 834px) {
  .set_block .title {
    padding: 60px 0 75px;
    margin-bottom: -50px;
  }
  .set_block .title .i-ttl {
    font-size: 2.2rem;
    padding: 0;
  }
  .set_block .title + .wrap {
    display: block;
  }
  .set_block .title + .wrap .imgBlock {
    width: calc(100% + 40px);
    margin-left: -40px;
    margin-top: 0;
  }
  .set_block .title + .wrap .textBlock {
    width: 100%;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  .set_block.left .title .i-ttl {
    padding: 0;
    text-align: left;
  }
  .set_block.left .title + .wrap .imgBlock {
    margin-right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .set_block .title + .wrap .imgBlock {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .set_block .title + .wrap .imgBlock img {
    height: 92.67vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .set_block.left .title + .wrap .imgBlock {
    margin-right: -20px;
  }
}

.flexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexBlock.fourthClum .box {
  width: 23.92%;
  margin-right: 1.44%;
}
.flexBlock.fourthClum .box:nth-child(4n) {
  margin-right: 0;
}
.flexBlock.threeClum .box {
  width: 31.42%;
  margin-right: 2.87%;
}
.flexBlock.threeClum .box .imgBlock {
  line-height: 0;
  margin-bottom: 28px;
}
.flexBlock.threeClum .box .textBlock {
  line-height: 2.143;
}
.flexBlock.threeClum .box .textBlock .title {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.flexBlock.threeClum .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .flexBlock.fourthClum .box, .flexBlock.threeClum .box {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .flexBlock.fourthClum .box:nth-child(2n), .flexBlock.threeClum .box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .flexBlock.threeClum .box .textBlock .title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 500px) {
  .flexBlock.threeClum {
    display: block;
  }
  .flexBlock.threeClum .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.tableBlock {
  display: table;
  width: 100%;
  height: 100%;
}
.tableBlock .tableInner {
  display: table-cell;
  vertical-align: middle;
}

.d_teigi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.d_teigi dt {
  width: 160px;
  color: #EA168C;
  border-bottom: 1px solid #ccc;
  padding: 13px 5px;
}
.d_teigi dd {
  width: calc(100% - 160px);
  border-bottom: 1px solid #ccc;
  padding: 13px 5px 13px 0;
}
@media screen and (max-width: 834px) {
  .d_teigi dt {
    width: 145px;
  }
  .d_teigi dt.sw100 {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
  .d_teigi dt.sw100 + dd {
    width: 100%;
    padding: 0 5px 13px;
  }
  .d_teigi dd {
    width: calc(100% - 145px);
  }
}

.wp-pagenavi {
  text-align: center;
  padding-bottom: 150px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 0 10px 10px 0;
  color: #EA168C;
  border: 1px solid #EA168C;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi a:hover, .wp-pagenavi span:hover {
    background: #EA168C;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-pagenavi a:hover, .wp-pagenavi span:hover {
    background: #EA168C;
    color: #fff;
  }
}
.wp-pagenavi .last {
  width: auto;
  height: auto;
  padding: 0 15px;
  margin-left: 25px !important;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  height: auto;
  border: none;
  margin-right: 25px;
  position: relative;
  font-size: 0 !important;
  width: 20px;
}
.wp-pagenavi a.previouspostslink:after, .wp-pagenavi a.nextpostslink:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi a.previouspostslink {
  margin-right: 25px;
}
.wp-pagenavi a.previouspostslink:after {
  left: 0;
}
.wp-pagenavi a.nextpostslink {
  margin-right: 0;
  margin-left: 25px;
}
.wp-pagenavi a.nextpostslink:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi span {
  background: #EA168C;
  color: #fff;
}
.wp-pagenavi .pages {
  font-size: 1.2rem;
  background: #606060;
  display: inline-block;
  padding: 4px 10px;
  width: auto;
  height: auto;
  border: none;
  line-height: 1.5;
  margin-right: 20px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi {
    padding-bottom: 100px;
  }
}

.tabList, .tab_list {
  text-align: center;
}
.tabList li, .tab_list li {
  display: inline-block;
  margin: 0 50px 10px 0;
  line-height: 1.7;
}
.tabList li a, .tabList li span, .tab_list li a, .tab_list li span {
  font-size: 1.4rem;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 24px;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .tabList li a:hover, .tabList li span:hover, .tab_list li a:hover, .tab_list li span:hover {
    color: #EA168C;
  }
  .tabList li a:hover:after, .tabList li span:hover:after, .tab_list li a:hover:after, .tab_list li span:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 1px;
    background: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabList li a:hover, .tabList li span:hover, .tab_list li a:hover, .tab_list li span:hover {
    color: #EA168C;
  }
  .tabList li a:hover:after, .tabList li span:hover:after, .tab_list li a:hover:after, .tab_list li span:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 1px;
    background: #EA168C;
  }
}
.tabList li.active a, .tabList li.active span, .tab_list li.active a, .tab_list li.active span {
  color: #EA168C;
}
.tabList li.active a:after, .tabList li.active span:after, .tab_list li.active a:after, .tab_list li.active span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 1px;
  background: #EA168C;
}
.tabList li:last-child, .tab_list li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 834px) {
  .tabList .wrap li, .tab_list .wrap li {
    margin: 0 30px 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .tabList .wrap, .tab_list .wrap {
    display: block;
  }
  .tabList .wrap li, .tab_list .wrap li {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
}

.tab_list {
  background: #f7f8f8;
  padding: 60px 0 50px;
}
@media screen and (max-width: 834px) {
  .tab_list {
    padding: 40px 0 30px;
  }
}

.dotList li {
  padding-left: 17px;
  position: relative;
  line-height: 1.71;
}
.dotList li:before {
  content: "";
  background: #EA168C;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.it-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}
.it-flex .img {
  width: 50%;
  margin: 0 0 0 4.72%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 0;
}
.it-flex .img img {
  width: 100%;
}
.it-flex .txt {
  width: 45.28%;
  padding-top: 20px;
}
.it-flex.left .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 4.72% 0 0;
}
.it-flex.left .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.it-flex:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .it-flex {
    display: block;
    margin-bottom: 70px;
  }
  .it-flex .img, .it-flex .txt {
    width: 100%;
  }
  .it-flex .img {
    margin: 0 0 30px !important;
  }
  .it-flex .txt {
    padding: 0;
  }
}

.df_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.df_flex .img {
  width: 52.85%;
  line-height: 0;
}
.df_flex .img img {
  width: 100%;
}
.df_flex .txt {
  width: 43.5%;
}
.df_flex.right .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 834px) {
  .df_flex {
    display: block;
  }
  .df_flex .img, .df_flex .txt {
    width: 100%;
  }
  .df_flex .img {
    margin-bottom: 30px;
  }
}

.two_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two_flex .box {
  width: 47.71%;
  margin-right: 4.58%;
  margin-bottom: 60px;
}
.two_flex .box .img {
  line-height: 0;
  margin-bottom: 30px;
}
.two_flex .box .img img {
  width: 100%;
}
.two_flex .box .fs22 {
  margin-bottom: 20px;
}
.two_flex .box:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .two_flex {
    display: block;
  }
  .two_flex .box {
    width: 100%;
    margin-right: 0;
  }
}

.three_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_flex .box {
  width: 31.35%;
  margin-right: 2.975%;
  margin-bottom: 45px;
}
.three_flex .box .img {
  line-height: 0;
  margin-bottom: 30px;
}
.three_flex .box .img img {
  width: 100%;
}
.three_flex .box .fs22 {
  margin-bottom: 20px;
}
.three_flex .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .three_flex {
    display: block;
  }
  .three_flex .box {
    width: 100%;
    margin-right: 0 !important;
  }
}

#tripla-cookie-consent {
  display: none !important;
}

/*
------------------------------------------------------------------------------------------------------------------------
#header
------------------------------------------------------------------------------------------------------------------------
*/
#headerBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 15px;
}
#headerBlock .logo {
  position: absolute;
  top: 0;
  left: 0;
}
#headerBlock .logo a {
  display: block;
  line-height: 0;
}
#headerBlock .logo a .secound {
  display: none;
  mix-blend-mode: multiply;
}
#headerBlock .rightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 27px 30px 0 0;
}
#headerBlock .rightBlock .mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 0;
}
#headerBlock .rightBlock .mainNav li {
  margin: 0 15px 0 0;
}
#headerBlock .rightBlock .mainNav li a {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #headerBlock .rightBlock .mainNav li a:hover {
    color: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #headerBlock .rightBlock .mainNav li a:hover {
    color: #EA168C;
  }
}
#headerBlock .rightBlock .mainNav li:last-child {
  margin: 0;
}
#headerBlock .rightBlock .language {
  padding: 0 24px 0 0;
  position: relative;
}
#headerBlock .rightBlock .language .btn {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerBlock .rightBlock .language .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (hover: hover) and (pointer: fine) {
  #headerBlock .rightBlock .language .btn:hover {
    color: #EA168C;
  }
  #headerBlock .rightBlock .language .btn:hover:before {
    border-color: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #headerBlock .rightBlock .language .btn:hover {
    color: #EA168C;
  }
  #headerBlock .rightBlock .language .btn:hover:before {
    border-color: #EA168C;
  }
}
#headerBlock .rightBlock .language ul {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
#headerBlock .rightBlock .language ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#headerBlock .rightBlock .language ul li a {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 10px 25px;
  display: block;
}
#headerBlock .rightBlock .language ul li:last-child {
  border-bottom: none;
}
#headerBlock .rightBlock .tlh_logo {
  line-height: 0;
  margin: 0 24px 0 0;
}
#headerBlock .rightBlock .tlh_logo a {
  display: block;
  line-height: 0;
}
#headerBlock .rightBlock .tlh_logo a .on {
  display: none;
}
#headerBlock .rightBlock .rsvbtn {
  display: inline-block;
  border: 1px solid #fff;
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  width: 166px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  #headerBlock .rightBlock .rsvbtn:hover {
    background: #fff;
    color: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #headerBlock .rightBlock .rsvbtn:hover {
    background: #fff;
    color: #EA168C;
  }
}
#headerBlock .rightBlock .menu {
  display: none;
}
#headerBlock.scroll {
  position: fixed;
  background: #fff;
  color: #000;
  padding-bottom: 0;
}
#headerBlock.scroll .logo {
  bottom: 0;
}
#headerBlock.scroll .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#headerBlock.scroll .logo a .secound {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#headerBlock.scroll .rightBlock {
  padding: 15px 30px 14px 0;
}
#headerBlock.scroll .rightBlock .mainNav li a {
  color: #000;
}
#headerBlock.scroll .rightBlock .language {
  /*ul {
      li {
          a {
              color: common.$c_txt;
          }
      }
  }*/
}
#headerBlock.scroll .rightBlock .language .btn {
  color: #000;
}
#headerBlock.scroll .rightBlock .language .btn:before {
  border-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  #headerBlock.scroll .rightBlock .language .btn:hover {
    color: #EA168C;
  }
  #headerBlock.scroll .rightBlock .language .btn:hover:before {
    border-color: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #headerBlock.scroll .rightBlock .language .btn:hover {
    color: #EA168C;
  }
  #headerBlock.scroll .rightBlock .language .btn:hover:before {
    border-color: #EA168C;
  }
}
#headerBlock.scroll .rightBlock .tlh_logo a .off {
  display: none;
}
#headerBlock.scroll .rightBlock .tlh_logo a .on {
  display: block;
}
#headerBlock.scroll .rightBlock .rsvbtn {
  background: #EA168C;
  color: #fff;
  border-color: #EA168C;
}
@media (hover: hover) and (pointer: fine) {
  #headerBlock.scroll .rightBlock .rsvbtn:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #headerBlock.scroll .rightBlock .rsvbtn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1320px) {
  #headerBlock .rightBlock {
    padding: 15px 15px 0 0;
  }
  #headerBlock .rightBlock .mainNav {
    display: none;
  }
  #headerBlock .rightBlock .tlh_logo {
    margin: 0 15px 0 0;
  }
  #headerBlock .rightBlock .rsvbtn {
    margin: 0 15px 0 0;
    width: 116px;
    font-size: 1.2rem;
  }
  #headerBlock .rightBlock .menu {
    display: block;
    width: 30px;
    height: 21px;
    position: relative;
  }
  #headerBlock .rightBlock .menu span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
  }
  #headerBlock .rightBlock .menu span:first-child {
    top: 0;
  }
  #headerBlock .rightBlock .menu span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #headerBlock .rightBlock .menu span:last-child {
    bottom: 0;
  }
  #headerBlock .rightBlock .menu.active span {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #headerBlock .rightBlock .menu.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #headerBlock .rightBlock .menu.active span:nth-child(2) {
    opacity: 0;
  }
  #headerBlock .rightBlock .menu.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #headerBlock.scroll .rightBlock .menu span {
    background: #000;
  }
}
@media screen and (max-width: 834px) {
  #headerBlock .rightBlock .language {
    display: none;
  }
}

.js-modal {
  display: none;
  position: fixed;
  z-index: 100000000000000000;
}
.js-modal .modal__bg {
  position: fixed;
  top: 74px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_menu.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
.js-modal .modal__content {
  position: fixed;
  top: 74px;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 100%;
  color: #fff;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.js-modal .modal__content .inner {
  overflow: auto;
  padding: 45px 30px 43px 30px;
  max-width: 342px;
  max-height: 100vh;
  margin: 0 auto;
}
.js-modal .modal__content .inner .mainNav {
  margin-bottom: 40px;
}
.js-modal .modal__content .inner .mainNav li {
  margin-bottom: 5px;
}
.js-modal .modal__content .inner .mainNav li.betaLink {
  margin: 30px 0;
}
.js-modal .modal__content .inner .mainNav li a {
  color: #fff;
  font-size: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .js-modal .modal__content .inner .mainNav li a:hover {
    color: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .js-modal .modal__content .inner .mainNav li a:hover {
    color: #EA168C;
  }
}
.js-modal .modal__content .inner .tel {
  margin-bottom: 30px;
}
.js-modal .modal__content .inner .tel img, .js-modal .modal__content .inner .tel span {
  vertical-align: middle;
  display: inline-block;
}
.js-modal .modal__content .inner .tel img {
  margin: -2px 5px 0 0;
}
.js-modal .modal__content .inner .address {
  margin-bottom: 35px;
  line-height: 1.5;
}
.js-modal .modal__content .inner .address + p {
  padding-bottom: 169px;
}
.js-modal .modal__content .inner .language {
  margin-bottom: 25px;
}
.js-modal .modal__content .inner .language .btn, .js-modal .modal__content .inner .language ul, .js-modal .modal__content .inner .language ul li {
  display: inline-block;
}
.js-modal .modal__content .inner .language .btn {
  margin: 0 15px 0 0;
}
.js-modal .modal__content .inner .language ul li {
  margin-right: 10px;
}
.js-modal .modal__content .inner .betaLink {
  margin-bottom: 40px;
}
.js-modal .modal__content .inner .betaLink a {
  width: 210px;
}

.reserveBox {
  display: none;
}

/* 
------------------------------------------------------------------------------------------------------------------------
rservation
------------------------------------------------------------------------------------------------------------------------
*/
.reserveBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #EA168C;
  z-index: 50000000000;
  color: #fff;
  display: none;
}
.reserveBox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserveBox .wrap {
  width: 100%;
  max-width: 784px;
}
.reserveBox .wrap form .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reserveBox .wrap form .searchBox .formParts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reserveBox .wrap form .searchBox .formParts li {
  margin: 0 22px 0 0;
}
.reserveBox .wrap form .searchBox .formParts li span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 1.3rem;
}
.reserveBox .wrap form .searchBox .formParts li.checkin input {
  width: 170px;
  background: #fff;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  color: #000;
  padding: 0 10px;
  font-size: 1.4rem;
}
.reserveBox .wrap form .searchBox .formParts li.nights select, .reserveBox .wrap form .searchBox .formParts li.rooms select, .reserveBox .wrap form .searchBox .formParts li.adults select {
  background: #fff;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  color: #000;
  padding: 0 10px;
  font-size: 1.4rem;
  min-width: 72px;
}
.reserveBox .wrap form .searchBox .field-button {
  width: 209px;
  position: relative;
}
.reserveBox .wrap form .searchBox .field-button input[type=submit] {
  border: 1px solid #fff;
  font-size: 1.5rem;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  letter-spacing: 0.06em;
  padding-left: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserveBox .wrap form .searchBox .field-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto 0;
  background: url("../img/en/top/search_icon.webp") no-repeat;
  background-size: 15px;
  background-position: center;
  width: 15px;
  height: 16px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .reserveBox .wrap form .searchBox .field-button:hover input[type=submit] {
    background: #fff;
    color: #EA168C;
  }
  .reserveBox .wrap form .searchBox .field-button:hover:before {
    background: url("../img/en/top/search_icon_hover.webp") no-repeat;
    background-size: 15px;
    background-position: center;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reserveBox .wrap form .searchBox .field-button:hover input[type=submit] {
    background: #fff;
    color: #EA168C;
  }
  .reserveBox .wrap form .searchBox .field-button:hover:before {
    background: url("../img/en/top/search_icon_hover.webp") no-repeat;
    background-size: 15px;
    background-position: center;
  }
}
.reserveBox .wrap .ttl {
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.reserveBox .wrap .top {
  margin-bottom: 40px;
}
.reserveBox .wrap .top .search-widget-search-container-bf1818 {
  padding: 0 !important;
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reserveBox .wrap .top .input-container-title-db81ec {
  color: #fff;
  font-size: 1.3rem;
}
.reserveBox .wrap .top .search-widget-undated-block-f135c8 label {
  color: #fff;
}
.reserveBox .wrap .top .cancel {
  max-width: none;
}
.reserveBox .wrap .top .button-btn-f51c1a {
  color: #fff !important;
  border: 1px solid #fff !important;
  width: 120px;
}
.reserveBox .wrap .rsvBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reserveBox .wrap .rsvBtnList li {
  margin: 0 15px 0 0;
}
.reserveBox .wrap .rsvBtnList li a {
  background: #fff;
  color: #EA168C;
  padding: 17px 25px;
  width: 100%;
}
.reserveBox .wrap .rsvBtnList li:last-child {
  margin: 0;
}
.reserveBox .closeBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 26px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserveBox .closeBtn:before, .reserveBox .closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.reserveBox .closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reserveBox .closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .reserveBox .closeBtn:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reserveBox .closeBtn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 990px) {
  .reserveBox .wrap {
    overflow: auto !important;
    max-height: 95vh;
  }
  .reserveBox .wrap form .searchBox {
    display: block;
  }
  .reserveBox .wrap form .searchBox .field-button {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 834px) {
  .reserveBox .wrap {
    padding: 0 20px;
  }
  .reserveBox .wrap form .searchBox .formParts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 335px;
  }
  .reserveBox .wrap form .searchBox .formParts li {
    width: calc(50% - 10px);
    margin: 0 20px 15px 0;
  }
  .reserveBox .wrap form .searchBox .formParts li span {
    width: 64px;
  }
  .reserveBox .wrap form .searchBox .formParts li input, .reserveBox .wrap form .searchBox .formParts li select {
    width: calc(100% - 74px) !important;
  }
  .reserveBox .wrap form .searchBox .formParts li.checkin {
    width: calc(100% - 135px);
  }
  .reserveBox .wrap form .searchBox .formParts li.nights {
    width: 115px;
  }
  .reserveBox .wrap form .searchBox .formParts li.nights select {
    width: 40px !important;
    min-width: 0;
  }
  .reserveBox .wrap form .searchBox .formParts li:nth-child(2n) {
    margin: 0;
  }
  .reserveBox .wrap .rsvBtnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .reserveBox .wrap .rsvBtnList li {
    margin: 0 20px 20px 0;
  }
  .reserveBox .wrap .rsvBtnList li:last-child {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .reserveBox .wrap .rsvBtnList {
    display: block;
  }
  .reserveBox .wrap .rsvBtnList li {
    width: 100%;
    margin: 0 0 10px;
  }
  .reserveBox .wrap .rsvBtnList li a br {
    display: none;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#footerBlock {
  background: #fff;
  padding-bottom: 50px;
  font-size: 1.4rem;
}
#footerBlock .logo {
  padding: 26px 20px;
  text-align: center;
  background: #000;
  line-height: 0;
}
#footerBlock .snsBlock {
  background: #E6E6E6;
  text-align: right;
  padding: 25px 0;
  margin-bottom: 35px;
}
#footerBlock .snsBlock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footerBlock .snsBlock .wrap .title {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #EA168C;
  font-size: 1.6rem;
  margin-right: 50px;
  margin-bottom: 0;
}
#footerBlock .snsBlock .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footerBlock .snsBlock .wrap ul li {
  margin-right: 10px;
}
#footerBlock .snsBlock .wrap ul li a {
  display: block;
  line-height: 0;
}
#footerBlock .snsBlock .wrap ul li:last-child {
  margin-right: 0;
}
#footerBlock .bottomBlock {
  padding-bottom: 10px;
}
#footerBlock .bottomBlock .box {
  margin-bottom: 45px;
}
#footerBlock .bottomBlock .box p {
  margin-bottom: 10px;
}
#footerBlock .bottomBlock .box .title {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #EA168C;
  font-size: 1.8rem;
}
#footerBlock .bottomBlock .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#footerBlock .bottomBlock .box ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}
#footerBlock .bottomBlock .box ul li .btnList li {
  margin-right: 10px;
}
#footerBlock .bottomBlock .box ul li .btnList li:last-child {
  margin-right: 0;
}
#footerBlock .bottomBlock .box ul li:last-child {
  margin-right: 0;
}
#footerBlock .bottomBlock .lastBox {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footerBlock .bottomBlock .lastBox .subPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#footerBlock .bottomBlock .lastBox .subPage li {
  margin: 0 15px 5px 0;
}
#footerBlock .bottomBlock .lastBox .subPage li a {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}
#footerBlock .bottomBlock .lastBox .subPage li a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footerBlock .bottomBlock .lastBox .subPage li:last-child {
  margin: 0 0 5px;
}
#footerBlock .bottomBlock .lastBox .otherLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footerBlock .bottomBlock .lastBox .otherLink li {
  margin: 0 20px 10px 0;
}
#footerBlock .bottomBlock .lastBox .otherLink li a {
  display: block;
  line-height: 0;
}
#footerBlock .bottomBlock .lastBox .otherLink li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 500px) {
  #footerBlock .bottomBlock .box ul {
    display: block;
  }
  #footerBlock .bottomBlock .box ul li {
    margin: 0 0 10px;
  }
  #footerBlock .bottomBlock .box ul li .btnList li {
    margin: 0 0 10px;
  }
  #footerBlock .bottomBlock .box ul li .betaLink a {
    width: 100%;
  }
  #footerBlock .bottomBlock .lastBox {
    display: block;
  }
  #footerBlock .bottomBlock .lastBox .subPage {
    padding: 0;
    margin: 0 0 20px;
  }
  #footerBlock .bottomBlock .lastBox .otherLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .mainVisual {
  position: relative;
  background: #000;
  margin-bottom: 100px;
  height: 100vh;
}
#toppage .mainVisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  #toppage .mainVisual {
    margin: 0 0 45px;
  }
}
#toppage .photoblock {
  margin-bottom: 100px;
}
#toppage .photoblock .betaLink {
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 834px) {
  #toppage .photoblock {
    padding: 0 20px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
about
------------------------------------------------------------------------------------------------------------------------
*/
#about {
  font-size: 1.6rem;
}
#about .n_pnkz {
  margin-bottom: 100px;
}
#about .lead_block {
  margin-bottom: 200px;
}
#about .photo .slick-slide {
  aspect-ratio: 1/1;
}
#about .photo .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .history, #about .hospitality, #about .paris, #about .overview {
  margin-bottom: 230px;
}
#about .meet {
  margin-bottom: 100px;
}
#about .meet .titleBlock {
  padding: 145px 0 60px;
  background: #EA168C;
  color: #fff;
}
#about .meet .titleBlock .cottl {
  text-align: right;
}
#about .meet .flexBlock .img {
  width: 67.14%;
  line-height: 0;
}
#about .meet .flexBlock .img img {
  width: 100%;
}
#about .meet .flexBlock .txt {
  width: 32.86%;
  padding: 0 56px;
  line-height: 2.125;
}
#about .overview .set_block .textBlock .d_teigi {
  margin-bottom: 40px;
}
#about .overview .set_block .textBlock .d_teigi dd .facility li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about .overview .set_block .textBlock .d_teigi dd .facility li span {
  width: 90px;
  display: block;
}
#about .overview .set_block .textBlock .d_teigi dd .facility li div {
  width: calc(100% - 90px);
}
#about .overview .set_block .textBlock .d_teigi dd .facility li div a {
  color: #EA168C;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #about .overview .set_block .textBlock .d_teigi dd .facility li div a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #about .overview .set_block .textBlock .d_teigi dd .facility li div a:hover {
    text-decoration: none;
  }
}
#about .overview .set_block .textBlock .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about .overview .set_block .textBlock .btnList .betaLink {
  margin: 0 15px 10px 0;
}
#about .overview .set_block .textBlock .btnList .betaLink a img {
  margin: 0;
}
#about .overview .set_block .textBlock .btnList .betaLink a span {
  margin-right: 10px;
}
#about .overview .set_block .textBlock .btnList .betaLink:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 834px) {
  #about .n_pnkz {
    margin-bottom: 80px;
  }
  #about .lead_block {
    margin-bottom: 100px;
  }
  #about .history, #about .hospitality, #about .paris, #about .overview {
    margin-bottom: 100px;
  }
  #about .meet .titleBlock {
    padding: 60px 0 50px;
  }
  #about .meet .titleBlock .cottl {
    text-align: left;
  }
  #about .meet .flexBlock {
    display: block;
  }
  #about .meet .flexBlock .img, #about .meet .flexBlock .txt {
    width: 100%;
  }
  #about .meet .flexBlock .img {
    margin-bottom: 30px;
  }
  #about .meet .flexBlock .txt {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  #about .overview .set_block .textBlock .btnList {
    display: block;
  }
  #about .overview .set_block .textBlock .btnList .betaLink {
    width: 100%;
    margin: 0 0 10px;
  }
  #about .overview .set_block .textBlock .btnList .betaLink a {
    width: 100%;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
news
------------------------------------------------------------------------------------------------------------------------
*/
#news .titleBlock {
  background: #EA168C;
  padding: 140px 0 134px;
  margin-bottom: -76px;
  color: #fff;
}
#news .titleBlock .cottl {
  margin-bottom: 15px;
}
#news .titleBlock .categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news .titleBlock .categoryList li {
  margin: 0 25px 10px 0;
  font-size: 1.6rem;
}
#news .titleBlock .categoryList li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 17px;
}
#news .titleBlock .categoryList li a:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #news .titleBlock .categoryList li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #news .titleBlock .categoryList li a:hover {
    text-decoration: underline;
  }
}
#news .titleBlock .categoryList li:last-child {
  margin: 0;
}
#news .flexBlock .box {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  #news .titleBlock {
    padding: 65px 0 103px;
  }
  #news .flexBlock .box {
    margin-bottom: 60px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
news- detail
------------------------------------------------------------------------------------------------------------------------
*/
#news.detailPage .readBlock {
  margin-bottom: 100px;
}
#news.detailPage .readBlock .titleBlock .cateTag {
  margin-bottom: 20px;
}
#news.detailPage .readBlock .titleBlock .cateTag span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  color: #EA168C;
  padding: 7px 10px;
}
#news.detailPage .readBlock .titleBlock .title {
  font-size: 2.8rem;
  font-weight: normal;
}
#news.detailPage .readBlock .imgBlock {
  float: right;
  width: 42.85%;
}
#news.detailPage .readBlock .imgBlock img {
  width: 100%;
}
#news.detailPage .readBlock .textBlock {
  padding: 150px 46.85% 0 0;
  line-height: 2.143;
}
#news.detailPage .readBlock .textBlock a {
  color: #EA168C;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #news.detailPage .readBlock .textBlock a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #news.detailPage .readBlock .textBlock a:hover {
    text-decoration: none;
  }
}
#news.detailPage .readBlock .textBlock h4 a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 20px 50px;
  text-decoration: none;
  background: #EA168C;
  text-align: center;
  position: relative;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news.detailPage .readBlock .textBlock h4 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #news.detailPage .readBlock .textBlock h4 a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #news.detailPage .readBlock .textBlock h4 a:hover {
    opacity: 0.7;
  }
}
#news.detailPage .readBlock .textBlock ul li {
  padding-left: 24px;
  position: relative;
}
#news.detailPage .readBlock .textBlock ul li:after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #EA168C;
  font-size: 2.2rem;
  line-height: 1.5;
}
#news.detailPage .rsvLink {
  text-align: center;
  margin-bottom: 60px;
}
#news.detailPage .rsvLink a {
  max-width: 740px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 20px 50px;
  text-decoration: none;
  background: #EA168C;
  text-align: center;
  position: relative;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news.detailPage .rsvLink a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #news.detailPage .rsvLink a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #news.detailPage .rsvLink a:hover {
    opacity: 0.7;
  }
}
#news.detailPage .freeBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
#news.detailPage .freeBlock .imgBlock {
  width: 42.85%;
  line-height: 0;
}
#news.detailPage .freeBlock .imgBlock img {
  width: 100%;
}
#news.detailPage .freeBlock .textBlock {
  width: 53.14%;
}
#news.detailPage .freeBlock:nth-child(odd) .imgBlock {
  margin-right: 4.01%;
}
#news.detailPage .freeBlock:nth-child(2n) .imgBlock {
  margin-left: 4.01%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#news.detailPage .snsList {
  text-align: center;
  margin-bottom: 60px;
}
#news.detailPage .snsList li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 10px 0;
}
#news.detailPage .snsList li:last-child {
  margin: 0 0 10px;
}
#news.detailPage .betaLink.last {
  text-align: center;
  padding-bottom: 160px;
}
#news.detailPage .betaLink.last a {
  max-width: 271px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #news.detailPage .readBlock .imgBlock {
    float: none;
    width: 100%;
  }
  #news.detailPage .readBlock .textBlock {
    padding: 30px 0 0;
  }
  #news.detailPage .readBlock .textBlock .titleBlock .cateTag span {
    font-size: 1.2rem;
  }
  #news.detailPage .readBlock .textBlock .titleBlock .title {
    font-size: 2.2rem;
  }
  #news.detailPage .freeBlock {
    margin-bottom: 60px;
    display: block;
  }
  #news.detailPage .freeBlock .imgBlock, #news.detailPage .freeBlock .textBlock {
    width: 100%;
    margin-bottom: 25px;
  }
  #news.detailPage .freeBlock:nth-child(2n+1) .imgBlock, #news.detailPage .freeBlock:nth-child(2n) .imgBlock {
    margin-right: 0;
    margin-left: 0;
  }
  #news.detailPage .betaLink.last {
    padding-bottom: 90px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
#room
------------------------------------------------------------------------------------------------------------------------
*/
#n_rooms .lead {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 140px;
  text-align: center;
}
#n_rooms .lead h2 {
  color: #EA168C;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
#n_rooms .lead .bar {
  background: #f7f8f8;
  padding: 70px 0;
  margin: 120px 0 0;
}
#n_rooms .lead dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
#n_rooms .lead dl dt {
  width: 50%;
  margin-right: 4.28%;
}
#n_rooms .lead dl dd {
  width: 45.72%;
  font-size: 16px;
}
#n_rooms .lead dl dd h3 {
  font-size: 28px;
  color: #EA168C;
  margin-bottom: 20px;
  line-height: 2.2;
}
#n_rooms .list {
  margin-bottom: 120px;
}
#n_rooms .list h2 {
  font-size: 3.6rem;
  margin-bottom: 65px;
  text-align: center;
}
#n_rooms .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
#n_rooms .list .box .img {
  width: 56.25%;
  margin-right: 3.875%;
  line-height: 0;
}
#n_rooms .list .box .img a {
  overflow: hidden;
  display: block;
}
#n_rooms .list .box .img a img {
  -webkit-transition: 1s;
  transition: 1s;
}
@media (hover: hover) and (pointer: fine) {
  #n_rooms .list .box .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #n_rooms .list .box .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 1;
  }
}
#n_rooms .list .box .img img {
  width: 100%;
}
#n_rooms .list .box .img .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#n_rooms .list .box .img .slick-dots li {
  margin: 0 5px;
}
#n_rooms .list .box .img .slick-dots li button {
  background: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  border: none;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #n_rooms .list .box .img .slick-dots li button:hover {
    background: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #n_rooms .list .box .img .slick-dots li button:hover {
    background: #EA168C;
  }
}
#n_rooms .list .box .img .slick-dots li.slick-active button {
  background: #EA168C;
}
#n_rooms .list .box .txt {
  width: 39.875%;
  font-size: 1.6rem;
  line-height: 2;
}
#n_rooms .list .box .txt .inner {
  max-width: 538px;
  text-align: left;
  display: inline-block;
}
#n_rooms .list .box .txt .inner h3 {
  font-size: 28px;
  color: #EA168C;
  margin-bottom: 30px;
}
#n_rooms .list .box .txt .inner .teigiDl {
  margin-bottom: 45px;
}
#n_rooms .list .box .txt .inner .teigiDl dt {
  float: left;
  clear: both;
  padding: 8px;
  color: #EA168C;
}
#n_rooms .list .box .txt .inner .teigiDl dd {
  padding: 8px 8px 8px 54px;
  border-bottom: 1px solid #B2B2B2;
}
#n_rooms .list .box .txt .inner .link li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
#n_rooms .list .box .txt .inner .link li.detail a {
  padding: 0 0 0 20px;
  background: none;
  color: #000;
  position: relative;
}
#n_rooms .list .box .txt .inner .link li.detail a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #n_rooms .list .box .txt .inner .link li.detail a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #n_rooms .list .box .txt .inner .link li.detail a:hover {
    text-decoration: underline;
  }
}
#n_rooms .list .box .txt .inner .link li:last-child {
  margin: 0 0 10px;
}
#n_rooms .list .box:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 3.875vw;
}
#n_rooms .list .box:nth-child(2n) .txt {
  text-align: right;
}
#n_rooms .list .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #n_rooms .lead {
    font-size: 15px;
    margin-bottom: 80px;
    text-align: left;
  }
  #n_rooms .lead h2 {
    font-size: 28px;
    text-align: center;
  }
  #n_rooms .lead .bar {
    margin-top: 60px;
  }
  #n_rooms .lead .bar .wrap dl {
    display: block;
    background: #f7f8f8;
  }
  #n_rooms .lead .bar .wrap dl dt, #n_rooms .lead .bar .wrap dl dd {
    width: 100%;
  }
  #n_rooms .lead .bar .wrap dl dt {
    margin: 0 0 25px;
    line-height: 0;
  }
  #n_rooms .lead .bar .wrap dl dt img {
    width: 100%;
  }
  #n_rooms .lead .bar .wrap dl dd {
    font-size: 15px;
  }
  #n_rooms .lead .bar .wrap dl dd h3 {
    font-size: 22px;
    margin: 0 0 5px;
  }
  #n_rooms .list h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  #n_rooms .list .box {
    display: block;
    margin-bottom: 50px;
  }
  #n_rooms .list .box .img, #n_rooms .list .box .txt {
    width: 100%;
  }
  #n_rooms .list .box .img {
    margin: 0 0 20px !important;
  }
  #n_rooms .list .box .txt {
    padding: 0;
  }
  #n_rooms .list .box .txt .inner {
    font-size: 15px;
  }
  #n_rooms .list .box .txt .inner h3 {
    font-size: 22px;
    margin: 0 0 5px;
  }
  #n_rooms .list .box .txt .inner .teigiDl {
    margin-bottom: 30px;
  }
  #n_rooms .list .box .txt .inner .teigiDl dt {
    color: #EA168C;
  }
  #n_rooms .list .box .txt .inner .teigiDl dd {
    padding: 8px 8px 8px 90px;
  }
  #n_rooms .list .box .txt .inner .link {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #n_rooms .list .box .txt .inner .link li {
    margin: 0 !important;
    display: block;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
rooms detail
------------------------------------------------------------------------------------------------------------------------
*/
#roomsDetail {
  font-size: 1.6rem;
}
#roomsDetail .pnkzBlock .tableBlock {
  position: relative;
}
#roomsDetail .pnkzBlock .rbTtl {
  color: #fff;
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.8rem;
  position: absolute;
  bottom: 30px;
  right: 40px;
  text-shadow: none;
}
#roomsDetail .roomsInfo {
  margin: 100px auto 135px;
  font-size: 1.6rem;
  line-height: 2.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#roomsDetail .roomsInfo .left {
  width: 45%;
  margin: 0 5% 0 0;
}
#roomsDetail .roomsInfo .left .cottl {
  color: #EA168C;
  margin-bottom: 45px;
}
#roomsDetail .roomsInfo .right {
  width: 50%;
}
#roomsDetail .roomsInfo .right .teigDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
  margin: 0 0 30px;
}
#roomsDetail .roomsInfo .right .teigDl dt {
  width: 165px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #EA168C;
}
#roomsDetail .roomsInfo .right .teigDl dd {
  width: calc(100% - 165px);
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #ccc;
}
#roomsDetail .roomsInfo .right .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#roomsDetail .roomsInfo .right .btnList li {
  margin: 0 25px 10px 0;
}
#roomsDetail .roomsInfo .right .btnList li.figure a {
  padding: 0 0 0 20px;
  background: none;
  color: #000;
  position: relative;
}
#roomsDetail .roomsInfo .right .btnList li.figure a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #roomsDetail .roomsInfo .right .btnList li.figure a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #roomsDetail .roomsInfo .right .btnList li.figure a:hover {
    text-decoration: underline;
  }
}
#roomsDetail .roomsInfo .right .btnList li:last-child {
  margin: 0 0 10px;
}
#roomsDetail .tabList {
  margin-bottom: 115px;
  background: #f7f8f8;
  padding: 60px 0 50px;
}
#roomsDetail .bar, #roomsDetail .service {
  margin-bottom: 160px;
}
#roomsDetail .bar .titleBlock, #roomsDetail .service .titleBlock {
  background: #EA168C;
  color: #fff;
  padding: 270px 0 70px;
}
#roomsDetail .bar .titleBlock .wrap, #roomsDetail .service .titleBlock .wrap {
  display: block !important;
}
#roomsDetail .bar .titleBlock .wrap .cottl, #roomsDetail .service .titleBlock .wrap .cottl {
  padding-right: 54%;
}
#roomsDetail .bar .wrap, #roomsDetail .service .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#roomsDetail .bar .wrap .imgBlock, #roomsDetail .service .wrap .imgBlock {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: -225px 0 0 4%;
  position: relative;
  line-height: 0;
}
#roomsDetail .bar .wrap .imgBlock .inner, #roomsDetail .service .wrap .imgBlock .inner {
  position: relative;
}
#roomsDetail .bar .wrap .imgBlock .inner img, #roomsDetail .service .wrap .imgBlock .inner img {
  width: 100%;
}
#roomsDetail .bar .wrap .imgBlock .inner span, #roomsDetail .service .wrap .imgBlock .inner span {
  display: block;
  line-height: 1.5;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
#roomsDetail .bar .wrap .textBlock, #roomsDetail .service .wrap .textBlock {
  width: 46%;
  padding-top: 50px;
}
#roomsDetail .bar .wrap .textBlock .sttl, #roomsDetail .service .wrap .textBlock .sttl {
  color: #EA168C;
}
#roomsDetail .bar .wrap .textBlock .title, #roomsDetail .service .wrap .textBlock .title {
  color: #EA168C;
  margin: 50px 0 20px;
  font-size: 1.8rem;
}
#roomsDetail .service .wrap .textBlock .sttl {
  margin-top: 50px;
}
#roomsDetail .betaLink.rsv {
  text-align: center;
  margin: 0 0 160px;
}
#roomsDetail .bath {
  margin-bottom: 130px;
}
#roomsDetail .bath .imgBand {
  margin-bottom: 50px;
  width: 100%;
}
#roomsDetail .bath .textBlock {
  font-size: 1.6rem;
  line-height: 2.25em;
}
#roomsDetail .bath .cottl {
  color: #EA168C;
  margin-bottom: 20px;
  font-size: 3rem;
}
#roomsDetail .bath .cottl span {
  display: block;
  font-size: 1.8rem;
}
#roomsDetail .bath .dotList {
  margin-bottom: 30px;
}
#roomsDetail .lounge {
  margin-bottom: 120px;
}
#roomsDetail .lounge .b-ttl {
  color: #EA168C;
  font-size: 1.8rem;
  margin: 45px 0 50px;
}
#roomsDetail .lounge .block {
  background: #f7f8f8;
  padding: 40px 25px;
  margin-bottom: 30px;
}
#roomsDetail .lounge .block .s-ttl {
  color: #EA168C;
  font-weight: 700;
  margin-bottom: 15px;
}
#roomsDetail .lounge .block .dotList .n_mark {
  padding: 0;
}
#roomsDetail .lounge .block .dotList .n_mark:before {
  display: none;
}
#roomsDetail .lounge .block:last-child {
  margin-bottom: 0;
}
#roomsDetail .lounge .video-wrap {
  margin-top: 70px;
}
#roomsDetail .tabList.last {
  margin: 0 !important;
}
#roomsDetail .video-wrap {
  max-width: 1460px;
  padding: 0 30px;
  margin: 0 auto 120px;
  display: block;
  position: relative;
  line-height: 0;
}
#roomsDetail .video-wrap video {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #roomsDetail {
    font-size: 1.5rem;
  }
  #roomsDetail .pnkzBlock .rbTtl {
    font-size: 2rem;
    bottom: 20px;
    right: 20px;
  }
  #roomsDetail .roomsInfo {
    display: block;
    font-size: 1.5rem;
    margin: 75px auto 135px;
  }
  #roomsDetail .roomsInfo .left, #roomsDetail .roomsInfo .right {
    width: 100%;
  }
  #roomsDetail .roomsInfo .right .btnList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #roomsDetail .roomsInfo .left {
    margin: 0 0 30px;
  }
  #roomsDetail .roomsInfo .left .cottl {
    margin: 0 0 20px;
  }
  #roomsDetail .bar, #roomsDetail .service {
    margin: 0 0 90px;
  }
  #roomsDetail .bar .titleBlock, #roomsDetail .service .titleBlock {
    padding: 60px 0 75px;
    margin-bottom: -50px;
  }
  #roomsDetail .bar .titleBlock .wrap .cottl, #roomsDetail .service .titleBlock .wrap .cottl {
    padding: 0;
  }
  #roomsDetail .bar .wrap, #roomsDetail .service .wrap {
    display: block;
  }
  #roomsDetail .bar .wrap .imgBlock, #roomsDetail .service .wrap .imgBlock {
    margin: 0 0 30px -40px;
    width: calc(100% + 40px);
  }
  #roomsDetail .bar .wrap .textBlock, #roomsDetail .service .wrap .textBlock {
    padding: 0;
    width: 100%;
  }
  #roomsDetail .bath {
    margin-bottom: 80px;
  }
  #roomsDetail .bath .cottl {
    font-size: 2rem;
  }
  #roomsDetail .bath .imgBand {
    margin-bottom: 30px;
    height: 70vw;
  }
  #roomsDetail .bath .textBlock {
    font-size: 1.4rem;
  }
  #roomsDetail .bath .textBlock .dotList li:before {
    top: 9px;
  }
  #roomsDetail .lounge {
    margin-bottom: 80px;
  }
  #roomsDetail .betaLink.rsv {
    margin: 0 0 90px;
    background: url(../img/rooms/classic/rsv.jpg) no-repeat;
    background-position: center !important;
    background-size: cover !important;
    padding: 100px 0;
    position: relative;
  }
  #roomsDetail .betaLink.rsv:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  #roomsDetail .betaLink.rsv a {
    position: relative;
    z-index: 2;
  }
  #roomsDetail .betaLink.rsv.delux {
    background: url(../img/rooms/deluxe/rsv.jpg) no-repeat;
  }
  #roomsDetail .betaLink.rsv.prestige {
    background: url(../img/rooms/prestige/rsv.jpg) no-repeat;
  }
  #roomsDetail .betaLink.rsv.suite {
    background: url(../img/rooms/suite/rsv.jpg) no-repeat;
  }
  #roomsDetail .betaLink.rsv.superior {
    background: url(../img/rooms/superior/rsv.jpg) no-repeat;
  }
  #roomsDetail .tabList {
    background: #f7f8f8;
    padding: 40px 0;
    margin-bottom: 50px !important;
  }
  #roomsDetail .tabList.last {
    padding-bottom: 40px;
  }
  #roomsDetail .video-wrap {
    padding: 0 40px;
  }
  #roomsDetail .bar .imgBlock, #roomsDetail .service .imgBlock {
    width: calc(100% + 20px);
    margin: 0 0 30px -20px;
  }
}
@media screen and (max-width: 500px) {
  #roomsDetail .video-wrap {
    padding: 0 20px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
restaurant
------------------------------------------------------------------------------------------------------------------------
*/
#n_restaurant .lead {
  font-size: 16px;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 120px;
}
#n_restaurant .lead h2 {
  color: #EA168C;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
#n_restaurant .list .box {
  margin-bottom: 120px;
}
#n_restaurant .list .box .img {
  margin-bottom: 40px;
  position: relative;
  line-height: 0;
}
#n_restaurant .list .box .img a {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#n_restaurant .list .box .img a img {
  -webkit-transition: 1s;
  transition: 1s;
}
@media (hover: hover) and (pointer: fine) {
  #n_restaurant .list .box .img a:hover .logo {
    opacity: 1;
  }
  #n_restaurant .list .box .img a:hover .bgImg {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #n_restaurant .list .box .img a:hover .logo {
    opacity: 1;
  }
  #n_restaurant .list .box .img a:hover .bgImg {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 1;
  }
}
#n_restaurant .list .box .img .logo {
  width: 246px;
  height: 146px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#n_restaurant .list .box .img .bgImg {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#n_restaurant .list .box .img .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#n_restaurant .list .box .img .slick-dots li {
  margin: 0 5px;
}
#n_restaurant .list .box .img .slick-dots li button {
  background: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  border: none;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #n_restaurant .list .box .img .slick-dots li button:hover {
    background: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #n_restaurant .list .box .img .slick-dots li button:hover {
    background: #EA168C;
  }
}
#n_restaurant .list .box .img .slick-dots li.slick-active button {
  background: #EA168C;
}
#n_restaurant .list .box .txt {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
}
#n_restaurant .list .box .txt h3 {
  color: #EA168C;
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 30px;
}
#n_restaurant .list .box .txt h3 span {
  font-size: 16px;
  display: block;
}
#n_restaurant .list .box .txt .arrowLink a {
  padding-left: 25px;
  position: relative;
}
#n_restaurant .list .box .txt .arrowLink a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #n_restaurant .list .box .txt .arrowLink a:hover {
    color: #EA168C;
  }
  #n_restaurant .list .box .txt .arrowLink a:hover:after {
    border-color: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #n_restaurant .list .box .txt .arrowLink a:hover {
    color: #EA168C;
  }
  #n_restaurant .list .box .txt .arrowLink a:hover:after {
    border-color: #EA168C;
  }
}
@media screen and (max-width: 834px) {
  #n_restaurant .lead {
    margin-bottom: 80px;
  }
  #n_restaurant .lead h2 {
    font-size: 28px;
  }
  #n_restaurant .list .box {
    margin-bottom: 80px;
  }
  #n_restaurant .list .box .img .bgImg {
    height: 300px;
  }
  #n_restaurant .list .box .img .logo {
    width: 40%;
    height: auto;
  }
  #n_restaurant .list .box .txt {
    font-size: 15px;
  }
  #n_restaurant .list .box .txt h3 {
    font-size: 22px;
  }
  #n_restaurant .list .box .txt h3 span {
    font-size: 14px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
restaurant detail
------------------------------------------------------------------------------------------------------------------------
*/
#gourmet.detailPage .menupdf li {
  margin-bottom: 8px;
}
#gourmet.detailPage .menupdf li a {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  min-height: 25px;
}
#gourmet.detailPage .menupdf li a img {
  position: absolute;
  top: 1px;
  left: 0;
}
#gourmet.detailPage .menupdf li a span {
  color: #ea158c;
  font-size: 1.6rem;
}
#gourmet.detailPage .tabList {
  margin: 20px 0 60px;
}
#gourmet.detailPage .tabList.last {
  padding-bottom: 170px;
  margin-bottom: 0;
}
#gourmet.detailPage .readBlock {
  text-align: center;
  line-height: 2.25;
  font-size: 1.6rem;
  margin-bottom: 180px;
}
#gourmet.detailPage .readBlock .logo {
  line-height: 0;
  margin-bottom: 75px;
}
#gourmet.detailPage .readBlock .betaLink {
  margin: 70px 0 0;
}
#gourmet.detailPage .lead_block {
  margin-bottom: 150px;
}
#gourmet.detailPage .lead_block .betaLink {
  margin-top: 70px;
}
#gourmet.detailPage .titleBlock {
  background: #EA168C;
  color: #fff;
  padding: 270px 0 70px;
}
#gourmet.detailPage .set_block {
  margin-bottom: 140px;
}
#gourmet.detailPage .feature .titleBlock, #gourmet.detailPage .overview .titleBlock {
  margin-bottom: -195px;
}
#gourmet.detailPage .feature {
  margin-bottom: 140px;
}
#gourmet.detailPage .feature .imgBlock {
  width: 57.14%;
  float: right;
}
#gourmet.detailPage .feature .textBlock {
  padding: 255px 61.14% 0 0;
  font-size: 1.6rem;
  line-height: 2.25;
}
#gourmet.detailPage .overview .d_teigi {
  margin-bottom: 40px;
}
#gourmet.detailPage .overview .d_teigi dt {
  width: 100px;
}
#gourmet.detailPage .overview .d_teigi dd {
  width: calc(100% - 100px);
}
#gourmet.detailPage .overview .betaLink {
  text-align: center;
}
#gourmet.detailPage .menuBlock {
  margin-bottom: 130px;
}
#gourmet.detailPage .menuBlock .titleBlock {
  margin-bottom: 80px;
  padding: 50px 0 50px;
}
#gourmet.detailPage .menuBlock .sliderWrap .slide {
  margin-bottom: 90px;
}
#gourmet.detailPage .menuBlock .sliderWrap .slide li {
  max-width: 330px;
}
#gourmet.detailPage .menuBlock .sliderWrap .slide li span {
  position: relative;
  padding-top: 100%;
  display: block;
  margin-bottom: 20px;
  max-width: 330px;
}
#gourmet.detailPage .menuBlock .sliderWrap .slide li span img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#gourmet.detailPage .menuBlock .sliderWrap .slide .title span {
  display: block;
  font-size: 1.2rem;
  color: #b2b2b2;
  margin: 5px 0 0;
  padding-top: 0;
}
#gourmet.detailPage .menuBlock .betaLink {
  text-align: center;
}
#gourmet.detailPage .menuBlock .betaLink li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
#gourmet.detailPage .menuBlock .betaLink li a {
  width: 100%;
  position: relative;
  padding: 12px 54px 12px 28px;
}
#gourmet.detailPage .menuBlock .betaLink li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
#gourmet.detailPage .menuBlock .betaLink li:last-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 1530px) {
  #gourmet.detailPage .overview .titleBlock .wrap {
    padding: 0 60px 0 45.14%;
  }
}
@media screen and (max-width: 834px) {
  #gourmet.detailPage .tabList {
    margin: 20px 0 40px;
  }
  #gourmet.detailPage .readBlock {
    margin-bottom: 120px;
  }
  #gourmet.detailPage .readBlock .logo {
    margin-bottom: 45px;
  }
  #gourmet.detailPage .readBlock .betaLink {
    margin: 45px 0 0;
  }
  #gourmet.detailPage .lead_block {
    margin-bottom: 120px;
  }
  #gourmet.detailPage .lead_block .logo, #gourmet.detailPage .lead_block .betaLink {
    text-align: center;
  }
  #gourmet.detailPage .lead_block .betaLink {
    margin-top: 45px;
  }
  #gourmet.detailPage .set_block {
    margin-bottom: 100px;
  }
  #gourmet.detailPage .titleBlock {
    padding: 140px 0 70px;
  }
  #gourmet.detailPage .titleBlock.last {
    padding-bottom: 100px;
  }
  #gourmet.detailPage .feature {
    margin-bottom: 100px;
  }
  #gourmet.detailPage .overview {
    margin-bottom: 90px;
  }
  #gourmet.detailPage .overview .textBlock .teigDl dt {
    float: none;
    padding: 13px 5px 8px;
  }
  #gourmet.detailPage .overview .textBlock .teigDl dd {
    padding: 0 5px 13px;
  }
  #gourmet.detailPage .overview .d_teigi {
    margin-bottom: 40px;
  }
  #gourmet.detailPage .overview .d_teigi dt {
    width: 80px;
  }
  #gourmet.detailPage .overview .d_teigi dd {
    width: calc(100% - 80px);
  }
  #gourmet.detailPage .menuBlock .titleBlock {
    padding: 53px 0 45px;
  }
}
@media screen and (max-width: 600px) {
  #gourmet.detailPage .titleBlock {
    padding: 95px 0 85px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
spa
------------------------------------------------------------------------------------------------------------------------
*/
#spa .lead_block {
  margin-bottom: 180px;
}
#spa .lead_block .logo {
  margin-bottom: 0;
}
#spa .lead_block .betaLink {
  margin-top: 80px;
}
#spa .feature .titleBlock, #spa .spamenu .titleBlock, #spa .option .titleBlock, #spa .overview .titleBlock {
  background: #EA168C;
  color: #fff;
  padding: 260px 0 80px;
  line-height: 1.4;
}
#spa .feature .imgBlock, #spa .spamenu .imgBlock, #spa .option .imgBlock, #spa .overview .imgBlock {
  float: right;
  margin-top: -190px;
  width: 50%;
  line-height: 0;
}
#spa .feature .imgBlock img, #spa .spamenu .imgBlock img, #spa .option .imgBlock img, #spa .overview .imgBlock img {
  width: 100%;
}
#spa .feature .textBlock, #spa .spamenu .textBlock, #spa .option .textBlock, #spa .overview .textBlock {
  padding-top: 65px;
  font-size: 1.6rem;
  line-height: 2.25em;
}
#spa .feature .textBlock .inner, #spa .spamenu .textBlock .inner, #spa .option .textBlock .inner, #spa .overview .textBlock .inner {
  width: 50%;
  padding-right: 60px;
}
#spa .spamenu .titleBlock, #spa .overview .titleBlock {
  text-align: right;
  overflow: hidden;
  padding-bottom: 60px;
}
#spa .spamenu .titleBlock .wrap .cottl, #spa .overview .titleBlock .wrap .cottl {
  width: 50%;
  margin: 0;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
  padding-left: 60px;
}
#spa .spamenu .imgBlock, #spa .overview .imgBlock {
  float: left;
}
#spa .spamenu .textBlock, #spa .overview .textBlock {
  text-align: right;
}
#spa .spamenu .textBlock .inner, #spa .overview .textBlock .inner {
  display: inline-block;
  text-align: left;
  padding-right: 0;
  padding-left: 60px;
}
#spa .feature {
  margin-bottom: 165px;
}
#spa .spamenu {
  margin-bottom: 130px;
}
#spa .spamenu dl {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
#spa .spamenu dl dt {
  padding: 12px 10px 8px;
  color: #EA168C;
}
#spa .spamenu dl dd {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 17px;
  line-height: 1.5em;
}
#spa .spamenu dl dd .dotList li:before {
  top: 8px;
}
#spa .spamenu .betaLink {
  margin: 40px 0 0;
}
#spa .spamenu .betaLink a {
  width: 265px;
}
#spa .spamenu .betaLink a span {
  margin-right: 15px;
}
#spa .option {
  margin-bottom: 90px;
}
#spa .overview {
  margin-bottom: 175px;
}
#spa .overview .teigDl {
  border-top: 1px solid #ccc;
  line-height: 1.5;
  margin-bottom: 34px;
}
#spa .overview .teigDl dt {
  float: left;
  clear: both;
  padding: 12px 10px;
  color: #EA168C;
}
#spa .overview .teigDl dd {
  padding: 12px 10px 12px 160px;
  border-bottom: 1px solid #ccc;
}
#spa .overview .teigDl .br + dd {
  min-height: 75px;
}
#spa .attention {
  padding-bottom: 100px;
}
#spa .attention h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #spa .lead_block {
    margin-bottom: 110px;
  }
  #spa .lead_block .logo {
    text-align: center;
  }
  #spa .lead_block .betaLink {
    margin-top: 50px;
    text-align: center;
  }
  #spa .feature .titleBlock, #spa .spamenu .titleBlock, #spa .option .titleBlock, #spa .overview .titleBlock {
    padding: 83px 0 104px;
  }
  #spa .feature .imgBlock, #spa .spamenu .imgBlock, #spa .option .imgBlock, #spa .overview .imgBlock {
    float: none;
    width: 100%;
    margin-top: -75px;
    padding: 0 40px;
  }
  #spa .feature .imgBlock img, #spa .spamenu .imgBlock img, #spa .option .imgBlock img, #spa .overview .imgBlock img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    display: block;
    height: 400px;
    -o-object-position: center;
       object-position: center;
  }
  #spa .feature .textBlock, #spa .spamenu .textBlock, #spa .option .textBlock, #spa .overview .textBlock {
    padding-top: 30px;
    font-size: 1.4rem;
  }
  #spa .feature .textBlock .inner, #spa .spamenu .textBlock .inner, #spa .option .textBlock .inner, #spa .overview .textBlock .inner {
    width: 100%;
    padding: 0 !important;
  }
  #spa .spamenu .titleBlock .wrap .cottl, #spa .overview .titleBlock .wrap .cottl {
    width: 100%;
    padding: 0;
  }
  #spa .feature {
    margin-bottom: 100px;
  }
  #spa .spamenu {
    margin-bottom: 90px;
  }
  #spa .spamenu .betaLink {
    text-align: center;
  }
  #spa .overview {
    margin-bottom: 70px;
  }
  #spa .overview .betaLink {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #spa .feature .imgBlock, #spa .spamenu .imgBlock, #spa .option .imgBlock, #spa .overview .imgBlock {
    padding: 0 20px;
  }
  #spa .feature .imgBlock img, #spa .spamenu .imgBlock img, #spa .option .imgBlock img, #spa .overview .imgBlock img {
    height: 300px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
access
------------------------------------------------------------------------------------------------------------------------
*/
#access .readBlock {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 100px;
}
#access .readBlock .tabList {
  margin: 100px 0 0;
}
#access .lead_block {
  margin-bottom: 120px;
  max-width: none;
}
#access .lead_block .wrap {
  max-width: 900px;
}
#access .lead_block .tab_list {
  margin-top: 100px;
}
#access .titleBlock {
  color: #EA168C;
  padding: 170px 0;
  margin-bottom: -130px;
  /*color: #fff;*/
}
#access #accessBlock {
  margin-bottom: 160px;
}
#access #accessBlock .titleBlock {
  padding: 0;
  margin-bottom: 40px;
}
#access #accessBlock #map_canvas {
  width: 100%;
  height: 600px;
  line-height: 0;
}
#access #accessBlock .address {
  background: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 20px;
  margin-bottom: 92px;
  color: #fff;
  margin-top: -7px;
}
#access #accessBlock .textBlock {
  max-width: 996px;
  margin: 0 auto;
}
#access #accessBlock .textBlock .attention {
  color: #EA168C;
  text-align: center;
  padding: 18px 20px;
  font-size: 1.6rem;
  background: #f1f1f1;
  margin-bottom: 60px;
}
#access #accessBlock .textBlock figure {
  text-align: center;
}
#access #sightBlock {
  padding-bottom: 20px;
}
#access #sightBlock .mainVisual {
  line-height: 0;
  margin-bottom: 44px;
}
#access #sightBlock .titleBlock {
  padding: 0;
  margin-bottom: 40px;
}
#access #sightBlock .flexBlock .box {
  margin-bottom: 120px;
}
#access #sightBlock .flexBlock .box .imgBlock {
  overflow: hidden;
}
#access #sightBlock .flexBlock .box .imgBlock a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #access #sightBlock .flexBlock .box .imgBlock a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #access #sightBlock .flexBlock .box .imgBlock a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
#access #sightBlock .flexBlock .box .textBlock .teigiDl {
  line-height: 1.5;
  border-top: 1px solid #4d4d4d;
}
#access #sightBlock .flexBlock .box .textBlock .teigiDl dt {
  float: left;
  padding: 13px 5px;
}
#access #sightBlock .flexBlock .box .textBlock .teigiDl dd {
  padding: 13px 5px 13px 160px;
  border-bottom: 1px solid #4d4d4d;
}
#access #sightBlock .flexBlock .box .textBlock .teigiDl dd a {
  overflow-wrap: break-word;
}
#access #sightBlock .d_teigi dt {
  width: 125px;
}
#access #sightBlock .d_teigi dd {
  width: calc(100% - 125px);
}
@media screen and (max-width: 834px) {
  #access .readBlock {
    margin: 30px 0 80px;
  }
  #access .readBlock .tabList {
    margin: 60px 0 0;
  }
  #access .lead_block {
    margin-bottom: 80px;
  }
  #access .lead_block .tab_list {
    margin-top: 80px;
  }
  #access .titleBlock {
    padding: 90px 0 170px;
  }
  #access #accessBlock {
    margin-bottom: 100px;
  }
  #access #accessBlock .titleBlock {
    padding: 0;
    margin-bottom: 25px;
  }
  #access #accessBlock #map_canvas {
    height: 350px;
  }
  #access #accessBlock .address {
    margin-bottom: 60px;
  }
  #access #sightBlock .titleBlock {
    padding: 0;
    margin-bottom: 25px;
  }
  #access #sightBlock .mainVisual {
    display: none;
  }
  #access #sightBlock .flexBlock .box {
    margin-bottom: 80px;
  }
  #access #sightBlock .flexBlock .box .textBlock .teigiDl dt {
    float: none;
    padding: 13px 5px 8px;
  }
  #access #sightBlock .flexBlock .box .textBlock .teigiDl dd {
    padding: 0 5px 13px;
  }
}
@media screen and (max-width: 500px) {
  #access #accessBlock #map_canvas {
    height: 250px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
article
------------------------------------------------------------------------------------------------------------------------
*/
#article {
  margin-bottom: 170px;
  font-size: 1.6rem;
  line-height: 2.125;
}
#article .n_pnkz {
  margin-bottom: 115px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  #article {
    margin-bottom: 110px;
  }
  #article .n_pnkz {
    margin-bottom: 70px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
デザイン設計
------------------------------------------------------------------------------------------------------------------------
*/
#article.architectural .lead {
  margin-bottom: 130px;
}
#article.architectural .sakura, #article.architectural .art, #article.architectural .restaurant {
  margin-bottom: 145px;
}
#article.architectural .sakura .fs34, #article.architectural .art .fs34, #article.architectural .restaurant .fs34 {
  margin-bottom: 20px;
}
#article.architectural .sakura .fs34 + p, #article.architectural .art .fs34 + p, #article.architectural .restaurant .fs34 + p {
  margin-bottom: 40px;
}
#article.architectural .restaurant {
  margin-bottom: 0;
}
#article.architectural .restaurant .df_flex {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  #article.architectural .lead {
    margin-bottom: 90px;
  }
  #article.architectural .sakura, #article.architectural .art, #article.architectural .restaurant {
    margin-bottom: 80px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
観光詳細
------------------------------------------------------------------------------------------------------------------------
*/
#sight_detail {
  font-size: 1.6rem;
  line-height: 2.125;
}
#sight_detail .lead {
  margin-bottom: 110px;
}
#sight_detail .lead .fs34 {
  margin-bottom: 25px;
}
#sight_detail .feature {
  margin-bottom: 25px;
}
#sight_detail .feature .fs34 {
  margin-bottom: 45px;
}
#sight_detail .enjoy {
  background: #ededed;
  padding: 80px 0 30px;
  margin-bottom: 75px;
}
#sight_detail .enjoy .fs34 {
  margin-bottom: 40px;
}
#sight_detail .enjoy .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sight_detail .enjoy .list li {
  width: 47.07%;
  margin: 0 5.86% 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sight_detail .enjoy .list li .img {
  width: 36.72%;
  line-height: 0;
}
#sight_detail .enjoy .list li .img span {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#sight_detail .enjoy .list li .img span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sight_detail .enjoy .list li .txt {
  width: 57.2%;
}
#sight_detail .enjoy .list li .txt .fs22 {
  margin-bottom: 15px;
}
#sight_detail .enjoy .list li:nth-child(2n) {
  margin: 0 0 45px;
}
#sight_detail .experience {
  margin-bottom: 110px;
}
#sight_detail .experience .fs34 {
  margin-bottom: 50px;
}
#sight_detail .experience .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
}
#sight_detail .experience .list li {
  width: 47.85%;
  margin: 0 4.3% 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sight_detail .experience .list li .img {
  width: 35.82%;
  line-height: 0;
}
#sight_detail .experience .list li .img span {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#sight_detail .experience .list li .img span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sight_detail .experience .list li .txt {
  width: 59.1%;
}
#sight_detail .experience .list li .txt .fs22 {
  margin-bottom: 15px;
}
#sight_detail .experience .list li:nth-child(2n) {
  margin: 0 0 45px;
}
#sight_detail .experience .info {
  background: #ededed;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sight_detail .experience .info dt {
  width: 214px;
  text-align: center;
  color: #EA168C;
  font-size: 2.2rem;
  font-weight: 500;
}
#sight_detail .experience .info dd {
  border-left: 1px solid #bababa;
  padding: 10px 0 10px 40px;
  width: calc(100% - 214px);
}
#sight_detail .neighborhood .fs34 {
  margin-bottom: 40px;
}
#sight_detail .neighborhood .three_flex {
  margin-bottom: 55px;
}
#sight_detail .neighborhood .three_flex .box .img {
  margin-bottom: 15px;
}
#sight_detail .hotel {
  background: #ededed;
  padding: 60px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
#sight_detail .hotel .img {
  width: 34.13%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 0;
}
#sight_detail .hotel .txt {
  width: 60.49%;
}
#sight_detail .hotel .txt .fs22 {
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  #sight_detail {
    font-size: 1.5rem;
  }
  #sight_detail .lead {
    margin-bottom: 80px;
  }
  #sight_detail .lead .fs34 {
    margin-bottom: 15px;
  }
  #sight_detail .feature .fs34 {
    margin-bottom: 30px;
  }
  #sight_detail .enjoy .fs34 {
    margin-bottom: 30px;
  }
  #sight_detail .enjoy .list {
    display: block;
  }
  #sight_detail .enjoy .list li {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sight_detail .experience {
    margin-bottom: 80px;
  }
  #sight_detail .experience .list {
    display: block;
  }
  #sight_detail .experience .list li {
    width: 100%;
  }
  #sight_detail .experience .info {
    display: block;
    padding: 30px 25px;
  }
  #sight_detail .experience .info dt, #sight_detail .experience .info dd {
    width: 100%;
  }
  #sight_detail .experience .info dt {
    text-align: left;
  }
  #sight_detail .experience .info dd {
    border: none;
    padding: 0;
  }
  #sight_detail .neighborhood .fs34 {
    margin-bottom: 30px;
  }
  #sight_detail .neighborhood .three_flex {
    margin-bottom: 30px;
  }
  #sight_detail .hotel {
    display: block;
    padding: 30px 25px;
  }
  #sight_detail .hotel .img, #sight_detail .hotel .txt {
    width: 100%;
  }
  #sight_detail .hotel .img {
    margin: 0 0 30px;
  }
  #sight_detail .hotel .txt .betaLink {
    text-align: center;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
メディアキット
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
mediakit
------------------------------------------------------------------------------------------------------------------------
*/
#mediakit .cottl {
  color: #EA168C;
  margin-bottom: 110px;
  line-height: 1.7;
  text-align: center;
}
#mediakit .list {
  border-top: 1px solid #cccccc;
  margin-bottom: 125px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#mediakit .list li {
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 0;
}
#mediakit .list li p {
  margin-bottom: 0;
}
#mediakit .list li .ttl {
  color: #EA168C;
  text-decoration: underline;
  font-size: 1.6rem;
  margin-right: 30px;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  #mediakit .list li .ttl:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #mediakit .list li .ttl:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 834px) {
  #mediakit .cottl {
    margin-bottom: 60px;
  }
  #mediakit .list {
    margin-bottom: 90px;
  }
  #mediakit .list li .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #mediakit .list li {
    display: block;
    text-align: center;
  }
  #mediakit .list li .ttl {
    margin: 0 0 15px;
  }
  #mediakit .list li .betaLink a {
    width: 100%;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
textPage
------------------------------------------------------------------------------------------------------------------------
*/
#textPage .blackbg {
  padding-bottom: 120px;
}
#textPage .textWrap {
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#textPage .textWrap .simpleBox {
  margin-bottom: 125px;
  font-size: 1.6rem;
  line-height: 1.875;
}
#textPage .textWrap .simpleBox .sttl {
  font-size: 2.6rem;
  color: #EA168C;
  line-height: 1.5;
  margin-bottom: 20px;
}
#textPage .textWrap .simpleBox:last-child {
  margin-bottom: 30px;
}
#textPage .textWrap .simpleBox + .betaLink {
  margin-top: 86px;
  text-align: center;
}
#textPage .textWrap .tableDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.875;
}
#textPage .textWrap .tableDl dt {
  width: 206px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #EA168C;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
}
#textPage .textWrap .tableDl dd {
  width: calc(100% - 211px);
  padding: 16px 20px;
  background: #eee;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
#textPage .textWrap .teigiDl {
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
}
#textPage .textWrap .teigiDl dt {
  float: left;
  clear: both;
  padding: 13px 10px;
}
#textPage .textWrap .teigiDl dd {
  padding: 13px 10px 13px 170px;
  border-bottom: 1px solid #ccc;
}
#textPage .textWrap .teigiDl + .betaLink {
  margin-top: 86px;
  text-align: center;
}
#textPage .textWrap .teigiDl + .betaLink a {
  width: 240px;
}
#textPage .readBlock {
  text-align: center;
  margin-bottom: 120px;
  font-size: 1.6rem;
  line-height: 2.25;
}
#textPage .readBlock .cottl {
  color: #EA168C;
  margin-bottom: 25px;
  line-height: 1.5;
}
#textPage .readBlock .cottl span {
  display: block;
  font-size: 1.8rem;
}
#textPage .betaLink.pdf img, #textPage .betaLink.pdf span {
  vertical-align: middle;
}
#textPage .betaLink.pdf img {
  margin-right: 10px;
}
#textPage.company {
  font-size: 1.6rem;
}
#textPage.company .d_teigi {
  margin-bottom: 50px;
}
#textPage.company .betaLink {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #textPage .blackbg {
    padding-bottom: 80px;
  }
  #textPage .textWrap .simpleBox {
    margin-bottom: 70px;
    font-size: 1.4rem;
  }
  #textPage .textWrap .simpleBox .sttl {
    font-size: 2rem;
  }
  #textPage .textWrap .tableDl {
    font-size: 1.4rem;
  }
  #textPage .textWrap .tableDl dt {
    width: 130px;
  }
  #textPage .textWrap .tableDl dd {
    width: calc(100% - 135px);
  }
  #textPage .textWrap .teigiDl {
    font-size: 1.4rem;
  }
  #textPage .textWrap .teigiDl dd {
    padding-left: 150px;
  }
  #textPage .textWrap .teigiDl + .betaLink {
    margin-top: 50px;
  }
  #textPage .readBlock {
    font-size: 1.4rem;
    margin-bottom: 70px;
  }
  #textPage .readBlock .cottl span {
    font-size: 1.6rem;
  }
  #textPage.company {
    font-size: 1.5rem;
  }
  #textPage.company .d_teigi {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  #textPage .textWrap .teigiDl dt {
    float: none;
    padding: 13px 10px 7px;
  }
  #textPage .textWrap .teigiDl dd {
    padding: 0 10px 13px !important;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#contact .blackbg .wrap {
  max-width: 1000px;
  padding-bottom: 115px;
}
#contact .read {
  text-align: center;
  line-height: 2.25;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
#contact .contactDl {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}
#contact .contactDl dt {
  float: left;
  clear: both;
  padding: 31px 15px;
}
#contact .contactDl dt span {
  display: inline-block;
  vertical-align: middle;
}
#contact .contactDl dt span.hissu {
  width: 54px;
  height: 29px;
  line-height: 29px;
  background: #EA168C;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 12px;
}
#contact .contactDl dt span.name {
  font-size: 1.6rem;
}
#contact .contactDl dt.hh {
  padding: 17px 15px;
}
#contact .contactDl dd {
  padding: 26px 15px 26px 250px;
  border-bottom: 1px solid #ccc;
}
#contact .contactDl dd input[type=text], #contact .contactDl dd input[type=tel], #contact .contactDl dd input[type=email], #contact .contactDl dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  padding: 10px 10px 9px;
  border: 1px solid #999;
}
#contact .contactDl dd .cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  background: #ffffff;
}
#contact .contactDl dd .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
  border: 1px solid #999;
  padding: 12px 38px 12px 8px;
  color: #666666;
}
#contact .contactDl dd .cp_ipselect select:-ms-expand {
  display: none;
}
#contact .contactDl dd .cp_ipselect:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
#contact .contactDl dd textarea {
  min-height: 300px;
}
#contact .contactDl dd input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#contact .contactDl dd input[type=checkbox] + span {
  font-size: 1.6rem;
}
#contact .contactDl dd.hh {
  padding: 33px 15px 33px 250px;
}
#contact .contactDl dd.address .top {
  margin-bottom: 10px;
}
#contact .contactDl dd.address .top li {
  display: inline-block;
  vertical-align: middle;
}
#contact .contactDl dd.address .top li:first-child {
  margin-right: 10px;
}
#contact .contactDl dd.address .top li:first-child span {
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
  font-size: 1.6rem;
}
#contact .contactDl dd.address .top li:first-child input[type=text] {
  width: 104px;
}
#contact .contactDl dd.check {
  padding: 35px 15px 35px 250px;
}
#contact .contactDl dd.check p {
  margin-bottom: 5px;
}
#contact .contactDl .arrowLink {
  margin: 5px 0 0;
}
#contact .contactDl .arrowLink a {
  color: #000;
  display: inline-block;
  padding-left: 17px;
  position: relative;
}
#contact .contactDl .arrowLink a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .submit {
  text-align: center;
}
#contact .submit input[type=submit] {
  width: 197px;
  height: 55px;
  line-height: 55px;
  background: #EA168C;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
#contact .submit input[type=submit]:disabled {
  background: #ccc;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  #contact .submit input[type=submit]:hover {
    opacity: 0.8;
  }
  #contact .submit input[type=submit]:hover:disabled {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .submit input[type=submit]:hover {
    opacity: 0.8;
  }
  #contact .submit input[type=submit]:hover:disabled {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  #contact .blackbg .wrap {
    padding-bottom: 85px;
  }
  #contact .read {
    font-size: 1.4rem;
  }
  #contact .contactDl {
    margin-bottom: 40px;
  }
  #contact .contactDl dt, #contact .contactDl dt.hh {
    padding: 18px 15px;
  }
  #contact .contactDl dt span.hissu {
    font-size: 1.2rem;
  }
  #contact .contactDl dt span.name {
    font-size: 1.4rem;
  }
  #contact .contactDl dd {
    padding: 15px 15px 15px 220px;
  }
  #contact .contactDl dd input[type=text], #contact .contactDl dd input[type=tel], #contact .contactDl dd input[type=email], #contact .contactDl dd textarea {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
  #contact .contactDl dd input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
  #contact .contactDl dd input[type=checkbox] + span {
    font-size: 1.4rem;
  }
  #contact .contactDl dd .cp_ipselect select {
    padding: 9px 38px 8px 8px;
  }
  #contact .contactDl dd.hh {
    padding: 19px 15px 19px 250px;
  }
  #contact .contactDl dd.address .top li {
    display: block;
  }
  #contact .contactDl dd.address .top li:first-child {
    margin: 0 0 10px;
  }
  #contact .contactDl dd.address .top li:first-child span {
    font-size: 1.4rem;
    margin: 0 10px;
  }
  #contact .contactDl dd.check {
    padding: 24px 15px 24px 220px;
  }
}
@media screen and (max-width: 600px) {
  #contact .contactDl dt {
    float: none;
    padding: 15px 5px 13px;
  }
  #contact .contactDl dd {
    padding: 0 5px 15px !important;
  }
}
#contact .wpcf7-not-valid-tip, #contact .screen-reader-response {
  color: #d63030;
}
#contact .wpcf7-spinner, #contact .wpcf7-response-output,
#contact .screen-reader-response ul {
  display: none !important;
}
#contact .wpcf7-list-item {
  margin: 0 !important;
}
#contact .contactDl dd.address .top li:first-child .wpcf7-form-control-wrap span {
  display: none;
}
#contact .wpcf7-not-valid-tip {
  text-align: left;
}

/*
------------------------------------------------------------------------------------------------------------------------
activity
------------------------------------------------------------------------------------------------------------------------
*/
#activity .readBlock {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 155px;
}
#activity .readBlock .cottl {
  color: #EA168C;
  margin-bottom: 80px;
  line-height: 1.5;
}
#activity .readBlock .tabList {
  margin: 100px 0 0;
}
#activity .uncPad {
  padding-bottom: 120px;
}
#activity .uncPad .cottl {
  color: #EA168C;
  margin-bottom: 45px;
  line-height: 1.5;
}
#activity .uncPad .contList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#activity .uncPad .contList li {
  width: 25%;
  position: relative;
  cursor: pointer;
  line-height: 0;
}
#activity .uncPad .contList li .titleBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #activity .uncPad .contList li:hover .titleBlock {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #activity .uncPad .contList li:hover .titleBlock {
    opacity: 1;
  }
}
#activity .uncPad .modalBlock .box {
  position: fixed;
  padding: 0 20px;
  display: none;
  color: #fff;
  z-index: 10000001;
}
#activity .uncPad .modalBlock .box .bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
#activity .uncPad .modalBlock .box .inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  max-width: 1240px;
  width: 100%;
  padding: 40px 50px;
  max-height: 70vh;
  overflow: auto;
  margin: auto;
  z-index: 110000000000000000000000000000;
}
#activity .uncPad .modalBlock .box .inner .close {
  line-height: 1;
  font-size: 6rem;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#activity .uncPad .modalBlock .box .inner .imgBlock {
  width: 32.11%;
  margin-right: 4.04%;
}
#activity .uncPad .modalBlock .box .inner .textBlock {
  width: 63.85%;
}
#activity .uncPad .modalBlock .box .inner .textBlock .title {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#activity .uncPad .modalBlock .box .inner .textBlock .teigiDl {
  border-top: 1px solid #4d4d4d;
  margin-bottom: 40px;
}
#activity .uncPad .modalBlock .box .inner .textBlock .teigiDl dt {
  float: left;
  padding: 13px 5px;
}
#activity .uncPad .modalBlock .box .inner .textBlock .teigiDl dd {
  padding: 13px 5px 13px 160px;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 834px) {
  #activity .readBlock {
    margin: 30px 0 100px;
  }
  #activity .readBlock .cottl {
    margin-bottom: 45px;
  }
  #activity .readBlock .tabList {
    margin: 60px 0 0;
  }
  #activity .uncPad {
    padding-bottom: 80px;
  }
  #activity .uncPad .cottl {
    margin-bottom: 30px;
  }
  #activity .uncPad .contList li {
    width: 50%;
  }
  #activity .uncPad .modalBlock .box .inner {
    padding: 30px 24px 0;
  }
  #activity .uncPad .modalBlock .box .inner .close {
    line-height: 0;
    font-size: 3rem;
    top: 22px;
  }
  #activity .uncPad .modalBlock .box .inner .textBlock .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  #activity .uncPad .contList li {
    width: 100%;
  }
  #activity .uncPad .contList li .titleBlock {
    font-size: 1.4rem;
  }
  #activity .uncPad .modalBlock .box .inner .flexBlock {
    display: block;
    margin: 20px 0 0;
  }
  #activity .uncPad .modalBlock .box .inner .imgBlock, #activity .uncPad .modalBlock .box .inner .textBlock {
    width: 100%;
  }
  #activity .uncPad .modalBlock .box .inner .imgBlock {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* 
------------------------------------------------------------------------------------------------------------------------
gallery
------------------------------------------------------------------------------------------------------------------------
*/
#gallery .readBlock {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 170px;
}
#gallery .readBlock .tab_list {
  margin: 100px 0 0;
}
#gallery .lead_block {
  margin-bottom: 170px;
  max-width: 100%;
}
#gallery .lead_block .wrap {
  max-width: 900px;
}
#gallery .lead_block .tab_list {
  margin: 100px 0 0;
}
#gallery .blackbg {
  padding-bottom: 120px;
}
#gallery .uncPad {
  margin-bottom: 120px;
}
#gallery .uncPad .title {
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.5rem;
  color: #EA168C;
  margin-bottom: 30px;
}
#gallery .uncPad .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gallery .uncPad .imgList li {
  width: 32.85%;
  margin: 0 0.725% 10px 0;
  display: inline-block;
  vertical-align: top;
}
#gallery .uncPad .imgList li a {
  display: block;
  line-height: 0;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#gallery .uncPad .imgList li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
}
#gallery .uncPad .imgList li:nth-child(3n) {
  margin-right: 0;
}
#gallery .uncPad:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #gallery .readBlock {
    margin-bottom: 80px;
  }
  #gallery .readBlock .tab_list {
    margin: 60px 0 0;
  }
  #gallery .lead_block {
    margin-bottom: 80px;
  }
  #gallery .lead_block .tab_list {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 500px) {
  #gallery .tabList li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  #gallery .tabList li:last-child {
    margin: 0 0 10px;
  }
  #gallery .blackbg {
    padding-bottom: 80px;
  }
  #gallery .uncPad {
    margin-bottom: 80px;
  }
  #gallery .title {
    font-size: 3rem;
  }
}

.mfp-bg {
  background: #000 !important;
  opacity: 1 !important;
}

.mfp-container {
  max-width: 880px !important;
  margin: 0 auto !important;
  right: 0 !important;
}

.mfp-arrow {
  width: 50.5px !important;
  height: 50.5px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
}
@media (hover: hover) and (pointer: fine) {
  .mfp-arrow:hover {
    opacity: 0.8 !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mfp-arrow:hover {
    opacity: 0.8 !important;
  }
}
@media screen and (max-width: 500px) {
  .mfp-arrow {
    margin-top: -24px !important;
  }
}

.mfp-arrow:after, .mfp-arrow:before {
  display: none !important;
  opacity: 1 !important;
}

.mfp-arrow-left {
  background: url("../img/common/arrow_prev.png") no-repeat !important;
  background-size: 50px !important;
  left: 20px !important;
}

.mfp-arrow-right {
  background: url("../img/common/arrow_next.png") no-repeat !important;
  background-size: 50px !important;
  right: 20px !important;
}

/*
------------------------------------------------------------------------------------------------------------------------
hazuki
------------------------------------------------------------------------------------------------------------------------
*/
#hazuki .n_pnkz {
  margin-bottom: 115px;
}
#hazuki .lead_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1204px;
  margin-bottom: 90px;
}
#hazuki .lead_flex .img {
  width: 23.58%;
  margin: 0 1.34% 0 0;
  line-height: 0;
}
#hazuki .lead_flex .txt {
  width: 75.08%;
  font-size: 1.6rem;
}
#hazuki .lead_flex .txt h2 {
  color: #EA168C;
  font-family: font, muli, sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  margin-bottom: 50px;
}
#hazuki .lead_flex .txt h2 span {
  display: block;
  font-size: 2rem;
}
#hazuki .flexBlock .box {
  margin-bottom: 60px;
}
#hazuki .flexBlock .box .img {
  line-height: 0;
  margin-bottom: 25px;
}
#hazuki .flexBlock .box .txt {
  font-size: 1.6rem;
}
#hazuki .flexBlock .box .txt .ttl {
  color: #EA168C;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#hazuki .flexBlock .box .txt .sttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#hazuki .flexBlock .box .txt strong {
  color: #EA168C;
  font-weight: 700;
}
#hazuki .flexBlock .box .txt .detail {
  margin-top: -15px;
}
#hazuki .flexBlock .box .txt .detail span {
  color: #EA168C;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
#hazuki .flexBlock .box .txt .detail span::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #EA168C;
  border-right: 1px solid #EA168C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (hover: hover) and (pointer: fine) {
  #hazuki .flexBlock .box .txt .detail span:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hazuki .flexBlock .box .txt .detail span:hover {
    text-decoration: underline;
  }
}
#hazuki .flexBlock .box .txt .detail.active span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}
#hazuki .flexBlock .box .txt .close {
  display: none;
}
#hazuki .specialtreatment {
  margin-bottom: 180px;
}
#hazuki .specialtreatment .set_block {
  margin-bottom: 100px;
}
#hazuki .specialtreatment .set_block .title + .wrap .textBlock .dotlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #dfdfdf;
  padding: 35px 30px 10px;
  margin-bottom: 30px;
}
#hazuki .specialtreatment .set_block .title + .wrap .textBlock .dotlist li {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
#hazuki .specialtreatment .set_block .title + .wrap .textBlock .dotlist li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #EA168C;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
#hazuki .specialtreatment .set_block .title + .wrap .textBlock .font_s {
  font-size: 1.4rem;
}
#hazuki .specialtreatment .notes {
  background: #dfdfdf;
  padding: 54px 50px;
  margin-bottom: 80px;
  font-size: 1.6rem;
}
#hazuki .specialtreatment .notes h3 {
  margin-bottom: 35px;
  font-size: 2rem;
}
#hazuki .specialtreatment .notes .ttl {
  color: #EA168C;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#hazuki .coupon {
  margin-bottom: 180px;
}
#hazuki .coupon .set_block {
  margin-bottom: 105px;
}
#hazuki .coupon .set_block .title + .wrap .textBlock strong {
  color: #EA168C;
  font-weight: 700;
}
#hazuki .linkbtn {
  text-align: center;
}
#hazuki .linkbtn a {
  display: inline-block;
  background: #EA168C;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 20px;
  max-width: 618px;
  width: 100%;
  position: relative;
}
#hazuki .linkbtn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #hazuki .linkbtn a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hazuki .linkbtn a:hover {
    opacity: 0.7;
  }
}
#hazuki .overview {
  margin-bottom: 135px;
}
#hazuki .overview h2 {
  background: #EA168C;
  color: #fff;
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding: 150px 0 70px;
  margin-bottom: 55px;
}
#hazuki .overview h2 span {
  display: block;
  font-size: 3.4rem;
  font-weight: 400;
}
#hazuki .overview .d_teigi {
  margin-bottom: 25px;
  font-size: 1.7rem;
}
#hazuki .overview .d_teigi dt {
  width: 200px;
}
#hazuki .overview .d_teigi dd {
  width: calc(100% - 200px);
}
#hazuki .overview .font_s {
  font-size: 1.4rem;
}
#hazuki .overview .linkbtn {
  margin-top: 85px;
}
@media screen and (max-width: 833px) {
  #hazuki .n_pnkz {
    margin-bottom: 70px;
  }
  #hazuki .lead_flex {
    display: block;
  }
  #hazuki .lead_flex .img {
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
  }
  #hazuki .lead_flex .img img {
    width: 120px;
  }
  #hazuki .lead_flex .txt {
    width: 100%;
  }
  #hazuki .lead_flex .txt h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #hazuki .lead_flex .txt h2 span {
    font-size: 1.4rem;
    margin-top: 7px;
  }
  #hazuki .linkbtn a {
    font-size: 2rem;
  }
  #hazuki .linkbtn a:after {
    right: 20px;
  }
  #hazuki .specialtreatment {
    margin-bottom: 125px;
  }
  #hazuki .coupon {
    margin-bottom: 125px;
  }
  #hazuki .overview h2 {
    padding: 50px 0 35px;
  }
  #hazuki .overview h2 span {
    font-size: 3rem;
  }
  #hazuki .overview .d_teigi {
    display: block;
  }
  #hazuki .overview .d_teigi dt, #hazuki .overview .d_teigi dd {
    width: 100%;
  }
  #hazuki .overview .d_teigi dt {
    padding: 13px 0 10px;
    border-bottom: none;
  }
  #hazuki .overview .d_teigi dd {
    padding: 0 0 13px;
  }
}
@media screen and (max-width: 500px) {
  #hazuki .specialtreatment .set_block .title + .wrap .textBlock .dotlist {
    display: block;
    padding: 35px 30px 20px;
  }
  #hazuki .specialtreatment .set_block .title + .wrap .textBlock .dotlist li {
    width: 100%;
    margin-bottom: 10px;
  }
  #hazuki .specialtreatment .notes {
    padding: 34px 20px;
    font-size: 1.4rem;
  }
  #hazuki .specialtreatment .notes h3 {
    font-size: 1.8rem;
  }
  #hazuki .specialtreatment .notes .ttl {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
plan
------------------------------------------------------------------------------------------------------------------------
*/
#plan .wrap .pagettl {
  color: #EA168C;
  font-weight: 700;
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 110px;
}
#plan .wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#plan .wrap .list dl {
  width: 47.35%;
  margin: 0 5.3% 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#plan .wrap .list dl dt {
  width: 30.16%;
  margin: 0 5.42% 0 0;
  line-height: 0;
}
#plan .wrap .list dl dt span {
  display: block;
  aspect-ratio: 1/1;
}
#plan .wrap .list dl dt span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#plan .wrap .list dl dd {
  width: 64.42%;
}
#plan .wrap .list dl dd .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
#plan .wrap .list dl dd .category li {
  margin: 0 20px 5px 0;
  color: #EA168C;
  font-size: 1.3rem;
}
#plan .wrap .list dl dd .category li:last-child {
  margin: 0 0 5px;
}
#plan .wrap .list dl dd .ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.68;
  margin-bottom: 25px;
}
#plan .wrap .list dl dd .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plan .wrap .list dl dd .link li:first-child {
  margin-right: 30px;
}
#plan .wrap .list dl dd .link li:first-child a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
#plan .wrap .list dl dd .link li:first-child a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#plan .wrap .list dl:nth-child(2n) {
  margin: 0 0 75px;
}
@media screen and (max-width: 834px) {
  #plan .wrap .pagettl {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
  #plan .wrap .list {
    display: block;
  }
  #plan .wrap .list dl {
    width: 100%;
    margin: 0 0 50px;
  }
  #plan .wrap .list dl dd .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  #plan .wrap .list dl dd .link {
    display: block;
  }
  #plan .wrap .list dl dd .link li:first-child {
    margin: 0 0 15px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
plan detail
------------------------------------------------------------------------------------------------------------------------
*/
#plan_detail .n_pnkz {
  margin-bottom: 90px;
}
#plan_detail .set_block {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 60px;
}
#plan_detail .set_block .title {
  padding: 65px 0;
  margin-bottom: 75px;
}
#plan_detail .set_block .title .wrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding-right: 46.85%;
}
#plan_detail .set_block .title .wrap .category li {
  margin: 0 20px 5px 0;
  color: #fff;
  font-size: 1.3rem;
}
#plan_detail .set_block .title .wrap .category li:last-child {
  margin: 0 0 5px;
}
#plan_detail .set_block .title .wrap .i-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.68;
  padding-right: 46.85%;
}
#plan_detail .set_block .title + .wrap .imgBlock {
  width: 42.85%;
  margin-top: -200px;
}
#plan_detail .set_block .title + .wrap .imgBlock .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
#plan_detail .set_block .title + .wrap .imgBlock .slick-dots li {
  margin: 0 4px 4px;
}
#plan_detail .set_block .title + .wrap .imgBlock .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #cacaca;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  #plan_detail .set_block .title + .wrap .imgBlock .slick-dots li button:hover {
    background: #EA168C;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #plan_detail .set_block .title + .wrap .imgBlock .slick-dots li button:hover {
    background: #EA168C;
  }
}
#plan_detail .set_block .title + .wrap .imgBlock .slick-dots li.slick-active button {
  background: #EA168C;
}
#plan_detail .set_block .title + .wrap .textBlock {
  width: 52.46%;
  padding-top: 0;
}
#plan_detail .set_block .title + .wrap .textBlock .d_teigi {
  font-size: 1.4rem;
  margin-top: 55px;
}
#plan_detail .set_block + .wrap .betaLink, #plan_detail .set_block + .wrap .back {
  text-align: center;
}
#plan_detail .set_block + .wrap .betaLink {
  margin-bottom: 45px;
}
#plan_detail .set_block + .wrap .back {
  margin-bottom: 65px;
}
#plan_detail .set_block + .wrap .back a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
#plan_detail .set_block + .wrap .back a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  #plan_detail .n_pnkz {
    margin-bottom: 60px;
  }
  #plan_detail .set_block .title {
    margin-bottom: -50px;
    padding: 50px 0 80px;
  }
  #plan_detail .set_block .title .wrap .category, #plan_detail .set_block .title .wrap .i-ttl {
    padding-right: 0;
  }
  #plan_detail .set_block .title .wrap .category {
    margin-bottom: 15px;
  }
  #plan_detail .set_block .title .wrap .i-ttl {
    font-size: 2.2rem;
  }
  #plan_detail .set_block .title + .wrap .imgBlock {
    margin-top: 0;
    margin-bottom: 40px;
    width: calc(100% + 40px);
  }
  #plan_detail .set_block .title + .wrap .textBlock {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #plan_detail .set_block .title + .wrap .imgBlock {
    width: calc(100% + 20px);
    margin-bottom: 30px;
  }
  #plan_detail .set_block .title + .wrap .textBlock .d_teigi dt {
    width: 110px;
  }
  #plan_detail .set_block .title + .wrap .textBlock .d_teigi dd {
    width: calc(100% - 110px);
    overflow-wrap: break-word;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.71;
}

/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .mainVisual .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#toppage .mainVisual .txt .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#toppage .mainVisual .txt .inner .catch {
  color: #fff;
  font-family: font, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  line-height: 1.382;
  font-size: 3.4rem;
}
#toppage .mainVisual .txt .inner .scroll {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 41px;
  height: 34px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 0;
}
#toppage .ac_copy {
  text-align: center;
  margin: 0 0 100px;
  padding: 0 20px;
}
#toppage .ac_copy .catch {
  line-height: 1.6;
  font-size: 2.4rem;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  padding-bottom: 40px;
}
#toppage .ac_copy .catch:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}
#toppage .ac_copy .copy {
  font-size: 1.6rem;
  display: none;
  text-align: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 834px) {
  #toppage .ac_copy {
    margin: 0 0 70px;
  }
  #toppage .ac_copy .catch {
    font-size: 2rem;
    padding: 0 0 30px;
    margin: 0 0 20px;
  }
}
#toppage .news {
  margin-bottom: 110px;
}
#toppage .news .n_ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #toppage .news {
    margin-bottom: 45px;
  }
  #toppage .news .n_ttl {
    margin-bottom: 20px;
  }
}
#toppage .nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
}
#toppage .nav dl dt {
  width: 56.25vw;
  line-height: 0;
}
#toppage .nav dl dt a {
  display: block;
}
#toppage .nav dl dd {
  width: 39.875vw;
  font-size: 1.6rem;
}
#toppage .nav dl dd .inner {
  max-width: 538px;
  display: inline-block;
}
#toppage .nav dl dd .inner .acbtn {
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
#toppage .nav dl dd .inner .acbtn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#toppage .nav dl dd .inner .ac {
  display: none;
}
#toppage .nav dl dd .inner .betaLink {
  margin-top: 50px;
}
#toppage .nav dl:nth-child(2n) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#toppage .nav dl:nth-child(2n) dd {
  text-align: right;
}
#toppage .nav dl:nth-child(2n) dd .inner {
  text-align: left;
}
#toppage .nav dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #toppage .nav dl {
    display: block;
    margin-bottom: 50px;
  }
  #toppage .nav dl dt, #toppage .nav dl dd {
    width: 100%;
  }
  #toppage .nav dl dt {
    margin: 0 0 30px;
  }
  #toppage .nav dl dd {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  #toppage .nav dl dd .inner .n_ttl {
    margin-bottom: 10px;
  }
  #toppage .nav dl dd .inner .acbtn:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #toppage .nav dl dd .inner .betaLink {
    text-align: center;
  }
}
#toppage .plan {
  background: #f1f1f1;
  padding-top: 18.13vw;
  margin-top: -12.5vw;
  padding-bottom: 75px;
  margin-bottom: 100px;
}
#toppage .plan .n_ttl {
  text-align: center;
  margin-bottom: 50px;
}
#toppage .plan .betaLink {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #toppage .plan {
    margin: 60px 0 0;
    padding: 60px 0;
  }
  #toppage .plan .n_ttl {
    margin-bottom: 25px;
  }
}
#toppage .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
#toppage .access iframe {
  width: 64.28%;
  height: 37.5vw;
  max-height: 600px;
}
#toppage .access .txt {
  width: 31.87%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  #toppage .access {
    display: block;
  }
  #toppage .access iframe {
    margin: 0 -20px 25px;
    width: 100vw;
  }
  #toppage .access .txt {
    width: 100%;
  }
  #toppage .access .txt .n_ttl {
    margin-bottom: 10px;
  }
  #toppage .access .txt .betaLink {
    text-align: center;
    margin-top: 35px;
  }
}