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

/* コンテンツタイトル */
.contitle_box {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 50px;
	background-image: url("../img/con_title.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.contitle_box h2 {
	margin: 0;
	padding: 0;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #fff;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*コンテンツ用レイアウト*/
.container_inner_con {
	width: 850px;
	margin: 0 auto;
}


/*利用案内*/
.guide_txt {
	line-height: 2.3em;
	margin-bottom: 30px;
}

.guide_txt_p {
	margin-bottom: 30px;
}

.guide_table th,td {
	border: solid 1px #A7A6A6;
	padding: 10px;
}
.guide_table th {
	width: 30%;
	background: #DCE7FF;
}
.guide_table {
	border-collapse:  collapse;
	margin: 0 auto;
	width: 90%;
}


/*設備紹介*/
.stadio_photo_li {
	display: flex;
	justify-content: normal;
	margin-bottom: 20px;
}
.stadio_photo {
	width: 480px;
}
.stadio_photo_txt {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
	line-height: 2.3em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.stadio_photo_txt2 {
	line-height: 1.8em;
	width: 90%;
	margin: 0 auto;
}
.stadio_txt_p2 {
	margin-bottom: 30px;
	line-height: 2.3em;
	font-size: 24px;
	text-align: center;
	color: #412F1F;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	border-bottom: solid 1px #ACA199;
	border-top: solid 1px #ACA199;
}
.stadio_txt_title {
	font-weight: bold;
	font-size: 28px;
	margin: 0 auto 15px auto;
	color: #412F1F;
	border-bottom: solid 1px #ACA199;
	width: fit-content;
}

.stadio_photo2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.stadio_photo2 li {
	margin-bottom: 12px;
}
.stadio_photo2 img {
	width: 350px;
	height: 400px;
	object-fit: cover;
}

.stadio_photo3 {
	width: auto;
}

.stadio_midasi {
	background-color: #D3E3FD;
	padding: 6px 12px;
	border-radius: 10px;
}

.house_btn {
	width: 60%;
	margin: 30px auto 0 auto;
}
.house_btn2 {
	width: 550px;
	margin: 30px auto 30px auto;
}


/*アクセス*/
.access_map {
	width: 100%;
	margin-bottom: 40px;
}
.access_map iframe {
	width: 100%;
	height: 500px;
}

.access_txt_p {
	line-height: 2.3em;
	margin-bottom: 30px;
}

.access_photo_li {
	display: flex;
	justify-content: normal;
	margin-bottom: 20px;
}
.access_photo {
	width: 480px;
}
.access_photo_txt {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
}



/* フォーム全体のスタイル */
form {
    background-color: white;
    width: 90%;
    max-width: 600px;
    margin: auto;
    text-align: left;
}
/* ラベルのスタイル */
label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}
/* 入力欄のスタイル */
input, textarea {
    width: 100%; /* box-sizingが適用されるので、paddingやborder込みで100%に収まる */
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
/* テキストエリアの高さを調整 */
textarea {
    resize: vertical;
    height: 120px;
}
/* 送信ボタンのスタイル */
.contact_btn {
    background-color: #773412;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
	border-radius: 5px;
    cursor: pointer;
}












