@charset "UTF-8";
/* CSS Document */
/* Font Awesome */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* Google Fonts */
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
/***************************************************************
mixin
***************************************************************/
/***************************************************************
/* reset
***************************************************************/
html,
body {
  color: #323232;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  width: 100%;
}

h1,
h2,
h1 strong {
  font-family: "Rounded Mplus 1c";
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

p {
  font-size: 1.05rem;
}

a {
  color: #323232;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

dl,
dd,
dt {
  margin: 0;
}

button, .more-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

button:hover, .more-btn:hover {
  color: #fff;
}

button::after, .more-btn::after {
  padding-left: 1em;
  font-family: "FontAwesome";
}

#map {
  height: 300px;
}

/***************************************************************
snippet
***************************************************************/
.opacity:hover {
  opacity: 0.7;
}

.photobox-img, .facility-article__gallery__img__item__photobox img, .facility-article__interior__img__item__photobox img, .facility-article__peripheral__img__item__photobox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.row,
.row--ext {
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 869px) {
  .row {
    max-width: 840px;
  }
  .row--ext {
    min-width: 840px;
    padding: 0 60px;
  }
}

@media screen and (min-width: 1201px) {
  .row {
    max-width: 1200px;
  }
  .row--ext {
    min-width: 1200px;
    padding: 0 90px;
  }
}

/***************************************************************
common
***************************************************************/
.taxo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.taxo__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  height: 52px;
  width: 47.8%;
  margin: 5px 1%;
  padding: 0.2em 0.4em;
  border: solid 2px;
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 1.4em;
  background: #fff;
}

.taxo__list__item::before {
  display: block;
  width: 16px;
  font-size: 24px;
  font-weight: bold;
  margin-left: -2px;
  margin-right: 8px;
}

.taxo__list__item__text {
  display: block;
  width: 100%;
  height: 42px;
  padding: 2px;
  padding-left: 6px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}

.taxo__list__item.able {
  border-color: #ff5036;
}

.taxo__list__item.able::before {
  content: "○";
  color: #ff5036;
}

.taxo__list__item.disable {
  background: #f9f9f9;
  border-color: #999;
  color: #aaa;
}

.taxo__list__item.disable::before {
  content: "×";
  font-size: 32px;
}

.taxo__list__item.inquery {
  border-color: #ffb536;
}

.taxo__list__item.inquery::before {
  content: "△";
  color: #ffb536;
}

.taxo__list__item.andmore {
  color: #8cb72f;
  display: inline-block;
  width: auto !important;
}

.taxo__list__item.andmore::before {
  display: none;
}

.taxo__list__item.andmore a {
  color: #8cb72f;
  border-left: none;
  padding: 2px 6px;
  margin: 0 0 0 1%;
}

.taxo__list__item.andmore a::after {
  content: "\f101";
  margin-left: 1em;
  font-family: "FontAwesome";
}

.taxo__meaning__box {
  margin: 0 15px 0 0;
  display: inline-block;
}

.taxo__meaning__mark {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.taxo__meaning__mark::after {
  content: ":";
  margin-left: 0.2em;
}

.taxo__meaning__mark.able {
  color: #ff5036;
}

.taxo__meaning__mark.disable {
  color: #aaa;
}

.taxo__meaning__mark.inquery {
  color: #ffb536;
}

.taxo__meaning__desc {
  display: inline-block;
  width: auto;
}

.table {
  width: 100%;
  margin: 0 0 15px;
}

.table__title {
  margin-bottom: 0.8em;
  padding-left: 0.5em;
  border-right: 1px solid #dfe8ed;
  border-bottom: 1px solid #dfe8ed;
  color: #ff8827;
  font-size: 1.3rem;
}

.table__group {
  border-top: 1px solid #dfe8ed;
  border-left: 1px solid #dfe8ed;
  background: #fff;
  width: 100%;
}

.table__cell {
  position: relative;
  display: block;
  padding: 1em 0.5em;
  border-right: 1px solid #dfe8ed;
  border-bottom: 1px solid #dfe8ed;
  width: 100%;
  word-break: break-all;
}

.table__cell.term {
  font-weight: bold;
  text-align: left;
  color: #323232;
  background: #dcdddd;
}

.table__cell.desc {
  background: #fff;
  font-size: 0.9rem;
  text-align: left;
}

.table__cell.desc span {
  font-size: 1.3rem;
  font-weight: 600;
  color: red;
  margin-right: 5px;
}

.tickets {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: auto;
}

.tickets li {
  margin-bottom: 0.8em;
  display: inline-block;
  width: 100%;
}

.tickets li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 10px 5px 10px 13px;
  background: #fffdf5;
  border: 1px solid #dfe8ed;
  border-radius: 3px;
  color: #323232;
  line-height: 1.4;
}

.tickets li a::before {
  content: "";
  width: 4px;
  height: 26px;
  background: #323232;
  position: relative;
  display: block;
  left: -6px;
}

.tickets li a:hover {
  color: #ffb915;
}

.article-board {
  width: 100%;
  padding: 3%;
  margin-bottom: 30px;
  border: 5px solid #dfe8ed;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-board__title {
  width: 100%;
  line-height: 1;
  border-left: 7px solid #323232;
  padding-left: 12px;
  margin: 0 0 10px;
  word-break: break-all;
}

.article-board__title a {
  font-size: 1.5rem;
  color: #323232;
}

.article-board__catchcopy {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
}

.article-board__terms {
  width: 100%;
}

.article-board__terms--title {
  width: 100%;
  margin-right: 0;
}

.article-board__terms--title p {
  text-align: center;
  background: #fff1cf;
  border-radius: 5px;
  margin: 0;
  padding: 1px 2px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #503b07;
}

.article-board__terms__list {
  width: 100%;
  margin-bottom: 5px;
}

.article-board__terms__list__item {
  display: inline;
  font-size: 0.9rem;
  color: #4a5354;
  line-height: 1.5;
  margin-right: 8px;
}

.article-board__terms__list__item::after {
  content: "、";
}

.article-board__terms__list__item:last-child::after {
  content: "";
}

.article-board__img__photobox {
  width: 75%;
  margin: 3% auto 3%;
}

.article-board__text {
  width: 100%;
}

.article-board--table .table__row:nth-child(3) .desc {
  text-align: left;
}

.article-board--table .table__row:nth-child(4) .desc {
  text-align: left;
}

.article-board__detail_box {
  width: 100%;
}

.article-board__btns {
  width: 100%;
}

.article-board__telbtn {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 0 2px;
  font-size: 0.85rem;
  line-height: 1.1;
  color: #323232;
  background: #fff;
  border: 1px solid #dfe8ed;
  border-radius: 10px;
}

.article-board__telbtn span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}

.article-board__telbtn:hover {
  color: #323232;
}

.article-board__mailbtn {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  padding: 15px 10px;
  background: #ff7b00;
  border-radius: 7px;
}

.article-board__mailbtn::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 7px;
}

.article-board__morebtn {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  padding: 14px 10px;
  background: #323232;
  border-radius: 10px;
  position: relative;
}

.article-board__morebtn::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -16px;
}

.article-board__morebtn:hover {
  background: #e2e6ec;
  color: #323232;
}

@media screen and (min-width: 426px) {
  .article-board .prices__box {
    width: 48%;
    margin-right: 2%;
  }
  .article-board .prices__box:last-child {
    margin-right: 0;
  }
  .tickets li {
    width: 48.8%;
  }
  .tickets li:nth-child(even) {
    margin-left: 1%;
  }
}

@media screen and (min-width: 650px) {
  .article-board__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-board__btns {
    margin-top: 30px;
  }
  .article-board__img {
    width: 40%;
  }
  .article-board__img__photobox {
    width: 100%;
    margin: 0 auto;
  }
  .archive__results .article-board__img {
    width: 40%;
  }
  .archive__results .article-board__img__photobox {
    width: 100%;
    margin: 0 auto;
  }
  .article-board__text {
    width: 56%;
    margin-left: 4%;
  }
  .article-board__morebtn {
    padding: 10px 10px;
  }
  .article-board__morebtn:after {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 869px) {
  .table__group {
    display: table;
  }
  .table__row {
    display: table-row;
  }
  .table__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .article-board__title a {
    font-size: 2rem;
  }
  .article-board__catchcopy {
    font-size: 1.3rem;
  }
  .article-board__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .article-board__terms--title {
    width: 14%;
  }
  .article-board__terms--title p {
    font-size: 1rem;
  }
  .article-board__terms__list {
    width: 83%;
  }
  .article-board__terms__list__item {
    font-size: 1rem;
  }
  .article-board__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-board__img {
    width: 40%;
  }
  .article-board__img__photobox {
    width: 100%;
    margin: 0 auto;
  }
  .archive__results .article-board__img {
    width: 40%;
  }
  .archive__results .article-board__img__photobox {
    width: 100%;
    margin: 0 auto;
  }
  .article-board__text {
    width: 56%;
    margin-left: 4%;
  }
  .article-board__detail_box {
    width: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-board--table .table__cell.term {
    width: 30%;
  }
  .article-board--table .table__cell.desc {
    width: 70%;
  }
  .article-board__telbtn {
    padding: 12px 0 6px;
    font-size: 0.95rem;
  }
  .article-board__telbtn span {
    font-size: 2.2rem;
  }
  .article-board__morebtn {
    font-size: 1.1rem;
    margin-top: 30px;
  }
  .tickets li {
    width: 32.1%;
    margin-right: 1%;
  }
  .tickets li:nth-child(even) {
    margin-left: 0;
  }
  .tickets li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1201px) {
  .article-board__title a {
    font-size: 2.2rem;
  }
  .article-board__catchcopy {
    font-size: 1.3rem;
  }
  .article-board__terms {
    width: 48%;
  }
  .article-board__terms--title {
    width: 16%;
  }
  .article-board__terms--title p {
    font-size: 1.1rem;
  }
  .article-board__terms__list {
    width: 81%;
  }
  .article-board__terms__list__item {
    font-size: 1rem;
  }
  .article-board__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0;
  }
  .article-board__img {
    width: 40%;
    margin-right: 4%;
  }
  .article-board__img__photobox {
    width: 100%;
  }
  .archive__results .article-board__img {
    width: 40%;
  }
  .archive__results .article-board__img__photobox {
    width: 100%;
    margin: 0 auto;
  }
  .article-board__text {
    width: 52%;
  }
  .article-board__detail_box {
    width: 56%;
  }
  .article-board--table .table__cell.term {
    width: 19%;
  }
  .article-board--table .table__cell.desc {
    width: 81%;
  }
  .article-board--table .table__cell.desc span {
    font-size: 2rem;
  }
  .article-board__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .article-board__telbtn {
    width: 44%;
    margin: 0;
    padding: 12px 0 6px;
  }
  .article-board__morebtn {
    width: 54%;
    margin: 0;
    font-size: 1rem;
  }
  .archive__results .article-board__morebtn {
    width: 40%;
    margin: 0 auto;
  }
  .tickets li {
    width: 32%;
    margin-bottom: 12px;
    margin-right: 1.3%;
  }
  .tickets li:nth-child(even) {
    margin-left: 0;
  }
  .tickets li:nth-child(3n) {
    margin-right: 0;
  }
}

/* ページネーション */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin: 10px;
}

.pagination a {
  padding-top: 5px;
  border: 2px solid #dfe8ed;
  min-width: 36px;
  min-height: 36px;
  background: #fff;
  color: #323232;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
  border-radius: 4px;
}

.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin: 0;
}

.pagination li:not([class*="current"]) a:hover {
  background: #323232;
  border-color: #323232;
  color: #fff;
}

.pagination li.first span, .pagination li.last span, .pagination li.previous span, .pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before, .pagination li.previous a::before {
  display: inline-block;
  font-size: inherit;
}

.pagination li.last a::after, .pagination li.next a::after {
  display: inline-block;
  font-size: inherit;
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background: #323232;
  border-color: #323232;
  color: #fff;
}

.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination li a::before, .pagination li a::after {
  font-family: "FontAwesome";
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
}

@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

/* パンくず */
.breadcrumbs {
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px;
}

.breadcrumbs ul {
  width: 98%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs ul li {
  font-size: 0.9rem;
  padding: 2px 0;
  display: inline-block;
}

.breadcrumbs ul li a {
  position: relative;
  margin-right: 20px;
}

.breadcrumbs ul li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -4px;
}

@media screen and (min-width: 869px) {
  .breadcrumbs {
    margin-top: 23px;
  }
  .breadcrumbs ul {
    width: 840px;
  }
}

@media screen and (min-width: 1201px) {
  .breadcrumbs ul {
    width: 1200px;
  }
}

area {
  border: none;
  outline: none;
}

/***************************************************************
header
***************************************************************/
#header {
  width: 100%;
  position: relative;
  z-index: 9998;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}

.header__catch {
  width: 100%;
  border-top: 3px solid #323232;
  border-bottom: 1px dashed #dfe8ed;
}

.header__catch__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.header__catch--left {
  font-size: 0.8rem;
  line-height: 1.2;
  margin-right: 0;
}

