@charset "utf-8";

/* common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial,  Meiryo, sans-serif;
}
p{
    font-weight: 500;
}
.italic{
    font-style: italic;
}
a:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.line-txt {
    background: linear-gradient(transparent 70%, #e8d45f 70%);
    background: -moz-linear-gradient(transparent 70%, #e8d45f 70%);
    background: -webkit-linear-gradient(transparent 70%, #e8d45f 70%);
    background: -ms-linear-gradient(transparent 70%, #e8d45f 70%);
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.green-txt{
    color: #276070;
}

/* HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#Header {
    width: 100%;
    position: fixed;
    top: 24px;
    left: 0;
    z-index: 10000;
}
#Header .Inner_Box{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1550px;
}
#Header .Inner_Box > *{
    border-radius: 10px;
}
#Header .Inner_Box h1 img{
    width: 359px;
    display: block;
}
#Header .Inner_Box h1 a{
    width: 396px;
    display: block;
    padding: 30px 0 28px 36px;
}
#Header .Inner_Box .btns{
    max-width: 400px;
    width: 40%;
}
#Header .Inner_Box .btns div{
    position: relative;
    display: block;
    width: 50%;
    height: 98px;
    text-align: center;
}
#Header .Inner_Box .btns a{
    width:100%;
    height: 100%;
    font-size: 1.6rem;
    position: relative;
    color: #fff;
}
#Header .Inner_Box .btns a:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
#Header .btns .btn-schedule a{
    background: #276070;
}
#Header .btns .btn a span:before{
    content: "";
    display: block;
}
#Header .btns .btn-schedule a span:before{
    width: 34.5px;
    height: 34.5px;
    margin: 6px auto -1px;
    background: url(../images/ico-calendar.png) no-repeat 50% 50%;
    background-size: contain;
}
#Header .btns .btn-reserved a span:before{
    width: 34px;
    height: 20px;
    margin: 10px auto 6px;
    background: url(../images/ico-ticket.png) no-repeat 50% 50%;
    background-size: contain;
}
#Header .btns .btn-reserved a{
    background: #e27b35;
}

/* FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#Footer {
    position: relative;
    padding: 15px 0 0;
}
#Footer .Inner_Box{
    max-width: 1140px;
}
#Footer .sns-btns{
    position: absolute;
    right: 0;
    top: 0;
}
#Footer .sns-btns li a{
    display: block;
    padding: 5px 14px;
}
#Footer .sns-btns li a:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
#Footer .btns{
    margin: 0 auto 60px;
}
#Footer .btns .btn {
    width: 50%;
    text-align: center;
    height: 350px;
}
#Footer .btns .btn a{
    font-size: 3rem;
    color: #fff;
    /*display: block;*/
    width: 100%;
    height: 100%;
    position: relative;
}
#Footer .btns .btn a:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
#Footer .btns .btn a:before {
    content: "";
    display: block;
    width: 97px;
    height: 60px;
    margin: -7px auto 7px;
    background: url(../images/ico-arrow-02.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 75px;
    margin-top: -27px;
}

@media screen and (max-width: 1360px) and (min-width: 751px) {
    #Footer .btns .btn a:before {
        right: 5%;
        width:13.5%;
    }
}
#Footer .btns .btn-schedule a{
    border-right: 2px solid #fff;
    background: #276070 url(../images/bg-btn-schedule.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#Footer .btns .btn a span:before{
    content: "";
    display: block;
}
#Footer .btns .btn-schedule a span:before{
    width: 69px;
    height: 69px;
    margin: -7px auto 7px;
    background: url(../images/ico-calendar.png) no-repeat 50% 50%;
    background-size: contain;
}
#Footer .btns .btn-reserved a span:before{
    width: 68px;
    height: 40px;
    margin: 15px auto 15px;
    background: url(../images/ico-ticket.png) no-repeat 50% 50%;
    background-size: contain;
}
#Footer .btns .btn-reserved a{
    border-left: 2px solid #fff;
    background: #e27b35 url(../images/bg-btn-reserved.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#Footer .logo{
    margin:0 0 25px;
}
#Footer p{
    font-size: 1.4rem;
    padding: 0 0 0 5px;
}
#Footer .Copy_Right{
    font-size: 1.2rem;
    background: #276070;
    text-align: center;
    color: #fff;
    margin: 64px 0 0 0;
    padding: 12px 0;
}

