@charset "utf-8";

/* ==================================================================
	modelhouse.css
	
=================================================================== */

/* --------------------------------
   □ general
-------------------------------- */ 
.contents{
	padding-bottom: 0;
}

.contents main .accentArea{
	background-image:url("../../images/modelhouse/mitani-loafer/accent.jpg");
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

section h3{
	margin-bottom:43px;
	text-align:center;
}


/*==========================
#accent
==========================*/
#accent{
	position:relative;
	background:url("../../images/modelhouse/mitani-loafer/bg_grunge.png") 50% 100% no-repeat #8a7a68;
    margin-bottom: 75px;
}
#accent:before{
    content: "";
    height: 475px;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

#accent h3{
	position:relative;
	margin-bottom:140px;
    text-align: center;
    z-index: 2;
}


#accent .reserve {
	position:absolute;
	left:50%;
	top:29px;
	width:960px;
	margin-left:-480px;
	text-align:right;
    z-index: 3;
}


#accent .intro{
	margin-bottom: 86px;
}

	#accent .intro .explain{
		float:left;
		width:425px;
	}
	
		#accent .intro .explain h4{
			font-size:135%;
			margin-top:-45px;
			margin-bottom:37px;
		}
		#accent .intro .explain h4 span{
			display:block;
			margin-top:14px;
            color: #fff;
		}
		#accent .intro .explain p{
			font-size:107%;
			line-height:2.4;
			margin-bottom:2em;
            color: #fff;
		}

	#accent .intro .container > p.image{
		float:right;
		margin-top:-75px;
	}

/* 周辺環境 */
.neighborhood {
    width: 100%;
    clear: both;
    display: table;
    background: #fff;
    margin-top: 32px;
}
.neighborhood dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 12px 28px;
    background: #2b2a2b;
    color: #fff;
    width: 20%;
    box-sizing: border-box;
}
.neighborhood dd {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding: 12px 28px;
    font-size: 96%;
}

@media only screen and
    (max-width : 767px) {
   
    .neighborhood {
        display: block;
        background: #fff;
        margin: 32px 4% 0;
        box-sizing: border-box;
        width: auto;
    }
    .neighborhood dt {
        display: block;
        vertical-align: middle;
        text-align: center;
        padding: 12px 20px;
        background: #2b2a2b;
        color: #fff;
        width: auto;
        box-sizing: border-box;
    }
    .neighborhood dd {
        display: block;
        vertical-align: middle;
        width: auto;
        padding: 12px 20px;
        font-size: 92%;
        line-height: 1.8;
    }     
}



/*==========================
#view
==========================*/

#view {
	position:relative;
	overflow:hidden;
	padding:73px 0;
}


/*==========================
#gallery
==========================*/
#gallery {
	position:relative;
	overflow:hidden;
	padding:0 0 0;
}

	#gallery h3{
		font-size:135%;
		margin-bottom:52px
	}
	
	#gallery h3 span{
		display:block;
		margin-top:5px;
	}

#gallery ul.list{
	position:relative;
}



#gallery ul.list {
    width: 700px;
    margin: 0 auto;
}
#gallery ul.list li {
    margin-bottom: 32px;
}
#gallery ul.list li img {
    width: 100%;
}
#gallery ul.list li p {
    text-align: center;
    margin-top: 4px;
}
@media only screen and
    (max-width : 767px) {
    #gallery ul.list{
        width: auto;
        margin: 20% auto 0;
    }
    #gallery ul.list li p {
        text-align: left;
    }
        
}

/*==========================
#access
==========================*/
#access {
	position:relative;
	overflow:hidden;
	padding:73px 0;
}
#access p.navbtn {
    text-align: center;
    margin-top: 20px;
}
#access .container{
	text-align:center;
}

	#access h3{
		font-size:114%;
		margin-bottom:52px;
		color:#fff;
	}
	
	#access h3 span{
		display:block;
		margin-top:18px;
	}

#access:before{
	content:"";
	position:absolute;
	height:530px;
	width:100%;
	top:0;
	left:0;
	background:#5a7b79;
	z-index:-1;
}

#access #map_canvas{
	width:100%;
	height:445px;
}

