@charset "UTF-8";

/* ******************************************
	General
****************************************** */
.wrap_f,
.flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

h2 {
	margin: 0 auto 30px;
	font-size: 28px;
	font-weight: 500;
	}
	h2 span {
		display: block;
		margin: 10px 0 0;
		font-size: 17px;
		}
.center {
	text-align: center;
	}
@media screen and (max-width:600px) {
h2 {
	font-size: 24px;
	}
}
img {
	width: 100%;
	}

/* input[type="text"]:focus,
input[type="email"]:focus {
	outline: none;
	box-shadow: none;
	} */

.wbr i {
	display: inline-block;
	font-style: normal !important;
	}


/* ******************************************
	Urgent notice
****************************************** */
#urgent-notice {
	display: block;
	padding: 20px 5%;
	background-color: rgb(236,236,235);
	color: rgb(84,88,90);
	}
	#urgent-notice h2 {
		margin: 0 0 5px;
		padding: 0;
		font-size: 19px;
		color: rgb(84,88,90);
		text-align: center !important;
		}
	#urgent-notice ul {
		margin: 0 auto;
		padding: 0;
		font-size: 17px;
		text-align: center;
		}
		#urgent-notice ul li {
			margin: 0;
			padding: 2px 0 1px;
			}
			#urgent-notice ul li a {
				display: inline-block;
				border-bottom: 1px dotted transparent;
				color: rgb(84,88,90);
				font-weight: 500;
				border-bottom: 1px dotted rgb(84,88,90);
				transition: all .7s;
				}
			#urgent-notice ul li a:hover {
				border-bottom: 1px solid rgb(84,88,90);
				}
				#urgent-notice ul li span {
					display: inline-block;
					padding-right: 20px;
					font-size: 13px;
					line-height: 1em;
					}
@media screen and (max-width:768px) {
	#urgent-notice h2 {
		display: block;
		margin-bottom: 12px;
		text-align: left;
		}
	#urgent-notice ul {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		}
}
@media screen and (max-width:600px) {
	#urgent-notice h2 {
		margin-bottom: 5px;
		}
			#urgent-notice ul li span {
				display: block;
				margin-bottom: 3px;
				}
}


/* ******************************************
	Important notices
****************************************** */
#important-notices {
	display: block;
	padding: 0;
	background-color: #54585B;
	color: #fff;
	}
	#important-notices .wrap_f {
		padding: 18px 0;
		}
	#important-notices h2 {
		font-size: 19px;
		display: inline-block;
		padding: 0;
		margin: 0;
		color: #fff;
		}
	#important-notices ul {
		margin: 0;
		margin-left: 30px;
		padding: 0;
		padding-left: 30px;
		border-left: 1px solid #fff;
		font-size: 17px;
		list-style: none;
		}
		#important-notices ul li {
			margin: 0;
			padding: 2px 0 1px;
			}
			#important-notices ul li a {
				display: inline-block;
				color: #fff;
				transition: all .7s;
				border-bottom: 1px dotted transparent;
				}
			#important-notices ul li a:hover {
				border-bottom: 1px dotted #fff;
				}
			#important-notices ul li span {
				display: inline-block;
				padding-right: 20px;
				font-size: 13px;
				line-height: 1em;
				}
@media screen and (max-width:768px) {
	#important-notices .wrap_f {
		display: block;
		width: 90%;
		margin: 0 auto;
		}
		#important-notices h2 {
			display: block;
			margin-bottom: 12px;
			text-align: left;
			}
		#important-notices ul {
			padding-left: 0;
			margin-left: 0;
			border-left: none;
			}
}
@media screen and (max-width:600px) {
	#important-notices h2 {
		margin-bottom: 5px;
		}
	#important-notices ul li span {
		display: block;
		margin-bottom: 3px;
		}
}


/* ******************************************
	Main
****************************************** */
#page_contents {
	width: 100%;
	z-index: 1;
	}


/* ******************************************
	Container
****************************************** */
.container {
	width: 100%;
	max-width: calc(100% - 270px);
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	}
section .container {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
	}
