@charset "utf-8";
body {
	font-family: "Hiragino Sans w4","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ヘッダー */
header {
	width: 100%;
	height: 65px;
	background-color: #305662;
}
header h1 {
	float: left;
	height: 65px;
	max-width: 430px;
}
header h1 img {
	max-width: 100%;
}
#header_area {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

/* ナビゲーションメニュー */
nav {
	float: right;
}
#gnavi ul {
	display: flex;
	height: 65px;
	width: 690px;
}
#gnavi ul li {
	width: 20%;
}
#gnavi li {
	list-style-type: none;
	position: relative;
}
#gnavi li a {
	color: #ffffff;
	display: block;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	width: 100%;
	height: 65px;
}
#gnavi li:hover {
	background-color: #008080;
}

/* コンテンツ全体 */
main {
	clear: both;
}

/* メインビジュアル */
#mainvisual {
	background-color: #ffffff;
}
#mainvisual img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

/* トップページコンテンツ */
#top_contents {
	text-align: center;
}
#top_contents h2:before,#top_contents h2:after {
	content: "-";
	margin: 0.5rem;
}
#top_contents img {
	max-width: 100%;
}
#explanation {
	line-height: 180%;
	margin: 2rem 0;
}

/* メニューボタン */
#menu h2 {
	padding: 1rem 0 0.7rem 0;
}
#menu div {
	margin: 15px 40px 40px 40px;
}

/* お知らせ */
#info {
	justify-content: center;
	align-items: center;
	width: 100%;
}
#info h2 {
	padding: 2rem 0 0.7rem 0;
}
#info_list {
	max-width: 900px;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 0 10px 50px 10px;
	line-height: 200%;
}
#info_list ul {
	list-style-type: none;
}
#info_list li {
	border-bottom: 2px #cccccc dashed;
	padding: 12px 0;
}
#info_list span {
	background-color: #777777;
	padding: 2px 12px;
	margin-right: 10px;
	border-radius: 5px;
	color: #ffffff;
}
#info_list a {
	color: #0c3f4f;
}
#info_list a:hover {
	color: #367e95;
	text-decoration: none;
}
table{

	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

 
th{
background:#FDA52F;
}
td{
background:#E7FFB8;
} 

}
/* フォーム */
form p {
	margin: 25px 0;
}
.input {
	display: block;
	width: 400px;
}
textarea {
	display: block;
	width: 400px;
	height: 120px;
}
button {
	width: 180px;
	height: 50px;
	padding: 10px;
}
#usercomment {
	width: 730px;
}

/* フッター */
footer {
	background-color: #305662;
}
#footer_inner {
	color: #ffffff;
	margin: 0 auto;
	padding: 2rem;
	font-size: 15px;
	max-width: 1200px;
}
#copyright {
	border-top: 1px solid #ffffff;
	margin-top: 15px;
	padding-top: 5px;
}
#footer_inner {
	color: #ffffff;
	margin: 0 auto;
	padding: 2rem;
	font-size: 15px;
	max-width: 1200px;
}
#footer_inner > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
address {
	font-style: normal;
}
address ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
address li {
	display: inline-block;
	margin-right: 15px;
}
address h4::before {
	content: "■";
}
address img {
	margin-bottom: 15px;
	max-width: 100%;
}
address a {
	color: #ffffff;
}
#copyright {
	border-top: 1px solid #ffffff;
	margin-top: 15px;
	padding-top: 5px;
}

/* パンくずリスト */
#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	font-size: smaller;
	background-color: #f1f1f1;
	border-radius: 50px;
	padding: 2px 15px;
}
#breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0.4rem;
	color: #999999;
}
#breadcrumb a {
	color: #305662;
}
#breadcrumb a:hover {
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #305662;
}

/* 記事ページフォーマット */
#subimg {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
article {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 15px 50px 15px;
}
article img {
	margin: 2rem auto;
	display: block;
	max-width: 100%;
}
article h1 {
	background: linear-gradient(to right,#97c5bd, #66ffcc, #97c5bd);
	box-shadow: 0 12px 8px -8px #999999;
	width: 100%;
	border-bottom: 3px solid #305662;
	font-size: 22pt;
	text-align: center;
	color: #173c47;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	margin-bottom: 3rem;
	padding: 2.8rem 0;
}

article h2 {
	font-weight: 700;
	margin: 2.3rem 0;
	padding: 10px;
	background-color: #97c5bd;
}
article > p {
	margin: 2rem 0;
}
article ul {
	margin: 2rem 1.3rem;
}
.aboout_img {
	border-radius: 7px;
}
.formbtn {
	display: inline-block;
	color: #173c47;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: 2px solid #173c47;
	border-radius: 5px;
	background-color: #ffffff;
	width: 40%;
	padding: 10px 5px;
	transition-duration: 0.2s;
}
.formbtn:hover {
	background-color: #cde2f0;
}
.formbtn:hover, .formbtn:visited {
	color: #173c47;
}
.commentbox {
	margin: 3rem 0;
	padding: 0.5rem 1rem;
	border: 3px solid #32955a;
}

/* 目次 */
#mokuji {
	margin-left: 30px;
}
#mokuji a {
	color: #305662;
}
#mokuji a:hover {
	color: #427382;
	text-decoration: none;
}

