@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Amiri:400,400i);

/*------------------------------------------------------------------------
共通
------------------------------------------------------------------------*/

.mgn1 {
    margin-bottom: 10px;
}

.mgn2 {
    margin-bottom: 20px;
}

.mgn3 {
    margin-bottom: 30px;
}

.mgn4 {
    margin-bottom: 40px;
}

.mgn5 {
    margin-bottom: 50px;
}

.mgn6 {
    margin-bottom: 60px;
}

.mgt1 {
    margin-top: 10px;
}

.mgt2 {
    margin-top: 20px;
}

.mgt3 {
    margin-top: 30px;
}

.mgt4 {
    margin-top: 40px;
}

.mgt5 {
    margin-top: 50px;
}

.mgt6 {
    margin-top: 60px;
}

.pd10 {
    padding: 10px 0;
}

.pd20 {
    padding: 20px 0;
}

.pd30 {
    padding: 30px 0;
}

.pd40 {
    padding: 40px 0;
}

.pd50 {
    padding: 50px 0;
}

.wrapper {
    display: block;
    margin: 0 auto;
    width: 86%;
    max-width: 1200px;
}

.tel_num {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
}

@media all and (max-width: 1200px) {}

@media all and (max-width: 960px) {
    .tel_num {
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
    }
}


/*------------------------------------------------------------------------
テキスト
------------------------------------------------------------------------*/

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W0);
    font-weight: 100;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W1);
    font-weight: 200;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W2);
    font-weight: normal;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3);
    font-weight: 400;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4);
    font-weight: 500;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 600;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W7);
    font-weight: 800;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W8);
    font-weight: 900;
}

