/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="email"],
input[type="submit"],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/*-----------------------------------------------------------------------------
Firefoxの右側スクロールバーの表示
Firefox上でコンテンツの高さがウィンドウの高さより短い場合に表示位置がずれる現象を解消
-----------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}

/* *{border-style:none;} */

img {
	border-style: none;
	vertical-align: top;
}

/*-----------------------------------------------------------------------------
フロート操作によるボックスの高さ調整
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-Mac */

/*--- common ----------------------------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	zoom: 1;
}


html {
	overflow: auto;
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body {
	margin: 0 !important;
	padding: 0 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #333;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
}

strong {
	font-weight: bold;
}

.spectral-font {
	font-family: 'Spectral', serif;
}

/* テキストリンク
=========================================================================*/
a {
	color: #333;
	text-decoration: underline;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}

a:visited {
	color: #333;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

a.opacity:hover {
	text-decoration: none;
	color: #333;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

a img {
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}

a img:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

/* IEバグ対策
=========================================================================*/
input,
label,
select {
	vertical-align: middle;
}

input,
button,
textarea,
select {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

@media all and (-ms-high-contrast:none) {

	/* IE11 */
	*::-ms-backdrop,
	body,
	input,
	button,
	textarea,
	select {
		font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/* 画像サイズ
=========================================================================*/
img {
	width: 100%
}

/* ページ共通
=========================================================================
=========================================================================*/
.sp {
	display: none
}

.pc {
	display: block
}

/* ローディング画面
=========================================================================
=========================================================================*/
#loader_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 100;

}

#loader_bg .loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
	fill: #715c4f;
}

/* ヘッダー
=========================================================================
=========================================================================*/
header {
	overflow: hidden;
	position: relative;
	width: 800px;
	height: 180px;
	margin: 0 auto;
	padding: 0 7px;
	background: #FFF;
}

/* ロゴ
-----------------------------------------------------------*/
#header {}

#header h1 a {
	display: block;
	width: 154px;
	height: 33px;
	margin: 95px 0 0 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/logo.svg) center center no-repeat;
	background-size: 100% auto;
}

/* グローバルナビ
-----------------------------------------------------------*/
nav#global {
	display: block;
	position: absolute;
	top: 100px;
	right: 7px;
	height: 12px;
	margin: 0;
	padding: 0;
}

ul.g_navi {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

ul.g_navi li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Spectral', serif;
	font-size: 15px;
	font-size: 1.5rem;
}

ul.g_navi li a {
	text-decoration: none;
}

ul.g_navi li a.about {
	/* ABOUT */
	display: block;
	margin-right: 40px;
}

ul.g_navi li a.dining {
	/* DINING */
	display: block;
	margin-right: 40px;
}

ul.g_navi li a.living {
	/* LIVING */
	display: block;
	margin-right: 40px;
}

ul.g_navi li a.access {
	/* ACCESS */
	display: block;
	margin-right: 40px;
}

ul.g_navi li a.blog {
	/* BLOG */
	display: block;
	margin-right: 40px;
}

ul.g_navi li a.contact {
	/* CONTACT */
	display: block;
}

ul.g_navi li a.invalid {
	pointer-events: none;
	opacity: .3;
	-webkit-opacity: .3;
	-moz-opacity: .3;
}

/* フッター
=========================================================================
=========================================================================*/
footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	background: #FFF;
	text-align: center;
}

/* Instagramリンク */
footer .button_instagram {
	display: inline-block;
	text-decoration: underline;
	margin: 0 auto 70px;
	font-family: 'Spectral', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}

footer .button_instagram .hush {
	font-weight: 200;
	font-style: normal;
}

/* コピーライト表記 */
footer .copyright {
	margin: 0 auto;
	font-family: 'Spectral', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 15px;
	font-size: 1.5rem;
}

footer .copyright .small {
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
}





