@charset "utf-8";
/*	ver.1.0.0	*/
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
.br_class{
	display: inline-block;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, header,footer {
		margin-left:-1px;
		padding-right: 1px;
	}
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	background-color: #E6453F;
	background-image: url(../images/bg.jpg);
	background-size: cover;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-all;
height: 100vh;
background-attachment: fixed;
background-position: center;
}
img{
	vertical-align:bottom;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
ul,li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
#wrap{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	background-color: #eee;
	overflow: hidden;
}
/*header*/
header{
	background-color: #E6453F;
	height:10vh;
	width: 100%;
	max-width: 768px;
	position: fixed;
	z-index: 99;
}
header h1{
	height: 0;
}
header #logo{
	height: 10vh;
	text-align: center;
}
header #logo a{
	display: block;
}
header #logo img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 8vh;
	padding: 1vh 0;
}
/*banner*/
#main_img{
	height: 100%;
	width: 100%;
	max-width: 768px;
	min-height: 500px;
	position: fixed;
	overflow: hidden;
}
#main_img img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.menu_box{
	position: fixed;
	width: auto;
	max-width: 768px;
	top: 10vh;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 99;
	text-align: center;
}
.banner_open,.intro_open{
	display: inline-block;
	text-align: center;
}
.banner_close,.intro_close{
	display: none;
	background-color:rgba(255,255,255,0.80);

	text-align: center;
}
nav ul{
	text-align: center;
	padding: 4% 0;
	display: none;
	background-color:rgba(255,255,255,0.80);
}
/*リンク*/
#nav_box{}
#nav_box .menu_box{
	width: 100%;
	height: 0;
}
#nav_box .menu_box ul{
	padding: 0 5%;
	display: none;
	overflow: auto;
	max-height: 75vh;
}
#nav_box .menu_box li{
	width: 24%;
	margin: 10px 3%;
	display: inline-block;
	vertical-align: top;
}
#nav_box .menu_box li a{
	color: #000;
}
#nav_box .menu_box li figure{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#nav_box .menu_box li figure img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#nav_box .menu_box li figcaption{
	text-align: center;
	word-wrap: break-word;
	font-size: 10px;
}
.menu_icon{
	width: 100%;
	max-width: 624px;
	margin: 0 auto;
	margin-left: 0px;
	position: fixed;
	bottom: 20px;
}
.flickity-syncer{
}
.flickity-syncer{
	background-color: rgba(255,255,255,0.50);
	position: absolute;
}
.flickity-syncer div{
}
.flickity-syncer img{
	width: 80px;
	height: 80px;
	padding: 10px 5px;
}
/*ページタイトル*/
h2{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px solid #4d4d4d;
	color: #4d4d4d;
	letter-spacing: 5px;
}
/*カテゴリーリスト*/
.cate_list li:nth-child(odd){
		clear:left;
		float:left;
}
/*footer*/
footer{
	background-color: #E6453F;
	color:#fff;
	text-align: center;
	position:fixed;
	width: 100%;
	max-width: 768px;
	bottom: 0;
}
footer #copyright{
	margin-top:0;
	font-size: 14px;
}
.clearfix:after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0;
}
.linkStyle {
color:#000000;
}
#news .page_list ul li a{
	color: black;
}
.linkStyle {
	color:#000000;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
nav ul li{
	width: 8%;
	margin: 0 5%;
	height: auto;
	display: inline-block;
	font-size: 12px;
}
.menu_icon{
	margin-top: -180px;
}
#news{
	margin-top: 0;
}
}
@media screen and (min-width:569px) and (max-width:696px){
  .menu_icon{
   margin-left:13px; 
  }
}
@media screen and (max-width:375px) {
.flickity-syncer img{
	width: 65px;
	height: 65px;
	padding: 10px 5px;
}
}
@media screen and (max-width:320px) {
.flickity-syncer img{
	width: 60px;
	height: 60px;
	padding: 10px 5px;
}
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width: 700px){
	#nav_box .menu_box li figure{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
	#nav_box .menu_box li{
		font-size: 12px;
	}
.menu_icon{
	margin-left: 70px;
}
}
