@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .sponsor ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, body#store .store__list {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, body#store .store__list:before, .row:after, body#store .store__list:after {
  content: " ";
  display: table;
}
.row:after, body#store .store__list:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, body#store .store__prefecture, body.col2 .side, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .sponsor ul li, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, body.col2 .content, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, body#store .store__region, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, body#store .store__prefecture, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6, body#store .store__prefecture {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, body#store .store__prefecture, body.col2 .side, .col-sm-4, .sponsor ul li, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, body.col2 .content, .col-sm-10, .col-sm-11, .col-sm-12, body#store .store__region {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3, body#store .store__prefecture, body.col2 .side {
    width: 25%;
  }
  .col-sm-4, .sponsor ul li {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9, body.col2 .content {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12, body#store .store__region {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: inlune-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 47%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 67%;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #464646;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

input {
  border: 0;
}

a {
  color: #2f73b7;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #498dd0;
  text-decoration: underline;
}

#adminBox {
  margin-bottom: 0 !important;
}

.body {
  position: relative;
}

#adminBox {
  margin-bottom: 0;
}

.header {
  height: 60px;
}
.header .container {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 999;
  }
}
.header ul {
  list-style: none;
  padding: 0;
}
.header p {
  marign: 0;
  padding: 0;
}
.header .logo-group {
  display: inline-block;
  line-height: 1.5;
}
.header .logo-group .logo {
  margin-top: 10px;
}
.header .logo-group .logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header .logo-group .logo {
    width: 140px;
    margin: 5px 0 5px -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .header .logo-group .logo {
    width: 160px;
  }
}
.header .search-area {
  position: absolute;
  top: 12px;
  right: 55px;
}
.header .search-area .sohonten p {
  width: 100%;
  margin-top: 0;
}
.header .search-area .sohonten p .search-btn {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  padding: 8px 0.5em 8px 1.5em;
  background: #e55f3f url(../img/icon_search.png) no-repeat;
  background-position: top 50% left 0.5em;
  background-size: 10px;
  border-radius: 3px;
}
.header .search-area .sohonten p .search-btn:hover {
  text-decoration: none;
  background-color: #e87c67;
}
@media screen and (min-width: 768px) {
  .header .search-area {
    top: 15px;
    right: 65px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .header .search-area {
    top: 25px;
    right: 15px;
  }
  .header .search-area .sohonten p {
    margin-top: 0;
    padding-left: 10px;
  }
  .header .search-area .sohonten p .search-btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 30px 5px 40px;
    background: #e55f3f url(../img/icon_search.png) no-repeat;
    background-position: top 50% left 10px;
    background-size: 18px;
  }
}
.header .menu-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
}
.header .menu-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #114e3f;
  border-radius: 1.5px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  margin-left: -15px;
}
.header .menu-btn span:nth-child(1) {
  top: 17px;
}
.header .menu-btn span:nth-child(2) {
  top: 27px;
}
.header .menu-btn span:nth-child(3) {
  top: 37px;
}
.header .menu-btn.active {
  background: #114e3f;
}
.header .menu-btn.active span {
  background: #fff;
}
.header .menu-btn.active span:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:nth-child(2), .header .menu-btn.active span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .head-navi {
    display: none;
    width: 100%;
    background: #114e3f;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    padding: 3em 1.5em 1.5em;
  }
  .head-navi ul.gnavi {
    margin: 0;
    padding: 0;
    border-top: 1px solid #b8cac5;
  }
  .head-navi ul.gnavi li {
    list-style: none;
    color: #fff;
  }
  .head-navi ul.gnavi li a {
    display: block;
    padding: 15px 10px 15px 2em;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #b8cac5;
    position: relative;
  }
  .head-navi ul.gnavi li a:after {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: FontAwesome;
    content: "\f138";
    color: #e55f3f;
    line-height: 1em;
    margin-top: -0.5em;
  }
  .head-navi ul.gnavi li a:visited {
    color: #fff;
  }
  .head-navi ul.gnavi li a:hover {
    text-decoration: none;
  }
  .head-navi ul.gnavi li a span {
    display: none;
  }
  .head-navi .gnavi-wrap.container {
    padding-left: 0;
    padding-right: 0;
  }
  .sns {
    letter-spacing: -0.4em;
    text-align: center;
  }
  .sns li {
    width: 33.3333%;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    margin: 0;
  }
  .sns li a {
    display: block;
    padding: 0;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header .menu-btn {
    display: none;
  }
  .header .head-navi {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header .head-navi .gnavi {
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .head-navi .gnavi li {
    text-align: center;
    font-weight: bold;
  }
  .header .head-navi .gnavi li a {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #114e3f;
  }
  .header .head-navi .gnavi li a:hover {
    border-bottom: 2px solid #114e3f;
    text-decoration: none;
  }
  .header .sns {
    height: 37px;
    position: absolute;
    top: -60px;
    right: 14em;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .sns li {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    margin: 0;
  }
  .header .sns li.tw a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .sns li.tw a svg {
    width: 30px;
    color: #000;
  }
}
.content-wrap {
  padding: 0.5em 0 2em;
}
.content-wrap .content {
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

section {
  padding: 3em 0;
}
section.color {
  background: #f0f4f4;
}
@media screen and (min-width: 992px) {
  section {
    padding: 4em 0;
  }
}

@media screen and (max-width: 767px) {
  body.col2 .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.col2 .side {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner-area {
  padding-top: 2em;
  padding-bottom: 2em;
}
.banner-area ul {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}
.banner-area ul li {
  margin: 1em 0;
}
.banner-area ul li a img:hover {
  opacity: 0.8;
}

.footer-top {
  border-top: 1px solid #114e3f;
  border-bottom: 1px solid #114e3f;
  padding: 1.5em 0 !important;
}
.footer-top .search-area:before, .footer-top .search-area:after {
  content: " ";
  display: table;
}
.footer-top .search-area:after {
  clear: both;
}
.footer-top .search-area .honya-club {
  width: 100%;
}
.footer-top .search-area .honya-club dl {
  line-height: 1;
  margin-top: 0;
}
.footer-top .search-area .honya-club dl dt, .footer-top .search-area .honya-club dl dd {
  margin: 0;
}
.footer-top .search-area .honya-club dl dt {
  display: none;
}
.footer-top .search-area .honya-club dl dd {
  vertical-align: middle;
}
.footer-top .search-area .honya-club dl dd:before, .footer-top .search-area .honya-club dl dd:after {
  content: " ";
  display: table;
}
.footer-top .search-area .honya-club dl dd:after {
  clear: both;
}
.footer-top .search-area .honya-club dl dd .search-title {
  display: none;
}
.footer-top .search-area .honya-club dl dd form {
  width: 100%;
  display: block;
  float: left;
}
.footer-top .search-area .honya-club dl dd form input[type=text] {
  background: #ececec;
  border-radius: 2px;
  color: #909090;
  padding: 7px 5px;
  width: 80%;
}
.footer-top .search-area .honya-club dl dd form .search-btn {
  width: 18%;
  color: #fff;
  text-align: center;
  background: #00418d;
  border: none;
  border-radius: 2px;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .footer-top .search-area .honya-club {
    width: 70%;
    margin: auto;
  }
  .footer-top .search-area .honya-club dl {
    margin-top: 0;
  }
  .footer-top .search-area .honya-club dl:before, .footer-top .search-area .honya-club dl:after {
    content: " ";
    display: table;
  }
  .footer-top .search-area .honya-club dl:after {
    clear: both;
  }
  .footer-top .search-area .honya-club dl dt, .footer-top .search-area .honya-club dl dd {
    float: left;
  }
  .footer-top .search-area .honya-club dl dt {
    display: block;
    text-align: left;
    width: 20%;
  }
  .footer-top .search-area .honya-club dl dt img {
    max-width: 95%;
  }
  .footer-top .search-area .honya-club dl dd {
    width: 80%;
    vertical-align: middle;
    margin: 0;
  }
  .footer-top .search-area .honya-club dl dd:before, .footer-top .search-area .honya-club dl dd:after {
    content: " ";
    display: table;
  }
  .footer-top .search-area .honya-club dl dd:after {
    clear: both;
  }
  .footer-top .search-area .honya-club dl dd .search-title {
    display: block;
    width: 10%;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    color: #00418d;
  }
  .footer-top .search-area .honya-club dl dd form {
    width: 90%;
    padding-left: 5px;
  }
  .footer-top .search-area .honya-club dl dd form input[type=text] {
    padding: 6px 5px;
  }
}

.footer {
  background: #fbfaf5;
  position: relative;
}
.footer .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
.footer .info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .info {
    text-align: left;
  }
}
.footer .logo {
  margin-top: 0;
}
.footer .logo img {
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .footer .logo img {
    width: 200px;
  }
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style-type: none;
}
.footer ul li a {
  color: #000;
}
.footer .fnavi {
  margin-top: 0;
}
.footer .fnavi li {
  margin: 0 0 10px;
}
.footer .fnavi li a {
  display: block;
  background: url(../img/icon_arrow01.png) 0 50% no-repeat;
  background-size: 14px;
  font-weight: bold;
  padding-left: 18px;
}
.footer .fnavi li a.open_window {
  background: url(../img/icon_openwindow.png) 0 50% no-repeat;
  background-size: 14px;
}
.footer .fnavi li ul {
  margin-top: 0.4em;
  padding-left: 1em;
}
.footer .fnavi li ul li {
  margin: 0;
}
.footer .fnavi li ul li a {
  background: url(../img/icon_arrow02.png) 0 50% no-repeat;
  background-size: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer .fnavi {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer .fnavi li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #114e3f;
  }
  .footer .fnavi li a {
    display: block;
    padding: 1em 2.2em;
    background-position: 1em 50%;
  }
  .footer .fnavi li a.open_window {
    background-position: 1em 50%;
  }
  .footer .fnavi li ul {
    margin-top: 0;
    padding-left: 0;
  }
  .footer .fnavi li ul li {
    border-bottom: none;
  }
  .footer .fnavi li ul li a {
    padding: 0.5em 3.2em;
    background-position: 2em 50%;
  }
}
.footer .footer_btm {
  background: #114e3f;
}
.footer .footer_btm .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_btm .container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.footer .footer_btm .utility {
  padding: 0.5em 0;
  margin-top: 0;
  float: left;
}
.footer .footer_btm .utility li {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer_btm .utility li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer_btm .utility {
    display: none;
    float: none;
    text-align: center;
  }
  .footer .footer_btm .utility li {
    margin: 0 5px;
  }
}
.footer .footer_btm .copyright {
  float: right;
  margin-top: 0;
  padding: 0.6em 0;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer_btm .copyright {
    float: none;
    text-align: center;
  }
}

.pagetop {
  position: absolute;
  right: 15px;
  bottom: 4em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  z-index: 100;
  background: rgba(17, 78, 63, 0.5);
}
.pagetop:before {
  font-family: FontAwesome;
  content: "\f077";
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
.pagetop:hover {
  background-color: #114e3f;
}

/* ===========================*/
.switch {
  visibility: hidden;
}

.sp-show {
  display: block;
}
@media screen and (min-width: 992px) {
  .sp-show {
    display: none;
  }
}

.tb-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .tb-show {
    display: inline-block;
  }
}

.pc-show {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-show {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .br-spmax {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-tbmax {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .br-pcmax {
    display: none;
  }
}

.br-spmin {
  display: none;
}
@media screen and (min-width: 480px) and (max-width: miin) {
  .br-spmin {
    display: block;
  }
}

.br-tbmin {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tbmin {
    display: block;
  }
}

.br-pcmin {
  display: none;
}
@media screen and (min-width: 992px) {
  .br-pcmin {
    display: block;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1.6em;
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .img-l {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.img-responsive, .sponsor ul li img {
  margin: auto;
  max-width: 100%;
}

.decoration {
  padding: 25px 30px;
  margin-top: 1.6em;
}
.decoration > h2, .decoration h3, .decoration h4, .decoration h5, .decoration p {
  margin-top: 0;
}
.decoration.attention {
  background: #fffbfb;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap .fbox01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-wrap .fbox02 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.flex-wrap .fbox03 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.flex-wrap .fbox04 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
@media screen and (min-width: 768px) {
  .flex-wrap {
    display: block;
  }
}

.margin--0 {
  margin-top: 0 !important;
}

.margin--05 {
  margin-top: 0.8em !important;
}

.margin--1x {
  margin-top: 1.6em;
}

.margin--15x {
  margin-top: 2.4em !important;
}

.margin--2x {
  margin-top: 3.2em !important;
}

.margin--25x {
  margin-top: 4em;
}

.margin--2s {
  margin-top: 0.8em;
}

.margin--25s {
  margin-top: 0.64em;
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}

.xx-large {
  font-size: 160%;
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

.xx-small {
  font-size: 60%;
}

.attention {
  color: #ed2f53;
}

.bold {
  font-weight: bold;
}

.em {
  color: #114e3f;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FCFF50));
  background: linear-gradient(transparent 60%, #FCFF50 0%);
}

.catch {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #114e3f;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .catch {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.catch.hight {
  line-height: 1.7;
}

.lead {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 1.28em;
  color: #000;
}

.line-height-l {
  line-height: 1.2;
}

.anchor {
  display: inline-block;
  background: url(../img/icon_arrow002.png) 0 50% no-repeat;
  background-size: 16px;
  padding-left: 21px;
  color: #114e3f;
}

.back_page {
  display: inline-block;
}
.back_page:before {
  font-family: FontAwesome;
  content: "\f100";
  display: inline-block;
  margin-right: 5px;
}

.supple {
  display: inline-block;
  line-height: 1.4;
}

.fileicon {
  padding-left: 10px;
  padding-right: 10px;
}

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
}

.fileicon--docx:before {
  content: "\f1c2";
}

.fileicon--xlsx:before {
  content: "\f1c3";
}

.fileicon--pptx:before {
  content: "\f1c4";
}

.fileicon--pdf:before {
  content: "\f1c1";
}

.fileicon--zip:before {
  content: "\f1c6";
}

.topicpath {
  font-size: 1.5rem;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .topicpath {
    padding-left: 15px;
  }
}
.topicpath ol {
  margin: 0;
  padding: 0;
  background-size: 18px;
}
.topicpath li {
  list-style: none;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}
.topicpath li:not(:last-child):after {
  content: " > ";
}

.side .aside h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #114e3f;
  margin-top: 2.08em;
  border-bottom: 1px solid #114e3f;
}
.side .aside h2:before, .side .aside h2:after {
  content: " ";
  display: table;
}
.side .aside h2:after {
  clear: both;
}
.side .aside ul {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
  border-bottom: 1px solid #114e3f;
}
.side .aside ul li {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  margin: 0;
}
.side .aside ul li:last-child {
  border-bottom: none;
}
.side .aside ul li a {
  display: block;
  color: #464646;
  background: url(../img/icon_arrow01.png) 7px 1.4em no-repeat;
  background-size: 14px;
  padding: 1em 0 1em 30px;
}
.side .aside ul li a:hover {
  text-decoration: none;
  background-color: #f0f4f4;
}

.page-navi {
  background: #F0F0F0;
  padding: 1em 0;
  margin-top: 3.2em;
}
.page-navi ul {
  letter-spacing: -0.4em;
  text-align: center;
  margin-top: 0;
}
.page-navi ul li {
  letter-spacing: normal;
  font-weight: bold;
  display: inline-block;
  margin: 0 20px;
}
.page-navi ul li a {
  color: #114e3f;
  display: block;
  padding: 10px 0 10px 28px;
  background: url(../img/icon_arrow004.png) 0 50% no-repeat;
  background-size: 16px;
}
@media screen and (min-width: 992px) {
  .page-navi ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 50px;
  }
}

.local-navi {
  margin-top: 2.4em;
}
.local-navi ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
}
.local-navi ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex: auto;
  text-align: center;
  font-weight: bold;
  border: 1px solid #114e3f;
  background: #f0f4f4;
  border-right: none;
}
.local-navi ul li:last-child {
  border-right: 1px solid #114e3f;
}
.local-navi ul li a {
  display: block;
  padding: 8px 0;
  color: #114e3f;
}
.local-navi ul li.stay a, .local-navi ul li:hover a {
  background: #114e3f;
  color: #fff;
  text-decoration: none;
}

.page-title {
  background-image: url(../../top/img/img_keyvisual.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 3em 0;
}
.page-title h1 {
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
.page-title h1 .sub {
  font-size: 15px;
  font-size: 1.5rem;
  color: #114e3f;
  text-transform: uppercase;
}
.page-title h1 .sub:after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 768px) {
  .page-title {
    height: 330px;
  }
  .page-title h1 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-top: 2.4em;
  }
  .page-title h1 .sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.content h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #114e3f;
}
@media screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.content h2 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  line-height: 1.3;
  padding: 0.25em 0.5em;
  margin-top: 1.92em;
  background: #114e3f;
}
.content h2 a {
  color: #fff;
  text-decoration: none;
}
.content h2.style_none {
  padding: 0;
  background: none;
  color: #464646;
}
.content h2.img {
  padding: 0;
  margin-top: 1.6em;
  background: none;
  line-height: 1;
}

.content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  background: #f0f4f4;
  color: #114e3f;
  padding: 0 0.5em;
  border-left: 6px solid #114e3f;
}
.content h3.style_none {
  padding: 0;
  line-height: 1.2;
  background: none;
  color: #114e3f;
  border: none;
}

.content h4 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #114e3f;
  padding: 3px 0;
  border-bottom: 1px solid #114e3f;
}

.content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #114e3f;
}

.content ul {
  padding-left: 0;
}
.content ul li {
  list-style: none;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.content ul.horizontal li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.content .list li {
  background-size: 8px 8px;
  padding-left: 1.2em;
}
.content .list li:before {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 9px;
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 2px;
  color: #114e3f;
  vertical-align: middle;
  margin-top: -3px;
  text-indent: -1em;
}
.content .list li ul {
  margin-top: 0.8em;
}
.content .list li ul li {
  padding-left: 0.5em;
}

.content .link li {
  background: url(../img/icon_arrow01.png) 0 0.5em no-repeat;
  background-size: 14px;
  padding-left: 18px;
}
.content .link li ul {
  margin-top: 0;
}
.content .link li ul li {
  background: url(../img/icon_arrow02.png) 0 0.7em no-repeat;
  background-size: 6px;
  padding-left: 10px;
}

.content .link-horizontal li {
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.content .link-horizontal li a:hover {
  text-decoration: none !important;
}

.within {
  border: 2px solid #ddd;
  padding: 2px 15px !important;
}
@media screen and (min-width: 480px) {
  .within li {
    display: inline-block;
  }
}
.within li a:before {
  font-family: FontAwesome;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.5em;
}

ol {
  padding-left: 20px;
}
ol li {
  list-style-type: decimal;
  margin: 15px 0;
}

.tab-area {
  margin-top: 3.2em;
  white-space: nowrap;
}
.tab-area ul.tab {
  margin-top: 0;
  overflow: auto;
  white-space: nowrap;
  border-bottom: 1px solid #f0f4f4;
  padding: 0 10px;
}
.tab-area ul.tab li {
  display: inline-block;
  border-top: 1px solid #f0f4f4;
  border-left: 1px solid #f0f4f4;
  border-right: 1px solid #f0f4f4;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.tab-area ul.tab li a {
  display: block;
  padding: 5px 15px;
  color: #114e3f;
}
.tab-area ul.tab li a:hover {
  background: #f0f4f4;
  text-decoration: none;
}
.tab-area ul.tab li.stay {
  background: #f0f4f4;
}
@media screen and (max-width: 767px) {
  .tab-area ul.tab {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.content dl.list dt {
  padding-top: 0.8em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content dl.list dt {
    float: left;
    clear: left;
    width: 7em;
  }
}
.content dl.list dd {
  margin: 0;
  border-bottom: 1px dotted #bbb;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .content dl.list dd {
    padding-left: 8em;
    padding-top: 0.8em;
  }
}
.content dl.list dd > *:first-child {
  margin-top: 0;
}

.content dl.list-dot dt {
  padding-top: 0.5em;
}
.content dl.list-dot dt:before {
  font-family: FontAwesome;
  content: "\f111";
  display: inline-block;
  margin-right: 4px;
  color: #114e3f;
}
.content dl.list-dot dd {
  margin-left: 1em;
}

dl.book-info dt {
  float: left;
  clear: left;
  width: 6em;
  font-weight: bold;
  color: #114e3f;
  padding: 5px 0;
}
dl.book-info dd {
  margin: 0;
  padding: 5px 0 5px 6.5em;
  border-bottom: 1px solid #eee;
}

dl.history:before, dl.history:after {
  content: " ";
  display: table;
}
dl.history:after {
  clear: both;
}
dl.history dt {
  float: left;
  clear: left;
  width: 12em;
  padding: 10px 0 0 10px;
  font-weight: bold;
}
dl.history dd {
  padding: 10px 0 10px 12em;
  margin-left: 0;
  border-bottom: 1px dotted #114e3f;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 16px 40px;
  line-height: 1.2;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn--default, .btn.btn--link {
  border: 1px solid #114e3f;
  color: #114e3f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.btn.btn--default:after, .btn.btn--link:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.btn.btn--default:visited, .btn.btn--link:visited {
  color: #114e3f;
}
.btn.btn--default:hover, .btn.btn--link:hover {
  background: #114e3f;
  color: #fff;
}
.btn.btn--link:after {
  font-family: FontAwesome;
  content: "\f054";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  font-size: 1.3rem;
  line-height: 1;
}
.btn.btn--link:before {
  display: none;
}
.btn.btn--min {
  color: #fff;
  padding: 15px 20px;
  position: relative;
  background: #114e3f;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn.btn--min:hover {
  opacity: 0.85;
}
.btn.btn--sub {
  border: 1px solid #fbfaf5;
  color: #fbfaf5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.btn.btn--sub:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.btn.btn--sub:visited {
  color: #fbfaf5;
}
.btn.btn--sub:hover {
  background: #fbfaf5;
  color: #114e3f;
}
.btn.btn--cv {
  background: #37708d;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .btn.btn--cv {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 20px 40px;
  }
}
.btn.btn--white {
  background: #fff;
  color: #2f73b7;
  text-decoration: none;
  font-weight: bold;
  /* box-shadow */
  box-shadow: 0px 2px 0px 0px #1a4f9e;
  -moz-box-shadow: 0px 2px 0px 0px #1a4f9e;
  -webkit-box-shadow: 0px 2px 0px 0px #1a4f9e;
}
.btn.btn--white:hover, .btn.btn--white:active, .btn.btn--white:focus {
  color: #2f73b7;
  text-decoration: none;
}
.btn.btn--white:hover {
  background-color: #c8d9f4;
}
.btn.btn--w100 {
  width: 100%;
}
.btn.btn--w75 {
  width: 75%;
}

.googlemap {
  position: relative;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.6em;
}
.googlemap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.acms-entry .googlemap {
  margin-left: 10px;
  margin-right: 10px;
}

.googlecalender {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.6em;
}
.googlecalender iframe, .googlecalender object, .googlecalender embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.content table {
  width: 100%;
}
.content table thead th {
  background: #114e3f;
  color: #fff;
  border-bottom-color: #fbfaf5;
}
.content table th, .content table td {
  padding: 5px;
  border: 1px solid #dedede;
}
@media screen and (min-width: 768px) {
  .content table th, .content table td {
    padding: 10px 15px;
  }
}
.content table th {
  text-align: center;
  background: #f0f4f4;
  color: #114e3f;
  white-space: nowrap;
}
.content table.low th, .content table.low td {
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .content table.low th, .content table.low td {
    padding: 7px 15px;
  }
}

.content table .nowrap {
  white-space: nowrap;
}

.w20 {
  width: 35%;
}
@media screen and (min-width: 480px) {
  .w20 {
    width: 20%;
  }
}

.content table.border thead td {
  background: #eee;
}
.content table.border th, .content table.border td {
  border: 1px solid #c6cacc;
  border-collapse: collapse;
}
.content table.border th {
  background: #114e3f;
  color: #fff;
}

.content .scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.content .scroll-table::-webkit-scrollbar {
  height: 5px;
}
.content .scroll-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.content .scroll-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.content .scroll-table table {
  width: 100%;
}

.content .acms-pager {
  text-align: center;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.content .acms-pager li {
  list-style: none;
  float: none;
  display: inline-block;
}
.content .acms-pager li a {
  border: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #114e3f;
}
.content .acms-pager li a:hover {
  border: 1px solid #114e3f;
  background: #f0f4f4;
}
.content .acms-pager li.prev a, .content .acms-pager li.next a {
  background: #114e3f;
  color: #fff;
}
.content .acms-pager li.prev a:hover, .content .acms-pager li.next a:hover {
  background: #fff;
  color: #114e3f;
}
.content .acms-pager li.cur span {
  border: 1px solid #114e3f;
  background: #f0f4f4;
  border-radius: 0;
}

.period {
  border: 2px solid #114e3f;
  background: #f0f4f4;
  margin-top: 2.4em;
  padding: 1em 0;
}
.period h3 {
  padding: 0;
  margin: 0;
  background: none;
  color: #114e3f;
  text-align: center;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
}
.period h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.book__item {
  padding: 1.5em;
  margin-top: 1.6em;
  border: 1px solid #b8cac5;
  background-color: #fbfaf5;
  position: relative;
}
.book__item:before, .book__item:after {
  content: " ";
  display: table;
}
.book__item:after {
  clear: both;
}
.book__img {
  width: 30%;
  float: left;
  text-align: center;
}
.book__img p {
  margin-top: 0;
}
.book__img img {
  max-width: 100%;
}
.book__summary {
  width: 70%;
  float: left;
  padding-left: 1.5em;
}
.book__summary dl {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.book__summary dl dt {
  color: #00418d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.book__summary dl dt .publisher {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #464646;
}
.book__summary dl dd {
  margin: 0;
}
.book__summary dl dd.price {
  margin-top: 10px;
}
.book__summary dl dd.price span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f65713;
  font-weight: bold;
  margin-left: 5px;
}
.book__rank {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 10%;
  margin-top: 0;
}
.book__rank img {
  max-width: 100%;
}

.store-list li {
  border: 1px solid #f0f4f4;
  border-radius: 3px;
  padding: 1em;
}
.store-list li dl {
  margin-top: 0;
  line-height: 1.3;
}
.store-list li dl:before, .store-list li dl:after {
  content: " ";
  display: table;
}
.store-list li dl:after {
  clear: both;
}
.store-list li dl dt, .store-list li dl dd {
  margin: 0;
}
.store-list li dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.store-list li dl dt a {
  color: #114e3f;
  text-decoration: none;
}
.store-list li dl dt a:hover {
  text-decoration: underline;
}
.store-list li dl dd ul {
  margin-top: 0;
}
.store-list li dl dd ul li {
  border: none;
  border-radius: 0;
  padding: 0 0 0 1.2em;
  margin-top: 0;
}
.store-list li dl dd ul li:before {
  display: inline-block;
  text-indent: -1.2em;
}
.store-list li dl dd ul li.address:before {
  font-family: FontAwesome;
  content: "\f041";
}
.store-list li dl dd ul li.tel:before {
  font-family: FontAwesome;
  content: "\f095";
}
@media screen and (max-width: 767px) {
  .store-list li dl dd {
    float: left;
  }
  .store-list li dl dd.info {
    width: 60%;
  }
  .store-list li dl dd.detail {
    width: 40%;
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .store-list li dl dt {
    float: left;
    width: 28%;
  }
  .store-list li dl dd {
    float: left;
  }
  .store-list li dl dd.info {
    width: 42%;
    padding-left: 1.5em;
    border-left: 1px solid #f0f4f4;
  }
  .store-list li dl dd.detail {
    width: 30%;
    padding: 1em 0 0 1em;
    text-align: right;
  }
}

#entryForm .js-fieldgroup-sortable thead th, .custom-field .js-fieldgroup-sortable thead th {
  background: #ddd;
}
#entryForm .js-fieldgroup-sortable th, #entryForm .js-fieldgroup-sortable td, .custom-field .js-fieldgroup-sortable th, .custom-field .js-fieldgroup-sortable td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#entryForm .js-fieldgroup-sortable .item-handle:before, .custom-field .js-fieldgroup-sortable .item-handle:before {
  content: "↑↓";
}

.acms-admin-table-admin-edit .admin-store-list {
  margin-top: 0;
  letter-spacing: -0.4em;
}
.acms-admin-table-admin-edit .admin-store-list li {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: normal;
  vertical-align: text-top;
  padding: 0 10px;
}
.acms-admin-table-admin-edit .admin-store-list li.close span:after {
  font-family: FontAwesome;
  content: "\f147";
}
.acms-admin-table-admin-edit .admin-store-list li.close ul {
  display: block;
}
.acms-admin-table-admin-edit .admin-store-list li span {
  display: block;
  background: #f0f4f4;
  padding: 5px 10px;
}
.acms-admin-table-admin-edit .admin-store-list li span:before, .acms-admin-table-admin-edit .admin-store-list li span:after {
  content: " ";
  display: table;
}
.acms-admin-table-admin-edit .admin-store-list li span:after {
  clear: both;
}
.acms-admin-table-admin-edit .admin-store-list li span:after {
  font-family: FontAwesome;
  content: "\f196";
  font-weight: normal;
  float: right;
}
.acms-admin-table-admin-edit .admin-store-list li ul {
  display: none;
  margin-top: 0.4em;
}
.acms-admin-table-admin-edit .admin-store-list li ul li {
  width: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.acms-admin-table-admin-edit .admin-store-list li ul li label {
  font-weight: normal;
}
.acms-admin-table-admin-edit .admin-store-list li ul li input {
  margin-right: 3px;
}

.acms-entry [class*=column-image-] img {
  margin-top: 1.6em;
}
.acms-entry dl {
  margin-left: 0;
  margin-right: 0;
}
.acms-entry .entry-container {
  margin-left: 0;
  margin-right: 0;
}
.acms-entry .acms-grid-r {
  margin-left: 0;
  margin-right: 0;
}
.acms-entry .column-map-auto {
  margin-top: 1.6em;
}
.acms-entry .column-map-auto > div {
  width: 100% !important;
}
.acms-entry .column-file-auto {
  margin-top: 0.8em;
}
.acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry p {
  margin-left: 0;
  margin-right: 0;
}

.content h3.acms-admin-accordion-title {
  background: none;
  padding: 0;
  border-radius: 0;
  border-left: none;
}

body.privacy dl dt {
  font-weight: bold;
  margin-top: 1.6em;
}
body.privacy dl dd {
  margin-top: 0.8em;
  margin-left: 0;
}
body.privacy dl dd ul.list li {
  margin: 5px 0;
}

.content ul.sitemap {
  margin-top: 3.2em;
  border-top: 1px solid #f0f4f4;
}
.content ul.sitemap li {
  margin: 0;
}
.content ul.sitemap li a {
  display: block;
  background-image: url(../img/icon_arrow01.png);
  background-position: 0 1.1em;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid #f0f4f4;
}
.content ul.sitemap li ul {
  margin-top: 0;
}
.content ul.sitemap li ul li a {
  border-bottom: none;
  background-image: url(../img/icon_arrow02.png);
  background-position: 0 0.9em;
  background-size: 5px;
  padding: 5px 0 5px 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #114e3f;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: middle;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #1a7861;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
@media screen and (max-width: 991px) {
  .slick-prev,
  .slick-next {
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  z-index: 10000;
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
}
[dir=rtl] .slick-prev:before {
  font-family: FontAwesome;
  content: "\f105";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
}
[dir=rtl] .slick-next:before {
  font-family: FontAwesome;
  content: "\f104";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #c2c2c2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #2369d3;
  opacity: 0.75;
}

.entry-list {
  margin: 0;
  line-height: 1.3;
}
.entry-list dt.day {
  color: #a7a7a7;
}
.entry-list dd {
  margin: 0;
}

.entry-list-photo__title {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .acms-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.game-detail .date {
  padding-left: 0;
}
.game-detail h3.heading-sub {
  background: #ddd;
  color: #000;
}
.game-detail table {
  margin-top: 0;
}
.game-detail table thead {
  background: #eee;
}
.game-detail table th, .game-detail table td {
  padding: 5px;
  border: 1px solid #ddd;
}
.game-detail .score {
  margin-top: 1.6em;
}
.game-detail .score table th, .game-detail .score table td {
  border: 3px solid #114e3f;
  text-align: center;
  width: 33.3333%;
}
.game-detail .score table th {
  background: #114e3f;
  color: #fff;
}
.game-detail .score table .score-main {
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
}
.game-detail .score table table th, .game-detail .score table table td {
  border: 0;
}
@media screen and (max-width: 767px) {
  .game-detail .score table table th, .game-detail .score table table td {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.game-detail .line-up-area:before, .game-detail .line-up-area:after {
  content: " ";
  display: table;
}
.game-detail .line-up-area:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .game-detail .line-up {
    width: 50%;
    float: left;
  }
}
.category-icon {
  width: 7em;
  display: inline-block;
  margin-right: 8px;
  padding: 2px 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.category-icon.new {
  background: #f0f4f4;
}
.category-icon.ir {
  background: #114e3f;
}

@media screen and (max-width: 767px) {
  .category-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category-list ul {
  margin: 1.6em 0;
  padding: 0;
}
.category-list ul li {
  display: inline-block;
  list-style: none;
  background: #e9e9e9;
  padding: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .category-list ul li {
    padding: 10px;
    margin-right: 10px;
  }
}

.banner {
  margin-top: 1.6em;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner ul li {
  list-style: none;
  margin-bottom: 5px;
}
.sponsor:before, .sponsor:after {
  content: " ";
  display: table;
}
.sponsor:after {
  clear: both;
}
.sponsor ul {
  margin: 0;
  padding: 0;
}
.sponsor ul li {
  list-style: none;
  margin-top: 1.6em;
}
body#top .keyvisual {
  background: url(../../top/img/img_keyvisual.jpg) 50% 100% no-repeat;
  background-size: cover;
  position: relative;
  height: 200px;
}
body#top .keyvisual .text {
  width: 90%;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -45%;
}
body#top .keyvisual .text img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  body#top .keyvisual {
    height: 300px;
  }
  body#top .keyvisual .text {
    width: 60%;
    top: 25%;
    margin-left: -30%;
  }
  body#top .keyvisual .text img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  body#top .keyvisual {
    height: 520px;
  }
  body#top .keyvisual .text {
    width: 480px;
    top: 35%;
    margin-left: -240px;
  }
}
body#top .emergency-box {
  border: 10px solid #e55f3f;
  margin-top: 3.2em;
}
body#top .emergency-box__txt {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
body#top .emergency-box__txt a {
  display: block;
  padding: 1.5em;
  color: #e55f3f;
}
body#top .flyer-slider img {
  max-width: 100%;
}
body#top section {
  padding: 3em 0;
}
body#top section .title {
  text-align: center;
  position: relative;
  margin: 1em 0;
}
body#top section .title h2 {
  background: none;
  padding: 0.5em 0;
  margin-top: 0;
  color: #114e3f;
  font-size: 28px;
  font-size: 2.8rem;
  border-top: 1px solid #114e3f;
  border-bottom: 1px solid #114e3f;
}
body#top section .title p {
  margin-top: 0;
}
body#top section .title .sub {
  width: 100%;
  position: absolute;
  top: -0.7em;
  color: #114e3f;
}
body#top section .title .sub span {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 4px;
  background: #fff;
}
body#top section .title .icon {
  width: 100%;
  position: absolute;
  bottom: -0.9em;
}
body#top section .title .icon span {
  display: inline-block;
  padding: 0 5px;
  background: #fff;
}
body#top section .title .icon img {
  width: 30px;
}
body#top section .btn {
  width: 100%;
}
@media screen and (min-width: 480px) {
  body#top section .btn {
    width: 340px;
  }
}
body#top section .news {
  margin-top: 3.2em;
  margin-bottom: 3.2em;
}
body#top section .news__list {
  padding: 0;
  margin: 0;
  border-top: 1px solid #f0f4f4;
}
body#top section .news__list li {
  margin: 0;
  border-bottom: 1px solid #f0f4f4;
}
body#top section .news__list li a {
  display: block;
  color: #464646;
  padding: 1em;
}
body#top section .news__list li a:hover {
  text-decoration: none;
}
body#top section .news__list li .date {
  color: #114e3f;
  margin-right: 1em;
}
body#top section .book-list:before, body#top section .book-list:after {
  content: " ";
  display: table;
}
body#top section .book-list:after {
  clear: both;
}
body#top section .book-list li {
  width: 20%;
  float: left;
  padding: 0 15px;
}
body#top section .book-list li dl {
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
}
body#top section .book-list li dl dt {
  color: #2f73b7;
  font-weight: bold;
  padding: 0.5em 0;
}
body#top section .book-list li dl dt img {
  max-width: 100%;
  margin: auto;
}
body#top section .book-list li dl dd {
  margin: 0;
}
body#top section .book-list li dl dd.price span {
  color: #f65713;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  body#top section .title h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  body#top section .title .sub {
    top: -0.9em;
  }
}
body#top .sec002 {
  background: #fbfaf5;
}
body#top .sec002 .title .sub span,
body#top .sec002 .title .icon span {
  background: #fbfaf5;
}
body#top .sec002 .book-list li {
  position: relative;
  margin: 0;
  padding: 10px 0;
}
body#top .sec002 .book-list li .icon-rank {
  display: block;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}
