@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: 16px;
	background-image: url(../images/bg1.jpg);
	color:#3a2b23;
	/*word-break:break-all;　2017/12/20にコメントにしました（山本）*/
	word-wrap : break-word;
	overflow-wrap : break-word;
}
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;
}

/*header*/
header{
	background-image: url(../images/bg1.jpg);
	height:10vh;
	border-bottom: 3px solid #2d8c36;
}
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;
}
article{
	position: relative;
}
/*banner*/
#main_img{
	position: relative;
	height: 90vh;
	min-height: 500px;
	background-size:  auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #761c18;
	border-right: 3px solid #2d8c36;
	border-left: 3px solid #2d8c36;
	box-sizing: border-box;
}
#main_img .menu_box{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	text-align: center;
	background-color: transparent;
}
.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;
}
.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.70);
	position: absolute;
}
.flickity-syncer div{
}
.flickity-syncer img{
	width: 80px;
	height: 80px;
	padding: 10px 5px;
}
/*	menu start	*/
.menu1, .menu2, .menu3, .menu4, .menu5,
 .menu6, .menu7, .menu8, .menu9, .menu10,
 .menu11, .menu12, .menu13, .menu14 {
	width: 80px;
	height: 80px;
	padding: 10px 5px;
}
.menu1 {
	background: no-repeat center/80px url(../images/menu_home.png);
}
.menu2 {
	background: no-repeat center/80px url(../images/menu_news.png);
}
.menu3 {
	background: no-repeat center/80px url(../images/menu_menu.png);
}
.menu4 {
	background: no-repeat center/80px url(../images/menu_price.png);
}
.menu5 {
	background: no-repeat center/80px url(../images/menu_about.png);
}
.menu6 {
	background: no-repeat center/80px url(../images/menu_flow.png);
}
.menu7 {
	background: no-repeat center/80px url(../images/menu_gallery1.png);
}
.menu8 {
	background: no-repeat center/80px url(../images/menu_qanda.png);
}
.menu9 {
	background: no-repeat center/80px url(../images/menu_info.png);
}
.menu10 {
	background: no-repeat center/80px url(../images/menu_access.png);
}
.menu11 {
	background: no-repeat center/80px url(../images/menu_mail.png);
}
.menu12 {
	background: no-repeat center/80px url(../images/menu_privacy.png);
}
.menu13 {
	background: no-repeat center/80px url(../images/menu_sitemap.png);
}
.menu14 {
	background: no-repeat center/80px url(../images/menu_tel.png);
}

@media screen and (max-width:375px) {
	.menu1, .menu2, .menu3, .menu4, .menu5,
	.menu6, .menu7, .menu8, .menu9, .menu10,
	.menu11, .menu12, .menu13, .menu14 {
		width: 65px;
		height: 65px;
		background-size: 65px;
	}
}
@media screen and (max-width:320px) {
	.menu1, .menu2, .menu3, .menu4, .menu5,
	.menu6, .menu7, .menu8, .menu9, .menu10,
	.menu11, .menu12, .menu13, .menu14 {
		width: 60px;
		height: 60px;
		background-size: 60px;
	}
}
/*	menu end	*/
#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: #761c18;
	border-right: 3px solid #2d8c36;
	border-left: 3px solid #2d8c36;
	box-sizing: border-box;
}
#info .intro_close{
	background-color:rgba(255,255,255,1.00);
}
/*news*/
#news{
	background-image: url(../images/bg1.jpg);
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#news #news_title{
	text-align: center;
	margin-bottom: 20px;
	background-image: url(../images/bg1.jpg);
}
#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: #3a2b23;
	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: #761c18;
	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: #761c18;
	text-align: center;
	color:#fff;
	padding-bottom: 10px;
}
footer #qrcode{
	padding: 20px 0;
	text-align: center;
}
footer #qrcode img{
	width: 50%;
}
footer #copyright{
	margin-top:20px;
	font-size: 14px;
}
.clearfix:after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.linkStyle {
	color:#000000;
}
canvas{width:20vh;height:20vh;padding:2vh;background-color:#fff;}
@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;
}
}