@charset "UTF-8";
@import url("global.css");
#pagetitle {
  padding-bottom: 35px;
}

.introduction {
  display: flex;
  align-items: center;
}
.introduction .text {
  width: 100%;
  text-align: justify;
  padding-right: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.introduction .text > p {
  line-height: 2;
}
.introduction .text > p + p {
  margin-top: 1em;
}
.introduction .img {
  flex-shrink: 0;
  width: 600px;
}
.introduction .img figure {
  width: 100%;
  height: 100%;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}

#cat_list {
  margin-top: 80px;
}
#cat_list ul.cat_list {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#cat_list ul.cat_list > li {
  width: 400px;
}
#cat_list ul.cat_list > li a {
  display: block;
  color: #1A2954;
  border: #E2E2E2 solid 1px;
  text-align: center;
  padding: 10px 20px 10px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125em;
  font-weight: 700;
  position: relative;
}
#cat_list ul.cat_list > li a::before {
  content: "\f107";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 13px;
  color: #E2E2E2;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  #cat_list ul.cat_list > li a:hover::before {
    bottom: -3px;
    color: #1A2954;
  }
}

#post_main {
  margin-top: 70px;
}
#post_main section.sec_cat {
  background-color: #EAECEF;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  padding: 60px 60px 90px;
}
#post_main section.sec_cat + section.sec_cat {
  margin-top: 60px;
}
#post_main section.sec_cat .cat-title {
  margin-bottom: 30px;
  color: #1A2954;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(18px, 2.7vw, 30px);
  font-weight: 500;
}
#post_main section.sec_cat .cat-items .item {
  background-color: #FFF;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}
