@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&family=Sorts+Mill+Goudy:ital@0;1&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-size: 100%;
    vertical-align: baseline;
     font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
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-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%;
    vertical-align: bottom;
    }
}

/* 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 */
a.cvbt {
    background: #aa995e;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    padding: 10px 2em;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 10% auto 34px;
    /* border-radius: 35px; */
    letter-spacing: 2px;
    width: fit-content;
    position: relative;
}
/* 矢印となる要素のスタイル */
a.cvbt::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 34px;
    right: 23px;
}
img {
    vertical-align: bottom;
}
a.cvbt span{
  background: linear-gradient(transparent 80%, #eed883 80%);
    padding: 3px;
}

header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}
section#section-top {
    /* 1. 背景画像を指定 */
    background-image: url(../img/top/top_bg.png); /* 画像のパスは適宜調整してください */
    
    /* 2. 【重要】TOP（上端）から配置し、横方向は中央に */
    background-position: top center;
    
    /* 3. 【重要】リピートなし */
    background-repeat: no-repeat;
    
    /* 4. 【重要】画面幅いっぱい（横幅）に合わせる */
    background-size: 100% auto; /* 横幅は100%、高さは自動調整 */
    
    
    /* 以前のCSSにあった background: #f3f1eb; などの単色設定は
       画像が表示されるようにコメントアウトするか削除してください */
}
@media(max-width: 320px) {


}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 5%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.grecaptcha-badge { visibility: hidden; }


.wpcf7-form input[type='checkbox'], 
.wpcf7-form input[type='radio'] {
    display: inline-block;
}


.modal-content__title {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.form-head {
    background: #e4e4e4;
    padding: 5px 10px;
    margin-bottom: 20px;
}
span.event-strong {
    color: #f41484;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5em 1em;
}
p.style-txt3 {
    width: 90%;
    margin: 0 auto 5%;
}
p.style-txt4 {
        font-size: 100%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto 5%;
}
input[type="submit"], input[type="button"] {

    filter: inherit !important;
}
.fixed_bottom {
    /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.activebt{
    opacity: 1;
  visibility: visible;
}
.modal {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translate(0, 150%);
    z-index: 1500;
    line-height: 1.6;
}

/*CSSここから*/
p.top_logo {
    margin: 0 auto 3%;
    padding-top: 5%;
}
p.top_txt {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 5%;
}
section#intro {
    padding: 10% 0 0;
}
section#intro {
    /* 1. 背景画像を指定 */
    background-image: url(../img/intro/concept_bg.png); /* パスは環境に合わせて調整してください */
    
    /* 2. 【重要】下端（BOTTOM）中央に配置 */
    background-position: bottom center;
    
    /* 3. リピートなし */
    background-repeat: no-repeat;
    
    /* 4. 画面幅いっぱい（横幅100%）に合わせる */
    background-size: 100% auto;
    
    /* 背景とコンテンツが重なりすぎるのを防ぐための余白（必要に応じて） */
    padding-bottom: 100px; 
    
    /* 既存の背景色設定があれば上書きします */
    background-color: transparent; 
}
p.intro_sub {
    font-size: 14px;
    color: #ac8d33;
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
h2.intro_head2 {
font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: #a68423;
    font-weight: 400;
    margin-bottom: 5%;
    text-align: left;
    width: 78%;
    margin: 0 auto 10%;
    padding-left: 10%;
}
p.intro_txt{
    text-align: left;
    padding: 1em;
    font-size: 15px;
    line-height: 1.6em;
    color: #b79d53;
}
p.intro_img02 {
    width: 50%;
    margin: -27px 30px 0 auto;
}
section#reason {
    padding: 10% 0 5%;
    background: #fcf9f9;
}
p.reason_sub {
    font-size: 14px;
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
h2.reason_head2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}
dl.reason_head3_dl {
    width: 90%;
    margin: 0 auto 5%;
    flex-wrap: wrap;
    display: flex;
    align-items: end;
}
dt.reason_head3_dt {
    width: 15%;
    margin-right: 2%;
}
dd.reason_head3_dd {
    font-size: 18px;
    text-align: left;
    line-height: 1.6em;
    width: 83%;
}
p.reason_img {
    width: 90%;
    margin: 0 auto 10%;
}
a.cvbt {
    background: #7c5a63;
    color: #fff;
    font-weight: normal;
    padding: 21px 2em;
    font-size: 19px;
    width: 100%;
    display: block;
    margin: 10% auto 34px;

    letter-spacing: 2px;
    width: 90%;
    font-weight: 600;
    position: relative;
}
section#chapel {
    padding: 10% 0 0;
}
p.chapel_sub {
    font-size: 14px;
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
h2.chapel_head2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}
p.chapel_img01 {
    margin-bottom: 5%;
}
.chapel_box {
    display: flex;
    position: relative;
    width: 90%;
    margin: 0px auto 24%;
}
p.chapel_txt {
    width: 50%;
    text-align: left;
    padding-top: 2%;
    z-index: 2;
    font-size: 14px;
    line-height: 1.7em;
}
p.chapel_img02 {
    position: absolute;
    width: 44%;
    top: 0;
    right: -1%;
}


section#banquet {
    padding: 10% 0;
}
p.banquet_sub {
    font-size: 14px;
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
h2.banquet_head2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}

h3.banquet_head3 {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    margin-bottom: 5%;
    font-size: 18px;
}
h3.banquet_head3:before, h3.banquet_head3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 24px;
    height: 1px;

    background-color: black;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
