/*
****************************************
　fadeInAnime(top読み込まれてから表示)
*****************************************
*/
.slideAnimeUpDown {
  animation-delay: .5s;
}
.visitfadeIn {
  animation-delay: 1s;
}

/*.mv {
  width: 100%;
  position: relative;
}
.mv-slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 660px;
  margin: 0;
}
.mv-img01 {
  background: url(../images/top/mv01.jpg) no-repeat;
}
.mv-img02 {
  background: url(../images/top/mv02.jpg) no-repeat;
}
.mv-img03 {
  background: url(../images/top/mv03.jpg) no-repeat;
}
.mv-img04 {
  background: url(../images/top/mv04.jpg) no-repeat;
}
.mv-img05 {
  background: url(../images/top/mv05.jpg) no-repeat;
}
.mv h2 {
  text-align: center;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 40%;
  left: 0;
  right: 0;
  font-family: "baskerville-display-pt", serif;
  font-weight: 600;
  font-size: 30px;
  font-size: clamp(24px, 3vw, 30px);
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 30%);
}
.mv h2 img {
  max-width: 272px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 30%));
  margin-bottom: 20px;
}
.mv_contents {
  width: 90%;
  max-width: 422px;
  position: absolute;
  z-index: 2;
  bottom: 80px;
  left: 6%;
}
.mv_tel-pc img {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 16%));
}
.mv-slider_sp {
  display: none;
}
.mv_tel-pc {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .mv-slider {
    display: none;
  }
  .mv h2 {
    width: 55%;
    top: 50%;
  }
  .mv_contents {
    bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .slider-pro {
    display: none;
  }
  .mv-slider_sp {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .mv-slider_sp__image {
    position: absolute;
    width: 1930px;
    animation: mv-slider_sp__right-left 180s infinite linear;
    opacity: 0;
  }
  @keyframes mv-slider_sp__right-left {
    from {
      transform: translateX(-25%);
    }
    to {
      transform: translateX(-100%);
    }
    1.6% {
      opacity: 1;
    }
    16% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
  }
  .mv-slider_sp__image:nth-child(1) {
    animation-delay: 0s;
  }
  .mv-slider_sp__image:nth-child(2) {
    animation-delay: 30s;
  }
  .mv-slider_sp__image:nth-child(3) {
    animation-delay: 60s;
  }
  .mv-slider_sp__image:nth-child(4) {
    animation-delay: 90s;
  }
  .mv-slider_sp__image:nth-child(5) {
    animation-delay: 120s;
  }
  .mv-slider_sp__image:nth-child(6) {
    animation-delay: 150s;
  }
}*/
/*
********************************
　mv
*********************************
*/
.mv {
  width: 100%;
  height: auto;
}
#MV_slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MV_wrapper {
  width: 100%;
  position: relative;
  height: auto;
}
.MV_wrapper h2 {
  max-width: 408px;
  position: absolute;
  width: 40%;
  margin: auto;
  z-index: 2;
  top: 45%;
  left: 2%;
  right: 0;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 700;
	text-align: center;
}
.MV_wrapper h2 img {
	margin-bottom: 10px
}
@media screen and (max-width: 500px) {
	.MV_wrapper h2 {
		top: 50%;
		width: 60%;
	}
}
/*
********************************
　common
*********************************
*/
section img {
  width: 100%;
}
section h3 {
  font-family: "baskerville-display-pt", serif;
  font-weight: 600;
}
.en_img_style {
  position: relative;
}
.en_img_style p {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 30%);
  color: #fff;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  line-height: 2.5;
}


/*
********************************
  slider
*********************************
*/

