/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

img {
  width: 100%;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #ee9694;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 5px auto 10px;
}


/* header start */
#header-box {
  width: 100%;
  padding: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  #header-box {
    position: relative;
    z-index: 2;
    min-height: 46px;
    padding: 10px 0;
    padding-bottom: 0px;
    transition: 0.6s;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #header-box {
    min-height: 60px;
  }
}

#header {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  #header {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #header {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  #header {
    width: 1200px;
  }
}
#header #site-info {
  font-feature-settings: "palt";
  padding: 0 !important;
}
@media (max-width: 767px) {
  #header #site-info {
    max-width: 180px;
    text-align: start;
    font-weight: 700;
    margin-top: 1px;
    letter-spacing: 1px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #header #site-info {
    letter-spacing: 3px;
    color: #fff;
    font-weight: normal;
    font-size: 0.85rem;
    margin-right: 20px;
    min-width: 100px;
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  #header #site-info {
    letter-spacing: 3px;
    color: #fff;
    font-weight: normal;
    font-size: 0.85rem;
    min-width: 100px;
    max-width: 310px;
  }

  #site-info span a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #header #site-info .tn-logo-size {
    overflow: hidden;
  }

  #site-info span a {
    font-size: 18px;
  }
}
#header #site-info img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #header #site-info img {
    margin-bottom: -5px;
    max-width: 100%;
  }
}

#drawernav3 ul.menu-box li.menu-item a {
  font-weight: bold;
  margin: 0 15px;
  height: auto;
  padding: 10px;
}

#headmenu {
  padding: 5px 40px;
  background-color: #ee9694;
  border-radius: 10px;
  position: relative;
}
#headmenu a {
  color: #fefef6 !important;
}

#headmenu a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
/* header end */

/* main-img start */
#main-image img {
  width: 450px;
  max-width: 80%;
}
@media (max-width: 767px) {
    #main-image {
        box-shadow: none;
    }
}
/* main-img end */


/* swiper start */ 
.pickup-contents-box-post-type {
  position: relative;
  padding: 30px 0;
  margin-top: 80px;
}
.swiper-container.swiper-container-horizontal {
  height: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -5px !important;
}

.pickup-contents-box-post-type::before {
  content: "";
  position: absolute;
  background-color: #fff8e1;
  left: 0;
  right: 0;
  height: 220px;
  top: -30px;
}

@media (max-width: 767px) {
  .pickup-contents-box-post-type {
  	margin-top: 40px;
  }
  
  
  .pickup-contents-box-post-type::before {
    height: 120px;
    top: -10px;
  }
}
/* swiper end */

/* sidebar start */
.sidebar_style1 .widget {
  box-shadow: none;
  padding: 0;
  margin-bottom: 40px;
}

.sidebar_style1 ul {
  margin-top: 10px;
  padding-left: 30px;
}

.sidebar_style1 .wp-block-heading {
  padding: 10px;
  text-align: center;
}

.sidebar_style1 .wp-block-heading,
.sidebar_style1 .wp-block-heading .has-inline-color {
  font-size: 24px;
}

.sidebar_style1 #block-6 .wp-block-heading,
.sidebar_style1 #block-10 .wp-block-heading {
  color: white !important;
  background-color: #ff7b71;
}

.sidebar-menu-item,
.wp-block-categories-list .cat-item {
  list-style-type: square;
  margin: 5px 0;
  border: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-item a {
  font-size: 16px;
}

.wp-block-categories-list .cat-item a {
  padding: 0;
}

.sidebar-menu a,
.wp-block-categories-list a {
  font-size: 16px;
}

.logo-top-page {
  text-align: center;
  margin: 125px auto 20px;
}

.sidebar-menu .sidebar-menu-item::marker,
.wp-block-categories-list .cat-item::marker {
  font-size: 20px;
}

.cat-item a::before {
  display: none;
}

@media (max-width: 767px) {
  #widget-tracking {
    display: block;
  }
}
/* sidebar end */

/* Latest post start */
.widget_block:has(.box-latest-posts) > p:first-child {
  margin: 0;
}

.box-latest-posts .wp-block-heading {
  margin-top: 5px;
  padding: 10px 5px 5px;
  background-color: transparent;
  color: black !important;
  font-weight: 700;
  border-top: 5px solid #ff7b71;
  font-family: serif;
}