body#top .sec002 .book-list li .icon-rank img {
  width: 100%;
}
body#top .sec002 .aggregate {
  text-align: center;
}
body#top .sec002 .aggregate span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
body#top .sec003 .event--box {
  background: #f0f4f4;
}
body#top .sec003 .event--box:before, body#top .sec003 .event--box:after {
  content: " ";
  display: table;
}
body#top .sec003 .event--box:after {
  clear: both;
}
body#top .sec003 .event--box dt, body#top .sec003 .event--box dd {
  margin: 0;
}
body#top .sec003 .event--box dt.img {
  width: 30%;
  float: left;
}
body#top .sec003 .event--box dt.img img {
  max-width: 100%;
}
body#top .sec003 .event--box dt.date,
body#top .sec003 .event--box dd {
  width: 70%;
  float: left;
  padding-left: 1em;
}
body#top .sec003 .event--box dt.date {
  padding-top: 0.8em;
}
body#top .sec003 .event--box dd {
  color: #000;
}
body#top .sec004 {
  background: #fbfaf5;
}
body#top .sec004 .title .sub span,
body#top .sec004 .title .icon span {
  background: #fbfaf5;
}
body#top .sec004 .topics--box dt {
  margin: 5px 0;
}
body#top .sec004 .topics--box dt.title {
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
body#top .sec004 .topics--box dt.title a {
  color: #000 !important;
}
body#top .sec004 .topics--box dd {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
body#top .sec004 .topics--box dd a {
  color: #114e3f;
}
body#top .sec005 {
  background: url(../../top/img/bg_miyabon.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 0;
}
body#top .sec005 h2 {
  color: #114e3f;
}
body#top .sec005 .lead {
  text-align: center;
  color: #114e3f;
  margin-top: 0.4em;
}
body#top .sec005 .miyabon {
  background: #114e3f;
  border: 4px solid #a18241;
  padding: 1.5em 2.5em;
  margin-top: 1.6em;
  color: #fff;
}
body#top .sec005 .miyabon img {
  max-width: 70%;
  margin: auto;
}
body#top .sec005 .miyabon--item {
  width: 94%;
  margin: auto;
}
body#top .sec005 .miyabon--item .row, body#top .sec005 .miyabon--item body#store .store__list, body#store body#top .sec005 .miyabon--item .store__list {
  margin-left: 0;
  margin-right: 0;
}
body#top .sec005 .miyabon--item dl {
  line-height: 1.6;
  text-align: center;
}
body#top .sec005 .miyabon--item dl dt, body#top .sec005 .miyabon--item dl dd {
  margin: 0;
}
body#top .sec005 .miyabon--item dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
body#top .sec005 .miyabon--item dl dd ul.horizontal {
  margin-top: 0.4em;
}
body#top .sec005 .miyabon--item dl dd ul.horizontal li {
  display: block;
  margin: 0;
}
body#top .sec005 .miyabon--item dl dd.comment {
  background: #fbfaf5;
  border-radius: 3px;
  padding: 1em;
  text-align: left;
  color: #464646;
  line-height: 1.3;
  margin-top: 0.8em;
}
body#top .sec005 .miyabon--item dl dd.comment p {
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
body#top .sec005 .miyabon--item dl dd.comment .comment--title {
  background: url(../img/icon_comment.png) 0 50% no-repeat;
  background-size: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #114e3f;
  padding-left: 24px;
  margin-bottom: 0.5em;
}
body#top .sec005 .miyabon--item .btn {
  display: block;
  width: 80%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
