/*
    for sticky footer
*/

* {
    word-break: break-all;
}

html{
    height: 100%;
}
body{
    height: 100%;
}
.header{
    flex: 0 0 auto;
}
.main-content{
    flex: 1 0 auto;
}
.footer{
    flex: 0 0 auto;
    position: relative;
}

/*
    display settings
*/

@media screen and (min-width: 768px) {
    #sp_header_search_box {
	display: none!important;
    }
}

/* common */

table .margin {
    margin: 20px auto;
}
table .margin-top {
    margin-top: 20px;
}
table .margin-bottom {
    margin-bottom: 20px;
}

.thumb {
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.my-thumbnail .new {
    background:url(/images/common/new.png);
    width: 47px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed_header {
    position: fixed;
    top: 0px;
}

.table-custom {
    border: 1px solid #dddddd;
}
.table-custom td:first-child {
    background-color: #F3F2EE;
}

iframe.post-content {
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%!important;
    max-width: 100%!important;
}

.bg-letsgojp {
    background-color: #F0ECE9;
}
.btn-letsgojp {
    background-color: #D10A1C;
    color: #fff;
}
.btn-letsgojp:focus,
.btn-letsgojp:hover,
.btn-letsgojp:active {
    background-color: #b30c1c;
    color: #fff;
}

/*
  weather icons
*/

.weather-icon {
    width: 50px;
    height: 50px;
}
.weather-01d,
.weather-01n {
    background-position: 0 0;
}
.weather-02d,
.weather-02n {
    background-position: -50px 0;
}
.weather-03d,
.weather-03n,
.weather-04d,
.weather-04n,
.weather-50d,
.weather-50n {
    background-position: -100px 0;
}
.weather-09d,
.weather-09n,
.weather-10d,
.weather-10n {
    background-position: -150px 0;
}
.weather-11d,
.weather-11n {
    background-position: -200px 0;
}
.weather-13d,
.weather-13n {
    background-position: -250px 0;
}

/*
  google custom search
*/
#___gcse_0 {
    position: absolute;
    top: -200px;
}
.gsc-results-wrapper-overlay {
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
}

/*
  home search form
*/

#home-search {
    margin-bottom: 60px;
}

.my-home-search-block {
    margin: 15px auto 60px;
}
.my-home-search-form {
    background: #e9e9e9;
    padding: 15px;
}
.my-home-search-form strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.my-home-search-form dl {
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
}
.my-home-search-form dl:last-child {
    margin: 0;
}
.my-home-search-form dl dt {
    display: block;
    float: left;
    width: 20%;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin: 0;
}
.my-home-search-form dl dd {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin: 0;
    background: #fff;
}
.my-home-search-form dl dd.check {
    background: none;
}

.my-home-search-form select {
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
}

.my-home-search-form input[name=keyword] {
    width: 100%;
    border: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
}
.my-home-search-form .my-search-or {
    border-bottom:1px solid #fff;
    text-align: center;
    height: 15px;
    margin-bottom: 15px;
}
.my-home-search-form .my-search-or span {
    display: inline-block;
    background: #e9e9e9;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}
.my-home-search-form button {
    display: block;
    background-color: #333333;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    border: 0;
    padding: 0;
    margin-top: 15px;
    width: 100%;
}
.my-search-banner {
    background: #D00A1D;
    text-align: center;
    width: 100%;
}

/* footer */
.my-footer-block {
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
}
.my-footer-top {
    background-color: #d10a1c;
    clear: both;
}
.my-footer-inner-block {
    padding: 15px 0;
}
.my-footer-inner-block + .my-footer-inner-block {
    border-top: 1px solid #e1606c;
}

/* footer navigation */
.my-footer-navi {
    color: #ffffff;
    font-size: 15px;
    line-height: 1em;
}
.my-footer-navi strong {
    display: block;
    margin-bottom: 15px;
}
.my-footer-navi div {
    margin-left: -10px;
    margin-top: -15px;
}
.my-footer-navi a {
    color: #ffffff!important;
    line-height: inherit;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
    margin-top: 15px;
    float:left;
}
.my-footer-navi a:last-child {
    border-right: 0;
}

.my-footer-bottom {
    padding: 15px 0;
    background-color: #b30c1c;
    line-height: 1em;
}

.my-home-footer-block {
    background: #ffffff;
    color: #333333;
    padding: 15px 0px;
    margin-top: 15px;
}

/* slider */
.homeslider { display:block; }
.homeslider img { transition: 0.1s; }
.homeslider img:hover { opacity: 0.8; }

.homeslider .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin: 0 auto 45px!important;
    background: none;
}
.homeslider .bx-controls,
.homeslider .bx-controls-direction {
    top: 0;
    width: 100%;
    height: 100%;
}
.homeslider .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin: 0;
    width: 15px;
    height: inherit;
    background: #ffffff;
    opacity: 0.5;
    display: none;
}
.homeslider .bx-wrapper .bx-controls-direction a:hover {
    background: #ba1b21;
}
.homeslider .bx-wrapper .bx-prev {
    left: 0;
}
.homeslider .bx-wrapper .bx-next {
    right: 0;
}
.homeslider .bx-wrapper .bx-pager {
    bottom: -30px;
    padding: 0;
    height: 15px;
}
.homeslider .bx-wrapper .bx-pager-item {
    margin: 0 5px;
    width: 15px;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
}
.homeslider .bx-wrapper .bx-pager.bx-default-pager a,
.homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    margin: 0;
    width: inherit;
    height: inherit;
    border-radius: 100%;
    background: #ba1b21;
    opacity: 0.5;
}
.homeslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1.0;
}

