@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 {
  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 {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row: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.col2 .side, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .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, .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, .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 {
  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.col2 .side, .col-sm-4, .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3, body.col2 .side {
    width: 25%;
  }
  .col-sm-4 {
    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 {
    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;
  }
}
@media screen and (max-width: 767px) {
  .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;
  }
}

* {
  -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: 15px;
  font-size: 1.5rem;
  color: #4b6b70;
  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: #2e87a1;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #3ba7c7;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

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

body.login .header {
  position: inherit;
}

.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.header__wrap {
  width: 100%;
  height: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.header .logo {
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  margin: 0;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .menu-btn {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
}
.header .menu-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #4b6b70;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  margin-left: -15px;
}
.header .menu-btn span:nth-child(1) {
  top: 22px;
}
.header .menu-btn span:nth-child(2) {
  top: 29px;
}
.header .menu-btn span:nth-child(3) {
  top: 36px;
}
.header .menu-btn span:nth-child(4) {
  background: none;
  height: inherit;
  font-size: 9px;
  text-align: center;
  top: 36px;
  width: 100%;
  margin-left: 0;
  left: 0;
}
.header .menu-btn.active span:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:nth-child(2), .header .menu-btn.active span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .recruit {
  margin: 0 1.5em 0 0;
}
.header .recruit a {
  display: block;
  color: #4b6b70;
  padding: 0 0 0 28px;
  background: url(../img/icon_recruit.svg) 0 50% no-repeat;
  background-size: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
.header .recruit a:hover {
  text-decoration: none;
}
.header .recruit a .en {
  font-size: 10px;
  font-size: 1rem;
}
.header .recruit a .en::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 991px) {
  .header .recruit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .recruit a {
    padding: 0 0 0 30px;
    background-size: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header .recruit a .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header .recruit.sp-view {
    width: 90px;
    position: absolute;
    top: 0;
    right: 60px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .header .recruit.sp-view a {
    padding: 0 0 0 25px;
    background-size: 17px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .header .recruit.sp-view a .en {
    font-size: 10px;
    font-size: 1rem;
  }
  .header .head-navi {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
    overflow-y: scroll;
  }
  .header .head-navi .nav__wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .header .head-navi .nav__wrap ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .header .head-navi .nav__wrap ul li {
    list-style: none;
  }
  .header .head-navi .nav__wrap ul li a {
    color: #4b6b70;
  }
  .header .head-navi .nav__wrap ul li a:hover {
    text-decoration: none;
  }
  .header .head-navi .nav__wrap ul.gnav li {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 5px 0;
  }
  .header .head-navi .nav__wrap ul.gnav li a {
    display: block;
  }
  .header .head-navi .nav__wrap ul.language {
    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;
    margin: 1.6em 0;
  }
  .header .head-navi .nav__wrap ul.language li {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
  }
  .header .head-navi .nav__wrap ul.language li:first-child::after {
    content: "/";
    display: inline-block;
  }
  .header .head-navi .nav__wrap ul.language li a {
    padding: 0 12px;
  }
  .header .head-navi .nav__wrap .booking {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2.4em;
  }
  .header .head-navi .nav__wrap .booking a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 200px;
    background: #4b6b70;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    padding: 10px 0;
  }
  .header .head-navi .nav__wrap .booking a span.small {
    width: 100%;
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: 78px;
  }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    width: 200px;
    padding-left: 20px;
  }
  .header .recruit.sp-view {
    display: none;
  }
  .header .head-navi {
    width: calc(100% - 200px);
  }
  .header .head-navi .nav__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .head-navi .nav__wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
  }
  .header .head-navi .nav__wrap ul li {
    list-style: none;
    line-height: 1.3;
    text-align: center;
  }
  .header .head-navi .nav__wrap ul li a {
    color: #4b6b70;
  }
  .header .head-navi .nav__wrap ul li a:hover {
    text-decoration: none;
  }
  .header .head-navi .nav__wrap ul.gnav li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header .head-navi .nav__wrap ul.gnav li a {
    display: block;
    padding: 0 0.5em;
  }
  .header .head-navi .nav__wrap ul.language {
    margin: 0 0.5em;
  }
  .header .head-navi .nav__wrap ul.language li {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
  }
  .header .head-navi .nav__wrap ul.language li:first-child::after {
    content: "/";
    display: inline-block;
  }
  .header .head-navi .nav__wrap ul.language li a, .header .head-navi .nav__wrap ul.language li span {
    padding: 0 5px;
  }
  .header .head-navi .nav__wrap .booking {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .header .head-navi .nav__wrap .booking a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 130px;
    height: 78px;
    background: #4b6b70;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 1;
  }
  .header .head-navi .nav__wrap .booking a:hover {
    opacity: 0.9;
    text-decoration: none;
  }
  .header .head-navi .nav__wrap .booking a span.small {
    width: 100%;
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
  .header .menu-btn {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .header .logo {
    width: 230px;
  }
  .header .head-navi {
    width: calc(100% - 230px);
  }
  .header .head-navi .nav__wrap ul.gnav li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .head-navi .nav__wrap ul.gnav li a {
    padding: 0 1em;
  }
  .header .head-navi .nav__wrap ul.language {
    margin: 0 1em;
  }
  .header .head-navi .nav__wrap ul.language li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .head-navi .nav__wrap ul.language li a, .header .head-navi .nav__wrap ul.language li span {
    padding: 0 12px;
  }
  .header .head-navi .nav__wrap .booking a {
    width: 162px;
  }
}

.content-wrap {
  padding: 0 0 3em;
}

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

.main-visual {
  width: 100%;
  padding-bottom: 13%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-bottom: 40%;
  }
}

.error .main-visual {
  background-image: url(../../blog/img/bg_news.jpg);
}

.footer {
  background-image: url(../img/bg_footer.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5em 0 1.5em;
  text-align: center;
}
.footer p, .footer ul {
  margin-top: 0.8em;
}
.footer a img:hover {
  opacity: 0.8;
}
.footer .info-box__item h2 {
  margin: 0;
}
.footer .info-box__item p {
  text-align: left;
}
.footer .info-box__item p.notes {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1.92em;
  padding-left: 1em;
}
.footer .info-box__item p.notes::before {
  content: "※";
  margin-left: -1em;
}
.footer .info-box__item:nth-child(1) h2 {
  width: 270px;
}
.footer .info-box__item:nth-child(2) h2 {
  width: 245px;
}
.footer .info-box__item:nth-child(2) p.tel {
  color: #3f3a39;
  padding-left: 0.5em;
}
.footer .info-box__item:nth-child(2) p.tel .number::before {
  background-image: url(../img/icon_tel_b.svg);
}
.footer .tel {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.footer .tel .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
}
.footer .tel .number::before {
  content: " ";
  display: block;
  width: 16px;
  height: 22px;
  background-image: url(../img/icon_tel.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin: 3px 5px 0 0;
}
.footer .tel .small {
  font-size: 50%;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  text-indent: -0.5em;
}
.footer .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #4b6b70;
}
.footer .mail::before {
  content: " ";
  display: block;
  width: 24px;
  height: 18px;
  background-image: url(../img/icon_mail.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin: 3px 8px 0 0;
}
.footer .contact-box {
  margin: 3em 0;
}
.footer .contact-box .contact {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.footer .contact-box .contact a {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #4b6b70;
  color: #fff;
  text-align: center;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
}
.footer .contact-box .contact a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.footer .contact-box .contact a .small {
  width: 100%;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.footer .contact-box .address {
  margin-top: 2.4em;
}
.footer ul.sns {
  width: 100%;
  padding: 0;
  margin-top: 0.8em;
}
.footer ul.sns li {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
}
.footer ul.sns li a {
  color: #4b6b70;
}
.footer .copyright {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .footer .info-box__item {
    margin-top: 1.6em;
  }
  .footer .info-box__item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .info-box__item .inner p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 5em 0 4em;
  }
  .footer .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0;
  }
  .footer .info-box__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding: 2em 0;
  }
  .footer .info-box__item:nth-child(1) {
    border-right: 1px solid #b8b7b7;
  }
}

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

.sp-show {
  display: block;
}
.sp-show.inline {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .sp-show.inline {
    display: none;
  }
}
@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;
}

.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 {
  margin: auto;
}

.content .decoration__line {
  margin-top: 2.4em;
  border: 1px solid #f18fb8;
  padding: 1.5em;
}
.content .decoration__line h2, .content .decoration__line h3, .content .decoration__line h4 {
  margin-top: 0;
}
.content .decoration__solid {
  margin-top: 2.4em;
  background: #f18fb8;
  padding: 1em;
}
.content .decoration__solid h2, .content .decoration__solid h3, .content .decoration__solid h4 {
  margin-top: 0;
}
.content .decoration__solid h2.style-none {
  color: #fff;
}
.content .decoration__contact {
  border: 1px solid #4b6b70;
  padding: 2em 1.5em;
  text-align: center;
  width: 70%;
  margin: auto;
}
.content .decoration__contact h2 {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.content .decoration__contact p {
  margin-top: 0;
  font-weight: bold;
}
.content .decoration__contact p.tel {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-top: 0.4em;
}
.content .decoration__contact p.tel span {
  font-size: 50%;
}
.content .decoration__contact p.fax {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.content .decoration__contact p.fax span {
  font-size: 70%;
}
@media screen and (min-width: 992px) {
  .content .decoration__contact {
    width: 55%;
  }
}
@media screen and (max-width: 479px) {
  .content .decoration__contact {
    width: 100%;
  }
  .content .decoration__contact h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

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

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

.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: #fb5225;
}

.bold {
  font-weight: bold;
}

.em {
  font-weight: bold;
}

.pink {
  color: #ff3399;
}

.blue {
  color: #2e87a1;
}

.catch {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .catch {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.catch.hight {
  line-height: 1.7;
}

.lead {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

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

.anchor {
  display: inline-block;
  background: url(../img/icon_arrow01.png) 0 50% no-repeat;
  background-size: 14px;
  padding-left: 20px;
  color: #4b6b70;
}

.mincho {
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.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";
}

body.login .page-title {
  margin-top: 0;
}

.page-title {
  width: 100%;
  height: 180px;
  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;
  background: #4b6b70;
  margin-top: 60px;
}
.page-title h1 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .page-title {
    height: 230px;
    margin-top: 78px;
  }
}

.topicpath {
  background: #141414;
  font-size: 1.5rem;
  padding: 4px 0;
  color: #fff;
}
@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 a {
  color: #fff;
  text-decoration: underline;
}
.topicpath li a:hover {
  text-decoration: none;
}
.topicpath li:not(:last-child):after {
  font-family: FontAwesome;
  content: "\f105";
  color: #4b6b70;
}

.side .aside {
  margin-top: 4em;
}
.side .aside h2 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: normal;
  color: #4b6b70;
}
.side .aside h2:before, .side .aside h2:after {
  content: " ";
  display: table;
}
.side .aside h2:after {
  clear: both;
}
.side .aside h2 .sub_title {
  display: block;
  float: right;
  width: 100px;
}
.side .aside h2 .sub_title img {
  max-width: 100px;
}
.side .aside ul {
  list-style-type: none;
  padding: 0;
}
.side .aside ul li {
  margin: 0.16em;
}
.side .aside ul li a {
  color: #4b6b70;
}
.side .aside ul li a:hover {
  color: #4b6b70;
  text-decoration: none;
}

.content h1 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #4b6b70;
}
@media screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.content h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.content h2 a {
  text-decoration: underline;
}
.content h2 a:hover {
  text-decoration: none;
}
.content h2.img {
  padding: 0;
  margin-top: 1.6em;
  background: none;
  line-height: 1;
  text-align: center;
}
.content h2.style-none {
  background: none;
  padding: 0;
  color: #4b6b70;
}
@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.content h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}
.content h3.img {
  background: none;
  line-height: 1;
}
.content h3.style-none {
  background: none;
  color: #4b6b70;
  font-weight: bold;
  padding: 0;
  font-weight: normal;
}

.content h4 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 0 8px;
  line-height: 1.3;
  color: #4b6b70;
}
.content h4.style-none {
  color: #4b6b70;
  border: none;
  padding: none;
}

.content h5 {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
}

.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: 1em;
}
.content .list li:before {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 2px;
  color: #99a9ab;
  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: 20px;
}
.content .link li a {
  color: #4b6b70;
}
.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: 15px;
}

.content ul.rice li {
  padding-left: 1em;
  margin: 0;
}
.content ul.rice li:before {
  content: "*";
  margin-left: -1em;
}

.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;
}

.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: #4b6b70;
}
.content dl.list-dot dd {
  margin-left: 1em;
}

.content dl.horizontal dt {
  font-weight: bold;
}
.content dl.horizontal dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .content dl.horizontal:before, .content dl.horizontal:after {
    content: " ";
    display: table;
  }
  .content dl.horizontal:after {
    clear: both;
  }
  .content dl.horizontal dt {
    width: 6em;
    float: left;
    clear: left;
  }
  .content dl.horizontal dd {
    padding-left: 6em;
    margin-bottom: 10px;
  }
}