#post_main section.sec_cat .cat-items .item + .item {
  margin-top: 30px;
}
#post_main section.sec_cat .cat-items .item .q_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 70px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#post_main section.sec_cat .cat-items .item .q_head .q {
  flex-shrink: 0;
  width: 120px;
  padding-block: 5px 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 500;
}
#post_main section.sec_cat .cat-items .item .q_head .q::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #B7A354;
}
#post_main section.sec_cat .cat-items .item .q_head > p {
  width: 100%;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.125em;
  font-weight: 500;
}
#post_main section.sec_cat .cat-items .item .q_head > i {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
#post_main section.sec_cat .cat-items .item .q_head > i::before, #post_main section.sec_cat .cat-items .item .q_head > i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #000000;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#post_main section.sec_cat .cat-items .item .q_head > i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#post_main section.sec_cat .cat-items .item .q_head.openheader > i::before, #post_main section.sec_cat .cat-items .item .q_head.openheader > i::after {
  background-color: #B5B5B5;
}
#post_main section.sec_cat .cat-items .item .q_head.openheader > i::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media (any-hover: hover) {
  #post_main section.sec_cat .cat-items .item .q_head:hover {
    cursor: pointer;
  }
  #post_main section.sec_cat .cat-items .item .q_head:hover > i::before, #post_main section.sec_cat .cat-items .item .q_head:hover > i::after {
    background-color: #B5B5B5;
  }
}
#post_main section.sec_cat .cat-items .item .a_body {
  border-top: #B7A354 solid 1px;
  padding: 35px 40px;
  color: #000000;
}
#post_main section.sec_cat .cat-items .item .a_body .text {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
#post_main section.sec_cat .cat-items .item .a_body .text *:first-child {
  margin-top: 0 !important;
}
#post_main section.sec_cat .cat-items .item .a_body .text .center {
  text-align: center;
}
#post_main section.sec_cat .cat-items .item .a_body .text p + p {
  margin-top: 1em;
}
#post_main section.sec_cat .cat-items .item .a_body .text p:has(img) {
  margin-block: 50px;
}
#post_main section.sec_cat .cat-items .item .a_body .text img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#post_main section.sec_cat .cat-items .item .a_body .text img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 1em;
}
#post_main section.sec_cat .cat-items .item .a_body .text img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 1em;
}
#post_main section.sec_cat .cat-items .item .a_body .text img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#post_main section.sec_cat .cat-items .item .a_body .text img.alignnone {
  padding: 5px;
  box-sizing: border-box;
}
#post_main section.sec_cat .cat-items .item .a_body .text ul:not([class]) {
  margin: 20px 0;
}
#post_main section.sec_cat .cat-items .item .a_body .text ul:not([class]) li {
  padding-left: 16px;
  margin: 6px 0;
  text-indent: -16px;
  position: relative;
  line-height: 1.5;
}
#post_main section.sec_cat .cat-items .item .a_body .text ul:not([class]) li::before {
  content: "";
  background-color: #B5B5B5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px;
}
#post_main section.sec_cat .cat-items .item .a_body .text ol:not([class]) {
  margin: -10px 0 20px 20px;
  counter-reset: olnum 0;
}
#post_main section.sec_cat .cat-items .item .a_body .text ol:not([class]) > li {
  counter-increment: olnum 1;
}
#post_main section.sec_cat .cat-items .item .a_body .text ol:not([class]) > li + li {
  margin-top: 10px;
}
#post_main section.sec_cat .cat-items .item .a_body .text ol:not([class]) > li::before {
  content: counter(olnum) ".";
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
  color: #1A2954;
  font-weight: 700;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125em;
}
#post_main section.sec_cat .cat-items .item .a_body .text dl:not([class]) {
  margin: 20px 0;
}
#post_main section.sec_cat .cat-items .item .a_body .text dl:not([class]) dt {
  font-weight: 700;
  margin-bottom: 1em;
}
#post_main section.sec_cat .cat-items .item .a_body .text dl:not([class]) dd {
  line-height: 1.4;
  margin: 6px 0;
  padding-left: 18px;
  text-indent: -18px;
}
#post_main section.sec_cat .cat-items .item .a_body .text dl:not([class]) dd::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #B5B5B5;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  text-indent: 0;
  vertical-align: 2px;
}
#post_main section.sec_cat .cat-items .item .a_body .text h1:not([class]) {
  line-height: 1.5;
  font-size: 180%;
  margin: 1.8em 0 1.5em;
}
#post_main section.sec_cat .cat-items .item .a_body .text h1:not([class]) * {
  font-size: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text h2:not([class]) {
  line-height: 1.5;
  font-size: 160%;
  font-weight: bold;
  margin: 2em 0 1.6em;
}
#post_main section.sec_cat .cat-items .item .a_body .text h2:not([class]) * {
  font-size: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text h3:not([class]) {
  line-height: 1.5;
  font-size: 130%;
  font-weight: 500;
  margin: 2.5em 0 2em;
  background-color: rgba(181, 181, 181, 0.1);
  padding: 12px 15px;
}
#post_main section.sec_cat .cat-items .item .a_body .text h3:not([class]) * {
  font-size: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text h4:not([class]) {
  line-height: 1.5;
  font-size: 120%;
  font-weight: 500;
  margin: 2.5em 0 1.5em;
  text-indent: -20px;
  padding-left: 20px;
}
#post_main section.sec_cat .cat-items .item .a_body .text h4:not([class])::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(26, 41, 84, 0.3);
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 0;
}
#post_main section.sec_cat .cat-items .item .a_body .text h4:not([class]) * {
  font-size: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text h5:not([class]) {
  line-height: 1.5;
  font-size: 110%;
  font-weight: 600;
  margin: 2.5em 0 1.5em;
}
#post_main section.sec_cat .cat-items .item .a_body .text h5:not([class]) * {
  font-size: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text h6:not([class]) {
  line-height: 1.5;
  font-weight: bold;
  margin: 30px 0 20px;
}
#post_main section.sec_cat .cat-items .item .a_body .text h6:not([class]) * {
  font-size: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text strong:not([class]) {
  font-weight: 700;
}
#post_main section.sec_cat .cat-items .item .a_body .text strong:not([class]) * {
  font-weight: inherit;
}
#post_main section.sec_cat .cat-items .item .a_body .text a {
  text-decoration-color: rgba(26, 41, 84, 0.3);
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 0;
  text-decoration-skip-ink: none;
  color: #000000;
}
#post_main section.sec_cat .cat-items .item .a_body .text blockquote {
  width: 80%;
  margin: 0 auto;
  border: 1px dashed #E2E2E2;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
