@charset "utf-8";

*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    line-height: 1.2;
    word-break: break-all;
    text-align: justify;
    color: #222;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    opacity: 0.7;
}
input{
    line-height: inherit;
    font: inherit;
    border: 1px solid #ddd;
}
.header_type__b{
    display: none;
}
@media(min-width: 1017px){
    .wrap{
        width: 1000px;
        margin: auto;
    }
}
@media(max-width: 1016px){
    .wrap:not(.nomargin){
        margin: 0 3%;
    }
}
@media(max-width: 767px){
    body{
        font-size: 1.4rem;
    }
}
.imgArea{
    font-size: 0;
    text-align: center;
}

/* newsArea */
/*
@media(min-width: 1017px){
    #newsArea{
        margin-bottom: 50px;
    }
    #newsArea .news{
        width: 1000px;
        margin: auto;
        font-size: 1.4rem;
    }
    #newsArea .news::before{
        content: 'お知らせ';
        display: inline-block;
        background: #fff;
        border-radius: 5px;
        font-size: 1.2rem;
        padding: 5px 10px;
        margin-right: 10px;
    }
    #newsArea .news a{
        text-decoration: underline;
        margin-left: 10px;
    }
    #newsArea > div{
        background: #ede6dc;
        padding: 3px 0;
    }
    #newsArea > div:not(:last-of-type){
        margin-bottom: 5px;
    }
}
@media(max-width: 1016px){
    #newsArea{
        margin-bottom: 15px;
    }
    #newsArea > div{
        background: #ede6dc;
        padding: 5px 3%;
        display: flex;
        align-items: center;
    }
    #newsArea > div:not(:last-of-type){
        margin-bottom: 5px;
    }
    #newsArea > div::before{
        content: 'お知らせ';
        margin-right: 10px;
        flex: 0 0 60px;
        background: #fff;
        text-align: center;
        padding: 2px 0;
        border-radius: 5px;
        font-size: 1.2rem;
    }
    #newsArea .news a{
        text-decoration: underline;
    }
} */

/* headerArea */
.pc .headerArea .topSubNavigation{
    display: flex;
    align-items: center;
    padding-top: 50px;
    position: relative;
}
.pc .headerArea .topSubNavigation > .rightArea{
    margin-left: auto;
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea){
    font-size: 1.4rem;
    text-align: right;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea) a{
    display: block;
    margin-left: 10px;
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea) a::before{
    content: '●';
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea) > a:first-of-type::before{
    color: #ff7270;
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea) > a:nth-of-type(2)::before{
    color: #f6a585;
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea) > a:nth-of-type(3)::before{
    color: #fdf683;
}
.pc .headerArea .topSubNavigation > .rightArea > div:not(.flexArea) > a:nth-of-type(4)::before{
    color: #be0000;
}
.pc .headerArea .topSubNavigation > .rightArea .flexArea{
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-top: 25px;
}
.pc .headerArea .topSubNavigation > .rightArea .flexArea a{
    display: block;
    margin-right: 5px;
}
.pc .headerArea .topSubNavigation > .rightArea .flexArea a img{
    width: 26px;
}
.pc .headerArea .topSubNavigation > .rightArea .tel{
    font-size: 2.3rem;
    font-weight: bold;
}

.pc .headerArea .topSubNavigation > .imgArea{
    margin-left: 5px;
    margin-bottom: 3px;
}

.pc .headerArea .topMainNavigation{
    display: flex;
    justify-content: space-between;
    font-size: 0;
    position: relative;
}
.pc .headerArea .topMainNavigation .float{
    position: absolute;
    z-index: 2;
    top: -100px;
    width: 75px;
    left: 29%;
}
.pc .headerArea .topSubCategoryNavigation{
    display: flex;
    justify-content: space-between;
    font-size: 0;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}
