@charset "UTF-8";

/*==================================================================================
 site-header
==================================================================================*/
.pc-menu {
  position: fixed;
  top: 10px;
  right: 30px;
  width: 40px;
  width: 72px;
  z-index: 1500;
}

.pc-menu img.open {
	 filter: drop-shadow(1px 0 3px #fff)drop-shadow(1px 0 3px #fff)drop-shadow(1px 0 3px #fff);
}
.pc-menu .close {
  display: none;
}
.pc-menu.on {
  width: 34px;
  top: 46px;
  right: 40px;
}
.pc-menu.on .close {
  display: block;
}
.pc-menu.on .open {
  display: none;
}

.pc-fixed-button {
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 499;
}
.pc-fixed-button li {
  margin-bottom: 15px;
}
.pc-fixed-button a {
  display: block;
  background-color: #a28d56;
  color: #fff;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px 15px 20px 0;
  text-align: center;
  height: 122px;
  max-width: 46px;
  width: 32px;
  border: 1px solid #a28d56;
}

.logoArea {
  clear: both;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #283243;
}

.logoArea .statement {
  margin-top: 15px;
  width: 920px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.logoArea .statement img {
  height: 30px;
  vertical-align: baseline;
  padding: 10px;
  box-sizing: content-box !important;
}

.logoArea .statement ul {
  display: flex;
  justify-content: center;
}

.logoArea .privacy {
  clear: both;
  float: right;
  font-size: 10px;
  text-decoration: underline;
  padding-top: 20px;
}

.logoArea .privacy a {
  color: #333;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.copyright {
  clear: both;
  padding: 0 0 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.copyright img {
  vertical-align: baseline;
  max-width: 277px;
}

.copyright p {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 999999999;
}

.pageTop.on {
  opacity: 1;
}


#gFooter {
  font-family: "源ノ明朝", serif;
}

#gFooter img {
  max-width: 100%;
}

.footer-contact {
  background-color: #fff;
  color: #000;
  font-family: "源ノ明朝", serif;
}

.footer-contact__intro {
  display: block;
}

.footer-contact__tel {
  color: #000;
  display: flex;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.11em;
  line-height: 0.75;
  text-decoration: none;
  text-align: center;
}

.footer-contact__schedule {
  color: #000;
  letter-spacing: 0.15em;
  font-size: 14px;
}

.footer-subNav {
  margin-top: 75px;
}

.footer-subNav__link {
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  line-height: 1.5;
  transition: 0.3s;
}

.footer-subNav__link:hover {
  opacity: 0.7;
}

.footer-subNav__link:not(:last-of-type) {
  margin-right: 35px;
}

.footer-subNav__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  transform: translateY(-50%);
}

.footer-contact h1.site-heading {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 100;
}

@media screen and (min-width: 769px) {
  .footer-contact {
    padding: 75px 80px 80px;
    text-align: center;
  }

  .footer-contact__title {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }

  .footer-contact__tel {
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-top: 40px;
    pointer-events: none;
  }

  .footer-contact__tel img {
    margin-right: 14px;
    width: 16px;
  }

  .footer-contact__schedule {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 40px 65px;
  }

  .footer-contact__title {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .footer-contact__tel {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
  }

  .footer-contact__tel img {
    margin-right: 11px;
    width: 15px;
  }

  .footer-contact__schedule {
    font-size: 10px;
    margin-top: 20px;
    line-height: 1.5;
  }

  .footer-subNav {
    margin-top: 50px;
  }

  .footer-subNav__link {
    display: flex;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.1em;
    padding-left: 22.5px;
    line-height: 1.4;
  }

  .footer-subNav__link:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-subNav__icon {
    width: 12px;
    left: 40%;
  }

  .footer-contact .site-heading {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .footer-pc-margin {
    margin-top: 400px;
  }
}

.site-header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 95px;
  background: #fff;
  z-index: 100;
}
.site-header h1 {
  font-weight: normal;
}

.site-header .body {
  position: relative;
}

.site-header .title a:hover,
.site-header .title02 a:hover {
  opacity: 1;
}

.site-header .title {
  padding: 45px 0 0 60px;
		position: fixed;
	z-index: 999;
}


.site-header .title .placeName {
  padding-bottom: 2px;

}

.site-header .title img {
  margin-right: 10px;
  vertical-align: bottom;
	 filter: drop-shadow(1px 0 3px #fff)drop-shadow(1px 0 3px #fff)drop-shadow(1px 0 3px #fff);
}

.site-header .text {
  position: absolute;
  top: 15px;
  right: 60px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

.site-header .tools {
  position: absolute;
  right: 58px;
  top: 40px;
}

.site-header .menu-button {
  display: none;
}

.site-header .tools li {
  float: left;
  margin-left: 1px;
}

.site-header .tools li.links {
  padding-right: 15px;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .site-header .tools li.links {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .tools li.links > div {
    line-height: 1;
  }
  .site-header .tools li.links > div:first-child {
    padding-bottom: 5px;
  }
}

.site-header .tools li.links a {
  display: block;
  color: #fff;
}

.site-header .tools li.links .outline {
  padding-top: 2px;
}

.site-header .tools li.request a:hover,
.site-header .tools li.request a:hover img,
.site-header .tools li.reserve a:hover,
.site-header .tools li.reserve a:hover img {
  opacity: 1;
}

.site-header .tools li.request,
.site-header .tools li.reserve {
  position: relative;
  overflow: hidden;
}
.site-header .tools li.request:after,
.site-header .tools li.reserve:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  background: url(.imgs/top/light.png) center;
  animation: button 3s ease infinite;
  z-index: 19;
}

@media screen and (min-width: 1025px) {
  .site-header .title01 {
    display: none;
  }
  .site-header .title02 {
    display: inline-block;
    padding: 10px 0 0 40px;
    height: 100px;
    width: 340px;
  }
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding-bottom: 105px;
  }
}
/* ----------------------------------------
       header-style only-tablet
      */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site-header .pc {
    display: none !important;
  }
  .site-header .sp {
    display: block !important;
  }
	  .site-header .sps {
    display: block !important;
  }
}
/*
       End-header-style only-tablet
       ---------------------------------------- */
/* ----------------------------------------
       header-style tablet-sp
      */
@media screen and (max-width: 1024px) {
  .content {
    padding-top: 92px;
  }
  .site-header .tools li.request:after,
  .site-header .title02,
  .site-header .tools li.reserve:after {
    display: none;
  }
	.pc-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 40px;
  width: 72px;
  z-index: 1500;
}

  .site-header {
    position: fixed;
    height: 157px;
    height: 92px;
    border-bottom: 1px solid #cbcbcb;
	  background-color: #fff;
	  z-index: 99999;
  }
  .site-header .title {
    padding: 8px 10px 0 10px;
    text-align: center;
  }


  .site-header .title .placeName {
    padding-bottom: 0;
	  position: inherit;
  }
  .site-header .title .placeName {
    display: inline-block;
    width: auto;
    height: 52px;
  }
  .site-header .title img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
    height: 20px;
filter: drop-shadow(1px 0 3px #fff)drop-shadow(1px 0 3px #fff)drop-shadow(1px 0 3px #fff);
  }
  .site-header .text {
    display: none;
  }
  .site-header .tools {
    position: static;
  }
  .site-header .tools li img {
    display: none;
  }
  .site-header .tools .sp-navi li img {
    display: inline-block;
    width: auto;
  }
  .site-header .tools .sp-navi li.top img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.concept img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.design img {
    height: 12px;
  }
  .site-header .tools .sp-navi li.location img {
    height: 10px;
  }
  .site-header .tools .sp-navi li.access img {
    height: 10px;
  }
  .site-header .tools .sp-navi li.equipment img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.structure img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.select img {
    height: 10px;
  }
  .site-header .tools .sp-navi li.plan img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.outline img {
    height: 11px;
  }
  .site-header .tools .btns li.request img {
    height: 11px;
  }
  .site-header .tools .btns li.reserve img {
    height: 11px;
  }
  .site-header .menu-button {
    display: block;
  }
  .site-header .tools-base {
    position: relative;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
  .site-header .tools {

    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 150;
    transition: opacity 0.9s;
    opacity: 0;
  }
  .site-header .tools.fadeIn {
    opacity: 1;
  }
  .site-header .tools.fixed {
    position: fixed;
  }
  .site-header .tools li {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
  }
  .site-header .tools .head-btns li {
    border: none;
  }
  .site-header .tools .head-btns li.sp {
    display: block !important;
  }
  .site-header .tools .head-btns li:first-child {
    border-left: none;
  }
  .site-header .tools li.links {
    padding-right: 0;
    text-align: center;
  }
  .site-header .tools .head-btns li a:hover {
    opacity: 1;
  }
  .site-header .tools li div.outline,
  .site-header .tools .head-btns li.webReserveBtn {
    display: none !important;
  }
  .site-header .tools .head-btns li a {
    box-sizing: border-box;
    display: block;
    width: auto;
    height: 75px;
    padding: 9px 0 6px !important;
    border: none;
    line-height: 1;
    text-indent: -10000px;
    font-size: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px;
    overflow: hidden;
  }
  .site-header .tools li.menu-button.on {
    position: relative;
  }
  .site-header .tools li.menu-button.on:after {

    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(#ad9a03, #6a5c34);
  }
  .site-header .tools li.menu-button.on a {
    position: relative;
    background-color: transparent;
    z-index: 1;
  }
  .site-header .tools li.links a {
    display: block;
    margin-top: 0;
    font-size: 0;
    text-indent: -10000;
    background-image: url(.imgs/top/hdr-sp-map.png);
  }
  .site-header .tools .head-btns li.requestBtn a {
    background-image: url(.imgs/top/hdr-sp-request.png);
  }
  .site-header .tools .head-btns li.reserveBtn a {
    background-image: url(.imgs/top/hdr-sp-reserve.png);
  }
  .site-header .tools li.tel a {
    background-image: url(.imgs/top/hdr-sp-tell.png);
  }
  .site-header .tools li.menu-button a {
    background-image: url(.imgs/top/hdr-sp-menu.png);
  }
  .site-header .tools li.menu-button.on a {
    background-image: url(.imgs/top/hdr-sp-close.png);
  }
  .site-header .tools .sp-navi ul {
    margin-top: -1px;
    border-top: 1px solid #cacbcf;
  }
  .site-header .tools .sp-navi li {
    width: 100%;
    border-bottom: 1px solid #cacbcf;
  }
  .site-header .tools .sp-navi li:not(:first-child) {
    float: left;
    width: 50%;
  }
  .site-header .tools .sp-navi li a {
    line-height: 1;
  }
  /*.site-header .tools .sp-navi .navi-list li:nth-child(odd):last-child {
          width: 100%;
          border-right: none;
        }*/
  .site-header .tools .head-btns {
    position: relative;
    z-index: 20;
    background: #fff;
  }
  .sp-navi a {
    display: block;
    padding: 16px 10px;
    color: #1a0f08;
  }
  .commonButton01 a {
    padding: 20px 20px;
  }
  .sp-navi .commonButton01 a {
    color: #fff;
    border-color: #fff;
    background: #39465c;
    position: relative;
  }
  .sp-navi .commonButton01 a::after, .sp-navi .commonButton01 a::before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 35px;
    height: 1px;
    background-color: #fff;
  }
  .sp-navi .commonButton01 a::after {
    display: none;
  }
  .sp-navi .reserveBtn a {
    background-color: #564e4b;
  }
  .sp-navi .webReserveBtn a {
    background-color: #c8a57c;
  }
  .site-header .tools .sp-navi .btns {
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
    width: 70%;
    border: none;
    background: none;
  }
  .site-header .tools .sp-navi .btns li {
    float: none;
    clear: both;
    margin: 0 auto;
    padding-bottom: 10px;
    border: none;
    width: auto;
    text-align: center;
    line-height: 0;
  }
  .site-header .tools .sp-navi .btns li:last-child {
    padding-bottom: 0;
  }
  .site-header .tools .sp-navi .btns li a {
    display: block;
    box-sizing: border-box;
    width: auto;
    color: #fff;
  }
  .site-header .head-btns .requestBtn a,
  .site-header .head-btns .reserveBtn a {
    background-color: transparent;
  }
  .site-header .head-btns .requestBtn a:after,
  .site-header .head-btns .reserveBtn a:after {
    display: none !important;
  }
  .site-header .tools .sp-navi .btns a:before {
    background: none;
  }
}
/*
       End-header-style tablet-sp
       ---------------------------------------- */
/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  background-color: #fff;
  z-index: 15;
	padding-top: 15px;
}

