@import url(html5doctor.css);
@import url(fonts.css);
@import url(clear.css);
/* Layout
================================================*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  /* iOS */
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #000;
}

ul {
  list-style: none outside;
}

a:focus, input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea, select, button {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  /*	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;*/
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

.pc {
  display: none;
}

/* wrapper
================================================*/
#wrapper {
  width: 100%;
  background-image: url("../images/header/bg_sp.gif");
  background-repeat: repeat;
  background-position: center top;
  background-size: 320px;
}

/* masthead
================================================*/
#masthead {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#masthead #header-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 30px;
  text-align: center;
}
#masthead #header-inner #site-title {
  width: 100%;
  margin: 0 auto;
}
.home #masthead #header-inner #site-title {
  margin: 0 auto 20px;
}
#masthead #header-inner #site-title img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  max-width: 100px;
}
.home #masthead #header-inner #site-title img {
  max-width: 240px;
}
#masthead #header-inner h2 {
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 167%;
  line-height: 1.7em;
  font-weight: 400;
}
#masthead #header-inner h3 {
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 85%;
  line-height: 1.7em;
  font-weight: 400;
}
#masthead .toggle-gnav {
  display: block;
  position: absolute;
  top: 4px;
  right: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 8px;
  height: 50px;
  width: 50px;
  -webkit-tap-highlight-color: transparent;
  z-index: 11;
}
#masthead .toggle-gnav em {
  padding: 6px;
  position: absolute;
  top: 11px;
  left: -46px;
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-style: normal;
  font-weight: 700;
}
#masthead .toggle-gnav .toggle-gnav-bar {
  display: block;
  width: 34px;
  height: 2px;
  background-color: #000;
}
#masthead .toggle-gnav .toggle-gnav-bar + .toggle-gnav-bar {
  margin-top: 9px;
}
#masthead #nav-head {
  position: fixed;
  overflow-y: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  padding: 40px 0 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  top: -200vh;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#masthead #nav-head.active {
  -moz-transform: translateY(200vh);
  -webkit-transform: translateY(200vh);
  transform: translateY(200vh);
}
#masthead #nav-head .toggle-gnav-bar {
  background-color: #fff;
}
#masthead #nav-head .toggle-gnav-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#masthead #nav-head .toggle-gnav-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#masthead #nav-head .toggle-gnav-bar:nth-child(3) {
  opacity: 0;
}
#masthead #nav-head .toggle-gnav-bar + .toggle-gnav-bar {
  margin-top: -3px;
}
#masthead #nav-head ul {
  list-style: none outside;
  margin: 0;
}
#masthead #nav-head ul li {
  box-sizing: border-box;
}
#masthead #nav-head ul li a {
  display: block;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-size: 153.9%;
  font-weight: 400;
  text-decoration: none;
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

/* footer
================================================*/
#to-top {
  background-image: url("../images/footer/to_top.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 14px;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  -webkit-tap-highlight-color: transparent;
}

#colophon {
  margin-top: 20px;
}
#colophon #footer-inner {
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #000;
  text-align: center;
}
#colophon #footer-inner .copy {
  color: #fff;
  font-size: 77%;
}

