@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-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: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    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: #a39058;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
    width: 100%;
    display: block;
    margin: 10% auto 34px;
    /* border-radius: 35px; */
    letter-spacing: 2px;
    display: block;
    width: 90%;
}
img {
    vertical-align: bottom;
}
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 {
}
@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ここから*/
h2.concept_head2 {
    margin-bottom: 30px;
    font-size: 22px;
     font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
p.location_mv, p.venue_box_img, p.cuisine_mv, p.legacy_mv {
    margin-bottom: 5%;
}

p.concept_txt,
p.location_txt,
p.venue_box_txt,
p.cuisine_txt {
    text-align: left;
    font-size: 13px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 10%;
}
@media(max-width: 390px) {
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    padding-right: 1em;
}
}
@media(max-width: 375px) {
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 11px;
    padding-left: 1em;
    padding-right: 1em;
}
}
dl.head2_dl {
    margin-bottom: 30px;
}
dt.head2_dt {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    padding-left: 15px;
    font-size: 28px;
    font-weight: normal;
}
dt.head2_dt h2 {
    font-weight: 400;
}

dt.head2_dt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
  z-index: 3;
  right: 0;
}
section.fair {
    padding: 10% 0;
}
dt.head2_dt.fair::after {
    width: 125px;
}
dt.head2_dt.location::after {
    width: 165px;
}
dt.head2_dt.venue::after {
    width: 235px;
}
dt.head2_dt.cuisine::after {
    width: 220px;
}
dt.head2_dt.facilities::after {
    width: 200px;
}
.fairsec {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    padding: 10% 0;
}
dd.head2_dd {
    padding-left: 1em;
    text-align: left;
    color: #994;
    font-size: 15px;
}
p.fair_mv {
    margin-bottom: 30px;
}
p.fair_mv0 {
    margin-bottom: 0px;
}
h3.fair_head3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 60px;
    color: #996;
    line-height: 1.6em;
     font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
.fair_box {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 50px;
    justify-content: space-between;
    align-items: center;
}
p.fair_box_img {
    width: 45%;
}
p.fair_box_txt {
    width: 52%;
    text-align: left;
    font-size: 11px;
}
p.fair_box_txt span {
    color: red;
}
.fair_infobox {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
    padding: 45px 25px 30px;
    background: #f9f9f9;
}

h5.fair_head5 {
    font-size: 11px;
    margin-bottom: 15px;
    text-align: left;
}
p.fair_headtxt {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
}
p.fair_txt {
    text-align: left;
    font-size: 12px;
}
dl.fair_date_dl {
    font-size: 12px;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
a.fair_date_link {
    text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 13px;
}
.fair_info_detail {
    margin-bottom: 15px;
}
dt.fair_date_dt {
width: 49%;
    margin-right: 3%;
    /* font-size: 13px; */
    text-align: left;
}
dd.fair_date_dd {
    width: 45%;
    text-align: left;
}
h3.venue_head3 {
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    padding-left: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
@media(max-width: 390px) {
h3.venue_head3 {
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    padding-left: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
}
h3.venue_head3::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../img/venue/venue_head3_maker.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 3%;
    top: 5px;
}
section#legacy {
    padding: 30px 0;
    background: #000;
    margin-bottom: 50px;
}
p.legacy_txt {
    text-align: left;
    font-size: 13px;
    padding-left: 1em;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 4em;
}
@media(max-width: 390px) {
p.legacy_txt {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 2em;
}
}
.fixed_bottom--form {
    background: #a39058;
    color: #333;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    width: 85%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 0;
    letter-spacing: 2px;
}
.only-sp{
    display: block;
}
p.fair_url {
    margin: 5% 0;
    text-align: left;
    font-size: 12px;
}
p.fair_url a {
    color: #00f;
    text-decoration: underline;
}
p.cv_caution {
    font-size: 11px;
    margin-bottom: 10%;
}
.panflink{
    color: #00f;
    text-decoration: underline;
}
.facilities_box {
    width: 90%;
    margin: 0 auto 10%;
}
section#team {
    background: #000;
    padding: 10% 0;
}
dt.head2_dt.legacy {
    color: #fff;
}
dt.head2_dt.legacy::after {
    width: 260px;
    background: #fff;
}
.fair_info_detail {
    margin-bottom: 15px;
    padding: 0 10px;
}
.fair_infobox {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
    padding: 0px 0px 30px;
    background: #f9f9f9;
}
h4.fair_head4 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: 400;
    padding: 7px;
    margin-bottom: 1em;
}
h4.fair_content_head4 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: 400;
    padding: 15px 7px;
    margin-bottom: 1em;
    font-size: 15px;
}
.team_slide {
  padding: 0 0 40px;
}

