@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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    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: #812524;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
    letter-spacing: 2px;
}

a.cvbt span{
  background: linear-gradient(transparent 80%, #eed883 80%);
    padding: 3px;
}

section#schedule a.cvbt {
    background: #c96e78;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
    letter-spacing: 2px;
}
header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}
section#section-top {
    margin-bottom: 0px;
}

dl.heading2 {
    position: relative;
    margin-bottom: 5%;
}
dl.heading2 dt {
    width: 80%;
    margin: 0 auto 30px;
}
dl.heading2 dd {
    font-size: 94%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
}
dd.style-txt1 {
    margin-bottom: 14px;
}
p.head-img {
    width: 100%;
    margin: 0 auto 30px;
}

dl.heading2.about-ioc::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 75px;
    background-image: url(../img/about/about-ioc.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 5%;
    bottom: 0px;
}

p.about-txt {
 line-height: 2em;
    margin-bottom: 10%;
    margin-top: 10%;
    font-weight: 600;
    text-align: center;
    padding-left: 0.5em;
    font-size: 13px;
}
ul.about_ul {
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.about_li {
    width: 49%;
    text-align: left;
}
dt.about_dt {
    margin-bottom: 5%;
}
dd.about_dd {
    font-size: 12px;
}
.about_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin-bottom: 10%;
}
p.about_box_img {
    width: 50%;
}
dl.about_box_dl {
    width: 45%;
}
dt.about_box_dt {
    width: 60%;
    margin: 0 auto 5%;
}
dd.about_box_dd {
    text-align: left;
    font-size: 13px;
    padding: 0.5em;
}
.about_box.box_reverse {
    flex-direction: row-reverse;
}
p.fes-present_ttl {
    margin-bottom: 5%;
}
ul.fes-present_ul {
    width: 86%;
    margin: 0 auto;
}
li.fes-present_li {
    margin-bottom: 3%;
}
ul.fes-present_caution_ul {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10%;
}
section#zenkoku_shikijyo {
    padding: 10% 0;
}
h2.ttl_head2 {
    margin-bottom: 10%;
}
section#point {
    padding: 10% 0;
    background: #f7e9e6;
}
.point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10%;
}
p.point_box_img {
    width: 44%;
    padding-top: 14%;
}
dl.point_box_dl {
    width: 54%;
    padding: 0 0.5%;
}
dt.point_box_dt {
    margin-bottom: 10px;
}
dd.point_box_dd {
    text-align: left;
    font-size: 12px;
    padding: 0 6px;
}
.point_box.pointbox_reve {
    flex-direction: row-reverse;
}
section#plan {
    padding: 10% 0;
}
dl.taiken-box {
    margin-bottom: 10%;
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
}
dt.taiken-img {
    /* width: 90%; */
    margin-bottom: 3%;
}
dd.taiken-ttl {
    text-align: left;
    font-size: 110%;
    font-weight: bold;
}
dd.taiken-txt {
    text-align: left;
    font-size: 100%;
}
dl.present-box {
    margin-bottom: 10%;
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
}

section#present {
    padding: 30px 10px;
}

dl.heading2.present-ioc::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 60px;
    background-image: url(../img/present/present-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 10%;
    top: 0px;
}
dl.heading2.present-ioc::after{
       content: '';
    display: inline-block;
    width: 52px;
    height: 60px;
    background-image: url(../img/present/present-ioc02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 6%;
    bottom: 30px;
}
dt.present-img {
    /* width: 90%; */
    margin-bottom: 3%;
}
dd.present-txt {
    text-align: left;
    font-size: 110%;
    font-weight: bold;
}
p.present-txt01 {
    font-size: 120%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
}
p.present-txt02 {
    font-size: 120%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10%;
    background: linear-gradient(transparent 60%, #dec490 60%);
    width: fit-content;
    margin: 0 auto 5%;
    padding: 0 10px;
}
ul.present-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 3% 3% 10%;
    justify-content: space-between;
}
ul.present-ul li {
    width: 47%;
    margin: 1%;
}
dd.present-li-dl-dd {
    font-size: 80%;
}
p.present-txt03 {
    width: 80%;
    font-size: 90%;
    margin: 0 auto 10%;
    position: relative;
}
section#access {
    padding: 0% 0;
    /* width: 95%; */
    /* border-radius: 10px; */
    margin-bottom: 10%;
    position: relative;
}
p.access-fukidashi {
    width: 30%;
    position: absolute;
    right: 0;
    top: 12%;
    z-index: 10;
    display: none;
}
@media(max-width: 320px) {
    p.access-fukidashi {
    width: 23%;
    position: absolute;
    right: 0;
    top: 11%;
    z-index: 10;
    display: none;
}
}
.access-box {
    width: 80%;
    margin: 0 auto 10%;
}
ul.access-ul {
    text-align: left;
}
li.access-li {
    margin-bottom: 10px;
}
dl.access-dl {
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}
dt.access-dt {
    width: 30%;
    color: #c96e78;
}
dd.access-dd {
    width: 80%;
    font-size: 95%;
}
dd.access-dd span {
    color: #ff0000;
}
.access-box a.cvbt{
    background: #c96e78;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
    letter-spacing: 2px;
}

