/*
section,div{
    max-width:1440px;
    
}
*/

body {
	line-height: 2rem;
}

#type,
#summer,
#photo,
#winter,
#access,
#company {
	margin-top: -80px;
	padding-top: 80px;
	margin-bottom: 10px;
}

#course1,
#course2,
#course3,
#course4,
#course5,
#course6,
#course7 {
	margin-top: -60px;
	padding-top: 60px;
}

.btn {
	font-size: 1rem;
	font-weight: bold;
}

.btn-akan {
	color: #fff;
	background-color: #15A2F0;
	border-color: #15A2F0;
	margin-bottom: 4px;
}

.btn-akan:hover {
	color: #fff;
	background-color: #0062cc;
	border-color: #0062cc;
}

.btn-akan:focus,
.btn-akan.focus {
	color: #fff;
	background-color: #0062cc;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-akan.disabled,
.btn-akan:disabled {
	color: #fff;
	background-color: #15A2F0;
	border-color: #15A2F0;
}

.btn-akan:not(:disabled):not(.disabled):active,
.btn-akan:not(:disabled):not(.disabled).active,
.show > .btn-akan.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #0062cc;
}

.btn-akan:not(:disabled):not(.disabled):active:focus,
.btn-akan:not(:disabled):not(.disabled).active:focus,
.show > .btn-akan.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem #15A2F0;
	-webkit-box-shadow: 0 0 0 0.2rem #15A2F0;
}


.komi1 {
	color: #15A2F0;
	text-align: left;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
}

.komi3 {
	color: #FFFFFF;
	text-align: left;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #00345C;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.komi4 {
	color: #15A2F0;
	text-align: left;
	display: block;
	font-weight: bold;
	line-height: 1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}*/

.komi5 {
	color: #15A2F0;
	text-align: left;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 40px;
}

.mincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	line-height: 1em;
}

.waku1 {
	display: block;
	border-radius: 6px;
	background-color: #EDEBE4;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.photo1 {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.fee1 {
	text-align: left;
	font-size: 1.1rem;
	padding-bottom: 16px;
	line-height: 1.5rem;
	font-weight: bold;
}

.cap2 {
	text-align: right;
	font-size: 11px;
	padding-top: 8px;
	line-height: 1em;
}

.cap3 {
	text-align: left;
	font-size: small;
	line-height: 1.5em;
}

.card {
	width: 100%;
	height: auto;
}

.card__imgframe {
	width: 100%;
	height: auto;
	padding-top: 56.25%;
	background: url(https://placehold.jp/640x360.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.card__textbox {
	width: 100%;
	height: auto;
	padding: 20px 18px;
	background: #ffffff;
	box-sizing: border-box;
}

.card__textbox > * + * {
	margin-top: 10px;
}

.card__titletext {
	font-size: 20px;
	font-weight: bold;
	line-height: 125%;
}

.card__overviewtext {
	font-size: 12px;
	line-height: 150%;
}

.card-skin {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cp_table *,
.cp_table *:before,
.cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9rem;
	line-height: 1.6rem;
}

.cp_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.cp_table th,
.cp_table td {
	padding: 10px;
	border: 1px solid #dddddd;
}

.cp_table th {
	width: 30%;
	text-align: center;
	background: #f4f4f4;
}

@media only screen and (max-width:480px) {

	.cp_table *,
	.cp_table *:before,
	.cp_table *:after {
		font-size: 1rem;
	}

	.cp_table {
		margin: 0;
	}

	.cp_table th,
	.cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}

.photolink1 {
	position: relative;
	width: 100%;
}

.photolink1 span {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 400%;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.5;
	opacity: 0.6;
	bottom: 0px;
}

.photolink1 a {
	display: block;
}

.photolink1 img {
	width: 100%;
}

figure.cp_caption {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #000000;
}

figure.cp_caption * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure.cp_caption img {
	width: 100%;
	height: 100%;
}

figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 44%;
	padding-right: 2em;
	padding-left: 2em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
}

figure.cp_caption:after {
	position: absolute;
	top: 30%;
	right: 0%;
	bottom: 30%;
	left: 0%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(26, 39, 62, 0.67);
}

figure.cp_caption:hover:after {
	opacity: 0.9;
}

figure.cp_caption:hover figcaption {
	opacity: 1;
}

figure.cp_caption2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 10px;
	color: #ffffff;
}

figure.cp_caption2 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure.cp_caption2 img {
	width: 100%;
	height: 100%;
}

figure.cp_caption2 figcaption {
	position: absolute;
	z-index: 1;
	top: 96.5%;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: auto;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
	padding-top: auto;
	text-align: center;
	left: 3%;
	font-size: 1rem;
}

figure.cp_caption2:after {
	position: absolute;
	top: 90%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(27, 37, 56, 0.8);
	bottom: 0%;
	text-align: center;
	left: 0%;
	right: 0%;
}

figure.cp_caption2:hover:after {
	opacity: 0.9;
}

figure.cp_caption2:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}

figure.cp_caption3 {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #000000;
}

figure.cp_caption3 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure.cp_caption3 img {
	width: 100%;
	height: 100%;
}

figure.cp_caption3 figcaption {
	position: absolute;
	z-index: 1;
	top: 38%;
	padding-right: 2em;
	padding-left: 2em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
}

figure.cp_caption3:after {
	position: absolute;
	top: 30%;
	right: 0%;
	bottom: 30%;
	left: 0%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(26, 39, 62, 0.67);
}

figure.cp_caption3:hover:after {
	opacity: 0.9;
}

figure.cp_caption3:hover figcaption {
	opacity: 1;
}

.course_sp {
	position: relative;
	text-align: center;
}

.course_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);

}

.course_title h6 {
	line-height: 1.6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}

#area .card-text {
	font-size: 0.8rem;
}


@media print,
screen and (min-width: 541px) {
	.br-sp {
		display: none;
	}
}

@media screen and (max-width: 541px) {
	.br-sp {
		display: block;
	}
}

@media screen and (min-width: 541px) {
	.pc_gallery {
		display: block;
	}

	.sp_gallery {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	.pc_gallery {
		display: none;
	}

	.sp_gallery {
		display: block;
	}
}

@media print {
	.sp_gallery {
		display: none !important;
	}
