@charset "UTF-8";

.flower_box {
	max-width: initial;
	max-width: auto;
	max-width: none;
}

.flower_order {
	width: 80%;
	max-width: 1200px;
	margin: 35px auto 0;
	display: block;
}

.flower_ttl {
	background-color: #7DBFD6;
	color: #ffffff;
	display: block;
	border-radius: 8px;
	text-align: left;
	padding-left: 1em;
	font-size: 2em;
	line-height: 2.4em;
}

.flower_order p {
	text-align: left;
	margin: 40px 0;
	white-space: inherit;
	font-size: 1.2em;
	font-weight: 500;
}

.flower_hall_list {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

/* タブ　ここから */
.tabs {
	width: 100%;
	margin: 0 auto;
}

.tab_item {
	width: calc(100%/2);
	height: 2.5em;
	background-color: #DDF3FB;
	line-height: 2.5em;
	font-size: 1.4em;
	text-align: center;
	color: #7DBFD6;
	display: block;
	float: left;
	text-align: center;
	font-weight: 500;
	transition: all 0.2s ease;
	border-radius: 8px 8px 0 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_01:checked ~ #tab_01_content,
#tab_02:checked ~ #tab_02_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #7DBFD6;
	color: #ffffff;
}
/* タブ　ここまで */

/* ホールリスト　ここから */
.tab_content_description {
	border: solid 1px #cccccc;
}

.hall_list_box {
	border-bottom: solid 1px #cccccc;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 120px;
}

.hall_list_box:last-of-type {
	border-bottom: none;
}

.hall_box_01 {
	display: flex;
	align-items: center;
	width: 45%
}

.hall_box_01 img {
	width: 100px;
	height: auto;
	margin: 20px;
}

.hall_name {
	font-size: 1.2em;
}

.hall_box_02 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 30%;
	height: 100%;
	border-left: solid 1px #cccccc;
}

.hall_list_label {
	background-color: #E5E5E5;
	font-weight: 500;
	padding: 0.3em 0.8em;
	width: 65px;
	margin-right: 1em;
	letter-spacing: 1px;
}

.hall_box_02 p {
	font-size: 1em;
	font-weight: 500;
	padding-left: 15px;
}

.hall_box_02 p:first-of-type {
	margin-bottom: 0.8em;
}

.hall_box_03 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	height: 100%;
	border-left: solid 1px #cccccc;
}

.hall_box_03 a {
	background-color: #48A7C8;
	color: #ffffff;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 1.5em;
	width: 90%;
	height: 40px;
}

.hall_box_03 a:hover {
	text-decoration: none;
	opacity: 0.75;
}

.hall_box_03 a:first-of-type {
	margin-bottom: 0.8em;
}
/* ホールリスト　ここまで */

.makurabana_list {
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
}

.makurabana_list li {
	width: calc(50% - 15px);
}

.makurabana_list li:first-of-type {
	margin-right: 30px;
}

.makurabana_list li img {
	margin-bottom: 10px;
}

.makurabana_list li p {
	font-size: 1.3em;
	font-weight: 500;
}

.makurabana_list li p span {
	font-size: 1.6em;
	font-weight: 500;
	display: inline-block;
	margin: 0 10px;
}

.kyouka_list {
	margin: 30px auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 80%;
}

.kyouka_list li {
	margin-right: 20px;
	/*max-width: 32%;*/
	max-width: calc(33% - 20px);
}

.kyouka_list li:nth-of-type(3),
.kyouka_list li:nth-of-type(6),
.kyouka_list li:nth-of-type(9) {
	margin-right: 0;
}

.kyouka_list li img {
	margin-bottom: 10px;
	width: 100%;
}

.kyouka_price {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 15px;
}

.kyouka_list li p:nth-of-type(4) {
	margin-bottom: 30px;
}

.kyouka_item {
	font-size: 1.2em;
	margin: 10px 0 -5px;
	font-weight: 500;
}

.kyouka_list li p span {
	font-size: 1.6em;
	font-weight: 500;
	display: inline-block;
	margin: 0 10px;
}

/* 供花エリア選択ページ */
.kyouka_area_list {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	width: 80%;
	max-width: 1200px;
}

.kyouka_area_list a {
	display: inline-block;
	width: 32%;
	text-decoration: none;
	border: solid 4px #48A7C8;
	border-radius: 12px;
	box-shadow: 3px 2px 7px #cccccc;
}

