@charset "UTF-8";
/*
Copyright CREATIVE WEB Inc. All Rights Reserved.
https://www.creative-web.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.inner {
  width: 1100px;
  margin: 0 auto; }

@media screen and (max-width: 1099px) {
  .inner {
    width: calc(100% - 4.8rem); } }

@media screen and (max-width: 834px) {
  .inner {
    width: calc(100% - 3rem); } }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*     family: $font-jp;*/
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

img {
  vertical-align: bottom; }

/*
Base Stylesheet
Copyright CREATIVE WEB Inc. All Rights Reserved.
https://www.creative-web.co.jp/
*/
/* clear
----------------------------------------------------------------------------- */
.clear {
  clear: both; }

/* clearfix
----------------------------------------------------------------------------- */
.clearfix:after,
div.section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix,
div.section {
  display: inline-block; }

* html .clearfix,
* html div.section {
  height: 100%; }

.clearfix,
div.section {
  display: block; }

/* float
----------------------------------------------------------------------------- */
.floatRight {
  float: right; }

.floatLeft {
  float: left; }

.bold {
  font-weight: bold !important; }

/* display
----------------------------------------------------------------------------- */
.displayNone {
  display: none !important; }

/* nowrap
----------------------------------------------------------------------------- */
.nowrap {
  white-space: nowrap !important; }

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s; }

.fat-nav, .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s; }

.hamburger {
  display: block;
  width: 45px;
  height: 45px;
  position: fixed;
  top: 20px;
  right: 5px;
  z-index: 950;
  padding: 10px 8px;
  background: #F5F3F0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  @media screen and (max-width: convert-em()) {
    .hamburger {
      width: 50px;
      height: 50px;
      padding: 12px 10px;
      top: 10px;
      right: 0; } }

.hamburger__icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #dddddd;
  -moz-transition-property: background-color,-moz-transform;
  -o-transition-property: background-color,-o-transform;
  -webkit-transition-property: background-color,-webkit-transform;
  transition-property: background-color,-webkit-transform;
  -o-transition-property: background-color,transform;
  transition-property: background-color,transform;
  transition-property: background-color,transform,-webkit-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

.hamburger__icon:after, .hamburger__icon:before {
  position: absolute;
  content: ""; }

.hamburger__icon:before {
  top: -10px; }

.hamburger__icon:after {
  top: 10px; }

.hamburger.active .hamburger__icon {
  background-color: transparent; }

.hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before {
  background-color: #dddddd; }

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

.fat-nav {
  top: 0;
  left: 0;
  z-index: 900;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 20%; }

.fat-nav li {
  list-style-type: none;
  padding: 10px;
  font-size: 1em; }

.fat-nav li, .fat-nav li a {
  color: #fff; }

.fat-nav li a {
  text-decoration: none; }

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 30px;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; } }

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; } }

.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent); }

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent); }

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 44px);
  left: calc(50% - 68px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 136px;
  height: 88px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8; }

.scroll-hint-icon:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); }

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); }

