/*
Theme Name: 宮崎ユネスコ
Version: 1.1
Author:Seiki Nishijima

  $Id: style.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通カラー・フォント変数　ここから
-----------------------------------------------------------------------------
===========================================================================*/
:root {
  --color-goma: #666;
  --color-tofu: #fff;
  --color-gobo: #753e24;
  --color-umi: #004076;
  --color-taki: #0370b0;
  --color-yama: #129285;
  --color-mikan: #f87a05;
  --font-normal: 500;
  --font-bold:   700;
  --font-light:  400;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}

/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html {
  -webkit-text-size-adjust: none;
  overscroll-behavior: none;
}
body {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background: var(--color-tofu);
  color: var(--color-goma);
  font-size: 16px;
  color: var(--color-goma);
}
#background {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*-----------------------------------*/
#background a {
  text-decoration: none;
}
#background a[href^="tel:"] {
  pointer-events: none;
}
#background img {
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#background .pcNone {
  display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background a[href^="tel:"] {
    pointer-events: auto;
  }
  #background .spNone {
    display: none;
  }
  #background .pcNone {
    display: block;
  }
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
  margin: 0 0 0 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
#background section {
  margin:0 auto 0 auto;
  text-align:center;
  width: 90vw;
  max-width: 1300px;
}
#background .naviMask {
  display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background section {
    width: 86vw;
  }
}
#background article {
  padding-bottom: 0.1px;
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h1 ,
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article h6 {
  line-height: 1.5em;
}
/*------------------------------------
  共通飾り設定　ここから
-------------------------------------*/
#background .more {
  text-align: center;
}
#background .more a ,
#background .more button {
  display: inline-block;
  margin-bottom: 3px;
  padding: 1em 1.5em;
  width: 100%;
  max-width: 320px;
  border: 3px solid var(--color-umi);
  filter: drop-shadow(3px 3px 0 var(--color-umi) );
  background: var(--color-tofu);
  border-radius: 1.5em;
  color: var(--color-umi);
  text-align: center;
  line-height: 1em;
}
#background .more a:before ,
#background .more button:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/icon01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: calc(50% - 10px);
}
#background .more a:hover ,
#background .more button:hover {
  margin: 3px auto 0 3px;
  filter: drop-shadow(0 0 0 var(--color-umi) );
}

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .more a ,
  #background .more button {
    display: inline-block;
    min-width: auto;
    min-width: initial;
  }
  #background .more a ,
  #background .more button {
    width: 100%;
    margin-bottom: 2px;
    border-width: 2px;
    filter: drop-shadow(2px 2px 0 var(--color-umi) );
  }
  #background .more a:hover ,
  #background .more button:hover {
    margin: 2px auto 0 2px;
    filter: drop-shadow(0 0 0 var(--color-umi) );
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通ヘッダ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header #main-image {
  width: 100%;
  max-width: 100%;
}
#background header #main-image h1 {
  width: 34%;
  position: absolute;
  left: 33%;
  top: 6.74vw;
  z-index: 100;
}
#background header #main-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 16.14583vw;
  background: url(./images/background-line01.png) no-repeat 100% 100%;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 90;
}
#background header #main-image .slider-item ,
#background header #main-image .slider-item img {
  width: 100vw;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1340px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header #main-image {
    margin-bottom: 10px;
  }
  #background header #main-image h1 {
    width: 40%;
    left: 30%;
    top: 26vw;
  }
  #background header #main-image .slider-item {
    width: 100vw;
    height: 100vw;
  }
  #background header #main-image .slider-item img {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
  }
}

