@charset "utf-8";

/*================================
	Layout, Elements
================================*/
.clearfix:after,
input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=file],
input[type=image],
input[type=number],
input[type=range],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=search],
select,
textarea {
    display: block
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0;
}

a {
    transition: opacity .3s;
}

a:hover {
    opacity: .7;
}

a[href^="tel:"] {
    pointer-events: none;
}

li,
ul {
    list-style: none
}

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

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit
}

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

* {
    color: #4C4A4A;
    font-size: 1.4rem;
    box-sizing: border-box;
    letter-spacing: .1rem;
    line-height: 1.6;
    border-radius: 0
}

html {
    font-size: 10px;
    background: #F5F3ED;
    height: 100%
}

body {
    font-family: "Libre Baskerville", "Noto Sans JP", sans-serif;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    line-height: 2em;
    letter-spacing: .5px;
    font-size: 10px;
}

button,
input[type=submit],
input[type=reset],
input[type=search],
input[type=button],
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-weight: inherit;
    outline: 0;
    border: 1px solid #333;
    background-color: #FFF
}

button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=color],
input[type=button] {
    cursor: pointer
}

input[type=file],
input[type=image],
input[type=color] {
    border: none;
    background-color: transparent
}

select {
    text-indent: .01px;
    text-overflow: '';
    background-position: 100% center;
    background-repeat: no-repeat;
    padding: 0 20px 0 10px;
    background-image: url(../img/arrow_down.svg);
}

select::-ms-expand {
    display: none
}

textarea {
    overflow: auto;
    resize: vertical
}

canvas,
iframe,
img,
svg,
video {
    border: 0;
    max-width: 100%;
    display: block
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #C9C9C4;
}

@media screen and (max-width: 480px) {
    * {
        font-size: 1.3rem
    }

    input,
    select,
    textarea {
        font-size: 1.6rem
    }

    input[type=checkbox]:checked {
        background-color: #3B99FC
    }

    input[type=radio] {
        border-radius: 1rem
    }

    input[type=radio]:checked {
        background-color: #3B99FC;
        border-radius: 1rem
    }
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2em;
    letter-spacing: .5px;
}

.noto_serif {
    font-family: "Noto Serif JP", serif
}
.noto_sans {
    font-family: "Noto Sans JP", sans-serif;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

body,
html {
    background-color: #F5F3ED;
}

html.noscroll,
body.noscroll {
    overflow: hidden;
}

img {
    height: auto;
}

.animated {
    opacity: 0;
}

.fadeInUp {
    opacity: 1;
}

.bar_effect1 .active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    background: #fff !important;
}

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

.bar_effect1 .active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background: #fff !important;
}

.bar_effect2 .active span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-315deg);
    transform: translateY(17px) rotate(-315deg);
    background: #fff !important;
}

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

.bar_effect2 .active span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(315deg);
    transform: translateY(-4px) rotate(315deg);
    background: #fff !important;
}

.bar_effect3 .active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.bar_effect3 .active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.bar_effect3 .active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.bar_effect3 .active span:nth-of-type(3) {
    opacity: 0;
}

.bar_effect4 span:nth-of-type(3),
.bar_effect4 .active span:nth-of-type(3) {
    transition: none;
}

.bar_effect4 .active {
    -webkit-transform: rotateX(720deg);
    transform: rotateX(720deg);
}

.bar_effect4 .active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.bar_effect4 .active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.bar_effect4 .active span:nth-of-type(3) {
    opacity: 0;
}

.bar_effect5 span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(12px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(12px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(12px) rotate(45deg);
    }

    50% {
        transform: translateY(12px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.bar_effect5 span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}

.bar_effect5 span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-12px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-12px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-12px) rotate(-45deg);
    }

    50% {
        transform: translateY(-12px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.bar_effect5 .active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(12px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(12px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(12px) rotate(0);
    }

    100% {
        transform: translateY(12px) rotate(45deg);
    }
}

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

.bar_effect5 .active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-10px) rotate(0);
    }

    100% {
        transform: translateY(-10px) rotate(-45deg);
    }
}

.bar_effect6 .active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.bar_effect6 .active span:nth-of-type(2) {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

.bar_effect6 .active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}




@-webkit-keyframes scroll-signal {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 105%;
        opacity: .6;
    }
}

@keyframes scroll-signal {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 105%;
        opacity: .6;
    }
}

body {
    position: relative;
    /* min-width: 1220px; */
}


select {
    background-color: transparent;
    border: 1px solid #9DA49E;
    padding-right: 50px;
    font-size: 12px;
    padding: 7px 10px;
    padding-right: 50px;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
    border-radius: 5px;
}

::placeholder {
    color: #9D9D9D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
}

#wrapper {
    min-width: 1240px;
}

#wrapper main {
    margin-top: 101px;
}

:root {
    scroll-padding: 120px;
    scroll-behavior: auto;
}


.sp {
    display: none !important;
}

.pc {
    display: block;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

iframe {
    background-color: #D5D0CB;
}

#header {
    transition: all .8s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 100;
    /* min-width: 1100px; */
    background: #F5F3ED;
    z-index: 99999;
}
#header.trans {
    background: transparent;
}


#header .triger_wrap {
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all .3s;
    z-index: 1000;
    order: 4;
    display: none;
}

#header .triger_wrap p.txt {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.1rem;
    color: #333;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    line-height: 1em;
    margin-left: 0px;
}

.triger_wrap .menu-trigger {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    transition: all .3s;
}

.mobilenav {
    display: none;
    position: fixed;
    height: calc(100vh - 80px);
    top: 80px;
    left: auto;
    right: 0;
    width: 100%;
    z-index: 80;
    background-color: #F5F3ED;
    width: 100%;
    padding: 40px 40px 100px;
}

.mobilenav.is-show {
    display: block;
    overflow: auto;
    /* IE,Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
}

/* Chrome,Safari */

.mobilenav.is-show:-webkit-scrollbar {
    display: none
}

.mobilenav_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 60px;
    max-width: 470px;
    margin: 0 auto;
}

.mobilenav_inner .box .links {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.mobilenav_inner .box .links li {
    width: 100%;
}

.mobilenav_inner .box .links li a {
    display: block;
    padding: 15px 20px 14px 0px;
    border-bottom: 1px solid #C9C9C4;
    background-image: url(../img/btn_arrow2.svg);
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: right center;
    font-size: 1.3rem;
}

.mobilenav_inner .sns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-direction: column;
}

.mobilenav_inner .sns a {
    color: #BA856A;
    font-size: 1.3rem;
    line-height: 2rem; /* 153.846% */
    letter-spacing: 0.13rem;
}
.mobilenav_inner .sns a i {
    font-size: 1.7rem;
    color: inherit;
    margin-right: 7px;
}
.mobilenav_inner .tel {
    margin-bottom: 10px;
}
.mobilenav_inner .tel a {
    color: #BA856A;
    border: 1px solid;
    display: flex;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.3rem;
}
.mobilenav_inner .open {
    text-align: center;
    font-size: 1.3rem;
    color: #BA856A;
}

.mobilenav_inner .home {
    text-align: center;
}

.mobilenav_inner .home a {
    text-align: center;
    font-size: 1.3rem;
    color: #A39483;
    text-decoration: underline;
}

    .wedding_mobilenav {
        padding: 40px 20px 120px;
    }
    .wedding_menu_reservation {
        width: 100%;
        height: calc(100vh - 80px);
        overflow: auto;
        top: 80px;
        padding-top: 60px;
    }
    .wedding_mobilenav .mobilenav_inner .box .links {
        gap: 0 20px;
    }
    .wedding_mobilenav .mobilenav_inner .box .links li {
        width: calc(50% - 10px);
    }

    .wedding_mobilenav .plan_links {
        display: flex;
        gap: 0 20px;
        margin-bottom: 15px;
    }
    .wedding_mobilenav .plan_links li {
        width: calc(50% - 10px);
    }
    .wedding_mobilenav .plan_links li a {
        display: block;
        text-align: center;
        padding: 8px 0;
        color: #fff;
        color: #F5F3ED;
        font-size: 1.3rem;
        line-height: 2.7rem; /* 207.692% */
        letter-spacing: 0.065rem;
        background-color: #BA856A;
        border-radius: 5px;
    }



