@charset "utf-8";

#content h2{
    border-bottom:solid 2px #C5B895;
    text-indent:10px;
    margin:20px 0;
    clear:both;
}
#content h2 span{
    font-size:60%;
    color:#FDAA66;
    margin:0 0 0 10px;
}
#mainBox{
    margin:20px 0;
    margin-bottom: 50px;
    position:relative;
}
#mainBox #mainL{
    width:740px;
    height:340px;
    float:left;
    margin:0 0 20px;
}
#mainBox #mainL img{
    height:365px;
    width:740px;
}
#mainBox #mainL .flickity-enabled.is-draggable .flickity-viewport {
    cursor: pointer;
}
#mainBox #mainR{
    float:right;
    width:280px;
    margin:0;
}

.banner-container{
    overflow: hidden;
}
.app-banner{
    width: 112px;
    height: 35px;
    float: left;
    display: none;
}

#loginBox{
    border:dashed 1px #ccc;
    margin-bottom:6px;
    min-height:215px;
    box-shadow:inset;
    position:relative;
}
#mainR h2{
    border:none;
    text-indent:0;
    text-align:center;
    line-height:2;
    margin:3px 0 0;
    font-size:14px;
    color:#FDAA66;
}
#mainR dl{
    margin:0px 20px 0;
}
#mainR dl dd{
    position:relative;
    padding:0 0 ;
    width:226px;
    margin:0 0 5px;
}
#mainR dl dd input{
    padding:5px;
    margin-bottom:5px;
    width:100%;
    border-radius:4px;
    border:solid 1px #8A7B59;
}
#mainR #loginBtn{
    background:#6D5A30;
    border:none;
    color:#fff;
    display:block;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    border-radius:4px;
    margin:20px 20px 10px;
}
#mainR #loginBtn button{
    width:100%;
    height:30px;
    font-weight:bold;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    cursor:pointer;
    color:#fff;
    border:none;
}

#mainR .formStyle dd div{
    top:2.2em;
    left:0;
    font-size:73%;
    padding:5px 0;
    position:absolute;
}
#mainR #loginBtn:hover{
    opacity:0.8;
}
#loginBox #loginName{
    margin:40px 0;
}
#loginBox p span{
    font-size:20px;
    margin:0 10px 0 0;
}
#loginBox #logoutBtn a{
    background:#ccc;
    color:#fff;
    display:block;
    line-height:40px;
    text-align:center;
    margin:0 20px;
    border-radius:4px;
}
#loginBox #logoutBtn a:hover{
    background:#999;
}
#loginBox + .login-memo {
    width: 280px;
    margin-bottom: 60px;
    padding: 12px 28px 8px;
    box-sizing: border-box;
    background: #ffc000;
    color: #080808;
    font-size: 15px;
    /* font-weight: bold; */
    letter-spacing: 0.08rem;
}

#mainR #mypageBtn{
    font-size: 18px;
    margin:0 20px;

}
#mainR #mypageBtn:hover{
    opacity:0.8;
}
#mypageBtn a{
    text-align: center;
    text-decoration: none;
    color: #978853;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
    padding:10px 0;
    border: 2px solid #c4bfa8;
    background: #f0efe9 none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow:2px 2px 0 #C5B895;
}
#mainR p{
    line-height:2;
    font-size:11px;
    clear:both;
    text-align:center;
    margin:-11px 0 20px;
}

#mainR #loginBtn a:hover{
    opacity:0.8;
}

#serviceCategory{
    position:relative;
}
#serviceCategory dl dt{
    position:absolute;
    width:150px;
    height:40px;
    line-height:40px;
    border:solid 1px #ccc;
    border-bottom:none;
    cursor:pointer;
    top:0;
    left:0;
    text-align:center;
    font-weight:bold;
    font-size:15px;
    color:#555;
    font-family:Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    border-radius:4px 4px 0 0;
    text-shadow: #fff 1px -1px 4px, #fff -1px 1px 4px,#fff 1px -1px 4px, #fff -1px 1px 4px;
}

