@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: 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: #0BA29A;
}
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: 960px;
	margin: 0 auto 30px;
	padding-top: 100px;
}
header h1 {
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

header .contact {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
header .contact a {
	display: block;
	padding: 20px;
	color: #FFF;
	background: #CACF0E;
}

/* ハンバーガーメニュー */
#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: 30px;
	height: 34px;
	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;
	border-bottom: 2px solid #0BA29A;
}
#pc-nav li a:hover {
	border-bottom: 2px solid #999;
}

#main{
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	color: #333;
}
#main.page {	
	background: #DDD;
}
#main .content {
	max-width: 900px;
	width: 96%;
	background: #FFF;
	margin: 0 auto 30px;
	padding: 30px;
}
#main .content h2 {
	border-bottom: 2px dotted #0BA29A;
	width: 90%;
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 1.5em;
	font-weight: normal;
	color: #0BA29A;
	text-align: left;
}
#main .content h3 {
	border-bottom: 1px dotted #999;
	padding: 0 0 10px;
	margin: 0 auto 10px;
	font-size: 1.1em;
	text-align: left;
}
#main .content a {
	text-decoration: underline;
}
#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;
}
footer {
	height: 120px;
	bottom: 0px;
	position: absolute;
	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 .tel {
	float: left;
	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/free.gif);
	}

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

footer .upper li:before {
	font-family: "FontAwesome";
	content: "\f192";
	padding-right: 3px;
}
footer .upper .uniho {
	float: right;
	padding-top: 15px;
}
footer .bottom {
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
	background: #666;
	color: #FFF;
}
footer .bottom div {
	width: 100%;
	margin: 0 auto;
}
footer .bottom small {
	float: left;
	padding-left: 80px;
}
footer .bottom ul {
	float: right;
	padding-right: 80px;
	font-size: .8em;
}
footer .bottom li {
	display: inline;
	margin-left: 10px;
}
footer .bottom li a:before {
	font-family: "FontAwesome";
	content: "\f138";
	padding-right: 5px;
}
footer .bottom a {
	color: #FFF;
}
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%;
}

header h1 {
	width: 30%;
}

#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 .uniho {
	padding-left: 1%;
	padding-right: 1%;
}
footer .menu li {
	padding: 5px 1%;
}
footer .bottom small {
	padding-left: 8%;
}
footer .bottom ul {
	padding-right: 8%;
}
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.3em;
}
#main .top,
#main section {
	width: 96%;
}
footer .menu li a {
	padding: 2px 2px;
}

footer .upper .tel,
footer .upper .uniho {
	padding-left: 1%;
	padding-right: 1%;
}
footer .upper .tel {
	width: 65%;
	font-size: .8em;
}
footer .upper .tel strong {
	font-weight: normal;
}
footer .upper .tel dd {
	width: 100%;
}
footer .upper ul {
	font-size: .65em;
}

footer .upper .uniho {
	width: 19%;
}
footer .bottom small,
footer .bottom ul {
	float: none;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
}

@media screen and (max-width: 640px) {
header .contact,
#pc-nav {
	display: none;
}

header {
	padding-top: 30px;
}
header h1 {
		width: 100%;
		text-align: center;
		
	}
header h1 img{
	width: 120px;
}

#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: -500px;
	background: #FFF;
	width: 100%;
	text-align: center;
	padding: 75px 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;
}
/* #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;
}
footer #breadcrumb li{
	font-size: .8em;
}
footer .menu li a {
	padding: 5px 3px;
}
}

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

header h1 {
	width: 250px;
	font-size: .8em;
	margin: 0 auto 30px;
	float: none;
}

header h1 img {
	display: block;
	margin: 0 auto;
}
#main .content {
	padding: 10px;
}
#main aside {
	width: 96%;
}
footer .menu li a {
	padding: 5px 5px;
}
footer .upper .tel, footer .upper .uniho {
	padding-left: 10%;
	padding-right: 10%;
	width: 100%;
	margin-left: 0;
}
footer .upper .uniho {
	text-align: center;
}
footer {
	position: inherit;
	}
footer .bottom {
	background: rgba(0,112,53,1.00);
	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: 320px) {
header .campaign,
header .reservation {
	width: 90%;
}
}
