@charset "utf-8";
/*
Theme Name:EORIH SAGASU
Theme URI:
Description:日本地図付き店舗メディアテーマ
Author:Eorih, Inc.
Author URI:https://eorih.jp/
Version:1.5.2
*/

/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/NotoSansJP-Bold-min.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/NotoSansJP-Regular-min.woff') format('woff');
}
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/sawarabi-mincho-medium-min.woff') format('woff');
}
@font-face {
  font-family: 'mediaico';
  src:  url('fonts/mediaico.eot?9op2yr');
  src:  url('fonts/mediaico.eot?9op2yr#iefix') format('embedded-opentype'),
    url('fonts/mediaico.ttf?9op2yr') format('truetype'),
    url('fonts/mediaico.woff?9op2yr') format('woff'),
    url('fonts/mediaico.svg?9op2yr#mediaico') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="medico-"], [class*=" medico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mediaico' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.medico-line-kai:before {
  content: "\e900";
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
a {
  outline: none;
  color: #333;
}
a:not(:hover) {
  text-decoration: none;
}
a:hover {
  color:#4C6AFD;
  text-decoration: underline;
}
p {
  margin: 0 0 1.5em 0;
  padding: 0;
  line-height: 1.5;
}
ul {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  line-height: 0%;
}
ul li {
  margin: 0;
  padding: 0;
  line-height: normal;
  zoom: 1;
}
ol {
  margin: 0 0 2em 19px;
  padding: 0;
}
ol li {
  padding: 0 0 5px 0;
  line-height: normal;
}
dl {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 0%;
}
dl dt, dl dd {
  margin: 0;
  padding: 0;
  line-height: normal;
  zoom: 1;
}
dl dt {
  font-weight: bold;
}
form, table, input, textarea, dl, dt, dd {
  margin: 0;
  padding: 0;
}
input[type="submit"] {
  border-radius: 0px;
}
table {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
cite {
  text-align: right;
  display: block;
}
object {
  display: block;
  margin: 0 auto;
  height: auto;
}
del {
  color: #333;
}
hr {
  border: 1px solid #ccc;
  margin: 40px 0;
}
body * {
  box-sizing: border-box;
}
.wp-caption-text {
  text-align: center;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
input[type="text"],input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  outline: none;
  max-width: 100%;
  height: 24px;
  font-size: 16px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 5px;
  background: none;
  border-radius: 0px;
}
textarea {
  max-width: 100%;
}
.hide {
  display: none;
}
.contactBtn {
  text-align: center;
}
.is-disScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.noLink {
  pointer-events: none;
}
@media screen and (min-width: 751px){
  .telLink {
    pointer-events: none !important;
    text-decoration: none !important;
  }
}
.flex {
  display: flex;
}

/* --- WordPress preset CSS ---------------------------------------------------------------------------------------- */
.post > *:last-child {
  margin-bottom: 0px;
}
.post p {
  line-height: 2;
  margin: 0 0 2em 0;
}
/* headline */
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 20px 0 32px 0;
}
.post h1 {
  font-size: 200%;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  padding: 10px 0;
}
.post h2 {
  font-size: 180%;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  padding: 10px 0;
}
.post h3 {
  font-size: 145%;
  padding-bottom: 3px;
  border-bottom: solid 1px red;
}
.post h4 {
  font-size: 130%;
  border-left: 3px solid red;
  padding-left: 6px;
}
.post h5 {
  font-size: 110%;
  border-top: solid 1px red;
  border-bottom: 1px solid red;
  padding: 4px 0;
}
.post h6 {
  font-size: 100%;
  font-weight: bold;
}
.post_shopSingle h1 {
  text-align: center;
}
.post_shopSingle h2 {
  text-align: center;
}
.post_shopSingle h3 {
  text-align: center;
}
.post_shopSingle h4 {
  text-align: center;
}
.post_shopSingle h5 {
  text-align: center;
}
.post_shopSingle h6 {
  text-align: center;
}
.post a.blank:after {
  content: "\f2d2";
  font-family: "Font Awesome 5 Pro";
  margin-left: 2px;
}
/* image */
.post img {
  height: auto;
  max-width: 100%;
}
.post iframe {
  max-width: 100%;
}
.post img.centered, div.centered {
  display: block;
  margin: 15px auto;
}
.post img.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto;
}
.post img.alignright, div.alignright {
  margin: 10px 0 30px 30px;
  display: inline;
}
.post img.alignleft, div.alignleft {
  margin: 10px 30px 30px 0;
  display: inline;
}
.post .wp-caption {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 14px 3px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.post .wp-caption .wp-caption-text {
  padding: 10px 0 0;
}
/* table */
.post table {
  margin: 24px 0 24px 0;
}
.post td, .post th {
  border: 1px solid #ccc;
  padding: 10px 10px 7px;
  line-height: 2;
}
.post th {
  background: #f2f2f2;
  font-weight: normal;
}
.post td {
  background-color: #fff;
}
/* block quote */
.post blockquote {
  margin: 1.5em 0 1.5em 0;
  padding: 27px 30px 1px;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.post blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #999;
}
.post blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #999;
}
/* list */
.post li, .post dt, .post dd {
  line-height: 2;
}
.post ul, .post ol, .post dl {
  margin-bottom: 24px;
}
.post ol {
  counter-reset: number;
  list-style-type: none;
  margin-left: 0px;
}
.post ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
  z-index: 2;
}
.post ul li ul {
  margin-bottom: 1em;
}
.post ul:not(.check) li {
  margin-left: 1.3em;
}
.post ul:not(.check) > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  left: -1.3em;
  top: 0px;
}
.post ul:not(.check) > li li:before {
  content: "・";
  position: absolute;
  left: -1.3em;
  top: 0px;
}

.post ul.toc_list li:before,
.post .mw_wp_form ul li:before {
  display: none;
}
.post .mw_wp_form ul,
.post .mw_wp_form ul li {
  margin-left: 0px;
}
.post ul:not(.check) li .under_marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.post ul:not(.check).toc_list li .under_marker,
.post .center .under_marker{
  background: none;
}
.post ul.check li {
  margin-left: 1.3em;
}
.post ul.check > li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  left: -1.3em;
  top: 0px;
}
.post ul.check > li li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  left: -1.3em;
  top: 0px;
}
.post ol > li {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 2em;
  position: relative;
}
.post ol > li li {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 1.6em;
  position: relative;
}
.post ol > li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5c9ee7;
  color: #fff;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  width: 25px;
  line-height: 25px;
  text-align:center;
}
.post ol > li li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-weight:bold;
  font-size: 15px;
  top: 0px;
  left: 0px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background: none !important;
}
.post li > ul, .post li > ol {
  margin-bottom: 0;
}
.post dt {
  font-weight: bold;
}
.post dd {
  margin-bottom: 1em;
}
/* captions */
.post .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
  margin: 9px auto;
}
.post .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
/* etc */
.post pre {
  margin: 0 0 24px 0;
  line-height: 1.5;
  background: #f2f2f2;
  padding: 15px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.post .listbox {
  margin: 50px 0;
  padding: 15px 20px 30px;
  border-radius: 10px;
  border: 2px solid #28d2c8;
  position: relative;
}
.post .listbox .listbox__title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 6px 24px;
  max-width: 94%;
  border: 2px solid #28d2c8;
  border-radius: 10px;
  color: #28d2c8;
  background: #fff;
  width: fit-content;
  position: relative;
  top: -40px;
  left: 10px;
}
.post .listbox >*:last-child {
  margin-bottom: 0;
}

.post .link-in {
  
}
.post .link-in + .link-in {
  margin-top: -20px;
}
.post .link-in a {
  text-decoration: underline;
}
.post .link-in a:before {
  content: ">";
}
.post .link-out a:before {
  content: "";
}
.post .link-out a {
  text-decoration: underline;
}
.post .link-out a:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  margin-left: 3px;
  font-size: 90%;
  vertical-align: 1px;
}

