@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Nunito:wght@400;700&display=swap');
/* ==========================================================================
  Foundation
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
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 {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #666;
}
/* change colours to suit your needs */
input, select {
  font-size: 100% !important;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.center {
  text-align: center;
}
a:hover {
  opacity: 0.75;
}
.mt10 {
  margin-top: 10px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.fsS {
  font-size: 90%!important;
}
.show.is-pc {
  display: block;
}
.show.is-sp {
  display: none;
}

@media (max-width: 999px) {
  .show.is-pc {
    display: none;
  }
  .show.is-sp {
    display: block;
  }
}

/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  background: #FFF;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.6rem;
  /*font-weight: 300;*/
  line-height: 1.8;
  position: relative;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
.contents {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
/* ==========================================================================
  header
  ========================================================================== */
#header {
  padding: 13px 0 12px;
}
#header .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  #header .contents {
    display: block;
  }
}
.headerTool {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .headerTool {
    display: block;
    flex: 1;
    height: auto;
  }
}

/* dropdown */
.dropdown {
  margin: 0 0 0 auto;
  position: relative;
}
body#news_index .dropdown {
  visibility: hidden;
}
.dropdown__btn {
  display: block;
  width: auto;
  padding: 0.2em;
  background: none;
  border: 0;
}
.dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.dropdown__btn.is-open + .dropdown__body {
  display: block;
  z-index: 5;
}
.dropdown__btn i {
  margin-right: 2px;
}
.dropdown__body {
  display: none;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60,64,67,0.149), 0 1px 2px 0 rgba(60,64,67,0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 0;
}
.dropdown__list {
  margin: 0;
  padding: 0;
}
.dropdown__item {
  display: block;
}
.dropdown__item-link {
  display: block;
  padding: 5px 1.2em;
  font-size: 0.95em;
  text-decoration: none;
  color: #444;
  white-space: nowrap;
}
.dropdown__item-link:hover {
  background: #fbfbfb;
}

@media screen and (max-width: 1024px) {
  .dropdown {
    display: none;
  }
  /*.dropdown__btn {
    position: absolute;
    top: -52px;
    right: 45px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    font-size: 2.0rem;
  }
  .dropdown__btn span {
    display: none;
  }
  .dropdown__body {
    display: none;
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(60,64,67,0.149), 0 1px 2px 0 rgba(60,64,67,0.302);
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 32px;
    right: 0;
  }*/
}

/* gNav
-----------------------------------------*/

#gNav {
  /*font-family: 'Nunito', sans-serif;*/
  font-size: 1.5rem;
  font-weight: 700;
}
#gNav .navbtn {
  display: none;
}
#gNav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
#gNav > ul {
  margin: 0 auto;
  max-width: 1024px;
}
#gNav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
}
#gNav > ul > li.lang {
  display: none!important;
}
#gNav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
#gNav > ul > li.parent > a {
  padding-right: 25px;
}
#gNav > ul > li.parent > a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin: -6px 0 0 0;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#gNav > ul > li.parent.open > a {
  color: #FFF;
}
#gNav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#gNav > ul > li a:hover {
  color: #E891C0;
}
/* 2階層 */
#gNav > ul > li > ul {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-weight: 400;
}
#gNav > ul > li > ul li {
  white-space: nowrap;
}
#gNav > ul > li > ul li:first-child {
  padding-top: 10px;
}
#gNav > ul > li > ul li:last-child {
  padding-bottom: 10px;
}
#gNav > ul > li > ul li a {
  position: relative;
  padding: 2px 14px 2px 14px;
  background: none;
}
#gNav > ul > li > ul li a[target="_blank"]::after {
  content: url("../img/common/ico_arrow01.png");
  margin-left: 3px;
}
#gNav > ul > li > ul li a:hover {
  text-decoration: underline;
}
#gNav > ul > li > ul li ul li a {
  padding-left: 42px;
}
#gNav > ul > li > ul li ul li a::before {
  left: 20px;
}
@media screen and (max-width: 1024px) {
  #gNav {
    position: relative;
    border-top: none;
  }
  #gNav .navbtn {
    display: block;
    position: absolute;
    top: -52px;
    right: 0px;
  }
  #gNav .navbtn a, #gNav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  #langSwitch .navbtn a {
    background-color: #FFF;
    text-decoration: none;
  }
  #gNav .navbtn a::before, #gNav .navbtn a.close::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  #gNav .navbtn a.open::before {
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #gNav .navbtn a::after, #gNav .navbtn a.close::after {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  #gNav .navbtn a.open::after {
    bottom: 18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #gNav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #gNav .navbtn a span::after, #gNav .navbtn a.close span::after {
    position: absolute;
    top: 18px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  #gNav .navbtn a.open span::after {
    display: none;
  }
  #gNav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #gNav > ul > li {
    display: none;
    border-bottom: solid 1px #dddddd;
  }
  #gNav > ul > li.lang {
    display: block!important;
  }
  #gNav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #gNav > ul > li.parent.open {
    border-bottom: none;
  }
  #gNav > ul > li.parent.open > a {
    color: #FFF;
  }
  #gNav > ul > li a {
    padding: 15px 15px;
  }
  #gNav > ul > li.parent > a::before {
    right: 25px;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 0;
  }
  #gNav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
  #gNav > ul > li > ul li:first-child {
    padding-top: 0;
  }
  #gNav > ul > li > ul li:last-child {
    padding-bottom: 0;
  }
  #gNav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
    padding: 10px;
  }
  #gNav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