.site-footer .infoes {
	margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 0 4px;
}
.site-footer .infoes .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}
.site-footer .infoes .base {
		  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  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: 600px;
}
.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 .contact ul{
	display: flex;
	text-align: left;
}

.site-footer .contact ul li.logoo{
	width: 220px;
	padding: 0px 10px 0 0px;
}
	.site-footer .contact ul li.logoo img{
		width: 80%;
		height: auto;
			margin: 0 auto;
	}
.site-footer .contact a {
  color: #000;
}
.site-footer .contact .title {
  padding-top: 5px;
  font-size: 12px;
}
.site-footer .contact .number {
  float: left;
  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;
  pointer-events: none;
}
.site-footer .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
}
.site-footer .contact .businessHours {
  float: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
text-align: left;
}

/*
       End-footer-style tablet-sp
      ---------------------------------------- */
/*==================================================================================
 navi
==================================================================================*/
.global-navi-base {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-feature-settings: normal;
  z-index: -1;
  pointer-events: none;
}
.global-navi-base .layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 38, 42, 0.85);
  transition: opacity 1s;
  opacity: 0;
  z-index: -1;
	width: 30%;
	  height: 100vh;
	display: block;
}
.global-navi-base.on {
  z-index: 1000;
  pointer-events: all;
}
.global-navi-base.on .global-navi {
  pointer-events: all;
  opacity: 1;
  transform: scaleX(1);
  z-index: 100;
}
.global-navi-base.on .layer {
  pointer-events: inherit;
  opacity: 1;
  z-index: 1;
}

