@charset "utf-8";

/* Common */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

h2.conmainttl {
    font-size: 24px;
    line-height: 1.8;
    margin: 0 auto 1.2em;
}

h2.conlinettl {
    display: block;
    border-left: 5px solid #f4ea3b;
    background: #039edb;
    color: #fff;
    padding: .6em 1em;
    font-size: 16px;
    margin: 0 auto 1em;
}

.mt02 {
    display: block;
    padding-top: 2em;
}

.mt03 {
    display: block;
    padding-top: 3em;
}

h3.bluetxt {
    color: #039edb;
    font-size: 1.1em;
    margin: 0 0 .7em;
}

.orangetxt {
    color: #f9421a;
    font-size: .9em;
    margin-bottom: 3em;
}

.fontbold {
    font-weight: bold;
}

.content_tab a {
    text-decoration: none;
    color: #039edb;
}

.content_tab a:hover {
    text-decoration: underline;
}

.orangetxt a {
    text-decoration: underline;
    color: #f9421a;
}

.orangetxt a:hover {
    text-decoration: none;
}

/* Contents Head */
.ctophead {
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1em;
    padding: 0 0 1em;
    border-bottom: 3px solid #019fdd;
}

.ctophead h1 {
    font-size: 2.2em;
}

.ctophead ul {
    display: flex;
    justify-content: flex;
    align-items: center;
    list-style: none;
    margin-top: 1em;
}

.ctophead li {
    line-height: 1;
    font-size: .8em;
    margin-right: .3em;
}

.ctophead li.proshop {
    background: #5195bf;
    border: 1px solid #5195bf;
    color: #fff;
    padding: .3em .5em;
    border-radius: 3px;
}

.ctophead li.kougubouhan,
.ctophead li.servicename {
    background: #fff;
    border: 1px solid #5195bf;
    color: #5195bf;
    padding: .3em .5em;
    border-radius: 3px;
}

.ctophead li.kougubouhan a,
.ctophead li.servicename a {
    color: #039edb;
    text-decoration: none;
}

.ctopinfo {
    font-size: 14px;
    display: flex;
    justify-content: flex;
    align-items: center;
    list-style: none;
    margin: 0 auto 2em;
}

.ctopinfo_left {
    width: 70%;
}

.ctopinfo_right {
    width: 30%;
}

.ctopinfo_left {
    position: relative;
}

.ctopinfo_left li {
    line-height: 2;
    list-style: none;
    position: relative;
}

.ctopinfo_left li:first-child {
    background: url(../images/icons/icon_holiday.svg);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    padding-left: 1.7em;
}

.ctopinfo_left li:nth-child(2) {
    background: url(../images/icons/icon_opentime.svg);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    padding-left: 1.7em;
}

.ctopinfo_left li:last-child {
    background: url(../images/icons/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    padding-left: 1.7em;
}

.ctopinfo_left li:last-child .tittl {
    color: #333;
    font-weight: bold;
    padding-right: 1em;
}

.ctopinfo_left li:last-child .titel a {
    font-size: 1.4em;
    color: #019fdd;
    font-weight: bold;
    text-decoration: none;
}

.ctopinfo_left li:last-child .titel a:hover {
    color: #f4ea3b;
    transition: 0.3s ease-in-out;
}


.ctopinfo_right li {
    list-style: none;
    text-align: center;
    margin-bottom: .5em;
}

.ctopinfo_right li:first-child a {
    display: block;
    color: #000;
    border: 2px solid #f94219;
    border-radius: 5px;
    padding: .3em .7em;
    text-decoration: none;
}

.ctopinfo_right li:first-child a:hover {
    background: #f94219;
    color: #fff;
    text-decoration: none;
}

.ctopinfo_right li:first-child a:before {
    content: "";
    background: url(../images/icons/icon_heart_off.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    padding-left: .5em;
}

.ctopinfo_right li:first-child a:hover:before {
    content: "";
    background: url(../images/icons/icon_heart_on.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    padding-left: .5em;
}

.ctopinfo_right li:last-child a {
    display: block;
    color: #fff;
    background: #f94219;
    border: 2px solid #f94219;
    border-radius: 5px;
    padding: .3em .7em;
    text-decoration: none;
    font-weight: bold;
}

.ctopinfo_right li:last-child a:hover {
    color: #f94219;
    background: none;
    text-decoration: none;
}

.ctopinfo_right li:last-child a i {
    float: right;
    font-size: 1.1em;
    padding-top: .12em;
}

/* Around Tab */
.tab_panel {
    display: none;
}

.tab_panel.tab_show {
    display: block;
}

#tab_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

ul#tab_menu li {
    width: 100%;
    background-color: #5dc4ed;
    height: 40px;
    line-height: 40px;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffffff;
}

ul#tab_menu li:last-of-type {
    border-right: 0px;
}

ul#tab_menu li.tab_active,
ul#tab_menu li:hover {
    background-color: #039edb;
}

