@charset "utf-8";
/* 店舗検索
============================== */
/*index title
----------------------- */
#mainArea h2.titleNobg {
    height: 35px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

/*検索エリア(サイドnavi)
----------------------- */
.searchArea table {
}

#sideArea .searchArea table#searchTbl {
    color: #fff;
}

#sideArea .searchArea table#searchTbl td.main {
    padding: 10px 5px 10px 10px;
    background: url(../images/midbar.gif) repeat-y;
}

#sideArea .searchArea table#searchTbl table {
    margin-left: 10px;
}

#sideArea .searchArea table#searchTbl table td {
    padding: 3px;
    font-size: 10px;
}

*:first-child + html #sideArea .searchArea table#searchTbl table td {
    font-size: 80%;
}

#sideArea .searchArea table#searchTbl input[type="text"] {
    width: 155px;
    _width: 155px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#sideArea .searchArea table#searchTbl .txt input {
    _width: 155px;
}

#sideArea .searchArea table#searchTbl button {
    background: none;
    border: none;
    cursor: pointer;
    cursor: hand;
    width: 153px;
}

/*検索Map
----------------------- */
#searchMap {
    position: relative;
    margin: 20px 0 40px;
}

#searchMap div#findByMap {
    position: absolute;
    top: 62px;
    left: 60px;
}

/*店舗数カウンタ*/
#searchMap div#shopNow {
    color: #1f8940;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-align: right;
    position: absolute;
    top: 28px;
    right: 50px;
}

.eng #searchMap div#findByMap {
    position: absolute;
    top: 65px;
    left: 60px;
}

.eng #searchMap div#shopNow { /*英語版*/
    top: 14px;
    right: 60px;
}

/*エリアリスト*/
#searchAreaList {
    margin: 20px 0 40px;
}

#searchAreaList ul {
    margin-left: 20px;
    width: 125px;
    float: left;
}

#searchAreaList ul h4 {
    margin-bottom: 10px;
}

#searchAreaList ul li a {
    display: inline-block;
    padding-left: 10px;
    margin: 3px 0 3px;
    background: url(../../common/images/arrow_s.png) no-repeat 0 0.4em;
    zoom: 1;
}
#searchAreaList ul li span {
    font-size: 0.9em;
}

#searchAreaList .wrap01,
#searchAreaList .wrap02 {
    width: 590px;
    float: right;
    padding-bottom: 40px;
}

/* tooltip */
#fukidashi {
    background: url('../images/ken_fukidashi.png') no-repeat;
    position: absolute;
    width: 117px;
    height: 50px;
    display: none;
}

.eng #fukidashi { /*英語版*/
    background: url('../en/images/ken_fukidashi.png') no-repeat;
    width: 137px;
}

#fukidashi p {
    text-align: center;
    line-height: 40px;
}

/* 店舗検索（結果）
============================== */
/*▽結果テキスト*/
p.resultTxt {
    margin-bottom: 30px;
}

p.resultTxt span {
    font-weight: bold;
}

.eng p.cautionTxt { /*英語版*/
    font-size: 12px;
    padding-bottom: 0;
}

/*▽アイコン説明*/
.icoInfoTitle {
    font-size: 0;
}

.icoInfo {
    width: 100%;
    overflow: hidden;
    border: 1px #ddd solid;
    border-top: none;
    /*height: 53px;*/
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px 68px;
}

.icoInfo--ttl {
    width: 217px;
    float: left;
    padding: 12px 0 0 4px;
    font-size: 11px;
}

.icoInfo__area {
    width: 100%;
}
.icoInfo__area .icoInfo__area__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}
.icoInfo__area .icoInfo__area__items .icoInfo__area__item {
    /*padding-top:2px;*/
    display: flex;
    /* flex-basis: 195px; */
    align-items: center;
    line-height: 14px;
    margin-bottom: 10px;
}

.icoInfo__area .icoInfo__area__items .icoInfo__area__item span {
}

.icoInfo__area .icoInfo__area__items .icoInfo__area__item label{
    line-height: 1.3em;
    padding-left: 0.6em;
}


/*英語版*/
.icoInfo--en {
    width: 737px;
    overflow: hidden;
    border: 1px #ddd solid;
    /*height: 53px;*/
    margin: 25px 0 10px 0;
    box-sizing: border-box;
}

