@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body {
  color: #4c4c4c;
}

/* -------------------------------------------- **
 * ヘッダ関連の設定
**/
.header-container-in.hlt-top-menu {
  display: block;
  position: relative;
}
.header-container-in.hlt-top-menu .logo-header {
  width: 280px;
  max-height: none;
}
.header-container-in.hlt-top-menu .logo-image {
  padding: 8px 0 14px;
}
.header-container-in.hlt-top-menu .logo-header img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: none;
}
.header-container-in.hlt-top-menu .tagline {
  color: #686868;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .2em;
  text-align: left;
  display: block;
  margin: 0;
  position: absolute;
  top: 34px;
  left: 320px;
}
/* 880px以下 */
@media screen and (max-width: 880px){
  .header-container-in.hlt-top-menu .tagline {
    letter-spacing: .1em;
    padding-right: .7em;
    top: 30px;
    left: 308px;
  }
}
/* 834px以下 */
@media screen and (max-width: 834px){
  .header-container-in.hlt-top-menu .tagline {
    padding-right: 60px;
  }
}
/* 640px以下 */
@media screen and (max-width: 640px){
  .header-container-in.hlt-top-menu .logo-header {
    width: 44%;
    top: 12%;
  }
  .header-container-in.hlt-top-menu .tagline {
    font-size: 14px;
    letter-spacing: 0;
    top: 24.6%;
    left: 47%;
  }
}
/* 515px以下 */
@media screen and (max-width: 515px){
  .header-container-in.hlt-top-menu .tagline {
    text-align: center;
    padding: 0 .7em 6px;
    position: relative;
    top: -5px;
    left: 0;
  }
}

/* -------------------------------------------- **
 * グローバルナビの設定
**/
.header-container {
  padding-bottom: 60px;
}
.header-container-in.hlt-top-menu .navi {
  width: 100%;
}
#navi .navi-in > ul > li {
  width: calc(100% / 5.1);
}
#navi .navi-in > ul > li > a {
  border-bottom: 5px solid transparent;
  color: #555;
  font-weight: 700;
  display: block;
  height: 100%;
}
#navi .navi-in > ul > li > a:hover {
  border-bottom: 5px solid #1967d2;
  color: #222;
  transition: all .57s ease;
}
#navi .item-description {
  display: none;
}

/* --------------------------
 * [PC] ナビの固定
**/
#navi-in .menu-header {
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 198px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 3;
}
.fixed-navi #navi-in .menu-header {
  background: rgba(255, 255, 255, .8);
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: top .57s ease;
}
#navi-toggle {
  display: none;
}

/* --------------------------
 * [SP] ナビ
**/

/* 834px以下 */
@media screen and (max-width: 834px){
  .header-container {
    padding-bottom: 0;
  }
  #navi {
    border: none;
  }
  #navi .navi-in > .menu-mobile {
    justify-content: flex-start;
  }
  #navi-in .menu-mobile {
    background: rgba(255, 255, 255, .9);
    width: 100%;
    padding-top: 10px;
    position: absolute;
    top: -500px;
    z-index: 2;
    transition: all .57s ease-in-out;
    border-bottom: 2px solid #ccc;
  }
  #navi .navi-in > .menu-mobile li {
    background: url(/docs/wp-content/uploads/blog-parts/bdr-dotted.png) left top repeat-x;
    height: 50px;
  }
  #navi .navi-in > .menu-mobile li:first-child {
  }
  #navi .navi-in > .menu-mobile > .menu-item-has-description > a > .caption-wrap,
  #navi .navi-in > .menu-mobile li a .caption-wrap {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    height: auto;
    padding-top: .63em;
  }
  #navi-toggle {
    display: block;
    width: 34px;
    height: 36px;
    position: absolute;
    top: 36%;
    right: 2%;
/*    z-index: 35;*/
  }
  #navi-toggle .burger-menu::before,
  #navi-toggle .burger-menu::after {
    content: '';
  }
  #navi-toggle .burger-menu::before,
  #navi-toggle .burger-menu::after,
  #navi-toggle .burger-menu .boder {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4c4c4c;
    left: 0;
    transition: .35s ease-in-out;
  }
  #navi-toggle .burger-menu::before {
    top: 0;
  }
  #navi-toggle .burger-menu::after {
    top: 11px;
  }
  #navi-toggle .burger-menu .boder {
    top: 22px;
  }
  /*.open-navi*/
  .open-navi #navi-toggle .burger-menu::before {
    top: 11px;
    transform: rotate(135deg);
  }
  .open-navi #navi-toggle .burger-menu::after {
    width: 0;
    left: 50%;
  }
  .open-navi #navi-toggle .burger-menu .boder {
    top: 11px;
    transform: rotate(-135deg);
  }