.content dl.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px solid #ccc;
}
.content dl.price-list > * {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
}
.content dl.price-list dt {
  width: 50%;
  font-weight: bold;
}
.content dl.price-list dd {
  width: 50%;
  text-align: right;
  margin: 0;
}

.content dl.classification {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0.8em 0;
  padding: 2em 0.5em;
}
.content dl.classification dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.content dl.classification dd {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.content dl.classification dd.bold {
  font-size: 18px;
  font-size: 1.8rem;
}

.content dl.event {
  font-size: 18px;
  font-size: 1.8rem;
}
.content dl.event dt {
  width: 3em;
  float: left;
  clear: left;
  text-align: right;
  font-weight: bold;
  color: #4b6b70;
}
.content dl.event dd {
  margin: 0 0 10px;
  padding-left: 4em;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  line-height: 1;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn--default {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  border: 1px solid #4b6b70;
  color: #4b6b70;
  padding: 0 30px;
}
.btn.btn--default:visited, .btn.btn--default:active {
  background-color: #f0f5f7;
}
.btn.btn--default:hover {
  background-color: #4b6b70;
  color: #fff;
}
.btn.btn__zoom {
  width: 100%;
  background-color: #008dab;
  background-image: url(../../top/img/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: left 20px top 50%;
  background-size: 21px;
  padding: 12px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "EB Garamond", serif, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media screen and (min-width: 992px) {
  .btn.btn__zoom:hover {
    opacity: 0.9;
  }
}
.btn.btn--ghost {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 15px 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn--ghost:hover {
  background: none;
  color: #fff;
}
.btn.btn--mail {
  background: #4b6b70 url(../img/icon_mail.png) 10px 50% no-repeat;
  background-size: 11px;
  color: #fff;
  padding: 5px 15px 5px 26px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn.btn--mail:visited {
  color: #fff;
}
.btn.btn--mail:hover {
  background-color: #5f888f;
}
.btn.btn--small {
  background: #4b6b70;
  background: -webkit-gradient(linear, left top, right top, from(#f5bb57), to(#ff672a));
  background: linear-gradient(to right, #f5bb57 0%, #ff672a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5bb57", endColorstr="#ff672a",GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.2em;
  border-radius: 12px;
}
.btn.btn--data {
  background-color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff !important;
  padding: 11px 20px 11px;
}
.btn.btn--data:hover {
  background: gray;
}
.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: #2e87a1;
  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: #2e87a1;
  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: 56.4%;
  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;
}

.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 th, .content table td {
  padding: 5px;
  border: 1px solid #cbcbcb;
}
@media screen and (min-width: 768px) {
  .content table th, .content table td {
    padding: 10px 15px;
  }
}
.content table th {
  text-align: center;
  background: #f2f5f6;
  color: #4b6b70;
  white-space: nowrap;
}

.content table.simple tr:nth-child(even) td {
  background: none;
}

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

.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%;
}

.slider .img-slider li {
  margin: 0 15px;
}
.slider .img-slider li img {
  width: 320px;
}
.slider .slick-dots {
  bottom: -40px;
}
.slider .slick-dots li {
  margin: 0;
}
.slider .slick-dots li button:before {
  font-size: 14px;
}
.slider .slick-dots li.slick-active button:before {
  color: #f18fb8;
}
@media screen and (min-width: 480px) {
  .slider .img-slider li img {
    width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .slider .img-slider li img {
    width: 700px;
  }
}

.gallery {
  padding-bottom: 4em;
}
.gallery h2 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center;
  color: #3f3a39;
  line-height: 1.4;
  margin-top: 2.4em;
  margin-bottom: 0.8em;
}
.gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .gallery__item {
    width: calc(50% - 10px);
    margin: 10px 20px 10px 0;
  }
  .gallery__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .gallery {
    padding-bottom: 8em;
  }
  .gallery__item {
    width: calc(25% - 12px);
    margin: 20px 16px 20px 0;
  }
  .gallery__item:nth-child(4n) {
    margin-right: 0;
  }
  .gallery__item a {
    display: block;
    position: relative;
  }
  .gallery__item a::after {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    background: #4b6b70 url(../img/icon_plus.svg) 50% 50% no-repeat;
    background-size: 9px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.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;
  font-size: 16px;
  font-size: 1.6rem;
}
.content .acms-pager li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  background: #f0f5f7 !important;
  color: #4b6b70 !important;
  padding: 0;
}
.content .acms-pager li.cur span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  background: #4b6b70;
  color: #fff;
  padding: 0;
}
.content .acms-pager li span > a, .content .acms-pager li.cur span, .content .acms-pager li > a {
  font-size: 16px;
  font-size: 1.6rem;
}

.social:before, .social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social ul {
  float: left;
  margin-right: 5px;
}
.social ul li {
  margin: 0;
  padding-top: 6px;
}
.social div {
  float: left;
  margin-top: 1.6em;
}

.comment__body {
  background: #f0f5f7;
  border-radius: 4px;
  padding: 1em;
  margin-top: 1.6em;
}
.comment__reply {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0.8em;
}
.comment__title {
  margin-top: 0;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.comment__name {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

.comment-form .acms-form {
  text-align: center;
}
.comment-form .comment-table {
  border: none;
}
.comment-form .comment-table th, .comment-form .comment-table td {
  border: none;
  text-align: left;
}
.comment-form .comment-table th {
  background: none;
}
.comment-form .base-required-label {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  padding: 0 6px;
  border-radius: 3px;
  background-color: #ff3399;
  margin-left: 3px;
}
.comment-form .comment-btn,
.comment-form .comment-btn-inline {
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background-color: #4b6b70;
  margin-top: 1.6em;
}

#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: "↑↓";
}

#adminBox,
#js-seo_info,
.entryFormColumn,
.entryFormColumn select,
.entryFormImageTable label,
.acms-admin-revison-admin,
.entryFormWrapper,
.entryFormWrapper h2,
.entryFormWrapper h3,
.entryFormWrapper .adminTable th {
  color: #333 !important;
}

.content header:first-child h2 {
  margin-top: 0;
}
.content header .entry-date {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4b6b70;
}
.content header .entry-date span.name {
  color: #4b6b70;
}

.content .social {
  max-width: 100%;
}
.content .social .fb_iframe_widget span, .content .social .fb_iframe_widget iframe, .content .social .fb_iframe_widget table {
  width: inherit !important;
  height: inherit !important;
  white-space: wrap;
}
.content .social .fb_iframe_widget table.uiGrid {
  width: inherit !important;
}

@media screen and (max-width: 767px) {
  .acms-entry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .acms-entry .acms-grid-r {
    margin-left: 0;
    margin-right: 0;
  }
}
.acms-entry [class*=column-image-] img {
  margin-top: 1.6em;
}
.acms-entry .entry-container {
  margin-left: 0;
  margin-right: 0;
}
.acms-entry .column-map-auto {
  margin-top: 1.6em;
}
.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;
}

/* 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: #4b6b70;
  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: #5f888f;
  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: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px !important;
  width: 20px !important;
  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: 10px;
  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: #4b6b70;
  opacity: 0.75;
}

body#top .keyvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../../top/img/img_keyvisual01.jpg) 50% 50% no-repeat;
  background-size: cover;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body#top .keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
}
body#top .keyvisual .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 187px;
  margin-top: -107px;
  margin-left: -98.5px;
}
body#top section {
  padding: 3em 0;
}
body#top section h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  color: #4b6b70;
  text-align: center;
  margin: 0;
  padding: 0;
}
body#top section a.hover {
  display: block;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
body#top section .em {
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff300;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
body#top section .fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 992px) {
  body#top section {
    padding: 5em 0;
  }
  body#top section a.hover:hover {
    opacity: 0.9;
  }
}
body#top .sec001 .about {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
body#top .sec002 {
  background: #f0f5f7;
}
body#top .sec002 .lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
body#top .sec002 .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.2em;
}
body#top .sec002 .sns-box__item {
  width: 100%;
  background: #fff;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6em;
}
body#top .sec002 .sns-box__item .logo {
  width: 38%;
  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;
  padding-right: 1em;
}
body#top .sec002 .sns-box__item .inner {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #edf0f1;
}
body#top .sec002 .sns-box__item .inner h3 {
  margin: 0;
}
body#top .sec002 .sns-box__item .inner ul {
  width: 100%;
  margin: 0;
  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;
}
body#top .sec002 .sns-box__item .inner ul li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 10px 0.5em;
}
body#top .sec002 .sns-box__item .inner ul li a {
  display: block;
  width: 51px;
  height: 51px;
  border-radius: 26px;
  border: 1px solid #d9d9d9;
  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;
  color: #000;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
body#top .sec002 .sns-box__item .inner ul li:nth-child(1) a {
  color: #0058ff;
}
body#top .sec002 .sns-box__item:nth-child(1) .logo img {
  width: 84px;
}
body#top .sec002 .sns-box__item:nth-child(1) .inner h3 {
  width: 162px;
}
body#top .sec002 .sns-box__item:nth-child(2) .logo img {
  width: 95px;
}
body#top .sec002 .sns-box__item:nth-child(2) .inner h3 {
  width: 127px;
}
body#top .sec003 .stay__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#top .sec003 .stay__img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#top .sec003 .stay__txt {
  padding: 2em 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#top .sec003 .stay__txt h2 {
  text-align: left;
}
body#top .sec003 .stay__txt dl {
  margin-top: 3.52em;
}
body#top .sec003 .stay__txt dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
body#top .sec003 .stay__txt dl dt span {
  font-size: 22px;
  font-size: 2.2rem;
}
body#top .sec003 .stay__txt dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  margin-top: 2.4em;
}
body#top .sec003 .notes {
  margin-top: 5em;
  background: #f0f5f7;
  padding: 2em 1.5em;
}
body#top .sec003 .notes .title {
  text-align: center;
}
body#top .sec003 .notes h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  background: #fff300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #3f3a39;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0.5em 2.5em;
  border-radius: 2em;
  margin: 0 auto;
}
body#top .sec003 .notes__list {
  margin-top: 2.4em;
}
body#top .sec003 .notes__list ul {
  margin-top: 0;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body#top .sec003 .notes .cancel-policy {
  max-width: 670px;
  background: #fff;
  padding: 1em;
  margin: 2em auto 0;
}
body#top .sec003 .notes .cancel-policy h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
body#top .sec003 .notes .cancel-policy p {
  text-align: center;
  margin-top: 0.8em;
}
body#top .sec004 .room__wrap {
  margin-top: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#top .sec004 .room__img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#top .sec004 .room__img ul {
  margin-top: 0;
}
body#top .sec004 .room__img ul.slider-room__thum {
  margin: 10px -5px 0;
}
body#top .sec004 .room__img ul.slider-room__thum li {
  margin: 0 5px;
}
body#top .sec004 .room__info {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#top .sec004 .room__info h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  line-height: 1.4;
  margin: 0 0 5px;
  padding: 0;
}
body#top .sec004 .room__info h3 span {
  font-size: 80%;
}
body#top .sec004 .room__info p.price {
  font-size: 25px;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.3;
  margin-top: 0;
}
body#top .sec004 .room__info p.price span {
  font-size: 13px;
  font-size: 1.3rem;
}
body#top .sec004 .room__info ul li {
  line-height: 1.4;
}
body#top .sec005 {
  background: #f0f5f7;
}
body#top .sec005 .facility-list {
  margin-top: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#top .sec005 .facility-list__item {
  width: calc(50% - 10px);
  text-align: center;
  color: #000;
  margin-top: 1.6em;
}
body#top .sec005 .facility-list__item h3 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}
body#top .sec005 .facility-list__item h3 span {
  font-size: 80%;
}
body#top .sec005 .facility-list__item p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
}
body#top .sec005 .facility-each {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#top .sec005 .facility-each__img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.6em;
}
body#top .sec005 .facility-each__txt {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#top .sec005 .facility-each__txt h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
}
body#top .sec005 .facility-each__txt ul {
  margin-top: 0.8em;
}
body#top .sec005 .facility-each__txt ul li {
  margin: 0;
}
body#top .sec005 .facility-each__txt ul.horizontal li {
  display: inline-block;
  margin: 0 1.2em 0 0;
}
body#top .sec006 .floormap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6em;
}
body#top .sec006 .floormap__item {
  width: 100%;
  border: 3px solid #f0f5f7;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6em;
}
body#top .sec006 .floormap__item:nth-child(1) h3 img {
  width: 63px;
}
body#top .sec006 .floormap__item:nth-child(2) h3 img {
  width: 66px;
}
body#top .sec006 .floormap__item:nth-child(3) h3 img {
  width: 67px;
}
body#top .sec006 .floormap__item:nth-child(4) h3 img {
  width: 205px;
}
body#top .sec006 .floormap__img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 15px;
}
body#top .sec006 .floormap__info {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#top .sec006 .floormap h3 {
  margin: 0;
  padding: 0;
}
body#top .sec006 .floormap h3 img {
  display: block;
}
body#top .sec006 .floormap ul li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
body#top .sec006 .floormap ul li i {
  display: block;
  width: 20px;
  margin-right: 8px;
}
body#top .sec006 .booking-area {
  margin-top: 3.2em;
}
body#top .sec006 .booking-area p {
  margin-top: 2.4em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
body#top .sec006 .booking-area p .small {
  font-size: 80%;
}
body#top .sec007 h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #3f3a39;
}
body#top .sec007 .shima__img {
  position: relative;
}
body#top .sec007 .shima__img .logo {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -40px;
}
body#top .sec007 .shima__info {
  text-align: center;
  padding: 4em 0;
}
body#top .sec007 .shima__info p {
  color: #3f3a39;
}
body#top .sec007 .shima__info p.time {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}
body#top .sec007 .shima__info p.time span {
  font-size: 80%;
}
body#top .sec007 .shima__info p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.5;
}
body#top .sec007 .shima__info .catch-img {
  display: none;
}
body#top .sec007 .menu {
  background: #f0eeea;
  padding: 4em 0;
}
body#top .sec007 .menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3em;
}
body#top .sec007 .menu .menu-list__item {
  width: 100%;
  margin-top: 1.6em;
}
body#top .sec008 {
  padding-bottom: 0;
  text-align: center;
}
body#top .sec008 h2 img {
  width: 162px;
}
body#top .sec008 .map-link {
  margin-top: 3.2em;
}
body#top .sec008 .map-link img {
  width: 134px;
}
body#top .sec008 .googlemap-full {
  width: 100%;
  padding-bottom: 30%;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  body#top .sec008 .googlemap-full {
    padding-bottom: 80%;
  }
}
body#top .sec008 .means {
  margin: 3em 0 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#top .sec008 .means__item {
  width: 100%;
  position: relative;
  border-left: 4px solid #edf0f1;
  text-align: left;
  padding: 0 1.5em 1.5em;
  margin-top: 1.6em;
}
body#top .sec008 .means__item::before {
  content: " ";
  display: block;
  width: 4px;
  height: 40px;
  background: #4b6b70;
  position: absolute;
  top: 0;
  left: -4px;
}
body#top .sec008 .means__item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
body#top .sec008 .means__item h3::before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.75em;
}
body#top .sec008 .means__item p, body#top .sec008 .means__item ul {
  margin-top: 10px;
  line-height: 1.4;
}
body#top .sec008 .means__item p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
}
body#top .sec008 .means__item p.img {
  margin-top: 1.2em;
}
body#top .sec008 .means__item ul.link li {
  display: inline-block;
  background: url(../img/icon_arrow01.svg) 100% 50% no-repeat;
  background-size: 8px;
  margin: 0 25px 0 0;
  padding: 0 13px 0 0;
}
body#top .sec008 .means__item ul.link li a {
  color: #4b6b70;
}
body#top .sec008 .means__item a.em {
  color: #ff00a1;
  font-weight: normal;
}
body#top .sec008 .means__item:nth-child(1) h3::before {
  width: 23px;
  height: 31px;
  background-image: url(../../top/img/icon_train.svg);
  background-size: 23px;
}
body#top .sec008 .means__item:nth-child(2) h3::before {
  width: 37px;
  height: 20px;
  background-image: url(../../top/img/icon_car.svg);
  background-size: 37px;
}
body#top .sec008 .means__item:nth-child(3) h3::before {
  width: 31px;
  height: 31px;
  background-image: url(../../top/img/icon_airport.svg);
  background-size: 31px;
}
body#top .sec008 .means__item:nth-child(4) h3::before {
  width: 34px;
  height: 18px;
  background-image: url(../../top/img/icon_bus.svg);
  background-size: 34px;
}
@media screen and (min-width: 768px) {
  body#top .sec002 {
    padding: 6em 0;
  }
  body#top .sec003 .stay__img {
    width: 38.5%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#top .sec003 .stay__img img {
    width: 90%;
    margin: 0 auto;
  }
  body#top .sec003 .stay__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 61.5%;
    padding: 2em 15px;
    padding-left: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#top .sec003 .notes {
    padding: 3em;
  }
  body#top .sec003 .notes h3 {
    padding: 0.5em 1.5em;
  }
  body#top .sec003 .notes .cancel-policy {
    padding: 3em;
  }
  body#top .sec004 .room__img {
    width: calc(50% - 15px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#top .sec004 .room__img ul.slider-room__thum {
    margin: 15px -10px 0;
  }
  body#top .sec004 .room__img ul.slider-room__thum li {
    margin: 0 10px;
  }
  body#top .sec004 .room__info {
    width: calc(50% - 15px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2em;
  }
  body#top .sec005 .facility-list__item {
    width: calc(25% - 20px);
  }
  body#top .sec005 .facility-each__img {
    width: calc(50% - 15px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  body#top .sec005 .facility-each__txt {
    width: calc(50% - 15px);
    padding-left: 3em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#top .sec006 .floormap__img {
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  body#top .sec006 .floormap__info {
    width: 55%;
    padding-left: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#top .sec006 .booking-area {
    margin-top: 6.4em;
  }
  body#top .sec007 .shima__img .logo {
    width: 150px;
    margin-top: -67px;
    margin-left: -75px;
  }
  body#top .sec007 .shima__info {
    padding: 6em 0;
    position: relative;
  }
  body#top .sec007 .shima__info p.lead {
    letter-spacing: 0.2em;
  }
  body#top .sec007 .menu {
    background: #f0eeea;
    padding: 6em 0;
  }
  body#top .sec007 .menu .menu-list {
    margin-top: 5em;
  }
  body#top .sec007 .menu .menu-list__item {
    width: calc(33.3333% - 15px);
    margin-top: 1.6em;
  }
  body#top .sec008 .means__item {
    width: calc(50% - 20px);
    padding: 0 0 1.5em 1.5em;
  }
}
@media screen and (min-width: 992px) {
  body#top .sec001 .about {
    letter-spacing: 0.2em;
  }
  body#top .sec002 .lead {
    letter-spacing: 0.2em;
  }
  body#top .sec002 .sns-box__item {
    width: calc(50% - 28px);
    max-width: 425px;
    margin-right: 56px;
  }
  body#top .sec002 .sns-box__item:nth-child(2n) {
    margin-right: 0;
  }
  body#top .sec002 .sns-box__item .inner ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  body#top .sec003 .notes__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#top .sec003 .notes__list ul:nth-child(1) {
    margin-right: 2em;
  }
  body#top .sec004 .room__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body#top .sec004 .room__img {
    width: 50%;
  }
  body#top .sec004 .room__info {
    width: 50%;
    padding-left: 4em;
  }
  body#top .sec005 {
    padding: 7em 0;
  }
  body#top .sec005 .facility-each__img {
    width: calc(50% - 20px);
  }
  body#top .sec005 .facility-each__txt {
    width: calc(50% - 20px);
  }
  body#top .sec007 .shima__img .logo {
    width: 250px;
    margin-top: -112px;
    margin-left: -125px;
  }
  body#top .sec007 .shima__info .catch-img {
    display: block;
    position: absolute;
  }
  body#top .sec007 .shima__info .catch-img.img-001 {
    width: 16%;
    max-width: 225px;
    top: 10%;
    left: 0;
  }
  body#top .sec007 .shima__info .catch-img.img-002 {
    width: 13.5%;
    max-width: 190px;
    top: 20%;
    right: 3%;
  }
  body#top .sec007 .shima__info .catch-img.img-003 {
    width: 35%;
    max-width: 350px;
    bottom: -5%;
    right: 0;
  }
  body#top .sec006 .floormap__item {
    width: calc(50% - 30px);
    margin-top: 60px;
  }
}

.form {
  /* ============================
  	フォーム
  =============================*/
  /* ===========================*/
}
.form .form-table {
  border-top: 1px solid #ddd;
}
.form .form-table th, .form .form-table td {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
}
.form .form-table th {
  background: none;
  color: #4b6b70;
  font-weight: normal;
}
.form .form-table .check-list {
  margin-top: 0;
  list-style-type: none;
}
.form .form-table .check-list li {
  padding-left: 1.3em;
}
.form .form-table .check-list li:before {
  font-family: FontAwesome;
  content: "\f046";
  display: inline-block;
  color: #4b6b70;
  margin-right: 0.3em;
  text-indent: -1.3em;
}
.form .form-table .room_confirm {
  margin: 10px 0;
}
.form .form-table .room_confirm:before, .form .form-table .room_confirm:after {
  content: " ";
  display: table;
}
.form .form-table .room_confirm:after {
  clear: both;
}
.form .form-table .room_confirm dt {
  width: 100px;
  float: left;
  clear: left;
}
.form .form-table .room_confirm dd {
  margin: 0;
  padding-left: 115px;
  color: #4b6b70;
}
.form .form-table .room_confirm dd span {
  display: inline-block;
  color: #4b6b70;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .form .form-table th, .form .form-table td {
    display: block;
    padding: 5px 10px;
  }
  .form .form-table th {
    text-align: left;
    border-bottom: none;
  }
}
.form dl.form dt, .form dl.form dd {
  margin: 15px 0;
  padding: 0;
  line-height: 1.3;
}
.form dl.form dt {
  color: #4b6b70;
}
@media screen and (min-width: 992px) {
  .form dl.form:before, .form dl.form:after {
    content: " ";
    display: table;
  }
  .form dl.form:after {
    clear: both;
  }
  .form dl.form dt, .form dl.form dd {
    margin: 20px 0 0;
  }
  .form dl.form dt {
    width: 30%;
    float: left;
    clear: left;
    line-height: 2;
  }
  .form dl.form dd {
    width: 70%;
    float: left;
  }
}
.form input[type=text],
.form input[type=email] {
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form select {
  padding: 7px 10px;
  padding-right: 2em;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-color: #fff;
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: top 50% right 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form textarea {
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form input.input-min, .form textarea.input-min {
  width: 70% !important;
}
.form .check-list li {
  margin-bottom: 0.5em;
}
.form .check-list li label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  padding-left: 2em;
}
.form .check-list li label input[type=checkbox] {
  position: relative;
  margin: 0 1.1em 0 -2em;
  cursor: pointer;
}
.form .check-list li label input[type=checkbox]:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.3em;
  width: 0.8em;
  height: 0.5em;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 3px solid #4b6b70;
  border-top-style: none;
  border-right-style: none;
}
.form .check-list li label input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.form .check-list li label input[type=checkbox]:after {
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
  cursor: pointer;
  border: 2px solid #4b6b70;
  border-radius: 3px;
  background: #ffffff;
}
.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-text {
  margin-top: 0.5em;
  color: #EF4245;
}
.form .alert:before, .form .error-text:before {
  font-family: FontAwesome;
  content: "\f06a";
  display: inline-block;
  margin-right: 4px;
}
.form .attention {
  display: block;
  color: #ff3399;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1em;
  margin: 5px 0;
}
.form .attention:before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}
.form .form-btn-box {
  margin-top: 2.4em;
}
@media screen and (min-width: 992px) {
  .form .form-btn-box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.form .form-btn-box .btn-lg {
  width: 260px;
  display: inline-block;
  padding: 0;
  color: #fff;
  text-align: center;
  background: #4b6b70 url(../img/icon_arrow_back.png) no-repeat;
  background-size: 6px;
  background-position: top 50% left 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  border-radius: 25px;
}
.form .form-btn-box .btn-lg:hover {
  opacity: 0.8;
}
.form .form-btn-box .btn-primary {
  width: 260px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #4b6b70 url(../img/icon_arrow01.png) no-repeat;
  background-size: 6px;
  background-position: top 50% right 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  border-radius: 25px;
}
.form .form-btn-box .btn-primary:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .form .form-btn-box .pull-right,
  .form .form-btn-box .pull-left {
    float: none !important;
    margin: 15px 0;
  }
}

.contact .header .language-group {
  top: 77px;
}

body.news .content header {
  margin-top: 2.4em;
}
body.news .content header h2 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #4b6b70;
  margin-top: 0;
}
body.news .content header h2 a {
  text-decoration: none;
}
body.news .content header h2 a:hover {
  text-decoration: underline;
}
body.news .content header .category_name {
  color: #4b6b70;
  margin-top: 0;
}
body.news .content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 3px solid #4b6b70;
  color: #4b6b70;
  line-height: 1.3;
  padding: 3px 0.5em;
}
body.news .content h4 {
  background: #f0f5f7;
  font-size: 20px;
  font-size: 2rem;
  color: #4b6b70;
  font-weight: normal;
  line-height: 1.3;
  padding: 5px 0.5em;
}
body.news .content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4b6b70;
  border-bottom: 1px solid #4b6b70;
  padding: 5px 0;
}

