body {
    min-width: 1000px;
}

.disp-sp {
    display: none;
}

a[href*="tel:"] {
    pointer-events: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

body.modeset__formonly {
    padding-top: 100px;
}

/* header */
.header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #FFF;
    box-shadow: 3px 0 6px rgba(0, 0, 0, .16);
    z-index: 10;
}

.header__logo {
    margin-right: auto;
    font-size: 34px;
    color: #F24E35;
    font-weight: 800;
}

.header__logo img {
    width: 258px;
}

.header__link {
    position: relative;
    width: 317px;
    background: url(../img/header_arrow.svg) no-repeat right 15px center;
    background-color: #F36D27;
    border-radius: 35px;
    box-shadow: 0 4px 0 #D23E0E;
    padding: 19px 20px 19px 10px;
    box-sizing: border-box;
    border: 3px solid #F36D26;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.header__link:hover {
    top: 4px;
    border: 3px solid #F36D26;
    background: url(../img/header_arrow_orange.svg) no-repeat right 15px center;
    background-color: #fff;
    box-shadow: none;
    color: #F36D27;
}

.header__tel {
    margin-right: 25px;
}

.header__tel__text {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

.header__tel__text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 8px;
    background-color: #3A3A3A;
}

.header__tel__text:before {
    left: 0;
}

