@charset "UTF-8";


*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
    min-height: 0;
    min-width: 0;
}


.nw {
  display: inline-block;
}
.img {
	position: relative;
}

img {
	object-fit: cover;
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:100%;
	transition: 0.6s all;
}


button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
}



:root {
	--font-family-Zen-Go:YakuHanJP,"Zen Kaku Gothic New", sans-serif;
	--font-family-Zen-Mi:YakuHanMP,"Zen Old Mincho", serif;
	--font-family-Jost:YakuHanJP,"Jost", sans-serif;	
	--font-family-Noto-Sans:YakuHanJP, "Noto Sans JP", sans-serif;
	--font-family-Noto-Serif:YakuHanMP ,"Noto Serif JP", serif;	
	
	--font-size-tagline:clamp(1.6rem, 3.33vw, 2.6rem);
	--font-size-openday:clamp(4rem, 0.571rem + 7.14vw, 7rem);
	--font-size-logo:clamp(3.2rem, -0.457rem + 7.62vw, 6.4rem);
	--font-size-logo-en:clamp(5rem, -3rem + 16.67vw, 12rem);

	--font-size-headding:clamp(2.6rem, 1.457rem + 2.38vw, 3.6rem);
	--font-lineheight-headding:140%;

	--font-size-read:clamp(1.5rem, 0.257rem + 2.38vw, 2.4rem);
	--font-lineheight-read:220%;
	
	--font-size-base:clamp(1.4rem, 1.171rem + 0.48vw, 1.6rem);
	--font-lineheight-base:200%;


 	--font-size-xl: clamp(2.4rem, 1.943rem + 0.95vw, 2.8rem);
 	--font-size-lg: clamp(2rem, 1.114rem + 1.43vw, 2.4rem);
 	--font-size-md :clamp(1.6rem, 1.143rem + 0.95vw, 2rem);
 	--font-size-sm: clamp(1.3rem, 1.186rem + 0.24vw, 1.4rem);
 	--font-size-xs:;
 	--font-size-xxs:;
	
	

	
	--font-letterspacing:0.05em;
	--font-lineheight-120:120%;
	--font-lineheight-140:140%;
	--font-lineheight-150:150%;
	--font-lineheight-160:160%;
	--font-lineheight-170:170%;
	--font-lineheight-200:200%;

	--font-weight-primary:400;
	--font-weight-light:300;
	--font-weight-regular 400;
	--font-weight-mdium:500;
	--font-weight-bold:700;
	--font-weight-black:900;


	--color-orange:#FF5611;
	--color-green:#2EB6AA;
	--color-sand:#FFFCEB;
	--color-beige:#F0ECCD;
	--color-navy:#0B2E5E;
	--color-miffy:#FFC80B;
	--color-white: #fff;
	--color-black:#000;
	--color-dialog-menu-btn: #fff;	
	--color-dialog-menu-bg:#fff;	
	--color-dialog-menu-link:#0B2E5E;	

	--color-htb-ticket:#ff5611;
	--color-htb-enjoy:#42ab6a;
	--color-htb-event:#3399cc;
	--color-htb-gourmet:;	
	--color-htb-shopping:;
	--color-htb-hotels:#2eb6aa;
	--color-htb-background:#fbf9ef;
	
	--color-primary:#ec4000;
	--color-secondary:#0f2350;
	--color-accent:#967850;
	--color-base:#f5f0dc;
	--color-sasebo:#148fae;
	--color-spot:#148fae;
	--color-wine:#ac1f4b;

	/*--align--*/
	--align-center:center;
	--align-center-sp:center;
	--align-left:left;
	--align-left-sp:left;

	--layout-space-section:6rem;/*section縦の余白*/
	--layout-space-base-horizontal:2.4rem;/*横の余白*/
	--layout-space-base-vrtical:4.8rem;/*縦の余白*/
	--layout-space-sp:2rem;
}

@media screen and (min-width: 1025px) {
	:root {
		--layout-space-sp:0rem;
		--layout-space-section:10rem;/*section縦の余白*/
		--layout-space-base-horizontal:2.4rem;/*横の余白*/
		--layout-space-base-vrtical:9.6rem;/*縦の余白*/
	}
}




body#flyingtheater  main{
	font-family:var(--font-family-Zen-Go);
	font-weight:var(--font-weight-primary);
	background: #000;
	color:#fff;
}
body#rubensmarche main a:hover{
	opacity:0.7!important;
}


#h-footer {
  position: relative;
}


/*--swiper対策--*/


.swiper {
  width: 100%;
  min-width: 0;
}

