@charset "UTF-8";


/*-----header-----*/


#header .logo{
    width:200px;
}

.header-nav{
    display: -webkit-flex; /* Safari */
  display: flex;
    -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}


.header-btn-1{
    width:30%;
}
@media screen and (max-width: 767px) {
    
    #header .logo{
    width:150px;
        padding-right:1em;
}
    .header-btn a{
    font-size: .7rem;
}
    
    .header-btn-1{
    width:50%;
}
    .header-btn-1 a{
    font-size: .7rem;
}
}

.header-wrapper {
    background: url("../img_lp/header_img.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 800px;
    position: relative;
}

/* 透過した黒を重ねる指定 */
.header-wrapper::before {
    /* 透過した黒を重ねる */
    background-color: rgba(255, 255, 255, 0.5);
    /* どの範囲に重ねるかを指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    width:100%;
}

.header-wrapper .header-cont{
    position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
        margin:auto;
        text-align: center;
    display: -webkit-flex; /* Safari */
  display: flex;
    -webkit-justify-content: center; /* Safari */
  justify-content:         center;
   
}

.top-slide{
    width:550px;
    height:100%;
}


/*-----//header-----*/


/*-----title-----*/

#about h3{
    color:#ff8700;
    font-size: 2.5rem;
    font-weight: bold;
}

h2{
    font-size:3em !important;
}

/*-----//title-----*/



/*-----main-----*/


.bg-blue{
    background:#1c509e;
}
.bg-light-blue{
    background:#d2e4ff;
}


.bg-yellow{
    background:#fff000;
}

.border-bottom{
    border-bottom:1px solid #ddd;
}


.container-wrapper{
    padding:5em 0;
}

.bold{
    font-weight:bold;
}

.text-blue{
    color:#1c509e;
}

.pt-6{
    padding-top: 4.5em;
}

iframe{
    width:100%;
    height:650px; 
}

@media screen and (max-width: 767px) {
    
    .pt-6{
    padding-top: 2em;
}
    iframe{
    height:350px; 
}
}


/*-----//main-----*/



/*-----about-----*/



.about-content p{
    font-size:2em;
}


/*-----//about-----*/

/*-----experience-----*/


.experience-wrapper{
    border:5px solid #b3b3b3;
    background:#fff;
}


/*-----//experience-----*/

/*-----resolution-----*/

.resolution-bg{
    background:url(../img_lp/resolution-bg.jpg) no-repeat;
    background-size: cover;
}


.resolution_img01{
    margin-top:-7em;
}

.resolution{
    padding-top:6em;
}

.border-blue{
    border:solid 5px #1c509e;
    background:#fff;
}

/*-----//resolution-----*/

/*-----price-----*/

.price-bg{
    background:url(../img_lp/price.jpg) no-repeat;
    background-size: cover;
}

/*-----//price-----*/

/*-----possible-----*/

.possible-bg{
    background:url(../img_lp/possible.jpg) no-repeat;
    background-size: cover;
}

/*-----//possible-----*/





    ul.travel li{
        border-bottom:1px solid $color-grey;
        padding-bottom:1em;
            margin-bottom: 1.0em;
    }






#triangle{
    position: relative
}

#triangle::before{
        width: 0;
    height: 0;
    border-top: 30px solid #1c509e;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    content: ""; 
}


#triangle-light-blue{
    position: relative
}

#triangle-light-blue::before{
        width: 0;
    height: 0;
    border-top: 30px solid #d2e4ff;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    content: ""; 
}



#triangle-yellow{
    position: relative
}

#triangle-yellow::before{
        width: 0;
    height: 0;
    border-top: 30px solid #fff000;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    content: ""; 
}





/*-----ボタン-----*/

