@charset "UTF-8";


#wrapper {
	width: 100%;
	height: 100%;
}
h3,p,dl dt,dl dd,ul li {
	font-family: TBUDGothic R, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}





/* -----------------------------------------------------------ここからPC----------------------------------------------------------- */
@media screen and (min-width: 1000px) {
/* ヘッダー */
#linkBtn {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
}
nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 4;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
nav ul {
	padding: 0 20px 0 20px;
}
nav ul li {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}
nav ul li a {
	color: #000 !important;
}
nav ul li a:hover {
	text-decoration: underline;
}
#reserve {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
}
#reserve a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #745634;
  background: #745634;
  color: #fff;
  overflow: hidden;
 	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#reserve a:hover {
  color: #745634;
}
#reserve a::before,#reserve a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#reserve a,#reserve a::before,#reserve a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#reserve a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
#reserve a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contact {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
}
#contact a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #292929;
  background: #292929;
  color: #fff;
  overflow: hidden;
 	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#contact a:hover {
  color: #292929;
}
#contact a::before,#contact a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#contact a,#contact a::before,#contact a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contact a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
#contact a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#reserve a,#contact a {
	color: #ffffff;
	font-size: 90%;
	line-height: 160%;
}
#spMenu {
	width: 100px;
	height: 100px;
	background: #000000;
	position: fixed;
	top: 0;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.opacity {
	opacity: 0.8;
}

/* ハンバーガーCSSここから */
.tcon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.tcon > * {
	display: block;
}
.tcon:hover, .tcon:focus {
	outline: none;
}
.tcon::-moz-focus-inner {
	border: 0;
}
.tcon-menu__lines {
	display: inline-block;
	/* height: 5.71429px; */
	height: 4px;
	width: 40px;
	/* border-radius: 2.85714px; */
	transition: 0.3s;
	background: #ffffff;
	position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	display: inline-block;
	/* height: 5.71429px; */
	height: 4px;
	width: 40px;
	/* border-radius: 2.85714px; */
	transition: 0.3s;
	background: #ffffff;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
}
.tcon-menu__lines::before {
	top: 10px;
}
.tcon-menu__lines::after {
	top: -10px;
}
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}
.tcon-menu--xcross {
	width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	background: transparent;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 40px;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/* コンテンツ */
#contents {
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
	margin: 0 auto;
}
#contents {
	padding: 0 30px;
}
.webfont {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	letter-spacing: -0.04em;
	font-size: 300%;
	line-height: 45px;
}
.button {
	display: inline-block;
	text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.button:hover {
  color: #000;
}
.button::before,.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,.button::before,.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.buttonL {
	width: 200px;
	height: 50px;
	font-size: 95%;
	line-height: 50px;
}
.buttonS {
	width: 140px;
	height: 30px;
	font-size: 90%;
	line-height: 30px;
}
.button2 {
	display: inline-block;
	text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  overflow: hidden;
 	width: 200px;
	height: 50px;
	font-size: 95%;
	line-height: 50px;
}
.button2:hover {
  color: #745634;
}
.button2::before,.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,.button2::before,.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.texts {
	color: #4c4c4c;
	font-size: 90%;
	line-height: 160%;
}


/* アクセス */
#access {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#accessL {
	width: 67%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
	padding: 40px;
}
#accessL h2 {
	margin: 0 0 15px;
}
#accessL h2 br {
	display: none;
}
#name {
	font-size: 120% !important;
	line-height: 110% !important;
}
#name br {
	display: none;
}
#tel {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180% !important;
	line-height: 110% !important;
	font-weight: bold;
	margin: 10px 0 8px;
}
#accessR {
	width: 33%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	padding: 40px;
}
#accessR iframe {
/* max-width: 960px; */ /* 最大幅 */
/* min-width: 300px; */ /* 最小幅 */
/* margin: 2.0833% auto; */
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/* マップ */
#map {
	width: 100%;
	height: 500px;
	background: grey;
	margin: 15px 0;
}


/* フッター */
footer {
	width: 100%;
	background: #f5f5f5;
	padding: 115px 0 70px;
	border-bottom: 30px #ffffff solid;
}
footer ul {
	width: 253px;
	margin: 0 auto;
}
footer ul li {
	margin: 0 0 130px;
	opacity: 1.0;
	line-height: 0;
}
footer ul li:hover {
	opacity: 0.5 !important;
}
#facebookBtn {
	width: 64px;
	margin-right: 32px;
	float: left;
}
#instagramBtn {
	width: 63px;
	float: left;
}
#blogBtn {
	width: 64px;
	float: right;
}
#copy {
	font-size: 85%;
	text-align: center;
	color: #666666;
}


/* ロード */
#wrap_loading {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 30px white solid;
	z-index: 2;
}
#loadBg {
	width: 100%;
	height: 100%;
	background-color: black;
}
#logo2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#logo2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: cover;
	width: 420px;
	height: 380px;
	margin: -190px 0 0 -210px;
}
}





