@charset "utf-8";
/* CSS Document */

body{
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
margin:0;
color:#313131;
}

img{
outline:none;
border-style:none;
}


a{
    color: #561550;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a:visited{
    color: #561550;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #6E3076;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 300ms;
    }
    
.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    }
.anchor {
        display: block;
        padding-top: 70px;
        margin-top: -70px;
    }


/*****HEADER*****/
header{
    display: block;
    width:100%;
    overflow: hidden;
}

/*****BRANDING*****/
#branding{
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
    background-image: url(../images/header_sp.jpg);
    background-position: right;
    margin-bottom: 0;
    }
#branding h1{
        color: #561550;
        font-family: 'Reem Kufi', sans-serif;
    }
#branding h1 .purple{
        position: relative;
        font-size: 1.1em;
        top: 20px;
        padding-left: 1em;
    }
#branding h1 .gold{
        font-size: 1.1em;
        position: relative;
        color: #907F2C;
        top: 20px;
    }

@media screen and (max-width:560px){ 
    #branding{
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        background-color: #DCCED5;
        background-image: none;
        margin-bottom: 0;
    }
    #branding a{
        display: block;
    }
    #branding h1 .purple{
        font-size: 0.8em;
        position: relative;
        top: 5px;
        right: 0px;
        letter-spacing: 2px;
    }
    #branding h1 .gold{
        font-size: 0.5em;
        color: #907F2C;
        position: relative;
        top: 5px;
        right: 0px;
        letter-spacing: 2px;
    }
    
    .flex{
        padding: 2.5% 0;
        display: block;
        flex-direction: row;
        justify-content: space-evenly;
    }
    }


/*****NAV*****/
nav{
    width: 100%;
    background-color: #DCCED5;
    margin-bottom: 5px;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    opacity: 97%;
    z-index: 1;
    display: block;
}
nav ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 2;
    }
nav ul li{
    display: table-cell;
    min-width: 135px;
    }
nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #555;
    font-weight: bold;
    }
nav ul li.current{
    background-color: #DEEBF7;
    }
nav ul li.current a{
    color: #555;
    }
nav ul li:hover{
    background-color: #d6bac8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }

 @media screen and (max-width:560px) {
        /*　ハンバーガーボタン　*/
    .menu{
        height: 20px;
        position: fixed;
        right: 20px;
        top: 20px;
        width: 30px;
        z-index: 99;
    }
    .menu__line{
        background: #561550;
        display: block;
        height: 2px;
        position: absolute;
        transition:transform .3s;
        width: 100%;
    }
    .menu__line--center{
        top: 9px;
    }
    .menu__line--bottom{
        bottom: 0;
    }
    .menu__line--top.active{
        top: 8px;
        transform: rotate(45deg);
    }
    .menu__line--center.active{
        transform:scaleX(0);
    }
    .menu__line--bottom.active{
        bottom: 10px;
        transform: rotate(135deg);
    }
    /*gnav*/
    .gnav{
        background:#DCCED5;
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 98;
    }
    .gnav__wrap{
        align-items:center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: absolute;
        width: 100%;
    }
    .gnav__menu__item{
        margin: 10px 0;
    }
    .gnav__menu__item a{
        color: #561550;
        font-size: 2em;
        font-weight: bold;
        text-decoration: none;
        transition: .5s;
    }
    .gnav__menu__item a:hover{
        color: #666;
    }
    nav ul li {
        display: block;
        min-width: 135px;
    }
}



/*****ARTICLE*****/
section{
    display: block;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
article{
    margin-bottom: 100px;
    overflow: hidden;
}
article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
article p{
    font-size: 100%;
    color: #313131;
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
    letter-spacing: 3px;
    line-height: 220%;
    margin-bottom: 10px;
    padding: 0 180px;
    text-align: center;
}
article .btn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}
article .btn:hover{
    background-color: #fff;
    border: 1px solid orange;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}

@media screen and (max-width:560px) {
article p{
    padding: 0;
}
}


/*****illust*****/
#illust img{
    margin: 20px auto;
    display: block;
    border: solid 8px #DCCED5;
    width: 800px;
}

#illust h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}

@media screen and (max-width:560px) {
#illust img{
    margin: 20px 5px;
    display: block;
    border: solid 4px #DCCED5;
    width: 97%;
    }
}

/*****contact*****/
#contact .wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

#contact img{
    margin: 0 auto;
    display: block;
    height: 280px;
    width: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 8px #DCCED5;
}

#contact h3{
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 240%;
}

/*****term*****/
#term article{
    padding: 20px 25%;
}

@media screen and (max-width:560px) {
#term article{
    padding: 20px 7%;
}
}

#term h3{
    margin-bottom: 10px;
}

#term .wrapper{
    margin-bottom: 20px;
}

#term dd{
    margin-bottom: 5px;
}

/*****Footer*****/
footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #DCCED5;
}
footer address{
    color: #fff;
    letter-spacing: 5px;
    font-style: normal;
}