.introduction__result {
  margin: 60px -30px 0;
  padding: 30px 30px;
  background-color: #F5F5F5;
}
.introduction-box {
  padding: 30px 0;
  background-color: #fff;
  margin-bottom: 20px;
}
.introduction-box:last-child {
  margin-bottom: 0;
}
.introduction__result_count {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  padding: 4px 20px;
}
.introduction__result_count .large {
  font-weight: bold;
  font-size: 24px;
  margin-right: 6px;
}
.introduction-box__title {
  border-bottom: #E2E2E2 solid 1px;
  padding: 0 30px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.introduction-box__title .tag li {
  display: inline-block;
  line-height: 1.75;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 4px;
  border-radius: 6px;
  border: 3px double #333;
  margin-left: 0 !important;
}
.introduction-box__title .tag li::before {
  content: "" !important;
}
.introduction .updated {
  text-align: right;
}
.introduction .updated p {
  font-size: 12px;
  margin-bottom: 0;
}
.introduction-box__title .title {
  width: 100%;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.introduction-box__title .title .sub {
  display: block;
  font-size: 14px;
  color: #B60005;
}
.introduction-box__title .title .main {
  display: block;
  font-size: 24px;
}
.introduction-box__image {
  padding: 30px;
}
.introduction-box__feature {
  padding: 0 30px 30px;
}
.introduction-box__feature ul {
  background-color: #F5F5F5;
  padding: 20px;
}
.introduction .common-title {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.introduction-box__plan {
  padding: 0 30px;
}
.introduction-box__stores {
  padding: 0 30px;
}
.introduction-box .stores__title {
  background-color: #F5F5F5;
  border: #DEDEDE solid 1px;
  width: 100%;
  padding: 12px 40px 12px 20px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  text-align: left;
  margin: 0 0 -1px;
  text-align: center;
}
.introduction-box__stores .stores__title:after,
.introduction-box__stores .stores__title:before {
  /* content: ''; */
  height: 2px;
  width: 10px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transition: .5s all;
}
.introduction-box__stores .stores__title:before {
  right: 20px;
  transform: translateY(-50%);
}
.introduction-box__stores .stores__title.is_active:before {
  transform: translateY(-50%) rotate(360deg);
}
.introduction-box__stores .stores__title:after {
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
.introduction-box__stores .stores__title.is_active:after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.introduction__stores .stores__detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
.introduction__stores .stores__detail.is_active {
  visibility: visible;
}
.introduction__stores .stores__detail_map {
  width: 100%;
  height: 168px;
  order: 2;
}
.introduction__stores .stores__detail_map iframe {
  width: 100%;
  height: 100%;
}
.introduction__stores .stores__detail_text {
  width: 100%;
  font-size: 13px;
  order: 1;
}
.introduction__stores .stores__detail_text table {
  margin-top: 0;
}
.introduction__cta {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  order: 3;
}
.post .introduction__cta a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 25px;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.introduction__cta a:before,
.introduction__cta a:after {
  content: '';
  width: 18px;
  height: 18px;
  border-color: #6bb6ff;
  box-sizing: border-box;
  border-style :solid;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.introduction__cta a:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.introduction__cta a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}
.introduction__cta a:hover:before,
.introduction__cta a:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #6bb6ff;
}
.introduction__cta a:hover {
  color: #fff !important;
  background-color: #6bb6ff;
}
.introduction__cta a:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px){
  .introduction__result {
    padding: 20px 20px;
    margin: 30px -20px;
  }
  .introduction-box__plan {
    padding: 0 20px;
  }
  .introduction-box__stores {
    padding: 0 0;
  }
  .introduction__stores .stores__detail {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .introduction__stores .stores__detail_map {
    width: 100%;
  }
  .introduction__stores .stores__detail_text {
    margin-left: 0;
    margin-bottom: 12px;
  }

}

.post .btn-single {
  margin: 2em 0;
  text-align: center;
}
.post .btn-single a {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #b60005;
  border-radius: 6px;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.post .btn-single a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.post .btn-single a:after {
  content: '»';
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  font-size: 20px;
}
.post .btn-single a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.post .btn-single.-double {
  display: flex;
  justify-content: space-between;
}
.post .btn-single.-double a {
  width: 48%;
}
@media screen and (max-width: 750px){
  .post .btn-single {
    padding: 0 20px;
  }
}

.post .btn-default {
  display: inline-block;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 6px;
}
.post .btn-default:hover {
  opacity: 0.8;
  text-decoration: none;
}

.introduction__result_menseki {
  margin-top: 1em;
}
.introduction__result_menseki p {
  font-size: 14px;
}
.introduction__comment {
  margin: 0 20px 2em;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.post .introduction__comment p {
  margin-bottom: 1em;
}
.wp-embedded-content {
  width: 100%;
}

.post .clmReview__star__img {
  display: inline-block;
  background: url(images/largestars.png) no-repeat left top;
  background-size: 132px auto;
  width: 132px;
  height: 22px;
  line-height: 17px;
  overflow: hidden;
  vertical-align: -4px;
}
.post .clmReview__star__range {
  display: inline-block;
  background: url(images/largestars.png) 0 -29px no-repeat;
  background-size: 132px auto;
  text-indent: -9999px;
  height: 22px;
  line-height: 17px;
}

.post .marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.post .marker.mark_orange {
  background: linear-gradient(transparent 60%, #fbdede 60%);
}
.post .marker.mark_blue {
  background: linear-gradient(transparent 60%, #b7e3ff 60%);
}

.reputeRow {
  display: flex;
  justify-content: space-between;
}
.reputeRow__column {
  width: 46%;
  border: 1px solid #eee;
  padding: 10px;
}
@media screen and (max-width: 750px){
  .reputeRow {
    flex-direction: column;
  }
  .reputeRow__column {
    width: 100%;
    margin: 0 0 2em;
  }
}
.reputeRow__title,
.post .reputeRow__title {
  text-align: center;
  margin-bottom: 1em;
}
.post ul.list-good > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.post ul.list-bad > li:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.post blockquote.quote-good {
  background: #fff0f0;
}
.post blockquote.quote-bad {
  background: #d7f0ff;
}

/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget {
  margin: 0 0 60px 0;
  font-size: 16px;
  padding: 15px 15px 10px;
  position: relative;
}
.side_widget ul {
  margin: 0;
}
.side_widget li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0 0 0 9px;
}

.side_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.side_headline {
  margin: -15px -15px 15px;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 15px;
  border-bottom: 1px solid #ccc;
}
.side_headline_keyword {
  margin: -15px -15px 15px;
  line-height: 3px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  border-bottom: 3px double #ccc;
}
/* banner */
.ml_ad_widget {
  margin: 0 0 20px 0;
  border: none;
  padding: 0;
  background: none;
}
.ml_ad_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.ml_ad_widget iframe {
  max-width: 100%;
}
/* PR post */
.pr_widget {
  margin: -10px 0 20px 0;
  border: none;
  padding: 0;
  background: none;
}
.pr_widget ul {
  margin: 0;
}
.pr_widget ul li {
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
}
.pr_widget a {
  text-decoration: none;
  color: #333;
  padding: 0 0 0 12px;
  display: block;
}
.pr_widget a:hover {
  text-decoration: underline;
  color: #9a9a00;
}
.pr_widget ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.footer_widget_block .pr_widget {
  margin-top: -10px;
}
/* Ranking */
.ranking_widget {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.ranking_widget ul {
  margin: -10px 0 0 0;
}
.ranking_widget ul li {
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
.ranking_widget span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #888;
  color: #fff;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.ranking_widget a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.ranking_widget ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.ranking_widget .rank1 span, .ranking_widget .rank2 span, .ranking_widget .rank3 span {
  background: #8c0000;
}
/* calendar */
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}
#wp-calendar th, #wp-calendar td {
  color: #333;
  padding: 0;
  line-height: 240%;
  text-align: center;
}
#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #ccc;
}
#wp-calendar caption {
  padding: 7px 0;
}
#wp-calendar thead th, #wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 200%;
}
#wp-calendar #prev, #wp-calendar #next {
  line-height: 200%;
}
#wp-calendar #prev a, #wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: #333;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #ccc;
}
#wp-calendar td#today {
  font-weight: bold;
}
/* styled post list1 */
.styled_post_list1 {
  margin: 0;
}
.styled_post_list1 li {
  background: none;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.styled_post_list1 li.last {
  background: none;
  margin: 0;
  padding: 0;
}

.styled_post_list1 .info .date {
  margin: 2px 0 5px 0;
  line-height: 100%;
  color: #004b64;
  font-weight: bold;
}
.styled_post_list1 .info .title {
  font-size: 12px;
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
  font-weight: bold;
}
.styled_post_list1 .image {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  width: 100px;
  height: 70px;
  background: #000;
}
.styled_post_list1 .image img {
  width: 100px;
  height: 70px;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.styled_post_list1 .image:hover img {
  opacity: 0.5;
}
.styled_post_list1 .excerpt {
  clear: both;
  padding: 7px 0 0 0;
}
.footer_widget_block .styled_post_list1 li {
  background: none;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.footer_widget_block .styled_post_list1 li.last {
  background: none;
  margin: 0;
  padding: 0;
}
/* styled post list2 */
.styled_post_list2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.styled_post_list2 li {
  margin: 0;
  padding: 0 30px;
  border-right: 1px solid #ddd;
  width: 33.33%;
}
.styled_post_list2 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-style: none;
}
.styled_post_list2 .image {
  display: block;
  margin: 0 0 15px 0;
  /*background: #000;*/
}
.styled_post_list2 .image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.styled_post_list2 .image:hover img {
  opacity: 0.7;
}
.styled_post_list2 .date {
  margin: 0 0 10px 0;
  line-height: 100%;
  color: #004b64;
  font-weight: bold;
  font-size: 14px;
}
.styled_post_list2 .title {
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  font-weight: bold;
  line-height: 160%;
}
.styled_post_list2 .excerpt {
  clear: both;
  padding: 7px 0 0 0;
  line-height: 180%;
  font-size: 14px;
}
.styled_post_list2 .excerpt p {
  margin-bottom: 0px;
}
.footer_widget_block .styled_post_list2 li {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  line-height: 100%;
}
.footer_widget_block .styled_post_list2 li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
/* ----------------------------------------------------------------------
 other page
---------------------------------------------------------------------- */
/* ---------- clearfix hack ---------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post h3, .post h4, .post h5, .post h6 {
  line-height: 1.6;
}

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 0;
  margin: 0 0 2.5em !important;
  font-size: 14px;
}
.wpcf7 form {
  margin: 1.5em 1.5em 0;
}
.wpcf7 p {
  margin-bottom: 1em;
  font-size: 12px;
}
.wpcf7 input, .wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7 textarea {
  height: 300px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}
.wpcf7 input.wpcf7-submit {
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #666666;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

/*Pagenation*/
.pageBg {
  margin-bottom: 30px;
}
.pageNation {
	text-align: center;
	margin: 0 auto;
}
.pageNation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pageNation ul {
    margin: 0;
}
.pageNation li {
	font-size: 13px;
	margin-right: 6px;
	display: inline-block;
	color: #008131;
	text-align: center;
	background-color: #faf7f1;
	border: 1px solid #D4CBB6;
	border-radius: 4px;
}
.pageNation li.active {
	padding: 4px 12px;
	color: #fff;
	background-color: #1877ff;
}
.pageNation li a {
	display: block;
	padding: 4px 12px;
  text-decoration: none;
}
.pageNation li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1877ff;
}
@media screen and (min-width: 1000px){
  .singleWrapper {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 40px;
  }
}
.singleTitle {
  margin-top: 0px;
  font-size: 1.5em;
}
.singleTime {
  margin-bottom: 20px;
  display: block;
  font-size: 13px;
  text-align: right;
}
.singleCatList.-small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.singleCatList li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
}
.singleCatList li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 8px;
  display: block;
  background-color: #222;
  line-height: 1.4;
  border-radius: 6px;
}
.singleCatList li a:hover {
  opacity: 0.8;
  color: #fff;
}
.singleThumb img {
  max-width: 100%;
  height: auto;
}
.nextPrevBlock {
  margin-bottom: 120px;
}
.nextPrevBlock * {
  box-sizing: border-box;
}
.nextPrev {
  display: flex;
}
.nextPrev > div {
  width: 50%;
}
.nextPrev .left .inner {
  border: 1px solid #ddd;
  padding: 5px;
  padding-left: 40px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  height: 90px;
  background-color: #fff;
}
.nextPrev .left .inner:after {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 30px;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  color: #222;
}
.nextPrev .right .inner{
  border: 1px solid #ddd;
  padding: 5px;
  padding-right: 40px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  margin-left: -1px;
  height: 90px;
  background-color: #fff;
}
.nextPrev .right .inner:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 30px;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  color: #222;
}
.nextPrev .thumb {
  align-self: center;
}
.nextPrev .thumb img {
  vertical-align: bottom;
}
.nextPrev .title {
  align-self: center;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 10px;
}
.nextPrev a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.otherContent {
  margin-top: 80px;
  margin-bottom: 40px;
}
.otherBlock {
  display: flex;
  flex-wrap: wrap;
}
.otherList {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.otherList .thumb {
  margin-bottom: 5px;
  /*background-color: #000;*/
}
.otherList .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: opacity .4s ease-in-out;
}
.otherList .title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0px;
}
.otherList a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#index_bottom_banner {
  margin-top: 100px;
}
.homeH1Area {
  top: 70px;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #000;
  position: absolute;
  width: 100%;
}
.homeH1Area__text {
  max-width: 1120px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
}
.pageHead1 {
  font-size: 13px;
  padding: 10px;
  margin: 0px;
  font-weight: normal;
}
.year_archive_widget {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.side_widget ul.ownCatList {
  margin: -15px -15px -10px;
}
.side_widget ul.ownCatList li .toggleIcon {
  position: absolute;
  right: 27px;
  z-index: 50;
  top: 9px;
  font-size: 24px;
  display: block;
  line-height: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.side_widget ul.ownCatList li .toggleIcon:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 3px;
  position: relative;
  color: #fff;
}
.side_widget ul.ownCatList li .toggleIcon.close:before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
}
.ownCatList .children {
  display: none;
}
.ownCatList > li > .children li > a {
  padding-left: 40px;
}
.ownCatList > li > .children > li > .children > li a {
  padding-left: 60px;
}
.ownCatList > li > .children > li > .children > li > .children li a {
  padding-left: 80px;
}

