@media screen and (min-width: 768px) {
  #ttl h1 {
    width: 149px;
    height: 31px;
    margin: 0 auto;
    background: url(../img/shop/ttl_shop.png) no-repeat center;
    background-size: cover;
  }

  #ancer_menu {
    width: 321px;
    height: 100px;
    margin: 64px auto;
  }
  #ancer_menu ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #ancer_menu ul li {
    width: 160px;
    height: 98px;
    list-style-type: none;
    border-left: 1px solid #c9c2af;
  }
  #ancer_menu ul li a {
    display: block;
    width: 160px;
    height: 98px;
    transition: .2s;
  }
  #ancer_menu ul li a span {
    display: none;
  }
  #ancer_menu ul li a:hover {
    opacity: .7;
  }
  #ancer_menu ul li:nth-child(1) {
    border-left: none;
  }
  #ancer_menu ul li:nth-child(1) a {
    background: url(../img/shop/img_menu_01.png) no-repeat center;
    background-size: 59px 79px;
  }
  #ancer_menu ul li:nth-child(2) a {
    background: url(../img/shop/img_menu_02.png) no-repeat center;
    background-size: 60px 77px;
  }

  #local_area {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 64px;
    background: url(../img/img_paper-line_b_02.png) repeat-x left bottom;
  }
  #local_area h2 {
    width: 263px;
    height: 31px;
    margin: 0 auto 40px;
    background: url(../img/shop/ttl_local_search.png) no-repeat center;
    background-size: cover;
  }
  #local_area h2 span {
    display: none;
  }
  #local_area p {
    margin-bottom: 10px;
    text-align: center;
  }
  #local_area .link_btn {
    width: 480px;
    margin: 0 auto;
    border-radius: 8px;
  }

  #prefectures {
    width: 100%;
    padding: 50px 0 64px;
    background: url(../img/bg_about.png) repeat center top;
  }
  #prefectures h2 {
    width: 302px;
    height: 31px;
    margin: 0 auto 40px;
    background: url(../img/shop/ttl_prefectures.png) no-repeat center;
    background-size: cover;
  }
  #prefectures h2 span {
    display: none;
  }
  #prefectures .prefectures_unit {
    display: flex;
    align-items: center;
    width: 96%;
    max-width: 1120px;
    height: 64px;
    margin: 0 auto;
    background: url(../img/bg_paper-line_footer.png) repeat-x left bottom;
  }
  #prefectures .prefectures_unit dl {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #prefectures .prefectures_unit dl dt {
    min-width: 130px;
    color: #fff;
    font-weight: bold;
    text-indent: 1em;
  }
  #prefectures .prefectures_unit dl dd {
    width: 100%;
    max-width: 102px;
    color: #6a6c7e;
  }
  #prefectures .prefectures_unit dl dd a {
    color: #fff;
    text-decoration: underline;
  }
  #prefectures .prefectures_unit dl dd a:hover {
    text-decoration: none;
  }
  #prefectures .prefectures_search {
    width: 96%;
    max-width: 950px;
    margin: 54px auto 0;
  }
  #prefectures .prefectures_search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #prefectures .prefectures_search select {
    -webkit-appearance: menulist-button;
    width: 31%;
    max-width: 305px;
    height: 36px;
  }
  #prefectures .prefectures_search .link_btn {
    width: 31%;
    max-width: 305px;
    height: 36px;
    border-radius: 8px;
  }

  #shop_detail {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0;
    background: url(../img/img_paper-line_b_01.png) repeat-x left top;
    transition: .5s;
  }
  #shop_detail .shop_data.hidden {
    display: none;
  }
  #shop_detail .inner {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #shop_detail .inner h2 {
    margin-bottom: 30px;
    padding: 0 18px 20px;
    background: url(../img/bg_paperline_bk.png) repeat-x left bottom;
    font-size: 24px;
  }
  #shop_detail .inner h3 {
    margin-bottom: 20px;
    padding: 0 18px;
    font-size: 20px;
    font-weight: bold;
  }
  #shop_detail .inner .detail_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 50px;
  }
  #shop_detail .inner .detail_box.hidden {
    display: none;
  }
  #shop_detail .inner .detail_box .recruit_btn {
    width: 400px;
    max-width: 90%;
    height: 0;
    margin: 0 auto;
    padding-top: 15%;
    background: url(../img/shop/btn_recruit.png) no-repeat center;
    background-size: 100%;
    border-radius: 0;
    font-size: 20px;
    line-height: 50px;
  }
  #shop_detail .inner .detail_box .recruit_btn span {
    display: none;
  }
  #shop_detail .inner .detail_box .recruit_btn:hover {
    color: #fff;
    opacity: 0.8;
  }
  #shop_detail .inner .detail_box .detail_img {
    width: 48%;
    max-width: 512px;
  }
  #shop_detail .inner .detail_box .detail_img img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    border-radius: 16px;
    line-height: 0;
  }
  #shop_detail .inner .detail_box .detail_img .attention {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 12px 9px;
    border: 1px solid #b81c22;
    border-radius: 3px;
    background-color: #fff;
  }
  #shop_detail .inner .detail_box .detail_img .attention h4 {
    margin-bottom: 4px;
    color: #b81c22;
    line-height: 1;
    font-weight: bold;
    font-size: 15px;
  }
  #shop_detail .inner .detail_box .detail_img .attention p {
    margin-bottom: 0;
    color: #b81c22;
    line-height: 1.4;
  }
  #shop_detail .inner .detail_box .detail_img .attention p + h4 {
    margin-top: 20px;
  }
  #shop_detail .inner .detail_box .detail_text {
    width: 48%;
    max-width: 512px;
  }
  #shop_detail .inner .detail_box .detail_text .inner {
    width: 100%;
    max-width: 464px;
    margin: 0;
  }
  #shop_detail .inner .detail_box .detail_text h4 {
    margin-bottom: 18px;
    font-size: 28px;
  }
  #shop_detail .inner .detail_box .detail_text dl {
    margin-bottom: 16px;
  }
  #shop_detail .inner .detail_box .detail_text dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #shop_detail .inner .detail_box .detail_text dl dt {
    box-sizing: border-box;
    float: left;
    width: 78px;
    height: 32px;
    margin-bottom: 8px;
    padding-left: 8px;
    line-height: 32px;
    background-color: #282b46;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
  }
  #shop_detail .inner .detail_box .detail_text dl dd {
    margin-bottom: 8px;
    margin-left: 94px;
    line-height: 32px;
  }
  #shop_detail .inner .detail_box .detail_text .link_btn {
    width: 100%;
    max-width: 464px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #ttl {
    position: relative;
    margin-bottom: -4px;
    z-index: 10;
  }
  #ttl h1 {
    width: 74.5px;
    height: 15.5px;
    margin: 0 auto;
    background: url(../img/shop/ttl_shop.png) no-repeat center;
    background-size: cover;
  }

  #ancer_menu {
    width: 230px;
    height: 50px;
    margin: 32px auto;
  }
  #ancer_menu ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #ancer_menu ul li {
    width: 80px;
    height: 49px;
    list-style-type: none;
    border-left: 1px solid #c9c2af;
  }
  #ancer_menu ul li a {
    display: block;
    width: 80px;
    height: 49px;
    transition: .2s;
  }
  #ancer_menu ul li a span {
    display: none;
  }
  #ancer_menu ul li a:hover {
    opacity: .7;
  }
  #ancer_menu ul li:nth-child(1) {
    border-left: none;
  }
  #ancer_menu ul li:nth-child(1) a {
    background: url(../img/shop/img_menu_01.png) no-repeat center;
    background-size: 29.5px 39.5px;
  }
  #ancer_menu ul li:nth-child(2) a {
    background: url(../img/shop/img_menu_02.png) no-repeat center;
    background-size: 30px 38.5px;
  }

  #local_area {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 64px;
    background: url(../img/img_paper-line_b_02.png) repeat-x left bottom;
  }
  #local_area h2 {
    width: 197.25px;
    height: 23.25px;
    margin: 0 auto 20px;
    background: url(../img/shop/ttl_local_search.png) no-repeat center;
    background-size: cover;
  }
  #local_area h2 span {
    display: none;
  }
  #local_area p {
    margin-bottom: 10px;
    text-align: center;
  }
  #local_area .link_btn {
    width: 90%;
    max-width: 305px;
    margin: 0 auto;
    border-radius: 8px;
  }

  #prefectures {
    width: 100%;
    padding: 25px 0 32px;
    background: url(../img/bg_about.png) repeat center top;
  }
  #prefectures h2 {
    width: 226.5px;
    height: 23.25px;
    margin: 0 auto 20px;
    background: url(../img/shop/ttl_prefectures.png) no-repeat center;
    background-size: cover;
  }
  #prefectures h2 span {
    display: none;
  }
  #prefectures .prefectures_unit {
    display: none;
  }
  #prefectures .prefectures_search {
    width: 96%;
    max-width: 950px;
    margin: 26px auto 0;
  }
  #prefectures .prefectures_search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #prefectures .prefectures_search select {
    width: 100%;
    max-width: 305px;
    height: 36px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #prefectures .prefectures_search .link_btn {
    width: 100%;
    max-width: 305px;
    height: 36px;
    border-radius: 8px;
  }

  #shop_detail {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 0;
    background: url(../img/img_paper-line_b_01.png) repeat-x left top;
  }
  #shop_detail .shop_data.hidden {
    display: none;
  }
  #shop_detail .inner {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #shop_detail .inner h2 {
    margin-bottom: 15px;
    padding: 0 10px 15px;
    background: url(../img/bg_paperline_bk.png) repeat-x left bottom;
    font-size: 24px;
  }
  #shop_detail .inner h3 {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
  }
  #shop_detail .inner .detail_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 50px;
  }
  #shop_detail .inner .detail_box .recruit_btn {
    width: 90%;
    max-width: 400px;
    height: 0;
    margin: 0 auto 30px;
    padding-top: 15%;
    background: url(../img/shop/btn_recruit.png) no-repeat center;
    background-size: 100%;
    border-radius: 0;
    font-size: 20px;
    line-height: 50px;
  }
  #shop_detail .inner .detail_box .recruit_btn span {
    display: none;
  }
  #shop_detail .inner .detail_box .recruit_btn:hover {
    color: #fff;
    opacity: 0.8;
  }
  #shop_detail .inner .detail_box .detail_img {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
  }
  #shop_detail .inner .detail_box .detail_img img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    line-height: 0;
  }
  #shop_detail .inner .detail_box .detail_img .attention {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 12px 9px;
    border: 1px solid #b81c22;
    border-radius: 3px;
    background-color: #fff;
  }
  #shop_detail .inner .detail_box .detail_img .attention h4 {
    margin-bottom: 4px;
    color: #b81c22;
    line-height: 1;
    font-weight: bold;
    font-size: 15px;
  }
  #shop_detail .inner .detail_box .detail_img .attention p {
    margin-bottom: 0;
    color: #b81c22;
    line-height: 1.4;
  }
  #shop_detail .inner .detail_box .detail_img .attention p + h4 {
    margin-top: 20px;
  }
  #shop_detail .inner .detail_box .detail_text {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
  }
  #shop_detail .inner .detail_box .detail_text .inner {
    width: 100%;
    max-width: 464px;
    margin: 0;
  }
  #shop_detail .inner .detail_box .detail_text h4 {
    margin-bottom: 18px;
    font-size: 28px;
  }
  #shop_detail .inner .detail_box .detail_text dl {
    margin-bottom: 16px;
  }
  #shop_detail .inner .detail_box .detail_text dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #shop_detail .inner .detail_box .detail_text dl dt {
    box-sizing: border-box;
    width: 78px;
    height: 32px;
    margin-bottom: 8px;
    padding-left: 8px;
    line-height: 32px;
    background-color: #282b46;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
  }
  #shop_detail .inner .detail_box .detail_text dl dd {
    margin-bottom: 8px;
    margin-left: 8px;
    line-height: 32px;
  }
  #shop_detail .inner .detail_box .detail_text .link_btn {
    width: 100%;
    max-width: 464px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px){
  div.shop_map iframe {
      max-width: 767px;
  }
	div#contact_module{
		display:none;
	}
	div#shop_body>p{
		display:none;
	}
	div#shop_data {
        display: flex;
        /* flex-direction: revert; */
        flex-direction: column-reverse;
    }
    div#shop_header h3{
    	font-size:21px;
    	line-height:1;
    }
    #limited {
	    padding-bottom: 35px;
	    background: url(../../../../img/img_paper-line_b_02.png) repeat-x left bottom;
	}
	#limited h2 {
	    width: 219.75px;
	    height: 24px;
	    margin: 0 auto 25px;
	    background: url(../../../../img/menu/ttl_limited.png) no-repeat center;
	    background-size: cover;
	}
	#limited h2 span {
	    display: none;
	}
	#limited .box {
    width: 90%;
    max-width: 464px;
    margin: 0 auto;
  }
  #limited .box .left_unit {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 464px;
    margin-bottom: 16px;
    border-radius: 16px;
    line-height: 0;
  }
  #limited .box .left_unit img {
    width: 100%;
  }
  #limited .box .left_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #limited .box .left_unit .tag.limited {
    background-color: #b81c22;
  }
  #limited .box .right_unit {
    width: 100%;
    max-width: 464px;
  }
  #limited .box .right_unit .ttl {
    position: relative;
    margin-bottom: 8px;
  }
  #limited .box .right_unit .ttl .sub {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
  }
  #limited .box .right_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 15px;
    color: #222a46;
    font-size: 20px;
    line-height: 1.2;
  }
  #limited .box .right_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }
  #limited .box .right_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #limited .box .right_unit .link_btn {
    width: 100%;
  }

  #prefectures .prefectures_unit{
    display:flex;
  }
  #prefectures .prefectures_unit dl{
    margin: 20px;
  }
  #prefectures .prefectures_unit dt{
    font-size:26px;
    color: #fefefe;
  }
  #prefectures .prefectures_unit dd{
    color: #6a6c7e;
    display:inline-block;
    width:60px;
    text-align: center;
    line-height: 3;
  }
  #prefectures .prefectures_unit dl dd a {
    color: #fff;
    text-decoration: underline;
  }

}

