@charset "utf-8";
/*
Theme Name: ART HOTEL MORIOKA
Author: ART HOTEL MORIOKA
Author URI: https://art-morioka.com/
Description: 
Version: 1.0.0
Text Domain: art-morioka.com
*/

small {
  font-size: small;
}

.information-tag {
  margin: 0 auto 1em auto;
  width: 10em;
  color: #fff;
  background-color: #335a68;
  padding: 2px 8px;
}
.information-date {
  margin-bottom: 2em;
}
.event-tag {
  margin: 0 auto 1em auto;
  width: 10em;
  color: #fff;
  padding: 2px 8px;
}
.event-date {
  margin-bottom: 2em;
}
.restaurants-tag {
  margin: 0 auto 1em auto;
  width: 10em;
  color: #fff;
  padding: 2px 8px;
  text-align: center;
}
.restaurants-date {
  margin-bottom: 2em;
}
body.archive .restaurants-tag {
  margin: 0 0 0.5em 0;
}

.menu-category {
  display: flex;
  clear: both;
}
.menu-category-list {
  margin-right: 1em;
}
.menu-category-link {
  display: block;
  padding: 0.1em 1em;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
}
.menu-category-link:hover {
  background-color: #888;
}
.menu-img-link {
  transition: all 0.2s;
}
.menu-img-link:hover {
  opacity: 0.8;
}

body.restaurants-child.boulogne .mod-keyvisual,
body.restaurants-child.goka .mod-keyvisual,
body.restaurants-child.kaijuso .mod-keyvisual,
body.stay-child.double .mod-keyvisual,
body.stay-child.superior_double .mod-keyvisual,
body.stay-child.twin .mod-keyvisual,
body.stay-child.superior_twin .mod-keyvisual,
body.stay-child.queen .mod-keyvisual,
body.stay-child.deluxe_twin .mod-keyvisual,
body.stay-child.triple .mod-keyvisual {
  margin-bottom: 0 !important;
}

body.single-restaurants_menu .mod-visual2__upper {
  margin-bottom: 40px;
}

h1.mod-heading5-1 {
  font-size: 26px;
}
.mod-table1__desc .mod-visual2__lower-left-list {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border: none;
}

/* Ninja Forms */
.nf-before-form-content {
  max-width: 800px;
  margin: auto;
  padding: 5px;
  margin-bottom: 2em;
  display: none;
}
.nf-form-content {
  max-width: 800px;
}
.nf-after-form-content {
  max-width: 800px;
  margin: auto;
  padding: 5px;
}
.nf-response-msg {
  max-width: 800px;
  margin: auto;
  padding: 5px;
  font-size: 150%;
  text-align: center;
}
.nf-insert-form {
  display: none;
}
.ninja-forms-req-symbol {
  font-size: 0;
}
.ninja-forms-req-symbol::before {
  background-color: #e80000;
  color: #fff;
  border-radius: 3px;
  padding: 0 0.5em;
  margin-left: 0.5em;
  font-size: 12px;
  content: '必須';
}
.nf-form-content button,
.nf-form-content input[type='button'],
.nf-form-content input[type='submit'] {
  display: block;
  margin: auto;
  cursor: pointer;
}
.nf-form-content textarea.ninja-forms-field {
  line-height: 1.4;
}
.nf-form-content label {
  width: 100%;
}
.nf-field-label .nf-label-span {
  font-size: 18px;
  line-height: 20px;
}
.listradio-wrap .nf-field-element input {
  -webkit-appearance: none;
  appearance: none;
  display: none !important;
}

/* Slick */
.event-slide:before,
.event-slide:after,
.mod-slider1__slide:before,
.mod-slider1__slide:after,
.wedding-pickup-slide:before,
.wedding-pickup-slide:after {
  display: none;
}
.event-slide__slide,
.mod-slider1__slide,
.wedding-pickup-slide {
  overflow: inherit;
}

.mod-slider1__slide.slick-carousel .slick-slide {
  margin: 0 20px;
}
.mod-slider1__slide.slick-carousel .mod-slider1__frame {
  margin: auto;
}
.wedding-pickup-slide.slick-carousel .slick-slide {
  margin: 0 7px;
}

.slick-prev,
.slick-prev:hover {
  width: 16px;
  height: 29px;
  background-image: url(./img/common/icon_arrow_left.png);
}
.slick-prev::before {
  content: '';
  width: 0;
  height: 0;
}
.slick-next,
.slick-next:hover {
  width: 16px;
  height: 29px;
  background-image: url(./img/common/icon_arrow_right.png);
}
.slick-next::before {
  content: '';
  width: 0;
  height: 0;
}

/* TinyMCE */
#tinymce,
#tinymce div,
#tinymce dl,
#tinymce dt,
#tinymce dd,
#tinymce ul,
#tinymce ol,
#tinymce li,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce pre,
#tinymce code,
#tinymce form,
#tinymce fieldset,
#tinymce legend,
#tinymce input,
#tinymce textarea,
#tinymce p,
#tinymce blockquote,
#tinymce table,
#tinymce caption,
#tinymce th,
#tinymce td,
#tinymce address,
#tinymce span,
#tinymce a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  line-height: inherit;
  background-repeat: no-repeat;
  background-position: center left;
}

