@charset "utf-8";
/* *****************************************************************
物件詳細
ベース
サイドメニュー
スライダー
ヘッド
中段内容
詳細リンク
追加詳細
・ポップアップ
***************************************************************** */
/* *****************************************************************
ベース
***************************************************************** */
.s_work{
    background-color: #eeeeee;
}
.single_work .contents{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding: 80px 12.811% 100px;
    font-size: 16px;
}
.single_work .gray_bg{background-color: #eeeeee;}
.single_work .d_brown_bg{background-color: #7c7569;}
.single_work .brown_bg{background-color: #b5b0a7;}
.single_title{font-size: 24px; font-weight: normal;}

.single_work .alternately_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 90px;
}
.single_work .alternately_box:last-child{
    margin-bottom: 0;
}
.single_work .alternately_box .left{
    float: left;
}
.single_work .alternately_box .right{
    float: right;
}
.single_work h1.line_txt{
    width: 100%;
    font-size: 38px;
    line-height: 1;
    font-weight: normal;
    color: #c29a1f;
    text-align: center;
    border-bottom: 1px solid rgba(59,56,56,0.3);
    margin: 0 0 35px;
    padding-bottom: 3px;
}
.single_work h1.line_txt::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-top: 5px;
}
@media only screen and (max-width: 768px) {
    .single_work .contents{
        padding: 50px 50px 70px 5%;
    }
    .single_work h1.line_txt{
        font-size: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .single_work {
        padding-top: 85px;
        background-color: #eee;
    }
    .single_work .contents{
        padding: 30px 5% 50px;
    }
    .single_work .alternately_box .left,
    .single_work .alternately_box .right{
        float: none;
    }
    .single_work .alternately_box{
        margin-bottom: 40px;
    }
    .single_work h1.line_txt{
        font-size: 27px;
        margin-bottom: 20px;
    }
}

/* *****************************************************************
サイドメニュー
***************************************************************** */
.single_work.log_after .before,
.single_work.log_before .after{display: none!important;}
.single_work #side_nav{
    position:fixed;
    z-index: 4;
    top:20%;
    right: -200px;
    width:150px;
    height: auto;
    background:#f2f2f2;
    transition: all 0.3s ease;
}
.single_work #side_nav.panelactive{
    right: 0;
}
.single_work #side_nav ul {
    width: 100%;
}
.single_work #side_nav li{
    list-style: none;
    color: #ccc;
    font-size: 16px;
    line-height: 1;
    padding: 1em;
    border-bottom: 1px solid #fff;
}
.single_work #side_nav li a{
    color: #8e7829;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}
.single_work #side_nav li a:hover{
    color: #000;
    transition: all 0.3s ease;
}
.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/*========= ツール ===============*/
/* カーソルを重ねる要素 */
.tooltip {
    position: relative;
    cursor: pointer;
}
/* ツールチップのテキスト */
.tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    background: #333;
    color: #fff;
    border-radius: 3px;
    transition: 0.3s ease-in;
}
.tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}
.tooltip-text:before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-bottom: 7px solid #333;
}
.tooltip-text span{
    display: inline-block;
    font-size: 11px;
    text-decoration: underline;
    background-color: #000;
    padding: 5px 7px;
}

/*========= ボタン ===============*/
.single_work .openbtn{
    display: none;
    position:fixed;
    z-index: 4;
    top:23%;
    right: 0;
    cursor: pointer;
    width: 64px;
    height:auto;
    padding: 15px;
    background-color: #f2f2f2;
    writing-mode: vertical-rl;
    /*text-orientation: upright;*/
    vertical-align: middle;
    font-feature-settings: 'pkna';
    font-size: 20px;
    color: #8e7829;
}
.single_work .openbtn.in{
    display: block;
    animation: show 0.3s ease 0s;
}
@keyframes show{
    from{opacity: 0;}
    to{opacity: 1;}
}
.single_work .openbtn.active{
    display: none;
}
.single_work .openbtn img{
    width: 20px;
    height: auto;
    margin:0 auto 10px;
}
@media only screen and (max-width: 768px) {
    .single_work .openbtn{
        width: 50px;
        padding: 15px 10px;
    }
}
@media only screen and (max-width: 640px) {
    .single_work .openbtn{display: none!important;}
}

