@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 Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-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
}

[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: #383838;
    /* 游明朝体 */
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-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%;
    letter-spacing: 1px;
}


/* スクロールアニメーション */
.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 {
    width: 90%;
    display: block;
    margin: 0 auto 10%;
}



header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
dl.heading2.present-ioc::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 60px;
    background-image: url(../img/present/present-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 10%;
    top: 0px;
}

section.access {
    padding: 25% 0 1%;
    /* width: 95%; */
    background: #fff2f0;
    /* border-radius: 10px; */
    position: relative;
}
p.access-fukidashi {
    width: 30%;
    position: absolute;
    right: 0;
    top: 12%;
    z-index: 10;
    display: none;
}

.access-box {
    width: 80%;
    margin: 0 auto 10%;
}
ul.access-ul {
    text-align: left;
    margin-bottom: 10%;
}
li.access-li {
    margin-bottom: 5%;
}
dl.access-dl {
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
    color: #383838;
    border-bottom: dashed 1px;
    padding-bottom: 5%;
}
dt.access-dt {
    width: 30%;

}
dd.access-dd {
    width: 80%;
    font-size: 95%;
}
dd.access-dd span {
    color: #ff0000;
}
.access-box a.cvbt{
    background: #c96e78;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
    letter-spacing: 2px;
}

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

/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 80%;
}
.tab_item {
    width: calc(90% / 3);
    padding: 5px 0;
    background-color: #efd29c;
    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: 16px;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.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,
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content,
#tab12:checked ~ #tab12_content,
#tab13:checked ~ #tab13_content{
  display: block;
}
.tab_item2 {
    width: calc(90% / 3);
    padding: 5px 0;
    background-color: #efd29c;
    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: 16px;
}
.tab_item2:hover {
  opacity: 0.75;
}
#tab1_2:checked ~ #tab1_2_content,
#tab2_2:checked ~ #tab2_2_content,
#tab3_2:checked ~ #tab3_2_content{
  display: block;
}
input[name="tab_item2"] {
  display: none;
}

.tab_container input:checked + .tab_item {
    background-color: #c89d4e;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #c89d4e;
    color: #fff;
}
.tab_content_description {
    margin: 0 auto;
}
dt.access-dt {
    width: 30%;
    /* color: #c96e78; */
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
}
dd.access-dd {
    width: 80%;
    font-size: 75%;
}

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

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


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

dl.faq-box dd {
    line-height: 1.7em;
}
.grecaptcha-badge { visibility: hidden; }

.faq-caution-box {
    padding: 10px;
    width: 70%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 83%;
    line-height: 1.8em;
}
section#faq {
    padding: 25% 0 10%;
}


section#faq h2 {
    margin: 0 auto 20px;
}
dl.faq-box {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
}
dl.faq-box dt {
    font-size: 85%;
    font-weight: 700;
    background: #383838;
    padding: 10px;
    color: #fff;
}
dl.faq-box dt span {
        color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
dl.faq-box dd {
    line-height: 1.7em;
    background: #fff;
    font-size: 80%;
    text-align: justify;
}

.wpcf7-form input[type='checkbox'], 
.wpcf7-form input[type='radio'] {
    display: inline-block;
}


.form-head {
    background: #e4e4e4;
    padding: 5px 10px;
    margin-bottom: 20px;
}


.copyright {
    border-top: solid 1px #fff;
    padding-top: 1em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}


/* 202505対応 */


section#intro {
    background: #fff2f0;
    padding: 10% 0;
}
p.intro-txt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5%;
}
p.intro-img {
    width: 90%;
    margin: 0 auto 5%;
}
p.intro-img2 {
    width: 100%;
    margin: 0 auto 5%;
}
p.intro-txt2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.3em;
    margin-bottom: 5%;
}
p.intro-txt2 span {
    font-size: 22px;
}

dt.intro-dt {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 4px solid #fb6574;
    width: fit-content;
    margin: 0 auto 5%;
    padding-bottom: 7px;
}

dd.intro-dd {
    width: 85%;
    margin: 0 auto 3%;
}

p.intro-txt2.pinktxt {
    color: #fb6574;
}

section#content {
    padding: 25% 0 10%;
    position: relative;
}
h2.lp_head2 {
    font-size: 24px;
    letter-spacing: 3px;
    position: relative;
    color: #c89d4e;
    margin-bottom: 10%;
}
h2.lp_head2::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../img/lp_head2_daia.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: 50%;
  transform: translateX(-50%);
}
h3.content_head3 {
    width: 100%;
    margin: 0 auto 5%;
}

