@charset "UTF-8";
body { background: url(../image/bg.png) repeat;}

html { scroll-behavior: smooth;}

p { margin-top: 0;}

article {
	clear: both;
	background: #fff;
	width: 980px;
	margin: auto;
}

section {
	background: #fff;
	margin: auto;
	font-family: 'Noto Serif JP', serif;
}

.inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px;
}

h2 {
	color: #000;
	font-weight: 600;
	font-size: 150%;
	margin: 0 0 30px;
}

.mttl {	border-bottom: solid 3px #3a72e6;}

h3 {
	border-bottom: solid 1px #111;
	font-size: 120%;
	padding: 0 0 7px;
	margin: 40px 0 15px;
}

h3 br { display: none;}

.normal_box {
	box-sizing: border-box;
	border: solid 1px #24ade3;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.white_box {
	box-sizing: border-box;
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 20px;	
}
/*
.mz_btn a {
	box-sizing: border-box;
	display: block;
	background: #000;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 80%;
	position: relative;
	-webkit-font-smoothing: antialiased;	
}

.mz_btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
*/

.mz_btn img { width: 100%;}

.mz_btn a:hover img {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 800px) {
h3 br { display: block !important;}

article {	width: 100%;}

.mz_btn a {
	box-sizing: border-box;
	padding: 15px 0;
	width: 100%;
}
}

/* 
   ========================================================================== */
.bg_img {
	float: right;
	width: 300px;
	margin: 0 0 0 50px;
}

.itaric {
	font-size: 110%;
	margin: 40px 0;
}

.itaric i {
	border-bottom: solid 3px #ffee33;
	font-weight: 600;
}

.m_bg {
	background: #ffee33;
	font-size: 110%;
	font-weight: 600;
	padding: 5px 7px;
}

.bg_lblue {
	background: #acbfe6;
  display: grid;
	grid-template-columns: 1fr 280px;
	grid-gap: 1em;
	padding-bottom: 15px;
}

.list_box {	grid-column-start: 1;}
.bg_box {	grid-column-start: 2;}

.bg_lblue li {
	font-weight: 600;
	font-size: 120%;
	margin-bottom: 15px;
}

.bg_box img {	width: 100%;}

.td_yellow { border-bottom: solid 3px #ffee33;}

.check_list {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.check_list li {
	background: url(../image/check_08.gif) no-repeat 0 0.3em;
	padding-left: 28px;
	font-weight: 600;
}

.movie_box {
  display: grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 1em;
	padding-bottom: 15px;
}

.movie_list {	grid-column-start: 1;}
.movie_img { grid-column-start: 2;}
.movie_img img { width: 100%;}

.kh_txt {
	font-size: 140%;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 800px) {
.bg_img {
	float: none;
	width: 100%;
	margin: auto auto 20px;
}

.bg_lblue {
	background: #acbfe6;
  display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
}

.list_box {
	grid-row-start: 1;
	grid-column-start: 1;
}
	
.bg_box {
	grid-column-start: 1;
	grid-row-start: 2;
}

.movie_box {
  display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
}

.movie_list {
	grid-row-start: 1;
	grid-column-start: 1;
}
.movie_img {
	grid-column-start: 1;
	grid-row-start: 2;
}
}


/*  お申込み、フォーム
   ========================================================================== */
.application {
	background: #ffee33;
	font: normal 100% '游ゴシック体','YuGothic',sans-serif;
	line-height: 2;
	text-align: center;
}

.application h2 {	margin-bottom: 10px;}
	
.application .inner {
	padding-top: 20px;
	padding-bottom: 10px;
}

.form {
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

.form td {
	box-sizing: border-box;
	padding-bottom: 10px;
}

.form input {
	display: block;
	box-sizing: border-box;
	border-radius: 50px;
	border: none;
	background: #fff;
	padding: 10px;
	width: 80%;
	line-height: 1.5;
	margin: auto !important;
	text-align: center;
}

.form input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
	text-align: center;
}

.form input:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
	text-align: center;	
}

.form input::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
	text-align: center;	
}

input:focus {
	background: #ffc;
	transition: 0.3s;
}

.f_color {
	color: #f7f141;
	font-weight: 600;
}

.sub_btn {
	margin: 10px auto 20px; 
	text-align: center;
}

.sub_btn input {
	box-sizing: border-box;
	display: block;
	background: #000;
	border: none;
	border-radius: 50px;	
	color: #fff;
	padding: 15px 5px;	
	font-size: 120%;
	font-weight: 600;
	margin: 0 auto;	
	text-align: center;
	-webkit-appearance: button;
	-webkit-font-smoothing: antialiased;
	width: 50%;	
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.7;
	transition: 0.5s;
}

.form_end {
	color: #f93d8b;
	margin: 0 auto 30px;
	padding:  10px;
	text-align: center;
	font-size: 200%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.application {}

.form td {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}

.form input {	width: 100%;}
}


/* youtube
   ========================================================================== */
.yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.yt_video {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
}

.yt_video img {
	width:100%;
	height:auto;
}

.yt_video::before {
	position: absolute;
	content: "▶︎";
	color: #fff;
	font-size: 150%;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	opacity: .90;
	transition: 0.2s;
	background: #333;
	padding: 3px 20px;
	border-radius: 8px;
}

.yt_video img:hover {	cursor: pointer;}
.yt_video:hover::before {	background: #f00;
}


/* 動画前半アコーディオン
   ========================================================================== */
.ac {	margin-bottom: 30px;}

.ac dt {
	background: #3a72e6;
	border-radius: 3px;
	color: #fff;
	padding: 7px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.ac span {
	display: inline-block;
	transform-origin:50% 50%;
	line-height: 1;
}

.active {	transform:rotateZ(180deg);}

.ac dt:hover {
	background: rgba(58,114,230,0.7);
	cursor: pointer;
	transition: 0.3s;
}

.opa { background: rgba(58,114,230,0.7) !important;}

.ac dd { margin: 0;}
