@charset "utf-8";
/* CSS Document */

/*リンク*/
a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	color: white;
}

a:active {
	text-decoration: none;
	color: white;
}

* {
	box-sizing: border-box;
	flex-wrap: wrap;
}

html {
	overscroll-behavior: none;
	/*scroll-behavior: smooth;*/
}

body {
	word-wrap: break-word;
	padding: 0;
	margin: 0;
	color: white;
	overflow-x: hidden;
	font-family: SimSun, serif;
	font-style: normal;
	background: black;
	min-width: 1150px;
}

.ja{
	font-family: "Noto Serif JP", serif;
}

.en{
	font-family: "Noto Serif JP", serif;
}

#wrapper {
	background: url(../images/common/header_girls.jpg) center top no-repeat, url(../images/common/bg02.png) center top 1220px no-repeat, url(../images/common/bg01.png) center top 794px no-repeat, black;
}

.yahei {
	font-family: Microsoft YaHei;
	font-style: normal;
}

.yumin {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
}

.noto_serif {
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	letter-spacing: 0.2rem;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.select_language {
	position: fixed;
	top: 70px;
	right: 50%;
	margin-right: -531px;
	z-index: calc(infinity);
}

.select_language select {
	width: 120px;
	height: 36px;
	border-radius: 9px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.84);
	border-color: #1d0000;
	color: #1d0000;
	font-size: 15px;
}

header {
	width: 100%;
	height: 638px;
	position: relative;
}

header h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 72px;
	font-size: 18px;
}

header #logo {
	width: 430px;
	position: absolute;
	top: 288px;
	left: 50%;
	margin-left: calc(-430px / 2);
}

header #logo img {
	width: 100%;
	display: block;
}

header #logo::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/common/logo_light.png) no-repeat center top / 100% auto;
	left: 0;
	top: 0;
	mix-blend-mode: screen;
	pointer-events: none;
}

header #shop_info {
	width: 800px;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -400px;
	background: url(../images/common/shop_info_bg.png) center top no-repeat;
	display: flex;
	justify-content: space-around;
	line-height: 45px;
	padding: 0 25px;
}

header #shop_info .tel, header #shop_info .time {
	font-size: 32px;
}

header #shop_info .tel span, header #shop_info .time span {
	font-size: 16px;
	margin-right: 5px;
}

header #shop_info .credit {
	font-size: 18px;
	margin: auto;
	display: flex;
	align-items: center;
}

header #shop_info .credit span img {
	margin-left: 10px;
	display: block;
}

header #g_nav {
	width: 100%;
	height: 59px;
	background: url(../images/common/nav_bg.png) center top repeat-x;
	animation: UpAnime 0.75s forwards;
	opacity: 0;
}

header #g_nav.visible {
	position: fixed;
	left: 0;
	top: -59px;
	animation: DownAnime 0.75s forwards;
	z-index: calc(infinity);
	min-width: 1190px;
}

@keyframes UpAnime{
    from {
        opacity: 0;
        }
    to {
        opacity: 1;
        }
}

@keyframes DownAnime{
	from {
		opacity: 0;
		transform: translateY(0);
	}
	to {
		opacity: 0.95;
		transform: translateY(100%);
	}

}

header #g_nav ul {
	width: 1058px;
	margin: 0 auto;
	display: flex;
	background: url(../images/common/nav_line.png) right top 4px no-repeat;
}

header #g_nav ul li {
	width: 132px;
	height: 58px;
	text-align: center;
	background: url(../images/common/nav_line.png) left top 4px no-repeat;
	padding: 8px 2px;
	position: relative;
	display: flex;
	align-items: center;
}

header #g_nav ul li::before {
	content: "";
	width: 130px;
	height: 58px;
	position: absolute;
	background: url(../images/common/nav_on.png) center top no-repeat;
	opacity: 0;
	transition: all 0.5s ease;
}

header #g_nav ul li:hover::before {
	opacity: 1;
	transition: all 0.5s ease;
}

header #g_nav ul li.active::before {
	opacity: 1;
}

header #g_nav ul li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	padding: 10px 2px 6px;
}

header #g_nav ul li:last-child {
	width: 130px;
}

header #g_nav ul li p {
	width: 100%;
}