.team_slide .swiper-slide {
  width: auto;
}

/* スライドの実体 */
.team_box {
  width: 280px; /* これより小さい画面だと両端が見える */
  background: #fff;
  padding: 0.5em;
  overflow: hidden;
  transition: transform .3s ease, opacity .3s ease;
}

/* 画像 */
.team_box_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
.team_box_dl {
  padding: 16px;
}

.team_box_dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.team_box_dd {
  font-size: 14px;
  line-height: 1.6;
}
.team_slide::before,
.team_slide::after {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  z-index: 2;
}
section#facilities {
    padding: 10% 0;
}
.swiper.team_slide {
    overflow: hidden;
}
section#concept {
    padding: 0% 0 ;
}

.point_slidebox{
  position: relative;
  overflow: hidden;     /* 右余白バグ対策にもなる */
  border-radius: 0;     /* 必要なら角丸に */
}

/* Swiperを「背景」扱いにして全面に敷く */
.point_slidebox .point_slide{
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/* スライド画像を全面カバー */
.point_slidebox .point_slide .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ここが黒→透過のグラデ（文字の読みやすさ用） */
.point_slidebox__gradient{
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* 下が黒く、上に行くほど透明（画像例っぽい） */
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.40) 35%,
    rgba(0,0,0,0.00) 70%
  );
}
.point_slidebox__gradient_top{
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  /* 上が濃くて下に向かって透明 */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.40) 35%,
    rgba(0,0,0,0.00) 70%
  );
}
/* テキストは一番上 */
.point_dl_under {
    position: absolute;
    z-index: 2;
    padding: 28px 15px 26px;
    color: #fff;
    bottom: 0;
    text-align: left;
}
.point_dl_top {
    position: absolute;
    z-index: 2;
    padding: 28px 15px 26px;
    color: #fff;
    top: 0;
    text-align: left;
}
/* 見出し/本文はお好みで */
.point_dt{
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: .03em;
  margin-bottom: 10px;
  color: #dfdf3a;
      font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;

}
.point_dd{
  font-size: 14px;
  line-height: 1.9;
  opacity: 0.95;
}

/* point_slidebox 自体の高さ（画像カードの高さ） */

.point_slidebox {
    height: 600px;
    width: 90%;
    margin: 0 auto 10%;
}

@media (max-width: 768px){
 /* .point_slidebox{ height: 420px; }
  .point_dt{ font-size: 20px; }
  .point_dd{ font-size: 13px; }*/
}


/* =========================
   Swiperカード：文字位置揃え最優先
   ========================= */

/* スライドの高さを揃える土台 */
.team_slide .swiper-wrapper{
  align-items: stretch;
}

/* 各スライドを縦flexに */
.team_slide .swiper-slide{
  height: auto;
  display: flex;
}

/* カード本体 */
.team_slide .team_box{
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff; /* 念のため */
}

/* =========================
   画像エリア（高さ固定）
   ========================= */
.team_slide .team_box_img{
  height: 180px;          /* ★必要に応じて調整 */
  overflow: hidden;
  margin: 0;
}

.team_slide .team_box_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   テキストエリア
   ========================= */
.team_slide .team_box_dl{
  margin-top: 16px;       /* 文字開始位置を統一 */
  padding: 0 16px 20px;
}

