@charset "UTF-8";
/* css Endoscopy [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .photo_about, .waku_about .photo_about2 {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_about .detail, .waku_about .detail2 {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_about .photo_about figure, 
.waku_about .photo_about2 figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_about .photo_about figure img, 
.waku_about .photo_about2 figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Detail ==*/
.waku_about .detail h3, 
.waku_about .detail2 h3 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	text-align: left;
	line-height: 1.2;
}
.waku_about .detail p,
.waku_about .detail2 p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
}

/*== a:links ==*/
.waku_about .photo_about figure a, 
.waku_about .photo_about2 figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_about .photo_about figure a:hover, 
.waku_about .photo_about2 figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_about .photo_about figure a:before, 
.waku_about .photo_about2 figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 10px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_about .photo_about figure a:hover:before, 
.waku_about .photo_about2 figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_about .photo_about figure:hover img, 
.waku_about .photo_about2 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* Room */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_room {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Box ==*/
.waku_room .roombox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_room .roombox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cdcfd1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 2px rgba(0, 0, 0, .08);
	box-shadow: 0 2px rgba(0, 0, 0, .08);
}

/*== img ==*/
.waku_room .roombox article figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_room .roombox article figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Detail ==*/
.waku_room .roombox article .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_room .roombox article .detail h4 {
	padding: 0;
	margin: 0;
	color: #6cb8c7;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
}
.waku_room .roombox article .detail h4 small {
	padding: 0;
	margin: 0;
	/*color: #6d6e6f;*/
	font-size: 65%;
	font-style: normal;
	font-weight: 600;
	display: inline-block;
}
.waku_room .roombox article .detail p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
}

/*== a:links ==*/
.waku_room .roombox article figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_room .roombox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_room .roombox article figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 10px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_room .roombox article figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_room .roombox article figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* icon */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_icon2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_icon2 .iconbox2 {
	padding: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_icon2 .iconbox2 article {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
	background-color: #d8eeff;
	border: solid 2px #a2d2f7;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	position: relative;
	overflow: hidden;
}

/*== Detail ==*/
.waku_icon2 .iconbox2 article .detail2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h3 ==*/
.waku_icon2 .iconbox2 article .detail2 h3 {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}
.waku_icon2 .iconbox2 article .detail2 h3 i {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-size: 108%;
	font-weight: 900;
}

/*== h4 ==*/
.waku_icon2 .iconbox2 article .detail2 h4 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_ask {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.waku_ask .txt_ask {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_ask .txt_ask p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btnInfo {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Ul ==*/
.waku_btnInfo ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}
.waku_btnInfo ul li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	background-color: #fff;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_btnInfo ul li a {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style-type: none;
	-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: block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	vertical-align: middle;
	position: relative;
}
.waku_btnInfo ul li a:after {
	padding: 0;
	margin: 0;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
	color: rgba(255, 255, 255, .8);
}
.waku_btnInfo ul li a i {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}
.waku_btnInfo ul li a small {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-style: normal;
}
.waku_btnInfo ul li a em {
	padding: 0;
	margin: 0;
	font-size: 185%;
	font-style: normal;
	font-weight: 700;
}
.waku_btnInfo ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/*== Reservation ==*/
.waku_btnInfo ul li.btn_reservation a {
	background-color: #006fc0;
}

/*== Queue ==*/
.waku_btnInfo ul li.btn_queue a {
	background-color: #42abed;
}

/*== Tel ==*/
.waku_btnInfo ul li.btn_tel a {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	background-color: #41c1dc;
}
.waku_btnInfo ul li.btn_tel a small {
	font-family: 'Noto Sans JP', sans-serif;
}
.waku_btnInfo ul li.btn_tel a em {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
}

/*---------------------------------------------------- */
/* Number */
/*---------------------------------------------------- */
.listNumber {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== ol ==*/
.listNumber ol {
	padding: 0;
	margin: 0 auto;
	height: auto;
	counter-reset: my-counter;
	list-style: none;
}
.listNumber ol li {
	padding: 0;
	margin: 0;
	height: auto;
	text-align: left;
	vertical-align: top;
	list-style: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.listNumber ol li span {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	position: relative;
}
.listNumber ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #9d9e9f;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
}
.listNumber ol li.c-yellow:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fabd00;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
}
.listNumber ol li.c-blue:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #42abed;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
}
.listNumber ol li.c-green:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #059669;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
}
.listNumber ol li span em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 700;
	font-style: normal;
}
.listNumber ol li span b {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	font-style: normal;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	margin-bottom: 40px;
	width: 98%;
	overflow: hidden;
}
.waku_about .photo_about, .waku_about .detail2 {
	width: 47%;
	float: left;
}
.waku_about .detail, .waku_about .photo_about2 {
	width: 47%;
	float: right;
}
.waku_about .detail, .waku_about .detail2 {
	margin-top: 35px;
}

