@charset "utf-8";

/* CSS Document */
body {
    color: #66251f;
    font-size: 13px;
    line-height: 1.4;
}

h2.title {
    border-bottom: 4px solid #83c0fd;
    color: #343532;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
ul.search li {
    border-bottom: 1px solid #c2c2b6;
    clear: both;
    color: #343532;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
ul.search li a {
    color: #343532;
    display: block;
    height: 100%;
    width: 100%;
}
ul.search li span.none-specified {
    background: rgba(0, 0, 0, 0) url("../img/arrow.png") no-repeat scroll right center / 12px auto;
    color: #c2c2b6;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    padding-right: 22px;
}
ul li.brown {
    background-color: #ece9da;
    border-bottom: 1px solid #c2c2b6;
    color: #7b6e4e;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
ul.search li:not(.brown) {
    border-bottom: 1px solid #c2c2b6;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
ul.search li .fa, .list .fa {
    color: #d9d9d9;
    float: right;
    font-size: 35px;
    line-height: 60px;
    margin-right: 8px;
}
li::after {
    clear: both;
    content: "";
    display: block;
}
.panelbox {
    display: none;
    margin-bottom: 90px;
    transform: translateX(0px);
    transition-duration: 300ms;
}
.panelbox.active {
    display: block;
}
div.active {
    display: block;
}
.content h3 {
    border-bottom: 4px solid #83c0fd;
    color: #343532;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.return_arrow {
    font-size: 35px;
    left: -5px;
    padding-left: 15px;
    position: absolute;
    top: 8px;
}
.return_arrow a {
    color: #c2c2b6;
    display: block;
}
ul.list > li {
    border-bottom: 1px solid #c2c2b6;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    padding: 0;
}
.content ul li {
    border-bottom: 1px solid #c2c2b6;
    box-sizing: border-box;
    clear: both;
    color: rgb(60, 60, 60);
    font-size: 14px;
    padding: 0 10px;
    position: relative;
}
ul.list > li > a {
    box-sizing: border-box;
    color: #343532;
    display: block;
    height: 100%;
    padding: 0 10px;
    width: 100%;
}
.arrow {
    background: rgba(0, 0, 0, 0) url("../img/arrow.png") no-repeat scroll 98% center / 10px auto;
    display: block;
}
ul.list > li > a.radius {
    background-color: #f3f3f3;
    border: 1px solid #c2c2b6;
    border-radius: 5px;
    box-sizing: border-box;
    color: #7b6e4e;
    margin: 10px auto;
    padding: 0 10px;
    width: 95%;
}
ul li .fa.fa-cog {
    color: #999;
    float: none;
    position: relative;
    top: 0;
    vertical-align: middle;
}
#modal_check {
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 95%;
    z-index: 9001;
}
.modal_header {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    padding: 19px 15px;
    position: relative;
}
.modal_contents {
    box-shadow: 0 0 1px #ccc inset;
    box-sizing: border-box;
    font-size: 12px;
    height: 400px;
    line-height: 1.5em;
    max-height: 60vh;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 15px;
    text-align: left;
}
.modal_contents .modal_left {
    border-bottom: 1px solid;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 15px;
    text-align: left;
    width: 100%;
}
.modal_contents .modal_left, .modal_contents .modal_right {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}
.modal_fotter {
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #e0e0e0;
    padding: 8px;
    text-align: right;
}
.modal_search_btn.btn_cancel {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgb(239, 52, 52), #af2020) repeat scroll 0 0;
    border-color: #c14949;
    box-shadow: 0 0 5px 0 #ffbcbc inset;
    font-size: 0.7em;
    margin: 0;
}
.modal_fotter .modal_search_btn {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #b9ef34, #82af20) repeat scroll 0 0;
    border: 1px solid #96b733;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #cef172 inset;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    line-height: 18px;
    margin: 0 auto 0 0;
    padding: 9px 0;
    text-align: center;
    width: 70px;
}
footer {
    border-radius: 2px 2px 0 0;
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    font-size: 14px;
    height: 76px;
    padding-bottom: 5px;
    padding-top: 7px;
    position: fixed;
    text-align: center;
    width: 100%;
}
footer {
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
}
footer .left {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
footer .right {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    width: 30%;
}
footer .top {
    font-size: 12px;
    margin-bottom: 5px;
}
footer .top span {
    font-size: 24px;
}
.red {
    color: red !important;
    font-weight: bold;
}
footer .bottom {
    position: relative;
    top: -4px;
}
footer .bottom span {
    background-image: linear-gradient(#fff, #efefef);
    border: 1px solid #f78100;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    min-width: 92px;
    padding: 5px 3px;
}
footer .right {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    width: 30%;
}
#station footer a {
    display: inline-block;
}
a.search_btn {
    background: #ffb53c none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 0 #e09900;
    color: white;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 17px 0;
    text-align: center;
    width: 100%;
}
.research_msg{
    color: #4141FF;
    font: 13px "ヒラギノ角ゴ Pro W3",osaka,"ＭＳ Ｐゴシック",sans-serif;
    margin: 10px 0;
    padding: 0 7px;
}
.research_count{
    font-size: 18px;
    font-weight: bold;
}
ul, ol {
    list-style: outside none none;
}
/* ↓ NewOPEN(新登場)のお店機能 2016/07/01 */
.shop_newopen{
    margin-top: 20px;
    position: relative;
}
.shop_newopen .newopen{
    position: absolute;
    right: -5px;
    top: -20px;
    width: 160px;
    z-index: 10;
}
.shop_newopen .newopen .newOpenIconWord{
    position: absolute;
    color: #FFFFFF;
    font-size: 12px;
    z-index: 1;
    left: 26px;
    top: 10px;
    letter-spacing: -2px;
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    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;
}
@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;
}
}
.shop_newopen .newopen .newOpenIconWord .IconWord{
    position: relative;
    font-weight: bold;
}
.shop_newopen .newopen .newOpenIconWord .Word1{
    top: -0.3px;
}
.shop_newopen .newopen .newOpenIconWord .Word2{
    top: 0px;
}
.shop_newopen .newopen .newOpenIconWord .Word3{
    top: -0.3px;
}
.shop_newopen .newopen .newOpenIconWord .Word4{
    top: -1px;
}
.shop_newopen .newopen .newOpenIconWord .Word5{
    top: -1.5px;
}
.shop_newopen .newopen .newOpenIconWord .Word6{
    top: -2px;
}
.shop_newopen .newopen .newOpenIconWord .Word7{
    top: -3px;
}
.shop_newopen .newopen .newOpenIconWord .Word8{
    top: -3px;
}
.shop_newopen .newopen .newOpenIconWord .Word9{
    top: -3px;
}
.shop_newopen .newopen .newOpenIconWord .Word10{
    top: -3px;
}
.shop_newopen .newopen img{
    margin-top: 0;
    max-width: 100%;
    vertical-align: top;
}
/* ↑ NewOPEN(新登場)のお店機能 2016/07/01 */
.shop ul.upper {
    padding: 3px 5px;
    margin-top:12px;
}
.shop .upper .shop_name {
    background: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.shop .upper .catch {
    color: #2887eb;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    padding: 0 5px;
    word-break: break-all;
    width:	60%;
    float: left;
    clear: none;
}
.shop .upper .imgBox {
    width: 30%;
    display: inline-block;
    margin-bottom: 5px;
}
.shop .lower .catch {
    color: #2986ee;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: break-all;
}
.shop .upper .icon_area {
    height: 20px;
    margin-bottom: 3px;
}
.shop .upper dl dd {
    float: left;
}
.shop .upper .icon_area span {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 3px;
    padding: 1px 6px 4px;
    text-align: center;
}
/*
.shop .upper .icon_area span img {
    position: relative;
    top: 2px;
    border: 0 none;
    margin-right: 2px;
    width: 12px;
}
.shop .upper p img {
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 5px;
}
.shop .upper .icon_area span.deluxe {
    border: 1px solid #4141FF;
    color: #4141FF;
}
.shop .upper .icon_area span.movie {
    border: 1px solid #333333;
    color: #333333;
}
.shop .upper .icon_area span.blog {
    border: 1px solid #FD48FF;
    color: #FD48FF;
}
.shop .upper .icon_area span.voice {
    border: 1px solid #53a6ed;
    color: #53a6ed;
}
.shop .upper .icon_area span.new {
    border: 1px solid #FF8F1F;
    color: #FF8F1F;
}
.shop .upper .icon_area span.phone {
    border: 1px solid #00c300;
    color: #00c300;
}
*/
.shop .upper .icon_area span {
    border: 1px solid #8aac30;
    color: #8aac30;
    padding: 8px 3px 6px;
}
.pt01 {
    font-size: 12px;
    letter-spacing:0.2em
}
.pt01 th, .pt01 td {
    color: #222;
}
.pt01 table {
    background: #dddbc2 none repeat scroll 0 0;
    border-collapse: separate;
    border-left: 1px solid #dddbc2;
    border-radius: 3px;
    border-right: 1px solid #dddbc2;
    border-spacing: 0 1px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}
.pt01 th {
    background: #0096ff none repeat scroll 0 0;
    width: 20%;
    color: #fff;
}
.pt01 th, .pt01 td {
    border: 1px solid #fff;
    height: 2.25em;
    padding: 4px;
    vertical-align: middle;
}
.pt01 td {
    background: #fff none repeat scroll 0 0;
}
.pt01 th, .pt01 td {
    border: 1px solid #fff;
    height: 2.25em;
    padding: 4px;
    vertical-align: middle;
}
.tabletreatment {
    clear: both;
    margin-left: -2px;
}
.tabletreatment td span {
    background: #FFA500 none repeat scroll 0 0;
    border: 1px solid #FFA500;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding: 4px 4px;
    text-align: center;
}
.tabletreatment td span.off{
    border:1px solid #AAA;
    background: #FFF;
    color:#AAA;
    font-weight: normal;
}
.btn-wrap {
    display: table;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 3px;
}
.entry-box-wrap {
    display: table;
    margin: 0 auto;
    padding: 0 0 10px;
    width: 97.5%;
}
.entry-box-wrap li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.entry-box-wrap li:first-child {
    padding-right: 5px;
}
/* ↓2022/10/12  間隔追加 */
.shop_name_box {
    background: none;
    color: #666;
    font-size: 12px;
}
.shop_name_box h2 {
    background: none;
    padding: 4px 0 4px 0;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    display: inline;
}
.catch_inner {
    display: flex;
}
.catch_inner>h2 {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    letter-spacing: 0.15em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.catch2 {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    letter-spacing:0.15em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.showDetail_S {
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
 /*bottom: 50px;*/
    bottom: 0;
}
.showDetail_D {
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.showDetail span {
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
    cursor: pointer;
    position: absolute;
    top: 15px;
}
/* ↓IE11対応 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .showDetail_S {
      position: absolute;
      bottom: 40px;
  }
  *::-ms-backdrop, .showDetail_D {
      position: absolute;
      bottom: -13px;
  }
  *::-ms-backdrop, .showDetail span {
      position: relative;
      top: -20px;
  }
}
/* ↑IE11対応 */
.showDetailBand {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(70%, #fff), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 70%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 70%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 70%);
    height: 40px;
}
.keep01 {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 5px 2px #d1d0d0;
    color: #4d4d4d !important;
    height: 38px;
    width: 195px;
}
.keep01 {
    box-sizing: border-box;
    display: table-cell;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
}
.keep01 {
    border-radius: 3px;
    color: #333 !important;
    text-decoration: none;
}
.keep01.checklistdel{
	background: #dedede;
    box-shadow: -1px -2px 0 #dedede;
    position: relative;
    top: 3px;
    line-height: 42px;
}
.keep01.checklistdel > img{
	display:none;
}
.keep01.checklistdel > span{
	color:#aaa;
}
.keep01.checklistdel > span > span{
	display:none;
}
.detail {
    background: #0096ff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 5px 2px #d1d0d0;
    color: #fff !important;
    display: table-cell;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    margin: 0 auto;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}
.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%;
    margin-left: -45%;
    padding: 20px 10px;
    position: fixed;
    text-align: center;
    top: 100px;
    width: 84%;
    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.underreview_text {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.mask {
    background-color: rgb(255, 255, 255);
    display: none;
    height: 130vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
}
.flex-viewport {
	max-height: calc(100vw * 0.43);
}
.shopDescriptionImg {
    position: relative;
    width: 100%;
}
.shopDescriptionImg .flex-direction-nav li a {
    display: block;
    height: 20px;
    margin-top: -16px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: calc(100vw * 0.23);
    width: 20px;
}
.shopDescriptionImg .flex-direction-nav li .flex-prev {
    background: rgba(0, 0, 0, 0) url("../img/iconSliderPrev.png") no-repeat scroll 0 0 / contain ;
    left: 0;
    width: 20px;
}
.shopDescriptionImg .flex-direction-nav li .flex-next {
    background: rgba(0, 0, 0, 0) url("../img/iconSliderNext.png") no-repeat scroll 0 0 / contain ;
    right: 0;
    width: 20px;
}

.change_conditions {
    bottom: 10px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    position: fixed;
    width: 100%;
    z-index: 200;
}
.change_conditions_btn {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
}
.change_conditions > a {
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    opacity: 0.85;
    padding: 6px;
}
.change_conditions_btn > p {
    background-image: url("/img/s/iconPydSearch.png");
    background-position: 3px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding: 9px 0 9px 25px;
}
.FlexBox--middle {
    align-items: center;
}
.FlexBox {
    box-sizing: border-box;
    display: flex;
    width: 100%;
}
.FlexBox__item {
    display: inline-block;
}
#pageTopButton {
    bottom: 10px;
    position: fixed;
    right: 8px;
    z-index: 201;
}
#pageTopButton a {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 45px;
    opacity: 0.85;
    text-align: center;
    width: 46px;
}
.groupother {
    margin: 5px 0 8px;
    background-color: #f0ebdc;
    box-shadow: 0 3px 0 #d1d0d0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.groupother span {
    color: #666;
    font-weight: bold;
    margin-left: 20px;
}
.searchGroup {
    margin: 20px 0;
}
.searchGroup .shopBox {
    display: block;
    position: relative;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-top: 4px solid #A59500;
    border-bottom: 4px solid #A59500;
    background-color: #DCD3A4;
}
.searchGroup .shopBox:after {
    content: "";
    display: block;
    clear: both;
}
.searchGroup .shopBox .group_name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.searchGroup .shopBox .b_img {
    margin: 3px 0;
}
.searchGroup .shopBox .b_img img {
    max-width: 100%;
    vertical-align: top;
}
.searchGroup .shopBox .catch {
    color: #6d640c;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    padding: 5px;
    word-break: break-all;
}
.searchGroup .iconSearchGroup {
    position: absolute;
    right: 0;
    top: -10px;
    width: 120px;
}
.searchGroup .iconSearchGroup img {
    margin-top: 0;
    max-width: 100%;
    vertical-align: top;
    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;
}
.pydSearchBanner {
    background-color: #c3fdee;
    border-bottom: 4px solid #066aa8;
    border-top: 4px solid #066aa8;
    display: block;
    margin: 20px 0px;
    padding: 0px 0px 10px;
    position: relative;
}

.pydSearchBanner .frame {
    display: block;
    margin-top: -5px;
    padding: 5px 5px 0;
    position: relative;
}
.pydSearchBanner .upper .imgBox {
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 5px;
	position:relative;
	overflow:hidden;
}
.pydSearchBanner .upper .imgBox:after {
	content:"";
	display:block;
	padding-top:75%;
}
.pydSearchBanner .upper .imgBox img {
    position:absolute;
	left:0;
	top:0;
}
.pydSearchBanner .upper .catch {
    color: #2887eb;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    padding: 0 5px;
    word-break: break-all;
}
.pydSearchBanner .upper .shop_name {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    margin: 6px 0px 4px;
    padding-bottom: 4px;
}
.pydSearchBanner .iconSearchBanner{
    position:absolute;
    right:0;
    top:-15px;
    width:120px;
}
.pydSearchBanner .iconSearchBanner img{
    margin-top:0;
    max-width:100%;
    vertical-align:top;
    animation: anime1 0.8s linear 0s infinite alternate;
    -moz-animation:anime1 0.8s linear 0s infinite alternate;
    -webkit-animation: anime1 0.8s linear 0s infinite alternate;
    -ms-animation: anime1 0.8s linear 0s infinite alternate;
}
.pydSearchBanner .entry-box-wrap {
    display: table;
    margin: 5px auto -10px;
    width: 97%;
}
@-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;
}
}
.shopDescriptionImg .flex-control-nav {
    padding: 0;
    /*margin-top: 5px;*/
}
.shopDescriptionImg .flex-control-nav li {
    width: 33.3%;
    float: left;
    background-color: #fff;
	overflow: hidden;
    max-height: calc(100vw * 0.14);
}
.shopDescriptionImg .flex-control-nav li img {
    width: 100%;
    opacity: 0.6;
}
.shopDescriptionImg .flex-control-nav li img.flex-active {
    opacity: 1.0;
}
.theme_img {
    width: 100%;
}
.search_tab_left {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 49%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: orange;
}
.search_tab_left_active {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 49%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.search_tab_right {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 51%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: pink;
    height: 40px;
}
.search_tab_right_active {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 51%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 40px;
}
.search_tab_left_active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    background-color: orange;
    z-index: -1;
    transform: skew(20deg);
    height: 40px;
    width: 50%;
}
.search_tab_right::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    background-color: white;
    z-index: -1;
    transform: skew(-20deg);
    height: 40px;
    width: 52%;
    border-left: 2px solid pink;
    border-top: 2px solid pink;
    border-top-left-radius: 5px;
    border-bottom: 2px solid pink;
    box-sizing: border-box;
}
#searchTheme ul li a div.themeBody {
    background: white;
    margin: 3px 3px 3px 1px;
    padding: 5px 1px;
}
#searchTheme ul li:first-child a div.themeBody {
    color: #FF8C00;
    border: 2px solid #FF8C00;
    box-shadow: 0 3px 0 #EE7B00;
}
#searchTheme ul li:nth-child(2) a div.themeBody {
    color: #32CD32;
    border: 2px solid #32CD32;
    box-shadow: 0 3px 0 #22BD22;
}
#searchTheme ul li:nth-child(3) a div.themeBody {
    color: #1E90FF;
    border: 2px solid #1E90FF;
    box-shadow: 0 3px 0 #0E80EF;
}
#searchTheme ul li:nth-child(4) a div.themeBody {
    color: #EE82EE;
    border: 2px solid #EE82EE;
    box-shadow: 0 3px 0 #DE72DE;
}
.search_tab_left {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 49%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: orange;
    height:40px;
}
.search_tab_left_active {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 49%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height:40px;
}
.search_tab_right {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 51%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #000033;
    height: 40px;
}
.search_tab_right_active {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 51%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 40px;
}
.search_tab_left::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2.1%;
    background-color: white;
    z-index: -1;
    transform: skew(10deg);
    height: 40px;
    width: 52%;
    border-top-right-radius: 5px;
    border-right: 1px solid orange;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    box-sizing: border-box;
}
.search_tab_left_active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2.1%;
    background-color: orange;
    z-index: -1;
    transform: skew(10deg);
    height: 40px;
    width: 52%;
    border-top-right-radius: 5px;
}
.search_tab_right::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -2.5%;
    background-color: white;
    z-index: -2;
    transform: skew(-10deg);
    height: 40px;
    width: 53%;
    border-left: 1px solid #000033;
    border-top: 1px solid #000033;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #000033;
    box-sizing: border-box;
}
.search_tab_right_active::before {
    content: '';
    position: absolute;
    top: 0;
    right: -2.5%;
    background-color: #4141FF;
    z-index: -1;
    transform: skew(-10deg);
    height: 40px;
    width: 53%;
    border-top-left-radius: 5px;
}
.update-time {
    margin-bottom: 5px;
    width: 100%;
}
.update-time span {
    background: #eb0101 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
}
.footerTainyuLink{
    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:60px;
    height:80px;
    position:fixed;
    right:5px;
    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:80px;
    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);}
}
.footerTainyuLink a.tainyuLink{
    display:block;
    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-align:center;
    text-decoration:none;
    height:100%;
    width:100%;
}
.footerTainyuLink a.tainyuLink:hover{
    text-decoration:none;
}
.footerTainyuLink img{
    border:medium none;
    height:auto;
    max-width:100%;
    vertical-align:bottom;
}
.keisai_data .tainyu {
    font-size:13px;
    color:#FFFE32;
    margin-left:3px;
    -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
.keisai_data .tainyu i {
    font-size:16px;
    margin-right:3px;
}
@-webkit-keyframes blink{
    0% {color:#FFFE32;}
    100% {color:#FFFFFF;}
}
@-moz-keyframes blink{
    0% {color:#FFFE32;}
    100% {color:#FFFFFF;}
}
@keyframes blink{
    0% {color:#FFFE32;}
    100% {color:#FFFFFF;}
}
.tainyu_bpic{
    clear:left;
    margin-bottom:3px;
}
.tainyu_box{
    margin:2px 0;
}
.tainyu_box .tainyu_kyuyo{
    margin-bottom:10px;
    -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);
}
.tainyu_box .tainyu_kyuyo:last-child{
    margin-bottom:0;
}
.tainyu_box h3{
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    height:27px;
    line-height:28px;
    padding-left:16px;
}
.tainyu_box .tainyu_kyuyo h3{
    background-color:#ff6699;
}
.kyuyo_box{
    padding:10px 12px 6px;
    background:#ffffff none repeat scroll 0 0;
}
.tainyu_tbl{
    table-layout:fixed;
    border-collapse:collapse;
    border-spacing:0;
    border-top:1px solid #ff6699;
    border-left:1px solid #ff6699;
    font-size:12px;
    width:100%;
}
.tainyu_tbl th{
    color:#ffffff;
    padding:1px;
    text-align:center;
    width:120px;
    font-weight:normal;
}
.tainyu_tbl th,
.tainyu_tbl td{
    border-bottom:1px solid #ff6699;
    border-right:1px solid #ff6699;
    vertical-align:middle;
}
.tainyu_tbl th span{
    background:#ff6699 none repeat scroll 0 0;
    display:block;
    color:#ffffff;
    height:28px;
    line-height:28px;
    font-weight:bold;
}
.tainyu_tbl td{
    padding-left:10px;
    color:#222222;
}
.tainyu_tbl td span{
    color:#ff6699;
    font-weight:bold;
}
.tainyu_pt{
    clear:both;
}
.tainyu_pt table{
    float:right;
    width:68%;
}
.tainyu_pt table th{
    width:40px;
}
.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);
}
.tainyu_box .tainyu_bikou h3{
    background-color:#ff4444;
}
.tainyu_box .bikou_box{
    background:#ffffff none repeat scroll 0 0;
    padding:8px 12px 6px;
}
.tainyu_box .tainyu_bikou .bikou_inner{
    color:#222222;
    padding:2px 3px;
    word-wrap:break-word;
    word-break:break-all;
    line-height:1.25;
    font-size:12px;
}
@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;
    padding:0 7px;
}
.seotext{
    margin:5px auto 10px;
    width:100%;
    clear:both;
    color:#222222;
    position:relative;
}
.seotext div#title:before{
    display:block;
    content:"";
    position:relative;
    float:left;
    top:4px;
    border:5px solid transparent;
    border-left:8px solid #F3A5CA;
}
.seotext div#title{
    border-bottom:1px solid #CCC;
    font-size:14px;
    padding-bottom:3px;
}
.seotext p#body{
    line-height:1.7;
    margin-top:5px;
    word-wrap:break-word;
    word-break:break-all;
    font-size:11px;
}

