@charset "utf-8";
/* CSS Document */

@import url(ress.css);

/* --global----------------------------------------------- */

.inner {
  max-width: 100%;
}

.column {
  flex-direction: column;
  align-items: center;
}

.pc-text1000 {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}


/* --nav----------------------------------------------- */
.pc-menu {
  display: none;
}

.ham-menu {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 10;
  width: 45px;
  height: 32px;
}

.ham-line {
  position: absolute;
  transition: 0.3s;
  width: 100%;
  height: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
  box-shadow: 0 0 3px rgb(25 25 25 / 0.6);
}

.line-top {
  top: 0;
}

.line-middle {
  top: calc(50% - 1px);
}

.line-bottom {
  bottom: 0;
}

.ham-menu-active>.line-top {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.ham-menu-active>.line-middle {
  width: 0;
  height: 0;
}

.ham-menu-active>.line-bottom {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

/* **************************************************************
	top
*************************************************************** */
#top {
  height: 100vh;
}

.kv_bg {
  background-image: url('../img/mv_bg_sp.png');
}

.title {
  top: 43%;
  width: 100%;
  transform: translate(-50%, -50%);
}

/* **************************************************************
	info
*************************************************************** */
#info {
  position: relative;
  width: 100%;
  height: 1370px;
  overflow: visible;
  z-index: 3;
  /* ← kv_bg よりも上に表示 */
}

.info_bgc {
  width: 100%;
  height: 100%;
  background-image: url(../img/infomation_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -40px;
}

#info .info_bgc .column {
  align-items: flex-end;
  padding-top: 160px;
  margin-bottom: -140px;
}

#info .h2 {
  display: block;
  margin: 0 auto 80px;
  text-align: center;
}

.info_left {
  width: 100%;
  margin-bottom: 30px;
}

.info_left dl {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 300;
}

.info_left dt {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

.info_left dt::before {
  content: "＜";
}

.info_left dt::after {
  content: "＞";
}

.info_left dd {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.info_right {
  width: 100%;
  text-align: center;
  overflow: visible;
  margin-bottom: 250px;
}


.ticket {
  width: 90%;
  transition: 0.3s;
  position: relative;
  right: 0;
}


.info_right a:hover .ticket {
  transform: scale(110%);
}

/* **************************************************************
	pickup
*************************************************************** */

#pickup {
  margin-bottom: 200px;
}

.pick-h2 {
  display: block;
  max-height: 90px;
  margin: 0px auto 120px;
}

.pick-bg-pc {
  display: none;
}

.pick-bg-sp {
  display: block;
  margin-bottom: 60px;
}

.sp-header-icon {
  width: 80px;
  margin-left: 20px;
}

.block-sp {
  max-width: 600px;
  background: #6ac0cd;
  padding: 30px 20px;
  margin: 0 auto 90px;
  text-align: left;
}

.block-sp .block-image img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 5px;
}

.pick-number {
  width: 75px;
  margin: 0 auto 20px;
}

.pick-midashi {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.description {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.pick01_button {
  width: 320px;
  margin: 0 auto 30px;
  display: block;
}


/* **************************************************************
	bousai
*************************************************************** */

#bousai {
  position: relative;
  width: 100%;
  height: 1290px;
  overflow: visible;
  margin-bottom: 220px;
}

.bousai-bgc {
  width: 100%;
  height: 1430px;
  background-image: url(../img/bousai_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bousai-inner {
  width: 100%;
  height: auto;
  background-image: none;
  margin: 0 auto;
  padding: 90px 20px 40px;
  position: relative;
}

.bousai-title {
  display: block;
  font-size: 38px;
  font-weight: 300;
  font-style: normal;
  line-height: 56px;
  color: #fff;
  margin: 0 auto 80px;
}

.tight {
  letter-spacing: -0.4em;
  /* 調整量は好みに応じて -0.1em〜-0.3em 程度で */
}


.bousai-inner p {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  color: #fff;
  margin: 0 0 50px;
  width: fit-content;
  /* 内容の幅だけにする */
  text-align: left;
  /* 念のため左寄せを明示 */
}

.bousai-project_sp {
  display: block;
  gap: 23px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgb(0, 0, 0, 0.3);
  padding: 20px;
  position: static !important;
  top: auto;
  left: auto;
  transform: none;
  margin: 0 26px;
}

.bousai-project_pc {
  display: none;
}

.bousai-project_sp img {
  display: block;
  width: 104px;
  height: auto;
  margin: 0 auto 20px;
}

.bousai-project_sp p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  font-style: normal;
  line-height: 32px;
}

/* **************************************************************
	beach-bousai
*************************************************************** */

#beach-bousai {
  width: 90%;
  padding: 30px;
  background-image: url(../img/beachi-bousai_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  margin: 0 auto 150px;
}

.beach-top {
  display: block;
  margin-bottom: 20px;
}

.beach-title {
  width: 100%;
  height: auto;
}

.beach-top-img {
  width: 100%;
  height: auto;
}

.beach-item-flex {
  display: block;
}

.beach-item-box {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.beach-item-box .item-top p {
  width: 55%;
  color: #3697c7;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
}

.tight-paren {
  font-size: 15px;
  white-space: nowrap;
}

.tight-paren::before {
  content: '';
  display: inline-block;
  margin-right: -0.5em; /* ← この値で調整 */
}

.item-fue {
  width: 40%;
  height: auto;
}

.item-tekagami {
  width: 68%;
  height: auto;
}

.item-genkin {
  width: 68%;
  height: auto;
}

.item-sumaho {
  width: 52%;
  height: auto;
}

.item-pori {
  width: 90%;
  height: auto;
}

.item-paracode {
  width: 100%;
  height: auto;
}

.beach-item-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
}

.beach-item-box_furoshiki {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px;
}

.furoshiki-title {
  width: 100%;
  color: #3697c7;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}

.furoshiki-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.furoshiki-item img {
  height: auto;
  width: 48%;
  margin-bottom: 10px;
}

.beach-item-box_furoshiki p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
}


/* **************************************************************
	tsunami
*************************************************************** */

#tsunami {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 100px;
}

.tsunami-title {
  width: 100%;
  height: auto;
  margin: 0 auto 75px;
}

.tsunami-read {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  color: #333;
  margin-bottom: 75px;
}

.tsunami-fukidashi {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

.hinan-title {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  color: #00a99d;
  margin-bottom: 75px;
}

.hinan-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

.hinan-section {
  border-top: 1px solid #00a0a0;
  padding-top: 40px;
  margin-top: 40px;
  display: block;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.hinan-section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.text-block {
  flex: 1;
}

.text-block h2 {
  color: #00a99d;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 15px;
}

.text-block ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}

.text-block ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #333;
}

.image-block img {
  display: block;
  width: 203px;
  height: auto;
  margin: 0 auto;
}

.credit {
  text-align: right;
  font-size: 16px;
  line-height: 23px;
  margin-top: 60px;
}

.credit a {
  color: #333;
  text-decoration: none;
  /* デフォルトの下線を消す */
  border-bottom: 1px solid #333;
  /* カスタム下線 */
  padding-bottom: 2px;
  /* 下線と文字の距離を調整 */
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}

.credit a:hover {
  color: #00a99d;
  border-bottom-color: #00a99d;
  /* ホバー時の線の色も変化 */
}

/* **************************************************************
	whats-fb
*************************************************************** */

#whats-fb {
  position: relative;
  width: 100%;
  height: 2330px;
  overflow: visible;
  margin-bottom: 900px;
}

.whats-fb-bgc {
  width: 100%;
  height: 100%;
  background-image: url(../img/whats-fb_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.whats-fb-h2 {
  display: block;
  max-width: 80%;
  margin: 0 auto 70px;
  padding-top: 250px;
}

.whats-fb-read {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  line-height: 32px;
  color: #fff;
  margin: 0 auto 100px;
  width: 80%;
  text-align: center;
}

.youtube {
  display: block;
  width: 80%;
  height: 258px;
  margin: 0 auto 100px;
}

.fb-logo {
  display: block;
  width: 65%;
  height: auto;
  margin: 0 auto 140px;
}


.main-mc {
  width: 80%;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgb(0, 0, 0, 0.3);
  padding: 40px 30px;
  margin: 0 auto 190px;
  position: relative;
}

.main-mc-photo {
  position: static;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}

.main-mc-photo img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}


.main-mc-title {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 40px;
}

.main-mc p {
  font-size: 32px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 30px;
}

.main-mc dl {
  display: block;
  line-height: 2rem;
}

.main-mc dt,
.main-mc dd {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.main-mc dt {
  width: 100%;
}

.main-mc dd {
  width: 100%;
}

.main-mc dd.mc_hover {
  line-height: 24px;
}

.main-mc dd.mc_text {
  width: 100%;
  margin-top: 0;
  /* 必要に応じて調整 */
  margin-bottom: 20px;
}

/* **************************************************************
	spo
*************************************************************** */

#spo {
  margin-bottom: 135px;
}

.spo-title {
  display: block;
  width: 280px;
  height: auto;
  margin: 0 auto 60px;
}

.spo-wrapper {
  display: block;
  gap: 70px;
}

/* **************************************************************
      access
  *************************************************************** */
.access_wrapper {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  align-items: center;
  margin: 0 auto 150px;
}

.access_title {
  display: block;
  width: 231px;
  margin: 0 auto 100px;
}

.access_p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}

.access_wrapper div {
  margin-bottom: 20px;
}

.map {
  width: 100%;
  height: 340px;
}

/* **************************************************************
      fotter
  *************************************************************** */
footer {
  width: 100%;
  height: 100%;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 40px;
}

.footer-inner {
  width: 100%;
  height: 270px;
  overflow: visible;
  padding-top: 100px;
  text-align: center;
}

.footer-inner img {
  width: 85%;
  height: auto;
  margin-bottom: 24px;
}

.footer-inner p {
  font-weight: 300;
  color: #fff;
}