@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
html body{
    font-family: 'Zen Maru Gothic', sans-serif;
}
/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/
html {
    font-size: 62.5%;
    
}
p{
    font-size: 1.6rem;
    font-weight: 500;
}
img{
    max-width: 100%;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
.pc { 
    display: none !important;
}
.br-pc{
    display: none;
}
/*-----共通設定ここまで-----*/

/*-----共通設定ここまで-----*/

/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #002754;
  border-radius: 50%;
  z-index: 1;
  }

  /* Font Awesome */
  /*#page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: '\f106';
  font-size: 40px;
  color: rgb(255, 255, 255);
  position: absolute;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  }*/

#page_top::before{
  position: absolute;
  top:22%;
  left: 27%;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../img/angle-up-solid_white.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}


/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative;
}
#first-view .btn-top {
    position: absolute;
    width: 65%;
    height: auto;
    bottom: 6%;
    right: 0;
    left: 0;
    margin: auto;
  }
.btn-top img{
    max-width: 100%;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background-color: #eeede7;
    text-align: center;
}
.targeting-wrapper{
    padding: 0 2.0rem 3.0rem;
}
.targeting-tittle{
    position: relative;
}
.targeting-tittle .sp {
    position: absolute;
    top: 4rem;
    left: 0;
    max-width: 51%;
    right: 0;
    margin: auto;
  }
.tittle-img{
    padding-top: 10.0rem;
}
.targeting-box-01{
    margin-bottom: 0.5rem;
}
.targeting-box-02{
    margin: 2.7rem 0 2.2rem 0;
}
.targeting-box-02 img{
    max-width: 80%;
}
.targeting-box-02 p{
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.5;
}
img.btn-text.btn-text01 {
    max-width: 80%;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr{
    text-align: center;
    background: url("../img/pr-bg-sp.png")no-repeat center center / cover;
}
.pr-wrapper{
    padding: 1.5rem 2.0rem 4.0rem 2.0rem;
}
.pr-tittle{
    margin-bottom: 14.9rem;
}
.pr-box-right, .pr-box-left{
    background-color:#e3dfd5;
    padding: 6.9rem 1.8rem 1.5rem 1.8rem;
    text-align: left;
}
.pr-box-right{
    display: flex;
    flex-direction: column;
}
.pr-item{
    order: 2;
}
.pr-img{
    order: 1;
}
.pr-box-left{
     margin: 14.6rem 0;
}
.pr-img{
    margin-top: -17.5rem;
}

.pr-text-img{
    margin: 1.5rem 0;
    text-align: left;
}
.pr-item p{
    text-align: left;
    line-height: 1.5;
}
.pr-btn{
    margin-top: 3.5rem;
}
img.btn-text {
    width: 100%;
    margin-bottom: 0.5rem;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step {
    background-color: #e3dfd5;
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
    padding: 8rem 2.0rem 9rem 2.0rem;
    text-align: center;
  }
.step-tittle {
    margin-bottom: 3.6rem;
    max-width: 45%;
    margin-right: auto;
    margin-left: auto;
  }

#step .btn {
    gap: 8px;
  }
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
    text-align: center;
}
.list-wrapper{
    padding: 3.0rem 2.0rem 3.5rem 2.0rem;
}
.list-tittle p{
    margin: 1.5rem auto 3.2rem;
    border-bottom: 2px solid #000000;
    padding-bottom: 1.1rem;
    text-align: left;
    line-height: 1.4;
}
.list-box{
    background-color: #e3dfd5;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
}
.list-box img {
    max-width: 50%;
}
.list-item{
    margin-bottom: 2.0rem;
}
.list-item img{
    max-width: 50%;
}
.list-item p{
    text-align: left;
    line-height: 1.3;
    font-size: 1.6rem;
    
}
.list-col{
    background-color: #ffffff;
    text-align: left;
    padding: 0.7rem 0.8rem;
    margin: 1.2rem 5.0rem;  
}
.list-text{
    margin-bottom: 2.7rem;
}
.list-text h1{
    font-size: 1.9rem;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 1.0rem;
    margin-bottom: 1.5rem;
}
.list-text p{
    line-height: 1.4;
    text-align: left;
}


