@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New:400,700");
html {
  height: 101%;
  margin-bottom: 1px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

body {
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans;
  color: #000;
  background: #fff;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
body::after {
  display: block;
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../images/home_sec_title.png") repeat-x center top/600px;
  z-index: 9999;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #042d87;
  text-decoration: underline;
}
a:link, a:visited {
  color: #042d87;
  text-decoration: underline;
}
a:hover, a:active {
  color: #a28750;
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}
p.caption {
  position: relative;
}
p.caption::after {
  display: inline-block;
  line-height: 1;
  content: attr(title);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  padding: 10px 10px 10px 25px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+25,000000+100&0+0,0.5+25,0.5+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=1 ); /* IE6-9 */
}

hr {
  height: 1px;
  border: none;
  background: #333;
  margin: 10px 0;
  opacity: 1;
}
hr.step_arrow {
  margin: 0;
  height: 50px;
  background: url("../images/step_arrow.png") no-repeat center bottom/cover;
}

.sp_only {
  display: none;
}

br.clear {
  clear: both;
}

.padd5 {
  padding: 5px;
}

.padd10 {
  padding: 10px;
}

.padd15 {
  padding: 15px;
}

.padd20 {
  padding: 20px;
}

.padd0_5 {
  padding: 0 5px;
}

.padd0_10 {
  padding: 0 10px;
}

.padd0_20 {
  padding: 0 20px;
}

.padd10_20 {
  padding: 10px 20px;
}

.padd-top5 {
  padding-top: 5px;
}

.padd-top10 {
  padding-top: 10px;
}

.padd-top15 {
  padding-top: 15px;
}

.padd-top20 {
  padding-top: 20px;
}

.padd-bottom5 {
  padding-bottom: 5px;
}

.padd-bottom10 {
  padding-bottom: 10px;
}

.padd-bottom15 {
  padding-bottom: 15px;
}

.padd-bottom20 {
  padding-bottom: 20px;
}

.marg5 {
  margin: 5px;
}

.marg10 {
  margin: 10px;
}

.marg20 {
  margin: 20px;
}

.marg0_5 {
  margin: 0 5px;
}

.marg0_10 {
  margin: 0 10px;
}

.marg0_20 {
  margin: 0 20px;
}

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

.marg-top5 {
  margin-top: 5px;
}

.marg-top10 {
  margin-top: 10px;
}

.marg-top15 {
  margin-top: 15px;
}

.marg-top20 {
  margin-top: 20px;
}

.marg-bottom5 {
  margin-bottom: 5px;
}

.marg-bottom10 {
  margin-bottom: 10px;
}

.marg-bottom15 {
  margin-bottom: 15px;
}

.marg-bottom20 {
  margin-bottom: 20px;
}

.st {
  font-weight: bold;
}

.reg {
  font-weight: normal;
}

.fs150 {
  font-size: 150%;
  letter-spacing: 0.01em;
}

.fs120 {
  font-size: 120%;
}

.fs110 {
  font-size: 110%;
}

.fs90 {
  font-size: 90%;
}

.fs80 {
  font-size: 80%;
  line-height: 160%;
}

.fs70 {
  font-size: 70%;
  line-height: 160%;
}

.fs60 {
  font-size: 60%;
  line-height: 160%;
}

.fs50 {
  font-size: 50%;
  line-height: 160%;
}

.fsblack {
  color: #000;
}

.fsred {
  color: #ff0000;
}

.fsgray {
  color: #afafaf;
}

.must {
  font-weight: normal;
  color: #fff;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

#fb-root {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff !important;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, -80px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadeInUp {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms;
}

.fadeInSlide {
  opacity: 0;
  transform: translate(-500px);
  transition: all 1000ms;
}

.zoomIn {
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.5s;
}

.fadeInUp.on,
.fadeInSlide.on {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn.on {
  opacity: 1;
  transform: scale(1, 1);
}

header#fixed_header {
  position: fixed;
  width: 96%;
  z-index: 1000;
  height: 60px;
  background: rgb(255, 255, 255);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 0 2%;
}
header#fixed_header.move {
  margin-top: -80px;
  opacity: 0;
  animation: headerIn 1s ease 1s both;
}
@keyframes headerIn {
  to {
    margin-top: 0;
    opacity: 1;
  }
}
header#fixed_header .logo {
  display: block;
  float: left;
  height: 60px;
  line-height: 1;
  border-radius: 0 0 0 10px;
}
header#fixed_header .logo a {
  display: inline-block;
  margin: 5px 15px 0;
}
header#fixed_header .logo a img {
  height: 50px;
}
header#fixed_header #lock_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
header#fixed_header .sp_phone {
  display: none;
}

section#main {
  background: #fff;
  padding: 0 0 25px;
  overflow-x: hidden;
}

section#home_cover {
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover;
  /* スクロールダウンアニメーション */
}
section#home_cover .wrap {
  top: 0;
  background: url("../images/overlay_white.png") center/6px;
  height: 100%;
  width: 100%;
}
section#home_cover .wrap .content {
  color: #fff;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
section#home_cover .wrap .content h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
}
section#home_cover .wrap .content h3 {
  margin-bottom: 35px;
  padding: 0.25em 0;
}
section#home_cover .wrap .content h3 img {
  height: 150px;
}
section#home_cover .wrap .content p {
  font-size: 1.5rem;
}
section#home_cover a#bee {
  position: absolute;
  right: 25px;
  bottom: 25px;
  animation: beeMove 2s infinite;
}
section#home_cover a#bee img {
  width: 180px;
}
@keyframes beeMove {
  0%, 100% {
    opacity: 1;
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
section#home_cover a#scrolldown {
  padding-top: 50px;
  position: absolute;
  bottom: 5%;
  left: 80px;
  z-index: 2;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 50px;
}
section#home_cover a#scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 50px;
  margin-left: -10px;
  box-sizing: border-box;
}
section#home_cover a#scrolldown::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 3px;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 45px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

h3.home_sec {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 30px;
  text-indent: 0.5em;
  font-weight: bold;
}
h3.home_sec span {
  position: relative;
  font-weight: bold;
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 25px;
  padding-top: 20px;
  letter-spacing: 0;
  text-indent: 0;
}
h3.home_sec span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 75px;
  background: url("../images/home_sec_title.png") no-repeat center center/cover;
}