#access dl.address{
	margin-top:35px;
	margin-bottom:20px;
	text-align:center;
}
	
	#access dl.address dt{
		font-size:128%;
		font-weight:700;
		margin-bottom:18px;
	}
	
	#access dl.address dd{
		line-height:2;
	}

	#access .hour{
		display:inline-block;
		box-sizing:border-box;
		background:#eeeeee;
		margin:0 auto;
		padding:20px 30px;
		text-align:left;	
	}

	
	#access .hour ul li{
		margin-bottom:13px;
	}
	
	#access .hour ul li:last-child{
		margin-bottom:0;
	}
		#access .hour ul li dl:last-child{
			margin-bottom:0;
		}
	
		#access .hour ul li dl dt,
		#access .hour ul li dl dd{
			display:inline-block;
		}
		#access .hour ul li dl dt{
			margin-right:10px;
			padding:7px 12px;
			background:#000;
			color:#fff;
		}
				
	
/*==========================
#cvArea
==========================*/
.cvArea {
	background: #ededed;
    padding: 50px 0;
}
.cvArea ul {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.cvArea ul li {
    display: block;
    width: 48%;
    margin-right: 4%;
    float: left;
}
.cvArea ul li:last-child {
    margin-right: 0;
}
.cvArea ul li a {
    width: 100%;
    padding: 28px 0!important;
    font-size: 112%;
    text-align: center;
}

 
/*==========================
    tiktok
    ==========================*/

.tiktok ul.list li p.title {
    margin-bottom: 10px;
    font-size: 112%;
    font-weight: 700;
    text-align: center;
}

.tiktok {
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    padding: 40px 0;
    position: relative;
	width: 800px;
    margin: auto;
}

.tiktok:before {
    content: "";
    position: absolute;
    background: url(../../images/event/items/43/tiktok.png);
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}
.tiktok h3 {
    font-size: 162%;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 25px;
}

@media only screen and
    (max-width : 767px) {
        	
    .tiktok ul.list li {
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }	

    .tiktok {
        padding: 40px 0;
    	width: auto;
        margin-top: 18%;
    }

    .tiktok ul.list li:last-child {
        margin-bottom: 0;
    }

}

@media only screen and
(max-width : 767px) {
	
    /*==========================
    #accent
    ==========================*/
    #accent:before{
        content: none;
    }

    #accent h3{
        position:relative;
        margin-bottom:15%;
        text-align: center;
        z-index: 2;
    }

    #accent .reserve {
        position:absolute;
        left:auto;
        top:1%;
        right: 3%;
        width:23%;
        margin-left:auto;
        text-align:right;
        z-index: 3;
    }

    #accent .intro{
        margin-bottom:15%;
    }

        #accent .intro .explain{
            float:none;
            width:auto;
        }

            #accent .intro .explain h4{
                font-size:120%;
                margin-top:0;
                margin-bottom:10%;
                text-align: center;
            }
            #accent .intro .explain h4 span{
                margin-top:14px;
            }
            #accent .intro .explain p{
                font-size:100%;
                line-height:2;
            }

        #accent .intro .container > p.image{
            float:none;
            margin-top:0;
        }

    /*==========================
    #gallery
    ==========================*/
    #gallery {
        padding:15% 0 0;
    }

        #gallery h3{
            font-size:120%;
            margin-bottom:10%;
        }

        #gallery h3 span{
            display:block;
            margin-top:5px;
        }


    /*==========================
    #access
    ==========================*/
    #access {
        padding:15% 0;
    }

        #access h3{
            font-size:120%;
            margin-bottom:10%;
        }
    #access #map_canvas{
        width:100%;
        height:445px;
    }

    #access dl.address{
        margin-top:35px;
        margin-bottom:20px;
        text-align:center;
    }

        #access dl.address dt{
            font-size:120%;
            font-weight:700;
            margin-bottom:18px;
        }

        #access dl.address dd{
            line-height:2;
        }

        #access .hour{
            padding:5%;
        }

            #access .hour ul li dl:last-child{
                margin-bottom:0;
            }
            #access .hour ul li dl dt{
                font-size: 90%;
                margin-bottom: 3%;
            }

    /*==========================
    #cvArea
    ==========================*/
    .cvArea {
        background: #ededed;
        padding: 8% 4%;
    }
    .cvArea ul {
        width: auto;
    }
    .cvArea ul li {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 4%;
        text-align: center;
    }
    .cvArea ul li:last-child {
        margin-bottom: 0;
    }
    .cvArea ul li a {
        width: 100%;
        padding: 7% 0!important;
        font-size: 112%;
    }


}
