@charset "utf-8";

.thumb_top{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.cap_room_img{
	position: absolute;
	bottom: 0;
	font-size: 12px;
    color: #fff;
	background: rgba(0, 0, 0, 0.65);
    width: 100%;
    padding: 5px 0;
    text-align: center;
	z-index: 10;
}
.area_info_equipment{
	display: grid;
	grid-template-columns: repeat(5,1fr);
}
.area_info_equipment li{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.equipment_img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 70px;
}
.equipment_ttl{
	display: block;
	min-width: 55px;
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
}
.toku_slide .arrow_prev,
.toku_slide .arrow_next{
	top: calc(50% - 12px);
}
.toku_content .plan_desc_inner a.btn_brown01:not(:last-of-type){
	margin-bottom: 15px;
}
.toku_content .plan_desc_inner a.btn_brown01{
	font-size: 13px;
}
@media screen and (min-width: 1020px) {
    .aside_logos a {
        max-width: 200px;
				color:#fff;
    }
}
.paselandTop header{
	height: 70px;

	@media (min-width: 1020px) {
		height: 100%;
	}
}
.paselandTop .head_sp_right{
	gap: 4px;
	align-items: center;
}
.paselandTop .head_sp_right a,
.paselandTop .head_sp_right img{
	width: 50px;
    height: 50px;
}
.paselandTop .head_content{
	top: 70px;
}
.paselandTop .header_sp {
    padding: 10px;
}
@media screen and (min-width: 1020px) {
    .paselandTop .head_content {
        top: 0px;
    }
    #price .sec_inner > div{
      padding: 0 40px 40px;
    }
}
.under_h1 {
	margin: 40px 0;
}

.mv_paseland {
	margin-bottom: 20px
}
.tabel_wrap .price_td {
	font-size: 20px;
	white-space: nowrap;
}
.option_accord > p {
	border-radius: 10px;
}
.tabel_wrap.option_accord  table{
	border-radius: 0 0 5px 5px;
}
.tabel_wrap table th {
  font-size: 13px;
}
.tabel_wrap.option_accord .table_ttl.arrow_white.arrow_down {
	margin-bottom: 30px;
	background: var(--color-brown04);
}
.option_accord > p.on {
	background: var(--color-brown04);
}

.aside_ttl{
	margin-bottom: 10px;
}
.table_ttl.bg_blue01,
.table_ttl.bg_orange01,
.table_ttl.bg_green01{
	border-right: solid 1px var(--color-brown04);
}
@media screen and (max-width: 768px) {
	#dvd_top {
		padding-top: 40px;
	}

  .tabel_wrap .table_drink .price_td {
    font-size: 16px;
  }
  .tabel_wrap table th {
    font-size: 11px;
  }
  .option_accord-pc_none > div {
	display: none;
  }
  .option_accord-pc_none > p.on {
	border-radius: 10px 10px 0 0;
  }
}
.header_sp > div{
	align-items: center;
}
/* topics */
#topics{
    padding:80px 0px 80px;
  }
  #topics .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px 10px;
      margin: auto;
    margin-bottom:30px;
  }
  #topics .grid img{
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    height: 100%;
  }
  @media screen and (min-width: 1020px) {
    #topics .grid{

      width: fit-content;
    }
    #topics .grid img {
        max-width: 200px;
        width: 100%;
        max-height: 200px;
        height: 100%;
    }
  }

  /* topics end */

#point{
    padding: 80px 0 80px;
}


/*shoplist*/
#shoplist{
    padding: 80px 0 50px;
}

.area_link {
	display: none;
}

.label_area {
	display: flex;
	justify-content: space-between;
}

.label_area_3col {
	background: #1879BD;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
}

.label_area_2col {
	background: #1879BD;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 10px;
	width: calc((100%/3)*2 - 5px);
	box-sizing: border-box;
	margin-top: 30px;
}

.label_area_1col {
	background: #1879BD;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 10px;
	width: calc((100%/3) - 10px);
	box-sizing: border-box;
	margin-top: 30px;
}

.content_txt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.list_shop_desc_link {
	position: relative;
	margin-right: 16px;
}