.pc .headerArea .topSubCategoryNavigation > li:not(:last-of-type){
    position: relative;
}
.pc .headerArea .topSubCategoryNavigation > li:not(:last-of-type)::after{
    content: '';
    border-right: 1px solid #ddd;
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 1px;
}
.pc .headerArea .topAuxiliaryNavigation{
    display: flex;
    align-items: center;
    font-size: 0;
    margin-top: 10px;
}
.pc .headerArea .topAuxiliaryNavigation form{
    display: flex;
    font-size: 1.4rem;
}
.pc .headerArea .topAuxiliaryNavigation form input{
    width: 300px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.pc .headerArea .topAuxiliaryNavigation form button{
    padding: 0;
    border: none;
    background: transparent;
    font-size: 0;
    margin-left: 5px;
    cursor: pointer;
}
.pc .headerArea .topAuxiliaryNavigation > div:nth-of-type(2){
    margin-left: auto;
}
.pc .headerArea .topAuxiliaryNavigation > div:not(:first-of-type):not(:last-of-type){
    margin-right: 10px;
}
.pc .headerArea .topAuxiliaryNavigation a{
    display: block;
}
/* newsArea */
.pc #newsArea{
    display: none;
    position: absolute;
    left: 37%;
    top: 33%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    padding: 1.5rem;
    /* width: 55.3%; */
    max-width: 55.3%;
    border-radius: 1rem;
    background: #fff9f2;
}
.pc #newsArea.active{
    display: block;
}
.pc #newsArea::before {
    content: '';
    display: block;
    border: 12px solid #eee;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.pc #newsArea::after {
    content: '';
    display: block;
    border: 12px solid #fff9f2;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.pc #newsArea .newsInner{
    overflow: hidden;
    word-break: initial;
    text-overflow: ellipsis;
    font-size: 14px;
    text-decoration: underline;
    white-space: nowrap;
    background: transparent;
}
.pc #newsArea .newsInner #loading_newsArea{
    display: block;
    overflow: hidden;
    animation: newsAnimation 12s infinite;
}
@keyframes newsAnimation{
    0%{
        width: 0%;
        opacity: 0;
    }
    10%{
        width: 100%;
        opacity: 1;
    }
    100%{
        width: 100%;
        opacity: 1;
    }
}

/* sp */
/* headerArea */
.sp .headerArea{
    border-bottom: 1px solid #aaa;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(100,100,100,0.2);
}
/* topSubNavigation */
.sp .topSubNavigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 3%;
    padding: 5px 0;
}
.sp .topSubNavigation > h1{
    flex: 0 0 110px;
}
.sp .topSubNavigation .rightArea{
    display: flex;
    height: 50px;
    justify-content: flex-end;
}
.sp .topSubNavigation .rightArea > div:not(.hamburger){
    flex: 0 0 30px;
    align-self: center;
    margin-right: 15px;
}
.sp .topSubNavigation .rightArea .hamburger{
    flex: 0 0 32px;
}
.sp .topSubNavigation .rightArea .hamburger img{
    height: 100%;
    box-sizing: border-box;
    padding: 8px 0 2px;
}
/* topHiddenMenu */
.sp #topHiddenMenu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ddd;
    z-index: 999;
    padding: 0 3%;
    font-weight: bold;
    transition: transform .3s;
    box-shadow: 0 2px 2px #aaa
}
.sp #topHiddenMenu.hidden{
    transform: translateY(calc(-100% - 4px));
}
.sp #topHiddenMenu > .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    box-sizing: border-box;
    height: 46px;
}
.sp #topHiddenMenu #topOpenMenu{
    overflow: hidden;
    height: 0;
    transition: .3s;
}
.sp #topHiddenMenu.open #topOpenMenu{
    height: 180px;
}
.sp #topHiddenMenu .flex > div > i{
    font-size: 20px;
}
.sp #topHiddenMenu .flex > div > i:last-of-type,
.sp #topHiddenMenu.open .flex > div > i:first-of-type{
    display: none;
}
.sp #topHiddenMenu.open .flex > div > i:last-of-type{
    display: block;
}
.sp #topHiddenMenu #topOpenMenu > div:first-of-type a{
    padding: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sp #topHiddenMenu #topOpenMenu > div:first-of-type a i{
    color: #aaa;
}
.sp #topHiddenMenu #topOpenMenu > div:first-of-type a:not(:last-of-type){
    margin-bottom: 10px;
}
.sp #topHiddenMenu #topOpenMenu > div:last-of-type{
    margin: 10px auto 0;
    text-align: center;
    width: 200px;
    background: #444;
    padding: 5px 0;
    color: #fff;
}
.sp #topHiddenMenu .header_icon{
    width: 20px;
    display: flex;
    align-self: center;
    justify-content: center;
}