#header .triger_wrap span {
    background-color: #333;
    height: 1px;
    width: 32px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s;
}

#header .triger_wrap span:nth-of-type(1) {
    top: calc(50% - 17px);
}

#header .triger_wrap span:nth-of-type(2) {
    top: calc(50% - 3px);
}

#header .triger_wrap span:nth-of-type(3) {
    top: calc(50% - 10px);
}

#header .triger_wrap.active span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: calc(50% - 10px);
    width: 20px;
    height: 1px;
    border-radius: 3px;
}

#header .triger_wrap.active span:nth-of-type(2) {
    transform: rotate(45deg);
    right: 0px;
    top: calc(50% - 9px);
    width: 20px;
    height: 1px;
    border-radius: 3px;
}

#header .triger_wrap.active span:nth-of-type(3) {
    opacity: 0;
    width: 0;
}

#header .triger_wrap.active span {
}

.header_reservation_btn {
    position: fixed;
    z-index: 101;
    top: 135px;
    right: 60px;
}




#header .top_nav {
    top: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-right: 140px;
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
    z-index: 9999;
    padding-left: 30px;
}
#header .top_nav .logo {
    margin-right: auto;
}



#header .top_nav .logo a {
    display: flex;
    align-items: center;
}

#header .top_nav .logo a h1 {
    font-size: 1.1rem;
    margin-left: 15px;
}

#header .top_nav .logo svg {
    display: inline-block;
    transition: all .3s;
}

#header .top_nav .logo svg.color {
    fill: #454545;
}

.gmenu {
    display: flex;
    /* width: 100%; */
    justify-content: flex-end;
    align-items: center;
    padding: 22px 0;
    /* flex-wrap: wrap; */
    /* padding-right: 225px; */
}


.header_child .gmenu > li {
    margin: 0 1%;
}
.header_child.header_wedding .gmenu > li {
    margin: 0 7px;
}
.header_child .gmenu li a {
    width: auto;
}
.header_child .gmenu li .ja {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: 0.5px;
    display: block;
    width: auto;
}
.header_child .gmenu .reserve {
    margin-left: 20px;
    /* position: absolute; */
    right: 0;
    top: 0;
    bottom: 0;
    /* margin: auto; */
    /* height: 80px; */
    display: flex;
    align-items: center;
}
.header_child .gmenu .reserve .ja{
	font-size:1.1rem;
}

.gmenu>li {
    margin: 0 10px;
}
.gmenu>li>a span {
    width: 130px;
}
.gmenu>li>a span.en {
    display: block;
    font-size: 1.1rem;
    color: #4C4A4A;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.1px;
    border-bottom: 1px solid #C9C9C4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.gmenu>li>a span.ja {
    font-size: 1rem;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: 0.5px;
    display: block;
}
.gmenu>li.reserve>a span {
    color: #BA856A;
    width: 200px;
}
.gmenu>li.reserve>a span.en {
    border-bottom: 1px solid #BA856A;
}
.header_wedding {
    height: 102px;
}
.header_wedding .gmenu {
    flex-wrap: wrap;
    align-items: center;
    /* margin-top: 35px; */
    padding-right: 220px;
    position: relative;
    justify-content: flex-end;
}
.header_wedding .gmenu:after {
    content: '';
    width: 100%;
}
.header_wedding .gmenu > li:nth-child(n+5) {
    order: 1;
}
.header_wedding .gmenu > li.flex_end {
    /* margin-right: 202px; */
}
.header_wedding .gmenu>li.reserve {
    /* transform: translate(0, -32px); */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
#header .top_nav ul li:first-child {
    margin-left: 0;
}

#header .top_nav ul li:last-child {
    margin-right: 0;
}

#header .header_links {
    margin-left: 10px;
    width: auto;
    width: calc(100% - 100px);
}


#header .top_nav a {
    font-size: 1.2rem;
    white-space: nowrap;
    transition: all .3s;
}



.hover_menu_open {
    position: relative;
}

.hover_menu {
    position: absolute;
    left: 0;
    padding-top: 0px;
    display: none;
    padding: 15px 0 0;
    background: var(--color-primary, #F5F3ED);
    padding-right: 0;
}

.hover_menu_open>a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .1s;
}

.hover_menu_open.is-show>a {
    color: #BA856A;
}


.hover_menu .menu_list li a {
    padding: 15px 30px;
    border-bottom: 1px solid #C9C9C4;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    background: transparent;
    width: auto;
    padding-right: 40px;
    padding-left: 20px;
    background-image: url(../img/btn_arrow2.svg);
    background-size: 5px 7px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    min-width: 235px;
}


#header .reserve_btn a {
    background-color: #BA856A;
    text-align: center;
    width: 215px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}
#header .reserve_btn a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41MzEiIGhlaWdodD0iOC42NDgiIHZpZXdCb3g9IjAgMCAxMS41MzEgOC42NDgiPiA8cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTYuNDg2LDZWNS41ODFoLjM2YS4zNi4zNiwwLDAsMCwuMzYtLjM2VjQuODZhLjM2LjM2LDAsMCwwLS4zNi0uMzZINC42ODVhLjM2LjM2LDAsMCwwLS4zNi4zNnYuMzZhLjM2LjM2LDAsMCwwLC4zNi4zNmguMzZWNkE1LjA0Miw1LjA0MiwwLDAsMCwuNzIxLDEwLjk4NmgxMC4wOUE1LjA0Miw1LjA0MiwwLDAsMCw2LjQ4Niw2Wm00LjY4NSw1LjcwOEguMzZhLjM2LjM2LDAsMCwwLS4zNi4zNnYuNzIxYS4zNi4zNiwwLDAsMCwuMzYuMzZIMTEuMTcxYS4zNi4zNiwwLDAsMCwuMzYtLjM2di0uNzIxQS4zNi4zNiwwLDAsMCwxMS4xNzEsMTEuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNC41KSI+PC9wYXRoPiA8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 5px;
}
#header .reserve_btn a.bq:before {
    background-image: url(../img/mail.svg);
}


#header .reserve_btn a span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1em;
}



