@charset "utf-8";
/*================================================================================
	common　共通
================================================================================*/
html { font-size: 10px; }

body {
	margin: 0px;
	font-size: 1.4rem;
	color: #333;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	padding: 0px;
    -webkit-text-size-adjust: none;
	}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img{
    width: 100%;
    height: auto;
}
    
.pc {
    display: none;
}

@media (min-width: 769px) {
    
img{
    width: auto;
    height: auto;
}
img.w100{
    width: 100%;
    height: auto;
}
.pc {
    display: inline-block;
}
.sp {
    display: none;
}
}
/*----------------------------------------------------
	h　
----------------------------------------------------*/

	

/*----------------------------------------------------
	Link
----------------------------------------------------*/


a:link,
a:visited,
a:active{
    color: #01a2ce;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
}

a:hover{opacity: 0.5;}



/*================================================================================
	topページ
================================================================================*/

#fix-box{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    padding: .5em 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
}
#fix-box .lyt-inner{
    max-width: 940px;
    margin: auto;
}
#fix-box .lyt-inner .tel{
    display: none;
    width: 53.82%;
    line-height: 0;
}
#fix-box .lyt-inner .nav{
    width: 80%;
    line-height: 0;
    margin: auto;
}
#fix-box .lyt-inner .tel img,
#fix-box .lyt-inner .nav img{
    width: 100%;
}
.fadeout{
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

@media (min-width: 768px) {
#fix-box{
    padding: 1em;
}
#fix-box .lyt-inner{
    display : -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#fix-box .lyt-inner .tel{
    display: block;
}
#fix-box .lyt-inner .nav{
    width: 39.14%;
}
}


#header{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/kv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
}
#header .lyt-kv{
    position: absolute;
    top: 30vh;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    text-align: center;
}
#header .lyt-kv .lyt-tit{
    position: relative;
    text-align: center;
    margin: auto;
    line-height: 0;
    padding: 0 0 2.5em;
}
#header .lyt-kv .lyt-free{
    margin-bottom: .8em;
}

@media (min-width: 768px) {    
#header{
    background: url(../images/kv_bg.jpg) no-repeat center center;
    background-size: cover;
}
#header .lyt-kv{
    top: 0;
    bottom: 0;
    width: 100%;
    height: 390px;
}
#header .lyt-kv .lyt-tit{
    max-width: 1117px;/**/
}
#header .lyt-kv .lyt-tit img{
    width: 74.03%;
}
#header .lyt-kv .lyt-tit:after {
    content: " ";
    position: absolute;
    top: 24px;
    right: 0;
    display: block;
    width: 14.14%;
    height: 150px; 
    background: url(../images/tit_free.png) no-repeat center center;
    background-size: 100% auto;
}
}

#box01{
    padding: 8% 0 10%;
    background: #f17012;
}
#box01,
#box02,
#box03,
#box04,
#box05,
#box06,
#box07,
#box08{
    padding: 8% 0 10%;
}
h1.lyt-hdg{
    margin: 0 auto 8%;
    line-height: 0;
    text-align: center;
}
#box01 h1.lyt-hdg{
    max-width: 160px;
}
#box01 .lyt-list{
    width: 90%;
    margin: auto;
}
#box01 .lyt-list li{
    width: 100%;
    padding: 1.2em 1em 1.2em 1.6em;
    color: #FFF;
    font-weight: bold;
    border: 4px solid #FFF;
}
#box01 .lyt-list li + li{
    margin-top: 1em;
}
#box01 .lyt-list li .point{
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: .08em;
    margin-bottom: 1em;
}
#box01 .lyt-list li .point:after {
    content: " ";
    position: absolute;
    bottom: -.4em;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 2px; 
    background: #FFF;
}
#box01 .lyt-list li .txt{
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.8;
}

@media (min-width: 768px) {

#box01{
    background: #f17012 url(../images/box_001.jpg) no-repeat center top;
}
h1.lyt-hdg{
    max-width: 950px;
    margin: 0 auto 5%;
    line-height: 0;
    text-align: center;
}
h1.lyt-hdg img{
    width: 100%;
}

#box01 h1.lyt-hdg{
    max-width: 262px;
}
#box01 .lyt-list{
    max-width: 950px;
    width: 100%;
    display : -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#box01 .lyt-list li{
    width: 32.5%;
    padding: 1.8em 1em 1.8em 1.6em;
    border: 8px solid #FFF;
    background-color: rgba(241,112,18,.8)
}
#box01 .lyt-list li + li{
    margin-top: 0;
}
#box01 .lyt-list li .point{
    font-size: 2.8rem;
}
#box01 .lyt-list li .txt{
    font-size: 1.8rem;
}
}

#box02{
    background: url(../images/box_002.jpg) no-repeat 10% top;
    background-size: cover;
}
#box02 .lyt-inner{
    width: 90%;
    margin: auto;
    line-height: 0;
}

#box03{
    padding: 8% 0 10%;
}
#box03 h1.lyt-hdg{
    max-width: 240px;
    margin: 0 auto 4%;
}
#box03 .lyt-inner{
    margin: auto;
    line-height: 0;
}