/* 店舗一覧 */
ul.shop_info>li{
	position: relative;
	width: 325px;
	/* min-height: 600px; */
	overflow: hidden;
	margin: 8px;
	border: 1px solid #EEEEEE;
	list-style-type:none;
	background: #fff;
}

ul.shop_info>li img{
  width: 100%;
}

ul.shop_info{
  	display : flex;
  	flex-wrap : wrap;
  	/*justify-content:space-between;*/
}

div.shop_list_main_img{
  height: 215px;
  overflow: hidden;
}

/* shop_page css*/
section#shop_detail {
	display:flex;
	justify-content: center;
	color: #00000;
	background: url(https://ban-naijp.pro/img/bg_recruit.png) repeat left top;
}

div#shop_detail_container{
	width: 1164px;
	padding: 30px 20px 30px 20px;
}

div#shop_detail_container h2{
	text-align:center;
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 1.5rem;
}
div#shop_header{
    display:flex;
    justify-content:space-between;
    border-bottom: solid 1px #000;
}
div#shop_header h3{
	/* line-height: 1; */
	height: 53px;
	font-size: 30px;
	color: #000000;
	display: inline-block;
	/*font-family: serif;*/
	margin-top: 33px;
	/* bottom: 0; */
}

div#contact_module{
	display:inline-block
}

