@charset "UTF-8";
/* css Home [about] */

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
#about_block {
	margin: 0;
	width: 100%;
	height: auto;
}
#about_block .aboutArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Waku ==*/
#about_block .aboutArea .waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#about_block .aboutArea .waku_about .about_left {
	padding: 0;
	margin: 0;
	height: auto;
}
#about_block .aboutArea .waku_about .about_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== Map ==*/
.waku_about .about_right .waku_map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_right .waku_map .mapbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: solid 1px #d0d1d1;
	background-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;
}
.waku_about .about_right .waku_map .mapbox iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== Company ==*/
.waku_about .about_left .waku_company {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== logo ==*/
.waku_company .logo_about {
	padding: 0;
	margin: 0;
	position: relative;
}
.waku_company .logo_about h3 {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	background: url(../../images/logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 0;
}

/*== Outline ==*/
.waku_company .outline {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_company .outline ol {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style-type: none;
}
.waku_company .outline ol li {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
	display: block;
	position: relative;
	vertical-align: top;
}
.waku_company .outline ol li i {
	padding: 0;
	margin: 0;
	color: #199971;
	font-weight: 900;
	line-height: 1.0;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
}
.waku_company .outline ol li span {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 0;
}

/*== Btn ul ==*/
.waku_company .navi_aboutBtn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_company .navi_aboutBtn ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
}
.waku_company .navi_aboutBtn ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	float: left;
}
.waku_company .navi_aboutBtn ul li a {
	padding: 0;
	margin: 0;
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.waku_company .navi_aboutBtn ul li.btn_tel a {
	background-image: -webkit-linear-gradient(left, #199971 0%, #13babc 100%);
	background-image: -ms-linear-gradient(left, #199971 0%, #13babc 100%);
	background-image: linear-gradient(to right, #199971 0%, #13babc 100%);
}
.waku_company .navi_aboutBtn ul li.btn_reservation a {
	background-image: -webkit-linear-gradient(left, #2f95d6 0%, #27c5dc 100%);
	background-image: -ms-linear-gradient(left, #2f95d6 0%, #27c5dc 100%);
	background-image: linear-gradient(to right, #2f95d6 0%, #27c5dc 100%);
}
.waku_company .navi_aboutBtn ul li a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}
.waku_company .navi_aboutBtn ul li a span {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.waku_company .navi_aboutBtn ul li a span img {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.waku_company .navi_aboutBtn ul li a span em {
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
#about_block {
	padding: 80px 0;
	width: 100%;
}
#about_block .aboutArea {
	max-width: 1080px;
	width: 96%;
}

/*== Waku ==*/
#about_block .aboutArea .waku_about {
	width: 100%;
	overflow: hidden;
}
#about_block .aboutArea .waku_about .about_left {
	margin-top: 40px;
	width: 44%;
	float: left;
}
#about_block .aboutArea .waku_about .about_right {
	width: 52%;
	float: right;
}

/*== Map ==*/
.waku_about .about_right .waku_map {
	width: 100%;
}
.waku_about .about_right .waku_map .mapbox {
	padding: 5px 5px;
	width: 100%;
}
.waku_about .about_right .waku_map .mapbox iframe {
	height: 400px;
}

/*== Company ==*/
.waku_about .about_left .waku_company {
	width: 100%;
}

/*== logo ==*/
.waku_company .logo_about {
	margin-bottom: 25px;
	width: 100%;
	height: auto;
}
.waku_company .logo_about h3 {
	width: 240px;
	height: 55px;
}

/*== Outline ==*/
.waku_company .outline {
	margin-bottom: 25px;
	width: 98%;
}
.waku_company .outline ol li {
	margin-bottom: 12px;
}
.waku_company .outline ol li i {
	width: 22px;
	font-size: 20px;
}
.waku_company .outline ol li span {
	font-size: 18px;
	top: 0;
	left: 5px;
}

/*== Btn ul ==*/
.waku_company .navi_aboutBtn {
	width: 98%;
}
.waku_company .navi_aboutBtn ul li {
	margin: 0 1.5%;
	width: 46%;
}
.waku_company .navi_aboutBtn ul li a {
	width: 100%;
	height: 50px;
	border-radius: 50px;
}
.waku_company .navi_aboutBtn ul li a span img {
	margin-right: 5px;
	margin-top: -7px;
	width: 20px;
	height: 20px;
}
.waku_company .navi_aboutBtn ul li a span em {
	margin-top: 10px;
	font-size: 20px;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
#about_block {
	padding: 60px 0;
}
#about_block .aboutArea {
	width: 96%;
}

/*== Waku ==*/
#about_block .aboutArea .waku_about {
	width: 97%;
}
#about_block .aboutArea .waku_about .about_left {
	padding-bottom: 20px;
	margin: 0 auto;
	width: 98%;
	display: block;
}
#about_block .aboutArea .waku_about .about_right {
	margin: 0 auto;
	width: 98%;
	display: block;
}

/*== Map ==*/
.waku_about .about_right .waku_map {
	width: 100%;
}
.waku_about .about_right .waku_map .mapbox {
	padding: 5px 5px;
	width: 100%;
}
.waku_about .about_right .waku_map .mapbox iframe {
	height: 300px;
}

/*== Company ==*/
.waku_about .about_left .waku_company {
	width: 100%;
}

/*== logo ==*/
.waku_company .logo_about {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.waku_company .logo_about h3 {
	width: 200px;
	height: 46px;
}

/*== Outline ==*/
.waku_company .outline {
	margin-bottom: 20px;
	width: 98%;
}
.waku_company .outline ol li {
	margin-bottom: 6px;
}
.waku_company .outline ol li i {
	width: 20px;
	font-size: 18px;
}
.waku_company .outline ol li span {
	font-size: 16px;
	top: 0;
	left: 5px;
}

/*== Btn ul ==*/
.waku_company .navi_aboutBtn {
	width: 98%;
}
.waku_company .navi_aboutBtn ul li {
	margin: 0 1.5%;
	width: 46%;
}
.waku_company .navi_aboutBtn ul li a {
	width: 100%;
	height: 45px;
	border-radius: 45px;
}
.waku_company .navi_aboutBtn ul li a span img {
	margin-right: 5px;
	margin-top: -5px;
	width: 18px;
	height: 18px;
}
.waku_company .navi_aboutBtn ul li a span em {
	margin-top: 8px;
	font-size: 18px;
}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
#about_block {
	padding: 40px 0;
}
#about_block .aboutArea {
	width: 96%;
}