@font-face {
    font-family: "Hiragino Sans W9";
    src: local(HiraginoSans-W9);
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin: 0 0 1em 0;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

p,
dl,
ul,
ol,
address {
    margin: 0 0 15px 0;
    font-weight: 500;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.8;
}

.note {
    margin: 0 0 30px 0;
    display: block;
    font-size: 12px;
    text-align: left;
}

.note13 {
    margin: 0 0 30px 0;
    display: block;
    font-size: 13px;
    text-align: left;
}

.note_none {
    display: block;
    font-size: 11px;
    text-align: left;
}

.emp {
    margin: 0;
    background-color: rgba(50, 180, 227, 0.2);
}

.ttl {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
    /* font-weight: normal; */
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

.ttl span {
    display: block;
    font-size: 18px;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}

.ttl_line {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    margin: 35px 0 20px 0px;
    border-left: 5px solid #9b7d53;
    padding: 0 0 0 12px;
    text-align: left;
    letter-spacing: 0.1em;
}

.ttl_cont {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

.ttl_cont.sp_ttl {
    display: none;
}

.ttl_cont::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    border-top: 2px solid #9b7d53;
    content: "";
}

.ttl_cont span {
    display: block;
    font-size: 14px;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}

.ttl.line {
    margin: 0 auto 30px auto;
    padding: 0 0 15px 0;
    border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}

.mds {
    position: relative;
    margin: 10px 0 14px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    font-weight: 500;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

.mds a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
}

.mds a:before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid transparent;
    content: "";
}

.mds span {
    display: block;
    font-size: 14px;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}

.mds.line {
    margin: 0 auto 15px auto;
    padding: 0 0 15px 0;
    border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}

.mds.linetop {
    margin-top: 0;
    padding-top: 10px;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

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

.lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.a_right {
    text-align: right;
}

.a_left {
    text-align: left;
}

@media all and (max-width: 960px) {
    .lead_main {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .lead {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .lead br {
        display: none;
    }
}

.text_wrap {
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

.basis_text {
    font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "メイリオ", "monospace", "sans-serif"
}

@media all and (max-width: 680px) {
    .ttl_cont {
        margin: 0 0 10px 0;
        font-size: 20px;
    }

    .ttl_cont span {
        font-size: 16px;
    }

    .ttl_cont.sp_ttl {
        display: block;
    }

    .ttl {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 20px;
    }

    .ttl span {
        font-size: 16px;
    }

    .mds {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 16px;
    }

    .lead_main {
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: left;
    }

    /* .lead_main br {
        display: none;
    } */
    /* .lead {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    } */
    .lead br {
        display: none;
    }
}

@media all and (max-width: 375px) {
    p {
        font-size: 16px;
    }

    .note {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------
テーブル
--------------------------------------------------------------------------------------------------------------------------------------*/

.tbl_style1 {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin: 0 auto 15px auto;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    table-layout: fixed;
}

.tbl_style1 th,
.tbl_style1 td {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    height: 20px;
    font-size: 14px;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
}

.tbl_style1 th {
    background: rgba(149, 138, 118, 0.1);
    font-weight: 500;
    font-size: 16px;
}

.tbl_style1 th.a_right,
.tbl_style1 td.a_right {
    text-align: right;
}

.tbl_style2 {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin: 0 auto 10px auto;
}

.tbl_style2 th,
.tbl_style2 td {
    padding: 10px 5px;
    border: 1px solid rgba(235, 235, 235, 1);
    height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.tbl_style2 th {
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}

.tbl_style2 tr th:nth-child(1) {
    width: 31%;
}

.tbl_style2 tr th:nth-child(2),
.tbl_style2 tr th:nth-child(3),
.tbl_style2 tr th:nth-child(4) {
    width: 23%;
}

.tbl_style2 td {
    text-align: center;
}

.table_switch {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin: 0 auto 50px auto;
}

.table_switch th,
.table_switch td {
    padding: 10px 0;
    border-top: 1px solid rgba(235, 235, 235, 1);
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    height: 20px;
    font-size: 14px;
}

.table_switch th {
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}

.table_switch td {
    text-align: center;
}

.table_spec {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin: 0 auto 10px auto;
}

.table_spec th,
.table_spec td {
    padding: 10px 5px;
    border: 1px solid rgba(235, 235, 235, 1);
    height: 20px;
    font-size: 14px;
}

.table_spec th {
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}

.table_spec td {
    text-align: center;
}

.txt_slide {
    display: none;
    text-align: center;
    border: solid 1px #A3A3A3;
    padding: 3px;
}

@media all and (max-width: 680px) {
    .tbl_style2 th {
        font-size: 12px;
        vertical-align: top;
    }

    .tbl_style2.txt td {
        font-size: 12px;
    }

    .tbl_style2 th img {
        width: 50px;
        height: auto;
    }

    .table_switch {
        display: block;
        width: auto;
        margin: 0 auto 30px auto;
    }

    .table_switch thead {
        display: block;
        float: left;
        overflow-x: scroll;
        width: 40%;
        border-bottom: 1px solid rgba(235, 235, 235, 1);
        padding: 0;
        margin: 0;
    }

    .table_switch tbody {
        display: block;
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
        width: 60%;
        margin: 0 0 0 -15px;
        padding: 0;
    }

    .table_switch th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px;
        border-top: 1px solid rgba(235, 235, 235, 1);
        border-bottom: none;
    }

    .table_switch tbody tr {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .table_switch td {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(235, 235, 235, 1);
        border-bottom: none;
        padding: 10px 10px;
        margin: 0;
    }

    .table_switch td:last-child {
        border-bottom: 1px solid rgba(235, 235, 235, 1);
    }

    .table_spec {
        display: block;
        width: auto;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .scrolltable {
        overflow: auto;
        white-space: nowrap;
    }

    .scrolltable::-webkit-scrollbar {
        height: 5px;
    }

    .scrolltable::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .scrolltable::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

    .scrolltable .table_spec {
        width: 600px;
        margin: 0;
    }

    .txt_slide {
        display: block;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------
リンクスタイル
--------------------------------------------------------------------------------------------------------------------------------------*/

a,
a:visited {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 1);
}

a:active,
a:hover {
    outline: 0;
    color: rgba(0, 0, 0, 0.3);
}

a.btn,
a.btn_pdf {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(153, 125, 83, 1);
    text-align: center;
}

a.btn + .btn,
a.btn_pdf + .btn_pdf,
a.btn_bg + .btn_bg {
    margin-left: 10px;
}

a.btn:hover,
a.btn_pdf:hover,
a.btn_bg:hover {
    background-color: rgb(177, 146, 101);
}

a.btn:before,
a.btn_pdf:before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

a.btn_bg:before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

a.btn_bg {
    display: inline-block;
    position: relative;
    padding: 15px 80px 15px 80px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(153, 125, 83, 1);
    text-align: center;
    font-size: 18px;
}

a.btn_pdf {
    padding: 10px 30px 10px 30px;
    background-image: url(../../img/icon_pdf.svgz);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 10px center;
}

a.btn_down {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    padding: 40px 0 0 0;
    margin: 0 0 0 -60px;
    width: 120px;
    height: 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    z-index: 10;
}

a.btn_down:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

a.btn_down:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-left: 3px solid rgba(255, 255, 255, 0.8);
    border-bottom: 3px solid rgba(255, 255, 255, 0.8);
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.btn_circle {
    clear: both;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
    padding: 70px 0 0px 0;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

a.btn_circle:hover {
    color: rgba(0, 0, 0, 1);
}

a.btn_circle:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    padding: 0;
    margin: 0 0 0 -30px;
    border: 3px solid rgba(148, 134, 113, 0.4);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    text-align: center;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.btn_circle:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -16px;
    margin-top: 18px;
    border-left: 3px solid rgba(148, 134, 113, 0.4);
    border-bottom: 3px solid rgba(148, 134, 113, 0.4);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover.btn_circle:before {
    border: 3px solid rgba(148, 134, 113, 1);
}

a:hover.btn_circle:after {
    border-left: 3px solid rgba(148, 134, 113, 1);
    border-bottom: 3px solid rgba(148, 134, 113, 1);
}

a.btn_circle_back {
    clear: both;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-width: 120px;
    vertical-align: middle;
    padding: 70px 0 0px 0;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

a.btn_circle_back:hover {
    color: rgba(0, 0, 0, 1);
}

a.btn_circle_back:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    padding: 0;
    margin: 0 0 0 -30px;
    border: 3px solid rgba(148, 134, 113, 0.4);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    text-align: center;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.btn_circle_back:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -6px;
    margin-top: 18px;
    border-left: 3px solid rgba(148, 134, 113, 0.4);
    border-bottom: 3px solid rgba(148, 134, 113, 0.4);
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover.btn_circle_back:before {
    border: 3px solid rgba(148, 134, 113, 1);
}

a:hover.btn_circle_back:after {
    border-left: 3px solid rgba(148, 134, 113, 1);
    border-bottom: 3px solid rgba(148, 134, 113, 1);
}

#search_plan_day a.btn_search,
.reservation_min a.btn_search {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(146, 132, 111, 1);
    text-align: center;
}

#search_plan_day a.btn_search:hover,
.reservation_min a.btn_search:hover {
    background-color: rgba(146, 132, 111, 0.6);
}

#topcont .col_zig_body a.btn_circle {
    clear: both;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 200px;
    vertical-align: middle;
    padding: 70px 0 0px 0;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

#topcont .col_zig_body a.btn_circle:hover {
    color: rgba(255, 255, 255, 1);
}

a.txt_link {
    display: block;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 0 0;
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: none;
    height: inherit;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

a.txt_link:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6);
}

a.txt_link:before {
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200, 200, 200, 1);
    border-bottom: 4px solid transparent;
    content: "";
}

.col_zig_body a.txt_link {
    color: #FFF;
}

a.btn_print,
a.btn_mail {
    display: block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(146, 132, 111, 1);
    text-align: center;
}

a.btn_print:hover,
a.btn_mail:hover {
    background-color: rgba(186, 172, 151, 1)
}

a.btn_print:before,
a.btn_mail:before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

a.btn_print {
    padding: 10px 30px 10px 30px;
    background-image: url(../../img/icon_print.svgz);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
}

a.btn_mail {
    padding: 10px 30px 10px 30px;
    background-image: url(../../img/icon_mail.svgz);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
}

a.btn_movie figure {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    padding: 0;
}

a.cp_btn {
    display: inline-block;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #997D53;
    border: 2px solid #997D53;
    border-radius: 3px;
    transition: .4s;
    font-weight: bold;
    line-height: 18px;
    min-width: 10em;
    width: auto;
    height: inherit;
}

a.cp_btn:hover {
    background: #C9B79C;
    color: #fff;
    border: 2px solid #fff;
}

.opacity:hover {
    opacity: 0.8;
}

a.btn_txt {
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px;
    border-bottom: solid 1px #FFF;
    font-size: 0.8em;
    margin: 10px 0 0 0;
}

a.btn_txt:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

a.btn_txt:hover {
    opacity: 0.6;
}





/*------------------------------------------------------------------------
動画リンク
------------------------------------------------------------------------*/

a.btn_movie {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 0;
    margin: 0px auto 30px auto;
    font-size: 0;
    line-height: 0;
}

a.btn_movie figure {
    width: 100%;
    height: inherit;
    padding: 0;
    margin: 0;
    background-color: none;
    display: block;
}

a.btn_movie figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

a.btn_movie:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 0;
    margin: -27px 0 0 -27px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    text-align: center;
    content: "";
}

a.btn_movie:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -6px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-left: 16px solid rgba(148, 134, 113, 1);
    border-bottom: 10px solid transparent;
    content: "";
}

a:hover.btn_movie:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 0;
    margin: -27px 0 0 -27px;
    background-color: rgba(148, 134, 113, 1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    text-align: center;
    content: "";
}

a:hover.btn_movie:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -6px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-left: 16px solid rgba(255, 255, 255, 1);
    border-bottom: 10px solid transparent;
    content: "";
}

@media all and (max-width: 800px) {
    a.btn {
        display: block;
        margin: 0 0 5px 0;
        text-align: center;
        font-size: 16px;
        padding: 10px 25px 10px 25px;
        min-width: 0;
    }

    a.btn_bg {
        display: block;
        margin: 0 0 5px 0;
        text-align: center;
        font-size: 16px;
        padding: 15px 25px 15px 25px;
    }

    a.btn_pdf {
        display: block;
        margin: 0 0 5px 0;
        text-align: center;
        font-size: 12px;
        padding: 10px 25px 10px 25px;
    }

    a.btn + .btn,
    a.btn_pdf + .btn_pdf,
    a.btn_bg + .btn_bg {
        margin-left: 0px;
    }

    a.btn_d {
        display: block;
        text-align: center;
    }

    a.btn_surface {
        padding: 40px 40px 100px 40px;
    }

    .btn_surface:before {
        bottom: 40px;
    }

    .btn_surface:after {
        bottom: 40px;
    }

    a.cp_btn {
        display: block;
        margin: 0 0 5px 0;
        text-align: center;
        padding: 10px 25px 10px 25px;
        min-width: 0;
    }
}

@media all and (max-width: 480px) {

    a.btn + .btn,
    a.btn_pdf + .btn_pdf {
        margin-left: 0px;
    }

    .col a.btn {
        margin: 0 0 5px 0;
    }

    a.btn_surface {
        padding: 20px 20px 80px 20px;
    }

    .btn_surface:before {
        bottom: 20px;
    }

    .btn_surface:after {
        bottom: 20px;
    }
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
一覧スタイル
------------------------------------------------------------------------------------------------------------------------------------------------*/

ul.list {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    text-align: left;
}

ul.list li {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
}

ul.list li:before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    padding: 0;
    margin: 0;
    width: 6px;
    height: 6px;
    background-color: rgba(146, 132, 111, 1);
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

ol.list_num {
    display: block;
    padding: 0 0 0 2em;
    margin: 10px 0 24px 0;
    text-align: left;
    list-style-type: decimal;
}

ol.list_num li {
    padding: 0 0 0 0px;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

ol.list_num li .note {
    margin: 0;
}

ol.list_parentheses {
    display: block;
    padding: 0 0 0 2em;
    margin: 10px 0 24px 0;
    text-align: left;
    list-style-type: none;
}

ol.list_parentheses li {
    padding: 0 0 0 1em;
    margin: 0 0 10px 0;
    line-height: 1.6;
    text-indent: -1.8em;
    counter-increment: cnt;
}

ol.list_parentheses li:before {
    display: marker;
    content: "("counter(cnt) ") ";
}

ul.list_link {
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
    list-style: none;
    text-align: left;
}

ul.list_link li {
    display: block;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 12px 0;
    clear: both;
    font-size: 14px;
}

ul.list_link li:before {
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid transparent;
    content: "";
}

dl.dl_detail {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

dl.dl_detail dt {
    float: left;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    width: 12em;
    z-index: +1;
}

dl.dl_detail dd {
    margin: 0 0 10px 0;
    padding: 10px 0 0 13em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

dl.dl_detail_wide {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

dl.dl_detail_wide dt {
    float: left;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    width: 15em;
    z-index: +1;
}

dl.dl_detail_wide dd {
    margin: 0 0 10px 0;
    padding: 10px 0 0 16em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

dl.list_stripe {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.03);
}

dl.list_stripe:nth-child(odd) {
    background: rgba(0, 0, 0, 0);
}

dl.list_stripe dt {
    display: table-cell;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    position: relative;
    width: 160px;
    text-align: left;
}

dl.list_stripe dd {
    display: table-cell;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    position: relative;
    width: 800px;
    text-align: left;
}

@media all and (max-width: 800px) {
    dl.dl_detail {
        padding: 0;
        margin: 0 auto 40px auto;
    }

    dl.dl_detail_wide {
        padding: 0;
        margin: 0 auto 40px auto;
    }
}

@media all and (max-width: 680px) {

    /* ul.list li {
        background-size: 12px;
        font-size: 12px;
    } */
    dl.dl_detail {
        padding: 5px 0 0 0;
        margin: 0 auto 20px auto;
        list-style: none;
        display: block;
        text-align: left;
        font-size: 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    }

    dl.dl_detail_wide {
        padding: 5px 0 0 0;
        margin: 0 auto 20px auto;
        list-style: none;
        display: block;
        text-align: left;
        font-size: 0.9em;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    }

    dl.dl_detail dt {
        float: none;
        padding: 5px 0 0 0px;
        margin: 0;
        position: relative;
        width: auto;
        z-index: +1;
    }

    dl.dl_detail_wide dt {
        float: none;
        padding: 5px 0 0 0px;
        margin: 0;
        position: relative;
        width: auto;
        z-index: +1;
    }

    dl.dl_detail dd {
        margin: 0 0 0.4em 0;
        padding: 0 0 5px 0;
        position: relative;
        border-top: 0px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    dl.dl_detail_wide dd {
        margin: 0 0 0.4em 0;
        padding: 0 0 5px 0;
        position: relative;
        border-top: 0px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    ol.list_num,
    ul.list {
        font-size: 16px;
    }
}


/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/

.photo {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.photo_def {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.photo img {
    width: 100%;
    height: auto;
    margin: 0;
}

.photo_square {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.photo_nmg {
    width: 100%;
    height: auto;
    margin: 0 0 0px 0;
}

.fig {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
}

.fig img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.imgcol {
    display: table;
    box-sizing: content-box;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    position: relative;
    clear: both;
}

.colphoto {
    display: table-cell;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 2px;
}

.colphoto img {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 10px 0px;
    padding: 0;
    width: 100%;
}

.zumen {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.zumen img {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media all and (max-width: 960px) {
    .photo {
        margin: 0 0 20px 0;
    }

    .photo_nmg {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .fig {
        margin: 0 0 10px 0;
        padding: 10px;
    }

    .zumen {
        width: 100%;
    }
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
コラムレイアウト
------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrap_stripe {
    display: block;
    padding: 30px 0 30px 0;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
}

.wrap_stripe:nth-child(odd) {
    background: none;
}

.column {
    display: block;
    box-sizing: content-box;
    height: auto;
    margin: 0 0 0 -40px;
    padding: 0 0 0 0;
    position: relative;
    clear: both;
}

.col_inner {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 50px 0;
}

.col_border {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px 0;
    padding: 30px;
    border: 10px solid rgba(238, 238, 238, 0.6);
    background-color: rgba(255, 255, 255, 1);
}

.col_border .mds {
    text-align: center;
}

.col_border .mds:first-child {
    margin: 0 auto 30px auto;
}

.col_border p:last-child {
    margin: 0;
    padding: 0;
}

.col {
    /*	flex-flow: row wrap;
*/
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    text-align: left;
}

.col_2 {
    /*	flex-flow: row wrap;
*/
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    text-align: left;
}


.w20 {
    width: 20%;
    float: left;
}

.w25 {
    width: 25%;
    float: left;
}

.w30 {
    width: 30%;
    float: left;
}

.w33 {
    width: 33.3%;
    float: left;
}

.w40 {
    width: 40%;
    float: left;
}

.w45 {
    width: 45%;
    float: left;
}

.w50 {
    width: 50%;
    float: left;
}

.w55 {
    width: 55%;
    float: left;
}

.w60 {
    width: 60%;
    float: left;
}

.w65 {
    width: 65%;
    float: left;
}

.w70 {
    width: 70%;
    float: left;
}

.w75 {
    width: 75%;
    float: left;
}

.w80 {
    width: 80%;
    float: left;
}

.w50_r {
    width: 50%;
    float: right;
}

.photo_right {
    float: right;
}

.photo_left {
    float: left;
}

@media screen and (max-width: 960px) {
    .w20 {
        width: 50%;
    }

    .w25 {
        width: 50%;
    }

    .w30 {
        width: 50%;
    }

    .w33 {
        width: 50%;
    }

    .w40 {
        width: 50%;
    }

    .w50 {
        width: 50%;
    }

    .w50_r {
        width: 50%;
    }

    .w60 {
        width: 50%;
    }

    .w70 {
        width: 50%;
    }

    .w75 {
        width: 50%;
    }

    .w80 {
        width: 50%;
    }

    #flower .w20 {
        width: 25%;
    }
}

@media screen and (max-width: 680px) {
    .col_inner {
        display: block;
        box-sizing: border-box;
        position: relative;
        margin: 0;
        padding: 30px 0;
    }

    .col_border {
        border: 5px solid rgba(238, 238, 238, 0.6);
    }

    .w20 {
        width: 100%;
    }

    .w25 {
        width: 100%;
    }

    .w30 {
        width: 100%;
    }

    .w33 {
        width: 100%;
    }

    .w40 {
        width: 100%;
    }

    .w50 {
        width: 100%;
    }

    .w50_r {
        width: 100%;
    }

    .w60 {
        width: 100%;
    }

    .w60 {
        width: 100%;
    }

    .w70 {
        width: 100%;
    }

    .w80 {
        width: 100%;
    }

    .w33 {
        width: 100%;
    }

    #flower .w20 {
        width: 50%;
    }
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
タブメニュー
------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav_tab {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    font-size: 0;
    width: 100%;
}

.nav_tab li {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    padding: 5px;
    margin: 0;
    font-size: 18px;
    table-layout: fixed;
}

.nav_tab li a {
    display: block;
    position: relative;
    padding: 10px 5px;
    margin: 0;
    border: 5px solid rgba(200, 200, 200, 1);
    color: rgba(0, 0, 0, 1);
}

.nav_tab li a:hover {
    background: rgba(200, 200, 200, 0.1);
}

.nav_tab li a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -9px;
    border-left: 2px solid rgba(200, 200, 200, 1);
    border-top: 2px solid rgba(200, 200, 200, 1);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media screen and (max-width: 480px) {
    .nav_tab {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
        font-size: 0;
        width: 100%;
    }

    .nav_tab li {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 18px;
        table-layout: fixed;
    }
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
お問い合わせフォーム
------------------------------------------------------------------------------------------------------------------------------------------------*/

.errorbox {
    border: 1px solid red;
    color: red;
    font-weight: 600;
}

.inq_item .red {
    color: red;
    font-weight: 600;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
プラン表示【3等分】
------------------------------------------------------------------------------------------------------------------------------------------------*/

/*
	*, *:before, *:after {
	box-sizing: border-box;
}
*/
.parts_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.parts_3 > div {
    width: 33.33333%;
    padding: 10px;
}

@media screen and (max-width: 960px) {
    .parts_3 > div {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .parts_3 > div {
        width: 100%;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
プラン表示【2等分】
------------------------------------------------------------------------------------------------------------------------------------------------*/

/*
	*, *:before, *:after {
	box-sizing: border-box;
}
*/
.parts_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

/*左20％右80％*/

.parts_2 > div.left20 {
    width: 20%;
    padding: 10px;
}

.parts_2 .left20 img {
    max-width: 80px;
    max-height: 190px;
}

.parts_2 > div.right80 {
    width: 80%;
    padding: 10px;
}

.parts2_box20 {
    display: flex;
    align-items: center;
}

.parts2_box80 {
    display: flex;
    align-items: center;
}

.line1 {
    border-right: #DCDCDC solid 1px;
}

.margin_left30 {
    margin-left: 30px;
}

@media screen and (max-width: 960px) {
    .line1 {
        border-right: none;
    }

    .parts_2 > div.left20 {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .parts_2 > div.right80 {
        width: 100%;
        padding: 10px;
    }
}

/*左40％右60％*/

.parts_2 > div.left40 {
    width: 40%;
    padding: 10px;
}

.parts_2 .left40 img {
    max-width: 120px;
    max-height: 120px;
}

.parts_2 > div.right60 {
    width: 60%;
    padding: 10px;
}

.parts2_box20 {
    display: flex;
    align-items: center;
}

.parts2_box80 {
    display: flex;
    align-items: center;
}

.line1 {
    border-right: #DCDCDC solid 1px;
}

.margin_left30 {
    margin-left: 30px;
}

@media screen and (max-width: 350px) {
    .line1 {
        border-right: none;
    }

    .parts_2 > div.left40 {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .parts_2 > div.right60 {
        width: 100%;
        padding: 10px;
    }
}
