@charset "UTF-8";
/* CSS Document */

/*
Theme Name: puror
*/

/* --------------------------------------------------
  General / Base
-------------------------------------------------- */
#content {
  position: relative;
}

.midashi {
  color: #fff !important;
}

.midashi a {
  color: #fff !important;
}

.down {
  margin-top: -20px !important;
  margin-bottom: 20px;
}

.f_r {
  float: right;
  padding: 10px !important;
}

.f_r li {
  list-style-type: none !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft {
  float: left !important;
  padding: 0px 20px 20px 0px;
}

img.aligncenter {
  display: block;
  margin: 0px auto;
}

img.alignright {
  float: right !important;
  margin: 1px 1px 1px auto;
  padding: 0px 0px 20px 20px;
}

/* --------------------------------------------------
  Headings & Titles
-------------------------------------------------- */
.hrym h3 {
  font-size: 30px !important;
  color: #866134 !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid orange;
}

.hrym h3 a {
  font-size: 30px !important;
  color: #866134 !important;
}

.hrym h4 {
  font-size: 25px !important;
  text-align: left !important;
  color: #866134 !important;
  padding-bottom: 10px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px dotted orange;
}

.hrym h5 {
  font-size: 18px !important;
  color: #866134 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.hrym ul {
  margin-bottom: 30px !important;
}

.tit {
  font-size: 22px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  margin: 0 0 10px 0 !important;
  font-family: "じゅん 101", "新丸ゴ B", sans-serif !important;
  color: #805830 !important;
  text-align: center !important;
  clear: both;
  padding-top: 10px !important;
}

.tit a {
  font-size: 22px !important;
  font-weight: bold !important;
  font-family: "じゅん 101", "新丸ゴ B", sans-serif !important;
  color: #866134 !important;
}

.tit2 {
  text-align: left !important;
}

/* --------------------------------------------------
  Breadcrumbs
-------------------------------------------------- */
@media only screen and (min-width: 481px) {
  .breadcrumb {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 5%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }

  .breadcrumb ol {
    width: 1084px;
    text-align: left;
    margin: 0 auto;
  }

  .breadcrumb ol li {
    display: inline-block;
    font-size: 90%;
    line-height: 1;
  }

  .breadcrumb ol li + li::before {
    content: ">";
    display: inline-block;
    margin: 0 8px;
  }

  #content.page {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 2.5%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow-x: scroll;
  }

  .breadcrumb ol {
    width: auto;
    text-align: left;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumb ol li {
    display: inline-block;
    font-size: 70%;
    line-height: 1;
    margin-right: 6px;
    padding: 6px 0;
  }

  .breadcrumb ol li + li::before {
    content: ">";
    display: inline-block;
    margin: 0 6px 0 0;
  }

  #content.page {
    padding-top: 80px !important;
  }
}

/* --------------------------------------------------
  Article Content & WordPress Detail
-------------------------------------------------- */
.e_date {
  text-align: right;
  font-size: 11px;
  margin: 20px 0px 10px;
  line-height: 20px !important;
}

.e_date a {
  color: #000000;
}

.e_date img {
  width: 20px;
  height: auto;
  float: none;
  opacity: 0.8;
  display: inline-block;
  padding-right: 5px;
}

@media screen and (max-width: 480px) {
  .e_date {
    text-align: right;
    font-size: 10px !important;
    margin: 20px 0px 10px;
    line-height: 20px !important;
    height: 20px !important;
  }

  .e_date img {
    width: 15px !important;
    height: auto !important;
    padding-top: 10px;
    float: none;
  }
}

.wp-detail {
  padding: 10px 10px 50px !important;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px !important;
}

.wp-detail ul,
.wp-detail ol {
  margin-bottom: 20px !important;
}

.wp-detail ul li {
  list-style-type: disc !important;
  margin-left: 30px !important;
}

.wp-detail ol li {
  list-style-type: decimal !important;
  margin-left: 20px;
}