/* タイトル位置を揃える */
.team_slide .team_box_dt{
  min-height: 2.2em;      /* 1〜2行想定 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 説明文（全文表示・clampなし） */
.team_slide .team_box_dd{
  margin-top: 10px;
}
h2.head2 {
    margin-bottom: 5%;
}
p.fair_shishokutxt {
    margin-bottom: 15%;
    line-height: 1.8em;
    font-size: 14px;
}
.group_slide {
    margin-bottom: 3%;
}
/* 位置や当たり判定 */
.point_slide .swiper-button-prev,
.point_slide .swiper-button-next{
  width: 32px;
  height: 32px;
  margin-top: 0;                 /* 必要なら調整 */
  transform: translateY(-50%);   /* Swiperデフォに合わせるなら */
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;    /* ← 矢印の見た目サイズ */
  color: transparent;            /* 念のため */
}

/* Swiperが入れてくる ::after を無効化（文字矢印が出る環境対策） */
.point_slide .swiper-button-prev::after,
.point_slide .swiper-button-next::after{
  content: none !important;
}

/* ← prev（左向き） ※色はここ（%23ffffff が #ffffff） */
.point_slide .swiper-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L0%2C22L22%2C44l2.1-2.1L4.2%2C22L24.1%2C2.1L22%2C0L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  opacity: 0.8;
}

/* → next（右向き） */
.point_slide .swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  opacity: 0.8;
}

/* hoverでちょい濃く（任意） */
.point_slide .swiper-button-prev:hover,
.point_slide .swiper-button-next:hover{
  opacity: 1;
}
h3.head3 {
    text-align: left;
    margin: 3% 5%;
    font-size: 18px;
}
.fairbox_bg {
    background: #000;
    padding: 5% 1em;
    margin-bottom: 10%;
}
h4.fair_content_head4_bg {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 15px 7px;
    margin-bottom: 1em;
    font-size: 20px;
}
p.fair_head {
    color: #994;
    font-size: 20px;
    margin-bottom: 5%;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Noto Serif JP", serif;
}
.fair_tokutentxt {
    margin-bottom: 5%;
    line-height: 1.8em;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
p.fair_mvbox {
    margin-bottom: 30px;
}
.scene_li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}


/* 表示されたら */
.scene_li.is-show {
  opacity: 1;
  transform: translateY(0);
}

ul.scene_ul {
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

li.scene_li {
    width: 48%;
    margin-bottom: 5%;
    /* border-radius: 15px; */
}

.scene_li.is-show {
    opacity: 1;
    transform: translateY(0);
}
li.scene_li {
    width: 48%;
    margin-bottom: 5%;
    /* border-radius: 15px; */
}
li.scene_li img {
    object-fit: cover;
    height: 330px;
    width: 100%;
    border-radius: 20px;
}

.scene_li:nth-child(even) {
  padding-top: 5%;
}
section#scene {
    padding: 10% 0;
}

.fair_content_box {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    text-align: left;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fair_content_box.rowrev {
    flex-direction: row-reverse;
}
p.fair_content_img {
    width: 48%;
}
dl.foir_content_dl {
    width: 48%;
}
dt.fair_content_dt {
    font-size: 15px;
    margin-bottom: 3%;
    color: #a29058;
}
dd.fair_content_dd {
    font-size: 11px;
    line-height: 1.4em;
}
li.fair_box_li {
    margin-bottom: 5%;
}
h3.fair_box_head3 {
    margin-bottom: 5%;
}

.fair_box {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 50px;
    justify-content: space-between;
    align-items: center;
    background: #ddd;
    padding: 5%;
}

section#point {
    background: #323232;
    padding: 10% 0 10%;
}
p.point_txt01 {
    text-align: left;
    color: #fff;
    width: 90%;
    margin: 0 auto 5%;
}
.pointbox {
    position: relative;
}
p.point_txt02 {
    text-align: left;
    width: 35%;
    color: #fff;
    position: absolute;
        bottom: -14%;
    left: 5%;
    font-size: 14px;
}
section#recommend {
    padding: 10% 0;
    background: #323232 ;
    color: #fff;
}
dt.recommend_dt {
    color: #a39058;
    margin-bottom: 3%;
}
dt.recommend_dt {
    color: #a39058;
    margin-bottom: 3%;
    font-size: 18px;
    font-weight: 700;
}

