@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

* {
	margin: 0;
	padding: 0;
}

TABLE.form {
	margin-bottom: 1rem;
	width: 100%;
}

TABLE.form span.tax {
	font-size: 0.7rem;
}

TABLE.form TH {
	background-color: #363386;
	;
	border-bottom: #fff 2px solid;
	text-align: center;
	color: #fff;
	font-weight: unset;
	width: 10%;
}

TABLE.form TD {
	padding-left: 10px;
	margin-bottom: 1rem;
	box-sizing: border-box;
	justify-content: space-between;

}

TABLE.form TD INPUT {
	margin: 0.8rem 0;
}

.order_kyoka {
	display: flex;
	flex-wrap: wrap;
}

.sonota {
	width: 48%;
}

.order_kyoka::after {
	content: "";
	display: block;
	width: 32%;
}

div#kyokaimg {
	display: flex;
	flex-wrap: wrap;
	width: 32%;
	margin-bottom: 1rem;
	align-items: flex-start;
	font-size: 1.1em;
	box-sizing: border-box;
}

div#kyokaimg img,
div#kyokaimg p {
	width: 100%;
	margin: 0;
}


.bl_selectCont,
.bl_selectCont02,
.bl_selectCont03 {
	display: none;
}

.bl_selectCont.is_active,
.bl_selectCont02.is_active,
.bl_selectCont03.is_active {
	display: revert;
}

.order_fuda{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start !important;
	align-items:center;
	margin:1em 0;
}

.order_fuda div:first-of-type{
	width: 60%;
}
.order_fuda div:last-of-type{
	width: 40%;
	height: 100%
}



.order_fuda TEXTAREA{
	width: 100%;
	height: 3rem;
	max-width: 600px;
}

select.bl_selectToggle{
	margin-bottom: 1em;
}

.bl_selectCont img,
.bl_selectCont02 img,
.bl_selectCont03 img {
height:100%;
max-height: 200px;
margin: 0 1em;
}

@media screen and (max-width: 768.98px) {
.order_fuda div:first-of-type{
	width: 100%;
}
.order_fuda div:last-of-type{
	width: 100%;
}
.bl_selectCont img,
.bl_selectCont02 img,
.bl_selectCont03 img {
margin: 1em auto;
    display: block;
    width: 70%;
	height: auto;
	max-height: inherit;
}
}

div#kyokaimg div {
	width: 100%;
}