/* *****************************************************************
スライダー
***************************************************************** */
.single_work h1.main_title{
    position: absolute;
    left: 10%;
    bottom: 20%;
    z-index: 2;
    font-size: 34px;
    font-weight: normal;
    color: #fff;
}
.single_work .swiper-container{
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.single_work .slider-item {
    width: 100%;
    height:auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation:none;
    transform:none;
    opacity: 1;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
    animation:none;
}
.single_work .swiper-wrapper {
    position:relative;
	height: auto;
}
.slide-img {
    width: 100%;
    height:auto;
    background: none;
}
.slide-img:before {
    content:"";
    display: block;
    padding-top: 61.8%;
}
.slide-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .single_work h1.main_title{
        font-size: 3.645vw;
        left: 5%;
    }
}
@media only screen and (max-width: 640px) {
    .single_work h1.main_title{
        bottom: 10%;
    }
}

/* *****************************************************************
ヘッド
***************************************************************** */
.single_work .head{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.single_work .head p{
    font-size: 14px;
    line-height: 1.3;
    color: #a6a6a6;
    padding-left: 2em;
}
.single_work .head .number{
    flex-basis: 95px;
    flex-shrink: 0;
    font-size: 24px;
    padding-left: 0;
}
.single_work .head .number::after{
    content: "｜";
    padding-left: 1.5em;
}
.single_work .title_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.single_work .title_box h2{
    width: 40%;
    font-size: 38px;
    line-height: 1.3;
    color: #493e30;
}
.single_work .floor_box{
    width: 60%;
    display: flex;
}
.single_work .floor_box p{
    border-left: 1px solid #c29a1f;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;
}
.single_work ul.award{
    margin-bottom: 40px;
}
.single_work ul.award li::before{
    content: "";
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url("../../images/work/icon/icon_star.svg") no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.single_work ul.award li a{
    font-size: 14px;
    color: #c29a1f;
}
.single_work ul.award li a:hover{
    color: #666;
}
.single_work .first_box{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 40px;
}
.single_work .first_box p,
.single_work .first_box .map{
    width: 47%;
    line-height: 2.4;
}
.single_work .first_box .map .map_sub{
    width: 70.851%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 25px;
}
.single_work .first_box .map .map_sub div:nth-child(1){
    margin-right: 8.7%;
}
.single_work .first_box .map .map_sub span{
    display: block;
    line-height: 1.4;
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .single_work .head {
        margin-bottom: 20px;
    }
    .single_work .title_box h2,
    .single_work .floor_box{
        width: 100%;
    }
    .single_work .title_box h2{
        margin-bottom: 15px;
    }
    .single_work .first_box .map .map_sub {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .single_work .head {
        flex-wrap: wrap;
    }
    .single_work .head .place,
    .single_work .head .acc{
        width: 100%;
        padding-left: 0;
    }
    .single_work .title_box h2 {
        font-size: 30px;
    }
    .single_work .floor_box{
        flex-wrap: wrap;
    }
    .single_work .floor_box p{
        width: 50%;
    }
    .single_work .floor_box p:nth-child(3){
        width: 100%;
        margin-top: 1em;
    }
    .single_work ul.award li{
        text-indent: -1em;
        padding-left: 1em;
    }
    .single_title {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .single_work .first_box {
        display: block;
        margin: 0 0 40px;
    }
    .single_work .first_box p,
    .single_work .first_box .map {
        width: 100%;
        line-height: 1.8;
        font-size: 15px;
    }
    .single_work .first_box .map {
        margin-top: 1em;
    }
}

/* *****************************************************************
中段内容
***************************************************************** */
.single_work .youtube_linkbtn{
	width: 73px;
	height: 55px;
	display: inline-block;
	margin: -9px 50px 0 0;
}
.single_work .alternately_box .photo{
    width: 55.5%;
}
.single_work .alternately_box .photo .subphoto{
    margin-top: 20px;
}
.single_work .alternately_box .photo .subphoto img{
    width: 48%;
}
.single_work .alternately_box .txt_box,
.single_work .no_photo .txt_box{
    width: 44.5%;
    padding: 20px 5% 0;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
}
.single_work .no_photo .left_txt{
    width: 10%;
}
.single_work .no_photo .txt_box{
    width: 90%;
    padding: 0 5% 80px;
}
.single_work .alternately_box .txt_box h2,
.single_work .no_photo .txt_box h2{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.4;
    color: #3b3838;
    margin: 20px 0;
}
.single_work .no_photo .txt_box h2{
    margin-top: 0;
}
.move_area{
    position: relative;
    width: 100%;
	padding-top: 56.25%;
}
.move_area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
@media only screen and (max-width: 640px) {
	.single_work .youtube_linkbtn{
		width: 37px;
		height: 28px;
		margin: -9px 10px 0 0;
	}
    .single_work .alternately_box .photo{
        width: 100%;
    }
    .single_work .alternately_box .txt_box,
    .single_work .no_photo .txt_box{
        width: 100%;
        line-height: 1.8;
    }
    .single_work .alternately_box .txt_box h2,
    .single_work .no_photo .txt_box h2{
        font-size: 20px;
        margin: 10px 0;
    }
    .single_work .no_photo{
        display: block;
    }
    .single_work .no_photo .left_txt{
        width: 100%;
        padding: 0 5%;
    }
    .single_work .no_photo .txt_box{
        width: 100%;
        padding: 0 5% 50px;
    }
}  

.single_work #price dl{
    width: 50%;
    font-size: 14px;
}
.single_work #price dl:nth-child(1){
    padding-right: 1.5em;
}
.single_work #price dl dt{
    color: #b5b0a7;
}
.single_work #price dl dt::before{
    content: "■";
}
.single_work #price dl dd{
    color: #fff;
    padding-left: 1em;
}
.single_work #price .photo_area{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.single_work #price .photo_area div{
    width: 29.324%;
}
@media only screen and (max-width: 768px) {
    .single_work #price .contents{
        padding-top: 0;
    }
}
@media only screen and (max-width: 640px) {
    .single_work #price .flex{
        display: block;
    }
    .single_work #price dl{
        width: 100%;
    }
    .single_work #price dl:nth-child(1){
        padding-right: 0;
    }
    .single_work #price .photo_area{
        margin-top: 30px;
    }
    .single_work #price .photo_area div{
        width: 31.324%;
    }
}    

