@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/* import
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #000;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  height: auto;
}

/* border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

/* common */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-weight: normal;
  font-weight: 300;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6,
table th {
  font-weight: 300;
}

a,
._hover {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* base
-----------------------------------------*/
body {
  font-family: "Noto Serif JP", serif;
}

._pcOnly {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  ._pcOnly {
    display: none;
  }
}
._spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  ._spOnly {
    display: inline-block;
  }
}
.switcher {
  display: none !important;
}

img {
  width: 100%;
}

#wrapper {
  padding-bottom: 21.9535783366vw;
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-bottom: 0;
  }
}
/* common styles
-----------------------------------------*/
.section .inner {
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .section .inner {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.section .inner._large {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .section .inner._large {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
}
.section._bg-red {
  background-image: url(../img/cmn/bg-red.jpg);
  background-size: 100% auto;
  background-position: top center;
}

@media screen and (min-width: 769px) {
  .section._bg-red {
    background-size: auto;
  }
}
.section._bg-gray {
  background-image: url(../img/cmn/bg-gray.jpg);
  background-size: 100% auto;
  background-position: top center;
}

@media screen and (min-width: 769px) {
  .section._bg-gray {
    background-size: auto;
  }
}
.section._bg-gold {
  background-image: url(../img/cmn/bg-gold.jpg);
  background-size: cover;
}

.section._bg-beige {
  background-color: #fff4e5;
}

.fc-white div,
.fc-white p,
p.fc-white {
  color: #FFF;
}

.fc-red div,
.fc-red p,
a.fc-red {
  color: #971341;
}

.text-center {
  text-align: center;
}

/* common title styles
-----------------------------------------*/
.titleWrap {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .titleWrap {
    max-width: 662px;
    margin: 0 auto;
  }
}
.titleWrap._type01 {
  position: relative;
}

.titleWrap._type01:before {
  content: "";
  display: block;
  width: 9.7333333333vw;
  height: 1.0666666667vw;
  background-image: url(../img/cmn/deco_title_typeBlack.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2.1333333333vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .titleWrap._type01:before {
    width: 73px;
    height: 8px;
    bottom: -30px;
  }
}
.titleWrap._type01 .sub {
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type01 .sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
.titleWrap._type01 .main {
  font-size: 5.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .titleWrap._type01 .main {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.titleWrap._type01 .main span {
  padding-left: 1.3333333333vw;
  padding-right: 1.3333333333vw;
  color: #971341;
}

@media screen and (min-width: 769px) {
  .titleWrap._type01 .main span {
    line-height: 1;
  }
}
.titleWrap._type01 .main:before {
  content: "";
  display: block;
  height: 0.2666666667vw;
  background-color: #000;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type01 .main:before {
    height: 1px;
  }
}
.titleWrap._type01 .main:after {
  content: "";
  display: block;
  height: 0.2666666667vw;
  background-color: #000;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type01 .main:after {
    height: 1px;
  }
}
.titleWrap._type02 {
  margin: 0 auto;
  position: relative;
  background-image: url(../img/cmn/img_title_typeWhite.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80.5333333333vw;
  height: 21.2vw;
  padding-top: 3.7333333333vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02 {
    width: 604px;
    height: 159px;
    padding-top: 30px;
  }
}
.titleWrap._type02:before {
  content: "";
  display: block;
  width: 9.7333333333vw;
  height: 1.0666666667vw;
  background-image: url(../img/cmn/deco_title_typeWhite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02:before {
    width: 72px;
    height: 8px;
    bottom: 30px;
  }
}
.titleWrap._type02 .sub {
  font-size: 2.6666666667vw;
  color: #FFF;
  margin-bottom: 0.6666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02 .sub {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.titleWrap._type02 .main span {
  font-size: 5.6vw;
  color: #FFF;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02 .main span {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.titleWrap._type02-small {
  margin: 0 auto;
  position: relative;
  background-image: url(../img/cmn/img_title_typeWhite.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 63.2vw;
  height: 16.5333333333vw;
  padding-top: 1.8666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-small {
    width: 474px;
    height: 124px;
    padding-top: 20px;
  }
}
.titleWrap._type02-small._black {
  background-image: url(../img/cmn/img_title_typeBlack.svg);
}

.titleWrap._type02-small._black:before {
  background-image: url(../img/cmn/deco_title_typeBlack.svg);
}

.titleWrap._type02-small._black .sub {
  color: #000;
}

.titleWrap._type02-small._black .main span {
  color: #000;
}

.titleWrap._type02-small._non-en {
  padding-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-small._non-en {
    padding-top: 40px;
  }
}
.titleWrap._type02-small._non-en._black {
  background-image: url(../img/cmn/img_title_typeBlack.svg);
}

.titleWrap._type02-small._non-en._black:before {
  background-image: url(../img/cmn/deco_title_typeBlack.svg);
}

.titleWrap._type02-small._non-en._black .main span {
  color: #000;
}

.titleWrap._type02-small:before {
  content: "";
  display: block;
  width: 7.2vw;
  height: 0.8vw;
  background-image: url(../img/cmn/deco_title_typeWhite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2.6666666667vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-small:before {
    width: 54px;
    height: 6px;
    bottom: 20px;
  }
}
.titleWrap._type02-small .sub {
  font-size: 2.4vw;
  color: #FFF;
  margin-bottom: 0vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-small .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.titleWrap._type02-small .main span {
  font-size: 4.8vw;
  color: #FFF;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-small .main span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.titleWrap._type02-tall {
  margin: 0 auto;
  position: relative;
  background-image: url(../img/cmn/img_title_typeWhite02.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 63.2vw;
  height: 23.6vw;
  padding-top: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-tall {
    width: 474px;
    height: 177px;
    padding-top: 20px;
  }
}
.titleWrap._type02-tall:before {
  content: "";
  display: block;
  width: 7.2vw;
  height: 0.8vw;
  background-image: url(../img/cmn/deco_title_typeWhite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2.6666666667vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-tall:before {
    width: 54px;
    height: 6px;
    bottom: 20px;
  }
}
.titleWrap._type02-tall .sub {
  font-size: 2.4vw;
  color: #FFF;
  margin-bottom: 0.6666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-tall .sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.titleWrap._type02-tall .main span {
  font-size: 4.8vw;
  color: #FFF;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type02-tall .main span {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.titleWrap._type03 {
  margin: 0 auto;
  position: relative;
  background-image: url(../img/cmn/img_title_typeBlack.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80.5333333333vw;
  height: 21.2vw;
  padding-top: 3.7333333333vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type03 {
    width: 604px;
    height: 159px;
    padding-top: 28px;
  }
}
.titleWrap._type03:before {
  content: "";
  display: block;
  width: 9.7333333333vw;
  height: 1.0666666667vw;
  background-image: url(../img/cmn/deco_title_typeBlack.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .titleWrap._type03:before {
    width: 73px;
    height: 8px;
    bottom: 35px;
  }
}
.titleWrap._type03 .sub {
  font-size: 2.6666666667vw;
  margin-bottom: 0.6666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type03 .sub {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.titleWrap._type03 .main span {
  font-size: 5.6vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type03 .main span {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.titleWrap._type04 {
  margin: 0 auto;
  position: relative;
  background-image: url(../img/cmn/img_title_typeWhite.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 63.2vw;
  height: 16.5333333333vw;
  padding-top: 1.8666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type04 {
    width: 474px;
    height: 124px;
    padding-top: 20px;
  }
}
.titleWrap._type04._black {
  background-image: url(../img/cmn/img_title_typeBlack.svg);
}

.titleWrap._type04._black:before {
  background-image: url(../img/cmn/deco_title_typeBlack.svg);
}

.titleWrap._type04._black .sub {
  color: #000;
}

.titleWrap._type04._black .main span {
  color: #000;
}

.titleWrap._type04._non-en {
  padding-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type04._non-en {
    padding-top: 40px;
  }
}
.titleWrap._type04._non-en._black {
  background-image: url(../img/cmn/img_title_typeBlack.svg);
}

.titleWrap._type04._non-en._black:before {
  background-image: url(../img/cmn/deco_title_typeBlack.svg);
}

.titleWrap._type04._non-en._black .main span {
  color: #000;
}

.titleWrap._type04:before {
  content: "";
  display: block;
  width: 7.2vw;
  height: 0.8vw;
  background-image: url(../img/cmn/deco_title_typeWhite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2.6666666667vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .titleWrap._type04:before {
    width: 54px;
    height: 6px;
    bottom: 20px;
  }
}
.titleWrap._type04 .sub {
  font-size: 2.4vw;
  color: #FFF;
  margin-bottom: 0vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type04 .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.titleWrap._type04 .main {
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .titleWrap._type04 .main {
    margin-top: 15px;
  }
}
.titleWrap._type04 .main span {
  font-size: 4.8vw;
  color: #FFF;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .titleWrap._type04 .main span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/* common btn styles
-----------------------------------------*/
.brn-orange {
  text-align: center;
}

.brn-orange a {
  display: inline-block;
  background-color: #f28e1e;
  color: #FFF;
  text-align: center;
  font-size: 3.7333333333vw;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  width: 46.6666666667vw;
  position: relative;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .brn-orange a {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 20px 0 20px;
    max-width: 350px;
  }
}
.brn-orange a:hover {
  opacity: 0.5;
}

.brn-orange a:after {
  content: "";
  display: block;
  background-image: url(../img/cmn/icon_btn_arrow_type02.svg);
  width: 7.2vw;
  height: 1.0666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .brn-orange a:after {
    width: 56px;
    height: 10px;
    right: -10px;
  }
}
.brn-orange._small a {
  width: 34.1333333333vw;
  padding-top: 1.3333333333vw;
  padding-bottom: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .brn-orange._small a {
    width: 256px;
    padding: 10px 0 10px;
  }
}
.brn-gray {
  text-align: center;
}

.brn-gray a {
  display: inline-block;
  background-color: #F2F2F2;
  border: 1px solid #707070;
  color: #000000;
  text-align: center;
  font-size: 3.6vw;
  margin-top: 10.6666666667vw;
  margin-bottom: 2.6666666667vw;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  width: 66.6666666667vw;
  position: relative;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .brn-gray a {
    margin-top: 140px;
    font-size: 27px;
    font-size: 2.7rem;
    padding: 10px 0;
    max-width: 600px;
  }
}
.brn-gray a:hover {
  opacity: 0.5;
}

.brn-gray a:after {
  content: "";
  display: block;
  background-image: url(../img/sightseeing/arrow.svg);
  width: 1.6vw;
  height: 2.2666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .brn-gray a:after {
    width: 12px;
    height: 17px;
  }
}
/* header
-----------------------------------------*/
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #FFF;
}

.l-header-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 13.3333333333vw;
  transition: 0.2s;
}

.l-header-wrap .c_logo-wrap {
  transition: 0;
}

@media screen and (min-width: 769px) {
  .l-header-wrap {
    display: flex;
    max-width: 1200px;
    height: auto;
  }
}
.l-header-wrap.is-active {
  background: #971341;
  transition: 0.2s;
}

.l-header-wrap.is-active .c_logo-wrap {
  background-image: none;
  transition: 0;
}

.l-header-wrap.is-active .logo svg .cls-1 {
  fill: #FFF;
  transition: 0.2s;
}

.c_logo-wrap {
  width: 37.3333333333vw;
  height: 19.0666666667vw;
  position: absolute;
  background-image: url(../img/cmn/logo_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 8vw;
}

@media screen and (min-width: 769px) {
  .c_logo-wrap {
    width: 268px;
    height: 150px;
    transform: initial;
    left: 0;
    top: auto;
  }
}
.c_logo-wrap .logo {
  width: 37.3333333333vw;
  height: 4.9333333333vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
}

.c_logo-wrap .logo .cls-1 {
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .c_logo-wrap .logo {
    width: 220px;
    height: 30px;
  }
}
.l_g-navi-wrap {
  top: -173.3333333333vw;
  background: #FFF;
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .l_g-navi-wrap {
    display: block;
    margin-left: auto;
    position: relative;
    top: 0;
    background: none;
    width: auto;
  }
}
.l_g-navi-wrap.is-active {
  top: 13.3333333333vw;
  transition: 0.2s;
}

.l_g-navi {
  border-top: 1px solid #231815;
}

@media screen and (min-width: 769px) {
  .l_g-navi {
    border-top: none;
  }
}
.l_g-navi li a {
  font-size: 4.8vw;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #231815;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l_g-navi li a {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l_g-navi li a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/cmn/sp-arrow-gnavi.svg);
  width: 2.1333333333vw;
  height: 3.2vw;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 4vw;
}

@media screen and (min-width: 769px) {
  .l_g-navi li a:after {
    display: none;
  }
}
.l_g-navi li._spOnly {
  display: none;
}

.l_g-navi li.diseble a {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .l_g-navi {
    display: flex;
    margin-left: auto;
    padding: 48px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .l_g-navi li + li {
    margin-left: 15px;
  }
  .l_g-navi li a {
    transition: 0.6s;
  }
  .l_g-navi li a:hover {
    opacity: 0.6;
  }
}
/* hamburger-menu style
-----------------------------------------*/
.l_sp-h-menu {
  position: absolute;
  right: 0;
  top: 0;
}

.c_sp-h-menu {
  position: relative;
  top: 0;
  right: 0;
  height: 13.3333333333vw;
  width: 12.6666666667vw;
  padding-top: 4vw;
}

.c_sp-h-menu .btn-line {
  display: block;
  width: 8vw;
  height: 0.2666666667vw;
  background-color: #971341;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 0.2s;
}

.c_sp-h-menu .btn-line:nth-child(2) {
  top: 45%;
}

.c_sp-h-menu .btn-text {
  font-size: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #971341;
  font-weight: 700;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.l_sp-h-menu.is-active .btn-line {
  transform: rotate(45deg);
  left: 25%;
  top: 45%;
  background: #FFF;
  transition: 0.2s;
}

.l_sp-h-menu.is-active .btn-line:nth-child(2) {
  transform: rotate(-45deg);
}

.l_sp-h-menu.is-active .btn-text {
  display: none;
}

/* lang change style
-----------------------------------------*/
.c_lang-change-btn {
  position: relative;
}

.l_h-lang-change-btn {
  position: relative;
}

.l_h-lang-change-btn:after {
  content: "";
  display: block;
  background-image: url(../img/cmn/icon_lang_arrow_sp.svg);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 32%;
}

@media screen and (min-width: 769px) {
  .l_h-lang-change-btn:after {
    width: 6px;
    height: 8px;
    top: 50%;
    right: 8%;
    background-image: url(../img/cmn/icon_lang_arrow.svg);
  }
}
@media screen and (min-width: 769px) {
  .l_h-lang-change-btn {
    background-color: #971341;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
  }
  .l_h-lang-change-btn select {
    background-color: #971341;
    color: #FFF;
    border: none;
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 50px;
  }
}
.l_h-lang-change-btn select {
  color: #971341;
  border: none;
  font-size: 5.4666666667vw;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 0;
  width: 100%;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  text-indent: 40vw;
}

@media screen and (min-width: 769px) {
  .l_h-lang-change-btn select {
    width: 151px;
    height: 34px;
    color: #FFF;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
    text-indent: 45px;
    padding-left: 60px;
    padding: 0;
  }
}
.c_lang-icon {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: absolute;
  left: 36vw;
  transform: translate(-50%, -50%);
  top: 50%;
}

@media screen and (min-width: 769px) {
  .c_lang-icon {
    width: 20px;
    height: 20px;
    margin-right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 27px;
  }
}
.c_lang-icon svg {
  fill: #971341;
}

@media screen and (min-width: 769px) {
  .c_lang-icon svg {
    fill: #FFF;
  }
}
.c_lang-change-btn {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #231815;
}

@media screen and (min-width: 769px) {
  .c_lang-change-btn {
    border-bottom: none;
  }
}
.c_lang-change-btn .c_lang-change-btn {
  position: relative;
}

/* l_sp-h-menu-bottom style
-----------------------------------------*/
.l_sp-h-menu-bottom {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .l_sp-h-menu-bottom {
    display: none;
  }
}
.l_sp-h-menu-bottom .bottom-logo {
  width: 37.0666666667vw;
  margin: 0 auto;
  padding-top: 5.3333333333vw;
  padding-bottom: 4.6666666667vw;
}

.l_sp-h-menu-bottom .bottom-logo svg .cls-1 {
  fill: #971341;
}

.l_sp-h-menu-bottom .text {
  text-align: center;
  padding-bottom: 6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4vw;
}

.mv a:hover {
  opacity: 0.6;
}

.mv img {
  width: 100%;
}

/* instagram style
-----------------------------------------*/
.instagram .c_instagram-wrapper {
  margin-top: 8.6666666667vw;
  margin-bottom: 11.3333333333vw;
  position: relative;
  position: relative;
}

.instagram .c_instagram-wrapper .instagram-item {
  width: calc(33.3333333333% - 7px);
}

@media screen and (min-width: 769px) {
  .instagram .c_instagram-wrapper .instagram-item {
    width: calc(20% - 10px);
  }
}
.instagram .c_instagram-wrapper .instagram-item.-title {
  position: absolute;
  top: 0;
  right: 0;
}

.instagram .c_instagram-wrapper .instagram-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #971341;
  background: url(../img/cmn/icn_instagram.png) no-repeat #fff;
  padding-top: 18.6666666667vw;
  font-size: 3.2vw;
  background-size: 13vw auto;
  background-position: center 17px;
  color: #971341;
}

@media screen and (min-width: 769px) {
  .instagram .c_instagram-wrapper .instagram-item a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 160px;
    background-size: 110px auto;
    background-position: center 38px;
  }
}
.instagram .c_instagram-wrapper .instagram-item:before {
  display: block;
  padding-top: 100%;
  content: "";
}

@media screen and (min-width: 769px) {
  .instagram .c_instagram-wrapper {
    margin-top: 90px;
    margin-bottom: 120px;
  }
}
/* information style
-----------------------------------------*/
.c_info-box {
  border: 2px solid #666666;
  padding: 1.3333333333vw;
  margin-top: 10vw;
}

@media screen and (min-width: 769px) {
  .c_info-box {
    padding: 10px;
    margin-top: 90px;
  }
}
.c_info-box .inner {
  border: 1px solid #666666;
  padding: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_info-box .inner {
    padding: 60px 50px 35px 50px;
    max-width: initial;
  }
}
.c_info-box .inner dl {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .c_info-box .inner dl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c_info-box .inner dl dt {
  font-weight: 700;
}

.c_info-box .inner dl dd {
  margin-bottom: 4.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_info-box .inner dl dd {
    margin-bottom: 25px;
  }
}
.c_info-box .inner .note {
  font-size: 3.2vw;
  color: #009fe8;
  text-decoration: underline;
}

.c_info-box .inner .note a {
  transition: 0.5s;
}

.c_info-box .inner .note a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .c_info-box .inner .note {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* access
-----------------------------------------*/
.access {
  margin-top: 5.3333333333vw;
}

.access .text {
  margin-left: 14vw;
  margin-top: 7.3333333333vw;
  margin-bottom: 4.6666666667vw;
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .access .text {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 0;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 45px;
  }
}
.access .g-map_inner iframe {
  width: 100%;
  height: 49.8666666667vw;
}

@media screen and (min-width: 769px) {
  .access .g-map_inner iframe {
    height: 720px;
  }
}
/* banner style
-----------------------------------------*/
#banner-area {
  margin-top: 8.6666666667vw;
}

#banner-area .banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

@media screen and (min-width: 769px) {
  #banner-area .banner-list {
    margin: 0 auto;
    gap: 15px;
    max-width: 960px;
  }
}
#banner-area .banner-list li {
  width: 49%;
}

#banner-area .banner-list li img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #banner-area .banner-list li {
    width: 310px;
  }
}
#banner-area .banner-list li.-wide {
  width: 100%;
}

#banner-area .banner-list a {
  display: block;
  transition: 0.5s;
}

#banner-area .banner-list a:hover {
  opacity: 0.5;
}

#location .c_location_navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #000000;
  margin-top: 8.6666666667vw;
  margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi {
    display: flex;
    justify-content: center;
    margin-top: 130px;
    background-color: #ffe0cc;
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
    margin-bottom: 70px;
  }
}
#location .c_location_navi a {
  display: block;
  text-align: center;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  font-size: 3.2vw;
  transition: 0.5s;
  position: relative;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
}
#location .c_location_navi a:after {
  content: "";
  display: block;
  background-image: url(../img/cmn/arrow_location_navi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.7333333333vw;
  height: 2.5333333333vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 3.3333333333vw;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi a:after {
    display: none;
  }
}
#location .c_location_navi a:hover {
  opacity: 0.5;
}

#location .c_location_navi .c_location_navi_item {
  border-top: 1px solid #000000;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item {
    border: none;
  }
}
#location .c_location_navi .c_location_navi_item:nth-child(odd) {
  border-right: 1px solid #000000;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item:nth-child(odd) {
    border: none;
  }
}
#location .c_location_navi .c_location_navi_item._01 {
  background: #dadfe3;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item._01 {
    background: none;
  }
}
#location .c_location_navi .c_location_navi_item._02 {
  background: #d8ddc9;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item._02 {
    background: none;
  }
}
#location .c_location_navi .c_location_navi_item._03 {
  background: #ffdddd;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item._03 {
    background: none;
  }
}
#location .c_location_navi .c_location_navi_item._04 {
  background: #ffead1;
}

@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item._04 {
    background: none;
  }
}
@media screen and (min-width: 769px) {
  #location .c_location_navi .c_location_navi_item + .c_location_navi_item {
    margin-left: 20px;
  }
}
/* 淡路島施設のご案内
-----------------------------------------*/
.location-title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  padding-bottom: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .location-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.location-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .location-list {
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: repeat(6, 1fr);
  }
}
.location-list li {
  margin: -1px 0 0 0;
  border: 1px solid #bfbfbf;
  border-left: 1px solid #fff;
  background-color: #fff;
  transition: 0.5s;
}

.location-list li:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .location-list li:nth-child(6n+1) {
    border-left: 1px solid #bfbfbf;
  }
}
/* footer
-----------------------------------------*/
.footer {
  background: #971341;
  padding-top: 0;
  padding-bottom: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.footer .c_footer-text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 2.4vw;
}

