@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* rounded */
.rounded {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
}
/* rubik */
.rokkitt {
	font-family: 'Rokkitt', serif;
}
@media all and (max-width: 896px) {
}


/* mainVisual */
.mainVisual {
	margin-bottom: 71px;
	position: relative;
}
.mainVisual .image img {
	width: 100%;
}
.mainVisual .headline01 {
	padding: 0 80px 39px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	text-shadow: 0 0 5px rgba(255,255,255,0.5),0 0 10px rgba(255,255,255,0.5);
}
@media all and (max-width: 896px) {
	.mainVisual .headline01 {
		padding: 0 10px 10px;
	}
	.mainVisual {
		margin: 0 10px 40px;
		border-radius: 15px;
		overflow: hidden;
	}
}


/* headline01 */
.headline01 {
	color: #333333;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3.334rem;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.12em;
	transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
}
.headline01 .en {
	margin-top: 4px;
	font-size: 2.91rem;
	display: block;
}
@media all and (max-width: 896px) {
	.headline01 {
		font-size: 1.8rem;
	}
	.headline01 .en {
		font-size: 1.6rem;
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
		display: block;
	}
}

/* headline02 */
.headline02 {
	margin-bottom: 8px;
	padding: 0 0 4px 52px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
}
.headline02::before {
	width: 40px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../../img/common/icon01.png) no-repeat left top;
	background-size: 40px auto;
	content: "";
}
.headline02.big {
	margin-bottom: 15px;
	padding-left: 70px;
	font-size: 2.917rem;
}
.headline02.big::before {
	width: 41px;
	height: 32px;
	top: 6px;
	background-image: url(../../img/common/icon05.png);
	background-size: 41px auto;
}
@media all and (max-width: 896px) {
	.headline02 {
		padding-left: 34px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.headline02::before {
		width: 25px;
		background-size: 25px auto;
	}
	.headline02.big {
		margin-bottom: 15px;
		padding-left: 45px;
		font-size: 2.4rem;
	}
	.headline02.big::before {
		width: 32px;
		top: 5px;
		background-size: 32px auto;
	}
}

/* headline03 */
.headline03 {
	margin-bottom: 12px;
	padding: 6px 29px 8px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #548F43;
	border-radius: 50px;
	line-height: 1;
	letter-spacing: 0.18em;
	/* font-family: 'MidashiGoPr6N MB31-90ms-RKSJ-H'; */
	position: relative;
}
.headline03::before {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 12px;
	background-color: #fff;
	border-radius: 50%;
	content: "";
}
@media all and (max-width: 896px) {
	.headline03 {
		font-size: 1.4rem;
	}
}
/* comMessage */
.comMessage {
	margin: 35px -27px 0 0;
	max-width: 892px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.1em;
}
.comMessage .rightBox {
	width: 444px;
}
.comMessage .leftBox {
	width: 420px;
}
.comMessage .houseBox {
	padding: 31px;
	background-color: #FCF9F4;
}
.comMessage .timeBox {
	margin: -1px 0 11px;
}
.comMessage .timeBox table {
	color: #548F43;
	font-size: 1.8rem;
}
.comMessage .timeBox th,
.comMessage .timeBox td {
	padding: 10px 5px 9px;
	border: 1px solid #548F43;
}
.comMessage .timeBox thead th,
.comMessage .timeBox thead td {
	padding: 11px 5px 9px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	background-color: #548F43;
	border-right: 1px solid #fff;
}
.comMessage .timeBox thead td:last-child {
	border-right: none;
}
.comMessage .timeBox thead th {
	width: 164px;
	font-size: 1.5rem !important;
	letter-spacing: 0.35em;
}
.comMessage .timeBox .rokkitt {
	color: #000;
	font-size: 2.2rem;
}
.comMessage .timeBox .dots {
	margin: 0 auto;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #548F43;
	display: block;
}
.comMessage .timeBox .line {
	margin: 0 auto;
	width: 16px;
	height: 2px;
	background-color: #548F43;
	display: block;
}
.comMessage .mid {
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 2.2;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comMessage .notse {
	margin-bottom: -5px;
}
.comMessage * + .headline02 {
	margin-top: 17px;
}
.comMessage .addressBox {
	margin-top: -3px;
	padding-bottom: 32px;
	background-color: #FCF9F4;
}
.comMessage .listUl {
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #548F43;
}
.comMessage .listUl li {
	padding: 21px 15px 23px;
	width: 50%;
	border-right: 1px dashed #548F43;
	box-sizing: border-box;
}
.comMessage .listUl li:last-child {
	border-right: none;
}
.comMessage .centerTxt {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.68;
	letter-spacing: 0.05em;
}
.comMessage .houseBox .image {
	margin-bottom: 17px;
	color: #548F43;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}
.comMessage .houseBox .image span {
	margin-top: 13px;
	display: block;
}
.comMessage .houseBox .headline03 {
	margin-bottom: 8px;
}
.comMessage .telTxt {
	margin-top: 20px;
	color: #EB6100;
	font-weight: bold;
	font-size: 1.5rem;
}
.comMessage .telTxt span {
	margin-bottom: 16px;
	display: block;
	letter-spacing: 0.23em;
}
@media all and (max-width: 896px) {
	.comMessage {
		margin: 35px 0 0 0;
		max-width: inherit;
		display: block;
	}
	.comMessage .leftBox {
		margin-bottom: 40px;
		width: auto;
	}
	.comMessage .rightBox {
		width: auto;
	}
	.comMessage .timeBox {
		margin: 0 0 11px;
	}
	.comMessage .timeBox thead th {
		width: 164px;
		font-size: 1.3rem !important;
		letter-spacing: 0.1em;
	}
	.comMessage .timeBox thead th,
	.comMessage .timeBox thead td {
		font-size: 1.3rem;
	}
	.comMessage .timeBox .rokkitt {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.comMessage .timeBox .dots {
		width: 10px;
		height: 10px;
	}
	.comMessage .timeBox .line {
		width: 10px;
	}
	.comMessage .mid {
	    font-size: 1.3rem;
	    letter-spacing: 0;
	    line-height: 1.7;
	}
	.comMessage .notse {
		margin-bottom: -1px;
	}
	.comMessage * + .headline02 {
		margin-top: 26px;
	}
	.comMessage .listUl {
		display: block;
		border-bottom: none;
	}
	.comMessage .listUl li {
		width: auto;
		border-right: none;
		border-bottom: 1px dashed #548F43;
	}
	.comMessage .centerTxt {
		margin: 0 20px;
		font-size: 1.2rem;
	}
	.comMessage .houseBox {
		padding: 20px;
	}
	.comMessage .houseBox .image {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.comMessage .telTxt {
		font-size: 1.3rem;
		text-align: center;
	}
	.comMessage .telTxt img {
		width: 250px;
	}
}




/*  */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

/* addressTxt */
.addressTxt {
	margin-left: 7px;
	font-size: 1.5rem;
	line-height: 1.43;
}
.addressTxt span {
	font-size: 1.4rem;
	display: inline-block;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.addressTxt {
		font-size: 1.4rem;
	}
}
/* lineTxt */
.lineTxt {
	background: url(../../img/common/line.gif) repeat-x left bottom;
}

/* headline04 */
.headline04 {
	margin-bottom: 20px;
	font-size: 2.917rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.74;
	font-weight: normal;
	text-align: center;
}
.headline04 .col {
	color: #548E43;
}
@media all and (max-width: 896px) {
	.headline04 {
		font-size: 1.9rem;
	}
}


/* comBtn */
.comBtn a {
	margin: 0 auto;
	padding: 14px 8px 18px;
	width: 305px;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	display: block;
	background-color: #EB6100;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 80%;
		padding: 10px 8px 11px;
		max-width: 305px;
		font-size: 1.6rem;
	}
}

/* headline05 */
.headline05 {
	margin-bottom: 16px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	font-size: 2rem;
	font-weight: normal;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
}
.headline05::after {
	margin-left: -40px;
	width: 89px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #548F43;
	content: "";
}
@media all and (max-width: 896px) {
	.headline05 {
		font-size: 1.7rem;
	}
}