@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
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;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

span.link-t-a {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}






/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 10px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  	left: 50%;
	max-width: 1280px;
  	width: 1280px;
  	height: auto;
  	margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 40px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 70%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 50px;
}

section h3{
  position: relative;
  background: #b0dcfa;
  padding: 10px 5px 10px 25px;
  font-size: 20px;
  color: #000080;
  font-weight:bold;
  text-shadow    : 
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;        /* 文字の影 */
  border-radius: 0 10px 10px 0;
  margin-top:20px;
  margin-bottom:30px;
}


section h6 {
	font-size:18px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
 	margin-top:20px;
}

section h4 {
	height:30px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 8px;
font-size:18px;font-weight:bold;color:#333333;
background-image:url(../images/head016_04.png);
}

section h5 {
	height:30px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 8px;
	font-size:16px;font-weight:bold;color:#333333;
	background-image:url(../images/bg_h6.jpg);
}



.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.innerM{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 40px;
}

/*----------------------------------------------------------
お知らせ欄
----------------------------------------------------------*/
.topics_area{
	margin: 0;
	border-radius: 5px;
	border: solid #a3d1ff 1px; 
}
.topics_area_title{
	padding: 2px 0 2px 15px;
    border-bottom: solid 1px #a3d1ff;;
    font-size: 18px;
    font-weight: bold;
    color:#ffffff ;
	text-shadow: 1px 1px 2px #696969;
    background-color:#80bfff;
    text-align: center;
}
.topics_area_inner{
	padding: 5px;
	max-height: 300px; 
	overflow: auto; 
}
.topics_area dt{
	display: table-cell;
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 90px ;
	vertical-align: top;
	font-size: 16px;
	line-height:1.7;
	padding-bottom:7px;
}
.topics_area dd{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height:1.7;
	text-indent: -1em;
    padding-left: 1em;
	padding-bottom:7px;
}

.topics_area dd:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: middle;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #F7BE81;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    background: #F7BE81;
    color: #000080;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

p.topictitle{
	font-size:14px;
	font-weight:bold;
}
.topictime{
	font-size:12px;
	float:right;
}
p.dd{
	font-size:14px;
	line-height:20px;
	padding-bottom:30px;
  	padding-left: 1em;
}

/* メイン画面の画像
------------------------------------------------------------*/
div.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0; 
}

.example img {
	width: auto;
  }


.example {
  position: relative;

  }


/* メイン画面の画像
------------------------------------------------------------*/
div.resizeimage {
	max-width: 1024px; /* 最大幅 */
	margin: 0 auto;
}
div.resizeimage img {
 	width: 100%; 
}	


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
/*	width: 100%;
	margin-bottom: 30px;
*/
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 40px 20px;
	margin-bottom: 30px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: contain;
	-webkit-background-size: contain;
	text-align: center;
	padding: 100px 120px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*----------------------------------------------------
 回り込みを終了する定型表現。
------------------------------------------------------ */
/*clearfix*/	
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;	
}
/*画像と文書を並べて表示時する*/
.inner_l{     
	float: left ; /*左側に配置する*/
}
 .inner_p{
	float:right;  /*右側に配置する*/
}


/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
.headline_sinryo {
	display:inlineblock;
	padding: 0.3em 1em;
	color: #fff;
	text-shadow: 1px 1px 2px #696969;
	font-size:22px;
	font-weight:500;
    margin-bottom: 20px;
	background: #80bfff;
	-webkit-box-shadow: 5px 5px 0 ;
	box-shadow: 5px 5px 0 #4682b4;
  }
.headline_item {
	padding: 0.2em 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	background: #fff;/*背景色*/
	border-left: solid 5px #4682b4;/*左線（実線 太さ 色）*/
	border-bottom:solid 1px #4682b4;
	margin-bottom:30px;
  }


/*リンク先の表示位置を調整--
-----------------------------------------*/
span.link-t-a {
	position: relative;
	top: -100px;/*左の数値を変えると、上下に調整します*/
	display: block;
}

