@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Klee+One&family=Noto+Sans+Yi&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&family=Permanent+Marker&family=Slackside+One&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap");

:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-background-01: #ded6cd;
  --color-background-02: #dfebd2;
  --color-background-opa: #ffffffd9;
  --color-background-poslis: #f6f6f6;
  --color-font: #333;
  --color-font01: #000;
  --color-font02: #111;
  --color-font03: #42311f;
  --color-primary: #004121;
  --color-primary-shade: #375c3b;
  --color-primary-tint: #004121;
  --color-secondary: #859f6a;
  --color-secondary-tint: #b02828;
  --color-03: #859f6a;
  --color-04: #da6b32;
  --color-05: #ffb902;
  --color-table-border: #bbbbbb;
  --color-table-border-01: #ebebeb;
  --body-font-size: min(
    calc(1.6rem + (1vw - 19.2px) * 0.1294),
    1.6rem
  ); /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1100px;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨­å®šâ–¼------*/
  --header-background: #fff;
  --header-color-font: #004121;
  --header-color-font-02: #444;
  --header-color-primary: #004121;
  --header-bg-02: #f5f5f5;
  --header-color-primary-shade: #b02828;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #ffffff;
  --footer-color-font: #004121;
  --footer-color-primary: #004121;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Permanent Marker", "Noto Sans JP", sans-serif;
  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --px240: min(
    calc(240px + (1vw - 19.2px) * 10.356),
    240px
  ); /*240px-80px (1920-375)*/
  --px200: min(
    calc(200px + (1vw - 19.2px) * 6.4725),
    200px
  ); /*200px-100px (1920-375)*/
  --px180: min(
    calc(180px + (1vw - 19.2px) * 3.8835),
    180px
  ); /*180-120px (1920-375) */
  --px160w: min(
    calc(160px + (1vw - 19.2px) * 5.178),
    160px
  ); /*160px-80px (1920-375)*/
  --px160: min(
    calc(160px + (1vw - 19.2px) * 6.4725),
    160px
  ); /*160px-60px (1920-375)*/
  --px150: min(
    calc(150px + (1vw - 19.2px) * 3.2362),
    150px
  ); /*150-100px (1920-375) */
  --px140: min(
    calc(140px + (1vw - 19.2px) * 6.4725),
    140px
  ); /*140px-40px (1920-375)*/
  --px130: min(
    calc(130px + (1vw - 19.2px) * 2.589),
    130px
  ); /*130px-90px (1920-375)*/
  --px120: min(
    calc(120px + (1vw - 19.2px) * 2.589),
    120px
  ); /*120px-80px (1920-375)*/
  --px100w: min(
    calc(100px + (1vw - 19.2px) * 3.2362),
    100px
  ); /*100px-50px (1920-375)*/
  --px100: min(
    calc(100px + (1vw - 19.2px) * 3.8835),
    100px
  ); /*100px-40px (1920-375)*/
  --px96: min(
    calc(96px + (1vw - 19.2px) * 3.1068),
    96px
  ); /*96px-48px (1920-375)*/
  --px90: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px);
  /*90px-30px (1920-375)*/
  --px80w: min(
    calc(80px + (1vw - 19.2px) * 1.2945),
    80px
  ); /*80px-60px (1920-375)*/
  --px80: min(
    calc(80px + (1vw - 19.2px) * 2.589),
    80px
  ); /*80px-40px (1920-375)x*/
  --px80s: min(
    calc(80px + (1vw - 19.2px) * 3.8835),
    80px
  ); /*80px-20px (1920-375)x*/
  --px60w: min(
    calc(60px + (1vw - 19.2px) * 1.2945),
    60px
  ); /*60px-40px (1920-375)*/
  --px60: min(
    calc(60px + (1vw - 19.2px) * 1.9417),
    60px
  ); /*60px-30px (1920-375)*/
  --px50: min(
    calc(50px + (1vw - 19.2px) * 1.2945),
    50px
  ); /*50px-30px (1920-375) */
  --px40w: min(
    calc(40px + (1vw - 19.2px) * 0.6472),
    40px
  ); /*40px-30px (1920-375)*/
  --px40: min(
    calc(40px + (1vw - 19.2px) * 1.2945),
    40px
  ); /*40px-20px (1920-375)*/
  --px35: min(
    calc(35px + (1vw - 19.2px) * 1.2945),
    35px
  ); /*35px-15px (1920-375)*/
  --px30w: min(
    calc(30px + (1vw - 19.2px) * 0.6472),
    30px
  ); /*30px-20px (1920-375)*/
  --px30: min(
    calc(30px + (1vw - 19.2px) * 0.9709),
    30px
  ); /*30px-15px (1920-375)*/
  --px24: min(
    calc(24px + (1vw - 19.2px) * 0.6472),
    24px
  ); /*24px-14px (1920-375)*/
  --px20: min(
    calc(20px + (1vw - 19.2px) * 0.6472),
    20px
  ); /*20px-10px (1920-375)*/
  --px18: min(
    calc(18px + (1vw - 19.2px) * 0.2589),
    18px
  ); /*18px-14px (1920-375)*/
  --px16: min(
    calc(16px + (1vw - 19.2px) * 0.1294),
    16px
  ); /*16px-14px (1920-375)*/
  --px14: min(
    calc(14px + (1vw - 19.2px) * 0.1294),
    14px
  ); /*14px-12px (1920-375)*/
  --px12: min(
    calc(12px + (1vw - 19.2px) * 0.0647),
    12px
  ); /*12px-11px (1920-375)*/
  /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --rem120: min(
    calc(12rem + (1vw - 1.92rem) * 3.8835),
    12rem
  ); /*12rem-6rem (1920-375)*/
  --rem80w: min(
    calc(8rem + (1vw - 1.92rem) * 1.2945),
    8rem
  ); /*8rem-6rem (1920-375)*/
  --rem80: min(
    calc(8rem + (1vw - 1.92rem) * 2.589),
    8rem
  ); /*8rem-4rem (1920-375)x*/
  --rem72: min(
    calc(7.2rem + (1vw - 1.92rem) * 1.9417),
    7.2rem
  ); /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(
    calc(6rem + (1vw - 1.92rem) * 1.5534),
    6rem
  ); /*6rem-3.6rem (1920-375)*/
  --rem56: min(
    calc(5.6rem + (1vw - 1.92rem) * 1.5534),
    5.6rem
  ); /*5.6rem-3.2rem (1920-375)*/
  --rem48w: min(
    calc(4.8rem + (1vw - 1.92rem) * 0.6472),
    4.8rem
  ); /*4.8rem-3.8rem*/
  --rem48: min(
    calc(4.8rem + (1vw - 1.92rem) * 1.5534),
    4.8rem
  ); /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(
    calc(4.2rem + (1vw - 1.92rem) * 0.6472),
    4.2rem
  ); /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(
    calc(4.2rem + (1vw - 1.92rem) * 1.165),
    4.2rem
  ); /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(
    calc(4.2rem + (1vw - 1.92rem) * 1.4887),
    4.2rem
  ); /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(
    calc(4rem + (1vw - 1.92rem) * 0.6472),
    4rem
  ); /*4rem-3rem (1920-375)*/
  --rem40: min(
    calc(4rem + (1vw - 1.92rem) * 1.2945),
    4rem
  ); /*4rem-2rem (1920-375)*/
  --rem36: min(
    calc(3.6rem + (1vw - 1.92rem) * 0.7767),
    3.6rem
  ); /*3.6rem-2.4rem (1920-375)*/
  --rem30w: min(
    calc(3rem + (1vw - 1.92rem) * 0.3883),
    3rem
  ); /*3rem-2.4rem (1920-375)*/
  --rem30: min(
    calc(3rem + (1vw - 1.92rem) * 0.6472),
    3rem
  ); /*3rem-2rem (1920-375)*/
  --rem30s: min(
    calc(3rem + (1vw - 1.92rem) * 0.9709),
    3rem
  ); /*3rem-1.5rem (1920-375)*/
  --rem28: min(
    calc(2.8rem + (1vw - 1.92rem) * 0.6472),
    2.8rem
  ); /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(
    calc(2.4rem + (1vw - 1.92rem) * 0.3883),
    2.4rem
  ); /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(
    calc(2.4rem + (1vw - 1.92rem) * 0.6472),
    2.4rem
  ); /*2.4rem-1.4rem (1920-375)*/
  --rem20w: min(
    calc(2rem + (1vw - 1.92rem) * 0.2589),
    2rem
  ); /*2rem-1.6rem (1920-375)*/
  --rem20: min(
    calc(2rem + (1vw - 1.92rem) * 0.3883),
    2rem
  ); /*2rem-1.4rem (1920-375)*/
  --rem18: min(
    calc(1.8rem + (1vw - 1.92rem) * 0.2589),
    1.8rem
  ); /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(
    calc(1.6rem + (1vw - 1.92rem) * 0.1294),
    1.6rem
  ); /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(
    calc(1.4rem + (1vw - 1.92rem) * 0.1294),
    1.4rem
  ); /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(
    calc(1.2rem + (1vw - 1.92rem) * 0.0647),
    1.2rem
  ); /*1.2rem-1.1rem (1920-375)*/
}

