@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pc_view {
    display: block!important;
}
.sp_view {
    display: none!important;
}
/*上から出てくるヘッダー*/
header{
	width:100%;
	z-index:999;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.scl_inner {
	padding: 0!important;
	font-weight: bold;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.attention{
	width: 95%;
	max-width: 1170px;
	margin: 30px auto;
	padding: 2%;
	border:solid 2px #c9171e;
}
.at_title{
	background-color:#c9171e;
	border-radius:20px;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	letter-spacing:0.5em;
}

.at_text{
	color:#c9171e;
	line-height:25px;
}
p {
	margin: 20px 0;
	line-height: 2!important;
	text-align: justify!important;
}
.fotwet {
	font-weight: bold;
}

#navbar-collapse-grid_pc {
	border-top: solid 5px #FFE500;
	padding: 0 3%;
}
section {
	margin: 100px auto!important;
}
.uk-navbar {
    display: flex;
    position: relative;
    justify-content: center;
	box-shadow: 0px 10px 10px -5px rgba(224,192,80,0.20) !important;
}
.uk-navbar-nav {
	gap: 0!important;
}
.uk-navbar-container {
	border-top: solid 5px #FFE500!important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background-color:#FFFAE8!important;
	
}
.uk-navbar-nav>li>a {
	color:#FB8715!important;
	border-right: 2px solid #F5D567!important;
	font-family: "sicuniversallinelge", sans-serif!important;
	display: block;
    padding: 10px 15px;
	font-size: 0.9rem!important;
	letter-spacing: 0.16rem;
}
.uk-navbar-nav>li>a {
	padding: 0 35px!important;
}
.uk-navbar-nav>li>a:hover {
	color: #FB8715!important;
	background-color:#FFF5C5!important;
}


.bgtx {
	font-size: 1.6rem;
}
.h2_title{
	font-size: 2rem;
	margin: 20px auto 60px auto!important;
	font-family: "sicuniversallinelge", sans-serif;
	font-style: normal;
	/*font-family: "zen-kaku-gothic-new", sans-serif;*/
	font-weight: normal;
	color: #8A4B21;
}
.sub_h2_title {
	padding-top: 80px!important;
}
a.side_btn {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	background: #FB8715;
	color: #fff;
	position: fixed;
	bottom: 62vh;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	writing-mode: vertical-rl;
	flex-direction: row;
	border: solid 2px #FB8715;
}
a.side_btn:hover {
	background: #FFFAE8;
	transition: .5s;
	color: #FB8715;
	border: solid 2px #FB8715;
	text-decoration: none!important;
}
.h3_title{
	background: #FFF2F4;
	box-shadow: 0px 0px 0px 5px #FFF2F4;
	border: dashed 2px #F7B4C0;
	padding: 1em 1.5em;
	color: #FF7A92;
	letter-spacing: 0.2rem!important;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.inner {
	max-width: 1200px!important;
	max-width: var(--pc_width);
	padding: 0 3%;
	margin: 0 auto;
}
.grow {
    flex-grow: 1!important;
}
.column {
    display: flex !important;
    flex-direction: column !important;
}
#brandlist {
	padding: 3% 0;
	background-image: url(../images/bg_brdlist.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

a.btn_org {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 10px 25px;
	border-radius: 100vw;
	color: #fff;
	background: #FB8715;
	box-sizing: border-box!important;
}
a.btn_org:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite!important;
	animation: shad26 1.5s infinite!important;
	color: #fff;
	text-decoration: none;
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #FB8715;}
	70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
}

.h3_bname {
	letter-spacing: 0.2rem;
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-size: 1.2rem!important;
	padding: 0.5em 0.5em 0.5em 1em;
	color: #8A4B21!important;
	background: #FFFAD2;
	border-left: solid 8px #FB8715;
}
h3.serif {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0!important;
}
.serif{
	padding: 20px;
	color:#f08300;
	background:#FFEFA9;
	
}

.bl_card {
	padding: 20px 20px!important;
}


.btn_red a {
    background: #DB5658;
   border-radius: 100vw;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin: 20px auto;
	border: solid 2px #DB5658!important;
	letter-spacing: 0.12rem;
}
.btn_red a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: translateY(-50%) rotate(45deg);
}
.btn_red a:hover {
	background: #fff;
	color: #DB5658!important;
	border: solid 2px #DB5658!important;
	text-decoration: none!important;
}
.btn_red a:hover:after {
	right: 1.4rem;
	border-top: solid 2px #DB5658;
	border-right: solid 2px #DB5658;
}
.btn_ct a{
	width: 350px!important;
}
.td_bg {
	color: #fff;
	background: #FF6769;
}
.td_bg02 {
	background: #FFE3D7;
}


.org_box {
    margin: 2em 0;
    background: #fff;
	border: 3px solid #DB4648;
	border-radius: 15px;
}
.org_box .box-title {
    font-size: 1rem;
    background: #DB4648;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.org_box p {
    padding: 15px 20px;
    margin: 0;
	background: #fff;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #5F3D25;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.red_bg {
	background: #FFD4D5;
	color: #DB4648;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 0.12rem;
	font-size: 0.9rem;
}
.bgebw {
	background: #FFD4D5;
	padding-left: 5px;
	border-radius: 5px;
	
}
.navbar-collapse ul li a {
	font-family: "sicuniversallinelge", sans-serif!important;
	letter-spacing: 0.2rem;
}

.uk-list li {
	line-height: 1.8;
}
.insta_btn {
  position: fixed;
  bottom: 50vh;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 8px 6px 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}
.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 10px;/*角丸に*/
}
.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 25px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 70px;/*グラデーションカバーの幅*/
  height: 70px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 37px;/*アイコンサイズ*/
  line-height: 52px;/*高さと合わせる*/
}
.onegai {
	border: double 5px #FF6769;
}
.onegai ul {
	
}
.slider_top {
	margin: 20px 0!important;
}
.copy_bld {
	color: #FB8715;
	font-size: 1.1rem;
	font-family: "sicuniversallinelge", sans-serif;
	line-height: 1.8;
	margin-top: 20px!important;
}
.copy_sml {
	color: #FC9B3C;
	font-size: 1rem;
}
.navbar-nav li {
	letter-spacing: 0.18rem;
}
.logo {
	margin: 10px 0 10px 0;
}
.ftmenu {
	font-size: 1rem;
	font-family: "source-han-sans-japanese", sans-serif!important;
	font-weight: 400;
	font-style: normal;
}
footer {
	background-color: #FFF1C0 !important;
	background-repeat: repeat;
	background-size: 170px;
	padding: 70px 0 0 0;

}
.ftmenu h4 a{
	color: #fff;
	font-size: 1rem;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
.ftmenu li a {
	color: #fff;
	font-size: 0.8rem;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
}
.ft_txt {
	text-align: center!important;
	color: #8A4B21;
}
.copyright {
	background: #5F3D25;
	color: #fff;
	margin-top: 50px;
	letter-spacing: 0.12rem;
	font-size: 0.8rem;
	margin-bottom: 0;
	padding: 20px;
}
.contact {
	background: #FFF4E4!important;
	border-radius: 20px;
	border: solid 4px #BB6830;
	display: block;
	padding: 30px!important;
	margin: 0 auto!important;
}
.contact_hp {
	display: inline-block;
	padding: 15px 25px;
	background: #FFF4E4;
	letter-spacing: 0.12rem;
}
.contact_title {
	margin: 0 0 20px 0!important;
	letter-spacing: 0.2rem;
}
.tel_tx span{
	color: #8A4B21;

}
.tel_tx a{
	color: #FB8715;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.18rem;
}
.tel_tx a:hover {
	color: #FB8715;
	opacity: 0.7;
	text-decoration: none!important;
}

.bg_txdn {
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #fff 50%);
}
#schedule_wrap {
	padding: 8% 0!important;
}
.slideshow-moyou {
	height: 855px;
}

