@charset 'UTF-8';

/* ===== common settings ===== */
html, body {
	width:100%;
	font-family:Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:85%;
	background:#FFF;
	color:#3F301A;
}
a {
	color:#1164b0;
	text-decoration:none;
}
a:hover {
	color:#EA8F10;
	transition:.2s;
	text-decoration: underline;
}
li {
	margin-bottom: .3rem;
}
.img_responsive {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.img_header {
	display:inline-block;
	max-width:100%;
	height:auto;
}
/* ===== header ===== */
body {
	max-width: 100%;
	height: 100%;
	background: url(../image/header_bg.png) no-repeat;
	background-size: contain;
}
header {
	overflow: hidden;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}
header h1 {
	color: white;
	text-shadow: 2px 2px 0 #000; 
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	font-size: .8em;
	text-align: center;
}
header .header_logo {
	float: left;
	width: 218px;
	height: 61px;
	margin: 20px 0;
}
#contact {
	display: none;
}
#contact_sp {
	margin: 20px 0 20px 0;
	min-height: 100px;
	background: url(../image/header_contact.png) no-repeat;
	text-align: center;
	position: relative;
	background-size: contain;
}
#contact_sp p {
	margin: 0 0 0 auto;
	width: 80%;
	line-height: 1;
	padding: 6px 0 0;
}
#contact_sp p span {
	font-size: 1.2rem;

}
.tel_sp {
	max-width: 50%;
}
.tel_icon {
	width: 16px;
	height: 16px;
}
.contact_button_l {
	background: url(../image/header_button.png) no-repeat;
    width: 36%;
    min-height: 30px;
    position: absolute;
    top: 48%;
    left: 23%;
    background-size: contain;
}
.contact_button_r {
	background: url(../image/header_button.png) no-repeat;
    width: 36%;
    min-height: 30px;
    position: absolute;
    top: 48%;
    left: 62%;
    background-size: contain;
}
#contact_sp a {
	display: block;
	line-height: 21px;
	padding: 0 5px;
} 
.arrow {
	float: left;
	margin: 7px 0 0 0;
	max-width: 11%;
	height: 10%
}
#contact_sp span {
	color: #fff;
	font-size: 0.6rem;
	font-weight: bold;
}
.mv {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/* ===== header_slider ===== */
.header_slider {
	position: relative;
	margin-bottom: 40px;
}
.main_visual_container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main_visual_container .main_visual_holder {
	position: absolute;
	top: 0;
	left: 0;
}
.main_visual_container .main_visual_holder p {
	float: left;
}
.main_visual_container .main_visual_holder p img {
	width: 100%;
	height: auto;
}
.header_slider ul {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
}
.header_slider ul li {
	display: inline-block;
	margin: 0 6px;
	cursor: pointer;
}
.header_slider ul li img {
	width: 26px;
	height: auto;
}
header nav ul li {
	float: left;
	width: 25%;
	text-align: center;
}
header nav ul li a {
	color: #1164b0;
	font-size: 1.25em;
}
/* ===== main_contents ===== */
.contents_header {
	width: 100%;
	height: 50px;
	display: table;
}
.contents_header_elem {
	display: table-cell;
	vertical-align: middle;
}
.contents_header_elem.elem_left {
	text-align: left;
	width: 78px;
}
.contents_header_elem.elem_left img {
	width: 78px;
	height: auto;
}
.contents_header_elem.elem_center {
	text-align: center;
	background: url(../image/section_soccer_center.png) repeat-x;
	background-size: auto 96%;
}
.contents_header_elem.elem_right {
	text-align: right;
	width: 50px;
}
.contents_header_elem.elem_right img {
	width: 50px;
	height: auto;
}
.contents_header h2 {
	color: #FFF;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.news_container {
	background: url(../image/icon_ball.png) repeat-x;
	background-position: bottom;
	padding: 0 15px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#news {
	width: 100%;
	height: auto;
	background: url(../image/bg_news.gif);
	border: solid 1px #dbdbdb;
	padding: 10px;
	line-height: 250%;
	margin-bottom: 50px;
}
#news li {
	font-size: 1.5em;
}
#news li .news_List_Title {
	padding-left: .5em;
}
#face {
	display: none;
}
#face_sp {
	max-width: 100%;
	margin-bottom: 40px;
}
.middle_container {
	padding: 2em 0;
}
.middle_container .middle_right img {
	width: 100%;
	height: auto;
}
.middle_container .middle_right .instagram {
	margin-bottom: 1em;
	text-align: center;
}
.middle_container .middle_right .instagram iframe {
	width: 96% !important;
}
/* ===== about ===== */
#about .about_head {
	padding: 2em 1em;
}
#about .about_head .logo img {
	width: 100%;
	height: auto;
}
#about .about_head .read {
	font-size: 1.25em;
	margin-bottom: 2em;
}
#about .about_head .information {
	width: 100%;
	margin: 0 auto;
	border: solid 2px #333;
	padding: 1em 1em 0 1em;
	background: url(../image/bg_goal.png) no-repeat;
	background-position: right bottom;
	background-size: 140px;
}
#about .about_head .information table {
	font-size: 1.25em;
}
#about .about_head .information table th {
	min-width: 80px;
}
#about .about_head .information table th,
#about .about_head .information table td {
	padding-bottom: .5em;
	vertical-align: top;
}
#about .about_content_head {
	background-color: #1164b0;
	border: solid 2px #0d467b;
	position: relative;
}
#about .about_content_head p {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 46px;
	line-height: 30px;
}
#about .about_content_head span {
	position: absolute;
	left: 10px;
	top: 2px;
}
#about .about_content_body {
	padding: 2em 1em;
}
#about .about_schedule table {
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#about .about_schedule table th,
#about .about_schedule table td {
	border: solid 2px #0d467b;
	padding: .5em;
	font-size: 1.25em;
}
#about .about_schedule table th {
	background-color: #1164b0;
	color: white;
	text-align: center;
}
#about .about_schedule table td.cent {
	text-align: center;
}
#about .about_schedule .messages {
	font-size: 1.25em;
}
#about .about_concept .promise {
	background: url(../image/bg_ball.png) no-repeat;
	background-position: right bottom;
	background-size: 300px;
}
#about .about_concept .promise .txt {
	text-align: center;
	margin-bottom: 2em;
}
#about .about_concept .promise .txt img {
	width: 100%;
	height: auto;
}
#about .about_concept .promise dl {
	margin-bottom: 2em;
}
#about .about_concept .promise dt {
	color: #1164b0;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