/* mainMenu */
.sp #mainMenu{
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    right: 0;
    background: #eee;
    padding: 15px 10px;
    transition: transform .5s;
    width: 70%;
}
.sp #mainMenu.hidden{
    transform: translateX(100vw);
}
.sp #mainMenu form{
    display: flex;
    margin-bottom: 20px;
}
.sp #mainMenu input{
    flex: 0 0 85%;
    width: 85%;
    box-sizing: border-box;
    padding: 4px 10px;
}
.sp #mainMenu button{
    border: none;
    margin-left: auto;
    padding: 0;
    flex: 0 0 12%;
    width: 12%;
    background: transparent;
    font-size: 0;
}
.sp #mainMenu button img{
    height: 24px;
}
.sp #mainMenu .telArea{
    margin-bottom: 25px;
    text-align: center;
}
.sp #mainMenu .telArea .toContact{
    margin-bottom: 10px;
    background: #444;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.6rem;
}
.sp #mainMenu .telArea .toContact i{
    margin-right: 10px;
}
.sp #mainMenu .telArea .tel{
    font-size: 1.8rem;
    font-weight: bold;
}
.sp #mainMenu .menuBannerArea > div:not(:last-of-type){
    margin-bottom: 15px;
}
.sp #mainMenu .menuBannerArea .imgArea img{
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.sp #mainMenu .menuGuideArea{
    margin-top: 25px;
}
.sp #mainMenu .menuGuideArea p{
    font-size: 2rem;
}
.sp #mainMenu .menuGuideArea > div{
    margin-top: 15px;
}
.sp #mainMenu .menuGuideArea > div > div{
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.sp .close{
    text-align: right;
    font-size: 0px;
    margin-bottom: 15px;
}
.sp .close i{
    font-size: 3.5rem;
}
/* sp sp_newsArea */
#sp_newsArea{
    margin: 10px;
    background: #fff9f2;
    padding: 10px;
    display: none;
}
@media(max-width: 767px){
    #sp_newsArea.active{
        display: block;
    }
}
#sp_newsArea .newsInner{
    display: flex;
}
#sp_newsArea a{
    margin-left: 5px;
}
#sp_newsArea i{
    color: #fdae28;
}

