﻿@charset "utf-8";



body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    padding-top: 45px;
    font-size: 13px;
    color: #333;
    margin: 0;

    box-sizing: border-box;
}

.sp-block {
    display: none;
}

.pc-block {
    display: block;
}





header #hdInner #hdTitle .header-note {
    display: table-cell;
    width: 443px;
    height: 46px;
    padding-left: 10px;
    font-size: 86.5%;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    overflow: hidden;
}


.feature_bg {
    background-color: #f2f2f2;
    background-image: none;
    
    padding-top: 1px;
}

body #wrapper .content {
    margin: 0 auto;
    
    position: relative;
    
    clear: both;
    font-size: 16px;
}


.main_visual {
    padding: 20px 0;
}

.main_visual h1 {
    text-align: center;
    font-size: 0;
}

.main_visual h1 span {
    background-color: #0075ab;
    
    max-width: 910px;
    padding: 20px;
    display: inline-block;

    font-size: 0;
    margin: 0 auto;
}

.main_visual h1 span img {
    width: 80%;
}

.main_visual-inner {
    display: flex;
    max-width: 950px;
    margin: 40px auto 20px;
}

.main_visual-img {
    width: 55%;
}

.main_visual-img img {
    max-width: 100%;
}

.main_visual-info {
    width: 45%;
}

.main_visual-info dt {
    border-top: 2px solid #a40000;
    border-bottom: 2px solid #a40000;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 5px;
}


.main_visual-info dd {
    margin: 0 auto;
    display: inline-block;
    padding: 20px 10px;
}

.area-link {
    max-width: 950px;
    margin: 20px auto;
    

    text-align: center;
}

.area-link ul {
    display: flex;
    justify-content: center;
}

.area-link ul li {
    margin-right: 10px;
}

.area-link ul li:last-of-type {
    margin-right: 0;
}

.area-link ul li a {
    display: inline-block;
    padding: 14px 70px;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 1px #0075ab;
    border-left: solid 6px #0075ab;

    
    color: #0075ab;
    
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.area-link ul li.kanto-link a {
    border: solid 1px #0075ab;
    border-left: solid 6px #0075ab;
    color: #0075ab;
}

.area-link ul li.kansai-link a {
    border: solid 1px #b41d24;
    border-left: solid 6px #b41d24;
    color: #b41d24;
}

.area-link ul li.tokai-link a {
    border: solid 1px #01908a;
    border-left: solid 6px #01908a;
    color: #01908a;

    padding: 14px;
}

.area-link ul li a:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


h2 {
    text-align: center;
    background-color: #ece6da;
    font-size: 24px;
    padding: 1.5rem 0 1rem;
}

h2 span {
    position: relative;
    display: inline-block;

}

h2 span::before {
    content: '';
    
    display: inline-block;
    
    width: 30px;
    
    height: 24px;
    
    background-image: url(../img/book.png);
    background-size: contain;
    vertical-align: middle;

    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}

h2 span::after {
    content: '';
    
    display: inline-block;
    
    width: 30px;
    
    height: 24px;
    
    background-image: url(../img/book.png);
    background-size: contain;
    vertical-align: middle;

    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}



.recommended-point {
    background-color: #fbfbfb;
}


.recommended-point-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px;
}

.recommended-point-inner ul li {
    margin-bottom: 20px;
}

.recommended-point-inner ul li dl dt {
    font-size: 24px;
    font-weight: bold;


}

.recommended-point-inner ul li dl dt span {
    display: inline-block;

    position: relative;

    margin-right: 40px;
}

.recommended-point-inner ul li dl dt span::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/one.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: -45px;
    transform: translateY(-50%);

}

.recommended-point-inner ul li:nth-of-type(1) dl dt span::after {
    background-image: url(../img/one.png);
}

.recommended-point-inner ul li:nth-of-type(2) dl dt span::after {
    background-image: url(../img/two.png);
}

