@charset "utf-8";
/***********************
------------------------
  ひかりのくにpublicationsページCSS
------------------------
************************/

/******------------------------
  single
--------------------------******/
#contents.pub-single .sp {
    display: none;
}
#contents.pub-single .data h3 {
    color: #424242!important;
    background: none!important;
    font-size: 2rem;
    margin-bottom: 0!important;
}
#contents.pub-single .data h3 .series {
    color: #e7a04d;
    display: block;
    font-size: 1rem;
}
#contents.pub-single fig.image {
    float: left;
    width: 276px!important;
}
#contents.pub-single .single fig.image img {
    float: left;
    width: 276px!important;
}
#contents.pub-single .data {
    float: left;
    width: calc(100% - 316px);
    margin-left: 40px;
}
#contents.pub-single .age span {
    display: inline-block;
    width: 1.5em;
    padding: 0.3em;
    background: #FFFFFF;
    margin-right: 2px;
    text-align: center;
    line-height: 100%;
}
#contents.pub-single .tit_sub {
    display: block;
    font-size: 54%;
    padding-top: 0.5em;
}
#contents.pub-single .cd {
    display: inline-block;
    font-size: 60%;
    padding: 0.1em 0.8em 0.2em;
    background: #d54747;
    color: #fff!important;
    white-space: nowrap!important;
    border-radius: 1em;
    line-height: 1em;
    font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
#contents.pub-single .age span {
    padding: 0.5em 0.3em 0.1em!important;
}
}
#contents.pub-single .age span.target {
    color: #fff;
    background: #ef0a0a;
}
/*---- ボタン -----*/
#contents.pub-single .btn {
    display: block;
    overflow: hidden;
}
#contents.pub-single .btn a {
    color: #3e3e3e;
    border-radius: 1em;
    border: solid 1px #f28c8a;
    width: 47%;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-right: 1em;
    margin-bottom: 0.6em;
}

@media all and (-ms-high-contrast: none) {
#contents.pub-single .btn a {
    padding-top: 0.2em;
}
}
#contents.pub-single .btn a::before {
    content: "";
    background: url(../img/gekkanshi/arrow_01.png) no-repeat left 0.3em;
    background-size: contain;
    height: 1em!important;
    width: 0.7em!important;
    display: inline-block;
    margin-right: 0.5em;
}
#contents.pub-single .btn a:hover {
    text-decoration: none;
    background: #ffdddc;
}
/*---- 戻るボタン -----*/
#contents.pub-single .btn_back {
    display: block;
    width: 20em;
    margin: 0 auto 4em;
}
#contents.pub-single .btn_back a {
    color: #fff;
    border-radius: 1em;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #e7a04d;
}
#contents.pub-single .btn_back a:hover {
    background: #f0b26a!important;
}
/*---- ex -----*/
#contents.pub-single .btn_back {
    display: block;
    width: 20em;
    margin: 0 auto 4em;
}
#contents.pub-single ul.ex {
    padding-bottom: 4em;
}

@media all and (-ms-high-contrast: none) {
#contents.pub-single .btn_back a {
    padding-top: 0.2em;
}
}
#contents.pub-single .btn_back a::before {
    content: "";
    background: url(../img/common/arrow_04.png) no-repeat left 0.3em;
    background-size: contain;
    height: 1em!important;
    width: 0.7em!important;
    display: inline-block;
    margin-right: 1em;
}
#contents.pub-single .btn_back a:hover {
    text-decoration: none;
    background: #f79e9c;
}
/*---- 下部画像エリア（sub） -----*/
#contents.pub-single .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2em;
}
#contents.pub-single .sub div {
    width: 50%;
    padding: 2%;
}
#contents.pub-single .sub div img {
    margin-bottom: 0.6em;
}
#contents.pub-single .ps {
    margin-bottom: 3em;
    text-align: center;
    font-size: 0.9rem;
}
/*---- 今月の作者インタビュー -----*/
#contents.pub-single .interview h4.sakka {
    background: url(../img/gekkanshi/ptn_02.jpg);
    border-top: solid #e58482 3px;
    border-bottom: solid #e58482 3px;
    padding: 2em;
}
#contents.pub-single .interview h4.sakka::before {
    content: none;
}
#contents.pub-single .interview h4.sakka .name {
    font-size: 200%
}
#contents.pub-single .faq {
    padding-top: 1.6em;
}
#contents.pub-single .faq dt {
    background-color: #e58482;
}
#contents.pub-single .faq dt:after {
    border-top: 12px solid #e58482;
}
#contents.pub-single .faq dd .number {
    color: #e58482;
}
/*------------------------
  カテゴリー（タクソノミー）ごと※
※<div id="contents" class="gekkan-single につく　.ehon .ohanashiehon .hoiku
----------------------------*/
#contents.pub-single.hoiku .ps {
    display: none;
}
#contents.pub-single.hoiku .ps {
    display: none;
}
#contents.pub-single.hoiku .sub {
    display: block;
    margin-bottom: 2em;
}
#contents.pub-single.hoiku .sub div {
    width: 100%;
    padding: 2%;
    text-align: center;
}
#contents.pub-single.hoiku .sub div img {
    width: 500px;
    display: block;
    margin: auto;
    margin-bottom: 0.6em;
}