html {
  scroll-behavior: smooth;
}

/* header navbar */
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  #mainImg {
    margin-top: -100px;
  }
  html:not(.mobile) #mainImg {
    margin-top: -100px;
  }
  #header {
    height: 100px;
    background: transparent;
  }
	body:not(.home) #header {
		background: #f6f6f6;
	}
  .sticky-header #header-layout {
    height: 100px;
  }
  .sticky-header #header > .inner {
    height: auto;
    background: #ffffff80;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  #header .logo {
    position: relative;
    z-index: 10;
  }
  #header .logo img {
    max-width: 200px;
    max-height: 60px;
  }
  #header ul.header__contact {
    position: relative;
    z-index: 10;
  }
  #header ul.header__contact li:has(a.mail_btn) {
    display: flex;
    align-items: center;
    padding: 0 var(--px20);
  }
  nav#mainNav ul li a b {
    font-family: var(--font-family02);
    font-style: normal;
    font-weight: 400;
    font-size: var(--rem24);
  }
  nav#mainNav ul li.current-menu-item a span {
    color: var(--header-color-font-02);
  }
  nav#mainNav ul li a span {
    font-size: var(--rem12);
    font-weight: 400;
  }
  #header ul.header__contact {
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-primary);
    background: transparent;
    padding: 1rem calc(var(--px30) - 2px);
  }
  #header a.head_btn.tel_btn:hover {
    background: var(--header-color-primary);
    color: #fff;
  }
  #header a.head_btn.tel_btn::before {
    display: none;
  }
  .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    margin-top: 4px;
  }
  .tel_icon {
    position: relative;
    font-weight: bold;
    font-size: var(--rem24);

    display: flex;
    align-items: center;
    gap: 8px;
  }
  .note {
    font-size: var(--rem12);
    font-weight: bold;
  }
  #header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 1rem;
    padding: 1rem calc(var(--px35) + 1px);
    border-radius: 50px;
    border: 1px solid transparent;
    max-height: 60px;
  }
  #header a.head_btn.mail_btn:hover {
    color: var(--header-color-font);
    border: 1px solid var(--header-color-font);
  }
  #header a.head_btn.mail_btn::before {
    margin-bottom: 0;
  }
  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: var(--header-color-primary);
  }
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-item a b,
  nav#mainNav ul li a:hover b,
  nav#mainNav ul li a:active b,
  nav#mainNav ul li.current-menu-parent a b,
  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: #fff;
  }
}
@media print, screen and (max-width: 1240px) and (min-width: 1024px) {
  #header {
    height: 65px;
  }
	html:not(.mobile) #mainImg {
		margin-top: -65px;
	}
 
  .sticky-header #header-layout {
    height: 65px;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li.current-menu-item a {
    color: #fff;
  }
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-item a {
    background: var(--header-color-primary);
  }
}