.wp-detail em {
  font-style: italic !important;
}

.wp-detail strong {
  color: orange !important;
  font-size: 120%;
}

.wp-detail h4 {
  font-family: "じゅん 101", "新丸ゴ B", sans-serif !important;
  clear: both;
}

.wp-detail h5 {
  font-family: "じゅん 101", "新丸ゴ B", sans-serif !important;
  clear: both;
}

.wp-detail h6 {
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: "じゅん 101", "新丸ゴ B", sans-serif !important;
  color: #808080 !important;
  clear: both;
  text-align: center;
  margin-bottom: 10px !important;
}

.wp-detail img {
  width: auto;
  height: auto;
  display: block !important;
  margin: 10px 0px !important;
  float: none;
}

.wp_detail hr {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  display: block;
}

@media screen and (max-width: 480px) {
  .wp-detail {
    padding-bottom: 0 !important;
  }

  .wp-detail img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }
}

/* --------------------------------------------------
  Reservation Banner (yoyaku_bnr)
-------------------------------------------------- */
.yoyaku_bnr {
  padding: 8px !important;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px #ccc;
}

.yoyaku_bnr * {
  white-space: nowrap;
}

@media only screen and (min-width: 481px) {
  .yoyaku_bnr {
    padding: 24px 32px !important;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .yoyaku_bnr p {
    line-height: 1 !important;
    margin-bottom: 10px;
  }

  .yoyaku_bnr::after {
    display: none !important;
  }

  .yoyaku_bnr img {
    width: 300px !important;
  }

  .yoyaku_bnr > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .yoyaku_bnr > div:first-of-type {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 400px) !important;
  }

  .yoyaku_bnr .yoyaku-box-left .yoyaku-contact-tel {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .yoyaku_bnr {
    margin-top: 24px !important;
    margin-bottom: 48px !important;
  }

  .yoyaku_bnr img {
    width: 70% !important;
  }

  .yoyaku-contact-tel {
    font-size: 25px !important;
    background-size: contain !important;
    background-position: 10px center !important;
  }

  .yoyaku-contact-tel span {
    line-height: 1 !important;
    display: inline-block !important;
    transform: translateY(-4px) !important;
  }
}

/* --------------------------------------------------
  Navigation & Pagination
-------------------------------------------------- */
.b_box,
.pager {
  margin: auto;
}

.pager {
  margin: 10px 0 10px;
  padding: 10px 10px 10px;
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin-top: 20px;
}

.page-numbers {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 5px;
  background: #ffffff;
  vertical-align: middle;
  border: 1px solid #3d93b2;
  color: #3d93b2;
  text-decoration: none !important;
}

a:hover.page-numbers {
  background-color: #3d93b2;
  color: #ffffff;
}

.pager .current {
  background-color: #3d93b2 !important;
  color: #ffffff;
}

.ichiran {
  text-align: right;
  float: left;
}

.ichiran a {
  display: block;
  background-color: #3d93b2;
  padding: 0px;
  text-align: center;
  width: 80px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.prenex {
  float: right;
}

.prenex a {
  display: block;
  background-color: #3d93b2;
  padding: 0px;
  text-align: center;
  width: 50px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 3px;
  font-size: 12px;
}

.ichiran a:hover,
.prenex a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------
  Other Elements & Layouts
-------------------------------------------------- */
.service-guide2 {
  margin: -30px 0 20px 0 !important;
}

#wp_menu {
  padding-top: 30px;
}

@media screen and (min-width: 769px) {
  #wp_menu {
    width: 900px;
    margin: auto;
  }

  .wp-detail-guide1 ul {
    position: relative;
  }
}

.blogBox {
  text-align: left !important;
  margin-top: 40px;
}

.widgetTitle,
.screen-reader-text {
  display: none;
}

.wp-detail-guide1 li {
  float: right;
  padding: 5px;
}

.service-guide.blog-guide h4 img {
  float: none;
}