@charset "utf-8";

/**
under_page setting
**/
.underMain{
    margin-top: 75px;
}
.underInner{
    margin-top: 2rem;
}
@media (min-width:1366px) {
    .underMain{
        margin-top: 0px;
    }
}
.underMain .underBlogMain{
    margin-top: 2rem;
}
@media (min-width:767px) {
    .underMain .underBlogMain{
        display: flex;
        justify-content: space-between;
        margin-left: 16px;
        margin-right: 16px;
        align-items: flex-start;
    }
}
@media (min-width:1366px) {
    .underMain .underBlogMain{
        margin-top: 4rem;
        width: 1336px;
        margin-left: auto;
        margin-right: auto;
    }
}
.underMain .underBlogMainContent{
    margin: 0px 10px;
}
@media (min-width:767px) {
    .underMain .underBlogMainContent{
        width: 62%;
        margin: 0px;
    }
}
@media (min-width:967px) {
    .underMain .underBlogMainContent{
        width: 68%;
    }
}
.underTitleBlock{
    height: 200px;
    width: 100%;
    background-position: center;
    position: relative;
}
@media (min-width:767px) {
    .underTitleBlock{
        height: 300px;
        background-size: cover;
    }
}
@media (min-width:1366px) {
    .underTitleBlock{
        width: 1366px;
        margin-left: auto;
        margin-right: auto;
    }
}
.underTitleBlock .underTitleBlock__title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,.9);
    padding: .5rem 1rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 85%;
    text-align: center;
}
@media (min-width:767px) {
    .underTitleBlock .underTitleBlock__title{
        font-size: 1.6rem;
        padding: 1rem 1.5rem;
    }
}
@media (min-width:1366px) {
    .underTitleBlock .underTitleBlock__title{
        font-size: 1.8rem;
    }
}
.underSubTitle .underSubTitle__title{
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
/* @media (min-width:767px) {
    .underSubTitle .underSubTitle__title{
        font-size: 1rem;
    }
} */
@media (min-width:1366px) {
    .underSubTitle .underSubTitle__title{
        font-size: 1.6rem;
    }
}
.underSubTitle .underSubTitle__title::after{
    display: block;
    width: 55px;
    height: 2px;
    background-color: #dfd9aa;
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: .3rem;
}

.underCatWrapper .underTitleBlock{
    background-image: url(../img/back_blog.jpg);
}
.underBlogWrapper{
    margin-top: 2rem;
}
.underBlogWrapper .underPostItem{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 1rem;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItem{
        padding: 16px;
        margin-top: 1.5rem;
    }
}
.underBlogWrapper .underPostItemTxt{
    width: 58%;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemTxt{
        width: 63%;
    }
}
.underBlogWrapper .underPostItemTxt .time .time__txt{
    font-size: .8rem;
    display: block;
    color: #65717b;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemTxt .time .time__txt{
        font-size: 1rem;
    }
}
.underBlogWrapper .underPostItemTxt__title{
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .3rem 0rem;
    line-height: 1.4;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemTxt__title{
        font-size: 1.4rem;
    }
}
.underBlogWrapper .underPostItemTxt__txt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: .8rem;
    margin-bottom: .8rem;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemTxt__txt{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }
}
.underBlogWrapper .underPostItemImg{
    width: 40%;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemImg{
        width: 35%;
    }
}
.underBlogWrapper .underPostItemImg .underPostItemImg__img{
    width: 100%;
}
.underBlogWrapper .underPostItemImg .catList{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-top: -.3rem;
    background-color: #ECF5FF;
    align-items: center;
    margin-top: .3rem;
    padding: .3rem .3rem .6rem .3rem;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemImg .catList{
        padding: .6rem .6rem .9rem .6rem;
    }
}
.underBlogWrapper .underPostItemImg .catList .catList__item{
    line-height: normal;
    margin-top: .3rem;
    font-size: .6rem;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemImg .catList .catList__item{
        font-size: .9rem;
    }
}
.underBlogWrapper .underPostItemImg .catList .catList__link{
    margin-right: 5px;
    color: #333;
    display: inline-block;
    height: 100%;
    color: #333;
}
@media (min-width:1366px) {
    .underBlogWrapper .underPostItemImg .catList .catList__link{
        margin-right: 10px;
    }
}