.header_nav_menu {
    display: none;
    position: fixed;
    top: 102px;
    left: auto;
    right: 0;
    width: 100%;
    z-index: 90;
    /* height: 405px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-color: #F5F3ED;
    padding: 40px 0 70px;
}

.area_reservation {
    position: relative;
    z-index: 2;
}

.header_nav_menu .reservation_area {
    border-top: none;
}

.header_nav_menu .menu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header_nav_menu>.inner {
    z-index: 2;
    position: relative;
}

.reservation_area>.inner {
    display: flex;
    gap: 40px 3%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.reservation_area>.inner .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc((100% - 9%) / 4);
    min-width: 260px;
}
.reservation_area>.inner .box .btn {
    width: 100%;
    max-width: 270px;
}
.reservation_area>.inner .box .btn a {
    min-width: unset;
    width: 100%;
    display: block;
}
.reservation_area>.inner .box .heading {
    margin-bottom: 15px;
    width: 100%;
}

.reservation_area>.inner .box .heading .en {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 153.846%;
    letter-spacing: 1.3px;
    color: var(--color-primary, #BA856A);
    border-bottom: 1px solid #C9C9C4;
    padding-bottom: 7px;
    margin-bottom: 6px;
    width: 100%;
    display: block;
    text-align: left;
}
.reservation_area>.inner .box .heading h2.ja {
    font-size: 1.3rem;
    line-height: 184.615%;
    letter-spacing: 0.65px;
    color: #BA856A;
}
.reservation_area>.inner .box .tel {
    font-size: 1.8rem;
    line-height: 184.615%;
    letter-spacing: 1.8px;
    color: #BA856A;
    margin-bottom: 0px;
}
.reservation_area>.inner .box .tel a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: block;
    text-align: left;
}
.reservation_area>.inner .box .open {
    font-size: 1.3rem;
    line-height: 184.615%;
    letter-spacing: 0.65px;
    color: #BA856A;
    margin-bottom: 20px;
    height: 50px;
}
.reservation_area>.inner .box .btns {
    /* margin-top: auto; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}


.wedding_menu_reservation {
    max-width: 400px;
    margin-left: auto;
    right: 0;
    background-color: #BA856A;
    z-index: 999;
    height: 100%;
    padding-top: 60px;
}
.wedding_reservation_area>.inner .box {
    padding: 0 30px;
}
.wedding_reservation_area>.inner .box .heading {
    color: #F5F3ED;
}
.wedding_reservation_area>.inner .box .heading .en {
    color: #F5F3ED;
    text-align: center;
    border: none;
    font-size: 1.6rem;
    padding-bottom: 0;
}
.wedding_reservation_area>.inner .box .heading h2.ja {
    color: #F5F3ED;
    text-align: center;
}
.wedding_reservation_area>.inner .box .tel {
    color: #F5F3ED;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.wedding_reservation_area>.inner .box .tel a {
    color: #F5F3ED;
    display: inline-block;
}
.wedding_reservation_area>.inner .box .btns {
    width: 100%;
}
.wedding_reservation_area>.inner .box .btns .btn {
    width: 100%;
}
.wedding_reservation_area>.inner .box {
    padding: 0 0px;
}
.wedding_reservation_area>.inner .box .btns a {
    color: #BA856A;
    background-color: #F5F3ED;
    width: 100%;
    display: block;
    background-image: url(../img/btn_arrow3.svg);
}
.wedding_reservation_area>.inner .box .open {
    color: #F5F3ED;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.sp_reserve .reservation_area>.inner {
    gap: 20px;
    padding: 0 40px;
}
.sp_reserve h2 {
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
    color:  #F5F3ED;
    margin-bottom: 15px;
}
.sp_reserve .btn {
    width: 100%;
    margin-bottom: 10px;
}
.sp_reserve .btn a {
    color: #F5F3ED;
    display: block;
    font-size: 1.3rem;
    line-height: 1.6rem; /* 123.077% */
    letter-spacing: 0.13rem;
    border-radius: 5px;
    border: 1px solid #F5F3ED;
    width: 100%;
    text-align: center;
    padding: 11px 10px;
    background-image: url(../img/btn_arrow.svg);
    background-size: 9px 13px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
.sp_reserve .btn.btn_white a {
    color: #BA856A;
    background-color: #F5F3ED;
    background-image: url(../img/btn_arrow3.svg);
}

.btn_style1 a {
    background-color: #BA856A;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    background: #BA856A;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 207.692%;
    letter-spacing: 0.65px;
    background-image: url(../img/btn_arrow.svg);
    background-size: 11px 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    padding: 12px 20px;
    width: 270px;
    font-family: "Noto Sans JP", sans-serif;
    transition: all .3s;
}
.btn_style1 a:hover {
    background-position: calc(100% - 17px) center;
}
.btn_style1.btn_arrow_down a {
    background-image: url(../img/btn_arrow_down.svg);
    background-position: calc(100% - 20px) center;
    background-size: 16px;;
}

.btn_style2 a {
    color: #9DA49E;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #9DA49E;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 207.692%;
    letter-spacing: 0.65px;
    background-image: url(../img/btn_arrow2.svg);
    background-size: 14px 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    padding: 12px 50px 13px;
    white-space: nowrap;
    min-width: 290px;
    font-family: "Noto Sans JP", sans-serif;
    transition: all .3s;
}
.btn_style2 a:hover {
    background-position: calc(100% - 17px) center;
}

.btn_style3 a {
    color: #9DA49E;
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 207.692%;
    letter-spacing: 0.65px;
    background-image: url(../img/btn_arrow2.svg);
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) center;
    padding: 8px 0;
    padding-right: 60px;
    border-bottom: 1px solid #C9C9C4;
    font-family: "Noto Sans JP", sans-serif;
}

.reserve_section {
    padding: 80px 0;
    position: relative;
    background-image: url(../img/contact_bg.png);
    background-size: 1218px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #F5F3ED;
    border-top: 1px solid #C9C9C4;
    margin-top: 140px;
}
.reserve_section .sec_heading {
    margin-bottom: 80px;
}
.reserve_section .sec_heading .en {
    text-align: center;
    font-size: 1.3rem;
    color: #BA856A;
    margin-bottom: 10px;
}

.reserve_section .sec_heading h2 {
    text-align: center;
    font-size: 1.3rem;
    color: #BA856A;
    margin-bottom: 10px;
}

.reservation_area>.inner .box.wide {
    width: 100%;
}
.reservation_area>.inner .box.wide .btns {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}
.reservation_area>.inner .box.wide .tel,
.reservation_area>.inner .box.wide .open {
    text-align: center;
    margin: 0 auto;
}
.restaurant_reserve_section .sec_heading {
    margin-bottom: 40px;
}
.reservation_area>.inner .box.wide .tel {
    font-size: 2rem;
}
.reservation_area>.inner .box.wide .open {
    height: auto;
    margin-top: 10px;
}

.contact_link {
    text-align: center;
    margin-top: 50px;
}
.contact_link a {
    color: #BA856A;
    background-image: url(../img/btn_arrow3.svg);
    background-size: 9px 13px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    width: 270px;
    padding-right: 40px;
}

#footer {
    padding: 80px 0 120px;
    position: relative;
    background-color: #B4A698;
}

#footer .logo {
    text-align: center;
}

#footer .logo img {
    display: inline-block;
}

#footer .address {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 30px;
    color: #F5F3ED;
}

#footer .sns {
    text-align: center;
    margin-top: 60px;
}

#footer .sns a {
    margin: 0 2px;
    color: #F5F3ED;
    font-size: 1.2rem;
    margin: 0 10px;
}

#footer .sns a i {
    color: #fff;
    font-size: 1.4rem;
    margin-right: 6px;
}


#footer .sitemap {
    margin-top: 70px;
}

#footer .sitemap .page_list {
    display: flex;
    justify-content: flex-start;
    padding: 0 50px;
    max-width: 1300px;
    margin: 0 auto;
    gap: 40px 3%;
    /* flex-wrap: wrap; */
}

#footer .sitemap .page_list .pages h3 {
    font-size: 1.3rem;
    color: #F5F3ED;
    margin-bottom: 15px;
    white-space: nowrap;
    letter-spacing: 1.3px;
    border-bottom: 1px solid #f5f3ed79;
    padding-bottom: 10px;
}
#footer .sitemap .page_list .pages .pages_inner {
    display: flex;
    /* justify-content: space-between; */
    gap: 40px;
    min-width: 200px;
}

#footer .sitemap .page_list .pages .pages_inner .col:last-of-type {
    margin-right: 0;
}

#footer .sitemap .page_list .pages .pages_inner .col a {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #F5F3ED;
    letter-spacing: .6px;
}