.recommended-point-inner ul li:nth-of-type(3) dl dt span::after {
    background-image: url(../img/three.png);
}

.recommended-point-inner ul li:nth-of-type(4) dl dt span::after {
    background-image: url(../img/four.png);
}



.sale-area {
    background-color: #fbfbfb;
}

.sale-area-region:nth-of-type(odd) {
    background-color: #e2f5fb;
}

.sale-area-region-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 0;

    display: flex;
}

.sale-area-region-left {
    width: 50%;
}

.sale-area-region-left-info {
    text-align: center;
    width: 200px;
    margin: 25px auto 0;
}

.sale-area-region-left-info p {
    
    text-align: left;
    font-size: 14px;
}


.sale-area-region-right {
    width: 50%;
}

.sale-day {
    font-size: 13px;
}

.book-info h3 {
    font-size: 24px;
    font-weight: bold;
}

.sale-link {
    display: flex;
    margin: 15px 0;
}

.amazon-link a {
    display: inline-block;
    
    padding: 1rem .8rem .5rem;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 1px #fe9901;
    border-left: solid 10px #fe9901;
    color: #fe9901;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

    width: 150px;
    height: 40px;
}

.rakuten-link a {
    display: inline-block;
    
    padding: 1rem .8rem .5rem;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 1px #c00000;
    border-left: solid 10px #c00000;
    color: #c00000;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

    width: 150px;
    height: 40px;

    margin-left: 10px;
}

.amazon-link a img,
.rakuten-link a img {
    width: 100%;
}

.sale-price {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 20px;
}

.sale-price span {
    font-size: 24px;
}


.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    

    height: 319px;
    width: 220px;
}




.swiper-pagination-thumb {

    width: 80px;
    height: 116px;

    
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    margin: 5px;
    cursor: pointer;

    opacity: .5;
}

.swiper-pagination-thumb.swiper-pagination-thumb-active {
    opacity: 1;
    background-color: transparent;

    outline: none;
}






#footer #ftOtherLinks {
    border-top: #ddd solid 2px;
}


#footer #ftOtherLinks .outsideLink {
    border-top: none;
}


.ft-menu02 .tit {
    color: #fff;
    background: #999;
    padding: 10px;

    font-size: 1.5rem;
    font-weight: bold;
}

.ft-menu02 ul {
    display: table;
    width: 100%;
    background-color: #fff;
}

.ft-menu02 ul li {
    display: table-cell;
    width: 50%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ft-menu02 ul li:first-child {
    border-left: 0;
}

.ft-menu02 ul li a {
    display: block;
    position: relative;
    padding: 10px 12px;
}

.ft-menu02 ul li a span {
    min-height: 19px;
    display: block;
}

.icn-ft-menu02-01 {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_01.png) no-repeat center left;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -ms-background-size: 19px;
    background-size: 19px;
    padding-left: 24px;
}

.icn-ft-menu02-02 {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_02.png) no-repeat center left;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -ms-background-size: 19px;
    background-size: 19px;
    padding-left: 24px;
}

.icn-ft-menu02-03 {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_03.png) no-repeat center left;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -ms-background-size: 19px;
    background-size: 19px;
    padding-left: 24px;
}

.icn-ft-menu02-04 {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_04.png) no-repeat center left;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -ms-background-size: 19px;
    background-size: 19px;
    padding-left: 24px;
}

.icn-ft-menu02-07 {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_07.png) no-repeat center left;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -ms-background-size: 19px;
    background-size: 19px;
    padding-left: 24px;
}

.icn-ft-menu02-06 {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_06.png) no-repeat center left;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -ms-background-size: 19px;
    background-size: 19px;
    padding-left: 24px;
}

.ft-device {
    position: relative;
    padding: 14px 0;
}

.ft-device ul {
    text-align: center;
}

.ft-device ul li {
    display: inline;
}

.ft-device ul li:first-child :after {
    content: "/";
    display: inline-block;
    padding: 0 10px;
}