h3.banquet_head3:before {
  left:0;
}
h3.banquet_head3:after {
  right: 0;
}
p.banquet_img01 {
    width: 90%;
    margin: 0 auto 5%;
}
.banquet_inbox01 {
    display: flex;
    position: relative;
    width: 90%;
    margin: 0 auto 10%;
}
p.banquet_txt {
    text-align: left;
    font-size: 14px;
    width: 55%;
}
p.banquet_img02 {
    width: 40%;
    position: absolute;
    top: 27%;
    right: 0%;
}
p.banquet_img03 {
    width: 44%;
    margin-bottom: 15%;
    padding-left: 12%;
}
.banquet_inbox02 {
    width: 90%;
    margin: 0 auto 8%;
    position: relative;
}
p.banquet_txt02 {
    width: 54%;
    text-align: left;
    font-size: 14px;
}
p.banquet_img05 {
    position: absolute;
    top: 15%;
    width: 40%;
    right: 0;
}
p.banquet_img06 {
    width: 50%;
    padding-left: 16%;
    margin-bottom: 15%;
}
.banquet_inbox03 {
    position: relative;
    width: 90%;
    margin: 0 auto 7%;
}
p.banquet_txt03 {
    text-align: left;
    padding-left: 54%;
}
p.banquet_img07 {
    position: absolute;
    width: 40%;
    top: 20%;
}
p.banquet_img08 {
    width: 80%;
    padding-left: 50%;
}

.style_mv {
    position: relative;
    margin-bottom: 5%;
}
h2.style_head2 {
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.5em;
    color: #fff;
     font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
.style_flexbox {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
dl.style_flexbox_left {
    width: 52%;
}
dt.style_flexbox_leftimg {
    margin-bottom: 5%;
}
dd.style_flexbox_lefttxt {
    font-size: 14px;
    text-align: left;
}
p.style_flexbox_right {
    width: 45%;
}
section#style {
    background: linear-gradient(180deg, #f5e9e9 0%, #f5e9e9 98%, #fff 98%, #fff 100%);
    margin-bottom: 10%;
}

p.cuisine_sub {
    font-size: 14px;
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
h2.cuisine_head2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}

h3.cuisine_head3 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}
p.cuisine_mv {
    width: 90%;
    margin: 0 auto 5%;
}
p.cuisine_txt {
      width: 90%;
    margin: 0 auto 5%;
    text-align: left;
}
p.cuisine_img {
    margin-bottom: 5%;
}
.fair {
    position: relative;
    overflow: hidden;
    padding: 10% 0 0;
    background: #faf8f4;
}
p.fair_sub {
    font-size: 14px;
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}
h2.fair_head2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}

h3.fair_head3 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
}
h3.fair_head3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5%;
    border-top: solid 1px;
    border-bottom: solid 1px;
    width: fit-content;
    margin: 0 auto 7%;
    padding: 2%;
    color: #594a3b;
    font-weight: 600;
}
p.fair_mv {
    width: 90%;
    margin: 0 auto 5%;
}
ul.fair_mv_ul {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.fair_mv_li {
    width: 48%;
}
.fair_box {
    width: 90%;
    margin: 0 auto 5%;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 1em;
}
h4.fair_head4 {
    background: #a3801c;
    color: #fff;
    padding: 2px 3em;
    width: fit-content;
    margin: 0 auto 4%;
}
li.fair_li {
    text-align: left;
    font-size: 13px;
        text-indent: -1em;
    padding-left: 1em;
}
li.fair_li span{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
ul.fair_ul {
    width: 70%;
    margin: 0 auto 6%;
}
ul.fair_ul_caution {
    font-size: 12px;
    line-height: 1.4em;
}
p.fair_more_present {
    width: 60%;
    margin: 0 auto;
}
section#access {
    padding: 10% 5% 30%;
}
p.access_txt {
    text-align: left;
    font-size: 13px;
}
.fixed_bottom--form {
    background: #7c5a63;

}
/* カクカクさせず、等速（リニア）で動かす設定 */
.swiper_chapel_flow .swiper-wrapper {
  transition-timing-function: linear !important;
}

#chapel_slide {
  overflow: hidden; /* はみ出し防止 */
  padding: 40px 0;
}

#chapel_slide img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* お好みで角を丸める */
}
.swiper.swiper_chapel_flow {
    /* margin: 5%; */
    overflow: hidden;
}
p.fair_more_caution {
    font-size: 12px;
}
/* PC対応 */
@media(min-width: 769px) {
p.intro_txt {
    text-align: left;
    padding: 1em 2em;
    font-size: 19px;
    line-height: 1.6em;
    color: #b79d53;
}

dd.reason_head3_dd {
    font-size: 26px;
    text-align: left;
    line-height: 1.6em;
}

    p.chapel_txt {
        width: 50%;
        text-align: left;
        padding-top: 12%;
        z-index: 2;
        font-size: 16px;
        line-height: 1.7em;
    }

p.banquet_txt {
    text-align: left;
    font-size: 20px;
    width: 55%;
}
p.banquet_txt02 {
    width: 54%;
    text-align: left;
    font-size: 19px;
}

dd.style_flexbox_lefttxt {
    font-size: 18px;
    text-align: left;
}
p.top_txt {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 5%;
}
h2.intro_head2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: #a68423;
    font-weight: 400;
    margin-bottom: 5%;
    width: 50%;
}


}
