@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*削除予定*/
#wpadminbar{
  display: none;
}
html{
  margin-top: 0 !important;
}
/*削除予定*/



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
*::selection {
	background: #2e1a09;
	color: #fff;
}
:root {
  --glid: 4.34vw;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 62.5%;
}


body{
  position: relative;
  margin: 0;
	padding: 0;
  text-align: left;
  font-family: YakuHanJPs,"Zen Kaku Gothic New","YuGothic",'Noto Sans JP',sans-serif;
  font-optical-sizing: auto;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure{
  margin: 0;
}

/*リンク*/
a{
  text-decoration: none !important;
  color: inherit !important;
  transition: .35s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover{
  text-decoration: none;
  cursor: pointer !important;
  opacity: .6;
}
a:visited {
	text-decoration: none;
}
a.child:hover {
	color: inherit;
}
a img {
	transition: 0.6s ease-in-out;
}
p a {
	text-decoration: underline;
}


/*パーツ*/
p{
	color: #4F5A4C;
  font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 0;

}
h1, h2, h3, h4 {
  font-family: YakuHanJPs,"Shippori Antique B1","YuGothic",'Noto Sans JP',sans-serif;
	line-height: 1.35;
	font-size: 100%;
	letter-spacing: 0.1em;
  font-weight: 400 !important;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 500;
}

ul{
  padding: 0 0;
}
ul li{
  list-style: none;
  display: flex;
  border-style: none;
}


/*header*/
.l-header{
  position: fixed;
  top: 0;
  background: transparent;
  z-index: 8000;
  width: 100%;
    max-width: 500px;
    margin: 0 0 0 calc((100vw - 500px) * 2 / 3) !important;
}
.l-header__menuBtn.sp_{
  display: block !important;
}
.l-header__inner{
  padding: 0 20px;
  align-items: center !important;
}
.c-headLogo__img{
  width: 70px;
}
.l-header__gnav.c-gnavWrap{
  background-color: #F5F2ED;
  border-radius: 10px 0 0 10px;
  padding: 0 0 0 5px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.c-gnav{
  gap: 5px;
}
.c-gnav>.menu-item a{
  padding: 12px 25px;
  background: #124a0a;
  border-radius: 5px;
}
.c-gnav>.menu-item>a .ttl{
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.l-header__menuBtn.sp_{
  background-color: #F5F2ED;
  border-radius: 0 10px 10px 0;
}
.p-spMenu{
  display: block;
  width: 100%;
    max-width: 500px;
    margin: 0 0 0 calc((100vw - 500px) * 2 / 3) !important;
    z-index: 9000;
}
.p-spMenu__inner{
  width: 100% !important;
  max-width: 500px;
  margin: 0 0 0 calc((100vw - 500px) * 2 / 3) !important;
  height: 100dvh !important;      /* iOS対応 */
  height: 100vh !important;       /* fallback */
  top: 0;
  left: 0;                        /* 右から出る前提を解除 */
  right: auto;
  background: url("http://horijuku-tsuwano.com/wp-content/uploads/2026/02/horijuku-menu-bgimg.webp") no-repeat center / cover;


  /* 既存のスライドを殺す（重要） */
  transform: none !important;
  -webkit-transform: none !important;

  /* 上質フェード：opacity + わずかなスケール */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .32s ease,
    visibility 0s linear .32s,
    transform .32s ease;          /* scale用 */
  transform: scale(.985);         /* ごく薄く（嫌なら削除） */

  /* 既存box-shadowは好みで（全画面なら薄めでもOK） */
  box-shadow: 0 0 8px var(--swl-color_shadow);

  /* padding-topはロゴ分の余白、全画面でも活かすなら残す */
  padding-top: var(--logo_size_sp);

  position: fixed !important;     /* absolute→fixed にして全画面に安定表示 */
  z-index: 9999;                  /* 前面に */
  padding-top: 120px;
}

/* opened の時にフェードイン */
[data-spmenu="opened"] .p-spMenu__inner{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition:
    opacity .32s ease,
    visibility 0s linear 0s,
    transform .32s ease;
}
.p-spMenu__inner::before{
  background: transparent;
}

.p-spMenu__closeBtn{
  top: 12px;
  right: 20px !important;
}

.p-spMenu__body{
  padding: 0 50px 80px;
}
.p-spMenu__body::before{
  content: '';
  display: inline-block;
  width: 230px;
  aspect-ratio: 1000 / 356;
  background-image: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/spメニューロゴ.webp);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 50px;
}
.c-widget__title.-spmenu{
  display: none;
}
.p-spMenu__nav{
  margin: 150px 0 0 0;
  padding: 0;
}
.c-listMenu.c-listMenu li{
  font-family: YakuHanJPs, "Shippori Antique B1", "YuGothic", 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #4f5a4c;
}
.c-spnav a{
  border-bottom: 0;
}
.c-listMenu a{
  padding-left: 0;
}
.c-listMenu a:before{
  display: none;
}
#custom_html-2 .p-blogParts{
  width: 100%;
  max-width: 100%;
}
#sp_menu_bottom{
  margin-top: 50px;
}
.c-gnav>.menu-item>a:after{
  display: none;
}
.c-listMenu a:hover{
  background-color: inherit;
  transition: .35s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-header__customBtn.sp_{
  display: none !important;
}





/*fixed bottom*/
.fixed__menu__container{
  width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    left: calc((100vw - 500px) * 2 / 3);
    z-index: 9999;
    border-radius: 20px 20px 0px 0px;
    background: #F5F2ED;
    margin-bottom: 0 !important;
    padding: 20px 30px;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    transition:
    opacity 1s cubic-bezier(.22, 1, .36, 1),
    transform 1s cubic-bezier(.22, 1, .36, 1),
    filter 1s cubic-bezier(.22, 1, .36, 1);
  transform: translateY(0);
  filter: blur(0);
  will-change: opacity, transform, filter;
}
.fixed__menu__container.is-hidden{
  opacity: 0;
  transform: translateY(6px);
  filter: blur(1.5px);
}
.fixed__menu__container .wp-block-tiptip-hyperlink-group-block:nth-child(1){
  padding-right: 20px;
}
.fixed__menu__container .wp-block-tiptip-hyperlink-group-block:nth-child(2){
  border-left: 1px solid #707070;
  padding-left: 20px;
}
.fixed__newEvent{
  gap: 15px;
  align-items: center;
}
.fixed__new__event__icon{
  width: 20px;
  display: inline-flex;
}
.fixed__menu__text{
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #124a0a;
}
.fixed__line{
  padding: 12px 45px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #124a0a;
  border-radius: 30px;
}
.fixed__line_icon{
  width: 27px;
  display: inline-flex;
}
.fixed__line__text{
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}



/*first view*/
.p-mainVisual{
  height: 100vh !important;
  height: 100dvh !important;
  position: fixed;
  top: 0;
  left: 0;
}


/*main contents*/
.l-content, .l-article, .post_content{
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
  max-width: 100vw;
}

/*left contents*/
.top__left__contianer{
  width: calc((100vw - 500px) * 2/3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
.top__left__contianer > .wp-block-group{
  height: 100%;
}
.top__left__inner{
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  padding: 80px 0 50px;
  max-height: 1000px;
}
.top__left__inner > .wp-block-group{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.left__title{
  width: 130px;
  margin-left: auto;
}
.left__index__column{
}
.left__index__column{
  gap: 10px;
}
.left__index__text{
  font-family: YakuHanJPs,"Shippori Antique B1","YuGothic",'Noto Sans JP',sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #e5e5e5;
  width: fit-content;
}
.banner__01{
  margin-top: 50px !important;
}
.banner__02{
  margin-top: 10px !important;
}
.left__index__banner {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.left__index__banner img{
  border-radius: 10px;
}


/*right contents*/
.top__right__contianer{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  width: calc((100vw - 500px) * 1/3);
}
.top__right__inner{
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0 50px 50px;
  align-items: flex-end;
  justify-content: center;
}
.top__right__contianer > .wp-block-group{
  width: 100%;
  height: 100%;
}
.top__right__inner > .wp-block-group{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.right__text__column{
  gap: 20px;
}
.right__cat__text{
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #e5e5e5;
  width: fit-content;
}

/*center contents*/
.top__center__contianer{
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 0 0 calc((100vw - 500px) * 2/3) !important;
  padding-top: 50px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.top__center__contianer, .top__center__inner, .about__wrapper, .contents__inner{
  display: block !important;
}
.bg-image{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 0 0 calc((100vw - 500px) * 2/3) !important;
  height: 100vh;
  height: 100dvh;
}
.fv__wrapper{
  overflow: hidden;
}
.fv__circle01__inner, .fv__circle02__inner{
  display: block !important;
}
.fv__circle01__inner > .wp-block-group, .fv__circle02__inner > .wp-block-group{
  position: relative;
  width: 100%;
}
.fv__circle01__inner > .wp-block-group::before {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1 / 1;
  visibility: hidden; /* 見えないけど高さは確保 */
}
.fv__circle02__inner > .wp-block-group::before {
  content: "";
  display: block;
  width: 55%;
  aspect-ratio: 1 / 1;
  visibility: hidden; /* 見えないけど高さは確保 */
}
/* 左上の円形スライダー */
.circle-slider-01 {
  width: 60%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 10;
}
.circle-slider-01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右下の円形スライダー */
.circle-slider-02 {
  width: 57%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -95px;
  right: -75px;
  z-index: 10;
}
.circle-slider-02 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shiro-kumo-02{
  position: relative;
  z-index: 11;
  width: 45%;
  margin-top: 20px;
  margin-left: -70px;
  animation: cloud-float-shiro02 25s ease-in-out infinite;
  animation-delay: -5s;
  }
  @keyframes cloud-float-shiro02 {
  0%, 100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-10px, 8px);
  }
  65% {
    transform: translate(-20px, -5px);
  }
  }
.fv__logo__inner{
  margin-top: -55%;
  margin-left: 60%;
}
.kumo-01{
  position: relative;
  width: 95%;
  left: calc(5% + 30px);
  animation: cloud-float-back 20s ease-in-out infinite;
}
@keyframes cloud-float-back {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-20px, 5px);
  }
  50% {
    transform: translate(-30px, 0px);
  }
  75% {
    transform: translate(0px, 10px);
  }
}
.shiro-kumo-01{
  position: relative;
  left: 20%;
  z-index: 11;
  width: 75%;
  margin-top: -30px;
  animation: cloud-float-front 20s ease-in-out infinite;
  animation-delay: -5s; /* 開始タイミングをずらす */
}
@keyframes cloud-float-front {
  0%, 100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(10px, 5px);
  }
  60% {
    transform: translate(15px, 10px);
  }
  85% {
    transform: translate(0px, 5px);
  }
}
.horijuku-logo-tate{
  margin-top: 50px;
  margin-left: 5%;
  padding-right: 30px;
  position: relative;
  width: 95%;
}
.fv__center__inner{
  margin-top: 30px;
  position: relative;
}
.kumo-02{
  position: relative;
  z-index: 1;
  width: 40%;
  margin-left: 60px;
  animation: cloud-float-kumo02 20s ease-in-out infinite;
}
@keyframes cloud-float-kumo02 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, -8px);
  }
  66% {
    transform: translate(8px, -12px);
  }
}
.circle-center{
  width: 20%;
  margin-top: -70px;
  margin-left: 40px;
  position: relative;
  z-index: 10;
}
.shiro-kumo-03{
  width: 32%;
  margin-top: -20px;
  margin-left: -20px;
  animation: cloud-float-shiro03 15s ease-in-out infinite;
  animation-delay: -15s;
  position: relative;
  z-index: 11;
}
@keyframes cloud-float-shiro03 {
  0%, 100% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(-12px, 6px);
  }
  70% {
    transform: translate(-18px, -4px);
  }
}
.fv__circle02__inner{
  position: relative;
}
.fv__copy__body{
  padding-top: 40px;
  margin-left: 50px !important;
  font-weight: 700;
  line-height: 2;
  font-size: 2rem;
  color: #0A2406;
  letter-spacing: 0.1em;
}
.shiro-kumo-04{
  position: relative;
  z-index: 11;
  top: -30px;
  right: 60px;
  width: 30%;
  margin-left: auto !important;
  animation: cloud-float-shiro04 15s ease-in-out infinite;
  animation-delay: -15s;
}
@keyframes cloud-float-shiro04 {
  0%, 100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-10px, 8px);
  }
  65% {
    transform: translate(-20px, -5px);
  }
}


