@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit
}
p {
  margin: 0;
}
dl,
ol,
.ul {
  margin: 0;
}
dt,
.dd {
  margin: 0;
}
/****************************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
a,
span,
address,
blockquote,
table,
tr,
th,
.td {
  /*transform: rotate(0.03deg);*/
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*overflow-x: hidden;*/
  /*横スクロールが出るのを隠すため*/
}
html {
  font-size: 62.5%;
  /*font-size: 0.390625vw*/
  /*期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
  /*transform: rotate(0.03deg);*/
}
body {
  color: #000;
  font-size: 1.6rem;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
}
h3 {
  letter-spacing: 0.2em;
}
/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}





/*汎用*/
.buttonA {
  width: fit-content;
  min-width: 30rem;/*24*/
  height: 6.3rem;/*4.3*/
  background: #170e02;
  color: #fff;
  line-height: 1 !important;
  border: none;
  position: relative;
}
.buttonA :is(a, span) {
  font-size: 2rem;/*1.6*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 3em;
  color: inherit;
  font-weight: bold;/*後付け*/
  color: #ff3d3d;
}
.index_cnt4 .inner .grid .buttonA :is(a, span){
  color: #ff3d3d;
}
.buttonA :is(a, span)::after {
 content: ">";
  right: 1em;
  transform: scale(0.5, 1);
  position: absolute;
     
}
.buttonA :is(a, span):hover {
  text-decoration: none;
}
.buttonA :is(a, span):hover::after {
  right: 0.75em;
  position: absolute;
  transition: 0.5s;
}

.buttonB {
  width: auto;
  min-width: 40rem;
  /*20.83vw*/
  height: 9rem;
  padding: 0.7rem;
  background: url(/system_panel/uploads/images/buttonB_bg.png) #000;
  font-size: 2rem;
  color: #d8d6aa;
  letter-spacing: 0.2em;
}
.buttonB a {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  color: #d8d6aa;
  letter-spacing: 0.2em;
  border: 0.1rem solid #504d0f;
  position: relative;
}
.buttonB a:not(.nolink)::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: #504d0f;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.buttonC {
  width: auto;
  min-width: 40rem;
  /*20.83vw*/
  height: 9rem;
  padding: 0.7rem;
  background: url(/system_panel/uploads/images/buttonC_bg.png);
}
.buttonC a {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  color: inherit;
  letter-spacing: 0.2em;
  border: 0.1rem solid #b6ac9d;
  position: relative;
}
.buttonC a::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: #b6ac9d;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}


/*header*/
.header {
  position: relative;
}
.header h1 {
  position: absolute;
  top: 4rem;
  left: 7.29vw;
  /*14rem*/
  color: #fff;
  z-index: 3;
}
.header .element {
  width: 32.8125vw;
  /*63rem*/
  height: 108rem;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  background: url(/system_panel/uploads/images/bg_header.jpg);
  position: absolute;
  right: 0;
  z-index: 2;
}
.header .element .logo {
  width: 30rem;
  margin: 13.5rem auto 4.5rem;
}
.header .element .logo img {
  width: 100%;
}
.header .element>p {
  text-align: center;
}
.header .element>p:not(.tel) {
  margin: 0 auto 1rem;
}

.header .element .tel {
  margin: 0 auto 8rem;
}
.header .element .tel a {
  font-size: 4.5rem;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header .element .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin: 0 1rem 0 0;
}
.header .element .nav {
  width: fit-content;
  margin: auto;
}
.header .element .nav .ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3.125vw;
  /*6rem*/
}
.header .element .nav .ul .li {
  writing-mode: vertical-lr;
  list-style: none;
  letter-spacing: 0.2em;
}
.header .element .nav .ul .li a {
  color: inherit;
  padding: 1em;
  text-decoration: none;
}
.header .element .nav .ul .li a:hover {
  background: #aa9d8c;
  color: #fff;
}

.header .element .nav .ul .li:nth-of-type(6) {
  left: 20%;
}
.header .element .nav .ul .li:nth-of-type(7) {
  right: 20%;
}
.header .element .nav .ul .li:nth-of-type(6),
.header .element .nav .ul .li:nth-of-type(7) {
  width: 28.57%;
  height: 3.2rem;
  border: 0.1rem solid #000;
  writing-mode: initial;
  position: absolute;
  bottom: 9.5rem;
}
.header .element .nav .ul .li:nth-of-type(6) p,
.header .element .nav .ul .li:nth-of-type(7) p {
  width: 100%;
  height: inherit;
}
.header .element .nav .ul .li:nth-of-type(6) a,
.header .element .nav .ul .li:nth-of-type(7) a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  padding: initial;
}


/*main*/
.mainimg {
  width: 100%;
  height: 108rem;
}