.header__catch--right {
  display: none;
}

.header__content {
  background: #fff;
}

.header__content__box {
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.header__content--left {
  width: 60%;
  max-width: 320px;
  margin-right: 10px;
}

.header__content--right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__content__tel, .header__content__mail, .header__content__trigger {
  width: 33%;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.header__content__tel, .header__content__mail {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-left: 1px solid #dfe8ed;
}

.header__content__tel:before, .header__content__mail:before {
  content: "";
  font-family: FontAwesome;
  display: block;
  color: #ff7b00;
}

.header__content__tel--text, .header__content__mail--text {
  display: none;
}

.header__content__tel:before {
  content: "\f095";
  font-size: 2.4rem;
}

.header__content__mail:before {
  content: "\f0e0";
  font-size: 2.2rem;
}

.header__content__mail:hover {
  background: #ffa800;
}

.header__content__trigger {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #323232;
  position: relative;
}

.header__content__trigger:after {
  content: "\f0c9";
  font-family: FontAwesome;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  text-align: center;
}

.header__content__trigger--text {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  display: block;
  padding-top: 30px;
  text-align: center;
}

.header__content__trigger:hover {
  opacity: 0.7;
}

.header__content__trigger.opened:after {
  content: "\f00d";
}

.gnav {
  display: none;
}

.sp-float-trigger {
  display: none;
}

.sp-gnav {
  display: none;
  width: 100%;
  height: 88%;
  padding: 10% 3% 5%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: auto;
  left: 0;
  background: #323232;
  border-top: 1px solid #dfe8ed;
}

.sp-gnav__box {
  padding: 8px 15px 8px 15px;
}

.sp-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sp-gnav__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin: -1px 0;
  border: 1px solid #ccc;
}

.sp-gnav__list__item a {
  width: 85%;
  display: block;
  padding: 22px;
  text-align: center;
}

.sp-gnav__list__item span {
  width: 15%;
  background: #ffc18f;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 4;
  text-align: center;
  display: block;
  z-index: 90;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sp-gnav__list__item span:before {
  content: "+";
}

.sp-gnav__list__item span.opened:before {
  content: "-";
}

.sp-gnav__list__item--area {
  background: #fff3e5;
}

.sp-gnav__list__item--area a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #323232;
}

.sp-gnav__list__item--flow {
  background: #fff;
}

.sp-gnav__list__item--choice {
  background: #fff;
}

.sp-gnav__list__item--point {
  background: #fff;
}

.sp-gnav__list__item--company {
  background: #fff;
}

.sp-gnav__child {
  display: none;
  width: 100%;
}

.sp-gnav__child__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.sp-gnav__child__list__item {
  position: relative;
  background: #fff;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.sp-gnav__child__list__item a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #323232;
  text-align: left;
  padding: 15px 10px 15px 25px;
}

.sp-gnav__child__list__item a:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #ffc18f;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}

.sp-gnav__child__list__item a:hover:before {
  border-left-color: #ff8827;
}

.sp-gnav__child__list__item a:hover:after {
  content: none;
}

.header__blockproxy {
  display: none;
}

.header__blockproxy.blockproxy-active {
  display: block;
  height: 80px;
}

@media screen and (min-width: 869px) {
  #header {
    height: 155px;
  }
  .header__catch {
    width: 100%;
    border-top: 3px solid #323232;
    border-bottom: 1px dashed #dfe8ed;
  }
  .header__catch__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .header__catch--left {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-right: 0;
  }
  .header__catch--right {
    display: none;
  }
  .header__content {
    background: #fff;
  }
  .header__content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .header__content--left {
    width: 300px;
    margin: 12px 0;
  }
  .header__content--right {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .header__content__tel {
    display: block;
    width: 250px;
    padding: 0 0 0 42px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    position: relative;
    border: none;
  }
  .header__content__tel::before {
    content: "";
    width: 50px;
    height: 35px;
    background: url(../img/common/free-icon.gif) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .header__content__tel--text {
    color: #323232;
    display: block;
  }
  .header__content__tel--time {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
  }
  .header__content__mail {
    padding: 6px 11px 7px 51px;
    font-size: 1.1rem;
    font-weight: 600;
    background: #ff7b00;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    width: 180px;
    border: none;
  }
  .header__content__mail::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -17px;
  }
  .header__content__mail--text {
    color: #fff;
    display: block;
  }
  .header__content__trigger {
    display: none;
  }
  .gnav {
    display: block;
    width: 840px;
    margin: 0 auto;
    background: #323232;
    border-radius: 10px;
    position: relative;
    z-index: 9999;
  }
  .gnav__box {
    padding: 8px 15px 8px 15px;
  }
  .gnav__list {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 42px;
  }
  .gnav__list__item {
    border-right: 1px solid #dfe8ed;
    position: relative;
  }
  .gnav__list__item a {
    display: block;
    padding: 8px;
    border-bottom: none;
    font-size: 0.95rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }
  .gnav__list__item a:hover {
    color: #323232;
    position: relative;
  }
  .gnav__list__item--top {
    width: 40px;
    margin-right: 5px;
    border-right: none;
  }
  .gnav__list__item--top a {
    font-size: 2rem;
    line-height: 1.3;
    padding: 0;
  }
  .gnav__list__item--top a .fa {
    color: #fff;
  }
  .gnav__list__item--top:hover {
    background: none;
  }
  .gnav__list__item--top:hover .fa {
    color: #ffe97e;
  }
  .gnav__list__item--area {
    width: 150px;
    background: #fff;
    border-radius: 3px;
    margin-right: 10px;
  }
  .gnav__list__item--area:hover {
    background: #ffe97e;
  }
  .gnav__list__item--area:after {
    border-top-color: #fdeddb;
  }
  .gnav__list__item--area a {
    font-size: 1rem;
    font-weight: 600;
    height: 100%;
    color: #323232;
    padding: 6px;
  }
  .gnav__list__item--area .gnav__child {
    left: -59px;
  }
  .gnav__list__item--area .gnav__child__list__item {
    width: 50%;
    width: calc(100% / 2);
  }
  .gnav__list__item--area .gnav__child__list a:hover {
    background: #ffe97e;
  }
  .gnav__list__item--flow {
    width: 130px;
    background: #fff;
    border-radius: 3px 0 0 3px;
  }
  .gnav__list__item--flow:hover {
    background: #ffe97e;
  }
  .gnav__list__item--choice {
    width: 160px;
    background: #fff;
    border-radius: 0;
  }
  .gnav__list__item--choice:hover {
    background: #ffe97e;
  }
  .gnav__list__item--point {
    width: 120px;
    background: #fff;
    border-radius: 0;
  }
  .gnav__list__item--point:hover {
    background: #ffe97e;
  }
  .gnav__list__item--point .gnav__child {
    left: -505px;
  }
  .gnav__list__item--point .gnav__child__list__item {
    width: 33.33%;
    width: calc(100% / 3);
  }
  .gnav__list__item--point .gnav__child__list a:hover {
    background: #ffe97e;
  }
  .gnav__list__item--company {
    width: 110px;
    background: #fff;
    border-right: none;
    border-radius: 0 3px 3px 0;
  }
  .gnav__list__item--company:hover {
    background: #ffe97e;
  }
  .gnav__list__item--company .gnav__child__list a:hover {
    background: #ffe97e;
  }
  .gnav__child {
    display: none;
    width: 840px;
    padding: 2px 0;
    position: relative;
    z-index: 100;
  }
  .gnav__child__list {
    width: 840px;
    padding: 15px;
    margin: 0 auto;
    background: #323232;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gnav__child__list__item {
    position: relative;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
  }
  .gnav__child__list__item a {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #323232;
    text-align: left;
    padding: 15px 10px 15px 25px;
  }
  .gnav__child__list__item a:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #ffc18f;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
  }
  .gnav__child__list__item a:hover:before {
    border-left-color: #ff8827;
  }
  .gnav__child__list__item a:hover:after {
    content: none;
  }
  .sp-gnav {
    display: none !important;
  }
  .header__blockproxy.blockproxy-active {
    display: block;
    height: 120px;
  }
}

@media screen and (min-width: 1201px) {
  #header {
    height: 155px;
  }
  .header__catch--left {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-right: 0;
  }
  .header__catch--right {
    display: none;
  }
  .header__content--left {
    width: 340px;
    margin: 12px 0;
  }
  .header__content--right {
    width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .header__content__tel {
    width: 370px;
    font-size: 2.4rem;
  }
  .header__content__tel--time {
    font-size: 1rem;
  }
  .header__content__mail {
    width: 210px;
    font-size: 1.3rem;
  }
  .gnav {
    width: 1200px;
  }
  .gnav__box {
    padding: 8px 15px 8px 15px;
  }
  .gnav__list__item--top {
    width: 90px;
  }
  .gnav__list__item--area {
    width: 270px;
  }
  .gnav__list__item--area .gnav__child {
    left: -109px;
  }
  .gnav__list__item--area .gnav__child__list__item {
    width: 33.33%;
    width: calc(100% / 3);
  }
  .gnav__list__item--flow {
    width: 199px;
  }
  .gnav__list__item--choice {
    width: 199px;
  }
  .gnav__list__item--point {
    width: 199px;
  }
  .gnav__list__item--point .gnav__child {
    left: -786px;
  }
  .gnav__list__item--point .gnav__child__list__item {
    width: 20%;
    width: calc(100% / 5);
  }
  .gnav__list__item--company {
    width: 199px;
  }
  .gnav__child {
    width: 1200px;
    padding: 2px 0;
  }
  .gnav__child__list {
    width: 1200px;
    padding: 15px;
  }
  .header__blockproxy.blockproxy-active {
    display: block;
    height: 148px;
  }
}

/*
* header fixed
*/
#header.header--active {
  height: 35px;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}

body.home #header.header--active {
  height: 0;
}

#header.header--active .header__content {
  min-height: 0;
}

#header.header--active .header__catch,
#header.header--active .header__content__box {
  display: none;
}

#header.header--active .sp-float-trigger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 15%;
  z-index: 100;
}

#header.header--active .sp-float-trigger .header__content__trigger {
  width: 100%;
  height: 60px;
}

#header.header--active .sp-float-trigger .header__content__trigger--text {
  top: 40px;
}

#header.header--active .sp-float-trigger .header__content__trigger:after {
  margin-left: none;
}

#header.header--active .gnav .menu ul li:first-child a {
  font-size: 1.8rem;
  line-height: 1.3;
}

#header.header--active .gnav .menu ul li a {
  padding: 6px;
}

#header.header--active .breadcrumbs {
  width: 80%;
}

@media screen and (min-width: 869px) {
  #header.header--active {
    height: 95px;
  }
  body.home #header.header--active {
    height: 58px;
  }
  #header.header--active .breadcrumbs {
    width: 100%;
    margin-top: 0;
  }
  #header .sp-float-trigger {
    display: none;
  }
}

/***************************************************************
footer
***************************************************************/
#footer {
  border-bottom: 1px dashed #dfe8ed;
  padding: 0 0 50px 0;
}

.footer__banner {
  padding: 7% 3%;
  margin-bottom: 55px;
}

