@charset "utf-8";

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

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

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

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

#mitani-beach .chapter h3 {
    text-align: center;
    margin-bottom: 55px;
	margin-top: 55px;
}

section#gallery,
section#feature,
section#view,
section#access {
    margin-bottom: 70px;
}


/*==========================
#notice
==========================*/
#mitani-beach .notice {
    width: 960px;
    margin: 0 auto;
    background-color: #C74159;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 30px;
}

/*==========================
#accent
==========================*/
#mitani-beach #accent {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#mitani-beach #accent p.img {
    text-align: center;
}
#mitani-beach #accent p.btn {
    position: absolute;
    top: 0;
    right: 0;
}

/*==========================
#intro
==========================*/
#mitani-beach #intro {
    padding: 0 0 75px;
    width: auto;
    background: url("../../images/modelhouse/intro/bg.png") 50% 48% no-repeat #1471a8;
    margin-top: -58px;
    position: relative;
    z-index: 0;
}
#mitani-beach #intro:before {
    content: " ";
    width: 100%;
    display: block;
    height: 40px;
	background:url(../../images/modelhouse/mitani-beach/intro/bg_wave.png) repeat-x 0 0;
}
#mitani-beach #intro:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: " ";
    width: 100%;
    display: block;
    height: 40px;
	background:url(../../images/modelhouse/mitani-beach/intro/bg_wave.png) repeat-x 0 100%;
    visibility: visible;
}
#mitani-beach #intro div {
    width: 960px;
    margin: 0 auto;
}
#mitani-beach #intro div h3 {
    text-align: center;
    margin-top: 65px;
}
#mitani-beach #intro div p.txt {
    text-align: center;
    line-height: 2;
    color: #fff;
    margin-top: 50px;
}


/* 周辺環境 */
.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;
    }     
}




/*==========================
    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;
    }

}

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

/*==========================
#feature
==========================*/
#mitani-beach #feature .featurePoint {
    background: url("../../images/modelhouse/mitani-beach/feature/border.gif") 50% 100% no-repeat;
    padding-bottom: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
#mitani-beach #feature .featurePoint:last-child {
    margin-bottom: 0;
}
#mitani-beach #feature .featurePoint dl dt {
    margin-bottom: 20px;
}
#mitani-beach #feature .featurePoint dl dd {
    line-height: 1.8;
}
#mitani-beach #feature .featurePoint dl dd.title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
#mitani-beach #feature .featurePoint.rightImg p.img {
    float: right;
}
#mitani-beach #feature .featurePoint.rightImg dl {
    width: 410px;
    float: left;
}
#mitani-beach #feature .featurePoint.leftImg p.img {
    float: left;
}
#mitani-beach #feature .featurePoint.leftImg dl {
    width: 410px;
    float: right;
}
#mitani-beach #feature .featurePoint ul {
    margin-top: 35px;
    overflow: hidden;
}
#mitani-beach #feature .featurePoint ul li {
    float: left;
    width: 300px;
    margin-right: 90px;
}
#mitani-beach #feature .featurePoint ul li:last-child {
    margin-right: 0;
}
#mitani-beach #feature .featurePoint ul li dd {
    margin-top: 20px;
}
#mitani-beach #feature .featurePoint ul li dd.title {
    font-size: 20px;
    text-align: center;
}

/*==========================
#access
==========================*/
#mitani-beach #access p.txt {
    text-align: center;
    line-height: 1.9;
    margin-top: 30px;
}

#access p.navbtn{
    text-align: center;
    margin-top: 20px;
}
	
/*==========================
#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;
}


@media only screen and
(max-width : 767px) {

    #mitani-beach .chapter h3 {
        margin-bottom: 10%;
    }

    section#gallery,
    section#feature,
    section#access {
        margin-bottom: 20%;
    }


    /*==========================
    #accent
    ==========================*/
    #mitani-beach #accent {
        width: auto;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    #mitani-beach #accent p.img {
        text-align: center;
    }
    #mitani-beach #accent p.btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 22%;
    }

    /*==========================
    #intro
    ==========================*/
    #mitani-beach #intro {
        padding: 0 0 60px;
        width: auto;
        background: url("../../images/modelhouse/intro/bg.png") 50% 48% no-repeat #1471a8;
        margin-top: -58px;
        position: relative;
        z-index: 0;
    }
    #mitani-beach #intro:before {
        background-size: 40%;
    }
    #mitani-beach #intro:after {
        background-size: 40%;
    }
    #mitani-beach #intro div {
        width: auto;
        margin: 0 auto;
    }
    #mitani-beach #intro div h3 {
        width: 87%;
        margin: 60px auto 0; 
    }
    #mitani-beach #intro div h3 img {
        width: 100%;
    }
    #mitani-beach #intro div p.txt {
        text-align: left;
        margin: 8% 4% 0;
    }
    #mitani-beach #intro div p.txt br {
        display: none;
    }


    /*==========================
    #feature
    ==========================*/
    #mitani-beach #feature .featurePoint {
        background: url("../../images/modelhouse/mitani-beach/feature/border.gif") 0 100% no-repeat;
        padding-bottom: 15%;
        margin-bottom: 15%;
        overflow: hidden;
    }
    #mitani-beach #feature .featurePoint dl dt {
        margin-bottom: 5%;
        text-align: center;
    }
    #mitani-beach #feature .featurePoint dl dd {
        line-height: 1.8;
    }
    #mitani-beach #feature .featurePoint dl dd.title {
        margin-bottom: 5%;
        font-size: 125%;
        font-weight: bold;
    }
    #mitani-beach #feature .featurePoint dl dd.title br {
        display: none;
    }
    #mitani-beach #feature .featurePoint.rightImg p.img {
        float: none;
        margin-bottom: 10%;
    }
    #mitani-beach #feature .featurePoint.rightImg dl {
        width: auto;
        float: none;
    }
    #mitani-beach #feature .featurePoint.leftImg p.img {
        float: auto;
        margin-bottom: 10%;
    }
    #mitani-beach #feature .featurePoint.leftImg dl {
        width: auto;
        float: none;
    }
    #mitani-beach #feature .featurePoint ul {
        margin-top: 35px;
        overflow: hidden;
    }
    #mitani-beach #feature .featurePoint ul li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10%;
    }
    #mitani-beach #feature .featurePoint ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #mitani-beach #feature .featurePoint ul li dd {
        margin-top: 0;
    }
    #mitani-beach #feature .featurePoint ul li dd.title {
        font-size: 20px;
        text-align: center;
    }

    /*==========================
    #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%;
    }


}
