@charset "utf-8";
/*
Theme Name: Template
Author: 3eee
Author URI: https://3eee.co.jp/
Description: Template build.
Version: 1.0
*/


/*** ページ専用 共通CSS設定 ***/

.page_contents {
	width: 90%;
	margin: 0 auto;
}

p.priv input {
	margin: 0 10px 0 0;
	width: 12pt;
	height: 12pt;
}

dl#contactform_wra {
	width: 100%;
	font-size: var(--fs_s);
	color: #111925;
}

dl#contactform_wra input[type=radio]{
	transform:scale(1.2);
}


dl#contactform_wra dt sup {
	font-size: var(--fs_xxs);
	color: #DE1F3F;
	vertical-align: top;
	position: relative;
	top: 0.1pt; /*お好きな位置に*/
}

dl#contactform_wra dd {
	margin-bottom: 1.5em;
}

dl#contactform_wra dd p {
	color: #111925;
	font-size: var(--fs_s);
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
/*
p.priv {
	color: #111925;
}

p.priv a {
	color: #DE5F1F;
	text-decoration: underline;
}

p#submit input{
	cursor: pointer;
	margin: 20px 0;
	font-size: var(--fs_m);
	width: 50%;
	border: 1px solid #000;
	background: #000;
	border-radius: 100vh;
	color: #fff;
	letter-spacing: 4px;
}

p#submit input:hover {
	opacity: 0.8;
}
*/
div.sou {
	color: #111925;
	font-size: var(--fs_s);
}

div.sou a {
	color: #DE5F1F;
	text-decoration: underline;
}

p.priv input {
	margin: 0 10px 0 0;
	width: 12pt;
	height: 12pt;
}
input#consent1{
  text-align: left;
  margin: 0!important;
}
input#consent1 + label{
  text-align: left;
  width: 600px;
}
#btnSend {
  pointer-events: none;
	margin: 20px auto;
	font-size: var(--fs_m);
	width: 50%;
	border: 1px solid #000;
	background: #000;
	border-radius: 100vh;
	color: #fff;
	letter-spacing: 4px;
	display: block;
}
#consent1:checked ~ #btnSend{
  pointer-events: auto!important;
cursor: pointer;
}


input#btnSend:hover {
	opacity: 0.8;
}

span.attn {
	color: #DE1F3F;
}
p.thanks {
	font-size: var(--fs_s);
	color: #111925;
	text-align: center;
}

a.tbak {
	font-size: var(--fs_s);
	color: #DE5F1F;
	text-decoration: underline;
	text-align: center;
}

.wpcf7-response-output {
	margin: 0 0.5em 1em !important;
	padding: 0.2em 1em !important;
	font-size: var(--fs_xs);
}

.wpcf7-validation-errors {
	color: #DE1F3F !important;
	border: 2px solid #DE1F3F !important;
	background: rgba(255, 255, 255, 1) !important;
	padding: 10px 0 !important;
	text-align: center !important;
	font-weight: 700 !important;
}

.wpcf7-mail-sent-ok {
	color: #00ae3f;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-not-valid-tip-no-ajax {
	color: #DE1F3F;
	font-size: var(--fs_xs);
}

.wpcf7-not-valid-tip {
	color: #DE1F3F;
	position: relative !important;
/**/	top: 0% !important;
	left: 0% !important;
	z-index: 100;
	background: #fff !important;
	text-align: center;
	border: 1px solid #de1f3f !important;
	font-size: var(--fs_xxs);
	width: 300px;
	padding: 0 2px;
}

/*----------------------------------------*/


