@charset "UTF-8";
@import "default.css";
@import "base.css";


/*
    .area-container
=========================================*/
.area-container {
    height: 100%;
    margin: 0 auto;
}
/*focus 枠を消す*/
a:focus, *:focus { outline:none; }
@media (max-width: 850px) {
    .area-container {
        width: 100%;
        margin: 0px; 
        padding: 0px; 
    }
}

/*
    .area-header
=========================================*/
.area-header {
    text-align: center;
    margin: 0;
    line-height: 1.8;
}   
    .area-header p {
    }
    .area-header h3 {
        width: 310px;
        margin: 80px auto 45px;
    }
    .area-header h4 {
        margin: 0 0 80px;
    }
    .area-header .logo {
        margin: 0 auto 50px;
        width: 100%;
    }
    .area-header .logo img {
        width: 100%;
    }
    .area-header .navi_list{
        display: none;
    }
@media (max-width: 850px) {
    .area-header {
        width: 100%;
        margin: 0px;
    }
        .area-header p br {
            display: none;
        }
        .area-header .logo{
            margin: 0 0 20px;
            width: auto;
        }
        .area-header .logo img{
            width: 100%;
        }
        .area-header p {
            margin: 0 15px;
            text-align: left;
        }
        .area-header h3 {
            width: auto;
            margin: 40px 80px 30px;
        }
        .area-header h4 {
            margin: 30px 120px 60px;
        }
}
/*
    .navi
=========================================*/



    
/*
    .area-content
=========================================*/

#wrapper {
  position: relative;
  margin: 0 auto;   /*全体の中央寄せ*/
}
.container {
  height: auto;
  display: block;
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2; 
}
.container:after {
}

.container li {
    text-align: center;
    margin: 0 0 100px;
}
.container li .image {
    display: block;
    margin: 0 0 -50px;
}
.container li .name-list {
    width: 620px;
    margin: 0 auto 16px;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-items: center;
    font-size: 12px;
}
.container li .name-list .name br {
     display: none;
}
.container li .name-list .btn {
    width: 80px;
}

@media screen and (max-width: 1000px) {
    /*.container {
        margin: 0 20px;
    }*/
}
@media screen and (max-width: 850px) {

    .container {
        width: 95%;
        margin: 0 2.5%;
    }
    .container li {
        margin: 0 0 50px;
    }
    .container li .image {
        display: block;
        margin: 0 0 -30px;
    }
    .container li .name-list {
        width: auto;
        margin: 0 auto 20px;
        font-size: 10px;
    }
    .container li .name-list .name {
        width: 85%;
        text-align: left;
        line-height: 1.7;
        font-size: 10px;
    }
    .container li .name-list .name br {
        display: block;
    }
    .container li .name-list .btn {
        width: 15%;
    }

}




/*
    .popup
=========================================*/
.pc_only{
    display: inline-block !important;
}
.sp_only{
    display: none !important;
}

.area-num { 
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #000 ;
    margin-bottom: 18px;
}
.area-num .current-num {
    display: inline-block;
    font-size: 40px;
    color: #000;
    margin-right: 4px;
}
@media screen and (max-width: 850px) {
    .area-num { 
        padding: 0 20px;
    }
}




/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 100px;
  width: 900px;
  margin: 20px auto;
}
.white-popup:after {
    content: "";
    display: block;
    clear: both;
}
.white-popup h3{
    text-align: center;
    margin-bottom: 44px;
}
.white-popup .area-image{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.white-popup .area-info{
    width:900px;
    margin: 0 auto; 
}
.white-popup .area-image .image {
    width: 450px;
    display: inline-block;
}
.white-popup .area-image .text{
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.6;
}
.white-popup .area-info ul:after {
    content: "";
    display: block;
    clear: both;
}

.white-popup .area-info li{
    width: 156px;
    height: auto;
    float: left;
    margin: 0 30px 30px 0;
}
.white-popup .area-info li:nth-child(5n){
    margin-right: 0;
}
.white-popup .area-info li span{
    display: block;
    font-size: 12px;
    line-height: 1.6;
}
.white-popup .area-info li a{
    text-decoration: none;
}
.white-popup .area-info li span.name{
    color: #000;
    padding: 6px 0 0;
    text-decoration: underline;
    height: 90px;
    background: #fff;
}

.white-popup .mfp-close {
    top: 30px;
    right: 30px;
    cursor: pointer;
    background: url(/contents/ja-jp/p/feature/sanfrancisco_look/images/close.png) 0 0 no-repeat;
}

.mfp-container {
    text-align: center;
    position: relative;
    width: 96%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 2%;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.arrow-case{
    color: #000;
    position: absolute;
    top: 43%;
    width: 1020px;
    left: -60px;
}
.arrow-case:after {
    content: "";
    display: block;
    clear: both;
}
.arrow-case .prev{
    float: left;
    padding-left: 0px;
    cursor: pointer;
}
.arrow-case .next{
    float: right;
    padding-right: 0px;
    cursor: pointer;
}
button.mfp-arrow {
    display: none;
}

@media screen and (max-width: 850px) {
    .pc_only{
        display: none !important;
    }
    .sp_only{
        display: inline-block !important;;
    }
    .mfp-wrap{
        top: 0px !important;
    }
    .mfp-content {
        vertical-align: top;
    }
    .mfp-container {
        width: 100%;
        margin: 0;
    }
    .white-popup {
        position: relative;
        background: #FFF;
        width: auto;
        margin: 0px auto;
        padding: 70px 5%;
    }
    .white-popup .mfp-close {
        top: 15px;
        right: 0px;
        background-size: 25px;
    }
    .white-popup .arrow-case img{
        zoom: .5;
    }
    .white-popup .area-image{
        width: 100%;
        float: none;
    }
    .white-popup .area-info{
        width: 85%;
        float: none;
    }
    .white-popup .area-image .image{
        width: 85%;
    }
    .white-popup .area-info h3{
        margin:50px 18.2666% 30px; 
    }
    .white-popup .area-info li{
        width: 32%;
        margin: 0 2% 10px 0;
    }
    .white-popup .area-info li:nth-child(3n){
        margin: 0 0 10px 0;
    }
    .white-popup .area-info li span.name{
        height: 135px;
    }
    .arrow-case{
        width: 100%;
        left: 0;
        top: 48%;
    }

}


/*
    .viewmorevisual
=========================================*/
.viewmorevisual{
    text-align: center;
    margin: 60px 0 110px;
}
@media screen and (max-width: 850px) {
    .viewmorevisual{
        margin: 30px 15px 55px;
    } 
}
/*
    .viewmore-banner
=========================================*/
.viewmore-banner{
    text-align: center;
    margin: 60px 0 110px;
}
@media screen and (max-width: 850px) {
    .viewmore-banner{
        margin: 30px 15px 55px;
    } 
}

/*
    .area-footer
=========================================*/
.area-footer {
    font-size: 10px;
    margin: 40px auto 0;
    padding: 20px 0;
    text-align: center;
    background-color: #082e52;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .area-footer {
        width: 100%;
        margin: 30px 0 0;
        padding: 20px 0;
        text-align: center;
    }
    .area-footer img{
            max-width: 100%;
            height: auto;
            zoom: 50%;
        }
}