@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: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal; 
  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
}
img{
    vertical-align: bottom;
}
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,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,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%;
    }
}

/* toggle */

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

/* top */


header{
    max-width: 100%;
}

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

.fixed_bottom__inner {
    position: relative;
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}
.fixed_bottom {
       position: fixed;
    bottom: 20px;
    left: 0;
    width: 108%;
    height: 60px;
    background: no-repeat;
    z-index: 100;
}
.fixed_bottom__btn {
    display: block;
    position: relative;
    border-radius: 1px;
    width: 90%;
    height: 150%;
    align-items: center;
    cursor: pointer;
}

.fixed_bottom__inner p {
    font-weight: bold;
    font-size: 120%;
}
.fixed_bottom a {
    display: block;
    margin: 1%;
    border: none;
    background: none;
    color: #fff;
    border-radius: 10px;
    padding-top: 5px;
    font-size: 100%;
}
.fixed_bottom__inner span {
    color: red;
}
.ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 10%;
    width: 90%;
    margin: 0 auto 5%;
}
.ggmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
a.cvbt {
    display: block;
    margin: 0 auto 0%;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    font-size: 85%;
        width: 90%;
}

/* css ここから */


.swiper-container {
    width: 90%;
    margin-bottom: 10%;
}
.swiper-container {
    margin: 0 auto 5% !important;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
 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; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
 background-image: url(../img/page-right.png)!important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 background-image: url(../img/page-left.png)!important;
}

.swiper-container.reportslider {
    width: 90%;
}


p.topkv {
    margin-bottom: 5%;
}


.dress_pointbox {
    position: relative;
    margin-bottom: 5%;
}

p.dress_head {
    width: 90%;
    padding-left: 4%;
    margin-bottom: 5%;
    position: relative;
    z-index: 1;
}
p.dress_sub_ttl {
    width: 6%;
    position: absolute;
    top: 10%;
    right: 4%;
    z-index: 1;
}
p.dress_square {
    margin: auto;
    width: 100%;
    height: 150px;
    background: #ede0d8;
    position: absolute;
    top: 4%;
}
p.dress_txt {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
}



section#dress {
    margin: 15% 0 5%;
    padding-bottom: 10%;
}
p.dress_mv {
    margin-bottom: 10%;
}
p.dress_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
}

/* top */
main {
    max-width: 750px;
    margin: 0 auto;
}

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



section.fair {
    background: #f7f0e8;
    padding: 10% 0;
}
.head2_dl {
  position: relative;
  display: inline-block;
  margin-bottom: 3em;
}
.head2_dl :before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
.head2_dt {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin-bottom: 2%;
}
dd.head2_dd {
    font-size: 20px;
    padding-bottom: 5%;
}
ul.fair_ul01 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

li.fair_li01 {
    width: 48%;
    margin-bottom: 15px;
}
dt.fair_dt01 {
    margin-bottom: 10px;
}
dd.fair_dd01 {
    font-weight: 600;
    letter-spacing: 1px;
}
ul.fair_ul02 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
li.fair_li02 {
    width: 30%;
    margin-bottom: 15px;
}
dt.fair_dt02 {
    margin-bottom: 10px;
}
dd.fair_dd02 {
    font-weight: 600;
    letter-spacing: 1px;
}
section#recommend {
    position: relative;
    padding: 10% 0;
}
h2.recommend_head2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(transparent 60%, #f5dacf 60%);
    width: fit-content;
    margin: 0 auto 5%;
    padding: 5px 0.5em;
}
p.recommend_bgimg {
    position: absolute;
    top: 0;
    left: 0;
}
p.recommend_txt01 {
    font-weight: 600;
    margin-bottom: 2em;
    font-size: 15px;
}
p.recommend_txt02 {
    font-weight: 600;
    margin-bottom: 5em;
    font-size: 15px;
}
p.recommend_bgimg {
    position: absolute;
    top: 6%;
    left: 0;
}
.recommend_box {
    width: 90%;
    margin: 0 auto;
    background: #f9f6f1;
    padding: 1.5em;
}
h3.recommend_head3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7%;
}
h3.recommend_head3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7%;
    position: relative;
    display: inline-block;
    padding: 0 0 12px;
    font-size: 24px;
    letter-spacing: 0.05em;
}
h3.recommend_head3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background: #4a3f3a;
}
h3.recommend_head3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #4a3f3a;
    border-bottom: 2px solid #4a3f3a;
    transform: translateX(-50%) rotate(45deg);
    background: #f9f6f1;
}

