@charset "UTF-8";
/*
box.scss
*/
/*
config.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&display=swap");
@font-face {
  font-family: "Kaiso-Next-B-W";
  src: url(font/Kaisotai-Next-UP-B.woff2);
}
@font-face {
  font-family: "Kaiso-Next-B-E";
  src: url(font/Kaisotai-Next-UP-B.eot);
}
@font-face {
  font-family: "Mamelon-5-Hi-Regular";
  src: url(font/WSF-Mamelon-5-Hi-Regular.woff);
}
@font-face {
  font-family: "KleeOne-SemiBold";
  src: url(font/WSF-KleeOne-SemiBold.woff);
}
/*
all.scss
*/
/*
config.scss
*/
@font-face {
  font-family: "Kaiso-Next-B-W";
  src: url(font/Kaisotai-Next-UP-B.woff2);
}
@font-face {
  font-family: "Kaiso-Next-B-E";
  src: url(font/Kaisotai-Next-UP-B.eot);
}
@font-face {
  font-family: "Mamelon-5-Hi-Regular";
  src: url(font/WSF-Mamelon-5-Hi-Regular.woff);
}
@font-face {
  font-family: "KleeOne-SemiBold";
  src: url(font/WSF-KleeOne-SemiBold.woff);
}
html {
  position: relative;
}

body {
  position: relative;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8em;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
}

@media screen\0  {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  margin: 0px 0px 1em;
  letter-spacing: -0.05em;
}

p {
  margin: 0px 0px 1.5em;
}
@media screen and (max-width: 544px) {
  p {
    line-height: 1.8em;
  }
}

ul, ol {
  box-sizing: border-box;
  margin: 0px 0px 1.5em;
  padding: 0px;
}
ul:last-child, ol:last-child {
  margin-bottom: 0px;
}
ul li, ol li {
  margin: 0px 0px 0.3em;
  list-style: none inside;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0px;
}
ul li p:last-child, ol li p:last-child {
  margin-bottom: 0px;
}

dl {
  margin: 0px 0px 1.5em;
}
dl dt {
  margin: 0px 0px 1em;
  line-height: 1.4em;
}
dl dd {
  margin: 0px 0px 1em;
}
dl dd:last-child {
  margin-bottom: 0px;
}

