#free_page_area{
    width:100%;
    max-width:none;
    min-width: none;
}
.inner #contents-main {
    padding:0;
}
h2.pagename {
    margin-bottom: 0;
}
#free_page_area .fp_content {
    padding: 0;
}
@media print, screen and (min-width:768px){
    #free_page_area .fp_content {
     padding: 10px;
}
}
/*mv*/
.mv_wrapper{
    text-align: center;

/*グラデ 緑色系-------------------------------*/
/* background: #EDE574; 
background: -webkit-linear-gradient(to right, #E1F5C4, #fffef5);   
background: linear-gradient(to right, #E1F5C4, #fffef5);  */

/*グラデ 黄色系-------------------------------*/
background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #f7eecd, #fffef5); 
background: linear-gradient(to right,  #f7eecd, #fffef5); 


/*グラデ 青系-------------------------------*/
/*background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #9AEBFB, #fffef5); 
background: linear-gradient(to right,  #9AEBFB, #fffef5); */


/*グラデ ピンク系-------------------------------*/
/*background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #F7E6E4, #fffef5); 
background: linear-gradient(to right,  #F7E6E4, #fffef5); */

/*グラデ 新春-------------------------------*/
/*background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #F7E6E4, #FBE6CA); 
background: linear-gradient(to right,  #F7E6E4, #FBE6CA); */

 /* background-color: #eceacc; */ /*緑系*/
 /*background-color: #f4ebcf; */ /*オレンジ系*/
 /* background-color: #faf3dc; */ /*黄色系*/
 /* background-color: #F7E6E4; */ /*ピンク系*/
 /* background-color: #e1edf2; */ /*青灰系*/
 /* background-color: #C0F2F9; */ /*青系*/
}

.mv{
    max-width:960px;
    margin:0 auto;
}
/*nav*/
#free_page_area .fp_content h3.sale_nav_ttl {
    padding: 50px 20px 10px;
    font-size: 21px;
    background: transparent;
    font-weight: 600;
    box-sizing: border-box;
    border: none;
    text-align: center;
}
.sale_nav{
    margin:10px auto 50px;
    padding:0 10px;
}
.sale_nav li{
    padding:0.5em; 
    border-bottom:1px dotted #555;
    border-bottom:1px dotted #a79643;
}
.sale_nav_floor{
    display: inline-block;
    width:3.8em;
    margin-right:0.6em;
    background-color: #b9a78d;
    background-color: #d8cb86;
    color:#fff;
    padding:3px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
}
.sale_nav_name{
    font-size: 16px;
    font-weight: bold;
}
@media print, screen and (min-width:768px){
.sale_nav{
    box-sizing: border-box;
    display:flex;
    flex-wrap: wrap;
    max-width:960px;
    margin:10px auto 50px;
}
/* .sale_nav li{
    width:calc(33.33% - 20px);
    margin-right:30px;
    padding:0.5em 0;
    border-bottom:1px dotted #555;
}
.sale_nav li:nth-child(3n){
    margin-right: 0;
} */
.sale_nav li{
    width:calc(50% - 15px);
    margin-right:30px;
    padding:0.5em 0;
    border-bottom:1px dotted #555;
    border-bottom:1px dotted #a79643;
}
.sale_nav li:nth-child(2n){
    margin-right: 0;
}
}

/*shop*/
.sale_shop_list{

/*グラデ 緑色系-------------------------------*/
/* background: #EDE574; 
background: -webkit-linear-gradient(to right, #E1F5C4, #fffef5);   
background: linear-gradient(to right, #E1F5C4, #fffef5);  */

/*グラデ 黄色系-------------------------------*/
background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #f7eecd, #fffef5); 
background: linear-gradient(to right,  #f7eecd, #fffef5); 


/*グラデ 青系-------------------------------*/
/*background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #9AEBFB, #fffef5); 
background: linear-gradient(to right,  #9AEBFB, #fffef5); */


/*グラデ ピンク系-------------------------------*/
/*background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #F7E6E4, #fffef5); 
background: linear-gradient(to right,  #F7E6E4, #fffef5); */

/*グラデ 新春-------------------------------*/
/*background: #FFEFBA; 
background: -webkit-linear-gradient(to right,  #F7E6E4, #FBE6CA); 
background: linear-gradient(to right,  #F7E6E4, #FBE6CA); */






overflow: hidden;
}
.sale_shop_inner{
    max-width:960px;
    margin:0 auto;
    padding:50px 20px;
    border-bottom:1px dotted #333;
}
.sale_shop_inner.ssi_last{
    border-bottom:none!important;
}

div.sale_shop_list > .sale_shop:last-child > .sale_shop_inner{
    /* border-bottom:none; */
    margin-bottom: 60px;
}
#free_page_area .fp_content h4.sale_shop_name{
    margin: 8px 16px 4px 0;
}
h4.sale_shop_name a{
    font-size: 28px;
    vertical-align: middle;
    line-height: 1.2;
}
.sale_shop_floor{
display:inline-block;
/* border:1px solid #333; */
border-radius: 2px;
padding: 3px 5px;
margin-right:5px;
background-color: #d8cb86;
background-color: #dcc270;
background-color: #d6c17e;
color: #fff;
}
.sale_shop_data{
    font-size: 18px;
}
.sale_shop_data {
    margin: 0.5em 0 1em;
    padding: 0.2em  0.6em;
    font-size: 17px;
    display: inline-block;
    background-color: #221e1f;
    color: #fff;
    border-radius:2px;  
}
.sale_shop_type {
    /* font-weight: bolder; */
    /* padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: 1px solid #ccc; */
}
span.sale_shop_date {
    border-left: 1px solid #ccc;
    padding-left: 0.5em;
    margin-left: 0.5em;
}
.sale_shop_txt{
    line-height: 1.6;
}
.sale_shop_img{
    text-align: center;
    margin-top:20px; 
}
.sale_shop_img img{
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;  
}
.img_zoom{
    display:block;
    padding-top:0.5em;
    font-size:13px ;
}
.img_zoom::before {
    font-family: "Font Awesome 5 Free", Baumans, sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: rgb(85, 85, 85);
    content: "\f002";
}
.sale_shop_link a {
    display:inline-block;
    margin-top:2em;
    padding-right: 15px;
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 0.075em;
    border-bottom: 1px solid #666;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.sale_shop_link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.4em;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}
.sale_shop_link a:hover{
    text-decoration: none;
}
@media print, screen and (min-width:768px){
.sale_shop_inner{
display:flex;
justify-content: space-between;
/* padding:50px 0; */
}
.sale_shop_info{
width:calc(60% - 30px);
}
.sale_shop_img{
width:40%;
/* max-height:400px; */
margin:0;
}




div.sale_shop_list > .sale_shop:nth-child(even) > .sale_shop_inner{
    flex-direction: row-reverse;
}


.sale_shop_img.shop_img_w35{
width:35%!important;
/* max-height:800px!important; */
}

.sale_shop_img.shop_img_w50{
width:50%!important;
}
.sale_shop_img.shop_img_w60{
width:60%!important;
/* max-height:400px!important; */
}
.sale_shop_img.shop_img_w70{
width:70%!important;
}
.sale_shop_img.shop_img_w80{
width:80%!important;
}
.sale_shop_img.mr20{
margin-right:2em;
}
.sale_shop_img.ml20{
margin-left:2em;
}

div.sale_shop_list > .sale_shop:nth-child(odd) .sale_shop_img{
    margin-left:2em!important;
}
div.sale_shop_list > .sale_shop:nth-child(even) .sale_shop_img{
    margin-right: 2em !important;
}
}