/*ボックス横並び
------------------------------------*/
#media li{
	float: left;
	text-align:center;
	width: calc(96%/2);
	margin:0.5%;
	line-height: 1.5;
	border: solid 1px;

}

#media img{
	width: 100%;
	height: auto;
}


.parent{
    width: 95%;
    margin: 0 auto;
}
.child-1{
    width: 48%;
    float: left;
	margin-right:2%;
}
.child-2{
    width: 48%;
    float: left;
}

/*トップページの漫画で使用
------------------------------------*/
.box-flex{
	display:flex;
}
.box-left{
	width:350px;
	margin-right:30px;
}
.box-left img{
	width:100%;
}
.box-right{
	width:calc(100% - 380px);
}
  

  
  

/*トップへ戻る
----------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #696969;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 20;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* フォントサイズ
------------------------------------------------------------*/
.ft26{font-size:26px;}
.ft24{font-size:24px;}
.ft22{font-size:22px;}
.ft20{font-size:20px;}
.ft18{font-size:18px;}




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

}

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav ul{
		width:100%;
		background-color:#b0c4de;

	}

	#mainnav li{
		display: inline-block;
		padding: 8px 25px;
		font-size: 16px;
 		color:#808080;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}
@media only screen and (max-width: 1200px){

	.innerS{width:70%;}
}

@media only screen and (max-width: 1000px){

	/*トップページの漫画で使用
	------------------------------------*/
	.box-flex{
		display:inline-block;
	}
	.box-left{
		width:100%;
		margin:0;
		margin:0 auto;
		text-align:center;
	}
	.box-left img{
		width:100%;
		max-width:400px;
	
	}
	.box-right{
		width:100%;
		margin-top:30px;
	}

}

@media only screen and (min-width: 641px){

	.col2 li{
		width: 50%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 45%;
		padding-right: 4%;
	}

  .br-sp {
	 display:none; 
	}
   .pc { display: block !important; }
   .sp { display: none !important; }

}
@media only screen and (max-width: 799px){
	.pc { display: none !important; }
	.sp { display: block !important; }
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{	padding-top: 0;text-align:left;}
	
	#header h1 img{margin-top: 10px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #e6e6fa;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}


	div.resizeimage img{
		margin-top:70px;
	}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 0px;
		width: 90%;

	}
	section h2 span {
		padding: 0 0px;
	}


	.innerS{
		width: 94%;
		padding-bottom: 40px;
	}

  

}
@media only screen and (max-width: 640px){	
	.pc { display: none !important; }
	.sp { display: block !important; }

	#header h1{
		line-height:20px;
	}


	section{
		clear:both;
		padding-top: 30px;
	}

	#mainImg{
		position: relative;
	  	overflow: hidden;
	  	width: 100%;
		height: 200px;
	}

	#mainImg img{
		position: absolute;
	  	left: 0%;
		max-width: 100%;
		width:100%;
	  	height: auto;
	  	margin-left: 0px;
	}


	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}

	.topics_area_inner{
		max-height: 400px; 
	}

	.topics_area dt{
		display: block;
		width: 95%;
		padding:0 0 0 10;
		padding-bottom:0;
		margin:0;

	}
	.topics_area dd{
		display: block;
		width: 95%;
		text-indent: 0;
		margin:0;
		line-height:22px;
    	padding-left:5px;
	}

	.hyoudai{
	    font-size:18px;
	}
	.hyoudai2{
	    font-size:18px;
	}

	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}

	section h2{
		width: 90%;
	}

	section h2 span {
		background: #fff;
		padding: 0;
	}

	.box2,
	.box4 {
	    padding: 0.5em 5px;
	}

	.box3 {
	    padding: 1em 0.5em;
	}

  .br-sp {
	 display:block; 
	}

	#media li{
		float: none;
		width: 100%;
	}

	.headline_item {
		font-size:20px;
		line-height:24px;
	  }

	/* フォントサイズ
------------------------------------------------------------*/
.ft26{font-size:24px;}
.ft24{font-size:22px;}
.ft22{font-size:22px;}
.ft20{font-size:18px;}
.ft18{font-size:16px;}



}



