@charset "UTF-8";
/*--------------------------------------
  core-parts
--------------------------------------*/
.thumbnail {
  width: 85%;
  margin: 40px auto;
}
.top-thumbnail {
  width: 100%;
  margin: 40px auto;
}
.article {
 margin:5em 0;
}
/*--------------------------------------
  パンくず
--------------------------------------*/
.rank-math-breadcrumb {
  font-size: .85em;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.rank-math-breadcrumb ul li {
  display: inline;
  margin: 0 0 0 10px;
}
/*--------------------------------------
  PAGENATION
--------------------------------------*/
.pagination {
  margin: 5em auto;
  font-weight: bold;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bld;
}
.pagination ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 1%;
  width: 40px;
  height: 40px;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  transition: all 0.15s linear;
}
.pagination .active {
  background: #5d0f13;
  color: #fff;
}
/*--------------------------------------
  BOOKS
--------------------------------------*/
.books {
  display: flex;
  flex-wrap: wrap;
}
.book {
  width: 23%;
  margin: 30px 1%;
}
/*--------------------------------------
  SAMECATEGORY
--------------------------------------*/
.samecategory-post {
  margin: 0px auto 50px auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
}
.samecategory-post h4 {
  margin: 0;
  padding: 0;
  background: #fff
}
.samecategory-post .post {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dashed #ccc 1px;
  padding: 30px 0;
  margin: 0 1%
}
.samecategory-post .img {
  width: 30%;
  margin: 0 3% 0 0
}
.samecategory-post .title {
  color: #333;
  margin: 0;
  padding: 0;
  width: 67%;
  font-size: .85em;
  background: #fff;
  font-weight: bold;
}
/*--------------------------------------
  WRITER
--------------------------------------*/
.writer {
  border: 1px solid #ccc;
  margin: 30px auto;
  padding: 30px
}
.writer .title {
  font-weight: 900;
  text-align: center;
  margin: 0 0 20px 0;
}
.writer .text {
  font-size: .85em
}
.writer .sns {
  color: #000;
}
.sns-acount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 2em;
}
.sns {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.5em;
  justify-content: space-around;
}
.sns a:link, .sns a:visited {
  color: #fff;
  margin: 0 20px 0 0;
}
/*--------------------------------------
  SNS
--------------------------------------*/
.sns__container {
  display: flex;
  margin: 60px 0;
}
.sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1.5em;
}
.sns__container a:link {
  color: #fff;
}
.sns__container a:hover {
  opacity: 0.6;
  color: #fff;
}
.sns__container a:visited {
  color: #fff;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.sns__hatena {
  background: #00a5de;
}
.sns__feed {
  background: #2bb24c;
}
/*--------------------------------------
 	iframe-Setting
--------------------------------------*/
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 200%;
  padding-top: 60.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 3em 0 1em 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/*-------------------------
  ブログカード
-------------------------*/
.external-article {
  display: flex;
  border: solid #ccc 1px;
  padding: 0;
  margin: 1em auto;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.external-sign {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #ff8c00;
  text-align: center;
  padding: 3px 12px;
  color: #fff;
  margin: 30px 0;
  font-size: .75em;
  font-weight: bold;
  margin: 0;
}
.external-article:hover {
  cursor: pointer;
  opacity: 0.6;
}
.external-article-widget {
  width: 55%;
  padding: 3%;
  vertical-align: middle;
}
.external-article-title {
  display: block;
  font-weight: 700;
  font-size: 1.3em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.25em;
  margin: 0 0 10px 0;
}
.external-article-disc {
  font-size: .85em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
}
.external-article-link {
  font-size: .75em;
  color: #333;
  font-weight: 700;
}
.external-article-image {
  width: 45%;
  margin: 0;
  vertical-align: middle;
}
/*--------------------------------------
 eimage（外部サイト画像ショートコード）
--------------------------------------*/
.eimage {
  border: solid #ccc 1px;
}
/*--------------------------------------
 breadcrumb
--------------------------------------*/
.breadcrumb {
  font-size: .75em;
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item:nth-last-child(n + 2):after {
  display: inline-block;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: 3px;
}
.breadcrumb__item a {
  color: #333;
  transition: opacity .6s;
}
.breadcrumb__item a:hover {
  opacity: .6;
}
.breadcrumb li:before {
  content: '>';
  font-weight: 900;
  margin: 0 5px 0 0;
  color: #666
}
.breadcrumb li:nth-child(n+2) {
  margin: 0 0 0 8px
}
/*--------------------------------------
 SHOP
--------------------------------------*/
#shop {
  width: 90%;
  margin: 5em auto;
  background: #fffaf0;
  padding: 20px 30px;
  border-radius: 10px;
  border: dashed #ccc 1px;
  color: #000;
}
#shop h2 {
  font-weight: normal;
  margin: 30px 0;
  padding: 20px;
  background: #82021C;
  color: #fff;
  font-size: 1em;
}
#shop h3 {
  margin: 30px 0;
  padding: 20px;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  background: #882e27;
  font-weight: bold;
}
#shop dl {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  font-size: .85em;
  font-weight: normal;
}
#shop dt {
  width: 25%;
  padding: 4%;
  background-color: #87CEEB;
  margin: 0 1% 3px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#shop dd {
  width: 58%;
  padding: 4%;
  background-color: #ADD8E6;
  margin: 0 0 3px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.smalltext {
  font-size: .8em;
  text-align: left;
  margin: 10px 0;
  color: #555;
}
.shop-banner {
  display: flex;
  flex-wrap: wrap;
}
.shop-banner li {
  width: 48%;
  margin: 20px 0;
}
/*--------------------------------------
  TOC
--------------------------------------*/
.toc_container {
  padding: 20px;
  background: #f9f9f9;
  border: double 3px #696969;
  width: 70%;
  margin: 50px auto;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  background-color: #f9f9f9;
}
.toc_container .title {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1em;
  font-weight: bold;
}
.toc {
  font-size: .85em;
  line-height: 2em;
  list-style: none;
}
.toc_container i {
  color: #F60;
  margin: 0 5px 0 0;
}
.toc_container::-webkit-scrollbar {
 width: 8px; /* スクロールバーの幅 */
}
 .toc_container::-webkit-scrollbar-thumb {
 background: #333; /* スクロールバーのつまみの色 */
 border-radius: 4px; /* 角を丸める */
}
 .toc_container::-webkit-scrollbar-thumb:hover {
 background: #555; /* ホバー時の色 */
}
 .toc_container::-webkit-scrollbar-track {
 background: #ccc; /* スクロールバーの背景 */
 border-radius: 4px;
}
/*--------------------------------------
 SINGLE-TOP
--------------------------------------*/
.singletop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 50px 0;
}
.singletop .img {
  margin: 0 3% 0 0;
  width: 35%;
  height: auto;
  padding: 0;
  position: relative;
}
.singletop-text {
  width: 62%;
  padding: 10px 0;
}
.singletop .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category {
  padding: 5px 10px;
  font-size: .85em;
  margin: 0 5px 0 0;
}
.singletop .star {
  font-size: 1em;
  font-weight: 700;
  color: orange;
}
.singletop h1 {
  text-align: left;
  margin: 10px 0;
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
}
.tagList {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.tags {
  padding: 8px 12px;
  font-size: .75em;
  background: #FFE34B;
  margin: 0 10px 10px 0px;
  color: #555;
  font-weight: bold;
  border-radius: 5px;
}
.update {
  font-size: .85em;
  text-align: right;
  margin: 0;
}
/*--------------------------------------
 POST
--------------------------------------*/
#single h3, #single h4, #single h5 {
  background: #82021C;
  padding: 15px 20px;
  color: #fff;
  margin: 30px 0;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
}
h4 {
  margin: 30px 0;
  padding: 20px;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  background: #882e27;
  font-weight: bold;
}
button {
  width: auto;
  margin: 50px auto;
  display: block;
  background-color: #fff;
  color: #000;
  padding: 15px 60px;
  border: none;
  outline: 0;
  border: 3px solid #000;
  border-radius: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
}
.hyakumeiten {
  display: flex;
  margin: 0 0 10px 0;
}
.hyakumeiten li {
  margin: 0 5px 0 0;
  max-width: 70px;
  height: auto;
}
.storongpoint {
  border: dashed 3px #f8b4b2;
  margin: 50px 5%;
  padding: 30px 40px;
  border-radius: 10px;
  color: #444;
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
}
.storongpoint .center {
  font-size:1.25em;
  margin:20px 0;
}
.storongpoint .center:before {
 content:"＜";
 margin:0 10px 0 0;
}
.storongpoint .center:after {
 content:"＞";
  margin:0 0 0 10px;
}
#single .star {
  font-size: 1em;
  font-weight: 700;
  color: orange;
  display: flex;
  flex-wrap: wrap;
}
/*--------------------------------------
 RECOMEND
--------------------------------------*/
.recommend {
  display: flex;
  flex-wrap: wrap;
  border: dashed 1px #ccc;
  width: 15em;
  justify-content: center;
  padding: 10px;
  margin: 0 0 0 auto;
  align-items: center;
  font-size: 15px;
}
.recommend .text {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.recommend .star {
  font-size: 1em;
  color: orange;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.recommendstar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}
.caption {
  text-align: right;
  font-size: .85em;
}
.newpost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin:30px auto;
}
.newpost .new {
  width: 10%;
  font-weight: bold;
  background: #F00;
  color: #fff;
  padding: 1%;
  margin: 0 2% 0 0;
  font-size: .85em;
  text-align: center;
}
.newpost .newpost-title {
  width: 85%;
  font-size: .95em;
}
#about-box {
}
#about-box h3 {
  background: #F00;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  margin: 20px auto;
  font-size: .95em;
  width:60%;
}
.about {
  padding: 20px 40px;
  margin: 3em auto;
  border-radius: 5px;
  border: dashed #999 2px;
  color: #555;
  font-size: 1em;
  width: 80%;
}
.seo-date {
  display: none;
}
/*--------------------------------------
 聖地巡礼-レストランボックス
--------------------------------------*/
.seichi-shop {
  margin: 50px auto;
  border-radius: 5px;
  border: dashed #999 2px;
  position: relative;
  padding: 20px;
  color: #333;
  width: 80%;
}
.seichi-shop .title {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  font-size: 1.25em;
}
.seichi-shop dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.seichi-shop dd svg {
  font-size: 2em;
  color: #f8b862;
}
.seichi-shop dd {
  width: 25%;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  padding: .5%;
}
.seichi-shop dt {
  width: 74%;
  margin: 10px 0;
}
.seichi-link {
  text-align: center;
  width: 80%;
  margin: 30px auto;
  padding: 15px 0;
  background: #F69401;
  border-radius: 5px;
}
.singletop .excerpt {
  font-size: .95em;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.shop-detail {
  margin: 5px 0;
}
/*--------------------------------------
 インスタ埋め込みボックス
--------------------------------------*/
.instagram-post iframe {
  margin-left: auto!important;
  margin-right: auto!important;
  margin:50px auto;
}
.shopnews {
  width:98%;
  margin:0 auto;
  font-size:.95em;
}
.shopnews li {
 margin:0 0 10px 0;
}
.grid {
 padding:40px 0;
 margin:10px 0;
 border-bottom:1px dashed #ccc;
}
