@charset "utf-8";
/* CSS Document */


/*追加スタイル*/
.font-strong{
    font-family: 'Kiwi Maru', serif;
    line-height: 160%;
    margin-top: 30px;
    
}
.font-strong span{
    font-family: 'Kiwi Maru', serif;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.box-yomiletter p{
    margin-top: 10px;
    font-size: 25px !important;
    line-height: 150%;
    color: #ff9000;
}

@media screen and (max-width:768px) {
    .box-yomiletter p{
        font-size: 19px !important;
    }
    .box-yomiletter p br{
        display: none;
    }
}


html {
	font-size: 62.5%;
}
#entry p {
    font-size: 1.6rem;
}
#entry .tx-center {
    text-align: center;
}
#entry .p01 {
    font-size: 2.4rem;
    font-weight: bold;
}

* {
    font-family: sans-serif;
}


.lp-wrapp{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

main {
    height: 100%;
    background-size: contain;
    position: relative;
}
#entry img {
    max-width: 100%;
}
#entry h1 {
    margin-bottom: 0;
}

.sec01 {
    position: relative;
    background: #fdf0f2;
}
.sec02 {
    position: relative;
}

#entry .img01 {
    position: absolute;
    top: -10rem;
    right: 1%;
    z-index: 1;
    width: 20%;
}

.sec03 {
    position: relative;
    background: #fff5d8;
}

#entry .img06 {
    position: absolute;
    top: -34rem;
    left: 2%;
    z-index: 1;
    width: 38%;
}

#entry .img07 {
    position: absolute;
    top: -21rem;
    right: 0%;
    z-index: 1;
    width: 28%;
}

#entry .img15 {
    position: absolute;
    top: -21rem;
    right: 0%;
    z-index: 1;
    width: 20%;
}
#entry .img21 {
    position: absolute;
    top: -21rem;
    left: 1%;
    z-index: 1;
    width: 20%;
}
#entry .img23 {
    position: absolute;
    top: -22rem;
    right: 2%;
    z-index: 10;
    width: 25%;
}

#entry h2 {
    text-align: center;
}

#entry h3 {
    color: #ec6d81;
    font-size: 3.6rem;
    font-weight: bold;
}

#entry h3.h-line {
    background: linear-gradient(transparent 60%, #ffff66 0%);
    display: inline;
}

.boundary01 {
    background: url(../images/img03.png) no-repeat;
    height: 19.9rem;
    background-size: contain;
}
.boundary02 {
    background: url(../images/img08.png) no-repeat bottom;
    height: 23rem;
    background-size: contain;
}
.boundary03 {
    background: url(../images/img14.png) no-repeat;
    height: 20rem;
    background-size: contain;
}
.boundary04 {
    background: url(../images/img19.png) bottom no-repeat;
    height: 21.1rem;
    background-size: contain;
}
.boundary05 {
    background: url(../images/img20.png) no-repeat;
    height: 23rem;
    background-size: contain;
}


#entry h2.standard {
    font-size: 4.8rem;
    font-weight: bold;
		position: relative;
		display: inline-block;
}

#entry h2.standard::before {
    position: absolute;
    content: "";
    width: 6rem;
    height: 0.6rem;
    background: url(../images/h-line.png) no-repeat;
    top: 2.5rem;
    margin-left: -8rem;
}
#entry h2.standard::after {
    position: absolute;
    content: "";
    width: 6rem;
    height: 0.6rem;
    background: url(../images/h-line.png) no-repeat;
    top: 2.5rem;
    margin-left: 1.5rem;
}

#entry .sec03 h3,
#entry .sec04 h3 {
    font-size: 3rem;
    color: #333;
    position: relative;
    margin-left: 3.5rem;
}

#entry .sec03 h3::before,
#entry .sec04 h3::before {
    content: "";
    position: absolute;
    background: url(../images/h3icon.png) no-repeat;
    width: 2.9rem;
    height: 2.3rem;
    left: -3.5rem;
    top: 0.3rem;
}
.fukidashi-img {
    margin-top: -1.5rem;
}
.sec03right-img {
    position: relative;
}
.fukidashi-img02 {
    position: absolute;
    top: 0;
    right: -240px;
}
.fukidashi-img02 img {
    max-width: 90%;
}


.sec03 h3,
.sec03 h4{
    position: relative;
    text-align: left;
    padding-bottom: 30px;
}
    