p.recommend_img {
    width: 90%;
    margin: 0 auto 3%;
}
dl.recommend_dl {
    text-align: left;
    margin: 0 auto 10%;
    width: 90%;
}
dt.recommend_dt {
    color: #a39058;
    margin-bottom: 3%;
    font-size: 18px;
}

p.recommend_img {
    width: 90%;
    margin: 0 auto 5%;
}
dl.recommend_dl {
    text-align: left;
    width: 90%;
    margin: 0 auto 10%;
}

p.topic_txt {
    font-size: 22px;
    margin: 0 auto 10%;
    line-height: 1.5em;
    color: #a39058;
}


/* 外枠の器 */
.swiper_out_facility {
    position: relative;
    width: 100%;
    padding: 20px 0;
    overflow: hidden; /* 画面外へのはみ出しを隠す */
}

.facility_slide {
    overflow: visible !important; /* スライドが両端に見えるようにする */
}

.facility_slide .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* 真ん中以外を少し暗く・小さくする場合（お好みで） */
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.5;
    transform: scale(0.9);
}

/* 中央に来た画像だけ100%にする */
.facility_slide .swiper-slide-active img {
    opacity: 1;
    transform: scale(1);
}

/* 矢印ボタンのデザイン（以前の共通設定を活かす） */
.btn_facility_prev,
.btn_facility_next {
    color: #b49664; /* ゴールド系 */
    top: 50%;
    transform: translateY(-50%);
}

.btn_facility_prev:after, 
.btn_facility_next:after {
    font-size: 24px; /* 矢印の大きさ調整 */
}
/* 矢印ボタンの器（サイズと位置） */
/* 矢印ボタンの器（サイズと位置） */
.btn_facility_prev,
.btn_facility_next {
    width: 30px !important;    /* ボタン全体の反応幅を小さく */
    height: 30px !important;
    color: #333 !important;    /* 念のためテキスト色を黒に */
}

/* Swiper標準の太い矢印を消す */
.btn_facility_prev:after, 
.btn_facility_next:after {
    display: none !important;
}

/* 新しい「黒くて小さい」シャープな矢印を作成 */
.btn_facility_prev::before,
.btn_facility_next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;               /* 矢印のサイズ（小さめに設定） */
    height: 12px;
    border-top: 2px solid #333;  /* 線の太さと色（黒） */
    border-right: 2px solid #333;
    display: block;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important; right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;     left: 10px;
    right: auto;
}
/* 左矢印向きの調整 */
.btn_facility_prev::before {
    left: 50%;
    transform: translate(-30%, -50%) rotate(-135deg);
}

/* 右矢印向きの調整 */
.btn_facility_next::before {
    right: 50%;
    transform: translate(30%, -50%) rotate(45deg);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 6px ! IMPORTANT;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #ddd !important;
}
section#facility {
    padding: 10% 0;
    background: #f8f8f8;
}
h3.faci_head3 {
    text-align: left;
    padding-left: 1em;
    font-weight: 600;
    font-size: 16px;
    color: #8c8263;
    margin-bottom: 5%;
}
p.faci_txt {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 1%;
}
section#topic {
    background: #efece7;
    padding: 10px;
}
dl.topic_dl {
    display: flex;
    justify-content: flex-start;
}
dt.topic_dt {
    margin-right: 1em;
    letter-spacing: 1px;
    font-size: 14px;
}
dd.topic_dd {
    font-size: 14px;
}
p.recommend_num {
    font-size: 46px;
    text-align: left;
    padding-left: 6%;
    margin-top: -7%;
    margin-bottom: 5%;
    font-style: italic;
    color: #a39058;
}
h4.fair_box_head4 {
    width: fit-content;
    background: #994;
    padding: 2px 2em;
    margin: 0 auto 5%;
    letter-spacing: 2px;
    color: #fff;
}
p.fair_box_li {
    margin-bottom: 5%;
}

