@charset "UTF-8";

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

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

body {
  color: #000;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Meiryo", "MS PGothic", "ヒラギノ角ゴ Pro", "Arial Unicode MS", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

.font_tsuku {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}


@media only screen and (min-width: 768px) {
  .mt-pc_2px {
    margin-top: 0.2rem;
  }

  .mt-pc_24px {
    margin-top: 2.4rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body.is-fixed_body {
  position: fixed;
  left: 0;
  width: 100%;
}

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

.t-center {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.is-overflow {
  overflow: hidden;
}

.content {
  width: 112rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.none {
  display: none;
}

.wrapper {
  overflow: hidden;
  padding-bottom: 100px;
}

.icon_follow_r {
  /*width: 104px;*/
  position: fixed;
  bottom: 8vh;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
}

.icon_follow_r button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  cursor: pointer;
}

.bnr_jcsi {
  position: absolute;
  width: 40% !important;
  left: 5%;
  top: 39%;
}

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

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

  .pcBr:before {
    content: "\a";
    white-space: pre;
  }

  .pcNone {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .spBr:before {
    content: "\a";
    white-space: pre;
  }

  .spNone {
    display: none !important;
  }
}

@media only screen and (max-width: 1240px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 120);
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: calc(100vw / 40);
  }
}

.mainvs {
  position: relative;
  /* border-top: 4rem solid #000; */
  padding-top: 4.3rem;
}

.mainvs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39.1rem;
  background: #f4e9d7;
}

.mainvs_content {
  width: calc(100% - 8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: url("../images/img_01.png") no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 18rem);
  border-radius: 2rem;
}

.mainvs_content .img_mainvs {
  width: 100%;
  overflow: hidden;
}

.mainvs_ttl {
  background: url("../images/ttl_circle.png") no-repeat;
  background-size: contain;
  width: 50.7rem;
  height: 50.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.mainvs_ttl-small {
  font-size: 3.627rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  padding-top: 4rem;
  letter-spacing: -0.01rem;
}

.mainvs_ttl-small_01 {
  font-size: 3.216rem;
  line-height: 2;
  text-align: center;
}

.mainvs .mainvs_img {
  width: 40.6rem;
  margin: 2.7rem auto 0;
}

.mainvs .mainvs_date {
  font-size: 2.3rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 3.5rem;
}

.mainvs .mainvs_date span {
  font-size: 4.534rem;
  line-height: 1;
}

.ttl_h2 {
  text-align: center;
  color: #003d99;
  font-size: 3.6rem;
  line-height: 1.7222;
  font-weight: bold;
  margin-bottom: 3.4rem;
}

.ttl_h2 img {
  margin-bottom: 0.8rem;
}

.ttl_h2 img.icon_03 {
  width: 17.1rem;
}

.ttl_h2 img.icon_02 {
  width: 10.2rem;
}

.ttl_h2 img.icon_03 {
  width: 17.1rem;
}

.section01 {
  padding-top: 0;
  padding-bottom: 9.2rem;
  position: relative;
  z-index: 1;
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_list li {
  width: 33.333%;
}

.tab_list li:nth-child(n + 2) a {
  border-left: 0;
}

.tab_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  height: 8rem;
  border: 0.2rem solid #bdbdbd;
  position: relative;
}

.tab_list a:hover {
  opacity: 1;
}

.tab_list a figure {
  margin-right: 1.3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab_list a figure img {
  vertical-align: text-top;
}

.tab_list a.is-active {
  border-bottom-color: transparent;
}

.tab_list a.is-active:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  bottom: -0.6rem;
  background: #ffeba3;
  z-index: -1;
  pointer-events: none;
}

.tab_list_content {
  margin-top: 0.4rem;
}

.bl_tab {
  display: none;
}

.bl_tab.is-active {
  display: block;
}

.bl_tab_top {
  min-height: 46.6rem;
  background: #ffeba3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5.5rem 1.5rem 4rem;
}

.bl_tab_top figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6rem;
  width: 59.9rem;
}

.bl_tab .list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.bl_tab .list_text .txt {
  font-size: 3rem;
  background: #648fc0;
  letter-spacing: 0.3em;
  color: #fff;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  padding: 1.9rem 1.9rem 1.2rem;
}

.bl_tab .list_text .txt:nth-child(n + 2) {
  margin-left: 1rem;
}

.bl_tab_bottom {
  background: #fef8e6;
  padding: 3.9rem 4.6rem 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_tab_bottom>figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 2.2rem;
  margin-top: 1.3rem;
  width: 32.4rem;
}

.bl_tab .list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem;
}

