@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif, Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
}
* html body {
	font-size: 88%;
}
div, ol, ul, dl, form, figure {
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
em {
	font-style: normal;
	font-weight: bold;
}
th, td {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #483428;
}
a:hover {
	opacity: .8;
}
a img {
	border: none;
}
sup {
	font-size: .6em;
}
li {
	list-style-type: none;
}
img {
	border: 0px;
	vertical-align: bottom;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.clearfix:after,
footer .upper:after,
footer .bottom:after,
article > .banner:after {
	content: "";
	clear: both;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
* html #contents {
	height: 100%;
}
body > #contents {
	height: auto;
}
#contents {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 100%
}

header {
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 75px;
	position: fixed;
	background: #FFF;
	min-height: 96px;
	z-index: 10;
}
header h1 a{
	color: #FFF;
	background: #483454;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	line-height: 1.3;
	font-weight: normal;
	padding: 5px 10px 8px;
}
header h1 a strong{
	letter-spacing: .3em;
	font-size: 23px;
	display: block;
	margin-bottom: 3px;
}
header .right-side {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: baseline;
}
header .right-side .outline{
	margin: 10px;
}
header .right-side .outline a { 
	padding: 10px;
	border: 1px dashed #666;
	display: block;
}
header .right-side .contact {
	display: block;
}
header .right-side .contact a {
	display: block;
	padding: 20px 10px;
	color: #FFF;
	background: #967A2A;
}
header .right-side .advance-notice {
	border: 1px solid #666;
	padding: 10px;
	margin: 10px 0 10px auto;
	text-align: center;
	display: block;
}


/* ハンバーガーメニュー */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
	display: none;
}
#top-head a, #top-head {
	color: #333;
	text-decoration: none;
}
#global-nav ul {
	display: table;
	border-collapse: separate;
	width: 90%;
	margin: 0 auto;
}
#global-nav li {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 30px;
	background: url(../img/icon.png) no-repeat left 8px;
	background-size: 28px;
	font-size: 1.3em;
	border-bottom: 1px dashed #666;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 39px;
	height: 43px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#pc-nav {
	max-width: 960px;
	width: 96%;
	margin: 0 auto;
}

#pc-nav ul {
	display: table;
	border-collapse: separate;
	width: 100%;
	
}
#pc-nav li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#pc-nav li a {
	display: block;
	padding: 10px;
	margin:  0 1%;
	color: #333;
}
#pc-nav li a:hover {
	border-bottom: 2px solid #CCC;
}

#main{
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	color: #333;
	padding-top: 130px;
}
#main.page {	
	background: #DDD;
}
#main .content {
	max-width: 1200px;
	width: 96%;
	background: #FFF;
	margin: 0 auto 30px;
	padding: 30px;
}

#main .content a {
	text-decoration: underline;
}
#main h2 {
	border-bottom: 1px dashed #848484;
	width: 100%;
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 1.5em;
	text-align: left;
	font-family: 'Merriweather', serif;
	color: #483454;
	letter-spacing: 5px;
}
#main h3 {
	width: 96%;
	max-width: 900px;
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 1.3em;
	text-align: left;
	font-family: 'Merriweather', serif;
	color: #56626B;
	letter-spacing: 2px;
}
#main h3::before {
	content: "●";
}
#main h4 {
	width: 96%;
	max-width: 900px;
	margin: 0 auto 15px;
	font-size: 1.2em;
	text-align: left;
	color: #483454;
	line-height: 1.6;
}
#main .top,
#main section {
	margin: 0 auto 50px;
}
#main aside {
	margin: 0 auto 30px;
	font-size: .9em
}
#main aside li:before {
	content: "※";
}

#main p strong {
	font-size: 1.3em;
	font-weight: normal;
}
#main .contact-banner a {
	display: block;
	margin: 50px auto;
	max-width: 750px;
	width: 96%;
	padding: 20px;
	color: #FFF;
	background: #AFB32B;
	text-align: center;
	font-size: 2em;
	text-decoration: none;
	border-radius: 10px;
}
#main .banner-bottom {
	margin: 30px auto;
	text-align: center;
	width: 96%;
	}
#main .pagetop {
	text-align: right;
}
#main .pagetop i {
	font-size: 2em;
}
#main .pagetop a{
	display: block;
	background: #EAECB0;
	text-align: center;
	width: 85px;
	padding: 15px 5px;
	margin: 30px 0 30px auto;
	text-decoration: none;
}
footer {
	bottom: 0px;
	width: 100%;
	background: #FFF;
}
footer #breadcrumb {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
footer #breadcrumb li{
	display: inline-block;
	font-size: .9em;
}
footer #breadcrumb li::after{
	content: " ／";
}
footer #breadcrumb li:last-child::after{
	content: none;
}
footer hr {
	border-bottom: 0;
}
footer .upper {
	width: 960px;
	margin: 0 auto 10px;
}
footer .menu {
	margin-top: 5px;
	text-align: center;
	padding: 5px 20px 15px;
	font-size: .9em;
}
footer .menu li {
	display: inline-block;
	width: auto;
}
footer .menu li a {
	color: #2D0B02;
	padding: 5px 10px;
}
footer .upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .upper .tel {
	margin-right: 10px;
}
footer .upper .tel address {
	font-style: normal;
}
footer .upper .tel dt {
	padding-bottom: 5px;
	font-size: .9em;
}

footer .upper .tel dd {
	font-size: .8em;
}

