@charset "UTF-8";
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span1 {
  width: 40px;
}

.span2 {
  width: 100px;
}

.span3 {
  width: 160px;
}

.span4 {
  width: 220px;
}

.span5 {
  width: 280px;
}

.span6 {
  width: 340px;
}

.span7 {
  width: 400px;
}

.span8 {
  width: 460px;
}

.span9 {
  width: 520px;
}

.span10 {
  width: 580px;
}

.span11 {
  width: 640px;
}

.span12 {
  width: 700px;
}

.span13 {
  width: 760px;
}

.span14 {
  width: 820px;
}

.span15 {
  width: 880px;
}

.span16 {
  width: 940px;
}

.span17 {
  width: 1000px;
}

.span18 {
  width: 1060px;
}

.span19 {
  width: 1120px;
}

.span20 {
  width: 1180px;
}

.span21 {
  width: 1240px;
}

.span22 {
  width: 1300px;
}

.span23 {
  width: 1360px;
}

.span24 {
  width: 1420px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, p {
  font-size: 1em;
  font-weight: normal;
}

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
}

/* html5
---------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 960px; /* for iPhone */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 500px) {
  body {
    min-width: inherit;
  }
}

@media screen and (max-width: 500px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 500px) {
  .visible-xs {
    display: block;
  }
}

/* Layout
---------------------*/
#header {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #header {
    width: auto;
  }
}

#primary-nav {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #primary-nav {
    width: auto;
  }
}

#featured-container {
  margin-bottom: 20px;
}

#featured {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #featured {
    width: auto;
  }
}

#main-container #main {
  width: 950px;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 500px) {
  #main-container #main {
    width: auto;
  }
}

#footer {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #footer {
    width: auto;
  }
}

#footer-bottom {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #footer-bottom {
    width: auto;
  }
}

#content {
  float: left;
  width: 950px;
}
@media screen and (max-width: 500px) {
  #content {
    font: none;
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .page #content {
    padding: 0 15px;
  }
}

.sidebar-left #content {
  float: right;
  width: 700px;
}
@media screen and (max-width: 500px) {
  .sidebar-left #content {
    font: none;
    width: auto;
  }
}

.page-template-one-column-php #content {
  float: none;
  width: 950px;
}
@media screen and (max-width: 500px) {
  .page-template-one-column-php #content {
    width: auto;
  }
}

#sidebar {
  float: right;
  width: 220px;
}

.sidebar-left #sidebar {
  float: left;
  width: 220px;
}

#main {
  margin-top: 0px;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#content-header {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #content-header {
    width: auto;
  }
}

#admin {
  width: 950px;
  margin: 5px auto 0;
  text-align: right;
}
@media screen and (max-width: 500px) {
  #admin {
    display: none;
  }
}

#admin a {
  color: #a1a098;
}

/* Elements
---------------------*/
body {
  font-size: 0.85em;
  color: #333;
}

a {
  color: #0c273d;
}

a:hover,
.bl-hover a {
  color: #184f7c;
}

.content-content h1 {
  font-size: 20px;
}

.content-content h1 .inner {
  padding: 12px 0;
}

.content-content h2 {
  font-size: 18px;
}

.content-content h2 .inner {
  padding: 11px 0;
}

.content-content h3 {
  font-size: 16px;
}

.content-content h3 .inner {
  padding: 10px 0;
}

.content-content h4 {
  font-size: 15px;
}

.content-content h4 .inner {
  padding: 9px 0;
}

.content-content h5 {
  font-size: 14px;
}

.content-content h5 .inner {
  padding: 9px 0;
}

.content-content h6 {
  font-size: 13px;
}

.content-content h6 .inner {
  padding: 8px 0;
}

.content-content h1 .inner,
.content-content h2 .inner,
.content-content h3 .inner,
.content-content h4 .inner,
.content-content h5 .inner,
.content-content h6 .inner {
  display: block;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.clear,
.clr {
  clear: both;
}

.float-left {
  float: left;
}

.overflow-hidden {
  overflow: hidden;
}

.image.float-left {
  margin-right: 20px;
}

/* Content
---------------------*/
#main-container #main {
  width: 950px;
  position: relative;
  background: #fff798;
}
@media screen and (max-width: 500px) {
  #main-container #main {
    width: auto;
  }
}

.page #main-container #main {
  padding-bottom: 52px;
  background: #fff798 url(../img/footer.jpg) 0 bottom no-repeat;
}
@media screen and (max-width: 500px) {
  .page #main-container #main {
    padding-bottom: 220px;
    background: #fff798 url(../img/footer.jpg) right bottom no-repeat;
  }
}

.home #main-container #main {
  padding-bottom: 45px;
  background: #fff798 url(../img/footer_home.gif) 0 bottom no-repeat;
}

#main-container #main #content-inner {
  overflow: hidden;
}

#content {
  line-height: 1.6em;
}

#content p {
  margin-bottom: 1em;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignleft {
  margin: 0 20px 20px 0;
}

