/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  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);*/
}
a:hover {
  text-decoration: none;
}
*,
::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: #565656;
  font-size: 1.5rem;
  font-weight: 700;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
}

/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.title {
  display: grid;
}
.title h3 {
  text-align: center;
}
.title p {
  font-size: 5.5rem;
  text-align: center;
  color: #191919;
  grid-row: 1/2;
  margin: 0 0 2rem;
}
.buttonA{
  width: 15rem;
  height: 3rem;
  line-height: 1;
}
.buttonA :is(a,span){
  width: inherit;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  color: #191919;
  position: relative;
  text-decoration: none;
}
.buttonA :is(a,span)::after{
  content:"";
  background: url(/system_panel/uploads/images/buttonA_arrow.png) no-repeat;
  width: 14.6rem;
  height: 0.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.buttonA :is(a,span):hover::after{
  right: -1rem;
  transition: 0.5s;
}



/*header*/
.header {
  width: 100%;
  height: 11rem;
  padding: 0 7.29vw
    /*14rem*/
    0 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.header h1 {
  font-size: 1.6rem;
}
.header .logo {
  padding: 0 0 0 7.29vw
    /*14rem*/
  ;
}


/*main*/
.toptitle{
  width: 100%;
  height: 20rem;
  background: #a48b77;
  margin: 14rem auto ;
  display:grid;
  align-items: center;
  align-content: center;
  text-align: center;
}
.toptitle_02 {
  margin-bottom: 0;
}
.toptitle h2{
  color: #d3cac3;
  grid-row: 2/3;
}
.toptitle p{
  color: #d3cac3;
  font-size: 4.5rem;
  margin: 0 auto 1.5rem;
  grid-row: 1/2;
}


.giftticket {
  width: 80%;
  max-width: 114rem;
  background: url(/system_panel/uploads/images/index_ticket.jpg) no-repeat;
  background-size: 100%;
  margin: 0 auto 16rem;
  aspect-ratio: 3.1666/1;
  overflow: hidden;
  display: grid;
  align-content: center;
}
.giftticket:hover{
  opacity: 0.7;
  transition: 0.5s;
}
.giftticket .title {
  margin: 0 auto 3.5rem;
}
.giftticket .title h3 {
  color: #fff;
}

.giftticket .title p {
  color: #fff;
  text-shadow: 0 0 1.3rem rgba(255, 255, 255, 0.4);
  margin: 0 auto 2rem;
}
.giftticket>p {
  text-align: center;
  color: #fff;
  line-height: 2.66;
}


.ordersuits_box {
  background: #f3f3f2;
  padding: 19rem 0 22rem;
  margin: 0 auto 15rem;
}
.ordersuits_box .inner {}
.ordersuits_box .inner .title {
  margin: 0 auto 9rem;
  text-align: center;
}
.ordersuits_box .inner>p {
  text-align: center;
  line-height: 3.6;
  margin: 0 auto 10rem;
}
.ordersuits_box .inner .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.ordersuits_box .inner .grid a{
  text-decoration: none;
}
.ordersuits_box .inner .grid a .dl {
  background-size: cover !important;
  background-blend-mode: darken;
  aspect-ratio: 1.35/1;
  overflow: hidden;
  display: grid;
  align-content: center;
  text-align: center;
}
.ordersuits_box .inner .grid a:nth-of-type(1) .dl {
  background: url(/system_panel/uploads/images/index_cnt4_1.jpg) rgba(0, 0, 0, 0.4) no-repeat;
}
.ordersuits_box .inner .grid a:nth-of-type(2) .dl {
  background: url(/system_panel/uploads/images/index_cnt4_2.jpg) rgba(0, 0, 0, 0.4) no-repeat;
}
.ordersuits_box .inner .grid a:nth-of-type(3) .dl {
  background: url(/system_panel/uploads/images/index_cnt4_3.jpg) rgba(0, 0, 0, 0.4) no-repeat;
}
.ordersuits_box .inner .grid .dt {
  font-size: 3.7rem;
  color: #fff;
  margin: 0 auto 1.5rem;
}
.ordersuits_box .inner .grid .dd {
  color: #fff;
}
.ordersuits_box .inner .grid a:hover {
}

.ordersuits_box .inner .grid a:hover .dl{
  /*box-shadow: 0 0 2rem rgba(255,255,255,0.9) inset !important;*/
  opacity: 0.7;
  transition: 0.5s;
}



.bottom .col2{
  display: flex;
  min-height: 45rem;
}

.bottom .col2 h2{
  font-size: 3.5rem;
  color: #f3f3f2;
  text-align: center;
}
.bottom .col2 .sns{
  background: #a48b77;
  width: 50%;
  min-height: inherit;
  display: grid;
  align-content: center;
  text-align: center;
}
.bottom .col2 .sns_02 {
  background: #fff;
}
.bottom .col2 .sns h2{
  margin: 0 0 9rem;
}
.bottom .col2 .sns_02 h2 {
  color: #ff0066;
}
.bottom .col2 .sns_02 h2 span {
  color: #ff0066 !important;
}
.bottom .col2 .sns .grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 34.375%/*33rem*/;
  margin: auto;
}
.bottom .col2 .sns .grid .icon:not(:last-of-type){
  border-right: 0.1rem solid #b6a89c;
}
.bottom .col2 .contact{
  background: #896e59;
  width: 50%;
  min-height: inherit;
  display: grid;
  align-content: center;
  text-align: center;
}
.bottom .col2 .contact_02 {
  background: #fff;
  color: #000;
}
.bottom .col2 .contact h2{
  margin: 0 0 4rem;
}
.bottom .col2 .contact_02 h2 {
  color: #000;
}
.bottom .col2 .contact_02 h2 span {
  color: #000 !important;
}
.bottom .col2 .contact :is(.mail,.line){
  width:37.5%/*36rem*/ ;
  height: 6rem;
  border: 0.1rem solid #fff;
  margin: auto;
}
.bottom .col2 .contact_02 :is(.mail, .line) {
  border: 0.1rem solid #000;
}
.bottom .col2 .contact :is(.mail,.line) a{
  width:100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bottom .col2 .contact_02 :is(.mail, .line) a {
  color: #000;
}
.bottom .col2 .contact .mail{
  margin: 0 auto 2rem;
}
.bottom .col2 .contact .mail a::before{
  content:"";
  background: url(/system_panel/uploads/images/icon_mail.png) no-repeat;
  width: 1.9rem;
  height: 1.4rem;
  margin: 0 1.5rem 0 0;
  background-size: cover;
}
.bottom .col2 .contact .mail_02 a::before {
  background: url(/system_panel/uploads/images/20250526115912469333.png) no-repeat;
}

.bottom .col2 .contact .line a::before{
  content:"";
  background: url(/system_panel/uploads/images/icon_line3.png) no-repeat;
  width: 1.9rem;
  height: 1.8rem;
  margin: 0 1.5rem 0 0;
  background-size: cover;
}
.bottom .col2 .contact .line_02 a::before {
  background: url(/system_panel/uploads/images/20250526120017290505.png) no-repeat;
}






/*footer*/
.footer{
  padding: 10rem 0 2rem;
}
.footer .inner .logo{
  display: inline-block;
  margin: 0 4.166vw/*8rem*/ 0 0 ;
}

.footer .inner .sns{
  width: 23rem;
  display: inline-grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .inner .sns .icon{
  text-align: center;
}
.footer .inner .sns .icon:not(:last-of-type){
  border-right: 0.1rem solid #dadbd6;
}
.footer .inner .copyright{
  text-align: right;
}






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




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




/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}




/*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;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {}
.header.scroll-nav {
  /* 余白を狭くする */
  /* 背景を白にする */
  background: rgba(255, 255, 255, 0.6);
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.0);
}

