@font-face {
    font-family: "MyFont";
    src: url("../fonts/RyuminPro-Bold.otf") format("opentype"), url("../font/RyuminPro-Bold.eot") format("embedded-opentype"), url("../fonts/RyuminPro-Bold.eot?") format("embedded-opentype"), url("../fonts/RyuminPro-Bold.woff") format("woff"), url("../fonts/RyuminPro-Bold.woff2") format("woff2");
}

.mw-380{
    max-width:380px;
}

.txt-imgs{
    margin:0 auto;
}

.txt-img {
    width: 280px;
    margin: 16px;
}

/* .myfont { */
.shadow-text {
    position: absolute;
    left: 20px;
    top: 20px;
    text-shadow: 3px 3px 3px #fff;
}

@font-face {
    font-family: "kasai";
    src: url("../fonts/kasai.woff2") format("woff2"),
        url("../fonts/kasai.woff") format("woff");
}

.kasai {
    font-family: "kasai";
}

/* other style */
.covid-info {
    border: solid 6px #01A369;
    padding: 30px 80px;
}

.covid-info p {
    font-size: 40px;
}

.covid-info ul {
    font-size: 28px;
    line-height: 3.6rem;
}

.covid-info li::marker {
    font-size: 1rem;
}

.covid-info li>span {
    vertical-align: -0.15em;
}



.ls-half {
    letter-spacing: 0.5rem;
}

@media(min-width:768px) {
    .ls-half {
        text-align: center;
    }
}

.btn-index {
    background: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #006F49;
    padding: 10px 20px;
}

.btn-index span:first-child {
    font-size: 2.2rem;
    text-decoration: none;
}

.btn-index span:last-child {
    font-size: .9rem;
}

.btn-index span:last-child::after {
    content: ">";
    font-size: .9rem;
    font-weight: bold;
    margin-left: 3px;
}