/* code footer */
#footer p {
  text-align: center;
  font-size: var(--rem12);
  margin-bottom: var(--px30);
  line-height: 1.6;
}
.footer__logo {
  display: flex;
  flex-direction: column;
}
#footer .footer__logo img {
  max-height: calc(var(--px140) + 5px);
}
#footer span.logo-txt {
  font-weight: 400;
  font-size: var(--rem12);
  margin: 1rem 0 0;
}
#footer ul li a {
  font-weight: 500;
}
#footer {
  padding: var(--px80) 0 var(--px60);
  background: url(/wp-content/uploads/footer02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#copyright {
  background: none;
}
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 447px;
  font-size: var(--rem16);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary-shade);
  padding: var(--px20) 30px var(--px20) 20px;
  margin: 0;
  /* border: solid 2px; */
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s;
  border-radius: 100px;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after,
.subimitarea .linkBtn input[type="submit"]::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 3px solid var(--color-background);
  border-bottom: 3px solid var(--color-background);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
  transition: all 0.3s;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-primary-shade);
  background: #fff;
  border: 1px solid var(--color-primary-shade);
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-right: 3px solid var(--color-primary-shade);
  border-bottom: 3px solid var(--color-primary-shade);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
#customer .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* code main-ttl */
h1.bottom-loop,
h1.title.main-ttl {
  font-weight: bold;
  font-size: var(--rem36);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-primary);
}
h1.bottom-loop span span,
h1.title.main-ttl span span {
  display: block;
  font-family: var(--font-family02);
  font-weight: 400;
  font-size: 2.67em;
  letter-spacing: 0.1em;
  color: var(--color-04);
  line-height: 1;
}
/* code phan poslis */
#front_top_content,
#front_bottom_content {
  position: relative;
  background: var(--color-background-poslis);
  padding: var(--px120) 0 var(--px120);
  z-index: 10;
}

