@charset "utf-8";
@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
}

body {
    background: #fff;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic Medium", "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
    /*display:block;*/
}

.sbi_btn_text{
    color:#ffffff;
}

/*PC用*/

@media screen and (min-width:641px), print {
    .pc {
        display: block !important
    }
    .sp {
        display: none !important
    }
    .pc_cell {
        display: table-cell !important
    }
    .sp_cell {
        display: none !important
    }
    .pc_row {
        display: table-row !important
    }
    .sp_row {
        display: none !important
    }
    /*header*/
    #header {
        padding: 88px 0 0px;
        box-sizing: border-box;
    }
    #header .top_area {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .slide_box {
        width: 100% !important;
        height: 70vh;
        position: relative;
    }
    .slide_box>img {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        max-height: 100vh;
        height: 100%;
        object-fit: cover;
    }
    .slide_text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 736px;
        height: auto;
    }
    .slide_text img {
        width: auto !important;
        height: 100%;
        margin: 0 auto;
    }

    #gnav_fixbox_inner.fixed {
      position: fixed;
      top: 85px;
      z-index: 100;
      width:100%;
      margin:0 auto;
    }

    #gnav {
        position: relative;
        z-index: 100;
        background: url(../images/gnav_bg.jpg) repeat-x;
    }
    #gnav ul {
        width: 980px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px 0 5px;
    }
    #gnav li:nth-child(1) {
        background: url(../images/nav_border.jpg)no-repeat bottom -5px center;
    }
    #gnav li.marginspace{
      margin-right:100px;
    }

    #gnav li p {
        font-size: 14px;
        letter-spacing: 2px;
    }
    #gnav li p:nth-child(2) {
        padding: 6px 0 0;
    }
    #gnav li a {
        display: block;
        font-size: 16px;
        color: #2a2a2a;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 8px 0;
        letter-spacing: 4px;
        position: relative;
    }
    #gnav li:hover a:after {
        content: "";
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        background: #00873c;
    }
    #gnav li.active a:after {
        content: "";
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        background: #00873c;
    }
    .h_menu {
        cursor: pointer;
    }
    #sp_global_nav .closebtn {
        cursor: pointer;
    }

    /*メニュー*/
    nav#sp_global_nav {
        z-index: 99999;
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        background: rgba(49, 49, 49, 0.7);
        overflow: scroll;
        padding: 0.81% 7.81% 0.37% 7.81%;
        box-sizing: border-box;
        /* opacity: 0.7; */
    }

    nav#sp_global_nav table {
        background: #fff;
        opacity: 1;
        width: 1004px;
        margin: 15px auto 15px auto;
        table-layout: fixed;
    }
    nav#sp_global_nav table td {
        /* border: solid #e3e3e3 1px; */
    }
    nav#sp_global_nav table .td3 ul li a {
        padding: 23px 0 12px 71px;
    }
    nav#sp_global_nav table .td3 ul li ul li a {
        padding: 0 0 0 104px;
    }
    nav#sp_global_nav table td a {
        display: block;
        padding: 8px 0 8px 60px;
        font-size: 14px;
        color: #2a2a2a;
        text-decoration: none;
        letter-spacing: 1px;
        font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    nav#sp_global_nav .btn_block {
        width: 1004px;
        margin: 0 auto;
        background: #fff;
        padding: 23px 164px 19px;
        box-sizing: border-box;
        justify-content: space-around;
    }
    .navi_header {
        background: url(../images/nav_bg.jpg) repeat;
        opacity: 1;
        width: 1004px;
        margin: 0 auto;
        padding: 19px 21px 6px 33px;
        box-sizing: border-box;
    }
    .sp_global_nav_inner .child_list {
        padding: 0 0 0 23px;
    }
    .navi_header p:first-child img {
        width: 160px;
    }
    nav#sp_global_nav li {
        border-bottom: 1px solid #fff;
    }
    nav#sp_global_nav li li {
        margin-bottom: 16px;
    }
    nav#sp_global_nav li a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding: 10px 0;
        display: block;
    }
    nav#sp_global_nav li a:before {
        content: ">";
        padding-right: 10px;
    }
    nav#sp_global_nav .closebtn {
        text-align: center;
        font-size: 16px;
    }
    .sp_global_nav_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1004px;
        height: auto;
        background: #fff;
    }

    /*side*/
    .right_side_block .contact_ttl {
        margin: 0 0 15px;
    }
    .right_side_block .contact {
        border: solid 3px #00873c;
        padding: 3px;
    }
    .right_side_block .contact .contact_inner {
        border: solid 1px #00873c;
        padding: 15px 6px 20px;
    }
    .right_side_block .contact .contact_text {
        font-size: 12px;
    }
    .right_side_block .contact .tel {
        font-size: 24px;
        padding: 0px 0 8px;
    }
    .right_side_block .contact .tel:before {
        content: url(../images/side_tel_icon.jpg);
    }
    .right_side_block .contact .cottage_btn {
        margin: 0 0 12px;
    }
    .right_side_block .contact .cottage_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 13px 0 0px;
    }
    .right_side_block .contact .cottage_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 12px;
        background: #006487;
        width: 170px;
        text-align: center;
        padding: 6px 0px 6px 0px;
        letter-spacing: 2px;
        margin: 0 auto;
    }
    .right_side_block .contact .contact_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 5px 0 2px;
    }
    .right_side_block .contact .contact_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 12px;
        background: #bb0027;
        width: 170px;
        text-align: center;
        padding: 6px 0;
        letter-spacing: 1px;
        margin: 0 auto;
    }
    .right_side_block .bnr {
        margin: 0 0 20px;
    }
    #side {
        float: right;
        width: 200px;
    }
    #side .bnr {
        margin: 0px 0px 20px;
    }
    #side .menu01_list {
        background-image: url(../images/side/bg_menu01.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-bottom: 20px;
        padding: 0 15px 17px;
    }
    #side .menu01_list li {
        margin-bottom: 10px;
    }
    #side .menu01_list li a {
        background-image: url(../images/common/icon01.png);
        background-repeat: no-repeat;
        display: block;
        padding: 8px 0;
        color: #fff;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
    }
    #side .menu01_list li:first-of-type a {
        background-color: #006487;
        background-position: 18px center;
    }
    #side .menu01_list li:last-of-type a {
        background-color: #BB0027;
        background-position: 11px center;
    }
    #side .menu01_list li a:hover {
        text-decoration: underline;
    }
    #side .menu02_btn {
        margin-bottom: 20px;
    }
    #side .menu02_btn a span {
        background-image: url(../images/common/icon01.png);
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        padding: 0 0 0 14px;
        color: #fff;
        font-size: 12px;
        line-height: 230%;
        text-decoration: none;
    }
    #side .menu02_btn a:hover span {
        text-decoration: underline;
    }
    #side .menu10_btn {
        margin-bottom: 20px;
    }
    #side .menu10_btn a {
        background-color: #BB0027;
        display: block;
        height: 27px;
        text-align: center;
    }
    #side .menu10_btn a span {
        background-image: url(../images/common/icon01.png);
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        padding: 0 0 0 14px;
        color: #fff;
        font-size: 12px;
        line-height: 230%;
        text-decoration: none;
    }
    #side .menu10_btn a:hover span {
        text-decoration: underline;
    }

    /*mailcolumn*/
    .container {
        margin: 0 0 40px;
    }
    .btn_area {
        margin: 0 auto;
        width: 765px;
    }
    .bottom_contact {
        border: solid 3px #00873c;
        padding: 5px;
        display: none;
    }
    .bottom_contact_inner {
        border: solid 1px #00873c;
        padding: 12px 0px 19px;
    }
    .bottom_contact_inner .tel_block {
        padding: 19px 60px;
    }
    .bottom_contact_inner .tel_block .tel_text {
        font-size: 18px;
    }
    .bottom_contact_inner .tel_block .tel {
        font-size: 38px;
    }
    .bottom_contact_inner .tel_block .tel:before {
        content: url(../images/tel_icon.jpg);
        padding: 0 9px 0 0;
    }
    .bottom_contact_inner .btn_block {
        padding: 0 84px;
    }
    .bottom_contact_inner .btn_block .cottage_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 16px 0 0;
    }
    .bottom_contact_inner .btn_block .cottage_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 16px;
        background: #006487;
        width: 250px;
        text-align: center;
        padding: 11px 0;
    }
    .bottom_contact_inner .btn_block .contact_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 16px 0 0;
    }
    .bottom_contact_inner .btn_block .contact_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 16px;
        background: #bb0027;
        width: 250px;
        text-align: center;
        padding: 11px 0;
    }

    /*footer*/
    #footer .common_area .common_area_inner {
        padding: 78px 0;
    }
    #footer .common_area .box01 {
        top: 24px;
        left: -75px;
    }
    #footer .common_area .box02 {
        top: 31px;
        left: 73px;
    }
    #footer .common_area .box03 {
        top: 14px;
        left: 0;
        right: 0;
    }
    #footer .common_area .box04 {
        right: 42px;
        top: 25px;
    }
    #footer .common_area .box05 {
        padding: 35px 26px 33px;
        right: -124px;
    }
    #footer .common_area ul {
        width: 980px;
        margin-left: -490px;
    }
    #footer .footer_nav {
        background: #fff;
        width: 980px;
        margin: 0 auto;
        padding: 23px 0;
    }
    #footer .footer_nav>div.flex {
        padding: 23px 0 0;
        position: relative;
    }
    #footer .footer_nav a {
        color: #2a2a2a;
        text-decoration: none;
        font-weight: bold;
    }
    #footer .footer_nav .normal {
        font-weight: initial;
    }
    #footer .footer_nav .child_list {
        padding: 0 0 0 22px;
    }
    #footer .footer_nav .child_list li {
        position: relative;
        list-style: circle;
        list-style-position: inside;
    }
    #footer .footer_nav .child_list li:before {
        content: "";
        padding: 0;
    }
    #footer .footer_list {
        margin: 0 35px 0 0;
        height:420px;
    }
    #footer .footer_list:nth-child(3),
    #footer .footer_list:nth-child(4) {
        margin: 37px 35px 0 0;
    }

    #footer .footer_list h3 {
        border-bottom: 2px solid #dcdcdc;
        margin-bottom: 10px;
        padding-bottom: 3px;
        color: #00913a;
    }
    #footer .footer_list li {
        margin: 0px 0 9px;
    }
    #footer .footer_list:nth-child(3), {
        margin: 37px 35px 0 0;
    }
    #footer .footer_list ul li:before {
        content: url(../images/common/arrow_black_icon.png);
        padding: 0px 11px 0px 0;
    }
    #footer .footer_list li.child_list_wrap:before {
        content: " ";
        display: none;
    }
    #footer .footer_address {
        position: absolute;
        bottom: 140px;
        right: 0px;
        padding: 13px 20px;
        border: 1px solid #007f37;
        background: #f3f2e6;
    }
    #footer .footer_address a{
        font-weight:initial;
    }
    #footer .footer_sns_list ul {
        display: flex;
        position: absolute;
        top: 13px;
        left: 740px;
    }
    #footer .footer_sns_list ul li {
        width: 36px;
        margin-left: 8px;
    }
    #footer .footer_sns_list ul li a {
        margin-left: 8px;
    }
    .common_area {
        background: url(../images/footer_bg.jpg) repeat;
    }
    .common_area .common_area_inner {
        position: relative;
        padding: 44px 0;
    }
    .common_area ul {
        width: 980px;
        margin: auto;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0%;
        bottom: 0;
        margin-left: -490px;
        justify-content: space-between;
    }
    .common_area .border_box {
        border: solid 1px #fff;
        margin: 0 0 10px;
    }
    .common_area .border_box a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 6px 23px;
        font-weight: bold;
    }
    .common_area .border_box a:before {
        content: url(../images/common/arrow_white_icon.png);
        padding: 0 7px 0 0;
    }
    .common_area .tel01 {
        font-size: 22px;
        color: #f5f5f5;
        line-height: 1.2;
        display: inline-block;
    }
    .common_area .tel01 span {
        font-size: 12px;
        color: #f5f5f5;
        text-align: center;
    }
    .common_area .tel02 {
        font-size: 18px;
        color: #f5f5f5;
        line-height: 1;
        padding: 0 0 6px;
    }
    .common_area .tel02:before {
        content: " ";
        padding: 0 7px 0 0;
        display: block;
        float: left;
        background: url(../images/tel_l.jpg);
        width: 11px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 2px;
    }
    .common_area .tel02 span {
        font-size: 10px;
        color: #f5f5f5;
        display: inline-block;
        margin: 0px 0 0px 3px;
    }
    .common_area .hour {
        color: #f5f5f5;
        font-size: 11px;
        padding-top: 4px;
        display: inline-block;
    }
    .common_area .tel01:before {
        content: " ";
        padding: 0 7px 0 0;
        display: block;
        float: left;
        background: url(../images/tel_l.jpg);
        width: 20px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .common_area .box01 {
        position: absolute;
        left: -21px;
        top: 0px;
        width: 88px;
    }
    .common_area .box02 {
        width: 320px;
        position: absolute;
        left: 87px;
        top: 6px;
    }
    .common_area .box02 .company_name {
        color: #ffffcc;
        font-weight: bold;
        border-bottom: solid #7fbf98 1px;
        padding: 0 0 2px;
        margin: 0 0 15px;
        font-size: 11px;
    }
    .common_area .box02 .company_name img {
        padding: 0 12px 0 0;
        height: 16px;
    }
    .common_area .box03 {
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 198px;
        margin: 0 auto;
    }
    .common_area .box03 h1 {
        position: relative;
        z-index: 100;
        width: 85%;
        margin: 0 auto;
    }
    .common_area .box04 {
        position: absolute;
        right: 107px;
        top: 6px;
    }
    .common_area .box04 .company_name {
        color: #ffffcc;
        font-weight: bold;
        border-bottom: solid #7fbf98 1px;
        padding: 0 0 2px;
        margin: 0 0 10px;
        font-size: 11px;
    }
    .common_area .box04 .company_name img {
        padding: 0 11px 4px 0;
    }
    .common_area .box04 .company_name span {
        color: #ffffcc;
        font-size: 10px;
    }
    .common_area .box05 {
        background: #00913a;
        color: #fff;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
        line-height:1.0;
        padding: 14px;
    }
    .common_area .box05 img {
        height: 21px;
    }
    .common_area .box05 a {
        text-decoration: none;
        color: #fff;
    }
    .common_area .owner {
        padding: 8px 0 0;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.4;
        width: 60px;
    }
    .common_area .owner span {
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    #footer .copy {
        background: #008139;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 17px 0;
        letter-spacing: 1px;
    }

    /*pagetop*/
    .fix_box {
        position: fixed;
        bottom: 80px;
        right: 0;
        z-index: 1000;
    }
    .pagetop a {
        padding: 10px;
        background: #008139;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        border-radius: 10px 0 0 10px;
        width: 100%;
        display: block;
        margin-bottom: 3px;
    }
    .pagetop a:before {
        content: "▲ ";
        margin-right: 12px;
    }
    .owners_link a {
        padding: 10px 20px 10px 10px;
        background: #008139;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        border-radius: 10px 0 0 10px;
        width: 100%;
        display: block;
        margin-bottom: 3px;
    }
    .owners_link a:before {
        content: " ";
        background: url(../images/owner_icon.jpg);
        width: 15px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin-top: 12px;
        margin-right: 8px;
    }
    .mail_link a {
        padding: 10px;
        background: #c3240e;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        border-radius: 10px 0 0 10px;
        width: 100%;
        display: block;
    }
    .mail_link a:before {
        content: " ";
        background: url(../images/common/fix_mail.png);
        width: 15px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin-top: 15px;
        margin-right: 8px;
    }
}


