@charset "UTF-8";
/* ======================================================================================
フロントページ
====================================================================================== */
#page_books .wrap_limited {
    width: 100% !important;
}
/*　メイン画像　*/
.booksBg {
    background: url("../images/books/main.jpg") no-repeat center center;
    background-size: cover;
	min-height: 270px;
}
	.booksBg span {
        color: #624e22;
        font-size: 3rem;
	    line-height: 1.46;
	}
	.booksBg i {
		display: block;
		font-size: 1.75rem;
		font-style: normal;
	}
#books_contents {
    width: 100%;
    background: #FFF;
}
#books_contents.index { /* トップページのみ */
    background: #fef9e8;
}
    #books_contents .books_contentsinner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px solid #b28d3a;
        margin: 0 auto;
        padding: 54px 0 60px;
    }
        #books_contents.index .books_contentsinner { /* トップページのみ */
            border-bottom: none;
            padding: 80px 0 60px;
        }
        #books_contents .books_contentsinner .books_cover {
            width: 200px;
            min-width: 200px;
            margin-right: 46px;
            float: left;
        }
        #books_contents .books_contentsinner p, #books_contents .books_contents_writer p {
            width: 600px;
            font-size: 0.875rem;
            font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
            line-height: 1.7;
        }
/*-----------------------------------
 トップページ
-----------------------------------*/
.books_read {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 155px;
}
    .books_readinner {
        width: 940px;
        color: #333333;
        font-size: 0.875rem;
        line-height: 1.6;
        text-align: left;
    }
    .books_readinner p {
        padding-bottom: 15px;
    }
#books_contents .books_index_list {
    width: 100%;
    margin: 0 auto 80px;
}
    #books_contents .books_index_listinner {
        width: 940px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        background: #FFF;
        margin: 0 auto;
	    padding: 45px 0 25px; 
    }
    #books_contents .books_index_list.text_subtit .books_index_listinner {
	    padding: 20px 0; 
    }
        #books_contents .books_index_list div.icon {
            width: 350px;
            position: relative;
        }
        #books_contents .books_index_list div.icon img {
            position: absolute;
            top: -85px;
            left: 47px;
            z-index: 1;
        }
        #books_contents .books_index_list.text_subtit div.icon img {
            top: -65px;
        }
        #books_contents .books_index_list div.text {
            width: 590px;
        }
        #books_contents .books_index_list div.text a {
            color: #000;
        }
            #books_contents .books_index_list div.text a:hover {
                opacity: 0.5;
            }
           #books_contents .books_index_list div.text [data-titletype2] {
                font-weight: normal;
                margin-right: 20px;
                margin-bottom: 22px;
            }
                #books_contents .books_index_list div.text [data-titletype2="lv4"] {
                    text-indent: 0;
                    padding-left: 1.25rem;
                }
                    #books_contents .books_index_list.text_subtit div.text [data-titletype2="lv4"]::before {
                        top: 50px;
                    }
        #books_contents .books_index_list div.text h3 i {
            display: inline-block;
            font-size: 1.5rem;
            padding-bottom: 5px;
        }
        #books_contents .books_index_list div.text dl {
            display: flex;
            align-items: center;
            width: auto;
            font-size: 1.125rem;
            padding: 15px 0 0;
            position: relative;
        }
            #books_contents .books_index_list div.text dl::before {
                content: "";
                width: 805px;
                height: 2px;
                background: #d9c69d;
                position: absolute;
                top: 0;
                right: 0;
            }
        #books_contents .books_index_list div.text dt {
            margin-right: 15px;
        }
        #books_contents .books_index_list div.text dt:nth-child(1) {
            margin-left: 70px;
        }
        #books_contents .books_index_list div.text dt:nth-child(3) {
            margin-left: 40px;
        }
        #books_contents .books_index_list div.text dt:nth-child(3), #books_contents .books_index_list div.text dd:nth-child(4) {
            font-size: 0.875rem;
        }
/* リード */
#books_contents .books_contents_read {
    width: 846px;
}
    #books_contents .books_contents_read::after {
        content: "";
        clear: both;
        display: block;
    }
    #books_contents .books_contents_read p {
        float: right;
    }
/* 目次 */
#books_contents .books_contents_list {
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
    margin-top: 50px;
	padding-top: 50px; 
}
    #books_contents .books_contents_listinner {
        width: 860px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 47px auto;
    }
        #books_contents .books_contents_listinner div {
            width: 320px;
        }
/* 著者について */
#books_contents .books_contents_writer {
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
    background: url("../images/books/bg_writer.jpg") no-repeat center center;
    background-size: cover;
    margin-top: 70px;
	padding-top: 50px; 
}
    #books_contents .books_contents_writerinner {
        width: 860px;
	    min-height: 430px;
        text-align: left;
        margin: 0 auto;
    }