#offer .container {
	position: relative;
	max-width: calc(100% - 230px);
	max-width: 1400px;
	}

	#breadcrumb .container {
		padding: 20px 30px;
		}

#section_link .container,
#section_link_fx .container,
#inpage_link .container {
	padding-top: 10px;
	padding-bottom: 10px;
	}

@media screen and (max-width:1920px) {
.container {
	max-width: 1280px;
	}
#site_header_top .container,
#site_header_contents .container {
	max-width: 1440px;
	}
}

@media screen and (max-width:1440px) {
.container {
	max-width: 1024px;
	}
#offer .container {
	max-width: 1280px;
	}
#site_header_top .container,
#site_header_contents .container {
	max-width: 1280px;
	}
}

@media screen and (max-width:1024px) {
.container {
	max-width: 768px;
	}
#offer .container {
	max-width: 768px;
	}
section .container {
	padding-top: 35px;
	padding-bottom: 35px;
	}
}

@media screen and (max-width:768px) {
.container,
#inpage_link .container {
	padding-top: 0;
	padding-bottom: 0;
	}
}

@media screen and (min-width:1590px) {
.container.mw-1400 {
	max-width: 1400px;
	}
}

.container.mw-full {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	}
.container.pb-0 {
	padding-bottom: 0;
	}



dl.attention {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 20px 0 0;
	padding: 10px;
	background-color: rgb(84,88,90);
	color: #fff;
	line-height: 1.4;
	}
	dl.attention dt {
		padding: 10px;
		}
	dl.attention dd {
		padding: 10px;
		font-weight: 500;
		}
	

/* ******************************************
	Page Header							Fixed
****************************************** */
#page_header {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
	width: 100%;
	height: 400px;
	background-color: rgb(0,0,0);
	}
	#page_header img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.8;
		object-position: 50% 50%;
		}
	#page_header h2 {
		position: absolute;
		margin: 132px 0 0;
		color: #fff;
		font-family: 'Hiragino Sans W5','ヒラギノ角ゴシック W5','Noto Sans JP', sans-serif;
		font-size: 42px;
		font-weight: 500;
		text-align: center;
		}
		#page_header h2 span {
			display: block;
			margin: 5px 0;
			font-family: 'Agenda-Medium','Arial-Bold', sans-serif;
			font-size: 20px;
			font-weight: 500;
			}
@media screen and (max-width:1023px) {
#page_header {
	margin-top: 97px;
	height: 300px;
	}
	#page_header h2 {
		margin: 0;
		}
}
@media screen and (max-width:600px) {
	#page_header h2 {
		font-size: 24px;
		}
		#page_header h2 span {
			}
}

/* ******************************************
	Wedding Page Header					Fixed
****************************************** */
#page_header.wedding {
	height: calc(100vh - 97px);
	}
	#page_header.wedding img {
		opacity: 1;
		}
	#page_header.wedding h2 {
		margin: 190px 0 0;
		}
@media screen and (max-width:1023px) {
	#page_header.wedding h2 {
		margin: 90px 0 0;
		}
}



/* ******************************************
	Breadcrumb							Fixed
****************************************** */
#breadcrumb {
	width: 100%;
	}
		#breadcrumb ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			line-height: 1.6;
			}
			#breadcrumb ul li {
				list-style-type: none;
				font-size: 14px;
				}
			#breadcrumb ul li:not(:last-of-type)::after {
				content: "/ ";
				margin: 0 .6em;
				}
				#breadcrumb ul li a {
					text-decoration: underline;
					}
				#breadcrumb ul li a:hover {
					opacity: .6;
					}


/* ******************************************
	First Text
****************************************** */
#first_text_section {
	background-color: rgb(236,236,235);
	}
	#first_text_section > .container > p {
		line-height: 1.6;
		}