/* content
================================================*/
#content .entry-header, #content .entry-footer {
  display: none;
}
#content .sec-lv1 {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}
#content .sec-lv1 .inner {
  border-bottom: 4px solid #000;
  padding: 0 0 50px;
}
#content .sec-lv1 .sec-lv2 {
  border-top: 4px solid #000;
  padding: 60px 0 0;
  margin-bottom: 60px;
}
#content .sec-lv1 .sec-lv2:last-child {
  margin-bottom: 0;
}
.home #content .sec-lv1 .sec-lv2 {
  border-top: 0;
}
.single #content .sec-lv1 .sec-lv2 {
  border-top: 0;
  max-width: 600px;
  margin: 0 auto 60px;
  padding: 60px 20px 0;
  width: 100%;
  box-sizing: border-box;
}
#content .sec-lv1 h2 {
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 208%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 4px solid #000;
  padding-bottom: 8px;
}
.home #content .sec-lv1 h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.single #content .sec-lv1 h2 {
  margin-bottom: 0;
}
#content .sec-lv1 h3 {
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 208%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.gallary #content .sec-lv1 h3 {
  font-style: normal;
  text-align: left;
  font-family: inherit;
  font-size: 161%;
  margin-bottom: 24px;
}
.single #content .sec-lv1 h3 {
  font-size: 138.5%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid #000;
  text-align: left;
}
#content .sec-lv1 h3 span {
  font-weight: bold;
}
#content .sec-lv1.gallary h3 {
  font-style: normal;
  text-align: left;
  font-family: inherit;
  font-size: 167%;
  margin-bottom: 20px;
}
#content .sec-lv1 p {
  font-size: 108%;
  line-height: 2.0em;
  margin-bottom: 2rem;
}
#content .sec-lv1 p:last-child {
  margin-bottom: 0;
}
#content .sec-lv1 strong {
  font-weight: bold;
  font-size: 108%;
}
#content .sec-lv1 strong.tel {
  font-weight: 400;
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 153.9%;
  display: block;
  margin-bottom: 2rem;
}
#content .sec-lv1 ul {
  list-style: disc inside;
  line-height: 2.0em;
  margin-bottom: 2rem;
  font-size: 108%;
}
#content .sec-lv1 ol {
  list-style: decimal inside;
  line-height: 2.0em;
  margin-bottom: 2rem;
  font-size: 108%;
}
#content .sec-lv1 b {
  font-weight: bold;
}
#content .sec-lv1 figure {
  width: 100% !important;
  display: block;
}
#content .sec-lv1 figure img {
  margin-bottom: 4px;
}
#content .sec-lv1 figure figcaption {
  text-align: center;
}
#content .sec-lv1 .alignleft {
  float: left;
  margin: 0.375em 4rem 4rem 0;
}
#content .sec-lv1 .alignright {
  float: right;
  margin: 0.375em 0 4rem 4rem;
}
#content .sec-lv1 .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 4rem;
}
#content .sec-lv1 blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 108%;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
}
#content .sec-lv1 blockquote,
#content .sec-lv1 q {
  quotes: none;
}
#content .sec-lv1 blockquote:before,
#content .sec-lv1 blockquote:after,
#content .sec-lv1 q:before,
#content .sec-lv1 q:after {
  content: "";
}
#content .sec-lv1 blockquote p {
  margin-bottom: 1.4736842105em;
}
#content .sec-lv1 blockquote cite,
#content .sec-lv1 blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
#content .sec-lv1 blockquote cite:before,
#content .sec-lv1 blockquote small:before {
  content: "\2014\00a0";
}
#content .sec-lv1 blockquote em,
#content .sec-lv1 blockquote i,
#content .sec-lv1 blockquote cite {
  font-style: normal;
}
#content .sec-lv1 blockquote strong,
#content .sec-lv1 blockquote b {
  font-weight: 400;
}
#content .sec-lv1 blockquote > :last-child {
  margin-bottom: 0;
}
#content .sec-lv1 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto 2rem;
  display: block;
}
#content .sec-lv1 .date {
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 138.5%;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
#content .sec-lv1 .lead {
  font-size: 93%;
}
#content .sec-lv1.access {
  padding: 24px 0;
}
#content .sec-lv1.access p {
  text-align: center;
  letter-spacing: 0.16em;
}
#content .sec-lv1:last-child .inner, #content .sec-lv1.access .inner {
  border: 0;
  padding: 0;
}
#content .sec-lv1.contact .inner, #content .sec-lv1.recruit .inner {
  border-top: 4px solid #000;
  border-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
