@charset "utf-8";
@import url("base.css");

@font-face {
    font-family: LogoTypeGothic;
    src: url(font/LogoTypeGothic.ttf);
}
/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #717171;
    max-width: 768px;
    margin: 0 auto;
}

p,li,a,span,h2,h3,h4,h5,h6,td,dl,dt{
    letter-spacing: 0.05em !important;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

.wraper {
    padding: 0 3%;
}

#header {
    background: #fae1dd;
    text-align: center;
    padding: 5px 0 16px;
}

#header h1 {
    width: 69%;
    display: inline-block;
}

#slider .bx-wrapper {
    margin: 0;
    padding-bottom: 40px;
}

#slider .bx-wrapper .bx-pager {
    bottom: 15px;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
    height: 7px;
    width: 7px;
    background: #B4B5B6;
    margin: 0 7px;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a.active,
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #717171;
}
#content{
    padding-bottom: 120px;
}
.fancybox-lock .fancybox-overlay{
    z-index: 9999;
}
.popup {
    width: 100%;
    display: none;
}

.popup ul {
/*    border: 3px solid #3bbaae;*/
    border-radius: 10px;
    text-align: center;
    background: #f4f2eb;
    padding-bottom: 30px;
}

.popup ul li {
    border-bottom: 1px solid #b5b6b6;
    background: #fff;
}

.popup ul li:first-child {
    pointer-events: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FBE0DD;
    /*background:#f5f2ec;*/
    padding: 1% 3%;
    border-bottom: none;
}

.popup ul li.li2{
    background: #F9F8F4;
}
.popup ul li.li2 a{
    color: #717171;
    font-weight: normal;
    letter-spacing: 2.5px;
    padding: 12px 0;
    font-size: 12px;

}

.popup ul li a {
    text-decoration: none;
    color: #644E48;
    font-weight: bold;
    display: block;
    font-size: 15px;
    padding: 8px;
    letter-spacing: 4px;
}
.popup ul li:first-child a{
    width: 279px;
    display: inline-block;
}

.fancybox-wrap {
    width: 90% !important;
    left: 5% !important;
    background: transparent;
}

.fancybox-wrap .fancybox-inner {
    width: 100% !important;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
    background: transparent;
}

.fancybox-close {
    background: url(../img/index/close.png) no-repeat !important;
    background-size: 13px !important;
    top: 16px !important;
    right: -6px !important;
    opacity: 0.8;
    display: none;
}
.pc{
    display: inline-block;
}
.sp{
    display: none;
}
@media(max-width: 414px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .popup ul li:first-child a {
        width: 100%;
        display: inline-block;
    }
}