/* ******************************************
	Offer
****************************************** */
#offer h2 {
	text-align: center;
	}
	#offer h2 span {
		font-size: 17px;
		}

	#offer > .container > p {
		text-align: center;
		line-height: 1.6;
		}
	#offer .container .more {
		text-align: center;
		}


/* ******************************************
	Tab Menu
****************************************** */
.sp_tab {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

.pc_tabmenu {
	display: block;
	}
.sp_tabmenu {
	display: none;
	}
@media screen and (max-width:1023px) {
.sp_tab::before {
	position: absolute;
	top: 13px;
	right: 10px;
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color:  transparent transparent rgb(84,88,90) rgb(84,88,90);
	transform: rotate(-45deg);
	}
.pc_tabmenu {
	display: none;
	}
.sp_tabmenu {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid rgb(84,88,90);
	text-align: center;
	}
}

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0;
	}
.tab-wrap.offer {
	padding: 0 20px;
	}

.tab-label {
	color: rgb(84,88,90);
	cursor: pointer;
	flex: 1;
	order: -1;
	padding: 12px 15px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 1px solid rgb(84,88,90);
	font-family: 'Hiragino Sans W5','ヒラギノ角ゴシック W5','Noto Sans JP', sans-serif;
	font-weight: 500;
	}
.tab-label:hover {
	background-color: rgba(255, 255, 255, 0.5);
	}
.tab-switch:checked + .tab-label {
		
	}
.tab-label::after {
	background: rgb(84,88,90);
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
	}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
	}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
	}
.tab-content {
	height:0;
	opacity:0;
	padding: 0;
	pointer-events:none;
	transform: translateX(-50%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
	}
.tab-switch:checked ~ .tab-content {
	transform: translateX(50%);
	}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
	}
.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
	}
.tab-switch {
	display: none;
	}


/* ******************************************
	Alternating table settings
****************************************** */
.alter_list {
	}
	.alter_list .alter_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		}
		.alter_list .alter_item .alter_img {
			width: 50%;
			order: 1;
			}
			.alter_list .alter_item .alter_img img {
				width: 100%;
				object-fit: cover;
				aspect-ratio: 16 / 10;
				}
			.alter_list .alter_item .alter_img .information_area {
				padding: 10px 20px 25px;
				}
			.alter_list .alter_item .alter_img .information_area h3 {
				margin: 0;
				font-size: 17px;
				text-align: left;
				line-height: 1.6;
				}
			.alter_list .alter_item .alter_img .information_area p {
				margin: 0;
				text-align: left;
				line-height: 1.6;
				}
		.alter_list .alter_item .alter_info {
			width: 50%;
			padding: 30px;
			order: 2;
			}
		.alter_list .alter_item:nth-of-type(2n) .alter_img {
			order: 2;
			}
		.alter_list .alter_item:nth-of-type(2n) .alter_info {
			order: 1;
			}
			.alter_list .alter_item .alter_info h3 {
				margin: 0;
				font-size: 21px;
				text-align: left;
				line-height: 1.6;
				}
			.alter_list .alter_item .alter_info p {
				margin: 5px 0 0;
				text-align: left;
				line-height: 1.6;
				}
@media screen and (max-width: 768px) {
		.alter_list .alter_item .alter_img {
			width: 100%;
			order: 1;
			}
		.alter_list .alter_item .alter_info {
			width: 100%;
			padding: 20px 0 40px;
			order: 2;
			}
		.alter_list .alter_item:nth-of-type(2n) .alter_img {
			order: 1;
			}
		.alter_list .alter_item:nth-of-type(2n) .alter_info {
			order: 2;
			}
}


/* ******************************************
	Other info box
****************************************** */
.other_info_box,
.other_info_box50,
.other_info_box100 {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid rgb(84,88,90);
	}
	.other_info_box h2 {
		margin: 0 0 20px;
		}
		.other_info_box h2 span {
			font-size: 17px;
			}