h1.title.main-ttl::before,
h1.bottom-loop::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 320px;
  height: var(--px150);
  margin: 0 auto;
  background: url(/wp-content/uploads/front_bottom_content-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 1rem;
  /* width: calc(var(--px240) + var(--px80));
  height: var(--px150); */
  /* position: absolute;
  left: 50%; */
  /* transform: translateX(-50%); */
  /* bottom: var(--px160); */
}
#front_bottom_content h1.bottom-loop span span {
  color: var(--color-05);
  /* -webkit-text-stroke: 1px #000; */
}
#front_bottom_content .linkBtn {
  max-width: 240px;
}
.postlist .time {
  font-weight: 400;
  background: var(--color-05);
  padding: 5px 10px;
  border-radius: 50px;
}
.postlist .time a {
  color: var(--color-font);
}

.postlist .date {
  font-size: var(--rem16);
  color: var(--color-font01);
}
.postlist .ttls {
  font-size: var(--rem16);
  color: var(--color-font02);
}
.postlist .post_text {
  padding: var(--px30) 0;
}
/* @media print, screen and (max-width: 768px) {
  #contact h1.title.main-ttl::before,
  #line-up h1.title.main-ttl::before,
  #rental h1.title.main-ttl::before,
  #front_bottom_content h1.bottom-loop::before {
    bottom: 92px;
  }
  #front_bottom_content {
    padding-bottom: 50px;
  }
}
@media print, screen and (max-width: 440px) {
  #line-up h1.title.main-ttl::before,
  #contact h1.title.main-ttl::before,
  #rental h1.title.main-ttl::before,
  #front_bottom_content h1.bottom-loop::before {
    bottom: 82px;
  }
} */

@media print, screen and (max-width: 440px) {
  h1.title.main-ttl.long-ttl span span {
    font-size: 4rem;
  }
}

/* code contact */

.cta01 {
  position: relative;
  z-index: 0;
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/contact-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  background: var(--color-background-opa);
  padding: var(--px120) var(--px30) var(--px80);
}
.cta01 .cta01_wrap h1.title.main-ttl::before {
  background: url(/wp-content/uploads/contact-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 990px;
  margin: var(--px40) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 48.5%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 100px;
  transition: all ease 0.15s;
}
.cta01 a.item:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 376px) {
  #contact h1.title.main-ttl span span {
    font-size: 2.4em;
  }
}
/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: bold;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: 500;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta01 a.telbtn {
  background: var(--color-primary-shade);
  color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}
.cta01 a.mailbtn {
  background: var(--color-background-poslis);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.cta01 a.mailbtn .infotxt {
  font-size: var(--rem18);
}
/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
  font-size: 1.17em;
  margin-top: 2px;
}
.cta01 .telnum::before {
  content: "\f3cd";
  font-size: 0.89em;
}
/* code about */

#about .sec01 {
  background: url(/wp-content/uploads/about-01-e1736214451322.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: calc(var(--px100) + 10px) 0;
}

#about .column01 {
  position: relative;
  margin: 0;
}
#about .column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
  justify-content: space-between;
}
#about .column01 .txtarea {
  max-width: 750px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px100) 2rem;
  margin: 0;
}
#about .column01 .txtarea .txtinner {
  width: 100%;
  max-width: 610px;
}
#about .column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
#about .column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .w50.txtarea {
  background: var(--color-primary-shade);
}
/*---------txtstyle-----------*/
#about p {
  color: #fff;
}

#about .txtstyle02 {
  font-family: var(--font-family01);
  font-size: calc(var(--rem48) + 2px);
  font-weight: bold;
  text-align: left;
  margin: var(--rem36) auto 0;
  background: transparent;
  color: #fff;
  line-height: 1.4;
  padding: 0;
}

#about .txtstyle02:before,
#about .txtstyle02:after {
  content: none;
}

#about .column01 .txtstyle02 {
  font-size: calc(var(--rem48) + 2px);
  margin: var(--rem20) 0;
}

#about .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem48);
  font-weight: 400;
  text-align: left;
  margin: 0 auto var(--rem36);
  background: transparent;
  border: none;
  color: #fff;
  line-height: 1;
  padding: 0;
  letter-spacing: 0;
  font-style: normal;
}
#about .txtstyle04:before {
  content: none;
}
#about .column01 .txtstyle04 {
  font-size: var(--rem48);
}
#about .column01 .txtstyle04:after {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  #about p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 376px) {
  #about p {
    font-size: 13px;
  }
}
/* code line-up */
#line-up h1.title.main-ttl::before {
  background: url(/wp-content/uploads/line-up-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#line-up .sec01 {
  background: var(--color-background-poslis);
  padding: var(--px120) 0;
}