li.recommend_li {
    text-align: left;
    margin-bottom: 2%;
    font-weight: 600;
    font-size: 12px;
    text-indent: -3em;
    padding-left: 3em;
}
li.recommend_li::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 19px;
    background-image: url(../img/recommend/recommend_mark.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 1em;
}
li.recommend_li span {
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(transparent 60%, #f5dacf 60%);
    padding: 0px 4px;
}

section.present {
    padding: 10% 0;
}
p.present_head {
    background: #b66a50;
    color: #fff;
    width: fit-content;
    margin: 0 auto 5%;
    font-weight: 600;
    padding: 5px 1em;
    letter-spacing: 1px;
}
ul.present_ul {
    width: 90%;
    margin: 0 auto 15%;
}
li.present_li {
    margin-bottom: 10%;
}
dt.present_dt {
    margin-bottom: 8%;
}
dd.present_dd {
    font-size: 18px;
    font-weight: 600;
}
.present_box {
    width: 90%;
    margin: 0 auto 5%;
    border: solid 2px #804f3c;
    border-radius: 10px;
}
h3.present_head3 {
    width: 65%;
    background: #Fff;
    margin: -6% auto 6%;
}
p.present_txt01 {
    margin-bottom: 5%;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt01 span{
    margin-bottom: 5%;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt02 {
    margin-bottom: 10%;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt01 span {
    background: linear-gradient(transparent 60%, #f5dacf 60%);
}
p.present_txt01 b {
    font-size: 28px;
    font-weight: 600;
    color: #b56a50;
}
p.present_txt02 span {
    background: linear-gradient(transparent 60%, #f5dacf 60%);
    font-weight: 600;
}
p.present_txt02 b {
    font-size: 28px;
    font-weight: 600;
    color: #b56a50;
}
p.present_txt02 i {

    font-weight: 600;
    color: #b56a50;
}

span.point_span {
    font-size: 16px;
    line-height: 2.4em;
}
section#point {
    padding: 10% 0;
    background: #f8e8e2;
}
dl.point_head3_dl {
    text-align: left;
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
}
dt.point_head3_dt {
    font-size: 130px;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    width: 15%;
    line-height: 0.7em;
}
dd.point_head3_dd {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}
p.point-img {
    margin-bottom: 10%;
}
p.point-txt01 {
    text-align: left;
    width: 90%;
    margin: 0 auto 10%;
    text-align: justify;
    line-height: 1.8em;
}
ul.point2_ul {
    width: 90%;
    margin: 0 auto 5%;
}
dt.point2_dt {
    margin-bottom: 5%;
}
dd.point2_dd {
    text-align: left;
    margin-bottom: 5%;
}
li.point2_li {
    padding-bottom: 5%;
    border-bottom: solid 2px #382925;
    margin-bottom: 5%;
}
section#access {
    padding: 10% 0;
    background: #f7f0e9;
}
p.access-info {
    width: 90%;
    margin: 0 auto;
    line-height: 1.8em;
    font-weight: 600;
    font-size: 13px;
}
@media (min-width: 769px) {
.head2_dt {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    margin-bottom: 2%;
}
dd.head2_dd {
    font-size: 27px;
    padding-bottom: 5%;
}
dd.fair_dd01 {
    font-size: 22px;
}
dd.fair_dd02 {
    font-size: 22px;
}
h2.recommend_head2 {
    font-size: 28px;
}
p.recommend_txt01 {
    font-size: 22px;
    line-height: 1.8em;
}
p.recommend_txt02 {
    font-size: 22px;
    line-height: 1.8em;
}
    p.recommend_txt02 {
        font-size: 22px;
        line-height: 1.8em;
        margin-bottom: 29%;
    }
    .recommend_box {
    padding: 2.5em;
}
li.recommend_li {
    text-align: left;
    margin-bottom: 2%;
    font-weight: 600;
    font-size: 20px;
    text-indent: -3em;
    padding-left: 3em;
}
li.recommend_li span {
    font-weight: 600;
    font-size: 36px;
    background: linear-gradient(transparent 60%, #f5dacf 60%);
    padding: 0px 4px;
}
li.recommend_li {
    text-align: left;
    margin-bottom: 2%;
    font-weight: 600;
    font-size: 20px;
    text-indent: -2em;
    padding-left: 3em;
}
dd.present_dd {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8em;
}
p.present_txt01 {
    margin-bottom: 5%;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt01 span {
    margin-bottom: 5%;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt01 b {
    font-size: 35px;
    font-weight: 600;
    color: #b56a50;
}
p.present_txt02 {
    margin-bottom: 5%;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt02 span {
    margin-bottom: 5%;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 600;
}
p.present_txt02 b {
    font-size: 35px;
    font-weight: 600;
    color: #b56a50;
}
dt.point_head3_dt {
    font-size: 200px;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    width: 11%;
    line-height: 0.7em;
}
dd.point_head3_dd {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6em;
}
dd.point2_dd {
    text-align: left;
    margin-bottom: 5%;
    font-size: 20px;
}
p.dress_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
}
p.access-info {
    width: 90%;
    margin: 0 auto;
    line-height: 1.8em;
    font-weight: 600;
    font-size: 20px;
}
}