﻿@charset "UTF-8";
html {
	background-color: #E5E5E5;
	color: #606060;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:13px;
	letter-spacing: 0.1em;
}

h1 {
	text-align: left;
	font-size: 15px;
	padding: 6px ;
}


div.contentsall {
	width:910px;
	margin: 0 auto;
}

div.headerlogo {
	text-align: left;
	float: left;
	padding: 1.5em 0em 4em;
}
div.headermenu { /* メニューの位置・余白 */
	text-align: right;
	margin: 2em 0 3em 0em; /*↑→↓←*/
}

ul#navi, ul#navi * {
	font-size: 13px;
	font-weight: bold;
}

ul#navi {
	display: inline-block;
	list-style:none;
	margin:1.5em 0 0 0;
	padding:0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
ul#navi li {
	padding:0 0.5em;
	text-align: left;
}

ul#navi a {
	color:#848684; font-weight:bold;
	text-decoration:none;
	position: relative;
	transition: .3s;
}

ul#navi a:hover,
ul#navi a#current {
	text-decoration:none;
	color: #bbb;
}

.photo-show { /* 子要素のposition:absolute;を打ち消すために必要 */
	height: 700px;
	position:relative;
}

.photo-show img { 
	margin: 0 0 0 105px;
	animation: show 18s infinite;
	-webkit-animation: show 18s infinite;
	opacity: 0;
	position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/
@keyframes show {
	0% {opacity:0}
	5% {opacity:1}
	31% {opacity:1}
	40% {opacity:0}
 }

@-webkit-keyframes show {
	0% {opacity:0}
	5% {opacity:1}
	31% {opacity:1}
	40% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/
.photo-show img:nth-of-type(1) {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.photo-show img:nth-of-type(2) {
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
.photo-show img:nth-of-type(3) {
	animation-delay: 12s;
	-webkit-animation-delay: 12s;
}

.mainh1 {
	margin: 0 0 0 0;
}

/* 営業のご案内 */
div.info_businessday {
	margin: 2.5em 0 0 0;
}
div.infobizbox {
	font-family:'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	padding: 1em;
	text-align: left;
	line-height: 2em
}

/* お知らせ */
div.info_event {
	margin: 3em 0 0 0;
}
table.infoevebox {
	font-size: 13px;
	font-family:'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	border: 0;
	width: 80%;
	word-wrap: break-word;
}
td.infoeve_date {
	color: #999;
	width: 20%;
}

td.infoeve_cont {
	padding: 0.2em 0;
	line-height: 1.8em;
}

/* instagram */
div.insta {
	margin: 3em 0 0 0;
}

div.instagram {
	text-align: center;
}

img.instapic {
	display: inline-block;
	padding: 0.5em 0.3em;
	width: 150px;
	height: 150px;
}


div.footer {
	margin: 9em 0 0 0;
	font-size: 10px;
	text-align: left;
}

hr.footerline {
	border: 1px solid #e9e9e9;
}

.footermiddle {
	margin: 1.6em 0 0 1em;
	vertical-align:bottom;
}
.indexfooterfix{
	margin:3em 0 0 0 ;
}

.hanamizukilogo {
	width: 150px;
}

/* :::::::: 道案内 access.html ::::::::::::*/
.accessh1{
	margin: 0 0 0 1em;
}

.maparea {
	padding: 0.5em 1.5em;
}
img.mapimage {
	margin: 0 2em 0 0;
	float: left;
}
span.address {
	vertical-align:top;
	line-height: 2em;
}

.gmap_btn {
	min-width: 120px;
	display: inline-block;
	padding: 0.2em 1em;
	text-decoration: none;
	font-size: 14;
	/* color: #3795cf; */
	/* border: solid 2px #3795cf; */
	background: #6e97dd;
	color: white;
	border-radius: 3px;
	transition: .4s;
	text-align: center;
}

.gmap_btn:hover {
	background: #8bb7ff;
	color: white;
}

/* :::::::: メニュー menu.html ::::::::::::*/
.menuh1 {
	margin: 0 0 0 11em;
	font-weight: bold;
}

.menutable {
	margin: 1.5em 0 3em 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 500;
}
.menuname {
	font-weight: bold;
	padding: 0.3em 0 ;
	font-size: 14px;
}
.menuprice {
	text-align: right;
}
.menuexplan {
	padding: 0.2 1em 1.1em 2em;
	font-size: 12px;
}
.menuexplan2 {
	padding: 0.2 1em 0.7em 0;
	font-size: 12px;

}
.wdonly {
	display: inline-block;
	color: black;
}

/* ::::::::: こだわり sp.html :::::::::::::*/
img.spcatchcopy{
	margin: 2em 0 5em 0;
}

img.spphoto {

}

.spdesc {
	margin: 2em 1em 5em 1em;
	text-align: center;
}