#line-up .card01_wrap {
  position: relative;
  margin: 0;
}
#line-up .card01_inner {
  max-width: 1577px;
  width: 94%;
  margin: 0 auto;
}
#line-up .card01_list > li {
  position: relative;
  background: transparent;
}
#line-up .card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  line-height: 0;
}
#line-up .card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#line-up .card01_list .txtarea {
  padding: var(--px30);
  line-height: 1.6;
  text-align: left;
  background: var(--color-background);
}

/*---------txtstyle02 -----------*/
#line-up p {
  line-height: 2;
}
#line-up p.line-up_text {
  margin-bottom: 1rem;
}

#line-up .txtstyle02 {
  font-family: var(--font-family01);
  font-size: var(--rem24);
  font-weight: bold;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: var(--color-primary);
  line-height: 1.4;
  padding: 0;
}

#line-up .txtstyle02:before,
#line-up .txtstyle02:after {
  content: none;
}
#line-up .card01_list .txtstyle02,
#line-up .card01_list .txtstyle02 {
  font-size: var(--rem24);
  margin: 0 0 1rem;
}

/*---------column04-----------*/

#line-up .col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  gap: calc(var(--px24) + 3px);
}
#line-up .col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#line-up .col4_list::before {
  content: "";
  display: block;
  width: calc(100% / 3 - calc(var(--px24) + 3px));
  order: 1;
}
#line-up .col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (calc(var(--px24) + 3px) * 2)) / 3);
  order: 2;
}
#line-up .col4_list > li {
  width: calc((100% - (calc(var(--px24) + 3px) * 2)) / 3);
}

@media print, screen and (max-width: 768px) {
  #line-up .col4_list > li {
    width: calc((100% - (calc(var(--px24) + 3px) * 1)) / 2);
  }
}
@media print, screen and (max-width: 432px) {
  #line-up .col4_list > li {
    width: 100%;
  }
}
/* code rental */
#rental h1.title.main-ttl span span {
  color: var(--color-03);
}
#rental h1.title.main-ttl::before {
  background: url(/wp-content/uploads/rental-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#rental {
  padding: var(--px120) 0 0;
  background: var(--color-background-01);
}
#rental .sec01 {
  background: transparent;
  padding: 0;
}

#rental .card01_wrap {
  position: relative;
  margin: 0;
}
#rental .card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  background: var(--color-background);
  border-radius: 10px;
  padding: var(--px50) 0 var(--px30);
}
#rental .card01_list > li {
  position: relative;
  background: transparent;
}
#rental .card01_list .imgarea {
  width: 100%;
  position: relative;

  overflow: hidden;
  line-height: 0;
}
#rental .card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rental .card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

/*---------txtstyle02 -----------*/
#rental h2.title::after {
  display: none;
}
#rental h2.title {
  font-family: var(--font-family01);
  font-size: var(--rem36);
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.4;
  text-align: left;
  margin-bottom: var(--px20) !important;
}
#rental h2.title span span {
  display: block;
  font-family: var(--font-family02);
  font-weight: 400;
  font-size: 1.34em;
  line-height: 1;
  color: var(--color-05);
}
#rental .paid h2.title span span {
  color: var(--color-03);
}

#rental .txtstyle02 {
  font-family: var(--font-family01);
  font-size: var(--rem36);
  font-weight: bold;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: var(--color-primary);
  line-height: 1.4;
  padding: 0;
}

#rental .txtstyle02:before,
#rental .txtstyle02:after {
  content: none;
}

#rental .card01_list .txtstyle02 {
  font-size: var(--rem36);
  margin: 0 0 1rem;
}