img.alignright {
  margin: 0 0 20px 20px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content .wp-caption.alignleft {
  margin: 0 10px 10px 0;
}

#content .wp-caption.alignright {
  margin: 0 0 20px 20px;
}

#content .wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

#content .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

#content .wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

#content .wp-caption-text {
  margin: 0;
  padding: 3px;
}

#content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
}

#content table th {
  border-collapse: collapse;
  border: #CCC solid 1px;
  background-color: #eee;
  font-size: 100%;
  font-weight: normal;
}

#content table td {
  border: #CCC solid 1px;
}

#content table.no-border {
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0px;
  border: 0;
}

#content table.no-border th {
  font-size: 100%;
  border: 0;
}

#content table.no-border td {
  border: 0;
}

#content ul li {
  margin: 0 0 0.5em 0;
  /*
  	list-style: disc;
  */
}

#content ol li {
  margin: 0 0 0.5em 2em;
  list-style: decimal;
}

#content .content-content {
  margin-bottom: 20px;
}

#content table.contact-form td.submit {
  text-align: center;
}

#content table.contact-form td.submit input {
  padding: 4px 20px;
  font-size: 16px;
}

/* Header
---------------------*/
#header {
  position: relative;
  height: 142px;
  background: url(../img/header.gif) no-repeat 50% 0;
}
@media screen and (max-width: 500px) {
  #header {
    height: inherit;
  }
}

#header .description {
  display: none;
  margin-top: 5px;
  color: #3d1a00;
  font-size: 5vw;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #header .description {
    display: block;
  }
}

#header #logo-wrap {
  float: left;
}
@media screen and (max-width: 500px) {
  #header #logo-wrap {
    font: none;
  }
}

#header #logo {
  padding: 15px 0 0 30px;
}
@media screen and (max-width: 500px) {
  #header #logo {
    padding: 5px 15px 15px;
  }
}

#header #contact {
  float: right;
  padding-top: 38px;
  color: #3E1A00;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  #header #contact {
    display: none;
  }
}

#header #contact .address {
  padding-bottom: 3px;
  font-size: 13px;
}

#header #contact .tel {
  font-size: 22px;
}

#header #contact .fax {
  font-size: 13px;
}

/* Navigation
---------------------*/
@media screen and (max-width: 500px) {
  #primary-nav-container {
    display: none;
  }
}

#primary-nav {
  background: #fff798;
}

#primary-nav li {
  float: left;
  position: relative;
}

#nav-primary-nav {
  margin-left: 62px;
}

/* Navigatoin Mobile
---------------------*/
#xsnav-wrap {
  position: relative;
  display: none;
}
@media screen and (max-width: 500px) {
  #xsnav-wrap {
    display: block;
  }
}
#xsnav-wrap .base {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #3d1a00;
}
#xsnav-wrap .menu-btn {
  position: fixed;
  top: -5px;
  left: calc(50% - 30px);
  display: flex;
  height: 65px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 91;
}
#xsnav-wrap .menu-btn span,
#xsnav-wrap .menu-btn span:before,
#xsnav-wrap .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.2s;
}
#xsnav-wrap .menu-btn span:before {
  bottom: 8px;
}
#xsnav-wrap .menu-btn span:after {
  top: 8px;
}
#xsnav-wrap .menu-btn div {
  color: #fff;
  font-size: 9px;
  margin-top: 40px;
}
#xsnav-wrap #menu-btn-check {
  display: none;
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#xsnav-wrap #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#xsnav-wrap #menu-btn-check:checked ~ .xsnav-content {
  top: 60px;
}
#xsnav-wrap .xsnav-content {
  width: 100%;
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s; /*アニメーション設定*/
}
#xsnav-wrap .xsnav-content li {
  border-bottom: solid 1px #3d1a00;
  list-style: none;
}
#xsnav-wrap .xsnav-content li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #3E1A00;
  text-align: center;
  text-decoration: none;
  padding: 15px 15px;
  position: relative;
}

@media screen and (max-width: 500px) {
  #page {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

/* Footer
---------------------*/
#footer .copyright {
  color: #231815;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #footer .copyright {
    font-size: 2.8vw;
  }
}

#footer-fixed-nav {
  display: none;
}
@media screen and (max-width: 500px) {
  #footer-fixed-nav {
    display: block;
    padding: 3px 3px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    box-sizing: border-box;
    z-index: 10;
  }
  #footer-fixed-nav *, #footer-fixed-nav *:before, #footer-fixed-nav *:after {
    box-sizing: border-box;
  }
}
#footer-fixed-nav .btn-wrap {
  display: flex;
  justify-content: space-between;
}
#footer-fixed-nav .btn-item {
  width: calc(50% - 2px);
}
#footer-fixed-nav .btn-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 5px;
}
#footer-fixed-nav .btn-item img {
  vertical-align: bottom;
}
#footer-fixed-nav .net {
  background: #00a73b;
}
#footer-fixed-nav .tel {
  background: #b4813b;
}