/* ==========================================================================
  footer
  ========================================================================== */
#footer {
  margin-top: 90px;
  color: #b8b8b8; /*文字色*/
  background: #03070F;
  text-align: center;
  padding: 30px 0 3px;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#footer a {
  color: #b8b8b8;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
#footer img {
  width: 230px;
  margin-bottom: 20px;
}
#copyright {
  clear: both;
  text-align: center;
  background: #333;
  font-size: 12px;
  color: #fff;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 50px;
    padding: 10px 0;
    font-size: inherit;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
  margin-bottom: 7px;
  justify-content: flex-end;
}
.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0.3em;
  color: #666;
}
h1.pageTit {
  font-size: 3.5rem;
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
}
h1.pageTit:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EA91C1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  h1.pageTit {
    font-size: 2.6rem;
  }
}
/* ==========================================================================
  home
  ========================================================================== */
/* Common */
#section_facility, #section_about, #section_accenss {
  margin-top: 80px;
}
#section_news h2, #section_facility h2, #section_about h2, #section_accenss h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.8rem;
  background: url("../img/home/h2_index01.png") no-repeat left center;
  padding-left: 38px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #section_news h2, #section_facility h2, #section_about h2, #section_accenss h2 {
    font-size: 2.0rem;
  }
}
/* Mainimg */
#main .mainimg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center bottom;
}
#main .swiper-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center bottom;
}
#main .swiper-wrapper img.slide01 {
  object-fit: contain;
  object-position: center;
  background: #C9CACA;
}
.swiper-pagination-bullet {
  background: #DEDEDE !important;
  opacity: 0.6 !important;
}
.swiper-pagination-bullet-active {
  background: #EA91C1 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  #main .mainimg img, #main .swiper-wrapper img {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #main .mainimg img, #main .swiper-wrapper img {
    height: 250px;
  }
}
/* News */
#section_news {
  margin-top: 40px;
}
#section_news .contents {
  display: flex;
  gap: 30px 60px;
}
#section_news .section_news_flame {
  flex: 1;
}
.newsTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#section_news h2 {
  margin-bottom: 0;
}
.btn_more01 {
  display: inline-block;
  border: 2px solid #BDCAEB;
  border-radius: 50px;
  text-decoration: none;
  padding: 3px 20px;
  /*pointer-events: none;*/
}
iframe#sub {
  flex: 1;
}
.newsList {
  flex: 1;
  display: flex;
  gap: 45px;
  list-style: none;
  line-height: 1.4;
}
.newsList li {
  flex: 1;
}
#news_embedded .newsList {
  flex-wrap: wrap;
  gap: 30px;
}
#news_embedded .newsList li {
  flex: none;
  width: calc((100% - 30px * 2) / 3);
}
.newsList figure {
  margin-bottom: 15px;
}
.newsList figure img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.article_date {
  font-size: 1.4rem;
}
.article_tit {
  margin-top: 5px;
  font-feature-settings: "palt";
}
.article_cat {
  margin-top: 7px;
  display: inline-block;
  background: #0037BD;
  color: #FFF;
  font-size: 1.3rem;
  padding: 2px 15px;
  border-radius: 50px;
  letter-spacing: .1rem;
  font-weight: bold;
}
#section_news .section_fb_flame {
  width: 330px;
  overflow: hidden;
}
#section_news .section_fb_flame .tit_fb {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: rgb(94, 121, 177);
  background: url("../img/home/bg_fb01.png"), linear-gradient(180deg, rgba(94, 121, 177, 1) 0%, rgba(53, 86, 151, 1) 100%);
  background-size: cover;
  background-position: bottom;
  color: #FFF;
  font-size: 2.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.2;
  padding: 10px 15px;
  text-align: center;
  text-shadow: #17336A 1px 0 7px;
}
#section_news .section_fb_flame .tit_fb_camp {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: rgb(189,230,248);
  background: url("../img/home/bg_fb02.png"),linear-gradient(180deg, #6FC37C 0%, #089A1E 100%);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  color: #FFF;
  font-size: 2.4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.2;
  padding: 10px 15px;
  text-align: center;
  text-shadow: #17336A 1px 0 7px;
}
#section_news .section_fb_flame .tit_fb i {
  margin-right: 3px;
}
#section_news .section_fb_flame .tit_fb span,
#section_news .section_fb_flame .tit_fb_camp span {
  font-size: 80%;
}
.fb_iframe_widget {
  /*border: 3px solid #355697;*/
  border: 3px solid #178618;
  box-sizing: border-box;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #section_news {
    margin-top: 30px;
  }
  #section_news .contents {
    gap: 30px;
  }
  #section_news .section_news_flame {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
  }
  .newsTit {
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .newsList {
    gap: 25px;
  }
  #section_news .section_fb_flame {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #section_news .contents {
    flex-wrap: wrap;
    gap: 30px 60px;
  }
  #section_news .section_news_flame {
    flex: none;
    width: 100%;
  }
  #section_news .section_fb_flame {
    width: 100%;
  }
  /*.newsTit h2:before {
    font-size: 2.0rem;
  }*/
  .article_date {
    font-size: inherit;
  }
  .article_cat {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 568px) {
  #section_news h2 {
    margin-bottom: 0px;
  }
  .newsList {
    flex-wrap: wrap;
  }
  .newsList li, #news_embedded .newsList li {
    flex: auto;
    width: 100%;
  }
}
/* Facility */
.section_facility_flame {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}
.facilityBox {
  width: calc((100% - 20px * 2) / 3);
  border: 5px solid #808080;
  box-sizing: border-box;
  border-radius: 35px;
  overflow: hidden;
  padding: 20px 20px 30px;
  text-align: center;
}
.indention {
  width: 100%;
}
.facilityBox h3 {
  padding: 25px 20px 20px;
  background: #808080;
  color: #FFF;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: -20px -20px 50px;
}
.facilityBox h3 span {
  font-size: 1.6rem;
}
.facilityBox p {
  font-size: 2.0rem;
  line-height: 1.7;
}
.facilityBnr {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .indention {
    display: none;
  }
  .facilityBox {
    width: calc((100% - 20px * 2) / 2);
    padding: 20px 20px 30px;
  }
  .facilityBox h3 {
    padding: 15px 10px 10px;
    margin: -20px -20px 20px;
    font-size: 2.0rem;
  }
  .facilityBox p {
    font-size: initial;
    line-height: normal;
  }
  .facilityBnr {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .facilityBox {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
/* About */
#section_about h2 {
  margin-bottom: 20px;
}
.section_about_flame {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.9rem;
}
.about_img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section_about_flame {
    font-size: inherit;
  }
}
/* Ski */
.download {
  margin-top: 50px;
  text-align: center;
}
.download img {
  width: 200px;
  display: block;
  margin: 0 auto 10px;
}
.download p {
  line-height: 1.6 !important;
}
/* Access */
.section_access_flame {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  gap: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.section_access_flame > div:first-child {
  flex: 1;
}
.section_access_flame > div:last-child {
  width: 535px;
  text-align: center;
}
.btn_home01 {
  border: 2px solid #EA91C1;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 8px 13px;
  text-decoration: none;
  color: #EA91C1;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .section_access_flame {
    flex-wrap: wrap;
  }
  .section_access_flame > div:first-child {
    flex: auto;
    width: 100%;
  }
  .section_access_flame > div:last-child {
    width: 100%;
  }
  .section_access_flame .btn_access01 {
    display: block;
    font-size: inherit;
    margin-top: 20px;
    text-align: center;
  }
  .section_access_flame .btn_access01 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section_access_flame {
    font-size: inherit;
  }
}
/* ==========================================================================
  news
  ========================================================================== */
body#news_index .newsList {
  flex-wrap: wrap;
  justify-content: flex-start;
}
body#news_index .newsList li {
  flex: none;
  width: calc((100% - 45px * 3) / 4);
}
body .newMark {
  color: #FF0000;
  font-size: 85%;
  font-weight: bold;
}
body#news_index .pager {
  margin-top: 5em;
  text-align: center;
}
body#news_index .pager a {
  font-size: 1.3rem;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 40px;
  border: 1px solid #E6E6E6;
  text-decoration: none;
  vertical-align: middle;
  line-height: 40px;
  color: inherit;
}
body#news_index .pager a.current, body#news_index .pager a:hover {
  color: #000;
  background: #ffe2e2;
  border-radius: 10px;
  border-radius: 50px;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1024px) {
  body#news_index .newsList li {
    width: calc((100% - 25px * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  body#news_index .newsList li {
    width: calc((100% - 25px * 1) / 2);
  }
}
@media screen and (max-width: 568px) {
  body#news_index .newsList li {
    width: 100%;
  }
}
#articleNews h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
#articleNews .article_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 2.5em;
}
#articleNews .article_cat {
  margin: 0;
}
#articleNews .article_bottom {
  margin-top: 3em;
  text-align: center;
}
#articleNews .btn_back01 {
  text-align: center;
  background: #E3E3E3;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  #articleNews h2 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 568px) {
  #articleNews .btn_back01 {
    display: block;
  }
}
/* ==========================================================================
  work / consept
  ========================================================================== */