/* footer */
.pc .footer{
    margin-top: 80px;
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}
.pc .footer .flexArea{
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
}
.pc .footer .flexArea .calenderArea{
    flex: 0 0 300px;
}
.pc .footer .flexArea .calenderArea .title{
    font-size: 24px;
    text-align: center;
}
.pc .footer .flexArea .calenderArea .paragraph{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc .footer .flexArea .calenderArea .paragraph::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fbd5d5;
    margin-right: 10px;
}
.pc .footer .flexArea .calenderArea .calender{
    margin-top: 30px;
}
.pc .footer .flexArea .calenderArea .calender p{
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.pc .footer .flexArea .calenderArea .calender table{
    width: 200px;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
}
.pc .footer .flexArea .calenderArea .calender table tr:first-of-type{
    border-bottom: 1px solid #888;
}
.pc .footer .flexArea .calenderArea .calender table tr th,
.pc .footer .flexArea .calenderArea .calender table tr td{
    padding: 5px;
}
.pc .footer .flexArea .calenderArea .calender table tr > td:first-of-type:not(.noNumber),
.pc .footer .flexArea .calenderArea .calender table tr > td:last-of-type:not(.noNumber),
.pc .footer .flexArea .calenderArea .calender .holiday{
    background: #fbd5d5;
}
.pc .footer .flexArea .linkArea{
    flex: 0 0 200px;
}
.pc .footer .flexArea .linkArea > div{
    margin-top: 25px;
}
.pc .footer .flexArea .rightArea{
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
}
.pc .footer .flexArea .rightArea > div{
    border: 1px solid #ddd;
    padding: 10px 20px;
    box-sizing: border-box;
}
.pc .footer .flexArea .rightArea > div:nth-of-type(2){
    margin: auto 0;
}
.pc .footer .flexArea .rightArea > div > div:first-of-type{
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 5px;
}
.pc .footer .flexArea .rightArea > div > div.flex:first-of-type > div:first-child{
    margin-right: 15px;
}
.pc .footer .flexArea .rightArea > div > div:nth-of-type(2){
    font-size: 1.2rem;
    padding: 20px 0 10px;
}
.pc .footer .flexArea .rightArea > div:last-of-type > div:nth-of-type(2){
    padding: 10px 0 0;
    justify-content: space-between;
}

.pc .footer .flexArea .rightArea .middle > div:nth-of-type(2){
    text-align: center;
}
.pc .footer .flexArea .rightArea .middle > div:nth-of-type(2) .flex{
    justify-content: center;
}
.pc .footer .flexArea .rightArea .middle > div:nth-of-type(2) .flex .imgArea{
    margin-right: 5px;
}
.pc .footer .flexArea .rightArea .middle > div:nth-of-type(2) .flex .tel{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin: 10px 0;
}
.pc .footer .flexArea .flex{
    display: flex;
    align-items: center;
}
.pc .footer .wrap + p{
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 5px;
}
.pc .footer .wrap ~ p{
    font-size: 1.2rem;
    text-align: center;
}

/* calenderArea */
.sp .calenderArea{
    margin-top: 75px;
}
.sp .calenderArea .title{
    background: #f8f8f3;
    padding: 0 3%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 20px;
}
.sp .calenderArea .calenderWrap{
    padding: 0 3%;
    display: flex;
    justify-content: space-around;
}
.sp .calenderArea .calenderWrap .calender{
    margin-bottom: 25px;
}
.sp .calenderArea .calenderWrap .calender p{
    text-align: center;
    margin-bottom: 10px;
}
.sp .calenderArea .calenderWrap th,
.sp .calenderArea .calenderWrap td{
    padding: 3px;
    text-align: center;
}
.sp .calenderArea .calenderWrap tr:first-of-type{
    border-bottom: 1px solid #888;
}
.sp .calenderArea .calender table tr > td:first-of-type:not(.noNumber),
.sp .calenderArea .calender table tr > td:last-of-type:not(.noNumber),
.sp .calenderArea .calenderWrap .holiday{
    background: #fbd5d5;
}
.sp .calenderArea .paragraph{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp .calenderArea .paragraph::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fbd5d5;
    margin-right: 10px;
}
@media(max-width: 567px){
    .sp .calenderArea .calenderWrap{
        display: block;
    }
    .sp .calenderArea .calenderWrap table{
        margin: auto;
    }
    .sp .calenderArea .calenderWrap th,
    .sp .calenderArea .calenderWrap td{
        padding: 6px;
    }
}

/* footerArea--min */
.sp #footer{
    margin-top: 75px;
}
.sp #footer .footerArea--min .flex{
    display: flex;
}
.sp #footer .footerArea--min .none{
    opacity: 0;
    top: 0;
    position: fixed;
    max-width: 100%;
    left: -100vw;
}
.sp #footer .footerArea--min .labelArea{
    cursor: pointer;
    line-height: 56px;
    height: 56px;
    background: #f8f8f3;
    border-bottom: 1px solid #ccc;
    padding: 0 3%;
    position: relative;
}
.sp #footer .footerArea--min .labelArea .icon{
    position: absolute;
    right: 3%;
}
.sp #footer .footerArea--min .labelArea .icon > .fa-chevron-up{
    display: none;
}
.sp #footer .footerArea--min .labelArea .icon > .fa-chevron-down{
    display: inline-block;
}
.sp #footer .footerArea--min .labelArea.active .icon > .fa-chevron-up{
    display: inline-block;
}
.sp #footer .footerArea--min .labelArea.active .icon > .fa-chevron-down{
    display: none;
}
.sp #footer .footerArea--min .hiddenArea{
    overflow: hidden;
    transition: .4s;
    text-align: justify;
    text-justify: inter-ideograph;
}
.sp #footer .footerArea--min .hiddenArea > div{
    padding: 20px 15px;
    line-height: 1.7;
}
.sp #footer .footerArea--min .margin--right > div > img{
    max-width: 40px;
}
.sp #footer .footerArea--min .margin--right > div:not(:last-of-type){
    margin-right: 5px;
}
.sp #footer .footerArea--min .big{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
}
.sp #footer .footerArea--min .max200 img{
    max-width: 200px;
}
.sp #footer .footerArea--min .hiddenArea .font-size--m{
    color: #93cb6e;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 5px 0;
}
.sp #footer .footerArea--min .hiddenArea .font--s{
    font-size: 1.2rem;
    margin: 20px;
}
.sp #footer .footerArea--min .hiddenArea .margin--bottom{
    margin-bottom: 20px;
}
.sp #footer .footerArea--min a.noUnder{
    display: block;
}
.sp #footer .footerArea--min .noUnder{
    text-decoration: none;
}
.sp #footer .footerArea--min p a{
    text-decoration: underline;
}
.sp #footer .footerArea--min p a.color--b {
    color: #3f51b5;
}
.sp #footer .footerArea--min .under{
    font-size: 1.1rem;
    text-align: center;
    padding: 30px 3%;
    background: #f8f8f3;
}
.sp #footer .footerArea--min .under .imgArea{
    width: 200px;
    margin: 0 auto 10px;
}
.sp #footer .footerArea--min .under .imgArea + p{
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/* layer */
.sp #layer.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(100,100,100,0.2);
}

/* ブレイクポイント */
@media(max-width: 1016px){
    .pc:not(.sp){
        display: none;
    }
}
@media(min-width:1017px){
    .sp:not(.pc){
        display: none;
    }
    #sp{
        display: none;
    }
}