header, footer, section, aside, nav, div, ul, ol, li, dl, dt, dd, p, table, th, td {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

blockquote {
  margin: 0px;
}

address {
  font-size: 100%;
  font-style: normal;
}
address a {
  color: #333;
  text-decoration: none;
}

a {
  color: #ff5722;
}
a[href*="void(0)"] {
  color: #ccc;
}

.remarks {
  font-size: 91.6%;
  color: #666;
  line-height: 1.6em;
}

.caution {
  color: #ff0000;
}

.decimal li {
  list-style: decimal inside;
}

.disc li {
  list-style: disc inside;
}
.disc.inline {
  display: flex;
  flex-wrap: wrap;
}
.disc.inline li {
  margin-right: 1em;
}
.disc.inline li:last-child {
  margin-right: 0px;
}

ul.tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 0px 6px;
}
ul.tag:before {
  content: "近くのスポット";
  display: block;
  width: 100%;
  position: relative;
  background-color: #707070;
  border-radius: 2px;
  margin: 0px -6px 10px;
  padding: 3px 6px;
  line-height: 1.25em;
}
ul.tag li {
  margin-bottom: 0.5em;
  margin-right: 1em;
}
ul.tag li:last-child {
  margin-right: 0px;
}
ul.tag li a {
  display: inline-block;
  border-bottom: 1px dotted #333;
  padding: 0px 3px 3px;
  color: #333;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
ul.tag li a:before {
  content: "#";
  display: inline-block;
  margin-right: 3px;
  color: #ff5722;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.photo {
  border-radius: 2px;
}
.photo.left {
  float: left;
  margin: 0px 60px 0px 0px;
}
@media screen and (max-width: 768px) {
  .photo.left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 544px) {
  .photo.left {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.right {
  float: right;
  margin: 0px 0px 0px 60px;
}
@media screen and (max-width: 768px) {
  .photo.right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 544px) {
  .photo.right {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.center {
  display: block;
  margin: 0px auto 1em;
}

div.photo + * {
  overflow: hidden;
}

@media screen and (max-width: 544px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 544px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 544px) {
  br.sp, span.sp, a.sp, strong.sp, em.sp, i.sp {
    display: inline-block;
  }
}

/*
SOY Inquiry デフォルト
（仮置・削除予定）
--------------------------------------------------*/
table.inquiry_form {
  border-collapse: collapse;
  font-size: 90%;
  border: solid 1px #999;
  min-width: 480px;
  margin: 1em 0;
}

.inquiry_form tr.title th,
.inquiry_form tr.title td {
  border: solid 1px #bbb;
  font-weight: bold;
  color: #678197;
}

.inquiry_form th, .inquiry_form td {
  border: dashed 1px #bbb;
  border-style: dashed solid;
  padding: 8px 10px;
  text-align: left;
  background-color: white;
}

.inquiry_form th {
  background-color: #F4F9FE;
  color: #678197;
  font-weight: normal;
}

.inquiry_form input[type=text] {
  border: solid 1px #bbb;
}

.inquiry_form input[type=text]:focus {
  border: solid 1px black;
}

.inquiry_form textarea {
  border: solid 1px #bbb;
  padding: 2px;
}

.inquiry_form textarea:focus {
  border: solid 1px black;
}

.inquiry_form .require th {
  font-weight: bold;
}

.inquiry_form .error_message {
  color: red;
  font-weight: bold;
}

.inquiry_form_captcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inquiry_form_captcha img {
  margin-bottom: 5px;
}

.inquiry_form table {
  border-collapse: collapse;
  margin: 10px 0;
  border: solid 1px #999;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  background-color: #E6F1EE;
  border: 1px solid #E6F1EE;
  padding: 6px;
}

textarea.long {
  height: 240px;
}
textarea[readonly] {
  width: 540px !important;
  height: 150px;
  background-color: #fff !important;
  margin-bottom: 6px;
  padding: 6px;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.6em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 544px) {
  textarea[readonly] {
    width: 100% !important;
  }
}

input.area,
select.area,
textarea.area {
  background-color: #E6F1EE;
  border: 1px solid #707070;
  border-radius: 2px;
  padding: 6px;
}
input.area.long,
select.area.long,
textarea.area.long {
  width: 540px;
}
@media screen and (max-width: 544px) {
  input.area.long,
select.area.long,
textarea.area.long {
    width: 100%;
  }
}
input.area.middle,
select.area.middle,
textarea.area.middle {
  width: 270px;
}
@media screen and (max-width: 544px) {
  input.area.middle,
select.area.middle,
textarea.area.middle {
    width: 100%;
  }
}
input.area.short,
select.area.short,
textarea.area.short {
  width: 120px;
}
@media screen and (max-width: 544px) {
  input.area.short,
select.area.short,
textarea.area.short {
    width: 100%;
  }
}
input.area.mini,
select.area.mini,
textarea.area.mini {
  width: 90px;
}
input.area.micro,
select.area.micro,
textarea.area.micro {
  width: 60px;
}

h3.blockttl {
  font-size: 133.3%;
}
@media screen and (max-width: 544px) {
  h3.blockttl {
    margin-bottom: 0.75em;
    font-size: 18px;
  }
}

h4.blockttl {
  font-size: 116.6%;
}

/*
slick.js
*/
ul.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
ul.slick-dots li.slick-active button:before {
  color: #89BFC4;
}

.slick-next:before,
.slick-prev:before {
  color: #89BFC4;
  opacity: 1;
}

/*
modaal.js
*/
.modal.target {
  display: none;
}

.modaal-container {
  height: auto;
}

@media screen and (max-width: 544px) {
  .modaal-content-container {
    padding: 30px 15px;
  }
}

.modaal-inner-wrapper {
  padding: 25px;
}
@media screen and (max-width: 544px) {
  .modaal-inner-wrapper {
    padding: 0px;
  }
}

.modaal-iframe-elem {
  height: 100%;
}

.modaal-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
  background: #ff5722 !important;
}
@media screen and (max-width: 544px) {
  .modaal-close {
    position: fixed !important;
    top: 20px;
    right: 15px;
    z-index: 1;
  }
}

.modaal-close::after, .modaal-close::before {
  content: "";
  display: block;
  width: 4px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 23px;
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
}

.modaal-close:hover:before,
.modaal-close:hover:after {
  background-color: #fff;
}

/*
Formstone
*/
.fs-checkbox-label.fs-light {
  color: #333;
}

.fs-checkbox.fs-light.fs-checkbox-radio {
  display: inline-block !important;
}

.fs-checkbox.fs-light .fs-checkbox-marker {
  border: 1px solid #333;
  background-color: #E6F1EE;
}

.fs-checkbox-label.fs-light {
  font-size: 100%;
  line-height: 20px;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
  padding: 20px 15px;
}

.fs-light.fs-navigation-handle.fs-navigation-enabled {
  padding-left: 12px;
  white-space: nowrap;
}
.fs-light.fs-navigation-handle.fs-navigation-enabled:after {
  height: 2px;
  background-color: #fff;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  background-color: #89BFC4;
  border: 0px none transparent;
  color: #333;
  text-decoration: none;
}
.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled:hover {
  background-color: #ffd2c4;
}

.no-touchevents .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled:hover {
  background-color: #ffd2c4;
}

.fs-light.fs-tabs-tab.fs-tabs-enabled {
  background-color: #f6f6f6;
  border: 0px none transparent;
  color: #707070;
}

.fs-light.fs-tabs-tab.fs-tabs-enabled:hover,
.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-enabled:hover {
  background-color: #ffe9e2;
  color: #333;
}

.fs-light.fs-tabs-tab.fs-tabs-active {
  color: #333;
}

.fs-light.fs-lightbox-overlay {
  background-color: #fff;
}

.fs-lightbox.fs-light {
  box-shadow: 0 0 12px #ccc;
}

.fs-lightbox.fs-light .fs-lightbox-control_previous {
  left: 10px;
}

.fs-lightbox.fs-light .fs-lightbox-control_next {
  right: 10px;
}

.fs-lightbox.fs-light .fs-lightbox-close {
  background-color: #333;
}
.fs-lightbox.fs-light .fs-lightbox-close:hover {
  background-color: #ff5722;
}
.fs-lightbox.fs-light .fs-lightbox-close:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #fff;
}

.fs-lightbox.fs-light.fs-lightbox-inline {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .fs-lightbox.fs-light.fs-lightbox-inline {
    width: 80% !important;
  }
}

img.fs-viewer-image {
  max-width: initial;
}

.fs-lightbox-content img {
  max-width: initial;
}

.fs-light.fs-navigation-overlay-right-nav.fs-navigation-open {
  height: 100% !important;
}

.fs-light.fs-navigation-overlay-right-nav.fs-navigation-open > .inner {
  padding-bottom: 45px;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
  background-color: #f9f9f9;
}

@media screen and (min-width: 544px) {
  .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled.nav_handle {
    height: auto;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    line-height: 1;
  }
}

@media screen and (min-width: 544px) {
  .fs-light.fs-navigation-handle.fs-navigation-enabled.nav_handle:after {
    display: none;
  }
}

.fs-swap-target {
  display: none;
}
.fs-swap-target.fs-swap-active {
  display: block;
}

.fs-tooltip-content {
  font-size: 16px !important;
}

/*
object-fit-img.js
*/
.object-fit {
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*　プレイヤー（再生バー）　*/
.audiojs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: auto;
  background: none;
  box-shadow: none;
  margin: 0px auto;
  font-family: monospace;
  overflow: hidden;
}
.audiojs .play-pause {
  float: none;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 4;
  background-color: #fff;
  border-right: 0px none transparent;
  margin: 0px auto 1em;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 544px) {
  .audiojs .play-pause {
    margin-bottom: 0.5em;
  }
}
.audiojs .play-pause > p {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 4;
  background-color: #fff;
  text-align: center;
}
.audiojs .play-pause > p:before {
  width: 60px;
  height: 60px;
}
.audiojs p {
  width: auto;
  height: auto;
  margin: 0px;
  line-height: 1.25;
  cursor: pointer;
}
.audiojs .scrubber {
  width: 200px;
  height: 6px;
  position: relative;
  background: #999;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent;
  border-left: 0px none transparent;
  border-radius: 3px;
  margin: 0px 0px 0.5em;
  overflow: hidden;
}
.audiojs .progress {
  width: 0px;
  height: 6px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background: #89BFC4;
}
.audiojs .loaded {
  width: 0px;
  height: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #333;
}
.audiojs .time {
  display: flex;
  justify-content: space-between;
  float: none;
  width: 100%;
  height: auto;
  border-left: 0px none transparent;
  margin: 0px;
  padding: 0px;
  color: transparent;
  text-shadow: none;
  line-height: 1.25em;
}
.audiojs .time em {
  display: inline-block;
  padding: 0px 2px 0px 0px;
  color: #666;
  font-style: normal;
  font-weight: normal;
}
.audiojs .time strong {
  display: inline-block;
  padding: 0px 0px 0px 2px;
  color: #666;
  font-weight: normal;
}
.audiojs .error-message {
  display: none;
  width: 100%;
  float: left;
  margin: 0px 10px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}
.audiojs .error-message a {
  border-bottom: 1px solid #999;
  padding-bottom: 1px;
  color: #eee;
  text-decoration: none;
  white-space: wrap;
}
.audiojs .play {
  position: absolute;
  top: 0px;
  z-index: 4;
  background-image: none !important;
  margin: 0px 0px 2em;
}
@media screen and (max-width: 544px) {
  .audiojs .play {
    margin-bottom: 0.75em;
  }
}
.audiojs .play:before {
  content: "\f144";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 45px;
  color: #ff5722;
  font-weight: 900;
}
.audiojs .pause {
  position: absolute;
  top: 0px;
  z-index: 3;
  background-image: none !important;
  margin: 0px 0px 2em;
}
@media screen and (max-width: 544px) {
  .audiojs .pause {
    margin-bottom: 0.75em;
  }
}
.audiojs .pause:before {
  content: "\f28b";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 45px;
  color: #999;
  font-weight: 900;
}
.audiojs .playing .play,
.audiojs .playing .loading,
.audiojs .playing .error {
  display: none;
}
.audiojs .playing .pause {
  display: block;
}
.audiojs .loading {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: block;
  background-image: none;
  margin: 0px 0px 2em;
}
.audiojs .loading:before {
  content: "\f110";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 45px;
  color: #e6e6e6;
  font-weight: 500;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.audiojs .loading .pause,
.audiojs .loading .error {
  display: none;
}
.audiojs .loading .loading {
  display: block;
}
.audiojs .progress {
  background-color: #999;
}
.audiojs .error {
  display: none;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.audiojs .error .time,
.audiojs .error .play,
.audiojs .error .pause,
.audiojs .error .scrubber,
.audiojs .error .loading {
  display: none;
}
.audiojs .error .error {
  display: block;
}
.audiojs .error .play-pause p {
  cursor: auto;
}
.audiojs .error .error-message {
  display: block;
}
.audiojs .track-details {
  clear: both;
  background: #fff;
  padding: 0px 6px;
  font-size: 10px;
  color: #333;
}
.audiojs .track-details:before {
  content: "Now Playing: ";
}

body > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}

/*
#headerbox
--------------------------------------------------
--------------------------------------------------*/
#headerbox > .upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #89BFC4;
  padding: 8px 0px 8px 15px;
  line-height: 1;
}
#headerbox > .upper .logomark {
  width: 130px;
}
#headerbox > .upper nav ul.menubar {
  display: flex;
  margin: 0px;
}
#headerbox > .upper nav ul.menubar > li {
  margin: 0px 2em 0px 0px;
  /*
  @at-root body:not(.jp) &.pictures{
  	display: none;
  }
  */
}
@media screen and (max-width: 544px) {
  #headerbox > .upper nav ul.menubar > li:not(.nav_content) {
    display: none;
  }
}
body:not(.jp) #headerbox > .upper nav ul.menubar > li.form {
  display: none;
}