.global-navi {
  position: absolute;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 0 20px 40px;
  width: 30%;
  height: 100vh;
  opacity: 0;
  transform: scaleX(1);
  transform-origin: right;
  transition: opacity 0.7s, transform 0.5s;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  z-index: 10;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.global-navi .global-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.global-navi .block01 {
  width: 100%;
  padding-bottom: 0px;
	text-align: left;
}
.global-navi .block01 .txt01 {
  font-size: 17px;
  line-height: 1.1;
  padding-bottom: 3px;
}
.global-navi .block01 .txt02 {
  position: static;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 24px;
}

.global-navi .block01 {
  width: 100%;
  padding-bottom: 24px;
  text-align: left;
}
.global-navi .block01 .txt03 {
  font-size: 14px;
}
.global-navi .block02 {
  width: 100%;
	padding-top: 0px;
	padding-bottom: 40px;
}
.global-navi .block02 .in-block {
  color: #fff;
}
.global-navi .block02 .links {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.global-navi .block02 .links li {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 25px;
  position: relative;
}
.global-navi .block02 .links li::after {
  content: "";
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #a28d56;
  width: 120px;
}
.global-navi .block02 .links a {
	display: inline-block;
	width: 100%;
  height: 16px;
  position: relative;
  color: #fff;
}
.global-navi .block02 .links a span {
  font-size: 13px;
  opacity: 1;
  transition: opacity 0.5s;
}
.global-navi .block02 .links a span.en {
	font-size: 16px;
  opacity: 1;
	padding-left: 16px;
}
.global-navi .block02 .links a span.ja {
  font-family: "Shippori Mincho", serif;
	padding-left: 20px;
}
.global-navi .block02 .links a:hover {
  opacity: 0.5 !important;
}
.global-navi .block02 .links a:hover .en {
  opacity: 0.5;
}
.global-navi .block02 .links a:hover .ja {
  opacity: 0.5;
}
.global-navi .block02 .links .disable a:hover {
  opacity: 0.4 !important;
}
.global-navi .block02 .links .disable a:hover .en {
  opacity: 0.5;
}
.global-navi .block02 .links .disable a:hover .ja {
  opacity: 0.5;
}
.global-navi a {
  color: #fff;
}
.global-navi .links01 {
  width: 38%;
  font-size: 11px;
  line-height: 1.7;
  padding-bottom: 20px;
}
.global-navi .links01 li {
  padding-bottom: 8px;
}
.global-navi .links01 a {
  color: #fff;
  position: relative;
  padding-left: 25px;
  font-size: 11px;
}
.global-navi .links01 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: background-color 0.4s;
}
.global-navi .links01 a:hover {
  opacity: 1 !important;
}
.global-navi .links01 a:hover::after {
  background-color: rgb(255, 255, 255);
}
.global-navi .links01 a span {
  color: #c85e1a;
}
.global-navi .contact {
  width: 65%;
  color: #fff;
}
.global-navi .contact .ttl {
  padding-bottom: 2px;
  font-size: 12px;
}
.global-navi .contact .number {
  padding: 0 0px 4px 0;
  position: relative;
  font-size: 36px;
}
.global-navi .contact .number span {
  display: inline-block;
}
.global-navi .contact .number a {
  pointer-events: none;
  box-sizing: border-box;
  padding: 10px 0 8px 0px;
  width: 100%;
  color: #fff;
  font-size: 36px;
  position: relative;
}

.global-navi .contact .businessHours {
  font-size: 11px;
  line-height: 1.5;
}
.global-navi .links {
  font-size: 14px;
  line-height: 1.1;
}
.global-navi .links li {
  padding-bottom: 15px;
}
.global-navi .links a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.global-navi .links a::before {
  content: "";
  position: absolute;
  display: block;
}
.global-navi .links a::before {
  content: "";
  display: none;
  font-size: 9px;
  color: #fff;
  background-color: #a28d56;
  transform: translateY(-50%);
  padding: 3px 8px 2px;
  top: -14px;
  margin-top: -3px;
  margin-right: 8px;
  letter-spacing: 0;
}
.global-navi .links a:hover::after {
  width: 100%;
}
.global-navi .links .current a::after {
  width: 100%;
}
.global-navi .links .new a::before {
  content: "NEW";
  display: block;
}
.global-navi .disable a {
  opacity: 0.4 !important;
}

/* ----------------------------------------
  navi-style only-pc
*/
@media screen and (min-width: 1025px) {
  .sp-navi {
    display: none !important;
  }
}
/* ----------------------------------------
  navi-style tablet-sp
*/
@media screen and (max-width: 1024px) {
	.global-navi-base .layer{
		width: 100%;
		height: 100%;
	}

	.global-navi-base {
    display: block!important;
  }
  .global-navi {
	  width: 100%;
    display: block;
  }
  .global-navi.fd_fixed {
    top: 60px;
  }

	.global-navi {
  position: absolute;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 0px 20px 20px;
  z-index: 100;
  width: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0;
  transform: scaleX(1);
  transform-origin: right;
  transition: opacity 0.7s, transform 0.5s;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.global-navi .global-inner {
  display: block;
  width: 100%;
}

	.global-navi .block02 .links {
		padding-top: 60px;
  padding-bottom: 20px;
  display: block;
  margin-bottom: -20px;
}
	.global-navi .block01 .txt02{
		top:100px;
	left: 15px;
	}

  .sp-navi {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 101;
  }
  .sp-navi .inner {
    overflow: auto;
  }
  .sp-navi .close {
    display: none;
  }
  .sp-navi .close a {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid #333;
    background-color: #fff;
  }
  .sp-navi .close a span {
    display: inline-block;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    background-image: url(.imgs/top/gNav-close-icn.png);
  }
  .sp-navi .navi-list {
    margin-bottom: 15px;
  }
  .sp-navi .navi-list li {
    position: relative;
    min-height: 33px;
    margin-bottom: 4px;
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  .sp-navi .navi-list li:first-child {
    width: 100%;
  }
  .sp-navi .navi-list li:nth-child(2n+1) {
    float: right;
  }
  .sp-navi .navi-list li.current a {
    box-sizing: border-box;
  }
  .sp-navi .btns {
    margin: 0 auto;
    width: 80%;
  }
  .sp-navi .btns li {
    margin-bottom: 10px;
  }
  .sp-navi .btns li a .lines {
    background-color: #1c2b46;
  }
  .sp-navi .btns .instaBtn {
    margin: 0 auto;
    background-color: #fff;
  }
  .sp-navi .btns .instaBtn img {
    width: 290px;
  }
  .site-footer {
    padding-bottom: 60px;
  }
  .site-footer .infoes-base .base {
    opacity: 1 !important;
  }
  .sp-navi li.new a:before,
  .global-navi .links li.new a:before {
    content: "NEW";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0%;
    transform: translateX(0%);
    text-align: center;
    font-size: 14px;
    background: #a28d56;
    color: #fff;
    padding: 2px 2px;
    letter-spacing: 0;
  }
  .sp-navi li.new a:before {
    font-size: 10px;
  }
  .sp-navi li.premium a:before,
  .global-navi .links li.premium a:before {
    content: "PREMIUM";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
}
/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp,
	.sps,
  .mainVisual,
  .printBtn,
  .pageAnnotation {
    display: none !important;
  }
  #map .main {
    width: 850px !important;
  }
}
@media screen and (min-width: 1025px) {
  body > .app-bnr {
    display: none !important;
  }
}
/*==================================================================================
 sp
==================================================================================*/
@media (max-width: 768px) {

  /*==================================================================================
   common
  ==================================================================================*/
  main {
    padding-bottom: 120px;
  }

  .commonButton01 {
    width: auto;
    font-size: 12px;
  }
  .commonButton02 {
    width: 80%;
    font-size: 14px;
  }
  .commonButton02 a,
  .commonButton02 span {
    padding: 16px 0 18px;
  }
  .commonBannerArea {
    padding: 30px 0;
  }
  .commonBannerArea .slick-slide {
    margin: 0 20px;
    width: 90%;
    margin: auto;
  }
  .commonBannerArea .slick-arrow {
    width: 20px;
    height: 36px;
    background-image: url(.imgs/top/button-arrow02.png);
  }
  .commonCaption01 {
    padding: 4px 8px;
    font-size: 10px;
  }
  /*==================================================================================
   site-header
  ==================================================================================*/
  .site-header {
    height: 136px;
    height: 92px;
  }
  .site-header .tools .head-btns li a {
    height: 55px;
    background-size: auto 40px;
  }
  .site-header .tools li.links a {
    background-image: url(.imgs/top/hdr-sp-map.png);
  }
  .site-header .tools li.tel a {
    background-image: url(.imgs/top/hdr-sp-tell.png);
  }
  .site-header .tools li.menu-button a {
    background-image: url(.imgs/top/hdr-sp-menu.png);
  }
  .site-header .tools li.menu-button.on a {
    background-color: #a28d56;
  }
  /*==================================================================================
   siteFooter
  ==================================================================================*/
  .site-footer .copyright {
    padding: 16px 0px 28px;
  }
  .logoArea {
	  padding-top: 13px;
    padding-bottom: 13px;
	  text-align: center;
  }
@media screen and (max-width: 1024px) {
	.logoArea .statement {
  width:100%;
		padding-right: 120px;
	margin-left: auto;
	margin-right: auto;
		text-align: center;
}

	.logoArea .statement img{
		height: 30px;
	}

	}

  .site-footer .logoArea .statement {
    padding-bottom: 14px;
  }

  .site-footer .contact {
    padding: 0;
  }
  .site-footer .contact .title img {
    width: 70%;
    height: auto;
  }
  .site-footer .contact .businessHours img {
    width: 50%;
    height: auto;
  }

  /*==================================================================================
   navi
  ==================================================================================*/
  .sp-navi {
    top: 55px;
  }
  .sp-navi .gNavSPcv a span {
    line-height: 25px;
    padding-left: 40px;
    font-size: 14px;
    background-size: auto 25px;
  }
  .sp-navi .global-naviClose a span {
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    background-size: 15px auto;
  }
  .googleMap-request {
    margin: 0 19px;
    padding: 35px 19px 35px;
  }
  .googleMap-request .select {
    margin-bottom: 9px;
  }
  .googleMap-request select {
    font-size: 12px;
  }
  .googleMap-request .input-text {
    margin-bottom: 9px;
  }
  .googleMap-request .input-text:after {
    font-size: 12px;
    line-height: 40px;
  }
  .googleMap-request input {
    display: block;
    box-sizing: border-box;
    padding: 13px 30px 13px 10px;
    font-size: 12px;
  }
  .googleMap-request .common-link-button a {
    margin: 0 22%;
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */






.sec_category .cate_wrap::after {
  content: "";
  background: rgba(16, 13, 11, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 2s ease;
  z-index: 1;
}
.sec_category.overlay .cate_wrap::after {
  transform: translateY(0);
}
.is_ani .ani_text > span,
.on .ani_text > span,
.ani_text.on > span {
	-webkit-animation: ani_text 1s cubic-bezier(0.54, 0, 0, 0.99) 0s forwards;
	animation: ani_text 1s cubic-bezier(0.54, 0, 0, 0.99) 0s forwards;
  /* animation-delay: 5s !important; */
}
@keyframes ani_text {
	0% {
	  transform: translateY(120%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
}

/* .sec_category */
.sec_concept{
	display: none;
}

.sec_concept,
.merit,
.sec_information,
.main_visual {
    position: relative;
    z-index: 2;
}
.category_wrap {
  position: relative;
  z-index: 0;
}
.sec_category {
    height: 125vh;
    position: relative;
    overflow: hidden;
}
.sec_category .cate_wrap {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
}

.sec_category .cate_wrap .photoboox{
	padding-top: 30px;
}

.sec_category .cate_wrap .photoboox ul{
	display: flex;
}

.sec_category .cate_wrap .photoboox li{
	width: 30%;
	height: auto;
}
@media only screen and (max-width:767px){
	.sec_category .cate_wrap .photoboox li{
	width: 30%;
	height: auto;
}
}
.sec_category .cate_wrap .photoboox li img{
	width: 100%;
	height: auto;
}


.sec_category .cate_wrap .btnnn a {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 33px;
	transition: transform .4s;
	position: relative;
	display: inline-block;
	border-left: none;
}

.sec_category .cate_wrap .btnnn a::before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("icon_btnarrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform .3s;
}

.sec_category .cate_wrap .btnnn a span {
	display: inline-block;
	color: #E6E6E6;
	font-size: 1.2rem;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
}

.sec_category .cate_wrap .btnnn a:hover::before {
	transform: translateX(30px);
}



.sec_category.is_fixed .cate_wrap {
    position: fixed;
}
.sec_category .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.3);
    transition: all 3s ease-out;
    z-index: 0;
}
.sec_category.is_active .image {
    transform: scale(1);
}
.sec_category .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.sec_category .pic_cap {
  bottom: 66px;
  transition: all 0.7s ease-out;
  z-index: 2;
}
.sec_category .cate_wrap .cont {
    color: #E6E6E6;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    max-width: 970px;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.sec_category .cont .box_title {
    margin: 0 0 50px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.sec_category .cont .line {
    width: 100%;
    height: 1px;
    position: relative;
}
.sec_category .cont .line:after {
  content: "";
  background: #E6E6E6;
  height: 100%;
  bottom: 0;
  left: 50%;
  width: 0px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.5s ease-out;
}
.sec_category.is_ani .cont .line:after {
  width: 100%;
}
.sec_category .cont .box_title .sub {
  color: #B2B280;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.2em;
  line-height: 1;
  left: 0;
  top: 110%;
  transition: all 0.5s ease-out;
  position: absolute;
  opacity: 0;
}
.sec_category.is_ani .cont .box_title .sub {
  top: 0;
  opacity: 1;
}
.sec_category .cont .box_title .ttl {
  color: #B2B280;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
}
.sec_category .cont .box_title .ttl > span {
  letter-spacing: 0.2em;
}
.sec_category .cont .box_text {
  padding-top: 35px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
.sec_category .cont .box_text .ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}
.sec_category .cont .box_text small {
	display: inline-block;
	font-size: 0.8rem;
}
.sec_category .cont .box_text .txt {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.sec_category .button {
  position: absolute;
  bottom: 100px;
  right: calc((100vw - 970px)/2);
  width: 200px;
  transform: translateX(50%);
  z-index: 2;
}
.sec_category .button a {
  display: block;
  transition: all 0.3s ease-out;
}
.sec_category .button img {
  transition: all 1s ease-out;
  transform: scale(0.3);
  opacity: 0;
}
.sec_category.is_ani .button img {
  transform: scale(1);
  opacity: 1;
}

.category_wrap.is_bottom .sec_category.is_fixed .cate_wrap {
	position: absolute;
	bottom: 0;
	top: auto;
}

.category_wrap.is_bottom .sec_category .pic_cap {
	bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .sec_category .button {
    width: 150px;
    transform: translateX(0);
  }
  .sec_category .cate_wrap .cont {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .sec_category .button {
    right: 15px;
  }

  .sec_category .cont .box_title .ttl {
    font-size: 10vw;
  }
  .sec_category .cont .box_title .ttl > span {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .sec_category .cont .box_title {
    margin: 0 0 5px;
    padding-top: 20px;
  }
  .sec_category .cont .box_title .sub {
    margin: 0 0 15px;
  }
  .sec_category .cont .box_text {
    padding-top: 10px;
    margin-top: 0;
  }
  .sec_category .cate_wrap .cont {
    top: 23%;
    transform: translate(-50%);
  }
  .sec_category .cont .box_text .ttl {
    font-size: 1.4rem;
  }
  .sec_category .cont .box_text .txt {
    font-size: 1em;
    letter-spacing: 0.01em;
  }
  .sec_category .button {
    right: 50%;
    transform: translateX(50%);
    bottom: 10%;
    width: 130px;
  }

  .sec_category .pic_cap {
    bottom: 0;
    left: 0;
    right: auto;
  }
}


p.top_midasi{


	font-size: 24px;
	letter-spacing: .32em;
	line-height: calc(54 / 32);
	line-height: 1.688;
	margin-top:40px;
    height: auto;
	margin-bottom:0px;
    font-size: 24px;
    text-align: center;

}

p.zeh_top_midasi{


	font-size: 24px;
	letter-spacing: .32em;
	line-height: calc(54 / 32);
	line-height: 1.688;
	margin-top:40px;
	margin-bottom:40px;
    max-width: 1000px;
    height: auto;
    font-size: 24px;
    text-align: center;

}

#contents_box_way{
	width:100%;
	height:auto;
	 margin-top: 0px;
}

#contents_box_way_zeh{
	width:100%;
	max-width: 900px;
	margin: 0 auto;
	height:auto;
	 margin-top: 5vh;
}

.stage4{
	max-width:1000px;
	margin: 0px auto;
	position: relative;
}

@media screen and (max-width:559px) {

p.top_midasi{
	font-size:20px;
	line-height:32px;
	letter-spacing:0.5px;
	margin-bottom:20px;
}

p.zeh_top_midasi{
	font-size: 20px;
	letter-spacing: 0px;

}
	.stage4{
	width:100%;
	height:auto;
	position: relative;
}
}

@media screen and (max-width:359px) {

p.top_midasi{
	font-size:1em;
	line-height:1.4em;
	letter-spacing:0.5px;

}
}




@media screen and (max-width:728px) {

		.eqnav{
text-align: center;
	padding-bottom: 40px;
	font-size:1em;
}
.eqnav li{
list-style: none;
display: inline-block;
width: 50%;
min-width: 200px;
	color: #000 !important;
	padding: 0px;
	margin-bottom: 15px;
}
.eqnav li{
border-left:2px solid #000!important;
border-right:none;
}
.eqnav li:last-child{
border-right:2px solid #000;
}
}
body .fadeitem_t0 {
	font-size: 14px!important;
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 0s ease-out;
  transition: all 1.5s 0s ease-out;
}
body .fadeitem_t1 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 0.2s ease-out;
  transition: all 1.5s 0.2s ease-out;
		color: #000000;
}
body .fadeitem_t2 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 0.4s ease-out;
  transition: all 1.5s 0.4s ease-out;
}
body .fadeitem_t3 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 0.6s ease-out;
  transition: all 1.5s 0.6s ease-out;
}
body .fadeitem_t4 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 0.8s ease-out;
  transition: all 1.5s 0.8s ease-out;
}
body .fadeitem_t5 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 1s ease-out;
  transition: all 1.5s 1s ease-out;
}
body .fadeitem_t6 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 1.2s ease-out;
  transition: all 1.5s 1.2s ease-out;
}
body .fadeitem_t7 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 1.4s ease-out;
  transition: all 1.5s 1.4s ease-out;
}
body .fadeitem_t8 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s 1.6s ease-out;
  transition: all 1.5s 1.6s ease-out;
}
body .fadeitem_0 {
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
body .fadeitem_01 {
  opacity: 0;
  -webkit-transition: all 1.5s 0.2s ease-out;
  transition: all 1.5s 0.2s ease-out;
}
body .fadeitem_02 {
  opacity: 0;
  -webkit-transition: all 1.5s 0.4s ease-out;
  transition: all 1.5s 0.4s ease-out;
}
body .fadeitem_03 {
  opacity: 0;
  -webkit-transition: all 1.5s 0.6s ease-out;
  transition: all 1.5s 0.6s ease-out;
}
body .fadeitem_04 {
  opacity: 0;
  -webkit-transition: all 1.5s 0.8s ease-out;
  transition: all 1.5s 0.8s ease-out;
}
body .fadeitem_05 {
  opacity: 0;
  -webkit-transition: all 1.5s 1s ease-out;
  transition: all 1.5s 1s ease-out;
}
body .fadeitem_06 {
  opacity: 0;
  -webkit-transition: all 1.5s 1.2s ease-out;
  transition: all 1.5s 1.2s ease-out;
}
body .item {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 0;
}
body .fadeitem_zoom {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.5s 0.2s ease-out;
  transition: all 1.5s 0.2s ease-out;
}
body .zoomitem {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-top: 0;
}
body .fadeitem_blur {
  opacity: 0;
  -webkit-filter: blur(8px) contrast(200%) brightness(150%);
          filter: blur(8px) contrast(200%) brightness(150%);
  -webkit-transition: all 1.5s 0s ease-out;
  transition: all 1.5s 0s ease-out;
}
body .fadeitem_blur2 {
  opacity: 0;
  -webkit-filter: blur(8px) contrast(200%) brightness(150%);
          filter: blur(8px) contrast(200%) brightness(150%);
  -webkit-transition: all 1.5s 0.5s ease-out;
  transition: all 1.5s 0.5s ease-out;
}
body .fadeitem_blur3 {
  opacity: 0;
  -webkit-filter: blur(8px) contrast(200%) brightness(150%);
          filter: blur(8px) contrast(200%) brightness(150%);
  -webkit-transition: all 1.5s 0.8s ease-out;
  transition: all 1.5s 0.8s ease-out;
}
body .bluritem {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  margin-top: 0;
}
body .fadein {
  opacity: 0;
  -webkit-animation: fadein 5s ease forwards;
          animation: fadein 5s ease forwards;
}
body .fadeup {
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
}

/***********************/
/*    outline          */
/***********************/


#outline a{
    color: #d3e0f7;
}

