@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
body {
    font-family: "M PLUS Rounded 1c", sans-serif;
}


/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/

html{
	font-size: 62.5%;
	color:#2e3535;
}
p{
    font-size: 1.6rem;
}
img{
    max-width: 100%;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.pc { 
    display: none !important;
}
.br-pc{
    display: none;
}
.br-tb{
        display: none;
    }
/*-----共通設定ここまで-----*/
/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(TV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

/**/
/**/
/**/
/*top-view<!--TV-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*<!--TVここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-tittle{
    background: linear-gradient(#ea5b19,#c54732);
    padding: 2.0rem 0;
    position: relative;
}

.targeting-tittle h2{
    font-size: 1.7rem;
    color:#ffffff;
    margin-bottom: 1.0rem;  
}
.targeting-tittle h1{
    font-size: 1.8rem;
    color:#ffffff;
}
.targeting-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #00acc5 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.targeting-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top:50%;
    left: -1%;
}
.targeting-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top:50%;
    right: -1%;
}
.targeting-wrapper{
    padding: 3.6rem 1.5rem 2.4rem 1.5rem;
}
.targeting-wrapper p{
    margin:1.8rem 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
    background: url("../img/merit-bg-sp.jpg")no-repeat center center / cover;
    text-align: center;
}
.merit-tittle{
    background: #00acc5;
    padding: 2.0rem 0;
    position: relative;
}
.merit-tittle p{
    font-size: 2.0rem;
    color:#ffffff;
    line-height: 1;
	font-weight: 500;
}
.merit-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #00acc5 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.merit-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top:40%;
    left: -1%;
}
.merit-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top:40%;
    right: -1%;
}
.merit-wrapper{
    padding: 4.5rem 1.5rem 5.0rem 1.5rem;
    background: url("../img/merit-bg-sp.png")no-repeat center center / cover;
}
.merit-wrapper h2{
    font-size: 2.2rem;
    text-shadow: 3px 3px 0 #ffffff;
    font-weight: bold;
}
.merit-wrapper p{
    font-size: 1.3rem;
    margin: 1.6rem 0 2.5rem 0;
    line-height: 1.7;
}
.merit-area img:nth-of-type(-n+5){
    margin-bottom: 3.2rem;
}
.btn-box.merit-btn {
    margin-top: 2.5rem;
}

/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background: url("../img/gallery-bg-sp.jpg")no-repeat center center / cover;
    text-align: center;
}
.gallery-tittle{
    background: #00acc5;
    padding: 2.0rem 0;
    position: relative;
}
.gallery-tittle h1{
    font-size: 2.1rem;
    color:#ffffff;
    line-height: 1.3;
	font-weight: 500;
}
.gallery-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #00acc5 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.gallery-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top:40%;
    left: -1%;
}
.gallery-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-60deg);
    top:40%;
    right: -1%;
}
.gallery-wrapper{
    padding: 2.8rem 1.5rem 2.8rem 1.5rem;
}
.gallery-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-box{
   box-sizing: border-box;
   margin: 0;
   padding: 1.9rem 1.5rem;
   width: 50%;
	display: flex;
	flex-direction: column;
}
.gallery-box p{
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.1rem;
	margin-top: auto;
}
.gallery-box img{
    margin-bottom: 1.0rem;
}
.gallery-box .yen1{
    font-size: 1.7rem;
    margin: 0.3rem 0;
}
.gallery-box .buy{
    font-size: 1.0rem;
    width: 118px;
    margin: 0 auto;
    background-color: #00acc5;
    padding: 0.3rem 0.5rem 1.0rem 0.5rem;
    color:#ffffff;
    clip-path: polygon(20% 70%, 50% 100%, 80% 70%);
	height: 90px;
	margin-top: -51px;
}
.gallery-box .yen2{
    font-size: 2.5rem;
    color: #00acc5;
}
.gallery-wrapper h2{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.04em;
    background-color: #ffff00;
    padding: 0.5rem 0;
	margin-bottom: 0.5rem;
}

.gallery-btn{
    position: relative;
}
.gallery-btn.btn img{
    max-width: 75%;
}
.gallery-btn.btn{
    margin: 2.2rem 0 5rem 0;
    text-align: left;
}
.gallery-icon{
    position: absolute;
    top:0;
    right:0;
    width: 22%;
}
.gallery-text{
    font-size: 1.2rem;
}
.btn-box.gallery-btn {
    margin: 2.5rem 0 1.5rem 0;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
    background: url("../img/voice-bg-sp.jpg")no-repeat center center / cover;
    text-align: center;
}
.voice-tittle{
    background: #00acc5;
    padding: 2rem 0 2rem 0;
    position: relative;
}
.voice-tittle p{
    font-size: 1.9rem;
    color: #ffffff;
	font-weight: 500;
}
.voice-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #00acc5 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.voice-tittle-box::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top:40%;
    left: -1%;
}
.voice-tittle-box::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top:40%;
    right: -1%;
}
.voice-wrapper{
    padding: 0 2.0rem 1.7rem 2.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice-sbtittle{
    margin:3.0rem 0 1.7rem 0;
    padding: 0 1.5rem;
}
.voice-area{
    background-color: #ffffff;
    padding: 1.2rem 0.9rem;
    border-radius: 1.1rem;  
    max-width: 160px;
}
.voice-area img{
    max-width: 70%;
}
.voice-area:nth-of-type(-n+3){
    margin-bottom: 1.1rem;
}
.voice-box{
    font-size: 1.2rem;
}
.voice-text{
    text-align: left;
    line-height: 1.2;
    font-size: 1.2rem;
    padding: 0 0.2rem;
}
.voice-name{
    font-size: 1.0rem;
    text-align: center;
    padding: 0.3rem 0;
}
.sp-voice-name{
    border-top:0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    margin: 1.1rem 0 0.7rem 0;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/

/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    text-align: center;
}
.qa-wrapper{
    padding: 1.8rem 1.5rem 2.5rem 1.5rem;
    
}
.qa-tittle{
    display: flex;
    justify-content: space-between;
    border-top:3px solid #00acc5;
    border-bottom:3px solid #00acc5;
    background-color: #ffffff;
    padding: 1.3rem 1.0rem 1.3rem 2.1rem 
}
.qa-tittle p{
    align-self: center;
}
.qa-tittle-left{
    display: flex;
}
.qa-tittle-left p{
    font-size: 2.0rem;
    color:#00acc5;
    margin-left: 1.2rem;
    font-weight: bold;
}
.qa-tittle-left img{
    align-self: center;
}
.qa-tittle-right{
    align-self: center;
    font-size: 1.9rem;
    font-weight: bold;
}
.qa-text{
    font-size:1.3rem;
    color:#00acc5;
    margin: 2.0rem 0 2.0rem 0;
}
.qa-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.6rem;
}
.qa-box{
    background-color:#e3f6f9;
    padding: 1.3rem 1.6rem;
    position: relative;
    border-radius: 2.4rem 2.4rem 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #353535;
}

.qa-border{
    margin: 2.0rem 0;
}

.qa-box h2{
    font-size: 1.9rem;
    color:#00acc5;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-left: 2.0rem;
}

.qa-box h2:before{
    position: absolute;
    content: "";
    width: 1.0rem;
    height: 5.0rem;
    left: -20px;
    top: 5px;
    background-color: #00acc5;
    
}
.qa-box p{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.8rem;
    border-top: 2px dashed#00acc5;
    padding-top: 0.8rem;
}
.qa-min-btn{
	background-color: #00acc5;
	font-size: 1.8rem;
    color: #ffffff;
    padding: 0.7rem 3rem;
    border-radius: 7px;
	display: inline-block;
	margin-top: 1.5rem;
	 position: relative;

}
.qa-min-btn:after{
	 content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
}
.qa-min-btn:hover{
	background-color: #1dcfdd;
	transition: 0.5s;
}
.qa-box h2.qa-mintittne-01:before{
	height: 2.0rem;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    text-align: center;
}
.closing-tittle{
    background: #00acc5;
    padding: 2.0rem 0;
    position: relative;
}
.closing-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #00acc5 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}
.closing-tittle p{
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.4;
	letter-spacing: -0.2rem;
	font-weight: 500;
}
.closing-tittle-sb{
    margin-top: 1.3rem;
    border-top: 2.5px solid #ffff00;
    border-bottom: 2.5px solid #ffff00;
    display: inline-block;
    padding: 0.5rem 0;
}
.closing-tittle-sb p{
    font-size: 1.5rem;
    color:#ffffff;
    letter-spacing: 0.1em;
}
.closing-tittle-sb span{
    color:#ffff00;
}
.closing-wrapper{
    background-color: #e3f6f9;
}
.closing-area{
    padding: 3.2rem 1.5rem 0 1.5rem;
}

.closing-box01{
    margin-bottom: 1.2rem;
}
.tel-box{
    display: flex;
    justify-content: center;
}
.tel-box img{
    align-self: center;
    flex-wrap: wrap;
}
.tel-box .tel{
    font-size: 3.8rem;
    color:#f45165;
    margin-bottom: 0.8rem;
}
.closing-box01 .time{
    font-size: 1.3rem;
    text-align: center;
    margin-left: 3.5rem;
}
.closing-item01 {
    margin-bottom: 1.4rem;
}
iframe {
    width: 100%;
    height: 100px;
}

.closing-box02-in{
    display: flex;
    margin-top: 1.4rem;
}
.closing-item02{
    margin: 0 1.0rem 0 1.0rem;
}
table.closing-item02 {
    height: 190px;
}
tr{
    display: flex;
    flex-direction: column;
	margin-bottom: 1.0rem;
}
th.closing-timetext {
    font-size: 1.2rem;
	padding-right: 17px;
	font-weight: 500;
	margin-bottom: 0.3rem;
    
}
td {
    font-size: 1.2rem;
	text-align: left;
}
.closing-timetext, .closing-daytext, .closing-addresstext{
    position: relative;
    margin-left: 1.0rem;

}
.closing-timetext:before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 0.8rem;
    left: -6px;
    top: 4px;
    background-color: #00acc5;
}
.closingtext {
    margin-bottom: 1rem;
}
.closingtext p{
    text-align: left;
    font-size: 1.2rem;
}
.closing-box02-in img{
   align-self: end; 
    max-width: 50%;
}



.closing-logo{
    background: #00acc5;
    padding: 1.7rem 0 1rem 0;
    position: relative;
}
.closing-logo h1{
	color:#ffffff;
	font-size: 3rem;
	margin-bottom: 1.5rem;
}
small{
	color:#ffffff;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/





/**/
/*footer*/
/**/
body {
    padding-bottom: 70px; /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
}
footer{
	height: 70px;
	background: #00acc5;
	position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
	 

}
footer .menu{
	display: flex;
	justify-content: center;
}

footer .nav .menu li a{
   color: #ffffff;
   font-weight:bold;
   text-decoration: none;
   font-size: 1.6rem;
	
}
.footer-tel,.footer-form{
	border-right: 1px solid #ffffff;
	padding: 20px 0;
	width: 42%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-tel:before{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;


}

.footer-top{
	width: 16%;
	text-align: center;
    align-self: center;
}
.footer-top img{
	width: 40%;

}
/*はじめは非表示*/
.content {
  opacity: 0;
}
.content.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);/*下から*/
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}



