#headerbox > .upper nav ul.menubar > li a {
  font-family: "Kaiso-Next-B-W", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  #headerbox > .upper nav ul.menubar > li a {
    font-family: "Kaiso-Next-B-E", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
}
@media screen and (max-width: 544px) {
  #headerbox > .upper nav ul.menubar > li a.nav_handle {
    color: #fff;
  }
}
@media screen and (max-width: 544px) {
  #headerbox > .upper nav ul.menubar > li.nav_content {
    margin-right: 15px;
  }
}
@media screen and (max-width: 544px) {
  #headerbox > .upper nav ul.menubar > li.nav_content a {
    font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}
#headerbox > .lower {
  display: none;
}
body.jp #headerbox > .lower.jp {
  display: block;
}

body.en #headerbox > .lower.en {
  display: block;
}

#headerbox > .lower .navitrail {
  margin: 10px 15px;
  font-size: 14px;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  #headerbox > .lower .navitrail.genre {
    margin-top: 12px;
  }
}
#headerbox > .lower .navitrail.area {
  margin-top: 12px;
}
#headerbox > .lower .navitrail a {
  color: #5DA7AE;
}
#headerbox > .lower .navitrail a:hover {
  color: #ff5722;
}
#headerbox > .lower .navitrail i.fa-home {
  font-size: 16px;
}