.other_info_box .other_info_item,
.other_info_box50 .other_info_item,
.other_info_box100 .other_info_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	}
	.other_info_box .other_info_item .other_info_img {
		width: 30%;
		order: 1;
		}
	.other_info_box50 .other_info_item .other_info_img {
		width: 50%;
		order: 1;
		}
	.other_info_box100 .other_info_item .other_info_img {
		width: 100%;
		order: 1;
		}
		.other_info_box .other_info_item .other_info_img img,
		.other_info_box50 .other_info_item .other_info_img img,
		.other_info_box100 .other_info_item .other_info_img img {
			width: 100%;
			}
	.other_info_box .other_info_item .other_info_text {
		width: calc(70% - 30px);
		padding: 0;
		order: 2;
		}
	.other_info_box50 .other_info_item .other_info_text {
		width: calc(50% - 30px);
		padding: 0;
		order: 2;
		}
	.other_info_box100 .other_info_item .other_info_text {
		width: 100%;
		padding: 0;
		order: 2;
		}
		.other_info_box .other_info_item .other_info_text h3,
		.other_info_box50 .other_info_item .other_info_text h3,
		.other_info_box100 .other_info_item .other_info_text h3 {
			margin: 10px 0;
			font-size: 21px;
			font-weight: 400;
			text-align: left;
			}
		.other_info_box .other_info_item .other_info_text p,
		.other_info_box50 .other_info_item .other_info_text p,
		.other_info_box100 .other_info_item .other_info_text p {
			max-width: 100%;
			margin: 0;
			line-height: 1.6;
			text-align: left;
			}

@media screen and (max-width: 450px) {
	.other_info_box .other_info_item .other_info_img,
	.other_info_box50 .other_info_item .other_info_img {
		width: 100%;
		margin-bottom: 20px;
	}
	.other_info_box .other_info_item .other_info_text,
	.other_info_box50 .other_info_item .other_info_text {
		width: 100%;
	}
}


/* ******************************************
	offer table list
****************************************** */
.offer_table_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px 0 0;
}
.offer_table_list article {
	position: relative;
	width: calc(33.3333% - 20px);
	margin: 0 10px 70px;
	padding: 0 0 60px;
}
.offer_table_list article img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}
.offer_table_list article h3 {
	margin: 5px 10px 15px;
	font-size: 21px;
	font-weight: 500;
}
.offer_table_list .category {
	margin: 15px 10px 10px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.offer_table_list .category .item {
	display: inline-block;
	margin-right: 10px;
}
.offer_table_list .category .update {
	display: inline-block;
}
.offer_table_list .category .update::before {
	content: '|';
	margin-right: 5px;
}
.offer_table_list article p {
	margin: 0 10px;
	line-height: 1.6;
}
.offer_table_list article a {
	position: absolute;
	bottom: 0;
}
.offer_table_list article a.btn_bg_gr-wh {
	left: 10px;
	bottom: 0;
}
.offer_table_list article a.btn_bg_wh-gr {
	left: 180px;
	bottom: 0;
}
.offer_table_list.offers_list_wedding article a.btn_bg_wh-gr {
	left: 10px;
	bottom: 0;
}
@media screen and (max-width: 1280px) {
	.offer_table_list article {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 600px) {
	.offer_table_list article {
		width: 100%;
		margin: 0 0 70px;
	}
}


/* ******************************************
	#offerslist
****************************************** */
#offerslist {
	}
#offerslist .offerslist_title {
	max-width: 940px;
	margin: 0 auto;
	line-height: 1.6;
	}
#offerslist .offerslist_doc {
	max-width: 768px;
	margin: 0 auto;
	line-height: 1.6;
	}
	#offerslist .offerslist_doc p {
		margin: 0 0 20px;
		}

		.free_text {
			margin: 0 0 30px;
			}

/* free border */
		.free_offers_doc.bdc_lg,
		.free_offers_doc.bdc_dg,
		.free_offers_doc.bdc_bk {
			margin: 0 0 30px;
			padding-bottom: 0;
			}

