.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;
    }

}




#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;
}


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;
}
*/


.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_area_type {
    color: #3939ff;
}

.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: left;
    font-weight: bold;
    /*background: #f5f2e5;*/
    background: #e1f2ff;
    color: #555;
    width: 170px;
}


.send hanamonogatari-ena,
.send td {
    border: none;

}


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

    .form-inline input,
     .form-inline select {
        display: inline !important;
    }


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

    section {
        margin-bottom: 7px;
    }

    section h1 {
        font-size: 16px;
    }

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




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


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



    table {
        margin-top: 5px;
    }



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

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

    .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 p {
    line-height: 1.4;
}





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

}

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


.shop_form input[type="text"] ,
.shop_form input[type="email"] {
    width: 100%;
  outline: 0;
  border: 1px solid #aaa;
height: 30px;
padding: 5px;
}

.shop_form  select {
  outline: 0;
  border: 1px solid #aaa;
padding: 2px;

}


.shop_form input[type="text"]:focus,
.shop_form input[type="email"]:focus,
.shop_form  select:focus, 
.shop_form  textarea:focus {
  outline: 0;
  border: 1px solid #ff9900;
/*box-shadow: 0 0 1px 0 rgba(255,51,0,1);*/
}


.shop_form  textarea {
    width: 100%;
    padding: 5px;
      outline: 0;
      border: 1px solid #aaa;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
    font-size: 14px;

}

.shop_form span {
    color: #f00;
}

.shop_form .btn {
    padding: 10px 30px;
    font-size: 16px;
    color: #FFF;
    background: #ff6eb9;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d83c8d;/*線色*/
}

.shop_form .btn:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}


#oubo_form th span {
    background: #f00;
    color: #fff;
    padding: 1px 5px;
    font-size: 11px;
    margin-right: 8px;
}

.shop_form td {
    font-size: 14px;
}

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

    .shop_info {
        margin: 5px 0 0;
    }


    .shop_form table {
        width: 100%;
    }

    #oubo_form th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 5px 10px;
    }

    #oubo_form td {
        width: 100%;
        display: block;
        border-bottom: none;
    }


    .send td {
        border-top: 1px solid #DDD;
    }

}



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


#top_shop_news h1,
#top_recent_shop h1 {
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 700;
    background: linear-gradient(#ff80c2,#ff5ab0) #ff80c2;
    text-align: left;

border-bottom: none;
}

#top_recent_shop h1 {
    text-align: center;
}

#top_shop_news ul,
#top_recent_shop ul {
    overflow: hidden;
    /*border-right: solid 1px #ccc;*/
    border-left: solid 1px #ccc;

}

#top_shop_news li,
#top_recent_shop li {
    overflow: hidden;
    border: solid 1px #ccc;
    border-top: none;
    border-left: none;
    padding: 10px 5px;
}

/*
#top_shop_news li:nth-child(odd){ 
    border-right: none;

}

#top_shop_news li:nth-child(2n+1):last-child {
    border-right: solid 1px #ccc;
}
*/


#top_shop_news li .shop_name {
    font-size: 14px;
    color: #ff5ab0;
}

#top_shop_news li .shop_come {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
}

#top_shop_news li .ellipsis {
    overflow: hidden;
    height: 54px;
}

div.shop_img img {
    margin-right: 5px;
}


#top_shop_news ul.conditions {
    border: none;

}

#top_shop_news .conditions li {
    float: left;
    border: none;
    padding: 0 10px 2px 2px;
    font-size: 10px;
}


.conditions{
    color: #3939ff;
}

#top_shop_news .conditions i {
    margin-right: 2px;
}

#top_recent_shop  li .shop_name {
    font-size: 14px;
    color: #ff5ab0;
}

#top_recent_shop ul li ul {
    border: none;
}

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

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

#top_recent_shop div.shop_img img {
    width: 100%;
}

#top_recent_shop li {
    padding: 7px 5px 0;
}


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

#top_recent_shop li .conditions {
    margin-top: 5px;
}

.radio, .checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

@media (min-width: 1200px) {


    #top_recent_shop .conditions li {
        float: left;
        margin-right: 15px;
    }
}



.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;
    }

}



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;
    }

}



#no_favorite {
    margin-top: 10px;
}

#no_favorite p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;

}

#no_favorite p {
    line-height: 1.3;
}

#no_favorite .zero {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;

}

#no_favorite .zero span {
    font-size: 24px;
    font-weight: bold;
    margin: 0 5px;
}


#top_shop_news th {
    text-align: center;
    padding: 5px 10px;
}
#top_shop_news .allcheck {
    width: 30px;
}

#top_shop_news a {
    color: #fe5ab0;
    font-weight: bold;
}
.chkbox {
    text-align: center;

}


#oubo_shop td span {
    color: #333;
    font-size: 12px;
}

.favo_delete {
    cursor: pointer;
}



#button {
    display: inline-block;
}

.shop_form .back {
    padding: 10px 10px;
    color: #FFF;
    background: #aaa !important;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #666 !important;
    margin-right: 10px;
}

.shop_form  .send_confirm {
    margin: 10px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

.shop_form td a {
    color: #fe5ab0;
    font-weight: bold;

}

.shop_form td em {
    font-size: 13px;
    font-style: normal;
}

.shop_form h2 {
    margin: 10px 0;
    text-align: center;
    font-size: 24px;

}

.shop_form .send_finish {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}
