.home-contents {
  max-width: 800px;
  margin: auto;
}

@font-face {
  font-family: 'Kazekawa-Bold';
  src: url(../font/Kazesawa-Bold.ttf);
}

@font-face {
  font-family: 'Kazekawa-Extrabold';
  src: url(../font/Kazesawa-Extrabold.ttf);
}

@font-face {
  font-family: 'Kazekawa-ExtraLight';
  src: url(../font/Kazesawa-ExtraLight.ttf);
}

@font-face {
  font-family: 'Kazekawa-Light';
  src: url(../font/Kazesawa-Light.ttf);
}

@font-face {
  font-family: 'Kazekawa-Regular';
  src: url(../font/Kazesawa-Regular.ttf);
}

@font-face {
  font-family: 'Kazekawa-semibold';
  src: url(../font/Kazesawa-Semibold.ttf);
}

html {
  scroll-padding-top: 60px !important;
  /* 固定ヘッダの高さ分 */
  width: 100vw;
  overflow-x: hidden;
  font-size: 62.5%;
}

p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

dt,
dd {
  padding: 0 !important;
  font-size: max(1.4vw, 14px) !important;
}


.Kosugi-Maru {
  font-family: 'Kosugi Maru', sans-serif !important;
}

/* ロード画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 9000;

}

#loading p {
  font-size: 1.6rem;
}

#animation {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#animation img {
  width: 50px;
  height: 50px;
}

#animation p {
  color: #f3d552;
  margin-bottom: 0;
}

#animation svg {
  fill: none;
  stroke: #f3d552;
  stroke-width: 10;
  stroke-dasharray: 230 230;
  animation: loader 2.8s infinite linear, loading 2.4s infinite linear;
  stroke-linecap: round;
}

@keyframes loader {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -460;
  }
}

@keyframes loading {
  from {
    transform: none;
  }

  to {
    transform: rotate(360deg);
  }
}

/* スライドアウトするクリッピングパスのアニメーション */
.slideout {
  animation: 0.6s ease-in-out slideout forwards;
}

@keyframes slideout {
  from {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }

  to {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}

/* ロード画面ここまで */


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  display: none;
}

.img002 {
  display: none;
}

.img02 {
  display: none;
  width: auto;
  margin: 0 10%;
}


.top-bar-icon {
  position: absolute;
  width: 3.2vw;
  height: auto;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}

.home-space2 {
  display: none;
}


.list1:hover .home {
  position: absolute;
  top: -1.6vw;

  animation: x-tidimu 1s cubic-bezier(.05, 1.67, .64, .67) forwards;
}

@keyframes x-tidimu {
  from {
    transform: scaleX(1) rotate(0);
  }

  to {
    transform: scaleX(0.8) rotate(630deg);
  }
}

.list1:hover .home-space {
  animation: bunish 0.4s ease forwards;
  transform-origin: 50% 50%;
  position: absolute;
  top: -1.6vw;
}

.list1:hover .home-space2 {
  display: inline;

  animation: bunish2 0.4s ease forwards;
  transform-origin: 50% 50%;
}

@keyframes bunish {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0.6);
  }
}

@keyframes bunish2 {
  from {
    transform: scaleX(1), scaleY(1);
    opacity: 0;
  }

  to {
    transform: scaleX(0.6), scaleY(1);
    opacity: 1;

  }
}

.toiawase2 {
  position: absolute;
  top: 0%;
  left: -2px;
  transform: translateY(-166%);
  -webkit-transform: translateY(-166%);
  -ms-transform: translateY(-166%);
  width: 3.6vw;
}



.list3 {
  overflow: hidden;
  position: relative;

}