/*  デスクトップ&タブレット（741px〜979px）
=========================================================================
=========================================================================*/
@media (max-width:979px) {

	/* ヘッダー
	=========================================================================
	=========================================================================*/
	header {
		width: 100%;
		height: 115px;
		padding: 0;
	}

	/* ロゴ
	-----------------------------------------------------------*/
	#header h1 a {
		width: 132px;
		height: 29px;
		margin: 55px auto 0;
	}

	/* グローバルナビ
	-----------------------------------------------------------*/
	.header_menu {
		position: absolute;
		right: 0;
		top: 30px;
		cursor: pointer;
		z-index: 99;
	}

	.icon-animation {
		width: 38px;
		height: 30px;
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 98;
	}

	/* メニューボタン */
	.icon-animation span {
		width: 20px !important;
		height: 1px;
		display: block;
		background: #434343;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -10px;
	}

	.icon-animation span {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: translateY(0px) !important;
		-ms-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}

	.icon-animation .top {
		margin-top: -5px;
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}

	.icon-animation .bottom {
		margin-top: 5px;
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}

	.icon-animation.is-open .middle {
		background: rgba(255, 255, 255, 0);
	}

	.icon-animation.is-open .top {
		-webkit-transform: rotate(-405deg) !important;
		-ms-transform: rotate(-405deg) !important;
		transform: rotate(-405deg) !important;
		margin-top: 0px;
		background: #000;
	}

	.icon-animation.is-open .bottom {
		-webkit-transform: rotate(405deg) !important;
		-ms-transform: rotate(405deg) !important;
		transform: rotate(405deg) !important;
		margin-top: 0px;
		background: #000;
	}

	/* メニュー閉じるボタン */
	.icon-close {
		width: 38px;
		height: 30px;
		display: block;
		position: absolute;
		right: 20px;
		top: 15px;
		z-index: 99;
	}

	/* グローバルナビ
	-----------------------------------------------------------*/
	nav#global {
		display: none;
		position: fixed;
		top: 115px;
		right: 0;
		width: 100%;
		height: 100%;
		padding: 30px 0 0 0;
		background-color: rgba(255, 255, 255, 0.9);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 99;
	}

	ul.g_navi {
		padding-top: 100px;
		width: 100%;
		z-index: 200;
		text-align: left;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	ul.g_navi li {
		display: block;
		padding: 0 0;
	}

	ul.g_navi li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 15px;
		text-align: center;
	}

	ul.g_navi li a.about {
		/* ABOUT */
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	ul.g_navi li a.dining {
		/* DINING */
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	ul.g_navi li a.living {
		/* LIVING */
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	ul.g_navi li a.access {
		/* ACCESS */
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	ul.g_navi li a.contact {
		/* CONTACT */
		width: 100%;
		height: auto;
		margin-right: 0;
	}


	/* フッター
	=========================================================================
	=========================================================================*/



}

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {

	/* ページ共通
	=========================================================================
	=========================================================================*/
	.sp {
		display: block
	}

	.pc {
		display: none
	}

	/* フッター
	=========================================================================
	=========================================================================*/
	footer {
		padding: 50px 0 22px;
	}

	/* #kanma instagram */
	footer a.button_instagram {
		display: inline-block;
		text-decoration: underline;
		margin: 0 auto 42px;
		font-family: 'Spectral', serif;
		font-weight: 500;
		font-style: italic;
		font-size: 15px;
		font-size: 1.5rem;
	}

	footer a.button_instagram .hush {
		font-family: 'Spectral', serif;
		font-weight: 200;
		font-style: normal;
	}

	/* Instagramリンク */
	footer .button_instagram {
		margin: 0 auto 40px;
	}

	/* コピーライト表記 */
	footer .copyright {
		font-size: 15px;
		font-size: 1.5rem;
	}

	footer .copyright .small {
		font-size: 12px;
		font-size: 1.2rem;
	}




}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {}
