@charset "utf-8";

/*================================
	Layout, Elements
================================*/
:root {
    --owt: #F4F0EA;
    --wt: #fff;
    --bk: #333;
    --green: #72846E;
    --dark-green: #5C665A;
    --dark-green-bg: rgba(92, 102, 90, .7);
    --line-gray: #CFC7BB;
    --line-wt: rgba(255, 255, 255, 0.5);
    --brawn: #ABA499;
    --line-wt: rgba(255, 255, 255, 0.5);
}


.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: var(--bk);
    font-size: 1.4rem;
    box-sizing: border-box;
    letter-spacing: .1rem;
    line-height: 1.6;
    border-radius: 0
}

html {
    font-size: 10px;
    background: var(--owt);
    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 var(--bk);
    background-color: var(--wt)
}

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 var(--line-gray);
}

@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: var(--dark-green); */
}

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: var(--wt) !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: var(--wt) !important;
}

.bar_effect2 .active span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-315deg);
    transform: translateY(17px) rotate(-315deg);
    background: var(--wt) !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: var(--wt) !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);
}

.down_arrow {
    position: absolute;
    bottom: 60px;
    right: 30px;
    text-align: center;
}
.down_arrow .inner {
    display: flex;
    align-items: center;
}
.down_arrow p{
    font-size: 1.2rem;
    color: var(--wt);
    letter-spacing: 2px;
    margin-right: 13px;
}
.scroll_signal {
    height: 50px;
    width: 1px;
    background-color: var(--line-gray);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.scroll_signal span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    width: 2px;
    margin: auto;
    background-color: var(--wt);
    animation: scroll-signal 1s infinite;
}

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

    100% {
        top: 105%;
        opacity: 0;
    }
}

@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 {
}

: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: var(--owt);
    z-index: 99999;
}
#header.trans {
    background: transparent;
    padding: 40px 0px 0 0px;
}
#header .logo a img.is-white {
    display: none;
}
#header.trans .logo a img.is-white {
    display: block;
}
#header .logo a img.is-color {
    display: block;
}
#header.trans .logo a img.is-color {
    display: none;
}

#header.trans .gmenu>li>a span.ja {
    color: var(--wt);
}


#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;
}

.triger_wrap .menu-trigger {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    transition: all .3s;
}
.triger_wrap .menu-trigger:before {
    content:'';
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.2);
    margin: auto;
    border-radius: 100%;
}
.triger_wrap .menu-trigger:before {
    background:rgba(49, 42, 40, .2);
}

.mobilenav {
    display: none;
    position: fixed;
    height: calc(100vh - 0px);
    top: 0px;
    left: auto;
    right: 0;
    width: 100%;
    z-index: 80;
    background-color: var(--owt);
    width: 100%;
    padding: 90px 30px 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 var(--line-gray);
    background-image: url(../img/btn_arrow2.svg);
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: right center;
    font-size: 1.3rem;
}

.mobilenav .sitemap .page_list .pages .pages_inner .col a {
    color: var(--bk);
}

.mobilenav_inner .contact_area {
    padding: 0 0 0;
    margin-top: 10px;
}
.mobilenav_inner .contact_area h2 {
    display: none;
}
.mobilenav_inner .contact_area .btns,
.mobilenav_inner .contact_area .tel
{
    padding: 0;
}
.mobilenav_inner .sitemap .other_links {
    display: none;
}



#header .triger_wrap span {
    background-color: var(--wt);
    height: 2px;
    width: 19px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s;
}

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

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

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

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

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

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

#header .triger_wrap.active span {background: var(--bk);}

.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: 0 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; */
    margin-right: 35px;
}
.gmenu>li>a span {
    /* width: 130px; */
}
.gmenu>li>a span.en {
    display: block;
    font-size: 1.1rem;
    color: var(--bk);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.1px;
    border-bottom: 1px solid var(--line-gray);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.gmenu>li>a span.ja {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: 0.5px;
    display: block;
}

#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;
    /* margin-right: 40px; */
}


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

#header .top_nav a.nolink:hover{
    opacity:1;
}

.hover_menu_open {
    position: relative;
}