/* ads */
.my-home-ad1-block {
    margin: 15px auto;
    text-align: center;
}

.my-adsence {
    display: block;
    margin: 0 auto 15px;
}

/* right column */
#rightCol h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin: 15px auto;
}

/*  right banners */
.homebanners {
    margin: 15px auto;
}
.my-home-right-banners {
    display: block;
    text-align: center;
    padding: 0;
}
.my-home-right-banners li {
    display: block;
    margin-bottom: 10px;
}
.my-home-right-banners li:last-child {
    margin: 0;
}

.my-home-right-banners img {
    margin: auto;
    width: 100%;
    height: auto;
}
.my-home-right-banners img:hover {
    opacity: 0.8;
}

/* post */
#postHeadBtns {
    display: block;
    margin: 0;
    padding: 0;
}
#postHeadBtns li {
    display: block;
    margin: 0;
    padding: 0;
    float:left;
    margin-right: 15px;
}
p.post-date {
    font-size: 12px;
}

h2.h2 {
    border: 1px solid #dddddd;
    padding: 1px;
    margin-top: 1rem;
}
h2.h2 span {
    display: block;
    background: #F4F2EE;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-left: 5px solid #D10A1C;
    padding-left: 10px;
}

/*
    記事内容
*/
.rating-stars {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    vertical-align: bottom;
}
.rating-star-on {
    color: #fc0;
}
.rating-star-off {
    color: #fff;
}
.rating-average {
    display: inline-block;
    color: #cc0000;
    font-size: 15px;
    line-height: 28px;
    vertical-align: bottom;
}
.my-post-share {
    margin: 15px auto;
}
.fb-share-btn {
    background: #475f9e;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 3em;
    padding: 0 20px;
    border: 0;
    margin: 0;
    width: 100%;
}
.favorite-btn {
    display: block;
    line-height: 28px;
    height: 28px;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #000000;
    font-size: 14px;
    padding: 0 15px;
    border: solid #cccccc 1px;
    text-decoration: none;
}
.favorite-btn:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
    background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
    background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
    background-image: -o-linear-gradient(top, #ffffff, #dddddd);
    background-image: linear-gradient(to bottom, #ffffff, #dddddd);
    text-decoration: none;
}
.favorite-btn .fa {
    color: #cccccc;
}
.favorite-btn.active .fa {
    color: #d10a1c;
}
.coupon-btn {
    display: block;
    background: #d10a1c;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.coupon-btn:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

.my-post-propaties {
    list-style-type: none;
    color: #666666;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    clear: both;
}
.my-post-propaties li {
    padding: 0;
    margin: 20px auto;
}
.my-post-period {
    font-weight: bold;
}

.my-coupon-block {}
.my-coupon-block h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 30px auto;
}
.my-coupon {
    position: relative;
    background: #f4f4ec !important;
    padding: 40px 80px;
}
.my-coupon > p > img {
    display: block;
}
.my-coupon-ribbon-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.my-coupon-ribbon-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}
.print-coupon-btn {
    display: block;
    background: #333333;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 3em;
    padding: 0;
    border: 0;
    margin: 15px auto;
    width: 100%;
}

/*
  店舗情報
*/

.shopinfo-block {
    margin-top: 15px;
}
.shopinfo-block .my-shopmap-block {
    width: 100%;
    height: 300px;
}
.shopinfo-block > dl {
    background: #eeeeee;
}
.shopinfo-block > dl > dt {
    float: left;
    clear: left;
    width: 30%;
    background: #eeeeee;
    padding: 5px 15px;
    border-bottom: 1px solid #ffffff;
}
.shopinfo-block > dl > dd {
    float: left;
    width: 70%;
    background:#f9f9f9;
    padding: 5px 15px;
    border-bottom: 1px solid #ffffff;
}