.order_tyouden {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order_tyouden label {
	width: 33%;
	border: #333686 solid 1px;
	margin-top: 1rem;
	box-sizing: border-box;
}

.order_tyouden label p {
	text-align: center;
	font-size: 1.1rem;
	margin: 1rem auto;
}

.order_tyouden INPUT {
	display: none;
}

.order_tyouden INPUT:checked+label {
	background-color: #333686;
	color: #FFF;
	border: 3px solid #333686;
}

.t_mssg input[type="radio"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.t_mssg .dummy {
	width: 1em;
	height: 1em;
	border: 2px solid #333686;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.t_mssg label {
	padding: 0.5rem 1rem;
	border: #FFF solid 1px;

}

.t_mssg input:checked+label span.dummy {
	background-color: #333686;
	border: 2px solid #FFF;
}

.t_mssg input:checked+label {
	border: #333686 solid 1px;
}

.form_text2 {
	width: 80%;
}

.form_text3 {
	width: 50%;
}

.kaijou {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
}

.kaijou div,
.kaijou iframe {
	width: 45%;
	height: 250px;
}

.pay {
	display: flex;
	flex-direction: column;
}

.pay label {
	padding: 0.5rem 1rem;
	width: fit-content;
}

.pay input[type="radio"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.pay .dummy {
	width: 1em;
	height: 1em;
	border: 2px solid #333686;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}


.pay input:checked+label span.dummy {
	background-color: #333686;
	border: 2px solid #FFF;
}

.pay input:checked+label {
	border: #333686 solid 1px;
}

.bikou {
	margin: 0 auto 1rem auto;
	width: 80%;
}

.bikou p {
	text-align: center;
}

p.biko {
	text-align: center;
	margin: 1rem auto 0 auto;
}

.bikou TEXTAREA {
	width: 100%;
	height: 10rem;
}

.kakunin {
	width: 100%;
	border: #333686 1px solid;
	box-sizing: border-box;
	color: #333686;
	padding: 0.5rem 0;
	margin-top: 2rem;
	margin-bottom: 10rem;
}

.kakunin:hover {
	background-color: #333686;
	color: #FFF;
}

TABLE.form TD input,
TABLE.form TD select {
	width: 60%;
}

TABLE.form TD TEXTAREA.bigtext {
	height: 8rem;
	width: 90%;
}

TABLE.form TD input[type="tell"] {
	width: 10rem;
}

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 768.98px) {
	TABLE.form TH {
		width: 100% !important;
		display: block;
	}

	TABLE.form TD {
		display: block;
		width: 100%;
	}

	td.order_kyoka {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}

	div#kyokaimg {
		width: 48%;
	}

	div#kyokaimg:nth-child(odd) {
		margin-right: 0;
	}

	div.sonota {
		width: 100%;
	}

	div.sonota INPUT {
		width: 70%;
	}

	div#kyokaimg img {
		width: 100%;
	}

	div#kyokaimg div {
		width: 100%;
		text-align: center;
	}

	div#kyokaimg div p {
		text-align: center;
	}

	div#kyokaimg label {
		width: 100%;
		font-size: 0.9em;
		padding: 0.5em 0;
	}

	TABLE.form TD input,
	TABLE.form TD select {
		width: 100%;
	}

	TABLE.form TD input[type="radio"] {
		width: 0%;
	}

	TD.order_tyouden {
		display: flex !important;
		flex-wrap: wrap;
	}

	.order_tyouden label {
		width: 48%;
	}

	.t_mssg label {
		text-indent: -1rem;
		padding-left: 2rem;
	}

	INPUT.postn {
		width: 40%;
	}

	INPUT.postn:first-child {
		width: 30%;
	}

	.kaijou div {
		height: 2rem;
		width: 100%;
	}

	.kaijou iframe {
		width: 100%;
		height: 250px;
	}

	.bikou {
		width: 100%;
	}

	.form_text3 {
		width: 100%;
	}

}

/* 資料請求・相談フォーム用css */
TABLE.soudanform {
	margin-bottom: 1rem;
	width: 100%;
}

TABLE.soudanform span.tax {
	font-size: 0.7rem;
}

TABLE.soudanform TH {
	background-color: #363386;
	;
	border-bottom: #fff 2px solid;
	text-align: center;
	color: #fff;
	font-weight: unset;
	width: 20%;
	padding: 1rem 0;
}

TABLE.soudanform TD {
	padding-left: 10px;
	margin: 1rem 0;
	box-sizing: border-box;
}

TABLE.soudanform TD INPUT {
	margin: 0.8rem 0;
}

@media screen and (max-width: 768.98px) {
	TABLE.soudanform TH {
		width: 100% !important;
		display: block;
	}

	TABLE.soudanform TD {
		display: block;
		width: 100%;
	}

	TABLE.soudanform TD input,
	TABLE.soudanform TD select {
		width: 100%;
	}

	TABLE.soudanform TD input[type="radio"] {
		width: 0%;
	}
}

div.kojinjouhou {
	width: 100%;
	height: 200px;
	border: 1px solid #000;
	overflow-y: scroll;
	padding: 1rem;
}

div.kojinjouhou ol {
	margin-top: 1rem;
	padding-left: 2rem;
}

h2.title {
	margin-top: 3rem;
}

div.doui {
	text-align: center;
}

.modoru {
	margin-bottom: 10em;
}

.tel_btn {
	overflow: hidden;
}

/* 供花注文CSS */
.kyoka_attention {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #ae0000;
	margin: 1rem auto;
	width: fit-content;
}

.kyoka_attention ul {
	padding-left: 1em;
}

.kyoka_attention ul li {
	margin-bottom: 0.8rem;
}

.short{
	width: 27% !important;
}
@media screen and (max-width: 768.98px) {
.short{
	width: 100% !important;
}

}