@charset "utf-8";
/*********************************
↓　全体設定
*********************************/

/* 全体設定 */
/* *{
    outline: 2px red solid;
} */

html {
	font-size: 62.5%; /* font-size: 10px と同義 */
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-size: 120%; /* font-size: 12px と同義 */
	line-height: 1.7;
    /* font-family: 'Open Sans', sans-serif; */
	font-family: futura-pt, sans-serif;
	font-weight: normal;
	position: relative;
	margin: 0 ;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #04c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img {
	width: 100%;
}



/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

/* inline-block */
.inline_block {
	display: inline-block;
}

.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*********************************************************
共通css
**********************************************************/
.sp_br {
	display: none;
}

@media screen and (max-width:600px) {
	.sp_br {
		display: block;
	}
	.sp_br2 {
		display: none;
	}
}

/* 色 */
:root {
	--main : #006cb6; 
	--subcolor : #80cbec;
	--choiceColor : #eaf5fc;
}

/*********************************************************
メイン全体
**********************************************************/
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

h1 {
	margin: 0;
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}



/*********************************************************
ヘッダー
**********************************************************/
.c-header {
	align-items: center;
	background-color: var(--main);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 1rem 2rem;
	width: 100%;
}

.c-header__logo {
	color: #fff;
	font-size: clamp(18px, 3.2vw, 32px);
}

.c-header__list {
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0;
	gap: 3em;
	align-items: center;
}

.c-header__list-item {
	list-style: none;
	text-decoration: none;
}

.c-header__list-link {
	color: #fff; 
	display: block;
	margin-right: 20px; 
	text-decoration: none;
	padding: 10px 0px; 
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1em;
	text-align: center;
}
.c-header__list-link span {
	font-size: 14px;
}

.c-header__list-link:hover {
	filter: opacity(0.6);
}

.c-hamburger-menu {
	position: relative;
}

.c-header__list-item a.kiyaku {
	font-size: 12px;
}
@media screen and (max-width: 750px) {
	.c-hamburger-menu__list {
		background-color: #709fbe; 
		display: flex;
		flex-direction: column;
		left: 0;
		padding: 2rem; 
		position: absolute;
		transform: translateX(-100%);
		transition: 0.3s; 
		top: 100%;
		width: 100%;
	}

	#hamburger:checked ~ .c-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
	}
}

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	background-color: #fff; 
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
	display: block;
}

.c-hamburger-menu__button {
	display: none;
}

@media screen and (max-width: 750px) {
	.c-hamburger-menu__button {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px;
		height: 32px;
		justify-content: center;
		width: 32px;
	}	

	.c-hamburger-menu__button-mark {
		background-color: #fff;
		height: 1px;
		transition: 0.3s; 
		width: 20px; 
	}
}


@media screen and (max-width: 750px) {
	#hamburger:checked
	~ .c-hamburger-menu__button
	.c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(2px, 1px) rotate(45deg);
		transform-origin: 0%;
	}
	#hamburger:checked
	~ .c-hamburger-menu__button
	.c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}
	#hamburger:checked
	~ .c-hamburger-menu__button
	.c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(2px, 3px) rotate(-45deg);
		transform-origin: 0%;
	}
}

/*********************************************************
トップ画像
**********************************************************/

.top_img {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;	
}