footer .upper .tel dd strong {
	font-size: 2.8em;
	padding: 0 5px 0 0;
	display: inline-block;
}
footer .upper .tel dl dd:before {
	content: url("../img/freedial-2.png");
}

footer .upper address p {
	margin-top: 5px;
}

footer .upper li:before {
	font-family: "FontAwesome";
	content: "\f192";
	padding-right: 3px;
}
footer .upper .logo {
	padding-top: 15px;
	display: flex;
	justify-content: space-around;
}
footer .upper .logo dl {
	text-align: left;
}
footer .upper .logo dt {
	font-size: .8em;
	margin-bottom: 10px;
}
footer .footer-common {
	background: #EFEFEF;
	padding: 50px 0;
	margin-top: 50px;
}
footer .links {
  display: flex;
flex-wrap: wrap;
	justify-content: flex-start;
  max-width: 800px;
	width: 96%;
	margin: 0 auto;
	padding: 30px 0;
}
footer .links section {
	width: 50%;
	margin-bottom: 30px;
}
footer .links section h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
footer .links section ul {
 margin: 0 10px 30px;
}
footer .links section ul li {
  margin-bottom: 10px;
  padding-top: 3px;
}
footer .links section ul li a {
  color: #666;
}
footer .links section ul li a:hover {
  text-decoration: underline;
}
footer .links section ul li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #999;
  margin-right: 3px;
}
footer .links .area h4::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  margin-right: 5px;
}
footer .links .others h4::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c6';
  font-weight: 900;
  margin-right: 5px;
}
footer .sns {
	width: 100%;
	margin-top: 50px;
	border-top: 1px dashed #999;
}
footer .sns ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 500px;
	margin: 50px auto;
}
footer .bottom {
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}
footer .bottom small {
	padding: 10px;
	display: block;
}

footer .bottom ul {
	font-size: .8em;
	padding: 10px;
}
footer .bottom li {
	display: inline-block;
	padding-left: 10px;
}
footer .bottom li a:before {
	font-family: "FontAwesome";
	content: "\f138";
	padding-right: 5px;
}
footer .bottom a {
}
footer .button {
	display: none;
}
@media screen and (max-width: 960px) {
body {
	background: none;
}

#contents, header,
#main,
footer .menu,
footer .upper,
footer .bottom div {
	width: 100%;
}
#main h2 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#main .top,
#main section {
	width: 90%;
}
#main aside {
	width: 86%;
}
footer #breadcrumb {
	width: 100%;
	padding: 0 3%;
}
footer .upper {
	width: 100%;
}
footer .upper .tel, footer .upper .logo {
	width: 96%;
	margin: 0 auto ;
	text-align: center;
}
footer .menu li {
	padding: 5px 1%;
}

article > .banner {
	width: 98%;
}
}

@media screen and (max-width: 768px) {
#pc-nav li a {
	display: block;
	padding: 5px;
}

header .reservation {
	margin: 30px 20px 20px;
}

#main h2 {
	font-size: 1.2em;
}
#main .top,
#main section {
	width: 96%;
}
#main .contact-banner a {
	font-size: 1.5em;
}
footer .menu li a {
	padding: 2px 2px;
}



}

@media screen and (max-width: 640px) {
header {
	height: 70px;
	padding-top: 0;
}
header .right-side,
#pc-nav {
	display: none;
}

#top-head {
	width: 100%;
	padding: 0;
	display: inherit;
	background: url(../img/hamburger_bk.png) no-repeat top right;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	width: 100%;
	height: 43px;
	z-index: 999;
	position: relative;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -560px;
	background: #FFF;
	width: 100%;
	text-align: center;
	padding: 125px 0 5px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul li {
	display: block;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding: 15px 0;
	font-size: .8em;
}
#nav-toggle {
	display: block;
	background: #FFF;
	padding: 10px 5px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(500px);
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
}

header .campaign,
header .reservation {
	float: none;
	margin: 0 auto 30px;
	width: 300px;
}
header .reservation a {
	background: #11407F;
	padding: 10px 40px;
	width: 100%;
	display: block;
}
#main h2 {
	font-size: 1.1em;
	padding: 10px 3px;
}
#main aside {
	font-size: .8em;
}
#main .contact-banner a {
	font-size: 1.3em;
}
footer #breadcrumb li{
	font-size: .8em;
}
footer .menu li a {
	padding: 5px 3px;
}
footer {
	position: inherit;
	}
footer .bottom {
	padding-bottom: 70px;
}
footer .button {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	background: rgba(25,25,25,0.85);
	position: fixed;
	bottom: 0;
	width: 100%;
	}
footer .button a {
	color: #FFF;
	padding: 10px 30px;
	display: block;
	}
footer .button li {
		text-align: center;
	}
footer .button i{
	display: block;
	font-size: 1.5em;
}
	footer .button span {
		font-size: .8em;
	}
}

@media screen and (max-width: 480px) {
body {
	background: none;
}

#main .content {
	padding: 10px;
}
#main aside {
	width: 96%;
}
#main .contact-banner a {
	font-size: 1.2em;
}
footer .menu li a {
	padding: 5px 5px;
}
}
@media screen and (max-width: 420px) {
#main .contact-banner a {
	font-size: 1em;
}
footer .sns ul img {
		width: 30px;
		height: auto;
	}
}

@media screen and (max-width: 320px) {
header .campaign,
header .reservation {
	width: 90%;
}
}
