@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
body {
    background-image: url("../images/bg01.png");
    background-repeat: no-repeat;
    background-position: left -150px top -20px;
    overflow-x: hidden;
}
header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    position: fixed;
    left: 0px;
    top: 20px;
    right: 0px;
    z-index: 9999999;
    pointer-events: none;
}
header h1 {
    pointer-events: auto;
}
header h1 img:hover {
    opacity: 1;
}
header #gnav_btn {
    cursor: pointer;
    pointer-events: auto;
}

#gnav {
    background-color: #F9524E;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
}
#reservebtn2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 40px;
    z-index: 1;
}
#gnav .inner {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 100px;
}
#gnav .inner ul+ul {
}
#gnav .inner ul+ul li {
    color: #fff;
    display: inline;
    margin-right: 12px;
}
#gnav .inner ul+ul li a {
    color: #fff;
    text-decoration: none;animation-delay: 
}
#gnav .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 20px;
}
#gnav .flex ul li+li {
    margin-top: 18px;
}
#catch {
    background-image: url("../images/main_bg.png");
    height: 701px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 97%;
    margin-top: 85px;
    border-top-right-radius: 100px;
    position: relative;
    z-index: 99;
}
#catch h2 {
    padding-top: 11%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#catch+figure {
    margin-top: -230px;
    position: relative;
    z-index: 1;
    text-align: right;
    margin-right: -50px;
    margin-bottom: -290px;
}
#about {
    position: relative;
    z-index: 99;
    background-image: url("../images/bg03.png");
    background-repeat: no-repeat;
    background-position: left -200px top 200px;
    padding-bottom: 100px;
}
#about h2+p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 120px;
}
#about .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-bottom: 50px;
}
#about .flex:nth-child(odd) {
    flex-direction: row-reverse;
}
#about .flex .text {
    width: 520px;
}
#about .flex .text h3 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 40px;
}
#about .flex .text h3 span {
    background-image: url("../images/text_bg.png");
    background-repeat: repeat-x;
    background-position: bottom left;
}
#about .flex .text .waku {
    font-size: 18px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #F8524E;
}
#about .flex .text .waku.waku2 {
    color: #000;
    font-weight: normal;
    text-align: center;
}
#about .flex .text .waku span {
    font-size: 30px;
}
#about .flex .text p {
    font-size: 18px;
}
#about .flex .text+div {
    position: relative;
}
#about .flex .text+div .fukidashi {
    position: absolute;
}
#about .flex:nth-of-type(1) .text+div .fukidashi {
    right: -40px;
    top: 205px;
}
#about .flex:nth-of-type(2) .text h3 {
    text-align: right;
} 
#about .flex:nth-of-type(2) .text {
    text-align: left;
    width: 600px;
}
#about .flex:nth-of-type(3) .text {
    text-align: left;
    width: 550px;
}
#about .flex:nth-of-type(3) .text+div {
    margin-left: 40px;
}
#about .flex:nth-of-type(3) .text+div .fukidashi {
    left: -30px;
    top: 0px;
}
#sugoshikata {
    background-color: #FFEFAB;
    padding-top: 100px;
}
#sugoshikata h2+p {
    font-size: 18px;
    margin-top: 15px;
}
#sugoshikata .flex {
    margin-top: 50px;
    position: relative;
}
#sugoshikata .flex .text {
    text-align: right;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#sugoshikata .flex .text h3 {
    background-color: #FFA95E;
    width: 280px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 33px;
    line-height: 33px;
    padding-right: 10px;
    cursor: pointer;
    border: 2px solid #FFA95E;
    transition: 0.5s;
}
#sugoshikata .flex .text h3:hover {
    background-color: #fff;
    border: 2px solid #FFA95E;
    color: #FFA95E;
    transition: 0.5s;
}
#sugoshikata .flex .text h3+p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
#sugoshikata .flex .text .btn a {
    background-color: #FFA95E;
    width: 300px;
    height: 46px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    border-radius: 100px;
    border: 2px solid #FFA95E;
    margin-top: 10px;
}
#sugoshikata .flex .text .btn a:hover {
    background-color: #fff;
    border: 2px solid #FFA95E;
    color: #FFA95E;
}
#sugoshikata .flex .text .btn a:hover {
    opacity: 0.8;
}
#sugoshikata .flex .text+div {
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#sugoshikata .flex .text+div div {
    display: none;
}
#sugoshikata .flex .text+div div p {
    font-size: 50px;
    font-weight: bold;
    padding-top: 30px;
}
#sugoshikata .flex .text+div div.photo01 {
    display: block;
    background-image: url("../images/sugoshikata_p01.png");
    background-size: cover;
    background-position: center bottom;
    height: 667px;
    width: 100%; 
    border-top-right-radius: 100px; 
}
#sugoshikata .flex .text+div div.photo02 {
    background-image: url("../images/sugoshikata_p02.png");
    background-size: cover;
    background-position: center bottom;
    height: 667px;
    width: 100%; 
    border-top-right-radius: 100px; 
}
#sugoshikata .flex .text+div div.photo03 {
    background-image: url("../images/sugoshikata_p03.png");
    background-size: cover;
    background-position: center bottom;
    height: 667px;
    width: 100%; 
    border-top-right-radius: 100px; 
}
#sugoshikata .flex .text+div div.photo04 {
    background-image: url("../images/sugoshikata_p04.png");
    background-size: cover;
    background-position: center bottom;
    height: 667px;
    width: 100%; 
    border-top-right-radius: 100px; 
}
#sugoshikata .inner {
    background-color: #fff;
    margin-top: 80px;
    padding-top: 80px;
    background-image: url("../images/bg04.png"),url("../images/bg05.png");
    background-position: right -30px top 280px,left -50px top 1530px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