.icoInfo--ttl--en {
    width: 170px;
    float: left;
    padding: 12px 0 0 4px;
    font-size: 10px;
}

.icoInfo__area--en {
    width: 560px;
    float: left;
    font-size: 10px;
    padding-top: 6px;
}

.icoInfo__area--en .icoInfo__area__items--en {
    overflow: hidden;
    margin-top: 5px;
}

.icoInfo__area--en .icoInfo__area__items--en .icoInfo__area__item--en {
    /*padding-top:2px;*/
    float: left;
    line-height: 14px;
    width: 140px;
    margin-bottom: 10px;
}

.icoInfo__area--en .icoInfo__area__items--en .icoInfo__area__item--en > img {
    margin-right: 5px;
}

.icoInfo__area--en .icoInfo__area__items--en .icoInfo__area__item--en p {
    display: inline-block;
    font-size: 10px;
}

#resultArea { /*(白背景エリア)*/
    padding: 10px 10px 20px;
    background-color: #fff;
}

#resultArea .headLink a {
    font-size: 11px;
    display: block;
    float: left;
    background: url(../../common/images/arrow_s.png) no-repeat 5px 0.4em;
    font-weight: normal;
    padding: 0 0 0 15px;
    margin: 0 15px 0 0;
}

#resultArea h3 {
    border-bottom: 2px #ddd solid;
    padding: 20px 0 5px;
    font-size: 14px;
}

.eng #resultArea h3 {
    padding: 20px 0 5px;
    font-size: 16px;
}

#resultArea h3 a {
    font-size: 10px;
    display: block;
    float: right;
    background: url(../../common/images/arrow_s.png) no-repeat 5px 0.4em;
    font-weight: normal;
    padding: 0 0 0 15px;
    margin: 0;
}

#resultArea .serviceIconList {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
}
#resultArea .serviceIcon {
    display: flex;
    align-items: center;
}
#resultArea .serviceIcon span {
    padding-left: 0.6em;
}

/*表table*/
#resultArea table {
    width: 100%;
}

#resultArea table th,
#resultArea table td {
    border-bottom: 1px #ddd solid;
    text-align: left;
    line-height: 1.5em;
    padding: 10px 5px 10px;
    font-size: 12px;
    vertical-align: middle;
}

#resultArea table td a {
    text-decoration: underline;
}

#resultArea table td img {
    margin: 0 1px;
    vertical-align: -5px;
}

#resultArea table td a img {
    margin: 0 0 2px 3px;
}

#resultArea table td a:hover {
    opacity: 0.7;
}

#resultArea table .cell01 {
    width: 12em;
}

#resultArea table .cell03 {
    width: 8em;
}

#resultArea table .cell04 {
    width: 90px;
}

#resultArea table tr.odd,
#resultArea table tr.even {
    background-color: #f8f8f6;
}

#resultArea .pageNavi {
    text-align: center;
    margin: 30px 0 0;
    font-weight: bold;
}

#resultArea .pageNavi a {
    font-weight: normal;
    padding: 0 0 0 0.5em;
}

/*結果0件*/
#noHitTitle {
    color: #c00;
    margin: 20px 20px 0;
}

#noHitTxt {
    margin: 20px 20px 0;
}

/* 店舗検索（詳細）
============================== */
#resultArea.detail {
    padding: 20px;
}

#resultArea.detail h3 {
    border-bottom: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 2em;
    color: #008740;
}

#resultArea.detail h3 img {
    vertical-align: middle;
    margin-right: 10px;
}

#resultArea.detail h3 a img {
    margin-right: 0;
}

#resultArea.detail a {
    font-size: 10px;
    display: block;
    float: right;
    background: none;
    padding: 0;
    margin: 0;
}

/*GoogleMap*/
#gMap {
    width: 698px;
    height: 402px;
    border: 1px #454545 solid;
}

/*表table(詳細)*/
#resultArea.detail table td img {
    margin: 0 3px 0 15px;
    vertical-align: -4px;
}

#resultArea.detail table th,
#resultArea.detail table td {
    padding: 15px 5px 15px;
}

/*募集要項*/
#resultArea.detail table .atendInfo p {
    margin: 10px 0 0 20px;
}

.cautionTxt {
    color: #c00;
    margin-top: 10px;
}
