@charset "UTF-8";

/* ---------------------------------------------------------
base settings
----------------------------------------------------------*/
html {
    position: relative;
    overflow-y:scroll;
    min-height: 100%;
}
body {
    overflow: hidden;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2;
}
ul{list-style-type:none;}
ul,ol,li,dl,dt,dd,form,figure,form{margin:0px;padding:0px;}
a {
    color: #59b9c6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover, a:active {
    color: #888;
    text-decoration: none;
}
a img {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img:hover {
    opacity: 0.6;
}
::-moz-selection {
    background: #59b9c6;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #59b9c6;
    color: #fff;
    text-shadow: none;
}
.animate, .animate-right, .animate-left, .animate-fadein, .animate-entrance {
    visibility: hidden;
}
.label {
    padding: .3em .6em;
}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mt0 {margin-top: 0 !important;}
.mt40 {margin-top: 40px !important;}
.mt80 {margin-top: 80px !important;}
.ml20 {margin-left: 20px !important;}
.pd0 {padding: 0 !important;}
.mg0 {margin: 0 !important;}
.mg20 {margin: 20px !important;}
.divider-mg0 {clear: both; margin: 0 auto;}
.red {color: #f44336;}
.blue {color: #1a8bfb;}

#browser-msg { box-sizing: border-box; padding: 20px; width: 100%; border: #f44336 4px solid; background-color: #fef5f3; color: #252525; text-align: center; line-height: 1.8; }
#browser-msg dt { color: #f44336; font-size: 1.8rem; }
#browser-msg dd { margin-top: 4px; font-size: 1.4rem; }

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
#header {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 168px;
    background: url(../images/common/bg_header.png) repeat-x #fff;
}
#top #header {
    border-bottom: 1px solid #e3e3e3;
}
.inner {
    max-width: 1120px;
}
#header .inner {
    position: relative;
    margin: 0 auto;
    height: 168px;
}
#logo {
    position: absolute;
    bottom: -40px;
    left: calc(50% - (211px / 2));
    z-index: 1;
}
#logo p {
    margin-bottom: 0;
}
#logo a {
    opacity: 0;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}
#logo a.shown {
    opacity: 1;
}
#logo a {
    display: block;
}
.logo-wrap {
    z-index: -1;
    background: url(../images/common/logo_circle.png) no-repeat 0 -1px;
}
.page-desc {
    float: left;
    margin-top: 10px;
    line-height: 1.4;
}
.snavi {
    float: right;
    margin-top: 10px;
}
.snavi li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #888;
    line-height: 1.4;
}
.snavi li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.snavi li a {
    color: #000;
}
.snavi li a:hover {
    color: #59b9c6;
}
.gnavi {
    position: relative;
    clear: both;
    padding-top: 24px;
    text-align: center;
}
.gnavi li:nth-child(2n):before {
    position: absolute;
    top: 24px;
    left: 0;
    width: 0;
    height: 24px;
    border-left: solid 1px #888;
    content: "";
    pointer-events: none;
}
.gnavi li a img:hover {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#small-header {
    position: fixed;
    top: 0;
    z-index: 999;
    visibility: hidden;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
    -webkit-transition: -webkit-transform .2s;
    -ms-transition: -ms-transform .2s;
    transition: transform .2s;
    -webkit-transform: translate(0, -62px);
    -ms-transform: translate(0, -62px);
    transform: translate(0, -62px);
}
#small-header.shown {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.slogo {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
}
#small-header .inner {
    position: relative;
    margin: 0 auto;
    height: 60px;
}
#small-header .snavi {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
}
#small-header .gnavi {
    padding-top: 16px;
    text-align: center;
}
#small-header .gnavi li:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 24px;
    border-left: solid 1px #888;
    content: "";
    pointer-events: none;
}
#small-header .gnavi li:first-child:before {
	border-left: none;
}
#bg-darken {
    position: fixed;
    top: 0; left: 0;
    z-index: 998;
    display: none;
    min-width: 1025px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 970px) {
    #header {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    #header {
        font-size: 12px;
    }
}

/* ---------------------------------------------------------
mv slider
----------------------------------------------------------*/
.bxslider img {
    display:block;
    margin:0 auto;
}
.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#top-slider {
    position: relative;
    margin-bottom: 80px;
    max-height: 630px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
#top-slider.shown {
    opacity: 1;
}
#top-slider li {
    float: left;
    background: #000;
}
#top-slider li img {
    opacity: .3;
    transition: all .6s;
}
#top-slider li.active img {
    opacity: 1;
}
#top-slider .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    *zoom: 1;
}
#top-slider .bx-viewport {
    background: #000;
}
#top-slider .bx-pager, #top-slider .bx-controls-auto {
    width: 100%;
}
#top-slider .bx-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    min-height: 50px;
    width: 100%;
    height: 100%;
}
#top-slider .bx-controls {
    position: relative;
    margin-top: -20px;
}
#top-slider .bx-pager {
    padding: 20px 0;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: .85em;
    font-family: Arial;
}
#top-slider .bx-pager .bx-pager-item, #top-slider .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
#top-slider .bx-pager.bx-default-pager a {
    display: block;
    box-sizing: border-box;
    margin: 0 6px;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #7c7c7c;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    text-indent: -9999px;
}
#top-slider .bx-pager.bx-default-pager a:hover, #top-slider .bx-pager.bx-default-pager a.active {
     width: 15px;
     height: 15px;
     border: 1px solid #7c7c7c;
     background: #000;
 }
.bx-wrapper .bx-prev {
    background: url(../images/top/btn_prev.png) no-repeat;
}
.bx-wrapper .bx-next {
    background: url(../images/top/btn_next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover {
    background-position: initial;
    opacity: 0.6;
}
.bx-wrapper .bx-next:hover {
    background-position: initial;
    opacity: 0.6;
}
.bx-wrapper .bx-controls-direction a {
    top: -315px;
    width: 45px;
    height: 45px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 50%;
    margin-left: -610px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    right: 50%;
    margin-right: -610px;
}

@media screen and (max-width: 1240px) {
    #top-slider {
        margin-bottom: 100px;
    }
    #top-slider .slide img {
        width: auto;
    }
    .bx-wrapper .bx-prev {
        background: url(../images/top/btn_prev_s.png) no-repeat;
    }
    .bx-wrapper .bx-next {
        background: url(../images/top/btn_next_s.png) no-repeat;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 40px;
        width: 30px;
        height: 30px;
    }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 30%;
        margin-left: 0;
    }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 30%;
        margin-right: 0;
    }
    #top-slider .bx-pager {
        position: absolute;
        bottom: -80px;
    }
}
@media screen and (max-width: 768px) {
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 20%;
    }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 20%;
    }
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
.section {
    padding-top: 0;
    padding-bottom: 40px;
}
.section h2 {
    margin-bottom: 50px;
    font-size: 40px;
    font-family: 'Rasa', serif;
}
.section h2 span {
    font-size: 16px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.divider {
    margin: 20px 0;
}
.divider-lg {
    margin: 40px 0;
}
@media (min-width: 768px) {
    .section {
        padding-top: 10px;
        padding-bottom: 80px;
    }
    .divider {
    margin: 40px 0;
    }
    .divider-lg {
      margin: 80px 0;
    }
}

/* ---------------------------------------------------------
news - top
----------------------------------------------------------*/
#news-list .header-title {
    background: url(../images/news/bg_header_news.png) repeat;
}
.news-article {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.news-article:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    border-bottom: 10px solid #fff;
    background-color: rgba(255,255,255,0.3);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.3), #fff);
    background-image: linear-gradient(rgba(255,255,255,0.3), #fff);
    content: '';
}

.news-date {
    font-size: 18px;
    font-family: Arial;
}
.news-date i {
    margin-right: 8px;
    margin-left: 8px;
}
.news-date .label {
    margin-left: 8px;
}
.label-event {
    background-color: #ff9900;
}
.label-shinbashi {
    background-color: #59b9c6;
}
.label-topics {
    background-color: #4da743;
}
.label-news {
    background-color: #52a8fd;
}
.label-other {
    background-color: #555;
}
.label-new {
    background-color: #ff0000;
}
.news-heading {
    margin-top: 6px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
}
.news-pic {
margin-bottom: 40px;
}
.btn-news {
    border: solid 1px #555;
    border-radius: 0;
    background: #fcfcfc;
    color: #555;
    font-size: 14px;
}
.btn-news:hover {
    border: solid 1px #cdcdcd;
    background: rgba(89, 185, 198, 0.8);
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-news i {
    margin-left: 16px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .news-article {
        height: 300px;
    }
    .news-heading {
    font-size: 40px;
    }
    .news-pic {
    margin-bottom: 0;
    }
    .btn-news {
        font-size: 18px;
    }
    .btn-news i {
        margin-left: 20px;
        font-size: 22px;
    }
}

/* ---------------------------------------------------------
sampo - top
----------------------------------------------------------*/
.section-sampo {
    margin-bottom: 0;
    height: 500px;
    background: url(../images/sampo/inase_top.png) no-repeat -10% 100%,
                url(../images/sampo/koiki_top.png) no-repeat 110% 100%,
                url(../images/sampo/bg_sampo.png) repeat;
    overflow: hidden;
}
.sampo-title-btn {
    width: 600px;
    margin: 0 auto;
    margin-top: 40px;
}
.sampo-title-btn a {
    font-size: 16px;
}
@media (max-width: 1200px) {
    .section-sampo {
        background: url(../images/sampo/koiki_top.png) no-repeat 50% 100%,
                    url(../images/sampo/bg_sampo.png) repeat;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .section-sampo {
        background: url(../images/sampo/bg_sampo.png) repeat;
        height: 620px;
    }
}

/* ---------------------------------------------------------
sl - top
----------------------------------------------------------*/
.section-sl {
    background-image: url(../images/sl/bg_sl_top.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1000;
    padding-top: 0;
    padding-bottom: 0;
    height: 500px;
}
.sl-title {
    margin-top: 0;
    padding-top: 300px;
    text-align: center;
}
.sl-title-btn {
    width: 600px;
    margin: 0 auto;
}
.sl-title-btn a {
    font-size: 16px;
}
.section-sl h2 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn-sl {
    border: solid 1px #cdcdcd;
    background: rgba(89, 185, 198, 0.8);
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}
.btn-sl:hover {
    border: solid 1px #555;
    background: #fcfcfc;
    color: #555;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* ---------------------------------------------------------
shop - top
----------------------------------------------------------*/
#top .section-shop {
}
#top .sectionshop p {
}
#top .shop-list-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
#top .shop-news dl dd {
    margin-bottom: 10px;
}
#top .shop-news dl dd a {
    color: #ad6800;
}
#top .shop-news dl dd a:hover {
    color: #ff9900;
}
.todays-shop {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 30px 40px 30px;
    min-height: 500px;
    max-height: 580px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background: url(../images/shop/bg_header_eat.png) repeat;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.todays-shop:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    border-bottom: 10px solid rgba(255, 225, 180, 0.7);
    background-color: rgba(255,255,255,0.3);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.3), rgba(255, 225, 180, 0.7));
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255, 225, 180, 0.7));
    content: '';
}
.todays-shop h4 {
    font-weight: bold;
    font-size: 20px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.todays-shop h5 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}
.todays-shop h5 a {
    color: #000;
}
.todays-shop .shop-item-desc {
    padding-top: 10px;
}
.shop-news-recent {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px 30px 10px 30px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background: url(../images/shop/bg_header_eat.png) repeat;
}
.shop-news-recent h4 {
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    margin-bottom: 20px;
}
.shop-news-recent dl {
    margin-bottom: 20px;
}
.shop-news-recent dl dt {
    font-size: 16px;
}
.shop-news-recent dl dd {
    font-size: 14px;
}
.shop-news-recent-date {
    margin-top: 10px;
    font-weight: bold;
}


/* ---------------------------------------------------------
information - top
----------------------------------------------------------*/
.section-info {
    background: url(../images/top/bg_info.png) repeat;
}
.section-info img {
    margin-bottom: 20px;
}

/* ---------------------------------------------------------
bnr - top
----------------------------------------------------------*/
.section-bnr {
    padding-top: 40px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-bnr {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

/* ---------------------------------------------------------
sns share
----------------------------------------------------------*/
.share {
    padding-top: 14px;
    height: 60px;
    border-top: 1px solid #e3e3e3;
    background-color: #eee;
}
.share span {
    font-size:14px;
}
.share ul li {
    padding-right:8px;
}
.share a {
    color: #000;
}
.share i {
    padding-right:6px;
}
.share i.fa-twitter {
    color: #55acee;
}
.share i.fa-facebook {
    color: #3B5999;
}
.share i.c-fa-line {
    color: #00C300;
}
.share i.fa-envelope {
    color: #555;
}
@media (min-width: 768px) {
    .share span {
        font-size:16px;
    }
}

/* ---------------------------------------------------------
page top
----------------------------------------------------------*/
.page-top {
    position: relative;
    z-index: 100;
    height: 60px;
    border-top: 1px solid #e3e3e3;
    background: #fff;
}
.page-top:hover {
    background: #fff;
    background: -webkit-linear-gradient(#f7f7f7, #fff, #fff);
    background: -o-linear-gradient(#f7f7f7, #fff, #fff);
    background: -moz-linear-gradient(#f7f7f7, #fff, #fff);
    background: linear-gradient(#f7f7f7, #fff, #fff);
}
.page-top a {
    display: block;
    height: 60px;
    color: #555;
    text-align: center;
    line-height: 1.6;
}
.page-top a:hover {
    color: #59b9c6;
}
.page-top-wrap {
    position: absolute;
    bottom: -30px;
    left: calc(50% - (211px / 2));
    width: 211px;
    height: 91px;
    background: url(../images/common/pagetop_circle.png) no-repeat;
}
.page-top-wrap div {
    margin-top: 16px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
    min-height: 800px;
    width: 100%;
    background-color: #1d1d1b;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.footer a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.fnavi {
    margin-top: 40px;
}
.fnavi h5 {
    margin-bottom: 5px;
}
.fnavi h5 i {
    padding-right: 8px;
}
.fnavi ul li {
    float: left;
    padding-right: 8px;
    letter-spacing: -0.01em;
}
.fnavi ul li:after {
    content: " / ";
}
.footer-sns {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}
.footer-sns h5, .footer-sns p {
    float: left;
    padding-left: 10px;
}
.about-shinbashi {
    padding:0 15px 0 15px;
}
.about-shinbashi h4 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
}
.about-shinbashi div {
    position: relative;
    min-height: 158px;
    background: url(../images/common/footer_map.png) no-repeat left top;
}
.about-shinbashi .beacon {
    position: absolute;
    top: 48px;
    left: 113px;
    color: #fff;
    font-size: 11px;
}
.beacon .faa-flash.animated.faa-slow {
    -webkit-animation: flash 6s ease infinite;
    animation: flash 6s ease infinite;
}
.about-shinbashi p {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 183px;
    padding-left: 12px;
    border-left: solid 2px #59b9c6;
}
.about-shinbashi p span {
    color: #59b9c6;
}
@media (min-width: 768px) {
    .footer {
        font-size: 14px;
    }
    .fnavi {
        margin-top: 80px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .fnavi h5 {
        margin-bottom: 10px;
    }
    .fnavi ul li {
        float: none;
        padding-right: 0;
    }
    .fnavi ul li:after {
        content: none;
    }
}

/* ---------------------------------------------------------
--subdirectory
----------------------------------------------------------*/
.header-title {
    margin-bottom: 0;
    width: 100%;
    height: 280px;
    background: url(../images/common/bg_header_sub.png) repeat;
}
.header-title h2 {
    margin-top: 0;
    text-align: center;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 280px;
}
.breadcrumb {
    margin: 0 auto;
    padding: 8px 15px;
    max-width: 1120px;
    border-radius: 0;
    background-color: transparent;
    list-style: none;
    letter-spacing: -0.03em;
    font-size: 14px;
}

/* ---------------------------------------------------------
--shop-search
----------------------------------------------------------*/
.shop-eat .header-title {
    background: url(../images/shop/bg_header_eat.png) repeat;
}
.shop-buy .header-title {
    background: url(../images/shop/bg_header_buy.png) repeat;
}
.shop-play .header-title {
    background: url(../images/shop/bg_header_play.png) repeat;
}
.shop-live .header-title {
    background: url(../images/shop/bg_header_live.png) repeat;
}
.shop-search {
    margin-bottom: 0;
    background: url(../images/shop/bg_shop.png) repeat;
}
.shop-search h2 {
    margin-bottom: 30px;
}
.category {
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
}
.shop-eat .category {
    border: solid 1px #ffe1b4;
}
.shop-buy .category {
    border: solid 1px #52a8fd;
}
.shop-play .category {
    border: solid 1px #a0686a;
}
.shop-live .category {
    border: solid 1px #4da743;
}
.category h3 {
    margin-bottom: 20px;
    margin-left: 30px;
}
.category ul {
    margin: 0 auto 20px auto;
    padding-left: 30px;
    max-width: 972px;
    line-height: 0;
}
.category ul li{
    margin-bottom: 20px;
    padding: 0 30px 0 0;
}
.category a:hover {
    opacity: 0.5;
}
.category a {
    color: #ff9900;
}
.shop-buy .category a {
    color: #52a8fd;
}
.shop-play .category a {
    color: #a0686a;
}
.shop-live .category a {
    color: #4da743;
}
.form-control:focus {
    border-color: #fcb140;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 153, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 153, 0, 0.6);
}
.shop-buy .form-control:focus {
    border-color: #52a8fd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82, 168, 252, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82, 168, 252, 0.6);
}
.shop-play .form-control:focus {
    border-color: #a0686a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(159, 104, 106, 0.7);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(159, 104, 106, 0.7);
}
.shop-live .form-control:focus {
    border-color: #4da743;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(77, 167, 67, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(77, 167, 67, 0.6);
}
.form-shop {
    border-color: #ffe1b4;
    text-align: center;
}
.shop-buy .form-shop {
    border-color: #52a8fd;
}
.shop-play .form-shop {
    border-color: #a0686a;
}
.shop-live .form-shop {
    border-color: #4da743;
}
.btn-shop {
    border: solid 1px #ffe1b4;
    background: #ff9900;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.shop-buy .btn-shop {
    border: solid 1px #52a8fd;
    background: #52a8fd;
}
.shop-play .btn-shop {
    border: solid 1px #a0686a;
    background: #a0686a;
}
.shop-live .btn-shop {
    border: solid 1px #4da743;
    background: #4da743;
}
.btn-shop:hover {
    color: #fff;
    opacity: 0.7;
}
.shop-list {
    margin-bottom: 0;
    background: url(../images/shop/bg_shop.png) repeat;
}
.shop-list h2 {
    margin-bottom: 30px;
}
.shop-search-result {
    text-align: right;
}
.shop-search-result span {
    color: #59b9c6;
    font-size: 24px;
}
.shop-list-wrap {
    margin-top: 40px;
    margin-bottom: 80px;
}
.shop-list-item {
    margin: 0 0 20px 0;
    max-height: 160px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.item-odd {
    background-color: #fff;
}
.item-even {
    background-color: #fff5e5;
}
.shop-buy .item-even {
    background-color: #f7f9fe;
}
.shop-play .item-even {
    background-color: #fcf7f7;
}
.shop-live .item-even {
    background-color: #f3f7f2;
}
.shop-list-item h4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}
.shop-list-item h4 a {
    color: #000;
}
.shop-item-thumb {
    float: left;
    margin: 0;
    padding: 0;
    width: 240px;
}
.shop-item-thumb img:hover{
    opacity: 1;
}
.shop-item-info {
    position: relative;
    float: left;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    width: calc(100% - 240px);
    height: 160px;
}
.shop-item-info:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    border-bottom: 10px solid #fff;
    background-color: rgba(255,255,255,0.3);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.3), #fff);
    background-image: linear-gradient(rgba(255,255,255,0.3), #fff);
    content: '';
}
.item-even .shop-item-info:after {
    border-bottom: 10px solid #fff5e5;
    background-color: rgba(255, 245, 230, 0.3);
    background-image: -webkit-linear-gradient(rgba(255, 245, 230, 0.3), #fff5e5);
    background-image: linear-gradient(rgba(255, 245, 230, 0.3), #fff5e5);
}
.shop-buy .item-even .shop-item-info:after {
    border-bottom: 10px solid #f7f9fe;
    background-color: rgba(246, 248, 254, 0.3);
    background-image: -webkit-linear-gradient(rgba(246, 248, 254, 0.3), #f7f9fe);
    background-image: linear-gradient(rgba(246, 248, 254, 0.3), #f7f9fe);
}
.shop-play .item-even .shop-item-info:after {
    border-bottom: 10px solid #fcf7f7;
    background-color: rgba(252, 247, 247, 0.3);
    background-image: -webkit-linear-gradient(rgba(252, 247, 247, 0.3), #fcf7f7);
    background-image: linear-gradient(rgba(252, 247, 247, 0.3), #fcf7f7);
}
.shop-live .item-even .shop-item-info:after {
    border-bottom: 10px solid #f3f7f2;
    background-color: rgba(243, 247, 242, 0.3);
    background-image: -webkit-linear-gradient(rgba(243, 247, 242, 0.3), #f3f7f2);
    background-image: linear-gradient(rgba(243, 247, 242, 0.3), #f3f7f2);
}
.shop-list-item .label {
    margin-right: 8px;
    font-size: 11px;
}
.label-shop-news {
    background-color: #52a8fd;
}
.label-coupon {
    background-color: #ff9900;
}
.label-shop-lite {
    background-color: #a7a7a7;
}
.attention-new {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}
.attention-update {
    color: #0000ff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}
.shop-update-date {
    font-size: 14px;
    font-weight: bold;
}
.shop-item-desc {
    line-height: 1.4;
}
.btn-shop-more {
    border-radius: 0;
    background: #fff;
    font-size: 14px;
}
.btn-shop-more:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-shop-more {
    border: solid 1px #fcb140;
    color: #fcb140;
}
.btn-shop-more:hover {
    border: solid 1px #cdcdcd;
    background: #fcb140;
    color: #fff;
}
.shop-buy .btn-shop-more {
    border: solid 1px #52a8fd;
    color: #52a8fd;
}
.shop-buy .btn-shop-more:hover {
    border: solid 1px #cdcdcd;
    background: #52a8fd;
    color: #fff;
}
.shop-play .btn-shop-more {
    border: solid 1px #a0686a;
    color: #a0686a;
}
.shop-play .btn-shop-more:hover {
    border: solid 1px #cdcdcd;
    background: #a0686a;
    color: #fff;
}
.shop-live .btn-shop-more {
    border: solid 1px #4da743;
    color: #4da743;
}
.shop-live .btn-shop-more:hover {
    border: solid 1px #cdcdcd;
    background: #4da743;
    color: #fff;
}
.btn-shop-more i {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .btn-shop-more {
        font-size: 18px;
    }
    .btn-shop-more i {
        margin-right: 20px;
        margin-left: 20px;
        font-size: 22px;
    }
}

/* ---------------------------------------------------------
--shop-lite
----------------------------------------------------------*/
.section-shop {
    padding-top: 40px;
    background: url(../images/shop/bg_shop.png) repeat;
}
.shop-sub-title {
    padding-left: 6px;
    color: #777;
    line-height: 1;
}
.shop-sub-title span {
    margin-right: 10px;
}
#shop-lite .section-shop h2, #shop .section-shop h2 {
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: -0.1em;
    font-size: 32px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-shop h2 .label {
    margin-left: 20px;
    vertical-align: middle;
    letter-spacing: 0em;
    font-size: 14px;
}
.section-shop h3 {
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Rasa', serif;
}
.section-shop h3 span {
    font-size: 16px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shop-share a {
    color: #fcb140;
}
.shop-data {
    width: 100%;
}
.shop-data th, .shop-data td  {
    padding: 10px 30px 10px 30px;
    border: 1px solid #ebebeb;
    background: #fff;
    font-size: 14px;
}
.shop-data th  {
    width: 30%;
    background: #f9f9f9;
    text-align: left;
}
.shop-inquiry {
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
    border: solid 1px #ffe1b4;
    border-radius: 4px;
    background-color: #fff;
    color: #ff9900;
    text-align: center;
}
.shop-inquiry h4 {
    margin-bottom: 0;
    font-weight: bold;
}
.shop-inquiry .shop-tel {
    font-weight: bold;
    font-size: 26px;
    font-family: Verdana, sans-serif;
}
.shop-inquiry .small {
    padding-right:20px;
    padding-left:20px;
    color: #ad6800;
    font-size: 14px;
    line-height: 1.4;
}
.for-shop-owners {
    margin-bottom: 30px;
    padding: 20px 30px 10px 30px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background-color: #fff;
}
.for-shop-owners h4 {
    font-weight: bold;
}
.for-shop-owners p {
    font-size: 14px;
    line-height: 1.6;
}
.for-shop-owners .btn {
    text-align: center;
}
.btn-shop-owner {
    margin-top:20px;
    margin-bottom: 10px;
    padding: 15px 15% 15px 15%;
    border: none;
    background: #f3f3f3;
    color: #7c7c7c;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-shop-owner:hover {
    color: #000;
    opacity: 0.7;
}

@media only screen and (max-width:480px){
    .shop-data {
        margin: 0 -10px;
    }
    .shop-data th, .shop-data td {
        display: block;
        width: 100%;
        border-top: none;
    }
    .shop-data tr:first-child th {
        border-top: 1px solid #ebebeb;
    }
}

/* ---------------------------------------------------------
--shop - subdirectory
----------------------------------------------------------*/
.shop-eat .header-title {
    background: url(../images/shop/bg_header_eat.png) repeat;
}
.shop-buy .header-title {
    background: url(../images/shop/bg_header_buy.png) repeat;
}
.shop-play .header-title {
    background: url(../images/shop/bg_header_play.png) repeat;
}
.shop-live .header-title {
    background: url(../images/shop/bg_header_live.png) repeat;
}
#shop .section-shop h2 {
    margin-bottom: 10px;
}
#shop-news .section-shop h2 {
    margin-bottom: 10px;
}
.shop-tags i {
    margin-left: 10px;
}
.shop-eat .shop-tags {
    color: #ad6800;
}
.shop-buy .shop-tags {
    color: #093455;
}
.shop-play .shop-tags {
    color: #583638;
}
.shop-live .shop-tags {
    color: #356e2f;
}
.shop-eat .shop-share a {
    color: #fcb140;
}
.shop-buy .shop-share a {
    color: #52a8fd;
}
.shop-play .shop-share a {
    color: #a0686a;
}
.shop-live .shop-share a {
    color: #4da743;
}
.shop-eat .shop-inquiry {
    border: solid 1px #ffe1b4;
    color: #ff9900;
}
.shop-eat .shop-inquiry .small {
    color: #ad6800;
}
.shop-buy .shop-inquiry {
    border: solid 1px #c3d7e7;
    color: #52a8fd;
}
.shop-buy .shop-inquiry .small {
    color: #093455;
}
.shop-play .shop-inquiry {
    border: solid 1px #ddcdcf;
    color: #a0686a;
}
.shop-play .shop-inquiry .small {
    color: #583638;
}
.shop-live .shop-inquiry {
    border: solid 1px #bed5bc;
    color: #4da743;
}
.shop-live .shop-inquiry .small {
    color: #356e2f;
}
#shop-photo {
    overflow: hidden;
    margin: 10px auto 0 auto;
    max-height: 440px;
    width: 660px;
    vertical-align: middle;
}
#shop-photo img {
    width: 660px;
}
#shop-photo-nav {
    margin: 0 auto;
    max-width: 660px;
}
#shop-photo-nav img {
    width: 100px;
    height: 100px;
}
#shop-photo-nav .over img{
    opacity:0.75;
    filter:alpha(opacity=75);
}
#shop-photo-nav ul{
	padding:5px 0 0 0;
    text-align: center;
}
#shop-photo-nav li{
	display:inline;
    float: left;
    margin: 10px;
    width: 100px;
    height: 100px;
	list-style:none;
}
.pr-comment {
    margin-bottom: 40px;
    padding: 20px 30px 10px 30px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background-color: #fff;
}
.pr-comment p {
    font-size: 14px;
    line-height: 1.6;
}
#shop .shop-data {
    margin-bottom: 40px;
}
.shop-menu {
    width: 100%;
}
.shop-menu th, .shop-menu td  {
    padding: 10px 30px 10px 30px;
    border: 1px solid #ebebeb;
    background: #fff;
    font-size: 14px;
}
.shop-menu th  {
    width: 60%;
    border-right: none;
    text-align: left;
}
.shop-menu td {
    border-left: none;
    text-align: right;
}
.shop-coupon {
    margin-bottom: 40px;
    padding: 20px 30px 10px 30px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background-color: #fff;
}
.shop-coupon p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}
.btn-coupon {
    margin-bottom: 10px;
    padding: 15px 15% 15px 15%;
    border: none;
    background: #f3f3f3;
    color: #7c7c7c;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.panel-shop a {
    padding: 0;
}
.panel-shop a div {
    border-left: #ffe1b4 solid 12px;
}
.shop-buy .panel-shop a div {
    border-left: #c3d7e7 solid 12px;
}
.shop-play .panel-shop a div {
    border-left: #ddcdcf solid 12px;
}
.shop-live .panel-shop a div {
    border-left: #bed5bc solid 12px;
}
.panel-shop a:first-of-type div {
    border-top-left-radius:3px;
}
.panel-shop a:last-of-type div {
    border-bottom-left-radius:3px;
}
.panel-shop a div:hover {
    border-left: #ff9900 solid 12px;
}
.shop-buy .panel-shop a div:hover {
    border-left: #52a8fd solid 12px;
}
.shop-play .panel-shop a div:hover {
    border-left: #a0686a solid 12px;
}
.shop-live .panel-shop a div:hover {
    border-left: #4da743 solid 12px;
}
.panel-shop a div h5.list-group-item-heading {
    margin-bottom: 0;
    padding:20px;
    color: #ad6800;
    font-size:16px;
}
.shop-buy .panel-shop a div h5.list-group-item-heading {
    color: #093455;
}
.shop-play .panel-shop a div h5.list-group-item-heading {
    color: #583638;
}
.shop-live .panel-shop a div h5.list-group-item-heading {
    color: #356e2f;
}
.panel-shop a div h5.list-group-item-heading:hover {
    color: #ff9900;
}
.shop-buy .panel-shop a div h5.list-group-item-heading:hover {
    color: #52a8fd;
}
.shop-play .panel-shop a div h5.list-group-item-heading:hover {
    color: #a0686a;
}
.shop-live .panel-shop a div h5.list-group-item-heading:hover {
    color: #4da743;
}
.for-mobile-users {
    margin-bottom: 30px;
    padding: 20px 30px 10px 30px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}
.for-mobile-users h4 {
    margin-bottom: 0;
    font-weight: bold;
}
.btn-mobile-users {
    margin-top:20px;
    margin-bottom: 10px;
    padding: 15px 15% 15px 15%;
    border: none;
    background: #f3f3f3;
    color: #7c7c7c;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-mobile-users:hover {
    color: #000;
    opacity: 0.7;
}
.shop-news {
    margin-bottom: 30px;
    padding: 20px 30px 10px 30px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    background-color: #fff;
}
.shop-news h4 {
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.shop-news dl {
    font-size: 14px;
    line-height: 1.6;
}
.shop-news dl dd {
    margin-bottom: 10px;
}
.shop-news dl dd a {
    color: #ff9900;
}
.shop-news dl dd a:hover {
    color: #ad6800;
}
.shop-buy .shop-news dl dd a {
    color: #52a8fd;
}
.shop-buy .shop-news dl dd a:hover {
    color: #093455;
}
.shop-play .shop-news dl dd a {
    color: #a0686a;
}
.shop-play .shop-news dl dd a:hover {
    color: #583638;
}
.shop-live .shop-news dl dd a {
    color: #4da743;
}
.shop-live .shop-news dl dd a:hover {
    color: #356e2f;
}
@media only screen and (max-width:500px){
    #shop-photo-nav li{
        margin: 5px;
        width: 60px;
        height: 60px;
    }
    #shop-photo-nav img {
        width: 60px;
        height: 60px;
    }
}

/* ---------------------------------------------------------
--shop-coupon
----------------------------------------------------------*/
#shop-coupon .inner {
    max-width: 920px;
}
#shop-coupon .section-shop h2 {
    margin-bottom: 10px;
}
.coupon-detail {
    display: block;
    background: url(../images/shop/coupon_top.png) no-repeat center top,
                url(../images/shop/coupon_bottom.png) no-repeat center bottom;
    width: 660px;
    margin: 20px auto;
    min-height: 140px;
}
.coupon-detail p {
    padding: 66px 40px 24px 40px;
    color: #e60012;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height:1.4;
}
/* ---------------------------------------------------------
--shop-news
----------------------------------------------------------*/
#shop-news .section-shop h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* ---------------------------------------------------------
--news - subdirectory
----------------------------------------------------------*/
#news .header-title {
    background: url(../images/news/bg_header_news.png) repeat;
}
.section-news {
    margin-bottom: 0;
    background: url(../images/news/bg_news.png) repeat;
}
#news .news-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.news-share {
    margin-top: 10px;
}
.news-share a {
    color: #000;
}
.news-detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.news-detail .lead {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}
.news-photo div {
    margin-bottom: 40px;
}
.btn-news-more {
    border: solid 1px #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
}
.btn-news-more:hover {
    border: solid 1px #cdcdcd;
    background: #59b9c6;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-news-more i {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
}
@media (min-width: 768px) {
    #news .news-heading {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .news-share {
        margin-top: 10px;
    }
    .news-detail {
        font-size: 21px;
    }
    .news-detail .lead {
        margin-top: 20px;
        font-size: 21px;
    }
    .btn-news-more {
        font-size: 18px;
    }
    .btn-news-more i {
        margin-right: 20px;
        margin-left: 20px;
        font-size: 21px;
    }
}
/* ---------------------------------------------------------
--about - subdirectory
----------------------------------------------------------*/
.btn-about {
    margin-top: 20px;
    border: solid 1px #cdcdcd;
    border-radius: 0;
    background: #59b9c6;
    color: #fff;
    font-size: 14px;
}
.btn-about:hover {
    border: solid 1px #000;
    background: #fff;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-about i {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .btn-about {
        font-size: 18px;
    }
    .btn-about i {
        font-size: 18px;
    }
}