.page_mainimg {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.page_mainimg img {
  width: 100%;
}
.inner {
  max-width: 810px;
  margin: 0 auto;
}
.inner p {
  margin-bottom: 10px;
  line-height: 2.2;
}
h1.pageTit02 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
h1.pageTit02 span {
  font-size: 60%;
}
.inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.inner h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #333;
}
.inner h4 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 30px;
}
.interviewBox h2 {
  color: navy
}
.contents .ta3 {
  /*margin-right: 5%;
	margin-left: 5%;*/
  margin-bottom: 20px;
	margin-top: 15px;
  padding-bottom: 30px;
  padding: 0px;
  /*width: 90%;*/
}
.contents .ta3 td {
  vertical-align: top;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contents .ta3 td .workwaku {
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 15px;
  border: 1px solid #333;
}
.contents .ta3 td .workwaku img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contents .ta3 td .workwaku span.tit {
  font-size: 20px;
  font-weight: bold;
}
hr.cp_hr02 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #999999;
	margin-top: 30px;
}
/* ボタン */
a.btn_02 {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 180px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  border: 2px solid #5D5D5D;
  background: #5D5D5D;
  color: #fff;
  transition: 0.5s;
}
a.btn_02 i {
  margin-right: 3px;
}
a.btn_02 i.fa {
  color: #fff;
  transition: 0.5s;
}
a.btn_02:hover {
  color: #5D5D5D;
  background: #fff;
}
a.btn_02:hover i.fa {
  color: #5D5D5D;
}
@media screen and (max-width:900px) {
  .contents .ta3 td .workwaku img {
    margin-bottom: 10px;
    width: 400px;
  }
  a.btn_02 {
    display: inline-block;
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (max-width:600px) {
  .contents a.btn_02 + a.btn_02 {
    margin-top: -5px;
  }
}

/* ==========================================================================
  stay
  ========================================================================== */
.flexBox {
  display: flex;
  gap: 30px;
}
body#ski .flexBox {
  margin-bottom: 2em;
}

body#ski .flexBox > div {
  flex: 1;
}

