@charset "UTF-8";
 /* キャンペーンバナー -----------------*/
.bnr_campaign{
    width: 360px;
    position: absolute;
    bottom: 32%;
    right: 3%;
}
.bnr_campaign a{display: block;}
.bold{font-weight: bold;}

 /* キャンペーンモーダル -----------------*/
.modal-inner{display: none;}
a.modal-open{transition: all 0.3s ease;}
.modaal-content-container {padding: 50px !important;}
.modaal-container{max-width: 600px;}
.modaal-close {
    position: absolute !important;
    right: -50px !important;
    top: -50px !important;
}
.modaal-close:after, 
.modaal-close:before{background:#ccc;}
.campaign-head{
    background: #6eb944;
    color:#fff;
    text-align: center;
    font-weight: 700;
    padding:15px 0;
    margin-bottom:10px;
}
.campaign-ttl{
    font-size:3.2rem;
    color:#f5f906;
    font-weight: 700;
    margin-bottom:10px;
}
.ttl-note{
    font-size:1.6rem;
}
.ttl-note span{
    display: inline-block;
    background: #ff8331;
    border-radius: 50px;
    padding:0 10px 3px;
    margin-left:10px;
}
.campaign-txt{ font-size:1.6rem;}
.campaign-table{
    margin:10px 0;
    width:100%;
    border-left:1px solid #dadada;
    border-top:1px solid #dadada;
    font-size:1.6rem;
}
.campaign-table tr.t-head{background: #f0f8ec;}
.campaign-table tr.t-head th{
    text-align: center;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    padding:5px 0;
}
.campaign-table tr.t-head th:last-of-type{width:23%;}
.campaign-table tr:not(.t-head) th{
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    padding:5px 0 5px 15px;
}
.campaign-table tr td{
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
    padding:5px 0 5px 15px;
}
.campaign-table tr.tr-04 td:first-of-type{font-weight: bold;}
.campaign-notes{
    font-size:1.4rem;
    text-indent: -1em;
    padding-left:1em;
}
.red-txt{color:#ff3149;}

.tel-btn{
    background: #ff8331;
    color:#fff;
    font-size:1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding:15px 0;
    text-align: center;
    margin:30px auto 0;
    border-radius: 50px;
    max-width:500px;
}
.tel-btn span{
    font-family: "Oswald", sans-serif;
    font-size:2.2rem;
}
.tel-btn img{
    width:17px;
    margin-top:-7px;
}
@media screen and (max-width: 990px) {
    .bnr_campaign{
        bottom: 40%;
    }
}

@media screen and (max-width: 640px) {
    .bnr_campaign{
        width: 93%;
        margin:0 auto;
        bottom: 8%;
    }
    .modaal-content-container {padding: 5vw !important;}
    .modaal-close {
        right: -4.533vw !important;
        top: -13.333vw !important;
    }
    .campaign-head{
        padding:3vw 0;
        margin-bottom:3vw;
    }
    .campaign-ttl{
        font-size: 2rem;
        color:#f5f906;
        font-weight: 700;
        margin-bottom:2vw;
    }
    .ttl-note{
        font-size: 1.4rem;
    }
    .ttl-note span{
        padding:.3vw 2vw 1vw;
        margin-left:3vw;
    }
    .campaign-txt{ font-size: 1.4rem;}
    .campaign-table{
        margin:3vw 0;
        font-size: 1.4rem;
    }
    .campaign-table tr.t-head{display: none;}
    .campaign-table tr:not(.t-head) th {
    border-right: none; 
    border-bottom: none;
    padding: 2vw 0;
}
    .campaign-table tr th{
        display: block;
        width:100%;
        text-align: center;
        padding:2vw 0 2vw;
        background: #00b1dd;
        color:#fff;
    }
    .campaign-table tr td{
        display: block;
        width:100%;
        text-align: center;
        padding:0 0 2vw;
    }
    .campaign-table td::before{
        content: attr(data-t-label);
        display: block;
        color: #363636;
        font-weight: bold;
        background: #f0f8ec;
        margin: 0 0 2vw;
        padding:2vw 0;
        border-bottom:1px solid #dadada;
    }
    .campaign-table td.td-red::before{color: #ff3149;}
    .campaign-table tr.tr-03 td.not-tag{padding:2vw 0 2vw;}
    .campaign-table tr.tr-03 td.not-tag::before{content:none;} 
    .campaign-table tr.tr-04 td:first-of-type{padding:2vw 0 2vw;background: #f0f8ec;}
    .campaign-table tr.tr-04 td:first-of-type::before{content:none;}
    .campaign-table td.td-price{
        width:50%;
        display: inline-block;
    }
    .tr-05{
        border:1px solid #dadada;
        font-size:1.4rem;
    }
    .tr-05 p{
        width:100%;
        text-align: center;
        padding:2vw 0 2vw;
    }
    p.tr-05-ttl{
        background: #ff3149;
        color:#fff;
        border-bottom:1px solid #dadada;
        font-weight: bold;
    }
    .campaign-notes{
        font-size:1.2rem;
    }
    .tel-btn{
        flex-direction: column;
        padding:3vw 0;
        max-width:100%;
    }
}



/*.sec-mv-inn{
	width:90%;
	position: absolute;
	top:33%;
  	left: 0;
  	right: 0;
  	margin: auto;
}

.sec-mv .campaign{
	width:416px;
	background: #6EB944;
	padding:10px;
	margin: 0 5% 0 auto;
	color: #fff;
	text-align: center;
	font-size:16px;
	letter-spacing: 0;
	font-weight: 600;
}
.sec-mv-inn .inn-line{
	border : 2px solid #FFFFFF; 
	padding:10px;
}


.sec-mv-inn .cam-headding{
	position: relative;
}

.sec-mv-inn .mv-ttl2{
	width: 150px;
 	 height: 150px;
 	 border-radius: 50%;
	background: #fff;
	color:#6EB944 ;
	font-size: 20px;
	position: absolute;
	top:-100px;
    right:-100px;
}

.sec-mv-inn .mv-ttl2 p{
	margin-top:39px;
}

.sec-mv-inn h1{
	position: absolute;
	  top:12px;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: auto;
	font-weight: 600;
}

.sec-mv-inn h1 span{font-size:22px;}

.sec-mv-inn .dflex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

.sec-mv-inn .regular-price{
	width: 60px;
 	 height: 60px;
 	 border-radius: 50%;
	border:  2px solid #FFFFFF; 
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px ;
}

.sec-mv-inn span.cam-price{
	font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
	font-size:45px;
}

.sec-mv-inn .txt-min{
	font-size:14px;
	margin-bottom:-10px;
}

.sec-mv-inn p.cam-price2{
	font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
	font-size:25px;
}


.sec-mv-inn p.cam-price2{
	position: relative;
	top:3px;
}

.sec-mv-inn p.cam-price2:after{	
	content: "";
	background: url("../img/index/arrow.svg");
	display: inline-block;
  	width: 25px;
  	height: 25px;
	margin: 0 10px 0 5px;
}

.sec-mv-inn p.cam-price2 img{
	width:100px;
	position: absolute;
	top:5px;
	left: 0;
	  right: 50px;
	  bottom: 0;
	  margin: auto;
}

.sec-mv-inn .bgw{
	margin: 0 auto;
	width:100%;
	background: #fff;
	color: #6EB944;
	padding:2px 0;
}

.sec-mv-inn .underline{
	display: inline-block;
	border-bottom: 2px solid #FFFFFF;
	margin:10px 0;
}

@media screen and (max-width: 990px) {
.sec-mv-inn{
	width:90%;
	position: absolute;
	top:25%;
  	left: 0;
  	right: 0;
  	margin: auto;
}
	
.sec-mv .campaign{
	width:355px;
	padding:5px;
	margin: 0 5% 0 auto;
	font-size:14px;
}
	
.sec-mv-inn .mv-ttl2{
	width: 120px;
 	 height: 120px;
	font-size: 16px;
	position: absolute;
	top:-70px;
    right:-70px;
	}
	
.sec-mv-inn .mv-ttl2 p{
	margin-top:30px;
}
	
.sec-mv-inn h1{
	position: absolute;
	  top:7px;
	  left: 0;
	  right: 0;
	  bottom: 0;
}
	
.sec-mv-inn .cam-headding img{
	width:90%;
	}
	
.sec-mv-inn .dflex{
	margin: 5px 0;
}
	
.sec-mv-inn .regular-price{
	width: 50px;
 	 height: 50px;
	font-size: 10px;
}
	
.sec-mv-inn span.cam-price{
	font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
	font-size:40px;
}

.sec-mv-inn .txt-min{
	font-size:12px;}
	
}

@media screen and (max-width: 640px) {
	
.sec-mv-inn{
	width:100%;
	position:static;
  	margin: auto;
}
	
.sec-mv .campaign{
	width:100%;
	font-size:16px;
}
	
.sec-mv-inn .mv-ttl2{
	width: 120px;
 	 height: 120px;
	font-size: 16px;
	position: absolute;
	top:-100px;
    right:0;
}

.sec-mv-inn .cam-headding img{
	width:500px;
	height: 70px;

	}
	
.sec-mv-inn .bgw{
	font-size:14px;
	width:auto;
	}
}

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

	
.sec-mv-inn h1{
	font-size:14px;
}
}*/