/* common */
body {
    color: #323232;
}
a {
    display: block;
    width: 100%;
    color: #323232;
    text-decoration: none;
}
a:hover {
    opacity: .65;
}
p, h1, h4, h5 {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
}
section {
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}
section .Sect__inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
h2 {
    font-size: 40px;
    margin: 0 0 54px;
    color: #192d82;
    position: relative;
}
h2::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -24px;
    left: 50%;
    width: 80px;
    height: 2px;
    background: #192d82;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}
h3 {
    display: inline-block;
    font-size: 40px;
    margin: 0 0 85px;
    color: #fff;
    background: #192d82;
    border-radius: 10px;
    padding: 8px 12px;
}
@media only screen and (max-width : 599px) {
    section {
        padding: 28px 0;
    }
    section .Sect__inner {
        width: 92%;
        max-width: 100%;
    }
    h2 {
        font-size: 15px;
        margin: 0 0 20px;
    }
    h2::before {
        bottom: -10px;
    }
    h3 {
        font-size: 15px;
        margin: 0 0 30px;
    }
}
.Full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.Pc { display: block;}
.Sp { display: none;}
@media only screen and (max-width : 599px) {
    .Pc { display: none;}
    .Sp { display: block;}
}
/* //common */

/* web font */
body {font-family: 'Noto Sans JP', sans-serif;}
.fw1{font-weight: 100}
.fw6{font-weight: 600}
/* //web font */

/* FlexBox */
.FlexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* //FlexBox */

