@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: shops.css
 * author		: tomi-
 * style info	: 店舗ページCSS
 -----------------------------------------------------------*/

#article {
  float: left;
}
#article #page_title {
  margin-bottom: 44px;
}
#aside {
  float: right;
}
.shop_tabs {
  width: 100%;
  display: flex;
  margin: 0 0 40px !important;
}
.shop_tabs li {
  width: 25%;
}
.shop_tabs li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  border: 1px #ccc solid;
  border-right: none;
  color: #999;
}
.shop_tabs li:last-child a {
  border-right: 1px #ccc solid;
}
.shop_tabs li a.active {
  font-weight: bold;
  color: #000;
  background: #eee;
}
.shop_tabs li a:hover {
  color: #000;
  background: #eee;
  text-decoration: none;
}
.shop_rent_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.shop_rent_list > div {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.shop_rent_list > div img {
  max-width: 100%;
  height: auto;
}
.shop_rent_list > div h3 {
  font-size: 13px !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 5px !important;
  margin-top: 5px;
}
.section_title {
  padding: 0 !important;
  background: none !important;
  text-align: center;
  font-size: 30px !important;
  color: #242424 !important;
}
.sub_text {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px !important;
}
.flex_area {
  display: flex;
  align-items: center;
}
.flex_area .appeal {
  width: 350px;
  margin-left: 20px;
}
.staff_comment {
  position: relative;
  background-color: #f5efe1;
  padding: 20px;
  font-size: 13px;
  width: 540px;
  box-sizing: border-box;
  margin-left: 6px;
}
.staff_comment:after {
  position: absolute;
  left: 1px;
  top: 50%;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -13px;
  background-color: #f5efe1;
  transform: rotate(45deg);
  transform-origin: left top;
}
#osusume_section {
  padding: 30px 30px 0px;
  margin-bottom: 40px;
  border: solid 5px #ccc;
}
#shop_info .fl {
  width: 360px;
}
#shop_info .appeal,
#shop_album p {
  font-size: 1.2em;
}
.side_shops_list ul {
  padding: 10px 10px 0;
}
.side_shops_list li {
  padding-bottom: 5px;
  font-size: 1.2em;
}
.side_shops_list li a {
  padding: 2px 0;
  background: url(/img/front/common/icon_y_arr_g.jpg) no-repeat left 50%;
  padding-left: 20px;
}
.shop_wrap {
  margin: 0 0 30px;
}

#article .shop_wrap h2 {
  background: none;
  padding: 0;
  font-size: 22px;
  line-height: 19.2px;
  margin-bottom: 20px;
}

#article .shop_wrap .clearfix a.fl:hover {
  opacity: 0.8;
}

.shop_wrap .shop_info {
  width: 385px;
}
.shop_wrap .shop_info strong {
  font-size: 18px;
}

.shop_wrap .shop_info .large,
.shop_wrap .shop_info .large:visited,
.shop_wrap.section .large,
.shop_wrap.section .large:visited,
#shop .large {
  margin: auto;
  background: #f88024 url(/img/front/common/icon_header_contact_arrow.png) no-repeat 96% center;
  width: 220px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  border: none;
  color: #fff !important;
  padding: 0;
}
.btn_list {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shop .large {
  width: 300px;
  height: 60px;
  line-height: 60px;
}
#shop .shop_wrap.section .large,
#shop .shop_wrap.section .large:visited {
  width: 220px;
}
#shop .shop_wrap .shop_info {
  width: 340px;
}
#article .shop_wrap .shop_info th,
#shop .shop_wrap .shop_info th {
  border-right: none;
}
#shop .shop_wrap .shop_info th {
  padding: 17px 10px 17px 17px;
}
#article .shop_wrap .shop_info td,
#shop .shop_wrap .shop_info td {
  border-left: none;
  font-size: 13px;
  line-height: 18px;
  padding: 9px 20px;
}
#article .shop_wrap .shop_info td .btn,
#shop .shop_wrap .shop_info td .btn {
  line-height: 30px;
  width: auto;
  display: inline-block;
  height: 30px;
  background: none;
  font-size: 14px;
  font-weight: normal;
  color: #bd2424 !important;
  padding: 0 8px;
  border: 1px solid #bd2424;
  clear: both;
}
#article .shop_wrap .shop_info td .btn:visited {
  color: #bd2424;
}

#shop_album ul li {
  float: left;
  width: 350px;
}
#shop_album ul li:nth-child(2n) {
  float: right;
}

#gmap_view,
#gmap_road {
  width: 728px;
  height: 358px;
}
#gmap_road {
  border: 1px solid #f0f0f0;
}

#article table th,
#article table td {
  border: 1px solid #959595;
}
#article table th {
  padding: 5px 10px;
  font-size: 13px;
  background: url(/img/front/common/bg_gray.jpg);
}

