@charset "utf-8";
/* CSS Document */

/* 共通設定 スマホ向けのスタイル */

.business_title{
	background-image:url(../images/map/merchandising_title.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:auto;
	height:100px;
	width:100%;
	display:table;
}

.corporate_name{
	color:#FFFFFF;
	text-align:center;
	text-shadow: 0 0 1px #0066FF, 0 0 2px #0066FF, 0 0 3px #0066FF, 0 0 4px #0066FF, 0 0 5px #0066FF,0 0 6px #0066FF,0 0 7px #0066FF,0 0 8px #0066FF,0 0 15px #FFF,0 0 20px #FFF,0 0 25px #FFF;
	display:table-cell;
	vertical-align:middle;
}

.corporate_name h2{
	font-weight:bold;
	font-size:1.1em;
}

.corporate_name h3{
	font-weight:bold;
	font-size:1.3em;
	padding-top:0.3em;
}

.corporate_img{
	display:none;
}

.business_summary{
	background-color:#FFF;
	padding-bottom:0.1em;
}

.h2_type1{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	position:relative;
	margin:0 -10px 0 -10px;
	padding:10px 20px;
	background-color:#009966;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	color:#FFF;
	text-shadow: 0 0 1px #0066FF, 0 0 2px #0066FF, 0 0 3px #0066FF, 0 0 4px #0066FF, 0 0 5px #0066FF,0 0 6px #0066FF,0 0 7px #0066FF,0 0 8px #0066FF,0 0 15px #FFF,0 0 20px #FFF,0 0 25px #FFF;

}

.h2_type1:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#5D99FF;
}

.h2_type1:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#5D99FF;
}

.belief_box{
	margin:1em;
	border:solid 1px #5D99FF;
}

.belief_p{
	margin:1em;
}

#map{
	padding-top:1em;
	width:92%;
	margin-left:auto;
	margin-right:auto;
}

#map iframe{
	border:none;
	width:100%;
	height:300px;
}

.access{
	text-align:right;
	padding-right:1em;
	font-size:0.8em;
	padding-bottom:0.5em;
}



/* タブレット向けのスタイル */
@media only screen and (min-width:481px){

.corporate_name h2{
	font-size:1.3em;
}

.corporate_name h3{
	font-size:1.8em;
	padding-top:0.5em;
}

#map{
	width:97%;
}


#map iframe{
	height:500px;
}

}

/* PC向けのスタイル */
@media only screen and (min-width:769px){

.business_title{
	background-image:none;
}
.corporate_img{
	display:table-cell;
	width:60%;

}

.corporate_name{
	display:table-cell;
	background-color:#20B2AA;
	color:#FFF;
}

.corporate_img img{
	width:100%;
	vertical-align:middle;
}

.corporate_name h2{
	font-size:1.5em;
}

.corporate_name h3{
	font-size:2em;
	padding-top:0.8em;
}

.h2_type1{
	background:#5D99FF;
}
.h2_type1:before{
	border-right-color:#20B2AA;
}

.h2_type1:after{
	border-top-color:#20B2AA;
}


}