.list div {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.gaiyou {
  width: min(90%, 800px);
  margin-top: 8rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


.gaiyou1 {
  transform-origin: 46% 36%;
}

.gaiyou2 {
  display: none;
}

.gaiyou-matome {
  border-radius: 4px;
  width: 90%;
  background-color: hsl(39, 87%, 93%);
  box-shadow: 2px 2px 8px 4px hsl(35, 84%, 72%);
  padding-bottom: 12px;
}

.gaiyou-matome>div>p>span {
  display: inline-block;
  font-size: 12px;
  color: #3d3d3d;
  text-align: end;
}

.gaiyou-matome dt {
  border-right: solid 1px #dcdcdc;
  flex: 0 0 auto;
  width: 35%;
}

.gaiyou-matome dd {
  flex: 0 0 auto;
  width: 65%;
  text-align: end;
}



.gaiyou-matome a {
  text-shadow: 0 2px 3px rgb(236, 97, 4), 2px 2px 3px rgb(236, 97, 4), 2px 0 3px rgb(236, 97, 4);
}

.list3:hover .gaiyou1 {
  position: absolute;
  top: -1.6vw;
  animation: nozoku 0.4s ease forwards;
}

@keyframes nozoku {
  from {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }

  to {
    filter: blur(0px);
    transform: scale(3);
    opacity: 0;
  }
}

.list3:hover .gaiyou2 {
  top: -1.6vw;
  display: inline;
  animation: kakudai 1.0s ease forwards;
}

@keyframes kakudai {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}

.list4:hover .toiawase1 {
  position: absolute;
  top: -1.5vw;

  animation: purupuru 1s infinite alternate;
}

@keyframes purupuru {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(-1px, -0);
  }

  10% {
    transform: translate(1px, 0);
  }

  15% {
    transform: translate(-1px, -0);
  }

  20% {
    transform: translate(1px, 0);
  }

  25% {
    transform: translate(-1px, -0);
  }

  30% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.list4:hover .toiawase2 {
  position: absolute;
  top: -1.6vw;
  animation: katamuki 0.4s ease forwards;
  transform-origin: 50% 100%;
}

@keyframes katamuki {
  from {
    transform: rotate(0deg) translateY(0) translateX(0);
  }

  to {
    transform: rotate(20deg) translateY(-6px) translateX(-1px);
  }
}

.down-bar {
  margin-top: 28px;
  min-height: calc(100vh - 28px);
  position: relative;
  padding-bottom: 201px;
  box-sizing: border-box;
}

body:has(#wpadminbar) .down-bar{
margin-top:92px !important;
min-height:calc(100vh - 92px);
}

body:not(:has(#wpadminbar)) .down-bar{
  margin-top: 28px !important;
    min-height: calc(100vh - 28px);
}

.syaryou-syoukai {
  width: 3.6vw;
  left: 6%;
  overflow: hidden;
}

.list2:hover .syaryou-syoukai {
  position: absolute;
  top: -1.6vw;
  animation: kakukaku 1s linear infinite;
  animation-timing-function: steps(1);
}

@keyframes kakukaku {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

.syoukai2 {
  background-color: rgba(128, 100, 160, 0.1);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0px;
  left: 20%;
  width: 60% !important;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 4;
  background-image: url(../img/suteki-window.png);
}

.off {
  display: none;
  opacity: 0;
  animation: fadeOut 0.4s forwards;
}

.on {
  display: inline;
  animation: fadeIn 0.6s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.top-image {
  width: 100%;
  height: max(20vw, 240px);
  background-color: #f3d552;
}

.top-image p {
  line-height: max(20vw, 240px);
  color: #fff;
  font-size: max(8vw, 32px);
}

.catch-copy {
  position: relative;
  z-index: 2;
  top: 30px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 2%;
  background-image: linear-gradient(40deg, rgb(255, 163, 25), #f3d552);
  overflow-y: hidden;
}

.catch-copy img {
  position: absolute;
  top: -20%;
  right: 10px;
  width: 30vw;
  height: auto;
  opacity: 0.4;
  pointer-events: none;

}

.catch-copy p {

  color: #fff;
  font-weight: 600;
  font-size: max(4vw, 18px);
  text-shadow: 0 2px 3px rgb(236, 97, 4), 2px 2px 3px rgb(236, 97, 4), 2px 0 3px rgb(236, 97, 4);
}

.catch-copy2 {
  padding-top: 0;
  top: 0 !important;
}

.catch-copy2 span {
  color: #ffc;
  font-weight: 600;
  text-shadow: 0 0 2px rgb(236, 97, 4), 0 2px 0 rgb(236, 97, 4), 2px 0 0 rgb(236, 97, 4), 0 2px 2px rgb(236, 97, 4), 2px 0 2px rgb(236, 97, 4);
  border-bottom: solid 4px aquamarine;
}

.header {
  width: 100%;
  height: 60px;
  background-color: #f3f384;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  z-index: 10;
  font-family: 'Kosugi Maru', sans-serif;
  top: 0;
}

.dummy-bar {
  width: 100%;
  height: 60px;
  background-color: #f3f384;
  display: none;
}

.dummy-bar img {
  width: auto;
  height: 60px;
}

.image img {
  height: 60px;
  width: auto;
  padding: 0;
}

.car-image2 {
  width: 3.5%;
  max-width: 3.5%;
  margin-bottom: 0.5vw;
  animation: ido 1s infinite;
  animation-timing-function: steps(2, start);
  -webkit-animation-timing-function: steps(2, start);

}

@keyframes ido {
  from {
    transform: translateY(4px);
  }

  to {
    transform: translateY(-2px);
  }
}

.syaryou {

  background-color: #fff;
  margin-bottom: 3rem;
  margin-top: 3rem !important;
}

.syaryou:not(:first-of-type) {
  margin-top: 3rem !important;
}

.syaryou>div {
  margin-bottom: 4rem;
}

.syaryou>div>div {
  padding-bottom: 16px;
  border: solid 1px #f0ad4e;
  overflow: visible;
}

.menue {
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
}

.list {
  font-size: 1.5vw;
  margin: 0 0 0 0%;
  width: 17.5vw;
  height: 60px;
  background-color: #f3f384;
  position: relative;
  transition: background-color .3s, color .3s;
  text-align: center;
  line-height: 60px;
}


.list:hover {
  background-color: #f3d552;
  color: rgb(255, 255, 255);
}



.list:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.drop {
  visibility: hidden;
  /*デフォルトでは非表示の状態にしておく*/
  opacity: 0;
  /*不透明度0*/
  transition: all .3s;
  /*表示の変化を0.3秒に指定*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.list:hover .drop {
  display: block;
  visibility: visible;
  /*Gナビメニューにホバーしたら表示*/
  opacity: 1;
  /*不透明度1*/
}

a {
  text-decoration: none !important;
}



#frost,
#wagon {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

.container-fluid {
  position: relative;
  top: 60px;
}

.dropdown-list {
  background-color: rgb(112, 203, 255);
  color: #000;
  height: 60px;
  transition: all .3s;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}

.dropdown-list:hover {
  background-color: aqua;
  color: #fff;
}

.dropdown-list span {
  display: inline-block;
  white-space: nowrap;
}

.left {
  display: flex;
  width: 60%;
  margin: 0px;

}

.space {
  height: 5vh;
  width: 100%;
  display: flex;
}

h1 {
  background-color: #fff;
  position: relative;
  top: 30px;
  padding: 2vh;
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 30px 0;
}

.haikei {
  background-color: #fff;
}

footer {
  position: absolute;
  /*←絶対位置 */
  bottom: 0;
  /*下に固定*/
  background-color: #000;
  color: #fff;

}

footer .col-12 {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 700;
}

footer dt {
  text-align: center;
  font-size: 14px !important;
  margin: 8px 0 !important;
}

footer dd {
  text-align: start;
  font-size: 14px !important;
  margin: 8px 0;
}

.footer-text {
  width: 50%;
  text-align: left;
  padding-left: 5%;
  line-height: 3;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 1.2vw;
}

.button-o {
  color: #fff !important;
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #f3d552;
  border-bottom: solid 5px;
  border-color: orange;
  padding: 3% 0 3% 0;
  margin-bottom: 0;
  transition:
    background-color .2s,
    border-color .2s;
  cursor: pointer;
  font-size: 12px;
}

.button a {
  text-decoration: none;

}

.button-o:hover {
  border-bottom: solid 2px;
  background-color: orange;
  border-color: orangered;
  transform: translateY(3px);
  margin-bottom: 3px;
}

body {
  margin-top: 60px;
  font-family: 'RocknRoll One', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
  width: 100%;
/*  height: 100%; */
  position: absolute;
}

.right-all {
  height: 100%;
  width: 40%;
  margin-top: 0;
}

.right {
  width: 100%;
  padding: 0 7% 0 3%;
  margin: 0px 0px 0px 0px;
}

.right-text {
  text-align: left;
  font-family: 'BIZ UDPGothic', sans-serif;
  padding: 0.5% 0.3vw 0.5% 0.3vw;

}

.right-bottom {
  width: 100%;
  background-color: #fff;
  float: right;
  padding: 0 7% 10% 3%;
}

.migiyori {
  width: 20%;
  text-align: right;
}

.white {
  background-color: white;
}

td {
  border-width: 1px;
  border: #000;
  border-collapse: collapse;
  padding: 0px;

}

table {
  position: relative;
  top: -30px;
}

.title-bar {
  height: 48px;
  margin-bottom: 8px;
  background-image: linear-gradient(40deg, rgb(255, 163, 25), #f3d552);
  width: 100%;
  font-size: max(2vw, 14px);
  font-weight: 700;
  font-family: 'RocknRoll One';
  padding: 0;
  text-align: center;
  line-height: 6vw;
  position: sticky;
  top: 59px;
  z-index: 2;
  box-shadow: 0 7px 0 0 #fff;
}

.title-bar>p {
  line-height: 48px;
}

[id*="rental"] {
  scroll-margin-top: 90px;
}

.main {
  top: 0px;
}



.setumei {
  font-size: max(1.5vw, 14px);
  padding: 0 2% 0 2%;
  text-align: center;
}

.setumei span {
  display: inline-block;
}





/*画像の横幅を100%にしてレスポンシブ化*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

[class*="gallery"] {
  background:
    linear-gradient(135deg, rgb(224, 255, 253) 25%, transparent 10%) -50px 0,
    linear-gradient(225deg, rgb(224, 255, 253) 25%, transparent 10%) -50px 0,
    linear-gradient(315deg, rgb(224, 255, 253) 25%, transparent 10%),
    linear-gradient(45deg, rgb(224, 255, 253)25%, transparent 10%);
  background-size: 2em 2em;
  background-color: rgb(207, 241, 245);
  position: relative;
  margin-top: -30px;
  height: calc(100%-60px);
  margin: 0 0 5px 0;
  width: 100%;
  height: auto;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 8px solid rgb(255, 163, 25) !important;
  /*矢印の色*/
  border-right: 8px solid rgb(255, 163, 25) !important;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

[class*="choice-btn"] li {
  cursor: pointer;
  outline: none;
  background: #666;
  width: 25%;
  display: flex;
  justify-content: center;
}

[class*="choice-btn"] li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

[class*="choice-btn"] li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

[class*="choice-btn"] .slick-track {
  transform: unset;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
}


p {
  margin: 30px 0;
  word-wrap: break-word;
}

.sheet {
  padding: 0;
  padding-bottom: 8px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
  background-color: darkslateblue;
}

.sheet>p {
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 16px;
}

.att1,
.att2 {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 600;
}

/*==================================================
スライダーのためのcss
===================================*/
.top-slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  position: absolute;
  z-index: 1;
  top: 10px;
  height: auto;
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;


}

.top-slider .slick-list {
  padding: 0 !important;
}

.top-slider .slick-slide {
  max-width: 800px;
}

.top-slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.top-slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2vw;
  transform: rotate(-135deg);
}



.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2vw;
  transform: rotate(45deg);
}



.prev-icon {
  z-index: 3;
  position: absolute;
  bottom: 16%;
  right: 4%;

  width: max(12vw, 14px) !important;
  transform: translate(0, -50%);
  z-index: 1;
  animation: fluffy1 1s ease infinite;
}

.next-icon {
  position: absolute;
  bottom: 16%;
  left: 4%;

  width: max(12vw, 14px) !important;
  transform: translate(0, -50%);
  z-index: 1;
  animation: fluffy2 1s ease infinite;
}

.prev-icon2 {
  z-index: 3;
  position: absolute;
  bottom: calc(50% - 64px);
  right: 4%;
  cursor: pointer;
  width: 64px !important;
  transform: translate(0, -50%);
  z-index: 1;
  animation: fluffy1 1s ease infinite;
}

.next-icon2 {
  position: absolute;
  bottom: calc(50% - 64px);
  left: 4%;
  cursor: pointer;
  width: 64px !important;
  transform: translate(0, -50%);
  z-index: 1;
  animation: fluffy2 1s ease infinite;
}



@keyframes fluffy1 {

  0%,
  100% {
    transform: translateX(-10px)
  }

  50% {
    transform: translateX(15px);
  }
}

@keyframes fluffy2 {

  0%,
  100% {
    transform: translateX(10px)
  }

  50% {
    transform: translateX(-15px);
  }
}

.window {
  padding: 0 5rem;
  margin: 2% 0;
  margin-top: 46px !important;
  height: auto;
  position: relative;
}

[class*="scroll-bar"] {
  height: 100%;
  width: 4rem;
  position: absolute;
}

.scroll-bar1 {
  left: 0;
}

.scroll-bar2 {
  right: 0;
}

.top-img {
  margin: 0;
}

.highace-img {
  width: 60%;
  margin: 0 auto;
  position: absolute;
  left: 20%;
  bottom: -6%;
  pointer-events: none;
}



.real {
  opacity: 1;
  bottom: 1%;
}

.fake:hover {
  opacity: 0;
}

#top-rental-list {
  background-color: #dcdcdc;
  width: 80%;
  height: 400px;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: solid 2px #000;
  position: relative;


}

#top-rental-list>div {
  cursor: pointer;
  border: 4px solid #000;
  position: relative;
  background: url(../img/ikiiki-bg.png) repeat, linear-gradient(180deg, rgba(241, 245, 127, 1), rgba(245, 149, 72, 1));
}

.ov-hide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}




#top-rental-list img {
  position: absolute;
  height: auto;
  width: 100%;
  left: 50%;
  top: 50%;
  transform-origin: 300% 300%;
  transform: translate(-50%, -50%);
}

