html,body{
	background-color:#263166;
}

a,p,div{
	color:#fff;
}
.h2-wrapper{
    margin-left: 20vw;
}

.h2-wrapper.h2-center{
    margin-left: 0;
    text-align: center;
}

h2.top-feature__title{
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #4a413e;
    background: #fff;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    padding: 0 35px 0 90px;
}

h2 span{
  font-size: 25px;
  font-weight: bold;
  color: #da6b7d;
}

h2.top-feature__title::before{
    position: absolute;
    content: "";
    background-image: url(../img/top/heading.png);
    width: 49px;
    height: 26px;
    top: 52%;
    left: 27px;
    transform: translateY(-50%);
}

.common-button{
  font-size: 20px;
}

@media (max-width: 750px){
.common-button{
  font-size: 18px;
}

}

/* 縦書き見出し */
.h2-wrapper.h2-vertical{
  display: contents;
}

h2.top-feature__title.h2-vertical-text{
  height: auto;
  line-height: initial;
  padding: 60px 15px 20px;
  writing-mode: vertical-rl;
}

h2.top-feature__title.h2-vertical-text:before {
    position: absolute;
    content: "";
    background-image: url(../img/top/heading.png);
    width: 49px;
    height: 26px;
    top: 34px;
    left: 16px;
}


@media (max-width: 750px){
.h2-wrapper {
    margin-left: 20px;
  }

  h2.top-feature__title{
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    padding: 0 30px 0 70px;
}

  h2.top-feature__title span{
    font-size: 22px;
  }

  h2.top-feature__title::before{
    left: 15px;
    transform: translateY(-50%) scale(0.8);
}
}
 span.pink{
  color:#da6b7d;
}

.catch-box{
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
}

.catch{
    background: #fff;
    color: #4a413e;
}

img{
  vertical-align:top;
}

section{
  position: relative;
  padding-top: 70px;
}

section::after {
    position: absolute;
    content: "";
    background-color:#e9dbb9;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

section.bg-cream{
  background: #fcfaf1;
}

section.bg-white{
  background: #fff;
}

.c-inner{
    width: 100%;
    max-width: 1560px;
    margin: auto;
    padding: 0 20px;
}

.vertical-text {
  writing-mode: vertical-rl;
}
@media (max-width: 600px){
.c-inner{
    padding: 0 10px;
}	
    .h2-wrapper {
        margin-left: 10px;
    }
}

/* モーション配慮 */
@media (prefers-reduced-motion: reduce){
  .sp-nav, body.fixed::before{ 
    transition: none; 
}
}


/* // =======================================
// メインビジュアル
// ======================================= */
.top-mv {
  width: 100%;
  padding-top: 70px;
}

section.top-mv::after {
  content: none;
}

.mv-inner{
  position: relative;
}

.mv-inner::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-mv-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37.5vw;
    height: 42.7vw;
    bottom: -20vw;
    left: 0px;
    z-index: 2;
}

.mv-inner::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-mv-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 39vw;
    height: 25vw;
    bottom: -8vw;
    right: -4vw;
    z-index:2;
}

.top-mv .c-innner{
  position:relative;
}

.top-mv img{
  object-fit: cover;
  width:100%;
}

.top-mv .catch-box{
    top: 8vw;
    right: 200px;
    gap: 10px;
}

.mv-catch{
    font-size: 40px;
    font-weight: bold;
    width: 90px;
    border-radius: 10px;
    white-space: nowrap;
    line-height: 90px;
    padding-top: 25px;
}

.mv-catch,
.mv-catch .pink,
.mv-catch .brown{
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 1300px){
.top-mv .catch-box{
    position: absolute;
    right: 100px;
}

.mv-catch,
.mv-catch .pink,
.mv-catch .brown{
  font-size: 35px;
}

  .top-mv .mv-catch {
    width: 75px;
    border-radius: 10px;
    line-height: 75px;
    padding-top: 20px;
}
}

@media (max-width: 1000px){
  .top-mv .catch-box {
    top:4vw;
  }

  .mv-catch,
  .mv-catch .pink,
  .mv-catch .brown{
  font-size: 28px;
  } 

  .top-mv .mv-catch {
    width: 55px;
    border-radius: 10px;
    line-height: 55px;
    padding-top: 20px;
}
}