.postListChild .singleCatList {
  margin-bottom: 5px;
}
.searchBlock {
  background-color: #fff;
}
.sideTabChild {
  background-color: #fff;
}
#header_color {
  background-color: #fff;
  position: relative;
  height: 70px;
  z-index: 100;
}

.postListChild {
  background-color: #fff;
}

.authorArea {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.authorArea__thumb {
  padding: 10px;
}
.authorArea__thumb__inner {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.authorArea__thumb img {
  width: 100%;
  height: auto;
}
.authorArea__thumb a:hover img {
  opacity: 0.8;
}

.authorArea__thumb a:hover p {
  color: inherit;
}
.authorArea__info {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 0;
}
.authorArea__desc {
  color: #828282;
  font-size: 12px;
  margin-bottom: 5px;
}
.authorArea__job {
  font-size: 12px;
  margin-bottom: 0px;
}
.authorArea__name {
  font-size: 14px;
  margin-bottom: 0px;
}

.bT {
  border-top: 1px solid #ccc;
}
.tbl_form {
  margin-bottom: 20px;
}
.tbl_form * {
  box-sizing: border-box;
}
.tbl_form dl {
  margin-bottom: 1em;
}
.tbl_form dt {
  font-weight: bold;
}
.tbl_form dd span {/* display:block; */
  margin-top: 0.2em;
  color: #666;
}
.tbl_form dd .timeBlock {
  margin-bottom: 5px;
}
.tbl_form dd .weekSpan {
  margin-right: 1em;
}
.tbl_form dd .beforeSelect {
  margin-right: .3em;
}
.tbl_form input[type="text"],
.tbl_form input[type="email"],
.tbl_form input[type="password"],
.tbl_form select,
.tbl_form textarea {
  height: auto;
  font: inherit;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.tbl_form select {
  width: auto;
}
.tbl_form .radio {
  margin-left: 1px;
}
.tbl_form dd label span {
  display: inline;
  margin-left: 5px;
}
.tbl_form dd .wpcf7-list-item {
  display: block;
  width: 100%;
}
.djd_site_post_form button {
  background-color: #b4a65d;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.7em !important;
  line-height: 1;
  border-radius: 5px !important;
}
.tbl_form #field-wrapper .wp-editor-wrap {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 4px 8px -1px;
  margin: 0 0 20px;
}
.tbl_form #field-wrapper div.mce-toolbar-grp, .tbl_form #field-wrapper .mce-statusbar .mce-container-body {
  display: none;
}
.tbl_form .bT {
  padding: 2em 1em 2em 0;
}
.tbl_form span.gray {
  display: inline !important;
  color: #fff;
  background: #ddd;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 10px;
  margin-left: 10px;
}
.tbl_form span.red {
  display: inline !important;
  color: #fff;
  background: red;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 10px;
  margin-left: 10px;
}

.btn_confirm {
  display: block;
  color: #fff;
  border: 1px solid #937437;
  background-color: #937437;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.7em 4em;
  line-height: 1;
  border-radius: 5px;
  transition: .3s;
  margin: 0 auto;
  -webkit-appearance: none;
  max-width: 410px;
  width: 100%;
}
.btn_confirm:hover {
  cursor: pointer;
}
.btn_confirm:hover {
  background-color: #fff;
  color: #937437;
}
input[name="submitBack"] {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.7em 4em;
  line-height: 1;
  border-radius: 0;
  transition: .3s;
  margin: 0 auto 10px;
  -webkit-appearance: none;
  background-color: #e6e6e6;
  width: 100%;
  max-width: 410px;
  border-style: none;
}
input[name="submitBack"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
.arrow_box {
  width: 700px;
  margin: 40px auto;
}
.arrow_box ul {
  display: table;
  text-align: center;
  height: 42px;
  border: 1px solid #DBDBDB;
  display: flex;
}
.arrow_box ul li {
  font-size: 18px;
  flex: 1;
  background-color: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow_box ul li:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  top: 5px;
  right: -15px;
  transform: rotate(45deg);
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  position: absolute;
  z-index: 10;
  background-color: #F5F5F5;
}
.arrow_box ul li:last-child:after {
  display: none;
}
.arrow_box ul li.curent {
  color: #fff;
  background-color: #000000;
}
.arrow_box ul li.curent:after {
  background-color: #000000;
}
.footer-pdf {
  border: 1px solid #937437;
  background-color: #fff;
  padding: 10px;
}
.footer-pdf p {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0px;
}
.footer-pdf .btn {
  padding: 0.3rem 0.9rem;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  transition: .3s;
}
.footer-pdf .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sideTabList p.date {
  margin-bottom: 0px;
}

/* ----------------------------------------------------------------------
 Membership and Review
 Since v-1.7.8
---------------------------------------------------------------------- */
.memberNavi {
  margin-right: 5px;
}
.memberNaviList {
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
}
.memberNavi li {
  margin-left: 10px;
}
.memberNavi li a {
  color: #fff;
  display: block;
  padding: 12px 15px;
  border-radius: 6px;
  font-weight: bold;
}
.memberNavi li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*
.memberNavi li:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 3px;
  font-weight: 900;
  font-size: 22px;
  vertical-align: -3px;
}

.memberNaviList__entry:before {
  content: "\f234";
}
.memberNaviList__login:before {
  content: "\f2f6";
}
.memberNaviList__mypage:before {
  content: "\f2bd";
}
.memberNaviList__logout:before {
  content: "\f2f5";
}
*/
.memberNaviSP {
  position: absolute;
  right: 42px;
  top: 20px;
}
.memberNaviSPList {
  display: flex;
  font-size: 10px;
}
.memberNaviSPList li {
  text-align: center;
  margin-left: 5px;
}
.memberNaviSPList li a {
  color: #fff;
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
}
/*
.memberNaviSPList__entry:before {
  content: "\f234";
  font-family: "Font Awesome 5 Pro";
  margin-bottom: 3px;
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.memberNaviSPList__login:before {
  content: "\f2f6";
  font-family: "Font Awesome 5 Pro";
  margin-bottom: 3px;
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.memberNaviSPList__mypage:before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Pro";
  margin-bottom: 3px;
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.memberNaviSPList__logout:before {
  content: "\f2f5";
  font-family: "Font Awesome 5 Pro";
  margin-bottom: 3px;
  font-weight: bold;
  display: block;
  font-size: 20px;
}
*/

#searchArea .headline-review {
  margin-bottom: 40px !important;
  line-height: 38px;
}
.wpcr3_respond_1 {
  margin-bottom: 80px !important;
}
.wpcr3_leave_text {
  margin-bottom: 10px;
}
.wpcr3_table_2 td {
  padding-bottom: 5px;
}
.wpcr3_table_2 td.wpcr3_check_confirm {
  padding-bottom: 20px;
}

/* sitemap */
.post p:empty {
  display: none;
}
.post .sitemapBlock > *:first-child {
  margin-top: 0 !important;
}
.post .sitemapBlock ul:not(.check) li {
  margin-left: 0;
}
.post .sitemapBlock ul:not(.check) li:before {
  display: none;
}
.post .sitemap__h1 {
  margin-top: 20px;
}
.post .sitemap__h1 a {
  color: inherit;
  text-decoration: none;
}
.post .sitemap__h1 a:hover {
  text-decoration: underline;
}
.post .sitemap__h2 {
  color: #000;
  background: none;
  padding: 0px;
  margin-left: 0;
  margin-right: 0;
  border-style: none;
}
.post .sitemap__h2 a {
  color: inherit;
  text-decoration: none;
}
.post .sitemap__h2 a:hover {
  text-decoration: underline;
}
.post .sitemap__h3 {
  background: none;
  padding: 0px;
}
.post .sitemap__h3 a {
  color: inherit;
  text-decoration: none;
}
.post .sitemap__h3 a:hover {
  text-decoration: underline;
}
.sitemap__row {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 60px;
  margin-bottom: 100px;
}

/* --------------------------------------------------------------------------------
 Font Awesomeを読み込めないので、以下、style_pc,style_spをそのまま移行
-------------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
}
#header_wrap {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 1000;
}
#header {
  margin: 0 auto;
  position: relative;
  max-width: 1120px;
  padding-left: 10px;
  padding-right: 10px;
  height: 70px;
}

/* layout */
#contents {
  margin-bottom: 80px;
}
.container {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
#contents.clearfix:after {
  display: none;
}
#main_col {
  margin: 0;
  background-color: #fff;
}
#left_col {
  margin: 20px 0 0 0;
}
#right_col {
  width: 300px;
  float: right;
  margin: 20px 0 0 0;
}
/* headline */
.headline1 {
  font-size: 30px;
  position: relative;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1.5em;
}
.headline1 em {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-style: normal;
}
.headline1_min {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.archive_headline {
  margin: 0 0 20px 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
}
.headline2 {
  margin: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  font-size: 15px;
}
/* mobile banner */
#mobile_banner_top, #mobile_banner_bottom {
  display: none;
}
.pc_none {
  display: none !important;
}
/* ----------------------------------------------------------------------
header
---------------------------------------------------------------------- */