/* Home
---------------------*/
.home #content .mission {
  position: relative;
  margin-top: 10px;
  color: #3E1A00;
  font-size: 22px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .home #content .mission {
    display: none;
  }
}

.home #content .mainvisual {
  position: relative;
  margin-top: -100px;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 500px) {
  .home #content .mainvisual {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.home #content .home-copyright {
  position: relative;
  font-size: 12px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .home #content .home-copyright {
    font-size: 2.8vw;
  }
}

/*
.home #content .home-news-wrap {
	position: relative;
	height: 230px;
	margin-top: -55px;
	z-index:10;
	overflow: hidden;
	background: url(../img/home_news_bg.png) no-repeat -25px 0;
}
.home #content .home-news {
	position: absolute;
	top:136px;
	left:245px;
	width: 650px;
	height: 55px;
	overflow: auto;
	font-size: 16px;
}
*/
.home #content .home-news-wrap {
  position: relative;
  margin-top: -55px;
}
@media screen and (max-width: 500px) {
  .home #content .home-news-wrap {
    margin-top: 0px;
  }
}

.home #content .home-news {
  position: relative;
  margin-top: -55px;
  margin-left: 200px;
}
@media screen and (max-width: 500px) {
  .home #content .home-news {
    margin-top: 20px;
    margin-left: 0;
  }
}

.home #content .home-news-wrap .home-news-icon {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .home #content .home-news-wrap .home-news-icon {
    display: none;
  }
}

.home #content .home-news-title {
  background: url(../img/home_news_wrap.png) no-repeat top left;
  height: 90px;
}
@media screen and (max-width: 500px) {
  .home #content .home-news-title {
    background: none;
    height: inherit;
  }
}

.home #content .home-news-title-xs {
  display: none;
}
@media screen and (max-width: 500px) {
  .home #content .home-news-title-xs {
    display: block;
    text-align: center;
  }
  .home #content .home-news-title-xs img {
    width: 40%;
  }
}

.home #content .home-news-content {
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  background: url(../img/home_news_wrap.png) no-repeat bottom left;
  min-height: 5em;
}
@media screen and (max-width: 500px) {
  .home #content .home-news-content {
    padding: 15px;
    background: none;
  }
}

.home #content .home-news-content-inner {
  overflow: auto;
  max-height: 750px;
}

/* Info
---------------------*/
.info .speech {
  padding-top: 20px;
  color: #3E1A00;
  font-size: 15px;
}

.info .speech h2.visible-xs {
  text-align: center;
  margin-bottom: 20px;
}

.info .speech .left {
  float: left;
  margin-left: 60px;
}
@media screen and (max-width: 500px) {
  .info .speech .left {
    font: none;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.info .speech .right {
  float: right;
  padding-right: 60px;
  max-width: 32em;
}
@media screen and (max-width: 500px) {
  .info .speech .right {
    font: none;
    padding-right: 0;
  }
}

.info .time {
  padding: 10px 0 50px 60px;
}
@media screen and (max-width: 500px) {
  .info .time {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Equipment
---------------------*/
.equipment .equipment-photo {
  margin-top: -40px;
}
@media screen and (max-width: 500px) {
  .equipment .equipment-photo {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .page.equipment {
    background: #0fa839;
  }
}

/* Reserve
---------------------*/
.reserve #content {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .reserve #content {
    float: none;
    background: #fff;
  }
}

.reserve #content-inner {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .reserve #content-inner {
    width: inherit;
  }
}

.reserve .section-1 {
  padding-top: 38px;
  text-align: center;
}

.reserve .section-2 {
  color: #595757;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .reserve .section-2 {
    text-align: left;
  }
}

.reserve .section-3 {
  padding-bottom: 35px;
  position: relative;
  text-align: center;
}
.reserve .section-3 a.reserve-net {
  position: absolute;
  display: block;
  width: 574px;
  height: 42px;
  top: 144px;
  left: 116px;
  text-indent: -9999px;
}
@media screen and (max-width: 500px) {
  .reserve .section-3 a.reserve-net {
    width: 77%;
    height: 28%;
    left: 11%;
    top: 23%;
  }
}
.reserve .section-3 a.reserve-tel {
  position: absolute;
  display: none;
  width: 50%;
  height: 15%;
  right: 0;
  bottom: 12%;
  text-indent: -9999px;
}
@media screen and (max-width: 500px) {
  .reserve .section-3 a.reserve-tel {
    display: block;
  }
}

.page.reserve #main-container #main {
  background: #fff798 url("../img/footer_home.gif") no-repeat scroll 0 bottom;
  padding-bottom: 52px;
}

/* Access
---------------------*/
.access .access-image {
  padding: 15px 0 40px 50px;
}
@media screen and (max-width: 500px) {
  .access .access-image {
    padding: 15px 0 40px;
  }
}

.access .access-image p.text {
  padding: 5px 0 0 10px;
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */