/* 共通 */
html, body, button, h1, h2, h3, h4, h5, h6, p  {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #734828;
}

table th {
    background: #80b939;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff!important;
}

table th p {
	color: #fff;
}

.site-footer .site-info　{
		background: #80b939!important;
}

.sp {
	display: none;
}

/* パンクズリスト */
.breadcrumbs .container,
.breadcrumbs span {
		color: #80b939;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
		display: none;
}

.breadcrumbs span {
		margin-right: 1rem;
}

@media screen and (max-width:960px) {
	.sp {
		display: block;
	}
}

/* トップ画像 */
.hero-small-text p {
	font-style: normal;
	font-size: 5rem;
}

@media screen and (max-width:990px) {
		.hero-small-text p {
		font-size: 6vw;
	}
}

/* TOP */
.sec1, .sec4, #metaslider_container_541 {
	margin: 20px;
}

.sec1 {
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
}

.sec2 {
	text-align: center;
}

.sec3 {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 2rem 0;
	padding: 2rem;
	background:  #F7F6F0;
}

.sec3 .contents,
.sec4 .contents{
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
}

.font-green {
	color: green;
	font-weight: bold;
	font-size: 1.2em;
}

.metaslider {
		width: 60%;
}

@media screen and (max-width:990px) {
		.sec1{
		font-size: 3vw;
	}
	
	.sec2,
	.sec3,
	.sec4 {
		font-size: 2vw;
	}
}

@media screen and (max-width:480px) {
	.sec2,
	.sec3,
	.sec4 {
		font-size: 1.2rem;
	}
}

/* 施設紹介 */
.container2{
		display: flex;
		justify-content: space-between;
}

.container .item {
		width:100%;
}

@media screen and (max-width:980px) {
		.container2 {
				display: none;
		}
}

/* 料金プラン */
.service{
		background:#9acd32;
		color:#fff;
		border-bottom:1px solid;
		border-left:2px solid;
}
.type {
	background:#f8fcf6;
}

.container1 {
	display: flex;
	justify-content:space-between;
	text-align: center;
	margin-bottom: 2rem;
}

.container1 .item {
	width: 48%;
	margin: 1rem 0;
	border: 2px solid #80b939;
	border-radius: 15px;
}

.item .room-type {
	padding: 1rem;
	background: #80b939;
	border-radius: 13px 13px 0 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.item .info,
.item .facility {
	padding: 1rem 4rem;
	text-align: left;
}

.item img {
	margin: 2rem 0;
	width:240px;
}

.campaign {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.midashi2 {
	padding: 1rem;
	font-weight: bold;
	font-size: 1.1em;
	background: #f8fcf6;
	border-top: 1px solid #90b939;
	border-bottom: 1px solid #90b939;
}

@media screen and (max-width: 990px) {
	.container1 {
		display: block;
	}
	
	.container1 .item {
		width: 100%;
	}
	
	.item .room-type {
		font-size: 1.2em;
	}
}

/* サービス */
.service_name {
	font-weight: 900;
	font-size: 1.1em;
}

/* ご入居までの流れ */
button {
	margin: 2rem 1rem;
	padding: .5rem 1.5rem;
	background: #80b939;
	color: #fff;
	border: none;
	border-radius: 2rem;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
}

button:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}

ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#80b939!important;
}

.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}

.stepflow>li:before {
	content: "";
	width: 3px;
	background: #80b939;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}

.stepflow-dot {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px green;
	background-color: green;
}

.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: green;
	font-weight: bold;
}

.stepflow_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}

.stepflow_content {
	font-size: .9em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #80b939;
}


/* アクセス */
.info_area {
		display: block;
	 	width: 100%;
		height: 400px;
		color: #ffffff;
		font-size: 1.2em;
		position: relative;
}

.info_area i,
.info_area p {
		color: #ffffff;
}

.info_area .map_block {
		display: block;
    background: #ffffff;
    width: calc(100% - 525px);
    height: 100%;
    position: relative;
    z-index: 2;
}

.info_area .map_block  iframe {
		display: block;
		width: 100%;
		height: 100%;
}

.info_area .info_block {
    background: #80b939;
    width: 525px;
    height: 100%;
    padding: 50px 55px 0 55px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.info_area a {
	color: #fff;
}

.midashi {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px dashed green;
}

.midashi i {
	color: green;
}

.info_box{
    padding:1em 2em;
    margin: 3em;
	   background: #F7F6F0;
}

.info_box p {
    margin: 0; 
    padding: 0;
}

.info_area_sp,
.map_block_sp iframe {
		display: none;
}

@media screen and (max-width:1200px) {
		.info_area,
		.info_area .map_block  iframe
		.info_area .info_block{
				display: none;
		}
		
		.info_area_sp,
		.info_area_sp p,
		.map_block_sp iframe {
				display: block;
				width: 100%;
		}
		
		.map_block_sp iframe {
				height: 250px
		}
		
		.info_area_sp .info_block_sp{
				margin: 10px 0
		}
}

/* お問い合わせ */
.contact-text {
	color: red;
	font-size: .8em;
}
.required {
	background-color: #80B939;
	padding: .5rem;
	border-radius: 10px;
	color: #fff;
	font-size: .8em
}
form label{
		font-size: 2em;
}
.wpcf7-list-item-label{
		font-size:18px;
}
.contact-text {
	color: red;
	font-size: .7em;
}

.required {
	background-color: #80b939;
	padding: .5rem;
	border-radius: 10px;
	color: #fff;
	font-size: .8em
}