@charset "UTF-8";

/*基本設定*/
:root {
	--main-color: #594E4E;
	--accent-color: #BF6A7A;
	--darg-color: #2B5566;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--large-width: 1000px;
	--middle-width: 800px;
	--gray-color: #ddd;
	--dark-main-color: #594E4E;
}
@media (max-width: 599px){
	:root {
		font-size: 14px;
	}
}
@media (min-width: 600px) and (max-width: 799px ){
	:root {
		font-size: 16px;
	}
}
@media (min-width: 800px){
	:root {
		font-size: 18px;
	}
}

body {
	font-size: 16px;
	margin: 0;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;
}
/* ヘッダー */
#header {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: transparent;
}
header h1 {
	margin: 0;
	padding: 0;
}
#header.scroll {
	transition: all 240ms cubic-bezier(0.390,0.575,0.565,1.000);
	background-color: rgba(136,176,75,1);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.5); 
}
.nohero header {
	position: static;
	border-bottom: solid 1px #ddd;
	border-bottom: solid 1px var(--gray-color);
}
.headA {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	color: var(--text-bright-color);
	font-family: 'Noto Sans', sans-serif;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 24px;
	text-decoration: none;
}
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headB a {
	display: block;
	padding: 15px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

@media (min-width: 768px) {
	header .container {
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headB a {
		display: inline-block;
		position: relative;
		transition: .3s;
	}
	.headB a::after {
		position: absolute;
		bottom: .3em;
		left: 24%;
		content: '';
		width: 50%;
		height: 2px;
		background-color: #fff;
		opacity: 0;
		transition: all 240ms cubic-bezier(0.390,0.575,0.565,1.000);
		margin-bottom: 0.5em;
	}
	.headB a:hover::after {
		bottom: 0;
		opacity: 1;
	}
	.headB ul {
		display: flex;
	}
	.headB {
		display: block !important;
	}
	.headC {
		display: none;
	}
}
@media (max-width: 767px) {
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.headB a:hover {
		background-color: rgba(0,0,0,0.3);
	}
	.headC {
		color: #fff;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		margin-right: 10px;
		font-size: 28px;
		opacity: 1;
		cursor: pointer;
}
	.headC:hover {
		opacity: 0.3;
	}
	.headB {
		display: none;
		background-color: rgba(0,0,0,0.3);
	}
}

/* contents */
.top-hero {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	background: linear-gradient(-135deg, rgba(136,176,65,0.9), rgba(82,165,23,0.9),rgba(136,176,65,0.5)), url(../img/tophero.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
}
.top-hero h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1rem;
	margin-left: 0.2rem;
	padding: 0 20px;
}
.top-hero .container {
	width: 100%;
	text-align: center;
}
.top-hero p {
	margin: 0 auto;
	padding-top: 80px;
	font-size: 1rem;
	max-width: 760px;
}

.top-hero a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #ddd;
}
.top-hero a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
.top-hero a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.top-hero p {
		font-size: 1rem;
}
}
.con-about h2 {
	margin-top: 0;
	padding-top: 60px;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.2rem;
}

.con-about h2::before {
	content:'ABOUT';
	letter-spacing: 0.1em;
	display: block;
	font-size: 1.66rem;
}

.con-about {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #594E4E;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	height: 100vh;
}
@media (max-height: 300px) {
	.con-about {
		height: 500px;
	}
}

.con-about h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.con-about p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.8;
	opacity: 1;
}

.con-about a {
	display: inline-block;
	text-decoration: none;
	color: #B1CC89;
}
.con-about a:hover {
	color: rgba(136,176,65,0.9);
}

.con-about .text {
	padding: 20px;
	max-width: 660px;
	text-align: center;
	font-feature-setting : "pkna" 1;
}

@media (min-width: 768px) {
	.con-about .container {
		display: flex;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}
	.con-about .text {
		flex: 1;
		padding: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* service */
.con-service h2 {
	padding-top: 120px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
}
.con-service h2::before {
	content:'SERVICE';
	display: block;
	font-size: 28px;
}

.con-service h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.con-service p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}
.con-service {
	background-color: #fbfcf7;
}

.con-service a {
	color: #5D9AB2;
	color: var(--main-color);
	text-decoration: none;
}
.con-service a:hover {
	text-decoration: underline;
}
.con-service .icon {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 40px;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	background-color: #ddd;
	background-color: var(--icon-bk-color);
	text-align: center;
	color: #fff;
	color: var(--icon-color);
}
.con-service .container {
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.con-service .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	text-align: center;
}
.con-service .text p {
	text-align: left;
}

@media (min-width: 768px) {
	.con-service .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}
	.con-service article {
		flex: 1 1 300px;
	}
}
.con-service::after {
}

/* コンテンツC */
.con-contact {
	display: flex;
	background: #fbfcf7;
	color: #b3aca7;
}
.con-contact .container {
	padding-top: 2px;
	margin: 0 auto;
}
.con-contact h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}

.con-contact p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.con-contact a {
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	padding: 10px 30px;
	border-radius: 6px;
	background-color: #fff;
	color: #88b04b;
	font-size: 14px;
	border: 1px solid #88b04b;
}
.con-contact a:hover {
	background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}
