@charset "utf-8";
/* CSS Document */
/*Theme Name: original
  Author:office Rohan Corporation
  Description: Version: 1.0
    License:RI*/

/*  CSS Reset 
------------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}


picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

img {
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

#root,
#__next {
    isolation: isolate
}

/*input,*/
textarea {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

/* flex
--------------------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.stretchf {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex.ai_center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.ai_start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.ai_end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex.c_reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex.r_reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.noshrink {
    flex: 0 0 auto;
}

.grow {
    flex: 1 1 auto;
}

/* base
---------------------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

iframe {
    max-width: 100%;
}

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

ul,
ol {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: .5;
    transition: .3s;
}

a[href^="tel:"]:hover {
    opacity: 1;
}

.slick-slide {
    outline: none;
}

.tb_only {
    display: none;
}

.sp_only {
    display: none;
}

.tb_pc {
    display: inherit;
}

.sp_tb {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

body {
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: 400;
    min-width: 1280px;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: 'Hina Mincho', serif;
}

.min {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}


@media(max-width: 767px) {
    .inner {
        max-width: 100%;
        padding: 0 3.2vw;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 18px;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        font-size: 13px;
        line-height: 1.5625;
    }

}



/* debug 
----------------------------------------------------------------------------------------------*/
html.int {
    margin-top: 0 !important;
}

#wpadminbar {
    z-index: 10000000 !important;
    background: rgba(0, 0, 0, 0.25) !important;
}

/*--------------------------------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {
    .pc_only {
        display: none;
    }

    .tb_only {
        display: inherit;
    }

    .sp_only {
        display: none;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }

}

@media(max-width: 767px) {



    .pc_only {
        display: none;
    }

    .tb_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }

    .tb_pc {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }




}

/* conponent
----------------------------------------------------------*/
.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw7 {
    font-weight: 700;
}

.txt_link {
    text-decoration: underline;
    color: #D5AF68;
}

.wrap_bread {
    color: #333;
    padding: 2rem 0 0;
    font-size: 75%;
    font-weight: 400;
}

.single,
.archive {
    padding-top: 60px;
}

.wrap_bread .inner span {
    padding-right: 0.25em;
}

.wrap_bread .inner span.sep {
    padding-right: 0.5rem;
}

.wrap_bread .inner span a {
    text-decoration: underline;
    color: #D5AF68;
}

.nav-links {
    text-align: left;
}

.nav-links a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 12px 0 0;
    border: 1px solid;
}

.nav-links a:hover {
    background: #D5AF68;
    color: #fff;
}

.nav-links .current {
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    margin: 0 12px 0 0;
    border: 1px solid #D5AF68;
    color: #fff;
    background: #D5AF68;
}

.nav-links a.prev,
.nav-links a.next {
    border: none;
}

.wrap_pagenation01 {
    margin-top: 5rem;
}

main {
    min-height: 84vh;
}



@media(max-width: 767px) {
    main {
        min-height: 70vh;
    }

    .single,
    .archive {
        padding-top: 0px;
    }

    .wrap_bread {
        padding: 1rem 0 0;
    }

    .btn01 a {
        font-size: 16px;
        padding: 15px 15px;
        width: 80%;
    }

    .btn02 a:hover::before {
        right: -18px;
    }

    .body_bread {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wrap_bread.sp_only {
        background: #f9f5e9;
        padding: 1rem 0;
    }
}

/* header
----------------------------------------------------------*/

#g-nav {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
}

.pc_nav {
    display: block !important;
    width: 150px;
    height: 100vh;
    padding: 85px 0 40px;
    border: none;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.pc_nav li {
    clear: none;
    font-size: 18px;
    margin-bottom: 48px;
    letter-spacing: 0.3rem;
    line-height: 10vw;
    float: left;
    position: relative;
}

.pc_nav li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #D5AF68;
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
}

.pc_nav li:first-of-type:before {
    display: none;
}

.pc_nav li:first-of-type {
    width: 40px;
    font-size: 0;
}

