@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body { width: 100%; }
html { font-size: 62.5%; }
body {
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	color: #5d5e5f;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

#sc_top {
	position: relative;
	padding-top: 40px;
}

#sc_top p {
	position: absolute;
	left: 27%;
	top: 3px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #3192c2;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

h1 {
	font-size: 3.4rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	background-color: #3192c2;
	color: #fff;
	width: 48%;
}
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}
div#contentsArea {
	width: 100%;
	padding-top: 156px;
}
.stitle{
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 30px;
	text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
	color: #F6F6F6;
	text-align: center;
}
.stitle-bottom {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 115px;
	height: 40px;
	line-height: 40px;
	background: #87cefa;
	z-index: 0;
	padding-top:10px;
	padding-bottom:10px;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.stitle-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 20px 0 20px;
	border-color: #87cefa transparent transparent transparent;
}
#sc_gaikan{
	margin-top: 230px;
	text-align: center;
	position: relative;
}
.scc_title{
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	width: 50%;
	background-color: #ccc;
	color: #fff;
	font-size: 20px;
}
.scm_title{
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	width: 50%;
	background-color: #ccc;
	color: #fff;
	font-size: 20px;
}
#scg_contents{
	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	color: #ffffff;
	background-color: rgba(0,0,250,0.5);
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.8;
}
.scg_pickup{
	font-size: 36px;
}

.scs_detail{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.scs_detail th, .scs_detail td{
	padding:.5em;
	border:1px solid #fff;
}
.scs_detail th{
	background: linear-gradient(to bottom, #4c99af 0%, #4c99af 50%, #328aa4 50%, #328aa4 100%);
	color:#fff;
}
.scs_detail tr:nth-child(even){
	background:#e5f1f4;
}
.scs_detail tr:nth-child(odd){
	background:#f8fbfc;
}
table.scs_image {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 1em 0;
}
.scs_image td{
	border: none;
	text-align: center;
	vertical-align: top;
}
.pos_sc{
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
img{
	margin-left: auto;
	margin-right: auto;
}
.scs_image td{
	border: none;
	text-align: center;
	vertical-align: top;
}
.scs_img img{
	height: 200px;
	width: 250px;
}
.scs_img {
	border: 10px solid #fff;
	float: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 200px;
	width: 250px;
	overflow: hidden;

	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}
.scg_detail{
	width:85%;
	border: 1px solid #dcdcdc;
	border-collapse:collapse;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.scg_detail th{
	background: #c0c0c0;
	color:#fff;
}
.scg_td1{
	height: 20px;
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
.scg_td2{
	height: 20px;
	width: 35%;
	text-align: left;
	vertical-align: middle;
}
.scg_detail th, .scg_detail td{
	padding:.5em;
	border:1px solid #dfdfdf;
}
.scc_div {
	width: 40%;
	background-color: #9dadc6;
	font-size: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
	box-shadow: 0px 0px 8px 8px rgba(200, 200, 200, 0.5);
	border-radius: 10px;
	border: 1px solid #ffffff;
	text-align: center;
}
.scc_div div{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.scc_div a{
	color: #ffffff;
}
#sc_chiseki a {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.scl_detail {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	width: 50%;
	background-color: #40E0D0;
	text-align: center;
}
.scs_detail table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.scl_detail span{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
}
.scl_detail div{
	margin-top: 10px;
	font-size: 30px;
	color: #fff;
}
#sc_toiawase{
	background-color: #FFFACD;
	text-align: center;
}
.sct_detail{
	background-color: #FFFACD;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #808080;
}
.sct_tel {
	background-color: #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
	color: #6495ED;
	font-weight: bold;
}
.sct_tel:hover {
	font-size: 40px;
}
.sct_tel a {
	text-decoration: none;
}
.submit{
	width: 35%;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: 185px;
	padding: 4px 8px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #007EA6;
	color: white;
	font-size: 2rem;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
}
.submit:hover {
	opacity: 0.5;
}
.scf-submit{
	text-align: center;
}
#err_msg div{
	color: #ff0000;
	margin: 10px;
}

.spn_title {
	display: none;
}
#site-generator {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
	background-color: #abc;
}
#site-generator a {
	color: #444;
}
.res_br {
	display: none;
}
.b_content {
	line-height: 1.8;
}
.b_content img {
	margin-top: 20px;
}

.blog_main {
	width: 100%;
	background-color: #def;
	padding: 0 0 20px;
}
.blog {
	width: 85%;
	background-color: #def;
	margin: 20px auto;
}
.blog_contents {
	height: auto;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 20px;
}
.b_title {
	margin: 20px 0;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #2b5695;
	border-radius: 20px 20px 0 0;
}
.b_content {
	padding: 0 20px 0;
}
.wp-block-video video {
	max-width: 100%;
}



.h_toiawase {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mail {
	margin-left: 8px;
	display: flex;
	align-items: flex-start;
}
#mail img {
	width: 38px;
	height: auto;
}
#mail p {
	font-size: 2rem;
	font-weight: bold;
}
#mail a {
	color: #5d5e5f;
	text-decoration-line: none;
}
#mail p:hover {
	color: red;
}
.form {
	width: 1024px;
	margin: 0 auto;
	font-size: 2rem;
}
.scf-title {
	width: 25%;
}
.sc-text {
	font-size: 2rem;
	margin: 10px;
	padding: 10px;
	width: 100%;
}
.naiyo {
	position: relative;
}
.hissu {
	position: absolute;
	top: 10px;
}

@media screen and (max-width: 680px) {
	.blog {
		width: 100%;
		margin: 20px 0;
	}
}
@media screen and (max-width: 767px) {
	body {
		padding-bottom: 0;
	}
	.header01 {
		height: auto;
		font-size: 2rem;
		width: 80%;
	}
	.h_toiawase {
		display: block;
	}
	#sc_top {
		padding-top: 23px;
	}
	#sc_top p {
		left: 20%;
		top: 3px;
		font-size: 1.8rem;
	}
	#mail {
		justify-content: center;
	}
	div#headerArea {
		height: 125px;
	}
	.sct_detail {
		font-size: 1.6rem;
		padding: 5px 0;
	}
	.sct_tel a {
		font-size: 2.6rem;
	}
	.form {
		width: 100%;
	}
	.form table tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form table tbody th {
		text-align: left;
		display: list-item;
		list-style-type: none;
		border:none;
	}
	.form table tbody td {
		display: list-item;
		list-style-type: none;
		border:none;
	}
	.naiyo {
		padding-top: 35px;
	}

	.scf-title {
		width: 100%;
	}
	.sc-text {
		margin: 0;
		padding: 0;
		width: 99%;
	}
	.submit {
		margin: 0;
	}
	#err_msg {
		font-size: 1.6rem;
		text-align: left;
	}

}
