/* noukotsu_about.html */
h1 {
	position: absolute;
	top: 0;
	color: #6A5C54;
	text-align: center;
	background-image: url("../images/common/bg_title.png");
	width: 100%;
}
.paddingBottom_60 {
	padding-bottom: 60px;
}
#noukotsu_about {
	color: #503F36;
}
#noukotsu_about h2 {
	margin-bottom: 30px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 2.5rem 0;
	text-shadow: 7px 7px 2px rgba(0,0,0,0.2);
}
#noukotsu_about h3 {
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 600;
	font-size: 1.9em;
	white-space: nowrap;
}
#noukotsu_about h4 {
	font-size: 1.5em;
}
#noukotsu_about .explanationText {
	margin: 0 0 20px 0;
}
#noukotsu_about .bgWhite {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px 15px;
}
#noukotsu_about_service h4 {
	display: inline-block;
	padding: 0 0 1rem 2rem;
	margin: 0 0 2rem 0;
	border-bottom: 1px solid #503F36;
}
#noukotsu_about p {
	margin: 0 0 0 0;
}
#noukotsu_about_message {
	background-image: url("../images/noukotsu_about/bg_tree01.png"), url("../images/noukotsu_about/bg_tree02.png"), url("../images/noukotsu_about/bg_sky.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 50%, 50%, 120%;
	background-position: left -1.5rem, right bottom, left top;
	padding: 130px 40px;
}
#noukotsu_about_message p {
	text-align: center;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
	animation: fadeIn 5s ease 0s 1 normal;
	font-size: 19px;
}
#noukotsu_about_service {
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5)),url("../images/noukotsu_about/bg_saya.jpg") no-repeat right bottom / 200%;
}
.noukotsu_featuresFlex li:first-child img {
	box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.3);
}
#noukotsu_about_recommend {
	background: url("../images/noukotsu_about/bg_washi_up_before_g.png") no-repeat right bottom / 70%;
	padding: 0 0 80px 0;
}
#noukotsu_about_recommend .noukotsu_about_box img {
	position: absolute;
	bottom: 0;
	right: 0;
}
#noukotsu_about_price {
	background: url("../images/noukotsu_about/bg_washi_up_middle_g.png") repeat-y 0 0 / 70%;
	background-size:auto;
	padding: 80px 0 40px 0;
}
#noukotsu_about_price ul.goudou,
#noukotsu_about_price ul.kobetsu {
	font-size: 1.3em;
	display: flex;
	/*max-width: 100%;*/
}
#noukotsu_about_price ul.goudou {
	border-bottom: 1px solid #7E8C82;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#noukotsu_about_price ul.kobetsu {
	margin: 0 0 40px 0;
}
#noukotsu_about_price ul.goudou li:nth-child(1), 
#noukotsu_about_price ul.kobetsu li:nth-child(1) {
	width:40%;
	text-align: center;
	padding: 10px;
	margin: 0 7px 0 0;
}
#noukotsu_about_price ul.goudou li:nth-child(2) ,
#noukotsu_about_price ul.kobetsu li:nth-child(2) {
	width:60%;
	text-align: center;
	padding: 10px;
}
#noukotsu_about_price ul.goudou li:nth-child(1) {
	color: #fff;
	background-color: #59946B;
}
#noukotsu_about_price ul.goudou li:nth-child(2) {
	background-color: #CFDED4;
}
#noukotsu_about_price ul.kobetsu li:nth-child(1) {
	color: #fff;
	background-color: #923535;
}
#noukotsu_about_price ul.kobetsu li:nth-child(2) {
	background-color: #E5D5D5;
}
#noukotsu_about_price h4 {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px 20px;
	margin: 0 0 10px 0;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex li {
	text-align: center;
	padding: 0px 10px 20px;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex li p {
	font-size: 1.2em;
	padding: 5px 0 0;
}
#noukotsu_about_facility {
	background-image: url("../images/noukotsu_about/bg_washi_up_after_g.png"), url("../images/noukotsu_about/bg_washi_down_before.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position: left top, left bottom;
}
#noukotsu_about_facility table.priceList {
	width: 100%;
	border-spacing: 5px 5px;
	border-collapse:collapse;
	margin: 40px auto 60px;
	font-size: 1.2em;
}
#noukotsu_about_facility table.priceList tr {
	border-bottom:1px solid #918680;
}	
#noukotsu_about_facility table.priceList th,
#noukotsu_about_facility table.priceList td {
	padding: 20px;	
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(1) {
	width: 30%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(2) {
	width: 35%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(3) {
	width: 35%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(2) {
	color: #fff;
	background-color: #59946B;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(3) {
	color: #fff;
	background-color: #923535;
}
#noukotsu_about_facility table.priceList tr:nth-child(even) th:nth-child(1) {
	background-color: #EBF2ED;
}
#noukotsu_about_facility table.priceList tr:nth-child(even) td:nth-child(2) {
	background-color: #CFDED4;
}
#noukotsu_about_facility table.priceList tr:nth-child(even) td:nth-child(3) {
	background-color: #E5D5D5;
}
#noukotsu_about_facility table.priceList tr:nth-child(odd) th:nth-child(1) {
	background-color: #FAFFFC;
}
#noukotsu_about_facility table.priceList tr:nth-child(odd) td:nth-child(2) {
	background-color: #F3F9F5;
}
#noukotsu_about_facility table.priceList tr:nth-child(odd) td:nth-child(3) {
	background-color: #F8F4F4;
}