/* free price */
		.free_price {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin: 0 0 30px;
			}
			.free_price dt {
				min-width: 300px;
				width: calc(100% - 270px);
				padding: 2px 5px;
				font-weight: 300;
				border-bottom: 1px solid #ccc;
				}
			.free_price dd {
				width: 150px;
				padding: 2px 5px;
				text-align: right;
				border-bottom: 1px solid #ccc;
				}
			.free_price dd.free_price_op {
				width: 120px;
				padding: 2px 5px;
				text-align: left;
				border-bottom: none;
				}

/* free table */
		.free_table {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			margin: 0 0 30px;
			}
			.free_table dt {
				min-width: 100px;
				font-weight: 300;
				}
			.free_table dd {
				width: calc(100% - 100px);
				}

/* free btn */

#offerslist .category {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#offerslist .category .item {
	display: inline-block;
	margin-right: 10px;
}
#offerslist .category .update {
	display: inline-block;
}
#offerslist .category .update::before {
	content: '|';
	margin-right: 5px;
}
#offerslist .offerslist_doc picture {
	display: block;
	width: 100%;
	max-width: 768px;
	margin: 0 auto 20px;
}
#offerslist .offerslist_doc picture img {
	width: 100%;
	height: auto;
}
#offerslist .offerslist_doc div p img {
	width: auto;
	max-width: 100%;
	}
#offerslist .offerslist_doc p {
	width: 100%;
	margin: 0 auto 20px;
	}
#offerslist .offerslist_doc table th,
#offerslist .offerslist_doc table td {
	padding: 10px 20px;
	}

#offers_contact .container {
	padding: 0 0 70px;
}


/* ******************************************
	Column settings
****************************************** */
.three-column,
.two-column,
.one-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0 0;
	}


/* ******************************************
	Column Box
****************************************** */
	.three-column article,
	.two-column article,
	.one-column article {
		position: relative;
		display: block;
		margin: 10px;
		}
	.three-column article a img,
	.two-column article a img,
	.one-column article a img {
		width: 100%;
		object-fit: cover;
		opacity: 1;
		transition: .5s;
		}

	.three-column article a p,
	.two-column article a p {
		position: absolute;
		bottom: 0;
		width: 100%;
		min-height: 60px;
		padding: 10px;
		background-color: rgba(0, 0, 0, .5);
		font-size: 15px;
		line-height: 1.4;
		color: #fff;
		}
	.three-column article.text-under a h3,
	.two-column article.text-under a h3 {
		margin: 20px 0 5px;
		font-size: 21px;
		line-height: 1.6;
		}
	.three-column article.text-under a p,
	.two-column article.text-under p {
		line-height: 1.6;
		}
	.three-column article a p.one-line {
		min-height: inherit;
		}
	.three-column article a p b,
	.two-column article a p b {
		font-weight: normal;
		}
	.three-column article a p span,
	.two-column article a p span {
		position: absolute;
		bottom: 10px;
		right: 10px;
		display: inline-block;
		font-size: 13px;
		}
	.three-column article a:hover p span,
	.two-column article a:hover p span  {
		text-decoration: underline;
		}


	.text-flex {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		}
		.text-flex b {
			width: 100%;
			}
		.text-flex object {
			
			}
		.text-flex span {
			position: relative !important;
			bottom: auto !important;
			right: auto !important;
			display: block !important;
			text-align: right;
			line-height: 13px;
			margin-left: auto;
			}


/* ******************************************
	Three Column
****************************************** */
.three-column article {
	width: calc((100% - 60px) / 3);
	}
	.three-column article a img,
	.three-column.mobile-list article a img {
		aspect-ratio: 1 / 1;
		}
	.three-column article a.aspect16-10 img {
		aspect-ratio: 16 / 10;
		}

@media screen and (max-width: 600px) {
.three-column article {
	width: 100%;
	margin: 0 0 20px;
	}
.three-column.mobile-list article {
	margin: 0 0 20px;
	}
.three-column.mobile-slide article {
	margin: 0;
	}
.three-column article:last-of-type {
	margin: 0;
	}
	.three-column.mobile-list article a img {
		aspect-ratio: 16 / 10;
		}
}
		