/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background-color: #ffffff;
    text-align: center;
}
.gallery-wrapper{
    padding: 2.9rem 2.0rem 4.3rem 2.0rem;
}
.gallery-tittle{
    margin-bottom: 6.0rem;
}
.gallery-tittle-box{
    align-self: center;
    text-align: left;
}
.gallery-tittle-box p{
    line-height: 1.7;
}
.gallery-tittle-box img{
    margin-bottom: 1.6rem;
}
.gallery-item01{
    border-bottom: 2px dashed #000000;
    margin-bottom: 3.0rem;
    padding-bottom: 3.0rem;
}
.gallery-item02:nth-of-type(-n+2){
    border-bottom: 2px dashed #000000;
    margin-bottom: 3.0rem;
    padding-bottom: 3.0rem;
}
.gallery-item p{
    text-align: left;
    margin: 0 2.5rem;
    line-height: 1.5;
}
.gallery-item img{
    margin-bottom: 1.2rem;
}
.tensen {
    border-bottom: 2px dashed #000000;
    margin: 3rem 0;
  }

/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg-sp.png")no-repeat center center / cover;
    text-align: center;
    margin-top: -50px;
}
.closing-wrapper{
    padding: 5rem 2.0rem 1.5rem 2.0rem;
}
.closing-box{
    background-color: rgba(255,255,255,0.85);
    padding: 2.0rem 3.4rem 5.0rem;
    margin: 3.0rem 0 2.0rem 0;
}
.closing-left {
    text-align: left;
    max-width: 350px;
    margin: 0 auto 2rem auto;
}