@media screen and (max-width: 980px) {

    .movie-area .movie-title {
        font-size: 18px;
    }

}


@media screen and (max-width: 768px) {

    .sp-block {
        display: block;
    }

    .pc-block {
        display: none;
    }

    
    header {
        min-width: initial;
        height: 68px;
    }

    nav#breadcrumb {
        min-width: initial;
    }

    
    header .spHeaderWord {
        padding: 3px 6px;
        background: #f7f7f7;
        color: #666;
        font-size: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
        padding-left: 10px;
        text-align: left;
    }

    header ul li {
        float: left;
        border-right: 1px solid #ccc;
        height: 40px;
        padding: 3.5px 6px;
    }

    header ul li:first-child {
        width: 40%;
    }

    header ul li:first-child a {
        background: url(https://sp.chintai.net/sp/cn/images/index/logo_net_chintai_2019summer_sp.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        
        width: 120px;
        height: 40px;
        background-size: 121.5px 40.5px;
        -webkit-background-size: 121.5px 40.5px;
        -moz-background-size: 121.5px 40.5px;
        -ms-background-size: 121.5px 40.5px;
        background-size: 121.5px 40.5px;
        cursor: pointer;
        text-indent: -9999px;
        margin: 0 auto;
    }

    header ul li:last-child {
        width: 13%;
        border-right: 0;
        padding-top: 15px;
        position: relative;
        text-align: center;
    }

    
    .feature_bg {
        min-width: initial;
    }

    #wrapper .content {
        width: 100%;
        padding-bottom: 0;
        padding-top: 20px;
    }


    
    .main_visual {
        padding: 0 0 20px;
    }

    .main_visual h1 span img {
        width: 100%;
    }

    .main_visual-inner {
        display: block;
    }

    .main_visual-img {
        width: 85%;
        margin: 20px auto;
    }

    .main_visual-info {
        width: 85%;
        margin: 20px auto;
    }

    .area-link ul {
        display: block;

    }

    .area-link ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .area-link ul li:last-of-type {

        margin-bottom: 0;
    }

    .area-link ul li a {
        width: 80%;
        max-width: 160px;
    }

    .area-link ul li.tokai-link a {
        max-width: 210px;
        padding: 14px 45px;
    }

    

    
    .sale-area-region-inner {
        display: block;
    }

    .sale-area-region-left {
        width: 80%;
        margin: 20px auto;
    }

    .sale-area-region-right {
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }

    .gallery-top {
        margin-top: 20px;
    }

    
    .swiper-pagination-thumbs-kanto,
    .swiper-pagination-thumbs-kansai,
    .swiper-pagination-thumbs-tokai {
        width: 100%;
        
        max-width: 240px;
        margin: 10px auto;
    }

    .swiper-pagination-thumb {
        width: 50px;
        height: 72px;
    }

    
    .sale-link {
        display: block;
    }

    .amazon-link a {

        width: 240px;
        height: 60px;
    }

    .rakuten-link a {
        margin-left: 0;
        margin-top: 10px;

        width: 240px;
        height: 60px;
    }

    .sale-area-region-left-info {
        margin: 0;
    }

    
    #footer {
        min-width: inherit;
    }

    nav#breadcrumb ol {
        width: 100%;
    }

    footer {
        background: #3ca3ee;
        color: #fff;
        font-weight: bold;
    }

    footer .ft-link {
        text-align: center;
        padding: 10px 0;
    }

    footer .ft-link li {
        display: inline;
        font-size: 86.5%;
        margin-right: 12px;
        padding-right: 12px;
        border-right: 1px solid #fff;
    }

    footer a:link,
    footer a:visited,
    footer a:hover,
    footer a:active {
        color: #fff;
    }

    footer .ft-corp {
        text-align: center;
        padding: 8px 0;
    }

    footer .ft-pr-link {
        padding: 10px 0;
        text-align: center;
    }

    footer .ft-pr-link ul {
        display: inline-block;
        text-align: left;
        font-size: 86.5%;
    }


}