/*********************************************************
お知らせ
**********************************************************/
.news {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.news h1 {
	text-align: center;
	margin: 50px 10px 30px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
}
.news h1 span {
	font-size: 14px;
}

.news-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.news-list .item a,
.news-list .item div  {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
	align-items: center;
}
.news-list .item:first-child a,
.news-list .item:first-child div {
	border-top: 1px solid #CCC;
}
.news-list .item .date {
	margin: 0;
	min-width: 140px;
	font-size: 16px;
	color: #999;
	padding: 0 20px 0 0;
}
.news-list .item .category {
	margin: 0;
	min-width: 140px;
	padding: 0 20px 0 0;
}
.news-list .item .category span {
	background: #999;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
}
.news-list .item .title {
	margin: 0;
	width: 100%;
	font-size: 18px;
}
.news-list .item a:hover .title {
	color: var(--main);
}

@media screen and (max-width: 767px){
	.news-list .item a,
	.news-list .item div {
		flex-wrap: wrap;
	}
	.news-list .item .date {
		min-width: 100px;
	}
	.news-list .item .title {
		margin-top: 10px;
	}
}

/* もっと見る　*/
.button {
	margin: 15px;
}
.button a {
    background: #eaf5fc;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
	font-size: 16px;
    font-weight: 500;
}
.button a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button a:hover {
    background: #006cb6;
    color: #FFF;
}

/*********************************************************
トップ　説明欄
**********************************************************/
.about_top {
	margin: 100px 0px;
	background-color: #eaf5fc;
	padding-bottom: 30px;
}

.moyou {
	background-image: url(../images/moyou.png);
	background-repeat: no-repeat;
	height: 50px;
}
.moyou_2 {
	background-image: url(../images/moyou-2.png);
	background-repeat: no-repeat;
	height: 60px;
}

.about_top-inner {
	max-width: 1300px;
	width: 100%;
	margin: 2em auto;
	padding: 0 10px;
}

.txt {
	text-align: center;
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 2.5em;
	margin: 2em 0;
	letter-spacing: 5px;
}

.txt_red {
	color: #e95457;
	font-weight: bold;
}

.txt_flex {
	display: grid;
	-ms-grid-columns:1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: center;
}
.txt_strong {
	text-align: center;
	font-size: clamp(20px, 1.5625vw, 25px);
	line-height: 2.5em;
	margin: 2em 0;
	font-weight: bold;
	flex-basis: auto;
}

.about_img {
	margin: 0 auto;
	text-align: center;
}

.about_img img {
	max-width: 900px;
	width: 100%;
}

.button_2 {
	margin: 15px;
}
.button_2 a {
	background: var(--subcolor);
	font-size: 16px;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 1em auto 0;
	max-width: 260px;
	padding: 10px 25px;
	color: #333;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}
.button_2 a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.2s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}
.button_2 a:hover {
	background: #006cb6;
	color: #FFF;
}

.videoWrap{
	max-width: 900px;
	padding-top: 40.25%;
	width: 100%;
	margin: 50px auto;
	position: relative;
}

.videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
@media screen and (max-width:560px) {
	.txt, .txt_strong {
		text-align: left;
		letter-spacing: 0;
	}
	.txt_strong {
		margin: 1em 0;
	}
}

@media screen and (max-width: 959px) {
	.movie {
		text-align: center;
		margin: 80px auto ;
		position: relative;
		padding-top: 56.25%; /* 16:9 アスペクト比 */
		height: 0;
	}
	.movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 959px) {
	.txt_flex {
		display: block;
	}
	.txt_flex img {
		display: none;
	}
}

/*********************************************************
イベント情報
**********************************************************/
.event {
	max-width: 1000px;
	width: 100%;
	margin: 2em auto 50px;
}
.event h1 {
	text-align: center;
	margin: 50px 10px 30px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
}
.event h1 span {
	font-size: 14px;
}
.event p.Coming {
	text-align: center;
	font-size: 18px;
}
.event_flex {
	/* margin: 0 auto;
	max-width: 1000px;
	width: 100%; */
	/* display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2em;
	grid-row-gap: 2em; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(376px, 1fr));
	gap: 15px 2%;
}


.event_naiyou {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 2em auto;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
/* .event_naiyou h2 {
	font-size: 18px;
}
.event_naiyou div.event_txt table {
	font-size: 15px;
	border-collapse: separate;
	border-spacing: 5px 2px;
}
.event_naiyou div.event_txt th {
	font-weight: bold;
	background-color: #c1c1c1;
	width: 40%;
	text-align: center;
} */
/* a.event_form {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 1em auto 0;
	border-radius: 100vh;
	text-align: center;
	background-color: var(--main);
	color: #fff;
	font-size: clamp(18px, 2vw, 20px);
	text-decoration: none;
	border: #fff 2px solid;
}
a.event_form:hover {
	background-color: #fff;
	border: var(--main) 2px solid;
	color: var(--main);
} */

/* ===========クリックもっとみる==================== */
.txt-hide{
	display: none;
	}	
button.more {
	width: 120px;
	margin: 20px auto;
	display: block;
	background-color: var(--choiceColor);
	color: #333;
	padding:10px 15px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
	border-radius: 10px;
}
button.more::after {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
}
button.more.on-click::after{
	content: "閉じる";
}

/*********************************************************
フッター
**********************************************************/
.footer {
	margin-top: auto;
	background-color: var(--choiceColor);
}
.footer_txt a {
	text-decoration: none;
}

.footer_inner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 2em 10px;
	text-align: center;
}
.footer_inner h1 {
	font-size: clamp(16px, 1.25vw, 20px);
	margin: 0 0 1em;
}
.footer_inner p.footer_txt {
	font-size: clamp(14px, 1vw, 16px);
	line-height: 2em;
}

.footer_inner div.fot_bunner {
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 2em auto;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.footer_inner div.fot_bunner a {
	max-width: 250px;
	width: 100%;
}


/******************************************************************************************************************
aboutページ
*******************************************************************************************************************/
.about {
	max-width: 1300px;
	width: 100%;
	margin: 2em auto 50px;
	text-align: center;
}
.about h1 {
	text-align: center;
	margin: 50px 10px 30px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
}
.about h1 span {
	font-size: 14px;
}

.about_txt {
	padding: 15px;
	line-height: 2em;
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 2.5em;
}

.about_illust {
	text-align: center;
}

.about img{
	text-align: center;
	max-width: 300px;
	width: 100%;

}

.about_txt_nyukai table {
	margin: 0 auto;
}
.about_txt_nyukai td {
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
}
.about_txt_nyukai th {
	text-align: justify;
	text-align-last:justify;
	font-size: 18px;
	vertical-align: middle;
	padding-right: 1em;
}

@media screen and (max-width: 750px) {
		
		
	.about_txt_nyukai {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;

	}	
	.about_txt_nyukai td {
		font-size: 16px;
		text-align: center;
		display: block;
	}
	.about_txt_nyukai th {
		text-align: center;
		text-align-last: center;
		font-size: 16px;
		padding-right: 1em;
		display: block;

	}
	.sp_displaynone {
		display: none;
	}
	.nyukai_name {
		font-weight: bold;
		padding-top: 20px;
	}
	
}

/* テーブル */

.sosiki table {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

.sosiki td {
	font-size: 18px;
	vertical-align: middle;
	border: 1px solid #000;
}

.sosiki th {
	font-size: 18px;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #000;
}

.name {
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 750px) {
		
		
	.sosiki {
		max-width: 900px;
		width: 80%;
		margin: 0 auto;

	}	
	.sosiki td {
		font-size: 16px;
		text-align: center;
		display: block;
		
	}
	.sosiki th {
		text-align: center;
		text-align-last: center;
		font-size: 16px;
		padding-right: 1em;
		display: block;

	}
	.sp_displaynone {
		display: none;
	}
	.name {
		font-weight: bold;
	}
	
}