/* -----------------------------------------------------------ここからタブレット----------------------------------------------------------- */
@media screen and (max-width: 999px) and (min-width: 768px) {
/* ヘッダー */
#linkBtn {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
}
nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 4;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
nav ul {
	padding: 0 20px 0 20px;
}
nav ul li {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}
nav ul li a {
	color: #000 !important;
}
nav ul li a:hover {
	text-decoration: underline;
}
#reserve {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
}
#reserve a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #745634;
  background: #745634;
  color: #fff;
  overflow: hidden;
 	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#reserve a:hover {
  color: #745634;
}
#reserve a::before,#reserve a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#reserve a,#reserve a::before,#reserve a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#reserve a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
#reserve a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contact {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
}
#contact a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #292929;
  background: #292929;
  color: #fff;
  overflow: hidden;
 	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#contact a:hover {
  color: #292929;
}
#contact a::before,#contact a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#contact a,#contact a::before,#contact a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contact a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
#contact a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#reserve a,#contact a {
	color: #ffffff;
	font-size: 90%;
	line-height: 160%;
}
#spMenu {
	width: 100px;
	height: 100px;
	background: #000000;
	position: fixed;
	top: 0;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.opacity {
	opacity: 0.8;
}

/* ハンバーガーCSSここから */
.tcon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.tcon > * {
	display: block;
}
.tcon:hover, .tcon:focus {
	outline: none;
}
.tcon::-moz-focus-inner {
	border: 0;
}
.tcon-menu__lines {
	display: inline-block;
	/* height: 5.71429px; */
	height: 4px;
	width: 40px;
	/* border-radius: 2.85714px; */
	transition: 0.3s;
	background: #ffffff;
	position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	display: inline-block;
	/* height: 5.71429px; */
	height: 4px;
	width: 40px;
	/* border-radius: 2.85714px; */
	transition: 0.3s;
	background: #ffffff;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
}
.tcon-menu__lines::before {
	top: 10px;
}
.tcon-menu__lines::after {
	top: -10px;
}
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}
.tcon-menu--xcross {
	width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	background: transparent;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 40px;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
} 
.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/* コンテンツ */
#contents {
	width: 100%;
	max-width: 1600px;
	background: #ffffff;
	box-sizing: border-box;
	margin: 0 auto;
}
#contents {
	padding: 0 20px;
}
.webfont {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	letter-spacing: -0.04em;
	font-size: 300%;
	line-height: 45px;
}
.button {
	display: inline-block;
	text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.button:hover {
  color: #000;
}
.button::before,.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,.button::before,.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.buttonL {
	width: 200px;
	height: 50px;
	font-size: 95%;
	line-height: 50px;
}
.buttonS {
	width: 140px;
	height: 30px;
	font-size: 90%;
	line-height: 30px;
}
.button2 {
	display: inline-block;
	text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  overflow: hidden;
 	width: 200px;
	height: 50px;
	font-size: 95%;
	line-height: 50px;
}
.button2:hover {
  color: #745634;
}
.button2::before,.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,.button2::before,.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.texts {
	color: #4c4c4c;
	font-size: 90%;
	line-height: 160%;
}


/* アクセス */
#access {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
}
#accessL {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 30px;
}
#accessL h2 {
	margin: 0 0 15px;
}
#accessL h2 br {
	display: none;
}
#name {
	font-size: 120% !important;
	line-height: 110% !important;
}
#name br {
	display: none;
}
#tel {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180% !important;
	line-height: 110% !important;
	font-weight: bold;
	margin: 10px 0 8px;
}
#accessR {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 0 20% 50px;
}
#accessR img {
	width: 100%;
	height: auto;
}
#accessR iframe {
/* max-width: 960px; */ /* 最大幅 */
/* min-width: 300px; */ /* 最小幅 */
/* margin: 2.0833% auto; */
}
.googlecal {
/* width: 60% !important; */
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/* マップ */
#map {
	width: 100%;
	height: 500px;
	background: grey;
	margin: 15px 0;
}


/* フッター */
footer {
	width: 100%;
	background: #f5f5f5;
	padding: 115px 0 70px;
	border-bottom: 20px #ffffff solid;
}
footer ul {
	width: 253px;
	margin: 0 auto;
}
footer ul li {
	margin: 0 0 130px;
	opacity: 1.0;
	line-height: 0;
}
footer ul li:hover {
	opacity: 0.5 !important;
}
#facebookBtn {
	width: 64px;
	margin-right: 32px;
	float: left;
}
#instagramBtn {
	width: 63px;
	float: left;
}
#blogBtn {
	width: 64px;
	float: right;
}
#copy {
	font-size: 85%;
	text-align: center;
	color: #666666;
}


/* ロード */
#wrap_loading {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 20px white solid;
	z-index: 2;
}
#loadBg {
	width: 100%;
	height: 100%;
	background-color: black;
}
#logo2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#logo2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: cover;
	width: 210px;
	height: 190px;
	margin: -95px 0 0 -105px;
}
}