.swiper-slide {
  min-width: 0;
  display: flex;
  height: auto; /* 高さに依存させない */
}
.swiper-wrapper {
  display: flex !important;
   justify-content: flex-start;
   height: auto;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
	margin-top: 4rem;
	bottom:0;
	top:0;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-black);
}
.swiper-pagination-bullet {
  width:10px;
  height:10px;
  display: inline-block;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: auto;
  height: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
	content: "";
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height:50px;
	display: block;
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20157.58%20157.58%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20d%3D%22M78.79%2C0C35.27%2C0%2C0%2C35.27%2C0%2C78.79s35.27%2C78.79%2C78.79%2C78.79%2C78.79-35.27%2C78.79-78.79S122.3%2C0%2C78.79%2C0ZM67.88%2C111.24l-2.63-2.63%2C29.81-29.81-29.81-29.81%2C2.63-2.63%2C32.45%2C32.45-32.45%2C32.45Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}





/****************************
.h__slider
****************************/


.h__slider .slick-track {
  display: flex;
}

.h__slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}


.slider__item__white {
  height: auto !important;
  background: #fff;
  padding: 15px;
  margin: 0 auto 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h__slider .slider__item__white {
  margin: 0 10px;
}

.h__slider .slider__item__white a{
  color:#1D326F;
  text-decoration: none;
}
.slider__item__white  div:nth-child(2) {
  padding: 15px 20px;
}
.slider__item__white  div p {
  margin: 15px auto 0;
}

.h__slider .slick-dots {
  position: relative;
  bottom: 0;
  margin:35px auto 0;
  text-align: left;
}

.h__sliderr .slick-dots li button,
.h__slider .slick-dots li button:before {
  display:none;
}
.h__slider .slick-dots li {
  width: 32px;
  height: 4px;
  background: #d8d8d8;
}
.h__slider .slick-dots li.slick-active {
  background: #ff5611;
}

.h__slider .slick-dots > li:first-child:last-child {
    display: none;
}


.h__slider .slick-next,
.h__slider .slick-prev{
  bottom: -5px;
  top: auto;
  display: block;
  height: auto;
  transform: unset;
  padding-top: 0;
  width: 26px;
  height: 18px;
  z-index: 1;
}
.h__slider .slick-next:before,
.h__slider .slick-prev:before {
	content: "";
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2048.34%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.28.31c.38-.4%2C1.02-.41%2C1.41-.02l24%2C23.17c.2.19.31.45.31.72s-.11.53-.31.72L1.69%2C48.06c-.39.38-1.03.37-1.41-.02-.38-.4-.37-1.03.03-1.41l23.25-22.45L.31%2C1.72C-.09%2C1.34-.1.7.28.31Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.67%2015.76%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.17%2C7.88H.5M19.17%2C7.88l-8%2C7.38M19.17%2C7.88L11.17.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color: currentColor;
	width: 26px;
	height: 18px;
	display: block!important;
	transition: all 0.4s;
	color: #000;
}
.h__slider .slick-prev:before {
    transform: scale(-1, 1);
  }
.h__slider .slick-prev {
	left: auto;
	right: 40px;
	border-right: 1px #d8d8d8 solid;
	padding-right: 40px;
}
.h__slider .slick-next{
    right: 0px;
}

  
@media screen and (min-width: 767px) {

	.h__slider .slider__item__white {
	  margin: calc(0% / 3.16) calc(5% / 3.16);
	}
}

/****************************
.pege__
****************************/
.pege__body {
  position: relative;
  overflow: hidden;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.pege__recommend {
  position: relative;
  background-color: #F0ECCD !important;
  background-color: #f7f5e5 !important;
}
.pege__recommend .pege__body {
  padding: 60px 25px;
}
.pege__recommend .pege__body__header {
}

.pege__recommend  h3{
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.1;
	color: #0B2E5E !important;
	font-size: 40px;
}
.pege__recommend  h3 span{
  font-size: 50%;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.pege__recommend p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.pege__recommend .slider__item__white h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.pege__recommend .slider__item__white p{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

.pege__recommend .pege__body__header p,
.recommend__slider-body {
   margin-top:calc(8% / 1);
}


@media screen and (max-width: 736px) {
  #seasonal-guideline .pege__recommend .pege__body[data-padding=large] {
    padding: 8vw !important;
  }
}  
  
@media screen and (min-width: 767px) {

	.pege__recommend .pege__body__header p,
	.recommend__slider-body {
	  margin-top:calc(8% / 3.16);
	}
}