/*------------------------------------
  コントローラー設定　ここから
-------------------------------------*/
#background header #main-image .slick-arrow {
  position: absolute;
  display: block;
  width: 10vw;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  outline: none;
  z-index: 50;
  overflow: hidden;
  text-align: left;
  text-indent: -10em;
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background header #main-image .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
#background header #main-image .slick-arrow:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-left: 3px solid var(--color-tofu);
  border-bottom: 3px solid var(--color-tofu);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
  z-index: 100;
}
#background header #main-image .slick-arrow:after {
  content: "";
  visibility: visible;
  position: absolute;
  display: block;
  width: 10vw;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0));
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
  z-index: 10;
  filter: Alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background header #main-image .slick-arrow:hover:after {
  filter: Alpha(opacity=100);
  opacity: 1;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header #main-image .slick-arrow:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
  }
}
/*===========================================================================

  メインメニュー 設定　ここから

===========================================================================*/
#background header #main-menu {
  width: 96vw;
  max-width: 100%;
  margin-bottom: 120px;
}
#background header #main-menu ul {
  display: flex;
  justify-content: flex-end;
  margin: auto 0 auto auto;
}
#background header #main-menu ul li {
  display: flex;
  align-items: center;
  border-left: 6px dotted var(--color-taki);
  padding: 0 24px;
}
#background header #main-menu ul li:first-child {
  border-left: none;
}
#background header #main-menu ul li a {
  display: block;
  margin: auto;
  color: var(--color-umi);
  font-weight: var(--font-bold);
  position: relative;
  padding-top: 40px;
  line-height: 1.3em;
  text-align: center;
}
#background header #main-menu ul li a > em {
  display: inline-block;
  white-space: nowrap;
}
body.en #background header #main-menu ul li a > em + em {
  margin-left: 0.25em;
}
#background header #main-menu ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: 10px;
  background: url(./images/icon11.svg) no-repeat 50% 50%;
  background-size: contain;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background header #main-menu {
    margin-bottom: 60px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header #main-menu {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #background header #main-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: auto 0 auto auto;
  }
  #background header #main-menu ul li {
    width: calc(100% / 3);
    border-top: 4px dotted var(--color-taki);
    border-left: 4px dotted var(--color-taki);
    padding: 12px 8px;
    font-size: 12px;
  }
  #background header #main-menu ul li:first-child ,
  #background header #main-menu ul li:nth-of-type(3n+1) {
    border-left: none;
  }
  #background header #main-menu ul li:first-child ,
  #background header #main-menu ul li:nth-of-type(2) ,
  #background header #main-menu ul li:nth-of-type(3) {
    border-top: none;
  }
  #background header #main-menu ul li a {
    padding-top: 28px;
  }
  body.en #background header #main-menu ul li a > em + em {
    margin-left: 0;
  }
  #background header #main-menu ul li a:before {
    width: 16px;
    height: 16px;
    left: calc(50% - 8px);
    top: 4px;
  }
}
/*------------------------------------
  アイコンバリエ設定　ここから
-------------------------------------*/
#background header #main-menu ul li a.area:before {
  background-image: url(./images/icon12.svg);
}
#background header #main-menu ul li a.spot:before {
  background-image: url(./images/icon13.svg);
}
#background header #main-menu ul li a.event:before {
  background-image: url(./images/icon14.svg);
}
#background header #main-menu ul li a.course:before {
  background-image: url(./images/icon15.svg);
}
#background header #main-menu ul li a.special:before {
  background-image: url(./images/icon16.svg);
}

/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
  display: block;
  background: var(--color-mikan);
  color: var(--color-tofu);
  padding: 75px 0 25px;
}
#background footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#background footer ul li {
  margin: 0 10px;
}
#background footer ul li > a {
  display: block;
  width: 100%;
  min-width: 320px;
  border: 2px solid var(--color-tofu);
  border-radius: 2em;
  text-align: center;
  padding: 1em 2em 1em 3em;
  color: var(--color-tofu);
  line-height: 1em;
}
#background footer ul li > a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  background: url(./images/icon02.svg) no-repeat 50% 50%;
  background-size: contain;
}
#background footer ul li > a.pamp:before {
  background-image: url(./images/icon03.svg);
}
#background footer address {
  font-style: normal;
  font-size: 14px;
  font-weight: var(--font-light);
  line-height: 1em;
  text-align: center;
  margin: auto;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer {
    padding: 40px 0 20px;
  }
  #background footer ul {
    display: block;
    margin-bottom: 0;
  }
  #background footer ul li {
    margin: 0 auto 20px;
    text-align: center;
  }
  #background footer ul li > a {
    max-width: 320px;
    min-width: 10%;
    margin: auto;
  }
  #background footer ul li > a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: calc(50% - 10px);
    background: url(./images/icon02.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  #background footer ul li > a.pamp:before {
    background-image: url(./images/icon03.svg);
  }
  #background footer address {
    font-style: normal;
    font-size: 14px;
    font-weight: var(--font-light);
    line-height: 1em;
    text-align: center;
    margin: auto;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  ローディング画面 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #nowLoading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--color-mikan) url(./images/logo-w.svg) no-repeat 50% 50%;
  background-size: 18% auto;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