/*　スマホ
----------------------------------------*/
@media screen and (max-width: 768px) {
	section#facilities {
		margin: 0 auto 100px;
	}

	section#facilities h1.tit {
		color: #f5f5f5 !important;
		margin: 20px 0 60px !important;
	}

	section#facilities h1.tit span {
		letter-spacing: .2em;
		border-bottom: 8px solid #f5f5f5 !important;
	}

	section#facilities .bgLRextend::before{
		background-color: #f5f5f5 !important;/*伸びる背景色の設定*/
	}

	p.setsu {
		letter-spacing: .15em;
		font-size: 18pt;
		font-weight: bold;
		line-height: 1.9em;
		margin: 0;
		padding: 0 !important;
	}

	.st_tit {
		margin: 0;
		font-size: 16pt;
		letter-spacing: .2em;
		background: #111925;
		color: #fff;
		padding: 5px;
		text-align: center;
	}

/* セレクトボックスの矢印デザイン変更 */
	select {
		-webkit-appearance: none;
		appearance: none; /* デフォルトの矢印を非表示 */
		border-radius: 0;
		height: 37px;
		padding-left: 10px;
		width: 300px;
		border-radius : 5px;
		font-size: 16pt;
		margin: 20px auto;
		background-color: #f5f5f5;
		background-image: url("../img/sele_ya.svg");
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-size: 20px 16px;
	}

	select::-ms-expand {
		display: none; /* デフォルトの矢印を非表示(IE用) */
	}

	option {
		font-size: 10pt;
	}

	button#bts {
		margin: 20px 10px;
		height: 37px;
		font-size: 16pt;
		width: 300px;
		border: 1px solid #111925;
		background: #111925;
		border-radius: 5px;
		color: #fff;
		letter-spacing: 4px;
	}

	div.area_list_wra {
		margin-top: 20px !important;
	}

	p.area {
		font-size: 10pt;
		margin: 10px 0;
	}

	div.blc {
		width: 100%;
		padding: 10px 0 0 0;
		margin-bottom: 15px;
	}

	div.blc,
	div.blc2  {
		background: #f5f5f5;
	}

	div.blc2 {
		padding: 20px;
		margin: 0 0 30px;
	}

	div.blc2 h1 {
		color: #111925;
		margin-bottom: 0px;
		font-size: 14pt;
	}

	div.blc dl#ichi {
		color: #111925;
		width: 100%;
		display: block;
		margin: 0 0 10px;
		font-size: 10pt;
		font-weight: 700 !important;
	}

	div.blc dl#ichi dt {
		width: 35%;
/*		float: left;*/
		display: block;
		vertical-align: middle;
		background: #f5f5f5;
		margin : 0;
		font-size: 14pt;
	}

	div.blc dl#ichi dt img {
		width: 80px;
		margin: 5px 30px 0 15px;
	}

	div.blc dl#ichi dd.snm {
		font-size: 11pt;
		width:33%;
		display: table-cell;
		vertical-align: middle;
		padding: 1% 1% 1% 15px;
		background: #f5f5f5;
/*		margin : 0 0 20px 19em;*/
		color : #000;/**/
		align-items: center;
	}

	div.blc dl#ichi dd.snm span.kakko {
		font-size: 9pt;
	}

	div.blc dl#ichi dd {
		width: 95%;
		display: flex;
		vertical-align: middle;
		padding: 0% 0 0 15px;
		background: #f5f5f5;
	/*	margin : 0 0 20px 19em;*/
		color : #000;/**/
		justify-content: space-between;
		align-items: center;
	}

	div.blc dl#ichi dd.syo {
	    padding:  1%;/**/
		text-align: right;
	/*    width:15%;*/
	}

	div.blc dl#ichi dd.syo img,
	div.blc dl#ichi dd img.nmo {
		width: 120px;
		float: right;
	}

	div.blc dl#ichi dd.syo img:hover {
		opacity: 0.8;
	}

/*=========================*/