@media (max-width: 750px){
.top-mv {
    padding-top: 30px;
}

.top-mv .text-box {
  top:22vw;
  right: 50px;
}

  .top-mv .mv-catch {
    width: 70px;
    line-height: 70px;
}

.mv-inner::before {
    transform: scale(1.6);
}
.mv-inner::after{
    transform: scale(1.6);
}
}
@media (max-width: 500px){
  .mv-catch,
  .mv-catch .pink,
  .mv-catch .brown{
  font-size: 24px;
  } 

  .top-mv .mv-catch {
      padding-top: 15px;
  }


  .top-mv .catch-box {
    top: 10vw;
    right: 20px;
  }

  .top-mv .mv-catch {
    width: 50px;
    line-height: 50px;

}
}
/* iphone5/se 専用 */
@media (max-width: 375px){
  .top-mv .text-box {
      right: -5px;
      top:32vw;
  }

  .top-mv .mv-catch {
    width: 40px;
    line-height: 40px;
    padding-top: 8px;
  }
}

/* // =======================================
// 妙見寺について
// ======================================= */
.top-about{
  padding: 250px 0 90px;
  background: #263166;
}

.top-about .img-box{
    position: relative;
    width: 100%;
    z-index: 3;
}

.top-about .img-box img{
  border-radius: 100px;
  border: 4px solid #fff;
}

.top-about .text-box{
    text-align: center;
    max-width: 800px;
    margin: 60px auto 0;
}

.top-about .text-box p{
  display:inline-block;
  text-align: left;
	    color: #fff;
}

.top-about .button {
    display: block;
    position: relative;
    border-radius: 100px;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #d07987;
    margin: 90px auto 0;
}

@media (max-width: 750px){
.top-about{
  padding: 250px 0 200px;
}
  .top-about .img-box img{
    aspect-ratio: 7 / 6;
}

.top-about .text-box {
    text-align: center;
    max-width: 800px;
    margin: 15px auto 0;
}

.top-about .button {
    margin: 50px auto 0;
}
}

@media (max-width: 600px){
	.top-about{
	padding: 120px 0 80px;	
	}
.top-about .img-box img{
  border-radius: 60px;
}
}

/* // =======================================
// 妙見寺の特徴
// ======================================= */
.top-feature{
 padding-bottom: 200px;
}

.top-feature:before{
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-cloud.png);
    width: 656px;
    height: 484px;
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 34vw;
    height: 25.2vw; */
    top: 0;
    right: -5.2vw;
}

.top-feature .c-inner{
  margin-top: 150px;
} 

/* リストを3カラム（可変） */
.feature-list{
  list-style: none; margin: 0; padding: 0;
  display: grid; 
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}

/* カード本体 */
.feature-card{
  position: relative;
  overflow: visible;
}

.feature-card__frame{
    background: #fff;
    border: 4px solid #e0ddc2;
    border-radius: 80px;
    overflow: hidden;
    margin: auto;
    aspect-ratio: 5 / 7;
    max-width: 500px;
}

