@charset "UTF-8";
/*
Theme Name: shikitabi2
*/
/*--------------------------------------------------------------
>>> 共通
--------------------------------------------------------------*/
#blog-container {
  padding-top: 100px;
  font-size: 16px;
  line-height: 140%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese",
    "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

#blog-container ul li {
  list-style: none;
}

#blog-container * {
  box-sizing: border-box;
  word-wrap: break-word;
}

header {
  background-image: none;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.flex {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.bg-title1 {
  background-image: url("assets/images/common/bg-title01.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding: 5px 5px 5px 35px;
  margin-bottom: 30px;
  border-bottom: 2px solid #999999;
  font-size: 140%;
  font-weight: bold;
}

.blog-wrap {
  /*margin-bottom: $content_margin_bottom + 20px;*/
}

@media screen and (min-width: 641px) {
  #blog-container {
    font-size: 16px;
    line-height: 140%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese",
      "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  }
  header #headerHeadline a.english {
    margin-left: 0;
  }
}

@media screen and (min-width: 990px) {
  .inner {
    padding: 0;
  }
}

/*--------------------------------------------------------------
>>> ヘッダー
--------------------------------------------------------------*/
#header2 {
  display: block;
}

header.withBackwall,
nav.globleNavigation_shikitabi {
  display: none;
}

@media screen and (min-width: 990px) {
  #header2 {
    display: none;
  }
  header.withBackwall,
  nav.globleNavigation_shikitabi {
    display: block;
  }
}

/*--------------------------------------------------------------
>>> フッター
--------------------------------------------------------------*/
.staff-page-link {
  text-align: center;
  margin-bottom: 30px;
  background-color: #f1ffd7;
}

.staff-page-link img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.staff-page-link a {
  display: inline-block;
  width: 100%;
}

.footer-banner p {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-banner p img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer-banner p:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) {
  .footer-banner p {
    width: calc((100% - 30px) / 4);
    margin-bottom: 0;
  }
  .footer-banner p:nth-child(2n) {
    margin-right: 10px;
  }
  .footer-banner p:nth-child(4n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
>>> メインビジュアル & ボタン
--------------------------------------------------------------*/
#main-visual {
  margin-bottom: 30px;
  text-align: center;
}

#main-visual img {
  max-width: 100%;
  vertical-align: bottom;
}

.site-title {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#link-btn {
  margin-bottom: 30px;
}

#link-btn ul li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}

#link-btn ul li a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;

  /*  background-color: #C6FCEA;
  color: #20557B;
  border-radius: 5px;*/
}

#link-btn ul li a:before {
  font-family: Fontawesome;
  margin-right: 10px;
  font-size: 130%;
}

#link-btn ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) {
  #link-btn ul li {
    width: calc((100% - 20px) / 3);
  }
  #link-btn ul li:nth-child(2n) {
    margin-right: 10px;
  }
  #link-btn ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 990px) {
  #link-btn ul li {
    width: calc((100% - 70px) / 8);
  }
  #link-btn ul li a {
    text-align: center;
  }
  #link-btn ul li a:before {
    display: block;
    margin: 0;
    font-size: 150%;
  }
  #link-btn ul li:nth-child(3n) {
    margin-right: 10px;
  }
  #link-btn ul li:last-child {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
>>> パンくず
--------------------------------------------------------------*/
.breadcrumbs {
  display: none;
}

@media screen and (min-width: 641px) {
  .breadcrumbs {
    display: block;
    margin-bottom: 30px;
  }
  .breadcrumbs a {
    color: #0f8dca;
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------
>>> カテゴリーリスト
--------------------------------------------------------------*/
#category-list,
#category-list2,
#category-list3 {
  margin-bottom: 30px;
}

#category-list .cat-item,
#category-list2 .cat-item,
#category-list3 .cat-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

#category-list .cat-item a,
#category-list2 .cat-item a,
#category-list3 .cat-item a {
  display: inline-block;
  width: 100%;
  background-color: #3fa9f5;
  color: #fff;
  padding: 5px 25px 5px 5px;
  border-radius: 5px;
  position: relative;
}

#category-list .cat-item:nth-child(2n),
#category-list2 .cat-item:nth-child(2n),
#category-list3 .cat-item:nth-child(2n) {
  margin-right: 0;
}