/*=========================*/

	dl#contactform_wra dd span input,
	dl#contactform_wra dd span textarea {
		font-size: var(--fs_xxs);
		padding: .5rem;
	}

	dl#contactform_wra input[type=text],
	dl#contactform_wra textarea {
		border: 2px solid #000;
		width: 86%;
		border-radius: 5px
	}

	.syo_set {
		font-size: var(--fs_xxs);
	}

	dl#contactform_wra dt {
		font-size: var(--fs_xxs);
		padding: 10px 0;
	}

	dl#contactform_wra dt cute {
		font-size: var(--fs_xxs);
	}

	dl#contactform_wra dd {
		font-size: var(--fs_xxs);
	}

	p.spsite {
		padding: 5px 20px;
		font-size: var(--fs_xxs);
	}

	p.priv {
		font-size: var(--fs_xxs);
	}

	p#submit input{
		font-size: var(--fs_xs);
	}

}

/*　タブレット
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.addtoany_content {
		margin: 0 auto 50px !important;
		width: 200px;
	}

	.addtoany_content::before {
		content:'この記事をシェアする';
		display: block;
		text-align: center;
		font-size: 10pt;
		margin-bottom: 15px;
		font-weight: bold;
	}

	/* セレクトボックスの矢印デザイン変更 */
	select {
		-webkit-appearance: none;
		appearance: none; /* デフォルトの矢印を非表示 */
		border-radius: 0;
		height: 37px;
		padding-left: 10px;
		width: 300px;
		border-radius : 5px;
		font-size: 16pt;
		margin: 20px 5px;
		background-image: url("../img/sele_ya.svg");
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-size: 20px 16px;
	}

	select::-ms-expand {
		display: none; /* デフォルトの矢印を非表示(IE用) */
	}

	option {
		font-size: 10pt;
	}

	button#bts {
		margin: 20px 10px;
		height: 37px;
		font-size: 16pt;
		width: 300px;
		border: 1px solid #111925;
		background: #111925;
		border-radius: 5px;
		color: #fff;
		letter-spacing: 4px;
	}

	button#bts:hover {
		opacity: 0.8;
	}

	.area_list_wra {
		margin-top: 100px !important;
	}

	.area_list_wra2 {
		margin-top: 50px !important;
	}

	p.area {
		font-size: 16pt;
		margin: 10px 0;
	}

	div.blc {
		width: 100%;
		padding: 1% 0;
		margin: 0 auto var(--margin_xxs);
		background: #f5f5f5;
	}

	div.blc:hover {
		background: #e2e2e2;
	}

	div.blc dl#ichi {
		color: #111925;
		width: 98%;
		display: block;
		margin: 0 auto;
		font-size: 12pt;
		font-weight: 700 !important;
/*		justify-content: space-between;
		align-items: center;*/
	}

	div.blc dl#ichi dt {
		width: 35%;
/*		float: left;
		background: #f5f5f5;*/
		display: block;
		vertical-align: middle;
		margin : 0;
		font-size: 14pt;
	}

	div.blc dl#ichi dt img {
		width: 80px;
		margin: 5px 30px 0 15px;
	}

	div.blc dl#ichi dd.snm {
		font-size: 14pt;
		width:33%;
		display: table-cell;
		vertical-align: middle;
		padding: 1% 1% 1% 15px;
/*		background: #f5f5f5;
		margin : 0 0 20px 19em;*/
		color : #000;/**/
		align-items: center;
	}

	div.blc dl#ichi dd.snm span.kakko {
		font-size: 10pt;
	}

	div.blc dl#ichi dd {
		width: 98%;
		display: flex;
		vertical-align: middle;
		padding: 0 15px;
	/*	background: #f5f5f5;
		margin : 0 0 20px 19em;*/
		color : #000;/**/
		justify-content: space-between;
		align-items: center;
	}

	div.blc dl#ichi dd.syo {
		text-align: right;
		width: 180px;
	}

	div.blc dl#ichi dd.syo img,
	div.blc dl#ichi dd img.nmo {
		width: 150px;
		float: right;
	}

	div.blc dl#ichi dd.syo img:hover {
		opacity: 0.8;
	}
	/*=========================*/


	dl#contactform_wra dd span input,
	dl#contactform_wra dd span textarea {
		font-size: var(--fs_xs);
		padding: 1rem;
	}

	dl#contactform_wra input[type=text],
	dl#contactform_wra textarea {
		border: 2px solid #000;
		width: 96%;
		border-radius: 5px
	}

	.syo_set {
		font-size: var(--fs_s);
	}

	dl#contactform_wra dt {
		font-size: var(--fs_s);
	}

	p.priv {
		font-size: var(--fs_s);
	}

	p.spsite {
		padding: 5px 40px;
		font-size: var(--fs_s);
	}

}

