@charset "utf-8";
/*	ver.1.0.0	*/
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	background-color: #E6453F;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	background-size:cover;
	color: #4d4d4d;
	word-break: break-all;
}
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;
}
.br_class{
	display: inline-block;
}
#wrap{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	background-color: #fff;
}

/*header*/
header{
	background-color: #E6453F;
	height:10vh;
}
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{
	position: relative;
	height: 90vh;
	min-height: 500px;
	background-image: url(../images/main_img.jpg);
	background-size:  auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#main_img .menu_box{
	position: absolute;
	width: 100%;
	top: 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;
}
#main_img nav ul{
	text-align: center;
	padding: 4% 0;
	display: none;
	background-color:rgba(255,255,255,0.80);
}
/*リンク*/
#nav_box{}
#nav_box .menu_box{
}
#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: #4d4d4d;
}
#nav_box .menu_box li figure{
	width: 100px;
	height: 100px;
	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: 625px;
	margin: 0 auto;
	margin-top: -250px;
	margin-bottom: 10px;
}
.flickity-syncer{
	height: auto;
	background-color: rgba(255,255,255,0.50);
	position: absolute;
}
.flickity-syncer div{
}
.flickity-syncer img{
	width: 80px;
	height: 80px;
	padding: 10px 5px;
}
#top_bt_wrap{
	background-color: #000;
	position: relative;
	padding-bottom: 1px;
}
/*introduction*/
#info{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#info #intro_txt{
	width: 90%;
	padding: 5%;
	display: none;
	text-align: left;
	background-color: #fff;
	color: #4d4d4d;
}
#info #intro_txt p{
	margin-bottom: 10px;
}
#info .intro_open{
	width: 100%;
	height: 30px;
	padding: 10px 0;
	background-color: #fff;
}
#info .intro_close{
	background-color:rgba(255,255,255,1.00);
}

/*news*/
#news{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#news #news_title{
	text-align: center;
	margin-bottom: 20px;
	background-color: #fff;
}
#news .news_box{
	width: 100%;
	padding-left: 5px;
	border-right: 1px solid #4d4d4d;
	margin-left: 5px;
}
#news .news_box:last-child{
	border-right: none;
}
#news .news_box .news_box_left{
	width: 50%;
	float: left;
	word-wrap: break-word;
}
#news .news_box figure{
	width: 46%;
	padding: 0 2%;
	float: left;
	text-align: center;
}
#news .news_box figure img {
	width:auto;
	height:auto;
	max-width: 100%;
	max-height: 300px;
	display: inline;
}
#news .news_box .news_box_left .news_date{
	background-color: #E6453F;
	color: #fff;
	padding: 5px 2px;
	font-size: 14px;
	text-align: center;
}
#news .news_box .news_box_left .news_title{
	width: 96%;
	padding: 0 2%;
}
#news #news_more{
	margin-top: 30px;
}
#news #news_more a{
	display: block;
	width: 50%;
	margin: 0 auto;
	background-color: #E6453F;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
#qrcode{
	width: 50%;
	margin: 0 auto;
}
#qrcode img{
	width: 100%;
	max-width: 200px;
	height: auto;
}
/*footer*/
footer{
	background-color: #E6453F;
	text-align: center;
	color:#fff;
}
footer #qrcode{
	padding: 20px 0;
	text-align: center;
}
footer #qrcode img{
	width: 50%;
}
footer #copyright{
	margin-top:20px;
	font-size: 14px;
	background-color: #E6453F;
}
.clearfix:after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.linkStyle {
	color:#000000;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#main_img 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 (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){
}
/*ここからスマートフォン用（415px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 415px){
#nav_box .menu_box li figure{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}
	#nav_box .menu_box li{
		font-size: 12px;
	}
#news .news_box figure img {
	max-height: 150px;
}
}