@charset "shift_jis";
/* CSS Document */

* { margin: 0; padding: 0; }
body { text-align: center; font-size: 14px; line-height: 1.7; color:#333; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#4798ED; text-decoration : none}
a:active { color: #4798ED; text-decoration : none}
a:visited { color: #4798ED; text-decoration : none}
a:hover { color:#4798ED; text-decoration: underline;}

a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

a:hover.ov { position:relative; top:1px; left:1px; }

.opwindow { background: url(../img/ico_opwindow.gif) no-repeat 100% 0; padding-right: 10px; }
dd{cursor:pointer;}
/*フォント設定
----------------------------------------------*/
strong {
	color: #BF0030;
}

/*テキスト選択色
----------------------------------------------*/
/*反転時の文字色・背景色 */
::selection {
background: #BCE2EC;　　/* 背景色*/
color:#666666;　　/* 文字色*/
}
/* Firefox対応*/
::-moz-selection {
background: #BCE2EC;　　/* 背景色*/
color:#666666; 　　/* 文字色*/
}


/*全体レイアウト設定
----------------------------------------------*/
.page {
	position: relative;

}
.page:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/
.clearfix{
	clear:both;
}
.menu-trigger{
	display:none;
}
.sp_menu{
	display:none;
}

/*-----------------------------------------------
 *
 フッター
 *
 *----------------------------------------------*/
#footLine {
	background: url(../img/background_gray.png);
	width: 100%;
	height: 5px;
	margin-top:40px;
}
#footLine p {
	width: 930px;
	margin: 0 auto;
	text-align: right;
}
#footLine img {
	position: relative;
	top: -25px;
}

#foot {
	background: url(../img/background_black.png);
	width: 100%;
	padding: 30px 0 50px;
	font-weight: bold;
}

/*ツイッター
----------------------------------------------*/
#twitter_hb {
	background:#fff;
	width: 243px;
	height: 200px;
	overflow: hidden;
	color: #fff;
}

/*テキストリンク
----------------------------------------------*/
#textlink {
	width: 730px;
	border-top: 1px #000 solid;
	margin: 15px auto;
	text-align:left;
	
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}

/*----clearfix-----*/


#textlinkL {
	width: 220px;
	float: left;
}
#textlinkR {
	width: 490px;
	float: right;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#textlinkR:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/
#textlinkR dd {
	float: left;
	width: 160px;
}



/*モバプリ
----------------------------------------------*/
#mobile {
	display: none;
	position: absolute;
	top: 0;
	left: 750px;
	background: url(../img/back_mobile.png) no-repeat;
	width: 155px;
	height: 100px;
	padding-top: 197px;
	padding-left: 17px;
}


/*著作権テキスト
----------------------------------------------*/
#copy {
	width: 800px;
	border-top: 1px #000 solid;
	margin: 50px auto 0;
	padding-top: 5px;
	text-align: center;
	color: #999;
	font-size: 10px;
}
/*モーダル
----------------------------------------------*/
.modal {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:98;
	overflow:hidden;
	display:none;
}
.modal2{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:98;
	overflow:hidden;
	display:none;
}
.modal .title{
	width:98%;
	background:#ccc;
	margin:auto;
	color:#fff:
	font-size:20px;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.modal .text {
	position:relative;
	width:700px;
    height:500px;
	margin:100px auto;
	padding:20px;
	text-align:center;
	z-index:99;
	background:rgba(255,255,255,1);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
}
.css-cancel{
	display: inline-block;
	position: relative;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
	z-index:99;
}
.css-cancel:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #fff;
	z-index:99;
}
.close{
	border:solid 1px #ccc;
	width:18px;
	border-radius:20px;
	padding:3px;
	background:#000;
	float:right;
	margin-top:-30px;
	margin-right:-30px;
}
.close2{
	border:solid 1px #ccc;
	width:18px;
	height:18px;
	border-radius:20px;
	padding:3px;
	background:#000;
	float:right;
	position:relative;
	top:10px;
	right:290px;
	z-index:9999;
}
.slider{
	height:380px;
}
.news_area_1{
	height:500px;
}

@media (max-width: 768px){
.news_area_1{
	height:auto;
}
.slider{
	height:auto;
}
body{
	width:100%;
	overflow-x:hidden;
}
.page {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
.pc{
	display:none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  transform: scale(0.8,0.7);
}
.menu-trigger {
  position: fixed;
  width: 50px;
  height: 44px;
  left:85%;
  z-index:9;
  top:0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.active span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}{
	color:#fff;
}


#twitter_hb {
	background:#fff;
	width: 100%;
	height: 500px;
	overflow: hidden;
	color: #fff;
}
.modal {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:98;
	overflow:hidden;
	display:none;
}
.modal2{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:98;
	overflow:hidden;
	display:none;
}
.modal .title{
	width:98%;
	background:#ccc;
	margin:auto;
	color:#fff:
	font-size:20px;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.modal .text {
	position:relative;
	width:90%;
    height:500px;
	margin:100px auto;
	padding:10px;
	text-align:left;
	z-index:99;
	background:rgba(255,255,255,1);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
}
.css-cancel{
	display: inline-block;
	position: relative;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
	z-index:99;
}
.css-cancel:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #fff;
	z-index:99;
}
.close{
	border:solid 1px #ccc;
	width:18px;
	border-radius:20px;
	padding:3px;
	background:#000;
	float:right;
	margin-top:-30px;
	margin-right:-20px;
}
.close2{
		border:solid 1px #ccc;
		width:18px;
		height:18px;
		border-radius:20px;
		padding:3px;
		background:#000;
		float:right;
		position:relative;
		left:0px;
		top:20px;
		z-index:9999;
}

#textlink {
	width: 100%;
	border-top: 1px #000 solid;
	margin: 15px auto;
	text-align:left;
	
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}

/*----clearfix-----*/


#textlinkL {
	width: 100%;
	padding:10px;
}
#textlinkR {
	width: 95%;
	padding:10px;
}
#textlinkR:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/
#textlinkR dd {
	float: left;
	width: 160px;
}

#copy {
	width: 90%;
	border-top: 1px #000 solid;
	margin: 50px auto;
	padding-top: 5px;
	text-align: center;
	color: #999;
	font-size: 10px;
}
#footLine {
	background: url(../img/background_gray.png);
	width: 100%;
	height: 5px;
	margin-top:20px;
}
#footLine p {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}
#footLine img {
	position: relative;
	top: -38px;
}
.sp_menu{
	display:none;
	width:100%;
	font-size:6vw;
	position:fixed; 
	background:rgba(0,0,0,0.7); 
	padding:10px;
	text-align:center;
	z-index:8;
	top:0;
}
.sp_menu a{
	color:#fff;
}
}