.feature-card::before{
    position: absolute;
    content: "";
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/* 大きな番号（擬似） */
.feature-card-01::before{
    background-image: url(../img/top/feature-number-01.png);
    width: 78px;
    height: 67px;
}
.feature-card-02::before{
    background-image: url(../img/top/feature-number-02.png);
    width: 91px;
    height: 67px;
}
.feature-card-03::before{
    background-image: url(../img/top/feature-number-03.png);
    width: 91px;
    height: 67px;
}

/* 画像はアスペクト比固定で統一 */
.feature-card__figure{
  aspect-ratio: 1.36/1;
  overflow: hidden;
}
.feature-card__figure img{
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block;
}

/* 本文領域 */
.feature-card__body{ 
  position:relative;
  padding: 20px 22px 28px; 
  text-align: center; 
}

.feature-card__badge{
    position: absolute;
    top: -20px;
    left: 50%;
    height: 45px;
    line-height: 45px;
    transform: translateX(-50%);
    padding: 0 40px;
    background: #fff;
    color: #a39b58;
    border-radius: 10px;
    border: 2px solid #a39b58;
    font-weight: bold;
}

.feature-card__heading{
    display: inline-block;
    padding: 10px 24px;
    margin: 20px 0;
    background: #d07987;
    color: #fff;
    border: 1px solid #e0ddc2;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 20px;
    white-space: nowrap;
}

.feature-card__text{
    display: inline-block;
    color: #4a413e;
    line-height: 1.7;
    max-width: 380px;
    margin: auto;
    text-align: left;
}

@media (max-width: 1300px){
  .feature-list{ 
    grid-template-columns: repeat(2, minmax(0,1fr));
	justify-content: center;  
   }

  .feature-card__frame {
      aspect-ratio: 5 / 8;
  }

  .feature-card-03{
    left: 50%;
    top: 15%;
  }
}
@media (max-width: 750px){
.top-feature{
 position: relative;
 padding: 70px 0 100px;
}

.top-feature:before{
    width: 34vw;
    height: 25.2vw;
}

.top-feature:before {
    top: 10vw;
    right: 4.8vw;
    transform: scale(1.8);
}

  .feature-list{ 
    grid-template-columns: 1fr; 
    gap: 100px; 
  }

  .feature-card::before {
      top: -80px;
      left: 50%;
  }

  .feature-card__frame {
    aspect-ratio: initial;
}

  .feature-card-03 {
    top: 0;
    left: 0;
  }
}

@media (max-width: 500px){
    .top-feature {
        padding: 70px 0 80px;
    }
	.feature-card__frame {
	border-radius: 40px;	
	}
.feature-card__figure {
    aspect-ratio: 1.7 / 1;
    overflow: hidden;
}

.feature-card__badge,
.feature-card__heading{
  font-size: 18px;
	
}
	.feature-card__heading{
	    margin: 18px 0 8px;	
	}
.feature-card-01 img{
    height: auto;
}

  .feature-card::before {
    transform: translateX(-50%) scale(0.8);
}
}

/* // =======================================
// 紹介動画
// ======================================= */
.top-movie{
  padding-bottom: 150px;
}

.top-movie .c-inner {
  position: relative;
  margin-top: 50px;
  max-width: 1400px;
}

.top-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.top-movie:before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-cloud.png);
    width: 656px;
    height: 484px;
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 34vw;
    height: 25.2vw; */
    top: 0;
    left: -5.2vw;
}

@media (max-width: 750px) {
.top-movie {
    position: relative;
    padding: 70px 0 120px;
}

.top-movie:before {
    width: 34vw;
    height: 25.2vw;
    top: 13.3vw;
    left: -5.2vw;
    transform: scale(2.0);
}
}

@media (max-width: 500px) {
    .top-movie {
        padding: 70px 0 80px;
    }	
}
/* // =======================================
// お申し込みの流れ
// ======================================= */
.top-application-flow {
    padding-bottom:180px;
}

.top-application-flow::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus-cloud-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 656px;
    height: 484px;
    /* width: 34.1vw;
    height: 25.2vw; */
    top: 9vw;
    right: 0;
}

.top-application-flow::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus-cloud-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 656px;
    height: 554px;
    /* width: 34.1vw;
    height: 25.2vw; */
    bottom: 12vw;
    left: -160px;
    background-color: #ffffff00;
}
.top-application-flow .c-inner{
    max-width: 1000px;
    margin-top: 120px;
}

.flow-list{ 
  counter-reset: step;
 }

.flow-item{
  display: grid;
  grid-template-columns: 45% 55%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  border: 4px solid #e9dbb9;
  overflow: hidden;
  background: linear-gradient(#263166 0 100px, #ffffff 0);
}

.flow-img{ 
  overflow: hidden; 
  border-radius: 0 150px 150px 0;
  z-index: 2;
}

.flow-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow-img-01 img{
    transform: scale(2.0);
    object-position: -30px -40px;
}
.flow-img-02 img{
    transform: scale(1.2);
    object-position: 18px -5px;
}
.flow-img-03 img{
    transform: scale(2.2);
    object-position: center -20px;
}
.flow-img-04 img{
    transform: scale(1.1);
    object-position: 15px -45px;
}

.flow-content{
  display: grid;
  grid-template-rows: 100px 1fr;
}

.flow-title{
  position: relative;
  margin: 0;
  background: #263166;
  color: #fff;
  display: flex;
  align-items: flex-end; 
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
}

.flow-title::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 200%;
  height: 4px;
  background: #e0ddc2;
  z-index: 0;
}

