.bx-wrapper {
    margin: 0 auto 50px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager {
    padding-top: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f00;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


article > .wrap {
    max-width: 1400px;
}

.wrap {
    max-width: 1400px;
}

header {
    background: #ff5ab0;
    height: 80px;
    padding: 0;
    margin-bottom: 8px;
}

header small {
    color: #fff;
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}



.navbar-default {
    background: #ff5ab0;
    border: none;
}

.navbar-brand {
    padding: 12px 15px;
}
/*
.navbar-brand {
    height: 50px;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    height: 36px;
    margin-left: 2px;
}
*/

.navbar-brand img {
    margin-left: 3px;
}


a.navbar-brand:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


@media screen and (max-width: 767px) {

    header {
        height: 45px;
    }
    .navbar {
        min-height: 45px;
        margin-bottom: 10px;
        border: 1px solid transparent;
    }
    .navbar-brand {
        padding: 5px 15px;
    }
    .navbar-brand img {
        height: 30px;
        margin-left: 5px;
    }


    .bx-wrapper {
        margin: 0 auto 5px;
    }
}




#right_contents, 
#left_contents {
    margin-top: 0;
}

#right_contents, 
#left_contents {
    padding: 0;
}


#left_contents {
    /*background-color: #f00;*/
    padding-right: 8px;
}

#left_contents .side_banner {
    
}


#right_contents {
    /*background-color: #0f0;*/
    padding-left: 8px;


}


#main_contents {
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;

}


#main_top .bxslider img {
    width: 100%;
}




article {
    margin-top: 0;
}

#wrap {
    position: relative;

}

footer {
    background: #ff5ab0;
    overflow: hidden;
}


footer nav ul a,
footer nav ul a:visited,
footer nav ul a:active,
footer nav ul a:link {
    color: #fff;
    font-weight: normal;
}

footer #copyright {
    color: #fff;
}



.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 3px;
  width: 80%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 11px;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

a.menu-trigger:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.menu-trigger p {
  position: absolute;

    top: 22px;
    font-size: 7px;
    color: #fff;
}

/*
.favo_button a {
  position: absolute;
    right: 0;
    top: 22px;
    font-size: 13px;
    color: #fff;
    background: #fdf6c9;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
}

.favo_button i {
    color: #f00;
    padding-right: 5px;
}
*/


.main_image {
    margin: 0 15px 15px;
}


@media (min-width: 1200px) {
    .main_image {
        margin: 0 17px 15px 16px;
    }
}


.favo_button a {
  position: absolute;
    right: 5px;
    top: 5px;
    font-size: 11px;
    color: #fff;
    background: #fdf9cd;
    padding: 2px 0 0;
    /*border-radius: 5px;*/
    color: #000;
    font-weight: bold;
    width: 100px;
    height: 70px;
    z-index: 10;
    text-align: center;

}
.favo_button i {
    font-size: 36px;
    color: #2c8ff4;
    display: block;
    line-height: 1.3;

}


@media screen and (max-width: 767px) {

    .favo_button a {
      position: absolute;
        /*right: 44px;*/
        right: 5px;
        top: 3px;
        font-size: 7px;
        color: #fff;
        background: #fdf9cd;
        padding: 2px 0 0;
        /*border-radius: 5px;*/
        color: #000;
        font-weight: bold;
        width: 42px;
        height: 37px;
        z-index: 10;
        text-align: center;
    }
    .favo_button i {
        font-size: 18px;
        display: block;
        line-height: 1.3;

    }

}


body {
    color: #333;
}
p {
    line-height: 1;
}
section {
    margin-top: 0;
    margin-bottom: 15px;
}

section.shop_info {
    margin-bottom: 5px;

}

section h1 {
    color: #fe5ab0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border: none;
}

