@charset "UTF-8";

/* --------------------------
 ブラウザ標準スタイルリセット
 標準のフォントサイズを定義
-------------------------- */

@import 'adjust.css';

/* 2015.06.09 */
@import url("./flexslider.css");
@import url("./smoothDivScroll.css");
@import url("./animate.css");


@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


ul.navi {
  /*width: 800px;*/
  padding: 0;
  line-height: 1.0;
}
ul.navi li {
  /*width:100px;*/
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
ul.navi li:first-child {
  height:40px;
}
ul.navi li a {
  display: block;
}

ul.footer_navi {
	text-align: center;
}
ul.footer_navi li {
	display: inline-block;
	text-align: center;
}
ul.footer_navi li+ li {
	border-left: 1px solid #333; /* 区切り線 */
}

.flex-title, .flex-caption {
	position: relative;
	margin-bottom: 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff;
	padding: 0 50px;
	margin:0 auto;
}

#header {
	//position: fixed;
	//left: 50%;
	//transform: translate(-50%, 0);

	width: 100%;
	//height: 50px;
	top: 0;
	text-align: center;
	margin:0 auto;
	background: rgba(255,255,255,0.6);
}



#content1 ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

#content1 ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.tabinaka_item {
	display: inline-block;
	max-width: 196px;
	min-width: 65px;
	margin: 10px 10px;
}

#header nav ul {
}

#header nav ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0px 0px;
}

#header nav ul li a {
	display: block;
}
/*
#header nav ul li a:hover,
#header nav ul li .active {
	border-bottom: solid 4px #eb5e5f;
}
*/
#header nav ul li .a1:hover,
#header nav ul li .active1 {
	border-bottom: solid 4px #eb5e5f;
}
#header nav ul li .a2:hover,
#header nav ul li .active2 {
	border-bottom: solid 4px #f08200;
}
#header nav ul li .a3:hover,
#header nav ul li .active3 {
	border-bottom: solid 4px #f6ab00;
}
#header nav ul li .a4:hover,
#header nav ul li .active4 {
	border-bottom: solid 4px #32bbd4;
}
#header nav ul li .a5:hover,
#header nav ul li .active5 {
	border-bottom: solid 4px #0081ca;
}

.button {
	display: block;
	padding: 0.3em 1.8em;
	border-radius: 1.6em;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.btn_yellow {
	background-color: rgba(247, 185, 42, 1);
	box-shadow: 0 5px 20px rgba(247, 185, 42, .5);
	width: 80px;
}

.btn_pink {
	background-color: rgba(238, 119, 121, 1);
	box-shadow: 0 5px 20px rgba(238, 119, 121, .5);
	width: 80px;
}

.fixed {
    position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
    top: 0;
    max-width: 1040px;;
    z-index: 1000;
}


#animation {
/*
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
*/
}