/* 本文 */
.flow-text{
  color: #4a413e;
  padding: 24px;
}

/* 枠の上の丸番号（今のまま利用） */
.flow-item__frame{
    position: relative;
    height: 330px; 
    z-index: 1;
  }

.flow-item__frame::before{
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  background: #263166; color:#fff;
  border: 4px solid #e9dbb9;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 36px; 
  font-weight: bold;
  z-index: 2;
}

.flow-list > .flow-item__frame:not(:first-child){ 
  margin-top: 150px; 
}

.top-application-flow .button {
    display: block;
    position: relative;
    border-radius: 100px;
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background-color: #d07987;
    margin-bottom: 10px;
}

@media (max-width: 1000px){
.flow-item {
    grid-template-columns: 50% 50%;
}

}

@media (max-width: 750px){
  .flow-item{
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "img"
      "text";
    background: #fff; 
  }

  .flow-list > .flow-item__frame:not(:first-child) {
    margin-top: 100px;
}

.flow-img{ 
  grid-area: img; 
}

.flow-content{ 
  display: contents;
 }

.flow-title{ 
    grid-area: title;
    height: 100px;
    line-height: 100px;
    padding-top: 10px;
    text-align: center;
    display: block;
}

.flow-text { 
    grid-area: text;
    padding: 0 20px;
    height: 150px;
    margin-top: 30px;
}

  .flow-img{
    aspect-ratio: 1.775 / 1;
    border-radius: 0 ;
  }

  .flow-title::after{
    content: none;
  }

  .flow-item__frame{
    height: auto;
  }

  .flow-item__frame::before{
    width: 80px; 
    height: 80px; 
    top: -40px;
    font-size: 28px;
  }

.top-application-flow .button {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto 20px;
}

.flow-img-01 img {
    transform: scale(1.6);
    object-position: center -95px;
}
}

@media (max-width: 600px){
.flow-img-01 img {
    transform: scale(1.6);
    object-position: center -50px;
}
.top-application-flow .c-inner {
    margin-top: 80px;
}
	.flow-text{
	        padding: 0px 20px 40px;
        height: auto;	
	}
.top-application-flow {
    padding-bottom: 80px;
}
	.flow-list > .flow-item__frame:not(:first-child){
	        margin-top: 60px;	
	}
}

/* // =======================================
// ご案内
// ======================================= */
.top-guide{
  padding-bottom: 130px;
}

.top-guide:before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus-02.png);
    width: 349px;
    height: 177px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -100px;
    left: 0;
    z-index: 1;
}

.top-guide:after {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus-03.png);
    width: 507px;
    height: 306px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -70px;
    left: initial;
    right: 0;
    background-color: #ffffff00;
    z-index:1;
}

.top-guide .c-inner{ 
  margin-top: 60px; 
}

.top-guide .c-inner > p {
  text-align: center;
}

/* ------- 上段：画像グリッド ------- */
.top-guide .guide-grid{
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

/* タイル共通 */
.top-guide .guide-item{
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  overflow: hidden;
  border: 4px solid #e9dbb9;
  max-width :500px;
  margin: auto;
}

.top-guide .guide-item img{
  object-fit: cover;
  display: block;
}

/* タイル上の縦ラベル */
.top-guide .guide-item .vertical-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d07987;
    font-size: 25px;
    color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    letter-spacing: .05em;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
}

/* 横長（1枚分の段落けている大画像） */
.top-guide .guide-item.wide{
    grid-column: 1 / -1;
    aspect-ratio: auto;
    border-radius: 50px;
    max-width: 850px;
    height: auto;
    margin: 70px auto 0;
}

/* ------- 下段：2カラム（幅いっぱい） ------- */

.top-guide .guide-bottom{
  width: 100%;          /* innerより広く */
  margin: 250px auto 0;
  display: flex;
  align-items: center;
  gap: 48px;
}

.top-guide .guide-bottom__img{
  flex: 0 0 62%;
  position: relative;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  background: #eee;
}

.top-guide .guide-bottom__img img{
  width: 100%;
  height: auto;
  display: block;
}