/** 小さい画面 **/
@media screen and (max-width: 1024px) {
    #background #nowLoading {
      background-size: 25% auto;
    }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
    #background #nowLoading {
      background-size: 50% auto;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  アバウト設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #about section {
  display: flex;
  margin-bottom: 30px;
}
#background #about figure {
  max-width: 320px;
  margin: auto;
  order: 10;
}
#background #about .text-box {
  width: 60%;
  max-width: calc(100% - 400px);
  margin: auto auto auto 0;
  order: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background #about section {
    display: block;
  }
  #background #about figure {
    max-width: 320px;
    margin: auto auto 60px;
  }
  #background #about .text-box {
    width: 80%;
    max-width: 100%;
    margin: auto;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #about section {
    margin-bottom: 50px;
  }
  #background #about figure {
    width: 70%;
    margin: auto auto 30px;
  }
  #background #about .text-box {
    width: 100%;
    margin: auto;
  }
}
/*------------------------------------
  テキストボックス設定　ここから
-------------------------------------*/
#background #about .text-box h2 {
  font-size: 40px;
  font-weight: var(--font-bold);
  line-height: 1.5em;
  color: var(--color-umi);
  padding-left: 96px;
  margin-bottom: 30px;
}
#background #about .text-box h2:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(./images/icon11.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 32px);
}
#background #about .text-box h2 em {
  display: inline-block;
}
#background #about .text-box h2 + p {
  font-weight: var(--font-light);
  line-height: 2em;
  margin-bottom: 30px;
}
#background #about .text-box p.more {
  text-align: left;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background #about .text-box h2 {
    font-size: 32px;
    padding-left: 60px;
  }
  #background #about .text-box h2:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  #background #about .text-box p.more {
    text-align: center;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #about .text-box h2 {
    font-size: 20px;
    padding-left: 48px;
    margin-bottom: 20px;
  }
  #background #about .text-box h2:before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  #background #about .text-box h2 em {
    display: inline-block;
  }
  #background #about .text-box h2 + p {
    font-weight: var(--font-light);
    line-height: 2em;
    margin-bottom: 30px;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  エリア設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #area {
  background: url(./images/bacground-vr.svg) no-repeat 50% 100%;
  background-size: contain;
}
#background #area .area-map {
  width: 100%;
  max-width: 100%;
}
#background #area .area-map h2 {
  font-size: 40px;
  font-weight: var(--font-bold);
  color: var(--color-umi);
  text-align: center;
  padding: 3em 0 0;
  margin-bottom: 40px;
}
#background #area .area-map h2:before {
  content: "";
  display: block;
  width: 380px;
  max-width: calc(50vw - 4.75em);
  height: 5em;
  background: url(./images/kazari-area01.svg) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
}
#background #area .area-map h2 > em {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
#background #area .area-map h2 > em:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(./images/icon12.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1380px) {
  .en #background #area .area-map h2:before {
    top: -60px;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1000px) {
  .en #background #area .area-map h2:before {
    top: -40px;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #area .area-map h2 {
    font-size: 20px;
    padding: 40px 7vw 0;
    margin-bottom: 20px;
    text-align: left;
  }
  #background #area .area-map h2:before {
    width: 140px;
    max-width: 140px;
    height: 74px;
  }
  #background #area .area-map h2 > em {
    padding-left: 30px;
  }
  #background #area .area-map h2 > em:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
