@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: top; }

a img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

#content {
  padding: 60px 0 70px;
  margin: 0 auto;
  width: 100%;
  min-height: 50vh; }
  #content.special {
    padding: 60px 6% 50px; }

.l-page_contact {
  padding: 3em 0;
  margin: -2px auto 0; }
  .l-page_contact.ad {
    background: #FFEBF5; }
    .l-page_contact.ad .haveto {
      background: #D75A96; }
    .l-page_contact.ad .inquiry th {
      background: #ffebf51a; }
  .l-page_contact_wrapper {
    margin: auto;
    background: #fff;
    max-width: 950px; }
    @media (min-width: 768px) {
      .l-page_contact_wrapper {
        width: 80%;
        padding: 6em 5em; } }
    @media (max-width: 767px) {
      .l-page_contact_wrapper {
        width: 95%;
        padding: 1em; } }
    .l-page_contact_wrapper h2 {
      text-align: center;
      margin: 0 auto;
      font-size: 30px;
      font-size: 3rem;
      line-height: 0.8;
      color: #D75A96;
      padding-bottom: 1em; }
    .l-page_contact_wrapper .gimu {
      text-align: center;
      margin: 2em auto;
      background: #fff9e0;
      padding: 1em;
      border-radius: 10px; }
    .l-page_contact_wrapper .birth select {
      max-width: 85px;
      display: inline-block;
      margin: 4px 0; }
    .l-page_contact_wrapper .accept {
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3333333333;
      margin: 50px auto; }

.post-title {
  margin-bottom: 1.5em;
  color: #1e2c67; }

.post-meta .cate {
  display: inline;
  width: fit-content;
  border-radius: 10px;
  background: #079156;
  color: #fff;
  margin-left: 1em;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 0; }
  .post-meta .cate span:not(:last-child)::after {
    content: "・"; }

.post-cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post-cont p {
    width: 70%; }
    .post-cont p.t_non {
      width: 100%; }
  .post-cont .post-thumb {
    width: 25%; }
    @media (min-width: 768px) {
      .post-cont .post-thumb {
        margin-top: -3em; } }
    @media (max-width: 767px) {
      .post-cont .post-thumb {
        margin: 0;
        position: absolute;
        right: 3%;
        bottom: 0; } }
  .post-cont a {
    text-decoration: underline; }
    .post-cont a:hover {
      text-decoration: none; }

.post_head.item .post-title {
  padding-left: 0 !important; }

.post_thumbnail img {
  width: 100%;
  margin: auto;
  margin-bottom: 1em; }

.post-cont .post-price {
  width: 100%;
  padding: 15px 1em;
  background: #1e2c67;
  font-weight: bold; }
  .post-cont .post-price p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1; }
    .post-cont .post-price p span {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }

.post-osusume {
  border: 3px solid #808080;
  padding: 30px 20px 20px;
  margin-bottom: 100px;
  position: relative; }
  .post-osusume span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #808080;
    color: #bee4d1;
    padding: 0 1em; }

.link {
  text-align: center; }
  .link .itiran {
    color: #000;
    margin: 0 1em; }
    .link .itiran:hover {
      text-decoration: underline; }
  .link img {
    padding-top: 12px;
    margin: 0 5px; }
    .link img:hover {
      opacity: 0.5; }
  .link span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    padding-top: 17px;
    letter-spacing: normal; }
    .link span:hover {
      background: #666; }

.contact-wrapper p {
  width: 100%; }
.contact-wrapper .inquiry {
  margin-bottom: -1px; }
.contact-wrapper .kome {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  display: block;
  color: #FF0000; }
.contact-wrapper .bus {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  display: block; }
.contact-wrapper .doui h2 {
  text-align: center;
  margin: 30px auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #000;
  padding: 0; }
.contact-wrapper .doui p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-bottom: 20px;
  width: 100%; }
.contact-wrapper .houshin {
  width: 100%;
  height: 300px;
  overflow: scroll;
  margin: 50px auto;
  border: 1px solid #ddd;
  padding: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667; }
  .contact-wrapper .houshin h3 {
    background: #ddd;
    text-align: center !important;
    margin-bottom: 30px !important;
    margin-top: 30px;
    font-size: 18px !important;
    color: #000;
    padding: 10px !important;
    font-family: "Noto Sans JP", sans-serif; }
  .contact-wrapper .houshin h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    color: #73A0BE;
    border-bottom: 1px solid #73A0BE;
    padding-bottom: 0.65em;
    margin: 2.5em 0 1em; }
  .contact-wrapper .houshin ol {
    margin-left: 2em; }
    .contact-wrapper .houshin ol li {
      list-style: decimal; }
      .contact-wrapper .houshin ol li ul li {
        list-style: none; }
        .contact-wrapper .houshin ol li ul li span {
          display: block;
          padding-left: 1em; }
  .contact-wrapper .houshin h5 {
    color: #1e2c67;
    margin: 2.5em 0 0; }

.page_n {
  width: 100%;
  text-align: center; }

.pagination {
  margin: 4em auto;
  display: flex;
  justify-content: center; }

.post-header {
  padding: 0; }

.post-content {
  padding: 0 !important; }

.post-title a:hover {
  color: #079156; }

.cat-content {
  border: none;
  border-left: 10px solid #079156;
  padding: 10px 0; }
  .cat-content h1 {
    text-align: center;
    padding-left: 1em !important;
    color: #079156 !important; }

.fa-clock-o:before {
  top: 4px; }

@media (min-width: 768px) {
  #content {
    margin: 4em 0;
    padding: 60px 3em 70px; } }
@media (max-width: 767px) {
  #content {
    margin: 2em 0;
    padding: 60px 1em 70px; } }

.side-widget a:hover {
  color: #079156; }

.slider_wrapper {
  margin: 2em auto 4em;
  max-width: 1000px; }
  @media (min-width: 768px) {
    .slider_wrapper {
      padding: 2em 4em; } }
  @media (max-width: 767px) {
    .slider_wrapper {
      padding: 0 2em; } }

.slider .slick-slide {
  position: relative;
  margin-bottom: 10px; }
  .slider .slick-slide img {
    width: 100% !important;
    max-height: 600px;
    object-fit: contain; }
    @media (min-width: 768px) {
      .slider .slick-slide img {
        height: 55vw !important; } }
    @media (max-width: 767px) {
      .slider .slick-slide img {
        height: 55vw !important; } }
  .slider .slick-slide .noimage {
    width: 100% !important;
    height: 60vw !important;
    max-height: 700px;
    object-fit: cover;
    background: #EFEFEF;
    display: grid;
    align-content: center;
    justify-items: center;
    color: #898989; }
    @media (min-width: 768px) {
      .slider .slick-slide .noimage {
        min-height: 700px; } }
    @media (max-width: 767px) {
      .slider .slick-slide .noimage {
        min-height: 250px; } }
.slider_thumbnail_wrapper {
  margin: 1em auto; }
.slider_thumbnail li {
  transition: .3s;
  position: relative; }
  @media (min-width: 768px) {
    .slider_thumbnail li {
      width: calc((100% / 5) - 16px) !important; } }
  @media (max-width: 767px) {
    .slider_thumbnail li {
      width: calc((100% / 3) - 14px) !important; } }
  .slider_thumbnail li::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .slider_thumbnail li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    object-fit: cover; }
  .slider_thumbnail li.slick-current .noimage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #EFEFEF;
    display: grid;
    align-content: center;
    justify-items: center;
    color: #898989;
    object-fit: cover; }
  .slider_thumbnail li:hover {
    cursor: pointer;
    transition: .3s; }

.slick-arrow {
  display: block;
  position: absolute;
  background: none;
  border: none;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1; }

.slick-arrow:hover {
  opacity: 0.7; }

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

/* next */
.slick-next {
  right: 0; }

.slick-next::after {
  transform: rotate(45deg); }
  @media (min-width: 768px) {
    .slick-next::after {
      right: -40px; } }
  @media (max-width: 767px) {
    .slick-next::after {
      right: -1.5em; } }

/* prev */
.slick-prev {
  left: 0; }

.slick-prev::after {
  transform: rotate(-135deg); }
  @media (min-width: 768px) {
    .slick-prev::after {
      left: -40px; } }
  @media (max-width: 767px) {
    .slick-prev::after {
      left: -1.5em; } }

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px; } }
.slider_thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px; }
  .slider_thumbnail .slick-track::before {
    display: none; }

.gallery_post_wrapper {
  margin: 0 auto !important; }

.side-widget .side-title {
  background: #def1e8;
  padding: 5px; }

.widget_recent_entries a, .widget_archive a, .widget_categories a, .widget_meta a, .widget_views a {
  background: none;
  position: relative;
  padding-left: 25px; }
  .widget_recent_entries a:hover, .widget_archive a:hover, .widget_categories a:hover, .widget_meta a:hover, .widget_views a:hover {
    background: none; }
  .widget_recent_entries a::before, .widget_archive a::before, .widget_categories a::before, .widget_meta a::before, .widget_views a::before {
    content: '';
    background-color: #ccc;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 6px; }