body#top .sec005 .miyabon .slick-prev, body#top .sec005 .miyabon .slick-next {
  background: #d9cdb3;
}
body#top .sec005 .miyabon .slick-prev:before, body#top .sec005 .miyabon .slick-next:before {
  color: #114e3f;
}
body#top .sec005 .miyabon .slick-prev {
  left: 10px;
}
body#top .sec005 .miyabon .slick-next {
  right: 10px;
}
@media screen and (max-width: 479px) {
  body#top .sec005 .miyabon img {
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  body#top .sec005 .miyabon img {
    max-width: 50%;
  }
  body#top .sec005 .miyabon .slick-prev {
    left: 0px;
  }
  body#top .sec005 .miyabon .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body#top .sec005 .btn--default, body#top .sec005 .btn.btn--link {
    background: #114e3f;
    color: #fff;
  }
  body#top .sec005 .miyacomi-txt {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  body#top .sec005 .miyabon {
    padding: 1.5em 4em;
  }
  body#top .sec005 .miyabon img {
    max-width: 150px;
  }
  body#top .sec005 .miyabon--item {
    width: 84%;
  }
  body#top .sec005 .miyabon dl {
    text-align: left;
    line-height: 1.4;
  }
  body#top .sec005 .miyabon dl dd ul.horizontal li {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    width: 48%;
  }
  body#top .sec005 .miyabon .btn {
    width: 240px;
    margin: 0 0 0 1em;
  }
  body#top .sec005 .miyabon .col-sm-4, body#top .sec005 .miyabon .sponsor ul li, .sponsor ul body#top .sec005 .miyabon li,
  body#top .sec005 .miyabon .col-sm-8 {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
}
body#top .sec006 {
  background: #f0f4f4;
}
body#top .sec006 .title .sub span,
body#top .sec006 .title .icon span {
  background: #f0f4f4;
}
body#top .sec006 dl dd.title {
  color: #114e3f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