#footer .sitemap .page_list .pages .pages_inner .col a.child {
    margin-left: 1.1rem;
}

#footer .sitemap .page_list .pages.page_wedding {
    width: 452px;
}

#footer .other_page_list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    width: 100%;
    border-top: 1px solid #f5f3ed79;
    margin-top: 60px;
}

#footer .other_page_list>li {
    padding: 0 15px;
    border-right: 1px solid #F5F3ED;
    line-height: 1em;
    padding-bottom: 3px;
}

#footer .other_page_list>li a {
    font-size: 1.2rem;
    line-height: 1em;
    display: inline-block;
    color: #F5F3ED;
}

#footer .other_page_list>li:last-child {
    border-right: none;
}

#footer small {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 1.3rem;
    color: #F5F3ED;
}

.breadcrunp {
    position: relative;
    z-index: 1;
    /* margin-bottom: 40px; */
    border-top: 1px solid #f5f3ed79;
    border-bottom: 1px solid #f5f3ed79;
    background-color: #B4A698;
}

.breadcrunp .breadcrumb__list {
    max-width: 1300px;
    margin: 0 auto;
    padding: 11px 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.breadcrunp .breadcrumb__list li {
    font-size: 1.2rem;
    padding-right: 7px;
    color: #F5F3ED;
}

.breadcrunp .breadcrumb__list li:after {
    content: '>';
    font-size: 1.2rem;
    margin-left: 7px;
}

.breadcrunp .breadcrumb__list li:last-child:after {
    content: none;
}
.breadcrunp .breadcrumb__list a {
    font-size: inherit;
    color: #F5F3ED;
}
.breadcrunp .breadcrumb__list span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}


main .text {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem; /* 207.692% */
    letter-spacing: 0.065rem;
    margin-bottom: 15px;
}

.page_head {
    padding: 100px 0 0;
    margin-bottom: 50px;
}

.page_head * {
    text-align: center;
}

.page_head .en {
    color: #4C4A4A;
    font-size: 2.5rem;
    line-height: 2rem; /* 80% */
    letter-spacing: 0.25rem;
    text-align: center;
    text-transform: uppercase;
}

.page_head .title {
    color: #4C4A4A;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 2.4rem; /* 184.615% */
    letter-spacing: 0.065rem;
    margin-top: 20px;
}
.page_head .title img {
    display: inline-block;
}

.page_head .catch {
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: 2em;
}

.page_head .text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.page_head .en picture {
    display: inline-block;
    text-align: center;
    position: relative;
}

.page_head .en picture:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #333333;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.page_head .en picture img {
    display: inline-block;
}

main .page_cover img {
    width: 100%;
}
.page_head.small .en {
    color: #BA856A;
    font-size: 1.3rem;
    line-height: 2rem; /* 153.846% */
    letter-spacing: 0.13rem;
}
.page_head.small h1 {
    color: #BA856A;
    font-size: 1.3rem;
    line-height: 2.4rem; /* 184.615% */
    letter-spacing: 0.065rem;
    margin-top: 10px;
}


.wp-pagenavi {
    text-align: center;
    /* margin-bottom: 100px; */
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi * {
    font-size: 1.6rem;
}

.wp-pagenavi>* {
    margin: 0 6px;
    padding: 0 3px 3px;
}

.wp-pagenavi .current {
    position: relative;
}

.wp-pagenavi .current::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4C4A4A;
}

.single_page_nav {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #A39483;
    margin-bottom: 140px;
}

.single_page_nav .page_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single_page_nav .page_nav .nav_link {
    width: 60px;
}

.single_page_nav .page_nav .back_link {
    margin: 0 auto;
}

.single_page_nav .page_nav .back_link a {
    font-size: 1.3rem;
    padding-bottom: 4px;
    border-bottom: 1px solid #A39483;
    padding: 0 3px 3px;
    color: #816A52;
    margin-top: 4px;
}

.single_page_nav .page_nav li a {
    display: block;
    position: relative;
}

.single_page_nav .page_nav .nav_link a {
    font-size: 1.3rem;
    color: #816A52;
    position: relative;
}

.single_page_nav .page_nav .nav_link a:before {
    content: '';
    width: 12px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/arrow_br.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto 0;
}

.single_page_nav .page_nav .nav_link.prev a {
    padding-left: 20px;
}

.single_page_nav .page_nav .nav_link.prev a:before {
    transform: rotate(180deg);
    left: 0;
}

.single_page_nav .page_nav .nav_link.next a {
    padding-right: 20px;
    text-align: right;
}


.pagenation_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.pagenation_box.center {
    justify-content: center;
}

.pagenation_box.right {
    justify-content: flex-end;
}

.pagenation_box .slide-prev,
.pagenation_box .slide-next {
    background-repeat: no-repeat;
    background-size: cover;
    width: 58px;
    height: 18px;
    cursor: pointer;
    transition: all .3s;
}

.pagenation_box .slide-prev:hover,
.pagenation_box .slide-next:hover {
    opacity: .7;
}

.pagenation_box .slide-prev {
    background-image: url(../img/slide-arrow_l.png);
}

.pagenation_box .slide-next {
    background-image: url(../img/slide-arrow_r.png);
}

.pagenation_box .swiper-pagination {
    position: static;
    width: auto;
    margin: 1px 10px 0;
}

.pagenation_box .swiper-pagination-bullet {
    background-color: #D3D2D2;
    opacity: 1;
}

.pagenation_box .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A39483;
}
.swiper-pagination {
    width: 100%;
}
.swiper-pagination.right {
    text-align: right;
}

.swiper-button-disabled {
    opacity: .3 !important;
    cursor: auto;
}

.swiper-button-disabled:hover {
    cursor: default;
}

.swiper-lazy-preloader {
    z-index: -1;
}

.swiper-pagination.left {
    text-align: left;
}
.swiper-lazy-preloader {
    border-top: 4px solid #BA856A;
    border-bottom: 4px solid #BA856A;
    border-left: 4px solid #BA856A;
    border-right: 4px solid #BA856A;
    border-top-color: transparent;
    animation: .35s linear infinite rotation1;
}

.slider2 {
    position: relative;
    padding-bottom: 40px;
}

