@charset "UTF-8";
/* css Faq [top] */

@import url("main.css");
@import url("accordion.css");
@import url("../module/animate.compat.css");

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.listArea .listbox {
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== Article ==*/
.listArea .listbox section {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.listArea .listbox section article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h4 ==*/
.headtitle h4 {
	text-align: left;
}

/*---------------------------------------------------- */
/* List Block */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	margin: 0;
	height: auto;
}

.list_disc ol {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
}

.list_disc ol li { 
	margin: 0;
	color: #2c2d2e;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	position: relative;
	list-style-type: none;
}

.list_disc ol li:before { 
	content: "";
	position: absolute;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #8d8e8f;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	top: 0;
	bottom: 0;
	left: 0;
}

.list_disc ol li a { 
	text-decoration: underline;
}

.list_disc ol li a:hover { 
	text-decoration: underline;
}

/*== Asterisk ==*/
.list_asterisk {
	margin: 0;
	height: auto;
}

.list_asterisk ol {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
}

.list_asterisk ol li { 
	margin: 0;
	color: #2c2d2e;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	position: relative;
	list-style-type: none;
}

.list_asterisk ol li:before { 
	content: "\f069";
	font-family: var(--primary-icon);
	font-weight: 900; 
	color: #8d8e8f;
	position: absolute;
	transition: color .25s ease-in-out;
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

.list_asterisk ol li.bango:before { 
	content: "\f069 1";
	font-family: var(--primary-icon);
	font-weight: 900; 
	color: #8d8e8f;
	position: absolute;
	transition: color .25s ease-in-out;
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_legal {
	margin: 0 auto;
	height: auto;
}

.txt_legal p { 
	padding: 0;
	margin: 0;
	color: #2c2d2e;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
}

.txt_legal p a { 
	text-decoration: none;
}

.txt_legal p a:hover { 
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Rooms */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_rooms {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== h5 ==*/
.waku_rooms .rooms-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_rooms .rooms-title h5 {
	padding: 0;
	margin: 0;
	color: #8da3d3;
	font-family: var(--primary-sans);
	font-weight: 500;
	font-style: normal;
	letter-spacing: .05em;
	text-decoration: none;
	text-align: center;
}

.waku_rooms .rooms-title h5 i {
	font-family: var(--primary-serif-en);
	font-weight: 600;
	font-style: normal;
}

/*== Table ==*/
.waku_rooms .haco_rooms {
	margin: 0 auto;
	height: auto;
}

.waku_rooms .haco_rooms table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_rooms table th, .haco_rooms table tr, .haco_rooms table td {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.haco_rooms table th, .haco_rooms table td {
	border: solid 1px #dcdcdc;
}

.haco_rooms table th {
	margin: 0;
	height: auto;
	background-color: #87cbfa;
}

.haco_rooms table td {
	margin: 0;
	height: auto;
}

.haco_rooms table th h4 {
	padding: 0;
	color: #2d2e2f;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .05em;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

.haco_rooms table td h5 {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	line-height: 1.4;
}

.haco_rooms table td p {
	padding: 0;
	font-weight: normal;
	color: #3d3e3f;
	text-decoration: none;
	line-height: 1.4;
}

.haco_rooms table td p a {
	color: #32a7f1;
	text-decoration: underline;
}

.haco_rooms table td p a:hover {
	color: #5ac9fc;
	text-decoration: underline;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 98%;
	max-width: 1290px;
}

.listArea .listbox {
	padding: 0;
	margin: 0 2%;
	width: 45%;
}

/*== Article ==*/
.listArea .listbox section {
	padding-top: 10px;
	padding-bottom: 60px;
	width: 100%;
}

.listArea .listbox section:first-child {
	padding-top: 0;
}

.listArea .listbox section:last-child {
	padding-bottom: 0;
}

.listArea .listbox section article {
	width: 100%;
}

/*---------------------------------------------------- */
/* List Block */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding: 0;
	width: 98%;
}

.list_disc ol {
	margin-left: 0.5%;
	width: 98%;
}

.list_disc ol li { 
	padding: 0;
	margin: 10px 0 15px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
}

.list_disc ol li:before { 
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	top: 5px;
}

.list_disc ol li p { 
	padding: 0;
	margin: 0 0 0 18px;
	font-size: 15px;
}

/*== Asterisk ==*/
.list_asterisk {
	padding: 0;
	width: 98%;
}

.list_asterisk ol {
	margin-left: 0.5%;
	width: 98%;
}

.list_asterisk ol li { 
	padding: 0;
	margin: 10px 0 15px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
}

.list_asterisk ol li:before { 
	font-size: 12px;
	top: 1px;
}

.list_asterisk ol li p { 
	padding: 0;
	margin: 0 0 0 21px;
	font-size: 15px;
}

.list_asterisk ol li.bango p { 
	padding: 0;
	margin: 0 0 0 25px;
	font-size: 15px;
}
	
/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_legal {
	padding: 0 0 15px 0;
	width: 98%;
}

.txt_legal p { 
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Rooms */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_rooms {
	padding: 15px 0 8px 0;
	width: 98%;
}

/*== h5 ==*/
.waku_rooms .rooms-title {
	padding-bottom: 15px;
	width: 98%;
}

.waku_rooms .rooms-title h5 {
	font-size: 18px;
	line-height: 1.0;
}

.waku_rooms .rooms-title h5 i {
	font-size: 20px;
}

/*== Table ==*/
.haco_rooms {
	padding: 0;
	width: 98%;
}

.haco_rooms table th, .haco_rooms table td {
	padding: 12px 0;
}

.haco_rooms table th.box01 {
	width: 22%;
}

.haco_rooms table th.box02 {
	width: 10%;
}

.haco_rooms table th.box03 {
	width: 10%;
}

.haco_rooms table th.box04 {
	width: 60%;
}

.haco_rooms table td.box21 {
	width: 22%;
	background-color: #eaf5fd;
}

.haco_rooms table th h4 {
	margin: 0 16px 0 16px;
	font-size: 15px;
}

.haco_rooms table td h5 {
	margin: 0 16px 0 16px;
	font-size: 15px;
}

.haco_rooms table td p {
	margin: 0 16px 0 16px;
	font-size: 15px;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 97%;
}

.listArea .listbox {
	padding: 0 0 10px 0;
	margin: 0 0.5%;
	width: 98%;
}

.listArea .listbox:first-child {
	padding-bottom: 40px;
}

/*== Article ==*/
.listArea .listbox section {
	padding-top: 5px;
	padding-bottom: 35px;
	width: 100%;
}

.listArea .listbox section:first-child {
	padding-top: 0;
}

.listArea .listbox section:last-child {
	padding-bottom: 0;
}

.listArea .listbox section article {
	width: 100%;
}

/*---------------------------------------------------- */
/* List Block */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding: 0;
	width: 98%;
}

.list_disc ol {
	margin-left: 0.8%;
	width: 98%;
}

.list_disc ol li { 
	padding: 0;
	margin: 10px 0 15px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
}

.list_disc ol li:before { 
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	top: 6px;
}

.list_disc ol li p { 
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 15px;
}

/*== Asterisk ==*/
.list_asterisk {
	padding: 0;
	width: 98%;
}

.list_asterisk ol {
	margin-left: 0.8%;
	width: 98%;
}

.list_asterisk ol li { 
	padding: 0;
	margin: 10px 0 15px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
}

.list_asterisk ol li:before { 
	font-size: 10px;
	top: 2px;
}

.list_asterisk ol li p { 
	padding: 0;
	margin: 0 0 0 19px;
	font-size: 15px;
}

.list_asterisk ol li.bango p { 
	padding: 0;
	margin: 0 0 0 22px;
	font-size: 15px;
}
	
/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_legal {
	padding: 0 0 15px 0;
	width: 98%;
}

.txt_legal p { 
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_rooms {
	padding: 12px 0 3px 0;
	width: 98%;
}

/*== h5 ==*/
.waku_rooms .rooms-title {
	padding-bottom: 12px;
	width: 97%;
}

.waku_rooms .rooms-title h5 {
	font-size: 17px;
	line-height: 1.0;
}

.waku_rooms .rooms-title h5 i {
	font-size: 19px;
}

/*== Table ==*/
.haco_rooms {
	padding: 0;
	width: 97%;
}

.haco_rooms table th, .haco_rooms table td {
	padding: 10px 0;
}

.haco_rooms table th.box01 {
	width: 22%;
}

.haco_rooms table th.box02 {
	width: 12%;
}

.haco_rooms table th.box03 {
	width: 12%;
}

.haco_rooms table th.box04 {
	width: 56%;
}

.haco_rooms table td.box21 {
	width: 22%;
	background-color: #eaf5fd;
}

.haco_rooms table th h4 {
	margin: 0 16px 0 16px;
	font-size: 15px;
}

.haco_rooms table td h5 {
	margin: 0 16px 0 16px;
	font-size: 15px;
}

.haco_rooms table td p {
	margin: 0 16px 0 16px;
	font-size: 15px;
}



}


/* /// Minimum width 599px and Phone /// */
@media all and (max-width: 599px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 96%;
}

.listArea .listbox {
	padding: 0 0 10px 0;
	margin: 0 0.5%;
	width: 97%;
}

.listArea .listbox:first-child {
	padding-bottom: 40px;
}

/*== Article ==*/
.listArea .listbox section {
	padding-top: 5px;
	padding-bottom: 35px;
	width: 100%;
}

.listArea .listbox section:first-child {
	padding-top: 0;
}

.listArea .listbox section:last-child {
	padding-bottom: 0;
}

.listArea .listbox section article {
	width: 100%;
}

/*---------------------------------------------------- */
/* List Block */
/*---------------------------------------------------- */
/*== Disc ==*/
.list_disc {
	padding: 0;
	width: 98%;
}

.list_disc ol {
	margin-left: 1.2%;
	width: 97%;
}

.list_disc ol li { 
	padding: 0;
	margin: 8px 0 15px 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}

.list_disc ol li:before { 
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	top: 7px;
}

.list_disc ol li p { 
	padding: 0;
	margin: 0 0 0 13px;
	font-size: 14px;
}

/*== Asterisk ==*/
.list_asterisk {
	padding: 0;
	width: 98%;
}

.list_asterisk ol {
	margin-left: 1.2%;
	width: 97%;
}

.list_asterisk ol li { 
	padding: 0;
	margin: 8px 0 15px 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}

.list_asterisk ol li:before { 
	font-size: 9px;
	top: 2px;
}

.list_asterisk ol li p { 
	padding: 0;
	margin: 0 0 0 17px;
	font-size: 14px;
}

.list_asterisk ol li.bango p { 
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 14px;
}
	
/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt_legal {
	padding: 0 0 15px 0;
	width: 98%;
}

.txt_legal p { 
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_rooms {
	padding: 10px 0 0 0;
	width: 100%;
}

/*== h5 ==*/
.waku_rooms .rooms-title {
	padding-bottom: 10px;
	width: 98%;
}

.waku_rooms .rooms-title h5 {
	font-size: 16px;
	line-height: 1.0;
}

.waku_rooms .rooms-title h5 i {
	font-size: 18px;
}

/*== Table ==*/
.haco_rooms {
	padding: 0;
	width: 96%;
}

.haco_rooms table thead {
	display: none;
}

.haco_rooms table tr {
	margin-bottom: 15px;
	display: block;
	padding: 5px;
	border-top: 3px solid #36a0ed;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.haco_rooms table tr:last-child {
	margin-bottom: 0;
}
	
.haco_rooms table th, .haco_rooms table td {
	border-style: none;
}

.haco_rooms table th {
	text-align: left;
}

.haco_rooms table td {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #dcdcdc;
	min-height: 1em;
	padding-left: 30%;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
	
.haco_rooms table td:first-child {
	background-color: #eaf5fd;
}

.haco_rooms table td:nth-child(4) {
	background-color: #f7f7f7;
}

.haco_rooms table td:before {
	content: attr(data-label);
	float: none;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	width: 20%;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	white-space: nowrap;
}

.haco_rooms table td h5 {
	margin: 0 12px 0 12px;
	font-size: 16px;
	font-weight: 600;
}

.haco_rooms table td p {
	margin: 0 12px 0 12px;
	font-size: 14px;
	font-weight: 400;
}


	
}