@charset "utf-8";

/* common.css
-------------------------------------- */

@media all and (max-width: 769px) {
    body{
        margin-bottom: 16%;
    }
}
@media all and (max-width: 600px) {
    body{
        margin-bottom: 19%;
    }
}
#header{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-weight: 400;
    color:#646464;
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    height: 9.5rem;
    z-index: 1000;
    /* overflow: hidden; */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
}
.globalmanu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 9.5rem;
}
.globalmanu .globalmanu--logo{
    width: 15%;
    height: 9.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 3%;
}
.globalmanu .globalmanu--logo__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.globalmanu .globalmanu--logo__link img{
    max-width:25rem;
    width: 100%;
}



.globalmanu .globalmanu--link{
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 9.5rem;
}
.globalmanu--link{
    height: auto;

}
.globalmanu--link__top,.globalmanu--link__genre,.globalmanu--link__flow{
    text-align: center;
    width: 100%;
    height: 9.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #005baa;
    position: relative;
}
.globalmanu--link__top::after,.globalmanu--link__genre::after,.globalmanu--link__flow::after{
    content: "";
    position: absolute;
    color: #005baa;
    top: 63%;
    right: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #005baa;
    border-right: 2px solid #005baa;
    transform: translateX(50%) rotate(135deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.globalmanu--link__top:hover::after,.globalmanu--link__genre:hover::after,.globalmanu--link__flow:hover::after{
    color: #005baa !important;
    top: 70%;
}

.globalmanu .globalmanu--contact{
    width: 20%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #c72800;
    padding: 0 0 0 1rem;
    height: 9.5rem;
}
.globalmanu--contact__number{
    width: 22rem;
    padding-right: 0.5rem;
}
.globalmanu--contact__tell{
    width: 6rem;
    padding-right: 0.5rem;
}
.globalmanu--contact__line{
    width: 6rem;
    padding-right: 0.5rem;
}

@media all and (max-width: 1600px) {
    .globalmanu--contact{
        width: 35rem !important;
    }
}

#page--top{
  width: 9rem;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 4%;
  z-index: 999;
}

.page--top__insta{
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #1a2061;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.page--top__totop{
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #1a2061;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.page--top__insta:hover,.page--top__totop:hover{
    background: #6087ea;
}
.page--top__totop::after{
    content: "";
    position: absolute;
    top: 38%;
    right: 50%;
    width: 2rem;
    height: 2rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(50%) rotate(-45deg);
}
#page--top img{
    width: 4.5rem;
    height: 4.5rem;
}
#page--top img:hover{
    opacity: 1;
}
#page--bottom{
    display: none;
}

@media all and (max-width: 769px) {
    #page--top{
        display: none;
    }
    #page--bottom{
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c72800;
    padding: 1rem 0;
    }
    .page--bottom__number{
        width: 40%;
        margin-right: 2%;
    }
    .page--bottom__tell{
        width: 12%;
        margin-right: 2%;
    }
    .page--bottom__line{
        width: 12%;
        margin-right: 2%;
    }
    .page--bottom__insta{
        width: 12%;
        margin-right: 2%;
    }
    .page--bottom__top{
        width: 12%;
    }
    .page--bottom__number img,.page--bottom__tell img,.page--bottom__line img,.page--bottom__insta img{
        width: 100%;
    }
}
/* ドロワ ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


.drawer-hamburger {
    z-index: 3000;
    width: 3.2rem !important;
    position: initial !important;
}

.drawer-hamburger-icon:after {
    top: 11px !important;
}
.drawer-hamburger-icon:before {
    top: -11px !important;
}
.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before {
    top: 0px !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 1px !important;
}



.drawer-nav{
    padding: 17% 12% 15%;
    background-color: #e6eaea !important;
    z-index: 1000 !important;
    height: 100% !important;
}
.drawer__menu__item a p span {
    font-size: 1.2rem;
    font-family: "din";
    letter-spacing: 0.2rem;
    margin-right: 1rem;
}

.drawer__menu__item a:hover {
    opacity: 1;
}


.drawer-hamburger {
    display: none !important;
}

.sp_logo{
    display: none;
}
.sp_logo a{
    width: 40%;
    padding: 0.4rem 0 0.4rem 4%;
    display: flex;
    align-items: center;
}
.drawer-menu li:first-child{
    margin-top: 3rem;
}
.drawer-menu-item{
    padding: 1rem !important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    border-bottom: solid 1px #000;
    margin-bottom: 2rem;
    display: flex !important;
    justify-content: space-between;
}
.drawer-menu-item p{
    font-size: 2rem;
}

/* スマホ表示 */

