@charset "UTF-8";
/* css Area [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* BG */
/*---------------------------------------------------- */
/*== Section ==*/
.bg_Tokyo {
	background-attachment: local;
	background-image: url("../../images/home/img_area_Tokyo@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg_Kobe {
	background-attachment: local;
	background-image: url("../../images/home/img_area_Kobe@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg_Tokyo::before,
.bg_Kobe::before {
	content: '';
	background-color: rgba(3,68,142,.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-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 article .photobox,
.waku_about article .photobox2 {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	-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 article .detail,
.waku_about article .detail2 {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_about article .photobox figure img,
.waku_about article .photobox2 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;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
}

/*== a:links ==*/
.waku_about article .photobox figure a,
.waku_about article .photobox2 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 article .photobox figure a:hover,
.waku_about article .photobox2 figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_about article .photobox figure a:before,
.waku_about article .photobox2 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 article .photobox figure a:hover:before,
.waku_about article .photobox2 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 article .photobox figure:hover img,
.waku_about article .photobox2 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_place {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.haco_place table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-top: solid 1px #e5e5e5;
	border-collapse: collapse;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}
.haco_place table th {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #e5e5e5;
}
.haco_place table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #e5e5e5;
}

/*== h5 ==*/
.haco_place table th h5,
.haco_place table th h5.icon_square,
.haco_place table th h5.icon_address,
.haco_place table th h5.icon_train,
.haco_place table th h5.icon_tel {
	padding: 0;
	margin: 0;
	color: #03448e;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
	-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;
}
.haco_place table th h5.icon_square:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #03448e;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	position: absolute;
	left: 0;
}
.haco_place table th h5.icon_address:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #03448e;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	position: absolute;
	left: 0;
}
.haco_place table th h5.icon_train:before {
	content: "\f239";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #03448e;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	position: absolute;
	left: 0;
}
.haco_place table th h5.icon_tel:before {
	content: "\f098";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #03448e;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	position: absolute;
	left: 0;
}

/*== P ==*/
.haco_place table td p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
	-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;
}
.haco_place table td p a,
.haco_place table td p a:hover {
	font-weight: 500;
	text-decoration: underline;
}
.haco_place table td p i {
	padding: 0;
	margin: 0;
	color: #2bacdf;
	font-size: 65%;
	font-style: normal;
	font-weight: 900;
	position: relative;
}

/*== logo ==*/
.haco_place table td .waku_coup {
	padding: 0;
	height: auto;
}
.haco_place table td .waku_coup .txt_coup {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-weight: 400;
	color: #6d6e6f;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.haco_place table td .waku_coup .txt_coup .photo_logo {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.haco_place table td .waku_coup .txt_coup .photo_logo img {
	padding: 0;
	margin: 0;
	height: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_access {
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
}

/*== iframe ==*/
.waku_access .map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_access .map iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.waku_access .txt_map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_access .txt_map p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 400;
	text-align: right;
	text-decoration: none;
	line-height: 1.4;
}
.waku_access .txt_map p i {
	padding: 0;
	margin: 0;
	color: #2bacdf;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
}
.waku_access .txt_map p a,
.waku_access .txt_map p a:hover {
	font-weight: 500;
	text-decoration: underline;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 98%;
}
.waku_about article {
	width: 100%;
	overflow: hidden;
}
.waku_about article .photobox {
	width: 40%;
	float: left;
}
.waku_about article .detail {
	margin-top: 45px;
	width: 55%;
	float: right;
}
.waku_about article .photobox2 {
	width: 40%;
	float: right;
}
.waku_about article .detail2 {
	margin-top: 45px;
	width: 55%;
	float: left;
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	height: 280px;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	width: 98%;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_place {
	width: 98%;
}
.haco_place table tr:nth-child(2n-1) {
	background-color: #f9fbfc;
}
.haco_place table th {
	padding: 12px 0;
	width: 30%;
}
.haco_place table td {
	padding: 12px 0;
	width: 70%;
}

/*== h4 ==*/
.haco_place table th h5,
.haco_place table th h5.icon_square {
	margin: 0 18px;
	font-size: 18px;
}
.haco_place table th h5.icon_square:before {
	font-size: 0;
}
.haco_place table th h5.icon_address,
.haco_place table th h5.icon_train,
.haco_place table th h5.icon_tel {
	padding-left: 26px;
	margin: 0 18px;
	font-size: 18px;
}
.haco_place table th h5.icon_address:before,
.haco_place table th h5.icon_train:before,
.haco_place table th h5.icon_tel:before {
	font-size: 20px;
}

/*== P ==*/
.haco_place table td p {
	margin: 0 18px;
	font-size: 18px;
}
.haco_place table td p i {
	top: -2px;
	margin-right: 8px;
}
	
/*== logo ==*/
.haco_place table td .waku_coup {
	margin: 0 15px 0 15px;
}
.haco_place table td .waku_coup .txt_coup {
	padding-bottom: 12px;
	font-size: 16px;
}
.haco_place table td .waku_coup .txt_coup .photo_logo {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 30px;
	height: 30px;
}
.haco_place table td .waku_coup .txt_coup .photo_logo:last-child {
	margin-right: 0;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_access {
	width: 98%;
}

/*== iframe ==*/
.waku_access .map {
	margin-bottom: 18px;
	width: 100%;
	height: 400px;
}
.waku_access .map iframe {
	height: 400px;
}

/*== P ==*/
.waku_access .txt_map {
	width: 98%;
}
.waku_access .txt_map p {
	font-size: 16px;
}
.waku_access .txt_map p i {
	margin-left: 6px;
}


}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 96%;
}
.waku_about article {
	width: 100%;
	overflow: hidden;
}
.waku_about article .photobox {
	width: 40%;
	float: left;
}
.waku_about article .detail {
	margin-top: 30px;
	width: 55%;
	float: right;
}
.waku_about article .photobox2 {
	width: 40%;
	float: right;
}
.waku_about article .detail2 {
	margin-top: 30px;
	width: 55%;
	float: left;
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	height: 240px;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	width: 98%;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_place {
	width: 98%;
}
.haco_place table tr:nth-child(2n-1) {
	background-color: #f9fbfc;
}
.haco_place table th {
	padding: 10px 0;
	width: 30%;
}
.haco_place table td {
	padding: 10px 0;
	width: 70%;
}

/*== h5 ==*/
.haco_place table th h5,
.haco_place table th h5.icon_square {
	margin: 0 15px;
	font-size: 16px;
}
.haco_place table th h5.icon_square:before {
	font-size: 0;
}
.haco_place table th h5.icon_address,
.haco_place table th h5.icon_train,
.haco_place table th h5.icon_tel {
	padding-left: 24px;
	margin: 0 15px;
	font-size: 16px;
}
.haco_place table th h5.icon_address:before,
.haco_place table th h5.icon_train:before,
.haco_place table th h5.icon_tel:before {
	font-size: 18px;
}

/*== P ==*/
.haco_place table td p {
	margin: 0 15px;
	font-size: 16px;
}
.haco_place table td p i {
	top: -2px;
	margin-right: 6px;
}

/*== logo ==*/
.haco_place table td .waku_coup {
	margin: 0 12px 0 12px;
}
.haco_place table td .waku_coup .txt_coup {
	padding-bottom: 10px;
	font-size: 15px;
}
.haco_place table td .waku_coup .txt_coup .photo_logo {
	margin-top: 8px;
	margin-bottom: 3px;
	margin-right: 25px;
	height: 25px;
}
.haco_place table td .waku_coup .txt_coup .photo_logo:last-child {
	margin-right: 0;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_access {
	width: 98%;
}

/*== iframe ==*/
.waku_access .map {
	margin-bottom: 15px;
	width: 100%;
	height: 350px;
}
.waku_access .map iframe {
	height: 350px;
}

/*== P ==*/
.waku_access .txt_map {
	width: 98%;
}
.waku_access .txt_map p {
	font-size: 14px;
}
.waku_access .txt_map p i {
	margin-left: 5px;
}

	@media only screen and (max-width: 750px) and (min-width: 600px) {
		/*== Waku ==*/
		.waku_about article {
			width: 98%;
		}
		.waku_about article .photobox, 
		.waku_about article .photobox2 {
			padding-bottom: 15px;
			width: 100%;
			display: block;
		}
		.waku_about article .detail,
		.waku_about article .detail2 {
			width: 100%;
			display: block;
		}
		
		/*== img ==*/
		.waku_about article .photobox figure,
		.waku_about article .photobox2 figure {
			height: 180px;
		}

		/*---------------------------------------------------- */
		/* Table */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.haco_place table {
			border-top: none;
		}
		.haco_place table tr:nth-child(2n-1) {
			background-color: #fff;
		}
		.haco_place table tr {
			padding-bottom: 20px;
			width: 100%;
			display: block;
		}
		.haco_place table th {
			padding: 0 0 4px 0;
			width: 100%;
			display: block;
			border-bottom: double 3px #c9c9c9;
		}
		.haco_place table td {
			padding: 12px 0;
			width: 100%;
			display: block;
			background-color: #f9fbfc;
			border-bottom: none;
		}
		
		/*== h5 ==*/
		.haco_place table th h5,
		.haco_place table th h5.icon_square {
			padding-left: 18px;
			margin: 0 12px 0 12px;
			font-size: 16px;
			font-weight: 600;
		}
		.haco_place table th h5.icon_square:before {
			font-size: 12px;
			margin-top: 4px;
		}
		.haco_place table th h5.icon_address,
		.haco_place table th h5.icon_train,
		.haco_place table th h5.icon_tel {
			padding-left: 23px;
			margin: 0 12px 0 12px;
			font-size: 16px;
			font-weight: 600;
		}
		.haco_place table th h5.icon_address:before,
		.haco_place table th h5.icon_train:before,
		.haco_place table th h5.icon_tel:before {
			font-size: 18px;
		}
		
		/*== P ==*/
		.haco_place table td p {
			margin: 0 16px 0 16px;
			font-size: 15px;
		}
		.haco_place table td p i {
			top: -2px;
			margin-right: 5px;
		}

		
	}

}


/* SP */
@media only screen and (max-width: 599px)  {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 96%;
}
.waku_about article {
	width: 96%;
}
.waku_about article .photobox, 
.waku_about article .photobox2 {
	padding-bottom: 15px;
	width: 100%;
	display: block;
}
.waku_about article .detail,
.waku_about article .detail2 {
	width: 100%;
	display: block;
}

/*== img ==*/
.waku_about article .photobox figure,
.waku_about article .photobox2 figure {
	height: 140px;
}

/*== P ==*/
.waku_about article .detail .txt_about,
.waku_about article .detail2 .txt_about {
	width: 98%;
}
.waku_about article .detail .txt_about p,
.waku_about article .detail2 .txt_about p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_place {
	width: 98%;
}
.haco_place table {
	border-top: none;
}
.haco_place table tr {
	padding-bottom: 18px;
	width: 100%;
	display: block;
}
.haco_place table th {
	padding: 0 0 4px 0;
	width: 100%;
	display: block;
	border-bottom: double 3px #c9c9c9;
}
.haco_place table td {
	padding: 12px 0;
	width: 100%;
	display: block;
	background-color: #f9fbfc;
	border-bottom: none;
}

/*== h5 ==*/
.haco_place table th h5,
.haco_place table th h5.icon_square {
	padding-left: 16px;
	margin: 0 12px 0 12px;
	font-size: 15px;
	font-weight: 600;
}
.haco_place table th h5.icon_square:before {
	font-size: 11px;
	margin-top: 4px;
}
.haco_place table th h5.icon_address,
.haco_place table th h5.icon_train,
.haco_place table th h5.icon_tel {
	padding-left: 22px;
	margin: 0 12px 0 12px;
	font-size: 15px;
	font-weight: 600;
}
.haco_place table th h5.icon_address:before,
.haco_place table th h5.icon_train:before,
.haco_place table th h5.icon_tel:before {
	font-size: 17px;
}

/*== P ==*/
.haco_place table td p {
	margin: 0 16px 0 16px;
	font-size: 14px;
}
.haco_place table td p i {
	top: -2px;
	margin-right: 4px;
}

/*== logo ==*/
.haco_place table td .waku_coup {
	margin: 0 10px 0 10px;
}
.haco_place table td .waku_coup .txt_coup {
	padding-bottom: 8px;
	font-size: 15px;
}
.haco_place table td .waku_coup .txt_coup .photo_logo {
	margin-top: 8px;
	margin-bottom: 3px;
	margin-right: 20px;
	height: 20px;
}
.haco_place table td .waku_coup .txt_coup .photo_logo:last-child {
	margin-right: 0;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_access {
	width: 98%;
}

/*== iframe ==*/
.waku_access .map {
	margin-bottom: 10px;
	width: 100%;
	height: 300px;
}
.waku_access .map iframe {
	height: 300px;
}

/*== P ==*/
.waku_access .txt_map {
	width: 98%;
}
.waku_access .txt_map p {
	font-size: 12px;
}
.waku_access .txt_map p i {
	margin-left: 4px;
}



}