/* ページの先頭へ戻る */
#pagetop {
	height: 45px;
	width: 65px;
	background-color: #deb887;
	border: 3px solid #331a08;
	border-radius: 10px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pagetop:hover {
	background-color: #c1e090;
}
#pagetop_inner {
	height: 15px;
	width: 15px;
	border-top: 3px solid #331a08;
	border-right: 3px solid #331a08;
	transform: translate(0, 20%) rotate(-45deg);
}

/* メニューリスト */
#cafe img,#bar img {
	display: block;
	margin: 2rem auto;
	max-width: 100%;
}
.menulist {
	max-width: 700px;
	margin: 2rem auto;
	padding: 20px 30px;
	border: #cde2f0 2px solid;
	border-radius: 10px;
}
.menulist dl {
 	display: table;
	width: 100%;
	border-bottom: 1px dashed #cde2f0;
}
.menulist dt {
	display: table-cell;
	padding: 0.4rem 0 0.4rem 0.8rem;
}
.menulist dd {
	text-align: right;
	display: table-cell;
	min-width: 6rem;
	padding: 0.4rem 0.8rem 0.4rem 0;
}
.menulist h3 {
	text-align: center;
	color: #305662;
}
.menulist h3:before,.menulist h3:after {
	content: "-";
	color: #305662;
	margin: 0.5rem;
}
.gentei {
	display: inline-block;
	background-color: #305662;
	margin-left: 6px;
	padding: 1px 6px 0 6px;
	color: #ffffff;
	border-radius: 4px;
}
/* カレンダー */
.cal {
	border-collapse: collapse;
	max-width: 900px;
	margin: 0 auto;
}
.cal th {
	background-color: #9fbdc7;
}
.cal th, .cal td {
	border: 1px solid #000000;
	padding: 3px 5px;
}
.cal td:nth-child(1), .cal td:nth-child(2) {
	font-weight: 700;
	text-align: center;
}
.cal_day,.cal_week {
	min-width: 48px;
}
.cal_time {
	min-width: 130px;
}
.cal_contents {
	width: 70%;
}
.sat td:nth-child(1), .sat td:nth-child(2) {
	color: #0e29d0;
	background-color: #d9e2f8;
}
.sun td:nth-child(1), .sun td:nth-child(2) {
	color: #d00e0e;
	background-color: #f5d7da;
}
/* イベントシリーズ */
#event_series {
	width: 100%;
	max-width: 800px;
}
#event {
	display: flex;
	width: 100%;
	gap: 15px;
}
#event img:hover {
	opacity: 0.8;
	transition-duration: 0.5s;
}
/* ソーシャルメディアボタン */
.snsbtn {
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	width: 48%;
	text-align: center;
	margin-bottom: 1rem;
	padding: 9px 5px 7px 5px;
	border: 2px solid #42210b;
	border-radius: 50px;
	transition-duration: 0.2s;
}
.snsbtn:hover {
	border: 2px solid #c1e090;
}
.linebtn {
	background: linear-gradient(45deg, #079b44 35%, #4dc764 100%);
}

/* 1225px以下の場合 */
@media(max-width: 1225px) {
	header h1 img {
		margin-left: 8px;
	}
}

/* 959px以下の場合 */
@media(max-width: 959px) {
	/* ナビゲーションメニュー */
	header {
		height: 100px;
	}
	nav {
		float: none;
	}
	#gnavi {
		font-size: smaller;
	}
	#gnavi ul {
		height: 35px;
		width: 100%;
	}
	#gnavi ul li {
		width: 20%;
	}	
	#gnavi li a {
		height: 35px;
		line-height: 35px;
	}
	
	/* お知らせ */
	#info h2 {
		padding: 1rem 0;
	}
}

/* 768px以下の場合 */
@media(max-width: 768px) {
	#explanation, #menu > p, #info > p {
		text-align: left;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	/* お知らせ */
	#info_list span {
		display: block;
		width: fit-content;
	}
	
	/* お問い合わせ */
	#usercomment {
		width: 100%;
	}
	
	/* フッター */
	#footer_inner {
		max-width: 100%;
	}

	/* その他ページ */
	.menulist {
		padding: 20px 20px;
	}
	.formbtn {
		width: 100%;
	}
	.input {
		width: 100%;
	}
	button {
		width: 100%;
	}
	#event {
		display: block;
	}
	#event img {
		width: 100%;
	}
}