@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #f7f7f7;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #181818;
}
@media only screen and (max-width: 767px) {
  .cmn-breadcrumb{
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    position: relative;
    width: 100%;
  }
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #043043;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #043043;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #0099BB;
  border: 1px solid #0099BB;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #181818;
  opacity: 1;
}
.pager .next a{
  background: #043043;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #043043;
  color: #181818;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #0099BB;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #333;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #0099BB;
}
.singlehead h2{
  border-bottom: 3px solid #0099BB;
  position: relative;
  color: #101010;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 20px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #101010;
  border: 1px solid #101010;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #101010;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.topttl{
  text-align: center;
  color: #0072CF;
  margin-bottom: 30px;
}
.topttl p{
  font-size: 30px;
  line-height: 1.2;
}
.topttl h2{
  font-size: 15px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  btn
******************************/
.viewmore-btn{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #333;
}
/* 丸 */
.vm-circle{
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  position: relative;
  overflow: visible;
  transition: border-color 0.4s ease, opacity 0.4s ease;
}
/* 矢印 */
.vm-arrow{
  position: relative;
  width: 16px;
  height: 1px;
  background: #333;
  transition: transform 0.45s cubic-bezier(.22,1,.36,1);
}
.vm-arrow::after{
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
/* ホバーで突き抜け */
.viewmore-btn:hover .vm-arrow{
  transform: translateX(18px) scaleX(1.4);
}
/* ボーダーフェード */
.viewmore-btn:hover .vm-circle{
  border-color: rgba(51,51,51,0.2);
  transform: scale(0.96);
}


/******************************
  tbl
******************************/

/******************************
  header
******************************/
/* 初期状態（スライダー上に重なる） */
.cmnhead{
  position: relative;
  width: 100%;
  transition: 0.3s;
  background: linear-gradient(25deg, #2093CE, #043043);
}
/* スクロール後 */
.cmnhead.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.cmnhead.on{
  /* padding: 0.5rem 0 1rem; */
  transition: 0.5s;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}

/* logo */
.cmnhead .logo{
  max-width: 280px;
  transition: 0.5s;
}
.cmnhead .logo a {
  display: flex;
  align-items: center;
}
.cmnhead.on .logo{
  max-width: 250px;
  transition: 0.5s;
}
.cmnhead .logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
/* footer_logo */
.footer_logo{
  max-width: 280px;
  transition: 0.5s;
}
.footer_logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}

.cmnnav {
  flex: 1;
}
.navlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navlist .nav-reserve {
    margin-left: auto;
}

.navlist a{
  color: #fff;
  display: block;
  padding: 0 1rem;
}
.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 1px dotted #ccc;
  opacity: 1;
}
.cmnhead .headtel{
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.5s;
}
.cmnhead.on .headtel{
  position: absolute;
  top: 1rem;
  right: 2rem;
  transition: 0.5s;
}

/* ご予約だけボタン化 */
.navlist .nav-reserve a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #2f7ea3;
  color: #0072CF;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
  min-width: 200px;
}
/* アイコン追加（Font Awesome使ってるなら） */
.navlist .nav-reserve a::before{
  content: "\f073"; /* カレンダー */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.8rem;
}
/* hover */
.navlist .nav-reserve a:hover{
  background: #0072CF;
  color: #fff;
}

.splogo{
  display: none;
}

@media only screen and (max-width: 1180px) {
  .cmnnav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .cmnhead{
    display: none;
  }
}