p.access-map {
    margin-bottom: 20px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
a.mapbt {
    display: block;
    border: solid 1px;
    padding: 5px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

a.mapbt img {
    width: 30px;
    margin-right: 10px;
}
p.evnet-img01 {
    width: 90%;
    margin: 0 auto 5%;
}
h3.event-head3 {
    width: 90%;
    margin: 0 auto 10px;
    text-align: left;
    font-size: 120%;
}
#schedule h3.event-head3 {
    margin: 0 auto 10px;
    text-align: left;
    font-size: 120%;
}
h3.event-head3 span {
    color: #F41484;
}

p.event-caution {
    width: 91%;
    font-size: 80%;
    margin: 0 auto 30px;
}
ul.event-ul01 {
    margin: 3% 3% 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
ul.event-ul01 li.event-li {
    width: 48%;
}
dt.event-dt {
    margin-bottom: 5px;
}
dd.event-dd {
    font-size: 75%;
}

ul.event-ul02 {
    display: flex;
    flex-wrap: wrap;
    margin: 3% 3% 3%;
}
ul.event-ul02 li.event-li {
    width: 29%;
    margin: 2%;
}
section#schedule {
    background: #f8f8f8;
    padding: 30px 0;
}
dl.heading2.schedule-ioc::after {
        content: '';
    display: inline-block;
    width: 48px;
    height: 70px;
    background-image: url(../img/schedule/schedule-ioc.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 4%;
    top: 5px;
}
p.schedule-txt {
       margin-bottom: 30px;
    line-height: 1.8em;
    font-size: 90%;
}

section#style {
    padding: 30px 0px;
    margin-bottom: 10%;
}
h2.style_head2 {
    margin-bottom: 10%;
}

h3.sytle_head3 {
    width: fit-content;
    padding: 10px 90px;
    margin: 0 auto 10%;
    font-size: 120%;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
ul.sytle_ul {
    width: 90%;
    margin: 0 auto 10%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

li.style_li {
    width: 32%;
    margin-bottom: 10px;
}


section#style dl.heading2 dt {
    width: 80%;
    margin: 0 auto 10px;
}


dl.style-box dt {
    width: 90%;
    margin: 0 auto 10px;
}
dl.style-box dd {
    width: 90%;
    margin: 0 auto 10%;
    font-size: 90%;
    text-align: left;
}

span.fssmall {
    font-size: 77%;
}

dl.event-dl01 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
dt.event-dl01-dt {
    font-size: 115%;
    margin-bottom: 5px;
    font-weight: bold;
    /* border-bottom: solid 3px #fff; */
    position: relative;
    background: linear-gradient(transparent 60%, #ffa2d0 60%);
    width: fit-content;
}
dd.event-dl01-dd {
    font-size: 77%;
    font-weight: bold;
}

p.style-txt {
    font-size: 90%;
    margin-bottom: 30px;
}
ul.style-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 3% 3% 10%;
}
ul.style-ul li.style-li {
    width: 29%;
    margin: 2%;
}
h2 {
    text-align: center;
    line-height: 1.5em;
    font-size: 130%;
    position: relative;

}
section#content {
    background: #f2f2f2;
    padding: 15% 0 5%;
}
h2.content_head2 {
    color: #9b8078;
    letter-spacing: 2px;
    margin-bottom: 5%;
}
p.content-txt01 {
    font-size: 80%;
    line-height: 1.5em;
    margin-bottom: 10%;
}

.content-box01 {
    display: block;
    margin: 0 auto 5%;
}
h3.content-head3 {
    margin-bottom: 5%;
}
p.content-img {
    width: 90%;
    margin: 0 auto 5%;
}
p.content-evtxt {
    text-align: left;
    width: 90%;
    margin: 0 auto 10%;
}
p.content-more {
    font-size: 120%;
    margin-bottom: 10%;
}
p.content-more span {
    font-weight: bold;
    color: #9b8078;
}
ul.content-ul {
    width: 90%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.content-li {
    width: 32%;
    margin-bottom: 10px;
}
dl.content-dl {
    text-align: left;
}
dt.content-dt {
    margin-bottom: 5px;
}
dd.content-dd {
    color: #9b8078;
}

.content-box02 {
    display: block;
    background: #fce9ef;
    width: 95%;
    margin: 0 auto 5%;
    padding: 3%;
    border-radius: 8px;
}
.content-box02 h3 {
    margin-bottom: 7%;
}
p.content-img {
    margin-bottom: 10px;
}
dl.content-box-dl {
    text-align: left;
    margin-bottom: 10%;
}
.content-box01 dl.content-box-dl {
    text-align: left;
    margin-bottom: 2%;
}
dl.content-box-dl.cbd-ioc01 {
    position: relative;
}
dl.content-box-dl.cbd-ioc01::after {
    content: '';
    display: inline-block;
    width: 188px;
    height: 23px;
    background-image: url(../img/content/content-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0%;
    top: 2px;
}
dl.content-box-dl.cbd-ioc02 {
    position: relative;
}
dl.content-box-dl.cbd-ioc02::after {
    content: '';
    display: inline-block;
    width: 188px;
    height: 23px;
    background-image: url(../img/content/content-ioc02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0%;
    top: 2px;
}

dt.content-box-dt {
    font-size: 108%;
    font-weight: bold;
    margin-bottom: 3%;
    color: #ee059f;
}
dt.content-box-dd {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 77%;
    margin-bottom: 3%;
}

ul.content-box-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.content-box-ul li {
    width: 48%;
}

p.more-txt {
    width: 75%;
    margin: 0 auto 5%;
}
ul.more-ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 10%;
    justify-content: space-between;
    text-align: left;
}
ul.more-ul li {
    width: 48%;
}
p.more-img {
    margin-bottom: 10px;
}
dl.more-dl {
    font-weight: bold;
}
dd.more-dd {
    font-size: 77%;
}

/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item {
    width: calc(91%/3);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
}
.tab_item2 {
    width: calc(91%/2);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
    font-size: 13px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}
.tab_content {

  padding: 1em 0 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content {
  display: block;
}
#tab1_1:checked ~ #tab1_1_content,
#tab2_2:checked ~ #tab2_2_content,
#tab3_2:checked ~ #tab3_2_content,
#tab4_2:checked ~ #tab4_2_content,
#tab5_2:checked ~ #tab5_2_content,
#tab6_2:checked ~ #tab6_2_content,
#tab7_2:checked ~ #tab7_2_content,
#tab8_2:checked ~ #tab8_2_content{
  display: block;
}

.tab_container input:checked + .tab_item {
    background-color: #9b8078;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #9b8078;
    color: #fff;
}
.tab_content_description {
    width: 90%;
    margin: 0 auto;
}
.tab_content_description2 {
    width: 100%;
    margin: 0 auto;
}

h3.covid-ttl {
    background: #f38eaa;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto 30px;
}
p.fair-txt {
    font-size: 90%;
    margin-bottom: 30px;
}

p.covid-img {
    width: 90%;
    margin: 0 auto 10%;
}

section#faq .heading2 dt {
    width: 20%;
    margin-bottom: 10px;
}

dl.faq-box {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
}

dl.faq-box dt {
    font-size: 104%;
    font-weight: bold;
}


.acd-check{
    display: none;
}
.acd-label{
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border: solid 1px;
    width: 60%;
    margin: 0 auto 10%;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}

ul.weddingstyle-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
}
li.weddingstyle-ul-li {
    width: 48%;
    margin-bottom: 10px;
}
dt.weddingstyle-dt {
    /* text-align: left; */
    margin-bottom: 5px;
}

dd.weddingstyle-dd {
    text-align: left;
    font-weight: bold;
    font-size: 90%;
}
dd.weddingstyle-dd span{
    color: #FD8EBC;
}
dl.faq-box dd {
    line-height: 1.7em;
}
.grecaptcha-badge { visibility: hidden; }

.unei {
    margin: 0 auto 15%;
}
dt.unei-dt {
    line-height: 1.8em;
    margin-bottom: 5%;
}
.unei li {
    line-height: 1.5em;
}
.unei h4 {
    margin-bottom: 20px;
}
.faq-caution-box {
    padding: 10px;
    width: 70%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 83%;
    line-height: 1.8em;
}
.faq-caution-box a {
    color: #3b5998;
    text-decoration: underline;
}
p.about-txt02 {
    font-size: 120%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10%;
    background: linear-gradient(transparent 60%, #dec490 60%);
    width: fit-content;
    margin: 0 auto 5%;
    display: inline;
    padding: 0 10px;
}

h2.covid-ttl {
     background: #000;
    color: #fff;
    width: 80%;
    margin: 0 auto 5%;
}

p.covid-txt {
    line-height: 1.5em;
    margin-bottom: 5%;
}
section#faq {
    padding: 10% 0;
    background: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 10%;
}
section#faq h2 {
    margin: 0 auto 20px;
}
dl.faq-box {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
}
dl.faq-box dt {
   font-size: 100%;
    font-weight: normal;
    background: #ede4ce;
    padding: 10px;
}
dl.faq-box dt span {
    color: #925c4c;
    font-size: 15px;
    padding-right: 1em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
dl.faq-box dd {
    line-height: 1.7em;
    background: #fff;
    padding: 10px;
    font-size: 80%;
}

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

h2.intro_head2 {
    margin-bottom: 5%;
}

p.intro_txt {
    font-size: 110%;
    line-height: 1.8em;
    margin-bottom: 10%;
}
ul.intro_ul {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 10%;
}
li.intro_li {
    width: 32%;
    margin-bottom: 9px;
}
p.intro_txt02 {
    font-size: 120%;
    line-height: 1.8em;
    margin-bottom: 10%;
}
p.intro_txt02 span{
background: linear-gradient(transparent 60%, #eed883 60%);
    padding: 3px 10px;
    line-height: 1.8em;
}

h2.merit_head2 {
    margin-bottom: 5%;
}
p.merit_img {
    margin-bottom: 10%;
}
p.recomend_img {
    margin-bottom: 10%;
}
ul.recomend_ul {
    width: 90%;
    margin: 0 auto 5%;
    background: #f2f2f2;
    padding: 5% 1em;
    text-align: left;
    font-size: 90%;
}
ul.recomend_ul li {
    margin-bottom: 2%;
}
ul.recomend_ul li span {
    background: linear-gradient(transparent 60%, #eed883 60%);
    padding: 3px;
}
h3.recomend_voice_ttl {
    margin-bottom: 5%;
}
p.voice_img {
    margin-bottom: 10%;
}
p.access_jikoku {
    font-weight: bold;
    font-size: 15px;
}

p.access_jikoku span{
    font-weight: normal;
    font-size: 13px;
    color: #3B221A;
}
footer {
    background-color: #393939;
    color: #fff;
    padding: 10% 0 2%;
}
p.foot_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 14px;
}
p.foot_link {
    text-align: center;
    margin-bottom: 10%;
    font-size: 13px;
}
p.foot_link a {
    text-decoration: none;
}
p.foot_caution {
    font-size: 13px;
    width: 80%;
    margin: 0 auto 5%;
}
.copyright {
    border-top: solid 1px #fff;
    padding-top: 1em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.swiper.swiper_left {
    overflow: hidden;
    margin-bottom: 5%;
}
p.about-txt2 {
    line-height: 2em;
    margin-bottom: 10%;
    margin-top: 5%;
    font-weight: 600;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 14px;
}



.swiper.swiper2 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50%;
    justify-content: start;
}

.swiper-pagination-bullet {
    margin-right: 5px;
}



.swiper.swiper2 {
    position: relative;
    width: 90%;
    margin: 0 auto 10%;
}
.swiper.swiper2 .swiper-button-next {
    right: -15px;
}

.swiper.swiper2 .swiper-button-prev {
    left: -15px;
}


.swiper.swiper2 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50%;
    justify-content: start;
}

.swiper-pagination-bullet {
    margin-right: 5px;
}

.swiper.swiper2 .swiper-button-next,.swiper.swiper2 .swiper-button-prev {
      position: absolute;
    top: 50%;
    width: 27px;
    height: 43px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-slide.venuebox {
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #eee;
    min-height: 640px !important;
}
h3.venue_head3 {
    margin-bottom: 10px;
}
p.venue_aceess {
    font-size: 12px;
    margin-bottom: 5%;
}
dl.venue_dl {
    margin-bottom: 5%;
}
dt.venue_dt {
    color: #623c20;
    font-size: 14px;
    margin-bottom: 11px;
}
dd.venue_dd {
    font-size: 12px;
    text-align: left;
}
p.venue_img {
    margin-bottom: 5%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #995355;
  font-size: 20px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #995355 !important;
}


.swiper-button-prev2 {
    background-image: url(../img/slide/slide_mark_prev.png) !important;
    left: 16px;
}

.swiper-button-next2 {
    background-image: url(../img/slide/slide_mark_next.png) !important;
    right: 16px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -40px !important;
}
.swiper-style-out {
    position: relative;
}

.swiper-style {
    overflow: hidden;
    margin-bottom: 20%;
    width: 95%;
    margin: 0 auto 16%;
}
ul.recommend_style_ul {
    width: 95%;
    margin: 0 auto 5%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.recommend_style_li {
    width: 49%;
    position: relative;
    margin-bottom: 5%;
}
p.recommend_style_category {
    position: absolute;
    top: 0;
    left: 0;
    background: #882928;
    padding: 0 0.5em;
    color: #fff;
    font-size: 13px;
}
p.recommend_style_img {
    margin-bottom: 3%;
}
h3.recommend_style_name {
    text-align: left;
    font-size: 13px;
}
p.recommend_style_area {
    text-align: left;
    font-size: 12px;
}
.swiper-button-prev2, .swiper-button-next2 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 30px !important;
    height: 30px !important;
    background-size: 30px 30px !important;
    margin-top: -24px;
}

p.slide_img {
    margin-bottom: 5%;
}
p.slide_category {
    width: fit-content;
    margin: 0 auto 3%;
    background: #882928;
    color: #fff;
    padding: 0 0.5em;
}
p.slide_category {
    width: fit-content;
    margin: 0 auto 3%;
    background: #882928;
    color: #fff;
    padding: 0 0.5em;
}
h3.slide_name {
    margin-bottom: 3%;
}
p.slide_subcategory {
    border: solid 1px #000;
    width: fit-content;
    font-size: 12px;
    padding: 0 0.5em;
    margin: 0 auto;
}
/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto 10%;
    padding-bottom: 10%;
}

section#section-top {
    margin-bottom: 70px;
    max-width: 750px;
    margin: 0 auto;
}