.header.scroll-nav > h1{
  display: none;
}


/*アコーディオン*/
.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(.slider,.slick-track, .slick-list, .slick-img, .thumbnail-img) {
  width: 100%;
  height: 100%;
}
:is(.slick-img img, .thumbnail-img img) {
  /*height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  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が指定されている*/
}









/*========= ナビゲーションのためのCSS ===============*/
#wrapper #g-nav{/*管理ページ用*/
position:relative;
  z-index:9;
opacity:1;
  top:14rem;
}
#g-nav .col2{
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
#g-nav .col2 .left{
  width: 40%;
  height: inherit;
  display: grid;
  align-content: center;
  justify-content: center;
}

#g-nav .col2 .left .logo{
  margin: 0 auto 6rem;
}
#g-nav .col2 .left .sns{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#g-nav .col2 .left .sns .icon{
  width: 100%;
  text-align: center;
}

#g-nav .col2 .left .sns .icon:not(:last-of-type){
  border-right: 0.1rem solid #dadbd6;
}
#g-nav .col2 .right{
  width: 60%;
}
#g-nav .col2 .right .ul .li a{
  font-size: 1.6rem;
  color: #565656;
}
#g-nav .col2 .right .ul .li a.color_bl {
  color: #000;
}
#g-nav .col2 .right .ul .li{
  margin: 0 0 6rem;
}
#g-nav .col2 .right >.ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows:7.6rem 7.6rem 7.6rem 7.6rem 7.6rem 7.6rem ;
}
#g-nav .col2 .right >.ul>.li{
  list-style: none;
}
#g-nav .col2 .right >.ul>.li:first-of-type{
  display: none;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(2){
  grid-column: 1/2;
  grid-row: 1/2;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(3){
  grid-column: 1/2;
  grid-row: 2/7;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(4){
  grid-column: 2/3;
  grid-row: 1/5;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(5){
  grid-column: 2/3;
  grid-row: 5/7;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(6){
  grid-column: 3/4;
  grid-row: 1/2;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(7){
  grid-column: 3/4;
  grid-row: 2/3;
}
#g-nav .col2 .right >.ul>.li:nth-of-type(8){
  grid-column: 3/4;
  grid-row: 3/4;
}
#g-nav .col2 .right >.ul>.li>.ul{
  margin: 6rem 0 0;
}
/*
#g-nav .col2 .right >.ul>.li>.ul>.li{
  padding: 0 0 0 5rem;
}
#g-nav .col2 .right >.ul>.li>.ul>.li::marker{
  content:"-";
  transform: scale(2);
}
*/

#g-nav .col2 .right >.ul>.li>.ul>.li{
  padding: 0 0 0 5rem;
  display: flex;
  position: relative;
}
#g-nav .col2 .right >.ul>.li>.ul>.li::before{
  content:"-";
  transform: scale(2 ,1);
  left: 0;
  position: absolute;
}

/*ここまで追加設定*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  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 .ul {
  /*display: none;*/
  /*ナビゲーション天地中央揃え*/
  /*position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

#g-nav.panelactive .ul {
  display: block;
}

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

/*
#g-nav .li {
  list-style: none;
  text-align: center;
}

#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%;
}

.headerlogo{
  width: 16rem ;
}


/* 追加@20241115 */

.aboutMain .secPanel {
  padding: 0 0 200px;
}

.aboutMain .secPanel .ttl {
  padding: 30px 20px;
}

.aboutMain .secPanel .ttl h2 {
  position: relative;
  display: inline-block;
  color: #c5c5bf;
  letter-spacing: 0.2em;
  padding: 0 0 0 30px;
  font-size: 20px;
}

.aboutMain .secPanel .ttl h2:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #c5c5bf;
}

