@charset "utf-8";

/********************************************************/

/* import */

/********************************************************/

@import url("/assets/js/plugin/slick/slick.css");
@import url("/assets/js/plugin/slick/slick-theme.css");

/********************************************************/

/* layout */

/********************************************************/

html {
    font-size: 62.5%;
    font-family: 游ゴシック, "Hiragino Kaku Gothic ProN", "Meiryo","serif","HG明朝E", "ＭＳ Ｐ明朝";
    font-weight: 500;
}

.BlkWrapper {
    background-image: url(/assets/images/BlkWrapper_bg.jpg);
    background-repeat: repeat;
}

/********************************************************/

/* slick slider */

/********************************************************/

.slick-slide {
    outline: 0;
}

.BlkMain__slider {
    width: 100%;
}

.BlkMain__slider__item img {
    width: 100%;
    max-width: 980px;
    height: auto;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-dots {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.slide-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 20px;
    height: 6px;
    background: #7B7E65;
}

.slide-dots li:hover {
    cursor: pointer;
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots li.slick-active {
    width: 20px;
    height: 6px;
    border: 1px solid #7B7E65;
    background: none;
    box-sizing: border-box;
}

/********************************************************/

/* BlkMain */

/********************************************************/

#BlkContent {
    width: 100%;
    max-width: 1280px;
    padding: 50px 50px 50px 250px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    border-top: 5px solid #787B69;
}

.BlkContent__inner {
    width: 100%;
    max-width: 1080px;
    background: #fff;
    margin-top: -30px;
}

.BlkMain {
    width: 100%;
}

.BlkMain__inner {
    width: 100%;
    max-width: 1080px;
}

/********************************************************/

/* BlkInfo */

/********************************************************/

.BlkInfo {
    width: 100%;
}

.BlkInfo__inner {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.BlkInfo__title {
    font-size: 3.6rem;
    color: #333;
    line-height: 1.4;
    display: block;
    padding-bottom: 15px;
    padding-top: 0;
}

.BlkInfo__list li {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.6;
    border-bottom: 1px solid #E4E4E4;
}

.BlkInfo__list__data {
    padding-right: .5rem;
}

.BlkInfo__list li a {
    text-decoration: none;
    color: #333333;
    padding: 15px 0;
    display: inline-block;
}

.BlkInfo__list li a:link {
    color: #333333;
}

.BlkInfo__list li a:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.5s ease;
    -ms-filter: alpha(opacity=70);
}

/********************************************************/

/* BlkInfo */

/********************************************************/

.BlkAccess {
    width: 100%;
}

.BlkAccess__inner {
    width: 100%;
}

.BlkInfo__title {
    padding-top: 30px;
}

.BlkAccess__title {
    font-size: 3.6rem;
    color: #333;
    line-height: 1.4;
    display: block;
    padding-bottom: 15px;
    padding:50px 50px 0;
    box-sizing: border-box;
}

.BlkAccess__address {
    padding: 35px 50px 20px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.6;
}

/********************************************************/

/*.TOP  iframe 16:9 */

/********************************************************/

.BlkAccess .BlkTOP__inner__iframe {
    position: relative;
    width: 100%;
}

.BlkAccess .BlkTOP__inner__iframe:before {
    content: "";
    display: block;
    padding-top: 30.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.BlkAccess .BlkTOP__inner__iframe__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
}




/********************************************************/

/* responsive 1280px */

/********************************************************/

@media screen and (max-width: 1280px){
.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    width:51px;
    height:52px;
}
}

/********************************************************/

/* responsive 768px */

/********************************************************/

@media screen and (max-width: 768px) {
    .pagetop{
        display: none !important;
    }
    .BlkContent__inner {
        padding: 0 30px;
        box-sizing: border-box;
    }
    #BlkContent {
        max-width: 768px;
        padding: 0;
    }
    .BlkInfo__inner {
        padding: 0;
    }
    .BlkAccess__title {
        padding: 30px 0;
    }
    .BlkAccess__address {
        padding: 0 0 20px;
    }
    .BlkInfo__title {
        font-size: 2.6rem;
    }
    .BlkAccess__title {
        font-size: 2.6rem;
    }
/********************************************************/

/*.TOP  iframe 16:9 */

/********************************************************/

.BlkAccess .BlkTOP__inner__iframe {
    position: relative;
    width: 100%;
}

.BlkAccess .BlkTOP__inner__iframe:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.BlkAccess .BlkTOP__inner__iframe__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: inherit;
}
}