/* 右側のテキスト列 */
.top-guide .guide-bottom__content{
  position: relative;
  flex: 1 1 38%;
  color: #fff;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
}
.top-guide .guide-bottom__content p{
color:#fff;	
}

.top-guide .guide-bottom .catch-box{
    position: absolute;
    top: 3.125vw;
    right: 9.375vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    gap: 10px;
}

.top-guide .guide-bottom .guide-catch{
  font-size: 30px;
  right: 28px;
  top: 32px;
  padding: 14px 12px;
  border-radius: 5px;
  font-weight: bold;
}
.top-guide .guide-bottom .guide-catch + .guide-catch{
  top: 32px;
  right: 88px;
}
.top-guide .guide-bottom .guide-catch .pink{ 
  color:#da6b7d; 
  font-size: 30px;
  font-weight: bold;
}

.top-guide .guide-bottom .button{
    display: block;
    position: relative;
    border-radius: 100px;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #d07987;
}

@media (max-width: 1200px){
  .top-guide{
  padding-bottom: 170px;
  }

  .top-guide:before {
    width: 29vw;
    height: 14.75vw;
}

.top-guide:after {
    width: 42.2vw;
    height: 25.5vw;
}

  .top-guide .guide-grid{ 
    gap: 18px; 
  }
  .top-guide .guide-item.wide {
    margin: 0 auto 0;
}
  .top-guide .guide-bottom{
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 120px auto 0;
  }
  .top-guide .guide-bottom__img{
    margin-bottom: 24px;
    border-radius: 30px;
  }
  .top-guide .guide-bottom .catch-box{
    right: initial;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-guide .guide-bottom__content {
    gap: 50px;
    align-items: center;
  }
    .top-guide .guide-bottom .guide-catch,
    .top-guide .guide-bottom .guide-catch .pink {
      font-size: 22px;
  }
  .top-guide .guide-bottom .button {
      margin: auto;
  }
}

@media (max-width: 1000px){
  .top-guide .guide-grid{
    grid-template-columns: repeat(2, 1fr);
  }
    .top-guide:before {
      bottom: -50px;
}

.top-guide:after {
bottom:-50px;
}
}

@media (max-width: 750px){
.top-guide .guide-item .vertical-text {
    font-size: 22px;
}
}

@media (max-width: 600px){
.top-guide{
	        padding-bottom: 80px;	
	}
.top-guide .guide-item .vertical-text {
    font-size: 18px;
}

.top-guide .c-inner {
    padding: 0 10px;
}

    .top-guide .guide-grid{
    gap:5px;
    margin-top: 40px;	
  }

  .top-guide .guide-bottom .catch-box {
    top: 10px;
  }
    .top-guide .guide-bottom .guide-catch, 
    .top-guide .guide-bottom .guide-catch .pink {
      font-size: 18px;
  }
	.top-guide .guide-bottom{
margin: 100px auto 0;		
	}
}

@media (max-width: 500px){
.top-guide .guide-item .vertical-text {
  padding: 10px;
}

.top-guide .guide-item span.mini-text{
  font-size: 14px;
}

.top-guide .guide-bottom .catch-box {
  top: 50px;
  gap: 5px;
}

.top-guide .guide-bottom__img img {
    height: 400px;
    object-fit: cover;
}

  .top-guide .guide-bottom .guide-catch{
    padding: 7px;
  }

.top-guide .pc-br{
  display: none;
}
}

/* // =======================================
// アクセス
// ======================================= */
.top-access{
  padding-top: 200px;
}

.top-access::after{
  content: none;
}

.top-access .c-inner {
    max-width: 1600px;
}

.top-access .access-grid{
  display: grid;
  grid-template-columns: 1fr 1.05fr; /* 右を少し広め */
  gap: 20px;
  align-items:center;
}

/* 左カラム */
.top-access h2{
    font-size: 30px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    color: #4a413e;
    display: block;
    font-size: 30px;
    background: none;
    height: auto;
    line-height: initial;
    padding: 0;
    text-align: center;
}
.top-access h2::before{
  content: none;
}

.top-access .access-address{
  margin: 0 0 24px;
  line-height: 1.9;
  color: #4a413e;
  text-align: center;
}

.top-access .button-area {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: fit-content;
}

.top-access .button-area .button {
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* TELブロック */
 .access-tel{
  position:relative;
  margin: 60px 0 28px;
  text-align: center;
}

 .acess-tel-text{
  display: inline-block;
  text-align: left;
}


 .access-tel .lotus{
  width: 92px; 
  height: auto;
}

 .access-tel .tel-label{
  letter-spacing: .08em; 
  color: #80bf72;
	font-weight: 600;
}
 .access-tel .tel-number{
  font-size: 24px;
  font-weight: bold;
  color: #80bf72;
  text-decoration: none;
}
 .access-tel .tel-number ruby{
    color: #80bf72;
    font-size: 24px;
    font-weight: bold;
}
 .access-tel .tel-number ruby rt{
    color: #4a413e;
    font-size: 12px;
}

 .access-tel .tel-note{
  position: relative;
  color: #4a413e; 
  margin-top: 4px;
}

 .access-tel .tel-note::before{
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 117px;
    height: 89px;
    bottom: 0;
    left: -160px;
}

/* アクセス手段 */
.top-access .access-howto{ 
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  display: grid;
  gap: 22px;
  }
.top-access .howto{ 
  display: grid;
  column-gap: 16px;
  align-items: start;
  margin: 0;
}
.top-access .howto dt{
  position: relative;
  font-weight: 700;
  margin: 0 0 8px;
  padding-left: 18px;
  color: #4a413e;
}
.top-access .howto dt::before{
  content:"";
  position: absolute;
  left: 0; 
  top: .2em;
  width: 4px; 
  height: 1.15em;
  background: #d07987;
}
.top-access .howto dd{
  margin: 0; 
  line-height: 1.9; 
  color: #4a413e;
}

/* 右カラム：地図 */
.access-map{
  border: 2px solid #d7d7e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.access-map img{
  display: block;
  width: 100%; height: auto;
}

.top-access .g-map{
  margin-top: 80px;
}
.g-map iframe{
  width: 100%;
  vertical-align: top;
}

@media (max-width: 1000px){
  .top-access {
    padding-top: 110px;
}
  .top-access .access-grid{ 
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "addr"
      "cta"
      "tel"
      "map"
      "howto";
    gap: 0;
  }

  .top-access .access-info{
    display: contents; 
  }
  .top-access .access-title{   
    grid-area: title;  
  }
  .top-access .access-address{ 
      grid-area: addr;
      margin: 24px 0;   }
  .top-access .button-area{    
    grid-area: cta;    
  }
  .top-access .access-tel{     
    grid-area: tel;
    margin: 35px 0;
    text-align: center;    
  }
  .top-access .access-map{     
    grid-area: map;    
  }
  .top-access .access-howto{   
    grid-area: howto;  
    margin-top: 70px;
  }

  .top-access .access-cta{
    flex-direction: column;
    align-items: flex-start;
  }
.top-access .access-tel .tel-note::before {
    width: 11.7vw;
    height: 8.9vw;
    left: -16vw;
}
}

@media (max-width: 750px){
       .top-access .button-area .button.reserve::before {
        top: 16px;
    }
       .top-access .button-area .button.contact::before {
        top: 21px;
    }
  }

/* // =======================================
// ごあいさつ
// ======================================= */
  .top-greeting{
    padding-bottom: 120px;
  }

  .top-greeting:before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-cloud.png);
    width: 656px;
    height: 484px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 80px;
    left: -250px;
}

  .top-greeting:after {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-cloud.png);
    width: 656px;
    height: 484px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    left: initial;
    right: 0;
    background-color: #ffffff00;
}

  .top-greeting .c-inner {
    margin-top: 70px;
  }