section#home_introduction {
  padding: 80px 0;
}
section#home_introduction .wrap {
  max-width: 850px;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto;
  background: rgba(4, 45, 135, 0.8);
  color: #fff;
}
section#home_introduction .wrap img {
  display: block;
}
section#home_introduction .wrap img.logo {
  width: 250px;
  margin: 0 auto 25px;
}
section#home_introduction .wrap img.bn_limex {
  width: 100%;
  margin: 0 auto;
}
section#home_introduction .wrap h3 {
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0 0 3em;
  margin-bottom: 20px;
}
section#home_introduction .wrap h3::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
section#home_introduction .wrap p {
  line-height: 2;
  font-size: 0.9em;
}
section#home_introduction .wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
section#home_introduction .wrap ul li {
  font-weight: bold;
  border: 2px solid #fff;
  white-space: nowrap;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 20px;
  font-size: 0.9em;
  letter-spacing: 0;
  background: #042d87;
}
section#home_introduction::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../images/home_introduction.jpg") no-repeat center center/cover;
  content: "";
}

section#home_lineup {
  overflow: hidden;
  background: #fff;
  padding: 80px 0;
}

div.swiper {
  padding-bottom: 50px;
  overflow: visible;
}
div.swiper .swiper-slide {
  height: auto;
}
div.swiper .swiper-slide div {
  height: 100%;
  padding-bottom: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 15px;
}
div.swiper .swiper-slide div h4 {
  line-height: 1.6;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
div.swiper .swiper-slide div a {
  font-weight: normal;
}
div.swiper .swiper-slide div a::after {
  background: url("../images/icon_more.png") no-repeat center center/100%;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
div.swiper .swiper-slide div a:hover img {
  transition: 0.3s;
  transform: scale(105%);
}
div.swiper .swiper-slide div p {
  padding: 0 25px;
  font-size: 0.9em;
  line-height: 1.5;
}
div.swiper .swiper-slide div strong {
  display: inline-block;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 0.9em;
  padding: 5px;
  letter-spacing: 0.1em;
}
div.swiper .swiper-slide div strong::before {
  content: "※";
  margin-right: 0.1em;
}
div.swiper .swiper-button-prev, div.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../images/swiper_arrow.png) center/cover !important;
  color: transparent;
}
div.swiper .swiper-button-prev:focus, div.swiper .swiper-button-next:focus {
  outline: none;
}
div.swiper .swiper-button-prev {
  transform: translate(-100%, -50%) scale(-1, 1);
}
div.swiper .swiper-button-next {
  transform: translate(100%, -50%);
}
div.swiper .swiper-pagination {
  bottom: 0;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
div.swiper .swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 5px !important;
}
div.swiper .swiper-pagination span.swiper-pagination-bullet {
  background: #042d87;
}

section#home_updates {
  background: url("../images/noise.png") repeat center center/120px;
  background-attachment: fixed;
  padding: 80px 0;
}
section#home_updates dl {
  background: rgba(255, 255, 255, 0.9);
  max-width: 850px;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto;
  border: double #042d87;
}

dl.posts dt {
  letter-spacing: 0;
  font-size: 14px;
}
dl.posts dd span.new {
  color: #fff;
  background: #042d87;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0;
  font-size: 12px;
  padding: 0 10px 2px 10px;
  border-radius: 10px;
}