section h1 {
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 700;
    /*background: linear-gradient(#ff7a35,#ff5a03) #ff7a35;*/
    background: linear-gradient(#ff80c2,#ff5ab0) #ff80c2;


    text-align: left;
}


section h1 i {
    margin-right: 5px;
}

section h1.shop_name {
    text-align: left;
    font-size: 24px;
    color: #fe5ab0;
    border: none;
    background: none;
    padding: 0;
}

.shop_info .shop_comment {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.2;
    color: #0a327f;
}

.shop_area_type {
    /color: #111;
}

.shop_area_type i {
    margin-right: 3px;
}

.shop_info .shop_area_type {
    margin-bottom: 3px;

}

.main_image img {
    width: 100%;
}

.shop_news .update {
    text-align: right;
    margin-top: 10px;

}

p.body {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;

}

table {
    margin-top: 10px;
    width: 100%;
}

table tr th,
table tr td {
    padding: 10px 10px;
    border: 1px solid #DDD;
    vertical-align: middle;
}

table tr th {
    text-align: center;
    font-weight: bold;
    /*background: #f5f2e5;*/
    background: #e1f2ff;

    width: 100px;
}

.point_label {
    margin-top: 5px;
}


.shop_image {
    margin-top: 15px;
}
.shop_image li {
    width: 33%;
    float: left;
}

.shop_image li p {
    padding: 0 5% 5px;
}

.shop_image li img {
    width: 100%;
    text-align: center;
}

.shop_image .shop_image_comment {
    line-height: 1.4;

}

ul.image_bx {
    margin-top: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {

    #main_contents {
        padding-right: 5px;
        padding-left: 5px;
    }

    section {
        margin-bottom: 7px;
    }

    section h1 {
        font-size: 16px;
    }

    section h1.shop_name {
        font-size: 18px;
    }


    .main_image {
        margin: 0 5px 10px;
    }

    .shop_info .shop_comment {
        font-size: 14px;
    }


    p.body {
        margin-top: 5px;
    }


    ul.image_bx {
        margin-top: 5px;
    }

    .shop_news .update {
        margin-top: 5px;
    }

    table {
        margin-top: 5px;
    }

    table tr th {
        width: 70px;
    }


    .shop_image li p {
        padding: 0 10px ;
    }

    .shop_image li img {
        width: 50%;
        text-align: left;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;

    }

    .shop_image {
        margin-bottom: 10px;
    }

    .shop_info .shop_area_type {
        margin-bottom: 0;

    }




}



#breadcrumb li {
   display: inline-block;
   list-style: none;
}
 
#breadcrumb a  {
   height: 40px;
   padding: 0 10px 0 30px;
   color: #fff;
   background: #191970;
   line-height: 40px;
   display: block;
   text-decoration: none;
   position: relative;
   box-sizing: border-box;
}
 
#breadcrumb a::before   {
   content: "";
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   border-left: 20px solid #fff;
   position: absolute;
   top: 0;
   left: 0;
}
 
#breadcrumb a::after {
   content: "";
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   border-left: 20px solid #191970;
   position: absolute;
   top: 0;
   right: -20px;
   z-index: 1;
}


.shop_info {
    margin: 10px 0 0;
    paddin: 0 5px;
}

.shop_info p {
    line-height: 1.4;
}



@media screen and (max-width: 767px) {

    .shop_info {
        margin: 5px 0 0;
    }

    .shop_info img {
        width: 100%;
    }
}


section#breadcrumbs {
    margin-top: 0;
    margin-bottom: 5px;

}

#breadcrumbs ul {
    padding: 0;
    border: none;
}


.point_label {
    overflow: hidden;
/*    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: -3px;
*/
    width: calc(100% - 10px) !important;
    margin: 5px 5px 0 !important;
}

.point_label li {
    background: none;
    padding: 2px 0;
    /*width: 16.2%;*/
    width: calc(16.6% - 3px) !important;
    text-align: center;
    float: left;
    border-radius: 0;
    margin-right: 3px;
    margin-bottom: 0;
}