.sec04 {
    position: relative;
    text-align: left;
}
.sec05 {
    position: relative;
    background: #fdf0f2;
    text-align: left;
}
.sec05 dl dt {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ec6d81;
    padding: 2rem 15% 2rem 6rem;
    cursor: pointer;
    z-index: 100;
}
.sec05 dl dt::before {
    content: "Q";
    border-radius: 5px;
    background: #ec6d81;
    position: absolute;
    color: #fff;
    padding: 0.3rem 1rem;
    margin-left: -5rem;
    top: 1.4rem;
}
.sec05 dl dt::after {
    content: "";
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    background: url(../images/toggle_off.png) no-repeat;
    width: 98px;
    height: 44px;
}
.sec05 dl dt.open::after {
    background: url(../images/toggle_on.png) no-repeat;
}
.sec05 dl dd {
    font-size: 2.1rem;
    position: relative;
    background: #fff;
    padding: 2rem 1rem 2rem 6rem;
    font-weight: bold;
}
.sec05 dl dd::before {
    content: "A";
    font-size: 2.4rem;
    border-radius: 5px;
    background: #35d0ba;
    position: absolute;
    color: #fff;
    padding: 0.3rem 1rem;
    margin-left: -5rem;
    top: 1.4rem;
    font-weight: bold;
}
.sec05 dl {
    margin-bottom: 0;
}
.col-form-label,
.form-control {
    font-size: 1.6rem;
}
#gr_submit {
    font-size: 1.8rem;
}
#entry dd {
    margin-bottom: 0;
}
.btn-lp {
    transition-duration: 0.3s;
}
.btn-lp:hover {
    opacity: 0.85;
}