/*------------------------
  小
----------------------------*/
@media screen and (max-width: 920px) {
#contents.pub-single .sp {
    display: inline;
}
#contents.pub-single fig.image {
    width: 40%!important;
}
#contents.pub-single fig.image img {
    width: 100%!important;
}
#contents.pub-single .data {
    width: 55%;
    margin-left: 5%;
}
#contents.pub-single .btn a {
    width: 100%;
    margin-right: 0em;
}
}

/*------------------------
  最小
----------------------------*/
@media screen and (max-width: 600px) {
#contents.pub-single fig.image {
    width: 100%!important;
    margin-bottom: 2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contents.pub-single .single fig.image img {
    width: 70%!important;
}
#contents.pub-single .data {
    width: 100%;
    margin-left: 0%;
}
#contents.pub-single .btn a {
    width: 100%;
    margin-right: 0em;
}
}
/******------------------------
  list
--------------------------******/
#contents.pub-single.gekkan-list .inner .list {
    display: flex;
    flex-wrap: wrap;
}
#contents.pub-single.gekkan-list .inner .one {
    width: 50%;
    padding: 2% 3% 5% 2%;
}
#contents.pub-single.gekkan-list .inner .one h3 .series {
    letter-spacing: 0em;
}
#contents.pub-single.gekkan-list .inner .one h3 {
    margin-bottom: 0;
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
#contents.pub-single.gekkan-list .inner .one fig.image {
    width: 31%!important;
}
#contents.pub-single.gekkan-list .inner .one fig.image img {
    width: 100%!important;
}
#contents.pub-single.gekkan-list .inner .one .data {
    width: 62%;
    margin-left: 4%;
}
#contents.pub-single.gekkan-list .inner .one .data .tok p {
    font-size: 90%!important;
}
#contents.pub-single.gekkan-list .inner .one .data .btn a {
    color: #fff;
    border-radius: 1em;
    border: solid 1px #f28c8a;
    width: 90%;
    background: #f28c8a;
}
#contents.pub-single.gekkan-list .btn a::before {
    content: "";
    background: url(../img/common/arrow_03.png) no-repeat left 0.3em;
    background-size: contain;
}
#contents.pub-single.gekkan-list .inner .one .data .btn a:hover {
    background: #f8a4a2;
}

/******------------------------
  バックナンバーlist
#contents.pub-single.gekkan-list .inner .bn_list .one {
    width: 25%;
    padding: 2% 3% 5% 2%;
}
#contents.pub-single.gekkan-list .inner .bn_list .one fig.image {
    float: none;
    display: block;
    width: 100%;
    padding: 2% 3% 25% 2%;
}
#contents.pub-single.gekkan-list .inner .bn_list .one .data {
    width: 100%;
    margin-left: 0%;
}
--------------------------******/
/*------------------------
  小
----------------------------*/
@media screen and (max-width: 920px) {
#contents.pub-single.gekkan-list .inner .one {
    width: 100%;
    padding: 2% 0% 3% 0%;
}
#contents.pub-single.gekkan-list .inner .one .data {
    width: 65%;
}
#contents.pub-single .data h3 {
    font-size: 1.4rem;
}
}