#top-rental-list h3 {
  margin-bottom: 0;
  font-size: 2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 2rem;
  color: #000;
  text-shadow: 2px 1px 0px aqua;
  font-family: sans-serif;
  font-weight: bold;
  background-color: #efefef;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(4px);
  /* 互換性対応 */
  backdrop-filter: blur(4px);
  padding: 1rem 0.4rem;
}

#top-rental-list div[id*="rental-"] {
  padding: 0;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) opacity;
}

#top-rental-list div[id*="rental-"] img {
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
  transform-origin: 300% 300%;
}

.top-setumei {
  position: absolute;
  bottom: -5rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  background-color: rgba(233, 233, 233, 0.4);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  border: 2px rgba(245, 245, 245, 0.4) solid;
  border-bottom: 2px rgba(40, 40, 40, 0.35) solid;
  border-right: 2px rgba(40, 40, 40, 0.35) solid;
  z-index: 9;
  display: none;
  padding: 0.4rem 1rem;
  animation: 1s pop-up cubic-bezier(.74, .24, .68, .9);
}

@keyframes pop-up {
  0% {
    filter: blur(0);
    opacity: 0;
    transform: translateX(-8rem) scale(0.8);
  }

  50% {
    opacity: 1;

  }

  80% {
    filter: blur(6px);
  }

  100% {
    filter: blur(0px);
    transform: scale(1) ranslateX(0);
  }
}

