@charset "utf-8";
/*---------------------------------------------
	Browser reset css
  ---------------------------------------------*/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}

img,
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*---------------------------------------------
	style css
  ---------------------------------------------*/
body {
	color: #555555;
	font-size: 62.5%;
	font-family: 'Roboto', Verdana, "メイリオ UI", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.7;
	letter-spacing: 0.07em;
	-webkit-text-size-adjust: none;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
input, textarea, select, button {
	font-family: 'Roboto', Verdana, "メイリオ UI", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 100%;
	color: #000;
}
* html input, * html textarea, * html select, * html button {		/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*\*/
* html body {
	font-size: 62.5%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 62.5%;
}
/*::selection {
	background: #dbedc5;
}
::-moz-selection {
 background: #dbedc5;
}*/
/**/

/* link
------------------------------------------------- */

a {
	outline: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a:link {
	color: #8697a5;
	text-decoration: none;
}
a:visited {
	color: #8697a5;
	text-decoration: none;
}
a:active {
	color: #8697a5;
	text-decoration: none;
}
a:hover {
	color: #8697a5;
	text-decoration: none;
}
/* JS ------------------*/
.first-child {
}
.last-child {
}
.even {
}
.current {
}
.blank {
}
.fix_height {
}

.hide-text, .hide-text a {
	overflow: hidden;
	text-indent: 115%;
	white-space: nowrap;
	}
/* ==================================================  
	+1: Leyout Pattern Set
================================================== */
.boxSet {
	clear: both;
	float: none;
}
/* clearFix
================================================== */
.clearFix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearFix {
	display: inline-block;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearFix {
	zoom: 1;
	height: 1%;
}
.clearFix {
	display: block;
}/* End hide from IE-mac */

/* ------ Font ------ */
/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),  url('fonts/icomoon.woff') format('woff'),  url('fonts/icomoon.ttf') format('truetype'),  url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

p.header {
	text-align: center;
}
p.header img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
p.footer img {
	width: 100%;
	/*height: auto;
	bottom: 0;
	position: absolute;*/
	background-color: #000;
}
@media screen and (max-width: 1400px) {
	p.footer img {
		max-width: 100%;
		/*height: auto;
		bottom: auto;*/
		padding: 20px 0;
		/*position: relative;*/
		background-color: #000;
	}
}
.ie8 p.header img {
	width: auto;
}

.mb3 {
	margin-bottom: 3px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb110 {
	margin-bottom: 110px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.pl20 {
	padding-left: 20px;
}
.ml1 {
	padding-left: 1%;
}
.boxLeft45 {
	float: left;
	width: 45%;
}
.boxRight54 {
	float: right;
	width: 54%;
}
/*  facebook固定バナー
------------------------------------- */
.fbAccordion {
	position: fixed;
	bottom: 50px;
	left: 20%;
	width: auto;
	height: 470px;
	cursor: pointer;
}
.fbAccordion #fb_panel {
	width: 280px;
	height: 470px;
	display: none;
	background: #fff;
	left: 20%;
	float: left;
}
.fbAccordion .fb_banner {
	float: right;
	width: 50px;
	height: 470px;
	background: #3664a2;
}
.fbAccordion .fb_banner h2 {
	width: 50px;
	height: 470px;
	background: #3664a2 url(../img/top_fb_img_close.png) no-repeat top center;
	cursor: pointer;
}
.fbAccordion .fb_banner h2.fb_bg_change {
	width: 50px;
	height: 470px;
	background: #3664a2 url(../img/top_fb_img_open.png) no-repeat top center;
	cursor: pointer;
}
/** スマホ表示対応 **/
.facebookBox {
	display:none;
}
@media screen and (max-width: 1080px) {
/** PC用ファイスブックをdisplay:none; **/	
	.fbAccordion {
		display:none;
	}
	
	.facebookBox {
		display: block;
		position: relative;
		top: 810px;
		left: 240px;
		background: #ffffff;
		width: 739px;
		height: 747px;
	}
	.facebookBox h2 {
		font-size: 18px;
		line-height: 47px;
		color: #ffffff;
		background: #3664a2;
		text-align: center;
	}
	.facebookBox h2 img {
		margin:9px 15px 0 0;
	}
	.facebookBox .sp_facebook {
		height: 700px;
		display: block;
		width: 500px;
		background: #ccc;
		margin: 0 auto;
	}
	.facebookBox .spFooterLogoBox {
		height: 100px;
		background: #000;
		width: 100%;
		display: block;
	}
	.facebookBox .spFooterLogoBox p.img {
		text-align: center;
	}
	.facebookBox .spFooterLogoBox p.sp_copy {
		text-align: center;
		color: #ededed;
		font-size: 12px;
	}
}
/*  サブページ
------------------------------------- */
.rightBox {
	margin: 0px 0px 0px 20%;
	width: 80%;
}
.rightBoxpager {
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.rightBoxpager1 {
	margin: 0px 0px 0px 1%;
	width: 99%;
}
.rightBox .wrapper {
	margin: 0 auto;
	height:100%;
	width: 79%;
	top: 0;
	left: 21%;
	z-index: 4;
	background-color: #fff;
	position: fixed;
	overflow: auto;
	overflow-x:hidden;
}
.pankuzu {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #000;
	border-top: 4px solid #c50000;
}
.pankuzu p {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
}
.pankuzu p a {
	color: #ee9194;
	text-decoration: underline;
}
.pankuzu p a:hover {
	color: #fffac8;
	text-decoration: none;
}
.coursettl h2 {
	display: block;
	font-size: 26px;
	color: #000;
	line-height:35px;
	font-weight: normal;
	font-family:'Hiragino Mincho ProN', serif;
	letter-spacing: 0.3em;
}
.coursettl h2 span {
	font-size: 14px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	letter-spacing: normal;
}
.coursettl h2 img {
	line-height:35px;
	vertical-align: middle;
}
.line {
	padding-bottom: 20px;
	background: url(../img/line.png) repeat-x left bottom;
}
.pagerttl {
	padding-left: 1%;
	width: 100%;
	   height: 40px;
	 position: fixed;
	   z-index: 2;
	   left: 21%;	
}
.pagerttl h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	
}
.pagerttl h2 span {
	font-size: 15px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	letter-spacing: normal;
}
.pagerttl h2 img {
	line-height:40px;
	vertical-align: middle;
}
p.cm {
	font-size: 14px;
	line-height: 30px;
	color: #454545;
	letter-spacing: 0.3em;
	overflow:auto;
	overflow-x:hidden;
	max-height: 250px;
	background-color: #fff;
}

/*170406 MINAMINOSONO UPD START*/
p.cm_center {
	text-align:center;
}
/* END */

.box20 {
	float:left;
	width: 24.5%;
	height: 200px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.box20:nth-child(4n) {
	border-right: none;
}
.box20 img {
	float:left;
	width: 100%;
	height: auto;
	position: absolute;
}
.box20 h3 {
	display: block;
	background-color: transparent;
	color:#fff;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	bottom: 0;
	width: 100%;
	position: absolute;
	line-height:40px;
	opacity: 1.0;
	text-shadow: 1px 1px 0 #333;
}
.fade {  
        -webkit-transition: 0.2s ease-in-out;  
           -moz-transition: 0.2s ease-in-out;  
             -o-transition: 0.2s ease-in-out;  
                transition: 0.2s ease-in-out;
				opacity: 0.8;
}  
.fade:hover {  
        opacity: 1;  
        filter: alpha(opacity=100);  
}   
.boxCourse,
.boxInfo {
	width: 99%;
	position: relative;
	background-color: #fff;
}
.boxInfo {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.boxCourse_sp {
	display: none;
}
.boxCourse h2 , .boxInfo h2 {
	width: 100%;
	background-color: #fff;
	color: #000;
	line-height: 35px;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 5px;
	text-align: center;
	letter-spacing: 0.3em;
}
.boxCourse h2.ft {
	width: 100%;
	background-color: #000;
	color: #fff;
	line-height: 35px;
	font-size: 18px;
	font-weight: normal;
	padding-left:20px;
/*	text-align: left;*//*170425 MINAMINOSONO */
	text-align: center;
	letter-spacing: 0.3em;
	display: block;
}
.boxCourse h2 img , .boxInfo h2 img {
	line-height:35px;
	vertical-align: middle;
}
p.course {
/*	font-size: 14px;*//*170406 MINAMINOSONO */
/*	font-size: 19px;*//*180718 OFF SAKATA */
	font-size: 18px;
	color: #333;
	line-height:34px;
	margin-left: 0px;
/*	text-align:center;*//* 170407 MINAMINOSONO *//* 171227 OFF MINAMINOSONO */
}
p.course.t_left {
	text-align: left;
}
p.inquiry {
	font-size: 14px;
	color: #333;
	line-height:34px;
	margin-left: 0px;
	text-align: center;
}
p.course span {
/*	color: #000;*//*170407 MINAMINOSONO */
	color: #fff;
	margin-left: 20px;
}
span.en_course {
	letter-spacing: 0;
}
/*170406 MINAMINOSONO UPD START*/
span.number {
	padding-left:10px;
}
p.button_course a {
	background: #c50000;
	color: #fff;
	width: 28%;
	padding: 10px;
	line-height: 30px;
	font-size:14px;
	display:block;
	margin:0 auto 30px;
	text-align:center;
	font-weight:normal;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;	
}
p.button_course a:hover {
	background: #f20000;
}
p.button_course a:active {
	background: #a01d1e;
}
/* END */

p.course img {
	line-height:34px;
	vertical-align: middle;
}
p.course a:hover {
	text-decoration: none;
	color: #ae0000;
}
/*a p.course {
	border: 2px solid #fff;
	padding:2px 5px 5px;
	background: #fff;
	text-align:center;/*170406 MINAMINOSONO */
/*	text-decoration:underline dotted;/*170406 MINAMINOSONO */
/*}
a p.course:hover {
	border: 2px solid #ae0000;
	background: #f5f5f5;
}*/
/* 170406 MINAMMINOSONO */

/*170406 MINAMINOSONO UPD START*/
p.course a {
	padding:2px 5px 5px;
	border: 2px solid #fff;
	background: #fff;
/*	text-align:center;*//*171227 OFF*/
	display: block;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121212;
}
p.course.t_left a {
	text-align: left;
}
p.course:hover a {
	border: 2px solid #ae0000;
	background: #fafafa;
}
span.course_guide {
	background-color:#1a1a1a;
	padding:5px 10px;
	font-size: 15px;
}
/* END */

p.copy {
	background: #fff;
	color: #666;
	text-align: center;
	font-size: 9px;
/*	padding: 5px 0;*//*170407 MINAMINOSONO */
	padding: 20px 0 5px;
}

.tableDesign01 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 13px;
}
.tableDesign01 th {
	border: 1px solid #ccc;
	padding: 10px 5px;
	font-weight: bold;
	line-height: 25px;
	font-size: 15px;
	background:#000;
	color: #fff;
	text-align: center;
}
.tableDesign01 td {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 10px 5px;
	font-weight: bold;
	line-height: 25px;
	background:#000;
	color: #fff;
}
.tableDesign01 td.tbl {
	width: 80%;
	padding: 10px 20px;
	font-weight: normal;
	font-size: 14px;
	background:#fff;
	color: #454545;
}
.tableDesign01 td.tbl h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 10px;
	color: #333;
	border-left: 5px solid #c50000;
	margin-bottom: 10px;
}
.tableDesign01 td.tbl h4 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	color: #407292;
	margin-bottom: 5px;
}
/*.tableDesign01 td.tbl ul {
	padding: 5px;
	border: 3px dotted #ccc;
	display: flex;
}*/
.tableDesign01 td.tbl ul li {
	font-size: 14px;
	line-height: 25px;
	color: #ccc;
	float: left;
	margin-right: 20px; 
}
.tableDesign01 td.tbl ul li:last-child {
	margin-right: 0px;
}
.tableDesign01 td.tbl ul li span {
	color: #333;
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
}
.tableDesign01 td.tbl i {
	background: #454545;
	display: inline-block;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	font-style: normal;
	width: 70px;
}
.tableDesign01 td.tbl span {
	font-weight: normal;
	font-size: 12px;
}
.tableDesign01 td.tbl span.ttl {
	font-weight: bold;
	font-size: 16px;
	color: #454545;
}
.tableDesign01 td.tbl span.dl a {
	font-weight: bold;
	font-size: 15px;
	color: #c50000;
	text-decoration: underline;
	transition-duration: 0.3s;
}
.tableDesign01 td.tbl span.dl a:hover {
	color: #e92323;
	text-decoration: none;
}
.tableDesign01 td.tbl span.tel {
	font-size: 20px;
	color: #329700;
	display: block;
	font-weight: normal;
	margin-top: 10px;
}
.tableDesign01 td.tbl span.tel_sp {
	font-size: 20px;
	color: #329700;
	font-weight: normal;
	margin-top: 10px;
	display: none;
}
@media screen and (max-width: 1080px) {
	.tableDesign01 td.tbl span.tel {
		display: none;
	}
	.tableDesign01 td.tbl span.tel_sp {
		font-size: 20px;
		color: #329700;
		display: block;
		font-weight: normal;
		margin-top: 10px;
	}
	.tableDesign01 td.tbl span.tel_sp a {
		font-size: 20px;
		color: #329700;
		text-decoration: underline;
	}
	.tableDesign01 td.tbl span.tel_sp a:hover {
		color: #88d462;
		text-decoration: none;
	}
	.tableDesign01 td.tbl span.tel_sp label {
		font-size: 14px;
		color: #333;
		padding-left: 10px;
	}
}
.tableDesign01 td.tbl span.fax {
/*	font-weight: bold;*//*170412 MINAMINOSONO */
	font-size: 20px;
	color: #006eb3;
	display: block;
	font-weight: normal;
}
.tableDesign01 td.tbl span.mail,
.tableDesign01 td.tbl span.url {
/*	font-weight: bold;*//*170412 MINAMINOSONO */
	font-size: 20px;
	color: #DB6A6C;
	display: block;
	font-weight: normal;
}
.tableDesign01 td.tbl span.mail a,
.tableDesign01 td.tbl span.url a {
	text-decoration: underline;
	color: #DB6A6C;
}
.tableDesign01 td.tbl span.mail a:hover,
.tableDesign01 td.tbl span.url a:hover {
	color: #e92323;
	text-decoration: none;
}
.tableDesign01 td.tbl span.tel i,
.tableDesign01 td.tbl span.tel_sp i,
.tableDesign01 td.tbl span.fax i,
.tableDesign01 td.tbl span.mail i,
.tableDesign01 td.tbl span.url i {
	background: #454545;
	display: inline-block;
	padding: 0 0px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-right: 10px;
	font-style: normal;
	width: 50px;
	position: relative;
	font-weight: bold;
	top: -2px;
}

/* 戻るボタン
------------------------------------- */
INPUT.button {
	border: none;
	background: #c50000;
	color: #fff;
	padding: 1em;
	display: block;
	width: 45%;
	cursor: pointer;
	margin: 10px 10px 10px 0;
	font-size: 14px;
	float: right;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-appearance: none;
}
INPUT.button:hover {
	background: #f20000;
}
INPUT.button.active {
	background: #0d77b6;
}
INPUT.button.disabled {
	background: #aaa;
	pointer-events: none;
}


/* ------------------------------------- */
ul#demo-block {
	margin: 0 0 0 20%;
}
ul#demo-block li {
	position: absolute;
	top: 46%;
	margin:0 0 0 0;
	padding:0px;
	display:inline;
	float:left;
	clear:both;
	color:#fff;
	/*background:url('../img/bg-black.png');*/
	font:11px Helvetica, Arial, sans-serif;
	width: 80%;
	text-align: center;
/*170420 MINAMINOSONO UPD START*/
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#4f4f4f,offX= 1,offY= 1);
/*END*/
}
ul#demo-block li a {
	color:#eee;
	font-weight:bold;
}

