@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: 14px;
    color: #333;
    line-height: 1.3;
	background: url(../img/wallpaper-back.png);
}
* 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;
}
a:hover {
    opacity: .8;
}
a img {
    border: none;
}
sup {
    font-size: .6em;
}
li {
    list-style-type: none;
}
img {
    border: 0px;
    vertical-align: bottom;
}
.clearfix:after, footer .upper:after, footer .bottom:after, article > .banner:after {
	content: "";
	clear: both;
	display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}
* 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%;
    background: url(../img/wallpaper-top.png) repeat-x top ;
    padding: 15px 0;
}
header .w-960 {
    width: 960px;
    margin: 0 auto;
}
header #inquiry {
    float: right;
    margin: 15px 10px 0 0;
}
header #inquiry p{
   font-size: .8em;
	text-align: right;
	color: #6F6959;
}
header #inquiry li {
    display: inline-block;
}
header #inquiry li a {
    display: block;
    padding: 7px 20px;
    background: #CBBC5E;
    color: #FFF;
    letter-spacing: .2em;
}
header #inquiry li:last-child a {
    background: #CB725E;
    border: 3px solid #A94B36;
}
header .logo {
    display: table;
    float: left;
}
header .logo figure {
    display: table-cell;
    vertical-align: middle;
}
header .logo a p {
    display: table-cell;
    text-align: center;
    color: #333;
    vertical-align: middle;
}
/* ハンバーガーメニュー */
#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: center;
}
#global-nav li a {
    display: block;
    padding: 20px;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    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 {
    width: 100%;
    padding-top: 10px;
}
#pc-nav ul {
    display: flex;
    justify-content: space-between;
    font-family: 'Rochester', cursive;
	height: 50px;
}
#pc-nav li {
    text-align: center;
    width: 100px;
}
#pc-nav li a {
    display: block;
    padding: 10px 5px 5px;
    color: #333;
    border-bottom: 1px solid #999;
    width: 100%;
}
#pc-nav li a span {
    font-size: .8em;
    line-height: 1.3;
}
#pc-nav li a.selected, #pc-nav li a:hover {
    border-bottom: 3px solid #4F9C5E;
}
#main {
    width: 960px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 170px;
    color: #333;
}
#main h1 {
    border-bottom: 1px dotted #666;
    padding: 10px;
    margin: 10px auto;
    font-size: 1.5em;
    font-weight: 600;
}
#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: 170px;
    bottom: 0;
    position: absolute;
    width: 100%;
	background: url(../img/wallpaper-bottom.png) repeat-x center 78px;
}
footer #breadcrumb {
    width: 960px;
    margin: 0 auto;
}
footer #breadcrumb li {
    display: inline-block;
    font-size: .9em;
}
footer hr {
    border: 1px solid #4F9C5E;
    border-bottom: 0;
}
footer .upper {
    width: 960px;
    margin: 0 auto 10px;
}
footer .menu ul {
    margin: 5px auto 0;
    padding: 5px 20px 15px;
    font-size: .9em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
}
footer .menu li {
    padding-top: 5px;
}
footer .menu li a {
    color: #333;
    padding: 5px 10px;
    font-size: .9em
}


footer .upper .tel {
    float: left;
    margin-right: 10px;
}
footer .upper .tel address {
    font-style: normal;
}
footer .upper .tel dl, footer .upper .tel ul {
    float: left;
    margin-right: 10px;
}
footer .upper .tel dt {
    font-size: .9em;
    vertical-align: middle;
}
footer .upper .tel dt span {
    font-size: .9em;
}
footer .upper .tel dd {
    font-size: .8em;
}
footer .upper .tel dd strong {
    font-size: 2.8em;
    line-height: 1;
    padding: 0 5px 0 0;
    vertical-align: top;
}
footer .upper .tel ul {
    font-size: .8em;
}
footer .upper address p {
    margin-top: 5px;
}
footer .upper li:before {
    font-family: "FontAwesome";
    content: "\f192";
    padding-right: 3px;
}
footer .upper .uniho {
    float: right;
}
footer .bottom {
    text-align: center;
    font-weight: normal;
    padding: 5px 0;
    background: #FFF;
	position: absolute;
	bottom: 0;
	width: 100%;
}
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: #333;
}
footer .button {
    display: none;
}