div.shop_map{
	display: inline-block;
}


div#shop_body{
	padding:10px;
}
div#shop_body p{
	font-size: 12px;
}
div#shop_data{
	display:flex;
	justify-content:space-between;
	margin-top: 20px;
}

div.shop_list{
  display: none;
}

div.shop_list_info{
  padding: 10px 10px 51px;
}

div.shop_list_business_data{
  display: inline-block;
  /* min-height: 300px; */
  margin-bottom: 15px;
}
div.shop_list_business_data dl{
	margin-top: 15px;
    min-height: 25px;
}
div.shop_list_map{
    margin-top: 8px;
  	display: inline-block;
    padding: 2px 5px 2px 5px;
    background: #f6d247;
    border-radius: 3px;
}
div.shop_list_map a{
  color: #222a46;
}
div.shop_list_business_data dt{
	float: left;
	width: 80px;
	background-color: #272945;
	color: #fff;
	padding: 3px 5px;
	text-align: center;
	border-radius: 5px;
}

div.shop_list_business_data dd{
	margin: 0 0 10px 100px;
  font-size: 12px;
}
div.shop_list_business_data dd.shop_open a {
    background-color: #f6d247;
    color: #000;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
}

div.shop_list_info h5{
  font-size: 18px;
  border-bottom: solid 1px #272945;
}

