﻿@charset "utf-8";


/* ***********************************************************************
	lp_mizonokuchi2
*********************************************************************** */


#wrapper {
    margin-top: 0;
}
#contents {
    padding: 0;
}
.container_24 {
	margin: 0 auto 50px;
	padding: 0;
	width: 100%;
	clear: both;
	}

#mainContent {
	margin: 0 auto 50px;
	padding: 0;
	width: 950px;
	clear: both;
	}
#mainContent p {
	font-size: 16px;
	}
ul {
    margin-left: 0;
}
span.plus,
sup {
	font-size: 72%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}


/* =============================================== */
/* visual                                         */
/* =============================================== */

#visual {
	width: 100%;
	height: 700px;
	margin-bottom: 95px;
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
}
#visual .inner {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 700px;
}
#visual h2 {
	padding-top: 50px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: #70b22f;
	text-align: center;
}
#visual .copy {
	position: absolute;
	top: 220px;
	left: 0;
	width: 370px;
	height: 350px;
	background: rgba(112,178,47,0.8);
	z-index: 3;
	}
#visual div.copy p {
	padding: 65px 15px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	}
#visual img {
	position: absolute;
	bottom: 25px;
	right: 0;
	}



/* =============================================== */
/* nav_link                                           */
/* =============================================== */

#nav_link {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}
#nav_link li {
	width: 120px;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #fff;
	display: table;
	background: rgba(136,191,42,0.8);
	transition-property: all;
	transition: 0.2s linear;
}
#nav_link li:hover {
	background: rgba(136,191,42,1.0);
}
#nav_link li a {
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}
#nav_link li:first-child {
	height: 40px;
}
#nav_link li:last-child {
	border-bottom: none;
}

/* =============================================== */
/* point                                           */
/* =============================================== */

.point {
	margin-bottom: 100px;
}
.point .title {
	background: rgba(255,150,0,0.8);
}


/***  #point01  ***/

#point01 .title {
	margin-bottom: 40px;
}
#point01 .title h2 {
	padding: 30px 0;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
#point01 p {
	padding-bottom: 40px;
}
#point01 .photo {
	position: relative;
	width: 100%;
	height: 345px;
}
#point01 .photo img.point01_p01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 475px;
	height: auto;
}
#point01 .photo img.point01_p02 {
	position: absolute;
	bottom: 0;
	left: 475px;
	width: 238px;
	height: auto;
}
#point01 .photo img.point01_p03 {
	position: absolute;
	top: 0;
	right: 0;
	width: 237px;
	height: auto;
}
#point01 .photo .comment01 {
	position: absolute;
	top: 0;
	left: 475px;
	width: 238px;
	height: 172px;
	background: #70B22F;
	display: table;
}
#point01 .photo .comment02 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 237px;
	height: 173px;
	background: #ff9600;
	display: table;
}
#point01 .photo .comment01 p,
#point01 .photo .comment02 p {
	padding: 0 18px;
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
}


/***  #point02  ***/

#point02 {
	position: relative;
	width: 100%;
	height: 655px;
}
#point02 .title {
	position: absolute;
	top: 0;
	right: 0;
	width: 375px;
	height: 280px;
	z-index: 3;
}
#point02 .title img {
	padding: 38px 0 55px 60px;
}
#point02 .title h2 {
	padding-left: 60px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#point02 img.point02_p01 {
	position: absolute;
	top: 35px;
	left: 0;
}
#point02 img.point02_p02 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#point02 img.point02_p03 {
	position: absolute;
	bottom: 0;
	left: 313px;
}
#point02 .comment01 {
	position: absolute;
	top: 310px;
	right: 10px;
	width: 295px;
}
#point02 .comment02 {
	position: absolute;
	top: 460px;
	right: 10px;
	width: 295px;
}
#point02 .btn a {
	position: absolute;
	bottom: 0;
	right: 25px;
	padding: 0;
	width: 270px;
	height: 100px;
	display: table;
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
	transition-property: all;
	transition: 0.2s linear;
}
#point02 .btn a span {
	padding-left: 15px;
	font-size: 18px;
	color: #81511C;
	display: table-cell;
	vertical-align: middle;
}
#point02 .btn a:after {
	font-family: "fontello";
	content: '\e805';
	font-weight: bold;
	font-size: 200%;
	color: #81511C;
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}
#point02 .btn a:hover {
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/***  #point03  ***/

