@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 共通 */
.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* ぱんくずリスト */
.p-breadcrumb.-bg-on{
	background: #e1effa;
}
/* もっとみるボタン */
.swell-block-button.is-style-more_btn a{
    background: transparent;
    box-shadow: none;
		border-bottom: 2px solid var(--color_main);
    color: var(--color_main);
    display: inline-block;
    font-size: var(--the-fz);
		font-weight: bold;
    min-width: initial;
    padding: var(--the-padding);
		padding-left: 10px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s, background-color .25s;
    width: var(--the-width);
}
/* 地図 */
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ヘッダー */
#gnav,#fix_header{
	font-family: "Fugaz One", sans-serif;
	font-style: normal;
}
.c-smallNavTitle{
	opacity: 1;
}

.c-gnav>.menu-item>a .ttl {
	margin-bottom: 5px;
}

.c-gnav>.menu-item>a:after{
	width: 30px;
	bottom: 42px;
	left: 50%;
}
.l-fixHeader__gnav .c-gnav>.menu-item>a:after{
	bottom: 28px;
}
.c-gnav > li:hover > a::after,
.c-gnav > .-current > a::after {
  transform: translateX(-50%) scaleX(1);
}
/* メインビジュアル */
.p-mainVisual {
  position: relative;
  overflow: hidden;
}
.p-mainVisual::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 5%;
  width: min(22vw, 300px);
  height: min(16vw, 200px);
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/para-boat.png") no-repeat center / contain;
  z-index: 2;
  animation: boatFloat 4s ease-in-out infinite;
  pointer-events: none;
}

.p-mainVisual::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 20%;
  width: min(16vw, 180px);
  height: min(12vw, 140px);
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/para-blue.png") no-repeat center / contain;

  z-index: 2;
  animation: paraFloat 3.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes boatFloat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(18px);
  }
}

@keyframes paraFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

.p-mainVisual__textLayer {
  transform: translateX(-50%) rotate(-4deg);
}

.p-mainVisual__slideTitle {
  position: relative;
  display: inline-block;
  font-family: "Fugaz One", sans-serif;
  font-size: clamp(64px, 10vw, 150px);
  line-height: 1;
  color: var(--color_main);
  letter-spacing: .04em;
  text-shadow:
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px -3px 0 #fff,
    0 3px 0 #fff,
    3px 0 0 #fff,
    0 -3px 0 #fff,
    -3px 0 0 #fff,
    5px 5px 0 rgba(0,0,0,.18);
}
.p-mainVisual__slideTitle::before {
  content: "";
  display: block;
  width: min(40vw, 280px);
  height: 60px;
  margin: 0 auto 8px;
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/letsgosee.png") no-repeat center / contain;
}
.p-mainVisual__slideText {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--color_main);
  letter-spacing: .08em;
  text-shadow:
    1px 1px 0 #fff,
   -1px 1px 0 #fff,
    1px -1px 0 #fff,
   -1px -1px 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff,
    1px 0 0 #fff,
   -1px 0 0 #fff,
    3px 3px 0 rgba(0,0,0,.15);
}
.p-mainVisual__slideText::after {
  content: "";
  display: block;
  width: min(58vw, 400px);
  height: 52px;
  margin: 12px auto 0;
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/welcometoallblue.png") no-repeat center / contain;
}
/* SP調整 */
@media screen and (max-width: 768px){
	#main_visual{
		z-index: -1;
	}

  /* ボート */
  .p-mainVisual::after{
    right: 6%;
    bottom: 8%;
    width: 140px;
    height: 100px;
  }

  /* パラセーリング */
  .p-mainVisual::before{
    left: 5%;
    top: 16%;
    width: 100px;
    height: 80px;
  }

  /* テキスト全体 */
  .p-mainVisual__textLayer{
    transform: translateX(-50%) rotate(-3deg);
  }

  /* ALL BLUE */
  .p-mainVisual__slideTitle{
    font-size: clamp(48px, 14vw, 82px);
    text-shadow:
      2px 2px 0 #fff,
      -2px 2px 0 #fff,
      2px -2px 0 #fff,
      -2px -2px 0 #fff,
      0 2px 0 #fff,
      2px 0 0 #fff,
      0 -2px 0 #fff,
      -2px 0 0 #fff,
      4px 4px 0 rgba(0,0,0,.16);
  }

  /* Let's Go See */
  .p-mainVisual__slideTitle::before{
    width: 150px;
    height: 42px;
    margin-bottom: 4px;
  }

  /* サブコピー */
  .p-mainVisual__slideText{
    margin-top: 6px;
    font-size: clamp(15px, 4.6vw, 24px);
    letter-spacing: .05em;
  }

  /* Welcome to ALL BLUE */
  .p-mainVisual__slideText::after{
    width: 240px;
    height: 34px;
    margin-top: 8px;
  }

}

/* トップタイトル */
.post_content h2.is-style-section_top{
	font-family: "Fugaz One", sans-serif;
	font-style: normal;
	font-size: 2.6em;
	background: linear-gradient(
		to bottom,
		#fff 0%,
		#fff 48%,
		#9fcfef 52%,
		#9fcfef 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 1px #01366d;
}

/* タイトル赤リボン */
.red-ribbon {
  text-align: center;
}

.red-ribbon strong {
  position: relative;
  display: inline-block;
  padding: 0.2em 2rem; /* ←縦パディング調整 */
  color: #fff;
	font-size: .9rem;
  background: #b60a19;
}

/* 両端リボン */
.red-ribbon strong::before,
.red-ribbon strong::after {
  content: '';
  position: absolute;
  bottom: -5px;
  border: 1em solid #990018;
  z-index: -1;
}

.red-ribbon strong::before {
  left: 0;
  transform: translateX(-75%);
  border-left-width: 8px;
  border-left-color: transparent;
}

.red-ribbon strong::after {
  right: 0;
  transform: translateX(75%);
  border-right-width: 8px;
  border-right-color: transparent;
}

/* SP調整 */
@media screen and (max-width: 768px){
	.post_content h2.is-style-section_top{
		font-size: 2em;
	}
}/* マリンアクティビティ */
#marine {
  position: relative;
  overflow: visible;
}

/* 左上 */
#marine::before {
  content: "";
  position: absolute;

  top: -225px;
  left: 10px;

  width: 200px;
  aspect-ratio: 714 / 1719;

  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/53e8e6609fc91ec7a965740e2722c686.png") no-repeat center / contain;

  z-index: 1;
  pointer-events: none;
}

/* 右下 */
#marine::after {
  content: "";
  position: absolute;

  right: 2%;
  bottom: 2%;

  width: min(22vw, 220px);
  aspect-ratio: 1 / 1;

  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/skyrider.png") no-repeat center / contain;

  z-index: 1;
  pointer-events: none;

  animation: marineRide 5s ease-in-out infinite;
}

/* 横揺れ */
@keyframes marineRide {
  0% {
    transform: translateX(0px) rotate(-2deg);
  }

  25% {
    transform: translateX(-10px) rotate(-1deg);
  }

  50% {
    transform: translateX(0px) rotate(2deg);
  }

  75% {
    transform: translateX(10px) rotate(1deg);
  }

  100% {
    transform: translateX(0px) rotate(-2deg);
  }
}

/* SP調整 */
@media screen and (max-width: 768px) {

  /* 左上 */
  #marine::before {
    width: 120px;
    top: -95px;
    left: -15px;
  }

  /* 右下 */
  #marine::after {
    right: 0;
    bottom: 2%;
    width: 120px;
  }
}

.plan-table {
	background: #fff;
	position: relative;
	overflow: visible;
}
.wp-block-table.plan-table td, .wp-block-table.plan-table th{
	border: 1px solid var(--color_main);
}

/* バッジを乗せるセル */
.plan-table tr:nth-child(1) td:first-child,
.plan-table tr:nth-child(2) td:first-child{
	position: relative;
	overflow: visible;
}

/* 不動の人気 */
.plan-table tr:nth-child(1) td:first-child::before{
	content: "";
	position: absolute;
	top: -10px;
	left: -35px;
	width: 80px;
	height: 80px;
	background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/fudoninki-e1778480249334.png") no-repeat center / contain;
	transform: rotate(-10deg);
	z-index: 10;
	pointer-events: none;
}

/* おすすめ */
.plan-table tr:nth-child(2) td:first-child::before{
	content: "";
	position: absolute;
	top: -15px;
	right: -10px;
	width: 80px;
	height: 80px;
	background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/osusume-e1778480930133.png") no-repeat center / contain;
	transform: rotate(8deg);
	z-index: 10;
	pointer-events: none;
}

/* SP */
@media (max-width: 767px){

.plan-table tr:nth-child(1) td:first-child::before{
	width: 55px;
	height: 55px;
	left: -18px;
}

.plan-table tr:nth-child(1) td:first-child::before{
	top: -18px;
}

.plan-table tr:nth-child(2) td:first-child::before{
content: none;
}
.plan-table tr:nth-child(3) td:first-child::before{
	content: "";
	position: absolute;
	top: -15px;
	left: -18px;
	width: 55px;
	height: 55px;
	background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/osusume-e1778480930133.png") no-repeat center / contain;
	transform: rotate(8deg);
	z-index: 10;
	pointer-events: none;
}

}
/* トップFAQ */
#faq {
  position: relative;
}

#faq::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 3%;

  width: min(18vw, 180px);
  aspect-ratio: 1 / 1;

  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/para-american02.png") no-repeat center / contain;

  z-index: 1;
  pointer-events: none;

  animation: faqFloat 4s ease-in-out infinite;
}

@keyframes faqFloat {
  0% {
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
  100% {
    transform: translateY(0px) rotate(-2deg);
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #faq::before {
    width: 100px;
    left: -2%;
    top: 1%;
  }
}

/* 固定ページ */
.c-pageTitle{
	font-family: "Fugaz One", sans-serif;
	font-style: normal;
	font-size: 2.6em;
	text-align: center;
	background: linear-gradient(
		to bottom,
		#fff 0%,
		#fff 48%,
		#9fcfef 52%,
		#9fcfef 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 1px #01366d;
	z-index: 1;
	isolation: isolate;
}
.l-topTitleArea.c-filterLayer::before{
background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-pageTitle {    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #01366d;
	}
}
/* =========================================
   共通
========================================= */

.c-pageTitle {
  position: relative;
}

/* 共通サイズ */
.page .c-pageTitle::before,
.page .c-pageTitle::after,
.blog .c-pageTitle::before,
.blog .c-pageTitle::after {
  content: "";
  position: absolute;
  width: clamp(40px, 5vw, 70px);
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
	height: initial;
	visibility: visible;
  z-index: -1;
}

/* 左上 */
.page .c-pageTitle::before,
.blog .c-pageTitle::before {
  left: 20%;
  top: -40px;
  animation: titleFloatLeft 3.7s ease-in-out infinite alternate;
}

/* 右下 */
.page .c-pageTitle::after,
.blog .c-pageTitle::after {
  right: 20%;
  bottom: -30px;

  animation: titleFloatRight 5.1s ease-in-out infinite alternate;
}

/* =========================================
   page-id-28
========================================= */

.page-id-28 .c-pageTitle::before {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-red.png");
}

.page-id-28 .c-pageTitle::after {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-blue.png");
}

/* =========================================
   page-id-26
========================================= */

.page-id-26 .c-pageTitle::before {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-red-wh.png");
}

.page-id-26 .c-pageTitle::after {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-blue-wh.png");
}

/* =========================================
   blog
========================================= */

.blog .c-pageTitle::before {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-blue.png");
}

.blog .c-pageTitle::after {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-wh-bl.png");
}

/* =========================================
   page-id-22
========================================= */

.page-id-22 .c-pageTitle::before {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-red.png");
}

.page-id-22 .c-pageTitle::after {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/star-red-wh.png");
}

/* =========================================
   page-id-180
========================================= */

.page-id-180 .c-pageTitle::before {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/dya-blue.png");
}

.page-id-180 .c-pageTitle::after {
  background-image: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/dya-blue-wh.png");
}

/* =========================================
   アニメーション
========================================= */

@keyframes titleFloatLeft {
  0% {
    transform: rotate(-8deg) translateY(0px);
  }

  100% {
    transform: rotate(-3deg) translateY(-8px);
  }
}

@keyframes titleFloatRight {
  0% {
    transform: rotate(8deg) translateY(0px);
  }

  100% {
    transform: rotate(3deg) translateY(6px);
  }
}

/* =========================================
   SP
========================================= */

@media screen and (max-width: 768px) {
  .page .c-pageTitle::before,
  .blog .c-pageTitle::before {
    left: 0;
    top: -20px;
    width: 40px;
  }

  .page .c-pageTitle::after,
  .blog .c-pageTitle::after {
    right: 0;
    bottom: -15px;
    width: 40px;
  }
}
/* メニュー */
.wp-block-table th{
	background: #cce8fc;
}

/* ACCESS */
#access {
  position: relative;
}

#access::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 220px;
  aspect-ratio: 1 / 1;
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/car.png") no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
  animation: carFloat 3s ease-in-out infinite;
}