#content .sec-lv1 .gutter-sizer {
  width: 4%;
}
#content .sec-lv1 .grid-sizer, #content .sec-lv1 .grid-item {
  width: 48%;
  margin-bottom: 20px;
  display: inline-block;
}
#content .sec-lv1 .grid-sizer a, #content .sec-lv1 .grid-item a {
  text-decoration: none;
  color: #000;
}
#content .sec-lv1 .thumb {
  background-color: #000;
  height: 180px;
  position: relative;
}
#content .sec-lv1 .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
#content .sec-lv1 .text {
  background-color: #efefef;
  padding: 14px;
}
#content .sec-lv1 .text .date {
  font-size: 131%;
  margin-bottom: 8px;
}
#content .sec-lv1 .text h3 {
  font-weight: bold;
  font-size: 93%;
  line-height: 18px;
  margin-bottom: 8px;
  height: 36px;
  overflow: hidden;
  text-align: left;
  font-family: inherit;
  font-style: normal;
}
#content .sec-lv1 .text p {
  font-size: 85%;
  line-height: 18px;
  height: 90px;
  overflow: hidden;
  margin: 0;
  border-top: 1px dashed #000;
  padding-top: 8px;
}
#content .sec-lv1 .to-detail,
#content .sec-lv1 .to-category-top,
#content .sec-lv1 .to-schedule-list {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 80%;
  max-width: 320px;
  margin: 14px auto 0;
  text-decoration: none;
}
#content .sec-lv1 .to-schedule-list {
  margin-bottom: 40px;
}
#content .sec-lv1 .btns {
  text-align: center;
  margin-top: 40px;
}
#content .sec-lv1 .btns a {
  display: inline-block;
  margin-right: 10px;
}
#content .sec-lv1 .btns a img {
  width: 35px;
  margin-bottom: 0;
}
#content .sec-lv1 .lr {
  margin-bottom: 40px;
}
#content .sec-lv1 .symbol {
  max-width: 240px;
}
#content .sec-lv1 .guide {
  border: 1px dashed #b8b8b8;
  padding: 20px;
  margin-bottom: 40px;
  list-style: none outside;
}
#content .sec-lv1 .guide li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.7em;
}
#content .sec-lv1 .guide li:last-child {
  margin-bottom: 0;
}
#content .sec-lv1 .guide li.idt0 {
  text-indent: 0;
  padding-left: 0;
}
#content .sec-lv1 .guide .mail {
  text-decoration: underline;
}
#content .sec-lv1 .images {
  margin-bottom: 40px;
}
#content .sec-lv1 .images a, #content .sec-lv1 .images > img {
  vertical-align: middle;
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 10px;
}
#content .sec-lv1 .images a:nth-child(2n), #content .sec-lv1 .images > img:nth-child(2n) {
  margin-right: 0;
}
#content .sec-lv1 .images a:nth-child(2n+1), #content .sec-lv1 .images > img:nth-child(2n+1) {
  clear: both;
}
#content .sec-lv1 .images a {
  margin-bottom: 10px;
}
#content .sec-lv1 .images a img {
  margin-bottom: 0;
}
#content .sec-lv1 .images-2 > img {
  vertical-align: middle;
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 10px;
}
#content .sec-lv1 .images-2 > img:nth-child(2n) {
  margin-right: 0;
}
#content .sec-lv1 .images-2 > img:nth-child(2n+1) {
  clear: both;
}
#content .sec-lv1 .menu {
  padding: 60px 14px 0;
}
#content .sec-lv1 .menu .l, #content .sec-lv1 .menu .r {
  max-width: 300px;
  margin: 0 auto;
}
#content .sec-lv1 .menu .l {
  margin-bottom: 40px;
}
#content .sec-lv1 .menu dl {
  margin-bottom: 40px;
}
#content .sec-lv1 .menu dl:last-child {
  margin-bottom: 0;
}
#content .sec-lv1 .menu dl dt {
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 138.5%;
  font-weight: 700;
  margin-bottom: 8px;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
#content .sec-lv1 .menu dl dt.sub {
  border-bottom: 0;
  margin-top: 24px;
  border-top: 1px dashed #b8b8b8;
  padding-top: 24px;
  padding-bottom: 0;
  font-size: 123.1%;
}
#content .sec-lv1 .menu dl dt.sub.bd0 {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
#content .sec-lv1 .menu dl dd {
  line-height: 1.7em;
  margin-bottom: 8px;
}
#content .sec-lv1 .menu dl dd.kind {
  border-top: 1px dashed #000;
  margin-top: 20px;
  padding-top: 20px;
}
#content .sec-lv1 .menu dl dd.kind.bd0 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#content .sec-lv1 .menu dl dd.kind .item {
  font-size: 123.1%;
  font-weight: bold;
  font-family: "futura-pt",sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
}
#content .sec-lv1 .menu .price {
  float: right;
}
#content .sec-lv1 .menu .note {
  font-size: 50%;
  letter-spacing: 0;
  margin-top: 6px;
  display: block;
}
#content .sec-lv1 .menu .note.fr {
  float: right;
}
#content .sec-lv1 .shop {
  padding: 60px 14px 0;
}
#content .sec-lv1 .shop .l, #content .sec-lv1 .shop .r {
  max-width: 300px;
  margin: 0 auto;
}
#content .sec-lv1 .shop .l {
  margin-bottom: 40px;
}
#content .sec-lv1 .shop h4 {
  font-size: 138.5%;
  font-weight: 700;
  margin-bottom: 0;
  font-family: inherit;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
#content .sec-lv1 .shop ul {
  list-style: none outside;
}
#content .sec-lv1 .shop ul li {
  line-height: 1.7em;
  margin-bottom: 8px;
}
#content .sec-lv1 .latest .date {
  font-size: 153.9%;
  margin-bottom: 12px;
}
#content .sec-lv1 .latest h4 {
  font-size: 138.5%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