#serviceCategory dl dt:hover{
    opacity:0.8;
    border-bottom:none;
}
#serviceCategory dl #tab1{background:#FD9999;}
#serviceCategory dl #tab2{left:160px; background:#CAE3AC;}
#serviceCategory dl #tab3{left:320px; background:#73D1D0;}
#serviceCategory dl #tab4{left:480px; background:#FF8C67;}
#serviceCategory dl #tab5{left:800px; background:#E5BF78;}
#serviceCategory dl #tab6{left:640px; background:#fdffbb;}

#serviceCategory dl dt.btnon:before{
    content:"";
    width:0;
    height:0;
    border:solid 8px transparent;
    border-top:solid 8px #333;
    position:absolute;
    bottom:-14px;
    left:68px;
}
#serviceCategory dl #tab1:before{border-top:solid 8px #FD9999;}
#serviceCategory dl #tab2:before{border-top:solid 8px #CAE3AC;}
#serviceCategory dl #tab3:before{border-top:solid 8px #73D1D0;}
#serviceCategory dl #tab4:before{border-top:solid 8px #FF8C67;}
#serviceCategory dl #tab5:before{border-top:solid 8px #E5BF78;}
#serviceCategory dl #tab6:before{border-top:solid 8px #fdffbb;}

#serviceCategory dd{
    max-height:645px;
    overflow-x:auto;
    margin-bottom:100px;
    padding:0 0 20px 0;
    position:relative;
    top:40px;
    display:none;
    border:solid 1px #ccc;
    background:#F4F5F7;
}
#serviceCategory dd a{
    text-decoration:none;
    color:#fff;
}
#serviceCategory .login a{
    color:#F3B687;
}
#serviceCategory dd a:hover{
    opacity:0.8;
}
#serviceCategory dl dd:nth-of-type(1){display:block;}
/*#serviceCategory dl dd:nth-of-type(2){background:#FEECD2;}
#serviceCategory dl dd:nth-of-type(3){background:#ECF4D9;}
#serviceCategory dl dd:nth-of-type(4){background:#E7D5E8;}
#serviceCategory dl dd:nth-of-type(5){background:#D3DEF1;}
*/
#serviceCategory dl .btnon{
    z-index:9999;
    opacity:1;
}
.service1{
    width:327px;
    height:300px;
    margin:15px 0 0 8px;
    float:left;
    border:solid 1px #ddd;
    border-radius:4px;
    position:relative;
    background:#fff;
}
.service1 h4{
    background:#ddd;
    text-indent:30px;
    font-weight:normal;
}
.service1 .imgBox{
    margin:0 auto;
    width:220px;
    height:150px;
    background-color: #fff;
}
.service1 .imgBox a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.service1 .imgBox img{
    width:auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.service1 .imgBox a:hover{
    opacity:0.8;
}
.service1 img{
    display:block;
    margin:auto;
}
.service1 p{
    margin:0 10px;
}

.service1 .discount{
    background:#F3B687;
    color:#fff;
    position:absolute;
    bottom:5px;
    left:-5px;
    display:block;
    width:316px;
    height:40px;
    text-align:center;
    padding:10px 0;
    overflow:hidden;
}
.service1 .login{
    left:-5px;
    width:306px;
    height:70px;
    padding:5px;
    background:#fff;
    border:solid 1px #F3B687;
    text-align:left;
}
.service1 .login a{
    color:#EE9A5B;
    text-decoration:none;
}
.service1 .login .big{
    display:block;
    text-align:center;
    font-size:20px;
    color:#fff;
    margin:0;
    background:#F3B687;

}

.service2{
    border:solid 1px;
    width:505px;
    height:200px;
    margin:0 10px 10px 0;
    float:left;
}

/*20170201*/

.margin-10-0-50-0 {
    margin: 10px 0 50px 0px !important;
}

/*20170704*/