#logo {
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 100%;
  font-size: 24px;
  font-weight: normal;
  top: 5px;
  left: 0px;
}
#logo_image #logo {
  position: absolute;
  top: 0px;
  left: 10px;
  height: 70px;
  display: flex;
  align-items: center;
}
#logo a {
  color: #333;
  text-decoration: none;
}
#description {
  font-size: 10px;
  color: #888;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
}
/* header menu */
#header_menu_area {
  position: absolute;
  right: 56px;
  top: 12px;
}
#header_menu {
  float: left;
  margin: 4px 20px 0 0;
}
#header_menu ul {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
#header_menu li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
#header_menu li a {
  text-decoration: none;
  padding: 0 0 0 11px;
}
#header_menu li a:hover {
  text-decoration: underline;
}
/* social link */
#header_social_link {
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.social_link li {
  margin: 0 2px;
  display: inline-block;
}
.social_link li a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  background-color: #C0C0C0;
  text-align: center;
  font-size: 14px;
}
.social_link li a:hover {
  background-color: #707070;
}
/* banner */
#header_banner {
  position: absolute;
  top: 5px;
  right: 321px;
}
#header_banner img {
  vertical-align: bottom;
  transition: .4s ease-in-out;
  transform: rotate(0);
}
#header_banner a:hover img {
  opacity: 0.7;
}
/* search */
.search_area {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.search_area form {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  width: 50%;
}
.search_input input {
  font-size: 16px;
  color: #6d7478;
  width: 320px;
  height: 44px;
  padding: 0;
  border: 2px solid #D8D8D8;
  background-color: #F4F4F4;
  padding-left: 1em;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.searchInner .search_input input {
  width: 520px;
  height: 60px;
}
.search_button input {
  cursor: pointer;
  height: 44px;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 16px;
}
.searchInner .search_button input {
  height: 60px;
}
.search_button input:hover {
  opacity: 0.8;
}
/* global menu */
.menu_button {
  position: absolute;
  right: 9px;
  top: 15px;
  z-index: 9;
  display: block;
  font-size: 11px;
  color: #333;
  width: 32px;
  height: 40px;
  text-decoration: none;
}
.menu_button:hover {
  cursor: pointer;
}
.menu_button span {
  background-color: #333;
  width: 30px;
  height: 2px;
  position: absolute;
  transition: .4s;
}
.menu_button__line_top {
  left: 1px;
  top: 8px;
}
.menu_button__line_middle {
  left: 1px;
  top: 50%;
  margin-top: -1px;
}
.menu_button__line_bottom {
  left: 1px;
  bottom: 8px;
}
.active .menu_button__line_top {
  left: 1px;
  top: 50%;
  transform: rotate(45deg);
}
.active .menu_button__line_middle {
  display: none;
}
.active .menu_button__line_bottom {
  left: 1px;
  top: 50%;
  transform: rotate(-45deg);
}

#global_menu {
  width: 100%;
  margin: 0;
  top: 100%;
  position: absolute;
  z-index: 2001;
  background-color: #fff;
  display: none;
  overflow: auto;
}
.global_menu__inner {
  max-width: 1100px;
  padding-top: 20px;
  margin: 0 auto;
}
#global_menu nav ul {
  margin: 0;
}
#global_menu nav ul li {
  position: relative;
}
#global_menu nav > ul > li > a,
#global_menu nav > ul > li > span {
  color: #fff;
}
#global_menu nav a {
  display: block;
  border: 1px solid #fff;
  margin: 0 0 -1px 0;
  padding: 15px 10px 15px 32px;
  line-height: 1.3;
  text-decoration: none;
  background: #cecccc;
}
#global_menu nav a:hover {
  opacity: 0.8;
}
#global_menu .closeBtn {
  border: 1px solid #fff;
  margin: 0 0 -1px 0;
  padding: 0 10px 0 32px;
  line-height: 40px;
  text-decoration: none;
  background: rgba(206,204,204,0.9);
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
#global_menu .closeBtn:hover {
  opacity: 0.8;
}
#global_menu .closeBtn i {
  margin-right: 10px;
}
#global_menu .sub-menu {
  display: none;
}
#global_menu .sub-menu a {
  padding-left: 48px;
  background-color: rgba(241,241,241,0.9);
}
#global_menu .sub-menu li > .sub-menu a {
  padding-left: 64px;
  background-color: rgba(255,255,255,0.9);
}
#global_menu .sub-menu li > .sub-menu li > .sub-menu a {
  padding-left: 80px;
  background: #e6e6e6;
}
#global_menu .sub-menu a:hover {
  background-color: #eee !important;
  color: #333;
}
.menu-item-has-children .toggleIcon {
  position: absolute;
  right: 12px;
  z-index: 1000;
  font-size: 24px;
  display: block;
  line-height: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  top: 11px;
}
.menu-item-has-children .toggleIcon:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 3px;
  position: relative;
}
.menu-item-has-children .toggleIcon.close:before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
}
/* ----------------------------------------------------------------------
index
---------------------------------------------------------------------- */
.home_mv {
  position: relative;
  margin-bottom: 100px;
}
.home_mv_slider {
  height: 550px;
}
.home_mv_slider div {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_mv_screen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.home_mv_content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_mv_content_catch {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 0px;
  position: relative;
}
.home_mv_content_form {
  text-align: center;
}
.home_mv_content_form select {
  width: 280px;
  height: 60px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
  border-radius: 10px;
}

.home_mv_content_cross {
  font-size: 36px;
  color: #fff;
  vertical-align: -8px;
  display: inline-block;
  margin: 0 10px;
}
.home_mv_content_btn {
  -webkit-appearance: none;
  width: 190px;
  height: 50px;
  border-style: none;
  border-radius: 25px;
  cursor: pointer;
  margin-left: 20px;
  font-size: 16px;
}
.home_mv_content_btn i {
  font-size: 20px;
  margin-right: 5px;
}

/* recent post */
#index_recent_post {
  margin: 0 0 20px 0;
  overflow: hidden;
}
#index_recent_post ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#index_recent_post li {
  width: 50%;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
}
#index_recent_post .image {
  display: block;
  /*background: #000;*/
  width: 100px;
  height: 75px;
  margin-right: 13px;
}
#index_recent_post .image img {
  width: 100px;
  height: 75px;
  display: block;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
}
#index_recent_post .image:hover img {
  opacity: 0.7;
}
#index_recent_post .info {
  margin: 10px 0 0 0;
  width: calc(100% - 113px);
}
#index_recent_post .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 14px;
}
#index_recent_post .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
  height: 48px;
  overflow: hidden;
}
#index_recent_post .title a {
  text-decoration: none;
  display: block;
}
#index_recent_post .title a:hover {
  text-decoration: underline;
}
/* PR post */
#index_pr_post {
  margin: 0 0 20px 0;
}
#index_pr_post ul {
  margin: 0;
}
#index_pr_post ul li {
  padding: 10px 0;
  font-size: 14px;
}
#index_pr_post a {
  text-decoration: none;
  color: #333;
  background: url(img/common/arrow_yellow.gif) no-repeat left 5px;
  padding: 0 0 0 12px;
  display: block;
}
#index_pr_post a:hover {
  text-decoration: underline;
  color: #9a9a00;
}
#index_pr_post ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* category post */
.index-category-post-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.index-category-post {
  width: 49%;
  margin: 0 0 20px;
}
.index_category_post {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index_category_post .excerpt {
  padding: 0;
  line-height: 1.7;
  font-size: 12px;
  /*max-height: 50px;*/
  overflow: hidden;
}
.index_category_post .excerpt p {
  margin-bottom: 0px;
}
.index_category_post .post2 {
  margin-bottom: 0px;
  margin-bottom: -1px;
  overflow: hidden;
}
.index_category_post .post2 li {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  display: flex;
  width: 100%;
}

.index_category_post .post2 .image {
  width: 165px;
  height: 75px;
  margin-right: 10px;
  /*background: #000;*/
}
.index_category_post .post2 .image img {
  width: 100px;
  display: block;
}
.index_category_post .post2 .image:hover img {
  opacity: 0.7;
}
.index_category_post .post2 .date {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 12px;
}
.index_category_post .post2 .title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 150%;
  overflow: hidden;
}
.index_category_post .post2 .title a {
  text-decoration: none;
  display: block;
}
.index_category_post .post2 .title a:hover {
  text-decoration: underline;
}
.headline1 a {
  text-decoration: none;
  color: #999;
}
.headline1__prev {
  position: absolute;
  top: 9px;
  right: 0px;
  font-size: 14px;
}
.headline1__prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 2px;
}
.indexAdmin {
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.indexAdminSlide {
  margin-top: 20px;
}
.indexAdminSlide__item {
  width: 260px;
  padding: 14px;
  border: 1px solid #ddd;
  margin: 0 8px;
  background-color: #fff;
}
.indexAdminSlide__thumb img {
  max-width: 100%;
  height: auto;
}
.indexAdminSlide__job {
  margin-bottom: 0;
  margin-top: 8px;
}
.indexAdminSlide__name {
  margin-bottom: 0;
  font-size: 20px;
}
.indexAdminSlide .slick-arrow {
  border-style: none;
  background-color: #222;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
}
.indexAdminSlide .slick-prev {
  top: 50%;
  margin-top: -15px;
  left: -17px;
}
.indexAdminSlide .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}
.indexAdminSlide .slick-next {
  top: 50%;
  margin-top: -15px;
  right: -17px;
}
.indexAdminSlide .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
/* ranking post */
#index_ranking_post {
  margin: 0 0 20px 0;
}
#index_ranking_post .headline1 {
  border-left: 5px solid #865fac;
}
#index_ranking_post ul {
  margin: 0;
}
#index_ranking_post ul li {
  padding: 10px 0;
  font-size: 14px;
}
#index_ranking_post span {
  width: 60px;
  font-weight: bold;
  color: #865fac;
  float: left;
}
#index_ranking_post a {
  width: 565px;
  float: left;
  text-decoration: none;
  color: #333;
  display: block;
}
#index_ranking_post a:hover {
  text-decoration: underline;
  color: #865fac;
}
#index_ranking_post ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* bottom banner */
#index_bottom_banner {
  position: relative;
  text-align: center;
}
#index_bottom_banner li {
  margin: 0 14px 10px 0;
  display: inline-block;
}
#index_bottom_banner img {
  display: block;
}
/* ----------------------------------------------------------------------
single post page
---------------------------------------------------------------------- */
.post {
  padding: 30px 0px 10px;
}
/* ----------------------------------------------------------------------
footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  display: block;
  width: 44px;
  height: 44px;
  background: #222;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding-top: 7px;
  line-height: 1;
}
#return_top:hover {
  background-color: #666;
}
/* footer widget */
#footer_widget_wrap {
  border-top: 2px solid #222;
}
.footer_widget_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 50px 0;
  display: flex;
}
.footer_widget {
  width: 25%;
  padding-right: 30px;
  font-size: 11px;
  position: relative;
}
.footer_widget_clm3 {
  width: 33.33%;
}
.footer_pref {
  width: 50%;
}
.footer_headline {
  font-size: 14px;
  margin-bottom: 6px;
}
.footer_headline:before {
  content: "";
  background-color: #222;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
  vertical-align: -2px;
}
.footer_widget .menu {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.footer_widget .sub-menu {
  width: 239px;
  display: flex;
  flex-wrap: wrap;
}
.footer_widget .menu li {
  width: 33.33%;
  padding-right: 1em;
}
.footer_widget .menu li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-right: 2px;
  vertical-align: -1px;
}
.footer_widget .menu li a {
  margin-bottom: 5px;
  display: inline-block;
  width: calc(100% - 8px);
  vertical-align: top;
}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.footer_pref_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer_pref_list dt {
  width: 100%;
}
.footer_pref_list dd:after {
  content: "｜";
}
.footer_pref_list dd:last-child:after {
  content: "";
}