/* for fixed fancybox issue  */
#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/*
  クーポンページ
*/

.coupon_header {
    background: #d10a1c !important;
    text-align: center;
    padding: 10px;
}
.coupon_header img {
    zoom: 0.5;
}
.coupon_footer {
    background: #d10a1c !important;
    color: #ffffff !important;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
}

/*
  カテゴリページ
*/

.my-category-block h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin: 20px auto;
}
.category_left {
    background: #e5e5e5;
    padding: 10px;
    margin-bottom: 15px;
}
.category_left i {
    color: #cc0000;
    float: right;
}
.category_left_header {
    display: block;
    font-size: 20px;
    line-height: 1em;
    margin: 10px;
}
.category_left_header > i {
    display: none;
}
.category_left dt {
    font-weight: normal;
}
.category_left > dl > dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 0 0 0 5px;
    border-left: 3px solid #adacac;
    margin: 20px 10px;
}
.category_left > dl > dd > dl {
    margin: 0;
}
.category_left > dl > dd > dl > dt,
.category_left a {
    display: block;
    background: #ffffff;
    font-size: 14px;
    line-height: 1em;
    color: #000000;
    padding: 15px 10px;
    margin: 10px;
    cursor: pointer;
}
.category_left a:hover {
    background: #ffeeee;
    color: #000000;
    text-decoration: none;
}
.category_left > dl > dd > dl > dd {
    margin-left: 20px;
    display: none;
}
.category_left .active {
    background: #d10a1c;
    color: #ffffff;
}
.category_left .active i {
    color: #ffffff;
}
.category_left .show_all_btn {
    display: block;
    color: #d10a1c;
    font-size: 14px;
    line-height: 1em;
    padding: 15px 10px;
    border: 1px solid #d10a1c;
    margin: 10px;
}

/*
  カテゴリページ
  */

.posts-listview .post {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 15px;
}
.posts-listview a {
    color: inherit;
}
.posts-listview a:hover {
    opacity: 0.8;
}
.posts-listview .my-thumbnail {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    float: left;
}
.posts-listview .my-thumbnail:before {
    content:"";
    display: block;
    padding-top: 70%;
}
.posts-listview .my-post-summary {
    position: relative;
    padding-left: 20px;
    width: 70%;
    float: right;
}
.posts-listview h3 {
    background: none;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25em;
    margin: 0 0 10px 0;
}
.posts-listview ul {
    margin: 0;
}
.posts-listview li {
    color: #cc0000;
}
.posts-listview .my-post-lead {
    display: block;
    color: #666666;
    margin-top: 10px;
}

.my-thumbnail {
    background-size: cover;
}

/* 共通 */

.category-search-option {
    line-height: 1em;
}
.category-search-option ul {
    display: inline-block;
    margin-bottom: 20px;
}
.category-search-option li {
    border-right: 1px solid #eeeeee;
}
.category-search-option li:last-child {
    border: 0;
}
.category-search-option a {
    color: #cc0000;
}

.my-more {
    font-size: 10px;
    line-height: 1em;
    text-align: center;
    margin: 15px auto;
}
.my-more > a {
    display: inline-block;
    line-height: inherit;
    background: #5E0E11;
    color: #ffffff;
    border-radius: 1em;
    padding: 5px 15px;
}

.my-fb-comment-block {
    margin-bottom: 15px;
}
.my-fb-comment-block > .my-fb-comment {
}
hr.dash {
    border-top: 1px dotted #fff;
}
h2.head {
    color: #5E0E11;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 15px;
}

/* ホームコンテンツヘッダー */
.content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 10px 0;
}
.content-head h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    height: 1em;
    padding: 0;
    margin: 0;
    margin: 0;
}

/* HOME RIGHT BANNERS */
.home-right-banners {
    margin: 15px auto 30px;
}

/* EVENT CALENDAR */
#eventcalendar {
    margin: 15px auto 30px;
}
#eventcalendar-cal {
    margin: 15px auto 0;
}

/*  EXCHANGE RATE */
#exchange {
    margin: 15px auto 30px;
}
#exchange-rate {
    list-style-type: none;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: 15px auto 0;
}
#exchange-rate li {
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    line-height: 14px;
    padding: 0;
    margin: 0;
}
#exchange-lastupdated {
    color: #999999;
    font-size: 12px;
}

/* FACEBOOK PAGE */
#rightCol h2.facebook {
    background: #3B5998;
    padding: 10px;
    margin: 0;
    text-align: center;
}
#facebookpage {
    margin: 0 auto 30px;
}

/*# sourceMappingURL=common.css.map */