ol.panel {
  display: flex;
  flex-wrap: wrap;
  width: 375px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  ol.panel {
    width: 625px;
  }
}
@media screen and (max-width: 544px) {
  ol.panel {
    width: 100%;
  }
}
ol.panel li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 120px;
  margin: 0px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  ol.panel li {
    width: 33.3%;
    height: auto;
    padding: 5px 0px;
  }
}
ol.panel li:hover {
  background-color: #ffe9e2 !important;
}
ol.panel li:nth-child(even):hover {
  background-color: #ffd2c4 !important;
}
ol.panel li img {
  width: 125px;
  height: auto;
}
@media screen and (max-width: 375px) {
  ol.panel li img {
    width: 100%;
  }
}
ol.panel.genre li {
  background-color: #E6F1EE;
}
ol.panel.genre li:nth-child(even) {
  background-color: #89BFC4;
}
ol.panel.area li {
  background-color: #eeedeb;
}
ol.panel.area li:nth-child(even) {
  background-color: #D5D2CD;
}
ol.panel.area li:last-child {
  background-color: #898586;
}
ol.panel.area li:nth-child(1), ol.panel.area li:nth-child(5) {
  background-color: #898586 !important;
}
@media screen and (max-width: 960px) {
  ol.panel.area li:nth-child(1), ol.panel.area li:nth-child(5) {
    background-color: #eeedeb;
  }
}
@media screen and (max-width: xsW) {
  ol.panel.area li:nth-child(1), ol.panel.area li:nth-child(5) {
    background-color: #898586;
  }
}

@media screen and (min-width: 544px) {
  .fs-light.fs-navigation-overlay-right-nav.fs-navigation-enabled {
    width: 405px;
  }
}

@media screen and (min-width: 544px) {
  .fs-light.fs-navigation-overlay-right-nav.fs-navigation-enabled {
    transform: translate3D(405px, 0, 0);
  }
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-open {
  transform: translate3D(0, 0, 0);
}

.navigation .logomark {
  display: none;
  width: 50%;
  margin: 0px auto 30px;
}
body.jp .navigation .logomark.jp {
  display: block;
}

body.en .navigation .logomark.en {
  display: block;
}

@media screen and (max-width: 544px) {
  .navigation .logomark {
    width: 60%;
    margin-bottom: 15px;
  }
}
.navigation .blockbox {
  margin-bottom: 45px;
}
@media screen and (max-width: 544px) {
  .navigation .blockbox {
    margin-bottom: 30px;
  }
}
.navigation .blockbox .ttl {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin: 0px 0px 1em;
  padding: 0px 0px 0.25em;
  font-family: "Kaiso-Next-B-W", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.25em;
}
body:not(.jp) .navigation .blockbox .ttl {
  letter-spacing: 0px;
}

@media all and (-ms-high-contrast: none) {
  .navigation .blockbox .ttl {
    font-family: "Kaiso-Next-B-E", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
}
@media screen and (max-width: 544px) {
  .navigation .blockbox .ttl {
    font-size: 18px;
  }
}
.navigation .blockbox.genre .ttl {
  border-bottom-color: #89BFC4;
}
.navigation .blockbox.area .ttl {
  border-bottom-color: #898586;
}
.navigation .blockbox.regular {
  display: none;
  margin-bottom: 2em;
}
body.jp .navigation .blockbox.regular.jp {
  display: block;
}
body.jp .navigation .blockbox.regular.jp .bttn li:last-child {
  width: 100%;
}
body.jp .navigation .blockbox.regular.jp .bttn li a[href$="/viewer"] {
  width: 54%;
  padding: 20px 15px;
}
@media screen and (min-width: 544px) {
  body.jp .navigation .blockbox.regular.jp .bttn li a[href$="/viewer"] {
    width: 36%;
  }
}

body.en .navigation .blockbox.regular.en {
  display: block;
}

.navigation .blockbox.regular .bttn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navigation .blockbox.regular .bttn li {
  display: flex;
  justify-content: center;
  width: 48%;
  background-color: #eeedeb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.navigation .blockbox.regular .bttn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 30px 15px;
  text-decoration: none;
}
@media screen and (max-width: 544px) {
  .navigation .blockbox.regular .bttn a {
    font-size: 14px;
  }
}
.navigation .blockbox.regular .bttn a:hover {
  background-color: #ffe9e2;
}
body:not(.jp) .navigation .blockbox.regular .bttn a[href$="/viewer"] {
  padding: 15px;
}

.navigation .blockbox.regular .bttn a i {
  font-size: 200%;
}
@media screen and (max-width: 544px) {
  .navigation .blockbox.regular .bttn a i {
    font-size: 175%;
  }
}
.navigation .blockbox.regular .bttn + .bttn li {
  width: 100%;
}
.navigation .close {
  text-align: center;
}
.navigation .close a {
  display: inline-block;
  background-color: #333;
  border-radius: 10px;
  padding: 1em 3em;
  color: #fff;
  text-decoration: none;
}
.navigation .close a:hover {
  background-color: #ff5722;
}
@media screen and (max-width: 960px) {
  .navigation ol.panel {
    width: 375px;
  }
}
@media screen and (max-width: 544px) {
  .navigation ol.panel {
    width: 240px;
  }
}
@media screen and (max-width: 544px) {
  .navigation ol.panel li {
    width: 80px;
    height: 80px;
  }
}

/*
--------------------------------------------------*/
#sticky_header {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  display: block;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #89BFC4;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (min-width: 544px) {
  #sticky_header {
    display: none;
  }
}

/*------------------------------------------------*/
/*
#footerbox
--------------------------------------------------*/
#footerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  text-align: center;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#footerbox dl {
  background-color: #E6F1EE;
  margin-bottom: 0px;
}
#footerbox dt {
  height: 103px;
  position: relative;
  background: url(../img000/footer_illust.png) no-repeat center 0px #fff;
  margin-bottom: 0px;
  padding-top: 50px;
}
#footerbox dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  box-sizing: content-box;
  position: absolute;
  top: 88px;
  z-index: 1;
  background-color: #89BFC4;
  border-bottom: 10px solid #fff;
}
#footerbox dt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 70px;
  position: relative;
  bottom: 0px;
  z-index: 3;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px auto;
}
#footerbox dd:nth-of-type(1) {
  position: relative;
  z-index: 2;
  background-color: #E6F1EE;
  top: -12px;
  padding: 40px 0px 10px;
}
#footerbox dd.language nav.pager {
  background-color: #fff;
  padding: 15px 0px;
}
body.jp #footerbox dd.language nav.pager li.japanese a:before {
  content: "\f14a";
  color: #ff5722;
}

