/*　*/


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: #fdf9cd;
    color: #555;
    width: 170px;
}


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

}


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




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

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

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

    .shop_form td {
        width: 100%;
        display: block;
        border-bottom: none;
    }


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

}




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

}

.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: #fe5ab0 !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 .sns {
    margin-top: 10px;
    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;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

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


@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 {
        float: left;
        width: 20%;
    }

    #bottom_fixed_menu li img {
        width: 100%;
        padding: 2px 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;
}



/*-------
 吹き出しを作る
--------*/
/* 全体のスタイル */
.kaiwa {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
.kaiwa-img-left img {
  background: #d5e9fd;
}

/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
.kaiwa-img-right img {
  background: #ffe4e1;
}

.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 18px 0 0;
  font-size: 13px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 15px;
  border-radius: 10px;
  background: #d5e9fd;
  margin-right: 12%;
  float: left;
   width : 85% ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(100% - 85px) ;
    width: calc(100% - 85px);
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-left: 80px;
  padding: 15px;
  border-radius: 10px;
  background: #ffe4e1;
  margin-right: 12%;
  float: left;
   width : 85% ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(100% - 85px) ;
    width: calc(100% - 85px);
}

.girl {
  background-color: #ffe4e1;
}
p.kaiwa-text {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 14px;

}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #d5e9fd;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #ffe4e1;
  top: 15px;
  left: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

.kaiwa-text span {
    color: #666;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;

}

#rireki-body {
    margin-top: 10px;
}



#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 h2 {
    margin: 10px 0;
    text-align: center;
    font-size: 24px;

}

.shop_form .send_finish {
    font-size: 14px;
    line-height: 1.5;

}


.shop_reply form {
    margin-bottom: 20px;
}