@media(max-width: 767px) {
    header.sp_only {
        height: 60px;
    }

    .logo_sp {
        margin: 0;
        font-size: 0;
        height: 60px;
    }

    .logo_sp img {
        width: auto;
        height: 60px;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 999999;
        /*ボタンを最前面に*/
        top: 0px;
        right: 0px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        /* background-color: #fff;*/
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 12px;
        height: 2px;
        border-radius: 2px;
        background-color: #000;
        width: 60%;
    }

    .openbtn span:nth-of-type(1) {
        top: 16px;
    }

    .openbtn span:nth-of-type(2) {
        top: 28px;
    }

    .openbtn span:nth-of-type(3) {
        top: 40px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 24px;
        left: 12px;
        transform: translateY(6px) rotate(-45deg);
        width: 60%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 36px;
        left: 12px;
        transform: translateY(-6px) rotate(45deg);
        width: 60%;
    }

    .no-scroll {
        overflow: hidden;
        touch-action: none;
    }

    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 60px;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: all 0.3s;
        display: block;
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
    }

    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav #g-nav-list>ul {
        display: none;
        position: absolute;
        z-index: 999;
        top: 60px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 80%;
        padding-bottom: 60px;
    }

    #g-nav.panelactive #g-nav-list>ul {
        display: block;
        padding-top: 30px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: end;
        align-items: stretch;
    }


    #g-nav #g-nav-list>ul>li {
        list-style: none;
        text-align: left;
        position: relative;
        margin-bottom: 100px;
        width: 33%;
        display: flex;
        justify-content: center;
    }

    #g-nav #g-nav-list>ul>li::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #D5AF68;
        position: absolute;
        left: 0;
        right: 0;
        top: -16px;
        margin: auto;
    }

    #g-nav #g-nav-list>ul>li>a {
        color: #000;
        background-color: #fff;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 500;
        font-size: 1.25rem;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}


@media(max-width: 767px) {}

/* page common
----------------------------------------------------------*/
main,
footer {
    margin-left: 150px;
}