/* js-accordion
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.js-accordion{
}
.js-accordion .js-accordion-li{
    width: 30.3333%;
    transition: all .4s ;
    opacity: 1;
    height: auto;
    margin-bottom: 6.5%;
    transition: all .4s;
    cursor: pointer;
}
.js-accordion .js-accordion-li:nth-child(2),
.js-accordion .js-accordion-li:nth-child(3n+2) {
    margin-left:4.5%;
    margin-right:4.5%;
}
.js-accordion .is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding:0;
    margin-bottom:0;
}
.js-accordion-li figure{
    overflow:hidden;
    border-radius: 20px;
    margin: 0 auto 18px;
}
.js-accordion-li figure img {
    width: 100%;
    border-radius: 20px;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center center;
}
.js-accordion-li a{
    display: block;
}
.js-accordion-li:hover *{
    color:#FFCEBD !important;
    border-color:#FFCEBD !important;
}
.js-accordion-li:hover figure img{
    transform:scale(1.1);
}
.js-accordion-li .title{
    font-size: 1.6rem;
    margin: 5px 0 0;
}

/* Title - 見出し -
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.Heading-q {
    position: relative;
    text-align: center;
    background: #276070 url(../images/midashi-bg.png) repeat-x 100%;
    background-size: auto 140px;
    margin: 0 auto 180px;
}
.Heading-q:after {
    content: "";
    width: 100%;
    height: 116px;
    bottom: -135px;
    position: absolute;
    left: 0;
    background: url(../images/ico-circle.png) no-repeat 50% 100%;
    background-size: contain;
}
.Heading-q span{
    top: -40px;
    height: 140px;
    position: relative;
    z-index: 5;
    display: block;
}
.Heading-A{
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 2.2em;
}
.Heading-A span{
    font-size:7rem;
    color: #276070;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}
.Heading-B{
    font-size: 3.6rem;
    margin:0 auto 1.2em;
    text-align: center;
    font-weight: 500;
}
.Heading-B span{
    padding: 0 1.3em;
    border: 2px solid #276070;
    border-radius: 5em;
    display: inline-block;
    background:#fff;
}
.Heading-B i{
    font-size: 4.8rem;
}
.Heading-C{
    font-size: 3.6rem;
    margin:0 auto 1.5em;
    text-align: center;
    font-weight: 500;
}
.Heading-C span{
    padding: 0 1.3em;
    border-radius: 5em;
    display: inline-block;
    background: #fff;
}
.Heading-C i{
    font-size: 4.8rem;
}

/*  Main_View
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#Main_View{
    background: #f5f1ed;
}
#Main_View figure{
}
#Main_View figure img{
    width: 100%;
    height: auto;
}

/*  welcome
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#welcome{
    padding: 0 0 0;
    position: relative;
    background: #f5f1ed;
}
#welcome .welcome-1 figure{
    width:50%;
    max-width: 797px;
    top: -10px;
    right: 0;
    position: absolute;
}
@media screen and (min-width: 1401px) {
    #welcome .welcome-1 .Inner_Box{
        z-index: 3;
    }
    #welcome .welcome-1 figure {
        width: 100%;
        max-width: 100%;
    }
    #welcome .welcome-1 figure picture{
        display: block;
        width: 1400px;
        margin: 0 auto;
        z-index: 1;
        text-align: right;
    }
    #welcome .welcome-1 figure picture img{
        width: 50%;
        max-width: 797px;
    }
}
#welcome .welcome-1{
    padding: 80px 0 105px;
    position: relative;
    background: url(../images/bg-welcome.png) no-repeat 50% 100%;
    background-size: 100% auto;
}
#welcome .welcome-1 h2{
    margin: 0 0 2.5em;
}
#welcome .welcome-1 p{
    margin: 0 0 2.2em;
    line-height: 2.2;
}
#welcome .welcome-2{
    padding: 48px 0 62px 35px;
    background: #fff;
}

/*  q1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#q1{
    padding: 0 0 400px;
    background: #f5f1ed;
    position: relative;
}
#q1:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg-q1.png) center no-repeat;
}
/*
@media screen and (min-width: 1601px) {
    #q1:before{
        background-size: 100% auto;
    }
}
*/
#q1 .Heading-q{
    margin-bottom: 60px;
    z-index: 5;
}
#q1 .Inner_Box{
    padding: 105px 0 0;
    max-width: 1130px;
    height: 1345px;
    z-index: 1;
}
#q1 .Inner_Box:before{
    content: "";
    width: 1170px;
    height: 1170px;
    background:#fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#q1 .Inner_Box > *{
    position: relative;
    z-index: 5;
}

#q1 .figure{
	padding: 180px 0 0;
}

#q1 ul {
    margin: 0 auto 18px;
    max-width: 1040px;
}
#q1 ul li{
    font-size: 3rem;
    padding: 19px 10px;
    width: 32%;
    border: 2px solid #000;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    font-weight: 500;
}
#q1 ul li:after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 31px;
    background: url(../images/ico-sweat.png) no-repeat 50% 50%;
    background-size: contain;
    margin: -6px 0 0 3px;
    vertical-align: middle;
}

#q1 .txt-box{
	position: relative;
}
#q1 .txt-box:before{
	position: absolute;
	content: "";
	width: 100vw;
	min-width: 1600px;
	height: 322px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	background: url(../images/bg-q1-onpu.png) center/100% no-repeat;
}

#q1 .txt-box p{
    font-size: 3rem;
    text-align: center;
    line-height: 1.7;
}
#q1 .txt-box p.txt-2{
    font-size: 4rem;
    margin: .5em auto .1em;
}
#q1 .txt-box p.txt-3{
    font-size: 5.4rem;
    margin: 0 auto .2em;
}
#q1 .txt-box p.txt-3 span{
    position: relative;
    display: inline-block;
}
#q1 .txt-box p.txt-3 span:before{
    content: "...";
    position: absolute;
    top: -1em;
    left: 0;
    letter-spacing: .6em;
    text-indent: .35em;
    width: 110%;
    height: 1.3em;
    overflow: hidden;
    text-align: center;
}
#q1 .txt-box p.txt-5{
    font-size: 3.6rem;
    margin: .5em auto 1.1em;
    line-height: 1.2;
}
#q1 .txt-box p.txt-5 span{
    font-size: 4.8rem;
}

#q1 .movie{
	position: relative;
	width: 655px;
	margin: 0 auto;
	border: 3px solid #276070;
	border-radius: 20px;
	padding: 19px;
}
#q1 .movie:before{
	position: absolute;
	top: -55px;
	left: calc(100% - 70px);
	content: "";
	width: 130px;
	height: 130px;
	background: url(../images/movie.png) center/130px no-repeat;
}

#q1 .coment001 { text-align: center; font-size: 21px; }

#q1 .movie .flex{ 
	display: flex;
	z-index: 200;
	flex-wrap: nowrap;
	align-items: center;
}

#q1 .movie .yotube{
	aspect-ratio: 16 / 9;
}
#q1 .movie .yotube iframe{
	width: 100%;
	height: 100%;
}

#q1 .movie .text{
	padding: 0 0 0 20px;
}

#q1 .movie p:first-of-type{
	font-size: 24px;
	line-height: 36px;
	color: #000;
	padding: 0 0 20px 0;
}

#q1 .movie p:last-of-type{
	width: 230px;
	font-size: 18px;
	line-height: 29px;
	border: 2px solid #276070;
	border-radius: 50px;
}

#q1 .movie p:last-of-type a{
	padding: 5px 0 7px;
	position: relative;
	text-decoration: none;
	color: #276070;
	font-weight: 600;
	text-align: center;
	display: block;
}
#q1 .movie p:last-of-type a:hover{
	color: #fff;
	background: #276070;
	border-radius: 50px;
}

#q1 .movie p:last-of-type a:after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 15px;
	right: 20px;
	border-right: 2px solid #276070;
	border-top: 2px solid #276070;
	transform: rotate(45deg);
}


