@charset "utf-8";

/* CSS Document */
#searchMain{
    margin-right: 10px;
}
#liquidsidebar1{
    width: 200px;
}
#adSide1{
    position: relative;
    width: 200px;
}
#adSide1Block1{
    background: none;
    position: relative;
    margin-bottom: 10px;
}
#topicpath ul li{
    max-width: 100%;
}
#topicpath ul li.lion span{
    font-weight: bold;
}
.boxlink .boxarea.large{
    width: 705px;
}
.boxlink .boxarea.small{
    width: 655px;
}
.shopdata p{
    width: 100%;
}
.shopdata p span{
    max-width: 100%;
}
#modal_overlay{
    background: #ffffff none repeat scroll 0 0;
    display: none;
    height: 150%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
.wrap::after{
    visibility: visible;
}
.searchWrap{
    margin-bottom: 20px;
    /*box-shadow: 0 0 0px 5px #f0f0f0;*/
}
.search_contents_shell{
    background-color: #fff;
    padding-bottom: 5px;
    text-align: left;
    box-shadow: 0 0 0 1px #e0e0e0;
    border-radius: 5px;
    /*width: 188px;
    margin-left: 1px;*/
}
.search_contents_shell a{
    color: #1d3994;
}
.search_contents_shell a:hover{
    text-decoration: none;
}
.search_result{
    padding: 7px 10px 0px;
    border-bottom: 1px solid #eee;
}
.text-right{
    text-align: right;
}
.wrap_titile .search_result_title{
    cursor: default;
}
.wrap_box .search_result_title{
    cursor: pointer;
}
.titile_blue{
    color: #1d3994;
}
.search_result_title{
    padding: 15px 7px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}
.search_result_title a{
    display: block;
    /*color: #222;*/
    text-decoration: none;
}
.search_result_title .large{
    font-size: 16px;
    font-weight: bold;
}
.search_result_title .middle{
    font-size: 14px;
    font-weight: bold;
}
.search_result_title .small{
    font-size: 14px;
}
.wrap_box{
    position: relative;
}
.search_result_title.search_title{
    background-color: #fbfbfb;
    /*box-shadow: 3px 0 0px 0px #DFCA83 inset;*/
    /*box-shadow: 3px 0 0px 0px #FF104A inset;*/
    /*box-shadow: 3px 0 0px 0px #FE3980 inset;*/
    box-shadow: 3px 0 0px 0px #FD3303 inset;
    padding: 8px 30px 8px 10px;
    background-image: url(/img/fppc/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    font-size: 13px;
}
.searchWrap .search_title_last{
    background-image: none;
}
.wrap_box .wrap{
    position: absolute;
    top: -50px;
    line-height: 1;
    left: 175px;
    opacity: 0;
    transition: .3s;
    z-index: 1;
    display: none;
}
.wrap_box .wrap_below{
    top: -40px;
}
.wrap_box .wrap .wrap_inner{
    width: 720px;
    margin-left: 35px;
    background-color: #fff;
    box-shadow: 0 0px 0 1px #eee;
    border-radius: 5px;
    position: relative;
}
.wrap_title{
    background-color: #FBFBFB;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-weight: bold;
}
.check_list_type{
    padding: 20px 15px 5px;
    font-size: 13px;
}
.check_list_type .this{
    color: white;
    border-radius: 10px;
    /* background-color: #3F91DB;
    box-shadow: -5px 0 0 0px #3F91DB; */
    background-color: #ff8b38;
    box-shadow: -5px 0 0 0px #ff8b38;
    padding-right: 4px;
}
.search_contents_shell input[type=checkbox]{
    display: none;
}
.search_contents_shell.radio, .search_contents_shell .checkbox{
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0px 2px 0;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0px 1px 44px;
}
.search_btn{
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    /*background-image: linear-gradient(to bottom, #FF7757, #FD3303);*/
    background-image: linear-gradient(to bottom, #FFD402, #FFC400);
    /* safari対応 */
    background : -webkit-linear-gradient(bottom, #FFD402, #FFC400);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFDA2F, endColorstr=#FFB100);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin: 8px 8px 4px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    text-shadow: 1px 1px 3px rgba(10, 10, 10, 0.5);
    /* box-shadow: 0 0 8px 0px inset; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD402', endColorstr='#FFC400', GradientType=0);
}
.wrap_box:hover .wrap{
    opacity: 1;
    display: block;
    color: #000;
    font-size: 12px;
}
.wrap_box .wrap:after{
    content: "▲";
    position: absolute;
    display: block;
    border-radius: 6px;
    left: -11px;
    bottom: auto;
    top: 64px;
    text-shadow: 0px 0px #eee, 0px -2px #eee;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    width: 20px;
    height: 15px;
}
.search_contents_shell input[type=radio],
.search_contents_shell input[type=checkbox]{
    display: none;
}
.search_contents_shell.radio,
.search_contents_shell .checkbox{
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0px 2px 0;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0px 1px 34px;
}
.search_contents_shell .radio:after,
.search_contents_shell .checkbox:after{
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
        border-radius: 6px;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    content: '';
    border: 2px solid #bbb;
}
.search_contents_shell .checkbox:before{
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #FD3303;
    border-bottom: 3px solid #FD3303;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_contents_shell input[type=checkbox]:checked + .checkbox:before{
    opacity: 1;
}
li.wrap_list{
    display: inline-block;
    width: 32%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 15px;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: middle;
}
li.wrap_list_group{
    display: inline-block;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: middle;
    margin-left: -5px;
    height: 50px;
    width: 100%;
}
label.group_this {
    background-color: #ffe5f1;
    padding: 5px 0 5px 34px !important;
}
li.wrap_list label.checkbox{
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    width: 100%;
}
.areaSelectionList li:first-child{
    /*width: 105px;*/
    width: 115px;
    border-right: 1px solid #eee;
    margin-right: 15px;
    font-weight: bold;
}
.areaSelectionList{
    margin: 0 10px;
}
.areaSelectionList li{
    float: left;
    /*width: 70px;*/
    width: 57px;
    padding-bottom: 15px;
}
.mainAreaList {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 10px 10px;
    vertical-align: top;
    width: 18%;
    word-break: break-all;
    word-wrap: break-word;
}
.largeAreaList{
    margin: 0 10px;
}
.largeAreaList li{
    padding-bottom: 10px;
}
.largeAreaList li:not(.middleAreaList) a{
    font-size: 14px;
    font-weight: bold;
}
li.middleAreaList {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    font-size: 13px;
    line-height: 1.2;
    margin-left: 10px;
    padding: 0 1px 30px 0;
    word-break: break-all;
    word-wrap: break-word;
    text-indent:-1em;
}
li.middleAreaList:before{
  color: #526c8d;
  content: "\0025b6";
  vertical-align: middle;
  font-size: 8px;
}
.middleAreaList a.this {
    position: absolute;
    background-color: #ff8b38;
    box-shadow: none;
    border-radius: 10px;
    color: white;
    margin: -3px 0 0 2px;
    padding: 3px 1px 1px;
    text-indent: 0.1em;
}
.wrap_box .wrap:after{
    content: "▲";
    position: absolute;
    display: block;
    left: 10px;
    bottom: auto;
    top: 64px;
    text-shadow: 0px 0px #eee, 0px -2px #eee;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    width: 20px;
    height: 15px;
}
.sub_count{
    padding: 10px 0 0;
    font-size: 12px;
    text-align: center;
}
.sub_count .shop_count{
    font-size: 20px;
    text-align: center;
}
.shop_count{
    font-size: 30px;
    text-align: right;
    color: #ff8b38;
    font-weight: bold;
}
.search_name{
    padding: 15px 20px;
    font-size: 25px;
    border-top-color: rgb(224, 224, 224);
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    background-color: rgb(252, 252, 252);
}
.search_name #search_select{
    top: 20px;
    right: 20px;
    color: rgb(204, 204, 204);
    font-size: 12px;
    position: absolute;
}
.p05{
    padding: 5px;
}
#tabs{
    list-style: none;
    margin: 0;
    padding: 0px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fcfcfc;
    border-bottom: 1px solid rgb(224, 224, 224);
    height: 30px;
}
#tabs li{
    margin: 0;
    padding-left: 2em;
    float: right;
    z-index: 3;
}
.page-count{
    padding: 5px 0px;
    font-size: 13px;
    float: left;
}
.search_title a{
    color: #1d3994;
}
.page-count strong{
    font-size: 1.2em;
    font-weight: bold;
}
#contents_box{
    margin-bottom: 20px;
}
.check-group label{
    padding: 1px 8px;
    border-radius: 20px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    margin-bottom: 5px;
    float: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}