.fadeIn {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeIn {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* CSS3 Media Queries */
/* PC */
@media (min-width: 700px) {

	.news_footer {
		padding: 15px 0;
		float: left;
		width: 50%;
	}

	.cell_flame0 {
		margin: 0 10px;
		border: dashed 0px #CCC;
		//border-bottom: dashed 1px #CCC;
	}
	.cell_flame_end0 {
		margin: 0 10px;
		//border-bottom: dashed 1px #CCC;
	}
	.cell_left0 {
		float: left;
		width: 20%;
		border-top: dashed 0px #CCC;
		padding: 20px 0px;
		border-bottom: dashed 1px #CCC;
		margin-right: 0px;
	}
	.cell_right0 {
		float: left;
		width: 75%;
		border-top: dashed 0px #CCC;
		border-left: dashed 0px #CCC;
		border-right: dashed 0px #CCC;
		padding: 20px 0px;
		border-bottom: dashed 1px #CCC;
	}
	.cell_end0 {
		clear: both;
	}

	.cell_flame {
		margin: 0 0px;
		border: solid 0px #CCC;
		//border-bottom: solid 1px #CCC;
	}
	.cell_flame_end {
		margin: 0 0px;
		//border-bottom: solid 1px #CCC;
	}
	.cell_left {
		float: left;
		width: 18%;
		border-top: solid 0px #CCC;
		padding: 20px 10px;
		border-bottom: solid 1px #CCC;
		margin-right: 20px;
	}
	.cell_left2 {
		float: left;
		width: 18%;
		border-top: solid 0px #CCC;
		padding: 20px 10px;
		border-bottom: solid 1px #CCC;
		margin-right: 20px;
		height:120px;
	}
	.cell_right {
		float: left;
		width: 72%;
		border-top: solid 0px #CCC;
		border-left: solid 0px #CCC;
		border-right: solid 0px #CCC;
		padding: 20px 10px;
		border-bottom: solid 1px #CCC;
	}
	.cell_end {
		clear: both;
	}

	.clear_sp {
		//display: none;
	}
	.clear_sp2 {
		height: 180px;
	}
	.tabinaka {
		width: 24%;
	}
	.size_sp {
		font-size:0.9rem;
	}
	.splash { background:url(../images/main.jpg) no-repeat; min-height:800px; background-position:center center; background-size:cover; padding:0px 0; margin:0; text-align:center; }
	.space_sp {
		font-size:40px;line-height:1.2;letter-spacing:5px;
	}
	.sp_header {
		width: 119px;
		text-align: center;
	}
	.sp_header2 {
		width: 120px;
		text-align: center;
		margin-left:225px;
	}

}

/* SP */
@media (max-width: 800px) {

	.news_footer {
		padding: 15px 0;
		float: left;
		width: 50%;
	}

	.cell_flame0 {
		margin: 0 5px;
		border: dashed 0px #CCC;
		border-bottom: dashed 0px #CCC;
	}
	.cell_flame_end0 {
		margin: 0 5px;
		border: dashed 0px #CCC;
	}
	.cell_left0 {
		//width: 95%;
		border-top: dashed 0px #CCC;
		margin: 0 5px;
		padding: 10px 8px 0 8px;
		height: auto;
		float: none;
	}
	.cell_right0 {
		margin: 0 5px;
		padding: 0 8px 10px 8px;
		height: auto;
		float: none;
		border-bottom: dashed 1px #CCC;
	}
	.cell_end0 {
		clear: both;
	}

	.cell_flame {
		margin: 0 0px;
		border: solid 0px #CCC;
		//border-bottom: solid 1px #CCC;
	}
	.cell_flame_end {
		margin: 0 0px;
		//border-bottom: solid 1px #CCC;
	}
	.cell_left {
		float: left;
		width: 18%;
		border-top: solid 0px #CCC;
		padding: 20px 10px;
		border-bottom: solid 1px #CCC;
		margin-right: 20px;
	}
	.cell_left2 {
		float: left;
		width: 18%;
		border-top: solid 0px #CCC;
		padding: 20px 10px;
		border-bottom: solid 1px #CCC;
		margin-right: 20px;
		height:120px;
	}
	.cell_right {
		float: left;
		width: 72%;
		border-top: solid 0px #CCC;
		border-left: solid 0px #CCC;
		border-right: solid 0px #CCC;
		padding: 20px 10px;
		border-bottom: solid 1px #CCC;
	}
	.cell_end {
		clear: both;
	}

	.clear_sp {
		display: none;
	}
	.clear_sp2 {
		height: 100px;
	}
	.tabinaka {
		width: 24%;
	}
	.size_sp {
		font-size:0.6rem;
	}
	.splash { background:url(../images/main_sp_.jpg) no-repeat; min-height:450px; background-position:center center; background-size:cover; padding:0px 0; margin:0; text-align:center; }
	.space_sp {
		font-size:2.0rem;line-height:1.2;letter-spacing:5px;
	}
	.sp_header {
		width: 119px;
		text-align: center;
	}
	.sp_header2 {
		width: 120px;
		text-align: center;
		margin-left:225px;
	}

}

/* SP small */
@media (max-width: 650px) {

	.news_footer {
		padding: 15px 0;
		width: 100%;
	}

	.cell_flame0 {
		margin: 0 5px;
		border: dashed 0px #CCC;
		border-bottom: dashed 0px #CCC;
	}
	.cell_flame_end0 {
		margin: 0 5px;
		border: dashed 0px #CCC;
	}
	.cell_left0 {
		//width: 95%;
		border-top: dashed 0px #CCC;
		margin: 0 5px;
		padding: 10px 8px 0 8px;
		height: auto;
		float: none;
	}
	.cell_right0 {
		margin: 0 5px;
		padding: 0 8px 10px 8px;
		height: auto;
		float: none;
		border-bottom: dashed 1px #CCC;
	}
	.cell_end0 {
		clear: both;
	}

	.cell_flame {
		margin: 0 10px;
		border: solid 0px #CCC;
		//border-bottom: solid 1px #CCC;
	}
	.cell_flame_end {
		margin: 0 10px;
		//border-bottom: solid 1px #CCC;
	}
	.cell_left {
		float: left;
		width: 95%;
		border-top: solid 0px #CCC;
		padding: 10px 10px 5px 10px;
		border-bottom: solid 0px #CCC;
		margin-right: 50px;
		display:block;
	}
	.cell_left2 {
		float: left;
		width: 95%;
		border-top: solid 0px #CCC;
		padding: 10px 10px 5px 10px;
		padding-bottom: 0px;
		border-bottom: solid 0px #CCC;
		margin-right: 50px;
		display:block;
		height: 30px;
	}
	.cell_right {
		float: left;
		width: 95%;
		border-top: solid 0px #CCC;
		border-left: solid 0px #CCC;
		border-right: solid 0px #CCC;
		padding: 5px 10px 10px 10px;
		border-bottom: solid 1px #CCC;
		display:block;
	}
	.cell_end {
		clear: both;
	}

	.clear_sp {
		display: none;
	}
	.clear_sp2 {
		height: 40px;
	}
	.tabinaka {
		width: 49%;
	}
	.size_sp {
		font-size:0.6rem;
	}
	.splash { background:url(../images/main_sp.jpg) no-repeat; min-height:450px; background-position:center center; background-size:cover; padding:0px 0; margin:0; text-align:center; }
	.space_sp {
		font-size:2.0rem;line-height:1.2;letter-spacing:5px;
	}
	.sp_header {
		width: 119px;
		text-align: center;
	}
	.sp_header2 {
		width: 120px;
		text-align: center;
		margin-left:225px;
	}
}

/*---------------------------
 CSS Version 2014.02.05
---------------------------*/

body {
	margin: 0;
	background-color: #FFF; // 背景カラー
	color: #666666;
	/*font-size: 12px;*/
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;

	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGothic",Arial, sans-serif;*/
    /*font-family: "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	-webkit-text-size-adjust: 100%;
	line-height: 1.4;
	width: 100%;
}

img { 
	border: 0;
}

form {
	margin: 0;
}

a:link { 
	color: #333333;
	text-decoration: none; 
}

a:visited { 
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #32bbd4;
	text-decoration: none;
}

input.txt,
textarea.txt,
select.txt {
	padding: 4px 2px;
	border: 1px solid #89acb9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/bg_input_01.png) 0 0 repeat-x;
	vertical-align: baseline;
}

span.indispensable {
	position: relative;
	line-height:1;
	padding: 2px 4px;
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(../images/PIE.htc);
	background-color: #ff5f82;
}

hr {
	height: 0px;
	margin: 0 0 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 0 0 0 0;
}

input.jq-placeholder::-webkit-input-placeholder {
    color: #999;
}
input.jq-placeholder:-ms-input-placeholder {
    color: #999;
}
input.jq-placeholder::-moz-placeholder {
    color: #999;
}

textarea.jq-placeholder::-webkit-input-placeholder {
    color: #999;
}
textarea.jq-placeholder:-ms-input-placeholder {
    color: #999;
}
textarea.jq-placeholder::-moz-placeholder {
    color: #999;
}