.closing-left p{    
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 2.2rem;
}
p#telnum {
    font-size: 2.0rem;
    margin-top: 0.5rem;
}
p.address {
    margin: 0.7rem 2.rem;
}
.closing-right{
    margin-top: 1.5rem;
    margin: 0 auto;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.closing-area-2{
    background: url("../img/closing-bg02-sp.png")no-repeat center center / cover;
    text-align: center;
    padding: 1.2rem 2.0rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background-color: #e7e9de;
    text-align: center;
}
.qa-wrapper{
    padding: 3.5rem 2.0rem 3.0rem 2.0rem;
}
.qa-tittle{
    margin-bottom: 5.2rem;
}
.qa-box{
    margin-bottom: 6.3rem;
    position: relative;
}
.qa-box p{
    text-align: left;
}
.qa-item-Q {
    position: absolute;
    top: -8%;
    left: 6%;
    display: flex;
    justify-content: center;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0.5rem;
}

.qa-item-Q p{
    align-self: center;
    font-size: 1.6rem;
    font-weight: 600;
    
}
.qa-item-Q img{
    max-width: 7%;
    align-self: flex-start;
}
.qa-item-A {
    background-color: #ffffff;
    padding: 3.7rem 1.5rem 1.5rem 1.5rem;
    border: 2px solid #000000;
}
.qa-item-A p{
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 600;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    text-align: center;
}
.voice-wrapper{
    padding: 4.0rem 2.0rem;
}
.voice-tittle{
    margin-bottom: 3.1rem;
}
.voice-tittle img{
    max-width: 50%;
}
.voice-box img:nth-of-type(-n+4){
    margin-bottom: 7.0rem;
}
.voice-box02{
    background: url("../img/voice-bg-sp.png")no-repeat top center / cover;
    padding: 0 2.0rem 4.0rem 2.0rem;
}
.voice-box02 p{
    margin: 1.8rem 0 2.0rem 0;
    text-align: left;
    line-height: 1.4;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*merit<!--MR->*/
/**/
/**/
/**/
#merit{
    background-color: #275b81;
    text-align: center;
}
.merit-in{
    background: url("../img/merit-bg.png")no-repeat center center / cover;
    clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
}
.merit-wrapper{
    padding: 12.7rem 2.0rem 10.3rem 2.0rem;
}
.merit-tittle{
    margin-bottom: 1.4rem;
}
.merit-item{
    background-color: rgba(255,255,255,0.76);
    padding: 1.0rem;
    margin-bottom: 2.1rem;
    text-align: left;
    
}
.merit-item h2{
    font-size: 1.9rem;
    font-weight: 500;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    margin-bottom: 1.5rem;
    display: inline-block;
}
.merit-item p{
    font-size: 1.9rem;
    font-weight: 500;
    
}
.merit-text-box p{
    text-align: left;
    line-height: 1.7;
    
}
.merit-text-box {/*装飾*/
  position: relative;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
}
.merit-text-box>p{
  margin-bottom: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 3px #ffffff;
}
.merit-text-box::before,
.merit-text-box::after,
.merit-text-box > p::before,
.merit-text-box > p::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.merit-text-box::before {
  top: 0;
  left: 15px;
  margin-top: 4px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.merit-text-box::after {
  bottom: 0;
  left: 15px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.merit-text-box > p::before {
  top: 0;
  right: 25px;
  margin-top: 4px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.merit-text-box > p::after {
  bottom: 0;
  right: 25px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*information<!--IF-->*/
/**/
/**/
/**/
#information{
    text-align: center;
}
.information-wrapper{
    padding: 2.3rem 2.0rem 3.0rem 2.0rem;
}
.information-tittle p{
    margin: 3.0rem 0 3.5rem 0;
    line-height: 1.7;
    text-align: left;
    font-weight: 600;
}
.information-box:nth-of-type(-n+3){
    margin-bottom: 3.2rem;
}
.information-box p{
    text-align: left;
    line-height: 1.6;
}
.information-text-bottom{
    margin-bottom: 2.5rem;
    
}
.information-btn{
    margin-top: 3.2rem;
} 
/**/
/**/
/**/
/*information<!--IFここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{
    position: relative;
}
#image .sp{
    max-width: 100%;
}
#image .image-btn {
    position: absolute;
    width: 70%;
    height: auto;
    bottom: 2%;
    left: 17%;
}
.image-btn img{
    max-width: 100%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
    padding-bottom: 6.5rem;
    text-align: center;
    background-color: #e2ded4;
    
}
.entry-tittle {
    padding: 4rem 1.5rem 0 1.5rem;
    text-align: center;
}
form{
    margin: 0 1rem 0 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
    
}
table{
    width: 100%;
}
.entry-text{
    
    font-size: 1.4rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: rgba(206,226,65,0.7);
    letter-spacing: -0.08rem;
}
.form-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
th{
    font-size: 1.6rem;
    color: #275b81;
    text-align: left;
}

.form-wrapper {
    background-color: #ffffff;
}
p.form-coupon {
    margin-bottom: 3.0rem;
	font-size: 1.4rem;
	font-weight: bold;
}
span.coupon-yen {
    color: #e36b00;
	font-size: 2rem;
}
span.coupon-yenonly {
    color: #e36b00;
}
span.coupon-off {
    border-bottom: double 4px #e36b00;
}
/* Table */
    th,
    td {
        
        display: table-cell;
        display: block;
    }
    th {
        vertical-align: middle;
    }
    td {
        width: 90%;
        text-align: left;
        margin-bottom: 2rem;
        line-height: 2;
    }
    span.radio-text {
        font-size: 1.6rem;
        margin-right: 1.5rem;
    }
.input-text{
    border: 2px solid #275b81;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    }
textarea{
    border: 2px solid #275b81;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #275b81;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
th.form-tittle {
    margin-bottom: 1rem;
}
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #e2ded4;
    margin-bottom: 2.5rem;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 70%;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background: #002754;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
}

.btn-primary:hover {
	background: #275ba9;
	color: #ffffff;
}
.select-01{
    border: 2px solid #275b81;
    background: #fff;
    padding: 1.5rem;
    
}
.personal-text span{
    font-size: 1.8rem;
}

input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(31,91,129,0.5);
}
span.text-Required{
    font-size: 1.4rem;
    color: #e5005d;

}
/* scroll */
.scroll-box {
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 0.5rem;
}
.scroll-box  p{
    text-align: left;
    font-size: 1.4rem;
}

/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   }
    
   /* スクロールの背景の設定 */
   .scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(110, 108, 108, 0.2);
   }
    
   /* ドラックできるスクロール部の設定 */
   .scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #275b81;
   }
/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  /* ラジオボタンは非表示（透明化 requiredを使用したいため） */
 .radio-btn input[type=radio] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
 
  .radio-text {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 2px #275b81;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .radio-text:after {
    content: "";
    position: absolute;
    background: #275b81;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
  }
  
   .radio-btn input:checked + .radio-text:after {
    opacity: 1;
  }
 /**/
 /*チェックボックス*/
 /**/
 .check-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
  }
 
  .check-text {
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
    border: solid 2px #275b81;
    box-sizing: border-box;
  }
  
  .check-text:after {
      content: "";
      opacity: 0;
      display: block;
      width: 14px;
      height: 10px;
      border-left-width: 2px;
      border-bottom-width: 2px;
      border-color: #275b81;
      transform: rotate(-45deg);
  }
  
   .check-btn input:checked + .check-text:after {
    opacity: 1;
  }
  /* チェックボックスは非表示（透明化 requiredを使用したいため） */
 .check-btn input[type=checkbox] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }

/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/

/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success{
    background-color: #e2ded4;
}
#success{
    text-align: center;
}
.success-tittle{
    padding: 5rem 0;
    
}
.success-tittle img{
    width: 80%;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 2.8rem;
    color: #275b81;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.success-text span{
    background-color: rgba(255,244,44,0.7);
}
.success-warpper a{
    font-size: 2.0rem;
    color: #0071b0;

}


a.success-btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #275b81;
	color: #ffffff;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background: #275ba9;
	color: #ffffff;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/

.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 4.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}