.underBlogWrapper .moreBtn .moreBtn__link{
    font-size: .8rem;
}
@media (min-width:1366px) {
    .underBlogWrapper .moreBtn .moreBtn__link{
        font-size: .9rem;
    }
    .underBlogWrapper .moreBtn .moreBtn__link::after{
        top: 15px;
    }
}

.underSidebar{
    background-color: #f5f5f5;
    padding: 1.5rem 0rem;
    margin-top: 2rem;
}
@media (min-width:767px) {
    .underSidebar{
        width: 36%;
        margin-top: 0rem;
    }
}
@media (min-width:967px) {
    .underSidebar{
        width: 30%;
    }
}
.underSidebar .underSidebarInner{
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    /* width: 100%; */
}
@media (min-width:767px) {
    .underSidebar .underSidebarInner{
        margin: 0px 10px;
    }
}
@media (min-width:1366px) {
    .underSidebar .underSidebarInner{
        margin: 0px 16px;
    }
}
.underSidebar .underSidebarContent{
    border: 1px solid #ccc;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
}
@media (min-width:1366px) {
    .underSidebar .underSidebarContent{
        padding: 20px;
    }
}

.underSidebar section{
    margin-bottom: 2rem;
}
.underSidebar .about{
    order: 4;
}
@media (min-width:767px) {
    .underSidebar .about{
        order: 1;
    }
}
.underSidebar .about .underSidebarContent{
    display: flex;
    flex-direction: column;
}
.underSidebar .about .underSidebarContent__title{
    order: 2;
    text-align: center;
    margin: 1rem 0rem;
    font-size: .9rem;
}
@media (min-width:767px) {
    .underSidebar .about .underSidebarContent__title{
        font-size: 1rem;
    }
}
.underSidebar .about .underSidebarContent__txt{
    order: 3;
    font-size: .9rem;
}
@media (min-width:767px) {
    .underSidebar .about .underSidebarContent__txt{
        font-size: .8rem;
    }
}
@media (min-width:1366px) {
    .underSidebar .about .underSidebarContent__txt{
        font-size: .9rem;
    }
}
.underSidebar .about .underSidebarContent__img{
    width: 180px;
    height: 180px;
    border-radius:50%;
    background-size: cover;
    background-position:center;
    order: 1;
    margin-left: auto;
    margin-right: auto;
}
.underSidebar .searchCat{
    order: 1;
}
@media (min-width:767px) {
    .underSidebar .searchCat{
        order: 3;
    }
}
.underSidebar .searchList{
    list-style: none;
}
.underSidebar .searchList .searchList__item{
    font-size: .9rem;
}
@media (min-width:1366px) {
    .underSidebar .searchList .searchList__item{
        font-size: 1.2rem;
    }
}
.underSidebar .searchList a{
    color: #65717b;
    text-decoration: none;
    display: block;
    padding: .5rem 0rem;
    display: flex;
    justify-content: space-between;
}
@media (min-width:1366px) {
    .underSidebar .searchList a{
        padding: 1rem 0rem;
    }
}
.underSidebar .searchList a::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5cc";
    font-size: 1.2rem;
}
.underSidebar .searchList .searchList__item:not(:last-child) a{
    border-bottom: 1px dotted #ccc;
}
.underSidebar .searchTxt{
    order: 2;
}
.underSidebar .searchTxt .underSidebarContent{
    padding: 20px 15px;
}
.underSidebar .searchTxt .searchform{
    display: flex;
    justify-content: space-between;
    border: 2px solid #ccc59b;
    border-radius: 5px;
}
.underSidebar .searchTxt .searchform .searchform__input{
    padding: .5rem;
    width: calc(100% - 70px);
    font-size: .9rem;
}
@media (min-width:1366px) {
    .underSidebar .searchTxt .searchform .searchform__input{
        padding: .8rem;
        font-size: 1rem;
    }
}
.underSidebar .searchTxt .searchform .searchform__btn{
    display: block;
    width: 70px;

    padding: .5rem;
    font-size: .9rem;
    background-color: #ccc59b;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.underSidebar .searchTxt .searchform .searchform__btn::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e8b6";
    font-size: 1.2rem;
    display: inline-block;
    /* margin-right: .3rem; */
}
.underSidebar .searchArchive{
    order: 3;
}