.hover_menu {
    position: absolute;
    left: 0;
    padding-top: 0px;
    display: none;
    padding: 15px 0 15px;
    background: #F4F0EA;
    padding-right: 0;
}

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



.hover_menu .menu_list li a {
    padding: 10px 0px;
    border-bottom: 1px solid var(--line-gray);
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    background: transparent;
    width: auto;
    padding-right: 40px;
    margin-left: 20px;
    /* min-width: 235px; */
    margin-bottom: 10px;
}

.hover_menu .menu_list li a i {
    color: inherit;
    font-size: inherit;
    margin-left: 4px;
    opacity: .7;
    transform: scale(.7);
}


.header_nav_menu {
    display: none;
    position: fixed;
    top: 102px;
    left: auto;
    right: 0;
    width: 100%;
    z-index: 90;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-color: var(--owt);
    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 var(--line-gray);
    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;
}

.contact_area {
    padding: 120px 0 50px;
    background-color: var(--owt);
    position: relative;
}
.contact_area h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.contact_area h2 img {
    display: inline-block;
}
.contact_area h2:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--line-gray);
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact_area .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact_area .btns .btn {
    display: inline-block;
}
.contact_area .btns .btn a {
    text-align: center;
    display: inline-block;
    color: var(--owt);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.13rem;
    border-radius: 5px;
    padding: 16px 10px;
    background-color: var(--green);
    border: 1px solid var(--green);
    width: 300px;
    transition: all .3s;
    position: relative;
}
.contact_area .btns .btn a:hover {
    background-color: var(--wt);
    color: var(--green);
    border: 1px solid var(--green);
    opacity: 1;
}
.contact_area .btns .btn.recruit a {
    background-color: var(--dark-green);
    border: 1px solid var(--dark-green);
    background-position: calc(100% - 40px) center;
}
.contact_area .btns .btn.recruit i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: var(--wt);
    transition: all .3s;
}
.contact_area .btns .btn.recruit a:hover {
    background-color: var(--wt);
    color: var(--dark-green);
    border: 1px solid var(--dark-green);
    opacity: 1;
}
.contact_area .btns .btn.recruit a:hover i {
    color: var(--dark-green);
}
.contact_area h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-top: 40px;
}
.contact_area .tel {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.contact_area .tel i {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #72846E;
    background-color: rgba(114, 132, 110, 0.2);
    padding: 9px;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    vertical-align: middle;
    justify-content: center;
    margin-bottom: 5px;
}
.contact_area .tel a {
    font-size: 3rem;
    letter-spacing: 4px;
    color: var(--green);
    width: 100%;
}
.contact_area .time {
    text-align: center;
}

#footer {
    padding: 100px 0 120px;
    position: relative;
    background-color: rgba(92, 102, 90, 0.9);
}
#footer > .inner {
    display: flex;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}
#footer > .inner > .company_info {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid var(--line-wt);
    min-width: 280px;
}
#footer > .inner > .company_info h3 {
    color: var(--wt);
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 5px;
}
#footer > .inner > .company_info p {
    color: var(--wt);
    font-size: 1.3rem;
    letter-spacing: 1px;
}

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

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

.sitemap .page_list {
	display: flex;
	justify-content: flex-start;
	max-width: 1300px;
	margin: 0 auto;
	gap: 40px 3%;
}
.sitemap .page_list .pages h3 {
	font-size: 1.3rem;
	color: var(--owt);
	margin-bottom: 15px;
	white-space: nowrap;
	letter-spacing: 1.3px;
	border-bottom: 1px solid rgba(245, 243, 237, 0.47);
	padding-bottom: 10px;
}
.sitemap .page_list .pages .pages_inner {
	display: flex;
	gap: 30px;
	min-width: 200px;
	flex-wrap: wrap;
}
.sitemap .page_list .pages .pages_inner .col:last-of-type {
	margin-right: 0;
}
.sitemap .page_list .pages .pages_inner .col li {
	padding-bottom: 10px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	white-space: nowrap;
}
#footer .sitemap .page_list .pages .pages_inner .col li {
	color: var(--wt);
}
.sitemap .page_list .pages .pages_inner .col li a {
	font-size: 1.2rem;
	letter-spacing: 1px;
	white-space: nowrap;
	color: var(--wt);
}
.sitemap .page_list .pages .pages_inner .col a i {
	color: inherit;
	font-size: inherit;
	margin-left: 4px;
	opacity: .7;
	transform: scale(.7);
}