.single_work .facility{
    padding-top: 80px;
}
.single_work .facility .contents{
    padding-top: 0;
}
.single_work .facility h1{
    color: #3b3838;
    margin-bottom: 0;
}
.single_work .facility h2{
    font-size: 24px;
    line-height: 85px;
    font-weight: normal;
    color: #7c7569;
    text-align: center;
    border-bottom: 1px solid #c7c3bb;
}
.single_work .facility .one_box,
.single_work .facility .two_box{
    padding: 20px 15px;
    border-bottom: 1px solid #c7c3bb;
    font-size: 17px;
    color: #5a5b50;
}
.single_work .facility .one_box{
    text-align: center;
}
.single_work .facility .two_box{
    display: flex;
    align-items: center;
}
.single_work .facility .one_box a{
    color: #000;
}
.single_work .facility .one_box a:hover{
    color: #5a5b50;
}
.single_work .facility .two_box .left{
    width: 30%;
    padding-right: 1em;
    font-size: 18px;
    color: #878074;
}
.single_work .facility .two_box .right{
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .single_work .facility .one_box,
    .single_work .facility .two_box{
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .single_work .facility{
        padding-top: 50px;
    }
    .single_work .facility h2{
        font-size: 20px;
        line-height: 50px;
    }
    .single_work .facility .one_box,
    .single_work .facility .two_box{
        padding: 20px 0;
    }
    .single_work .facility .one_box{
        text-align: left;
    }
    .single_work .facility .two_box{
        display: block;
    }
    .single_work .facility .two_box .left,
    .single_work .facility .two_box .right{
        width: 100%;
    }
    .single_work .facility .two_box .right{
        font-size: 15px;
    }
}  

.single_work .life h1{
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 35px;
}
.single_work .life h1 span{
    font-size: 24px;
    margin-left: 1.5em;
}
.single_work .life .life_flex{
    display: flex;
    justify-content: space-between;
}
.single_work .life .life_flex .box{
    width: 48.447%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a6a6a6;
    padding: 25px 0;
}
.single_work .life .life_flex .box.top{
    border-top: 1px solid #a6a6a6;
}
.single_work .life .life_flex .box p:nth-child(2){
    text-align: right;
    padding-left: 1em;
}
@media only screen and (max-width: 768px) {
    .single_work .life h1{
        font-size: 30px;
    }
    .single_work .life .life_flex {
        display: block;
    }
    .single_work .life .life_flex .box {
        width: 100%;
        padding: 15px 0;
    }
    .single_work .life .life_flex .box.top:nth-child(2){
        border-top: none;
    }
}
@media only screen and (max-width: 640px) {
    .single_work .life .contents{
        padding-bottom: 40px;
    }
    .single_work .life h1{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .single_work .life h1 span {
        font-size: 14px;
        margin-left: 1em;
    }
    .single_work .life .life_flex .box {
        font-size: 14px;
    }
} 

#floorplan{padding-top: 80px;}
@media only screen and (max-width: 640px) {
    #floorplan{padding-top: 30px;}
}

/* *****************************************************************
詳細リンク
***************************************************************** */
.show_little{
    max-height: 700px;
    position: relative;
    overflow: hidden;
}
.gradation{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)60%);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}
.more_box{
    width: 100%;
    margin: 30px auto 5px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate3d(-50%, -60%, 0);
    z-index: 2;
}
.more_box a{
    max-width: 140px;
    font-weight: bold;
    text-align: center;
    background: #493e30;
    margin: auto;
    line-height: 60px;
    position: relative;
    display: block;
    height: 60px;
    cursor: pointer;
    /*color: #a6a6a6;*/
    color: #fff;
    transition: all 0.3s;
}
.more_box .note{
    text-align: center;
    margin-top: 15px;
    padding: 0 1em 1em;
}
.pass_area{
    /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
    text-align: center;
    font-size: 14px!important;
    display: flex;
    justify-content: center;
}
.pass_area > div{
    width: 330px;
    border: 2px solid #000;
    background-color: #fff;
    padding: 2em 1em 1em;
    margin: 0 1em;
    display: flex;
    flex-direction: column;
}
.pass_area .title{
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    border-bottom: 1px solid #666;
    letter-spacing: 0.05em;
}
.pass_area .title span{
    font-size: 18px;
    font-weight: bold;
}
.pass_area .caution{
    line-height: 1.4;
    margin: 1em auto 2em;
}
.pass_area input[type="password"]{
    width: 90%;
    border: 1px solid #666666;
    padding: 2px 5px;
    border-radius: 0;
    outline: none;
    background: none;
    margin-bottom: 25px;
}
.pass_area input[type="submit"]{
    width: auto;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    border: none;
    padding: 0 1em;
    border-radius: 0;
    outline: none;
    background: #8e7829;
    margin-top: auto;
    margin-bottom: 20px;
    cursor: pointer;
}
.pass_area .no_pass a{
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: #493e30;
    display: inline-block;
    margin: auto auto 20px;
    padding: 0 1em;
}
.more_box a:hover,
.pass_area .no_pass a:hover,
.pass_area input[type="submit"]:hover{
    background: #000;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media only screen and (max-width: 768px) {
    .pass_area{display: block;}
    .pass_area > div{
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 640px) {
    .more_box .note{
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 3em;
    }
} 

/* *****************************************************************
追加詳細
***************************************************************** */
#floorplan .iframe-content {
    position: relative;
    width: 100%;
	padding: 56.25% 0 0 0;
}
#floorplan .iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
#floorplan .link{
    width: 100%;
    text-align: right;
    margin: 5px 0;
}
#floorplan .link a{
    font-size: 14px;
    color: #fff;
}
#floorplan .floor_plan{
    display: flex;
}
#floorplan .floor_plan .box{
    width: 33.2%;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
