@charset "utf-8";
/* -- ul#menu -------------------------------------------------------------------------------- */
ul#menu {
	list-style-type: none;
	width: 100%;
	background: #ffffff;
	opacity: 0.9;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 990;
	display: none;
}

ul#menu li {
    text-align: center;
    border-bottom: 1px solid #bbb;
    font-size: 14px;
}
ul#menu li a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
}

ul#menu li a:hover {
	background: #a9a9a9;
	opacity: 0.7;
}

/* -- div#sp-icon -------------------------------------------------------------------------------- */

div#sp-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
}

div#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}

div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}

div#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

div#sp-icon span:before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}

div#sp-icon span:after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}

div.sp-open span {
	background: transparent !important;
}

div.sp-open span:before {
	transform: rotate( 45deg ) !important;
}

div.sp-open span:after {
	transform: rotate( -45deg ) !important;
}
/* -- top -------------------------------------------------------------------------------- */
.facebook_bth, .keyword ,.tel span,#side_img{
    display: none;
}
.tel a{
width: 37px;
    position: absolute;
    top: 16px;
    right: 70px;
    color: #ffffff;
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid;
    text-indent: -9999px;
    padding: 0px;
    background-position: center;
    border-radius: 4px;
    height: 37px;
    background-size: 22px;
}
h1 {
    background-color: #004870;
    color: #ffffff;
    padding: 15px 0px 5px 55px;
    font-size: 18px;
    height: 50px;
    font-family: serif;
    background-image: url(../img/logo_05.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 40px;
    line-height: 42px;
}


h1 span {
font-size: 15px;
    margin-left: 7px;
    letter-spacing: 1px;
}
.popup {
  width: 90%!important;
}
h2 img {
    width: 100%;
    margin-bottom: 15px;
}
.content_warp {
    padding: 0 15px;
	font-size:14px;
    margin-bottom: 30px;
}
.content_warp img{
    width: 100%;
}
.content_warp h3.title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
    margin-bottom: 10px;
    background-image: url(../img/list_menu_h.png);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding-left: 20px;
}
.content_warp h4.sub_title {
    font-size: 15px;
    margin-bottom: 10px;
}
#sesion1 h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0px;
}

#sesion2 .left-box{
    float: left;
    width: 100%%;
    display: contents;
    margin: 0;
}

#sesion2 .left-box img{
    width: 100%;
}

#sesion2 .left-box div a{
    display: block;
}

#sesion2 .right-box{
    float: left;
    width: 100%;
    display: inline-block;
}

#sesion2 .right-box div{
    width: auto;
}
#sesion2 .right-box div img{
    max-width: 100%;
    padding-bottom: 5px;
    padding-left: 0;
}

#sesion2 .right-box div a{
    display: block
}


.content_warp_inner p {
    margin-top: 15px;
    margin-bottom: 20px;
}
div.content_warp .content_warp_inner div:nth-child(odd){
	margin-top:1%;
	order:2;
}
div.content_warp .content_warp_inner div{
    width: 100%;
}
.content_warp_inner {
    display: flex;
    flex-wrap: wrap;
}
#address {
    margin: 0px 15px 30px;
    font-size: 14px;
	font-family: serif;
}
#address h2 {
    font-size: 27px;
    margin-left: 40px;
    font-weight: bold;
}
#address .ad_top span {
    font-size: 14px;
    margin-left: 0;
}
#address .keyword {
    display: block;
    font-size: 16px;
}
#address .facebook_bth {
    display: block;
    position: absolute;
    right: 15px;
    margin-top: -67px;
}
#address .facebook_bth img{
	width: 40px;
}
#address .ad_top {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#address .ad_top h2:before {
    background-image: url(../img/logo_03.png);
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 22%;
    margin-left: -40px;
    margin-top: 4px;
}

#address .ad_bottom .address_area th{
    padding:0 8px 4px 0px;
    font-size:16px;
    letter-spacing: 0;
    vertical-align: top;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

#address .ad_bottom .address_area td{
    display: block;
    width: 100%;
    padding:0 4px 4px 4px;
    font-size:16px;
    letter-spacing: 0;
}

#address .ad_bottom .address_tel {
    position: relative;
    font-size: 20px;
    width: 100%;
    padding:7px 0 0 7px; 
}


#address .ad_bottom .address_tel2 {
    position: relative;
    font-size: 20px;
    width: 100%;
    padding:0 0 0 7px; 
}

#address .ad_bottom .address_fax {
    position: relative;
    font-size: 18px;
    width: 100%;
    padding-left: 7px;
}


.xs-visible{
    display: inherit;
}

.xs-hidden{
    display: none;
}


.map_warp_inner {
    display: flex;
    flex-wrap: wrap;
}
.map_warp_inner .map {
    order: 1;
}
.map_warp_inner .g_map {
    width: 40%;
    margin: 20px 0 20px;
    order: 2;
}
.footer {
    padding: 0px 15px;
}
.footer_img img {
    width: 100%;
    margin-bottom: 1%;
}
.footer p {
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/* -- 調整CSS Edge -------------------------------------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
#address .facebook_bth{
margin-top:-40px;
}
#address h2{
margin-bottom:10px;
}
#address .ad_top h2::before{
margin-top:-5px;
}
}
/* -- 調整CSS IE11 -------------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
#address .facebook_bth{
margin-top:-40px;
}
#address h2{
margin-bottom:10px;
}
#address .ad_top h2::before{
margin-top:-5px;
}
}