#footer small {
    display: block;
    font-size: 1.1rem;
    color: var(--wt);
	text-align:center;
}

@media screen and (min-width: 737px) {

	.sitemap {
		position:relative;
	}
	.sitemap .page_list .pages .pages_inner .col li.child {
		height:34px;
		line-height:32px;
		padding-left: 15px;
		padding-bottom: 0;
		border-left:1px solid var(--line-wt);
		position:relative;
	}
	.sitemap .page_list .pages .pages_inner .col li.child:before {
		content:"";
		display:block;
		width:8px;
		height:1px;
		background:var(--line-wt);
		position:absolute;
		left:0;
		bottom:50%;
	}
	.sitemap .page_list .pages .pages_inner .col li.child:last-child {
		height:17px;
	}
	.sitemap .page_list .pages .pages_inner .col li.child:last-child:before {
		bottom:0;
	}

	#footer small {
		position: absolute;
		bottom: 0;
		right: 0;
		text-align:right;
	}

}

.breadcrunp {
    position: relative;
    z-index: 1;
    /* margin-bottom: 40px; */
    border-top: 1px solid rgba(245, 243, 237, 0.47);
    border-bottom: 1px solid rgba(245, 243, 237, 0.47);
    background-color: var(--owt);
    color: var(--bk);
}

.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;
}

.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;
}
.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;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    word-break: break-all;
}

.page_head {
    padding: 150px 0 0;
    margin-bottom: 60px;
}

.page_head * {
    text-align: center;
}

.page_head .en {
    color: var(--green);
    font-size: 1.6rem;
    line-height: 2rem; /* 80% */
    letter-spacing: 2px;
    text-align: center;
    /* text-transform: uppercase; */
}

.page_head .title {
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    /* line-height: 2.4rem; */ /* 184.615% */
    /* letter-spacing: 0.065rem; */
    margin-top: 20px;
    letter-spacing: 3px;
}
.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: 30px;
    margin-bottom: 0;
}

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

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

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

main .page_cover img {
    width: 100%;
}

.page_head .view_more a {
    width: 420px;
}
.page_head hr {
    border-top: 1px dashed var(--line-gray);
    max-width: 870px;
    margin: 30px auto;
}

