/*リセットCSS*/
/********************************************

新スマホトップ追加分↓↓↓↓↓↓

*********************************************/

footer{
  margin: 20px 0 60px 0;
}


header .button02 {
  display: table-cell;
  height: 52px;
  vertical-align: top;
  float: right;
 }
 
 header .button02 p {
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 52px;
  border-left: 1px solid #CCCCCC;
  text-align: center;
 }
 
 header .button02 p a,
 header .button02 p span {
  display: block;
  padding: 0 0 2px 0;
  width: 60px;
  font-size: 12px;
  margin: 0;
  color: #333333;
 }
 
 header .button02 p i {
  font-size: 20px;
  width: 100%;
  padding: 8px 0 4px;
  font: normal normal normal 19px/1 FontAwesome;
 }
 
 .fonticon-color {
  color: #f90;
 }
 
 /********************************************
 
 SPTOP特選物件
 
 *********************************************/
 .con_title {
  font-size: 17px;
  font-weight: bold;
  background-color: #0095f7;
  color: #fff;
  padding: 10px;
  line-height: 25px;
  margin: 0;
 }
 
 .sp_tokusen {
  padding: 10px 5px;
  background-color: #f2f3f3;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  -webkit-overflow-scrolling: touch;
  /*慣性スクロール*/
 }
 
 .sp_tokusen_in {
  padding: 10px 3% 10px;
  overflow-x: auto;
  white-space: nowrap;
 }
 
 .sp_tokusen_row {
  width: 190px;
  margin: 0 10px 0 0;
  padding: 5px;
  background-color: white;
  position: relative;
  list-style: none;
  display: inline-block;
 }
 
 .sp_tokusen_row > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
 }
 
 .sp_tokusen_title {
  width: 180px;
  top: 150px;
  left: 10px;
  position: absolute;
  text-overflow: ellipsis;
  font-size: 3vw;
 }
 
 .sp_tokusen_row:hover {
  background: #ECECEC;
 }
 
 .sp_tokusen_row:nth-child(4n) {
  margin-right: 0 !important;
 }
 
 .sp_tokusen_row ul {
  margin: 0;
  padding: 0px 5px 5px 5px;
 }
 
 .sp_tokusen_row ul li {
  font-size: 12px;
  margin: 0;
  clear: both;
  list-style: none;
 }
 
 .sp_tokusen_img {
  margin: 0;
  width: 190px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 23px;
  border-bottom: 3px solid #07285A;
  text-align: center;
 }
 
 .sp_tokusen_img img {
  max-width: 190px;
  max-height: 140px;
 }
 
 .sp_tokusen_shosai {
  padding: 0 5px 5px 5px;
  font-size: 12px;
 }
 
 .sp_tokusen_shosai b {
  color: #FF5722;
  font-size: 16px;
 }
 
 .slide_sp,
 .slide_sp img {
  width: 100%;
 }
 
 .bukken_more a {
  width: 85%;
  display: block;
  color: #fff;
  background-color: #333;
  margin: 10px auto 30px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
 }
 
 /* ------振り分けボタン------ */
 .main_furiwake {}
 
 .main_furiwake ul {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 20px auto;
 }
 
 .main_furiwake ul li {
  width: 32%;
 }
 
 .main_furiwake ul li a {
  display: block;
  width: 100%;
  background-color:rgb(0 149 247 / 10%);;
  border: 3px solid #91c1c3;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
 }
 
 .main_furiwake ul li p {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
 }
 
 .main_furiwake ul li i {
  color: #0095f7;
  font-size: 30px;
  margin: 15px 0;
 }
 
 /* ------検索------ */
 .search_wrap {
  background-color: #f5f4f0;
  padding: 40px 0px;
  position: relative;
 }
 
 .search_keisai {
  position: absolute;
  top: -244px;
  right: -940px;
  left: 0px;
  margin: auto;
  width: 234px;
 }
 
 .search_keisai img {}
 
 .search_kensu_wrap {
  width: 92%;
  margin: 0px auto 20px auto;
  background-color: #fde0e0;
  border: solid 1px #ea2828;
  padding: 5px 0px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
 }
 
 .search_kensu_l {
  text-align: center;
 }
 
 .search_kensu_kazu {
  font-size: 12px;
  font-weight: bold;
  color: #ea2828;
  line-height: 40px;
  display: inline-block;
 }
 
 .search_kensu_kazu span {
  font-size: 23px;
  font-weight: bold;
  padding: 0px 5px;
 }
 
 .search_kensu_l p {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin: 4px 0px 0px 0px;
  display: inline-block;
 }
 
 .search_kensu_title {
  float: right;
  font-size: 17px;
  background-image: url(/img/top/kensu_icon.png);
  background-repeat: no-repeat;
  background-position-y: 6px;
  background-position-x: 0px;
  line-height: 28px;
  padding: 0px 0px 0px 50px;
  margin-top: 6px;
 }
 
 .search_box {
  width: 92%;
  margin: 0px auto 0px auto;
  overflow: hidden;
 }
 
 .search_l {}
 
 .search_map {}
 
 .search_r {
  width: 100%;
  margin: 0px 0px 0px 0px;
 }
 
 .search_ensen {
  margin-bottom: 0px;
  overflow: hidden;
 }
 
 .search_ensen ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border-radius: 5px;
 }
 
 .search_ensen ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: dotted 1px #0095f7;
  border-bottom: dotted 1px #0095f7;
  border-top: dotted 1px #0095f7;
 }
 
 .search_ensen ul li:nth-child(2n) {
  border-right: none;
 }
 
 .search_ensen ul li:nth-child(3) {
  border-bottom: none;
 }
 
 .search_ensen ul li:nth-child(4) {
  border-bottom: none;
 }
 
 .search_ensen ul li a {
  display: block;
  background-color: #FFF;
  font-size: 16px;
  font-weight: normal;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  text-align: center;
  padding: 25px 0px 25px 0px;
  position: relative;
 }
 
 .search_ensen ul li a i {
  font-size: 20px;
  color: #ed6103;
  margin-right: 5px;
 }
 
 .search_ensen ul li a::before {
  content: "";
  bottom: 13px;
  right: 13px;
  width: 18px;
  height: 1px;
  background: #0095f7;
  position: absolute;
 }
 
 .search_ensen ul li a::after {
  content: "";
  right: 11px;
  bottom: 16px;
  width: 10px;
  height: 1px;
  background: #0095f7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
 }
 
 .search_ensen ul li a span {
  color: #0095f7;
  font-size: 21px;
  font-weight: bold;
 }
 
 .search_joken {
  margin-bottom: 20px;
 }
 
 .search_joken ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
 }
 
 .search_joken ul li {
  width: 33.4%;
  box-sizing: border-box;
  border-right: dotted 1px #ed6103;
 }
 
 .search_joken ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: dotted 1px #ed6103;
  border-bottom: dotted 1px #ed6103;
 }
 
 .search_joken ul li:nth-child(4) {
  border-bottom: none;
 }
 
 .search_joken ul li:last-child {
  border-right: none;
 }
 
 .search_joken ul li a {
  display: block;
  background-color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ed6103;
  text-align: center;
  padding: 55px 0px 10px 0px;
  position: relative;
  background-position-x: center;
 }
 
 .search_joken ul li a span {
  color: #ed6103;
  font-size: 21px;
  font-weight: bold;
 }
 
 .search_joken ul li:nth-child(1) a {
  background-position-y: 12px;
  background-image: url(/img/top/search_icon03.png);
  background-size: 30px;
 }
 
 .search_joken ul li:nth-child(2) a {
  background-position-y: 13px;
  background-size: 59px;
  background-image: url(/img/top/search_icon05.png);
 }
 
 .search_joken ul li:nth-child(3) a {
  background-position-y: 16px;
  background-size: 54px;
  background-image: url(/img/top/search_icon04.png);
 }
 
 .search_gakku {
  margin-bottom: 0px;
 }
 
 .search_gakku ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
 }
 
 .search_gakku ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: dotted 1px #0095f7;
  border-bottom: dotted 1px #0095f7;
 }
 
 .search_gakku ul li a::before {
  content: "";
  bottom: 13px;
  right: 13px;
  width: 18px;
  height: 1px;
  background: #0095f7;
  position: absolute;
 }
 
 .search_gakku ul li a::after {
  content: "";
  right: 11px;
  bottom: 16px;
  width: 10px;
  height: 1px;
  background: #0095f7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
 }
 
 .search_gakku ul li:nth-child(2n) {
  border-right: none;
 }
 
 .search_gakku ul li:nth-child(3) {
  border-bottom: none;
 }
 
 .search_gakku ul li:nth-child(4) {
  border-bottom: none;
 }
 
 .search_gakku ul li:last-child {
  border-right: none;
 }
 
 .search_gakku ul li a {
  display: block;
  background-color: #FFF;
  font-size: 16px;
  font-weight: normal;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  text-align: center;
  padding: 25px 0px 25px 0px;
  position: relative;
 }
 
 .search_gakku ul li a i {
  font-size: 20px;
  color: #0095f7;
  margin-right: 5px;
 }
 
 .search_gakku ul li a span {
  color: #0095f7;
  font-size: 21px;
  font-weight: bold;
 }
 
 .search_free {
  margin-bottom: 20px;
 }
 
 .search_free p {
  font-size: 17px;
  font-weight: bold;
  margin: 0px 0px 12px 0px;
 }
 
 .search_space {
  overflow: hidden;
 }
 
 .search_window {
  width: 71% !important;
  font-size: 14px !important;
  border: solid 1px #aaa !important;
  text-indent: 15px;
  line-height: 38px !important;
  border-radius: 5px !important;
  float: left;
  background-color: #fff !important;
  font-size: 12px !important;
 }
 
 .quick_keyword {
  width: 26%;
  float: right;
 }
 
 .free_btn {
  display: block !important;
  float: right !important;
  width: 100% !important;
  border: none !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/mobile_img/search_icon08.png);
 }
 
 .search_kodawari {}
 
 .search_kodawari p {
  font-size: 17px;
  font-weight: bold;
  margin: 0px 0px 12px 0px;
 }
 
 .search_kodawari ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
 }
 
 .search_kodawari ul li {
  width: 32%;
  float: left;
  margin: 0px 2% 9px 0px;
 }
 
 .search_kodawari ul li:nth-child(3n) {
  margin-right: 0px;
 }
 
 .search_kodawari ul li:nth-child(4) {
  margin-bottom: 0px;
 }
 
 .search_kodawari ul li:nth-child(5) {
  margin-bottom: 0px;
 }
 
 .search_kodawari ul li:nth-child(6) {
  margin-bottom: 0px;
 }
 
 .search_kodawari ul li a {
  display: block;
  background-color: #f8eee5;
  border: solid 1px #ed6103;
  line-height: 40px;
  font-size: 12px;
  text-align: left;
  padding: 0px 0px 0px 29px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  background-repeat: no-repeat;
 }
 
 .search_kodawari ul li:nth-child(1) a {
  background-image: url(/img/sp/search_icon1.png);
  background-position-y: 9px;
  background-position-x: 6px;
  background-size: 20px;
 }
 
 .search_kodawari ul li:nth-child(2) a {
  background-image: url(/img/sp/search_icon2.png);
  background-position-y: 11px;
  background-position-x: 9px;
  background-size: 16px;
 }
 
 .search_kodawari ul li:nth-child(3) a {
  background-image: url(/img/sp/search_icon3.png);
  background-position-y: 11px;
  background-position-x: 9px;
  background-size: 16px;
 }
 
 .search_kodawari ul li:nth-child(4) a {
  background-image: url(/img/sp/search_icon4.png);
  background-position-y: 11px;
  background-position-x: 6px;
  background-size: 18px;
 }
 
 .search_kodawari ul li:nth-child(5) a {
  background-image: url(/img/sp/search_icon5.png);
  background-position-y: 11px;
  background-position-x: 11px;
  background-size: 15px;
 }
 
 .search_kodawari ul li:nth-child(6) a {
  background-image: url(/img/sp/search_icon6.png);
  background-position-y: 12px;
  background-position-x: 8px;
  background-size: 17px;
 }
 
 /* ------お店のことをもっと知りたい------ */
 .t_com_know {
  background-color: #0095f7;
  padding: 30px 0;
 }
 
 .t_com_know h2 {}
 
 .t_com_know ul.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
 }
 
 .t_com_know ul.shop li {
  width: 49%;
  margin-bottom: 10px;
 }
 
 .t_com_know ul.shop li img {
  width: 100%;
 }
 
 .staff_top {
  width: 96%;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
 }
 
 .staff_top h3 {
  text-align: center;
 }
 
 .staff_top h3 img {
  width: 180px;
 }
 
 .staff_top_inner iframe {
  width: 94%;
  margin: 0 auto;
  height: 220px;
  display: block;
 }
 
 .staff_top_list ul {
  padding: 10px 0% 10px;
  overflow-x: auto;
  white-space: nowrap;
 }
 
 .staff_top_list ul li {
  display: inline-block;
  width: 180px;
  margin-right: 10px;
 }
 
 .staff_top_list .img {
  height: 120px;
  position: relative;
  overflow: hidden;
 }
 
 .staff_top_list .img img {
  width: 100%;
 }
 
 .staff_top_list .img p {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  padding: 5px 0;
  bottom: 0;
  font-size: 12px;
  margin: 0;
 }
 
 .staff_top_list .txt p {
  width: 100%;
  height: 55px;
  white-space: normal;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  margin: 10px 0;
 }
 
 .staff_top_more a {
  width: 85%;
  display: block;
  color: #fff;
  background-color: #333;
  margin: 10px auto;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
 }
 
 /*----------------------------
   会社概要　20210615　リニューアル
 -----------------------------*/
 .shop_wrap {}
 
 .shop_inner {
  width: 94%;
  margin: 0 auto;
 }
 
 .shop_tl {
  font-size: 17px;
 }
 
 .shop_img {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
 }
 
 .shop_img li {
  width: 49%;
  max-height: 125px;
  overflow: hidden;
 }
 
 .shop_img img {
  width: auto;
  height: 125px;
 }
 
 .shop_info {
  margin-bottom: 15px;
  font-size: 14px;
 }
 
 .shop_info p {
  margin: 0;
 }
 
 .shop_name {
  font-size: 18px !important;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px !important;
 }
 
 .shop_info p a {
  color: #333;
  display: block;
 }
 
 .shop_tel {
  margin-bottom: 15px;
 }
 
 .shop_tel a {
  text-align: center;
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px 4%;
  border-radius: 5px;
 }
 
 .shop_tel a > p {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
 }
 
 .shop_tel a div {
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
 }
 
 .shop_link {
  overflow: hidden;
 }
 
 .shop_link li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
 }
 
 .shop_link li:nth-child(even) {
  margin-right: 0;
 }
 
 .shop_link li a {
  display: block;
  text-align: center;
  color: #333;
  padding: 10px 0;
  font-size: 14px;
 }
 
 .contents06 li {
  width: 96%;
  margin: 10px auto;
 }
 
 .contents06 li img {
  width: 100%;
 }

   .sp_info_wrap {
  width: 94%;
  margin: 10px auto 20px;
}
 .sp_info_wrap h3 {
    background-color: #0095f7;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.sp_info_box {
    height: 130px;
    overflow: scroll;
    border: solid 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.sp_info_box p {
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif!important;
    font-size: 14px;
}
 
 /* =========================================================
 店舗画像スライド
 ========================================================= */
 
 .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0 0;
 }
 
 .slider img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
 }
 
 .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
 }
 
 .slides {
  overflow: hidden;
  *zoom: 1;
 }
 
 .slides li {
  float: left;
  clear: none;
 }
 
 .slide {
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
 }
 
 .slide img {
  max-height: 200px;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
  float: none;
 }
 
 .slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -15px;
  height: 25px;
  width: 15px;
 }
 
 .slider-arrow--right {
  bottom: 50%;
  right: 10px;
  background-image: url(/img/sp/shop_slide_arrow_r.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
 }
 
 .slider-arrow--left {
  bottom: 50%;
  left: 10px;
  background-image: url(/img/sp/shop_slide_arrow_l.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
 }
 
 .slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 8px;
 }
 
 .slider-nav__item:hover {
  background: #fff;
 }
 
 .slider-nav__item--current {
  background: #fff;
 }

 /*--footer 変更追加--*/

/* -------------------------------------
top_voice　お客様の声
---------------------------------------- */
.t_voice_wrap {
	background-color: #f5f4f0;
}
.t_voice_wrap>a>p {
    margin: 0 auto;
    background-color: #0095f7;
    color: #fff;
    text-align: center;
    width: 96%;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.t_voice_wrap>a>p>i {
    font-size: 23px;
    margin-left: 5px;
}
.voice_slide {
	padding: 10px 0;
}
.voice_slide iframe {
	width: 100%;
	height: 280px;
}

