@charset "utf-8";
/* CSS Document */
#sp_menu_btn, .l-header__menuBtn, #menu {
  display: none;
}
body {
	font-family: 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.post_content > .wp-block-group {
  padding-top: 7em;
  padding-bottom: 7em;
  margin: 0;
}
.post_content > .wp-block-group#mainv, .post_content > .wp-block-group#read, .post_content > .wp-block-group#foryou {
  padding: 0;
}
header.l-header {
  background: #F6E9E4;
}
#body_wrap header.l-header .c-catchphrase, .lp-content .post_content #footer h2 {
  font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0;
  line-height: 1;
}
#body_wrap header.l-header .c-catchphrase {
  color: #E29393;
  display: block;
}
#body_wrap header.l-header h1 {
  font-weight: normal;
}
.lp-content .post_content p {
  font-size: 120%;
}
.lp-content .post_content h2 {
  color: #E29993;
  font-size: 2.5rem;
  margin: 2em 0 1em;
}
.lp-content .post_content h3 {
  font-size: 1.7rem;
  margin: 2em 0 1em;
  margin-bottom: 1em !important;
}
.lp-content .post_content h4 {
  font-size: 1.5rem;
  margin: 2em 0 1em;
}
.lp-content .post_content > .wp-block-group {
  position: relative;
}
.lp-content .post_content #taisha figure.ill {
  width: 160px;
  position: absolute;
  bottom: 0;
  right: 170px;
}
.lp-content .post_content #taisha {
  background: url(../../../../uploads/bg_taisha.jpg) no-repeat top;
  background-size: cover;
}
.lp-content .post_content #concie { 
  background: linear-gradient(
    171deg,
    #f4e6e3 0%,
    #f4e6e3 12%,
    #ffffff 12%,
    #ffffff 100%
  );
}
.lp-content .post_content #senmon {
    background: linear-gradient(172deg, #f4e6e3 0%, #f4e6e3 35%, #ffffff 35%, #ffffff 100%);
}
.lp-content .post_content #concie h3, .lp-content .post_content #senmon h3 {
  color: #A9942A;
}
.lp-content .post_content #shukan { 
  background: linear-gradient(
    183deg,
    #f4e6e3 0%,
    #f4e6e3 15%,
    #ffffff 15%,
    #ffffff 100%
  );
}
.lp-content .post_content #foryou .wp-block-cover__inner-container {
  margin: 4em 0 !important;
}
.lp-content .post_content #price .has-background {
  max-width: 1000px;
  border-radius: 20px;
  margin: 0 auto 0.5em;
}
.lp-content .post_content #price .ten {
  width: 60%;
  margin: auto;
  max-width: 600px;
}
.lp-content .post_content #price .price {
  font-size: 140%;
}
.lp-content .post_content #price .price strong {
  font-size: 180%;
}
.lp-content .post_content #price .ex {
  color: #e29393;
  text-align: center;
}
.lp-content .post_content #price .ex > div {
  /* display: inline-block;
  text-align: left; */
}
.lp-content .post_content #price .ex > div p {
  font-weight: 500;
  font-size: 160%;
  line-height: 1.4;
}
.lp-content .post_content #price .ex > div p em {
  background: #fff9e6;
  padding: 15px 15px 10px;
  border-radius: 10px;
  margin-left: 10px;
}
.lp-content .post_content #price .ex > div p small {
  opacity: 1;
  font-size: 70%;
}
.lp-content .post_content #price .ex .swell-block-column p {
  background: #fff9e6;
  border-radius: 50%;
  font-size: 110%;
  min-height: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.lp-content .post_content #senmon .swell-block-column.intro {
  background: #fff;
  border: solid 1px #E29993;
}
.lp-content .post_content #senmon .swell-block-column.intro h3 {
  font-weight: 500;
  color: #E29993;
}
.lp-content .post_content #senmon .swell-block-column.intro h4 {
  font-weight: 500;
  color: #A9942A;
}
.lp-content .post_content #qa .swell-block-accordion__item {
	margin-bottom: 2em;
	background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.lp-content .post_content #qa .swell-block-accordion__title {
	background: #fff;
	padding: 1.5em 1.5em 1.2em;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.lp-content .post_content #qa .swell-block-accordion__title:hover {
	background: rgb(255 240 201);
}
.lp-content .post_content #qa .swell-block-accordion__label strong {
  padding: 13px 17px 15px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.lp-content .post_content #qa .swell-block-accordion__label {
  padding-left: 50px;
  font-size: 1.2rem;
  font-weight: 500;
}
.lp-content .post_content #qa .swell-block-accordion__label strong {
  background: #E29993;
  color: #fff;
}
.lp-content .post_content #qa .swell-block-accordion__body p {
  margin: 0 0 0 58px;
}
.lp-content .post_content #cta {
  background: url(../../../../uploads/bg_cta.jpg) no-repeat top;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}
