@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); /* Mediumない場合 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
/* -------------------------------------------
 initialize
*/
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #20262A;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

.serif {
  font-family: "Cinzel", serif;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* 
 End-initialize
------------------------------------------- */
/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a.no-link {
  cursor: default !important;
}

a.no-link:hover {
  opacity: 1 !important;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

/* ----------------------------------------
 link-style only-pc
*/
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity 0.3s;
  }
}
/* 
 End-link-style only-pc
---------------------------------------- */
/* 
 end-link-style
----------------------------------------- */
/* ----------------------------------------
 responsible-contents 
 */
/* ----------------------------------------
 responsible-contents  only-pc 
*/
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}
/* 
 End-responsible-contents  only-pc 
---------------------------------------- */
/* ----------------------------------------
 responsible-contents  tablet 
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}
/*
 End-responsible-contents  tablet 
 ---------------------------------------- */
/* ----------------------------------------
 responsible-contents  sp 
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*
 End-responsible-contents  sp 
 ---------------------------------------- */
/* 
 End-responsible-contents 
---------------------------------------- */
/*================================================================
 fit-4d-style
================================================================*/
/* logtag */
/* accessibilityNav*/
#accessibilityNav {
  display: none;
}

#logtag {
  display: none;
}

/* no-js */
#noscript {
  width: 100%;
  min-height: 59px;
  border-bottom: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow: hidden;
}

#noscript .content {
  padding: 10px;
  width: auto;
}

#noscript span {
  color: #cc0000;
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}



/*==================================================================================
 common
==================================================================================*/
body {
  font-feature-settings: "palt";
  background-size: 100% 100%;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  background: url(imgs/lower-mv-bg-02.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  body {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background: url(imgs/lower-mv-bg-02.jpg) repeat left top;
    background-size: contain;
  }
}

.all-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.back-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(imgs/back-bg.png) center;
  background-size: cover;
}

.common-page-bg {
  opacity: 0.27;
  pointer-events: none;
}
.common-page-bg video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  padding-bottom: 160px;
  color: #1c2b46;
}

.js-scroll {
  opacity: 0;

  /* margin-top: 50px; */
  transition: opacity 0.9s;
}

.js-scroll.on {
  opacity: 1;
  margin-top: 0;
}

.app-bnr a {
  display: none;
}

a.disabled {
  pointer-events: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.app-bnr {
  position: relative;
  z-index: 20;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}

.light {
  font-weight: lighter;
}

.bold {
  font-weight: bold;
}

.serif {
  font-family: "Cinzel", "Shippori Mincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Cinzel", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: "EB Garamond", serif;
  font-family: "Cormorant Garamond", serif;
}

.crimson {
  font-family: "Crimson Text", serif;
}

img {
  max-width: 100%;
  height: auto;
}

.font-size30 {
  font-size: 30%;
}

.font-size40 {
  font-size: 40%;
}

.font-size50 {
  font-size: 50%;
}

.font-size60 {
  font-size: 60%;
}

.font-size70 {
  font-size: 70%;
}

.font-size80 {
  font-size: 80%;
}

.font-size90 {
  font-size: 90%;
}

.font-size100 {
  font-size: 100%;
}

.font-size110 {
  font-size: 110%;
}

.font-size120 {
  font-size: 120%;
}

.font-size130 {
  font-size: 130%;
}

.font-size140 {
  font-size: 140%;
}

.font-size150 {
  font-size: 150%;
}

.font-size160 {
  font-size: 160%;
}

.font-size170 {
  font-size: 170%;
}

.font-size180 {
  font-size: 180%;
}

.font-size190 {
  font-size: 190%;
}

.font-size200 {
  font-size: 200%;
}

.swiper-container {
  margin: 0;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.swiper-wrapper {
  height: auto;
  align-items: center;
}

.swiper-slide {
  box-sizing: border-box;
  padding-right: 10px;
}

.commonBannerArea .swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0;
  position: absolute;
  left: 10%;
  bottom: -20px;
  height: 8px;
  width: 80%;
  background: none;
  border-bottom: 1px solid #2b2f36;
}

.commonBannerArea .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #2b2f36;
}

@media only screen and (max-width: 767px) {
  .commonBannerArea .swiper-container-horizontal > .swiper-scrollbar {
    height: 4px;
  }
}
.swipe {
  display: none;
}

.js-scroll {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 0;
  transform: translateY(40px);
}
.js-scroll.on {
  opacity: 1;
  transform: translateY(0px);
}