#point03 {
	position: relative;
	width: 100%;
	height: 655px;
}
#point03 .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 270px;
	z-index: 3;
}
#point03 .title img {
	padding: 38px 0 50px 20px;
}
#point03 .title h2 {
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#point03 img.point03_p01 {
	position: absolute;
	top: 35px;
	right: 0;
}
#point03 img.point03_p02 {
	position: absolute;
	bottom: 0;
	right: 0;
}
#point03 img.point03_p03 {
	position: absolute;
	bottom: 0;
	right: 311px;
}
#point03 .comment01 {
	position: absolute;
	top: 310px;
	left: 10px;
	width: 290px;
}
#point03 .comment02 {
	position: absolute;
	top: 550px;
	left: 10px;
	width: 290px;
}




/***  #point04  ***/

#point04 {
	position: relative;
	width: 100%;
	height: 800px;
}
#point04 .title {
	position: absolute;
	top: 0;
	right: 0;
	width: 375px;
	height: 320px;
	z-index: 3;
}
#point04 .title img {
	padding: 38px 0 40px 40px;
}
#point04 .title h2 {
	padding: 0 15px 0 55px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#point04 img.point04_p01 {
	position: absolute;
	top: 30px;
	left: 0;
}
#point04 img.point04_p02 {
	position: absolute;
	top: 430px;
	left: 0;
}
#point04 img.point04_p03 {
	position: absolute;
	top: 430px;
	left: 313px;
}
#point04 img.point04_p04 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#point04 img.point04_p05 {
	position: absolute;
	bottom: 0;
	left: 209px;
}
#point04 img.point04_p06 {
	position: absolute;
	bottom: 0;
	left: 418px;
}
#point04 .comment01 {
	position: absolute;
	top: 380px;
	right: 10px;
	width: 295px;
}
#point04 .comment02 {
	position: absolute;
	top: 510px;
	right: 10px;
	width: 295px;
}


/***  #location  ***/

#location .title {
	margin: 0 auto 55px;
	width: 480px;
	height: 260px;
	text-align: center;
}
#location .title img {
	padding-top: 30px;
}
#location .title h2 {
	padding: 40px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#location p {
	padding-bottom: 40px;
}
#location .photo {
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	height: 1000px;
}
#location .photo img.location_p01 {
	position: absolute;
	top: 0;
}
#location .photo img.location_p02 {
	position: absolute;
	top: 500px;
	left: 0;
}
#location .photo img.location_p03 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#location .photo img.location_p04 {
	position: absolute;
	bottom: 0;
	right: 0;
}
#location .btn {
	width: 100%;
}
#location .btn a {
	width: 100%;
	height: 170px;
	display: table;
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
	transition-property: all;
	transition: 0.2s linear;
}
#location .btn img {
	padding: 15px;
}
#location .btn a span {
	padding-right: 20px;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
	color: #81511C;
	display: table-cell;
	vertical-align: middle;
}
#location .btn a:after {
	font-family: "fontello";
	content: '\e805';
	font-weight: bold;
	font-size: 350%;
	color: #81511C;
	padding-right: 25px;
	display: table-cell;
	vertical-align: middle;
}
#location .btn a:hover {
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/***  #access  ***/

