@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
.comBox {
    max-width: 1060px;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
    .comBox {
        margin: 0 15px;
    }
}
.bannerUl {
    max-width: 1100px;
    margin: 0 auto 86px;
    display: flex;
    justify-content: space-between;
}
.bannerUl li {
    width: 360px;
}
.bannerUl li a {
    padding: 10px 0 0px;
    background-color: #FBF1EC;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    font-size: 3.6rem;
    color: #DA784B ;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    border: 3px solid #DA784B;
    border-bottom: 0;
    text-decoration: none;
}
.bannerUl li a span {
    display: block;
    position: relative;
    z-index: 6;
}
.bannerUl li a::after {
    position: absolute;
    content: '';
    background: url("/img/ritou/arrow02.webp") no-repeat;
    background-size: 100%;
    height: 48px;
    width: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
    z-index: 3;
}
@media all and (min-width: 897px) {
    .bannerUl li a:hover {
        background-color: #DA784B;
        color: #FBF1EC !important;
    }
    .bannerUl li a:hover::after {
        background-image: url("/img/ritou/arrow01.webp");
    }
}
@media all and (max-width: 896px) {
    .bannerUl {
        margin-bottom: 20px!important;
        justify-content: center;
    }
    .bannerUl li {
        width: 120px;
    }
    .bannerUl li:nth-of-type(3n-1) {
        margin: 0 2%;
    }
    .bannerUl li a {
        padding-bottom: 0;
        border-width: 1px;
        font-size: 1.6rem;
    }
    .bannerUl li a::after {
        height: 17px;
        bottom: -16px;
        width: calc(100% + 2px);
    }
    .linkUl .small a {
        font-size: 1.2rem !important;
    }
}
.headLine01 {
    color: #DA784B;
    max-width: 630px;
    margin: 0 auto 38px;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 1px;
}
.headLine01 .en {
    margin-bottom: 4px;
    padding-bottom: 9px;
    display: block;
    border-bottom: 3px solid #DA784B;
}
.headLine01 .jp {
    display: block;
    padding-top: 2px;
    border-top: 3px solid #DA784B;
    letter-spacing: 3px;
}
.headLine01.line .en {
    background: none;
    padding-bottom: 6px;
}
.headLine01.btm .en {
    margin-bottom: 0;
}
.headLine01.btm .jp {
    border-top: none;
    line-height: 1.4;
    padding-top: 0;
    border-bottom: 3px solid #DA784B;
    letter-spacing: 3px;
}
.headLine01.bg .en {
    border-bottom: none;
}
.headLine01.bg .jp {
    border-top: none;
    background-color: #008BCC;
    color: #fff;
    letter-spacing: 3.5px;
}
@media all and (max-width: 896px) {
    .headLine01 {
        font-size: 1.6rem;
        max-width: inherit;
        margin: 10px 20px !important;
    }
    .headLine01 .en {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .headLine01 .en img {
        width: 280px;
    }
    .headLine01.bg .jp {
        letter-spacing: 0;
    }
}
.headLine02 {
    margin-bottom: 38px;
    padding: 12px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    background-color: #DA784B;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 25px;
        padding: 6px;
        font-size: 2rem;
    }
}
.headLine03 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.8rem;
    color: #DA784B;
    letter-spacing: 0.5px;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
}
.imgBox .headLine01 {
    margin-bottom: 120px;
}
.comImg {
    margin-bottom: 120px;
    text-align: center;
}
.linkUl {
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 122px;
    max-width: 1000px;
}
.linkUl li {
    margin: 20px 20px 0 0;
    width: 320px;
    padding: 8px 2px 9px;
    border: 3px solid #008BCC;
    border-radius: 50px;
    color: #008BCC;
    text-align: center;
    letter-spacing: -1px;
    font-size: 2rem;
    display: block;
    font-weight: bold;
}
.linkUl li.active {
    background-color: #008BCC;
    color: #fff !important;
}
.linkUl .small a {
    font-size: 2.1rem;
    padding: 10px 2px;
}
.linkUl li.on a {
    background-color: #008BCC;
    color: #fff !important;
}
@media all and (min-width: 897px) {
    .linkUl li a:hover {
        background-color: #008BCC;
        color: #fff !important;
    }
}
.linkUl li:nth-of-type(3n) {
    margin-right: 0;
}
@media all and (max-width: 896px) {
    .comImg {
        margin: 0 10px 45px !important;
    }
    .linkUl {
        margin: 0 10px 20px !important;
        justify-content: space-between;
    }
    .linkUl li {
        width: 45vw;
        margin: 15px 0 0;
        font-size: 3vw;
    }
    .linkUl li a {
        font-size: 1.4rem;
    }
}
.comImgBox {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
}
.comImgBox:nth-of-type(2n-1) {
    flex-direction: row-reverse;
}
.comImgBox .img {
    width: 530px;
}
.comImgBox .txtBox {
    width: 510px;
}
.comImgBox .txtBox .headLine01 {
    margin-bottom: 0 !important;
}
.comImgBox .txtBox .headLine01 .en {
    border-bottom: 0;
}
.comImgBox .txtBox .headLine02 {
    padding: 4px 0 5px;
    margin-bottom: 27px;
    letter-spacing: 3px;
    font-size: 2.8rem;
}
.comImgBox .txtBox p {
    line-height: 1.75;
    margin: 0 20px;
    letter-spacing: 0.8px;
}
@media all and (max-width: 896px) {
    .comImgBox {
        margin-bottom: 60px;
        display: block;
    }
    .comImgBox .img, .comImgBox .txtBox {
        width: auto;
    }
    .comImgBox .img {
        margin-bottom: 15px;
    }
    .comImgBox .img img {
        width: 100%;
    }
    .comImgBox .txtBox .headLine01 .en {
        padding-bottom: 0;
        margin-bottom: 5px;
    }
    .comImgBox .txtBox .headLine02 {
        margin-bottom: 12px;
        font-size: 1.8rem;
        padding: 4px;
    }
    .comImgBox .txtBox p {
        margin: 0 5px !important;
    }
}
.comBtn {
    width: 320px;
    margin: 0 auto;
}
.comBtn a {
    padding: 9px 5px;
    box-sizing: border-box;
    border: 3px solid #DA784B;
    text-align: center;
    border-radius: 30px;
    display: block;
    color: #DA784B;
    font-weight: bold;
    font-size: 2.4rem;
}
@media all and (min-width: 897px) {
    .comBtn a:hover {
        color: #fff !important;
        background-color: #DA784B;
    }
}
@media all and (max-width: 896px) {
    .comBtn a {
        font-size: 1.8rem;
        padding: 10px 5px;
    }
}
.faq .headLine01 {
    margin-bottom: 56px;
}
.qaDl {
    margin-bottom: 100px;
}
.qaDl dt {
    margin-bottom: 15px;
    border: 1px solid #DA784B;
    padding: 14px 60px;
    box-sizing: border-box;
    color: #DA784B;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}
.qaDl dd:first-of-type {
    display: block;
}
.qaDl dd {
    display: none;
    padding: 13px 20px 68px;
    letter-spacing: 1px;
    line-height: 1.7;
}
@media all and (max-width: 896px) {
    .qaDl {
        margin-bottom: 50px;
    }
    .qaDl dt {
        margin-bottom: 20px;
        background-size: 18px auto;
        font-size: 1.7rem;
        padding: 10px 20px 10px 45px;
    }
    .qaDl dd {
        padding: 0 15px 40px!important;
    }
}
@media all and (max-width: 374px) {
    .comBtn {
        width: 280px;
    }
    .headLine01 .en {
        font-size: 1.6rem;
    }
    .headLine01 .jp {
        font-size: 1.2rem;
    }
    .headLine01 {
        font-size: 1.4rem;
    }
    .headLine03 {
        font-size: 1.3rem;
    }
    .linkUl .small a {
        font-size: 1rem !important;
    }
    .linkUl li a {
        font-size: 1.1rem;
    }
    .qaDl dt {
        font-size: 1.4rem;
    }
}
.imgBox {
    margin-bottom: 120px;
}
@media all and (max-width: 896px) {
    .imgBox {
        margin-bottom: 50px !important;
    }
}

ul.planlist  {
    margin: 1vw 1vw 3vw;
    display: flex;
    flex-wrap: wrap;
}
.planlist li {
    width: 330px;
    text-align: center;
    margin: 1vw 0.5vw 2vw;
    vertical-align: top;
}
.planlist li a {
    text-decoration: underline;
}
.planlist dl {
    margin: 0;
}
.planlist dt img {
    width: 100%;
    max-height: 250px;
}

.planlist dd.child1 {
    margin-top: 5px;
}
.planlist dd.child2 {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.planlist dd.child3 {
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
}
.planlist dd.rating {
    text-align: left;
    margin: 1vw 0;
}
.planlist dd.rating img {
    width: auto;
    height: 1.3em;
    vertical-align: text-bottom;
}
.planlist dd.num {
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 5px;
}

@media (max-width: 896px) {
    ul.planlist {
        margin-bottom: 60px;
        margin: 1vw 2vw 3vw;
    }
    .planlist li {
        width: 30vw;
        text-align: center;
        vertical-align: top;
        margin: 1vw 1vw 5vw;
    }
    .planlist li p.text {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .planlist li p.price span.span1 {
        color: #f00;
        font-weight: bold;
    }
    .planlist li p.price span.span2 {
        font-size: 1.044rem;
        font-weight: normal;
    }
    .planlist li .rating img {
        width: 65%;
        font-size: 1.16rem;
        display: inline-block;
        vertical-align: middle;
    }
    .planlist li .rating a {
        display: none;
    }
}

.ritou-plans {
    display: none;
}
.ritou-plans.is_show {
    display: block;
}