body#ski .flexBox > div p {
  margin-top: 1em;
  line-height: 1.6;
}
body#ski .flexBox > div strong {
  color: #004182;
  font-size: 110%;
}
.plan_select {
  background: #EEE;
  padding: 20px 30px 25px;
  margin-bottom: 50px;
  border-radius: 15px;
}

.plan_select p {
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan_select p:before, .plan_select p:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #333;
}

.plan_select p:before {
  margin-right: 20px;
}
.plan_select p:after {
  margin-left: 20px;
}

.plan_select ul {
  display: flex;
	margin: 0 auto;
  gap: 10px 15px;
  justify-content: center;
	flex-wrap: wrap;
	max-width: 505px;
}

.plan_select ul li {
  width: calc((100% - 15px * 1) / 2);
}
@media screen and (max-width:567px) {
  .plan_select ul {
    flex-wrap: wrap;
  }
  .plan_select ul li {
    width: calc((100% - 15px) / 2);
  }
  body#ski .flexBox {
    flex-direction: column;
  }
}
.catch {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 3em;
  line-height: 1.4!important;
  text-align: center;
}
.catch:before, .catch:after {
  content: '';
  width: 44px;
  height: 3px;
  background: #0037BD;
}
.catch:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.catch:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

@media screen and (max-width:1023px) {
  .flexBox {
    flex-flow: column-reverse;
  }
  .flexBox.nobreak {
    flex-flow: nowrap;
    gap: 15px;
  }
}