footer {
  padding: 30px 0;
  background-image: url("../images/overlay_grey.svg"), url("../images/bg_ink.jpg");
  background-size: 6px, cover;
  display: block;
  color: #fff;
  font-size: 12px;
}
footer a {
  color: #fff !important;
}
footer .social {
  font-size: 0;
  margin-bottom: 30px;
}
footer .social a img {
  width: 40px;
  margin: 0 10px;
}
footer p.footer_addr {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
footer p.footer_phone {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
footer p.footer_phone::before {
  font-weight: normal;
  font-family: FontAwesome;
  content: "\f098";
  margin-right: 10px;
}
footer p.footer_phone span {
  display: block;
  font-weight: normal;
  font-size: 0.5em;
}
footer ul.cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
footer ul.cta li a {
  display: block;
  position: relative;
  width: 100px;
  text-decoration: none;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
footer ul.cta li a img {
  position: absolute;
  width: 50px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer ul.cta li a::before {
  content: "";
  padding-top: 100%;
  display: block;
}
footer ul.cta li a:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
footer p.copy {
  margin: 0;
  letter-spacing: 0;
}
footer p.copy img.logo {
  width: 300px;
  margin-bottom: 30px;
}

.single-page i.fa, .single-post i.fa {
  margin-right: 5px;
  color: #042d87;
}
.single-page p.splash, .single-post p.splash {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  padding: 0 35px;
}
.single-page p.splash::before, .single-page p.splash::after, .single-post p.splash::before, .single-post p.splash::after {
  position: absolute;
  top: 7px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/splash.svg") no-repeat center center/cover;
}
.single-page p.splash::before, .single-post p.splash::before {
  left: 0;
  transform: scaleX(-1);
}
.single-page p.splash::after, .single-post p.splash::after {
  right: 0;
}
.single-page b.ul, .single-post b.ul {
  position: relative;
  margin: 0 5px;
  z-index: 0;
  display: inline;
  background: linear-gradient(transparent 60%, #fff000 0%);
}
.single-page b.ul:before, .single-post b.ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 40%;
  z-index: -1;
}
.single-page b.ul.on:before, .single-post b.ul.on:before {
  transition: 1s;
  width: 0%;
}
.single-page h2, .single-post h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: 1.5;
}
.single-page h3.lead, .single-post h3.lead {
  color: #042d87;
  font-weight: bold;
  margin: 25px 0;
  border: solid #042d87;
  border-width: 1px 0;
  padding: 15px 0;
  font-size: 1.1rem;
}
.single-page h3.lead.img, .single-post h3.lead.img {
  margin: 50px 0 35px 0;
  position: relative;
  padding-left: 4.75em;
}
.single-page h3.lead.img img, .single-post h3.lead.img img {
  position: absolute;
  top: 50%;
  left: -1em;
  border-radius: 50%;
  width: 5em;
  transform: translateY(-50%);
}
.single-page h3.lead span, .single-post h3.lead span {
  margin-left: 15px;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0;
  color: #000;
}
.single-page h4.lead, .single-post h4.lead {
  position: relative;
  padding: 10px 0 10px 1em;
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  border-left: 5px solid #042d87;
}
.single-page div.product, .single-post div.product {
  margin-bottom: 1.5em;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.single-page div.product h3, .single-post div.product h3 {
  margin: -15px -15px 1.5em -15px;
  background: #042d87 url("../images/bn_product_title.png") no-repeat right/auto 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0;
  padding: 15px;
  line-height: 1;
}
.single-page div.product h3 small, .single-post div.product h3 small {
  font-weight: normal;
  font-size: 0.75em;
  margin-left: 0.5em;
}
.single-page div.product::after, .single-post div.product::after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.single-page p.indent, .single-post p.indent {
  padding-left: 2em;
}
.single-page ul.check, .single-post ul.check {
  margin-bottom: 25px;
}
.single-page ul.check li, .single-post ul.check li {
  font-weight: bold;
  position: relative;
  letter-spacing: 0;
  background: rgba(4, 45, 135, 0.1);
  padding: 10px 20px 10px 2.5em;
  margin-bottom: 10px;
  border: 1px solid #042d87;
  border-radius: 5px;
}
.single-page ul.check li::before, .single-post ul.check li::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  top: 10px;
  left: 15px;
  font-weight: normal;
  color: #042d87;
}
.single-page .features > div, .single-post .features > div {
  position: relative;
  box-sizing: border-box;
  background: #042d87;
  padding: 15px;
  margin-bottom: 15px;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
.single-page .features > div img, .single-post .features > div img {
  display: block;
  width: 35%;
  margin: 0 auto 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.single-page .features > div h3, .single-post .features > div h3 {
  font-size: 1.75em;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
}
.single-page .features > div h3::before, .single-page .features > div h3::after, .single-post .features > div h3::before, .single-post .features > div h3::after {
  content: "-";
}
.single-page .features > div h4, .single-post .features > div h4 {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-page .features > div ul, .single-post .features > div ul {
  margin: 0 10px;
}
.single-page .features > div ul li, .single-post .features > div ul li {
  position: relative;
  padding: 0 0 0.5em 1.25em;
  margin-bottom: 0.75em;
  line-height: 1.25;
  border-bottom: 1px dotted #fff;
}
.single-page .features > div ul li::before, .single-post .features > div ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f111";
}
.single-page .features > div::before, .single-post .features > div::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  filter: blur(8px);
  z-index: -1;
  opacity: 0.5;
  background-size: cover;
}
.single-page .features > div.set1, .single-post .features > div.set1 {
  background: #bc6729;
}
.single-page .features > div.set1::before, .single-post .features > div.set1::before {
  background-image: url("../images/page/greeting01.jpg");
}
.single-page .features > div.set2, .single-post .features > div.set2 {
  background: #0f8799;
}
.single-page .features > div.set2::before, .single-post .features > div.set2::before {
  background-image: url("../images/page/greeting02.jpg");
}
.single-page .features > div.set3, .single-post .features > div.set3 {
  background: #562084;
}
.single-page .features > div.set3::before, .single-post .features > div.set3::before {
  background-image: url("../images/page/greeting03.jpg");
}
.single-page .features > div.set4, .single-post .features > div.set4 {
  background: #84204d;
}
.single-page .features > div.set4::before, .single-post .features > div.set4::before {
  background-image: url("../images/page/greeting04.jpg");
}
.single-page .features > div.set5, .single-post .features > div.set5 {
  background: #468420;
}
.single-page .features > div.set5::before, .single-post .features > div.set5::before {
  background-image: url("../images/page/greeting05.jpg");
}
.single-page .features > div.set6, .single-post .features > div.set6 {
  background: #203a84;
}
.single-page .features > div.set6::before, .single-post .features > div.set6::before {
  background-image: url("../images/page/greeting06.jpg");
}
.single-page ul.captions, .single-post ul.captions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.single-page ul.captions li, .single-post ul.captions li {
  text-align: center;
  font-weight: bold;
  color: #042d87;
  font-size: 0.9em;
}
.single-page ul.captions li img, .single-post ul.captions li img {
  max-height: 250px;
  margin-bottom: 10px;
}
.single-page ul.captions_scroll, .single-post ul.captions_scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single-page ul.captions_scroll li, .single-post ul.captions_scroll li {
  margin: 0 25px 25px 0;
  display: inline-block;
  text-align: center;
}
.single-page ul.captions_scroll li img, .single-post ul.captions_scroll li img {
  max-width: 9999px;
  height: 200px;
  margin-bottom: 10px;
}
.single-page ul.captions_scroll li p, .single-post ul.captions_scroll li p {
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.single-page dl.options, .single-post dl.options {
  padding: 15px 25px 25px;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.single-page dl.options::before, .single-post dl.options::before {
  display: block;
  content: "OPTIONS";
  font-weight: bold;
  color: #042d87;
  border-bottom: 3px solid #042d87;
  margin: 0 auto 15px;
  padding-bottom: 10px;
  width: 6em;
  text-align: center;
}
.single-page dl.options dd, .single-post dl.options dd {
  line-height: 1.5;
  padding: 10px;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.single-page dl.options dd:last-child, .single-post dl.options dd:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.single-page dl.options dd::after, .single-post dl.options dd::after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.single-page .stickers > div, .single-post .stickers > div {
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  font-size: 0.9em;
}
.single-page .stickers > div h3, .single-post .stickers > div h3 {
  padding: 10px 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/bg_stickers.png") no-repeat right/auto 100%;
  height: 80px;
  width: 100%;
  text-align: right;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}
.single-page .stickers > div h3 span, .single-post .stickers > div h3 span {
  font-size: 1.25em;
}
.single-page .stickers > div h4, .single-post .stickers > div h4 {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-page .stickers > div h4::first-letter, .single-post .stickers > div h4::first-letter {
  color: #042d87;
}
.single-page .stickers > div img, .single-post .stickers > div img {
  display: block;
  margin: 15px auto 25px;
  width: 65%;
}
.single-page .stickers > div p, .single-post .stickers > div p {
  margin: 0;
}
.single-page ul.example, .single-post ul.example {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5em -3%;
}
.single-page ul.example li, .single-post ul.example li {
  width: 47%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 3% 3%;
  position: relative;
}
.single-page ul.example li span.num, .single-post ul.example li span.num {
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#042d87+0,ffffff+100&1+0,0+100 */
  background: linear-gradient(to bottom, rgb(4, 45, 135) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  padding: 15px 10px 0;
  height: 4em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.single-page ul.example li p, .single-post ul.example li p {
  padding: 10px 15px 15px;
  margin: 0;
  line-height: 1.25;
}
.single-page ul.lineups, .single-post ul.lineups {
  border: 3px solid #042d87;
  margin-bottom: 1.5em;
}
.single-page ul.lineups li, .single-post ul.lineups li {
  font-size: 1.5rem;
}
.single-page ul.lineups li a, .single-post ul.lineups li a {
  line-height: 1.5;
  display: block;
  border-bottom: 1px dotted #042d87;
  padding: 40px 40px 40px 25px;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}
.single-page ul.lineups li a p, .single-post ul.lineups li a p {
  margin: 15px 0 0 15px;
  color: #000;
  font-weight: normal;
  font-size: 0;
}
.single-page ul.lineups li a p span, .single-post ul.lineups li a p span {
  font-size: 1rem;
  display: inline-block;
  margin-right: 10px;
}
.single-page ul.lineups li a p span::before, .single-post ul.lineups li a p span::before {
  font-family: FontAwesome;
  content: "\f111";
  color: #042d87;
  margin-right: 5px;
}
.single-page ul.lineups li a .fa, .single-post ul.lineups li a .fa {
  text-align: center;
  width: 2.5em;
  font-size: 5em;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  font-weight: normal;
  transform: translateY(10%);
}
.single-page ul.lineups li a::after, .single-post ul.lineups li a::after {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.single-page ul.lineups li a:hover, .single-post ul.lineups li a:hover {
  background: #042d87;
  color: #fff;
}
.single-page ul.lineups li a:hover .fa, .single-page ul.lineups li a:hover p span, .single-page ul.lineups li a:hover p span::before, .single-post ul.lineups li a:hover .fa, .single-post ul.lineups li a:hover p span, .single-post ul.lineups li a:hover p span::before {
  color: #fff;
}
.single-page ul.lineups li a:hover::after, .single-post ul.lineups li a:hover::after {
  right: 10px;
}
.single-page ul.lineups li:last-child a, .single-post ul.lineups li:last-child a {
  border-bottom: 0;
}

.single-page p.phone {
  font-size: 40px;
  font-weight: bold;
}
.single-page p.phone i {
  color: #042d87;
  margin-right: 10px;
}
.single-page dl.faq dt {
  background: #042d87 url("../images/overlay_dash.png");
  color: #fff;
  padding: 15px 20px;
  line-height: 1;
  font-size: 90%;
}
.single-page dl.faq dd {
  border: solid #042d87;
  border-width: 0 3px 3px 3px;
  padding: 20px;
  margin-bottom: 20px;
}

ul.icons {
  margin-bottom: 2em;
}
ul.icons li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1.75em;
}
ul.icons li i.fa {
  display: inline-block;
  width: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 8px;
}

.single-post {
  position: relative;
}
.single-post .date {
  text-align: right;
  position: relative;
  line-height: 100%;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-size: 0.8em;
  /*
  &::before{
    font-family: FontAwesome;
    color: $key_color;
    content: '\f14b';
    margin-right: 10px;
  }
  */
}
.single-post .icons {
  font-size: 0;
  margin-bottom: 25px;
}
.single-post .icons a {
  position: relative;
  display: inline-block;
  background: #042d87;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 2em 5px 10px;
  text-decoration: none;
  margin-right: 5px;
  border: 1px solid #042d87;
  border-radius: 30px;
  transition: 0.3s;
}
.single-post .icons a:hover {
  background: #fff;
  color: #042d87;
}
.single-post .icons a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f105";
}
.single-post h1.post-title {
  padding: 0.25em 0 0.25em 0.75em;
  margin-bottom: 1.5em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  border-left: 5px solid #042d87;
}
.single-post img.thumb {
  width: 100%;
  margin-bottom: 1em;
}
.single-post .single-post-content {
  padding: 25px 0;
  line-height: 180%;
}
.single-post .single-post-content ul {
  margin-bottom: 20px;
}
.single-post .single-post-content ul li {
  position: relative;
  padding: 0 0 0 25px;
}
.single-post .single-post-content ul li::before {
  font-family: "FontAwesome";
  content: "\f111";
  color: #042d87;
  position: absolute;
  top: 1px;
  left: 0;
}

ul.paging {
  margin: 15px 0;
}
ul.paging li {
  width: 45%;
}
ul.paging li.prev {
  float: right;
  text-align: right;
}
ul.paging li.next {
  float: left;
}
ul.paging li a {
  display: block;
  border: 1px solid #042d87;
  font-size: 14px;
  padding: 10px 0;
  transition: 0.5s;
  border-radius: 5px;
}
ul.paging li a i.fa {
  margin: 0 10px;
}
ul.paging li a:hover {
  background: #042d87;
  color: #fff;
}
ul.paging li a:hover i.fa {
  color: #fff;
}

h3.line {
  position: relative;
  border-bottom: 2px solid #042d87;
  margin: 25px 0 15px;
  padding: 5px 0;
  font-size: 24px;
}
h3.line span {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  transform: translateY(-50%);
}

ul.recommend {
  display: flex;
}
ul.recommend li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
ul.recommend li h4 {
  font-size: 14px;
}

section#pagetitle {
  background-image: url("../images/overlay_grey.svg"), url("../images/pagetitle.jpg");
  background-position: center, center;
  background-repeat: repeat, no-repeat;
  background-size: 6px, cover;
  background-attachment: scroll, fixed;
}
section#pagetitle div.wrap {
  max-width: 850px;
  margin: auto;
  height: 400px;
  position: relative;
}
section#pagetitle div.wrap h1, section#pagetitle div.wrap p {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
section#pagetitle div.wrap span.sub {
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
section#pagetitle div.wrap div.icons {
  position: absolute;
  top: 70%;
  left: 0;
}
section#pagetitle div.wrap div.icons span {
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  letter-spacing: 0;
  display: inline-block;
  background: #042d87 url("../images/overlay_dash.png");
  margin: 0 15px 0 0;
}

h3.disable {
  display: none;
}

.sub_right_widget {
  margin-bottom: 25px;
}
.sub_right_widget h4 {
  font-size: 18px;
  line-height: 1;
  border-left: 3px solid #042d87;
  padding: 3px 0 3px 10px;
  margin-bottom: 10px;
}
.sub_right_widget ul {
  font-size: 12px;
}
.sub_right_widget ul > li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 15px;
}
.sub_right_widget ul > li a {
  font-size: 14px;
  margin-right: 3px;
}
.sub_right_widget ul > li ul.children {
  margin: 5px 0 0 10px;
}
.sub_right_widget ul > li ul.children li {
  padding: 2px 0;
}

ul.gal2,
ul.gal3 {
  margin-left: -1%;
}

ul.gal2 li,
ul.gal3 li {
  float: left;
  margin: 0 0 7px 1%;
}

ul.gal2 li img,
ul.gal3 li img {
  width: 100%;
}

ul.gal2 li {
  width: 49%;
}

ul.gal3 li {
  width: 32.3%;
}

.pagenation {
  margin: 10px 0 30px;
  text-align: center;
  font-size: 0;
}
.pagenation .page-numbers {
  line-height: 1;
  display: inline-block;
  background: #f5f5f5;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  font-size: 16px;
  padding: 15px;
  text-decoration: none;
}
.pagenation .page-numbers:first-child {
  border-width: 1px;
  border-radius: 3px 0 0 3px;
}
.pagenation .page-numbers:last-child {
  border-radius: 0 3px 3px 0;
}
.pagenation .page-numbers.current {
  background: #042d87;
  color: #fff;
}
.pagenation .page-numbers:hover {
  background: #042d87;
  color: #fff;
}

section.breadcrumb {
  background: #fff;
  border: solid #ccc;
  border-width: 0 0 1px 0;
}
section.breadcrumb ul {
  display: flex;
  align-items: flex-start;
}
section.breadcrumb ul li {
  font-size: 12px;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 0;
  border-right: 1px solid #ccc;
}
section.breadcrumb ul li span.fa {
  margin-right: 5px;
}
section.breadcrumb.foot {
  border-width: 1px 0 0 0;
  margin: 0;
}

.after_clear::after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a#totop {
  position: fixed;
  bottom: 100px;
  right: -100px;
  transition: 1s;
  transform: rotate(180deg);
  outline: none;
  z-index: 9999;
  opacity: 0;
}
a#totop img {
  width: 60px;
}

h2.common {
  line-height: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  color: #042d87;
  border-bottom: double #042d87;
  padding: 0 0 10px 0;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

ul.asterisk {
  border: 1px dotted #ccc;
  padding: 15px 15px 5px;
  font-size: 14px;
  margin-bottom: 25px;
  background: #fafafa;
}
ul.asterisk li {
  position: relative;
  padding: 0 0 10px 20px;
}
ul.asterisk li::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

table.common {
  width: 100%;
  margin-bottom: 25px;
}
table.common th, table.common td {
  letter-spacing: 0;
  border: 1px solid #042d87;
}
table.common th {
  font-weight: normal;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  background: rgba(4, 45, 135, 0.8);
}

dl.access {
  padding-bottom: 15px;
}
dl.access dt i.fa {
  margin-right: 10px;
  color: #042d87;
}
dl.access dt span {
  font-weight: normal;
}
dl.access dd {
  border-bottom: 1px dotted #042d87;
  margin-bottom: 15px;
  text-align: right;
  line-height: 1;
  padding-bottom: 5px;
}
dl.access dd span {
  font-weight: bold;
  font-size: 200%;
  margin: 0 5px;
  vertical-align: middle;
}

ul.gallery {
  display: flex;
}
ul.gallery li a {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
}
ul.gallery li a img {
  width: 100%;
}

p.buttons {
  margin: 25px 0;
  text-align: center;
}
p.buttons a, p.buttons input[type=submit] {
  display: inline-block;
  padding: 10px 40px;
  margin: 5px 10px;
  color: #fff;
  text-decoration: none;
  background: #042d87;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: 0.5s;
}
p.buttons a::after, p.buttons input[type=submit]::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 15px;
}
p.buttons a:hover, p.buttons input[type=submit]:hover {
  border-color: #042d87;
}

ul.memo {
  margin: 0 0 20px 0;
  padding: 15px;
  font-size: 16px;
  border: 1px dotted #042d87;
}
ul.memo li {
  position: relative;
  padding: 0 0 0 20px;
}
ul.memo li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #042d87;
}

nav#jump h2 {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
}
nav#jump h2::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f03a";
  top: 2px;
  left: 0;
  color: #042d87;
  font-weight: normal;
}
nav#jump ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px -0.5%;
}
nav#jump ul li {
  flex: auto;
  width: 160px;
  position: relative;
  margin: 0 0 0.5% 0.5%;
}
nav#jump ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
}
nav#jump ul li a::before {
  font-family: "FontAwesome";
  content: "\f103";
  font-weight: normal;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #042d87;
}
nav#jump ul li a:hover {
  background: #042d87;
  color: #fff;
}
nav#jump ul li a:hover::before {
  color: #fff;
}