.nav-translate {
  margin-left: 10px;
}
.nav-translate select {
  padding: 6px 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.gt_selector option:first-child {
  display: none;
}

/******************************
  footer
******************************/
/* メインカラー設定 */
.cmnfot{
  color: #fff;
  position: relative;
  z-index: 3;
  background-image: url(../images/top/fotibg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmnfot a{
  color: #fff;
}
/* ロゴ周り */
.floigobox{
  padding: 40px 40px 0 40px;
}
.footer_logo{
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.footer_logo img{
  transition: .5s;
}
.footer_logo img:hover{
  transform: scale(0.95);
  transition: 0.5s;
}

/* =========================
  ここからレイアウト本体
========================= */
/* ★ Flex → Grid に変更 */
.fotflex{
  display: grid;
  grid-template-columns: 25fr 25fr 16fr 28fr; /* 元の比率 */
  column-gap: 3%;
  row-gap: 20px;
  padding: 20px 40px;
  align-items: start;
}
/* Grid化により width / margin は無効化 */
.ffbox1,
.ffbox2,
.ffbox3,
.ffbox4{
  width: auto;
  margin-right: 0;
}
/* リスト間隔 */
.ffbox2 li,
.ffbox3 li{
  margin-bottom: 10px;
}
address{
  font-style: normal;
}

/* =========================
  運営会社（ffbox3と開始位置揃え）
========================= */
.compbpx{
  grid-column: 3 / 5; /* 3列目の左端から右端まで */
  margin-top: 10px;
}
.compbpx p{
  margin: 0;
}

/* =========================
  SNS
========================= */
.snsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  margin-top: 10px;
}
.snsfbox{
  width: calc(100% / 2);
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .snsflex{
    margin: 10px auto;
  }
}

/* =========================
  コピーライト
========================= */
.copyright_area{
  background: #101010;
  text-align: center;
  padding: 10px;
}
.copyright_area .fotcopy{
  font-size: 12px;
}
@media (max-width: 900px){
  .cmnfot{
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}
@media only screen and (max-width: 820px) {
  .fotflex{
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .fotflex{
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0;
  }
  .ffbox1,
  .ffbox2{
    grid-column: 1 / 3;
  }
  .ffbox3{
    grid-column: 1 / 2;
  }
  .ffbox4{
    grid-column: 2 / 3;
  }
  .compbpx{
    grid-column: 1 / 3;
    text-align: center;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .compbpx p{
    font-size: 14px;
  }
  .logolist li{
    margin: 10px 10px;
    width: calc(100% / 3);
  }
}

/* 住所エリア */
.address_area{
  position: relative;
  padding: 20px 0px;
}

/* =========================
  900px以下 固定フッターボタン
========================= */
.sp-fixedbar{ display:none; }

@media (max-width: 900px){
  .sp-fixedbar{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(0,0,0,.88);
    border-top: 1px solid rgba(255,255,255,.15);
  }
  .sp-fixedbar__btn{
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 10px 6px;
    color: #fff;
    text-decoration: none;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .sp-fixedbar__ico{
    font-size: 18px;
    line-height: 1;
  }
  .sp-fixedbar__txt{
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
  }
}

/* =========================
  ドロワーメニュー
========================= */
.sp-drawer{
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100vh;
  height: 100dvh;
  z-index: 10000;
  background: rgba(0,0,0,.92);
  transform: translateX(100%);
  transition: .25s;
  overflow: auto;
  padding-bottom: calc(80px + env(safe-area-inset-bottom)); /* 下の固定バー分 */
}
.sp-drawer__inner{
  padding: 20px;
}
.sp-drawer__close{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.sp-drawer__list{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.sp-drawer__list a{
  display: block;
  padding: 14px 6px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.sp-drawer-overlay{
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
}
/* 開いた状態 */
body.is-spdrawer-open .sp-drawer{
  transform: translateX(0);
}
body.is-spdrawer-open .sp-drawer-overlay{
  opacity: 1;
  pointer-events: auto;
}
/* 900px超はドロワーをそもそも無効化 */
@media (min-width: 901px){
  .sp-drawer,
  .sp-drawer-overlay{
    display: none !important;
  }
}

/*****************************
投稿ページはみだし制御
*****************************/
.page-single img{
  max-width: 100%;
  height: auto;
}

/* 投稿本文内の画像をスマホでもはみ出さないように */
.entry-content img,
.wp-block-image img,
.alignnone img,
.aligncenter img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* キャプション（[caption]）のはみ出し防止 */
.wp-caption {
  max-width: 100%;
  height: auto;
}
.wp-caption img {
  width: 100%;
  height: auto;
}

/* インライン指定されたwidthを上書き */
.entry-content [style*="width:"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* テキストがはみ出す場合に折り返し */
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*****************************
投稿ページはみだし制御
*****************************/


/*****************************
  ベストレート宣言
*****************************/
.bnrbox{
  text-align: center;
}
.bnrbox img{
  width: 500px;
  max-width: 100%;
}