.slick-pre {
  width: 50px;
  height: 50px;
  display: block !important;
  background: url("../images/icon_pre.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: -5%;
  color: transparent;
  z-index: 1;
}
.slick-next {
  width: 50px;
  height: 50px;
  display: block !important;
  background: url("../images/icon_next.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: -5%;
  color: transparent;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #c5c5c5;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button::before {
  color: #c5c5c5
}
.slick-dots li.slick-active button::before {
	color: #a02a37;
}

/*
********************************
　intro
*********************************
*/
.intro {
  width: 100%;
  background: #000;
}
.intro_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 15px 0;
  line-height: 3;
}
.intro_wrap h3 {
      font-size: 19px;
    text-align: center;
    line-height: 1.5;	
}
.intro_wrap h3 small {
	font-size: 16px;
}
.intro_wrap address {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 25px;
}
.intro_wrap p {
  border-left: 1px solid #eaeaea;
  margin-left: 25px;
  padding-left: 25px;
  font-family: "baskerville-display-pt", serif;
  font-size: 24px;
}
.intro_wrap a {
  font-family: "Cambria", "Georgia", serif;
  margin-left: 25px;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 959px) {
  .intro_wrap {
    display: block;
    text-align: center;
    line-height: 1.5;
    padding: 40px 0;
  }
  .intro_wrap h3 {
    margin: 0;
  }
  .intro_wrap address {
    margin-left: 0;
    margin-top: 15px;
  }
  .intro_wrap p {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 15px;
  }
  .intro_wrap a {
    margin-left: 0;
  }
}
/*
********************************
  highlights
*********************************
*/
.highlights {
  max-width: 1280px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.highlights-slider {
  max-width: 620px;
}
.highlights_contents {
  max-width: 530px;
  margin-left: 63px;
}
.highlights_contents h3 {
  font-size: 28px;
}
.highlights_contents p {
  text-align: left;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .highlights {
    width: 90%;
    display: block;
  }
  .highlights_contents {
    margin-left: 0;
  }
  .highlights-slider {
    margin-top: 40px;
  }
}

/*
********************************
  guestroom
*********************************
*/
.guestroom {
  width: 100%;
  margin: 40px auto 0;
  padding-top: 40px;
  background: #e8e7dd;
}
.guestroom_wrap {
  max-width: 1280px;
	width: 90%;
  margin: 0 auto;
}
.guestroom_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* left-contents */
.guestroom-left {
  width: 55%;
  margin-right: 80px;
}
.guestroom_wrap h3 {
  font-size: 28px;
}
.guestroom_contents h4 {
  width: 100%;
  font-size: 15px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: solid 1px #cccccc;
  padding-top: 20px;
}
.guestroom_contents h4:nth-of-type(1) {
  border-top: none;
}


 .tabArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

 .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #333;
  margin-right: 20px;
  font-size: 15px;
}

 .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}
 .tabArea .one_tab a.select .tab_inner {
  color: #a02a37;
}
.tab_inner::after {
  content: url(../images/icon_button.png);
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

/* right-contents */
.room-contents .tab_main {
  display: none;
  text-align: left;
  position: relative;
}
.room_icon {
  width: 80px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.tab_main.is_show {
  display: block;
}
/*.guestroom-contents {
  width: 48%;
  max-width: 620px;
  }*/
  .room-info {
    background: #fff;
	  width: 60%;
  }
  .room-info h5 {
    font-family: "baskerville-display-pt", serif;
    font-size: 20px;
    font-weight: 600;
  }
  .room-info p {
    font-size: 16px;
    line-height: 2;
  }
  .room-info div {
    display: flex;
    align-items: center;
	  justify-content: space-between;
  }
  .room-info div img {
    width: 22px;
    height: auto;
    margin-right: -20px;
    line-height: 2.5;
  }
  .room-info div img:nth-of-type(2) {
    width: 17.5px;
  }

  /* room-link */
  .room-link {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .room-link li {
    width: 226px;
    text-align: center;
    line-height: 2.5;
  }
  .room-link li:nth-of-type(1) {
    width: 216px;
    border-left: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    font-family: "baskerville-display-pt", serif;
    font-size: 22px;
    color: #90835f;
  }
  .room-link li a {
    background: #a02a37;
    color: #fff;
    display: block;
    position: relative;
  }
  .room-link li a::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }


  /* room-ame */
  .room-ame {
    background: #d0cdb3;
    margin: 60px auto 0;
    padding: 40px 0;
  }
  .room-ame_wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .room-ame_box {
    width: calc(100% / 2 - 20px);
  }
  .room-ame_box h5 {
    font-family: "baskerville-display-pt", serif;
    font-size: 22px;
    color: #74633c;
  }
  .room-ame_box ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .room-ame_box ul li {
    margin-right: 2px;
  }
  .room-ame_box ul li::before {
    content: "・";

  }
  .tabArea-sp {
    display: none;
  }





    .guestroom_contents {
      display: none;
    }
	  .guestroom-contents_sp {
		  width: 90%;
		  margin: 0 auto;
	display: block;
}
	  .guestroom-contents_sp h3 {
		  font-size: 28px;
	  }
	  .guestroom-contents_sp h4 {
  width: 100%;
  font-size: 15px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: solid 1px #cccccc;
  padding-top: 20px;
		  font-size: 18px;
		  font-weight: 600;
}
    .tabArea {
      display: none;
    }
    .guestroom-left {
      width: 90%;
      margin: 0 auto;
    }
    .tabArea-sp {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-end;
    }
     .tabArea-sp .one_tab a {
      display: block;
      text-decoration: none;
      transition-duration: 0.3s;
      text-align: center;
      color: #333;
      margin-right: 20px;
      font-size: 15px;
    }
    
     .tabArea-sp .one_tab .tab_inner {
      display: flex;
      justify-content: center;
      align-items: center;
      transition-duration: 0.3s;
    }
     .tabArea-sp .one_tab a.select .tab_inner {
      color: #a02a37;
    }
    .tab_main {
      position: relative;
    }
    .tabArea-sp .tab_inner::after {
      content: url(../images/icon_button02.png);
      width: 25px;
      height: 25px;
      vertical-align: middle;
    }
    .room-info div {
      margin-top: 10px;
      line-height: 1.5;
		font-size: 14px;
    }
    .room-info div img:nth-of-type(2) {
      margin-left: 0;
    }




    .room-ame_wrap {
      
      gap: 20px 0;
    }
    .room-ame_box {
      width: 90%;
      margin: 0 auto;
    }
	 .modal00 {
    display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
/* モーダル背景 */
.modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
/* モーダル本体 */
.modal-content02 {
    max-width: 700px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: #fff;*/
}
	.modal-content02 a {
		width: 140px;
    display: block;
    text-align: center;
    padding: 4px 0;
    background: #a02a37;
    margin: 0 0 0 auto;
    color: #fff;
	}
	.js-modal-open {
/*		display: inline-block;
    justify-content: flex-start;
    align-items: center;
    transition-duration: 0.3s;
		margin-right: 10px;*/
	}
/*	.js-modal-open::before {
		content: url(../images/icon_button.png);
    width: 25px;
    height: 25px;
		padding-right: 0px;
		display: inline-block;
		vertical-align: middle;
	}*/
	  .room-info {
		  padding: 15px;
	  }


@media screen and (max-width: 960px) {
    .room-link {
      width: 90%;
      margin: 40px auto 0;
      flex-wrap: wrap;
      gap: 10px 0;
    }
    .room-link li {
      width: calc(100% / 2 - 10px);
    }
    .room-link li:nth-of-type(1) {
      width: 100%;
      border-left: none;
      border-right: none;
    }
	.room-info {
		  width: 100%;
	  }
}
/*
********************************
  客室　追加修正
*********************************
*/

.rooms {
    margin: 40px auto 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.rooms > label {
    display: block;
	width: calc(100% / 4 - 20px);
    order: -1;
    position: relative;
    padding: .7em 1em;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
	border-bottom: 2px solid #999;
	font-weight: 600;
}

.rooms > label:hover {
    opacity: .8;
}

.rooms input {
    display: none;
}

.rooms > div {
    display: none;
    width: 100%;
    /*background-color: #fff;*/
}

.rooms label:has(:checked) {
    border-bottom: 2px solid #a02a37;
    color: #a02a37;
}

.rooms label:has(:checked) + div {
    display: block;
}



.rooms-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px auto 0;
}
.rooms-list li {
	width: calc(100% / 2 - 20px);
	display: flex;
	justify-content: center;
}
.rooms-list li a {
	width: 42%;
}
.rooms-list li a img {
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 960px) {
	.room-list {
		gap: 30px 0;
	}
	.rooms-list li {
		width: 100%;
		flex-direction: column;
}
	.rooms-list li a {
		width: 100%;
	}
	.rooms {
		gap: 20px 10px;
	}
	.rooms > label {
    width: calc(100% / 2 - 10px);
	}
}








/*
********************************
  hotspring
*********************************
*/
#hotspring {
  width: 100%;
  margin: 80px auto 0;
}
.hotspring_wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotspring_contents {
  margin-right: 40px;
}
.hotspring_contents h3 {
  font-size: 28px;
}
#hotspring h4 {
  font-family: "baskerville-display-pt", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.hotspring_contents h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.hotspring_wrap img {
  width: 50%;
  max-width: 740px;
}
/* hotspring-slider */
.hotspring-slider, .facilities-slider {
  margin-top: 80px;
}
.hotspring-slider li, .facilities-slider li {
  margin: 0 5px;
}
.hotspring-slider > .slick-pre, .facilities-slider > .slick-pre {
  left: 31%;
  right: 0;
}
.hotspring-slider > .slick-next, .facilities-slider > .slick-next {
  right: 31%;
}

@media screen and (max-width: 960px) {
  .hotspring-slider > .slick-pre, .facilities-slider > .slick-pre {
    left: 15%;
  }
  .hotspring-slider > .slick-next, .facilities-slider > .slick-next {
    right: 15%;
  }
}
@media screen and (max-width: 750px) {
  .hotspring-slider > .slick-pre, .facilities-slider > .slick-pre {
    top: 35%;
    left: 10%;
  }
  .hotspring-slider > .slick-next, .facilities-slider > .slick-next {
    top: 35%;
    right: 10%;
  }
}
/* hotspring-service */
.hotspring-service {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_left {
  max-width: 776px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service_right {
  margin-left: 62px;
}
.service_right h4:nth-of-type(2) {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .hotspring_wrap {
    display: block;
  }
  .hotspring_contents {
    width: 90%;
    margin: 0 auto 20px;
  }
  .hotspring_wrap img {
    width: 100%;
  }
  .hotspring-service {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .service_right {
    width: 90%;
    margin: 0 auto;
  }
  .service_left {
    display: block;
  }
  .service_left img {
    margin-top: 10px;
  }
}

/*
********************************
  meal
*********************************
*/
#meal {
  background: #e8e7dd;
  margin: 80px auto 0;
  padding: 60px 0;
}
#meal h3 {
  text-align: center;
  font-size: 28px;
}
.meal_box {
  width: 90%;
  max-width: 1280px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.meal_box_contetns {
  margin-left: 60px;
  margin-right: 60px;
}
.meal_box_contetns h4 {
  font-family: "baskerville-display-pt", serif;
    font-size: 22px;
    color: #74633c;
    font-weight: 600;
}
.meal_box_contetns p {
  margin-top: 3px;
}
.meal_box_contetns p:nth-of-type(2) {
  border-top: solid 1px #cccccc;
  padding-top: 15px;
  margin-top: 15px;
}
.meal_box img {
	max-width: 639px;
}
/* dinner */
.meal_box_dinner {
  margin-top: 0;
  flex-direction: row;
}
.meal-slider {
  max-width: 639px;
}
@media screen and (max-width: 959px) {
  .meal_box {
    flex-wrap: wrap;
  }
  .meal_box_contetns {
    margin: 0 auto 20px;
  }
  .meal_box_dinner {
    margin-top: 40px; 
  }
  .meal-slider {
    width: 90%;
    margin: 0 auto;
  }
}

/*
********************************
  facilities
*********************************
*/
#facilities {
  width: 100%;
  margin: 80px auto 0;
}
#facilities h3 {
  font-size: 28px;
  text-align: center;
}
.facilities_check {
  font-family: "baskerville-display-pt", serif;
    font-size: 24px;
    color: #74633c;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}
.facilities_check span {
  font-size: 20px;
}
.facilities-list {
  width: 90%;
  max-width: 1280px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.facilities-list li {
  width: calc(100% / 5 - 5px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  line-height: 1.3;
}
.facilities-list li p span {
  display: block;
  font-weight: 300;
}
.facilities-list li img {
  width: 84px;
}
.facilities_br {
  display: none;
}
@media screen and (max-width: 959px) {
  .facilities-list li {
    width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .facilities-list {
    justify-content: center;
    gap: 15px;
    }
  .facilities-list li {
    width: calc(100% / 2 - 15px);
  }
  .facilities-list li img {
    width: 50px;
  }
  .facilities_br {
    display: block;
  }

}
/*
********************************
  access
*********************************
*/
#access {
  width: 100%;
  margin: 80px auto 0;
}
#access h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.access_wrap {
  max-width: 1280px;
  margin: 0 auto 120px;
}
.access_wrap {
  text-align: center;
}
.access_wrap h4 {
  font-family: "baskerville-display-pt", serif;
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}
.access_wrap a {
  font-family: "baskerville-display-pt", serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  display: block;
}
.access_box {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.access_box h4 {
  font-weight: 600;
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.access_box h4:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
  margin-left: 1rem;
}
.access_box p {
  margin-top: 30px;
}
.access_box_p {
  font-family: "baskerville-display-pt", serif;
  font-weight: 600;
  font-size: 20px;
}
.access_box_p img {
  width: 30px;
  margin-right: 8px;
	padding-bottom: 3px;
}



.rental-car {
	
}
.rental-car h5 {
	font-family: baskerville-display-pt, serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
	margin-bottom: -18px;
	text-align: center;
}
.rental-flex {
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rental-flex img {
	width: 50%;
}
.rental-flex p {
	margin: 0;
}
.rental-flex a {
	background: #333;
	color: #fff;
	display: block;
	width: 150px;
	margin: 10px auto 0;
	border-radius: 30px;
	padding: 3px 20px;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 959px) {
	.car-sp {
	 display: flex; 
	overflow-x: scroll;
}
.car-sp img {
	width: 95%;
}
	.rental-flex {
		flex-wrap: wrap;
	}
	.rental-flex img {
		width: 100%;
	}
}