@charset "UTF-8";
@media screen and (max-width: 999px) {
body {
  background: #fff;
  font-family: Montserrat, sans-serif;
  background-color: var(--color_bg);
  color: #666;
  font-size: 16px;
  font-weight: var(--swl-font_weight);
}
#wrapper {
  width: 100%;
  margin: 0 1%;
  overflow: hidden;
}
#container {
  display: block;
  margin: 10px auto;
}
#main {
  width: 98%;
  margin: 0 auto;
  padding: 0;
}
#sidebar {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
.content {
  max-width: 94%;
  margin: 0 auto;
}
.thumbnail {
  width: 100%;
  margin: 40px auto 20px auto;
}
.top-thumbnail {
  width: 100%;
  margin: 20px auto;
}
/*--------------------------------------
  HUMBERGER
--------------------------------------*/
#grovalmenu {
  background-color: #fff;
  top: 0;
  display: flex;
  justify-content: space-around;
}
#logo {
  width: 85%;
  height: auto;
  margin: 20px 0 20px 0px;
}
#logo text {
  text-indent: -100000em;
}
.menu-btn {
  position: fixed;
  top: 20px;
  right: 10px;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  padding: 5px;
  background: #fff;
  color: #000;
  opacity: 45%;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #666;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
/*--------------------------------------
  ハンバーガー・メニュー・コンテンツ
--------------------------------------*/

.menu-content {
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  z-index: 80;
}
.gnavicontent {
  width: 85%;
  margin: 10px auto 0 auto;
}
.gnavi-footer {
  margin: 0px 0 0 0;
  padding: 10px 0 0 0;
  color: #fff;
  border-top: dashed 1px #fff;
  font-size: .85em;
}
.gnavi-footer li {
  padding: 0 0 5px 0;
}
.gnavi-footer a:link, .gnavi-footer a:visited {
  color: #fff;
}
.sns {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.5em;
}
.sns a:link, .sns a:visited {
  color: #fff;
  margin: 0 20px 0 0;
}
.menu-content-title {
  color: #fff;
  padding: 20px 0 0 0;
  font-size: 1.2em;
  font-weight: bold;
}
.menu-content ul {
}
.menu-content ul li {
  font-size: 1em;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px 0 0;
  position: relative;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background: #882e27;
  transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
/*--------------------------------------
  HOMEPOST
--------------------------------------*/
.homepost {
  margin: 10px 0 20px 0;
  display: block;
}
.homepost .title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2.5;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.homepost .img {
  margin: 0 auto 10px auto;
  width: 100%;
  height: auto;
  padding: 0;
}
.homepost .data {
  margin: 0 auto;
  width: 100%;
}
.homepost .data h3 {
  font-weight: normal;
}
.homepost .category {
  font-size: 12px;
  padding: 8px 10px;
  font-weight: bold;
  margin: 0 10px 0 0;
  text-align: center;
}
.homepost .star {
  color: #ffa500;
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}
.homepost .update {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #666;
  margin: 0;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  font-size: .75em;
}
.post-tags li {
  margin: 0 8px 0 0;
  border-radius: 3px;
  background: #deb887;
  padding: 3px 8px;
}
.post-tags-small {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  font-size: .5em;
}
.post-tags-small li {
  margin: 0 8px 0 0;
  border-radius: 3px;
  background: #deb887;
  padding: 3px 8px;
}
.tags {
  padding: 8px 12px;
  font-size: .75em;
  background: #deb887;
  margin: 0 10px 10px 0px;
  color: #555;
  font-weight: bold;
  border-radius: 5px;
}
/*--------------------------------------
  HOMEPOST
--------------------------------------*/
.homepost-small {
  border-bottom: dashed 1px #ccc;
  padding: 0px 0 10px 0;
  margin: 10px 0 0px 0;
}
.homepost-small .title {
  font-size: 13.5px;
  font-weight: normal;
  line-height: 1.45em;
  letter-spacing: -.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2.5;
  overflow: hidden;
  margin: 5px 0 0 0;
}
.homepost-small .update {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
  color: #666;
  margin: 5px 0 0 0;
}
.homepost-small .category {
  font-size: 10px;
  padding: 3px 5px;
  font-weight: 700;
  margin: 0 5px 0 0;
  text-align: center;
}
.homepost-small .star {
  color: #ffa500;
  margin: 0;
  font-size: 12px;
  font-weight: 900;
}
/*--------------------------------------
  BOOK
--------------------------------------*/
.books {
  margin: 0 0 30px 0;
}
.book {
  width: 45%;
  margin: 10px 2.5%;
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px auto;
  width: 85%;
  font-size: 40px;
  justify-content: space-between;
}
#menu-footer-navi {
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.singletop {
  display: block;
  margin: 20px 0;
}
.singletop .img {
  margin: 0 auto;
  width: 95%;
  height: auto;
  padding: 0;
  position: relative;
}
.singletop .detail {
  display: flex;
  flex-wrap: wrap;
}
.singletop-text {
  width: 95%;
  margin: 10px auto;
}
.singletop h1 {
  text-align: left;
  margin: 10px 0;
  color: #444;
  font-size: 1.25em;
  font-weight: normal;
}
.singletop .excerpt {
  font-size: .95em;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.category {
  padding: 5px 15px;
  font-size: 13px;
  margin: 0 5px 0 0;
}
.singletop .star {
  font-size: 15px;
}
.singletop .update {
  font-size: 13px;
  text-align: right;
  margin: 30px 0 0 0;
}
.shop-banner {
  display: flex;
  flex-wrap: wrap;
}
.shop-banner li {
  width: 50%;
  margin: 20px 0;
}
.storongpoint {
  border: dashed 3px #f8b4b2;
  margin: 40px 5%;
  padding: 10px 20px;
  border-radius: 10px;
  color: #444;
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
}
.external-article {
  display: flex;
  border: solid #ccc 1px;
  padding: 1%;
  margin: 20px auto;
  position: relative;
  background-color: #fff;
  align-items: center;
}
.external-sign {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #ff8c00;
  text-align: center;
  padding: 2px 10px;
  color: #fff;
  margin: 30px 0;
  font-size: .65em;
  font-weight: bold;
  margin: 0;
}
.external-article-title {
  font-weight: normal;
  font-size: 0.85em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.45em;
  margin: 5px 0 0 0;
}
.external-article-disc {
  display:none;
}
.samecategory-post {
  margin: 0 auto;
  width: 95%;
  display: block;
}
.samecategory-post .post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dashed #ccc 1px;
  padding: 10px 0;
  margin: 0 1%;
}
.writer {
  border: 1px solid #ccc;
  margin: 5em auto 3em auto;
  padding: 20px
}
.writer .title {
  font-weight: 900;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 1.1em;
}
.writer .text {
  width: 100%;
  font-size: 15px;
}
.sns {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.5em;
  justify-content: space-around;
}
#shop {
  width: 96%;
  margin: 0 auto;
  background: #fffaf0;
  padding: 10px 2%;
  border-radius: 10px;
  border: dashed #ccc 1px;
  color: #000;
}
#menu-footer-navi li {
  font-size: 12px;
  margin: 5px 10px;
}
.hyakumeiten li {
  margin: 0 5px 0 0;
  max-width: 60px;
  height: auto;
}
.recommend {
  font-size: 12px;
}
/*--------------------------------------
 サイドバー
--------------------------------------*/
#sidebar h3 {
  margin: 30px 0;
  padding: 20px;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  background: #882e27;
  font-weight: bold;
}
.sidebar-taglist {
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
}
.sidebar-taglist ul {
  width: 100%;
  margin: 0%;
}
.sidebar-taglist ul li {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: dashed 1px #ccc;
}
.sidebar-taglist-area {
  margin: 10px 0%;
  padding: 0;
}
.sidebar-taglist-area h5 {
  width: 100%;
  margin: 10px 0;
  border-bottom: dashed 1px #ccc;
}
.sidebar-taglist-area ul {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-taglist-area ul li {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: dashed 1px #ccc;
}
.sidebar-taglist-area h5 {
  margin: 0px;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  background: none;
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
}
/*--------------------------------------
 フッター
--------------------------------------*/
#footer {
  width: 100%;
  color: #555;
  padding: 10px 0 10px;
  font-size: .85em;
}
.footer-content {
  margin: 0 4%;
}
#footer h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
#footer .footer-taglist-area h4 {
  margin: 0px;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  background: none;
  font-weight: bold;
  width: 100%;
  border-bottom: dashed 1px #ccc;
}
.footer-taglist-area {
  margin: 30px 3%;
  padding: 0;
}
.footer-taglist-area h5 {
  margin: 10px 0;
  border-bottom: dashed 1px #ccc;
}
.footer-taglist-area ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-taglist-area ul li {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: dashed 1px #ccc;
}
.area-list {
  margin: 0 0 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.area-list li {
  width: 31%;
  margin: 0 1% 10px;
  text-align: center;
}
/*--------------------------------------
  Amazon
--------------------------------------*/
.amazonbox {
  display: flex;
  flex-wrap: wrap;
}
.amazonlink {
  margin: 10px 2.5%;
  padding: 20px 5%;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  box-shadow: 2px 3px 8px -5px rgba(0,0,0,.25);
  width: 100%;
  color: #333;
  display: block;
  flex-wrap: wrap;
}
.amazonlink a:link, .amazonlink a:visited {
  color: #000;
}
.amazonlinkimage {
  width: 25%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.amazonlinkdetail {
  width: 90%;
  margin: 0 auto;
}
.amazonlinktitle {
  font-weight: normal;
  font-size: .9em;
  height: 3em;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.amazonlinktitle a:link, .yamakeititle a:visited {
  color: #333;
}
.amazonlinktext {
  font-size: .85em;
  color: #666;
}
.amazonlinktext a:link, .yamakeitext a:visited {
  color: #666;
}
.amazonlinkdetail ul {
  width: 100%;
  margin: 20px auto 10px auto;
  text-align: center;
  text-shadow: 1px 2px 3px #808080;
  font-size: .85em;
}
.amazonlinkdetail ul li {
  padding: 15px 0;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: .85em;
  border-radius: 3px;
}
.amazonlink ul li a:link, .amazonlink ul li a:visited {
  color: #fff;
  display: block;
}
.amazonlink-amazon {
  background-color: #de9159;
}
.amazonlink-rakuten {
  background-color: #da6959;
}
.amazonlink-yahoo {
  background-color: #7fa5f8;
}
.newpost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}
.newpost .new {
  width: 10%;
  font-weight: bold;
  background: #F00;
  color: #fff;
  padding: 1% 1.5%;
  margin: 0 2% 0 0;
  font-size: .75em;
}
.newpost .newpost-title {
  width: 85%;
  font-size: .95em;
}
/*--------------------------------------
 　Affiliate
--------------------------------------*/

.goods-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.goods {
  width: 100%;
  margin: 5px auto;
  display: flex;
  flex-wrap: wrap;
  border: #ccc 1px solid;
  padding: 10px 8px 0px 8px;
  align-items: center;
}
.goods .img {
  width: 40%;
  margin: 0 10px 0 0;
}
.goods .meta {
  width: calc( 60% - 10px );
}
.goods .meta .title {
  font-size: .95em;
  line-height: 1.3em;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px 0;
}
.goods .meta .text {
  font-size: .75em;
}
.goods .meta .price {
  font-size: .85em;
  text-align: right;
  margin: 10px 0;
}
.goods .meta .link {
  background: #ffd814;
  border-radius: 20px;
  margin: 10px 0;
  text-align: center;
  padding: 8px 0;
  font-size: .85em;
}
.goods a:link, .goods a:visited {
  font-weight: normal;
  color: #0f1111;
}
#single.pink .button {
  background: #612c16;
  margin: 30px auto;
  padding: 20px 40px;
  border-radius: 40px;
  font-size: .95em;
  text-align: center;
  width: 95%;
}
#single.pink .button a:link, #single.pink .button a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
/*--------------------------------------
 聖地巡礼
--------------------------------------*/
.seichi-shop {
  margin: 50px auto;
  border-radius: 5px;
  border: dashed #999 2px;
  position: relative;
  padding: 20px;
  color: #333;
}
.seichi-shop dd i {
  font-size: 1.5em;
  color: #f8b862;
}
.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;
}
.seichi-shop dd {
  width: 25%;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  padding: .5%;
}
.seichi-shop dt {
  width: 74%;
  margin: 5px 0;
}
.seichi-link {
  text-align: center;
  width: 90%;
  margin: 30px auto;
  padding: 12px 0;
  background: #F69401;
  border-radius: 5px;
}
.singletop .excerpt {
  font-size: .95em;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}
