@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*font-family: "Noto Sans JP", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "trajan-pro-3", serif;*/

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}

.postlist li,
.postlist li:first-child {
  border: none!important;
}
.postlist .post_text {
  position: relative;
}
.postlist .post_text:after {
  content: '';
  display: inline-block;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, #CCCCCC 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}

#front-sectionPost {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.postlist .post_text {
  padding: 18px 0;
}
.post .time, .postlist .time {
  font-weight: 400;
  color: #fff !important;
  background: #635845;
  padding: 8px 20px;
  letter-spacing: 1px;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  background: #635845;
}

.post_link a {
  color: #000000!important;
}
.post_link {
  border-bottom: none;
}

#wrapper {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background: #FBFAF6;
}

body p {
  line-height: 1.8;
}

body:not(.home) #wrapper {
  width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
  width: 94%;
  max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
  width: 94%!important;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
header#h1Header {
  background: #fff;
}
#thumbImg::before, header#h1Header::before {
  background: #342923;
  opacity: 0.2;
}
header#h1Header h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  font-weight: 700;
  color: #fff;
}

#header,
.sticky-header #header > .inner {
  background: linear-gradient(90deg,rgba(1, 1, 1, 1) 0%, rgba(52, 41, 35, 1) 100%);
}
#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header a.head_btn {
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  font-weight: 700;
}
#header a.head_btn::before {
  font-size: 1em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
/*  font-size: 18px;
  font-weight: 700;
  color: #000000;
  flex-direction: unset;
  flex-wrap: wrap;*/
  background: #AFA28B;
  width: 100px;
}
#header a.head_btn.mail_btn {
  background: #635845;
/*  color: #fff;
  flex-direction: unset;*/
  width: 100px;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li.current-menu-parent a:hover {
  background: unset!important;
}
nav#mainNav ul li a {
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
nav#mainNav ul li a span {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a b,
nav#mainNav ul li a span,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-parent a b {
  color: #fff!important;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #fff!important;
}
.spmenu #menu p {
  color: #fff!important;
}

a#scrollUp {
  background: #635845;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #fff;
  background: #342923;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
#footer .socialicon {
  margin-bottom: 15px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
  color: #fff;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}

h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #635845;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.post h2 {
 font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}

.post h2.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  color: #635845;
  text-align: center;
  line-height: 1.1;
  padding: 0!important;
  margin: 0 0 40px!important;
  position: relative;
}
.post h2.title .en {
  font-family: "trajan-pro-3", serif;
  display: block;
  font-weight: 400;
  font-size: var(--rem60);
  color: #635845;
  position: relative;
}
.post h2.title .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: var(--rem24);
  color: #635845;
}

.post h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.post h4::before {
  background: #000;
}

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  background: unset;
  display: block;
  border-radius: 0;
  padding: 18px;
  width: 100%;
  max-width: 320px;
  color: #635845;
  border: solid 1px #635845;
  margin-inline: auto;
  margin-top: 35px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: unset;
  color: #635845;
  opacity: .7;
}
.linkBtn::after {
  display: none!important;
}
.linkBtn::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background: #635845;;
}

.cta {
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/bg01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cta .buttonList {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.cta a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  padding: 18px;
  width: 320px;
}
.cta a::before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
}
.cta a.telLink {
  font-size: 20px;
  background: #AFA28B;
  color: #fff;
}
.cta a.telLink::before {
  content: '\f095';
}
.cta a.mailLink {
  background: #635845;
  font-size: 18px;
  color: #fff;
}
.cta a.mailLink::before {
  content: '\f0e0';
}

body.mobile {
  margin-top: 60px;
}

