/* ----------------------------------------

システム

---------------------------------------- */

.system-content .tag01,
.system-content .tag02 {
	font-size: 2.4rem !important;
}

.system-content p {
	margin-bottom: 15px;
	line-height: 2;
}

.gaikoku {
	border: 5px solid #c31700;
	padding: 20px;
	margin-top: 40px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.7;
	color:#c31700;
}

.cardbox {
	width: 700px;
	margin: auto;
}
.cardbox img {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
}

table#qa {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 2rem;
	box-sizing: border-box;
	line-height: 1.8;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table#qa th {
    padding: 15px;
    font-weight: normal;
    text-align: left;
	box-sizing: border-box;
	width: 30%;
}

table#qa td {
    padding: 15px;
    text-align: left;
	box-sizing: border-box;
	position: relative;
}
table#qa tr:nth-child(even) {
	background: #e6ebeb;
}
table#qa td span {
	color:#fa7a91;
}

.c01 {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color:#fa7a91;
	margin-bottom: 20px;
}
.c02 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.pricebg {
	background: url("../../images/system/pricebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	margin-bottom: 40px;
}
.priceimage {
	width: 700px;
	margin: auto;
}

.play {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.play li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 19%;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 6px;
	display: flex;
	line-height: 1.5;
  justify-content: center;
  align-items: center;
}
.optionlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.optionlist li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 24%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 6px;
}

.cyuui {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

.kinshi {
	margin-left: 20px;
	margin-bottom: 15px;
}
.kinshi li {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	list-style-type: disc;
	font-size: 1.4rem;
	line-height: 1.8;
}







@media screen and (max-width: 1200px) {
	

.system-content .tag01,
.system-content .tag02 {
	font-size: 1.6rem !important;
}

.system-content p {
	margin-bottom: 15px;
	line-height: 1.7;
	font-size: 1.3rem;
}

.gaikoku {
	border: 4px solid #c31700;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.7;
	color:#c31700;
}

.cardbox {
	width: auto;
	margin: auto;
}
.cardbox img {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}

table#qa {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.4rem;
	box-sizing: border-box;
	line-height: 1.8;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table#qa th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
	box-sizing: border-box;
	width: 30%;
}

table#qa td {
    padding: 10px;
    text-align: left;
	box-sizing: border-box;
	position: relative;
}
table#qa tr:nth-child(even) {
	background: #e6ebeb;
}
table#qa td span {
	color:#fa7a91;
}

.c01 {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color:#fa7a91;
	margin-bottom: 20px;
}
.c02 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.pricebg {
	background: url("../../images/system/pricebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	margin-bottom: 40px;
}
.priceimage {
	width: 700px;
	margin: auto;
}

.play {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.play li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.5rem;
	font-weight: bold;
	width: auto;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 6px;
}
.optionlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.optionlist li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 24%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 6px;
}

.cyuui {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

.kinshi {
	margin-left: 20px;
	margin-bottom: 15px;
}
.kinshi li {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	list-style-type: disc;
	font-size: 1.3rem;
	line-height: 1.8;
}


}




.hotel-content table {
	font-size: 1.5rem !important;
}

.hotelcate {
	display: flex;
	flex-wrap: wrap;
		margin-bottom: 30px;
}
.hotelcate li {
	background: #222;
	width: 19.5%;
	text-align: center;
	margin: 0 2px 4px 2px;
}
.hotelcate li a {
	display: block;
	color:#fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 5px;
}
.hotelcate li a:hover {
	background: #99023b;
}

.content-inner02 table a {
	background: #9d7e4a;
	width: 100%;
	padding: 5px 15px;
	font-size: 1.4rem;
	color:#fff;
}

@media screen and (max-width: 1200px) {
	
.hotel-content table {
	font-size: 1.2rem !important;
}

.hotelcate {
	display: flex;
	flex-wrap: wrap;
		margin-bottom: 15px;
}
.hotelcate li {
	background: #222;
	width: 23.5%;
	text-align: center;
	margin: 0 2px 4px 2px;
}
.hotelcate li a {
	display: block;
	color:#fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 5px;
}
.hotelcate li a:hover {
	background: #99023b;
}

.content-inner02 table a {
	background: #9d7e4a;
	width: 100%;
	padding: 5px 15px;
	font-size: 1rem;
	color:#fff;
}
	
}



#gotanda,
#shinagawa,
#oota,
#katsusika,
#koutou,
#edogawa,
#sumida,
#taitou,
#adachi,
#arakawa,
#chiyoda,
#cyuou,
#minato,
#bunkyo,
#shinjyuku,
#shibuya,
#toyoshima,
#kita,
#meguro,
#setagaya,
#nakano,
#itabashi,
#suginami,
#nerima {
	 display: block;
   margin-top:-100px;
   padding-top:100px;
}

