@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    max-width: 640px;
    width: 100%;
}

body {
    color: #000;
    background-color: #F2F6F7;
    word-wrap: break-word;
    height: 100%;
    line-height: 2.2;
    max-width: 640px;
    width: 100%;
}


section,
article {
    display: block;
}

img {
    vertical-align: top;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img {
    filter: brightness(120%);
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
th,
td,
dt,
dd {
    /*font-family: "Noto Serif JP", serif;
    font-weight: 500;
    */
    font-style: normal;
    font-family: "Klee One", cursive;
    font-weight: 400;
}

.zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tsukimi-rounded-regular {
    font-family: "Tsukimi Rounded", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}



a {
    color: #000;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;

}

a:hover {
    color: #76a821;
    text-decoration: none;
}

img {
    max-width: 960px;
}
.sub_title {
    color:#66330e;
}
@media screen and (max-width:960px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    /* ===============================================
ヘッダーのスタイリング
=============================================== */

    .top-header {
        width: 100%;
        height: 80px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        z-index: 999;
        padding-right: 15px
    }

    .top-header__container {
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 0;
        margin-right: auto;
        margin-left: 0;
        width: 50%;
        height: 80px;
    }

    h1 img {
        height: 70px;
        padding: 0;

    }

    .slide_cont {
        margin-top: 80px;
    }

    .slide_pc_cont {
        display: none;
    }

    video.slide {
        width: 100vw;
    }


    ul.hd-sns_icon {
        display: flex;
        margin-right: 10px;
    }

    ul.hd-sns_icon li {
        margin: 5px;
        padding-bottom: 0;
        margin-bottom: 0;

    }

    ul.hd-sns_icon li img {
        width: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /*----------sp ハンバーガーmenu------------*/

    /*動作前*/
    .nav_toggle {
        display: block;
        position: relative;
        width: 1.75rem;
        height: 1.5rem;
    }

    .nav_toggle i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        transition: transform .5s, opacity .5s;
    }

    .nav_toggle i:nth-child(1) {
        top: 0;
    }

    .nav_toggle i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .nav_toggle i:nth-child(3) {
        bottom: 0;
    }

    .nav_pc {
        display: none;
    }

    /*動作後*/
    .nav_toggle.show i:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }

    .nav_toggle.show i:nth-child(2) {
        opacity: 0;
    }

    .nav_toggle.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    /*クリック前*/
    .nav {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
        background: #fff;
        height: auto;
        text-align: right;
        padding-right: 50px;
        opacity: 0.6;
        
    }

    .nav ul {
        padding-top: 50px;
    }

    .nav ul li {
        border-bottom: dotted 1px #808000;
        margin-left: 50px;
        text-align: left;
        font-family: "Klee One", cursive;
        text-indent: 2rem;
    }

    .nav ul a {
        text-align: left;
        text-decoration: none;
    }

    /*クリック後*/
    .nav.show {
        opacity: 0.9;
        visibility: visible;
    }


    @keyframes floatAndDisappear {
        0% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.8);
        }

        20% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        80% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(1.2);
        }
    }




    .effect {
        color: #555;
        padding: 20px;
        opacity: 0;
        /* 最初は見えないようにする */
        transform: translateY(20px);
        /* 下から上に移動するエフェクト */
        animation: fadeInUp 1.0s ease-in-out 1s forwards;
        /* 1秒遅れで表示開始 */
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .top_image img{
        width:100vw;
        overflow: hidden;
        
    }

    .hero {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .hero p {
        position: absolute;
        top: 15%;
        left: 5%;
        font-size: 12px !important;
        line-height: 1.8rem !important;
        text-shadow:
            0 0 1px #fff, 0 0 3px #555,
            0 0 6px #fff, 0 0 10px #555,
            0 0 30px #fff, 0 0 50px #555;
        color: #fff;
    }

    .hero img {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 10;
    }

    .pc {
        display: none;
    }

    /*
メインコンテンツ
-------------------------------------------*/
    .content {
        width: 100%;
        background-color: #F2F6F7;
        color: #000;
        margin-top: 80px;
        padding-bottom: 20px;
        z-index: 9999;
    }

    .cont_wrap {
        max-width: 1200px;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .cont_wrap .pd-0 {
        padding: 0 15px 15px 15px;
        margin: 0;
        margin-top: 20px;
        font-size: 14px;
        color: #66330e;
    }

    .cont_wrap .pd-0 .plus {
        padding: 0;
        margin: 0;
        margin-top: 40px;
        text-align: center;
    }

    .content h2 {
        font-size: 28px;
        line-height: 2.2;
        letter-spacing: 1px;
        color: #66330e;
        text-align: center;
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        clear: both;
    }

    .content h2 i {
        padding: 10px;
        color: #76a821;
        font-size: 20px;
    }

    .content h2 span {
        font-family: "Klee One", cursive;
        font-style: normal;
        font-size: 18px;
        color: #66330e;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }

    .content h2 span.small {
        font-size: 18px;
        font-weight: normal;
        color: #66330e;
    }

    .content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        position: relative;
        margin-top: 2px;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 4px;
        color: #66330e;
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        clear: both;
        letter-spacing: 0.05em;
        border-bottom: solid 1px #66330e;
        text-indent: 1rem;

    }

    .content h3 span {
        font-size: 20px;
        color: #66330e;
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        padding-left: 15px;
    }

    span.h3middle {
        font-size: 24px;
    }

    .content h4 {
        font-size: 20px;
        color: #555;
        letter-spacing: 0.1em;
        padding: 10px;
        font-weight: bold;
        clear: both;
        margin-top: 20px;
        margin-right: 30px;
        margin-bottom: 20px;
        margin-left: 30px;
        border-bottom: dotted 1px;
    }

    .content p {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 30px;
        margin-top: 20px;
        margin-right: 30px;
        margin-left: 30px;
    }
.pankuzu {
    background-color: #F2F6F7;
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #aaa;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #FFF;
}

.pankuzu li i {
    padding-right: 5px;
}

    /*-----テーブル-------------*/
    table {
        width: 100%;
        margin: 40px auto;
    }

    table th,
    table td {
        padding: 12px;
        text-align: center;
    }


    /*   dl リスト----------------------*/
    dl.dl_price {
        width: 100%;
        margin-top: 50px;
        background: #fff;
        padding: 10px;
    }

    dd.dd_right {
        text-align: right;
    }

    dd.dd_left {
        margin-left: 20px;
        font-size: 16px;
    }

    .dl_price.hoken {
        margin: 0 auto;
    }

    .insurance {
        background: #fff;
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    /*
トップ下部ピックアップ
-------------------------------------------*/
    .pick_up {
        width: 100%;
        padding: 0 20px;
    }


    .pick_up ul {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1600px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }

    .pick_up ul li {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding: 20px auto;
    }

    .pick_up ul li a {
        display: block;
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    .pick_up ul li a img {
        position: relative;
        width: auto;
        max-width: 100%;
        z-index: 10;
    }

    .pick_up ul li a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
    }

    .pick_up ul li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    .pick_up ul li a:hover::before {
        background-color: rgba(0, 0, 0, 0.4);
    }


    .pick_up ul li a div {
        color: #FFF;
        font-size: 32px;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 80%;
        margin-top: -20px;
        margin-left: -40%;
        position: absolute;
        left: 50%;
        top: 47%;
        font-weight: 500;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
        z-index: 10;
    }

    .pick_up ul li a div span {
        font-size: 16px;
        letter-spacing: 2px;
    }


    /*
エフェクト
-------------------------------------------*/


    .d_02 {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    .d_04 {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }

    .d_06 {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .d_08 {
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
    }

    .d_10 {
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
    }

    .pick_up {
        width: 100%;
    }

    /*------自己紹介-----------*/
    .self-introduction {
        width: 100%;
        padding: 0;
    }

    .self-introduction img {
        width: 100%;
    }

    .self-introduction dl {
        width: 100%;
        margin-top: 100px;
        background: #fff;
        padding: 10px;

    }

    .self-introduction dl dd {
        margin-left: 1rem;
        font-size: 12px;
        font-family: "Klee One", cursive;
    }

    .self-introduction dl dt {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        font-family: "Klee One", cursive;
    }

    /*------自己紹介-----------*/

    /*--------------予約ボタンの設定-------------------------*/
    .reservebtn a {
        display: block;
        padding: 15px 10px;
        text-decoration: none;
        text-align: center;
        z-index: 9999;
        position: fixed;
        right: 40px;
        bottom: 30px;
        background-color: #073875;
        border-radius: 8px;
        color: #fff;
        font-weight: bold;
        line-height: 1.7;
    }

    .reservebtn a:hover {
        color: #fff;
        background-color: #0c63cc;
    }


    /*
フッター
-------------------------------------------*/

    footer {
        background-color: #EEE;
        color: #000;
        clear: both;
        width: 100%;
        display: block;
        padding-top: 20px;
        border-bottom-width: 20px;
        border-bottom-style: solid;
        border-bottom-color: #E5E5E5;
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;

    }

    footer .cont_wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }


    footer .cont_wrap .f_box li a {
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
    }

    footer .f_box li a:hover {
        background: #fff !important;
    }

    footer .cont_wrap .f_box.lg {
        width: 100%;
        display: flex;
    }

    .lg_left {
        display: flex;
        width: 50%;
        flex-direction: column
    }

    .f_box_logo {
        width: 60%;
    }

    .f_box_logo img {
        width: 80%;
    }
    .f_name{
        width:100%;
        margin-top:10px;
    }
    .f_box{
        width:100%;
        margin: 0!important;
        padding: 0!important;
        text-align: right;
    }
   
    footer .cont_wrap p {
        font-size: 14px;
    }

    footer .cont_wrap ul {
        padding: 10px;
    }

    footer .cont_wrap ul li a {
        display: block;
        text-decoration: none;
        font-size: 13px;
        color: #555;
    }

    footer .cont_wrap ul li a:hover {
        color: #000;
        background-color: #ffbf00;
    }

    address {
        clear: both;
        font-size: 12px;
        font-style: normal;
        padding: 20px;
        text-align: center;
        letter-spacing: 1px;
    }


    footer .cont_wrap .f_box.lg img {
        width: 40%;
    }

    ul.sns_icon li {

        margin: 10px 0 0;
    }

    ul.sns_icon li img {
        width: 40px;
    }

    ul.sns_icon li {
        border-bottom: none;
    }



    /*---------------btm_block------------------------------*/
    .btm_block {
        width: 100%;
        height: auto;
        background-image: url(../image/btm_image1.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 0 80%;
        position: relative;
    }

    .btm_block .box_in {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        flex-flow: column;
        position: absolute;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.3);

        padding: 0;
        margin: 0;

    }

    .btm_block h2 {
        font-size: 36px;
    }

    .btm_block p {
        line-height: 2;

    }

    .cont_wrap iframe {
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;

    }

    .access_flex_box dt,
    dd {
        font-size: 12px;
        color: #000;
    }

    .access_flex_box dd {
        margin-left: 10px;
    }

    .access_map {
        margin: 0px;
        padding: 0;
    }

    .access_map h3 {
        text-align: center;
        padding: 0;
    }

    .access_map iframe {
        aspect-ratio: 16 / 16;
        max-width: 1000px;
        width: 100%;
        height: auto;
    }

    .top_access {
        margin-top: 40px;
    }

    .top_access h3 {
        padding: 20px 20px 10px 0;
        text-align: left;
    }

    .top_access p {
        text-align: left;
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    dl.map_text {
        margin: 0 0 20px 20px;
    }

    .btn_cnt {}

    .btn_cnt.cl_2 {
        margin-top: 20px;
    }

    /*
下部画像上予約ボタン
-------------------------------------------*/
    .btn_cnt a {
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 240px;
        height: 60px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        line-height: 22px;
        padding-top: 20px;
        padding-bottom: 10px;
        clear: both;
        background-color: #073875;
        border-radius: 5px;
    }

    .btn_cnt.cl_2 a,
    .box_cont .btn_cnt a {
        color: #fff;
        background-color: #073875;
        border-radius: 5px;
        font-size: 18px;
    }

    .btn_cnt a i {
        padding-right: 10px;
    }

    .btn_cnt a:hover {
        color: #fff;
        background-color: #0c63cc;
    }

    .btn_cnt.cl_2 a:hover,
    .box_cont .btn_cnt a:hover {
        color: #fff;
        background-color: #0c63cc;
    }

    .btn_cnt.rt a {
        float: right;
        max-width: 220px;
        margin-right: 10px;
    }

    .box_in a {
        color: #fff;
        letter-spacing: 0.8px;
        font-size: 16px;
        text-decoration: none;
    }

    .box_in a:hover {
        color: #fff;
    }




    .img_left {
        margin: 0 auto;
    }

    .img_left img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    span.mini {
        font-size: 10px;
    }

    span.middle {
        font-size: 12px;
    }

    /*--------reserve---------------*/
    h2 .reserve_h2 {
        border-bottom: solid 1px #ddd;
    }

    h3.reserve {
        text-align: center;
        border-bottom: none;
    }

    .cont_wrap2 {
        margin-bottom: 40px;
        width: 100%;
        padding: 0;
    }

    .cont_wrap2 a {
        text-decoration: none;
        color: #073875;
    }

    .cont_wrap2 a:hover {
        color: #0c63cc;
    }

    .shinkyu_logo {
        position: relative;
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .shinkyu_logo img {
        margin: 0 auto;
        width: 180px;
    }

    .line_btn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .line_btn img {
        width: 180px;
    }

    .btn_cnt_line {
        background-color: #00B900;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 240px;
        height: 60px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
        border-radius: 5px;
    }

    .btn_cnt_line.cl_2 a,
    .box_cont_line .btn_cnt_line a {
        width: 240px;
        height: 60px;
        color: #fff;
        background-color: #00B900;
        border-radius: 5px;
        text-decoration: none;
        display: block;
        line-height: 22px;
    }

    .btn_cnt_line:hover {
        opacity: 0.7;
    }

    .btn_cnt_line a i {
        padding-right: 10px;
    }

    .btn_cnt_tel {
        background: #ffbf00;
        width: 240px;
        height: 60px;
        padding: 5px;
        border-radius: 5px;
        margin: 0 auto 0;
        text-align: center;
        color: #fff;
        margin-bottom: 0;

        padding-top: 10px;
    }

    .btn_cnt_tel:hover {
        opacity: 0.7;
    }

    .btn_cnt_tel a {
        color: #fff;
        font-size: 20px;
    }

    p.line_font {
        font-family: "Klee One", cursive;
    }


    .btn_cnt_line.rt a {
        float: right;
        max-width: 220px;
        margin-right: 10px;
    }

    .btn_cnt_line.cl_2 img {
        width: 20px;
        margin-right: 10px;
    }

    .space40 {
        margin-top: 40px;
    }

    /*---newslist ///   ------------}*/
    .news_list {
        background: #fff;
        padding-top: 5px;
        margin-top: 40px;
    }
    .news_image img{
        width:100%;
    }
    
    
    
        .cont_subsc{
        width: 100%;
        text-align: center;
        background: #fff;
    }
    .subsc_title{
        width:80%;
        margin: 0 auto;
    }
    .cont_subsc img{
        width: 100%;
        padding-bottom: 40px;
    }
    .cont_subsc .flex_cont{
        margin: 0 auto;
        text-align: left;
    }
    .subsc_text_box{
        width:95%;
        margin: 0 auto;
    }
    .cont_subsc p{
        font-size:14px;
    }
    p.sub_title{
        font-size: 16px;
    }
    span.mini{
        font-size:12px;
    }
    span.red{
        color: red;
    }
}

/*---スマホサイズ ///   ------------}

/* ===============================================
PCのスタイリング
=============================================== */
@media screen and (min-width: 960px) {


    /* 960px以上に適用されるCSS（PC用） */

    html {
        max-width: 1600px;
        width: 100%;
    }

    body {
        height: 100%;
        line-height: 2.2;
        max-width: 1600px;
        width: 100%;
    }

    /*-----スマホ用を見えなくする-----*/
    .sp {
        display: none;
    }

    a {
        text-decoration: none;
    }

    /* ===============================================
PCヘッダーのスタイリング
=============================================== */
    .slide_cont {
        display: none;
    }

    video.top_slide {
        position: relative;
        z-index: 999;
    }

    .top-header {
        width: 100%;
        height: 100px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        z-index: 9999;

    }

    .top-header__container {
        max-width: 1600px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 0;
        margin-right: auto;
        margin-left: 0;
        width: 100%;
        height: 100px;

    }

    h1 img {
        height: 100px;

    }

    ul.nav_pcmenu_ul {
        display: flex;
        justify-content: flex-end;
        margin-right: 50px;
        width: 700px;
    }

    ul.nav_pcmenu_ul li.nav_pcmenu_li {
        padding-left: 25px;

    }

    ul.hd-sns_icon {
        margin-left: 0px;
        display: flex;
        margin-right: 20px;
    }

    ul.hd-sns_icon li {
        margin: 5px;
        padding-bottom: 0;
        margin-bottom: 0;

    }

    ul.hd-sns_icon li img {
        width: 40px;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 8px;
    }


    .content {
        position: relative;
        max-width: none;
        width: 90%;
        color: #333;
        padding-top: 100px;
        padding-bottom: 20px;
        z-index: 999;
        margin: 0 auto;
    }

    .cont_wrap {
        max-width: none;
        width: 90%;
        margin: 0 auto;
    }

    .cont_wrap .pd-0 {
        padding: 0;
        margin: 0;
        margin-top: 40px;
    }

    .cont_wrap .pd-0 .plus {
        padding: 0;
        margin: 0;
        margin-top: 40px;
        text-align: center;
    }

    .content h2 {
        font-size: 28px;
        line-height: 2.2;
        margin-bottom: 10px;
        letter-spacing: 1px;
        color: #111;
        text-align: center;
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        clear: both;
    }

    .content h2 i {
        padding: 10px;
        color: #76a821;
        font-size: 20px;
    }

    .content h2 span {
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #66330e;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }

    .content h2 span.small {
        font-size: 18px;
        font-weight: normal;
        color: #555;
    }

    .content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        position: relative;
        margin-top: 2px;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 4px;
        font-weight: normal;
        color: #66330e;
        font-family: "Klee One", cursive;
        ;
        font-weight: 400;
        font-style: normal;
        clear: both;
        letter-spacing: 0.05em;
        border-bottom: solid 1px #66330e;
    }

    .content h3 span {
        font-size: 20px;
        color: #555;
        font-family: "Klee One", cursive;
        font-weight: 400;
        font-style: normal;
        padding-left: 15px;
    }

    .content h4 {
        font-size: 20px;
        color: #555;
        letter-spacing: 0.1em;
        padding: 10px;
        font-weight: bold;
        clear: both;
        margin-top: 20px;
        margin-right: 30px;
        margin-bottom: 20px;
        margin-left: 30px;
        border-bottom: dotted 1px;
    }

    .content p {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 30px;
        margin-top: 20px;
        margin-right: 30px;
        margin-left: 30px;
    }

    .hero {
        width: 100%;
        padding-left: 40px;
    }

    .hero img {
        width: auto;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 10;
        box-shadow: 2px 2px 4px gray;
    }

    .hero .pc.cont_wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;

    }

    .hero p {
        /*絶対配置*/
        color: #000;
        /*文字は白に*/
        font-size: 14px !important;
        line-height: 1.8rem !important;
        text-shadow:
            0 0 1px #fff, 0 0 3px #000,
            0 0 30px #fff, 0 0 50px #555;
        color: #555;
        width: 40%;

    }

    .hero img {
        width: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 10;
    }

    .slide_pc_cont {
        max-width: none;
        width: 100%;
    }

    .slide_pc_cont video {
        max-width: none;
        width: 100%;
    }
.pankuzu {
    background-color: #F2F6F7;
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #aaa;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #FFF;
}

.pankuzu li i {
    padding-right: 5px;
}

    /*-----テーブル-------------*/
    table {
        width: 100%;
        margin: 40px auto;
    }

    table th,
    table td {
        padding: 12px;
        text-align: center;
    }

/*「NEWS」ブロック
---------------------------------------------------------------------------*/
    h2.news_title {
    font-family: 'Cinzel', serif;
    /*GoogleFontsの指定*/
    font-weight: normal;
    /*太さを標準に*/
    font-size: 2rem;
    /*文字サイズを２倍に*/
    letter-spacing: 0.3em;
    /*文字間隔を広くとる*/
    text-indent: 0.3em;
    /*上の行のletter-spacingと同じ値をセットする*/
    text-align: center;
    /*テキストをセンタリング*/
}

/*h2タグ内のspanタグ。小文字部分。*/
 h2.news_title span {
    display: block;
    font-size: 0.8rem;
    /*文字サイズを親要素の半分に*/
    letter-spacing: 0.5em;
    /*文字間隔の上書き*/
    text-indent: 0.5em;
    /*上の行のletter-spacingと同じ値をセットする*/
}

    
    
    
/*「NEWS」と「もっとみる」ボタンを囲むボックス*/
#new {
     width:100%;
    /*margin-left: 100px;	左に空けるスペース*/
    margin: 0 auto;
}

/*NEWSブロック*/
#new dl {
     width:90%;
    margin: 0;
    display: flex;
    /*flexボックスを使う指定*/
    flex-wrap: wrap;
    /*折り返す指定*/
    background: #fff;
}

/*日付(dt)設定*/
#new dt {
    width: 8rem;
    /*幅。8文字(rem)分。*/
    letter-spacing: 0.1em;
    display: flex;
    /*flexボックスを使う指定*/
    justify-content: space-between;
    /*日付とアイコンをそれぞれ端に寄せる*/
    padding: 6px 0 0;
    /*上下、左右への余白。下のddのpaddingと揃える。*/
    font-size: 14px;
}

/*記事(dd)設定*/
#new dd {
    padding: 10px 0;
    /*上下、左右への余白。上のdtのpaddingと揃える。*/
    width: calc(100% - 8rem);
    /*「8rem」は上の「.new dt」のwidthの値です。*/
    font-size: 18px;
}
.markdown-body{
    margin-top:100px;
}
h2#info_title{
    font-size:18px;
}
#info_image {
    width:100%;
    margin:0 auto;
    text-align: center;
}
#info_image img{
    width:80%;
    text-align: center;
    margin:0 auto;
}



    /*   dl リスト----------------------*/

    dd.dd_right {
        text-align: right;
    }

    dd.dd_left {
        margin-left: 40px;
        font-size: 16px;
    }

    .insurance {
        width: 80%;
        text-align: center;
        padding: 40px;
        margin: 0 auto;
        background-color: #fff;

    }

    /*
トップ下部ピックアップ
-------------------------------------------*/
    .pick_up {
        width: 100%;
    }


    .pick_up ul {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1600px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
        flex-direction: row;
    }

    .pick_up ul li {
        width: 30%;
        position: relative;
        margin: 20px auto;
        padding: 20px auto;
        flex-direction: row;
        justify-content: flex-start;
    }

    .pick_up ul li a {
        display: block;
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    .pick_up ul li a img {
        position: relative;
        width: auto;
        max-width: 100%;
        z-index: 10;
    }



    /*
エフェクト
-------------------------------------------*/

    .pick_up {
        width: 100%;
    }


    /*------自己紹介-----------*/


    .self-introduction {
        width: 90%;
        margin: 40px auto;
        display: flex;
        border: 2px solid #ddd;
        padding: 40px;
    }

    .self-introduction img {
        width: 360px;
        box-shadow: 2px 2px 4px gray;
    }

    .flex_left {
        width:100%;
        margin-right: 40px;
    }

    .self-introduction dl dt {}

    .self-introduction dl dd {
        padding-left: 2rem;
    }
    .flex_right{
        width:100%;
    }

    footer {
        background-color: #EEE;
        color: #333;
        clear: both;
        width: 100%;
        display: block;
        padding-top: 20px;
        padding-right: 40px;
        border-bottom-width: 20px;

        font-style: normal;
        font-size: 18px;

    }

    footer .cont_wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .lg_left {
        display: flex;
        width: 40%;
    }
    .lg_right{
        display: flex;
        width:60%;
        margin:0!important;
    }
    .f_box_logo {
        width: 40%;
        padding: 0px!important;
        margin: 0px!important;
    }

    .f_box_logo img {
        width: 60%;
    }
    .f_name{
        width:80%;
        margin: 0;
    }
    .f_box ul{
        width:100%;
    }
    .f_box{
        width:100%;
        margin: 0!important;
        padding: 0!important;
    }
    .f_box li  {
        width:80px;
        padding:0!important;
        margin:0!important;
    }


    footer .f_box li a:hover {}

    footer .cont_wrap .f_box.lg {
        width: 100%;
        padding: 0px 0 0 40px !important;
        margin: 0;
    }

    footer .cont_wrap p {
        font-size: 14px;
    }

    footer .cont_wrap ul {
        padding: 10px;
        display: flex;
    }

    footer .cont_wrap ul li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        color: #555;
        margin: 20px 10px;
    }

    footer .cont_wrap ul li a:hover {
        color: #000;
        background-color: #fff;
    }

    address {
        clear: both;
        font-size: 12px;
        font-style: normal;
        padding: 20px;
        text-align: center;
        letter-spacing: 1px;
    }

    footer .cont_wrap .f_box.lg {
        width: 50%;
        padding: 40px 20px;
    }

    footer .cont_wrap .f_box.lg img {
        width: 140px;
        float: left;
        margin-right: 20px;
    }

    ul.sns_icon li {
    }

    ul.sns_icon li img {
        width: 40px;
    }

    ul.sns_icon li {
        border-bottom: none;
    }

    /*--------------予約ボタンの設定-------------------------*/
    .reservebtn a {
        display: block;
        padding: 15px 10px;
        text-decoration: none;
        text-align: center;
        z-index: 9999;
        position: fixed;
        right: 40px;
        bottom: 30px;
        background-color: #073875;
        border-radius: 8px;
        color: #fff;
        font-weight: bold;
        line-height: 1.7;
    }

    .reservebtn a:hover {
        color: #fff;
        background-color: #0c63cc;
    }



    /*---------------btm_block------------------------------*/
    .btm_block {
        width: 100%;
        height: 480px;
        background-image: url(../image/btm_image2.jpg);
        background-repeat: no-repeat;
        margin: auto;
        padding: auto;
        position: relative;

    }

    .btm_block .box_in {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        flex-flow: column;
        position: absolute;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.3);
        font-family: "Zen Kaku Gothic New", sans-serif;
        padding: 0;
        margin: 0;

    }

    .btm_block h2 {
        font-size: 36px;
    }

    .btm_block p {
        line-height: 2;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }

    .img_left {
        margin: 0 auto;
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .img_left.appearance {
        width: 50%;
        padding: 0;
        margin: 0;
    }

    .img_left.appearance img {
        width: 80%;
    }

    .overview {
        display: flex;
        width: 80%;
        margin: 0 auto;
    }

    .access {
        margin-top: 40px auto;
        background: #fff;
        padding: 40px;
    }

    .access dd {
        margin: 0 auto;
    }

    .access_flex {
        width: 100%;
        display: flex;
    }

    .access_flex_box {
        width: 40%;
        margin: 20px;
        background: #fff;
    }

    .access_flex_box .img_left {
        width: 100%;
    }

    .access_flex_box .img_left img {
        width: 100%;
        margin: 0;
    }

    .access_flex_box dl {
        padding: 20px;
    }

    .access_flex_box dd {
        margin-left: 20px
    }

    .access_map {
        width: 100%;
    }

    .access_map h3 {
        padding: 10px;
    }

    .access_map.effect iframe {
        width: 960px;
        height: 480px;
    }

    .top_access {
        margin-left: 0;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .top_access h2 {
        display: none;
    }

    .map_text {
        text-align: left;
        marign: 0 auto !important;
        padding: 40px 0 0 500px;
        width: 80%;
    }

    .btn_cnt.cl_2 {
        margin: 20px auto 20px;
        text-align: center;
        width:240px!important;
        height:60px!important;
        color: #fff;
        background-color: #073875;
        border-radius: 5px;
        text-decoration: none;
        padding: 10px 15px;
    }

    .btn_cnt.cl_2 a{
        color: #fff;
    }
    .btn_cnt a i {
        padding-right: 10px;
        margin: 0 auto;
        color: #fff;
    }

    .btn_cnt a:hover {
        color: #fff;
        opacity: 0.7;
    }

    .btn_cnt.cl_2 a:hover,
    .box_cont .btn_cnt a:hover {
        color: #fff;
        opacity: 0.7;
    }

    .btn_cnt.rt a {
        float: right;
        max-width: 220px;
        margin-right: 10px;
        margin: 0 auto;
    }

    .cont_wrap2 {
        width: 50%;
        margin: 40px auto;
        padding: 40px;
        background: #fff;
    }

    .shinkyu_logo {
        margin:20px auto;
        text-align: center;
    }

    .shinkyu_logo img {
        width: 220px;
    }

    .line_btn{
        width:100%;
        margin: 0 auto;
        text-align: center;
    }
    .btn_cnt_line img {
        width: 25px;
        margin-right: 20px;
    }

    .btn_cnt_line img:hover {
        opacity: 1;
    }

    .btn_cnt_line:hover {
        opacity: 0.7;
    }

    .btn_cnt_tel {
        background: #ffbf00;
        width: 240px;
        height: 60px;
        padding: 5px;
        border-radius: 5px;
        margin: 0 auto 0;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        padding-top:15px;
    }

    .btn_cnt_tel:hover {
        opacity: 0.7;
    }

    .btn_cnt_tel a {
        text-decoration: none;
        color: #fff;
    }

    .flex_cont {
        display: flex;
        flex-direction: row;
        width: 95%;
        flex: 1;
        margin: 20px auto 0;
    }

    .flex_image {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    .flex_image img {
        width: 480px !important;
        margin: 20px;
        padding: 0;
        box-shadow: 2px 2px 4px gray;
    }

    .flex_box {
        width: 100%;
        background: #fff;
        padding: 20px;
    }

    .cont_wrap .pd-0 {
        padding: 0 15px 15px 15px;
        margin: 0;
        margin-top: 20px;
        font-size: 16px;
        color: #66330e;
    }

    .dl_price {
        padding: 0.5em 1em 2rem;
        margin: 2em 0;
        color: #5d627b;
        background: white;
        border-top: solid 1px #5d627b;
        border-bottom: solid 1px #5d627b;
    }

    .hoken_cont {
        width: 50%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .set dt {
        text-align: center;
    }
    .cont_subsc{
        width: 100%;
        text-align: center;
        background: #fff;
    }
    .subsc_title{
        width:80%;
        margin: 0 auto;
    }
    .cont_subsc img{
        width: 100%;
        padding-bottom: 40px;
    }
    .cont_subsc .flex_cont{
        margin: 0 auto;
        text-align: left;
    }
    .subsc_text_box{
        width:60%;
        margin: 0 auto;
    }
    p.sub_title{
        font-size: 20px;
    }
    span.mini{
        font-size:14px;
    }
    span.red{
        color: red;
    }
    
}

/*------pc//-------------*/

/*------タブレット//-------------*/
@media screen and (min-width:600px) and (max-width:1024px) {}