header #g_nav ul li p:nth-child(even), header #g_nav ul li a p:nth-child(even) {
	font-size: 12px;

}

header #g_nav ul li a p:nth-child(even) {
	color: #efe2a1;
}

#contents_wrapper {
	width: 1190px;
	height: auto;
	margin: 34px auto 0;
	padding: 0 20px;
	display: flex;
}

#contents_wrapper.common {
	background: rgba(19, 0, 0, 0.7);
	margin: 234px auto 0;
	padding: 33px 20px 0;
	display: block;
}

section h3.title {
	width: 100%;
	height: 125px;
	margin-bottom: 24px;
	text-align: center;
}

section h3.common_title {
	width: 100%;
	height: 128px;
	margin-bottom: 60px;
	text-align: center;
}

section.rotation {
	width: 100%;
	height: 324px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

section.rotation #next {
	position: absolute;
	right: 300px;
	top: 148px;
	z-index: 999;
	cursor: pointer;
}

section.rotation #prev {
	position: absolute;
	left: 292px;
	top: 148px;
	z-index: 999;
	cursor: pointer;
}

section.rotation #myRoundabout {
	margin-top: -17px;
}

section.top_news {
	width: 567px;
	height: 601px;
	margin-right: auto;
}

section.top_diary, section.top_howToPlay {
	width: 567px;
	height: 601px;
	margin-left: auto;
}

section.top_news .inner {
	width: 100%;
	height: 450px;
	background: black;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e) 1;
	padding: 0 35px;
	overflow: auto;
}

section.top_news .inner .set {
	width: 100%;
	height: auto;
	padding: 25px 0;
	border-bottom: 1px solid #433d3d;
	display: flex;
	justify-content: space-between;
}

section.top_news .inner .set .textarea {
	width: 272px;
	height: auto;
	font-size: 18px;
}

section.top_news .inner .set .textarea .daytime {
	font-size: 14px;
}

section.top_news .inner .set .textarea .title {
	font-size: 27px;
	color: #efe2a1;
	margin: 15px 0;
}

section.top_news .inner .set .img {
	width: 180px;
	height: 240px;
	overflow: hidden;
}

section.top_news .inner .set .img img {
	width: 100%;
	height: auto;
}

section.top_diary .inner, section.top_howToPlay .inner {
	width: 100%;
	height: 450px;
	padding: 22px;
	overflow: auto;
	background: black;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e) 1;
}

section.top_diary .inner .set {
	width: 484px;
	height: 148px;
	background: #212121;
	margin: 0 auto 5px;
	display: flex;
}

section.top_diary .inner .set .img {
	width: 148px;
	height: 148px;
	overflow: hidden;
}

section.top_diary .inner .set .img img {
	width: 148px;
	height: auto;
}

section.top_diary .inner .set .textarea {
	width: 336px;
	height: 148px;
	padding: 12px;
	overflow: auto;
	font-size: 17px;
}

section.top_diary .inner .set .textarea .daytime {
	font-size: 14px;
}

section.top_diary .inner .set .textarea .title {
	margin: 12px 0;
}

section.top_diary .inner .set .textarea .limit_text {
	width: 100%;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.top_howToPlay .inner p {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}

section.top_howToPlay .inner p:last-child {
	margin: 0;
}

section.top_howToPlay .inner p img {
	width: 100%;
	height: auto;
	display: block;
}


section.top_schedule {
	width: 100%;
	height: auto;
	margin: 76px auto;
}

section.top_schedule .inner {
	width: 100%;
	height: auto;
	display: flex;
}

#page_top {
	width: 93px;
	height: 93px;
	position: fixed;
	bottom: -100%;
	right: 2.5%;
	cursor: pointer;
	opacity: 0.75;
	transition-duration: 0.75s;
}

#page_top:hover {
	opacity: 1;
}

#page_top.visible {
	bottom: 100px;
	transition-duration: 0.75s;
}

#page_top.bottom {
	bottom: 180px;
	opacity: 1;
	transition-duration: 0.75s;
}

footer {
	width: 100%;
	height: 235px;
	background: url(../images/common/footer_bg.jpg) center top no-repeat;
	padding: 45px 0 0;
}

footer #f_nav {
	width: 100%;
	height: auto;
	font-size: 14px;
}

footer #f_nav ul {
	display: flex;
	justify-content: center;
}