#outline{
	max-width:980px;
	width:90%;
	height:auto;
	margin:0 auto;
	text-align:left;
	padding:20px;
	font-size: 12px;
}



.testt{
	width:100%;
	height:20px;
	background-color:#999;
}

.outline_box h3{
	float: left;
	width: 95px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 100;
}

.outline_box_b h3{
	float:left;
	width:95px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	height:16px;
	line-height:20px;
	padding-left:5px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight: 100;
}

.outline_box2{
	float:left;
	width:100px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	line-height:20px;
		font-weight: 100;
}


.outline_box3{
	float:left;
	width:100px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	height:140px;
	line-height:20px;
		font-weight: 100;
}

.loca_box{
	max-width:1000px;
	height:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	background-color: #fff;
}

body#outline .outline_box p{
	float:left;
	width:80%;
	padding-left:5px;
	text-align:left;
	font-size:12px;
		font-weight: 100;
}

body#outline .outline_box_b p{
	float:left;
	width:80%;
	padding-left:5px;
	text-align:left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight: 100;
}

.outline_box{
	border-top:#c4c3c3 solid 1px;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	max-width:980px;
	text-align: left;
}
.outline_box_b{
	border-top:#c4c3c3 solid 1px;
	border-bottom:#c4c3c3 solid 1px;
		padding-top:20px;
	padding-bottom:20px;
	clear:both;
		font-weight: 100;
}


body#outline h2{
	background-image: url(../img/outline/contentsH3.gif);
	text-indent: -9999px;
	height: 70px;
	width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left center;
}



body#outoline .right{
	border-top:#666 solid 1px;
	width:750px;
		font-weight: 100;
}


.mapBlock {
	margin-top: 0px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mapBlock {
    height: 720px;
  }
}

@media (max-width: 768px) {
  .mapBlock {
    height: 480px;
    width: 100%;
  }
}

.mapBlock .mapWindow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  overflow: visible !important;
  padding: 15px 20px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -160px);
          transform: translate(-50%, -160px);
  white-space: nowrap;
  width: auto;
}

@media screen and (min-width: 769px) {
  .mapBlock .mapWindow {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .mapBlock .mapWindow {
    font-size: 12px;
  }
}

.mapBlock .mapWindow:after {
  background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) #ffffff;
  bottom: -4px;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 15px;
}

.mapBlock .centerLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible !important;
  padding: 15px 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -130px);
          transform: translate(-50%, -130px);
}

.mapBlock .centerLabel:after {
  background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) #ffffff;
  bottom: -4px;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 15px;
}

@media screen and (min-width: 769px) {
  .mapBlock .centerLabel__logo {
    height: 45px;
    margin-top: 10px;
    width: 68px;
  }
}

@media (max-width: 768px) {
  .mapBlock .centerLabel__logo {
    height: 34px;
    margin-top: 10px;
    width: 52px;
  }
}

.mapBlock .centerLabel img {
  height: 32px;
}

.mapBlock .centerLabel--lower {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mapBlock .centerLabel--lower:after {
  bottom: unset;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mapBlock.is-clicked .centerLabel {
  display: none !important;
}



@media screen and (min-width: 769px) {
  .mapBtn + .mapBlock {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .mapBtn + .mapBlock {
    margin-top: 10px;
  }
}

.floating {
	position: fixed;
	right: 25px;
	bottom: 70px;
	display: none;
	z-index: 99999999;
}
.floating a {
  display: flex;              /* ここ変更 */
  align-items: center;        /* 縦中央 */
  justify-content: center;    /* 横中央 */

  color: #fff;
  background: #880000;
  font-size: 12px;
  padding: 0;                 /* 余計なズレ防止（※後述） */
  text-decoration: none;
  text-align: center;
  opacity: 0.6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: bold;
}
.floating a:hover {
	opacity: 1;
}

.floating p.kusitubtn{
	  margin: 0;
  padding: 0;
  line-height: 0;
}






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

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

.swipe {display: none;}

@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: 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;
	padding-right: 10px;

}

.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: 0;
}
@media screen and (max-width: 1024px) {
  .page-title .caption {
    bottom: 0;
  }
}

.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;
  }
}
.commonButton01 {
  position: relative;
  width: 140px;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  background: transparent;
  z-index: 1;
  margin-right: 2px;
}
.commonButton01 a {
  display: block;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  transition: border-color 0.4s;
  overflow: hidden;
}
.commonButton01 a .inner {
  padding: 12px 0 13px;
  display: block;
  position: relative;
  z-index: 2;
}
.commonButton01 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  border-radius: inherit;
  background: #212933;
  transition: transform 0.45s;
}
.commonButton01 a:hover {
  opacity: 1;
  border-color: transparent;
}
.commonButton01 a:hover:after {
  opacity: 1;
  transform: translateX(0%);
}
.commonButton01 a.big:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
}
.commonButton02 {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 370px;
  border: 1px solid #3c4048;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  background: linear-gradient(90deg, #456098 60%, #5e91ce);
  background: transparent;
  z-index: 1;
}
.commonButton02 a,
.commonButton02 span {
  display: block;
  position: relative;
  padding: 25px 0 27px;
  color: #fff;
  transition: letter-spacing 0.3s, color 0.3s;
}
.commonButton02 a:after,
.commonButton02 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(33, 85, 131);
  background: linear-gradient(90deg, rgb(33, 85, 131) 0%, rgb(7, 37, 56) 100%);
  background: #171b33;
  transition: left 0.3s;
  z-index: -1;
}
.commonButton02 a:hover,
.commonButton02 span:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .commonButton02 a:hover,
  .commonButton02 span:hover {
    letter-spacing: 2px;
    color: #fff;
    color: #3c4048;
  }
  .commonButton02 a:hover:after,
  .commonButton02 span:hover:after {
    left: 100%;
  }
}
.commonButton02.pattern02 {
  border-color: #fff;
  background: none;
  transition: border 0.3s;
}
@media (min-width: 1025px) {
  .commonButton02.pattern02:hover {
    border-color: transparent;
  }
}
.commonButton02.pattern02 a,
.commonButton02.pattern02 span {
  color: #fff;
}
.commonButton02.pattern02 a:after,
.commonButton02.pattern02 span:after {
  right: 100%;
  left: 0 !important;
  transition: right 0.3s;
  background: linear-gradient(90deg, #456098 60%, #5e91ce);
  background: linear-gradient(90deg, rgb(33, 85, 131) 0%, rgb(7, 37, 56) 100%);
}
@media (min-width: 1025px) {
  .commonButton02.pattern02 a:hover:after,
  .commonButton02.pattern02 span:hover:after {
    right: 0;
  }
}

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 {
	max-width: 300px;
	margin: 0 auto;
  font-size: 22px;
  padding-bottom: 35px;
	text-align: center;
}


.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: 20px 5%;
  box-sizing: border-box;
  width: 100%;
  background-color: #bbaea1;
  position: relative;
  z-index: 2;
	font-size: 12px;
}

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


#swiper1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 10px;
	overflow: hidden;
	position: relative;

}