.shop-detail {
  margin: 5px 0;
}
#shop dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  font-size: .85em;
  font-weight: normal;
}
#about-box h3 {
  background: #F00;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  margin: 20px auto;
  font-size: .95em;
  width: 90%;
}
.about {
  padding: 20px;
  margin: 3em auto;
  border-radius: 5px;
  border: dashed #999 2px;
  color: #555;
  font-size: 1em;
}
/*--------------------------------------
 　ikkyu
--------------------------------------*/
.ikkyubox {
  border: solid 4px #AB9965;
  margin: 0 auto 30px auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.ikkyuheader {
  margin: 30px auto 0 auto;
  text-align: center;
  padding: 13px 10px 10px 10px;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  background: #AB9965;
  font-weight: bold;
}
.ikkyurest {
  border: #ccc 1px solid;
  margin: 10px auto;
  width: 85%;
  padding: 2.5%;
}
.ikkyurest .title {
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.25em;
  margin: 12px 0;
  color: #000;
}
.ikkyurest ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  justify-content: space-between;
}
.ikkyurest ul li {
  width: 32%;
}
.ikkyurest .desc {
  font-size: .85em;
  line-height: 1.5em;
}
.ikkyurest .link {
  background: #000;
  border-radius: 20px;
  margin: 30px 0 10px 0;
  text-align: center;
  padding: 10px 0;
  font-size: .85em;
}
.adimage {
  width: 90%;
  margin: 30px auto;
}
.toc_container {
  padding: 20px;
  background: #f9f9f9;
  border: double 3px #696969;
  width: 85%;
  margin: 50px auto;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  background-color: #f9f9f9;
}
/*--------------------------------------
 　３ボックス
--------------------------------------*/
.threebox {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 30px auto;
}
.threebox li {
  width: 33.3333%;
}
/*--------------------------------------
 　タイトル
--------------------------------------*/
.vttitle {
  background: #E72B68;
  padding: 15px 20px;
  color: #fff;
  margin: 50px 0 0 0;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
}
.wttitle {
  background: #0090ff;
  padding: 15px 20px;
  color: #fff;
  margin: 50px 0 0 0;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
}
/*--------------------------------------
  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;
}
/*--------------------------------------
 インスタ埋め込みボックス
--------------------------------------*/
.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;
}
/*--------------------------------------
 　アフィリ・Amazon
--------------------------------------*/
.afamazon {
  margin: 30px auto;
  border: 1px #ccc solid;
  display: block;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  width: 90%;
}
.afamazon .img {
  width: 75%;
  margin:0 auto 10px auto;
}
.afamazon .detale {
  width: 100%;
}
.afamazon .title {
    font-size:1.1em;
}

.afamazon .text {
  font-size: .85em;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.afamazon ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.afamazon li {
  width: 48%;
  text-align: center;
  padding: 10px 0;
  font-size: .85em;
  border-radius: 5px;
  margin: 1% 1%;
}
.afamazon .amazon {
  background: #FF9901;
}
.afamazon .rakuten {
  background: #BF0000;
}
.afamazon .yahoo {
  background: #FF0033;
}
.afamazon .mercari {
  background: #4DC9FF;
}
.detale ul li a:link, .detale ul li a:visited {
  color: #fff;
  font-weight: bold;
}
.grid {
    padding: 20px 0;
    margin:0;
    border-bottom: 1px dashed #ccc;
}
.weekmark {
  position: absolute;
  top: 0;
  left: 0;
  color:#fff;
  background:#000;
  padding:5px 8px;
  font-size:1em;
  font-weight:bold;
}
}