footer #f_nav ul li {
	padding: 0 15px;
	border-left: 1px solid white;
}

footer #f_nav ul li:last-child {
	border-right: 1px solid white;
}

footer #f_logo {
	text-align: center;
	margin: 30px;
}

footer #copy {
	text-align: center;
	font-size: 12px;
}

/*girls_box*/
.girls_box {
    width: 280px;
    background: url(../images/common/girls_box.jpg) center top no-repeat;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 10px 10px 0;
    position: relative;
    background-size: cover;
    border: solid 1px #9a906a;
}

.girls_box:nth-child(4n) {
	margin-right: 0;
}

.girls_box .time {
	width: 150px;
	height: 49px;
	font-size: 18px;
	text-align: center;
	line-height: 49px;
}

.girls_box .wait {
	width: 110px;
	height: 49px;
	font-size: 14px;
	text-align: center;
	line-height: 49px;
	color: #fcdfad;
}

.girls_box .g_img {
	width: 100%;
	height: 371px;
	overflow: hidden;
	margin: 0;

}

.girls_box .g_img img {
	width: 100%;
	height: auto;
}

.girls_box .data {
    width: 100%;
    height: 100px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    overflow: hidden;
}

.girls_box .data .name {
	width: 100%;
	font-size: 26px;
	text-align: center;
}

.girls_box .data .name span {
	font-size: 20px;
}

.girls_box .data .size {
	width: 100%;
	font-size: 15px;
	text-align: center;
}

.girls_box .g_icon {
	width: 274px;
	height: auto;
	font-size: 14px;
	display: flex;
	margin: 0 auto 0px;
}

.girls_box .g_icon p {
	width: 136px;
	height: 33px;
	background: url(../images/common/g_icon.png) center top no-repeat;
	margin: 0 2px 2px 0;
	font-size: 16px;
	color: black;
	overflow: hidden;
	line-height: 33px;
	text-align: center;
}

.girls_box .g_icon p:nth-child(even) {
	margin-right: 0;
}

.girls_box .rank_icon {
    width: 100%;
    height: 32px;
    position: absolute;
    top: 423px;
    right: 0;
    z-index: 10;
    text-align:center;
}

/*girls schedule*/
section.girls, section.schedule {
	padding-bottom: 120px;
}

section.girls .inner, section.schedule .inner {
	width: 100%;
	height: auto;
	display: flex;
}

section.schedule .day_select {
	width: 1010px;
	height: 47px;
	margin: 0 auto 53px;
}

section.schedule .day_select ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

section.schedule .day_select ul li {
	width: 140px;
	height: 47px;
	background: url(../images/common/day_select_off.png) center top no-repeat;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	line-height: 47px;
	margin-right: 5px;
	position: relative;
}

section.schedule .day_select ul li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

section.schedule .day_select ul li.active, section.schedule .day_select ul li:hover {
	background: url(../images/common/day_select_on.png) center top no-repeat;
}

section.schedule .day_select ul li:last-child {
	margin: 0;
}

/*profile*/
section.profile {
	padding-bottom: 120px;
}

section.profile .inner {
	width: 1150px;
	height: 1395px;
	background: url(../images/common/profile_bg.jpg) center top no-repeat;
	padding: 43px 53px;
	display: flex;
	justify-content: space-between;
}

.gallery {
	width: 481px;
	height: 771px;
	position: relative;
	margin-bottom: 10px;
}

.gallery img {
	height: auto;
	width: 100%;
}

