@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------------------------*/
/*--- eyecatch --------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/

#eyecatch{
	width:1200px;
	height:425px;
	margin:20px auto 0 auto;
	background:#1a93d6;
	position:relative;
}

#movie{
	width:1200px;
	height:400px;
	background:#099;
	position:absolute;
}

#index-info{
	width:318px;
	height:310px;
	background:rgba( 255, 255, 255, 0.6 );
	position:relative;
	top:20px;
	left:680px;
	border: 1px solid #ff0011;
}

#index-info-botton{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-info-title{
	background: #ff0011;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#index-info-botton h2{
	margin:0 0 0 5px;
	padding:10px 0 0 0;
}

#index-info-botton a{
	margin:13px 10px 0 0;
}

#index-info-inner{
	height: 300px;
	margin:0 auto;
	font-size:14px;
	overflow: auto;
}

.index-info-article{
	margin:5px 0 0 0;
	border-bottom:1px dotted #e53849;
}

.index-info-article img{
	float:left;
}

p.date{
	margin:5px 0 0 10px;
	float:left;
}

.index-info-article h3,.index-info-attention h3{
	margin:5px 0;
	font-size:13.5px;
	line-height:1.5;
}

.index-info-article h3 a,.index-info-attention h3 a{
	text-decoration:none;
	color:#333;
}

#index-info-inner2{
	margin:0 auto;
	font-size:14px;
	overflow: auto;
}

p.pickup{
	background: url(img/cat-pickup.svg) no-repeat;
	width: 105px;
	height: 26px;
	float: left;
}

p.info-reseve{
	background: url(img/cat-reserve.svg) no-repeat;
	width: 105px;
	height: 26px;
	float: left;
}

p.info-facility{
	background: url(img/cat-facility.svg) no-repeat;
	width: 105px;
	height: 26px;
	float: left;
}

p.blog-oneshot{
	background: url(img/index-topics-oneshot.svg) no-repeat;
	width: 86px;
	height: 26px;
	float: left;
}

p.all-topics{
	background: url(img/index-topics-report.svg) no-repeat;
	width: 86px;
	height: 26px;
	float: left;
}

#index-reserve{
	width:320px;
	height:200px;
	position:relative;
	top:40px;
	left:680px;
}

#warn{
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
}

.warn-contents{
	width: 290px;
	margin: 0 auto 10px;
}

#warn a{
	color: #cb1b45;
	font-size: 16px;
}

#warn p{
	font-size: 16px;
}

/*---------------------------------------------------------------------------------------------------------*/
/*--- container -------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/

#container{
	margin-top: 50px;
}


/*--- event-top ---*/

#event-top{
	margin-bottom: 50px;
}

/*-------------------------------------------------------------------------------------*/
/*--- contens-info-top ----------------------------------------------------------------*/

#contens-info-top{
	margin-top: 100px;
	padding: 30px 0;
	background: #D9E5FF;
}

#index-infomation{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#contents-info-top-inner{
	background: #fff;
	width: 600px;
	padding: 20px 30px;
}

#index-insta{
	width: 500px;
}

/*-------------------------------------------------------------------------------------*/
/*--- contents-left -------------------------------------------------------------------*/

#contents-top-left{
	width:660px;
	float:left;
}

#topics-main{
	height:480px;
	background:url(img/topic-bk.gif) no-repeat;
}

#topics-in{
	width:620px;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#index-info-inner:after{
	clear:both;
}

.topics-article{
	width:138px;
	padding:20px 0 0 0;
}

.topics-article:last-child{
	margin:0;
}

p.topics-cat{
	margin-top: 5px;
	float:left;
}

p.topics-date{
	margin-top: 6px;
	font-size:10px;
	font-weight:bold;
	float:right;
}

.topics-article h3{
	margin-top: 5px;
	font-size:13px;
	color:#333;
	line-height:1.3;
}

#contents-top-right{
	width: 320px;
	float: right;
}

#want-in{
	height:430px;
	padding-top: 10px;
	background:url(img/index-wanted-bk.gif) no-repeat;
}

.want-article{
	margin: 0 20px;
	padding-top: 10px;
	border-bottom:1px dotted #ffffff;
}

.want-article a{
	color: #ffffff;
	text-decoration: none;
}

.want-article h3{
	font-size: 13px;
}

p.want-date{
	margin-top: 4px;
	float: left;
	color: #ffffff;
}

p.tennis-school{
	width: 90px;
	height: 27px;
	margin-left: 5px;
	background:url(img/index-wanted-cat-tennis.svg) no-repeat;
	float: left;
}

p.beach-volleyball{
	width: 90px;
	height: 27px;
	margin-left: 5px;
	background:url(img/index-wanted-cat-volly.svg) no-repeat;
	float: left;
}

p.sizen-gakko{
	width: 90px;
	height: 27px;
	margin-left: 5px;
	background:url(img/index-wanted-cat-sizen.svg) no-repeat;
	float: left;
}

p.nordic-walking{
	width: 90px;
	height: 27px;
	margin-left: 5px;
	background:url(img/index-wanted-cat-nordick.svg) no-repeat;
	float: left;
}

p.rc-other{
	width: 90px;
	height: 27px;
	margin-left: 5px;
	background:url(img/index-wanted-cat-other.svg) no-repeat;
	float: left;
}


/*-------------------------------------------------------------------------------------*/
/*--- contetns-middle -----------------------------------------------------------------*/

#contetns-middle{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

/*---------------------------------------------------------------------------------------------------------*/
/*--- rental ----------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
#rental{
	width: 580px;
	margin-top: 20px;
	float: left;
}

#rental h2{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 17px;
	color: #1086c1;
	border-bottom: 1px dotted #1086c1;
}

.rental-box{
	width: 180px;
	height: 260px;
	margin: 0 5px 20px 5px;
	float: left;
}

.rental-box img{
	width: 180px;
}

.rental-box h3{
	font-size: 16px;
}

.rent-attention{
	font-size: 11px;
	color: #ff0011;
}

p.rental-en{
	font-size: 13px;
}

.rental-price{
	font-size: 16px;
	text-align: right;
	color: #ff0011;
	font-weight: bold;
}

#sale{
	margin: 20px 0 0 15px;
	float: left;
}

#sale h2{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 17px;
	color: #1086c1;
	border-bottom: 1px dotted #1086c1;
}

#sale table th{
	font-size: 15px;
	padding: 0 15px 10px 0;
	text-align: left;
}

#sale table td{
	font-size: 15px;
	padding: 0 0 10px 0;
	color: #ff0011;
}

th.eng{
	font-weight: normal;
	color: #555555;
}

p.sale-attention{
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #ff0011;
}

/*---------------------------------------------------------------------------------------------------------*/
/*--- contact ---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/

#contact-box p{
	margin-bottom: 20px;
}

.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 50%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

p.contact-attention{
	margin-bottom: 30px;
}

p.contact-attention a{
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}

/*--- 2020.11.25追加 ---*/
#ennaimap-image{
	width: 80%;
	margin: 50px auto 0;
}

#ennaimap-image img{
	max-width: 100%;
}