#books_contents .books_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 900px;
    margin: 47px auto;
}
    #books_contents .books_col div {
        width: 200px;
        margin-right: 55px;
    }
/* 本の詳細 */
#books_contents .books_contents_details {
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.03rem;
    line-height: 1.6;
    background: url("../images/books/bg_details.jpg") no-repeat center center;
    background-size: cover;
	padding-top: 50px; 
}
    #books_contents .books_contents_detailsinner {
        width: 860px;
	    min-height: 430px;
        text-align: left;
        margin: 0 auto;
    }
/* 正誤表 */
#books_contents .books_contents_errata {
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
	padding-top: 50px; 
}
    #books_contents .books_contents_erratainner {
        width: 860px;
        text-align: left;
        margin: 0 auto;
    }
    #books_contents .books_contents_erratainner p {
        margin-top: 60px;
    }
    #books_contents .books_contents_erratainner ul {
        margin-top: 30px;
    }
/* テーブル */
.booksBox table {
	border-collapse: collapse !important;
}
    .booksBox table td:nth-child(1) {
        text-align: right !important;
        border-right: 1px solid #b28d3a;
        padding-right: 40px !important;
    }
    .booksBox table td:nth-child(2) {
        padding-left: 40px !important;
    }
/* 申し込みボタン */
#mainContent .btn_entry {
    width: 380px;
    height: 90px;
	color: #FFFFFF;
	text-align: center;
    background: url("../images/books/moushikomi.jpg") no-repeat center center;
	margin: 50px auto;
}
	#mainContent .btn_entry a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100%;
        color: #FFFFFF;
	}
        #mainContent .btn_entry span {
            font-size: 1.75rem;
            font-weight: bold;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        }
    #mainContent .btn_entry:hover {
        opacity: 0.8;
    }

/* ======================================================================================
スマホ
====================================================================================== */
@media only screen and (max-width: 768px){
#page_books .wrap_limited {
    width: auto;
    padding: 0;
}
/* メイン画像 */
.booksBg {
    background: url("../images/books/main_sp.jpg") no-repeat center center;
    background-size: cover;
    min-height: 180px;
}
	.booksBg span {
        color: #624e22;
        font-size: 1.875rem;
        font-weight: bold;
	    line-height: 1.46;
	}
	.booksBg i {
		display: block;
		font-size: 1.125rem;
		font-weight: bold;
	}
#books_contents {
    margin-top: 0;
}
    #books_contents .books_contentsinner {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #b28d3a;
        margin: 0 auto;
        padding: 0 0 60px;
    }
    #books_contents.index .books_contentsinner {
        border-bottom: none;
        padding: 40px 0 60px;
    }
    #books_contents .books_contentsinner .books_cover {
        width: 100px;
        min-width: 100px;
        margin-right: 0;
        float: right;
    }
    #books_contents .books_contentsinner p, #books_contents .books_contents_writer p {
        width: auto;
        font-size: 1rem;
        line-height: 1.6;
        margin-top: 45px;
        padding: 0;
    }
/*-----------------------------------
 トップページ
-----------------------------------*/
.books_read {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 155px;
}
    .books_readinner {
        width: auto;
        font-size: 1rem;
        padding: 25px 30px 30px;
    }
    .books_readinner p {
        padding-bottom: 15px;
    }
#books_contents .books_index_list {
    width: 100%;
    margin: 0 auto 80px;
}
    #books_contents .books_index_listinner {
        width: auto;
        display: block;
        margin: 0 30px;
	    padding: 45px 0 15px; 
    }
    #books_contents .books_index_list.text_subtit .books_index_listinner {
	    padding: 20px 0; 
    }
        #books_contents .books_index_list div.icon {
            width: auto;
            position: relative;
        }
        #books_contents .books_index_list div.icon img {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 88px;
            margin: auto;
            z-index: 1;
        }
        #books_contents .books_index_list.text_subtit div.icon img {
            top: -45px;
        }
        #books_contents .books_index_list div.text {
            width: auto;
            padding-top: 40px;
        }
            #books_contents .books_index_list div.text a:hover {
                opacity: 0.5;
            }
           #books_contents .books_index_list div.text [data-titletype2] {
                font-weight: normal;
                margin-bottom: 22px;
                overflow: hidden;
            }
                #books_contents .books_index_list:nth-child(1) div.text [data-titletype2="lv4"] {
                    text-indent: 0;
                    padding-left: 1.25rem;
                }
                    #books_contents .books_index_list div.text [data-titletype2="lv4"]::after {
                        display: none;
                    }
                #books_contents .books_index_list div.text [data-titletype2="lv4"] span {
                    text-align: left;
                    display: inline-block;
                }
                    #books_contents .books_index_list div.text [data-titletype2="lv4"] span::before {
                        display: inline-block;
                        content: "";
                        width: 2px;
                        height: 100%;
                        background-color: #b28d3a;
                        margin-left: -15px;
                        position: absolute;
                    }
        #books_contents .books_index_list div.text h3 i {
            font-size: 1.125rem;
            padding-bottom: 20px;
        }
        #books_contents .books_index_list div.text dl {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            width: auto;
            font-size: 1rem;
            padding: 20px 30px;
            position: relative;
        }
            #books_contents .books_index_list div.text dl::before {
                content: "";
                width: 100%;
                height: 2px;
                background: #d9c69d;
                position: absolute;
                top: 0;
                right: 0;
            }
        #books_contents .books_index_list div.text dt {
            width: 20%;
            margin-right: 0;
            margin-left: 0 !important;
        }
        #books_contents .books_index_list div.text dd {
            width: 80%;
        }