.slider2 .swiper-pagination {
    flex-direction: row-reverse;
}
.slider2 .swiper-slide img {
    width: 100%;
}
@keyframes rotation1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slider3 {
    padding-bottom: 40px;
}
.slider5,
.slider6 {
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.slider5 img,
.slider6 img {
    width: 100%;
}
.slider7 .swiper-slide {
}
.slider7 .swiper-slide img {
    width: 100%;
}

.toggle-box {
    display: none;
}
.toggle-box.active {
    display: block;
}
.btn_toggle{
    background-color: transparent;
    color: #9DA49E;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem; /* 184.615% */
    letter-spacing: 0.065rem;
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
    width: 335px;
    text-align: left;
    padding: 3px 0 5px;
    position: relative;
    transition: all .3s;
}
.btn_toggle:after {
    content: '';
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background-image: url(../../common/img/btn_arrow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
}
.btn_toggle.is-active:after {
    transform: rotate(-90deg);
}
.btn_toggle:hover {
    opacity: .7;
}

.btn_pdf a {
    color: #9DA49E;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #9DA49E;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 207.692%;
    letter-spacing: 0.65px;
    background-image: url(../img/ptn_pdf.svg);
    background-size: 14px 17px;
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding: 12px 50px;
    white-space: nowrap;
    min-width: 290px;
    font-family: "Noto Sans JP", sans-serif;
}

.wp-post-image {
    background-color: #D5D0CB;
    background-image: url(../img/logo_w.svg);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
}



.sp_sitemap_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px;
}
.sp_sitemap_list li a {
    font-size: 1.2rem;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #f5f3ed79;
    display: block;
    width: 100%;
    background-image: url(../img/btn_arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

main .mv {
    padding: 10px;
    position: relative;
}
main .mv > picture {
    display: block;
}
main .mv > picture img {
    width: 100%;
}
main .mv .mv_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
main .mv .mv_inner .en {
    text-align: center;
    color: #F5F3ED;
    font-size: 2.5rem;
    line-height: 4.4rem; /* 176% */
    letter-spacing: 0.25rem;
}
main .mv .mv_inner h1 {
    font-size: 1.3rem;
    line-height: 2.4rem; /* 184.615% */
    letter-spacing: 0.065rem;
    color: #F5F3ED;
    text-align: center;
    margin-top: 10px;
    position: static;
    transform: none;
}
main .mv .mv_inner .title img {
    display: inline-block;
}

.gmap_btn {
    margin: 10px 0 20px;
}
.gmap_btn a i {
    color: #9DA49E;
    font-size: 1.6rem;
    margin-right: 6px;
}
.gmap_btn a span {
    color: #9DA49E;
    font-size: 1.2rem;
    line-height: 2.7rem; /* 225% */
    letter-spacing: 0.06rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
}
.swiper-pagination-bullet-active {
    background-color: #BA856A;
}
.swiper-button-next {
    right: 100px;
}
.swiper-button-prev {
    left: 100px;
}
.swiper-button-next, .swiper-button-prev {
    background-color: #B4A698;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    transform: scale(1.2);
    opacity: .9;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem;
}
.slider1 {
    padding-bottom: 50px;
}
.slider1 picture img {
    width: 100%;
}

.cat_nav {
    margin-bottom: 80px;
}
.cat_nav_list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 50px;
}
.cat_nav_list li {
    width: calc((100% - 30px * 3) / 4);
}
.cat_nav_list li a {
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem; /* 200% */
    letter-spacing: 0.06rem;
    color: #9DA49E;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid ;
    padding: 10px 0;
}
.cat_nav_list li a.active {
    color: #4C4A4A;
}

.filter_nav .cat_nav_list li {
    width: 290px;
}
.filter_nav .cat_nav_list li select {
    font-size: 1.3rem;
    text-align: center;
    height: 46px;
    width: 100%;
    padding: 7px 30px;
    text-align-last: center;
}
.filter_nav .cat_nav_list li select.active {
    background-color: #9DA49E;
    color: #fff;
    background-image: url(../img/arrow_down_w.svg);
}

main p.view_more {
	background-color: transparent;
	color: #9DA49E;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0.065rem;
	border: none;
	border-bottom: 1px solid;
	display: inline-block;
	width: 160px;
	text-align: left;
	padding: 4px 0 5px;
	position: relative;
}
main p.view_more:after {
    content: '';
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-image: url(../img/btn_arrow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.common_form {
    max-width: 900px;
    padding: 0 50px 130px;
    margin: 50px auto 0px;
}
.common_form .note {
    text-align: center;
    margin-bottom: 60px;
}
.common_form .tel_num {
    text-align: center;
    margin-bottom: 50px;
    color: #BA856A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem; /* 160% */
    letter-spacing: 0.075rem;
}
.common_form .radio-block {
    padding-top: 12px;
}
.common_form .must {
	color: #A76752;
}

.common_form input[type="text"],
.common_form input[type="email"],
.common_form textarea {
	background-color: transparent;
	border: 1px solid #9DA49E;
	font-size: 1.3rem;
	padding: 14px 20px;
	width: 100%;
	border-radius: 5px;
}
.common_form textarea {
  height: 210px;
}
.common_form select {
  width: 100%;
  padding: 14px 20px;
  font-size: 1.3rem;
}
.common_form input.inline,
.common_form select.inline
{
	display: inline-block;
	width: auto;
}
.common_form .date {
	text-align: left;
	margin-bottom: 15px;
	font-size: 12px;
}
.common_form dd .date:last-of-type {
	margin-bottom: 0;
}
.common_form .privacy-box {
  height: 190px;
  overflow: auto;
	border: 1px solid #BCB9AE;
  padding: 30px;
  font-size: 1rem;
}
.common_form .privacy-box h3 {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.common_form .privacy-box h4 {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.common_form .privacy-box p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 25px;
  word-break: break-all;
}

.common_form .check-box {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.common_form .check-box span {
    font-size: 1.3rem;
}
.common_form .check-box span a {
    text-decoration: underline;
    font-size: inherit;
}
.common_form .btns {
  margin-top: 30px;
  margin-top: 70px;
}
.common_form .btns input[type="submit"] {
  color: #FCFAF2;
  background-color: #BA856A;
  font-size: 15px;
  padding: 15px 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 326px;
  text-align: center;
  border-radius: 5px;
  background-image: url(../img/btn_arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 20px center;
    transition: all .3s;
    border: 1px solid;
    
}
.common_form .btns input[type="submit"]:hover {
    color: #BA856A;
    background-color: #FCFAF2;
    border: 1px solid;
}
.common_form .btns input.backbtn {
  border: 1px solid;
  color: #BA856A;
  background-color: #fff;
  margin-top: 20px;
}
.mw_wp_form_confirm .privacy-box,.mw_wp_form_confirm .note,.mw_wp_form_confirm .check-box {
  display:none;
}

.mw_wp_form_confirm .common_form  dd {
  font-weight: 700;
  font-size: 13px;
  background-color: #eee;
  padding: 10px 20px;
}

.common_form .thanks .note {
  font-size: 15px;
  text-align: center;
}
.common_form.thanks .note a {
  text-decoration: underline;
  color: #C9B494;
  font-size: inherit;
}


.common_form .flow_box {
	margin-bottom: 60px;
}
.common_form .status_list {
	display: flex;
	justify-content: space-between;
    gap: 10px;
    margin-bottom: 50px;
}
.common_form .status_list li {
	border: 1px solid #BA856A;
	padding: 14px 10px;
	font-size: 1.3rem;
	width: 100%;
	text-align: center;
	position: relative;
	color: #BA856A;
	border-radius: 5px;
}
.mw_wp_form_input .status_list .input,
.mw_wp_form_confirm .status_list .confirm,
.mw_wp_form_complete .status_list .thanks
{
    background: #BA856A;
    color: #fff;
}

.common_form .form_box dl {
	display: flex;
	margin-bottom: 20px;
}

.common_form .form_box dl dt {
	width: 203px;
	font-size: 1.3rem;
	padding-top: 13px;
}
.common_form .form_box dl dd {
	width: calc(100% - 203px);
}
.common_form .form_box dl dd .date-block{
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 15px;
}
.common_form .form_box dl dd .date-block input {
	margin-left: 20px;
	cursor: pointer;
}
.common_form .form_box dl dd .date-block input.wide {
    margin: 0;
}
.common_form .date {
    background-image: url(../img/calendar.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.ui-datepicker {
    width: auto;
    font-size: unset;
}
.ui-datepicker * {
    font-size: unset;
}
.common_form .thanks .note a {
    text-decoration: underline;
    color: #BA856A;
    font-size: inherit;
    margin-top: 40px;
    display: inline-block;
}

.common_form .mwform-checkbox-field label{
    position: relative;
    display: inline-block;
    width: 100%;
}
.common_form .mwform-checkbox-field label span {
    display: inline-block;
    padding-left: 25px;
    white-space: pre-wrap;
}
.common_form .mwform-checkbox-field input {
    position: absolute;
    top: 5px;
    left: 0;
    /* bottom: 0; */
    margin: auto;
    width: 13px;
    height: 13px;
}

div.ui-datepicker {
    font-size: 1.3rem;
}

.info_section {
    padding: 120px 0;
    border-top: 1px solid #C9C9C4;
}
.info_section .info_area .heading {
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto 60px;
}
.info_section .info_area .heading h2 {
    margin-bottom: 20px;
}
.info_section .info_area .heading .btn {
    margin-top: 10px;
}
.info_section .info_area .heading .btn a {
    width: 160px;
    padding-left: 0;
    text-align: left;
}
.info_section .info_area .inner {
    display: flex;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}
.info_section .info_area .inner .exp {
    width: 421px;
}
.info_section .info_area .inner .exp h3 {

}
.info_section .info_area .inner .box {
    display: flex;
    gap: 0;
    margin-bottom: 10px;
}
.info_section .info_area .inner .small_title {
    width: 100px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem; /* 207.692% */
    letter-spacing: 0.065rem;
    padding-top: 0px;
}
.info_section .info_area .inner .box .cont {
    width: calc(100% - 100px);
    margin-top: -1px;
}
.info_section .info_area .inner .box .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 27px; /* 207.692% */
    letter-spacing: 0.65px;
}
.info_section .info_area .inner .box .text a {
    text-decoration: underline;
    font-size: inherit;
}
.info_section .sns {
    margin-top: 40px;
}
.info_section .sns a {
    color: #BA856A;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0.13rem;
    margin-right: 20px;
}
.info_section .sns a i {
    color: inherit;
    margin-right: 7px;
    display: inline-block;
    font-size: 1.7rem;
}

.info_section .schedules {
    width: calc(100% - 421px);
    padding-left: 50px;
}
.info_section .schedules {
    font-size: 1.5rem;
    line-height: 2.7rem;
    letter-spacing: 0.075rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #C9C9C4; */
}
.info_section .schedules .schedule_title {
    font-size: 1.5rem;
    line-height: 2.7rem; /* 180% */
    letter-spacing: 0.075rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C9C4;
    margin-bottom: 15px
}
.info_section.info_section_shirokane-zensou .info_area .inner .exp {
	width: 500px;
}
.info_section.info_section_shirokane-zensou .info_area .inner .exp h2 {
    margin-bottom: 60px
}
.info_section.info_section_shirokane-zensou .info_area .inner .exp .heading {
    padding:0 0;
}
.info_section.info_section_shirokane-zensou .info_area .inner .schedules {
	width: calc(100% - 500px);
}

.reserve_bg_wrap {
    background-image: url(../img/contact_bg.png);
    background-size: 1218px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 170px 0 0;
}
.reserve_bg_wrap .reserve_section {
    background-image: none;
    background-color: transparent;
}

.faq-toggle-open {
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.faq-toggle-open:hover {
    opacity: 0.7;
}

.faq_section {
	margin: 120px 0 120px;
}
.faq_section .heading .en {
	text-align: right;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	color: #B4A698;
}
.faq_section .heading h2 {
	text-align: right;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.4rem;
	color: #B4A698;
	margin-top: 4px;
	white-space: nowrap;
}
.faq_section .inner {
	display: flex;
	gap: 0;
	align-items: flex-start;
	padding-left: calc((100% - 700px) / 2);
}
.faq_section .inner .heading {
	width: 150px;
}
.faq_section .inner .box {
	width: calc(100% - 150px);
	padding-left: 90px;
}
.faq_section .inner .faq_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq_section .inner .faq_list .q {
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #C9C9C4;
	padding-right: 7%;
}
.faq_section .inner .faq_list .q:before {
	content: '+';
	width: 17px;
	height: 17px;
	background-color: #B4A698;
	position: absolute;
	top: 4px;
	left: 0;
	line-height: 17px;
	color: #F5F3ED;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.faq_section .inner .faq_list .q.is-active:before {
	content: '-';
}
.faq_section .inner .faq_list .q h3 {
	font-size: 1.3rem;
	line-height: 2.7rem; /* 207.692% */
	letter-spacing: 0.065rem;
}
.faq_section .inner .faq_list .a {
	padding-left: 30px;
	display: none;
    max-width: 770px;
	padding-right: 7%;
}
.faq_section .inner .faq_list .a a {
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.fixed_links {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 21px 20px 15px;
    background: #f5f3ede0;
    z-index: 100;
}
.fixed_links .inner {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-end;
}
.fixed_links .inner .sns_list {
    display: flex;
    gap: 20px;
}
.fixed_links .inner .sns_list li a {
    color:  #BA856A;
    font-size: 1.3rem;
    line-height: 2rem; /* 153.846% */
    letter-spacing: 0.13rem;
}
.fixed_links .inner .sns_list li a i {
    color: inherit;
    margin-right: 7px;
    display: inline-block;
    font-size: 1.7rem;
}
.fixed_links .inner .tel a {
    color: #BA856A;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.4rem; /* 160% */
    letter-spacing: 0.075rem;
}
.fixed_links .inner .btn_style1 a {
    padding: 4px 0 4px;
    width: 203px;
    font-size: 1.2rem;
    background-position: right 10px center;
    background-size: 8px;
}

@media screen and (max-width: 1280px) {
    .header_child .gmenu > li {
        /* margin: 0 2%; */
    }
    .header_child.header_wedding .gmenu > li {
        margin: 0 7px;
    }
}
@media screen and (max-width: 1250px) {
    .gmenu>li {
        margin: 0 5px;
    }
	/*
    .gmenu>li>a span.en,
    .header_child .gmenu li .ja,
    #header.header_wedding .top_nav a,
    .header_wedding .gmenu > li .ja {
        font-size: 1.1rem;
    }
	*/
    .header_child.header_wedding .gmenu > li {
        /* margin: 0 8px; */
    }
    .header_wedding .gmenu > li {
        margin: 0 3px;
    }
    #header.header_child {
        /* min-width: unset; */
    }
}
.topics_section {
	margin: 100px 0;
    overflow: hidden;
}
.topics_section .inner {
	display: flex;
	gap: 75px;
	padding-left: calc((100% - 800px) / 2);
	width: 100%;
}
.topics_section .inner .box {
    width: 100%;
}

.topics_section .topics_list {
	width: 100%;
}
.topics_section .topics_list li {
	margin-bottom: 25px;
	position: relative;
	width: 100%;
}
.topics_section .topics_list li:after {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	background-color: #C9C9C4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.topics_section .topics_list li a {
	display: flex;
	gap: 16px;
	padding-bottom: 15px;
	align-items: flex-start;
	width: 100%;
}
.topics_section .topics_list li a .cats {
	display: flex;
	gap: 5px;
}
.topics_section .topics_list li a .cats span {
	font-size: 1.1rem;
	line-height: 1rem;
	color: #9DA49E;
	letter-spacing: 0.055rem;
	border: 1px solid #9DA49E;
	border-radius: 5px;
	padding: 6px 15px;
	white-space: nowrap;
}
.topics_section .topics_list li a .date {
	font-size: 1.2rem;
	line-height: 2.4rem;
	letter-spacing: 0.055rem;
	white-space: nowrap;
}
.topics_section .topics_list li a .title {
	font-size: 1.2rem;
	line-height: 2.4rem;
	letter-spacing: 0.06rem;
}

.b_plan_entry {
	display: block;
}
.b_plan_entry picture img {
    width: 100%;
    /* aspect-ratio: 371 / 247; */
    aspect-ratio: 768 / 408;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.b_plan_entry picture.no_img {
    /* aspect-ratio: 371 / 247; */
    aspect-ratio: 768 / 408;
	background-image: url(../img/logo_w.svg);
    background-size: 45%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #B4A698;
    display: block;
    height: auto;
}
.b_plan_entry .exp {
	margin-top: 15px;
}
.b_plan_entry .exp .title {
	color: #B4A698;
	font-size: 1.5rem;
	line-height: 2.5rem; /* 220% */
	letter-spacing: 0.065rem;
	margin-bottom: 10px;
}
.b_plan_entry .exp .price_box {
    display: flex;
    flex-wrap: wrap;
}
.b_plan_entry .exp .price_num {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.7rem; /* 180% */
	letter-spacing: 0.075rem;
}
.b_plan_entry .exp .price_text {
	font-size: 1.3rem;
	line-height: 2.7rem; /* 207.692% */
	letter-spacing: 0.065rem;
	margin-left: 5px;
	/* display: flex; */
	/* flex-wrap: wrap; */
}
.b_plan_entry .exp .num {
	font-size: 1.3rem;
	line-height: 2.7rem; /* 207.692% */
	letter-spacing: 0.065rem;
}
.b_plan_entry .exp .excerpt {
	font-size: 1.3rem;
	line-height: 2.7rem; /* 207.692% */
	letter-spacing: 0.065rem;
	margin-top: 10px;
}
.b_plan_entry .view_more {
	width: 100%;
	margin-top: 10px;
}

.report_entry {
	display: block;
}
.report_entry picture img {
	width: 100%;
	aspect-ratio: 371 / 247;
	object-fit: cover;
}
.report_entry .exp {
	margin-top: 15px;
}
.report_entry .exp .title {
	color: #B4A698;
	font-size: 1.5rem;
	line-height: 3.3rem; /* 220% */
	letter-spacing: 0.075rem;
	margin-bottom: 10px;
}
.report_entry .exp .view_more {
	width: 100%;
	margin-top: 0px;
}
.report_slider .swiper-slide {
	width: 371px;
}

.report_slider {
    overflow: hidden;
    padding-right: 100px;
}

.bridalfair {
	padding: 100px 0 0;
    border-top: 1px solid #C9C9C4;
    margin-top: 100px;
}
.bridalfair .inner {
    max-width: 1160px;
    margin: 0 auto;
}
.bridalfair .heading {
	margin-bottom: 40px;
}
.bridalfair .heading * {
	text-align: center;
}
.bridalfair .heading .en {
    color: #BA856A;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem; /* 153.846% */
    letter-spacing: 0.13rem;
}
.bridalfair .heading h2 {
    color: #BA856A;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.4rem; /* 184.615% */
    letter-spacing: 0.065rem;
    margin-top: 5px;
}
.bridalfair iframe {
    background-color: unset;
    border: none;
    margin: 0 auto;
}
.bridalfair .btn {
    text-align: center;
    margin-top: 40px;
}
.bridalfair .btn a {
    display: inline-block;
}
.reserve_bg_wrap {
    margin-top: -170px;
}


.galleryModal .lg-backdrop {
    background-color: #b4a698eb;
}
.galleryModal .lg-outer .lg-thumb-outer {
    background-color: transparent;
}
.galleryModal .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    aspect-ratio: 1 / 1;
    opacity: .6;
    border: none;
    transition: opacity .3s;
}
.galleryModal .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item img {
    object-fit: cover;
}
.galleryModal .lg-toolbar .lg-icon {
    color: #fff;
}
.galleryModal .lg-next, .galleryModal .lg-prev {
    color: #fff;
    background-color: #BA856A;
    border-radius: 100px;
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
}
.galleryModal .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item.active, .galleryModal .lg-outer .lg-thumb-item:hover {
    /* border: 2px solid#BA856A; */
    opacity: 1;
}
.galleryModal .lg-img-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/

@media screen and (max-width: 736px) {
    :root {
        scroll-padding: 80px;
        scroll-behavior: auto;
    }

    #header {
        padding: 0px 0 0px 0px;
        min-width: unset;
        border-bottom: 1px solid #C9C9C4;
    }

    body {
        min-width: unset;
    }

    #wrapper {
        min-width: unset;
    }
    #wrapper main {
        margin-top: 81px;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    a,
    button {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }


    #header.trans {
        background-color: #F5F3ED;
    }
    #header .top_nav {
        justify-content: space-between;
        padding-left: 20px;
    }

    #header .logo {
        width: 151px;
    }

    #header .reserve_btn {
        width: 80px;
        right: 80px;
    }

    #header .reserve_btn a {
        width: 100%;
        height: 80px;
        flex-direction: column;
        justify-content: center;
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    .header_wedding {
        height: 80px;
    }




    .breadcrunp {
        width: 100%;
        overflow: auto;
    }

    .breadcrunp .breadcrumb__list {
        margin: 0 auto;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        width: auto;
        justify-content: flex-start;
    }

    .breadcrunp .breadcrumb__list li {
        padding-right: 8px;
        white-space: nowrap;
    }

    .breadcrunp .breadcrumb__list li:after {
        content: '>';
        font-size: 1.2rem;
        margin-left: 4px;
    }

    .breadcrunp .breadcrumb__list li:last-child:after {
        content: none;
    }

    .breadcrunp .breadcrumb__list a {
        display: inline-block;
    }

    .breadcrunp .breadcrumb__list span {
        font-size: 1.2rem;
        display: inline-block;
    }

    @keyframes line-anim {
        0% {
            width: 0%;
        }

        60% {
            width: 100%;
        }

        100% {
            width: 100%;
        }
    }

    @-webkit-keyframes line-anim {
        0% {
            width: 0%;
        }

        60% {
            width: 100%;
        }

        100% {
            width: 100%;
        }
    }



    main .page_head {
        margin-top: 0;
        margin-bottom: 60px;
        position: relative;
        padding: 80px 30px 0;
    }

    main .page_head * {
        text-align: center;
    }

    main .page_head .en {
        font-size: 2.4rem;
        /* line-height: 3rem; */
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    main .page_head .title {
        font-size: 1.3rem;
        margin-top: 15px;
    }

    main .page_cover img {
        width: 100%;
    }

    .page_head .text {
        text-align: left;
    }

    .wp-pagenavi {
        text-align: center;
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .wp-pagenavi * {
        font-size: 1.5rem;
    }

    .wp-pagenavi>* {
        margin: 0 4px;
    }

    .wp-pagenavi .current {
        position: relative;
    }

    .wp-pagenavi .current::after {}

    .previouspostslink,
    .nextpostslink {
        font-size: 0;
    }

    .previouspostslink:before {
        transform: rotate(-135deg);
    }


    .header_nav_menu {
        height: 100%;
        top: 0;
        padding-top: 120px;
        background: #BA856A;
        overflow: auto;
        padding-bottom: 70px;
    }
    .reservation_area>.inner {
        flex-direction:column;
        padding: 0 30px;
        gap: 40px;
        padding: 0 30px;
    }





    /* footer */
    #footer {
        padding: 50px 0px 70px;
    }

    #footer .inner {
        flex-direction: column;
    }

    #footer .inner .logo {
        margin: 0 auto 20px;
        width: 207px;
    }
    #footer .sitemap {
        margin-top: 30px;
    }

    #footer .inner .page_list>li {
        margin: 0;
    }

    #footer small {
        margin-top: 20px;
        font-size: 1.1rem;
        letter-spacing: .5px;
    }

    #footer .sitemap .page_list {
        padding: 0 20px;
        flex-direction: column;
    }

    #footer .sitemap .page_list .pages h3 {
        border-bottom: 1px solid #D5D0CB;
        padding: 5px 0 5px;
        margin-bottom: 15px;
        position: relative;
    }

    #footer .sitemap .page_list .pages h3:after {
        content: "+";
        font-size: 2rem;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #footer .sitemap .page_list .pages h3.is-open:after {
        content: '-';
    }

    #footer .sitemap .page_list>.pages {
        margin-bottom: 0px;
    }

    #footer .sitemap .page_list .pages .pages_inner {
        display: none;
        flex-direction: column;
        padding-left: 20px;
    }

    #footer .sitemap .page_list .pages .pages_inner .col {
        width: 100%;
        margin: 0 auto;
    }

    #footer .sns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 30px;
        margin-top: 30px;
    }
    #footer .address {
        text-align: left;
        padding: 0 30px;
        font-size: 1.2rem;
    }
    #footer .sns a{
        text-align: left;
        margin: 0 0;
    }
    #footer .other_page_list {
        padding-top: 40px;
        margin-top: 40px;
    }
    #footer .other_page_list>li {
        padding: 0 3px;
    }

    #footer .other_page_list>li a {
        font-size: 1.1rem;
        margin: 0 3px;
    }

    .pagenation_box.center {
        justify-content: flex-start;
        margin-top: 20px;
        padding: 0 10px;
    }

    .btn_style1 a {
        width: 100%;
        padding: 16px 10px;
        display: inline-block;
    }
    .btn_style2 a {
        width: 100%;
        padding: 11px 10px 12px;
    }

    .reservation_area>.inner .box .btns {
        width: 100%;
    }
    .reservation_area>.inner .box .btn {
        max-width: unset;
    }
    .reservation_area>.inner .box .open {
        height: auto;
    }

    .reserve_section {
        background-image: url(../img/contact_bg-sp.png);
        background-position: left 80px;
        background-size: contain;
        padding-top: 60px;
        padding-bottom: 80px;
        margin-top: 60px;
    }
    .reserve_section .sec_heading {
        margin-bottom: 40px;
    }
    .reserve_section .contact_link {
        margin-top: 60px;
    }
    .reservation_area>.inner .box {
        width: 100%;
    }

    
    main .mv .mv_inner .en {
        font-size: 2.4rem;
        
    }

    main .mv {
        padding: 0;
    }
    main .mv .mv_inner {
        margin-top: 15px;
    }
    main .mv .mv_inner h1 {
        margin-top: 0;
    }

    .slider2 {
        position: relative;
        padding-bottom: 40px;
        padding-right: 30px;
    }
    .slider2 .swiper-pagination {
        text-align: center;
    }

    

    .cat_nav_list {
        padding: 0 30px;
        gap: 10px 20px;
    }
    .cat_nav_list li {
        width: calc(50% - 10px)
    }
    .cat_nav_list li a {
        padding-bottom: 5px;
        padding: 11px 0;
    }
    .filter_nav .cat_nav_list li {
        width: calc(50% - 5px);
    }
    .filter_nav .cat_nav_list li.sp_wide {
        width: 100%;
    }
    .filter_nav .cat_nav_list li select {
        padding: 7px 20px;
        font-size: 1.2rem;
    }

    .common_form {
        padding: 0 30px 100px;
    }
    .common_form .form_box dl {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .common_form .form_box dl dd {
        width: 100%;
    }
    .common_form .radio-block {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .common_form .radio-block > span {
        width: 45%;
        margin: 0 0;
    }
    .common_form .horizontal-item + .horizontal-item {
        margin-left: 0!important;
        margin-bottom: 5px;
    }
    .common_form input[type="text"], .common_form input[type="email"], .common_form textarea {
        padding: 10px 15px;
    }
    .common_form select {
        padding: 10px 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .common_form .note {
        text-align: left;
    }
    .common_form .status_list {
        margin-bottom: 20px;
    }
    .mwform-checkbox-field label, .mwform-radio-field label {
        white-space: nowrap;
    }

    .reservation_area>.inner .box.wide .btns {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .reservation_area>.inner .box.wide .btns .btn {
        width: 100%;
        max-width: unset;
    }
    .reservation_area>.inner .box.wide .tel {
        width: 100%;
    }
    .reservation_area>.inner .box.wide .tel a {
        width: 100%;
        border: 1px solid;
        display: block;
        padding: 10px 10px;
        font-size: 1.5rem;
        border-radius: 5px;
        text-align: center;
    }
    .reserve_bg_wrap {
        background-size: 1000px;
        background-position: -230px bottom;
        padding-top: 0;
    }
    .info_section {
        padding: 60px 0;
    }
    .info_section .info_area .heading {
        margin-bottom: 40px;
        padding: 0 30px;
    }
    .info_section .info_area .inner {
        padding: 0 30px;
        flex-direction: column;
    }
    .info_section .info_area .inner .exp {
        width: 100%;
    }
    .info_section .info_area .inner .box .small_title {
        width: 80px;
    }
    .info_section .info_area .inner .box .cont {
        width: calc(100% - 80px);
    }
    .info_section .schedules {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .info_section.info_section_shirokane-zensou .info_area .inner .schedules {
        width: 100%;
    }
    .info_section.info_section_shirokane-zensou .info_area .inner .exp {
        width: 100%;
    }
    .info_section.info_section_shirokane-zensou .info_area .inner .exp h2 {
        margin-bottom: 30px;
    }
    .info_section .box.sns {
        margin-top: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .info_section .box.sns a{
        margin-bottom: 15px;
    }
    .info_section .info_area .heading .btn a {
        width: 100%;
    }

    .fixed_links {
        background-color: transparent;
        padding: 0 5px;
        bottom: 5px;
    }
    .fixed_links .inner .tel a {
        font-size: 0;
        width: 50px;
        height: 50px;
        background-color: #BA856A;
        display: block;
        border-radius: 5px;
        background-image: url(../img/tel.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .fixed_links .inner {
        gap: 5px;
    }
    .fixed_links .reserve_btns {
        order: -1;
        width: 100%;
    }
    .fixed_links .inner .btn_style1 a {
        width: 100%;
        max-width: unset;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: right 20px center;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .topics_section {
		margin-top: 60px;
	}
	.topics_section .heading {
		margin-bottom: 40px;
	}
	.topics_section .inner {
		flex-direction: column;
		padding: 0px 30px;
		gap: 0;
		/* padding-right: 0; */
	}

	.topics_section .inner .topics_list {
		width: 100%;
	}

	.topics_section .inner .topics_list li {
		margin-bottom: 15px;
	}
	.topics_section .inner .topics_list li a {
		flex-direction: column;
		gap: 5px;
	}
    .faq_section {
        margin: 70px auto 70px;
    }
    .faq_section .inner {
        flex-direction: column;
        gap: 40px;
    }
    .faq_section .inner .heading {
        width: 100%;
        padding: 0 30px;
    }
    .faq_section .inner .heading * {
        text-align: left;
    }
    .faq_section .inner .box {
        width: 100%;
        padding-left: 30px;
        padding-right: 0px;
    }
    .faq_section .inner .faq_list .q {
        padding-right: 30px;
    }
    .faq_section .inner .faq_list .a {
        padding-right: 30px;
    }

    .report_slider {
        padding: 0 0px 40px;
        position: relative;
    }

    .bridalfair {
        padding-top: 70px;
        padding-bottom: 100px;
        margin-top: 70px;
    }
    .bridalfair .btn {
        width: calc(100% - 60px);
        margin: 40px auto 0;
    }

    .swiper-button-next {
        right: 17px;
    }
    .swiper-button-prev {
        left: 17px;
    }
}


@media (min-width: 1180px) and (max-width: 1280px) {
    .header_wedding .gmenu > li a .ja {
        font-size: 1.1rem;
    }
}

@media (max-width: 1180px) {
    .gmenu > li {
        display: none;
    }
    #header .triger_wrap {
        display: block;
    }
    .header_wedding .gmenu {
        padding-right: 0;
    }
    #header .triger_wrap {
        display: block;
    }
    #header .reserve {
        display: block;
        position: relative;
    }
}
