@charset "UTF-8";

/*HEADER*/
.site-header{
    padding: 0 0 220px;
    margin-bottom: 0
}
#top-header{
    padding: 15px 0;
    box-shadow:0px 0px 8px 3px #ddd;
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    transition: 0.3s;
    z-index: 9998;
    text-align: justify;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1.8em
}
#insta-icon{
    position: fixed;
    width: 65px;
    height: 50px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
    right: 0;
    top: 200px;
    box-shadow:3px 0px 7px 3px #ddd;
    border-left: solid 5px #A4095D;
    transition: 0.3s;
}
#insta-icon img{
    width: 100%
}
#resin-header{
}
#resin-header h1{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s;
}
#resin-header h1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #A4095D;
    left: 0;
    top: 48%;
    z-index: -1;
}
#resin-header h1 img{
    width: 160px;
    background-color: #fff;
    padding: 0 30px;
    vertical-align: bottom;
    transition: 0.3s;

}
#resin-header h1 a:hover{
    opacity: 1
}
/*fixed*/
#top-header.fixed {
    padding: 10px 0
}
#top-header.fixed #resin-header h1{
    margin-bottom: 10px
}
#top-header.fixed #resin-header h1 img{
    width: 120px;
    background-color: #fff;
    padding: 0 30px;
    vertical-align: bottom;
}
#top-header.fixed #insta-icon{
    top: 160px;
}
@media screen and (min-width: 769px){
#gNav{
    /*border-bottom: solid 1px #6bb82d;
    border-top: solid 1px #6bb82d;*/
}
#gNav ul{
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
}
#gNav ul li{
    padding: 0 25px
}
#gNav ul li a{
    line-height: 1;
    color: #999999;
    transition: 0.2s;
}
    #gNav ul li a:hover{
        color: #A4095D
    }
#gNav ul li:first-of-type a{
    border-left: dotted 1px #fff
}
#gNav ul li span{
    font-size: 12px;
    padding: 0 2px
}
}

/*FOOTER*/
footer {
    background-color: #fff;
    color: #555555;
    padding: 0 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8em
}
/*SHOP-INFO*/
#shopInfo{
    padding: 40px 1%;
    background-color: #f9f9f9;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#shopInfo h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #A4095D;
}
/*#shopInfo h2:before{
	font-family: FontAwesome;
	content: "\f07a";
    font-weight: 900;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #169244;
}*/
#shopInfo ul{
    display: flex;
    justify-content: space-between;
}
#shopInfo li{
    background-color: #fff;
    width: 19%;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.6em;
    box-shadow:0px 0px 6px 3px #eee;
}
#shopInfo dt{
    text-align: center;
    font-weight: 700;
    border-bottom: solid 1px #A4095D;
    padding-bottom: 5px;
    margin-bottom: 10px
}
#shopInfo dd{
    font-size: 14px;
    font-weight: 700;
}
#shopInfo dd span{
    font-weight: normal;
    font-size: 12px
}
#shopInfo dd span.free_r{
    font-weight: 700;
    font-size: 14px
}
#shopInfo dd a{
    display: inline-block;
    font-size: 20px;
    position: relative;
}
#shopInfo dd a.link{
    font-size: 14px;
    font-weight: normal;
    color: steelblue;
}
#footer .top_footer{
    background-color: #A4095D;
    padding: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#footer .top_footer ul{
    display: flex;
    justify-content: center;
    line-height: 1.4em
}
#footer .top_footer li:first-child,
#footer .top_footer li:nth-child(2){
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px #fff;
}
#footer .top_footer li a{
    font-size: 14px;
    color: #fff;
}
#footer p.copyright{
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    color: #A4095D
}
@media screen and (max-width: 768px){
/*HEADER*/
.site-header{
    padding: 0 0 120px;
    margin-bottom: 0
}
#top-header{
    padding: 10px 0;
    border-bottom: solid 5px #A4095D
}
#insta-icon{
    position: fixed;
    width: 25px;
    height: 25px;
    background-color: none;
    box-sizing: border-box;
    padding: 0;
    right: 60px;
    top: 17px;
    box-shadow:0 0 0 0 #ddd;
    border-left: solid 0 #A4095D;
    transition: 0.3s;
}
#resin-header h1{
    margin-bottom: 0;
}
#resin-header h1 img{
    width: 80px;
    padding: 0 0;
}
#resin-header h1:before{
    width: 0;
    height: 0;
}
/*fixed*/
#top-header.fixed {
    padding: 10px 0
}
#top-header.fixed #resin-header h1{
    margin-bottom: 0
}
#top-header.fixed #resin-header h1 img{
    width: 80px;
    padding: 0 0;
}
#top-header.fixed #insta-icon{
    top: 17px;
}
.menu{
    height: 38px;
    right: 10px;
    top: 10px;
    width: 38px;
    z-index: 9999;
    background-color: #A4095D;
    border-radius: 50%;
    position: absolute;
}
.menu__line{
    background: #fff;
    display: block;
    width: 23px;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    left: 7.5px
}
.menu__line--top{
    top: 10px
}
.menu__line--center{
    top: 18px;
}
.menu__line--bottom{
    top: 26px;
}
.menu__line--top.active{
    top: 18px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    top: 18px;
    transform: rotate(135deg);
}
.menu__text{
    position: relative;
}

#gNav{
    background: rgba(160, 142, 173, 1);
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 9998;
    top: 66px;
    line-height: 1;
}
#gNav ul{
    padding: 0 40px;
    margin-top: 40px
}
#gNav li{
    border-bottom: solid 2px #ece6ed;
}
#gNav li:first-of-type{
}
#gNav li a{
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #ece6ed
}
#gNav ul li span{
    font-size: 12px;
}

/*SHOP-INFO*/
#shopInfo{
    padding: 30px 0
}
#shopInfo h2{
    font-size: 20px;
    margin-bottom: 15px;
}
#shopInfo h2:before{
    font-size: 20px;
    margin-bottom: 0;
}
#shopInfo ul{
    display: block;
    width: 90%;
    margin: 0 auto
}
#shopInfo li{
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.6em;
    margin-bottom: 15px
}
#shopInfo dt{
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px
}
#shopInfo dd{
    font-size: 14px;
    font-weight: 700;
}
#shopInfo dd span{
    font-weight: normal;
    font-size: 12px
}
#shopInfo dd a{
    display: inline-block;
    font-size: 20px;
    position: relative;
}
#footer .top_footer{
    padding: 15px 0;
}
#footer ul{
}
#footer .top_footer li:first-child,
#footer .top_footer li:nth-child(2){
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #fff;
}
#footer .top_footer li a{
    font-size: 12px;
    color: #fff;
}
#footer p{
    font-size: 10px;
    text-align: center;
    padding: 3px 0
}
}
#articleTitle {
    padding: 0 0 0;
    border-top: 0px solid rgba(220,220,220,1.00);
}
#articleTitle article {
    border-bottom: 0px solid rgba(220,220,220,1.00);
}
.free_r {
    font-weight: 700;
    color: crimson;
}