/**
ブログ詳細
**/
.underSingleWrapper .underTitleBlock{
    /* background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed;
    background-size: 800% 800%;
    animation: GradietionAnimation 30s ease infinite; */
    background-image: url(../img/back_blog.jpg);
}

@keyframes GradietionAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.underBlogMainContent{
    margin-top: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}
.underBlogMainContent .tableOfContents{
    border-top:solid 6px #444444;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
    background:#F3F3F2;
    padding: 10px;
    margin-bottom: 2rem;
}
@media (min-width:1366px) {
    .underBlogMainContent .tableOfContents{
        padding: 1.5rem;
    }
}
.underBlogMainContent .tableOfContents .tableOfContents__title{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
@media (min-width:1366px) {
    .underBlogMainContent .tableOfContents .tableOfContents__title{
        font-size: 1.6rem;
    }
}
.underBlogMainContent .tableOfContents .tableOfContentList{
    margin-top: .5rem;
}
.underBlogMainContent .tableOfContents .tableOfContents__title::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e241";
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 5px;
}
@media (min-width:1366px) {
    .underBlogMainContent .tableOfContents .tableOfContents__title::before{
        font-size: 1.8rem;
    }
}
.underBlogMainContent .tableOfContents .tableOfContentList{
    padding-left: 1rem;
}
.underBlogMainContent .tableOfContents .tableOfContentList .tableOfContentList__item:not(:last-child){
    margin-bottom: 5px;
}
.underBlogMainContent .tableOfContents .tableOfContentList .tableOfContentList__link{
    font-size: .9rem;
    color: gray;
}
@media (min-width:1366px) {
    .underBlogMainContent .tableOfContents .tableOfContentList .tableOfContentList__link{
        font-size: 1.3rem;
    }
}