/* footer */
#footer_wrap {
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #adb8bf;
}
#footer {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
}
#footer a {
  text-decoration: none;
}
/* footer menu */
#footer_menu ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}
#footer_menu li {
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #adb8bf;
}
#footer_menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-style: none;
}
#footer_menu li a {
  text-decoration: none;
}
#footer_menu li a:hover {
  text-decoration: underline;
}
#footer_social_link {
  float: left;
}
/* footer logo */
#footer_logo_area {
  text-align: center;
  padding-top: 50px;
}
#footer_logo {
  margin: 0;
  line-height: 100%;
}
#footer_description {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  display: block;
  padding: 0;
  color: #aaa;
}
/* copyright */
#copyright {
  font-size: 12px;
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
}
.accordion-btn {
  display: none;
}

/* ----------------------------------------------------------------------
side
---------------------------------------------------------------------- */
#side_col .styled_post_list1 .image {
  float: none;
  margin: 0 auto 15px;
  width: 100%;
  height: auto;
}
#side_col .styled_post_list1 .image img {
  width: 100%;
  height: auto;
  display: block;
}
/* Header full */
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* search */
.widget_search label {
  display: none;
}
.google_search #search_input, .widget_search #search-box, .widget_search #s {
  width: 168px;
  height: 33px;
  margin: 0 -2px 5px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
}
#search_input {
  display: inline-block;
  vertical-align: middle;
}
#search_button {
  display: inline-block;
  vertical-align: middle;
}
.google_search input#search_button, .widget_search #search-btn input, .widget_search #searchsubmit {
  border: none;
  width: 80px;
  height: 35px;
  background: #bbb;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
}
.google_search input#search_button:hover, .widget_search #search-btn input:hover, .widget_search #searchsubmit:hover {
  background: #666;
  color: #fff;
}

.tabPostBlock {
  margin-bottom: 20px;
  background-color: #dceced;
  padding: 0 0 20px;
}
.changeTab__list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.changeTab li {
  flex: 1;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #B5B5B5;
  transition: .3s;
  padding: 24px 5px;
  display: flex;
}
.changeTab li:hover {
  background-color: #dceced;
  cursor: pointer;
  color: #333;
}
.changeTab li.active {
  background-color: #dceced;
  color: #333;
}
.changeTab li span {
  align-self: center;
  width: 100%;
}
.changeTab li:last-child {
  margin-right: 0;
}
.changeChildWrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.changeChild {
  padding: 20px;
  max-width: 600px;
  margin: 20px auto -5px;
}
.changeChild.hidden {
  display: none;
}
.changeChild ul {
  margin-bottom: 0px;
}
.changeChild ul li {
  margin-bottom: 5px;
}
.changeChild ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #222;
  margin-right: 5px;
}
.changeChild ul li a {
  text-decoration: none;
}
.changeChild ul li a:hover {
  text-decoration: underline;
}

.ownCatList li {
  margin-bottom: 0px;
  position: relative;
}
.ownCatList li a {
  display: block;
  padding: 10px 10px 11px 10px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
.ownCatList li a:hover {
  background-color: #E1E1E1;
  color: inherit;
}
.ownCatList li a:before {
  content: "";
  height: 20px;
  width: 4px;
  background-color: #BFBFBF;
  position: absolute;
  top: 13px;
  left: 0px;
}
.ownCatList li a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 16px;
  margin-top: -8px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
}
.sideTopics {
  margin-bottom: 20px;
}
.sideTab {
  border-bottom: 3px solid #222;
  margin-bottom: 0px;
  display: flex;
}
.sideTab li {
  width: 50%;
  display: flex;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #B5B5B5;
  transition: .3s;
  padding: 10px 5px;
}
.sideTab li.active {
  background-color: #222;
}
.sideTab li span {
  display: block;
  align-self: center;
  width: 100%;
}
.sideTab li:hover {
  background-color: #222;
  cursor: pointer;
}
.sideTabChild {
  border: 1px solid #ddd;
  padding: 20px;
}
.sideTabChild.hidden {
  display: none;
}
.sideTabList {
  margin-bottom: 0px;
}
.sideTabList li {
  display: flex;
}
.sideTabList li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sideTabList li .thumb {
  margin-right: 10px;
  /*background-color: #000;*/
  width: 80px;
  height: 80px;
}
.sideTabList li .thumb img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
  vertical-align: bottom;
}
.sideTabList li .thumb a:hover img {
  opacity: 0.7;
}
.sideTabList li .info {
  width: calc(100% - 90px);
}
.sideTabList li .info time {
  font-size: 14px;
}
.sideTabList p.sideTabTitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.shopSearchArea__allShops {
  position: absolute;
  font-weight: normal;
  top: 7px;
  right: 0px;
  font-size: 14px;
}
.shopSearchArea__allShops span {
  color: red;
  font-size: 140%;
}
.searchBlock {
  margin-bottom: 20px;
}
.searchInner {
  border-top-style: none;
  padding: 20px;
}
.searchList:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.searchTitle {
  margin-bottom: 0px;
  float: left;
  width: 160px;
  font-size: 16px;
  line-height: 1.5;
}
.searchTitle_word {
  padding-top: 16px;
}
.searchTitle:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-right: 6px;
  color: #222;
}
.searchRight {
  width:  calc(100% - 175px);
  float: right;
}
.searchMap {
  position: relative;
  padding-bottom: 112px;
}
.searchMapImg {
  text-align: center;
}
.searchMapImg img {
  width: 55%;
}
.areaSearchList {
  font-size: 16px;
  position: absolute;
}
.areaSearchList dt {
  background-color: #222;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 3px;
}
.areaSearchList dd {
  width: 85px;
  height: 34px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 3px;
}
.areaSearchList dd a {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #222;
  color: #222;
  border-radius: 20px;
  height: 100%;
  font-size: 16px;
  padding-top: 4px;
}
.areaSearchList dd a:hover {
  background-color: #222;
  color: #fff;
  text-decoration: none;
}
.areaSearchList_hokkaido {
  top: 0px;
  right: 0px;
  width: 180px;
}
.areaSearchList_hokkaido dt {
  background-color: #8059AA;
}
.areaSearchList_hokkaido dd a {
  border-color: #8059AA;
  color: #8059AA;
}
.areaSearchList_hokkaido dd a:hover {
  background-color: #8059AA;
}
.areaSearchList_tohoku {
  top: 86px;
  right: 0px;
  width: 182px;
}
.areaSearchList_tohoku dt {
  background-color: #2260A7;
}
.areaSearchList_tohoku dd a {
  border-color: #2260A7;
  color: #2260A7;
}
.areaSearchList_tohoku dd a:hover {
  background-color: #2260A7;
}
.areaSearchList_kanto {
  top: 240px;
  right: 0px;
  width: 182px;
}
.areaSearchList_kanto dt {
  background-color: #4AACD3;
}
.areaSearchList_kanto dd a {
  border-color: #4AACD3;
  color: #4AACD3;
}
.areaSearchList_kanto dd a:hover {
  background-color: #4AACD3;
}
.areaSearchList_chubu {
  top: 0;
  right: 310px;
  width: 274px;
}
.areaSearchList_chubu dt {
  background-color: #049B7E;
}
.areaSearchList_chubu dd a {
  border-color: #049B7E;
  color: #049B7E;
}
.areaSearchList_chubu dd a:hover {
  background-color: #049B7E;
}
.areaSearchList_kinki {
  top: 308px;
  right: 199px;
  width: 274px;
}
.areaSearchList_kinki dt {
  background-color: #AAB53E;
}
.areaSearchList_kinki dd a {
  border-color: #AAB53E;
  color: #AAB53E;
}
.areaSearchList_kinki dd a:hover {
  background-color: #AAB53E;
}
.areaSearchList_chugoku {
  top: 0px;
  left: 0px;
  width: 274px;
}
.areaSearchList_chugoku dt {
  background-color: #EA6097;
}
.areaSearchList_chugoku dd a {
  border-color: #EA6097;
  color: #EA6097;
}
.areaSearchList_chugoku dd a:hover {
  background-color: #EA6097;
}
.areaSearchList_shikoku {
  top: 121px;
  left: 0px;
  width: 274px;
}
.areaSearchList_shikoku dt {
  background-color: #F7931E;
}
.areaSearchList_shikoku dd a {
  border-color: #F7931E;
  color: #F7931E;
}
.areaSearchList_shikoku dd a:hover {
  background-color: #F7931E;
}
.areaSearchList_kyusyu {
  top: 242px;
  left: 0px;
  width: 182px;
}
.areaSearchList_kyusyu dt {
  background-color: #E23D4B;
}
.areaSearchList_kyusyu dd a {
  border-color: #E23D4B;
  color: #E23D4B;
}
.areaSearchList_kyusyu dd a:hover {
  background-color: #E23D4B;
}