.icons {
    background: #159B67;
    color: #FFF;
    padding: 5px 15px;
    font-size: 1.2rem;
    margin: 5px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.circle {
    position: relative;
    /* ←文字の親要素に指定 */
    width: 110px;
    height: 110px;
    background-color: #00A469;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
}

.circle-inner-text {
    font-size: 2rem;
    font-weight: bold;
}

.text-larger {
    font-size: 1.5rem;
}

/* font-family: MyFont !important; */


/* } */

@media (max-width: 736px) {
    body {
        font-size: 1rem;
    }

    footer {
        font-size: 1rem;
    }

    .line:before,
    .line:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 23% !important;
        height: 3px;
        background-color: #6A3906;
    }

    /* .line_green:before,
    .line_green:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 13% !important;
        height: 3px;
        background-color: #006F49;
    } */

    /* .line_green_two:before,
    .line_green_two:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 5% !important;
        height: 3px;
        background-color: #006F49;
    } */

    .hero {
        content: url(../images/hero_sp.jpg);
        width: 100%;
    }

    .one:before {
        content: url(../images/types_one.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .two:before {
        content: url(../images/types_two.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .three:before {
        content: url(../images/types_three.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .four:before {
        content: url(../images/types_four.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .five:before {
        content: url(../images/types_five.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .six:before {
        content: url(../images/types_six.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .seven:before {
        content: url(../images/types_seven.svg);
        display: block;
        width: 250px;
        height: 55px;
        margin: 0 auto;
    }

    .ctable {
        width: 100% !important;
    }

    .plans_one_headline {
        position: relative;
    }

    .plans_one_headline:before {
        content: url(../images/plans_one_sp.svg);
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 55px;
        margin: 0 auto;
    }

    .plans_two_headline {
        position: relative;
    }

    .plans_two_headline:before {
        content: url(../images/plans_two_sp.svg);
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 55px;
        margin: 0 auto;
    }

    .plans_three_headline {
        position: relative;
    }

    .plans_three_headline:before {
        content: url(../images/plans_three_sp.svg);
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 55px;
        margin: 0 auto;
    }

    .plans_four_headline {
        position: relative;
    }

    .plans_four_headline:before {
        content: url(../images/plans_four_sp.svg);
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 55px;
        margin: 0 auto;
    }
}


/*    @media (min-width: 768px) {
    }*/

body {
    font-family: 'Noto Serif JP', serif;
    /*max-width: 960px;
        margin: 0 auto;*/
}

header {}

main {}

footer {
    color: #6A3906;
    background: #FAF0EB;
}

footer a {
    color: #6A3906;
}

footer a:hover {
    color: #6A3906;
}

footer p {
    font-weight: bold;
}

section {
    margin: 50px 0;
}

h1.headline {
    color: #006F49;
}

.text-main-color {
    color: #006F49;
}

.text-sub-color {
    color: #6A3906 !important;
}

.text-other-color {
    color: #646464 !important;
}

.bg-main-color {
    background-color: #006F49;
}

.bg-sub-color {
    background-color: #6A3906;
}

.bg-other-color {
    background-color: #646464;
}

#types {
    background: #006F49;
    background-size: cover;
    background-position: center top;
    padding: 30px 0 50px 0;
}

.plans {
    /* background: url(../images/types_bg.png) no-repeat; */
    background-color: #b28247;
    background-size: cover;
    background-position: center top;
    padding: 30px 0 30px 0;
    color: #FFF;
}

#types a:hover {
    transition: all 0.6s ease 0s;
    transform: scale(1.1, 1.1);
    text-decoration: none;
    color: #006F49;
}

#header_info {
    margin: 0;
}

#footer_info {
    background-color: #006F49;
    font-size: 120%;
    color: #FFFFFF;
}

#footer_menu {
    padding-top: 50px;
    margin-top: 0;
}

.copy {
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

ul.footer_menu {
    list-style-type: none;
}

ul.footer_menu li {
    position: relative;
}

ul.footer_menu li:before {
    content: url(../images/arrow.png);
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -9px;
}

.phone::before {
    content: url(../images/phone.svg);
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-right: 5px;
}

.footer_phone::before {
    content: url(../images/footer_phone.svg);
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-right: 5px;
    margin-top: -12px;
}

.contact {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 4px;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #CCCCCC;
    color: #6A3906;
}

.contact:hover {
    top: -4px;
    box-shadow: 0 7px 0 #CCCCCC;
    color: #6A3906;
}

.line {
    color: #FFF;
    font-weight: bold;
    position: relative;
}

.line:before,
.line:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 34%;
    height: 3px;
    background-color: #FFF;
}

.line:before {
    left: 0;
}

.line:after {
    right: 0;
}

/* .line_green {
    color: #006F49;
    font-weight: bold;
    position: relative;
} */

/* .line_green:before,
.line_green:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 34%;
    height: 3px;
    background-color: #006F49;
} */

/* .line_green:before {
    left: 0;
}

.line_green:after {
    right: 0;
} */

/* .line_green_two {
    color: #006F49;
    font-weight: bold;
    position: relative;
}

.line_green_two:before,
.line_green_two:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 28%;
    height: 3px;
    background-color: #006F49;
}

.line_green_two:before {
    left: 0;
}

.line_green_two:after {
    right: 0;
} */

nav.md ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

nav.md ul li {
    display: table-cell;
    min-width: 50px;
    border-right: 1px solid #ccc;
}

nav.md ul li:first-child {
    border-left: 1px solid #ccc;
}

nav.md ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
}

nav.md ul li a:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #000;
    margin-bottom: -3px;
    border-bottom: 3px solid #ccc;
    text-decoration: none;
}

nav.sm a {
    border-bottom: solid 1px rgba(0, 0, 0, .075);
    position: relative;
    text-decoration: none;
    color: #000;
}

nav.sm a::after {
    content: url(../images/arrow.png);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}

.letter_spacing_10 {
    letter-spacing: 10px;
}

.letter_spacing_20 {
    letter-spacing: 20px;
}

.letter_spacing_30 {
    letter-spacing: 30px;
}

.letter_spacing_40 {
    letter-spacing: 40px;
}

.letter_spacing_50 {
    letter-spacing: 50px;
}

#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #b28247;
    opacity: 0.6;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'トップへ';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.ctable {
    width: 50vw;
}

#offering {
    background: url(../images/offering_bg.jpg) no-repeat;
    background-position: bottom;
    background-size: contain;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.pc_logo {
    width: 180px;
    height: 20px;
    display: block;
    margin: 0 auto 0 45px;
}

.fa-hover a {
    color: #000000;
    text-decoration: none;
    position: relative;
}

.fa-hover a:hover {
    opacity: 0.6;
    transition: all 0.2s ease-out;
}

.topBtn {
    position: fixed;
    bottom: 20px;
    right: 0;
    display: block;
    background-color: #b28247;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}

.topBtn span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    text-align: center;
}

.wrapper {
    position: relative;
    /*topBtnの親要素に指定*/
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.display-4 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

@media(min-width:768px) {
    .display-4 {
        font-size: 3.3rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

.display-5 {
    font-size: 1.6rem;
}

@media(min-width:768px) {
    .display-5 {
        font-size: 2.5rem;
    }
}


h5 {
    font-size: .5rem;
}

@media(min-width:768px) {
    h5 {
        font-size: 1.25rem;
    }
}