@charset "utf-8";
/*
	Last Update:2024/08/13
	Auther: yt
*/

#main_image .slick-track .unit { max-height:70vh; background-position:center center; }
#mainImage{
	width: 100%;
}
 .wrapper2{ position:relative;}
	@media (max-width: 991px){
		.wrapper2{ padding-top:30px;padding-bottom:30px; }
	}
	@media (min-width: 992px){
		.wrapper2{ padding-top:60px;padding-bottom:60px; }
	}

#area .btn_wrap .btn {
    border: 1px solid #49246B;
    padding: 8px 23px;
	border-radius: 3px;
    margin:0 5px 15px 5px;
    cursor: pointer;
	color: #49246B;
	letter-spacing:2px;
}
#area .title_text{
	letter-spacing:2px;
}
#area .btn_wrap .btn.active {
    background-color: #49246B;
    color: white;
}
#area .flow{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#area .flow_wrap{
	padding-right: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 20%;
	min-width: 192px;
}
#area .flow_wrap::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top:8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid rgb(73, 36, 107,0.2);
}
#area .flow_wrap:last-of-type{
	padding-right:0px;
	width: calc(20% - 20px);
	min-width: 172px;
}
#area .flow_wrap:last-of-type::after{
	display: none;
}
#area .flow_wrap .number {
    position: absolute;
    top: -15px;
    left: -10px;
    background-color: #49246B;
    width: 40px;
	height: 40px;
	text-align: center;
    font-size: 20px;
	border-radius: 20px;
	color: white;
	padding-top: 1px;
}
#area .unit_flow{
	background-color: white;
	padding-top: 20px;
	box-shadow: 0px 1px 3px rgb(0, 0, 0,0.16);
	border-radius: 10px;
	min-height: 240px;
}
#area .unit_flow .unit_circle{
	background-color: #F8F8F8;
	border-radius: 100px;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#area .unit_flow .flow_text{
	display: flex;
	min-height:95px;
	justify-content: center;
    align-items: center;
}
.unit_col{
	background-color: #F6F7F8;
}
.unit_text_col{
	color: #4D4D4D !important;
}
#area .unit_sod{
	box-shadow: 0px 1px 3px rgb(0, 0, 0,0.16);
}
#area .wrap-mb{
	margin: 0 10px;
}
#area a.button._type2{
	border-radius: 5px;
}
.table-container{
	overflow-x: auto;
    width: 100%;
}
.unit_space{
	padding-left: 30px;
	padding-right: 30px;
}
#area .price2 { text-align:center; font-weight:bold; font-size:1.6em;color: #333;line-height: 140%;}
#area .price2 span { font-size:13px; margin:0 10px; color: #333; }

#slider_table .slick-prev, .slick-next {font-size: 0;width: 40px;height: 40px;}
#slider_table .slick-prev {background-color: #49246B;background-size: contain;top: calc(35% + 5px);}
#slider_table .slick-next {background-color: #49246B;background-size: contain;top: calc(35% + 5px);}
#slider_table .slick-prev:before,
#slider_table .slick-next:before {font-size: 18px;opacity: 1;}
#slider_table .slick-dots li.slick-active button:before{color: #49246B;}

#slider_gallery { position:relative; z-index:1; }
#slider_gallery .unit {margin: 0 10px;}
#slider_gallery .unit img,
#slider_gallery .unit source { object-fit:cover; width:100%; height:100%; }

#slider_gallery .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  }
  #slider_gallery .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    height: auto;
    width: auto; }
	#slider_gallery .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 3px;
      width: 40px;
      margin: 0 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      background: #B7B7B7;
	  padding: 0px;
}
#slider_gallery   .slick-dots li.slick-active button {
      background: #4B1D87;
	 }
#slider_gallery  .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
	}
#slider_gallery .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0;
		}
#slider_gallery  .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        font-weight:bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
#slider_gallery  .slick-dots li.slick-active button:before {
      color: #999;
        content: "";
	}
.mb100{
	margin-bottom: 100px;
}
.unit_access_wrap{
	margin: 1px;
	display: flex;
}
.unit_access{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px;
	border-radius: 5px;
}
.access_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.access_chunk1{
	width: 16.6%;
}
.access_chunk2{
	width: 41.5%;
	padding-left: 10px;
}
.access_text{
	background-color: #4B1D87;
	color: white;
	padding: 5px 0;
	text-wrap: nowrap;
	margin: 5px;
	display: block;
	width: 50px;
}
.unit_icon{
	width: 60px;
}
@media (min-width: 576px) and (max-width: 998px) {
    #area .unit_bottom{
		min-height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 1024px) {
	.unit_access_wrap{
		margin: 1px;
	}
	.access_chunk1{
		width:100%;
	}
	.access_chunk2{
		width: 50%;
		margin-bottom: 10px;
	}
}
@media (max-width:768px) {
	#area .flow_wrap{
		width: 20% !important;
		min-width: 170px !important;
	}
	#area .unit_flow {
		min-height: 200px ;
	}
	#area .unit_flow .unit_circle {
		width: 100px ;
		height: 100px ;
	}
	#area .flow_wrap:last-of-type{
		padding-right:0px ;
		min-width: 152px ;
	}
	.mb100{
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	#top_1 .spot_list .unit .text .price2 {
		font-size: 15px;
	}
	.access_chunk2{
		width: 100%;
	}
	.unit_access{
		padding: 10px;
	}
}
@media (max-width:425px) {
	#area .flow_wrap{
		width: 20% ;
		min-width: 200px ;
	}
	#area .unit_flow {
		min-height: 200px ;
	}
	#area .unit_flow .unit_circle {
		width: 100px ;
		height: 100px ;
	}
	#area .flow_wrap:last-of-type{
		padding-right:0px ;
		min-width:200px ;
	}
	.unit_space{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:369px) {
	#area .flow_wrap::after {
		border-top: none ;
		border-bottom: none ;
		border-left: none ;
	}
	#area .flow_wrap {
		padding-right: 0px ;
	}
}
@media (max-width: 767px) {
    .tbl_1 th, .tbl_1 td {
		padding: 17px 5px !important;
        min-width: 130px;
    }
}

.top_informations_wrap { overflow:hidden; }