ul#tab_menu li a {
    color: inherit;
}

ul#tab_menu li a:hover {
    text-decoration: none;
}

.content_tab {
    font-size: 14px;
    box-sizing: border-box !important;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 auto;
}

.content_tab .panel_inner {
    padding: 1.5em;
}

.content_tab .shop_comment {
    padding-bottom: 30px;
}

.content_tab .shop_comment p {
    font-size: 16px;
}

/* Slider */
.mod_slide02 {
    display: block;
    width: 580px;
    max-width: 580px;
    margin: 0 auto 1.5em;
    padding: 0;
}

.detail_slide .slick-counter {
    text-align: center;
    position: relative;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 3px 10px;
    background-color: rgba(51, 51, 51, .3);
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
}

/* Shop Information */
.shoptable dl {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.shoptable dt {
    float: left;
    font-weight: bold;
}

.shoptable dd {
    margin-left: 10em;
}

/*Handling */
.handlinglist {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 3em;
}

.handlinglist p {
    line-height: 1;
    color: #039edb;
    padding: .5em;
    text-align: center;
    border: 1px solid #039edb;
    margin: 0 .5em .5em 0;
}

.top_maker02 {
    margin-bottom: 3em;
}

/* Recommend item */
.PSlist {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0;
    margin: 0;
}

.PSlist a {
    text-decoration: none;
}

.PSlist a:hover {
    text-decoration: none;
}

.bdt {
    border: none;
}

/* Flyer */
.flyersec {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 398px;
    margin: 0 auto .5em;
    position: relative;
}

ul.flyer_list {
    display: flex;
    list-style: none;
}

ul.flyer_list li {
    width: 50%;
    -ms-filter: blur(12px);
    filter: blur(12px);
}

ul.flyer_list li img {
    width: 100%;
}


.myshoplink {
    position: absolute;
    left: 23%;
    top: 40%;
    font-size: 1.2em;
}

.myshoplink a {
    display: block;
    color: #fff;
    background: #f94219;
    border: 2px solid #f94219;
    border-radius: 5px;
    padding: .8em 2em;
    text-decoration: none;
    font-weight: bold;
}

.myshoplink a:hover {
    color: #f94219;
    background: #fff;
    text-decoration: none;
}

.myshoplink a i {
    float: right;
    font-size: 1.1em;
    padding-top: .12em;
    padding-left: 2em;
}

/* Gift */
.shopitem_gift {
    position: relative;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #dddddd;
    border-bottom: 0px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background-color: #ffffff;
}

.shopitem_gift>div {
    border-bottom: 1px solid #dddddd;
}

.shopitem_gift>div:hover {
    box-shadow: inset 0 0 0 4px #009fde, 0 0 1px transparent;
}

.shopitem_gift a,
.shopitem_gift a:hover {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
    color: #333333;
}

.shopitem_gift_wap .txtarea p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 0;
    margin: 0;
}