.point#access {
	margin-bottom: 100px;
}
#access .title {
	margin: 0 auto 55px;
	width: 480px;
	height: 200px;
	text-align: center;
}
#access .title img {
	padding-top: 25px;
}
#access ul:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
#access ul li {
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 460px;
	height: 220px;
	text-align: center;
}
#access ul li:nth-child(even) {
	margin-right: 0;
}
#access ul li div {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px 0;
	width: 280px;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #92C63C;
	background: rgba(255,255,255,0.8);
}
#access ul li:nth-child(3) div {
	letter-spacing: 0;
}
#access ul li span {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#access ul li.shibuya {
	background: url(../images/lp_mizonokuchi2/access_shibuya.png) no-repeat top #92C63C;
}
#access ul li.shinagawa {
	background: url(../images/lp_mizonokuchi2/access_shinagawa.png) no-repeat top #92C63C;
}
#access ul li.kawasaki {
	background: url(../images/lp_mizonokuchi2/access_kawasaki.png) no-repeat top #92C63C;
}
#access ul li.shinjuku {
	background: url(../images/lp_mizonokuchi2/access_shinjuku.png) no-repeat top #92C63C;
}





/* =============================================== */
/* woodBox                                         */
/* =============================================== */

.woodBox {
	position: relative;
	margin-bottom: 100px;
	padding: 20px 0 10px;
	width: 100%;
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
}
.woodBox .title h2 {
	margin: 0 auto;
	padding: 15px 0 20px;
	width: 910px;
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	color: #834E00;
	text-align: center;
}
.woodBox#staff .title h2 {
	padding: 0 0 15px;
}
.woodBox .textarea {
	margin: 0 auto 40px;
	padding: 45px 45px 10px;
	width: 820px;
	background: #fff ;
}
.woodBox .textarea div {
	margin-bottom: 30px;
}
#mainContent .woodBox .textarea .emp {
	padding-bottom: 15px;
	font-size: 20px;
	color: #7AB62D;
}
.woodBox img.imgleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	}
.woodBox img.imgright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	}
.woodBox img.voice_resident01,
.woodBox img.voice_resident02,
.woodBox img.voice_resident03 {
	width: 300px;
	height: auto;
	}
.woodBox .name {
	float: right;
	font-size: 24px;
	font-weight: bold;
	color: #834e00;
	padding: 10px;
	width: 475px;
	text-align: center;
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
}



/* =============================================== */
/* proposal                                         */
/* =============================================== */

#proposal {
	position: relative;
	padding: 200px 40px 60px;
	width: 870px;
	margin-bottom: 100px;
	color: #532B00;
	background: url(../images/lp_mizonokuchi2/bg_wood.png) ;
}
#proposal:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#proposal .title img.proposal_title {
	position: absolute;
	top: -50px;
	left: 60px;
}
#proposal .title h2 {
	position: absolute;
	top: 40px;
	left: 320px;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4;
	color: #70B22F;
}

/***  spec  ***/

#proposal .spec {
	float: left;
	margin-top: 40px;
	width: 575px;
	height: 200px;
	text-align: center;
	background: #FFF;
	border: 3px dashed #996c33;
}
#proposal .spec h3 {
	margin: 30px auto 40px;
	width: 530px;
	font-size: 28px;
	font-weight: bold;
	color: #6a3906;
	border-bottom: 3px solid #996c33;
}
#proposal .spec li {
	display: inline-block;
	font-size: 18px;
	padding: 0 20px 0 25px;
	background: url(../images/lp_mizonokuchi2/proposal_icon-check.png) no-repeat 0 6px ;
	-webkit-background-size: 20px auto;
	     -o-background-size: 20px auto;
	        background-size: 20px auto;
}
#proposal .spec li:last-child {
	padding-right: 0;
}

/***  cost_1room  ***/

#proposal .cost_1room {
	float: right;
	margin-top: 40px;
	padding-top: 10px;
	width: 270px;
	height: 194px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #996c33;
}
#proposal .cost_1room span {
	font-weight: bold;
}
#proposal .cost_1room table {
	margin: 10px auto;
}
#proposal .cost_1room table th {
	font-weight: normal;
}
#proposal .cost_1room table td {
	text-align: right;
}
#proposal .cost_1room table tr.total th,
#proposal .cost_1room table tr.total td {
	font-weight: bold;
}

/***  sample  ***/

#proposal ul.sample {
	padding-top: 50px;
	width: 100%;
	clear: both;
}
#proposal ul.sample li {
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
	width: 420px;
	height: 370px;
	text-align: center;
	background: #92C63C;
}
#proposal ul.sample li:nth-child(even) {
	margin-right: 0;
}
#proposal ul.sample li img.proposal_sample {
	position: absolute;
	top: -20px;
	left: -20px;
}
#proposal ul.sample li span.room {
	position: absolute;
	top: 20px;
	left: 110px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