/*  cta
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.cta{
	background: url(../images/bg_cta.jpg) center/cover no-repeat; 
	padding: 32px 0 60px;
	position: relative;
	z-index: 1;
}
.cta.cta02{
	padding: 32px 0;
}

.cta .btn-wrap{
	text-align: center;
}



/*  q2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#q2 {
    padding: 0 0 145px;
    background: url(../images/bg-q4.png) repeat-y;
    background-size: 100% auto;
}
#q2 .q2-1{
    /* max-width: 895px; */
    margin: -14px auto 15px;
    padding: 0 0 0 95px;
}
#q2 .q2-1 div{
    width: calc(100% - 265px);
    padding: 1.4em 0 0 .5em;
}
#q2 .q2-1 div p{
    font-size: 3.6rem;
    line-height: 2;
}
#q2 .q2-1 div .txt-1 span{
    font-size: 4.8rem;
}
#q2 .q2-1 div .txt-2 span{
    background: #e8d45f;
    border-radius: 10px;
    padding: 0.5em 1em;
    display: inline-block;
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 0 .2em 0 .1em;
}
#q2 .q2-1 div .txt-2 span i.PC{
    display: inline-block;
}
#q2 .q2-1 div .txt-2 span i.green-txt{
    font-size: 6rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 .1em;
}
#q2 .q2-2 .txt-1{
    text-align: center;
    font-size: 3.6rem;
    margin: 0.7em auto 0;
}
#q2 .q2-2 .txt-1 span:before,
#q2 .q2-2 .txt-1 span:after{
    content: "";
    width: 30px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin:0 5px;
}
#q2 .q2-2 .txt-1 span:before{
    background: url(../images/ico-sarani-1.png) no-repeat 50% 50%;
    background-size: contain;
}
#q2 .q2-2 .txt-1 span:after{
    background: url(../images/ico-sarani-2.png) no-repeat 50% 50%;
    background-size: contain;
}
#q2 .q2-2 .price-box p{
    font-size: 3.6rem;
    width: 50%;
    padding: 0 0.8em;
    text-indent: 0.4em;
}
#q2 .q2-2 .price-box{
    max-width: 835px;
    margin: 0 auto;
}
#q2 .q2-2 .price-box p span i{
    font-size: 6rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 0 .1em;
}
#q2 .q2-2 .price-box p .box {
    display: block;
    background: #000;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 4.8rem;
    margin: 0.4em auto 0;
    line-height: 2.1;
    text-indent: 0;
    font-weight: 500;
}
#q2 .q2-2 .price-box .price-65 .box {
    background: #276070;
}
#q2 .q2-2 .price-box .price-25 .box {
    background: #ae0f0f;
}
#q2 .q2-2 .txt-2{
    text-align: center;
    font-size: 3.6rem;
    margin: 0.4em auto 2.5em;
}
#q2 .q2-2 .txt-2 span{
    font-size: 4.8rem;
}
#q2 .q2-2 .txt-box{
    border: 8px solid #ccc;
    border-radius: 15px;
    padding: .7em 2.4em 1em;
    position: relative;
    max-width: 780px;
    margin: 0 auto;
}
#q2 .q2-2 .txt-box:before {
    content: "";
    width: 182px;
    height: 204px;
    position: absolute;
    top: -53px;
    right: 25px;
    background: url(../images/img-q2-2.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: 1;
}
#q2 .q2-2 .txt-box p {
    font-size: 2.6rem;
    line-height: 1.5;

}

/*  q3
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#q3{
    background: #f5f1ed;
}

#q3 .q3-1 {
    padding: 15px 0 0 0;
    position: relative;
}
#q3 .q3-1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 100px;
    background: url(../images/bg-q3.png) no-repeat 50% 0;
    background-size: 1600px;
    left: 0;
}
/*
#q3 .q3-1:before,
#q3 .q3-1:after{
    content: "";
    position: absolute;
    top: -75px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#q3 .q3-1:before{
    top: 120px;
    width: 413px;
    height: 462px;
    background: url(../images/bg-q3-1.png) no-repeat 0 0;
    background-size: contain;
    left: 0;
}
#q3 .q3-1:after{
    top: 100px;
    width: 384px;
    height: 426px;
    background: url(../images/bg-q3-2.png) no-repeat 0 100%;
    background-size: contain;
    right: 0;
}
*/
@media screen and (min-width: 1601px) {
}