.check-group label:hover{
    border-color: rgb(64, 146, 220);
    color: rgb(64, 146, 220);
    text-decoration: line-through;
}
.check-group label:hover::after{
    border-radius: 50%;
    left: -7px;
    top: -7px;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    position: absolute;
    content: "\d7";
    box-shadow: 0px 0px 0px 3px #f9f9f9;
    background-color: rgb(64, 146, 220);
}
.local{
    top: 6px;
    right: 10px;
     position: absolute;
}
p.local_city{
    padding: 0px;
    float: left;
}
p.local_city a{
    background: linear-gradient(rgb(255, 218, 47), rgb(255, 177, 0));
    padding: 4px 0px;
    border-radius: 2px;
    border: 1px solid rgb(255, 196, 88);
    border-image: none;
    width: 80px;
    text-align: center;
    color: white;
    font-size: 11px;
    margin-left: 5px;
    display: block;
    margin-bottom: 3px;
}
.local_station a{
    padding: 2px 1px;
    display: block;
}
.checkbox_kodawari_list a{
    text-decoration: none;
    font-size: 12px;
}
.checkbox_kodawari_list_first{
    padding-top: 8px;
}
.checkbox_kodawari_list_last{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}
#d_ar2{
    margint-top: 10px;
}
.modal_contents select{
    padding: 1px 3px;
}
.route li{
    float:left;
    font-size: 14px;
    padding: 4px 10px;
}
.route li.title{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: qpx;
}
.searchWrap .btn{
    font-size: 11px;
    color: #fff;
    display: inline-block;
    border: 1px solid #ffa516;
    padding: 1px;
    border-radius: 3px;
    background: #ffae20;
    background: -moz-linear-gradient(top, #ffae20 70%, #ffa215 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffae20), color-stop(100%, #ffa215));
    background: -webkit-linear-gradient(top, #ffae20 70%, #ffa215 100%);
    background: linear-gradient(to bottom, #ffae20 70%, #ffa215 100%);
}
.searchWrap .btn a{
    color: #fff;
    text-decoration: none;
}
#tabs_local{
    background-color: #fcfcfc;
    border-bottom: 1px solid #ccc;
    height: 30px;
    list-style: outside none none;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
#tabs_local li:first-child{
    border-left: 1px solid #ccc;
}
#tabs_local li{
    margin: 0;
    z-index: 3;
}
#tabs_local a{
    border-right: 1px solid #ccc;
    min-width: 72px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    float: left;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}