body#top .sec007 .twitter-area {
  width: 80%;
  margin: auto;
}
body#top .sec007 .twitter-area iframe {
  width: 740px !important;
}
body#top .sec007 .twitter-area .u-floatLeft {
  display: none;
}
@media screen and (min-width: 768px) {
  body#top .sec007 .twitter-area {
    width: 70%;
  }
}

body#miyabon .miyabon,
body#miyabon .miyacomi,
body#miyacomi .miyabon,
body#miyacomi .miyacomi {
  background: #114e3f;
  border: 4px solid #a18241;
  padding: 2em 4em;
  margin-top: 1.6em;
  color: #fff;
}
body#miyabon .miyabon img,
body#miyabon .miyacomi img,
body#miyacomi .miyabon img,
body#miyacomi .miyacomi img {
  max-width: 70%;
}
body#miyabon .miyabon--item,
body#miyabon .miyacomi--item,
body#miyacomi .miyabon--item,
body#miyacomi .miyacomi--item {
  width: 94%;
  margin: auto;
}
body#miyabon .miyabon--item dl,
body#miyabon .miyacomi--item dl,
body#miyacomi .miyabon--item dl,
body#miyacomi .miyacomi--item dl {
  line-height: 1.6;
  text-align: center;
}
body#miyabon .miyabon--item dl dt, body#miyabon .miyabon--item dl dd,
body#miyabon .miyacomi--item dl dt,
body#miyabon .miyacomi--item dl dd,
body#miyacomi .miyabon--item dl dt,
body#miyacomi .miyabon--item dl dd,
body#miyacomi .miyacomi--item dl dt,
body#miyacomi .miyacomi--item dl dd {
  margin: 0;
}
body#miyabon .miyabon--item dl dt,
body#miyabon .miyacomi--item dl dt,
body#miyacomi .miyabon--item dl dt,
body#miyacomi .miyacomi--item dl dt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
body#miyabon .miyabon--item dl dd ul.horizontal,
body#miyabon .miyacomi--item dl dd ul.horizontal,
body#miyacomi .miyabon--item dl dd ul.horizontal,
body#miyacomi .miyacomi--item dl dd ul.horizontal {
  margin-top: 0.4em;
}
body#miyabon .miyabon--item dl dd ul.horizontal li,
body#miyabon .miyacomi--item dl dd ul.horizontal li,
body#miyacomi .miyabon--item dl dd ul.horizontal li,
body#miyacomi .miyacomi--item dl dd ul.horizontal li {
  display: block;
  margin: 0;
}
body#miyabon .miyabon--item dl dd.comment,
body#miyabon .miyacomi--item dl dd.comment,
body#miyacomi .miyabon--item dl dd.comment,
body#miyacomi .miyacomi--item dl dd.comment {
  background: #fbfaf5;
  border-radius: 3px;
  padding: 1em;
  text-align: left;
  color: #464646;
  line-height: 1.3;
  margin-top: 0.8em;
}
body#miyabon .miyabon--item dl dd.comment p,
body#miyabon .miyacomi--item dl dd.comment p,
body#miyacomi .miyabon--item dl dd.comment p,
body#miyacomi .miyacomi--item dl dd.comment p {
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
body#miyabon .miyabon--item dl dd.comment .comment--title,
body#miyabon .miyacomi--item dl dd.comment .comment--title,
body#miyacomi .miyabon--item dl dd.comment .comment--title,
body#miyacomi .miyacomi--item dl dd.comment .comment--title {
  background: url(../img/icon_comment.png) 0 50% no-repeat;
  background-size: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #114e3f;
  padding-left: 24px;
}
body#miyabon .miyabon--item .btn,
body#miyabon .miyacomi--item .btn,
body#miyacomi .miyabon--item .btn,
body#miyacomi .miyacomi--item .btn {
  display: block;
  width: 80%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
