@charset "utf-8";

/* COMMON
---------------------------------------------------------------------------- */	
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);


body{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color:#333;
}
.mac body{
    font-size: 15px;
}
a{
    text-decoration:underline; 
    color: #333;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{ text-decoration: none; }
a>img{ 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a>img:hover{ opacity:0.7; }
button{
    border:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

@media screen and (max-width:768px){
    body{
        font-size: 14px;
    }
}

/* 分類：幅調整モジュール
----------------------------------------------------------------------------- */
.w5{ width:5% !important; }
.w10{ width:10% !important; }
.w15{ width:15% !important; }
.w20{ width:20% !important; }
.w25{ width:25% !important; }
.w30{ width:30% !important; }
.w35{ width:35% !important; }
.w40{ width:40% !important; }
.w45{ width:45% !important; }
.w50{ width:50% !important; }
.w55{ width:55% !important; }
.w60{ width:60% !important; }
.w65{ width:65% !important; }
.w70{ width:70% !important; }
.w75{ width:75% !important; }
.w80{ width:80% !important; }
.w85{ width:85% !important; }
.w90{ width:90% !important; }
.w95{ width:95% !important; }
.w100{ width:100% !important; }

/* header
---------------------------------------------------------------------------- */
.header{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 1000;
    height:60px;
}
.header-inner{
    margin: 0 auto;
    width: 98%;
}
.header-inner .col-2{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    width: 30%;
}
.header-inner .col-2:first-child{
    justify-content: flex-start;
    width: 25%;
    flex-wrap: wrap;
    line-height: 2;
}
.header-inner .col{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

@media screen and (min-width:768px) and (max-width:1000px){
    .header-inner .col-2 .pc-only a{
        font-size: 10px;
    }
    .header-inner .col-2:first-child{
        line-height: 0;
    }
}
@media screen and (max-width:768px){
    .header{
        position: fixed;
        background: #fff;
        border-bottom: none;
        border-bottom: 2px solid #ddd;
    }
    .header-inner{
        width: 90%;
    }
}


/* logo */
.header-logo{
    display: table-cell;
    vertical-align: middle;
    padding-left:30px;
}
.header-logo a{
    color:#fff;
    font-size: 30px;
}
.header-logo img{
    width:160px;
    height:auto;
    vertical-align: text-top;
}
@media screen and (max-width:767px){
    .header-logo img{
        width:150px;
        height:auto;
    }
}
@media screen and (max-width:1000px){
    .header-logo a{
        font-size: 20px;
    }
    .header-logo{
        width: auto;
        height: 60px;
        line-height: 48px;
        padding-left: 0;
    }    
}

/* nav */
.header-nav{
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width:768px){
    .header-nav.is-open a{
        color: #fff;
        font-family: inherit;
        padding: 10px 5px;
        font-size: 15px;
        border-bottom: 1px solid #fff;
        letter-spacing: 2px;
        text-align: left;
        width: 100%;
    }
    .header-nav.sp-only{
        position: absolute;
        left: 1000px;
        display: none;
    }
    .header-nav.is-open{
        display:block;
        position: fixed;
        left:0;
        top: 60px;
        background-color: #4d4d4d;
        height: calc(100vh - 60px);
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: -4px 0px 4px -1px rgba(0,0,0,0.1);
        -moz-box-shadow: -4px 0px 4px -1px rgba(0,0,0,0.1);
        box-shadow: -4px 0px 4px -1px rgba(0,0,0,0.1);
        z-index: 1000;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* メインナビ */
.header-nav-main{
}
.header-nav-main ul{
}
.header-nav-main ul li{
    display: inline-block;
}
.header-nav-main li a{
    font-size: 14px;
    display: block;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding:0 15px;
    font-weight: bold;
}
.header-nav-main li.is-guidance a{
    font-size: 12px;
    font-weight: normal;
}
.header-nav-main li a i{
    margin-right: 5px;
    font-size:18px;
}
.header-nav-main li.is-entry a i{
    color:#fb0009;
}
.header-nav-main li.is-login a i{
    color:#fdb40A;
}


@media screen and (max-width:1000px){
    .header-nav-main li a{
        font-size: 11px;
        width: 130px;
        height: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width:768px){
    .header-nav-main{
    }
    .header-nav-main ul{
        display: block;
    }
    .header-nav-main ul li{
        width: 100%;
        display: block;
    }
    .header-nav-main .btn-S{
        line-height: 25px;
        border-radius: 10px;
        margin: 10px auto;
        width: 90%;
    }
    .header-nav-main li a.is-about:after,
    .header-nav-main li a.is-search:after{
        content: none;
    }
    .header-nav-main i{
        width: 20%;
        text-align: center;
    }
    .header-nav-main button{
        width: 100%;
        text-align: left;
        padding: 10px 0;
        background: #4d4d4d;
        color: #ffbb99;
        font-weight: bold;
        height: 45px;
    }
    .header-nav-main li a{
        width: auto;
        height: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1000px){
}

/* サブナビ */
.header-nav-sub ul{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}
.header-nav-sub ul li{
    margin-right: 20px; 
}
.header-nav-sub a{
    text-decoration: none;
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

@media screen and (max-width:1000px){
    .header-nav-sub a{
        font-size: 10px;
    }
}

/* SP メニュー */
@media screen and (max-width:768px){
    .header-sp{
        position:fixed;
        display:block;
        top:0;
        right: 0;
    }
    .header-sp button,
    .header-sp button span{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .header-sp button{
        width:60px;
        height:60px;
        border:none;
        background-color:#fff;
        position:relative;
        border-bottom: 2px solid #ddd;
    }
    .header-sp button span{
        position: absolute;
        left: 17.5px;
        width: 25px;
        height: 2px;
        background-color: #000;
        border-radius: 1px;
    }
    .header-sp button span:nth-of-type(1){
        top:20px;
    }
    .header-sp button span:nth-of-type(2){
        top:28px;
    }
    .header-sp button span:nth-of-type(3){
        bottom:20px;
    }
    .header-sp button.is-open span:nth-of-type(1){
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .header-sp button.is-open span:nth-of-type(2){
        opacity: 0;
    }
    .header-sp button.is-open span:nth-of-type(3){
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}


/* wrap
---------------------------------------------------------------------------- */
.wrap{
    padding-top: 60px;
}
@media screen and (max-width:768px){
    .wrap{
        
    }
}

/* mv
---------------------------------------------------------------------------- */
.mv{
    height:20vh;
    background-image: url("/common/images/img_mv.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center; 
}
.mv-ttl{
    
}

@media screen and (max-width:768px){
    .mv{
        height: 130px;
    }
    .mv-ttl{
        
    }
}

@media screen and (max-width:768px){
    .mv-img{
        
    }
}

/* topicPath
---------------------------------------------------------------------------- */
.topicpath{
    margin:0 0;
}
.topicpath ol{

}
.topicpath ol li{
    display:inline-block;
    background-image:url("/common/images/path_arr.png");
    background-repeat:no-repeat;
    background-position:right center;
    background-size:auto 10px;
    padding-right:15px;
    margin-right:15px;
}
.topicpath ol li:last-child{
    background-image:none;
}
@media screen and (max-width:768px){
    .topicpath{
        display:none;
    }
}

/* main
---------------------------------------------------------------------------- */
.main{
    padding-top:50px;
    padding-bottom:80px;
    background-color:#fff;
}
@media screen and (max-width:768px){
    .main{
        
    }
}

/* footer
---------------------------------------------------------------------------- */
.footer{
    
}
@media screen and (max-width:768px){
    .footer{
        
    }
}

/* link */
.footer-link{
    background-image: url("/common/images/bg_footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color:#fff;
}
.footer-link-inner{
    background-image: url("/common/images/bg_dot.png");
    background-repeat: repeat;
    padding:30px 0;
}
.footer-link-logo img{
    width:144px;
    height: auto;
}
.footer-link p{
    padding:30px 0 20px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}
.footer-link-btn{
    display:inline-block;
    background-color:rgba(255,255,255,0.5);
    border-radius: 5px;
    padding:5px;
}
.footer-link-btn .btn-L{
    font-size:30px;
    width: 490px;
    height: 100px;
    line-height: 100px;
}

@media screen and (max-width:768px){
    .footer-link p{
        width: 90%;
        margin:0 auto;
    }
    .footer-link-btn{
        width: 90%;
        height: 60px;
        margin: 0 auto;
        display: flex;
    }
    .footer-link-btn .btn-L{
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 50px;
    }
    .footer-link-inner{
        padding: 50px 0;
    }
}


/* sitemap */
.footer-sitemap{
    background-color: #fd9700;
    color:#fff;
    padding:50px;
}
.footer-sitemap a{
    color:#fff;
}
.footer-sitemap dl{
    margin-bottom:15px;
    padding:0 20px;
}
.footer-sitemap dl dt{
    font-weight: bold;
    width:150px;
    display:inline-block;
    vertical-align: top;
}
.footer-sitemap dl dd{
    display: inline-block;
}
.footer-sitemap dl dd a{
    display: inline-block;
    padding:0 15px 0 0;
}
.footer-sitemap dl dd a::after{
    content:"｜";
    display:inline-block;
    margin-left: 15px;
}
.footer-sitemap dl dd a:last-child::after{
    content:"";
}

@media screen and (max-width:768px){
    .footer-sitemap{
        padding: 50px 10px;
    }
    .footer-sitemap dl dt{
        width: 100%;
    }
    .footer-sitemap dl dd a::after{
        content: none;
    }
}

/* copy */
.footer-copy{
    padding:20px 0;
    text-align:center;
}
@media screen and (max-width:768px){
    .footer-copy{
        font-size:12px;
    }
}


