/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    color: #333;
}



.main {
    min-width: 1200px;
    border-top: 4px solid #0e6900;
    box-sizing: border-box;
    background-color: #fef4d6;

    overflow: hidden;
}

.contents_main, .header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header_warp {
    width: 100%;
    background-color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}


.header .logo {
    width: 338px;
}

.header .logo img {
    width: 100%;
    float: left;
}

.header .sns_ico img {
    width: 42px;
}

.header .nav {
    float: right;
    margin: 15px 0 0 0;
    height: 40px;
}


.header .nav li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.header .nav .sns_ico {
    margin: 0 0 0 10px;
}

.header .nav .sns_ico a {
    position: relative;
    top: 12px;
}

.header .nav a {
    text-decoration: none;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.header .nav a:hover {
    background: none;
}

.header .nav .nav01 a {
    color: #1294ca;
    background: no-repeat url("img/common/bg_nav01.png") center bottom;
}

.header .nav .nav02 a {
    color: #d61624;
    background: no-repeat url("img/common/bg_nav02.png") center bottom;
}

.header .nav .nav03 a {
    color: #eb8216;
    background: no-repeat url("img/common/bg_nav03.png") center bottom;
}

.header .nav .nav04 a {
    color: #4aa11b;
    background: no-repeat url("img/common/bg_nav04.png") center bottom;
}


.contents_warp {
    width: 100%;
    background-color: #fef4d6;
    text-align: center;
}

.contents {

}

.contents .h2 {
    padding: 40px 0;
}

.slid {
position: relative;
    width: 100%;
    min-height: 567px;
    margin: 0;
    background: #fff repeat-x url("img/top/bg_slide.png") center 250px;
}

.slid .slidlist {
    padding: 40px 0 0 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99;
}

.slid .slidlist .sliditem {
    width: 769px;
    margin: 10px 40px 10px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

.slid .slidlist .sliditem a {
   display: block;
}

.slid .c_left {
    position: absolute;
    z-index: 1000;
    left: -40px;
    top: 400px;
}

.slid .c_right {
    position: absolute;
    z-index: 1001;
    right: -70px;
    top: 220px;
}


.bg_slid {
    width: 100%;
    height: 354px;
    position: absolute;
    top: 250px;
    box-sizing: border-box;
    background: repeat-x url("img/top/bg_header.png") center bottom;
    z-index: 1;
}

.under_header {
    width: 100%;
    height: 240px;
    padding: 20px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    background: #fff no-repeat url("img/under/bg_u_header.png") center bottom;
    background-size: 100% auto;
}


.news ul {
    margin: 0 0 40px 0;
}

.news li {
    display: inline-block;
    width: 235px;
    margin: 0 15px 0 0;
	vertical-align: top;
}


.news li a {
    display: inline-block;
    text-decoration: none;
    text-align: left;
	vertical-align: top;
}

.news .bg_img {
    display: block;
    width: 235px;
    height: 235px;
    margin: 0 0 15px 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-size: contain; /*181114 画像処理変更*/
    background-position: center center;
    background-repeat: no-repeat;
}

.news .day {
    font-size: 0.9em;
    color: #0e6900;
	vertical-align: top;
}

.news .title {
    font-weight: bold;
    color: #252525;
}

.hondana_wrap {
    overflow: hidden;
    position: relative;
}

.hondana_wrap .hondana {
    width: 1155px;
    height: 1269px;
    margin: 0 auto;
    background: no-repeat url("img/top/bg_hondana.png") center top;
    background-size: 100% auto;
}

.hondana_wrap .hondana .h2 {
    position: absolute;
    top: 130px;
    left: 350px;
}

.ehonlists {
    position: absolute;
    top: 260px;
    left: 90px;
}

.ehonlists .ehonlists01, .ehonlists .ehonlists02 {
    width: 980px;
}


.ehonlists .ehon {
    width: 260px;
    height: 236px;
    text-align: center;
    display: inline-block;
    margin: 0 40px 0 20px;
    padding: 0;
    background: none;
    vertical-align: top;
    font-size: 0.8em;
}

.ehonlists .ehon a {
	display: inline-block;
}

.top_ehonlists .ehon {
    margin: 0 0 40px 60px;
}

div.ehon:nth-child(2),
div.ehon:nth-child(5),
div.ehon:nth-child(8),
div.ehon:nth-child(11),
div.ehon:nth-child(14),
div.ehon:nth-child(17)  {
    margin-right: 60px;
}

{
    margin-right: 60px;
}

div.ehon:nth-child(3n) {
    margin-left: 0;
}

.ehonlists .ehon img {
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.ehonlists .ehon .title {
    font-weight: bold;
    color: #252525;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0 0 0;
    line-height: 1.0;
}

.ehonlists .ehon .title2 {
    font-weight: bold;
    color: #252525;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0 0 0;
    line-height: 1.0;
	width: 70%;
}

.ehonlists .ehon .title3 {
    font-weight: bold;
    color: #252525;
    text-decoration: none;
    display: inline-block;
    margin: -6px 0 0 0;
    line-height: 1.0;
	width: 100%;
}

.ehonlists .ehonlists02 {
    margin: 85px 0 0 0;
}

.hondana_wrap .hondana .btn {
    position: absolute;
    top: 840px;
    left: 430px;
}

.write_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 220px 0;
}

.write_wrap .write {
    width: 210px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 20px;
    color: #262626;
}

.write_wrap .h2 {
    padding: 60px 0 40px 0;
}

.write_wrap .write img {
    width: 190px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.write_wrap .write .name {
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: underline;
}

.write_wrap .write .txt a {
    color: #288527;
}

.write_wrap .writelists {
    padding: 0 0 60px 0;
}

.footer_bg {
    min-height: 340px;
    background: #fff no-repeat url("img/common/bg_fotter.png") center bottom;
    background-size: 100% auto;
}

.footer {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #0e6900;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .logo_wrap {
    font-size: 0.9em;
    padding: 0 0 25px 0;
}

.footer .logo_wrap .logo {
    padding: 40px 0;
}

.footer .logo_wrap .logo img {
    width: 183px;
}

.footer .sns {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
}

.footer .sns a {
    display: inline-block;
    margin: 0 10px;
}

.footer .sns img {
    width: 42px;
}

.footer .copy {
    display: block;
    width: 100%;
    font-size: 0.8em;
    padding: 10px;
    box-sizing: border-box;
}

/*
.contents a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
*/


/**
お知らせ
*/

.archive_news .news {
    width: 1060px;
    margin: 0 auto;
    text-align: left;
	vertical-align: top;
}

.archive_news li {
    margin-top: 40px;
    margin-bottom: 40px;
	vertical-align: top;
}




/**
作家紹介
*/
.under_writelists {
    width: 1084px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.under_write {
    width: 510px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px 10px 0 0;
}

.under_writelists:nth-child(2n) {
    margin: 10px 0 0 0;
}

.under_write .img img {
    width: 148px;
    border-radius: 50%;
}

.under_write .right {
    width: 310px;
    text-align: left;
}

.under_write .name {
    font-size: 1.2em;
    font-weight: bold;
}

.under_write .txt {
    font-size: 0.9em;
}



/**
絵本紹介
*/
.ehon_u_lists {
    width: 1152px;
    height: 2162px;
    margin: 0 auto;
    box-sizing: border-box;
    background: no-repeat url("img/under/bg_ehon_list.png") center top;
    background-size: 100% auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.ehon_u_lists .ehonlists {
    position: absolute;
    top: 30px;
    left: 100px;
}

.ehon_u_lists .ehon {
    margin-bottom: 40px;
}


.ehon_u_lists .search_warp {
    width: 678px;
    height: 155px;
    margin: 20px auto 2px auto;;
}

.search_warp .search,
.search_warp .category {
    background-color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.search_warp .search {
    position: relative;
}

.search_warp .keyword {
    border: none;
    font-size: 1.2em;
    padding: 3px 0 0 0;
    margin: 0;
    text-align: left;
    width: 92%;
}

.search_warp .keyword:focus {
    outline: 0;
    border-color: #fff;
}

.search_warp .btn_search {
    width: 44px;
    height: 44px;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 6px;
    background: url("img/under/btn_search.png") no-repeat center center;
    background-size: 44px 44px;
    color: #fff;
    border-style: none;
    text-indent: -9999px;
}

.search_warp .category {
    text-align: left;
}

.search_warp .category .select {
    padding: 5px;
    min-width: 20%;
    height: 30px;
    font-size: 1.1em;
}

.search_warp .category b {
    color: #dd2f2e;
    font-weight: bold;
    margin: 0 20px 0 0;
}


@-moz-document url-prefix() {
    .ehon_u_lists .ehonlists {
        /*top: 445px;*/
    }

    .search_warp .category .select {
        height: 40px;
    }
}



.ehon_u_lists .pagenavi {
    width: 100%;
    position: absolute;
    top: 2020px;
    text-align: center;
}

.ehon_u_lists .wp-pagenavi {
    margin: 0 auto;
    line-height: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #fff;
}

.ehon {
    width: 1084px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px;
}

.ehon_detail .detail {
    width: 450px;
}

.ehon_detail .img {
    width: 490px;
    margin: 0 40px 0 0;
}

.ehon_detail .img img {
    width: 100%;
}

.ehon_detail .title {
    font-size: 1.2em;
    padding: 0 0 10px 0;
    font-weight: bold;
    width: 100%;
    background: no-repeat url("img/under/red_line.png") left bottom;
    box-sizing: border-box;
}

.ehon_detail .red_link {
    position: relative;
    top: -5px;
    border: 1px solid #B2B2B2;
    display: inline-block;
    padding: 2px 5px;
    background-color: #fff;
    font-size: 0.7em;
    color: #E02D2F;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.ehon_detail .name {
    padding: 10px 0;
    font-size: 1.1em;
}

.ehon_detail .txt {
    font-size: 0.9em;
}

.ehon_detail .tag {
    padding: 10px 0;
}

.ehon_detail .tag a {
    display: inline-block;
    padding: 0 5px;
    background-color: #E86163;
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ehon_detail .btn_link a {
    width: 215px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    background-color: #E02D2F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
}

.ehon_detail .btn_link a:hover {
    background-color: #e0494a;
}

.ehon_detail .btn_link .user {
    margin: 0 20px 0 0;
}

.ehon_detail .btn_link .user img {
    height: 30px;
    padding: 0 10px 0 0;
}

.ehon_detail .btn_link .amazon img  {
    height: 30px;
    padding: 0 10px 0 0;
}

.etc_area {
    margin: 60px 0 5px 0;
}

.etc_area h2 {
    font-size: 1.2em;
    padding: 10px 0;
    border-top: 1px solid #E02D2F;
    border-bottom: 1px solid #E02D2F;
}

.etc_area .lists {
    margin: 20px 0 0 0;
    font-size: 0.9em;
}

.etc_area .lists li {
    width: 230px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
}

.etc_area .lists li:last-child {
    margin: 0;
}

.etc_area .lists li img {
    width: 100%;
}

.etc_area .lists a {
    text-decoration: none;
}

.etc_area .lists h3 {
    font-weight: bold;
    color: #333333;
}

/*181121 絵本詳細で、関連えほんを一旦非表示した際の不具合で追加*/
.btn_center {
margin: 40px 0 !important;
border: 2px solid #d61624;
background-color: #d61624;
display: inline-block;
padding: 16px 36px;
-webkit-border-radius: 10px;
color: #fff;
font-weight: bold;
text-decoration: none;
box-sizing: border-box;
transition: background-color 0.3s;
text-align: center !important;
  }


.youtube {
  text-align: center;
}





/**
固定ページ
*/
.page {
    width: 1084px;
    margin: 0 auto 60px auto;
    text-align: left;
    background-color: #fff;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.page h2 {
    font-size: 1.3em;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-weight: bold;
    width: 100%;
    background: no-repeat url("img/under/blue_line.png") left bottom;
    box-sizing: border-box;
}

.page h3 {
    /*width: 100%;181114 処理変更で削除*/
    height: 60px;
    font-weight: bold;
    font-size: 1.2em;
    background: no-repeat url("img/under/bg_h3.png") left center;
    padding: 0 0 0 100px;
    line-height: 60px;
    margin: 30px 0;
}

.page h4 {
    width: 100%;
    height: 46px;
    font-weight: bold;
    font-size: 1.1em;
    background: no-repeat url("img/under/bg_h4.png") left center;
    background-size: 46px 46px;
    line-height: 46px;
    padding: 0 0 0 57px;
    color: #00A5D4;
    margin: 30px 0;
}

.page h5 {
    font-weight: bold;
    color: #00A5D4;
    margin: 30px 0;
}

.page .s_content {
    width: 658px;
    margin: 0 auto;
}

.page .txt_blue {
    color: #00A5D4;
}

.page table {
    width: 100%;
}

.page table th {
    font-weight: bold;
}

.page table th, .page table td {
    padding: 10px 0;
    border-bottom: 2px dotted #00A5D4;
    font-size: 120%;
}

.page .day_txt {
    display: block;
    text-align: right;
    margin: 0 0 5px 0;
    color: #888;
}

.page .btn {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.page small {
    font-size: 0.8em;
}

.page a {
    color: #00A5D4;
    text-decoration: underline;
}

.page a:hover {
    text-decoration: none;
}

.page ul, ol {
    padding: 0;
    position: relative;
}

.page ul li, ol li {
    color: #00A5D4;
    border-left: solid 6px #00A5D4;
    background: #f1f8ff;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
}

.page .layout01 {
    width: 100%;
    box-sizing: border-box;
}

.page .layout02 {
    width: 100%;
    box-sizing: border-box;
    background: #f1f8ff;
    padding: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.page .layout01 h2,
.page .layout01 h3,
.page .layout01 h4,
.page .layout01 h5,
.page .layout02 h2,
.page .layout02 h3,
.page .layout02 h4,
.page .layout02 h5 {
    margin: 0 0 10px 0;
}

.page .layout01 .l {
    width: 48%;
    float: left;
    text-align: left;
    box-sizing: border-box;
}

.page .layout01 .r {
    width: 48%;
    float: right;
    text-align: left;
    box-sizing: border-box;
}

.page .layout01 .l img,
.page .layout01 .r img {
    width: 100%;
}

.page .layout01::after{
    content: "";
    display: block;
    clear: both;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 60px !important;
}

.slide-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slide-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slide-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus
{
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}
.slide-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '?';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.pagenavi {
    margin: 0 0 40px 0;
    text-align: center;
}

.pagenavi a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #333 !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 8px !important;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
      padding: 5px 5px !important;
  }
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #333 !important;
    background-color: #fff !important;
}


.btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.btn01 {
    border: 2px solid #0e6900;
    background-color: #0e6900;
}

.btn01:hover {
    background-color: #fff;
    color: #0e6900;
}

.btn02 {
    border: 2px solid #d61624;
    background-color: #d61624;
}

.btn02:hover {
    background-color: #fff;
    color: #d61624;
}

.btn03 {
    border: 2px solid #eb8216;
    background-color: #eb8216;
}

.btn03:hover {
    background-color: #fff;
    color: #eb8216;
}

.btn04 {
    border: 2px solid #00A5D4;
    background-color: #00A5D4;
}
.btn04:hover {
    background-color: #fff;
    color: #00A5D4;
}

.btn05 {
    border: 2px solid #999999;
    background-color: #999999;
}
.btn05:hover {
    background-color: #fff;
    color: #999999;
}


.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.margin00 {
    margin: 0 !important;
}

.marginR00 {
    margin-right: 0 !important;
}

.margin01 {
    margin: 40px 0 !important;
}


/* 吹き出し本体 */
.balloon {
    display: none;
    /*width: 180px;*/
    width: 190px;
    position: absolute;
    padding: 20px;
    background-color: rgba(0,165,212,1);
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 10px;
    z-index: 9999;
    margin: 23px 0 0 -45px;
    font-size: 0.8em;
}

.balloon::before{
    content: '';
    position: absolute;
    left: 95px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 15px solid rgba(0,165,212,1);
    border-left: 12px solid transparent;
}

.balloon a {
    color: #fff !important;
    display: block;
    background-repeat: repeat-x !important;
    padding: 5px 0 !important;
}

.balloon a:hover {
    background: none !important;
}


.balloon-nav4 {
    display: none;
    width: 180px;
    position: absolute;
    padding: 20px;
    background-color: rgba(88,173,35,1);
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 10px;
    z-index: 9999;
    margin: 23px 0 0 -85px;
    font-size: 0.8em;
}

.balloon-nav4::before{
    content: '';
    position: absolute;
    left: 95px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 15px solid rgba(88,173,35,1);
    border-left: 12px solid transparent;
}

.balloon-nav4 a {
    color: #fff !important;
    display: block;
    background-repeat: repeat-x !important;
    padding: 5px 0 !important;
}

.balloon-nav4 a:hover {
    background: none !important;
}





.triangle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

/* ラベル部分 左上に表示 */
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #E02D2F; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.triangle::after {
    content: "NEW";
    display: block;
    top: 5px;
    font-size: 0.7em;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 1px;
    position: absolute;
    z-index: 101;
}


.ehon_u_lists .triangle::before  {
    top: 20px;
}

.ehon_u_lists .triangle::after {
    top: 25px;
}

.sp-only {
    display: none;
}




@media screen and (max-width: 768px) {
    .main,
    .contents_main,
    .header,
    .bg_slid,
    .under_header,
    .hondana_wrap .hondana,
    .writer,
    .writer .right {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

/*1907 作家一覧ページ改修*/
    .writer_detail img {
        text-align:center;
    }

   .triangle {
    height: auto !important;
   }



/*1901 added*/
   .youtube {
     width:100%;              /*横幅いっぱいにwidthを指定*/
     padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
     height:0px;              /*高さはpaddingで指定するためheightは0に*/
     position: relative;
   }

   .youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
   }

div.ehon:nth-child(2),
div.ehon:nth-child(5),
div.ehon:nth-child(8),
div.ehon:nth-child(11),
div.ehon:nth-child(14),
div.ehon:nth-child(17) {
 margin: 20px 5px 0 5px;
}


    .nav {
        display: none;
    }

    .slid .slidlist .sliditem {
        width: 304px;
    }

    .slid .slidlist .sliditem img {
        width: 100%
    }

    .slid {
        min-height: 240px;
	background: #fff repeat-x url("img/top/bg_slide.png") center 0;
    }


    .bg_slid {
        height: 294px;
        position: absolute;
        top: -20px;
        box-sizing: border-box;
        background: repeat-x url("img/top/bg_header.png") center 294;
    }

.slid .c_left {
    position: absolute;
    z-index: 1000;
    left: -200px;
    top: 260px;
     display:none;
}

.slid .c_right {
    position: absolute;
    z-index: 1001;
    right: -60px;
    top: 135px;
    display:none;
}

.slid .c_left img {
    width: 260px;
}

.slid .c_right img {
    width: 150px;
}
	.news_wrap h2 img {
		width: 170px;
	}

    .news li {
        width: 92%;
        margin: 0;
        padding: 10px 0;
        border-top: dotted 1px #ccc;
    }

    .news li:last-child {
        border-bottom: dotted 1px #ccc;
    }

    .news li:after {
        content: "";
        display: block;
        clear: both;
    }

    .news .bg_img {
        float: left;
        width: auto;
        height: auto;
        padding: 20%;
        margin: 0 10px 0 0;
		background-size: contain;
    }

    .news a {
        display: block;
        width: 100%;
    }

    .header_warp {
        padding: 20px;
    }

    .header .logo {
        width: 220px;
    }

    .slid .slidlist {
        padding: 0;
    }

    .btn {
        width: 70% !important;
        margin: 0 auto;
    }

    .write_wrap {
        padding-bottom: 100px;
    }

    .write_wrap .writelists {
        padding-bottom: 10px;
    }

    .write_wrap .writelists img {
        margin-bottom: 10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 50px !important;
    }

    .under_header {
        height: auto;
        padding: 0 0 60px 0;
    }

    .under_header h1 img {
        width: 90%;
    }

    .footer_bg {
        min-height: 100px;
    }

    .footer .logo_wrap {
        padding: 0 10px 25px 10px;
    }

    .page,
    .archive_news .news {
        width: 96%;
        padding: 20px;
    }

    .sp-only {
        display: block;
    }

    .sp-navi {
        position: absolute;
        top: 25px;
        right: 10px;
    }

    .drawer-nav li a {
        border-bottom: 1px dotted #ccc;
    }

    .under_write .left,
    .under_write .right {
    	width: 100%;
        float: none;
    }

    .under_writelists {
        width: 100%;
        padding: 10px;
    }

    .under_write {
        width: 100%;
    }

    .under_write .img {
        text-align: center;
    }

    .write_wrap {
        padding-bottom: 40px;
    }

    .hondana_wrap .hondana {
        width: 100%;
        background: none;
    }

    .ehon_u_lists {
        width: 100%;
        height: auto;
        background: none;
        margin: 0 auto 0 auto;
        text-align: center;
    }

    .ehon_u_lists .pagenavi {
        position: static;
        margin: 40px auto 40px auto;
    }

    .ehon_u_lists .search_warp {
        width: 100%;
        height: auto;
        margin: 20px auto 20px auto
    }

    .ehon {
        width: 94%;
        padding: 10px;
    }

    .ehonlists,
    .ehon_u_lists .ehonlists {
        position: static;
    }

    .ehonlists .ehonlists01,
    .ehonlists .ehonlists02 {
        width: 100%;
    }

    .ehonlists .ehon {
        width: 44%;
		height: auto;
        margin: 20px 5px 0 5px;
        vertical-align: top;
        background: none;
        padding: 0;
    }

    .ehonlists .ehon .title {
        margin-top: 10px;
    }

    .ehonlists .ehon .title2 {
        margin-top: 10px;
		width: 90%;
    }

    .ehonlists .ehon .title3 {
        margin-top: 0px;
		width: 100%;
    }
    .ehon_detail .img {
        width: 100%;
    }

    .ehon_detail .detail {
        width: 100%;
    }

    .etc_area {
        margin: 40px 0 20px 0;
    }

    .etc_area .lists li:last-child {
        margin: 20px 5px;
    }

    .etc_area .lists {
        text-align: center;
        margin: 0;
    }

    .etc_area .lists li {
        width: 45%;
        margin: 20px 5px;
        vertical-align: top;
    }

    .btn_link {
        text-align: center;
    }

    .btn_link a {
        width: 60% !important;
        margin: 10px auto !important;
        float: none !important;
    }

    .hondana_wrap {
        text-align: center;
        margin: 60px 0 0 0;
    }

    .hondana_wrap .hondana .h2 {
        position: static;
     }

    .hondana_wrap .hondana .h2 img {
        width: 80% !important;
    }

    .hondana_wrap .hondana {
        text-align: center;
        height: auto;
    }

    .hondana_wrap .hondana .btn {
        position: static;
        margin: 20px auto 40px auto;
    }



    .sp_navi_list .sub_nav a {
        display: block;
        padding-left: 30px;
    }

    .sp_navi_list a {
        width: 100%;
        border: none;
        text-decoration: none;
        font-weight: bold;
        padding: 10px;
        background-size: 100% 2px !important;
    }

    .sp_navi_list a:hover {
        background: none;
    }

    .sp_navi_list .nav01 a {
        color: #1294ca;
        background: no-repeat url("img/common/bg_nav01.png") center bottom;
    }

    .sp_navi_list .nav02 a {
        color: #d61624;
        background: no-repeat url("img/common/bg_nav02.png") center bottom;
    }

    .sp_navi_list .nav03 a {
        color: #eb8216;
        background: no-repeat url("img/common/bg_nav03.png") center bottom;
    }

    .sp_navi_list .nav04 a {
        color: #4aa11b;
        background: no-repeat url("img/common/bg_nav04.png") center bottom;
    }

    .ehon_u_lists .triangle::before  {
        top: 10px;
    }

    .ehon_u_lists .triangle::after {
        top: 15px;
    }

    .page .layout01 .l {
        width: 100%;
        float: none;
    }

    .page .layout01 .r {
    	width: 100%;
    	float: none;
    }
    .contents .h2 {
    	padding-top: 10px;

	}

    div.ehon:nth-child(2n) {
	    margin-right: 0px;
	}


}


/* 1907 作家紹介ページ改修で追加 */

.writer {
    width: 850px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 10px;
}

.writer_detail .detail {
    width: 450px;
    padding: 30px;
}

.writer_detail .img {
    width: 150px;
    margin: 0 40px 0 0;
}

.writer_detail .img img {
    width: 70%;
    padding: 30px 50px 50px 50px;
}

.writer_detail .title {
    font-size: 1.2em;
    padding: 20px 20px 10px 0;
    font-weight: bold;
    width: 100%;
    background: no-repeat url("img/under/red_line.png") left bottom;
    box-sizing: border-box;
}

.writer_detail .red_link {
    position: relative;
    top: -5px;
    border: 1px solid #B2B2B2;
    display: inline-block;
    padding: 2px 5px;
    background-color: #fff;
    font-size: 0.7em;
    color: #E02D2F;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.writer .name {
    padding: 10px 0;
    font-size: 1.1em;
}

.writer_detail .txt {
    font-size: 0.9em;
}

.writer_detail .tag {
    padding: 10px 0;
}

.writer_detail .tag a {
    display: inline-block;
    padding: 0 5px;
    background-color: #E86163;
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.writer_detail .btn_link a {
    width: 215px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    background-color: #E02D2F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
}

.writer_detail .btn_link a:hover {
    background-color: #e0494a;
}

.writer_detail .btn_link .user {
    margin: 0 20px 0 0;
}

.writer_detail .btn_link .user img {
    height: 30px;
    padding: 0 10px 0 0;
}

.writer .img img {
    width: 150px;
    border-radius: 50%;
}

.writer .right {
    text-align: left;
    padding: 20px;
}

.detail-left {
    text-align: left;
    margin: 0 30px;
    float: left;
    width: 500px;
}


@media screen and (max-width: 768px) {
  .writer_detail .img {
    width: 100%;
    text-align: center;
    }
  .detail-left {
    text-align: left;
    width: 100%;
    }
}


/*topページ　ベストセラー追加*/
.best_h2 {
  margin-top: 60px;
}
.bestseller_content {
  padding-bottom: 60px;
}
.bestseller ul {
  padding: 0 10px;
}
.bestseller li {
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding: 25px 0 0;
}
.bestseller li a {
  text-decoration: none;
}
.bestseller li a:hover {
  opacity: .7;
  transition: .3s;
}
.bestseller li a:focus {
  outline: none!important;
}
.bestseller .rank {
  font-weight: bold;
  color: #252525;
  font-size: 24px;
  position: relative;
  line-height: 2.1;
}
.bestseller li:first-child .best_box .rank,
.bestseller li:nth-child(2) .best_box .rank,
.bestseller li:nth-child(3) .best_box .rank{
  color: #fff!important;
}
.bestseller li:first-child::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);

  background: no-repeat url("img/top/rank_01.png") center center;
  background-size: cover;
  width: 90px;
  height: 67px;
  z-index: -1;
}
.bestseller li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);

  background: no-repeat url("img/top/rank_02.png") center center;
  background-size: cover;
  width: 90px;
  height: 67px;
  z-index: -1;
}
.bestseller li:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);

  background: no-repeat url("img/top/rank_03.png") center center;
  background-size: cover;
  width: 90px;
  height: 67px;
  z-index: -1;
}
.bestseller .best_ttl {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #252525;
  text-align: left;
}
.best_box {
  display: block;
}
.bestseller .best_img img {
  width: 100%;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .best_h2 {
    margin-top: 60px;
  }
  .contents .best_h2 {
    padding: 10px 0;
  }
  .bestseller_content {
    padding-bottom: 0px;
  }
  .bestseller ul {
    padding: 0 10px;
    overflow: hidden;
  }
  .bestseller li {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding: 37px 0 0;
  }
  .bestseller li a {
    text-decoration: none;
  }
  .bestseller li a:hover {
    opacity: .7;
    transition: .3s;
  }
  .bestseller li a:focus {
    outline: none!important;
  }
  .bestseller .rank {
    font-weight: bold;
    color: #252525;
    font-size: 24px;
    position: relative;
    line-height: 1;
  }
  .bestseller li:first-child .best_box .rank {
    color: #252525;
  }
  .bestseller li:nth-child(2) .best_box .rank,
  .bestseller li:nth-child(3) .best_box .rank,
  .bestseller li:nth-child(4) .best_box .rank {
    color: #fff!important;
  }
  .bestseller li:first-child::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);

    background: no-repeat url("img/top/rank_01.png") center center;
    background-size: cover;
    width: 90px;
    height: 67px;
    z-index: -1;
    display: none;
  }
  .bestseller li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);

    background: no-repeat url("img/top/rank_01.png") center center;
    background-size: cover;
    width: 90px;
    height: 67px;
    z-index: -1;
  }
  .bestseller li:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);

    background: no-repeat url("img/top/rank_02.png") center center;
    background-size: cover;
    width: 90px;
    height: 67px;
    z-index: -1;
  }
  .bestseller li:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);

    background: no-repeat url("img/top/rank_03.png") center center;
    background-size: cover;
    width: 90px;
    height: 67px;
    z-index: -1;
  }
  .bestseller .best_ttl {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #252525;
    text-align: left;
  }
  .best_box {
    display: block;
  }
  .bestseller .best_img img {
    width: 100%;
    margin-top: 15px;
  }
}

