@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, nlegend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

html {
  font-size: 1px;
  /*@media (max-width:$breakpoint_sp) {
    font-size: .08vw;
  }*/
}

@media (max-width: 1300px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .26vw;
  }
}

body {
  color: #2b2b2b;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  font-family: "Shippori Mincho B1", serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "pwid";
  position: relative;
  letter-spacing: .2em;
}

h1, h2, h3, h4, h5, h6, em, strong, dt {
  font-weight: normal;
}

.gothic {
  font-family: "Raleway", sans-serif;
}

.en,
.garamond {
  font-family: "EB Garamond", serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.all-wrap {
  position: relative;
  z-index: 2;
  letter-spacing: .12em;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10rem;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}

main {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

a.no-link {
  cursor: default !important;
}

a.no-link:hover {
  opacity: 1 !important;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
.require-login {
  display: none !important;
}

.logined .require-login {
  display: block !important;
}

.logined .no-login {
  display: none !important;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.all-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000rem;
}

.images {
  position: relative;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2rem 5rem;
  line-height: 1;
  font-size: 10rem;
  color: #fff;
  line-height: 1.5;
  background: rgba(28, 51, 51, 0.6);
}

.caption.noBg {
  color: #000;
  background: none;
}

.caption.bottom {
  bottom: -20px;
}

.caption.black {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none;
}

video {
  width: 100%;
  height: auto;
}

main {
  background: #93947C;
}

@media screen and (min-width: 1025px) {
  main {
    background-attachment: fixed;
  }
}

main img {
  width: 100%;
}

@media (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}

a.no-link, a.comming-soon, a.disable {
  cursor: default !important;
  pointer-events: none;
}

@media (min-width: 1025px) {
  a.no-link:hover, a.comming-soon:hover, a.disable:hover {
    opacity: 1 !important;
  }
}

@media (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

.disable {
  display: none;
  pointer-events: none;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disabled a,
.disabled {
  pointer-events: none;
}

.disable a:after {
  display: none !important;
}

.sp, .tb {
  display: none !important;
}

@media (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

@media print {
  .site-header,
  .site-footer {
    display: none !important;
  }
  .main {
    padding: 0rem !important;
  }
}

/*==================================================================================
 common-setting
==================================================================================*/
.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    padding-top: 25rem;
    display: block;
    text-align: center;
    margin-bottom: 30rem;
  }
  .swipe img {
    max-width: 280rem;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
}

@media print {
  .sp-menu {
    display: none !important;
  }
  .btns {
    display: none !important;
  }
}

.js-scroll {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 0;
  transform: translateY(40rem);
}

.js-scroll.on {
  opacity: 1;
  transform: translateY(0rem);
}

/*==================================================================================
 common-parts
==================================================================================*/
.page-top {
  position: absolute;
  display: block;
  width: 40rem;
  bottom: 130rem;
  right: 2%;
  z-index: 1000;
}

.page-annotation {
  font-size: 10rem;
  line-height: 1.6;
}

.common-button01 {
  position: relative;
  display: block;
  padding: 15rem 20rem;
  font-size: 11rem;
  text-align: center;
  color: #fff;
  transition: background-color 12.5s,color .5s,border-color .5s;
  border: 1px solid #9b7f2c;
}

.common-button01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  opacity: 1;
  background-color: #9b7f2c;
}

.common-button01 span {
  position: relative;
  z-index: 1;
}

.common-button01.color02 {
  border-color: #1c3333;
}

.common-button01.color02:after {
  background-color: #1c3333;
}

.common-button01.color03 {
  border-color: #6A0107;
}

.common-button01.color03:after {
  background-color: #6A0107;
}

.common-button01.color04 {
  border-color: #1c3333;
  border: .5px solid #fff;
}

.common-button01.color04:after {
  background-color: #1c3333;
}

@media (min-width: 1025px) {
  .common-button01:hover {
    opacity: 1 !important;
  }
  .common-button01:hover:after {
    opacity: 0;
  }
  .common-button01:hover.color01 {
    color: #9B7F2C;
  }
  .common-button01:hover.color02 {
    color: #1c3333;
  }
  .common-button01:hover.color03 {
    color: #6A0107;
  }
}

@media (min-width: 1025px) {
  .site-footer .common-button01:hover {
    opacity: 1 !important;
  }
  .site-footer .common-button01:hover.color01 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
  .site-footer .common-button01:hover.color02 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
}

.common-button02 {
  position: relative;
  display: block;
  padding: 15rem 30rem;
  font-size: 11rem;
  text-align: left;
  color: #fff;
  transition: color .5s,border-color .5s;
  border: 1px solid rgba(28, 51, 51, 0);
  border-radius: 30rem;
  overflow: hidden;
}

.common-button02:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  opacity: 1;
  background: linear-gradient(270deg, #1C3333, #677676);
}

.common-button02 .txt {
  position: relative;
  z-index: 1;
}

.common-button02 .plus {
  display: block;
  position: absolute;
  width: 18rem;
  height: 18rem;
  top: 50%;
  right: 15rem;
  transform: translateY(-50%);
  z-index: 4;
}

.common-button02 .plus:after, .common-button02 .plus::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

.common-button02 .plus::before {
  transform: rotate(90deg);
}

.common-button02.color02 {
  border-color: rgba(155, 127, 44, 0);
}

.common-button02.color02:after {
  background: linear-gradient(270deg, #86723C, #968C66);
}

@media (min-width: 1025px) {
  .common-button02:hover {
    opacity: 1 !important;
    border: 1px solid #1c3333;
  }
  .common-button02:hover:after {
    opacity: 0;
  }
  .common-button02:hover .plus:after, .common-button02:hover .plus::before {
    background-color: #1c3333;
  }
  .common-button02:hover.color01 {
    color: #1c3333;
  }
  .common-button02:hover.color02 {
    color: #9b7f2c;
    border: 1px solid #9b7f2c;
  }
  .common-button02:hover.color02 .plus:after, .common-button02:hover.color02 .plus::before {
    background-color: #9B7F2C;
  }
}

.common-button02.disabled .plus {
  display: none;
}

.pageAnnotationArea {
  padding: 50rem 0;
  font-size: 11rem;
  color: #fff;
  background: #93947C;
}

.pageAnnotationArea p {
  line-height: 1.4;
}

.swipeArea {
  overflow-x: auto;
}

.swipeArea img {
  min-width: 800rem;
}

@media (max-width: 768px) {
  .pageAnnotationArea {
    padding: 25rem 0;
  }
  .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

/*==================================================================================
 siteHeader
==================================================================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.site-header .inner {
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
}

.site-header h1 {
  margin: 0 5%;
  text-align: right;
  padding: 5rem 0 12rem;
  font-size: 10rem;
  color: #fff;
}

.site-header .logo {
  padding-bottom: 14rem;
}

.site-header .logo img {
  max-height: 50rem;
}

.site-header .buttons {
  width: 40%;
  display: flex;
  justify-content: right;
  gap: 10rem;
  padding-right: 55rem;
}

.site-header .buttons li {
  width: 180rem;
}

@media (max-width: 768px) {
  .site-header .logo {
    padding: 7rem 0 8rem;
  }
  .site-header .logo img {
    height: 40rem;
    width: auto;
  }
}

/*==================================================================================
 menu
==================================================================================*/
.menu {
  position: fixed;
  top: 33rem;
  right: 5%;
  width: 45rem;
  height: 30rem;
  z-index: 1201;
}

.menu::after {
  content: "";
  position: absolute;
  display: block;
  top: -10rem;
  right: -6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #d41938;
}

.menu .lines {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  transition: top .5s,transform .5s ,width .2s;
  transform: rotate(0deg);
}

.menu .line01 {
  top: 0;
}

.menu .line02 {
  top: 50%;
}

.menu .line03 {
  top: 100%;
}

.menu.on .line01 {
  top: 50%;
  transform: rotate(35deg);
}

.menu.on .line02 {
  width: 0px;
}

.menu.on .line03 {
  top: 50%;
  transform: rotate(-35deg);
}

#outline .menu .lines, #plan .menu .lines, #plan_detail .menu .lines, #access .menu .lines, #map .menu .lines {
  background-color: #000;
}

/*==================================================================================
 global-navi
==================================================================================*/
.global-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background: url(../images/common/navi-bg.jpg) center;
  background-size: cover;
  color: #fff;
  overflow: auto;
  opacity: 0;
  transform: translateY(-130%) scaleY(1.5);
  z-index: -1;
  pointer-events: none;
}

.global-navi.on {
  z-index: 1200;
  pointer-events: inherit;
  transition: transform .9s , opacity 1.1s;
  transform: translateY(0%) scaleY(1);
  opacity: 1;
}

.global-navi.at {
  transform: translateY(130%) scaleY(1.2);
  opacity: 0;
}

.global-navi .marked {
  position: relative;
  display: inline-block;
}

.global-navi .marked::after {
  position: absolute;
  display: block;
  top: -4rem;
  right: -12rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #d41938;
  content: "";
}

.global-navi .disabled {
  pointer-events: none;
  opacity: .3 !important;
}

.global-navi .disabled .marked::after {
  display: none;
}

.global-navi .global-navi-contents {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-navi .nav-block00 {
  width: 45%;
  text-align: center;
}

.global-navi .nav-block00 .title {
  font-size: 55rem;
  line-height: 1.5;
  padding-bottom: 15rem;
  letter-spacing: .1em;
  font-weight: 100;
}

.global-navi .nav-block00 .lead {
  font-size: 18rem;
}

.global-navi .nav-block01 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.global-navi .nav-block01 .page-link {
  padding: 0rem 0;
  border-bottom: 1px solid #fff;
  padding: 0 0 14rem;
  font-size: 14rem;
}

.global-navi .nav-block01 .page-link a {
  display: block;
  position: relative;
  color: white;
  transition: color .5s;
}

.global-navi .nav-block01 .page-link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 13rem;
  top: 50%;
  width: 5rem;
  height: 5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: right .5s;
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .page-link a:hover {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.4);
  }
  .global-navi .nav-block01 .page-link a:hover::after {
    right: 0rem;
  }
}

.global-navi .nav-block01 .page-link.top {
  width: 100%;
  font-size: 18rem;
  margin-bottom: 33rem;
}

.global-navi .nav-block01 .page-link.top a::after {
  left: 65rem;
  right: auto;
  transition: left .5s;
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .page-link.top a:hover {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.4);
  }
  .global-navi .nav-block01 .page-link.top a:hover::after {
    left: 73rem;
  }
}

.global-navi .nav-block01 .page-link-box {
  width: 30%;
  padding-bottom: 100rem;
}

.global-navi .nav-block01 .page-link-box dd {
  margin-bottom: 18rem;
}

.global-navi .nav-block01 .page-link-box .txt {
  font-size: 18rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-left: 15rem;
  margin-bottom: 25rem;
}

.global-navi .nav-block01 .page-link-box .txt::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background-color: currentColor;
  transform: translateY(-50%);
}

.global-navi .nav-block01 .page-link-box .txt:after {
  content: "";
  color: #AC851F;
  font-size: 60%;
  margin-left: 17rem;
}

.global-navi .nav-block01 .page-link-box .new .txt:after {
  content: "NEW";
}

.global-navi .nav-block01 .nav-contacts {
  width: 40%;
}

.global-navi .nav-block01 .nav-contacts .text01 {
  font-size: 11rem;
  line-height: 1;
  padding-bottom: 1rem;
}

.global-navi .nav-block01 .nav-contacts .tel {
  font-size: 30rem;
  line-height: 1.2;
  padding-bottom: 11rem;
  letter-spacing: .13em;
}

.global-navi .nav-block01 .nav-contacts .tel a {
  color: #fff;
}

.global-navi .nav-block01 .nav-contacts .business-hour {
  font-size: 11rem;
  line-height: 1.5;
}

.global-navi .nav-block01 .nav-others {
  width: 55%;
}

.global-navi .nav-block01 .nav-others .mini-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .mini-links li {
  width: 49%;
}

.global-navi .nav-block01 .nav-others .mini-links a {
  display: block;
  padding: 15rem;
  text-align: center;
  color: #fff;
  font-size: 14rem;
  border: 1px solid #fff;
  transition: background-color .5s,border-bolor .5s;
  background-color: rgba(241, 242, 238, 0);
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .nav-others .mini-links a:hover {
    opacity: 1 !important;
    border: 1px solid rgba(241, 242, 238, 0.34);
    background-color: rgba(241, 242, 238, 0.34);
  }
}

.global-navi .nav-block01 .nav-others .button-links .button-link01 {
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .button-links .button-link02 {
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .button-links .button-link02 a {
  border: 1px solid #fff;
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .nav-others .button-links a:hover {
    opacity: 1 !important;
    border: 1px solid #fff;
    color: #fff;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.foot-navi {
  text-align: center;
  background: #1C1C1C;
  padding-bottom: 1rem;
}

.foot-navi .disabled {
  opacity: .5;
}

.foot-navi ul {
  padding: 30rem 0 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 13rem;
}

.foot-navi ul li a {
  color: #fff;
}

.foot-navi ul li.current a {
  border-bottom-color: #877369;
}

@media (max-width: 768px) {
  .foot-navi {
    padding-bottom: 30rem;
    border-top: none;
  }
  .foot-navi ul {
    padding: 0;
  }
  .foot-navi ul li .en {
    display: block;
    padding-bottom: 5rem;
  }
  .foot-navi ul a {
    display: block;
    font-size: 12rem;
    line-height: 1;
    text-align: center;
    padding: 15rem 0;
  }
}

.site-footer {
  color: #fff;
}

.site-footer .logoes {
  margin: 0 auto;
  max-width: 340rem;
  padding: 0 10rem;
}

.site-footer .logo {
  width: 180rem;
  padding-bottom: 20rem;
  margin: auto;
}

.site-footer .logo a {
  display: block;
}

.site-footer .company-info {
  background: #fff;
  padding: 35rem 0 30rem;
  color: #000;
  position: relative;
}

.site-footer .logo02 {
  float: right;
  max-width: 98rem;
}

.site-footer .copyright {
  display: block;
  padding-top: 30rem;
  text-align: center;
  font-size: 12rem;
}

.site-footer .info-base {
  position: relative;
  min-height: 44rem;
  padding: 30rem 0;
  background: #F2F2F2;
  background: #1C1C1C;
  color: #fff;
}

.site-footer .info-base a {
  color: #fff;
  text-decoration: none;
}

.site-footer .info-base .info {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 29rem 5% 30rem;
  background: #1C1C1C;
  z-index: 300;
}

.site-footer .info-base .info .in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.site-footer .info-base .contact-tel {
  width: 40%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}

.site-footer .info-base .contact-tel .tel-box {
  padding-right: 10rem;
}

.site-footer .info-base .contact-tel .tel {
  font-size: 30rem;
  display: block;
  line-height: 1;
}

.site-footer .info-base .contact-tel .lead {
  padding-bottom: 4rem;
  font-size: 11rem;
}

.site-footer .info-base .contact-tel .business-hour {
  position: relative;
  font-size: 11rem;
  line-height: 1.4;
}

.site-footer .info-base .tools {
  width: 55%;
  display: flex;
  justify-content: right;
}

.site-footer .info-base .tools .tools-links01 {
  font-size: 11rem;
  padding-right: 15rem;
}

.site-footer .info-base .tools .tools-links01 li {
  line-height: 1.6;
}

.site-footer .info-base .tools .tools-links02 {
  display: flex;
  justify-content: right;
  gap: 5rem;
}

.site-footer .info-base .tools .tools-links02 li {
  width: 180rem;
}

@media (max-width: 768px) {
  .site-footer .info-base .info {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    width: auto;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .site-footer .copyright {
    padding-top: 20rem;
    font-size: 10rem;
  }
}

/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 sp
==================================================================================*/
@media (max-width: 768px) {
  /* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
  /*==================================================================================
 default
==================================================================================*/
  .all-wrap {
    padding-bottom: 60rem;
  }
  /*==================================================================================
 siteHeader
==================================================================================*/
  .site-header .inner {
    display: block;
  }
  .site-header .logo {
    padding-top: 11rem;
    padding-bottom: 7rem;
  }
  .site-header .logo img {
    max-height: 37rem;
  }
  .site-header .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    gap: 0rem;
    padding-right: 55rem;
  }
  .site-header .buttons li {
    width: 50%;
  }
  .site-header .buttons li:first-child {
    border-top: .5px solid #fff;
  }
  .site-header .buttons .common-button01.color04 {
    border-bottom: none;
    padding-bottom: 17rem;
  }
  /*==================================================================================
 menu
==================================================================================*/
  .menu {
    position: fixed;
    top: 22rem;
    right: 5%;
    width: 25rem;
    height: 10rem;
  }
  .menu .lines {
    height: 2px;
  }
  .menu .line02 {
    display: none;
  }
  .menu.on .lines {
    background-color: #fff;
  }
  /*==================================================================================
 siteFooter
==================================================================================*/
  .foot-navi ul {
    padding: 0rem 0 0rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .foot-navi ul li {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    font-size: 12rem;
  }
  .foot-navi ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #9B7F2C;
    display: none;
  }
  .foot-navi ul li.current:after {
    display: block;
  }
  .foot-navi ul li:nth-child(odd) {
    border-right: 1px solid #333;
  }
  .site-footer {
    color: #fff;
  }
  .site-footer .logoes {
    margin: 0 auto;
    max-width: 340rem;
    padding: 0 10rem;
  }
  .site-footer .logo {
    width: 180rem;
    padding-bottom: 20rem;
    float: none;
    margin: 0 auto;
  }
  .site-footer .company-info {
    background: #fff;
    padding: 35rem 0 30rem;
    color: #000;
    position: relative;
  }
  .site-footer .logo02 {
    float: none;
    max-width: 98rem;
  }
  .site-footer .copyright {
    padding-top: 15rem;
    font-size: 12rem;
  }
  .site-footer .info-base {
    min-height: inherit;
    padding: 0rem 0 30rem;
  }
  .site-footer .info-base a {
    color: #fff;
    text-decoration: none;
  }
  .site-footer .info-base .info {
    position: static;
    width: 100%;
    padding: 0rem 5%;
  }
  .site-footer .info-base .info .in {
    width: 100%;
    display: block;
  }
  .site-footer .info-base .contact-tel {
    width: auto;
    padding-bottom: 40rem;
    display: block;
  }
  .site-footer .info-base .contact-tel .tel-box {
    padding-right: 0rem;
  }
  .site-footer .info-base .contact-tel .tel {
    display: inline-block;
    font-size: 31rem;
    letter-spacing: .1em;
    margin-bottom: 15rem;
  }
  .site-footer .info-base .contact-tel .lead {
    padding-bottom: 4rem;
    font-size: 14rem;
    line-height: 1.2;
  }
  .site-footer .info-base .contact-tel .business-hour {
    font-size: 14rem;
    line-height: 1.9;
  }
  .site-footer .info-base .tools {
    width: auto;
    display: block;
  }
  .site-footer .info-base .tools .tools-links01 {
    display: none;
  }
  .site-footer .info-base .tools .tools-links02 {
    display: block;
  }
  .site-footer .info-base .tools .tools-links02 li {
    padding-bottom: 11rem;
    width: auto;
  }
  .site-footer .copyright {
    padding-top: 20rem;
    font-size: 10rem;
    line-height: 1.5;
  }
  /*==================================================================================
 global-navi
==================================================================================*/
  .global-navi {
    background-image: url(../images/common/navi-bg-sp.jpg);
  }
  .global-navi .global-navi-contents {
    position: relative;
    top: 0rem;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 20rem;
    transform: translateY(0%);
    display: block;
  }
  .global-navi .nav-block00 {
    display: none;
  }
  .global-navi .nav-block01 {
    width: auto;
    display: block;
  }
  .global-navi .nav-block01 .page-link {
    border-bottom: 1px solid #fff;
    padding: 0 0 12rem;
    font-size: 14rem;
  }
  .global-navi .nav-block01 .page-link a {
    display: block;
    position: relative;
  }
  .global-navi .nav-block01 .page-link a::after {
    width: 5rem;
    height: 5rem;
  }
  .global-navi .nav-block01 .page-link.top {
    width: 100%;
    font-size: 16rem;
    margin-bottom: 18rem;
  }
  .global-navi .nav-block01 .page-link-box {
    width: auto;
    padding-bottom: 18rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .global-navi .nav-block01 .page-link-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .global-navi .nav-block01 .page-link-box dt {
    width: 100%;
  }
  .global-navi .nav-block01 .page-link-box dd {
    width: 48%;
    margin-bottom: 18rem;
  }
  .global-navi .nav-block01 .page-link-box .txt {
    font-size: 16rem;
    padding-left: 22rem;
    margin-bottom: 12rem;
  }
  .global-navi .nav-block01 .page-link-box .txt::before {
    width: 12rem;
    height: 12rem;
  }
  .global-navi .nav-block01 .page-link-box .txt:after {
    font-size: 60%;
    margin-left: 11rem;
  }
  .global-navi .nav-block01 .nav-others {
    width: auto;
  }
  .global-navi .nav-block01 .nav-others .mini-links {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10rem;
  }
  .global-navi .nav-block01 .nav-others .mini-links li {
    width: 49%;
  }
  .global-navi .nav-block01 .nav-others .mini-links a {
    display: block;
    padding: 15rem;
    text-align: center;
    color: #fff;
    font-size: 14rem;
    border: 1px solid #fff;
  }
  .global-navi .nav-block01 .nav-others .button-links .button-link01 {
    padding-bottom: 10rem;
  }
  .global-navi .nav-block01 .nav-others .button-links .button-link02 a {
    border: 1px solid #fff;
  }
}

/*# sourceMappingURL=style.css.map */