.box-latest-posts .wp-block-heading span {
  font-weight: normal;
}

.box-latest-posts .content-latest-posts {
  padding: 0 12px;
}

.box-latest-posts .item-latest-post {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #808080;
}

a.item-latest-post:hover,
a.item-latest-post:visited {
  opacity: 0.8;
  color: #000000 !important;
}

.item-latest-post .category {
  display: inline-block;
  background: #ddd;
  font-size: 10px;
  text-align: center;
  padding: 3px 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #000;
}

.item-latest-post .date-time {
  font-size: 10px;
  font-style: italic;
  color: #000000 !important;
}

.item-latest-post .text {
  margin-top: 6px;
  color: #000000 !important;
}
/* Latest post end */

/* footer start */

#footer {
  margin-top: 30px;
  width: 100%;
  min-width: 800px;
  background: #f2f2f2;
  padding: 0;
}
#footer_menu {
  width: 100%;
  background: #fff;
  height: 54px;
  line-height: 54px;
}
#footer_menu ul {
  margin: 0;
  font-size: 0;
  z-index: 20;
  text-align: center;
}
#footer_menu ul li {
  display: inline;
  font-size: 14px;
  margin: 0 19px;
}
#footer_menu ul li a:hover {
  color: #666;
}


@media screen and (max-width:950px) {
  #footer { min-width:inherit; margin-top: 10px; }
  #footer_inner { width:auto; padding:60px 0 27px; }
  #footer_banner { margin:0 30px 50px; }
  #footer_banner .item { width:calc(50% - 5px); height:160px; }
  #footer_information { margin:0 30px 20px; }
  #footer_information p { font-size:14px; }
}
@media screen and (max-width:650px) {
  #footer_inner { padding:40px 0 10px; }
  #footer_banner { margin:0 20px 30px; }
  #footer_banner .item { height:125px; }
  #footer_information { margin:20px 20px 20px; }
  #footer_information p { font-size:12px; }
  #footer_menu { height:auto; line-height:2; }
  #footer_menu ul { padding:30px 0 30px; }
  #footer_menu ul li { display:block; margin:0; }
  #footer_menu ul li a { display:block; padding:3px 20px; }
  #footer_menu ul li:last-child a { border-bottom:none; }
}
@media screen and (max-width:500px) {
  #footer_banner .item { width:100%; height:125px; }
}

/* footer end */

/* コピーライト */
#copyright {
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  background: #000;
  color: #fff;
  margin: 0;
}

/* 口コミ　開始 */
.review {
  width: 100%;
  margin: 20px auto;
}

.review .review__head {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.review .review__head .review__head-icon {
  width: max(10%, 40px);
  margin-right: 20px;
}

.review .review__head .review__head-icon img {
  max-width: 100%;
  height: auto;
  object-fit: content;
  margin-bottom: 0;
  display: block;
}

.review .review__head .review__head-text-top {
  color: #222222;
  font-size: 13px;
}

.review .review__head .review__head-text-bottom {
  display: flex;
  align-items: center;
  margin-top: clamp(0.188rem, -0.181rem + 1.84vw, 0.625rem);
  /*3-10*/
}

.review .review__head .review__head-text-bottom .review__head-star {
  color: #cccccc;
  position: relative;
  line-height: 1;
  font-size: 20px;
  display: block;
  width: fit-content;
}

.review .review__head .review__head-text-bottom .review__head-star span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.review .review__head .review__head-text-bottom .review__head-star span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9800;
  content: "★★★★★";
  display: block;
}

.review .review__head .review__head-text-bottom .review__head-poit {
  color: red;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  margin-left: 10px;
}

.review .review__title {
  font-weight: bold;
  color: #222222;
  margin-top: 10px;
  font-size: 16px;
}

.review .review__text {
  color: #222222;
  margin-top: clamp(0.188rem, -0.181rem + 1.84vw, 0.625rem);
  /*3-10*/
  font-size: 16px;
}

/* 口コミ　終了 */

/* about start */
.about-top {
  margin-top: 120px;
  text-align: center;
  position: relative;
}

