@charset "UTF-8";
h1{
    font-size: 48px!important;
}
h1 .subtitle{
    display: block;
    font-size: 16px;
}
h1 .small{
    font-size: 20px;
}
h2{
    color: #244C9F;
    border-bottom: 3px solid #244C9F;
    font-size: 26px;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
h2 .small{
    font-size: 16px;
}
img.f_right{
    margin-left: 20px;
}
.box_blue{
  margin: 30px 0 63px 0!important;
  font-size: 20px;
  color:#244D9F;
  text-align: center;
  margin-bottom: 39px;
  position: relative;
}
.box_blue::after{
    content: '';
    background: url(../images/big_arrow_bottom.png);
    height: 38px;
    width: 86px;
    position: absolute;
    left:50%;
    margin-left: -43px;
    bottom: -38px;
}
#namesearch input[type="image"]{
    height: 29px;
    width: 71px;
}
a.bizlogin {
  display: block;
}

/* マップ
---------------------------------------------------------*/
.map{
    background: #01A0EA;
}
.map #namesearch{
    background: #fff;
    font-size: 14px;
        
}
.map #namesearch h3{
    background: #244C9F;
    color: #fff;

}
.map h2{
    padding: 12px 3%;
    color: #fff;
    border:none;
}
#climap {
    width: 100%;
    height: auto;
    position:relative;
    overflow: hidden;
    background-image:url(../images/map.png)!important;
    background-size:100% auto;
}
#mapUp {
    z-index:6;
    visibility:hidden;
}
#img_detail img,
#img_chugoku{
    width: 100%;
    height: auto;
}

#mapOver {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: auto;
    z-index:7;
    visibility:hidden;
    display:none;
    background-image:url(../images/map-trans.png);
    background-size: 100% auto!important;
    
}   
#mapBack{
    position:absolute;
    right:3%;
    top:12px;
    z-index:8;
    width:124px;
    height:24px;
    visibility:hidden;
    display:none;
    background:url(../images/back_ov.png)no-repeat;
    background-size: 100% auto!important;
}
.sml{
    display: inline-block;
}
.searchbox{
    padding: 0 100px 15px 3%;
}
#namesearch .searchbox input[type="image"]{
    position: absolute;
    bottom:15px;
    right:3%;
}

.searchbox input[type="text"]{
    padding: 7px;
    width: 100%;
}
.popup #iconList{
    border: 2px solid #eee;
}
#result #iconList li{
    position: relative;
    padding:0 10px 10px 42px;
    float:left;
    font-size: 11px;
    display: table;
    height: 44px;
}
#result #iconList li span{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
#result #iconList li img{
    position: absolute;
    width: 34px;
    top:0;
    left:0;
}
#resultbox .shop .title{
    background: #EAF5FC;
    border: 1px solid #aaa;
    color: #244C9F;
}
#resultbox .shop .title h3{
    font-size: 17px;
    font-weight: bold;
}
#resultbox .shop .title a{
    text-decoration: underline;
    color: #244C9F;
}
#resultbox .shop table{
    border: 1px solid #aaa;
    width: 100%;
}
#resultbox .shop table th{
    background: #EAF5FC;
    border: 1px solid #aaa;
    color: #244C9F;
    font-weight: normal;
}
#resultbox .shop table td{
    border: 1px solid #aaa;
}
#resultbox .shop .actIcon{
    font-size: 0;
}
#resultbox .shop table td a{
    color: #009FEA;
    text-decoration: underline;
    word-break: break-all;
}
#resultbox .shop .actIcon{
    vertical-align: middle;
}
#resultbox .shop .actIcon img{
    display: inline-block;
}
#googlemap > img{
    width: 100%;
    height: 100%;
}
#result .tab li{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    float: left;
}
.popup .backbtn a{
    background: #EBEBEB;
}
.popup .backbtn a:before{
    content: '';
    width: 5px;
    height: 11px;

    background-image: url(../../common/images/arrow_left.png) ;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
}
#result .tab li > *{
    background: url(../images/bg_tab_blue.jpg);
    background-size: auto 100%;
    display: block;
}
#result .tab li >*:after{
    font-size: 16px;
    content: '行';
}
#result .tab li .active{
    color:#244D9F;
}
#result .tab li .disable{
    color:#aaa; 
}
#result .tab li a{
    color: #fff;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