/*------------------------------------
  マップ設定　ここから
-------------------------------------*/
#background #area .map-area {
  display: flex;
  width: 100%;
  min-height: 54.6354166vw;
  background: url(./images/background-map.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 30px 7vw 40px 55vw;
  margin-bottom: 120px;
}
.en #background #area .map-area {
  background-image: url(./images/background-map-en.jpg);
}
.tw #background #area .map-area {
  background-image: url(./images/background-map-tw.jpg);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1380px) {
  #background #area .map-area {
    padding-right: 2vw;
  }
  .en #background #area .map-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1190px) {
  #background #area .map-area {
    display: block;
    width: 100%;
    min-height: 100%;
    background: transparent;
    padding: 0;
  }
  .en #background #area .map-area ,
  .tw #background #area .map-area {
    background: transparent;
    padding: 0;
  }
  #background #area .map-area:before {
    content: "";
    display: block;
    width: 86vw;
    height: 86vw;
    background: url(./images/background-map.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 0;
    border: 10px solid var(--color-tofu);
    border-radius: 8px;
    margin: 0 auto 60px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  }
  .en #background #area .map-area:before {
    background-image: url(./images/background-map-en.jpg);
  }
  .tw #background #area .map-area:before {
    background-image: url(./images/background-map-tw.jpg);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #area .map-area {
    margin-bottom: 80px;
  }
  #background #area .map-area:before {
    width: 100vw;
    height: 100vw;
    border: none;
    border-radius: 0;
    margin: 0 auto 30px;
    filter: none;
  }
}
/*-----------------------------------*/
#background #area .map-area .area-list {
  margin: auto;
}
#background #area .map-area .area-set {
  display: flex;
  background: var(--color-tofu);
  border-radius: 92px;
  padding: 10px 20px 10px 10px;
  margin-bottom: 30px;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
}
.en #background #area .map-area .area-set {
  border-radius: 16px;
  padding: 10px;
}
#background #area .map-area .area-set:last-child {
  margin-bottom: 0;
}
#background #area .map-area .area-set figure {
  width: 164px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto auto auto 0;
}
#background #area .map-area .area-set .text-box {
  width: calc(100% - 200px);
  color: var(--color-gobo);
  margin: auto;
  padding: 10px 0 5px;
}
#background #area .map-area .area-set .text-box h4 {
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1em;
  padding-left: 30px;
  margin-bottom: 10px;
}
#background #area .map-area .area-set .text-box h4:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/map01.svg) no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
#background #area .map-area .area-set .text-box h4 + p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
#background #area .map-area .area-set .text-box p.map-more {
  text-align: right;
  margin-bottom: 0;
}
#background #area .map-area .area-set .text-box p.map-more a {
  display: inline-block;
  padding-right: 40px;
  font-weight: var(--font-bold);
  color: var(--color-gobo);
  position: relative;
}
#background #area .map-area .area-set .text-box p.map-more a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/icon01b.svg) no-repeat 50% 50%;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1380px) {
  .en #background #area .map-area .area-set {
    margin-bottom: 20px;
  }
  .en #background #area .map-area .area-set:last-child {
    margin-bottom: 0;
  }
  .en #background #area .map-area .area-set figure {
    width: 130px;
  }
  .en #background #area .map-area .area-set .text-box {
    width: calc(100% - 150px);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1190px) {
  #background #area .map-area .area-list {
    width: 86vw;
  }
  #background #area .map-area .area-set {
    margin-bottom: 20px;
    padding-bottom: 26px;
    border-radius: 0;
    border-bottom: 6px dotted var(--color-taki);
    filter: none;
  }
  .en #background #area .map-area .area-set {
    padding-bottom: 26px;
    border-radius: 0;
  }
  #background #area .map-area .area-set:last-child ,
  .en #background #area .map-area .area-set:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #background #area .map-area .area-set .text-box h4 + p {
    line-height: 2em;
  }
  .en #background #area .map-area .area-set figure {
    width: 164px;
  }
  .en #background #area .map-area .area-set .text-box {
    width: calc(100% - 200px);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #area .map-area .area-set ,
  .en #background #area .map-area .area-set {
    padding: 0 0 22px;
    border-bottom: 4px dotted var(--color-taki);
    margin-bottom: 20px;
  }
  #background #area .map-area .area-set figure ,
  .en #background #area .map-area .area-set figure {
    width: 120px;
  }
  #background #area .map-area .area-set .text-box ,
  .en #background #area .map-area .area-set .text-box {
    width: calc(100% - 150px);
    margin-right: 0;
  }
  #background #area .map-area .area-set .text-box h4 {
    font-size: 16px;
    padding-left: 24px;
    margin-bottom: 10px;
  }
  .en #background #area .map-area .area-set .text-box h4 {
    padding-top: 0;
  }
  #background #area .map-area .area-set .text-box h4:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
  .en #background #area .map-area .area-set .text-box h4:before {
    top: calc(50% - 8px);
  }
  #background #area .map-area .area-set .text-box p.map-more {
    font-size: 14px;
  }
  #background #area .map-area .area-set .text-box p.map-more a {
    padding-right: 24px;
  }
  #background #area .map-area .area-set .text-box p.map-more a:before {
    width: 16px;
    height: 16px;
    right: 0;
    top: calc(50% - 8px);
  }
}
/*-----------------------------------*/
#background #area .map-area .area-set.area-set02 .text-box h4:before {
  background-image: url(./images/map02.svg);
}
#background #area .map-area .area-set.area-set03 .text-box h4:before {
  background-image: url(./images/map03.svg);
}