.square_btn{
    display: inline-block;
    padding: .5em 0;
    text-decoration: none;
    background: #ff8700;/*ボタン色*/
    color: #FFF;
    width:100%;
    border-bottom: solid 6px #b66000;
    border-radius: 3px;
    font-size:2rem;
}
.square_btn:hover {/*ボタンを押したとき*/
    color: #fff;
    text-decoration: none
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


.square_btn02-1{
    display: inline-block;
    padding: .5em 0;
    text-decoration: none;
    background: #ff8700;/*ボタン色*/
    color: #FFF;
    width:100%;
    border-bottom: solid 6px #b66000;
    border-radius: 3px;
    font-size:1.2rem;
}
.square_btn02-1:hover {/*ボタンを押したとき*/
    color: #fff;
    text-decoration: none
}
.square_btn02-1:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


.square_btn02-2{
    display: inline-block;
    padding: .5em 0;
    text-decoration: none;
    background: #1c509e;/*ボタン色*/
    color: #FFF;
    width:100%;
    border-bottom: solid 6px #133c7b;
    border-radius: 3px;
    font-size:1.2rem;
}
.square_btn02-2:hover {/*ボタンを押したとき*/
    color: #fff;
    text-decoration: none
}
.square_btn02-2:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


/*-----//ボタン-----*/



/*-----footer-----*/

footer li a{
    text-decoration: underline;
}


/*-----//footer-----*/







/*-------------------------

-----利用規約

-------------------------*/


.terms-title{
    border-left:5px solid #1c509e;
}


.fs-2{
    font-size:1.5em;
}



.square_btn_new{
    display: inline-block;
    padding: .5em 0;
    text-decoration: none;
    background: #ddd;/*ボタン色*/
    color: #FFF;
    width:100%;
    border-bottom: solid 6px #9b9b9b;
    border-radius: 3px;
    font-size:1.2rem;
}

.on a{
    display: inline-block;
    padding: .5em 0;
    text-decoration: none;
    background: #ff8700;/*ボタン色*/
    color: #FFF;
    width:100%;
    border-bottom: solid 6px #b66000;
    border-radius: 3px;
    font-size:1.2rem;
}
.on a:hover {/*ボタンを押したとき*/
    color: #fff;
    text-decoration: none
}
.on a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


.scroll{
    overflow: scroll;
    overflow-x: hidden;
    background:#eee;
    border:1px solid #ddd;
    padding:2em 1em;
    height:750px;
    width:100%;
}



/*-------------------------

-----//利用規約

-------------------------*/


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


    /*-----title-----*/
    
    h1.terms-title{
        font-size:1.5em;
    }
    
    #about h3 {
        color: #ff8700;
        font-size: 2rem;
        font-weight: bold;
    }

    h2 {
        font-size: 3em !important;
    }

    /*-----//title-----*/
    .header-wrapper .header-cont {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Safari用 */
        transform: translateY(-50%);
        margin: auto;
        text-align: center;
        display: -webkit-inline;
        /* Safari */
        display: inline;
        padding: 3em 0;
    }

    .top-slide {
        width: 100%;
        height: 100%;
    }


    h2 {
        font-size: 1.5em !important;
    }

    h3 span {
        font-size: 2rem;
    }

    .square_btn {
        display: inline-block;
        padding: 1.5em 0;
        text-decoration: none;
        background: #ff8700;
        /*ボタン色*/
        color: #FFF;
        font-weight:bold;
        width: 95%;
        border-bottom: solid 6px #b66000;
        border-radius: 3px;
        font-size: 1rem;
    }

}


/*-------------------------

-----//FAQ

-------------------------*/

.accordion ul {
	width:100%;
	padding:0;
}
.accordion li {
	position:relative;
	border-bottom:1px solid #ccc;
	list-style:none;
}
.accordion li:first-child {
	border-top:1px solid #ccc;
}

.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1.5em 1em;
	position: relative;
    background: #ff8700;
    color:#fff !important;
}

.accordion > ul > li > a:hover {
    background: #FFA239;
}
.accordion > ul > li > a h5:hover {
	text-decoration:none;
}
.accordion > ul > li > p {
	display: none;
	text-align:left;
	padding:1em .8em 1.4em 1em;
	color:#555;
	line-height:1.8;
    background: #fff;
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:1em 1em 1.4em 1em;
	color:#555;
	line-height:1.8;
    background: #fff;
}
.accordion figcaption {
	height:10em;
}
.accordion figcaption.android {
	height:4em;
}

@media screen and (max-width: 767px) {
    
    #faq h3{
        font-size:1rem;
    }
    
    #faq h5{
        font-size:.8rem;
    }
    
    .accordion figcaption {
        height:auto;
        padding:1em 0;
    }
    
    .accordion li .accordion_icon{
        display:none !important;
    }
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:35px;
	right:10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 1px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.charge-method-title h2{
    font-size:1.3rem !important;
}