.aboutMain .secPanel .dl .dt {
  margin: 0 0 40px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.aboutMain .secPanel .dl .dd {
  line-height: 2;
  letter-spacing: 0.1em;
}

.aboutMain .secPanel .dl .dd p + p {
  margin: 20px 0 0;
}

.aboutMain .secPanel .section.sec04 {
  display: flex;
  margin: 100px 0 0;
  flex-direction: column;
}

.aboutMain .secPanel .section .photo img {
  max-width: 100%;
  height: auto;
  position: static;
}

.aboutMain .secPanel .dl {
  padding: 0 10px;
}

.aboutMain .secPanel .sec04 .photo {
  order: -1;
}

.aboutMain .secPanel .photo,
.aboutMain .secPanel .txtBox{
  width: 100%;
}



@media (min-width: 1025px) {
  
  .aboutMain .secPanel .ttl h2 {
    padding: 0 0 0 50px;
    font-size: 30px;
  }
  .aboutMain .secPanel .sec04 .photo {
    order: 1;
  }

  .aboutMain .secPanel .ttl h2:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #c5c5bf;
  }

  .aboutMain .secPanel .dl {
    padding: 60px 40px 0;
  }

  .aboutMain .secPanel .section.sec04 {
    display: flex;
    flex-direction: row;
}

  .aboutMain .secPanel .photo{
    width: 60%;
  }

  .aboutMain .secPanel .txtBox{
    width: 40%;
  }

  .aboutMain .secPanel .section .photo {
      overflow: hidden;
      position: relative;
      min-height: 520px;
  }

  .aboutMain .secPanel .sec04 .topAboutInr:before {
      content: '';
      position: absolute;
      top: 100px;
      left: -50px;
      width: 1000px;
      height: 500px;
      z-index: -1;
      background: #f3f3f2;
  }

  .aboutMain .secPanel .section .photo img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .aboutMain .secPanel .sec04 .topAboutInr {
    position: relative;
    display: inline-block;
    max-width: 600px;
    text-align: left;
  }
}