.senior-result {
    background: #15477F !important;
}
.senior-image-inner>img {
    width: 100%;
}
.hdg-02-container.senior-result .search_title>h1 {
    font-size: 18px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
th.senior-result>i.fa, th.senior-result>br {
    display: none;
}
th.senior-result {
    font-size: 15px;
}
.hdg-02-container.senior-result {
    height: auto;
    display: flex;
    align-items: center;
    min-height: 40px;
}
 
.hdg-02-container.senior-result .pyd-button-inner {
    margin: 0 0 0 10px !important;
}

.nsc2 {
    font-size: 11px;
    margin: 10px;
    margin-left: 10px;
    width: calc(100% - 21px);
}
.nsc2 i {
	color: #FFF;
    font-size: 20px;
    padding: 1px;
}

.nsc2 th {
    color: #FFF;
}
.nsc2 td {
    color: #222;
}
.nsc2 table {
    background: #e0d6c2 none repeat scroll 0 0;
    border-collapse: separate;
    border-radius: 6px;
    border-right: 1px solid #e0d6c2;
    border-spacing: 0px 1px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}
.nsc2 th {
    background: #0096ff none repeat scroll 0 0;
    width: 20%;
}
.nsc2 th, .nsc2 td {
    border: 0px solid #fff;
    height: 2.25em;
    padding: 4px;
    vertical-align: middle;
}
.nsc2 td {
    background: #fff none repeat scroll 0 0;
}
.nsc2 th, .nsc2 td {
    border: 0px solid #fff;
    height: 2.25em;
    padding: 4px;
    vertical-align: middle;
}

.nsc2 td a {
    display: block;
    color: #343532;
    width: 100%;
    height: 100%;
}

.nsc2 td a span{
    color: #5e67b4;
    float: right;
    padding-right: 3px;
    padding-top: 7px;
    font-size: 13px;
    width: 30px;
}

.nsc2 td a i{
    color: #5e67b4;
    float: right;
    font-size: 15px;
    padding-top: 8px;
}

.nsc2 td a div.selectionBox {
	width: 100%;
}

div.selectcon {
    float: left;
    margin-right: 10px;
    text-align: right;
    height: 33px;
    width: 100%;
    overflow: hidden;
}

.nsc2 td p.none-specified {
    display: table-cell;
    color: #c2c2b6;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 32px;
    text-align: left;
    float: left;
    width: calc(100% - 50px);

}
.nsc2 td p.none-specified.selected {
    color: #000;
    float: left;
    width: calc(100% - 50px);
}
.shop ul.upper {
    padding-top: 0px;
}
.shop_newopen .newopen {
    top: -35px;
}
.oubo_barometer_wrap {
    margin: 5px 10px;
    padding: 10px 0 0;
    border-top: 1px solid #dfddd0;
}
.oubo_barometer_wrap .barometer_base {
    display: table;
    width: 100%;
    height: 25px;
}
.oubo_barometer_wrap .barometer_base > div {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.oubo_barometer_wrap .barometer_base .barometer_l {
    padding-left: 25px;
    width: 80px;
    background: url(/img/s/barometer_bg.png) no-repeat 1px 50%;
    background-size: 20px auto;
    box-sizing: border-box;
}
.oubo_barometer_wrap .barometer_base .barometer_r {
    padding-left: 5px;
    width: 90px;
    max-width: 90px;
    box-sizing: border-box;
}
.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: 18px;
    background-color: #ededed;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li:first-child span {
    border-radius: 3px 0 0 3px;
}
.oubo_barometer_wrap .barometer_base .barometer_c > ul li:last-child  span {
    border-radius: 0 3px 3px 0;
}
.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: 8px;
    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;
}
.shopInfo__top--2column {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    margin:5px 0px 2px 0;
}
.shopInfo__top--2column .shopInfo__topImg.loading {
    background-size: 20%;
    background-position: 50% 35%;
}
.shopInfo__top--2column>.shopInfo__topText {
    padding-right: 0;
    padding-left: 10px;
    margin-top: 0;
    width: 70%;
}
.shopInfo__top--2column .shopInfo__topImgBase {
    position: relative;
    margin: 0;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
}
.shopInfo__topImg.loading {
    background-image: url("/img/s/sp_icon_loading.gif");
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: 50% 20%;
}
.shopInfo__top .shopInfo__topImgBase {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    max-height: calc(100vw * 0.43);
}
.shopInfo__top {
    width: 100%;
    padding-left: 10px;
}