.header__tel__text__inner {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.header__tel__link {
    padding-left: 30px;
    color: #F59D1A;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    background: url(../img/header_tel.svg) no-repeat left center;
}

/* mv */
.mv {
    display: flex;
    position: relative;
    background: url(../img/mv_pc.jpg) calc(50% + 230px) no-repeat;
    /* height: 589px; */
    height: 618px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
}

.mv1 {
    display: flex;
    position: relative;
    background: url(../img/mv1.jpg) calc(50% + 230px) no-repeat;
    /* height: 589px; */
    height: 618px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
}

.mv2 {
    display: flex;
    position: relative;
    background: url(../img/mv2.jpg) calc(50% + 230px) no-repeat;
    /* height: 589px; */
    height: 618px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
}



.mv__inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.mv__midashi {
    /* margin: 152px 0 76px; */
    margin: 152px 0 0;
    color: #006EE4;
    font-weight: bold;
    font-size: 68px;
    line-height: 1.3;
    text-shadow:
        4px 4px 4px #ffffff,
        -4px 4px 4px #ffffff,
        4px -4px 4px #ffffff,
        -4px -4px 4px #ffffff,
        4px 0px 4px #ffffff,
        0px 4px 4px #ffffff,
        -4px 0px 4px #ffffff,
        0px -4px 4px #ffffff;
}

.mv__midashi-small {
    font-size: 57px;
}

.mv__feature {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-left: calc((100vw - 1000px) / 2 * -1);
    padding: 16px calc((100vw - 1000px) / 2) 16px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    margin-top: auto;
}

.mv__feature1 {}

.mv__feature__item1 {
    margin-right: 60px;
}

.mv__feature__item1:last-child {
    margin-right: 0;
}

.mv__feature__item1 img {
    height: 140px;

}

/* mv__present */
.mv__present {
    padding: 30px 0;
    background-color: #006EE4;
}

.mv__present__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.mv__present__midashi__sub {
    display: inline-block;
    padding: 7px 10px;
    font-size: 18px;
    color: #FFF;
    background-color: #006EE4;
    border-radius: 5px;
}

.mv__present__midashi {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #F36D27;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

/* .inquire__midashi {
    color: #FFE600;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline-block;
} */

.mv__present__midashi::before {
    content: url(../img/mv_present_midashi_icon_left.svg);
    display: inline-block;
    vertical-align: bottom;
    width: .6em;
    height: auto;
    position: absolute;
    top: .2em;
    left: -6%;
}

.mv__present__midashi::after {
    content: url(../img/mv_present_midashi_icon_right.svg);
    display: inline-block;
    vertical-align: bottom;
    width: .6em;
    height: auto;
    position: absolute;
    top: .2em;
    right: -6%;
    /* transform: scaleX(-1); */
}

/* .mv__present__midashi::before,
.mv__present__midashi::after {
    display: inline-block;
    content: "";
    width: 21px;
    height: 34px;
}

.mv__present__midashi::before {
    margin-right: 10px;
    background: url("../img/mv_present_midashi_icon_left.svg") no-repeat;
}

.mv__present__midashi::after {
    margin-left: 10px;
    background: url("../img/mv_present_midashi_icon_right.svg") no-repeat;
} */

.mv__present__list {
    width: 100%;
    margin: 30px 0 30px;
    display: flex;
    justify-content: space-between;
}

.mv__present__list li {
    width: calc((100% - 50px) / 6);
}

.mv__present__list li img {
    width: 100%;
    height: auto;
}

.mv__present__link {
    position: relative;
    width: 542px;
    background: url(../img/header_arrow.svg) no-repeat right 15px center;
    background-color: #F36D27;
    border-radius: 45px;
    box-shadow: 0 4px 0 #D23E0E;
    padding: 27px 20px 27px 10px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 3px solid #F36D26;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.mv__present__link:hover {
    top: 4px;
    border: 3px solid #F36D26;
    background: url(../img/header_arrow_orange.svg) no-repeat right 15px center;
    background-color: #fff;
    box-shadow: none;
    color: #F36D27;
}

.mv__present__link__sub {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    background-color: #FFE600;
    color: #3A3A3A;
    font-size: 18px;
    border-radius: 20px;
    padding: 9px 0;
}

.mv__present__link__sub:after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    border: 6px solid transparent;
    border-top: 7px solid #FFE600;
}

/* anxiety */
.anxiety {
    background-color: #006EE4;
    padding: 18px 0 30px;
    text-align: center;
}

.anxiety__midashi {
    margin-bottom: 34px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.anxiety__midashi__point {
    text-emphasis: filled;
}

.anxiety__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.anxiety__inner__text {
    width: 500px;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
}

.anxiety__link {
    position: relative;
    width: 412px;
    background: url(../img/header_arrow.svg) no-repeat right 15px center;
    background-color: #F36D27;
    border-radius: 45px;
    box-shadow: 0 4px 0 #D23E0E;
    padding: 27px 20px 27px 10px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 3px solid #F36D26;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.anxiety__link:hover {
    top: 4px;
    border: 3px solid #F36D26;
    background: url(../img/header_arrow_orange.svg) no-repeat right 15px center;
    background-color: #fff;
    box-shadow: none;
    color: #F36D27;
}

.anxiety__link__sub {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 255px;
    background-color: #FFE600;
    color: #3A3A3A;
    font-size: 18px;
    border-radius: 20px;
    padding: 9px 0;
}

.anxiety__link__sub:after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    border: 6px solid transparent;
    border-top: 7px solid #FFE600;
}

/* gift */
.gift {
    position: relative;
    width: 1000px;
    margin: 30px auto 80px;
    padding: 30px;
    background-color: #FFF3E1;
    border-radius: 10px;
}

.gift:after {
    position: absolute;
    content: "";
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    border: 15px solid transparent;
    border-bottom: 23px solid #FFF3E1;
}

.gift__text {
    margin-bottom: 30px;
    color: #F36D27;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.gift__list {
    display: flex;
    justify-content: space-between;
}

.gift__list li {
    width: calc((100% - 75px) / 6);
}

.gift__list li img {
    width: 100%;
    height: auto;
}

.gift__list li .gift__name {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.6;
}

/* voice */
.voice {
    margin-top: 80px;
    margin-bottom: 80px;
}

.voice__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.voice__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.voice__note {
    font-size: 14px;
    text-align: center;
}

/* numbers */
.numbers {
    padding: 64px 0 50px;
    background-color: #EEF6FF;
}

.numbers__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.numbers__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.numbers__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
}

.numbers__list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 485px;
    height: 355px;
    margin-bottom: 30px;
    box-shadow: 0 0 6px #4CADDC;
    border-radius: 10px;
    background-color: #fff;
}