#q3 .q3-1 .Inner_Box > *{
    position: relative;
    z-index: 3;
}
#q3 .q3-1 ul li{
    margin:0 17px;
}
#q3 .q3-2 {
    padding: 0 0 138px 0;
}
#q3 .q3-2 .Inner_Box:before,
#q3 .q3-2 .Inner_Box:after{
    content: "";
    position: absolute;
}
#q3 .q3-2 .Inner_Box:before{
    left: -18px;
    top: 83px;
    width: 209px;
    height: 529px;
    background:url(../images/img-q3-1.png) no-repeat 50% 50%;
    background-size: contain;
}
#q3 .q3-2 .Inner_Box:after{
    right: -3px;
    width: 191px;
    height: 580px;
    top: 45px;
    background:url(../images/img-q3-2.png) no-repeat 50% 50%;
    background-size: contain;
}
#q3 .q3-2 .Inner_Box{
    z-index: 3;
}
#q3 .q3-2 p{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.7;
}
#q3 .q3-2 .txt-1{
    margin: .95em auto 1em;
}
#q3 .q3-2 .txt-2{
    margin: .7em auto 1.5em;
}
#q3 .q3-2 figure{
    max-width: 1100px;
    width: 98%;
    margin:0 auto;
}
#q3 .knowledge-box{
    text-align: center;
}
#q3 .knowledge-box dt{
    position: relative;
    z-index: 3;
}
#q3 .knowledge-box dt:before{
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 7px;
    background: url(../images/ico-mame.png) no-repeat 50% 50%;
    background-size: contain;
}
#q3 .knowledge-box dt span{
    display: inline-block;
    background: #e6650c;
    color: #fff;
    font-size: 3rem;
    padding: 0 1em;
    line-height: 1.5;
    width: 100%;
    max-width: 330px;
    border-radius: 10px;
}
#q3 .knowledge-box dd{
    font-size: 2rem;
    padding: 1.4em 0 0.9em;
    max-width: 655px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: -1em;
    z-index: 1;
}
/*  q4
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#q4 {
    background: url(../images/bg-q4.png) repeat-y;
    background-size: 100% auto;
    padding: 0 0 1px;
}
#q4 .btn-wrap{
    text-align: center;
}
#q4 .q4-1{
    padding: 12px 0 50px;
}
#q4 .q4-1 dl dt{
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
}
#q4 .q4-1 dl dd ol li {
    margin: 45px 25px 25px;
}
#q4 .q4-2{
    margin: -5px auto 35px;
    max-width: 1035px;
}
#q4 .q4-3{
    margin: -5px auto 125px;
    max-width: 1045px;
}
#q4 .q4-2 p,
#q4 .q4-3 p{
    font-size: 3.6rem;
    padding: 0 0 0 10px;
    line-height: 1.7;
}
#q4 .q4-2 div{
    padding: 62px 0 0 11px;
    width: calc(100% - 502px);
}
#q4 .q4-3 div{
    padding:25px 0 0;
    width: calc(100% - 535px);
}
#q4 .guide-box > *{
    text-indent: 10px;
}
#q4 .guide-box dt{
    font-size: 2.8rem;
    font-weight: 500;
}
#q4 .guide-box dd{
    font-size: 2rem;
    font-weight: 500;
}
#q4 .guide-box dd span{
    font-size:7rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1.1;
}

/*  q5
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#q5{
	margin: 0 0 -60px;
}

#q5 .q5-1{
    position: relative;
}
#q5 .q5-1:before{
    content: "";
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-q5.png) no-repeat 50% 0;
    background-size: 1600px auto;
    z-index: 1;
}
/*
@media screen and (min-width: 1601px) {
    #q5 .q5-1:before{
        background-size: 100% auto;
    }
}
*/
#q5 .Inner_Box > *{
    position: relative;
    z-index: 5;
}
#q5 .txt-box{
    text-align: center;
    margin: 0 auto 44px;
}
#q5 .txt-box p{
    font-size:3.6rem;
}
#q5 .txt-box p.txt-1{
    padding-left: 1em;
}
#q5 .txt-box p .border-txt{
    display: inline-block;
    padding: 0.3em 0.7em;
    border: 5px solid #e8d45f;
    border-radius: 19px;
    vertical-align: middle;
    margin: -10px .2em 10px;
}
#q5 .txt-box p .green-txt{
    font-size: 4.8rem;
    margin: 0.1em 0.1em 0 0.1em;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .2px;
    position: relative;
    top: 0.1em;
}
#q5 .access-box-wrap{
    max-width: 1100px;
    margin: 0 auto;
}
#q5 .access-box{
    max-width: 520px; 
}
#q5 .access-box dt {
    font-size: 3rem;
    padding: 72px 0 5px;
    font-weight: 500;
    position: relative;
    text-align: center;
}
#q5 .access-box dt:before {
    content: "";
    width: 100%;
    height: 69px;
    position: absolute;
    top: 0;
    left: 0;
}
#q5 #access-01 dt:before{
    background: url(../images/midashi-access-01.png) no-repeat 50% 50%;
    background-size: contain;
}
#q5 #access-02 dt:before {
    background: url(../images/midashi-access-02.png) no-repeat 50% 50%;
    background-size: contain;
}
#q5 .access-box dd {
    font-size: 1.4rem;
    margin: 11px 0 0;
}
#q5 .access-box dd ul li{
    line-height: 1.7;
    font-size: 1.6rem;
    padding: 0 0 0 1.2em;
    position: relative;
    font-weight: 500;
}
#q5 .access-box dd ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #276070;
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0;
    border-radius: 100%;
}
#q5 figure{
    margin: 110px auto 0;
}
@media screen and (min-width: 1601px) {
    #q5 figure img{
        width: 100%;
    }
}

/*  faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#faq {
    padding: 25px 0 85px;
}
#faq .faq-box{
    border: 1px solid #000;
    max-width: 880px;
    margin: 0 auto;
}
#faq .faq-box dt:first-child {
    border-top:none;
}
#faq .faq-box dt {
    padding: 26px 10px 26px 105px;
    font-size: 2.4rem;
    font-weight: 700;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    min-height: 100px;
}
#faq .faq-box dt:after {
    content: "";
    width: 21px;
    height: 10.5px;
    position: absolute;
    right: 32px;
    top: 44px;
    background: url(../images/ico-arrow.png) no-repeat 50% 50%;
    background-size: contain;
    transform: rotate(180deg);
}
#faq .faq-box dt.active:after {
    transform: rotate(0deg);
}
#faq .faq-box dd {
    padding: 10px 10px 48px 105px;
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
}
#faq .faq-box dt:before,
#faq .faq-box dd:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 30px;
    top: 20px;
}
#faq .faq-box dt:before {
    background: url(../images/ico-q.png) no-repeat 50% 50%;
    background-size: contain;
}
#faq .faq-box dd:before {
    background: url(../images/ico-a.png) no-repeat 50% 50%;
    background-size: contain;
}
#faq .faq-box dd p{
    font-size: 1.4rem;
    margin: .6em auto 0;
    font-weight: 400;
}
#faq .faq-box dd a{
    text-decoration: none;
    color: #224ea0;
    border-bottom: 1px solid #224ea0;
}
#faq .faq-box dd p a:after{
    content: "";
    width: 15px;
    height: 11px;
    vertical-align: middle;
    margin:0 0 0 5px;
    display: inline-block;
    background: url(../images/ico-link.png) no-repeat 50% 50%;
    background-size: contain;
}

/* Max 751
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (min-width: 751px) {
    #Slide_Menu {
        display: none;
    }
    #Header .SP{
        display: none;
    }
    .Property_Box .List .slick-track {
        width: 100% !important;
    }
    .Property_Box .List .slick-slide {
        width: 33.3333% !important;
        padding: 0 0 10px 10px;
        background: #fff;
    }
} /* Min 751 */