/* General styles for all menus */
.cbp-spmenu {
	background: #000;
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow-y: auto;
}
.cbp-spmenu h1 {
	color: #fff;
	font-size: 18px;
	padding: 0px 10px;
	margin: 0;
	font-weight: normal;
	background: #000;
	text-align: center;
	font-family: Impact, Haettenschweiler, “Franklin Gothic Bold”, Charcoal, “Helvetica Inserat”, “Bitstream Vera Sans Bold”, “Arial Black”, sans serif;
	line-height:22px;/*170405 MINAMINOSONO UPD */
}
.cbp-spmenu h1 span {
	display: block;
}

@media screen and (max-width: 1400px) {
	.cbp-spmenu h1 {
		font-size: 16px;
		line-height:18px;/*170405 MINAMINOSONO UPD */
	}
	.cbp-spmenu h1 span {
		display: block;
	}
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size:14px;
	font-weight: 300;
	text-decoration: none;
}
.cbp-spmenu a:active {
	background: #000;
	color: #47a3da;
}
@media screen and (max-width: 1200px) {
	.cbp-spmenu a {
		font-size:12px;
	}
}
@media screen and (max-width: 1080px) {
	.cbp-spmenu a {
		font-size:13px;
		letter-spacing: -0.04em;
	}
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical li a {
/*	border-bottom: 1px solid #fff;
	line-height:30px;*//*170405 MINAMINOSONO */
	border-bottom: 1px solid #464646;
	padding: 7px 5px 7px 30px;
	line-height: 23px;
}
/*.cbp-spmenu-vertical li.guide a {
	background: #c50000;
	border-top: 1px solid #c50000;
	border-bottom: 1px solid #000;
}*/

/*170405 MINAMINOSONO UPD START*/
.cbp-spmenu-vertical li.info a {
	background: #c50000;
	border-bottom: 1px solid #c50000;
}
.cbp-spmenu-vertical li.guide a {
	background: #af0000;
	border-bottom: 1px solid #af0000;
}
.cbp-spmenu-vertical li.pdf_download a {
	background: #770000;
	border-bottom: 1px solid #770000;
}
/* END */
/*250904 SHISHINO UPD START*/
.cbp-spmenu-vertical li.jp_form a {
	background: #930000;
	border-bottom: 1px solid #930000;
}
/* END */

.cbp-spmenu-vertical li.first a {
	border-top: 1px solid #fff;
/*	margin-top: 40px;*//* 170405 MINAMINOSONO */
	margin-top: 8px;
}

/*170405 MINAMINOSONO UPD START */
.cbp-spmenu-vertical li:last-child a {
	border-bottom:none;
}
.header_info li:last-child a {
	border-bottom:1px solid #fff;
}
/*END*/

.cbp-spmenu-vertical li a:hover {
	text-decoration: none;
	background: #fff;
	color: #454545;
}
.cbp-spmenu-vertical li.bus_tour a {
	text-decoration: none;
	background: #2d455b;
	color: #fff;
}
.cbp-spmenu-vertical li.bus_tour a:hover {
	text-decoration: none;
	background: #416c94;
	color: #fff;
}
.cbp-spmenu-vertical li.kssgg_tm a {
    text-decoration: none;
    background: #2d455b;
    color: #fff;
}
.cbp-spmenu-vertical li.kssgg_tm:first-child a {
    line-height: 1;
}
.cbp-spmenu-vertical li.kssgg_tm a:hover {
    text-decoration: none;
    background: #416c94;
    color: #fff;
}
.cbp-spmenu-vertical .en_menu li a {
	line-height: 1;
}
.cbp-spmenu-vertical li a {
	position: relative;
}
.cbp-spmenu-vertical .en_menu li a span {
	display: block;
	padding-top: 2px;
}

@media screen and (max-width: 1353px) {
	.cbp-spmenu-vertical .en_menu li a span {
		font-size: 10px;
	}
}
@media screen and (min-width: 1354px) {
	.cbp-spmenu-vertical .en_menu li a span {
		font-size: 11px;
	}
}@media screen and (min-width: 1435px) {
	.cbp-spmenu-vertical .en_menu li a span {
		font-size: 12px;
	}
}
.cbp-spmenu-vertical .en_menu li:nth-child(4) a span,
.cbp-spmenu-vertical .en_menu li:nth-child(6) a span {
	letter-spacing: -0.04em;
}

/* 20260403_nakazono_commentout */
/* .cbp-spmenu-vertical .en_menu li:last-child a span {
	font-size: 10px;
}
@media screen and (max-width: 1199px) {
	.cbp-spmenu-vertical .en_menu li:last-child a span {
		
	}
}
@media screen and (min-width: 1200px) {
	.cbp-spmenu-vertical .en_menu li:last-child a span {
		letter-spacing: -0.1em;
	}
}
@media screen and (min-width: 1355px) {
	.cbp-spmenu-vertical .en_menu li:last-child a span {
		letter-spacing: -0.08em;
	}
}
@media screen and (min-width: 1508px) {
	.cbp-spmenu-vertical .en_menu li:last-child a span {
		letter-spacing: -0.06em;
	}
} */
.cbp-spmenu-vertical li a img {
	line-height:30px;
	vertical-align: middle;
	position: absolute;
	top: 15px;
	left: 7px;
}
.cbp-spmenu-vertical li a.current {
	text-decoration: none;
	background: #fff;
	color: #454545;
}

/*.cbp-spmenu-vertical li.guide a:hover {
	text-decoration: none;
	background: #f20000;
	border-top: 1px solid #f20000;
	color: #fff;
}*/

/*170405 MINAMINOSONO UPD START*/
.cbp-spmenu-vertical li.info a:hover {
	text-decoration: none;
	background: #eb0000;
	color: #fff;
}
.cbp-spmenu-vertical li.guide a:hover {
	text-decoration: none;
	background: #eb0000;
	color: #fff;
}
.cbp-spmenu-vertical li.pdf_download a:hover {
	text-decoration: none;
	background: #eb0000;
	color: #fff;
}
/* END */

/*.cbp-spmenu-vertical li.guide a.current {*//*170405 MINAMINOSONO */
.cbp-spmenu-vertical li.info a.current , .cbp-spmenu-vertical li.guide a.current , .cbp-spmenu-vertical li.pdf_download a.current {
	text-decoration: none;
	background: #fff;
/*	border-top: 1px solid #fff;*//*170411 MINAMINOSONO */
	color: #454545;
}

/*170411 MINAMINOSONO UPD START*/
ul.header_course {
	border-bottom:1px solid #fff;
}
ul.header_info .pdf_download img {
	top: 10px;
	left: 9px;
}
/* END*/

/*260403 nakazono_kssgg_link_edit UPD START*/
.cbp-spmenu-vertical .kssgg_menu li a span {
	display: block;
	padding-top: 2px;
	font-size: 10px;
	letter-spacing: -0.06em;
}

@media screen and (max-width: 1353px) {
	.cbp-spmenu-vertical .kssgg_menu li a span {
		
	}
}
@media screen and (min-width: 1354px) {
	.cbp-spmenu-vertical .kssgg_menu li a span {
		font-size: 11px;
	}
}@media screen and (min-width: 1435px) {
	.cbp-spmenu-vertical .kssgg_menu li a span {
		font-size: 12px;
	}
}
/* END*/

/*-----------------------------------------*/
/* info & event page */
/*-----------------------------------------*/
/*170411 MINAMINOSONO UPD*/
/*#index_info {
	height: 160px;
	overflow: auto;
	border: 1px solid #ddd;
	width: 80%;
}
#index_info .news_date {
	float: left;
	font-size: 13px;
	margin-right: 20px;
}
#index_info .news_title {
	font-size: 14px;
}
#index_info .news_title a:link {
	font-weight: normal;
}
*/
section.info_section {
	display: block;
/*	border-bottom: 3px solid #ddd;*/
	margin-bottom: 80px;
}
.info_section p.info_day,
.info_section p.info_ttl01,
.info_section p.info_ttl02 {
	font-size: 13px;
	height: auto;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 3px 2px;
	line-height: 20px;
	padding-bottom: 6px;
}
.info_section p.info_day{
	font-weight: normal;
	background-color:#ededed;
	padding: 10px 10px 13px;
	line-height: 20px;
}
.info_section h3.info_ttl {
	font-size: 19px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #121212;
}
.info_section h3.info_ttl img {
	vertical-align: middle;
	margin-right: 8px;
}
.info_section p.info_ttl01 {
	width: 140px;
	background-color: #247D17;
	text-align: center;	
	color: #fff;
	font-weight: bold;
	margin-bottom:15px;
}
.info_section p.info_ttl02 {
	width: 140px;
	background-color: #c7000b;
	text-align: center;	
	color: #fff;
	font-weight: bold;
	margin-bottom:15px;
}
.info_section p.info_comment {
	font-size: 15px;
	/*padding-left: 10px;*/
	line-height: 26px;
	margin-bottom: 20px;
	color: #333;
}
.top_image {
	overflow: hidden;
/*	height: 420px;
	background-image:url(../img/top_img01.jpg);
	background-size: cover;
	background-position: 50% 48%;*/
	margin-top: 20px;
}
.top_image img {
	width: 100%;
	height: auto;
	max-width: 700px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#contentsBox {
	margin-top: 50px;
}
p.info_img {
	width: 100%;
	margin-bottom: 20px;
}
p.info_img img {
	max-width: 100%;
}
/*170530 UPD*/
p.info_img02 {
	width: 30%;
	margin-bottom: 20px;
	max-width: 434px;
	float: left;
	padding-right: 20px;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
p.info_img02:last-child {
	margin-right: 0px;
}
p.info_img02 img {
	max-width: 434px;
	width: 100%;
}
@media screen and (max-width: 1080px) {
	p.info_img02 {
		width: 50%;
		padding-right: 10px;
	}
	p.info_img02:last-child {
		padding-right: 0px;
		padding-left: 10px;
	}
}

/*info PDF*/
.info_pdf {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0px;
	margin-bottom: 20px;
/*	width: 450px;*/
	width: 500px;
}
dl.info_pdf a {
	position: relative;
	display: block;
	padding: 5px 20px 5px 0px;
	text-decoration: none;
	border-top: 1px solid #eee;
	color: #333;
}
dl.info_pdf a:first-child {
	border-top: none;
}
dl.info_pdf a:link,
dl.info_pdf a:visited {
	background-color: transparent;
}
/*dl.info_pdf a:hover,
dl.info_pdf a:active {
	background-color: #f5f5f5;
}*/
dl.info_pdf a dt {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
dl.info_pdf a:hover dt {
	color: #B00812;
}
p.info_comment a.info_link {
	color: #121212;
	font-weight: bold;
	text-decoration: underline;
}
p.info_comment a.info_link:hover {
	color: #B00812;
}
dl.info_pdf dt {
	color: #000;
	font-size: 80%;
	font-weight:bold;
	line-height: 30px;
}
dl.info_pdf dt {
	color: #121212;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #eee;
	line-height: 50px;
	margin-bottom: 0px;
}
dl.info_pdf dt:first-child {
	border-top : none;
}
dl.info_pdf dt img {
	opacity: 1;
	max-width: 100%;
	height: auto;
}
dl.info_pdf a::after {
	content: "\e608";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
dl.info_pdf a:link::after,
dl.info_pdf a:visited::after {
	right: 6px;
}
dl.info_pdf a:hover::after,
dl.info_pdf a:active::after {
	right: 3px;
	color: #B00812;
}
	
/* END */

/*-----------------------------------------------------	*/
/*	for 1280px - 981px				*//*170405 MINAMINOSONO UPD */
/*	for 1280px - 1081px				*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 1580px) {
	.box20 img {
		float:left;
		width: auto;
		height: 100%;
		position: absolute;
	}
}
/*-----------------------------------------------------	*/
/*	for980px				*//*170405 MINAMINOSONO UPD */
/*	for1080px				*/
/*-----------------------------------------------------	*/
/*@media screen and (max-width: 980px) {*//*170405 MINAMINOSONO UPD*/
@media screen and (max-width: 1080px) {

.boxLeft45 {
	float: left;
	width: 99%;
}
.boxRight54 {
	float: right;
	width: 99%;
}
/*  TOPページ
------------------------------------- */
ul#demo-block {
	display: none;
}
/*ul#demo-block {
	margin: 0 0 0 220px;
}
ul#demo-block li {
	position: absolute;
	top: 46%;
	margin:0 0 0 0;
	padding:0px;
	display:inline;
	float:left;
	clear:both;
	color:#fff;
	font:11px Helvetica, Arial, sans-serif;
	width: 759px;
	text-align: center;
}
ul#demo-block li a {
	color:#eee;
	font-weight:bold;
}*/
/*  サブページ
------------------------------------- */
body {
	height: 100%;/*170417 MINAMINOSONO */
}
.rightBox {
	margin: 0px 0px 0px 240px;
	width: 729px;
	padding-left: 20px;
	padding-right: 18px;
}
.rightBoxpager {
	margin: 0px 0px 0px 0px;
	width: 729px;
	
}
.rightBoxpager1 {
	margin: 0px 0px 0px 0%;
	width: 729px;
	
}
.rightBox .wrapper {
	margin: 0 auto;
	width: 100%;
	top: 0;
/*	left: 210px;*//*170417 MINAMINOSONO*/
	left: auto;
	z-index: 4;
	background-color: #fff;
	position: relative;
	/*overflow: auto;
	overflow-x:hidden;*/
}
.cbp-spmenu {
	background: #000;
	position: absolute;
/*	width: 220px;*//*170417 MINAMINOSONO*/
	width: 240px;
	height: auto;
	top: 0;
	z-index: 1000;
}
p.course {
	font-size: 12px;
	color: #333;
	line-height:34px;
	margin-left: 0px;
}
.boxCourse_sp {
	display: block;
	width: 99%;
	position: relative;
	background-color: #fff;
}
.boxCourse_sp h2 {
	width: 100%;
	background-color: #fff;
	color: #000;
	line-height: 35px;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 5px;
	text-align: center;
	letter-spacing: 0.3em;
}
.boxCourse_sp h2.ft {
	width: 100%;
	background-color: #000;
	color: #fff;
	line-height: 35px;
	font-size: 18px;
	font-weight: normal;
	padding-left:20px;
	text-align: left;
	letter-spacing: 0.3em;
	display: block;
}
.boxCourse_sp h3.tel a {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	border: 2px solid #ccc;
	background-color: #dd4b39;
	display: block;
	width: 300px;
	line-height: 40px;
	margin: 0px auto 20px;
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 6px -10px #777;
       -moz-box-shadow: 0 10px 6px -10px #777;
            box-shadow: 0 10px 6px -10px #777;
	text-align: left;
	font-size:21px;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
.boxCourse_sp h3.tel a:before {
	content: "\39";
	font-family: 'icomoon';
	font-size: 21px;
	font-weight: normal;
	padding-right: 20px;
	padding-left:20px;
	color: #fff;
	float: left;
}
.boxCourse_sp h3.tel a:hover {
	border: 2px solid #ccc;
	background-color: #c62713;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	cursor: pointer;
}
.boxCourse_sp h2 img {
	line-height:35px;
	vertical-align: middle;
}
.boxCourse_sp p.course {
	font-size: 15px;
	color: #333;
	line-height:34px;
	margin-left: 0px;
	text-align: left;
/*	padding-bottom: 30px;*//*170407 MINAMINOSONO */
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa ;
	margin-bottom:20px;
	background-color: #fff;
	display: block;
}
p.course span {
	margin-left: 40px;
}
p.course img {
	line-height:34px;
	vertical-align: middle;
}

/*170407 MINAMINOSONO UPD START */
.cbp-spmenu-vertical li a {
	line-height:2;
}


/*  コース選択画面
------------------------------------- */
.box20 {
	float:left;
	width: 49.5%;
/*	height: 200px;*//*170417 MINAMINOSONO*/
	height: 240px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.box20:nth-child(4n) {
	border-right: none;
}
.box20:nth-child(2n) {
	border-right: none;
}
.box20 img {
	float:left;
	width: 100%;
/*	height: 100%;*//*170417 MINAMINOSONO*/
	height: auto;
	position: absolute;
}
.box20 h3 {
	display: block;
	background-color: transparent;
	color:#fff;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	bottom: 0;
	width: 100%;
	position: absolute;
	line-height:40px;
	opacity: 1.0;
	text-shadow: 1px 1px 0 #333;
}
.fade {  
        -webkit-transition: 0.2s ease-in-out;  
           -moz-transition: 0.2s ease-in-out;  
             -o-transition: 0.2s ease-in-out;  
                transition: 0.2s ease-in-out;
				opacity: 0.8;
}  
.fade:hover {  
        opacity: 1;  
        filter: alpha(opacity=100);  
}   

}


/* kawakami add */
.tableDesign03 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	width: 100%;
}
.tableDesign03 th {
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	padding: 10px 20px;
	vertical-align: middle;
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.tableDesign03 th.event_th {
	border-right: 1px solid #fff;
}
.tableDesign03 td {
	font-size: 15px;
	color: #454545;
	line-height: 25px;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
.tableDesign03 td.t_cent {
	text-align: center
}
.tableDesign03 td a {
    font-weight: bold;
    font-size: 15px;
    color: #c50000;
    text-decoration: underline;
}


/* Google自動翻訳_リンク_20220315追加 */
#interpretation {
	background: #000000;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	position:absolute; top:0%; right:0%;
	text-align: center;
	border: 2px solid #fff;
	}
#interpretation:after {
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:5%;
	margin:auto;
	width: .3em;
	height: .3em;
	border-top: .1em solid #fff;
	border-right: .1em solid #fff;
	transform: rotate(45deg);
	transition:.3s;
	}
#interpretation:hover {
	opacity:.75;
	}
#interpretation:hover:after {
	right:3%;
	}

/* お問い合わせページフォームリンク_20250914追加 SHISHINO*/
.tbl .form_link {
	color: #c50000;
}

.iframe-wrapper {
  width: 100%;
  height: 100%;
}

.iframe-wrapper iframe {
  display: block;
  width: 100%;
  height: 2700px;
  border: none;
}

@media (max-width: 1500px) {
  .iframe-wrapper {
    height: 3400px;
  }

  .iframe-wrapper iframe {
    height: 3400px; /* ← ここを変える */
  }
}