#tabs_local a.tab_close{
    background-color: rgba(0, 0, 0, 0.1);
}
.area_wrap{
    width: 960px !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.area_wrap h2{
    font-size: 18px;
    font-weight:bold;
    margin-bottom: 20px;
}
.area_wrap h3.area{
    padding: 10px 8px;
    background-color: #ffd5cc;
    border-left: 3px solid #ff9098;
    font-size: 18px;
    line-height: 18px;
    font-weight:bold;
}
.area_wrap .area_title{
    font-size: 15px;
    margin: 15px 0 5px 0;
    border-left: 3px solid #ddd;
    padding-left: 10px;
}
.localcity_list li{
    float: left;
    margin: 3px 0;
    width: 380px;
}
.localcity_list a{
    color: #1d3994;
}
.route_wrap{
    width: 960px !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.route_wrap .title{
    font-size: 18px;
    font-weight:bold;
    margin-bottom: 20px;
}
.route_wrap h3.area{
    padding: 10px 8px;
    background-color: #ffd5cc;
    border-left: 3px solid #ff9098;
    font-size: 18px;
    line-height: 18px;
    font-weight:bold;
}
.route_wrap .subtitle{
    font-size: 15px;
    margin: 15px 0 5px 0;
    border-left: 3px solid #ddd;
    padding-left: 10px;
}
.tourist_attractions li{
    float: left;
    margin: 3px 0;
    width: 382px;
}
.tourist_attractions li a{
    color: #1d3994;
}
.wrap_box .st2{
    padding-left: 15px;
}
.wrap_box .st3{
    padding-left: 19px;
}
.wrap_box .st4{
    padding-left: 23px;
}
.wrap_titile .st5{
    padding-left: 27px;
}
.wrap_titile .btn_area{
    margin: 5px 10px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition-duration: 0.5s;
    background-color: rgb(204, 204, 204);
    -webkit-transition-duration: 0.5s;
}
.spot_wrap{
    width: 960px !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.select_search{
    padding: 15px 0 10px;
}
.select_search li:first-child a{
    border-top: 1px solid #e0e0e0;
}
.select_search li a{
    background-color: #fbfbfb;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding: 10px;
    width: 160px;
}
.leftwrap{
    width: 765px;
    float: left;
}
#searchcontentsBlock2 .city-list,
#searchcontentsBlock2 .route-list{
    float: none;
    margin: 0 auto;
}
#searchMain h3.area{
    padding: 10px 8px;
    background-color: #ffd5cc;
    border-left: 3px solid #ff9098;
    font-size: 18px;
    line-height: 18px;
    font-weight:bold;
}
#searchMain .subtitle{
    font-size: 15px;
    margin: 15px 0 5px 0;
    border-left: 3px solid #ddd;
    padding-left: 10px;
}
/* ↓ 見出し構造とaltの改修 2023/06/19 @sc */
#searchMain .search_name span {
    font-size: 20px;
}
.shopdata_shopname_box {
    width: 100%;
    border-bottom: 1px dotted #999;
    display: flex;
    flex-wrap: wrap;
}
.result_shop_name_headeline {
    display: flex;
}
.kyujin {
    font-size: 11px;
    margin-left: auto;
}
/* ↑ 見出し構造とaltの改修 2023/06/19 @sc */
/* 2025/07/09 検索結果タグ変更 @SC↓ */
#searchMain .search_name h1 {
    font-size: 20px;
}
/* 2025/07/09 検索結果タグ変更 @SC↑ */
#searchMain .search_name h2{
    font-size: 20px;
}
#searchMain .search-result{
    font-weight: bold;
}
#searchMain .check-group p{
    padding: 1px 8px 1px 0;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