.numbers__list__item:nth-child(even) {
    margin-left: 30px;
}

/* problem */
.problem {
    padding: 82px 0 105px;
}

.problem__inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 68px;
    background-color: #EEF6FF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    border-radius: 10px;
}

.problem__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.problem__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.problem__list {
    position: relative;
    padding: 0 40px 50px;
}

.problem__list:after {
    position: absolute;
    content: "";
    bottom: -110px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 500px solid transparent;
    border-left: 500px solid transparent;
    border-top: 110px solid #EEF6FF;
    border-bottom: 0;
}

.problem__list__item {
    position: relative;
    height: 97px;
    padding: 32px 0 32px 97px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 50px;
    background-color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.problem__list__item+.problem__list__item {
    margin-top: 20px;
}

.problem__list__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 97px;
    height: 97px;
    background: #006EE4 url(../img/problem_check.svg) no-repeat 33px center;
    border-radius: 50px 0 0 50px;
}

.problem__solution {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 60px;
    padding-top: 160px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.problem__solution__illust {
    width: 414px;
    height: 322px;
}

.problem__solution__text {
    width: 454px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.8;
}

.problem__solution__text__blue {
    color: #0E519E;
}

.problem__solution__text__orange {
    display: inline;
    color: #F36D27;
    background: linear-gradient(transparent 70%, #FFE600 0%);
}

/* reason */
.reason {
    height: 930px;
    padding: 60px 0 80px;
    background: url(../img/reason_bg.jpg) no-repeat center;
}

.reason__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.reason__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    display: block;
}

.reason__list {
    width: 1000px;
    margin: 0 auto;
}

.reason__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 177px;
    padding: 30px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
}

.reason__list__item+.reason__list__item {
    margin-top: 30px;
}

.reason__list__midashi {
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: bold;
}

.reason__list__sentences {
    font-size: 18px;
    line-height: 1.6;
}

.reason__list__text {
    width: 716px;
}

/* services */
.services {
    padding: 64px 0 50px;
    background-color: #EEF6FF;
}