.kyouka_area_list a:hover {
	display: inline-block;
	width: 32%;
	text-decoration: none;
	border: solid 3px #4193AF;
	border-radius: 12px;
	box-shadow: none;
}

.kyouka_area_list a:hover h5 {
	background-color: #4193AF;
	color: #ffffff;
	font-size: 1.8em;
	line-height: 4em;
	border-radius: 8px 8px 0 0;
}

.kyouka_area_list h5 {
	background-color: #48A7C8;
	color: #ffffff;
	font-size: 1.8em;
	line-height: 4em;
	border-radius: 8px 8px 0 0;
}

.kyouka_area_list ul {
	padding: 20px;
}

.kyouka_area_list li {
	font-size: 1.2em;
	line-height: 2em;
	text-align: left;
	color: #3F788B;
	font-weight: 500;
}

.txt_1em {
	font-size: 1.0em!important;
}

.kyouka_note {
	color: #cc0000;
	font-size: 0.9em;
	margin-top: 3.6em;
	text-align: left;
	word-break: keep-all;
}

@media screen and (max-width: 950px){
	.tab_item {
		font-size: 1.2em;
	}

	.hall_list_box {
		flex-wrap: wrap;
		flex-direction: column;
		height: 100%;
	}

	.hall_box_01 {
		width: 100%;
	}

	.hall_box_01 img {
		width: 85px;
		margin: 15px;
	}

	.hall_name {
		font-size: 1em;
		padding-right: 15px;
	}

	.hall_box_02 {
		flex-direction: row;
		justify-content: left;
		width: 100%;
		border: none;
	}

	.hall_box_03 {
		flex-direction: row;
		width: 100%;
		margin: 15px 0 20px;
		border: none;
	}

	.hall_box_03 a {
		width: 45%;
		padding: 0 3px 0 11px;
		font-size: 16px;
	}

	.hall_box_03 a:first-of-type {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@media screen and (max-width: 768px){
	.flower_order {
		width: 94%;
		margin: 35px auto 0;
		display: block;
	}

	.flower_order p {
		text-align: left;
		margin: 25px auto;
		white-space: inherit;
		font-size: 1em;
		font-weight: 500;
	}

	.flower_hall_list {
		width: 94%;
	}

	.flower_ttl {
		padding: 15px 10px;
		font-size: 1.4em;
		line-height: 1.6em;
	}

	.hall_box_02 {
		width: 100%;
		border: none;
		flex-direction: column;
		justify-content: center;
	}

	.hall_box_03 a {
		font-size: 0.8em;
	}

	.makurabana_list {
		width: 90%;
	}

	.makurabana_list li:first-of-type {
		margin-right: 20px;
	}

	.makurabana_list li img {
		margin-bottom: 10px;
	}

	.makurabana_list li p {
		font-size: 0.8em;
	}

	.makurabana_list li p span {
		font-size: 1.8em;
		margin: 0 5px;
	}

	.kyouka_list {
		width: 90%;
		margin: 30px auto 0;
	}

	.kyouka_list li {
		margin-right: 10px;
		max-width: 49%;
		width: calc(50% - 5px);
	}

	.kyouka_list li:nth-of-type(2),
	.kyouka_list li:nth-of-type(4),
	.kyouka_list li:nth-of-type(6),
	.kyouka_list li:nth-of-type(8) {
		margin-right: 0;
	}

	.kyouka_list li:nth-of-type(3) {
		margin-right: 10px;
	}

	.kyouka_list li img {
		margin-bottom: 10px;
	}

	.kyouka_list li p {
		font-size: 0.8em;
	}

	.kyouka_list li p span {
		font-size: 1.8em;
		margin: 0 5px;
	}

	/* 供花エリア選択ページ */
	.kyouka_area_list {
		flex-direction: column;
		margin: 50px auto 0;
		width: 90%;
	}

	.kyouka_area_list a {
		width: 100%;
		margin-bottom: 30px;
	}

	.kyouka_area_list a:hover {
		width: 100%;
		border: solid 3px #4193AF;
		box-shadow: none;
	}

	.kyouka_note {
		margin-top: 1.0em;
	}

}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
.kyouka_note {
	color: #cc0000;
	font-size: 0.9em;
	margin-top: 3.6em;
	text-align: left;
	word-break: normal;
}
}