.btn_more_index {
    width: 80%;
    min-width: auto;
    min-height: 50px;
    color: #3f3a34;
    text-indent: 55px;
    border: 2px solid #acaba7;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
    .btn_more_index::before {
        content: "";
        border-top: 1px solid #3f3a34;
        height: 1px;
        width: 50px;
        position: absolute;
        right: 22px;
        top: 25px;
    }
    .btn_more_index::after {
        display: block !important;
        content: "";
        border-left: 1px solid #3f3a34;
        border-top: none;
        height: 10px;
        width: 10px;
        transform: rotate(135deg);
        position: absolute;
        right: 25px;
        top: 20px;
    }
    .btn_more_index a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        min-height: inherit;
        color: #3f3a34;
    }
        .btn_more_index span {
            font-size: 1.125rem;
            font-weight: 500;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        }
/* リード */
#books_contents .books_contents_read {
    width: auto;
    padding: 0 15px;
}
    #books_contents .books_contents_read::after {
        content: "";
        clear: both;
        display: block;
    }
    #books_contents .books_contents_read p {
        float: none;
        padding: 0;
    }
/* 目次 */
#books_contents .books_contents_list {
    width: auto;
    margin-top: 50px;
	padding-top: 50px; 
}
    #books_contents .books_contents_listinner {
        width: auto;
        display: block;
        margin: 0 auto;
        padding: 0 30px;
    }
        #books_contents .books_contents_listinner div {
            width: auto;
        }
/* 著者について */
#books_contents .books_contents_writer {
    width: auto;
    line-height: 1.6;
    background: url("../images/books/bg_sp.jpg") no-repeat center center;
    background-size: cover;
    margin-top: 40px;
	padding-top: 50px; 
}
    #books_contents .books_contents_writerinner {
        width: auto;
	    min-height: 430px;
        text-align: left;
        margin: 0 auto;
        padding: 0 30px;
    }
#books_contents .books_contentsinner section.books_col {
    display: block;
    width: auto;
    border-bottom: 1px solid #b28d3a;
    margin: 47px auto 0; 
}
    #books_contents .books_contentsinner section.books_col div {
        width: auto;
        margin-right: 0;
    }
        #books_contents .books_contentsinner section.books_col div img {
            width: 100px;
            max-width: 100%;
            margin: auto;
        }
/* 本の詳細 */
#books_contents .books_contents_details {
    width: 100%;
    background: url("../images/books/bg_details.jpg") no-repeat center center;
    background-size: cover;
	padding-top: 50px; 
}
    #books_contents .books_contents_detailsinner {
        width: auto;
	    min-height: 430px;
        text-align: left;
        margin: 0 auto;
        padding: 0 30px;
    }
/* 正誤表 */
#books_contents .books_contents_errata {
    width: auto;
	padding-top: 40px; 
}
    #books_contents .books_contents_erratainner {
        width: auto;
        text-align: left;
        margin: 0 auto;
    }
    #books_contents .books_contents_erratainner p {
        margin-top: 60px;
        padding: 0 30px;
    }
    #books_contents .books_contents_erratainner ul {
        margin-top: 30px;
        padding: 0 30px;
    }
/* テーブル */
.booksBox table {
}
    .booksBox table td:nth-child(1) {
        text-align: center!important;
        border-right: none;
        padding-right: 0 !important;
        background-color: #eee !important;
    }
    .booksBox table td:nth-child(2) {
        padding-left: 0 !important;
    }
/* 申し込みボタン */
#mainContent .btn_entry {
    width: 90%;
    height: 90px;
    color: #FFFFFF;
    text-align: center;
    background: url(../images/books/moushikomi.jpg) no-repeat center center;
    background-size: contain;
    margin: 50px auto;
}
	#mainContent .btn_entry a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100%;
        color: #FFFFFF;
	}
        #mainContent .btn_entry span {
            font-size: 1.75rem;
            font-weight: bold;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            letter-spacing: 0.03rem;
        }
    #mainContent .btn_entry:hover {
        opacity: 0.8;
    }
        #mainContent .btn_entry img {
            max-width: 100%;
        }

}