#tabs a.active_tab{
    color: #000;
    font-weight: bold;
}
.tourist_attractions{

}
.tourist_attractions li{
    float: left;
    margin: 3px 0;
    width: 180px;
}
.tourist_attractions li a{
    color: #1d3994;
}
dl.cont-linelist{
    margin-top: 20px;
}
.heading2{
    display: table;
    padding: 11px 10px 9px 12px;
    width: 100%;
    box-sizing: border-box;
    color: #13131e;
    font-weight: bold;
    font-size: 117%;
    background: #eeece4 url('../image/headbg.png') repeat-x 0 0;
}
.cont-linelist a{
    color: #06c;
    text-decoration: none;
}
.icon-b-circle-orange:before, .icon-a-circle-orange:after{
    width: 11px;
    height: 12px;
    background-position: 0 0;
}
[class^="icon-b-"]:before, [class*=" icon-b-"]:before{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    content: "";
    background: url('../image/icon.png') no-repeat;
}
dl.cont-linelist dd ul{
    padding: 8px 0px;
    margin-bottom: 5px;
    background-image: url(line.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
dl.cont-linelist dd ul li{
    float: left;
    width: 222px;
    font-size: 115%;
    line-height: 1.4;
    padding: 2px 9px 2px 8px;
    margin-right: 12px;
    background-image: url(../image/orange_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
.link-more{
    padding-top: 6px;
}
.align-right{
    text-align: right;
    margin-right: 10px;
}
.spotlist-info img{
  max-width:100%;
  height: 90px;
  vertical-align: top;
  border:none;
}
.spotlist-info{
    margin: 7px 0 0 0;
}
.spotlist-info a{
    color: #06c;
    text-decoration: none;
}
.spotlist-info .spot-item:first-of-type{
    border-top: solid 1px #e1e1e1;
}
.spotlist-info .spot-item{
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 1px;
    border-top: solid 2px #e1e1e1;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.spotlist-info .spot-item .image-box{
    float: left;
    padding: 15px 0 5px 8px;
}
.spotlist-info .spot-item .image-box .image{
    width: 128px;
    height: 98px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.spotlist-info .spot-item .image-box .image a{
    display: block;
    border: solid 1px #e1e1e1;
}
.spotlist-info .spot-item .image-box .image img{
    border: solid 3px #ffffff;
}
.spotlist-info .spot-item .image-box a span.reviewer{
    display: none;
    padding: 2px 6px 2px 23px;
    text-decoration: none;
}
.spotlist-info .spot-item .info{
    float: right;
    width: 570px;
    padding: 15px 0 5px 0;
}
.spotlist-info .spot-item .info .mname{
    padding: 1px 0 5px 0;
}
.spotlist-info .spot-item .info .mname .hurigana{
    color: #949499;
    font-size: 85%;
}
.spotlist-info .spot-item .info .info-ex{
    padding-right: 8px;
}
.spotlist-info .spot-item .info .info-ex .item{
    display: block;
    padding: 0px;
}
.spotlist-info .spot-item .info .info-ex .item .info-title{
    display: block;
    float: left;
    clear: both;
    width: 60px;
    margin: 3px 5px 0 0;
    line-height: 1.7;
    text-indent: 4px;
    color: #595960;
    font-size: 85%;
    background-color: #f4f4f4;
}
.spotlist-info .spot-item .info .info-ex .item dd{
    display: block;
    float: left;
    width: 490px;
    margin-top: 3px;
}
.spotlist-info .spot-item .info .info-ex p.link-more{
    margin-top: 8px;
    padding-bottom: 4px;
    text-align: right;
}
.link-more{
    padding-top: 6px;
}
.icon-b-circle-gray:before, .icon-a-circle-gray:after{
    width: 11px;
    height: 12px;
    background-position: 0 -34px;
}
[class^="icon-b-"]:before, [class*=" icon-b-"]:before{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    content: "";
    background: url('../image/icon.png') no-repeat;
}
#modal_overlay{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 150%;
    z-index: 500;
    background: #ffffff;
    opacity: 0.5;
}
#detail_modal{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    background: #ffffff;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 5px;
    width: 744px;
}
.modal_header{
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    text-align: center; ;
}
.modal_close{
    float: right;
}
.modal_close img{
    width: 20px;
    height: 20px;
}
.modal_contents{
/*
    -moz-box-shadow: 0 0 5px #ccc inset;
    -webkit-box-shadow: 0 0 5px #ccc inset;
    box-shadow: 0 0 5px #ccc inset;
*/
    height: 350px;
    text-align: left;
    font-size: 12px;
    -ms-overflow-y: scroll;
    max-height: 80vh;
}
.modal_contents .plus_btn{
    margin: 20px auto;
    color: white;
}
.modal_contents .plus_btn p{
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
    /*background-color: rgb(63, 145, 219);*/
    background-color: rgb(255, 213, 204);
}
.modal_contents .form_box{
    padding: 15px 5px;
    border-bottom-color: rgb(240, 240, 240);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.modal_contents .modal_left{
    vertical-align: top;
    display: inline-block;
}
.modal_contents .modal_right{
    vertical-align: top;
    display: inline-block;
}
.modal_contents .modal_left{
    width: 130px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}
.modal_contents .modal_right{
    width: 570px;
}
.modal_contents .modal_right input[type=checkbox]{
    margin-right: 6px;
    display: inline-block;
}
.modal_contents .modal_right input[type=checkbox] + label{
    line-height: 24px;
    font-size: 11px;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.modal_contents .modal_right input[type=checkbox]{
    margin: 0px;
    display: none;
}
.modal_contents .modal_right input[type=checkbox] + label{
    padding: 0px 0px 0px 20px;
}
.modal_contents .checkbox:before{
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 39%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    border-right: 3px solid #FD3303;
    border-bottom: 3px solid #FD3303;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100;
}
.modal_contents .radio:after,
.modal_contents .checkbox:after{
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    content: '';
    border: 2px solid #bbb;
}
.modal_contents input[type=checkbox]:checked + .checkbox:before{
    opacity: 1;
}
.modal_fotter{
    padding: 5px 10px 10px;
    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-top-style: solid;
    box-shadow: inset 0px -1px 0px 0px #999;
}
.modal_fotter .modal_search_btn{
    margin: 0px auto;
    width: 300px;
}
.biz_box{
    padding: 15px 0 15px 35px;
}
.sg_list .search_result_title{
    cursor: default;
}
.theme_name{
    font-size: 15px;
}
.research_msg{
    margin: 20px 0;
}
.research_count{
    font-size: 18px;
    font-weight: bold;
}
.modal_right p {
    line-height: 1.35;
    padding: 0 0 5px;
}
span.d_wrap_list{
    margin-left: 20px;
    margin-bottom: -15px;
    display: inline-block;
    color: #bbbbbb;
}
.plus_btn {
    cursor: pointer;
}
.open.plus_btn {
}
.plus_btn div {
    margin: 0 auto;
    background-color: rgb(255, 213, 204);
    border-radius: 15px;
    height: 21px;
    width: 21px;
}
.plus_btn span {
    color: white;
    display: inline-block;
    font-size: 14px;
    padding-top: 1px;
}
.open.plus_btn span {
    transform: rotate(-45deg);
}
.plus_box {
    display: none;
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.pr_banner_area {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px 0 0 5px;
    width: 200px;
}
.pr_banner_area img {
    max-width: 100%;
}
.mb10 {
    margin-bottom: 10px;
}
.shopBox .shopTitle dl.icon_area {
    height: 20px;
}
.shopBox .shopTitle dl.icon_area dd.ddword {
    padding-top: 4px;
}
.shopBox .shopTitle dl.icon_area span {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 13px;
    line-height: 13px;
    /* margin-bottom: 4px; */
    /* padding: 3px 6px 4px; */
    padding: 3px 6px 2px;
    text-align: center;
}
.shopBox .shopTitle dl.icon_area span img {
    position: relative;
    /* top: 1px; */
    top: 0;
    border: 0 none;
    margin-right: 2px;
    width: 12px;
}
.shopBox .shopTitle dl.icon_area span.deluxe {
    border: 1px solid #FF54AD;
    color: #FF54AD;
}
.shopBox .shopTitle dl.icon_area span.tainyu {
    border: 1px solid #FF3500;
    color: #FF3500;
}
.shopBox .shopTitle dl.icon_area span.tainyu i {
    font-size: 14px;
    margin: -1px 2px 0 0;
}
.shopBox .shopTitle dl.icon_area span.movie {
    border: 1px solid #333333;
    color: #333333;
}
.shopBox .shopTitle dl.icon_area span.blog {
    border: 1px solid #FD48FF;
    color: #FD48FF;
}
.shopBox .shopTitle dl.icon_area span.new {
    border: 1px solid #FF8F1F;
    color: #FF8F1F;
}
.shopBox .shopTitle dl.icon_area span.voice {
    border: 1px solid #53a6ed;
    color: #53a6ed;
}
.shopBox .shopTitle dl.icon_area span.phone {
    border: 1px solid #00c300;
    color: #00c300;
}
.tourist_spot_name {
    margin-bottom: 10px;
}
.tourist_spot_name span {
    line-height: 25px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.tourist_spot_table td {
    vertical-align: top;
}
.tourist_spot_table td.left {
    width: 80px;
    height: 20px;
}
.tourist_spot_table td li {
    display: inline-block;
    margin: 0 1em 0 0;
    white-space: nowrap;
}
.tourist_spot_img {
    float: left;
    margin-right: 10px;
    width: 200px;
}
.tourist_spot_img img {
    background-color: white;
    box-shadow: 0 0 2px 1px #ccc;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
}
.searchGroup {
    margin: 20px 0 30px;
    padding: 10px;
    border-top: 4px solid #A59500;
    border-bottom: 4px solid #A59500;
    background-color: #DCD3A4;
}
.searchGroup .shopBox {
    display: block;
    margin-bottom: 0;
    position: relative;
    text-decoration: none;
}
.searchGroup .shopBox h3 {
    color: #6d640c;
    font-size: 16px;
    font-weight: bold;
}
.searchGroup .shopBox h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.searchGroup .shopBox .b_img {
    float: left;
    position: relative;
    width: 414px;
    margin-right: 9px;
}
.searchGroup .shopBox .b_img img {
    max-height: 178px;
}
.searchGroup .shopBox .tableinfo {
    border-left: 1px solid #e1d6c2;
    border-right: 1px solid #e1d6c2;
    float: left;
    margin-bottom: 0;
    width: 274px;
    color: #333;
}
.searchGroup .shopBox .tableinfo table {
    width: 100%;
}
.searchGroup .shopBox .tableinfo table tr th {
    background-color: #f0ebdc;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 4px 9px;
    text-align: left;
    width: 10%;
}
.searchGroup .iconSearchGroup {
    position: absolute;
    right: -20px;
    top: -21px;
    width: 182px;
}

.searchGroup .iconSearchGroup img {
    margin-top: 0;
    animation: grp_anime1 0.8s linear 0s infinite alternate;
    -moz-animation: grp_anime1 0.8s linear 0s infinite alternate;
    -webkit-animation: grp_anime1 0.8s linear 0s infinite alternate;
    -ms-animation: grp_anime1 0.8s linear 0s infinite alternate;
}
.searchGroup .groupShopSlider {
    margin-top: 15px;
}
.searchGroup .groupShopSlider .shopImg {
    text-align: center;
    width: 165px;
}
.searchGroup .groupShopSlider img {
    width: 165px;
}
img[data-src].loading {
    background: #fff url(/img/fppc/bg_026a.gif) no-repeat 50% 50%;
}
.searchGroup .groupShopSlider .groupShopList{
    width: 700px;
    height: 160px;
}
.searchGroup .groupShopSlider .groupShopList .notSlides {
    width: 750px;
    display: inline-block;
    overflow: hidden;
}
.searchGroup .groupShopSlider .groupShopList .notSlides ul {
    width: 20000px;
    display: inline-block;
    overflow: hidden;
}
.searchGroup .groupShopSlider .groupShopList .notSlides ul li {
    width: 165px;
    display:inline-block;
    float:left;
    height:auto;
    list-style-type:none;
    text-align:left;
    padding-right: 13px;
    text-decoration: none;
}
.searchGroup .groupShopSlider .groupShopList .notSlides dl {
    width: 165px;
    height:160px;
    float:left;
    list-style-type:none;
    padding-right: 13px;
}
.searchGroup .groupShopSlider .groupShopList .notSlides dd  {
    width: 165px;
    float:left;
    height:124px;
    list-style-type:none;
    padding-right: 13px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.searchGroup .groupShopSlider .groupShopList .notSlides dt {
    width: 165px;
    height:36px;
    float:left;
    list-style-type:none;
    text-align:left;
    color:#6d640c;
    padding-right: 13px;
}
.searchGroup .groupShopSlider .groupShopList .notSlides .subName {
    color: #333;
}
.searchGroup .groupShopSlider .groupShopList .slides {
    height:160px;
    overflow: hidden;
}
.searchGroup .groupShopSlider .groupShopList .slides li {
    width: 165px;
    float:left;
    height:160px;
    list-style-type:none;
    text-align:left;
    padding-right: 13px;
    text-decoration: none;
}
.searchGroup .groupShopSlider .groupShopList .slides dl {
    width: 165px;
    height:160px;
    float:left;
    list-style-type:none;
}
.searchGroup .groupShopSlider .groupShopList .slides dd  {
    width: 165px;
    float:left;
    height:124px;
    list-style-type:none;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.shopImg {
    display: table-cell;
    height: 124px;
    vertical-align: middle;
}
.searchGroup .groupShopSlider .groupShopList .slides dt {
    width: 165px;
    height:36px;
    float:left;
    list-style-type:none;
    text-align:left;
    color:#6d640c;
    margin: 0 auto;
}
.searchGroup .groupShopSlider .groupShopList .slides .subName {
    color: #333;
}
.groupShopList .flex-direction-nav ul {
    position:relative;
    display:inline-block;
}
.groupShopSlider .groupShopList .flex-direction-nav li {
    display:inline-block;
}
.groupShopSlider .groupShopList .flex-direction-nav li a{
    width:34px;
    position:relative;
    top:50%;
    display:inline-block;
    height:34px;
    text-indent:-9999px;
    overflow:hidden;
    z-index: 1;
}
.groupShopSlider .groupShopList .flex-direction-nav li .flex-prev{
    top:-115px;
    left:-20px;
    background:url(/img/fppc/iconSliderPrev.png) 0 0 no-repeat;
    background-size:contain;
}
.groupShopSlider .groupShopList .flex-direction-nav li .flex-next{
    top:-115px;
    left:652px;
    background:url(/img/fppc/iconSliderNext.png) 0 0 no-repeat;
    background-size:contain;
}
.group_box{
    text-decoration: none;
    color:none;
}
.group_box:hover{
    text-decoration: none;
}
.group_list_txt{
    float: right;
    width: 82%;
}
.group_list_txt p{
    margin-left: 3px;
    width: 100%;
}
.group_list_txt .group_name{
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    color :#833a19;
}
.group_list_img{
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px;
    width: 50px;
    height: 50px;
}
.group_list_img img{
    display: block;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
}
.list_inner{
    display: table-cell;
    height: 50px;
    line-height: 15px;
    vertical-align: middle;
}
.checkbox_theme_list a{
    text-decoration: none;
    font-size: 12px;
}
.checkbox_theme_list_first{
    padding-top: 8px;
}
.checkbox_theme_list_last{
    padding-bottom: 8px;
}
/* ↓ NewOPEN(新登場)のお店機能 2016/07/01 */
#searchResultShopList .newopen{
    position: absolute;
    right: -22px;
    top: -13px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
}
#searchResultShopList .newopen .newOpenIconWord{
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    z-index: 1;
    left: 39px;
    top: 19px;
    letter-spacing: -3px;
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    animation: word_flash 5s ease 0s infinite normal;
    -moz-animation: word_flash 5s ease 0s infinite normal;
    -webkit-animation: word_flash 5s ease 0s infinite normal;
    -ms-animation: word_flash 5s ease 0s infinite normal;
}
.popup {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0.6em;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    left: 50%;
    padding: 20px 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    height: auto;
    max-height: 170px;
    z-index: 10000;
}
.popup a {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 -3px 0 #eee inset;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0;
    padding: 0.6em 0.5em 0.7em;
    text-align: center;
    text-decoration: none;
}
.popup p.kentou {
    font-size: 18px;
    line-height: 1.244em !important;
}
.popup p.underreview_text {
    font-size: 13px !important;
    line-height: 1.8em !important;
    padding: 15px 0 15px 0 !important;
    width: 450px;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
}
.mask {
    background-color: rgb(255, 255, 255);
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 130vh;
    z-index: 3000;
    opacity: 0.92;
}
@keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
@-moz-keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
@-webkit-keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
@-ms-keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
#searchResultShopList .newopen .newOpenIconWord .IconWord{
    position: relative;
    font-weight: bold;
}
#searchResultShopList .newopen .newOpenIconWord .Word1{
    top: -0.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word2{
    top: 0px;
}
#searchResultShopList .newopen .newOpenIconWord .Word3{
    top: 0.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word4{
    top: 0px;
}
#searchResultShopList .newopen .newOpenIconWord .Word5{
    top: -0.5px;
}
#searchResultShopList .newopen .newOpenIconWord .Word6{
    top: -1px;
}
#searchResultShopList .newopen .newOpenIconWord .Word7{
    top: -1.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word8{
    top: -1.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word9{
    top: -1.7px;
}
#searchResultShopList .newopen .newOpenIconWord .Word10{
    top: -1.5px;
}
#searchResultShopList .newopen img{
    margin-top: 0;
}
/* ↑ NewOPEN(新登場)のお店機能 2016/07/01 */
@-moz-keyframes grp_anime1{
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
@keyframes grp_anime1{
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
@-webkit-keyframes grp_anime1 {
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
@-ms-keyframes grp_anime1 {
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
.theme_img {
    width: 100%;
    margin-bottom: 10px;
}
.shopBox .withBPic.tainyu_bpic .shopDescriptionImg{
    padding-top:3px;
}
.tainyu_bpic .tabletreatment{
    display:inline-block;
    margin:0 0 0 5px;
}
.withBPic.tainyu_bpic .tabletreatment{
    width:278px;
}
.withPicMain.tainyu_bpic .tabletreatment{
    width:452px;
}
.shopBox .tainyu_bpic table{
    table-layout:fixed;
}
.shopBox .withBPic.tainyu_bpic table .treatment th{
    width:14px;
    text-align:center;
}
.shopBox .withPicMain.tainyu_bpic table .treatment th{
    width:30px;
    text-align:center;
}
.shopBox .tainyu_bpic table .treatment td{
    width:auto;
}
.shopBox .withBPic.tainyu_bpic table .treatment td span{
    font-size:10px;
}
.shopBox .tainyu_box *{
    box-sizing:border-box;
}
.shopBox .tainyu_box .tainyu_item{
    background:#ffffff none repeat scroll 0 0;
    padding:0 10px 6px;
}
.shopBox .tainyu_box .tainyu_item > *:last-child{
    margin-bottom:0;
}
.shopBox .tainyu_box .tainyu_item h3{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    height:30px;
    line-height:34px;
    padding-left:15px;
}
.shopBox .tainyu_box .tainyu_kyuyo{
    margin-bottom:8px;
    -moz-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    -webkit-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
}
.shopBox .tainyu_box .tainyu_kyuyo h3{
    background-color:#ff6699;
}
.shopBox .tainyu_box .tainyu_kyuyo .kyuyo_box{
    padding:10px 11px;
    background-color:#ffffff;
}
.shopBox .tainyu_box .tainyu_tbl{
    table-layout:fixed;
    border-spacing:0;
    border-collapse:separate;
    border:1px solid #ff6699;
    margin-bottom:10px;
    width:100%;
}
.shopBox .tainyu_box .tainyu_tbl:last-child {
    margin-bottom:0;
}
.shopBox .tainyu_box .tainyu_tbl th{
    background-color:#ff6699;
    border:1px solid #ffffff;
    padding:0;
    color:#ffffff;
    font-size:13px;
    font-weight:normal;
    text-align:center;
    height:40px;
}
.shopBox .tainyu_box .tainyu_tbl td{
    border-left:1px solid #ff6699;
    border-right:1px solid #ff6699;
    font-size:12px;
    padding:5px 0 2px;
    text-align:center;
    font-weight:normal;
}
.shopBox .tainyu_box .tainyu_tbl th.number:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(3) ~ th.number{
    width:110px;
}
.shopBox .tainyu_box .tainyu_tbl td.number:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(3) ~ td.number{
    width:100px;
}
.shopBox .tainyu_box .tainyu_tbl th.salary:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(3) ~ th.salary{
    width:105px;
}
.shopBox .tainyu_box .tainyu_tbl td.salary:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(3) ~ td.salary{
    width:180px;
}
.shopBox .tainyu_box .tainyu_tbl th.warranty:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(3) ~ th.warranty{
    width:105px;
}
.shopBox .tainyu_box .tainyu_tbl td.warranty:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(3) ~ td.warranty{
    width:auto;
}
.shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(2) ~ th{
    width:150px;
}
.shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2) ~ td{
    width:186px;
}
.shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2):last-of-type, .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2) ~ td:last-of-type{
    width:auto;
}
.shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(1) ~ th{
    width:335px;
}
.shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(1) ~ td{
    width:auto;
}
.shopBox .tainyu_box .tainyu_tbl td:last-of-type{
    border-right:medium none;
}
.shopBox .tainyu_box .tainyu_tbl td span{
    color:#ff6699;
    font-size:21px;
    margin-left:7px;
    margin-right:3px;
}
.shopBox .tainyu_box .tainyu_tbl td.warranty span{
    font-size:16px;
    margin:0;
}
.shopBox .tainyu_box .salary_example .title{
    background-color:#66aaff;
    border:1px solid #66aaff;
    color:#ffffff;
    font-size:13px;
    padding:3px 0 2px;
    text-align:center;
    width:72px;
    height:19px;
    line-height:12px;
    border-radius:3px 0 0;
}
.shopBox .tainyu_box .salary_example .block{
    background-color:#cfdfff;
    clear:left;
    padding:3px 0;
}
.shopBox .tainyu_box .salary_tbl{
    border-spacing:0;
    border-collapse:separate;
    border:1px solid #66aaff;
    table-layout:fixed;
    width:100%;
}
.shopBox .tainyu_box .salary_tbl th.time{
    background-color:#66aaff;
    border:1px solid #ffffff;
    color:#ffffff;
    font-size:13px;
    padding:10px 0 7px;
    text-align:center;
    text-shadow:1px 1px 1px #66aaff;
    font-weight:normal;
}
.shopBox .tainyu_box .salary_tbl td.kingaku{
    background-color:#ffffff;
    border-left:1px solid #66aaff;
    border-right:1px solid #66aaff;
    font-size:12px;
    padding:10px 0 7px;
    text-align:center;
    font-weight:normal;
}
.shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(3) ~ th{
    width:110px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3) ~ td{
    width:115px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3):last-of-type, .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3) ~ td:last-of-type{
    width:auto;
}
.shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(2) ~ th{
    width:150px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2) ~ td{
    width:186px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2):last-of-type, .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2) ~ td:last-of-type{
    width:auto;
}
.shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(1) ~ th{
    width:335px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(1) ~ td{
    width:auto;
}
.shopBox .tainyu_box .salary_tbl td:last-of-type{
    border-right:medium none;
    width:auto;
}
.shopBox .tainyu_box .tainyu_bikou{
    -moz-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    -webkit-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
}
.shopBox .tainyu_box .tainyu_bikou h3{
    background-color:#FF4444;
}
.shopBox .tainyu_box .tainyu_bikou .bikou_box{
    padding:8px;
}
.shopBox .tainyu_box .tainyu_bikou .bikou_inner{
    font-size:12px;
    padding:2px 5px;
    word-wrap:break-word;
    word-break:break-all;
    line-height:1.5;
}
#pydTainyuLink{
  animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -moz-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -webkit-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -o-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -ms-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  bottom:0;
  height:120px;
  left:20px;
  position:fixed;
  transform:scale(0, 0);
  -moz-transform:scale(0, 0);
  -webkit-transform:scale(0, 0);
  -o-transform:scale(0, 0);
  -ms-transform:scale(0, 0);
  width:120px;
  z-index:9999;
}
@keyframes scaleUp-in{
    0% {transform:scale( 0.5,   0);}
   20% {transform:scale( 0.5,   0);}
   75% {transform:scale( 1.1, 1.2);}
   80% {transform:scale(1.25, 1.3);}
   90% {transform:scale(   1, 0.9);}
  100% {transform:scale(   1,   1);}
}
@-moz-keyframes scaleUp-in{
    0% {-moz-transform:scale( 0.5,   0);}
   20% {-moz-transform:scale( 0.5,   0);}
   75% {-moz-transform:scale( 1.1, 1.2);}
   80% {-moz-transform:scale(1.25, 1.3);}
   90% {-moz-transform:scale(   1, 0.9);}
  100% {-moz-transform:scale(   1,   1);}
}
@-webkit-keyframes scaleUp-in{
    0% {-webkit-transform:scale( 0.5,   0);}
   20% {-webkit-transform:scale( 0.5,   0);}
   75% {-webkit-transform:scale( 1.1, 1.2);}
   80% {-webkit-transform:scale(1.25, 1.3);}
   90% {-webkit-transform:scale(   1, 0.9);}
  100% {-webkit-transform:scale(   1,   1);}
}
@-o-keyframes scaleUp-in{
    0% {-o-transform:scale( 0.5,   0);}
   20% {-o-transform:scale( 0.5,   0);}
   75% {-o-transform:scale( 1.1, 1.2);}
   80% {-o-transform:scale(1.25, 1.3);}
   90% {-o-transform:scale(   1, 0.9);}
  100% {-o-transform:scale(   1,   1);}
}
@-ms-keyframes scaleUp-in{
    0% {-ms-transform:scale( 0.5,   0);}
   20% {-ms-transform:scale( 0.5,   0);}
   75% {-ms-transform:scale( 1.1, 1.2);}
   80% {-ms-transform:scale(1.25, 1.3);}
   90% {-ms-transform:scale(   1, 0.9);}
  100% {-ms-transform:scale(   1,   1);}
}
#pydTainyuLink a{
  animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -moz-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -webkit-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -o-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -ms-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  position:absolute;
  text-decoration:none;
  height:100%;
  width:100%;
}
@keyframes floating{
    0% {transform:translateY( 0%);}
   50% {transform:translateY(10%);}
  100% {transform:translateY( 0%);}
}
@-moz-keyframes floating{
    0% {-moz-transform:translateY( 0%);}
   50% {-moz-transform:translateY(10%);}
  100% {-moz-transform:translateY( 0%);}
}
@-webkit-keyframes floating{
    0% {-webkit-transform:translateY( 0%);}
   50% {-webkit-transform:translateY(10%);}
  100% {-webkit-transform:translateY( 0%);}
}
@-o-keyframes floating{
    0% {-o-transform:translateY( 0%);}
   50% {-o-transform:translateY(10%);}
  100% {-o-transform:translateY( 0%);}
}
@-ms-keyframes floating{
    0% {-ms-transform:translateY( 0%);}
   50% {-ms-transform:translateY(10%);}
  100% {-ms-transform:translateY( 0%);}
}
.seotextwrap{
    margin-top:30px;
    clear:both;
    text-align:left;
}
.seotext{
    margin:5px auto 10px;
    width:720px;
    clear:both;
    position:relative;
}
.seotext div#title:before{
    display:block;
    content:"";
    position:relative;
    float:left;
    top:5px;
    border:5px solid transparent;
    border-left:8px solid #F3A5CA;
}
.seotext div#title{
    border-bottom:1px solid #CCC;
    font-size:15px;
    padding-bottom:5px;
}
.seotext p#body{
    line-height:1.7;
    margin-top:5px;
    font-size:11px;
    word-wrap:break-word;
    word-break:break-all;
}
.search_result_title.search_wrd .wrd{
    border-radius:5px;
    width:97%;
}