#content .sec-lv1 .latest h4 a {
  text-decoration: none;
}
#content .sec-lv1 .past a {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
#content .sec-lv1 .past .date {
  font-size: 138.5%;
  margin-bottom: 12px;
}
#content .sec-lv1 .past .title {
  font-size: 123.1%;
  font-weight: bold;
}
#content .sec-lv1 .equipment table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
}
#content .sec-lv1 .equipment table th, #content .sec-lv1 .equipment table td {
  padding: 8px;
  border: 1px solid #000;
  vertical-align: middle;
  vertical-align: middle;
  text-align: left;
  font-size: 85%;
}
#content .sec-lv1 .equipment table th {
  background-color: #4c4c4c;
  color: #fff;
  font-weight: bold;
  font-size: 85%;
  box-sizing: border-box;
}
#content .sec-lv1 .equipment table th.th1 {
  width: 25%;
}
#content .sec-lv1 .equipment table th.th2 {
  width: 25%;
}
#content .sec-lv1 .equipment table th.th3 {
  width: 40%;
}
#content .sec-lv1 .equipment table th.th4 {
  width: 10%;
  min-width: 44px;
}
#content .sec-lv1 .equipment table td.type {
  background-color: #e7e7e7;
  font-weight: bold;
  font-size: 108%;
}
#content .sec-lv1 .equipment table td.num {
  text-align: center;
}
#content .sec-lv1 .nav-local {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 24px;
}
#content .sec-lv1 .nav-local ul {
  list-style: none outside;
  text-align: center;
}
#content .sec-lv1 .nav-local ul li {
  text-indent: 0;
  float: left;
  border-left: #666 solid 1px;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#content .sec-lv1 .nav-local ul li:nth-child(2n) {
  border-right: #666 solid 1px;
}
#content .sec-lv1 .nav-local ul li:last-child {
  border-right: #666 solid 1px;
}
#content .sec-lv1 .nav-local ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.2em;
}

#map_container {
  position: relative;
  padding-top: 60%;
  width: 100%;
  margin: 0 auto;
}

#map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.mw_wp_form {
  max-width: 700px;
  margin: 0 auto;
}

.mw_wp_form table {
  table-layout: fixed;
  font-size: 108%;
  border: none;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 100%;
  background: #fff;
}

.mw_wp_form table th, .mw_wp_form table td {
  border: none;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px;
  vertical-align: top;
}

.mw_wp_form table th {
  text-align: left;
  background-color: #e7e7e7;
  width: 30%;
}

.mw_wp_form input, .mw_wp_form select, .mw_wp_form textarea {
  box-sizing: border-box;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="password"], .mw_wp_form input[type="number"], .mw_wp_form input[type="email"], .mw_wp_form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

.mw_wp_form input[type="submit"] {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 80%;
  max-width: 320px;
  margin: 14px auto 0;
  border: 0;
  cursor: pointer;
}

.mw_wp_form .require {
  color: #b70000;
}