#top-rental-list div[id*="rental-"]:hover img {
  transform: scale(1.2) !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#top-rental-list div[id*="rental-"]:hover .top-setumei {
  display: block;
}

#top-rental-list div[id*="rental-"]:hover div[id*="rental-"]:not(:hover) img {
  transform: scale(1) !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  transform-origin: 300% 300%;
}


#top-rental-list div[id*="rental-"]:hover div[id*="rental-"]:not(:hover) {
  opacity: 0.3;

}

#top-rental-list div[id*="rental-"]:hover div[id*="rental-"]:not(:hover) .top-setumei {
  display: none;
}


.gaiyou dt,
.gaiyou dd {
  border-bottom: dotted 1px #3d3d3d;
  margin: 1% 0;
}

/* お問い合わせの要素 */
.form-panel {

  background-color: rgba(255, 163, 25, 0.2);
  max-width: 800px !important;
  margin: 2% auto;
  margin-top: 8rem !important;
  padding: 30px !important;
}

.form-panel>h3 {
  text-align: center;
  font-size: 24px;
  font-family: 'BIZ UDPGothic', sans-serif;
  position: relative;
  padding-bottom: 10px;
}

.form-panel>h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #e96900;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.form-group {
  margin-bottom: 2%;
}

.required::after {
  content: "必須";
  background-color: #f0ad4e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 2% 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}



.input-image {
  overflow-x: hidden;
  transition: all .5s ease;
}

.hihyouji {
  opacity: 0;
  display: none;
}

.non {
  display: none;
  height: 0;
}

.yes {
  display: inline;
  height: auto;
}

.f::after {
  font-size: 200px;
}

#btn {
  background-color: #efefef;
  border: solid 1px #444;
  border-radius: 2px;
  padding: .4%;
  font-size: max(1.2vw, 12px);
}

