@charset "utf-8";
@import"/common/css/base.css";
@import"/common/css/contents.css";

/* common
--------------------------------------------------------------------- */
h2.pagetitle {
	margin-bottom: 25px;
	text-align: center;
}
.section {
	margin-bottom: 50px;
}
.pht_w300 {
	width: 300px;
}
.pht_w240 {
	width: 240px;
}
.gray {
	color:#CCC;
}

/*--- ※付きリスト ---*/
.kome {
	padding-left: 0;
}
.kome li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.kome li::before {
	content: "\0203b"; /* ※ */
	margin-right: 0.25em;
}
/*--- 大見出し---*/
.local .title {
	margin: 30px 0 40px;
	padding: 40px 0 20px;
	color: #2b4e99;
	font-size: 220%;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1.3;
	background: url("../images/h_bg.png") no-repeat top center;
	border-bottom: 2px solid #2b4e99;
	position: relative;
}
.local .title::before{
	position: absolute;
	content: "";
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 11px solid #fff;
	z-index: 2;
}
.local .title::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #2b4e99;
	border-bottom-width: 0;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.local .title {
		padding: 35px 0 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 480px) {
	.local .title {
		font-size: 160%;
	}
}
/*--- CV---*/
.cv_area {
	/*display: flex;*/
	justify-content: space-around;
	margin-bottom: 50px;
}
.cv_area li {
	width: 47%;
	margin: 20px auto;
}

@media screen and (max-width: 480px) {
	.cv_area {
		margin: 30px 0 30px;
		display: block;
	}
	.cv_area li {
		width: 100%;
	}
	.cv_area li:first-child {
		margin-bottom: 20px;
	}
}
.pagetitle {
	width: 960px;
}

@media screen and (max-width: 768px) {
	.pagetitle {
		margin-left: 0;
		width: 100%;
	}
	.pagetitle img {
		width: 100%;
	}
}
h3.title.small {
	font-size: 200%;
}
@media screen and (max-width: 480px) {
	h3.title.small {
		font-size: 140%;
	}
}
#main .no_tel{
	text-decoration: none;
	color:#555;
}

strong.bold {
	font-weight:bold;
	color: #555;
}



.mensetsu_book {
	background-color: #FFFFCC;
	margin: 0px;
	padding: 30px;
}
.mensetsu_book .mensetsu_book_ttl {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 10px;
}
.mensetsu_book .mensetsu_book_ttl .yellow {
	color: #FF8E1F;
}


/* スケジュール
--------------------------------------------------------------------- */
/*@media screen and (min-width: 641px){
	#schedule ul.schedule{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}*/
#schedule ul.schedule::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#schedule ul.schedule li {
	float: left;
	width:48.91%;
	border:6px solid #fff104;
	margin-bottom:20px;
	box-sizing: border-box;
}
#schedule ul.schedule li:nth-child(odd) {
	margin-right: 2.18%;
}

#schedule .toggle {
	position:relative;
	padding: 20px 20px 0;
	margin-bottom: 0;
	font-size:15px;
}
#schedule strong.bold {
	font-weight:bold;
	font-size:15px;
	color: #555;
}
#schedule label.ttl {
	padding:5px 5px 5px 10px;
	font-weight:bold;
	display: block;
	pointer-events: all;
	color:#2b4e99;
	font-size:30px;
	background:#fff104;
	line-height:1;
	position:relative;
	cursor: pointer;
}

#schedule .ttl span{
	font-size:24px !important;
	padding-left:1em;
}
#schedule input{
	display: none;
}

#schedule .google_map {
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
	display:block;
}
#schedule .google_map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#schedule .google_map + p {
	margin: 10px 0 0;
	text-align: right;
	font-size: 90%;
}

#schedule .schedule_staff {
	margin-top: -20px;
}
#schedule .schedule_staff img {
	width: 60px;
	border-radius: 100%;
}
#schedule .schedule_staff span {
	display: inline-block;
	margin-top: 1em;
}

#schedule .tel{
	border:1px solid #ccc;
	font-weight:bold;
	text-align: center;
	margin-top: 20px;
}
#schedule .tel p{
	padding:10px;
	margin-bottom:0;
}
#schedule .tel p:first-child {
	color:#2b4e99;
	font-size: 22px;
	background:#ffc;
}
#schedule .tel p:last-child {
	font-size: 22px;
}


/* ★開催日時アコーディオン */
#schedule .ttl::after{
	content: "";
	position: absolute;
	right: 15px;
	top: 25%;
	transition: all 0.2s ease-in-out;

	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 3px #2b4e99;
	border-right: solid 3px #2b4e99;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#schedule .toggle {
	display: none;
	height: 0;
	transition: .2s;
}
#schedule input:checked + .ttl{
	padding-bottom:10px;
}
#schedule input:checked + .ttl::after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 30%;
}
#schedule input:checked + label + .toggle {
	display: block;
	height: auto;
}

