@charset "utf-8";


.pccenter_spleft {
    max-width: 1080px;
}

.width-semifixed {
    text-align: center;
    margin: 0 auto;
    max-width: 1080px;
    width: 94%;
    display: block;
}

.rental_underline h3 {
	color: #919b00;
}

.rental_underline h3::after {
	background-color: #919b00;
}

.wrap-rental-menu {
	padding: 3% 4%;
	margin: 40px auto;
	background-color: #fde2eb;
}

.rental-menu2 {
	background-color: #eaeaea;
}

.rental-menu3 {
	background-color: #edf1b5;
}

.contena-rental-menu-box {
	display: flex;
}

.contena-rental-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
}

.rental-menu-text-box {
	width: 100%;
	max-width: 450px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	flex-basis: auto;
	align-self: center;
	z-index: 2;
}

.rental-menu-text {
	text-align: left;
	padding: 30px 35px;
	display: block;
	color: #444;
}

_:-ms-lang(x)::-ms-backdrop, .rental-menu-text-box {
	top: 13%;
}

.rental-menu-img {
	width: 100%;
	max-width: 620px;
	z-index: 1;
	flex-basis: auto;
	/*align-self: center;*/
}

.rental-menu-text h4 {
	font-size: 1.8rem;
	line-height: 5rem;
	font-weight: 500;
}

.rental-menu-text p {
	line-height: 1.8rem;
	padding-bottom: 20px;
	font-size: 1rem;
}


.rental-menu-text:hover {
	text-decoration: none;
	opacity: 0.9;
}


.rental-more {
	display: block;
	width: 150px;
	margin: 20px 0 0 auto;
	padding: 6px 12px;
	border: #743 1px solid;
	color: #743;
	position: relative;
}

.rental-more::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: #743 1px solid;
	border-right: #743 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rental-dot {
	font-size: 1.8rem;
	color: #777;
	position: relative;
	margin-top : 100px;
	margin-bottom: 15px;
	font-weight: 500;
	text-align: left;
}