#btn:hover {
  background-color: #dcdcdc;
}

.submit-btn button {
  width: max(14vw, 140px);
  background-color: #efefef;
  border: solid 1px #444;
  border-radius: 4px;
  padding: .4%;
  font-size: max(1.8vw, 16px);
}

.resetBtn,
.submitBtn {
  box-shadow: 0 2px 4px 2px #dcdcdc !important;
  color: #efefef !important;
  font-weight: bold;
  font-size: 16px !important;
  text-shadow: 0 1px 1px #333;
  border-radius: 9999px !important;
  padding: 8px 0 !important;
}

.resetBtn {
  background-color: #f0ad4e !important;
  width: 140px !important;
}

.submitBtn {
  background-color: turquoise !important;
  width: 100px !important;
  margin: auto 10px;
}

label {
  font-size: 14px;
  margin-left: 10px;
}

input,
textarea {
  font-size: 16px !important;
  padding: 0 8px;
}

.form-group:has([class*="-val-ng"]) input {
  border-color: red !important;
  background-color: hsl(0, 80%, 96%);
}

.form-group:has([class*="-val-ng"]) input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.4) !important;
}


[class*="-val-ok"] {
  display: none;
}

[class*="-val-ng"] {
  color: red;
  font-size: 12px;

}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e96900;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
  opacity: 0.9;
  text-shadow: 0 0 1px #381708;
  border: solid 1px #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-family: 'Kazekawa-Extrabold', sans-serif;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  top: calc(100vh - 80px) !important;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 1;
  transform: translateY(100px);
}


/*　左の動き　*/

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}


/* 2024.09.05 Narita added */
.main-slider {
  height: calc(50vh - 90px);
  max-height: 400px;
  background-color: #000;
  overflow-y: hidden;
}

.main-slider .slick-slide {
  position: relative;
  height: calc(50vh - 90px);
  max-height: 400px;
}

.main-slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 400px;
}


