@charset "utf-8";
/* plan_allin.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* オールインプラン　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.all_list {
	position: relative;
	margin-bottom: 70px;
}

/* -- 会館名 ----------------------------------------------- */
.all_list h3 {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2em;
	border-bottom: 3px solid #645428;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

/* 住所・ボタン */
.hall_box {
	position: absolute;
	right: 0px;
	top: 10px;
}
.hall_box ul {
	display: flex;	
	align-items: center;
}
.hall_box li {
	font-weight: 700;
	margin-left: 20px;
	font-size: 15px;
}
.hall_box li a {
	background-color: #FF7900;
	color: #FFFFFF;
	text-decoration: none;
	width: 140px;
	padding-left: 20px;
	background-image: url(../images/arrow_03.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px auto;
	font-size: 14px;
	height: 24px;
	display: flex;
	align-items: center;
	border-radius: 100px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.hall_box li a:hover {
	background-color: #df720f;
}

/* -- flexラップ ----------------------------------------------- */
.in_plan_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* -- スライド ----------------------------------------------- */
.slide_box {
	width: 530px;
}
.bx-prev,
.bx-next {
	display: none;	
}

/* ビュー */
.view_box {
	margin-bottom: 5px;
}
.view_box li img {
	border-radius: 5px;
}


/* サムネイル */
.thumb_box ul {
	display: flex;
	flex-wrap: wrap;
}
.thumb_box li {
	width: calc((100% - 15px) / 4);
	margin-right: 5px;
	margin-bottom: 5px;
}
.thumb_box li:nth-child(4n)  {
	margin-right: 0px;
}
.thumb_box li a img {
	width: 100%;
	height: auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-radius: 5px;
}  
.thumb_box li a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* bx-slider カスタム */
.bx-wrapper .bx-caption {
	background-color: rgba(0,0,0,0.55);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

/* -- データエリア ----------------------------------------------- */
.in_data {
	width: 530px;
}
.price_list {
	margin-bottom: 10px;
}
.price_list:last-child {
	margin-bottom: 0px;
}

/* 会館情報 */
.hall_info {
	background-color: #3AA6C9;
	display: flex;
	margin-bottom: 5px;
}
.hall_info li {
	height: 34px;
	display: flex;	
	align-items: center;
}
.hall_info li:first-child {
	width: 110px;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 700;
}
.hall_info li:last-child {
	width: 420px;
	background-color: #D2EBF4;
	color: #333333;
	padding-left: 10px;
	font-weight: 700;
	font-size: 15px;
}

/* 料金 */
.price_set {
	padding-bottom: 0px;
	background-image: none !important;
	margin-left: 120px;
	margin-bottom: 0px;
}

/* -- 一日葬用の色変更 ----------------------------------------------- */
.oneday_plan .hall_info {
	background-color: #caa539;
}
.oneday_plan .hall_info li:last-child {
	background-color: #ebdeb6;
}









/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* オールインプラン　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.all_list {
}

/* -- 会館名 ----------------------------------------------- */
.all_list h3 {
	font-size: 24px;
	line-height: 1em;
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
	
/* 住所・ボタン */
.hall_box {
	position: relative;
	border-bottom: 3px solid #645428;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.hall_box li {
	margin-left: 0px;
	font-size: 14px;
	margin-right: 15px;
}
.hall_box li a {
	width: 130px;
	font-size: 13px;
	height: 24px;
	position: absolute;
	right: 0px;
	bottom: 5px;
}

/* -- flexラップ ----------------------------------------------- */
.in_plan_wrap {
	display: inherit;
}
	
/* -- スライド ----------------------------------------------- */
.slide_box {
	width: 100%;
	margin-bottom: 20px;
}

/* -- データエリア ----------------------------------------------- */
.in_data {
	width: 100%;
}

/* 会館情報 */
.hall_info li:first-child {
	width: 90px;
	font-size: 16px;
}
.hall_info li:last-child {
	width: calc(100% - 90px);
	font-size: 14px;
}

/* 料金 */
.price_set {
	margin-left: 0px;
}



}