#tinymce {
  padding: 1em !important;
  background-color: #ffffff;
  color: #010100;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #tinymce {
    width: auto;
    padding: auto !important;
    border: none;
  }
}

#tinymce img,
.wp-content img {
  max-width: 100%;
}
.wp-content a img{
  width: auto!important;
}
#tinymce p,
.wp-content p {
  padding: 0;
}
#tinymce strong,
.wp-content strong {
  font-weight: bold;
}
#tinymce em,
.wp-content em {
  font-style: oblique;
}
#tinymce del,
.wp-content del {
  text-decoration: line-through;
}
#tinymce blockquote,
.wp-content blockquote {
  padding: 2vw;
  border: 1px solid #a49f91;
  background-color: rgba(182, 157, 88, 0.1);
  margin-bottom: 1em;
}
#tinymce ul,
.wp-content ul {
  list-style: disc;
  padding-left: 1em;
  margin: 0.5em 0 1em 0;
  line-height: 1.7;
}
#tinymce ol,
.wp-content ol {
  list-style: decimal;
  padding-left: 1em;
  margin: 0.5em 0 1em 0;
  line-height: 1.7;
}
#tinymce a,
.wp-content a {
  color: #6d6346;
}

#tinymce table,
.wp-content table {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0.5em 0 0 0;
}
#tinymce table caption,
.wp-content caption {
  text-align: left;
  padding-bottom: 1em;
}
#tinymce table,
.wp-content table {
  border: 1px solid #a49f91;
}
#tinymce table th,
.wp-content table th,
#tinymce table td,
.wp-content table td {
  border: 1px solid #a49f91;
  padding: 0.5em;
  padding: 1em;
}
#tinymce table th,
.wp-content table th,
#tinymce thead td,
.wp-content thead td {
  background-color: rgba(182, 157, 88, 0.16);
  padding: 1em;
}

#tinymce h3,
.wp-content h3 {
  font-size: 20px;
  border-bottom: 3px dotted #a38f57;
  margin-bottom: 0.8em;
}
#tinymce h4,
.wp-content h4 {
  font-size: 18px;
  border-left: 4px solid #a38f57;
  padding-left: 0.4em;
  margin-bottom: 0.8em;
}
#tinymce h5,
.wp-content h5 {
  font-size: 16px;
  margin-bottom: 0.8em;
}
#tinymce h5::before,
.wp-content h5::before {
  content: '\f02e';
  font-family: 'Font Awesome 5 Free';
  color: #a38f57;
  font-weight: bold;
  margin-right: 0.3em;
}

#tinymce .alignleft,
.wp-content .alignleft {
  margin-left: 0;
  margin-right: auto;
  float: none !important;
  display: block;
}
#tinymce .alignright,
.wp-content .alignright {
  margin-left: auto;
  margin-right: 0;
  float: none !important;
  display: block;
}
#tinymce .aligncenter,
.wp-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  display: block;
}

/* wp-pagenavi */
.wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #232e48;
  font-weight: bold;
  font-size: 110%;
  background-color: #ffffff;
  border: 3px solid #232e48;
  padding: 8px 15px;
  margin: 0 2px 4px 2px;
  white-space: nowrap;
  border-radius: 50px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #232e48;
  border-color: #232e48;
}
.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #232e48;
  border-color: #232e48;
  font-weight: bold;
}
.info_bnr {
  position: absolute;
  top: 24%;
  right: 10%;
}

/* flex */
.flex-box { display: flex; flex-wrap: wrap; align-items: center; }
.flex-box > .item-50p { width: 50%; }
.flex-box .txt-area { padding: 2rem 4rem; }
.-reverse { flex-direction: row-reverse; }

/*--------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .info_bnr {
    right: 0%;
  }
}
/*--------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  small {
    font-size: x-small;
  }

  #tinymce h3,
  .wp-content h3 {
    font-size: 4.5vw;
  }
  #tinymce h4,
  .wp-content h4 {
    font-size: 4vw;
  }
  #tinymce h5,
  .wp-content h5 {
    font-size: 3.5vw;
  }

  h1.mod-heading5-1 {
    font-size: 5.2vw;
  }

  /* Ninja Forms */
  .nf-error .nf-error-msg {
    font-size: 200%;
  }

  /* TinyMCE */
  #tinymce blockquote,
  .wp-content blockquote {
    padding: 4vw;
  }

  /* Slick */
  body.home .slick-dotted.slick-slider {
    margin-bottom: 15vw;
  }

  /* wp-pagenavi */
  .wp-pagenavi a,
  .wp-pagenavi span {
    border-width: 0.66667vw;
  }
} /* max-width: 750px */

/*--------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .info_bnr {
    display: none;
  }
  .ssflex_clm {
    flex-direction: column;
  }
  .flex-box > .ss-item-100p {
    width: 100%;
  }
  .flex-box .txt-area {
    padding: 2rem;
  }
}