/* 2024.09.09 Narita added */
.topCar-slide {
  width: 96%;
  max-width: 1000px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topCar-slide .slick-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.topCar-slide .slick-prev,
.topCar-slide .slick-next {
  background-color: transparent;
  height: 21px;
  width: 15px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  color: transparent;
}

.topCar-slide .slick-prev {
  left: -1rem;
}

.topCar-slide .slick-next {
  right: -1rem;
}

.topCar-slideBox {
  position: relative;
  border: solid 1px #f0ad4e;
  background-color: #fff;
  width: calc(100% - 20px);
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
  align-items: stretch;
}

.topCar-slideBox p {
  text-align: center;
}

.topCar-slideBox img {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  height: auto;
  min-height: 210px;
}

.topCar-slide .slick-dots {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}

.topCar-slide .slick-dots li {
  display: flex;
  margin-left: 4px;
  margin-right: 4px;
}

.topCar-slide .slick-dots li button {
  color: transparent;
  border: solid #fff 1px;
  width: 18px;
  height: 18px;
  background-color: #f3d552;
  border-radius: 9999px;
}

.topCar-slide .slick-dots li.slick-active button {
  background-color: #e96900;

}

/* 2024.09.10 Narita added */
.point {
  width: 100%;
  overflow-x: hidden;
  margin-top: 4rem;
}

.point svg {
  width: calc(100vw + 20px);
  transform: scale(1.05);
  transform-origin: top;
}

.point-bg {
  background-color: #F0AD4E;
  z-index: 2;
}

.top-logo {
  position: absolute;
  z-index: 4;
  width: 48vw !important;
  max-width: 500px !important;
  bottom: 0rem;
}

.texture01 {
  z-index: 1;
  position: absolute;
  width: 100vw !important;
  height: 100%;
  opacity: 1;
  mix-blend-mode: overlay;
}

.top-list-name {
  font-family: 'Kazekawa-Extrabold', sans-serif;
}

.top-list-price {
  font-family: 'Kazekawa-semibold', sans-serif;
}

.top-detail {
  color: unset;
  display: block;
  width: fit-content;
  margin: auto;
  border-radius: 9999px;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  box-shadow: none;
  transition: opacity cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s,
    box-shadow cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.top-detail:hover {
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 0 4px 8px 2px #af8665;
}

.top-detail p {
  font-family: 'Kazekawa-Extrabold', sans-serif;
  background-color: #000;
  color: #fff;
  text-shadow: 0 0 4px #e96900;
  padding: 12px 30px;
  border-radius: 9999px;
}

.rental-top-list {
  background-image: linear-gradient(174deg, rgba(255, 173, 132, 0.8), rgba(255, 196, 126, 0.8) 34%, rgba(255, 227, 130, 0.8) 75%, rgba(255, 247, 138, 0.8));
  position: relative;
  overflow: hidden;
}

.rental-top-list h4 {
  text-align: center;
  font-size: 24px;
  margin: 12px;
  font-family: 'Kazekawa-Extrabold', sans-serif;
  font-weight: 600;
  background-color: #000;
  color: #fce6a9;
  padding: 12px;
}

.col-list {
  max-width: 1000px !important;
  margin: auto;
  margin-top: 20px !important;
  margin-bottom: 20px;
  padding-top: 20px;
  background-image: linear-gradient(174deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 60%);
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 8px 4px rgba(255, 173, 132, 0.4), 0 0 16px 4px #fce6a9 inset;
  border-radius: 20px;
  border: solid 1px #fff;
  z-index: 2;
  mix-blend-mode: normal;
}

.rental-link a {
  display: block;
  margin-right: 10px;
  margin-left: auto;
  width: fit-content;
  cursor: pointer;
}

.rental-link p {
  text-align: end;
  width: fit-content;
  padding: 8px;
}



/* 2024.09.11 Narita Added */

.faq {
  overflow: hidden;
  display: block;
  position: relative;
}

.faq-box {
  max-height: 400px;
  overflow-y: scroll;
}



.faq h4,
.opinion h4 {
  font-size: 36px;
  text-align: center;
  font-family: 'Kazekawa-Extrabold', sans-serif;
  position: relative;
  padding-bottom: 8px;
}

.faq .texture01 {
  height: calc(100% + 40px);
  top: -40px;
  opacity: 0.2;
  z-index: -1;
  filter: invert(20%) brightness(250%) blur(2px);
  mix-blend-mode: hard-light;
}

.faq h4::after,
.opinion h4::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #e96900;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq-list {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.question,
.recom-a {
  display: flex;
}


.question>div,
.recom-a>div {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background-color: #e96900;
  margin-right: 12px;
}

.question>div>p,
.recom-a>div>p {
  font-family: 'Kazekawa-semibold', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 32px;
}

.question>p,
.recom-a>p {
  margin-top: auto !important;
  margin-bottom: auto !important;
  line-height: 32px;
  text-shadow: 0 0 4px #fff;
  font-family: 'Kazekawa-Bold', sans-serif;
  border-bottom: solid 1px #e96900;
}

p.answer {
  margin-top: 12px;
  text-shadow: 0 0 4px #fff;
  font-family: sans-serif;
}

/* 2024.09.12 Narita Added */

.opinion {
  padding: 6rem 0;
}

.opinion-box {
  display: flex;
  justify-content: stretch;
  padding: 0 20px;
  margin: 20px 0;
  width: calc(50% - 0px);
}

.opinion-list {
  padding-left: 0;
  width: fit-content;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
}

.opn-a {
  width: 140px;
  height: auto;
  position: relative;
  padding-bottom: 30px;
}

.opn-a>div {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  top: 10px;
  z-index: 0;
}

.opn-a>div>img {
  position: absolute;
  bottom: 0;
  height: 140px;
  width: auto;
}

.opn-a p {
  text-align: center;
  z-index: 2;
  position: absolute;
  font-size: 20px;
  font-family: 'Kazekawa-Extrabold', sans-serif;
  -webkit-text-stroke: 0.4px #fff;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.opn-b {
  width: calc(100% - 180px);
}

.opn-text {
  position: relative;
  padding: 10px;
  margin-left: 16px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}

.opn-text .opn-title {
  color: darkslateblue;
  font-family: 'Kazekawa-Extrabold', sans-serif;
  font-size: 18px;
}

.opn-baloon {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  transform: skew(-3deg, -2deg);
  box-shadow: 8px 8px 0 0 hsl(45, 84%, 62%), 16px 16px 0 0 hsl(27, 78%, 49%);
}

.opn-slickDots li button {
  color: transparent;
  border: solid #fff 1px;
  width: 18px;
  height: 18px;
  background-color: #f3d552;
  border-radius: 9999px;
}

.opn-slickDots li.slick-active button {
  background-color: #e96900;

}

.recom {
  margin: auto;
  max-width: 1100px;
  padding: 0 20px;
}

.recom div:has(>h4) {
  border: solid 2px darkslateblue;
  padding: 4px;
  background-image: linear-gradient(140deg, rgb(255, 246, 227) 60%, rgb(255, 221, 189));
  width: fit-content;
  transform: skew(-3deg, 0deg);
}

.recom h4 {
  display: block;
  margin-bottom: 0;
  font-size: 32px;
  border-left: solid 8px darkslateblue;
  border-bottom: double 1px darkslateblue;
  padding-left: 12px;
  font-family: 'Kazekawa-Extrabold', sans-serif;
  padding-right: 24px;
  text-shadow: 2px 2px 4px #F0EB4E;
}

.col-list.recom {
  padding: 1.2rem;
}

div:has(>.recom-box) {
  display: flex;
  flex-wrap: wrap;
}

.recom-box {
  background: #fff;
  margin: 0.4rem;
  padding: 1.2rem;
  width: calc(50% - 0.8rem);
}

@media screen and (max-width:1000px) {
  .opinion-list {
    display: flex;
  }

  .opinion-box {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }

  .opn-a {
    margin: auto;
    width: 120px;
    height: auto;
    padding-bottom: 0;
    padding-top: 2rem;
  }

  .opn-a>div {
    width: 120px;
    height: 120px;
  }

  .opn-a>div>img {
    position: absolute;
    bottom: 0;
    height: 120px;
    width: auto;
  }

  .opn-a p {
    z-index: 2;
    position: relative;
    top: -10px;
  }

  .opn-b {
    margin: 4px;
    margin-top: -10px;
    width: calc(100% - 8px);
  }

  .opn-text {
    margin-left: 0;
  }

  .opn-baloon {
    left: 50%;
    transform: translatex(-50%) skew(0deg, -0deg);
  }


}





@media screen and (max-width:767px) {

  .catch-copy {
    top: 0;
  }

  .catch-copy p {
    font-size: 24px;
  }

  .syaryou {
    margin-top: 46px !important;
  }

  .window {
    margin-top: 0 !important;
  }

  .title-bar {

    position: sticky;
    top: -1px !important;
    z-index: 4;
  }

  .header {
    background-color: transparent;
  }

  .dummy-bar {
    display: inline;
  }

  .no-display {
    display: none !important;
  }

  .syoukai2 {

    position: absolute;
    top: 0px;
    left: 10%;
    width: 80% !important;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 4;

  }

  .syoukai2 p {
    margin-bottom: 2%;
    font-size: max(2.4vw, 10px);
  }


  .fadeIn {
    display: inline;
    animation: fadeIn 0.6s forwards;
    z-index: 99;
  }

  .img002 {
    width: 100%;
    display: inline;

  }

  .img02 {
    display: inline;
    width: max(60vw, 280px);
    margin: 0 10%;
    position: absolute;
    top: 60px;
    left: 5%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .image img {
    display: none !important;
    opacity: 0 !important;
    background-color: transparent !important;
    height: 60px;
    width: auto;
  }

  body:has(#wpadminbar) .down-bar{
margin-top:46px !important;
min-height:calc(100vh - 46px);
}

body:not(:has(#wpadminbar)) .down-bar{
margin-top: 0 !important;
min-height: 100vh;
}



  #g-navi {
    background-color: transparent;
  }

  .menue {
    justify-content: flex-end;
    display: flex;
    cursor: pointer;
    height: 60px;
    position: fixed;
    top: auto !important;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }

  .list {
    font-size: 1.5vw;
    margin: 0 0 0 0%;
    width: 100vw;
    height: 60px;
    background-color: #f3f384;
    position: relative;
    transition: background-color .3s, color .3s;
    text-align: center;
    line-height: 60px;
    color: #000;
  }

  .list:hover {
    background-color: #f3d552;
    color: rgb(255, 255, 255);
  }



  .list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }

  .list img,
  .list svg {
    width: 24px;
    height: auto;
  }

  .toiawase2 {
    position: absolute;
    top: 0%;
    left: 0vw;
  }

  /*ボタン全体の形状*/
  .openbtn {
    /*はじめは非表示に*/
    display: block;
    /*ボタンの位置*/
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999;
    /*ボタンの形状*/
    background: #f3d552;
    box-shadow: inset 0 0 0 2px #ffc, inset 0 0 16px 8px #f0ad4e, 0 0 16px 2px #ffc;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  /*ボタンのアイコン設定*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(197, 255, 236);
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;

  }


  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  /*activeクラスが付与された後のボタンのアイコン設定*/
  .openbtn.active span:nth-of-type(1) {

    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;

  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {

    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;

  }



  /*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
  .fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
  }

  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  /*========= ヘッダーナビゲーションのためのCSS ===============*/

  /*==ヘッダーの形状*/
  #header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #fff;
    text-align: center;
    padding: 20px;
  }

  /*.doneクラスがついたヘッダー*/
  #header.dnone {
    opacity: 0;
    display: none;
  }

  /*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
  #header.dnone.panelactive {
    opacity: 1;
    /*不透明にして出現*/
    display: inline;
    animation: 0.4s linear detekuru forwards;
  }

  @keyframes kieru {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }

  }

  @keyframes detekuru {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }

  }


  /*==ヘッダーのテキストナビゲーションの形状*/
  #g-navi ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }

  #g-navi ul li a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 10px;
  }

  #g-navi ul li.current a,
  #g-navi ul li a:hover {
    color: #fff;
  }

  /*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
  #header.dnone #g-navi {
    /*固定位置にして最背面に*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    /*高さと幅*/
    width: 100%;
    height: 100vh;
    /*天地中央＆テキスト中央揃え*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*はじめは透過0に*/
    opacity: 0;
    transition: all 0.4s;
  }

  /*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
  #header.dnone.panelactive #g-navi {
    opacity: 1;
    /*不透明に*/
    z-index: 3;
    /*最前面に*/
    background-image: linear-gradient(180deg, #f9ffa6, #f3d552);

  }

  #header.dnone.panelactive #g-navi ul {
    display: block;
    /*flexの横並びをblockにして縦並びに*/

  }

  .prev-icon2 {

    bottom: 0%;

  }

  .next-icon2 {

    bottom: 0%;

  }

  /*リストの形状*/

  .list {
    font-size: max(2vw, 24px);
  }

  .list4 span {
    display: none;
  }


  #header.dnone.panelactive #g-navi a {

    background-color: rgba(243, 243, 132, 0.2);
    border: 1px solid #fff;
    color: #333;
    text-decoration: none;
    padding: 0;
    margin: 2% 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    transition: all 0.3s;
  }

  section {
    position: relative;
    z-index: 1;
  }


  /* 以下は検証用のレイアウトのための CSS*/
  section {
    padding: 300px 0;
  }


  .syaryou {

    background-color: #fff;
    margin-bottom: 10%;
  }

  [class*="choice-btn"] {
    margin-bottom: 4%;
  }

  #top-rental-list {
    background-color: #dcdcdc;
    width: 80%;
    min-width: 0;
    height: auto;
  }

  #top-rental-list>div {
    display: block;
    flex: none;
    height: 100px;
    width: 100% !important;
  }

  #top-rental-list>div:nth-child(-n + 4) {
    width: 100% !important;
    /* ①の条件 */
  }

  #top-rental-list>div:nth-child(n + 5) {
    width: 100% !important;
    /* ②の条件 */
  }

  #top-rental-list img {
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  #top-rental-list h3 {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    bottom: 0;
  }

  div:has(>.recom-box) {
    display: block;
  }

  .recom-box {
    width: calc(100% - 0.8rem);
  }


}

@media screen and (max-width:641px) {
  .topCar-slide {
    max-width: 400px !important;
    margin: auto;
  }

  .topCar-slideBox img {
    min-height: 0px;
  }
}

@media screen and(max-width:762px) and(min-width:576px) {
  .down-bar {
    padding-bottom: 222px;
  }
}

@media screen and (max-width:576px) {
  footer dl {
    margin-left: 10px !important;
  }

  footer dt {
    font-size: max(1.2vw, 10px);
    text-align: start;

  }

  footer dd {
    font-size: max(1vw, 10px);
    text-align: start;
  }

  .down-bar {
    padding-bottom: 381px;
  }


  .opinion .slick-list {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .point-bg {
    padding: 0 20px;
  }

  .opinion-list {
    width: 100%;
  }

  .opinion-box {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    padding-bottom: 40px;
  }

  .opinion-list {
    display: block;
    margin: auto;
  }

  .opn-slickDots {
    display: flex !important;
    padding-left: 0;
    width: fit-content;
    margin: auto;
  }

  .opn-slickDots li {
    color: transparent;
    margin: 0 4px;
  }



  .opn-baloon {
    transform: translatex(-50%) skew(-3deg, -2deg);
  }
}