#sugoshikata .inner .alpha {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#sugoshikata .inner .fukidashi01 {
    position: absolute;
    top: 700px;
    left: 20px;
}
#sugoshikata .inner .fukidashi02 {
    position: absolute;
    top: 850px;
    right: 130px;
}
#sugoshikata .inner .fukidashi03 {
    position: absolute;
    bottom: 555px;
    right: 150px;
}
#sugoshikata .slick {
    display: none;
}
#voice {
    background-color: #FFECAE;
    padding-top: 100px;
    padding-bottom: 100px;
}
#voice h2 {
    margin-bottom: 70px;
}
#voice .box {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#voice .box+.box {
    margin-top: 90px;
}
#voice .box .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-bottom: 20px;
    align-items: center;
}
#voice .box:nth-child(odd) .flex {
    flex-direction: row-reverse;
}
#voice .box .flex div {
    text-align: left;
    width: 480px;
}
#voice .box .flex div h3 {
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
#voice .box .flex div h4 {
    font-size: 33px;
    font-weight: bold;
    position: relative;
    line-height: 1.4em;
    padding-left: 110px;
}
#voice .box .flex div h4 img {
    position: absolute;
    left: 0px;
    top: 10px;
}
#voice .box .flex div h4+p {
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 25px;
}
#voice .box ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    justify-content: center;
}
#voice .box ul li+li {
    margin-left: 12px;
}
#voice .box:nth-of-type(3) .flex div h4 {
    padding-left: 0px;
}
#voice .box:nth-of-type(3) .flex div h4 img {
    position: absolute;
    right: 0px;
    left: auto;
    top: 10px;
}
#price {
    padding-top: 100px;
}
#price h2 {
    margin-bottom: 30px;
}
#price h2+figure+p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
}
#price nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    margin-bottom: 100px;
}
#qa {
    background-color: #FFECAE;
    padding-top: 100px;
    padding-bottom: 100px;
}
#qa h2+p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
}
#qa dl {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#qa dt {
    background-color: #fff;
    border-top-right-radius: 50px;
    padding-left: 95px;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    background-image: url("../images/qa_icon_q.png");
    background-position: left 40px center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