#post_main section.sec_cat .cat-items .item .a_body .text hr {
  background-color: #E2E2E2;
  border: 0;
  height: 1px;
  margin: 2em -10px;
}
#post_main section.sec_cat .cat-items .item .a_body .text table {
  border-collapse: collapse;
  border: #E2E2E2 1px solid;
}
#post_main section.sec_cat .cat-items .item .a_body .text table caption {
  font-size: 1.2em;
  margin-bottom: 10px;
  text-align: center;
}
#post_main section.sec_cat .cat-items .item .a_body .text table tr {
  border-bottom: #E2E2E2 1px solid;
}
#post_main section.sec_cat .cat-items .item .a_body .text table th {
  padding: 15px 20px;
  font-weight: bold;
  border-right: #E2E2E2 1px solid;
  text-align: center;
}
#post_main section.sec_cat .cat-items .item .a_body .text table td {
  padding: 15px 20px;
  border-right: #E2E2E2 1px solid;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mt10 {
  margin-top: 10px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mt20 {
  margin-top: 20px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mt30 {
  margin-top: 30px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mt40 {
  margin-top: 40px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mb10 {
  margin-bottom: 10px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mb20 {
  margin-bottom: 20px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mb30 {
  margin-bottom: 30px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .mb40 {
  margin-bottom: 40px;
}
#post_main section.sec_cat .cat-items .item .a_body .text .bold {
  font-weight: 700;
}
#post_main section.sec_cat .cat-items .item .a_body .links a.more {
  margin-top: 25px;
}
#post_main section.sec_cat .cat-items .item .a_body .links a.more .view, #post_main section.sec_cat .cat-items .item .a_body .links a.more .arrow {
  border: #E2E2E2 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post_main section.sec_cat .cat-items .banner_accommodation {
  margin-top: 35px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1400px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  .introduction .img {
    width: 50%;
  }

  #post_main {
    margin-top: 65px;
  }
  #post_main section.sec_cat {
    padding: 45px 4vw 70px;
  }
  #post_main section.sec_cat .cat-items .item .item_inner .q_head {
    padding-right: 60px;
  }
  #post_main section.sec_cat .cat-items .item .item_inner .q_head .q {
    width: 100px;
  }
  #post_main section.sec_cat .cat-items .item .item_inner .q_head .q::before {
    width: 140px;
    height: 140px;
  }
  #post_main section.sec_cat .cat-items .item .item_inner .q_head > p {
    padding-left: 25px;
    font-size: 1.1em;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 1200px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) and (max-width: 959px) {
  #pagetitle {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1200px) {
  .introduction {
    align-items: stretch;
  }
  .introduction .img {
    width: 40%;
  }

  #cat_list {
    margin-top: 60px;
  }
  #cat_list ul.cat_list {
    gap: 12px;
  }
  #cat_list ul.cat_list > li {
    width: auto;
  }
  #cat_list ul.cat_list > li a {
    font-size: 1.1em;
  }
  #cat_list ul.cat_list > li a::before {
    font-size: 12px;
  }

  #post_main {
    margin-top: 50px;
  }
  #post_main section.sec_cat {
    padding: 35px 3.6vw 60px;
  }
  #post_main section.sec_cat .cat-title {
    margin-bottom: 25px;
  }
  #post_main section.sec_cat .cat-items .item .a_body {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 959px) {
  #post_main section.sec_cat .cat-items .item .q_head .q {
    width: 90px;
  }
  #post_main section.sec_cat .cat-items .item .q_head > p {
    padding-left: 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #pagetitle {
    padding-bottom: 40px;
  }

  .introduction {
    display: block;
  }
  .introduction .text {
    padding: 0 0 25px;
  }
  .introduction .text > p {
    line-height: 1.8;
  }
  .introduction .img {
    width: 100%;
  }

  #cat_list {
    margin-top: 45px;
  }
  #cat_list ul.cat_list {
    width: auto;
    margin-inline: auto;
    display: block;
  }
  #cat_list ul.cat_list > li {
    width: 100%;
  }
  #cat_list ul.cat_list > li + li {
    margin-top: 10px;
  }
  #cat_list ul.cat_list > li a {
    font-size: 1em;
  }
  #cat_list ul.cat_list > li a::before {
    font-size: 11px;
    bottom: -3px;
  }

  #post_main {
    margin-top: 30px;
  }
  #post_main section.sec_cat {
    padding: 25px 6vw 30px;
  }
  #post_main section.sec_cat + section.sec_cat {
    margin-top: 35px;
  }
  #post_main section.sec_cat .cat-title {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #post_main section.sec_cat .cat-items .item + .item {
    margin-top: 20px;
  }
  #post_main section.sec_cat .cat-items .item .q_head {
    padding-right: 40px;
  }
  #post_main section.sec_cat .cat-items .item .q_head .q {
    width: 40px;
    padding-block: 5px 12px;
  }
  #post_main section.sec_cat .cat-items .item .q_head > p {
    padding: 10px 0 10px 15px;
    font-size: 1em;
  }
  #post_main section.sec_cat .cat-items .item .q_head > i {
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