#about .about_concept .promise dd {
	font-size: 1.25em;
	padding-left: 1em;
}
#about .about_concept .promise dd span {
	padding-right: 1em;
}
#about .about_concept .concept .txt {
	text-align: center;
	margin-bottom: 2em;
}
#about .about_concept .concept .txt img {
	width: 100%;
	height: auto;
}
#about .about_concept .concept .read {
	margin-bottom: 2em;
}
#about .about_concept .concept .read_head {
	color: #1164b0;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
}
#about .about_concept .concept .read_body {
	font-size: 1.25em;
}
#about .about_concept .concept .read_body p {
	padding: 0 1em;
}
#about .about_concept .concept .read_body .point {
	padding-left: 0;
}
#about .about_policy ul {
	font-size: 1.5em;
	margin-left: .5em;
	margin-bottom: 1em;
}
#about .about_policy li span {
	color: #1164b0;
	padding-right: .5em;
}
#about .about_policy .entry_holder {
	width: 100%;
	margin: 0 auto;
}
#about .about_policy .entry_holder .entry_left {
	float: left;
}
#about .about_policy .entry_holder .entry_right {
	float: right;
}
#about .about_policy .entry_holder .entry_left,
#about .about_policy .entry_holder .entry_right {
	width: 49%;
}
#about .about_policy .entry_holder .entry_left img,
#about .about_policy .entry_holder .entry_right img {
	width: 100%;
	height: auto;
}
/* ===== フォーム ===== */
.form {
	padding: 0 1em;
}
.form .contact {
	width: 100%;
	margin: 2em 0;
}
.form .contact caption {
	text-align: center;
	font-size: 1.5em;
	padding-bottom: 1em;
}
.form .contact th,
.form .contact td {
	display: block;
	width: 100%;
}
.form .contact th {
	font-weight: bold;
	padding-bottom: .5em;
}
.form .contact td {
	padding-bottom: 1em;
	text-align: center;
}
.form .contact th span {
	color: red;
}
.form .contact input[type="text"],
.form .contact textarea,
.form .contact select {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	margin-bottom: .5em;
}
.contact_button input[type="button"],
.contact_button input[type="reset"] {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	border: solid 1px #ddd;
	background-color: #eee;
}
.contact_button input[type="button"] {
	background-color: orange;
	color: white;
	margin-bottom: 1em;
}
/* ===== footer ===== */
#footer_pc {
	display: none;
}
#footer_sp {

}
footer {
	max-width: 100%;
	background: #1164b0;
	border-top: solid 10px #005099;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
#triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 70px;
	border-color: transparent transparent #005099 transparent;
	margin: 15px auto 0 auto;
}
#to_top {
	width: 150px;
	height: 100px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-left: -75px;
	padding-top: 2px;
    line-height: 35px;
}
#to_top a {
	text-decoration: none;
	color: #FFF;
}
/* ===== footer_manu ===== */
#footnavi {
	max-width: 100%;
	margin: 50px auto;
}
#footer_bana {
	display: none;
}

footer ul a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 1.1rem;
	line-height: 20px;
	margin: 5px 0 0 0;
}

footer ul img {
	width: 11px;
	height: 11px;
}

.footer_title {
	color: #FFF;
	font-size: 1.1rem;
	line-height: 20px;
	margin: 5px 0 0 0;
}

#foot_up {
	display: flex;
	width: 100%;
	overflow: hidden;
}
#foot_up > li {
	width: 20%;
}

.list_space {
	text-indent: 1em;
}
.sub_space {
	text-indent: 2rem;
}

.foot_icon{
	vertical-align: middle;
	width: 12px;
	height: 12px;
}

#foot_under {
	width: 80%;
	margin: 2% 0 0 20%;
	overflow: hidden;
	float: right;
}
#foot_under li {
	width: 25%;
	float: left;
}

#foot_right {
	width: 30%;
	float: left;
}
#foot_right p:nth-of-type(2) img {
	display: block;
	margin: 10px auto;
}
#foot_right p:nth-of-type(2) {
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
#smart_footer {
	display: none;
}

/*20170609予約フォーム追加*/
.ui-datepicker th{
	background: transparent;
	color: #000;
	font-weight: bold;
}
table.reserve input,
table.reserve textarea{
	width: 80%;
}