@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ovo&family=Roboto:wght@400;700&display=swap');
a:hover{
  opacity: 0.8;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    min-width: auto;
    margin: 0;
}
body.visible{
 margin-top:90px;
}
body.stop {
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none!important;
	}
}
@media screen and (max-width: 769px) {
	.pc {
		display: none!important;
	}
  body.visible{
   margin-top:50px;
  }
}
.header{
  position: static;
  top :-150px;
  background: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
.body.visible .header{
  position: fixed;
  top:0;
  transition: 0.5s;
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.menu-box{
  width: 100%;
  height: 90px;
  display: flex;
  top:0;
  z-index: 999;
  transition: 0.5s;
  background: rgba(255,255,255,0.8);
  justify-content: space-between;
  box-sizing: border-box;
}
.header__menu-page{
  font-size: 18px;
  box-sizing: border-box;
}
.header__logo{
  margin: 17px 0 17px 50px;
  pointer-events: auto;
}
.header__menu-page{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  color:#333333;
}
.header__menu-page li a{
  padding: 5px 15px;
  font-family: 'Ovo', sans-serif;
}
.header__contact-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  padding: 0;
}
.header__contact-box .language-pc {
  margin: 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
  font-size: 14px;
}

.language-text{
    border: solid 1px #CCCCCC;
    height: 30px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 14px;
    z-index: 3;
    position: relative;
}
.language-box{
  position: absolute;
  z-index: 2;
  background: #ffff;
  padding: 10px 0;
  pointer-events: none;
  top:29px;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.language-pc:hover .language-box,
.language-box:hover {
 opacity: 1;
 pointer-events: auto;
}
.language-box a{
    width: 100%;
    display: block;
    font-family: 'Ovo', serif;
}
.language-box a:hover{
  background: #aaa;
}
.header__contact-box .language-pc a{
  padding: 5px 10px;
}
.language-sp{
  display: none;
}
.navi-contact a{
  border: solid 1px #CCCCCC;
  height: 30px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333333;
  font-size: 14px;
}
.navi-booking a{
  border: solid 1px #576B71;
  background: #576B71;
  height: 30px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 14px;
}
.navi-booking a img,
.navi-contact a img{
  padding: 0 5px;
}
.menu_open-btn{
  display: none;
}
.header__logo-sp{
  display: none;
}
@media screen and (max-width: 1250px){
  .header__menu-page li a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .header__contact-box{
    gap: 5px;
    padding: 0 10px;
  }
  .navi-contact a,
  .navi-booking a{
    font-size: 11px;
    width: 95px;
  }
  .header__logo{
    margin: 17px 10px 17px 10px;
  }
}
@media screen and (max-width: 1050px){
  .header{
    top :0;
    height: 50px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    z-index: 999;
  }
  .menu-box{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    display: block;
    background: #fff;
    top:-101vh;
    z-index: 999;
  }
  .menu-box.open{
    top:0;
    overflow: auto;
  }
  .header__logo-sp{
    display: block;
  }
  .header__logo-sp a{
    display: block;
    padding: 5px 20px;
    width:fit-content;
  }
  .header__logo-sp img{
    width: 95px;
  }
  .header__logo{
    margin: 30px auto 40px;
    text-align: center;
  }
  .header__logo img{
    width: 150px;
  }
  .header__menu-page{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    border-top: solid 1px #CCCCCC;
    margin: 100px 10px 20px;
    width: calc(100% - 20px);
  }
  .header__menu-page li{
    width: 50%;
    text-align: center;
    border-bottom: solid 1px #CCCCCC;
  }
  .header__menu-page li:nth-child(2n + 1){
    border-right: solid 1px #CCCCCC;
  }
  .header__menu-page li a{
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: 'Ovo', serif;
    text-align: center;
    justify-content: center;
  }
  .header__contact-box{
    position: absolute;
    top:130px;
    width: 100%;
  }
  .header__contact-box .language-pc {
    display: none;
  }
  .language-sp{
    display: block;
    margin: 0 auto 50px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    font-size: 18px;
  }
  .language-sp label{
    width: 50%;
    height: 50px;
    font-size: 18px;
    align-items: center;
    font-family: 'Ovo', serif;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    position: relative;
    border: solid 1px #CCCCCC;
  }

  .language-sp label::after{
    position: absolute;
    width: 20px;
    right: 15px;
    top: 50%;
    background: #000;
    height: 1px;
    content:"";
  }
  .language-sp label::before{
    position: absolute;
    width: 20px;
    right: 15px;
    top: 50%;
    background: #000;
    height: 1px;
    content:"";
    transform: rotate(90deg);
    transition: 0.5s;
  }

    input:checked + label::before{
      transform: rotate(0);

  }
  .language-sp input{
    display: none;
  }
  .language-box{
    position: relative;
    z-index: 2;
    background: #ffff;
    padding: 10px 0;
    pointer-events: none;
    top:0;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    width: 50%;
    margin: 0 auto;
  }
  input:checked + label + .language-box{
   opacity: 1;
   pointer-events: auto;
  }

  .language-box a{
    padding: 5px 5px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    font-size: 14px;

  }
  .navi-contact,
  .navi-booking{
    width: 49%;
  }
  .navi-booking a img, .navi-contact a img {
    padding: 0 6px;
    width: 27px;
  }
  .navi-contact a,
  .navi-booking a{
    width: 100%;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'Ovo', serif;
    text-align: center;
    justify-content: center;
  }
  .menu_open-btn{
    font-size: 10px;
    padding: 14px 0;
    color: #fff;
    background: #000000;
    width: 50px;
    height: 50px;
    position: absolute;
    top:0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
  }
  .menu_open-btn-hum{
    position: relative;
    width: 22px;
    height: 7px;
    display: block;
    margin: 0 auto;
  }
  .menu_open-btn-hum span{
    width: 22px;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 2px;
    background: #fff;
    transition: 0.5s;
  }
  .menu_open-btn-hum span:last-child{
      top:5px;
  }
  .open .menu_open-btn-hum span{
    transform: rotate(-25deg);
    top:5px;
  }
  .open .menu_open-btn-hum span:last-child{
    transform: rotate(25deg);
    top:5px;
  }
  .menu_open-btn-text{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .menu_open-btn-text span:last-child,
  .open .menu_open-btn-text span:first-child{
    display: none;
    opacity: 0;
  }
  .open .menu_open-btn-text span:last-child{
    opacity: 1;
    display: block;
  }
}
.toppage__visual{
  width: 100%;
  height: 600px;
  position: relative;
}
.toppage__visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_vis-logo{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_vis-logo img{
  width: 250px;
  height: auto;
}
@media screen and (max-width: 769px) {
  .toppage__visual{
    width: 100%;
    height: auto;
    aspect-ratio:375/350;
  }
}

.header.visible{
 position: fixed;
 top:0;
}


.sec01{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 50px auto 80px;
  padding: 0 10px;
}
.sec01__ttl{
  text-align: center;
  font-size: 28px;
  font-family: 'Ovo', serif;
  margin-bottom: 40px;
  line-height:1.4;
}
.sec01__text{
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .sec01{
    margin: 24px auto 40px;
    padding: 0 10px;
  }
  .sec01__ttl{
    width: 100%;
    height: auto;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .sec01__text{
    text-align: left;
    font-size: 16px;
  }
}



.sec02{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 10px 40px;
  background: #F4F4F4;
}
.sec02__flex{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec02__box{
  width: 32%;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
}
.sec02__img{
  aspect-ratio:19/14;
  width: 100%;
  margin-bottom: 15px;
}
.sec02__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}
.sec02__ttl{
  font-size: 20px;
  font-family: 'Ovo', serif;
  margin-bottom: 20px;
}
.sec02__text{
  font-size: 14px;
  margin-bottom: 20px;
}
.sec02__link{
  width: 110px;
  transform: translate(-50% , 0);
  position: absolute;
  bottom:-30px;
  left: 50%;
}
.sec02__link a{
  border: solid 1px #CCCCCC;
  height: 30px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333333;
  font-size: 12px;
}
.sec02__link a img{
  position: absolute;
  transform: translate(0, -50%);
  content:"";
  right:15px;
  top: 50%;
}
@media screen and (max-width: 769px) {
  .sec02{
    padding: 50px 10px 40px;
  }
  .sec02__flex{
    display: block;
  }
  .sec02__box{
    width: 100%;
    margin-bottom: 50px;
  }
  .sec02__link{
    position: relative;
    width: 110px;
    top:auto;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    transform: translate(0, 0);
  }
  .sec02__link a{
    border: solid 1px #CCCCCC;
    height: 30px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
    font-size: 12px;
  }
  .sec02__link a img{
    position: absolute;
    transform: translate(0, -50%);
    content:"";
    right:15px;
    top: 50%;
  }
}


.sec03{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 50px auto 80px;
  padding: 0 10px;
  overflow: hidden;
}
.sec03__ttl{
  text-align: center;
  font-size: 40px;
  font-family: 'Ovo', serif;
  margin-bottom: 40px;
}
.sec03__text{
  text-align: center;
  font-size: 20px;
}
.sec03-slider-box{
  margin: 60px -10px 40px -10px
}
.sec03-slider-img{
  padding: 5px;
  width: 260px;
  height: 260px;
}
.sec03-slider-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec03__link{
  width: 100%;
  margin: 0 auto;
}
.sec03__link a{
  border: solid 1px #333333;
  height: 30px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 12px;
  position: relative;
  margin: 0 auto;
  background: #333333;
}
.sec03__link a img{
  position: absolute;
  transform: translate(0, -50%);
  content:"";
  right:15px;
  top: 50%;
}
.sec03__modal-check{
  display: none;
}
.sec03__modal-area{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
input:checked + .sec03__modal-area{
  pointer-events: auto;
  opacity: 1;
}
.sec03__modal-area .bg{
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  display: block;
}
.sec03__modal-content{
  max-height: calc(90vh - 90px);
  max-width: 90%;
  width:600px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  overflow: overlay;
  transform: translate(-50%, -50%);
}
.sec03__modal-content img{
    max-width: 100%;
}
.sec03__modal-ttl{
  font-size: 20px;
  font-family: 'Ovo', serif;
  margin: 10px 0;
  text-align: left;
}
.sec03__modal-text{
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
.sec03__modal-content .close{
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .sec03{
    margin: 40px auto 60px;
  }
  .sec03__ttl{
    width: 100%;
    height: auto;
    font-size: 28px;
    margin-bottom: 30px;
  }
  .sec03__text{
    text-align: left;
    font-size: 16px;
  }
  .sec03-slider-box{
    margin: 40px -10px 30px -10px
  }
  .sec03-slider-img{
    padding: 5px;
    width: 260px;
    height: 260px;
  }
  .sec03-slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec03__link{
    width: 100%;
    margin: 0 auto;
  }
  .sec03__link a{
    border: solid 1px #333333;
    height: 30px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    background: #333333;
  }
  .sec03__link a img{
    position: absolute;
    transform: translate(0, -50%);
    content:"";
    right:15px;
    top: 50%;
  }
}

.sec04{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 10px 40px;
  background: #F4F4F4;
}
.sec04__ttl{
  text-align: center;
  font-size: 40px;
  font-family: 'Ovo', serif;
  margin-bottom: 40px;
}
.sec04__flex{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec04__box{
  width: 48%;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  background: #fff;
}
.sec04__img{
  aspect-ratio:59/21;
  width: 50%;
}
.sec04__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec04__content{
  width: 50%;
  position: relative;
  padding: 35px 30px 30px 45px;
}
.sec04__box:nth-child(4n+3),
.sec04__box:nth-child(4n+4){
  flex-direction: row-reverse;
}
.sec04__boxttl{
  font-size: 20px;
  font-family: 'Ovo', serif;
  margin-bottom: 20px;
  line-height: 1.4;
}
.sec04__text{
  font-size: 14px;
  margin-bottom: 20px;
}
.sec04__link{
  width: 110px;
  transform: translate(-50% , 0);
  position: absolute;
  bottom:10px;
  left:50%;
}
.sec04__link a{
  border: solid 1px #CCCCCC;
  height: 30px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333333;
  font-size: 12px;
}
.sec04__link a img{
  position: absolute;
  transform: translate(0, -50%);
  content:"";
  right:15px;
  top: 50%;
}
@media screen and (max-width: 769px) {
  .sec04{
    padding: 60px 10px 50px;
    background: #F4F4F4;
  }
  .sec04__ttl{
    width: 100%;
    height: auto;
    font-size: 28px;
    margin-bottom: 30px;
  }
  .sec04__flex{
    display: block;
  }
  .sec04__box{
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    display: block;
  }
  .sec04__img{
    aspect-ratio:69/49;
    width: 100%;
  }
  .sec04__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec04__content{
    width: 100%;
    padding: 25px 40px 30px 40px;
  }
  .sec04__box:nth-child(4n+3),
  .sec04__box:nth-child(4n+4){
    flex-direction: row-reverse;
  }
  .sec04__boxttl{
    font-size: 20px;
    font-family: 'Ovo', serif;
    margin-bottom: 20px;
  }
  .sec04__text{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .sec04__link{
    width: 110px;
  }
  .sec04__link a{
    border: solid 1px #CCCCCC;
    height: 30px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
    font-size: 12px;
  }
  .sec04__link a img{
    position: absolute;
    transform: translate(0, -50%);
    content:"";
    right:15px;
    top: 50%;
  }
}


.footer{
  background: url(../images/common/footer__bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:60px 10px 50px;
}
.footer__ttl{
  font-size: 28px;
  font-family: 'Ovo', serif;
  margin-bottom: 60px;
  text-align: center;
  color:#fff;
}
.footer__contact-box{
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color:#333333;
}
.footer__navi-contact,
.footer__navi-booking{
  width: 48%;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  background: #fff;
}
.footer__navi-contact a,
.footer__navi-booking a{
  display: flex;
  width: 100%;
}
.footer__contact-img{
  width: 50%;
}
.footer__contact-img img{
  width: 100%;
}
.footer__contact-text{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}

.footer__contact-text img{
  width: 9px;
  margin: 0 0 0 25px;
}
.footer-logo{
  margin: 50px auto 30px;
  text-align: center;
}
.footer-logo img{
  width: 200px;
}
.footer__menu-page{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 18px;
  margin-bottom:50px;
}
.footer__menu-page li{
  padding: 5px 15px;
  font-family: 'Ovo', sans-serif;
}
.copuright{
  text-align: center;
  font-size: 12px;
  color:#fff;
}
.footerficed__navi{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: fixed;
  bottom:0;
  left:0;
  width: 100%;
  z-index: 3;
}
.footerficed-contact{
  width: calc(50% - 25px);
  color:#333333;
  background: #fff;
}
.footerficed-booking{
  width: calc(50% - 25px);
  background: #576B71;
  color:#fff;
}
.footerficed-contact a,
.footerficed-booking a{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagetop{
  width: 50px;
  height: 50px;
  background: #000;
}
.footerficed-booking a img,
.footerficed-contact a img{
  padding: 0 5px;
}

@media screen and (max-width: 769px) {
  .footer{
    background: url(../images/common/footer__bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:40px 10px 80px;
  }
  .footer__ttl{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .footer__contact-box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#333333;
  }
  .footer__navi-contact,
  .footer__navi-booking{
    width: 49%;
  }
  .footer__navi-contact a,
  .footer__navi-booking a{
    display: block;
  }
  .footer__contact-img{
    width: 100%;
  }
  .footer__contact-text{
    width: 100%;
    font-size: 18px;
    height: 50px;
    position: relative;
  }

  .footer__contact-text img{
    width: 6px;
    margin: 0;
    position: absolute;
    right: 10px;
    top:50%;
    transform: translate(0, -50%);
  }
  .footer-logo{
    margin: 20px auto 40px;
    text-align: center;
  }
  .footer-logo img{
    width: 200px;
  }
  .footer__menu-page{
    display: none;
  }
  .footer__menu-page li{
    padding: 5px 15px;
    font-family: 'Ovo', sans-serif;
  }
  .copuright{
    text-align: center;
    font-size: 12px;
    color:#fff;
  }
}



.footer__contact-box02{
    max-width: 1200px;
}
.footer__contact-box02 .footer__navi-contact, 
.footer__contact-box02 .footer__navi-booking {
    width: 32.5%;
    min-hight:
}
.footer__contact-box02 .footer__contact-img img{
    height: 100%;
    min-height: 40px;
    object-fit: cover;
}
.footer__contact-box02 .footer__contact-text{
    min-width: 165px;
    flex-shrink: 0;
}
.footer__navi-booking02 {
    width: 32.5%;
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    background: #fff;
}
.footer__navi-booking02 .footer__contact-text-02{
   margin: 0;
   height: 20px;
   width: auto;
}
/* ▼ ドロップダウン全体 ▼ */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* ▼ ヘッダー部分 ▼ */
.dropdown-header {
  display:flex;
  align-items:center;
  padding:0;
  cursor:pointer;
}
.dropdown-arrow {
    margin: 0 0 0 25px;
    display: flex;
    align-items: center;
}
.dropdown-arrow img{   
    transition: transform .2s ease;
    
}
.dropdown.open .dropdown-arrow img{
  transform: rotate(90deg);
}
.dropdown-arrow img{
    width: 9px;
    height: auto;
    margin: 0;
}

/* ▼ メニュー ▼ */
.dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  border:1px solid #ccc;
  border-top:none;
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
  z-index:20;

  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dropdown-menu img{
    height: 18px;
}
/* 開いた時の状態 */
.dropdown.open .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-menu  a {
  padding:10px;
  border-bottom:1px solid #eee;
  font-size:14px;
  display: block;
  transition: background 0.2s;
}

.dropdown-menu > div:last-child {
  border-bottom:none;
}

@media screen and (max-width: 769px) {
    .footer__navi-booking02 .footer__contact-text-02 {
        position: relative;
        right: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .dropdown-header {
        display:block;
        position: relative;
    }
    .dropdown-arrow img {
        width: 6px;
        margin: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .dropdown.open .dropdown-arrow img {
        transform: translate(0, -50%) rotate(90deg);
    }
}

@media screen and (max-width: 560px) {
    .footer__contact-box02 .footer__navi-contact, 
    .footer__contact-box02 .footer__navi-booking,
    .footer__navi-booking02 {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer__navi-booking02{
        margin-bottom: 120px;
    }
}