.bl_tab .list_img li {
  width: 33.333%;
  padding: 0 1.2rem;
}

.bl_tab .list_img_content img {
  border-radius: 2rem;
}

.bl_tab .list_img_content .ttl {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  margin-top: 0.9rem;
}

.section02 {
  background: url("../images/bg_section.png") repeat;
  background-size: 148rem 168.1rem;
  padding-top: 6.4rem;
  padding-bottom: 8.8rem;
}

.section02_content {
  background: #fff;
  padding: 4.6rem 6rem 5rem;
  position: relative;
  border-radius: 2rem;
  border: 1px solid #c8c8c8;
}

.section02_content .ttl_h2 {
  letter-spacing: -1px;
  margin-bottom: 2.7rem;
}

.section02_content .ttl_h2 img {
  margin-bottom: 1.3rem;
}

.section02 .img_top_section02 {
  position: absolute;
  right: 6.7rem;
  top: 3.7rem;
  width: 36.2rem;
}

.bl_sec {
  margin-bottom: 5.6rem;
  position: relative;
  z-index: 1;
}

.bl_sec img {
  width: 100%;
  margin-bottom: 2.2rem;
}

.bl_sec .txt {
  font-size: 2.4rem;
  line-height: 4rem;
}

.bl_sec01 {
  padding-top: 4.4rem;
  background: #f4e9d7;
  border-radius: 2rem;
  padding: 4.4rem 4.75rem;
}

.bl_sec01>img {
  width: 100%;
  margin-bottom: 2.8rem;
}

.bl_sec01 .txt {
  font-size: 2rem;
  line-height: 3rem;
}

.bl_sec01 .img_text01 {
  text-align: center;
  margin-bottom: 2rem;
}

.section_best3 {
  padding-top: 7.7rem;
  padding-bottom: 18.5rem;
  background: #f4e9d7;
}

.section_best3 .content {
  position: relative;
}

.section_best3 .ttl_h2 {
  letter-spacing: -0.1em;
  margin-bottom: 3rem;
}

.section_best3 .ttl_h2 img {
  margin-bottom: 0;
}

.section_best3 .img_top_section_best3 {
  position: absolute;
  top: 3.9rem;
  left: 10.4rem;
  width: 21.2rem;
}

.section_best3 .img_bottom_section_best3 {
  left: -5.3rem;
  position: absolute;
  top: 100%;
  margin-top: 3.2rem;
  width: 26.7rem;
}

.bl_slide_container {
  background: #fff;
  -webkit-box-shadow: 1px 1.732px 1.3rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1.732px 1.3rem 0 rgba(0, 0, 0, 0.14);
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}

.bl_slide_item {
  padding: 4rem 5.4rem 3rem 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: left;
}

.bl_slide_item>figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 44.4rem;
  margin-left: 3.7rem;
}

.bl_slide_info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.bl_slide_info .txt {
  padding-left: 1rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6667;
  letter-spacing: -0.08em;
}

.bl_slide_info .txt span {
  font-size: 1.2rem;
  display: block;
}

.bl_slide .slick-list {
  overflow: hidden;
}

.bl_slide .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.2rem;
  text-indent: -9999px;
  background: url("../images/icon_prev.png") no-repeat;
  background-size: cover;
  width: 6.3rem;
  height: 6.3rem;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.bl_slide .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3.2rem;
  text-indent: -9999px;
  background: url("../images/icon_next.png") no-repeat;
  background-size: cover;
  width: 6.3rem;
  height: 6.3rem;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.ttl_h3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.ttl_h3 img {
  /* width: 7.8rem; */
  margin-right: 2.4rem;
}

.ttl_h3 .ttl {
  font-size: 4.7rem;
  line-height: 1;
}

.ttl_h3 .ttl span {
  font-size: 5.8rem;
}

.ttl_h4 {
  font-size: 3rem;
  line-height: 2;
  color: #003d99;
  display: inline-block;
  position: relative;
  letter-spacing: -0.05em;
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

.ttl_h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/icon_line.png") no-repeat;
  background-size: contain;
  width: 31.3rem;
  height: 1.9rem;
  margin-left: -0.5rem;
}

.ttl_h4.ttl_h4-01:after {
  background-image: url("../images/icon_line-01.png");
}

.ttl_h4.ttl_h4-02:after {
  background-image: url("../images/icon_line-02.png");
}

.section_facility {
  padding-top: 8.9rem;
}