/* header + footer */
header, footer {
    width: 100%;
    max-width: 1024px;
    margin: 20px auto;
}
header ul.FlexBox, footer ul.FlexBox {
    align-items: flex-end;
}
header ul.FlexBox, footer ul li {
    line-height: 0;
}
header ul li:nth-child(1), footer ul li:nth-child(1) {
    margin-right: 16px;
}
header ul li:nth-child(3), footer ul li:nth-child(3) {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
header .tel a, footer .tel a {
    position: relative;
    font-size: 30px;
    color: #00b400;
}
header .tel a::before, footer .tel a::before {
    width: 33px;
    height: 33px;
    content: '';
    position: absolute;
    background: url("../common/images/icon/tel.svg") no-repeat;
    background-size: contain;
    bottom: 0;
    left: -40px;
}
header .tel span, footer .tel span {
    font-size: 16px;
}
@media only screen and (max-width : 599px) {
    header, footer {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
    }
    header ul.FlexBox, footer ul.FlexBox {
        width: 90%;
        margin: 0 auto;
    }
    header ul li:nth-child(1), footer ul li:nth-child(1) {
        margin-right: 10px;
    }
    header ul li:nth-child(3), footer ul li:nth-child(3) {
        margin: 0 6px;
        padding: 0 6px;
    }
    footer {
        height: 122px;
    }
}
/* //header + footer */

/* TelBox SP追従 */
.TelBox { display: none;}
@media only screen and (max-width : 599px) {
    .TelBox {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    .TelBox__inner {
        width: 100%;
        margin: 0 auto;
        padding: 12px 0 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        border-top: solid 2px #00a5ca;
        text-align: center;
    }
    .TelBox__inner a {
        color: #00b400;
        font-size: 30px;
        position: relative;
        padding: 0 0 0 18px;
    }
    .TelBox__inner a span {
        position: relative;
    }
    .TelBox__inner a span::before {
        width: 32px;
        height: 32px;
        content: '';
        position: absolute;
        background: url("../common/images/icon/tel.svg") no-repeat;
        background-size: contain;
        bottom: 0;
        left: -40px;
    }
    .TelBox__inner p {
        font-size: 10px;
        color: #00b400;
        margin: 5px 0 10px;
    }
    .TelBox__inner p span {
        color: #152e82;
    }
}
@media only screen and (max-width : 320px) {
    .TelBox__inner a {
        font-size: 26px;
    }
    .TelBox__inner a span::before {
        width: 28px;
        height: 28px;
        left: -36px;
    }
}
/* //TelBox SP追従 */
/* Page TOP */
.PageTop {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    background: #e6faff;
    border-bottom: 4px solid #00a5ca;
    text-align: center;
}
.PageTop img {
    width: 24px;
}
.PageTop p {
    font-size: 18px;
    margin: 8px 0 0;
}
@media only screen and (max-width : 599px) {
    .PageTop {
        padding: 6px 0 10px;
    }
    .PageTop p {
        font-size: 10px;
        margin: 4px 0 0;
    }
    .PageTop img {
        width: 12px;
    }
}
/* //Page TOP */
/* ColorBox */
.ColorBox {
    background: #e6faff;
}
/* //ColorBox */
/* MvBox */
.MvBox {
    position: relative;
    z-index: 12;
    padding: 0;
}
/* //MvBox */

/* Sect2 */
.Sect2 {
    position: relative;
    border-bottom: 2px solid #152e82;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 15%);
    z-index: 10;
    padding: 40px 0 45px;
}
.Sect2 .ReservationBox {
    width: 100%;
    border: 2px solid #00a5ca;
    border-radius: 20px;
    background: #e6faff;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 15%);
    margin: 0 auto 50px;
}
.Sect2 .ReservationBox .ttl {
    border-radius: 16px 16px 0 0;
    background: #00a5ca;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 10px 0;
}
.Sect2 .ReservationBox .ttl span {
    font-size: 20px;
}
.Sect2 .ReservationBox .FlexBox {
    text-align: center;
}
.Sect2 .ReservationBox .FlexBox .cl5 {
    width: calc(100% / 5);
    border-right: 2px solid #00a5ca;
}
.Sect2 .ReservationBox .FlexBox .cl5:last-child {
    border-right: none;
}
.Sect2 .ReservationBox .FlexBox__top {
    width: 100%;
}
.Sect2 .ReservationBox .FlexBox__top p {
    width: 100%;
    height: 73px;
    font-size: 20px;
    line-height: 1.25;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.Sect2 .ReservationBox .FlexBox__bottom {
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}
.Sect2 .ReservationBox .FlexBox__bottom img {
    width: 70px;
    margin: 0 auto;
    text-align: center;
}
.Sect2 h4 {
    font-size: 30px;
    color: #152e82;
    margin-bottom: 36px;
    position: relative;
    display: inline-block;
}
.Sect2 h4::before {
    width: 24px;
    height: 36px;
    content: '';
    position: absolute;
    background: url("../common/images/icon/strong-left.svg") no-repeat;
    background-size: contain;
    bottom: 0;
    left: -34px;
}
.Sect2 h4::after {
    width: 24px;
    height: 36px;
    content: '';
    position: absolute;
    background: url("../common/images/icon/strong-right.svg") no-repeat;
    background-size: contain;
    bottom: 0;
    right: -34px;
}
.Sect2 .tel a {
    font-size: 56px;
    color: #00b400;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 41px;
}
.Sect2 .tel span {
    position: relative;
}
.Sect2 .tel span::before {
    width: 55px;
    height: 55px;
    content: '';
    position: absolute;
    background: url("../common/images/icon/tel.svg") no-repeat;
    background-size: contain;
    bottom: 2px;
    left: -72px;
}
.Sect2 p {
    font-size: 22px;
    line-height: 1.5;
}
.Sect2 p a {
    display: inline;
    text-decoration: underline;
    color: #152e82;
}
.Sect2 p span {
    font-size: 14px;
}
@media only screen and (min-width: 321px) and (max-width : 599px) {
    .Sect2 {
        padding: 22px 0 18px;
    }
    .Sect2 h4 {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .Sect2 h4::before {
        width: 9px;
        height: 14px;
        left: -14px;
    }
    .Sect2 h4::after {
        width: 9px;
        height: 14px;
        right: -14px;
    }
    .Sect2 .tel a {
        font-size: 20px;
        padding-left: 10px;
        margin-bottom: 12px;
    }
    .Sect2 .tel span::before {
        width: 18px;
        height: 18px;
        left: -23px;
        bottom: 0;
    }
    .Sect2 p {
        font-size: 17px;
        line-height: 1.4;
    }
    .Sect2 .ReservationBox {
        margin: 0 auto 15px;
    }
    .Sect2 .ReservationBox .ttl {
        font-size: 16px;
        padding: 6px 0;
    }
    .Sect2 .ReservationBox .ttl span {
        font-size: 12px;
    }
    .Sect2 .ReservationBox .FlexBox {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .Sect2 .ReservationBox .FlexBox .cl5 {
        width: calc(( 100% - 4px ) / 3);
    }
    .Sect2 .ReservationBox .FlexBox .cl5:nth-child(3) {
        border-right: none;
    }
    .Sect2 .ReservationBox .FlexBox .cl5:last-child {
        border-right: 2px solid #00a5ca;
    }
    .Sect2 .ReservationBox .FlexBox__top p {
        height: 34px;
        font-size: 12px;
        border-right: 2px solid #00a5ca;
    }
    .Sect2 .ReservationBox .FlexBox__bottom {
        height: 42px;
    }
    .Sect2 .ReservationBox .FlexBox__bottom img {
        width: 25%;
    }
}
@media only screen and (max-width : 320px) {
    .Sect2 {
        padding: 22px 0 18px;
    }
    .Sect2 h4 {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .Sect2 h4::before {
        width: 9px;
        height: 14px;
        left: -12px;
    }
    .Sect2 h4::after {
        width: 9px;
        height: 14px;
        right: -12px;
    }
    .Sect2 .tel a {
        font-size: 20px;
        padding-left: 10px;
        margin-bottom: 12px;
    }
    .Sect2 .tel span::before {
        width: 18px;
        height: 18px;
        left: -23px;
        bottom: 0;
    }
    .Sect2 p {
        font-size: 15px;
        line-height: 1.4;
    }
    .Sect2 p span {
        font-size: 12px;
    }
    .Sect2 .ReservationBox {
        margin: 0 auto 15px;
    }
    .Sect2 .ReservationBox .ttl {
        font-size: 16px;
        padding: 6px 0;
    }
    .Sect2 .ReservationBox .ttl span {
        display: none;
    }
    .Sect2 .ReservationBox .FlexBox {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .Sect2 .ReservationBox .FlexBox .cl5 {
        width: calc(( 100% - 4px ) / 3);
    }
    .Sect2 .ReservationBox .FlexBox .cl5:nth-child(3) {
        border-right: none;
    }
    .Sect2 .ReservationBox .FlexBox .cl5:last-child {
        border-right: 2px solid #00a5ca;
    }
    .Sect2 .ReservationBox .FlexBox__top p {
        height: 50px;
        font-size: 12px;
        border-right: 2px solid #00a5ca;
    }
    .Sect2 .ReservationBox .FlexBox__bottom {
        height: 42px;
    }
    .Sect2 .ReservationBox .FlexBox__bottom img {
        width: 30%;
    }
}
/* //Sect2 */

/* Sect3 */
.Sect3 .FlexBox div {
    width: 336px;
}
.Sect3 p {
    width: 643px;
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}
@media only screen and (max-width : 599px) {
    .Sect3 .FlexBox div {
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }
    .Sect3 p {
        width: 100%;
        font-size: 14px;
        margin: 30px auto 0;
        line-height: 1.75;
    } 
}
/* //Sect3 */

/* Sect4 */
.Sect4 {
    padding: 75px 0 35px;
}
.Sect4 ul.FlexBox {
    flex-wrap: wrap;
    justify-content: center;
}
.Sect4 ul.FlexBox li {
    width: calc(( 100% - 160px ) / 3);
    margin-bottom: 40px;
}
.Sect4 ul.FlexBox li:nth-child(2) {
    margin: 0 80px 40px;
}
.Sect4 ul.FlexBox li:nth-child(4) {
    margin: 0 80px 40px 0;
}
@media only screen and (max-width : 599px) {
    .Sect4 {
        padding: 29px 0;
    }
    .Sect4 ul.FlexBox {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .Sect4 ul.FlexBox li {
        width: 100%;
        margin-bottom: 10px;
    }
    .Sect4 ul.FlexBox li:nth-child(2),
    .Sect4 ul.FlexBox li:nth-child(4) {
        margin: 0 0 10px;
    }
    .Sect4 ul.FlexBox li:last-child {
        margin: 0;
    }
}
/* //Sect4 */

/* Sect5 */
.Sect5 .Sect__inner .flow_img01 {
    width: 178px;
    margin: 0 auto 48px;
}
.Sect5 .Sect__inner .FlexBox {
    justify-content: center;
}
.Sect5 .Sect__inner .FlexBox__left {
    width: 400px;
}
.Sect5 .Sect__inner .FlexBox__right {
    width: 612px;
    text-align: left;
    padding-left: 30px;
    margin-left: 14px;
    border-left: 2px solid #00a5ca;
}
.Sect5 .Sect__inner h4 {
    color: #00a5ca;
    font-size: 30px;
    font-weight: 600;
}
.Sect5 .Sect__inner h5 {
    color: #00a5ca;
    font-size: 24px;
    font-weight: 100;
    margin: 16px 0 20px;
}
.Sect5 .Sect__inner h5 span {
    position: relative;
}
.Sect5 .Sect__inner h5 span::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -7px;
    left: 50%;
    width: 100%;
    height: 4px;
    background: #fff000;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}
.Sect5 .Sect__inner p {
    line-height: 2;
}
.Sect5 .Sect__inner .arrow {
    position: relative;
    left: -12.5%;
}
.Sect5 .Sect__inner .arrow img {
    width: 29px;
   margin: 20px 0;
}
@media only screen and (max-width : 599px) {
    .Sect5 .Sect__inner .flow_img01 {
        width: 89px;
        margin: 0 auto 28px;
    }
    .Sect5 .Sect__inner .flow_img02 {
        width: 179px;
        margin: 0 auto 10px;
    }
    .Sect5 .Sect__inner h4 {
        font-size: 15px;
    }
    .Sect5 .Sect__inner h5 {
        font-size: 14px;
        margin: 8px auto;
        padding-bottom: 10px;
        border-bottom: 2px solid #00a5ca;
        line-height: 1.75;
    }
    .Sect5 .Sect__inner h5 span::before {
        height: 2px;
        bottom: -3px;
    }
    .Sect5 .Sect__inner p {
        font-size: 14px;
        line-height: 1.75;
    }
    .Sect5 .Sect__inner .arrow {
        left: 0;
    }
    .Sect5 .Sect__inner .arrow img {
        width: 15px;
       margin: 18px 0;
    }
    
}
/* //Sect5 */

/* Sect6 + Sect7*/
.Sect6 {
    padding-bottom: 5px;
}
.Sect7 {
    position: relative;
    z-index: 20;
}
.Sect6 .FlexBox,.Sect7 .FlexBox {
    align-items: flex-start;
    margin: 80px 0 0;
}
.Sect6 .Txt, .Sect7 .Txt {
    width: 650px;
    text-align: justify;
    font-size: 18px;
    line-height: 2.25;
}
.Sect6 .Txt2, .Sect7 .Txt2 {
    width: 832px;
    text-align: justify;
    font-size: 18px;
    line-height: 2.25;
}
.Sect6 .Txt2 h4, .Sect7 .Txt2 h4 {
    font-size: 24px;
    color: #192d82;
    line-height: 0;
    margin-bottom: 20px;
}
.Sect6 .Img, .Sect7 .Img {
    width: 330px;
}
.Sect6 .Img2, .Sect7 .Img2 {
    width: 149px;
}
.Sect6 .Img2 img, .Sect7 .Img2 img {
    margin-bottom: 8px;
}
.Sect6 .Img2 span, .Sect7 .Img2 span {
    color: #00a5ca;
    font-size: 18px;
}
@media only screen and (max-width : 599px) {
    .Sect6 h4.Sp, .Sect7 h4.Sp {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #192d82;
        margin: 0 auto 18px;
    }
    .Sect6 .FlexBox, .Sect7 .FlexBox {
        margin: 28px 0 0;
        flex-direction: column;
    }
    .Sect6 .Txt, .Sect7 .Txt,
    .Sect6 .Txt2, .Sect7 .Txt2 {
        width: 100%;
        font-size: 14px;
        margin: 0 auto 20px;
        line-height: 1.75;
    }
    .Sect6 .Img, .Sect7 .Img {
        width: 100%;
    }
    .Sect6 .Img2, .Sect7 .Img2 {
        width: 50%;
        margin: 0 auto 15px;
    }
    .Sect6 .Img2 span, .Sect7 .Img2 span { font-size: 14px;}
}
/* //Sect6 + Sect7 */
/* Sect8 */
.Sect8 {
    position: relative;
    border-bottom: 2px solid #152e82;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 15%);
    z-index: 10;
}
.Sect8 h4 {
    font-size: 30px;
    color: #152e82;
    margin-bottom: 36px;
}
.Sect8 .tel a {
    font-size: 56px;
    color: #00b400;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 41px;
}
.Sect8 .tel span {
    position: relative;
}
.Sect8 .tel span::before {
    width: 55px;
    height: 55px;
    content: '';
    position: absolute;
    background: url("../common/images/icon/tel.svg") no-repeat;
    background-size: contain;
    bottom: 2px;
    left: -72px;
}
.Sect8 p {
    font-size: 22px;
    line-height: 1.5;
}
.Sect8 p a {
    display: inline;
    text-decoration: underline;
    color: #152e82;
}
.Sect8 p span {
    font-size: 14px;
}
/* //Sect8 */
/* Sect9 */
@media only screen and (max-width : 599px) {
    .Sect9 {
        padding: 28px 0 0 ;
    }
    .Sect9 .FlexBox {
        flex-direction: column;
        width: 70%;
        margin: 0 auto 20px;
    }
    .Sect9 .FlexBox div {
        margin: 0 0 20px;
    }
}
/* //Sect9 */