body.en #footerbox dd.language nav.pager li.english a:before {
  content: "\f14a";
  color: #ff5722;
}

#footerbox dd.language nav.pager a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#footerbox dd.language nav.pager a:before {
  content: "\f0c8";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  color: #333;
  font-weight: 300;
}
#footerbox dd.language + .churinjo {
  padding-top: 0px;
}
#footerbox dd.churinjo {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  line-height: 1.25em;
}
#footerbox dd.churinjo a {
  font-family: "Kaiso-Next-B-W", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
#footerbox dd.info {
  position: static;
  top: auto;
  padding-top: 10px;
}
#footerbox p {
  margin: 0px;
  font-size: 12px;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #footerbox p {
    font-size: 14px;
  }
}
#footerbox p.guide {
  margin-bottom: 0.5em;
}
#footerbox p.copyright {
  float: none;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #footerbox p.copyright {
    font-size: 12px;
  }
}

/*------------------------------------------------*/
#maincontentbox {
  margin: 0px auto 50px;
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  #maincontentbox {
    display: block;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #maincontentbox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 544px) {
  #maincontentbox {
    margin-bottom: 20px;
  }
}
#maincontentbox + .pager {
  padding-top: 0px;
}

/*
COMMON
--------------------------------------------------*/
.blockbox {
  position: relative;
  margin: 0px auto 6em;
}
.blockbox > :last-child, .blockbox > div.inner:last-child {
  margin-bottom: 0px;
}

.table_responsive {
  overflow-x: scroll;
}
.table_responsive + .table_responsive {
  margin-top: 4em;
}
@media screen and (max-width: 544px) {
  .table_responsive + .table_responsive {
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .table_responsive > table {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .table_responsive {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .table_responsive:before {
    content: "※隠れている部分を表示するのに、表を左へスワイプ（指で左へ滑らせる）してください。";
    display: block;
    margin-bottom: 1em;
    color: #ff5722;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive:before {
    display: none;
  }
}

table.soy_inquiry_message td {
  padding-top: 1em;
}
@media screen and (max-width: 960px) {
  table.soy_inquiry_message td {
    padding-top: 0px;
  }
}

/*
--------------------------------------------------*/
table.inquiry_form {
  /*------------------------------------------------*/
  min-width: initial;
  border: 0px none transparent;
  border-collapse: collapse;
  margin: 0px;
  font-size: 100%;
  /*------------------------------------------------*/
}
@media screen and (max-width: 544px) {
  table.inquiry_form {
    width: 100%;
  }
}
table.inquiry_form th,
table.inquiry_form td {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
  font-size: 16px;
  color: #333;
}
table.inquiry_form th {
  padding: 30px 0px 6px;
  font-weight: bold;
}
table.inquiry_form .remarks {
  display: block;
  line-height: 1.6em;
}
table.inquiry_form tr.confirm td:before,
table.inquiry_form tr.privacy td:before {
  display: block;
  padding: 30px 0px 6px;
  font-weight: bold;
}
table.inquiry_form tr.confirm td {
  padding: 30px 0px;
}
table.inquiry_form tr.confirm td:before {
  content: "ご利用規約";
}
table.inquiry_form tr.privacy td:before {
  content: "プライバシーポリシー（個人情報保護方針）";
}
table.inquiry_form tr.require th:after {
  content: "［必須］";
  display: inline-block;
  color: #cc0000;
}
table.inquiry_form a.search-btn {
  display: inline-block;
  background: #ff5722;
  border: 0px none transparent;
  border-radius: 6px;
  margin-left: 0.5em;
  padding: 10px 1em;
  color: #fff;
  letter-spacing: -0.05em;
  text-decoration: none;
}
table.inquiry_form input[type=text],
table.inquiry_form input[type=tel],
table.inquiry_form input[type=email],
table.inquiry_form input[type=password],
table.inquiry_form textarea {
  border: 1px solid #707070;
  background-color: #E6F1EE;
}
table.inquiry_form .fs-checkbox.fs-light .fs-checkbox-marker {
  background-color: #E6F1EE;
}

/*------------------------------------------------*/
@media screen and (max-width: 960px) {
  #inquiry_form_submit.form,
#inquiry_form_submit.confirm,
#inquiry_form_submit.complete {
    width: 100%;
  }
}
#inquiry_form_submit.form ul,
#inquiry_form_submit.form td,
#inquiry_form_submit.confirm ul,
#inquiry_form_submit.confirm td,
#inquiry_form_submit.complete ul,
#inquiry_form_submit.complete td {
  padding-top: 3em;
}
@media screen and (max-width: 960px) {
  #inquiry_form_submit.form ul,
#inquiry_form_submit.form td,
#inquiry_form_submit.confirm ul,
#inquiry_form_submit.confirm td,
#inquiry_form_submit.complete ul,
#inquiry_form_submit.complete td {
    text-align: center;
  }
}
#inquiry_form_submit.form ul,
#inquiry_form_submit.confirm ul,
#inquiry_form_submit.complete ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #inquiry_form_submit.form ul,
#inquiry_form_submit.confirm ul,
#inquiry_form_submit.complete ul {
    justify-content: center;
  }
}
#inquiry_form_submit.form ul li + li,
#inquiry_form_submit.confirm ul li + li,
#inquiry_form_submit.complete ul li + li {
  margin-left: 15px;
}
#inquiry_form_submit.form ul li a.back,
#inquiry_form_submit.confirm ul li a.back,
#inquiry_form_submit.complete ul li a.back {
  display: inline-block;
  background-color: #ccc;
  border-radius: 2px;
  padding: 1em 3em;
  font-size: 133.3%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
  font-feature-settings: "palt" 1;
}
#inquiry_form_submit.form input[type=submit],
#inquiry_form_submit.confirm input[type=submit],
#inquiry_form_submit.complete input[type=submit] {
  background-color: #5DA7AE;
  border: 0px none transparent;
  border-radius: 2px;
  padding: 1em 3em;
  font-size: 133.3%;
  color: #fff;
  letter-spacing: -0.05em;
  font-feature-settings: "palt" 1;
}
#inquiry_form_submit.form input[type=submit]:hover,
#inquiry_form_submit.confirm input[type=submit]:hover,
#inquiry_form_submit.complete input[type=submit]:hover {
  background-color: #ff5722;
}
#inquiry_form_submit.form input[type=submit][name=form],
#inquiry_form_submit.confirm input[type=submit][name=form],
#inquiry_form_submit.complete input[type=submit][name=form] {
  background-color: #ccc;
}