.new__wrapper{
  position: relative;
  padding-top: 100px;
}
.contents__inner{
  border-radius: 30px 30px 0px 0px;
  padding: 40px 30px 50px
}
.eng__title__column{
  gap: 10px;
  align-items: center;
}
.icon__circle{
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #124a0a;
  border-radius: 50%;
  position: relative;
  position: relative;
  display: block !important;
}
.icon__circle > .wp-block-group{
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
}
.eng__title__column figure{
  display: inline-block;
  line-height: 0;
}
.eng__title__column figure img{
  display: block;
}
.icon__imageInner{
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.icon__image{
  width: 16px;
  opacity: 0;
  transform: translateY(20px) scale(.95);
  will-change: opacity, transform;
}
.icon__image.is-show{
  animation: popUp .6s cubic-bezier(.22, 1.4, .36, 1) forwards;
}

@keyframes popUp{
  0%{
    opacity: 0;
    transform: translateY(20px) scale(.9);
  }
  60%{
    opacity: 1;
    transform: translateY(-6px) scale(1.05);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.eng__title{
font-weight: 700;
font-size: 1.5rem;
letter-spacing: 0.1em;
color: #124a0a;
line-height: 1;
}
.new__wrapper .contents__inner{
  background: #f8fff7;
}
.jp__title{
  margin-top: 10px !important;
  margin-bottom: 40px !important;
  padding: 0 !important;
  background: inherit !important;
  font-size: 3rem !important;
  letter-spacing: 0.1em !important;
  color: #0a2406 !important;
  opacity: 0;
  transform: translateY(-10px);
  will-change: opacity, transform;
}
.jp__title::before{
  display: none !important;
}
.jp__title .char{
  display: inline-block;
  opacity: 0;
  transform: translateY(14px); /* 下から上がってくる */
}
.jp__title.is-show{
  opacity: 1;
  transform: translateY(0);
}
.jp__title.is-show .char{
  animation: charUp .55s cubic-bezier(.22, 1.2, .36, 1) forwards;
}
@keyframes charUp{
  0%   { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}
.event__group > .wp-block-group{
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.event__card{
  flex: 0 0 calc((100% - 20px) / 2);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.event__image img{
  border-radius: 20px 20px 0 0;
  aspect-ratio: 5 / 3;
    object-fit: cover;
}
.event__cat__column{
  margin-top: 15px;
}
.event__body__inner{
  padding: 20px 15px 30px 15px;
}
.event__cat__column{
  gap: 10px;
}
.event__cat__name{
  border-radius: 30px;
  background: transparent;
  border: 1px solid #f49c24;
  padding: 8px 10px;
}
.event__cat__name > .wp-block-group{
  display: inline-flex;
}
.event__cat__text{
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f49c24;
  line-height: 1;
}
.event__cat__apply{
  border-radius: 30px;
  background: #124A0A;
  padding: 8px 10px;
}
.event__apply__text{
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
.event__title__text{
  margin-top: 20px;
  letter-spacing: 0.1em;
  color: #010701;
}
.event__info__inner{
  border-top: 1px solid #F5F5F5;
  margin-top: 20px;
  padding-top: 20px;
}
.event__info__inner .wp-block-group{
  width: 100%;
}
.event__info__column_01, .event__info__column_02{
  padding-left: 30px;
  gap: 5px;
  position: relative;
}
.event__info__column_02{
  margin-top: 15px;
}
.event__info__column_01::before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/event-sankaku.webp);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.event__info__column_02::before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/event-sankaku.webp);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.event__info__title{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #898e89;
}
.event__info__column_01 .event__info__text{
  font-size: 1.65rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #898e89;
  margin-top: 7px;
}
.event__info__column_02 .event__info__text{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #898e89;
  margin-top: 7px;
}
.event__info__inner a{
  margin-top: 30px;
}
.event__more__btn{
  width: 100%;
  border-radius: 5px;
  background: #898e89;
  padding: 10px 0;
  text-align: center;
}
.event__more__text{
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.about__wrapper{
  padding-top: 100px;
}

.about__wrapper .contents__inner{
  background-color: #FFFEF7;
  padding-bottom: 70px;
}
.about__image{
  width: 88%;
}
.about__title__text{
  margin-top: 70px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: 2.5rem !important;
  letter-spacing: 0.1em !important;
  color: #0a2406 !important;
  line-height: 1.8 !important;
}
.about__title__text::before{
  display: none !important;
}
.about__intro__inner{
  margin-top: 60px;
  width: 70%;
  margin-left: auto;
}
.about__feature__column{
  margin-top: 100px;
}
.feature__heading__inner{
  position: relative;
}
.feature__heading__inner {
  align-items: center;
  gap: 20px;
}
.feature__heading__text__group {
  flex-shrink: 0;
  position: relative;
}
.feature__heading__line {
  flex-grow: 1;
  height: 1px;
  background-color: #0A2406;
}
.feature__heading__num {
  flex-shrink: 0;
  margin-left: auto;
}
.feature__heading__text__eng{
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #124a0a;
  position: absolute;
  top: -20px;
  left: 0;
  line-height: 1;
}
.feature__heading__text__jp{
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #0a2406;
  line-height: 1;
}
.feature__heading__num{
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #0a2406;
}
.feature__title{
  font-size: 2.3rem !important;
  letter-spacing: 0.1em !important;
  line-height: 1.8 !important;
  color: #0a2406 !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-left: none !important;
}
.feature__text{
  margin-top: 20px;
}
.feature__image{
  margin-top: 40px;
  border-radius: 20px;
  border: 1px solid #0a2406;
}
.feature__image img{
  border-radius: 20px;
}



.infinite-slider-wrapper {
  width: calc(100% + 60px);
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    left: -30px;
}
.infinite-slider-swiper {
  width: 100% !important; /* 重要：幅を100%に固定 */
  overflow: visible;
  padding: 80px 0 30px;
}
.infinite-slider-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.infinite-slider-swiper .swiper-slide {
  width: 200px !important;
  opacity: 0.85;
  transition: opacity 0.6s ease;
}
.infinite-slider-swiper .swiper-slide:hover {
  opacity: 1;
}
.infinite-slider-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.event__wrapper, .event__wrapper > .wp-block-group{
  position: relative;
}
.event__sticky__image{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-width: 500px;
  max-height: 600px;
  z-index: 1;
  margin-bottom: -130px;
  opacity: 1;
  transition: opacity .25s ease;
}
.event__sticky__image.is-hidden {
  opacity: 0;
}
.event__sticky__image.no-transition {
  transition: none !important;
}
.event__sticky__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event__target{
  display: block !important;
  padding-top: 100px;
}
.event__wrapper .contents__inner{
  position: relative;
  z-index: 2;
  background-color: #F7FFFE;
  padding-bottom: 100px;
}
.event__all__btn{
  display: none !important;
  width: fit-content;
  margin: 80px auto 100px;
  padding: 15px 65px 15px 35px;
  background-color: #0A2406;
  border-radius: 30px;
}
.event__all__btn .event__more__text{
  font-size: 2rem;
}
.event__all__btn .event__more__text::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/event-all-icon.webp);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: -35px;
}
.line__banner__container{
  margin-top: 80px;
}
.member__banner__container{
  margin-top: 60px;
}
.banner__float__text{
  animation: floatY 3.2s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatY{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-6px);
  }
  100%{
    transform: translateY(0);
  }
}

.banner__float__text.line__banner{
  text-align: center;
font-size: 1.5rem;
font-weight: 700;
padding: 20px 40px 35px;
border-radius: 15px;
background: #F4F4DB;
background: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/line__banner.webp) no-repeat center center;
background-size: contain;
width: 100%;
}
.banner__float__text.member__banner{
  text-align: center;
font-size: 1.5rem;
font-weight: 700;
padding: 20px 40px 35px;
border-radius: 15px;
background: #F4EADB;
background: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/member__banner.webp) no-repeat center center;
background-size: contain;
width: 100%;
}
.banner__image{
  margin-top: 5px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.banner__image img{
  border-radius: 10px;
}



.info__wrapper, .info__wrapper > .wp-block-group{
  position: relative;
  display: block !important;
}
.info__sticky__image{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-width: 500px;
  max-height: 600px;
  z-index: 1;
  margin-bottom: -130px;
  opacity: 1;
  transition: opacity .25s ease;
}
.info__sticky__image.is-hidden {
  opacity: 0;
}
.info__sticky__image.no-transition {
  transition: none !important;
}
.info__sticky__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.info__target{
  display: block !important;
  padding-top: 100px;
}
.info__wrapper .contents__inner{
  position: relative;
  z-index: 2;
  background-color: #FFFCF7;
  padding-bottom: 70px;
}
.info__introduction__text{
  width: 88%;
}
.info__accordion{
  margin-top: 80px;
  width: 90%;
  margin-left: auto;
}
.info__horiteien{
  background: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/info-horiteien-bg.webp) no-repeat center center;
  background-size: cover;
  border-top: 1px solid #0A2406;
}
.info__hatagasako{
  background: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/info-hatagasako-bg.webp) no-repeat center center;
  background-size: cover;
  border-top: 1px solid #0A2406;
  border-bottom: 1px solid #0A2406;
}
.info__acc__title .wp-block-accordion-heading__toggle{
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wp-block-accordion-heading__toggle-title{
  font-family: YakuHanJPs,"Shippori Antique B1","YuGothic",'Noto Sans JP',sans-serif;
	line-height: 1;
	font-size: 2rem;
	letter-spacing: 0.1em;
  font-weight: 400 !important;
}
.wp-block-accordion-heading__toggle-icon{
  width: 1.8rem;
  height: 1.8rem;
  font-weight: 900;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
  text-decoration: none;
}
.info__acc__content__inner{
  padding: 10px 30px 50px;
}
.info__acc__body{
  margin-top: 30px;
}
.info__acc__sub__body{
  margin-top: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}


.infinite-slider-wrapper-02 {
  width: calc(100% + 60px);
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    left: -30px;
}
.infinite-slider-swiper-02 {
  width: 100% !important; /* 重要：幅を100%に固定 */
  overflow: visible;
  padding: 80px 0 30px;
}
.infinite-slider-swiper-02 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.infinite-slider-swiper-02 .swiper-slide {
  width: 200px !important;
  opacity: 0.85;
  transition: opacity 0.6s ease;
}
.infinite-slider-swiper-02 .swiper-slide:hover {
  opacity: 1;
}
.infinite-slider-swiper-02 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}


