@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
@import url(https://db.onlinewebfonts.com/c/65399b43669efe1b0c09b7b17f5f2648?family=RotisSemiSans);
@font-face {font-family: "RotisSemiSans"; src: url("//db.onlinewebfonts.com/t/65399b43669efe1b0c09b7b17f5f2648.eot"); src: url("https://db.onlinewebfonts.com/t/65399b43669efe1b0c09b7b17f5f2648.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/65399b43669efe1b0c09b7b17f5f2648.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/65399b43669efe1b0c09b7b17f5f2648.woff") format("woff"), url("https://db.onlinewebfonts.com/t/65399b43669efe1b0c09b7b17f5f2648.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/65399b43669efe1b0c09b7b17f5f2648.svg#RotisSemiSans") format("svg"); }
body {
	width: 100%;
	min-width: 1200px;
	position: relative;
	font-family: 'RotisSemiSans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	color: #493f3c;
	letter-spacing: .05em;
	background: #e5e0dd;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
img {
	max-width: 100%;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1;
}
a,
a:link {
	color: #493f3c;
	letter-spacing: .05em;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover span{
	opacity: .5;
	transition: all 0.6s ease-in-out 0s;
}

/* ==================================
header
=====================================*/
.header_inner {
	width: 100%;
	margin: auto;
	position: fixed;
	z-index: 9999;
	background: #e5e0dd;
}
.header_inner h1 {
	position: absolute;
	top: 5px;
	left: 5vw;
	width: 90px;
}
.header_inner h1 img {
	display: block;
	padding: 6px;
    background: #fff;
    border-radius: 50%;
	box-sizing: border-box;
}
.header_inner h1 a{
	display: block;
	width: 100%;
}
.header_inner .header_content{
	width: 95%;
	margin: auto;
}
header .menu ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 45px;
	margin: auto;
}
header .menu ul li{
	border-right: 1px solid #ccc8c6;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .menu ul li:first-child{
	border-left: 1px solid #ccc8c6;
}
header .menu ul li a{
	display: block;
	font-size: 16px;
	padding: 0 20px;
}
/* floatMenu
=======================*/
.floatMenu ul{
	position: fixed;
	z-index: 9999;
    top: 15%;
    right: 0;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.floatMenu ul li{
	width: 35px;
    min-height: 130px;
	margin-bottom: 10px;
}
.floatMenu ul li a{
	background: #7D7370;
    color: #fff;
	font-size: 18px;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.floatMenu ul li.tel{
	width: 35px;
	min-height: auto;
}
.floatMenu ul li.tel a{
	background: none;
	padding: 0 7.5px;
	box-sizing: border-box;
}
/* main部分
=======================*/
.wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 200px;
}
/* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ==========================
footer 
=============================*/
.footer_inner {
	background: #bdb1ae;
	padding: 60px 0 10px;
}
.footer_content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto 50px;
}
.footer_content .logo{
	width: 100px;
}
.footer_content .ft_ttl{
	font-size: 20px;
}
.footer_content .address .ft_txt{
	margin-bottom: 5px;
}
.footer_content .address .ft_mail a{
	display: block;
	width: 100%;
	font-size: 13px;
	background: url("../img/ico_mail.png") no-repeat center left / 16px auto;
	padding-left: 20px;
}
.footer_content .opening .ft_hours{
	font-size: 20px;
}
.footer_content .opening .ft_txt{
	font-size: 13px;
}
.footer_content .reservation .ft_tel{
	font-size: 20px;
}
.footer_content .reservation .ft_btn{
	width: 180px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.footer_content .reservation .ft_btn a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	background: #7D7370;
}
.footer_bottom,
.footer_bottom a{
	font-size: 12px;
	text-align: center;
}
.footer_bottom .insta{
	width: 20px;
	margin: 0 auto 5px;
}

@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
		font-size: 14px;
		line-height: 1.8;
	}
	/*header
	========================================*/
	.header_inner {
		background: none;
	}
	.header_inner h1 {
		width: 72px;
	}
	.header_inner .header_content {
		width: 100%;
	}
	.header_inner .header_content nav ul {
		display: block;
	}
	header .menu_btn {
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 15px;
		right: 0;
		z-index: 99;
		box-sizing: border-box;
	}
	header .menu_btn span {
		display: block;
		width: 34px;
		height: 2px;
		background: #493f3c;
		border-radius: 5px;
		transition: all 0.3s;
		transform: rotate(0deg);
	}
	header .menu_btn span.middle {
		transform: translateY(6px);
	}
	header .menu_btn span.bottom {
		transform: translateY(12px);
	}
	.open header .menu_btn {
		display: block;
		line-height: 30px;
		text-align: center;
		z-index: 999;
	}
	.open header .menu_btn span {
		background: #493f3c;
	}
	.open header .menu_btn span.middle {
		background: rgba(255, 255, 255, 0);
	}
	.open header .menu_btn span.top {
		transform: rotate(-45deg) translate(-8px, 12px);
	}
	.open header .menu_btn span.bottom {
		transform: rotate(45deg) translate(9px, 5px);
	}
	header .menu_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(229, 224, 221, 0.9);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header .menu {
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}
	header .menu ul {
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 10% 0 0;
	}
	header .menu ul li {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	header .menu ul li.sp {
		font-size: 13px;
	}
	header .menu ul li a {
		display: block;
		font-size: 20px;
		width: 80%;
		margin: auto;
		padding: 20px 0;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	/*  .main
    =============================================  */
	.wrapper {
		padding-bottom: 80px;
	}
	/*footer
    ============================================*/
	.footer_inner{
		padding: 30px 0 50px;
	}
	.footer_content{
		width: 94%;
		margin: 0 auto 30px;
	}
	.footer_content .logo{
		display: none;
	}
	.footer_content .address{
		width: 49%;
	}
	.footer_content .opening{
		width: 49%;
	}
	.footer_content .reservation{
		width: 100%;
	}
	.footer_bottom{
		width: 90%;
		margin: auto;
	}
	.footer_bottom .insta{
		margin-bottom: 10px;
	}
	.footerArea {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 45px;
		overflow: hidden;
		z-index: 10;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 42.5%;
		float: left;
		color: #fff;
		background: #7D7370;
		text-align: center;
		font-size: 16px;
		line-height: 45px;
	}
	.footerArea a.tel{
		/*width: 15%;*/
		width: 20%;
		background: none;
	}
	.footerArea a.tel img{
		display: inline-block;
		width: 22px;
		vertical-align: middle;
	}
	.footerArea a.line {
		box-sizing: border-box;
		/*border-right: 1px solid #ccc8c6;*/
		width: 80%;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none !important;
	}
}