.list_shop_desc_link::after{
	position: absolute;
	content: url(/images/shop/common/ico_window_or.png);
	display: inline-block;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.list_shop_desc{
	color: #000;
	margin-left: 20px;
}

.list_shop_desc li{
	margin-bottom: 12px;
	list-style:disc;
}

.list_shop {
	font-size: 0;
	margin-bottom: -30px;
}

.area_ttl {
	color: #fff;
	background-color: #DC0800;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
}

.room_h_ttl{
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 5px;
}
.area_wrap {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.area_content {
	width: 100%;
	max-width: 100%;
	background-color: #E7DECF;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 25px;
}

.list_shop {
	text-align: justify;
	text-justify: distribute-all-lines;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 20px;
}

.flex_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-bottom:20px;
}

.area_img_txt {
	font-size: 16px;
}

.area_shop_ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.area_address{
	font-size: 12px;
	color: #000;
	padding: 0 40px;
}

.area_img_wrap {
	position: relative;
}

.area_img_wrap .slick-arrow{
	top: 115px;
}

.txt_area_img{
	position: absolute;
	background: rgba(255,255,255,0.8);
	font-size: 14px;
	font-weight: bold;
	padding: 4px 16px;
	color: var(--color-brown04);
	top: 8px;
	z-index: 1;
}
.area_img_wrap .thumb img {
	height: 234px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.area_content_body {
	padding: 0 15px;
}
.area_content_body .subtext_area {
	font-size: 12px;
	color: #000;
	text-align: right;
}
.area_content_body .subtext_area.subtext02 {
	text-align: left;
	text-indent: -1em;
	margin-top: 5px;
	padding-left: 1em;
}
.area_content_body a.button_link {
	font-size: 12px;
	color: #fff;
	background: #f39508;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 1em 0;
}

.area_img_txt > span {
	display: block;
}

.area_img_txt span span {
	font-size: 20px;
	line-height: 1;
}

.area_info_list {
	margin-top: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.area_info_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: calc((100% - 10px) / 3);
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.area_info_list > li:not(:last-child) {
	margin-bottom: 10px;
}

.area_info_list li.red {
	background-color: #F16060;
}

.area_info_list li.gray {
	border: 1px solid #fff;
}

.area_info_list li.blue {
	background-color: #0AB2C7;
}

.area_info_list li.green {
	background: #14a83b;
}

.content_inner .title_03 {
	margin-left: -30px;
	width: 981px;
}

.area_info_time_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.area_info_time_item {
	background-color: #fff;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px;
	line-height: 1;
	font-feature-settings: "palt";
}
.area_info_time_item01 {
	display: inline-flex;
	width: 71px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;

}

.area_info_time_item01 > span {
	font-size: 16px;
}

.area_info_time_item01 > span.red {
	color: #f16060;
}
.time_list2 .area_info_time_item:nth-child(odd) .area_info_time_item01 > span{
color: #0AB2C7;
}
.time_list2 .area_info_time_item:nth-child(even) .area_info_time_item01 > span{
color: #f16060;
}
#ueno.area_wrap .area_info_time_item01 > span.red,
#ueno.area_wrap .area_info_time_item01 > span.blue {
	line-height: 1.2;
	white-space: nowrap;
}

.area_info_time_item01 > span {
	color: var(--color-brown04);
}

.area_info_time_item01 > span.blue {
	color: #06b2c7;
}

.area_info_time_item02 {
	display: inline-flex;
	width: 53px;
	justify-content: center;
	font-size: 36px;
	transform: translateY(3px);
	margin: 0 20px;
}

.area_info_time_item03 {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-width: 50px;
}
.area_content_body .txt_info{
	font-size: 16px;
	font-weight: bold;
	color: var(--color-brown04);
	padding: 10px 0;
}

.roomname{
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 color: #000;
 padding: 6px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.txt_count{
	/* margin-bottom: 15px; */
}

.area_content_body .txt_info span{
	font-size: 12px;
}

.slick-track{
	display: flex;
}

.slick-initialized .slick-slide {
    max-width: 410px;
    margin: 0 auto;
}

@media screen and (min-width: 1020px) {
	.area_img_wrap .thumb img{
		height: 250px;
	}
}
@media screen and (max-width: 768px) {
	.area_img_wrap .slick-arrow {
		top: 22%;
	}
	.area_info_time_item01 > span.blue,.area_info_time_item01 > span.red{
		font-size: 14px;
		margin-bottom: 2px;
	}
	.equipment_ttl{
		line-height: 1.5;
	}
	.slick-slider{
		width: 90%;
    	margin: 0 auto;
	}
}

/*shoplistend*/

.bnr_wrap{
    margin-bottom: 40px;

}
.bnr_wrap a{
	display: block;
}
.arrow_prev {
    position: absolute;
    top: 250px;
    left: 30px;
    z-index: 10;
}

.arrow_next{
    position: absolute;
    top: 250px;
    right: 30px;
    z-index: 10;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    font-size: 0;
}

.slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
}

.slick-dots li {
    background-color: #dfdfdf;
    border-radius: 30px;
}

.slick-dots li.slick-active {
    background-color: #C8B4A8;
}

.slick-dotted.slick-slider{
    /* margin-bottom: 60px; */
}

.room_slide.multiple.slick-dotted.slick-slider{
	margin-bottom: 20px;
}

.room_slide.multiple .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.room_slide .slick-dots li button{
	background-color: #fff;
}

.room_slide .arrow_prev{
	left: 0;
}

.room_slide .arrow_next{
	right: 0;
}

.room_slide .slick-arrow{
	top: calc(125px - 56px);
	opacity: .9;
}

@media screen and (max-width: 768px) {
	.room_slide.multiple .slick-slide {
		margin-right: 5px;
		margin-left: 5px;
	}
	.room_slide .slick-arrow{
		top: 12%;
		opacity: .9;
	}
}

/*faq*/
#faq {
    padding: 80px 0;
}
.faq_item{
	margin-bottom: 20px;
}
.a_under{
	text-decoration: underline;
}
/*faqend*/

.bnr_wrap img{
	width: 100%;
}


@media screen and (max-width: 768px) {
	.area_link {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.area_link li {
		width: 22%;
		margin: 0 13px 10px 0;
	}

	.area_link li:nth-child(4n) {
		margin-right: 0;
	}

	.area_link li a {
		padding: 10px 18px 10px 6px;
	}

	.area_link li a.btn_brown01 {
		margin-bottom: 10px;
	}

	.area_link li a.btn_brown01::after {
		right: 6px;
		width: 12px;
		height: 12px;
		background-size: contain;
	}
}

.line_day td{
	width: 25%;
}

.txt_price_free{
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 12px;
	font-weight: normal;
}

.txt_price_free > span{
	position: relative;
	display: inline-block;
}

.txt_price_free > span::after{
	content: "";
	position: absolute;
	left: calc(50% - 40px);
	top: 45%;
	width: 76px;
	height: 1px;
	background: red;
	transform: rotate(10deg);
}

.txt_price_free.col_2{
	grid-template-columns: 1fr;
}

.txt_sub{
	font-size: 12px;
	font-weight: normal;
}

/*insta*/
.insta iframe{
    max-width: 100%  !important;
	min-width: auto !important;
}
