@charset "UTF-8";
#contents {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
#main {
	width:100%;
}


.index {
  min-width: 1263px;
}

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


/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 283px;
	margin:0 auto;
	z-index: 16;
	background:url(../img/company_p1.jpg) no-repeat;
	border-radius: 0 0 25px 25px;
}
header h2 {
	background: #004096;
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	bottom: -20px;
	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 {
	display: block;
	margin: 0px 0px 0 30px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
	z-index: 20;
	float: left;
	position: absolute;
	top:30px;
	left:0;
}
header .logo a {
	display: block;
	background: #FFF;
	padding: 5px 20px 5px 20px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
	line-height: 1.0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .logo a img {
	width:40px;
	display: block;
	margin: 0;
	padding: 0;
}
header .logo a img:hover {
	opacity:0.8;
}
#gloval-nav ul.header_nav-txt {
	margin: 0 30px 0 100px;
}




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

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

.boxA {
}
.boxA h4{
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	display: block;
	margin: 25px 0 25px 0;
}
.boxA p {
	font-size: 16px;
	line-height: 1.8;
}
.boxA ul {
	width: 500px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.boxA ul li {
	width: 180px;
	font-size: 14px;
}
.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: 850px;
}
.boxB table.block td, 
.boxB table.block th {
	padding: 10px 0 10px 20px;
	border-top: 1px solid #999;
	font-size: 16px;
	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: 16px;
	font-weight: 300;
	vertical-align: top;
	text-align: left;
	background: #FFF;
	line-height: 1.5;
}
.boxB table.sBox th {
	width: 270px;
}

.boxC h5, 
.boxD h5, 
.boxE h5 {
	display: inline-block;
	width: 100px;
	background: #1A4692;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	border-radius: 0 25px 25px 0;
	padding: 5px 0 5px 20px;
}
.boxD ul {
	margin-top: 20px;
}
.boxD ul li {
	width: 550px;
	overflow: hidden;
	padding: 5px 0 5px 20px;
}
.boxD ul li p {
	display: inline-block;
}
.boxD ul li span {
	display: inline-block;
	margin-left: 30px;
}
.boxD ul li:nth-child(odd) {
	background: #EDF8FD;
}

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

.boxF {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.boxF ul {
	overflow: hidden;
	display: block;
	margin-top: 50px;
}
.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;
	border-radius: 5px;
	padding: 5px 0 5px 0;
}
.boxF ul li.name {
	width: 100%;
	font-size: 16px;
    line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 5px;
}
.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: 45.5%;
	float: left;
	font-size: 16px;
    line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
}
.boxF ul li.photo img {
	display: block;
	margin-bottom: 10px;
}
.boxF ul li.line {
	clear: both;
}

/*--------------------------------------------------------
　map
--------------------------------------------------------*/
.boxF ul li.map {
 	width: 52.5%;
 	float: right;
	position: relative;
 /*   padding-top: 50%;*/
 	text-align: right;
 	font-size: 14px;
}
.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: 400px;
}



#contents .printBtn {
	width: 100%;
	max-width: 850px;
	overflow: hidden;
	margin: 50px auto 50px auto;
}
#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;
	text-decoration: none;
}
#contents .printBtn a::before {
	content: "→";
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 20px;
}
#contents .printBtn a:hover {
	opacity: 0.7;
}







/*-------------------------------------
テーブルスクロール
-------------------------------------*/
.table-scroll{
	display: block;
    overflow: auto;
    white-space: pre-line;
    -webkit-overflow-scrolling: touch;
}
@media (min-width:768px) {
.table-scroll {
    text-align: center;
    padding-bottom: 50px;
} 
.table-scroll img {
	margin-left: auto;
	margin-right: auto;
}
.scroll::-webkit-scrollbar{
    height: 15px;
}
.scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb{
    background: #bbb;
}


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