@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	Subvisual
/------------------------------------------------------------------------------------------------------------------------ */

#subvisual {
	background-image: url(../image/support/visual.jpg);
}

/* ------------------------------------------------------------------------------------------------------------------------/
	outline
/------------------------------------------------------------------------------------------------------------------------ */

.pcbanner { display: inline-block; }

.spbanner { display: none; }

#outline {
	width: 1100px;
	margin: 50px auto;
}

#outline .servicebox {
	width: 542px;
	padding: 24px;
	box-sizing: border-box;
	background-color: #FDF0F3;
	border-radius: 6px;
	text-align: left;
}

#outline .servicebox h3 {
	padding: 0;
	margin: 0 auto 24px;
	text-align: center;
	border: none;
	background-color: transparent;
}

#outline .servicebox p {
	font-size: 17px;
	margin-top: 1em;
}

#outline #about02 {
	position: relative;
	margin: 50px auto 100px;
	text-align: left;
}

#outline #about02 .description .list {
	width: 740px;
	height: 250px;
	padding: 22px;
	margin-top: 30px;
	background-color: rgba(255,191,0,0.1);
	border-radius: 6px;
	box-sizing: border-box;
}

#outline #about02 .description ul {
	margin-top: 0.5em;
	line-height: 2.2;
	list-style: none;
}

#outline #about02 .description ul li {
	background: url(../image/nagane/about_listic.png) left no-repeat;
	text-indent: 50px;
}

#outline #about02 .description .descimg {
	position: absolute;
	bottom: 0px;
	right: 50px;
}

#access {
	padding-top: 0;
}

#access table th {
	width: 23%;
	box-sizing: border-box;
}

#gmap01 {
  width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#gmap01 { margin-bottom: 50px; }

#accessmap h4 {
	color: #DC2D6C;
}

@media print,screen and (min-width:768px) {  
  #gmap01 {
    height:500px;
  }
}

