@charset "utf-8";
html {
  scroll-behavior: smooth;
}
/* ==========
header
==========*/
.l-header__bar {
  display: none;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 17px;
}
.c-widget__title.-spmenu {
  display: none;
}
.-body-solid .p-breadcrumb.-bg-on {
  box-shadow: none;
}
.p-breadcrumb.-bg-on {
  background: #34a09d;
  color: #fff;
}
.c-gnav a::after {
  background: #fdde59;
}

.p-mainVisual{
	padding-bottom:100px;
}

/* ==========
見出し
==========*/
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	background: #93ccca;
	
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	border-top: solid 2px #93ccca;
    border-bottom: solid 2px #93ccca;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	background: repeating-linear-gradient(90deg, #93ccca 0%, #93ccca 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}
.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	border-left: solid 2px #93ccca;
}

/* ==========
吹き出し
==========*/
.is-style-balloon_box{
	background-color: #93ccca;
}
.is-style-balloon_box:before{
	border-top: 12px solid  #93ccca;
}

/* ==========
mainvisual
==========*/
.p-mainVisual__inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/hirameki.png);
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 70px;
  width: 5%;
  height: 120px;
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
  z-index: 10;
  right: 6%;
  top: 5%;
}
.p-mainVisual__inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/pc-phone.png);
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 150px;
  width: 7%;
  height: 130px;
  animation: scale 1.5s ease-in-out infinite alternate-reverse;
  animation-delay: 0.5s;
  z-index: 10;
  left: 20%;
  bottom: 20px;
}
@keyframes floating-y {
  0% {
    transform: translateY(5%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-5%);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 959px) {
  .p-mainVisual__inner::before {
    width: 60px;
    height: 110px;
    animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
    z-index: 10;
    right: 44%;
    top: 24%;
  }
  .p-mainVisual__inner::after {
    width: 100px;
    height: 100px;
    animation: scale 1.5s ease-in-out infinite alternate-reverse;
    animation-delay: 0.5s;
    z-index: 10;
    left: 44%;
    bottom: 25%;
  }
}
@media screen and (max-width: 470px) {
  .p-mainVisual__inner::before {
    width: 40px;
    height: 80px;
    animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
    z-index: 10;
    right: 44%;
    top: 24%;
  }
  .p-mainVisual__inner::after {
    width: 70px;
    height: 70px;
    animation: scale 1.5s ease-in-out infinite alternate-reverse;
    animation-delay: 0.5s;
    z-index: 10;
    left: 44%;
    bottom: 25%;
  }
}

/* ==========
Top event
==========*/
.event-area {
  margin-bottom: 200px;
}
.right-layout {
  width: 100%;
}
.right-layout .p-postList {
  flex-wrap: nowrap;
}
.right-layout .p-postList__item {
  margin-bottom: 0;
}
.event-column {
  display: flex;
  align-items: center;
}
/* イベント吹き出し */
.event-bubble {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  box-sizing: content-box;
  padding: 30px 0;
  font-weight: bold;
  position: relative;
  margin-right: 50px;
  text-wrap: nowrap;
}
.event-bubble::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 3px;
  background-color: #f8728b;
  transform: rotate(170deg);
  bottom: -30px;
  left: 0;
}
.event-bubble::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 3px;
  background-color: #f8728b;
  transform: rotate(-170deg);
  top: -30px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .event-column {
    flex-direction: column;
  }
  .event-bubble {
    margin: 0;
  }
  .event-bubble::before {
    width: 40px;
    transform: rotate(55deg);
    bottom: 45px;
    left: -40px;
  }
  .event-bubble::after {
    width: 40px;
    transform: rotate(-55deg);
    top: auto;
    left: auto;
    bottom: 45px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .event-bubble {
    font-size: 22px;
  }
  .right-layout .-type-card .p-postList__item:nth-child(3) {
    display: none;
  }
.event-area {
  margin-bottom: 80px;
}
	.p-mainVisual{
		padding-bottom:0;
	}
}
@media screen and (max-width: 450px) {
  .right-layout .p-postList {
    flex-direction: column;
  }
}

/* ==========
category とび防止
==========*/
.p-articleMetas {
  display: none;
}

/* ==========
column用スライダー
==========*/
/* slickコンテナを画面全体に広げる */
.slick-posts.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 0 50px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #edfefd;
}

/* slick内部の投稿リストも全幅対応に */
.alignfull > .wp-block-cover__inner-container,
.alignfull > .wp-block-group__inner-container {
  max-width: 100%;
}
.slick-slide {
  transform: scale(0.8);
  transition: 0.5s;
}
.slick-active {
  transform: scale(1);
}
.slick-posts .p-postList {
  width: 100%;
}
.slick-prev,
.slick-next {
  display: none !important;
}
/* 矢印全体のコンテナ */
.custom-arrows {
  text-align: center;
  margin-top: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 10;
  padding-left: 10%;
}
.custom-arrows .arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #93ccca;
  border-radius: 50%;
  position: relative;
}
.custom-arrows .arrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-arrows .prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.custom-arrows .next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.column-title {
  margin-bottom: 60px !important;
}
.column-title .wp-block-heading {
  background-color: #93ccca;
  text-align: center;
  font-size: 40px;
}
.column-title .wp-block-heading::before {
  border-top: solid 2px #93ccca;
  border-bottom: solid 2px #93ccca;
}
.slick-posts .is-style-more_btn {
  width: 260px;
  margin-left: auto;
  margin-right: 10%;
}
.slick-posts .is-style-more_btn a {
  width: 260px;
  background: #93ccca;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .column-title .wp-block-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .slick-posts.alignfull {
    padding-bottom: 20px;
  }
  .custom-arrows {
    text-align: center;
    padding: 0;
    margin-left: 5%;
    bottom: 50px;
  }
  .custom-arrows .arrow {
    width: 40px;
    height: 40px;
  }
  .custom-arrows .arrow::before {
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  .slick-posts .-type-card .p-postList__item {
    margin-bottom: 0;
  }
  .slick-posts .is-style-more_btn {
    margin-right: 5%;
    margin-top: 20px;
    width: 160px;
  }
  .slick-posts .is-style-more_btn a {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
  }
}


.reference-room > .wp-block-group__inner-container{
	display: flex;
    gap: 5%;
}
@media screen and (max-width: 768px) {
	.reference-room > .wp-block-group__inner-container{
		flex-direction: column;
    	gap: 40px;
}
 .reference-room__item{
	width: 100%;
}
}