.faq__wrapper{
  padding-top: 100px;
}
.faq__wrapper .contents__inner{
  background-color: #F5F5F5;
  padding-bottom: 80px;
}
.faq__column{
  gap: 10px;
}
.faq__column:nth-child(2), .faq__column:nth-child(3){
  margin-top: 50px;
}
.faq__bodyBlock > .wp-block-group{
  flex-direction: column !important;
  gap: 20px;
}
.faq__num{
  font-weight: 700;
}
.faq__body__title{
  color: #0A2406;
  font-weight: 700;
}


.contact__wrapper{
  display: block !important;
}
.contact__bg{
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.contact__inner{
  width: 100%;
  justify-content: center;
  align-items: center;
}
.contact__inner .wp-block-group{
  width: 100%;
}
.co__eng__title{
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.co__jp__title{
  font-family: YakuHanJPs,"Zen Kaku Gothic New","YuGothic",'Noto Sans JP',sans-serif !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 3rem !important;
  color: #fff !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  background: none !important;
}
.co__jp__title::before{
  display: none !important;
}
.co__btn__inner{
  position: relative;
  margin-top: 40px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  background: transparent;
  border: 2px solid #fff;
  padding: 35px 20px;
}
.co__phobe__num{
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 50px;
}
.co__phobe__num::before{
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(http://horijuku-tsuwano.com/wp-content/uploads/2026/02/co-phone-icon.webp);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 55px;
}
.co__subText{
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #f5f5f5;

}

#footer{
    background: transparent;
    width: 100%;
    z-index: 10;
    max-width: 500px;
    margin: 0 0 0 calc((100vw - 500px) * 2 / 3) !important;
}
.l-footer__inner{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("http://horijuku-tsuwano.com/wp-content/uploads/2026/02/footer-bg.webp") no-repeat center / cover;
}
.l-footer__foot{
  padding: 0;
}
.l-footer__nav{
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-footer__nav li:first-child a{
  border: none;
}
.l-footer__nav a{
  font-family: YakuHanJPs, "Shippori Antique B1", "YuGothic", 'Noto Sans JP', sans-serif;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #f5f5f5 !important;
}
.l-footer__widgetArea{
  padding: 0;
  margin-bottom: 50px;
}
.w-footer__box{
  padding: 0;
  display: flex;
  justify-content: center;
}
#media_image-2{
  width: 70px;
}
.copyright{
  margin-top: 50px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #f5f5f5 !important;
}



/*レスポンシブ*/
@media screen and (max-width: 1430px) {
  .top__right__inner{
    padding: 0 30px 50px;
  }
}

@media screen and (max-width: 1300px) {
  .left__title{
    width: 130px;
  }
  .left__index__text{
    font-size: 1.5rem;
  }
  .top__right__inner > .wp-block-group{
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .top__left__inner > .wp-block-group{
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__inner{
    padding-top: 20px;
  }
  .l-header__logo{
    padding: 0;
  }
  .p-fixBtnWrap{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  /*フォントサイズ*/
  p{
    font-size: 1.5rem;
  }
  .jp__title{
    font: 2.7rem;
  }


  .top__contianer{
    flex-direction: column;
  }
  .top__left__contianer, .top__right__contianer{
    display: none;
  }
  .top__center__contianer, .bg-image, .l-header, .p-spMenu, .p-spMenu__inner, #footer{
    margin: 0 auto !important;
  }
  .fixed__menu__container{
    left: 0;
  }
  .c-gnav>.menu-item a{
    padding: 10px 15px;
  }
  .c-gnav>.menu-item>a .ttl{
    font-size: 1.2rem;
  }
  .l-header__gnav.c-gnavWrap{
    padding: 0 0 0 12px;
  }
  .c-headLogo__img{
    width: 60px;
  }
  .fixed__menu__container{
    padding: 15px;
  }
  .fixed__menu__container .wp-block-tiptip-hyperlink-group-block:nth-child(1){
    padding-right: 15px;
  }
  .fixed__menu__container .wp-block-tiptip-hyperlink-group-block:nth-child(2){
    padding-left: 15px;
  }
  .fixed__line{
    padding: 10px 20px;
    gap: 10px;
  }
  .fixed__newEvent{
    gap: 10px;
  }
  .fixed__new__event__icon, .fixed__line_icon{
    width: 15px;
  }
  .fixed__menu__text, .fixed__line__text{
    font-size: 1.3rem;
  }
  .p-spMenu__body{
    padding: 0 30px 50px;
  }
  .p-spMenu__inner{
    padding-top: 80px;
  }
  .p-spMenu__body::before{
    width: 180px;
    left: 30px;
  }
  .p-spMenu__nav{
    margin: 130px 0 0 0;
  }
  .c-listMenu a{
    padding: 10px 0;
  }
  .c-listMenu.c-listMenu li{
    font-size: 1.5rem;
  }
  .p-spMenu__closeBtn{
    top: 20px;
  }
  .fv__logo__inner{
    top: -60%;
  }
  .horijuku-logo-tate{
    width: 100%;
  }
  .fv__copy__body{
    margin-left: 30px !important;
  }
  .shiro-kumo-04{
    right: 40px;
    width: 27%;
  }

  /*new event*/
  .event__group > .wp-block-group{
    gap: 10px;
  }
  .event__card{
    flex: 0 0 calc((100% - 10px) / 2);
    border-radius: 10px;
  }
  .event__image img{
    border-radius: 10px 10px 0 0;
  }
  .event__body__inner{
    padding: 10px 10px 20px 10px;
  }
  .event__cat__column{
    gap: 5px;
  }
  .event__cat__name{
    padding: 7px 7px 8px;
  }
  .event__cat__apply{
    padding: 8px;
  }
  .event__cat__text, .event__apply__text{
    font-size: 1rem;
  }
  .event__title__text{
    margin-top: 15px;
  }
  .event__info__inner{
    margin-top: 15px;
    padding-top: 15px;
  }
  .event__info__column_01, .event__info__column_02{
    padding-left: 25px;
  }
  .event__info__column_01, .event__info__column_02{
    margin-top: 20px;
  }

  /*about*/
.about__title__text{
  margin-top: 50px !important;
  font-size: 2.2rem !important;
}
.about__intro__inner{
  margin-top: 40px;
  width: 80%;
}
.about__feature__column{
  margin-top: 80px;
}
.feature__title{
  font-size: 2rem !important;
}
.feature__text{
  font-size: 1.35rem;
}

/*event*/
.line__banner__container{
  margin-top: 60px;
}
.banner__float__text.line__banner, .banner__float__text.member__banner{
  padding: 20px 40px 35px;
}

/*info*/
.info__accordion{
  margin-top: 60px;
}
.wp-block-accordion-heading__toggle-title{
  font-size: 1.8rem;
}
.info__acc__body{
  margin-top: 20px;
}
.info__acc__sub__body{
  margin-top: 10px;
}

/*contact*/
.co__phobe__num{
  font-size: 2.7rem;
}
.co__phobe__num::before{
  left: 25px;
  width: 45px;
  height: 45px;
}
.co__subText{
  margin-top: 10px;
}
.l-footer__nav a{
  font-size: 1.5rem;
}

}
@media screen and (max-width: 380px) {
  .c-headLogo__img{
    display: none;
  }
}
