@charset "utf-8";
/* CSS Document */

.mainContent {
    width: 960px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


@media only screen and (max-width: 990px) {
.mainContent {
    width: 100%;
}
	
	
	.storearea_map{
    width: 100%;
}
	
	.storearea_main_map_p{
    width: 100%;
}
	
}

/* エリア別ブロック */
#archive_stores {
    margin: 0 0 20px 0;
}
.storearea_main_map {
    display: flex;
    width: 960px;
    background: #f2f2f2;
    /*margin-top: 105px;*/
}
  .storearea_main_map p {
      font-size: 18px;
      color: #666;
      padding: 10px 0 5px 20px;
      margin: 0;
      font-weight: bold;
  }
  /*.storearea_main_map img {
      width: 100%;
  }*/

.storearea_map {
    width: 100%;
}

.storearea_map img{
    width: auto;
}

 @media only screen and (max-width: 700px) {
    .storearea_main_map {
        display: flex;
        width: 100%;
        background: #f2f2f2;
    }
}

.stores_box {
    display: flex;
    width: 450px;
    margin: 20px 20px 10px 10px;
	
}
.stores_deta {
    width: 265px;
}
.stores_deta h2 {
    width: 450px;
    /*margin: 0 0 0 0px;*/
    font-size: 18px;
    color: #666;
    background-color: #f7f4dc;
    padding: 5px 5px 5px 20px;
}
.add {
    background: url(https://www.laox.co.jp/wp-content/themes/Laox_en/data_corporate/images/store/stores_icon_pin.png)no-repeat;
    padding-left: 30px;
    margin: 10px 0;
    /*font-size: 16px;*/

    background-position: left center;
	list-style: none;
}
.open {
    background: url(https://www.laox.co.jp/wp-content/themes/Laox_en/data_corporate/images/store/stores_icon_time.png)no-repeat;
    padding-left: 30px;
    margin: 10px 0;
    /*font-size: 16px;*/
    background-position: left center;
	list-style: none;
}
.tel {
    background: url(https://www.laox.co.jp/wp-content/themes/Laox_en/data_corporate/images/store/stores_icon_phone.png)no-repeat;
    padding-left: 30px;
    margin: 10px 0;
    /*font-size: 16px;*/
    background-position: left center;
	list-style: none;
}
.stores_img {
    margin-left: 35px;
    margin-top: 55px;
}

.pagelink {
    list-style: none;
}
.pagelink a {
    list-style: none;
	background: url(https://www.laox.co.jp/wp-content/themes/Laox_en/data_corporate/images/store/icon_pagelink.png)no-repeat;
    padding-left: 30px;
}

.data {
    padding-left: 10px;
	font-size: 14px;
}
.storearea_main_map_p {
    display: block;
    width: 100%;
    height: auto;
}

.storearea_main_map_p img {
    display: block;
    /*width: 100%;*/
    height: auto;
}

@media only screen and (max-width: 991px) {
.store_main-map {
    display: none;
}
.main-map-sp-container {
    display: block;
}
.storearea_main_map_p {
    display: none;
}
.storearea_map {
    width: 100%;
}
.storearea_map img {
    width: 100%;
}
	
.storearea_main_map {
    display: flex;
    width: 100%;
    background: #f2f2f2;
}
.stores_box {
    display: flex;
    width: 100%;
    margin: 20px 20px 10px 10px;
}
.stores_deta {
    width: 100%;
}
.stores_img {
    margin-left: 22px;
    margin-top: 0;
    max-width: 100%;
    height: auto;
}
.stores_deta h2 {
    width: 100%;
    /*margin: 0 0 0 0px;*/
    font-size: 14px;
    color: #666;
    background-color: #f7f4dc;
    padding: 5px 5px 5px 20px;
}
.add {
    background: url(https://www.laox.co.jp/wp-content/themes/Laox_en/data_corporate/images/store/stores_icon_pin.png)no-repeat;
    padding-left: 30px;
    margin: 5px 0;
    font-size: 14px;
    background-position: left center;
	list-style: none;
}
	
	
.storearea_main_map_p img {
    display: block;
    width: 100%;
    height: auto;
}
	
}
.shop_list_mainbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
.shop_list_mainbox {
    display: flex;
	flex-wrap: wrap;
    margin-top: 10px;
	margin-bottom: 30px;
}
}

/*20241111*/

.main_content {
    border: solid #f7f4dc 1px;
    margin-top: 30px;
    padding: 30px 30px 0 30px;
	width: 100%;
}

.main_stores {
    float: none;
    width: auto;
    margin: 0 0 20px 0px;
    font-size: 26px;
    color: #666;
    background-color: #f7f4dc;
    padding: 10px 10px 10px 20px;
}

.access-mainbox {
    display: flex;
    margin-top: 30px;
}

img.stores-photo {
    display: block;
    width: auto;
    max-height: 200px;
	margin: auto;
	position: relative;
    top: -15px;
	
}

.address_info {
    margin-left: 30px;
}
.access-mainbox h2 {
    width: 100%;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.access_info {
    width: auto;
}
.access_info dt {
    padding: 8px 0 0 6px;
    font-size: 16px;
}
.access_info dd {
    margin: -1.6em 0 0;
    padding: 0 0 8px 86px;
    border-bottom: dotted 1px #bfbfbf;
    font-size: 16px;
}
.access_info a {
    font-size: 16px;
}

.access_info dt {
    padding: 8px 0 0 6px;
    font-size: 16px;
}

.map_inside_building {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
}

.sub_visual_block {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.product_mainbox {
    margin-top: 50px;
}
.product_mainbox h2 {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    /* border-bottom: solid 3px #d7d7d7; */
    margin-bottom: 30px;
    width: auto;
    font-size: 20px;
}
.product_list dt {
    position: relative;
    /* padding: 7px 0 0 18px; */
    text-align: center;
    width: 50px;
    background: #7db4e6;
    color: #ffffff;
}
.product_list dd {
    margin-top: -29px;
    padding: 7px 0 7px 60px;
}
.product_mainbox {
    margin-top: 50px;
}
.store_service {
    margin-top: 50px;
}

.store_service h2{
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    /* border-bottom: solid 3px #d7d7d7; */
    margin-bottom: 30px;
    width: auto;
    font-size: 20px;
}

.store_service ul.area_payment {
    border-bottom: dotted 1px #bfbfbf;
}
.store_service ul.area_payment li.list_header {
    font-weight: bold;
    width: 20%;
}
.store_service ul.area_payment li.list_body {
    width: 80%;
	font-size: 12px;
}
.store_service ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
	list-style-type: none; /* マーカーを無効化 */
	padding-left: 0; /* インデントも不要な場合、0にする */
}
.store_service ul li {
    margin: 0 18px 20px 0;
}
.shop_news {
    margin: 50px auto 40px auto;
}

.store_service ul.area_payment li {
    margin: 0;
}
.pagetop {
    position: relative;
    margin: 0 auto 50px auto;
    padding-top: 40px;
    z-index: 200;
    text-align: right;
}

@media only screen and (max-width: 700px) {
.main_content {
    border: solid #f7f4dc 1px;
    margin-top: 30px;
    padding: 15px 15px 0 15px;
	width: 100%;
}
.store_service ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.store_service ul li {
    margin: 0 0 20px 0;
}
 
	img.stores-photo {
    display: block;
    width: auto;
    max-height: 200px;
	margin: auto;
    
}
}
	
@media only screen and (max-width: 700px) {
.address_info {
    margin-left: 0px;
}
.access-mainbox {
    display: block;
    margin-top: 30px;
}
.access_info {
    width: 100%;
}
.access_info dt {
    padding: 8px 0 0 6px;
    font-size: 15px;
}
.access_info dd {
    margin: -1.6em 4px 6px;
    ;
    /*    margin: -1.6em 0 0;
*/    padding: 0 0 8px 150px;
    border-bottom: dotted 1px #bfbfbf;
    font-size: 15px;
}
.store-text-sp_store {
    font-size: 25px;
    margin: 20px 0px 128px 23px;
}
.main-map-sp-container_store {
    width: 100%;
    margin: auto;
    display: block;/* background-color: #ffe300; *//*    margin-top: 30px;
*/
}
.product_list dd {
    margin-top: 5px;
    padding: 7px 0 7px 0px;
    font-size: 16px;
}
.product_list dt {
    text-align: center;
    width: 100%;
    background: #7db4e6;
    color: #ffffff;
    font-size: 20px;
}
	}

/* 店舗詳細 スライダー */
.slide_store .slick-slider {
    padding: 0;
}

.slide_store .slick-arrow {
    padding: 0 !important;
}

.slide_store .slick-slider img {
    max-width: 470px;
}

	/* フロアマップ */
.map_inside_building {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
}
div.map_inside_building img {
   margin: 30px auto 0 auto;
   width: 100%;
}
	
.slide_store .slick-slider img {
    max-width: 470px;
}

.sns_section .area_china ul li img {
    width: auto;
    max-width: 160px;
}

.lgr_link {
    /* border: solid 2px #BFCEFF; */
    padding: 5px 4% 5px 4%;
    /* background-color: #efefef; */
}

.lgr_link dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.lgr_link dd {
    text-align: left;
    padding: 5px 0 2px 0;
    /* margin: 0 1% 2px 1%; */
    margin: 0 50px 0 0;
    float: left;
    /* width: 18%; */
    font-size: 14px;
}
.singlestore_link {
    /* border: solid 2px #BFCEFF; */
    padding: 5px 4% 5px 4%;
    /* background-color: #efefef; */
}

.singlestore_link dl {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  list-style: none; 
  margin: 0; 
  padding: 20px 0px 0px 0px;
}

.singlestore_link dd {
    text-align: left;
    padding: 5px 0 2px 0;
    margin: 0 50px 0 0;
    font-size: 14px;
}