body#miyabon .miyabon .slick-prev, body#miyabon .miyabon .slick-next,
body#miyabon .miyacomi .slick-prev,
body#miyabon .miyacomi .slick-next,
body#miyacomi .miyabon .slick-prev,
body#miyacomi .miyabon .slick-next,
body#miyacomi .miyacomi .slick-prev,
body#miyacomi .miyacomi .slick-next {
  background: #d9cdb3;
}
body#miyabon .miyabon .slick-prev:before, body#miyabon .miyabon .slick-next:before,
body#miyabon .miyacomi .slick-prev:before,
body#miyabon .miyacomi .slick-next:before,
body#miyacomi .miyabon .slick-prev:before,
body#miyacomi .miyabon .slick-next:before,
body#miyacomi .miyacomi .slick-prev:before,
body#miyacomi .miyacomi .slick-next:before {
  color: #114e3f;
}
body#miyabon .miyabon .slick-prev,
body#miyabon .miyacomi .slick-prev,
body#miyacomi .miyabon .slick-prev,
body#miyacomi .miyacomi .slick-prev {
  left: 10px;
}
body#miyabon .miyabon .slick-next,
body#miyabon .miyacomi .slick-next,
body#miyacomi .miyabon .slick-next,
body#miyacomi .miyacomi .slick-next {
  right: 10px;
}
@media screen and (max-width: 479px) {
  body#miyabon .miyabon img,
  body#miyabon .miyacomi img,
  body#miyacomi .miyabon img,
  body#miyacomi .miyacomi img {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  body#miyabon .miyabon img,
  body#miyabon .miyacomi img,
  body#miyacomi .miyabon img,
  body#miyacomi .miyacomi img {
    max-width: 100%;
  }
  body#miyabon .miyabon--item,
  body#miyabon .miyacomi--item,
  body#miyacomi .miyabon--item,
  body#miyacomi .miyacomi--item {
    width: 84%;
  }
  body#miyabon .miyabon dl,
  body#miyabon .miyacomi dl,
  body#miyacomi .miyabon dl,
  body#miyacomi .miyacomi dl {
    text-align: left;
    margin-top: 0;
    padding-left: 1em;
  }
  body#miyabon .miyabon dl dd ul.horizontal li,
  body#miyabon .miyacomi dl dd ul.horizontal li,
  body#miyacomi .miyabon dl dd ul.horizontal li,
  body#miyacomi .miyacomi dl dd ul.horizontal li {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    width: 48%;
  }
  body#miyabon .miyabon .btn,
  body#miyabon .miyacomi .btn,
  body#miyacomi .miyabon .btn,
  body#miyacomi .miyacomi .btn {
    width: 240px;
    margin: 0 0 0 1em;
  }
}

