@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}
body {
    color: #000;
    /* font-family: 'Shippori Mincho B1', YuGothic, Meiryo, 'メイリオ', sans-serif; */
    font-family: 'HiraMinPro-W6','HiraMinProN-W6','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
    font-feature-settings: 'palt';
    line-height: 1.4em;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}


/* スクロールアニメーション */
.off{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}

@media(min-width: 769px) {
    body {
        min-width: 1400px;
        line-height: 2em
    }
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#debug:target {
    position: fixed;
    top: 0;
    left: 0;
    width: 1505px;
    height: 2px;
    content: '';
    background: red;
    z-index: 9999
}
@media(max-width: 768px) {
    [data-pc] {
        display: none !important
    }
}
@media(min-width: 769px) {
    [data-sp] {
        display: none !important
    }
}
[data-none] {
    display: none !important
}
[data-bb-accordion][data-bb-accordion='false'] [data-bb-accordion-inner] {
    height: 0 !important;
    filter:blur(8px);
    opacity: 0;
    overflow: hidden
}
[data-bb-accordion] [data-bb-accordion-inner] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: height 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-accordion] [data-bb-btn-open] {
    cursor: pointer
}
@media(min-width: 769px) {
    [data-bb-accordion][data-bb-accordion-sp] [data-bb-accordion-inner] {
        height: auto !important;filter:none !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}
#header {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 10px;
    z-index: 10
}
@media(min-width: 769px) {
    #header {
        height: 80px;
        font-size: 14px;
        line-height: 1.2em
    }
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #fff
}
@media(min-width: 769px) {
    #header .inner {
        padding: 16px 44px;
        min-width: 1400px;
        height: 80px
    }
}
@media(max-width: 768px) {
    img{
        width: 100%;
    }
}

/* toggle */

.acd-check{
    display: none;
}
.acd-label{
    color: #000;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* top */

header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}

.vertical-writing {
    writing-mode: vertical-rl;
    text-align: start;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}


.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
     margin-bottom: 40px;
}

.pd20 {
    padding: 20px;
}

.fts {
    font-size: 11px;
}


.flex {
    display: flex;
}

.fair-intro-wrapper {
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 15%;
}

.concept-img-01 {
    width: 140px;
    height: 330px;
}

.fari-intro-text {
    font-size: 14px;
}

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

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

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

.justify-space-eve {
    justify-content: space-evenly;
}