/*---------column04-----------*/
.rental_free {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}
#rental .col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  gap: var(--px20);
}
#rental .col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#rental .col4_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - var(--px20));
  order: 1;
}
#rental .col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px20) * 3)) / 4);
  order: 2;
}
#rental .col4_list > li {
  width: calc((100% - (var(--px20) * 3)) / 4);
}
/* @media print, screen and (max-width: 1024px) {
  #rental h1.title.main-ttl::before {
    margin-bottom: 20px;
  }
} */
@media print, screen and (max-width: 768px) {
  #rental .col4_list > li {
    width: calc((100% - (var(--px20) * 1)) / 2);
  }
}
@media print, screen and (max-width: 432px) {
  #rental .col4_list > li {
    width: 100%;
  }
  /* #rental h1.title.main-ttl::before {
    margin-bottom: 70px;
  } */
}
/* code rec */
#rec {
  background: var(--color-background-01);
}
#rec h1.title.main-ttl {
  color: #fff;
  font-weight: bold;
}
#rec h1.title.main-ttl span span {
  color: #fff;
}
#rec h1.title.main-ttl::before {
  content: "";
  background: url(/wp-content/uploads/rec-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: auto;
  height: clamp(80px, calc(140px + ((1vw - 19.2px) * 3.8835)), 140px);
  max-height: 140px;
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--px140); */
}
#rec .link_item-01 h1.title.main-ttl::before {
  background: url(/wp-content/uploads/rec-04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: calc(var(--px150) - 6px);
}
.post .link_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
  margin: 0;
  padding: var(--px160) 0 var(--px120);
  max-width: 1600px;
  margin: 0 auto;
}

.post .link_item {
  width: 100%;
  margin: 0;
  border: none;
}

.post .link_item a {
  position: relative;
  display: block;
}

.post .link_item_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.post .link_item_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.post .link_item_img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #da6b32cc;
  pointer-events: none;
  /* opacity: 1; */
  transition: all 0.3s ease-in;
}
.post .link_item_img.filter-01:after {
  background: #ffb902cc;
}
.post .link_item_img img {
  position: absolute;
  width: 100%;
  max-width: initial;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
  filter: saturate(0);
}

.post .link_item a:hover .link_item_img img {
  width: 120%;
  height: 120%;
  filter: saturate(100%);
  opacity: 1;
}
.post .link_item a:hover .link_item_img:after {
  /* opacity: 0; */
  background: transparent;
}
.link_item .link_item_ttl {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.link_item .link_item_ttl span {
  font-size: 30px;
  font-weight: bold;
}

.post .link_item a:hover .link_item_ttl {
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  /* #rec h1.title.main-ttl::before {
    bottom: 120px;
  } */
}
@media only screen and (max-width: 1100px) {
  .link_item .link_item_ttl span {
    font-size: 24px;
  }
  /* #rec h1.title.main-ttl::before {
    bottom: 110px;
  } */
}

@media only screen and (max-width: 960px) {
  .link_item .link_item_ttl span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .post .link_3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .post .link_item_img:before {
    padding-top: 60%;
  }

  .link_item .link_item_ttl {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
    padding: 0 15px;
  }

  .link_item .link_item_ttl span {
    font-size: 24px;
  }
  /* #rec h1.title.main-ttl::before {
    bottom: 100px;
  } */
}
@media only screen and (max-width: 432px) {
  .link_item .link_item_ttl {
    top: 55%;
  }
  .post .link_item_img:before {
    padding-top: 100%;
  }
  /* #rec h1.title.main-ttl::before {
    bottom: 95px;
  } */
}
/* semi-wrapper */

body:not(.home) {
  background: #f6f6f6;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}
.widearea .inner {
  margin: 0 auto;
}
header#h1Header h1.title {
  font-size: var(--rem48);
  font-weight: bold;
  letter-spacing: 0;
}
#thumbImg::before,
header#h1Header::before {
  opacity: 0;
}
/* code page-access */

