/*
	
LP

FULL WIDEページ用CSS

*/


/*****
	
LAYOUT 

*****/	
.col-2 {
	letter-spacing: normal;
}
.lp {
	background: none;
}
.lp-content {
	position: relative;

}
.footer-lp {
	border-top: 1px solid #cecece;
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}

/*****
	
COMMON

*****/
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.center {
	text-align: center;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.col-2 {
	width: 48%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.bread {
	background: none;
}
/*****
	
BOX

*****/	


.box-960 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.box-shop {
	
}
.box-shop .box-shop-pic {
	margin-bottom: 20px;
}
.box-shop .box-shop-title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}
.lp-content .box-green {
	background: #61b93b !important;
	border-radius: 5px;
	color: white;
	margin: 80px auto;
	padding: 30px;
	font-size: 18px;
}
.box-green .box-green-title {
	color: black;
	text-align: center;
	font-size: 36px;
	padding: 20px 0 40px 0;
}
.box-green .box-green-left {
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}
.box-green .box-green-right {
	text-align: right;
	margin-top: 30px;
	margin-right: 15px;
}

/*****
	
Header

*****/
.logo-lp {
	float: left;
	padding-top: 10px;
}
.header-btn {
	text-align: right;
	padding-top: 20px;
}
.header-tel {
	display: inline-block;
	padding-left: 10px;
}
.header-contact {
	display: inline-block;
	padding-left: 10px;
}

/*****
	
Footer

*****/
.footer-logo {
	float: left;
}
.footer-nav {
	margin-left: 500px;
}
.footer-nav li {
	background: url(../images/bullet-footer.png) 0 5px no-repeat;
	padding: 5px 0px 5px 15px;
	margin-bottom: 10px;
}
.footer-nav li a {
	color: #333333;
}
.footer-nav li a:hover {
	text-decoration: underline;	
}
.footer-nav li:hover {
	background-position: 5px 5px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.copyright {
	margin-left: 500px;
	margin-top: 20px;
}

/*****
	
TITLE

*****/
.lp-content h2 {
	font-size: 24px;
	color: #333333;
	border-left: 4px solid #cecece;
	line-height: 1.5em;
	padding: 5px;
	margin-bottom: 1em;
}
.lp-content h3 {
	font-size: 24px !important;
	color: #61b93b !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
	border-left: 4px solid #61b93b !important;
	padding: 13px 5px !important;
	clear: both !important;
	margin-bottom: 1em !important;
	margin-top: 50px !important;
	background: none !important;
}
.lp-content h4 {
	color: #333333 !important;
	font-size: 20px !important;
	letter-spacing: 0 !important;	
	margin-bottom: 15px !important;	
	border: none !important;
	font-weight: bold !important;
}
.lp-content p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
.lp-content p strong {
	font-weight: bold;
	font-size: 1.2em;
}

.lp-content .title-center {
	text-align: center;
	color: #cecece;
	border: none;
	font-size: 30px;
	letter-spacing: 0 !important;
	font-weight: bold;
	margin-top: 80px;
}
.lp-content h3.title-intro {
	font-size: 22px !important;
	color: #333333 !important;
	letter-spacing: 0 !important;
	margin-bottom: 1em !important;
	border: none !important;
	padding: 0 !important;
	font-weight: bold !important;
}

/*****
	
MOVIE

*****/
.movie {
	text-align: center;
	margin: 50px auto;
}
.movie .movie-item {
	margin: 0px auto;
	max-width: 100%;
}
/*****
	
MAP

*****/
.map {
	text-align: center;
	margin: 50px auto 20px;
}
.map .map-item {
	margin: 0px auto;
	max-width: 100%;
}



/*****
	
List

*****/
.list-floor {
	
}
.list-floor li {
	margin-bottom: 50px;
	clear: both;
	min-height: 250px;
}
.list-floor li h4 {
	color: #333333;
	font-size: 20px;
	letter-spacing: 0 !important;	
	margin-bottom: 15px;
}
.list-floor li h4 img {
	margin-right: 40px;

}
.list-square {
	
}
.list-square li {
	background: url(../images/bullet-black.jpg) left 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 1em;
}


/*****
	
TABLE

*****/
.form-table {
	width: 100%;
}
.form-table th {
	background: #d4f5fb;
	border: 1px solid #cecece;
	padding: 20px 30px;
	width: 260px;
	font-size: 16px;
	vertical-align: middle;
	line-height: 1.5em;
}
.form-table td {
	border: 1px solid #cecece;	
	padding: 20px 30px;
	line-height: 1.5em;
}
.form-table .required {
	background: #d4f5fb url(../images/required.png) 95% center no-repeat;
}
.form-table .required-2 {
	background: #d4f5fb url(../images/required-2.png) 95% center no-repeat;
}
.form-table small {
	font-size: 11px;
}
.box-privacy {
	width: 95%;
	margin: 0px auto;
	height: 190px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #cecece;
	border-radius: 5px;
}
.form-table td span {
	line-height: 3em;
	display: block;
}

/*****
	
FORM

*****/
.form-table input[type="text"] {
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 10px;
	background: white;
	width: 280px;
	margin-right: 20px;	
}
.form-table textarea {
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 10px;
	background: white;
	width: 95%;
	height: 190px;
}
#input_email_2 {
	width: 224px;
}
.btn_list {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.btn_list li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px;
}
/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background:url(../images/btn-contact-check.png) no-repeat;
width:300px;
height:60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
 
.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
background:url(../images/btn-contact-submit.png) no-repeat;
width:300px;
height:60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
.mw_wp_form_confirm small {
	display: none;
}

#submitback input{
/*戻るボタン用*/
background:url(../images/btn-contact-back.png) no-repeat;
width:300px;
height:60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.mw_wp_form_confirm .check-hide {
	display: none;
}


@media only screen and (max-width: 640px) {
	body.lp {
		padding: 0 20px;
	}	
}