.mv_page {
    width: 100%;
    height: 240px;
    background-image: url(images/page_bg_hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.mv_page .area01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.mv_page .ttl {
    padding: 0 60px 20px;
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    letter-spacing: 0.1em;
}

.mv_page .en {
    line-height: 1;
    letter-spacing: 0.25em;
}

.page main {
    padding: 4rem 0 10rem;
}

@media(max-width: 767px) {

    .mv_page {
        width: 100%;
        height: 140px;
        background-image: url(images/page_bg_hero_sp.png);
    }

    .mv_page .area01 {
        width: 85%;
    }

    .mv_page .ttl {
        padding: 0 0px 20px;
    }

    .page main {
        padding: 2rem 0 0rem;
    }

    main,
    footer {
        margin-left: 0px;
    }
}


/* privacy
----------------------------------------------------------*/
.privacy h2 {
    margin-bottom: 1rem;
}

.privacy .intr {
    margin-bottom: 4rem;
}

.privacy .area {
    margin-bottom: 4rem;
}

.privacy .area p {
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
    .privacy h2 {
        margin-bottom: 0.75rem;
    }

    .privacy .intr {
        margin-bottom: 3rem;
    }

    .privacy .area {
        margin-bottom: 3rem;
    }

    .privacy .area p {
        margin-bottom: 0.75rem;
    }
}


/* slider mv
---------------------------------------------------------*/
.mv_frt {
    position: relative;
    height: 100vh;
}

.mv_frt .ttl {
    position: absolute;
    top: 175px;
    right: 100px;
    width: 320px;
}

.mv_frt .ttl span {
    position: absolute;
    background-image: url(images/mv_icn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 170px;
    bottom: 4px;
    left: -72px;
    z-index: -1;
    opacity: 0.75;
}

.mv_frt .wrap01 {
    position: absolute;
    bottom: 0;
    left: -457px;
    right: 0;
    top: 0;
    margin: auto;
    height: 35.36vw;
    min-height: 424px;
    width: 50vw;
    min-width: 600px;
}

.slider-5 {
    display: none;
}

.slider-5.slick-initialized {
    display: block;
}

.slider5-wrap {
    width: 60vw;
    min-width: 600px;
    margin: 0 auto;
    position: relative;
}

.slider-5 .slick-slide {
    height: 35.36vw;
    min-height: 424px;
    overflow: hidden;
}

.slider-5 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dots-5 .slick-dots {
    text-align: center;
}

.dots-5 .slick-dots li {
    display: inline-block;
    width: 100px;
    height: 6px;
    margin: 4px;
    background: #eaeaea;
    cursor: pointer;
}

.dots-5 .slick-dots button {
    display: block;
    width: 0%;
    height: 6px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    outline: none;
    background: #D5AF68;
    cursor: pointer;
}

.dots-5 .slick-dots .slick-active button {
    background: #D5AF68;
    opacity: 1;
}

.dots-5 .slick-dots li button:before {
    display: none;
}

@media(max-width: 767px) {}



/* front sec
-----------------------------------------*/
.mv_part .ttl {
    width: 320px;
    padding-right: 90px;
    padding-left: 70px;
}

.mv_part {
    padding-bottom: 170px;
    padding-top: 90px;
}

.mv_part .area {
    width: calc(100% - 320px);
}

.mv_part .area .img {
    width: 460px;
    margin-top: 85px;
}

.mv_part .area .txt {
    width: calc(100% - 510px);
    padding: 0 60px;
}

.mv_menu {
    background-color: #f9f5e9;
    padding: 130px 0 130px 80px;
    padding-right: 115px;
}

.cmn_ttl {
    width: 240px;
    padding-right: 90px;
    padding-left: 70px;
}

.cmn_area {
    width: calc(100% - 240px);
}

.mv_shop {
    padding: 130px 0;
}

.mv_shop .list dt {
    font-weight: bold;
}

.mv_shop .list dd {
    margin-bottom: 1rem;
}

.mv_shop .img {
    font-size: 0;
    width: 452px;
}

.mv_shop .list {
    width: calc(100% - 452px);
    padding-left: 75px;
}

.mv_shop .list a {
    text-decoration: underline;
    color: #D5AF68;
}

.mv_reserv {
    background-color: #f9f5e9;
    padding-right: 115px;
}

.area_reserve {
    gap: 0 50px;
}

.area_reserve .col01 {}

.area_reserve .col02 {}

.area_reserve .col03 {}

.area_reserve .btn {
    text-align: center;
    width: auto;
    margin: 0 auto;
}

.area_reserve .col03 .txt {
    width: 100%;
    text-align: center;
}

.bn632-hover {
    width: 300px;
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    margin: 0px;
    height: 64px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:focus {
    outline: none;
}

.bn632-hover.bn22 {
    background-image: linear-gradient(to right,
            #0ba360,
            #3cba92,
            #30dd8a,
            #2bb673);
    line-height: 1.25;
}

.bn632-hover.bn19 {
    background-image: linear-gradient(to right,
            #e85a19,
            #fa7199,
            #e43603,
            #f5ce62);
}

.bn632-hover.bn20 {
    background-image: linear-gradient(to right,
            #667eea,
            #764ba2,
            #6b8dd6,
            #8e37d7);
    line-height: 1.2;
}

.mv_reserv {
    padding: 65px 0;
}

.mv_reserv .cmn_ttl_v {
    text-align: center;
    width: 100%;
    margin-bottom: 65px;
}

.mv_reserv .cmn_area {
    width: 100%;
}

.mv_info {
    padding: 100px 0;
}

.mv_info .cmn_area {
    width: 100%;
}

.mv_info .list {
    width: 1000px;
    max-width: 100%;
    margin: 80px auto 100px;
}

.list_information li a {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    font-size: 110%;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    opacity: 1;
}

.list_information li a .date {
    margin-right: 25px;
}

.list_information li a .cat {
    margin-right: 25px;
    font-size: 80%;
    display: block;
    background: #D5AF68;
    color: #fff;
    padding: 8px 16px;
    width: 165px;
    text-align: center;
}

.list_information li a .ttl {
    font-weight: 500;
}

.list_information li a:hover {
    border-bottom: 1px solid#D5AF68;
}

.footer {
    margin-right: 100px;
    padding: 2rem 0;
}

.footer .link_foot {
    margin-right: 16px;
}

.footer .link_foot a {
    text-decoration: underline;
}

.inner .inner {
    padding: 0;
    width: 100%;
}

.ttl_page01 {
    margin: 4rem 0;
}

.mv_menu .cmn_ttl {
    width: 150px;
    padding-right: 0px;
    padding-left: 70px;
}

.mv_menu .area {
    width: calc(100% - 150px);
}

.ttl_menu_front01 {
    font-size: 175%;
    margin-bottom: 2rem;
}

.list_menu_front01 {
    margin-bottom: 75px;
}

.list_menu_front01 .item {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
}

.list_menu_front01 .item {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.list_menu_front01 .item:nth-of-type(3n) {
    margin-right: 0;
}

.list_menu_front01 .item .img {
    margin-bottom: 0;
    font-size: 0;
    position: relative;
    cursor: pointer;
}

.list_menu_front01 .item .img::before {
    content: "＋";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    z-index: 5;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.list_menu_front01 .item .img:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.list_menu_front01 .item .img:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
    display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
    padding: 0;
}


@media(max-width: 767px) {
    .copyright {
        width: 100%;
        text-align: center;
        padding-top: 1.5rem;
    }

    .footer.flex.end {
        -webkit-justify-content: center;
        justify-content: center;
        gap: 0 1rem;
    }

    .footer {
        margin-right: 0px;
        padding: 2rem 0;
    }

    .footer .link_foot {
        margin-right: 0px;
    }

    .ttl_page01 {
        margin: 0rem 0 1.5rem;
        font-size: 24px;
    }

    .list_information li a .date {
        margin-right: 10px;
    }

    .list_information li a .cat {
        margin-right: 0px;
        padding: 4px 12px;
        width: auto;
    }

    .list_information li a .ttl {
        width: 100%;
        margin-top: 16px;
    }

    .mv_frt .ttl {
        display: none;
    }

    .mv_frt .wrap01 {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 16px;
        margin: auto;
        height: 61.81vw;
        min-height: 61.81vw;
        width: 100%;
        min-width: auto;
    }

    .slider5-wrap {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    .slider-5 .slick-slide {
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        height: 100%;
    }

    .slider-5.slick-initialized {
        height: 100%;
    }

    .slider-5 .slick-list {
        height: 100%;
    }

    .dots-5 .slick-dots button {
        height: 3px;
    }

    .dots-5 .slick-dots li {
        width: 60px;
        height: 3px;
    }

    .mv_frt {
        position: relative;
        height: auto;
        padding-bottom: 6vh;
    }

    .mv_part .ttl {
        width: 120px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .mv_part .area {
        width: calc(100% - 120px);
        display: block;
    }

    .mv_part .area .txt {
        width: 100vw;
        padding: 30px 36px;
        margin-left: -120px;
    }

    .mv_part .area .img {
        width: 100%;
        margin-top: 85px;
    }

    .mv_part {
        padding-bottom: 5vh;
        padding-top: 90px;
    }

    .mv_menu {
        background-color: #f9f5e9;
        padding: 10vh 0 10vh;
        padding-right: 0;
    }

    .mv_menu .cmn_ttl {
        width: 75px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .mv_menu .stick {
        display: block;
        /* height: 100%; */
        position: sticky;
        top: 90px;
    }

    .mv_menu .area {
        width: calc(100% - 75px);
        padding-left: 20px;
    }

    .list_menu_front01 .item {
        width: calc(100% / 2 - 10px);
        margin-right: 20px;
        margin-bottom: 22px;
    }

    .list_menu_front01 .item:nth-of-type(3n) {
        margin-right: 20px;
    }

    .list_menu_front01 .item:nth-of-type(2n) {
        margin-right: 0;
    }

    .list_menu_front01 .item .name {
        width: 100%;
        display: block;
        margin-top: 5px;
    }

    .list_menu_front01 .item .price {
        display: inline-block;
    }

    .list_menu_front01 {
        margin-bottom: 4.5vh;
    }

    .mv_shop .cmn_ttl {
        width: 75px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .cmn_area {
        width: calc(100% - 75px);
        padding-top: 35px;
    }

    .mv_shop {
        padding: 11vh 0;
    }

    .mv_shop {
        padding: 9vh 0 5vh;
    }
    .mv_reserv {
        padding: 7vh 0;
    }
    .mv_reserv .cmn_ttl_v {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        height: 30px;
    }
    .mv_reserv .cmn_ttl_v img {
        height: 100%;
    }
    .mv_reserv .area_reserve {
        gap: 25px 0px;
    }
    .mv_shop .list {
        width: 100%;
        padding-left: 0px;
    }
    .mv_shop .list {
        width: 100%;
        padding-left: 0px;
        margin-top: 14px;
    }
    .mv_info {
        padding: 7vh 0;
    }
    .mv_info .cmn_ttl_v {
        height: 30px;
    }
    .mv_info .cmn_ttl_v img{
        height: 30px;
    }
    .mv_info .cmn_area {
        width: 100%;
        padding: 0 20px;
    }
    .mv_info .list {
        width: 1000px;
        max-width: 100%;
        margin: 32px auto 55px;
    }
}


/* archive
--------------------------------*/
.main_archive_information {
    padding: 4rem 0 6rem;
}

.list_archive_information01 li {
    width: calc(100% / 5 - 12px);
    margin-left: 15px;
}

.list_archive_information01 li:nth-of-type(5n+1) {
    margin-left: 0;
}

.list_archive_information01 li:nth-of-type(n+6) {
    margin-top: 16px;
}

.list_archive_information01 li a {
    border-bottom: 1px solid #333;
    width: 100%;
    text-align: center;
    line-height: 2.5;
    display: block;
    position: relative;
    opacity: 1;
}

.list_archive_information01 li.active a {
    background-color: #333;
    color: #fff;
}

.list_archive_information01 li a:hover {
    color: #fff;
}

.list_archive_information01 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #333;
    left: 0;
}

.list_archive_information01 li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: -1;
}

.list_archive_information01 li.active a::after {
    display: none;
}

.list_archive_information01 {
    margin-bottom: 4.5rem;
}

.post_item_archive_information01 a {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    font-size: 110%;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    opacity: 1;
}

.post_item_archive_information01 a:hover {
    border-bottom: 1px solid#331A00;
}

.post_item_archive_information01 .date {
    margin-right: 25px;
}

.post_item_archive_information01 .cat {
    margin-right: 25px;
    font-size: 80%;
    display: block;
    background: #ee7700;
    color: #fff;
    padding: 8px 16px;
    width: 165px;
    text-align: center;
}

.post_item_archive_information01 .ttl {
    font-weight: 500;
}

.archive_content {
    max-width: 1000px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .main_archive_information {
        padding: 2rem 0 4rem;
    }

    .list_archive_information01 {
        margin-bottom: 0rem;
    }

    .post_item_archive_information01 .date {
        margin-right: 15px;
    }

    .post_item_archive_information01 .cat {
        margin-right: 0px;
        font-size: 100%;
        padding: 8px 16px;
        width: auto;
    }

    .post_item_archive_information01 a {
        flex-wrap: wrap;
    }

    .post_item_archive_information01 .ttl {
        font-weight: 500;
        width: 100%;
        margin-top: 20px;
        font-size: 115%;
    }

    .list_archive_information01 li a::after {
        display: none;
    }
}

/*single
--------------------------------*/
main.single_content {
    margin-left: 0;
    margin-left: 150px;
}

.single_content .ttl.information {
    margin-bottom: 1rem;
    font-size: 32px;
    margin-top: 4rem;
}

.head_area.information.cat_information01 {
    background: #D5AF68;
    padding: 0.2em 0.6em;
    display: inline-block;
    margin-left: 0.5rem;
}

.single_content {
    padding: 0rem 0 6rem;
}

.single_content .area01 h2,
.single_content .area01 h1 {
    padding: 0.05em 0.5em;
    background: #fff;
    border-bottom: none;
    margin-bottom: 1rem;
    font-size: 20px;
    border-left: 2px solid #D5AF68;
    font-weight: 500;
}

.single_content .area01 p {
    margin-bottom: 2rem;
    font-weight: 400;
}

.single_content .cat_information {
    background: #D5AF68;
    color: #fff;
    padding: 8px 16px;
    width: 165px;
    display: inline-block;
    margin-left: 0.5rem;
    text-align: center;
}

.single_content .head_area {
    margin-bottom: 4rem;
}

.single_content .area01 h3 {
    padding: 0.15em 0em;
    background: transparent;
    border-left: none;
    border-bottom: 1px solid #331A00;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 18px;
}

.single_content .area01 h4 {
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 1rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-weight: 300;
}

.single_content .area01 ul {
    margin-left: 1rem;
}

.single_content .area01 ol {
    margin-left: 1rem;
}

.single_content .area01 ul li {
    list-style: circle;
    margin-left: 1.6em;
    margin-bottom: 0.75em;

}

.single_content .area01 ol li {
    list-style: decimal;
    margin-left: 1.6em;
    margin-bottom: 0.75em;
}

.single_content .area01 a {
    text-decoration: underline;
    color: #D5AF68;
}

.single_content blockquote {
    background: rgba(26, 26, 26, 0.05);
    padding: 0.5rem 1rem;
    font-size: 90%;
    padding: 1.5rem 2rem;
}

.single_content blockquote *:last-child {
    margin-bottom: 0;
}

.single_content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.single_content .area01 ul.prev_next_list li {
    list-style: none;
    margin-left: 0;
    width: calc(100% / 3);
    text-align: center;
}

.single_content .area01 ul.prev_next_list li a {
    color: #333;
    text-decoration: none;
    line-height: 1;
    border-bottom: 1px solid;
    opacity: 1;
    padding: 8px 16px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.single_content .area01 ul.prev_next_list {
    margin-left: 0rem;
    width: 100%;
    margin: 6rem auto 0rem;
    font-size: 1rem;
}

.single_content .area01 ul.prev_next_list li a:hover {
    color: #fff;
}

.single_content .area01 ul.prev_next_list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #D5AF68;
    left: 0;
}

.single_content .area01 ul.prev_next_list li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: -1;
}

.single_content table {
    text-align: center;
}

.single_content table tr:first-of-type td {
    background-color: #67665F;
    color: #fff;
}

.single_content table tr td:first-of-type {
    background-color: #67665F;
    color: #fff;
}

.single_content table tr td {
    background-color: #F7F7F7;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 16px;
}

.single_content table tr td:first-of-type {
    border-left: none;
}

.single_content .area01 ul.prev_next_list li p {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .single_content .area01 ul.prev_next_list li a:hover::after {
        display: none;
    }

    .single_content {
        padding: 2rem 0 4rem;
    }

    .single_content .ttl.information {
        margin-top: 0rem;
        margin-bottom: 1rem;
        font-size: 20px;
    }

    .single_content .head_area {
        margin-bottom: 2rem;
    }

    .single_content .area01 h2,
    .single_content .area01 h1 {
        font-size: 18px;
    }

    .single_content .area01 h3 {
        font-size: 16px;
    }

    .single_content .area01 ul.prev_next_list li {
        margin-left: 2%;
        width: 32%;
        margin-bottom: 0em;
    }

    .single_content .area01 ul.prev_next_list li:first-of-type {
        margin-left: 0em;
    }

    .single_content .area01 ul.prev_next_list {
        width: 100%;
        margin: 4rem auto 3rem;
    }

    .single_content .area01 ul.prev_next_list li a {
        padding: 8px 6px;
        font-size: 11px;
        width: 92%;
    }

    main.single_content {
        margin-left: 0;
    }

    .single_content {
        padding: 2rem 0 0rem;
    }

    .wrap_news01 {
        margin-bottom: 2rem;
    }

    .wrap_pagenation01 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .list_archive_information01 li {
        width: calc(100% / 3 - 12px);
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .archive .ttl_page01 {
        margin: 2rem 0 2rem;
        font-size: 20px;
        padding-top: 20px;
    }

    .single_content .cat_information {
        padding: 4px 12px;
        width: auto;
    }

    #mw_wp_form_mw-wp-form-24 {
        margin-bottom: 5rem;
    }
}

/*forms
-----------------------------*/

.progressbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px;
}

.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
    display: block;
}

.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}


.progressbar .item:first-child,
.mw_wp_form_preview .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(3) {
    z-index: 1;
    background: #D5AF68;
    color: #FFF;
}

.progressbar .item:first-child:not(:last-child)::after,
.mw_wp_form_preview .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(3):not(:last-child)::after {
    border-left-color: #D5AF68;
}

.progressbar .item:first-child:not(:last-child)::before,
.mw_wp_form_preview .progressbar .item:nth-child(2):not(:last-child)::before,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::before,
.mw_wp_form_complete .progressbar .item:nth-child(3):not(:last-child)::before {
    border-left: none;
}

.mw_wp_form_input .txt02 {
    display: none;
}

.mw_wp_form_input .txt01 {
    margin: 0px 0 30px;
    text-align: center;
}

.mw_wp_form_input .txt01 a {
    text-decoration: underline;
    color: #D5AF68;
}

.mw_wp_form_preview .txt01 {
    display: none;
}

.mw_wp_form_preview .txt02 {
    display: block;
    text-align: center;
    margin: 0px 0 30px;
}

.form {
    width: 100%;
    margin: 0 auto 50px;
}

.form dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 24px;
}

.form dt:last-of-type {
    align-items: start;
}

.mw_wp_form_preview .form dt:last-of-type {
    padding-top: 20px;
}

.form dd {
    width: 70%;
}

.form dd input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    outline: none;
    display: inline-block;
    width: 100%;
}

.form dd input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.form dd.filess input {
    border: none;
}

.form dd textarea {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.form dd textarea:focus {
    border: 1px solid rgba(0, 0, 0, 1);
}

.form dt span:nth-of-type(1) {
    display: inline-block;
    font-weight: 500;
}

.form dt span:nth-of-type(2) {
    display: inline-block;
    padding-left: 8px;
}

.form dt span:nth-of-type(3) {
    display: inline-block;
    padding-left: 0px;
    font-size: 80%;
}

.mwform-file-delete {
    height: 0;
    display: block;
}

.wrap_form .btn {
    max-width: 260px;
}

.wrap_form .btn01 {
    max-width: 130px;
    margin-right: 16px;
}

.wrap_form .btn input {
    display: inline-block;
    width: 260px;
    margin: auto;
    font-size: 16px;
    height: 64px;
    border-radius: 64px;
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.mw_wp_form_input .btn01 {
    display: none;
}

.wrap_form .btn01 input {
    width: 130px;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.mw_wp_form_input .mw-wp-form_file {
    display: none;
}

.mw_wp_form_preview .form dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    display: inline-block;
}

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

.c_btn {
    text-align: center;
}

.c_btn a {
    display: inline-block;
    width: 260px;
    margin: auto;
    font-size: 16px;
    height: 64px;
    border-radius: 64px;
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    line-height: 64px;
}


@media(max-width: 767px) {

    .progressbar .item:not(:last-child)::before,
    .progressbar .item:not(:last-child)::after {
        display: none;
    }

    .logo_foot {
        width: 220px;
    }

    .mw_wp_form_input .txt01 {
        text-align: left;
    }

    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    .progressbar {
        width: 90%;
    }

    .mw_wp_form_input .progressbar+.txt01 {
        text-align: center;
    }

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

    .form dt {
        width: 100%;
        line-height: 24px;
        padding-top: 10px;
    }

    .form dd {
        width: 100%;
    }

    .form dd input {
        padding: 10px 0;
    }

    .mw_wp_form_preview .progressbar .item:first-child:not(:last-child)::after,
    .mw_wp_form_complete .progressbar .item:nth-child(1):not(:last-child)::after,
    .mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after {
        display: none;
    }

    .mw_wp_form_preview .txt02 {
        text-align: left;
    }

    .wrap_form .btn input {
        width: 250px;
    }

    .wrap_form .btn01 input {
        width: 80px;
    }

    .wrap_form .btn {
        max-width: 250px;
    }

    .wrap_form .btn01 {
        max-width: 80px;
    }

    .txt_thanks {
        text-align: left;
        margin-bottom: 30px;
    }
}




@media(max-width: 767px) {

    #wpadminbar {
        display: none;
    }

}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}