@charset "utf-8";

:root {
  --base-font-gothic: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-ttl: MOBO,"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/* MOBO w200 / w400 / w600 / w700 */
  --base-font-en: MOBO,"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;/* MOBO w200 / w400 / w600 / w700 */
  --base-font-weight: 500;
  --base-txt-black: #2e3b16;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  background-image: url('./../../images/base/base-bg01.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  font-family: var(--base-font-gothic);
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
@media all and (max-width: 750px){
  body.home {
    background-image: url('./../../images/design/design-index-sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/

/*
body.home .boxLayoutBaseIn {
  min-height: 7383px;
}*/

/*
body.pageMap {
  background-image: url('./../../images/design/design-map.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}*/

/*
body.pageMap .boxLayoutBaseIn {
  min-height: 7383px;
}*/

/*
body.pageSpot.single {
  background-image: url('./../../images/design/design-spot-detail.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}*/

/*
body.pageSpot.single .boxLayoutBaseIn {
  min-height: 7383px;
}*/

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 750px){
  body:not(.home) #container {
    /*overflow: hidden;*/
    padding-top: 17.7vw;
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  border-top: 10px #379b87 solid;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border-top: 1.3vw #379b87 solid;
  }
  body:not(.home) .boxHeader,
  html.modeScroll .boxHeader,
  html.modeMenuOpen .boxHeader {
    /*height: 17.7vw;*/
    background-image: url('./../../images/common/header-bg01-sp.png?aaa');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
}

.boxHeaderLang {
  position: absolute;
  top: 7px;
  left: calc(50% + 440px);
  width: 50%;
  padding: 0 1.0em 0.5em 1.9em;
  background-color: #379b87;
  border-bottom-left-radius: 0.5em;
}
@media all and (max-width: 1580px){
  .boxHeaderLang {
    left: auto;
    right: 0;
    width: 330px;
  }
}
@media all and (max-width: 750px){
  .boxHeaderLang {
    display: none;
  }
}

.boxHeaderLang .ulHeaderLang {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeaderLang .ulHeaderLang > li {
  position: relative;
  margin-right: 1.9em;
}
.boxHeaderLang .ulHeaderLang > li:last-child {
  margin-right: 0;
}

.boxHeaderLang .ulHeaderLang > li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0.35em;
  right: -0.95em;
  width: 1px;
  height: 0.65em;
  background-color: #fff;
}

.boxHeaderLang .ulHeaderLang > li a {
  color: #fff;
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 204px;
}
@media all and (max-width: 750px){
  body.home .boxHeader01 {
    height: 0;
  }
  body:not(.home) .boxHeader01,
  html.modeScroll body.home .boxHeader01,
  html.modeMenuOpen body.home .boxHeader01 {
    -webkit-justify-content: center;
    justify-content: center;
    height: 16.6vw;
  }
}

.boxHeader01L {
  width: 150px;/*18.2%;*/
}
@media all and (max-width: 750px){
  .boxHeader01L {
    width: 100%;
  }
}

@media all and (max-width: 750px){
  body:not(.home) .boxHeader01L .ttlHeader,
  html.modeScroll body.home .boxHeader01L .ttlHeader,
  html.modeMenuOpen body.home .boxHeader01L .ttlHeader {
    text-align: center;
  }
}

.boxHeader01L .ttlHeader a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  body.home .boxHeader01L .ttlHeader a {
    position: absolute;
    left: 0;
    top: 0;
    width: 28vw;
    background-image: url('./../../images/common/header-logo-bg01.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    aspect-ratio: 209 / 241;
  }
  body:not(.home) .boxHeader01L .ttlHeader a,
  html.modeScroll body.home .boxHeader01L .ttlHeader a,
  html.modeMenuOpen body.home .boxHeader01L .ttlHeader a {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: auto;
    background-image: none;
    aspect-ratio: auto;
  }
}

.boxHeader01L .ttlHeader a .ttlSub {
  position: relative;
  margin-top: 1.0em;
  padding-top: 0.35em;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #3b2916;
}
@media all and (max-width: 750px){
  body.home .boxHeader01L .ttlHeader a .ttlSub {
    margin-top: 7.1em;
    margin-left: 3.7em;
    padding-top: 0.1em;
    text-align: right;
    line-height: 1.15;
    letter-spacing: 0.07em;
    font-size: 0.75rem;
  }
  body:not(.home) .boxHeader01L .ttlHeader a .ttlSub,
  html.modeScroll body.home .boxHeader01L .ttlHeader a .ttlSub,
  html.modeMenuOpen body.home .boxHeader01L .ttlHeader a .ttlSub {
    display: none;
  }
}

.boxHeader01L .ttlHeader a .ttlSub:before,
.boxHeader01L .ttlHeader a .ttlSub:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 96%;
  height: 1px;
  margin: auto;
  background-color: rgba(142,138,117,0.5);
}
.boxHeader01L .ttlHeader a .ttlSub:after {
  top: -0.25em;
}
@media all and (max-width: 750px){
  .boxHeader01L .ttlHeader a .ttlSub:after {
    top: -0.15em;
  }
  body.home .boxHeader01L .ttlHeader a .ttlSub:before,
  body.home .boxHeader01L .ttlHeader a .ttlSub:after {
    content: none;
  }
}

.boxHeader01L .ttlHeader a .ttlSub .br01 {
  display: none;
}
@media all and (max-width: 750px){
  body.home .boxHeader01L .ttlHeader a .ttlSub .br01 {
    display: inline;
  }
}

@media all and (max-width: 750px){
  body.home .boxHeader01L .ttlHeader a .ttlSub .txt01 {
    display: none;
  }
}

@media all and (max-width: 750px){
  body.home .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.2vw;
    left: 3.6vw;
    width: 20vw;
  }
  body:not(.home) .boxHeader01L .logo01Header,
  html.modeScroll body.home .boxHeader01L .logo01Header,
  html.modeMenuOpen body.home .boxHeader01L .logo01Header {
    position: relative;
    top: auto;
    left: auto;
    width: 50vw;
  }
}

.boxHeader01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 150px);/*calc(100% - 18.2%);*/
}
@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-right: 1.5em;/*2.25em;*/
}
@media all and (max-width: 1580px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-right: 0.7em;
  }
}
@media all and (max-width: 1240px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-right: 0.4em;
  }
}

