
.scrollBox{
	/*overflow-x: scroll;*/
	overflow: visible;
	margin-bottom: 20px;
}

#room {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 1080px;
    height: 600px;
    background-image: url(../img/useful_info/useful_info_off.jpg?20221025);
    position: relative;
    background-repeat: no-repeat;
}

.roomLink {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -10000px;
    background-image: url(../img/useful_info/useful_info_on.jpg?20221025);
    cursor: pointer;
}

#tag1 {
    width: 176px;
    height: 135px;
    top: 0;
    left: 0;
    background-position: 0 0;
    opacity: 0;
}

#tag1:hover {
    /*background-position: 0 -608px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag2 {
	width: 232px;
    height: 64px;
    top: 0;
    left: 438px;
    background-position: -438px 0;
    opacity: 0;
}

#tag2:hover {
	/*background-position: -438px -616px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag3 {
    width: 173px;
    height: 303px;
    top: 225px;
    right: 28px;
    background-position: -879px -225px;
    opacity: 0;
}

#tag3:hover {
    /*background-position: -879px -846px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag4 {
    width: 90px;
    height: 72px;
    top: 66px;
    right: 20px;
    background-position: -970px -66px;
    opacity: 0;
}

#tag4:hover {
    /*background-position: -970px -677px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag5 {
    width: 201px;
    height: 345px;
    top: 139px;
    left: 623px;
    background-position: -623px -139px;
    opacity: 0;
}

#tag5:hover {
	/*background-position: -623px -758px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag6 {
	width: 194px;
    height: 260px;
    top: 262px;
    left: 184px;
    background-position: -184px -262px;
    opacity: 0;
}

#tag6:hover {
    /*background-position: -184px -881px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag7 {
	width: 95px;
    height: 42px;
    top: 508px;
    left: 113px;
    background-position: -113px -508px;
    opacity: 0;
}

#tag7:hover {
    /*background-position: -94px -1127px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

#tag8 {
    width: 28px;
    height: 36px;
    top: 416px;
    left: 381px;
    background-position: -381px -416px;
    opacity: 0;
}

#tag8:hover {
	/*background-position: -381px -1034px;*/
	opacity: 1;
	transition: 0.5s ease-out;
}

.roomTag {
    position: absolute;
    display: none;
    width: 300px;
    min-height: 80px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    padding: 5px;
    background: url(../img/useful_info/black70.png);
}

.room_close {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

#tag1_text {
    top: 50px;
    left: 100px;
}

#tag2_text {
    top: 20px;
    left: 670px;
}

#tag3_text {
	top: 200px;
    right: 0;
}

#tag4_text {
	top: 130px;
    right: 0;
}

#tag5_text {
    top: 200px;
    left: 560px;
}

#tag6_text {
    top: 240px;
    left: 170px;
}

#tag7_text {
	top: 390px;
    left: 20px;
}

#tag8_text {
	top: 340px;
    left: 340px;
}