/*  .open-navi #navi-in .menu-mobile {
    transform: translateY(34%) translateY(534px);
  }*/
}
/* 640px以下 */
@media screen and (max-width: 640px){
  #navi .navi-in > .menu-mobile {
    flex-direction: column;
  }
  #navi .navi-in > .menu-mobile li {
    width: 100%;
  }
/*  .open-navi #navi-in .menu-mobile {
    transform: translateY(20%) translateY(540px);
  }*/
}
/* 515px以下 */
@media screen and (max-width: 515px){
  #navi-toggle {
    top: 14%;
  }
/*  .open-navi #navi-in .menu-mobile {
    transform: translateY(29%) translateY(530px);
  }*/
}

/* -------------------------------------------- **
 * スライドショーの設定
**/
body.home .content,
body.front-top-page .content {
  border-top: 1px solid #fff;
  margin-top: 0;
}
#meteor-slideshow.meteor-slides {
  width: 100% !important;
  max-height: 600px !important;
  overflow: hidden !important;
  padding-bottom: calc(12px + 2%) !important;
}
.meteor-slides .mslide {
  width: 100% !important;
}
.meteor-slides .mslide img {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.meteor-slides .meteor-buttons {
  text-align: center;
  bottom: 2% !important;
}
#meteor-slideshow.meteor-slides .meteor-buttons a {
  display: inline-block !important;
  float: none !important;
  margin: 0 2px !important;
}
.entry-content > p {
  margin-right: 10px;
  margin-left: 10px;
}
.book-info {
  list-style: none;
  padding-right: 10px;
  padding-left: 10px;
}
.author-prof dt,
.author-prof dd {
  margin-right: 10px;
  margin-left: 10px;
}
.author-prof dd ul {
  list-style: none;
  padding-left: 0;
}

/* -------------------------------------------- **
 * dl > dt > dd のリスト項目の横並び
**/
.dl-info-list.szy_shops {
  margin-top: -1em;
}
.dl-info-list dt {
  float: left;
  width: 3.5em;
  clear: both;
  font-weight: bold;
}
.dl-info-list dd {
  margin-left: 3.5em;
}
.dl-info-list.szy_about dt {
  width: 3.5em;
  font-weight: bold;
}
.dl-info-list.szy_about dd {
  margin-left: 3.5em;
}

/* -------------------------------------------- **
 * SPモード時のフッター
**/
/* 各メニューの重なり順 */
.mobile-menu-buttons {
  z-index: 50;
}
.mobile-menu-buttons .menu-drawer li {
  background: url(/docs/wp-content/uploads/blog-parts/bdr-dotted.png) left top repeat-x;
  padding: .67em 0;
}

/* -------------------------------------------- **
 * home || front_page
**/
body.home .anchor {
  margin: -10px 0 0;
  padding: 10px 0 0;
}
body.home .anchor:first-of-type {
  margin-top: -50px;
}
/* 834px以下 */
@media screen and (max-width: 834px){
  body.home .anchor,
  body.home .anchor:first-of-type {
    margin-top: -.7em;
    padding-top: .1em;
  }
}
/* ----------------------------------- |
 * home || front_page :: お知らせ -- テキスト
**/
#information {
  border-radius: 2px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 70vh;
  margin-bottom: 3.2em;
}
/* 768px以下 */
@media screen and (max-width: 1000px){
  #information {
    height: 80vh;
    margin-bottom: 2.4em;
  }
}

@media screen and (max-width: 834px){
  #information {
    height: 65vh;
  }
}
/* 600px以下 */
@media screen and (max-width: 600px){
  #information {
    height: 80vh;
/*    margin-bottom: 1.2em; */
  }
}
#information .ttl-h2 {
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  color: #000;
  font-size: 40px;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#information .ttl-h2 .subtitle {
    font-size: 18px;
    color: #a5a5a5;
    font-weight: bold;
    padding-top: 5px;
}

#information .information-body {
  padding: 2.6rem 2rem;
  height: auto;
}
#information ul {
  list-style: none;
  max-height: 7.8em;
  margin: 0;
  padding: 0;
}
#information li {
  font-size: 16px;
  line-height: 1.6;
  display: table;
  width: 100%;
  margin: 0 0 .7em;
  clear: both;
}
#information li:nth-child(n+2) {
  background: url(/docs/wp-content/uploads/blog-parts/bdr-dotted.png) left top repeat-x;
  padding: .7em 0 0;
}
#information li .information-date,
#information li .information-ttl {
  vertical-align: top;
  display: table-cell;
  padding: 8px 16px;
}
#information .information-date {
  width: 5.5em;
}

#information .information-ttl i {
  display: table-cell;
  width: 1.3em;
}
#information li .information-ttl .inner-ele {
  display: table-cell;
}

#information li .information-ttl .inner-child {
  font-size: 16px;
  margin: 10px 0;
  color: #9f9f9f;
}

/* 834px　以下 */
@media screen and (max-width: 834px){
  #information .information-body {
    padding: 30px 0;
  }
  #information li {
    font-size: .7rem;
  }
}

/* 480px以下 */
@media screen and (max-width: 480px){
  #information .ttl-h2 {
    font-size: 32px;
    padding: 15px 0;
  }
  #information ul {
    max-height: 6.4em;
  }
  #information li {
    max-height: .7em;
  }
}
/* ----------------------------------- |
 * home || front_page :: お知らせ -- 画像
**/
#books-info {
  width: 100%;
  padding: 0 0 12px;
  overflow: hidden;
}
#books-info::after {
  content: '';
  display: block;
  clear: both;
}
#books-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#books-info .books-info-bodyinner {
  margin: 0 0 0 -30px;
}
#books-info .books-info-pkg {
  width: calc(100% / 4);
  float: left;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 38px;
}
#books-info .books-info-pkg:nth-child(4n+1) {
  clear: both;
}
#books-info .books-info-img {
  width: 80%;
  margin: 0 auto;
}
#books-info .books-info-img img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
#books-info .books-info-pkg a {
  color: #4c4c4c;
  text-decoration: none;
}
#books-info .books-info-pkg a:hover {
  opacity: .8;
}
#books-info .books-info-ttl {
  border: none;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: .8em 0 0;
}
#books-info .books-info-data {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 10px;
}
#books-info .books-info-data li {
  font-size: 14px;
  line-height: 1.4;
  display: table;
  width: 100%;
  margin: 0;
  padding: 6px 0 0;
}
#books-info .books-info-data li .inner-ele {
  vertical-align: top;
  white-space: nowrap;
  display: table-cell;
  width: 3em;
}
#books-info .books-info-data li .inner-ele + .inner-ele {
  white-space: normal;
  width: auto;
}

/* 640px以下 */
@media screen and (max-width: 640px){
  #books-info .books-info-bodyinner {
    margin: 0 0 0 -24px;
  }
  #books-info .books-info-pkg {
    width: calc(99.99% / 3);
    padding-left: 24px;
    padding-bottom: 28px;
  }
  #books-info .books-info-pkg:nth-child(4n+1) {
    clear: none;
  }
  #books-info .books-info-pkg:nth-child(3n+1) {
    clear: both;
  }
}
/* 480px以下 */
@media screen and (max-width: 480px){
  #books-info {
    margin-bottom: -24px;
    padding-bottom: 0;
  }
  #books-info .books-info-bodyinner {
    margin: 0 0 0 -24px;
  }
  #books-info .books-info-pkg {
    width: calc(100% / 2);
    padding-left: 24px;
    padding-bottom: 28px;
  }
  #books-info .books-info-pkg:nth-child(3n+1) {
    clear: none;
  }
  #books-info .books-info-pkg:nth-child(2n+1) {
    clear: both;
  }
}

/* ----------------------------------- |
 * home || front_page :: 鈴屋出版の本
**/
.entry-card-title,
.related-entry-card-title {
  margin-bottom: .75em;
}
.entry-card-snippet,
.related-entry-card-snippet {
  line-height: 1.5;
}
.ect-3-columns .entry-card-snippet {
  max-height: 6.25em;
  margin-bottom: .75em;
}
.home .suzuya-books .entry-card-title {
  background: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .home .suzuya-books .entry-card-title {
    font-size: 17px;
  }
}