/* SP用 */
.pc_br {
	display: none;
}
h1 {
	font-size: 1.7857rem;
	height: 174px;
	padding-top: 80px;
}
main {
	margin-top: 174px;
}
.noukotsu_about_box {
	margin: 0 20px 0 20px;
}
#noukotsu_about h3 {
	position: relative;
	padding: 0 0 1rem 0;
	margin: 0 0 2rem 0;
}
#noukotsu_about h3 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;
	border-bottom: 3px solid #CADA43;
	width: 3rem;
	padding: 0 0 5px 0;
}
#noukotsu_about_price h3 span:before {
	border-bottom: 3px solid #fff;
}
#noukotsu_about h3 span {
	padding: 75px 45px 0 0;
	background: url("../images/common/title_icon.png") no-repeat right 0px top 40px / 39px 45px;
}
ul.noukotsu_featuresFlex {
	/*max-width: 100%;*/
}
.noukotsu_featuresFlex li {
	position: relative;
	margin: 0 0 1rem 0;
}
.noukotsu_featuresFlex li:first-child {
	width: 100%;
}
.noukotsu_featuresFlex li:first-child img {
	width: 100%;
}
.noukotsu_featuresFlex li:first-child span {
	position: absolute;
	top: -15%;
	right: 0%;
	max-width: 25%;
}
.noukotsu_featuresFlex li:first-child span img {
	box-shadow: none;
}
.noukotsu_featuresFlex li:nth-child(2) {
	width: 100%;
	margin: 0 0 4rem 0;
}
#noukotsu_about_recommend .noukotsu_about_box {
	border-top: 1px solid #503F36;
	border-bottom: 1px solid #503F36;
	padding: 2rem 0 1rem 0;
	position: relative;
}
#noukotsu_about_recommend .noukotsu_about_box img {
	width: 36%;
}
ul#noukotsu_about_check {
	font-size: 1.2em;
	padding: 10px 0 0 0;
}
ul#noukotsu_about_check li {
	background: url("../images/noukotsu_about/ico_checkmark.png") no-repeat 0 15px / 22px;
	padding: 10px 0 10px 2.5rem;
}
#noukotsu_about_service h4 {
	padding: 0 0 0.5rem 0;
	margin: 0 0 1rem 0;
	border-bottom: 1px solid #503F36;
}
#noukotsu_about_facility {
	padding: 100px 0 20px 0;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex {
}
#noukotsu_about_flow li {
	padding: 0 5px 20px;
}
#noukotsu_about_flow li span {
	padding: 8px 5px;
	width: 100%;
}

/* PC用 */

.mobile_br {
	display: none;
}
.pc_br {
	display: block;
}
h1 {
	height: 335px;
	padding-top: 150px;
	font-size: 3.0625rem;
}
main {
	margin-top: 335px;
}
#noukotsu_about_message {
	background-size: 30%, 30%, 100%;
	background-position: left -1rem, right bottom, left top;
	padding: 12rem 2rem;
}
#noukotsu_about_message p {
	font-size: 1.875rem;
}
#noukotsu_about_service {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6)),url("../images/noukotsu_about/bg_saya.jpg") no-repeat right bottom / 100%;
}
#noukotsu_about h3 {
	position: relative;
	padding: 0 0 1rem 0;
	margin: 0 0 2rem 0;
}
#noukotsu_about h3 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;
	border-bottom: 3px solid #CADA43;
	width: 3rem;
	padding: 0 0 10px 0;
}
#noukotsu_about_price h3 span:before {
	border-bottom: 3px solid #fff;
}
#noukotsu_about h3 span {
	padding: 75px 60px 0 0;
	background: url("../images/common/title_icon.png") no-repeat right 0px top 30px / 49px 57px;
}
.noukotsu_about_box {
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
}
ul.noukotsu_featuresFlex {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: start;
    align-items: start;
}
.noukotsu_featuresFlex li {
	position: relative;
	margin: 0 0 30px 0;
}
.noukotsu_featuresFlex li:first-child {
	width: 30%;
}
.noukotsu_featuresFlex li:first-child img {
	width: 100%;
}
.noukotsu_featuresFlex li:first-child span {
	position: absolute;
	top: 3%;
	right: -20%;
	max-width: 30%;
}
.noukotsu_featuresFlex li:first-child span img {
	box-shadow: none;
}
.noukotsu_featuresFlex li:nth-child(2) {
	width: 70%;
	padding: 40px 0 0 5.5%;
}
#noukotsu_about_recommend {
	padding: 40px 0 80px 0;
}
#noukotsu_about_recommend .noukotsu_about_box {
	border-top: 1px solid #503F36;
	border-bottom: 1px solid #503F36;
	padding: 5rem;
	position: relative;
}
#noukotsu_about_recommend .noukotsu_about_box img {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: initial;
}
ul#noukotsu_about_check {
	font-size: 1.4em;
	padding: 20px 0 0 0;
}
ul#noukotsu_about_check li {
	background: url("../images/noukotsu_about/ico_checkmark.png") no-repeat 0 0;
	background-size: auto;
	padding: 10px 0 10px 6rem;
}
#noukotsu_about_service h4 {
	display: inline-block;
	padding: 0 0 0.5rem 2rem;
	margin: 0 0 2rem 0;
	border-bottom: 1px solid #503F36;
}
#noukotsu_about_price ul.goudou,
#noukotsu_about_price ul.kobetsu {
	max-width: 60%;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: space-between;
	align-items: center;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex li {
	width: 30%;
}
#noukotsu_about_facility {
	padding: 200px 0 100px 0;
}
#noukotsu_about_facility table.priceList {
	width: 60%;
	text-align: center;
}
#noukotsu_about_facility table.priceList th {
	text-align: center;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(1) {
	width: 20%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(2) {
	width: 40%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(3) {
	width: 40%;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

#flow #flow_box .btn_area{
	display: flex;
	justify-content: center;
}
#flow #flow_box .button {
	display: inline-block;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition-property: opacity;
	transition-duration: 0.5s;
}

#flow .btn_area{
  padding: 50px 20px 30px 20px;
}

#flow #flow_box .btnA.btnG{
	background: #556f5d;
	border: 1px solid #556f5d;
}
#flow #flow_box .btnA.btnR{
	background: #923535;
	border: 1px solid #923535;
}


#flow #flow_box .button:hover {
	opacity: 0.7;
}
.btnA {
	//display: inline-flex;
	max-width: 100%;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	text-align: center;
	padding: 10px 45px 10px 25px;
	position: relative;
	border-radius: 10px;
}
.btnA:before{
	content: "";
	display: inline-block;
	background: url("../images/common/btn_arrow10.png") left top no-repeat;
	background-size: contain;
	width: 29px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate3d(50%,-50%,0);
}


#noukotsu_about_flowPatternA,
#noukotsu_about_flowPatternB {
	margin: 0 auto;
	width: 100%;
}
#noukotsu_about_flowPatternB {
	//padding-top: 40px;
}
#noukotsu_about_flowPatternA p,
#noukotsu_about_flowPatternB p {
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 5px 0;
	font-size: 1.3em;
}
#noukotsu_about_flowPatternA p {
	background-color: #556F5D;
}
#noukotsu_about_flowPatternB p {
	background-color: #923535;
}
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	max-width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: space-between;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	margin: 0 0 20px 0;
	box-shadow: 2px 2px 4px 2px rgba(255, 255, 255, 0.7) ;
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 55%;
}
.dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 0.1em;
	background: currentColor;
 }
.dli-arrow-right::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}
#noukotsu_about_flowPatternA li,#noukotsu_about_flowPatternB li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.2rem;
	background-color: #fff;
}
#noukotsu_about_flowPatternA li span,#noukotsu_about_flowPatternB li span {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	color: #fff;
	margin: 0 0 10px 0;
}
#noukotsu_about_flowPatternA li:first-child,#noukotsu_about_flowPatternB li:first-child {
	margin: 0 0 0 20px;
}
#noukotsu_about_flowPatternA li:last-child,#noukotsu_about_flowPatternB li:last-child {
	margin: 0 20px 0 0;
}
#noukotsu_about_flowPatternA li span {
	background-color: #59946B;
}
#noukotsu_about_flowPatternB li span {
	background-color: #736D60;
}