.greeting-grid{
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 20px;
    align-items: center;
    margin-right: 85px;
    position: relative;
    z-index: 1;
  }

  .greeting-text {
    border: 6px solid #cac89a;
    outline: 2px solid #cac89a;
    outline-offset: -12px;
    border-radius: 89px;
    padding: 50px;
    background-color: #263166;
  }
.greeting-text p{
color:#fff;	
}
  .greeting-text > P:not(:last-child){
    margin-bottom:  40px;
  }
  .greeting-text > P.name-text{
    text-align: right;
  }

  .greeting-img {
    position: relative;
    max-width: 600px;
    border-radius: 50px;
    aspect-ratio: 1 / 1.24;
  }

  .greeting-img::before{
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus-w.png);
    background-repeat: no-repeat;
    background-size: contain;
width: 315px;
    height: 130px;
    bottom: -50px;
    right: -100px;
}

    .greeting-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
  }

  @media (max-width: 1200px){
.greeting-grid{
    grid-template-columns: 1fr;
    gap: 60px;
    margin-right: 0;
  }

  .top-greeting:before {
    bottom: initial;
    left: -250px;
    top: 25px;
}

  .top-greeting:after {
    top: 700px;
    bottom: initial;
    left: initial;
    right: -120px;
  }

  .greeting-text {
    order: 2;
    padding: 50px 30px;
  }

  .greeting-img {
    order: 1;
    width: 85%;
    margin: auto;
  }

  .greeting-img::before {
    right: -70px;
    transform: scale(0.9);
  }
}

  @media (max-width: 600px){
    .top-greeting:before {
    transform: scale(0.7);
}

    .top-greeting:after {
        top: 400px;
        right: -250px;
        transform: scale(0.7);
    }

      .greeting-img::before {
      right: -70px;
      transform: scale(0.6);
  }

    .greeting-text {
    border: 4px solid #cac89a;
    outline: 1px solid #cac89a;
    border-radius: 50px;
padding: 50px 10px;	
	    outline-offset: -8px;	
  }
.top-greeting {
    padding-bottom: 0px;
}
	  .greeting-text > P:not(:last-child){
		margin-bottom: 15px;  
	  }
}