.footer-wrapper,
.content {
  position: relative;
  z-index: 2;
}

.common-page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(imgs/common/fixed-bg.jpg) center no-repeat;
  background-size: cover;
}

.common-link10 {
  display: block;
  margin: 0 auto;
  width: 110px;
  text-align: left;
  position: relative;
  font-size: 18px;
  color: #005221;
  padding: 22px 0 22px 80px;
  transition: padding 0.7s, letter-spacing 0.5s;
  letter-spacing: 0.01em;
}
.common-link10.none {
  pointer-events: none;
}
.common-link10.color02 {
  color: #034364;
}
.common-link10:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #005221;
  border: 1px solid #005221;
  border-radius: 50%;
  transition: background-color 0.5s;
}
.common-link10::after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 17px;
  height: 6px;
  background: url(imgs/readmore-arrow.svg);
  background-size: cover;
  transform: translate(-50%, -50%);
}
.common-link10.color02:before {
  background-color: #fff;
  border: 1px solid #005221;
  border-radius: 50%;
}
.common-link10:hover {
  opacity: 1 !important;
  letter-spacing: 0.09em;
  transition: padding 0.7s, letter-spacing 0.5s;
}
.common-link10:hover:before {
  background-color: transparent;
}
.common-link10:hover::after {
  background: url(imgs/readmore-arrow02.svg);
}
.common-link10:hover.color02::after {
  background: url(imgs/readmore-arrow03.svg);
}

@media screen and (max-width: 768px) {
  .content {
    background: url(imgs/bg-sp.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    padding-top: 92px;
  }
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    text-align: center;
    margin: 20px auto 40px;
  }
  .swipe img {
    width: 50% !important;
  }
}
.pageAnnotation {
  position: relative;
  line-height: 1.5;
  font-size: 11px;
  color: #fff;
}
.pageAnnotation p {
  line-height: 1.5;
  font-size: 11px;
}
.pageAnnotation a {
  text-decoration: underline;
}

.fadeInAct {
  opacity: 0;
  transition: opacity 2s, transform 2s;
}
.fadeInAct.action {
  opacity: 1;
  transform: translate(0) !important;
}
.fadeInAct.fadeUp {
  opacity: 1;
  transform: translateY(50px);
}
.fadeInAct.fadeLeft {
  transform: translateX(100px);
}
.fadeInAct.fadeDown {
  transform: translateY(-50px);
}
.fadeInAct.fadeRight {
  transform: translateX(-100px);
}
.fadeInAct.fadeExpand {
  transform: translateY(100px) scale(0.7);
}
.fadeInAct.fadeExpand.action {
  transform: translateY(0) scale(1) !important;
}

figure,
div.image {
  position: relative;
  line-height: 0;
}

figcaption {
  line-height: 1;
}

.caption {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  right: 0%;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
}

.page-title .caption {
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .page-title .caption {
    bottom: 0px;
  }
}

.commonCaption01 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 12px;
  font-size: 11px;
  color: #fff;
  background: rgba(21, 21, 21, 0.6);
}
.commonCaption01.notBg {
  padding: 0;
  color: #000;
  background: none;
}

img.border {
  border: 1px solid #d3d3d3;
}

.inlineBlock {
  display: inline-block !important;
}

.colorBlack {
  color: #333 !important;
}

span.altText {
  display: none;
}

.image {
  position: relative;
}
.image .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 10px;
}

.appBnr {
  text-align: center;
}
.appBnr img {
  border: 1px solid #d3d3d3;
}

.bgPattern01 {
  position: relative;
}
.bgPattern01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("imgs/bg-pattern01.png") repeat left top;
  z-index: 0;
}

@keyframes line01 {
  0% {
    left: 0%;
    width: 0%;
  }
  48% {
    left: 0%;
    width: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes line03 {
  0% {
    right: 0%;
    width: 0%;
  }
  48% {
    right: 0%;
    width: 100%;
    opacity: 0;
  }
  100% {
    right: 100%;
    width: 0%;
  }
}
@keyframes line02 {
  0% {
    top: 0%;
    height: 0%;
  }
  50% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0%;
  }
}
@keyframes line04 {
  0% {
    top: 100%;
    height: 0;
  }
  50% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 0%;
    height: 0%;
  }
}
@keyframes arrow {
  0% {
    right: 20px;
  }
  100% {
    right: 0px;
  }
}