/* Max 750
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 750px) {

/* Common
━━━━━━━━━━━━━━━━━━━━━━*/

    body.page{
        padding-top: 0 !important;
    }
    body.open {
        overflow: hidden;
    }
    div,
    p,
    dt,
    dd,
    li {
        font-size: 3rem;
        font-size: 3.4vw;
    }

    br.PC {
        display: none;
    }
    br.SP {
        display: block;
    }
    .PC {
        display: none;
    }
    .SP {
        display: block;
    }

    img.PC {
        display: none;
    }
    img.SP {
        display: inline-block;
        height: auto;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea {
        width:100%;
    }
    textarea {
        min-height: 10em;
    }

    /* Common
    ━━━━━━━━━━━━━━━━━━━━━━*/
    .Inner_Box{
        width: 86%;
    }

    /* Wrapper
    ━━━━━━━━━━━━━━━━━━━━━━*/

    #Wrapper {
        min-width: inherit;
        background: #fff;
        position: relative;
        z-index: 3;
    }
    /*
    #Wrapper > * {
        position: relative;
        z-index: 3;
    }
    */

    /* Header
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #Header{
        top: 2.8vw;
    }
    #Header .Inner_Box {
        width: 93.5vw;
        border-radius: 2.5vw;
    }
    #Header .Inner_Box .btns {
        max-width: 340px;
        width: 49%;
    }
    #Header h1{
        width: 51%;
    }
    #Header .Inner_Box h1 a {
        width: 100%;
        display: block;
        padding: 3.4vw;
    }
    #Header .Inner_Box .btns div {
        height: 13.3vw;
    }
    #Header .Inner_Box .btns a {
        font-size: 2.6rem;
        font-size: 3.46vw;
        line-height: 1.2;
    }
    #Header .Inner_Box .btns div.btn-reserved{
        width: 47%;
    }
    #Header .Inner_Box .btns div.btn-schedule{
        width: 53%;
    }
    #Header .btns .btn-reserved a span:before,
    #Header .btns .btn-schedule a span:before{
        display: none;
    }
    #Header .Inner_Box .btns div span i{
        display: block;
    }

    /* Footer
    ━━━━━━━━━━━━━━━━━━━━━━*/

    #Footer {
        padding: 0;
    }
    #Footer .logo {
        margin: 0 0 8%;
    }
    #Footer .logo img{
        width: 100%;
    }
    #Footer p {
        font-size: 3.6rem;
        font-size: 4.8vw;
        padding: 0;
        font-weight: 400;
    }
    #Footer .btns {
        display: block;
        margin: 0 auto 10.8%;
    }
    #Footer .btns .btn {
        width: 100%;
        height: 530px;
        height: 70.5vw;
    }
    #Footer .btns .btn a {
        font-size: 6rem;
        font-size: 8vw;
        font-weight: 500;
        line-height: 1.3;
    }
    #Footer .btns .btn a:before {
        width: 144px;
        width: 19vw;
        height: 100px;
        height: 13vw;
        margin: 0;
        top: inherit;
        bottom: 4.5%;
        right: 3.5%;
        margin-top: 0;
    }
    #Footer .btns .btn-schedule a {
        border: none;
        border-bottom: 2px solid #fff;
        background: #276070 url(../images/bg-btn-schedule.jpg) no-repeat 70% 50%;
        background-size: auto 102%;
    }
    #Footer .btns .btn-reserved a {
        border: none;
        border-top: 2px solid #fff;
        background: #e27b35 url(../images/bg-btn-reserved.jpg) no-repeat 43% 50%;
        background-size: auto 102%;
    }
    #Footer .btns .btn-reserved a span:before {
        width: 111px;
        width: 15vw;
        height: 65px;
        height: 8.9vw;
        margin: -7% auto 4.5%;
    }
    #Footer .btns .btn-schedule a span:before {
        width: 108px;
        /* width: 14vw; */
        height: 108px;
        height: 14vw;
        margin: -13% auto 1.5%;
    }
    #Footer .btns .btn a i{
        display: block;
    }
    #Footer .sns-btns {
        position: relative;
        right: 0;
        top: 0;
        margin: 14% 0 0 -2%;
        width: 82%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #Footer .sns-btns li {
        width: 20%;
    }
    #Footer .sns-btns li a {
        padding: 0 20px;
        padding: 0 19%;
    }
    #Footer .sns-btns .email img{
        width: 9.2vw;
    }
    #Footer .sns-btns .facebook img{
        width: 8.8vw;
    }
    #Footer .sns-btns .twitter img{
        width: 8.5vw;
    }
    #Footer .sns-btns .instagram img{
        width: 8vw;
    }
    #Footer .sns-btns .youtube img{
        width: 8.8vw;
    }
    #Footer .Copy_Right {
        font-size: 1.8rem;
        font-size: 2.4vw;
        margin: 7.5% auto 0;
        padding: 6% 0;
    }
    /*  Heading
    ━━━━━━━━━━━━━━━━━━━━━━*/