/*SP用*/

@media screen and (max-width:640px) {

.pc { display: none !important }

.sp { display: block !important }

    .pc_cell {
        display: none !important
    }
    .sp_cell {
        display: table-cell !important
    }
    .pc_row {
        display: none !important
    }
    .sp_row {
        display: table-row !important
    }


img {
    max-width: 100%;
    height: auto;
    width: auto;
}

body {
    min-width: auto !important;
    overflow: inherit !important;
}

.sp_tac { text-align: center !important; }

.sp_tar { text-align: right !important; }

.sp_mb15 { margin-bottom: 15px !important; }

.sp_mb20 { margin-bottom: 20px !important; }

div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }

    /*header*/
    #header {
        padding: 23vw 0 0px;
        box-sizing: border-box;
    }
    #header .top_area {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .slide_box {
        width: 100% !important;
        height: 70vh;
        position: relative;
    }
    .slide_box>img {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        max-height: 100vh;
        height: 100%;
        object-fit: cover;
    }
    .slide_text {
        position: absolute;
        /*    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;*/
        margin: auto;
        width: 87vw;
        /*    height: auto;*/
        top: 48%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slide_text img {
        width: auto !important;
        /*height: 100%;*/
        margin: 0 auto;
        max-height: 600px !important;
    }

    #gnav {
        position: relative;
        z-index: 100;
        background: url(../images/gnav_bg.jpg) repeat-x;
        display: none;
    }

    #gnav ul {
        width: 980px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px 0 5px;
    }
    #gnav li:nth-child(1) {
        background: url(../images/nav_border.jpg)no-repeat bottom -5px center;
    }
    #gnav li p {
        font-size: 14px;
        letter-spacing: 2px;
    }
    #gnav li p:nth-child(2) {
        padding: 6px 0 0;
    }
    #gnav li a {
        display: block;
        font-size: 16px;
        color: #2a2a2a;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 17px 0;
        letter-spacing: 4px;
        position: relative;
    }
    #gnav li:hover a:after {
        content: "";
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        background: #00873c;
    }
    #gnav li.active a:after {
        content: "";
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        background: #00873c;
    }
    .h_menu {
        cursor: pointer;
    }
    #sp_global_nav .closebtn {
        cursor: pointer;
    }

    /*メニュー*/
    nav#sp_global_nav {
        z-index: 99999;
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        background: rgba(49, 49, 49, 0.7);
        overflow: scroll;
        box-sizing: border-box;
        /* opacity: 0.7; */
        padding-bottom: 25vw;
        opacity: 0.95;
    }
    nav#sp_global_nav table {
        background: #fff;
        opacity: 1;
        width: 1004px;
        margin: 0 auto;
        table-layout: fixed;
    }
    nav#sp_global_nav table td {
        /* border: solid #e3e3e3 1px; */
    }
    nav#sp_global_nav table .td3 ul li a {
        padding: 23px 0 12px 71px;
    }
    nav#sp_global_nav table .td3 ul li ul li a {
        padding: 0 0 0 104px;
    }
    nav#sp_global_nav table td a {
        display: block;
        padding: 8px 0 8px 60px;
        font-size: 14px;
        color: #2a2a2a;
        text-decoration: none;
        letter-spacing: 1px;
        font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    nav#sp_global_nav .btn_block {
        width: 1004px;
        margin: 0 auto;
        background: #fff;
        padding: 23px 164px 19px;
        box-sizing: border-box;
        justify-content: space-around;
    }
    .navi_header {
        background: url(../images/nav_bg.jpg) repeat;
        opacity: 1;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 2vw 1vw;
    }
    .sp_global_nav_inner .child_list {}
    .navi_header p:first-child img {
        display: none;
    }
    nav#sp_global_nav li {
        border-bottom: 1px solid #ccc;
    }
    nav#sp_global_nav .plus{
        position:relative;
    }
    nav#sp_global_nav .accordion01,
    nav#sp_global_nav .accordion02{
        display:block;
        width: 13vw;
        color:#999;
        position:absolute;
        top:0;
        right: 2vw;
        font-size:6vw;
        font-weight:700;
        text-align: center;
    }
    nav#sp_global_nav .acc_child01,
    nav#sp_global_nav .acc_child02{
        display:none;
    }
    nav#sp_global_nav li li {}
    nav#sp_global_nav li a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
        padding: 2vw 5vw;
        display: block;
    }
    nav#sp_global_nav li a:before {
        content: ">";
        padding-right: 10px;
    }
    nav#sp_global_nav .closebtn {
        text-align: center;
        width: 15vw;
    }
    .sp_global_nav_inner {
        background: #fff;
    }
    nav#sp_global_nav .navi_header_home {
        background: #fff;
        opacity: 1;
        margin: 0 auto;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
    }
    nav#sp_global_nav .navi_header_home a {
        text-decoration: none;
        display: block;
        letter-spacing: 1px;
        font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        padding: 2vw 5vw;
    }
    .sp_global_nav_inner ul {
        width: 100vw;
        box-sizing: border-box;
    }
    .sp_global_nav_inner ul li {}
    .sp_global_nav_inner ul li a {}
    .sp_global_nav_inner ul li li {}
    .sp_global_nav_inner ul li li:last-child {
        border-bottom: 0 !important;
    }
    .sp_global_nav_inner ul li li a {
        padding: 2vw 13vw !important;
    }

    /*side*/
    .right_side_block .contact_ttl {
        margin: 0 0 15px;
    }
    .right_side_block .contact {
        border: solid 3px #00873c;
        padding: 3px;
    }
    .right_side_block .contact .contact_inner {
        border: solid 1px #00873c;
        padding: 15px 6px 20px;
    }
    .right_side_block .contact .contact_text {
        font-size: 12px;
    }
    .right_side_block .contact .tel {
        font-size: 24px;
        padding: 0px 0 8px;
    }
    .right_side_block .contact .tel:before {
        content: url(../images/side_tel_icon.jpg);
    }
    .right_side_block .contact .cottage_btn {
        margin: 0 0 12px;
    }
    .right_side_block .contact .cottage_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 13px 0 0px;
    }
    .right_side_block .contact .cottage_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 12px;
        background: #006487;
        width: 170px;
        text-align: center;
        padding: 6px 0px 6px 0px;
        letter-spacing: 2px;
        margin: 0 auto;
    }
    .right_side_block .contact .contact_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 5px 0 2px;
    }
    .right_side_block .contact .contact_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 12px;
        background: #bb0027;
        width: 170px;
        text-align: center;
        padding: 6px 0;
        letter-spacing: 1px;
        margin: 0 auto;
    }
    .right_side_block .bnr {
        margin: 0 0 20px;
    }
    #side {
        float: right;
        width: 200px;
    }
    #side .bnr {
        margin: 0px 0px 3vh;
    }

    #side .facebook {
        margin:0 auto 30px auto;
    }

    #side .menu01_list {
        background-image: url(../images/side/bg_menu01.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-bottom: 20px;
        padding: 0 15px 17px;
    }
    #side .menu01_list li {
        margin-bottom: 10px;
    }
    #side .menu01_list li a {
        background-image: url(../images/common/icon01.png);
        background-repeat: no-repeat;
        display: block;
        padding: 8px 0;
        color: #fff;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
    }
    #side .menu01_list li:first-of-type a {
        background-color: #006487;
        background-position: 18px center;
    }
    #side .menu01_list li:last-of-type a {
        background-color: #BB0027;
        background-position: 11px center;
    }
    #side .menu01_list li a:hover {
        text-decoration: underline;
    }
    #side .menu02_btn {
        margin-bottom: 20px;
    }
    #side .menu02_btn a span {
        background-image: url(../images/common/icon01.png);
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        padding: 0 0 0 14px;
        color: #fff;
        font-size: 12px;
        line-height: 230%;
        text-decoration: none;
    }
    #side .menu02_btn a:hover span {
        text-decoration: underline;
    }
    #side .menu10_btn {
        margin-bottom: 20px;
    }
    #side .menu10_btn a {
        background-color: #BB0027;
        display: block;
        height: 27px;
        text-align: center;
    }
    #side .menu10_btn a span {
        background-image: url(../images/common/icon01.png);
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        padding: 0 0 0 14px;
        color: #fff;
        font-size: 12px;
        line-height: 230%;
        text-decoration: none;
    }
    #side .menu10_btn a:hover span {
        text-decoration: underline;
    }

    /*mailcolumn*/
    .container {
        margin: 0 0 4vh;
    }
    .btn_area {
        margin: 0 auto;
        width: 100%;
    }
    .bottom_contact {
        border: solid 3px #00873c;
        padding: 5px;
        display: none;
    }
    .bottom_contact_inner {
        border: solid 1px #00873c;
        padding: 12px 0px 19px;
    }
    .bottom_contact_inner .tel_block {
        padding: 19px 60px;
    }
    .bottom_contact_inner .tel_block .tel_text {
        font-size: 18px;
    }
    .bottom_contact_inner .tel_block .tel {
        font-size: 38px;
    }
    .bottom_contact_inner .tel_block .tel:before {
        content: url(../images/tel_icon.jpg);
        padding: 0 9px 0 0;
    }
    .bottom_contact_inner .btn_block {
        padding: 0 84px;
    }
    .bottom_contact_inner .btn_block .cottage_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 16px 0 0;
    }
    .bottom_contact_inner .btn_block .cottage_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 16px;
        background: #006487;
        width: 250px;
        text-align: center;
        padding: 11px 0;
    }
    .bottom_contact_inner .btn_block .contact_btn a:before {
        content: url(../images/common/enjoy_arrow_icon.png);
        padding: 0 16px 0 0;
    }
    .bottom_contact_inner .btn_block .contact_btn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 16px;
        background: #bb0027;
        width: 250px;
        text-align: center;
        padding: 11px 0;
    }

    /*footer*/
    #footer .common_area .common_area_inner {
        padding: 78px 0;
    }
    #footer .common_area .box01 {
        top: 24px;
        left: -75px;
    }
    #footer .common_area .box02 {
        top: 31px;
        left: 73px;
    }
    #footer .common_area .box03 {
        top: 14px;
        left: 0;
        right: 0;
    }
    #footer .common_area .box04 {
        right: 42px;
        top: 25px;
    }
    #footer .common_area .box05 {
        padding: 35px 26px 33px;
        right: -124px;
    }
    #footer .common_area ul {
        width: 980px;
        margin-left: -490px;
    }
    #footer .footer_nav {
        background: #fff;
        margin: 0 auto;
        padding: 3vw;
    }
    #footer .footer_nav>div.flex {
        padding: 23px 0 0;
        position: relative;
    }
    #footer .footer_nav a {
        color: #2a2a2a;
        text-decoration: none;
        font-weight: bold;
    }
    #footer .footer_nav .normal {
        font-weight: initial;
    }
    #footer .footer_nav .child_list {
        padding: 0 0 0 22px;
    }
    #footer .footer_nav .child_list li {
        position: relative;
        list-style: circle;
        list-style-position: inside;
    }
    #footer .footer_nav .child_list li:before {
        content: url();
        padding: 0;
    }
    #footer .footer_list {
        display: none;
    }
    #footer .footer_list:nth-child(3) {
        margin: 37px 35px 0 0;
    }
    #footer .footer_list:nth-child(4) {
        margin: 37px 35px 0 0;
    }
    #footer .footer_list h3 {
        border-bottom: 2px solid #dcdcdc;
        margin-bottom: 10px;
        padding-bottom: 3px;
        color: #00913a;
    }
    #footer .footer_list li {
        margin: 0px 0 9px;
    }
    #footer .footer_list ul li:before {
        content: url(../images/common/arrow_black_icon.png);
        padding: 0px 11px 0px 0;
    }
    #footer .footer_list li.child_list_wrap:before {
        content: " ";
        display: none;
    }
    #footer .footer_address {
        padding: 13px 20px;
        border: 1px solid #007f37;
        background: #f3f2e6;
        width: 100%;
    }
    #footer .footer_sns_list ul {
        text-align: center;
        margin-bottom: 5vw;
    }
    #footer .footer_sns_list ul li {
        width: 10%;
        margin: 0 2vw;
        display: inline-block;
    }
    #footer .footer_sns_list ul li a {
        margin-left: 8px;
    }
    .common_area {
        background: url(../images/footer_bg.jpg) repeat;
    }
    .common_area .common_area_inner {
        position: relative;
    }
    .common_area ul {
        margin: auto;
        justify-content: space-between;
        display: flex;
    }
    .common_area .border_box {
        border: solid 1px #fff;
        margin: 0 0 10px;
    }
    .common_area .border_box a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 6px 23px;
        font-weight: bold;
    }
    .common_area .border_box a:before {
        content: url(../images/common/arrow_white_icon.png);
        padding: 0 7px 0 0;
    }
    .common_area .tel01 {
        font-size: 22px;
        color: #f5f5f5;
        line-height: 1.2;
        display: inline-block;
    }
    .common_area .tel01 span {
        font-size: 12px;
        color: #f5f5f5;
        text-align: center;
    }
    .common_area .tel02 {
        font-size: 18px;
        color: #f5f5f5;
        line-height: 1;
        padding: 0 0 6px;
    }
    .common_area .tel02:before {
        content: " ";
        padding: 0 7px 0 0;
        display: block;
        float: left;
        background: url(../images/tel_l.jpg);
        width: 11px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 2px;
    }
    .common_area .tel02 span {
        font-size: 10px;
        color: #f5f5f5;
        display: inline-block;
        margin: 0px 0 0px 3px;
    }
    .common_area .hour {
        color: #f5f5f5;
        font-size: 11px;
        padding-top: 4px;
        display: inline-block;
    }
    .common_area .tel01:before {
        content: " ";
        padding: 0 7px 0 0;
        display: block;
        float: left;
        background: url(../images/tel_l.jpg);
        width: 20px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .common_area .box01 {
        width: 19vw;
        margin: 2vw;
    }
    .common_area .box02 {
        display: none;
    }
    .common_area .box02 .company_name {
        color: #ffffcc;
        font-weight: bold;
        border-bottom: solid #7fbf98 1px;
        padding: 0 0 2px;
        margin: 0 0 15px;
        font-size: 11px;
    }
    .common_area .box02 .company_name img {
        padding: 0 12px 0 0;
        height: 16px;
    }
    .common_area .box03 {
        width: 40vw;
        padding: 2vw;
    }
    .common_area .box03 h1 {
        position: relative;
        z-index: 100;
        width: 85%;
        margin: 0 auto;
    }
    .common_area .box04 {
        display: none;
    }
    .common_area .box04 .company_name {
        color: #ffffcc;
        font-weight: bold;
        border-bottom: solid #7fbf98 1px;
        padding: 0 0 2px;
        margin: 0 0 10px;
        font-size: 11px;
    }
    .common_area .box04 .company_name img {
        padding: 0 11px 4px 0;
    }
    .common_area .box04 .company_name span {
        color: #ffffcc;
        font-size: 10px;
    }
    .common_area .box05 {
        background: #00913a;
        color: #fff;
        font-weight: bold;
        padding: 2vw 2vw 0vw;
        margin: 2vw;
    }
    .common_area .box05 img {
        height: 21px;
    }
    .common_area .box05 a {
        text-decoration: none;
        color: #fff;
    }
    .common_area .owner {
        padding: 8px 0 0;
        color: #fff;
        text-align: center;
        font-size: 2vw;
        font-weight: bold;
        line-height: 1.4;
        width: 60px;
    }
    .common_area .owner span {
        color: #fff;
        text-align: center;
        font-size: 2vw;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    #footer .copy {
        background: #008139;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 17px 0;
        letter-spacing: 1px;
    }

    /*pagetop*/
    .fix_box {
        position: fixed;
        bottom: 80px;
        right: 0;
        z-index: 1000;
        display: none !important;
    }
    .pagetop a {
        padding: 10px;
        background: #008139;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        border-radius: 10px 0 0 10px;
        width: 100%;
        display: block;
        margin-bottom: 3px;
    }
    .pagetop a:before {
        content: "▲ ";
        margin-right: 12px;
    }
    .mail_link a {
        padding: 10px;
        background: #c3240e;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        border-radius: 10px 0 0 10px;
        width: 100%;
        display: block;
    }
    .mail_link a:before {
        content: " ";
        background: url(../images/common/fix_mail.png);
        width: 15px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin-top: 15px;
        margin-right: 4px;
    }
    #footer {
        border-top: #008139 solid 2px;
    }
}