a.common-link01 {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 170px;
  border: 1px solid #896d2e;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #212933;
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: background-color 0.5s, border-color 0.5s;
}
a.common-link01 span {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
  line-height: 1.6;
  transition: letter-spacing 0.5s;
  letter-spacing: 0;
}
a.common-link01:hover {
  opacity: 1 !important;
  border-color: #fff;
  background-color: #896d2e;
}
a.common-link01:hover span {
  letter-spacing: 3px;
}

.common-link02 {
  display: block;
  position: relative;
  padding: 30px 15px 28px 15px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: letter-spacing 0.5s;
  font-size: 13px;
  color: #000;
  border: 1px solid #000;
}
.common-link02 .arrow {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  right: 18px;
  margin-top: -10px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.common-link02 .arrow::after, .common-link02 .arrow::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}
.common-link02 .arrow::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.common-link02:hover {
  opacity: 1 !important;
  letter-spacing: 0.3em;
  transition: letter-spacing 0.8s;
}
.common-link02:hover .arrow {
  transform: rotate(90deg);
}

.common-link05,
.common-link04 {
  display: block;
  padding: 20px 45px;
  margin: auto;
  max-width: 390px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  box-sizing: border-box;
  border: 1px solid #ab6334;
  transition: letter-spacing 0.5s, color 0.5s;
}
.common-link05.text-left,
.common-link04.text-left {
  text-align: left;
}
.common-link05::after,
.common-link04::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 1px;
  background-color: #fff;
  z-index: 2;
}
.common-link05 .inner,
.common-link04 .inner {
  position: relative;
  z-index: 3;
  font-family: "Cormorant Garamond", serif;
}
.common-link05::before,
.common-link04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ab6334;
  transition: opacity 0.5s;
  opacity: 1;
}
.common-link05:hover,
.common-link04:hover {
  opacity: 1 !important;
  border: 1px solid #fff;
  letter-spacing: 0.3em;
  color: #fff;
  transition: letter-spacing 0.5s, color 0.5s;
}
.common-link05:hover::before,
.common-link04:hover::before {
  opacity: 0;
}
.common-link05:hover::after,
.common-link04:hover::after {
  background-color: #fff;
}
.common-link05.disabled::before,
.common-link04.disabled::before {
  background: #ddd;
}

.common-link05 {
  border: 1px solid rgba(2, 31, 93, 0);
}
.common-link05::before {
  background: #ab6334;
}
.common-link05:hover {
  border: 1px solid #fff;
  color: #fff;
}
.common-link05:hover::after {
  background-color: #fff;
}

.commonBannerArea {
  padding: 45px 0 62px;
  background: #ebebeb;
  text-align: center;
  position: relative;
  z-index: 2;
	color: #000000;
}

.commonBannerArea a{
	color: #005221;
}

.commonBannerArea .title {
  font-size: 22px;
  padding-bottom: 35px;
}


.commonBannerArea a img {
  max-width: 300px;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}
.commonBannerArea .slick-slide {
  margin: 0 10px;
  margin: auto;
  width: 30%;
}
.commonBannerArea .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(imgs/button-arrow01.png);
  background-size: 100% 100%;
  z-index: 10;
  transform: translateY(-50%);
}
.commonBannerArea .slick-arrow:before {
  display: none !important;
}
.commonBannerArea .slick-arrow.prev {
  left: 0;
}
.commonBannerArea .slick-arrow.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.commonBannerArea img {
  width: 100%;
  max-width: none;
}

.commonCaption01 {
  display: inline-block;
  position: absolute;
  padding: 5px 10px;
  bottom: 0;
  right: 0;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  background: rgba(21, 21, 21, 0.6);
}

#slider01 {
  position: relative;
  margin: auto;
}
#slider01 img {
  width: 100%;
  height: auto;
}
#slider01 .slideFrame {
  position: relative;
  height: 100%;
}
#slider01 .slides {
  height: 100%;
}
#slider01 .slides li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
  common-classes  tablet-sp
