@charset "UTF-8";

header.header_en{
	background-image: url(../img/en-bg.jpg);
	    background-repeat: no-repeat;
    background-size: cover;
	background-position: 60%;
	height:306px;
	
	display: flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
}
header.header_en h1{
	padding:unset;
	color: #fff;
	font-weight:normal;

text-shadow: 2px 2px 13px #b5a498 ,
-2px 2px 13px #b5a498 ,
2px -2px 13px #b5a498 ,
-2px -2px 13px #b5a498;
}

@media screen and (max-width: 768px) {
	header.header_en{
		background-position: 50%;
		height:178px;
		padding:unset;
	}
	header.header_en h1{
		font-size:24px;
		line-height:1.4;
	}
	
	section{
		overflow:hidden;
	}
}

    .header_en {
      background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/img/fv-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 60%;
    }
    
    @media screen and (max-width: 1000px) {
      .header_en {
        background-image: none;
      }
    }
    
    @media screen and (max-width: 768px) {
      .header_en {
        padding-top: 80px;
      }
    }
    
    .header_en .site-title {
      margin-left: 20px;
      font-size: 35px;
      padding: 20px 20px 0;
      color: #fff;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
    }
    
    @media screen and (max-width: 768px) {
      .header_en .site-title {
        font-size: 28px;
      }
    }
    
    .header_en .header__inner {
      margin: 0 auto;
      padding: 40px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    @media screen and (max-width: 1200px) {
      .header_en .header__inner {
        padding: 20px 50px;
      }
    }
    
    @media screen and (max-width: 768px) {
      .header_en .header__inner {
        flex-direction: column;
        text-align: center;
      }
    }

.header-nav {
  background-color: #fff;
  /*transition: opacity 0.5s ease, visibility 0.5s ease;*/
  width:100vw;
  height:78px;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 25px;
  z-index:100!important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .header-nav {
    display: none;
  }
}
.header-nav.hidden {
  opacity: 0;
  visibility: hidden;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: min(3.214vw, 45px);
  padding: 2vw 0;
}
.header-nav ul li a {
  color: #515150;
  font-size: min(1.428vw, 20px);
  font-family: "Noto Sans JP", serif;
  transition: 0.3s;
}
.header-nav ul li a:hover {
  opacity: 0.7;
}

    /* .header-sp クラスのスタイル */
    .header-sp {
      display: none;
    }
    
    @media screen and (max-width: 1000px) {
      .header-sp {
        display: block;
      }
    }
    
    .header-sp .header-sp__header {
      height: 80px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      z-index: 1000;
    }
    
    .header-sp .header-sp__header .hmb-btn {
      cursor: pointer;
    }
    
    .header-sp .header-sp__fv1 {
      position: relative;
    }
    
    .header-sp .header-sp__fv1 h2 {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      padding: 0 50px;
      margin-top: 180px;
      color: #fff;
      font-weight: normal;
      line-height: 1.8;
      writing-mode: vertical-rl;
      display: inline-block;
    }
    
    @media screen and (max-width: 1000px) {
      .header-sp .header-sp__fv1 h2 {
        font-size: 60px;
      }
    }
    
    @media screen and (max-width: 768px) {
      .header-sp .header-sp__fv1 h2 {
        font-size: 40px;
      }
    }
    
    @media screen and (max-width: 500px) {
      .header-sp .header-sp__fv1 h2 {
        font-size: 30px;
        margin-top: 90px;
      }
    }
    
    .header-sp .header-sp__fv2 {
      background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/img/fv2-sp.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    .header-sp .header-sp__fv2 .fv2-title {
      padding: 70px 100px 60px;
    }
    
    @media screen and (max-width: 768px) {
      .header-sp .header-sp__fv2 .fv2-title {
        padding: 70px 70px 60px;
      }
    }
    
    .header-sp .header-sp__fv2 .fv2-title li {
      margin-bottom: 80px;
      font-size: 30px;
    }
    
    .header-sp .header-sp__fv2 .fv2-title li:last-child {
      margin-bottom: 0;
    }
    
    @media screen and (max-width: 600px) {
      .header-sp .header-sp__fv2 .fv2-title li {
        font-size: 24px;
      }
    }
    
    @media screen and (max-width: 500px) {
      .header-sp .header-sp__fv2 .fv2-title li {
        font-size: 20px;
        margin-bottom: 60px;
      }
    }
    
    @media screen and (max-width: 450px) {
      .header-sp .header-sp__fv2 .fv2-title li {
        font-size: 15px;
        margin-bottom: 40px;
      }
    }
    
    .header-sp .header-sp__btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1001;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }
    
    .header-sp .header-sp__btn.hidden {
      @media screen and (min-width: 769px) {
        opacity: 0;
        visibility: hidden;
      }
    }
    
    .header-sp .header-sp__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% / 2);
      height: 70px;
      background-color: #cfc4be;
      color: #fff;
      border-radius: 5px;
      font-size: 20px;
      box-shadow: 3px 3px #ccc;
      transition: 0.3s;
      position: relative;
    }
    
    .header-sp .header-sp__btn a img {
      position: absolute;
      /*top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/
      transform: scale(0.7);
    }
    
    .header-sp .header-sp__btn a:hover {
      opacity: 0.7;
    }
    
    .header-sp .header-sp__btn a.line {
      background-color: #70bc5f;
    }

    /* ハンバーガーメニュー関連のスタイル */
    .p_hamburgerNav {
      transform: translateX(100%);
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: #f5f5f5;
      z-index: 1000000;
      display: none;
      transition: all 0.3s ease;
      padding: 30px 25px 40px;
      box-sizing: border-box;
      background: url(<?php echo get_stylesheet_directory_uri(); ?>/assets/img/bg_spNav.jpg) no-repeat;
      background-position: bottom;
      background-size: cover;
    }
    
    @media screen and (max-width: 768px) {
      .p_hamburgerNav {
        display: block;
      }
    }
    
    .p_hamburgerNav.is_active {
      transform: translateX(0);
    }
    
    .p_hamburgerNav_close {
      display: none;
      position: fixed;
      z-index: 100001;
      top: 20px;
      right: 20px;
    }
    
    .p_hamburgerNav_close.is_active {
      display: block;
    }
    
    .p_hamburgerNav_item {
      margin-bottom: 6vw;
    }
    
    .p_hamburgerNav_itemTtl {
      margin-bottom: 24px;
    }
    
    .p_hamburgerNav_itemTtl img {
      width: 210px;
    }
    
    .b_hanburgerMenu {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }


/* wrapper */
.page-en {
  font-family: "Zen Old Mincho", serif;
  color: #333333;
}



/* コンテナ */
.page-en .container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
	.page-en .wrapper{
		padding: 0;
	}
	
	.page-en .container {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .page-en .container {
    padding: 0;
  }
}

/* セクションタイトル */
.page-en .section-title {
  position: relative;
  font-size: 45px;
  font-weight:100;
  text-align: center;
  color: #515150;
  letter-spacing: 0;
  margin: 80px 0 40px;
  color:#6d759a;
}
.page-en .section-title::after {
  content: "";
  display: block;
  height: 2px;
  background: #b5a498;
  margin: 8px auto 0;
}
@media screen and (max-width: 700px) {
  .page-en .section-title {
    font-size: 30px;
	padding:0 12px;
  }
	.page-en .section-title::after{
		height:1px;
	}
}
@media screen and (max-width: 550px) {
  .page-en .section-title {
    font-size: 24px;
    margin: 34px 0 30px;
  }
}

/* About セクション */
.page-en .about__content {
  display: flex;
  align-items: center;
  gap: 20px;
  height:274px;
  position:relative;
}

.page-en .about__text {
  flex: 1.2;
  font-size: 16px;
  line-height: 1.8;
}

.page-en .about__text p {
  font-family: "Noto Sans CJK JP", sans-serif;
  hyphens: auto;
  word-break: break-word;
  padding-right: 10px;
  padding-top:1.2em;
  letter-spacing:-0.2px;
  line-height:2.2;
}

.page-en .about__images {
  display: flex;
  flex: 0.8;
  gap: 10px;

}

.page-en .about__images img {
  /*width: 100%;*/  /* カラム幅いっぱいに広げる */
  /*object-fit: cover;*/
}

.page-en .about__images img.about1{
	position:absolute;
	width:221px;
	top: 13px;
    z-index: 1;
    right: 202px;

}
.page-en .about__images img.about2{
	position:absolute;
	width:304px;
	top:88px;
	right:0;
	
}

@media screen and (max-width: 768px) {
  /* About セクション全体を縦積み＆相対配置解除 */
  .page-en .about__content {
    display: flex;
    flex-direction: column;  /* 画像 → テキスト */
    position: static;
    height: auto;
    gap: 0;
  }

  /* 画像コンテナを相対配置にして高さを決める */
  .page-en .about__images {
    position: relative;
    width: 100%;
    height: 180px;    /* 必要に応じて調整 */
    margin-bottom: 16px;
  }

  /* 画像１（about1）を絶対配置で重ねる */
  .page-en .about__images img.about1 {
    position: absolute;
    top: 0;
    left: 10%;
    width: 50%;      /* 比率はお好みで調整してください */
    height: auto;
    z-index: 1;
  }

  /* 画像２（about2）を絶対配置で重ねる */
  .page-en .about__images img.about2 {
    position: absolute;
    top: 80px;       /* 下へのオフセット */
    left: 20%;
    width: 70%;
    height: auto;
    z-index: 0;
  }

  /* テキストブロックはそのまま下に表示 */
  .page-en .about__text {
    position: static;
    flex: none;
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  /* About セクション全体を縦積み＆相対配置解除 */
  .page-en .about__content {
    display: flex;
    flex-direction: column-reverse;  /* 画像 → テキスト */
    position: static;
    height: auto;
    gap: 0;
  }

  /* 画像コンテナを相対配置にして高さを決める */
  .page-en .about__images {
    position: relative;
    width: 100%;
    height: 180px;    /* 必要に応じて調整 */
    margin-bottom: 16px;
  }

  /* 画像１（about1）を絶対配置で重ねる */
  .page-en .about__images img.about1 {
    position: absolute;
    top: 0;
    left: 7%;
    width: 43%;      /* 比率はお好みで調整してください */
    height: auto;
    z-index: 1;
  }

  /* 画像２（about2）を絶対配置で重ねる */
  .page-en .about__images img.about2 {
    position: absolute;
    top: 52px;       /* 下へのオフセット */
    left: 31%;
    width: 61%;
    height: auto;
    z-index: 0;
  }

  /* テキストブロックはそのまま下に表示 */
  .page-en .about__text {
    position: static;
    flex: none;
    width: 100%;
    padding: 0 10px;
	margin-top:53vw;
	  
  }
	.page-en .about__text p{
		line-height:1.4;
		padding-right:0;
		font-size:14px;
		letter-spacing:-0.1px;
		padding:0 12px;
			word-break: normal;
  	overflow-wrap: normal;
  	hyphens: none;

	}
	
	.page-en .about__text br {
    display: none;
  }
}



/* Services セクション */
.page-en .services {
	padding-top:8px;
}
.page-en .services__box {
  /* 既存のスタイル */
  display: flex;
  align-items: center;
  padding: 58px 41px;
  gap: 20px;
}
.page-en .services__text {
  flex: 1;
}
.page-en .services__text p {
  font-size: 25.3px;
  margin-bottom: 39px;
	color:#6d759a;
}
.page-en .services__text ul {
  margin: 0 52px;
  padding: 0;
}
.page-en .services__text li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "Noto Sans CJK JP", sans-serif;
	color:#515150;
	line-height:1.3;
}
.page-en .services__text li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #8b95ba;
}
.page-en .services__image img {
  width: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-en .services__box {
    flex-direction: column;
    padding: 15px 18px;
  }
  .page-en .services__image img {
    width: 100%;
  }
	
	.page-en .services__text p {
		font-size:16px;
		margin-bottom:18px;
	}
	.page-en .services__text ul {
		margin:0;
	}
	.page-en .services__text li {
		font-size:15px;
		line-height:1;
	}
}

