@charset "utf-8";

/* header {
	min-width: 680px !important;
}

#container{
	width: 680px !important;
	min-width: 680px !important;
}

footer {
	min-width: 680px !important;
}

ul#f_navi {
	min-width: 680px !important;
} */

#container {
	width: calc(100% - 20px) !important;
	max-width: 680px !important;
	padding-top: 70px !important;
}

/*--共通項目--*/

em.check {
	color: #C83919;
	margin-left: 5px;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	font-style: normal !important;
}

input[type=radio] {
	margin-bottom: 6px;
}

#contact h1+div {
	margin-bottom: 1.5em;
}

#contact input,
#contact textarea {
	padding: 4px 5px;
	border: 2px solid #DDDDDD;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#mail_form>dl {
	box-sizing: border-box;
	padding: 15px 20px 20px;
	width: 100%;
	margin-bottom: 3em;
}

#mail_form>dl:last-of-type {
	margin-bottom: 0 !important;
}

#mail_form>dl dt {
	font-size: 1.5rem;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-weight: bold;
}

#mail_form>dl dd {
	margin: 0 auto 40px;
	font-size: 14px;
}

#mail_form>dl dd:last-of-type {
	margin-bottom: 0 !important;
}

/*--入力欄の幅--*/
.fbox1 {
	width: 100%;
}

.fbox2 {
	width: 100%;
	max-width: 60px;
}

.fbox3 {
	max-width: 399px;
	width: 100%;
}

@media screen and (max-width: 699px) {
	.fbox3 {
		max-width: 100%;
		width: 100%;
	}
}

.fbox4 {
	width: 40%;
}

textarea {
	width: 100%;
}

/*--入力欄の動き--*/
.formtxt {
	box-sizing: border-box;
}

.formtxt:focus {
	background: #FFFFFF !important;
	border: 2px #E5BA63 solid !important;
}

.formtxt:hover {
	background: #FFFFFF !important;
	border: 2px #E5BA63 solid !important;
}

/*--入力内容ごとのデザイン設定--*/
dl.personal {
	background-color: rgba(198, 223, 247, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

dl.personal dt {
	width: 35%;
	padding-right: 15px;
}

dl.personal dd {
	width: 65%;
}

dl.inquiry {
	background-color: rgba(213, 247, 198, 0.4);
}

dl.inquiry dt {
	/*width:30%;*/
}

dl.inquiry dd {
	/*width:70%;*/
}

@media screen and (max-width: 699px) {
	dl.personal {
		display: block;
	}

	dl.personal dt {
		width: 100%;
		/* padding-right: 15px; */
	}

	dl.personal dd {
		width: 100%;
	}
}

#religion {
	margin: 10px auto 0 !important;
}

#religion label {
    white-space: nowrap;
}

#religion label input {}

#ch_box {
	margin-top: 10px !important;
}

#ch_box>ul {
	/*padding-top:20px;*/
}

li#reli1,
li#reli2,
li#reli3,
li#reli4 {
	display: none;
}

.blank_item {
	display: none !important;
}

dd#place {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: center; /* Safari */
	/*
  justify-content:         center;
  */
}

dd#place div {
	/*width:50%;*/
	text-align: center;
	padding: 0 15px 20px !important;
}

dd#place div:first-child {
	/*margin-right:10px;*/
	margin-bottom: 15px;
}

dd#place div p {
	border-bottom: double 3px #C8DFC4;
	width: 90px;
	margin: 0 auto 15px;
	padding: 4px 0 0 !important;
	font-size: 112% !important;
	text-align: center;
}

/*--透過class--*/
.transp {
	padding: 10px 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
	font-size: 100%;
	text-align: left !important;
	line-height: 2;
}

/*--form_btn--*/
#form_btn {
	display: flex;
	justify-content: center;
	margin: 30px auto 60px;
}

#form_btn a {
	text-align: center;
	text-decoration: none;
}

#form_btn input,
#form_btn a {
	cursor: pointer;
	padding: 10px 0;
	background: #AAAAAA;
	color: #fff;
	/* min-width: 150px; */
	width: 100%;
	max-width: 180px;
	transition: all .7s;
	font-weight: bold;
	margin: 0 10px;
	font-size: 1em;
	border: 1px solid #DDDDDD !important;
	border-radius: 3px;
}

#form_btn input:hover,
#form_btn a:hover {
	background: #FFFFFF;
	color: #888888;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

/* 事前相談 */
#soudan {
	margin: 0 0 60px 0;
}

#soudan h1,
#contact h1 {
	margin-bottom: 30px;
}

#soudan p {
	letter-spacing: 0.05em;
	line-height: 2;
}

#soudan p span {
	font-size: 3.2rem;
	margin: 1em 0.1em 0;
}

/* 20230106追加 */
#contact label{
	white-space: nowrap;
}

#contact .wrap_label{
	white-space: normal;
}

#contact textarea {
	font-family: "游明朝 DemiBold", "Yu Mincho DemiBold", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, "メイリオ", "Meiryo";
}

.thanks_message {
	margin-bottom: 2.2em;
	font-size: 1.4em;
	text-align: center;
}

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