dl.heading2 dt {
    width: 60%;
    margin: 0 auto 30px;
}
dl.heading2 dd {
 font-size: 140%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    width: 75%;
    margin: 0 auto;
}
dl.heading2.about-ioc::before {
    content: '';
    display: inline-block;
    width: 130px;
    height: 93px;
    background-image: url(../img/about/about-ioc.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 12%;
    bottom: 0px;
}
p.about-txt {
    font-size: 110%;
    line-height: 2em;
    margin-bottom: 10%;
}
dt.present-img {
    /* width: 90%; */
     margin-bottom: 0%;
}
dd.present-txt {
    text-align: left;
    font-size: 120%;
    font-weight: bold;
}
p.present-txt02 {
    font-size: 130%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10%;
    background: linear-gradient(transparent 60%, #dec490 60%);
    width: fit-content;
    margin: 0 auto 5%;
    padding: 0 10px;
}
dd.present-li-dl-dd {
    font-size: 95%;
}
p.present-txt03 {
    width: 100%;
    font-size: 120%;
    margin: 0 auto 10%;
    position: relative;
}
.access-box {
    width: 60%;
    margin: 0 auto 10%;
}
dl.heading2.event-ioc1::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 118px;
    background-image: url(../img/event/event-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5%;
    top: 28%;
}
h3.event-head3.event-ioc2::after {
    content: '';
    display: inline-block;
    width: 79px;
    height: 120px;
    background-image: url(../img/event/event-ioc02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 2%;
    bottom: -19px;
}
p.event-caution {
    width: 80%;
    font-size: 95%;
    margin: 0 auto 30px;
}
dd.event-dd {
    font-size: 100%;
}

section#style {
    padding: 10% 10px;
    background: #fff6fa;
    margin-bottom: 10%;
}
section#content h2 {
    width: 60%;
    margin: 0 auto 5%;
}
dt.content-box-dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 3%;
    color: #ee059f;
}
.content-box02 h3 {
    margin-bottom: 7%;
    width: 60%;
    margin: 0 auto;
}
dt.content-box-dt {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 3%;
    color: #ee059f;
}
dl.content-box-dl.cbd-ioc01::after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 38px;
    background-image: url(../img/content/content-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0%;
    top: 2px;
}
dl.content-box-dl.cbd-ioc02::after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 38px;
    background-image: url(../img/content/content-ioc02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0%;
    top: 2px;
}
dd.more-dd {
    font-size: 77%;
    line-height: 1.4em;
}
.fixed_bottom--form {
    background: #882928;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 7px 0 40px;
    width: 40%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
}
h3.event-head3 {
    width: 90%;
    margin: 0 auto 10px;
    text-align: left;
    font-size: 140%;
}
section#faq h2 {
    width: 40%;
    margin: 0 auto 20px;
}
#schedule h3.event-head3 {
    margin: 0 auto 10px;
    text-align: left;
    font-size: 120%;
}
dd.about_dd {
    font-size: 14px;
}
.swiper-slide.venuebox {
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #eee;
    min-height: 800px !important;
}
}