/* // =======================================
// お問い合わせ
// ======================================= 
.top-contact{
  padding-top: 0;
  margin-top: 100px;
  background-image: url(../img/top/t-contact-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 670px;
}

.top-contact::after {
  content: none;
}

.top-contact .h2-wrapper{
  padding-top: 60px;
}

.top-contact .c-inner {
    max-width: 900px;
    margin: 50px auto 0;
}

.top-contact .contact-box{
    padding: 80px 20px 70px;
    text-align: center;
    background: #ffffffcc;
    border-radius: 50px;
}

.top-contact p{
  color:#4a413e;
  font-weight: bold;
  line-height: 1.8;
}
.top-contact .button-area {
    margin: 30px auto 20px;
}

.top-contact .access-tel {
    margin: 0;
}

.top-contact .access-tel .tel-note::before {
  content: none;
}

 .top-contact .access-tel .tel-label{
  font-weight: bold;
  letter-spacing: .08em; 
  color:#4a413e;
}
 .top-contact .access-tel .tel-number{
  font-size: 24px;
  font-weight: bold;
  color: #4a413e;
  text-decoration: none;
}

 .top-contact .access-tel .tel-note{
  position: relative;
  font-weight: bold;
  color: #4a413e; 
  margin-top: 4px;
}

  @media (max-width: 1200px){
    .top-contact .h2-wrapper {
        padding-top: 30px;
    }
  }

  @media (max-width: 750px){
    .top-contact .h2-wrapper {
    margin-left: 0;
    text-align: center;
  }

.top-contact {
    background-position: -800px 0;
}
}
  @media (max-width: 600px){
.top-contact {
    background-position: -950px 0;
}
	  .top-contact .button-area{
    flex-direction: column;
    align-items: center;		  
	  }
.top-contact .button-area a{
        width: 100%;
        font-size: 4.5vw;
        max-width: 230px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* // =======================================
// instagram
// ======================================= */
.top-instagram{
  padding-bottom: 150px;
}

.top-instagram .c-inner{
  margin-top: 70px;
}

.top-instagram .button-area{
  background: #fff;
  padding: 10px;
}

.top-instagram .button{
  width: auto;
  padding: 0 30px;
  border-radius: 5px;
}

.button.load{
  background: #333;
  font-family: 'shippori-mincho';
}
.button.follow{
  background: #408bd1;
  padding: 0 20px 0 50px;
  font-family: 'shippori-mincho';
}

.button.follow::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/instagram-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 22px;
    left: 18px;
}

  @media (max-width: 750px){
    .button.follow::before {
    top: 14px;
}
}
@media (max-width: 600px){
.top-instagram .c-inner {
    margin-top: 30px;
}	
.top-instagram {
    padding-bottom: 70px;
}
}