/*== Waku ==*/
#about_block .aboutArea .waku_about {
	width: 96%;
}
#about_block .aboutArea .waku_about .about_left {
	padding-bottom: 20px;
	margin: 0 auto;
	width: 98%;
	display: block;
}
#about_block .aboutArea .waku_about .about_right {
	margin: 0 auto;
	width: 98%;
	display: block;
}

/*== Map ==*/
.waku_about .about_right .waku_map {
	width: 100%;
}
.waku_about .about_right .waku_map .mapbox {
	padding: 5px 5px;
	width: 100%;
}
.waku_about .about_right .waku_map .mapbox iframe {
	height: 200px;
}

/*== Company ==*/
.waku_about .about_left .waku_company {
	width: 100%;
}

/*== logo ==*/
.waku_company .logo_about {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.waku_company .logo_about h3 {
	width: 160px;
	height: 37px;
}

/*== Outline ==*/
.waku_company .outline {
	margin-bottom: 15px;
	width: 98%;
}
.waku_company .outline ol li {
	margin-bottom: 6px;
}
.waku_company .outline ol li i {
	width: 20px;
	font-size: 17px;
}
.waku_company .outline ol li span {
	font-size: 15px;
	top: 0;
	left: 4px;
}

/*== Btn ul ==*/
.waku_company .navi_aboutBtn {
	width: 98%;
}
.waku_company .navi_aboutBtn ul li {
	margin: 0 0.8%;
	width: 48%;
}
.waku_company .navi_aboutBtn ul li a {
	width: 100%;
	height: 40px;
	border-radius: 40px;
}
.waku_company .navi_aboutBtn ul li a span img {
	margin-right: 5px;
	margin-top: -3px;
	width: 15px;
	height: 15px;
}
.waku_company .navi_aboutBtn ul li a span em {
	margin-top: 8px;
	font-size: 15px;
}


}