#swiper1 .swiper-slide02{
margin: 0;
	padding: 0;
}

#swiper1 .swiper-slide02 p{
	color: #000000;
	font-size: 12px;
}


/* 前へ次への矢印カスタマイズ */
#swiper1 .swiper-button-prev::after,
#swiper1 .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
#swiper1 .swiper-button-prev::after {
  border-bottom: 10px solid transparent;
  border-right: 20px solid #000;
  border-top: 10px solid transparent;
	left: -10px;
}
/* 次への矢印カスタマイズ */
#swiper1 .swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000;
  border-top: 10px solid transparent;
	right: -10px;
}


[class*="carousel__arrow--"]{
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiB6b29tQW5kUGFuPSJtYWduaWZ5IiB2aWV3Qm94PSIwIDAgMjI0Ljg3OTk5IDIyNSIgaGVpZ2h0PSIzMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZlcnNpb249IjEuMCIgc3R5bGU9ImJhY2tncm91bmQ6bm9uZTsiPjxkZWZzPjxjbGlwUGF0aCBpZD0iZWJhN2YwNjBkNSI+PHBhdGggZD0iTSAwIDAuMDU4NTkzOCBMIDIyNC43NjE3MTkgMC4wNTg1OTM4IEwgMjI0Ljc2MTcxOSAyMjQuOTM3NSBMIDAgMjI0LjkzNzUgWiBNIDAgMC4wNTg1OTM4ICIgY2xpcC1ydWxlPSJub256ZXJvIi8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9Ijk5OWE2NGYwNGYiPjxwYXRoIGQ9Ik0gMzcuOTE0MDYyIDggTCAxNTggOCBMIDE1OCAyMTcgTCAzNy45MTQwNjIgMjE3IFogTSAzNy45MTQwNjIgOCAiIGNsaXAtcnVsZT0ibm9uemVybyIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNlYmE3ZjA2MGQ1KSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTSAwIDAuMDU4NTkzOCBMIDIyNC44Nzg5MDYgMC4wNTg1OTM4IEwgMjI0Ljg3ODkwNiAyMjQuOTQxNDA2IEwgMCAyMjQuOTQxNDA2IFogTSAwIDAuMDU4NTkzOCAiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTSAwIDAuMDU4NTkzOCBMIDIyNC44Nzg5MDYgMC4wNTg1OTM4IEwgMjI0Ljg3ODkwNiAyMjQuOTQxNDA2IEwgMCAyMjQuOTQxNDA2IFogTSAwIDAuMDU4NTkzOCAiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCM5OTlhNjRmMDRmKSI+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTSA0Mi4yOTY4NzUgMTAxLjkyMTg3NSBDIDM2LjQ2ODc1IDEwNy43NDIxODggMzYuNDY4NzUgMTE3LjE5MTQwNiA0Mi4yOTY4NzUgMTIzLjAxMTcxOSBMIDEzMS44MDA3ODEgMjEyLjM5ODQzOCBDIDEzNy42MjUgMjE4LjIxNDg0NCAxNDcuMDg5ODQ0IDIxOC4yMTQ4NDQgMTUyLjkxNzk2OSAyMTIuMzk4NDM4IEMgMTU4Ljc0MjE4OCAyMDYuNTc4MTI1IDE1OC43NDIxODggMTk3LjEyNSAxNTIuOTE3OTY5IDE5MS4zMDg1OTQgTCA3My45NDkyMTkgMTEyLjQ0NTMxMiBMIDE1Mi44NzEwOTQgMzMuNTc4MTI1IEMgMTU4LjY5NTMxMiAyNy43NjE3MTkgMTU4LjY5NTMxMiAxOC4zMDg1OTQgMTUyLjg3MTA5NCAxMi40ODgyODEgQyAxNDcuMDQyOTY5IDYuNjcxODc1IDEzNy41NzgxMjUgNi42NzE4NzUgMTMxLjc1MzkwNiAxMi40ODgyODEgTCA0Mi4yNSAxMDEuODc1IFogTSA0Mi4yOTY4NzUgMTAxLjkyMTg3NSAiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) no-repeat center center / 80%;
  position: absolute;
  top: 36%;
  translate: translateY(-50%);
  width: 40px;
  aspect-ratio: 1;
  z-index: 2;
}
.carousel__arrow--prev{
  left: 0;
}
.carousel__arrow--next{
  right: 0;
  rotate: 180deg;
}
@media (hover: hover){
  [class*="carousel__arrow--"]{
    transition: .3s;
  }
  [class*="carousel__arrow--"]:hover{
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {

	#swiper1{
	padding-left: 15px;
		padding-right: 5px;

}
	.image {
  position: relative;
}

.image img {
  display: block;
  width: 100%;
  height: auto;
}

.image .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
}


.location_photo_box{
	text-align: justify;
	display:flex;
}

.location_photo_box diV{
	padding:2px;
}
.location_photo_box img{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}


    @media screen and (max-width: 768px) {
.location_photo_box{
	text-align:center;
	flex-wrap: wrap;
}

.location_photo_box diV{
	width:100%;
}

.zeh_photo_box{
	max-width:30%;
	text-align:center;
	display:flex;
}

.zeh_photo_box diV{
	padding:2px;
}

    @media screen and (max-width: 768px) {
.zeh_photo_box{
	text-align:center;
	flex-wrap: wrap;
}

.zeh_photo_box diV{
	width:100%;
}

		.bonsai_box h3.bonsai{
	font-size: 18px;
	line-height: 1.688;
	margin-bottom:40px;
}

	}





.bonsai_box{
	width:1000px;
	margin:40px auto;
}

.bonsai_box h3.bonsai{
	font-size: 18px;
	line-height: calc(54 / 32);
	line-height: 1.688;
	margin-bottom:40px;
}

.bonsai_box_in p{
	font-size: 14px;
	letter-spacing: .12em;
	line-height: calc(32 / 14);
	line-height: 2.285714286;
		margin-bottom:40px;
}

.bonsai_box_in{
	text-align:center;
}

.bonsai_photo_left{
	float:left;
}
.bonsai_right{
	float:right;
}

.bonsai_right p{
		font-size: 14px;
	letter-spacing: .12em;
	line-height: calc(32 / 14);
	line-height: 2.285714286;
	margin-top:60px;
	margin-bottom:40px;
}

.bonsai_photo_left02{
	float:right;
	margin-bottom:120px;
	margin-top:40px;
	margin-right:25px;
}



.bonsai_box_inner01{
	width: 100%;
	height: auto;
	border: 4px #1b7d3a solid;
	background-color: #FFFFFF;
	padding: 30px 30px 0px;
	margin: 0 auto;
}
.bonsai_box_inner01 ul{
	display: flex;
}

.bonsai_box_inner01 ul li:nth-child(1){
	width: 35%;
}

.bonsai_box_inner01 ul li:nth-child(2){
	width: 65%;
	padding-left: 20px;
}

.bonsai_box_inner01 h4{
	font-size: 26px;
	line-height: 34px;
	color: #1b7d3a;
	font-weight: bold;
	margin-bottom: 10px;
}

.bonsai_box_inner01 p{
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.bonsai_box_inner02{
	margin-bottom: 30px;
}

.bonsai_box_inner02 ul{
	display: flex;
}
.bonsai_box_inner02 ul li:nth-child(1){
	width: 30%;
}

.bonsai_box_inner02 ul li:nth-child(2){
	width: 70%;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	font-weight: bold;
	color: #1b7d3a;
}

    @media screen and (max-width: 768px) {
.bonsai_box_inner01 ul{
	display: block;
}



.bonsai_box_inner01 ul li:nth-child(1){
	width: 100%;
}

.bonsai_box_inner01 ul li:nth-child(2){
	width: 100%;
	padding-left: 0px;
	margin-top: 20px;
}

		.bonsai_box_inner02 ul{
	display: block;
}
.bonsai_box_inner02 ul li:nth-child(1){
	width: 100%;
	padding-bottom: 20px;
}

.bonsai_box_inner02 ul li:nth-child(2){
	width: 100%;
	padding-left: 0px;
}


#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;
  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.special a {
  letter-spacing: 0;
}

.foot-navi li a:hover {
  text-decoration: none;
}

.footer-contact {
  background-color: #fff;
  color: #000;
  font-family: "源ノ明朝", serif;
}

.footer-contact__tel {
  color: #000;
  display: flex;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.11em;
  line-height: 0.75;
  text-decoration: none;
  text-align: center;
}

.footer-contact__schedule {
  color: #000;
  letter-spacing: 0.15em;
  font-size: 14px;
}

.footer-contact__closed {
  color: #eb6877;
  letter-spacing: 0.15em;
}

.footer-contact__intro {
  display: block;
}

.footer-landline__txt,
.footer-landline__tel,
.footer-subNav__link {
  color: #000;
}

.footer-landline__tel {
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.11em;
}

.footer-subNav__link {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-subNav__icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.footer-contact h1.site-heading {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 100;
}

.kusitu_btn p.btn_under {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

a.anchor {
  display: block;
  margin-top: 70px;
}

.kusitu_btn {
  width: 300px;
  margin: 40px auto;
}

.kusitu_btn .button01 {
  display: block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #d7005b;
  color: #fff;
}

.kusitu_btn .button01:hover {
  background-color: #333;
}

.kusitu_btn .button01::before,
.kusitu_btn .button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.kusitu_btn .button01,
.kusitu_btn .button01::before,
.kusitu_btn .button01::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

/* footer */
#footer {
  width: 100%;
  height: auto;
  background-color: #002339;
  margin-top: 40px;
}

#footer .footer_nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

#footer .footer_nav li {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  color: #fff;
}

#footer .footer_nav li a {
  color: #fff;
  transition: all 0.3s ease;
}

#footer .footer_nav li a:hover {
  color: #9c7d42;
}

#footer .comapny {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

#footer .comapny .left {
  margin-left: 10px;
  display: inline-block;
}

#footer .comapny .right {
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
}