div.shop_list_info a.link_btn{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: block;
  width: 288px;
  height: 36px;
  color: #fff;
  margin: 0 auto;
  background-color: #b81c22;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 36px;
  transition: .2s;
}

/*dd.shop_tel{
	color:#c20000;
	font-weight:bold;
	font-size:20px;
}*/

div#shop_tel{
	background-color: #e60000;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	margin: 7px;
}
ul#storeArea{
  list-style-type:none;
}
#storeArea > li .saTrg {
    color: #ae0012;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    padding: 0.5em 2em 0.25em 0.5em;
    border-bottom: 2px solid #000;
    position: relative;
    transition: opacity 0.4s;
    cursor: pointer;
}
#storeArea > li .saTrg:after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) scale(1.5, 1);
    font-size: 70%;
}
h6.city_name{
  display: inline;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  ul.shop_info>li{
    width: 100%;
    min-height: auto;
    overflow: hidden;
    margin: 8px;
    border: 1px solid #EEEEEE;
    list-style-type:none;
    background: #fff;
  }

  ul.shop_info>li img{
    width: 100%;
  }

  ul.shop_info{
    display : flex;
    flex-wrap : wrap;
    width: 100%;
    /*justify-content:space-between;*/
}

}

/* 店舗一覧 */

div.tel>a{
  color: #b81c22;
  font-size: 16px;
  font-weight: bold;
}

/*# sourceMappingURL=shop.css.map */