@media (min-width: 768px) {
#box02{
    background: url(../images/box_002.jpg) no-repeat center top;
    background-size: cover;
}
#box02 .lyt-inner{
    max-width: 903px;
    width: 100%;
}
#box02 .lyt-inner img{
    width: 100%;
}

#box03 h1.lyt-hdg{
    max-width: 940px;
    margin: 0 auto 5%;
}
#box03 .lyt-inner{
    max-width: 835px;
}
}

#box04{
    padding: 7% 3%;
    background: #fdff2d url(../images/box_004.jpg) no-repeat 90% top;
    background-size: cover;
}
#box04 h1.lyt-hdg{
    max-width: 250px;
    margin: 0 0 5%;
    text-align: left;
}
#box04 .lyt-inner{
    margin: 0 auto 5%;
    line-height: 0;
}
#box04 .lyt-doc{
    max-width: 740px;
    font-size: 1.4rem;
    margin: auto;
}

@media (min-width: 768px) {
#box04{
    padding: 7%;
    background: #fdff2d url(../images/box_004.jpg) no-repeat center top;
}
#box04 h1.lyt-hdg{
    max-width: 950px;
    text-align: center;
    margin: 0 auto 5%;
}
#box04 .lyt-inner{
    max-width: 888px;
}
#box04 .lyt-inner img{
    width: 100%;
}
#box04 .lyt-doc{
    font-size: 2.4rem;
}
}

#box05 .sec01 h1.lyt-hdg{
    max-width: 160px;
}
#box05 .sec01 .lyt-eve{
    width: 90%;
    border: 4px solid #f65f90;
    margin: 0 auto 10%;
    padding: .4em .6em;
}
#box05 .sec01 .lyt-eve table{
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: .08em;
}
#box05 .sec01 .lyt-eve table tr{
    border-bottom: 1px dashed #f65f90;
}
#box05 .sec01 .lyt-eve table th{
    width: 30%;
    padding: .6em;
    font-weight: bold;
    color: #e91254;
}
#box05 .sec01 .lyt-eve table td{
    padding: .6em;
    font-weight: normal;
}



#box05 .sec02 h1.lyt-hdg{
    max-width: 300px;
}
#box05 .sec02 .lyt-list{
    width: 90%;
    margin: 0 auto 2%;
}
#box05 .sec02 .lyt-list li{
    line-height: 0;
    margin-bottom: 1.4em;
}
#box05 .sec02 .lyt-subtxt{
    width: 90%;
    margin: auto;
    font-size: 1.4rem;
    text-align: left;
    padding: 1.2em .8em;
    background-color: #f5f5f5;
    letter-spacing: .08em;
}

@media (min-width: 768px) {

#box05 .sec01 h1.lyt-hdg{
    max-width: 310px;
}
#box05 .sec01 .lyt-eve{
    max-width: 790px;
    width: 100%;
    border: 10px solid #f65f90;
    margin: 0 auto 5%;
    padding: 2em;
}
#box05 .sec01 .lyt-eve table{
    font-size: 1.8rem;
}
#box05 .sec01 .lyt-eve table th{
    width: 20%;
    padding: 1em;
}
#box05 .sec01 .lyt-eve table td{
    padding: 1em;
}



#box05 .sec02 h1.lyt-hdg{
    max-width: 560px;
}
#box05 .sec02 .lyt-list{
    max-width: 910px;
    width: 100%;
    margin: 0 auto 2.5%;
}
#box05 .sec02 .lyt-list li{
    margin-bottom: 2em;
}
#box05 .sec02 .lyt-subtxt{
    max-width: 910px;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    padding: 1.2em 0;
}

}

#box06{
    background: url(../images/box_007.jpg) no-repeat center top;
    background-size: cover;
}
#box06 h1.lyt-hdg{
    max-width: 260px;
}
#box06 .lyt-inner{
    width: 90%;
    margin: auto;
    line-height: 0;
}

@media (min-width: 768px) {
#box06{
    padding: 7%;
}
#box06 h1.lyt-hdg{
    max-width: 425px;
}
#box06 .lyt-inner{
    max-width: 937px;
    width: 100%;
}
#box06 .lyt-inner img{
    width: 100%;
}
}

#box07{
}
#box07 h1.lyt-hdg{
    max-width: 90px;
}
#box07 dl{
    width: 90%;
    margin: auto;
}

#box07 .btn{
    position: relative;
    cursor: pointer;
    color: #FFF;
    padding: .5em 1.6em .5em 2.7em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../images/box_008_list.jpg) no-repeat center center;
    background-size: 100% auto;
    letter-spacing: .08em;
}
#box07 .btn:before {
    content: "Q";
    position: absolute;
    top: .05em;
    left: .5em;
    font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
}
#box07 .btn:after, 
#box07 .btn.active:after {
    content: " ";
    position: absolute;
    top: .8em;
    right: .5em;
    display: block;
    width: 20px;
    height: 13px; 
}
#box07 .btn.active::after {
    background: url(../images/box_008_list_on.png) no-repeat left top;
    background-size: cover;
}
#box07 .btn::after {
    background: url(../images/box_008_list_off.png) no-repeat left top;
    background-size: cover;
}