.services__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.services__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.services__list {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.services__list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 230px;
    height: 230px;
    margin-bottom: 30px;
    padding: 20px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.services__list__item__text {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}

/* members */
.members {
    padding: 85px 0;
}

.members__inquire__catch {
    margin: 80px 0 30px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #006EE4;
    line-height: 1.6;
}

.members__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.members__midashi small {
    font-size: 26px;
}

.members__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.members__list {
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}

.members__list__item {
    display: flex;
    justify-content: space-between;
}

.members__list__item+.members__list__item {
    margin-top: 60px;
}

.members__list__item:nth-child(even) {
    flex-direction: row-reverse;
}

.members__list__item:nth-child(even) .members__profile {
    margin: 0 0 0 45px;
}

.members__list__item:nth-child(even) .members__sentences:before {
    right: -30px;
    border-left: 30px solid #EEF6FF;
    left: auto;
    border-right: none;
}

.members__profile {
    margin-right: 45px;
}

.members__profile__img {
    margin-bottom: 20px;
}

.members__profile__name {
    display: block;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.members__profile__job {
    display: block;
    padding-top: 10px;
    color: #006EE4;
    border-top: 1px solid #006EE4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.members__sentences {
    position: relative;
    padding: 55px 45px;
    background-color: #EEF6FF;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.8;
}

.members__sentences:before {
    position: absolute;
    content: "";
    top: 90px;
    left: -45px;
    margin: auto;
    width: 0px;
    border: 15px solid transparent;
    border-right: 30px solid #EEF6FF;
}

/* flow */
.flow {
    padding: 64px 0 80px;
    background-color: #E1EFFF;
}

.flow__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.flow__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.flow__list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.flow__list__item {
    position: relative;
    width: 227px;
    padding: 25px 22px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.flow__list__item:not(:last-child):before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
    width: 0px;
    height: 0;
    border: 25px solid transparent;
    border-left: 20px solid #006EE4;
}

.flow__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.flow__number {
    color: #006EE4;
    font-size: 37px;
    font-weight: bold;
}

.flow__illust {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.flow__topic {
    width: 100%;
    margin: 20px 0 15px;
    color: #006EE4;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.flow__detail {
    font-size: 16px;
    line-height: 1.8;
}

/* inquire */
.inquire {
    padding: 40px 0 40px;
    background: url(../img/inquire_bg.svg) no-repeat;
    background-size: cover;
    text-align: center;
}

.inquire__sub {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
}

.inquire__midashi {
    /* margin-bottom: 20px; */
    color: #FFE600;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.inquire__midashi::before {
    content: url(../img/inquire_midashi.svg);
    display: inline-block;
    vertical-align: bottom;
    width: .6em;
    height: auto;
    position: absolute;
    top: .2em;
    left: -6%;
}

.inquire__midashi::after {
    content: url(../img/inquire_midashi.svg);
    display: inline-block;
    vertical-align: bottom;
    width: .6em;
    height: auto;
    position: absolute;
    top: .2em;
    right: -6%;
    transform: scaleX(-1);
}

.inquire__link {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 492px;
    background: url(../img/header_arrow.svg) no-repeat right 25px center;
    background-color: #F36D27;
    border-radius: 45px;
    border: 3px solid #F36D26;
    box-shadow: 0 4px 0 #D23E0E;
    padding: 27px 20px 27px 10px;
    margin-top: 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.inquire__link:hover {
    top: 4px;
    border: 3px solid #F36D26;
    background: url(../img/header_arrow_orange.svg) no-repeat right 15px center;
    background-color: #fff;
    box-shadow: none;
    color: #F36D27;
}

/* question */
.question {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0;
}

.question__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #006EE4;
    text-align: center;
}

.question__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.question__list__item {
    padding: 30px;
    background-color: #EEF6FF;
    border-radius: 10px;
    cursor: pointer;
}

.question__list__item:not(:last-child) {
    margin-bottom: 40px;
}

.question__list__item__q {
    position: relative;
    padding: 8px 0 0 60px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.question__list__item__q:before {
    position: absolute;
    content: "Q";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    color: #006EE4;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.question__list__item__q:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 4px #006EE4;
    border-right: solid 4px #006EE4;
    transform: rotate(135deg);
}

.question__list__item__q-open:after {
    top: 10px;
    transform: rotate(-45deg);
}

.question__list__item__a {
    display: none;
    position: relative;
    margin-top: 30px;
    padding: 25px 0 0 60px;
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
}

.question__list__item__a:before {
    position: absolute;
    content: "A";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.question__note {
    font-size: 14px;
    text-align: left;
    margin-top: 80px;
    line-height: 1.5;
}

/* reservation */
.reservation {
    margin-top: -80px;
    padding: 120px 0 80px;
    line-height: 1.6;
}

.reservation__midashi {
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #F24E35;
    text-align: center;
}

.reservation__midashi__sub {
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    display: block;
}

.reservation__step {
    display: flex;
    justify-content: space-between;
    width: 630px;
    margin: 0 auto 60px;
}

.reservation__step__item {
    position: relative;
    padding-top: 35px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.reservation__step__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #ccc;
    margin: auto;
}

.reservation__step__item-active {
    color: #FF2700;
}

.reservation__step__item-active:before {
    background-color: #FF2700;
}

.reservation__step__item+.reservation__step__item:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 28px;
    width: 287px;
    height: 2px;
    background-color: #ccc;
    z-index: -100;
}

.reservation__step__item-active+.reservation__step__item-active:after {
    background-color: #FF2700;
}

.reservation__error {
    width: 800px;
    margin: 0 auto 30px;
    padding: 20px;
    color: #ff0000;
    font-size: 18px;
    text-align: center;
    background: #FFC0C1;
    border-radius: 5px;
}

.reservation__message {
    width: 800px;
    margin: 0 auto 30px;
    font-size: 18px;
    text-align: center;
}

.reservation__message__red {
    color: #FF2700;
    font-size: 22px;
    font-weight: bold;
}

.reservation__message__tel {
    font-size: 200%;
}

.reservation__message__border {
    text-decoration: underline;
    font-size: 22px;
    font-weight: bold;
}

.reservation__note {
    max-width: 810px;
    margin: 40px auto 0;
    font-size: 12px;
}

.reservation__note__list {
    list-style-type: none;
    margin-bottom: 0.4em;
    text-indent: -2.2em;
    padding-left: 2.2em;
}

.form__area {
    margin-bottom: 80px;
}

.form__table {
    width: 800px;
    margin: 0 auto 60px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.form__table__midashi {
    width: 280px;
    padding: 30px 0 30px 20px;
    background-color: #FF2700;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}

.form__table .form__table__line:first-child .form__table__midashi {
    border-radius: 10px 0 0 0;
}

.form__table .form__table__line:last-child .form__table__midashi {
    border-radius: 0 0 0 10px;
}

.form__table .form__table__line:last-child .form__table__midashi,
.form__table .form__table__line:last-child .form__table__detail {
    border-bottom: none;
}

.form__table .gift__list {
    flex-wrap: wrap;
}

.form__table .gift__list li {
    display: flex;
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
}

.form__table .gift__list li label {
    display: block;
    padding: 10px;
    background: #F5F7FA;
    border: 3px solid #F5F7FA;
    border-radius: 10px;
    cursor: pointer;
}

.form__table .gift__list li .radio:checked+label {
    background: #FFF;
    border: 3px solid #FF2700;
}

.form__table .gift__list li .input-error+label {
    background: #FFDBDB;
    border-color: #FFDBDB;
}

.form__required {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    padding: 5px 12px;
    background-color: #EB734B;
    border-radius: 5px;
    font-size: 16px;
}

.form__optional {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    padding: 5px 12px;
    background-color: #ddd;
    border-radius: 5px;
    color: #3A3A3A;
    font-size: 16px;
}

.form__midashi {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.4;
}

.form__midashi__sub {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.form__table__detail {
    width: calc(100% - 280px);
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.form__row+.form__row {
    margin-top: 30px;
}

.form__row-multi {
    display: flex;
    flex-wrap: wrap;
}

.form__field+.form__field {
    margin-left: 15px;
}

.form__field:nth-child(4n+1) {
    margin-left: 0;
}

.form__field__midashi {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.form__field__input {
    width: 100%;
    box-sizing: border-box;
    background-color: #F5F7FA;
    border-radius: 3px;
    margin: 0;
    padding: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: Manrope, "Noto Sans JP", sans-serif;
}

.form__field__input:placeholder {
    color: #999;
}

.form__field__textarea {
    width: 100%;
    min-height: 94px;
    resize: vertical;
    box-sizing: border-box;
    background-color: #F5F7FA;
    border-radius: 3px;
    margin: 0;
    padding: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: Manrope, "Noto Sans JP", sans-serif;
}

.form__field__error {
    display: block;
    margin-top: 15px;
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}

.form__select {
    box-sizing: border-box;
    background: #F5F7FA url(../img/form_select.svg) no-repeat center right 10px;
    border-radius: 3px;
    margin: 0;
    padding: 15px 25px 15px 15px;
    border: none;
    color: #999;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

.form__select.input-select {
    color: #3a3a3a;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    color: #3A3A3A;
    outline: solid 3px #006EE4;
    background-color: #fff;
}

.input-error {
    background-color: #FFDBDB;
}

.input-error+.form__radio__label:before,
.input-error+.form__checkbox__label:before {
    background-color: #FFDBDB;
}

.input-error+.form__reason__label {
    background-color: #FFDBDB;
    border-color: #FFDBDB;
}

.form__radio__label,
.form__checkbox__label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}

.form__radio__label:before,
.form__radio__label:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.form__checkbox__label:before,
.form__checkbox__label:after {
    content: "";
    display: block;
    border-radius: 2px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.form__radio__label:before,
.form__checkbox__label:before {
    background-color: #E6E9ED;
    height: 20px;
    width: 20px;
    left: 5px;
}

.form__radio__label:after {
    background-color: #006EE4;
    opacity: 0;
    height: 12px;
    width: 12px;
    left: 9px;
}

.form__checkbox__label:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #006EE4;
    border-bottom: 3px solid #006EE4;
    transform: rotate(-45deg);
}

.form__radio__input:checked+.form__radio__label:after,
.form__checkbox__input:checked+.form__checkbox__label:after {
    opacity: 1;
}

.form-name {
    width: 430px;
}

.form-name .form__field {
    flex: 1;
}

.form__reason__label {
    width: 103px;
    height: 119px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 5px 0;
    background-color: #F5F7FA;
    border-radius: 5px;
    border: 3px solid #F5F7FA;
}

.form__reason__label__text {
    display: block;
    width: 100%;
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
}

.form__reason__input:checked+.form__reason__label {
    border: 3px solid #006EE4;
    background-color: #fff;
}

.form__button__wrap {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
}

.form__button {
    display: block;
    margin: 0 auto;
    width: 430px;
    background-color: #006EE4;
    border-radius: 50px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    padding: 15px 20px 15px 10px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #006EE4;
    cursor: pointer;
}

.form__button-back {
    display: block;
    margin: 0 auto;
    width: 220px;
    background-color: #999;
    border-radius: 50px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    padding: 15px 20px 15px 10px;
    margin-right: 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #999;
    cursor: pointer;
}

.form__button:hover {
    border: 3px solid #1899E8;
    background-color: #fff;
    color: #006EE4;
}

.form__button-back:hover {
    border: 3px solid #999;
    background-color: #fff;
    color: #999;
}

.form__policy__link {
    color: #006EE4;
}

/* footer */
.footer {
    padding: 58px 0 67px;
    background-color: #F24E35;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

.footer__logo {
    margin-right: 30px;
    font-size: 34px;
    color: #FFF;
    font-weight: 800;
}

.footer__logo__img {
    display: block;
    width: 258px;
}

.footer__tel__text {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

.footer__tel__text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 8px;
    background-color: #fff;
}

.footer__tel__text:before {
    left: 0;
}

.footer__tel__text__inner {
    background-color: #006EE4;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.footer__tel__link {
    padding-left: 30px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    background: url(../img/footer_tel.svg) no-repeat left center;
}

.footer__links {
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-decoration: underline;
    color: #fff;
}

.footer__links__item:not(:last-child) {
    margin-right: 20px;
}

.footer__links__item__link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer__copyright {
    margin-top: 60px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

/* modeset（パラメーター条件に応じた変更）*/
/* modeset__formonly */
body.modeset__formonly header .header__link,
body.modeset__formonly .mv,
body.modeset__formonly .mv__present,
body.modeset__formonly .anxiety,
body.modeset__formonly .members,
body.modeset__formonly .numbers,
body.modeset__formonly .inquire,
body.modeset__formonly .problem,
body.modeset__formonly .reason,
body.modeset__formonly .services,
body.modeset__formonly .voice,
body.modeset__formonly .flow,
body.modeset__formonly .question,
body.modeset__formonly .gift {
    display: none;
}

/*frm=2&type=3の時のCTAを3個ボタン版に変更*/
.cta__placeselect {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 542px;
	margin: 0 auto;
}
p.inquire__midashi + .cta__placeselect {
	margin-top: 30px;
}
.cta__placeselect .mv__present__link {
	margin-bottom: 19px;
	border-radius: 20px;
}
.cta__placeselect .mv__present__link br,
.cta__placeselect__sub br {
	display: none;
}
.cta__placeselect__sub {
	width: calc((100% - 15px) / 2);
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 4px 0 #BFBAB7;
	padding: 20px 30px 20px 10px;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.cta__placeselect__sub::after{ 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cta__placeselect__sub:hover {
    top: 4px;
	box-shadow: none;
}