@charset "UTF-8";

body{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.container {
    max-width: 1200px;
    margin: auto;
}

img{
    max-width: 100%;
}

.sp-br{
    display: none;
}

.sp-img{
    display: none;
}
@media (max-width: 1200px) {
    .container{
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 767.98px) {
    body{
        font-size: 15px;
        line-height: 1.7;
    }
    .sp-br{
        display: block;
    }

    .sp-img{
        display: block;
    }

    .pc-img{
        display: none;
    }
}


header .container{
    max-width: 1340px;
    margin: auto;
}
header {
	position: relative;
    background: #fff;
    padding: 20px 15px;
    z-index: 100;
}

header .header-logo {
	display: flex;
    align-items: center;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-img {
    padding-left: 15px;
}

.header-nav{
    display: block;
}

.header-nav .close-btn,
.header-nav .close-icon{
    display: none;
}
.header-nav ul {
    display: flex;
}
.header-nav a {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.header-nav a::after{
    content: '/';
    display: inline-block;
    color: #e22382;
    margin: 0 20px;
    vertical-align: middle;
}
.header-nav ul li:last-child a::after {
    content: none;
}

.header-nav ul li:last-child a::after {
    content: none;
}


.header-box .ham{
    display: none;
}


@media (max-width: 1200px) {

    header .container{
        padding: 0 5%;
    }

    .header-logo > img{
        display: none;
    }

    .header-logo a{
        display: block;
        width: 200px;
    }

    .header-logo a img{
        max-width: 100%;
    }

    .header-nav{
        position: fixed;
        display: none;
        right: 0;
        top: 0;
        background: rgba(228,157,160, 0.8);
        width: 80%;
        padding: 70px 8% 8% 8%;
        z-index: 999;
    }

    .header-nav .close-btn,
    .header-nav .close-icon{
        display: block;
    }

    .header-nav .close-icon{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 6%;
        top: 20px;
    }

    .header-nav .close-icon span{
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        top: 13px;
    }

    .header-nav .close-icon span:first-child{
        transform: rotate(45deg);
        left: 0;
    }

    .header-nav .close-icon span:nth-child(2n){
        transform: rotate(-45deg);
        right: 0;
    }

    .header-nav ul{
        display: block;
    }

    .header-nav ul li{
        display: block;
        text-align: center;
        color: #fff;
        border-top: 2px dashed #fff;
    }

    .header-nav ul li:first-child{
        border-top: 0;
    }

    .header-nav ul li a{
        padding: 10px;
        display: block;
    }

    .header-nav a::after{
        display: none;
    }

    .header-nav .close-btn{
        display: block;
        background: #fff;
        border-radius: 50px;
        color: #000;
        text-align: center;
        padding: 3px;
        border: 3px solid #dd8286;
        margin-top: 50px;
        font-weight: bold;
    }

    .header-box .ham{
        display: flex;
        width: 30px;
        height: 30px;
        flex-wrap: wrap;
        align-items: center;
        cursor: pointer;
    }

    .header-box .ham span{
        background: #e22382;
        display: inline-block;
        width: 100%;
        height: 3px;
        border-radius: 50px;
    }
    

}


.current {
    color: #e22382;
}


footer{
    position: relative;
}

#top footer{
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.08);
}

.footer_menu{
    position: relative;
}

.footer_menu:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/mv_bg_pattern01.png);
    background-repeat: repeat;
    background-position: top;
    width: 100%;
    height: 6px;
}

.footer_menu .container{
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    justify-content: center;
}

.footer_menu ul {
    display: flex;
}
.footer_menu a {
    font-size: 16px;
    font-weight: bold;
}

.footer_menu a::after{
    content: '/';
    display: inline-block;
    color: #e22382;
    margin: 0 20px;
    vertical-align: middle;
}
.footer_menu ul li:last-child a::after {
    content: none;
}

.footer_content_top{
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_content_top .logo{
    margin: 0 25px;
}

.footer_content_top .logo div{
    display: inline-block;
}

.footer_content_top .logo a{
    display: inline-block;
    vertical-align: top;
}

.footer_content_top .logo .sns{
    margin: 0 3px;
    display: inline-block;
}

.footer_content_top .logo .company{
    margin-right: 5px;
}

.footer_content_bottom{
    max-width: 940px;
    margin: 30px auto 0;
    border: 6px solid #ece6e0;
    border-radius: 10px;
    text-align: center;
    background: url(../img/footer_logo_box_bg02.png) repeat;
}

.footer_content_bottom_inner{
    padding: 40px 60px 130px 60px;
    background: url(../img/footer_logo_box_bg01.png) no-repeat center bottom;
}

.footer_content_bottom h4 {
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.footer_content_bottom h4:before, .footer_content_bottom h4:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}
.footer_content_bottom h4:before {
    margin-right: 1em;
}
.footer_content_bottom h4:after {
    margin-left: 1em;
}

.footer_content_bottom .logo_list div{
    display: inline-block;
    margin: 0 25px 30px 25px;
    vertical-align: middle;
}

.footer_content_bottom p a{
    color: #3d98c2;
    text-decoration:underline;
    font-size: 24px;
}

.footer_sec01{
    padding-bottom: 120px;
    background: url(../img/footer_bottom.png) no-repeat center bottom;
}

.copyright{
    background: #ff91b0;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    
}

.copyright p{
    font-size: 16px;
    font-weight: normal;
}

#pagetop{
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.7);
    border-radius: 50px;
    cursor: pointer;
}

#pagetop span{
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 7px;
    margin-top: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media (max-width: 767.98px) {
    .footer_content_top{
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 0;
    }

    .footer_content_top .logo{
        width: 100%;
        margin: 25px 0;
        text-align: center;
    }

    .footer_content_top .logo:first-child{
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_content_top .logo .company{
        width: 100%;
        margin-top: 20px;
    }

    .footer_content_bottom_inner{
        background-size: 137% auto;
        padding: 5% 5% 25% 5%;
        background-position: center 97%;
    }

    .footer_sec01{
        background-size: 100% auto;
    }

    .footer_menu ul{
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_menu a{
        font-size: 12px;
    }

    .footer_menu a::after{
        margin: 0 6px;
    }

    .footer_menu .container{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_content_bottom h4{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer_content_bottom h4:before, .footer_content_bottom h4:after{
        width: 2em;
    }

    .footer_content_bottom .logo_list {
        text-align: left;
    }

    .footer_content_bottom .logo_list div{
        max-width: 40%;
        margin: 0 4% 5% 4%;
    }

    .footer_content_bottom .logo_list div img{
        max-width: 100%;
    }

    .footer_content_bottom p a{
        font-size: 15px;
    }

    .copyright p{
        font-size: 11px;
    }
}

.breadcrumb{
    padding: 40px 0;
}

.breadcrumb a, .breadcrumb span{
    font-size: 14px;

}

@media (max-width: 767.98px){
    .breadcrumb{
        border-bottom: 1px solid #cadfe5;
        padding: 20px 0;
    }
    .breadcrumb a, .breadcrumb span{
        font-size: 12px;
    
    }
}