body#store .store__search {
  margin-top: 3.2em;
  border-top: 1px solid #f0f4f4;
  border-bottom: 1px solid #f0f4f4;
}
body#store .store__search h2 {
  margin-top: 0.8em;
  font-weight: normal;
}
body#store .store__search .search-box {
  width: 90%;
  margin: 1.6em auto 0;
}
body#store .store__search .search-box:before, body#store .store__search .search-box:after {
  content: " ";
  display: table;
}
body#store .store__search .search-box:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  body#store .store__search .search-box {
    width: 60%;
  }
}
body#store .store__search form {
  width: 100%;
  display: block;
  float: left;
  letter-spacing: -0.4em;
}
body#store .store__search form input[type=text] {
  background: #fdfdfd;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border: 1px solid #dfdfdf;
  border-right: none;
  color: #909090;
  padding: 7px 10px;
  width: 85%;
  letter-spacing: normal;
}
body#store .store__search form .search-btn {
  width: 15%;
  background: #fdfdfd url(../img/icon_search_g.png) no-repeat;
  background-position: top 50% right 15px;
  background-size: 18px;
  text-indent: -9999px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border: 1px solid #dfdfdf;
  border-left: none;
  padding: 7px 0;
  letter-spacing: normal;
}
body#store .store__category h3 a {
  color: #464646;
}
body#store .store__category h4 {
  border-bottom: none;
  border-top: 1px solid #f0f4f4;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
}
body#store .store__category h4 a {
  color: #464646;
}
body#store .store__category ul {
  padding-left: 1.5em;
  margin-top: 0.8em;
}
body#store .store__category ul li {
  margin: 5px 0;
  line-height: 1.3;
}
body#store .store__category ul li a {
  color: #666;
}
body#gallery section {
  padding: 2em 0;
}
body#gallery section .title {
  text-align: center;
  position: relative;
  margin: 1em 0;
}
body#gallery section .title h2 {
  background: none;
  padding: 0.5em 0;
  margin-top: 0;
  color: #114e3f;
  font-size: 28px;
  font-size: 2.8rem;
  border-top: 1px solid #114e3f;
  border-bottom: 1px solid #114e3f;
}
body#gallery section .title p {
  margin-top: 0;
}
body#gallery section .title .sub {
  width: 100%;
  position: absolute;
  top: -0.7em;
  color: #114e3f;
}
body#gallery section .title .sub span {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 4px;
  background: #fff;
}
body#gallery section .btn {
  width: 100%;
}
@media screen and (min-width: 480px) {
  body#gallery section .btn {
    width: 340px;
  }
}
body#gallery section .lead {
  text-align: center;
}
body#gallery .entry--box {
  background: #f0f4f4;
}
body#gallery .entry--box:before, body#gallery .entry--box:after {
  content: " ";
  display: table;
}
body#gallery .entry--box:after {
  clear: both;
}
body#gallery .entry--box dt, body#gallery .entry--box dd {
  margin: 0;
}
body#gallery .entry--box dt.img {
  width: 30%;
  float: left;
}
body#gallery .entry--box dt.img img {
  max-width: 100%;
}
body#gallery .entry--box dt.date,
body#gallery .entry--box dd {
  width: 70%;
  float: left;
  padding-left: 1em;
}
body#gallery .entry--box dt.date {
  padding-top: 0.8em;
}
body#gallery .entry--box dd {
  color: #000;
}