.mainimg .pic {
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: inherit;
  background-size: cover;
}
.mainimg .pic:hover {
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: darken;
  background-size: cover;
  transition: 0.5s;
}
.mainimg .pic .buttonB {
  position: absolute;
  top: calc(50% - 4.75rem);
  left: 7.29vw;
  /*14rem*/
}

.bottom {
  width: 100%;
  min-height: 51rem;
  background: url(/system_panel/uploads/images/bg_header.jpg);
  display: grid;
  align-items: center;
}
.bottom .inner {
  width: 80%;
  max-width: 100rem;
  margin: auto;
}
.bottom>.inner>.col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom>.inner>.col2>.left {
  width: 30%;
  border-right: 0.1rem solid #000;
}
.bottom>.inner>.col2>.left::after {}
.bottom>.inner>.col2>.left .logo {
  width: 22.5rem;
}
.bottom>.inner>.col2>.left .logo img {
  width: 100%;
}
.bottom>.inner>.col2>.right {
  width: 70%;
}
.bottom>.inner>.col2>.right .col2 {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  /*6rem*/
  justify-content: end;
}
.bottom>.inner>.col2>.right .col2 .left {}
.bottom>.inner>.col2>.right .col2 .right {}
.bottom>.inner>.col2>.right .col2 .left .tel {
  margin: 0 0 3rem;
  text-align: center;
}
.bottom>.inner>.col2>.right .col2 .left .tel a {
  font-size: 4.3rem;
  /*4.5rem*/
  color: inherit;
  text-decoration: none;
}
.bottom>.inner>.col2>.right .col2 .left .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}

.bottom>.inner>.col2>.right .col2 .left .buttonA {
  margin: auto;
}
.bottom>.inner>.col2>.right .col2 .right p:not(.tel, .buttonA) {
  line-height: 3;
}






/*footer*/
.footer {
  background: url(/system_panel/uploads/images/bg_header.jpg) rgba(182, 170, 151, 0.25);
  background-blend-mode: multiply;
  padding: 8rem 0 2rem;
}
.footer .logo {
  width: 16.6rem;
  margin: 0 auto 4.5rem;
}
.footer .logo img {
  width: 100%;
}
.footer .sns {
  width: fit-content;
  display: flex;
  gap: 3rem;
  margin: 0 auto 5rem;
}
.footer .nav {
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 auto 5rem;
}
.footer .nav .ul {
  width: 80%;
  height: 6rem;
  max-width: 120rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .nav .ul .li {
  list-style: none;
}
.footer .nav .ul .li a {
  color: inherit;
}
.footer .copyright {
  text-align: center;
}







/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}




/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}



/*========= ナビゲーションのためのCSS ===============*/
#wrapper #g-nav {
  /*管理ページ用*/
  position: relative;
  z-index: 9;
  opacity: 1;
  top: 110rem;
}
#wrapper #g-nav .col2 .right {
  display: initial;
}
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: url(/system_panel/uploads/images/bg_header.jpg);
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav {
  padding: 7.29vw;
  /*14rem*/
}
#g-nav .col2 {
  display: flex;
}
#g-nav .col2 .left {
  width: 50%;
  padding: 0 8.33vw 0 0;
  /*16rem*/
}
#g-nav .col2 .left img {
  width: 100%;
}
#g-nav .col2 .right {
  width: 50%;
  display: none;
  /*ナビゲーション天地中央揃え*/
  /*position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);*/
}

#g-nav .col2 .right .logo {
  width: 30rem;
  margin: 0 auto 6rem;
}
#g-nav .col2 .right .logo img {
  width: 100%;
}
#g-nav .col2 .right .info>p {
  text-align: center;
}
#g-nav .col2 .right .info>p:not(.tel) {
  margin: 0 auto 1rem;
}

#g-nav .col2 .right .info .tel {
  margin: 0 auto 8rem;
}
#g-nav .col2 .right .info .tel a {
  font-size: 4.5rem;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#g-nav .col2 .right .info .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin: 0 1rem 0 0;
}
#g-nav .col2 .right .nav {
  width: 100%;
  margin: auto;
  min-height: 33rem;
  position: relative;
}
#g-nav .col2 .right .nav .ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3.125vw;
  /*6rem*/
}
#g-nav .col2 .right .nav .ul .li {
  writing-mode: vertical-lr;
  list-style: none;
  letter-spacing: 0.2em;
  height: fit-content;
}
#g-nav .col2 .right .nav .ul .li p {
  writing-mode: vertical-lr;
  width: 100%;
  height: fit-content;
  letter-spacing: 0.2em;
}
#g-nav .col2 .right .nav .ul .li p a {
  color: inherit;
  padding: 1em;
  text-decoration: none;
}
#g-nav .col2 .right .nav .ul .li a:hover {
  background: #aa9d8c;
  color: #fff;
}