/*==================================================================================
 pc / tablet / sp media
==================================================================================*/
@media screen and (min-width: 1025px) {
  .site-header .tools li.links {
    padding-top: 5px;
  }

  .site-header .tools li.links > div {
    line-height: 1;
  }

  .site-header .tools li.links > div:first-child {
    padding-bottom: 5px;
  }

  .site-header .title01 {
    display: none;
  }

  .site-header .title02 {
    display: inline-block;
    padding: 10px 0 0 40px;
    height: 100px;
    width: 340px;
  }

  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding-bottom: 105px;
  }

  .site-footer .btns {
    display: none;
  }

  .site-footer .infoes .bg {
    display: block;
    position: relative;
    padding-bottom: 430px;
    background: url("./imgs/top/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;
  }

  .site-footer .foot-navi ul li.pc {
    display: inline-block !important;
  }

  .site-footer .foot-navi ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    padding-bottom: 3px;
  }

  .site-footer .contact .number span.pc {
    display: inline-block !important;
  }

  .sp-navi {
    display: none !important;
  }

  body > .app-bnr {
    display: none !important;
  }

  .commonButton02 a:hover,
  .commonButton02 span:hover {
    letter-spacing: 2px;
    color: #3c4048;
  }

  .commonButton02 a:hover:after,
  .commonButton02 span:hover:after {
    left: 100%;
  }

  .commonButton02.pattern02:hover {
    border-color: transparent;
  }

  .commonButton02.pattern02 a:hover:after,
  .commonButton02.pattern02 span:hover:after {
    right: 0;
  }

  .commonCircleButton01 a:hover circle {
    stroke-dasharray: 0 1000;
  }

  .commonCircleButton01 a:hover .arrowArea:before {
    transform: translateX(200%);
  }

  .commonCircleButton01 a:hover .arrowArea:after {
    transform: translateX(0);
  }

  .footer-contact {
    padding: 75px 80px 80px;
    text-align: center;
  }

  .footer-contact__title {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }

  .footer-contact__tel {
    align-items: center;
    font-size: 26px;
    justify-content: center;
    margin-top: 40px;
    pointer-events: none;
  }

  .footer-contact__tel img {
    margin-right: 14px;
    width: 16px;
  }

  .footer-contact__schedule {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 30px;
  }

  .footer-contact__closed {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 20px;
  }

  .footer-landline {
    margin-top: 65px;
  }

  .footer-landline__txt {
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }

  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    pointer-events: none;
    line-height: 1.5;
  }

  .footer-subNav {
    margin-top: 75px;
  }

  .footer-subNav__link {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    transition: 0.3s;
    line-height: 1.5;
  }

  .footer-subNav__link:hover {
    opacity: 0.7;
  }

  .footer-subNav__link:not(:last-of-type) {
    margin-right: 35px;
  }

  .footer-subNav__icon {
    width: 11px;
  }

  .mapBlock {
    height: 720px;
  }

  .mapBlock .mapWindow {
    font-size: 13px;
  }

  .mapBlock .centerLabel__logo {
    height: 45px;
    margin-top: 10px;
    width: 68px;
  }

  .mapBtn + .mapBlock {
    margin-top: 50px;
  }
}

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

  .content {
    padding-top: 92px;
  }

  .site-header .tools li.request:after,
  .site-header .title02,
  .site-header .tools li.reserve:after {
    display: none;
  }

  .pc-menu {
    top: 0;
    right: 0;
  }

  .site-header {
    position: fixed;
    height: 92px;
    border-bottom: 1px solid #cbcbcb;
    background-color: #fff;
    z-index: 99999;
  }

  .site-header .title {
    padding: 8px 10px 0;
    text-align: center;
  }

  .site-header .title .placeName {
    padding-bottom: 0;
    position: inherit;
    display: inline-block;
    width: auto;
    height: 52px;
  }

  .site-header .title img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: 20px;
  }

  .site-header .text {
    display: none;
  }

  .site-header .tools {
    position: static;
  }

  .site-header .tools li img {
    display: none;
  }

  .site-header .tools .sp-navi li img {
    display: inline-block;
    width: auto;
  }

  .site-header .tools .sp-navi li.top img,
  .site-header .tools .sp-navi li.concept img,
  .site-header .tools .sp-navi li.equipment img,
  .site-header .tools .sp-navi li.structure img,
  .site-header .tools .sp-navi li.plan img,
  .site-header .tools .sp-navi li.outline img,
  .site-header .tools .btns li.request img,
  .site-header .tools .btns li.reserve img {
    height: 11px;
  }

  .site-header .tools .sp-navi li.design img { height: 12px; }
  .site-header .tools .sp-navi li.location img,
  .site-header .tools .sp-navi li.access img,
  .site-header .tools .sp-navi li.select img { height: 10px; }

  .site-header .menu-button {
    display: block;
  }

  .site-header .tools-base {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 200;
  }

  .site-header .tools {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 150;
    transition: opacity 0.9s;
    opacity: 0;
  }

  .site-header .tools.fadeIn {
    opacity: 1;
  }

  .site-header .tools.fixed {
    position: fixed;
  }

  .site-header .tools li {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
  }

  .site-header .tools .head-btns li {
    border: none;
  }

  .site-header .tools .head-btns li.sp {
    display: block !important;
  }

  .site-header .tools li.links {
    padding-right: 0;
    text-align: center;
  }

  .site-header .tools li div.outline,
  .site-header .tools .head-btns li.webReserveBtn {
    display: none !important;
  }

  .site-header .tools .head-btns li a {
    box-sizing: border-box;
    display: block;
    width: auto;
    height: 75px;
    padding: 9px 0 6px !important;
    border: none;
    line-height: 1;
    text-indent: -10000px;
    font-size: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px;
    overflow: hidden;
  }

  .site-header .tools li.menu-button.on {
    position: relative;
  }

  .site-header .tools li.menu-button.on:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(#ad9a03, #6a5c34);
  }

  .site-header .tools li.menu-button.on a {
    position: relative;
    background-color: transparent;
    z-index: 1;
  }

  .site-header .tools li.links a {
    display: block;
    margin-top: 0;
    font-size: 0;
    text-indent: -10000px;
    background-image: url("./imgs/top/hdr-sp-map.png");
  }

  .site-header .tools .head-btns li.requestBtn a {
    background-image: url("./imgs/top/hdr-sp-request.png");
  }

  .site-header .tools .head-btns li.reserveBtn a {
    background-image: url("./imgs/top/hdr-sp-reserve.png");
  }

  .site-header .tools li.tel a {
    background-image: url("./imgs/top/hdr-sp-tell.png");
  }

  .site-header .tools li.menu-button a {
    background-image: url("./imgs/top/hdr-sp-menu.png");
  }

  .site-header .tools li.menu-button.on a {
    background-image: url("./imgs/top/hdr-sp-close.png");
  }

  .site-header .tools .sp-navi ul {
    margin-top: -1px;
    border-top: 1px solid #cacbcf;
  }

  .site-header .tools .sp-navi li {
    width: 100%;
    border-bottom: 1px solid #cacbcf;
  }

  .site-header .tools .sp-navi li:not(:first-child) {
    float: left;
    width: 50%;
  }

  .site-header .tools .head-btns {
    position: relative;
    z-index: 20;
    background: #fff;
  }

  .sp-navi a {
    display: block;
    padding: 16px 10px;
    color: #1a0f08;
  }

  .commonButton01 a {
    padding: 20px 20px;
  }

  .sp-navi .commonButton01 a {
    color: #fff;
    border-color: #fff;
    background: #39465c;
    position: relative;
  }

  .sp-navi .commonButton01 a::after,
  .sp-navi .commonButton01 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 35px;
    height: 1px;
    background-color: #fff;
  }

  .sp-navi .commonButton01 a::after {
    display: none;
  }

  .sp-navi .reserveBtn a {
    background-color: #564e4b;
  }

  .sp-navi .webReserveBtn a {
    background-color: #c8a57c;
  }

  .site-header .tools .sp-navi .btns {
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
    width: 70%;
    border: none;
    background: none;
  }

  .site-header .tools .sp-navi .btns li {
    float: none;
    clear: both;
    margin: 0 auto;
    padding-bottom: 10px;
    border: none;
    width: auto;
    text-align: center;
    line-height: 0;
  }

  .site-header .tools .sp-navi .btns li:last-child {
    padding-bottom: 0;
  }

  .site-header .tools .sp-navi .btns li a {
    display: block;
    box-sizing: border-box;
    width: auto;
    color: #fff;
  }

  .site-header .head-btns .requestBtn a,
  .site-header .head-btns .reserveBtn a {
    background-color: transparent;
  }

  .site-header .head-btns .requestBtn a:after,
  .site-header .head-btns .reserveBtn a:after {
    display: none !important;
  }

  .site-header .tools .sp-navi .btns a:before {
    background: none;
  }

  .site-footer .contact ul {
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .site-footer .contact .businessHours {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }

  .site-footer .contact ul li.logoo {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .site-footer .contact ul li.logoo img {
    width: 60%;
  }

  .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 {
    border: none;
    display: block;
    width: auto;
    background: linear-gradient(90deg, #a28d56, #a28d56);
    position: relative;
  }

  .site-footer .infoes .btns li a::after,
  .site-footer .infoes .btns li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #fff;
  }

  .site-footer .infoes .btns li a::after {
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }

  .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,
  .site-footer .contact {
    float: none;
    clear: both;
    width: 100%;
    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;
  }

  .foot-navi li.current a {
    position: relative;
  }

  .foot-navi li.new a:before,
  .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: italic;
  }

  .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 .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 0 10px;
    position: relative;
    font-size: 36px;
  }

  .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/top/icon_tel.png");
    background-size: 100% auto;
  }

  .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: 20px;
    bottom: 10px;
  }

  .global-navi-base .layer {
    width: 100%;
    height: 100%;
  }

  .global-navi-base {
    display: block !important;
  }

  .global-navi {
    width: 100%;
    display: flex;
    padding: 100px 0 20px 20px;
  }

  .global-navi.fd_fixed {
    top: 60px;
  }

  .global-navi .global-inner {
    display: block;
    width: 100%;
  }

  .global-navi .block02 .links {
    padding-top: 60px;
    padding-bottom: 20px;
    display: block;
    margin-bottom: -20px;
  }

  .global-navi .block01 .txt02 {
    top: 100px;
    left: 15px;
  }

  .sp-navi {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 101;
  }

  .sp-navi .inner {
    overflow: auto;
  }

  .sp-navi .close {
    display: none;
  }

  .sp-navi .close a {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid #333;
    background-color: #fff;
  }

  .sp-navi .close a span {
    display: inline-block;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    background-image: url("./imgs/top/gNav-close-icn.png");
  }

  .sp-navi .navi-list {
    margin-bottom: 15px;
  }

  .sp-navi .navi-list li {
    position: relative;
    min-height: 33px;
    margin-bottom: 4px;
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }

  .sp-navi .navi-list li:first-child {
    width: 100%;
  }

  .sp-navi .navi-list li:nth-child(2n+1) {
    float: right;
  }

  .sp-navi .navi-list li.current a {
    box-sizing: border-box;
  }

  .sp-navi .btns {
    margin: 0 auto;
    width: 80%;
  }

  .sp-navi .btns li {
    margin-bottom: 10px;
  }

  .sp-navi .btns li a .lines {
    background-color: #1c2b46;
  }

  .sp-navi .btns .instaBtn {
    margin: 0 auto;
    background-color: #fff;
  }

  .sp-navi .btns .instaBtn img {
    width: 290px;
  }

  .site-footer {
    padding-bottom: 60px;
  }

  .site-footer .infoes-base .base {
    opacity: 1 !important;
  }

  .sp-navi li.new a:before,
  .global-navi .links li.new a:before {
    content: "NEW";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    font-size: 14px;
    background: #a28d56;
    color: #fff;
    padding: 2px;
    letter-spacing: 0;
  }

  .sp-navi li.new a:before {
    font-size: 10px;
  }

  .sp-navi li.premium a:before,
  .global-navi .links li.premium a:before {
    content: "PREMIUM";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }

  .commonCircleButton01 a {
    display: block;
    position: relative;
  }

  .commonCircleButton01 a:hover {
    opacity: 1;
  }

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

  .logoArea .statement {
    width: 100%;
    padding-right: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .logoArea .statement img {
    height: 30px;
  }

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

@media screen and (max-width: 768px) {
  .content {
    background: url("./imgs/top/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 {
    width: auto !important;
    max-width: inherit !important;
  }

  .swipe {
    display: block;
    text-align: center;
    margin: 20px auto 40px;
  }

  .swipe img {
    width: 50% !important;
  }

  .commonBannerArea .swiper-container-horizontal > .swiper-scrollbar {
    height: 4px;
  }

  .commonBannerArea {
    padding: 30px 0;
  }

  .commonBannerArea .slick-slide {
    margin: auto;
    width: 90%;
  }

  .commonBannerArea .slick-arrow {
    width: 20px;
    height: 36px;
    background-image: url("./imgs/top/button-arrow02.png");
  }

  .commonCaption01 {
    padding: 4px 8px;
    font-size: 10px;
  }

  .site-header {
    height: 92px;
  }

  .site-header .tools .head-btns li a {
    height: 55px;
    background-size: auto 40px;
  }

  .site-header .tools li.links a {
    background-image: url("./imgs/top/hdr-sp-map.png");
  }

  .site-header .tools li.tel a {
    background-image: url("./imgs/top/hdr-sp-tell.png");
  }

  .site-header .tools li.menu-button a {
    background-image: url("./imgs/top/hdr-sp-menu.png");
  }

  .site-header .tools li.menu-button.on a {
    background-color: #a28d56;
  }

  .sp-navi {
    top: 55px;
  }

  .sp-navi .gNavSPcv a span {
    line-height: 25px;
    padding-left: 40px;
    font-size: 14px;
    background-size: auto 25px;
  }

  .sp-navi .global-naviClose a span {
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    background-size: 15px auto;
  }

  .googleMap-request {
    margin: 0 19px;
    padding: 35px 19px;
  }

  .googleMap-request .select,
  .googleMap-request .input-text {
    margin-bottom: 9px;
  }

  .googleMap-request select,
  .googleMap-request input,
  .googleMap-request .input-text:after {
    font-size: 12px;
  }

  .googleMap-request .input-text:after {
    line-height: 40px;
  }

  .googleMap-request input {
    display: block;
    box-sizing: border-box;
    padding: 13px 30px 13px 10px;
  }

  .googleMap-request .common-link-button a {
    margin: 0 22%;
    width: auto;
  }

  .sec_category .cate_wrap .photoboox li {
    width: 30%;
    height: auto;
  }

  .sec_category .cont .box_title {
    margin: 0 0 5px;
    padding-top: 20px;
  }

  .sec_category .cont .box_title .sub {
    margin: 0 0 15px;
  }

  .sec_category .cont .box_text {
    padding-top: 10px;
    margin-top: 0;
  }

  .sec_category .cate_wrap .cont {
    top: 23%;
    transform: translate(-50%);
  }

  .sec_category .cont .box_text .ttl {
    font-size: 1.4rem;
  }

  .sec_category .cont .box_text .txt {
    font-size: 1em;
    letter-spacing: 0.01em;
  }

  .sec_category .button {
    right: 50%;
    transform: translateX(50%);
    bottom: 10%;
    width: 130px;
  }

  .sec_category .pic_cap {
    bottom: 0;
    left: 0;
    right: auto;
  }

  #swiper1 {
    padding-left: 15px;
    padding-right: 5px;
  }

  .location_photo_box {
    text-align: center;
    flex-wrap: wrap;
  }

  .location_photo_box div {
    width: 100%;
  }

  .zeh_photo_box {
    text-align: center;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .zeh_photo_box div {
    width: 100%;
  }

  .adviserbox_outline {
    margin-top: -120px;
  }

  .bonsai_box h3.bonsai {
    font-size: 18px;
    line-height: 1.688;
    margin-bottom: 40px;
  }

  .bonsai_box_inner01 ul,
  .bonsai_box_inner02 ul {
    display: block;
  }

  .bonsai_box_inner01 ul li:nth-child(1),
  .bonsai_box_inner01 ul li:nth-child(2),
  .bonsai_box_inner02 ul li:nth-child(1),
  .bonsai_box_inner02 ul li:nth-child(2) {
    width: 100%;
  }

  .bonsai_box_inner01 ul li:nth-child(2),
  .bonsai_box_inner02 ul li:nth-child(2) {
    padding-left: 0;
  }

  .bonsai_box_inner01 ul li:nth-child(2) {
    margin-top: 20px;
  }

  .bonsai_box_inner02 ul li:nth-child(1) {
    padding-bottom: 20px;
  }

  .mapBlock {
    height: 480px;
    width: 100%;
  }

  .mapBlock .mapWindow {
    font-size: 12px;
  }

  .mapBlock .centerLabel__logo {
    height: 34px;
    margin-top: 10px;
    width: 52px;
  }

  .mapBtn + .mapBlock {
    margin-top: 10px;
  }

  .footer-contact {
    padding: 60px 40px 65px;
  }

  .footer-contact__title {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .footer-contact__tel {
    align-items: center;
    font-size: 20px;
    justify-content: center;
    margin-top: 25px;
    text-align: center;
  }

  .footer-contact__tel img {
    margin-right: 11px;
    width: 15px;
  }

  .footer-contact__schedule {
    font-size: 10px;
    margin-top: 20px;
    line-height: 1.5;
  }

  .footer-contact__closed {
    font-size: 8px;
    margin-top: 20px;
    line-height: 1.625;
  }

  .footer-contact__about,
  .footer-contact .site-heading {
    display: inline-block;
  }

  .footer-landline {
    margin-top: 50px;
  }

  .footer-landline__txt {
    font-size: 8px;
    line-height: 1.625;
  }

  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.5;
  }

  .footer-subNav {
    margin-top: 50px;
  }

  .footer-subNav__link {
    font-size: 10px;
    justify-content: center;
    letter-spacing: 0.1em;
    padding-left: 22.5px;
    line-height: 1.4;
  }

  .footer-subNav__link:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .footer-subNav__icon {
    width: 12px;
    left: 40%;
  }

  main {
    padding-bottom: 120px;
  }

  .commonButton01 {
    width: auto;
    font-size: 12px;
  }

  .commonButton02 {
    width: 80%;
    font-size: 14px;
  }

  .commonButton02 a,
  .commonButton02 span {
    padding: 16px 0 18px;
  }
}

@media screen and (max-width: 750px) {
  #top #contents .under .block {
    height: auto !important;
  }
}

@media screen and (max-width: 728px) {
  .eqnav {
    text-align: center;
    padding-bottom: 40px;
    font-size: 1em;
  }

  .eqnav li {
    display: inline-block;
    width: 50%;
    min-width: 200px;
    color: #000;
    padding: 0;
    margin-bottom: 15px;
    border-left: 2px solid #ddd;
    border-right: none;
  }

  .eqnav li:last-child {
    border-right: 2px solid #ddd;
  }
}

@media screen and (max-width: 559px) {
  p.top_midasi {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }

  p.zeh_top_midasi {
    font-size: 20px;
    letter-spacing: 0;
  }

  .stage4 {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 359px) {
  p.top_midasi {
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.5px;
  }
}

@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp,
  .sps,
  .mainVisual,
  .pageAnnotation {
    display: none !important;
  }

  #map .main {
    width: 850px !important;
  }
}

