@charset "UTF-8";
/*
Theme Name: island-chubu
*/
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2vw;
  color: #484848;
  line-height: 1.8;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
/*=================================================
 *opening page
 * ================================================= */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: fadeOut 1.5s 3.5s forwards;
  pointer-events: none;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 2.5s 1.5s forwards;
  width: 100%;
  margin: 0 auto;
}
.loading__logo img {
  width: 60vw;
  margin: 0 auto;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.slick-slide img {
  display: block;
  height: 100vh !important;
  width: 100% !important;
  object-fit: cover !important;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar p {
  padding: 1.2vw 3vw;
  width: 23vw;
  border-radius: 50px;
  margin: 0;
}
.btn-ar p:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.8vw;
  position: absolute;
  top: 0.8vw;
  right: 2vw;
  font-style: normal;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background: linear-gradient(180deg, #D6F4F3 0%, #F6F4EE 100%);
}
.bg-g {
  background-color: #F0F0F0;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #633434;
}
.is-c {
  color: #0ABAB5;
}
.ch-c {
  color: #AB7042;
}
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #654F4F;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 1px solid #000;
}
.bd-b {
  border-bottom: 1px solid #000;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 1vw 0 9vw;
  padding: 1vw;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f40 {
  font-size: 2.8vw;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  height: 7.3vw;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding-top: 1.5vw;
}
header h1 img {
  width: 33vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
/* ヘッダー（例：.site-header）をスクロールで出現させる前提 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform .35s ease, background-color .2s ease;
  will-change: transform;
  z-index: 1000;
}
.side .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
/* 出現状態 */
.site-header.is-shown {
  transform: translateY(0);
}
/* スクロール後だけ背景を付けたい場合（任意） */
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
/*=================================================
 * nav
 * ================================================= */
nav {
  margin: 2.5vw 0 0 7vw;
  text-align: center;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.3vw;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
  padding: 0px 2vw;
}
nav ul li ul li {
  padding: 0px;
}
nav ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
nav ul li li a {
  padding: 0.98vw 1.961vw;
}
nav ul li a:hover {
  color: #888;
}
nav li.has-child ul {
  position: absolute;
  left: -4.5vw;
  top: 3vw;
  z-index: 4;
  border: solid 1px #707070;
  width: 25vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px rgba(63, 58, 57);
  background: #fff;
  opacity: 1;
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #C5E8B6;
}
/*=================================================
 * top
 * ================================================= */
/* 基本レイアウト（既存） */
#firstview .slider-wrap {
  position: relative;
  display: flex;
}
#firstview .side {
  position: relative;
  width: 50%;
  overflow: hidden;
  height: 100%;
}
/* ロゴ（既存） */
#firstview .slider-logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 20;
  pointer-events: none;
  bottom: 12%;
}
#firstview .slider-logo img {
  width: clamp(120px, 15vw, 260px);
}
/* 追加：中央のコピー */
#firstview .kv-copy {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 30;
  pointer-events: none;
  line-height: 1.6;
}
#firstview .kv-copy__lead {
  font-size: clamp(18px, 2.2vw, 32px);
  letter-spacing: .08em;
  margin: 0 0 .4em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}
#firstview .kv-copy__sub {
  font-size: clamp(14px, 1.6vw, 22px);
  letter-spacing: .1em;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}
/* ホバー */
#firstview .kv-arrow:hover::before, .kv-arrow:hover::after {
  opacity: 1;
}
#firstview .icon {
  z-index: 25;
  position: absolute;
  font-size: 3vw;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  width: fit-content;
}
#top .b01 .mainWrap {
  padding: 5vw 12vw;
}
#top .b01 .logo {
  width: 45vw;
  margin: 0 auto;
  padding: 4vw 0;
}
#top .b01 .txt {
  text-align: center;
  line-height: 2.5;
}
#top .b01 .img {
  width: 50vw;
  margin: 0 auto;
  padding: 4vw 0;
}
#top .b02 .lead {
  margin: 2vw 0 4vw;
}
#top .b02 .box {
  width: 80vw;
}
#top .b02 .box .cell {
  width: 38vw;
}
#top .b02 .box .cell .ttl {
  line-height: 1.4;
  margin-top: 1vw;
}
#top .b02 .box .cell .icon {
  flex-wrap: wrap;
  height: 40vw;
  align-content: flex-start;
}
#top .b02 .box .cell .icon .circle {
  position: relative;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  border: 2px solid;
  text-align: center;
  margin-bottom: 0.7vw;
  line-height: 1.3;
  font-size: 1vw;
  font-weight: bold;
}
#top .b02 .box .cell .icon:after {
  content: "";
  display: block;
  width: 8vw;
}
#top .b02 .box .cell .icon .circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9vw;
  text-align: center;
}
#top .b02 .box .cell .slide {
  margin: 2vw 0;
}
#top .b03 .sttl {
  margin-bottom: 4vw;
}
#top .b03 .box {
  background: #fff;
  border-radius: 1vw;
  padding: 2vw 4vw;
  width: 65vw;
  margin: 0 auto;
  margin-bottom: 2vw;
}
#top .b03 .box .img {
  width: 10vw;
}
#top .b03 .box .txtbox {
  width: 45vw;
}
#top .b04 .box {
  margin: 5vw 0;
}
#top .b04 .subtxt {
  margin-top: 5vw;
}
#top .b04 .cell {
  width: 38vw;
}
#top .b04 .cell .sttl {
  text-align: center;
  font-weight: bold;
}
#top .b04 .cell .sttl2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.3vw;
}
#top .b04 .cell .logo {
  width: 20vw;
  margin: 0 auto;
  padding: 2vw 0;
}
#top .b04 .cell .info {
  margin: 1vw 0;
}
#top .b04 .cell .fa-solid {
  margin-right: 0.5vw;
}
#top .b04 .cell .L1 {
  padding-left: 1vw;
}
#top .b04 .cell .bt1, #top .b04 .cell .bt2 {
  text-align: center;
  border: solid 2px;
  border-radius: 10vw;
  padding: 0.5vw 0;
}
#top .b04 .cell .btbox {
  margin-top: 2vw;
}
#top .b04 .cell .info a {
  text-decoration: underline;
}
/*=================================================
 * footer
 * ================================================= */