.form {
  /* ============================
  	フォーム
  =============================*/
  /* ===========================*/
}
.form .content .form-flow {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-top: 3.2em;
}
.form .content .form-flow li {
  display: inline-block;
  width: 25%;
  position: relative;
  margin: 0;
}
.form .content .form-flow li:not(:last-child) {
  margin-right: 20px;
}
.form .content .form-flow li:not(:last-child):after {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  width: 10px 20px;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: -18px;
}
.form .content .form-flow span {
  display: inline-block;
  width: 100%;
  background: #f0f4f4;
  text-align: center;
  padding: 10px 20px;
}
.form .content .form-flow__stay span {
  background: #114e3f !important;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form .form-control:not(.no-full) {
    width: 100%;
  }
}
.form .form-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .form .form-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form .form-table th, .form .form-table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .form .form-table th, .form .form-table td {
    display: block;
    width: 100%;
  }
}
.form .form-table th {
  text-align: left;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form .form-table th {
    border: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .form .form-table th {
    text-align: right;
  }
}
.form .require {
  background: rgb(231, 81, 84);
  margin-left: 5px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form .alert, .form .error {
  margin-top: 0;
  color: #EF4245;
}
.form .alert:before, .form .error:before {
  font-family: FontAwesome;
  content: "\f06a";
  display: inline-block;
  margin-right: 4px;
}
.form .read-area {
  margin-top: 2.4em;
  padding: 0 2em 2em 2em;
  max-height: 400px;
  border: 1px solid #999;
  overflow-y: scroll;
}
.form .read-area h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form .read-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.form .form-table dl {
  margin: 0;
}
.form .form-table dl dd {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .form .form-table dl dt {
    float: left;
    clear: left;
    width: 20%;
    margin: 0.2em 0;
    font-weight: bold;
  }
  .form .form-table dl dd {
    width: 80%;
    float: left;
    margin: 0.2em 0;
  }
}
.form .form-btn-box {
  margin-top: 1.6em;
  /*.btn-lg {
      @include font-size(18);
      background: #eee;
      @include link-text(#000,0, none);
      padding: 20px 3rem;
      border-radius:5px;
      border-bottom:3px solid #999;
      font-weight:bold;

      @include mq( $tb , min ) {
      width:40%;
  }
  }
      .btn-primary {
      @include font-size(18);
      background: $sub-color;
      @include link-text(#6a6209,0, none);
      padding: 20px 3rem;
      border-radius:5px;
      border-bottom:3px solid #baac01;
      font-weight:bold;

      @include mq( $tb , min ) {
      width:40%;
  }
  }*/
}
.form .form-btn-box .btn-lg {
  background: #ddd;
  color: #333;
  padding: 15px 55px;
  border: none;
  border-radius: 0;
  padding: 18px 55px;
  /*@include mq( $tb , min ) {
      width:40%;
  }*/
}
.form .form-btn-box .btn-lg:after {
  display: none;
}
.form .form-btn-box .btn-lg:before {
  font-family: FontAwesome;
  content: "\f053";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -0.5em;
  font-size: 1.3rem;
  line-height: 1;
}
.form .form-btn-box .btn-primary {
  display: inline-block;
  position: relative;
  background: #114e3f;
  color: #fff !important;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 18px 55px;
}
.form .form-btn-box .btn-primary:after {
  font-family: FontAwesome;
  content: "\f054";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  font-size: 1.3rem;
  line-height: 1;
}
.form .form-btn-box .pull-right,
.form .form-btn-box .pull-left {
  width: 50%;
}
.form.order_form .acms-admin-form-radio {
  display: block;
  margin: 0;
}
.form.order_form .acms-admin-form-radio label {
  font-weight: normal;
}