main .mv_style1 {
	position: relative;
	height: 100vh;
	position: relative;
	min-height: 780px;
	overflow: hidden;
}
main .mv_style1 > picture {
    display: block;
    height: 100%;
}
main .mv_style1 > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .mv_style1 .mv_inner {
    position: absolute;
    width: 100%;
}
main .mv_style1 .subtitle {
	text-align: right;
	margin-right: 100px;
}
main .mv_style1 .subtitle img {
	display: inline-block;
}
main .mv_style1 .title span {
	color: var(--wt);
	font-size: 1.4rem;
	letter-spacing: 2px;
}
main .mv_style1 .title span.en {
	font-size: 1.3rem;
	letter-spacing: 2px;
}
main .mv_style1 .title span.en:after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: var(--line-wt);
	margin: 5px 14px;
}
main .mv_style1 .title {
	color: #fff;
	text-align: right;
	font-size: 1.5rem;
	padding-right: 100px;
	margin-top: 50px;
	line-height: 2.5em;
	letter-spacing: 2px;
}
main .mv_style1 .mv_inner {
	bottom: 27%;
	z-index: 2;
	left: 10%;
	transform: unset;
	top: auto;
	border-bottom: 1px solid var(--line-wt);
	padding-bottom: 30px;
	padding-right: 20px;
}
main .mv_style1 .mv_inner .en{
	color: var(--wt);
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
main .mv_style1 .mv_inner .en_title {
	color: var(--wt);
	font-size: 3.6rem;
	letter-spacing: 4px;
}
main .mv_style1 .mv_inner .title {
	color: var(--wt);
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 0px;
}

.pagination {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .page-numbers {
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    background-color: var(--owt);
    color: var(--green);
    border-radius: 5px;
    padding: 6px 7px 4px;
    margin: 0 10px;
    transition: all .3s;
}
.pagination .page-numbers.current {
    background-color: var(--green);
    color: var(--owt);
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    font-size: 0;
    color: transparent;
    background-color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow-r.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.pagination .page-numbers.prev {
    background-image: url(../img/arrow-l.svg);
}

.single_page_nav {
    margin-top: 100px;
    padding-top: 30px;
    border-top: 1px solid var(--line-gray);
    /* margin-bottom: 140px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.single_page_nav .nav_link {
    width: 60px;
}

.single_page_nav .back_link {
    margin: 0;
}

.view_more.back_link a {
    text-align: center;
}
.view_more.back_link a:before {
    left: 20px;
}
.view_more.back_link a:after {
    left: 20px;
    right: auto;
}

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

.single_page_nav .nav_link a {
    font-size: 1.3rem;
    color: var(--green);
    position: relative;
}

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

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

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

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

.single_content h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    margin-top: 40px;
    line-height: 2em;
    font-family: "Noto Serif JP", serif;

}
.single_content h3 {
	font-size: 1.6rem;
	color: var(--green);
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--line-gray);
	margin-bottom: 15px;
	margin-top: 40px;
    font-family: "Noto Serif JP", serif;
}
.single_content p {
    font-size: 1.3rem;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 20px;
}
.single_content a {
    font-size: inherit;
    display: inline!important;
    line-height: inherit;
    text-decoration: underline;
    color: var(--green);
}
.single_content strong,
.single_content em
 {
    font-size: inherit;
    display: inline!important;
    line-height: inherit;
}
.single_content em {
    font-style: italic;
}
.single_content .gallery {
    margin: 20px 0 20px;
}
.single_content .gallery img {
    width: 100%;
    border-radius: 5px;
}
.single_content .gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single_content .gallery .gallery_item {
    width: 100%;
}
.single_content .gallery.multi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}



.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: var(--wt);
    background-image: url(../img/logo_c.png);
    background-size: 120px;
    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: var(--wt);
    padding: 10px 0;
    border-bottom: 1px solid rgba(245, 243, 237, 0.47);
    display: block;
    width: 100%;
    background-image: url(../img/btn_arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}



.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: var(--green);
}
.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 var(--line-gray);
    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 .view_more {
    margin-top: 20px;
}
main .view_more a {
    display: inline-block;
    color: var(--owt);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.13rem;
    border-radius: 5px;
    padding: 16px 20px;
    background-color: var(--green);
    border: 1px solid var(--green);
    width: 300px;
    transition: all .3s;
    position: relative;
}
main .view_more a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--owt);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: all .5s;
    transition-delay: .25s;
}
main .view_more a::before {
    content: '';
    width: 37px;
    height: 1px;
    background-color: var(--owt);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: all .4s ease-in-out;
}
main .view_more.white a {
    background-color: var(--owt);
    color: var(--green);
    border: 1px solid var(--owt);
}
main .view_more.white a:after,
main .view_more.white a::before {
    background-color: var(--green);
}

.view_more a:hover {
    opacity: .7;
}
.view_more a:hover::after {
    transform: scale(2.2);
}
.view_more a:hover::before {
    width: 0;
}

.common_form {
    max-width: 920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 70px;
  }
  .common_form h2 {
    text-align: center;
    padding: 0;
    border-bottom: none!important;
    margin: 0 0 40px!important;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .common_form .steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .common_form .steps .step {
    width: 180px;
    text-align: center;
    font-size: 1.2rem;
    background-color: var(--owt);
    padding: 13px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common_form .steps .step:after {
    content: '';
    background-image: url(../../common/img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
  }
  .common_form .steps .step:last-of-type:after {
    display: none;
  }
  .common_form .inner > .text {
    text-align: center;
    font-size: 1.3rem;
    margin: 20px 0;
    line-height: 2.3rem;
  }
  
  .common_form .form_input_area {
    border: none;
    margin-top: 30px;
  }
  .common_form .form_input_area .text {
      font-size: 1.3rem;
      margin-bottom: 20px;
  }
  .common_form .form_input_area .text a {
      text-decoration: underline;
      font-size: inherit;
  }
  .common_form .form_input_area .text span {
    color: var(--green);
    font-size: 1.1rem;
  }
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 auto 5px;
  }
  .common_form .form_input_area .must .q:after {
    content: "※";
    color: var(--green);
    margin-left: 5px;
    font-size: 1.2rem;
    vertical-align: top;
  }
  .common_form .input_box {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .common_form .input_box .q {
    width: 160px;
    font-size: 1.3rem;
  }
  .common_form .input_box .answer {
    width: calc(100% - 160px);
  }
  .common_form .input_box .answer .memo {
    font-size: 1.2rem;
    color: #484848;
    letter-spacing: 0;
  }
  .common_form .input_box .answer input[type="text"],
  .common_form .input_box .answer input[type="email"],
  .common_form .input_box .answer input[type="tel"],
  .common_form .input_box .answer textarea
   {
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    font-size: 1.3rem;
    padding: 9px 12px 8px;
    width: 100%;
    max-width: 300px;
  }
  .common_form .input_box .answer select {
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    font-size: 1.3rem;
    padding: 9px 12px 8px;
    width: 300px;
    background-image: url(../img/arrow-b.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
  }
    .common_form .input_box .answer textarea {
    width: 100%;
    max-width: unset;
  }
  .common_form .input_box .answer.wide input {
    width: 100%;
    max-width: unset;
  }
  .common_form .wpcf7-not-valid-tip {
      font-size: 1.1rem;
      font-weight: 700;
      /* position: absolute; */
      left: 0;
      bottom: -17px;
      letter-spacing: 1px;
  }
  
  .common_form .wpcf7-not-valid-tip:before {
      font-family: "Font Awesome 5 Free";
      content: "\f06a";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      margin-right: 3px;
  }
    .common_form .privacy {
        text-align: center;
    }
    .common_form .privacy a {
        color: var(--green);
        border-bottom: 1px dashed var(--green);
    }
    .common_form .submit {
        text-align: center;
        margin-top: 40px;
    }
    .common_form .submit .btn_wrap {
        position: relative;
        display: inline-block;
        text-align: center;
        max-width: 420px;
        transition: all .5s;
        width: 100%;
    }
    .common_form .wpcf7-spinner {
        position: absolute;
        right: -70px;
    }
    .common_form .submit .btn_wrap input {
        padding: 25px 0;
        background-color: var(--green);
        color: var(--owt);
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 2px;
        border-radius: 5px;
        border: none;
        text-align: center;
        width: 100%;
        display: block;
    }
    .common_form .submit .btn_wrap:before {
        content: '';
        width: 37px;
        height: 1px;
        background-color: var(--line-gray);
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none;
        transition: all .5s;
    }
    .common_form .submit .btn_wrap:hover {
        opacity: .7;
    } 
    .common_form .submit .btn_wrap:after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: var(--owt);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0;
        transition: all .5s;
        transition-delay: .25s;
        pointer-events: none;
    }
    .common_form .submit .btn_wrap:hover:before {
        width: 0;
    }
    .common_form .submit .btn_wrap:hover:after {
        transform: scale(2.2);
    }
    .common_form .wpcf7-radio .wpcf7-list-item {
        display: inline-block;
        margin-right: 20px;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        background-color:#dc3232;
        color: #fff;
        text-align: center;
        padding: 15px 15px;
        font-size: 1.3rem;
        font-weight: bold;
        border: none;
        border-radius: 5px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        background-color:#46b450;
        color: #000;
        text-align: center;
        padding: 15px 15px;
        font-size: 1.3rem;
        font-weight: bold;
        border: none;
        border-radius: 5px;
    }

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

.faq_section .inner .faq_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 930px;
    padding: 0 30px;
    margin: 0 auto;
}
.faq_section .inner .faq_list > li {
    margin-bottom: 25px;
}
.faq_section .inner .faq_list .q {
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
	border-bottom: 1px solid var(--line-gray);
	padding-right: 7%;
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.faq_section .inner .faq_list .q:after {
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    bottom: 17px;
    right: 0;
    background-image: url(../img/arrow-b.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.faq_section .inner .faq_list .q.is-active:after {
    transform: rotate(-180deg);
}
.faq_section .inner .faq_list .q:before {
	content: 'Q';
	position: absolute;
	top: -7px;
	left: 0;
	color: var(--green);
	font-size: 2rem;
	font-family: "Libre Baskerville", sans-serif;
}

.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%;
	padding-top: 10px;
	font-size: 1.3rem;
	line-height: 2em;
    position: relative;
}
.faq_section .inner .faq_list .a:before {
	content: 'A';
	position: absolute;
	top: 11px;
	left: 2px;
	color: var(--green);
	/* font-size: 2rem; */
	font-size: 1.6rem;
	font-family: "Libre Baskerville", "Noto Sans JP", sans-serif;
}
.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: rgba(244, 240, 234, 0.88);
    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;
}

.initiative_entry {
    height: 100%;
}
.initiative_entry .img {
    margin-bottom: 15px;
    aspect-ratio: 359 / 240;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url(../img/logo_c.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px;
}
.initiative_entry .text_box {
    margin-bottom: 20px;
}
.initiative_entry .img img {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    object-position: center center;
    /* height: 100%; */

}
.initiative_entry a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.initiative_entry .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}
.initiative_entry .date  {
    font-size: 1.3rem;
    color: var(--green);
    padding-top: 2px;
}
.initiative_entry .meta .cat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.initiative_entry .meta .cat .cat_item {
    font-size: 1.2rem;
    background-color: var(--wt);
    color: var(--green);
    font-weight: 700;
    padding: 2px 6px;
    letter-spacing: 0;
}
.initiative_entry .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 2px;
}
.initiative_entry .excerpt {
    font-size: 1.3rem;
    line-height: 2.4rem;
}
.initiative_entry .more {
    display: inline-block;
    color: var(--owt);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.13rem;
    border-radius: 5px;
    padding: 16px 20px;
    background-color: var(--green);
    border: 1px solid var(--green);
    max-width: 280px;
    transition: all .3s;
    position: relative;
    margin-top: auto;
}
.initiative_entry .more::before {
    content: '';
    width: 37px;
    height: 1px;
    background-color: var(--owt);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: all .4s ease-in-out;
}
.initiative_entry .more:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--owt);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: all .5s;
    transition-delay: .25s;
}