p.content_img {
    width: 80%;
    margin: 0 auto 3%;
}

.swiper.contentslide_right {
    width: 80%;
    margin: 0 auto 10%;
    overflow: hidden;
}
.swiper.contentslide_left {
    width: 80%;
    margin: 0 auto 10%;
    overflow: hidden;
}
p.content_txt {
    line-height: 2.3em;
    margin-bottom: 5%;
    font-weight: 700;
    font-size: 76%;
}
p.content_txt span {
    color: #f76e7d;
}
ul.content_ul {
    width: 80%;
    margin: 0 auto 5%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.content_li {
    width: 49%;
    margin-bottom: 2%;
}
section#point {
    padding: 25% 0 10%;
    position: relative;
}
p.point_img {
    width: 90%;
    margin: 0 auto 10%;
}
p.point_txt {
    font-size: 25px;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fb6574;
}
p.point_txt span {
    background: linear-gradient(transparent 50%, #fcf5e5 50%);
    padding: 0 0.2em 0.1em;
}
p.point_txt {
    font-size: 25px;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fb6574;
    margin-bottom: 5%;
}
.swiper.point_slide {
    width: 95%;
    margin: 0 auto 5%;
    overflow: hidden;
}
section#present {
    padding: 25% 0 10%;
    background: #fff2f0;
}

p.present_txt {
    font-size: 80%;
    font-weight: 700;
    margin-bottom: 5%;
    line-height: 2.3em;
}
ul.present_ul {
    width: 80%;
    margin: 0 auto 10%;
}
ul.present_ul.pumb30 {
    margin: 0 auto 30%;
}
li.present_li {
    margin-bottom: 5%;
}
section#schedule {
    padding: 25% 0 10%;
    position: relative;
}

.schedule_box {
    width: 85%;
    margin: 0 auto 10%;
    border: solid 1px #333;
    padding: 1.5em 1em;
}
h3.schedule_head3 {
    font-size: 110%;
    letter-spacing: 1px;
    margin-bottom: 5%;
}
.schedule_step_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: dashed 2px;
    margin-bottom: 5%;
    padding-bottom: 5%;
}
p.schedule_step_img {
    width: 40%;
}
dl.schedule_dl {
    width: 55%;
    text-align: left;
}
dt.schedule_dt {
    color: #c89d4e;
    position: relative;
}
dt.schedule_dt span {
    position: absolute;
    width: 23px;
    top: 11px;
    left: -5px;
    z-index: -1;
}
dt.schedule_dt.orline {
    line-height: 1.8em;
}
dd.schedule_dd {
    font-size: 64%;
    line-height: 1.8em;
}
dd.schedule_dd {
    font-size: 64%;
    line-height: 1.8em;
    font-weight: 700;
}
section#voice {
    padding: 25% 0 10%;
}
.voice_box {
    width: 80%;
    margin: 0 auto 5%;
    border-radius: 20px;
    border: solid #c89c4e;
    padding: 1.5em 1em;
}
.voice_profile_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.voice_img {
    width: 17%;
}
dl.voice_dl {
    width: 78%;
    text-align: left;
}

dt.voice_dt {
    color: #c89d4e;
    font-size: 12px;
}
dd.voice_dd {
    font-size: 67%;
    line-height: 1.8em;
    font-weight: 700;
}
.voice_profile_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2%;
}
p.voice_txt {
    text-align: left;
    font-size: 70%;
    line-height: 1.8em;
}
.footer {
    /* margin-bottom: 20%; */
    background: #f2f2f2;
    padding-bottom: 10%;
}
p.foot_caution {
    font-size: 12px;
}
.faq-box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}

.faq-question {
  cursor: pointer;
  position: relative;
  padding: 16px 40px 16px 0;
  font-weight: bold;
  transition: background 0.3s;
}

.faq-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0;
  transition: all 0.6s ease;
}

.faq-box.open .faq-answer {
  max-height: 1000px; /* 十分な高さに */
  opacity: 1;
  padding: 12px 0 20px 0;
}

.faq-box.open .faq-toggle {
  content: "−";
}

.faq-box.open .faq-toggle::before {
  content: "−";
  font-weight: bold;
    font-size: 20px;
}

.faq-toggle::before {
  content: "+";
  font-weight: bold;
    font-size: 20px;
}