.slider {
	width: 480px;
	height: 640px;
	overflow: hidden;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.gallery .slider .slick-next {
	width: 37px;
	height: 100px;
	background: url(../images/common/arrow_r_prof.png) center top no-repeat;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50%;
	margin-top: -50px;
}

.gallery .slider .slick-prev {
	width: 37px;
	height: 100px;
	background: url(../images/common/arrow_l_prof.png) center top no-repeat;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50%;
	margin-top: -50px;
}


.thumbnail {
	position: absolute;
	left: 0;
	top: 0;
}

.thumbnail .thumbnail_img {
	width: 93px !important;
	height: 124px !important;
	margin-right:calc(15px / 4);
	cursor: pointer;
}


.thumbnail .slick-track {
	transform: unset !important;
}
.thumbnail_img {
	opacity: 1;
	transition: opacity .3s linear;
}
.thumbnail .slick-current {
	opacity: 1;
	position: relative !important;
}

.thumbnail .slick-current::after {
	content: "";
	width: 93px !important;
	height: 124px !important;
	border: solid 4px #3d2d04;
	position: absolute !important;
	left: 0;
	top: 0;
	z-index: 10000;
	box-sizing: border-box !important;
	opacity: 0.75;
}

.profile_right {
	width: 543px;
	height: 771px;
	margin-bottom: 10px;
}

section.profile .inner .girls_data {
	width: 543px;
	height: 563px;
	background: #1a1a1a;
	padding: 30px 45px;
	overflow: auto;
	margin-bottom: 10px;
}

section.profile .inner .girls_data dl {
	width: 100%;
	height: auto;
	display: flex;
	font-size: 15px;
}

section.profile .inner .girls_data dl dt {
	width: 45%;
	height: auto;
	padding: 10px 0;
}

section.profile .inner .girls_data dl dd {
	width: 55%;
	height: auto;
	padding: 10px 0;
	color: #d4c08d;
}

section.profile .inner .weekly {
	width: 543px;
	height: 199px;
	background: #1a1a1a;
	padding: 15px;
}

section.profile .inner .weekly h4.title {
	width: 100%;
	height: 40px;
	padding-left: 25px;
	border-bottom: 1px solid white;
	font-size: 18px;
	line-height: 40px;
	background: url(../images/common/icon_weekly.png) left top 12px no-repeat;
	margin-bottom: 17px;
}

section.profile .inner .weekly .weekly_box {
	width: 100%;
	height: 109px;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
}

section.profile .inner .weekly .weekly_box dl {
	width: calc(100% / 7);
	border-right: 1px solid white;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
}

section.profile .inner .weekly .weekly_box dl dt {
	height: 55%;
}

section.profile .inner .weekly .weekly_box dl dt span {
	font-size: 14px;
}

section.profile .inner .weekly .weekly_box dl dd {
	color: #d4c08d;
	height: 45%;
}

section.profile .inner .weekly .weekly_box dl:last-child {
	border: none;
}

section.profile .inner .option {
	width: 100%;
	height: 199px;
	background: #1a1a1a;
	padding: 15px 22px;
	margin-bottom: 10px;
}

section.profile .inner .option h4.title {
	width: 100%;
	height: 40px;
	padding-left: 25px;
	border-bottom: 1px solid white;
	font-size: 18px;
	line-height: 40px;
	background: url(../images/common/icon_option.png) left top 12px no-repeat;
	margin-bottom: 17px;
}

section.profile .inner .option .option_list {
	width: 100%;
	height: 112px;
	display: flex;
	font-size: 14px;
	overflow: hidden;
}

section.profile .inner .option .option_list li {
	width: calc(100% / 6);
	height: 38px;
	line-height: 38px;
}

section.profile .inner .option .option_list li.no {
	color: #4d4d4d;
}

section.profile .inner .message {
	width: 100%;
	height: 320px;
	background: #1a1a1a;
	padding: 15px 22px;
	overflow: auto;
}

section.profile .inner .message h4.title {
	width: 100%;
	height: 40px;
	padding-left: 25px;
	border-bottom: 1px solid white;
	font-size: 18px;
	line-height: 40px;
	background: url(../images/common/icon_message.png) left top 12px no-repeat;
	margin-bottom: 17px;
	margin-bottom: 22px;
}

section.profile .inner .message .message_box {
	width: 100%;
	height: 218px;
	font-size: 14px;
	overflow: auto;
	line-height: 1.72;
	padding: 0 15px;
}

/*event*/
section.event {
	padding-bottom: 120px;
}

section.event .event_box {
	width: 100%;
	height: auto;
	background: url(../images/common/event_bg.jpg) center top;
	background-size: 100% auto;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e) 1;
	margin-bottom: 45px;
	padding: 72px;
}

section.event .event_box:last-child {
	margin: 0;
}

section.event .event_box .event_img {
	width: 580px;
	height: 324px;
	margin: 0 auto 40px;
	overflow: hidden;
}

section.event .event_box .event_img img {
	width: 580px;
	height: auto;
}