.lp-content .post_content #cta .has-white-background-color {
  max-width: 700px;
  padding: 3em 0;
  margin: auto;
}
.lp-content .post_content #cta h3 {
  position: relative;
  margin: 1em 0 0.5em;
}
.lp-content .post_content #cta h3 strong {
  background: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 10;
}
.lp-content .post_content #cta h3::after {
  content: "";
  width: 70%;
  height: 1px;
  display: block;
  background: #E29993;
  position: absolute;
  left: 15%;
  top: 0.6em;
}
.lp-content .post_content #cta p.tel {
  margin-bottom: 0;
  line-height: 1;
}
.lp-content .post_content #footer p {
  font-size: 100%;
}
.lp-content .post_content #footer .wp-block-image img {
    vertical-align: bottom;
    border: solid #f4e9e5 5px;
}
#cta_nav {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 500px;
  display: flex;
  height: 70px;
}
#cta_nav li {
  margin-left: 1em;
  line-height: 1;
  text-align: center;
  position: relative;
}
#cta_nav li.form {
  top: 8px;
}
#cta_nav li.tel {
  top: 8px;
}
.tel span, .tel a {
  font-size: 2rem;
  font-weight: 500;
  color: #E29993;
  background: url(../../../../uploads/icon_tel_pink.svg) no-repeat left center;
  background-size: 20px;
  padding-left: 26px;
}
.tel span {
  font-size: 3rem !important;
  background: url(../../../../uploads/icon_tel_pink.svg) no-repeat left center;
  background-size: 30px;
  padding-left: 40px;
}
.tel p {
  font-size: 80%;
}
header .c-gnav>.menu-item>a {
  line-height: 1.2;
  letter-spacing: -1px;
}
header .c-gnav>.menu-item>a:after {
  background:#E29993;
  height: 1px;
}
.swell-block-button.-size-l {
  margin-bottom: 1em;
}
.swell-block-button.-size-l a {
  max-width: 550px;
  min-width: unset;
  width: 100%;
  padding: 25px 10px 20px;
  font-size: 125%;
}
@media all and (min-width: 959px){
  #cta_nav_sp {
    display: none;
  }
  #body_wrap header.l-header h1 {
    font-size: 0;
  }
  .lp-content .post_content #read .wp-block-media-text__media {
      margin-left: calc(50% - 32vw);
  }
  .lp-content .post_content #concie .swell-block-column {
    display: flex;
    flex-direction: column;
  }
  .lp-content .post_content #concie .swell-block-column h3, .lp-content .post_content #senmon .swell-block-column h3 {
    margin-bottom: auto;
  }
  .lp-content .post_content #concie .swell-block-column p {
    margin-top: auto;
  }
  .lp-content .post_content #senmon .swell-block-column figure {
    margin-top: 25%;
  }
  .lp-content .post_content #concie .swell-block-columns {
    margin-bottom: 0;
  }
  .lp-content .post_content #concie .swell-block-columns {
    margin: -3em 0;
  }
  .lp-content .post_content #concie .swell-block-columns:nth-child(even) {
    position: relative;
    left: 10vw;
  }
  .lp-content .post_content #shukan .swell-block-column:nth-child(2) {
    margin-top: 20%;
  }
  .lp-content .post_content #concie .swell-block-columns:nth-child(2) {
    left: 0;
    margin: 4em 0;
  }
  .lp-content .post_content #flow .swell-block-columns__inner > .swell-block-column:nth-child(n+4) {
    display: flex;
    justify-content: center;
  }
  .lp-content .post_content #flow .swell-block-columns__inner > .swell-block-column:nth-child(4) {
    margin-left: 21%;
  }
  .full_r {
		margin-right: calc(50% - 40vw);
	}
	.full_l {
		margin-left: calc(50% - 40vw);
	}
  header.-series-right .c-gnavWrap {
    margin-left:unset;
    margin-right: auto;
    height: 70px;
  }
  header.l-header {
    position: fixed;
    height: 70px;
  }
  #body_wrap .lp-content {
    margin-top: 70px;
  }
}
@media all and (max-width: 959px){
  #body_wrap header.l-header .c-catchphrase {
    float: left;
  }
  #body_wrap header.l-header #logo, .lp-content .post_content #taisha figure.ill {
    display: none;
  }
  #body_wrap header.l-header h1 {
    position: absolute;
    width: calc(100% - 140px);
    margin-left: 1em;
    font-size: 0.8rem;
    height: 48px;
    display: flex !important;
    align-items: center;
    line-height: 1.3;
    top: 0;
    left: 120px;
  }
  #cta_nav_sp {
    position: fixed;
    right: 0;
    top: 0;
    height: 90px;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    z-index: 1000;

		top: unset;
		bottom: -100px;
		width: 100%;
		height: 70px;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	[data-scrolled="true"] #cta_nav_sp {
		bottom: 0;
	}
	#cta_nav_sp li {
		width: 50%;
	}
  #cta_nav_sp li p {
    margin-bottom: 0.3em;
  }
	#cta_nav_sp li a {
    width: 95%;
	}
  #cta_nav_sp li a span {
    font-size: 3.5vw;
    line-height: 1.3;
  }
  .lp-content .post_content > .wp-block-group.alignfull {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .lp-content .post_content #footer {
    padding-bottom: 6em;
  }
}
@media all and (max-width: 768px){
  .post_content > .wp-block-group {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .lp-content .post_content h2 {
    font-size: 6vw;
  }
  .lp-content .post_content h3 {
    font-size: 5vw;
    text-align: center;
  }
  .lp-content .post_content p {
    font-size: 110%;
  }
  .lp-content .post_content #mainv {
    left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
    width: calc(100vw - var(--swl-scrollbar_width, 0px));
  }
  .lp-content .post_content #taisha figure.ill {
    width: 20%;
    bottom: -8vw;
    right: 2vw;
  }
  .lp-content .post_content #concie .swell-block-columns:nth-child(n+3) figure {
    width: 80%;
    margin: auto;
  }
  .lp-content .post_content #foryou {
    background: url(../../../../uploads/recommend-back_sp.jpg) no-repeat bottom center #e8eeef;
    background-size: 100%;
  }
  .lp-content .post_content #foryou .wp-block-cover {
    display: none;
  }
  .alignfull>.wp-block-group__inner-container>* {
    margin-bottom: 1em;
  }
  .swell-block-button.-size-l a {
    font-size: 115%;
  }
  .lp-content .post_content #price .ex > div p {
    font-size: 140%;
    line-height: 1.2;
}
  .lp-content .post_content #price .ex > div p em {
    display: block;
    margin-top: 0.3em;
  }
  .lp-content .post_content #price .ex .swell-block-column:last-child p {
    position: relative;
    left: 50%;
    top: -0.5em;
  }
  .lp-content .post_content #senmon .swell-block-column.intro {
    padding: 1.5em !important;
  }
  .lp-content .post_content #cta .has-white-background-color {
    padding: 2em 4vw;
  }
}
@media all and (min-width: 768px) and (max-width: 960px) {
  .lp-content .post_content #concie .pc_only {
    display: block !important;
  }
  .lp-content .post_content #concie .sp_only {
    display: none !important;
  }
  #body_wrap header.l-header h1 {
    left: 150px;
  }
  .post_content > .wp-block-group {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #cta_nav_sp {
    height: 90px;
  }
  #cta_nav_sp li a span {
    font-size: 2.5vw;
  }
  .lp-content .post_content #price figure.size_s.sp_only {
    max-width: 400px;
    margin: auto;
    width: 60%;
  }
}
@media all and (max-width: 1350px) {
  #gnav .menu-lp-nav {
    display: none;
  }
}