.justify-space-bet {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.inside-text {
    font-size: 24px;
    line-height: 1.8;
}

.intro {

}

.intro-content {
    position: relative;
}

.content01-wrapper {
    position: relative;
    top: -15px;
    z-index: -1;
}

.content01 {
    background-image: url(../img/concept/02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 260px;
    padding-left: 40px
}

.head-icon {
    width: 65px;
    height: 65px;
    margin-right: 13px;
}

.special-fair-text {
    font-weight: bold;
    color: #95A17B;
    font-size: 12px;
    padding-bottom: 5px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
}

.special-fair-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    padding-right: 10px;
    font-size: 15px;
}

.special-fair-text-des01 {
    font-size: 11px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    width: fit-content;
    margin: 10px auto 10px;
}

.special-fair-text-des02 {
    font-size: 11px;
}
.special-fair-text-des03 {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 3%;
}

.reservation-button {
    width: 147px;
    height: 42px;
    display: flex;
    background: #95A17B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
}
a.cvbt {
    background: #cfab4c;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    width: 80%;
    display: block;
    margin: 0 auto 15%;
    padding: 10px 0;
}
.fixed_bottom__inner {
    position: relative;
     display: inherit; 
    justify-content: space-around;
     height: inherit; 
    align-items: center;
}
.fixed_bottom {
    position: fixed;
    bottom: 0;
    /* display: flex; */
    left: 0;
    width: 100%;
    /* height: 60px; */
    /* background: #236BB2; */
    z-index: 100;
    background: #000;
    padding: 5px;
}
.fixed_bottom a {
    /* display: none; */
    background: #cfab4c;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    width: 80%;
    display: block;
    /* margin: 0 0% 5% 5%; */
    padding: 10px 0;
    border: none !important;
    height: 53px;
}
p.only-sp.ffb a {
    background: none;
    height: inherit;
    margin: 0 !important;
}
.modal-content__title {
    font-size: 15px !important;
    font-weight: bold;
}
.head-text {
    border-bottom: 3px solid #95A17B;
    width: fit-content;
    margin: 0 auto 25px;
    font-size: 19px;
    padding-bottom: 7px;
    font-weight: normal;
}

.wedding-ceremony01 {
    padding-top: 20px;
}

.wedding-ceremony02 {
    /* padding-top: 20px; */
}

.wedding-ceremony-text01 {
    margin: 20px 0;
}

.wedding-ceremony-text02 {
    font-size: 11px;
}

.wedding-ceremony-text03 {
    font-size: 19px;
}

.side-by-side {
    max-width: 180px;
}

.side-by-side-wrapper {
    margin: 40px 0;
}

.nogi-logo {
    width: 160px;
    height: auto;
}

.support-img {
    width: 150px;
    height: 264px;
}

.support-text {
    padding-top: 31px;
    font-size: 11px;
}

.support-title {
    width: 38px;
    height: 145px;
    margin-right: 30px;
}

.five-senses-title {
    width: 57px;
    height: 222px;
}

.five-senses-img01 {
    width: 160px;
    height: 160px;
    opacity: 0.5;
    position: absolute;
    right: 0;
}

.five-senses-img02 {
    width: 160px;
    height: 160px;
    position: relative;
    top: 151px;
    right: 43px;

}

.five-senses-img-wrapper {
    position: relative;
    width: 180px;
    height: 320px;
}

.five-senses-text {
    padding-top: 31px;
    font-size: 11px;
    margin-left: 30px;
}

.japanese-spirit-img {
    width: 150px;
    height: 150px;
}

.japanese-spirit-title {
    width: 62px;
    height: 212px;
    margin-right: 20px;
}

.japanese-spirit-text {
    padding-top: 31px;
    font-size: 11px;
}

.japanese-spirit-wrapper {
    width: 150px;
}

.head-text02 {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.head-text02::after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    background-color: #95A17B;
    position: absolute;
    bottom: 0;
}

.wedding-style {
    padding: 20px;
}

.wedding-style-wrapper01 {
}

.wedding-style-img-wrapper01 {
    position: relative;
    /* width: 400px; */
    height: 200px;
    margin-bottom: 15px;
}

.wedding-style-img01 {
    position: absolute;
    left: 0;
    width: 205px;
    z-index: 10;
}

.wedding-style-img02 {
    position: absolute;
    width: 205px;
    right: 0;
    bottom: 0;
}

.wedding-style-head {
    text-align: left;
    padding-right: 10px;
}

.wedding-style-text {
    font-size: 11px;
    margin-bottom: 30px;
}

.access {
    /* padding: 30px; */
}

.access-text {
    font-size: 11px;
    margin-bottom: 30px;
}

.access-nogi-logo {
    width: 120px;
    margin-bottom: 30px;
}

.access-map01 {
    margin-bottom: 15px;
}

.access-map02 {

}

.access-background {
    background-color: #95A17B;
    padding: 30px;
    margin-bottom: 25px;
}

.reservation-wrapper:nth-child(3) {
    margin-bottom: 60px;
}

.special-benefit-wrapper {
    background: #95A17B;
    padding-top: 90px;
    position: relative;
    margin-top: -90px;
    z-index: -1;
    margin-bottom: 30px;
}

.hero-image {
    position: relative;
}

.scroll {
    position: absolute;
    bottom: 15%;
    width: 3em;
    height: 1em;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.arrow {
position: absolute;
top: -53px;
left: 42px;
animation: 2s arrow-animation infinite ease-in-out;
width: 1px;
height: 5em;
background: #000;
}

.arrow::after {
content: '';
display: block;
position: absolute;
top: 100%;
height: 12px;
left: 0;
transform-origin: right bottom;
width: 0.5px;
height: 16px;
background-color: #000;
transform: translate3d(0px, -15px, 10px) rotate(30deg);
}

@keyframes arrow-animation {
0% {
    height: 1em;
}
66% {
    height: 5em;
}
}

.grecaptcha-badge {
    visibility: hidden;
}

.wedding-style-img03 {
    margin-bottom: 10px;
}

.wedding-style-img04 {
    margin-bottom: 10px;
}

.footer--copyright {
    font-size: 80%;
}
.kuchicomi {
    width: 90%;
    margin: 0 auto 25px;
}
p.wedding-style-point1img,
p.wedding-style-point2img {
    margin-bottom: 5%;
}
.only-sp{
    display: block;
}
p.only-sp.ffb {
    width: 140px;
    position: absolute;
    bottom: -17px;
    z-index: 2;
    right: -30px;
    /* background: none !important; */
}
.fixed_bottom a {
    /* display: none; */
    background: #cfab4c;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    display: block;
    /* margin: 0 0% 5% 5%; */
    padding: 10px 0;
    border: none !important;
    height: 50px;
}
p.fair_img01 {
    margin-bottom: 5%;
}
p.fair_img02 {
    margin-bottom: 5%;
}
dl.fair_dl {
    display: flex;
    justify-content: space-around;
    width: 85%;
    text-align: center;
    margin: 0 auto 3%;
}

dt.fair_dt {
    width: 25%;
    text-align: left;
}
dd.fair_dd {
    width: 75%;
    text-align: left;
}
dl.fair_dlbox {
    padding: 2% 5%;
    background: #c4d8b7;
        width: 90%;
    margin: 5% auto 10%;
}
p.fair_txt {
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
}
h3.fair_head3 {
    width: fit-content;
    margin: 0 auto 5%;
    background: #c4d8b7;
    padding: 2% 5%;
}
p.fair_img03 {
    margin-bottom: 5%;
    width:99%;
}
.special_slide {
    width: 95%;
    margin: 0 auto;
}
.input_100 {
    margin-bottom: 21px !important;
}

.modal-content__form-box {
    padding: 0 15px !important;
    text-align: left;
}
a.lp_hplink {
    font-size: 18px;
    margin-bottom: 5%;
    display: block;
    text-decoration: underline;
}
/* PC対応 */
@media(min-width: 769px) {
    .content01-wrapper {
    position: relative;
    top: -15px;
    z-index: -1;
}
    .fair-intro-wrapper {
        margin-top : 50px;
    }
    .concept-img-01 { 
        width: 300px;
        height: 707px;
    }
    .fari-intro-text {
        font-size: 25px;
        line-height: 1.7;
    }

    .content01 {
        background-size: contain;
        height: 500px;
        padding-left: 125px;
    }

    .arrow {
        top: -140px;
        left: 126px;
        animation: 3s arrow-animation infinite ease-in-out;
    }

    @keyframes arrow-animation {
        0% {
            height: 1em;
        }
        100% {
            height: 10em;
        }
    }

    .intro-text01 {
        font-size: 24px;
    }

    .inside-text {
        font-size: 40px;
    }

    .head-icon {
        width: 130px;
        height: 130px;
        margin-right: 42px;
    }
    
    .special-fair-head {
        font-size: 24px;
    }

    .special-fair-text-des01 {
        font-size: 18px;
    }

    .special-fair-text-des02 {
        font-size: 18px;
        padding: 25px 0;
    }

    .reservation-button {
        width: 230px;
        height: 62px;
        font-size: 19px;
    }

    .reservation-wrapper {
        margin-bottom: 35px;
    }

    .head-text {
        font-size: 32px;
    }

    .wedding-ceremony-text01 {
        margin: 45px 0;
        font-size: 30px;
    }

    .wedding-ceremony-text02 {
        font-size: 19px;
    }

    .side-by-side {
        max-width: 365px;
    }

    .nogi-logo {
        width: 220px;
        height: auto;
    }

    .wedding-ceremony-text03 {
        font-size: 21px;
    }

    .support-img {
        width: 355px;
        height: fit-content;
    }

    .support-text {
        padding-top: 80px;
        font-size: 19px;
    }

    .support-title {
        width: 80px;
        height: fit-content;
        margin-right: 30px;
    }

    .five-senses-text {
        padding-top: 95px;
        font-size: 19px;
        margin-left: 84px;
    }

    .five-senses-title {
        width: 116px;
        height: fit-content;
        margin-right: 68px;
    }

    .five-senses-img01 {
        width: 292px;
        height: fit-content;
        opacity: 0.5;
        position: absolute;
        right: 0;
    }

    .five-senses-img02 {
        width: 292px;
        height: fit-content;
        position: relative;
        top: 320px;
        right: 186px;
    }

    .five-senses-img-wrapper {
        height: 635px;
    }

    .japanese-spirit-img {
        width: 355px;
        height: 355px;
    }

    .japanese-spirit-title {
        width: 130px;
        height: fit-content;
        margin-right: 20px;
    }

    .japanese-spirit-text {
        padding-top: 98px;
        font-size: 19px;
        margin-left: 220px;
    }

    .head-text02::after {
        width: 180px;
    }

    .wedding-style-head {
        font-size: 24px;
    }

    .wedding-style-img-wrapper01 {
        position: relative;
        /* width: 400px; */
        height: 415px;
        margin-bottom: 30px;
    }

    .wedding-style-img01 {
        position: absolute;
        left: 0;
        width: 430px;
        z-index: 10;
    }

    .wedding-style-img02 {
        position: absolute;
        width: 430px;
        right: 0;
        bottom: 0;
    }

    .wedding-style-text {
        font-size: 19px;
    }

    .wedding-style-img03 {
        margin-bottom: 20px;
    }

    .wedding-style-img04 {
        margin-bottom: 20px;
    }

    .access-text {
        font-size: 19px;
        margin-bottom: 50px;
    }

    .access-nogi-logo {
        width: 220px;
        margin-bottom: 50px;
    }


    .fixed_reservation {
        margin-bottom: 10px;
    }
    .only-sp{
    display: none;
}
.fixed_bottom {
    position: fixed;
    bottom: 0;
    /* display: flex; */
    left: 0;
    width: 100%;
    /* height: 60px; */
    /* background: #236BB2; */
    z-index: 100;
    background: none;
    padding: 5px;
}
.fixed_bottom a {
    /* display: none; */
    background: #cfab4c;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    display: block;
    /* margin: 0 0% 5% 5%; */
    padding: 10px 0;
    border: none !important;
    height: 50px;
}
dl.fair_dl {
    display: flex;
    justify-content: space-around;
    width: 68%;
    text-align: center;
    margin: 0 auto;
}
}