@charset "utf-8";

/* メインコンテンツ
------------------------------------------------------------ */
/*  メインイメージ  */
#mainimage{
  position: relative;
  width: 100%;
  height: 100vh;
}
#mainimage .mainimage-in img{
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
#mainimage .left-lpgo{
  position: absolute;
  top: 48%;
  left: 5%;
  transform: translateY(-48%);
  -webkit- transform: translateY(-48%);
}
#mainimage .left-lpgo img{width: 60%;}
#mainimage .right-lpgo{
  position: absolute;
  top: 46%;
  transform: translateY(-46%);
  -webkit- transform: translateY(-46%);
  right: 5%;
}
#mainimage .maincatch{
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3em;
  line-height: 2em;
  letter-spacing: 0.2em;
}

/*  #section01  */
#section01{
  position: relative;
  margin: auto;
}
#section01 .bg{
  display: block;
  background: url(../img/index/point.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 900px;
  padding: 8em 0;
  z-index: -2;
}
#section01 h2{
  position: absolute;
  right: 5%;
  top: 10%;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2em;
  line-height: 2em;
  letter-spacing: 0.3em;
}

#section01 p{
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.3em;
  line-height: 3.5em;
  letter-spacing: 0.2em;
  position: absolute;
  right: 25%;
  max-height: 460px;
  top: 15%;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}

/*  #sectionimg01  */
#sectionimg01{
  position: relative;
  min-height: 900px;
}
#sectionimg01 .img01{
  position: absolute;
  left: 1%;
  top: -10%;
  width: 32%;
}
#sectionimg01 .img02{
  position: absolute;
  top: 10%;
  right: 1%;
  width: 65%;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}

/*  #section02  */
#section02 { margin: 5em auto 10em;}
#section02 .m_slidearea{ margin: auto;}
#section02 .m_slidearea #slide01{ overflow: hidden;}
.slide01 .slick-slide {
    max-width: 85vw;
    margin: 0 10px;
}
.slide01 .slick-dots {
	position: static;
	width: 95vw;
	margin: 15px auto 60px;
	text-align: left;
}
.slide01 .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 160px;
  height: 100px;
  max-width: 160px;
  max-hegiht: 100px;
  margin: 0 10px 10px 0px;
  overflow: hidden;
}
.slide01 .slick-dots li:last-child {
  margin: 0 0 10px 0;
}
.slide01 figure{margin: 0;}
.slide01 .slick-dots img {
	opacity: 0.5;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}
.slide01 .slick-dots .slick-active img {	opacity: 1;}
.slide-title{text-align: center;}

#section02 .about{
  width: 95%;
  margin: auto;
}
#section02 .about .information { padding: 0 1em;}
#section02 .about .information p{margin-bottom: 1em;}
#section02 .about .information .tl{color: #b58e0f;}
#section02 .about .information .clum02{margin-bottom: 1em;}
#section02 .about .information .clum0{margin-bottom: 1em;}
#section02 .about .information dl{
  display: flex;
  justify-content: flex-start;
}
#section02 .about .information .clum02 dl:first-child{margin-right: 1em;}
#section02 .about .information dl dt{
  margin-right: 1em;
  color: #b58e0f;
}
#section02 .about .information .clum0 a{
  color: #b58e0f;
  position: relative;
  border-bottom: 1px solid #b58e0f;
  padding: 0 0.5em 0.3em 1.1em;
}
#section02 .about .information .clum0 a::before{
  content: "";
  position: absolute;
  left: 1%;
  top: 15%;
  background-color:  #b58e0f;
  width: 8px;
  height: 12px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#section02 .sauna{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 3em auto;
}
#section02 .sauna .l-img{
  margin-left: -5%;
  width: 25%;
}
#section02 .sauna .r-txt{ width: 75%;}
#section02 .sauna .r-txt .clum02 p{width: 49%;}
#section02 .sauna .r-txt .clum02 p:first-child{margin-right: 2%;}
#section02 .sauna .txt p{margin-bottom: 8em;}
#section02 .sauna .txt ul{ min-height: 15em;}

#section02 .sea_taxi{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#section02 .sea_taxi .l-img{width: 49%;}
#section02 .sea_taxi .r-txt{width: 49%;}
#section02 .sea_taxi .ttl03{ padding-left: 1em;}
#section02 .sea_taxi .txt{
  min-height: 15em;
  border-bottom: 1px solid #565656;
  padding: 1em 1em 0;
}
#section02 .sea_taxi .txt02{
  padding: 3em 1em 0;
}
#section02 .sea_taxi .txt02 dl{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
#section02 .sea_taxi .txt02 dl dt{
  margin-right: 1em;
  color: #b58e0f;
  font-weight: bold;
}
#section02 .sea_taxi .txt02 dl dt::after{
  content: ":";
  padding: 0 0.3em;
}
@media screen and (min-width: 1300px) {}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
}
@media screen and (max-width: 375px) {}

