@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* ルート */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --color-font: #333333;
  --header-color-primary: #ab7704;
  --color-background: #fff;
  --footer-background: #1c163e;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Zen Old Mincho", serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
  --content-max-width: 1400px;
  --color-table-border: #fff;
}

/* 書き変え系 */
.italic {
  font-style: italic;
}
.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
/* イレギュラー */

/* 疑似クラスのrelative */
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
/* 疑似クラスのカラーの色 */
.pseudo-white::before,
.post .pseudo-white::before {
  color: white;
}
/* 見出しの装飾 */
.head-border,
.post .head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.head-border::before,
.post .head-border::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #666;
  left: 0;
}

.head-border::after,
.post .head-border::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #666;
  right: 0;
}

.left-line,
.post .left-line {
  padding-left: 4em;
}
.left-line::before,
.post .left-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.right-line::before,
.post .right-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.text-decoration_underline,
.post .text-decoration_underline {
  text-decoration: underline;
}
.top-line::before,
.post .top-line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #1a1411;
}
.underline-left::before,
.post .underline-left::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  max-width: 50px;
  width: 100%;
  height: 1px;
  background: #1a1411;
}
.underline-center::before,
.post .underline-center::before {
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
  width: 100%;
  max-height: 6px;
  height: 0.2em;
  background: #0a315c;
}
.border-bottom,
.post .border-bottom {
  border-bottom: 1px dashed #707070;
}
.border-top,
.post .border-top {
  border-top: 1px dashed #707070;
}
.border,
.post .border {
  border: 1px dashed #707070;
}
.border-left,
.post .border-left {
  border-left: 10px solid #006cb7;
}

.behind-text::before,
.post .behind-text::before {
  position: absolute;
  left: 0%;
  width: 100%;
  top: -80%;
  line-height: 1.45;
  font-size: clamp(30px, 2.3vw, 44px);
  letter-spacing: 0.08em;
  font-family: var(--ff01);
  font-weight: 400;
  z-index: -10;
  content: "TOP ABOUT";
}

.marker,
.post .marker {
  background: linear-gradient(transparent 60%, #edf4ff 60%);
  display: inline-block;
}
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 48%;
}
.jc_flex-end {
  justify-content: flex-end;
}
.flex-end {
  align-items: flex-end;
}
.flex-start {
  align-items: flex-start;
}
@media print, screen and (max-width: 959px) {
  #footer {
    text-align: left;
  }
}
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 1rem;
  }
}

/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
  background: linear-gradient(0deg, #915f00, #eaaa1a);
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel a {
  background: #000;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
  color: #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: green;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: #6896d9;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
  color: #6896d9;
}
/* FOOTER */
footer#footer {
  padding-top: 0;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px solid #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #1c173f;
  display: block;
  padding: 10px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #969696;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
  a.column02 {
    width: 48%;
    display: block;
  }
  .column02 {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  .column02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02:last-child {
    margin-bottom: 0;
  }
}
.column02-w50 {
  width: 50%;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .column02-w50 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02-w50:last-child {
    margin-bottom: 0;
  }
}
.column03 {
  width: 32%;
}

a.column03 {
  width: 32%;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
  a.column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column03 {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .column03:last-child {
    margin-bottom: 0;
  }
}
.column03-full {
  width: calc(100% / 3);
}
@media print, screen and (max-width: 1024px) {
  .column03-full {
    width: 50%;
  }
}
@media print, screen and (max-width: 768px) {
  .column03-full {
    width: 100%;
  }
}
.column03-flex1 {
  flex: 1;
}

@media print, screen and (max-width: 768px) {
  .column03-flex1 {
    width: 100%;
  }
}
.column04 {
  width: 23.6%;
}
@media print, screen and (max-width: 1024px) {
  .column04 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column04 {
    width: 48%;
    margin-bottom: 15px;
  }
  .column04:last-child {
    margin-bottom: 0;
  }
}

.relative {
  position: relative;
  z-index: 14;
}
.mx-auto {
  margin: 0 auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.absolute-area-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.absolute-area-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.jc_around {
  justify-content: space-around;
}
span.privacy {
  color: #0d56ab;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexbox {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.w100 {
  width: 100%;
}
.top-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
  width: 90%;
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.max_w1280 {
  max-width: 1280px;
  width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/

p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #dda028;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: linear-gradient(0deg, #915f00, #eaaa1a);
  padding: 0 1.5vw;
}
#header a.head_btn.mail_btn:hover {
  background: linear-gradient(0deg, #915f00, #eaaa1a);
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #dda028;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #dda028;
  opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
  padding: 3% 0 8% 0;
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
  display: none;
}
/* プラポリのためにmarginは消さない */
.post h4 {
  padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sp_block {
    display: block;
  }
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex,
  .post .sp_flex {
    display: flex;
  }

  .sp_w90,
  .post .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_mx-auto,
  .post .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l {
    text-align: left;
  }
  .sp_txt_c,
  .post .sp_txt_c {
    text-align: center;
  }

  .sp_txt_r,
  .post .sp_txt_r {
    text-align: right;
  }

  /* ヘッダー */
  .mobile #header {
    background: #fff;
  }
  .spmenu #menu p {
    color: #ab7704;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #ab7704;
  }
  div#wpadminbar {
    display: none;
  }
}