@media screen and (min-width: 769px) {
  .footer .c_footer-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c_footer-logo {
  width: 36.8vw;
  padding-bottom: 6.6666666667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .c_footer-logo {
    width: 276px;
    padding-bottom: 50px;
  }
}
.l_page_top {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .l_page_top {
    display: none;
  }
}
.c_page-top a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 1.3333333333vw;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 6.6666666667vw;
  border-bottom: 1px solid #FFF;
}

.c_page-top a .text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3333333333vw;
  padding-top: 1.3333333333vw;
}

.c_page-top a img {
  width: 4.6666666667vw;
}

/* slider
-----------------------------------------*/
.slider {
  font-size: 0;
}

.slider.js-slider-centermode .item img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  transform: scale(0.9);
  transition: 0.5s;
}

.slider.js-slider-centermode .item.slick-center img {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.slider.js-slider-single .item img {
  width: 100%;
  height: auto;
}

.slider .slick-dots {
  position: absolute;
  bottom: 4vw;
  transform: translate(-50%, -50%);
  left: 50%;
}

@media screen and (min-width: 769px) {
  .slider .slick-dots {
    bottom: 30px;
  }
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slider .slick-dots li button {
  font-size: 0;
  bottom: 20px;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 2vw;
  height: 2vw;
  margin-left: 1.3333333333vw;
  margin-right: 1.3333333333vw;
  outline: 0;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s;
}

@media screen and (min-width: 769px) {
  .slider .slick-dots li button {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    bottom: 10px;
  }
}
.slider .slick-dots li button:before {
  content: none;
}

.slider .slick-dots li.slick-active button {
  opacity: 1;
}

.slider .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  width: 4vw;
  height: 4vw;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: 2px solid transparent;
  background-color: transparent;
  transform: translate(0, -50%) rotate(45deg);
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slider .slick-next {
  right: 4vw;
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (min-width: 769px) {
  .slider .slick-next {
    right: 50px;
  }
}
.slider .slick-next:hover {
  right: 40px;
}

.slider .slick-prev {
  left: 4vw;
  border-left-color: #fff;
  border-bottom-color: #fff;
}

@media screen and (min-width: 769px) {
  .slider .slick-prev {
    left: 50px;
  }
}
.slider .slick-prev:hover {
  left: 40px;
}

/* bnr_miele
-----------------------------------------*/
.bnr_miele {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .bnr_miele {
    left: 40px;
    bottom: 40px;
    width: 300px;
  }
}
.bnr_miele .bnr a {
  display: block;
}

@media screen and (min-width: 769px) {
  .bnr_miele .bnr a {
    border: 1px solid #000;
  }
}
.bnr_miele .bnr a:hover {
  opacity: 0.65;
}

.bnr_miele .close a {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  background-color: #971341;
  border-radius: 20px;
}

@media screen and (min-width: 769px) {
  .bnr_miele .close a {
    right: -10px;
    top: -10px;
  }
}
.bnr_miele .close a span {
  display: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bnr_miele .close a i {
  font-size: 18px;
  line-height: 18px;
  z-index: 888;
  color: #fff;
  font-weight: normal;
}

/* side menu
-----------------------------------------*/
.side-menu {
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 34.6666666667vw;
}

@media screen and (min-width: 769px) {
  .side-menu {
    bottom: 40px;
  }
}
.side-menu__list li {
  text-align: center;
  background: #d67314;
  width: 12.1333333333vw;
  transition: 0.7s;
  width: 15.4666666667vw;
  height: 17.3333333333vw;
}

.side-menu__list li:hover {
  opacity: 0.75;
}

@media screen and (min-width: 769px) {
  .side-menu__list li {
    width: 70px;
    height: 78px;
  }
}
.side-menu__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .side-menu__list li a {
    padding: 0;
  }
}
.side-menu__list li a .figure {
  margin: 0 auto;
}

.side-menu__list li a .text {
  color: #FFF;
  font-size: 3.2vw;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .side-menu__list li a .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.side-menu__list li:first-child {
  border-radius: 3.2vw 0 0 0;
}

@media screen and (min-width: 769px) {
  .side-menu__list li:first-child {
    border-radius: 15px 0 0 0;
  }
}
.side-menu__list li:first-child .figure {
  width: 8vw;
}

@media screen and (min-width: 769px) {
  .side-menu__list li:first-child .figure {
    width: 36px;
  }
}
.side-menu__list li:nth-child(2) .figure {
  width: 5.8666666667vw;
}

.side-menu__list li:nth-child(3) {
  border-radius: 0 0 0 3.2vw;
}

@media screen and (min-width: 769px) {
  .side-menu__list li:nth-child(3) {
    border-radius: 0 0 0 15px;
  }
}
.side-menu__list li:nth-child(3) .figure {
  width: 6.5333333333vw;
}

@media screen and (min-width: 769px) {
  .side-menu__list li:nth-child(3) .figure {
    width: 29px;
  }
}
.side-menu__list li + li {
  margin-top: 0.2666666667vw;
}

@media screen and (min-width: 769px) {
  .side-menu__list li + li {
    margin-top: 1px;
  }
}
/* banner
-----------------------------------------*/
.mid-banner-area .bnr {
  display: flex;
  justify-content: center;
  padding-top: 5.3333333333vw;
  margin: 0 auto;
  max-width: 750px;
}

@media screen and (min-width: 769px) {
  .mid-banner-area .bnr {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.mid-banner-area .bnr a {
  width: 48%;
}

/* c_modal
-----------------------------------------*/
.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  z-index: 9999;
}

.c_modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c_modal .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  padding: 5.3333333333vw;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.c_modal .modal-inner .close-button {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.c_modal .modal-inner .close-button::before, .c_modal .modal-inner .close-button::after {
  display: inline-block;
  position: absolute;
  top: 47%;
  left: 17%;
  width: 70%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
  content: "";
}

.c_modal .modal-inner .close-button::before {
  transform: rotate(-45deg);
}

.c_modal .modal-inner .close-button::after {
  transform: rotate(45deg);
}

.c_modal.-image .modal-inner {
  padding: 0;
  max-width: 80%;
  max-height: 85%;
}

.c_modal.-image .image-wrapper {
  overflow: auto;
  max-height: calc(100vh - 100px);
}

.c_modal.-image .image-wrapper img {
  width: 200%;
}

@media screen and (min-width: 769px) {
  .c_modal.-image .image-wrapper img {
    width: 100%;
  }
}
.c_modal.-popup .modal-inner {
  padding: 0;
  max-width: 96%;
  max-height: 85%;
}

.c_modal.-popup .image-wrapper {
  overflow: auto;
  max-height: calc(100vh - 200px);
}

.c_modal.-popup .image-wrapper iframe {
  width: 100%;
  height: 600px;
}

.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */
