@charset"utf-8";

/* ---------------------------------------------------------------------------
 エレメント初期化
--------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img,
body,
html {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

q:before,
q:after {
    content: '';
}


/* ---------------------------------------------------------------------------

 エレメントに対する個別のデザイン設定を行う。

--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-size: 13px;
    font-size: 1.3em;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    ;
    color: #333;
    clear: both;
    overflow: auto;
    position: relative;
    top:0 !important;
    overflow-x: hidden;
    background: #ffffff !important;
    z-index: 10;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
address {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

p,
li,
dt,
dd,
th,
td,
pre {
    line-height: 1.5;
}

table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    font: 100%;
    font-size: inherit;
    word-wrap: break-word;
    word-break: break-all;
}

a {
    color: #00F;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #7C86C7;
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

img {
    width: 100%;
    height: auto;
}


/* ---------------------------------------------------------------------------

 ヘッダー、フッター定義

--------------------------------------------------------------------------- */


/*======================================

    ヘッダー

=======================================*/

header {
    width: 100%;
    display: block;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 50;
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
}

.shopHeader_inner {
    width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
    clear: both;
    display: block;
    overflow: hidden;
}

.drawer-open header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.shopHeader_info {
    width: 60%;
    float: left;
    display: block;
    overflow: hidden;
}

.shopHeader_info h1,
.fixed .shopHeader_info h1 {
    float: left;
    display: inline-block;
}

.fixed h1.logo a img {
    width: auto;
    height: 40px;
    display: block;
    margin-right:10px;
}

h1.logo a img {
    width: auto;
    height: 50px;
    display: block;
    margin-right:10px;
}

h1.shop_description {
    font-size: 12px !important;
    margin-top: 15px;
    width:60%;
}

.fixed h1.shop_description {
    margin-top: 15px;
    font-size: 12px !important;
}

ul.shopHeader_btn {
    width: 40%;
    float: right;
    display: block;
}

ul.shopHeader_btn li.shopTel,
ul.shopHeader_btn li.btnArea {
    float: left;
}

ul.shopHeader_btn li.shopTel {
    margin-right:0;
    padding-top:4px;
    width: 95%;
    text-align: right;
}

.fixed ul.shopHeader_btn li.shopTel{
     padding-top:0;
}

ul.shopHeader_btn li.btnArea {
    width: 40%;
    margin-right: 0 !important;
}

ul.shopHeader_btn li.logout_btn,
ul.shopHeader_btn li.mypage_btn {
    display: none;
}

.google-translate{
    position: absolute;
    top: 10px;
    right:5px;
}

.google-translate img {
    display: inline !important;
    width: auto !important;
}

.goog-te-gadget-simple span{
   display:inline-block;
}

.goog-te-menu-value img{
  width:auto !important;
}

.goog-te-banner-frame {
    left: 0px;
    bottom: 0px;
    top: auto !important;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6b90da;
    margin: 0;
    -moz-box-shadow: 0 0 8px 1px #999999;
    -webkit-box-shadow: 0 0 8px 1px #999999;
    box-shadow: 0 0 8px 1px #999999;
    _position: absolute;
}

li.shopTel a {
    font-size: 28px;
    font-weight: bold;
    color: #76c93a;
    text-decoration: none;
    line-height: 1.3;
    text-align: center;
}

li.shopTel span{
    color: #76c93a;
    font-size:34px;
}

li.login_btn a,
li.logout_btn a,
li.mypage_btn a {
    display: block;
    overflow: hidden;
    padding-top: 11px;
    padding-bottom: 11px;
    background: #76c93a;
    border: 2px solid #76c93a;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 5px;
}

li.login_btn a.btn:hover,
li.logout_btn a.btn:hover,
li.mypage a.btn:hover {
    background: #fff;
    color: #76c93a;
}

.fixed li.shopTel a {
    line-height: 1.1;
}

.fixed li.login_btn a,
.fixed li.logout_btn a,
.fixed li.mypage_btn a{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 90%;
}

nav.shopmenu {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    overflow-y: hidden;
}

.fixed ul.shopHeader_btn li.shopTel {
    padding-top: 0;
}

.fixed nav.shopmenu {
    margin: 7px 0 0;
}

ul.shopmenu_inner {
    width: 1170px;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
}

ul.shopmenu_inner .right {
    float: right;
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;
}

ul.shopmenu_inner li {
    float: left;
}

ul.shopmenu_inner li ul.submenu li {
    float: none;
    background: #fff;
}

ul.shopmenu_inner li a,
ul.submenu li a {
    display: block;
    overflow: hidden;
    color: #76c93a;
    padding: 10px 12px;
    text-decoration: none;
    text-align: center;
    border-collapse: collapse;
    font-size: 15px;
    box-sizing: border-box;
    
    
       
    
    
    
}

.fixed ul.shopmenu_inner li a {
    padding: 5px 12px;
}

ul.shopmenu_inner li a:hover {
    text-decoration: underline;
}

ul.shopmenu_inner li.dropdown span {
    position: relative;
    display: block;
    overflow: hidden;
    color: #76c93a;
    padding: 10px 12px;
    text-decoration: none;
    text-align: center;
    border-collapse: collapse;
    font-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    
    
       
    
    
    
}

.fixed ul.shopmenu_inner li.dropdown span{
     padding: 5px 12px;
}

ul.shopmenu_inner li.dropdown span:after{
    font-family: fontAwesome;
    content: '\f0d7';
    margin-left: 10px;
}

.fixed ul.submenu li a{
    padding: 10px 12px;
}

ul.submenu{
    display: none;
}

.active ul.submenu {
    position: absolute;
    top: 100%;
    bottom: 0;
    background: #fff;
    z-index: -10;
    display: block;
}

.fixed ul.submenu{
   display:none;
}

.fixed .active ul.submenu {
    position: absolute;
    top: 100%;
    bottom: 0;
    background: #fff;
    z-index: 0;
    display: block;
} 

ul.submenu li {
    border-bottom: 1px solid #76c93a;
}

ul.submenu li a:hover {
    text-decoration: none;
    background: #f7f7f7;
}

ul.submenu li:first-child {
    border-top: 1px solid #76c93a;
}

.slick-prev {
    height: 100% !important;
    left: 0 !important;
    display: block !important;
}

.slick-next {
    right: 0!important;
    height: 100% !important;
    display: table-cell !important;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff !important;
}

.slick-prev:before {
    font-family: FontAwesome !important;
    content: '\f053' !important;
}

.slick-next:before {
    font-family: FontAwesome !important;
    content: '\f054' !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1 !important;
}

.drawer-hamburger{
    top:-5px !important;
    right: 10px !important;
    width: 40px !important;
    height: 50px !important;
    padding: 0 10px !important;
}

.drawer-hamburger-icon {
    right: 0 !important;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100% !important;
    height: 3px !important;
    border:1px solid #fff;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #222;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px !important;
    left: -1px;
    content: ' ';
}

.drawer-hamburger-icon:after {
    top: 10px !important;
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0 !important;
}

.drawer-overlay {
    z-index: 30 !important;
}

.drawer-open.drawer--right .drawer-nav{
    z-index: 101 !important;
}

.drawer-menu {
    margin-top: 60px !important;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
}

.drawer-menu li:first-child {
    border-top: 1px solid #76c93a;
}

.drawer-menu-item {
    font-size: 13px !important;
    color: #76c93a !important;
    padding: 15px 10px !important;
    
    
       
    
    
    
}

.drawer-nav {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.drawer-dropdown-menu li:first-child{
    border-top: none !important;
}

.drawer-dropdown-menu-item{
    color: #76c93a !important;
}


@media (max-width:1600px) {
    .shopHeader_inner {
        width: 920px;
    }
    ul.shopmenu_inner {
        width: 920px;
    }
    h1.shop_description {
        font-size: 12px !important;
        margin-top: 15px;
    }
    li.shopTel a {
        font-size: 24px !important;
        margin-right:30px;
    }
}

@media (max-width:1366px) {
    li.shopTel a {
        font-size: 22px !important;
        line-height: 1.6;
    }
}

@media (max-width:1199px) {
    .shopHeader_info {
        width: 55%;
    }
    ul.shopHeader_btn {
        width: 45%;
    }
    li.btnArea ul li a {
        font-size: 85%;
    }
    h1.shop_description {
        font-size: 12px !important;
    }
    li.shopTel a {
        font-size: 21px !important;
    }
}

@media (min-width:992px) {
    .shopmenu-sp {
        display: none !important;
    }
}

@media (max-width:991px) {
   ul.shopHeader_btn li.shopTel,
   ul.shopHeader_btn li.btnArea{
   display:none;
   }
    .shopmenu-sp {
        background: #76c93a;
        display: block !important;
        position: relative;
    }
    
    .shopmenu-sp__inner .slick-list{
        overflow: visible !important;
    }

    .hide { 
        width: 0 !important;
    }
    
    .shopmenu-sp__inner {
        display: flex;
    }
    
    .shopmenu-sp__item {
        border-right: 1px solid #fff !important;
        display: inline-block;
        text-align: center;
    }
    
    .shopmenu-sp__item a,
    .shopmenu-sp__item span{
        align-items: center;
        background: #76c93a;
        color: #fff;
        display: flex;
        height: 30px;
        justify-content: center;
        text-decoration: none;
        width: 100%;
    }
    
    .submenu--sp a {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
     
    .shopmenu-sp__item.dropdown--sp {
        position: relative;
    }
    
    .submenu--sp {
        border-top: 1px solid #fff;
        display: none;
        position: absolute;
        width: 100%;
    }

    .active .submenu--sp {
       display: block;
    }
    
    .shopmenu-sp__item a:hover {
        background: #fff;
        color: #76c93a;
    }
    .shopmenu-sp__item:last-child a {
        border-right: 0;
    }
    ul.submenu--sp li a {
        height: auto;
        padding: 5px 0;
    }
    .fixed nav.shopmenu {
        margin: 0;
    }
    .fixed .shopHeader_inner {
        padding-top: 0;
    }
    .shopHeader_inner {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 0;
    }
    ul.shopmenu_inner {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .slick-prev,
    .slick-next {
        width: 4% !important;
        z-index: 30;
    }
    ul.shopmenu_inner li a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .fixed .shopHeader_inner {
        display: none;
    }
    .fixed .shopHeader_info,
    .shopHeader_info {
        float: none;
        width: 100%;
        clear: both;
        display: block;
    }
    ul.shopHeader_btn {
        float: none;
        width: 100%;
        display: block;
        clear: both;
    }
    h1.shop_description,
    .fixed h1.shop_description {
        font-size: 12px !important;
        width: 50%;
    }
    .shopHeader_info h1,
    .fixed .shopHeader_info h1 {
        float: left;
        display: inline-block;
    }
    h1.shop_description {
        margin: 0 !important;
    }
   ul.shopHeader_btn li.shopTel{
        padding-top:6px;
    }
    .fixed ul.shopmenu_inner li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    li.btnArea ul li a {
        font-size: 85%;
    }
    .fixed li.btnArea ul li a {
        font-size: 80%;
    }
    .shopHeader_inner{
        margin: 0 2% 10px;
    }
    li.shopTel a {
        font-size: 32px;
        line-height: 1;
        text-align: left;
    }
    nav.shopmenu {
        display: none;
    }
    .fixed h1.logo a img {
        height: 30px;
    }
    h1.logo a img {
        height: 40px;
    }
    ul.shopHeader_btn li.shopTel {
        text-align: left;
        padding-top: 2px;
    }
}

@media (max-width:767px) {
    .shopHeader_inner{
        width: 96%;
        margin: 0 2% 10px;
    }
    ul.shopmenu_inner {
        width: 100%;
        margin: 0;
    }
    ul.shopmenu_inner li a {
        font-size: 10px !important;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 12px !important;
    }
    ul.shopHeader_btn {
        margin-top: 8px;
    }
    .fixed ul.shopHeader_btn {
        margin-top: 0;
    }
    .google-translate{
        padding-top: 0;
    }
   ul.shopHeader_btn li.shopTel{
        padding-top:2px;
    }
    h1.shop_description,
    .fixed h1.shop_description {
        font-size: 12px !important;
    }
    li.btnArea ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .fixed li.btnArea ul li a {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 75%;
    }
    li.shopTel a {
        font-size: 24px !important;
        line-height: 1;
    }
    .fixed li.shopTel a {
        line-height: 1.3;
    }
    h1.shop_description {
        font-size: 12px;
        margin: 0 !important;
    }
    li.login_btn a {
        font-size: 80%;
    }
    li.shopTel span.fa {
        font-size: 28px;
    }
}

@media (max-width:600px) {
    li.shopTel a {
        font-size: 19px !important;
        line-height: 1;
    }
   li.shopTel span{
       font-size:23px;
   }
}

@media (max-width:414px) {
    li.shopTel a {
        font-size: 17px !important;
        line-height: 1.2;
    }
    .drawer-menu-item{
        padding:10px;
    }
}

@media (max-width:375px) {
    li.shopTel a {
        font-size: 15px !important;
        line-height: 1.7;
    }
}

@media (max-width:320px) {
    li.shopTel a {
        font-size: 14px !important;
        line-height: 1.9;
    }
}


/*======================================

    フッター

=======================================*/

footer {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    background: #76c93a;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.6);
}

.shopFooter_menu {
    clear: both;
    overflow: hidden;
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
    list-style: none;
}

.shopFooter_menu li a {
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    float: left;
    padding: 0 10px 0 0;
}

.shopFooter_menu li a:hover {
    text-decoration: underline;
}

.shopFooter_menu li a:after {
    content: '';
    border-right: 1px solid #ffffff !important;
    padding-right: 20px !important;
}

.shopFooter_menu li:last-child a:after {
    content: '';
    border-right: none !important;
    padding-right: 0;
}

a.topbtn {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 19px;
}

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

.topbtn_hide .topbtn {
    display: none;
}

@media (max-width:1199px) {
    .shopFooter_menu li a {
        font-size: 14px;
        padding: 0 10px 0 0;
    }
    .shopFooter_menu li a:after {
        padding-right: 10px !important;
    }
}

@media (max-width:991px) {
    footer {
        padding-bottom: 99px;
    }
    .shopFooter_menu {
        display: block;
    }
    .shopFooter_menu li a {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: center;
        line-height: 2.1;
        font-size: 19px;
    }
    .shopFooter_menu li a:after {
        border-right: none !important;
        padding: 0 !important;
    }
}

@media (max-width:767px) {
    footer {
        padding-bottom: 80px;
    }
}


/*--- ページ内リンク ---*/

a#toppagebtn {
    position: fixed;
    bottom: 15px;
    right: 40px;
    color: #161616;
    font-size: 300%;
}

@media (max-width:991px) {
    a#toppagebtn {
        right: 10px !important;
        bottom: 110px;
        font-size: 120%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:767px) {
    a#toppagebtn {
        bottom: 90px;
    }
}


/*--- 電話番号バナー ---*/

#tel_bnr {
    width: 100%;
    background-color: #76c93a;
    margin: 0;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 500;
    height: auto;
    color: #ffffff;
    text-align: center;
}

span.tel {
    display: block;
}

span.tel a {
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
}

span.tel span.fa {
    font-size: 120% !important;
    color: #ffffff;
}

span.tel_lead {
    font-size: 14px;
}

@media (min-width:992px) {
    #tel_bnr {
        display: none;
    }
}

@media (max-width:991px) {
    #tel_bnr {
        display: block;
    }
}

@media (max-width:414px) {
    span.tel a {
        font-size: 18px;
    }
    span.tel_lead {
        font-size: 12px;
    }
}


/* --------------------------------------------------------------------------

 レイアウト 設定

--------------------------------------------------------------------------- */

section {
    display: block;
    overflow: hidden;
    clear: both;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    /*background:rgba(255,255,255,0.7);*/
    /*box-shadow: 0 0 8px rgba(0,0,0,0.3);*/
    box-sizing: border-box;
}

@media (max-width:1600px) and (min-width:992px) {
    .container {
        width: 950px !important;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .container {
        width: 750px !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:767px) {
    .container {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

.container-fluid {
    width: 100%;
}


/* --------------------------------------------------------------------------

 グリッド設定

--------------------------------------------------------------------------- */

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after,
{
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

@media (min-width: 1200px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}


/* --------------------------------------------------------------------------

マージン　設定

--------------------------------------------------------------------------- */

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}


/* --------------------------------------------------------------------------

フロート　設定

--------------------------------------------------------------------------- */

.float_l {
    float: left;
}

.float_r {
    float: right;
}


/* --------------------------------------------------------------------------

クリアフィクス　設定

--------------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}


/*-----------------------------------------------------------------------------

マウスオーバー

------------------------------------------------------------------------------*/

.btn::before,
.btn::after,
#share li a::before,
#share li a::after,
.shopHeader_inner li a:before,
.shopHeader_inner li a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btn,
.btn::before,
.btn::after,
#share li a,
#share li a::after,
#share li a::before,
.shopHeader_inner li a,
.shopHeader_inner li a:before,
.shopHeader_inner li a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*-----------------------------------------------------------------------------

パンくずリスト(プラグインを使う場合はこの部分を消してください)

------------------------------------------------------------------------------*/
ul.bread_list {
   display: block;
   clear: both;
   position: relative;
   margin: 1rem 0;
   overflow: visible;
}

ul.bread_list:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

ul.bread_list li a {
    text-decoration: none;
    color:black;
}

ul.bread_list li{
    float: left;
}

.bread_list li:not(:last-child):after {
    content: " ≫ ";
    margin: 0 1rem;
}
@media (max-width:767px) {
    li.bread_list_last_link{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; /* Opera9,10対応 */
    }
}

/*-----------------------------------------------------------------------------

トップページ

------------------------------------------------------------------------------*/


/*--- 共通 ---*/

.contents {
    overflow: visible !important;
}

.shopMain {
    
    
    
    
	    background-color:#ffffff;
	
    
    
    position: relative;
    padding-bottom: 20px;
}

.drawer-open .shopMain:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.pageHead {
    font-size: 28px;
    font-weight: bold;
    color: #76c93a;
    line-height: 1.4;
}

.pageHead:before{
    content: '\f10c';
    font-family: fontAwesome;
    margin-right: 10px;
}

.content_head b {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #666;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.content_head {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 34px;
    line-height: 1.1;
    font-family: 'Crimson Text', serif;
}

.content_head span {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.content_head::before {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
    content: '';
    display: block;
    margin-left: 25%;
    width: 15%;
    height: 2px;
    background: -webkit-linear-gradient(-45deg, #000, #333 30%, #333 70%, transparent);
    background: linear-gradient(-45deg, #000, #333 30%, #333 70%, transparent);
}

.content_head::after {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    content: '';
    display: block;
    margin-right: 25%;
    width: 15%;
    height: 2px;
    background: -webkit-linear-gradient(-45deg, transparent, #333 30%, #333 70%, #000);
    background: linear-gradient(-45deg, transparent, #333 30%, #333 70%, #000);
}

a.more_btn {
    background: #76c93a;
    border: 2px solid #76c93a;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: normal;
    width: 28%;
    padding: 10px 0;
    margin: 50px 36% 0;
    line-height: 1.8;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
}

a.more_btn:hover {
    background: #fff;
    color: #76c93a;;
}

span.lefticon {
    margin-right: 10px;
}

@media (max-width:1199px) {
    a.more_btn {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    a.more_btn {
        width: 60%;
        margin: 30px 20% 0;
        padding: 5px 0;
    }
}

@media (max-width:767px) {
    a.more_btn {
        font-size: 12px;
        margin: 30px 20% 0;
        padding: 3px 0;
    }
    .content_head {
        font-size: 28px;
    }
    .content_head::before {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 1;
        content: '';
        display: block;
        margin-left: 15%;
        width: 15%;
        height: 2px;
        background: -webkit-linear-gradient(-45deg, #000, #333 30%, #333 70%, transparent);
        background: linear-gradient(-45deg, #000, #333 30%, #333 70%, transparent);
    }
    .content_head::after {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 1;
        content: '';
        display: block;
        margin-right: 15%;
        width: 15%;
        height: 2px;
        background: -webkit-linear-gradient(-45deg, transparent, #333 30%, #333 70%, #000);
        background: linear-gradient(-45deg, transparent, #333 30%, #333 70%, #000);
    }
}

@media (max-width:375px) {
    .content_head::before {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 1;
        content: '';
        display: block;
        width: 15%;
        height: 2px;
        background: -webkit-linear-gradient(-45deg, #000, #333 30%, #333 70%, transparent);
        background: linear-gradient(-45deg, #000, #333 30%, #333 70%, transparent);
    }
    .content_head::after {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 1;
        content: '';
        display: block;
        width: 15%;
        height: 2px;
        background: -webkit-linear-gradient(-45deg, transparent, #333 30%, #333 70%, #000);
        background: linear-gradient(-45deg, transparent, #333 30%, #333 70%, #000);
    }
}


/*--- 店舗紹介 ---*/

.shopMain_headarea {
    position: relative;
    width: 100%;
    padding-top: 33.3%;
    overflow: hidden;
    margin-top: 110px;
}

.shopMain_headarea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.shopMain_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
}

h1.description_head {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, h1.description_head { line-height: 1.35; } /* IE11 */
}

.description_txt {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

@media (max-width:1199px) {
    .shopMain_description {
        font-size: 18px;
    }
    h1.description_head {
        font-size: 26px;
    }
    .description_txt {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .shopMain_description {
        padding: 15px;
        font-size: 15px;
    }
    .description_txt {
        font-size: 16px;
    }
    .shopMain_headarea {
        position: relative;
        width: 100%;
        padding-top: 33.3%;
        overflow: hidden;
        margin-top:120px;
    }
    .scroll .shopMain_headarea {
        position: relative;
        width: 100%;
        padding-top: 33.3%;
        overflow: hidden;
        margin-top:30px;
    }
    .shopMain_headarea img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .shopMain_description {
        font-size: 12px;
        padding: 10px;
    }
    h1.description_head {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .description_txt {
        font-size: 12px;
        line-height: 1.5;
    }
   .shopMain_headarea {
       position: relative;
       width: 100%;
       padding-top: 33.3%;
       overflow: hidden;
       margin-top: 120px;
    }
    .scroll .shopMain_headarea {
       position: relative;
       width: 100%;
       padding-top: 33.3%;
       overflow: hidden;
       margin-top: 30px;
    }
}


@media (max-width:320px) {
    .shopMain_description {
        font-size: 10px;
        padding: 5px;
    }
    .description_txt {
        font-size: 10px;
    }
    h1.description_head {
        font-size: 22px;
    }
}


/*--- メニュー ---*/

#shop_Menu {
    display: block;
    clear: both;
    overflow: hidden;
}

.shopMenu_bgArea {
    position: relative;
    width: 100%;
    padding-top: 33.3%;
    display: block;
    overflow: hidden;
}

.shopMenu_area {
    width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}

.shopMenu_bgArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: block;
}

.shopMenu_bgArea:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.shopMenu_area h1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.shopMenu_area p {
    font-size: 21px;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#shop_Menu a.more_btn {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width:1600px) {
    .shopMenu_area {
        width: 100%;
    }
}

@media (max-width:1199px) {
    .shopMenu_area h1 {
        font-size: 28px;
    }
    .shopMenu_area p {
        font-size: 19px;
    }
}

@media (max-width:991px) {
    .shopMenu_area {
        width: 750px !important;
    }
    .shopMenu_area h1 {
        font-size: 26px;
    }
    .shopMenu_area p {
        font-size: 18px;
    }
    .shopMenu_bgArea {
        position: relative;
        width: 100%;
        padding-top: 33.3%;
        display: block;
        overflow: hidden;
    }
    .shopMenu_bgArea img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .shopMenu_area h1 {
        font-size: 21px;
        margin-bottom: 3px;
    }
    .shopMenu_area {
        width: 80% !important;
    }
    .shopMenu_area p {
        font-size: 12px;
    }
}

@media (max-width:320px) {
    .shopMenu_area h1 {
        font-size: 18px;
    }
    .shopMenu_area p {
        font-size: 10px;
    }
}


/*--- ニュース ---*/

.shopNews_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    overflow: hidden;
}

#shop_News {
    padding-top: 0;
}

#shopNews_post {
    padding-top: 20px;
}

.shopNews_box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    width: 32.6% !important;
    margin-right: 1.1%;
    height: auto;
}

.shopNews_box:last-child {
    margin-right: 0 !important;
}

.col-md-12.shopRecruit_box{
    margin-left:25.5% !important;
    margin-right:25.5% !important;
}

.col-md-12.shopGallary_photoarea,
.col-md-12.shopNews_box,
li.col-md-12.col-sm-12.Coupon_box:first-child{
    margin-left:33.7% !important;
    margin-right:33.7% !important;
}

.col-md-6.shopNews_box:first-child,
.col-md-6.shopGallary_photoarea:first-child,
li.col-md-6.col-sm-12.Coupon_box:first-child{
    margin-left: 16.85%;
}

.col-md-6.shopGallary_photoarea:last-child{
    margin-right:0;
}

.shopNews_box img {
    display: block;
}

.shopNews_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
}

.shopNews_txt h2,
.shopNews_txt span {
    display: block;
}

.shopNews_txt h2 {
    font-size: 18px;
}

span.newsDatail {
    font-size: 15px;
}

span.newsTxt {
    padding-top: 5px;
    font-size: 16px;
}

a.news_page {
    text-decoration: none;
    color: #fff;
    display:block;
}

a.news_page:hover {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

@media (max-width:1600px) {
    .shopNews_area {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .col-md-12.shopGallary_photoarea,
    .col-md-12.shopNews_box,
    li.col-md-12.col-sm-12.Coupon_box:first-child{
     margin-left:0 !important;
     margin-right:0 !important;
    }

   .col-md-6.shopNews_box:first-child,
   .col-md-6.shopGallary_photoarea:first-child,
   li.col-md-6.col-sm-12.Coupon_box:first-child{
    margin-left: 0;
   }
    .shopNews_area {
        width: 100% !important;
    }
    .shopNews_box {
        width: 100% !important;
        margin: 0 0 20px;
    }
    .shopNews_txt {
        padding: 10px;
    }
    .shopNews_txt h2 {
        font-size: 18px;
    }
    span.newsDatail,
    span.newsTxt {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .shopNews_area {
        width: 100% !important;
    }
    .shopNews_txt h2 {
        font-size: 16px;
    }
    span.newsDatail,
    span.newsTxt {
        font-size: 12px;
    }
    span.newsTxt {
        padding-top: 3px;
    }
    span.newsDatail {
        padding-bottom: 3px;
    }
}

@media (max-width:320px) {
    .shopNews_txt h2 {
        font-size: 14px;
    }
    span.newsDatail,
    span.newsTxt {
        font-size: 10px;
    }
    .shopNews_txt {
        padding: 5px;
    }
}


/* ギャラリー */

#shop_Gallary {
    padding-top: 20px;
}

.shopGallary_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.shopGallary_colArea06 {
    width: 50%;
    float: left;
    padding: 0 !important;
    box-sizing: border-box;
}

.shopGallary_box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    width: 49% !important;
    margin: 0 1% 1% 0;
    box-sizing: border-box;
}

.shopGallary_box:nth-child(n+3) {
    margin: 0 1% 0 0 !important;
}

.shopGallary_box02 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 0 1% 0;
    width: 100% !important;
    box-sizing: border-box;
}

.shopGallary_box03 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0!important;
    width: 24.617% !important;
    margin: 0 0.51% 10px 0;
    box-sizing: border-box;
}

.shopGallary_box03:last-child {
    margin: 0 0 10px 0 !important;
}

.shopGallary_box{
    background: #000 !important;
}

.shopGallary_box a img {
    display: block;
}

a.shopgallary_photo:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

a.shopgallary_photo {
    display: block;
    z-index: 50;
}

@media (max-width:1600px) {
    .shopGallary_area {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .shopGallary_area {
        width: 100% !important;
    }
    .shopGallary_colArea06 {
        width: 100%;
        float: none;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .shopGallary_box {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0!important;
        width: 49% !important;
        margin: 0 2% 2% 0 !important;
        box-sizing: border-box;
        float: left;
    }
    .shopGallary_box:nth-child(n+3) {
        margin: 0 2% 0 0 !important;
    }
    .shopGallary_box02 {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 2%;
        box-sizing: border-box;
    }
    .shopGallary_box03 {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0!important;
        width: 49% !important;
        margin: 0 2% 2% 0 !important;
        box-sizing: border-box;
        float: left;
    }
    .shopGallary_box03:nth-child(2n),
    .shopGallary_box:nth-child(2n) {
        padding: 0 !important;
        margin: 0 0 2% 0 !important;
    }
}

@media (max-width:767px) {
    .shopGallary_area {
        width: 100% !important;
    }
}


/* お客様の声 */

.shopReview_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    overflow: hidden;
}

.shopReview_chart{
   margin-left: 10%;
   margin-right: 10%;
   background:#fff;
   border: 1px solid #ccc;
   border-radius: 5px;
   margin-bottom:30px;
}

.shopReview_box {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}

.Review_img {
    width: 34%;
}

.Review_box {
    width: 66%;
}

.Review_img,
.Review_box {
    box-sizing: border-box;
}

.shopReview_star {
    display: inline;
    float: left;
    margin-right: 20px;
}

.shopReview_txt {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.8;
}

h2.shopReview_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

span.shopReview_user {
    font-size: 14px;
}

span.shopReview_user a {
    text-decoration: none;
}

span.shopReview_datail {
    margin-left: 12px;
    font-size: 12px;
}

.Review_page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

a.Review_page:hover {
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
}

@media (max-width:1600px) {
    .shopReview_area {
        width: 100% !important;
    }
}

@media (max-width:1199px) {
    .Review_img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .shopReview_area {
        width: 100% !important;
    }
    .Review_img {
        width: 100% !important;
        margin: 0;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .Review_box {
        width: 100%;
        margin: 0;
    }
    .shopReview_box{
       width:100%;
       margin:0 0 20px 0 !important;
     }
    .shopReview_chart{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .shopReview_area {
        width: 100% !important;
    }
    h2.shopReview_title {
        font-size: 18px;
        margin-bottom: 3px;
    }
    span.shopReview_user {
        font-size: 14px;
    }
    span.shopReview_datail {
        margin-left: 10px;
        font-size: 11px;
    }
    .shopReview_txt{
        font-size: 13px;
    }
    .shopReview_txtp {
        line-height: 2.2;
    }
}


/* 採用情報 */

.shopRecruit_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    overflow: hidden;
}

.shopRecruit_box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    width: 48.7% !important;
    margin-right: 1.4%;
    margin-bottom:30px;
}

.shopRecruit_box:last-child {
    margin-right: 0 !important;
}

.shopRecruit_box img {
    display: block;
}

.shopRecruit_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
}

.shopRecruit_info span {
    display: block;
}

h2.shopRecruit_title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 3px;
}

span.shopRecruit_datail {
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}

span.shopRecruit_txt {
    font-size: 16px;
    padding-top: 10px;
}

a.Recruit_page {
    text-decoration: none;
    color: #333;
    display: block;
}

a.Recruit_page:hover {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
@media (max-width:1600px) {
    .shopRecruit_area {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .shopRecruit_area {
        width: 100% !important;
    }
    .shopRecruit_box {
        width: 100% !important;
        margin: 0 0 30px;
    }
    .shopRecruit_info {
        padding: 10px;
    }
    h2.shopRecruit_title {
        font-size: 18px;
        margin-bottom: 0;
    }
    span.shopRecruit_datail {
        font-size: 14px;
        padding-bottom: 0;
    }
    span.shopRecruit_txt {
        font-size: 14px;
        padding-top: 5px;
    }
    .shopReview_star {
        display: block;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .shopRecruit_area {
        width: 100% !important;
    }
    .shopRecruit_info {
        padding: 10px;
    }
    h2.shopRecruit_title {
        font-size: 16px;
        margin-bottom: 0;
    }
    span.shopRecruit_datail {
        font-size: 11px;
        padding-bottom: 0;
    }
    span.shopRecruit_txt {
        font-size: 12px;
        padding-top: 5px;
    }
}

@media (max-width:320px) {
    h2.shopRecruit_title {
        font-size: 14px;
    }
    span.shopRecruit_datail,
    span.shopRecruit_txt {
        font-size: 10px;
    }
    span.shopRecruit_txt {
        padding: 5px;
    }
}


/* 店舗概要・アクセス */

#about {
    padding-top: 20px;
}

.shopAccess_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.shopAccess_area {
    width: 100%;
    box-sizing: border-box;
}

table.shopAccess_table {
    width: 100%;
    margin: 0 0 20px;
    font-size: 21px;
    border-collapse: collapse;
}

table.shopAccess_table tr {
    border-bottom: 1px solid #333;
}

table.shopAccess_table tr:first-child {
    border-top: 1px solid #333;
}

.shopAccess_table tr:last-child {
    border-bottom: 1px solid #333;
}

table.shopAccess_table th,
table.shopAccess_table td {
    padding: 20px 10px;
    color: #666;
    box-sizing: border-box;
}

table.shopAccess_table th {
    width: 25%;
    font-weight:bold;
}

table.shopAccess_table a{
    color: #666;
}

table.shopAccess_table a:hover{
    color: #999;
}

.shopAccess_map {
    position: relative;
    padding-bottom: 56.25%;
    height:0;
    width: 100% !important;
    margin: 50px 0 20px;
    box-sizing: border-box;
}

.shopAccess_map iframe,
.shopAccess_map object,
.shopAccess_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width:1600px) {
    .shopAccess_area {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .shopAccess_area {
        width: 100% !important;
    }
    table.shopAccess_table {
        font-size: 18px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 20px;
    }
    table.shopAccess_table tr:first-child th {
        border-top: 1px solid #333;
    }
    table.shopAccess_table th,
    table.shopAccess_table td {
        display: block;
        float: none !important;
        width: 100% !important;
        border-bottom: 1px solid #333;
    }
    table.shopAccess_table tr {
        border-top: none;
        border-bottom: none;
    }
    table.shopAccess_table {
         width:100%;
    }
   .shopAccess_mapArea{
    width: 100%;
    margin: 0 0 20px;
    }
}

@media (max-width:767px) {
    .shopAccess_area {
        width: 100% !important;
    }
}


/* SNS */

#share {
    width: 90%;
    margin: 50px 5% 50px;
    clear: both;
    display: block;
    overflow: hidden
}

#share li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative !important;
    color: #fff;
}

#share li:last-child {
    margin-right: 0 !important;
}

#share li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    display: block;
    position: relative;
}

#share li span {
    position: absolute;
    bottom: 25%;
    right: 38.5%;
    color: inherit;
}

li.twitter a {
    background: #55acee;
    border: 2px solid #55acee;
}

#share li.twitter a::before {
    font-family: FontAwesome;
    content: "\f099";
    z-index: 10;
    margin-left: 30%;
}

li.facebook a {
    background: #305097;
    border: 2px solid #305097;
}

#share li.facebook a::before {
    font-family: FontAwesome;
    content: "\f09a";
    z-index: 10;
    margin-left: 33%;
}

li.line a{
    background:#09B701;
    border: 2px solid #09B701;
}

#share li.twitter a:hover,
#share li.facebook a:hover,
#share li.line a:hover{
    background: #fff;
}

#share li.twitter a:hover,
#share li.twitter:hover {
    color: #55acee !important;
}

#share li.facebook a:hover,
#share li.facebook:hover {
    color: #305097 !important;
}

#share li.line a:hover{
    color: #09B701;
}

@media (max-width:1600px) {
    #share li span {
        right: 37.2%;
    }
}

@media (max-width:991px) {
    #share {
        width: 82% !important;
        margin: 50px 9% 50px;
    }
    #share li span {
        right: 36.5% !important;
    }
    #share li a {
        padding: 5px 0;
    }
}

@media (max-width:991px) {
    #share li {
        float: none;
        width: 100% !important;
        margin: 0 0 10px;
    }
    #share li.twitter a::before {
        margin-left: 20% !important;
    }
    #share li.facebook a::before {
        margin-left: 22% !important;
    }
    #share li span {
        right: 33.5% !important;
    }
}


/*-----------------------------------------------------------------------------

ページ共通

------------------------------------------------------------------------------*/

.breadcrumb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li:after {
    content: '>';
    margin-left: 10px;
    margin-right: 10px;
    color: #333;
}

.breadcrumb li:last-child:after {
    content: '';
    margin-left: 0;
    margin-right: 0;
}

.breadcrumb li a {
    color: #888;
    text-decoration: none;
}

.breadcrumb li:last-child {
    color: #555;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

@media (max-width:1600px) {
    .breadcrumb {
        width: 100%;
    }
}

@media (max-width:991px) {
    .breadcrumb {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .breadcrumb {
        width: 100%;
    }
}

.shoppage {
    word-wrap: break-word;
}

.shopPage_headImg {
    position: relative;
    width: 100%;
    padding-top: 33.3%;
    overflow: hidden;
    margin-top: 110px;

}

.shopPage_headImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.img_horizontal {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    display: block;
}

.img_horizontal img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img_horizontal02 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    display: block;
}

.img_horizontal02 img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img_square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}

.img_square img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img_horizontal,
.img_horizontal02,
.img_square,
.img_vertical {
    display: none;
}

.shopPage_headTxt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}

.shopPage_headTxt h1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.Coupon_box .img_square:hover:after,
.shopGallary_photoarea .img_horizontal:hover:after,
.shopRecruit_box .img_horizontal:hover:after,
.shopNews_box a:hover:after,
.shopGallary_box .img_horizontal:hover:after,
.shopGallary_box02 .img_horizontal:hover:after,
.shopGallary_box03 .img_horizontal:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width:1600px) {
    .shopPage_headTxt {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopPage_headTxt {
        width: 100%;
    }
    .shopPage_headTxt h1 {
        font-size: 29px;
    }
    .shopPage_headTxt {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .shopPage_headImg {
        padding-top: 33.3%;
        margin-top: 120px;
    }
    .scroll .shopPage_headImg {
        padding-top: 33.3%;
        margin-top: 30px
    }
    .shopPage_headImg img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .shopPage_headTxt {
        width: 100%;
    }
    .shopPage_headTxt h1 {
        font-size: 24px;
    }
}

@media (max-width:414px) {
    .shopPage_headTxt {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .shopPage_headTxt h1 {
        font-size: 20px;
    }
}

@media (max-width:320px) {
    .shopPage_headTxt {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .shopPage_headTxt h1 {
        font-size: 18px;
    }
}


/*-----------------------------------------------------------------------------

ページャー(プラグインを使う場合はこの部分を消してください)

------------------------------------------------------------------------------*/

.content-nav ul {
    text-align: center;
    margin: 0 0 10px;
    padding: 10px 10px 5px;
}

.content-nav ul li {
    list-style-type: none;
    font-size: 1em;
    display: inline;
}

.content-nav ul li a{  
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 16px;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 2px;
} 

.content-nav ul li a.link_next{
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.content-nav ul li a.link_before{
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.content-nav ul span.current_page {  
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    background: #dfefd6;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 16px;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 2px;
} 

.content-nav ul li a:hover {
    background: #dfefd6;
}

@media (max-width:767px) {
    /*ul.pager_sample li#page04,
    ul.pager_sample li#page05 {
        display: none;
    }
    ul.pager_sample li a,
    ul.pager_sample li span {
        font-size: 14px;
    }*/
    .content-nav ul li a{  
       width: 30px;
       height: 30px;
       text-align: center;
       line-height: 30px;
    } 

    .content-nav ul span a.fs-current-link,
    .content-nav ul span.current_page,
    .content-nav ul li a.link_next,
    .content-nav ul li a.link_before{ 
       height:30px;
       width:30px;
       line-height:30px;
    } 
}


/*-----------------------------------------------------------------------------

クーポン一覧

------------------------------------------------------------------------------*/

#shop_Coupon,
#shop_news02 {
    padding-top: 20px;
}

.shopCoupon_area {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
    clear: both;
    overflow: hidden;
}

.Coupon_box a {
    text-decoration: none !important;
    color: #333 !important;
    display: block;
}

.Coupon_box {
    padding: 0 !important;
    width: 32.6% !important;
    margin-right: 1.1%;
    margin-bottom:20px;
}

.Coupon_box:nth-child(3n){
    margin-right: 0 !important;
}

.box_img {
    width: 100%;
    display: block;
}

.box_datail {
    clear: both;
    display: block;
    margin-top: 5px;
    padding: 7px 5px;
    border: 3px solid #ccc;
    background: #fff;
}

h2.box_head {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

span.box_review,
span.box_shopname,
span.box_price,
span.box_message {
    display: block;
}

span.box_review {
    text-align: right;
}

@media (max-width:1600px) {
    .shopCoupon_area {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopCoupon_area {
        width: 100%;
    }
    .Coupon_box {
        width: 100% !important;
        margin: 0 0 50px;
    }
}

@media (max-width:767px) {
    .shopCoupon_area {
        width: 100%;
        margin: 0;
    }
}


/*-----------------------------------------------------------------------------

クーポン一覧

------------------------------------------------------------------------------*/

.shopcoupon_infoarea,
.shopcoupon_review {
    display: block;
    clear: both;
    overflow: hidden;
}

.shopcoupon_review .shopReview_area {
    box-sizing: border-box;
}

.shopcoupon_head {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #666;
}

.shopcoupon_infoarea {
    margin-bottom: 30px;
}

.shopcoupon_title {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    position: relative;
}

.shopcoupon_shopname {
    color: #6a6a6a;
    font-size: 16px;
    margin-bottom: 5px;
}

.shopcoupon_img,
.shopcoupon_txt {
    box-sizing: border-box;
}

.shopcoupon_img img {
    display: block;
}

.shopcoupon_txt ul {
    padding-bottom: 5px;
    border-top: 1px solid #666;
    margin-top: 5px;
    padding-top: 5px;
}

.shopcoupon_txt ul li,
.shopcoupon_txt p {
    font-size: 16px;
    line-height: 1.7;
}

a.coupon_favorite {
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    padding: 15px 10px;
    text-decoration: none;
    background: #76c93a;
    border: 2px solid #76c93a;
    color: #fff;
    border-radius: 10px;
    display:none;
}

a.coupon_favorite:hover {
    background: #fff;
    color: #76c93a;
}

.user_icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.shopcoupon_review .shopReview_box {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    box-sizing: border-box;
}

shopcoupon_review .shopReview_area,
.shopReview_area .shopReview_txt {
    clear: both;
}

.shopcoupon_review .shopReview_box .shopReview_user,
.shopcoupon_review .shopReview_box .shopReview_datail {
    line-height: 2.5 !important;
}

#shop_Coupon,
.shopcoupon_info {
    overflow: visible;
}

@media (max-width:991px) {
    .shopcoupon_img {
        margin-bottom: 15px;
    }
    .shopcoupon_txt {
        overflow: hidden;
    }
    .shopcoupon_infoarea,
    .shopcoupon_review {
        box-sizing: border-box;
    }
    .shopcoupon_infoarea {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .shopcoupon_review .shopReview_area {
        box-sizing: border-box;
        width: 100% !important;
    }
    .shopcoupon_review .shopReview_box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
    .shopcoupon_title {
        font-size: 21px;
    }
    .user_icon {
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .shopcoupon_infoarea,
    .shopcoupon_review,
    .shopcoupon_head {
        width: 100% !important;
    }
    .shopcoupon_review .shopcoupon_head {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    a.coupon_favorite {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 90%;
    }
    .shopcoupon_title {
        font-size: 18px;
    }
    .shopcoupon_txt ul li,
    .shopcoupon_txt p {
        font-size: 14px;
        line-height: 1.8;
    }
    .shopReview_box {
        padding: 15px;
    }
}


/*-----------------------------------------------------------------------------

ニュース一覧

------------------------------------------------------------------------------*/

.shopNews_post {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 15px;
    display: block;
    overflow: hidden;
    clear: both;
    /*background: #fff;*/
    border-bottom: 1px solid #333;
    /*border-radius: 5px;*/
    position: relative;
    box-sizing: border-box;
}

.shopNews_postTxt,
.shopNews_postImg {
    padding: 0 !important;
}

.shopNews_postTxt {
    width: 64.66666667%;
    padding-left: 2% !important;
}

.shopNews_postTxt h2,
.shopNews_postTxt span,
.shopNews_postTxt a {
    display: block;
}

h2.shopNews_postTitle {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 3px;
}

.shopNews_postDatail {
    font-size: 17px;
    padding-bottom: 10px;
}

.shopNews_postImg .img_horizontal{
    margin-bottom: 10px;
}

.shopNews_txtarea {
    padding-top: 10px;
    font-size: 19px;
}

a.shopNews_postMore {
    font-size: 19px;
    color: #76c93a;
    margin-top: 25px;
    text-align: right;
    text-decoration: none;
    padding-right: 15px;
}

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

a.shopNews_postMorearea:hover {
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.shopNews_postMore:before {
    content: '≫';
    padding-right: 5px;
}

a.shopNews_postMorearea {
    color: #333;
    text-decoration: none;
}

@media (max-width:1600px) {
    .shopNews_post {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopNews_post {
        width: 100%;
        padding: 0;
    }
    .shopNews_postTxt {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
        padding-left: 0 !important;
    }
    .shopNews_postImg {
        margin-bottom: 20px;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 4%;
    }
    .shopNews_postMore {
        margin-top: 20px;
    }
    .shopNews_postMore {
        padding-right: 2%;
    }
}

@media (max-width:767px) {
    .shopNews_post {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 !important;
    }
    .shopNews_post:last-child {
        margin: 0 2% !important;
    }
    h2.shopNews_postTitle {
        font-size: 18px;
    }
    h2.shopNews_postTitle {
        margin-bottom: 2px;
    }
    .shopNews_postDatail {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .shopNews_postTxt {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .shopNews_postImg {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .shopNews_txtarea {
        font-size: 16px;
        padding-top: 5px;
        line-height: 1.8;
    }
    .shopNews_postMore {
        font-size: 16px;
    }
}


/*-----------------------------------------------------------------------------

ニュース個別

------------------------------------------------------------------------------*/

.shopNews_postArea {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.Coupon_box .img_square{
    background: #000;
}

.Coupon_box a:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.shopNews_postHead {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    color: #555;
}

.shopNews_postHead .shopNews_postDatail {
    border-bottom: none;
}

.shopNews_postArea p {
    margin-bottom: 20px;
}

.shopNews_area img {
    margin-bottom: 10px !important;
}

a.shopNews_btn {
    width: 18%;
    margin: 30px 41% 0;
    padding: 12px 0;
    font-size: 18px;
    color: #fff;
    background: #76c93a;
    border: 2px solid #76c93a;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 3px;
}

a.shopNews_btn:hover {
    background: #fff;
    color: #76c93a;
}

@media (max-width:1600px) {
    .shopNews_postArea {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopNews_postArea {
        width: 100%;
    }
    .shopNews_postArea p {
        line-height: 1.5;
    }
    .shopNews_postArea .shopNews_postImg {
        width: 100%;
        margin: 0 !important;
    }
    a.shopNews_btn {
        width: 32%;
        margin: 30px 34% 0;
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .shopNews_postArea {
        width: 100%;
    }
    .shopNews_postArea p {
        line-height: 1.7;
    }
    a.shopNews_btn {
        width: 60%;
        margin: 30px 20% 0;
        font-size: 18px;
    }
}


/*-----------------------------------------------------------------------------

メニュー

------------------------------------------------------------------------------*/

#shopMenu {
    padding-top: 20px;
}

.shopMenu_content,
.shopLecturer_content {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
    overflow: hidden;
    clear: both;
}

.shopMenu_Img,
.shopMenu_Txt,
.shopLecturer_Img,
.shopLecturer_Txt {
    box-sizing: border-box;
    padding: 0 !important;
}

.shopMenu_Img {
    width: 49%;
    margin-right: 1%;
}

.shopLecturer_Img {
    width: 20%;
    margin-right: 5%;
}

.shopLecturer_Txt {
    width: 75%;
}

.shopMenu_Img02,
.shopLecturer_Img02 {
    width: 49%;
    margin-right: 1%;
    padding-right: 0;
    padding-left: 0;
}

.shopMenu_Img img,
.shopLecturer_Img02 img {
    display: block;
}

.shopMenu_Txt p,
.shopLecturer_Txt p {
    font-size: 19px;
    line-height: 1.8;
}

.shopLecturer_Img .img_square {
    border-radius: 50%;
}

.shopLecturer_head {
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}

.shopLecturer_headtxt h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.shopLecturer_Txt h1 {
    border-bottom: 1px solid #aaa;
    font-size: 22px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.shopLecturer_headtxt span {
    text-align: center;
    font-size: 14px;
    color: #888;
    display: block;
}

.shopMenu_content:last-child .shopMenu_Img,
.shopLecturer_content:last-child .shopLecturer_Img {
    margin-right: 0 !important;
    margin-left: 1.5%;
}

.shopMenu_content:last-child,
.shopLecturer_content:last-child {
    margin: 0 auto !important;
}

@media (max-width:1600px) {
    .shopMenu_content,
    .shopLecturer_content {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width:991px) {
    .shopMenu_content,
    .shopLecturer_content {
        width: 100%;
        padding: 0 !important;
    }
    .shopMenu_Img,
    .shopLecturer_Img {
        width: 100%;
        margin: 0 0 15px !important;
    }
    .shopMenu_Img02,
    .shopLecturer_Img02
    {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 15px !important;
    }
    .shopLecturer_Txt {
        width: 100%;
    }
}

@media (max-width:767px) {
    .shopMenu_content,
    .shopLecturer_content {
        width: 100%;
    }
    .shopMenu_Txt p,
    .shopLecturer_Txt p {
        font-size: 16px;
    }
}

@media (max-width:350px) {
    .shopMenu_Txt p,
    .shopLecturer_Txt p {
        font-size: 14px;
    }
}


/*-----------------------------------------------------------------------------

ギャラリー

------------------------------------------------------------------------------*/

.shopGallary_row {
    width: 100%;
    margin: 0 auto 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}

.shopGallary_row:last-child {
    margin: 0 auto;
}

.shopGallary_photoarea {
    width: 32.6% !important;
    margin-right: 1.1%;
    padding: 0 !important;
    position: relative;
}

.photoareaTxt {
    position: relative;
}

.shopGallary_photoarea:nth-child(3n) {
    margin-right: 0 !important;
}

.shopGallary_photoarea img {
    display: block;
}

@media (max-width:1600px) {
    .shopGallary_row {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopGallary_row {
        width: 100%;
        padding: 0 !important;
    }
    .shopGallary_photoarea {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .shopGallary_photoarea:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width:767px) {
    .shopGallary_row {
        width: 100%;
    }
    #gallery #cboxTitle {
        top: 60% !important;
    }
    #gallery #cboxLoadedContent {
        margin-bottom: 130px !important;
    }
}


/*-----------------------------------------------------------------------------

口コミエリア

------------------------------------------------------------------------------*/

.shopReview_content {
    width: 100%;
    margin: 0 auto
}

.shopReview_content .shopReview_box {
    margin-bottom: 30px !important;
}

.Review_box02 {
    width: 100%;
}

.review_area {
    width: 80%;
    border: 1px solid #ccc;
    padding: 15px;
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.shopReview_head {
    padding-bottom: 5px;
    padding-top: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #666;
}

#shop_Review {
    padding-top: 20px;
}

.review_area a.more,
.shopReview_box a.more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    color: #333;
    text-decoration: none;
}

a.reviewPost_btn {
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 30px;
    padding: 20px 10px;
    text-decoration: none;
    background:  #76c93a;
    border: 2px solid  #76c93a;
    color: #fff;
    border-radius: 5px;
}

a.reviewPost_btn:hover {
    background: #fff;
    color:  #76c93a;
}

.shopReview_post {
    width: 100%;
}

.shopReview_post li {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}

li.shopReview_postList:before {
    content: '●';
}

li.shopReview_postLast:before {
    content: '※';
}

table.shopReview_postTable {
    width: 100%;
    margin: 0 0 20px;
    font-size: 21px;
    border-collapse: collapse;
    overflow: hidden;
}

table.shopReview_postTable tr:first-child {
    border-top: 1px solid #333;
}

table.shopReview_postTable tr {
    border-bottom: 1px solid #333;
}

table.shopReview_postTable th {
    width: 25%;
}

table.shopReview_postTable th,
table.shopReview_postTable td {
    padding: 20px 10px;
    color: #666;
}

table.shopReview_postTable tr:last-child {
    border-bottom: 1px solid #333;
}

textarea#reviewComment {
    width: 100%;
}

input#reviewTitle {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.review_area img,
.review_txt {
    float: left;
    display: block;
}

.review_shopname {
    font-size: 14px;
}

.review_area img {
    width: 20% !important;
    margin-right: 3%;
    padding-left: 15px;
    box-sizing: border-box;
}

.review_txt {
    width: 77%;
    padding-right: 15px;
    box-sizing: border-box;
}

.review_txt span,
.review_txt h2 {
    display: block;
}

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

.review_days {
    font-size: 12px;
    margin-bottom: 3px;
}

.shopReview_comment {
    font-size: 13px;
}

.review_head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.review_star {
    margin: 2px 0 3px;
}

.review_commenttitle {
    margin-bottom: 5px;
}

.review_area:last-child {
    margin-right: 0 !important;
}

a.review_more {
    color: #486db7;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.review_area a.more:hover {
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
}

.privacypolicy_check {
    font-size: 16px;
    display: block;
    text-align: center;
}

input#privacypolicy {
    margin-right: 10px;
}

input[type="checkbox"] {
    display: none;
}

#shopReviewPost label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#shopReviewPost label::before,
#shopReviewPost label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}

#shopReviewPost label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#shopReviewPost label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}

#shopReviewPost label:hover::before {
    background: #fff;
}

input[type="checkbox"]:checked+#shopReviewPost label::before {
    background: #fff;
    border: 1px solid #666;
}

input[type="checkbox"]:checked+#shopReviewPost label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

input#reviewComment_submint {
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    padding: 20px 10px;
    text-decoration: none;
    background: #76c93a;
    border: 1px solid #76c93a;
    color: #fff;
}

input#reviewComment_submint:hover {
    background: #fff;
    border: 1px solid #76c93a;
    color: #76c93a;
}

div#profile_-field {
    display: inline-block;
}

@media (max-width:1600px) {
    .shopReview_content {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopReview_content {
        width: 100%;
    }
    .review_area {
        width: 100%;
        margin: 0 0 10px !important;
    }
    .review_area img,
    .review_txt {
        float: none;
        width: 100% !important;
        padding: 0 !important;
        clear: both;
    }
    .shopReview_head{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    }
    .review_area img {
        margin-bottom: 10px;
    }
    .shopReview_content .shopReview_box {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
    .review_area {
        width: 100%;
        margin: 0 0 30px !important;
        box-sizing: border-box;
        padding: 15px;
    }
    table.shopReview_postTable {
        font-size: 18px;
        box-sizing: border-box;
    }
    table.shopReview_postTable tr:first-child th {
        border-top: 1px solid #333;
    }
    table.shopReview_postTable th,
    table.shopReview_postTable td {
        display: block;
        float: none !important;
        width: 100% !important;
        border-bottom: 1px solid #333;
        box-sizing: border-box;
    }
    table.shopReview_postTable tr {
        border-top: none;
        border-bottom: none;
    }
    table.shopReview_postTable tr:first-child {
        border-top: none;
    }
    table.shopReview_postTable tr:last-child {
        border-bottom: none;
    }
    .shopReview_head {
        padding-top: 20px;
    }
}

@media (max-width:767px) {
    .shopReview_content {
        width: 100%;
    }
    h2.review_commenttitle {
        font-size: 16px;
    }
    a.reviewPost_btn{
        width:60%;
        margin-left:20%;
        margin-right:20%;
    }
    .review_days {
        font-size: 12px;
    }
    .shopReview_comment {
        font-size: 13px;
        line-height: 1.7;
    }
    .review_head {
        font-size: 16px;
    }
}


/*-----------------------------------------------------------------------------

口コミエリア

------------------------------------------------------------------------------*/

.shopRectuit_area {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    overflow: hidden;
    clear: both;
}

@media (max-width:1600px) {
    .shopRectuit_area {
        width: 100%;
    }
}

@media (max-width:991px) {
    .shopRectuit_area {
        width: 100%;
    }
}

@media (max-width:767px) {
    .shopRectuit_area {
        width: 100%;
    }
}


/*-----------------------------------------------------------------------------

募集要項（共通）

------------------------------------------------------------------------------*/

.recruit_head .shopPage_headTxt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}

@media (max-width:991px) {
    .recruit_head .shopPage_headTxt {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width:414px) {
    .recruit_head .shopPage_headTxt {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width:320px) {
    .recruit_head .shopPage_headTxt {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .recruit_head .shopPage_headTxt h1 {
        font-size: 18px;
    }
}


/*-----------------------------------------------------------------------------

募集要項（通常版）

------------------------------------------------------------------------------*/

.shopRecruit_head {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .shopRecruit_head { line-height: 1.35; } /* IE11 */
}

.entryBtn {
    width: 220px;
    margin: 10px auto 0;
    display: block;
    background: #76c93a;
    padding: 10px 20px;
    border: 3px solid #76c93a;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    font-size: 120%;
}

.entryBtn:hover {
    background: #fff;
    color: #76c93a;
}

.shopPage_headImg .entryBtn {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 20px auto 0
}

.shopRecruit_content,
.shopRecruit_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    clear: both;
//  overflow: hidden;
    overflow: visible;
}

.shopRecruit_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.shopRecruit_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.shopRecruit_img,
.shopRecruit_txt {
    box-sizing: border-box;
}

.shopRecruit_txt {
    padding: 0;
}

.row01 .shopRecruit_img {
    padding: 0 20px 0 0;
}

.row02 .shopRecruit_img {
    padding: 0 0 0 20px;
}

.shopRecruit_img img {
    display: block;
}

.shopRecruit_txt p {
    font-size: 16px;
    line-height: 1.5 !important;
}

#shopRecruit_page .shopRecruit_txt {
    box-sizing: border-box;
}

#shopRecruit,
#shopRecruit_page{
   padding-top:20px;
    overflow: visible;
}

.recruit_box {
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 49% !important;
    margin-right: 2% !important;
}

.recruit_box img {
    display: block;
}

.recruit_box:last-child {
    margin-right: 0 !important
}

table.shopRecruit_table {
    width: 100%;
    margin: 0 0 20px;
    font-size: 18px;
    border-collapse: collapse;
}

table.shopRecruit_table tr {
    border-bottom: 1px solid #333;
}

table.shopRecruit_table tr:first-child {
    border-top: 1px solid #333;
}

table.shopRecruit_table tr:last-child {
    border-bottom: 1px solid #333;
}

table.shopRecruit_table th,
table.shopRecruit_table td {
    padding: 20px 10px;
    color: #666;
}

table.shopRecruit_table th {
    width: 30%;
    font-weight:bold;
}

#recruit_news .shopRecruit_row,
#recruit_about .shopRecruit_row{
   overflow: hidden;
}

@media (max-width:991px) {
    .recruit_box {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .shopRecruit_row {
        width: 100% !important;
        box-sizing: border-box;
    }
    table.shopRecruit_table {
        font-size: 16px;
        box-sizing: border-box;
    }
    table.shopRecruit_table th,
    table.shopRecruit_table td {
        display: block;
        float: none !important;
        width: 100% !important;
        border-bottom: 1px solid #333;
        box-sizing: border-box;
    }
    table.shopRecruit_table tr:last-child {
        border-bottom: none;
    }
    table.shopRecruit_table tr {
        border-top: none;
        border-bottom: none;
    }
    .shopRecruit_txt p {
        font-size: 14px;
        line-height: 1.8 !important;
    }
    .row02 .shopRecruit_img{
         padding: 0;
         margin-bottom: 20px;
    }
    .row01 .shopRecruit_img{
         padding: 0;
         margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #recruit_movie {
        width: 100%;
    }
    .entryBtn {
        width: 160px;
        font-size: 90%;
        padding: 7px 14px;
    }
}


/*-----------------------------------------------------------------------------

募集要項（簡易版）

------------------------------------------------------------------------------*/

.shopRecruit_aboutHead {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    position: relative;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .shopRecruit_aboutHead { line-height: 1.3; } /* IE11 */
}

.shopRecruit_img02 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    #recruit_about02 .shopRecruit_txt {
        width: 100%;
    }
}


/*-----------------------------------------------------------------------------

プライバシーポリシー

------------------------------------------------------------------------------*/

.privacyPoricy_content {
    width: 100%;
    margin: 0 auto 30px;
}

.privacyPoricy_head {
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #666;
    font-weight: bold;
}

.privacyPoricy_content p {
    font-size: 16px;
    line-height: 1.8;
}

.privacyPoricy_headImg {
    position: relative;
    width: 100%;
    padding-top: 33.3%;
    overflow: hidden;
}

.privacyPoricy_headImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.privacyPoricy_headImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

@media (max-width:1600px) {
    .privacyPoricy_content {
        width: 100%;
    }
}

@media (max-width:991px) {
    .privacyPoricy_content {
        width: 100%;
    }
    .privacyPoricy_headImg {
        padding-top: 33.3%;
        margin-top: 80px;
    }
}

@media (max-width:767px) {
    .privacyPoricy_content {
        width: 100%;
    }
}


/* ランキング */

#ranking {
    padding-top: 50px;
}

.ranking_head {
    padding: 10px 10px;
    background: #edebc3;
    border-top: 6px double #b7a172;
    border-bottom: 6px double #b7a172;
    position: relative;
}

.ranking_head:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 50px;
    background-image: url(img/ranking_img.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.rankingHead_txt {
    display: inline-block;
    //display: block;
    padding-left: 20px;
    color: #89704e;
    font-size: 24px;
}

.rankingHead_txt h1 {
    font-size: 32px;
    margin-top: 5px;
}

.ranking_img,
.ranking_txt {
    box-sizing: border-box;
}

.ranking_txt h1 {
    color: #89704e;
    border-bottom: 2px solid #89704e;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-size: 28px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ranking_txt h1 { line-height: 1.36; } /* IE11 */
}

.ranking_txt p {
    line-height: 1.8;
    font-size: 16px;
}

.ranking_area {
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.ranking_area:after {
    content: '';
    border-bottom: 1px dotted #666;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.ranking_area .ranking_img{
    padding-left:0;
    padding-right:15px;
}

.ranking_area .ranking_txt{
    padding-left:15px;
    padding-right:0;
}

#ranking .ranking_area:last-child:after {
    content: '';
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

@media (max-width:991px) {
    .ranking_img {
        margin-bottom: 20px;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .ranking_txt {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .ranking_txt p {
        line-height: 1.8;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .rankingHead_txt {
        font-size: 22px;
    }
    .rankingHead_txt h1 {
        font-size: 24px;
    }
}

@media (max-width:600px) {
    .rankingHead_txt {
        font-size: 16px;
    }
    .rankingHead_txt h1 {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    .rankingHead_txt {
        font-size: 13px;
    }
    .rankingHead_txt h1 {
        font-size: 13px;
    }
    .ranking_head:before {
        content: '';
        display: inline-block;
        width: 40px;
        height: 30px;
        background-image: url(img/ranking_img.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* 応募フォーム */

.aform-content dl{
      border-bottom:none !important;
}

label.error img {
    width: auto;
    height: auto;
}

.birthdate_list {
    display: block;
    overflow: hidden;
    clear: both;
}

dl.dl_partBirth {
    width: 30% !important;
    font-weight: bold;
    padding-right: 2em;
    position:relative;
}

dl.dl_partBirth .required {
    position: absolute;
    top: 3px;
    right: 0;
}

.birthdate_list dl {
    float: left;
    width: 22.3%
}

.birthdate_list dl dt{
    display:none;
}

.birthdate_list dl dd{
    padding-left: 0 !important;
}

.birthdate_list dl dd select{
    width:85%;
}

.dl_parts-2{
   padding-left:3% !important;
}

.birthdate_list dl dd span{
   padding-left:10px;
}

dl.dl_parts-1 ul,
.birth_list{
    display: block;
    overflow: hidden;
    clear: both;
}

dl.dl_parts-1 ul.aform-name-ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
}

dl.dl_parts-1 ul.aform-name-ul li:last-child{
    margin-right: 0 !important;
}

dl.dl_parts-1 ul.aform-name-ul li input {
    width: 90% !important;
}

dl.dl_parts-1 ul.aform-name-ul li label {
    padding-right: 10px;
}

.aform-content dl input, .aform-content dl textarea, .aform-content dl select{
font-size:13px !important;
}

.dl_parts-9 label.aform-twice-note{
margin:0.5em 0;
}

#aform-2{
padding-top:80px;
}

.birth_list dl dt {
    display: none;
}
.birth_list dl dd{
padding-left:0 !important;
}

.birth_list .birth01{
padding-left:3% !important;
}

.birth_list dl {
    float:left;
}

dl.birth_head {
    float: left;
    width: 30%;
    position: relative;
    font-weight:bold;
}

dl.birth_head .required {
    position: absolute;
    top: 3px;
    right: 0;
}

.birth01 dd:after{
content:'年';
margin-right:10px;
}

.birth02 dd:after{
content:'月';
margin-right:10px;
}

.birth03 dd:after{
content:'日';
margin-right:10px;
}

@media(max-width:767px){
.birthdate_list dl{
width:33.3% !important;
}
dl.dl_partBirth,
dl.birth_head{
width: 100% !important;
display: block !important;
margin:0 !important;
}
.dl_parts-2,
.birth_list .birth01{
padding-left:0 !important;
}
.birth_list dl{
padding:0 !important;
margin:0 !important;
}
.birthdate_list dl dd select{
    width:80%;
}
.birthdate_list dl dd span{
    width:20%;
    box-sizing:border-box;
}
.birthdate_list dl{
margin:0 !important;
padding:0 !important;
}
dl.dl_partBirth .required,
dl.birth_head .required{
    position: static;
    top: auto;
    right: auto;
}
}
.aform-content .aform-demo{
    display:none;
}

.submit{
    background-color: transparent !important;
}

/* 吹き出し */

.feature ul.bread_list {
    overflow: visible;
    position: relative;
    margin: 2rem 0;
}

.bread_list .favoriteicon{
    position: absolute;
    bottom: 0;
    right: 0;
}

.shopcoupon_head .favoriteicon{
    position: absolute;
    bottom: 0px;
    right: 0;
}

.shopRecruit_head .favoriteicon{
    position: absolute;
    bottom: 0px;
    right: 0;
}

.shopRecruit_aboutHead .favoriteicon{
    position: absolute;
    right: 0;
}

.favoriteicon span{
    background-image: url(../img/favorite_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: block;
}

.favorite .favoriteicon span{
    background-image: url(../img/favorite_icon02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: none;
}

.fukidashi{
    position: relative;
}

.favorite_lead {
    position: absolute;
    right: 0;
    padding: 5px;
    bottom: -75px;
    right: -20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;  
    border-radius: 8px;
    background: #f5a623;
    color: #fff;
    z-index: 49;
    font-size: 12px;
    text-align: center;
    display: none;
}

.favorite_lead:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #f5a623;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

@media (max-width:767px){
    li.bread_list_last_link{
        display:none;
    }
}

/* ポータルTOPへのリンク */
.headimg{
    width: 1170px;
    position: relative;
    border-bottom: 2px ridge #f7f7f7;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 1em;
}

@media (max-width:1600px){
   .headimg{
    width: 920px;
   }
}

@media (max-width:991px){
   .headimg {
    width: 96%;
    margin: 0 2% 10px；
   }
}
.headimg img{
    width: 100px;
    display: block;
}

.fixed .headimg {
   display:none;
}
.shopHeader.fixed{
    top:0px !important;
}
.shopFooter_area img{
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aform.ja {
    margin-top: 150px;
}