@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html body * {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

body {
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/haikei.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body::after, body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body::before {
  -webkit-backdrop-filter: sepia(0.4);
          backdrop-filter: sepia(0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
body:after {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.body_flex {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .body_flex {
    display: flex;
    justify-content: right;
    max-width: 800px;
  }
}

@media screen and (min-width: 700px) {
  #body_wrap {
    position: absolute;
    left: 0;
    width: 500px;
  }
}

body .right_block {
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
  display: none;
  z-index: 1;
  width: 200px;
  height: 570px;
  padding: 2rem 1rem;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (min-width: 700px) {
  body .right_block {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  body .right_block {
    margin-left: 6rem;
  }
}
body .right_block .logo_img {
  margin-bottom: 1rem;
}
body .right_block .logo_img img:first-child {
  padding: 0 10px;
  vertical-align: bottom;
}
body .right_block .logo_img_insta {
  padding: 0.5rem 3.5rem;
}
@media screen and (min-width: 700px) {
  body .right_block .l-header__gnav {
    display: block !important;
  }
}
body .right_block .c-gnav {
  display: block;
  margin-bottom: 1.5rem;
  text-align: left;
}
body .right_block .c-gnav .menu-item > a {
  padding: 1rem 0;
  border-bottom: 1px dotted #ff969a;
  color: #C63F4F;
}
body .right_block .c-gnav .menu-item > a::after {
  display: none;
}
body .right_block .c-gnav .menu-item > a .ttl {
  font-size: 1rem;
  font-weight: bold;
}
body .right_block p {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #C63F4F;
  font-weight: bold;
}

#content {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.-series .l-header__inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 700px) {
  .-series .l-header__inner {
    display: none;
  }
}
.-series .l-header__inner .l-header__item {
  display: flex;
}
.-series .l-header__inner .l-header__item .w-header__inner {
  display: flex;
  margin-right: 2rem;
}
.-series .l-header__inner .l-header__item .w-header__inner .w-header__item {
  width: 2rem;
  margin-left: 1.5rem;
}
.-series .l-header__inner .l-header__item .w-header__inner .w-header__item img {
  vertical-align: text-top;
}
.-series .l-header__inner .c-iconBtn__icon {
  color: #C63F4F;
  font-size: 2rem;
}

.l-fixHeader {
  left: 50%;
  transform: translate(-50%, 0) !important;
  max-width: 500px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 700px) {
  .l-fixHeader {
    display: none;
  }
}
.l-fixHeader .l-fixHeader__inner {
  align-items: center;
}
.l-fixHeader .l-fixHeader__inner .w-header {
  display: none;
}
.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav {
  display: flex;
  align-items: center;
}
.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav .w-header.pc_fix {
  display: block;
}
.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav .w-header.pc_fix .w-header__inner {
  display: flex;
  margin-right: 2rem;
}
.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav .w-header.pc_fix .w-header__inner .w-header__item {
  width: 2rem;
  margin-left: 1.5rem;
}
.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav .w-header.pc_fix .w-header__inner .w-header__item img {
  vertical-align: text-top;
}
.l-fixHeader .l-fixHeader__inner .c-iconBtn__icon {
  font-size: 2rem;
}

.p-spMenu {
  z-index: 102;
}

[data-scrolled=true] .l-fixHeader[data-ready] {
  transform: translate(-50%, 0) !important;
}

@media screen and (min-width: 961px) {
  .p-spMenu {
    display: block !important;
  }
}
.p-spMenu .c-widget__title.-spmenu {
  background-color: #c63f4f;
}

.-frame-on .l-mainContent {
  padding: 0 3vw;
  background-color: #FDEDEE;
}
@media screen and (min-width: 960px) {
  .-frame-on .l-mainContent {
    padding: 0 32px;
  }
}

.home.-frame-on .l-mainContent,
.single.-frame-on .l-mainContent {
  background-color: #fff;
}

.post_content h2 {
  margin: 1.5em 0;
}

.mark_green {
  background: linear-gradient(transparent 0%, var(--color_mark_green) 0%);
}

.mark_yellow {
  background: linear-gradient(transparent 0%, var(--color_mark_yellow) 0%);
}

.l-footer__widgetArea {
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .w-footer__box {
    padding-bottom: 0;
  }
}

.l-content {
  padding-top: 0;
}
@media screen and (min-width: 600px) {
  .l-content {
    padding-top: 0;
  }
}

h1.c-pageTitle {
  display: flex;
  justify-content: center;
  width: 180px;
  height: 116px;
  padding: 1rem 0;
  border: none !important;
  background-image: url(../assets/images/single-ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
h1.c-pageTitle .c-pageTitle__inner {
  border: none !important;
  float: none;
}

.l-mainContent__inner > .post_content {
  margin-top: 2em;
}

.single .l-mainContent {
  padding-top: 60px;
}
.single .l-mainContent .c-postTitle__ttl {
  padding: 0 var(--swl-pad_post_content, 0);
  color: #C63F4F;
}
.single .l-mainContent .l-mainContent__inner > .post_content {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #FE969A;
}

.event_block,
.taiken_block {
  position: relative;
}

.post_content .is-style-section_ttl.ribbon_pink {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  padding: 1rem 2rem;
  color: #fff;
  background-image: url(../assets/images/ribon-p.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.post_content .is-style-section_ttl.ribbon_yellow {
  position: absolute;
  top: -30px;
  width: 100%;
  padding: 1rem 2rem;
  color: #fff;
  background-image: url(../assets/images/ribon-y.png);
  background-repeat: no-repeat;
  background-size: contain;
}

footer .adoress {
  line-height: 1.4;
}
footer .adoress span {
  font-size: 0.8rem;
}
footer p.bold {
  font-weight: bold;
}

.single_top {
  position: relative;
  height: 130px;
  background-image: url(../assets/images/single-sample.png);
  background-size: cover;
}
.single_top .single_ttl {
  position: absolute;
  top: 98px;
  width: 300px;
  padding: 1rem 2rem;
  background-image: url(../assets/images/single-ribon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.top_table th {
  width: 110px !important;
  height: 65px;
  border: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.top_table tr:first-child th {
  border-bottom: 2px dotted #ff969a;
}
.top_table tr:first-child td {
  border-bottom: 2px dotted #ff969a;
}

.top_table td {
  border: none;
  color: #C63F4F;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: middle;
}
.top_table td span {
  font-size: 0.8rem;
  font-weight: normal;
}

.greeting {
  padding: 1em 2em;
}
.greeting .wp-block-cover__inner-container::before, .greeting .wp-block-cover__inner-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../assets/images/decoration.svg);
  background-repeat: no-repeat;
}
.greeting .wp-block-cover__inner-container::after {
  transform: rotate(180deg);
}
.greeting .wp-block-cover__inner-container p {
  padding: 0.5rem 0;
}

.calendar {
  padding-top: 90px;
  margin-bottom: 80px;
  background-color: #f6f5f3;
}
.calendar h3.is-style-section_ttl {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.calendar .eo-fullcalendar {
  position: relative;
}
.calendar .eo-fullcalendar .fc-toolbar {
  height: 0;
}
.calendar .eo-fullcalendar .fc-toolbar .fc-left {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.calendar .eo-fullcalendar .fc-toolbar .fc-left h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
}
.calendar .eo-fullcalendar .fc-toolbar .fc-left h2::before {
  display: none;
}
.calendar .eo-fullcalendar .fc-toolbar .fc-button-group:nth-child(1) {
  position: absolute;
  top: -65px;
  left: 15%;
}
.calendar .eo-fullcalendar .fc-toolbar .fc-button-group:nth-child(2) {
  position: absolute;
  top: -65px;
  right: 15%;
}
.calendar .eo-fullcalendar .fc-toolbar .fc-button-group:last-child {
  display: none;
}
.calendar .eo-fullcalendar .fc-view > table thead {
  background: none;
}
.calendar .eo-fullcalendar .fc-view > table thead .fc-day-header {
  color: #2a2a2a;
}
.calendar .eo-fullcalendar .fc-view > table td,
.calendar .eo-fullcalendar .fc-view > table th {
  border: none;
}
.calendar .eo-fullcalendar .fc-view > table > tbody {
  background: none;
}
.calendar .eo-fullcalendar .fc-view > table > tbody .fc-day-number {
  color: #2a2a2a;
  text-align: center;
  font-weight: bold;
}
.calendar .eo-fullcalendar .fc-view > table > tbody .fc-sun {
  color: #ff8d9a;
}
.calendar .eo-fullcalendar .fc-view > table > tbody .fc-sat {
  color: #86b7df;
}
.calendar .eo-fullcalendar .fc-view > table > tbody .fc-time {
  display: none;
}
.calendar .eo-fullcalendar .fc-view > table > tbody a.eo-event-cat-closed {
  text-align: center;
  pointer-events: none;
}
.calendar .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: none;
}

.event_block .swell-block-fullWide__inner {
  padding: 0 1rem;
}
.event_block .p-postList {
  justify-content: center;
  padding: 5rem 0;
}

ul.eo-events {
  display: flex;
  gap: 2rem;
  overflow-x: scroll;
  padding-top: 2rem;
  padding-bottom: 2rem;
  list-style-type: none;
  padding-right: var(--swl-list-padding--left);
}
@media screen and (max-width: 600px) {
  ul.eo-events {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
ul.eo-events li {
  flex: 0 0 320px;
  padding: 1rem;
  border-radius: 20px;
  background: #fcf0f0;
  box-shadow: 6px 6px 12px #dbd1d1, -6px -6px 12px #ffffff;
}
@media screen and (min-width: 600px) {
  ul.eo-events li {
    flex: 0 0 400px;
  }
}
ul.eo-events li .is-style-section_ttl {
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #C63F4F;
  color: #C63F4F;
  text-align: left;
}
ul.eo-events li p {
  margin-bottom: 1rem;
  color: #C63F4F;
  font-size: 1.2rem;
}
ul.eo-events li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  ul.eo-events li img {
    height: 360px;
  }
}

ul.no_event {
  display: block;
  overflow: auto;
}

div[data-partsid="32"],
div[data-partsid="34"] {
  padding: 5rem 2rem 0;
}
div[data-partsid="32"] .pink_btn > div,
div[data-partsid="34"] .pink_btn > div {
  display: flex;
  gap: 10px;
}
div[data-partsid="32"] .pink_btn > div p,
div[data-partsid="34"] .pink_btn > div p {
  width: 95px;
  border: 1px solid #FE969A;
  border-radius: 15px;
  text-align: center;
  line-height: 1.7;
}
div[data-partsid="32"] .intr_txt,
div[data-partsid="34"] .intr_txt {
  padding: 0 5%;
}
div[data-partsid="32"] .info_drop .swell-block-accordion__title,
div[data-partsid="34"] .info_drop .swell-block-accordion__title {
  background-color: #F4B201;
  text-align: center;
  color: #fff;
}
div[data-partsid="32"] .info_drop .swell-block-accordion__body,
div[data-partsid="34"] .info_drop .swell-block-accordion__body {
  border: 1px solid #F4B201;
  border-radius: 0px 0px 8px 8px;
  background-color: #FFFDF7;
  color: #F2696F;
}
div[data-partsid="32"] .info_drop .swell-block-accordion__body a,
div[data-partsid="34"] .info_drop .swell-block-accordion__body a {
  color: #F2696F;
}

div[data-partsid="34"] {
  padding: 1rem 2rem;
}

.products_block {
  padding: 5rem 2rem 3rem;
}
.products_block h3.is-style-section_ttl {
  width: 90%;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #CCB297;
  margin-bottom: 1.5rem;
}
.products_block h3.is-style-section_ttl span {
  font-size: 1.2rem;
}
.products_block img {
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.art_block {
  padding: 1rem 2rem;
}
.art_block h3.is-style-section_ttl {
  width: 90%;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #CCB297;
  margin-bottom: 1.5rem;
}
.art_block h3.is-style-section_ttl span {
  font-size: 1.2rem;
}
.art_block img {
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.category_list .-type-card .p-postList__link {
  display: flex;
  flex-direction: row-reverse;
  height: 60px;
  border: 1px solid #EDD9EA;
  border-radius: 10px;
  background-color: #fff;
}
.category_list .-type-card .p-postList__link .p-postList__thumb {
  width: 35%;
  box-shadow: none;
}
.category_list .-type-card .p-postList__link .p-postList__thumb figure {
  height: 60px;
  border-radius: 10px;
}
.category_list .-type-card .p-postList__link .p-postList__body {
  display: flex;
  align-items: center;
  width: 65%;
  padding: 1rem 0 1rem 1rem;
  color: #926E46;
}

.single_top.blog_top {
  height: 170px;
  background-image: url(../assets/images/blog-top.jpg);
  background-position: center;
}
.single_top.blog_top .single_ttl {
  top: 138px;
}

.blog_block {
  padding: 5rem 2rem 3rem;
}

.blog_text .c-postTitle {
  margin-bottom: 2rem;
}

.blog_list .c-pageTitle__subTitle {
  display: none;
}
.blog_list [class*=page-numbers].current {
  background-color: #fe969a;
}

.page-id-2 .l-mainContent__inner > .post_content {
  margin-top: -3rem;
}

.tenpo_info table {
  border-radius: 8px;
  background-color: #fff;
}
.tenpo_info table th {
  width: 25% !important;
  border: none;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tenpo_info table td {
  border: none;
  color: #C63F4F;
}

.line_btn .swell-block-columns__inner {
  align-items: center;
  max-width: 430px;
  margin: 0 auto;
}
.line_btn .swell-block-columns__inner p {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed #C63F4F;
  margin: 0 auto;
}

.event-template-default .l-content {
  background-color: #fff;
}
.event-template-default .l-content .event_intro {
  display: flex;
  align-items: center;
  padding: 0 3vw;
}
@media screen and (min-width: 960px) {
  .event-template-default .l-content .event_intro {
    padding: 0 32px;
  }
}
.event-template-default .l-content .event_intro .c-pageTitle.event_ttl {
  flex: 0 0 128px;
  height: 83px;
}
@media screen and (min-width: 600px) {
  .event-template-default .l-content .event_intro .c-pageTitle.event_ttl {
    flex: 0 0 180px;
    height: 116px;
  }
}
.event-template-default .l-content .event_intro p {
  display: flex;
  align-items: center;
  height: 82px;
  padding: 0 1rem;
  background-color: rgba(249, 168, 190, 0.15);
  color: #F77F9F;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .event-template-default .l-content .event_intro p {
    height: 116px;
  }
}
.event-template-default .l-content .entry-content {
  margin-bottom: 3rem;
}
.event-template-default .l-content .entry-content .entry-title {
  margin-bottom: 5px;
  color: #C63F4F;
  font-size: 18px;
}
.event-template-default .l-content .entry-content .eventorganiser-event-meta hr:first-child {
  border: #C63F4F dashed 1px;
  margin-bottom: 1rem;
}
.event-template-default .l-content .entry-content .eventorganiser-event-meta hr:last-child {
  display: none;
}
.event-template-default .l-content .entry-content .eventorganiser-event-meta h4 {
  display: none;
}
.event-template-default .l-content .entry-content .eventorganiser-event-meta .eo-event-meta li {
  font-size: 1.3rem;
  color: #C63F4F;
}
.event-template-default .l-content .entry-content .eventorganiser-event-meta .eo-event-meta li:last-child {
  display: none;
}
.event-template-default .l-content .entry-content .eventorganiser-event-meta .eo-event-meta li strong {
  display: none;
}
.event-template-default .l-content .others {
  padding: 2em;
  background-color: #fff7f7;
}
.event-template-default .l-content .others .entry-title {
  margin-bottom: 5px;
  color: #C63F4F;
  font-size: 18px;
}
.event-template-default .l-content .others ul.eo-events {
  gap: 1rem;
  padding-top: 0;
  padding-bottom: 1.5rem;
}
.event-template-default .l-content .others ul.eo-events li {
  flex: 0 0 270px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px #dbd1d1;
}
.event-template-default .l-content .others ul.eo-events li .is-style-section_ttl,
.event-template-default .l-content .others ul.eo-events li p {
  margin-bottom: 0.5rem;
}
.event-template-default .l-content .others ul.eo-events li p {
  font-size: 0.8rem;
}
.event-template-default .l-content .others ul.eo-events li img {
  height: 80px;
}

.event-template-default.single .l-mainContent {
  padding-top: 30px;
}/*# sourceMappingURL=labeille-style.css.map */