dl.itemlist dt {
  margin: 0px 0px 1em;
  font-size: 116.6%;
  font-weight: bold;
}
dl.itemlist dd + dt {
  margin-top: 3em;
}
dl.itemlist dd h5 {
  margin: 0px 0px 0.5em;
  font-size: 106.6%;
}
dl.itemlist dd li {
  margin-bottom: 2em;
}

.pager.simple {
  padding: 50px 0px;
}
@media screen and (max-width: 544px) {
  .pager.simple {
    padding: 30px 0px;
  }
}
.pager.simple ul.menubar {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pager.simple ul.menubar {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .pager.simple ul.menubar#pagerCategory {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pager.simple ul.menubar#pagerCategory li {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.pager.simple ul.menubar#pagerCategory li img {
  margin-right: 10px;
}
.pager.simple ul.menubar#pagerCategory li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 544px) {
  .pager.simple ul.menubar#pagerCategory li a {
    width: 100%;
  }
}
.pager.simple ul.menubar li {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  text-align: center;
}
.pager.simple ul.menubar li:nth-child(1) {
  margin-right: 1px;
}
.pager.simple ul.menubar li a {
  display: block;
  height: 100%;
  background-color: #eeedeb;
  padding: 15px 40px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 544px) {
  .pager.simple ul.menubar li a {
    padding: 15px;
  }
}
.pager.simple ul.menubar li a i {
  display: block;
  margin-bottom: 6px;
  font-size: 50px;
  color: #ff5722;
}
@media screen and (max-width: 768px) {
  .pager.simple ul.menubar li a i {
    font-size: 30px;
  }
}
.pager.simple ul.menubar li a img {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .pager.simple ul.menubar li a img {
    width: 90px;
  }
}
.pager.simple ul.menubar li.prev a {
  border-right: 1px solid #fff;
  border-radius: 2px 0px 0px 2px;
}
.pager.simple ul.menubar li.next a {
  border-radius: 0px 2px 2px 0px;
}

ul.mainvisual {
  position: relative;
  margin: 0px;
}
ul.mainvisual li {
  margin: 0px;
}
ul.mainvisual li.photo {
  margin-bottom: 15px;
  line-height: 1;
  overflow: hidden;
}
ul.mainvisual li.photo img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover";
  border-radius: 6px;
}
ul.mainvisual li.icon {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
ul.mainvisual li.plate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 4px;
}
ul.mainvisual li.plate i {
  display: inline-flex;
  width: 20px;
  background-color: #333;
  border: 1px solid #898586;
  padding: 14px 0px;
  font-family: "Kaiso-Next-B-W", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #eeedeb;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  ul.mainvisual li.plate i {
    font-family: "Kaiso-Next-B-E", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
}

/*
--------------------------------------------------*/
#modal_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#modal_pagebox #pagetabbox {
  margin-top: 0px;
  margin-bottom: 3em;
}
#modal_pagebox #contentbox {
  padding: 60px;
}
@media screen and (max-width: 544px) {
  #modal_pagebox #contentbox {
    padding: 20px;
  }
}

/*------------------------------------------------*/
#howtoUseAudioGuide_s h4 {
  font-size: 133.3%;
}
#howtoUseAudioGuide_s dt {
  background-color: #f6f6f6;
  border-radius: 2px;
  padding: 6px 1em;
  font-size: 100%;
}
#howtoUseAudioGuide_s dd + dt {
  margin-top: 2em;
}

.gallery li div {
  display: none;
}

