@charset "UTF-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
.image1 {
  background: url('images/youngBG.jpg') no-repeat fixed 0% 0% transparent;　
background-size: contain;
}
.image2 {
  background: url('images/souko2.jpg') no-repeat fixed 0% 0% transparent;
background-size: contain;
}
.image3 {
  background: url('images/young.jpg') no-repeat fixed 0% 0% transparent;
background-size: contain;
}
.image-base{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.topbtn{padding:5px;width:45%;max-width:300px;margin:5px;}
.aisatsu{padding:10px;font-size:1.18em;line-height:1.38;text-align:left;}
.riyuu_sp{margin:0 auto;margin-top:15px;padding:5px;}
.riyuu_pc{display:none;}
.a:hover img,.a:active img{background:#699aec;

}
body p {
	padding-top:5px;
	padding-bottom:5px;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h4{text-align:center;font-weight:bold; font-size:1.2em; border:2px solid #699aec; padding:5px;margin:10px;
        border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
div[id^="max_width"] {
	max-width: 1000px;
	margin: 0px auto;
}
.table td{text-align:left;}

#block1 {
	margin-top:100px;
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}
#block1top {
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}
#menu_button {
	position:fixed;
	top:-50px;
	left:0px;
	cursor: pointer;
	z-index:3;
	background:#699aec; /* 背景画像 */
}

#site_title {
	z-index: 1;
}
#title_big {
	display: none;
}
#stage {
	position:relative;
	background:#699aec; /* 背景画像 */
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	max-width: 100%;
	height: auto;
}
#slide_control {
	position: absolute;
}
[id^='photo_'] {
	cursor: pointer;
}
#prev_button {
	cursor: pointer;
}
#next_button {
	cursor: pointer;
}
#play_stop {
	cursor: pointer;	
}
#main_img {
	background:#699aec; /* 背景画像 */
}

.fix_menu_smartphone{
  position: fixed;
  /*bottom: 0px;*/
  top:0px;
  left: 0px;
  z-index: 10000;
}
.fix_menu_smartphone ul{margin-left:-40px;}
.fix_menu_smartphone li{
  float:left;list-style-type:none;
  width:20%;
}
.fix_menu_smartphone img{padding:1px;
  width:100%;
}


.fix_menu_smartphone2{
   top:0px;
  left: 0px;
}
.fix_menu_smartphone2 ul{margin-left:-40px;}
.fix_menu_smartphone2 li{
  float:left;list-style-type:none;
  width:20%;
}
.fix_menu_smartphone2 img{padding:1px;
  width:100%;
}



.content_even {
	/*background:#fdffef; */
}
.content_even a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_even a:visited {
	color: #000000;
}
.content_even a:hover {
	color: #767676;
}
.content_odd {
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
}
.content_odd a:link {
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_odd a:visited {
	color: #FFFFFF;
}
.content_odd a:hover {
	color: #A7A7A7;
}
footer a:link {
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
}
div[class^="bg-text"] {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
	height:auto;
	overflow:hidden;
}
div[class^="bg-text"] h2 {
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 5px;
}
/*div[class^="bg-text"] p {
	text-align:left;
}*/
#bg-text-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.color1 {
	color: #FF0000; /* 赤色 */
}
.color2 {
	color: #FF6600; /* 橙色 */
}
.color3 {
	color: #9900CC; /* 紫色 */
}
.supplement {
	font-size: 90%;
	color: #6C6C6C; /* 補足 */
}
/*#footer_nav {
	display: none;
}*/

/* news */
#news {
}
#news ul {
	padding: 0px;
}
#news ul li {
	list-style-type: none;
	border-bottom: #554b1e 1px dashed;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news ul li:first-child {
	border-top: #554b1e 1px dashed;
}
/* faq */
#faq {
	text-align: left;
}
#faq dl {
}
#faq dl dt {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2D2D2D;
}
#faq dl dd {
	border-bottom: #554b1e 1px dashed;
	padding-top: 10px;
	padding-bottom: 20px;
}
#faq dl dt:first-child {
	border-top: #554b1e 1px dashed;
}
.comme{text-align:left;
}