.project_entry {
    height: 100%;
}
.project_entry .img {
    margin-bottom: 15px;
    aspect-ratio: 359 / 240;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url(../img/logo_c.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.project_entry .img img {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    object-position: center center;
    /* height: 100%; */
}
.project_entry .img .new_tag {
    position: absolute;
    background-color: var(--green);
    color: var(--wt);
    width: 42px;
    height: 42px;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .2px;
}
.project_entry a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.project_entry .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}
.project_entry .date  {
    font-size: 1.3rem;
    color: var(--green);
    padding-top: 2px;
}
.project_entry .meta .cat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.project_entry .meta .cat .cat_item {
    font-size: 1.2rem;
    color: var(--green);
    border: 1px solid var(--green);
    font-weight: 700;
    padding: 2px 6px;
}
.project_entry .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 2px;
}
.project_entry .excerpt {
    font-size: 1.3rem;
    line-height: 2.4rem;
}


.news_entry {
    height: 100%;
}
.news_entry .img {
filter: grayscale(100%);
    aspect-ratio: 360 / 237;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url(../img/logo_c.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px;
    border-radius: 5px;
    width: 47.4%;
    overflow: hidden;
}
.news_entry .img:hover {
filter: grayscale(0);
}
.news_entry .text_box {
    /* margin-bottom: 20px; */
    padding-left: 5%;
    width: 52.6%;
    display: flex;
    flex-direction: column;
}
.news_entry .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}
.news_entry a {
    display: flex;
    /* flex-direction: column; */
    height: 100%;
    align-items: flex-start;
}
.news_entry .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}
.news_entry .date  {
    font-size: 1.3rem;
    color: var(--green);
    padding-top: 3px;
}
.news_entry .meta .cat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.news_entry .meta .cat .cat_item {
    font-size: 1.2rem;
    color: var(--green);
    /* font-weight: 700; */
    padding: 1px 15px 2px;
    letter-spacing: 1px;
    border: 1px solid;
    border-radius: 5px;
}
.news_entry .meta .cat .cat_item.business_cat_item {
    background-color: var(--green);
    color: var(--wt);
    border-color: var(--green);
}
.news_entry .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 2px;
    color: var(--green);
    display: -webkit-box;
    -webkit-box-orient: vertical;      /* 垂直方向に配置 */
    overflow: hidden;                  /* 溢れた部分を隠す */
    text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 2;
}
.news_entry .excerpt {
    font-size: 1.3rem;
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.news_entry .more {
    display: inline-block;
    color: var(--green);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.13rem;
    padding: 16px 20px 12px;
    border-bottom: 1px solid var(--green);
    max-width: 211px;
    transition: all .3s;
    position: relative;
    margin-top: auto;
    width: 100%;
    padding-left: 0;
    margin-top: auto;
}
.news_entry .more::before {
    content: '';
    width: 37px;
    height: 1px;
    background-color: var(--green);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto 0;
    transition: all .4s ease-in-out;
}
.news_entry .more:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--green);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto 0;
    transition: all .5s;
    transition-delay: .25s;
}

