@charset "utf-8";

body {
    line-height: 1.4;
    margin: 0;
    background: #F7F7F7;
    font-family: "Yu Mincho","YuMincho",serif;
}
h1,h2,h3,h4,p,ul,ol,dl,dd {
    margin: 0;
    padding: 0;
}
ul,ol {
    list-style: none;
}
img {
    display: block;
    width: 100%;
}
.sp-view {
    display: none;
}
header,
main,
section,
footer {
    margin: 0 auto;
    background: #fff;
}

header .wrapper {
    position: relative;
}
header.top-page .wrapper {
    background-image: url(../images/top/main_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 865px;
}
header .wrapper b {
    display: none;
    position: absolute;
    top: 66%;
    left: 27%;
    color: #fff;
    font-size: 3vw;
    text-shadow: 1px 1px 1px #333;
    letter-spacing: 5px;
}
header .title {
    display: flex;
}
header .logo {
    width: 140px;
    height: 140px;
}
header .text-area {
    padding-left: 20px;
    text-shadow: 1px 1px #fff;
}
header .sub-title {
    margin: 15px 0 0 28px;
    font-size: 20px;
    font-weight: bold;
}
header h1 {
    font-size: 36px;
}
header .address {
    font-size: 16px;
}

header .toggle-nav {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 3;
}
header .toggle-nav .close {
	display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 27px;

}
header .nav-wrap {
    width: 100%;
}
header nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 100px 0 0;
    text-align: center;
    background: #0a122e;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
header nav li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-top: solid 1px #fff;
    color: #fff;
}
header nav li:last-child {
    display: flex;
    align-items: center;
    height: 100px;
    line-height: 100px;
}
header nav li a:hover {
    opacity: 0.8;
}
header nav li a {
    display: inline-block;
    width: 100%;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
}
header nav li img{
    position: absolute;
    top: 20px;
    right: 50px;
    width: 12px;
}


section h2 {
    position: relative;
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
}
section h2::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 66%;
    height: 1px;
    margin: 0 auto;
    background: #ecbb38;
}

.concept {
    background: #0a122e;
    color: #fff;
    text-align: center;
}
.concept .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.concept ul {
    display: inline-block;
    margin-bottom: 50px;
    text-align: left;
}
.concept li {
    margin-bottom: 10px;
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 18px;
}
.concept li img {
    display: inline-block;
    width: 11px;
    margin-right: 6px;
    vertical-align: -2px;
}

.reason h2 {
    padding-top: 80px;
}
.reason ol {
    margin: 40px 0 80px;
}
.reason li {
    display: flex;
    align-items: center;
}
.reason li:nth-child(2n) {
    flex-flow: row-reverse;
}
.reason li img {
    width: 50%;
}
.reason li .text-group {
    width: 50%;
    text-align: center;
    color: #d49820;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
}
.reason li .text-group span {
    position: relative;
    font-size: 38px;
}
.reason li .text-group span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background: #d49820;
}
.reason li .text-group p {
    margin-top: 15px;
}

.background-turf {
    background-image: url(../images/top/background_turf.jpg);
    padding: 50px;
}

