@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  box-sizing: border-box;
  z-index: 0;
  margin: 0;
  padding: 0;
}

.min {
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Open Sans','Noto Sans JP', sans-serif;
}

.meiryo {
  font-family: 'メイリオ', 'Meiryo','Noto Sans JP', sans-serif;
}

.min_b {
  font-family: 'Shippori Mincho', serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.0rem;
  /*10px*/
  font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Open Sans','Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  color: #574d4f;
}

.page_img img {
  width: 100%;
}

#search {
  background: #ddc580;
  background: linear-gradient(90deg, #ddc580 0%, #fffbd7 25%, #fffbd7 75%, #ddc580 100%);
}
#search .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#search .inner .select_wrapper {
  overflow: hidden;
  width: 17em;
  background-color: #fff;
  background-image: url("/img/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 5px;
  padding: 0;
  position: relative;
}
#search .inner .select_wrapper select {
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 5px;
  width: 18em;
  font-size: 1.3rem;
  margin: 0;
  background: none;
  border: 0 none;
  z-index: 100;
}
#search .inner .select_wrapper select:focus {
  outline: none;
}
#search .inner .select_wrapper select option {
  padding: 10px;
  display: block;
}
#search.scroll {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1;
}

.subpage .title {
  background: #ba9132;
}
.subpage .title h1 {
  width: 100%;
  max-width: 970px;
  margin: auto;
  font-weight: normal;
  color: #fff;
  font-size: min(2rem, 3.8vw);
}
@media (min-width: 768px) {
  .subpage .title {
    background: #ba9132;
  }
  .subpage .title h1 {
    width: 100%;
    max-width: 970px;
    margin: auto;
    font-weight: normal;
    color: #fff;
    font-size: 2rem;
  }
}
.subpage .page_img {
  list-style-type: none;
  margin: auto;
  width: 100%;
  max-width: 1600px;
}
.subpage .page_img img {
  width: 100%;
}
.subpage .catch {
  width: 100%;
  max-width: 970px;
  margin: auto;
  margin-bottom: 50px;
}
.subpage .catch h1 {
  text-align: center;
  font-size: 5vw;
  color: #ba9132;
}
.subpage .catch p {
  font-size: 2rem;
  line-height: 2;
  font-size: min(2rem, 3.4vw);
  margin: 0 10px;
}
@media (min-width: 768px) {
  .subpage .catch {
    width: 100%;
    max-width: 970px;
    margin: auto;
    margin-bottom: 50px;
  }
  .subpage .catch h1 {
    text-align: center;
    font-size: min(3.4rem, 3.4vw);
    color: #ba9132;
  }
  .subpage .catch p {
    font-size: 2rem;
    line-height: 2;
    font-size: min(2rem, 3vw);
  }
}
.subpage .article {
  width: 100%;
  max-width: 970px;
  margin: auto;
  margin-bottom: 100px;
}
.subpage .article p {
  font-size: 2rem;
  line-height: 2;
  font-size: min(2rem, 3.8vw);
}
.subpage .line {
  width: 100%;
  max-width: 970px;
  margin: auto;
  color: #ba9132;
  font-size: 2.2rem;
  border-bottom: 1px solid #646464;
  margin: 20px auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .subpage .line {
    font-size: 2.8rem;
  }
}
.subpage .service_box {
  width: 100%;
  max-width: 970px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subpage .service_box a {
  text-decoration: none;
  color: #000;
}
.subpage .service_box .box {
  padding: 10px 0 0;
  width: calc((100% - 20px));
  margin: 1px auto;
  font-size: 1.4rem;
}
.subpage .service_box .box h2 {
  line-height: 1.2;
  font-size: 2.4rem;
  text-align: center;
  color: #ba9132;
}
.subpage .service_box .box h2 span {
  display: block;
  font-size: 1.8rem;
}
.subpage .service_box .box p {
  padding: 5px 0;
  font-size: 1.4rem;
}
.subpage .service_box .box p.floor_num {
  font-size: 2.4rem;
  text-align: center;
  color: #ba9132;
}
.subpage .service_box .box .pic {
  position: relative;
}
.subpage .service_box .box .pic img {
  display: block;
  margin: 5px auto;
  width: 100%;
}
.subpage .service_box .box .pic img.icon {
  position: absolute;
  width: 30vw;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .subpage .service_box .box .pic img.icon {
    position: absolute;
    width: 80px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .subpage .service_box {
    width: 100%;
    max-width: 970px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .subpage .service_box .box {
    padding: 10px 0 0;
    width: calc((100% - 60px) / 3);
    margin: 1px auto;
    font-size: 1.4rem;
  }
  .subpage .service_box .box h2 {
    font-size: 2.4rem;
    text-align: center;
    color: #ba9132;
  }
  .subpage .service_box .box p {
    padding: 5px 0;
    font-size: 1.8rem;
  }
  .subpage .service_box .box p.floor_num {
    font-size: 2.4rem;
    text-align: center;
    color: #ba9132;
  }
  .subpage .service_box .box .pic {
    position: relative;
  }
  .subpage .service_box .box .pic img {
    display: block;
    margin: 5px auto;
    width: 100%;
  }
  .subpage .service_box .box .pic img.icon {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.modal_data {
  font-size: 1.6rem;
  background: #fffacd;
  padding: 0 0 1px;
  margin: 0 auto;
}
.modal_data .title {
  background: #fffacd;
  padding: 20px;
}
.modal_data .data {
  background: #fff;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
}
.modal_data .data img {
  max-width: 100%;
}
.modal_data .data ul {
  list-style-position: inside;
}
.modal_data .data table.access {
  border-collapse: collapse;
  width: 100%;
}
.modal_data .data table.access th {
  color: #ff7417;
  border: 1px solid #ff7417;
  background: #fefad3;
  padding: 10px;
}
.modal_data .data table.access th a {
  color: #ff7417;
}
.modal_data .data table.access td {
  border: 1px solid #ff7417;
  padding: 5px;
}

@media (min-width: 768px) {
  #search .inner .select_wrapper {
    width: 20em;
  }
  #search .inner .select_wrapper select {
    font-size: 1.4rem;
    padding: 20px;
    width: 21em;
  }
  #search .inner .select_wrapper select option {
    padding: 10px;
    display: block;
  }
}
#footer {
  background: #ddc580;
  background: linear-gradient(90deg, #ddc580 0%, #fffbd7 25%, #fffbd7 75%, #ddc580 100%);
}