/* ******************************************
	Two Column
****************************************** */
.two-column article {
	width: calc((100% - 40px) / 2);
	}
	.two-column article a img {
		aspect-ratio: 16 / 10;
		}

@media screen and (max-width: 600px) {
.two-column article {
	width: 100%;
	margin: 0 0 20px;
	}
.two-column article:last-of-type {
	margin: 0;
	}
}


/* ******************************************
	One Column
****************************************** */
.one-column > article {
	width: 100%;
	}
	.one-column article a img {
		aspect-ratio: 16 / 10;
		}

@media screen and (max-width: 600px) {
.one-column article {
	margin: 0;
	}
}


/* ******************************************
	One Image
****************************************** */
.one_image {
	max-width: 960px;
	max-height: calc(100vh - 100px);
	margin: 0 auto;
	}
	.one_image article {
		margin: 10px;
		}
		.one_image article img {
			width: 100%;
			object-fit: cover;
			aspect-ratio: 16 / 10;
			}
@media screen and (max-width:600px) {
	.one_image article {
		margin: 0;
		}
}


/* ******************************************
	One Banner
****************************************** */
#one-banner .container a {
	display: block;
	position: relative;
	width: calc(100% - 20px);
	max-width: 768px;
	margin: 0 auto;
	}
	#one-banner .container a img {
		width: 100%;
		aspect-ratio: 7 / 2;
		object-fit: cover;
		}
	#one-banner .container a:hover {
		opacity: .7;
		}
	#one-banner .container a.border {
		border: 1px solid #54585b;
		}
		#one-banner .container a span.btn_bw_wh-tp {
			position: absolute;
			bottom: 20px;
			right: 20px;
			width: 150px;
			transition: .5s;
			}
		#one-banner .container a:hover span.btn_bw_wh-tp {
			background-color: transparent;
			color: #fff;
			}
			#one-banner a p {
				position: absolute;
				top: calc(50% - 12px);
				left: 0;
				width: 100%;
				color: #fff;
				font-size: 24px;
				font-weight: 500;
				text-align: center;
				z-index: 2;
			}

@media screen and (max-width: 600px) {
	#one-banner .container a.mobile_trans img {
		aspect-ratio: 1 / 1;
		}
	#one-banner .container a.mobile_trans span.btn {
		position: absolute;
		bottom: 20px;
		right: calc(50% - 75px);
		}
	#one-banner a p {
		top: auto;
		font-size: 21px;
	}
}


a.one-banner {
	display: block;
	position: relative;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	background-color: rgb(0, 0, 0);
	}
	a.one-banner > img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 3 / 1;
		opacity: 0.7;
		transition: 0.5s;
		}
	a.one-banner:hover > img {
		opacity: 1;
		transition: 0.5s;
		}
		a.one-banner > p {
			position: absolute;
			top: calc(50% - 12px);
			left: 0;
			width: 100%;
			color: #fff;
			font-size: 24px;
			font-weight: 500;
			text-align: center;
			z-index: 2;
			}
			a.one-banner > p > img {
				width: 100px;
				opacity: 1;
				}

#floor_lounge {
	
	}
	#floor_lounge h2 {
		text-align: center;
		}
		#floor_lounge a {
			display: block;
			position: relative;
			width: 90%;
			max-width: 768px;
			margin: 0 auto;
			}
@media screen and (max-width: 1023px) {
	#floor_lounge a {
		width: 100%;
		max-width: none;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
		
			#floor_lounge a img {
				width: 100%;
				object-fit: cover;
				aspect-ratio: 7 / 2;
				}
				#floor_lounge a p {
					position: absolute;
					top: calc(50% - 12px);
					left: 0;
					width: 100%;
					color: #fff;
					font-size: 24px;
					font-weight: 400;
					text-align: center;
					z-index: 2;
				}
@media screen and (max-width: 600px) {
	#floor_lounge a p {
		top: auto;
		font-size: 21px;
	}
}
@media screen and (max-width: 500px) {
	#floor_lounge a p {
		top: auto;
		font-size: 14px;
	}
}