@media screen and (max-width: 970px) {
  .mw_wp_form table, .mw_wp_form table tbody, .mw_wp_form table tr, .mw_wp_form table th, .mw_wp_form table td {
    display: block;
    width: auto;
  }

  .mw_wp_form table th {
    padding: 5px 10px;
  }

  .mw_wp_form table td {
    padding: 20px 10px;
  }
}
/* PC
================================================*/
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  #wrapper {
    background-image: url("../images/header/bg.gif");
    background-size: 1241px;
  }

  /* masthead
  ================================================*/
  #masthead .toggle-gnav {
    top: 24px;
    right: 32px;
  }
  #masthead #header-inner h2 {
    font-size: 208%;
  }
  #masthead #header-inner h3 {
    font-size: 116%;
  }
  #masthead #nav-head ul li a {
    font-size: 246%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
  }
  #masthead #nav-head ul li:hover a {
    opacity: 0.7;
  }

  /* footer
  ================================================*/
  #to-top {
    /*@include rollover;*/
    right: 30px;
    bottom: 30px;
  }
  #to-top:hover {
    opacity: 0.7;
  }

  #colophon #footer-inner {
    padding: 60px 20px;
  }

  /* content
  ================================================*/
  #side-link {
    display: none;
  }

  #content a:hover {
    color: #ff34ff;
  }
  #content .sec-lv1 {
    padding: 40px 20px;
  }
  #content .sec-lv1 h2 {
    font-size: 416%;
    margin-bottom: 40px;
  }
  #content .sec-lv1.contact h2 {
    font-size: 262%;
    text-align: left;
    margin-top: 70px;
  }
  .single #content .sec-lv1 h3 {
    font-size: 198%;
  }
  #content .sec-lv1 p {
    font-size: 123.1%;
  }
  #content .sec-lv1 .date {
    font-size: 153.9%;
  }
  #content .sec-lv1 .lead {
    font-size: 108%;
  }
  #content .sec-lv1.access {
    padding: 40px 0;
    max-width: 100%;
  }
  #content .sec-lv1 .inner {
    padding: 0 0 100px;
  }
  #content .sec-lv1.contact .inner, #content .sec-lv1.recruit .inner {
    padding-top: 80px;
  }
  #content .sec-lv1 .gutter-sizer {
    width: 2%;
  }
  #content .sec-lv1 .grid-sizer, #content .sec-lv1 .grid-item {
    width: 23.5%;
    margin-bottom: 20px;
  }
  #content .sec-lv1 article a {
    display: block;
    transition: opacity 0.1s ease-out;
  }
  #content .sec-lv1 article a:hover {
    opacity: 0.7;
  }
  #content .sec-lv1 .l {
    float: left;
    width: 46%;
    margin-right: 8%;
  }
  #content .sec-lv1 .r {
    float: right;
    width: 46%;
  }
  #content .sec-lv1 .to-detail, #content .sec-lv1 .to-category-top, #content .sec-lv1 .to-schedule-list {
    display: block;
    transition: opacity 0.1s ease-out;
  }
  #content .sec-lv1 .to-detail.fr, #content .sec-lv1 .to-category-top.fr, #content .sec-lv1 .to-schedule-list.fr {
    float: right;
  }
  #content .sec-lv1 .to-detail:hover, #content .sec-lv1 .to-category-top:hover, #content .sec-lv1 .to-schedule-list:hover {
    opacity: 0.7;
  }
  #content .sec-lv1.schedule .to-detail {
    float: none;
  }
  #content .sec-lv1.contact .to-detail {
    margin: 14px 0 0;
  }
  #content .sec-lv1.gallary .l a {
    transition: opacity 0.1s ease-out;
    display: block;
  }
  #content .sec-lv1.gallary .l a:hover {
    opacity: 0.7;
  }
  #content .sec-lv1.gallary h4 a:hover {
    text-decoration: underline;
  }
  #content .sec-lv1 .latest .l a {
    transition: opacity 0.1s ease-out;
    display: block;
  }
  #content .sec-lv1 .latest .l a:hover {
    opacity: 0.7;
  }
  #content .sec-lv1 .latest h4 a:hover {
    text-decoration: underline;
  }
  #content .sec-lv1 .btns {
    clear: both;
    padding-top: 40px;
    text-align: right;
  }
  #content .sec-lv1 .btns a {
    transition: opacity 0.1s ease-out;
  }
  #content .sec-lv1 .btns a:hover {
    opacity: 0.7;
  }
  #content .sec-lv1.contact h3 {
    font-family: "futura-pt",sans-serif;
    font-style: italic;
    letter-spacing: 0.08em;
    font-size: 262%;
    font-weight: 700;
    margin-bottom: 8px;
  }
  #content .sec-lv1 .tw {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 20px;
  }
  #content .sec-lv1 .symbol {
    max-width: 320px;
  }
  #content .sec-lv1 .guide li {
    font-size: 108%;
  }
  #content .sec-lv1 .images a, #content .sec-lv1 .images > img {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
  #content .sec-lv1 .images a:nth-child(2n), #content .sec-lv1 .images > img:nth-child(2n) {
    margin-right: 2%;
  }
  #content .sec-lv1 .images a:nth-child(4n), #content .sec-lv1 .images > img:nth-child(4n) {
    margin-right: 0;
  }
  #content .sec-lv1 .images a:nth-child(2n+1), #content .sec-lv1 .images > img:nth-child(2n+1) {
    clear: none;
  }
  #content .sec-lv1 .images a:nth-child(4n+1), #content .sec-lv1 .images > img:nth-child(4n+1) {
    clear: both;
  }
  #content .sec-lv1 .images a {
    transition: opacity 0.1s ease-out;
  }
  #content .sec-lv1 .images a:hover {
    opacity: 0.7;
  }
  #content .sec-lv1 .menu {
    padding: 60px 100px 0;
  }
  #content .sec-lv1 .menu dl {
    margin-bottom: 40px;
  }
  #content .sec-lv1 .menu dl dt {
    margin-bottom: 18px;
  }
  #content .sec-lv1 .menu dl dt.sub {
    border-bottom: 0;
    margin-top: 24px;
    border-top: 1px dashed #b8b8b8;
    padding-top: 24px;
    padding-bottom: 0;
    font-size: 123.1%;
  }
  #content .sec-lv1 .menu dl dd {
    line-height: 1.7em;
    margin-bottom: 8px;
    font-size: 116%;
  }
  #content .sec-lv1 .menu .price {
    float: right;
  }
  #content .sec-lv1 .menu .note {
    font-size: 50%;
    letter-spacing: 0;
    margin-top: 6px;
    display: block;
  }
  #content .sec-lv1 .menu .note.fr {
    float: right;
  }
  #content .sec-lv1 .shop {
    padding: 60px 100px 0;
  }
  #content .sec-lv1 .shop dl {
    margin-bottom: 40px;
  }
  #content .sec-lv1 .shop dl dt {
    margin-bottom: 18px;
  }
  #content .sec-lv1 .shop dl dt.sub {
    border-bottom: 0;
    margin-top: 24px;
    border-top: 1px dashed #b8b8b8;
    padding-top: 24px;
    padding-bottom: 0;
    font-size: 123.1%;
  }
  #content .sec-lv1 .shop dl dd {
    line-height: 1.7em;
    margin-bottom: 8px;
    font-size: 116%;
  }
  #content .sec-lv1 .shop .price {
    float: right;
  }
  #content .sec-lv1 .shop .note {
    font-size: 50%;
    letter-spacing: 0;
    margin-top: 6px;
    display: block;
  }
  #content .sec-lv1 .shop .note.fr {
    float: right;
  }
  #content .sec-lv1 .past .list-display a {
    display: table;
    margin-bottom: 8px;
  }
  #content .sec-lv1 .past .list-display a .date, #content .sec-lv1 .past .list-display a .title {
    display: table-cell;
  }
  #content .sec-lv1 .past .list-display a .date {
    padding-right: 40px;
    width: 230px;
  }
  #content .sec-lv1 .past .list-display a:hover .title {
    text-decoration: underline;
  }
  #content .sec-lv1 .equipment table th, #content .sec-lv1 .equipment table td {
    font-size: 108%;
  }
  #content .sec-lv1 .equipment table th {
    font-size: 123.1%;
  }
  #content .sec-lv1 .equipment table td.type {
    font-size: 123.1%;
  }
  #content .sec-lv1 .nav-local {
    max-width: none;
    margin: 40px 0;
  }
  #content .sec-lv1 .nav-local ul {
    list-style: none outside;
    text-align: center;
  }
  #content .sec-lv1 .nav-local ul li {
    text-indent: 0;
    float: none;
    display: inline-block;
    width: auto;
    border-left: #666 solid 1px;
    font-size: 123.1%;
    padding: 0 20px;
  }
  #content .sec-lv1 .nav-local ul li:nth-child(2n) {
    border-right: 0;
  }
  #content .sec-lv1 .nav-local ul li:first-child {
    border-left: 0;
  }
  #content .sec-lv1 .nav-local ul li:last-child {
    border-right: 0;
  }

  .mw_wp_form input[type="submit"]:hover {
    transition: opacity 0.1s ease-out;
  }
  .mw_wp_form input[type="submit"]:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 900px) {
  #masthead #header-inner #site-title img {
    max-width: 200px;
  }
  .home #masthead #header-inner #site-title img {
    max-width: 480px;
  }

  #to-top {
    background-size: 70px;
    width: 70px;
    height: 70px;
  }

  #map_container {
    padding-top: 40%;
  }

  #content .sec-lv1 .gutter-sizer {
    width: 2%;
  }
  #content .sec-lv1 .grid-sizer, #content .sec-lv1 .grid-item {
    width: 18.4%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #side-link {
    border-top: 2px solid #cbcbcb;
    transform: rotate(90deg);
    padding: 10px 20px;
    display: inline-block;
    position: absolute;
    top: 500px;
    left: -20px;
    text-decoration: none;
    font-family: "futura-pt",sans-serif;
    font-style: italic;
    letter-spacing: 0.08em;
    font-size: 93%;
    letter-spacing: 0.3em;
    font-weight: 700;
  }
}

/*# sourceMappingURL=common.css.map */