@keyframes carFloat {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #access::after {
    width: 130px;
    right: 10px;
    bottom: -25px;
  }
}

/* スタッフ紹介 */
#staff .swell-block-columns__inner{
  align-items: stretch;
}
#staff .swell-block-column{
  display: flex;
  flex-direction: column;
}
#staff .staff-box{
	flex: 1;
	z-index: -1;
}
#staff .staff-image img{
	border: 4px solid #cce8fc;
	margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
	#staff .staff-image img{
		margin-bottom: -30px;
	}
}
/* STAFF装飾 */
#staff {
  position: relative;
  overflow: hidden;
}

/* 右上 */
#staff::before {
  content: "";
  position: absolute;

  right: 2%;
  top: 2%;

  width: min(18vw, 180px);
  aspect-ratio: 1 / 1;

  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/para-american-e1778637433204.png") no-repeat center / contain;

  z-index: 1;
  pointer-events: none;

  animation: staffFloatTop 4s ease-in-out infinite;
}

/* 左下 */
#staff::after {
  content: "";
  position: absolute;

  left: 3%;
  bottom: 3%;

  width: min(12vw, 120px);
  aspect-ratio: 1 / 1;

  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/para-icon.png") no-repeat center / contain;

  z-index: 1;
  pointer-events: none;

  animation: staffFloatBottom 3.8s ease-in-out infinite;
}

/* 右上 */
@keyframes staffFloatTop {
  0% {
    transform: translateY(0px) rotate(2deg);
  }

  50% {
    transform: translateY(-12px) rotate(-2deg);
  }

  100% {
    transform: translateY(0px) rotate(2deg);
  }
}

/* 左下 */
@keyframes staffFloatBottom {
  0% {
    transform: translateY(0px) rotate(-2deg);
  }

  50% {
    transform: translateY(8px) rotate(2deg);
  }

  100% {
    transform: translateY(0px) rotate(-2deg);
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #staff::before {
    width: 100px;
    right: -2%;
    top: 1%;
  }

  #staff::after {
    width: 80px;
    left: 0%;
    bottom: 0;
  }
}
/* CTA */
#cta {
  position: relative;
}

/* 右上 */
#cta::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 200px;
  width: 140px;
  aspect-ratio: 1 / 1;
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/enjoyocean.png") no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
}

/* 左下 */
#cta::after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: 0;
  width: 200px;
  aspect-ratio: 1 / 1;
  background: url("https://allblue-okinawa.com/wp-content/uploads/2026/05/reservenow.png") no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
	#cta::before {
    width: 80px;
    right: 10px;
    top: 0;
  }
  #cta::after {
    width: 120px;
    left: -10px;
  }
}

/* フッター前余白 */
.w-beforeFooter{
	margin-bottom: 0;
}

/* CTAふわふわボタン */
.allblue-floating-cta{
	position: fixed;
	right: 20px;
	bottom: 120px;
	z-index: 9999;
	width: 120px;

	animation: allblueFloat 2.8s ease-in-out infinite;
	transition: transform .3s;
}

.allblue-floating-cta:hover{
	transform: scale(1.08);
}

.allblue-floating-cta img{
	display: block;
	width: 100%;
	height: auto;
}

/* ふわふわ上下 */
@keyframes allblueFloat{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-12px);
	}
	100%{
		transform: translateY(0);
	}
}

/* スマホ調整 */
@media screen and (max-width: 768px){

	.allblue-floating-cta{
		width: 100px;
		right: 12px;
		bottom: 90px;
	}
}

/* お問い合わせ */
.smf-action .smf-button-control__control{
	background-color: #01366d;
	background-image: none;
	color: #fff;
	font-weight: bold;
	border: none;
}

.smf-action .smf-button-control__control:hover{
	opacity: .7;
}

/* フッター */
.l-footer__widgetArea h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: repeating-linear-gradient(90deg, #fff 0%, #fff 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}