#category-list .children-toggle,
#category-list2 .children-toggle,
#category-list3 .children-toggle {
  display: inline-block;
  width: 25px;
  height: 100%;
  line-height: 31px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

#category-list .children-toggle:before,
#category-list2 .children-toggle:before,
#category-list3 .children-toggle:before {
  font-family: Fontawesome;
  content: "\f067";
  color: #fff;
  font-size: 80%;
}

#category-list .children,
#category-list2 .children,
#category-list3 .children {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

#category-list .children .cat-item,
#category-list2 .children .cat-item,
#category-list3 .children .cat-item {
  width: 100%;
}

@media screen and (min-width: 641px) {
  #category-list .cat-item,
  #category-list2 .cat-item,
  #category-list3 .cat-item {
    width: calc((100% - 20px) / 3);
  }
  #category-list .cat-item:nth-child(2n),
  #category-list2 .cat-item:nth-child(2n),
  #category-list3 .cat-item:nth-child(2n) {
    margin-right: 10px;
  }
  #category-list .cat-item:nth-child(3n),
  #category-list2 .cat-item:nth-child(3n),
  #category-list3 .cat-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 990px) {
  #category-list .cat-item,
  #category-list2 .cat-item,
  #category-list3 .cat-item {
    width: calc((100% - 30px) / 4);
  }
  #category-list .cat-item:nth-child(3n),
  #category-list2 .cat-item:nth-child(3n),
  #category-list3 .cat-item:nth-child(3n) {
    margin-right: 10px;
  }
  #category-list .cat-item:nth-child(4n),
  #category-list2 .cat-item:nth-child(4n),
  #category-list3 .cat-item:nth-child(4n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
>>> タグリスト
--------------------------------------------------------------*/
#tag-list {
  margin-bottom: 30px;
}

#tag-list .cat-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

#tag-list .cat-item a {
  display: inline-block;
  width: 100%;
  background-color: #3fa9f5;
  color: #fff;
  padding: 5px 5px 5px 25px;
  border-radius: 5px;
}

#tag-list .cat-item a:before {
  content: "#";
  color: #fff;
  width: 25px;
  height: 100%;
  line-height: 31px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#tag-list .cat-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) {
  #tag-list .cat-item {
    width: calc((100% - 20px) / 3);
  }
  #tag-list .cat-item:nth-child(2n) {
    margin-right: 10px;
  }
  #tag-list .cat-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 990px) {
  #tag-list .cat-item {
    width: calc((100% - 30px) / 4);
  }
  #tag-list .cat-item:nth-child(3n) {
    margin-right: 10px;
  }
  #tag-list .cat-item:nth-child(4n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
>>> ページネーション
--------------------------------------------------------------*/
#pagination2 {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 50px;
}

#pagination2 .page-numbers {
  display: inline-block;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dddddd;
  margin-right: 10px;
  margin-bottom: 10px;
  background: transparent;
  color: #3fa9f5;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
  text-decoration: underline;
}

#pagination2 .page-numbers i {
  text-decoration: underline;
  font-size: 130%;
}

#pagination2 .page-numbers.current {
  background-color: #3fa9f5;
  color: #fff;
  text-decoration: none;
  border-color: #3fa9f5;
}

#pagination2 .page-numbers.dots {
  border: none;
  width: auto;
  background: none;
  margin: 0 5px;
  color: #d6d6d6;
  text-decoration: none;
}

#pagination2 .page-numbers:hover {
  background-color: #3fa9f5;
  color: #fff;
  text-decoration: none;
  border-color: #3fa9f5;
  opacity: 1;
}

#pagination2 .page-numbers.dots:hover {
  background-color: transparent;
  color: #fff;
}

#pagination2 .page-numbers.next {
  width: auto;
  padding: 0 10px;
}

/*--------------------------------------------------------------
>>> 記事一覧
--------------------------------------------------------------*/
.entry-box {
  width: 100%;
  margin-bottom: 30px;
}

.entry-box-price {
  background-color: #b6ffb4;
}

.entry-box-price p {
  color: #ff0000;
  padding: 10px;
  font-weight: bold;
}

.entry-box-price span {
  background-color: #ff0000;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  font-weight: normal;
}

.entry-box-meta {
  position: relative;
}