.swiper-wrapper {
    transition-timing-function: linear !important;
}
section#mainv {
    position: relative;
    background: #f1f0ec;

}
p.top_badge {
    position: absolute;
    width: 30%;
    top: 5%;
    left: 3%;
    z-index: 10;
    display: none;
}
p.top_text {
        position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
p.top_text_logo {
    position: absolute;
    bottom: 10%;
    left: 2%;
    z-index: 10;
    width: 60%;
    z-index: 10;
}
.slide_radius{

}
p.bokahi_bg01 {
    position: absolute;
    left: 0;
    top: 24%;
    width: 60%;
    z-index: -1;
}
p.bokahi_bg02 {
    position: absolute;
    top: 40%;
    left: 0;
    width: 60%;
    z-index: -1;
}
p.bokahi_bg03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
        z-index: -1;
}
p.bokahi_bg04 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
        z-index: -1;
}

.accordion-header {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5%;
    border: solid 1px;
}
.accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
}
.form_access_box {
    margin-bottom: 2%;
}
.form_head {
    background: #ffb3ba75;
    padding: 5px 0.5em;
    margin-bottom: 5%;
}
p.form_caution {
    font-size: 12px;
    margin-bottom: 2%;
}
.input_100 {
    margin-bottom: 20px !important;
}

select[name="sanka-ninzu"] option:first-child,
select[name="kento"] option:first-child {
  color: #999;
}
body.modal-open {
  overflow: hidden;

}
input[type="submit"], input[type="button"] {
    margin: auto;
    display: block;
    width: 76%;
    background: #f76475 !important;
    color: #fff;
    padding: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    filter: none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
}
.modal-inner {
    margin: 5vh 0 0;
    background: #fdf7f0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
    height: 95vh;
}
.modal-content__title {
    font-size: 1.5rem !important;
    font-weight: bold;
    color: #383838;
}
input[type="submit"]:disabled, input[type="button"]:disabled {
    color: #fff !important;
    background: #aaa !important;
    opacity: 0.6;
    cursor: not-allowed;
}

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

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto 10%;
    padding-bottom: 10%;
}
    .fixed_bottom {
        position: fixed;
        bottom: 140px;
        left: 0;
        width: 39%;
        height: 63px;
        /* background: #DBBD88; */
        z-index: 100;
        left: 50%;
        transform: translateX(-50%);
    }
    p.intro-txt {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5%;
}
p.intro-txt2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 5%;
}
dt.intro-dt {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 4px solid #fb6574;
    width: fit-content;
    margin: 0 auto 5%;
    padding-bottom: 7px;
}

h2.lp_head2 {
    font-size: 34px;
    letter-spacing: 3px;
    position: relative;
    color: #c89d4e;
    margin-bottom: 10%;
}
h2.lp_head2::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 60px;
    background-image: url(../img/lp_head2_daia.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}
p.content_txt {
    line-height: 1.9em;
    margin-bottom: 5%;
    font-weight: 700;
    font-size: 95%;
}
dt.access-dt {
    width: 30%;
    /* color: #c96e78; */
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}
dd.access-dd {
    width: 80%;
    font-size: 100%;
}
p.point_txt {
    font-size: 32px;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fb6574;
    margin-bottom: 5%;
}
p.present_txt {
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 5%;
}
p.schedule_step_img {
    width: 33%;
}

dl.schedule_dl {
    width: 62%;
    text-align: left;
}
dt.schedule_dt {
    color: #c89d4e;
    font-size: 22px;
    margin-bottom: 5%;
}
dd.schedule_dd {
    font-size: 100%;
    line-height: 1.8em;
    font-weight: 700;
}
h3.schedule_head3 {
    font-size: 130%;
    letter-spacing: 1px;
    margin-bottom: 5%;
}
voice_profile_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1%;
}
p.voice_img {
    width: 12%;
}
dl.voice_dl {
    width: 82%;
    text-align: left;
}
dt.voice_dt {
    color: #c89d4e;
    font-size: 22px;
}
dd.voice_dd {
    font-size: 126%;
    line-height: 1.8em;
    font-weight: 700;
}
p.voice_txt {
    text-align: left;
    font-size: 100%;
    line-height: 1.4em;
}
dl.faq-box dt {
    font-size: 100%;
    font-weight: 700;
    background: #383838;
    padding: 10px;
    color: #fff;
}
dt.schedule_dt span {
    position: absolute;
    width: 31px;
    top: 24px;
    left: -10px;
    z-index: -1;
}
.footer {
    /* margin-bottom: 20%; */
    background: #fef2f0;
    padding-bottom: 10%;
}
}