@charset "UTF-8";
/*
Theme Name: Okumakouryu
Version: 1.0
*/
/* ======================================================================================== ^^
	Init
=========================================================================================== ^^ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Oswald:wght@700&family=Zen+Kaku+Gothic+New:wght@700;900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  font-size: 100%; }

body {
  padding: 0;
  font-size: 100%;
  line-height: 1.875;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222; }
  @media screen and (max-width: 960px) {
    body {
      padding-top: 55px; } }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

div {
  box-sizing: border-box; }

p {
  margin: 0; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

dl {
  margin: 0; }

dt, dd {
  padding: 0;
  margin: 0; }

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

figure {
  margin: 0; }

em {
  font-weight: bold;
  font-style: normal; }

strong {
  font-weight: bold; }

button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  appearance: none;
  cursor: pointer; }
  button:focus {
    outline: none; }

sup {
  font-size: 0.5625rem;
  top: -0.7em; }

abbr[title] {
  text-decoration: none; }

a {
  transition: all .2s; }

@media (min-width: 769px) {
  .pc-hide {
    display: none; } }

.sp-hide {
  display: none; }
  @media (min-width: 769px) {
    .sp-hide {
      display: inline; } }

/* ======================================================================================== ^^
	Header
=========================================================================================== ^^ */
.sidebar {
  position: fixed;
  width: 264px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000; }
  .sidebar_inner {
    width: 264px;
    height: 100vh;
    padding: 1.5616866216vw;
    box-sizing: border-box; }
  .sidebar_logo {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 38px;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
    .sidebar_logo img, .sidebar_logo svg {
      width: 100%;
      height: auto; }
  .sidebar_menu {
    list-style: none; }
    .sidebar_menu li a {
      color: #222222;
      display: block;
      font-weight: bold;
      font-size: 1.0411244144vw;
      line-height: 1;
      text-decoration: none;
      font-family: "Zen Kaku Gothic New", sans-serif; }
      .sidebar_menu li a:hover {
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .sidebar_menu li a:hover:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
    .sidebar_menu li.current_page_item a {
      position: relative;
      padding-left: 30px; }
      .sidebar_menu li.current_page_item a:before {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDQiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlOiMwMDk4N2I7c3Ryb2tlLXdpZHRoOjVweCI+CiAgICAgICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIHN0eWxlPSJzdHJva2U6bm9uZSIvPgogICAgICAgIDxjaXJjbGUgY3g9IjkiIGN5PSI5IiByPSI2LjUiIHN0eWxlPSJmaWxsOm5vbmUiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .sidebar_menu li + li {
      margin-top: 2.0822488287vw; }
  @media (max-width: 960px) {
    .sidebar {
      display: none; } }

.fixed_btn {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 1000; }
  .fixed_btn a {
    display: block;
    width: 48px;
    height: 48px; }

/* ======================================================================================== ^^
	Footer
=========================================================================================== ^^ */
.footer {
  padding: 2.7589796981vw 0 5.7782404997vw;
  border: solid 1px #707070;
  background-color: #2f2f2f; }
  .footer_wrap {
    width: 100%;
    padding-left: 264px; }
  .footer_banner {
    width: 100%;
    background: #f0f0f0;
    padding: 2.2384174909vw 0 1.1972930765vw; }
    .footer_banner ul {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .footer_banner ul li {
        margin-right: 1%;
        width: 19%; }
        .footer_banner ul li figure {
          margin-bottom: 1.1452368558vw; }
          .footer_banner ul li figure a img {
            width: 100%;
            height: auto; }
        .footer_banner ul li:nth-child(5n) {
          margin-right: 0; }
  .footer_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.1233732431vw; }
    .footer_head_menu {
      list-style-type: none;
      display: flex;
		flex-wrap:wrap;
      justify-content: flex-start; }
.footer_head_menu li{
	margin-right: 2.0822488287vw;
}
.footer_head_menu li:first-child{
	margin-right: 0;
}
      .footer_head_menu li a {
        font-weight: bold;
        font-size:min(1.04vw,20px);
        line-height: 1;
        text-decoration: none;
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #fff;
        white-space: nowrap; }
        .footer_head_menu li a:visited {
          color: #fff; }
        .footer_head_menu li a:active {
          color: #fff; }
        .footer_head_menu li a:hover {
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .footer_head_menu li a:hover:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -webkit-opacity: 0.7;
            opacity: 0.7; }
  .footer_nav {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.0411244144vw; }
    .footer_nav li {
      position: relative; }
      .footer_nav li a {
        font-size: 0.7808433108vw;
        line-height: 1;
        text-decoration: none;
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #fff;
        white-space: nowrap; }
        .footer_nav li a:visited {
          color: #fff; }
        .footer_nav li a:active {
          color: #fff; }
      .footer_nav li:before {
        display: block;
        position: absolute;
        left: -0.8328995315vw;
        top: 50%;
        margin-top: -0.5205622072vw;
        height: 1.0411244144vw;
        width: 1px;
        background-color: #fff;
        content: ''; }
      .footer_nav li:first-child:before {
        display: none; }
    .footer_nav li + li {
      margin-left: 1.5616866216vw; }
  .footer_snslist {
    display: flex;
    margin-left: 26px;
    align-items: center;
    justify-content: flex-end; }
    .footer_snslist li {
      width: 36px; }
      .footer_snslist li a {
        display: block; }
        .footer_snslist li a svg {
          width: 40px;
          height: 40px;
          vertical-align: bottom; }
      .footer_snslist li.youtube-logo {
        width: 48px; }
        .footer_snslist li.youtube-logo a svg {
          width: 45.4px;
          height: 32.2px; }
    .footer_snslist li + li {
      margin-left: 20px; }
  .footer_copry {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.6246746486vw;
    color: #fff;
    letter-spacing: 1.2px;
    margin-bottom: 0; }
  @media (max-width: 960px) {
    .footer {
      padding: 8vw 6.667vw 14.667vw; }
      .footer_wrap {
        width: 100%;
        padding-left: 0; }
      .footer_banner {
        width: 100%;
        background: #f0f0f0;
        padding: 8vw 0 5.333vw; }
        .footer_banner ul {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .footer_banner ul li {
            margin-right: 0;
            width: 45.333vw; }
            .footer_banner ul li figure {
              margin-bottom: 2.667vw; }
              .footer_banner ul li figure a img {
                width: 100%;
                height: auto; }
            .footer_banner ul li:nth-child(5n) {
              margin-right: 0; }
      .footer_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10.667vw; }
        .footer_head_menu {
          list-style-type: none;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-bottom: 6.4vw;
          padding: 0 2vw; }
          .footer_head_menu li {
            width: 100%;
			  margin-right:0;
            margin-bottom: 4.267vw; }
            .footer_head_menu li a {
              font-weight: bold;
             font-size:min(4.267vw,20px);
              line-height: 1.6;
              display: block;
              width: 100%;
              text-decoration: none;
              font-family: "Zen Kaku Gothic New", sans-serif;
              color: #fff;
              white-space: normal; }
              .footer_head_menu li a:visited {
                color: #fff; }
              .footer_head_menu li a:active {
                color: #fff; }
          .footer_head_menu li + li {
            margin-left: 0; }
      .footer_nav {
        list-style-type: none;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 5.333vw; }
        .footer_nav li {
          position: relative;
          padding-bottom: 1.3vw; }
          .footer_nav li a {
            font-size: 3.2vw;
            line-height: 1;
            text-decoration: none;
            font-family: "Zen Kaku Gothic New", sans-serif;
            color: #fff;
            white-space: nowrap; }
            .footer_nav li a:visited {
              color: #fff; }
            .footer_nav li a:active {
              color: #fff; }
          .footer_nav li:before {
            display: none; }
          .footer_nav li:after {
            display: block;
            position: absolute;
            right: -4vw;
            top: 50%;
            margin-top: -2.133vw;
            height: 4.267vw;
            width: 0.267vw;
            background-color: #fff;
            content: ''; }
          .footer_nav li:first-child {
            margin-right: 8vw; }
            .footer_nav li:first-child:before {
              display: none; }
          .footer_nav li:last-child:after {
            display: none; }
        .footer_nav li + li {
          margin-right: 8vw;
          margin-left: 0; }
      .footer_snslist {
        display: flex;
        margin-left: 0;
        align-items: center;
        justify-content: center; }
        .footer_snslist li {
          width: 10.667vw; }
          .footer_snslist li a {
            display: block; }
            .footer_snslist li a svg {
              width: 10.667vw;
              height: 10.667vw;
              vertical-align: bottom; }
        .footer_snslist li + li {
          margin-left: 4.267vw; }
      .footer_copry {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 3.2vw;
        text-align: center;
        color: #fff;
        letter-spacing: 0.32vw; } }

.header {
  display: none; }
  @media (max-width: 960px) {
    .header {
      display: block;
      width: 100%;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      height: 14.667vw;
      background-color: #fff;
      /*position: fixed;*/ }
      .header_inner {
        position: relative; }
        .header_inner:after {
          content: '';
          display: block;
          width: 33.6vw;
          height: 30.933vw;
          padding: 2.507vw 6.133vw 6.133vw;
          border-radius: 50%;
          background-color: #fff;
          background-image: url("../img/icon/logo@2x.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 80px auto;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -16.8vw;
          box-sizing: border-box; }
      .header-hamburger {
        width: 11px;
        height: 100%;
        position: absolute;
        top: 23px;
        right: 14px; }
      .header .hamburger {
        background-color: transparent;
        border-color: transparent;
        z-index: 9999; }
        .header .hamburger span {
          width: 100%;
          height: 3px;
          background-color: #00a094;
          border-radius: 6px;
          position: relative;
          transition: ease .4s;
          display: block; }
          .header .hamburger span:nth-child(1) {
            top: 0; }
          .header .hamburger span:nth-child(2) {
            margin: 3px 0; }
          .header .hamburger span:nth-child(3) {
            top: 0; }
        .header .hamburger.active span:first-of-type {
          /* ハンバーガーメニューの1番目の線 */
          top: 50%;
          transform: rotate(45deg); }
        .header .hamburger.active span:nth-of-type(2) {
          /* ハンバーガーメニューの2番目の線 */
          opacity: 0;
          /* 透明にする */ }
        .header .hamburger.active span:last-of-type {
          /* ハンバーガーメニューの3番目の線 */
          top: 50%;
          margin-top: -12px;
          transform: rotate(-45deg); } }

main {
  padding-left: 264px; }
  @media (max-width: 960px) {
    main {
      padding-left: 0; } }

.bg_lightgreen {
  background-color: #f4fafa;
  /*rgba(0, 152, 53, 0.05)*/ }
.bg_green {
  background-color: #e9f4ea;
  /*rgba(0, 152, 53, 0.1)*/ }
.bg_lightyellow {
  margin-top: 0 !important;
  background-color: #fefdf8;
  /*rgba(255, 207, 100, 0.05)*/ }
.bg_white {
  background-color: #fff; }

a:link:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:link:hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7; }

.contents {
  width: 100%; }
  .contents_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px; }
    .contents_inner-pd20 {
      padding: 0 20px 60px;
      max-width: 1240px; }
  @media (max-width: 960px) {
    .contents_inner {
      width: 100%;
      margin: 0 auto;
      padding: 0 2.667vw; }
      .contents_inner-pd20 {
        width: 100%;
        margin: 0 auto;
        padding: 0 2.667vw 5.2vw; } }

.toppage_slider-items {
  width: 100%;
  height: 100%;
  max-height: 39.562727746vw;
  overflow: hidden;
  border-radius: 0 0 0 16.6579906299vw;
  position: relative; }
  .toppage_slider-items img {
    width: 100%;
    object-fit: cover; }
  .toppage_slider-items-sp {
    display: none; }
.toppage_slider-text {
  position: absolute;
  top: 0;
  left: 347px;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse; }
  .toppage_slider-text.pc-hide {
    display: none; }
  .toppage_slider-text p {
    writing-mode: vertical-rl;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.0822488287vw;
    letter-spacing: 0.7808433108vw; }
    .toppage_slider-text p span {
      padding: 1.8740239459vw 0.1561686622vw 0.9370119729vw;
      background-color: #fff; }
  .toppage_slider-text p + p {
    margin-right: 0.6246746486vw; }
.toppage_lead {
  padding-top: 87px;
  padding-bottom: 149px;
  text-align: center;
  position: relative; }
  .toppage_lead:before {
    position: absolute;
    bottom: 100px;
    left: 0;
    display: block;
    width: 18.8443519001vw;
    height: 14.1228526809vw;
    background-image: url("./../img/illust-01.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
  .toppage_lead:after {
    position: absolute;
    bottom: 100px;
    right: 0;
    display: block;
    width: 18.479958355vw;
    height: 15.0442477876vw;
    background-image: url("./../img/illust-02.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
  .toppage_lead h1 {
    font-size: 2.6028110359vw;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: 1.2px; }
  .toppage_lead_subtitle {
    font-size: 1.2493492972vw;
    line-height: 1;
    font-weight: 500;
    color: #797979;
    letter-spacing: 0.26px; }
  .toppage_lead_text {
    font-size: 1.0411244144vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 1.4px; }
  .toppage_lead_image {
    text-align: center;
    margin-top: 3.1233732431vw; }
    .toppage_lead_image > div {
      display: inline-block;
      width: 18.0114523686vw;
      height: 10.1509630401vw;
      overflow: hidden;
      border-radius: 16px; }
      .toppage_lead_image > div > img {
        width: 100%;
        height: auto;
        object-fit: cover; }
    .toppage_lead_image div + div {
      margin-left: 22px; }
.toppage_link {
  padding: 100px 4.1644976575vw; }
  .toppage_link_images {
    width: 48.0478917231vw;
    height: 26.9651223321vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 4.1644976575vw; }
    .toppage_link_images > div {
      margin-top: 2.7589796981vw;
      margin-right: 1.2493492972vw;
      height: 24.1540864133vw; }
      .toppage_link_images > div:nth-child(2) {
        margin-top: 0; }
      .toppage_link_images > div:last-child {
        margin-right: 0; }
      .toppage_link_images > div img {
        border-radius: 24px; }
    .toppage_link_images-sp {
      display: none; }
  .toppage_link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    min-height: 25.1952108277vw; }
    .toppage_link_box:first-child {
      margin-bottom: 3.3836543467vw; }
    .toppage_link_box:nth-child(2) {
      flex-direction: row-reverse;
      margin-bottom: 8.3289953149vw; }
      .toppage_link_box:nth-child(2) .toppage_link_images {
        margin-right: 0;
        margin-left: 4.1644976575vw; }
      .toppage_link_box:nth-child(2) .toppage_link_images div {
        margin-right: 0;
        margin-left: 1.2493492972vw; }
        .toppage_link_box:nth-child(2) .toppage_link_images div:first-child {
          margin-left: 0; }
  .toppage_link_text {
    width: 21.0827693909vw; }
    .toppage_link_text h2 {
      font-size: 1.5616866216vw;
      line-height: 1.67;
      letter-spacing: 1px;
      margin-bottom: 18px; }
    .toppage_link_text a {
      display: block;
      border-radius: 6px;
      margin-top: 1.2493492972vw;
      font-size: 1.0411244144vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: bold;
      height: 3.1754294638vw;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #fff;
      background-color: #00a094; }
    .toppage_link_text p {
      font-size: 0.9370119729vw;
      font-weight: 500; }
    .toppage_link_text p + p {
      margin-top: 1.2493492972vw; }
.toppage_news {
  padding: 60px 4.1644976575vw 110px; }
  .toppage_news_inner {
    padding: 2.030192608vw 2.8110359188vw 2.2384174909vw 2.1343050495vw;
    border-radius: 0.8328995315vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff; }
  .toppage_news_tab {
    display: flex;
    justify-content: flex-start; }
    .toppage_news_tab_item {
      width: 9.4742321707vw;
      height: 3.0192608017vw;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 3.1233732431vw;
      background-color: #ededed;
      color: #222222;
      font-size: 1.0411244144vw;
      font-weight: bold;
      text-decoration: none; }
      .toppage_news_tab_item.is-active {
        background-color: #00a094;
        color: #fff; }
      .toppage_news_tab_item:hover {
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .toppage_news_tab_item:hover:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
      .toppage_news_tab_item:nth-child(2).is-active {
        background-color: #ffcf64;
        color: #222; }
    .toppage_news_tab_item + .toppage_news_tab_item {
      margin-left: 16px; }
  .toppage_news_panel {
    width: 100%;
    display: none; }
    .toppage_news_panel.is-active {
      display: block; }
  .toppage_news_list {
    padding-top: 2.6028110359vw;
    list-style: none; }
    .toppage_news_list li a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      line-height: 1;
      text-decoration: none;
      color: #222222; }
      .toppage_news_list li a .date {
        font-size: 0.9370119729vw;
        font-weight: 500;
        margin-right: 1.301405518vw;
        letter-spacing: 0.9px; }
      .toppage_news_list li a .cat {
        width: 5.8823529412vw;
        height: 1.4575741801vw;
        font-size: 0.7287870901vw;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #00a094;
        color: #fff;
        margin-right: 1.1452368558vw;
        border-radius: 0.3123373243vw; }
      .toppage_news_list li a .title {
        font-size: 0.9370119729vw;
        font-weight: 500; }
    .toppage_news_list li + li {
      margin-top: 1.7178552837vw; }
    .toppage_news_list-event li a .cat {
      background-color: #ffcf64;
      color: #222; }
  .toppage_news_link {
    margin-top: 4.0083289953vw;
    display: block;
    text-align: right;
    font-size: 1.0411244144vw;
    font-weight: 500;
    color: #222222;
    text-decoration: none; }
.toppage_access {
  padding: 5.2056220718vw 4.1644976575vw; }
  .toppage_access_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .toppage_access_text {
    max-width: 29.4638209266vw;
    margin-right: 4.1124414368vw; }
    .toppage_access_text h2 {
      font-size: 2.0822488287vw;
      margin-bottom: 2.0822488287vw;
      line-height: 1; }
    .toppage_access_text h3 {
      position: relative;
      padding-left: 35px;
      font-size: 1.1452368558vw;
      margin-bottom: 2.0822488287vw;
      line-height: 1; }
      .toppage_access_text h3:before {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        display: block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDQiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlOiMwMDk4N2I7c3Ryb2tlLXdpZHRoOjVweCI+CiAgICAgICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIHN0eWxlPSJzdHJva2U6bm9uZSIvPgogICAgICAgIDxjaXJjbGUgY3g9IjkiIGN5PSI5IiByPSI2LjUiIHN0eWxlPSJmaWxsOm5vbmUiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .toppage_access_text p {
      letter-spacing: 0.7px; }
    .toppage_access_text p + h3 {
      margin-top: 2.0822488287vw; }
  .toppage_access_map {
    width: 44.3519000521vw;
    height: 37.8448724623vw; }
    .toppage_access_map > iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 24px; }
.toppage_sns {
  padding: 60px 4.1644976575vw 12.3373243103vw; }
  .toppage_sns h2 {
    font-size: 2.0822488287vw;
    margin-bottom: 2.0822488287vw;
    line-height: 1; }
  .toppage_sns h3 {
    font-size: 2.0822488287vw;
    margin-bottom: 1.2493492972vw;
    line-height: 1; }
  .toppage_sns_inner {
    margin-top: 5.2056220718vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .toppage_sns_item {
    width: 46.4%;
    text-align: center; }
    .toppage_sns_item > div {
      display: block;
      width: 100%;
      height: 41.3326392504vw;
      border: solid 1px #ccc;
      overflow-y: scroll; }
      .toppage_sns_item > div > iframe {
        width: 100%;
        min-height: 100%; }
        .toppage_sns_item > div > iframe .css-1dbjc4n {
          border-left: none;
          border-right: none; }
    .toppage_sns_item .fb_iframe_widget span {
      height: 100% !important; }
      .toppage_sns_item .fb_iframe_widget span > iframe {
        width: 100%;
        min-height: 100%; }
    .toppage_sns_item .fb-page,
    .toppage_sns_item .fb-page span iframe {
      width: 100% !important;
      height: 41.3326392504vw !important; }
@media (max-width: 960px) {
  .toppage_slider {
    height: 72.8vw; }
    .toppage_slider-items {
      display: none; }
    .toppage_slider-items-sp {
      display: block; }
      .toppage_slider-items-sp img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .toppage_slider-text {
      position: absolute;
      top: 40vw;
      left: 0;
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
      .toppage_slider-text.pc-hide {
        display: flex; }
      .toppage_slider-text.sp-hide {
        display: none; }
      .toppage_slider-text p {
        writing-mode: inherit;
        display: inline-block;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 5.333vw;
        letter-spacing: 1.333vw; }
        .toppage_slider-text p span {
          padding: 0.8vw 1.3vw 0.8vw 3vw;
          background-color: #fff; }
      .toppage_slider-text p + p {
        margin-right: 0;
        margin-top: 2.1vw; }
  .toppage_lead {
    padding-top: 6.133vw;
    padding-bottom: 48vw;
    text-align: center;
    position: relative; }
    .toppage_lead:before {
      position: absolute;
      bottom: 9.333vw;
      left: 7.467vw;
      display: block;
      width: 38.933vw;
      height: 29.333vw;
      background-image: url("./../img/illust-01.svg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .toppage_lead:after {
      position: absolute;
      bottom: 9.333vw;
      right: 9.067vw;
      display: block;
      width: 36vw;
      height: 29.333vw;
      background-image: url("./../img/illust-02.svg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .toppage_lead h1 {
      font-size: 6.4vw;
      line-height: 1;
      margin-top: 1.867vw;
      margin-bottom: 5.333vw;
      font-weight: 500; }
    .toppage_lead_subtitle {
      font-size: 3.467vw;
      line-height: 1;
      font-weight: 500;
      color: #797979;
      margin-bottom: 3.8vw;
      letter-spacing: 0.069vw; }
    .toppage_lead_text {
      font-size: 3.467vw;
      line-height: 2;
      font-weight: 500;
      text-align: left;
      letter-spacing: 0.373vw; }
    .toppage_lead_image {
      text-align: center;
      margin-top: 57px;
      display: flex;
      justify-content: space-between; }
      .toppage_lead_image > div {
        display: inline-block;
        width: 45.333vw;
        height: 25.067vw;
        overflow: hidden;
        border-radius: 2.133vw; }
        .toppage_lead_image > div > img {
          width: 100%;
          height: auto;
          object-fit: cover; }
      .toppage_lead_image div + div {
        margin-left: auto; }
  .toppage_link {
    padding: 8vw 0 16vw; }
    .toppage_link_images {
      display: none; }
      .toppage_link_images-sp {
        display: block;
        position: relative; }
        .toppage_link_images-sp > div {
          border-radius: 1.6vw; }
          .toppage_link_images-sp > div > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 1.6vw; }
          .toppage_link_images-sp > div:first-child {
            position: absolute;
            top: -10.4vw;
            left: 0;
            width: 26.667vw;
            height: 20.8vw;
            overflow: hidden; }
          .toppage_link_images-sp > div:nth-child(2) {
            width: 89.867vw;
            margin: 40px auto; }
          .toppage_link_images-sp > div:nth-child(3) {
            position: absolute;
            bottom: -10.4vw;
            right: 0;
            width: 26.667vw;
            height: 20.8vw;
            overflow: hidden; }
    .toppage_link_box {
      display: block;
      padding: 0; }
      .toppage_link_box:first-child {
        margin-bottom: 27vw; }
      .toppage_link_box:nth-child(2) {
        margin-bottom: 27vw; }
        .toppage_link_box:nth-child(2) .toppage_link_images {
          display: none; }
    .toppage_link_text {
      width: 100%; }
      .toppage_link_text h2 {
        font-size: 5.333vw;
        line-height: 1.67;
        letter-spacing: 0.267vw;
        margin-bottom: 4.8vw; }
      .toppage_link_text a {
        display: block;
        border-radius: 1.6vw;
        margin-top: 6.4vw;
        font-size: 5.333vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: bold;
        height: 16vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        background-color: #00a094; }
      .toppage_link_text p {
        font-size: 3.733vw;
        line-height: 1.71;
        letter-spacing: 0.373vw;
        font-weight: 500; }
      .toppage_link_text p + p {
        margin-top: 6.4vw; }
  .toppage_news {
    padding: 10.667vw 0 18.667vw; }
    .toppage_news_inner {
      padding: 9.867vw 2.667vw 10.667vw;
      border-radius: 4.267vw;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      background-color: #fff; }
    .toppage_news_tab {
      display: flex;
      justify-content: center; }
      .toppage_news_tab_item {
        width: 41.333vw;
        height: 13.333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16vw;
        background-color: #ededed;
        color: #222222;
        font-size: 4.267vw;
        font-weight: bold;
        text-decoration: none; }
      .toppage_news_tab_item + .toppage_news_tab_item {
        margin-left: 2.933vw; }
    .toppage_news_list {
      padding-top: 9.333vw;
      list-style: none; }
      .toppage_news_list li a {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        line-height: 1;
        text-decoration: none;
        color: #222222; }
        .toppage_news_list li a .date {
          font-size: 3.733vw;
          font-weight: 500;
          margin-right: 0;
          margin-bottom: 1.867vw; }
        .toppage_news_list li a .cat {
          width: 30.133vw;
          height: 7.467vw;
          font-size: 3.733vw;
          font-weight: 500;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #00a094;
          color: #fff;
          margin-right: 0;
          margin-bottom: 2.933vw;
          border-radius: 1.6vw; }
        .toppage_news_list li a .title {
          font-size: 3.733vw;
          line-height: 5.333vw;
          letter-spacing: 0.187vw; }
      .toppage_news_list li + li {
        margin-top: 8vw; }
    .toppage_news_link {
      margin-top: 10.933vw;
      display: block;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      color: #222222;
      text-decoration: none; }
  .toppage_access {
    padding: 8vw 0 13.333vw; }
    .toppage_access_inner {
      flex-direction: column; }
    .toppage_access_text {
      max-width: 100%;
      margin-right: 0; }
      .toppage_access_text h2 {
        font-size: 7.467vw;
        margin-bottom: 7.733vw;
        text-align: center;
        line-height: 1;
        line-height: 1.25; }
      .toppage_access_text h3 {
        position: relative;
        padding-left: 9.333vw;
        font-size: 5.867vw;
        line-height: 1;
        margin-bottom: 5.333vw;
        line-height: 1; }
        .toppage_access_text h3:before {
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -3.2vw;
          display: block;
          width: 6.4vw;
          height: 6.4vw;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDQiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlOiMwMDk4N2I7c3Ryb2tlLXdpZHRoOjVweCI+CiAgICAgICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIHN0eWxlPSJzdHJva2U6bm9uZSIvPgogICAgICAgIDxjaXJjbGUgY3g9IjkiIGN5PSI5IiByPSI2LjUiIHN0eWxlPSJmaWxsOm5vbmUiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
          background-position: center top;
          background-repeat: no-repeat;
          background-size: contain;
          content: ""; }
      .toppage_access_text p {
        margin-bottom: 1em; }
      .toppage_access_text p + h3 {
        margin-top: 8vw; }
    .toppage_access_map {
      width: 100%;
      height: 80.8vw;
      margin-top: 8vw; }
      .toppage_access_map > iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 6px; }
  .toppage_sns {
    padding: 8.8vw 0 16vw; }
    .toppage_sns h2 {
      font-size: 9.333vw;
      margin-bottom: 4.533vw;
      line-height: 1.25;
      text-align: center; }
    .toppage_sns h3 {
      font-size: 8vw;
      margin-bottom: 6.4vw;
      line-height: 1;
      text-align: center; }
    .toppage_sns_inner {
      margin-top: 5.2056220718vw;
      flex-direction: column; }
    .toppage_sns_item {
      margin-top: 10.667vw;
      width: 100%;
      text-align: center; }
      .toppage_sns_item > div {
        display: block;
        width: 100%;
        height: 108.267vw;
        /*border: solid 1px #ccc;*/
        overflow-y: scroll; }
        .toppage_sns_item > div > iframe {
          width: 100%;
          min-height: 100%; }
      .toppage_sns_item .fb_iframe_widget span {
        height: 100% !important; }
        .toppage_sns_item .fb_iframe_widget span > iframe {
          width: 100%;
          min-height: 100%; }
      .toppage_sns_item .fb-page,
      .toppage_sns_item .fb-page span iframe {
        width: 100% !important;
        height: 108.267vw !important; }
    .toppage_sns_item + .toppage_sns_item {
      margin-top: 10.667vw; } }

.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000; }
  .overlay .btn_area {
    width: 80%;
    height: 40vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 1001; }
    .overlay .btn_area video {
      max-width: 100%;
      max-height: 100%; }
    .overlay .btn_area p {
      padding: 15px; }
    .overlay .btn_area button {
      display: block;
      margin: 0 auto;
      color: #fff;
      font-family: "Zen Kaku Gothic New", sans-serif; }
      .overlay .btn_area button:hover {
        text-decoration: underline; }

.panorama {
  position: relative;
  padding-top: 50%; }
  .panorama iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 960px) {
    .panorama {
      margin-top: 14.667vw; } }

.pages_head {
  padding-top: 2.7069234774vw;
  padding-bottom: 4.2686100989vw;
  margin: 0 auto; }
  .pages_head-pb0 {
    padding-bottom: 0; }
.pages_breadcrmbs {
  margin-bottom: 2.4986985945vw;
  font-size: 0.9370119729vw;
  letter-spacing: 0.7px;
  font-weight: bold; }
  .pages_breadcrmbs a {
    text-decoration: none;
    color: #222222; }
.pages_slider-items .slick-slide {
  max-width: 37.8448724623vw;
  width: 577px;
  height: 27.0692347736vw;
  border-radius: 1.5616866216vw;
  overflow: hidden;
  margin-right: 35px; }
.pages_slider-items .slick-dots {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2493492972vw;
  margin-bottom: 1.2493492972vw; }
  .pages_slider-items .slick-dots li {
    width: 0.7287870901vw;
    height: 0.7287870901vw;
    background-color: #b4b4b4;
    color: transparent;
    border-radius: 50%; }
    .pages_slider-items .slick-dots li.slick-active {
      background-color: #00987b; }
    .pages_slider-items .slick-dots li button {
      display: none; }
  .pages_slider-items .slick-dots li + li {
    margin-left: 0.8328995315vw; }
.pages_slider-items img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.pages_slider-thumbnail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.9890681936vw;
  position: relative; }
  .pages_slider-thumbnail li {
    width: 9.5262883915vw;
    margin-bottom: 0.5205622072vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    padding: 0; }
    .pages_slider-thumbnail li:before {
      display: block;
      padding-top: 70%;
      content: ""; }
    .pages_slider-thumbnail li img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      width: 100%; }
    .pages_slider-thumbnail li.current:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 0.5;
      background: #000; }
.pages_inner {
  padding-top: 2.7069234774vw; }
  .pages_inner h1 {
    font-size: 2.6028110359vw;
    margin-bottom: 1.2493492972vw;
    line-height: 1;
    letter-spacing: 2.5px; }
  .pages_inner .news_title {
    font-size: 2.6028110359vw;
    margin-bottom: 1.2493492972vw;
    line-height: 1;
    letter-spacing: 2.5px;
    font-weight: bold; }
.pages_point {
  padding: 2.0822488287vw 1.0411244144vw 2.0822488287vw 10.6715252473vw;
  margin-bottom: 2.7069234774vw;
  border-radius: 12px;
  min-height: 13.0140551796vw;
  border: solid 4px #fff;
  background-color: #fdf4e0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .pages_point:before {
    position: absolute;
    top: 2.2904737116vw;
    left: 1.0411244144vw;
    width: 8.3810515357vw;
    height: 8.8495575221vw;
    background-image: url("../img/icon/pages-check@2x.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    content: ''; }
  .pages_point p {
    font-size: 0.9370119729vw;
    font-weight: 500;
    line-height: 2; }
  .pages_point-02:before {
    width: 8.2769390942vw;
    height: 8.8495575221vw;
    background-image: url("../img/icon/pages-check-02@2x.png"); }
.pages_tab {
  display: flex;
  justify-content: flex-start; }
  .pages_tab li {
    padding: 20px 32px;
    cursor: pointer; }
    .pages_tab li h2 {
      font-weight: 500;
      font-size: 1.1452368558vw; }
    .pages_tab li.is-active {
      background-color: #fff;
      border-radius: 12px 12px 0 0; }
  .pages_tab li + li {
    margin-left: 16px; }
.pages_tabs:hover {
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .pages_tabs:hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7; }
.pages_panel {
  display: none;
  padding: 4.4768349818vw 0 5.2056220718vw; }
  .pages_panel.is-show {
    display: block; }
  .pages_panel-room {
    padding-bottom: 0; }
    .pages_panel-room .pages_news {
      margin-top: 5.2056220718vw; }
.pages_room {
  display: flex;
  justify-content: space-between; }
  .pages_room_slider-items .slick-slide {
    width: 100%;
    height: 24.0499739719vw;
    max-height: 462px;
    border-radius: 0.3123373243vw;
    overflow: hidden; }
  .pages_room_slider-items img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .pages_room_slider-thumbnail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.9890681936vw;
    position: relative; }
    .pages_room_slider-thumbnail li {
      width: 24%;
      height: 5.8302967205vw;
      margin-bottom: 0.5205622072vw;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      height: 100%;
      padding: 0;
      margin-right: 1.1%;
      border-radius: 0.3123373243vw; }
      .pages_room_slider-thumbnail li:before {
        display: block;
        padding-top: 70%;
        content: ""; }
      .pages_room_slider-thumbnail li img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .pages_room_slider-thumbnail li:nth-child(4n) {
        margin-right: 0; }
      .pages_room_slider-thumbnail li.current:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.3;
        background: #fff; }
  .pages_room-image {
    width: 39.562727746vw;
    max-width: 600px;
    margin-right: 1.2493492972vw; }
  .pages_room-name {
    font-size: 1.5616866216vw; }
  .pages_room-text {
    font-size: 0.8328995315vw;
    line-height: 1.5616866216vw;
    margin-top: 1.2493492972vw;
    font-weight: 500; }
  .pages_room-notice {
    font-size: 0.7287870901vw;
    line-height: 1.3534617387vw;
    margin-top: 0.8328995315vw;
    font-weight: 500; }
  .pages_room-detail {
    width: 37.1160853722vw;
    max-width: calc( 600px - 1.2493492972vw); }
    .pages_room-detail dl {
      flex-grow: 1;
      text-align: center;
      font-size: 0.8328995315vw;
      line-height: 1.3534617387vw;
      font-weight: 500; }
      .pages_room-detail dl dd {
        width: 100%;
        padding: 0 0.6246746486vw;
        background-color: #f2f2f2;
        height: 5.2576782926vw;
        display: flex;
        justify-content: center;
        align-items: center; }
      .pages_room-detail dl dt {
        width: 100%;
        padding: 12px;
        background-color: #00987b;
        color: #fff; }
    .pages_room-detail dl + dl {
      border-left: 1px solid #fff; }
  .pages_room-price {
    margin-top: 1.2493492972vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .pages_room-price-sample {
      display: flex;
      padding: 24px;
      border-radius: 12px;
      background-color: #f5f5f5;
      margin-top: 16px; }
      .pages_room-price-sample p {
        font-size: 0.7287870901vw;
        line-height: 1.63;
        font-weight: 500; }
        .pages_room-price-sample p span {
          font-size: 0.8328995315vw;
          white-space: nowrap; }
      .pages_room-price-sample p + p {
        margin-left: 24px; }
    .pages_room-price-time {
      display: flex;
      padding: 24px;
      border-radius: 12px;
      background-color: #f5f5f5;
      margin-bottom: 2em; }
      .pages_room-price-time p {
        font-size: 1.1em;
        line-height: 1.63;
        font-weight: 500; }
  .pages_room-contact {
    background-color: rgba(255, 207, 100, 0.2);
    border-radius: 12px;
    padding: 1.2493492972vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.0931806351vw; }
  .pages_room-tel {
    display: block;
    text-align: center; }
    .pages_room-tel p {
      font-size: 0.9370119729vw;
      font-weight: bold;
      margin-bottom: 12px; }
    .pages_room-tel a {
      position: relative;
      font-size: 2.0822488287vw;
      line-height: 1;
      padding-left: 36px;
      display: inline-block;
      color: #00987b;
      text-decoration: none;
      font-weight: bold; }
      .pages_room-tel a:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 30px;
        margin-top: -13px;
        background-image: url("../img/icon/ico_phone-call.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        content: ''; }
  .pages_room-resv {
    width: 15.5648099948vw;
    max-width: 240px;
    padding: 3px;
    border-radius: 0.6246746486vw;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .pages_room-resv:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-opacity: 0.7;
      opacity: 0.7; }
    .pages_room-resv a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 2.9672045809vw;
      border: solid 1px rgba(255, 255, 255, 0.55);
      border-radius: 0.6246746486vw;
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
    .pages_room-resv:first-child {
      background-color: #00987b; }
    .pages_room-resv:nth-child(2) {
      background-color: #0090dd; }
  .pages_room-resv + .pages_room-resv {
    margin-left: 1.2493492972vw; }
  .pages_room-resvform {
    width: 25.6116605934vw;
    max-width: 240px;
    padding: 3px;
    border-radius: 0.6246746486vw;
    background-color: #00987b; }
    .pages_room-resvform a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25.2993232691vw;
      height: 2.9672045809vw;
      border: solid 1px rgba(255, 255, 255, 0.55);
      border-radius: 0.6246746486vw;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .pages_room-resvform a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
  .pages_room-resvcall {
    width: 25.6116605934vw;
    max-width: 100%;
    padding: 3px;
    border-radius: 0.6246746486vw;
    background-color: #00987b; }
    .pages_room-resvcall a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      border: solid 1px rgba(255, 255, 255, 0.55);
      border-radius: 0.6246746486vw;
      color: #fff;
      text-decoration: none; }
  .pages_room-noresv {
    width: 25.6116605934vw;
    padding: 0.1561686622vw;
    border-radius: 0.6246746486vw;
    background-color: #4e4e4e; }
    .pages_room-noresv div {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25.2993232691vw;
      height: 2.9672045809vw;
      border: solid 1px rgba(255, 255, 255, 0.55);
      border-radius: 0.6246746486vw;
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
.pages_room + .pages_room {
  margin-top: 5.2056220718vw; }
.pages_facility-name {
  font-size: 1.5616866216vw;
  margin-bottom: 1.2493492972vw; }
.pages_facility-slider-items li {
  width: 30.2446642374vw;
  height: 20.145757418vw;
  overflow: hidden;
  border-radius: 0.6246746486vw;
  margin-right: 2.1863612702vw; }
  .pages_facility-slider-items li img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.pages_facility-info {
  padding: 2.0822488287vw 0; }
  .pages_facility-info h4 {
    font-size: 1.0411244144vw;
    margin-bottom: 0.8328995315vw; }
  .pages_facility-info p {
    font-size: 0.9370119729vw;
    line-height: 1.8740239459vw;
    font-weight: 500; }
.pages_facility-info + .pages_facility-info {
  border-top: solid 1px #ccc; }
.pages_facility-price {
  display: flex;
  align-items: stretch; }
  .pages_facility-price dl {
    display: block;
    text-align: center;
    width: 50%; }
    .pages_facility-price dl dt {
      padding: 12px 0;
      background-color: #00987b;
      font-size: 0.8328995315vw;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0.8px; }
    .pages_facility-price dl dd {
      padding: 0;
      font-size: min(1.0411244144vw, 17px);
      background-color: #f2f2f2;
      /* height: 5.2056220718vw;*/
	  height: 9.205622vw;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      letter-spacing: 1px; }
  .pages_facility-price dl + dl {
    border-left: solid 1px #fff; }
.pages_facility-notice {
  margin-top: 1.2493492972vw;
  font-size: 0.8328995315vw;
  line-height: 1.3534617387vw;
  font-weight: 500; }
.pages_facility:last-child {
  padding-bottom: 20px; }
.pages_facility + .pages_facility {
  margin-top: 5.2056220718vw; }
.pages_event h3 {
  font-size: 1.5616866216vw;
  margin-bottom: 1.2493492972vw; }
.pages_event-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .pages_event-list li {
    width: 31.4%;
    margin-right: 2.9%;
    margin-bottom: 4.6850598647vw; }
    .pages_event-list li:nth-child(3n) {
      margin-right: 0; }
    .pages_event-list li a {
      display: block;
      text-decoration: none;
      color: #222; }
.pages_event-title {
  font-size: 1.1452368558vw;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.64;
  letter-spacing: 1.1px; }
.pages_event-label {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.7287870901vw;
  line-height: 1;
  font-weight: bold;
  border-radius: 6px;
  background-color: #ffcf64; }
.pages_event-excerpt p {
  font-size: 0.8328995315vw;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.8px;
  text-align: left; }
.pages_event-date {
  margin-top: 18px;
  font-size: 1.0411244144vw;
  letter-spacing: 1px; }
.pages_event-image {
  width: 100%;
  height: 14.055179594vw;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 12px; }
  .pages_event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.pages_event-pagenation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .pages_event-pagenation .page-numbers {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 1.0411244144vw;
    font-weight: 500;
    line-height: 1;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 12px;
    color: #222;
    text-decoration: none; }
    .pages_event-pagenation .page-numbers.current {
      background-color: #ffcf64; }
    .pages_event-pagenation .page-numbers.next {
      display: none; }
    .pages_event-pagenation .page-numbers.prev {
      display: none; }
.pages_contact_inner {
  width: 62.4154086413vw;
  margin: 0 auto;
  padding: 3.2795419053vw 0 10.5674128058vw;
  font-size: 0.9370119729vw;
  font-weight: 500; }
  .pages_contact_inner dt {
    width: 13.8990109318vw;
    background-color: rgba(0, 144, 221, 0.05);
    padding: 1.2493492972vw;
    border-bottom: solid 1px #fff;
    position: relative; }
  .pages_contact_inner dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48.6725663717vw;
    padding: 0.7287870901vw 1.2493492972vw;
    border: solid 1px #eee; }
    .pages_contact_inner dd input, .pages_contact_inner dd select {
      padding: 0.5205622072vw 0.6767308693vw;
      width: 22.4882873503vw;
      height: 2.394586153vw;
      border-radius: 0.3123373243vw;
      border: solid 1px #ddd;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .pages_contact_inner dd .select {
      display: inline-block;
      position: relative; }
      .pages_contact_inner dd .select:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        border-color: #222 transparent transparent transparent;
        content: '';
        display: block;
        top: 50%;
        right: 13px;
        margin-top: -4px;
        position: absolute; }
    .pages_contact_inner dd textarea {
      width: 46.3820926601vw;
      border-radius: 0.3123373243vw;
      padding: 1em;
      border: solid 1px #ddd;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .pages_contact_inner dl {
    display: flex; }
    .pages_contact_inner dl:nth-child(n+3) dd {
      border-top: none; }
    .pages_contact_inner dl .required {
      position: absolute;
      right: 1.1452368558vw;
      top: 1.2493492972vw;
      color: #ff0000; }
  .pages_contact_inner .form-control {
    display: block;
    margin: 2.1863612702vw auto;
    text-align: center;
    font-size: 16px;
    line-height: 1; }
    .pages_contact_inner .form-control .wpcf7-list-item label {
      display: flex;
      justify-content: center;
      align-items: center; }
    .pages_contact_inner .form-control input[type="checkbox"] {
      width: 27px;
      height: 27px;
      margin: 0 13px 0 0;
      border-radius: 6px;
      border: solid 1px #ccc;
      background-color: #eee; }
    .pages_contact_inner .form-control .wpcf7-list-item {
      margin-left: 0; }
  .pages_contact_inner .form-submit {
    width: 15.5648099948vw;
    padding: 0.1561686622vw;
    border-radius: 0.6246746486vw;
    background: #00987b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    .pages_contact_inner .form-submit:hover {
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .pages_contact_inner .form-submit:hover:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
    .pages_contact_inner .form-submit > p {
      display: inline-block;
      padding: 0;
      margin: 0;
      text-align: center; }
      .pages_contact_inner .form-submit > p > input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15.2524726705vw;
        height: 2.9672045809vw;
        border: solid 1px rgba(255, 255, 255, 0.55);
        border-radius: 0.6246746486vw;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        background: #00987b; }
    .pages_contact_inner .form-submit .wpcf7-spinner {
      display: none; }
.pages_contact_notice {
  margin: 4.1644976575vw 0;
  padding: 2.0822488287vw 1.5616866216vw;
  border-radius: 0.6246746486vw;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 2.25; }
  .pages_contact_notice h2 {
    font-size: 18px;
    margin-bottom: 24px; }
  .pages_contact_notice hr {
    color: #cccccc;
    margin: 16px 0; }
  .pages_contact_notice ol {
    margin-left: 3.3em; }
    .pages_contact_notice ol li {
      list-style-type: none;
      counter-increment: cnt;
      position: relative;
      line-height: 1.6; }
      .pages_contact_notice ol li:before {
        content: "(" counter(cnt) ")";
        display: inline-block;
        margin-left: -3em;
        width: 3em; }
    .pages_contact_notice ol li + li {
      margin-top: 1em; }
  .pages_contact_notice table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
    background: #fff;
    margin-top: 0.6em; }
    .pages_contact_notice table td, .pages_contact_notice table th {
      border: solid 1px #ccc;
      padding: 10px 2em;
      font-size: 1em;
      line-height: 1.6;
      text-align: left; }
    .pages_contact_notice table th {
      background: #fcfcfc; }
  .pages_contact_notice > div {
    max-height: 267px;
    overflow: scroll; }
.pages_title {
  font-size: 3.25rem;
  font-weight: normal; }
.pages_body {
  width: calc( 100% + 40px);
  margin-left: -20px; }
.pages_news {
  padding: 5.2056220718vw 0; }
.pages_linkru-time {
  padding: 2.6028110359vw 0 2.0822488287vw;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5.2056220718vw; }
  .pages_linkru-time h2 {
    font-size: 1.0411244144vw;
    margin-bottom: 0.8328995315vw; }
  .pages_linkru-time p {
    font-size: 0.9370119729vw;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.9px; }
.pages_linkru-free h2 {
  font-size: 1.5616866216vw;
  margin-bottom: 2.0822488287vw; }
.pages_linkru-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
.pages_linkru-item {
  width: calc(50% - 21px);
  padding-bottom: 5.2056220718vw; }
  .pages_linkru-item h3 {
    font-size: 1.2493492972vw;
    margin-bottom: 1.2493492972vw; }
  .pages_linkru-item h4 {
    font-size: 0.9370119729vw;
    margin-top: 1.2493492972vw;
    margin-bottom: 0.6246746486vw; }
  .pages_linkru-item p {
    font-weight: 500; }
  .pages_linkru-item a {
    color: #00987b;
    text-decoration: none; }
  .pages_linkru-item .pages_room-resv a {
    color: #fff; }
.pages_linkru-image {
  height: 22.1238938053vw;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1.2493492972vw;
  background-color: #ededed; }
  .pages_linkru-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.pages_linkru-paid h2 {
  font-size: 1.5616866216vw;
  margin-bottom: 2.0822488287vw; }
  .pages_linkru-paid h2 span {
    font-size: 0.7808433108vw;
    font-weight: normal;
    letter-spacing: 0.75px;
    padding-left: 1.2493492972vw; }
.pages_linkru-paid .pages_facility-price dl {
  width: 100%;
  min-width: 50%;
  max-width: 100%; }
.pages_linkru-cancel {
  padding-top: 2.6028110359vw;
  padding-bottom: 2.0822488287vw;
  border-top: solid 1px #ccc; }
  .pages_linkru-cancel h2 {
    font-size: 1.5616866216vw;
    margin-bottom: 1.2493492972vw; }
  .pages_linkru-cancel h3 {
    font-size: 0.9370119729vw;
    margin-bottom: 1.2493492972vw; }
  .pages_linkru-cancel table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
    table-layout: fixed;
    background: #fff; }
    .pages_linkru-cancel table td, .pages_linkru-cancel table th {
      border: solid 1px #ccc;
      padding: 12px 0;
      font-size: 0.9370119729vw;
      line-height: 1;
      font-weight: bold;
      text-align: center; }
    .pages_linkru-cancel table th {
      background: #fcfcfc; }
.pages_okumart {
  padding-top: 2.6028110359vw; }
  .pages_okumart h2 {
    padding-top: 2.6028110359vw;
    font-size: 1.5616866216vw;
    margin-bottom: 2.0822488287vw; }
  .pages_okumart-shop {
    padding-bottom: 1.0411244144vw; }
  .pages_okumart-item {
    padding-bottom: 4.1644976575vw; }
  .pages_okumart-text {
    font-size: 0.9370119729vw;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.9px; }
  .pages_okumart-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.2493492972vw; }
    .pages_okumart-info p {
      font-size: 0.9370119729vw;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 0.9px; }
      .pages_okumart-info p span {
        font-size: 1.1452368558vw; }
  .pages_okumart-contact {
    margin-top: 1.4055179594vw; }
    .pages_okumart-contact .pages_room-resvcall {
      width: 100%;
      height: 4.1644976575vw;
      max-height: 80px;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .pages_okumart-contact .pages_room-resvcall:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
      .pages_okumart-contact .pages_room-resvcall a {
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold; }
  .pages_okumart-link {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4.1644976575vw;
    flex-wrap: wrap; }
    .pages_okumart-link li {
      padding-right: 1em;
      position: relative; }
      .pages_okumart-link li a {
        color: #222;
        text-decoration: none;
        font-size: 17px;
        line-height: 1;
        font-weight: bold; }
      .pages_okumart-link li:before {
        content: '｜';
        display: block;
        position: absolute;
        left: -1em;
        top: 0; }
      .pages_okumart-link li:first-child:before {
        display: none; }
  .pages_okumart .okumart_slider {
    margin-bottom: 1.2493492972vw; }
    .pages_okumart .okumart_slider-items {
      max-height: 425px;
      overflow: hidden;
      border-radius: 0.6246746486vw; }
      .pages_okumart .okumart_slider-items .slick-slide {
        width: 100%;
        height: 22.1238938053vw;
        border-radius: 0.6246746486vw;
        overflow: hidden;
        position: relative; }
      .pages_okumart .okumart_slider-items .slick-dots {
        display: flex;
        justify-content: flex-end;
        left: 10px;
        bottom: 18px;
        position: absolute; }
        .pages_okumart .okumart_slider-items .slick-dots li {
          width: 0.4164497657vw;
          height: 0.4164497657vw;
          background-color: #fff;
          color: transparent;
          border-radius: 50%; }
          .pages_okumart .okumart_slider-items .slick-dots li.slick-active {
            background-color: #00987b; }
          .pages_okumart .okumart_slider-items .slick-dots li button {
            display: none; }
        .pages_okumart .okumart_slider-items .slick-dots li + li {
          margin-left: 0.3123373243vw; }
      .pages_okumart .okumart_slider-items img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
.pages_spot {
  margin-top: 0; }
  .pages_spot-lead {
    padding: 2.394586153vw 13.7948984904vw 1.8740239459vw 0;
    position: relative; }
    .pages_spot-lead p {
      font-size: 0.9370119729vw;
      font-weight: 500;
      letter-spacing: 0.9px; }
    .pages_spot-lead:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 11.087975013vw;
      height: 17.0744403956vw;
      background-image: url("../img/icon/pages-info.svg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain;
      display: block; }
  .pages_spot-kv {
    margin-top: 20px;
    position: relative;
    padding-top: 50%; }
    .pages_spot-kv iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: none; }
  .pages_spot-list {
    padding-bottom: 12.4414367517vw; }
    .pages_spot-list h2 {
      font-size: 1.5616866216vw; }
    .pages_spot-list ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .pages_spot-list ul li {
        width: 31.4%;
        margin-top: 1.665799063vw;
        margin-right: 2.9%;
        background-color: #222;
        border-radius: 0.6246746486vw; }
        .pages_spot-list ul li:nth-child(3n) {
          margin-right: 0; }
        .pages_spot-list ul li a {
          display: block;
          text-decoration: none;
          color: #fff;
          position: relative; }
          .pages_spot-list ul li a p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: #fff;
            z-index: 11;
            font-size: 1.2493492972vw;
            font-weight: 500;
            line-height: 1.58;
            letter-spacing: 1.2px;
            display: block;
            width: 100%;
            text-align: center; }
  .pages_spot-img {
    width: 100%;
    height: 13.6387298282vw;
    overflow: hidden; }
    .pages_spot-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      opacity: 0.6;
      border-radius: 0.6246746486vw; }
.pages_access {
  padding-top: 3.331598126vw;
  padding-bottom: 6.7152524727vw; }
  .pages_access-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .pages_access-map {
    width: 35.0338365435vw;
    height: 41.3326392504vw;
    margin-right: 4.060385216vw; }
    .pages_access-map > iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 12px; }
  .pages_access-map_wide {
    width: 35.0338365435vw;
    height: 41.3326392504vw;
    }
    .pages_access-map_wide > iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 12px; }
  .pages_access-detail h2 {
    font-size: 1.5616866216vw;
    margin-bottom: 1.2493492972vw; }
  .pages_access-detail p {
    font-size: 0.9370119729vw;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.9px; }
    .pages_access-detail p a {
      display: block;
      padding: 24px 0 36px 0.8328995315vw;
      color: #00a094;
      position: relative; }
      .pages_access-detail p a:before {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 8px;
        border-color: transparent transparent transparent #00a095;
        margin-top: -11px;
        top: 50%;
        left: 0;
        content: ''; }
  .pages_access-detail p + h2 {
    margin-top: 4.1644976575vw; }
.pages_newslist {
  padding: 3.331598126vw 0 10.4112441437vw; }
  .pages_newslist-inner {
    padding: 2.6028110359vw 2.6028110359vw 3.2795419053vw; }
    .pages_newslist-inner .toppage_news_panel {
      display: block; }
  .pages_newslist-pagenation {
    margin-top: 5.8823529412vw;
    justify-content: center; }
    .pages_newslist-pagenation .page-numbers.current {
      background-color: #00a094;
      color: #fff; }
    .pages_newslist-pagenation .page-numbers.next {
      width: 29px;
      margin-left: 30px;
      border-radius: none !important;
      display: block;
      background-color: transparent;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg3IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMjUgMjYuMDYpIiBzdHlsZT0iZmlsbDojMDBhMDk0Ii8+Cjwvc3ZnPgo=");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      color: transparent; }
    .pages_newslist-pagenation .page-numbers.prev {
      width: 29px;
      margin-right: 30px;
      border-radius: none !important;
      display: block;
      background-color: transparent;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg4IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDcuMDE5IC03LjUzOCkiIHN0eWxlPSJmaWxsOiMwMGEwOTQiLz4KPC9zdmc+Cg==");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      color: transparent; }
.pages_eventlist .toppage_news_list li a .cat {
  background-color: #ffcf64;
  color: #222; }
@media screen and (max-width: 960px) {
  .pages_noslider {
    padding-top: 80px; }
    .pages_noslider .pages_head {
      padding-top: 0; }
    .pages_noslider .pages_inner h1 {
      margin-top: 46px;
      margin-bottom: 48px; }
  .pages_head {
    margin: 0 auto;
    padding: 80px 10px 0; }
  .pages_breadcrmbs {
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow-y: scroll; }
  .pages_slider {
    margin: 0 -10px 40px; }
    .pages_slider-items .slick-slide {
      max-width: 100vw;
      width: 100%;
      height: 253px;
      border-radius: 0;
      overflow: hidden; }
    .pages_slider-items .slick-dots {
      justify-content: center;
      margin: 0;
      position: absolute;
      bottom: 13px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10; }
      .pages_slider-items .slick-dots li {
        width: 12px;
        height: 12px;
        background-color: #b4b4b4;
        color: transparent;
        border-radius: 50%; }
        .pages_slider-items .slick-dots li.slick-active {
          background-color: #00987b; }
        .pages_slider-items .slick-dots li button {
          display: none; }
      .pages_slider-items .slick-dots li + li {
        margin-left: 13px; }
    .pages_slider-items img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .pages_slider-thumbnail {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 0.9890681936vw;
      position: relative; }
      .pages_slider-thumbnail li {
        width: 24%;
        margin-bottom: 0.5205622072vw;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        height: 52px;
        padding: 0; }
        .pages_slider-thumbnail li:before {
          display: block;
          padding-top: 70%;
          content: ""; }
        .pages_slider-thumbnail li img {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: 100%; }
        .pages_slider-thumbnail li.current:after {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          content: "";
          opacity: 0.5;
          background: #000; }
  .pages_inner h1 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center; }
  .pages_inner .news_title {
    margin: 46px auto 48px;
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 1.2px;
    text-align: center; }
  .pages_point {
    padding: 42px 20px 40px;
    margin-bottom: 40px;
    border-radius: 12px;
    min-height: auto;
    border: solid 4px #fff;
    background-color: #fdf4e0;
    position: relative;
    display: block; }
    .pages_point:before {
      position: absolute;
      top: -64px;
      left: 10px;
      width: 120px;
      height: 100px; }
    .pages_point p {
      font-size: 16px;
      line-height: 1.63; }
    .pages_point-02:before {
      width: 100px;
      height: 90px;
      background-image: url("../img/icon/pages-check-02@2x.png"); }
  .pages_tab {
    overflow-y: scroll;
    margin-right: -10px; }
    .pages_tab li {
      padding: 10px 16px;
      cursor: pointer;
      white-space: nowrap; }
      .pages_tab li h2 {
        font-weight: 500;
        font-size: 14px; }
      .pages_tab li.is-active {
        background-color: #fff;
        border-radius: 12px 12px 0 0; }
    .pages_tab li + li {
      margin-left: 16px; }
  .pages_panel {
    display: none;
    padding: 40px 0; }
    .pages_panel.is-show {
      display: block; }
    .pages_panel-room {
      padding-bottom: 0; }
      .pages_panel-room .pages_news {
        margin-top: 40px; }
      .pages_panel-room .toppage_news_tab {
        justify-content: flex-start; }
      .pages_panel-room .toppage_news_tab_item.is-active {
        width: auto;
        height: auto;
        display: block;
        border-radius: none;
        background-color: transparent;
        color: #222222;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none; }
      .pages_panel-room .toppage_news_list li a .date {
        margin-bottom: 9px; }
      .pages_panel-room .toppage_news_list li a .cat {
        border-radius: 0; }
      .pages_panel-room .toppage_news_link {
        margin: 24px -10px -40px;
        border-radius: 0 0 16px 16px;
        background: #f2f2f2;
        padding: 25px 0; }
  .pages_room {
    flex-direction: column; }
    .pages_room_slider-items .slick-slide {
      width: 100%;
      height: 216px;
      border-radius: 6px;
      overflow: hidden; }
    .pages_room_slider-thumbnail {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-top: 9px;
      position: relative; }
      .pages_room_slider-thumbnail li {
        width: 85px;
        height: 52px;
        margin-bottom: 5px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        height: 100%;
        padding: 0;
        margin-right: 5px;
        border-radius: 6px; }
        .pages_room_slider-thumbnail li:before {
          display: block;
          padding-top: 70%;
          content: ""; }
        .pages_room_slider-thumbnail li img {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .pages_room_slider-thumbnail li:nth-child(4n) {
          margin-right: 0; }
    .pages_room-image {
      width: 100%;
      margin-right: 0; }
    .pages_room-name {
      font-size: 26px;
      margin-bottom: 24px; }
    .pages_room-text {
      font-size: 14px;
      line-height: 1.71;
      margin-top: 42px; }
    .pages_room-notice {
      font-size: 12px;
      line-height: 1.83;
      margin-top: 24px; }
    .pages_room-detail {
      width: 100%; }
      .pages_room-detail dl {
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 1.71;
        display: flex; }
        .pages_room-detail dl dd {
          width: calc(100% - 133px);
          padding: 12px;
          height: auto;
          display: block; }
        .pages_room-detail dl dt {
          width: 133px;
          padding: 12px; }
      .pages_room-detail dl + dl {
        border-left: none;
        border-top: 1px solid #fff; }
    .pages_room-price {
      margin-top: 24px;
      width: 100%;
      flex-direction: column; }
      .pages_room-price-sample {
        display: flex;
        flex-direction: column;
        padding: 12px;
        border-radius: 12px;
        background-color: #f5f5f5;
        margin-top: 40px; }
        .pages_room-price-sample p {
          font-size: 12px;
          line-height: 1.63;
          font-weight: 500; }
          .pages_room-price-sample p span {
            font-size: 14px;
            white-space: nowrap; }
        .pages_room-price-sample p + p {
          margin-left: 0;
          margin-top: 14px; }
    .pages_room-contact {
      background-color: rgba(255, 207, 100, 0.2);
      border-radius: 12px;
      padding: 15px;
      flex-direction: column;
      margin-top: 40px; }
    .pages_room-tel {
      display: block;
      text-align: center; }
      .pages_room-tel p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.78;
        margin-bottom: 12px; }
      .pages_room-tel a {
        position: relative;
        font-size: 40px;
        line-height: 1;
        padding-left: 36px;
        display: inline-block;
        color: #00987b;
        text-decoration: none;
        font-weight: bold; }
        .pages_room-tel a:before {
          position: absolute;
          top: 50%;
          left: 0;
          width: 30px;
          height: 30px;
          margin-top: -13px;
          background-image: url("../img/icon/ico_phone-call.svg");
          background-position: center top;
          background-repeat: no-repeat;
          background-size: contain;
          display: block;
          content: ''; }
    .pages_room-resv {
      width: 100%;
      max-width: 100%;
      padding: 3px;
      border-radius: 12px;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .pages_room-resv:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
      .pages_room-resv a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 57px;
        border: solid 1px rgba(255, 255, 255, 0.55);
        border-radius: 12px;
        color: #fff;
        text-decoration: none; }
      .pages_room-resv:first-child {
        background-color: #00987b; }
      .pages_room-resv:nth-child(2) {
        background-color: #0090dd; }
    .pages_room-resv + .pages_room-resv {
      margin-left: 0;
      margin-top: 10px; }
    .pages_room-resvform {
      width: 100%;
      max-width: 100%;
      padding: 3px;
      border-radius: 12px;
      background-color: #00987b; }
      .pages_room-resvform a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 57px;
        border: solid 1px rgba(255, 255, 255, 0.55);
        border-radius: 12px;
        color: #fff;
        text-decoration: none;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .pages_room-resvform a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
    .pages_room-resvcall {
      width: 100%;
      max-width: 100%;
      height: 80px;
      padding: 3px;
      border-radius: 12px;
      background-color: #00987b; }
      .pages_room-resvcall a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border: solid 1px rgba(255, 255, 255, 0.55);
        border-radius: 0.6246746486vw;
        color: #fff;
        text-decoration: none; }
    .pages_room-noresv {
      width: 100%;
      padding: 3px;
      border-radius: 12px;
      background-color: #4e4e4e; }
      .pages_room-noresv div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 57px;
        border: solid 1px rgba(255, 255, 255, 0.55);
        border-radius: 12px;
        color: #fff;
        text-decoration: none; }
  .pages_room + .pages_room {
    margin-top: 60px; }
  .pages_facility-name {
    font-size: 26px;
    margin-bottom: 24px; }
  .pages_facility-slider {
    margin-right: calc(50% - 50vw);
    margin-bottom: 16px; }
    .pages_facility-slider-items li {
      width: 224px;
      height: 149px;
      overflow: hidden;
      border-radius: 12px;
      margin-right: 16px; }
      .pages_facility-slider-items li img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .pages_facility-info {
    padding: 24px 0; }
    .pages_facility-info h4 {
      font-size: 14px;
      margin-bottom: 12px; }
    .pages_facility-info p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 500; }
  .pages_facility-info + .pages_facility-info {
    border-top: solid 1px #ccc; }
  .pages_facility-price {
    display: flex;
    align-items: stretch; }
    .pages_facility-price dl {
      display: block;
      text-align: center;
      width: 50%; }
      .pages_facility-price dl dt {
        padding: 12px 0;
        background-color: #00987b;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.8px; }
      .pages_facility-price dl dd {
        padding: 0;
        font-size: 14px;
        background-color: #f2f2f2;
        height: 91px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        letter-spacing: 1px; }
    .pages_facility-price dl + dl {
      border-left: solid 1px #fff; }
  .pages_facility-notice {
    margin-top: 24px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500; }
  .pages_facility:last-child {
    padding-bottom: 20px; }
  .pages_facility + .pages_facility {
    margin-top: 40px; }
  .pages_event h3 {
    font-size: 26px;
    margin-bottom: 0; }
  .pages_event-image {
    width: 114px;
    height: 75px;
    margin-bottom: 0;
    margin-right: 6px;
    overflow: hidden;
    border-radius: 6px; }
    .pages_event-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pages_event-text {
    max-width: 235px; }
  .pages_event-excerpt {
    display: none; }
  .pages_event-excerpt p {
    font-size: 14px;
    line-height: 1.71; }
  .pages_event-list {
    flex-direction: column;
    margin-bottom: 24px; }
    .pages_event-list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0;
      padding: 24px 0;
      border-bottom: solid 1px #ccc; }
      .pages_event-list li a {
        display: flex;
        justify-content: flex-start;
        text-decoration: none;
        color: #222; }
      .pages_event-list li:first-child a {
        display: block; }
        .pages_event-list li:first-child a .pages_event-image {
          width: 100%;
          height: 204px;
          border-radius: 12px;
          margin-right: 0; }
        .pages_event-list li:first-child a .pages_event-excerpt {
          display: block; }
        .pages_event-list li:first-child a .pages_event-text {
          max-width: 100%; }
  .pages_event-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.64;
    letter-spacing: 1.1px; }
  .pages_event-label {
    display: inline-block;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    border-radius: 6px;
    background-color: #ffcf64; }
  .pages_event-date {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 1px; }
  .pages_event-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .pages_event-pagenation .page-numbers {
      display: flex;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      border-radius: 50%;
      background-color: #ddd;
      margin-right: 12px;
      color: #222;
      text-decoration: none; }
      .pages_event-pagenation .page-numbers.current {
        background-color: #ffcf64; }
      .pages_event-pagenation .page-numbers.next {
        display: none; }
      .pages_event-pagenation .page-numbers.prev {
        display: none; }
  .pages_title {
    font-size: 24px; }
  .pages_linkru .toppage_news_link {
    margin: 24px -10px -40px;
    border-radius: 0 0 16px 16px;
    background: #f2f2f2;
    padding: 25px 0; }
  .pages_linkru-time {
    padding: 30px 0 30px;
    border-bottom: none;
    margin-bottom: 0; }
    .pages_linkru-time h2 {
      font-size: 14px;
      margin-bottom: 12px; }
    .pages_linkru-time p {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.71;
      letter-spacing: 0.7px; }
  .pages_linkru-free h2 {
    font-size: 26px;
    margin-bottom: 40px; }
  .pages_linkru-list {
    flex-direction: column; }
  .pages_linkru-item {
    width: 100%;
    padding-bottom: 40px; }
    .pages_linkru-item h3 {
      font-size: 16px;
      margin-bottom: 12px; }
    .pages_linkru-item h4 {
      font-size: 16px;
      margin-top: 24px;
      margin-bottom: 12px; }
    .pages_linkru-item p {
      font-weight: 500; }
    .pages_linkru-item a {
      color: #00987b;
      text-decoration: none; }
  .pages_linkru-image {
    height: 207px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 12px;
    background-color: #ededed; }
    .pages_linkru-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pages_linkru-paid {
    border-top: solid 1px #ccc;
    padding-top: 40px; }
    .pages_linkru-paid h2 {
      font-size: 26px;
      margin-bottom: 24px; }
      .pages_linkru-paid h2 span {
        display: block;
        padding-top: 12px;
        font-size: 12px;
        line-height: 1.67;
        font-weight: normal;
        letter-spacing: 0.75px;
        padding-left: 0; }
    .pages_linkru-paid .pages_facility-price {
      flex-direction: column; }
      .pages_linkru-paid .pages_facility-price dl {
        width: 100%;
        display: flex; }
        .pages_linkru-paid .pages_facility-price dl dt {
          width: 133px; }
        .pages_linkru-paid .pages_facility-price dl dd {
          width: calc(100% - 133px);
          height: auto; }
        .pages_linkru-paid .pages_facility-price dl dt, .pages_linkru-paid .pages_facility-price dl dd {
          padding: 12px;
          justify-content: flex-start;
          text-align: left; }
      .pages_linkru-paid .pages_facility-price dl + dl {
        border-left: none;
        border-top: solid 1px #fff; }
    .pages_linkru-paid .pages_room-contact {
      margin-top: 24px; }
      .pages_linkru-paid .pages_room-contact a {
        color: #fff; }
  .pages_linkru-cancel {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: solid 1px #ccc; }
    .pages_linkru-cancel h2 {
      font-size: 20px;
      margin-bottom: 12px; }
    .pages_linkru-cancel h3 {
      font-size: 16px;
      margin-bottom: 12px; }
    .pages_linkru-cancel table {
      width: 100%;
      border-collapse: collapse;
      border: solid 1px #ccc;
      table-layout: fixed;
      background: #fff; }
      .pages_linkru-cancel table td, .pages_linkru-cancel table th {
        border: solid 1px #ccc;
        padding: 6px 2px;
        height: 50px;
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        text-align: center; }
      .pages_linkru-cancel table th {
        background: #f4f4f4;
        font-size: 14px;
        line-height: 1.29; }
      .pages_linkru-cancel table td {
        font-size: 18px; }
  .pages_okumart .toppage_news_link {
    margin: 24px -10px -40px;
    border-radius: 0 0 16px 16px;
    background: #f2f2f2;
    padding: 25px 0; }
  .pages_okumart h2 {
    padding-top: 43px;
    font-size: 26px;
    margin-bottom: 24px; }
  .pages_okumart-shop {
    padding-bottom: 1.0411244144vw; }
  .pages_okumart-item {
    padding-bottom: 4.1644976575vw; }
  .pages_okumart-text {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.9px; }
  .pages_okumart-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px; }
    .pages_okumart-info p {
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: 0.9px; }
      .pages_okumart-info p span {
        font-size: 18px; }
      .pages_okumart-info p:first-child {
        min-width: 106px; }
  .pages_okumart-contact {
    margin-top: 26px; }
    .pages_okumart-contact .pages_room-resvcall {
      width: 100%;
      height: 60px;
      max-height: 60px;
      border-radius: 6px; }
      .pages_okumart-contact .pages_room-resvcall a {
        width: 100%;
        height: 100%;
        border-radius: 6px; }
  .pages_okumart-link {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .pages_okumart-link li {
      padding-right: 1em;
      position: relative; }
      .pages_okumart-link li a {
        color: #222;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        white-space: nowrap; }
      .pages_okumart-link li:before {
        content: '｜';
        display: block;
        position: absolute;
        left: -1em;
        top: 0; }
      .pages_okumart-link li:first-child:before {
        display: none; }
  .pages_okumart .okumart_slider {
    margin-bottom: 24px; }
    .pages_okumart .okumart_slider-items {
      height: 222px;
      max-height: auto;
      overflow: auto;
      border-radius: none; }
      .pages_okumart .okumart_slider-items .slick-slide {
        width: 100%;
        height: 207px;
        border-radius: 6px;
        overflow: auto;
        position: relative; }
      .pages_okumart .okumart_slider-items .slick-dots {
        display: flex;
        justify-content: flex-start;
        bottom: 0;
        left: 9px; }
        .pages_okumart .okumart_slider-items .slick-dots li {
          width: 8px;
          height: 8px;
          background-color: #b9b9b9; }
          .pages_okumart .okumart_slider-items .slick-dots li button {
            display: none; }
        .pages_okumart .okumart_slider-items .slick-dots li + li {
          margin-left: 6px; }
  .pages_spot {
    margin-top: 4.2686100989vw; }
    .pages_spot-lead {
      padding: 26px 0 200px;
      position: relative; }
      .pages_spot-lead p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.63;
        letter-spacing: 0.8px; }
      .pages_spot-lead:after {
        bottom: 46px;
        right: 50%;
        margin-right: -43px;
        width: 87px;
        height: 134px; }
    .pages_spot-kv {
      margin-top: 0;
      margin-bottom: 20px; }
      .pages_spot-kv iframe {
        width: 100%;
        min-height: 69vw;
        border: none; }
    .pages_spot-list {
      padding-bottom: 70px; }
      .pages_spot-list h2 {
        font-size: 26px;
        margin-bottom: 40px; }
      .pages_spot-list ul {
        flex-direction: column; }
        .pages_spot-list ul li {
          width: 100%;
          margin-top: 20px;
          margin-right: 0;
          background-color: #222;
          border-radius: 12px; }
          .pages_spot-list ul li a {
            display: block;
            text-decoration: none;
            color: #fff;
            position: relative; }
            .pages_spot-list ul li a p {
              font-size: 17px; }
    .pages_spot-img {
      width: 100%;
      height: 194px;
      overflow: hidden; }
      .pages_spot-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        opacity: 0.6;
        border-radius: 12px; }
  .pages_access {
    padding-top: 27px;
    padding-bottom: 70px; }
    .pages_access-inner {
      flex-direction: column; }
    .pages_access-map {
      width: 100%;
      height: 350px;
      margin-right: 0;
      margin-bottom: 36px; }
      .pages_access-map > iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px; }
    .pages_access-detail h2 {
      font-size: 20px;
      margin-bottom: 20px; }
    .pages_access-detail p {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.75;
      letter-spacing: 0.8px; }
      .pages_access-detail p a {
        display: block;
        padding: 24px 0 33px 16px;
        color: #00a094;
        position: relative; }
        .pages_access-detail p a:before {
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6.5px 0 6.5px 8px;
          border-color: transparent transparent transparent #00a095;
          margin-top: 0;
          top: 34px;
          left: 0;
          content: ''; }
    .pages_access-detail p + h2 {
      margin-top: 35px; }
  .pages_contact_inner {
    width: 100%;
    margin: 0 auto;
    padding: 27px 0 60px;
    font-size: 14px; }
    .pages_contact_inner dt {
      width: 100%;
      padding: 15px;
      border-bottom: none;
      position: relative; }
    .pages_contact_inner dd {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      padding: 14px;
      border: solid 1px #eee; }
      .pages_contact_inner dd input, .pages_contact_inner dd select {
        padding: 10px 15px;
        width: 100%;
        height: 42px;
        border-radius: 6px;
        border: solid 1px #ddd;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .pages_contact_inner dd .select {
        display: block;
        position: relative;
        width: 100%; }
        .pages_contact_inner dd .select:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 7px 0 7px;
          border-color: #222 transparent transparent transparent;
          content: '';
          display: block;
          top: 50%;
          right: 15px;
          margin-top: -4px;
          position: absolute; }
      .pages_contact_inner dd textarea {
        width: 100%;
        max-width: 100%;
        border-radius: 6px;
        padding: 1em; }
    .pages_contact_inner dl {
      flex-direction: column; }
      .pages_contact_inner dl:nth-child(n+3) dd {
        border-top: none; }
      .pages_contact_inner dl .required {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        color: #ff0000; }
    .pages_contact_inner .form-control {
      display: block;
      margin: 33px auto 30px;
      text-align: center;
      font-size: 14px;
      line-height: 1; }
      .pages_contact_inner .form-control .wpcf7-list-item label {
        display: flex;
        justify-content: center;
        align-items: center; }
      .pages_contact_inner .form-control input[type="checkbox"] {
        width: 23px;
        height: 23px;
        margin: 0 13px 0 0;
        border-radius: 6px;
        border: solid 1px #ccc;
        background-color: #eee; }
      .pages_contact_inner .form-control .wpcf7-list-item {
        margin-left: 0; }
    .pages_contact_inner .form-submit {
      width: 100%;
      padding: 3px;
      border-radius: 12px; }
      .pages_contact_inner .form-submit > p {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center; }
        .pages_contact_inner .form-submit > p > input {
          width: 100%;
          height: 57px;
          border: solid 1px rgba(255, 255, 255, 0.55);
          border-radius: 12px;
          font-size: 18px; }
      .pages_contact_inner .form-submit .wpcf7-spinner {
        display: none; }
  .pages_contact_notice {
    margin: 80px 0 0;
    padding: 32px 20px 40px;
    border-radius: 6px;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 1.57; }
    .pages_contact_notice h2 {
      font-size: 16px;
      margin-bottom: 20px; }
    .pages_contact_notice hr {
      margin: 15px 0; }
    .pages_contact_notice > div {
      max-height: 433px;
      overflow: scroll; }
  .pages_news {
    margin-top: 20px;
    padding-bottom: 40px; }
  .pages_newslist {
    padding: 40px 0 57px; }
    .pages_newslist .toppage_news_list {
      padding-top: 0; }
    .pages_newslist-inner {
      padding: 27px 10px 54px; }
      .pages_newslist-inner .toppage_news_panel {
        display: block; }
    .pages_newslist-pagenation {
      margin-top: 52px;
      justify-content: center; }
      .pages_newslist-pagenation .page-numbers {
        font-size: 13px;
        width: 30px;
        height: 30px;
        margin-right: 9px; }
      .pages_newslist-pagenation .page-numbers.current {
        background-color: #00a094;
        color: #fff; }
      .pages_newslist-pagenation .page-numbers.next {
        width: 22px;
        margin-left: 13px;
        border-radius: none !important;
        display: block;
        background-color: transparent;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg3IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMjUgMjYuMDYpIiBzdHlsZT0iZmlsbDojMDBhMDk0Ii8+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        color: transparent; }
      .pages_newslist-pagenation .page-numbers.prev {
        width: 22px;
        margin-right: 13px;
        border-radius: none !important;
        display: block;
        background-color: transparent;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg4IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDcuMDE5IC03LjUzOCkiIHN0eWxlPSJmaWxsOiMwMGEwOTQiLz4KPC9zdmc+Cg==");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        color: transparent; }
  .pages_eventlist .toppage_news_list {
    padding-top: 0; }
  .pages_eventlist .toppage_news_list li a .date {
    margin-bottom: 9px; }
  .pages_eventlist .toppage_news_list li a .cat {
    background-color: #ffcf64;
    color: #222;
    padding: 5px 2px;
    width: 90px;
    font-size: 12px;
    border-radius: 0; } }

.single {
  padding-top: 3.6439354503vw; }
  .single_article {
    padding: 3.0713170224vw 7.8084331078vw 9.7865694951vw 7.8084331078vw;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin: 0 auto 10.4112441437vw; }
  .single_head {
    margin-bottom: 2.9672045809vw; }
    .single_head-img {
      width: 37.8448724623vw;
      height: 27.0692347736vw;
      margin: 2.5507548152vw auto 0; }
      .single_head-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px; }
    .single_head-detail {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .single_head-detail .date {
        font-size: 0.9370119729vw;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.9px; }
      .single_head-detail .cat {
        width: 5.8823529412vw;
        height: 1.4575741801vw;
        font-size: 0.7287870901vw;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #00a094;
        color: #fff;
        margin-left: 2.0822488287vw;
        border-radius: 6px; }
      .single_head-detail .event-cat {
        background-color: #ffcf64;
        color: #222; }
    .single_head h1 {
      font-size: 1.5616866216vw;
      line-height: 1.47;
      letter-spacing: 1.5px;
      text-align: left;
      margin-bottom: 1.4575741801vw; }
  .single_body {
    font-size: 0.9370119729vw;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.9px; }
    .single_body h2 {
      font-size: 1.2493492972vw;
      font-weight: bold;
      line-height: 2.08;
      margin-bottom: 2.2384174909vw;
      padding-left: 1.8219677251vw;
      position: relative; }
      .single_body h2:before {
        content: '';
        position: absolute;
        top: 0.7287870901vw;
        left: 0;
        width: 1.2493492972vw;
        height: 1.2493492972vw;
        display: block;
        background-color: transparent;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDEiIHN0eWxlPSJmaWxsOnRyYW5zcGFyZW50O3N0cm9rZTojMDA5ODdiO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6NXB4Ij4KICAgICAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMiIgc3R5bGU9InN0cm9rZTpub25lIi8+CiAgICAgICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBzdHlsZT0iZmlsbDpub25lIi8+CiAgICA8L2c+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        color: transparent; }
    .single_body h3 {
      font-size: 1.0411244144vw;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 1px;
      margin: 3.6439354503vw 0 1.9260801666vw;
      padding-left: 1.301405518vw;
      position: relative; }
      .single_body h3:before {
        width: 7px;
        height: 40px;
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        margin-top: -20px;
        content: '';
        background-color: #00a094; }
    .single_body p {
      margin: 1.5616866216vw 0; }
    .single_body a {
      color: #00a094;
      text-decoration: none; }
    .single_body img {
      border-radius: 1.5616866216vw;
      max-width: 22.7485684539vw; }
    .single_body blockquote {
      display: block;
      margin: 2.9672045809vw 0;
      background-color: rgba(0, 152, 53, 0.1);
      padding: 1.5616866216vw;
      font-size: 1.0411244144vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: 1px; }
      .single_body blockquote p {
        margin: 0; }
    .single_body .wp-caption {
      margin: 3.1233732431vw 1.2493492972vw 3.1233732431vw 0; }
    .single_body .wp-caption-text {
      padding: 0 0.7808433108vw;
      margin: 0.7808433108vw 0;
      font-size: 0.7287870901vw;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.7px; }
    .single_body-flex {
      display: flex;
      justify-content: space-around; }
    .single_body ul, .single_body ol {
      margin: 2.6028110359vw 0; }
      .single_body ul li + li, .single_body ol li + li {
        margin-top: 0.7808433108vw; }
    .single_body ul li {
      padding-left: 20px;
      position: relative;
      font-size: 0.9370119729vw;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: 0.9px; }
      .single_body ul li:before {
        width: 8px;
        height: 8px;
        position: absolute;
        display: block;
        left: 0;
        top: 1em;
        margin-top: -6px;
        content: '';
        background-color: #00a094;
        border-radius: 50%; }
    .single_body ol {
      counter-reset: item;
      list-style-type: none; }
      .single_body ol li {
        padding-left: 20px;
        position: relative; }
        .single_body ol li:before {
          width: 20px;
          height: 1em;
          font-size: 0.9370119729vw;
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          counter-increment: item;
          content: counter(item) "."; }
    .single_body table {
      width: 100%;
      border-collapse: collapse;
      border: solid 1px #fff;
      background: #f2f2f2;
      margin: 3.1233732431vw 0 2.8630921395vw; }
      .single_body table td, .single_body table th {
        border: solid 1px #fff;
        padding: 17px 20px;
        font-size: 0.8328995315vw;
        line-height: 1.63;
        font-weight: bold;
        text-align: center; }
      .single_body table th {
        padding: 12px 70px;
        white-space: nowrap;
        background: #00a094;
        color: #fff;
        vertical-align: middle; }
  .single_footer {
    margin-top: 6.4029151484vw; }
    .single_footer-back {
      margin: 5.5700156169vw auto 0;
      display: flex;
      width: 21.0827693909vw;
      height: 3.1754294638vw;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      background-color: #00a094;
      font-size: 1.0411244144vw;
      font-weight: bold;
      line-height: 1;
      text-decoration: none;
      color: #fff;
      font-family: "Zen Kaku Gothic New", sans-serif; }
    .single_footer-navigation {
      display: flex; }
      .single_footer-navigation a {
        display: block;
        width: 50%;
        padding: 1.8219677251vw 2.4986985945vw;
        font-size: 0.8328995315vw;
        font-weight: 500;
        line-height: 1.75;
        letter-spacing: 0.8px;
        text-align: center;
        color: #222;
        position: relative;
        text-decoration: none; }
        .single_footer-navigation a:before {
          height: 11px;
          position: absolute;
          top: 50%;
          margin-top: -5px;
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          color: transparent;
          content: ''; }
        .single_footer-navigation a:first-child:before {
          width: 29px;
          left: 0;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg4IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDcuMDE5IC03LjUzOCkiIHN0eWxlPSJmaWxsOiMwMGEwOTQiLz4KPC9zdmc+Cg=="); }
        .single_footer-navigation a:nth-child(2):before {
          width: 29px;
          right: 0;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg3IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMjUgMjYuMDYpIiBzdHlsZT0iZmlsbDojMDBhMDk0Ii8+Cjwvc3ZnPgo="); }
      .single_footer-navigation a + a {
        border-left: solid 1px #00a094; }
  @media screen and (max-width: 960px) {
    .single {
      padding: 40px 10px 42px; }
      .single_article {
        padding: 26px 10px 87px;
        border-radius: 16px;
        margin: 0 auto; }
      .single_head {
        margin-bottom: 46px; }
        .single_head-img {
          width: 100%;
          height: 239px;
          margin: 20px auto 0; }
          .single_head-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px; }
        .single_head-detail {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .single_head-detail .date {
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.9px;
            margin-bottom: 10px; }
          .single_head-detail .cat {
            width: 90px;
            height: 28px;
            font-size: 12px;
            font-weight: 500;
            margin-left: 0;
            border-radius: 0; }
          .single_head-detail .event-cat {
            background-color: #ffcf64;
            color: #222; }
        .single_head h1 {
          font-size: 20px;
          line-height: 1.4;
          letter-spacing: 1px;
          text-align: left;
          margin-bottom: 16px; }
      .single_body {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.75;
        letter-spacing: 0.8px; }
        .single_body h2 {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.39;
          margin-bottom: 26px;
          padding-left: 25px;
          position: relative; }
          .single_body h2:before {
            content: '';
            position: absolute;
            top: 6px;
            left: 0;
            width: 17px;
            height: 17px;
            display: block;
            background-color: transparent;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDEiIHN0eWxlPSJmaWxsOnRyYW5zcGFyZW50O3N0cm9rZTojMDA5ODdiO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6NXB4Ij4KICAgICAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMiIgc3R5bGU9InN0cm9rZTpub25lIi8+CiAgICAgICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBzdHlsZT0iZmlsbDpub25lIi8+CiAgICA8L2c+Cjwvc3ZnPgo=");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            color: transparent; }
        .single_body h3 {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.33;
          letter-spacing: 1px;
          margin: 60px 0 37px;
          padding-left: 21px;
          position: relative; }
          .single_body h3:before {
            width: 7px;
            height: 100%;
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            margin-top: 0;
            content: '';
            background-color: #00a094; }
        .single_body p {
          margin: 30px 0; }
        .single_body a {
          color: #00a094;
          text-decoration: none; }
        .single_body img {
          border-radius: 6px;
          max-width: 100%; }
        .single_body blockquote {
          display: block;
          margin: 26px 0 36px;
          background-color: rgba(0, 152, 53, 0.1);
          padding: 20px;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.75; }
          .single_body blockquote p {
            margin: 0; }
        .single_body .wp-caption {
          margin: 30px 0 20px; }
        .single_body .wp-caption-text {
          padding: 0 15px;
          margin: 10px 0 20px;
          font-size: 12px;
          font-weight: 500;
          line-height: 1.5;
          letter-spacing: 0.7px;
          box-sizing: border-box;
          max-width: 305px; }
        .single_body-flex {
          flex-direction: column;
          max-width: 100%; }
          .single_body-flex img {
            width: 100%;
            max-width: 335px;
            height: auto; }
        .single_body ul, .single_body ol {
          margin: 30px 0; }
          .single_body ul li + li, .single_body ol li + li {
            margin-top: 13px; }
        .single_body ul li {
          padding-left: 20px;
          position: relative;
          font-size: 16px;
          line-height: 1.63;
          letter-spacing: 0.8px; }
          .single_body ul li:before {
            width: 8px;
            height: 8px;
            position: absolute;
            display: block;
            left: 0;
            top: 1em;
            margin-top: -6px;
            content: '';
            background-color: #00a094;
            border-radius: 50%; }
        .single_body ol {
          counter-reset: item;
          list-style-type: none; }
          .single_body ol li {
            padding-left: 20px;
            position: relative; }
            .single_body ol li:before {
              width: 20px;
              height: 1em;
              font-size: 18px;
              position: absolute;
              display: block;
              left: 0;
              top: 0;
              counter-increment: item;
              content: counter(item) "."; }
        .single_body table {
          width: 100%;
          max-width: 100%;
          border-collapse: collapse;
          border: solid 1px #fff;
          background: #f2f2f2;
          margin: 40px 0; }
          .single_body table td, .single_body table th {
            border: solid 1px #fff;
            padding: 12px;
            font-size: 14px;
            line-height: 1.63;
            font-weight: bold;
            text-align: center; }
          .single_body table th {
            padding: 12px;
            white-space: nowrap;
            background: #00a094;
            color: #fff;
            vertical-align: middle; }
      .single_footer {
        margin-top: 96px; }
        .single_footer-back {
          margin: 52px auto 0;
          display: flex;
          width: 100%;
          height: 60px;
          justify-content: center;
          align-items: center;
          border-radius: 6px;
          background-color: #00a094;
          font-size: 20px;
          font-weight: bold;
          line-height: 1;
          text-decoration: none;
          color: #fff;
          font-family: "Zen Kaku Gothic New", sans-serif; }
        .single_footer-navigation {
          display: flex; }
          .single_footer-navigation a {
            display: block;
            width: 50%;
            padding: 9px 0 44px;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: 0.6px;
            position: relative; }
            .single_footer-navigation a:before {
              height: 11px;
              width: 30px;
              position: absolute;
              top: auto;
              bottom: 16px;
              margin-top: 0;
              left: 50%;
              margin-left: -15px;
              display: block;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center;
              color: transparent;
              content: ''; }
            .single_footer-navigation a:first-child {
              padding-right: 23px; }
            .single_footer-navigation a:first-child:before {
              width: 29px;
              left: 50%;
              background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg4IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDcuMDE5IC03LjUzOCkiIHN0eWxlPSJmaWxsOiMwMGEwOTQiLz4KPC9zdmc+Cg=="); }
            .single_footer-navigation a:nth-child(2) {
              padding-left: 23px; }
            .single_footer-navigation a:nth-child(2):before {
              width: 29px;
              right: auto;
              background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yODgiIGhlaWdodD0iMTAuOTg0IiB2aWV3Qm94PSIwIDAgMjkuMjg4IDEwLjk4NCI+CiAgICA8cGF0aCBkYXRhLW5hbWU9IuODkeOCuSAxNDg3IiBkPSJNNS42NzUtMTUuMzU2YTEuNiAxLjYgMCAwIDEtMS41LjE1NnEtLjYtLjMxMS0uNi0xLjR2LTIuOGgtMTcuNjU4YTEuMSAxLjEgMCAwIDEtLjgzNi0uMzUgMS4xNTIgMS4xNTIgMCAwIDEtLjMzMS0uODE3IDEuMTMzIDEuMTMzIDAgMCAxIC4zMzEtLjgzNiAxLjEzMyAxLjEzMyAwIDAgMSAuODM2LS4zMzFIMy41NzV2LTIuOHEwLTEuMDg5LjYtMS40YTEuNiAxLjYgMCAwIDEgMS41LjE1Nmw3LjM5IDMuOTI4cS45NzIuNTgzLjk3MiAxLjI4NGExLjQ4MiAxLjQ4MiAwIDAgMS0uOTcyIDEuMjg0eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMjUgMjYuMDYpIiBzdHlsZT0iZmlsbDojMDBhMDk0Ii8+Cjwvc3ZnPgo="); }
          .single_footer-navigation a + a {
            border-left: solid 1px #00a094; } }

.sp-menu {
  display: none; }
  @media (max-width: 960px) {
    .sp-menu {
      display: block;
      background-color: rgba(255, 255, 255, 0.96);
      position: fixed;
      top: 0;
      width: 100vw;
      height: 100vh;
      left: 0;
      z-index: 99;
      transform: translateX(100%);
      transition: .5s;
      padding-top: 14.667vw;
      overflow-y: hidden;
      overscroll-behavior-y: none; }
      .sp-menu_inner {
        width: 80%;
        margin: 18vw auto 0; }
      .sp-menu_list {
        width: 100%; }
        .sp-menu_list li {
          padding: 2.8vw 0 1.8vw; }
        .sp-menu_list li a {
          font-size: 16px;
          line-height: 1; }
        .sp-menu_list li + li {
          border-top: dotted 3px #ccc; }
      .sp-menu.active {
        transform: translateX(0); } }

.mw_wp_form_confirm dl dd label .select::after{display: none;}

.pages_contact_inner .form-submit input{margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.5em 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;}

.vr-chushaku{
  font-size:0.98vw;
  margin-bottom:25px;
  line-height:1em;
  text-align:right;
  font-weight:normal;
}
/*# sourceMappingURL=style.css.map */
/* 近隣施設・観光スポット レイアウト調整 */
@media screen and (max-width: 960px){
.mb-l {
  margin-top:115px!important;
  margin-bottom: 82px!important;
}
.mh-l{
  min-height: 66vw!important
}
.vr-chushaku{
font-size:17px!important;
}
.pc-kaigyou{
  display: none;
}
	
}
.pages_room-contact-tel{
    background-color: #fff;
    border-radius: 12px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.0931806351vw;
    margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
    .pages_point2 {
        margin-top: 75px;
    }
}
.texttellink{
	display:inline!important;
	padding:0 0 0 16px!important;
}
.texttellink:before{
	top:7px!important;
	margin-top:-1px!important;
}
.footer_head_menu li:first-child{
	margin-right: 2.0822488287vw!important
}
.toppage_access_text p {
    font-size: 0.9370119729vw;
}
@media (max-width: 960px) {
    .toppage_access_text p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0.8px;
		margin-bottom: 0;
    }
}
input[type="submit"],input[type="radio"],.mwform-radio-field-text {
  cursor:pointer!important
}
.mwform-radio-field-text {
  padding: 5px;
}
.pages_contact_inner dd .select:after{
  display:none;
}
.pages_contact_inner .form-submit input {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 0.1561686622vw;*/
	padding:0.9vw;
	cursor:pointer;
    border-radius: 0.6246746486vw;
    background: #00987b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	width: 100%;
}
.pages_contact_inner dd input, .pages_contact_inner dd select{
	appearance: auto;
}
/* カレンダーデザイン調整 */
.mc-details{
/*	display:none;*/
}