*/
.pageAnnotationArea {
  padding: 50px 5%;
  box-sizing: border-box;
  width: 100%;
  background-color: #bbaea1;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  main {
    margin-top: 0;
  }
  main img {
    width: 100%;
    height: auto;
  }
  main .wrap {
    width: 94%;
  }
  .printBtn {
    display: none !important;
  }
  .commonBannerArea {
    padding: 50px 0;
  }
  .commonCircleButton01 a {
    display: block;
    position: relative;
  }
  .commonCircleButton01 a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .commonCircleButton01 a:hover circle {
    stroke-dasharray: 0 1000;
  }
  .commonCircleButton01 a:hover .arrowArea:before {
    transform: translateX(200%);
  }
  .commonCircleButton01 a:hover .arrowArea:after {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .commonCircleButton01 svg {
    width: 90px;
    height: 90px;
    stroke: #243051;
  }
  .commonCircleButton01 circle {
    r: 44;
  }
  .commonCircleButton01 .arrowArea {
    width: 28px;
    height: 12px;
  }
  .commonCircleButton01 .arrowArea:before, .commonCircleButton01 .arrowArea:after {
    background-image: url("imgs/icon-arrow02-blue.png");
  }
  .commonButton01 {
    width: auto;
  }
}
/*
       End-header-style tablet-sp 
       ---------------------------------------- */
/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  background-color: #fff;
  z-index: 15;
}

.site-footer .infoes {
  margin-bottom: 25px;
  padding: 10px 0 4px;
}
.site-footer .infoes .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}
.site-footer .infoes .base {
  position: absolute;
  padding: 10px 5% 6px 5%;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  z-index: 20;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.9s;
}
.site-footer .infoes .base.fadeIn {
  opacity: 1;
}
.site-footer .infoes .base:not(.fixed) {
  opacity: 1;
  display: block;
}
.site-footer .infoes .base.fixed {
  position: fixed;
}
.site-footer .infoes .inner {
  margin: 0 auto;
  max-width: 900px;
}
.site-footer .infoes .inner:after {
  content: "";
  width: 1px;
  height: 1px;
  display: table;
  clear: both;
}
.site-footer .infoes a {
  transition: opacity 0.7s;
}
.site-footer .infoes a:hover {
  opacity: 0.65;
}
.site-footer .infoes img {
  max-width: 100%;
  height: auto;
}

.site-footer .btns {
  margin: 0;
  padding-top: 8px;
  float: right;
}
.site-footer .btns li {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  border: none;
}
.site-footer .btns li:not(:last-child) {
  margin-right: 1px;
}
.site-footer .btns li a {
  border-color: #ab6334;
  color: #fff;
  background-color: #ab6334;
}
.site-footer .btns li a::after {
  display: none;
}
@media (min-width: 1025px) {
  .site-footer .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
}
.site-footer .btns li .caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  line-height: 1;
  font-size: 10px;
  color: #000;
}

.site-footer .links {
  float: right;
  padding: 18px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.site-footer .links li a {
  position: relative;
  padding-left: 8px;
  color: #000;
  overflow-x: hidden;
}
.site-footer .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .site-footer .links li a:hover {
    opacity: 0.7;
  }
}
.site-footer .links li:first-child {
  padding-bottom: 8px;
}

.site-footer .contact {
  margin-bottom: 0;
  padding: 0 0 0;
  float: left;
  width: 53%;
  letter-spacing: 0.1em;
  text-align: left;
}
.site-footer .contact a {
  color: #000;
}
.site-footer .contact .title {
  padding-bottom: 5px;
  font-size: 12px;
}
.site-footer .contact .number {
  float: left;
  padding-right: 5px;
  position: relative;
  font-size: 36px;
}
.site-footer .contact .number span.pc {
  line-height: 0.8;
}
@media screen and (min-width: 1025px) {
  .site-footer .contact .number span.pc {
    display: inline-block !important;
  }
}
.site-footer .contact .number a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  pointer-events: none;
}
.site-footer .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
  background: url("imgs/icon-freecall.svg") no-repeat;
}
.site-footer .contact .businessHours {
  float: right;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
}