/*
config.scss
*/
@font-face {
  font-family: "Kaiso-Next-B-W";
  src: url(font/Kaisotai-Next-UP-B.woff2);
}
@font-face {
  font-family: "Kaiso-Next-B-E";
  src: url(font/Kaisotai-Next-UP-B.eot);
}
@font-face {
  font-family: "Mamelon-5-Hi-Regular";
  src: url(font/WSF-Mamelon-5-Hi-Regular.woff);
}
@font-face {
  font-family: "KleeOne-SemiBold";
  src: url(font/WSF-KleeOne-SemiBold.woff);
}
/***** デザインA（スマートフォン） *************************************************/
/* メディアクエリ の記述なし。 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

[id^=modalTarget] {
  letter-spacing: -0.05em;
}
[id^=modalTarget] h2 {
  width: 100%;
  margin: 0px 0px 1em;
  padding: 0px 80px 0px 0px;
  font-family: "Mamelon-5-Hi-Regular", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
}
[id^=modalTarget] .itemlist {
  text-align: left;
}
[id^=modalTarget] .itemlist > li {
  margin-bottom: 0px;
}
[id^=modalTarget] .itemlist h3 {
  cursor: pointer;
}
[id^=modalTarget] .itemlist div {
  font-weight: bold;
}
[id^=modalTarget] .pagettlbox {
  margin-bottom: 15px;
}
[id^=modalTarget] .pagettlbox h3 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-family: "Mamelon-5-Hi-Regular", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: normal;
}
[id^=modalTarget] .pagettlbox h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-right: 10px;
}
[id^=modalTarget] .pagettlbox .ttlbox {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  [id^=modalTarget] .pagettlbox .ttlbox {
    margin-bottom: 6px;
  }
}
[id^=modalTarget] .pagettlbox .ttlbox h3 {
  border-radius: 2px;
  padding: 6px 20px;
  font-family: "Kaiso-Next-B-W";
  font-size: 30px;
  color: #333;
}
@media screen and (max-width: 544px) {
  [id^=modalTarget] .pagettlbox .ttlbox h3 {
    padding: 15px 10px;
  }
}
[id^=modalTarget] .pagettlbox .ttlbox i.circle {
  width: 51px;
  height: 51px;
  margin-right: 6px;
  font-size: 39px;
}
@media screen and (max-width: 544px) {
  [id^=modalTarget] .pagettlbox .ttlbox i.circle {
    width: 36px;
    height: 36px;
    font-size: 27px;
  }
}
[id^=modalTarget] > .itemlist > li h3 {
  background-color: #E6F1EE;
}
[id^=modalTarget] > .itemlist > li:nth-child(even) h3 {
  background-color: #89BFC4;
}
[id^=modalTarget] > .itemlist > li.genre_shrine h3:before {
  background-image: url(../img000/icon_shrine.png);
}
[id^=modalTarget] > .itemlist > li.genre_monument h3:before {
  background-image: url(../img000/icon_monument.png);
}
[id^=modalTarget] > .itemlist > li.genre_building h3:before {
  background-image: url(../img000/icon_building.png);
}
[id^=modalTarget] > .itemlist > li.genre_townscape h3:before {
  background-image: url(../img000/icon_townscape.png);
}
[id^=modalTarget] > .itemlist > li.genre_museum h3:before {
  background-image: url(../img000/icon_museum.png);
}
[id^=modalTarget] > .itemlist > li.genre_park h3:before {
  background-image: url(../img000/icon_park.png);
}
[id^=modalTarget] > .itemlist > li.genre_bridge h3:before {
  background-image: url(../img000/icon_bridge.png);
}
[id^=modalTarget] > .itemlist > li.genre_shopping h3:before {
  background-image: url(../img000/icon_shopping.png);
}
[id^=modalTarget] > .itemlist > li.genre_viewspot h3:before {
  background-image: url(../img000/icon_viewspot.png);
}
[id^=modalTarget][id$=MapWrapper] .itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[id^=modalTarget][id$=MapWrapper] .itemlist > li {
  width: 45%;
  margin-bottom: 30px;
}
@media screen and (max-width: 544px) {
  [id^=modalTarget][id$=MapWrapper] .itemlist > li {
    width: 100%;
  }
}
[id^=modalTarget][id$=MapWrapper] .itemlist > li h4 {
  margin-bottom: 10px;
}
[id^=modalTarget][id$=MapWrapper] .itemlist > li a {
  text-decoration: none;
}
[id^=modalTarget][id$=MapWrapper] .itemlist > li img {
  height: 150px;
}
@media screen and (max-width: 768px) {
  [id^=modalTarget][id$=MapWrapper] .itemlist > li img {
    height: 100px;
  }
}
[id^=modalTarget][id$=MarkerWrapper] .pagettlbox {
  margin-bottom: 15px;
}
[id^=modalTarget][id$=MarkerWrapper] .itemlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  [id^=modalTarget][id$=MarkerWrapper] .itemlist {
    justify-content: center;
  }
}
[id^=modalTarget][id$=MarkerWrapper] .itemlist li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 120px;
  background-color: #eeedeb;
  border-radius: 6px;
  margin: 0px 10px 10px 0px;
  padding: 10px 5px 20px;
}
[id^=modalTarget][id$=MarkerWrapper] .itemlist li div {
  width: 100%;
  text-align: center;
}
[id^=modalTarget][id$=MarkerWrapper] .itemlist li div.icon {
  margin-bottom: 6px;
}
[id^=modalTarget][id$=MarkerWrapper] .itemlist li div.name {
  margin-bottom: 12px;
  line-height: 1;
}
[id^=modalTarget][id$=MarkerWrapper] .switch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
[id^=modalTarget][id$=MarkerWrapper] .switch span {
  margin-right: 1em;
  font-family: "Mamelon-5-Hi-Regular", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
[id^=modalTarget][id$=MarkerWrapper] .switch a {
  display: inline-block;
  width: 100px;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
  padding: 4px 10px;
  color: #ff5722;
  text-decoration: none;
  text-align: center;
}
[id^=modalTarget][id$=MarkerWrapper] .switch a.on {
  border-color: #ff5722;
}
[id^=modalTarget][id$=MarkerWrapper] .switch a.on:hover, [id^=modalTarget][id$=MarkerWrapper] .switch a.on:focus {
  color: #ff5722;
}
[id^=modalTarget][id$=MarkerWrapper] .switch a.off {
  border-color: #333;
  color: #333;
}
[id^=modalTarget][id$=MarkerWrapper] .switch a.off:hover, [id^=modalTarget][id$=MarkerWrapper] .switch a.off:focus {
  color: #333;
}
[id^=modalTarget][id$=MarkerWrapper] .switch a.hide {
  display: none;
}
[id^=modalTarget][id$=ListWrapper] .itemlist a {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.25em;
}
[id^=modalTarget][id$=ListWrapper] .itemlist div.name {
  margin: 0px auto 0px 0px;
}
@media screen and (max-width: 544px) {
  [id^=modalTarget][id$=ListWrapper] .itemlist div.name {
    width: 100%;
    margin-bottom: 6px;
  }
}
[id^=modalTarget][id$=ListWrapper] .itemlist div.name:before {
  content: "\f054";
  display: inline-block;
  margin-right: 6px;
  font-family: "Font Awesome 6 Pro";
}
[id^=modalTarget][id$=ListWrapper] .itemlist > li {
  margin-bottom: 30px;
}
[id^=modalTarget][id$=ListWrapper] .itemlist .itemlist li {
  border-bottom: 1px solid #707070;
  margin-bottom: 0px;
  padding: 15px 20px;
}
@media screen and (max-width: 544px) {
  [id^=modalTarget][id$=ListWrapper] .itemlist .itemlist li {
    padding: 15px 5px 15px 10px;
    font-size: 18px;
  }
}
[id^=modalTarget][id$=ListWrapper] .itemlist .itemlist li:nth-child(1) {
  border-top: 1px solid #707070;
}
[id^=modalTarget][id$=ListWrapper] .itemlist .itemlist li:nth-child(odd) {
  background-color: #f6f6f6;
}
[id^=modalTarget][id$=ListWrapper] .itemlist .itemlist li span {
  display: inline-block;
  padding: 4px 0px;
  line-height: 1;
}

/*
--------------------------------------------------*/
#viewer_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#viewer_pagebox [id^=modalTarget] {
  display: none;
}
#viewer_pagebox #footerbox {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0px;
  z-index: 8888;
}
@media screen and (max-width: 544px) {
  #viewer_pagebox #footerbox {
    height: 80px;
  }
}
#viewer_pagebox #footerbox dl {
  display: flex;
  height: 100%;
  background-color: #E6F1EE;
  border-top: 2px solid #89BFC4;
  margin: 0px;
}
#viewer_pagebox #footerbox dt {
  width: 150px;
  height: auto;
  background-image: none;
  padding: 0px 10px;
}
@media screen and (max-width: 544px) {
  #viewer_pagebox #footerbox dt {
    width: 95px;
    padding: 0px 4px;
  }
}
#viewer_pagebox #footerbox dt:after {
  content: "";
  display: none;
}
#viewer_pagebox #footerbox dt a {
  width: 100%;
  height: 100%;
}
#viewer_pagebox #footerbox dd {
  width: calc(100% - 130px);
}
@media screen and (max-width: 544px) {
  #viewer_pagebox #footerbox dd {
    width: calc(100% - 100px);
  }
}
#viewer_pagebox #footerbox dd:nth-of-type(1) {
  top: auto;
  padding: 0px;
}
#viewer_pagebox #footerbox dd ul.menubar {
  display: flex;
  justify-content: center;
  height: 100%;
}
#viewer_pagebox #footerbox dd ul.menubar li {
  width: 120px;
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  #viewer_pagebox #footerbox dd ul.menubar li {
    width: 23.5%;
  }
}
#viewer_pagebox #footerbox dd ul.menubar li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  #viewer_pagebox #footerbox dd ul.menubar li a {
    padding-top: 3px;
    font-size: 14px;
  }
}
#viewer_pagebox #footerbox dd ul.menubar li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 6px;
}
@media screen and (max-width: 544px) {
  #viewer_pagebox #footerbox dd ul.menubar li a:before {
    height: 40px;
    margin-bottom: 3px;
  }
}
#viewer_pagebox #footerbox dd ul.menubar li a.modal {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  bottom: auto;
}
#viewer_pagebox #footerbox dd ul.menubar li.gps a:before {
  background-image: url(../../viewer/img/icon_gps.svg);
}
#viewer_pagebox #footerbox dd ul.menubar li.map a:before {
  background-image: url(../../viewer/img/icon_map.svg);
}
#viewer_pagebox #footerbox dd ul.menubar li.marker a:before {
  background-image: url(../../viewer/img/icon_marker.svg);
}
#viewer_pagebox #footerbox dd ul.menubar li.list a:before {
  background-image: url(../../viewer/img/icon_list.svg);
}

