@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&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[lang="ja"] {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}
body {
    color: #000;
    font-feature-settings: 'palt';
    line-height: 1.4em;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* スクロールアニメーション */
.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 {
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 34px;
    letter-spacing: 2px;
}
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 {
    margin-bottom: 0px;
}
@media(max-width: 320px) {


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


.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ここから*/
section#section-top {
    margin-bottom: 0px;
}

.fixed_bottom--form {
    background: none;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    width: 85%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 0px !important;
    letter-spacing: 2px;
}

.hidden_toggle_box {
    display: none; /* 初期状態では隠す */
}
.hidden_toggle_box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hidden_toggle_box.open {
    opacity: 1;
    visibility: visible;
}
.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(97 68 31);
}}

.toggle-container {
    margin-bottom: 20px;
}
.tab_container.plan_tabbox {
    margin-top: 10%;
}
.tab_content {
  display: none;
  padding: 0.5em 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_2:checked ~ #tab1_2_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: #393939;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #184d92;
    color: #fff;
}
.tab_content_description {
    width: 96%;
    margin: 0 auto;
}
.tab_content_description2 {
    width: 100%;
    margin: 0 auto;
}

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item {
    width: calc(96% / 2);
    padding: 5px 0;
    background-color: #fff;
    text-align: center;
    color: #393939;
    display: block;
    background: #fff;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2sease;
    margin: 2px;
    border-radius: 10px;
    border: solid 2px #393939;
    z-index: 10;
    position: relative;
    font-size: 12px;
    font-family: hiragino kakugo;
}
.tab_item2 {
    width: calc(91% / 3);
    padding: 5px 0;
    background-color: #fff;
    text-align: center;
    color: #393939;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2sease;
    margin: 5px;
    border-radius: 10px;
    border: solid 2px #393939;
}

.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}
section#style {
        background: linear-gradient(90deg, #d9e9f7 0%, #d9e9f7 65%, #f3f5dd 100%);
    padding: 10% 0;
}
.swiper.mainSwiper {
    margin-bottom: 4%;
}
/* すべてのサムネイルスライドを少し薄く */
.thumbsSwiper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s; /* スムーズな切り替え用に */
}

/* 選択中(アクティブ)のサムネイルは不透明に */
.thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiperGroup {
    margin-bottom: 5%;
}
.swiper {
    max-width: inherit;
    width: 100%;
    margin-bottom: 5%;
}
.swiper.mainSwiper.chapelimg {
    margin-bottom: 4%;
    width: 48%;
    position: absolute;
    top: 9%;
}
.swiper.mainSwiper.hallimg {
margin-bottom: 4%;
    width: 48%;
    position: absolute;
    top: 9%;
    right: 0;
}
.swiper.thumbsSwiper {
    margin-top: 10%;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 10%;
}


section#mainv {
    position: relative;
}

p.top_badge {
    width: 35%;
    position: absolute;
    top: 1%;
    left: 2%;
    z-index: 2;
}

p.top_text {
    width: 20%;
    position: absolute;
    z-index: 2;
    top: 5%;
    right: 4%;
}

.swiper.slide_radius {
    margin-bottom: 0;
}

section#intro {
    background-color: #fff;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    /* color: white; */
    padding: 35% 0 0;
    margin-top: -26%;
    z-index: 10;
    position: relative;
    display: none;
}
h2.intro_head2 {
    width: 16%;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto 13%;
    font-size: 20px;
    line-height: 1.5em;
    font-family: " Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

section#about {
    padding: 10% 0;
    background-color: #fff;
    clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
    /* color: white; */
    padding: 28% 0 0;
    margin-top: -28%;
    z-index: 10;
    position: relative;
}
p.intro_wabg {
    width: 40%;
    top: 7%;
    position: absolute;
    right: 0;
}
p.intro_wabg02 {
    width: 40%;
    bottom: 14%;
    position: absolute;
}

h3.about_head3 {
        font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 10%;
    margin-top: 18%;
}
ul.about_ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 20%;
}
li.about_li:first-child {
    width: 39%;
    margin-bottom: 5%;
}
li.about_li:nth-child(2) {
    width: 51%;
    padding-top: 18%;
}
li.about_li:nth-child(3) {
    width: 56%;
}
li.about_li:last-child {
    width: 37%;
    margin-top: -15px;
}
section#point {
    padding: 10% 0;
}
.pointbox {
    position: relative;
}
h3.point_head3 {
    width: 30%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 4%;
}
.swiperGroup {
    margin-bottom: 5%;
    width: 80%;
    margin: 0 auto;
}
.swiperGroup.groupbox01 {
    padding-top: 31%;
}
.swiperGroup.groupbox02 {
    padding-top: 43%;
}
.swiperGroup.groupbox03 {
    padding-top: 31%;
}
p.point_txt {
    width: 80%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 13px;
}
section#merit {
    position: relative;
}
dl.merit_dl {
    margin-top: -30px;
}
dt.merit_dt {
    text-align: left;
    font-size: 14px;
    margin-left: 8%;
    margin-bottom: 5%;
}
dd.merit_dd {
    width: 75%;
    margin-bottom: 10%;
}
p.merit_vertxt {
    position: absolute;
    writing-mode: vertical-rl;
    top: 27%;
    right: 5%;
}
p.merit_txt {
    width: 85%;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 14px;
}
p.situation_img {
    margin-bottom: 5%;
}
h3.situation_head2 {
    margin-bottom: 5%;
}