/*------------------------
  小小
----------------------------*/
@media screen and (max-width: 500px) {
#contents.pub-single.gekkan-list .inner .one fig.image {
    width: 50%!important;
    display: block;
    margin: 0 auto 3%;
    float: none;
}
#contents.pub-single.gekkan-list .inner .one .data {
    width: 90%;
    margin: 0% 5%!important;
}
#contents.pub-single.gekkan-list .inner .one .data .btn a {
    width: 100%;
}
}
/******------------------------
  について
--------------------------******/
#contents.about section {
    margin-bottom: 2em;
}
#contents.about section h4 {
    margin-top: 0em;
}
#contents.about section .image {
    width: 260px;
    border-radius: 1em;
}
#contents.about section.cont {
    background: #FFFFFF;
    border-radius: 1em;
    padding: 4% 6%;
}
/******------------------------
  term_list(保育図書のみカテゴリリスト)
--------------------------******/
.term_list {
    display: flex;
    flex-wrap: wrap;
}
.term_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9D9D9;
    margin: 0.2%;
    padding: 1%;
    width: 19%;
    box-sizing: border-box;
    text-align: center;
}
/******------------------------

  TOP、カテゴリTOP

--------------------------******/
ul.category-index li h2 {
    margin-bottom: 0;
}
ul.category-index li .images {
    overflow: hidden;
    text-align: center;
    padding: 4% 0;
}
ul.category-index li .images img.image {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 0.8em;
    display: inline;
    max-width: 36%;
    max-height: 290px;
    box-shadow: -1px 2px 8px rgba(150,150,120,.7);
    transform: rotate( -6deg );
}
ul.category-index li .images img.image:nth-child(2) {
    transform: rotate( 6deg );
}
/*正誤・追補だけ*/
#publications_top ul.category-index li:last-child .images img.image {
    transform: rotate( 0deg );
}

/*------------------------
  小
----------------------------*/
@media screen and (max-width: 920px) {
ul.category-index li .images img.image {
    width: 30%;
    max-height: 290px;
}
}
/******------------------------

  保育図書のカテゴリ一覧

--------------------------******/
ul.hoikulist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em!important;
}
#publications_top ul.hoikulist {
    display: none;
}
#contents ul.hoikulist li {
    width: 14.28%;
    list-style: none;
    padding: 0;
    text-align: center;
    border: #F4EAD6 solid 1px;
    box-sizing: border-box;
    margin: 0;
    text-indent: 0;
    line-height: 110%;
    font-size: 90%;
    min-height: 3em;
    display: flex;/*iosで孫要素も高さを揃えるため*/
    align-items: stretch;/*iosで孫要素も高さを揃えるため*/
}
#contents ul.hoikulist li::before {
    content: none!important;
}
#contents ul.hoikulist li a {
    justify-content: center;
    align-items: center;
    background: #e7a04d;
    color: #fff;
    padding: 0.6em 0.2em 0.2em;
    display: flex;/*iosで孫要素も高さを揃えるため（height 100%は書いたらダメ）*/
    width: 100%;/*iosで孫要素も高さを揃えるため（height 100%は書いたらダメ）*/
}
#contents ul.hoikulist li a:hover {
    background: #fff6ec;
    text-decoration: none;
    color: #e7a04d;
}
/**/
ul.category-index.hoikuidx li {
    width: 25%;
}
ul.category-index li h2 {
    font-size: 1.2rem;
}

@media screen and (max-width: 920px) {
#contents ul.hoikulist li {
    width: 20%;
}
}

@media screen and (max-width: 620px) {
#contents ul.hoikulist li {
    width: 33.333%;
}
#contents ul.hoikulist li a {
    padding: 0.4em 0.2em 0em;
}
}

@media screen and (max-width: 500px) {
#contents ul.hoikulist li {
    width: 50%;
}
}
/******------------------------

  電子書籍

--------------------------******/
ul.shoplist {
    display: flex;
    flex-wrap: wrap;
}
#contents ul.shoplist li {
    width: 33.3%;
    list-style: none;
    padding: 0;
    text-align: center;
    border: #F4EAD6 solid 2px;
    box-sizing: border-box;
    margin: 0;
    text-indent: 0;
    display: flex;/*iosで孫要素も高さを揃えるため*/
    align-items: stretch;/*iosで孫要素も高さを揃えるため*/
}
#contents ul.shoplist li::before {
    content: none!important;
}
#contents ul.shoplist li a {
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #e7a04d;
    padding: 2em;
    display: flex;/*iosで孫要素も高さを揃えるため（height 100%は書いたらダメ）*/
    width: 100%;/*iosで孫要素も高さを揃えるため（height 100%は書いたらダメ）*/
}
#contents ul.shoplist li a:hover {
    background: #fff6ec;
    text-decoration: none;
}
#publications #contents.gekkan-single.gekkan-list .inner .one .data .btn a {
    color: #fff;
    border-radius: 1em;
    border: solid 1px #e7a04d;
    width: 100%;
    background: #e7a04d;
}
#publications #contents .btn_wide {
    width: 100%!important;
    text-align: center;
    margin-bottom: 3em;
    font-size: 120%;
}
#publications #contents .btn_wide a {
    background: #fff;
    color: #e7a04d;
    border-radius: 1em;
    border: solid 1px #e7a04d;
    width: 100%;
    padding: 0.8em;
    display: block;
}
#publications #contents .btn_wide a:hover {
    background: #fff6ec;
    text-decoration: none;
}