/* ******************************************
	Accordion							Fixed
****************************************** */
.acd_box {
	border-bottom: 1px solid #999;
}

.acd-open {
	position: relative;
	display: block;
	margin-bottom: -1px;
	padding: 16px 40px 20px 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	}
.acd-open::before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	padding: 16px 20px 20px;
	font-size: 21px;
	content: '＋';
	}
.acd-open.active::before {
	content: "－";
	}
	.acd-open div {
		margin-top: -20px;
		padding: 0 0 0 28px;
		}

.acd {
	display: none;
	padding: 16px 20px 20px;
		font-size: 16px;
	line-height: 1.6;
	background-color: rgb(236,236,235);
	}
	.acd p {
		padding: 0 0 0 28px;
		}
	.acd p:first-child {
		margin-top: -28px;
		}
	.acd img {
		width: auto;
		max-width: 100%;
		}
	.acd-open i,
	.acd i {
		font-weight: 500;
		font-style: normal;
		color: rgb(84,88,90);
		font-size: 21px;
		}
	.acd p a {
		text-decoration: underline;
		}


/* ******************************************
	Accordion More view					Fixed
****************************************** */
.txt-hide {
	display: none;
	}
.txt-hide.mobile {
	display: block;
	}
@media screen and (max-width: 768px) {
.txt-hide.mobile {
	display: none;
	}
}

button.more_read {
	display: inline-block;
	min-width: 150px;
	margin: 0;
	padding: .625rem 1rem;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #54585b;
	background-color: #54585b;
	color: #fff;
	}
button.more_read:hover {
	background-color: #fff;
	color: #54585b;
	}
button.more_read::after {
	content: "もっと見る";
	transition: .3s;
	-erbkit-transition: .3s;
	}
button.more_read.on-click {
	margin: 20px 0 0;
	}
button.more_read.on-click::after {
	content: "閉じる";
	}
}


/* ******************************************
	Infinite Scroll						Fixed
****************************************** */
.infinite_scroll_area {
	}
	.infinite_scroll_area .container {
		width: 100%;
		max-width: 100%;
		padding: 70px 0;
		}
		.infinite_scroll_area .container h2 {
			width: calc(100% - 40px);
			}
		.infinite_scroll_area .container p {
			width: 90%;
			max-width: calc(100% - 190px);
			margin: 0 auto;
			text-align: center;
			line-height: 1.6;
			}
@media screen and (max-width: 600px) {
		.infinite_scroll_area .container p {
			max-width: calc(100% - 40px);
			}
}

.infinite_scroll {
	margin: 35px 0 0;
	}
	.infinite_scroll article {
		width: 25vw;
		aspect-ratio: 1 / 1;
		}
		.infinite_scroll article a {
			position: relative;
			
			width: 100%;
			height: 100%;
			}
			.infinite_scroll article a img {
				width: auto;
				height: 100%;
				aspect-ratio: 1 / 1;
				object-fit: cover;
				}
			.infinite_scroll article a h3 {
				position: absolute;
				top: 0;
				left: 0;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: 100%;
				padding: 20px;
				color: #fff;
				font-size: 24px;
				line-height: 1.6;
				text-align: center;
				background-color: rgba(0, 0, 0, .7);
				opacity: 0;
				transition: .5s;
				}
			.infinite_scroll article a:hover h3 {
				opacity: 1;
				transition: .5s;
				}



/* ******************************************
	Page share							Fixed
****************************************** */
#sns_share {
	
	}
	#sns_share .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		}
		#sns_share .container span {
			display: inline-block;
			margin: 0 5px 10px 0;
			font-size: 15px;
			}