/* ---------------------------------------------------------
--sitemap - subdirectory
----------------------------------------------------------*/
.section-sitemap {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-sitemap i {
    margin-right: 6px;
}
.section-sitemap ul {
    margin-left: 16px;
}

/* ---------------------------------------------------------
--privacy - subdirectory
----------------------------------------------------------*/
.section-privacy {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-privacy i {
    margin-right: 6px;
}
.section-privacy ul {
    margin-left: 16px;
}

/* ---------------------------------------------------------
--link - subdirectory
----------------------------------------------------------*/
.section-link {
    background: url(../images/common/bg_pattern.png) repeat;
}
pre {
    border: 1px solid #eee;
}
.bnr-link h3 {
    margin-bottom: 20px;
}
.bnr-link h3 i {
    margin-right: 6px;
}
.bnr-link-tag {
    margin-top: 20px;
}.bnr-link-tag p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}
.nt { color: #2f6f9f; } /* Name.Tag */
.na { color: #4f9fcf } /* Name.Attribute */
.s { color: #d44950 } /* Literal.String */

/* ---------------------------------------------------------
--shop_wanted - subdirectory
----------------------------------------------------------*/
.section-shop-wanted {
    background: #4096ee;
    background: -webkit-linear-gradient(#7abcff, #4096ee);
    background: -o-linear-gradient(#7abcff, #4096ee);
    background: -moz-linear-gradient(#7abcff, #4096ee);
    background: linear-gradient(#7abcff, #4096ee);
}
.shop-wanted-title {
    margin-top: -20px;
    margin-bottom: 20px;
}
.section-shop-wanted .lead {
    margin-top: 40px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.section-shop-wanted .lead i {
    margin-right: 8px;
}
.section-shop-wanted  h3 {
    margin-top: 40px;
    color: #888787;
    text-align: center;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-weight: bold;
    font-size: 26px;
}
.shop-wanted-detail {
    padding: 40px 40px 20px 40px;
    border-radius: 8px;
    background: #fff;
}
.shop-wanted-detail dt {
    float: left;
    clear: both;
    margin-bottom: 20px;
    width:140px;
    color: #4096ee;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}
.shop-wanted-detail dd {
    margin-bottom: 20px;
    margin-left: 140px;
    color: #444444;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}
.shop-wanted-detail dd i {
    margin-right: 4px;
    margin-left: 4px;
}
.shop-wanted-detail a {
    color: #f79a1d;
}
.shop-wanted-detail a:hover, .shop-wanted-detail a:active {
    color: #888;
    text-decoration: none;
}
.shop-wanted-note {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #777;
    text-align: right;
    font-size: 14px;
}

/* ---------------------------------------------------------
--contact - subdirectory
----------------------------------------------------------*/
.section-contact {
    background: url(../images/common/bg_pattern.png) repeat;
}
.form-contact-input div {
	margin-bottom: 40px;
}
.section-contact .fa-check-square {
	color: #f44336;
}
.section-contact label, .section-contact input[type="checkbox"] {
	margin-bottom: 0;
    cursor: pointer;
}
.section-contact label.error {
	display: block;
	margin-top: 0.4em;
    color: #f44336;
	font-weight: bold;
}
.section-contact .form-control.error{
	border:1px solid #f44336 !important;
}
.form-send {
	text-align: center;
}
.btn-contact {
    margin-top:10px;
    padding:0.7em 0;
	width: 90%;
    outline:none;
	border:1px solid #59b9c6;
	background:none;
	color: #000;
    font-size: 1em;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-appearance: none;
}
.btn-contact:hover{
	background:#59b9c6;
	color:#fff;
}
.form-send input[type="checkbox"]{
	margin-bottom: -20px;
}
.fhide {
    display: none;
}
.fhide2 {
    display: none;
    font-weight: bold;
    font-size: 18px;
}
#contact .form-control {
    height: 50px;
    font-size: 16px;
}
#contact textarea.form-control {
    padding-top: 16px;
    height: 150px;
}
#contact .form-control:focus {
    border-color: #fcb140;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 153, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 153, 0, 0.6);
}
#contact .del {
    color:#fcb140;
    font-weight: bold;
    font-size: 22px;
}
#check-error {
    margin-top: 0;
}

/* ---------------------------------------------------------
--recommended_links - subdirectory
----------------------------------------------------------*/
.section-links {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-links i {
    margin-right: 6px;
}
.section-links ul {
    margin-left: 16px;
}
/*todo - change color*/

/* ---------------------------------------------------------
--bousai - subdirectory
----------------------------------------------------------*/
.section-bousai {
    background: url(../images/bousai/bousai_img.png) no-repeat 80% 100%,
                url(../images/common/bg_pattern.png) repeat;
}
.section-bousai i {
    margin-right: 6px;
}
.section-bousai ul {
    margin-left: 16px;
}
.section-bousai a {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
/* ---------------------------------------------------------
--faq - subdirectory
----------------------------------------------------------*/
.section-faq {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-faq i {
    margin-right: 6px;
}
.section-faq h3 {
    color: #59b9c6;
}
.faq-answer {
    padding: 40px;
    border-radius: 8px;
    background: #fff;
}
/* ---------------------------------------------------------
--comingsoon - subdirectory
----------------------------------------------------------*/
.section-comingsoon {
    background: url(../images/common/koiki_back.png) no-repeat 82% 94%,
                url(../images/common/bg_pattern.png) repeat;
    min-height: 400px;
}
/* ---------------------------------------------------------
--error - subdirectory
----------------------------------------------------------*/
.section-error {
    background: url(../images/common/koiki_back.png) no-repeat 82% 94%,
                url(../images/common/bg_pattern.png) repeat;
    min-height: 400px;
}
.section-error p {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
/* ---------------------------------------------------------
--shoutenkai-info - subdirectory
----------------------------------------------------------*/
.section-shoutenkai {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-shoutenkai ul li {
    margin-top: 20px;
}

/* ---------------------------------------------------------
--blogsearch - subdirectory
----------------------------------------------------------*/
.section-blogsearch {
    background: url(../images/common/bg_pattern.png) repeat;
}
.btn-blogsearch {
    width:80%;
    margin: 0 auto;
}
.section-blogsearch .btn-group-lg>.btn {
    font-size: 16px;
}
.btn-blog-gourmet {
    border-color: #e7a035;
    background-color: #fcb140;
    color: #fff;
}
.btn-blog-gourmet:focus {
    border-color: #624518;
    background-color: #e7a035;
    color: #fff;
}
.btn-blog-gourmet:hover {
    border-color: #966a24;
    background-color: #e7a035;
    color: #fff;
}
.btn-blog-sl {
    border-color: #26556d;
    background-color: #31708f;
    color: #fff;
}
.btn-blog-sl:focus {
    border-color: #163240;
    background-color: #26556d;
    color: #fff;
}
.btn-blog-sl:hover {
    border-color: #224d63;
    background-color: #26556d;
    color: #fff;
}
.btn-blog-matsuri {
    border-color: #46b8da;
    background-color: #5bc0de;
    color: #fff;
}
.btn-blog-matsuri:focus {
    border-color: #246071;
    background-color: #46b8da;
    color: #fff;
}
.btn-blog-matsuri:hover {
    border-color: #3794b0;
    background-color: #46b8da;
    color: #fff;
}
.btn-blog-nomi {
    border-color: #9e6567;
    background-color: #c77e81;
    color: #fff;
}
.btn-blog-nomi:focus {
    border-color: #573739;
    background-color: #9e6567;
    color: #fff;
}
.btn-blog-nomi:hover {
    border-color: #805253;
    background-color: #9e6567;
    color: #fff;
}
.btn-blog-shopping {
    border-color: #028c7f;
    background-color: #009688;
    color: #fff;
}
.btn-blog-shopping:focus {
    border-color: #01524a;
    background-color: #028c7f;
    color: #fff;
}
.btn-blog-shopping:hover {
    border-color: #027066;
    background-color: #028c7f;
    color: #fff;
}
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    background-color: #eeeeee;
    content: " ";
}
.timeline > li {
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 40px;
    width: 50%;
}
.timeline > li:before,
.timeline > li:after {
    display: table;
    content: " ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    display: table;
    content: " ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
    float: left;
    width: 95%;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    content: " ";
}
.timeline > li > .timeline-badge {
    position: absolute;
    top: 16px;
    right: -12px;
    /*background-color: #999999;*/
    z-index: 100;
    width: 24px;
    height: 24px;
    color: #c5c7c5;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    /*
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body {
    background: rgba(255, 255, 255, 0.6);
}
.timeline-body h4 {
    margin: 0;
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 16px;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    padding:20px;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    text-decoration: none;
    cursor: pointer;
}
.timeline > li.timeline-inverted{
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.timeline > li:nth-child(2){
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
    left: -12px;
}
li.cat1:hover > .timeline-badge {
    color: #fcb140;
}
.cat1 .timeline-panel a {
    color: #e7a035;
}
li.cat2:hover > .timeline-badge {
    color: #31708f;
}
.cat2 .timeline-panel a {
    color: #31708f;
}
li.cat3:hover > .timeline-badge {
    color: #5bc0de;
}
.cat3 .timeline-panel a {
    color: #46b8da;
}
li.cat4:hover > .timeline-badge {
    color: #c77e81;
}
.cat4 .timeline-panel a {
    color: #c77e81;
}
li.cat5:hover > .timeline-badge {
    color: #009688;
}
.cat5 .timeline-panel a {
    color: #028c7f;
}
.timeline-panel a:hover, .timeline-panel a:active {
    color: #888;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
        position: relative;
        float: left;
        clear: left;
        margin-bottom: 20px;
        width:100%;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 28px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }

.timeline > li.timeline-inverted{
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
    left: 28px;
}
}
/* ---------------------------------------------------------
--chiebukuro - subdirectory
----------------------------------------------------------*/
.section-chiebukuro {
    background: url(../images/common/bg_pattern.png) repeat;
}
blockquote{
    border-left:none
}
.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);
}
.quote-box{
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 8px;
    background-color: #608309;
    margin: 20px auto;
    width: 100%;
    color:white;
    line-height: 1.8;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
}
.quote-solved {
    background-color: #9ea48f;
}
.quote-vote {
    background-color: #3291cd;
}
.quote-condition {
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 16px #9ea48f;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}
.quote-solved .quote-condition {
    border-right: solid 16px #b3d821;
}
.quote-vote .quote-condition {
    border-right: solid 16px #f4f4f4;
}
.quotation-mark{
    margin-top: -70px;
    font-weight: bold;
    font-size:100px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
}
.blog-post-actions .quotation-mark{
    margin-bottom: -80px;
    padding-top: 70px;
}
.quote-text{
    font-size: 16px;
    margin-top: -65px;
}
.blog-post-bottom {
    font-size: 13px;
    line-height: 1.4;
}
.btn-chie-more {
    margin-bottom: 20px;
    border: solid 1px #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
}
.btn-chie-more:hover {
    border: solid 1px #cdcdcd;
    background: #9ea48f;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-chie-more i {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
}
/* ---------------------------------------------------------
--train - subdirectory
----------------------------------------------------------*/
.section-train {
    background: url(../images/common/bg_pattern.png) repeat;
}
#train thead th:nth-child(1n) {
    width: 20%;
}
#train thead th:nth-child(2n) {
    width: 50%;
}
#train thead th:nth-child(3n) {
    width: 30%;
}
#train tbody tr {
    font-size: 14px;
}
#train tbody b {
    font-size: 20px;
}

/* ---------------------------------------------------------
--shinbashi-expert - subdirectory
----------------------------------------------------------*/
.section-expert {
    margin-bottom: 0;
    background: url(../images/news/bg_news.png) repeat;
}
.expert-top-heading {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.expert-top-heading i {
    font-size: 30px;
    margin-right: 10px;
}
.expert-subheading {
    font-size: 18px;
}
.expert-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: -0.1em;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.expert-body {
    font-size: 18px;
}
.expert-index li {
    line-height: 1.6;
    padding-left: 10px;
}
.expert-index a {
    color: #577906;
}
.expert-index a:hover {
    color: #888;
}

/* ---------------------------------------------------------
--sl - subdirectory
----------------------------------------------------------*/
.section-sl-calendar {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-sl-square {
    background: url(../images/sl/bg_sl.png) repeat;
}
#sl thead th:nth-child(1n) {
    width: 30%;
}
#sl thead th:nth-child(2n) {
    width: 70%;
}
#sl tbody tr {
    font-size: 18px;
}
#sl table b {
    font-size: 24px;
}
body#sl .padleft-right{
    padding-left: 5px;
    padding-right: 0px;
    line-height: normal;
}
#sl figure {
    cursor: pointer;
}
#sl figcaption p {
    font-size: 12px;
    line-height: 1.4;
}

/* ---------------------------------------------------------
--ticket - subdirectory
----------------------------------------------------------*/
.section-ticket {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-ticket .panel {
    line-height: 1.4;
    font-size: 14px;
}
.section-ticket .panel h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
}
.section-ticket .list-group label {
    color: #3291cd;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
}
.section-ticket .list-group label i {
    color: #000;
}
.section-ticket .list-group-item {
    margin-left: 15px;
    margin-right: 15px;
}
.section-ticket .list-group-item-heading {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #000;
}
/* ---------------------------------------------------------
--recruit - subdirectory
----------------------------------------------------------*/
.section-recruit {
    background: url(../images/common/bg_pattern.png) repeat;
}
.section-recruit .panel {
    line-height: 1.4;
    font-size: 14px;
}
.section-recruit .panel h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
}
.section-recruit .list-group label {
    color: #d9534f;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
}
.section-recruit .list-group label i {
    color: #000;
}
.section-recruit .list-group-item {
    margin-left: 15px;
    margin-right: 15px;
}
.section-recruit .list-group-item-heading {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #000;
}
