@charset "UTF-8";
/* CSS Document */

/* 別ページ用-------
---------------------------------------------*/

/* 会社概要-------
---------------------------------------------*/
#company h2 {
	padding-top: 100px;
}

#company .company-item {
	width: 100%;
	text-align: center;
}
#company .company-item img {
	width: 38%;
	padding: 2%;
	margin-bottom: 20px;
}

.profile {
	display: flex;
	justify-content: center;
	/*line-height: 4.5;*/
}

table {
	border: none;
	text-align: center;
	font-size: 93.8%;
	letter-spacing: 3px;
}

tr th {
	padding: 50px 100px;
	text-align: center;
}
@media (max-width: 640px){ 
	table {
		font-size: 65%;
	}
	tr th {
		padding: 20px 10px;
	}
	tr td {
		padding: 20px;
	}
}

#company-contact {
	text-align: center;
}
#company-contact p {
	padding-bottom: 5%;
}
#company-contact .botton {
	background-color: #C2D5B9;
	border-radius: 50px;
	padding: 20px 60px;
	text-decoration: none;
	color: #3e3a3a;
}
#company-contact .botton:hover {
	background-color: #87AC75;
	text-decoration: none;
}

@media (max-width: 640px){
	#company-contact p {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 85%;
	}	
	#company-contact {
		margin-bottom: 30px;
	}
}
@media (max-width: 640px){
	#company h2,
	#company-contact h2 {
		font-size: 100%;
		padding-bottom: 30px;
	}
	
	.profile,
	.profile td,
	.profile th {
 		border-collapse: collapse;
  		text-align: center;
	}

	.profile th {
  		border-bottom: solid 1px #87AC75;
  		padding: 10px 12px;
  		display: block;
  		width: 80%;
		margin: 0 auto;
	}

	.profile td {
  		padding: 10px 12px;
  		display: block;
  		width: 80%;
		margin: 0 auto;
}}

/* 機能・料金-------
---------------------------------------------*/
#spec-price {
	text-align: center;
	max-width: 1000px;
}

#spec-price h2 {
	padding-top: 100px;
}

.spec-price-item img {
	width: 250px;
	border-radius: 100%;
}
#spec-price h3 {
	padding: 20px 0;
}

.spec-price-point {
	display: flex;
	justify-content: center;
}
.spec-price-point img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

.spec-point-ttl {
	font-size: large;
	text-align: start;
	padding-top: 50px;
	font-weight: bolder;
}
.spec-point-2  {
	width: 500px;
	text-align: start;
	padding: 0 30px;
}
.point-img2-sp {
	display: none;
}
@media screen and (max-width:640px) {
    .point-img2-pc {
        display: none;
    }

    .point-img2-sp {
        display: block;
		margin: 0 auto;
    }
}
@media (max-width: 640px){
	.spec-price-point {
		display: block;	
	}
	.spec-point-ttl {
		font-size: 120%;
		border-bottom: solid 3px #D6E3D0;
		text-align: center;
		padding-top: 30px;
		font-weight: bolder;
	}
	.spec-point-2  {
		width: 100%;
		text-align: justify;
		padding: 10px 30px;
	}
	#spec-price {
		margin-bottom: 50px;
	}
}

/* 機能-------
---------------------------------------------*/
#spec2 {
	background-color: #D6E3D0;
	text-align: center;
}
#spec2 img {
	border-radius: 100%;
	width: 300px;
}
.spec-prof table {
	justify-content: center;
	margin: 0 auto;
}
.spec-prof tr th {
	padding: 30px 60px;
	text-align: end;
}
.spec-prof tr td {
	text-align: center;

}

@media (max-width: 640px){
	#spec2 img {
		width: 60%;
	}
	.spec-prof tr th {
		padding: 0;
	}
	.spec-prof tr td {
		padding: 10px 0;
	}
}


/* 7つのポイント-------
---------------------------------------------*/
#point-7 {
	text-align: center;
}
#point-7 p{
	margin-bottom: 30px;
}

#point-7 h3 {
	transform: rotate(-6.5deg);
	letter-spacing: 15px;
	padding: 80px 0;
	font-size: x-large;
}

.point7-ttl {
	background-color: #C6D9BE;
	margin: 0 auto;
	width: 350px;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 50px;
	font-weight: bolder;
}
@media (max-width: 640px){
	#point-7 {
		width: 100%;
		margin: 0 auto;
	}
	#point-7 h3 {
		font-size: large;
		padding: 30px;
	}
	.point7-ttl {
		width: 80%;
	}
	#point-7 p {
		width: 80%;
		margin: 20px auto;
	}
}



/* タオルのところモバイル版あとで作る-------
---------------------------------------------*/

/* タオルについて-------
---------------------------------------------*/
#towel {
	background-color: #D6E3D0;
	text-align: center;
}
#towel h3 {
	padding: 50px 0;
	font-size: x-large;
	letter-spacing: 10px;
}
#towel p{
	padding: 30px;
}
.towel_img {
	width: 380px;
	padding: 20px;
	background-color: #fff;
	border-radius: 50px;
}
.obj_img {
	padding: 20px;
	background-color: #fff;
	border-radius: 50px;
}

@media (max-width: 640px){
	.towel_img,
	.obj_img {
		width: 80%;
	}
}

/* 料金-------
---------------------------------------------*/
#price {
	text-align: center;
}
#price div {
	padding: 20px 0 40px;
	font-weight: bolder;
}
#price .botton {
	background-color: #C2D5B9;
	border-radius: 50px;
	padding: 20px 60px;
	text-decoration: none;
	color: #3e3a3a;
}
#price .botton:hover {
	background-color: #87AC75;
	text-decoration: none;
}

@media (max-width: 640px){
	#price {
		width: 80%;
		font-size: 87.5%;
		margin-bottom: 50px;
	}
	#price .botton {
		padding: 15px 40px;
	}
}

/* NSCTA-------
---------------------------------------------*/
#nscta h2 {
	padding-top: 100px;
}
#nscta table {
	margin: 0 auto;
}
.row_table table {
	border-collapse:collapse;
}
.row_table p {
	margin: 1em;
}
.row_table tr {
	border-bottom: solid 1px #87AC75;
}
.row_table tr:last-child {
	border-bottom: none;
}

@media (max-width: 640px){
	#nscta h2 {
		font-size: 100%;
		padding-bottom: 30px;
	}
	
	.row_table,
	.row_table td,
	.row_table th {
 		border-collapse: collapse;
  		text-align: center;
	}
	.row_table tr {
		border-bottom: none;
	}

	.row_table th {
  		border-bottom: solid 1px #87AC75;
  		padding: 10px 12px;
  		display: block;
  		width: 80%;
		margin: 0 auto;
	}

	.row_table td {
  		padding: 10px 12px;
  		display: block;
  		width: 80%;
		margin: 0 auto;
}}