#top_bar{padding:2px;
	color:#fff;
	font-size:1.25em;
	font-weight:bold;
	background:#699aec;
	margin-top:-18px;
}
#pageTop{
	background:#DDD;
	border-radius:5px;
	color:#FFF;
	padding:10px 15px;
	position:fixed;
	bottom:10px;
	right:20px;
	}
#pageTop:hover{
	background:#EEE;
	}
#top_width {
	max-width: 1200px;
	margin: 0px auto;
}
#nav{display:none;}


@media only screen and (min-width: 400px) { /* site_title img 切り替え */
#block1 {
	margin-top:0;
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}
#block1top {
	margin-top:0;
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
	height: 80px;
}
.onlysp{display:none;}
#menu_button {
	position:fixed;
	top:0px;
	left:0px;
	cursor: pointer;
	z-index:3;
	background:#699aec; /* 背景画像 */
}
#nav {display:block;
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
	z-index:2;
}
#nav ul {
	padding: 0px;
	background:#699aec; /* 背景画像 */
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a:link {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	display:block;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:visited {
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
}
#nav ul li a:hover {
	color: #B9B9B9;
	text-decoration: none;
}


#title_small {
	display: none;
}
#title_big {
	display: inline-block;
}
.comme{float:left;text-align:left;margin:0 5px;
}
.fix_menu_smartphone{display: none;}
}

@media only screen and (min-width: 600px) { /* content 内の上下の余白を切り替え */
.topbtn{padding:5px;width:24%;max-width:300px;float:left;}
.aisatsu{padding:50px;font-size:1.5em;line-height:1.5;text-align:left;font-weight:bold;width:100%;max-width:1000px;margin:0 auto;}
.riyuu_pc{display:block;margin:0 auto;width:100%;max-width:1000px;}
.riyuu_sp{display:none;}

#top_bar{padding:15px;
	color:#fff;
	font-size:1.45em;
	font-weight:bold;
	background:#699aec;
	margin-top:-35px;
}
div[class^="bg-text"] {
	padding-top: 50px;
	padding-bottom: 50px;
}
div[class^="bg-text"] h2 {
	font-size: 200%;
	padding-bottom: 10px;
}
div{font-size:105%;}
#bg-text-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
.comme{float:left;display:block;width:50%;text-align:left;font-size:1.2em;margin:0 10px;
}

}

@media only screen and (min-width: 650px) { /* テキスト回り込みの切り替え */

.img_450_left {
	float: left;
	padding-right: 5px;
}
.img_450_right {
	float: right;
	padding-left: 5px;
}
.comme{float:left;display:block;width:40%;text-align:left;font-size:1.2em;margin:0 10px;
}

}

@media only screen and (min-width: 950px) { /* nav 展開の切り替え / js の min_width（ブレークポイント）も同じ値に設定 */
#block1 {
	margin-top:0;
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
	height: 100px;
}
#block1top {
	margin-top:0;
	background:#699aec; /* 背景画像 */
	color: #FFFFFF;
	height: 100px;
}
#site_title {
	float: left;
	padding-right: 30px;
}
#menu_button {
	display: none;
}
#nav {
	top:auto;
	position: static;
	margin-left: 0px;
	width: auto;
}
#nav ul {
	background-color:rgba(0,0,0,0);
}
#nav ul li {
	float: left;
}
#nav ul li a:link {
	padding:8px 30px;
border: 1px solid #fff;
	/*border-bottom: 1px solid #699aec;*/
	color: #FFFFFF;
}
.contact{
background:#0BA8C4;
}

#nav ul li a:visited {
	color: #FFFFFF;
	padding:8px 30px;
border: 1px solid #fff;
	/*border-bottom: 1px solid #699aec;*/
}
#nav ul li a:hover {
border: 1px solid #fff;
background:#09246D;
	text-decoration: none;
	color: #B9B9B9;
}

#footer_nav {
	display: block;
}

.comme{float:left;display:block;width:60%;text-align:left;font-size:1.2em;margin:0 10px;
}

}