@media screen and (max-width: 960px) {
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
#contents, header, header .w-960, #main, footer .upper, footer .bottom div, footer .menu ul {
 width: 100%;
}
header logo {
    width: 30%;
}
#pc-nav li {
    width: 12%;
}
#pc-nav ul li:nth-child(4) {
    width: 14%;
}
#pc-nav li a {
    padding: 10px 0 5px;
    font-size: .9em;
}
#main {
    padding-bottom: 30px;
}
#main h2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

footer {
    height: 170px;
    position: inherit;
}
footer #breadcrumb {
    width: 100%;
    padding: 0 3%;
}
footer .upper {
    width: 100%;
}
footer .upper .tel, footer .upper .uniho {
    padding-left: 1%;
    padding-right: 1%;
}
footer .upper .tel dt, footer .upper ul {
    font-size: .8em;
}
footer .upper .tel dd strong {
    font-size: 2em;
}
footer .menu li a {
    padding: 5px 3px;
}
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;
}
footer {
    height: 190px;
}
footer .menu li a {
    padding: 2px 2px;
}
footer .upper .tel strong {
    font-weight: normal;
}
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 {
    text-align: center;
    background: url(../img/wallpaper-top.png) repeat-x  40px;
    padding: 60px 0 15px;
}
header .logo {
    float: none;
    margin: 0 auto;
}
header .logo img {
    padding: 20px 0 0;
}
header #inquiry, #pc-nav {
    display: none;
}
header .zen_logo {
    display: none;
}

#top-head {
    width: 100%;
    padding: 0;
    display: inherit;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    /* ackground: #fff; */
    width: 100%;
    height: 43px;
    z-index: 999;
    position: relative;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #D4F4F8;
    width: 100%;
    padding: 50px 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#global-nav ul li {
    display: inline-block;
	width: 49%;
	text-align: left;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 98%;
	margin: 0 auto; 
    display: block;
    padding: 15px 0 15px 5px;
	border-bottom: 1px solid #999;
}
#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 logo {
    margin-bottom: 20px;
}
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: 0.8em;
}
footer {
    height: 270px;
	background: url(../img/wallpaper-bottom.png) repeat-x center 160px;
}
footer #breadcrumb li {
    font-size: .8em;
}
footer .menu li a {
    padding: 5px 3px;
}
footer .menu li a:before {
    content: "▶";
    padding-right: 2px;
	font-size: .8em
}
footer .upper dl {
    margin-bottom: 10px;
}
footer .upper .tel, footer .upper .tel ul, footer .upper .tel dl {
    text-align: center;
    float: none;
}
footer .upper .tel, footer .upper .uniho {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
footer .upper .uniho {
    text-align: center;
}
}

@media screen and (max-width: 480px) {
#pc-nav {
    display: none;
}
header logo {
    width: 250px;
    font-size: .8em;
    margin: 0 auto 30px;
    float: none;
}
header logo img {
    display: block;
    margin: 0 auto;
}
#main {
    padding-bottom: 30px;
}
#main aside {
    width: 96%;
}
footer .menu li a {
    padding: 3px 2px;
}
footer {
    height: 380px;
	background: url(../img/wallpaper-bottom.png) repeat-x center 185px
}
footer .bottom {
    padding-bottom: 90px;
}
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;
    border-radius: 5px;
    background: #A94B36;
}
footer .button li {
    text-align: center;
    margin: 10px;
}
footer .button i {
    display: block;
    font-size: 1.5em;
}
footer .button span {
    font-size: .8em;
}
}

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