#floorplan .floor_plan .box p{
    margin-top: auto;
    font-size: 25px;
    line-height: 1;
    color: #493e30;
    text-align: center;
}
#floorplan .floor_plan .box a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
img.view{
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#floorplan .address{
    padding-bottom: 60px;
}
#floorplan .address p{
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.carnavi .contents{
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}
.carnavi .contents .d_brown{
    margin-bottom: 30px;
}
.google_map{
    position: relative;
    width: 100%;
	padding-top: 56.25%;
}
.google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact{
    text-align: center;
}
.contact h1{
    font-size: 30px;
    font-weight: normal;
    color: #7c7569;
}
.contact .contact_box{
    max-width: 800px;
    margin: auto;
    color: #7c7569;
}
.contact .contact_box .title{
    display: flex;
    justify-content: center;
    border-top: 1px solid #7c7569;
    font-size: 30px;
    margin-top: 15px;
    padding-top: 25px;
}
.contact .contact_box .title img{
    width: 35px;
    margin-right: 10px;
}
.contact .contact_box .mail{
    display: block;
    margin: 30px auto 50px;
    max-width: 260px;
    height: 70px;
    line-height: 70px;
    background-color: #493e30;
    font-size: 24px;
    color: #a6a6a6;
}
.contact .contact_box .mail:hover{
    background-color: #000;
    color: #fff;
}
.contact .contact_box .flex{
	flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
}
.contact .contact_box .flex p,
.contact .contact_box .time{
    font-size: 24px;
    padding: 0 1em;
}
.contact .contact_box .flex p{
	width:100%;
}
@media only screen and (max-width: 768px) {
    #floorplan .address p {
      padding-bottom: 30px;
    }
}
@media only screen and (max-width: 640px) {
    #floorplan .floor_plan{
        display: block;
    }
    #floorplan .floor_plan .box {
        width: 90%;
        margin: 0 auto 10px;
    }
    #floorplan .address {
        padding-bottom: 30px;
        padding-top: 0;
    }
    #floorplan .address p {
        font-size: 20px;
        padding-bottom: 0;
    }
    .carnavi .contents {
        font-size: 20px;
    }
    .carnavi .contents .d_brown {
        margin-bottom: 10px;
    }
    .google_map {
        padding-top: 100%;
    }
    .contact h1{
        font-size: 24px;
    }
    .contact .contact_box .flex{
        display: block;
    }
    .contact .contact_box .flex p,
    .contact .contact_box .time{
        font-size: 22px;
        padding: 0;
    }
} 

/* ポップアップ ******************************************************** */
.popup-box {
    position: relative;
    background: #FFF;
    padding: 0px 0px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    font-size: 14px;
}
.popup-box .title{
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}
.popup-box .photo{
    max-width: 90%;
    margin: 1em auto;
}

@media only screen and (max-width: 640px) {
    .popup-box .photo{
        max-width: 100%;
    }
}