h3.party_box_head3 {
    width: fit-content;
    margin: 0 auto 5%;
    border-bottom: solid 1px #994;
}
section.party {
    padding: 10% 0;
    background: #f8f8f8;
}
p.party_box_img {
    width: 90%;
    margin: 0 auto 10%;
}
p.fair_box_caution {
    text-align: center;
    font-size: 12px;
}
p.point_img02 {
    margin-bottom: 20%;
}
/* 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 0px;
    }
    h2.concept_head2 {
    margin-bottom: 50px;
        font-size: 36px;
}
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 16px;
    padding-left: 1em;
    padding-right: 1em;
}
dd.head2_dd {
    padding-left: 1em;
    text-align: left;
    color: #994;
    font-size: 25px;
}
h3.fair_head3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 60px;
    color: #996;
}
h3.fair_head3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 60px;
    color: #996;
}

.fair_infobox {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
    padding: 90px 50px 60px;
    background: #f9f9f9;
}

.fair_info_detail {
    margin-bottom: 15px;
}
dl.fair_date_dl {
    font-size: 18px;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
dt.fair_date_dt {
    width: 30%;
    margin-right: 5%;
    /* font-size: 13px; */
    text-align: left;
}
a.fair_date_link {
    text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 18px;
}
h3.venue_head3 {
    text-align: left;
    font-weight: normal;
    font-size: 36px;
    padding-left: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
h3.venue_head3::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url(../img/venue/venue_head3_maker.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 2%;
    top: 7px;
}
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 18px;
    padding-left: 1em;
    margin-bottom: 100px;
    padding-right: 1em;
}
section#legacy {
    padding: 60px 0;
    background: #000;
    margin-bottom: 50px;
}
p.legacy_txt {
    text-align: left;
    font-size: 18px;
    padding-left: 1em;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 4em;
}
    dt.fair_date_dt {
        width: 39%;
        margin-right: 5%;
        /* font-size: 13px; */
        text-align: left;
    }
    h5.fair_head5 {
    font-size: 18px;
    margin-bottom: 13px;
    text-align: left;
}
p.fair_txt {
    text-align: left;
    font-size: 19px;
}
p.fair_headtxt {
    text-align: left;
    font-size: 19px;
    line-height: 1.8em;
}
.only-sp{
    display: none;
}
p.fair_url {
    font-size: 16px;
}
p.fair_box_txt {
    width: 52%;
    text-align: left;
    font-size: 18px;
}
.point_slidebox {
    height: 750px;
    width: 90%;
    margin: 0 auto 10%;
}
.point_dt {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: .03em;
    margin-bottom: 10px;
}
.point_dd {
    font-size: 20px;
    line-height: 1.9;
    opacity: 0.95;
}
dt.head2_dt h2 {
    font-weight: 400;
    font-size: 40px;
    padding-left: 10px;
}
dt.head2_dt.facilities::after {
    width: 70%;
}
dt.head2_dt.fair::after {
    width: 65%;
}
dt.head2_dt.location::after {
    width: 70%;
}
dt.head2_dt.legacy::after {
    width: 75%;
    background: #fff;
}
h3.head3 {
    text-align: left;
    margin: 3% 5%;
    font-size: 23px;
}
li.scene_li img {
    object-fit: cover;
    height: 500px;
    width: 100%;
    border-radius: 20px;
}
p.fair_head {
    color: #994;
    font-size: 32px;
    margin-bottom: 5%;
    font-weight: 600;
    line-height: 1.6em;
}
h4.fair_content_head4 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: 400;
    padding: 15px 7px;
    margin-bottom: 1em;
    font-size: 20px;
}
dt.fair_content_dt {
    font-size: 24px;
    margin-bottom: 3%;
    color: #a29058;
}
dd.fair_content_dd {
    font-size: 16px;
    line-height: 1.6em;
}
p.point_txt02 {
    text-align: left;
    width: 35%;
    color: #fff;
    position: absolute;
    bottom: 14%;
    left: 5%;
    font-size: 14px;
}
dt.recommend_dt {
    color: #a39058;
    margin-bottom: 3%;
    font-size: 22px;
    font-weight: 700;
}
p.point_img02 {
    margin-bottom: 10%;
}
}