.footer__banner--area {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer__banner__item {
  width: 100%;
  margin-bottom: 3%;
}

.footer__banner__item a {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.footer__banner__item a:hover {
  opacity: 0.6;
}

.footer__b-plus {
  width: 100%;
}

.footer__b-plus a {
  display: block;
}

.footer__attention {
  margin: 50px 0;
  border-radius: 10px;
  background: #fffdf5;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.footer__attention__title {
  background: #323232;
  margin: 0 auto;
  padding: 0.3em 1em;
  border-radius: 10px 10px 0 0;
  line-height: 1.4;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
  text-align: center;
}

.footer__attention__box {
  padding: 4%;
}

.footer__attention__list {
  margin: 0 auto 8%;
  padding: 0;
  width: auto;
}

.footer__attention__list__item {
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: -0.05em;
  position: relative;
  left: 7%;
  width: 93%;
}

.footer__attention__list__item span {
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
  line-height: 1.5;
  font-size: 1.3em;
  display: block;
}

.footer__attention__list__item::before {
  content: "\f14a";
  display: inline-block;
  color: #ff7038;
  font-family: "FontAwesome";
  font-size: 1.4rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: -26px;
}

.footer__attention__bnrs {
  margin: 0 auto;
  width: auto;
}

.footer__attention__bnrs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  background-color: #ff7b00;
  border-radius: 9999px;
  min-height: 70px;
}

.footer__attention__bnrs__item:hover {
  background-color: #ffa800;
}

.footer__attention__bnrs__item a {
  color: #fff;
  line-height: 1.1;
  width: 100%;
  text-align: center;
}

.footer__attention__bnrs__item a::before {
  display: inline;
  font-family: "FontAwesome";
  font-weight: normal;
  color: #fff;
  position: relative;
  top: 50%;
  left: -7px;
}

.footer__attention__bnrs__item--tel a {
  font-size: 2rem;
}

.footer__attention__bnrs__item--tel a span {
  font-size: 0.8rem;
  font-weight: 100;
  display: block;
}

.footer__attention__bnrs__item--tel a::before {
  content: "\f095";
}

.footer__attention__bnrs__item--mail a {
  font-size: 1.35rem;
}

.footer__attention__bnrs__item--mail a::before {
  content: "\f0e0";
}

.footer__inner p {
  font-size: 0.9rem;
}

.footer__logo {
  width: 100%;
}

.footer__logo__img {
  width: 100%;
  max-width: 340px;
}

.footer__desc {
  width: 100%;
}

.footer__desc p {
  line-height: 1.4;
  margin: 10px 15px 15px;
}

.footer__box {
  padding: 10px 15px 15px;
  margin-bottom: 25px;
  background: #dcdddd;
  border-radius: 10px;
}

.footer__box__title {
  font-size: 1rem;
  font-weight: 600;
  color: #323232;
  line-height: 1.2;
  margin-bottom: 5px;
}

.footer__box__list {
  background: #fff;
  padding: 14px 7px;
}

.footer__box__list__item {
  border-right: 1px solid #dcdddd;
  margin: 1px 0;
  overflow: hidden;
  display: inline-block;
}

.footer__box__list__item a {
  font-size: 0.9rem;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0 10px;
  display: block;
}

.footer__box__list__item a .bold {
  font-weight: bold;
  font-size: 1.1em;
}

.footer__box__list__item a:hover {
  color: #ffb915;
}

.footer__box--area .footer__box__list__item {
  width: 240px;
}

.footer__box--kind .footer__box__list__item {
  width: 220px;
}

.footer__subnavi {
  border-top: 1px dashed #dfe8ed;
}

.footer__subnavi__page__list {
  width: 100%;
  padding: 15px;
}

.footer__subnavi__page__list li {
  width: 100%;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.footer__subnavi__page__list li a {
  font-size: 0.9rem;
  line-height: 1.4;
  vertical-align: top;
  white-space: normal;
  padding-bottom: 10px;
  display: inline-block;
}

.footer__subnavi__page__list li a:hover {
  color: #ffb915;
}

.footer__subnavi__page__list li:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 0.9rem;
  color: #ffb915;
  line-height: 1.4;
  margin-right: 3px;
}

.footer__companynavi {
  border-top: 3px solid #323232;
}

.footer__companynavi .copy {
  font-size: 0.8rem;
  margin: 0;
  padding: 10px 0;
}

.entry-fixed {
  position: fixed;
  z-index: 7000;
  bottom: 8px;
  left: 0;
  width: 100%;
}

.entry-fixed__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.entry-fixed__item {
  width: 48%;
  text-align: center;
  line-height: 2.1;
  border-radius: 6px;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 5px 0 #ed7300;
          box-shadow: 0 5px 0 #ed7300;
}

.entry-fixed__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.entry-fixed__item a:before {
  content: "";
  font-family: FontAwesome;
  display: block;
  margin-right: 6px;
}

.entry-fixed__item--tel {
  background: #fff;
  border: 2px solid #ff7b00;
}

.entry-fixed__item--tel a {
  color: #ff7b00;
}

.entry-fixed__item--tel a:before {
  content: "\f095";
  line-height: 1.4;
  font-size: 1.6rem;
}

.entry-fixed__item--tel:hover {
  border: 2px solid #ffa800;
  -webkit-box-shadow: 0 5px 0 #df9400;
          box-shadow: 0 5px 0 #df9400;
}

.entry-fixed__item--tel:hover a {
  color: #ffa800;
}

.entry-fixed__item--tel:hover a:before {
  color: #ffa800;
}

.entry-fixed__item--mail {
  background: #ff7b00;
}

.entry-fixed__item--mail a {
  color: #fff;
  line-height: 2.4;
}

.entry-fixed__item--mail a:before {
  content: "\f0e0";
  font-size: 1.3rem;
  line-height: 1.7;
}

.entry-fixed__item--mail:hover {
  background-color: #ffa800;
  -webkit-box-shadow: 0 5px 0 #df9400;
          box-shadow: 0 5px 0 #df9400;
}

@media screen and (min-width: 641px) {
  .footer__banner {
    padding: 30px;
  }
  .footer__banner--area {
    max-width: 830px;
  }
  .footer__banner__item {
    width: 48%;
    margin: 0 1% 3%;
  }
}

@media screen and (min-width: 869px) {
  .footer__banner__item a {
    width: 100%;
  }
  .footer__b-plus {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .footer__b-plus a {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .footer__attention__title {
    font-size: 2rem;
  }
  .footer__attention__list {
    margin: 0 auto 3%;
  }
  .footer__attention__list__item {
    left: 2%;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
  }
  .footer__attention__list__item::before {
    font-size: 1.8rem;
    left: -32px;
  }
  .footer__attention__list__item:nth-child(even) {
    margin: 0 0 4% 4%;
  }
  .footer__attention__list__item span {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
  }
  .footer__attention__bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__attention__bnrs__item {
    width: 48%;
  }
  .footer__subnavi__page__list li {
    width: 300px;
  }
  .entry-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    left: auto;
    right: 20px;
    width: auto;
  }
  .entry-fixed__box {
    width: 200px;
  }
  .entry-fixed__item {
    width: 200px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1201px) {
  .footer__banner {
    padding: 50px 30px;
  }
  .footer__banner--area {
    max-width: 1440px;
  }
  .footer__banner__item {
    width: 24%;
    margin: 0 0.5%;
  }
  .footer__b-plus a {
    width: 1920px;
    margin-left: -960px;
  }
  .footer__attention__bnrs__item--mail a {
    font-size: 1.7rem;
  }
  .footer__subnavi__page__list li {
    width: auto;
  }
}

/***************************************************************
TOPPAGE
***************************************************************/
#main {
  width: 100%;
  height: 25vw;
  margin: 0 auto;
}

#main .slick-track {
  position: relative;
}

#main .slick-track li {
  overflow: hidden;
  height: 25vw;
}

#main .slick-track li .list--inner {
  position: relative;
  width: 100%;
}

#main .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#main .slick-dots {
  bottom: 14px;
  text-align: right;
  width: 20%;
  margin: 0 2% 0 78%;
}

#main .slick-dots li {
  width: 14px;
  height: 14px;
}

#main .slick-dots li button, #main .slick-dots li .more-btn {
  width: 14px;
  height: 14px;
}

#main .slick-dots li button:before, #main .slick-dots li .more-btn:before {
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 2px solid #fff;
}

.main--bottom--cv {
  padding: 20px 20px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main--bottom--text {
  width: 100%;
  font-size: 1.2rem;
  color: #323232;
  line-height: 1.4;
  text-align: center;
}

.main--bottom--text em {
  font-style: normal;
  color: red;
}

.main--bottom--tel {
  max-width: 440px;
  margin: 20px 0;
}

.main--bottom--tel a {
  width: 100%;
}

.main--bottom--mail {
  max-width: 440px;
  margin: 0;
}

.main--bottom--mail a {
  width: 100%;
}

.headline {
  color: #323232;
  text-align: center;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.headline strong {
  color: #323232;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
}

.last-update {
  padding: 0.2em 0.7em;
  background: #dcdddd;
  color: #323232;
  text-align: center;
  margin-right: 15px;
}

.number-facility {
  margin-bottom: 3%;
  text-align: center;
  letter-spacing: 0;
}

.number-facility em {
  padding: 0 0.1em;
  color: #ff8827;
  font-size: 1.7rem;
  font-style: normal;
  line-height: 1;
}

.searchbox {
  margin: 0 auto;
  padding: 5%;
  width: auto;
  background: #fff;
  border: 3px solid #e2e6ec;
  border-radius: 10px;
}

.searchbox select {
  border: 1px solid #e2e6ec;
  border-radius: 3px;
  padding: 8px 10px 8px;
  background: #fff;
  -webkit-appearance: textfield;
  width: 100%;
}

.searchbox__heading {
  width: 100%;
  font-size: 1.4rem;
  color: #323232;
  vertical-align: sub;
  margin: 0 0 10px;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.searchbox__heading::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 2.2rem;
  font-weight: 400;
  color: #323232;
  margin-right: 10px;
}

.searchbox__item {
  margin-bottom: 12px;
}

.searchbox__item__heading {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 4px 10px 3px;
  margin: 0 0 10px;
  border-radius: 3px;
  background: #323232;
  position: relative;
}

.searchbox__item__content__between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.searchbox__item__content input[type="text"] {
  width: 100%;
  border: 1px solid #e2e6ec;
  border-radius: 3px;
  padding: 8px 10px 8px;
  background: #fff;
}

.searchbox__item__content.search__between {
  width: 45%;
}

.searchbox__item__label {
  width: 100%;
  margin-bottom: 13px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 7%;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4;
}

.searchbox__item__label::before {
  border-right: #ff8827 3px solid;
  border-bottom: #ff8827 3px solid;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 1000;
  margin-top: 5px;
  width: 7px;
  height: 12px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -2px;
  left: -16px;
  content: "";
}

.searchbox__item__label::after {
  border: #e2e6ec solid;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: -23px;
  content: "";
}

.searchbox__item__label.checked::before {
  opacity: 1 !important;
}

.searchbox__item__label input {
  display: none;
  margin-right: 3px;
}

.searchbox__item--area {
  width: 100%;
}

.searchbox__etc {
  padding-top: 1em;
  display: none;
}

.searchbox__etc__item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #dfe8ed;
}

.searchbox__etc__item__heading {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 10px;
  display: block;
  text-align: left;
  border-left: 7px solid #323232;
  border-bottom: 1px dashed #dfe8ed;
}

.searchbox__etc__item__label {
  width: 48.8%;
  height: 51px;
  font-size: 0.9rem;
  vertical-align: top;
  padding: 5px 10px;
  margin: 0px 3px 3px 0;
  border: 1px solid #dfe8ed;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

.searchbox__etc__item__label:nth-child(2n) {
  margin: 0px 0 3px 0;
}

.searchbox__etc__item__checkbox {
  margin-right: 0.3em;
}

.search-submit-btn,
.search-detail-btn,
.search-open-btn {
  padding: 0.7em 1em;
  width: 100%;
}

.search-submit-btn {
  max-width: 450px;
  background: #323232;
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: bold;
}

.search-submit-btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  margin-top: -2px;
}

.search-submit-btn:hover {
  background: #e2e6ec;
  color: #323232;
}

.search-detail-btn {
  margin: 3vw auto 0;
  max-width: 240px;
  background: #e2e6ec;
  color: #323232;
  border-radius: 5px;
  font-weight: bold;
  outline: none;
}

.search-detail-btn::after {
  content: "\f0fe";
}

.search-detail-btn.opened::after {
  content: "\f146";
}

.search-detail-btn:hover {
  color: #323232;
  opacity: 0.7;
}

.search-open-btn {
  border-radius: 9999px;
  max-width: 340px;
  font-size: 1.2rem;
  background: #323232;
  font-weight: bold;
}

.search-open-btn::after {
  content: "\f0fe";
}

.search-open-btn.opened::after {
  content: "\f146";
}

.toppage__search {
  padding: 25px 0 50px;
  background: url(../img/common/lattice-pattern.png) #fffefc;
}

.toppage__search__map {
  display: none;
}

#facility-search {
  padding: 50px 40px 70px;
  background-color: #fffdf5;
}

.facility-search--title {
  font-size: 1.4rem;
  color: #323232;
  text-align: center;
  margin: 0 -20px 25px;
}

.facility-search--title::before, .facility-search--title::after {
  content: "\f015";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: normal;
  color: #323232;
  margin: 0 5px;
}

.facility-search__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facility-search__details .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facility-search__details a {
  height: auto;
  margin: 0 20px;
}

.facility-search__details a figure {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.facility-search__details a figure img {
  width: 144%;
  height: auto;
}

.facility-search__details a figure:hover {
  border: 5px solid #323232;
}

.facility-search__details .slick-prev {
  left: -30px;
}

.facility-search__details .slick-next {
  right: -30px;
}

.facility-search__desc {
  position: relative;
}

.facility-search__desc--title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 30px;
  color: #503b07;
  text-align: center;
  width: 100%;
  height: 30px;
  background: #fff1cf;
  border-radius: 15px;
  margin: -25px auto 15px;
}

@media screen and (max-width: 1300px) {
  .facility-search__desc {
    width: 210px;
  }
}

@media screen and (max-width: 1200px) {
  .facility-search__desc {
    width: 100%;
  }
}

.facility-search__desc--text {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: #4a5354;
}

.facility-search__list--link a {
  width: 100%;
  max-width: 1200px;
  border: 2px solid #323232;
  border-radius: 5px;
  padding: 10px;
  margin: 20px auto 0;
  display: block;
  font-size: 1rem;
  background-color: #f7fffe;
  color: #323232;
  text-align: center;
  position: relative;
}

.facility-search__list--link a:hover {
  color: #fff;
  background: #323232;
}

.facility-search__list--link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  margin-left: 10px;
}

.facility-search__list--link a:after:hover {
  color: #fff;
}

#top-post {
  background: url(../img/common/lattice-pattern.png);
  border-top: 3px solid #fff;
  padding: 50px 0;
}