/* ----------------------------------------
 footer-style only-pc 
*/
@media screen and (min-width: 1025px) {
  .site-footer .btns {
    display: none;
  }
  .site-footer .infoes .bg {
    display: block;
    position: relative;
    padding-bottom: 430px;
    background: url(imgs/footer-bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .site-footer .infoes .bg .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    line-height: 20px;
    background: rgba(43, 43, 43, 0.74);
    text-align: center;
  }
  .site-footer .contact .num {
    pointer-events: none;
  }
  .site-footer .foot-navi {
    text-align: center;
    border-top: none;
    padding: 10px 0 4px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    font-feature-settings: normal;
  }
  .site-footer .foot-navi ul {
    margin: 0 auto;
    padding: 11px 0 13px;
    max-width: 1000px;
  }
  .site-footer .foot-navi ul li {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .site-footer .foot-navi ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .foot-navi ul li.pc {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .foot-navi ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    padding-bottom: 3px;
  }
}
/*
 END-footer-style only-pc 
---------------------------------------- */
/* ----------------------------------------
       footer-style only-tablet 
      */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site-footer .pc {
    display: none !important;
  }
  .site-footer .sp {
    display: block !important;
  }
}
/* 
       End-footer-style only-tablet 
      ---------------------------------------- */
/* ----------------------------------------
       footer-style tablet-sp
      */
@media screen and (max-width: 1024px) {
  .site-footer .infoes {
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
  }
  .site-footer .infoes .infoes-base {
    height: auto;
    background: none;
  }
  .site-footer .infoes .links {
    display: none;
  }
  .site-footer .infoes .btns {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    width: 70%;
  }
  .site-footer .infoes .btns li {
    float: none;
    margin-right: 0 !important;
  }
  .site-footer .infoes .btns li a {
    width: auto;
  }
  .site-footer .infoes .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
  .site-footer .infoes .base {
    position: static !important;
    background: none;
  }
  .site-footer .infoes .contact {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  .site-footer .infoes .contact .title {
    float: none;
    width: auto;
    line-height: 1.4;
  }
  .site-footer .infoes .contact .title img {
    margin-bottom: 0;
  }
  .site-footer .infoes .contact .businessHours {
    padding-top: 0;
    float: none;
    width: auto;
  }
  .site-footer .infoes .contact .businessHours span.sp {
    display: inline !important;
  }
  .site-footer .infoes .contact .businessHours br {
    display: none;
  }
  .site-footer .contact .businessHours img {
    margin: 0 auto;
    height: auto;
  }
  #gFooter{
		font-family: "源ノ明朝", serif;
	}
	
  #gFooter img {
    max-width: 100%;
  }
  #gFooter .meiwaLink {
    margin-top: 0;
    border-top: 1px solid #E1E1E1;
    margin-bottom: 0;
  }
  #gFooter .meiwaLink li {
    border: 1px solid #E1E1E1;
    border-width: 0 0 1px 0;
    width: 100%;
  }
  #gFooter .ftrCompanyLink {
    text-align: center;
    padding: 20px 10px 0 10px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 0;
  }
  #gFooter .ftrCompanyLink .companyLink {
    position: static;
    margin-top: 20px;
  }
  #gFooter .ftrCompanyLink .companyLink li {
    float: none;
    margin: 10px 0;
  }
  #gFooter .ftrCopy {
    text-align: center;
  }
  .foot-navi {
    height: auto;
    overflow: hidden;
  }
  .foot-navi li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
    font-size: 10px;
  }
  .foot-navi li a {
    display: block;
    position: relative;
    padding: 17px 0 15px;
    color: #212933;
    line-height: 14px;
  }
  .foot-navi li.current a {
    position: relative;
    /*&:after {
            @include after_given;
            position: absolute;
            bottom: 10px;
            width: 50%;
            left: 25%;
            border-bottom: 1px solid #aaa;
          }*/
  }
  .foot-navi li.new a:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 50%;
    color: #887955;
    font-size: 10px;
    font-family: "Cinzel", serif;
    transform: translateX(-50%);
    font-style: itelic;
  }
  .foot-navi li.premium a:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 50%;
    color: #887955;
    font-size: 10px;
    font-family: "Cinzel", serif;
    transform: translateX(-50%);
    font-style: itelic;
  }
  .foot-navi li.special a {
    letter-spacing: 0;
  }
  .foot-navi li a:hover {
    text-decoration: none;
  }
  .site-footer .btns {
    padding-bottom: 30px;
  }
  .site-footer .btns li {
    float: none;
    width: auto;
    height: auto;
  }
  .site-footer .btns li:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
  }
  .site-footer .btns li img {
    margin: 0 0 0 auto;
  }
  .site-footer .contact {
    float: none;
    clear: both;
    width: auto;
  }
  .site-footer .contact .title {
    padding-bottom: 10px;
  }
  .site-footer .contact .title .pc {
    display: none !important;
  }
  .site-footer .contact .title .sp {
    display: block !important;
  }
  .site-footer .contact .number {
    float: none;
    clear: both;
    padding: 0 0px 10px 0;
    position: relative;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .site-footer .contact .number span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .contact .number a {
    pointer-events: fill;
    box-sizing: border-box;
    padding: 18px 0 18px 28px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #212933;
  }
  .site-footer .contact .number a .sp {
    display: inline-block !important;
    width: auto;
  }
  .site-footer .contact .number a:before {
    left: 50%;
    margin: -14px 0 0 -110px;
    width: 28px;
    height: 27px;
    background-image: url("imgs/icon_tel.png");
    background-size: 100% auto;
  }
  .site-footer .contact .businessHours {
    font-size: 10px;
  }
  .site-footer .clioNav {
    width: auto;
    padding-bottom: 20px;
  }
  .site-footer .clioNav .insta {
    max-width: 330px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .site-footer .clioNav li {
    float: none;
    clear: both;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #e2e2e2;
  }
  .site-footer .clioNav li a {
    display: block;
    padding: 10px 0;
  }
  .site-footer .logoArea {
    padding-bottom: 21px;
    width: auto;
    text-align: center;
  }
  .site-footer .logoArea .statement,
  .site-footer .logoArea ul {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
  .site-footer .logoArea .statement {
    padding-bottom: 30px;
    width: 94%;
  }
  .site-footer .logoArea .statement img {
    width: 100%;
    max-width: 340px;
  }
  .site-footer .logoArea ul li {
    display: block;
    float: none;
    clear: both;
    text-align: left;
    margin: 0 auto 15px;
    padding: 0;
  }
  .site-footer .logoArea ul li:last-child {
    margin-bottom: 0;
  }
  .site-footer .logoArea ul li span {
    display: inline-block;
    vertical-align: baseline;
  }
  .site-footer .logoArea .privacy {
    float: none;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .site-footer .copyright {
    text-align: center;
  }
  .site-footer .copyright p {
    width: 94%;
  }
  .site-footer .copyright img.sp {
    display: inline-block !important;
  }
  .pageTop {
    width: 30px;
    right: 0;
    bottom: 0;
  }
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp,
  .mainVisual,
  .printBtn,
  .pageAnnotation {
    display: none !important;
  }
  #map .main {
    width: 850px !important;
  }
}
@media screen and (min-width: 1025px) {
  body > .app-bnr {
    display: none !important;
  }
}


  


	
	.pageDirection {
  background-color: #fff;
  border-bottom:#000 1px solid;
    border-top:#000 1px solid;
		font-family: "源ノ明朝", serif;
}

.pageDirection__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageDirection__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 18px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner {
    padding: 15px 0%;
  }
}

.pageDirection__inner:before {
  background-color: #000;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__inner:before {
    height: 50px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner:before {
    height: 50px;
    width: 1px;
  }
}

.pageDirection__link {
  color: #000;
  display: block;
  letter-spacing: .1em;
  line-height: 1.2;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .pageDirection__link {
    font-size: 22px;
  }
  .pageDirection__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link {
    font-size: 16px;
  }
}

.pageDirection__link:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__link:before {
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link:before {
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__link--previous {
    padding:15px 80px 30px;
	background-image: url("top_page/arrow_left.svg");
	background-repeat:no-repeat;
	background-size: 10% 100%;
	background-position: left center;
	color: #000;
	display: block;
	text-align: left;
	line-height: 140%;
  }
  .pageDirection__link--previous span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 14px;}
}

@media screen and (max-width: 768px) {
  .pageDirection__link--previous {
    padding:22px 0 30px 7%;
	background-image: url("top_page/arrow_left.svg");
		background-repeat:no-repeat;
	background-size:15px 100%;
	background-position: left 5px center;
	color: #000;
	display: block;
	text-align: left;
	line-height: 140%;
  }
  .pageDirection__link--previous span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 10px;}
}

.pageDirection__link--previous:before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .pageDirection__link--next {
    padding:15px 80px 30px;
	background-image: url("top_page/arrow_right.svg");
	background-repeat:no-repeat;
	background-size: 10% 100%;
	background-position: right center;
	color: #000;
	display: block;
	text-align: right;
	line-height: 140%;
  }
  .pageDirection__link--next span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 14px;}
  
}

@media screen and (max-width: 768px) {
  .pageDirection__link--next {
    padding:22px 7% 30px 0;
	background-image: url("top_page/arrow_right.svg");
	background-repeat:no-repeat;
	background-size:15px 100%;
	background-position: right 5px center;
	color: #000;
	display: block;
	text-align: right;
	line-height: 140%;
  }
  .pageDirection__link--next span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 10px;}
}

.pageDirection__link--next:before {
  right: 0;
}
}
