@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 {
	font-size: 120%;
	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;
}
.underLine {
	text-decoration: underline;
}
.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;
	}
}
/* ------ sliderBox ------ */
.phArea {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	padding: 40px 0;
}
/* ------ sliderBox ------ */
#sliderBox {
	position: relative;
}
#mainSlide {
	margin: 0 auto;
}
.customNavigation {
	text-align: center;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn {
	background-color: #f3f3f3;
	border: 0 solid #cccccc;
	border-radius: 3px;
	color: #3fbf79;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
}
/* Owl Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Carousel Owl Demo Theme */
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 639px) {
	.owl-theme .owl-controls {
		margin: 10px 30px 0;
	}
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #DA405E;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}
.item {
	text-align: center;
}
.item img {
	width: auto;
	max-width: 100%;
	max-height: 400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.item p {
	font-size: 80%;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	text-align: left;
}
@media screen and (max-width: 639px) {
	.item p {
		text-align: left;
		padding: 10px 0 0;
		line-height: 140%;
	}
}
.owl-item div {
	padding: 5px;
}
/* nextprev */
.owl-pagination {
	height: 30px;
}
.nextprev a {
	display: block;
	background-color: #DA405E;
	width: 30px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 80%;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.nextprev a:hover {
	background-color: #e9607c;
	color: #fff;
}
.btnPrev {
	position: absolute;
	bottom: 0;
	left: 0;
}
.btnNext {
	position: absolute;
	bottom: 0;
	right: 0;
}