.point_label li img {
    width: 100%;
}


@media screen and (max-width: 767px) {

    .point_label li {
        /*width: 32%;*/
        width: calc(33% - 3px) !important;
    }

    .point_label {
        margin-top: 5px;
    }

    .shop_view {
        margin-bottom: 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .shop_view {
        margin-bottom: 0;
    }
}


.shop_qa_box {
    margin-top: 10px;
    padding: 0 5px;
}
.shop_qa_box p {
    font-size: 13px;
    line-height: 1.5;
}


.shop_qa_box .shop_q {
    font-weight: bold;
    color: #ff5ab0;
    margin-bottom: 3px;
    font-size: 14px;

}

.shop_qa_box .shop_a {
    margin-bottom: 10px;
    /*border: 3px dotted #4c9ed9;*/
    border: 3px dotted #aaa;
    padding: 5px;
}


@media screen and (max-width: 767px) {

    .shop_qa_box {
        margin-top: 5px;
    }

}

#shop_sidebar {
	position: relative;
    width: 100%;
    padding-right: 3px;

}

.sidebar_fixed {
	position: fixed;
	top: 0;
}

.shop_side_menu {

}

.shop_side_menu li {
    margin-bottom: 8px;
    overflow: hidden;
    background: #fff;
}
.shop_side_menu li .shop_button {
    background: #fe5ab0;
    width: 100%;
    /*border-radius: 5px;*/
    padding:  20px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.shop_side_menu li i {
    margin-right: 5px;
}


.ask {
    background: #c34cfa !important;
}

.apply {
    background: #419ffd !important;
}

.favo {
    /*background: #fa4c81 !important;*/
    background: #2c8ff4 !important;
}


.sns_box {
    /*border-radius: 5px;*/
	border: 2px solid #00b712;
}

.sns_box h2 {
    background: #00b712;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 1px 5px;
}

.sns_box .snsid {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.sns_box .snsid_only {
    margin-bottom: 15px;
}


.sns_box .sns {
    background: #fff !important;
    padding: 0 !important;
}


.tel_box {
    /*border-radius: 5px;*/
	border: 2px solid #f88336;
}

.tel_box h2 {
    background: #f88336;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 7px 5px;
}


.tel_box .telno {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.tel_box .teltime {
    margin: 10px 0 15px;
    font-size: 13px;
    text-align: center;
}


.shop_data a {
    color: #fe5ab0;
}


/*
	.fixed-side {
		position: fixed !important
		//bottom:0 !important; 
top: 0;
float: none;

	}
*/
/*
	.bottom-side {
		position: relative !important; 
		top: 88px !important; 
float: none;

	}
*/


.shop_side_menu a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tel_box .telno {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tel_box .telno {
        font-size: 16px;
    }
    .sns_box .snsid {
        font-size: 16px;
    }

}
@media screen and (max-width: 767px) {

    #bottom_fixed_menu {
        width: 100%;
        background: rgba(0,0,0,0.7);
    background: #fdf9cd;
      position: fixed; 
      bottom: -3px;
      left: 0;
      z-index: 10000;
    }


    #bottom_fixed_menu li a:hover {
    	opacity:1.0;
    	filter:alpha(opacity=100);
    	-ms-filter: "alpha( opacity=100 )";
    }


    #bottom_fixed_menu li {
        float: left;
        width: 25%;
    }

    #bottom_fixed_menu li img {
        width: 100%;
        padding: 3px 0 5px;
    }

    .shop_bottom_menu {
        padding: 0;
    }


    #page-top {
    	bottom: 80px;
    }

}

footer nav ul {
    color: #fff;

}
footer nav ul li a {
	display: inline-block;
	margin-left: 3px;
	margin-bottom: 0;
}

.mt30 {
    margin-top: 30px;
}

footer nav ul li ul li::before {
    content: none;
}