.ttl_section_facility {
  font-size: 3.6rem;
  line-height: 6.2rem;
  display: inline-block;
  color: #003d99;
  border-top: 0.5rem solid #003d99;
  border-bottom: 0.5rem solid #003d99;
  min-width: 33.2rem;
  padding: 0.8rem 1rem;
  margin-bottom: 4.2rem;
}

.icon_dormy {
  margin-bottom: 3.8rem;
  width: 28.3rem;
}

.facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 76rem;
  margin: 0 auto 4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facility_list li {
  width: 25%;
  padding: 0 0.4rem;
}

.facility_list li:nth-child(n + 5) {
  margin-top: 0.9rem;
}

.facility_list a {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0.5rem 3rem;
  background: #f4e9d7;
  display: block;
  text-align: center;
  position: relative;
}

.facility_list a.is-active {
  background: #000;
  color: #fff;
}

.facility_list a.is-active:after {
  border-color: #fff;
}

.facility_list a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 44%;
  width: 13px;
  height: 7px;
  background-image: url("../images/icon-tags-dark-down.png");
  background-size: 100%;
  display: block;
}

.facility_list a.is-active:after {
  background-image: url("../images/icon-tag-down.png");
}


.txt_facility {
  font-size: 2.4rem;
  line-height: 3.8rem;
  padding-left: 19.4rem;
  text-indent: -3.4rem;
  margin-bottom: 4.3rem;
}

.ttl_h5 {
  font-size: 2rem;
  line-height: 3.4rem;
  background: #231f20;
  padding: 0.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3.7rem;
}

.ico_group img {
  position: absolute;
}

.ico_group .ico_01 {
  top: 3.2rem;
  left: -21.4rem;
  width: 18.5rem;
}

.ico_group .ico_02 {
  top: 28.2rem;
  left: -27.7rem;
  width: 20.1rem;
}

.ico_group .ico_03 {
  top: -22.2rem;
  right: -23rem;
  width: 28.2rem;
}

.ico_group .ico_04 {
  top: 3.3rem;
  right: -24.5rem;
  width: 20.1rem;
}

.ico_group .ico_07_dormyinn {
  top: 127.1rem !important;
  left: -26.2rem !important;
  width: 20.1rem !important;
}

.ico_group .ico_05 {
  top: 26rem;
  right: -26rem;
  width: 18.1rem;
}

.ico_group .info_ico_05 {
  top: 47rem;
  right: -26rem;
  width: 18.1rem;
}



.ico_group .ico_06 {
  top: 11.4rem;
  left: -21.4rem;
  z-index: 1;
  width: 20rem;
}

.ico_group .ico_14 {
  top: 166.4rem;
  left: -21.4rem;
  z-index: 1;
  width: 20rem;
}



.ico_group .resort_ico_06 {
  top: 61.4rem;
  left: -21.4rem;
  z-index: 1;
  width: 20rem;
}

.ico_group .ico_07 {
  top: 24.7rem;
  left: -22.6rem;
  width: 20.1rem;
}

.ico_group .resort_ico_07 {
  top: -3.3rem;
  left: -22.6rem;
  width: 20.1rem;
}

.ico_group .ico_08 {
  bottom: -17rem !important;
  left: -26.2rem !important;
  width: 20.1rem !important;
}



.ico_group .ico_09 {
  top: -13rem;
  right: -21rem;
  width: 19.3rem;
}

.ico_group .resort_ico_09 {
  top: -2rem;
  right: -21rem;
  width: 19.3rem;
}

.ico_group .ico_10 {
  top: 50rem;
  right: -23.3rem;
  width: 20rem;
}

.ico_group .ico_11 {
  bottom: -9.2rem;
  right: -21.3rem;
  width: 20.1rem;
}

.ico_group .ico_12 {
  bottom: -19.8rem;
  right: -26rem;
  width: 20rem;
}

.ico_group .resort_ico_12 {
  bottom: -17.8rem;
  right: -26rem;
  width: 20rem;
}


/* ==================== 20220713 ====================== */

.tab-content {
  display: none;
}

.tab-content.current {
  display: block;
}

.headline__title {
  font-size: 2rem;
  line-height: 3.4rem;
  background: #231f20;
  padding: 0.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3.7rem;
}

.content.w946 {
  width: 94.6rem;
  padding: 0;
}