@media all and (max-width: 769px) {
    #header{
        display: none;
    }
    .drawer-hamburger {
        display: inline-block !important;
        padding: 20px 3rem 30px !important;
    }
    .drawer__menu__item a:hover {
        opacity: none;
    }
    .drawer-nav>.drawer-menu>div{
        padding-bottom: 25rem !important;
    }
    .sp_logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        position: fixed;
        width: 100%;
        top:0;
        z-index: 3000;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);

    }
}

















/* footer ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.area{
    background-color: #005baa;
    padding: 12rem 0 5rem;
}

.area--ttl{
    max-width: 96rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 6rem;
    font-weight: 500;
    padding: 3rem;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.area--ttl:before,
.area--ttl:after{
    position: absolute;
    top: 2.2em;
    content: "";
    display: inline-block;
    width: 0;
    height: 6px; 
    background: #fff;
    transition: 2s;
}

.area--ttl:before{
  left: 50%;
}

.area--ttl:after{
  right: 50%;
}

.area--ttl.move.on:before,
.area--ttl.move.on:after{
  width: 50%;
}
.area-contant{
    max-width: 96rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.area-contant-img{
    position: absolute;
    top:-8rem;
    right:-6rem;
    width: 50%;
}

.area-contant-text{
    margin: 5rem 0 0 1.5rem;
}

.area-contant-text p{
    font-size: 2.2rem;
    font-size: 400;
    margin-bottom: 4rem;
    color: #fff;
    font-family: 'M PLUS 1p', sans-serif;
}

@media all and (max-width: 1150px) {
    .area-contant-img{
        top:-6rem;
        width: 47%;
        right: 0%;
    }
}
@media all and (max-width: 960px) {
    .area--ttl{
        width: 92%;
    }

    .area-contant{
        width: 92%;
    }
    .area-contant-text p{
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    .area-contant-text{
        margin: 3rem 0 0 1.5rem;
    }
}
@media all and (max-width: 769px) {
    .area{
        padding: 6rem 0 4rem;
    }
    .area--ttl{
        font-size: 4rem;
        padding: 1.5rem;
    }
    .area--ttl:before,
    .area--ttl:after{
        height: 3px; 
    }
    .area-contant-text p{
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
    .area-contant-img{
        top:-5rem;
    }
}

@media all and (max-width: 700px) {
    .area--ttl{
        font-size: 2.8rem;
        padding: 1rem 0;
    }
    .area-contant-text p{
        font-size: 1.3rem;
    }
    .area-contant-img{
        position: initial;
        top:0rem;
        right:0rem;
        width: 100%;
        margin-top: 3rem;
    }
}

.info{
    background-color: #80add4;
    padding: 8rem 0 5rem;
}
.info-content{
    max-width: 93rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.info-content-acc{
    width: 48%;
}
.info-content-acc__link{
    margin: 0 0 4rem 3rem;
}
.info-content-acc__link a{
    margin-left: 1rem;
}
.info-content-acc__text{
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8em;
}
.info-content-acc__text span{
    font-weight: 600;

}
.info-content-map{
    width: 50%;
}
.info-content-map iframe{
    width: 100%;
    height: 100%;
}

@media all and (max-width: 930px) {
    .info-content{
        width: 92%;
    }
    .info-content-acc{
        width: 53%;
    }
    .info-content-map{
        width: 45%;
        height: 28rem;
    }
}

@media all and (max-width: 769px) {
    .info-content-acc__text{
        font-size: 1.4rem;
    }
}
@media all and (max-width: 700px) {
    .info{
        padding: 6rem 0 3rem;
    }
    .info-content{
        flex-direction: column;
    }
    .info-content-acc__text{
        font-size: 1.2rem;
    }
    .info-content-acc{
        width: 100%;
        margin-bottom: 4rem;
    }
    .info-content-map{
        width: 100%;
    }
    .info-content-acc__link{
        margin: 0 auto 2rem auto;
        text-align: center;
        
    }
    .info-content-map iframe{
        width: 100%;
        height: 23rem;
    }
}


.footerlogo{
    margin-top: 2rem;
}
.footerlogo--logo{
    width: 30rem;
    margin: 0 auto 2rem;
}
.footerlogo--copyright{
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #005baa;
}

@media all and (max-width: 700px) {
    .footerlogo--logo{
        width: 40%;
    }
    .footerlogo--copyright{
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
}