.category-label {
  display: inline-block;
  padding: 2px 5px;
  background-color: #3fa9f5;
  color: #fff;
  font-size: 80%;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.entry-box-image {
  margin-bottom: 5px;
}

.entry-box-image img {
  width: 100%;
  height: auto;
}

.entry-box-date {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

.entry-box-date:before {
  font-family: Fontawesome;
  content: "\f017";
  margin-right: 5px;
}

.entry-box-title {
  font-size: 110%;
  margin-bottom: 5px;
}

.entry-box-title a {
  color: #0f8dca;
  text-decoration: underline;
}

.moretag {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  color: #0f8dca;
}

.view-stats {
  display: inline-block;
  padding: 2px 5px;
  background-color: #ff5200;
  color: #fff;
  font-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
}

.view-stats span {
  margin-right: 2px;
  font-size: 120%;
}

@media screen and (min-width: 641px) {
  .entry-box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .entry-box:nth-child(3n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
>>> 記事ページ
--------------------------------------------------------------*/

article.post,
article.attachment {
  background-color: #fff;
}

.entry-header {
  /* background-image: url("assets/images/common/bg-sakura.png"); */
}

.entry-header .entry-inner {
  padding: 20px 10px;
}

.entry-header .category-label {
  position: static;
  font-size: 80%;
}

.entry-meta {
  margin-bottom: 10px;
}

/*----------------------------
 	タグ表示
----------------------------*/

.entry-tag ul {
  display: flex;
  flex-flow: row wrap;
}

.entry-tag li a {
  display: inline-block;
  font-size: 90%;
  background-color: #ffa8bf;
  padding: 3px 5px;
  border-radius: 2px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.entry-tag li a:before {
  display: inline-block;
  content: "#";
}

/*----------------------------
 	投稿者
----------------------------*/
.entry-meta-author.flex {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 4px solid #e0e0e0;
  padding: 10px;
}

.entry-meta-author-image {
  width: 100%;
  /* border: 3px solid #9C4CE8; */
  background-color: #fff;
  /* border-radius: 50%; */
  overflow: hidden;
}

.entry-meta-author-image img {
  width: inherit;
}

.entry-meta-author-text {
  width: calc(100% - 54px);
  padding-left: 10px;
  padding-top: 5px;
}

.entry-meta-author-text span {
  font-size: 80%;
  font-weight: normal;
}

.entry-meta-author-text .entry-meta-author-name,
.entry-meta-author-text .entry-meta-author-time {
  /* display: inline-block; */
  font-size: 110%;
  font-weight: bold;
}

.entry-meta-author-text time {
  display: block;
}

/* ページ上部用*/
.entry-meta-author-2.flex {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.entry-meta-author-image-2 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.entry-meta-author-image-2 img {
  width: inherit;
}

.entry-meta-author-text-2 {
  width: calc(100% - 44px);
  padding-left: 10px;
  padding-top: 5px;
}

.entry-meta-author-text-2 span {
  font-size: 80%;
  font-weight: normal;
}

.entry-meta-author-text-2 .entry-meta-author-name,
.entry-meta-author-text-2 .entry-meta-author-time {
  /* display: inline-block; */
  font-size: 0.9rem;
  font-weight: normal;
  color: #8f8f8f;
}

.entry-meta-author-text-2 time {
  /* display: block; */
  color: #8f8f8f;
}

.entry-content .entry-inner {
  padding: 30px 0;
}

.entry-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.related-tour {
  margin-bottom: 30px;
}

.related-shikitabi-tour {
  margin-bottom: 30px;
}

.shikitabi-special-link {
  margin-bottom: 30px;
}

.shikitabi-special-image img {
  width: 100%;
  vertical-align: bottom;
}

.shikitabi-special-text p {
  display: block;
  background-color: #c21e52;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  font-size: 120%;
}

.shikitabi-special-text p:before {
  font-family: Fontawesome;
  content: "\f138";
  margin-right: 10px;
}

.single-sns-btn {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.single-sns-btn ul {
  text-align: right;
}

.single-sns-btn ul li {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

@media screen and (min-width: 650px) {
  .entry-header .entry-inner {
    padding: 20px 0;
  }
  .entry-meta {
    float: right;
  }
  .entry-title {
    font-size: 200%;
    clear: both;
  }
  .entry-meta.flex {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .entry-meta-author-text time {
    text-align: right;
  }
  .shikitabi-special-link a {
    -webkit-display: flex;
    display: flex;
  }
  .shikitabi-special-image img {
    width: auto;
    height: 150px;
  }
  .shikitabi-special-text {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .shikitabi-special-text p {
    height: 150px;
    line-height: 150px;
    padding: 0;
  }
}

/*--------------------------------------------------------------
>>> コメント
--------------------------------------------------------------*/
.comments-area {
  /* background-image: url("assets/images/common/bg-sakura.png");	*/
  margin-bottom: 30px;
}

.comments-area .entry-meta-author {
  margin-bottom: 25px;
  padding-bottom: 25px;
  /* border-bottom: 2px solid #808080; */
}

.comments-area .entry-meta-author-name {
  font-size: 120%;
  margin-bottom: 5px;
}

.comments-area .entry-meta-author-text {
  padding: 2px 0 0 10px;
}

.comment-form label {
  display: block;
}

.comment-form textarea,
.comment-form input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
}

.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-comment textarea {
  width: 100%;
}

.comment-form-author {
  margin-bottom: 10px;
}

.comment-form-author input {
  width: 100%;
}

.comment-form-email {
  margin-bottom: 10px;
}

.comment-form-email input {
  width: 100%;
}

.form-submit input {
  border: 0;
  background-color: #d2daff;
}

.comments-title {
  margin-bottom: 20px;
}

.comments-title span {
  font-size: 80%;
  font-weight: normal;
}

.comment-list {
  margin-bottom: 30px;
}

.comment {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #808080;
}

.comment-image {
  width: 50px;
  background-color: #fff;
}

.comment-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.comment-meta {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.comment-author {
  display: block;
}

.comment-awaiting-moderation {
  color: #f60000;
  font-weight: bold;
  padding: 5px 0;
}

.comment-reply-title {
  margin-bottom: 15px;
}

.logged-in-as {
  background-color: lightblue;
  margin-bottom: 10px;
  padding: 10px;
}

@media screen and (min-width: 650px) {
  .comments-area .entry-inner {
    padding: 15px 0;
  }
  .comments-area .entry-meta-author-image {
    width: 150px;
  }
  .comments-area .entry-meta-author-text {
    width: calc(100% - 100px);
    padding: 2px 0 0 20px;
  }
  .comments-area .comment-form-author {
    margin-bottom: 10px;
  }
  .comments-area .comment-form-author input {
    width: 50%;
  }
  .comments-area .comment-form-email {
    margin-bottom: 10px;
  }
  .comments-area .comment-form-email input {
    width: 50%;
  }
}

/*--------------------------------------------------------------
>>> 固定ページ共通
--------------------------------------------------------------*/
.page-content {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
>>> スタッフ紹介
--------------------------------------------------------------*/
.slider {
  position: relative;
}

.slider ul li {
  position: absolute;
  top: 0;
  left: 0;
}

.slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.staff-box {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  /* background-image: url("assets/images/common/bg-hip-square.png"); */
  padding: 30px 0;
  /* border-radius: 5px; */
}

.staff-box:nth-child(2n) {
  margin-right: 0;
}

.staff-box:hover .staff-image {
  /* border: 4px solid #e55cbd; */
}

.staff-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  /* border: 4px solid #b2b27d; */
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.staff-image img {
  width: inherit;
  height: auto;
}

.staff-name {
  text-align: center;
  font-weight: bold;
}

#staff-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
}

.staff-overlay-box {
  display: none;
  width: 90%;
  margin: 20px auto;
  padding-top: 30px;
  background-image: url("assets/images/common/bg-hip-square.png");
  z-index: 11;
  max-width: 500px;
  border-radius: 5px;
  position: relative;
}

.staff-overlay-box .staff-image {
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
}

.staff-overlay-box .staff-name {
  margin-bottom: 20px;
}

.staff-overlay-box .staff-meta {
  padding: 0 10px;
}

.staff-overlay-box .staff-meta h3 {
  background-color: #8ed2c9;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.staff-overlay-box .staff-meta p {
  margin-bottom: 15px;
}

.staff-overlay-box .staff-meta a {
  display: block;
  margin-bottom: 15px;
  padding: 2px 10px;
  background-color: #cd201f;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.staff-overlay-box .staff-meta a:before {
  font-family: Fontawesome;
  content: "\f167";
  margin-right: 10px;
  font-size: 200%;
  vertical-align: -10%;
}

.staff-overlay-box .overlay-close span {
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: #aaa;
  color: #fff;
  font-size: 135%;
  cursor: pointer;
}

.staff-overlay-box .overlay-close i {
  margin-right: 10px;
}

.staff-overlay-box .overlay-close.circle {
  position: absolute;
  top: 10px;
  right: 10px;
}

.staff-overlay-box .overlay-close.circle span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
}

.staff-overlay-box .overlay-close.circle i {
  color: #fff;
  margin-right: 0;
  font-size: 130%;
}

.banner-youtube {
  text-align: center;
  margin-bottom: 30px;
}

.banner-youtube img {
  max-width: 100%;
}

@media screen and (min-width: 350px) {
  .staff-image {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 650px) {
  .staff-box {
    width: calc((100% - 30px) / 4);
  }
  .staff-box:nth-child(2n) {
    margin-right: 10px;
  }
  .staff-box:nth-child(4n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
>>> 404
--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  body.error404 .page-content img {
    width: 30%;
    float: right;
  }
  body.error404 .page-content:after {
    display: block;
    content: "";
    clear: both;
  }
}

/*--------------------------------------------------------------
>>> go top
--------------------------------------------------------------*/
#go-top {
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 150%;
  background: #3fa9f5;
  color: #fff;
  cursor: pointer;
  z-index: 20;
}

#go-top.mail {
  bottom: 175px;
}

@media screen and (min-width: 641px) {
  #go-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 180%;
  }
  #go-top.mail {
    bottom: 215px;
  }
}

/*--------------------------------------------------------------
>>> 人気記事
--------------------------------------------------------------*/
.popular-post {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
>>> メルマガ登録
--------------------------------------------------------------*/
.bg-title-green {
  margin: 0;
  padding: 10px 20px;
  background-color: #0e9572;
  color: #fff;
  font-size: 140%;
}

.bg-wall {
  background-image: url("assets/images/common/retina_wood.png");
  border: 5px solid #482a0e;
  margin-bottom: 30px;
}

.benefit-box-wrap {
  margin-top: 40px;
}

.benefit-box {
  margin: 0 10px 40px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.benefit-label {
  background: yellow;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: -25px;
  right: 20px;
  z-index: 10;
}

.benefit-label p {
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
}

.benefit-label:before,
.benefit-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: yellow;
  z-index: 10;
}

.benefit-label:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.benefit-label:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.benefit-subtitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.benefit-subtitle span {
  padding: 0 5px 5px 1px;
  border-bottom: 2px solid red;
}

.benefit-title {
  margin-bottom: 10px;
  font-size: 130%;
}

.benefit-title .red {
  color: red;
}

.benefit-title .large {
  font-size: 130%;
}

.benefit-text {
  color: #4d4d4d;
}

.magazine-link {
  text-align: center;
  margin-bottom: 30px;
}

/* .magazine-link a {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  border-radius: 10px;
  background-image: linear-gradient(
    -45deg,
    #f47b50 25%,
    #f15a24 25%,
    #f15a24 50%,
    #f47b50 50%,
    #f47b50 75%,
    #f15a24 75%,
    #f15a24
  );
  background-size: 8px 8px;
} */

.magazine-link a {
  display: block;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  background-color: #fff;
  border: 2px solid #e3812c;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 0 auto;
  color: #e3812c;
  letter-spacing: 0.15rem;
}

.magazine-link a::after {
  content: "";
  position: absolute;
  right: 1rem;
  margin-top: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

.magazine-link a:hover {
  background-color: #fde7d3;
  opacity: 1;
}

/* .magazine-link a span {
  font-size: 90%;
} */

.backnumber {
  margin-bottom: 30px;
}

.backnumber-header {
  margin-bottom: 30px;
}

.backnumber-header-link {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(
    -45deg,
    #f47b50 25%,
    #f15a24 25%,
    #f15a24 50%,
    #f47b50 50%,
    #f47b50 75%,
    #f15a24 75%,
    #f15a24
  );
  background-size: 8px 8px;
  text-align: center;
}

.backnumber-category {
  margin-bottom: 30px;
}

.backnumber-category h3 {
  margin-bottom: 15px;
}

.backnumber-category-list {
  display: flex;
  flex-wrap: wrap;
}

.backnumber-category-list li {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.backnumber-category-list li a {
  display: inline-block;
  width: 100%;
  background-color: lightseagreen;
  color: #fff;
  padding: 5px 25px 5px 5px;
  border-radius: 5px;
  position: relative;
}

.backnumber-category-list li:nth-child(2n) {
  margin-right: 0;
}

.backnumber-newentry {
  margin-bottom: 30px;
}

.backnumber-newentry h3 {
  margin-bottom: 15px;
}

.backnumber-newentry-list {
  margin-bottom: 15px;
}

.backnumber-newentry-list li {
  border-top: 1px solid #aaa;
  padding: 5px 0;
}

.backnumber-newentry-list li:last-child {
  border-bottom: 1px solid #aaa;
}

.backnumber-newentry-date {
  font-size: 80%;
}

.backnumber-newentry-title {
  display: block;
}

.backnumber-newentry-category {
  font-size: 80%;
  background-color: pink;
  padding: 2px 5px;
  border-radius: 5px;
}

.backnumber-newentry-viewmore {
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #0000ff;
  margin-bottom: 30px;
}

.mail-register-link {
  width: 40px;
  height: auto;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 20;
}

.mail-register-link img {
  width: 100%;
}

/* RN メルマガ */

em {
  font-style: normal;
}

#mailRegister {
  letter-spacing: 0.15rem;
  background-color: #fdf1de;
  background-image: url(assets/images/common/bgr_orange.png);
  padding: 20px 0;
  margin: 50px 0;
}

.mailRegister_h2 {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid;
  color: #333;
  margin: 10px 20px;
}

.mailRegister_h2:before,
.mailRegister_h2:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.mailRegister_h2:before {
  border: 11px solid;
  border-color: transparent;
  border-top-color: #333;
  margin-left: -11px;
}

.mailRegister_h2:after {
  border: 11px solid;
  border-color: transparent;
  border-top-color: #feedd9;
  margin-left: -11px;
  margin-top: -1px;
}

.mailRegister_h2 p {
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #707070;
}

.mailRegister_h2 p::before {
  background-image: url(assets/images/common/sns_mail-magazine_icon.png);
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 1.5rem;
  height: 1.2rem;
}

#mailRegister h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 1.2rem;
}

.color_green {
  font-size: 3rem;
  color: #e3812c;
  vertical-align: -13%;
}
/* .mailRegister_em {
  background-image: url(assets/images/common/icon_tokuten.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.1rem;

  line-height: 1.5;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
} */

#mailRegister li {
  margin-bottom: 30px;
  position: relative;
}

.mailRegister_txt {
  font-size: 0.9rem;
  background-color: #fff;
  margin: 0px 20px 50px;
  padding: 20px 20px 20px 90px;
  letter-spacing: 0.05em;
}

.mailRegister_em {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: inline-block;
}

.em_markar {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
  color: #e3812c;
}

#mailRegister h3 {
  background-image: url(assets/images/common/icon_tokuten.png);
  background-repeat: no-repeat;
  background-size: 72px;
  font-size: 1rem;
  color: #fff;
  height: 85px;
  padding: 16px 14px;
  position: absolute;
  top: -25px;
  left: 30px;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.tokuten_nb {
  font-size: 1.5rem;
}

@media screen and (min-width: 641px) {
  .bg-wall {
    margin: 0 auto 30px;
    width: 90%;
  }
  .benefit-box-wrap {
    margin-top: 60px;
  }
  .benefit-box {
    margin: 0 40px 60px;
    padding: 20px 30px;
    font-size: 120%;
  }
  .benefit-title {
    letter-spacing: 2px;
  }
  .benefit-label {
    width: 80px;
    height: 80px;
    top: -35px;
    right: 40px;
  }
  .benefit-label p {
    line-height: 80px;
    font-size: 130%;
  }
  .benefit-label:before,
  .benefit-label:after {
    width: 80px;
    height: 80px;
  }
  .backnumber-category-list li {
    width: calc((100% - 20px) / 3);
  }
  .backnumber-category-list li:nth-child(2n) {
    margin-right: 10px;
  }
  .backnumber-category-list li:nth-child(3n) {
    margin-right: 0;
  }
  .backnumber-newentry-list li {
    display: table;
    width: 100%;
  }
  .backnumber-newentry-title {
    display: table-cell;
    width: 65%;
  }
  .backnumber-newentry-category {
    display: table-cell;
    width: 20%;
    padding: 0 10px;
    background-color: transparent;
  }
  .backnumber-newentry-date {
    display: table-cell;
    width: 15%;
  }
  .mail-register-link {
    width: auto;
  }

  /* RN */

  #mailRegister {
    padding: 30px 150px;
  }

  #mailRegister h2 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 990px) {
  .backnumber-category-list li {
    width: calc((100% - 30px) / 4);
  }
  .backnumber-category-list li:nth-child(3n) {
    margin-right: 10px;
  }
  .backnumber-category-list li:nth-child(4n) {
    margin-right: 0;
  }
}

/* =====================
 投稿記事 、独自タグ設定
 ===================== */

/*.entry-content h2 {
	margin: 0 0 1.0em;
	padding: 0.4em;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	font-size: 1.5em;
	font-weight: bold;
}*/

.entry-content h2 {
  margin: 1em 0;
  padding: 0.4em;
  background: #ffdc76;
  border: none;
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: -0.1em;
}

.entry-content a {
  text-decoration: underline;
  color: #1111cc !important;
}

/*.entry-content h3{
   margin: 0 0 1.0em;
    padding: 0.4em;
    border-left: 7px solid #444;
    border-bottom: 1px dotted #444;
    font-size: 1.1em;
		font-weight:bold;
}*/

.entry-content h3 {
  margin: 1em 0;
  padding: 0.4em;
  border-left: 7px solid #325476;
  border-top: 1px solid #325476;
  border-bottom: 1px solid #325476;
  border-right: 1px solid #325476;
  color: #325476;
  font-size: 1.1em;
  font-weight: bold;
}

.entry-content blockquote {
  padding: 10px;
  background: #f9f9f9 url(./images/quote_open.gif) no-repeat 10px 10px;
  text-indent: 20px;
  border: 1px solid #e0e0e0;
}

.entry-content blockquote cite {
  font-style: italic;
  display: block;
  text-align: right;
  color: #444;
  margin: 0px;
  font-size: 0.8em;
}
.entry-content .fbold {
  font-size: 1.2em;
  font-weight: bold;
}
.entry-content .marker_yellow {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.entry-content .red_font {
  color: #f3181b;
}

p.contact_desc {
  padding: 10px;
  border-bottom: 2px dotted #d2d2d2;
}
p.contact_tyuui {
  padding: 10px;
  border-top: 2px dotted #d2d2d2;
  font-size: 85%;
}

a.shikitabi-tour-link {
  display: block;
  width: 100%;
  margin: 30px auto;
  /*background-color: #FFA08E; */
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  border: 2px solid #fc7e9f;
  padding: 15px;
  background: -moz-linear-gradient(top, #fc7e9f, #ffa8bf);
  background: -webkit-gradient(linear, center top, center bottom, from(#fc7e9f), to(#ffa8bf));
  text-decoration: none !important;
  color: #fff !important;
}

/* メルマガ用CSS ※後で切り出す！　*/

.entry-content .maru-waku {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
}
hr.line1 {
  border: 5px solid red;
}

.entry-content .sub_ttl {
  background: #508cc8;
  padding: 3px 7px;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 4px;
}
.entry-content .mark {
  font-size: 0.9rem;
}

.entry-content h3.mh3 {
  border: none;
  color: #508cc8;
  font-size: 1.3rem;
  font-weight: bold;
}
.entry-content h3.mh3-2 {
  margin: 0 0 1em;
  padding: 0.4em;
  border-left: 7px solid #325476;
  border-top: 1px solid #325476;
  border-bottom: 1px solid #325476;
  border-right: 1px solid #325476;
  color: #325476;
  font-size: 1.1em;
  font-weight: bold;
}
.entry-content a {
  text-decoration: underline;
  color: #508cc8 !important;
  font-weight: bold;
  font-size: 1.2rem;
}

/* 目次プラグイン（Table of Contents Plus）が他CSSと競合するため設定 */
#toc_container a {
  font-size: 1rem;
  font-weight: normal;
  color: #000 !important;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .entry-title {
    margin: 5px 0;
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -0.01em;
  }

  .entry-inner {
    font-size: 1.1rem;
    padding: 30px 10px;
  }

  .entry-content h2.mh2 {
    margin: 0 0 1em;
    padding: 0.4em;
    background: #ffdc76;
    border: none;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 641px) {
  .entry-title {
    margin: 5px 0;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .entry-title br {
    display: none;
  }

  .entry-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .entry-inner p {
    font-size: 1rem;
    /* padding: 30px 10px; */
  }
  .entry-content h2.mh2 {
    margin: 0 0 1em;
    font-family: "Sawarabi Gothic";
    padding: 0.4em;
    background: #ffdc76;
    border: none;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0;
  }
}

/*=======================================
    floattingNavi（メルマガテンプレ用）
=======================================*/
.pcDisplayNone {
  display: none;
}
.floattingNavi {
  position: fixed;
  bottom: 0;
  background-color: #dad6cb;
  opacity: 0.9;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
}
.floattingNavi ul {
  width: 100%;
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px 2px;
  text-align: center;
}

.floattingNavi li {
  display: table-cell;
  border-right: 2px solid #dad6cb;
  opacity: 1;
  list-style: none;
  padding: 6px 2px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  background-color: #293952;
  color: #fff;
}

.floattingNavi li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .floattingNavi li {
    display: table-cell;
    background-color: #383302;
    border-right: 4px solid #dad6cb;
    opacity: 1;
    list-style: none;
    padding: 10px 2px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #293952;
    color: #fff;
  }
  .floattingNavi li br {
    display: none;
  }

  .floattingNavi li a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}

#mailRegister {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.entryForm {
  text-align: center;
  margin-bottom: 60px;
}

.entryForm h2 {
  color: #e3812c;
  position: relative;
}

.entryForm h2:before {
  content: "＼";
  position: absolute;
  top: 20px;
  font-size: 2rem;
  left: 5%;
}

.entryForm h2:after {
  content: "／";
  position: absolute;
  top: 20px;
  font-size: 2rem;
  right: 5%;
}

.entryForm table {
  width: 100%;
}

.entryForm table tr {
  display: block;
  margin: 20px 0;
}

.entryForm table tr td {
  display: block;
}

.entryForm .required {
  color: red;
  font-size: 0.6rem;
}

.entryForm .small_txt {
  font-size: 0.8rem;
}

.entryForm .font_bold {
  font-weight: bold;
  color: #707070;
}

.entryForm .btn {
  background-color: orange;
  font-weight: bold;
  color: #fff;
  padding: 2px 50px;
  border-radius: 24px;
  border: 0;
  box-shadow: 2px 3px 5px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
}

#mailRegister .point {
  margin-bottom: 60px;
}

#mailRegister .point ul {
  padding: 0;
}

#mailRegister .note {
  margin-bottom: 60px;
  padding: 0 15px;
}

#mailRegister .note ul {
  width: 250px;
  margin: 0 auto;
}

#mailRegister .note li {
  margin-bottom: 0;
  list-style: disc;
}

#mailRegister .note a {
  text-decoration: underline;
  color: #0000ff;
}

#mailRegister .note.kaijo p {
  text-align: center;
}

#mailRegister .backnumber_txt {
  text-align: center;
  margin-bottom: 10px;
}

#mailRegister .backnumber_btn {
  background-color: #0f8dca;
  font-weight: bold;
  color: #fff;
  padding: 7px;
  border-radius: 24px;
  border: 0;
  box-shadow: 2px 3px 5px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}

#mailRegister .note .backnumber_btn a {
  color: #fff;
  text-decoration: none;
}

.br_sp {
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .entryForm h2 {
    position: static;
  }
  .entryForm h2:before {
    margin-right: 1rem;
    position: static;
    top: 0;
    font-size: 1rem;
    left: 0;
  }

  .entryForm h2:after {
    margin-left: 1rem;
    position: static;
    top: 0;
    font-size: 1rem;
    right: 0;
  }

  .br_sp {
    display: none;
  }
  .entryForm table {
    display: flex;
    justify-content: center;
  }

  .entryForm table tr {
    display: flex;
  }

  .entryForm table tr .font_bold {
    width: 40%;
  }

  .entryForm .form {
    width: 60%;
  }

  #mailRegister .backnumber_btn {
    width: 50%;
  }
}