section.event .event_box .textarea {
	width: 580px;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

section.event .event_box .textarea .title {
	font-size: 22px;
	color: #efe2a1;
	margin-bottom: 30px;
}

/*hotel_list*/
section.hotel_list {
	padding-bottom: 120px;
}

section.hotel_list .inner {
	width: 928px;
	height: auto;
	margin: 0 auto;
	font-size: 14px;
}

section.hotel_list .inner .list_head {
	width: 100%;
	height: 42px;
	display: flex;
	background: #583e17;
	border: 1px solid #342207;
	margin-bottom: 3px;
	line-height: 42px;
}

section.hotel_list .inner .list_head .h_name {
	width: 38%;
	padding-left: 5px;
}
section.hotel_list .inner .list_head .h_name a,section.hotel_list .inner .list_head .h_address {
	text-decoration: underline;
	cursor: pointer;
}
section.hotel_list .inner .list_head .h_tel {
	width: 15%;
	border-left: 1px solid #342207;
	padding-left: 5px;
}

section.hotel_list .inner .list_head .h_address {
	width: 47%;
	border-left: 1px solid #342207;
	font-size: small;
	padding-left: 5px;
}

section.hotel_list .inner .list_detail {
	width: 100%;
	height: auto;
	display: flex;
	background: #1c1c1c;
	margin-bottom: 3px;
}

section.hotel_list .inner .list_detail .name {
	width: 38%;
	padding: 10px 35px;
}

section.hotel_list .inner .list_detail .tel {
	width: 15%;
	text-align: center;
	padding: 10px;
}

section.hotel_list .inner .list_detail .address {
	width: 47%;
	padding: 10px 35px;
}

section.system {
	padding-bottom: 120px;
}

section.system .system_wrapper {
	width: 1150px;
	height: auto;
	background: url(../images/system/system_bg01.jpg) center top repeat-y;
    background-size: 100% auto;
	margin: 0 auto;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e) 1;
    padding: 105px 50px;
}

section.system .inner {
	width: 100%;
	height: auto;
	background: url(../images/system/system_bg02.jpg) center top repeat-y;
    background-size: 100% auto;
	margin: 0 auto;
    position: relative;
    padding: 35px 0 70px;
}

section.system .inner .tax_text {
	width: 100%;
	height: 105px;
	font-size: 18px;
	display: grid;
	place-items: center;
    position: absolute;
    left: 0;
    top: -105px;
}

section.system .inner .system_box {
	width: 100%;
	text-align: center;
	margin: 0 auto 90px;
	padding-bottom: 75px;
	background: url(../images/system/system_after.png) center bottom no-repeat;
}

#premium {
	position: relative;
}

#premium .premium_icon {
	width: 420px;
	display: block;
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-50%);
}

#premium .premium_icon img {
	width: 100%;
}

.transportation {
	position: relative;
}

.transportation a.btn {
	width: 639px;
	position: absolute;
	top: 200px;
	left: 204px;
}

section.system .inner .system_box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

/* 言語変換プルダウン */
/* select[name="item"]  {
    height: 35px;
    font-size: 100%;
    background: #ffffffd1;
    color: #4782b4;
    margin: -3px 5px;
    position: absolute;
    top: 15px;
    right: 4px;
    z-index: 9999;
} */
/*cosplay*/
section.cosplay {
	padding-bottom: 120px;
}

section.cosplay .inner {
	width: 100%;
	height: auto;
	display: flex;
}

.cosplay_box {
	width: 280px;
	height: 422px;
	background: url(../images/common/cosplay_bg.jpg) center top no-repeat;
	background-size: 100% auto;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e) 1;
	margin: 0 10px 10px 0;
}

.cosplay_box:nth-child(4n) {
	margin-right: 0;
}

.cosplay_box .name {
	width: 100%;
	height: 49px;
	overflow: hidden;
	font-size: 22px;
	display: flex;
	align-items: center;
	padding: 0 25px;
}

.cosplay_box .img {
	width: 100%;
	height: 371px;
	overflow: hidden;
}

/*how_to_play*/
section.how_to_play {
	padding-bottom: 120px;
}

section.how_to_play .manga_box {
	width: 100%;
	height: auto;
}

section.how_to_play .manga_box:nth-child(even) {
	margin: 60px 0;
}

section.how_to_play .manga_box img {
	width: 100%;
	height: auto;
	display: block;
}

