@charset "UTF-8";
/* mainArea
================================================== */
#mainArea {
	background-color: #e9607c;
}
#mainL {
	float: left;
	width: 40%;
	padding: 16% 5% 5%;
}
@media screen and (max-width: 639px) {
	#mainL {
		float: none;
		width: 90%;
		padding: 10% 5% 5%;
	}
}
#mainL p{
	margin-bottom: 2%;
	font-size: 2vw;
	font-weight: bold;
	color: #fff;
	line-height: 130%;
	display: flex;
	align-items: center;
}
#mainL p:before, #mainL p:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
}
#mainL p:before {
	margin-right: 1rem;
}
#mainL p:after {
	margin-left: 1rem;
}
#mainL h1{
	margin-bottom: 5%;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 130%;
}
#mainL h2{
	margin-bottom: 3%;
	padding: 2%;
	font-size: 2vw;
	letter-spacing: 0.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 130%;
	background-color: #d4405e;
	border: solid 2px #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
@media screen and (max-width: 1000px) {
	#mainL p{
		font-size: 130%;
	}
	#mainL h1{
		font-size: 320%;
	}
	#mainL h2{
		font-size: 130%;
	}
}
@media screen and (max-width: 639px) {
	#mainL p{
		font-size: 5vw;
	}
	#mainL h1{
		font-size: 9vw;
	}
	#mainL h2{
		font-size: 5vw;
	}
}
#mainR {
	float: right;
	width: 50%;
}
@media screen and (max-width: 639px) {
	#mainR {
		float: none;
		width: 100%;
	}
}
/* ------ container ------ */
.container {
	width: 90% !important;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}