.button span {

}
#noukotsu_about_flowPatternA .button {
	 background-color: #556F5D;
}
#noukotsu_about_flowPatternB .button {
	background-color: #923535;
}
#noukotsu_about_other {
	background:/*#9ba600*/ url("../images/noukotsu_about/bg_washi_down_after.png") no-repeat left top / 70%;
	padding: 100px 0 0 0;
}


#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 70%;
}
#noukotsu_about_flowPatternA,
#noukotsu_about_flowPatternB {
	margin: 0 auto;
	width: 65%;
}
#noukotsu_about_flowPatternA li:first-child,#noukotsu_about_flowPatternB li:first-child {
	margin: 0 0 0 40px;
}
#noukotsu_about_flowPatternA li:last-child,#noukotsu_about_flowPatternB li:last-child {
	margin: 0 40px 0 0;
}
#noukotsu_about_flowPatternA li,#noukotsu_about_flowPatternB li {
	padding: 0 15px 20px;
}
#noukotsu_about_flowPatternA li span,#noukotsu_about_flowPatternB li span {
	padding: 8px 15px;
}
}

@media screen and (min-width:770px) and (max-width:1279px){

#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 70%;
}
#noukotsu_about_flowPatternA,
#noukotsu_about_flowPatternB {
	margin: 0 auto;
	width: 80%;
}
}

/*noukotsu_about_flow */
@media screen and (min-width:850px) and (max-width:1000px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 63%;
}
}
@media screen and (min-width:770px) and (max-width:849px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 58%;
}
}
@media screen and (min-width:630px) and (max-width:769px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 75%;
}
}
@media screen and (min-width:540px) and (max-width:629px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 70%;
}
}
@media screen and (min-width:421px) and (max-width:539px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 62%;
}
}
@media screen and (min-width:361px) and (max-width:420px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
		background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 55%;
	}
	}
@media screen and (min-width:344px) and (max-width:360px){
#noukotsu_about_flowPatternA ol,#noukotsu_about_flowPatternB ol {
	background: #EEEEEE url("../images/common/arrow_long.png") no-repeat 50% 50% / 50%;
}
}	

.flow01{
	margin-bottom: 50px;
}

.flow02{
	margin-bottom: 100px;
}

.flow01 .flow_content .title{
	background: #59946b;
}

.flow01 .flow_content .title .num{
	color: #59946b;
}


.flow02 .flow_content .title{
	background: #736d60;
}

.flow02 .flow_content .title .num{
	color: #736d60;
}

.flow_content .title{
	color: #fff;
	padding: 10px 0px 10px 80px;
	position: relative;
	font-size: 1.4em;
}

.flow_content .title .num {
  background: #fff;
  width: 42px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  padding-top: 10px;
}

.flow_content .content{
	display: flex;
	background: #eeeeee;
	padding: 20px 30px;
}


.flow_content .content .thum{
	width: 501px;
}

.flow_content .content .text{
	margin-left: 20px;
}


.flow_content li{
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.flow_content .content {
	  display: block;
	}

	.flow_content .content .thum{
		width: 100%;
		margin-bottom: 20px;
	}

	.flow_content .content .thum img{
		width: 100%;
	}

	.flow_content .content .text {
	  margin-left: 0px;
	}
}

@media (max-width: 768px) {
	#noukotsu_about_flowPatternA, #noukotsu_about_flowPatternB {
	  margin: 0 auto;
	  width: 100%;
	}
	#noukotsu_about_flowPatternA li:first-child, #noukotsu_about_flowPatternB li:first-child { 
	  margin: 0 0 0 20px;
	}
	#noukotsu_about_flowPatternA li:last-child, #noukotsu_about_flowPatternB li:last-child {
	  margin: 0 20px 0 0;
	}
	#noukotsu_about_flowPatternA li, #noukotsu_about_flowPatternB li {
	  padding: 0 5px 20px;
	}
	#noukotsu_about_flowPatternA li span, #noukotsu_about_flowPatternB li span {
	  padding: 8px 5px;
	}
	main {
	  margin-top: 174px;
	}
	h1 {
	  font-size: 1.7857rem;
	  height: 174px;
	  padding-top: 80px;
	}
	#flow #flow_box .btn_area {
	  display: block;
	}
	.btnA {
		width: 100%;
		display: block;
	}
	#flow #flow_box .button{
		margin: 0;
		width: 100%;
	}
	#flow .btn_area {
	  padding: 50px 0px 30px 0px;
	}
}