@media screen and (max-width: 767px) {

    footer {
        margin-bottom: 75px;
    }

    footer #copyright {
        padding-top: 0;
    }


}




.favo_click {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

.regist {
    background: #aaa !important;
    text-shadow: none;
}



#shop {
    padding: 0 5px;
}

#shop section p {
    padding: 0 5px;
}

.shop_data table {
/*
    width: calc(100% - 10px) !important;
    margin: 5px 5px 0 !important;
*/
}




.shop_recruit_occupation {
    margin-bottom: 10px;
}

.shop_recruit_occupation li {
}

.shop_recruit_occupation li a {
    width: 100%;
    /*text-align: center;*/
    float: left;
    padding: 10px 10px 10px 10px;
	border: 2px solid #0a327f;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.shop_recruit_occupation li i, 
.shop_sp_recruit_occupation li i {
    margin-right: 5px;
    color: #0a327f;
}

.shop_occupation h1 {
}

.shop_occupation_bgc {
    /*background: #0a327f;*/
    background: linear-gradient(#0b44b1,#01112f) #0b44b1;
    /*border-bottom: 2px solid #0b44b1;*/
    color: #fff;
}

.shop_occupation a {
    color: #0a81d8;
}

@media screen and (max-width: 767px) {

    .anchor_link {
        margin-top: -50px;
        padding-top: 50px;
    }

    .shop_recruit_occupation li a {
        width: calc(50% - 10px);
        margin: 5px 5px 0;
        font-size: 14px;
    }
}






#recommend_shop {
    overflow: hidden;
    margin: 10px 0 10px;
}


#recommend_shop h1 {
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 700;
    text-align: left;
    border-bottom: none;
    background: linear-gradient(#4fa8e9,#0a81d8) #4fa8e9;
}

#recommend_shop ul {
    overflow: hidden;
    border-right: solid 1px #ccc;
}

#recommend_shop li {
    overflow: hidden;
    border: solid 1px #ccc;
    border-top: none;
    border-right: none;
    padding: 5px 5px;
    width: 25%;
    float: left;
}


#recommend_shop  li .shop_name {
    font-size: 14px;
    color: #0a81d8;
    line-height: 1.2;
}

#recommend_shop ul li ul {
    border: none;
}

#recommend_shop ul li ul li {
    border: none;
    padding: 1px 0 0;
    font-size: 10px;
}

#recommend_shop li i {
    margin-right: 3px;
}

#recommend_shop .conditions li {
    width: 100%;
}

@media screen and (max-width: 767px) {


    #recommend_shop ul {
        margin-bottom: 5px;
    }

    #recommend_shop li a {
        margin-bottom: 0;
        padding-bottom: 0;

    }


    #recommend_shop  li {
        width: 50%;
        float: left;
    }

    #recommend_shop li:nth-child(3n) {
        width: 50%;
    }


    #recommend_shop .conditions li {
        width: 100%;

    }

    #recommend_shop {
        clear: both;
    }

    #recommend_shop h1 {
        margin-bottom: 0;
    }
}


#recommend_shop div.shop_img img {
    width: 100%;
    height: auto;
    margin-bottom: 3px;

}



#recommend_shop li .shop_come {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
    height: 30px;
}

#recommend_shop li .conditions {
    margin-top: 5px;
    color: #0a327f;
}


/*
@media (min-width: 1200px) {

    #recommend_shop .conditions li {
        float: left;
        margin-right: 15px;
    }
}
*/


#recommend_shop ul {
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;

    border-right: none;

}

#recommend_shop li {
    border-left: none;
    border-right: solid 1px #ccc;
}

#top_new_arrival_shop ul li {
    height: 110px;
}


@media (min-width: 992px) and (max-width: 1199px) {

    #recommend_shop ul li ul li {
        height: auto;
    }
}


@media screen and (max-width: 767px) {

    #recommend_shop div.shop_img img {
        margin-bottom: 5px;
    }
}