#top-search {
  background: #fffdf5;
  padding-bottom: 2%;
}

.top-post__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.top-post--title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #323232;
  text-align: center;
  vertical-align: text-bottom;
  margin: 0 0 30px;
}

.top-post--title::before, .top-post--title::after {
  content: "\f044";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: normal;
  color: #323232;
  margin: 0 5px;
}

.top-post__subbox {
  width: 100%;
  background: #fff;
  border: 1px solid #dfe8ed;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 12px;
}

.top-post__subbox--title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #323232;
  padding: 7px 15px;
  margin: 0;
  vertical-align: text-bottom;
}

.top-post__subbox--title:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 10px;
}

.top-post__subbox--desc {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 5px 15px;
}

.top-post__subbox__list {
  padding-top: 10px;
  margin: 0 15px;
  border-top: 1px dashed #dfe8ed;
}

.top-post__subbox__list__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dfe8ed;
}

.top-post__subbox__list__item:last-child {
  margin-bottom: 0;
}

.top-post__subbox__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.top-post__subbox__list__item a:hover h3 {
  color: #ffb915;
}

.top-post__subbox__list__item--imgbox {
  width: 30%;
}

.top-post__subbox__list__item--imgbox img {
  width: 100%;
  height: auto;
}

.top-post__subbox__list__item--textbox {
  width: 67%;
}

.top-post__subbox__list__item--title {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 5px;
}

.top-post__subbox__list__item-desc {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

.top-post__subbox--link a {
  text-align: right;
  padding: 10px 15px;
  display: block;
}

.top-post__subbox--link a:after {
  content: " ≫";
}

.top-post__subbox--link a:hover {
  text-decoration: underline;
}

.top-post__feature .top-post__subbox--title:before {
  content: "\f02d";
}

.top-post__useful .top-post__subbox--title:before {
  content: "\f05a";
}

.top-post__blog .top-post__subbox--title:before {
  content: "\f1fc";
}

#recommended-facilities {
  padding: 50px 0;
  border-top: 1px solid #ffeee0;
}

.recommended--title {
  font-size: 1.4rem;
  color: #323232;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 25px;
}

.recommended--title::before, .recommended--title::after {
  content: "\f004";
  font-family: "FontAwesome";
  font-size: 1rem;
  font-weight: normal;
  color: #323232;
  margin: 0 3px;
}

.recommended__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.recommended__details__terms {
  width: 100%;
}

.recommended__details__terms--title {
  width: 100%;
  margin-right: 0;
}

.recommended__details__terms--title p {
  text-align: center;
  background: #fff1cf;
  border-radius: 5px;
  margin: 0;
  padding: 3px 2px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #503b07;
}

.recommended__details__terms__list {
  width: 100%;
  margin-bottom: 7px;
}

.recommended__details__terms__list__item {
  display: inline;
  font-size: 0.9rem;
  color: #4a5354;
  line-height: 1.5;
  margin-right: 8px;
}

.recommended__details__terms__list__item::after {
  content: "、";
}

.recommended__details__terms__list__item:last-child::after {
  content: "";
}

.recommended__details--item {
  width: 100%;
  border: 2px solid #dfe8ed;
  border-top: 6px solid #dfe8ed;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommended__details--title {
  width: 100%;
  margin: 0 0 15px;
  border-left: 7px solid #323232;
  padding: 3px 0 0 9px;
  line-height: 1.4;
}

.recommended__details--title h3 {
  margin: 0;
}

.recommended__details--title a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #323232;
}

.recommended__details--img {
  width: 100%;
  margin-bottom: 10px;
}

.recommended__details--table {
  width: 100%;
}

.recommended__details--table .tagle__group {
  border: none;
}

.recommended__details--table .term {
  font-size: 0.8rem;
  text-align: center;
  color: #323232;
  background: #dcdddd;
}

.recommended__details--table .desc {
  font-size: 0.8rem;
  text-align: right;
  color: #4a5354;
}

.recommended__details--table .desc span {
  font-size: 1.3rem;
  font-weight: 600;
  color: red;
  margin-right: 5px;
}

.recommended__details--table .table__row:nth-child(3) .desc {
  text-align: left;
}

.recommended__details--text {
  width: 100%;
  font-size: 0.9rem;
  color: #4a5354;
}

.recommended__details--link {
  width: 100%;
}

.recommended__details--link a {
  width: 80%;
  height: 36px;
  margin: 15px auto;
  font-size: 1rem;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: #323232;
  border-radius: 18px;
  display: block;
  position: relative;
}

.recommended__details--link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 16px;
}

.recommended__details--link a:hover {
  background: #e2e6ec;
  color: #323232;
  font-weight: bold;
}

.recommended__list--link a {
  width: 90%;
  max-width: 1200px;
  border: 2px solid #323232;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  font-size: 1rem;
  background-color: #f7fffe;
  color: #323232;
  text-align: center;
  position: relative;
}

.recommended__list--link a:hover {
  color: #fff;
  background: #323232;
}

.recommended__list--link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  margin-left: 10px;
}

.recommended__list--link a:after:hover {
  color: #fff;
}

#top-knowledge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.top-knowledge--bg {
  width: 100%;
  background: url(../img/index/knowledge-img.png) -50px 10px no-repeat, url(../img/common/fuji-pattern.png) #fff1cf;
}

@media screen and (max-width: 868px) {
  .top-knowledge--bg {
    width: 100%;
    background: none;
    background: url(../img/common/fuji-pattern.png) #fff1cf;
  }
}

.top-knowledge--textbox {
  padding: 30px 10px 10px 110px;
}

@media screen and (max-width: 868px) {
  .top-knowledge--textbox {
    padding: 30px 10px 10px 10px;
  }
}

.top-knowledge--title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #503b07;
  line-height: 1.2;
  margin: 0 0 5px;
}

.top-knowledge--desc {
  margin-top: 0;
  color: #503b07;
  line-height: 1.4;
}

.top-knowledge__box {
  width: 100%;
}

.top-knowledge__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 5% 35px;
  min-height: 250px;
  border-bottom: 3px solid #fff1cf;
}

.top-knowledge__box ul li {
  width: 100%;
  margin-right: 1.2%;
  margin-bottom: 5px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
}

.top-knowledge__box ul li a {
  display: block;
  height: 100%;
  padding: 10px 10px 10px 27px;
  font-size: 1rem;
  border: 1px solid #fff1cf;
  background-color: #fff9eb;
  border-radius: 3px;
  color: #503b07;
}

.top-knowledge__box ul li a:hover {
  color: #323232;
  background: #ffe97e;
  border: none;
}

.top-knowledge__box ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 1rem;
  color: #ffa800;
  margin-right: 5px;
  position: absolute;
  top: 14px;
  left: 10px;
}

#top-voice {
  padding: 60px 15px 70px;
}

.top-voice--title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #323232;
  text-align: center;
  vertical-align: text-bottom;
  margin: 0 0 30px;
}

.top-voice--title::before, .top-voice--title::after {
  content: "\f086";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: normal;
  color: #323232;
  margin: 0 5px;
}

.top-voice__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-voice__box {
  width: 100%;
}

.top-voice__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.top-voice__box a:hover h3 {
  color: #ffb915;
}

.top-voice__box--imgbox {
  width: 30%;
}

.top-voice__box--textbox {
  width: 67%;
}

.top-voice__box--title {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #323232;
  margin: 0 0 5px;
}

.top-voice__box--desc {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  color: #4a5354;
}

.top-voice--link {
  margin-top: 20px;
}

.top-voice--link a {
  width: 90%;
  max-width: 1200px;
  border: 2px solid #323232;
  border-radius: 5px;
  padding: 10px;
  background: #f7fffe;
  margin: 0 auto;
  display: block;
  font-size: 1rem;
  text-align: center;
  position: relative;
}

.top-voice--link a:hover {
  color: #fff;
  background: #323232;
}

.top-voice--link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
}

.top-voice--link a:after:hover {
  color: #fff;
}

@media screen and (min-width: 376px) {
  .searchbox__item__label {
    width: 100%;
  }
  .searchbox__item__label .bold {
    font-weight: bold;
    font-size: 1.1em;
  }
  .searchbox__item__label:hover {
    color: #ffb915;
  }
  .searchbox__etc__item__label {
    display: inline-block;
    width: 48%;
  }
  .search-map__img {
    padding: 100px 0 0 0;
  }
  .search-map__img__left {
    display: none;
  }
  .search-map__img__right {
    width: 840px;
    height: 500px;
  }
  .search-map__img__right::before {
    content: "";
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    background: url(../img/index/area-name-tit.png) no-repeat center/contain;
    width: 545px;
    height: 50px;
  }
}

@media screen and (min-width: 426px) {
  .searchbox__item__label {
    width: 43%;
    margin-left: 5%;
  }
  .searchbox__etc__item__label {
    display: inline-block;
    width: 31.6%;
  }
  .recommended__details--table .table__group {
    display: table;
  }
  .recommended__details--table .table__row {
    display: table-row;
  }
  .recommended__details--table .table__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .recommended__details--table .term {
    width: 33%;
  }
  .recommended__details--table .desc {
    width: 66%;
  }
  .top-knowledge__box ul li {
    width: 48%;
  }
}