@media screen and (max-width:510px) {
		#sns_share .container span {
			display: inline-block;
			width: 100%;
			margin: 0 0 10px 5px;
			text-align: center;
			}
}
.x-button,
.fb-button,
.line-it-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 21px;
	margin: 0 0 10px 5px;
	background-color: #54585b;
	font-size: 13px;
	color: #fff;
	text-align: center;
	z-index: 10;
	}
	.x-button img,
	.fb-button img,
	.line-it-button img {
		width: auto;
		height: 13px;
		margin: 0 10px 0 0;
		}
.x-button:hover,
.fb-button:hover,
.line-it-button:hover {
	opacity: .8;
	}

/* ******************************************
	Go top								Fixed
****************************************** */
.gotop {
	display: none;
	position: fixed;
	bottom: 85px;
	right: 23px;
	overflow:hidden;
	cursor: pointer;
	-webkit-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
	z-index:999;
}
#top {
	background: #fff;
	border: 1px solid #54585b;
	width: 44px;
	height: 44px;
	text-align:center;
	color: #54585b;
	font-size: 1.8rem;
	line-height: 1.2em;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #54585b;
	border-left: 2px solid #54585b;
	transform: rotate(45deg);
	position: absolute;
	margin-top: 8px;
	transition: .5s;
}
#top:hover {
	opacity: 1;
	background-color: #54585b;
	color: #fff;
	transition: .5s;
}
#top:hover::before {
	margin-top: 3px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: .5s;
}
@media screen and (max-width:1023px) {
	.gotop {
		bottom: 65px;
		right: 12px;
	}
	#top {
		width: 60px;
		height: 60px;
		font-size: 1.4rem;
	}
	#top::before {
		width: 15px;
		height: 15px;
		margin-top: 7px;
	}
}


/* ******************************************
	Serch								Fixed
****************************************** */
#offers_list .container {
	position: relative;
}
.serch_offers {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 32px;
	top: -90px;
	padding: 0;
	margin: 0;
}
.serch_offers input {
	width: 200px;
	height: 42px;
	padding: 10px;
	border: 1px solid rgb(84,88,90);
	font-size: 17px;
	min-height: 1.2em;
}
.serch_offers input::placeholder {
}
.serch_offers button {
	font-size: 16px;
	display: inline-block;
	width: 40px;
	height: 42px;
	padding: 5px 10px;
	border: 1px solid rgb(84,88,90);
	border-left: none;
	background-image: url(../_images/search_black_24dp.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
}
@media screen and (max-width: 767px) {
.serch_offers {
	justify-content: center;
	position: relative;
	right: auto;
	top: auto;
	padding: 0;
	margin: 0 0 30px;
	text-align: center;
	}
}


/* ******************************************
	Table scroll						Fixed
****************************************** */
.table-container {
	overflow-x: scroll;
	}
	.table-container table {
		width: 100%;
		min-width: 1186px;
		border-collapse: collapse;
		}



/* ******************************************
	Navi dial
****************************************** */
.navi_flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	}
.navi_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(50% - 70px / 2);
	margin: 0 0 10px;
	}
	.navi_flow dt {
		width: calc(100% - 50px);
		margin: 0 0 10px;
		padding: 10px 10px 10px 20px;
		text-align: left;
		}
	.navi_flow_box:first-of-type dt {
		width: calc(100% - 100px);
		}
	.navi_flow dd {
		width: 50px;
		margin: 0 0 10px;
		padding: 10px;
		color: #fff;
		}
	.navi_flow_box:first-of-type dd {
		width: 100px;
		}
.navi_flow_box .triangle {
	background: rgb(84,88,90);
	height: calc(tan(60deg) * 24px / 2);
	width: 20px;
	margin: 13px 0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
@media screen and (max-width: 768px) {
	.flow2nd dt {
		width: calc(100% - 80px);
		margin: 0 0 10px 30px;
		padding: 10px 10px 10px 20px;
		text-align: left;
		}
.navi_flow {
	width: 100%;
	}
	.navi_flow dt {
		padding: 10px;
		}
.navi_flow_box .triangle {
	background: rgb(84,88,90);
	height: calc(tan(60deg) * 20px / 2);
	width: 24px;
	margin: -10px auto 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

}


