@charset "UTF-8";
@media screen and (max-width:768px) {
#contents {
	width:100%;
	max-width: 100%;
	margin:0 auto;
}
#main {
	width:100%;
}


.index {
  min-width: 100%;
}

hr {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
hr.dot {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 3px dotted  #009EE7;
	margin-top: 30px;
	opacity: 0.5;
	display: block;
	clear: both;
}




/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 100px;
	margin:0 auto 30px auto;
	z-index: 16;
	background:url(../img/company_p1.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 0 0 0 0;
	padding: 0;
}
header h2 {
	background: #004096;
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	bottom: -30px;
	left: 50%;
	width: 250px;
	text-align: center;
	margin-left: -125px;
	border-radius: 25px;
	padding: 10px 0 12px 0;
	line-height: 1em;
	letter-spacing: 10px;
}
header .logo {
	position: absolute;
	top:15px;
	left:10px;
	display: block;
	margin: 0 0px 0 0px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
	z-index: 20;
	float: none;
}
header .logo a {
	display: block;
	background: #FFF;
	padding: 5px 15px 5px 15px;
	overflow: hidden;
	border-radius: 10px;
	line-height: 1.0;
}
header .logo a img {
	width:30px;
	display: block;
	margin: 0;
	padding: 0;
}
#gloval-nav ul.header_nav-txt {
	margin: 0 0 0 0;
}



/*--------------------------------------------------------
　box
--------------------------------------------------------*/
.boxA,  .boxB, .boxC, .boxD, .boxE, .boxF {
	margin: 50px auto 0 auto;
	width: 94%;
}

.boxA h3, .boxB h3, .boxC h3, .boxD h3, .boxE h3, .boxF h3 {
	font-size: 20px;
	color: #004096;
	text-align: center;
	font-weight: 600;
}

.boxA {
}
.boxA h4{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	display: block;
	margin: 15px 0 15px 0;
}
.boxA p {
	font-size: 14px;
	line-height: 1.8;
}
.boxA ul {
	width: 94%;
	margin: 70px auto 0 auto;
	overflow: hidden;
}
.boxA ul li {
	width: 45%;
	font-size: 12px;
}
.boxA ul li img {
	width: 100%;
}
.boxA ul li:first-child {
	float: left;
}
.boxA ul li:last-child {
	float: right;
}


.boxB {
	
}
.boxB table.block {
	border-bottom: 1px solid #999;
	width: 100%;
}
.boxB table.block td, 
.boxB table.block th {
	padding: 10px 0 10px 10px;
	border-top: 1px solid #999;
	font-size: 11px;
	font-weight: 300;
	vertical-align: top;
	text-align: left;
}
.boxB table.block td {
	background: #EDF8FD;
}
.boxB table.block th {
	background: #FFF;
}

.boxB table.block th strong {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.0;
}
.boxB table.sBox {
	margin: 0;
	padding: 0;
	background: #CCC;
}
.boxB table.sBox td, 
.boxB table.sBox th {
	padding: 5px 0 10px 0px;
	border-top: none;
	font-size: 11px;
	font-weight: 300;
	vertical-align: top;
	text-align: left;
	background: #FFF;
	line-height: 2.0;
	letter-spacing:0;
}
.boxB table.sBox th {
	width: 155px;
}

.boxC h5, 
.boxD h5, 
.boxE h5 {
	display: inline-block;
	width: 80px;
	background: #1A4692;
	font-size: 16px;
	line-height: 1.0;
	font-weight: normal;
	color: #FFF;
	border-radius: 0 25px 25px 0;
	padding: 5px 0 7px 15px;
	text-align: left;
}
.boxE h5 {
	margin-right: 15px;
}
.boxD ul {
	margin-top: 20px;
}
.boxD ul li {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 5px 10px;
	font-size: 14px;
}
.boxD ul li p {
	display: inline-block;
}
.boxD ul li span {
	display: inline-block;
	margin-left: 10px;
}
.boxD ul li:nth-child(odd) {
	background: #EDF8FD;
}

.boxE strong {
	font-size: 18px;
	display: inline-block;
	margin-left: 50px;
}


.boxE img {
	width: 100%;
}


.boxF {
	width: 94%;
	max-width: 94%;
	margin: 0 auto;
}

.boxF ul {
	overflow: hidden;
	display: block;
	margin-top: 50px;
}
.boxF ul li.name {
	width: 100%;
	font-size: 14px;
    line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 5px;
}
.boxF ul li.head,
.boxF ul li.osaka, 
.boxF ul li.tokyo, 
.boxF ul li.yokohama, 
.boxF ul li.tugaru {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}
.boxF ul li.head { background: #1A4692; color:#FFF; }
.boxF ul li.osaka { background: #80CDF3; }
.boxF ul li.tokyo { background: #8AA2D4; }
.boxF ul li.yokohama { background: #E0A425; }
.boxF ul li.tugaru { background: #72B1D9;}
.boxF ul li.photo {
	width: 100%;
	float: none;
	font-size: 12px;
    line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
}
.boxF ul li.photo img {
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.boxF ul li.line {
	clear: both;
}
.boxF ul li.photo a {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------
　map
--------------------------------------------------------*/
.boxF ul li.map {
 	width: 100%;
 	float: none;
	position: relative;
	display: block;
 /*   padding-top: 50%;*/
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-box{display:none}

.map #map_canvas1, 
.map #map_canvas2, 
.map #map_canvas3, 
.map #map_canvas4, 
.map #map_canvas5, 
.map #map_canvas6, 
.map #map_canvas7, 
.map #map_canvas8, 
.map #map_canvas9, 
.map #map_canvas10, 
.map #map_canvas11, 
.map #map_canvas12 {
    border:1px solid #000;
    width: 100%;
    height: 200px;
}





#contents .printBtn {
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 50px auto 50px auto;
	display: none;
}
#contents .printBtn a {
	background: #005EBF;
	float: right;
	color: #FFF;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 250px;
	font-size: 20px;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
}
#contents .printBtn a::before {
	content: "→";
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 20px;
}
#contents .printBtn a:hover {
	opacity: 0.7;
}

/*-------------------------------------
インラインブロック表示
-------------------------------------*/
.pcLayer-inline {
	display: none;
}
.spLayer-inline {
	display: inline;
}


} /**** END media screen *****/