@media screen and (max-width: 500px) {
#contents ul.shoplist li {
    width: 100%;
}
#contents ul.shoplist li a {
    padding: 1em;
}
}
/*******

Search & Filter 検索BOX .search_box

*******/
.searchandfilter {
    list-style: none!important;
}
.searchandfilter h4 {
    display: inline-block;
    width: 5.8em;
    font-size: 1rem!important;
    color: #e7912d;
}
.searchandfilter h4:before {
    content: none!important;
}
.searchandfilter li {
    padding: 0!important;
    margin: 0!important;
    text-indent: 0!important;
    margin-bottom: 0.1em!important;
}
#contents .searchandfilter li:before {
    content: none!important;
    margin-right: 0;
}
.searchandfilter ul {
    padding-left: 0!important;
    list-style: none!important;
}
.searchandfilter li ul {
    display: inline!important;
    padding-left: 0!important;
}
.sf-field-post-meta-age li {
    display: inline-block!important;
    margin-right: 1em!important;
}
.searchandfilter li input,.searchandfilter li select {
    border: #a4a4a4 1px solid;
    color: #484848;
}
.sf-field-post-meta-age li input {
    margin-right: 0em;
    width: 1em;
    height: 1em;
}
.sf-field-post-meta-age li label {
    margin-right: 1em;
}
.sf_date_field::after {
    content: "※ 開始日・終了日ともに年月日を入力してください。";
    display: inline-block;
}
.sf_date_field li {
    display: inline-block!important;
}
.sf_date_field li:first-child::after {
    content: "～";
    padding-right: 1.5em;
}
.sf_date_field li:last-child {
    padding-right: 0.5em!important;
}
.search_box {
    margin-top: -32px!important;
    padding: 0.5em 1em 0;
    background: #f6f2ed url(../img/publication/bg_search.png) repeat-x center top;
    text-align: center;
}
.search_box .sf-field-submit input {
    display: block;
    margin: 1em auto;
    background: #e7a04d;
    color: #FFFFFF;
    border-radius: 1em;
    width: 30em;
    max-width: 80%;
    border: none;
    padding: 0.5em;
    line-height: 1!important;
    vertical-align: middle;
}
.searchandfilter li ul.chosen-results {
    display: inherit!important;
}
@media all and (-ms-high-contrast: none){
.search_box .sf-field-submit input{
    padding: 0.7em 0.5em 0.3em; /* IE10以上 */
  }
}
.search_box .sf-field-submit input:hover {
    cursor: pointer;
    opacity: .7;
}
.search_box .inner {
    display: inline-block;
    margin: 0 auto!important;
    padding: 0 4%;
    text-align: left;
    max-width: 100%;
    overflow-x: hidden;
}
.search_box .seach_open {
    text-align: center;
    margin-bottom: 0!important;
    font-family: "tbchibirgothicplusk-pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1!important;
}
.search_box .seach_open:hover {
    cursor: pointer;
}
.search_box .seach_open span {
    text-align: center;
    display: inline-block;
    margin: 0em auto 0;
    color: #e19030;
    background: url(../img/publication/icon_search.png) no-repeat center left;
    padding: 10px 10px 8px 40px;font-family: "tbchibirgothicplusk-pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.search_box .seach_open span::after {
    content: 'を開く'
}
.search_box .seach_open.close span {
    padding: 10px 10px 10px 40px;
}
.search_box .seach_open.close span::after {
    content: 'を閉じる'
}
.search_box form {
    display: none;
    padding-top: 18px;
}
.search_box label {
    display: inline-block!important;
}
.search_box chosen-single.none {
    display: none!important;
}
.sf-field-post-meta-isbn label,
.sf-field-taxonomy-pub_cat label,
.sf-field-post-meta-series label{
    position: absolute;
}
.search_box .sf-datepicker {
    width: 7em!important;
}
.chosen-container {
    position: relative;
    width: 18em!important;
    display: inline-block;
}
.chosen-container.chosen-container-single {
}
/*------------------------
  SP
----------------------------*/
@media screen and (max-width: 1100px) {
.search_box {
    margin-top: -0px!important;
}
#page-header {
    margin-bottom: 0;
}
}