.scl_list_pc>:first-child>tr:not(:first-child), .scl_list_pc>:not(:first-child)>tr, .scl_list_pc>tr:not(:first-child) {
    border-top: 1px solid #5F3D25!important;
}
/* th, td のセルに枠線を設定 */
/*.scl_list th, 
.scl_td01 {
    border: 2px solid #ccc;
}*/
table.scl_list {
	border: 1px solid #5F3D25!important;
}
table.scl_list_mdl {
	border: 1px solid #CCB09F;
}
.scl_list_mdl th {
    border: none!important; /* セルの枠線の色と太さはお好みで */
}
.mdl_td {
	line-height: 1.8;
}
.mdl_schedulebtn {
	margin: 70px auto 50px auto;
}

.scl_th {
	background: #5F3D25!important;
	padding: 10px!important;
	font-size: 1rem!important;
	color: #fff!important;
	letter-spacing: 0.2rem!important;
	vertical-align: middle !important;
}

.scl_list td {
	text-align: center;
	padding: 35px 12px!important;
}
.scl_list {width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
	
	background: #fff;
}
.scl_td01 {
/*	width: 25%!important;
*/	background: #FFF4C8;
	color: #FB8715;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
.scl_td02 {
/*	width: 20%!important;*/
	color: #5F3D25;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
    line-height: 1.8 !important;
}
.scl_td03 {
/*	width: 15%!important;
*/	color: #5F3D25;
    font-weight: bold;
    font-size: 0.9rem;
	text-align: left!important;
    letter-spacing: 0.15rem;
    line-height: 1.8!important;
}

.scl_td04 {
/*	width: 18%!important;
*/}


/* テーブル全体と、thead, tbody の枠線を設定 */
.my-bordered-table {
    border: 1px solid #ccc; /* 枠線の色と太さはお好みで */
}
/* スクエア会場詳細ボタン */
.schedule_info_btn {
  font-size: 1.3rem;
  position: relative;
  padding: 15px 25px;
  background:#ED5053;
  -webkit-box-shadow: 0 5px 0 #AF3739;
  box-shadow: 0 5px 0 #AF3739;
}
.schedule_info_btn span {
  font-size: 0.9rem;
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 120px);
  display: block;
  width: 240px;
  padding: 8px;
  color: #DD7071;
  border: 2px solid #DD7071;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.schedule_info_btn span:before,
.schedule_info_btn span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.schedule_info_btn span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d66a35 transparent transparent transparent;
}
.schedule_info_btn span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.schedule_info_btn i {
  margin-right: 1rem;
}
.schedule_info_btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background:#FF8385;
  -webkit-box-shadow: 0 2px 0 #F17577;
  box-shadow: 0 2px 0 #F17577;
}
.price_link {
	background: #FFF;
	margin-top: 10px;
	width: 220px;
	text-wrap: wrap;
}
.price_link a{
	text-align: center;
	padding: 15px 25px;
	display: block;
	line-height: 1.6;
	font-size: 0.9rem;
	color: #5F3D25!important;
}
.price_link a:hover{
	color: #FB8715!important;
	opacity: 0.7;
	text-decoration: none!important;
}
.uk-modal-container .uk-modal-dialog {
    width: 1000px!important;
}