dl.datalist input[type=text], dl.datalist input[type=email], dl.datalist input[type=tel], dl.datalist textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px !important;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
dl.datalist .wpcf7-radio {
  font-size: 16px !important;
}
dl.datalist .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 3px 0 3px 18px;
}
dl.datalist .wpcf7-radio label input[type=radio] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

ul.gal_slick {
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  line-height: 0;
}
ul.gal_slick li {
  padding-left: 5px;
  padding-right: 5px;
}
ul.gal_slick .slick-arrow {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  transition: 0.5s;
}
ul.gal_slick .slick-arrow.prev {
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5) url("../images/prev.png") no-repeat center left/90%;
}
ul.gal_slick .slick-arrow.next {
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5) url("../images/next.png") no-repeat center right/90%;
}
ul.gal_slick .slick-arrow:hover {
  transition: 0.5s;
  cursor: pointer;
  background-color: rgba(4, 45, 135, 0.8);
}

dl.history {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
dl.history dt, dl.history dd {
  box-sizing: border-box;
}
dl.history dt {
  position: relative;
  width: 25%;
  padding: 1.5em 0;
}
dl.history dt span {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  z-index: 1;
  text-align: right;
  min-width: 60%;
}
dl.history dt::before {
  z-index: 0;
  display: block;
  position: absolute;
  content: "";
  background: #042d87;
  top: 0;
  left: 45%;
  height: 100%;
  width: 1px;
}
dl.history dt::after {
  z-index: 0;
  display: block;
  position: absolute;
  content: "";
  top: 2.5em;
  right: 0;
  height: 1px;
  width: 100%;
  background: #042d87;
}
dl.history dt.now::before {
  height: 50%;
}
dl.history dd {
  padding: 1.5em 0 1.5em 1em;
  width: 75%;
}

.privacy_policy {
  overflow-y: scroll;
  height: 30vh;
  background: #fff;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 1em;
}
.privacy_policy h4 {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin-bottom: 1em;
  color: #042d87;
}
.privacy_policy h5 {
  font-size: 1.1em;
  font-weight: bold;
  border-left: 3px solid #042d87;
  padding: 5px 0 5px 0.75em;
  margin-bottom: 1em;
}
.privacy_policy h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.privacy_policy ul {
  margin-bottom: 1em;
}
.privacy_policy ul li {
  position: relative;
  padding: 0 0 5px 1.5em;
}
.privacy_policy ul li::before {
  position: absolute;
  top: 1px;
  left: 0.5em;
  font-family: FontAwesome;
  content: "\f0da";
  color: #042d87;
}
.privacy_policy ol {
  margin-bottom: 1em;
}
.privacy_policy ol li {
  position: relative;
  padding: 0 0 5px 1.5em;
  counter-increment: cnt;
}
.privacy_policy ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(cnt) ".";
  color: #042d87;
}