.con-contact .text {
	padding: 20px;
	font-size: 1em;
	letter-spacing: 2;
	color: #594E4E;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 80px;
	margin-bottom: 80px;
	border: 1px solid #88b04b;
}
.con-contact ol {
	margin: 0;
	padding: 0;

}
.con-contact li {
	list-style: none;
}
.con-contact ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.con-contact .container {
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
/* フッター */
footer {
	color: #fff;
	color: var(--text-bright-color);
	background-color: #594E4E;
}
footer .container {
	padding: 40px 20px;
}
@media (min-width: 768px) {
	footer .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}
	.footA {
		flex: 1 1 100%;
	}
	.footB {
		flex: 1 1 100%;
	}
	.footC {
		flex: 1 1 100%;
	}
}
/* フッターA */
.footA {
	margin-bottom: 30px;
}
.footA a {
	color: inherit;
	text-decoration: none;
}
/* フッターB */
.footB {
	text-align: center;
}
.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footB li {
	display: inline-block;
}
.footB a {
	/*display: block;*/
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	transition: .3s;
}
.footB div {
	margin-bottom: 20px;
}
.footB a::after {
	position: absolute;
	bottom: 0.3em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ddd;
	opacity: 0;
	transition: .3s;
}
.footB a:hover::after {
	bottom: 0;
	opacity: 1;
}
@media (min-width: 768px) {
	.footB {
		display: flex;
	}
	.footB div {
		flex: 1;
	}
	.footB div:not(:first-child) {
		margin-left: 40px;
	}
}
/* フッターC */
.footC {
	font-size: 12px;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
}
/* フッターSNS */
.footSNS {
	margin-top: 20px;
}
.footSNS ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footSNS a {
	display: block;
	margin-right: 8px;
	padding: 0px;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	border: solid 1px currentColor;
	border-radius: 50%;
	width: 2em;
	line-height: 2em;
	text-align: center;
}
.footSNS a:hover {
	background-color: rgba(0,0,0,0.3);
}
.footSNS div {
	margin-bottom: 20px;
}



.plan-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #f7f7e4;
}

.plan-list h2 {
	width: 100%;
	display: block;
	padding-top: 100px;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
	font-size: 20px;
	color: #88b04b;
	opacity: 0.8;
}
.plan-list h2::before {
	content:'PRICE';
	letter-spacing: 0.1em;
	display: block;
	font-size: 1.66rem;
}
.plan-list .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.plan-list .text {
	margin: 10px;
}

/* フォーム */

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}



#form {
  position: relative;
  width: 500px;
  margin: 50px auto 20px auto;
}

.text-input {
  font-size: 0.875em;
  width: 470px;
  height: 40px;
  padding: 0px 15px 0px 15px;
  margin-bottom: 20px;
  background: transparent;
  outline: none;
  color: #726659;
  border: solid 1px #b3aca7;  
  transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  opacity: 0.9;
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  font-size: 0.875em;
  border: solid 1px #b3aca7;
  transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

@media (max-width: 767px) {
	#form {
		width: 80%;
	}
	.text-input {
		width: 80%;
	}
	textarea {
		width: 80%;
	}
}

#submit {
	width: 60%;
	height: 3rem;
	padding: 0;
	margin-top: 20px;
	font-size: 1rem;
	color: #594E4E;
	
	outline:none;
	cursor: pointer;
	background-color: #fff;

	border: solid 1px #594E4E;
  	border-radius: 5px;
  	transition: all 0.3s ease-in-out;
}
#submit:hover {
  background-color: #594E4E;
  color: #fff;
  border: none;
}

.form-label {
	display: flex;
}
#check-label {
	font-size: 1rem;
	color: #594E4E;
	opacity: 1;
	margin: 0;
	text-align: left;
	padding: 10px 0 0 0;
}
#check-list {
	margin-bottom: 20px;
}

.con-contact label span {
	font-size: 0.6rem;
	margin-left: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #594E4E;
	color: #fff;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	padding: 0 0.3rem;
}





/*CheckBox */
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	margin-right : 20px;
	overflow     : hidden;
	position     : relative;
	padding-left : 25px;
	display      : inline-block;
	box-sizing   : border-box;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 20px;
	height   : 20px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #88B04B;
	border-bottom     : 3px solid #88B04B;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #fff;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 1px #fff;
}
label.checkbox_text input[type="checkbox"]:hover {
	box-shadow : 41px 1px #b3aca7;
}

.submit-button {
	text-align: center;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl {
	min-height: 150px;
	width: 100%;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	min-width: 240px;
	border-radius: 10px;
}
.plan-list dt {
	padding: 10px;
	background-color: #fff;
	color: #88b04b;
	opacity: 0.8;
	min-height: 40px;
	border-radius: 10px 10px 0 0;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #88b04b;
}
.plan-list dt span {
	font-size: 1.1rem;
}
.plan-list dd {
	min-height: 80px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border: 1px solid #88b04b;
	text-align: left;
	padding: 10px 50px;
	border-top: none;
}

.plan-flex {
	margin: 20px;
}
.plan-container {
	width: 100%;
}
@media (min-width: 768px) {
	.plan-list .container {
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}
	.plan-container {
		display: flex;
		flex-wrap: wrap;
	}
	.plan-flex {
		flex: 1 1 333px;
		margin: 10px;
	}
	.plan-list dt {
		flex: 1;
	}
	.plan-list dd {
		flex: 1;
	}
}

.plan-detail {
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
	width: 70%;
}
@media (min-width: 768px) {
	.plan-detail {
		width: 50%;
	}
}

.plan-detail a {
	display: block;
	background-color: #fff;
	color: #88b04b;
	border: 1px solid #88b04b;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 3rem;
	text-decoration: none;
  	transition: all 0.3s ease-in-out;
}

.plan-detail a:hover {
	background-color: #88b04b;
	color: #fff;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #ddd;
}
#page-top a span {
	position: absolute;
	top: 0;
	right: 20%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #88b04b;
	border-radius: 100%;
	box-sizing: border-box;
	background-color: #88b04b;
}
#page-top a span::after {
	position: absolute;
	top: 65%;
	right: 35%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	box-sizing: border-box;
}

#contact-button {
	text-align: center;
}