#box07 .open{
    position: relative;
    font-size: 1.4rem;
    color: #e91254;
    padding: 0em 1em 1.6em 3em;
    line-height: 1.5;
    letter-spacing: .08em;
}
#box07 .open:before {
    content: "A";
    position: absolute;
    top: -3px;
    left: .5em;
    color: #e91254;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

@media (min-width: 768px) {
    

#box07{
    padding: 7%;
}
#box07 h1.lyt-hdg{
    max-width: 123px;
}
#box07 dl{
    max-width: 790px;
    width: 95%;
}

#box07 .btn{
    padding: .5em 1em .5em 2.7em;
    font-size: 2rem;
    font-weight: normal;
}
#box07 .btn:before {
    font-size: 3rem;
}
#box07 .open{
    font-size: 1.6rem;
    padding: 0em 1em 1.6em 3em;
}
#box07 .open:before {
    font-size: 3rem;
}
}

#box08{
    background: #fff2f4;
}
#box08 h1.lyt-hdg{
    max-width: 260px;
}
#box08 .lyt-inner{
    width: 90%;
    margin: auto;
    line-height: 0;
}
#box08 .lyt-form{
    padding: 5% 0;
    width: 100%;
    margin: auto;
}
#box08 .lyt-form th{
    font-size: 1.4rem;
    font-weight: bold;
    padding: .6em 0em 0em 1em;
    vertical-align: top;
}
#box08 .lyt-form th .add{
	border-radius: 4px;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    padding: .2em .8em;
    margin-left: 1em;
    color: #fff;
    letter-spacing: .08em;
    background-color: #e91254;
}
#box08 .lyt-form td{
    font-size: 1.4rem;
    padding: 1em;
    vertical-align: top;
}



@media (max-width: 767px) {

#box08 .lyt-form th,
#box08 .lyt-form td{
    width: 100%;
    display: block;
}
    
}
#box08 .lyt-form td .error{
    display: block;
    font-size: 1.2rem;
    color: #fff;
    padding: .6em .8em;
    letter-spacing: .08em;
    background-color: #e91254;
}
#box08 .lyt-form input[type="text"],
#box08 .lyt-form input[type="tel"],
#box08 .lyt-form input[type="email"],
#box08 .lyt-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    width: 100%;
    border: 0;
    padding: .6em;
    color: #333;
    background-color: #fff;
    border: solid 1px #dddddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
#box08 .lyt-form input[type="text"].lyt-add,
#box08 .lyt-form input[type="tel"].lyt-add,
#box08 .lyt-form input[type="email"].lyt-add,
#box08 .lyt-form textarea.lyt-add {
    border: solid 1px #e91254;
}
#box08 .lyt-form input[type="text"].lyt-s {
    width: 20%;
    margin-right: .5em;
}
#box08 .lyt-form select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 0px;
    width: 100%;
    border: 0;
    padding: .6em;
    color: #333;
    border: solid 1px #dddddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select_arrow.png) no-repeat 95% center;
}
#box08 .lyt-form select.lyt-add {
    border: solid 1px #e91254;
}

#box08 .lyt-form .nav-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#box08 .lyt-form .nav-list input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    color: #FFF;
    width: 160px;
    height: 50px;
    position: relative;
    background: url(../images/box_009_nav.png) no-repeat left top;
    background-size: contain;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -99999px;
}
#box08 .lyt-form .nav-list input +  input {
    margin-left: 1em;
}
#box08 .lyt-form .nav-list input[type="submit"].lyt-back {
    width: 140px;
    height: 60px;
    background: url(../images/box_009_nav02.png) no-repeat left top;
    background-size: cover;
}
#box08 .lyt-form .nav-list input[type="submit"].lyt-go {
    width: 140px;
    height: 60px;
    background: url(../images/box_009_nav01.png) no-repeat left top;
    background-size: cover;
}
#box08 .lyt-enddoc {
    padding: 4% 0 0;
    text-align: center;
    font-size: 1.6rem;
}

@media (min-width: 768px) {

#box08{
    padding: 7%;
    background: #fff2f4;
}
#box08 h1.lyt-hdg{
    max-width: 450px;
}
#box08 .lyt-inner{
    max-width: 595px;
    margin: auto;
    line-height: 0;
}
#box08 .lyt-form{
    padding: 5% 0;
    max-width: 720px;
    margin: auto;
}
#box08 .lyt-form th{
    font-size: 1.8rem;
    padding: 1em;
}
#box08 .lyt-form td{
    font-size: 1.8rem;
}
#box08 .lyt-form .nav-list input[type="submit"] {
    width: 241px;
    height: 76px;
}
#box08 .lyt-form .nav-list input[type="submit"].lyt-back,
#box08 .lyt-form .nav-list input[type="submit"].lyt-go {
    width: 178px;
    height: 76px;
}
#box08 .lyt-enddoc {
    padding: 5% 0 0;
    font-size: 2rem;
}

}