@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OPTIMA.ttf') format('ttf'), url('../fonts/OPTIMA.woff') format('woff');
    }
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NotoSerifJP-Regular.otf') format('otf'), url('../fonts/NotoSerifJP-Regular.woff') format('woff');
    }
body {
	width: 100%;
	min-width: 1300px;
	position: relative;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	color: #73716d;
	letter-spacing: .05em;
	-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: #73716d;
	letter-spacing: .05em;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover span{
	opacity: .5;
	transition: all 0.6s ease-in-out 0s;
}
.en{
	font-family: 'Optima';
}
.min{
    font-family: 'Noto Serif JP', serif;
}
/* ==================================
header
=====================================*/
.header_inner {
	width: 100%;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
}
.header_inner .header_content{
	max-width: 1300px;
	margin: auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_inner h1{
	flex: 0 0 auto;
}
.header_inner h1 img {
	display: block;
	width: 127px;
}
.header_inner h1 a{
	display: block;
	width: 100%;
}
header .menu ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .menu ul li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 65px;
}
header .menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 0 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: #959188;
	position: relative;
}
header .menu ul li:last-child a{
	color: #fff;
	letter-spacing: .1em;
	background: #6d786d url("../img/bg_gr.png");
	padding: 0 30px 0 20px;
	margin-left: 10px;
}
header .menu ul li:last-child a::after{
    position: absolute;
    top: 45%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 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: #666463;
    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: #6d786d url("../img/bg_gr.png");
	color: #fff;
	padding: 40px 0 30px;
}
.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;
	max-width: 1200px;
	margin: 0 auto 50px;
}
.footer_content .logo{
	width: 154px;
	margin-bottom: 20px;
}
.footer_content .reservation .ft_tel{
	font-size: 28px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.footer_content .reservation .ft_tel span{
	font-size: 16px;
}
.footer_content .reservation .ft_btn{
	width: 280px;
	line-height: 45px;
	text-align: center;
}
.footer_content .reservation .ft_btn a{
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: .2em;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
}
.footer_content .reservation .ft_btn a::after{
    position: absolute;
    top: 40%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer_content .ft_ttl{
	font-size: 20px;
}
.footer_content .address .ft_txt{
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 10px;
}
.footer_content .address .ft_map iframe{
	display: block;
	width: 400px;
	height: 238px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.footer_content .ft_menu .ft_menu_wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_content .ft_menu .ft_menu_wrap ul:first-child{
	margin-right: 65px;
}
.footer_content .ft_menu .ft_menu_wrap ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: .025em;
	padding-bottom: 20px;
	position: relative;
}
.footer_content .ft_menu .ft_menu_wrap ul li a::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #edebe6;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.footer_content .ft_menu .ft_menu_wrap ul:last-child li:last-child a::before{
	display: none;
}
.footer_content .ft_menu .ft_menu_wrap ul li a img{
	width: 18px;
}

.footer_bottom,
.footer_bottom a{
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.footer_bottom .insta{
	width: 20px;
	margin: 0 auto 5px;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
		font-size: 15px;
		line-height: 1.8;
	}
	/*header
	========================================*/
	.header_inner {
		background: none;
	}
	.header_inner h1 {
		display: none;
	}
	.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: #DADCDB;
		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: #73716d;
	}
	.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(255, 255, 255, 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;
	}
	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: 18px;
		text-align: center;
		padding: 20px 0;
		box-sizing: border-box;
	}
	header .menu ul li:last-child a{
		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: 90%;
		margin: 0 auto 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer_content .logo{
		margin: 0 auto 10px;
	}
	.footer_content .reservation{
		margin-bottom: 30px;
	}
	.footer_content .reservation .ft_tel{
		text-align: center;
		margin-bottom: 10px;
	}
	.footer_content .reservation .ft_tel a{
		color: #fff;
	}
	.footer_content .reservation .ft_btn{
		width: 80%;
		margin: auto;
	}
	.footer_content .address{
		width: 100%;
	}
		.footer_content .address .ft_map iframe{
		width: 100%;
	}
	.footer_content .ft_menu .ft_menu_wrap{
		display: none;
	}
	.footer_bottom{
		width: 90%;
		margin: auto;
	}
	.footerArea {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 45px;
		overflow: hidden;
		z-index: 10;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 50%;
		float: left;
		color: #fff;
		background: rgba(115,113,109,.9);
		text-align: center;
		font-size: 16px;
		line-height: 45px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	.footerArea a:last-child {
		border-right: 0;
	}
	.footerArea a span {
		font-size: 13px;
	}
}
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none !important;
	}
}