.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}
.mr6 {
  margin-right: 6rem !important;
}
.mr7 {
  margin-right: 7rem !important;
}
.mr8 {
  margin-right: 8rem !important;
}
.mr9 {
  margin-right: 9rem !important;
}
.mr10 {
  margin-right: 10rem !important;
}
.mr15 {
  margin-right: 15rem !important;
}
.mr16 {
  margin-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .mr1 {
    margin-right: 0.5rem !important;
  }
  .mr2 {
    margin-right: 1rem !important;
  }
  .mr3 {
    margin-right: 1.5rem !important;
  }
  .mr4 {
    margin-right: 2rem !important;
  }
  .mr5 {
    margin-right: 2.5rem !important;
  }
  .mr6 {
    margin-right: 3rem !important;
  }
  .mr7 {
    margin-right: 3.5rem !important;
  }
  .mr8 {
    margin-right: 4rem !important;
  }
  .mr9 {
    margin-right: 4.5rem !important;
  }
  .mr10 {
    margin-right: 5rem !important;
  }
  .mr15 {
    margin-right: 7.5rem !important;
  }
  .mr16 {
    margin-right: 8rem !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.ml6 {
  margin-left: 6rem !important;
}
.ml7 {
  margin-left: 7rem !important;
}
.ml8 {
  margin-left: 8rem !important;
}
.ml9 {
  margin-left: 9rem !important;
}
.ml10 {
  margin-left: 10rem !important;
}
.ml15 {
  margin-left: 15rem !important;
}
.ml16 {
  margin-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .ml1 {
    margin-left: 0.5rem !important;
  }
  .ml2 {
    margin-left: 1rem !important;
  }
  .ml3 {
    margin-left: 1.5rem !important;
  }
  .ml4 {
    margin-left: 2rem !important;
  }
  .ml5 {
    margin-left: 2.5rem !important;
  }
  .ml6 {
    margin-left: 3rem !important;
  }
  .ml7 {
    margin-left: 3.5rem !important;
  }
  .ml8 {
    margin-left: 4rem !important;
  }
  .ml9 {
    margin-left: 4.5rem !important;
  }
  .ml10 {
    margin-left: 5rem !important;
  }
  .ml15 {
    margin-left: 7.5rem !important;
  }
  .ml16 {
    margin-left: 8rem !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}
.pr6 {
  padding-right: 6rem !important;
}
.pr7 {
  padding-right: 7rem !important;
}
.pr8 {
  padding-right: 8rem !important;
}
.pr9 {
  padding-right: 9rem !important;
}
.pr10 {
  padding-right: 10rem !important;
}
.pr15 {
  padding-right: 15rem !important;
}
.pr16 {
  padding-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pr1 {
    padding-right: 0.5rem !important;
  }
  .pr2 {
    padding-right: 1rem !important;
  }
  .pr3 {
    padding-right: 1.5rem !important;
  }
  .pr4 {
    padding-right: 2rem !important;
  }
  .pr5 {
    padding-right: 2.5rem !important;
  }
  .pr6 {
    padding-right: 3rem !important;
  }
  .pr7 {
    padding-right: 3.5rem !important;
  }
  .pr8 {
    padding-right: 4rem !important;
  }
  .pr9 {
    padding-right: 4.5rem !important;
  }
  .pr10 {
    padding-right: 5rem !important;
  }
  .pr15 {
    padding-right: 7.5rem !important;
  }
  .pr16 {
    padding-right: 8rem !important;
  }
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pl6 {
  padding-left: 6rem !important;
}
.pl7 {
  padding-left: 7rem !important;
}
.pl8 {
  padding-left: 8rem !important;
}
.pl9 {
  padding-left: 9rem !important;
}
.pl10 {
  padding-left: 10rem !important;
}
.pl15 {
  padding-left: 15rem !important;
}
.pl16 {
  padding-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pl1 {
    padding-left: 0.5rem !important;
  }
  .pl2 {
    padding-left: 1rem !important;
  }
  .pl3 {
    padding-left: 1.5rem !important;
  }
  .pl4 {
    padding-left: 2rem !important;
  }
  .pl5 {
    padding-left: 2.5rem !important;
  }
  .pl6 {
    padding-left: 3rem !important;
  }
  .pl7 {
    padding-left: 3.5rem !important;
  }
  .pl8 {
    padding-left: 4rem !important;
  }
  .pl9 {
    padding-left: 4.5rem !important;
  }
  .pl10 {
    padding-left: 5rem !important;
  }
  .pl15 {
    padding-left: 7.5rem !important;
  }
  .pl16 {
    padding-left: 8rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_mx-auto {
    margin: 0 auto;
  }
  .pc_mt1 {
    margin-top: 1rem !important;
  }
  .pc_mt2 {
    margin-top: 2rem !important;
  }
  .pc_mt3 {
    margin-top: 3rem !important;
  }
  .pc_mt4 {
    margin-top: 4rem !important;
  }
  .pc_mt5 {
    margin-top: 5rem !important;
  }
  .pc_mt6 {
    margin-top: 6rem !important;
  }
  .pc_mt7 {
    margin-top: 7rem !important;
  }
  .pc_mt8 {
    margin-top: 8rem !important;
  }
  .pc_mt9 {
    margin-top: 9rem !important;
  }
  .pc_mt10 {
    margin-top: 10rem !important;
  }
  .pc_mt15 {
    margin-top: 15rem !important;
  }
  .pc_mt16 {
    margin-top: 16rem !important;
  }
  .pc_mb1 {
    margin-bottom: 1rem !important;
  }
  .pc_mb2 {
    margin-bottom: 2rem !important;
  }
  .pc_mb3 {
    margin-bottom: 3rem !important;
  }
  .pc_mb4 {
    margin-bottom: 4rem !important;
  }
  .pc_mb5 {
    margin-bottom: 5rem !important;
  }
  .pc_mb6 {
    margin-bottom: 6rem !important;
  }
  .pc_mb7 {
    margin-bottom: 7rem !important;
  }
  .pc_mb8 {
    margin-bottom: 8rem !important;
  }
  .pc_mb9 {
    margin-bottom: 9rem !important;
  }
  .pc_mb10 {
    margin-bottom: 10rem !important;
  }
  .pc_mb15 {
    margin-bottom: 15rem !important;
  }
  .pc_mb16 {
    margin-bottom: 16rem !important;
  }
  .pc_pt1 {
    padding-top: 1rem !important;
  }
  .pc_pt2 {
    padding-top: 2rem !important;
  }
  .pc_pt3 {
    padding-top: 3rem !important;
  }
  .pc_pt4 {
    padding-top: 4rem !important;
  }
  .pc_pt5 {
    padding-top: 5rem !important;
  }
  .pc_pt6 {
    padding-top: 6rem !important;
  }
  .pc_pt7 {
    padding-top: 7rem !important;
  }
  .pc_pt8 {
    padding-top: 8rem !important;
  }
  .pc_pt9 {
    padding-top: 9rem !important;
  }
  .pc_pt10 {
    padding-top: 10rem !important;
  }
  .pc_pt15 {
    padding-top: 15rem !important;
  }
  .pc_pt16 {
    padding-top: 16rem !important;
  }
  .pc_pb1 {
    padding-bottom: 1rem !important;
  }
  .pc_pb2 {
    padding-bottom: 2rem !important;
  }
  .pc_pb3 {
    padding-bottom: 3rem !important;
  }
  .pc_pb4 {
    padding-bottom: 4rem !important;
  }
  .pc_pb5 {
    padding-bottom: 5rem !important;
  }
  .pc_pb6 {
    padding-bottom: 6rem !important;
  }
  .pc_pb7 {
    padding-bottom: 7rem !important;
  }
  .pc_pb8 {
    padding-bottom: 8rem !important;
  }
  .pc_pb9 {
    padding-bottom: 9rem !important;
  }
  .pc_pb10 {
    padding-bottom: 10rem !important;
  }
  .pc_pb15 {
    padding-bottom: 15rem !important;
  }
  .pc_pb16 {
    padding-bottom: 16rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_pt1 {
    padding-top: 0.5rem !important;
  }
  .sp_pt2 {
    padding-top: 1rem !important;
  }
  .sp_pt3 {
    padding-top: 1.5rem !important;
  }
  .sp_pt4 {
    padding-top: 2rem !important;
  }
  .sp_pt5 {
    padding-top: 2.5rem !important;
  }
  .sp_pt6 {
    padding-top: 3rem !important;
  }
  .sp_pt7 {
    padding-top: 3.5rem !important;
  }
  .sp_pt8 {
    padding-top: 4rem !important;
  }
  .sp_pt9 {
    padding-top: 4.5rem !important;
  }
  .sp_pt10 {
    padding-top: 5rem !important;
  }
  .sp_pb1 {
    padding-bottom: 0.5rem !important;
  }
  .sp_pb2 {
    padding-bottom: 1rem !important;
  }
  .sp_pb3 {
    padding-bottom: 1.5rem !important;
  }
  .sp_pb4 {
    padding-bottom: 2rem !important;
  }
  .sp_pb5 {
    padding-bottom: 2.5rem !important;
  }
  .sp_pb6 {
    padding-bottom: 3rem !important;
  }
  .sp_pb7 {
    padding-bottom: 3.5rem !important;
  }
  .sp_pb8 {
    padding-bottom: 4rem !important;
  }
  .sp_pb9 {
    padding-bottom: 4.5rem !important;
  }
  .sp_pb10 {
    padding-bottom: 5rem !important;
  }
  .sp_pd2 {
    padding: 1rem !important;
  }
  .sp_pd3 {
    padding: 1.5rem !important;
  }
  .sp_pd4 {
    padding: 2rem !important;
  }
  .sp_pd5 {
    padding: 2.5rem !important;
  }
  .sp_mt1 {
    margin-top: 0.5rem !important;
  }
  .sp_mt2 {
    margin-top: 1rem !important;
  }
  .sp_mt3 {
    margin-top: 1.5rem !important;
  }
  .sp_mt4 {
    margin-top: 2rem !important;
  }
  .sp_mt5 {
    margin-top: 2.5rem !important;
  }
  .sp_mt6 {
    margin-top: 3rem !important;
  }
  .sp_mt7 {
    margin-top: 3.5rem !important;
  }
  .sp_mt8 {
    margin-top: 4rem !important;
  }
  .sp_mt9 {
    margin-top: 4.5rem !important;
  }
  .sp_mt10 {
    margin-top: 5rem !important;
  }
  .sp_mt15 {
    margin-top: 7.5rem !important;
  }
  .sp_mt16 {
    margin-top: 8rem !important;
  }
  .sp_mb1 {
    margin-bottom: 0.5rem !important;
  }
  .sp_mb2 {
    margin-bottom: 1rem !important;
  }
  .sp_mb3 {
    margin-bottom: 1.5rem !important;
  }
  .sp_mb4 {
    margin-bottom: 2rem !important;
  }
  .sp_mb5 {
    margin-bottom: 2.5rem !important;
  }
  .sp_mb6 {
    margin-bottom: 3rem !important;
  }
  .sp_mb7 {
    margin-bottom: 3.5rem !important;
  }
  .sp_mb8 {
    margin-bottom: 4rem !important;
  }
  .sp_mb9 {
    margin-bottom: 4.5rem !important;
  }
  .sp_mb10 {
    margin-bottom: 5rem !important;
  }
  .sp_mb15 {
    margin-bottom: 7.5rem !important;
  }
  .sp_mb16 {
    margin-bottom: 8rem !important;
  }
}

.block,
.post .block {
  display: block;
}
.inline,
.post .inline {
  display: inline;
}
.inline-block,
.post .inline-block {
  display: inline-block;
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  font-family: var(--ff01);
  color: #333333;
  line-height: unset;
  letter-spacing: 0;
}

/* h1～h3 */
.post h1 {
  font-size: clamp(20px, 2.2vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000;
}
.post h2 {
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.69;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.67;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* CSS */
/* ===============================
   CSS
=============================== */
.font38-line-height55,
.post .font38-line-height55 {
  font-size: clamp(20px, 1.98vw, 38px);
  line-height: 1.45;
}

.font28-line-height40,
.post .font28-line-height40 {
  font-size: clamp(18px, 1.46vw, 28px);
  line-height: 1.43;
}

.font32-line-height46,
.post .font32-line-height46 {
  font-size: clamp(16px, 1.67vw, 32px);
  line-height: 1.44;
}

.font22-line-height37,
.post .font22-line-height37 {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.68;
}

.font68-line-height99,
.post .font68-line-height99 {
  font-size: clamp(32px, 3.54vw, 68px);
  line-height: 1;
}

.font18-line-height30,
.post .font18-line-height30 {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.67;
}

.letters60,
.post .letters60 {
  letter-spacing: 0.06em;
}

.letters30,
.post .letters30 {
  letter-spacing: 0.03em;
}

.zen-old-mincho,
.post .zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.fw700,
.post .fw700 {
  font-weight: 700;
}

.fw900,
.post .fw900 {
  font-weight: 900;
}

.fw500,
.post .fw500 {
  font-weight: 500;
}

.white,
.post .white {
  color: #ffffff;
}

.black,
.post .black {
  color: #000000;
}

.black-1d1e1c,
.post .black-1d1e1c {
  color: #1d1e1c;
}

.gold,
.post .gold {
  color: #ab7704;
}

.inline-block {
  display: inline-block;
}

/*--トップ--------------------------------------------*/
.bg-top01 {
  background-image: url(/wp-content/uploads/bg-top01.png);
}

.pd-top-section {
  padding: 5% 0;
}

.bg-white,
.post .bg-white {
  background: #fff;
}

.bg-gradation,
.post .bg-gradation {
  background: linear-gradient(135deg, #caab6d, #d39f40, #9f6a2e);
}

.pd-top01-item {
  padding: 2% 4%;
}

.top01-item-right {
  width: 80%;
}

.top01-item-left {
  width: 20%;
}
.head-treat::before,
.post .head-treat::before {
  position: absolute;
  content: "";
  bottom: -30%;
  transform: translateX(-50%);
  left: 50%;
  min-width: 515px;
  max-width: 515px;
  height: 13px;
  background-image: url(/wp-content/uploads/top01-treat02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.max_w1400 {
  width: 90%;
}
.pd-top-section.ex {
  padding-bottom: 10%;
}

.pd-top-section.ex02 {
  padding-top: 2%;
}

.pd-top02-item {
  padding: 4%;
}

/*--フッター--------------------------------------------*/
.bg-footer {
  background-image: url(/wp-content/uploads/bg-footer.png);
}

.btn-item {
  width: 100%;
}

.btn-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: clamp(18px, 1.25vw, 24px);
  background: #f0f0f0;
  font-weight: bold;
  padding: 53px 0;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff01);
  gap: 10px;
  line-height: 1;
}
.btn-item a::before {
  content: "\f1d8";
  transition: 0.2s;
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
}

.border-white {
  border: 1px solid #fff;
}

.pd-footer-item {
  padding: 0.5% 2%;
}

.btn-item.line a::before {
  content: "\f3c0";
}

.btn-item.line a {
  background: #05a101;
  color: #fff;
}

.btn-item.wechat a {
  background: #01a752;
  color: #fff;
}

.btn-item.wechat a::before {
  content: "\f1d7";
}
.bg-top03-item {
  background-image: url(/wp-content/uploads/top02-bg.png);
}
.pd-top03-item {
  padding: 3.8%;
}

.border-bottom-gold {
  border-bottom: 1px solid #ab7704;
}
.absolute-img01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}

.absolute-img02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
}

.border-gold,
.post .border-gold {
  border: 10px solid #ae8e3f;
}

.max_w1000 {
  width: 90%;
}

.pd-top03-items {
  padding: 5%;
}
/*  */
/* ボタン */
.btn-item02 a {
  position: relative;
  display: block;
  background: linear-gradient(0deg, #915f00, #eaaa1a);
  color: #333333; /*文字と枠の色*/
  font-size: clamp(16px, 1.2vw, 22px);
  text-align: center;
  font-weight: 700; /*文字の太さ*/
  padding: 27px 20px; /*立幅調整*/
  margin: 0 auto;
  color: #fff;
  text-decoration: none; /*文字の下線を消す*/
  transition: 0.3s;
  font-family: var(--ff01);
}

.btn-item02 {
  max-width: 420px;
  width: 100%;
}

.btn-item02 a::before {
  position: absolute;
  background-image: url(/wp-content/uploads/btn-icon.png);
  max-width: 19px;
  max-height: 19px;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.btn-item02 a:hover::before {
  border-radius: 50%;
  right: 10px;
}
.head-treat.ex::before,
.post .head-treat.ex::before {
  background-image: url(/wp-content/uploads/toptreat02.png);
}

p.top04-head {
  display: flex;
  align-items: center;
  gap: 30px;
}

span.top04-head-sub {
  font-size: clamp(12px, 1.5vw, 28px);
  font-weight: 700;
  font-family: var(--ff02);
  color: #fff;
  letter-spacing: 0.06em;
}

span.top04-head-main {
  font-size: clamp(14px, 1.6vw, 30px);
  font-weight: 900;
  font-family: var(--ff02);
  color: #fff;
  letter-spacing: 0.06em;
}

.bg-gold {
  background: #ab7704;
}

.br10px-top {
  border-radius: 10px 10px 0 0;
}

.pd-top04-item-top {
  padding: 2% 3%;
}

p.top04-text {
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #000000;
}

.pd-top04-item-bottom {
  padding: 2% 3%;
}
.dawn-arrow::before {
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-width: 30px 49px 0px 49px;
  border-style: solid;
  content: "";
  z-index: 100;
}
.bg-light-gold {
  background: #fff5de;
}

.top05-item-text {
  width: 65%;
}

.top05-item-img {
  width: 35%;
}

.pd-top05-item-text {
  padding: 2%;
}

.pd-top05-item {
  padding: 2%;
}
.table-item {
  overflow-x: auto;
  white-space: nowrap;
}

.table-item table {
  width: 100%;
  min-width: 800px; /* 必要に応じて調整 */
  border-collapse: collapse;
}

.table-item tr {
  flex-wrap: nowrap;
  width: 100%;
}

.table-item tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 3%;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  line-height: 2;
  text-align: center;
}

.table-item td.cell_01 {
  width: 20%;
  text-align: center;
  background: #ab7704;
  border-left: 1px solid #fff;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  font-weight: 500;
}

.table-item td.cell_02 {
  width: 20%;
  border-right: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff5de;
  color: #ab7704;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 500;
  padding: 33px 1%;
}

@media print, screen and (max-width: 768px) {
  .table-item table {
    min-width: 710px;
  }
}
.table-item td.cell_01.ex {
  font-size: clamp(20px, 1.7vw, 32px);
  color: #fff;
  font-weight: 700;
  font-family: var(--ff02);
  letter-spacing: 0.06em;
  padding: 7px 0;
}
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04/style.css");
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css");
@import url("https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css");

/*--FAQ-------------------------------------------*/


.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ab7704;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.qa_list .qa_list_inner .a_ico {
  color: #1f60ab;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  font-family: var(--ff02);
  color: #1f60ab;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  display: none;
}
.qa_list .qa_list_inner .q_ico {
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff02);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 32px);
  display: none;
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 2rem 1.5rem 2rem 3rem;
  line-height: 1.7;
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
  color: #fff;
  font-family: var(--ff02);
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 22px);
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: clamp(16px, 1vw, 18px);
  color: #000000;
  font-weight: 500;
  font-family: var(--ff01);
}
.qa_list .qa_list_inner dt:after {
  content: "＋";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  color: #fff;
  font-size: 2em;
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border-top: 0;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 40px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
    font-size: 1em;
    top: 37%;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 1rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
.qa_list .qa_list_inner dd {
  display: block; /* ← ここを none → block に変更 */
}
p.post2b_contents {
  color: #000 !important;
  font-weight: 500;
  opacity: 1 !important;
}
/* 罫線を失くす */
.post .table-item02 table td {
  border-width: 0px;
}

.post .table-item02 table {
  border-width: 0px;
}

.table-item02 tr td {
  font-size: 16px;
  font-weight: 500;
  background: #fff7e2;
  padding: 25px 3%;
  border: 1px solid #ab7704 !important;
  line-height: 2;
}

.table-item02 td.cell_01 {
  width: 25%;
  background: #dda028;
  border-left: 1px solid #c6c6c6;
  color: #fff;
}
.table-item02 td.cell_02 {
  border-right: 1px solid #c6c6c6;
}
.table-item02 tr.head td {
  border-top: 1px solid #c6c6c6;
}

@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
  .table-item02 tr td {
    display: block;
    width: 100% !important;
  }

  .table-item02 td.cell_01 {
    text-align: center;
  }
}
.pd-company {
  padding: 2% 5%;
}

body.page-id-207 #content.wide {
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-207 div#breadcrumb {
  background: #fff7e5;
  padding-bottom: 20px;
}
.bg-airbnb {
  background-image: url(/wp-content/uploads/bg-airbnb.png);
}

.absolute-img03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21%;
  min-width: 80px;
}

.pd-airbnb {
  padding: 5% 0;
}
.pd-access {
  padding: 3%;
}

.gap30px {
  gap: 30px;
}

.btn-item02 a span {
  display: block;
  font-size: clamp(12px, 0.9vw, 16px);
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-top: 0.5rem;
}
body.page-id-214 div#content.wide {
  padding-bottom: 0;
}
div#sec01 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
div#sec01 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
div#sec02 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
div#sec03 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
div#sec04 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
div#sec05 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
div#sec06 {
  padding-top: clamp(
    100px,
    calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
    120px
  );
  margin-top: calc(
    -1 * clamp(100px, calc(100px + (120 - 100) *
            ((100vw - 1024px) / (1920 - 1024))), 120px)
  );
}
span.tel_number {
  color: #03022f;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.7vw, 32px);
  font-weight: 900;
  font-family: var(--ff02);
  justify-content: center;
  letter-spacing: 0.06em;
}

span.tel_number::before {
  content: "\f095";
  font-family: "FontAwesome";
  color: #0f2648;
  font-size: 0.8em;
  margin-right: 10px;
  line-height: 1;
}

span.reception_time {
  display: block;
  font-size: clamp(10px, 0.8vw, 14px);
  text-align: center;
  font-weight: 500;
  font-family: var(--ff01);
}

#header ul.header__contact li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0 1vw;
  background: #f4f4f4;
}