@media only screen and (max-width: 960px) {
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
    .map h2{
        font-size: 18px;
        margin-bottom: 0;
    }
    .map{
        margin-top: 13px;
        margin-bottom:50px;
    }
    .map > *{
        
        margin-left:3%;
        margin-right:3%;
    }
    .map h2{
        margin-left:0;
        margin-right:0;
    }
    .popup .map h2{
        padding-top: 0;
    }
    .biz .map.outer{
        margin-top: 0!important;
    }
    .biz .map.outer #climap{
        margin-left: 0;
        margin-right: 0;
    }
    .biz .map.outer #namesearch{
        margin-left: 0;
        margin-right: 0;
    }
    .map.outer {
        margin-bottom: 13px;
    }
    .map #namesearch{
        clear:both;
        width: 100%;
        border-bottom: 1px solid #244C9F;
        position: relative;
    }
    .map #namesearch h3{
        padding: 7px 3%;
        font-size: 16px;
    }
    .map #namesearch p{
        padding: 7px 3%;
    }
    .box_gray,
    .attention{
        margin: 0 3% 10px 3%;
    }
    section{
        margin-bottom: 40px;
    }
    #googlemap{
        margin-top: 13px!important;
        height: 200px;
        width: 100%;
        margin: 0 auto 22px auto;
      }
    .areasearch .attention{
        margin:14px 0;
        font-size: 12px;
    }
    .areasearch .searchbtn{
        text-align: center;
    }
    .areasearch .searchbtn button{
        width: 290px;
        height: 43px;
        background: url(../images/btn_search_popup_sp.png) no-repeat transparent;
        background-size: 100%;
    }
    .popup #iconList{
        margin-bottom: 13px;
    }
   
    .popup #iconList .tglbtn{
        padding: 5px 2.5%;
        position: relative;
        font-size: 14px;
    }
    .popup #iconList .tglbtn:after{
        content: '';
        background: url(../../common/images/arrow_down.png) no-repeat transparent;
        background-size: 100%;
        width: 11px;
        height: 5px;
        display: block;
        position: absolute;
        right: 3%;
        top:50%;
        margin-top:-3px;
    }
    .popup #iconList .tglbtn.close{
        background: #eee;
    }
    .popup #iconList .tglbtn.close:after{
        background-image: url(../../common/images/arrow_up.png) ;
    }
    .popup #iconList ul{
        display: none;
        padding: 13px 2.5% 7px 2.5%;
    }
    .popup #iconList li{
       margin-bottom: 5px;
    }
    .popup #iconList li.sp{
       margin-bottom: 10px;
    }
    .popup .backbtn a{
        width: 100%;
        display: block;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
    }
    
    #iconList li.sp{
        float:none!important;
        padding-left: 0!important;
        height: auto!important;
    }
    #iconList li + li{
        width: 50%;
    }
    #result #resultbox{
        padding: 0;
    }
    #resultbox .shop{
        overflow: hodden;
    }
    #resultbox .shop + .shop{

        margin-top: 18px;
    }
    #resultbox .shop .title{
        border-bottom: none;
        width: 100%;
        padding: 7px 2%;
        border-bottom: none;
    }
    #resultbox .shop .title h3{
        font-size: 17px;
        padding-bottom: 5px;
    }
    #resultbox .shop table {
        border-top: none;
        background: #EAF5FC;
    }
    #resultbox .shop table th,
    #resultbox .shop table td{
        padding: 7px 2%;
        float: left;
        border: none;
        border-top: 1px solid #aaa;
    }
    #resultbox .shop table th{
        width: 26%;
        vertical-align: middle;
        font-size: 13px;
    }
    
    #resultbox .shop table td{
        width: 74%;
        background: #fff;
        border-left: 1px solid #aaa;
        font-size: 14px;
    }
    #resultbox .shop .actIcon img{
        width: 20px;
        margin-right: 3px;
    }
    #result .tab li{
        width: 19%;
        margin-right: 1.25%;
    }
    #result .tab li > *{
        display: block;
        line-height: 38px;
        height: 40px;
    }
    #result .tab#resulthead{
        margin-bottom: 15px;
    }
    #result .tab#resulthead li{
        margin-bottom: 7px;
    }
    #result .tab#resultfoot{
        margin-top: 22px;
    }
    #result .tab#resultfoot li{
        margin-top: 7px;
    }
    #result .tab li .active{
        background: #FFF;
        border: 2px solid #244EA0;
    }
    #result .tab li .disable{
        background: #FFF;
        border: 2px solid #aaa;
    }
    #result .tab li:nth-child(5n){
        margin:0;
    }
    #result .tab li > *{
        border-radius: 7px;
    }

  
  a.bizlogin {
    width: 70%;
    max-width: 247px;
    height: auto;
    margin: 10px auto;
  }
  a.bizlogin img {
    width: 100%;
    height: auto;
  }
  
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
    .map{
        margin-top: 35px!important;
        margin-bottom: 25px;
        width: 100%;
        position: relative;
    }
    .attention{
        margin-bottom: 25px;
    }
    .map h2{
        width: 36.5%;
        float: left;
        padding: 10px 2%;
        font-size: 30px;
    }
    .map #namesearch{
        clear:both;
        width: 100%;
        border: 1px solid #244C9F;
    }
    #climap {
        width:62.5%;
        float: right;
        max-width: 640px;
    }
    
    #img_detail{
        width: 100%;
        height: auto;
    }
    area:active{
        outline:none;
    }
    #namesearch h3{
        padding: 6px 3%;
        margin-bottom: 10px;
    }
    #namesearch > *{
        padding: 6px 3%;
    }
    #namesearch .searchbox{
        padding: 0 100px 15px 0;
    }
    #namesearch .searchbox input[type="image"]{
        bottom:22px;
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
        border-bottom: none;
    }
    /*area*/
    #area .map #googlemap{
        float: right;
        height: 300px;
        width: 50%;
    }
    #area .map .areasearch{
        float: left;
        width: 44%;
    }     
    #area .areasearch ol{
        margin-bottom: 20px;
    }
    #area .areasearch .searchbtn {
        width: 170px;
        height: 36px;
        bottom:22px;
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
        border-bottom: none;
        
    }
    #area .areasearch .searchbtn button {
        width: 170px;
        height: 36px;
        background: url(../images/btn_search_popup.png) no-repeat transparent;
        
    }
    #area .areasearch .searchbtn:hover {
        opacity: .7;
    }
    #namesearch .searchbox input[type="image"]:hover{
        opacity: .7;
    }
    /*result*/
    #result #iconList{
        border: 2px solid #eee;
        padding: 10px 2%;
        margin: 20px 0;
    }
    
    #iconList > p{
        display: inline-block;
    }
    /*result*/
    #result #googlemap{
        height: 300px;
        margin-top: 15px;
    }
    #result .menu{
        padding: 0;
        margin: 13px 0 0 0;
    }
    #result #iconList li {
        width: 16.66%;
        padding:0 5px 10px 38px;
    }
    #result #resultbox{
        padding: 0;
    }
    #resultbox .shop + .shop {
        margin-top: 27px;
    }
    #resultbox .shop .title{
        border-bottom: none;
        display: table;
        width: 100%;
        padding: 7px 2%;
        
    }
    .popup .backbtn{
        position: absolute;
        right: 3%;
        padding: 0;
        top: 0;
    }
    .popup .backbtn a{
        padding: 0 10px;
        width: 180px;
        line-height: 30px;
        display: block;
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
    }
    .popup .backbtn a:hover{
        opacity: .5;
    }
    #resultbox .shop .title h3{
        font-size: 17px;
    }
    #resultbox .shop .title > *{
        display: table-cell;
        font-size: 13px;
    }
    #resultbox .shop table th,
    #resultbox .shop table td{
        padding: 7px 10px;
    }
    #resultbox .shop table th{
        width: 12.5%;
        vertical-align: middle;
    }
    #resultbox .shop table td{
        width: 37.5%;
    }
    #resultbox .shop .actIcon{
        text-align: right;
        width: 65%;
        font-size: 0;
    }
    #resultbox .shop .actIcon img{
        margin-left: 3px;
    }
    #result .tab ,
    #result .tab ul{
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    #result .tab{ 
        margin-bottom: 25px;
        height: 30px;
    }
    #result .tab ul{
        height: 32px;
    }
    #result .tab li{
        width: 10%;
    }
    #result .tab li > *{
        height: 30px;
        display: block;
        line-height: 32px;
    }
    #result .tab li a{
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
    }
    #result .tab li a:hover{
        opacity: .5;
    }
    #result .tab#resulthead li > *{
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    #result .tab#resultfoot li > *{
        border-bottom-left-radius:4px; 
        border-bottom-right-radius: 4px;
    }
    #result .tab li .disable{
        height: 30px;
        background: url(../images/bg_tab_gray.jpg);
        display: block;
        border: 1px solid #aaa;
       
    }
    #result .tab#resultfoot .active,
    #result .tab#resultfoot li .disable{        
        border-top :none;
    }
    #result .tab#resultfoot .active{
        margin-top: -2px;
    }
    #result .tab#resulthead .active,
    #result .tab#resulthead li .disable{        
        border-bottom :none;
    }
    #result .tab li + li > *{
        margin-left: 1px;
    }
    #result .tab li img{
        width:100%;
    }
    #result .tab ~ .tab{
        margin-top: 25px;
    }
    #result .tab {
        height: 32px;
    }
    #resulthead{
        border-bottom: 2px solid #244EA0;
    }
    #result .tab .active{
        z-index: 100;
        height: 32px;
        background: #fff;
        border: 1px solid #244EA0;
    }
    
    #resultfoot{
        border-top: 2px solid #244EA0;
    }
  
  a.bizlogin {
    width: 247px;
    height: 73px;
    transition: .5s;
  }
  a.bizlogin:hover {
    opacity: .7;
  }
    
}
@media only screen and (min-width: 939px) {
    .map #namesearch{
        position: absolute;
        left:2%;
        bottom:20px;
        width:33.5%;
    }
    #namesearch .searchbox input[type="image"]{
        right:5%;
    }

}