.underBlogMainContent .blogContent:not(:last-child){
    margin-bottom: 1.5rem;
}
@media (min-width:767px) {
    .underBlogMainContent .blogContent:not(:last-child){
        margin-bottom: 2rem;
    }
}
.underBlogMainContent .blogContent .blogContent__title{
    font-size: 1.1rem;
    margin-bottom: .8rem;
    padding: .5rem;
    border-left: 4px solid #DF5286;
    background-color: #f7f7f7;
}
@media (min-width:1366px) {
    .underBlogMainContent .blogContent .blogContent__title{
        font-size: 1.5rem;
        padding: .8rem;
    }
}
.underBlogMainContent .blogContent .blogContent__txt{
    font-size: 1rem;
}
.underBlogMainContent .blogContent .blogContent__imgBlock{
    margin-top: 1.5rem;
}
@media (min-width:767px) {
    .underBlogMainContent .blogContent .blogContent__imgBlock{
        display: flex;
        flex-wrap: wrap;
    }
}
.underBlogMainContent .blogContent .blogContent__figure{
    margin-top: 2rem;
}
@media (min-width:767px) {
    .underBlogMainContent .blogContent .blogContent__figure{
        width: 46%;
        margin-top: 1rem;
    }
    .underBlogMainContent .blogContent .blogContent__figure:nth-child(odd){
        margin-right: 4%;
    }
}
@media (min-width:1366px) {
    .underBlogMainContent .blogContent .blogContent__figure{
        width: 31%;
    }
    .underBlogMainContent .blogContent .blogContent__figure:nth-child(odd){
        margin-right: 0px;
    }
    .underBlogMainContent .blogContent .blogContent__imgBlock .blogContent__figure:not(:nth-child(3n)){
        margin-right: 3%;
    }
}
.underBlogMainContent .blogContent .blogContent__caption{
    text-align: center;
    font-size: .9rem;
}
.underBlogMainContent .blogContent .blogContent__img{
    width: 100%;
    max-width: 100%;
}
.underSingleWrapper .connection{
    margin-top: 2rem;
}
.underSingleWrapper .connectionTitle__title{
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.underSingleWrapper .connectionPost{
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: .5rem;
    padding: 10px;
    /* margin-right: 15px; */
}
.underSingleWrapper .swiper-slide{
    box-sizing: border-box;
}
.underSingleWrapper .connectionPost .connectionPost__title{
    font-size: 1rem;
}
.underSingleWrapper .connectionPost .connectionPost__link{
    text-decoration: none;
    color: #333;
}
.underSingleWrapper .connectionPost .connectionPost__img{
    width: 100%;
}
.underSingleWrapper .connectionPost .connectionPost__Wrapper{
    text-align: right;
    color: gray;
    margin-top: .3rem;
    font-size: .8rem;
}

/**
notFound
**/
.notFound .notFoundTxt{
    font-size: 1rem;
}
@media (min-width:767px) {
    .notFound .notFoundTxt{
        text-align: center;
    }
}

.underFaqWrapper .underTitleBlock{
    background-image: url(../img/base_back.jpg);
}
.underFaqWrapper .underTitleBlock .underTitleBlock__subTitle,
.underNewsWrapper .underTitleBlock .underTitleBlock__subTitle,
.underReviewWrapper .underTitleBlock .underTitleBlock__subTitle,
.underPageWrapper .underTitleBlock .underTitleBlock__subTitle,
.underCatWrapper .underTitleBlock .underTitleBlock__subTitle
{
    font-size: 1rem;
    display: block;
    margin-top: -2px;
}
@media (min-width:967px) {
    .faqFilterWrapper{
        display: flex;
        justify-content: space-between;
    }
}
.faqFilter{
    margin-bottom: 2rem;
}
@media (min-width:967px) {
    .faqFilter{
        width: 48%;
        padding: 1rem;
        background-color: #F5F5F5;
    }
}
.faqFilter .faqFilter__title{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.faqFilter.faqFilterCat .faqFilter__title::before{
    font-size: 1.1rem;
    font-family: 'Material Symbols Outlined' !important;
    content: "\e574";
    font-size: 1.4rem;
    margin-right: 5px;
    display: inline-block;
}
.faqFilter .faqTermList{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;
}
.faqFilter .faqTermList .faqTermList__item{
    width: 49%;
    margin-top: .5rem;
    background-color: #fff;
}
.faqFilter .faqTermList .faqTermList__item:nth-child(odd){
    margin-right: 2%;
}
.faqFilter .faqTermList .faqTermList__link{
    display: block;
    padding: .5rem 0px;
    border: 1px solid #1D74B3;
    text-decoration: none;
    color: #333;
    font-size: .9rem;
}
@media (min-width:967px) {
    .faqFilter .faqTermList .faqTermList__link{
        padding: .8rem 0px;
    }
}
.faqFilter.faqFilterKeyword .faqFilter__title::before{
    font-size: 1.1rem;
    font-family: 'Material Symbols Outlined' !important;
    content: "\e8b6";
    font-size: 1.4rem;
    margin-right: 5px;
    display: inline-block;
}
.faqSearch{
    margin-top: .5rem;
}
.faqSearch .searchform{
    display: flex;
    justify-content: space-between;
    border: 2px solid #ccc59b;
    border-radius: 5px;
    text-align: center;
}
.faqSearch .searchform .searchform__input{
    padding: .8rem;
    width: calc(100% - 70px);
    font-size: .9rem;
    background-color: #fff;
}
.faqSearch .searchform .searchform__btn{
    width: 70px;
    padding: 0.5rem;
    font-size: .9rem;
    background-color: #ccc59b;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
.faqSection{
    margin-bottom: 2rem;;
}
.faqSection .faqSection__title{
    margin-bottom: .5rem;
    font-size: 1.2rem;
    padding-bottom: .2rem;
}
.faqSection .faqSection__title::before{
    content: '■';
    display: inline-block;
    margin-right: 5px;
}
.faqArticle{
    margin-top: .5rem;
}
.faqArticle:not(:last-child){
    border-bottom: 1px dotted gray;
    padding-bottom: .5rem;
}
.faqArticle .faq .faq__title{
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.faq .faqAccordion .faqAccordion__title::before{
    content: 'Q';
    background-color: #22a8d1;
}
.faq .faqAccordion .faqAccordion__title::before,
.faq .faqAccordion .faqAccordion__txt::before {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    min-width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.8rem;
    display: inline-block;
}
.faq .faqAccordion .faqAccordion__txt::before {
    content: 'A';
    background-color: #8e2d42;
}
.faq .faqAccordion .faqAccordion__head {
    font-size: 1rem;
    font-weight: normal;
    width: 80%;
}
.faq .faqAccordion .faqAccordion__txt {
    margin-top: .8rem;
    display: flex;
}
.faq .faqAccordion .faqAccordion__txtSpan{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.faq .moreBtnFaq{
    margin-bottom: .5rem;
    text-align: right;
}
.faq .moreBtnFaq .moreBtnFaq__link{
    font-size: .9rem;
    color: #1a0dab;
}
.faq .moreBtnFaq .moreBtnFaq__link::before{
    content: '[';
    color: #333;
}
.faq .moreBtnFaq .moreBtnFaq__link::after{
    content: ']';
    color: #333;
}

/**
よくある質問　詳細
**/
.underFaqSingleWrapper .faq{
    padding-bottom: 2rem;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 2rem;
}
.underFaqSingleWrapper{
    margin-top: 2rem;
}
.underFaqSingleWrapper .faqAccordion__title{
    display: flex;
    align-items: center;
}
.underFaqSingleWrapper .faq .faqAccordion .faqAccordion__head{
    font-weight: bold;
    width: 100%;
    font-size: 1.1rem;
}
.underFaqSingleWrapper .faqAccordion__txt{
    opacity: 1;
    transform: translateY(0px);
}
.underFaqSingleWrapper .connection .connection__title{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.underFaqSingleWrapper .connection .connection__title::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e241";
    font-size: 1.4rem;
    margin-right: 5px;
    display: inline-block;
}
.underFaqSingleWrapper .connectionList{
    padding: 0px;
    list-style: none;
    margin-top: .5rem;
}
.underFaqSingleWrapper .connectionList__item{
    margin-bottom: .5rem;
}
.underFaqSingleWrapper .connectionList__link{
    color: gray;

}

/**
おしらせ 一覧
**/
.underNewsWrapper .newsSection__title{
    font-size: 1.2rem;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}
.underNewsWrapper .newsSection__title::before{
    font-family: 'Material Symbols Outlined' !important;
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 5px;
}
.underNewsWrapper .newsSection__title.list::before{
    content: "\e241";
}
.underNewsWrapper .newsSection__title.calendar::before{
    content: "\ebcc";
}
.underNewsWrapper .underTitleBlock{
    background-image: url(../img/back_news.jpg);
}
.underNewsWrapper .newsArticle{
    border: 1px solid #000;
    padding: 8px 10px;
    position: relative;
}
.underNewsWrapper .newsArticle::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5cc";
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    top: 35%;
}
.underNewsWrapper .newsArticle:not(:last-child){
    margin-bottom: 1rem;
}
.underNewsWrapper .newsArticle .newsArticle__link{
    text-decoration: none;
    color: #333;
}
.underNewsWrapper .newsArticle .time__txt{
    color: gray;
}
.underNewsWrapper .newsArticle .newsArticleTitle__title{
    font-size: 1rem;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.underNewsWrapper .newsArchiveList{
    list-style: none;
}
.underNewsWrapper .newsArchiveList .newsArchiveList__item a{
    color: #333;
    text-decoration: none; 
    padding-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    margin-bottom: .5rem;
}
.underNewsWrapper .newsArchiveList .newsArchiveList__item a::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5cc";
    font-size: 1.2rem;
}
/**
おしらせ 詳細
**/
.underNewsSingleWrapper .time__txt{
    color: gray;
}

.underNewsSingleWrapper .newsSection__title{
    font-size: 1.2rem;
    border-bottom: 1px solid #000;
    padding-bottom: .5rem;
}
.underNewsSingleWrapper .newsSectionContent{
    margin-top: 1rem;
    font-size: 1rem;
}
.underNewsSingleWrapper .newsBack{
    margin-top: 3rem;
}
.underNewsSingleWrapper .newsBack__link{
    border-radius: 10px;
    background-color: #333;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: .9rem;
}
.underNewsSingleWrapper .newsImg{
    margin-top: 2rem;
}
@media (min-width:767px) {
    .underNewsSingleWrapper .newsImg{
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width:767px) {
    .underNewsSingleWrapper .newsImg .newsFigure{
        width: 32%;
    }
    .underNewsSingleWrapper .newsImg .newsFigure:not(:nth-child(3n)){
        margin-right: 1.5%;
    }
}
.underNewsSingleWrapper .newsImg .newsFigure:not(:last-child){
    margin-bottom: 1rem;
}
.underNewsSingleWrapper .newsImg .newsFigure__img{
    width: 100%;
    max-width: 100%;
}
.underNewsSingleWrapper .newsImg .newsFigure__caption{
    text-align: center;
    font-size: .9rem;
}

/**
お客様の声
**/

.underReviewWrapper .underTitleBlock{
    background-image: url(../img/back_review.jpg);
    background-size: cover;
}

/**
メニュー
**/
.menuPage .underTitleBlock{
    background-image: url(../img/back_menu.jpg);
    background-size: cover;
}
.menuPage .menuListWrapper{
    margin-top: 1rem;
}
@media (min-width:767px) {
    .menuPage .menuListWrapper{
        margin-top: 2rem;
    }
}
@media (min-width:1366px) {
    .menuPage .menuListWrapper{
        margin-top: 4rem;
    }
}
.menuPage .menuList{
    list-style: none;
}
@media (min-width:767px) {
    .menuPage .menuList{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width:1366px) {
    .menuPage .menuList{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:767px) {
    .menuPage .menuList .menuList__item{
        width: 49%;
    }
}
.menuPage .menuList .menuList__item:not(:last-child){
    margin-bottom: 10px;
}
@media (min-width:1366px) {
    .menuPage .menuList .menuList__item:not(:last-child){
        margin-bottom: 16px;
    }
}
.menuPage .menuList .menuList__link{
    padding: 10px;
    /* background-color: #ccc59b; */
    border: 1px solid #ccc59b;
    color: #333;
    text-decoration: none;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
}
@media (min-width:1366px) {
    .menuPage .menuList .menuList__link{
        padding: 15px;
    }
}

.menuPage .menuList .menuList__link::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5cf";
    display: inline-block;
    font-size: 1.2rem;
}
.menuPage .menuContentWrapper{
    margin-top: 3rem;
}
@media (min-width:1366px) {
    .menuPage .menuContentWrapper{
        width: 70%;
        margin-top: 4rem;
    }
}

.menuPage .menuGenre .menuGenre__title{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: .5rem;
}
@media (min-width:1366px) {
    .menuPage .menuGenre .menuGenre__title{
        font-size: 1.4rem;
    }
}
.menuPage .menuGenre .menuGenre__title::after{
    display: block;
    text-align: center;
    height: 2px;
    width: 60px;
    background-color: #ccc59b;
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
}
/* .menuPage .menuGenre .menuGenre__title::before{
    content: '';
    height: 2px;
    width: 20px;
    background-color: #ccc59b;
    display: block;
    margin-right: .5rem;
} */
.menuPage .menuGenreSupplement{
    font-size: .9rem;
    margin: .5rem 0rem;
}
@media (min-width:1366px) {
    .menuPage .menuGenreSupplement{
        font-size: 1.2rem;
    }
}
.menuPage .menuGenre{
    text-align: center;
    font-size: 1.0rem;
    margin-bottom: 1rem;
}
.menuPage .menuPriceSection{
    margin-bottom: 1.5rem;
}
@media (min-width:1366px) {
    .menuPage .menuPriceSection{
        margin-bottom: 2.5rem;
    }
}

.menuPage .menuPriceSupplement__txt{
    background-color: #f8f8f8;
    font-size: .8rem;
    padding: .5rem;
    margin-bottom: .5rem;
}
.menuPage .menuPriceTitleBlock .menuPrice__title{
    font-size: 1rem;
}
@media (min-width:1366px) {
    .menuPage .menuPriceTitleBlock .menuPrice__title{
        font-size: 1.2rem;
    }
}
.menuPage .menuPriceInfo{
    display: flex;
    justify-content: space-between;
}
.menuPage .menuPriceContent .menuPriceInfo{
    border-bottom: 1px dotted #65717b;
}
.menuPage .menuPriceContent .menuPriceInfoHead{
    font-size: .9rem;
}
@media (min-width:767px) {
    .menuPage .menuPriceContent .menuPriceInfoHead{
        font-size: 1rem;
    }
}
@media (min-width:1366px) {
    .menuPage .menuPriceContent .menuPriceInfoHead,
    .menuPage .menuPriceContent .menuPriceInfoValue{
        font-size: 1.2rem;
    }
}
.menuPage .menuPriceContent .menuPriceInfoSupplement{
    margin: .5rem 0rem;
}


/**
サロン情報
**/


.salonInfoPage .underTitleBlock{
    background-image: url(../img/back_salon_info.jpg);
    background-size: cover;
}
.salonInfoPage img{
    width: 100%;
}

.salonInfoPage .salonInfoConcept{
    margin-top: 3rem;
}

.salonInfoPage .salonInfoConceptContent__title{
    font-size: 1.1rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoConceptContent__title{
        font-size: 1.3rem;
        margin-top: 2rem;
    }
}
.salonInfoPage .salonInfoConceptContentTxt{
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: .9rem;
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoConceptContentTxt{
        font-size: 1rem;
    }
}
@media (min-width:767px) {
    .salonInfoPage  .salonInfoConceptContentBlock{
        display: flex;
        margin-top: 2rem;
    }
}

.salonInfoPage .salonInfoConceptContentImg__img{
    border-radius: 50%;
    height: auto;
}
@media (min-width:450px) {
    .salonInfoPage .salonInfoConceptContentImg{
        text-align: center;
        margin-top: 1rem;
    }
    .salonInfoPage .salonInfoConceptContentImg__img{
        width: 50%;
    }
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoConceptContentImg{
        margin-top: 0px;
        margin-left: 1rem;
    }
    .salonInfoPage .salonInfoConceptContentImg__img{
        width: 100%;
    }
}
.salonInfoPage .salonInfoConceptContentImg__caption{
    text-align: center;
}
.salonInfoPage .salonInfoMain{
    margin-top: 4rem;
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoMain{
        margin-top: 3rem;
    }
}
.salonInfoPage .salonInfoMainImg{
    margin: 1rem 0rem;
}

.salonInfoPage .salonInfoTable{
    width: 100%;
    /* border: 1px solid #ccc; */
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoTable{
        border-collapse: collapse;
        border: 1px solid #ccc;
    }
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoTable tr:not(:last-child){
        border-bottom: 1px solid #ccc;
    }
}
.salonInfoPage .salonInfoTable th{
    width: 100%;
    display: block;
    text-align: left;
    background-color: #f0f0f0;
    padding: .3rem 0rem .3rem .5rem;
    font-size: 1rem;
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoTable th{
        display: table-cell;
        width: 30%;
        padding: 1rem;
        border-right: 1px solid #ccc;
    }
}
.salonInfoPage .salonInfoTable td{
    width: 100%;
    display: block;
    font-size: .9rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoTable td{
        display: table-cell;
        padding: 1rem;
        font-size: 1rem;
    }
}
.salonInfoPage .salonInfoTable td .map{
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: self-end;
}
.salonInfoPage .salonInfoTable td .map::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e0c8";
    display: inline-block;
}
.salonInfoPage .salonInfoTable td .tel{
    color: #333;
    text-decoration: none;
}
.salonInfoPage .salonInfoKids__txt{
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: .5rem;
}
@media (min-width:767px) {
    .salonInfoPage .salonInfoKids__txt{
        font-size: 1rem;
    }
}
.salonInfoPage .salonInfoKidsList{
    list-style: none;
    margin-bottom: 1rem;
}
.salonInfoPage .salonInfoKidsList .salonInfoKidsList__item{
    display: flex;
}
.salonInfoPage .salonInfoKidsList__img{
    /* border-radius: 50%; */
}
.salonInfoPage .paymentList .paymentList__item{
    display: flex;
    font-size: .9rem;
}
@media (min-width:767px) {
    .salonInfoPage .paymentList .paymentList__item{
        font-size: 1rem;
    }
}

@media (min-width:1366px) {
    .salonInfoPage .salonInfoConcept,
    .salonInfoPage .salonInfoMain{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* .salonInfoPage .salonInfoConceptContentBlock{
    clear: both;
    display: block;
    content: '';
} */
/* .salonInfoPage .salonInfoConceptContentTxt{
    float: left;
} */
/* .salonInfoPage .salonInfoConceptContentImg{
    float: right;
} */