/* // =======================================
// 販売代理店募集
// ======================================= */
.top-agency{
  padding-bottom: 60px;
}

.top-agency:before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-cloud.png);
    width: 656px;
    height: 484px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: -200px;
    transform: scale(0.9);
}

.top-agency .top-agency-bg{
  position:relative;
    padding-top: 0;
    background-image: url(../img/top/t-agency-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 598px;
    border-radius: 70px;
}

.top-agency .h2-wrapper{
  position: absolute;
  top:90px;
  left: 14.58vw;
  margin-left: 0;
}

.top-agency .catch-box{
  top: 20px;
  right: 23.75vw;
  gap: 10px;
}

.agency-catch,
.agency-catch .pink{
   font-weight: bold;
}

.agency-catch{
  padding: 14px 12px;
  border-radius: 5px;
}

.top-agency .button {
    display: block;
    position: relative;
    border-radius: 100px;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #d07987;
    margin: 50px auto 0;
}

  @media (max-width: 750px){
.top-agency:before {
      left: -350px;
      bottom: -65px;
      transform: scale(0.7);
  }

.top-agency .h2-wrapper{
  position: absolute;
  top:90px;
  left: 50%;
  transform: translateX(-50%);
}

.h2-vertical-text:before {
    left: 12px;
}

  .top-agency .catch-box{
  top:110px;
  right: 9.3vw;
}

.agency-catch,
.agency-catch .pink{
   font-size: 22px;
   font-weight: bold;
}
}

  @media (max-width: 500px){
.top-agency .top-agency-bg{
    height: 400px;
	        background-size: cover;
}

.top-agency:before {
      left: -300px;
      bottom: -65px;
      transform: scale(0.6);
  }

.top-agency .catch-box {
    right: 4vw;
}
.agency-catch,
.agency-catch .pink{
   font-size: 16px;
}
.agency-catch {
    padding: 12px 7px;
}
}

/* // =======================================
// 採用情報
// ======================================= */
.top-recruit{
  padding-bottom: 260px;
}

.top-recruit::after {
  content: none;
}

.top-recruit:before {
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-cloud.png);
    width: 656px;
    height: 484px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: -80px;
    transform: scale(0.9);
}

.top-recruit .top-recruit-bg{
  position:relative;
    padding-top: 0;
    background-image: url(../img/top/t-recruit-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 598px;
    border-radius: 70px;
}

.top-recruit .h2-wrapper{
  position: absolute;
  top:90px;
  left: 14.58vw;
  margin-left: 0;
}

.top-recruit .catch-box{
  top: 20px;
  right: 23.75vw;
  gap: 10px;
}

.agency-catch,
.agency-catch .pink{
   font-size: 25px;
   font-weight: bold;
}

.agency-catch{
  padding: 14px 12px;
  border-radius: 5px;
}

.top-recruit .button {
    display: block;
    position: relative;
    border-radius: 100px;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #d07987;
    margin: 50px auto 0;
}

  @media (max-width: 750px){
.top-recruit:before {
        right: -170px;
        bottom: 150px;
      transform: scale(0.7);
  }

.top-recruit .h2-wrapper{
  position: absolute;
  top:90px;
  left: 50%;
  transform: translateX(-50%);
}

.h2-vertical-text:before {
    left: 12px;
}

  .top-recruit .catch-box{
  top:110px;
  right: 9.3vw;
}

.agency-catch,
.agency-catch .pink{
   font-size: 22px;
   font-weight: bold;
}
}

  @media (max-width: 500px){
	
	  .top-recruit{
		    padding-bottom: 0px;  
	  }
.top-recruit .top-recruit-bg {
    height: 400px;
    background-position: center -10px;
        background-size: cover;
}

.top-recruit:before {
      right: -250px;
      bottom: 80px;
      transform: scale(0.6);
  }

.top-recruit .catch-box {
    right: 4vw;
}
.agency-catch,
.agency-catch .pink{
   font-size: 16px;
}
.agency-catch {
    padding: 12px 7px;
}
}

/* お客様の声 */
.customer-voice .voice-card {
  display: flex;
  flex-direction: row-reverse;
}

.customer-voice h4.voice-card__title {
  color: #263166;
}