.grid-x {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.medium-6 {
  width: 48.8%;
}

.cell {
  background-color: #f4e9d7;
  margin-bottom: 22px;
  padding: 24px;
  box-sizing: border-box;
}

.cell .figure {
  margin-bottom: 25px;
}

.cell .figure img {
  width: 100%;
}

.cell .panel dl {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cell .panel dd {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cell .panel dl dd {
  font-size: 2rem;
  color: rgb(34, 34, 34);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  min-height: 60px;
}

.cell .panel dl dd.panel-address {
  font-size: 14px;
  min-height: auto;
  margin-bottom: 26px;
}

.cell .panel ul.more li {
  width: 30rem;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  margin-bottom: 10px;
}

.cell .panel ul.more .more__equip {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  line-height: 1.688;
  text-align: center;
  display: block;
  background-color: #231f20;
  border-radius: 2px;
  margin: 0 auto 20px;
  font-weight: normal;
  padding: 10px 0;
}

.cell .panel ul.more .more__plan {
  font-size: 1.4rem;
  color: rgb(102, 102, 102);
  text-align: center;
  position: relative;
}

.cell .panel ul.more .more__plan:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url('../images/ic_arrow_right.png') no-repeat;
  background-size: contain;
  top: 1px;
  left: -15px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvs_content {
    height: 72vh !important;
  }

  .footer {
    min-width: 100% !important;
  }

  .footer__container {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .view_sp {
    display: none;
  }

}

/* ========================== SP ========================== */

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }

  .view_pc {
    display: none;
  }

  img {
    width: 100%;
  }

  .mainvs {
    padding-top: 0
  }

  .mainvs:before {
    display: none;
  }

  .mainvs_content {
    width: 100%;
    height: auto;
    background: none;
  }

  .mainvs_content_sp {
    width: 100%;
    background-color: #f4e9d7;
    position: relative;
    padding-top: 2.8rem;
    margin-top: -1px
  }

  .mainvs_content_sp:after {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: #ffffff;
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
  }

  .cell .panel ul.more .more__plan:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M8 5L15 12L8 19' stroke='rgb(67 66 66)' stroke-width='2' stroke-linecap='butt' stroke-linejoin='miter'/></svg>");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    display: inline-block;
    top: 0;
    margin-right: 4px;
    left: -17px;
    top: -2px;
    line-height: 0;
    font-size: 0;
    line-height: 0;
  }



  .mainvs_content_sp_main {
    width: 92%;
    margin: 0 auto 9.6rem;
    position: relative;
    z-index: 2;
  }

  .mainvs_ttl_sp {
    position: absolute;
    bottom: -8.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 63%;
  }

  .content {
    width: 92%;
    margin: 0 auto;
    padding: 0
  }

  .ttl_h2 {
    width: 100%;
  }

  .ttl_h2 img {
    width: 19%;
    margin: 0 auto 0.7rem;
  }

  .ttl_h2 {
    font-size: 1.8rem;
    margin-bottom: 2.6rem
  }

  .tab_list a {
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.4;
    align-content: flex-start;
    padding: 0.9rem 0 0 0;
    height: 7.5rem;
  }

  .tab_list a figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .tab_list a figure img {
    width: 30%;
  }

  .tab_list_content {
    margin-top: 0.2rem;
  }

  .tab_list a.is-active:before {
    top: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    bottom: -0.4rem;
  }

  .bl_tab_top {
    padding: 4.5rem 2.25rem 3.1rem;
    flex-wrap: wrap;
    min-height: auto;
    justify-content: flex-start;
  }

  .bl_tab_top figure {
    width: 100%;
    margin-right: 0;
  }

  .bl_tab .list_text {
    flex-wrap: wrap;
    margin-top: -2.4rem;
    flex-direction: column-reverse;
  }

  .bl_tab .list_text .txt {
    writing-mode: unset;
    margin: 0 0 0.75rem 0;
    font-size: 2.25rem;
    padding: 1.6rem 1rem 1.4rem;
    line-height: 1;
  }

  .icon_follow_r {
    width: 100%;
    bottom: 0;
  }

  .bl_tab .list_text .txt:nth-child(n + 2) {
    margin-left: 0;
  }

  .bl_tab_bottom {
    padding: 3.3rem 1.7rem 2rem;
    flex-wrap: wrap;
  }

  .bl_tab_bottom>figure {
    margin: 0 0 2.2rem;
    width: 100%;
  }

  .bl_tab .list_img {
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
  }

  .bl_tab .list_img li {
    width: 47.8%;
    padding: 0;
    margin-bottom: 1.5rem
  }

  .facility_list a:after {
    top: 46%;
    width: 6px;
    height: 1px;
    right: 6px !important;
  }

  .bl_tab .list_img_content .ttl {
    font-size: 1.3rem;
    margin-top: 0.5rem
  }

  .section02 {
    padding: 3rem 0 4.7rem;
  }

  .section02_content {
    padding: 3.4rem 2rem 3.6rem;
    border-radius: 1rem;
  }

  .section02 .img_top_section02 {
    width: 33%;
    right: 2%;
    top: 1.2rem;
  }

  .section02 .ttl_h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .section02_content .ttl_h2 img {
    width: 24%;
    margin-bottom: 0.2rem;
  }

  .bl_sec {
    margin-bottom: 2rem
  }

  .bl_sec img {
    margin-bottom: 1.2rem
  }

  .bl_sec .txt {
    font-size: 16px;
    line-height: 1.45;
  }

  .bl_sec01 {
    border-radius: 1rem;
    padding: 3rem 1.6rem;
  }

  .bl_sec01 .img_text01 {
    width: 45%;
    margin: 0 auto 2.2rem;
  }

  .bl_sec01>img {
    margin-bottom: 1.3rem
  }

  .bl_sec01 .txt {
    font-size: 1.2rem;
    line-height: 1.45;
  }

  .section_best3 .ttl_h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 2.7rem;
  }

  .section_best3 .ttl_h2 .txt_large img {
    width: 45%;
  }

  .section_best3 .img_top_section_best3 {
    left: 8px;
    top: 10.1rem;
    width: 28%;
  }

  .bl_slide_item {
    flex-wrap: wrap;
    padding: 1.7rem 3.5rem 3rem;
    box-sizing: border-box;
  }

  .bl_slide_item>figure {
    width: auto;
    margin-left: 0;
    flex: auto;
  }

  .ttl_h3 {
    align-items: flex-end;
    margin-bottom: 0.7rem;
  }

  .ttl_h3 .ttl {
    font-size: 2.6rem
  }

  .ttl_h3 .ttl span {
    font-size: 3.3rem
  }

  .ttl_h3 img {
    width: 9rem;
    margin-right: 0rem
  }

  .ttl_h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.6
  }

  .ttl_h4:after {
    width: 100%;
    margin-left: 0
  }

  .bl_slide_info .txt {
    padding-left: 0;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .bl_slide .slick-next {
    width: 3.15rem;
    height: 3.15rem;
    right: -1.5rem;
  }

  .bl_slide .slick-prev {
    width: 3.15rem;
    height: 3.15rem;
    left: -1.5rem;
  }

  .ttl_section_facility {
    font-size: 2.3rem;
    padding: 1rem 3.5rem;
    border-top: 0.3rem solid #003d99;
    border-bottom: 0.3rem solid #003d99;
    line-height: 1;
    display: inline-block;
    min-width: auto;
    margin-bottom: 3rem
  }

  .icon_dormy {
    width: 50%;
    margin-bottom: 3rem
  }

  .facility_list {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 34px;
  }

  .facility_list li {
    padding: 0;
    width: 32%;
    margin-top: 0.7rem
  }

  .facility_list li:nth-child(n + 5) {
    margin-top: 0.7rem
  }

  .facility_list a {
    display: block;
    width: 100%;
    padding: 0.2rem 0 0;
    font-size: 1.3rem
  }

  .facility_list a:after {
    padding: 0.25rem;
    right: 0.8rem;
    margin-top: -0.2rem;
  }

  .txt_facility {
    padding-left: 0;
    text-indent: 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2.8rem
  }

  .headline__title {
    font-size: 1.9rem;
    padding: 0.6rem 0 0.3rem;
  }

  .cell {
    width: 100%;
    padding: 1.7rem 1.7rem 2.1rem;
  }

  .cell .figure {
    margin-bottom: 1.8rem
  }

  .cell .panel dl {
    min-height: auto;
  }

  .cell .panel dl dd {
    min-height: auto;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .cell .panel dl dd.panel-address {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .cell .panel ul.more .more__equip {
    font-size: 1.4em;
    padding: 0.8rem 0;
    width: 80%;
    line-height: 1;
    margin-bottom: 10px
  }

  .cell .panel ul.more .more__plan {
    font-size: 1.1rem;
    line-height: 1 !important;
  }


  .ico_group .ico_01 {
    top: -4.8rem;
    left: -19%;
    width: 26%;
  }

  .ico_group .ico_02 {
    width: 15.4%;
    left: -14%;
    top: 4.6rem;
  }

  .ico_group .ico_03 {
    top: -10.5rem;
    right: -20.2%;
    width: 37%;
  }

  .ico_group .ico_04 {
    width: 21.4%;
    right: -15%;
    top: -10.5rem;
  }

  /* 
  .ico_group .ico_02_sp {
    top: 175vw !important;
  }

  .ico_group .ico_03_sp {
    top: 199vw !important;
    left: 92% !important;
  } */

  .ico_group .ico_02_sp {
    top: 460px !important;
    left: -47px;
    right: auto !important;
    /* bottom: 124px; */
    width: 80px !important;
    z-index: -1;
  }

  .ico_group .ico_03_sp {
    top: 554px !important;
    left: auto !important;
    right: -55px !important;
    /* bottom: 23px !important; */
    width: 80px !important;
    z-index: -1;
  }

  .ico_group .ico_05 {
    width: 18.4%;
    right: -16%;
    top: 4.5rem;
  }

  .section01 {
    padding-top: 0;
    padding-bottom: 9.2rem;
  }

  .ttl_h2 img {
    margin: 0 auto 0.5rem;
  }

  .ico_group .ico_06 {
    width: 23%;
    left: -17%;
    top: -0.6rem;
  }

  .ico_group .ico_14 {
    width: 28% !important;
    left: -13% !important;
    top: 229.4rem !important;
    z-index: 0 !important;
  }



  .ico_group .ico_07 {
    top: 5.1rem;
    left: -15%;
    width: 20%;
  }

  .ico_group .ico_07_dormyinn {
    top: 127.1rem;
    left: -15%;
    width: 20%;
  }

  /* .ico_group .ico_08_dormyinn {
    top: 269.1rem;
    left: 79%;
    width: 25%;
  } */
  .ico_group .ico_08_dormyinn {
    bottom: -6vw !important;
    right: -6vw !important;
    width: 23% !important;
    top: auto !important;
    left: auto !important;
  }

  .ico_group .resort_ico_07 {
    top: 0.1rem !important;
    left: -16% !important;
    width: 23% !important;
  }

  .ico_group .resort_ico_08_sp {
    width: 24.2% !important;
    bottom: 4.3rem !important;
    left: 328px !important;
  }

  .ico_group .ico_09 {
    top: -6.8rem;
    right: -18.5%;
    width: 27%;
  }

  .ico_group .ico_10 {
    top: 57.5rem;
    right: -16%;
    width: 23%;
  }

  .section_best3 {
    padding-top: 3.1rem;
    padding-bottom: 10rem
  }

  .ttl_h2 img.icon_03 {
    width: 32%;
    margin-bottom: 0.5rem
  }

  .ttl_h2 .txt {
    margin-bottom: 0.7rem;
    letter-spacing: 0px;
  }

  .bl_slide_container {
    width: 87%;
    margin: 0 auto;
    border-radius: 1rem;
  }

  .section_best3 .img_bottom_section_best3 {
    left: -0.3rem;
    position: absolute;
    bottom: -21.2rem;
    width: 38%;
    top: auto;
    margin-top: 0
  }

  .section_facility {
    padding-top: 14.2rem
  }

  .tab-logo-resort {
    padding: 8px 0 28px !important;
  }

  .content.w900 {
    width: 86%;
  }

  /* 
  .ico_group .resort_ico_08 {
    width: 24.2% !important;
    bottom: -3.7rem !important;
    left: 330px !important;
  } */

  .ico_group .resort_ico_08 {
    width: 24.2% !important;
    bottom: -15.7rem !important;
    left: -38px !important;
  }

  .ico_group .resort_ico_09 {
    top: -1.8rem;
    right: -15.5%;
    width: 21%;
  }

  .ico_group .ico_11 {
    display: none;
  }

  .ico_group .ico_12 {
    width: 28%;
    bottom: -11rem;
    right: -60px;
  }

  .ico_group .resort_ico_12 {
    width: 24%;
    bottom: -21rem;
    right: -60px;
  }

}


/* message */
.ui-message {
  text-align: center;
}

.ui-message>input {
  margin-bottom: 0 !important;
  cursor: default !important;
}

.ui-message>input[type=submit]:hover {
  opacity: 1 !important;
}

.ui-message-space {
  padding: 15px;
  display: inline-flex;
}

.ui-message-text {
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  color: #000;
}

.tab-logo-resort {
  padding: 38px 0 70px;
}

#contact .contactform input[type=submit]:hover {
  opacity: 1 !important;
}

.content.row.w900 {
  padding: 0px;
}

/* message */