@media screen and (min-width: 869px) {
  #main {
    height: auto;
  }
  #main .slick-track li {
    height: 200px;
  }
  #main .slick-track li .list--inner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
  }
  .toppage__search {
    padding: 35px 0 50px;
  }
  .main--bottom--text br {
    display: none;
  }
  .headline {
    font-size: 1.5em;
  }
  .update-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.5%;
  }
  .number-facility {
    margin: 0 0 1% 2%;
  }
  .toppage__search__map {
    color: #323232;
    display: block;
    position: relative;
    width: 840px;
    margin: 0 auto 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: url(../img/index/bg-cloud-mainvisual.png) top left repeat-x;
  }
  .search-map__img {
    width: 100%;
    display: block;
  }
  .search-map__img--big {
    display: none;
  }
  .search-map__img--small {
    display: block;
    padding: 0;
  }
  .search-map__list {
    display: block;
    margin: 0;
    position: absolute;
    padding: 0;
    z-index: 100;
  }
  .search-map__list li a {
    display: block;
    position: relative;
  }
  .search-map__list--area1 {
    top: 288px;
    left: 224px;
    width: 171px;
    height: 186px;
  }
  .search-map__list--area1.active {
    background: url(../img/index/map_toyonaka.png) no-repeat;
  }
  .search-map__list--area2 {
    top: 276px;
    left: 293px;
    width: 112px;
    height: 170px;
  }
  .search-map__list--area2.active {
    background: url(../img/index/map_suita.png) no-repeat;
  }
  .search-map__list--area3 {
    top: 121px;
    left: 219px;
    width: 149px;
    height: 204px;
  }
  .search-map__list--area3.active {
    background: url(../img/index/map_minoh.png) no-repeat;
  }
  .search-map__list--area4 {
    top: 189px;
    left: 177px;
    width: 83px;
    height: 166px;
  }
  .search-map__list--area4.active {
    background: url(../img/index/map_ikeda.png) no-repeat;
  }
  .search-map__list--area5 {
    top: 1px;
    left: 398px;
    width: 200px;
    height: 381px;
  }
  .search-map__list--area5.active {
    background: url(../img/index/map_takatsuki.png) no-repeat;
  }
  .search-map__list--area6 {
    top: 91px;
    left: 310px;
    width: 176px;
    height: 316px;
  }
  .search-map__list--area6.active {
    background: url(../img/index/map_ibaraki.png) no-repeat;
  }
  .search-map__list--area7 {
    top: 338px;
    left: 372px;
    width: 110px;
    height: 91px;
  }
  .search-map__list--area7.active {
    background: url(../img/index/map_settsu.png) no-repeat;
  }
  .search-map__list--area8 {
    top: 422px;
    left: 348px;
    width: 106px;
    height: 125px;
  }
  .search-map__list--area8.active {
    background: url(../img/index/map_osaka.png) no-repeat;
  }
  .search-map__list--area9 {
    top: 316px;
    left: 516px;
    width: 137px;
    height: 91px;
  }
  .search-map__list--area9.active {
    background: url(../img/index/map_keihan.png) no-repeat;
  }
  .search-map__list--area10 {
    top: 306px;
    left: 52px;
    width: 139px;
    height: 91px;
  }
  .search-map__list--area10.active {
    background: url(../img/index/map_hyogo.png) no-repeat;
  }
  .search-map__list--area11 {
    top: 20px;
    left: 567px;
    width: 155px;
    height: 60px;
  }
  .search-map__list--area11.active {
    background: url(../img/index/map_etc.png) no-repeat;
  }
  .search-map__list--area12 {
    top: 364px;
    left: 6px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area12.active {
    background: url(../img/index/map_kobe-shi.png) no-repeat;
  }
  .search-map__list--area13 {
    top: 364px;
    left: 116px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area13.active {
    background: url(../img/index/map_amagasaki-shi.png) no-repeat;
  }
  .search-map__list--area14 {
    top: 416px;
    left: 6px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area14.active {
    background: url(../img/index/map_nishinomiya-shi.png) no-repeat;
  }
  .search-map__list--area15 {
    top: 416px;
    left: 116px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area15.active {
    background: url(../img/index/map_kawanishi-shi.png) no-repeat;
  }
  .search-map__list--area16 {
    top: 468px;
    left: 6px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area16.active {
    background: url(../img/index/map_takarazuka-shi.png) no-repeat;
  }
  .search-map__list--area17 {
    top: 376px;
    left: 508px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area17.active {
    background: url(../img/index/map_kadoma-shi.png) no-repeat;
  }
  .search-map__list--area18 {
    top: 376px;
    left: 618px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area18.active {
    background: url(../img/index/map_neyagawa-shi.png) no-repeat;
  }
  .search-map__list--area19 {
    top: 428px;
    left: 508px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area19.active {
    background: url(../img/index/map_moriguchi-shi.png) no-repeat;
  }
  .search-map__list--area20 {
    top: 428px;
    left: 618px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area20.active {
    background: url(../img/index/map_katano-shi.png) no-repeat;
  }
  .search-map__list--area21 {
    top: 480px;
    left: 508px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area21.active {
    background: url(../img/index/map_hirakata-shi.png) no-repeat;
  }
  .search-map__list--area22 {
    top: 480px;
    left: 618px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area22.active {
    background: url(../img/index/map_daito-shi.png) no-repeat;
  }
  .search-map__list--area23 {
    top: 468px;
    left: 116px;
    width: 110px;
    height: 52px;
  }
  .search-map__list--area23.active {
    background: url(../img/index/map_ashiya-shi.png) no-repeat;
  }
  .search-map__list__anker {
    display: block;
    position: absolute;
    z-index: 110;
  }
  .search-map__list__anker--area1 {
    top: 318px;
    left: 231px;
    width: 78px;
    height: 151px;
  }
  .search-map__list__anker--area2 {
    top: 304px;
    left: 308px;
    width: 81px;
    height: 131px;
  }
  .search-map__list__anker--area3 {
    top: 122px;
    left: 255px;
    width: 89px;
    height: 181px;
  }
  .search-map__list__anker--area4 {
    top: 188px;
    left: 182px;
    width: 71px;
    height: 166px;
  }
  .search-map__list__anker--area5 {
    top: 1px;
    left: 436px;
    width: 200px;
    height: 381px;
  }
  .search-map__list__anker--area6 {
    top: 89px;
    left: 343px;
    width: 93px;
    height: 268px;
    z-index: 108;
  }
  .search-map__list__anker--area7 {
    top: 336px;
    left: 391px;
    width: 86px;
    height: 81px;
  }
  .search-map__list__anker--area8 {
    top: 420px;
    left: 352px;
    width: 104px;
    height: 121px;
  }
  .search-map__list__anker--area9 {
    top: 313px;
    left: 514px;
    width: 136px;
    height: 93px;
  }
  .search-map__list__anker--area10 {
    top: 304px;
    left: 54px;
    width: 134px;
    height: 91px;
  }
  .search-map__list__anker--area11 {
    top: 20px;
    left: 567px;
    width: 155px;
    height: 60px;
  }
  .search-map__list__anker--area12 {
    top: 364px;
    left: 6px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area13 {
    top: 364px;
    left: 116px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area14 {
    top: 416px;
    left: 6px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area15 {
    top: 416px;
    left: 116px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area16 {
    top: 468px;
    left: 6px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area17 {
    top: 376px;
    left: 508px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area18 {
    top: 376px;
    left: 618px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area19 {
    top: 428px;
    left: 508px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area20 {
    top: 428px;
    left: 618px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area21 {
    top: 480px;
    left: 508px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area22 {
    top: 480px;
    left: 618px;
    width: 110px;
    height: 52px;
  }
  .search-map__list__anker--area23 {
    top: 468px;
    left: 116px;
    width: 110px;
    height: 52px;
  }
  .searchbox {
    padding: 3%;
  }
  .searchbox__heading {
    font-size: 2rem;
  }
  .searchbox__heading:after {
    font-size: 2.6rem;
  }
  .searchbox__item__label {
    width: 46%;
    margin-left: 3.5%;
  }
  .searchbox__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .searchbox__etc {
    padding: 3%;
  }
  .searchbox__etc__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .search-submit-btn,
  .search-detail-btn {
    margin: 15px;
  }
  #facility-search {
    padding: 50px 60px 70px;
  }
  .facility-search--title {
    font-size: 2rem;
  }
  .facility-search--title::before, .facility-search--title::after {
    font-size: 2.6rem;
    margin: 0 15px;
  }
  .recommended--title {
    font-size: 2rem;
  }
  .recommended--title::before, .recommended--title::after {
    font-size: 2rem;
    margin: 0 15px;
  }
  .recommended__details--item {
    width: 48%;
    margin-right: 1.5%;
  }
  .recommended__details__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recommended__details__terms--title {
    width: 32%;
    margin-right: 0;
  }
  .recommended__details__terms__list {
    width: 66%;
  }
  .top-post--title {
    font-size: 2rem;
  }
  .top-post--title::before, .top-post--title::after {
    font-size: 2rem;
    margin: 0 15px;
  }
  .top-knowledge--bg {
    background-position: top left;
  }
  .top-knowledge--textbox {
    padding: 70px 30px 30px 280px;
  }
  .top-knowledge__box ul li {
    width: 32%;
  }
  .top-knowledge--title {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .top-knowledge--desc {
    font-size: 1.2rem;
  }
  #top-voice {
    padding: 60px 30px 70px;
  }
  .top-voice--title {
    font-size: 2rem;
  }
  .top-voice--title::before, .top-voice--title::after {
    font-size: 2rem;
    margin: 0 15px;
  }
  .top-voice__box {
    width: 49%;
  }
}

@media screen and (min-width: 1201px) {
  #main .slick-track li .list--inner {
    margin-left: -960px;
    width: 1920px;
  }
  .main--bottom--text {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .main--bottom--tel {
    margin: 0 20px;
  }
  .main--bottom--mail {
    margin: 0 20px;
  }
  .toppage__search__map {
    width: 1200px;
  }
  .search-map__img {
    padding: 0 0 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .search-map__img__left {
    display: block;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 445px;
    margin-right: -101px;
    position: relative;
  }
  .search-map__img__left::before {
    content: "";
    top: -107px;
    left: 13px;
    position: absolute;
    background: url(../img/index/area-name-tit.png) no-repeat center/contain;
    width: 536px;
    height: 56px;
  }
  .search-map__img__right {
    padding: 0;
    width: 840px;
    height: 500px;
  }
  .search-map__img__right::before {
    content: none;
  }
  .search-map__img--big {
    display: block;
  }
  .search-map__img--small {
    display: none;
  }
  .search-map__list--area1 {
    left: 674px;
  }
  .search-map__list--area2 {
    left: 743px;
  }
  .search-map__list--area3 {
    left: 669px;
  }
  .search-map__list--area4 {
    left: 627px;
  }
  .search-map__list--area5 {
    left: 848px;
  }
  .search-map__list--area6 {
    left: 760px;
  }
  .search-map__list--area7 {
    left: 822px;
  }
  .search-map__list--area8 {
    left: 798px;
  }
  .search-map__list--area9 {
    left: 966px;
  }
  .search-map__list--area10 {
    left: 502px;
  }
  .search-map__list--area11 {
    top: 10px;
    left: 1017px;
  }
  .search-map__list--area12 {
    top: 384px;
    left: 446px;
  }
  .search-map__list--area13 {
    top: 384px;
    left: 556px;
  }
  .search-map__list--area14 {
    top: 436px;
    left: 446px;
  }
  .search-map__list--area15 {
    top: 436px;
    left: 556px;
  }
  .search-map__list--area16 {
    top: 488px;
    left: 446px;
  }
  .search-map__list--area17 {
    left: 958px;
  }
  .search-map__list--area18 {
    left: 1068px;
  }
  .search-map__list--area19 {
    left: 958px;
  }
  .search-map__list--area20 {
    left: 1068px;
  }
  .search-map__list--area21 {
    left: 958px;
  }
  .search-map__list--area22 {
    left: 1068px;
  }
  .search-map__list--area23 {
    top: 488px;
    left: 556px;
  }
  .search-map__list__anker--area1 {
    left: 681px;
  }
  .search-map__list__anker--area2 {
    left: 764px;
  }
  .search-map__list__anker--area3 {
    left: 702px;
  }
  .search-map__list__anker--area4 {
    left: 631px;
  }
  .search-map__list__anker--area5 {
    left: 848px;
  }
  .search-map__list__anker--area6 {
    left: 795px;
  }
  .search-map__list__anker--area7 {
    left: 841px;
  }
  .search-map__list__anker--area8 {
    left: 802px;
  }
  .search-map__list__anker--area9 {
    left: 964px;
  }
  .search-map__list__anker--area10 {
    left: 504px;
  }
  .search-map__list__anker--area11 {
    top: 10px;
    left: 1017px;
  }
  .search-map__list__anker--area12 {
    top: 385px;
    left: 446px;
  }
  .search-map__list__anker--area13 {
    top: 385px;
    left: 556px;
  }
  .search-map__list__anker--area14 {
    top: 437px;
    left: 446px;
  }
  .search-map__list__anker--area15 {
    top: 437px;
    left: 556px;
  }
  .search-map__list__anker--area16 {
    top: 489px;
    left: 446px;
  }
  .search-map__list__anker--area17 {
    left: 958px;
  }
  .search-map__list__anker--area18 {
    left: 1068px;
  }
  .search-map__list__anker--area19 {
    left: 958px;
  }
  .search-map__list__anker--area20 {
    left: 1068px;
  }
  .search-map__list__anker--area21 {
    left: 958px;
  }
  .search-map__list__anker--area22 {
    left: 1068px;
  }
  .search-map__list__anker--area23 {
    top: 489px;
    left: 556px;
  }
  .searchbox__item {
    display: inline-block;
    width: 48%;
    margin: 0 1.6% 20px 0;
  }
  .searchbox__item__label {
    width: 30%;
    margin-left: 2.3%;
  }
  .searchbox__item--area {
    width: 99%;
    margin: 0 0 20px 0;
  }
  .searchbox__etc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .searchbox__etc__item__heading {
    border: none;
    margin: 0.5em 0;
    font-weight: 500;
    text-align: center;
    width: 19%;
  }
  .searchbox__etc__item__content {
    width: 78%;
    margin-left: 2%;
  }
  .searchbox__etc__item__label {
    display: inline-block;
    width: 24.2%;
  }
  .top-post__subbox {
    width: 32%;
  }
  .recommended__details--item {
    width: 32%;
    margin-right: 1%;
  }
  .recommended__details__terms--title {
    width: 25%;
  }
  .recommended__details__terms__list {
    width: 73%;
  }
  .top-knowledge--bg {
    width: 48%;
    background: url(../img/index/knowledge-img.png) top left no-repeat, url(../img/common/fuji-pattern.png) #fff1cf;
    background-size: contain;
    background-position-y: 18px;
  }
  .top-knowledge--textbox {
    padding: 35px 25px 35px 300px;
  }
  .top-knowledge--title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .top-knowledge__box {
    width: 52%;
  }
  .top-knowledge__box ul {
    border-top: 3px solid #fff1cf;
  }
  .top-knowledge__box ul li {
    width: 48%;
  }
  #top-voice {
    padding: 60px 45px 70px;
  }
}

/***************************************************************
アーカイブページ
***************************************************************/
#archive-search {
  padding-top: 45px;
  background: url(../img/common/lattice-pattern.png) #fffefc;
  background-size: 100%;
}

#archive-search .slidetoggle {
  display: none;
}

.archive-search--title {
  font-size: 1rem;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}

.archive-search--title strong {
  font-size: 1.6rem;
  font-weight: 400;
  color: #323232;
  z-index: 100;
}

.search-open--btn {
  width: 98%;
  margin: 1% auto;
  font-size: 1rem;
  font-weight: 600;
  color: #323232;
  text-align: center;
  line-height: 40px;
  border: 1px solid #323232;
  background: #f7fffe;
  border-radius: 25px;
  display: block;
  position: relative;
}

.search-open--btn:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  margin-top: -2px;
}

.search-open--btn:hover {
  background: #323232;
  color: #fff;
}

.facility__count {
  max-width: 1200px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facility__count--text {
  width: 100%;
  color: #323232;
  line-height: 1.2;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin-right: 0;
}

.facility__count--item {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 3%;
  text-align: center;
}

.facility__count--item .updatedate {
  font-size: 0.8rem;
  padding: 5px 15px;
  background: #323232;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.facility__count--item .updatedate time {
  color: #fff;
}

.facility__count--item em {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  color: #ff7b00;
  line-height: 1;
  vertical-align: middle;
}

.facility__count .sorting {
  width: 100%;
  margin: 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.facility__count .sorting li {
  width: 49%;
  margin-bottom: 3%;
  background: #fff;
  border: 2px solid #dfe8ed;
  border-radius: 5px;
}

.facility__count .sorting li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.facility__count .sorting li a:hover {
  color: #ff9239;
}

.facility__count .sorting li.active {
  background: #dfe8ed;
}

.facility__count .sorting li.active a {
  color: #323232;
}

@media screen and (min-width: 869px) {
  #archive-search {
    padding-top: 45px;
    border-bottom: 2px solid #dfe8ed;
  }
  .archive-search--title {
    font-size: 1.4rem;
  }
  .archive-search--title strong {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .archive-search--title br {
    display: block;
  }
  .search-open--btn {
    width: 500px;
    line-height: 50px;
  }
  .facility__count--text {
    width: auto;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    margin-right: 12px;
    margin-bottom: 3%;
  }
  .facility__count--item {
    width: auto;
    margin-bottom: 0;
  }
  .facility__count--item .updatedate {
    font-size: 1rem;
  }
  .facility__count--item em {
    font-size: 2.4rem;
  }
  .facility__count .sorting li {
    width: 24%;
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
}

@media screen and (min-width: 1201px) {
  #archive-search {
    padding-top: 60px;
  }
  .archive-search--title {
    font-size: 1.4rem;
  }
  .archive-search--title strong {
    font-weight: 500;
    font-size: 1.9rem;
  }
  .archive-search--title br {
    display: none;
  }
  .search-open--btn {
    width: 500px;
    line-height: 50px;
  }
  .facility__count {
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .facility__count--text {
    width: 36%;
    margin-bottom: 0.5%;
  }
  .facility__count--item {
    width: 20%;
    margin-bottom: 0.5%;
    font-size: 0.9rem;
  }
  .facility__count--item em {
    font-size: 2rem;
  }
  .facility__count .sorting {
    width: 42%;
    margin: 0 0 0 0.5%;
  }
  .facility__count .sorting li a {
    font-size: 0.9rem;
  }
}

/*
* 一覧ページ
*/
.results--subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px;
}

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

.results__count em {
  font-style: normal;
  font-weight: 600;
  color: #ff7b00;
  margin: 0 3px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1201px) {
  .results--subitem {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .results__count {
    width: auto;
  }
  .results__count em {
    font-size: 2.2rem;
  }
}

/***************************************************************
施設詳細ページ
***************************************************************/
.facility-article {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #fffafa;
}

.facility-article .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.facility-article--mainarea {
  width: 100%;
}

.facility-article--sidearea {
  display: none;
}

.facility-article--overview, .facility-article--introduce, .facility-article--organization, .facility-article--priceplan, .facility-article--access, .facility-article--detail {
  margin-top: 20px;
}

.facility-article--access .table__cell.desc {
  text-align: left;
}

.facility-article__title {
  width: 100%;
  font-size: 2rem;
  color: #323232;
  line-height: 1.3;
  border-left: 7px solid #323232;
  padding-left: 12px;
  margin: 0 0 10px;
}

.facility-article__cachcopy {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 15px;
}

.facility-article__termbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.facility-article__terms {
  width: 100%;
}

.facility-article__terms--title {
  width: 100%;
  margin-right: 0;
}

.facility-article__terms--title p {
  text-align: center;
  background: #ffe8cc;
  border-radius: 5px;
  margin: 0;
  padding: 1px 2px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ff7b00;
}

.facility-article__terms__list {
  width: 100%;
  margin-bottom: 5px;
}

.facility-article__terms__list__item {
  display: inline;
  font-size: 0.9rem;
  color: #323232;
  line-height: 1.5;
  margin-right: 8px;
}

.facility-article__terms__list__item::after {
  content: "、";
}

.facility-article__terms__list__item:last-child::after {
  content: "";
}

.facility-article__subbox--overview table {
  width: 100%;
  background: #fff;
  border-top: 1px solid #dfe8ed;
  border-left: 1px solid #dfe8ed;
  margin-bottom: 10px;
}

.facility-article__subbox--overview table tbody tr th {
  width: 90px;
  padding: 7px 5px;
  border-right: 1px solid #dfe8ed;
  border-bottom: 1px solid #dfe8ed;
  background: #ffeee0;
  font-weight: normal;
}

.facility-article__subbox--overview table tbody tr td {
  padding: 7px 10px;
  border-right: 1px solid #dfe8ed;
  border-bottom: 1px solid #dfe8ed;
}

.facility-article__subbox--overview table tbody tr td em {
  width: 82px;
  padding: 3px;
  border: 1px solid #dfe8ed;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  display: inline-block;
}

.facility-article__subbox--overview table tbody tr td span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #f00;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  margin-right: 5px;
}

.facility-article__subbox--overview .price-sub {
  font-size: 0.95rem;
  color: #f00;
  padding: 0;
  margin: 0;
}

.facility-article__section-heading {
  font-family: "Rounded Mplus 1c";
  color: #323232;
  margin: 0 0 15px;
  vertical-align: bottom;
}

.facility-article__section-heading--introduce::before, .facility-article__section-heading--organization::before, .facility-article__section-heading--priceplan::before, .facility-article__section-heading--access::before, .facility-article__section-heading--detail::before {
  font-family: "FontAwesome";
  font-size: 2.6rem;
  font-weight: normal;
  color: #323232;
  margin-right: 7px;
}

.facility-article__section-heading span {
  font-size: 1.2rem;
}

.facility-article__section-heading--introduce::before {
  content: "\f015";
}

.facility-article__section-heading--organization::before {
  content: "\f0c0";
}

.facility-article__section-heading--priceplan::before {
  content: "\f157";
}

.facility-article__section-heading--access::before {
  content: "\f1b9";
}

.facility-article__section-heading--detail::before {
  content: "\f05a";
}

.facility-article__subtitle {
  margin: 0 0 7px;
  padding-left: 7px;
  border-left: 7px solid #323232;
  color: #323232;
  line-height: 1.2;
}

.facility-article__points {
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}

.facility-article__gallery {
  width: 90%;
  margin: 0 auto 24px;
}

.facility-article__gallery__img {
  margin: 0 0 0.5em;
  padding: 0;
}

.facility-article__gallery__img__item {
  position: relative;
}

.facility-article__gallery__img__item__photobox {
  display: block;
  height: 58vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.facility-article__gallery__img__item__photobox-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.facility-article__gallery__img__item__photobox-text p {
  margin: 0.5em 1em;
  color: #fff;
  line-height: 1.2;
  font-size: 0.9rem;
}

.facility-article__gallery__thumb {
  margin: 0;
  padding: 0;
}

.facility-article__gallery__thumb__item {
  margin-right: 1px;
}

.facility-article__gallery__thumb__item img {
  cursor: pointer;
}

.facility-article__gallery__thumb__item img:hover {
  opacity: 0.6;
}

.facility-article__subbox--overview {
  margin: 0 0 24px;
}

.facility-article__prices .prices__title {
  font-weight: bold;
  color: #323232;
  border-left: 5px solid #323232;
  padding-left: 7px;
}

.facility-article__taxo {
  margin-top: 1em;
}

.facility-article__taxo__title {
  margin-bottom: 0.8em;
  padding-left: 0.5em;
  border-left: solid 5px #323232;
  color: #323232;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.facility-article__taxo__box {
  width: 100%;
  margin: 0 0 24px;
}

.facility-article__taxo__list {
  margin: 0 0 0.3em;
  padding: 0;
}

.facility-article__interior__img {
  margin: 0 0 24px;
  padding: 0;
}

.facility-article__interior__img__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}

.facility-article__interior__img__item__photobox {
  display: block;
  height: 58vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.facility-article__interior__img__item__photobox-text {
  margin-bottom: 0.5em;
  color: #4c1d07;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.facility-article__wp-content {
  overflow: hidden;
  word-break: break-all;
  zoom: 1;
}

.facility-article__wp-content::after {
  content: "";
  display: block;
  clear: both;
}

.facility-article__wp-content a {
  text-decoration: underline;
}

.facility-article__wp-content blockquote {
  border-left: 4px solid #eee;
  margin: 1em 0;
  padding: 0 40px;
}

.facility-article__wp-content ul li {
  list-style-type: disc;
}

.facility-article__wp-content .aligncenter {
  display: block;
  margin: 0 auto;
}

.facility-article__wp-content .alignright {
  float: right;
}

.facility-article__wp-content .alignleft {
  float: left;
}

.facility-article__wp-content img.size-medium,
.facility-article__wp-content img.size-full {
  width: 100%;
}

@media screen and (min-width: 869px) {
  .facility-article__wp-content img.size-medium,
  .facility-article__wp-content img.size-full {
    width: 28%;
  }
}

@media screen and (min-width: 1201px) {
  .facility-article__wp-content img.size-medium,
  .facility-article__wp-content img.size-full {
    width: 30%;
  }
}

.facility-article__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.facility-article__telbtn {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 0 2px;
  font-size: 0.85rem;
  line-height: 1.1;
  color: #323232;
  background: #fff;
  border: 1px solid #dfe8ed;
  border-radius: 10px;
}

.facility-article__telbtn span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
}

.facility-article__telbtn:hover {
  color: #323232;
}

.facility-article__mailbtn {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 3px #b86a0a;
  padding: 15px 10px;
  background: #ff7b00;
  border-radius: 7px;
}

.facility-article__mailbtn::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 7px;
}

.facility-article__price-table {
  border: 2px solid;
  margin: 0 0 24px;
  border-bottom: 1px solid;
}

.facility-article__price-table.priceplan--start {
  border-color: #f7b100;
}

.facility-article__price-table.priceplan--month {
  border-color: #ff7b00;
}

.facility-article__price-table__title {
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
  width: 100%;
}

.priceplan--start .facility-article__price-table__title {
  background: #f7b100;
}

.priceplan--month .facility-article__price-table__title {
  background: #ff7b00;
}

.facility-article__price-table__sum {
  padding: 0.5em;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
}

.priceplan--start .facility-article__price-table__sum {
  background: #fff1cc;
}

.priceplan--month .facility-article__price-table__sum {
  background: #ffe8cc;
}

.facility-article__price-table__sum em {
  color: #ff181a;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
}

.facility-article__price-table__group {
  background: #fff;
  width: 100%;
}

.facility-article__price-table__row {
  position: relative;
  display: block;
  padding: 0.5em 0.8em;
  width: 100%;
  border-bottom: 1px solid;
}

.priceplan--start .facility-article__price-table__row {
  border-color: #f7b100;
}

.priceplan--month .facility-article__price-table__row {
  border-color: #ff7b00;
}

.facility-article__price-table__cell {
  display: inline-block;
  padding: 0.3em 0.1em;
  width: 49%;
}

.facility-article__price-table__cell.term {
  text-align: left;
}

.facility-article__price-table__cell.desc {
  text-align: right;
}

.facility-article__price-table__cell.desc em {
  font-size: 1.1rem;
  font-style: normal;
}

.facility-article__map {
  margin: 20px 0;
}

.facility-article__peripheral {
  width: 90%;
  margin: 0 auto;
}

.facility-article__peripheral__img {
  margin: 0 0 0.5em;
  padding: 0;
}

.facility-article__peripheral__img__item {
  margin: 0 5px;
}

.facility-article__peripheral__img__item__photobox {
  display: block;
  height: 40vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.facility-article__peripheral__img__item__photobox-text {
  margin-bottom: 0.5em;
  color: #4c1d07;
  text-align: center;
}

.facility-article__contarea {
  width: 100%;
  padding: 3%;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facility-article__contarea__btn {
  display: block;
  width: 32%;
  border-radius: 5px;
}

.facility-article__contarea__btn a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}

.facility-article__contarea__btn a::before {
  font-size: 2.3rem;
  display: block;
  position: relative;
  font-family: "FontAwesome";
  margin: 5px 0;
  color: #fff;
}

.facility-article__contarea__btn--reserve {
  background: #04b5be;
}

.facility-article__contarea__btn--reserve a {
  text-shadow: 0 0 3px #0a7f85;
}

.facility-article__contarea__btn--reserve a::before {
  content: "\f274";
}

.facility-article__contarea__btn--document {
  background: #7ac246;
}

.facility-article__contarea__btn--document a::before {
  content: "\f0f6";
}

.facility-article__contarea__btn--other {
  background: #ff7b00;
}

.facility-article__contarea__btn--other a {
  text-shadow: 0 0 3px #b86a0a;
}

.facility-article__contarea__btn--other a::before {
  content: "\f0e0";
}

.facility-article__contarea__tel {
  width: 100%;
  font-size: 0.95rem;
  margin-top: 12px;
  padding-top: 13px;
  border-top: 1px dashed #dfe8ed;
  text-align: center;
}

.facility-article__contarea__tel a {
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
  padding: 3%;
  border: 1px solid #dfe8ed;
  border-radius: 5px;
}

.facility-article__contarea__tel a em {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-right: 10px;
}

.facility-article__single-img {
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}

.facility__recommend {
  background: #fffafa;
  padding: 20px 0;
  border-bottom: 1px solid #323232;
}

@media screen and (min-width: 426px) {
  .facility-article__cv-btn {
    font-size: 1.4rem;
  }
  .facility-article__peripheral__img__item__photobox {
    height: 35vw;
  }
  .facility-article__mailbtn:hover {
    background: #ffa800;
  }
}

@media screen and (min-width: 869px) {
  .facility-article--mainarea {
    width: 490px;
  }
  .facility-article--sidearea {
    display: block;
    width: 240px;
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
    top: 100px;
    height: 100%;
    margin: 0 0 30px 0;
  }
  .facility-article--sidearea .side__navi--title {
    width: 100%;
    padding: 5px 25px;
    background: #323232;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
  }
  .facility-article--sidearea ul {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #dfe8ed;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    position: relative;
  }
  .facility-article--sidearea ul:before {
    content: "";
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: #323232;
    position: absolute;
    top: -36px;
    left: -38px;
  }
  .facility-article--sidearea ul li {
    border-bottom: 1px dashed #dfe8ed;
  }
  .facility-article--sidearea ul li a {
    padding: 5px 5px 5px 25px;
    display: block;
    position: relative;
  }
  .facility-article--sidearea ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #dfe8ed;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
  }
  .facility-article--sidearea ul li a:hover:before {
    border-left-color: #323232;
  }
  .facility-article--sidearea ul li a:hover {
    color: #ffb915;
  }
  .facility-article--sidearea ul li:first-child {
    border-top: 1px dashed #dfe8ed;
  }
  .facility-article--sidearea ul li.active a:before {
    border-left-color: #323232;
  }
  .facility-article--sidearea .side__contact .reserve--btn a {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #04b5be;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 0 3px #0a7f85;
    display: block;
  }
  .facility-article--sidearea .side__contact .reserve--btn a:before {
    content: "\f274";
    font-family: "FontAwesome";
    margin-right: 5px;
  }
  .facility-article--sidearea .side__contact .reserve--btn a:hover {
    opacity: 0.7;
  }
  .facility-article--sidearea .side__contact .document--btn a {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #7ac246;
    border-radius: 5px;
    color: #fff;
    display: block;
  }
  .facility-article--sidearea .side__contact .document--btn a:before {
    content: "\f0f6";
    font-family: "FontAwesome";
    margin-right: 5px;
  }
  .facility-article--sidearea .side__contact .document--btn a:hover {
    opacity: 0.7;
  }
  .facility-article--sidearea .side__contact .contact--btn a {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #ff7b00;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 0 3px #b86a0a;
    display: block;
  }
  .facility-article--sidearea .side__contact .contact--btn a:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    margin-right: 5px;
  }
  .facility-article--sidearea .side__contact .contact--btn a:hover {
    opacity: 0.7;
  }
  .facility-article--sidearea .side__contact .tel--btn a {
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #dfe8ed;
    border-radius: 5px;
    font-size: 0.9rem;
    line-height: 1.6;
    display: block;
  }
  .facility-article--sidearea .side__contact .tel--btn a span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
  }
  .facility-article--sidearea .side__contact .tel--btn a span:before {
    content: "\f098";
    font-family: "FontAwesome";
    margin-right: 7px;
  }
  .facility-article--sidearea .side__contact .tel--btn a:hover {
    color: #323232;
  }
  .facility-article__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facility-article__terms--title {
    width: 25%;
    margin-right: 0;
  }
  .facility-article__terms__list {
    width: 72%;
  }
  .facility-article .table__cell.term {
    width: 36%;
  }
  .facility-article .table__cell.desc {
    width: 64%;
  }
  .facility-article__peripheral__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .facility-article__peripheral__img__item {
    width: 32%;
    margin-right: 0.1%;
  }
  .facility-article__contarea {
    padding: 20px 30px 15px;
  }
  .facility-article__contarea__btn a {
    padding: 10px 0;
  }
  .facility-article__contarea__btn a::before {
    font-size: 1.4rem;
    display: inline;
    margin: 0 4px 0 0;
  }
  .facility-article__contarea__tel a {
    padding: 0%;
    border: none;
  }
  .facility-article__contarea__tel a em {
    display: inline-block;
  }
  .facility-article__contarea__tel a em::before {
    content: "\f098";
    font-family: "FontAwesome";
    margin-right: 7px;
  }
  .facility-article__box, .facility-article__taxo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .facility-article__gallery {
    width: 100%;
    margin: 0;
  }
  .facility-article__subbox--overview {
    width: 100%;
    margin: 0;
  }
  .facility-article__prices .prices__box {
    width: 48%;
    margin-right: 2%;
  }
  .facility-article__prices .prices__box:last-child {
    margin-right: 0;
  }
  .facility-article__taxo__list .taxo__list__item {
    width: 32%;
    margin: 3px 0.6%;
  }
  .facility-article__price-table.priceplan--start, .facility-article__price-table.priceplan--month {
    width: 47.9%;
  }
  .facility-article__price-table__cell.term {
    width: 39%;
    font-size: 0.9em;
  }
  .facility-article__price-table__cell.desc {
    width: 58%;
  }
  .facility-article__kaigo, .facility-article__hospital {
    width: 100%;
  }
  .facility-article__interior__img__item {
    width: 31.8%;
    margin-right: 0.8%;
  }
  .facility-article__interior__img__item__photobox-text {
    font-size: 1rem;
  }
  .facility-article__peripheral {
    width: 100%;
  }
  .facility-article__single-img {
    width: 100%;
  }
  .facility-article__etc {
    width: 100%;
  }
  .facility-article__gallery__img__item__photobox {
    height: 320px;
  }
  .facility-article__interior__img__item__photobox {
    height: 110px;
  }
  .facility-article__peripheral__img__item__photobox {
    height: 100px;
  }
}

@media screen and (min-width: 1201px) {
  .facility-article--mainarea {
    width: 870px;
  }
  .facility-article--sidearea {
    width: 300px;
    top: 120px;
  }
  .facility-article--access .table__cell.term {
    width: 19%;
  }
  .facility-article--access .table__cell.desc {
    width: 80%;
  }
  .facility-article__terms {
    width: 48%;
  }
  .facility-article__terms--title p {
    font-size: 1.1rem;
  }
  .facility-article__terms__list__item {
    font-size: 1rem;
  }
  .facility-article__gallery {
    width: 48%;
  }
  .facility-article__subbox--overview {
    width: 49%;
  }
  .facility-article__telbtn, .facility-article__mailbtn {
    width: 48%;
  }
  .facility-article__telbtn {
    margin-bottom: 0;
  }
  .facility-article__kaigo, .facility-article__hospital {
    width: 48%;
  }
  .facility-article__price-table.priceplan--start, .facility-article__price-table.priceplan--month {
    width: 49%;
  }
  .facility-article__price-table__cell.term {
    width: 36%;
  }
  .facility-article__price-table__cell.term em {
    font-style: normal;
    font-size: 0.8em;
  }
  .facility-article__price-table__cell.desc {
    width: 61%;
  }
  .facility-article__single-img {
    width: 36%;
  }
  .facility-article--detail .facility-article__etc {
    width: 62%;
  }
  .facility-article__gallery__img__item__photobox {
    height: 260px;
  }
  .facility-article__interior__img__item__photobox {
    height: 190px;
  }
  .facility-article__peripheral__img__item__photobox {
    height: 140px;
  }
  .facility-article__taxo__list .taxo__list__item {
    width: 19.1%;
    margin: 4px 0.4%;
  }
  .facility-article__price-table__group {
    letter-spacing: -0.4em;
    font-size: 0;
  }
  .facility-article__price-table__row {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    padding: 0.5em 0.3em;
  }
  .facility-article__price-table__row:nth-child(2n + 1):last-child {
    width: 100%;
    padding-right: 52.6%;
    padding-right: calc(50% + 0.3em);
  }
}

.single--contact--area {
  width: 100%;
  padding: 20px 30px 15px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single--contact--area .reserve--btn {
  width: 32%;
}

.single--contact--area .reserve--btn a {
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 10px;
  background: #04b5be;
  border-radius: 5px;
  color: #fff;
  text-shadow: 0 0 3px #0a7f85;
  display: block;
}

.single--contact--area .reserve--btn a:before {
  content: "\f274";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.single--contact--area .reserve--btn a:hover {
  opacity: 0.7;
}

.single--contact--area .document--btn {
  width: 32%;
}

.single--contact--area .document--btn a {
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 10px;
  background: #7ac246;
  border-radius: 5px;
  color: #fff;
  display: block;
}

.single--contact--area .document--btn a:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.single--contact--area .document--btn a:hover {
  opacity: 0.7;
}

.single--contact--area .contact--btn {
  width: 32%;
}

.single--contact--area .contact--btn a {
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 10px;
  background: #ff7b00;
  border-radius: 5px;
  color: #fff;
  text-shadow: 0 0 3px #b86a0a;
  text-decoration: none;
  display: block;
}

.single--contact--area .contact--btn a:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.single--contact--area .contact--btn a:hover {
  opacity: 0.7;
}

.single--contact--area .tel--btn {
  width: 100%;
  padding-top: 13px;
  border-top: 1px dashed #dfe8ed;
  text-align: center;
}

.single--contact--area .tel--btn a {
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
}

.single--contact--area .tel--btn a em {
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-right: 10px;
}

.single--contact--area .tel--btn a em:before {
  content: "\f098";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.single--contact--area .tel--btn a:hover {
  color: #323232;
}

.single--contact--area .tel--btn a:hover em {
  color: #323232;
}

/*
* シングルページ
*/
.single-article {
  padding: 4vw 0;
}

.single-article__title {
  margin: 0 0 0.5em;
  color: #323232;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.single-article__date {
  margin-bottom: 1em;
  color: #aaa;
}

.single-article__img {
  margin: 0 auto 1.5em;
  max-width: 600px;
  width: auto;
  text-align: center;
}

.single-article__wp-content {
  overflow: hidden;
  word-break: break-all;
  zoom: 1;
}

.single-article__wp-content::after {
  content: "";
  display: block;
  clear: both;
}

.single-article__wp-content a {
  text-decoration: underline;
}

.single-article__wp-content blockquote {
  border-left: 4px solid #eee;
  margin: 1em 0;
  padding: 0 40px;
}

.single-article__wp-content ul li {
  list-style-type: disc;
}

.single-article__wp-content .aligncenter {
  display: block;
  margin: 0 auto;
}

.single-article__wp-content .alignright {
  float: right;
}

.single-article__wp-content .alignleft {
  float: left;
}

.single-article__wp-content img.size-medium,
.single-article__wp-content img.size-full {
  width: 100%;
}

@media screen and (min-width: 869px) {
  .single-article__wp-content img.size-medium,
  .single-article__wp-content img.size-full {
    width: 28%;
  }
}

@media screen and (min-width: 1201px) {
  .single-article__wp-content img.size-medium,
  .single-article__wp-content img.size-full {
    width: 30%;
  }
}

.single__bottom {
  padding: 4vw 0 25vw;
  border-bottom: solid 1px #323232;
  background: url(../img/common/bg-town-mainvisual.png) repeat-x bottom;
}

.single__bottom__shift-btn__item, .single__bottom__back-btn__item {
  width: auto;
  border-radius: 5px;
  font-weight: bold;
}

.single__bottom__shift-btn {
  margin: 0 auto 2.5em;
}

.single__bottom__shift-btn__item {
  padding: 0.7em 1em;
  border: solid 2px #8bb72f;
  background: #fff;
  color: #8bb72f;
  font-size: 1rem;
  max-width: 240px;
  margin: 0 auto 1em;
}

.single__bottom__shift-btn__item:hover {
  background: #8bb72f;
}

.single__bottom__shift-btn__item.prev::before, .single__bottom__shift-btn__item.next::before {
  padding-right: 1em;
  font-family: "FontAwesome";
}

.single__bottom__shift-btn__item.prev::before {
  content: "\f100";
}

.single__bottom__shift-btn__item.next::after {
  content: "\f101";
}

.single__bottom__back-btn__item {
  padding: 1.1em 1em;
  background: #8cb72f;
  color: #fff;
  font-size: 1.2rem;
  max-width: 360px;
}

.single__bottom__back-btn__item::after {
  content: "\f101";
  padding-left: 1em;
  font-family: "FontAwesome";
}

@media screen and (min-width: 869px) {
  .single-article {
    padding: 24px 0;
  }
  .single__bottom {
    padding: 24px 0 128px;
  }
  .single__bottom__shift-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .single__bottom__shift-btn__item {
    width: 100%;
    margin: 0 0 1em;
  }
}

/***************************************************************
固定ページ
***************************************************************/
.page-article__mainvisual {
  padding: 70px 0 50px;
  border-bottom: solid 3px #fff6d2;
  background: url(../img/common/lattice-pattern.png) #fffdf5;
}

.page-article__title {
  margin: 0 0 0.5em;
  color: #323232;
  line-height: 1.4;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.page-article__title--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.page-article__title--sitelogoimg {
  display: block;
  width: 131px;
  height: 100px;
  background: url(../img/page/company/hplogo.png);
  background-size: cover;
}

.page-article__catchcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 5vw;
  max-width: 860px;
  width: auto;
}

.page-article__catchcopy__img {
  margin-bottom: 5vw;
  width: 35%;
}

.page-article__catchcopy__text {
  width: 100%;
  text-align: center;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.page-article__catchcopy__text span {
  border-bottom: dashed 2px #323232;
}

.page-article__category {
  border-top: solid 1px #eee;
  padding: 4vw 0;
}

.page-article__category__list {
  margin: 0;
  padding: 0;
}

.page-article__category__list__item {
  display: inline-block;
  border: solid 2px #323232;
  background: #fff;
  border-radius: 8px;
  margin: 0 0.5em 0.5em 0;
}

.page-article__category__list__item a {
  color: #323232;
  display: block;
  width: 100%;
  padding: 0.6em 1em;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.page-article__category__list__item:hover {
  background: #323232;
}

.page-article__category__list__item:hover a {
  color: #fff;
}

.page-article__category__list__item.active {
  background: #323232;
}

.page-article__category__list__item.active a {
  color: #fff;
}

.page-article__category__list__item.active a::before {
  content: "\f0da";
  display: inline-block;
  margin-right: 0.5em;
  font-family: "FontAwesome";
}

.page-article__desc {
  overflow: hidden;
  word-break: break-all;
  zoom: 1;
}

.page-article__desc::after {
  content: "";
  display: block;
  clear: both;
}

.page-article__desc b {
  color: #ff8827;
}

.page-article__section {
  padding: 4vw 0;
  border-bottom: 1px dashed #f6ece4;
}

.page-article__section:last-child {
  border-bottom: none;
}

.page-article__section.colored {
  background: #fffafa;
}

.page-article__section__heading {
  margin: 0 0 1em;
  padding-left: 12px;
  border-left: 7px solid #323232;
  color: #323232;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.page-article__section__heading span {
  color: #323232;
  margin-right: 10px;
}

.page-article__section__heading span em {
  font-size: 2.8rem;
  font-style: normal;
}

.page-article__section__content--enclose {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  border: 3px solid #fff6d2;
  border-radius: 10px;
}

.page-article__section__content b {
  color: #ff8827;
}

.page-article__section__content p {
  margin: 0 0 1.5em;
}

.page-article__section__content__box {
  padding: 0 0 6vw;
  overflow: hidden;
  word-break: break-all;
  zoom: 1;
}

.page-article__section__content__box::after {
  content: "";
  display: block;
  clear: both;
}

.page-article__section__content__img {
  text-align: center;
  margin: 10px 0;
}

.page-article__section__content__text__cause__heading, .page-article__section__content__text__solution__heading {
  width: 100%;
  text-align: center;
  padding: 0.3em;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.page-article__section__content__text__cause__desc, .page-article__section__content__text__solution__desc {
  margin: 1vw 0 3vw;
  width: 100%;
}

.page-article__section__content__text__cause__heading {
  background: #e2e2e2;
  color: #323232;
}

.page-article__section__content__text__solution__heading {
  background: #ffb915;
  color: #fff;
}

.page-article__section__content__table {
  width: 100%;
}

.page-article__section__content__map {
  width: 100%;
}

.page-article__section__content__title {
  padding-left: 0.5em;
  border-left: solid 5px #323232;
  color: #323232;
  font-size: 1.3rem;
}

.page-article__section__content--enclose .page-article__section__content__title {
  font-size: 1.6rem;
  font-family: "Rounded Mplus 1c";
  line-height: 1.4;
  color: #333;
  padding-left: 0;
  padding: 3px 25px;
  border-left: none;
  border-radius: 5px;
  background: #dcdddd;
  margin: 30px 0 15px;
}

.page-article__section__content__subtitle {
  border-bottom: dotted 1px #aaa;
  color: #323232;
  font-size: 1.1rem;
  margin: 1em 0;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.page-article__section__content__subtitle::before {
  content: "\f061";
  display: inline-block;
  margin-right: 0.5em;
  color: #323232;
  font-family: "FontAwesome";
}

.page-article__section__content__list, .page-article__section__content__list-child {
  width: 94%;
  margin: 6px 3%;
}

.page-article__section__content__list__item, .page-article__section__content__list-child__item {
  list-style-type: disc;
}

.page-article__section__content--enclose .page-article__section__content__list__item, .page-article__section__content--enclose .page-article__section__content__list-child__item {
  list-style-type: none;
}

.page-article__section__content--enclose .page-article__section__content__list__item b, .page-article__section__content--enclose .page-article__section__content__list-child__item b {
  position: relative;
}

.page-article__section__content--enclose .page-article__section__content__list__item b::before, .page-article__section__content--enclose .page-article__section__content__list-child__item b::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffb272;
}

.page-article__section__content__list-parent {
  width: 94%;
  margin: 6px 3%;
}

.page-article__section__content__list-parent__item {
  list-style-type: circle;
}

.page-article__section__content--enclose .page-article__section__content__list-parent__item {
  list-style-type: none;
}

.page-article__section__content__attention__bnrs {
  margin: 0 auto;
  width: auto;
}

.page-article__section__content__attention__bnrs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  border-radius: 9999px;
  background: #ff7b00;
  min-height: 70px;
}

.page-article__section__content__attention__bnrs__item:hover {
  background: #ffa800;
}

.page-article__section__content__attention__bnrs__item a {
  color: #fff;
  line-height: 1.1;
  width: 100%;
  text-align: center;
}

.page-article__section__content__attention__bnrs__item a::before {
  display: inline;
  font-family: "FontAwesome";
  font-weight: normal;
  color: #fff;
  position: relative;
  top: 50%;
  left: -7px;
}

.page-article__section__content__attention__bnrs__item--tel a {
  font-size: 1.7rem;
}

.page-article__section__content__attention__bnrs__item--tel a span {
  font-size: 0.75rem;
  font-weight: 100;
  display: block;
}

.page-article__section__content__attention__bnrs__item--tel a::before {
  content: "\f095";
}

.page-article__section__content__attention__bnrs__item--mail a {
  font-size: 1.4rem;
}

.page-article__section__content__attention__bnrs__item--mail a::before {
  content: "\f0e0";
}

.page-article__section__content__more-btn, .page-article__section__content__ext-btn {
  width: auto;
  border-radius: 5px;
  font-weight: bold;
  padding: 0.7em;
  background: #323232;
  color: #fff;
  font-size: 1.2rem;
  max-width: 420px;
}

.page-article__section__content__more-btn::after, .page-article__section__content__ext-btn::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.page-article__section__content__more-btn:hover, .page-article__section__content__ext-btn:hover {
  background: #e2e6ec;
  color: #323232;
}

.step-list {
  margin: 0;
  padding: 0;
}

.step-list__item {
  position: relative;
  margin-bottom: 3em;
  border-radius: 5px;
  background: #fff;
}

.step-list__item__heading {
  padding: 0.3em;
  border-radius: 4px;
  background: #dcdddd;
  color: #333;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Rounded Mplus 1c";
}

.step-list__item__content {
  width: 94%;
  margin: 0 auto;
}

.step-list__item__content b {
  color: #ff8827;
}

.step-list__item__attention__bnrs {
  margin: 0 auto;
  width: auto;
}

.step-list__item__attention__bnrs__item {
  margin-bottom: 3vw;
  text-align: center;
}

.privacy-policy,
.faq-list {
  margin: 0 20px 25px;
  padding: 0;
}

.privacy-policy__item,
.faq-list__item {
  list-style-type: disc;
  line-height: 1.4;
  border-bottom: 1px dashed #d5d5d5;
  padding: 7px 0px;
  position: relative;
}

.president b {
  color: #ff8827;
}

.president__img {
  width: 60%;
  margin: 0 auto;
}

.president__heading {
  margin: 1.5em 4% 1em;
  font-size: 1.6em;
  line-height: 1.4;
  color: #ffb915;
  font-weight: bold;
}

.president__heading::before {
  content: "■";
  margin-right: 3px;
}

.president__text {
  padding: 0 4%;
}

.president__name {
  padding: 0 4%;
  text-align: right;
  margin-bottom: 2em;
}

.president__name__big {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.contact-form .mw_wp_form {
  width: 100%;
}

.contact-form table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: none;
}

.contact-form th {
  position: relative;
  border-bottom: none;
  width: 100%;
  padding: 2% 3% 2% 56px;
  text-align: left;
  display: block;
  background: #fffbea;
}

.contact-form th.must::before, .contact-form th.option::before {
  display: inline-block;
  padding: 0.1em 0.5em;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -13px;
}

.contact-form th.must::before {
  content: "必須";
  background: #ff474a;
}

.contact-form th.option::before {
  content: "任意";
  background: #aaa;
}

.contact-form td {
  background: #fff;
  border-bottom: none;
  display: block;
  width: 100%;
  padding: 4% 3%;
}

.contact-form td a {
  text-decoration: underline;
}

.contact-form .privacy .mwform-checkbox-field label {
  width: 100%;
  margin: 3% 0 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  margin-bottom: 0.3em;
  padding: 0.3em;
  border: solid 2px #ccc;
  border-radius: 5px;
  width: 100%;
}

.contact-form input[type="submit"] {
  width: 100%;
  padding: 10px 48px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #ff7b00;
  border-radius: 8px;
  position: relative;
  margin-top: 24px;
  background: #ff7b00;
  cursor: pointer;
}

.contact-form input[type="submit"]:hover {
  opacity: 0.7;
}

.contact-form input[type="submit"].retouch {
  color: #ff7b00;
  border: 2px solid #ff7b00;
  background: #fff;
}

.contact-form .input__checkbox {
  margin-bottom: 0.3em;
}

.contact-form .input__submit {
  margin: auto;
  width: 250px;
}

.contact-form .mwform-checkbox-field {
  margin-left: 0 !important;
}

.contact-form .mwform-checkbox-field label {
  width: 100%;
  margin: 0.2em 0;
  display: inline-block;
  padding: 0.5em 0.6em;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #f7f7f7;
  font-weight: normal;
  margin-bottom: 0;
}

.two-columns {
  margin: 1.5em 0;
}

.two-columns__item {
  margin: 1em 0;
}

@media screen and (min-width: 321px) {
  .page-article__section__content__attention__bnrs__item--tel a {
    font-size: 2.2rem;
  }
  .page-article__section__content__attention__bnrs__item--tel a span {
    font-size: 0.8rem;
  }
  .page-article__section__content__attention__bnrs__item--mail a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 869px) {
  .page-article__title--sitelogoimg {
    display: none;
  }
  .page-article__catchcopy {
    margin-bottom: 16px;
  }
  .page-article__catchcopy__img {
    margin-bottom: 16px;
    width: 22%;
  }
  .page-article__catchcopy__text {
    width: 56%;
  }
  .page-article__section {
    padding: 30px 0;
  }
  .page-article__section__content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 0 48px;
  }
  .page-article__section__content__img {
    width: 42%;
    margin-right: 4%;
  }
  .page-article__section__content__text {
    width: 54%;
  }
  .page-article__section__content__text__cause__desc, .page-article__section__content__text__solution__desc {
    margin: 12px 0 36px;
  }
  .page-article__section__content__attention__bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .page-article__section__content__attention__bnrs__item {
    width: 48%;
  }
  .page-article__section__content__more-btn, .page-article__section__content__ext-btn {
    margin: 0 0 1.5em;
  }
  .step-list__item__box {
    padding: 1em 2em;
  }
  .step-list__item__attention__bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .step-list__item__attention__bnrs__item {
    width: 48%;
  }
  .two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .two-columns__item {
    width: 48%;
  }
  .president__heading {
    margin: 1.5em 0 1em;
  }
  .president__text {
    width: 100%;
    padding: 0 0px;
  }
  .president__img {
    float: right;
    width: 34%;
    margin: 0 3%;
  }
  .president__box::after {
    content: "";
    display: block;
    clear: both;
  }
  .president__name {
    padding: 0 24px;
  }
  .company-detail__table .table__cell.term {
    width: 15%;
    text-align: left;
  }
  .company-detail__table .table__cell.desc {
    width: 78%;
    text-align: left;
  }
  .contact-form table {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px dashed #ffeab8;
    border-collapse: separate;
    border-spacing: 0;
  }
  .contact-form th {
    display: table-cell;
    width: 300px;
    text-align: right;
    padding: 15px 20px;
    background: #fffbea;
    border-bottom: 1px dashed #ffeab8;
    position: relative;
  }
  .contact-form th.must::before, .contact-form th.option::before {
    left: 20px;
    margin-top: -13px;
  }
  .contact-form td {
    display: table-cell;
    width: 660px;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px dashed #ffeab8;
  }
  .contact-form .mwform-checkbox-field label {
    width: 30%;
    margin: 0 1% 0 0;
  }
  .contact-form .input__checkbox {
    margin-bottom: 0.3em;
  }
  .contact-form .input__submit {
    margin: auto;
    width: 250px;
  }
}

@media screen and (min-width: 1201px) {
  .page-article__section__content__attention__bnrs__item--tel a {
    font-size: 2.6rem;
  }
  .page-article__section__content__attention__bnrs__item--tel a span {
    font-size: 1.2rem;
  }
  .page-article__section__content__attention__bnrs__item--mail a {
    font-size: 2.1rem;
  }
}
/*# sourceMappingURL=style.css.map */