/*== img ==*/
.waku_about .photo_about figure, 
.waku_about .photo_about2 figure {
	/*height: 320px;
	max-height: 320px;*/
	height: auto;
}

/*== Detail ==*/
.waku_about .detail h3, 
.waku_about .detail2 h3 {
	margin-bottom: 15px;
	font-size: 24px;
}
.waku_about .detail p,
.waku_about .detail2 p {
	margin-bottom: 15px;
	font-size: 20px;
}

/*---------------------------------------------------- */
/* Room */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_room {
	width: 98%;
}

/*== Box ==*/
.waku_room .roombox {
	padding-bottom: 25px;
	margin: 0 1.2%;
	width: 30.4%;
}
.waku_room .roombox article {
	width: 100%;
}

/*== img ==*/
.waku_room .roombox article figure {
	/*height: 200px;
	max-height: 200px;*/
	height: auto;
}

/*---------------------------------------------------- */
/* icon */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_icon2 {
	width: 100%;
}
.waku_icon2 .iconbox2 {
	margin: 0 1.0%;
	width: 47.0%;
}
.waku_icon2 .iconbox2 article {
	padding: 15px 12px;
	width: 100%;
	border-radius: 8px;
}

/*== Detail ==*/
.waku_icon2 .iconbox2 article .detail2 {
	width: 100%;
}

/*== h3 ==*/
.waku_icon2 .iconbox2 article .detail2 h3 {
	margin-bottom: 5px;
	font-size: 28px;
}