/*
    .Heading-A {
        font-size: 3.1rem;
        font-size: 4.25vw;
        margin-bottom: 15%;
    }
    .Heading-A:before {
        width: 12.6vw;
        bottom: -.9em;
        margin: 0 0 0 -6.3vw;
    }
*/
    .Heading-q {
        background: none;
        margin: 0 auto 0;
    }
    .Heading-q span {
        top: inherit;
        height: auto;
    }
    .Heading-q:after{
        display: none;
    }
    .Heading-A {
        font-size: 5rem;
        font-size: 6.6vw;
        margin: 0 auto .8em;
        font-weight: 500;
    }
    .Heading-A span{
        font-size: 12rem;
        font-size: 16vw;
    }
    .Heading-B {
        font-size: 7rem;
        font-size: 9.3vw;
        margin: 0 auto 0.9em;
    }
    .Heading-B span {
        border-radius: 5vw;
        padding: 0.5em 0;
        line-height: 1.2;
        width: 100%;
        border-width: 4px;
    }
    .Heading-B i {
        font-size: 9rem;
        font-size: 12vw;
    }
    .Heading-C {
        font-size: 7rem;
        font-size: 9.3vw;
        line-height: 1.2;
        margin: 0 auto 0.8em;
    }
    .Heading-C span {
        padding: 0;
        border-radius: unset;
        background: none;
    }
    .Heading-C i {
        font-size: 9rem;
        font-size: 12vw;
    }


    /* main_view
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #Main_View {
        position: relative;
        z-index: 3;
    }

    /* welcome
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #welcome .welcome-1{
        padding: 0;
        background: none;
        margin-top: -1.5vw;
    }
    #welcome .welcome-1 h2 {
        margin: 0 0 5vw;
        position: relative;
        z-index: 3;
    }
    #welcome .welcome-1 p {
        font-size: 3.6rem;
        font-size: 4.8vw;
        margin: 0;
        line-height: 2;
    }
    #welcome .welcome-1 figure {
        margin: 6.5% auto 0;
        width: 100%;
        max-width: 100%;
        top: 5px;
        right: 0;
        position: relative;
    }
    #welcome .welcome-2 {
        padding: 6% 0 6%;
    }
    #welcome .welcome-2 .Inner_Box{
        width: 100%;
    }

    /* q1
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #q1 {
        padding: 0 0 13%;
    }
    #q1:before,
    #q1 .Inner_Box:before{
        display: none;
    }
    #q1:before{
        content: "";
        display: block;
        width: 100%;
        height: 15vw;
        background:#fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #q1 .Inner_Box {
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        z-index: 1;
        background: #fff;
    }
    #q1 .Inner_Box:before,
    #q1 figure:before {
        content: "";
        width: 100%;
        height: 60px;
        height: 8vw;
        position: absolute;
        left: 0;
        display: block;
        border-radius: unset;
    }
    #q1 .Inner_Box:before {
        top: -60px;
        top: -19vw;
        background: #fff url(../images/sp/bg-q1-1.png) no-repeat 50% 0%;
        background-size: 100% auto;
        height: 20vw;
    }
    #q1 .Heading-q {
        margin-bottom: 5.5%;
    }
    #q1 ul {
        width: 80%;
        display: block;
        margin: 0 auto 5.5%;
        max-width: 100%;
    }
    #q1 ul li {
        font-size: 5rem;
        font-size: 6.68vw;
        padding: 0.45em;
        width: 100%;
        border: 2px solid #000;
        border-radius: 20px;
        border-radius: 2.6vw;
        margin: 0 auto 0.7em;
    }
    #q1 ul li:after {
        width: 31px;
        width: 4.2vw;
        height: 46px;
        height: 6.2vw;
        margin: -14px 0 0 8px;
        margin: -2vw 0 0 1.2vw;
    }
    #q1 .txt-box p {
        font-size: 5rem;
        font-size: 6.68vw;
        line-height: 1.6;
    }
    #q1 .txt-box p.txt-2{
        font-size: 7rem;
        font-size: 9.3vw;
    }
    #q1 .txt-box p.txt-3{
        font-size: 9rem;
        font-size: 12vw;
        line-height: 1.5;
        margin: 0 auto -0.85em;
    }
    #q1 .txt-box p.txt-5{
        font-size: 7rem;
        font-size: 9.3vw;
        margin: -0.1em auto 1em;
        line-height: 1.3;   
    }
    #q1 .txt-box p.txt-5 span{
        font-size: 9rem;
        font-size: 12vw;
    }
    #q1 figure {
        width: 100%;
        padding:0 6%;
        margin: 0 auto;
        position: relative;
        background: #f5f1ed;
    }
    #q1 figure > *{
        position: relative;
        z-index: 3;
    }
    #q1 figure:before {
        top: 0;
        height: 16.5vw;
        background: #fff url(../images/sp/bg-q1-2.png) no-repeat 50% 100%;
        background-size: 100% auto;
        z-index: 1;
    }
    
    #q1 .movie{
	    width: 90%;
	    padding: 65px 24px 30px;
	    margin: 65px auto 0;
    }
    #q1 .movie:before{
	    left: 50%;
		transform: translate(-50%,0);
		width: 110px;
		height: 110px;
		background: url(../images/movie.png) center/110px no-repeat;
    }
    
    #q1 .movie .flex{
	    display: block;
    }
    
    #q1 .movie .text{
	    padding: 15px 0 0;
    }
    
    #q1 .movie p:first-of-type{
	    font-size: 22px;
		line-height: 31px;
		text-align: center;
    }
    #q1 .movie p:last-of-type{
	    font-size: 15px;
	    margin: 0 auto;
    }
    
    #q1 .figure{
	    padding: 100px 0 0;
    }
    
    #q1 figure img{
	    width: 90%;
	    margin: 0 auto;
    }
    
    /* cta
    ━━━━━━━━━━━━━━━━━━━━━━*/
    .cta{
	    background: url(../images/sp/bg_cta-sp.jpg) center/cover no-repeat;
    }
    
    .cta .btn-wrap{
	    width: 90%;
	    margin: 0 auto;
    }
    

    /* q2
    ━━━━━━━━━━━━━━━━━━━━━━*/

    #q2{
        position: relative;
        background-size: 800px auto;
        margin-bottom: -8vw;
        padding: 0 0 21.2%;
    }
    #q2:before{
        content: "";
        display: block;
        width: 100%;
        height: 15vw;
        background:#f5f1ed;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #q2 .Inner_Box{
        width: 100%;
    }
    #q2 > *{
        position: relative;
        z-index: 3;
    }
    #q2 .q2-1 div p{
        font-size: 7rem;
        font-size: 9.3vw;
        text-align: center;
        line-height: 1.3;
        margin: 0 auto 0.1em;
    }
    #q2 .q2-1 div .txt-1 span{
        font-size: 9rem;
        font-size: 12vw;
    }
    #q2 .q2-1 {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 3.7% 0 0 0;
    }
    #q2 .q2-1 figure img{
        width: 72.5%;
    }
    #q2 .q2-1 div {
        width: 100%;
        padding: 0;
    }
    #q2 .q2-1 div .txt-2 i{
        font-size: 6rem;
        font-size: 8vw; 
    }
    #q2 .q2-1 div .txt-2 span {
        font-size: 6rem;
        font-size: 8vw;
        margin: 0.2em 0.2em 0 0.6em;
        padding: 0.2em 0.5em 0.6em;
    }
    #q2 .q2-1 div .txt-2 span i{
        font-weight: 500;
        font-size: 12rem;
        font-size: 16vw;
    }
    #q2 .q2-1 div .txt-2 span i.PC{
        display: none;
    }
    #q2 .q2-1 div .txt-2 span i.SP{
        display: inline;
        font-size: 6rem;
        font-size: 8vw; 
    }
    #q2 .q2-1 div .txt-2 span i.green-txt {
        font-weight: 600;
    }
    #q2 .q2-2{
        width: 90%;
        margin: 0 auto;
    }
    #q2 .q2-2 .txt-1{
        font-size: 6rem;
        font-size: 8vw;
    }
    #q2 .q2-2 .txt-1 span:before,
    #q2 .q2-2 .txt-1 span:after{
        width: 64px;
        width: 8.6vw;
        height: 63px;
        height: 8.4vw;
        margin: 0 5px;
    }
    #q2 .q2-2 .txt-1 span:before{
        background: url(../images/sp/ico-sarani-1.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #q2 .q2-2 .txt-1 span:after{
        background: url(../images/sp/ico-sarani-2.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #q2 .q2-2 .txt-2{
        font-size: 7rem;
        font-size: 9.3vw;   
        margin: -0.3em auto 0.8em;
        line-height: 1.6;
    }
    #q2 .q2-2 .txt-2 span{
        font-size: 9rem;
        font-size: 12vw;        
    }
    #q2 .q2-2 .price-box {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    #q2 .q2-2 .price-box p {
        font-size: 7rem;
        font-size: 9.3vw;  
        width: 100%;
        padding: 0;
        text-indent: 0;
    }
    #q2 .q2-2 .price-box p span i {
        font-size: 11rem;
        font-size: 14.7vw;
    }
    #q2 .q2-2 .price-box p span.box i {
        font-size: 12rem;
        font-size: 16vw;
    }
    #q2 .q2-2 .price-box p .box{
        font-size: 9rem;
        font-size: 12vw;
        margin: 0.1em auto 0.3em;
        width: 96%;
    }
    #q2 .q2-2 .txt-box p {
        font-size: 4.8rem;
        font-size: 6.4vw;
        line-height: 1.4;
    }
    #q2 .q2-2 .txt-box:before {
        width: 165px;
        width: 22vw;
        height: 374px;
        height: 49.87vw;
        top: -9vw;
        right: -6vw;
        background: url(../images/sp/img-q2-2.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #q2 .q2-2 .txt-box {
        border: 7px solid #ccc;
        border-radius: 2.8vw;
        padding: 1.4em 1.8em 1.7em;
        margin: 0 auto;
        width: 96%;
    }

    /* q3
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #q3{
	    margin: -40px 0 0;
    }
    
    #q3 .q3-1 {
        padding: 6% 0 0;
    }
    #q3 .knowledge-box dt span {
        font-size: 5rem;
        font-size: 6.68vw;
        max-width: 100%;
        width: 67vw;
    }
    #q3 .knowledge-box dt:before {
        width: 80px;
        width: 10.66vw;
        height: 80px;
        height: 10.66vw;
        margin: 0 auto 1.2vw;
        background: url(../images/ico-mame.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #q3 .knowledge-box dd {
        font-size: 4rem;
        font-size: 5.34vw;
        max-width: 100%;
        padding: 2em 0.5em 1.3em;
        line-height: 1.5;
    }
    #q3 .q3-1 .Inner_Box{
        width: 100%;
    }
    #q3 .q3-1 ul{
        width: 86%;
        margin: 0 auto;
    }
    #q3 .q3-1 ul li {
        margin: 0 0 2%;
        width: 50%;
        padding: 0 3%;
        text-align: center;
    }
    #q3 .q3-1 ul li img {
        width: 100%;
    }
    #q3 .q3-1:before, #q3 .q3-1:after{
        display: none;
    }
    #q3 .q3-2 {
        padding: 0 0 13% 0;
    }
    #q3 .q3-2 .Inner_Box {
        width: 100%;
    }
    #q3 .q3-2 .txt-1 {
        margin: 0.1em auto 0.75em;
        font-size: 7rem;
        font-size: 9.3vw;
        line-height: 1.4;
        width: 86%;
    }
    #q3 .q3-2 .txt-1 br{
        display: none;
    }
    #q3 .q3-2 .Inner_Box:before,
    #q3 .q3-2 .Inner_Box:after{
        display: none;
    }
    #q3 .knowledge-box {
        text-align: center;
        width: 93%;
        margin: 0 auto;
    }
    #q3 .q3-2 p{
        font-size: 7rem;
        font-size: 9.3vw;
        text-align: left;
    }
    #q3 .q3-2 p br{
        display: none;
    }
    #q3 .q3-2 figure{
        width: 100%;
    }
    #q3 .q3-2 .txt-2 {
        margin: 0em auto 0.35em;
        width: 86%;
        line-height: 1.4;
    }

    /* q4
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #q4{
        position: relative;
        margin: 0 auto -8vw;
        padding: 0 0 16.5%;
    }
    #q4:before{
        content: "";
        display: block;
        width: 100%;
        height: 15vw;
        background:#f5f1ed;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #q4 .Inner_Box {
        width: 93%;
    }
    #q4 .q4-1 {
        padding: 6% 0 4%;
    }
    #q4 .guide-box dt {
        font-size: 4.8rem;
        font-size: 6.4vw;
        text-indent: 0;
        font-weight: 500;
    }
    #q4 .guide-box dd {
        font-size: 3.6rem;
        font-size: 4.8vw;
        margin: -2.5% 0 0;
        text-indent: 0;
    }
    #q4 .guide-box dd span {
        font-size: 10rem;
        font-size: 13.34vw;
    }
    #q4 .q4-1 dl dt{
        font-size: 6rem;
        font-size: 8vw;  
        line-height: 1.4;
    }
    #q4 .q4-1 dl dd ol {
        display: block;
        margin: 0 auto -3%;
    }
    #q4 .q4-1 dl dd ol li img{
        width: 100%;
    }
    #q4 .q4-1 dl dd ol li {
        margin: 5% 3.5% 5.5%;
    }
    #q4 .q4-2 {
        display: block;
        margin: 0 auto 7.5%;
        max-width: 100%;
    }
    #q4 .q4-2 div {
        padding: 3.5% 0 0 7%;
        width: 100%;
    }
    #q4 .q4-2 div h3{
        width: 51%;
    }
    #q4 .q4-2 figure,
    #q4 .q4-3 figure{
        width: 93%;
        margin: 0 auto;
    }
    #q4 .q4-2 figure img,
    #q4 .q4-3 figure img{
        width: 100%;
    }
    #q4 .q4-2 p, #q4 .q4-3 p {
        font-size: 6rem;
        font-size: 8vw;
        padding: 0;
        line-height: 1.5;
        margin:0 auto 5%;
    }
    #q4 .q4-3 p {
        margin:0 auto 1%;
    }
    #q4 .q4-2 p br{
        display: none;
    }
    #q4 .q4-3 {
        display: block;
        margin: 0 auto 5%;
        max-width: 100%;
    }
    #q4 .q4-3 div {
        padding: 3.5% 0 0 7%;
        width: 100%;
        margin: 0 auto 3%;
    }
    #q4 .q4-3 div h3{
        width: 51%;
    }
    #q4 .btn-wrap {
        width: 93%;
        margin: 0 auto;
    }

    /* q5
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #q5{
	    margin: 0 0 -30px;
    }
    #q5 .q5-1{
        padding: 11.5vw 0 0;
    }
    #q5 .q5-1:before {
        top: -20.5vw;
        left: 0;
        width: 100%;
        height: 57vw;
        background: url(../images/sp/bg-q5.png) no-repeat 50% 0;
        background-size: 100% auto;
    }
    #q5 .q5-1 .Inner_Box{
        width: 100%;
    }
    #q5 .txt-box p {
        font-size: 5rem;
        font-size: 6.68vw;
    }/*
    #q5 .txt-box p.txt-1{
        padding-left: 0;
    }*/
    #q5 .txt-box p.txt-2 {
        font-size: 7rem;
        font-size: 9.3vw;
        margin: 0.6em auto 1.7em;
        line-height: 1.3;
    }
    #q5 .txt-box p .border-txt {
        margin: 0.1em 0.2em 0.4em 0;
        width: 77.4vw;
        padding: 0.4em 0 0.4em;
        border-width: 4px;
        border-radius: 2.5vw;
        background: #fff;
    }
    #q5 .txt-box p .green-txt{
        display: inline;
        line-height: 1.1;
    }
    #q5 .txt-box p.txt-2 .green-txt{
        margin: 0;
        font-size: 9rem;
        font-size: 12vw;
        top: 0;
        line-height: 1.1;
    }
    #q5 .access-box-wrap {
        max-width: 100%;
        margin: 17vw auto 0;
        display: block;
        width: 86%;
    }
    #q5 .access-box {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 12%;
    }
    #q5 #access-01 dt:before {
        background: url(../images/sp/midashi-access-01.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #q5 #access-02 dt:before {
        background: url(../images/sp/midashi-access-02.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #q5 .access-box dt:before {
        height: 120px;
        height: 16vw;
    }
    #q5 .access-box dt {
        font-size: 6rem;
        font-size: 8vw;
        padding: 15vw 0 0;
    }
    #q5 .access-box dd {
        font-size: 3.2rem;
        font-size: 4.27vw;
        margin: 1.8% 0 5.5%;
    }
    #q5 .access-box dd:last-child {
        margin: -2.5% 0 0;
    }
    #q5 .access-box dd img{
        width: 100%;
    }
    #q5 .access-box dd ul li:before{
        display: none;
    }
    #q5 .access-box dd ul li {
        padding: 0;
        line-height: 1.7;
        font-size: 3.2rem;
        font-size: 4.27vw;
        border: 1px solid #a0a0a0;
    }
    #q5 .access-box dd ul li span{
        display: block;
        padding: .6em 0 .7em .8em;
    }

    #q5 .access-box dd ul li span.title{
        padding: .2em 0 .3em;
        color: #fff;
        background: #a0a0a0;
        text-align: center;
    }
    #q5 .access-box dd ul li span i {
        display: none;
    }
    #q5 figure {
        margin: -2.5% auto 0;
    }

    /* faq
    ━━━━━━━━━━━━━━━━━━━━━━*/
    #faq .Inner_Box {
        width: 93%;
    }
    #faq .faq-box dt{
        padding: .9em 2em 1em 15vw;
        font-size: 4rem;
        font-size: 5.34vw;
        min-height: 3.8em;
    }
    #faq .faq-box dt:before, #faq .faq-box dd:before {
        width: 60px;
        width: 8vw;
        height: 60px;
        height: 8vw;
        left: 5vw;
        top: 6.2vw;
    }
    #faq .faq-box dd {
        padding: 0.7em 2.2em 1em 15vw;
        line-height: 2;
        font-size: 3.6rem;
        font-size: 4.8vw;
    }
    #faq .faq-box dd p {
        font-size: 3rem;
        font-size: 4vw;
    }
    #faq .faq-box dd p a:after {
        width: 30px;
        width: 4vw;
        height: 22px;
        height: 2.94vw;
        margin: -2vw 0 0 1vw;
    }
    #faq .faq-box dd p a:after {
        width: 30px;
        width: 4vw;
        height: 22px;
        height: 2.94vw;
        margin: -2vw 0 0 1vw;
        background: url(../images/ico-link.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #faq .faq-box dt:after {
        width: 42px;
        width: 5.6vw;
        height: 21px;
        height: 2.8rem;
        right: .7em;
        top: 1.6em;
        background: url(../images/ico-arrow.png) no-repeat 0 0;
        background-size: contain;
    }
/* Max 750 */
}

/* Max 460
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 460px) {
    div,
    p,
    dt,
    dd,
    li {
        font-size: 1.5rem;
        font-size: 4vw;
    }
    /*━―…‥・★Title★・‥…―━━*/

    /*━―…‥・★Btn★・‥…―━━*/

/* Max 460 */
}

/* Max 375
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 375px) {
    br.SP_375 {
        display: block;
    }

    /*━―…‥・★Title★・‥…―━━*/

    /*━―…‥・★Btn★・‥…―━━*/

/* Max 375 */
}

/* Max 320
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 320px) {
    br.SP_320 {
        display: block;
    }

    /*━―…‥・★Contents★・‥…―━━*/

/* Max 320 */
}
