body {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* パソコンで見たときは"pc"のclassがついたタグが表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついたタグが表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* ページ内リンクヘッダー位置調整 */
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


.oubojump {
    height: 70px;
    width: 100%;
    background-color: #5A3D1B;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

.sticky-top a:link,
.sticky-top a:visited,
.sticky-top a:hover,
.sticky-top a:active {
    color: #fff;
    text-decoration: none;
}

.topimg-pc {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 90%;
    background: url(img/top_pc.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.topimg-sp {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 122.5%;
    background: url(img/top_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.m01,
.m02 {
    margin: 0 auto;
    text-align: center;
}

.m01txt {
    display: inline-block;
    text-align: left;
    margin: 90px 0;
}

.m01txt h1 {
    color: #26C7AC;
    font-weight: bold;
    line-height: 1.7em;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}

.titleimg-pc1 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 24.4%;
    background: url(img/title_pc_01.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.titleimg-pc2 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 24.4%;
    background: url(img/title_pc_02.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.titleimg-pc3 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 24.4%;
    background: url(img/title_pc_03.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.titleimg-sp1 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 25.2%;
    background: url(img/title_sp_01.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.titleimg-sp2 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 25.2%;
    background: url(img/title_sp_02.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.titleimg-sp3 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 25.2%;
    background: url(img/title_sp_03.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.m02 {
    margin-bottom: 50px;
}

.m02txt {
    display: inline-block;
    text-align: left;
    margin: 50px 80px;
    font-size: 1.3em;
    line-height: normal;
    font-weight: bold;
}

.gaiyou {
    margin-top: 50px;
    background-color: #5a3d1b;
    width: 100%;
    padding: 30px;
}

.gaiyoutitle {
    background-color: #EA5404;
    margin-bottom: 30px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.gaiyoupic_pc {
    margin-bottom: 50px;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 43.5%;
    background: url(img/member_pc.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.gaiyoupic_sp {
    margin-bottom: 50px;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 53.3%;
    background: url(img/member_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.g-koumoku {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: solid 2px #fff;
}

.g-koumoku span {
    color: #EA5404;
    font-size: 1.8em;
}

.g-honbun {
    color: #fff;
    font-size: 1.2em;
    padding: 10px 30px 40px 30px;
}

.g-honbun p {
    margin-bottom: 20px;
}

.kinmuti {
    text-align: center;
}

.arealink {
    display: inline-block;
    background-color: #EA5404;
    width: 70%;
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px;
}

.areaaddress {
    display: inline-block;
    width: 70%;
    text-align: left;
    margin-top: 8px;
}

details {
    margin-bottom: 30px;
}

summary {
    position: relative;
    display: block;
    /* 矢印を消す */
    padding: 10px 10px 10px 30px;
    /* アイコンの余白を開ける */
    cursor: pointer;
    /* カーソルをポインターに */
    font-weight: bold;
    font-size: 1.2em;
    background-color: #EA5404;
    transition: 0.2s;
}

summary:hover {
    background-color: #EA5404;
}

summary::-webkit-details-marker {
    display: none;
    /* 矢印を消す */
}

/* オープン時のスタイル */
details[open] summary {
    background-color: #EA5404;
}

/* アニメーション */
details[open] .details-content {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.sankaku {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 14%;
    background: url(img/sankaku.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.ouboselect {
    text-align: center;
    margin-bottom: 30px;
}

.oubo1 {
    margin-top: 50px;
    padding: 10px 0;
    text-align: center;
    color: #5a3d1b;
    font-size: 2em;
    font-weight: bold;
    border: solid 2px #5a3d1b;
    width: 90%;
    display: inline-block;
}

.oubo2 {
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #5a3d1b;
    font-size: 2em;
    font-weight: bold;
    border: solid 2px #5a3d1b;
    width: 90%;
    display: inline-block;
}

.tel {
    margin-top: 30px;
    padding: 30px;
    background-color: #ea5404
}

.pctelnumber {
    text-align: center;
    padding: 60px 0 50px;
    font-size: 1.5em;
    background-color: #fff;
}

.pctelnumber span {
    font-size: 2em;
}

.sptelnumber {
    text-align: center;
    padding: 50px 0 30px;
    font-size: 1em;
    background-color: #fff;
}

.sptelnumber span {
    font-size: 1.5em
}

.sptelnumber a:link,
.sptelnumber a:visited,
.sptelnumber a:hover,
.sptelnumber a:active {
    color: #000;
}

.btn-gradient-radius {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    font-size: 1.2em;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    margin-top: 20px;
    font-size: 1.5rem;
}

.btn-gradient-radius a:link,
.btn-gradient-radius a:visited,
.btn-gradient-radius a:hover,
.btn-gradient-radius a:active {
    color: #fff;
    text-decoration: none;
}

.company {
    background-color: #ea5404;
    padding: 40px 30px;
    color: #fff;
    font-size: 1.2em;
}

footer {
    background-color: #ea5404;
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #fff;
    text-decoration: none;
}

.pageTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.pageTop a {
    display: block;
    z-index: 999;
    padding: 9px;
    width: 60px;
    height: 50px;
    background-color: #26C7AC;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.pageTop a:link,
.pageTop a:visited,
.pageTop a:hover,
.pageTop a:active {
    color: #fff;
}

.pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .m01subtitle {
        font-weight: 500;
    }

    .g-koumoku span {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 425px) {
    .m01title {
        color: #26C7AC;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.7em;
        margin-bottom: 30px;
    }

    .m01txt {
        margin: 50px 0;
    }

    .m01title {
        font-size: 1.5em;
    }

    .m02txt {
        margin: 30px 20px;
        font-size: 1em;
        line-height: normal;
        font-weight: 500;
    }

    .gaiyou {
        margin-top: 0px;
        padding: 20px;
    }

    .g-honbun {
        font-size: 1em;
        padding: 10px 0;
    }

    .arealink {
        width: 80%;
        margin: 15px 0;
    }

    .areaaddress {
        width: 80%;
    }

    .oubo1,
    .oubo2 {
        font-size: 1.5em;
    }

    .company {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 320px) {
    .m01title {
        font-size: 1.3em;
    }

    .oubojump {
        font-size: 2rem;
        font-weight: bold;
        padding: 10px 0;
    }

    .oubo1,
    .oubo2 {
        font-size: 1.3em;
    }
}

/* ここからサンクスページ */
.thanksbody {
    background-color: #B2B2B2;
}

.thanks {
    margin-top: 30px;
    padding: 30px 10px;
    border: 1px solid #000;
    background-color: #fff;
}

.thanks h3 {
    margin-bottom: 30px;
}

/* ここからプライバシーポリシーページ */
.pptitle {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
}

.pp {
    text-align: center;
}

.pp p {
    margin: 10px;
}

.ppkoumoku h3 {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #CC0033;
    /*左線*/
}

.ppkoumoku {
    border-bottom: solid 5px #999999
}

.pphonbun {
    margin: 10px 10px 50px;
}

.ppblack {
    background-color: #000;
    height: 50px;
}