.plan_box {
    padding: 0.5em;
    border: solid 1px #ddd;
}

p.plan_img {
    margin-bottom: 5%;
}
h3.plan_head3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5%;
}

dt.store_dt {
    font-size: 30px;
    color: #d93025;
    font-weight: 700;
}
dt.store_dt span {
    font-size: 15px;
    color: #333;
}
dt.store_dts {
    margin-bottom: 2%;
    font-size: 17px;
    text-decoration: line-through;
    text-decoration-color: #f00;
}
dl.store_dl {
    margin-bottom: 5%;
    border-bottom: solid 1px #393939;
    padding-bottom: 4%;
}
p.plan_content_txt {
    text-align: left;
    font-size: 12px;
    padding: 0.5em;
}
.plan_jokenbox {
    background: #e6e6e6;
    padding: 0.5em;
}
p.plan_joken_txt {
    text-align: left;
    font-size: 12px;
}
section#fair {
    position: relative;
}
h2.fair_head2 {
    padding-top: 8%;
    margin-bottom: 5%;
    z-index: 10;
    position: relative;
}
h3.fair_head3.fairttl01 {
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 1.5em;
}
p.fair_topbg {
    position: absolute;
    top: 0;
    left: 0;
}
h3.fair_head3.fairttl01 {
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 4%;
}
p.fair_img {
    width: 90%;
    margin: 0 auto 5%;
}
p.fair_txt01 {
    width: 90%;
    margin: 0 auto 6%;
}
ul.fair_ul {
    width: 90%;
    margin: 0 auto 5%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
}
li.fair_li {
    width: 32%;
    gap: 10px;
}
section#access {
    padding: 10% 0;
}
h2.access_head2 {
    margin-bottom: 5%;
}
dl.access_dl {
    text-align: left;
    width: 90%;
    margin: 0 auto 5%;
}
dt.access_dt {
    border-bottom: solid 1px;
    margin-bottom: 3%;
    padding-bottom: 3%;
}
.fixed_bottom a {
    display: block;
    margin: -31px auto 1%;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}
h3.kimono_head2 {
    margin-bottom: 5%;
}
section#first_camp {
    padding: 10% 0;
}
.fairbox {
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    border: solid 1px #fff;
    overflow: hidden;
}
    section#about {
        padding: 8% 0;
        background: url(../img/about/about_bg.png);
    }
h2.plan_head2 {
    z-index: -1;
    position: relative;
}
.special_plan_box {
    width: 95%;
    margin: -10% auto 5%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10% 0 5%;
}

/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto 10%;
    padding-bottom: 10%;
}
section#intro {
    background-color: #fff;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    /* color: white; */
    padding: 16% 0 0;
    margin-top: -14%;
    z-index: 10;
    position: relative;
}
h2.intro_head2 {
    width: 18%;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto 13%;
    font-size: 29px;
    line-height: 1.5em;
    font-family: " Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}
    section#about {
        padding: 8% 0;
        background: url(../img/about/about_bg.png);
    }
    h3.about_head3 {
    font-weight: normal !important;
    font-size: 21px;
    margin-bottom: 10%;
    line-height: 1.8em;
}
section#point {
    padding: 5% 0;
}
dt.merit_dt {
    text-align: left;
    font-size: 23px;
    margin-left: 8%;
    margin-bottom: 5%;
}
p.merit_vertxt {
    position: absolute;
    writing-mode: vertical-rl;
    top: 31%;
    right: 5%;
    font-size: 27px;
    line-height: 1.8em;
}
p.merit_txt {
    width: 91%;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 20px;
}
.tab_content {
    display: none;
    padding: 1.5em 0 0;
    clear: both;
    overflow: hidden;
}
.tab_item {
    width: calc(96% / 3);
    padding: 11px 0;
    background-color: #fff;
    text-align: center;
    color: #393939;
    display: block;
    background: #fff;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2sease;
    margin: 8px 2px;
    border-radius: 10px;
    border: solid 2px #393939;
    z-index: 10;
    position: relative;
    font-size: 16px;
    font-family: hiragino kakugo;
}
h3.plan_head3 {
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 5%;
}
dt.store_dt {
    font-size: 40px;
}
dd.store_dd {
    font-size: 20px;
}
p.plan_content_txt {
    text-align: left;
    font-size: 18px;
    padding: 0.5em;
}
p.plan_joken_txt {
    text-align: left;
    font-size: 18px;
}
p.fair_txt01 {
    width: 90%;
    margin: 0 auto 6%;
    font-size: 25px;
}
p.fair_caution {
    font-size: 20px;
}
.fixed_bottom {
    position: fixed;
    left: 50%;
  transform: translateX(100%);
    left: 0;
    width: 34%;
    height: 135px;
    /* background: #DBBD88; */
    z-index: 100;
}
        section#about {
        padding: 10% 0;
        background-color: #fff;
        clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
        /* color: white; */
        padding: 12% 0 5%;
        margin-top: -31%;
        z-index: 10;
        position: relative;
    }
h3.about_head3 {
    font-weight: normal !important;
    margin-top: 25%;
}
}