#schedule .toggle p{
	line-height: 0;
	visibility: hidden;
	opacity: 0;
	transition:
		padding .2s,
		line-height .2s,
		visibility .1s,
		opacity .1s;
}
#schedule input:checked + label + .toggle p{
	line-height: 1.5;
	visibility: visible;
	opacity: 1;
}


@media screen and (max-width: 640px){
	#schedule ul.schedule li{
		float: none;
		width:100%;
		margin-bottom: 10px;
	}
	#schedule label.ttl{
		width: 100%;
		pointer-events: all;
		text-align:left !important;
		font-size:6.13vw;
		padding: 5px 5px 6px;
		box-sizing: border-box;
	}
	#schedule .ttl span{
		font-size:4.8vw !important;
	}
	
	/* ★スマホ用開催日時アコーディオン */
	#schedule .ttl::after{
		right: 3vw;
		width: 3.2vw;
		height: 3.2vw;
		border-top-width: 1vw;
		border-right-width: 1vw;
	}
	/*
	#schedule .ttl::after{
		content: "";
		position: absolute;
		right: 3vw;
		top: 30%;
		transition: all 0.2s ease-in-out;
		
		display: block;
		width: 3.2vw;
		height: 3.2vw;
		border-top: solid 1vw #2b4e99;
		border-right: solid 1vw #2b4e99;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#schedule .toggle {
		display: none;
		height: 0;
		transition: .2s;
	}
	#schedule input:checked + .ttl{
		padding-bottom:10px;
	}
	#schedule input:checked + .ttl::after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 15%;
	}
	#schedule input:checked + label + .toggle {
		display: block;
		height: auto;
	}
	
	#schedule .toggle p{
		line-height: 0;
		visibility: hidden;
		opacity: 0;
		transition:
			padding .2s,
			line-height .2s,
			visibility .1s,
			opacity .1s;
	}
	#schedule input:checked + label + .toggle p{
		line-height: 1.5;
		visibility: visible;
		opacity: 1;
	}
	*/
	
	#schedule .schedule_staff {
		margin-top: 0;
	}
	#schedule .schedule_staff img {
		width: 50px;
	}
	
	#schedule .tel p:first-child {
		font-size: 18px;
	}
	#schedule .tel p:last-child {
		font-size: 20px;
	}

}


/* 終了時 */
ul.schedule li div.end {
	position:absolute;
	top: 0;
	left: 0;
	display:flex;
	width:100%;
	height:calc(100% + 16px);
	background-color: rgba(0,0,0,0.7);
	z-index:9;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.schedule li div.end span{
	opacity:1;
}
ul.schedule label.ttl p{
	margin-bottom:0 !important;
	color:#e50000;
	font-weight:normal;
	font-size:16px;
	padding-top:8px;
	line-height:1;
}
@media screen and (max-width:640px) {
	ul.schedule li div.end{
		display:none;
	}
}
@media screen and (min-width:641px) {
	label.ttl p{
		display:none;
	}
}



/* 寮
--------------------------------------------------------------------- */

dl.hygiene {
	margin: 30px 0;
	padding: 25px;
	background-color: #FFEEF4;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
dl.hygiene dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	dl.hygiene {
		margin: 20px 0;
		padding: 15px 10px;
	}
	dl.hygiene dt {
		margin-bottom: 15px;
		font-size: 110%;
	}
}


/* 説明担当者のあいさつ
--------------------------------------------------------------------- */
#staffs .staffs_copy {
	margin-bottom: 40px;
}
#staffs .stafflist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#staffs .stafflist li {
	/*width: 48%;*/
	width: 100%;
	margin-bottom: 40px;
	border: 3px solid #fff104;
	padding: 25px;
	box-sizing: border-box;
}
#staffs .staff_photo{
	width: 180px;
	margin-bottom: 5px;
	text-align: center;
}
#staffs .stafflist .no-sp {
	display: inline;
}
@media screen and (max-width: 640px){
	#staffs .staffs_copy {
		margin-bottom: 30px;
	}
	#staffs .stafflist {
		display: block;
	}
	#staffs .stafflist li {
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
	}
	#staffs .staff_photo {
		width: 30%;
	}
	#staffs .stafflist .no-sp {
		display: none;
	}

}

/* コロナ対策
--------------------------------------------------------------------- */
#covid .hygiene{
	background-color: #FFFFCC;
}

#covid .hygiene dd{
	padding-left:1em;
	text-indent:-1em;
}

/* FAQ
--------------------------------------------------------------------- */
#faq .hygiene{
	background-color: #ffc;
}
.faq{
	border:1px solid #ccc;
	margin-bottom:10px;
}
.faq .q {
	margin: 0px !important;
	padding: 5px 2px 5px 30px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../images/faqQ.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 95%;
}
.faq .a {
	margin: 0px !important;
	padding: 5px 5px 5px 30px;
	background-image: url(../images/faqA.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	font-size: 95%;
	background-color: #FFFFCC;
}
@media screen and (max-width:480px) {
	.faq .q, .faq .a {
		padding: 10px 10px 10px 40px;
		background-position: 10px center;
	}
}