/*  #section03  */
#section03{
  position: relative;
  margin: 6em auto;
}
#section03 .ttl01 span {
    right: -9%;
}
#section03 .clum02.rev {    flex-direction: row-reverse;}
#section03 .clum02 .img{width: 50%;}
#section03 .swiper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
}
#section03 .swiper-slide img {
  width: 100%;
  display: block;
}
#section03 .clum02 .txt{
  position: relative;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section03 .clum02 .txt .ttl03{text-align: center;}

  /* ドット位置（画像の下にセンター配置） */
#section03 .swiper-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;   /* 画像との距離を調整 */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: auto;
  }

  /* ドットデザイン調整（任意） */
#section03 .swiper-pagination-bullet {
    background: #a0a0a0;
    opacity: 0.6;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 5px;
    border-radius: 50%;
  }
#section03 .swiper-pagination-bullet:first-child{ margin: 0 5px 0 0;}
#section03 .swiper-pagination-bullet:last-child{margin: 0 0 0 5px;}
#section03 .swiper-pagination-bullet-active {
    background: #bc9326;
    opacity: 1;
  }
#section03 .list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6em;
  padding: 3em 1em;
}
#section03 .list li{
  margin-right: 1em;
  margin-bottom: 0.5em;
}
#section03 .list li::before{
  content: "・";
  margin-right: 0.5em;
}


@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}

/*  #section04  */
#section04 {
  margin: 6em auto;
}
#section04 .ttl01{margin-left: 2.5%;}
#section04 .clum02{
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section04 .clum02 .txt{
  width: 50%;
  padding: 2em;
}
#section04 .clum02 .txt h3{
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
#section04 .clum02 .txt p{ min-height: 8em;}
#section04 .clum02 .txt dl{
    margin-bottom: 2em;
  }
#section04 .clum02 .txt dl:last-child{margin-bottom: 0em;}
#section04 .clum02 .txt dt{
  color: #bd9327;
  margin-bottom: 1em;
}
#section04 .clum02 .map{width: 50%;}
#section04 .clum02 .map iframe{
    border: 0;
    width: 100%;
    min-height: 500px;
}
#section04 .parking{
margin: 3em auto;
width: 95%;
}
#section04 .parking .clum02{
  justify-content: space-between;
  margin: 2em auto;
}
#section04 .parking .clum02 p{width: 48%;}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}

/*  #section05  */
#section05 {margin: 8em auto;}
#section05 .ttl01{margin-left: 2.5%;}
#section05 .ttl01 span {
    bottom: -15%;
    right: -38%;
}
.accordion_area{
  width: 95%;
  margin: auto;
}
.accordion_area .accordion_one .ac_header {
  padding: 1.5rem 4rem 1.5rem 2rem;
  border-bottom: 1px solid #989898;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background: #f6f6f6;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #4a4a4a;
  width: 15px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #4a4a4a;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  background: #f6f6f6;
}
.p-faq__headinner {
  display: block;
  padding-left: 3em;
  position: relative;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #bd9327;
  font-size: 1.5em;
  font-weight: bold;
  top: -30%;
}
.p-faq__headinner p.p-faq__q-txt {
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #e03f3f;
  font-size: 1.5em;
  font-weight: bold;
  top: -30%;
}
.p-faq__bodyinner p.p-faq__a-txt {}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}

/*  #section06  */

#section06 .ttl01{margin-left: 2.5%;}
#section06 .ttl01 span {right: -8%;}
#section06 .clum03{
  width: 95%;
  justify-content: flex-start;
  margin: auto;
}
#section06 .clum03 .si-box{
  width: 32%;
  margin-right: 1.5%;
}
#section06 .clum03 .si-box:nth-child(3n){margin-right: 0%;}
#section06 .clum03 .txt{padding: 0.5em;}
#section06 .clum03 .txt .catarea{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
#section06 .clum03 .txt .cat{
  margin-right: 0.5em;
  background: #c7c7c7;
  display: inline-block;
  padding: 0.3em 1.5em;
  font-size: 0.8em;
  border-radius: 3px;
  color: #fff;
  font-family: sans-serif;
}
#section06 .clum03 .txt .cat:last-child{margin-right: 0;}
#section06 .clum03 .txt .cat.shop{background: #5094de;}
#section06 .clum03 .txt .link{ margin: 1em auto 0;}
#section06 .clum03 .txt .link ul{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#section06 .clum03 .txt .link li{
  width: auto;
  margin-right: 1em;
}
#section06 .clum03 .txt .link li:last-child{margin-right: 0;}
#section06 .clum03 .txt .link li a{
  border-bottom: 1px solid #313131;
  padding: 0.1em 0.2em;
}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}

/*  #section07  */
#section07{margin: 8em auto;}
#section07 .ttl01{margin-left: 2.5%;}
#section07 .newsarea{
  width: 95%;
  margin: auto;
}
#section07 .newsarea ul {
    margin-bottom: 1em;
}
#section07 .newsarea li a {
    position: relative;
    border-bottom: 1px solid #cecece;
    padding: 1.5em;
    display: block;
}
#section07 .newsarea li a span {
    margin-right: 3em;
}
#section07 .newsarea li a:after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.08em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    right: 5%;
    top: 44%;
    transition: 0.4s;
}
#section07 .newsarea .txtlink{
  margin-top: 2em;
  text-align: right;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
@media screen and (max-width: 375px) {}
