@charset "utf-8";
html{
	scroll-padding-top:300px;
	scroll-behavior: smooth;
}
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;
	position: fixed;
	z-index: 900;
}
header h1 {
	float: left;
	height: 65px;
	max-width: 250px;
}
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: 650px;
}
#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: #775338;
}

/* ナビゲーションメニュー　子メニュー */
#gnavi li li{
	background-color: #305662;
	height: 0;
	overflow: hidden;

}
#gnavi li li a{
	border-top: 1px solid #ffffff;
	line-height: 50px;
}
#gnavi li:hover li{
	height: 50px;
	overflow: hidden;
}

/* ハンバーガーメニュー */
#sp_gnavi_check{
	display: none;
}


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

/* メインビジュアル */
#mainvisual {
	background-color: #305662;
	padding-top: 65px;
}
#mainvisual h2 {
	font-family: "Yu Mincho","Hiragino Mincho ProN",serif;
	font-size: 80px;
	font-weight: 700;
	text-shadow: 2px 2px 5px #ffffff;
	line-height: 180%;
	text-align: center;
	padding-top: 65px;
	height: 500px;
	background-image: url(../image/27466661_m.jpg);
	background-position: center top;
	background-size: cover;
	max-width: 1500px;
	margin: 0 auto;
}

#mainvisual_skill{
	padding-top: 65px;
	background-color: #305662
}
#mainvisual_skill h2{
	font-family: "Yu Mincho","Hiragino Mincho ProN",serif;
	font-size: 80px;
	font-weight: 700;
	text-shadow: 2px 2px 5px #ffffff;
	line-height: 180%;
	text-align: center;
	padding-top: 65px;
	height: 500px;
	background-position: center top;
	background-size: cover;
	max-width: 1500px;
	margin: 0 auto;
	background-image: url(../image/info_cafe.jpg);
}

#mainvisual_project{
	padding-top: 65px;
	background-color: #305662
}
#mainvisual_project h2{
	font-family: "Yu Mincho","Hiragino Mincho ProN",serif;
	font-size: 80px;
	font-weight: 700;
	text-shadow: 2px 2px 5px #ffffff;
	line-height: 180%;
	text-align: center;
	padding-top: 65px;
	height: 500px;
	background-position: center top;
	background-size: cover;
	max-width: 1500px;
	margin: 0 auto;
	background-image: url(../image/project_top.jpg);
}
/* トップページコンテンツ */
#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: 2rem 0 0.7rem 0;
}
#menu div {
	margin: 15px 40px 40px 40px;
}
#menu p{
	line-height: 1.9em;
	font-size: 1.1rem;
	margin-bottom: 3rem;
}
/* お知らせ */
#info {
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #cde2f0;
}
#info h2 {
	padding: 2rem 0 0.7rem 0;
}
#info_card{
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0 auto;
	padding: 1rem 1rem 3rem 1rem;
	max-width: 900px;
}
.card{
	flex-basis: calc((100% - 18px * 2) / 3);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8p rgba(0,0,0,.1);
	overflow-wrap: break-word;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.card_img img{
	width: 100%;
	object-fit: cover;
}
.card_cont{
	padding:10px 12px ;
	text-align: left;
}
.card_cont h3{
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.5;
}
.card_cont_day{
	font-size: smaller;
	font-weight: 700;
	color: #888888;
	margin-bottom: 0.5rem;
}
.card_cont_summary{
	line-height: 1.5;
	margin-bottom: 0.5rem;
}
.card:hover{
	transform: scale(1.04);
	box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
}


/* フォーム */
form p {
	margin: 25px 0;
}
.input {
	display: block;
	width: 400px;
}
textarea {
	display: block;
	width: 600px;
	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;
}

/* パンくずリスト */
#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,#ffffff, #cde2f0, #ffffff);
	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;
	
	border-bottom: 2px dashed #000;
	
}
article > p {
	margin: 2rem 0;
}
article ul {
	margin: 2rem 1.3rem;
}

.project_imge{
	width: 50%;
}
.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;
	position: relative;
}
.commentbox h3{
	background-color: #32955a;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
	padding: 4px 10px 0 10px;
	position: absolute;
	top: -32px;
	left: -3px;
}

/* 目次 */
#mokuji {
	max-width: 450px;
	margin: 1rem auto;
	border: 2px solid #9fbdc7;
	border-radius: 4px;
}
#mokuji a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #000000;
}
#mokuji ul{
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
}
#mokuji_title:checked ~ #mokuji_inner li{
	height: 38px;
	opacity: 1;
}
#mokuji input{
	display: none;
}
#mokuji label{
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	background-color: #9fbdc7;
}
#mokuji li{
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition-duration:.5s ;
}
#mokuji li:hover{
	background-color: #d4d4d4;
}
/* ページの先頭へ戻る */
#pagetop{
	border-radius: 50%;
	height: 55px;
	width: 55px;
	background-color: #ffffff;
	border: 2px solid #113c4a;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pagetop:hover{
	background-color: #cde2f0;
}
#pagetop_inner{
	height: 15px;
	width: 15px;
	border-top: 3px solid #305662;
	border-right: 3px solid #305662;
	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;
}

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

/* 959px以下の場合 */
@media(max-width: 959px) {
	/* ハンバーガーメニュー　ボタン部分 */
	#sp_gnavi_btn{
		position: fixed;
		top: 10px;
		right: 10px;
		height: 45px;
		width: 45px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 200;
	}
	#sp_gnavi_btn span,#sp_gnavi_btn span::before,#sp_gnavi_btn span::after{
		content: "";
		display: block;
		position: absolute;
		width: 25px;
		height: 3px;
		background-color: #305662;
	}
	#sp_gnavi_btn span::before{
		bottom: 8px;
	}
	#sp_gnavi_btn span::after{
		top: 8px;
	}
	#sp_gnavi_check:checked ~ #sp_gnavi_btn span{
		background-color: transparent;
	}
	#sp_gnavi_check:checked ~ #sp_gnavi_btn span:before{
		bottom: 0 ;
		transform: rotate(45deg);
	}
	#sp_gnavi_check:checked ~ #sp_gnavi_btn span:after{
		top: 0;
		transform: rotate(-45deg);
	}
	/* ハンバーガーメニュー */
	#gnavi{
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		padding-top: 70px;
		background-color: rgba(255, 255, 255, .8);
		z-index: 100;

	}
	#sp_gnavi_check:checked ~ #gnavi{
		left: 0%;
	}
	#gnavi > ul{
		display: block;
		/* width: 100%;
		height: 20px; */
	}
	#gnavi > ul > li{
		background-color: #cde2f0;
		width: 100%;
		height: auto;
	}
	
	/* ナビゲーションメニュー */
	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;
	}
	.card_cont{
		padding: 10px 8px;
	}
	.card_cont h3{
		margin-bottom:0 ;
	}
	.card_cont_day,
	.card_cont_summary{
		margin-bottom: 0.35rem;
	}
}

/* 768px以下の場合 */
@media(max-width: 768px) {
	#explanation, #menu > p, #info > p {
		text-align: left;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	/* お知らせ */
	.card{
		flex-basis: calc((100% - 18px) / 2);
	}
	
	/* お問い合わせ */
	#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%;
	}
}