.ehon_single {
  display: flex;
}
.ehon_left {
  width: 100%;
  max-width: 490px;
  margin: 0 40px 0 0;
}
.ehon_single_btns {
  margin: 25px auto 0;
}
.ehon_single_btns a {
  display: block;
}
.btn_sp_n {
  display: block;
}
.btn_sp_b {
  display: none;
}
.ehon_single_btns_un {
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .ehon_single {
    display: flex;
    flex-wrap: wrap;
  }
  .ehon_left {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .ehon_single_img img {
    width: 100%;
  }
  .ehon_single_btns {
    margin: 5px auto 0;
  }
  .ehon_single_btns a {
    display: block;
  }
  .btn_sp_n {
    display: none;
  }
  .btn_sp_b {
    display: block;
  }
  .ehon_single_btns_un {
    margin: 15px auto 0;
  }
  .ehon_text {
    margin-top: 30px;
  }
   .ehon_detail .ehon_tag {
    padding: 10px 0 0 0;
  }

}



/* お申し込みフォームのボタン */
input.wpcf7c-btn-back,
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 10em; /* ボタンの横幅:8文字分の大きさ */
    height: 4em; /* ボタンの高さ:2文字分の高さ */
}

input.wpcf7-confirm,
input.wpcf7-submit {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s;
    border: 2px solid #0e6900;
    background-color: #0e6900;
}
input.wpcf7c-btn-back {
    background: lightgray;
    margin-right: 1em;
}

input.wpcf7c-btn-back:hover,
input.wpcf7-submit:hover,
input.wpcf7-confirm:hover {
  background-color: #fff;
  color: #0e6900;
}

.wpcf7-form-control-wrap.textarea-sonota, .wpcf7-form-control-wrap.wpcf7-textarea, .wpcf7-form-control-wrap.wpcf7-textarea .textarea, .txtbox {
  width: 330px;
  height: 190px;
}



@media screen and (max-width: 768px) {

.wpcf7-form-control-wrap.textarea-sonota, .wpcf7-form-control-wrap.wpcf7-textarea, .wpcf7-form-control-wrap.wpcf7-textarea .textarea, .txtbox {
  width: 90%;
  display: inline-block;
}




}