@media screen and (min-width:1200px) {

#entry .contents {
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
}
#entry .contents02 {
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
		position: relative;
}
.sec01::before {
    content: "";
    position: absolute;
    background: url(../images/sec01-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 20%;
    height: 100%;
}
.sec01::after {
    content: "";
    position: absolute;
    background: url(../images/sec01-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
}
.sec02::before {
    content: "";
    position: absolute;
    background: url(../images/sec02-l.png) left 70% no-repeat;
    background-size: contain;
    left: 0;
    width: 20%;
    height: 100%;
}
.sec02::after {
    content: "";
    position: absolute;
    background: url(../images/sec02-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 14%;
    height: 100%;
    top: 0;
}

.sec03::before {
    content: "";
    position: absolute;
    background: url(../images/sec03-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 16%;
    height: 100%;
    top: 6rem;
}
.sec03::after {
    content: "";
    position: absolute;
    background: url(../images/sec03-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 14%;
    height: 100%;
    top: 0;
}
.sec04::before {
    content: "";
    position: absolute;
    background: url(../images/sec04-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 16%;
    height: 100%;
    top: 6rem;
}
.sec04::after {
    content: "";
    position: absolute;
    background: url(../images/sec04-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 15%;
    height: 100%;
    top: 8rem;
}
.sec05::before {
    content: "";
    position: absolute;
    background: url(../images/sec05-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 13%;
    height: 100%;
    top: 0;
}
.sec05::after {
    content: "";
    position: absolute;
    background: url(../images/sec05-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 13%;
    height: 100%;
    top: 8rem;
}
.btn {
    font-size: 1.6rem !important;
}

}

@media screen and (min-width:768px) {
    .flex01 {
        display: flex;
    }
    .sec03left-img {
        margin-right: 2rem;
    }
    .sec03right-img {
        margin-left: 2rem;
    }
    main {
        background: url(../images/main-bg.jpg) no-repeat;
    }
    #entry nav ul {
        display: flex;
        max-width: 35%;
        position: absolute;
        top: 0.8vw;
        right: 0.8vw;
        list-style: none;
    }
    main {
        background: url(../images/main-bg.jpg) no-repeat;
        background-size: contain;
    }
    .pcnone {
        display: none;
    }
    .side-contact {
        position: fixed;
        z-index: 1000;
        top: 35%;
        right: 0;
    }
    .spbr02 {
        display: none
    }
    .tel-follow {
        position: fixed;
        z-index: 1000;
        bottom: 0;
        background: #fff3c2;
        padding: 1rem;
        width: 100%;
    }
    .tel-follow img {
        text-align: center;
        display: block;
        margin: auto;
    }
}

@media all and (-ms-high-contrast: none) and (min-width:768px) {
    #entry nav ul {
        max-width: auto !important;
    }
    .nav-left img {
        width: 18.5vw !important;
    }
    .nav-right img {
        width: 10.2vw !important;
    }
}




.mt5 {
    margin-top: 0.5rem;
}
.mt10 {
    margin-top: 1rem;
}
.mt15 {
    margin-top: 1.5rem;
}
.mt20 {
    margin-top: 2rem;
}
.mt30 {
    margin-top: 3rem;
}
.mt40 {
    margin-top: 4rem;
}
.mt50 {
    margin-top: 5rem;
}
.mt60 {
    margin-top: 6rem;
}
.mt70 {
    margin-top: 7rem;
}
.mt80 {
    margin-top: 8rem;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 0.5rem;
}
.mb10 {
    margin-bottom: 1rem;
}
.mb20 {
    margin-bottom: 2rem;
}
.mb30 {
    margin-bottom: 3rem;
}
.mb40 {
    margin-bottom: 4rem;
}
.mb50 {
    margin-bottom: 5rem;
}
.mb60 {
    margin-bottom: 6rem;
}
.mb70 {
    margin-bottom: 7rem;
}
.mb80 {
    margin-bottom: 8rem;
}


.pt5 {
    padding-top: 0.5rem;
}
.pt10 {
    padding-top: 1rem;
}
.pt20 {
    padding-top: 2rem;
}
.pt30 {
    padding-top: 3rem;
}
.pt40 {
    padding-top: 4rem;
}
.pt50 {
    padding-top: 5rem;
}
.pt60 {
    padding-top: 6rem;
}
.pt70 {
    padding-top: 7rem;
}
.pt80 {
    padding-top: 8rem;
}
.pb60 {
    padding-bottom: 6rem;
}
.pb80 {
	padding-bottom: 8rem;
}



.textlink {
    color: #138496;
    text-decoration: underline;
}
.pointline {
    border: 1px #ddd dashed;
    margin: 30px auto;
}
.policy-box {
    background: #eee;
    padding: 2rem 2rem 1rem;
    margin: 1rem 0;
}    
.form-group {
    margin-bottom: 1.5rem !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}
.mt5 {
    margin-top: 0.5rem;
}
.btn-primary {
    background: #cc0000;
    border-color: #B70000;
    width: 300px;
    text-align: center;
    display: block;
    margin: auto;
    padding: 1.5rem 2rem;
}
.btn-primary:hover {
    background: #B70000;
    border-color: #B70000;
}
.submit-btn {
    width: 100%;
}
.btn-secondary {
    background: #ccc;
    border-color: #999;
    width: 300px;
    text-align: center;
    display: block;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
}
#confirm .col-sm-9 div {
    margin-top: 0.5rem;
}
.jumbotron {
    background: url(../images/confirm.jpg) no-repeat center bottom;
    background-size: cover;
    border-radius: none;
}
#confirm h1,
#thanks h1,
#error h1 {
    color: #ec6d81;
    font-size: 3.6rem;
}
/*body {
    background-color: #E2F3FA;
    background-image:
   repeating-linear-gradient(-45deg,
   #EDF8FC, #EDF8FC 7px,
   transparent 0, transparent 14px);
}*/
.container {
    background: #fff;
    padding: 3rem 3rem 1rem;
}
#error .container,
#thanks .container {
    padding: 3rem 3rem 2rem;
}
.useoption {
    font-size: 80%;
    color: #cc0000;
}

#gr_checkbox {
    display: table;
    margin: 10px auto;
}

#gr_submit:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.input-flex {
	display: flex;
}
.w80 {
	width: 80%;
	margin-bottom: 5px;
	position: relative;
	top: -4px;
}

.handle {
    background: url(../images/footer-img.png) repeat-x;
    height: 1rem;
}
.jumbotron {
    padding: 7.5rem 4rem;
}
@media screen and (max-width:767px) {
    #entry nav ul {
        display: flex;
        max-width: 100%;
        position: fixed;
        bottom: 0;
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 1000;
    }
    .spnone {
        display: none;
    }
    .boundary02 {
        height: 16rem;
		}
		html {
			font-size: 40%;
		}
		#entry .sec03 h3, #entry .sec04 h3 {
			margin-left: 5rem;
		}
		#entry .sec03 h3::before, #entry .sec04 h3::before {
			width: 4.5rem;
			height: 3.7rem;
			left: -5rem;
			top: -2px;
        }
        #entry .img21 {
            width: 30%;
        }
        .boundary01 {
            height: 12.9rem;
        }
        #entry .img21 {
            top: -18rem;
        }
        body, p, .col-form-label, .form-control, .btn, .input-group-text, #gr_submit {
            font-size: 2.1rem;
        }
        
        #entry nav ul li {
            align-self: center;
            height: 22vw;
        }
        #entry nav ul li.nav-left {
            background: #fff3c2;
            flex-basis: 60%;
            position: relative;
        }
        #entry nav ul li img {
            max-width: 90%;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            padding: 1rem;
        }
        #entry nav ul li.nav-right {
            background: #eb6d80;
            flex-basis: 40%;
            position: relative;
        }
        .fukidashi-img {
            display: block;
            margin-top: 0.5rem;
        }
        footer {
            margin-bottom: 22vw;
        }
        .side-contact {
            display: none;
        }
        .contents, .contents02 {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .sec05 dl dt::after,
        .sec05 dl dt.open::after {
            background-size: 70%;
            right: -3rem;
        }
        .sec05 dl dt {
            padding-right: 13rem;
        }
        .smb0 {
            margin-bottom: 0 !important;
        }
        .tel-follow {
            display: none;
        }
}

@media screen and (max-width:575px) {
    body {
        background: none;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }
    .container {
    padding: 0 1rem;
    }
    .spbr {
        display: none;
    }
    .sp-img {
        width: 80%;
        margin: auto;
    }
    .form-control {
        padding: 4rem .75rem;
    }
    .btn {
        padding: 2rem;
    }
} 