/*
section.system .inner .system_box h4 {
    width: 100%;
    height: 122px;
	text-align: center;
	font-size: 24px;
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 10px;
}

section.system .inner .system_box h4 span {
	font-size: 12px;
    letter-spacing: normal;
}

#course h4 {
    background: url(../images/system/tl_course.png) center top no-repeat;
    background: 100% auto;
}
#course_hotel h4 {
    background: url(../images/system/tl_course_hotel.png) center top no-repeat;
    background: 100% auto;
    padding-top: 0;
    line-height: 0.75;
}
#other h4 {
    background: url(../images/system/tl_other.png) center top no-repeat;
    background: 100% auto;
}
#option h4 {
    background: url(../images/system/tl_option.png) center top no-repeat;
    background: 100% auto;
}
#transportation h4 {
    background: url(../images/system/tl_transportation.png) center top no-repeat;
    background: 100% auto;
}
#rules h4 {
    background: url(../images/system/tl_rules.png) center top no-repeat;
    background: 100% auto;
}

section.system .inner .system_box .price_box {
	width: 100%;
	height: auto;
	display: flex;
	padding: 0 25px;
}

section.system .inner .system_box .price_box dl {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	font-size: 24px;
	padding: 15px 24px;
}

section.system .inner .system_box .price_box dl dt, section.system .inner .system_box .price_box dl dd {
	width: 50%;
	text-align: right;
	padding-right: 30px;
}

.system_box .price_box dl dd {
	color: #efe7d9;
}

span.fs14 {
	font-size: 14px !important;
	margin: 0 0.1rem;
}
span.fs15 {
	font-size: 15px !important;
}
span.fs18 {
	font-size: 18px !important;
}
span.fs20 {
	font-size: 20px !important;
}

section.system .inner .system_box .price_box02 {
	width: 100%;
	height: auto;
	display: flex;
	padding: 0 50px;
}

section.system .inner .system_box .price_box02 dl {
	width: 100%;
	display: flex;
	font-size: 24px;
	padding: 15px 24px;
}

section.system .inner .system_box .price_box02 dl dt {
	width: 40%;
	text-align: right;
	padding-right: 30px;
	font-size: 20px;
}

section.system .inner .system_box .price_box02 dl dd {
	width: 60%;
	text-align: right;
	padding-right: 100px;
	color: #efe7d9;
}
section.system .inner .price_box02 dl dt.w0 {
	width: 0%;
}
section.system .inner .price_box02 dl dd.w100 {
	width: 100%;
}

section.system .inner .system_box .price_box02 dl dd .rank_icon {
	width: 100%;
	height: auto;
	font-size: 18px;
	display: flex;
	justify-content: right;
	align-items: center;
}

section.system .inner .system_box .price_box02 dl dd .rank_icon img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

section.system .inner .system_box .price_box02 dl dd p.mt5 {
	margin-top: 5px;
}

section.system .inner .system_box .price_box02 dl dd p.line_arrow {
	position: relative;
}

section.system .inner .system_box .price_box02 dl dd p.line_arrow::after {
	content: "";
	width: 170px;
	height: 49px;
	background: url(../images/system/line_arrow.png) center top no-repeat;
	background-size: 100%;
	position: absolute;
	right: -15px;
	top: 20px;
}

section.system .inner .system_box .credit {
	width: 640px;
	height: 108px;
	margin: 0 auto;
	background: rgba(14, 14, 14, 0.3);
	border: solid 1px #b7b7b7;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
    padding: 15px 40px;
}

section.system .inner .system_box .credit p {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section.system .inner .system_box .credit span {
    width: 100%;
    font-size: 15px;
    text-align: center;
}

section.system .inner .system_box .rules {
	font-size: 16px;
	font-weight: 600;
}

section.system .inner .system_box .rules h5 {
	font-size: 22px;
	line-height: 1.5;
	margin: 20px 0 50px;
    text-align: center;
    color: #efe7d9;
}

section.system .inner .system_box .rules p {
	text-align: left;
	padding-left: 180px;
	margin-bottom: 30px;
}

section.system .inner .system_box .rules .bottom_text {
	width: 475px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px auto 0;
	padding: 0;
	border: solid 1px #bcbcbc;
}
*/

.hotellist_text {
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    left: 0;
}