.how-to {
    background: #fff;
    text-align: center;
}
.how-to .chart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    color: #d49820;
}
.how-to .chart dt {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: solid 1px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 24px;
}
.how-to .chart dd {
    margin: 0 12px;
}
.how-to .annotation {
    display: inline-block;
    margin: 40px 0;
    text-align: left;
}
.how-to .annotation li {
    margin-bottom: 10px;
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 18px;
}
.how-to .annotation li span {
    text-decoration: underline;
}
.how-to .annotation li img {
    display: inline-block;
    width: 11px;
    margin-right: 6px;
    vertical-align: -2px;
}
.how-to .note {
    margin-top: 30px;
}
.access {
    background: #fff;
    margin-top: 30px;
    text-align: center;
}
.access h3 {
    margin-top: 25px;
    font-size: 20px;
}
.access .address {
    line-height: 1.8;
    margin: 15px 0 25px;
}
.access .address span {
    display: block;
    font-size: 14px;
}
.access .address p {
    margin-top: 10px;
    font-size: 14px;
}
.access .map {
    display: flex;
    padding-bottom: 50px;
}
.access .map img {
    width: 30%;
    margin: 0 20px 0 40px;
}
.access .map iframe {
    width: 100%;
    height: auto;
    margin-right: 40px;
    border: none;
}
.member-plan {
    background: #fff;
    margin-top: 30px;
}
.member-plan .price {
    margin: 30px 100px 60px;
}
.member-plan .menu {
    font-size: 20px;
    margin-bottom: 30px;
}
.member-plan .menu:last-child {
    margin-top: 30px;
}
.member-plan .menu dl {
    display: flex;
}
.member-plan .menu dl:first-of-type {
    margin-top: 10px;
}
.member-plan .menu dt {
    width: 69%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 4px;
    background: #d8d9dd;
}
.member-plan .menu dd {
    width: 31%;
    height: 50px;
    line-height: 35px;
    padding-right: 20px;
    margin-bottom: 4px;
    background: #f2f2f2;
    text-align: right;
}
.member-plan .menu dd span{
    display: block;
    line-height: 0.4;
    font-size: 13px;
    font-weight: bold;
    transform: translateX(-2px);
}
.member-plan .menu .weekday-early span{
    font-size: 15px;
}
.member-plan .note li {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}
.member-plan .note li span {
    text-decoration: underline;
}
.member-plan .flow {
    text-align: center;
    padding-bottom: 40px;
}
.member-plan .flow h3 {
    margin-bottom: 30px;
    color: #d49820;
    font-size: 22px;
}
.member-plan .flow .heading {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.member-plan .flow p a {
    color: #000;
}
.member-plan .flow img {
    width: 46px;
    margin: 20px auto;
}

.proposal {
    background: #fff;
    margin-top: 30px;
    text-align: center;
}
.proposal .proposal-menu {
    margin: 30px 100px 0;
    padding-bottom: 40px;
}
.proposal .proposal-menu p {
    text-align: left;
}
.proposal .proposal-menu ul {
    margin-top: 10px;
}
.proposal .proposal-menu ul:last-of-type {
    margin-top: 20px;
}
.proposal .proposal-menu li {
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 16px;
}
.proposal li b{
    color: #d49820;
}

.faq {
    background: #fff;
    margin-top: 30px;
    text-align: center;
}
.faq dl {
    display: inline-block;
    text-align: left;
    padding: 30px 55px 15px;
}
.faq dt {
    color: #d49820;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.faq dd {
    margin-bottom: 25px;
}
.faq dd span {
    display: block;
    margin-top: 5px;
}
.faq dd a {
    color: #000;
}

.tie-up {
    background: #fff;
    margin-top: 30px;
    text-align: center;
}
.tie-up div {
    margin: 30px 15px 0px;
}
.tie-up p  {
    padding-bottom: 30px;
}
.tie-up img {
    width: 30%;
    margin: auto;
}

.inquiry {
    padding: 30px 0;
    text-align: center;
}
.inquiry a {
    display: block;
    width: 180px;
    margin: 30px auto 20px;
}
.inquiry a:hover {
    opacity: 0.8;
}
.inquiry a img{
    width: 100%;
    height: auto;
}
.inquiry p {
    display: inline-block;
    text-align: left;
    padding: 0 15px;
}

.page-top {
    display: none;
    position: fixed;
    bottom: 34px;
    right: 34px;
    z-index: 3;
    opacity: 0.8;
}
.footer-bar {
    display: none;
}
footer {
    text-align: center;
    background: #0a122e;
    padding: 40px 0 30px;
    color: #fff;
}
footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
footer li {
    padding: 0 15px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer p {
    font-size: 12px;
}
footer .submit-btn {
    display: none;
    position: relative;
    width: 690px;
    height: 100px;
    line-height: 100px;
    margin-top: 30px;
    background: #3cb300;
    border-radius: 5px;
    font-size: 34px;
    font-weight: bold;
}
footer .submit-btn:hover {
    opacity: 0.9;
}
footer .submit-btn img {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 30px;
    width: 14px;
}

/*
*law
*privacy
*precaution
*/
.low section,
.privacy section,
.precaution section {
    padding: 60px;
}
.low h3,
.privacy h3 {
    margin: 50px 0 20px;
    color: #d49820;
    font-size: 20px;
    padding-left: 0.9em;
    text-indent: -0.9em;
}
.low th {
    text-align: right;
}
.low li,
.privacy li,
.precaution li {
    margin-bottom: 10px;
}
.low ul li,
.privacy ul li,
.precaution ul li {
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.low li:last-of-type,
.privacy li:last-of-type,
.precaution li:last-of-type {
    margin-bottom: 0;
}
.low li span,
.privacy li span {
    margin: 0 0 10px;
    color: #d49820;
}
.low ol,
.privacy ol {
    padding: 10px;
    margin-top: 25px;
    background: #f7f7f7;
}
.low ol li,
.privacy ol li {
    padding-left: 0.8em;
    text-indent: -0.8em;
}
.low ol:last-of-type,
.privacy ol:last-of-type {
    padding: 0;
    margin-top: 15px;
    background: #fff;
}

.privacy p {
    margin-bottom: 20px;
}
.privacy .wrap p:last-child {
    margin-bottom: 0;
}

.precaution h2 {
    margin-bottom: 50px;
}
.precaution ul dl {
    margin: 10px 20px;
}
.precaution ul dt {
    padding-left: 0em;
    text-indent: 0em;
}
.precaution ul dd {
    padding-left: 0em;
    text-indent: 0em;
    margin-bottom: 5px;
}
.vertical-top {
    vertical-align: top;
}


/*=======================================*/
/* スマートフォン用CSS */
/*=======================================*/

@media screen and (max-width:750px) {
    body {
        background: #fff;
    }
    .low th, .low td, .low li, .low p,
    .privacy th, .privacy td, .privacy li, .privacy p,
    .precaution th, .precaution td, .precaution li, .precaution p {
        font-size: 14px;
    }
    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }

    .scroll-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 10;
    }
    header.top-page .wrapper {
        background-image: url(../images/top/main_sp.jpg);
        background-position: 0 0;
        height: auto;
        padding-bottom: 118%;
    }
    header .wrapper b {
        top: 74%;
        left: 12%;
        font-size: 4.6vw;
    }
    header .title a {
        width: 19%;
        height: 19%;
        min-width: 65px;
    }
    header .logo {
        width: 100%;
        height: auto;
    }
    header .text-area {
        padding-left: 2%;
    }
    header .sub-title {
        margin: 2% 0 0 0;
        font-size: 3vw;
    }
    header h1 {
        font-size: 4.5vw;
    }
    header .address {
        font-size: 2.2vw;
    }
    header .toggle-nav {
        top: 15px;
        right: 15px;
    }
    header .toggle-nav .open {
        width: 36px;
        height: auto;
    }
    header .toggle-nav .close {
        width: 20px;
        top: 8px;
        right: 8px;
    }
    header nav {
        padding: 62px 0 0;
    }
    header nav li {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    header nav li:last-child {
        height: 80px;
        line-height: 80px;
        font-size: 13px;
    }
    header nav li img {
        top: 17px;
        right: 28px;
        width: 10px;
    }
    section h2 {
        padding-top: 30px;
        font-size: 23px;
    }
    section h2::after {
        width: 86%;
        bottom: 6px;
    }
    .concept .logo {
        width: 140px;
    }
    .concept ul {
        padding: 0 20px;
    }
    .concept li {
        font-size: 16px;
    }
    .reason h2 {
        padding-top: 60px;
    }
    .reason ol {
        margin: 35px 0 70px;
    }
    .reason li img {
        width: 50%;
    }
    .reason li .text-group {
        width: 50%;
        margin-top: 0;
        font-size: 16px;
        padding: 0 5px;
    }
    .reason li .text-group span {
        font-size: 22px;
    }
    .reason li .text-group span::after {
        bottom: -2px;
        width: 25px;
    }
    .reason li .text-group p {
        margin-top: 10px;
    }
    .background-turf {
        padding: 40px 20px;
    }
    .how-to .chart dt {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .how-to .chart dd {
        margin: 0 4px;
    }
    .how-to .chart img {
        width: 14px;
    }
    .how-to .annotation {
        margin: 30px 15px 20px;
    }
    .how-to .annotation li {
        padding-left: 1.1em;
        text-indent: -1.1em;
        font-size: 16px;
    }
    .how-to .note {
        margin-top: 20px;
        font-size: 14px;
    }
    .access .address {
        margin: 15px 15px 25px;
    }
    .access .map {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    .access .map img {
        width: 100%;
        margin: 0;
    }
    .access .map iframe {
        height: 450px;
        margin: 0;
    }
    .member-plan {
        padding: 0 15px;
    }
    .member-plan .price {
        margin: 30px 0 60px;
    }
    .member-plan .menu {
        font-size: 18px;
    }
    .member-plan .menu dl {
        font-size: 16px;
    }
    .member-plan .menu dt {
        width: 54%;
        height: 46px;
        line-height: 46px;
        padding-left: 3%;
        box-sizing: border-box;
    }
    .member-plan .menu .regular,
    .member-plan .menu .weekday-early {
        line-height: 32px;
    }
    .member-plan .menu .regular span,
    .member-plan .menu .weekday-early span {
        display: block;
        line-height: 0.4;
        font-size: 12px;
    }
    .member-plan .menu dd {
        width: 46%;
        height: 46px;
        line-height: 32px;
        padding-right: 2%;
        box-sizing: border-box;
        font-size: 18px;
    }
    .member-plan .menu dd span {
        font-size: 12px;
    }
    .member-plan .flow {
        padding-bottom: 30px;
    }
    .proposal {
        padding: 0 15px;
    }
    .proposal .proposal-menu {
        margin: 30px 0 0;
        padding-bottom: 30px;
    }
    .proposal li {

    }
    .faq dl {
        padding: 30px 15px 5px;
    }
    .faq dt {
        font-size: 16px;
    }
    .tie-up img {
        width: 100%;
    }
    .inquiry {
        padding: 10px 0 30px;
    }
    .page-top {
        bottom: 50px;
        right: 15px;
    }
    .page-top img {
        width: 50px;
    }

    .footer-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 46px;
        line-height: 46px;
        text-align: center;
        z-index: 10;
    }
    .footer-bar a {
        position: relative;
        padding: 5px 78px;
        background: #3cb300;
        color: #fff;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }
    .footer-bar a  img {
        position: absolute;
        top: 8px;
        right: 20px;
        width: 8px;
    }

    footer {
        padding: 30px 0 25px;
    }
    footer ul {
        justify-content: space-evenly;
        margin-bottom: 20px;
    }
    footer li {
        padding: 0;
        font-size: 12px;
    }
    footer p {
        font-size: 11px;
    }
    footer .submit-btn {
        width: 90%;
        height: 80px;
        line-height: 80px;
        margin-top: 25px;
        font-size: 26px;
    }
    footer .submit-btn img {
        top: 28px;
        right: 15px;
        width: 11px;
    }

    /*
    *law
    *privacy
    *precaution
    */
    .low section,
    .privacy section,
    .precaution section {
        padding: 28% 20px 60px;
    }
    .low h3,
    .privacy h3 {
        font-size: 18px;
        padding-left: 0.8em;
        text-indent: -0.8em;
    }
    .low ul li
    .precaution ul li {
        padding-left: 1em;
        text-indent: -1em;
    }
    .precaution ul dl {
        margin: 10px 0;
    }
}