#qa dt:after {
	position: absolute;
	top: 8px;
	right: 70px;
	content: url("../images/open.png")
}
#qa dt.current:after {
	top: 8px;
	right: 70px;
	content: url("../images/q_close.png")
}
#qa dd {
    background-color: #FFF9E7;
    background-image: url("../images/qa_icon_a.png");
    background-position: left 40px top 40px;
    background-repeat: no-repeat;
    padding-left: 95px;
    padding-right: 80px;
    font-size: 18px;
    line-height: 1.6em;
    padding-top: 40px;
    padding-bottom: 30px;
}
#qa .motto {
    display: none;
}
#qa .btn {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#qa .btn span {
    width: 300px;
    height: 50px;
    background-color: #F9524E;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    border-radius: 100px;
    margin-top: 50px;
    cursor: pointer;
}
#qa .btn span:hover{
    opacity: 0.8;
}
#access {
    padding-top: 100px;
}
#access h2 {
    margin-bottom: 40px;
}
#reserve {
    padding-top: 100px;
}
#reserve h2 {
    margin-bottom: 40px;
}
#reserve nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
footer #reserve_btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 40px;
    z-index: 99999;
}

footer #pagetop {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 60px;
}
footer .alpha {
    background-color: #FFECAE;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 80px;
}
footer .alpha .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
footer .alpha .inner nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 30px;
}
footer .alpha .inner .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    position: relative;
    margin-top: 30px;
}
footer .alpha .inner .flex .sns {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    align-items: flex-end;
    margin-bottom: 50px;
}
footer .alpha .inner .flex .sns li+li {
    margin-left: 40px;
}
footer .alpha .inner .flex div p {
    line-height: 1.6em;
}
footer .alpha .inner .flex div p:nth-of-type(1) {
    font-size: 14px;
}
footer .alpha .inner .flex div p:nth-of-type(2) {
    font-size: 17px;
}
footer .alpha .inner .flex div p:nth-of-type(3) {
    margin-bottom: 5px;
}
footer .alpha .inner .flex div p:nth-of-type(3),
footer .alpha .inner .flex div p:nth-of-type(4)
{
    font-size: 12px;
}
footer .alpha .inner .flex div ul {
    margin-top: 5px;
    line-height: 1.6em;
}
footer .alpha .inner .flex div ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
footer .alpha .inner .flex div ul li a:hover {
    text-decoration: underline;
}
footer .alpha .inner .flex div p small {
    font-size: 11px;
    text-align: right;
    display: block;
    margin-top: 50px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main {
   overflow:hidden;
}
body {
    background-image: url("../images/bg01.png");
    background-repeat: no-repeat;
    background-position: left -100px top -10px;
    background-size: 60%;
    overflow-x: hidden;
}
header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    position: fixed;
    left: 0px;
    top: 20px;
    right: 0px;
    z-index: 999999;
    pointer-events: none;
}
header h1 {
    width: 12%;
}
header h1 {
    pointer-events: auto;
}
header h1 img:hover {
    opacity: 1;
}
header #gnav_btn {
    cursor: pointer;
    pointer-events: auto;
    width: 12%;
}
.this2 {
    cursor: pointer;
}
#gnav {
    background-color: #F9524E;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}