/*===========================================================================

  VR動画 設定　ここから

===========================================================================*/
#background #area .area-vr {
  max-width: 780px;
}
.en #background #area .area-vr ,
.tw #background #area .area-vr {
  max-width: 840px;
}
#background #area .area-vr h3 {
  text-align: center;
  font-size: 32px;
  font-weight: var(--font-bold);
  letter-spacing: 0;
  color: var(--color-umi);
  margin-bottom: 30px;
}
#background #area .area-vr h3 em {
  display: inline-block;
}
#background #area .area-vr .yt-box {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#background #area .area-vr .yt-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#background #area .area-vr p {
  margin-bottom: 30px;
}
#background #area .area-vr p.more {
  margin-bottom: 100px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #area .area-vr h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #background #area .area-vr .yt-box {
    width: 90vw;
    padding-top: 50.625vw;
    margin: 0 -2vw 20px;
  }
  #background #area .area-vr p.more {
    margin-bottom: 50px;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  スポット紹介エリア 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .background-green:before,
#background .background-green:after {
  content: "";
  display: block;
  width: 100%;
  height: 16.14583vw;
  background: url(./images/background-line02.png) no-repeat 100% 100%;
  background-size: 100% auto;
}
#background .background-green:after {
  margin-top: -1px;
  transform: rotate(180deg);
}
#background .background-green > article {
  background: var(--color-yama);
  color: var(--color-tofu);
  overflow-y: visible;
}
#background .background-green > article:before {
  content: "";
  display: block;
  width: 27.14vw;
  height: 14.285vw;
  background: url(./images/kazari-area02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -21.5vw;
  left: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .background-green > article:before {
    width: 50vw;
    height: 26.3157vw;
    top: -28vw;
  }
}
/*------------------------------------
  テンプレ設定　ここから
-------------------------------------*/
#background #picture-wrapper section {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 200px;
}
#background #picture-wrapper section:first-child {
  padding-top: 150px;
}
#background #picture-wrapper section:last-child {
  padding-bottom: 100px;
}
#background #picture-wrapper .picture-set:before {
  content: "";
  display: block;
  width: 60vw;
  height: 24.2857vw;
  background: url(./images/spot.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 100px;
}
#background #picture-wrapper .picture-set:nth-of-type(2n):before {
  right: auto;
  left: 0;
}
#background #picture-wrapper .picture-set figure {
  width: calc(50% - 16px);
  margin: auto auto auto 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
#background #picture-wrapper .picture-set:nth-of-type(2n) figure {
  margin: auto 0 auto auto;
  border-radius: 8px 0 0 8px;
  order: 10;
}
#background #picture-wrapper .picture-set .text-bot {
  width: 36vw;
  margin: auto 7vw;
  padding-top: calc(24.3vw - 90px);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #picture-wrapper section {
    display: block;
    width: 86vw;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 70px;
  }
  #background #picture-wrapper section:first-child {
    padding-top: 30px;
  }
  #background #picture-wrapper section:last-child {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  #background #picture-wrapper .picture-set:before {
    display: none;
  }
  #background #picture-wrapper .picture-set figure ,
  #background #picture-wrapper .picture-set:nth-of-type(2n) figure {
    width: 90vw;
    margin: 0 -2vw 30px;
    border-radius: 8px;
  }
  #background #picture-wrapper .picture-set .text-bot {
    width: 100%;
    margin: auto auto 0;
    padding-top: 0;
  }
}
/*------------------------------------
  箱中身 設定　ここから
-------------------------------------*/
#background #picture-wrapper .text-bot h2 {
  font-size: 28px;
  font-weight: var(--font-bold);
  line-height: 1em;
  text-align: center;
  margin-bottom: 40px;
}
#background #picture-wrapper .text-bot h2 em {
  padding-left: 42px;
  position: relative;
}
#background #picture-wrapper .text-bot h2 em:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(./images/icon13.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}
#background #picture-wrapper .text-bot p {
  margin-bottom: 30px;
}
#background #picture-wrapper .text-bot p.more {
  margin-bottom: 0;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #picture-wrapper .text-bot h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #background #picture-wrapper .text-bot h2 em {
    padding-left: 30px;
  }
  #background #picture-wrapper .text-bot h2 em:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  #background #picture-wrapper .text-bot p {
    margin-bottom: 20px;
  }
  #background #picture-wrapper .text-bot p.more {
    margin-bottom: 0;
  }
}
/*------------------------------------
  バリエーション設定　ここから
-------------------------------------*/
#background #picture-wrapper .picture-set#spot:before {
  top: 50px;
}
#background #picture-wrapper .picture-set#event:before {
  background-image: url(./images/event.svg);
}
#background #picture-wrapper .picture-set#event h2 em:before {
  background-image: url(./images/icon14.svg);
}
#background #picture-wrapper .picture-set#course:before {
  background-image: url(./images/course.svg);
}
.en #background #picture-wrapper .picture-set#course:before ,
.tw #background #picture-wrapper .picture-set#course:before {
  transform: scaleX(-1);
}
#background #picture-wrapper .picture-set#course h2 em:before {
  background-image: url(./images/icon15.svg);
}
#background #picture-wrapper .picture-set#special:before {
  top: 70px;
  background-image: url(./images/special.svg);
}
.en #background #picture-wrapper .picture-set#special:before ,
.tw #background #picture-wrapper .picture-set#special:before {
  transform: scaleX(-1);
}
#background #picture-wrapper .picture-set#special h2 em:before {
  background-image: url(./images/icon16.svg);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}