.rental-dot::after {
	content: "";
	background-image: linear-gradient(to right, #777, #777 3px, transparent 3px, transparent 8px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	position: absolute;
	left:2em;
	bottom: -8px;
	display: inline-block;
	width: 48px;
	height: 2px;
	transform: translateX(-50%);
}

/* 料金表 */
.rental_price_list {
	width: 100%;
	max-width: 1080px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price_list_box {
	max-width: 530px;
	width: 92%;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

.price_tbl {
	width: 100%;
	border: solid 1px #efe2e4;
	border-spacing: 0;
	border-radius: 5px;
}

.price_tbl tr {
	display: block;
	border-bottom: solid 1px #efe2e4;
}

.price_tbl th {
	text-align: center;
	display: block;
	width: 100%;
	padding: 1.3em;
	background-color: #ef919d;
	background-image: url(/common/images/rental/icon_flower.svg);
	background-repeat: no-repeat;
	background-position: right -55px top -55px;
	background-size: 110px 110px;
	font-size: 1.3em;
	color: #ffffff;
	font-weight: 500;
}

.price_tbl_ttl {
	width: 100%;
	display: block;
	background-color: #ffeaec;
	font-weight: 500;
	line-height: 1.6em;
}

.price_tbl_txt {
	width: 48%;
	display: inline-block;
	font-size: 0.9em;
}

.tbl_brdr_r {
	border-right: solid 1px #efe2e4;
}

.price_tbl tr:nth-of-type(2),
.price_tbl tr:nth-of-type(5) {
	background-color: #e4e4e4;
}

.price_tbl td {
	text-align: center;
	padding: 1.2em 0;
}

.price_tbl_note {
	margin: 2em auto 0;
	text-align: center;
	display: block;
	max-width: 1080px;
	padding: 1em;
	color: #cc0000;
	border: dashed 1px #cc0000;
	width: 50%;
	background-color: #ffeaec;
	font-weight: 500;
}

/*------->*/

/*<<<--レンタルページ-------*/

a.rental-otoiawase {
	border-bottom: 1px solid;
	color: #079;
	font-weight: 500;
}

.rental-otoiawase:hover {
	text-decoration: none;
	opacity: 0.8;
}

.wrap-rental-image {
	max-width: 960px;
 	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}

.wrap-rental-image img {
	margin: 10px;
	width: 220px;
}

/*------->*/


@media screen and (min-width: 769px){
    .width-semifixed {
		width: 92%;
	}

	.contena-rental-menu {
		position: relative;
	}

	.rental-menu-text-box {
		position: absolute;
	}

	

}

@media screen and (max-width: 768px) {
    
	.contena-rental-menu {
		display: flex;
		position: initial;
		flex-direction: column;
		width: 100%;
	}

	.rental-menu-text-box {
		position: initial!important;
		background-color: rgba(255, 255, 255, 0.7);
		display: block;
		width: 100%;
		max-width: 620px;
		margin-top: 4%;
	}

	.rental-menu-text {
		text-align: left;
		display: block;
	}

	.rental-menu-img {
		width: 100%;
		min-height: 0%;
	}

    .rental-menu-text h4 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: 500;
    }

    .rental-menu-text p {
        line-height: 1.5rem;
        padding-bottom: 20px;
        font-size: 0.9rem;
    }

	/* 料金表 */
	.rental_price_list {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.price_list_box {
		margin-bottom: 30px;
	}

	.price_tbl_note {
		width: 85%;
	}


    .rental-menu-img img {
        width: 100%;
        display: block;
    }

}

/*<<<--結婚式について-------*/

.flex-box {
    margin-bottom: 100px;
	gap: 20px;
}

.wedding-ttl p {
	margin-top: 40px;
}

.wedding-ttl h3 {
	text-align: left;
	color: #ef919d;
	margin-top: 70px;
}

.wrap-hall-list {
	align-items: flex-start;
}

.wedding-hall-list {
	max-width: 530px;
	width: 92%;
	border-radius: 5px;
	border: solid 1px #efe2e4;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

.wedding-h-list-ttl {
	width: 100%;
	height: 70px;
	background-color: #ef919d;
	border: solid 1px #efe2e4;
	border-radius: 5px 5px 0 0 ;
	background-image:url(/common/images/rental/icon_flower.svg);
	background-repeat:no-repeat;
	background-position: right -55px top -55px;
	background-size: 110px 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wedding-h-list-ttl a:hover {
	text-decoration: none;
}

.wedding-h-list-ttl h4:hover {
	color: #efe2e4;
}

.wedding-h-list-ttl h4 {
	color: #fff;
    text-align: center;
    font-weight: 500;
}

.wedding-h-list-conta {
	display: flex;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #efe2e4;
}

.wedding-h-list-conta:nth-of-type(2) {
	margin-top: 10px;
}

.wedding-h-list-conta:last-of-type {
	padding-bottom: 20px;
	border-bottom: none;
}

.whl-hall-name a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.whl-hall-name h5 {
	display: inline-block;
	font-size: 1.2rem;
    font-weight: 500;
	color: #ef919d;
	border-bottom: 1px solid #ef919d;
	vertical-align: middle;
	/* padding-bottom: 5px; */
}

.whl-hall-name img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.whl-hall-name div {
	padding-top: 10px;
	color: #ef919d;
}

.whl-hall-conta2 {
	position: relative;
    width: 100%;
	padding: 20px;
	transform: translate(150px);
}

.hall-thumbnail {
	display: inline-block;
}

.hall-thumbnail img {
	padding-top: 10px;
	width: 150px;
	height: 107px;
	vertical-align: top;
	object-fit: contain;
}

.hall-thum-text {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
    font-size: 1rem;
    line-height: 1rem;
    line-height: 2rem;
}

.hall-thumbnail {
	position: absolute;
	top: 0;
	left: -150px;
	width: 150px;
	height: 100%;
}

@media screen and (max-width:769px) {
    .wedding-h-list-ttl h4 {
        font-size: 1.2rem;
    }

    	.wedding-h-list-conta {
		padding-right: 0;
	}

    	.whl-hall-conta2 {
		position: static;
		transform: none;
		width: 100%;
		padding: 10px;
	}

    	.whl-hall-name {
		display: block!important;
		width: 96%;
	}

    	.hall-thumbnail {
		max-width: 150px;
		width: 40%;
		position: static;
		height: auto;
	}

	.hall-thumbnail img {
		padding-top: 20px;
	}
    
}