#reservebtn2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 40px;
    z-index: 1;
}
#reservebtn2 img {
    width: 12%;
}
#gnav .inner {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    padding-top: 100px;
}
#gnav .inner ul:first-child {
    margin-right: 20%;
}
#gnav .inner ul:first-child li {
    margin-bottom: 1%;
}
#gnav .inner ul+ul {
}
#gnav .inner ul+ul li {
    color: #fff;
    display: inline;
    margin-right: 12px;
    font-size: 3vw;
}
#gnav .inner ul+ul li a {
    color: #fff;
    text-decoration: none;
}
#gnav .flex {
    margin-top: 20px;
}
#gnav .flex ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    margin-top: 3%;
}
#gnav .flex ul li {
    width: 34%;
}
#gnav .flex ul li+li {
    margin-left: 3%;
}
#catch {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 95%;
    margin-top: 5%;
    border-top-right-radius: 100px;
    position: relative;
    z-index: 99;
}
#catch h2 {
    margin-left: 5%;
    margin-right: 15%;
    text-align: left;
    margin-top: -82%;
    margin-bottom: 38%;
}
#catch+figure {
    margin-top: -50%;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: right;
}
#catch+figure img {
    width: 60%;
    margin-right: -150px;
}
#about {
    position: relative;
    z-index: 99;
    background-image: url("../images/bg03.png");
    background-repeat: no-repeat;
    background-position: left -200px top 200px;
    padding-bottom: 10%;
    background-size: 60%;
    margin-top: 20%;
}
#about h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#about h2+p {
    font-size: 16px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 15%;
}
#about .flex {
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
    margin-bottom: 5%;
}
#about .flex:nth-child(odd) {
    flex-direction: row-reverse;
}
#about .flex .text {
}
#about .flex .text .waku {
    color: #F8524E;
}
#about .flex .text .waku span {
    font-size: 30px;
}
#about .flex .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 5%;
}
#about .flex .text h3 span {
    background-image: url("../images/text_bg.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 3%;
}
#about .flex .text .waku {
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 8%;
    padding-right: 8%;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3%;
}
#about .flex .text .waku.waku2 {
    color: #000;
    font-weight: normal;
}
#about .flex .text p {
    font-size: 16px;
    margin-bottom: 3%;
}
#about .flex .text+div {
    position: relative;
}
#about .flex .text+div .fukidashi {
    position: absolute;
}
#about .flex:nth-of-type(1) .text+div .fukidashi {
    right: 0px;
    width: 35%;
    top: 45%;
}
#about .flex:nth-of-type(2) .text h3 {
    text-align: left;
} 
#about .flex:nth-of-type(3) .text {
    text-align: left;
}
#about .flex:nth-of-type(3) figure {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
#about .flex:nth-of-type(3) .text+div .fukidashi {
    left: 0px;
    top: 0px;
    width: 35%;
}
#sugoshikata {
    background-color: #FFEFAB;
    padding-top: 10%;
    margin-bottom: 10%;
}
#sugoshikata h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#sugoshikata h2+p {
    font-size: 16px;
    margin-top: 15px;
}
#sugoshikata .inner {
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 10%;
    padding-top: 10%;
    background-image: url("../images/bg04.png"),url("../images/bg05.png");
    background-size: 60%;
    background-position: right -50% top 15%,left -20% top 75%;
    background-repeat: no-repeat;
    margin-bottom: 10;
}
#sugoshikata .inner .alpha {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#sugoshikata .slick {
    margin-top: 5%;
}
#sugoshikata .slick h3 {
    height: 350px;
    background-size: cover;
    background-position: center bottom;
    border-top-right-radius: 60px;
    font-size: 6vw;
    font-weight: bold;
    padding-top: 5%;
    width: 95%;
}
#sugoshikata .slick .box01 h3 {
    background-image: url("../images/sugoshikata_p01.png");
}
#sugoshikata .slick .box02 h3 {
    background-image: url("../images/sugoshikata_p02.png");
}
#sugoshikata .slick .box03 h3 {
    background-image: url("../images/sugoshikata_p03.png");
}
#sugoshikata .slick .box04 h3 {
    background-image: url("../images/sugoshikata_p04.png");
}
#sugoshikata .slick h4 {
    background-color: #FFA461;
    margin-bottom: 2%;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#sugoshikata .slick p {
    text-align: left;
    font-size: 3vw;
    margin-top: 2%;
    margin-left: 3%;
    margin-right: 3%;
}
#sugoshikata .slick .prev-arrow {
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 9999;
}
#sugoshikata .slick .next-arrow {
    position: absolute;
    top: 30%;
    right: 10px;
    z-index: 9999;
}
#sugoshikata .inner .fukidashi01 {
    position: absolute;
    top: 22%;
    left: 10px;
    width: 20%;
}
#sugoshikata .inner .fukidashi02 {
    position: absolute;
    width: 20%;
    top: 29%;
    right: 3%;
}
#sugoshikata .inner .fukidashi03 {
    position: absolute;
    bottom: 19%;
    right: 4%;
    width: 20%;
}
#voice {
    background-color: #FFECAE;
    padding-top: 10%;
    padding-bottom: 10%;
}
#voice h2 {
    margin-bottom: 8%;
}
#voice .box {
    margin-left: 5%;
    margin-right: 5%;
}
#voice .box+.box {
    margin-top: 10%;
}
#voice .box .flex {
    margin-bottom: 5%;
    align-items: center;
}
#voice .box .flex div {
    text-align: left;
}
#voice .box .flex div h3 {
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    margin-top: 5%;
    margin-bottom: 3%;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