/*------------------------------------------------*/
#main {
  height: calc(100% - 100px);
}
@media screen and (max-width: 544px) {
  #main {
    height: calc(100% - 80px);
  }
}
#main iframe {
  width: 100%;
  height: calc(100vh - 100px);
  min-height: calc((var(--vh, 1vh) * 60) - 100px);
  overflow-x: hidden;
}
@media screen and (max-width: 544px) {
  #main iframe {
    height: calc(50vh - 100px);
    min-height: calc(50vh - 100px);
  }
}

#map {
  width: 100%;
  height: calc(100vh - 100px);
  transition: all 0.6s;
}
@media screen and (max-width: 544px) {
  #map {
    height: calc(100vh - 80px);
  }
}
#map.mapactive {
  height: calc((100vh - 100px) * 0.5);
}
@media screen and (max-width: 544px) {
  #map.mapactive {
    height: calc((100vh - 80px) * 0.5);
  }
}

#mapid {
  width: 100%;
  height: calc(100vh - 100px);
  transition: all 0.6s;
}
@media screen and (max-width: 544px) {
  #mapid {
    height: calc(100vh - 80px);
  }
}
.mapactive #mapid {
  height: calc((100vh - 100px) * 0.5);
}
@media screen and (max-width: 544px) {
  .mapactive #mapid {
    height: calc((100vh - 80px) * 0.5);
  }
}

#exposition {
  height: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}
#exposition.expactive {
  height: calc((100vh - 100px) * 0.5);
  position: relative;
  z-index: 9999;
  background-color: #fff;
  padding-bottom: 50px;
  opacity: 1;
}
@media screen and (max-width: 544px) {
  #exposition.expactive {
    height: calc((100vh - 80px) * 0.5);
  }
}
#exposition iframe {
  border: 0px none transparent;
  margin: 50px 0px 0px;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= クローズボタンCSS ===============*/
.closebtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  background-color: #9c7349;
  padding: 0px 10px;
  transition: all 0.4s;
}
.closebtn span {
  margin-right: 1em;
  font-family: "Mamelon-5-Hi-Regular", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴPro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Arial", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.05em;
}
.closebtn i {
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

/*========= レイアウトのためのCSS ===============*/
h1 {
  font-size: 1.2rem;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

p {
  color: #000;
}

#header {
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  height: 60px;
  margin: 0;
  padding: 0;
}

section:nth-child(2n) {
  background: #f3f3f3;
}

/* デザインA（スマートフォン）終了 */
/* デザインB（タブレット） */
@media screen and (min-width: 768px) {
  #main {
    display: flex;
    justify-content: space-between;
    height: calc((var(--vh, 1vh) * 100) - 100px);
  }
  #map.mapactive {
    width: 50vw;
    height: 100%;
  }
  .mapactive #mapid {
    width: 50vw;
    height: calc(100vh - 100px);
  }
  #exposition {
    width: 0;
    height: calc((var(--vh, 1vh) * 100) - 100px);
    transition: all 0.6s;
    overflow: hidden;
  }
  #exposition.expactive {
    width: 50vw;
  }
}
/***** デザインB（タブレット）終了 *************************************************/
/***** デザインC(PC) ***************************************************************/
@media screen and (min-width: 960px) {
  #exposition.expactive {
    height: calc(100vh - 100px);
    margin-right: -4px;
  }
}