@media (hover: hover) {
  [class*="carousel__arrow--"] {
    transition: 0.3s;
  }

  [class*="carousel__arrow--"]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

#top #contents .under {
  position: relative;
  overflow: hidden;
}

#top #contents .under .bgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .footer-pc-margin {
    margin-top: 300px;
  }
}


.logoArea {
  clear: both;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #283243;
}

.logoArea .statement {
  margin-top: 15px;
  width: 920px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.logoArea .statement img {
  height: 30px;
  vertical-align: baseline;
  padding: 10px;
  box-sizing: content-box !important;
}

.logoArea .statement ul {
  display: flex;
  justify-content: center;
}

.logoArea .privacy {
  clear: both;
  float: right;
  font-size: 10px;
  text-decoration: underline;
  padding-top: 20px;
}

.logoArea .privacy a {
  color: #333;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.copyright {
  clear: both;
  padding: 0 0 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.copyright img {
  vertical-align: baseline;
  max-width: 277px;
}

.copyright p {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 999999999;
}

.pageTop.on {
  opacity: 1;
}

  .logoArea .statement {
    width: 100%;
    padding-right: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .logoArea .statement img {
    height: 30px;
  }

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

@media screen and (max-width: 768px) {
  .content {
    background: url("./imgs/top/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 {
    width: auto !important;
    max-width: inherit !important;
  }

  .swipe {
    display: block;
    text-align: center;
    margin: 20px auto 40px;
  }

  .swipe img {
    width: 50% !important;
  }

  .commonBannerArea .swiper-container-horizontal > .swiper-scrollbar {
    height: 4px;
  }

  .commonBannerArea {
    padding: 30px 0;
  }

  .commonBannerArea .slick-slide {
    margin: auto;
    width: 90%;
  }

  .commonBannerArea .slick-arrow {
    width: 20px;
    height: 36px;
    background-image: url("./imgs/top/button-arrow02.png");
  }

  .commonCaption01 {
    padding: 4px 8px;
    font-size: 10px;
  }

  .site-header {
    height: 92px;
  }

  .site-header .tools .head-btns li a {
    height: 55px;
    background-size: auto 40px;
  }

  .site-header .tools li.links a {
    background-image: url("./imgs/top/hdr-sp-map.png");
  }

  .site-header .tools li.tel a {
    background-image: url("./imgs/top/hdr-sp-tell.png");
  }

  .site-header .tools li.menu-button a {
    background-image: url("./imgs/top/hdr-sp-menu.png");
  }

  .site-header .tools li.menu-button.on a {
    background-color: #a28d56;
  }

  .site-footer .copyright {
    padding: 16px 0 28px;
  }

  .logoArea {
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
  }

  .site-footer .logoArea .statement {
    padding-bottom: 14px;
  }

  .site-footer .contact {
    padding: 0;
  }

  .site-footer .contact .title img {
    width: 70%;
    height: auto;
  }

  .site-footer .contact .businessHours img {
    width: 50%;
    height: auto;
  }

  .sp-navi {
    top: 55px;
  }

  .sp-navi .gNavSPcv a span {
    line-height: 25px;
    padding-left: 40px;
    font-size: 14px;
    background-size: auto 25px;
  }

  .sp-navi .global-naviClose a span {
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    background-size: 15px auto;
  }

  .googleMap-request {
    margin: 0 19px;
    padding: 35px 19px;
  }

  .googleMap-request .select,
  .googleMap-request .input-text {
    margin-bottom: 9px;
  }

  .googleMap-request select,
  .googleMap-request input,
  .googleMap-request .input-text:after {
    font-size: 12px;
  }

  .googleMap-request .input-text:after {
    line-height: 40px;
  }

  .googleMap-request input {
    display: block;
    box-sizing: border-box;
    padding: 13px 30px 13px 10px;
  }

  .googleMap-request .common-link-button a {
    margin: 0 22%;
    width: auto;
  }

  .sec_category .cate_wrap .photoboox li {
    width: 30%;
    height: auto;
  }

  .sec_category .cont .box_title {
    margin: 0 0 5px;
    padding-top: 20px;
  }

  .sec_category .cont .box_title .sub {
    margin: 0 0 15px;
  }

  .sec_category .cont .box_text {
    padding-top: 10px;
    margin-top: 0;
  }

  .sec_category .cate_wrap .cont {
    top: 23%;
    transform: translate(-50%);
  }

  .sec_category .cont .box_text .ttl {
    font-size: 1.4rem;
  }

  .sec_category .cont .box_text .txt {
    font-size: 1em;
    letter-spacing: 0.01em;
  }

  .sec_category .button {
    right: 50%;
    transform: translateX(50%);
    bottom: 10%;
    width: 130px;
  }

  .sec_category .pic_cap {
    bottom: 0;
    left: 0;
    right: auto;
  }

  #swiper1 {
    padding-left: 15px;
    padding-right: 5px;
  }

  .location_photo_box {
    text-align: center;
    flex-wrap: wrap;
  }

  .location_photo_box div {
    width: 100%;
  }

  .zeh_photo_box {
    text-align: center;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .zeh_photo_box div {
    width: 100%;
  }

  .adviserbox_outline {
    margin-top: -120px;
  }

  .bonsai_box h3.bonsai {
    font-size: 18px;
    line-height: 1.688;
    margin-bottom: 40px;
  }

  .bonsai_box_inner01 ul,
  .bonsai_box_inner02 ul {
    display: block;
  }

  .bonsai_box_inner01 ul li:nth-child(1),
  .bonsai_box_inner01 ul li:nth-child(2),
  .bonsai_box_inner02 ul li:nth-child(1),
  .bonsai_box_inner02 ul li:nth-child(2) {
    width: 100%;
  }

  .bonsai_box_inner01 ul li:nth-child(2),
  .bonsai_box_inner02 ul li:nth-child(2) {
    padding-left: 0;
  }

  .bonsai_box_inner01 ul li:nth-child(2) {
    margin-top: 20px;
  }

  .bonsai_box_inner02 ul li:nth-child(1) {
    padding-bottom: 20px;
  }

  .mapBlock {
    height: 480px;
    width: 100%;
  }

  .mapBlock .mapWindow {
    font-size: 12px;
  }

  .mapBlock .centerLabel__logo {
    height: 34px;
    margin-top: 10px;
    width: 52px;
  }

  .mapBtn + .mapBlock {
    margin-top: 10px;
  }

  .footer-contact {
    padding: 60px 40px 65px;
  }

  .footer-contact__title {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .footer-contact__tel {
    align-items: center;
    font-size: 20px;
    justify-content: center;
    margin-top: 25px;
    text-align: center;
  }

  .footer-contact__tel img {
    margin-right: 11px;
    width: 15px;
  }

  .footer-contact__schedule {
    font-size: 10px;
    margin-top: 20px;
    line-height: 1.5;
  }

  .footer-contact__closed {
    font-size: 8px;
    margin-top: 20px;
    line-height: 1.625;
  }

  .footer-contact__about,
  .footer-contact .site-heading {
    display: inline-block;
  }

  .footer-landline {
    margin-top: 50px;
  }

  .footer-landline__txt {
    font-size: 8px;
    line-height: 1.625;
  }

  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.5;
  }

  .footer-subNav {
    margin-top: 50px;
  }

  .footer-subNav__link {
    font-size: 10px;
    justify-content: center;
    letter-spacing: 0.1em;
    padding-left: 22.5px;
    line-height: 1.4;
  }

  .footer-subNav__link:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .footer-subNav__icon {
    width: 12px;
    left: 40%;
  }

  main {
    padding-bottom: 120px;
  }

  .commonButton01 {
    width: auto;
    font-size: 12px;
  }

  .commonButton02 {
    width: 80%;
    font-size: 14px;
  }

  .commonButton02 a,
  .commonButton02 span {
    padding: 16px 0 18px;
  }
}

@media screen and (max-width: 750px) {
  #top #contents .under .block {
    height: auto !important;
  }
}

@media screen and (max-width: 728px) {
  .eqnav {
    text-align: center;
    padding-bottom: 40px;
    font-size: 1em;
  }

  .eqnav li {
    display: inline-block;
    width: 50%;
    min-width: 200px;
    color: #000;
    padding: 0;
    margin-bottom: 15px;
    border-left: 2px solid #ddd;
    border-right: none;
  }

  .eqnav li:last-child {
    border-right: 2px solid #ddd;
  }
}

@media screen and (max-width: 559px) {
  p.top_midasi {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }

  p.zeh_top_midasi {
    font-size: 20px;
    letter-spacing: 0;
  }

  .stage4 {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 359px) {
  p.top_midasi {
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.5px;
  }
}

@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp,
  .sps,
  .mainVisual,
  .pageAnnotation {
    display: none !important;
  }

  #map .main {
    width: 850px !important;
  }
}

@media (hover: hover) {
  [class*="carousel__arrow--"] {
    transition: 0.3s;
  }

  [class*="carousel__arrow--"]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

#top #contents .under {
  position: relative;
  overflow: hidden;
}


@media screen and (min-width: 1025px) {
  .footer-pc-margin {
    margin-top: 300px;
  }
}

.pageTop a,
.pageTop img {
  display: block;
}

.site-footer .logoArea .statement ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .logoArea .statement li a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .site-footer .infoes .base,
  .site-footer .infoes .base.fixed {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
    opacity: 1;
  }

  .site-footer .infoes .infoes-base {
    height: auto !important;
    min-height: 0;
  }

  .site-footer,
  .site-footer .logoArea,
  .logoArea {
    width: 100%;
    overflow: hidden;
  }

  .site-footer .logoArea .statement,
  .logoArea .statement {
    width: 94% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    float: none;
  }

  .site-footer .logoArea .statement ul,
  .logoArea .statement ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .site-footer .logoArea .statement li,
  .logoArea .statement li {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
  }

  .site-footer .logoArea .statement img,
  .logoArea .statement img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .site-footer .copyright,
  .copyright {
    width: 100%;
    float: none;
    clear: both;
  }

  .site-footer .copyright p,
  .copyright p {
    width: auto !important;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .site-footer {
    position: relative;
    z-index: 1;
  }

  .site-footer .infoes {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 10px 0 0;
    position: relative;
  }

  .site-footer .infoes .infoes-base {
    position: static;
    height: auto !important;
    min-height: 0;
  }

  .site-footer .infoes .base,
  .site-footer .infoes .base:not(.fixed),
  .site-footer .infoes .base.fixed {
    display: block !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    opacity: 1 !important;
    background-color: #fff;
    transition: none;
  }

  .site-footer .infoes .inner {
    max-width: none;
    width: 100%;
  }

  .site-footer .logoArea,
  .logoArea {
    clear: both;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: hidden;
  }

  .site-footer .logoArea .statement,
  .logoArea .statement {
    width: 94% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .site-footer .logoArea .statement ul,
  .logoArea .statement ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .site-footer .logoArea .statement li,
  .logoArea .statement li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .site-footer .logoArea .statement img,
  .logoArea .statement img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box !important;
  }

  .site-footer .copyright,
  .copyright {
    clear: both;
    width: 100%;
    padding: 0 0 20px;
  }

  .site-footer .copyright p,
  .copyright p {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pageTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 100001;
  }

  .pageTop a,
  .pageTop img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pageTop {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 9999999 !important;
    pointer-events: auto;
  }

  .pageTop a,
  .pageTop img {
    display: block;
    pointer-events: auto;
  }

  .global-navi-base,
  .sp-navi,
  .tools-base {
    pointer-events: none;
  }

  .global-navi-base.on,
  .sp-navi.on,
  .tools-base.on {
    pointer-events: auto;
  }

  .global-navi-base .layer {
    pointer-events: none;
  }

  .global-navi-base.on .layer {
    pointer-events: auto;
  }
}
		
		
.global-navi {
  position: absolute;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 24px 20px 20px 20px;
  width: 30%;
  height: 100vh;
  opacity: 0;
  transform: scaleX(1);
  transform-origin: right;
  transition: opacity 0.7s, transform 0.5s;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  z-index: 10;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.global-navi .global-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: flex-start;
}

.global-navi .block01 {
  width: 100%;
  padding-bottom: 24px;
  text-align: left;
}

.global-navi .block01 .txt02 {
  position: static;
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.1;
}

.global-navi .block01 .txt02 img {
  max-width: 80%;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .global-navi-base .layer {
    width: 100%;
    height: 100vh;
  }

  .global-navi {
    width: 100%;
    height: 100vh;
    padding: 20px 20px 30px;
    align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .global-navi .global-inner {
    width: 100%;
    align-content: flex-start;
  }

  .global-navi .block01 {
    padding-bottom: 16px;
  }

  .global-navi .block01 .txt02 {
    position: static;
    margin: 0 0 20px;
    left: auto;
    top: auto;
  }

  .global-navi .block01 .txt02 img {
    max-width: 260px;
    width: 100%;
    height: auto !important;
  }

  .global-navi .block02 .links li {
    margin-bottom: 18px;
  }
}