/*===========================================================================
-----------------------------------------------------------------------------
  インスタ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #insta {
  padding-top: 20px;
  margin-bottom: 90px;
}
#background #insta h2 {
  text-align: center;
  font-size: 28px;
  font-weight: var(--font-bold);
  color: var(--color-umi);
  line-height: 1.5em;
  margin-bottom: 30px;
}
#background #insta h2 em {
  display: inline-block;
  position: relative;
  padding-left: 42px;
}
#background #insta h2 em:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(./images/sns01.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
}
#background #insta p {
  text-align: center;
  margin-bottom: 40px;
}
#background #insta img.ecbn-visumo-logo {
  width: 80px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #insta {
    padding-top: 10px;
    margin-bottom: 80px;
  }
  #background #insta h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #background #insta h2 em {
    padding-left: 30px;
  }
  #background #insta h2 em:before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
  #background #insta p {
    text-align: left;
    margin-bottom: 30px;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  関連リンク設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #link-set section {
  max-width: 950px;
  margin-bottom: 80px;
}
#background #link-set h3 {
  text-align: center;
  font-size: 20px;
  font-weight: var(--font-bold);
  color: var(--color-umi);
  line-height: 1.5em;
  margin-bottom: 30px;
}
#background #link-set h3 em {
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
#background #link-set h3 em:before ,
#background #link-set h3 em:after {
  content: "";
  display: block;
  visibility: visible;
  width: 30px;
  height: 3px;
  background: var(--color-umi);
  border-radius: 1.5px;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
}
#background #link-set h3 em:after {
  left: auto;
  right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #link-set section {
    margin-bottom: 40px;
  }
  #background #link-set h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #background #link-set h3 em {
    padding: 0 40px;
  }
  #background #link-set h3 em:before ,
  #background #link-set h3 em:after {
    width: 24px;
  }
}

/*------------------------------------
  バナー設定　ここから
-------------------------------------*/
#background #link-set ul {
  display: flex;
  flex-wrap: wrap;
}
#background #link-set ul li {
  width: 30%;
  margin: auto;
  padding-bottom: 10px;
  text-align: center;
}
#background #link-set ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80px;
}
#background #link-set ul li.mini img {
  max-height: 60px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #link-set ul li {
    width: 46%;
  }
}

/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}

/*===========================================================================
-----------------------------------------------------------------------------
  言語切替　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 160;
  font-family: var(--font-all);
}
#background .language-switcher summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  min-width: 106px;
  padding: 9px 14px;
  border: 1px solid #f58220;
  border-radius: 999px;
  background: #fff;
  color: #2b6cb0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  letter-spacing: 0;
}
#background .language-switcher summary::-webkit-details-marker {
  display: none;
}
#background .language-switcher summary::after {
  content: "";
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #f58220;
}
#background .language-switcher[open] summary {
  border-radius: 999px;
}
#background .language-switcher nav {
  overflow: hidden;
  margin-top: 3px;
  border: 1px solid #f58220;
  border-top: none;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}
#background .language-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#background .language-switcher li + li {
  border-top: 1px solid rgba(245, 130, 32, 0.15);
}
#background .language-switcher a {
  display: block;
  padding: 10px 15px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  background: #fff;
}
#background .language-switcher a:hover {
  background: #fff7f0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .language-switcher {
    top: 12px;
    right: 12px;
  }
  #background .language-switcher summary {
    min-width: 98px;
    padding: 8px 12px;
    font-size: 12px;
  }
  #background .language-switcher a {
    padding: 10px;
    font-size: 12px;
  }
}