.search_contents span.arrow {
    font-weight: bold;
}
.search_contents_shell.seo {
    margin:10px 0 15px;
    padding:5px 10px 10px 10px;
}
.search_contents_shell .shell_title {
    font-size:20px;
    color:#384766;
    font-weight:bold;
    line-height:36px;
}
.search_contents_shell .shell_text {
    color:#7f7f7f;
    font-size:11px;
    line-height:14px;
}

.seo_bottom_contents {
    font-size:11px;
    line-height:14px;
    margin:20px 0;
}
.seo_bottom_contents div {
    color:#fff;
    background-color:#384766;
    font-weight:bold;
    font-size:12px;
    padding:5px;
    margin-bottom:5px
}

.search_contents .balloon_title {
    position: relative;
    padding: 10px;
    line-height: 18px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
/* ↓2021/08/10 */
.oubo_barometer_wrap {
    margin: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #e1d6c2;
}
.oubo_barometer_wrap .barometer_base {
    display: table;
    width: auto;
    height: 25px;
}
.oubo_barometer_wrap .barometer_base > div {
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.oubo_barometer_wrap .barometer_base .barometer_l {
    padding-left: 25px;
    width: 95px;
    background: url(/img/fppc/barometer_bg.png) no-repeat 1px 50%;
    background-size: 20px auto;
    box-sizing: border-box;
}
.oubo_barometer_wrap .barometer_base .barometer_c {
    width: 300px;
}
.oubo_barometer_wrap .barometer_base .barometer_r {
    padding-left: 25px;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    box-sizing: border-box;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li span {
    position: relative;
    display: block;
    height: 20px;
    background-color: #ededed;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: none;
    border-right: none;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li:first-child span {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid #aaa;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li:last-child  span {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #aaa;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li.on  + li span {
    background: -webkit-linear-gradient(left,#8bc7f3 0,#ededed 25%);
    background: linear-gradient(to right,#8bc7f3 0,#ededed 25%);
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li span::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #999;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li:first-child span::before {
    content: none;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val1 li:nth-of-type(1) span {
    background-color: #8bc7f3;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val2 li:nth-of-type(1) span,
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val2 li:nth-of-type(2) span {
    background-color: #8bc7f3;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val3 li:nth-of-type(1) span,
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val3 li:nth-of-type(2) span,
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val3 li:nth-of-type(3) span {
    background-color: #8bc7f3;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val4 li:nth-of-type(1) span,
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val4 li:nth-of-type(2) span,
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val4 li:nth-of-type(3) span,
.oubo_barometer_wrap .barometer_base .barometer_c > ul.barometer_val4 li:nth-of-type(4) span {
    background-color: #8bc7f3;
}
.oubo_barometer_wrap .barometer_text {
    position: relative;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border: 2px solid #539ace;
    border-radius: 3px;
    background-color: #8ec2e8;
}
.oubo_barometer_wrap .barometer_text::before, .oubo_barometer_wrap .barometer_text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    border: medium solid transparent;
    visibility: visible;
}
.oubo_barometer_wrap .barometer_text::before {
    border-right-color: #539ace;
    border-width: 8px 12px;
    margin-top: -8px;
}
.oubo_barometer_wrap .barometer_text::after {
    border-right-color: #8ec2e8;
    border-width: 6px 10px;
    margin-top: -6px;
}
/* ↑2021/08/10 */