#shop .shop_wrap h2 {
  color: #bd2424;
  font-size: 20px;
  padding-left: 15px;
  background: #f5f5f5;
  line-height: 48px;
}

/* #shop_staff
 -------------------------------------------------*/

#shop_staff #shop_staff_list {
  margin-bottom: 5px;
}

#shop_staff #shop_staff_list li {
  float: left;
  width: 162px;
  text-align: center;
  margin-right: 27px;
  margin-bottom: 15px;
}
#shop_staff #shop_staff_list li .thumb,
#staff_info .thumb {
  margin-bottom: 15px;
  height: 162px;
  width: 162px;
  overflow: hidden;
}
#staff_info .thumb {
  padding: 20px;
  margin-bottom: 0;
}
#staff_info .thumb img {
  max-width: 100%;
  height: auto;
}
#staff_info .thumb img:first-child {
  margin-bottom: 30px;
}
#shop_staff #shop_staff_list li .thumb img,
#staff_info .thumb img {
  border-radius: 80px;
  border: 1px solid #bd2424;
}
#shop_staff #shop_staff_list li:nth-child(4n) {
  margin-right: 0;
}
#shop_staff #shop_staff_list li:nth-child(4n + 1) {
  clear: both;
}

#shop_staff #shop_staff_list li a,
#shop_content .staff_img a {
  display: block;
}

#shop_staff #shop_staff_list li a:hover,
#shop_content .staff_img a:hover {
  text-decoration: none;
}

#shop_staff #shop_staff_list li:hover img:first-child,
#shop_content .staff_img:hover img:first-child,
#staff_info .thumb:hover img:first-child {
  display: none;
}
#shop_staff #shop_staff_list li:hover img,
#shop_content .staff_img:hover img,
#staff_info .thumb:hover img {
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.8);
}
#shop_staff #shop_staff_list li:hover .thumb,
#shop_content .staff_img:hover .thumb {
  overflow: visible;
}

#shop_staff #shop_staff_list li .staff_affl {
  display: inline-block;
}

#shop_staff #shop_staff_list li .staff_name,
#shop_staff #shop_staff_list li .staff_pstn {
  display: block;
}

#shop_staff #shop_staff_list li .staff_affl {
  color: #fff;
  background: #bd2424;
  font-size: 13px;
  padding: 2px 7px;
  margin-bottom: 5px;
  display: inline-block;
}

#shop_staff #shop_staff_list li .staff_name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #bd2424;
}

#shop_staff #shop_staff_list li .staff_pstn {
  color: #bd2424;
  font-size: 15px;
  margin-bottom: 8px;
}

#shop_staff .staff_comment {
  padding-top: 22px;
  background: url("/img/front/common/bg_speech_baroon_y.png") no-repeat 75px top;
  margin-bottom: 75px;
}

#shop_staff .staff_comment p {
  background: #f5efe1;
  padding: 24px 28px;
  font-size: 15px;
}
#shop_staff .to_stafflist {
  margin-bottom: 75px;
}

.accesses {
  padding: 27px 19px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}
.accesses > div {
  width: 327px;
}
#article .accesses h3 {
  border-bottom: none;
  margin-bottom: 2px;
}
#article .accesses .fl h3 {
  padding-left: 24px;
  background: url(/img/front/common/icon_address.png) no-repeat left center;
}
#article .accesses .fr h3 {
  padding-left: 24px;
  background: url(/img/front/common/icon_route.png) no-repeat left center;
}
.line_area {
  padding: 15px 28px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 15px #06c755;
  font-size: 12px;
  line-height: 1.7;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  background: url(/img/front/svg/icon_arrow_right_line.svg) no-repeat left 674px center / 21px 21px;
}
.line_area:hover {
  opacity: 0.8;
  text-decoration: none;
}
#article .line_area h3 {
  font-size: 26px;
  font-weight: bold;
  color: #07b53b;
  padding: 0;
  border: none;
  margin-bottom: 4px;
  letter-spacing: 1.2px;
}
.img_qr {
  width: 156px;
}
.img_qr img {
  max-width: 100%;
}
.line_area .id_area li {
  display: none;
  margin-right: 0;
  font-size: 14px;
  margin-top: -16px;
}
.id_area li.shop_num_2 {
  display: block;
  text-align: center;
  width: 100%;
}
/* .id_area.shop_num_3 li.shop_num_3 { display: block;}
.id_area.shop_num_4 li.shop_num_4 { display: block;}
.id_area.shop_num_5 li.shop_num_5 { display: block;} */
.line_area .sub_title {
  font-size: 16px;
}
.line_area ul.point_list {
  padding: 10px 20px;
  margin: 5px 0 13px !important;
  display: flex;
  border: solid 3px #06c755;
}
.line_area ul li {
  font-size: 15px;
  margin-right: 30px;
  color: #666666;
}
.line_area ul li:last-child {
  margin-right: 0px;
}
.line_area ul li span {
  color: #07b53b;
  margin-right: 3px;
}
