@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
  text-rendering: auto;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

.breadcrumbs, .single-pager li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #1b1b1b;
  font-family: Helvetica-Light, "Helvetica Light", Helvetica, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

input, select, option, textarea {
  font-family: Helvetica-Light, "Helvetica Light", Helvetica, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

a, a * {
  -webkit-transition-property: color, border-color, background-color, opacity;
  transition-property: color, border-color, background-color, opacity;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:visited {
  color: #282828;
}

a:hover {
  outline: 0;
  color: #0e0e0e;
  text-decoration: underline;
}

a:active {
  outline: 0;
  color: #ff0000;
}

::selection {
  background-color: #020202;
  color: #fff;
}

.for-tab {
  display: none;
}

.for-sp {
  display: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.col-1, .col-tab-1, .col-sp-1, .col-2, .col-tab-2, .col-sp-2, .col-3, .col-tab-3, .col-sp-3, .col-4, .col-tab-4, .col-sp-4, .col-5, .col-tab-5, .col-sp-5, .col-6, .col-tab-6, .col-sp-6, .col-7, .col-tab-7, .col-sp-7, .col-8, .col-tab-8, .col-sp-8, .col-9, .col-tab-9, .col-sp-9, .col-10, .col-tab-10, .col-sp-10, .col-11, .col-tab-11, .col-sp-11, .col-12, .col-tab-12, .col-sp-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
}

.col-1 :first-child, .col-tab-1 :first-child, .col-sp-1 :first-child, .col-2 :first-child, .col-tab-2 :first-child, .col-sp-2 :first-child, .col-3 :first-child, .col-tab-3 :first-child, .col-sp-3 :first-child, .col-4 :first-child, .col-tab-4 :first-child, .col-sp-4 :first-child, .col-5 :first-child, .col-tab-5 :first-child, .col-sp-5 :first-child, .col-6 :first-child, .col-tab-6 :first-child, .col-sp-6 :first-child, .col-7 :first-child, .col-tab-7 :first-child, .col-sp-7 :first-child, .col-8 :first-child, .col-tab-8 :first-child, .col-sp-8 :first-child, .col-9 :first-child, .col-tab-9 :first-child, .col-sp-9 :first-child, .col-10 :first-child, .col-tab-10 :first-child, .col-sp-10 :first-child, .col-11 :first-child, .col-tab-11 :first-child, .col-sp-11 :first-child, .col-12 :first-child, .col-tab-12 :first-child, .col-sp-12 :first-child {
  margin-top: 0;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.m-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.m-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.m-lg {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mt-lg {
  margin-top: 64px;
}

.mb-lg {
  margin-bottom: 64px;
}

.m-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.m-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.m-xs {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.mt-xs {
  margin-top: 0.8em;
}

.mb-xs {
  margin-bottom: 0.8em;
}

.p-1 {
  padding: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.p-xl {
  padding: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.p-lg {
  padding: 64px;
}

.pt-lg {
  padding-top: 64px;
}

.pb-lg {
  padding-bottom: 64px;
}

.pl-lg {
  padding-left: 64px;
}

.pr-lg {
  padding-right: 64px;
}

.p-md {
  padding: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.p-sm {
  padding: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.p-xs {
  padding: 0.8em;
}

.pt-xs {
  padding-top: 0.8em;
}

.pb-xs {
  padding-bottom: 0.8em;
}

.pl-xs {
  padding-left: 0.8em;
}

.pr-xs {
  padding-right: 0.8em;
}

body {
  overflow: hidden;
  background-color: #d3d3d3;
  font-weight: 500;
}

.l-inner, .page {
  margin: 0 auto;
  width: 960px;
}

.l-inner:after, .page:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  position: relative;
  padding: 0 30px;
  background-color: #fff;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 24px 0;
}

.btn-sp-menu {
  display: none;
}

.upper-nav {
  position: absolute;
  right: 30px;
  top: 64px;
}

.upper-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upper-nav__list > li {
  font-size: 1.2rem;
}

.upper-nav__list > li:not(:last-child):after {
  content: '／';
  display: inline-block;
  margin: 0 16px;
}

.upper-nav__list > li a {
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.upper-nav__list > li a:hover {
  border-bottom-color: #ff0000;
}

.nav-main__list > li {
  font-size: 1.6rem;
}

.nav-main__list > li:not(:last-child) {
  margin-bottom: 1em;
}

.nav-main__list > li > a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nav-main__list > li > a:hover {
  border-bottom-color: #ff0000;
}

.nav-main__list > li > a i {
  display: inline-block;
}

.nav-main__list > li > a .icon-arrow-right {
  font-size: 1.2rem;
  width: 20px;
}

.nav-main-sub {
  padding: 0 0 0 24px;
}

.nav-main-sub > li {
  font-size: 1.4rem;
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-main {
  width: 630px;
}

.content-sub {
  width: 270px;
  padding: 0 24px 0 0;
}

.breadcrumbs {
  margin: 0 0 16px;
  padding: 4px;
  background-color: #f9f9f9;
  text-align: right;
  font-size: 1.2rem;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li:not(:last-child):after {
  content: '>';
  margin: 0 .5em;
}

.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.index-list > li {
  width: 33.33%;
  padding: 15px;
}

.index-list > li a {
  height: 100%;
  display: block;
  border: 1px solid #808080;
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}

.index-list > li a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em;
}

.index-list > li a:hover {
  background-color: #1b1b1b;
}

.index-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.index-list02 > li {
  width: 50%;
  padding: 15px;
}

.index-list02 > li a {
  height: 100%;
  display: block;
  border: 1px solid #808080;
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}

.index-list02 > li a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em;
}

.index-list02 > li a:hover {
  background-color: #1b1b1b;
}

.title-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: .1em;
}

.title-lg:after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 24px;
  border-top: 1px solid #707070;
}

.title-md {
  padding-bottom: .2em;
  border-bottom: 2px solid #1b1b1b;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 #1b1b1b;
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 #1b1b1b;
  font: bold 2.4rem/1.2 YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

.title-sm {
  padding: .5em .5em .3em;
  background-color: #dcdcdc;
  font-size: 1.8rem;
}

.p {
  line-height: 1.8;
}

.gallery {
  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;
  margin: 0 -15px;
}

.gallery > li {
  width: 33.33%;
  padding: 15px;
  text-align: center;
}

.gallery > li img {
  padding: 2px;
  border: 1px solid #eaeaea;
}

.gallery-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.gallery-mini > li {
  width: 16.66%;
  padding: 7px;
}

.gallery-mini > li img {
  padding: 4px;
  border: 1px solid #eaeaea;
}

.page-footer {
  margin: 80px 0 0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-nav > li:not(:last-child):after {
  content: '|';
  margin: 0 1em;
}

.pageup {
  position: fixed;
  right: 1em;
  bottom: 16px;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.pageup.is-show {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.pageup a {
  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;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
}

.pageup a:hover {
  background-color: #333;
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px -30px 0;
  padding: 24px 30px 0;
  border-top: 1px solid #e5e5e5;
}

.about-info__address {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 32px 0 0;
}

.about-info__address .text {
  margin: 16px 0 0;
  line-height: 1.6;
  font-size: 1.3rem;
}

.about-info__address .text > dd {
  font-size: 1.2rem;
}

.about-info__summary dl {
  margin: 0 0 24px;
}

.about-info__summary dl dt {
  padding: 0 0 4px;
  border-bottom: 1px solid #707070;
}

.about-info__summary dl dd {
  margin: 16px 0 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
}

.copyright {
  font-size: 1.2rem;
  color: #999;
}

.copyright small {
  display: block;
  font-size: 1.2rem;
  color: #1b1b1b;
}

.page-slider img {
  width: 60%;
  margin: 0 auto;
}

.news {
  margin: 40px 0 0;
}

.news__list {
  margin: 0;
}

.news__link {
  margin: 24px 0 0;
  text-align: right;
}

.news__link a {
  display: inline-block;
  padding: .8em 2em;
  border-radius: 4px;
  background-color: #d3d3d3;
  font-size: 1.6rem;
  text-decoration: none;
}

.news__link a:hover {
  background-color: #bababa;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-item:not(:last-child) {
  margin-bottom: .5em;
}

.news-item__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-item__category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  min-width: 5em;
  margin: 0 1em;
  padding: .2em .5em;
  text-align: center;
  background-color: #d3d3d3;
  font-size: 1.2rem;
  line-height: 1.2;
}

.news-item__title {
  font-weight: normal;
}
/* blog新着　レイアウト調整　*/
h2.title-lg.blog_plus {
    margin: 0 0 36px;
}
.blog_new_list{
	display: flex;
	flex-wrap: wrap;
}
.blog_new_list li{
	width: 33.3%;
}
.blog_time {
    background: #D3D3D3;
    text-align: center;
    width: 187px;
}
.blog_new_list img {
    position: relative;
    width: 187px;
    height: 125px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f0f0f0;
}
.blog_new_list.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
h3.news-item__title.blog_plus{
    width: 187px;
	margin-bottom: 24px;
}
@media screen and (max-width: 640px){
.blog_new_list li{
	width: 50%;
}
.blog_time,
.blog_new_list img,
h3.news-item__title.blog_plus	{
    width: 170px;
}	
}
.event {
  margin: 40px 0 0;
}

.event__list {
  margin: 40px 0 0;
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-info:not(:last-child) {
  margin-bottom: .5em;
}

.event-info > dt {
  width: 11em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pickup {
  margin: 40px 0 0;
}

.pickup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0 0;
}

.pickup-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin: 0 24px 0 0;
}

.pickup-item__body .date {
  text-align: right;
  display: block;
}

.pickup-item__body .summary {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.links {
  margin: 40px 0 0;
}

.links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links__list > li:not(:last-child) {
  margin-right: 40px;
}

.links__list > li a {
  color: #747577;
  text-decoration: none;
}

.links__list > li a:hover {
  color: #1b1b1b;
}

.links__list > li i {
  font-size: 3rem;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.event-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 30px);
  margin: 15px;
  padding: 15px 0;
  border-top: 2px dotted #707070;
  border-bottom: 2px dotted #707070;
}

.event-list__item .image {
  width: 40%;
  padding-right: 20px;
}

.event-list__item .body .date {
  color: #999;
}

.blog-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}

.blog-list__item .image {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f0f0f0;
}

.blog-list__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-list__item .body {
  padding-left: 16px;
}

.blog-list__item .body .title {
  font-size: 1.8rem;
}

.tbl-row {
  width: 100%;
}

.tbl-row th {
  background-color: #f0f0f0;
}

.tbl-row th, .tbl-row td {
  padding: .5em 1em;
  border-bottom: 1px solid #707070;
}

.tbl-row tr:last-child th, .tbl-row tr:last-child td {
  border-bottom: none;
}

.tbl-col {
  width: 100%;
}

.tbl-col th {
  border-bottom: 1px solid #707070;
  text-align: left;
}

.tbl-col th, .tbl-col td {
  padding: .5em;
}

.bg-gray {
  background-color: #dcdcdc;
}

.dl-sbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap__list > li {
  display: inline-block;
  margin: 1em 1em 0 0;
}

.sitemap__list > li:before {
  content: '';
  position: relative;
  top: -.1em;
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #ff0000;
  vertical-align: middle;
  margin-right: .4em;
}

.sitemap .title-md {
  font-size: 1.8rem;
}

.single-meta {
  margin: 8px 0 0;
  text-align: right;
  font-size: 1.2rem;
  color: #999;
}

.single-meta > li {
  display: inline-block;
  margin-right: 1em;
}

.single-meta > li a {
  color: #999;
}

.single-body {
  margin: 40px 0;
}

.pager {
  margin: 40px 0 0;
  text-align: center;
  line-height: 1.2;
}

.pager a, .pager span {
  display: inline-block;
  padding: .4em .8em .3em;
  border: 1px solid;
  border-color: #ccc;
  background-color: #f9f9f9;
  color: #333;
}

.pager span.current {
  border-color: #020202;
  background-color: #1b1b1b;
  color: #fff;
}

.single-pager {
  margin: 40px 0 0;
  line-height: 1.2;
}

.single-pager:after {
  content: "";
  display: block;
  clear: both;
}

.single-pager li {
  width: 48%;
}

.single-pager li a {
  display: inline-block;
  padding: .4em .8em .3em;
  color: #333;
  border: 1px solid;
  border-color: #ccc;
  background-color: #f9f9f9;
}

.single-pager .next {
  float: left;
}

.single-pager .prev {
  float: right;
  text-align: right;
}

.tiny-mce:after {
  content: "";
  display: block;
  clear: both;
}

.tiny-mce h3 {
  clear: both;
}

.tiny-mce > * + h3 {
  padding-top: 40px;
}

.tiny-mce strong {
  font-weight: bold;
}

.tiny-mce p {
  margin: 1em 0;
  line-height: 1.8;
}

.tiny-mce ul, .tiny-mce ol {
  margin: 1em 0;
  padding: 0 0 0 1.8em;
  line-height: 1.2;
}

.tiny-mce ul li, .tiny-mce ol li {
  padding: 0 0 .5em 0;
}

.tiny-mce ul {
  list-style: disc;
}

.tiny-mce ol {
  list-style: decimal;
}

.tiny-mce img.alignleft {
  float: left;
  padding: 0 2% 10px 0;
}

.tiny-mce img.alignright {
  float: right;
  padding: 0 0 10px 2%;
}

.tiny-mce img.alignnone {
  padding: 0 2% 10px 0;
}

.tiny-mce img.aligncenter {
  width: 100%;
  height: auto;
  margin: 16px auto;
}

.tiny-mce table th, .tiny-mce table td {
  padding: 8px;
  border: 1px solid #aaa;
}

.tiny-mce table thead {
  background-color: #e6e6e6;
}

.tiny-mce table thead td {
  border-bottom-width: 3px;
}

@media only screen and (max-width: 639px) {
  .for-pc {
    display: none;
  }
  .for-tab {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1, .col-tab-1, .col-sp-1, .col-2, .col-tab-2, .col-sp-2, .col-3, .col-tab-3, .col-sp-3, .col-4, .col-tab-4, .col-sp-4, .col-5, .col-tab-5, .col-sp-5, .col-6, .col-tab-6, .col-sp-6, .col-7, .col-tab-7, .col-sp-7, .col-8, .col-tab-8, .col-sp-8, .col-9, .col-tab-9, .col-sp-9, .col-10, .col-tab-10, .col-sp-10, .col-11, .col-tab-11, .col-sp-11, .col-12, .col-tab-12, .col-sp-12 {
    padding: 0;
  }
  .col-sp-1 {
    width: 8.33333%;
  }
  .col-sp-2 {
    width: 16.66667%;
  }
  .col-sp-3 {
    width: 25%;
  }
  .col-sp-4 {
    width: 33.33333%;
  }
  .col-sp-5 {
    width: 41.66667%;
  }
  .col-sp-6 {
    width: 50%;
  }
  .col-sp-7 {
    width: 58.33333%;
  }
  .col-sp-8 {
    width: 66.66667%;
  }
  .col-sp-9 {
    width: 75%;
  }
  .col-sp-10 {
    width: 83.33333%;
  }
  .col-sp-11 {
    width: 91.66667%;
  }
  .col-sp-12 {
    width: 100%;
    float: none;
  }
  .m-xl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mt-xl {
    margin-top: 48px;
  }
  .mb-xl {
    margin-bottom: 48px;
  }
  .m-lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mt-lg {
    margin-top: 32px;
  }
  .mb-lg {
    margin-bottom: 32px;
  }
  .m-md {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mt-md {
    margin-top: 24px;
  }
  .mb-md {
    margin-bottom: 24px;
  }
  .m-sm {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mt-sm {
    margin-top: 16px;
  }
  .mb-sm {
    margin-bottom: 16px;
  }
  .m-xs {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .mt-xs {
    margin-top: 0.6em;
  }
  .mb-xs {
    margin-bottom: 0.6em;
  }
  .p-xl {
    padding: 48px;
  }
  .pt-xl {
    padding-top: 48px;
  }
  .pb-xl {
    padding-bottom: 48px;
  }
  .pl-xl {
    padding-left: 48px;
  }
  .pr-xl {
    padding-right: 48px;
  }
  .p-lg {
    padding: 32px;
  }
  .pt-lg {
    padding-top: 32px;
  }
  .pb-lg {
    padding-bottom: 32px;
  }
  .pl-lg {
    padding-left: 32px;
  }
  .pr-lg {
    padding-right: 32px;
  }
  .p-md {
    padding: 24px;
  }
  .pt-md {
    padding-top: 24px;
  }
  .pb-md {
    padding-bottom: 24px;
  }
  .pl-md {
    padding-left: 24px;
  }
  .pr-md {
    padding-right: 24px;
  }
  .p-sm {
    padding: 16px;
  }
  .pt-sm {
    padding-top: 16px;
  }
  .pb-sm {
    padding-bottom: 16px;
  }
  .pl-sm {
    padding-left: 16px;
  }
  .pr-sm {
    padding-right: 16px;
  }
  .p-xs {
    padding: 0.6em;
  }
  .pt-xs {
    padding-top: 0.6em;
  }
  .pb-xs {
    padding-bottom: 0.6em;
  }
  .pl-xs {
    padding-left: 0.6em;
  }
  .pr-xs {
    padding-right: 0.6em;
  }
  .l-inner, .page {
    width: auto;
    padding: 0 8px;
  }
  .page {
    min-width: 320px;
    padding-top: 56px;
  }
  .page-header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 16px;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }
  .logo-main {
    text-align: center;
  }
  .logo-main img {
    width: 214px;
  }
  .btn-sp-menu {
    display: block;
    cursor: pointer;
    padding: 4px 16px 0;
  }
  .btn-sp-menu i {
    font-size: 3rem;
  }
  .btn-sp-menu.is-open i:before {
    content: '\e601';
  }
  .upper-nav {
    position: static;
  }
  .upper-nav__list {
    display: block;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    padding: 16px 16px 0;
  }
  .upper-nav__list > li {
    font-size: 1.4rem;
  }
  .upper-nav__list > li:not(:last-child):after {
    content: none;
  }
  .upper-nav__list > li a {
    display: inline-block;
    padding: 0;
  }
  .nav-main {
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    padding: 16px;
  }
  .nav-main__list > li {
    font-size: 1.4rem;
  }
  .page-content {
    display: block;
  }
  .content-main {
    width: auto;
  }
  .content-sub {
    -webkit-transition: all .8s;
    transition: all .8s;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    padding-top: 56px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
  }
  .content-sub.is-open {
    visibility: visible;
    opacity: 1;
  }
  .content-sub.is-open .upper-nav__list,
  .content-sub.is-open .nav-main {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .index-list {
    margin: 0 -10px;
  }
  .index-list > li {
    width: 50%;
    padding: 10px;
  }
  .index-list > li img {
    width: 100%;
  }
  .index-list > li a {
    font-size: 1.3rem;
  }
  .title-lg {
    font-size: 2rem;
  }
  .gallery {
    margin: 0 -8px;
  }
  .gallery > li {
    width: 50%;
    padding: 8px;
  }
  .gallery-mini > li {
    width: 33.33%;
  }
  .page-footer {
    margin: 40px 0 0;
  }
  .footer-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav > li {
    font-size: 1.1rem;
    width: 33.33%;
    padding: 1px;
    letter-spacing: 0;
  }
  .footer-nav > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 4px;
    background-color: #eee;
    text-align: center;
  }
  .footer-nav > li:not(:last-child):after {
    content: none;
  }
  .pageup {
    position: relative;
    right: auto;
    bottom: -32px;
    -webkit-transform: none;
    transform: none;
    font-size: 1.2rem;
  }
  .pageup a {
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  .about-info {
    display: block;
    margin: 16px 0 0;
    padding: 32px 0 0;
  }
  .about-info__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-info__address .image {
    padding: 0 16px 0 0;
    width: 50%;
  }
  .about-info__address .text {
    margin: 0;
  }
  .about-info__address .text > dt {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .about-info__address .text > dd {
    font-size: 1rem;
  }
  .about-info__summary dl {
    margin: 24px 16px;
  }
  .about-info__summary dl dt {
    padding: 0 0 4px;
  }
  .about-info__summary dl dd {
    margin: 8px 0 0;
    font-size: 1rem;
  }
  .footer-bottom {
    padding: 16px 0;
  }

  .copyright {
    margin: 16px 0 0;
    font-size: 1rem;
  }
  .copyright small {
    padding: 0 0 8px;
    font-size: 1rem;
  }
  .page-slider img {
    width: 80%;
  }
  .bx-prev {
    display: none;
  }
  .bx-next {
    display: none;
  }
  .news__link {
    text-align: center;
  }
  .news__link a {
    font-size: 1.4rem;
  }
  .news-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-item:not(:last-child) {
    margin-bottom: .8em;
  }
  .news-item__title {
    width: 100%;
    margin: 4px 0 0;
    font-size: 1.3rem;
  }
  .event-info {
    display: block;
  }
  .event-info:not(:last-child) {
    border-bottom: 1px dotted #707070;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  .event-info > dt {
    font-weight: bold;
  }
  .event-info > dd {
    font-size: 1.3rem;
  }
  .pickup-item__image {
    width: 64px;
    margin: 0 16px 0 0;
  }
  .pickup-item__body .title {
    font-size: 1.4rem;
  }
  .pickup-item__body .summary {
    font-size: 1.2rem;
  }
  .event-list {
    margin: 0 -10px;
  }
  .event-list__item {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px 0;
    font-size: 1.3rem;
  }
  .event-list__item .image {
    width: 45%;
    padding-right: 10px;
  }
  .tiny-mce img {
    width: 48%;
    height: auto;
  }
  .tiny-mce img.alignleft {
    float: left;
    padding: 0 2% 10px 0;
  }
  .tiny-mce img.alignright {
    float: right;
    padding: 0 0 10px 2%;
  }
  .tiny-mce img.aligncenter {
    width: 100%;
    margin: 16px auto;
  }
  .tiny-mce .leftbox {
    padding: 0 0 10px;
    width: 100%;
    float: none;
  }
  .tiny-mce .rightbox {
    padding: 0;
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  .for-pc {
    display: none;
  }
  .for-tab {
    display: block;
  }
  .for-sp {
    display: none;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1, .col-tab-1, .col-sp-1, .col-2, .col-tab-2, .col-sp-2, .col-3, .col-tab-3, .col-sp-3, .col-4, .col-tab-4, .col-sp-4, .col-5, .col-tab-5, .col-sp-5, .col-6, .col-tab-6, .col-sp-6, .col-7, .col-tab-7, .col-sp-7, .col-8, .col-tab-8, .col-sp-8, .col-9, .col-tab-9, .col-sp-9, .col-10, .col-tab-10, .col-sp-10, .col-11, .col-tab-11, .col-sp-11, .col-12, .col-tab-12, .col-sp-12 {
    padding: 0;
  }
  .col-tab-1 {
    width: 8.33333%;
  }
  .col-tab-2 {
    width: 16.66667%;
  }
  .col-tab-3 {
    width: 25%;
  }
  .col-tab-4 {
    width: 33.33333%;
  }
  .col-tab-5 {
    width: 41.66667%;
  }
  .col-tab-6 {
    width: 50%;
  }
  .col-tab-7 {
    width: 58.33333%;
  }
  .col-tab-8 {
    width: 66.66667%;
  }
  .col-tab-9 {
    width: 75%;
  }
  .col-tab-10 {
    width: 83.33333%;
  }
  .col-tab-11 {
    width: 91.66667%;
  }
  .col-tab-12 {
    width: 100%;
    float: none;
  }
  .m-xl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mt-xl {
    margin-top: 64px;
  }
  .mb-xl {
    margin-bottom: 64px;
  }
  .m-lg {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mt-lg {
    margin-top: 48px;
  }
  .mb-lg {
    margin-bottom: 48px;
  }
  .m-md {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mt-md {
    margin-top: 32px;
  }
  .mb-md {
    margin-bottom: 32px;
  }
  .m-sm {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mt-sm {
    margin-top: 16px;
  }
  .mb-sm {
    margin-bottom: 16px;
  }
  .m-xs {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .mt-xs {
    margin-top: 0.8em;
  }
  .mb-xs {
    margin-bottom: 0.8em;
  }
  .p-xl {
    padding: 64px;
  }
  .pt-xl {
    padding-top: 64px;
  }
  .pb-xl {
    padding-bottom: 64px;
  }
  .pl-xl {
    padding-left: 64px;
  }
  .pr-xl {
    padding-right: 64px;
  }
  .p-lg {
    padding: 48px;
  }
  .pt-lg {
    padding-top: 48px;
  }
  .pb-lg {
    padding-bottom: 48px;
  }
  .pl-lg {
    padding-left: 48px;
  }
  .pr-lg {
    padding-right: 48px;
  }
  .p-md {
    padding: 32px;
  }
  .pt-md {
    padding-top: 32px;
  }
  .pb-md {
    padding-bottom: 32px;
  }
  .pl-md {
    padding-left: 32px;
  }
  .pr-md {
    padding-right: 32px;
  }
  .p-sm {
    padding: 16px;
  }
  .pt-sm {
    padding-top: 16px;
  }
  .pb-sm {
    padding-bottom: 16px;
  }
  .pl-sm {
    padding-left: 16px;
  }
  .pr-sm {
    padding-right: 16px;
  }
  .p-xs {
    padding: 0.8em;
  }
  .pt-xs {
    padding-top: 0.8em;
  }
  .pb-xs {
    padding-bottom: 0.8em;
  }
  .pl-xs {
    padding-left: 0.8em;
  }
  .pr-xs {
    padding-right: 0.8em;
  }
  .l-inner, .page {
    width: auto;
    padding: 0 16px;
  }
  .nav-main__list > li {
    font-size: 1.5rem;
  }
  .nav-main-sub > li {
    font-size: 1.3rem;
  }
  .index-list {
    margin: 0 -10px;
  }
  .index-list > li {
    padding: 10px;
  }
  .gallery-mini > li {
    width: 20%;
  }
  .pageup {
    position: relative;
    right: auto;
    bottom: -32px;
    -webkit-transform: none;
    transform: none;
    font-size: 1.2rem;
  }
  .pageup a {
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  .bx-prev {
    left: 0;
  }
  .bx-next {
    right: 0;
  }
  .tiny-mce img {
    max-width: 100%;
    height: auto;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-i {
  display: inline !important;
}

.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w2em {
  width: 2em !important;
}

.w3em {
  width: 3em !important;
}

.w4em {
  width: 4em !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.wa {
  width: auto;
}

.f-l {
  float: left !important;
}

.f-r {
  float: right !important;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fc-font {
  color: #1b1b1b !important;
}

.fc-main {
  color: #1b1b1b !important;
}

.fc-sub {
  color: #747577 !important;
}

.fc-accent {
  color: #ff0000 !important;
}

.fc-attention {
  color: #d00 !important;
}

.ff-mincho {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

.fz10 {
  font-size: 1 rem !important;
}

.fz11 {
  font-size: 1.1 rem !important;
}

.fz12 {
  font-size: 1.2 rem !important;
}

.fz13 {
  font-size: 1.3 rem !important;
}

.fz14 {
  font-size: 1.4 rem !important;
}

.fz15 {
  font-size: 1.5 rem !important;
}

.fz16 {
  font-size: 1.6 rem !important;
}

.fz17 {
  font-size: 1.7 rem !important;
}

.fz18 {
  font-size: 1.8 rem !important;
}

.fz19 {
  font-size: 1.9 rem !important;
}

.fz20 {
  font-size: 2 rem !important;
}

.fz21 {
  font-size: 2.1 rem !important;
}

.fz22 {
  font-size: 2.2 rem !important;
}

.fz23 {
  font-size: 2.3 rem !important;
}

.fz24 {
  font-size: 2.4 rem !important;
}

.fz25 {
  font-size: 2.5 rem !important;
}

.fz26 {
  font-size: 2.6 rem !important;
}

.fz27 {
  font-size: 2.7 rem !important;
}

.fz28 {
  font-size: 2.8 rem !important;
}

.fz29 {
  font-size: 2.9 rem !important;
}

.fz30 {
  font-size: 3 rem !important;
}

.fz31 {
  font-size: 3.1 rem !important;
}

.fz32 {
  font-size: 3.2 rem !important;
}

.fz-hg {
  font-size: 2.13em !important;
}

.fz-lg {
  font-size: 1.6em !important;
}

.fz-md {
  font-size: 1.2em !important;
}

.fz-sm {
  font-size: .933em !important;
}

.fz-xs {
  font-size: .8em !important;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

ul {
  list-style-type: none;
}

ul.list-disc > li {
  position: relative;
  padding: 0 0 0 1.5em;
}

ul.list-disc > li:before {
  content: '●';
  position: absolute;
  left: 0;
  color: #1b1b1b;
}

ul.list-circle {
  list-style: circle;
  padding: 0 0 0 1.5em;
}

ul.list-square {
  list-style: square;
  padding: 0 0 0 1.5em;
}

ul.list-kome > li {
  position: relative;
  padding-left: 1.2em;
}

ul.list-kome > li:before {
  content: '※';
  position: absolute;
  left: 0;
  color: #1b1b1b;
}

ol {
  padding: 0 0 0 1.5em;
}

.list > li:not(:last-child) {
  margin-bottom: .5em;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn-default, .btn-main, .btn-main-o, .btn-sub, .btn-accent {
  display: inline-block;
  padding: .5em 1em .35em;
  text-decoration: none;
}

.btn-default:hover, .btn-main:hover, .btn-main-o:hover, .btn-sub:hover, .btn-accent:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn-lg.btn-default, .btn-lg.btn-main, .btn-lg.btn-main-o, .btn-lg.btn-sub, .btn-lg.btn-accent {
  padding: .6em 3em .5em;
  font-size: 1.25em;
}

.btn-sm.btn-default, .btn-sm.btn-main, .btn-sm.btn-main-o, .btn-sm.btn-sub, .btn-sm.btn-accent {
  font-size: .8em;
}

.btn-default {
  border: 1px solid #707070;
  background-color: #f6f6f6;
  color: #1b1b1b !important;
  text-align: center;
}

.btn-default:hover {
  background-color: #fcfcfc;
}

.btn-main {
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #fff !important;
}

.btn-main:hover {
  background-color: #353535;
}

.btn-main-o {
  border: 1px solid #1b1b1b;
  color: #1b1b1b !important;
}

.btn-main-o:hover {
  background-color: #1b1b1b;
  color: #fff !important;
}

.btn-sub {
  border: 1px solid #747577;
  background-color: #747577;
  color: #fff !important;
}

.btn-sub:hover {
  background-color: #8e8f90;
}

.btn-accent {
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: #fff !important;
}

.btn-accent:hover {
  background-color: #ff3333;
}

textarea, input, select {
  padding: 3px;
}

[type="submit"], button {
  cursor: pointer;
}

[type="text"],
[type="password"],
[type="email"],
[type="url"],
[type="number"],
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fbfbfb;
}

[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #999;
  background-color: #fefefe;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.grid-row {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.grid-row + .grid-row {
  margin-top: 30px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}

.grid-1 :first-child, .grid-2 :first-child, .grid-3 :first-child, .grid-4 :first-child, .grid-5 :first-child, .grid-6 :first-child, .grid-7 :first-child, .grid-8 :first-child, .grid-9 :first-child, .grid-10 :first-child, .grid-11 :first-child, .grid-12 :first-child, .grid-13 :first-child, .grid-14 :first-child, .grid-15 :first-child, .grid-16 :first-child {
  margin-top: 0;
}

.grid-1 {
  width: 6.25%;
}

.grid-2 {
  width: 12.5%;
}

.grid-3 {
  width: 18.75%;
}

.grid-4 {
  width: 25%;
}

.grid-5 {
  width: 31.25%;
}

.grid-6 {
  width: 37.5%;
}

.grid-7 {
  width: 43.75%;
}

.grid-8 {
  width: 50%;
}

.grid-9 {
  width: 56.25%;
}

.grid-10 {
  width: 62.5%;
}

.grid-11 {
  width: 68.75%;
}

.grid-12 {
  width: 75%;
}

.grid-13 {
  width: 81.25%;
}

.grid-14 {
  width: 87.5%;
}

.grid-15 {
  width: 93.75%;
}

.grid-16 {
  width: 100%;
}

@font-face {
  font-family: 'webicon';
  src: url("../fonts/webicon.ttf?ygv6f9") format("truetype"), url("../fonts/webicon.woff?ygv6f9") format("woff"), url("../fonts/webicon.svg?ygv6f9#webicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e601";
}

.icon-menu:before {
  content: "\e602";
}

.icon-phone:before {
  content: "\e606";
}

.icon-email:before {
  content: "\f003";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-arrow-down:before {
  content: "\e313";
}

.icon-arrow-left:before {
  content: "\e314";
}

.icon-arrow-right:before {
  content: "\e315";
}

.icon-arrow-up:before {
  content: "\e316";
}

.icon-calendar:before {
  content: "\e953";
}

.icon-blank:before {
  content: "\ea7e";
}

.icon-facebook:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-pdf:before {
  content: "\eadf";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-image:before {
  content: "\e90d";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 99999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../img/photoswipe/skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*form  */
tbl {
	width: 100%
}
.tbl th, .tbl td {
	padding: 1em;
	border: 1px solid #999
}
.tbl th:first-child, .tbl td:first-child {
	border-left: none
}
.tbl th:last-child, .tbl td:last-child {
	border-right: none
}
.tbl th.td-num, .tbl td.td-num {
	padding-right: 1.5em;
	text-align: right
}
.tbl th {
	background-color: #f0f0f0;
	font-weight: bold
}
.tbl.-row th {
	text-align: left
}
.tbl.-p-sm th, .tbl.-p-sm td {
	padding: .5em
}
.tbl.-p-sm th.td-num, .tbl.-p-sm td.td-num {
	padding-right: 1.5em
}
.tbl-schedule {
	width: 100%
}
.tbl-schedule tr:nth-child(2n) {
	background-color: #f0f0f0
}
.tbl-schedule th {
	min-width: 4em;
	padding: .5em 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #0080cc;
	color: #fff;
	text-align: left
}
.tbl-schedule td {
	padding: .5em 1em
}
.tbl-contact {
	width: 100%
}
.tbl-contact th, .tbl-contact td {
	padding: 1em;
	text-align: left;
	border-bottom: 1px dashed #ccc
}
.tbl-contact th {
	font-weight: bold;
	width: 35%;
	vertical-align: top
}
.tbl-contact label {
	display: inline-block;
	margin: 0 1em 0 .5em;
	cursor: pointer
}
.tbl-contact label input {
	margin-right: .5em
}

.contact-form .lbl-req {
	display: inline-block;
	float: right;
	padding: .2em .5em .1em;
	background-color: #c00;
	color: #fff;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.2
}
.contact-form .btn-submit {
	padding: .5em 2em;
	background-color: #333;
	font-size: 2rem;
	border: none;
	color: #fff
}
.contact-form .btn-return {
	padding: .4em 1em;
	background-color: #ccc;
	font-size: 1.8rem;
	margin-right: 1em;
	border: none
}
.contact-form .error {
	display: block;
	margin-top: .4em;
	color: #c00;
	font-size: 1.3rem
}
.mw_wp_form_input .contect-flow>li:nth-child(1) {
	opacity: 1
}
.mw_wp_form_confirm .contect-flow>li:nth-child(2) {
	opacity: 1
}
.mw_wp_form_confirm .conf-hide {
	display: none
}
.mw_wp_form_complete .contect-flow>li:nth-child(3) {
	opacity: 1
}
.mw_wp_form_complete .conf-hide {
	display: none
}
input[type="checkbox"],input[type="radio"]{
	box-sizing:border-box;
	padding:0
}

.news_bg{
	background: #b3d9f0;
	border: solid 1px #D6D6D6;
	padding: 1.6em;
	text-align: center;
	font-size: 1.6em
}
.news_top{
	background: #b3d9f0;
	border: solid 1px #D6D6D6;
	padding: 1.3em;
	text-align: center;
	font-size: 1.3em;
	margin-top:1.2em 
}
/*はだかの赤ちゃん　1枚表示 */
.tiny-mce ul.baby-one{
	padding: 0;
}

.tiny-mce ul.baby-one > li{
	list-style: none;
  	border-bottom:1px #D6D6D6 solid;  	
	padding: 0 .5em;
}

.tiny-mce ul.baby-one > li:last-child{
	border-bottom: none;
}

@media screen and (max-width: 480px){

/*480px以下 メインコンテンツ余白*/
.content-main {
    margin-top: 20px;
}
}

@media only screen and (max-width: 639px){
.tiny-mce img {
    width: 100%;	
	}
}


/*# sourceMappingURL=style.css.map */