#g-nav .col2 .right .nav .ul .li:nth-of-type(8) {
  left: 20%;
}
#g-nav .col2 .right .nav .ul .li:nth-of-type(9) {
  right: 20%;
}
#g-nav .col2 .right .nav .ul .li:nth-of-type(8),
#g-nav .col2 .right .nav .ul .li:nth-of-type(9) {
  width: 28.57%;
  height: 3.2rem;
  border: 0.1rem solid #000;
  writing-mode: initial;
  position: absolute;
  bottom: 9.5rem;
}
#g-nav .col2 .right .nav .ul .li:nth-of-type(8) a,
#g-nav .col2 .right .nav .ul .li:nth-of-type(9) a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  padding: initial;
}
#g-nav.panelactive .right {
  display: block;
}

/*リストのレイアウト設定*/

#g-nav .li {
  list-style: none;
}

#g-nav .li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}






/*pagetopボタン用*/
.pagetop {
  position: fixed;
  bottom: 5rem;
  right: 10%;
  background: #000;
  color: #fff;
  width: 7rem;
  height: 7rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}






/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "×";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #b6e0c2;
  top: 1.5rem;
}




/*========= 流れるテキストslideAnime ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}




/*wow.js（animate.cssのスクロールのタイミングに発動させるライブラリ）用*/
.box {
  animation-fill-mode: forwards;
}




/*animate.cssの追加css*/
.animate__delay-1s {
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}
.animate__delay-2s {
  animation-delay: calc(var(--animate-delay)*1) !important;
}
.animate__delay-3s {
  animation-delay: calc(var(--animate-delay)*1.5) !important;
}
.animate__delay-4s {
  animation-delay: calc(var(--animate-delay)*2) !important;
}
.animate__delay-5s {
  animation-delay: calc(var(--animate-delay)*2.5) !important;
}
.animate__delay-6s {
  animation-delay: calc(var(--animate-delay)*3) !important;
}




/*slick*/

/*grid,flex時のslick崩れ対策 */
/*dl * {min-height: 0;min-width: 0;}*/


/****以下の例の場合に有効****/
/****
      <dl>
        <dt>ホームページリニューアルしました。</dt>
        <dd class="pic">                    
          <div class="slider">
            <div class="slick-img"><img src="/system_panel/uploads/images/news_cnt1_1.jpg" alt=""></div>
            <div class="slick-img"><img src="/system_panel/uploads/images/2.jpg" alt=""></div>
            <div class="slick-img"><img src="/system_panel/uploads/images/3.jpg" alt=""></div>
            <div class="slick-img"><img src="/system_panel/uploads/images/4.jpg" alt=""></div>
          </div>
          <div class="thumbnail">
            <div class="thumbnail-img"><img src="/system_panel/uploads/images/news_cnt1_1.jpg" alt=""></div>
            <div class="thumbnail-img"><img src="/system_panel/uploads/images/2.jpg" alt=""></div>
            <div class="thumbnail-img"><img src="/system_panel/uploads/images/3.jpg" alt=""></div>
            <div class="thumbnail-img"><img src="/system_panel/uploads/images/4.jpg" alt=""></div>
          </div>
        </dd>
        <dd class="cmt">文章が入ります。リンクやPDFも掲載出来ます。</p></dd>
      </dl>
****/



.slick {}
:is(.slick-img, .thumbnail-img) {
  height: 100%;
  width: inherit;
  aspect-ratio: 1.25/1;
  padding: 0.5rem;
}
:is(.slick-img img, .thumbnail-img img) {
  /*height: auto;
  width: 100%;
  aspect-ratio: 4/3;*/
  /*slickの仕様対策（比率違いの画像対策）*/
  /*padding: 1rem;*/
}
.slick-prev::before {
  content: "<" !important;
  color: #b2ebfe !important;
  font-weight: bold;
  font-size: 6rem !important;
}
.slick-next::before {
  content: " > " !important;
  color: #b2ebfe !important;
  font-weight: bold;
  font-size: 6rem !important;
}
.slick-next {
  right: -8rem !important;
}
.slick-prev {
  left: -8rem !important;
}
.slick-prev,
.slick-next {
  /*background:#000 !important;*/
  transform: scale(0.5, 1) !important;
  top: -40rem !important;
  padding: 1em;
  width: 5rem !important;
  height: 5rem !important;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
  /*黒にする*/
  opacity: 1;
  /*デフォルトは.75が指定されている*/
}










/*==================================================
じわっ
===================================*/

.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}

.winterMenu_link {
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    padding: 10px 20px;
    background: #010080;
    color: #fff;
    position: relative;
    top: 13%;
    left: 30%;
}

.winterMenu_link:hover {
    color: #fff!important;
}

.winterMenu_link_sp {
    display: none;
}

@media screen and (max-width:1024px) {
    .winterMenu_link {
        display: none;
    }
    .winterMenu_link_sp {
        display: inline-block;
        background: #010080;
        color: #fff;
        position: absolute;
        top: 5%;
        font-size: 1.2rem;
        left: 4%;
        border-radius: 50%;
        padding: 4%;
        text-align: center;
    }
}