.shopitem_gift_wap {
    display: flex;
    justify-content: space-between;
    padding: 1em 10px;

}

.shopitem_gift_wap .imgarea {
    width: 25%;
    height: 100px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;

}

.shopitem_gift_wap .imgarea img {
    padding: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.shopitem_gift_wap .txtarea {
    width: 73%;
}

.preoubo {
    font-size: 16px;
    font-weight: bold;
}

.orangeone {
    font-size: 1em !important;
    color: #f9421a;
}

.nextone {
    padding-left: 1em;
    font-size: 1em !important;
    color: #333 !important;
}

.normalone {
    font-size: 14px;
    font-size: 1em !important;
    font-weight: normal;
    color: #333 !important;
}

.preshopname {
    font-size: .9em !important;
    color: #333;
    padding-bottom: .7em;
}

.bottommyshop {
    display: block;
    background: #e5e5e5;
    margin: 0 auto;
    padding: 1.5em;
    text-align: center;
}

.bottommyshop p {
    padding: 0;
    margin: 0;
}

.bottommyshop a {
    display: block;
    max-width: 50%;
    color: #000;
    border: 2px solid #f94219;
    background: #fff;
    border-radius: 5px;
    padding: .7em .7em;
    text-decoration: none;
    margin: 0 auto;
}

.bottommyshop a:hover {
    background: #f94219;
    color: #fff;
    text-decoration: none;
}

.bottommyshop a:before {
    content: "";
    background: url(../images/icons/icon_heart_off.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    padding-left: .5em;
}

.bottommyshop a:hover:before {
    content: "";
    background: url(../images/icons/icon_heart_on.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    padding-left: .5em;
}

/* shopmaps */

.shopmaps {
    margin-top: 20px;
    border: 1px solid #cccccc;
}

.shopmaps iframe {
    width: 100%;
    height: 410px;
}

/* Confooter */
.shopcontents_footer {
    font-size: 14px;
}
.listlinks {
    display: block;
    margin: 2em auto;
    padding: 0 0 1em;
    border-bottom: 1px solid #ccc;
}

.listlinks a {
    color: #039edb;
    font-weight: bold;
    text-decoration: none;
}

.joinus_link p {
    text-align: center;
}

.joinuslink {
    display: block;
    margin: 2em auto;
    max-width: 50%;
    text-align: center;
    font-size: 1.2em;
}

.joinuslink a {
    display: block;
    color: #fff;
    background: #f94219;
    border: 2px solid #f94219;
    border-radius: 5px;
    padding: .8em 1em .8em 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.joinuslink a:hover {
    color: #f94219;
    background: #fff;
    text-decoration: none;
}

.joinuslink a i {
    float: right;
    font-size: 1.1em;
    padding-top: .12em;
}

.othermaplink {
    display: block;
    margin: 2em auto;
    text-align: center;
}

.othermaplink a {
    background: #039edb;
    border: 2px solid #039edb;
    padding: .7em 2em;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}

.othermaplink a:hover {
    background: #fff;
    color: #039edb;
    text-decoration: none;
}

/* Side Search */
.bcttl {
    text-align: center;
    color: #333;
    font-size: 1em;
    margin: .5em auto 1em;
}

input[type="submit"].search_side {
    display: block;
    width: 198px;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    background: url(../images/icons/icon_search02.png) no-repeat 10% 50% #009fde;
    background-size: 20px;
    border: 2px solid #009fde;
    cursor: pointer;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-appearance: none
}

input[type="submit"].search_side:hover {
    color: #009fde;
    background: url(../images/icons/icon_search03.png) no-repeat 10% 50% #ffffff;
    background-size: 20px;
    border: 2px solid #009fde;
    transition-duration: 0.3s;
}

/* Side Pbox */
.Pbox {
    height: auto;
}