#header ul.header__contact li:first-child:hover {
  opacity: 0.7;
}

a.head_btn_tel:hover {
  opacity: 0.7;
}

a.head_btn_tel {
  display: block;
  transition: 0.3s;
}
.fixed {
  position: fixed;
  right: 0vw;
  bottom: 26%;
  display: flex;
  z-index: 100;
  width: clamp(150px, 18vw, 333px);
  flex-direction: column;
  z-index: 999;
  gap: 15px;
}

.btn-item a:hover {
  opacity: 0.7;
}
.table-item td.cell_02 span {
  font-size: clamp(18px, 1.8vw, 34px);
  font-weight: 500;
}

.max_w1300 {
  width: 90%;
}
.parallax-background {
  width: 100vw;
  height: 100vh;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-image: url(/wp-content/uploads/sec-bg.png);
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-top04 {
  background-image: url(/wp-content/uploads/bg-top04.png);
}
  nav#mainNav ul li.current-menu-item a b {
    color: unset;
  }
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1240px) {
nav#mainNav ul li a {
    padding: 0px 10px;
}
}
@media print, screen and (min-width: 1100px) {
}
@media print, screen and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 300px;
    width: 100%;
    max-height: 100px;
  }
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: transparent;
  }
  #header a.head_btn.mail_btn::before {
    content: "\f1d8";
  }



  nav#mainNav ul li a:hover b {
    color: var(--header-color-primary);
  }
  header#header {
    height: clamp(
      100px,
      calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
      120px
    );
  }

  .sticky-header #header-layout {
    height: clamp(
      100px,
      calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
      120px
    );
  }
  nav#mainNav ul li a b {
    font-size: clamp(12px, 1vw, 18px);
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1d1e1c;
  }
}
@media print, screen and (max-width: 1023px) {
}
@media (min-width: 810px) and (max-width: 1024px) {
  /* iPad横だけを狙い撃ち */
  .sticky-header #header > .inner {
    background: #f2f0ed;
  }
  #header-layout {
    display: block;
  }

  nav#mainNav {
    background: #f2f0ed;
  }
  .sticky-header nav#mainNav {
    background: #f2f0ed;
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    justify-content: center;
  }
  .spmenu {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */
  .top01-item-left {
    width: 100%;
  }

  .top01-item-right {
    width: 100%;
    text-align: center;
  }

  .pd-top-section.ex {
    padding-bottom: 15%;
  }

  .img-area img {
    height: 150px;
  }

  .btn-item a {
    padding: 20px 0;
  }

  .dawn-arrow::before {
    border-width: 15px 30px 0px 30px;
    bottom: -15px;
  }

  p.top04-head img {
    width: 7%;
  }

  .fixed {
    /* display: none; */
  }

  p.top04-head {
    gap: 10px;
  }

  .top05-item-img {
    width: 100%;
  }

  .top05-item-text {
    width: 100%;
  }
  .pd-top05-item-text {
    padding: 5%;
  }

  .pd-top05-item {
    padding: 5%;
  }

  .pd-top04-item-bottom {
    padding: 5%;
    padding-top: 3%;
  }
  .table-item02 tr td {
    padding: 15px 3%;
  }

  .btn-item02 {
    max-width: 300px;
  }

  .btn-item02 a {
    padding: 20px 0;
  }

  .pd-airbnb {
    padding: 10% 0;
  }
  header#h1Header h1.title {
    font-size: 22px;
  }
  .flexbox.jc_between.mb2 .column03 {
    width: 30%;
  }

  .gap30px {
    gap: 10px;
  }

  .pd-access {
    padding: 5%;
  }
  .bg-top01 {
    background-image: url(/wp-content/uploads/spimg.png);
  }
	.head-treat::before, .post .head-treat::before {
    min-width: 265px;
    bottom: -60%;
}
	.pd-top-section {
    padding: 10% 0;
}
	.pd-top-section.ex02 {
    padding-bottom: 5%;
}
	.pd-company {
    padding: 5%;
}
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}