.obsession{
    margin: 9px 5px 0 5px;
    color: #000000;
    font-size: 16px;
    font-weight:bold
}
/* ↓2023/04/19 100名店検索表示対応 */
.hyakumeiten-icon_search{
    animation: hyakumeiten 5s linear forwards;
}
@keyframes hyakumeiten {
0%{opacity: 0; transform: scale(1.3);}
15%{opacity: 1; transform:  scale(1);}
90%{opacity: 1; transform: scale(1);}
100%{opacity: 1; transform: scale(1);}
}
/* ↑2023/04/19 100名店検索表示対応 */
/**/

/* ↓2023/01/15 こだわりかんたん検索追加 */
.category_search_buttons {
    display: flex;
    /* 2024/08/30 ヘブン検定各フロント表示対応 start */
    flex-wrap: wrap;
    /* 2024/08/30 ヘブン検定各フロント表示対応 end */
}
.category_search_buttons_wrap {
    padding: 10px;
}
.category_search_buttons_head {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}
.category_search_button {
    border: 1px solid #53A6ED;
    padding: 6px 8px;
    display: block;
    line-height: 1;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
    /* 2024/08/30 ヘブン検定各フロント表示対応 start */
    margin-bottom: 4px;
    /* 2024/08/30 ヘブン検定各フロント表示対応 end */
    color: #FFF;
    background: #53A6ED;
}
/* ↑2023/01/15 こだわりかんたん検索追加 */

 img[alt="100名店"]{
    width: 100px;
    display: inline-block;
  }
  