.access-content h1.title.main-ttl::before {
  content: "";
  background: url(/wp-content/uploads/page-access-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* width: var(--px200);
  height: var(--px100);
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  /* bottom: var(--px150); */
}

/* code table */
table,
.post table {
  width: 100%;
}
table,
table th,
table td,
.post table,
.post table th,
.post table td {
  border: none;
}
table,
.post table {
  margin: var(--px30w) auto;
  width: 100%;
}
table th,
table td,
.post table th,
.post table td {
  padding: var(--px20) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  text-align: left;
  line-height: 2;
  border-bottom: solid 1px var(--color-table-border);
}
table th,
.post table th {
  width: 25%;
  color: var(--color-primary);
  font-weight: bold;
  background: transparent;
  font-size: var(--rem20);
}
table td,
.post table td {
  color: var(--color-font);
  background: transparent;
  font-size: var(--rem16);
}
table:first-child,
.post table:first-child {
  margin-top: 0;
}
table:last-child,
.post table:last-child {
  margin-bottom: 0;
}
/*  */
.access-map {
  gap: var(--px100);
  justify-content: center;
  align-items: center;
  margin-top: var(--px100);
}
.access-map .icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.icon-map .imgarea {
  width: calc(var(--px40) - 3px);
}
.icon-map.mb5 .imgarea {
  width: var(--px50);
}
.googlemap.w60 {
  margin: 0;
}
.icon-map p {
  color: var(--color-font01);
}
.icon-map p.access-map_text {
  font-size: var(--rem20);
  font-weight: bold;
  color: var(--color-font);
}
.access-map .googlemap {
  padding-bottom: 40%;
}
.access-map .w40 {
  margin-top: var(--px40);
}
/* code page-flow */
.page-flow {
  padding: var(--px100) 0;
  background: var(--color-background-01);
}
.page-flow h1.title.main-ttl::before {
  content: "";
  background: url(/wp-content/uploads/page-flow-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* width: var(--px240);
  height: var(--px130);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--px150); */
}
.page-flow h1.title.main-ttl span span {
  color: var(--color-secondary);
}
.page-flow p {
  line-height: 2.5;
}
/* colum06 */
.page-flow .sec01 {
  background: transparent;
  padding: 0;
}
.page-flow .toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: var(--px100);
}
.column06 {
  position: relative;
  margin: 0;
}
.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  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: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}
.column06 .imgarea {
  position: relative;

  overflow: hidden;
  width: 51.5%;
}
.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column06 .txtarea {
  position: relative;
  width: 53.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px30);
  margin: 0 0 -70px -5%;
  z-index: 10;
  min-height: 355px;
}
.column06 .txtarea .txtinner {
  max-width: 540px;
}
.column06_wrap + .column06_wrap {
  margin-top: var(--px140);
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column06_wrap.rev .txtarea {
    margin: 0 -5% -70px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }
  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }
  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}
.page-flow h3 {
  font-size: var(--rem30);
  font-family: var(--font-family01);
  font-weight: bold;
  color: var(--color-primary);
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid var(--color-font01);
  display: flex;
  align-items: center;
}
.page-flow h3 span span {
  font-size: 1.3em;
  color: var(--color-05);
  padding-right: 2rem;
}
/* page-line-up */
/* body {
  background: var(--color-background-poslis);
} */
.page-line-up h1.title.main-ttl::before {
  content: "";
  background: url(/wp-content/uploads/page-line-up-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* width: calc(var(--px200) + var(--px20));
  height: var(--px120);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--px150); */
}
.page-line-up h1.title.main-ttl span span {
  color: var(--color-05);
}
.page-line-up01 h5 {
  background: var(--color-04);
  font-size: var(--rem48);
  color: #fff;
  font-weight: bold;
  padding: var(--px24) var(--px20);
}
.page-line-up h2::after {
  display: none;
}
.page-line-up h2 {
  font-weight: bold;
  font-size: var(--rem48);
  color: var(--color-font03);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: calc(var(--px30) + 2px);
}
.page-line-up h2 span span {
  display: block;
  line-height: 1;
  font-family: var(--font-family02);
  font-weight: 400;
  color: var(--color-04);
}
.page-line-up p {
  line-height: 2.5;
  color: var(--color-font01);
}
.page-line-up01_btn a.linkBtn {
  max-width: 240px;
}
.page-line-up01_btn {
  max-width: 556px;
  margin-left: 50%;
}
/* code page-line-up01 */
.page-line-up01 {
  margin-top: var(--px120);
}
.page-line-up01 .sec01 {
  background: transparent;
  padding: 0;
}

.page-line-up01 .column01 {
  position: relative;
  margin: 0;
  margin-top: var(--px90);
}
.page-line-up01 .column01_wrap {
  position: relative;

  gap: var(--px30);
  margin: 0 auto;
  z-index: 1;
}
.page-line-up01 .column01 .txtarea {
  background: transparent;

  margin: 0;
  width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.page-line-up01 .column01 .txtarea .txtinner {
  max-width: none;
}
.page-line-up01 .column01 .txtarea h2 {
  margin: 0;
}
.page-line-up01 .column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
  width: 48%;
}
.page-line-up01 .column01 .txtarea .imgarea {
  width: 100%;
}
.page-line-up01 .column01 .imgarea img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .page-line-up01 .column01 .txtarea {
    width: 100%;
    margin-top: var(--px30);
  }
  .page-line-up01 .column01 .imgarea {
    width: 100%;
  }
	.page-line-up01 .column01 .txtarea .imgarea iframe {
		width: 100%;
	}
  .page-line-up01_btn {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: var(--px20);
  }
}
/* code page-line-up02 */
.page-line-up02 {
  margin: var(--px120) 0;
}
.page-line-up02 h2 span span {
  color: var(--color-primary-shade);
}
.page-line-up02 .text-bg {
  padding: var(--px50);
  background: var(--color-background-02);
  margin-bottom: var(--px50);
}
/*---------col03-----------*/