/* -------------------------------------------- **
 * single
**/
.eye-catch-wrap .cat-label {
  display: none;
}
figcaption {
/*  display: none;*/
}
.guide-pdf {
  text-align: center;
}
.guide-pdf a {
  background-color: #1967d2;
  border-radius: 2px;
  color: #fff;
  line-height: 1.15;
  text-decoration: none;
  display: inline-block;
  padding: .6em 1.1em .64em 1.26em;
}
.guide-pdf a:hover {
  background-color: #e53900;
}


/* -------------------------------------------- **
 * 鈴屋出版の本
**/
.suzuya-cat-1 .eye-catch {
/*  max-width: 34%;*/
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
/* 768px以下 */
@media screen and (max-width: 768px){
  .suzuya-cat-1 .eye-catch {
/*    max-width: 42%;*/
  }
}
/* 480px以下 */
@media screen and (max-width: 480px){
  .suzuya-cat-1 .eye-catch {
/*    max-width: 48%;*/
  }
}
.entry-content {
  position: relative;
}
.entry-content h2:first-of-type {
  padding-right: 2.6em;
}
.amazon-bnr {
  font-size: 18px;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 !important;
  position: absolute;
  right: 1.2em;
}
.amazon-bnr .inner-ele,
.amazon-bnr .external-icon {
  display: none;
}
.amazon-bnr a {
/*  background-color: #f90; */
  background-color: #232f3e;
  border-radius: 50%;
  color: #fff;
  line-height: 1.98em;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.amazon-bnr a:hover {
  opacity: .8;
}
/* 480px以下 */
@media screen and (max-width: 480px){
  .amazon-bnr {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
  .amazon-bnr a {
  }
}

/* -------------------------------------------- **
 * お知らせ
**/
.suzuya-cat-4 .eye-catch {
/*  max-width: 34%;*/
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
/* 768px以下 */
@media screen and (max-width: 768px){
/*  .suzuya-cat-4 .eye-catch {
    max-width: 42%;
  }*/
}
/* 480px以下 */
@media screen and (max-width: 480px){
/*  .suzuya-cat-4 .eye-catch {
    max-width: 48%;
  }*/
}

/* -------------------------------------------- **
 * 「お問い合わせ」ページ
**/
.search-edit,
input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="email"], input[type="number"],
input[type="search"], input[type="tel"],
input[type="time"], input[type="url"],
textarea, select {
  padding: 7px 11px;
}
.wpcf7-form-control-wrap input[type="radio"] {
  display: none;
}
.wpcf7-form-control-wrap .wpcf7-radio {
  display: block;
  margin: -.2em 0 -.3em;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  line-height: 2.8;
}
input[type="radio"] + .wpcf7-list-item-label {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.15;
  padding: .26em 1em .42em;
}
input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #1967d2;
  border-radius: 5px;
  color: #fff;
}
.wpcf7-form input[type='submit'] {
  font-size: 14px;
}
figcaption {
  line-height: 1.3;
}

/* -------------------------------------------- **
 * サイドメニュー::最近の投稿
**/
#recent-posts-2 li,
#slide-in-recent-posts-2 li {
  background: url(/docs/wp-content/uploads/blog-parts/bdr-dotted.png) left top repeat-x;
  padding: .33em 0;
}
#recent-posts-2 li:first-child,
#slide-in-recent-posts-2 li:first-child {
  background: none;
  padding-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* 1240px以下 */
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/* 1030px以下 */
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/* 768px以下 */
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/* 480px以下 */
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.about-us-section {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem 0;
  background-color: #fff;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  max-width: 600px;
  font-size: 1rem;
  line-height: 40px;
  color: #333;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  color: #000;
}

.about-text h2 span {
  font-weight: normal;
  font-size: 1.2rem;
  color: #555;
}

.about-text p span  {
  display: block;
  text-align: right; 
}

.about-image {
  flex: 1;
  max-width: 500px;
}

.about-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px){
  .about-us-section {
    display: block;
  }
  .about-image {
    display: none;
  }

  .about-text {
    margin: auto;
    line-height: 32px;
  }
}