.otherSearchList {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.otherSearchList:after {
  content: "";
  display: block;
  width: 31%;
}
.otherSearchList li {
  font-size: 16px;
  margin-bottom: 10px;
  width: 31%;
}
.otherSearchList li a {
  display: block;
  border: 1px solid #000;
  padding: 16px 32px;
  text-align: center;
  border-radius: 30px;
  transition: .2s;
  position: relative;
}
.otherSearchList li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.otherSearchList li a:hover {
  color: #fff;
  text-decoration: none;
}

.ml_ad_widget img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
}
.ml_ad_widget a:hover img {
  opacity: 0.7;
}

/*******************************
Page Style
*******************************/
.breadCrumb {
  padding: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 13px;
  margin-bottom: 40px;
}
.catPostList {
  margin-bottom: 30px;
}
.postListChild {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
}
.postListChild:after {
  display: none !important;
}
.postListChild .thumb {
  margin-right: 10px;
  position: relative;
}
.postListChild .info {
  width: calc(100% - 330px);
}
.postListChild .thumb img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
  vertical-align: bottom;
}
.postListChild .thumb a:hover img {
  opacity: 0.7;
}
.postListChild .colorCat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.postListChild .info p {
  margin-bottom: 0px;
}
.postListChild .info .catListTitle {
  line-height: 1.5;
  margin-bottom: 10px;
}
.postListChild .catListTitle a {
  font-size: 18px;
  font-weight: bold;
}
.postListChild .catListDesc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.profileArchiveList {
  margin-bottom: 40px;
}
.profileArchiveItem {
  border: 2px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
}
.profileArchiveItem__left {
  flex: none;
  margin-right: 20px;
}
.profileArchiveItem__right {
  flex: 1;
  position: relative;
}

.profileArchiveItem a {
  text-decoration: underline;
}
.profileArchiveItem__title {
  font-size: 20px;
  padding: 4px 0;
  margin-top: 0;
}
.profileArchiveItem__job {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: normal;
}
.profileArchiveItem__thumb {
  text-align: center;
}
.profileArchiveItem__link {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.profileArchiveItem__link:after {
  content:"\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 3px;
}

.singleProfileBlock {
  margin-bottom: 80px;
}
.singleProfileBlock__thumb {
  height: 300px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.profileArchiveSite {
  display: flex;
}
.profileArchiveSite__text {
  margin-bottom: 0;
}
.profileSingleSns {
  display: flex;
  margin-left: -5px;
  margin-top: 20px;
}
.profileSingleSns__item {
  width: 40px;
  margin-left: 5px;
}
.profileSingleSns__item img {
  max-width: 100%;
  height: auto;
}

.profileBlock {
  margin-bottom: 80px;
}
.profileBlock .headline1 {
  margin-bottom: 1em;
}
.profileHistoryList {
  display: flex;
  margin-bottom: .5em;
}
.profileHistoryList dt {
  width: 5em;
}
.profileSocietyList li {
  margin-left: 1.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.profileSocietyList li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  left: -1.3em;
  top: 4px;
}
.profileSocietyList a {
  text-decoration: underline;
}

.otherContentLink {
  text-align: center;
  margin-top: 10px;
}
.otherContentLink a {
  display: inline-block;
  width: 274px;
  padding: 8px 0;
  color: #fff;
  border-radius: 8px;
}
.color-btn {
  border: 1px solid #000;
  transition: .2s;
}
.color-btn:hover {
  text-decoration: none;
  background-color: #fff;
}

.singleTagList {
  display: flex;
  flex-wrap: wrap;
}
.singleTagList li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.singleTagList li a {
  padding: 8px 11px;
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
}

.sideTagList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  justify-content: center;
}
.side_widget .sideTagList li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 180px;
  padding: 0;
}
.sideTagList li a {
  display: flex;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  border: 4px double #222;
  transition: .2s;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #fff;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1.1;
}
.sideTagList li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -8px;
}
.sideTagList li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #fff;
}
/******************************************************************
Tablet & SP
*******************************************************************/
@media screen and (max-width: 1150px) {
  .homeH1Area {
    top: 70px;
  }
  .homeH1Area__text {
    padding: 0 10px;
  }
  .searchInner {
    padding-left: 0;
    padding-right: 0;
  }
  .searchTitle {
    float: none;
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
  }
  .searchRight {
    float: none;
    width: 100%;
  }
  .searchMapImg img {
    width: 490px;
  }
  .memberNaviSP {
    top: 9px;
    right: 52px;
  }
  .memberNaviSPList li a {
    padding: 14px 10px 0 12px;
    height: 42px;
    line-height: 1;
    font-size: 12px;
  }
}
@media screen and (min-width:769px) {
  .tbl_form {
    margin-bottom: 0;
    display: block;
    width: 100%;
  }
  .tbl_form dl {
    margin-bottom: 20px;
    display: flex;
    margin-bottom: 0;
  }
  .tbl_form dt {
    padding: 0 1em 2em 0;
    vertical-align: middle;
    width: 30%;
    margin-bottom: 0;
  }
  .tbl_form dd {
    padding: 0 1em 2em 0;
    vertical-align: middle;
    width: 70%;
    margin-bottom: 0;
  }
  .formRow2 {
    display: flex;
  }
  .formRow2 dl {
    width: 50%;
  }
  .tbl_form dt span {
    display: block;
  }
  .tbl_form dd span {
    display: inline-block;
    margin-right: 1em;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .tbl_form input.input_inq1 {
    width: 100%;
    padding: 0.5em;
  }
  .tbl_form input.input_inq3 {
    width: 100%;
    padding: 0.5em;
  }
  .tbl_form input#input_age {
    width: 4em;
  }
  .tbl_form textarea.input_inq2 {
    height: 10em;
  }
  .sitemap__row {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap__column {
    box-sizing: border-box;
    width: 33.33%;
    padding-right: 2%;
  }
  .SP {
    display: none !important;
  }
  .nextPrev .left,
  .nextPrev .right {
    align-self: stretch;
  }
  .otherList:hover img {
    opacity: 0.7;
  }
  .side_widget ul.ownCatList li .toggleIcon:hover {
    cursor: pointer;
  }
  .memberNaviSP {
    display: none;
  }
  .index_category_post .post2 li:nth-child(2n) {
    border-right-style: none;
  }
}
@media screen and (max-width: 768px){
  .headline1 {
    font-size: 24px;
  }
  .headline1__prev {
    font-size: 12px;
  }
  .indexAdminSlide__job {
    font-size: 13px;
  }
  .indexAdminSlide__name {
    font-size: 16px;
  }
  .changeTab li {
    padding: 10px 5px;
  }
  .homeH1Area {
    top: 60px;
  }
  .tbl_form dd.bT {
    padding-top: 0;
    border-style: none;
    padding-right: 0;
  }
  .btn_confirm {
    padding: 0.7em 2em;
  }
  input[name="submitBack"] {
    padding: 0.7em 2em;
  }
  .arrow_box {
    width: 100%;
  }
  .arrow_box ul li {
    border-right: 1px solid #DBDBDB;
    font-size: 16px;
  }
  .arrow_box ul li:last-child {
    border-style: none;
  }
  .arrow_box ul li:after {
    display: none;
  }
  .post .sitemap__h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .mw_wp_form table tr,
  .mw_wp_form table th,
  .mw_wp_form table td,
  .mw_wp_form table tbody,
  .mw_wp_form table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .post iframe[src*="https://www.youtube.com"] {
    height: 56vw;
  }
  .post .tableWrap {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
  }
  #header {
    width: 100%;
    height: 60px;
  }
  #header_color {
    height: 90px;
  }
  .sideTagList {
    justify-content: space-between;
  }
  .side_widget .sideTagList li {
    width: 49%;
    margin: 0 0 5px;
  }
  .sideTagList li a {
    height: 40px;
    font-size: 13px;
  }
  .ranking_widget ul {
    padding-left: 0;
    padding-right: 0;
  }
  .styled_post_list2 {
    display: block;
  }
  .styled_post_list2 li {
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .nextPrev .title {
    padding-left: 0px;
    max-height: 3.6em;
    overflow: hidden;
    align-self: center;
  }
  .nextPrev .thumb {
    display: none;
  }
  .nextPrev .left .inner,
  .nextPrev .right .inner {
    height: 4.5em;
  }
  .otherContent {
    margin-bottom: 40px;
  }
  .side_widget ul.ownCatList li .toggleIcon {
    top: 8px;
  }
  .tbl_form dd .weekSpan {
    display: block;
    margin-right: 0;
  }
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #logo_image #logo {
    left: 10px;
    top: 0px;
    height: 60px;
  }
  #logo_image #logo img {
    height: 36px;
    width: auto;
  }
  #header_menu_area {
    display: none;
  }
  #header_banner {
    display: none;
  }
  .search_input {
    width: calc(100% - 90px);
  }
  .search_input input {
    width: 100%;
  }
  .searchInner .search_input input {
    width: 100%;
  }
  .search_area {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search_area form {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .menu_button {
    right: 10px;
    top: 10px;
  }
  #global_menu {
    overflow: auto;
  }
  .home_mv {
    margin-bottom: 60px;
  }
  .home_mv_slider {
    height: calc(60vw);
  }
  .home_mv_content_inner {
    position: relative;
  }
  .home_mv_content_catch {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .home_mv_content_form select {
    width: 37vw;
    height: 45px;
    font-size: 14px;
  }
  .home_mv_content_cross {
    font-size: 18px;
    vertical-align: 0;
  }
  .home_mv_content_btn {
    width: 240px;
    height: 40px;
    margin: 15px auto 0;
    display: block;
  }
  #index_recent_post li {
    float: none;
    width: 100%;
  }
  .index-category-post {
    width: 100%;
  }
  .index_category_post .post2 .image {
    width: 30%;
    height: auto;
  }
  .index_category_post .post2 .image img {
    width: 100%;
    height: auto;
  }
  .index_category_post .post2 .info {
    flex: 1;
  }
  .footer_widget_block {
    width: 100%;
    padding: 20px 20px 0;
    flex-wrap: wrap;
  }
  .footer_widget,
  .footer_widget_clm3,
  .footer_pref {
    width: 100%;
  }
  .footer_widget .sub-menu {
    width: auto;
  }
  .footer_widget .menu .sub-menu li {
    width: 100%;
  }
  #footer {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }
  #footer_social_link {
    float: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .shopSearchArea__allShops {
    top: -34px;
    right: 0px;
  }
  .searchBlock {
    margin-top: 40px;
  }
  .searchInner {
    padding: 20px 12px;
  }
  .searchTitle {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .searchRight {
    width: 100%;
    float: none;
  }
  .searchMap {
    padding-bottom: 14vw;
  }
  .searchMapImg img {
    width: 60%;
    position: relative;
    left: 1.8%;
  }
  .areaSearchList_chugoku {
    width: 31.7%;
  }
  .areaSearchList_shikoku {
    width: 31.7%;
    top: 106px;
  }
  .areaSearchList_chubu {
    width: 31.7%;
    right: 35%;
  }
  .areaSearchList_kyusyu {
    top: 212px;
    width: 21%;
  }
  .areaSearchList_hokkaido {
    width: 10.2%;
  }
  .areaSearchList_tohoku {
    width: 21%;
  }
  .areaSearchList_kanto {
    width: 21%;
    top: 240px;
  }
  .areaSearchList_kinki {
    width: 31.7%;
    top: 271px;
    right: 23%;
  }
  .areaSearchList dd {
    width: 68px;
    height: 28px;
  }
  .areaSearchList dd a {
    font-size: 12px;
    padding-top: 2px;
  }
  .otherSearchList li {
    width: 49%;
  }
  .otherSearchList li a {
    padding: 8px 18px;
    border-radius: 22px;
    font-size: 16px;
  }
  .otherSearchList li a:after {
    font-size: 10px;
    right: 10px;
    margin-top: -5px;
  }
  .postListChild {
    display: block;
  }
  .postListChild .thumb {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .postListChild .info {
    width: 100%;
  }
  .profileArchiveItem {
    display: block;
  }
  .profileArchiveItem__left {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .profileArchiveItem__right {
    flex: 1;
    position: static;
    padding-bottom: 0;
  }
  .profileArchiveItem__link {
    margin-top: 1.5em;
    position: static;
  }
}

/******************************************************************
TABLET ONLY
*******************************************************************/
@media screen and (min-width: 751px) and (max-width: 768px) {
  .memberNaviSPList {
    font-size: 14px;
    margin-bottom: 0;
  }
  .index_category_post .post2 .date {
    font-size: 16px;
  }
  .index_category_post .excerpt {
    font-size: 16px;
  }
  .index_category_post .post2 .title {
    font-size: 18px;
  }
  .headline1__prev {
    font-size: 14px;
  }
  .ranking_widget ul li {
    font-size: 16px;
  }
  .styled_post_list2 .date {
    font-size: 16px;
  }
  .styled_post_list2 .title {
    font-size: 20px;
  }
  .styled_post_list2 .excerpt {
    font-size: 16px;
  }
  .footer_headline {
    font-size: 18px;
  }
  .footer_pref_list {
    font-size: 16px;
  }
  .footer_widget .menu {
    font-size: 16px;
  }
  #footer_menu ul {
    font-size: 16px;
  }
}

/******************************************************************
SP ONLY
*******************************************************************/
@media screen and (max-width: 750px){
  .memberNaviSP {
    right: 50px;
  }
  .home_mv_slider {
    height: calc(100vh - 60px);
  }
  .searchMap {
    padding-bottom: 0;
  }
  .searchMapImg img {
    width: 100%;
    position: static;
  }
  .areaSearchList {
    position: static;
    margin-bottom: 15px;
    width: calc(100% + 5px) !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .areaSearchList dt {
    width: 100%;
    margin-right: 0;
    margin-left: 5px;
    font-size: 16px;
  }
  .areaSearchList dd {
    width: calc((100% - 15px)/3 - 1px);
    height: 30px;
    margin-left: 5px;
    margin-right: 0;
  }
  .areaSearchList dd a {
    font-size: 12px;
    padding-top: 2px;
  }
  .otherSearchList li a {
    font-size: 12px;
  }
  .index_review .searchReviewClm .clmThumb {
    width: 100%;
  }
  .otherList {
    width: 50%;
  }
}
@charset "utf-8";

#topSearchArea,
#searchArea {
  margin-bottom: 30px;
}
#topSearchArea *,
#searchArea * {
  box-sizing: border-box;
  line-height: 1.3em;
}
.searchBox {
  border: 2px solid #0194C7;
  margin-bottom: 20px;
}
.searchBox:after {
  content: "";
  display: block;
  clear: both;
}
.searchBox .left {
  float: left;
  width: 25%;
  padding: 20px;
  font-size: 16px;
}
.searchBox .left p {
  padding-left: 1.1em;
  position: relative;
  line-height: 1.2em;
}
.searchBox .left p:before {
  content: "\f18e";
  font-family: "Font Awesome 5 Pro";
  color: #0194C7;
  position: absolute;
  left: 0;
  top: 0;
}
.searchBox .right {
  float: right;
  width: 75%;
  padding: 20px 20px 5px 20px;
}
.searchBox .right dl {
  margin-bottom: 15px;
}
.searchBox .right dl dt {
  display: inline-block;
  width: 18%;
  position: relative;
}
.searchBox .right dl dt:after {
  display: block;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: #0194C7;
  position: absolute;
  right: 0;
  top: 0;
}
.searchBox .right dl dd {
  display: inline-block;
}
.searchBox .right dl dd:not(:last-child):after {
  content: "｜"
}
.searchBox .right dl dd a {
  text-decoration: underline;
}
.searchBox .right ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.searchBox .right ul li a {
  text-decoration: underline;
}
.searchBox .right ul li:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  margin-right: 3px;
  color: #0194C7;
}