@media screen and (max-width:767px) {
  .plan_select {
    padding: 20px;
  }
  .plan_select p {
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .plan_select p:before, .plan_select p:after {
    flex: 1;
  }
  .plan_select ul {
    flex-wrap: wrap;
  }
  .catch {
    font-size: 2.0rem;
  }
}

/* ==========================================================================
  access
  ========================================================================== */
.contents .ta1 {
  width: 90%;
  margin-top: 30px;
  padding: 0px;
}
.contents .ta1 th {
  vertical-align: top;
  padding-right: 10px;
  width: 80px;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.contents .ta1 td {
  vertical-align: top;
  width: auto;
}
.contents .ta1 caption {
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  color: #039;
}
/*宿泊料金*/
.contents .ta2 th, .contents .ta2 td {
  border-collapse: collapse;
  border: 1px solid #A9A9A9;
  padding: 10px;
}
.contents .ta2 {
  width: 100%;
  margin-top: 0px;
  padding: 0px;
}
.contents .ta2 caption {
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  color: #039;
}
.contents .ta2 thead {
  border-bottom: double 3px #666;
}
.contents .ta2 thead th {
  background: #CBCBCB;
}
.contents .ta2 th {
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  background: #F2F2F2;
}
.contents .ta2 th.w1 {
  width: 198px;
}
.contents .ta2 th.w2 {
  width: 324px;
}
.contents .ta2 td {
  width: 117px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}
.contents .ta2 th.b {
  background-color: #90D2D9;
}
.contents .ta2 td.b {
  background-color: #E3EFF3;
}
.contents .ta2 th.p {
  background-color: #F0A996;
}
.contents .ta2 td.p {
  background-color: #F8E4E0;
}
.contents .ta2 th.y {
  background-color: #F5CA79;
}
.contents .ta2 td.y {
  background-color: #FAF4E0;
}
.sh {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width:900px) {
  h1.pageTit02 {
    font-size: 32px;
  }
  .inner h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  .inner h3 {
    font-size: 20px;
  }
  .contents .ta2 {
    width: 600px;
  }
  .contents .ta2 th.w1 {
    width: 240px;
  }
  .contents .ta2 th.w2 {
    width: 360px;
  }
  .contents .ta2 td {
    width: 120px;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width:600px) {
  h1.pageTit02 {
    font-size: 28px;
    text-align: left;
    letter-spacing: 0;
  }
  .inner h2 {
    font-size: 20px;
  }
  .inner h2#mt {
    margin-top: 0px;
  }
  .inner h3 {
    font-size: 18px;
    line-height: 130%;
  }
  .contents .ta2 {
    width: 100%;
  }
  .contents .ta2 th.w1 {
    /*width:40%;*/
  }
  .contents .ta2 th.w2 {
    width: 60%;
  }
  .contents .ta2 td {
    width: 20%;
  }
  /*改行をなくす→もっと小さいとまた改行する*/
  .tm {
    display: block;
  }
}

.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}

.bnrFlex {
  display: flex;
  gap: 10px 15px;
  justify-content: center;
}
.bnrFlex img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:600px) {
  .bnrFlex {
    flex-direction: column;
  }
}