/* Contact セクション */
.page-en .contact__info {
  text-align: center;
  /*margin: 60px 0;*/
  padding:43px 0;
}
.page-en .contact__info p {
  font-size: 25.3px;
  margin-bottom: 32px;
}
.page-en .contact__buttons {
  display: inline-flex;
  gap: 20px;
}
.page-en .contact__buttons .btn {
  display: inline-flex;
  align-items: center;

  /*padding: 12px 24px;*/
  border-radius: 40px;
  background: #c7b6ad;
	width:350px;
	height:80px;
  color: #515150;
  font-size: 35px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.page-en .contact__buttons .icon-phone,
.page-en .contact__buttons .icon-mail {
  font-size: 35px;
}
.page-en .contact__buttons .icon-phone img,
.page-en .contact__buttons .icon-mail img {
	height:49px;
}

@media screen and (max-width: 768px) {
	.page-en .contact__info {
		padding:24px 0;
	}
	.page-en .contact__info p {
		font-size:16px;
		        line-height: 1.2;
        padding: 0 30px;
		margin-bottom:16px;
	}
	.page-en .contact__buttons {
	  display: flex;
	  flex-direction:column;
	  gap: 20px;
		justify-content:center;
		align-items:center;

	}
	.page-en .contact__buttons .btn{
		width:300px;
		height:50px!important;
	}
	
	.page-en .contact__buttons  a,
	.page-en .contact__buttons  a {
	  font-size: 25px!important;
	}
	.page-en .contact__buttons .icon-phone img,
	.page-en .contact__buttons .icon-mail img {
		height:25px;
		    vertical-align: baseline!important;
	}
}

/* Access セクション */
.page-en .access {
	padding:0!important;
}

.page-en .access .section-title{
	margin-bottom:60px;
}
.page-en .access__content {
	display: flex;
    align-items: center;
    gap: 30px;
    height: 344px;
}


@media screen and (max-width: 768px) {
	.page-en .access .section-title{
		margin-bottom:30px;
	}

	.page-en .access__map{
		width:80%!important;
	}
	.page-en .access__map iframe {
		height: 240px !important;
	  }
	.page-en .access__content {
		display: flex;
		flex-direction:column;
		align-items: center;
		gap: 7px;
		height: 344px;
	}
}

.page-en .access__map {
  background: #e0e0e0;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
	flex:0.85;
}
.page-en .access__details {
  display: flex;
  gap: 68px;
  flex:1.15;
  flex-direction:column;
  margin:36px 36px 0;
}
.page-en .access__details h3 {
  font-size: 25px;
  margin-bottom: 10px;
  padding:4px 12px 6px;
  color:white;
  background-color:#ccc;
}
.page-en .access__details p,
.page-en .access__details li {
  margin-left:16px;  
  font-size: 16px;
  line-height: 2;
  list-style: disc!important;
}
.page-en .access__details ul {
  margin: 10px;
  padding: 10px;

}
.page-en .access__hours {
  margin-top: 87px;
  display: flex;
flex-direction:column;
	align-items:center;
  justify-content: center;
}
.page-en .hours-table {
  width: 80%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.page-en .hours-table th,
.page-en .hours-table td {
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
	align-content:center;
}
.page-en .hours-table th {
  background: #6d759a;
  color: #ffffff;
}
.page-en .hours-table td {
  border-bottom:1px solid #ccc;

}

.page-en .hours-table tbody tr > td:not(:first-child) {
  font-size: 31px;
  color: #6d759a;
}

.page-en .access__note {
  font-size: 16px;
  color: #666666;
}



@media screen and (max-width: 768px) {
  /* Access hours wrapper */
  .page-en .access__details {
	  padding:0;
	  gap:18px;
	  margin:0 24px 0;
  }
  .page-en .access__details h3 {
	  font-size:14px;
	  padding:3px 20px 4px;
   }
	.page-en .access__details ul{
		padding-top:0;
	}
	.page-en .access__details p,
.page-en .access__details li {
	margin:unset;
	font-size:15px;
	line-height:1.4;
	padding-bottom:1em;
	}
	.page-en .access__details br{
		display:none;
	}
	
.page-en .access__hours {

    margin-top: 188px!important;        /* 上部余白を少し狭く */
    align-items: center;    /* 横幅いっぱいに広げる */
  }

  /* テーブル全体 */
  .page-en .hours-table {
	padding:0 16px;
    margin-bottom: 16px;     /* 下部余白を広めに */
  }

  /* ヘッダーとセル */
  .page-en .hours-table th,
  .page-en .hours-table td {
    padding: 8px;            /* パディングを小さく */
    font-size: 12px;         /* ベースのフォントサイズを小さく */
  }

  /* 曜日ヘッダー */
  .page-en .hours-table th {
    font-size: 12px;         /* ヘッダーは少し大きめ */
  }

  /* 時間帯セル（1列目）は保持 */
  .page-en .hours-table tbody tr > td:first-child {
    font-size: 12px;
	  white-space:nowrap;
  }

  /* マーク部分（2列目以降）のフォントサイズと色 */
  .page-en .hours-table tbody tr > td:not(:first-child) {
    font-size: 20px;         /* SP向けに少し縮小 */
    color: #6d759a;
    line-height: 1;          /* 行高を詰める */
  }

  /* 注意書き */
  .page-en .access__note {
    font-size: 14px;         /* 注記も少し小さめ */
    padding: 3px 10px;         /* 横パディングを追加 */
    text-align: center;
  }
}


/* Payment & Insurance セクション */
.page-en .payment__content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 40px 80px;
}
.page-en .payment__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
}
.page-en .payment__image img {
  width: 362px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-en .payment__content {
    flex-direction: column-reverse;
	align-items:center;
	  margin:0 24px 80px;
  }
	.page-en .payment__text{
		line-height:1.4;
		font-family: "Noto Sans CJK JP", sans-serif;
		font-size:15px;
		letter-spacing:-0.6px;
	}
	.page-en .payment__text br {
		display: none;
	  }
	.page-en .payment__image 
	{
		text-align:center;
	}
  .page-en .payment__image img {
    width: 50%;
  }
}