.searchListClm {
  border: 1px solid #0194C7;
  margin-bottom: 50px;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
.clmBody {
  display: flex;
}
.clmHeading {
  font-size: 24px;
  color: #fff;
  background-color: #0194C7;
  font-weight: bold;
  margin-bottom: 15px;
}
.clmHeading a {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
.clmHeading a:hover {
  color: #fff;
}
.clmHeading__title {
  width: 75%;
  margin-bottom: 0;
}
.clmHeading__info {
  font-size: 14px;
}
.clmThumb {
  margin-right: 10px;
}
.clmThumb img {
  transition: opacity .2s;
}
.clmThumb a:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 641px){
  .clmThumb {
    width: 250px;
  }
  .clmThumb img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px){
  .clmBody {
    display: block;
  }
  .clmHeading {
    font-size: 18px;
  }
  .clmHeading a {
    padding: 10px 10px;
    display: block;
  }
  .clmHeading__info {
    margin-top: 10px;
    font-size: 12px;
  }
  .clmHeading__title {
    width: 100%;
  }
}

.clmDesc {
  flex: 1;
}
.clmDesc div {
  font-size: 15px;
}
.clmCity {
  margin-bottom: 7px;
}
.clmAddr {
  margin-bottom: 15px;
  line-height: 1.3em;
}
.clmSubject {
  margin-top: 10px;
}
.clmSubject p {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #8E8E8E;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 6px;
}
.clmAnker {
  text-align: right;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #0194C7;
}
.clmAnker p {
  display: inline-block;
}
.clmAnker p:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  color: #0194C7;
  margin-right: 4px;
}
.searchListClm__row {
  display: flex;
  justify-content: space-between;
}
.searchListClmAddress {
  width: calc(100% - 228px);
}
.searchListClm__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.searchListClm__tags li {
  padding: 6px 10px;
  border: 1px solid #8E8E8E;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 6px;
}
.searchListClmReview {
  display: flex;
  width: 218px;
}
.searchListClmReview__clm {
  width: 104px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 0;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.searchListClmReview__inner {
  width: 100%;
}
.searchListClmReview__small {
  margin-bottom: 0;
  font-size: 12px;
  margin-bottom: 5px;
}
.searchListClmReview__large {
  margin-bottom: 0;
  font-size: 16px;
}
.searchListClm__body {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.searchListClm__left {
  width: 40%;
}
.searchListClmThumb {
  margin-bottom: 10px;
}
.searchListClmThumb__row {
  display: flex;
  justify-content: space-between;
}
.searchListClmThumb__row img {
  width: 49%;
}
.searchListClm__right {
  width: calc(60% - 30px );
}
.searchListClmButtons {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  margin-top: 10px;
}
.searchListClmButtons__tel,
.searchListClmButtons__more {
  width: calc(50% - 30px);
  margin: 0 auto;
}
.searchListClmButtons__tel a {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: block;
  padding: 22px 0;
  border-radius: 6px;
  font-size: 18px;
  height: 71px;
}
.searchListClmButtons__more a {
  text-align: center;
  display: block;
  padding: 20px 0;
  border-radius: 6px;
  font-size: 18px;
  border: 2px solid #ddd;
  height: 71px;
}
.searchListClmButtons__tel i {
  transform: scale(-1, 1);
  margin-right: 5px;
}
.searchListClmButtons__more i {
  margin-right: 5px;
}
@media screen and (max-width: 750px){
  .searchListClm {
    padding: 10px;
    margin-bottom: 1rem;
  }
  .searchListClmReview__clm {
    padding: 2px 0;
  }
  .searchListClmReview__small {
    margin-bottom: 2px;
  }
  .searchListClm__row {
    flex-direction: column-reverse;
  }
  .searchListClmReview {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .searchListClmReview__clm {
    margin: 0;
    width: 49%;
  }
  .searchListClm__tags {
    width: 100%;
    margin-bottom: 15px;
  }
  .searchListClm__city {
    margin-bottom: 0px;
  }
  .searchListClm__addr {
    margin-bottom: 10px;
  }
  .searchListClm__body {
    margin-top: 0;
    display: block;
  }
  .searchListClm__left {
    width: 100%;
  }
  .searchListClm__right {
    width: 100%;
  }
  .searchListClmButtons {
    margin: 0;
    flex-direction: column;
  }
  .searchListClmButtons__tel {
    width: 100%;
    margin: 0 0 5px;
  }
  .searchListClmButtons__more {
    width: 100%;
    margin: 0;
  }
  .searchListClmButtons__tel a,
  .searchListClmButtons__more a {
    padding: 0;
    line-height: 54px;
    height: auto;
  }
  .searchListClmAddress {
    width: 100%;
  }
}

.searchReviewClm {
  margin-bottom: 20px;
}
.searchReviewClm a {
  display: block;
  padding: 20px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
  background-color: #fff;
}
.searchReviewClm a:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}
.searchReviewClm .clmThumb {
  width: 188px;
}
@media screen and (max-width: 750px){
  .searchReviewClm .clmThumb {
    margin: 0 auto 20px;
  }
}
.searchReviewClm .clmSubject {
  margin-top: 0;
  margin-bottom: 10px;
}
.searchReviewClm .clmCity {
  margin-bottom: 0;
}
.searchReviewClm .clmComment {
  margin-top: 10px;
}
.searchReviewClm .clmComment__text {
  margin-bottom: 0;
}
.clmReview {
  display: flex;
  margin-top: 15px;
}
.clmReview__star {
  display: flex;
}
.clmReview__star__img {
  background: url(images/largestars.png) no-repeat left top;
  background-size: 132px auto;
  width: 132px;
  height: 22px;
  line-height: 17px;
  overflow: hidden;
  margin-right: 8px;
}
.clmReview__star__range {
  background: url(images/largestars.png) 0 -29px no-repeat;
  background-size: 132px auto;
  text-indent: -9999px;
  height: 22px;
  line-height: 17px;
}
.clmReview__star__num {
  padding-top: 2px;
}
.clmReview__star {
  
}
.clmReview__count {
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}
.clmReview__star,
.clmReview__count {
  flex: 1;
}

.index_review {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index_review__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_review .clmComment {
  padding-bottom: 1em;
}
.index_review .clmComment__title {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.index_review .searchReviewClm {
  width: 49%;
}
.index_review .searchReviewClm a {
  display: block;
  height: 100%;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0 0 5px 0;
  position: relative;
  background-color: #fff;
}
.index_review .clmDesc {
  padding: 0 20px 0;
}
.index_review .clmHeading {
  margin-left: -20px;
  margin-right: -20px;
}
.index_review .clmReview {
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.index_review .clmName {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.index_review .clmHeading {
  padding: 8px 15px;
}
.index_review .searchReviewClm .clmThumb {
  margin-right: 0;
}
.index_review .searchReviewClm .clmThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
}
@media screen and (max-width: 750px){
  .index_review .searchReviewClm .clmThumb {
    margin-bottom: 0;
  }
  .index_review__row {
    display: block;
  }
  .index_review .searchReviewClm {
    width: 100%;
  }
}

/****************************************************************
* Single
*****************************************************************/
.singleH2Area {
  position: relative;
}
.singleH2AreaHeading {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2f2f2f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singleH2Area h1 {
  font-size: 32px;
  font-weight: normal;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
}
.singleH2Area h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.singleH2Area .entry {
  display: block;
  width: 33%;
  padding: 10px 0;
  text-align: center;
  background-color: #6ABE6A;
  color: #fff;
  border: 3px solid #fff;
  position: absolute;
  top: 32px;
  right: 15px;
}
.singleH2Area__dl {
  display: flex;
  margin-bottom: 12px;
}
.singleH2Area__dl dt {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 17px 20px 0;
  width: 120px;
  text-align: center;
  font-weight: normal;
  border-radius: 6px;
  height: 52px;
}
.singleH2Area__dl dd {
  font-size: 14px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 130px);
}
@media screen and (max-width: 750px){
  .singleH2Area h1 {
    font-size: 32px;
    width: 100%;
  }
  .singleH2AreaHeading {
    display: block;
    margin-bottom: 20px;
  }
  .singleH2Area__dl {

  }
  .singleH2Area__dl dt {
    font-size: 12px;
    padding: 14px 0 0;
    width: 74px;
    height: 45px;
  }
  .singleH2Area__dl dd {
    width: calc(100% - 84px);
    font-size: 12px;
  }
}

.shopSingleTab {
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.shopSingleTab li {
  width: 49.5%;
  padding: 20px;
  text-align: center;
  border-bottom-style: none;
  cursor: pointer;
}
@media screen and (min-width: 1029px){
  .shopSingleTab li:hover {
    opacity: .8;
  }
}
.shopSingleTab li.is-active {
  background-color: #000;
  border-color: #000;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 750px){
  .shopSingleTab {
    margin-top: 30px;
  }
  .shopSingleTab li {
    width: 49%;
    margin: 0;
    padding: 15px;
  }
}

.searchSingle {
  border: 1px solid #9E9E9E;
  padding: 20px;
  background-color: #fff;
}
.sCharaList {
  margin-bottom: 30px;
  margin-left: -5px;
}
#searchArea .sCharaList li {
  display: inline-block;
  min-width: 123px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #0194C7;
  color: #0194C7;
  margin-left: 5px;
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: 16px;
}
#searchArea .sCharaList li.active {
  opacity: 1;
}
#searchArea .sCharaList li.active a {
  color: #fff;
  background-color: #0194C7;
  display: block;
  width: 100%;
  padding: 12px 40px;
  height: 100%;
}
@media screen and (max-width: 750px){
  #searchArea .sCharaList li.active a {
    padding: 7px 8px 7px 8px;
    font-size: 8px;
  }
}
.sSingleSec {
  margin-bottom: 30px;
}
.sSingleSlider {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px){
  .sSingleSlider {
    width: 100%;
  }
}
.sSingleSlider .slick-arrow {
  border-style: none;
  background-color: #222;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
}
.sSingleSlider .slick-prev {
  top: 50%;
  margin-top: -15px;
  left: -17px;
}
.sSingleSlider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}
.sSingleSlider .slick-next {
  top: 50%;
  margin-top: -15px;
  right: -17px;
}
.sSingleSlider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.sSingleH3 {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  margin: 80px 0 50px;
  padding: 21px 20px;
  text-align: center;
}
.sSingleH4 {
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0194C7;
}
.sSingleComment {
  margin-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 750px){
  .sSingleComment {
    font-size: 14px;
  }
}
.sThumbList li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 320px;
}
.sThumbList li:nth-child(2n) {
  margin-right: 0;
}
.sThumbList li:nth-child(2n+1) {
  clear: both;
}
.sTimeSchedule {
  width: 100%;
}
.sTimeSchedule thead {
  background-color: #0194C7;
  border: 1px solid #0194C7;
  color: #fff;
}
.sTimeSchedule thead td {
  text-align: center;
  vertical-align: middle;
  padding: .75em;
}
.sTimeSchedule tbody th,
.sTimeSchedule tbody td {
  border: 1px solid #878787;
  text-align: center;
  vertical-align: middle;
  padding: .75em;
}
.sTimeSchedule__holiday {
  margin-top: 80px;
  font-size: 18px;
}
.sSubjectList {
  text-align: left;
}
.sSubjectList li {
  width: 146px;
  padding: 15px;
  border: 1px solid #0194C7;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
.sSingleSec_map__map iframe {
  width: 100%;
}
@media screen and (max-width: 750px){
  .sSingleH3 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 15px;
  }
  .sSingleSec.sSingleSec_map {
    margin-bottom: 0;
  }
  .sSingleSec_map__map iframe {
    height: 240px;
  }
  .sTimeSchedule__holiday {
    margin-top: 40px;
    font-size: 14px;
  }
}
.sLastTable {
  width: 100%;
}
.sLastTable tr:not(:first-child) {
  border-top: 1px solid #9C9C9C;
}
.sLastTable th {
  width: 20%;
  text-align: left;
  vertical-align: top;
  padding: 30px 5px 30px 0;
  font-size: 18px;
  font-weight: normal;
}
.sLastTable td {
  text-align: left;
  vertical-align: top;
  padding: 30px 5px 30px 0;
  font-size: 18px;
}
.shop_custom_link_wrapper {
  margin-bottom: -11px;
}
.shop_custom_link {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0194C7;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin: 0px 14px 11px 0;
}
.shop_custom_link:hover {
  color: #fff;
}
@media screen and (max-width: 750px){
  .sLastTable {
    border-top-style: none;
  }
  .sLastTable,
  .sLastTable tbody,
  .sLastTable tr,
  .sLastTable th,
  .sLastTable td {
    font-size: 14px;
  }
  .sLastTable td {
    padding-left: 1em;
  }
  .shop_custom_link {
    font-size: 12px;
    padding: 8px;
    margin-right: 4px;
  }
}
span.slash:not(:last-child):after {
  content: "／";
}
.cityClm {
  margin-bottom: 40px;
}
.cityClm h3 {
  font-size: 17px;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0194C7;
}
.cityClm h3:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  margin-left: 2px;
  margin-right: 4px;
}
.cityClm li {
  float: left;
  width: 20%;
  padding-right: 1%;
  height: 33px;
  margin-bottom: 6px;
}
@media screen and (min-width: 641px){
  .cityClm li:nth-child(5n) {
    padding-right: 0;
  }
}
#searchArea .cityClm li a {
  display: block;
  background-color: #F9F9F9;
  line-height: 33px;
  font-size: 13px;
  text-align: center;
}
#map {
  width: 100%;
  height: 300px;
}
span.dot:last-child {
  display: none;
}