#voice .box .flex div h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 1.4em;
    padding-left: 17%;
    text-align: left;
}
#voice .box .flex div h4 img {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 15%;
}
#voice .box .flex div h4+p {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: left;
}
#voice .box ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#voice .box ul li {
    width: 48%;
    margin-bottom: 4%;
}
#price {
    padding-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
}
#price h2 {
    margin-bottom: 5%;
}
#price h2+figure+p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5%;
}
#price nav ul {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#price nav ul li {
    width: 48%;
    margin-bottom: 4%;
}
#qa {
    background-color: #FFECAE;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
#qa h2+p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5%;
}
#qa dl {
    text-align: left;
}
#qa dt {
    background-color: #fff;
    border-top-right-radius: 50px;
    padding-left: 14%;
    padding-right: 14%;
    font-size: 15px;
    line-height: 1.5em;
    padding-bottom: 3%;
    padding-top: 3%;
    background-image: url("../images/qa_icon_q.png");
    background-size: 10%;
    background-position: left 2% center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
#qa dt:after {
	position: absolute;
	top: 25%;
	right: 5%;
	content: url("../images/open_sp.png");
}
#qa dt.current:after {
	top: 25%;
	right: 5%;
	content: url("../images/q_close_sp.png")
}
#qa dd {
    background-color: #FFF9E7;
    background-image: url("../images/qa_icon_a.png");
    background-position: left 2% top 5%;
    background-size: 10%;
    background-repeat: no-repeat;
    padding-left: 14%;
    padding-right: 5%;
    font-size: 15px;
    line-height: 1.6em;
    padding-top: 5%;
    padding-bottom: 5%;
}
#qa .motto {
    display: none;
}
#qa .btn {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    
}
#qa .btn span {
    height: 50px;
    background-color: #F9524E;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    width: 70%;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 8%;
    cursor: pointer;
}
#qa .btn span:hover{
    opacity: 0.8;
}
#access {
    padding-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
}
#access h2 {
    margin-bottom: 40px;
}
#reserve {
    padding-top: 15%;
    margin-left: 5%;
    margin-right: 5%;
}
#reserve h2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
#reserve h2 {
    margin-bottom: 40px;
}
#reserve nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#reserve nav ul li {
    width: 48%;
}
footer #reserve_btn {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 35px;
    z-index: 99999;
}
footer #reserve_btn img {
    width: 20%;
}

footer #pagetop {
    margin-left: auto;
    margin-right: 5%;
    text-align: right;
    margin-top: 15%;
}
footer .alpha {
    background-color: #FFECAE;
    margin-top: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
footer .alpha h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
footer .alpha .inner {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
footer .alpha .inner nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 5%;
}
footer .alpha .inner .flex {
    margin-top: 30px;
}
footer .alpha .inner .flex .sns {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
footer .alpha .inner .flex div p {
    line-height: 1.6em;
}
footer .alpha .inner .flex div p:nth-of-type(1) {
    font-size: 14px;
}
footer .alpha .inner .flex div p:nth-of-type(2) {
    font-size: 17px;
}
footer .alpha .inner .flex div p:nth-of-type(3) {
    margin-bottom: 5px;
}
footer .alpha .inner .flex div p:nth-of-type(3),
footer .alpha .inner .flex div p:nth-of-type(4)
{
    font-size: 12px;
}
footer .alpha .inner .flex div ul {
    margin-top: 5px;
    line-height: 1.6em;
}
footer .alpha .inner .flex div ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
footer .alpha .inner .flex div ul li a:hover {
    text-decoration: underline;
}
footer .alpha .inner .flex div p small {
    font-size: 11px;
    text-align: center;
    display: block;
    margin-top: 50px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