@media screen and (max-width: 1250px) {
    .gmenu>li {
        margin: 0 10px;
    }
    .header_wedding .gmenu > li {
        margin: 0 3px;
    }
}


.fixed_mv {
	position: fixed;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100%;
	background-image: url(../../common/img/loading_icon.svg);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: center center;
	background-color: var(--dark-green);
}
.fixed_mv picture {
    height: 100%;
    width: 100%;
}
.fixed_mv video,
.fixed_mv picture img {
	height: 100%;
	object-fit: cover;
	min-width: 100%;
	width: 100%;
}

/*---------------------------------------------------------------*\
	$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;
    }

    .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 {
        padding: 0;
    }
    #header .top_nav {
        justify-content: space-between;
        padding-left: 20px;
    }

    #header .logo {
        width: 103px;
    }

    #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: 40px;
        position: relative;
        padding: 120px 20px 0;
    }

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

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

    main .page_head .title {
        font-size: 2.2rem;
        margin-top: 15px;
        letter-spacing: 2px;
    }

    main .page_cover img {
        width: 100%;
    }

    .page_head .text {
        text-align: left;
    }
    .page_head .text.center {
        text-align: center;
    }
    .page_head .view_more a {
        width: 100%;
    }


    .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;
    }

    .contact_area .btns {
        padding: 0 30px;
    }
    .contact_area .btns .btn {
        width: 100%;
    }
    .contact_area .btns .btn a {
        width: 100%;
    }

    .contact_area .tel {
        padding: 0 30px;
    }
    .contact_area .tel a {
        border: 1px solid var(--dark-green);
        padding: 7px 0 4px;
        font-size: 2rem;
        border-radius: 5px;
    }



    .contact_area .btns {
        flex-direction: column;
    }


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

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

    #footer .inner .logo {
        margin: 0 auto 20px;
        /* width: 207px; */
    }
    #footer > .inner > .company_info {
        width: 100%;
        margin: 0 auto 0px;
        border: none;
        padding: 0 0 40px;
        border-bottom: 1px solid var(--line-wt);
    }
    #footer > .inner > .company_info p {
        padding: 0;
        margin-top: 0;
    }
    #footer .sitemap {
        margin-top: 30px;
    }

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

    #footer small {
        margin-top: 20px;
        font-size: 1rem;
        letter-spacing: .5px;
        width: calc(100% + 40px);
        margin-left: -20px;
        border-top: 1px solid var(--line-gray);
        padding: 30px 20px 0;
        margin-top: 40px;
    }

    .sitemap .page_list {
        flex-direction: column;
    }

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

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

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

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

    .sitemap .page_list .pages .pages_inner {
        /* display: none; */
        flex-direction: column;
        /* padding-left: 20px; */
        gap: 0;
    }

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

    .sitemap .page_list .pages .pages_inner .col li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--line-wt);
    }
    .sitemap .page_list .pages .pages_inner .col li.child {
        margin-left: 2rem;
    }

    .sitemap .page_list .pages .pages_inner .col.other_links {
        margin-top: 20px;
    }
    .sitemap .page_list .pages .pages_inner .col.other_links li {
        margin-bottom: 10px;
        padding-bottom: 0;
        border: none;
    }

    #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;
    }


    main .view_more a {
        width: 100%;
        padding: 21px 25px;
    }


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

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


    main .mv_style1 {
		height: 480px;
		min-height: unset;
	}
	main .mv_style1 .mv_inner {
		padding: 0 0px 20px;
		left: 20px;
	}
	main .mv_style1 .mv_inner .en {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	main .mv_style1 .mv_inner .en_title {
		font-size: 2.5rem;
	}
	main .mv_style1 .subtitle {
		margin-right: 0;
		text-align: left;
	}
	main .mv_style1 .title {
		padding-right: 0;
		text-align: left;
		font-size: 1.4rem;
		margin-top: 20px;
	}

    main .sp_mv_style1 {
        height: unset;
        padding-top: 80px;
    }
    main .sp_mv_style1 .mv_inner picture {
        display: block;
    }
    main .sp_mv_style1 .mv_inner {
        position: static;
        bottom: 0;
        top: 0;
        background-color: var(--owt);
        left: 0;
        top: 0;
        margin: 0 auto;
        padding: 40px 20px 30px;
        border-bottom: none;
    }
    main .sp_mv_style1 .mv_inner .en_title {
        color: var(--green);
        font-size: 2rem;
        letter-spacing: 1px;
    }
    main .sp_mv_style1 .mv_inner .en {
        color: var(--green);
        font-size: 1.3rem;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }
    main .sp_mv_style1 .mv_inner .title {
        color: var(--green);
        font-size: 1.3rem;
    }

    .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: 60px 20px 60px;
    }
    .common_form h2 {
        font-size: 2rem;
    }
    .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;
    }
    .common_form .input_box .answer {
        width: 100%;
        margin-top: 10px;
    }
    .common_form .input_box .answer input[type="text"], .common_form .input_box .answer input[type="email"], .common_form .input_box .answer input[type="tel"], .common_form .input_box .answer textarea {
        max-width: unset;
    }
    .common_form .input_box .answer select {
        max-width: unset;
        width: 100%;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        text-align: left;
    }


    .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;
        font-size: 1.3rem;
        padding-left: 30px;
    }
    .faq_section .inner .faq_list .q:before,
    .faq_section .inner .faq_list .a:before
    {
        font-size: 1.6rem;
    }
    .faq_section .inner .faq_list .q:before {
        top: -4px;
    }
    .faq_section .inner .faq_list .a {
        padding-right: 30px;
        font-size: 1.3rem;
        line-height: 1.8em;
    }

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

    .single_content .gallery.multi {
        gap: 5px;
    }

    .single_page_nav {
        flex-wrap: wrap;
    }
    .single_page_nav .back_link {
        order: 2;
        width: 100%;
        margin-top: 30px;
    }

    .news_entry a {
        flex-direction: column;
    }
    .news_entry a .img {
        width: 100%;
    }
    .news_entry a .text_box {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .news_entry .title {
        font-size: 1.8rem;
    }



}


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

@media (max-width: 973px) {
    .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;
    }

    .mobilenav .sitemap .page_list .pages .pages_inner {
        flex-direction: column;
        gap: 10px;
    }
    .mobilenav .sitemap .page_list .pages {
        width: 100%;
    }
    .mobilenav .sitemap .page_list .pages .pages_inner li {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--line-gray);
    }
    .mobilenav_inner .btns {
        flex-direction: column;
    }
    .mobilenav_inner .contact_area .btns .btn {
        width: 100%;
    }
    .mobilenav_inner .contact_area .btns .btn a {
        width: 100%;
        display: block;
    }

    
}

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