@media screen and (min-width: 768px) and (max-width: 900px) {
	dl#contactform_wra input[type=text],
	dl#contactform_wra textarea {
		border: 2px solid #000;
		width: 96%;
		border-radius: 5px
	}

}

/*　PC
----------------------------------------*/
@media screen and (min-width: 1280px) {

	.addtoany_content {
		margin: 0 auto 50px !important;
		width: 200px;
	}

	.addtoany_content::before {
		content:'この記事をシェアする';
		display: block;
		text-align: center;
		font-size: 10pt;
		margin-bottom: 15px;
		font-weight: bold;
	}

	/* セレクトボックスの矢印デザイン変更 */
	select {
		-webkit-appearance: none;
		appearance: none; /* デフォルトの矢印を非表示 */
		border-radius: 0;
		height: 37px;
		padding-left: 10px;
		width: 300px;
		border-radius : 5px;
		font-size: 16pt;
		margin: 20px 5px;
		background-image: url("../img/sele_ya.svg");
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-size: 20px 16px;
	}

	select::-ms-expand {
		display: none; /* デフォルトの矢印を非表示(IE用) */
	}

	option {
		font-size: 10pt;
	}

	button#bts {
		margin: 20px 10px;
		height: 37px;
		font-size: 16pt;
		width: 300px;
		border: 1px solid #111925;
		background: #111925;
		border-radius: 5px;
		color: #fff;
		letter-spacing: 4px;
	}

	button#bts:hover {
		opacity: 0.8;
	}

	.area_list_wra {
		margin-top: 100px !important;
	}

	.area_list_wra2 {
		margin-top: 50px !important;
	}

	p.area {
		font-size: 16pt;
		margin: 10px 0;
	}

	div.blc {
		width: 100%;
		padding: 1% 0;
		margin: 0 auto var(--margin_xxs);
		background: #f5f5f5;
	}

	div.blc:hover {
		background: #e2e2e2;
	}

	div.blc dl#ichi {
		color: #111925;
		width: 98%;
		display: flex;
		margin: 0 auto;
		font-size: 12pt;
		font-weight: 700 !important;
		justify-content: space-between;
		align-items: center;
	}

	div.blc dl#ichi dt {
		margin : 0;
	}

	div.blc dl#ichi dt img {
		width: 80px;
		margin: 0 10px;
	}

	div.blc dl#ichi dd.snm {
		font-size: 14pt;
		width: 45%;
		display: flex;
		color : #111925;/**/
		align-items: center;
	}

	div.blc dl#ichi dd.snm span.kakko {
		font-size: 10pt;
	}

	div.blc dl#ichi dd {
		width: 26%;
		color : #111925;/**/
	}

	div.blc dl#ichi dd.syo {
		text-align: right;
		display: contents;
	}

	div.blc dl#ichi dd.syo img {
		width: 150px;
	}

	div.blc dl#ichi dd.syo img:hover {
		opacity: 0.8;
	}
	/*=========================*/


	dl#contactform_wra dd span input,
	dl#contactform_wra dd span textarea {
		font-size: var(--fs_xs);
		padding: 1rem;
	}

	dl#contactform_wra input[type=text],
	dl#contactform_wra textarea {
		border: 2px solid #000;
		width: 96%;
		border-radius: 5px
	}

	.syo_set {
		font-size: var(--fs_s);
	}

	dl#contactform_wra dt {
		font-size: var(--fs_s);
	}

	p.priv {
		font-size: var(--fs_s);
	}

	p.spsite {
		padding: 5px 40px;
		font-size: var(--fs_s);
	}
}