/*-----------------------------
Top
------------------------------*/
.topConcept {
  padding: var(--px120) 0;
}
.topConcept .imageLeft {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.topConcept .imageRight {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.topConcept h3 {
  color: #635845;
  font-weight: 500;
  font-size: var(--rem40);
}
.topConcept h3 span {
  background: linear-gradient(transparent 50%, #D8D2C6 50%);
}
.topConcept .linkBtn {
  margin-left: 0;
}

.topMenu {
  padding: var(--px120) 0;
  background: url(/wp-content/uploads/bg01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.topMenu h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
  color: #635845;
  margin-top: 25px;
}
.topMenu h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #635845;
  width: 50px;
  height: 1px;
}

.topNews {
  padding: var(--px120) 0;
}

@media print, screen and (max-width: 768px) {
  .topConcept h3 {
    text-align: center;
  }
  .topConcept .imageLeft {
    margin: 0 0 25px;
  }
  .topConcept .imageRight {
    margin: 0 0 25px;
  }
  .topConcept .linkBtn {
    margin-left: auto;
  }
}

/*-----------------------------
アクセス
------------------------------*/
.access.sec01 table th {
  font-family: "Noto Serif JP", serif;
  background: #635845;
  color: #fff;
}
.access.sec01 iframe {
  width: 100%;
  height: 350px;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
メニュー
------------------------------*/
.menu.sec01 .imageLeft {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.menu.sec01 .imageRight {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.menu.sec01 h3 {
  font-size: var(--rem40);
  font-weight: 500;
  color: #635845;
  padding-bottom: 18px;
  border-bottom: 1px solid #635845;
}
.menu.sec01 table th {
  font-family: "Noto Serif JP", serif;
  background: #635845;
  color: #fff;
  width: 50px;
}
.menu.sec01 table td {
  width: 50%;
}

@media print, screen and (max-width: 768px) {
  .menu.sec01 .imageLeft {
    margin: 0 0 25px;
  }
  .menu.sec01 .imageRight {
    margin: 0 0 25px;
  }
}

/*-----------------------------
リラスパの魅力/Q&A
------------------------------*/
body.page-charm #content.wide {
  padding-top: 0;
}

.charm.sec01 {
  background: url(/wp-content/uploads/bg01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.charm.sec01 ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  gap: 50px;
}
.charm.sec01 h3 {
  text-align: center;
  font-weight: 500;
  font-size: var(--rem30);
  color: #635845;
  margin-top: 25px;
}

.charm.sec02 .wrap {
  display: grid;
  gap: 14px;
}
.charm.sec02 .faq-item {
  overflow: clip;
}
.charm.sec02 .faq-item > summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  outline: none;
  background: #635845;
  color: #fff;
  padding: 16px 20px;
}
.charm.sec02 .faq-item > summary::-webkit-details-marker { display: none; }
.charm.sec02 .q {
  font-weight: 500;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1;
}
.charm.sec02 .q-text {
  font-weight: 500;
  font-size: var(--rem18);
}
.charm.sec02 .toggle {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.charm.sec02 .toggle::before,
.charm.sec02 .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform .28s ease;
}
.charm.sec02 .toggle::after { transform: rotate(90deg); }
.charm.sec02 .faq-item[open] .toggle::after { transform: rotate(90deg) scaleX(0); }

.charm.sec02 .a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease, padding .32s ease, margin .32s ease;
  padding-left: 40px;
  margin-top: 0;
}
.charm.sec02 .a-wrap > div { min-height: 0; overflow: hidden; }
.charm.sec02 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

.charm.sec02 .faq-item[open] .a-wrap {
  grid-template-rows: 1fr;
  padding-bottom: 6px;
}

@media print, screen and (max-width: 768px) {
  .charm.sec01 ul {
    grid-template-columns: repeat(1,1fr);
  }
}

/*-----------------------------
スタッフ募集
------------------------------*/
body.page-staff #content.wide {
  padding-top: 0;
}

.staff.sec01 {
  background: url(/wp-content/uploads/bg01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.staff.sec01 h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: var(--rem40);
  color: #635845;
  margin-bottom: 35px;
}

.staff.sec02 table th {
  font-family: "Noto Serif JP", serif;
  background: #635845;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .staff.sec01 h3 {
    font-size: var(--rem48);
  }
}


/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
  border: none;
}
body.page-contact .post table th {
  background: #635845;
  color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff;
  padding: 20px;
  background: #635845;
  width: 100%;
  border-radius: 0;
}
.post .subimitarea .linkBtn::after {
  display: none!important;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1024px) {
  .u-visible-pc {
    display: block!important;
  }
  .u-visible-pc #header {
    display: none!important;
  }
  #mainImg {
    margin-top: 0!important;
  }
}

@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  #sp-header {
    background: linear-gradient(90deg,rgba(1, 1, 1, 1) 0%, rgba(52, 41, 35, 1) 100%);
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a {
    font-family: "Noto Serif JP", serif;
    color: #635845;
  }
  #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a {
    color: #635845;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  body.mobile #header .logo img {
    max-width: 180px;
  }

  .cta a::before {
    font-size: 1em;
  }
  .cta a.telLink {
    font-size: 18px;
  }
  .cta a.mailLink {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}