.boxHeader01R .ulHeaderMenu01 > li:before,
.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  bottom: 1.0em;
  left: 0;
  right: 0;
  width: 97%;
  height: 1px;
  background-color: rgba(142,138,117,0.5)
}
.boxHeader01R .ulHeaderMenu01 > li:after {
  bottom: 0.75em;
}

.boxHeader01R .ulHeaderMenu01 > li a {
  position: relative;
  display: block;
  min-width: 108px;
  padding-top: 108px;
  padding-bottom: 1.2em;
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #3b2916;
}
@media all and (max-width: 1580px){
  .boxHeader01R .ulHeaderMenu01 > li a {
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1430px){
  .boxHeader01R .ulHeaderMenu01 > li a {
    min-width: 98px;
    padding-top: 105px;
    padding-bottom: 1.4em;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
  }
}
@media all and (max-width: 1320px){
  .boxHeader01R .ulHeaderMenu01 > li a {
    min-width: 90px;
    padding-top: 95px;
    padding-bottom: 1.7em;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1240px){
  .boxHeader01R .ulHeaderMenu01 > li a {
    min-width: 85px;
    padding-top: 87px;
    letter-spacing: normal;
    font-size: 0.9rem;
  }
}

.boxHeader01R .ulHeaderMenu01 > li a:before {
  content: '';
  position: absolute;
  top: 0.35em;
  left: 50%;
  width: 108px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
}
.boxHeader01R .ulHeaderMenu01 > li.liSpot a:before {
  background-image: url('./../../images/common/header-icn01.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liGourmet a:before {
  background-image: url('./../../images/common/header-icn08.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liHotel a:before {
  background-image: url('./../../images/common/header-icn09.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liEvent a:before {
  background-image: url('./../../images/common/header-icn02.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liSpecial a:before {
  background-image: url('./../../images/common/header-icn03.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liMap a:before {
  background-image: url('./../../images/common/header-icn04.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liSouvenir a:before {
  background-image: url('./../../images/common/header-icn05.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liAccess a:before {
  background-image: url('./../../images/common/header-icn06.webp');
}
.boxHeader01R .ulHeaderMenu01 > li.liAbout a:before {
  background-image: url('./../../images/common/header-icn07.webp');
}
@media all and (max-width: 1430px){
  .boxHeader01R .ulHeaderMenu01 > li a:before {
    width: 98px;
  }
}
@media all and (max-width: 1320px){
  .boxHeader01R .ulHeaderMenu01 > li a:before {
    width: 90px;
  }
}
@media all and (max-width: 1240px){
  .boxHeader01R .ulHeaderMenu01 > li a:before {
    width: 80px;
  }
}

/*
.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #666;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  opacity: 1;
}
*/

.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}

.boxHeader01R .ulHeaderMenu02 {
  padding-top: 1.4em;
}

.boxHeader01R .ulHeaderMenu02 > li {
  position: relative;
  margin-bottom: 0.85em;/*0.75em;*/
  padding-left: 1.35em;
  letter-spacing: 0.08em;/*0.12em;*/
  font-size: 1.0rem;/*1.13rem;*/
  color: #3b2916;
}
@media all and (max-width: 1430px){
  .boxHeader01R .ulHeaderMenu02 > li {
    padding-left: 1.15em;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1310px){
  .boxHeader01R .ulHeaderMenu02 > li {
    padding-left: 1.15em;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1240px){
  .boxHeader01R .ulHeaderMenu02 > li {
    margin-bottom: 0.8em;
    padding-left: 1.1em;
    letter-spacing: normal;
    font-size: 0.85rem;
  }
}

.boxHeader01R .ulHeaderMenu02 > li:before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0.14em;
  width: 0.55em;
  border-radius: 0.5em;
  background-color: #8e8a75;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 1430px){
  .boxHeader01R .ulHeaderMenu02 > li:before {
    top: 0.45em;
    width: 0.55em;
    border-radius: 0.45em;
  }
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 5.8vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 10.5vw;
    height: 6vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #379b87;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: #fff;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 0 0;
    text-align: left;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuIn {
    position: relative;
    padding-bottom: 28vw;
    padding-top: 8vw;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuIn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 35vw;
    background-image: url('./../../images/common/footer-chg-bg01.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuIn.baseSpW {
    width: 92%;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuIn02 {
    background-image: url('./../../images/common/footer-bg01.png');
    background-repeat: repeat;
    background-position: center top;
    background-size: auto auto;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenuA {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenuA > li {
    position: relative;
    width: 31.1%;
    margin-right: calc((100% - 31.1% * 3) / 2);
    border-bottom: 1px rgba(142,138,117,0.5) solid;
  }
  .ulHmbMenuA > li:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenuA > li:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(142,138,117,0.5);
  }
}

@media all and (max-width: 750px){
  .ulHmbMenuA > li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 39.7vw;
    padding-bottom: 0.75em;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenuA > li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 29.0vw;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .ulHmbMenuA > li.liSpot a:before {
    background-image: url('./../../images/common/hmb-menu-icn0101.webp');
  }
  .ulHmbMenuA > li.liGourmet a:before {
    background-image: url('./../../images/common/hmb-menu-icn0102.webp');
  }
  .ulHmbMenuA > li.liHotel a:before {
    background-image: url('./../../images/common/hmb-menu-icn0103.webp');
  }
}


.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 360px;
  /*background-color: rgba(255,0,0,0.2);*/
  background-color: transparent;
  background-image: url('./../../images/base/base-mv.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
body.pageAbout .boxMvWrap {
  background-image: url('./../../images/about/about-mv.webp');
}
body.pageAboutus .boxMvWrap {
  background-image: url('./../../images/aboutus/aboutus-mv.webp');
}
body.pageAccess .boxMvWrap {
  background-image: url('./../../images/access/access-mv.webp');
}
body.pageConcept .boxMvWrap {
  background-image: url('./../../images/concept/concept-mv.webp');
}
body.pageDigitalMap .boxMvWrap {
  background-image: url('./../../images/digital_map/digital_map-mv.webp');
}
body.pageMap .boxMvWrap {
  background-image: url('./../../images/map/map-mv.webp');
}
body.pageDownload .boxMvWrap {
  background-image: url('./../../images/download/download-mv.webp');
}
body.pageEvent.archive .boxMvWrap {
  background-image: url('./../../images/event/event-mv.webp');
}
body.pageFaq.archive .boxMvWrap {
  background-image: url('./../../images/faq/faq-mv.webp');
}
body.pageFirst .boxMvWrap {
  background-image: url('./../../images/first/first-mv.webp');
}
body.pageHoppo .boxMvWrap {
  background-image: url('./../../images/hoppo/hoppo-mv.webp');
}
body.pageSouvenir .boxMvWrap {
  background-image: url('./../../images/souvenir/souvenir-mv.webp');
}
body.pageSpecial.archive .boxMvWrap {
  background-image: url('./../../images/special/special-mv.png');
}
body.pageSpecial.single .boxMvWrap {
  background-image: url('./../../images/special/special-s-mv.webp');
}
body.pageSpecial.single .boxMvWrap:before {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% - 360px);
  width: 48px;
  height: 15px;
  background-image: url('./../../images/special/special-s-mv-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
body.pageSpot.archive .boxMvWrap {
  background-image: url('./../../images/spot/spot-mv.webp');
}
body.pageSpot.single .boxMvWrap,
body.pageEvent.single .boxMvWrap {
  margin-top: -138px;
  margin-bottom: 6.0em;
  padding-top: 464px;
  background-image: url('./../../images/spot/spot-s-mv.webp');
}
body.pageSpot.single .boxMvWrap.typeNoSlide {
  margin-top: 0;
  padding-top: 334px;
  background-position: center -130px;
}
body.pageEvent.single .boxMvWrap {
  background-image: url('./../../images/event/event-s-mv.webp');
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 42.7%;
    background-image: url('./../../images/base/base-mv-sp.webp');
    background-size: 100% auto;/*130% auto;*/
  }
  body.pageAbout .boxMvWrap {
    background-image: url('./../../images/about/about-mv-sp.webp');
  }
  body.pageAboutus .boxMvWrap {
    background-image: url('./../../images/aboutus/aboutus-mv-sp.webp');
  }
  body.pageAccess .boxMvWrap {
    background-image: url('./../../images/access/access-mv-sp.webp');
  }
  body.pageConcept .boxMvWrap {
    background-image: url('./../../images/concept/concept-mv-sp.webp');
  }
  body.pageDigitalMap .boxMvWrap {
    background-image: url('./../../images/digital_map/digital_map-mv-sp.webp');
  }
  body.pageMap .boxMvWrap {
    background-image: url('./../../images/map/map-mv-sp.webp');
  }
  body.pageDownload .boxMvWrap {
    background-image: url('./../../images/download/download-mv-sp.webp');
  }
  body.pageEvent.archive .boxMvWrap {
    background-image: url('./../../images/event/event-mv-sp.webp');
  }
  body.pageFaq.archive .boxMvWrap {
    background-image: url('./../../images/faq/faq-mv-sp.webp');
  }
  body.pageFirst .boxMvWrap {
    background-image: url('./../../images/first/first-mv-sp.webp');
  }
  body.pageHoppo .boxMvWrap {
    background-image: url('./../../images/hoppo/hoppo-mv-sp.webp');
  }
  body.pageSouvenir .boxMvWrap {
    background-image: url('./../../images/souvenir/souvenir-mv-sp.webp');
  }
  body.pageSpecial.archive .boxMvWrap {
    background-image: url('./../../images/special/special-mv-sp.png');
  }
  body.pageSpecial.single .boxMvWrap {
    background-image: url('./../../images/special/special-s-mv-sp.webp');
  }
  body.pageSpot.archive .boxMvWrap {
    background-image: url('./../../images/spot/spot-mv-sp.webp');
  }
  body.pageSpot.single .boxMvWrap,
  body.pageEvent.single .boxMvWrap {
    margin-top: -10vw;
    margin-bottom: 3.0em;
    padding-top: 45vw;
    background-image: url('./../../images/spot/spot-s-mv-sp.webp');
    background-size: 240% auto;
  }
  body.pageSpot.single .boxMvWrap.typeNoSlide {
    margin-top: 16vw;
    padding-top: 8.8em;
    background-position: center -20vw;
  }
  body.pageEvent.single .boxMvWrap {
    background-image: url('./../../images/event/event-s-mv-sp.webp');
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 6.4em;
}
body.pageSpot.single .boxMvWrap.typeNoSlide .boxMv {
  padding-bottom: 15.4em;
}
@media all and (max-width: 750px){
  .boxMv {
    padding-bottom: 5.5%;
  }
  body.pageSpot.single .boxMvWrap.typeNoSlide .boxMv {
    padding-bottom: 2.5em;
  }
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
@media all and (max-width: 750px){
  .ttlMv {
    padding-bottom: 0;/*2.0em;*/
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    margin-top: 0;
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  margin-bottom: 0.2em;
  padding-left: 0.2em;
  letter-spacing: 0.16em;
  font-size: 2.8rem;
  color: #3b2916;
}
body.pageEvent.single .ttlMv .ttlJa,
body.pageSpot.single .ttlMv .ttlJa {
  margin-top: 0.6em;
  margin-bottom: 0;
  letter-spacing: 0.09em;
  font-size: 1.7rem;
  color: #8e8a75;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.4rem;
  }
  body.pageEvent.single .ttlMv .ttlJa,
  body.pageSpot.single .ttlMv .ttlJa {
    margin-top: -1.2em;
    font-size: 1.1rem;
  }
}

.ttlMv .ttlEn {
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  color: #dad7b7;
}
body.pageEvent.single .ttlMv .ttlEn,
body.pageSpot.single .ttlMv .ttlEn {
  display: none;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    font-size: 1.0rem;
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter {
  padding-top: 6.6em;
  background-image: url('./../../images/common/footer-bg01.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFooter {
    padding-top: 2.5em;
  }
}

.boxFooterSns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 7.0em;
}
body.pageEvent.archive .boxFooterSns,
body.pageSpecial.archive .boxFooterSns {
  padding-top: 7.0em;
}
@media all and (max-width: 750px){
  .boxFooterSns {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.0em;
  }
  body.pageEvent.archive .boxFooterSns,
  body.pageSpecial.archive .boxFooterSns {
    padding-top: 2.5em;
  }
  .boxHmbMenu .boxFooterSns {
    margin-bottom: 0;
    padding: 2.0em 0 1.2em 0;
  }
}

.boxFooterSns a {
  margin-right: 1.0em;
}
.boxFooterSns a:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxFooterSns a {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 0.8em;
    text-align: center;
  }
  .boxFooterSns a:nth-child(2n) {
    margin-right: 0;
  }
}

.boxFooterBn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -10.4em;
}
@media all and (max-width: 750px){
  .boxFooterBn {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -25.5em;
  }
}

@media all and (max-width: 750px){
  .boxFooterBnOne {
    margin-bottom: 0.8em;
  }
  .boxFooterBnOne:last-child {
    margin-bottom: 0;
  }
}

.boxFooterInfoMenuWrap {
  min-height: 1080px;
  padding-top: 18.8em;
  background-color: #fff;
  background-image: url('./../../images/common/footer-chg-bg01.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxFooterInfoMenuWrap {
    min-height: auto;
    padding-top: 28.5em;
    padding-bottom: 8.0em;
    background-size: 140% auto;
  }
}

.boxFooterInfoMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #3b2916;
}
@media all and (max-width: 750px){
  .boxFooterInfoMenu {
    display: block;
  }
}

.boxFooterInfo {
  width: 352px;
}
@media all and (max-width: 750px){
  .boxFooterInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2.0em;
  }
}

.boxFooterInfo .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.0em;
  }
}

.boxFooterInfo .ttl01 .ttlSub {
  margin-bottom: 0.15em;
  padding-left: 0.35em;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 .ttlSub {
    padding-left: 0;
    font-size: 0.9rem;
  }
}

.boxFooterInfo .ttl01 .ttlMain {
  padding-left: 0.24em;
  letter-spacing: 0.09em;
  font-size: 1.7rem;
  color: #379b87;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 .ttlMain {
    padding-left: 0;
    font-size: 1.5rem;
  }
}

.boxFooterInfo .boxAddress {
  margin-bottom: 1.0em;
  padding-left: 0.2em;
  line-height: 1.55;
  letter-spacing: 0.07em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxAddress {
    margin-bottom: 0.8em;
    padding-left: 0;
    text-align: center;
    font-size: 0.9rem;
  }
}

.boxFooterInfo .boxAddress .txtMap {
  margin-left: 0.2em;
}

.boxFooterInfo .boxAddress .txtMap a {
  text-decoration: underline;
}

.boxFooterInfo .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  padding-left: 0.25em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelFax {
    margin-bottom: 0.5em;
    padding-left: 0;
  }
}

.boxFooterInfo .dlTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  letter-spacing: 0.015em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .dlTelFax {
    font-size: 0.9rem;
  }
}

.boxFooterInfo .dlTelFax + .dlTelFax {
  margin-left: 1.0em;
}

.boxFooterInfo .dlEmail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0.2em;
  margin-bottom: 1.05em;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .dlEmail {
    margin-left: 0;
    font-size: 0.9rem;
  }
}

.boxFooterInfo .boxLink01 {
  margin-bottom: 2.5em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLink01 {
    margin-bottom: 2.5em;
  }
}

.boxFooterInfo .boxLink01 a {
  position: relative;
  padding-left: 2.2em;
  letter-spacing: 0.09em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLink01 a {
    padding-left: 1.8em;
    font-size: 1.0rem;
  }
}

.boxFooterInfo .boxLink01 a:before {
  content: '';
  position: absolute;
  top: 0.13em;
  left: 0.15em;
  width: 22px;
  background-image: url('./../../images/base/base-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLink01 a:before {
    top: 0.2em;
    left: 0;
    width: 5vw;
  }
}

.boxFooterInfo .boxLink01 a > span {
  padding-bottom: 0.3em;
  border-bottom: 1px #6b5f51 solid;
}

.boxFooterInfo .boxLinkLang {
  margin-bottom: 2.5em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLinkLang {
    margin-bottom: 2.5em;
  }
}

.boxFooterMenu .boxLinkLang {
  display: none;
}
@media all and (max-width: 750px){
  .boxHmbMenuIn .boxFooterMenu .boxLinkLang {
    display: block;
    margin-top: -2.0em;
  }
}

.boxFooterInfo .boxLinkLang .ulLinkLang,
.boxHmbMenuIn .boxLinkLang .ulLinkLang {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxFooterInfo .boxLinkLang .ulLinkLang > li,
.boxHmbMenuIn .boxLinkLang .ulLinkLang > li {
  position: relative;
  margin-right: 2.2em;
}
.boxFooterInfo .boxLinkLang .ulLinkLang > li:last-child,
.boxHmbMenuIn .boxLinkLang .ulLinkLang > li:last-child {
  margin-right: 0;
}

.boxFooterInfo .boxLinkLang .ulLinkLang > li:not(:last-child):after,
.boxHmbMenuIn .boxLinkLang .ulLinkLang > li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0.45em;
  right: -1.1em;
  width: 1px;
  height: 0.65em;
  background-color: #ef7225;
}

.boxFooterInfo .boxLinkLang .ulLinkLang > li a,
.boxHmbMenuIn .boxLinkLang .ulLinkLang > li a {
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  color: #ef7225;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLinkLang .ulLinkLang > li a,
  .boxHmbMenuIn .boxLinkLang .ulLinkLang > li a {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}


@media all and (max-width: 750px){
  .boxFooterInfo .boxLink02 {
    width: 100%;
  }
}

.boxFooterInfo .boxLink02 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3.15em;
  margin-bottom: 0.6em;
  border-radius: 0.5em;
  background-color: #399c89;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLink02 a {
    border-radius: 2vw;
    font-size: 1.0rem;
  }
}

.boxFooterInfo .boxLink02 a > span {
  position: relative;
  padding-left: 1.4em;
  letter-spacing: 0.1em;
}

.boxFooterInfo .boxLink02 a > span:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.boxFooterInfo .boxLink02 a.link01 > span:before {
  top: 0;
  left: -0.35em;
  width: 19px;
  background-image: url('./../../images/base/base-icn-map01-white.png');
  aspect-ratio: 19 / 23;
}
.boxFooterInfo .boxLink02 a.link02 > span:before {
  top: 0.25em;
  left: -0.8em;
  width: 27px;
  background-image: url('./../../images/base/base-icn-mail01-white.png');
  aspect-ratio: 27 / 17;
}

.boxFooterMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;/*flex-start;*/
  justify-content: center;/*flex-start;*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 352px);
  /*padding-left: 4.3%;*/
  padding-top: 0.45em;
}
/*
@media all and (max-width: 1670px){
  .boxFooterMenu {
    padding-left: 2.5%;
  }
}*/
@media all and (max-width: 1400px){
  .boxFooterMenu {
    padding-left: 2.5%;
  }
}
@media all and (max-width: 750px){
  .boxFooterMenu {
    width: 100%;
    padding-left: 0;
  }
  .boxHmbMenu .boxFooterMenu {
    padding-top: 0.9em;
  }
}

.ulFooterMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }
  .boxHmbMenu .ulFooterMenu01 {
    margin-bottom: 1.7em;
    border-bottom: 1px rgba(142, 138, 117, 0.5) solid;
  }
}

.ulFooterMenu01 > li {
  position: relative;
  min-width: 12.2em;
  padding-left: 1.0em;
  letter-spacing: 0.12em;
  font-size: 1.27rem;
  color: #379b87;
}
@media all and (max-width: 1400px){
  .ulFooterMenu01 > li {
    min-width: 11.0em;
  }
}
@media all and (max-width: 1240px){
  .ulFooterMenu01 > li {
    letter-spacing: 0.1em;
    min-width: 10.0em;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li {
    width: 100%;
    min-width: auto;
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
  .boxHmbMenu .ulFooterMenu01 > li.liSpot {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.9em;
  }
  .boxHmbMenu .ulFooterMenu01 > li.liEvent {
    margin-bottom: 0.7em;
    padding-left: 0;
  }
}

.ulFooterMenu01 > li:before {
  content: '';
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 0.45em;
  border-radius: 0.45em;
  background-color: #379b87;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .boxHmbMenu .ulFooterMenu01 > li.liSpot:before,
  .boxHmbMenu .ulFooterMenu01 > li.liEvent:before {
    content: none;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu .ulFooterMenu01 > li.liSpot > a {
    display: none;
  }
  .boxHmbMenu .ulFooterMenu01 > li.liEvent > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 2.7em;
    margin-bottom: 1.35em;
    padding-left: 0.2em;
    border-radius: 0.5em;
    background-color: #fffde2;
    background-image: url('./../../images/common/hmb-menu-icn-deco01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12vw auto;
    letter-spacing: 0.19em;
    font-size: 1.1rem;
    font-weight: 700;
    color: #3b2916;
  }
}

.ulFooterMenu0101 {
  margin-top: 1.36em;
}
@media all and (max-width: 750px){
  .ulFooterMenu0101 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.0em;
  }
  .ulFooterMenu0101.typeSpot {
    width: 110%;
  }
  .ulFooterMenu0101.typeEvent {
    width: 104%;
    padding-left: 5%;
  }
}

.ulFooterMenu0101 > li {
  position: relative;
  margin-bottom: 1.15em;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  color: #3b2916;
}
@media all and (max-width: 1240px){
  .ulFooterMenu0101 > li {
    letter-spacing: 0.08em;
    font-size: 1.05rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu0101 > li {
    width: 50%;
    margin-bottom: 1.0em;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
  .ulFooterMenu0101.typeSpot > li {
    margin-bottom: 1.13em;
  }
}

.ulFooterMenu0101 > li:before {
  content: '';
  position: absolute;
  top: 0.52em;
  left: -1.06em;
  width: 0.45em;
  border-radius: 0.45em;
  background-color: #dad7b7;
  aspect-ratio: 1 / 1;
}
.ulFooterMenu0101.typeSpot > li:nth-child(1):before {
  background-color: #7fb6d9;
}
.ulFooterMenu0101.typeSpot > li:nth-child(2):before {
  background-color: #f69954;
}
.ulFooterMenu0101.typeSpot > li:nth-child(3):before {
  background-color: #ed97b1;
}
.ulFooterMenu0101.typeSpot > li:nth-child(4):before {
  background-color: #7bad51;
}
.ulFooterMenu0101.typeSpot > li:nth-child(5):before {
  background-color: #9e7c65;
}
.ulFooterMenu0101.typeSpot > li:nth-child(6):before {
  background-color: #9f90cc;
}
.ulFooterMenu0101.typeSpot > li:nth-child(7):before {
  background-color: #d0ca42;
}

@media all and (max-width: 750px){
  .ulFooterMenu02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .boxHmbMenu .ulFooterMenu02 {
    padding-left: 1.1%;
  }
}

.ulFooterMenu02 > li {
  position: relative;
  min-width: 13.5em;/*12.0em;*/
  margin-bottom: 1.14em;
  padding-left: 1.0em;
  letter-spacing: 0.12em;
  font-size: 1.27rem;
}
.ulFooterMenu02 > li.li01 {
  font-size: 1.27rem;
  color: #379b87;
}
.ulFooterMenu02 > li.li01.liAbout {
  margin-bottom: 1.35em;
}
.ulFooterMenu02 > li.li02 {
  padding-left: 1.2em;
  font-size: 1.13rem;
}
.ulFooterMenu02 > li.li03 {
  bottom: -1.24em;
  padding-left: 1.4em;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 1400px){
  .ulFooterMenu02 > li {
    min-width: 12.0em;
  }
}
@media all and (max-width: 1240px){
  .ulFooterMenu02 > li {
    min-width: 11.5em;
    letter-spacing: 0.08em;
  }
  .ulFooterMenu02 > li.li01 {
    font-size: 1.13rem;
  }
  .ulFooterMenu02 > li.li02 {
    letter-spacing: 0.08em;
    font-size: 1.05rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu02 > li {
    width: 50%;
    min-width: auto;
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
  .ulFooterMenu02 > li.li01 {
    font-size: 1.0rem;
  }
  .ulFooterMenu02 > li.li01.liAbout {
    width: 100%;
    margin-bottom: 1.35em;
  }
  .boxHmbMenu .ulFooterMenu02.no02 > li:first-child {
    margin-left: 50%;
    margin-top: -2.5em;
  }
  .boxHmbMenu .ulFooterMenu02 > li.li01.liAbout {
    margin-bottom: 1.84em;
    padding-bottom: 1.55em;
    border-bottom: 1px rgba(142, 138, 117, 0.5) solid;
  }
  .ulFooterMenu02 > li.li02 {
    font-size: 0.9rem;
  }
  .ulFooterMenu02 > li.li03 {
    font-size: 0.9rem;
  }
  .boxHmbMenu .ulFooterMenu02 > li.li03 {
    width: 100%;
    bottom: -2.95em;
  }
}

.ulFooterMenu02 > li:before {
  content: '';
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 0.45em;
  border-radius: 0.45em;
  aspect-ratio: 1 / 1;
}
.ulFooterMenu02 > li.li01:before {
  background-color: #379b87;
}
.ulFooterMenu02 > li.li02:before {
  left: 0.1em;
  background-color: #dad7b7;
}
.ulFooterMenu02 > li.li03:before {
  top: 0.24em;
  left: 0;
  width: 12px;
  border-radius: 0;
  background-color: transparent;
  background-image: url('./../../images/base/base-icn-home01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 12 / 13;
}
@media all and (max-width: 750px){
  .ulFooterMenu02 > li.li03:before {
    width: 0.85em;
  }
}

.boxFooterBn02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 2.35em;
  padding-bottom: 2.35em;
}
@media all and (max-width: 750px){
  .boxFooterBn02 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2.0em;
    padding-bottom: 1.5em;
  }
}

.boxFooterBn02One {
  margin-right: 1.63%;
}
.boxFooterBn02One:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxFooterBn02One {
    width: 32%;
    margin-right: calc((100% - 32% * 3) / 2);
    margin-bottom: 0.5em;
  }
  .boxFooterBn02One:nth-child(3n),
  .boxFooterBn02One:last-child {
    margin-right: 0;
  }
}

.boxCopyrightWrap {
  background-image: url('./../../images/common/footer-bg02.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.3em;
}
@media all and (max-width: 750px){
  .boxCopyright {
    height: 3.0em;
  }
}

.boxCopyright > p {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 4.9em 0 8.0em 0;
}
body.pageEvent .boxPageWrap,
body.pageSpecial .boxPageWrap,
body.pageSpot.single .boxPageWrap {
  padding-bottom: 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
  body.pageSpot.tax-spot-cat .boxPageWrap,
  body.pageSpot.tax-spot-keyword .boxPageWrap {
    padding: 2.0em 0 0 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-bottom: 0;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