body.booking .content-wrap {
  padding-bottom: 0;
}
body.booking .main-visual {
  background-image: url(../../booking/img/bg_booking.jpg);
}
body.booking .footer {
  background-image: url(../../booking/img/bg_footer.jpg);
}
body.booking section {
  padding: 3em 0;
}
body.booking section h2.img {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  body.booking section {
    padding: 5em 0;
  }
}
body.booking section dl.form ul.people {
  margin-top: 0;
}
body.booking section dl.form ul.people li {
  display: inline-block;
  margin-right: 1em;
}
body.booking section dl.form ul.people li select {
  margin-left: 5px;
}
body.booking .sec01 h2.img img {
  width: 415px;
}
@media screen and (max-width: 991px) {
  body.booking .sec01 h2.img img {
    width: 290.5px;
  }
}
body.booking .sec01 .calendar__icon {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: auto;
}
body.booking .sec01 .calendar__icon .row {
  margin-left: 5px;
  margin-right: 5px;
}
body.booking .sec01 .calendar__icon .col-sm-6 {
  padding: 0 5px;
}
body.booking .sec01 .calendar__icon ul li {
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
}
body.booking .sec01 .calendar__icon ul li.fd {
  background: #3f3a39;
  color: #4b6b70;
}
body.booking .sec01 .calendar__icon ul li.md {
  background: #9fabac;
}
body.booking .sec01 .calendar__icon ul li.pr2 {
  background: #8cc2ca;
}
body.booking .sec01 .calendar__icon ul li.pr3 {
  background: #e1716e;
}
body.booking .sec01 .calendar__icon p {
  margin-top: 0.4em;
}
body.booking .sec01 .calendar__area a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  body.booking .sec01 .calendar__icon {
    width: 72%;
  }
}
body.booking .sec01 .google-calender {
  position: relative;
  padding-bottom: 70%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
body.booking .sec01 .google-calender iframe, body.booking .sec01 .google-calender object, body.booking .sec01 .google-calender embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  body.booking .sec01 .google-calender {
    padding-bottom: 160%;
  }
}
body.booking .sec02 {
  background: #f0f5f7;
}
body.booking .sec02 h2.img img {
  width: 373px;
}
@media screen and (max-width: 991px) {
  body.booking .sec02 h2.img img {
    width: 298px;
  }
}
body.booking .sec02 .necessary {
  padding: 1em 2em;
  background: #fff;
  margin: auto;
  margin-top: 2.4em;
}
body.booking .sec02 .necessary h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #4b6b70;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  body.booking .sec02 .necessary__icon {
    width: 88%;
    padding: 2em 3em;
  }
}
body.booking .sec02 .room-choice h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4b6b70;
  padding: 0;
}
@media screen and (min-width: 992px) {
  body.booking .sec02 .room-choice dl.form dt, body.booking .sec02 .room-choice dl.form dd {
    margin: 0;
  }
  body.booking .sec02 .room-choice dl.form dt {
    width: 40%;
  }
  body.booking .sec02 .room-choice dl.form dd {
    width: 60%;
  }
  body.booking .sec02 .room-choice dl.form.unit dt {
    width: 20%;
  }
  body.booking .sec02 .room-choice dl.form.unit dd {
    width: 50%;
  }
}
body.booking .sec02 .room-choice ul.rice {
  margin-top: 0.8em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

body.contact .content-wrap {
  padding-bottom: 0;
}
body.contact .main-visual {
  background-image: url(../../contact/img/bg_contact.jpg);
}
body.contact .footer {
  background-image: url(../../contact/img/bg_footer_new.jpg);
}
body.contact section {
  padding: 3em 0;
}
@media screen and (min-width: 992px) {
  body.contact section {
    padding: 5em 0;
  }
}
body.contact h2.img {
  margin-top: 0;
}
body.contact h2.img img {
  width: 184px;
}
body.contact .message {
  text-align: center;
}
body.contact .message a {
  color: #ff3399 !important;
}
@media screen and (min-width: 992px) {
  body.contact form#form {
    width: 70%;
    margin: auto;
  }
}
body.contact input[type=text],
body.contact input[type=email] {
  background: #f1f2f3;
}
body.contact input[type=text]::-webkit-input-placeholder, body.contact input[type=email]::-webkit-input-placeholder {
  color: #757575;
}
body.contact input[type=text]::-moz-placeholder, body.contact input[type=email]::-moz-placeholder {
  color: #757575;
}
body.contact input[type=text]:-ms-input-placeholder, body.contact input[type=email]:-ms-input-placeholder {
  color: #757575;
}
body.contact input[type=text]::-ms-input-placeholder, body.contact input[type=email]::-ms-input-placeholder {
  color: #757575;
}
body.contact input[type=text]::placeholder,
body.contact input[type=email]::placeholder {
  color: #757575;
}
body.contact textarea {
  background: #f1f2f3;
}
body.contact textarea::-webkit-input-placeholder {
  color: #757575;
}
body.contact textarea::-moz-placeholder {
  color: #757575;
}
body.contact textarea:-ms-input-placeholder {
  color: #757575;
}
body.contact textarea::-ms-input-placeholder {
  color: #757575;
}
body.contact textarea::placeholder {
  color: #757575;
}
body.contact select {
  background: #f1f2f3 url(../img/icon_select.svg) no-repeat;
  background-size: 12px;
  background-position: top 50% right 15px;
  color: #757575;
}