/* ------ topArea ------ */
.topArea p {
	padding-bottom: 1em;
}
/* ------ txtBox ------ */
.txtBox h2 {
	font-size: 160%;
	font-weight: bold;
	color: #e9607c;
	padding-bottom: 10px;
	border-bottom: #e9607c solid 6px;
	margin-bottom: 30px;
}
/* ------ columns2 ------ */
.columns2 {
	background-color: #EBF4EF;
	margin-bottom: 20px;
}
.columns2 .boxL {
	float: left;
	width: 50%;
}
.columns2 .boxR {
	float: right;
	width: 40%;
	padding: 5%;
}
@media screen and (max-width: 639px) {
	.columns2 .boxL {
		float: none;
		width: 100%;
	}
	.columns2 .boxR {
		float: none;
		width: 90%;
	}
}
.columns2 .boxR p {
	font-size: 130%;
	line-height: 160%;
}
@media screen and (max-width: 1200px) {
	.columns2 .boxR p {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 1000px) {
	.columns2 .boxR p {
		font-size: 120%;
	}
}
@media screen and (max-width: 639px) {
	.columns2 .boxR p {
		font-size: 100%;
	}
}
.txtBox dl {
	margin-bottom: 20px;
	padding: 10px 1em 0;
}
.txtBox dl.bgGreen {
	background-color: #EBF4EF;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.txtBox dl.boder {
	padding: 0 1em 10px;
	border-bottom: dotted #ccc 1px;
	margin-bottom: 20px;
}
.txtBox dt {
	color: #e9607c;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 5px;
}
@media screen and (max-width: 639px) {
	.txtBox dt {
		font-size: 100%;
	}
}
.txtBox dd {
	padding-bottom: 10px;
}
/* ------ decoBox ------ */
.txtBox .decoBox {
}
@media screen and (max-width: 639px) {
	.txtBox .decoBox {
	}
}
.txtBox .decoBox p.deco {
	font-weight: 700;
	font-size: 120%;
	padding: 10px 0;
	border-bottom: dotted 1px #ccc;
}
.txtBox .decoBox p.deco br {
	display: none;
}
.txtBox .decoBox p.deco .sTxt {
	font-size: 80%;
}
@media screen and (max-width: 639px) {
	.txtBox .decoBox p.deco {
		font-size: 100%;
		border-bottom: dotted 1px #ccc;
		line-height: 150%;
		padding: 3% 0;
	}
	.txtBox .decoBox p.deco:first-child {
		padding: 0 0 3%;
	}
	.txtBox .decoBox p.deco br {
		display: block;
	}
}
.txtBox .decoBox p.deco .mark {
	color: #cc0000;
	font-size: 160%;
}
.txtBox .decoBox p.deco .red {
	color: #cc0000;
}
.green {
	color: #e9607c;
}
.txtBox p {
	padding-bottom: 1em;
}
@media screen and (max-width: 639px) {
	.txtBox p {
		padding: 0.5em 0;
	}
}
.txtBox p.txtPoint {
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
	color: #CF5924;
	padding: 20px 0;
}
.txtBox h3 {
	font-weight: bold;
}
.txtBox p.data {
	font-size: 80%;
}
.txtBox p.bold {
	font-weight: bold;
}
.sTxt {
	font-size: 80%;
}
.bold {
	font-weight: bold;
}
.txtBox p.telNo {
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
	color: #e9607c;
	padding-bottom: 5px;
}
@media screen and (max-width: 639px) {
	.txtBox p.telNo {
		font-size: 160%;
	}
}
/* table */
table {
	border-collapse: collapse !important;
}
table th,
table td {
	padding: 1em;
	font-size: 100%;
	line-height: 160%;
}
#table01 sup{
	font-size: 70%;
}
#specArea p{
	padding-top: 10px;
	font-size: 70%;
}
td {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid #fff 2px;
}
td span {
	font-size: 80%;
}
td.tableTit {
	font-weight: bold;
	text-align: center;
}
td.tableBg01 {
	background-color: #e9607c;
	color: #fff;
}
td.tableBg02 {
	background-color: #ccc;
}
td.tableBg03 {
	background-color: #EBF4EF;
}
td.tableBg04 {
	background-color: #fff;
}
@media (max-width: 767px) {
	#table01 {
		min-width: 800px!important;
		margin-bottom: 2%;
	}
    .table-scroll {
        overflow-x: scroll;
    }
}
td p{
	font-size: 70%!important;
}
/* ------ mapArea ------ */
#mapArea {
	margin: 0 auto;
	margin: 20px 0;
}
#mapBlock {
	height: 480px;
}
#map {
	width: 100%;
	height: 100%;
}
/* ------ google-maps ------ */
.google-maps {
	position: relative;
	padding-bottom: 0; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ------ outlineList ------ */
.outlineList {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 5%;
}
.outlineList:nth-child(odd) {
	background: #F6F4F5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.outlineList dt {
	font-weight: bold;
	font-size: 80%;
	line-height: 160%;
}
.outlineList dd {
	line-height: 130%;
	padding-left: 1em;
}
/* ------ btnArea ------ */
.btnArea {
	margin: 15px 0 25px;
}
.btnArea p {
	padding: 0;
}
/* ------ blogArea ------ */
#blogArea {}
.blogBox {
	float: left;
	width: 26%;
	margin: 0 0.63% 15px;
	background-color: #EBF4EF;
	padding: 15px 3%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
@media screen and (max-width: 639px) {
	.blogBox {
		float: none;
		width: 80%;
		margin: 0 0 30px;
		padding: 15px 10%;
	}
}
.blogBox h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
/* projectList
================================================== */
#projectList {
	border-top: solid 1px #e9607c;
	border-bottom: solid 1px #e9607c;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#projectListArea {}
/* projectBox */
.projectBox {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0;
}
@media screen and (max-width: 639px) {
	.projectBox {
		display: inherit;
		width: 100%;
	}
}
/* projectBox linkBox */
.projectBox .linkBox {
	position: relative;
	z-index: 1;
}
.projectBox .linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 11;
}
.projectBox .zoomBox {
	display: block;
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
.projectBox .zoomBox:hover {
	transform: scale(1.09); /*画像の拡大率*/
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
.projectBox h3 {
	font-size: 100%;
}
@media screen and (max-width: 639px) {
	.projectBox h3 {
		margin: 2% 0;
		font-size: 90%;
	}
}
/* projectPhoto */
.projectPhoto img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* projectTxt */
.projectTxt .projectDay {
	font-size: 60%;
	font-weight: 500;
	line-height: 100%;
	padding-top: 15px;
}
.projectTxt h3 {
	font-weight: 500;
	margin: 0;
	padding-top: 5px;
	line-height: 130%;
	font-weight: bold;
}
/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 639px) {
	.pageTit h1 {
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox .fLeft {
		float: none;
		width: 100%;
	}
	.txtBox .fRight {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.txtBox h2 {
		font-size: 120%;
	}
	.txtBox ol li {
		font-size: 120%;
		line-height: 160%;
		padding: 20p 0;
	}
	.txtBox ol li br {
		display: block;
	}
	.txtBox ul li {
		font-size: 80%;
	}
	.txtBox ul li br {
		display: block;
	}
	.txtBox p.txtPoint {
		font-size: 100%;
		line-height: 160%;
		padding: 20p 0;
	}
	.txtBox img {
		width: 100%;
	}
	/* ------ infoBan ------ */
	.infoBan {
		width: 100%;
		margin: 0;
	}
}