/* -----------------------------------------------------------ここからスマホ----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* ヘッダー */
#linkBtn {
	width: 70px;
	height: 70px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
}
nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 4;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
nav ul {
	padding: 0 20px 0 20px;
}
nav ul li {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}
nav ul li a {
	color: #000 !important;
}
nav ul li a:hover {
	text-decoration: underline;
}
#reserve {
	width: 70px;
	height: 70px;
	text-align: center;
	float: left;
}
#reserve a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #745634;
  background: #745634;
  color: #fff;
  overflow: hidden;
 	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#reserve a:hover {
  color: #745634;
}
#reserve a::before,#reserve a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#reserve a,#reserve a::before,#reserve a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#reserve a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
#reserve a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contact {
	width: 70px;
	height: 70px;
	text-align: center;
	float: left;
}
#contact a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #292929;
  background: #292929;
  color: #fff;
  overflow: hidden;
 	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#contact a:hover {
  color: #292929;
}
#contact a::before,#contact a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#contact a,#contact a::before,#contact a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contact a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
#contact a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#reserve a,#contact a {
	color: #ffffff;
	font-size: 70%;
	line-height: 160%;
	font-weight: bold;
}
#spMenu {
	width: 70px;
	height: 70px;
	background: #000000;
	position: fixed;
	top: 0;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

/* ハンバーガーCSSここから */
.tcon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.tcon > * {
	display: block;
}
.tcon:hover, .tcon:focus {
	outline: none;
}
.tcon::-moz-focus-inner {
	border: 0;
}
.tcon-menu__lines {
	display: inline-block;
	/* height: 5.71429px; */
	height: 4px;
	width: 40px;
	/* border-radius: 2.85714px; */
	transition: 0.3s;
	background: #ffffff;
	position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	display: inline-block;
	/* height: 5.71429px; */
	height: 4px;
	width: 40px;
	/* border-radius: 2.85714px; */
	transition: 0.3s;
	background: #ffffff;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
}
.tcon-menu__lines::before {
	top: 10px;
}
.tcon-menu__lines::after {
	top: -10px;
}
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}
.tcon-menu--xcross {
	width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	background: transparent;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 40px;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
} 
.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/* コンテンツ */
#contents {
	width: 100%;
	max-width: 1600px;
	background: #ffffff;
	box-sizing: border-box;
	margin: 0 auto;
}
#contents {
	padding: 0 20px;
}
.webfont {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	letter-spacing: -0.04em;
	font-size: 200%;
	line-height: 110%;
	text-align: center !important;
}
.button {
	display: inline-block;
	text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.button:hover {
  color: #000;
}
.button::before,.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,.button::before,.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.buttonL {
	width: 200px;
	height: 50px;
	font-size: 95%;
	line-height: 50px;
}
.buttonS {
	width: 140px;
	height: 30px;
	font-size: 90%;
	line-height: 30px;
}
.button2 {
	display: inline-block;
	text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  overflow: hidden;
 	width: 200px;
	height: 50px;
	font-size: 95%;
	line-height: 50px;
}
.button2:hover {
  color: #745634;
}
.button2::before,.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,.button2::before,.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.texts {
	color: #4c4c4c;
	font-size: 90%;
	line-height: 160%;
}


/* アクセス */
#access {
	width: 100%;
	margin: 20px 0 0;
}
#accessL {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 40px 20px 40px;
}
#accessL h2 {
	margin: 0 0 20px;
}
#name {
	font-size: 120% !important;
	line-height: 110% !important;
	text-align: center;
}
#tel {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180% !important;
	line-height: 110% !important;
	font-weight: bold;
	margin: 10px 0 8px;
	text-align: center;
}
#accessR {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 0px 20px 60px;
}
#accessR img {
	width: 100%;
	height: auto;
}
#accessR iframe {
/* max-width: 960px; */ /* 最大幅 */
/* min-width: 300px; */ /* 最小幅 */
/* margin: 2.0833% auto; */
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/* マップ */
#map {
	width: 100%;
	height: 500px;
	background: grey;
	margin: 20px 0;
}


/* フッター */
footer {
	width: 100%;
	background: #f5f5f5;
	padding: 115px 0 70px;
	border-bottom: 20px #ffffff solid;
}
footer ul {
	width: 253px;
	margin: 0 auto;
}
footer ul li {
	margin: 0 0 130px;
	opacity: 1.0;
	line-height: 0;
}
footer ul li:hover {
	opacity: 0.5 !important;
}
#facebookBtn {
	width: 64px;
	margin-right: 32px;
	float: left;
}
#instagramBtn {
	width: 63px;
	float: left;
}
#blogBtn {
	width: 64px;
	float: right;
}
#copy {
	font-size: 85%;
	text-align: center;
	color: #666666;
	padding: 0 20px;
}


/* ロード */
#wrap_loading {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 20px white solid;
	z-index: 2;
}
#loadBg {
	width: 100%;
	height: 100%;
	background-color: black;
}
#logo2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#logo2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: cover;
	width: 210px;
	height: 190px;
	margin: -95px 0 0 -105px;
}
}