@media screen and (max-width: 640px){
  img {
    max-width: 100%;
    height: auto;
  }
  .cityClm li {
    width: 33.3%;
    padding-right: 1%;
  }
  .cityClm li:nth-child(3n) {
    padding-right: 0;
  }
  .singleH2Area h1, .singleH2Area p {
    width: 100%;
    margin-bottom: 10px;
  }
  .singleH2Area .entry {
    width: 100%;
    position: static;
  }
  .sCharaList li {
    font-size: 3vw;
  }
  .searchSingle {
    padding: 8px;
  }
  .sThumbList li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sSubjectList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sSubjectList li {
    display: block;
    width: 49%;
    margin-bottom: 10px;
    padding: 15px 5px;
  }
  .sCharaList {
    font-size: 0px;
  }
  #searchArea .sCharaList li {
    text-align: center;
    min-width: 32%;
    margin: 0 0.5% 0.5vw;
    font-size: 14px;
  }
  .sTimeSchedule thead td {
    font-size: 12px;
    padding: 10px 3px;
  }
  .sTimeSchedule tbody th,
  .sTimeSchedule tbody td {
    font-size: 12px;
    padding: 10px 3px;
  }
  .sTimeSchedule tbody th.time {
    width: 30%;
  }
  .searchBox .right dl dd {
    margin-bottom: 10px;
  }
  .clmThumb {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .clmDesc {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 340px){
  #searchArea .sCharaList li {
    text-align: center;
    width: 48%;
    margin: 0 0.5% 0.5vw;
    font-size: 3vw;
  }
}

.tdMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 750px){
  .tdMap iframe {
    width: 100%;
    height: 180px;
  }
}

.shopSingleReview {
  border: 1px solid #9E9E9E;
  padding: 20px;
}
.shopSingleReviewWrapper {
  max-width: 800px;
  margin: 0 auto;
}
.tabTarget {
  display: none;
}
.tabTarget.is-active {
  display: block;
}