.scroll-hint-icon-white .scroll-hint-text {
  color: #000; }

body {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  counter-reset: number 0;
  overflow-x: hidden;
  position: relative; }
  @media screen and (max-width: 834px) {
    body {
      overflow-x: initial;
      position: static; }
      body.active {
        width: 100%;
        overflow-y: hidden; } }

.wrap {
  overflow-x: hidden; }

sup {
  font-size: 8px;
  font-size: 0.5rem; }

.bold {
  font-weight: bold; }

.font.__main {
  color: #F5F3F0; }

.font.__sub {
  color: #B2A78A; }

.font.__red {
  color: #E25C28; }

a {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:link {
    text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    filter: alpha(opacity=70);
    transition: all 0.3s ease 0s; }
    @media screen and (max-width: 834px) {
      a:hover {
        opacity: 1; } }

.p-anchor_link {
  color: #2171cc;
  text-decoration: underline !important; }
  .p-anchor_link:hover {
    text-decoration: none !important; }

.pt0 {
  padding-top: 0 !important; }

.marginBottom10 {
  margin-bottom: 10px !important; }

.marginBottom20 {
  margin-bottom: 20px !important; }

.marginBottom40 {
  margin-bottom: 40px !important; }

.marginBottom50 {
  margin-bottom: 50px !important; }

.marginTop10 {
  margin-top: 10px !important; }

.marginTop20 {
  margin-top: 20px !important; }

.alignCenter {
  text-align: center; }

.pc-only {
  display: inline; }
  @media screen and (max-width: 834px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp-only {
      display: inline; } }

.animated-image_01 {
  display: block; }
  @media screen and (max-width: 834px) {
    .animated-image_01 {
      display: none; } }

.animated-image_02 {
  display: none; }
  @media screen and (max-width: 834px) {
    .animated-image_02 {
      display: block; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc-only {
      display: none; } }

.sp-only-block {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp-only-block {
      display: block;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      width: 60%;
      margin: 0 auto 16px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #B2A78A; }
  @media screen and (max-width: 834px) {
    header {
      background-color: #4F9DA9; } }
  header .l-header .inner {
    position: relative; }
  header .l-header__top {
    color: #555555;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 8px 0; }
    @media screen and (max-width: 834px) {
      header .l-header__top {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        padding: 4px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff; } }
    header .l-header__top span {
      color: #555555;
      font-weight: bold; }
  header .l-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 20px;
    background: #fff;
    height: 112px; }
    @media screen and (max-width: 834px) {
      header .l-header__main {
        margin-top: 36px;
        padding: 0 8px;
        height: 56px; } }
  header .l-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .l-header__left p {
      color: #333333;
      font-size: 16px;
      font-weight: 500; }
      @media screen and (min-width: 835px) and (max-width: 1099px) {
        header .l-header__left p {
          font-size: 11px;
          line-height: 1.6; } }
      @media screen and (min-width: 835px) and (max-width: 1024px) {
        header .l-header__left p {
          font-size: 14px; } }
  header .l-header__logo {
    margin-right: 16px;
    margin-top: 8px; }
    @media screen and (min-width: 835px) and (max-width: 1099px) {
      header .l-header__logo {
        margin-right: 8px; } }
    header .l-header__logo img {
      width: 100px;
      vertical-align: baseline; }
    @media screen and (max-width: 834px) {
      header .l-header__logo {
        width: 50px;
        margin-right: 0;
        margin-top: 0; }
        header .l-header__logo img {
          width: 100%;
          height: auto;
          vertical-align: middle; } }
    header .l-header__logo-text {
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        header .l-header__logo-text {
          font-size: 9px;
          line-height: 1.1em;
          width: 40%; } }
  header .l-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 80px; }
    @media screen and (max-width: 834px) {
      header .l-header__right {
        margin-right: 0px; } }
  header .l-header__list {
    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;
    position: relative; }
    @media screen and (max-width: 834px) {
      header .l-header__list {
        margin-right: 40px; } }
    header .l-header__list li {
      text-align: center;
      margin: 8px 16px 0 0;
      padding-right: 16px;
      font-size: 14px;
      border-right: 1px solid #dedede; }
      header .l-header__list li:nth-child(2) {
        border: none; }
      @media screen and (max-width: 834px) {
        header .l-header__list li {
          line-height: 1.4em;
          font-size: 12px;
          margin: 3px 4px 0 0;
          padding-right: 4px; }
          header .l-header__list li.guide {
            display: none; } }
      header .l-header__list li p {
        color: #333333; }
    header .l-header__list-icon {
      height: 30px; }
      @media screen and (max-width: 834px) {
        header .l-header__list-icon {
          height: 18px;
          margin-bottom: 2px; } }
      header .l-header__list-icon img,
      header .l-header__list-icon svg {
        height: 100%; }
    header .l-header__list-icon-text {
      font-weight: 500; }
    @media screen and (max-width: 834px) {
      header .l-header__list .tel {
        display: none; } }
    header .l-header__list-tel {
      position: relative;
      font-size: 20px;
      font-weight: 700;
      height: 30px;
      padding-left: 20px; }
      @media screen and (max-width: 834px) {
        header .l-header__list-tel {
          height: 18px;
          margin-bottom: 2px; } }
      header .l-header__list-tel img {
        height: 100%; }
      header .l-header__list-tel:before {
        content: "";
        position: absolute;
        background: url(../img/icon_tel01.svg) no-repeat;
        width: 32px;
        height: 32px;
        left: -18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.fz11 {
  font-size: 11px;
  font-weight: 500; }

.hamburger {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
  width: 74px;
  height: 74px;
  padding: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  margin-right: 24px; }
  @media screen and (max-width: 834px) {
    .hamburger {
      width: 50px;
      height: 56px;
      padding: 10px;
      top: calc(36px + 28px);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0px; } }
  .hamburger__icon {
    width: 26px;
    height: 3px;
    background: #333333;
    border-radius: 2px;
    position: relative;
    top: -8px; }
    @media screen and (max-width: 834px) {
      .hamburger__icon {
        right: -16px;
        top: -3px; } }
    .hamburger__icon::before, .hamburger__icon::after {
      background: #333333;
      width: 26px;
      height: 3px;
      border-radius: 2px; }
  .hamburger__label {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.05em;
    line-height: 1;
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }
    @media screen and (max-width: 834px) {
      .hamburger__label {
        display: none; } }
  .hamburger.active {
    background: none; }
    .hamburger.active::after {
      font-size: 13px;
      color: #333333;
      position: absolute;
      right: 0;
      top: 8px; }

.js-adulation {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.fat-nav {
  background: rgba(32, 52, 55, 0.95) !important; }

.c-side__btn {
  position: fixed;
  right: 0;
  z-index: 10;
  top: calc(50% - 263px); }
  @media screen and (max-width: 834px) {
    .c-side__btn {
      display: none; } }
  .c-side__btn li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 50px;
    height: 165px;
    margin-bottom: 16px;
    text-align: center; }
    .c-side__btn li:last-child {
      margin-bottom: 0; }
    .c-side__btn li a {
      color: #555555;
      border-radius: 8px 0 0 8px;
      width: 100%;
      display: block;
      background: #F5F3F0;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      font-weight: 700;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 10px; }
      .c-side__btn li a img {
        width: 20px;
        margin: 0 0 8px 3px; }
    .c-side__btn li.hojin a {
      background: #7d699d; }
    .c-side__btn li.owner a {
      background: #2171CC; }

.pageTop {
  position: fixed;
  right: 24px;
  z-index: 50;
  bottom: 56px;
  width: 56px;
  text-align: center; }
  .pageTop a {
    width: 50px;
    height: 50px;
    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;
    border-radius: 8px;
    background: #F5F3F0;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    position: relative; }
    @media screen and (max-width: 834px) {
      .pageTop a {
        font-size: 16px; } }
    .pageTop a::after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      right: 24px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  @media screen and (max-width: 834px) {
    .pageTop {
      right: 0; } }
  .pageTop a {
    border-radius: 50%;
    border: 1px solid #AF9757;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
    .pageTop a::after {
      border-left: solid 2px #AF9757;
      border-top: solid 2px #AF9757;
      border-right: none;
      right: 15px;
      top: 19px;
      width: 15px;
      height: 15px; }

.l-footer__sitemap {
  background: #F5F3F0;
  color: #555555 !important; }
  .l-footer__sitemap__inner {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    @media screen and (max-width: 834px) {
      .l-footer__sitemap__inner {
        display: block;
        padding: 24px 0; } }
    @media screen and (max-width: 1099px) {
      .l-footer__sitemap__inner {
        width: calc(100% - 4.8rem); } }
    .l-footer__sitemap__inner-logo {
      width: 120px;
      margin-bottom: 20px; }
      @media screen and (max-width: 834px) {
        .l-footer__sitemap__inner-logo {
          width: 80px;
          margin: 0 0 8px; } }
      .l-footer__sitemap__inner-logo a {
        display: block;
        width: 100%;
        color: #555555 !important; }
      .l-footer__sitemap__inner-logo img {
        width: 100%; }
        @media screen and (max-width: 834px) {
          .l-footer__sitemap__inner-logo img {
            width: 100%; } }
    .l-footer__sitemap__inner-data {
      width: 320px;
      margin-right: 80px; }
      @media screen and (max-width: 834px) {
        .l-footer__sitemap__inner-data {
          width: 100%;
          margin-bottom: 10px;
          margin-right: 0;
          border-right: none; } }
      .l-footer__sitemap__inner-data-title {
        margin-top: 8px;
        font-size: 12px;
        color: #555555 !important; }
      .l-footer__sitemap__inner-data-text {
        font-size: 12px;
        color: #555555 !important; }
  .l-footer__sitemap-box {
    width: 880px; }
    @media screen and (max-width: 834px) {
      .l-footer__sitemap-box {
        width: 100%; } }
  .l-footer__sitemap-top, .l-footer__sitemap-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    color: #555555 !important; }
    @media screen and (max-width: 834px) {
      .l-footer__sitemap-top, .l-footer__sitemap-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px; } }
    .l-footer__sitemap-top .station-01, .l-footer__sitemap-bottom .station-01 {
      margin-top: 25px; }
    .l-footer__sitemap-top .station-02, .l-footer__sitemap-bottom .station-02 {
      margin-top: 50px; }
    .l-footer__sitemap-top li, .l-footer__sitemap-bottom li {
      margin-left: 16px;
      font-size: 14px; }
      .l-footer__sitemap-top li a, .l-footer__sitemap-bottom li a {
        color: #555555 !important; }
    .l-footer__sitemap-top .title-01, .l-footer__sitemap-bottom .title-01 {
      font-weight: 500;
      font-size: 16px;
      margin-left: -16px;
      margin-bottom: 8px;
      color: #555555 !important; }
      @media screen and (max-width: 834px) {
        .l-footer__sitemap-top .title-01-bottom, .l-footer__sitemap-bottom .title-01-bottom {
          margin-top: 16px; } }
    .l-footer__sitemap-top .title-02, .l-footer__sitemap-bottom .title-02 {
      opacity: 0.5;
      font-weight: 700;
      margin-left: -16px;
      color: #555555 !important; }
  .l-footer__sitemap-bottom {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .l-footer__sitemap-bottom ul {
      margin-right: 40px; }
      .l-footer__sitemap-bottom ul:last-child {
        margin-right: 0; }

.l-footer__copy {
  background: #F5F3F0;
  height: 62px;
  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; }
  @media screen and (max-width: 834px) {
    .l-footer__copy {
      padding: 0 1.5rem; } }
  .l-footer__copy small {
    font-size: 12px;
    color: #555555; }
    @media screen and (max-width: 834px) {
      .l-footer__copy small {
        font-size: 10px; } }

.l-footer-contact {
  background: #F5F3F0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10; }
  .l-footer-contact-inner {
    width: 1200px;
    padding: 20px 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .l-footer-contact-inner {
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: convert-em()) {
      .l-footer-contact-inner {
        padding: 10px; } }
    @media screen and (max-width: convert-em()) {
      .l-footer-contact-inner {
        padding: 5px; } }
    .l-footer-contact-inner > div {
      line-height: 1; }
      .l-footer-contact-inner > div.tel {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media screen and (max-width: 834px) {
          .l-footer-contact-inner > div.tel {
            width: 49%;
            text-align: center; }
            .l-footer-contact-inner > div.tel a {
              width: 49%;
              height: auto;
              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;
              border-radius: 8px;
              background: #F5F3F0;
              color: #F5F3F0;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              font-size: 16px;
              font-weight: 700;
              position: relative; } }
    @media screen and (max-width: 834px) and (max-width: 834px) {
      .l-footer-contact-inner > div.tel a {
        font-size: 16px; } }
        @media screen and (max-width: 834px) {
              .l-footer-contact-inner > div.tel a::after {
                content: '';
                width: 10px;
                height: 10px;
                border-top: solid 2px #F5F3F0;
                border-right: solid 2px #F5F3F0;
                position: absolute;
                right: 24px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg); } }
        .l-footer-contact-inner > div.tel .tit {
          font-size: 16px;
          font-size: 1.14286rem;
          font-weight: bold;
          margin: 0 0 5px; }
          @media screen and (max-width: convert-em()) {
            .l-footer-contact-inner > div.tel .tit {
              font-size: 14px;
              font-size: 1rem; } }
        .l-footer-contact-inner > div.tel .txt {
          font-size: 12px;
          font-size: 0.85714rem;
          text-align: center;
          color: #555555; }
        .l-footer-contact-inner > div.tel .tel {
          color: #555555;
          margin-bottom: 10px;
          padding-left: 40px;
          position: relative;
          font-size: 42px;
          font-size: 3rem;
          font-weight: bold; }
          @media screen and (max-width: 834px) {
            .l-footer-contact-inner > div.tel .tel {
              padding: 0;
              font-size: 36px;
              margin-bottom: 0; } }
          .l-footer-contact-inner > div.tel .tel a {
            color: #555555;
            font-size: 16px;
            font-size: 1.14286rem;
            text-align: center;
            padding: 10px;
            border-radius: 5px;
            background: #F5F3F0;
            display: block; }
            @media screen and (max-width: 834px) {
              .l-footer-contact-inner > div.tel .tel a {
                width: 100%;
                background: #dddddd;
                color: #F5F3F0;
                font-size: 0.75rem;
                margin-top: 0px; } }
            .l-footer-contact-inner > div.tel .tel a:after {
              width: 5px;
              height: 5px;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
          .l-footer-contact-inner > div.tel .tel:before {
            content: "";
            position: absolute;
            background: url(../img/icon_tel01.svg) no-repeat;
            width: 36px;
            height: 36px;
            left: 0px;
            bottom: 0; }
            @media screen and (max-width: 834px) {
              .l-footer-contact-inner > div.tel .tel:before {
                background: url(../img/icon_tel01.svg) no-repeat !important;
                width: 20px;
                height: 20px;
                z-index: 1;
                left: 10px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
      .l-footer-contact-inner > div.contact {
        text-align: center; }
        .l-footer-contact-inner > div.contact a {
          width: 600px;
          height: 90px;
          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;
          border-radius: 8px;
          background: #F5F3F0;
          color: #F5F3F0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          font-weight: 700;
          position: relative; }
          @media screen and (max-width: 834px) {
            .l-footer-contact-inner > div.contact a {
              font-size: 16px; } }
          .l-footer-contact-inner > div.contact a::after {
            content: '';
            width: 10px;
            height: 10px;
            border-top: solid 2px #F5F3F0;
            border-right: solid 2px #F5F3F0;
            position: absolute;
            right: 24px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        @media screen and (max-width: 834px) {
          .l-footer-contact-inner > div.contact {
            width: 49%; } }
        .l-footer-contact-inner > div.contact a {
          position: relative;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          background: #dddddd;
          font-size: 24px;
          padding-left: 30px; }
          .l-footer-contact-inner > div.contact a p {
            color: #F5F3F0; }
          .l-footer-contact-inner > div.contact a span {
            display: block;
            padding-top: 8px;
            width: 100%;
            color: #F5F3F0;
            font-size: 12px;
            font-size: 0.85714rem;
            text-align: center; }
          @media screen and (max-width: 834px) {
            .l-footer-contact-inner > div.contact a {
              width: 100%; } }
          .l-footer-contact-inner > div.contact a::before {
            content: "";
            position: absolute; }
          @media screen and (max-width: 834px) {
            .l-footer-contact-inner > div.contact a {
              padding: 10px;
              font-size: 0.75rem;
              width: 100%;
              height: auto;
              border-radius: 4px; }
              .l-footer-contact-inner > div.contact a:after {
                width: 5px;
                height: 5px;
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); } }
          .l-footer-contact-inner > div.contact a::before {
            background: url(../img/icon_contact02.svg) no-repeat;
            width: 35px;
            height: 27px;
            left: 72px; }
            @media screen and (max-width: 834px) {
              .l-footer-contact-inner > div.contact a::before {
                background-size: 20px;
                width: 20px;
                height: 15px;
                left: 10px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
        .l-footer-contact-inner > div.contact-title {
          width: 100%;
          color: #F5F3F0;
          margin-top: 14px; }
        .l-footer-contact-inner > div.contact-time {
          color: #F5F3F0;
          font-size: 14px;
          margin-bottom: 12px; }

@media screen and (max-width: 834px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: initial; } }

@media screen and (max-width: 834px) {
  #content {
    width: 100%;
    overflow: hidden; } }

#content,
#container {
  margin-top: 112px; }
  @media screen and (max-width: 834px) {
    #content,
    #container {
      margin-top: 88px; } }

.topCampaign {
  padding: 24px 0 !important; }

#topCampaignSwiperWrap {
  overflow: hidden; }

#topCampaignSwiper {
  margin-right: auto;
  position: relative;
  margin-left: auto;
  margin-bottom: 60px;
  z-index: 0; }
  @media screen and (max-width: 834px) {
    #topCampaignSwiper {
      margin-bottom: 32px; } }
  #topCampaignSwiper .swiper-campaign {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1; }
    @media screen and (max-width: 834px) {
      #topCampaignSwiper .swiper-campaign {
        overflow: hidden; } }
    #topCampaignSwiper .swiper-campaign .swiper-wrapper .swiper-slide {
      padding: 0; }
      #topCampaignSwiper .swiper-campaign .swiper-wrapper .swiper-slide img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 28px; }
        @media screen and (max-width: 834px) {
          #topCampaignSwiper .swiper-campaign .swiper-wrapper .swiper-slide img {
            width: 96%;
            display: block;
            margin: 0 auto; } }
        #topCampaignSwiper .swiper-campaign .swiper-wrapper .swiper-slide img:hover {
          opacity: .7; }
    #topCampaignSwiper .swiper-campaign .swiper-pagination {
      position: absolute;
      bottom: -64px;
      margin: 0 8px; }
      @media screen and (max-width: 834px) {
        #topCampaignSwiper .swiper-campaign .swiper-pagination {
          bottom: -32px;
          margin: 0; } }
  #topCampaignSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background: #4F9DA9; }
    @media screen and (max-width: 834px) {
      #topCampaignSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px; } }

.campaignListBox {
  padding: 24px 0 40px !important; }

.campaignList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .campaignList li {
    width: calc(33% - 15px);
    margin: 0 15px 0 0; }
    @media screen and (max-width: 834px) {
      .campaignList li {
        width: 100%;
        margin-right: 0; }
        .campaignList li:nth-child(n+2) {
          margin-top: 1.6rem; } }
    .campaignList li a {
      height: 150px;
      background: #000;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .campaignList li:nth-child(3n) {
      margin-right: 0; }
    .campaignList li:not(:nth-child(-n+3)) {
      margin-top: 1.6rem; }
    .campaignList li a p img {
      display: block;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      width: 105%; }
    .campaignList li:hover {
      opacity: 0.8; }
  .campaignList.sub {
    margin-top: 25px; }
    .campaignList.sub li {
      height: 180px; }
      .campaignList.sub li .campaignContents {
        top: 66.5px; }
        .campaignList.sub li .campaignContents .campaignNam {
          background: none; }
      @media screen and (max-width: 834px) {
        .campaignList.sub li a p img {
          position: absolute;
          bottom: -50px; } }

.campaignContents {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  pointer-events: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 834px) {
    .campaignContents {
      top: 25%; } }

.campaignNam {
  color: #555555;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.1em;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #F5F3F0; }
  @media screen\0 {
    .campaignNam {
      padding: 14px 20px 6px; } }
  @media screen and (max-width: 834px) {
    .campaignNam {
      font-size: 0.8rem;
      height: 15px; } }

.campaignTex {
  color: #555555;
  padding: 10px; }
  @media screen and (max-width: 834px) {
    .campaignTex {
      padding: 10px;
      height: 93px; } }

.campaignBtmTex {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px; }

.p-ensen_map {
  margin-top: 74px;
  position: relative; }
  @media screen and (max-width: 834px) {
    .p-ensen_map {
      width: 1100px;
      height: 680px;
      margin-top: initial; } }
  @media screen and (max-width: 834px) {
    .p-ensen_map_wrap {
      width: 100%;
      height: 320px;
      margin-top: 32px;
      overflow: scroll; } }
  .p-ensen_map_img {
    width: 100%; }
  .p-ensen_map_inner a span {
    position: absolute; }
    .p-ensen_map_inner a span img {
      width: 24px;
      height: 24px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .p-ensen_map_inner a span.higashimikuni {
      top: 31px;
      left: 507px; }
    .p-ensen_map_inner a span.shinosaka-mido {
      top: 90px;
      left: 507px; }
    .p-ensen_map_inner a span.shinosaka-jr {
      top: 90px;
      left: 555px; }
    .p-ensen_map_inner a span.nishinaka {
      top: 114px;
      left: 507px; }
    .p-ensen_map_inner a span.nakatsu {
      top: 169px;
      left: 507px; }
    .p-ensen_map_inner a span.umeda {
      top: 250px;
      left: 507px; }
    .p-ensen_map_inner a span.honmachi-mido {
      top: 384px;
      left: 507px; }
    .p-ensen_map_inner a span.honmachi-chuo {
      top: 384px;
      left: 489px; }
    .p-ensen_map_inner a span.honmachi-yotsuhashi {
      top: 384px;
      left: 473px; }
    .p-ensen_map_inner a span.shinsaibashi-mido {
      top: 425px;
      left: 507px; }
    .p-ensen_map_inner a span.shinsaibashi-tsurumi {
      top: 425px;
      left: 481px; }
    .p-ensen_map_inner a span.namba-mido {
      top: 488px;
      left: 507px; }
    .p-ensen_map_inner a span.namba-yotsuhashi {
      top: 490px;
      left: 482px; }
    .p-ensen_map_inner a span.namba-hanshin {
      top: 502px;
      left: 550px; }
    .p-ensen_map_inner a span.daikokucho-mido {
      top: 581px;
      left: 507px; }
    .p-ensen_map_inner a span.daikokucho-yotsuhashi {
      top: 581px;
      left: 492px; }
    .p-ensen_map_inner a span.osaka-hankyu {
      top: 173px;
      left: 463px; }
    .p-ensen_map_inner a span.osaka-jr {
      top: 187px;
      left: 438px; }
    .p-ensen_map_inner a span.osaka-kanjo {
      top: 215px;
      left: 450px; }
    .p-ensen_map_inner a span.tsukamoto {
      top: 187px;
      left: 306px; }
    .p-ensen_map_inner a span.fukushima {
      top: 229px;
      left: 423px; }
    .p-ensen_map_inner a span.nishiumeda {
      top: 262px;
      left: 471px; }
    .p-ensen_map_inner a span.osakaumeda {
      top: 264px;
      left: 438px; }
    .p-ensen_map_inner a span.hanshinfukushima {
      top: 264px;
      left: 417px; }
    .p-ensen_map_inner a span.nodahanshin {
      top: 285px;
      left: 298px; }
    .p-ensen_map_inner a span.tamagawa {
      top: 335px;
      left: 298px; }
    .p-ensen_map_inner a span.noda {
      top: 329px;
      left: 274px; }
    .p-ensen_map_inner a span.awaza-sennichi {
      top: 368px;
      left: 298px; }
    .p-ensen_map_inner a span.awaza-chuo {
      top: 385px;
      left: 298px; }
    .p-ensen_map_inner a span.nishinagahori-sennichi {
      top: 425px;
      left: 298px; }
    .p-ensen_map_inner a span.nishinagahori-tsurumi {
      top: 440px;
      left: 297px; }
    .p-ensen_map_inner a span.kujo-chuo {
      top: 432px;
      left: 262px; }
    .p-ensen_map_inner a span.kujo-hanshin {
      top: 449px;
      left: 248px; }
    .p-ensen_map_inner a span.nishikujo-jr {
      top: 387px;
      left: 198px; }
    .p-ensen_map_inner a span.nishikujo-hanshin {
      top: 364px;
      left: 219px; }
    .p-ensen_map_inner a span.nishikujo-kanjo {
      top: 387px;
      left: 219px; }
    .p-ensen_map_inner a span.nakazakicho {
      top: 229px;
      left: 572px; }
    .p-ensen_map_inner a span.tenjinbashisuji6-hankyu {
      top: 187px;
      left: 626px; }
    .p-ensen_map_inner a span.tenjinbashisuji6-sakaisuji {
      top: 207px;
      left: 626px; }
    .p-ensen_map_inner a span.ogimachi {
      top: 229px;
      left: 626px; }
    .p-ensen_map_inner a span.minamimorimachi-tanimachi {
      top: 271px;
      left: 626px; }
    .p-ensen_map_inner a span.minamimorimachi-sakaisuji {
      top: 294px;
      left: 626px; }
    .p-ensen_map_inner a span.kitahama {
      top: 334px;
      left: 626px; }
    .p-ensen_map_inner a span.sakaisujihonmachi-chuo {
      top: 384px;
      left: 650px; }
    .p-ensen_map_inner a span.sakaisujihonmachi-sakaisuji {
      top: 384px;
      left: 626px; }
    .p-ensen_map_inner a span.nagahoribashi-tsurumi {
      top: 425px;
      left: 650px; }
    .p-ensen_map_inner a span.nagahoribashi-sakaisuji {
      top: 425px;
      left: 626px; }
    .p-ensen_map_inner a span.tenma {
      top: 214px;
      left: 668px; }
    .p-ensen_map_inner a span.matsuyamachi {
      top: 425px;
      left: 681px; }
    .p-ensen_map_inner a span.tenmabashi-tanimachi {
      top: 324px;
      left: 715px; }
    .p-ensen_map_inner a span.tenmabashi-keihan {
      top: 347px;
      left: 715px; }
    .p-ensen_map_inner a span.taniyon-tanimachi {
      top: 384px;
      left: 715px; }
    .p-ensen_map_inner a span.taniyon-chuo {
      top: 384px;
      left: 737px; }
    .p-ensen_map_inner a span.taniroku-tanimachi {
      top: 425px;
      left: 715px; }
    .p-ensen_map_inner a span.taniroku-tsurumi {
      top: 425px;
      left: 739px; }
    .p-ensen_map_inner a span.kyobashi-keihan {
      top: 260px;
      left: 814px; }
    .p-ensen_map_inner a span.kyobashi-tsurumi {
      top: 285px;
      left: 814px; }
    .p-ensen_map_inner a span.kyobashi-kanjo {
      top: 306px;
      left: 814px; }
    .p-ensen_map_inner a span.kyobashi-jr {
      top: 324px;
      left: 814px; }
    .p-ensen_map_inner a span.morinomiya-tsurumi {
      top: 384px;
      left: 784px; }
    .p-ensen_map_inner a span.morinomiya-chuo {
      top: 384px;
      left: 837px; }
    .p-ensen_map_inner a span.morinomiya-kanjo {
      top: 384px;
      left: 814px; }
    .p-ensen_map_inner a span.tamatsukuri-tsurumi {
      top: 427px;
      left: 784px; }
    .p-ensen_map_inner a span.tamatsukuri-kanjo {
      top: 427px;
      left: 814px; }
  .p-ensen_map_inner a:hover span img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: .7;
    filter: alpha(opacity=70);
    transition: all 0.3s ease 0s; }
    @media screen and (max-width: 834px) {
      .p-ensen_map_inner a:hover span img {
        opacity: 1; } }

.l-mv {
  height: calc(100vh - 112px);
  min-height: 655px;
  position: relative;
  overflow: hidden; }
  .l-mv::before {
    width: 100%;
    height: 100%;
    background: #F8F8F0 url(../img/img_mv.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    position: absolute;
    z-index: 0; }
  .l-mv::after {
    width: 100%;
    height: 100%;
    background: rgba(99, 94, 79, 0.3);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  @media screen and (max-width: 834px) {
    .l-mv {
      height: auto;
      min-height: auto; } }
  .l-mv__inner {
    margin: 0 auto;
    height: 100%;
    width: 88%;
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 80px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 834px) {
      .l-mv__inner {
        width: 90%;
        min-width: 90%;
        padding: 8px 0; } }
  .l-mv__catch {
    position: relative;
    z-index: 1;
    padding: 40px 0 24px 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media screen and (max-width: 834px) {
      .l-mv__catch {
        padding: 16px 0 8px; } }
    .l-mv__catch-text {
      font-size: 48px;
      font-weight: 500;
      line-height: 1.5em;
      letter-spacing: 0.05em;
      color: #fff;
      font-family: 'Zen Maru Gothic', sans-serif;
      text-shadow: 0 4px 9.3px rgba(0, 0, 0, 0.24); }
      @media screen and (max-width: 1280px) {
        .l-mv__catch-text {
          font-size: 32px; } }
      @media screen and (max-width: 834px) {
        .l-mv__catch-text {
          font-size: 22px; } }
  .l-mv__search-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .l-mv__search-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .l-mv__search-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 834px) {
      .l-mv__search-area {
        position: relative;
        width: 100%;
        height: 280px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: -20px; } }
  .l-mv__search-map {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .l-mv__search-map {
        height: auto; } }
    .l-mv__search-map_img {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: auto; }
      @media screen and (min-width: 1280px) {
        .l-mv__search-map_img {
          right: auto;
          left: -16%;
          height: 145%;
          top: -23%; } }
      @media screen and (min-width: 835px) and (max-width: 1280px) {
        .l-mv__search-map_img {
          right: 0;
          height: 110%; } }
      @media screen and (min-width: 835px) and (max-width: 1336px) {
        .l-mv__search-map_img {
          right: -210px;
          left: auto;
          top: -69px;
          height: 120%; } }
      @media screen and (max-width: 834px) {
        .l-mv__search-map_img {
          display: none; } }
    .l-mv__search-map_sp-btn {
      display: none; }
      @media screen and (max-width: 834px) {
        .l-mv__search-map_sp-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 10px;
          width: 100%;
          padding: 16px 16px 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      @media screen and (max-width: 834px) {
        .l-mv__search-map_sp-btn li {
          width: calc(50% - 5px); }
          .l-mv__search-map_sp-btn li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background: #eef4f5;
            border-radius: 50px;
            padding: 10px 10px 10px 16px;
            text-decoration: none;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
            -webkit-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
            transition: opacity 0.3s;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .l-mv__search-map_sp-btn li a::after {
              display: none !important;
              content: none !important; }
            .l-mv__search-map_sp-btn li a:hover {
              opacity: 0.8; }
            .l-mv__search-map_sp-btn li a .text {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              color: #4F9DA9;
              font-size: 14px;
              font-weight: 500; }
            .l-mv__search-map_sp-btn li a .arrow {
              width: 20px;
              height: 20px;
              border-radius: 50%;
              border: 1px solid #4F9DA9;
              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;
              -ms-flex-negative: 0;
              flex-shrink: 0;
              position: relative; }
              .l-mv__search-map_sp-btn li a .arrow::before {
                content: "";
                position: absolute;
                width: 10px;
                height: 1px;
                background: #4F9DA9;
                border-radius: 2px 0 0 2px;
                left: 6px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
              .l-mv__search-map_sp-btn li a .arrow::after {
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                border-top: 1px solid #4F9DA9;
                border-right: 1px solid #4F9DA9;
                border-radius: 2px;
                right: 5px;
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); } }
    .l-mv__search-map_top {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .l-mv__search-map_list {
      padding: 32px 0;
      gap: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 834px) {
        .l-mv__search-map_list {
          padding: 16px 0 0; } }
      .l-mv__search-map_list li {
        width: calc(100% / 3 - 16px); }
        @media screen and (max-width: 1280px) {
          .l-mv__search-map_list li {
            width: calc(100% / 2 - 32px); } }
        @media screen and (max-width: 834px) {
          .l-mv__search-map_list li {
            width: calc(50% - 8px); } }
        .l-mv__search-map_list li a {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.3em;
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 16px 16px 16px 24px;
          background: #04202C;
          border-radius: 50px;
          display: block;
          position: relative;
          -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
          color: #fff; }
          .l-mv__search-map_list li a::before {
            position: absolute;
            content: "";
            vertical-align: middle;
            top: 49%;
            right: 20px;
            width: 6px;
            height: 6px;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            -webkit-transform: rotate(225deg) translateY(50%);
            -ms-transform: rotate(225deg) translateY(50%);
            transform: rotate(225deg) translateY(50%); }
          .l-mv__search-map_list li a:hover {
            color: #04202C;
            background: #fff; }
            .l-mv__search-map_list li a:hover::before {
              border-color: #04202C; }
          .l-mv__search-map_list li a.selected {
            color: #04202C;
            background: #fff;
            border: 2px #04202C solid; }
            .l-mv__search-map_list li a.selected::before {
              top: 46%;
              -webkit-transform: rotate(135deg) translateY(50%);
              -ms-transform: rotate(135deg) translateY(50%);
              transform: rotate(135deg) translateY(50%);
              border-color: #04202C; }
    .l-mv__search-map_area {
      height: 100%;
      display: none; }
      @media screen and (max-width: 834px) {
        .l-mv__search-map_area {
          margin-top: 40px;
          height: 400px;
          text-align: center;
          display: none; } }
    .l-mv__search-map svg a .map-btn,
    .l-mv__search-map svg a .map-btn-text,
    .l-mv__search-map svg a circle,
    .l-mv__search-map svg a line,
    .l-mv__search-map svg a g g path,
    .l-mv__search-map svg a polygon {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .l-mv__search-map svg#img_map_01 a:hover .map-btn {
      fill: #AF9757 !important;
      stroke: #04202C;
      stroke-width: 1px;
      stroke-linejoin: round; }
    .l-mv__search-map svg#img_map_01 a:hover .map-btn path.cls-5 {
      stroke: none; }
    .l-mv__search-map svg#img_map_01 a:hover .map-btn-text {
      fill: #04202C; }
    .l-mv__search-map svg#img_map_01 a:hover .map-maru {
      fill: #98D0D9 !important; }
    .l-mv__search-map svg#img_map_01 a:hover .map-outline {
      stroke: #4F9DA9 !important; }
    .l-mv__search-map svg#img_map_01 a:hover .map-pointer path,
    .l-mv__search-map svg#img_map_01 a:hover .map-pointer rect,
    .l-mv__search-map svg#img_map_01 a:hover .map-pointer circle,
    .l-mv__search-map svg#img_map_01 a:hover .map-pointer line,
    .l-mv__search-map svg#img_map_01 a:hover .map-line {
      fill: #4F9DA9 !important;
      stroke: #4F9DA9 !important;
      stroke-width: 2px !important; }
    .l-mv__search-map svg#img_map_01 a:hover .map-label {
      -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
    .l-mv__search-map svg#img_map_01 a:hover .map-back {
      fill: #4F9DA9 !important; }
    .l-mv__search-map svg#img_map_01 a:hover .map-name path {
      fill: #fff !important; }
    .l-mv__search-map svg#img_map_02 a:hover .map-btn {
      fill: #B2A78A; }
    .l-mv__search-map svg#img_map_02 a:hover .map-btn-text {
      fill: #333333; }
  .l-mv__search-btn {
    width: 100%;
    max-width: 489px;
    background: rgba(238, 244, 245, 0.82);
    border-radius: 20px;
    padding: 56px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .l-mv__search-btn_box {
      width: 45%;
      margin-right: 5%; }
      @media screen and (max-width: 834px) {
        .l-mv__search-btn_box {
          width: 100%;
          margin-right: 0;
          margin-left: 0; } }
    @media screen and (max-width: 1280px) {
      .l-mv__search-btn_bottom {
        max-width: 477px;
        margin-inline: auto; } }
    @media screen and (max-width: 834px) {
      .l-mv__search-btn {
        width: 100%;
        padding: 16px;
        margin-inline: auto; } }
    .l-mv__search-btn_text {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 26px; }
      @media screen and (max-width: 1280px) {
        .l-mv__search-btn_text {
          letter-spacing: 0.1em;
          margin-bottom: 24px; } }
      @media screen and (max-width: 834px) {
        .l-mv__search-btn_text {
          margin-bottom: 16px;
          font-size: 14px;
          text-align: center;
          letter-spacing: normal;
          line-height: normal; } }
    .l-mv__search-btn__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 12px; }
      @media screen and (max-width: 834px) {
        .l-mv__search-btn__list {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .l-mv__search-btn__list li {
        width: calc(33.333% - 8px);
        height: auto;
        text-align: center; }
        .l-mv__search-btn__list li.disabled {
          pointer-events: none; }
          .l-mv__search-btn__list li.disabled a {
            opacity: 0.2; }
        .l-mv__search-btn__list li a {
          background: #fff;
          border-radius: 38px;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          aspect-ratio: 1 / 1;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 16px 8px;
          border: 1px solid #fff; }
          @media screen and (max-width: 834px) {
            .l-mv__search-btn__list li a {
              border-radius: 8px;
              padding: 16px 4px; } }
          .l-mv__search-btn__list li a:hover {
            border: 1px solid #F5F3F0; }
            .l-mv__search-btn__list li a:hover .title {
              color: #4F9DA9; }
        .l-mv__search-btn__list li .img {
          height: 39px; }
          @media screen and (max-width: 834px) {
            .l-mv__search-btn__list li .img {
              height: 39px; } }
          .l-mv__search-btn__list li .img svg {
            width: 100%;
            max-height: 39px; }
            @media screen and (max-width: 834px) {
              .l-mv__search-btn__list li .img svg {
                max-height: 39px; } }
        .l-mv__search-btn__list li .title {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.3em;
          margin-inline: auto;
          padding-top: 4px; }
          @media screen and (max-width: 834px) {
            .l-mv__search-btn__list li .title {
              font-size: 12px;
              letter-spacing: 0.05em; } }
  .l-mv__search-word {
    margin-top: 24px;
    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;
    width: 100%; }
    @media screen and (max-width: 834px) {
      .l-mv__search-word {
        margin-top: 16px; } }
    .l-mv__search-word__input {
      width: 100%; }
      @media screen and (max-width: 834px) {
        .l-mv__search-word__input {
          width: 80%; } }
      .l-mv__search-word__input input {
        height: 48px;
        width: 100%;
        border-radius: 16px 0 0 16px;
        border: none;
        font-size: 16px;
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 834px) {
          .l-mv__search-word__input input {
            width: 100%;
            font-size: 14px; } }
        .l-mv__search-word__input input:focus {
          outline: 0; }
    .l-mv__search-word .c-btn__01 {
      width: 38%; }
      .l-mv__search-word .c-btn__01 input[type="submit"] {
        width: 100%;
        border-radius: 0 16px 16px 0;
        font-size: 16px;
        height: 48px;
        background-color: #4F9DA9; }
        @media screen and (max-width: 834px) {
          .l-mv__search-word .c-btn__01 input[type="submit"] {
            font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .l-mv__search-word .c-btn__01 a {
        margin: 0 auto; } }

.hide-area {
  display: none; }

.modaal-close:after,
.modaal-close:before {
  background: #ccc; }

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666; }

.modaal-container {
  width: 750px;
  margin: 0 auto; }

.l-modaal__content {
  position: relative;
  background: #dddddd;
  border: 20px solid #fff;
  border-radius: 20px; }
  .l-modaal__content img {
    width: 100%; }

.l-modaal__shizutetsu p {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 14px; }
  .l-modaal__shizutetsu p a {
    padding-top: 20px; }
    .l-modaal__shizutetsu p a.bottom {
      padding-top: 0;
      padding-bottom: 20px; }
  .l-modaal__shizutetsu p.stat-01 {
    top: 125px;
    right: 122px; }
  .l-modaal__shizutetsu p.stat-02 {
    top: 134px;
    right: 151px; }
  .l-modaal__shizutetsu p.stat-03 {
    top: 149px;
    right: 184px; }
  .l-modaal__shizutetsu p.stat-04 {
    top: 156px;
    right: 230px; }
  .l-modaal__shizutetsu p.stat-05 {
    top: 168px;
    right: 260px; }
  .l-modaal__shizutetsu p.stat-06 {
    top: 197px;
    right: 280px; }
  .l-modaal__shizutetsu p.stat-07 {
    top: 228px;
    right: 296px; }
  .l-modaal__shizutetsu p.stat-08 {
    top: 249px;
    right: 320px; }
  .l-modaal__shizutetsu p.stat-09 {
    top: 210px;
    right: 360px; }
  .l-modaal__shizutetsu p.stat-10 {
    top: 226px;
    right: 386px; }
  .l-modaal__shizutetsu p.stat-11 {
    top: 248px;
    right: 413px; }
  .l-modaal__shizutetsu p.stat-12 {
    top: 254px;
    right: 435px; }
  .l-modaal__shizutetsu p.stat-13 {
    top: 250px;
    right: 464px; }
  .l-modaal__shizutetsu p.stat-14 {
    top: 257px;
    right: 494px; }
  .l-modaal__shizutetsu p.stat-15 {
    top: 270px;
    right: 527px; }

.l-modaal__jr p {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 18px; }
  .l-modaal__jr p a {
    padding-top: 30px; }
    .l-modaal__jr p a.bottom {
      padding-top: 0;
      padding-bottom: 30px; }
  .l-modaal__jr p.stat-01 {
    top: 30px;
    right: 130px; }
  .l-modaal__jr p.stat-02 {
    top: 129px;
    right: 301px; }
  .l-modaal__jr p.stat-03 {
    top: 291px;
    right: 383px; }
  .l-modaal__jr p.stat-04 {
    top: 347px;
    right: 469px; }

.l-top__special__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-top__special__content li {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px; }
    @media screen and (max-width: 834px) {
      .l-top__special__content li {
        margin-bottom: 24px; } }
    .l-top__special__content li img {
      width: 100%; }
  .l-top__special__content-01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 834px) {
      .l-top__special__content-01 {
        margin-bottom: 40px; } }
    .l-top__special__content-01 li {
      width: 46%; }
      @media screen and (max-width: 834px) {
        .l-top__special__content-01 li {
          width: 48%; } }
  .l-top__special__content-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .l-top__special__content-02 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .l-top__special__content-02 li {
      width: 30%;
      margin-right: 5%; }
      .l-top__special__content-02 li:nth-child(3n), .l-top__special__content-02 li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 834px) {
        .l-top__special__content-02 li {
          width: 48%;
          margin-right: 0; } }
  .l-top__special__content-03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .l-top__special__content-03 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .l-top__special__content-03 li {
      width: 23%;
      margin-right: 1%; }
      .l-top__special__content-03 li:nth-child(4n) {
        margin-right: 0; }
      .l-top__special__content-03 li:first-child {
        margin-left: 4%; }
      .l-top__special__content-03 li:last-child {
        margin-right: 4%; }
      @media screen and (max-width: 834px) {
        .l-top__special__content-03 li {
          width: 48%;
          margin-right: 0; }
          .l-top__special__content-03 li:first-child {
            margin-left: 0; }
          .l-top__special__content-03 li:last-child {
            margin-right: 0; } }

.l-top__area__content, .l-top__station__content, .l-top__list__content-top, .l-top__list__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 834px) {
    .l-top__area__content, .l-top__station__content, .l-top__list__content-top, .l-top__list__content-bottom {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .l-top__area__content-02, .l-top__station__content-02, .l-top__list__content-top-02, .l-top__list__content-bottom-02 {
    margin-bottom: 0; }
  .l-top__area__content li, .l-top__station__content li, .l-top__list__content-top li, .l-top__list__content-bottom li {
    width: 210px;
    margin-right: 12px; }
    @media screen and (max-width: 834px) {
      .l-top__area__content li, .l-top__station__content li, .l-top__list__content-top li, .l-top__list__content-bottom li {
        width: 48%;
        margin-right: 0; } }
    .l-top__area__content li img, .l-top__station__content li img, .l-top__list__content-top li img, .l-top__list__content-bottom li img {
      width: 100%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      border-radius: 15px; }

.l-top__station__content li {
  background: #dddddd;
  height: 72px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em; }
  @media screen and (max-width: 834px) {
    .l-top__station__content li {
      font-size: 16px; } }
  .l-top__station__content li a {
    display: block;
    width: 100%;
    height: 100%;
    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; }

.l-top__list__content {
  margin: 80px 0 0; }
  @media screen and (max-width: 834px) {
    .l-top__list__content {
      margin-top: 40px; } }
  @media screen and (max-width: 1099px) {
    .l-top__list__content:after {
      content: "";
      display: block;
      width: 32%;
      height: 0; } }
  .l-top__list__content-top {
    margin-top: 40px;
    margin-bottom: 38px;
    gap: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-top__list__content-top li {
      width: calc(100%/3 - 28px);
      height: 127px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2em;
      margin-right: 0;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16); }
      .l-top__list__content-top li::before {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .l-top__list__content-top li::after {
        width: 100%;
        height: 100%;
        background: url(/common/img/img_area_button.png) no-repeat center center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      @media screen and (max-width: 834px) {
        .l-top__list__content-top li {
          font-size: 14px;
          width: 100%;
          height: 70px;
          margin-right: 0; } }
      .l-top__list__content-top li a {
        width: 100%;
        height: 150px;
        padding: 0 0 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .l-top__list__content-top li a p {
          color: #fff; }
        @media screen and (max-width: 834px) {
          .l-top__list__content-top li a {
            padding: 0 0 75px; } }
        .l-top__list__content-top li a .text-upper {
          font-size: 24px; }
          @media screen and (max-width: 834px) {
            .l-top__list__content-top li a .text-upper {
              font-size: 18px; } }
        .l-top__list__content-top li a .text-bottom {
          position: relative;
          font-size: 12px;
          font-weight: 100;
          padding-top: 24px; }
          @media screen and (max-width: 834px) {
            .l-top__list__content-top li a .text-bottom {
              font-size: 13px;
              padding-top: 16px; } }
          .l-top__list__content-top li a .text-bottom::before {
            content: "";
            position: absolute;
            height: 1px;
            width: 64px;
            background-color: #fff;
            left: 50%;
            top: 16px;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
            @media screen and (max-width: 834px) {
              .l-top__list__content-top li a .text-bottom::before {
                top: 12px; } }
        .l-top__list__content-top li a:hover {
          background: #B2A78A;
          background-position: center;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .l-top__list__content-top li a:hover p {
            color: #04202C; }
          .l-top__list__content-top li a:hover .text-bottom::before {
            background-color: #04202C;
            opacity: .8; }
          .l-top__list__content-top li a:hover::before {
            border-color: #04202C; }
      .l-top__list__content-top li.__long {
        width: 100%; }
  .l-top__list__content-bottom {
    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;
    gap: 16px;
    padding: 0;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .l-top__list__content-bottom {
        gap: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .l-top__list__content-bottom li {
      width: calc(20% - 12px);
      height: 64px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2em;
      -webkit-box-shadow: none;
      box-shadow: none; }
      @media screen and (max-width: 834px) {
        .l-top__list__content-bottom li {
          font-size: 14px;
          width: calc(50% - 8px);
          height: 56px;
          margin-right: 0; } }
      .l-top__list__content-bottom li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 22px 0 22px 16px;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #F5F3F0;
        border-radius: 30px;
        -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16); }
        @media screen and (max-width: 834px) {
          .l-top__list__content-bottom li a {
            font-size: 13px;
            padding: 12px 0 12px 16px; } }
        .l-top__list__content-bottom li a::before {
          position: absolute;
          content: "";
          vertical-align: middle;
          top: 49%;
          right: 20px;
          width: 6px;
          height: 6px;
          border-bottom: 1px solid #fff;
          border-left: 1px solid #fff;
          -webkit-transform: rotate(225deg) translateY(50%);
          -ms-transform: rotate(225deg) translateY(50%);
          transform: rotate(225deg) translateY(50%); }
        .l-top__list__content-bottom li a:hover {
          color: #04202C;
          background: #B2A78A; }
          .l-top__list__content-bottom li a:hover::before {
            border-color: #04202C; }
      .l-top__list__content-bottom li.__long {
        width: 100%; }

.l-top__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 1099px) {
    .l-top__text-box {
      margin: 0 auto; } }
  @media screen and (max-width: 834px) {
    .l-top__text-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% - 3rem);
      margin: 0 auto; } }
  .l-top__text-box__img {
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: static;
        height: auto; } }
    .l-top__text-box__img-left {
      width: 44%;
      position: relative; }
      @media screen and (max-width: 1099px) {
        .l-top__text-box__img-left {
          width: 30%; } }
      @media screen and (max-width: 834px) {
        .l-top__text-box__img-left {
          width: 48%; } }
      .l-top__text-box__img-left .animated-image_01 {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
        -webkit-animation: fluidMorph01 10s ease-in-out infinite alternate;
        animation: fluidMorph01 10s ease-in-out infinite alternate;
        -webkit-box-shadow: 24px 30px 0px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 24px 30px 0px 0px rgba(0, 0, 0, 0.08); }

@-webkit-keyframes fluidMorph01 {
  0%,
  100% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%; }
  50% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%; } }

@keyframes fluidMorph01 {
  0%,
  100% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%; }
  50% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%; } }
        @media screen and (max-width: 834px) {
          .l-top__text-box__img-left .animated-image_01 {
            -webkit-box-shadow: 16px 16px 0px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 16px 16px 0px 0px rgba(0, 0, 0, 0.08); } }
      .l-top__text-box__img-left::after {
        width: 20%;
        background-color: lightblue;
        border-radius: 40% 60% 70% 30% / 60% 40% 30% 70%;
        /* 初期形状 */ }
    .l-top__text-box__img-right {
      position: absolute;
      width: 18%;
      bottom: 2%;
      right: -20px; }
      @media screen and (max-width: 1099px) {
        .l-top__text-box__img-right {
          width: 24%; } }
      @media screen and (max-width: 834px) {
        .l-top__text-box__img-right {
          width: 30%; } }
      .l-top__text-box__img-right .animated-image_02 {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        /* アスペクト比を維持して画像をトリミング */
        border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
        /* 初期シェイプ */
        -webkit-animation: fluidMorph02 10s ease-in-out infinite alternate;
        animation: fluidMorph02 10s ease-in-out infinite alternate;
        /* アニメーション設定 */
        -webkit-box-shadow: -24px -30px 0px 0px rgba(0, 0, 0, 0.08);
        box-shadow: -24px -30px 0px 0px rgba(0, 0, 0, 0.08); }

@-webkit-keyframes fluidMorph02 {
  0%,
  100% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%; }
  50% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%; } }

@keyframes fluidMorph02 {
  0%,
  100% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%; }
  50% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%; } }
        @media screen and (max-width: 834px) {
          .l-top__text-box__img-right .animated-image_02 {
            -webkit-box-shadow: -12px -15px 0px 0px rgba(0, 0, 0, 0.08);
            box-shadow: -12px -15px 0px 0px rgba(0, 0, 0, 0.08); } }
    @media screen and (max-width: 834px) {
      .l-top__text-box__img::after {
        width: 80px;
        height: 80px;
        top: -16px;
        right: unset;
        left: -16px; } }
    .l-top__text-box__img img {
      width: 100%; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; } }
  .l-top__text-box__inner {
    width: 40%; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__inner {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
        padding-left: 0;
        margin-bottom: 24px; } }
  .l-top__text-box__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 0.3em;
    line-height: 1.75; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__title {
        font-size: 16px;
        margin-bottom: 24px; } }
  .l-top__text-box__text {
    line-height: 1.75; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__text {
        font-size: 14px; } }

.l-top__bnr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .l-top__bnr-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-top__bnr-box-item {
        margin-bottom: 20px; }
      .l-top__bnr-box img {
        width: 100%; } }

.c-btn__01 {
  text-align: center; }
  .c-btn__01 a, .c-btn__01 input[type="button"], .c-btn__01 input[type="submit"] {
    width: 180px;
    height: 48px;
    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;
    border-radius: 8px;
    background: #04202C;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .c-btn__01 a, .c-btn__01 input[type="button"], .c-btn__01 input[type="submit"] {
        font-size: 16px; } }
  .c-btn__01 input[type="button"], .c-btn__01 input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .c-btn__01 input[type="button"]:hover, .c-btn__01 input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .c-btn__01 input[type="button"]:hover, .c-btn__01 input[type="submit"]:hover {
          opacity: 1; } }
  @media screen and (max-width: 834px) {
    .c-btn__01 input[type="submit"] {
      width: 160px;
      height: 40px;
      margin: 0 auto; } }

.c-btn__02 {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-btn__02 a {
    width: 305px;
    height: 54px;
    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;
    border-radius: 8px;
    background: #F5F3F0;
    color: #555555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    position: relative; }
    @media screen and (max-width: 834px) {
      .c-btn__02 a {
        font-size: 16px; } }
    .c-btn__02 a::after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 2px #555555;
      border-right: solid 2px #555555;
      position: absolute;
      right: 24px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.c-title__01 {
  line-height: 1;
  padding: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .c-title__01 {
      padding-top: 8px; } }
  .c-title__01-logo {
    display: block;
    margin: 0 auto 4px;
    width: 40px;
    height: auto; }
  .c-title__01-en {
    display: block;
    font-size: 56px;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #333333;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    .c-title__01-en.__contact {
      text-align: left;
      width: 100%;
      color: #4F9DA9;
      padding-left: 4px;
      font-weight: 600; }
    .c-title__01-en.__useful-sub {
      font-size: 13px;
      color: #333333;
      letter-spacing: 0.1em;
      margin-top: 10px;
      margin-bottom: 0; }
    @media screen and (max-width: 834px) {
      .c-title__01-en {
        display: block;
        margin-bottom: 5px;
        font-size: 32px; } }
    .c-title__01-en-accent {
      color: #F5F3F0; }
  .c-title__01-ja {
    display: block;
    font-size: 36px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    color: #333333;
    margin-bottom: 4px; }
    .c-title__01-ja.__contact {
      text-align: left;
      width: 100%;
      color: #4F9DA9;
      padding-left: 4px;
      font-weight: 600; }
    @media screen and (max-width: 834px) {
      .c-title__01-ja {
        display: block;
        font-size: 24px; } }
    .c-title__01-ja-accent {
      color: #F5F3F0; }
  .c-title__01#information .c-title__01-en {
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.1em;
    margin-top: 4px;
    margin-bottom: 0; }
  .c-title__01.__column::before {
    top: 0;
    background-image: url(../img/txt_column.svg); }
    @media screen and (max-width: 834px) {
      .c-title__01.__column::before {
        top: -24px; } }
  .c-title__01.__service::before {
    background-image: url(../img/img_service.png); }
  .c-title__01.__service::after {
    width: 128px;
    height: 40px;
    background: url(../img/text_service_01.svg) no-repeat center/100%; }
  .c-title__01.__contact {
    color: #555555; }
    .c-title__01.__contact::after {
      content: "contact";
      color: #555555; }

.c-title__02 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px; }

.c-title__03 {
  font-size: 16px;
  font-weight: 700;
  color: #F5F3F0;
  margin-bottom: 16px; }
  .c-title__03 img {
    width: 17px;
    margin-right: 8px; }

.c-title__bottom {
  margin-top: 24px; }
  @media screen and (max-width: 834px) {
    .c-title__bottom {
      font-size: 12px;
      margin-top: 8px; } }

.l-back {
  padding: 80px 0 80px; }
  @media screen and (max-width: 834px) {
    .l-back {
      padding: 24px 0; } }
  .l-back__01 {
    background: #F5F3F0; }
  .l-back__02 {
    position: relative;
    background: #F5F3F0;
    overflow: hidden;
    padding-bottom: 150px; }
    @media screen and (max-width: 834px) {
      .l-back__02 {
        padding-bottom: 100px; } }
    .l-back__02 > * {
      position: relative;
      z-index: 2; }
    .l-back__02.__useful {
      z-index: 2; }
      .l-back__02.__useful::after {
        width: 70%;
        height: 96%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        content: "";
        z-index: -1;
        background: url(/common/img/bg_tocoro_01.png) center bottom/cover no-repeat;
        opacity: .08; }
        @media screen and (max-width: 834px) {
          .l-back__02.__useful::after {
            width: 100%;
            height: 80%;
            bottom: 5%; } }
  .l-back.__company-name {
    position: relative;
    padding: 0;
    z-index: 0;
    background: #F5F3F0; }
    .l-back.__company-name::before {
      content: "";
      position: absolute;
      top: -50px;
      left: 0;
      width: 100%;
      height: 178px;
      background: #fff;
      -webkit-clip-path: ellipse(55% 100% at 50% 100%);
      clip-path: ellipse(55% 100% at 50% 100%);
      z-index: 1;
      pointer-events: none; }
      @media screen and (min-width: 835px) and (max-width: 1099px) {
        .l-back.__company-name::before {
          height: 212px; } }
      @media screen and (max-width: 834px) {
        .l-back.__company-name::before {
          height: 120px; } }
    .l-back.__company-name > * {
      position: relative;
      z-index: 2; }
    .l-back.__company-name .l-company-name__inner {
      background: #fff;
      padding-bottom: 48px; }
      @media screen and (max-width: 834px) {
        .l-back.__company-name .l-company-name__inner {
          padding-bottom: 24px; } }
    .l-back.__company-name .inner {
      text-align: center; }
    @media screen and (max-width: 1099px) {
      .l-back.__company-name {
        padding: 32px 0 0;
        margin-top: 60px; } }
    @media screen and (max-width: 1099px) {
      .l-back.__company-name {
        margin-top: 0; } }
    @media screen and (max-width: 834px) {
      .l-back.__company-name {
        padding: 0;
        margin-top: 0; } }

.l-top__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1100px;
  margin: 24px auto;
  position: relative; }
  @media screen and (min-width: 835px) and (max-width: 1099px) {
    .l-top__text-box {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 24px;
      overflow: hidden; } }
  @media screen and (max-width: 834px) {
    .l-top__text-box {
      width: 100%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .l-top__text-box__img {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    left: -40px; }
    @media screen and (min-width: 835px) and (max-width: 1024px) {
      .l-top__text-box__img {
        left: -24px; } }
    @media screen and (min-width: 1025px) and (max-width: 1099px) {
      .l-top__text-box__img {
        left: 0; }
        .l-top__text-box__img img {
          width: 97% !important; } }
    .l-top__text-box__img img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__img {
        display: none; }
        .l-top__text-box__img.sp-only-block {
          display: block;
          width: 60%;
          left: 0;
          margin: 0 auto 16px; } }
  .l-top__text-box__inner {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__inner {
        width: calc(100% - 3rem);
        margin-bottom: 0; } }
  .l-top__text-box__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.4em; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__title {
        font-size: 18px; } }
  .l-top__text-box__catchcopy {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    padding-top: 32px;
    padding-bottom: 16px;
    border-bottom: 2px dashed #AF9757;
    color: #333333; }
    .l-top__text-box__catchcopy .accent {
      color: #AF9757; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__catchcopy {
        font-size: 18px;
        margin-bottom: 24px;
        letter-spacing: normal; } }
  .l-top__text-box__text {
    font-size: 15px;
    line-height: 1.8em; }
    @media screen and (max-width: 834px) {
      .l-top__text-box__text {
        font-size: 13px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-all;
        padding-bottom: 16px; } }

.parent-class.l-contact {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

.l-contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .l-contact .inner {
      display: block; } }

.l-contact__content {
  margin-block: auto; }
  @media screen and (max-width: 834px) {
    .l-contact__content {
      background: none; } }
  .l-contact__content-text {
    font-size: 14px;
    padding-left: 4px;
    color: #4F9DA9; }
    @media screen and (max-width: 834px) {
      .l-contact__content-text {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 24px; } }
  .l-contact__content-btn {
    margin-top: 0; }
    @media screen and (max-width: 834px) {
      .l-contact__content-btn {
        margin-top: 24px; } }
    .l-contact__content-btn ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 834px) {
        .l-contact__content-btn ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .l-contact__content-btn li {
      text-align: center; }
      .l-contact__content-btn li a {
        width: 320px;
        height: 90px;
        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;
        border-radius: 8px;
        background: #4F9DA9;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 700;
        position: relative; }
        @media screen and (max-width: 834px) {
          .l-contact__content-btn li a {
            font-size: 16px; } }
        .l-contact__content-btn li a::after {
          content: '';
          width: 10px;
          height: 10px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          position: absolute;
          right: 24px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      @media screen and (max-width: 834px) {
        .l-contact__content-btn li {
          width: 100%; } }
      .l-contact__content-btn li a {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        border-radius: 50px;
        width: 264px; }
        .l-contact__content-btn li a::before {
          content: "";
          position: absolute; }
        @media screen and (max-width: 834px) {
          .l-contact__content-btn li a {
            width: 100%;
            height: 80px; } }
  .l-contact__content .tel {
    margin-right: 16px;
    pointer-events: none;
    position: relative;
    margin-top: 24px; }
    @media screen and (max-width: 834px) {
      .l-contact__content .tel {
        margin: 0 auto;
        pointer-events: initial; } }
    .l-contact__content .tel::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 80px;
      background-color: #fff;
      opacity: .6;
      top: 0;
      right: 0; }
      @media screen and (max-width: 834px) {
        .l-contact__content .tel::after {
          display: none; } }
    .l-contact__content .tel a {
      display: block;
      width: 352px;
      background: initial; }
      @media screen and (max-width: 834px) {
        .l-contact__content .tel a {
          width: 100%;
          max-width: 352px;
          margin: 0 auto; } }
      .l-contact__content .tel a::before {
        background: url(../img/icon_tel02.svg) no-repeat center/contain;
        width: 32px;
        height: 32px;
        left: 30px;
        top: 0px; }
        @media screen and (max-width: 834px) {
          .l-contact__content .tel a::before {
            width: 22px;
            height: 22px;
            left: 28px;
            top: 3px; } }
      .l-contact__content .tel a::after {
        display: none; }
    .l-contact__content .tel-num {
      color: #4F9DA9;
      font-size: 28px;
      width: 100%;
      margin: 8px 0;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .l-contact__content .tel-num {
          font-size: 24px;
          margin: 0;
          text-align: center; } }
    .l-contact__content .tel-time {
      color: #4F9DA9;
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .l-contact__content .tel-time {
          font-size: 12px;
          font-weight: normal;
          letter-spacing: -.008em; } }
  .l-contact__content .contact a {
    padding-left: 80px;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 834px) {
      .l-contact__content .contact a {
        padding-left: 0px;
        text-align: center;
        max-width: 352px;
        margin: 0 auto; } }
    .l-contact__content .contact a::before {
      background: url(../img/icon_mail.svg) no-repeat center/cover;
      width: 32px;
      height: 32px;
      left: 24px; }
      @media screen and (max-width: 834px) {
        .l-contact__content .contact a::before {
          width: 22px;
          height: 22px;
          left: 56px; } }
    .l-contact__content .contact a .contact-title {
      font-size: 20px;
      width: 100%;
      color: #fff;
      text-align: justify; }
      @media screen and (max-width: 834px) {
        .l-contact__content .contact a .contact-title {
          text-align: center; } }
    .l-contact__content .contact a:hover {
      background: #fff; }
      .l-contact__content .contact a:hover .contact-title {
        color: #04202C; }
      .l-contact__content .contact a:hover::before {
        background: url(../img/icon_mail_02.svg) no-repeat center/cover; }
      .l-contact__content .contact a:hover::after {
        border-top: solid 2px #04202C;
        border-right: solid 2px #04202C; }

.p-columnlayout {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 834px) {
    .p-columnlayout {
      margin-top: 24px; } }
  .p-columnlayout.__between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-columnlayout_item.__col4 {
    width: calc(25% - 24px);
    margin-bottom: 8px; }
    .p-columnlayout_item.__col4:nth-child(n+5) {
      margin-top: 24px; }
    @media screen and (max-width: 834px) {
      .p-columnlayout_item.__col4 {
        width: calc(50% - 8px); }
        .p-columnlayout_item.__col4:nth-child(n+3) {
          margin-top: 8px; } }
  .p-columnlayout_item img {
    width: 100%;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px; }
  .p-columnlayout_item a img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .p-columnlayout_item a img:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
      @media screen and (max-width: 834px) {
        .p-columnlayout_item a img:hover {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }

#tplContact {
  padding: 120px 0; }
  @media screen and (max-width: 834px) {
    #tplContact {
      padding: 40px 0; } }

#tplContact input[type=text].input_200 {
  float: left;
  width: 200px; }
  #tplContact input[type=text].input_200 + p {
    width: auto;
    float: left; }
    @media screen and (max-width: 834px) {
      #tplContact input[type=text].input_200 + p {
        float: none; } }
  @media screen and (max-width: 834px) {
    #tplContact input[type=text].input_200 {
      width: 100%;
      float: none; } }

#information .c-title__01-en {
  font-size: 15px;
  color: #4F9DA9;
  letter-spacing: 0.12em;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 500; }

#information .c-title__01-ja {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0; }
  @media screen and (max-width: 834px) {
    #information .c-title__01-ja {
      font-size: 24px; } }

.__recommended .c-title__01-en {
  font-size: 15px;
  color: #4F9DA9;
  letter-spacing: 0.12em;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 500; }

.__recommended .c-title__01-ja {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0; }
  @media screen and (max-width: 834px) {
    .__recommended .c-title__01-ja {
      font-size: 24px; } }

#condition .c-title__01-en {
  font-size: 15px;
  color: #4F9DA9;
  letter-spacing: 0.12em;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 500; }

#condition .c-title__01-ja {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0; }
  @media screen and (max-width: 834px) {
    #condition .c-title__01-ja {
      font-size: 24px; } }

.l-condition__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.l-condition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px; }
  @media screen and (max-width: 834px) {
    .l-condition__list {
      gap: 8px;
      margin-top: 24px; } }
  .l-condition__list li {
    width: calc(25% - 10px); }
    @media screen and (max-width: 1100px) {
      .l-condition__list li {
        width: calc(33.333% - 8px); } }
    @media screen and (max-width: 834px) {
      .l-condition__list li {
        width: calc(50% - 4px); } }
    .l-condition__list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #4F9DA9;
      border-radius: 50px;
      padding: 16px 16px 16px 28px;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12); }
      @media screen and (max-width: 834px) {
        .l-condition__list li a {
          border-radius: 50px;
          padding: 8px 10px; } }
      .l-condition__list li a:hover {
        opacity: 0.8; }
      .l-condition__list li a .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
        font-size: 16px; }
        @media screen and (max-width: 834px) {
          .l-condition__list li a .text {
            font-size: 14px;
            letter-spacing: -0.05rem; } }
      .l-condition__list li a .arrow {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #fff;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative; }
        .l-condition__list li a .arrow::before {
          content: "";
          position: absolute;
          width: 11px;
          height: 1px;
          background: #fff;
          border-radius: 2px 0 0 2px;
          left: 4px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .l-condition__list li a .arrow::after {
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          border-radius: 2px;
          right: 4px;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.c-btn__02-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }
  @media screen and (max-width: 834px) {
    .c-btn__02-gold {
      margin-top: 32px; } }
  .c-btn__02-gold a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #AF9757;
    border-radius: 50px;
    padding: 16px 16px 16px 28px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
    width: 300px; }
    @media screen and (max-width: 834px) {
      .c-btn__02-gold a {
        width: 70%;
        padding: 16px; } }
    .c-btn__02-gold a:hover {
      opacity: 0.8; }
    .c-btn__02-gold a .text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #fff;
      font-size: 20px; }
      @media screen and (max-width: 834px) {
        .c-btn__02-gold a .text {
          font-size: 16px; } }
    .c-btn__02-gold a .arrow {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 2px solid #fff;
      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;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      @media screen and (max-width: 834px) {
        .c-btn__02-gold a .arrow {
          width: 24px;
          height: 24px; } }
      .c-btn__02-gold a .arrow::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 2px 0 0 2px;
        left: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 834px) {
          .c-btn__02-gold a .arrow::before {
            width: 15px; } }
      .c-btn__02-gold a .arrow::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff !important;
        border-right: 2px solid #fff !important;
        border-radius: 2px;
        right: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
        @media screen and (max-width: 834px) {
          .c-btn__02-gold a .arrow::after {
            right: 5px; } }

.l-information__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  gap: 20px; }
  @media screen and (max-width: 834px) {
    .l-information__content {
      gap: 16px; } }
  .l-information__content li {
    width: calc(20% - 16px);
    height: 128px;
    text-align: center; }
    .l-information__content li.disabled {
      pointer-events: none; }
      .l-information__content li.disabled a {
        opacity: 0.2; }
    @media screen and (min-width: 835px) and (max-width: 1279px) {
      .l-information__content li {
        width: calc(20% - 16px) !important; } }
    @media screen and (max-width: 1099px) {
      .l-information__content li {
        width: calc(20% - 16px); } }
    @media screen and (max-width: 834px) {
      .l-information__content li {
        width: calc(50% - 8px);
        height: 96px; } }
    @media screen and (min-width: 768px) and (max-width: 834px) {
      .l-information__content li {
        width: calc(20% - 12px);
        height: 110px; } }
    .l-information__content li a {
      background: #fff;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-radius: 8px;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 22px 0;
      -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16); }
      .l-information__content li a:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
        @media screen and (max-width: 834px) {
          .l-information__content li a:hover {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); } }
    .l-information__content li .img {
      width: 100%;
      height: 40px; }
      @media screen and (max-width: 834px) {
        .l-information__content li .img {
          height: 40px; } }
      .l-information__content li .img img {
        width: 100%;
        max-height: 40px; }
        @media screen and (max-width: 834px) {
          .l-information__content li .img img {
            max-height: 40px; } }
    .l-information__content li .title {
      color: #333333;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.3em; }
      .l-information__content li .title.__long {
        letter-spacing: .008em; }
      @media screen and (max-width: 834px) {
        .l-information__content li .title {
          font-size: 12px; } }

.l-information__border {
  background: #e5c168;
  margin: 0; }

.l-404__btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .l-404__btn a, .l-404__btn input[type="button"], .l-404__btn input[type="submit"] {
    width: 300px;
    height: 60px;
    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;
    border-radius: 8px;
    background: #F5F3F0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .l-404__btn a, .l-404__btn input[type="button"], .l-404__btn input[type="submit"] {
        font-size: 16px; } }
  .l-404__btn input[type="button"], .l-404__btn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .l-404__btn input[type="button"]:hover, .l-404__btn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .l-404__btn input[type="button"]:hover, .l-404__btn input[type="submit"]:hover {
          opacity: 1; } }
  @media screen and (max-width: 834px) {
    .l-404__btn a {
      width: 100%;
      height: 40px;
      margin: 0 auto; } }

/* anime
  ---------------------------------------- */
.fadein,
.feadinUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2000ms;
  -o-transition: all 2000ms;
  transition: all 2000ms; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.hidden {
  display: none; }

.l-property__list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1099px) {
    .l-property__list-01 {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  @media screen and (max-width: 834px) {
    .l-property__list-01 {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-inline-box; } }
  .l-property__list-01 li {
    width: 330px;
    border-radius: 8px;
    margin-right: 55px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .l-property__list-01 li:nth-child(3n) {
      margin-right: 0; }
    .l-property__list-01 li:nth-child(n+4) {
      margin-top: 48px; }
    .l-property__list-01 li:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
      @media screen and (max-width: 834px) {
        .l-property__list-01 li:hover {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
    @media screen and (max-width: 1099px) {
      .l-property__list-01 li {
        width: 32%;
        margin-right: 0; } }
    @media screen and (max-width: 834px) {
      .l-property__list-01 li:nth-child(n+4) {
        margin-top: 0; } }
    .l-property__list-01 li .point {
      position: absolute;
      top: 16px;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      padding: 0 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 500; }
    .l-property__list-01 li .photo {
      height: 220px;
      background: #f5f9f1;
      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;
      border-radius: 8px 8px 0 0;
      overflow: hidden; }
      .l-property__list-01 li .photo img {
        max-width: 330px;
        width: 100%; }
    .l-property__list-01 li .info-box {
      padding: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 834px) {
        .l-property__list-01 li .info-box {
          padding: 16px; } }
      .l-property__list-01 li .info-box .name {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4em; }
      .l-property__list-01 li .info-box .info {
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.6em;
        margin-top: 16px; }
        .l-property__list-01 li .info-box .info dt {
          width: 64px;
          background: #fff;
          border-radius: 8px;
          border: 1px solid #333333;
          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;
          border-radius: 8px;
          margin-top: 8px; }
          .l-property__list-01 li .info-box .info dt:first-child {
            margin-top: 0; }
        .l-property__list-01 li .info-box .info dd {
          width: calc(100% - 80px);
          margin-top: 8px; }
          .l-property__list-01 li .info-box .info dd.rent span {
            color: E25C28;
            font-size: 28px;
            font-weight: 700; }
          .l-property__list-01 li .info-box .info dd:first-child {
            margin-top: 0; }

.l-property__slide {
  margin-top: 80px; }
  @media screen and (max-width: 834px) {
    .l-property__slide {
      width: calc(100% + 3rem);
      margin: 24px 0 0 -1.5rem;
      position: relative; }
      .l-property__slide .swiper-pagination {
        bottom: -32px; }
        .l-property__slide .swiper-pagination-bullet {
          width: 15px;
          height: 15px;
          background: #F5F3F0;
          margin: 0 8px; }
          .l-property__slide .swiper-pagination-bullet-active {
            background: #F5F3F0; } }

.l-useful__box {
  margin-bottom: 56px; }
  .l-useful__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.l-useful__left {
  width: 50%;
  margin-right: 2%; }
  @media screen and (max-width: 834px) {
    .l-useful__left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 16px; } }

.l-useful__right {
  width: 48%; }
  @media screen and (max-width: 834px) {
    .l-useful__right {
      width: 80%;
      margin: 0 auto; } }
  .l-useful__right img {
    width: 100%; }

.l-useful__title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px; }
  @media screen and (max-width: 834px) {
    .l-useful__title {
      line-height: 1.2em; } }
  .l-useful__title span {
    color: #AF9757;
    font-weight: 500;
    margin-left: 8px; }

.l-useful__text-02 {
  margin-bottom: 16px; }

.l-useful__list-01 {
  margin-left: 32px; }
  @media screen and (max-width: 834px) {
    .l-useful__list-01 {
      margin-left: 0; } }
  .l-useful__list-01 dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #AF9757; }
    .l-useful__list-01 dt:last-child {
      margin-bottom: 0; }
  .l-useful__list-01 dd {
    margin-bottom: 32px; }

.l-privacy__box-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-left: 64px;
  margin-bottom: 16px; }
  .l-privacy__box-title::before {
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
    position: absolute;
    font-size: 32px;
    left: -64px;
    color: #AF9757;
    font-weight: 700; }

.l-privacy__box-text {
  margin-bottom: 24px; }

.l-privacy__box-list {
  margin-left: 20px; }
  .l-privacy__box-list li {
    position: relative; }
    .l-privacy__box-list li::before {
      content: "・";
      position: absolute;
      left: -20px;
      color: #F5F3F0; }

.l-agreement__flow-01, .l-agreement__flow-02 {
  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; }
  .l-agreement__flow-01 li, .l-agreement__flow-02 li {
    width: 24%;
    position: relative;
    background: #F5F3F0;
    margin-bottom: 80px;
    height: 80px;
    font-size: 16px;
    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; }
    .l-agreement__flow-01 li::after, .l-agreement__flow-01 li::before, .l-agreement__flow-02 li::after, .l-agreement__flow-02 li::before {
      content: "";
      position: absolute;
      color: #F5F3F0;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 2.5em 0.8em;
      border-left-color: currentColor;
      border-right: 0;
      right: -12px; }
    .l-agreement__flow-01 li::before, .l-agreement__flow-02 li::before {
      color: #fff;
      left: 0;
      right: auto; }
    .l-agreement__flow-01 li i, .l-agreement__flow-02 li i {
      position: absolute;
      font-size: 12px;
      line-height: 1.3em;
      bottom: -50px; }
      .l-agreement__flow-01 li i span, .l-agreement__flow-02 li i span {
        color: #E25C28; }
    .l-agreement__flow-01 li.list-01::before, .l-agreement__flow-02 li.list-01::before {
      display: none; }
    .l-agreement__flow-01 li.list-04 i, .l-agreement__flow-02 li.list-04 i {
      bottom: -35px; }
    .l-agreement__flow-01 li.list-06 i, .l-agreement__flow-02 li.list-06 i {
      bottom: -65px; }
    .l-agreement__flow-01 li.list-08::after, .l-agreement__flow-02 li.list-08::after {
      display: none; }
    @media screen and (max-width: 834px) {
      .l-agreement__flow-01 li, .l-agreement__flow-02 li {
        width: 49%; }
        .l-agreement__flow-01 li.list-01, .l-agreement__flow-01 li.list-02, .l-agreement__flow-01 li.list-07, .l-agreement__flow-01 li.list-08, .l-agreement__flow-02 li.list-01, .l-agreement__flow-02 li.list-02, .l-agreement__flow-02 li.list-07, .l-agreement__flow-02 li.list-08 {
          margin-bottom: 24px; } }

.l-agreement__flow-02 li {
  width: 32%; }
  .l-agreement__flow-02 li i {
    bottom: -20px; }
  .l-agreement__flow-02 li.list-04 i {
    bottom: -20px; }
  .l-agreement__flow-02 li.list-06::after {
    display: none; }
  @media screen and (max-width: 834px) {
    .l-agreement__flow-02 li {
      width: 49%; }
      .l-agreement__flow-02 li.list-03, .l-agreement__flow-02 li.list-04 {
        margin-bottom: 40px; } }

.contentInner {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto; }

#subTopArea {
  text-align: center;
  padding: 80px 0;
  background: #4F9DA9; }

.subTopTit {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff; }
  .subTopTit span {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 16px;
    color: #fff; }

.subTopTxt {
  margin-bottom: 50px; }

.l-breadcrumbs {
  height: 2.8rem;
  overflow-x: auto; }
  .l-breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2.8rem;
    font-size: 14px;
    height: 2.8rem;
    width: 1100px;
    margin: auto; }
    .l-breadcrumbs-list.searchPankuzu {
      width: 90%;
      max-width: 1280px; }
    .l-breadcrumbs-list li {
      position: relative; }
      .l-breadcrumbs-list li:not(:first-child) {
        margin-left: 2rem; }
        .l-breadcrumbs-list li:not(:first-child)::before {
          content: "";
          position: absolute;
          top: 1.2rem;
          left: -1.4rem;
          width: 7px;
          height: 7px;
          border-top: 1px solid #4F9DA9;
          border-right: 1px solid #4F9DA9;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .l-breadcrumbs-list li a,
      .l-breadcrumbs-list li span {
        color: #333333;
        text-decoration: none; }
      .l-breadcrumbs-list li:last-child a,
      .l-breadcrumbs-list li:last-child span {
        color: #333333;
        text-wrap: nowrap; }
  @media screen and (max-width: 834px) {
    .l-breadcrumbs {
      padding-top: 24px;
      height: auto; }
      .l-breadcrumbs.inner {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; }
      .l-breadcrumbs-list {
        width: auto;
        display: -webkit-box;
        padding: 0 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .l-breadcrumbs-list li:last-child {
          padding-right: 1.5rem; } }

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.markerYellow {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #B2A78A));
  background: -webkit-linear-gradient(transparent 70%, #B2A78A 70%);
  background: -o-linear-gradient(transparent 70%, #B2A78A 70%);
  background: linear-gradient(transparent 70%, #B2A78A 70%); }

.areaPageBtnTimesell {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .areaPageBtnTimesell a {
    width: 300px;
    margin: 0 20px 10px 20px; }

.subMinTit {
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0 0 20px;
  padding: 5px 5px 5px 0; }
  @media all and (-ms-high-contrast: none) {
    .subMinTit {
      padding: 7px 5px 3px 0; } }
  .subMinTit:nth-child(n + 2) {
    margin-top: 56px; }
  .subMinTit:before {
    background: #4F9DA9;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 16px;
    vertical-align: middle;
    width: 5px; }

/* ご入居からご退出までの流れ ---------- */
.leftballoon {
  text-align: center;
  width: 180px;
  height: 180px;
  margin: 0 40px 0 0;
  padding: 45px 0 0;
  border-radius: 100%;
  background: #AF9757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .leftballoon:nth-child(11):after {
    content: none; }
  .leftballoon:after {
    content: "";
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 20px solid #AF9757; }

.balloonNum {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1em;
  width: 100%;
  display: block;
  margin-bottom: 16px; }

.balloonTit {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1em; }

.balloonRight {
  width: calc(100% - 320px);
  margin: 0 0 40px;
  padding: 50px 40px;
  background: #F5F3F0;
  position: relative;
  border-radius: 20px; }
  .balloonRight:last-child:before {
    content: none; }
  .balloonRight:before {
    width: 5px;
    height: calc(100% - 145px);
    background: #AF9757;
    content: "";
    position: absolute;
    top: 190px;
    left: -152px; }

.agreementList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .agreementList dt {
    width: 30%;
    margin: 0 0 40px;
    padding: 0 40px 40px 0;
    border-bottom: 1px solid #AF9757; }
    .agreementList dt:last-of-type {
      margin: 0;
      padding: 0 40px 0 0;
      border-bottom: none; }
  .agreementList dd {
    width: calc(70% - 40px);
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #AF9757; }
    .agreementList dd:last-child {
      margin: 0;
      padding: 0;
      border-bottom: none; }
    .agreementList dd ul li {
      list-style: disc;
      margin: 0 0 0 15px;
      padding: 0 0 0 5px; }

.stepTit {
  color: #AF9757;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1em; }

.subMainTit {
  color: #333333;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1em;
  line-height: 1.5;
  margin-top: 8px; }
  @media screen and (max-width: 834px) {
    .subMainTit {
      margin-top: 0;
      font-size: 20px; } }

.staffBalloon {
  width: calc(100% - 100px);
  margin: 24px 0 0 64px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  position: relative; }
  .staffBalloon:before {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    background: url(/common/img/ico_staff_01.png) no-repeat left top/50px; }

.dotList {
  list-style-type: disc; }
  .dotList li {
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
    list-style: disc; }

/* ご利用料金について ---------- */
.subBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 80px; }
  .subBox:last-of-type {
    margin: 0; }

.subLeftArea {
  width: calc((100% - 30px) / 4); }
  @media screen\0 {
    .subLeftArea {
      width: 20%; } }

.decorationNum {
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1em;
  padding: 15px 0 10px 60px;
  display: block;
  position: relative;
  letter-spacing: 0.1em; }
  .decorationNum:after {
    color: #AF9757;
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    letter-spacing: 0;
    top: 5px;
    left: 0;
    z-index: -1; }

.cleanPrice {
  padding-left: 7px; }

.subRightArea {
  width: calc(100% - ((100% - 30px) / 4));
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .subRightArea p {
    margin-bottom: 16px; }
  .subRightArea.no-margin p {
    margin-bottom: 0; }

.colorTable {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate; }
  .colorTable + p {
    margin-top: 40px; }
  .colorTable th {
    color: #555555;
    text-align: left;
    width: 50%;
    padding: 16px 24px;
    background: #F5F3F0; }
  .colorTable td {
    width: 50%;
    font-weight: bold;
    padding: 16px 24px;
    background: #B2A78A; }
  @media screen\0 {
    .colorTable th,
    .colorTable td {
      padding: 13px 20px 7px; } }
  .colorTable tr:first-child th {
    border-radius: 8px 0 0 0; }
  .colorTable tr:first-child td {
    border-radius: 0 8px 0 0; }
  @media screen and (max-width: 834px) {
    .colorTable tr:first-child th {
      border-radius: 8px 8px 0 0; }
    .colorTable tr:first-child td {
      border-radius: 0; } }
  .colorTable tr:last-child th {
    border-radius: 0 0 0 8px; }
  .colorTable tr:last-child td {
    border-radius: 0 0 8px 0; }
  @media screen and (max-width: 834px) {
    .colorTable tr:last-child th {
      border-radius: 0; }
    .colorTable tr:last-child td {
      border-radius: 0 0 8px 8px; } }

.bgCenterTxt {
  color: #555555;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  margin: 32px 0 24px 0 !important;
  padding: 10px 0;
  background: #4F9DA9;
  color: #fff;
  border-radius: 20px; }
  @media screen\0 {
    .bgCenterTxt {
      padding: 13px 0 7px; } }
  @media screen and (max-width: 834px) {
    .bgCenterTxt {
      font-size: 16px;
      line-height: 1.4em;
      border-radius: 0; } }

.textTable {
  margin-bottom: 16px; }
  .textTable th {
    font-weight: normal;
    text-align: left; }

.normalTable {
  width: 100%;
  border: 1px solid #CCC; }
  .normalTable th {
    text-align: left;
    width: 30%;
    padding: 10px 20px;
    border: 1px solid #CCC;
    background: #F5F3F0; }
  .normalTable td {
    width: 70%;
    padding: 10px 20px;
    border: 1px solid #CCC; }
  @media screen\0 {
    .normalTable th,
    .normalTable td {
      padding: 13px 20px 7px; } }

/* よくある質問 ---------- */
.questionList li {
  margin: 0 0 40px; }
  .questionList li label {
    display: block;
    padding: 16px 24px 16px 64px;
    color: #333333;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 834px) {
      .questionList li label {
        padding: 16px 40px 16px 56px;
        line-height: 1.4em; } }
    .questionList li label:after {
      content: '+';
      padding: 0 20px 0;
      position: absolute;
      right: 0; }
      @media screen and (max-width: 834px) {
        .questionList li label:after {
          top: calc(50% - 10px); } }
    .questionList li label:hover {
      filter: alpha(opacity=70);
      opacity: 0.7; }
    .questionList li label:before {
      color: #AF9757;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.1em;
      content: 'Q';
      position: absolute;
      top: 13px;
      left: 24px; }
      @media screen and (max-width: 834px) {
        .questionList li label:before {
          top: calc(50% - 15px); } }
  .questionList li input {
    display: none; }
  .questionList li .questionAnswer {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    position: relative; }
    .questionList li .questionAnswer:before {
      color: #4F9DA9;
      font-size: 32px;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.1em;
      content: 'A';
      position: absolute;
      top: 19px;
      left: 24px; }

.questionContents:checked + label + .questionAnswer {
  height: auto;
  opacity: 1; }
  .questionContents:checked + label + .questionAnswer p {
    padding: 24px 0 40px 64px; }

.questionContents:checked + label:after {
  content: '-'; }

/* 法人の方へ ---------- */
.bgTwoList {
  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; }
  .bgTwoList li {
    width: 80%;
    margin: 0 0 10px;
    height: 100px;
    background: #4F9DA9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0; }
    .bgTwoList li p {
      color: #fff;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.1em;
      text-align: center;
      width: 100%; }
    @media screen and (max-width: 834px) {
      .bgTwoList li {
        width: 100%;
        height: auto;
        padding: 16px; }
        .bgTwoList li p {
          font-size: 14px;
          margin-bottom: 0; } }

.attentionTxt {
  color: #E25C28;
  display: inline-block; }

.checkList li {
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0 0 20px;
  padding: 5px 0 5px 40px;
  background: url(/common/img/ico_check_01.svg) no-repeat left top/30px; }

.balloonVoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .balloonVoice dt {
    width: 30%;
    margin: 0 40px 40px 0;
    color: #555555;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.1em;
    background: #F5F3F0;
    position: relative;
    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; }
    .balloonVoice dt:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 100%;
      margin-top: -15px;
      border: 15px solid transparent;
      border-left: 15px solid #F5F3F0; }
  .balloonVoice dd {
    width: calc(70% - 40px);
    margin: 0 0 40px 0; }

/* ご利用規約 ---------- */
.contract p {
  margin-bottom: 16px; }

.numberList {
  list-style-type: decimal-leading-zero;
  margin: 0 0 20px 40px; }
  .numberList li {
    list-style: decimal-leading-zero;
    margin: 0 0 10px;
    padding: 0 0 0 10px; }

#areaSection {
  background-color: #e5e5e5; }

/* 充実の設備・備品 ---------- */
.subMinTit {
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 20px; }
  @media all and (-ms-high-contrast: none) {
    .subMinTit {
      padding: 7px 5px 3px 15px; } }

.facilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .facilityList li {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 20px 0;
    background: #04202C;
    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; }
    @supports (-ms-ime-align: auto) {
      .facilityList li {
        /* Edge のみ */
        width: calc((100% - 80px) / 3); } }
    @media all and (-ms-high-contrast: none) {
      .facilityList li {
        /* IE のみ */
        width: calc((100% - 80px) / 3); } }
    .facilityList li:nth-child(3n) {
      margin: 0 0 20px; }

.facilityImg {
  width: 48%; }
  .facilityImg img {
    width: 100%; }
  @media screen and (max-width: 834px) {
    .facilityImg {
      width: 40%; } }

.facilityTxt {
  width: 52%;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 834px) {
    .facilityTxt {
      width: 60%;
      font-size: 14px; } }

/* 販売品 ---------- */
.saleList > li {
  margin: 0 0 40px;
  padding: 40px;
  background: #efefef; }

.leftImgBoox {
  width: 35%; }
  @media screen and (max-width: 834px) {
    .leftImgBoox {
      width: 100%; } }

.rightDetailBox {
  width: calc(65% - 40px); }
  @media screen and (max-width: 834px) {
    .rightDetailBox {
      width: 100%;
      margin-top: 20px; } }

.setList {
  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: 0 0 20px; }
  .setList li {
    width: calc((100% - 40px) / 2); }
    @media screen and (max-width: 834px) {
      .setList li {
        width: 100%; } }

/* レンタル品 ---------- */
.rentalLinkList {
  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: 0 0 100px; }
  .rentalLinkList li {
    width: calc((100% - 140px) / 8); }
    .rentalLinkList li a {
      background: #F5F3F0;
      display: block; }
      @media screen\0 {
        .rentalLinkList li a {
          padding: 13px 0px 7px; } }

.rentalList {
  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; }
  .rentalList li {
    width: calc((100% - 10px) / 2);
    margin: 0 0 40px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F8F8F0; }

.usefulList li.disabled {
  background: #ddd;
  pointer-events: none; }

.price {
  color: E25C28;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1em; }

@media screen and (max-width: 834px) {
  /* サブページ ---------- */
  #subTopArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 155px;
    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; }
  .subLeftArea {
    width: 100%;
    margin: 0 0 20px; }
  .subRightArea {
    width: 100%;
    padding: 0; }
  /* ご入居からご退出までの流れ */
  .leftballoon {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 20px 0;
    border-radius: 20px 20px 0 0; }
    .leftballoon:after {
      content: none;
      top: 148px; }
    .leftballoon.paddingTop40 {
      padding-top: 7.5px !important; }
  .balloonRight {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 20px 20px; }
    .balloonRight:before {
      height: calc(100% - 120px);
      top: 164px;
      left: -118px; }
  .balloonNum {
    margin-bottom: 8px;
    color: #fff; }
  .agreementList dt {
    width: 100%;
    padding: 0;
    border-bottom: none;
    margin-bottom: 24px; }
    .agreementList dt:last-of-type {
      margin: 0 0 20px;
      padding: 0; }
  .agreementList dd {
    width: 100%; } }

@media screen and (max-width: 834px) {
  /* サブページ ---------- */
  .subBox {
    margin: 0 0 50px; }
  .subTopTit {
    font-size: 20px;
    font-size: 1.25rem; }
    .subTopTit span {
      font-weight: 700;
      margin-top: 8px; }
  /* ご利用料金について */
  .colorTable th,
  .colorTable td,
  .normalTable th,
  .normalTable td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* 設備・備品 */
  .facilityList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .facilityList li {
      width: calc((100% - 20px) / 2);
      margin: 0 0 20px 0; }
  /* 販売品 */
  /* レンタル品 */
  .rentalLinkList li {
    width: calc((100% - 20px) / 2); }
  .rentalList li {
    width: 100%; } }

/* 通常時のアニメーション設定 */
.map-trigger {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  cursor: pointer; }

/* 文字の上に乗ってもホバーが途切れないようにする */
/* いずれかの <a> タグ（区のグループ）にホバーしたとき */
a:hover .map-trigger {
  fill: #4F9DA9 !important; }

.l-back.l-contact {
  background: #fff;
  -webkit-box-shadow: 0px -1px 2.2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -1px 2.2px 0px rgba(0, 0, 0, 0.13);
  padding: 32px 0 !important;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 834px) {
    .l-back.l-contact {
      padding: 24px 0 !important; } }
  .l-back.l-contact .inner {
    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;
    gap: 60px; }
    @media screen and (max-width: 834px) {
      .l-back.l-contact .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px; } }
  .l-back.l-contact .l-contact__content-btn {
    width: 100%; }
    .l-back.l-contact .l-contact__content-btn ul {
      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;
      gap: 40px; }
      @media screen and (max-width: 834px) {
        .l-back.l-contact .l-contact__content-btn ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 24px; } }
    .l-back.l-contact .l-contact__content-btn li.tel a {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-decoration: none;
      pointer-events: none;
      background: none !important;
      width: auto !important;
      height: auto !important;
      border-radius: 0 !important;
      padding: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      @media screen and (max-width: 834px) {
        .l-back.l-contact .l-contact__content-btn li.tel a {
          pointer-events: initial;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .l-back.l-contact .l-contact__content-btn li.tel a .tel-num {
        font-size: 36px;
        font-weight: 700;
        color: #4F9DA9;
        letter-spacing: 0.05em;
        padding-left: 44px;
        position: relative;
        width: auto;
        height: auto; }
        @media screen and (max-width: 834px) {
          .l-back.l-contact .l-contact__content-btn li.tel a .tel-num {
            font-size: 24px;
            padding-left: 32px; } }
        .l-back.l-contact .l-contact__content-btn li.tel a .tel-num::before {
          content: "";
          position: absolute;
          background: url(../img/icon_tel01.svg) no-repeat center/contain;
          width: 32px;
          height: 32px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .l-back.l-contact .l-contact__content-btn li.tel a .tel-time {
        font-size: 13px;
        color: #4F9DA9;
        margin-top: 12px;
        padding-left: 4px;
        text-align: center;
        width: 100%; }
        @media screen and (max-width: 834px) {
          .l-back.l-contact .l-contact__content-btn li.tel a .tel-time {
            text-align: center; } }
      .l-back.l-contact .l-contact__content-btn li.tel a::after {
        display: none; }
    .l-back.l-contact .l-contact__content-btn li.contact a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #4F9DA9 !important;
      border-radius: 50px;
      padding: 16px 20px 16px 28px;
      text-decoration: none;
      min-width: 280px;
      gap: 12px;
      height: auto !important;
      width: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .l-back.l-contact .l-contact__content-btn li.contact a:hover {
        opacity: 0.8; }
      @media screen and (max-width: 834px) {
        .l-back.l-contact .l-contact__content-btn li.contact a {
          width: 100% !important; } }
      .l-back.l-contact .l-contact__content-btn li.contact a::before {
        content: "";
        background: url(../img/icon_mail.svg) no-repeat center/contain;
        width: 32px;
        height: 32px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-filter: brightness(10);
        filter: brightness(10);
        position: static; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-title,
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-sub {
        display: block; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-title {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: auto;
        margin-top: 0; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-sub {
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        text-align: center; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .l-back.l-contact .l-contact__content-btn li.contact a::after {
        display: none !important; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-title {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        width: auto;
        margin-top: 0;
        display: block; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-sub {
        color: #fff;
        font-size: 12px;
        display: block;
        margin-top: 2px; }
      .l-back.l-contact .l-contact__content-btn li.contact a .contact-arrow {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        border: 2px solid #fff;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        display: inline-block; }
        .l-back.l-contact .l-contact__content-btn li.contact a .contact-arrow::before {
          content: "";
          position: absolute;
          width: 18px;
          height: 2px;
          background: #fff;
          border-radius: 1px;
          left: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .l-back.l-contact .l-contact__content-btn li.contact a .contact-arrow::after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          border-radius: 0 2px 0 0;
          right: 11px;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.l-marquee {
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
  position: relative; }
  .l-marquee__text {
    display: inline-block;
    white-space: nowrap;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 200;
    font-size: 96px;
    color: #AF9757;
    opacity: 0.44;
    line-height: 1;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
    will-change: transform; }
    @media screen and (max-width: 834px) {
      .l-marquee__text {
        font-size: 56px;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        margin-top: -20px; } }
  .l-marquee--delay .l-marquee__text {
    -webkit-animation-delay: -15s;
    animation-delay: -15s; }
    @media screen and (max-width: 834px) {
      .l-marquee--delay .l-marquee__text {
        -webkit-animation-delay: -10s;
        animation-delay: -10s; } }

.l-header__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 24px; }
  @media screen and (min-width: 835px) and (max-width: 1099px) {
    .l-header__nav-btn {
      margin-right: 5px; } }
  @media screen and (max-width: 834px) {
    .l-header__nav-btn {
      display: none; } }
  .l-header__nav-btn__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 16px 12px;
    text-decoration: none;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: clamp(108px, 9vw, 130px);
    border-radius: 16px;
    margin-right: 12px;
    gap: 4px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media screen and (min-width: 835px) and (max-width: 1099px) {
      .l-header__nav-btn__item a {
        margin-right: 6px; } }
    .l-header__nav-btn__item a:hover {
      opacity: 0.8; }
  .l-header__nav-btn__item:last-child a {
    margin-right: 0; }
  .l-header__nav-btn__item .icon {
    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: 28px; }
    .l-header__nav-btn__item .icon svg {
      height: 28px;
      width: auto; }
  .l-header__nav-btn__item .label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.05em;
    display: inline-block;
    width: auto; }

.c-sns-follow {
  position: fixed;
  left: 24px;
  bottom: 40px;
  z-index: 100; }
  @media screen and (max-width: 834px) {
    .c-sns-follow {
      display: none; } }
  .c-sns-follow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px 8px;
    border: 1px solid #AF9757;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
  .c-sns-follow__item 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;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #AF9757;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .c-sns-follow__item a:hover {
      opacity: 0.8; }
    .c-sns-follow__item a img {
      width: 30px;
      height: 30px;
      -o-object-fit: contain;
      object-fit: contain; }
      .c-sns-follow__item a img.icon-youtube {
        width: 38px;
        height: 38px; }

.fat-nav__wrapper {
  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;
  width: 100%;
  height: 100%; }

.fat-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  padding: 48px 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.fat-nav__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .fat-nav__left ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88%; }
  .fat-nav__left li {
    padding: 10px 10px 10px 0;
    width: 100%; }

.fat-nav__logo {
  margin-bottom: 20px; }
  .fat-nav__logo img {
    width: 80px;
    height: auto; }

.fat-nav__info {
  margin-bottom: 32px;
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25); }
  .fat-nav__info-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff !important; }
  .fat-nav__info-tel {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px; }
  .fat-nav__info-addr {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.6; }

.fat-nav__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%; }

.fat-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25); }
  .fat-nav__btn:hover {
    opacity: 0.8; }
  .fat-nav__btn--light {
    background: #B2A78A; }
  .fat-nav__btn--gold {
    background: #AF9757; }
  .fat-nav__btn--blue {
    background: #4F9DA9; }
  .fat-nav__btn--dark {
    background: #332616; }
  .fat-nav__btn-icon {
    width: 48px;
    height: 48px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .fat-nav__btn-icon svg {
      width: 100%;
      height: auto;
      max-height: 36px; }
  .fat-nav__btn-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 16px; }
  .fat-nav__btn-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: inline-block; }
    .fat-nav__btn-arrow::before {
      content: "";
      position: absolute;
      width: 19px;
      height: 2px;
      background: #fff;
      border-radius: 1px;
      left: 6px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fat-nav__btn-arrow::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      border-radius: 0 2px 0 0;
      right: 7px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }

.fat-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-top: 96px; }
  .fat-nav__right ul {
    padding-left: 1rem; }
    .fat-nav__right ul li {
      padding: 8px 10px 4px 0; }
      .fat-nav__right ul li a {
        display: inline-block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        .fat-nav__right ul li a:hover {
          -webkit-transform: scale(1.08);
          -ms-transform: scale(1.08);
          transform: scale(1.08); }

.fat-nav__nav-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .fat-nav__nav-col .fat-nav__nav-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 24px;
    letter-spacing: 0.08em;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25); }
    .fat-nav__nav-col .fat-nav__nav-title:first-child {
      margin-top: 0; }
  .fat-nav__nav-col ul li {
    margin-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .fat-nav__nav-col ul li a {
      font-size: 14px;
      text-decoration: none;
      white-space: nowrap;
      text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25); }
      .fat-nav__nav-col ul li a:hover {
        color: #fff !important; }

@media screen and (max-width: 834px) {
  .fat-nav {
    overflow-y: auto !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .fat-nav__wrapper {
    height: auto;
    min-height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fat-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
    gap: 0;
    height: auto;
    overflow-y: visible; }
  .fat-nav__left {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    .fat-nav__left li {
      padding: 4px 8px; }
  .fat-nav_companyarea .fat-nav__info {
    display: none; }
  .fat-nav_companyarea .fat-nav__logo {
    margin-bottom: 24px; }
    .fat-nav_companyarea .fat-nav__logo img {
      width: 60px; }
  .fat-nav__right {
    display: none; }
  .fat-nav__sp-accordion {
    display: block;
    width: 100%;
    margin-bottom: 32px; }
    .fat-nav__sp-accordion .fat-nav__sp-accordion-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0; }
      .fat-nav__sp-accordion .fat-nav__sp-accordion-item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .fat-nav__sp-accordion .fat-nav__sp-accordion-title {
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      padding: 16px 8px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      letter-spacing: 0.05em; }
      .fat-nav__sp-accordion .fat-nav__sp-accordion-title::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 3px; }
      .fat-nav__sp-accordion .fat-nav__sp-accordion-title.is-open::after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-bottom: -3px; }
    .fat-nav__sp-accordion .fat-nav__sp-accordion-body {
      display: none;
      padding: 0 8px 12px; }
      .fat-nav__sp-accordion .fat-nav__sp-accordion-body ul {
        padding-left: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .fat-nav__sp-accordion .fat-nav__sp-accordion-body ul li {
          padding: 0 0 4px;
          margin-bottom: 4px;
          width: 100%; }
          .fat-nav__sp-accordion .fat-nav__sp-accordion-body ul li a {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            text-decoration: none; }
            .fat-nav__sp-accordion .fat-nav__sp-accordion-body ul li a:hover {
              color: #fff; }
  .fat-nav__btn-list {
    width: 100%;
    gap: 12px; }
  .fat-nav__btn {
    padding: 10px 16px; }
    .fat-nav__btn-icon {
      width: 32px;
      height: 32px; }
    .fat-nav__btn-text {
      font-size: 14px; }
    .fat-nav__btn-arrow {
      width: 32px;
      height: 32px;
      min-width: 32px; } }
    @media screen and (max-width: 834px) and (max-width: 834px) {
      .fat-nav__btn-arrow {
        width: 24px;
        height: 24px;
        min-width: 24px; } }

@media screen and (max-width: 834px) {
      .fat-nav__btn-arrow::before {
        width: 14px; } }
    @media screen and (max-width: 834px) and (max-width: 834px) {
      .fat-nav__btn-arrow::after {
        width: 8px;
        height: 8px;
        right: 5px; } }

@media screen and (min-width: 835px) {
  .fat-nav__sp-accordion {
    display: none; } }

.l-company-name__sp-img {
  display: none; }
  @media screen and (max-width: 834px) {
    .l-company-name__sp-img {
      display: block;
      width: 70%;
      margin: 0 auto 16px; }
      .l-company-name__sp-img img {
        width: 100%;
        height: auto; } }

.l-404__btn a,
.l-404__btn input[type="button"],
.l-404__btn input[type="submit"] {
  background: #AF9757;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .l-404__btn a:hover,
  .l-404__btn input[type="button"]:hover,
  .l-404__btn input[type="submit"]:hover {
    opacity: 0.8; }

.blogCol2 {
  width: 1110px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: convert-em()) {
    .blogCol2 {
      width: 99%; } }
  @media screen and (max-width: 834px) {
    .blogCol2 {
      width: 100%;
      margin: 0 auto;
      display: block; } }
  .blogCol2 .wrap {
    overflow: unset; }

.informationBox {
  width: 68%; }
  @media screen and (max-width: convert-em()) {
    .informationBox {
      width: 790px; } }
  @media screen and (max-width: 834px) {
    .informationBox {
      width: 98%;
      padding: 4px; } }
  .informationBox input[type=text] {
    width: 750px; }
    @media screen and (max-width: 834px) {
      .informationBox input[type=text] {
        width: 270px;
        height: 30px; } }
  .informationBox input[type=submit] {
    vertical-align: top;
    padding: 10px; }
    @media screen and (max-width: 834px) {
      .informationBox input[type=submit] {
        padding: 16px; } }

.sidebarBox {
  width: calc(32% - 40px);
  height: 100%;
  margin-bottom: 64px;
  background: #fff;
  border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 834px) {
    .sidebarBox {
      width: calc(100% - 8px);
      margin: 24px 4px 4px;
      padding: 16px; } }

#secondary {
  background: #fff;
  border-radius: 16px;
  padding: 16px 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 834px) {
    #secondary {
      width: 100%;
      margin-top: 32px; } }
  #secondary input[type=submit] {
    vertical-align: top;
    padding: 10px; }
    #secondary input[type=submit]:hover {
      background: rgba(238, 238, 238, 0.5); }
  #secondary input[type=text] {
    margin-left: 8px; }

.p-news-feed__content {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15); }
  .p-news-feed__content:not(:first-child) {
    margin-top: 32px; }
  .p-news-feed__content a {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px; }
    @media screen and (max-width: 834px) {
      .p-news-feed__content a {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.p-news-feed__newscontentbox {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  padding: 64px; }
  @media screen and (max-width: 834px) {
    .p-news-feed__newscontentbox {
      padding: 90px 30px 30px; } }
  .p-news-feed__newscontentbox:not(:first-child) {
    margin-top: 32px; }
  .p-news-feed__newscontentbox__title {
    color: #fff;
    font-size: 20px;
    background-color: #F5F3F0;
    padding: 8px 16px;
    margin: 24px 0 16px;
    font-weight: bold; }
  .p-news-feed__newscontentbox__subtitle {
    font-size: 18px;
    padding: 8px 16px 8px 24px;
    border-left: 4px solid #F5F3F0;
    margin: 24px 0 16px;
    font-weight: bold; }
  .p-news-feed__newscontentbox section {
    padding: 0; }
  .p-news-feed__newscontentbox img {
    max-width: 100%; }
    @media screen and (max-width: 834px) {
      .p-news-feed__newscontentbox img {
        width: 100%;
        height: auto; } }
  .p-news-feed__newscontentbox .articleMarker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff66));
    background: -webkit-linear-gradient(transparent 50%, #ffff66 50%);
    background: -o-linear-gradient(transparent 50%, #ffff66 50%);
    background: linear-gradient(transparent 50%, #ffff66 50%); }
  .p-news-feed__newscontentbox table {
    width: 100%; }
    .p-news-feed__newscontentbox table th, .p-news-feed__newscontentbox table td {
      padding: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #AF9757; }
    .p-news-feed__newscontentbox table th {
      background: #B2A78A; }

.p-news-feed__article {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  padding: 16px; }
  .p-news-feed__article:not(:first-child) {
    margin-top: 32px; }
  .p-news-feed__article__title {
    color: #fff;
    font-size: 20px;
    background-color: #F5F3F0;
    padding: 8px 16px;
    margin: 24px 0 16px;
    font-weight: bold; }
  .p-news-feed__article__subtitle {
    font-size: 18px;
    padding: 8px 16px 8px 24px;
    border-left: 4px solid #F5F3F0;
    margin: 24px 0 16px;
    font-weight: bold; }
  .p-news-feed__article .articleMarker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff66));
    background: -webkit-linear-gradient(transparent 50%, #ffff66 50%);
    background: -o-linear-gradient(transparent 50%, #ffff66 50%);
    background: linear-gradient(transparent 50%, #ffff66 50%); }

.p-news-feed__detail {
  width: calc(100% - 200px);
  position: relative; }
  @media screen and (max-width: 834px) {
    .p-news-feed__detail {
      width: 100%; } }

.p-news-feed__img {
  width: 160px;
  height: 120px; }
  @media screen and (max-width: 834px) {
    .p-news-feed__img {
      width: 100%;
      height: auto;
      margin-top: 16px; } }
  .p-news-feed__img img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px; }
    @media screen and (max-width: 834px) {
      .p-news-feed__img img {
        height: auto; } }

.p-news-feed__date {
  color: #666;
  font-size: 14px;
  font-weight: bold; }
  .p-news-feed__date + .p-news-feed__tit {
    margin-top: 8px; }
    @media screen and (max-width: 834px) {
      .p-news-feed__date + .p-news-feed__tit {
        margin-top: 16px; } }
  @media screen and (max-width: convert-em()) {
    .p-news-feed__date {
      font-size: 12px; } }

.p-news-feed__tit {
  color: #F5F3F0;
  font-size: 20px;
  font-weight: bold; }

.p-news-feed__txt {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.6; }
  @media screen and (max-width: 834px) {
    .p-news-feed__txt {
      font-size: 14px; } }

.p-news-feed__categoy {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 8px;
  background: #332616;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 80px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .p-news-feed__categoy {
      padding: 4px 16px; } }

@media screen and (max-width: convert-em()) {
  .p-news-feed__content {
    padding: 24px 0; }
    .p-news-feed__content:not(:first-child) {
      margin-top: 16px; }
    .p-news-feed__content a {
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 16px; }
  .p-news-feed__detail {
    width: 100%;
    margin-bottom: 16px; }
  .p-news-feed__img {
    width: 100%;
    height: auto; }
    .p-news-feed__img img {
      width: 100%; }
  .p-news-feed__date {
    font-size: 12px; }
  .p-news-feed__tit {
    font-size: 16px;
    margin-top: 4px; }
  .p-news-feed__txt {
    font-size: 14px;
    margin-top: 4px; }
  .p-news-feed__categoy {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    top: -6px;
    right: -6px; } }

.widgettitle {
  background-color: #F5F3F0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  line-height: 34px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.newsDetailHead {
  position: relative;
  border-bottom: solid 2px #f1f1f1;
  padding-bottom: 16px; }
  .newsDetailHead h2 {
    font-size: 24px;
    font-weight: bold;
    width: 80%; }
    @media screen and (max-width: 834px) {
      .newsDetailHead h2 {
        width: 100%; } }
  .newsDetailHead .cat {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 8px;
    background: #332616;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .newsDetailHead .cat {
        top: -60px; } }
  .newsDetailHead + .entry-content {
    margin-top: 24px; }

.screen-reader-text {
  display: none; }

.widget:not(:first-of-type) {
  margin-top: 24px; }

.widget ul, .widget ol {
  padding: 0 16px; }
  .widget ul li, .widget ol li {
    padding: 0 0 0 16px;
    border: none;
    position: relative; }
    .widget ul li::before, .widget ol li::before {
      content: "・";
      position: absolute;
      left: 3px;
      top: 0px;
      font-size: 22px;
      color: #332616; }

@media screen and (max-width: 834px) {
  .widget_search input[type=text] {
    width: 270px;
    height: 30px; } }

@media screen and (max-width: convert-em()) {
  .widget_search input[type=text] {
    width: 250px;
    height: 30px; } }

@media screen and (max-width: 834px) {
  .widget_search input[type=submit] {
    padding: 16px !important; } }

@media screen and (max-width: convert-em()) {
  .widget_search input[type=submit] {
    padding: 14px !important; } }

.wp-pagenavi {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 32px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current, .wp-pagenavi a {
    display: inline-block;
    line-height: 1.4;
    padding: 10px;
    margin: 0 4px;
    border: 1px solid #CCC; }

#toc_container {
  background: whitesmoke;
  padding: 20px;
  width: 95% !important;
  margin: 40px 0; }
  @media screen and (max-width: 834px) {
    #toc_container {
      width: 88% !important; } }

.toc_title {
  font-size: 18px;
  padding: 8px 16px 8px 24px;
  font-weight: bold; }
  .toc_title::after {
    border-top: 1px solid #999;
    content: "";
    width: 80%;
    margin: 0 0 6px 20px;
    display: inline-block; }
    @media screen and (max-width: 834px) {
      .toc_title::after {
        width: 40%; } }

.toc_list {
  font-size: 16px;
  padding: 8px 16px 8px 24px; }
  .toc_list li {
    font-size: 16px;
    padding: 8px 16px 8px 24px; }
    .toc_list li li {
      font-size: 14px;
      padding: 8px 16px 8px 24px; }
  @media screen and (max-width: 834px) {
    .toc_list {
      padding: 0; } }

.p-top-feed__content {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  padding: 48px 0; }
  .p-top-feed__content:not(:first-child) {
    margin-top: 32px; }
  .p-top-feed__content a {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px; }

.p-top-feed__ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 834px) {
    .p-top-feed__ul {
      margin-top: 24px; } }

.p-top-feed__list {
  width: calc((100% - 160px) / 3); }
  @media screen and (max-width: 834px) {
    .p-top-feed__list {
      width: 100%;
      border-bottom: solid 4px #ddd;
      border-radius: 0 0 10px 10px;
      margin-bottom: 32px; } }

@media screen and (max-width: 834px) {
  .p-top-feed__detail {
    width: 100%; } }

.p-top-feed__btn {
  margin: 40px auto 0;
  text-align: center; }
  .p-top-feed__btn a {
    width: 300px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px;
    border: 2px solid #F5F3F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F5F3F0;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    line-height: 40px;
    box-sizing: border-box;
    transition: 0.3s; }
    @media screen and (max-width: 834px) {
      .p-top-feed__btn a {
        width: 100%; } }

.p-top-feed__img {
  max-width: 100%;
  max-height: 160px; }
  .p-top-feed__img img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px; }
    @media screen and (max-width: 834px) {
      .p-top-feed__img img {
        width: 100%; } }

.p-top-feed__tit {
  color: #F5F3F0;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  overflow-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.p-top-feed__txt {
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }
  @media screen and (max-width: 834px) {
    .p-top-feed__txt {
      font-size: 14px;
      padding: 8px 0 24px; } }

.p-top-feed__categoy {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 8px;
  background: #332616;
  margin-bottom: 8px;
  width: 80px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .p-top-feed__categoy {
      padding: 4px 16px; } }

@media screen and (max-width: convert-em()) {
  .p-top-feed__content {
    padding: 24px 0; }
    .p-top-feed__content:not(:first-child) {
      margin-top: 16px; }
    .p-top-feed__content a {
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 16px; }
  .p-top-feed__detail {
    width: 100%;
    margin-bottom: 16px; }
  .p-top-feed__img {
    width: 100%;
    height: auto; }
    .p-top-feed__img img {
      width: 100%; }
  .p-top-feed__date {
    font-size: 12px; }
  .p-top-feed__tit {
    font-size: 16px;
    margin-top: 4px; }
  .p-top-feed__txt {
    font-size: 14px;
    margin-top: 4px; }
  .p-top-feed__categoy {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    top: -6px;
    right: -6px; } }

#searchTopArea {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
  text-align: center;
  padding: 60px 0;
  background-image: url(/common/img/img_top_01.jpg);
  position: relative;
  top: 0px; }

.search_tit {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  margin: 0 0 50px;
  padding: 30px 20px; }
  @media screen and (max-width: 834px) {
    .search_tit {
      margin-bottom: 24px;
      font-size: 18px;
      padding: 24px 0; } }

.searchPageLeft {
  float: left;
  width: 65%;
  overflow: hidden; }

.searchPageRight {
  float: right;
  width: 35%;
  overflow: hidden; }

.searchContentInner {
  width: 90%;
  margin: 100px auto;
  max-width: 1280px;
  overflow: hidden; }
  @media screen and (max-width: 834px) {
    .searchContentInner {
      width: calc(100% - 3rem);
      margin: 24px auto; } }
  .searchContentInner .txtArea {
    margin: 20px 0;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #AF9757; }
    @media screen and (max-width: 834px) {
      .searchContentInner .txtArea {
        font-size: 14px;
        line-height: 1.5em; } }
    .searchContentInner .txtArea .bold {
      color: #164A84;
      border-bottom: 3px dotted #AF9757;
      margin-bottom: 8px;
      padding-bottom: 8px; }

.searchContentSepaBtn {
  width: 90%;
  margin: -50px auto 100px;
  overflow: hidden; }

.searchNumber {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 0 20px 0;
  font-weight: bold; }
  .searchNumber .number {
    font-size: 30px;
    font-size: 1.875rem;
    color: #4F9DA9;
    font-weight: bold; }
  .searchNumber .number02 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }

.searchSort {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 10px 0px;
  font-size: 14px;
  font-size: 0.875rem; }
  .searchSort li {
    display: inline-block;
    border-right: 1px solid #333333;
    line-height: 1;
    padding: 0 10px; }
    .searchSort li:first-child {
      padding-left: 0px; }
    .searchSort li:last-child {
      border-right: none;
      padding-right: 0px; }

.searchListBoxLine2 ul,
.searchListBoxLine3 ul {
  padding: 20px;
  overflow: hidden; }

.searchListBoxLine2 ul li {
  width: 380px;
  float: left;
  border: 1px solid #AF9757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px; }
  .searchListBoxLine2 ul li:nth-child(2n) {
    margin-right: 0px; }
  .searchListBoxLine2 ul li:nth-child(2n+1) {
    clear: both; }

.searchListBoxLine3 ul {
  width: 780px; }
  .searchListBoxLine3 ul li {
    width: 246px;
    float: left;
    border: 1px solid #AF9757;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px; }
    .searchListBoxLine3 ul li:nth-child(3n) {
      margin-right: 0px; }

.searchListBoxLine2 ul li .nsTit,
.searchListBoxLine3 ul li .nsTit {
  height: 18px;
  background: #efefef;
  color: #F5F3F0;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  overflow: hidden; }
  .searchListBoxLine2 ul li .nsTit a,
  .searchListBoxLine3 ul li .nsTit a {
    color: #F5F3F0;
    font-weight: bold; }

.searchListBoxLine2 ul li .nsBox,
.searchListBoxLine3 ul li .nsBox {
  padding: 15px; }

.searchListBoxLine2 ul li .nsPriceTit,
.searchListBoxAll .nsPriceTit {
  border: 1px solid #333333;
  width: 100px;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px; }
  @media screen\0 {
    .searchListBoxLine2 ul li .nsPriceTit,
    .searchListBoxAll .nsPriceTit {
      padding: 5px 5px 2px 5px; } }

.searchListBoxLine3 ul li .nsPriceTit {
  border: 1px solid #333333;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px; }

.nsDataBox {
  width: 33%;
  float: left;
  text-align: center;
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px; }
  @media screen and (max-width: 80em) {
    .nsDataBox p {
      font-size: 10px; } }

.borderLeft01 {
  border-left: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nsPrice {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  position: relative; }
  .nsPrice span {
    font-size: 22px;
    font-size: 1.375rem; }

.nsLike {
  width: 10%;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 1.2; }
  .nsLike img {
    width: 100%; }

.nsGrayBox {
  font-size: 12px;
  font-size: 0.75rem;
  background: #332616;
  color: #fff;
  padding: 2px 6px;
  width: 80px;
  display: inline-block;
  margin-right: 10px;
  text-align: center; }

.search_buildingPager {
  text-align: center;
  margin-bottom: 10px; }
  .search_buildingPager li {
    display: inline-block;
    line-height: 1.4;
    margin: 0 1px;
    border: 1px solid #AF9757;
    padding: 10px 15px; }
    @media screen\0 {
      .search_buildingPager li {
        padding: 13px 15px 7px; } }
    .search_buildingPager li a {
      display: block;
      width: 100%;
      height: 100%; }

.searchSeoBox {
  padding: 20px;
  background: #dddddd;
  margin-bottom: 10px; }

.seoLeftBarTit {
  border-left: 5px solid #B2A78A;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px; }

.seoFooter {
  padding-left: 20px; }
  .seoFooter li {
    line-height: 1;
    padding-right: 10px;
    padding-left: 10px;
    list-style: none;
    margin-bottom: 10px;
    display: inline-block;
    color: #F5F3F0;
    border-right: 1px solid #AF9757; }
    .seoFooter li:last-child {
      border-right: none; }
    .seoFooter li a {
      color: #F5F3F0; }

.searchListBoxLine2 .photo {
  width: 100%;
  height: 232px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px; }

.searchListBoxLine3 .photo {
  width: 100%;
  height: 143px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px; }

.searchListBoxLine2 .photo img,
.searchListBoxLine3 .photo img {
  width: 100%; }

.searchPageRight iframe {
  width: 100%;
  height: 800px; }

.colorRed {
  color: E25C28; }

.bgGray {
  background: #dddddd; }

/*******************************************************************************
**  物件一覧
*******************************************************************************/
.searchListLeft {
  width: 350px;
  float: left; }

.searchListRight {
  width: calc(100% - 390px);
  float: right; }

.searchListBoxAll .nsTit {
  background: #F5F3F0;
  color: #333333;
  padding: 20px;
  font-weight: 500;
  font-size: 20px; }
  @media screen and (max-width: 834px) {
    .searchListBoxAll .nsTit {
      font-size: 18px;
      padding: 16px; } }
  .searchListBoxAll .nsTit a {
    color: #333333;
    font-weight: 500;
    text-decoration: underline; }

.searchListBoxAll .campaign {
  color: #333333;
  font-weight: bold;
  margin-bottom: 10x; }

.searchListBox {
  border: 1px solid #AF9757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px; }

.searchListBoxInner {
  padding: 40px; }

.btnBox {
  width: 100%;
  background: #F8F8F0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#mapContents .searchListBoxInner {
  padding: 16px; }

#mapContents .nsTit {
  padding: 8px 16px; }

#mapContents .photo01 {
  width: 100%;
  height: 140px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  position: relative; }
  #mapContents .photo01 img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 834px) {
      #mapContents .photo01 img {
        width: auto; } }

.searchListBoxLeft {
  width: 50%;
  float: left; }
  @media screen\0 {
    .searchListBoxLeft {
      width: 55%; } }
  .searchListBoxLeft .searchListBoxLeftInner {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .searchListBoxLeft .photo01, .searchListBoxLeft .photo02 {
    width: calc(50% - 10px);
    height: 135px;
    text-align: center;
    background: #fff; }
    .searchListBoxLeft .photo01 img, .searchListBoxLeft .photo02 img {
      max-width: 100%;
      max-height: 135px; }

.searchListBoxRight {
  width: calc(50% - 24px);
  float: right; }
  @media screen\0 {
    .searchListBoxRight {
      width: calc(45% - 24px); } }

.seachRentAllIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .seachRentAllIcon li {
    font-size: 10px;
    font-size: 0.625rem;
    width: calc(33% - 3px);
    color: #B2A78A;
    font-weight: normal;
    padding: 8px 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;
    background: #F5F3F0;
    letter-spacing: -0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px 5px 0;
    line-height: 1.2em;
    font-size: 12px;
    font-size: 0.75rem; }
    .seachRentAllIcon li:nth-child(3n) {
      margin: 0 0 5px; }

.searchListBoxAll .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.searchListBoxInner .campaign {
  background: #164A84;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative; }
  .searchListBoxInner .campaign::before, .searchListBoxInner .campaign::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px; }
  .searchListBoxInner .campaign::before {
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 15px;
    border-color: transparent transparent transparent #dddddd;
    border-style: solid; }
  .searchListBoxInner .campaign::after {
    top: 0;
    right: 0;
    border-width: 15px 15px 15px 0px;
    border-color: transparent #dddddd transparent transparent;
    border-style: solid; }
  .searchListBoxInner .campaign span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem; }
    .searchListBoxInner .campaign span:before {
      content: "キャンペーン";
      display: inline-block;
      width: 120px;
      height: 30px;
      background-size: contain;
      color: #e5c168;
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 4px 0 0 23px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 10px; }

.sideMenuTit {
  background: #AF9757;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.searchSideMenu {
  background: #F5F3F0;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  margin-bottom: 20px; }
  .searchSideMenu .searchRentBtn {
    width: 100%; }
    .searchSideMenu .searchRentBtn a {
      width: 80%; }

.searchBarTit {
  border-left: 5px solid #B2A78A;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px; }

.searchCat01 {
  font-weight: bold;
  margin: 0 0 5px; }

.searchListBoxBottom ul {
  background: #F5F3F0 !important;
  overflow: hidden;
  margin: 0 0 10px; }

.searchListBoxBottom .btnBox li {
  width: 232px;
  float: left;
  margin: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem; }
  .searchListBoxBottom .btnBox li:nth-child(3n) {
    margin-right: 0px; }

.searchListBoxBottom .allcheckBox {
  padding: 10px;
  margin: 0 0 20px;
  position: relative;
  background: #B2A78A;
  color: #333333;
  border-radius: 5px;
  display: inline-block; }
  @media screen and (max-width: convert-em()) {
    .searchListBoxBottom .allcheckBox {
      padding: 5px 10px; } }
  .searchListBoxBottom .allcheckBox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 15px solid #B2A78A; }
  .searchListBoxBottom .allcheckBox label {
    color: #333333;
    font-weight: 500; }

.searchRentCheck {
  padding: 10px 0px 10px 35px;
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem; }
  .searchRentCheck span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../common/img/ico_check_01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 0px; }

.searchRentSelectBtn a {
  background: #fff;
  border-radius: 100px;
  color: #333333 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .searchRentSelectBtn a:hover {
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media screen and (max-width: 834px) {
      .searchRentSelectBtn a:hover {
        opacity: 1; } }

.searchRentBtn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 10px; }
  .searchRentBtn a, .searchRentBtn input[type="button"], .searchRentBtn input[type="submit"] {
    width: 300px;
    height: 80px;
    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;
    border-radius: 8px;
    background: #F5F3F0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchRentBtn a, .searchRentBtn input[type="button"], .searchRentBtn input[type="submit"] {
        font-size: 16px; } }
  .searchRentBtn input[type="button"], .searchRentBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchRentBtn input[type="button"]:hover, .searchRentBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchRentBtn input[type="button"]:hover, .searchRentBtn input[type="submit"]:hover {
          opacity: 1; } }
  .searchRentBtn a,
  .searchRentBtn input[type="button"],
  .searchRentBtn input[type="submit"] {
    background: #AF9757; }

.searchRentAreaList li {
  float: left; }

.searchRentAreaList .searchBarTit {
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.searchRentAreaList .btn {
  width: 20%; }

.searchListMapBox {
  width: 500px;
  border: 1px solid #AF9757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 834px) {
    .searchListMapBox {
      width: 100%; } }
  .searchListMapBox .nsTit {
    background: #F5F3F0;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
    .searchListMapBox .nsTit a {
      color: #F5F3F0;
      font-weight: bold; }
  .searchListMapBox .searchListBoxLeft {
    width: 164px;
    float: left; }
    @media screen and (max-width: 834px) {
      .searchListMapBox .searchListBoxLeft {
        width: 100%;
        float: initial; } }
  .searchListMapBox .searchListBoxRight {
    width: 260px;
    float: right; }
    @media screen and (max-width: 834px) {
      .searchListMapBox .searchListBoxRight {
        width: 100%;
        float: initial; } }
  .searchListMapBox .nsPriceTit {
    border: 1px solid #333333;
    width: 60px;
    padding: 5px;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px; }

.mapPageBtn {
  text-align: center; }
  .mapPageBtn a, .mapPageBtn input[type="button"], .mapPageBtn input[type="submit"] {
    width: 164px;
    height: 32px;
    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;
    border-radius: 8px;
    background: #F5F3F0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .mapPageBtn a, .mapPageBtn input[type="button"], .mapPageBtn input[type="submit"] {
        font-size: 16px; } }
  .mapPageBtn input[type="button"], .mapPageBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .mapPageBtn input[type="button"]:hover, .mapPageBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .mapPageBtn input[type="button"]:hover, .mapPageBtn input[type="submit"]:hover {
          opacity: 1; } }
  .mapPageBtn a, .mapPageBtn input[type="button"], .mapPageBtn input[type="submit"] {
    background: #AF9757; }
  .mapPageBtn a {
    font-size: 14px; }
  @media screen and (max-width: 834px) {
    .mapPageBtn {
      margin: 0 0 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*　フォーム
----------------------------------------------------------------------------- */
#form_contact,
.searchContentInner {
  /*ラジオ*/
  /*セレクト*/ }
  #form_contact input[type="checkbox"],
  .searchContentInner input[type="checkbox"] {
    display: none; }
  #form_contact input[type="checkbox"] + label,
  .searchContentInner input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    padding: 5px 0;
    margin-right: 0.8em; }
    #form_contact input[type="checkbox"] + label:before,
    .searchContentInner input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      margin-right: 0.4em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: solid 1px #AF9757;
      border-radius: 3px;
      width: 18px;
      height: 18px;
      background: #fff;
      margin-bottom: -4px;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s; }
    #form_contact input[type="checkbox"] + label a,
    .searchContentInner input[type="checkbox"] + label a {
      pointer-events: none; }
  #form_contact input.none[type="checkbox"] + label,
  .searchContentInner input.none[type="checkbox"] + label {
    color: #AF9757; }
    #form_contact input.none[type="checkbox"] + label:before,
    .searchContentInner input.none[type="checkbox"] + label:before {
      border: solid 1px #AF9757; }
    #form_contact input.none[type="checkbox"] + label:hover,
    .searchContentInner input.none[type="checkbox"] + label:hover {
      cursor: default; }
      #form_contact input.none[type="checkbox"] + label:hover:before,
      .searchContentInner input.none[type="checkbox"] + label:hover:before {
        background: #dddddd;
        cursor: default; }
  #form_contact input[type="checkbox"]:checked + label::before,
  #form_contact input[type="checkbox"] + label:hover::before,
  .searchContentInner input[type="checkbox"]:checked + label::before,
  .searchContentInner input[type="checkbox"] + label:hover::before {
    background: #fff; }
  #form_contact input[type="checkbox"]:checked + label::after,
  .searchContentInner input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    height: 13px;
    border-bottom: 4px solid #4F9DA9;
    border-right: 4px solid #4F9DA9;
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg); }
  #form_contact input[type="radio"],
  .searchContentInner input[type="radio"] {
    display: none; }
  #form_contact input[type="radio"] + label,
  .searchContentInner input[type="radio"] + label {
    position: relative;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    padding-bottom: 5px;
    padding-right: 10px; }
    @media screen and (max-width: 834px) {
      #form_contact input[type="radio"] + label,
      .searchContentInner input[type="radio"] + label {
        display: block; } }
    #form_contact input[type="radio"] + label:before,
    .searchContentInner input[type="radio"] + label:before {
      content: "";
      display: inline-block;
      margin-right: 0.8em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: solid 1px #AF9757;
      border-radius: 20px;
      width: 18px;
      height: 18px;
      background: #fff;
      margin-bottom: -4px;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s; }
  #form_contact input[type="radio"]:checked + label::before,
  #form_contact input[type="radio"] + label:hover::before,
  .searchContentInner input[type="radio"]:checked + label::before,
  .searchContentInner input[type="radio"] + label:hover::before {
    background: #dddddd; }
  #form_contact input[type="radio"]:checked + label::after,
  .searchContentInner input[type="radio"]:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #4F9DA9;
    display: block;
    position: absolute;
    border-radius: 5px;
    top: 8px;
    left: 5px; }
  #form_contact label:hover,
  .searchContentInner label:hover {
    cursor: pointer; }
  #form_contact input[type="text"],
  #form_contact input[type="tel"],
  #form_contact input[type="email"],
  #form_contact input[type="search"],
  #form_contact textarea,
  .searchContentInner input[type="text"],
  .searchContentInner input[type="tel"],
  .searchContentInner input[type="email"],
  .searchContentInner input[type="search"],
  .searchContentInner textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #AF9757;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif; }
  #form_contact textarea,
  .searchContentInner textarea {
    resize: vertical; }
    @media screen and (max-width: 834px) {
      #form_contact textarea,
      .searchContentInner textarea {
        width: 92%; } }
  #form_contact input.none[type="radio"] + label,
  .searchContentInner input.none[type="radio"] + label {
    color: #CCC; }
    #form_contact input.none[type="radio"] + label:before,
    .searchContentInner input.none[type="radio"] + label:before {
      border: solid 1px #AF9757; }
    #form_contact input.none[type="radio"] + label:hover,
    .searchContentInner input.none[type="radio"] + label:hover {
      cursor: default; }
      #form_contact input.none[type="radio"] + label:hover:before,
      .searchContentInner input.none[type="radio"] + label:hover:before {
        background: #dddddd;
        cursor: default; }
  #form_contact input[type="radio"]:checked + label::before,
  #form_contact input[type="radio"] + label:hover::before,
  .searchContentInner input[type="radio"]:checked + label::before,
  .searchContentInner input[type="radio"] + label:hover::before {
    background: #F8F8F0; }
  #form_contact select,
  .searchContentInner select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #AF9757;
    border-radius: 3px;
    padding: 10px;
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    #form_contact select:-ms-expand,
    .searchContentInner select:-ms-expand {
      display: none; }

.searchSideMenu select {
  width: 45%; }

.searchBox label {
  width: 18%;
  display: inline-block;
  line-height: 30px; }

.searchBox01 {
  margin-bottom: 50px;
  padding: 40px;
  border: 1px solid #AF9757;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 834px) {
    .searchBox01 {
      padding: 24px; } }
  .searchBox01 .searchMenu {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    border-left: 5px solid #4F9DA9;
    padding-left: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .searchBox01 .searchMenu:nth-child(n+2) {
      margin-top: 40px; }

.searchListCatTit {
  clear: both;
  margin: 20px 0;
  padding: 5px 10px;
  background: #F5F3F0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.searchBtn, .contactBtn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }
  .searchBtn a, .searchBtn input[type="button"], .searchBtn input[type="submit"], .contactBtn a, .contactBtn input[type="button"], .contactBtn input[type="submit"] {
    width: 300px;
    height: 80px;
    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;
    border-radius: 8px;
    background: #F5F3F0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchBtn a, .searchBtn input[type="button"], .searchBtn input[type="submit"], .contactBtn a, .contactBtn input[type="button"], .contactBtn input[type="submit"] {
        font-size: 16px; } }
  .searchBtn input[type="button"], .searchBtn input[type="submit"], .contactBtn input[type="button"], .contactBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchBtn input[type="button"]:hover, .searchBtn input[type="submit"]:hover, .contactBtn input[type="button"]:hover, .contactBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchBtn input[type="button"]:hover, .searchBtn input[type="submit"]:hover, .contactBtn input[type="button"]:hover, .contactBtn input[type="submit"]:hover {
          opacity: 1; } }
  .searchBtn a, .searchBtn input[type="button"], .searchBtn input[type="submit"], .contactBtn a, .contactBtn input[type="button"], .contactBtn input[type="submit"] {
    background: #AF9757; }

.contactBtn {
  text-align: center; }
  .contactBtn a, .contactBtn input[type="button"], .contactBtn input[type="submit"] {
    width: 300px;
    height: 80px;
    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;
    border-radius: 8px;
    background: #04202C;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .contactBtn a, .contactBtn input[type="button"], .contactBtn input[type="submit"] {
        font-size: 16px; } }
  .contactBtn input[type="button"], .contactBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .contactBtn input[type="button"]:hover, .contactBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .contactBtn input[type="button"]:hover, .contactBtn input[type="submit"]:hover {
          opacity: 1; } }
  .contactBtn a, .contactBtn input[type="button"], .contactBtn input[type="submit"] {
    background: #AF9757; }

.none input[type="button"] {
  background: #332616; }

.l-contact__privacy-chek__text {
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 834px) {
    .l-contact__privacy-chek__text {
      text-align: left; } }

.l-contact__privacy-chek__box {
  text-align: center; }
  @media screen and (max-width: 834px) {
    .l-contact__privacy-chek__box {
      text-align: left; } }

/* flexリスト
----------------------------------------------------------------------------- */
.sepa_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto; }
  .sepa_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px 0 10px;
    text-align: center; }
    .sepa_list li a, .sepa_list li input[type="button"], .sepa_list li input[type="submit"] {
      width: 300px;
      height: 80px;
      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;
      border-radius: 8px;
      background: #04202C;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .sepa_list li a, .sepa_list li input[type="button"], .sepa_list li input[type="submit"] {
          font-size: 16px; } }
    .sepa_list li input[type="button"], .sepa_list li input[type="submit"] {
      border: none;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .sepa_list li input[type="button"]:hover, .sepa_list li input[type="submit"]:hover {
        cursor: pointer;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        filter: alpha(opacity=70);
        transition: all 0.3s ease 0s;
        opacity: 0.7; }
        @media screen and (max-width: 834px) {
          .sepa_list li input[type="button"]:hover, .sepa_list li input[type="submit"]:hover {
            opacity: 1; } }
    .sepa_list li:nth-child(n+2) {
      margin-left: 32px; }
      @media screen and (max-width: 834px) {
        .sepa_list li:nth-child(n+2) {
          margin-left: 0; } }
  .sepa_list .back {
    text-align: center; }
    .sepa_list .back a, .sepa_list .back input[type="button"], .sepa_list .back input[type="submit"] {
      width: 300px;
      height: 80px;
      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;
      border-radius: 8px;
      background: #B2A78A;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .sepa_list .back a, .sepa_list .back input[type="button"], .sepa_list .back input[type="submit"] {
          font-size: 16px; } }
    .sepa_list .back input[type="button"], .sepa_list .back input[type="submit"] {
      border: none;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .sepa_list .back input[type="button"]:hover, .sepa_list .back input[type="submit"]:hover {
        cursor: pointer;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        filter: alpha(opacity=70);
        transition: all 0.3s ease 0s;
        opacity: 0.7; }
        @media screen and (max-width: 834px) {
          .sepa_list .back input[type="button"]:hover, .sepa_list .back input[type="submit"]:hover {
            opacity: 1; } }
    .sepa_list .back input[type="button"] {
      color: #fff; }

.sepa_one > li {
  width: calc(100% / 1); }

.sepa_two > li {
  width: calc(100% / 2);
  padding: 0 0.5%; }
  .sepa_two > li:nth-of-type(2n) {
    padding: 0 0 0 1%; }

.sepa_three > li {
  width: calc(100% / 3);
  padding: 0 0.5%; }
  .sepa_three > li:nth-of-type(3n) {
    padding: 0 0 0 1%; }

.sepa_four > li {
  width: calc(100% / 4);
  padding: 0 0.5%; }
  .sepa_four > li:nth-of-type(4n) {
    padding: 0 0 0 1%; }

.sepa_five > li {
  width: calc(100% / 5);
  padding: 0 0.5%; }
  .sepa_five > li:nth-of-type(5n) {
    padding: 0 0 0 1%; }

.sepa_six > li {
  width: calc(100% / 6);
  padding: 0 0.5%; }
  .sepa_six > li:nth-of-type(6n) {
    padding: 0 0 0 1%; }

#tplContact .sepa_list,
#tplContact p.alignCenter {
  margin: 40px 0 10px; }
  @media screen and (max-width: convert-em()) {
    #tplContact .sepa_list,
    #tplContact p.alignCenter {
      width: 100%;
      margin-bottom: 20px; } }

#tplContact .sepa_list li {
  text-align: center; }

/*******************************************************************************
**  物件詳細
*******************************************************************************/
.borderBottom01 {
  border-bottom: 1px dotted #AF9757;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.searchRentMainTit {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  padding: 20px 0;
  margin-bottom: 40px; }
  .searchRentMainTit ul {
    width: 515px;
    float: right; }

.searchRentTit {
  background: #332616;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem; }
  .searchRentTit.sp {
    display: none; }

.tbl_mainItemInfo {
  margin: 0 0 40px;
  padding: 0;
  border-top: #AF9757 1px solid;
  border-left: #AF9757 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem; }
  .tbl_mainItemInfo th {
    border-right: #AF9757 1px dotted;
    border-bottom: #AF9757 1px solid;
    font-weight: bold;
    padding: 5px 10px;
    background: #F5F3F0;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tbl_mainItemInfo td {
    border-right: #AF9757 1px solid;
    border-bottom: #AF9757 1px solid;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }

.searchRentDetalTbl {
  width: calc(60% - 40px);
  float: left; }
  @media all and (-ms-high-contrast: none) {
    .searchRentDetalTbl {
      width: calc(50% - 40px); } }
  .searchRentDetalTbl table {
    width: 100%; }
    .searchRentDetalTbl table th {
      width: 25%;
      text-align: center;
      font-weight: 500;
      padding: 0 0 10px 0;
      vertical-align: top; }
      .searchRentDetalTbl table th p {
        background: #F5F3F0;
        padding: 5px;
        border-radius: 5px;
        color: #555555; }
    .searchRentDetalTbl table td {
      width: 75%;
      padding: 5px 10px 20px 20px; }

.rentTabBox {
  width: 100%; }
  .rentTabBox iframe {
    height: 470px; }

.tabContent {
  clear: both;
  border: 1px solid #AF9757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px; }

.tabBox {
  display: none; }

.tabMenu {
  font-size: 14px;
  font-size: 0.875rem; }
  .tabMenu li {
    display: inline; }
    .tabMenu li a {
      height: 30px;
      float: left;
      padding: 10px 0;
      margin-right: 3px;
      width: calc((100% - 17px) / 4);
      border-top: #AF9757 1px solid;
      border-right: #AF9757 1px solid;
      border-left: #AF9757 1px solid;
      text-align: center;
      font-weight: bold;
      border-radius: 5px 5px 0 0; }
      .tabMenu li a:hover {
        color: #F5F3F0 !important;
        background: #B2A78A;
        border-top: #F5F3F0 1px solid;
        border-right: #F5F3F0 1px solid;
        border-left: #F5F3F0 1px solid;
        text-decoration: none !important; }
    .tabMenu li:last-child a {
      margin-right: 0; }
  .tabMenu .active a {
    color: #fff !important;
    background: #B2A78A !important;
    border-top: #F5F3F0 1px solid;
    border-right: #F5F3F0 1px solid;
    border-left: #F5F3F0 1px solid; }

.logList .tabMenu li a {
  width: 200px; }

.searchRentIcon {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (-ms-high-contrast: none) {
    .searchRentIcon {
      width: 50%; } }
  .searchRentIcon li {
    font-size: 13px;
    font-size: 0.8125rem;
    width: calc((100% - 10px) / 3);
    color: #e5c168;
    background: #F5F3F0;
    color: #555555;
    padding: 10px;
    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;
    letter-spacing: -0.02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px 5px 0;
    font-weight: bold;
    text-align: center; }
    .searchRentIcon li:nth-child(3n) {
      margin: 0 0 5px; }
    @media all and (-ms-high-contrast: none) {
      .searchRentIcon li {
        width: calc((100% - 46px) / 4); } }

.searchRentMainTit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .searchRentMainTit ul li {
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }

.searchRentMainTit h1 {
  width: calc(100% - 550px);
  font-weight: bold;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 8px 0 0 40px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.searchRentMiniTit {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-left: 16px solid #B2A78A;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 20px; }

.searchRentLikeBtn {
  margin-bottom: 10px;
  text-align: center; }
  .searchRentLikeBtn a, .searchRentLikeBtn input[type="button"], .searchRentLikeBtn input[type="submit"] {
    width: 235px;
    height: 55px;
    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;
    border-radius: 8px;
    background: #e5c168;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchRentLikeBtn a, .searchRentLikeBtn input[type="button"], .searchRentLikeBtn input[type="submit"] {
        font-size: 16px; } }
  .searchRentLikeBtn input[type="button"], .searchRentLikeBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchRentLikeBtn input[type="button"]:hover, .searchRentLikeBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchRentLikeBtn input[type="button"]:hover, .searchRentLikeBtn input[type="submit"]:hover {
          opacity: 1; } }
  .searchRentLikeBtn a, .searchRentLikeBtn input[type="button"], .searchRentLikeBtn input[type="submit"] {
    background: #332616;
    color: #fff !important;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .searchRentLikeBtn a:hover, .searchRentLikeBtn input[type="button"]:hover, .searchRentLikeBtn input[type="submit"]:hover {
      opacity: 0.8; }
  @media screen and (max-width: 834px) {
    .searchRentLikeBtn a {
      margin-left: auto;
      margin-right: auto; } }

.logOutBtn {
  margin-bottom: 10px;
  text-align: center; }
  .logOutBtn a, .logOutBtn input[type="button"], .logOutBtn input[type="submit"] {
    width: 235px;
    height: 55px;
    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;
    border-radius: 8px;
    background: #F5651A;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .logOutBtn a, .logOutBtn input[type="button"], .logOutBtn input[type="submit"] {
        font-size: 16px; } }
  .logOutBtn input[type="button"], .logOutBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .logOutBtn input[type="button"]:hover, .logOutBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .logOutBtn input[type="button"]:hover, .logOutBtn input[type="submit"]:hover {
          opacity: 1; } }
  .logOutBtn a {
    border: 2px solid #B2A78A; }
    .logOutBtn a span {
      color: #B2A78A; }
  @media screen and (max-width: 834px) {
    .logOutBtn a {
      margin-left: auto;
      margin-right: auto; } }

.searchRentContactBtn {
  margin-bottom: 10px;
  text-align: center;
  text-align: center; }
  .searchRentContactBtn a, .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
    width: 225px;
    height: 55px;
    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;
    border-radius: 8px;
    background: #F5651A;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchRentContactBtn a, .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
        font-size: 16px; } }
  .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchRentContactBtn input[type="button"]:hover, .searchRentContactBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchRentContactBtn input[type="button"]:hover, .searchRentContactBtn input[type="submit"]:hover {
          opacity: 1; } }
  .searchRentContactBtn a, .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
    background: #4F9DA9 !important;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .searchRentContactBtn a:hover, .searchRentContactBtn input[type="button"]:hover, .searchRentContactBtn input[type="submit"]:hover {
      opacity: 0.8; }
  .searchRentContactBtn a span {
    color: #fff; }
  @media screen and (max-width: 834px) {
    .searchRentContactBtn a {
      margin-left: auto;
      margin-right: auto; } }
  .searchRentContactBtn a, .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
    width: 235px;
    height: 55px;
    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;
    border-radius: 8px;
    background: #04202C;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchRentContactBtn a, .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
        font-size: 16px; } }
  .searchRentContactBtn input[type="button"], .searchRentContactBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchRentContactBtn input[type="button"]:hover, .searchRentContactBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchRentContactBtn input[type="button"]:hover, .searchRentContactBtn input[type="submit"]:hover {
          opacity: 1; } }

.searchRentMoreBtn {
  margin-bottom: 10px;
  text-align: center; }
  .searchRentMoreBtn a, .searchRentMoreBtn input[type="button"], .searchRentMoreBtn input[type="submit"] {
    width: 225px;
    height: 55px;
    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;
    border-radius: 8px;
    background: #F5651A;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchRentMoreBtn a, .searchRentMoreBtn input[type="button"], .searchRentMoreBtn input[type="submit"] {
        font-size: 16px; } }
  .searchRentMoreBtn input[type="button"], .searchRentMoreBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchRentMoreBtn input[type="button"]:hover, .searchRentMoreBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchRentMoreBtn input[type="button"]:hover, .searchRentMoreBtn input[type="submit"]:hover {
          opacity: 1; } }
  .searchRentMoreBtn a, .searchRentMoreBtn input[type="button"], .searchRentMoreBtn input[type="submit"] {
    background: #AF9757;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .searchRentMoreBtn a:hover, .searchRentMoreBtn input[type="button"]:hover, .searchRentMoreBtn input[type="submit"]:hover {
      opacity: 0.8; }
  .searchRentMoreBtn a {
    background: #AF9757; }
    .searchRentMoreBtn a span {
      color: #fff; }
      .searchRentMoreBtn a span:before {
        background: url(/common/img/ico_more_01.png) no-repeat; }
  @media screen and (max-width: 834px) {
    .searchRentMoreBtn a {
      margin-left: auto;
      margin-right: auto; } }

.searchSim {
  padding: 10px;
  background: #B2A78A;
  overflow: hidden;
  border-radius: 5px;
  color: #333333; }
  .searchSim input {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    margin: 0 10px;
    font-size: 16px;
    font-size: 1rem; }
    .searchSim input.day {
      width: 30%; }
      @media screen and (max-width: 834px) {
        .searchSim input.day {
          width: 53px !important; } }
    .searchSim input.people {
      width: 25%; }
      @media screen and (max-width: 834px) {
        .searchSim input.people {
          width: 45px !important; } }
    .searchSim input.result {
      width: 150px; }
  .searchSim .simBox {
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    float: left;
    padding: 10px;
    vertical-align: middle;
    color: #333333; }
    .searchSim .simBox.kakeru {
      margin-top: 7px; }

.total input {
  width: 220px; }

.searchSimBtn {
  width: 200px;
  height: 50px;
  color: #AF9757;
  background: #fff;
  border: 2px solid #F5F3F0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  padding-top: 11px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .searchSimBtn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.companyInfo {
  border: 1px solid #AF9757;
  padding: 10px;
  overflow: hidden; }

.tbl_companyInfo {
  width: 800px;
  float: left; }
  .tbl_companyInfo th {
    width: 10%;
    text-align: center;
    font-size: 93%;
    font-weight: bold;
    vertical-align: top; }
    .tbl_companyInfo th p {
      background: #F5F3F0;
      padding: 5px;
      margin: 5px;
      border-radius: 5px;
      width: 80px;
      color: #555555; }
  .tbl_companyInfo td {
    padding: 10px; }

.searchPageBtn a {
  width: 280px;
  margin: 20px 0 0;
  background: #F5F3F0;
  float: right;
  border-radius: 5px; }

.linkPageBtn a {
  width: 280px;
  background: #26C9FF;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 1px 4px 0px 0px #1e6fbb;
  -moz-box-shadow: 1px 4px 0px 0px #1e6fbb;
  box-shadow: 1px 4px 0px 0px #1e6fbb;
  color: #e5c168;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  float: right;
  display: block;
  font-weight: bold;
  cursor: pointer; }

.LinkTbl {
  color: #04202C;
  font-family: "arial", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1; }

.rentOrange {
  color: E25C28;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold; }

.rentPickupText {
  color: E25C28;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 10px 0; }

.searchMapBox iframe {
  width: 100%; }

.searchMapBoxSp {
  display: none; }

.searchRentLongBtn {
  margin: 0 auto 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .searchRentLongBtn a, .searchRentLongBtn input[type="button"], .searchRentLongBtn input[type="submit"] {
    width: 600px;
    height: 55px;
    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;
    border-radius: 8px;
    background: #04202C;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .searchRentLongBtn a, .searchRentLongBtn input[type="button"], .searchRentLongBtn input[type="submit"] {
        font-size: 16px; } }
  .searchRentLongBtn input[type="button"], .searchRentLongBtn input[type="submit"] {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .searchRentLongBtn input[type="button"]:hover, .searchRentLongBtn input[type="submit"]:hover {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      filter: alpha(opacity=70);
      transition: all 0.3s ease 0s;
      opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .searchRentLongBtn input[type="button"]:hover, .searchRentLongBtn input[type="submit"]:hover {
          opacity: 1; } }
  .searchRentLongBtn a, .searchRentLongBtn input[type="button"], .searchRentLongBtn input[type="submit"] {
    background: #4F9DA9;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .searchRentLongBtn a:hover, .searchRentLongBtn input[type="button"]:hover, .searchRentLongBtn input[type="submit"]:hover {
      opacity: 0.8; }
  .searchRentLongBtn span {
    color: #fff; }
    .searchRentLongBtn span:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      background-size: contain;
      position: absolute;
      top: calc(50% - 10px);
      left: 20px; }

/* 写真 */
.content {
  /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
  display: none;
  float: left;
  width: 700px;
  height: 550px; }

.content a,
.navigation a {
  text-decoration: none;
  color: #777; }

.content a:focus,
.content a:hover,
.content a:active {
  text-decoration: underline; }

.controls {
  margin-top: 5px;
  height: 23px;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 100;
  width: 100%; }
  .controls a {
    padding: 5px 15px;
    background: #333;
    color: #e5c168;
    font-weight: bold;
    border-radius: 50px;
    font-size: 20px;
    font-size: 1.25rem; }

.prev {
  float: left; }

.next {
  float: right; }

.ss-controls {
  float: left; }

.slideshow-container {
  position: relative;
  clear: both;
  height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */ }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */ }

.slideshow .image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.slideshow .advance-link {
  display: block;
  width: 700px;
  text-align: center; }

.slideshow img {
  vertical-align: middle;
  border: 1px solid #AF9757;
  max-height: 700px;
  /* 追加 */
  max-width: 550px;
  /* 追加 */ }

.slideshow .advance-link:hover,
.slideshow .advance-link:active,
.slideshow .advance-link:visited {
  text-decoration: none; }

.download {
  float: right; }

.image-caption {
  display: block;
  position: absolute; }

.caption {
  padding: 12px;
  color: #ccc; }
  .caption a {
    color: #333333; }

.image-title {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem; }

.image-desc {
  line-height: 1.3em;
  padding-top: 12px; }

.navigation {
  width: 430px;
  float: right;
  background-color: #dddddd; }

.thumbs {
  clear: both;
  margin: 0;
  padding: 0; }
  .thumbs li {
    float: left;
    padding: 0;
    margin: 0px 10px 10px 0px;
    list-style: none;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid #AF9757;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }

.thumb {
  display: block; }
  .thumb:focus {
    outline: none; }
  .thumb .selected .thumb {
    background: #dddddd; }
  .thumb img {
    border: none;
    height: 130px; }

.pagination {
  clear: both; }
  .pagination .top {
    margin-bottom: 12px;
    height: 11px; }
  .pagination .bottom {
    margin-top: 12px; }
  .pagination a:hover {
    background-color: #AF9757;
    border: 1px solid #AF9757;
    text-decoration: none; }
  .pagination .current {
    font-weight: bold;
    background-color: #AF9757;
    border-color: #AF9757;
    color: #333333; }
  .pagination .ellipsis {
    border: none;
    padding: 5px 0 3px 2px; }

.pagination a,
.pagination .current,
.pagination .ellipsis {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 4px 2px 4px;
  border: 1px solid #AF9757;
  color: #333333; }

#captionToggle a {
  float: right;
  display: block;
  background-image: url("caption.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 5px;
  padding: 5px 30px 5px 5px; }

.caseBg {
  background: url(../img/bg960_case.jpg);
  padding: 6px;
  width: 948px;
  height: 610px; }

.noneLink {
  background: #AF9757 !important;
  color: #fff !important;
  font-weight: 300;
  margin: 0 5px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none !important; }

#slider .slides img {
  width: auto !important;
  height: auto !important;
  max-height: 400px !important;
  max-width: 640px !important; }
  @media screen and (max-width: 834px) {
    #slider .slides img {
      max-width: 100% !important;
      max-height: 250px !important; } }

/*******************************************************************************
**  お問い合わせ
*******************************************************************************/
.req,
.any {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 10px;
  background: #ffdcdf;
  font-weight: bold;
  border-radius: 4px; }
  @media screen and (max-width: 834px) {
    .req,
    .any {
      padding: 3px 10px 2px; } }

.any {
  background: none; }

#contactGuide {
  counter-reset: contact;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #contactGuide li {
    font-size: 16px;
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    background: #F5F3F0;
    position: relative;
    padding: 10px 0;
    width: calc(100% / 3); }
    @media screen\0 {
      #contactGuide li {
        padding: 13px 0 7px; } }
    #contactGuide li:before {
      counter-increment: contact;
      content: counter(contact, decimal);
      padding-right: 0.5em; }
  #contactGuide .selected {
    background: #AF9757;
    color: #fff; }

#tplContact .searchContentInner {
  margin: 0 auto; }

#tplContact dl {
  width: 100%;
  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; }
  #tplContact dl dt {
    width: 20%;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 834px) {
      #tplContact dl dt {
        width: 100%;
        margin-bottom: 12px; } }
  #tplContact dl dd {
    width: calc(80% - 40px);
    margin: 0 0 20px; }
    @media screen and (max-width: 834px) {
      #tplContact dl dd {
        width: 100%; } }
    #tplContact dl dd ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #tplContact dl dd ul li {
        width: 50%;
        padding: 5px 0; }

#tplContact .contactSelect,
#tplContact input[type="text"] {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 834px) {
    #tplContact .contactSelect,
    #tplContact input[type="text"] {
      width: 100%; } }

#tplContact .contactSelect,
#tplContact input.short[type="text"] {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 834px) {
    #tplContact .contactSelect,
    #tplContact input.short[type="text"] {
      width: 60%; } }

#tplContact input[type="text"] + p {
  width: 50%;
  float: right;
  padding: 5px 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 834px) {
    #tplContact input[type="text"] + p {
      width: 100%;
      padding: 5px 20px 0 0;
      font-size: 14px; } }

.width300Auto {
  margin: auto;
  text-align: center; }

.searchContactListBox ul li {
  width: calc(50% - 20px);
  float: left;
  border: 1px solid #AF9757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 40px 40px 0; }
  .searchContactListBox ul li:nth-child(2n) {
    margin-right: 0px; }
  .searchContactListBox ul li .nsTit {
    background: #F5F3F0;
    color: #333333;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }
    .searchContactListBox ul li .nsTit a {
      color: #333333;
      text-decoration: underline; }
  .searchContactListBox ul li .nsBox {
    padding: 20px; }

.searchContactListBox .photo {
  width: 300px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  float: left; }
  .searchContactListBox .photo img {
    width: 100%; }

.searchContactListBox .nsData {
  width: calc(100% - 320px);
  float: right; }

.sliderRentTabBox {
  width: 50%;
  float: left; }

.sliderBox {
  width: 100%;
  overflow: hidden; }

.searchRentMain {
  position: relative; }

.searchMapBox {
  width: 620px;
  float: right;
  right: 0;
  height: 80vh; }

.logList .btnBox {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .logList .btnBox li {
    border-radius: 5px;
    width: auto;
    margin-right: 2%;
    float: initial; }

.companyInfo .btnBox li span,
.logList .btnBox li span {
  font-size: 16px;
  font-size: 1rem; }

.companyInfo .btnBox li:nth-child(2n),
.logList .btnBox li:nth-child(3n) {
  margin-right: 0px; }

.logOutBtn a {
  background: #fff; }

table.resTable02 th,
table.resTable02 td {
  width: 25%; }

a.linkColorMain {
  text-decoration: underline;
  font-weight: 500; }

/*******************************************************************************
**  地図検索
*******************************************************************************/
.listMap {
  margin-bottom: 20px;
  width: 100%;
  height: 500px; }

.searchListMapLeft {
  width: 20%;
  float: left; }

.searchListMapRight {
  width: 78%;
  float: right; }

/*******************************************************************************
**  レスポンシブ
*******************************************************************************/
@media screen and (max-width: convert-em()) {
  /* 検索一覧 */
  .searchListBox .searchListBoxInner {
    padding: 20px; }
    .searchListBox .searchListBoxInner .txtArea {
      margin: 10px 0 0; }
  .searchListBox .searchListBoxLeft {
    width: 55%; }
  .searchListBox .searchListBoxRight {
    width: calc(45% - 20px); }
  /* 物件詳細 */
  .rentTabBox .tabContent {
    padding: 20px; }
  .searchRentDetalTbl {
    width: calc(100% - 600px); }
  .searchRentIcon {
    width: 600px; }
  /* お気に入り */
  .tabContent {
    padding: 20px; }
  .searchContactListBox .nsBox .photo {
    width: 200px;
    height: 150px; }
  .searchContactListBox .nsData {
    width: calc(100% - 220px); } }

@media screen and (max-width: 834px) {
  /* 検索一覧 */
  .searchListLeft .sideMenuTit {
    border-radius: 5px 5px 0 0;
    margin: 0 0 10px;
    padding: 10px 20px;
    position: relative; }
    .searchListLeft .sideMenuTit::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-bottom: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 20px;
      top: 13px; }
    .searchListLeft .sideMenuTit.active {
      border-radius: 5px 5px 0 0;
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .searchListLeft .sideMenuTit.active::before {
        border-bottom: 6px solid #e5c168;
        border-top: transparent; }
  .searchListLeft .searchSideMenu {
    padding: 10px;
    display: none; }
  .searchListLeft,
  .searchListRight {
    width: 100%;
    float: none; }
  .searchListBoxAll .searchListBox .btnBox {
    padding: 10px;
    display: block; }
  /* 地図から探す */
  .searchListMapLeft {
    width: 100%; }
  .searchListMapRight {
    width: 100%; }
  /* 物件詳細 */
  .searchContentInner .searchRentMainTit h1 {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px; }
  .searchContentInner .searchRentMainTit ul {
    width: 100%; }
    .searchContentInner .searchRentMainTit ul li {
      width: calc(50% - 8px); }
  .searchContentInner .sliderBox, .searchContentInner .rentTabBox {
    width: 100%;
    float: none; }
  .searchContentInner .searchRentDetalTbl, .searchContentInner .searchRentIcon {
    width: 100%;
    float: none; }
  .searchContentInner .resTable02 th, .searchContentInner .resTable02 td {
    width: 100%;
    display: block; }
  .searchContentInner .resTable02 th {
    border-right: #AF9757 1px solid;
    border-bottom: #AF9757 1px dotted; }
  .searchContentInner .companyInfo .tbl_companyInfo {
    width: 100%;
    float: none; }
  .searchContentInner .companyInfo .searchPageBtn a {
    margin: 0 auto;
    float: none; }
  .sliderRentTabBox {
    width: 100%;
    float: inherit; }
  .searchMapBox {
    display: none; }
  .searchRentTit.sp, .searchMapBoxSp {
    display: block; }
    .searchRentTit.sp iframe, .searchMapBoxSp iframe {
      width: 100%; }
  /* お問い合わせ */
  #tplContact dl dt {
    width: 100%;
    padding: 5px 0 0 60px; }
  #tplContact dl dd {
    width: 100%; }
  .req,
  .any {
    left: 0;
    right: initial; }
  textarea {
    width: calc(100% - 20px); }
  /* 検討中 */
  .companyInfo .btnBox li span,
  .logList .btnBox li span {
    font-size: 14px;
    font-size: 0.875rem; }
  .searchListBoxBottom .btnBox .searchRentCheck {
    width: 100%;
    float: none; }
  .searchListBoxBottom .btnBox .searchRentContactBtn,
  .searchListBoxBottom .btnBox .searchRentLikeBtn {
    width: 49%; }
  .searchContactListBox ul li {
    width: 100%;
    float: none; }
    .searchContactListBox ul li .nsTit {
      font-size: 16px;
      font-size: 1rem;
      padding: 5px 10px; }
    .searchContactListBox ul li .nsBox {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .searchContactListBox ul li .nsBox .photo {
        width: 30%;
        height: auto;
        margin: 0; }
      .searchContactListBox ul li .nsBox .nsData {
        width: 65%;
        line-height: 1.2; }
        .searchContactListBox ul li .nsBox .nsData .nsPrice {
          font-size: 16px;
          font-size: 1rem;
          padding: 0; }
          .searchContactListBox ul li .nsBox .nsData .nsPrice span {
            font-size: 16px;
            font-size: 1rem; }
        .searchContactListBox ul li .nsBox .nsData > div p {
          font-size: 12px;
          font-size: 0.75rem; }
  .tabContent {
    padding: 10px; } }

@media screen and (max-width: 834px) {
  #searchTopArea {
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center;
    padding: 50px 0; }
  /* 検索画面 */
  .searchContentInner .search_tit {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 16px 0;
    padding: 20px 10px; }
  .searchContentInner .searchBox01 {
    padding: 20px; }
  .searchContentInner .searchMenu {
    margin: 0 0 15px 0; }
  .seachRentAllIcon li,
  .searchRentIcon li {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 1.2;
    width: calc(25% - 3px);
    letter-spacing: -0.2em;
    margin: 0 3px 3px 0;
    padding: 3px 2px; }
    .seachRentAllIcon li:nth-child(3n),
    .searchRentIcon li:nth-child(3n) {
      margin: 0 3px 3px 0; }
    .seachRentAllIcon li:nth-child(4n),
    .searchRentIcon li:nth-child(4n) {
      margin: 0 0px 3px 0; }
  /* 物件一覧 */
  .searchContentInner .searchListLeft .sideMenuTit {
    padding: 10px 20px; }
  .searchContentInner .searchListBox {
    margin: 0 0 20px; }
    .searchContentInner .searchListBox .searchListBoxInner {
      padding: 10px; }
      .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft, .searchContentInner .searchListBox .searchListBoxInner .searchListBoxRight {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.2;
        width: 100%;
        float: none; }
      .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft {
        margin: 0 0 5px; }
        .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner {
          margin: 0 0 10px; }
          .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner .photo01, .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner .photo02 {
            width: calc(50% - 5px); } }
          @media screen and (max-width: 834px) and (max-width: 834px) {
            .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner .photo01, .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner .photo02 {
              height: 120px; }
              .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner .photo01 img, .searchContentInner .searchListBox .searchListBoxInner .searchListBoxLeft .searchListBoxLeftInner .photo02 img {
                max-height: 120px; } }

@media screen and (max-width: 834px) {
      .searchContentInner .searchListBox .searchListBoxInner .campaign {
        height: auto;
        line-height: 1.5;
        margin: 0 0 10px;
        padding: 8px; }
        .searchContentInner .searchListBox .searchListBoxInner .campaign::before {
          display: none; }
        .searchContentInner .searchListBox .searchListBoxInner .campaign::after {
          display: none; }
        .searchContentInner .searchListBox .searchListBoxInner .campaign span {
          font-size: 12px;
          width: 100%;
          display: block; }
          .searchContentInner .searchListBox .searchListBoxInner .campaign span::before {
            font-size: 10px;
            font-size: 0.625rem;
            width: 74px;
            height: 15px;
            padding: 0; }
  .searchListBox .btnBox {
    padding: 5px 10px; }
    .searchListBox .btnBox li a {
      width: 100%; }
    .searchListBox .btnBox .searchRentMoreBtn, .searchListBox .btnBox .searchRentLikeBtn, .searchListBox .btnBox .searchRentContactBtn {
      width: 100%;
      margin: 10px 0; }
  .searchBtn input[type="button"] {
    margin: 0; }
  /* 物件詳細 */
  .searchContentInner .searchRentMainTit h1 {
    font-size: 18px;
    font-size: 1.125rem; }
  .searchContentInner .searchRentMainTit ul {
    display: block; }
    .searchContentInner .searchRentMainTit ul li {
      width: 100%;
      margin: 0 auto 3%;
      font-size: 10px;
      letter-spacing: -0.01em; }
      .searchContentInner .searchRentMainTit ul li a {
        padding: 5px;
        width: 94%; }
        .searchContentInner .searchRentMainTit ul li a span {
          font-size: 12px;
          font-size: 0.75rem; }
  .companyInfo {
    padding: 0;
    border: none; }
    .companyInfo .tbl_companyInfo {
      margin: 0; }
      .companyInfo .tbl_companyInfo th, .companyInfo .tbl_companyInfo td {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2;
        padding: 5px;
        border: 1px solid #AF9757; }
        .companyInfo .tbl_companyInfo th p, .companyInfo .tbl_companyInfo td p {
          margin: 0;
          padding: 0;
          background: none; }
      .companyInfo .tbl_companyInfo th {
        width: 25%;
        border-right: 1px dotted #AF9757;
        background: #dddddd; }
      .companyInfo .tbl_companyInfo td {
        border-left: none; }
  .rentTabBox .searchSim, .rentTabBox .searchSim .simBox {
    float: none;
    margin-right: 0px;
    text-align: left; }
  .rentTabBox .searchSim {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .rentTabBox .searchSim input {
      margin: 0; }
    .rentTabBox .searchSim .simBox {
      font-size: 12px;
      font-size: 0.75rem;
      width: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px;
      box-sizing: border-box;
      display: inline-block; }
      .rentTabBox .searchSim .simBox #calc_day, .rentTabBox .searchSim .simBox #calc_people {
        width: 80px; }
      .rentTabBox .searchSim .simBox #calc_total {
        width: 100px; }
    .rentTabBox .searchSim .searchSimBtn {
      font-size: 12px;
      font-size: 0.75rem;
      width: auto;
      margin: 0 auto;
      padding: 5px 20px;
      float: none;
      display: inline-block;
      height: 37px; }
  .searchRentDetalTbl table {
    border-top: 1px solid #AF9757;
    border-right: 1px solid #AF9757;
    border-left: 1px solid #AF9757; }
    .searchRentDetalTbl table th, .searchRentDetalTbl table td {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2;
      width: 100%;
      padding: 5px;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .searchRentDetalTbl table th p, .searchRentDetalTbl table td p {
        padding: 0;
        background: none; }
    .searchRentDetalTbl table th {
      border-bottom: 1px dotted #AF9757;
      background: #dddddd; }
    .searchRentDetalTbl table td {
      border-top: none;
      border-bottom: 1px solid #AF9757; }
  .tbl_mainItemInfo {
    margin: 0 0 20px; }
    .tbl_mainItemInfo colgroup {
      display: none; }
    .tbl_mainItemInfo th, .tbl_mainItemInfo td {
      width: 100%;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2;
      padding: 5px 10px; }
    .tbl_mainItemInfo th {
      text-align: left;
      border-right: #AF9757 1px solid;
      border-bottom: #AF9757 1px dotted; }
  /* 検討中 */
  .logList .tabMenu li a {
    width: calc(50% - 5px); }
  .searchListBoxBottom .btnBox {
    padding: 10px; }
    .searchListBoxBottom .btnBox li {
      width: 100% !important;
      margin: 0 0 10px;
      float: none; }
  .searchContactListBox ul li {
    width: 100%;
    margin: 0 0 20px;
    float: none; }
  .searchSideMenu select {
    width: 135px; } }

@media screen and (max-width: convert-em()) {
  /* 物件詳細 */
  .tabMenu li a {
    font-size: 10px;
    font-size: 0.625rem; }
  .total input {
    width: 80%; }
  .searchRentLongBtn a {
    font-size: 14px;
    font-size: 0.875rem; }
  .tbl_mainItemInfo th, .tbl_mainItemInfo td {
    width: 245px;
    display: block; }
  .tbl_mainItemInfo th {
    border-right: #AF9757 1px solid;
    border-bottom: #AF9757 1px dotted; }
  /* 検討中 */
  .companyInfo .btnBox li span,
  .logList .btnBox li span {
    font-size: 12px;
    font-size: 0.75rem; }
  .searchSideMenu select {
    width: 110px; } }

.detailPriceBox .priceList-text {
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .detailPriceBox .priceList-text {
      font-size: 14px;
      text-align: left;
      margin-bottom: 24px; } }

.detailPriceBox .priceList .gray {
  background: #B2A78A;
  color: #fff; }

.detailPriceBox .priceList .bgc {
  background: #332616;
  color: #fff; }

.simulationBox .simulationBtn {
  background: #AF9757;
  color: #FFF;
  border-radius: 100px;
  position: relative;
  font-weight: 500; }
  .simulationBox .simulationBtn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    top: 13px; }
  @media screen and (max-width: 834px) {
    .simulationBox .simulationBtn {
      margin-bottom: 24px; }
      .simulationBox .simulationBtn::after {
        top: 9px; } }

.searchListBoxRight .priceList td {
  text-align: center; }

.searchListBoxRight .priceList .gray {
  background: #332616;
  color: #fff; }

.searchListBoxRight .priceList .bgc {
  background: #332616;
  color: #fff; }

/*******************************************************************************
**  エリアから探す
*******************************************************************************/
.search_area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .search_area__list_item {
    width: calc(calc(100% - 48px) / 4);
    margin: 16px 16px 0 0; }
    @media screen and (max-width: 834px) {
      .search_area__list_item {
        width: 100%;
        margin-right: 0; }
        .search_area__list_item:nth-child(2n) {
          margin-right: 0; } }
    .search_area__list_item:nth-child(4n) {
      margin-right: 0; }
    .search_area__list_item a {
      background: #fff;
      border-radius: 50px;
      -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      width: 100%;
      height: 100%;
      min-height: 56px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 16px 16px 16px 28px;
      border: 1px solid #AF9757; }
      @media screen and (max-width: 834px) {
        .search_area__list_item a {
          padding: 10px 16px; } }
      .search_area__list_item a span {
        font-size: 12px;
        display: inline; }
        @media screen and (max-width: 834px) {
          .search_area__list_item a span {
            display: block; } }
      .search_area__list_item a:hover {
        border: 1px solid #AF9757;
        color: #AF9757; }
        .search_area__list_item a:hover span {
          color: #AF9757; }

.search_head {
  background: #4F9DA9; }

.search_head_title {
  color: #fff; }

.searchContentInner .txtArea .bold {
  color: #4F9DA9; }

.l-property__list-01 li .info-box .info dt {
  border: 1px solid #DCD5C2; }

.searchListBoxBottom .allcheckBox label {
  color: #fff; }
