@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;
    }
}
.tab_content {
  display: none;
  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,
#tab9:checked ~ #tab9_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,
#tab9_2:checked ~ #tab9_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;
}
/* 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%;
}

@media(max-width: 320px) {
    p.access-fukidashi {
    width: 23%;
    position: absolute;
    right: 0;
    top: 11%;
    z-index: 10;
    display: none;
}
}

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


/* タブ周り */

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


.swiper-button-prev::after,
.swiper-button-next::after {
  color: #995355;
  font-size: 20px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #995355 !important;
}



section#section-top {
    margin-bottom: 5%;
}

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

h3.about_head3 {
    margin-bottom: 5%;
}
.about_flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}
p.about-fleximg {
    width: 40%;
}
p.about-flextxt {
    width: 57%;
    font-size: 10px;
    text-align: left;
    line-height: 1.4em;
}
p.about-img {
    margin-bottom: 3%;
}
h2.fes_content_head2 {
    margin-bottom: 5%;
}
ul.fes_content_ul {
    width: 90%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.fes_content_li {
    width: 32%;
    margin-bottom: 10px;
}
h3.fes_content_head3 {
    margin-bottom: 10%;
}
ul.fes_content_ul02 {
    margin-bottom: 10%;
}
li.fes_content_li02 {
    margin-bottom: 5%;
    text-align: left;
    font-size: 12px;
}
h2.fes_present_head2 {
    margin-bottom: 5%;
}
p.fes_content_txt {
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 14px;
}
ul.fes_present_ul {
    width: 90%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.fes_present_li {
    width: 32%;
    margin-bottom: 5px;
}
h2.fes_schedule_head2 {
    margin-bottom: 10%;
}

h3.fes_schedule_head3 {
    margin-bottom: 5%;
}
h4.fes_schedule_head4 {
    background: #ddd;
    width: fit-content;
    padding: 5px 1em;
    margin-left: 15%;
    margin-bottom: 5%;
}
ul.fes_schedule_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 15%;
    margin-bottom: 10%;
    width: 97%;
}
li.fes_schedule_li {
    width: 30%;
    margin-bottom: 10px;
}
.fes_schedule_flexbox {
    padding-left: 15%;
    display: flex;
    width: 98%;
    margin-bottom: 10%;
}
p.fes_schedule_fleximg {
    width: 30%;
    margin-right: 3%;
}
p.fes_schedule_flextxt {
    width: 68%;
    text-align: left;
    font-size: 14px;
}
.fes_schedule_flexnobox {
    padding-left: 15%;
    width: 98%;
    margin-bottom: 5%;
}
p.fes_schedule_flexnoimg {
    margin-bottom: 5%;
}
p.fes_schedule_flexnotxt {
    text-align: left;
    font-size: 14px;
}
.fes_schedule_box::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 23px;
    width: 3px;
    height: calc(100% - 0px + 27px);
    background: #f2d4c8;
    z-index: -1;
}
.fes_schedule_box {
    position: relative;
}
.fes_schedule_box.lasted::before {
    display: none;
}
h2.fes_schedule_head2 {
    margin-bottom: 10%;
}
ul.plan_ul {
    /* width: 90%; */
    padding: 0 5% 10%;
    background: #fcf7f5;
}
section#plan {
    margin-bottom: 5%;
}
ul.venue_ul {
    width: 90%;
    margin: 0 auto 10%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
li.venue_li {
    width: 32%;
    margin-bottom: 7px;
}
h2.venue_head2 {
    margin-bottom: 5%;
}
p.content-txt01 {
    text-align: left;
    padding-left: 5%;
    font-size: 14px;
    margin-bottom: 5%;
}
li.venue_li {
    width: 32%;
    margin-bottom: 7px;
}
h2.ttl_head2 {
    margin-bottom: 5%;
}
p.voice_img {
    width: 90%;
    margin: 0 auto 5%;
}
dl.faq-box {
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
}
dl.faq-box dt {
    background: #f7e4dd;
    padding: 2%;
}
dl.faq-box dd {
    padding: 3%;
    background: #f3f3f3;
    font-size: 13px;
}
dl.faq-box dt span {
    margin-right: 6px;
}
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;
}
dl.access-dl {
    font-size: 14px;
    margin-bottom: 5%;
}
dt.access-dt {
    margin-bottom: 5px;
    color: #872728;
    border-bottom: solid 1px #872728;
    padding-bottom: 5px;
}
ul.access-ul {
    text-align: left;
    width: 90%;
    margin: 0 auto 10%;
}

dl.voice_box {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
dt.voice_box_dt {
    width: 20%;
    margin-right: 5%;
}

dd.voice_box_dd {
    width: 70%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #e38793;
    box-sizing: border-box;
    border-radius: 10px;
}

dd.voice_box_dd:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

dd.voice_box_dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e38793;
  z-index: 1;
}
dl.faq-box dt span {
    color: rgb(146, 92, 76);
    font-size: 15px;
    padding-right: 1em;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.swiper_outro {
    position: relative;
        width: 90%;
    margin: 0 auto 5%;
        overflow: hidden;
}
.swiper_venue {

}
ul.fes-present_ul {
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.fes-present_li {
    width: 32%;
    margin-bottom: 3%;
}
ul.fes-present_caution_ul {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10%;
}
#voice .hidden_toggle_box {
    width: inherit;
    margin: 5% auto;
    padding: 1em 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: auto;
    display: none;
}
#voice .hidden_toggle_box.open {
    opacity: 1;
    transform: translateY(0);
    display: block;
}
.toggle-button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid rgb(208, 126, 133);
}

section#access {
    margin: 10% 0;
}


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

.swiper-slide.venuebox {
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #eee;
    min-height: 800px !important;
}
.fes_schedule_box::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 47px;
    width: 3px;
    height: calc(100% - 0px + 27px);
    background: #f2d4c8;
    z-index: -1;
}
p.about-flextxt {
    width: 57%;
    font-size: 18px;
    text-align: left;
    line-height: 1.4em;
}
p.fes_content_txt {
    width: 90%;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 17px;
}
p.fes_schedule_flextxt {
    width: 68%;
    text-align: left;
    font-size: 18px;
}
p.fes_schedule_flexnotxt {
    text-align: left;
    font-size: 18px;
}
p.content-txt01 {
    text-align: left;
    padding-left: 5%;
    font-size: 18px;
    margin-bottom: 5%;
}
dd.voice_box_dd {
    width: 70%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 18px;
    background: #FFF;
    border: solid 3px #e38793;
    box-sizing: border-box;
    border-radius: 10px;
}
dl.faq-box dt {
    background: #f7e4dd;
    padding: 2%;
    font-size: 17px;
}
dl.faq-box dd {
    padding: 3%;
    background: #f3f3f3;
    font-size: 16px;
}
p.access_img {
    margin-bottom: 5%;
}
dl.access-dl {
    font-size: 17px;
    margin-bottom: 5%;
}
}