@media (min-width: 768px) {
  img.pc_right {
    float: right;
    width: 35%;
    padding: 0 0 30px 25px;
  }
  img.pc_left {
    float: left;
    width: 35%;
    padding: 0 25px 30px 0;
  }
  header#fixed_header a#menu_trigger {
    display: none;
  }
  header#fixed_header nav#header_menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  header#fixed_header nav#header_menu > ul {
    font-size: 0;
  }
  header#fixed_header nav#header_menu > ul > li {
    position: relative;
    display: inline-block;
    font-size: 14px;
  }
  header#fixed_header nav#header_menu > ul > li > a {
    box-sizing: border-box;
    height: 60px;
    padding: 25px 20px 0;
    display: block;
    line-height: 1;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
  }
  header#fixed_header nav#header_menu > ul > li > a:hover {
    border-bottom: 5px solid #042d87;
  }
  header#fixed_header nav#header_menu > ul > li > a:hover ul {
    display: block;
  }
  header#fixed_header nav#header_menu > ul > li:last-child a {
    border-radius: 0 0 10px 0;
  }
  header#fixed_header nav#header_menu > ul > li.current-menu-item > a {
    border-bottom: 5px solid #042d87;
  }
  header#fixed_header nav#header_menu > ul > li > ul.sub-menu {
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0) scaleY(0);
    transform-origin: center top;
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 300px;
  }
  header#fixed_header nav#header_menu > ul > li > ul.sub-menu li a {
    color: #fff;
    display: block;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 0.9em;
  }
  header#fixed_header nav#header_menu > ul > li > ul.sub-menu li a:hover {
    background: rgba(4, 45, 135, 0.8);
  }
  header#fixed_header nav#header_menu > ul > li > ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  header#fixed_header nav#header_menu > ul > li > ul.sub-menu li.current-menu-item > a {
    font-weight: bold;
  }
  header#fixed_header nav#header_menu > ul > li > ul.sub-menu li.current-menu-item > a::before {
    font-family: FontAwesome;
    content: "\f111";
    color: #042d87;
    margin-right: 5px;
  }
  header#fixed_header nav#header_menu > ul > li:hover > ul {
    transform: translateY(0) scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  dl.posts {
    display: flex;
    flex-wrap: wrap;
  }
  dl.posts dt, dl.posts dd {
    box-sizing: border-box;
    line-height: 1;
  }
  dl.posts dt {
    width: 25%;
    padding: 15px 0;
  }
  dl.posts dd {
    border-left: double #042d87;
    width: 75%;
    padding: 12px 0 35px 35px;
  }
  dl.posts dd a {
    line-height: 1.3;
    font-size: 16px;
  }
  ul.recommend {
    margin: 0 0 0 -3%;
  }
  ul.recommend li {
    width: 22%;
    margin-left: 3%;
  }
  .single-page, .single-post {
    max-width: 850px;
    margin: 10vh auto;
  }
  .single-page .pc_img_left, .single-post .pc_img_left {
    position: relative;
    padding-left: 40%;
    font-size: 0.9em;
  }
  .single-page .pc_img_left img, .single-post .pc_img_left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
  }
  .single-page .pc_img_left h4, .single-post .pc_img_left h4 {
    font-size: 1.3em;
    font-weight: bold;
    border-left: 5px solid #042d87;
    padding: 10px 0 10px 15px;
    margin-bottom: 25px;
    line-height: 1;
  }
  .single-page .pc_img_left h5, .single-post .pc_img_left h5 {
    font-size: 1em;
    font-weight: bold;
    border-left: 5px solid #042d87;
    padding: 10px 0 10px 15px;
    margin-bottom: 15px;
    line-height: 1;
  }
  .single-page .pc_img_right, .single-post .pc_img_right {
    position: relative;
    padding-right: 40%;
    font-size: 0.9em;
  }
  .single-page .pc_img_right img, .single-post .pc_img_right img {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
  }
  .single-page .pc_img_right h4, .single-post .pc_img_right h4 {
    font-size: 1.3em;
    font-weight: bold;
    border-left: 5px solid #042d87;
    padding: 10px 0 10px 15px;
    margin-bottom: 25px;
    line-height: 1;
  }
  .single-page .pc_img_right h5, .single-post .pc_img_right h5 {
    font-size: 1em;
    font-weight: bold;
    border-left: 5px solid #042d87;
    padding: 10px 0 10px 15px;
    margin-bottom: 15px;
    line-height: 1;
  }
  .single-page ul.check, .single-post ul.check {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .single-page ul.flow, .single-post ul.flow {
    background: #f5f5f5;
    padding: 10px;
  }
  .single-page ul.flow li, .single-post ul.flow li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 15px 35%;
  }
  .single-page ul.flow li h4, .single-post ul.flow li h4 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.1em;
    padding: 15px 0;
    border-bottom: 1px solid #042d87;
  }
  .single-page ul.flow li span.step, .single-post ul.flow li span.step {
    display: inline-block;
    background: #042d87;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    padding: 10px 20px;
    position: absolute;
    right: 10px;
    top: -10px;
  }
  .single-page ul.flow li img, .single-post ul.flow li img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30%;
    border-radius: 10px;
  }
  .single-page ul.flow li p, .single-post ul.flow li p {
    font-size: 0.9em;
  }
  .single-page ul.flow li.arrow, .single-post ul.flow li.arrow {
    height: 40px;
    padding: 0;
    background: none;
  }
  .single-page ul.flow li.arrow::before, .single-post ul.flow li.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #042d87;
  }
  .single-page .features, .single-post .features {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .single-page .features > div, .single-post .features > div {
    width: 48%;
    margin: 0 0 2% 2%;
  }
  .single-page .features > div h4, .single-post .features > div h4 {
    display: grid;
    place-items: center;
    min-height: 3.75em;
  }
  .single-page .stickers, .single-post .stickers {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .single-page .stickers > div, .single-post .stickers > div {
    width: 48%;
    margin: 0 0 2% 2%;
  }
  .single-page dl.options dd img, .single-post dl.options dd img {
    width: 120px;
    float: left;
    margin-right: 25px;
  }
  ul.gallery {
    flex-wrap: wrap;
    margin: 0 0 20px -1%;
  }
  ul.gallery li {
    flex: auto;
    width: 300px;
    margin: 0 0 1% 1%;
  }
  ul.gallery li a img {
    border-radius: 5px;
  }
  ul.gallery li a:hover::before {
    animation: fade 0.5s ease 0s 1 normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  ul.gallery li a:hover::after {
    animation: fade 0.5s ease 0s 1 normal;
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 50px;
    transform: translate(-50%, -50%);
  }
  ul.fit_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px -1%;
  }
  ul.fit_gallery li {
    position: relative;
    flex: auto;
    width: 24%;
    margin: 0 0 1% 1%;
  }
  ul.fit_gallery li a img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  ul.fit_gallery li a:hover::before {
    animation: fade 0.5s ease 0s 1 normal;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  ul.fit_gallery li a:hover::after {
    animation: fade 0.5s ease 0s 1 normal;
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 50px;
    transform: translate(-50%, -50%);
  }
  a.mouseonzoom {
    overflow: visible;
    display: block;
  }
  a.mouseonzoom img {
    width: 100%;
    transition-duration: 0.3s;
  }
  a.mouseonzoom img:hover {
    transform: scale(0.95);
    transition-duration: 0.3s;
  }
  footer nav ul li {
    line-height: 1;
  }
  footer nav ul li a {
    position: relative;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 20px 15px;
    text-decoration: none !important;
    transition: 0.3s;
  }
  footer nav ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  footer nav ul li a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f105";
  }
  footer nav ul li.current-menu-item a {
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
  }
  footer nav ul li > ul {
    display: none;
  }
  footer p.copy {
    text-align: right;
    padding: 15px 0;
  }
  dl.datalist {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    font-size: 14px;
  }
  dl.datalist dt, dl.datalist dd {
    box-sizing: border-box;
    padding: 15px;
  }
  dl.datalist dt {
    text-align: center;
    background-color: #042d87;
    width: 25%;
    margin: 0 0 1px 0;
    border-radius: 3px 0 0 3px;
    color: #fff;
  }
  dl.datalist dd {
    background-color: #f5f5f5;
    width: 75%;
    margin: 0 0 1px 0;
    border-radius: 0 3px 3px 0;
  }
  dl.imglist {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  dl.imglist dt, dl.imglist dd {
    border-top: 1px dotted #042d87;
    box-sizing: border-box;
    padding: 25px 0;
  }
  dl.imglist dt:nth-child(1), dl.imglist dt:nth-child(2), dl.imglist dd:nth-child(1), dl.imglist dd:nth-child(2) {
    border-top: none;
  }
  dl.imglist dt {
    width: 30%;
  }
  dl.imglist dt img {
    width: 100%;
    border-radius: 50%;
  }
  dl.imglist dd {
    width: 70%;
    padding-left: 5%;
  }
  dl.imglist dd p {
    margin-bottom: 15px;
  }
  dl.imglist dd h5 {
    color: #042d87;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media (max-width: 979px) {
  header#fixed_header .logo a {
    margin: 10px 15px 0 60px;
  }
  header#fixed_header .logo a img {
    height: 40px;
  }
  header#fixed_header a#menu_trigger {
    display: inline-block;
    box-sizing: border-box;
    z-index: 1002;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 18px;
    width: 30px;
    height: 20px;
  }
  header#fixed_header a#menu_trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #042d87;
  }
  header#fixed_header a#menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  header#fixed_header a#menu_trigger span:nth-of-type(2) {
    top: 9px;
  }
  header#fixed_header a#menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header#fixed_header a#menu_trigger.active span {
    background-color: #fff;
  }
  header#fixed_header a#menu_trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  header#fixed_header a#menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(-30px);
  }
  header#fixed_header a#menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  header#fixed_header nav#header_menu {
    z-index: 1001;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    height: 100vh;
    padding: 70px 70px 0 70px;
    background: rgba(0, 0, 0, 0.9) url("../images/logo_hiddenmenu.svg") no-repeat left center/50px;
  }
  header#fixed_header nav#header_menu.active {
    transform: translateX(0);
  }
  header#fixed_header nav#header_menu ul > li {
    font-weight: bold;
    font-size: 14px;
    line-height: 3;
  }
  header#fixed_header nav#header_menu ul > li a {
    color: #fff;
    text-decoration: none;
  }
  header#fixed_header nav#header_menu ul > li.current-menu-item a, header#fixed_header nav#header_menu ul > li a:hover {
    text-decoration: underline;
  }
  header#fixed_header nav#header_menu ul > li > ul {
    display: none !important;
  }
  header#fixed_header .sp_phone {
    display: inline;
    position: absolute;
    top: 0;
    right: 10px;
    height: 60px;
    width: 40px;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
  }
  header#fixed_header .sp_phone img {
    width: 30px;
  }
  section#home_cover .wrap .content {
    box-sizing: border-box;
    width: 100%;
    left: 25px;
  }
  section#home_cover .wrap .content h3 img {
    height: 120px;
  }
  section#home_cover a#bee {
    right: 10px;
    bottom: 20px;
  }
  section#home_cover a#bee img {
    width: 100px;
  }
  section#home_introduction {
    padding: 50px;
  }
  section#home_introduction .wrap {
    max-width: auto;
    padding: 25px;
  }
  section#home_updates {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .sp_only {
    display: inline;
  }
  .sp_center {
    text-align: center;
  }
  .pc_only {
    display: none;
  }
  img.pc_right,
  img.pc_left {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  p.caption::after {
    padding: 8px 8px 8px 15px;
    font-size: 12px;
  }
  section#main {
    padding: 30px 0;
  }
  h3.home_sec {
    font-size: 24px;
  }
  h3.home_sec span {
    font-size: 14px;
  }
  section#home_introduction {
    padding: 25px;
  }
  section#home_introduction .wrap {
    padding: 20px;
  }
  section#home_introduction .wrap p {
    line-height: 1.8;
    font-size: 12px;
    text-align: left;
  }
  section#home_lineup {
    padding: 40px 25px;
  }
  section#home_updates {
    padding: 40px 25px;
  }
  section#home_updates dl {
    padding: 20px 20px 0;
  }
  dl.posts dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
  dl.posts dd {
    width: 100%;
    margin-bottom: 20px;
  }
  p.buttons a, p.buttons input[type=submit] {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: normal;
  }
  body#sub section#main,
  body#page section#main {
    overflow-x: hidden;
    padding: 25px 0;
  }
  footer {
    padding-top: 12px;
    text-align: center;
  }
  footer nav {
    margin-bottom: 15px;
  }
  footer nav ul {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  footer nav ul li {
    position: relative;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0.1);
  }
  footer nav ul li a {
    display: block;
    font-size: 14px;
    text-decoration: none !important;
    padding: 15px 20px;
  }
  footer nav ul li.current-menu-item a {
    color: #fff !important;
    font-weight: bold;
  }
  footer nav ul li::after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 20px;
  }
  footer nav ul li:last-child {
    border-bottom: 0;
  }
  footer nav ul li > ul {
    display: none;
  }
  footer.fixed_on {
    padding-bottom: 50px;
  }
  footer p.copy {
    padding: 15px 0;
  }
  ul.gal2,
  ul.gal3 {
    margin: 0 0 20px 0;
  }
  ul.gal2 li,
  ul.gal3 li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  section.breadcrumb ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.breadcrumb ul li {
    white-space: nowrap;
  }
  ul.recommend {
    margin: 0 -15px 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ul.recommend li {
    flex: 0 0 40%;
    padding: 0 20px 20px 0;
  }
  a#totop img {
    width: 50px;
  }
  section#home_cover {
    height: 80vh !important;
    /* スクロールダウンアニメーション */
  }
  section#home_cover .wrap .content h2 {
    font-size: 16px;
  }
  section#home_cover .wrap .content h3 img {
    height: 80px;
  }
  section#home_cover .wrap .content p {
    font-size: 14px;
  }
  section#home_cover a#scrolldown {
    left: 25px;
  }
  ul.gallery {
    padding-bottom: 15px;
    margin: 0 -15px 15px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  ul.gallery li {
    flex: 0 0 85%;
    padding-right: 15px;
  }
  ul.gallery li a img {
    border-radius: 3px;
  }
  ul.fit_gallery {
    padding-bottom: 15px;
    margin: 0 -15px 15px 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  ul.fit_gallery li {
    flex: 0 0 70%;
    padding-right: 15px;
  }
  ul.fit_gallery li a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3px;
  }
  dl.datalist {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  dl.datalist dt {
    padding: 10px 15px 5px;
    background-color: #042d87;
    color: #fff;
    font-size: 12px;
    border-radius: 3px 3px 0 0;
  }
  dl.datalist dd {
    padding: 10px 15px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 0 0 3px 3px;
  }
  dl.imglist {
    margin-bottom: 20px;
  }
  dl.imglist dt, dl.imglist dd {
    box-sizing: border-box;
  }
  dl.imglist dt {
    margin: 0 0 20px 0;
    text-align: center;
  }
  dl.imglist dt img {
    width: 50%;
    border-radius: 50%;
  }
  dl.imglist dd {
    margin: 0 0 20px 0;
  }
  dl.imglist dd p {
    margin-bottom: 15px;
  }
  dl.imglist dd h5 {
    text-align: center;
    color: #042d87;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #042d87;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
  }
  ul.memo {
    font-size: 14px;
  }
  section#pagetitle {
    background-position: center, top;
    background-size: 6px, auto 40vh;
  }
  section#pagetitle div.wrap {
    height: 300px;
  }
  section#pagetitle div.wrap h1, section#pagetitle div.wrap p {
    font-size: 26px;
    left: 15px;
  }
  section#pagetitle div.wrap span.sub {
    top: 40%;
    left: 15px;
    font-size: 14px;
  }
  section#pagetitle div.wrap div.icons {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
  }
  section#pagetitle div.wrap div.icons span {
    font-size: 12px;
    margin: 0 0 0 15px;
  }
  .single-post .pc_img_left img, .single-post .pc_img_right img, .single-page .pc_img_left img, .single-page .pc_img_right img {
    width: 100%;
    margin-bottom: 25px;
  }
  .single-post .pc_img_left h4, .single-post .pc_img_right h4, .single-page .pc_img_left h4, .single-page .pc_img_right h4 {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 1.3em;
  }
  .single-post .pc_img_left h4::after, .single-post .pc_img_right h4::after, .single-page .pc_img_left h4::after, .single-page .pc_img_right h4::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    background: #042d87;
    transform: translateX(-50%);
  }
  .single-post .pc_img_left h5, .single-post .pc_img_right h5, .single-page .pc_img_left h5, .single-page .pc_img_right h5 {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1em;
  }
  .single-post .pc_img_left h5::after, .single-post .pc_img_right h5::after, .single-page .pc_img_left h5::after, .single-page .pc_img_right h5::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    background: #042d87;
    transform: translateX(-50%);
  }
  .single-post ul.flow, .single-page ul.flow {
    background: #f5f5f5;
    padding: 10px;
  }
  .single-post ul.flow li, .single-page ul.flow li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
  }
  .single-post ul.flow li h4, .single-page ul.flow li h4 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.1em;
    padding: 15px 0;
    border-bottom: 1px solid #042d87;
  }
  .single-post ul.flow li span.step, .single-page ul.flow li span.step {
    display: inline-block;
    background: #042d87;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    padding: 10px 20px;
    position: absolute;
    right: 10px;
    top: -10px;
  }
  .single-post ul.flow li img, .single-page ul.flow li img {
    width: 100%;
    border-radius: 10px;
  }
  .single-post ul.flow li p, .single-page ul.flow li p {
    font-size: 0.9em;
    margin: 0;
  }
  .single-post ul.flow li.arrow, .single-page ul.flow li.arrow {
    height: 40px;
    padding: 0;
    background: none;
  }
  .single-post ul.flow li.arrow::before, .single-page ul.flow li.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #042d87;
  }
  .single-post dl.options dd img, .single-page dl.options dd img {
    display: block;
    margin: 0 auto 15px;
    width: 150px;
  }
  .single-post ul.captions_scroll, .single-page ul.captions_scroll {
    margin-right: -12px;
  }
  .single-post .date {
    font-size: 0.9em;
  }
  .single-post h1.post-title {
    font-size: 1.25em;
    transform: translateX(-12px);
  }
  .single-page p.phone {
    font-size: 24px;
  }
  ul.gal_slick {
    margin: 0 -12px 25px;
  }
  dl.history dt {
    width: 35%;
  }
  dl.history dd {
    width: 65%;
  }
}/*# sourceMappingURL=base.css.map */