.about-top img {
  width: 500px;
  opacity: 0.15;
  position: absolute;
  top: -100px;
  z-index: 1;
}

.about-top .content {
  position: relative;
  z-index: 2;
}

.about-top .btn-jump {
  display: inline-block;
  margin-top: 100px;
  padding: 10px 40px;
  width: 60%;
  background-color: #ee9694;
  color: white;
  font-size: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .about-top {
    margin-top: 60px;
  }
  
  .about-top .btn-jump {
    margin-top: 30px;
    width: 90%;
  }
  
  .about-top img {
    right: 0;
  	width: 300px;
  }
}

.about-bottom {
  width: 80%;
  margin: 30px auto;
}

.about-bottom .image {
  width: 100%;
  text-align: right;
}

.about-bottom img {
  width: 65%;
}

.about-bottom .content {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 767px) {
.about-bottom {
  width: 100%;
}
}
/* about end */

/* article post start */
.article-section {
  width: 100%;
  margin: 50px auto 0;
}

.article-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.article-left {
  width: 45%;
  margin-right: 30px;
}

.article-right,
.article-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-right {
  gap: 20px;
}

.article-right .article-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.article-content .article-thumb img,
.article-content .article-thumb img {
  width: 100%;
}

.article-date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0;
}

.article-item .article-thumb {
  width: 40%;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .article-section {
    margin-bottom: 10px;
  }

  .article-content {
    flex-direction: column;
  }

  .article-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .article-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .article-section {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .article-section {
    width: 1200px;
  }
}

/* article post end */

/* box group post by category start */
.group-post-by-category {
  margin-top: 80px;
  position: relative;
}

.group-post-by-category::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
left: 50%;
    transform: translateX(-50%);
  width: calc(100vw + 100px);
  background-color: #fff8e1;
}

.group-post-item {
  position: relative;
  margin-bottom: 40px;
}

.group-post-item .list-post-by-category {
  display: flex;
  justify-content: space-between;
}

.group-post-item .list-post-by-category .post-list-item {
  width: 32%;
}

.btn-show-more {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}

.post-list-item .date-time {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.group-post-item .list-post-by-category .post-list-item {
      width: 48%;
    }
}
/* box group post by category end */

/* sidebar bottom start */
.sidebar-bottom {
	display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.sidebar-bottom-item {
	width: 35%;
}

.sidebar-bottom-item .title,
.sidebar-bottom-item .subtitle {
	padding-left: 8px;
}

.sidebar-bottom-item .sidebar-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar-bottom-item .sidebar-menu li {
	padding: 0 8px;
  border-right: 1px solid #5e5c58;
}

.sidebar-bottom-item .sidebar-menu li:last-child {
	border-right: none;	
}
@media screen and (max-width: 767px) {
  .sidebar-bottom {
  	margin-top: 60px;
    flex-direction: column;
  }
  
  .sidebar-bottom-item {
  	width: 90%;
    margin: 10px auto;
  }
}
/* sidebar bottom end */

.totop {
	display: none;
}

#breadcrumb:after, #page-top a {
  background-color: #dedede !important;
}


/* crosstable start */
.crosstable {
    margin: 20px 0;
    overflow-X: auto;
}

.crosstable table {
    table-layout: fixed;
}

.crosstable table th,
.crosstable table td {
    width: clamp(150px, 30vw, 200px);
    font-size: clamp(12px, 2vw, 14px);
}

.crosstable table th {
    background-color: #f8f8f8;
}

.crosstable table img {
    margin-bottom: 0;
}

.crosstable__btn {
    display: block;
    background-color: #f1742c;
    box-shadow: 0 3px 0 #d0601f;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}

.crosstable table tr th:nth-child(1) {
    position: sticky;
    z-index: 1;
    left: 0;
}
/* crosstable end */



@media screen and (max-width: 767px) {
  ul.menu-box li a {
    padding-left: 40px;
  }
  
  .sp-menu-open, .sp-menu-close {
  	top: 18px;
  }
  
  .cps-icon-bar, #navtoggle:checked+.sp-menu-open .cps-icon-bar {
  	background-color: #bebebe !important;
  }
}



.entry-content .post-list-thumb img {
	width: 100% !important;
}