.oclk {
	color: #5F3D25!important;
	font-weight: bold;
	font-size: 0.9rem;
	letter-spacing: 0.15rem;
	line-height: 1.8!important;
}
.mdl_plice_td {
	background: #FFF4C8;
}
.mdl_plice_td a{
	letter-spacing: 0.18rem;
	display: block;
	line-height: 1.6;
	font-weight: bold;
	font-size: 0.9rem;
	color: #5F3D25!important;
}
.mdl_plice_td a:hover{
	color: #FB8715!important;
	opacity: 0.7;
	text-decoration: none!important;
}
.pbrwn {
	font-size: 0.9rem;
	letter-spacing: 0.18rem;
	font-weight: bold;
	color: #5F3D25!important;
}
ul.tanji_location_list {
	padding-left: 0!important;
}
.tanji_location_list {
	display: flex;
    flex-wrap: wrap;
	margin:0 auto;
}
.tanji_location_list li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	color: #f08300;
	font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
	border: solid 2px #f08300!important;
	background-color: #fff;
	list-style: none!important;
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 15px;
}


.tanji_location_list li:hover {
	background-color:#f8e58c;
	border-color:#f08300;
}
.tanji_location_list li a{
	text-decoration:none;
	color:#f08300!important;
	text-align: center;
}
.pagetop_gp {
	height: 50px;
	width: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 12%;
	background: #fff;
	border: solid 2px #775431;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	box-shadow: 0 4px 6px rgba(190, 174, 145, 0.45);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #775431;
    border-right: 3px solid #775431;
    transform: translateY(20%) rotate(-45deg);
}