footer .fullWrap {
  padding-bottom: 9vw;
}
footer .wrap01 {
  padding: 5vw 0;
}
footer .logo {
  width: 46vw;
  margin: 0 auto;
}
/*=================================================
 * page共通
 * ================================================= */
.flowbt {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 999;
  position: fixed;
}
.flowbt .side {
  flex-direction: column;
}
.flowbt .bt1 {}
.flowbt .bt2 {}
.block {
  padding: 5vw 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .flex-sb {
    display: block;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  .loading__logo img {
    width: 65vw;
  }
  .loading__logo {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #fff;
    display: grid;
    place-items: center;
  }
  header {
    height: 15vw;
  }
  header nav {
    display: none;
  }
  header h1 {
    padding: 2vw;
    margin: 0 auto;
  }
  header h1 img {
    width: 80vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 5vw auto 14vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  .btn-ar {
    width: 100%;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 100%;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f40 {
    font-size: 5.5vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  .flowbt {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
  .flowbt .flex-sb {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .flowbt .bt1 img, .flowbt .bt2 img {
    width: 100%;
  }
  .block {
    padding: 10vw 0;
  }
  /*=================================================
 * ファーストビュー/TOP
 * ================================================= */
  /*=================================================
 * ファーストビュー/TOP（iPhoneズレ対策・完全版）
 * ================================================= */
  /* セクション本体：高さをデバイス基準で固定 */
  #firstview {
    display: block;
    position: relative;
    width: 100%;
    height: 100svh; /* 100vhのズレ回避 */
    overflow: hidden;
  }
  /* スライダーラッパー：相対配置でOK（絶対配置は外す） */
  #firstview .slider-wrap {
    display: block;
    position: relative;
  }
  /* slick の高さを親に揃える */
  .slick-list, .slick-track {
    height: 100%;
  }
  .slick-slide {
    width: 100vw !important;
    height: 50svh !important; /* 上下2面でちょうど1画面 */
  }
  /* テーマやslickが内包divを挟む場合の保険 */
  .slick-slide > div {
    height: 100%;
  }
  /* 上下2面 */
  #firstview .side {
    width: 100%;
    height: 50svh;
    position: relative;
    overflow: hidden;
  }
  /* 画像フィット（背景でも<img>でも同じ見え方に） */
  #firstview .side .slick-track img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  #firstview .side [style*="background-image"] {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important; /* iOS対策 */
  }
  /* テキスト・アイコン（元の指定を踏襲） */
  #firstview .kv-copy {
    left: 50%;
    bottom: 37%;
    color: #fff;
    width: 100%;
    font-weight: bold;
  }
  #firstview .kv-copy__lead {
    font-size: 5vw;
  }
  #firstview .kv-copy__sub {
    font-size: 4vw;
  }
  #firstview .icon {
    font-size: 8vw;
    bottom: 10%;
  }
  /* 既に入っている場合は残してOK */
  #firstview .side [style*="background-image"] img {
    display: none;
  } /* 背景と<img>の二重表示防止の保険 */
  #top .b01 .mainWrap {
    padding: 8vw 6vw;
  }
  #top .b01 .logo {
    width: 100%;
    margin: 0 auto;
    padding: 6vw 0;
  }
  #top .b01 .txt {
    text-align: left;
    line-height: 2;
  }
  #top .b01 .img {
    width: 100%;
    margin: 0 auto;
    padding: 8vw 0;
  }
  #top .b02 .lead {
    margin: 7vw 0;
  }
  #top .b02 .box {
    width: 90%;
    margin: 0 auto;
  }
  #top .b02 .box .cell {
    width: 100%;
    margin-bottom: 15vw;
  }
  #top .b02 .box .cell .icon {
    flex-wrap: wrap;
    height: auto;
    align-content: flex-start;
    display: flex;
    margin: 5vw 0;
  }
  #top .b02 .box .cell .icon .circle {
    width: 24vw;
    height: 24vw;
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  #top .b02 .box .cell .icon .circle span {
    width: 24vw;
  }
  #top .b02 .box .cell .icon:after {
    width: 24vw;
  }
  #top .b03 .box {
    border-radius: 6vw;
    padding: 8vw;
    width: 100%;
    margin-bottom: 8vw;
  }
  #top .b03 .box .img {
    width: 26vw;
    margin: 0 auto;
  }
  #top .b03 .box .txtbox {
    width: 100%;
    margin: 3vw 0;
  }
  #top .b03 .box .txtbox .ttl {
    line-height: 1.8;
    margin-bottom: 3vw;
  }
  #top .b04 .subtxt {
    margin-top: 8vw;
  }
  #top .b04 .cell {
    width: 100%;
    margin-top: 12vw;
  }
  #top .b04 .cell .logo {
    width: 55vw;
    margin: 0 auto;
    padding: 4vw 0;
  }
  #top .b04 .cell .info {
    margin: 5vw 0;
  }
  #top .b04 .cell .btbox {
    margin-top: 6vw;
  }
  footer .logo {
    width: 80vw;
  }
  footer .fullWrap {
    padding-bottom: 20vw;
  }
}