.page-line-up02 .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-line-up02 .col3_list > li {
  width: 32%;
  margin-bottom: 2%;
}
.page-line-up02 .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.page-line-up02 .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .page-line-up02 .col3_list > li {
    width: 49%;
  }
  .page-line-up02 .col3_list::before,
  .page-line-up02 .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 414px) {
  .page-line-up02 .col3_list > li {
    width: 100%;
  }
  .page-line-up02 .col3_list > li:last-child {
    margin-bottom: 0;
  }
}
/* code page-line-up03 */
body {
  background: var(--color-background-poslis);
}
.page-line-up03 {
}
.page-line-up03 h2 span span {
  color: var(--color-05);
}
.page-line-up03 p {
  font-weight: 500;
  color: var(--color-font01);
}
table,
.post table {
  width: 100%;
}

.page-line-up03 table.responsive,
.page-line-up03 table.responsive th,
.page-line-up03 table.responsive td {
  border: 1px solid var(--color-table-border-01);
}
table,
.post table {
  margin: var(--px30w) auto;
  width: 100%;
}

.page-line-up03 table.responsive th,
.page-line-up03 table.responsive td {
  padding: var(--px20) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  text-align: left;
  line-height: 2;
  border: 1px solid var(--color-table-border-01);
}

.page-line-up03 table.responsive th {
  width: 25%;
  color: #fff;
  font-weight: 400;
  background: var(--color-03);
  font-size: var(--rem24);
  text-align: center;
}

.page-line-up03 table.responsive td {
  color: var(--color-font01);
  background: var(--color-background);
  font-size: var(--rem20);
  text-align: center;
}
.page-line-up03 table.responsive td:first-child {
  color: var(--color-primary);
  font-weight: bold;
}
table:first-child,
.post table:first-child {
  margin-top: 0;
}
table:last-child,
.post table:last-child {
  margin-bottom: 0;
}

/* unique class */

.mg0 {
  margin: 0;
}

/* table horizon responsive */
.post table.horizon {
  border-collapse: collapse;
}

/* .post table.horizon th,
.post table.horizon td {
  text-align: center;
  border-bottom: 1px solid;
} */

@media print, screen and (max-width: 640px) {
  .page-line-up03 table.responsive,
  .page-line-up03 table.responsive th,
  .page-line-up03 table.responsive td {
    border: 0;
  }
  .post table.responsive.horizon tr:last-child td:last-child,
  .post table.responsive.horizon tr td {
    border: 0 solid;
    border-bottom: 1px solid #ebebeb;
  }
  table.horizon thead {
    display: none;
  }
  table.horizon,
  table.horizon tbody,
  table.horizon tr,
  table.horizon td {
    display: block;
    width: 100%;
  }
  table.horizon tr {
    margin-bottom: 15px;
  }
  table.responsive.horizon tr td {
    text-align: right;
    padding-left: 30%;
    position: relative;
  }
  table.responsive.horizon td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 30%;
height: 100%;
	  display: flex;
	  align-items: center;
    transform: translateY(-50%);
    top: 50%;
    padding: 0 0;
    padding-left: 10px;

    font-size: 15px;

    text-align: left;
    background: var(--color-03);
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
/**------------------------------------------
Anchor Point
*------------------------------------------*/

.anchor_link::before {
  content: "";
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

body.home #contact-bottom {
	display: none;
}
body.page-contact{
	background: #DED6CD;
}
.wpcf7-form .must {
	background: #E80303;
}

body.page-contact h3.cta-big-txt {
	color: #DA6B32;
	font-size: var(--rem40);
	font-weight: bold;
}

input[type="number"], select {
	width: 15%;
	max-width: 155px;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select {
	line-height: 50px;
	height: 50px;
	margin: 0 5px;
}

@media print, screen and (max-width: 430px) {
	.cta01 .cta01_wrap p.txt_c {
		font-size: clamp(11px, calc(13px + ((1vw - 4.3px) * 3.6364)), 13px);
		min-height: 0vw;
	}
}

/* 20241209 */
.post table.responsive.tablestyle02 th {
  width: calc(100% / 3);
  color: #fff;
  font-weight: 400;
  background: var(--color-03);
  font-size: var(--rem24);
  text-align: center;
}
.post table.responsive.tablestyle02 td {
  vertical-align: middle;
  padding: var(--px20) var(--px40);
  font-size: var(--rem20);
  background: #fff;
  border: 1px solid var(--color-table-border-01);
}

body:not(.home) .post h3 {
  padding-left: 0;
  color: var(--color-primary);
  font-size: var(--rem36);
}

.page-line-up05 .linkBtn {
  font-size: var(--rem20);
  max-width: 370px;
}