/*== h4 ==*/
.waku_icon2 .iconbox2 article .detail2 h4 {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_ask {
	width: 98%;
}

/*== P ==*/
.waku_ask .txt_ask {
	margin-bottom: 30px;
	width: 98%;
}
.waku_ask .txt_ask p {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btnInfo {
	width: 80%;
}

/*== Ul ==*/
.waku_btnInfo ul {
	width: 96%;
}
.waku_btnInfo ul li.btn_reservation, 
.waku_btnInfo ul li.btn_queue {
	margin: 0 0.8%;
	width: 47.0%;
	border-radius: 27px;
}
.waku_btnInfo ul li.btn_tel {
	margin: 0 0.8%;
	margin-bottom: 12px;
	width: 98%;
	border-radius: 42px;
}
.waku_btnInfo ul li.btn_reservation a, 
.waku_btnInfo ul li.btn_queue a {
	padding: 18px 0;
	font-size: 17px;
	border-radius: 27px;
}
.waku_btnInfo ul li.btn_tel a {
	padding: 12px 0;
	font-size: 17px;
	line-height: 1.1;
	border-radius: 42px;
}
.waku_btnInfo ul li.btn_tel a em {
	margin-left: 8px;
}
.waku_btnInfo ul li a:after {
	margin-top: 3px;
	font-size: 12px;
	right: 1.2em;
}
.waku_btnInfo ul li.btn_tel a:after {
	margin-top: 0;
	font-size: 14px;
	right: 1.3em;
}
.waku_btnInfo ul li a i {
	margin-right: 8px;
}

/*---------------------------------------------------- */
/* Number */
/*---------------------------------------------------- */
.listNumber {
	width: 98%;
}

/*== ol ==*/
.listNumber ol {
	width: 98%;
}
.listNumber ol li {
	margin-bottom: 18px;
	width: 100%;
}
.listNumber ol li:last-child {
	margin-bottom: 0;
	width: 100%;
}
.listNumber ol li:before,
.listNumber ol li.c-yellow:before,
.listNumber ol li.c-blue:before,
.listNumber ol li.c-green:before {
	line-height: 30px;
	height: 30px;
	width: 30px;
	font-size: 15px;
}
.listNumber ol li span {
	margin-left: 38px;
	width: calc(100% - 38px);
	min-height: 30px;
	font-size: 18px;
	line-height: 1.5;
}
.listNumber ol li span em {
	font-size: 22px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	margin-bottom: 35px;
	width: 98%;
	overflow: hidden;
}
.waku_about .photo_about, .waku_about .detail2 {
	width: 47%;
	float: left;
}
.waku_about .detail, .waku_about .photo_about2 {
	width: 47%;
	float: right;
}
.waku_about .detail, .waku_about .detail2 {
	margin-top: 25px;
}

/*== img ==*/
.waku_about .photo_about figure, 
.waku_about .photo_about2 figure {
	/*height: 280px;
	max-height: 280px;*/
	height: auto;
}

/*== Detail ==*/
.waku_about .detail h3, 
.waku_about .detail2 h3 {
	margin-bottom: 12px;
	font-size: 22px;
}
.waku_about .detail p,
.waku_about .detail2 p {
	margin-bottom: 12px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Room */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_room {
	width: 97%;
}

/*== Box ==*/
.waku_room .roombox {
	padding-bottom: 20px;
	margin: 0 0.8%;
	width: 30.8%;
}
.waku_room .roombox article {
	width: 100%;
}

/*== img ==*/
.waku_room .roombox article figure {
	/*height: 160px;
	max-height: 160px;*/
	height: auto;
}

/*---------------------------------------------------- */
/* icon */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_icon2 {
	width: 100%;
}
.waku_icon2 .iconbox2 {
	margin: 0 0.8%;
	width: 47.2%;
}
.waku_icon2 .iconbox2 article {
	padding: 12px 10px;
	width: 100%;
	border-radius: 6px;
}

/*== Detail ==*/
.waku_icon2 .iconbox2 article .detail2 {
	width: 100%;
}

/*== h3 ==*/
.waku_icon2 .iconbox2 article .detail2 h3 {
	margin-bottom: 4px;
	font-size: 26px;
}

/*== h4 ==*/
.waku_icon2 .iconbox2 article .detail2 h4 {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_ask {
	width: 98%;
}

/*== P ==*/
.waku_ask .txt_ask {
	margin-bottom: 25px;
	width: 98%;
}
.waku_ask .txt_ask p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btnInfo {
	width: 94%;
}

/*== Ul ==*/
.waku_btnInfo ul {
	width: 96%;
}
.waku_btnInfo ul li.btn_reservation, 
.waku_btnInfo ul li.btn_queue {
	margin: 0 0.6%;
	width: 48.0%;
	border-radius: 23px;
}
.waku_btnInfo ul li.btn_tel {
	margin: 0 0.6%;
	margin-bottom: 10px;
	width: 98%;
	border-radius: 36px;
}
.waku_btnInfo ul li.btn_reservation a, 
.waku_btnInfo ul li.btn_queue a {
	padding: 15px 0;
	font-size: 15px;
	border-radius: 23px;
}
.waku_btnInfo ul li.btn_tel a {
	padding: 8px 0;
	font-size: 15px;
	line-height: 1.1;
	border-radius: 36px;
}
.waku_btnInfo ul li.btn_tel a em {
	margin-left: 6px;
}
.waku_btnInfo ul li a:after {
	margin-top: 3px;
	font-size: 10px;
	right: 1.0em;
}
.waku_btnInfo ul li.btn_tel a:after {
	margin-top: 1px;
	font-size: 12px;
	right: 1.1em;
}
.waku_btnInfo ul li a i {
	margin-right: 5px;
}

/*---------------------------------------------------- */
/* Number */
/*---------------------------------------------------- */
.listNumber {
	width: 98%;
}

/*== ol ==*/
.listNumber ol {
	width: 98%;
}
.listNumber ol li {
	margin-bottom: 15px;
	width: 100%;
}
.listNumber ol li:last-child {
	margin-bottom: 0;
	width: 100%;
}
.listNumber ol li:before,
.listNumber ol li.c-yellow:before,
.listNumber ol li.c-blue:before,
.listNumber ol li.c-green:before {
	line-height: 26px;
	height: 26px;
	width: 26px;
	font-size: 13px;
}
.listNumber ol li span {
	margin-left: 34px;
	width: calc(100% - 34px);
	min-height: 26px;
	font-size: 16px;
	line-height: 1.5;
}
.listNumber ol li span em {
	font-size: 20px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	margin-bottom: 25px;
	width: 98%;
	overflow: hidden;
}
.waku_about .photo_about, .waku_about .photo_about2 {
	padding-bottom: 15px;
	margin: 0 auto;
	width: 98%;
	display: block;
}
.waku_about .detail, .waku_about .detail2 {
	margin: 0 auto;
	width: 96%;
	display: block;
}

/*== img ==*/
.waku_about .photo_about figure, 
.waku_about .photo_about2 figure {
	/*height: 230px;
	max-height: 230px;*/
	height: auto;
}

/*== Detail ==*/
.waku_about .detail h3, 
.waku_about .detail2 h3 {
	margin-bottom: 10px;
	font-size: 20px;
}
.waku_about .detail p,
.waku_about .detail2 p {
	margin-bottom: 10px;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Room */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_room {
	width: 96%;
}

/*== Box ==*/
.waku_room .roombox {
	padding-bottom: 15px;
	margin: 0 0.5%;
	width: 31.4%;
}
.waku_room .roombox article {
	width: 100%;
}

/*== img ==*/
.waku_room .roombox article figure {
	/*height: 130px;
	max-height: 130px;*/
	height: auto;
}

/*---------------------------------------------------- */
/* icon */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_icon2 {
	width: 100%;
}
.waku_icon2 .iconbox2 {
	margin: 0 0.6%;
	width: 47.4%;
}
.waku_icon2 .iconbox2 article {
	padding: 10px 8px;
	width: 100%;
	border-radius: 4px;
}

/*== Detail ==*/
.waku_icon2 .iconbox2 article .detail2 {
	width: 100%;
}

/*== h3 ==*/
.waku_icon2 .iconbox2 article .detail2 h3 {
	margin-bottom: 3px;
	font-size: 24px;
}

/*== h4 ==*/
.waku_icon2 .iconbox2 article .detail2 h4 {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_ask {
	width: 98%;
}

/*== P ==*/
.waku_ask .txt_ask {
	margin-bottom: 20px;
	width: 98%;
}
.waku_ask .txt_ask p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btnInfo {
	width: 98%;
}

/*== Ul ==*/
.waku_btnInfo ul {
	width: 96%;
}
.waku_btnInfo ul li.btn_reservation, 
.waku_btnInfo ul li.btn_queue {
	margin: 0 0.6%;
	width: 48.0%;
	border-radius: 23px;
}
.waku_btnInfo ul li.btn_tel {
	margin: 0 0.6%;
	margin-bottom: 10px;
	width: 98%;
	border-radius: 36px;
}
.waku_btnInfo ul li.btn_reservation a, 
.waku_btnInfo ul li.btn_queue a {
	padding: 15px 0;
	font-size: 15px;
	border-radius: 23px;
}
.waku_btnInfo ul li.btn_tel a {
	padding: 8px 0;
	font-size: 15px;
	line-height: 1.1;
	border-radius: 36px;
}
.waku_btnInfo ul li.btn_tel a em {
	margin-left: 4px;
}
.waku_btnInfo ul li a:after {
	margin-top: 3px;
	font-size: 10px;
	right: 1.0em;
}
.waku_btnInfo ul li.btn_tel a:after {
	margin-top: 1px;
	font-size: 12px;
	right: 1.1em;
}
.waku_btnInfo ul li a i {
	margin-right: 3px;
}

/*---------------------------------------------------- */
/* Number */
/*---------------------------------------------------- */
.listNumber {
	width: 98%;
}

/*== ol ==*/
.listNumber ol {
	width: 98%;
}
.listNumber ol li {
	margin-bottom: 12px;
	width: 100%;
}
.listNumber ol li:last-child {
	margin-bottom: 0;
	width: 100%;
}
.listNumber ol li:before,
.listNumber ol li.c-yellow:before,
.listNumber ol li.c-blue:before,
.listNumber ol li.c-green:before {
	line-height: 22px;
	height: 22px;
	width: 22px;
	font-size: 11px;
}
.listNumber ol li span {
	margin-left: 28px;
	width: calc(100% - 28px);
	min-height: 22px;
	font-size: 14px;
	line-height: 1.5;
}
.listNumber ol li span em {
	font-size: 18px;
}


}