@charset "UTF-8";
body:not(#home) .headline {
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto; }
  body:not(#home) .headline .width-adjust {
    display: inline-flex;
    flex-direction: column;
    align-content: flex-end;
    width: auto; }
  body:not(#home) .headline .masthead {
    font-size: 2rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    /* 100は最も細い設定 */
    line-height: 0.8;
    padding: 20px 0;
    margin-bottom: -10px;
    font-family: 'Ryumin Medium KL', 'リュウミン M-KL', 'Times New Roman', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'DF平成明朝 W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif'; }
  body:not(#home) .headline .caption {
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 100;
    /* 100は最も細い設定 */
    line-height: 0.8;
    padding: 10px 0;
    margin-top: -6px;
    font-size: 0.8em !important; }

body:not(#home) .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }

body:not(#home) .post {
  border-bottom: 1px solid #ccc;
  background: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
  text-align: justify; }

body:not(#home) .post img {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  body:not(#home) .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; } }

body:not(#home) .post-title {
  font-size: 18px !important;
  color: #000 !important; }

body:not(#home) table {
  border-collapse: collapse;
  width: 100%; }

body:not(#home) .tb01 th,
body:not(#home) .tb01 td {
  padding: 20px 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  color: #000; }

body:not(#home) .tb01 th {
  background: #ffffff;
  color: #000;
  text-align: center; }

@media screen and (max-width: 640px) {
  body:not(#home) .tb01 {
    width: 100%; }
  body:not(#home) table.tb01 th,
  body:not(#home) table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none; }
  body:not(#home) .tb01 tr:last-child {
    border-bottom: solid 1px #ccc; } }

body:not(#home) .back-grey {
  background: #f2f2f3;
  padding: 30px; }

body:not(#home) .back-lightblue {
  background: #eff6fe;
  padding: 30px; }

body:not(#home) .icon-img8 {
  width: 20%;
  margin: auto;
  display: block; }
  body:not(#home) .icon-img8 .part picture img {
    border: 1rem solid red; }

body:not(#home) .icon-img3 {
  width: 50%;
  margin: 0 auto; }

body:not(#home) .icon-img2 {
  width: 80%;
  margin: 0 auto; }

body:not(#home) .icon-img {
  width: 20%;
  margin: auto;
  display: block; }

body:not(#home) .section-contactus {
  background-color: #ebebec;
  padding: 2%; }

body:not(#home) .section-contactus .fieldset.required {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 20px; }

body:not(#home) .section-contactus .fieldset.required .legend p:after {
  margin-left: 1em;
  margin-bottom: 2em;
  content: "※必須";
  color: #f15a24; }

body:not(#home) .section-contactus .fieldset .field ul {
  padding: 0;
  gap: 1em;
  display: flex; }

body:not(#home) .section-contactus .fieldset .field ul li {
  list-style: none;
  flex: 0 0 0px; }

body:not(#home) .section-contactus .block-form {
  margin: 0 auto;
  color: #4e4c4c;
  max-width: 900px; }

body:not(#home) .section-contactus .modal_open_btn {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px; }

body:not(#home) .section-contactus .modal_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  width: 100%; }

body:not(#home) .section-contactus .modal_contents_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed; }

body:not(#home) .section-contactus .modal_contents_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  padding: 30px; }

body:not(#home) .section-contactus .modal_close_btn {
  display: inline-block;
  cursor: pointer;
  margin-top: 28px; }

body:not(#home) .section-contactus .modal_close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg); }

body:not(#home) .section-contactus .modal_close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

body:not(#home) .section-contactus .modal_close_btn::before, body:not(#home) main .section-contactus .modal_close_btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 30px;
  width: 5px;
  height: 30px;
  background: #333; }

body:not(#home) .section-contactus .close_btn_wrap {
  position: relative;
  width: 70px;
  margin-left: auto;
  height: 49px;
  padding-right: 17px; }

body:not(#home) .section-contactus .modal_contents_header {
  margin: 27px; }

body:not(#home) .section-contactus .modal_text {
  overflow-y: scroll;
  max-height: 50vh; }

body:not(#home) .section-contactus fieldset {
  padding-bottom: 10px;
  padding-top: 20px; }

body:not(#home) .section-contactus fieldset span {
  color: #f15a24;
  padding-left: 20px; }

body:not(#home) .section-contactus select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
  border-radius: 3px;
  margin-bottom: 15px;
  height: 60px; }

body:not(#home) .section-contactus input[type="number"], body:not(#home) main .section-contactus input[type="text"] {
  padding: 1em;
  width: 300px;
  font-size: 1.2em;
  background-color: #fff;
  border: none;
  border-radius: 3px; }

body:not(#home) .section-contactus input[type="text"],
body:not(#home) .section-contactus input[type="tel"],
body:not(#home) .section-contactus input[type="email"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
  border-radius: 3px;
  margin-bottom: 15px;
  height: 60px; }

body:not(#home) .section-contactus input[type="radio"] {
  margin-right: 20px;
  margin-left: 20px; }

body:not(#home) .section-contactus textarea {
  box-sizing: border-box;
  display: block;
  padding: 8px 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
  border-radius: 3px;
  margin-bottom: 15px;
  width: 100%; }

body:not(#home) .section-contactus .confirm .textarea {
  text-align: center; }

body:not(#home) .section-contactus .contactus {
  position: relative;
  width: 210px;
  margin: 10px auto; }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .contactus {
    margin: 30px 0;
    width: fit-content;
    margin-bottom: 4.16667vw; } }

body:not(#home) .section-contactus .contactus:after {
  position: absolute;
  content: url(/images/search-icon_white.png);
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

body:not(#home) .section-contactus .contactus.contactus {
  margin: 10px auto; }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .contactus.contactus {
    margin: 30px auto; } }

body:not(#home) .section-contactus .contactus.contactus:after {
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

body:not(#home) .section-contactus .submit-wrapper {
  text-align: center;
  position: relative;
  margin: 10px auto; }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .submit-wrapper {
    margin: 30px 0;
    margin-bottom: 4.16667vw; } }

body:not(#home) .section-contactus .submit-wrapper:after {
  position: absolute;
  content: url(/images/search-icon_white.png);
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

body:not(#home) .section-contactus .submit-wrapper input {
  background-color: #fe6f59;
  width: inherit;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 60px;
  margin-left: auto;
  text-align: center; }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .submit-wrapper input {
    width: 300px;
    height: 60px; } }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .submit-wrapper input {
    width: calc(180px + 120 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  body:not(#home) .section-contactus .submit-wrapper input {
    width: 300px; } }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .submit-wrapper input {
    font-size: calc(16px + 3 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  body:not(#home) .section-contactus .submit-wrapper input {
    font-size: 19px; } }

@media only screen and (min-width: 520px) {
  body:not(#home) .section-contactus .submit-wrapper input {
    width: 250px;
    height: 80px; } }

body:not(#home) .section-contactus .submit-wrapper input:hover {
  cursor: pointer; }

body:not(#home) .modal-submit {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center; }

body:not(#home) .modal-submit:after {
  position: absolute;
  content: url(/images/search-icon_white.png);
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

body:not(#home) .modal-submit .button-submit {
  margin: 1em auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe6f59;
  width: inherit;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 60px;
  margin-left: auto;
  text-align: center; }

@media only screen and (min-width: 520px) {
  body:not(#home) .modal-submit .button-submit {
    width: 300px;
    height: 60px; } }

@media only screen and (min-width: 520px) {
  body:not(#home) .modal-submit .button-submit {
    width: calc(180px + 120 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  body:not(#home) .modal-submit .button-submit {
    width: 300px; } }

@media only screen and (min-width: 520px) {
  body:not(#home) .modal-submit .button-submit {
    font-size: calc(16px + 3 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  body:not(#home) .modal-submit .button-submit {
    font-size: 19px; } }

@media only screen and (min-width: 520px) {
  body:not(#home) .modal-submit .button-submit {
    width: 250px;
    height: 80px; } }

body:not(#home) .modal-submit .button-submit:hover {
  cursor: pointer; }

body:not(#home) .block-contact-read .text .textarea {
  text-align: center; }

body:not(#home) .block-contact-read .text .textarea .head {
  padding: 0 0 2% 0;
  font-weight: 600;
  font-size: 1.2rem; }

body:not(#home) .block-contact-read .text .textarea .bottom {
  padding: 2% 0; }

body:not(#home) .block-contact-read .text .textarea .note span {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 2% 0; }

body:not(#home) .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px; }

body:not(#home) .ggmap iframe,
body:not(#home) .ggmap object,
body:not(#home) .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body:not(#home) .flex_knee-btn {
  display: flex;
  /* フレックスボックスにする */
  padding: 10px;
  /* 余白指定 */ }

body:not(#home) .flex_btn-item01 {
  padding: 30px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(14px, 1.3vw, 32px);
  text-align: center;
  position: relative;
  margin: 10px;
  width: 100%;
  background-color: #6ba9f0; }
  body:not(#home) .flex_btn-item01 .icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%); }
  body:not(#home) .flex_btn-item01 svg {
    fill: white; }

body:not(#home) .flex_btn-item02 {
  padding: 30px;
  color: #000;
  font-weight: bold;
  font-size: clamp(14px, 1.3vw, 32px);
  text-align: center;
  position: relative;
  margin: 10px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #000; }
  body:not(#home) .flex_btn-item02 .icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%); }

body:not(#home) .flex_btn-item03 {
  padding: 30px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(14px, 1.3vw, 32px);
  text-align: center;
  position: relative;
  margin: 10px;
  width: 100%;
  background-color: #fe6f59; }
  body:not(#home) .flex_btn-item03 .icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%); }
  body:not(#home) .flex_btn-item03 svg {
    fill: white; }

body:not(#home) .no-color-change {
  color: inherit;
  text-decoration: inherit; }

body:not(#home) .section-title {
  margin-bottom: -10px; }
  body:not(#home) .section-title .block-title .masthead {
    font-size: 1.5rem;
    color: #000;
    padding: 20px 5px 0px 5px;
    border-top: 1px solid #000000; }
  body:not(#home) .section-title .block-title .caption {
    font-size: 1.2rem;
    color: #000;
    padding: 0 5px;
    font-weight: 100;
    /* 100は最も細い設定 */
    margin-top: -8px; }

body:not(#home) .prev-next-buttons {
  display: flex;
  justify-content: space-between; }
  body:not(#home) .prev-next-buttons .button prev {
    float: left; }
  body:not(#home) .prev-next-buttons .button next {
    float: right; }

#single .section {
  background: #f7f7f2;
  padding: 50px; }

#single .textarea {
  color: #000 !important; }
  #single .textarea a {
    color: #005bac; }

#single .section.section-title {
  background-color: transparent; }

#page h3 {
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  /* 100は最も細い設定 */
  line-height: 0.8;
  margin-bottom: 2px; }
  #page h3:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #000;
    margin: 0 1rem 0 0; }

.button-arrow00 {
  display: block;
  /* アイコンのスペースを確保したpaddingを設定する */
  padding: 16px 46px;
  position: relative;
  background-color: #fff;
  margin: 0 30px;
  /* 折り返しの対応 */
  overflow-wrap: break-word; }
  .button-arrow00::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    /* top: 50%;と、transform: translateY(-50%) で上下中央に配置 */
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .button-arrow00.fav-l::before {
    background-image: url("/wp-content/uploads/icon-arrow-left2.svg"); }
  .button-arrow00::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    /* top: 50%;と、transform: translateY(-50%) で上下中央に配置 */
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .button-arrow00.fav-r::after {
    background-image: url("/wp-content/uploads/icon-arrow-right2.svg"); }

.flex_knee-btn.category.report .flex_btn-item02 {
  display: none; }

.flex_knee-btn.single.report {
  flex-direction: row-reverse; }
  .flex_knee-btn.single.report .flex_btn-item03 {
    display: none; }

.flex_knee-btn.category.schedule .flex_btn-item01 {
  display: none; }

.flex_knee-btn.single.schedule .flex_btn-item03 {
  display: none; }