a.pagetop_gp:hover {
	opacity: 0.7;
}
.pagetop_gp.is-show {
  visibility: visible;
  opacity: 1; /* 透明度を1にしてふわっと表示 */
}

.balloon1-right {
	width: 50%;
	position: relative;
	display: block;
	margin: 1.5em 15px 1.5em 0;
	padding: 15px 25px;
	min-width: 120px;
	max-width: 100%;
	color: #775431;
	background: #FFFAD2;
	border: 2px solid #FB8715;
	font-size: 1.1rem;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15rem;
	
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FB8715;
}
.bg_randesk {
	height: 400px;
}
a.schedule_bnr_a img:hover {
	opacity: 0.7;
}
.main_imgBox {
	width: 100%;
	height: 785px;
	overflow: hidden;
	position: relative;
	
}
/*.main_img {
	position: absolute;
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 785px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	-webkit-animation: anime 15s 0s infinite;
	animation: anime 15s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  6.66% {
    opacity: 1;
  }
  33.33% { 
    opacity: 1; 
  }
  40% {
    opacity: 0;
    transform: scale(1.1); 
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}*/
@media screen and (min-width: 1024px) and (max-width: 1440px) {
.inner {
	max-width: 1000px!important;
	max-width: var(--pc_width);
	padding: 0 3%;
	margin: 0 auto;

}
.main_imgBox {
	margin-top: -60px;
	margin-bottom: -80px;
}
.uk-navbar-nav>li>a {
    padding: 2px 20px!important;
}
}
.main_imgBox {
	width: 100%;
	height: 785px;
	overflow: hidden;
	position: relative;
	
}
.main_img {
	position: absolute;
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 785px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	/* アニメーション時間を 12s に変更 */
	-webkit-animation: anime 12s 0s infinite;
	animation: anime 12s 0s infinite; 
}
/* 2枚目のスライドは全体の半分 (50%) の時点で表示が始まるように 6s の遅延を設定 */
	.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s; /* 12s / 2 = 6s */
	animation-delay: 6s; 
	}
@keyframes anime {
	0% {
	opacity: 0;
	}
	10% {
	opacity: 1;
	}
	40% {
	opacity: 1;
	}
	50% {
	opacity: 0;
	transform: scale(1.1);
	z-index: 9;
	}
	100% {
	opacity: 0;
	}
}
.txbold {
	font-weight: bold;
}
a.nolink {
	 pointer-events: none!important;
}
.mdl_schedulebtn span {
  width: 100%!important;
	top: -1.6rem!important;
  left: calc(50% - 235px)!important;

}


/* 外枠：はみ出た部分を隠す */
.tenji_slider_container {
    overflow: hidden;
    display: flex;
    padding: 10px 0;
}

/* スライダー本体 */
.tenji_my_content {
    display: flex;
    width: max-content;
}
.tenji_my_content .tenji_my_item {
    width: 50vw; /* スマホで2枚（1/2） */
    padding: 0 5px; /* 画像間の隙間 */
}

@media (min-width: 960px) {
    .tenji_my_content .tenji_my_item {
        width: 33.3333vw; /* PCで4枚（1/4） */
    }
}

.tenji_my_item img {
    width: 100%;
    display: block;
}

.tenji_slider_left {
    animation: loop-left 50s linear infinite;
}
.tenji_slider_right {
    animation: loop-right 50s linear infinite;
}
/* 左へ流れる動き */
@keyframes loop-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* 右へ流れる動き */
@keyframes loop-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}


.h4_title {
	position: relative;
	background:#FFFAD2;
	padding: 10px;
	font-size: 1.2rem!important;
	color: #8A4B21!important;
	margin: 0 auto;
    width: 90%;
	font-weight: bold;
	border-radius: 0 10px 10px 0;
}

.h4_title:before {
	/* バックスラッシュは \ (左上から右下) を使用します */
	content: "\f4ad"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 

	/* 必要に応じて設定 */
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: 900;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}
.contact_box {
	border-radius: 15px;
	box-shadow: 8px 8px #F3D29C!important;
}
.tex_sml {
	font-size: 0.8rem;
	
}