.note {
    text-indent: -1em;
    padding-left: 40px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.procedure img{
	margin: 0 auto;
	display: block;
}

/*sampleCSS共通内容*/
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        三つアイコン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.three_link_line {
	max-width: 830px;
	margin: 5vw auto 5vw;
  text-align: center;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.three_link_Box {
	/*display: inline-block;*/
	padding: 3vw 0px;
	width: 30%;
	max-width: 270px;
	height: 30%;
	max-height: 270px;
	border: solid 1px var(--blue-color);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.three_link_Box .box {
	/*background-color: #cff;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.three_link_Box .box .icon{
   font-size: 20px;
    width: 110px;
    height: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 40px;

    background-color: var(--light-red);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/* 12px @ 320px increasing to 19px @ 1080px */
@media (min-width: 320px) {
  .three_link_Box .box .txt {
    font-size: calc(0.75rem + ((1vw - 3.2px) * 0.9211));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.9211 = 100 * font-size_difference / viewport_width_difference */

    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1080px) {
  .three_link_Box .box .txt {
    font-size: 19px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        あかぼうの特徴
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.feature {
	background-color: #f3f3f3;
	padding: 6vw 0px;
	margin-bottom: 6vw;
}

.feature .txt p {
	margin-bottom: 2vw;
/*	font-size: 17px;
	text-align: 1.7;*/
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        24時間365日配車受付致します
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.uketuke_24h_365d {
	margin-bottom: 6vw;
}

.uketuke_24h_365d h2{
	margin-bottom: 10px;
}

.uketuke_24h_365d h4{
	text-align: center;
}

/* 320 18 - 1080 22*/
.uketuke_24h_365d h4 {
  font-weight: normal;
}
@media (min-width: 320px) {
  .uketuke_24h_365d h4 {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.5263));
    min-height: 0vw;
  }
}
@media (min-width: 1080px) {
  .uketuke_24h_365d h4 {
    font-size: 22px;
  }
}

.uketuke_24h_365d .img{
	width: 100%;
	max-width: 549px;
	margin: 0px auto;
}

.uketuke_24h_365d .txt{
	width: 100%;
	max-width: 820px;
	text-align: center;
	margin: 0px auto 3vw;
}


/* 16px @ 320px increasing to 20px @ 1080px */
@media (min-width: 320px) {
  .f16_20 {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.5263));
    /* Note: The calc base value (1rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.5263 = 100 * font-size_difference / viewport_width_difference */

    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1080px) {
  .f16_20 {
    font-size: 20px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        ピックアップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.pick_up {
	background-color: #f3f3f3;
	padding: 6vw 0px;
	/*margin-bottom: 6vw;*/
}

.pick_line {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
}


.pick_line::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.pick_line::after{
  content:"";
  display: block;
  width:24%;
}

.pick_box {
	width:24%;
	/*border:solid 1px #ddd;*/
	margin-bottom: 2vw;
}
@media handheld, only screen and (max-width: 900px) {
	.pick_line::before{
	  width:30%;
	}
	.pick_line::after{
	  width:30%;
	}

	.pick_box {
		width:30%;
	}

}
@media handheld, only screen and (max-width: 767px) {
	.procedure img{
		width: 80%;
	}

	.pick_line::before{
	  width:48%;
	}
	.pick_line::after{
	  width:48%;
	}

	.pick_box {
		width:48%;
	}

}
.pick_box .img {
	width: 100%;
	max-width: 230px;
	margin: 1vw auto;
}

.pick_box .title {
	text-align: center;
	color: var(--light-red);
}

.pick_box .txt {
	margin-bottom: 1vw;
	min-height: 120px;
}
/*
.pick_box .btn_a {
  margin: 1vw auto 3vw;
  border: solid 1px var(--light-red);
  padding: 5px 0;
  background-color: #fff;
  color: var(--red-color);
  width: 80%;
  font-size: 16px;
}

.pick_box .btn_a:hover {
  background-color: var(--light-red);
  color: #fff;
}*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        シングルパック
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.single_pack {
	padding: 6vw 0px;
}

.s_pack_line {
	margin-bottom: 3vw;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s_pack_line .img {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.s_pack_line .txtWap {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.s_pack_line .txtWap h4 {
	margin-bottom: 3vw;
}

/* 14px @ 320px increasing to 40px @ 1080px */
@media (min-width: 320px) {
  .sameh2 .tm {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 3.4211));
    /* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 3.4211 = 100 * font-size_difference / viewport_width_difference */

    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1080px) {
  .sameh2 .tm {
    font-size: 40px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        電話一本
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.denwa_ippon {

}

.fixe_back {
    padding: 150px 0;
    width: 100vw;
    min-height: 250px;
    background: center center /cover no-repeat fixed;
    background-size: cover;
    background-image: url(../img/top/tel_ippon_bk.jpg);
}

/*.fixe_back {
    padding: 150px 0;
    width: 100vw;
    min-height: 250px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
    background-image: url(../img/top/tel_ippon_bk.jpg) no-repeat;
}*/


.blackBox {
	background-color: rgba(0,0,0,0.7);
	width: 34vw;
	padding: 30px 30px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	text-align: center;
}

.blackBox p {
    display: inline-block;
    text-align: left;
    line-height: 1.3;
}
/*
.pick_line2_wap {
	background-color: #f3f3f3;
	padding: 3vw 0px 6vw;
}
*/
/*.pick_line2 {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
}

.pick_line2::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.pick_line2::after{
  content:"";
  display: block;
  width:24%;
}
*/
/*
.pick_line2 .box2 {
	width:24%;
	margin-bottom: 2vw;
}

@media handheld, only screen and (max-width: 900px) {
	.pick_line2::before{
	  width:30%;
	}
	.pick_line2::after{
	  width:30%;
	}

	.pick_line2 .box2 {
		width:30%;
	}

}
@media handheld, only screen and (max-width: 767px) {
	.pick_line2::before{
	  width:48%;
	}
	.pick_line2::after{
	  width:48%;
	}

	.pick_line2 .box2 {
		width:48%;
	}

}

.pick_line2 .box2 .img {
	width: 100%;
	max-width: 202px;
	margin: 1vw auto;
}

.pick_line2 .box2 .title {
	text-align: center;
	color: var(--light-red);
}

.pick_line2 .box2 .txt {
	max-width: 190px;
	margin: 1vw auto;
	min-height: 60px;
}
*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        定期配送
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.teiki_line {
	margin-bottom: 6vw;
	display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 18px @ 320px increasing to 22px @ 1080px */
@media (min-width: 320px) {
  .teiki_Box {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.5263));
    min-height: 0vw;
  }
}
@media (min-width: 1080px) {
  .teiki_Box {
    font-size: 22px;
  }
}

.teiki_Box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	max-width: 340px;
	text-align: center;
	position: relative;
	padding: 1vw 0vw;
	min-height: 80px;
	color: var(--light-blue);
	background: url("../img/top/tel_ippon_line_bottom.png")left bottom repeat-x;
	background-color: #fff;
}

.teiki_Box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../img/top/tel_ippon_line_up.png")left top repeat-x;
	width: 100%;
	height: 6px;
	/*background-color: #f00;*/
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        スライダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.swiper-container {
	width: 100%;
	max-width: 720px;
	margin: 6vw auto;
}

.swiper-wrapper {

}

.swiper-slide img{
	max-width: 720px;
}

.gv_panelNavNext {
	height: 50px;
	width: 50px;
	cursor: pointer;
	background: url(../img/galleryView/light/panel-next.png) top left no-repeat;
}
.gv_panelNavPrev {
	height: 50px;
	width: 50px;
	cursor: pointer;
	background: url(../img/galleryView/light/panel-prev.png) top right no-repeat;
}

.swiper-button-next {
    background-image: url(../img/top/aroww_next.png);
    right: 10px;
    left: auto;
    cursor: pointer!important;
}
.swiper-button-prev {
    background-image: url(../img/top/aroww_prev.png);
    left: 10px;
    right: auto;
    cursor: pointer!important;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -22px;
    z-index: 100;
    cursor: pointer!important;
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        独立開業
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.kanyu {
	padding: 6vw 0px;
}

.kanyu_line {
	margin-bottom: 3vw;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kanyu_line .img {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.kanyu_line .img img {
	max-width: 440px;
}

.kanyu_line .txtWap {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        トピックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.newsTopics {
	padding: 3vw 0px;
}

.topics {
	padding: 3vw 0px;
}

.tp_Wap {
 display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_Left {
	width: 35%;
	padding: 0% 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tpRight {
	width: 65%;
	padding: 0% 3% 0% 10%;
	border-left: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tp_Title {
	text-align: center;
	margin-bottom: 2vw;
}
/* 22px @ 320px increasing to 32px @ 1080px */
@media (min-width: 320px) {
  .tp_Title {
    font-size: calc(1.375rem + ((1vw - 3.2px) * 1.3158));
    min-height: 0vw;
  }
}
@media (min-width: 1080px) {
  .tp_Title {
    font-size: 32px;
  }
}

.tp_Link .tp_List {
	display: block;
	margin: 0px auto 1vw;
	padding: 5px 5px;
	width: 100%;
	max-width: 120px;
	font-size: 16px;
}

.tp_Link .tp_RSS {
	display: block;
	margin: 0px auto;
	padding: 5px 5px;
	width: 100%;
	max-width: 120px;
	font-size: 16px;
}


.topicsLine {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-start;
	-moz-justify-content: space-start;
	-ms-justify-content: space-start;
	-o-justify-content: space-start;
	justify-content: space-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topicsDate {
	margin-right: 3vw;
}

.topicsTxt a {
	color: var(--light-red);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) {
	.roomTag {
	    position: fixed;
	    inset: 0 !important;
	    top: 50% !important;
	    bottom: 50% !important;
	    margin: 0 auto;
	    display: none;
	    width: 90%;
	    height: max-content;
	    padding: 10px;
	    box-sizing: border-box;
	    z-index: 10;
	}

	.roomLink {
	    overflow: visible;
	}

	.room_close {
	    text-align: center;
	    font-weight: bold;
	    font-size: 18px;
	    padding-bottom: 10px;
	}

	#tag1:hover {
	    /*background-position: 0 -608px;*/
		opacity: 0;
	}

	#tag2:hover {
		/*background-position: -438px -616px;*/
		opacity: 0;
	}

	#tag3:hover {
	    /*background-position: -879px -846px;*/
		opacity: 0;
	}

	#tag4:hover {
	    /*background-position: -970px -677px;*/
		opacity: 0;
	}

	#tag5:hover {
		/*background-position: -623px -758px;*/
		opacity: 0;
	}

	#tag6:hover {
	    /*background-position: -184px -881px;*/
		opacity: 0;
	}

	#tag7:hover {
	    /*background-position: -94px -1127px;*/
		opacity: 0;
	}

	#tag8:hover {
		/*background-position: -381px -1034px;*/
		opacity: 0;
	}

	.simplebar-wrapper {
	    overflow: visible !important;
	}

	.simplebar-height-auto-observer-wrapper {
	    overflow: visible !important;
	}

	.simplebar-mask {
	    overflow: visible !important;
	}

	.simplebar-content-wrapper {
	    overflow: scroll visible !important;
	}

}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        スマホ〆
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



.simplebar-scrollbar::before { /*-- スクロールバー自体の色を変更 --*/
  opacity: 1 !important;
  background-color: #166ea8 !important;
  padding: 2px;
}

/*-- スクロールバーが動く領域の背景色の変更 お好みで--*/
.simplebar-track {
   background-color: #eae9e9 !important;
   height: 15px !important;
 }


.simplebar-content-wrapper::-webkit-scrollbar { /*-- iOSでデフォルトのスクロールバーを非表示 --*/
  display: none;
  -webkit-appearance: none;
}

.p-slide-mask { /*-- ドロップシャドウ用 --*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /*-- 下にある要素をクリックできるようにする --*/
  -webkit-box-shadow: 10px 0 14px -14px black inset, -10px 0 14px -14px black inset;
  box-shadow: 10px 0 14px -14px black inset, -10px 0 14px -14px black inset;
  z-index: 1;
}