#proposal ul.sample li div.cost {
	margin: 120px auto 0;
	padding-top: 25px;
	font-size: 16px;
	width: 400px;
	height: 215px;
	color: #313131;
	background: #FFF;
}
#proposal ul.sample li div.cost span {
	font-size: 24px;
	line-height: 3.0;
	font-weight: bold;
	color: #FF9600;
}

/***  cost_fh  ***/

#proposal .cost_fh {
	margin-bottom: 50px;
	clear: both;
	width: 840px;
	height: 290px;
	text-align: center;
	background: #fff;
	border: 15px solid #ff9600;
}
#proposal .cost_fh h3 {
	padding: 3px 0 8px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	background: #ff9600;
}
#proposal .cost_fh table {
	margin: 15px 0 0 200px;
	font-weight: bold;
	color: #313131;
}
#proposal .cost_fh table th,
#proposal .cost_fh table td {
	padding: 3px;
	font-size: 24px;
	text-align: left;
}
#proposal .cost_fh table th {
	padding-right: 100px;
}


/* =============================================== */
/* cafe                                         */
/* =============================================== */

#cafe {
	position: relative;
	padding-top: 119px;
}
#cafe .title img.cafe_title {
	position: absolute;
	top: 40px;
	left: 35px;
}
#cafe .title img.cafe_p01 {
	position: absolute;
	top: -70px;
	right: 33px;
}


/* =============================================== */
/* .lpContactBox                                          */
/* =============================================== */

.lpContactBox {
	margin-bottom: 100px;
	padding: 60px 0;
	width: 100%;
	text-align: center;
	background: #e5e5e5;
}
.lpContactBox div.inquiry,
.lpContactBox div.tel,
.lpContactBox div.info {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100px;
	border: 1px solid #535353;
}
.lpContactBox div.inquiry a,
.lpContactBox div.tel a,
.lpContactBox div.info a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.lpContactBox div.inquiry {
	background: url(../images/common/icon_inquiry.png) no-repeat 170px 30px #92c63c;
	transition-property: all;
	transition: 0.2s linear;
}
.lpContactBox div.inquiry:hover {
	background-color: #80bb1e;
}
.lpContactBox div.inquiry a span {
	position: absolute;
	top: 25px;
	left: 250px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.lpContactBox div.inquiry a:after {
	position: absolute;
	top: 18px;
	right: 50px;
	font-family: "fontello";
	content: '\e802';
	font-weight: bold;
	font-size: 250%;
	color: #fff;
}

.lpContactBox div.tel {
	margin-top: -1px;
	background: url(../images/common/icon_tel.png) no-repeat 60px 30px #ff9600;
	transition-property: all;
	transition: 0.2s linear;
}
.lpContactBox div.tel a {
	pointer-events: none;
}
.lpContactBox div.tel a .tel_num {
	position: absolute;
	top: 15px;
	left: 125px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
}
.lpContactBox div.tel a .tel_time {
	position: absolute;
	top: 35px;
	right: 70px;
	font-size: 14px;
	color: #FFF;
}
.lpContactBox div.tel a .tel_info {
	position: absolute;
	bottom: 8px;
	left: 130px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.lpContactBox div.info {
	margin-top: -1px;
	background: #fff;
	transition-property: all;
	transition: 0.2s linear;
}
.lpContactBox div.info:hover {
	background-color: #eee;
}
.lpContactBox div.info a span {
	position: absolute;
	top: 25px;
	left: 80px;
	font-size: 28px;
	font-weight: bold;
	color: #535353;
}
.lpContactBox div.info a:after {
	position: absolute;
	top: 18px;
	right: 50px;
	font-family: "fontello";
	content: '\e802';
	font-weight: bold;
	font-size: 250%;
	color: #535353;
}

/**** バーチャルツアーiframe *******/
.v_frame{width:900px;height:540px;margin-left:30px;}