/* WASH&FOLD */

#was {
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 200%;
	letter-spacing: 0.2em;
	}

@media screen and (min-width: 641px){

#was {
	font-size: 18px;
	margin: 0px 0px -108px 0px;
	}

#was .main {
	width: 100%;
	background: #94C9D1;
	padding: 50px;
	}

#was .main .hli {
	width: 100%;
	height: 900px;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	border: 4px #111111 solid;
	position: relative;
	}

#was .main .hli:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#was .main .hli ol {
	width: 100%;
    font-size: 24px;
	font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#was .main .hli ol br {
	display: none;
	}

#was .main .hli ol img {
	width: 80%;
	max-width: 500px;
	margin: 20px auto 60px auto;
	display: block;
	}

#was .main .hli h2 {
    font-size: 48px;
	letter-spacing: 0.2em;
	margin: 0px 0px 110px 0px;
	}

#was .main .hli span {
    font-size: 120px;
	}

#was .cam {
	width: 100%;
	background: #94C9D1;
	margin: 0px 0px 100px 0px;
	padding: 50px 0px 200px 0px;
	}

#was .cam h2 {
	width: 90%;
	max-width: 1028px;
	margin: 0px auto;
	text-align: center;
	}

#was .cam h2 p {
	background: #FDF252;
	border: 4px #111111 solid;
	font-size: 28px;
	line-height: 62px;
	margin: 0px auto 50px auto;
	padding: 0px 30px;
	display: table;
	}

#was .cam h2 font {
	font-size: 42px;
	letter-spacing: 0.2em;
	}

#was .cam h2 img {
	width: 100%;
	}

#was .cam ol {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 80px auto;
	display: flex;
	flex-wrap: wrap;
	}

#was .cam dl {
	width: 45.833%;
	margin: 80px 8.333% 0px 0px;
	display: table;
	position: relative;
	}

#was .cam dl:nth-child(2n) {
	margin: 80px 0px 0px 0px;
	}

#was .cam dt {
	width: 32.727%;
	padding: 30px 0px 0px 0px;
	display: table-cell;
	vertical-align: top;
	}

#was .cam dt img {
	width: 100%;
	}

#was .cam dd {
	width: 67.272%;
	padding: 0px 0px 0px 3.636%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 1;
	}

#was .cam h3 {
	font-size: 36px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	}

#was .cam dl p {
	font-size: 160px;
	line-height: 100%;
	font-weight: bold;
	color: #ffffff;
	opacity: 0.3;
	position: absolute;
	right: 0px;
	top: 50px;
	}

#was .cam ul {
	width: 90%;
	max-width: 1100px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#was .cam ul a {
	width: 47.727%;
	min-height: 130px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 0px 4.525% 0px 0px;
	display: block;
	}

#was .cam ul a:last-child {
	margin: 0px;
	}

#was .cam ul a.lin {
	background: url(img/icolin01.svg) no-repeat 3.809% center;
	background-size: 11.809% auto;
	background-color: #00B800;
	font-size: 36px;
	font-weight: bold;
	color: #FDF252;
	letter-spacing: 0.1em;
	padding: 35px 0px 10px 7%;
	text-align: center;
	}

#was .cam ul a.lin p {
	background: #111111;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 15px auto 0px auto;
	padding: 0px 20px;
	display: table;
	position: relative;
	}

#was .cam ul a.lin p:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 12px;
	border-color: transparent transparent transparent #111111;
	position: absolute;
	right: -12px;
	top: 0px;
	}

#was .cam ul a.ins {
	background: url(img/ins.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	}

#was .cam ul a.ins img {
	width: 90%;
	max-width: 441px;
	position: absolute;
    left: 50%;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#was .men h2,
#was .acc h2 {
	width: 90%;
	max-width: 800px;
	font-size: 42px;
	letter-spacing: 0.2em;
	margin: 0px auto 50px auto;
	text-align: center;
	position: relative;
	}

#was .men h2:before,
#was .acc h2:before {
	content: '';
	width: 100%;
	border-top: 4px #111111 solid;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#was .acc h2:before {
	border-top: 4px #ffffff solid;
	}

#was .men h2 span,
#was .acc h2 span {
	background: #ffffff;
	padding: 0px 30px;
	position: relative;
	z-index: 1;
	}

#was .acc h2 span {
	background: #94C9D1;
	}

#was .men h2 p,
#was .acc h2 p {
	font-size: 18px;
	position: absolute;
    left: 50%;
	bottom: -55px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
	}

#was .men section {
	width: 90%;
	max-width: 1200px;
	border-bottom: 4px #111111 dotted;
	margin: 0px auto;
	padding: 100px 0px;
	text-align: center;
	}

#was .men section:last-child {
	border: none;
	margin: 0px auto 100px auto;
	}

#was .men h3 {
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0.2em;
	margin: 0px auto 50px auto;
	}

#was .men h3 dl {
	margin: 0px auto;
	display: table;
	}

#was .men h3 dt,
#was .men h3 dd {
	display: table-cell;
	vertical-align: middle;
	}

#was .men h3 img {
	height: 80px;
	margin: 0px 30px 0px 0px;
	}

#was .men .sne h3 img {
	height: 45px;
	}

#was .men .bed h3 img {
	height: 60px;
	}

#was .men h3 p {
	background: #111111;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	margin: 30px auto 0px auto;
	padding: 0px 20px;
	text-align: center;
	display: table;
	}

#was .men .tab {
	width: 100%;
	border-top: 4px #111111 solid;
	border-left: 4px #111111 solid;
	font-size: 24px;
	font-weight: bold;
	margin: 80px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#was .men .tab dl {
	width: 100%;
	border-bottom: 4px #111111 solid;
	display: table;
	}

#was .men .cle .tab dl {
	width: 50%;
	}

#was .men .coi .tab dl:nth-child(2) dd br {
	display: none;
	}

#was .men .coi .tab dt {
	width: 12.5%;
	border-right: 4px #111111 solid;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	}

#was .men .coi .tab dl:nth-child(2) dt {
	background: #94C9D1;
	}

#was .men .coi .tab dl:nth-child(3) dt {
	background: #D9836C;
	}

#was .men .tab dd {
	border-right: 4px #111111 solid;
	padding: 20px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#was .men .age .tab dd {
	width: calc(100% / 3);
	}

#was .men .cle .tab dd {
	width: calc(100% / 3);
	}

#was .men .coi .tab dd {
	width: calc(87.5% / 3);
	}

#was .men .cle .tab dl:nth-child(2) dd:last-child,
#was .men .cle .tab dl:nth-child(3) dd,
#was .men .cle .tab dl:nth-child(4) dd { 
	font-size: 18px;
	}

#was .men .tab font {
	font-size: 42px;
	}

#was .men .cle .tab font {
	font-size: 36px;
	}

#was .men .age .tab dl:first-child,
#was .men .cle .tab dl:nth-child(1),
#was .men .cle .tab dl:nth-child(2) {
	background: #94C9D1;
	color: #ffffff;
	}

#was .men .age h4 {
	font-size: 24px;
	color: #94C9D1;
	margin: 50px 30px 0px 0px;
	display: inline-block;
	}

#was .men .pri {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}

#was .men .pri font {
	font-size: 42px;
	}

#was .men .tax {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	float: right;
	}

#was .acc {
	width: 100%;
	background: #94C9D1;
	color: #ffffff;
	padding: 100px 0px 200px 0px;
	}

#was .acc p {
	width: 90%;
	max-width: 1200px;
	margin: 120px auto 0px auto;
	}

#was .acc iframe {
	width: 100%;
	height: 600px;
	margin: 0px 0px 30px 0px;
	}

}

@media screen and (max-width: 640px){

#was {
	font-size: 14px;
	margin: -32px 0px -58px 0px;
	}

#was .main {
	width: 100%;
	background: #94C9D1;
	padding: 70px 5% 20px 5%;
	}

#was .main .hli {
	width: 100%;
	height: 50vh;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	border: 4px #111111 solid;
	position: relative;
	}

#was .main .hli:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#was .main .hli ol {
	width: 100%;
    font-size: 12px;
	font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#was .main .hli ol img {
	width: 50%;
	margin: 10px auto 20px auto;
	display: block;
	}

#was .main .hli h2 {
    font-size: 21px;
	letter-spacing: 0.2em;
	margin: 0px 0px 40px 0px;
	}

#was .main .hli span {
    font-size: 42px;
	}

#was .cam {
	width: 100%;
	background: #94C9D1;
	margin: 0px 0px 50px 0px;
	padding: 30px 0px 80px 0px;
	}

#was .cam h2 {
	width: 90%;
	margin: 0px auto;
	text-align: center;
	}

#was .cam h2 p {
	background: #FDF252;
	border: 4px #111111 solid;
	font-size: 16px;
	line-height: 40px;
	margin: 0px auto 30px auto;
	padding: 0px 20px;
	display: table;
	}

#was .cam h2 font {
	font-size: 24px;
	letter-spacing: 0.2em;
	}

#was .cam h2 img {
	width: 90%;
	margin: 0px auto;
	}

#was .cam ol {
	width: 90%;
	margin: 0px auto 40px auto;
	}

#was .cam dl {
	width: 100%;
	margin: 40px 0px 0px 0px;
	display: table;
	position: relative;
	}

#was .cam dt {
	width: 25%;
	padding: 20px 0px 0px 0px;
	display: table-cell;
	vertical-align: top;
	}

#was .cam dt img {
	width: 100%;
	}

#was .cam dd {
	width: 75%;
	padding: 0px 0px 0px 3.636%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 1;
	}

#was .cam h3 {
	font-size: 24px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	}

#was .cam dl p {
	font-size: 84px;
	line-height: 100%;
	font-weight: bold;
	color: #ffffff;
	opacity: 0.3;
	position: absolute;
	right: 0px;
	top: 20px;
	}

#was .cam ul {
	width: 90%;
	margin: 0px auto;
	}

#was .cam ul a {
	width: 100%;
	min-height: 90px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 0px 0px 20px 0px;
	display: block;
	}

#was .cam ul a:last-child {
	margin: 0px;
	}

#was .cam ul a.lin {
	background: url(img/icolin01.svg) no-repeat 3.809% center;
	background-size: 11.809% auto;
	background-color: #00B800;
	font-size: 24px;
	font-weight: bold;
	color: #FDF252;
	letter-spacing: 0.1em;
	padding: 25px 0px 10px 10%;
	text-align: center;
	}

#was .cam ul a.lin p {
	background: #111111;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 10px auto 0px auto;
	padding: 0px 10px;
	display: table;
	position: relative;
	}

#was .cam ul a.lin p:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 8px;
	border-color: transparent transparent transparent #111111;
	position: absolute;
	right: -8px;
	top: 0px;
	}

#was .cam ul a.ins {
	background: url(img/ins.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	}

#was .cam ul a.ins img {
	width: 85%;
	position: absolute;
    left: 50%;
    top: calc(50% + 10px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#was .men h2,
#was .acc h2 {
	width: 90%;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin: 0px auto 40px auto;
	text-align: center;
	position: relative;
	}

#was .men h2:before,
#was .acc h2:before {
	content: '';
	width: 100%;
	border-top: 4px #111111 solid;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#was .acc h2:before {
	border-top: 4px #ffffff solid;
	}

#was .men h2 span,
#was .acc h2 span {
	background: #ffffff;
	padding: 0px 15px;
	position: relative;
	z-index: 1;
	}

#was .acc h2 span {
	background: #94C9D1;
	}

#was .men h2 p,
#was .acc h2 p {
	font-size: 12px;
	position: absolute;
    left: 50%;
	bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
	}

#was .men section {
	width: 90%;
	border-bottom: 4px #111111 dotted;
	margin: 0px auto;
	padding: 50px 0px;
	}

#was .men section:last-child {
	border: none;
	margin: 0px auto 50px auto;
	}

#was .men h3 {
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0.2em;
	margin: 0px auto 30px auto;
	}

#was .men .sne h3 {
	font-size: 21px;
	}

#was .men h3 dl {
	margin: 0px auto;
	display: table;
	}

#was .men h3 dt,
#was .men h3 dd {
	display: table-cell;
	vertical-align: middle;
	}

#was .men h3 img {
	height: 50px;
	margin: 0px 20px 0px 0px;
	}

#was .men .sne h3 img {
	height: 30px;
	}

#was .men .bed h3 img {
	height: 40px;
	}

#was .men h3 p {
	background: #111111;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	margin: 20px auto 0px auto;
	padding: 0px 10px;
	text-align: center;
	display: table;
	}

#was .men .tab {
	width: 100%;
	border-top: 4px #111111 solid;
	border-left: 4px #111111 solid;
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
	text-align: center;
	}

#was .men .cle .tab {
	display: flex;
	flex-direction: column;
	}

#was .men .tab dl {
	width: 100%;
	border-bottom: 4px #111111 solid;
	display: table;
	}

#was .men .coi .tab dt {
	width: 12.5%;
	border-right: 4px #111111 solid;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	}

#was .men .coi .tab dl:nth-child(2) dt {
	background: #94C9D1;
	}

#was .men .coi .tab dl:nth-child(3) dt {
	background: #D9836C;
	}

#was .men .tab dd {
	border-right: 4px #111111 solid;
	padding: 10px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#was .men .age .tab dd {
	width: calc(100% / 3);
	}

#was .men .cle .tab dd {
	width: calc(100% / 3);
	}

#was .men .coi .tab dd {
	width: calc(87.5% / 3);
	}

#was .men .cle .tab dl:nth-child(2) dd:last-child { 
	font-size: 12px;
	letter-spacing: normal;
	}

#was .men .tab font {
	font-size: 21px;
	}

#was .men .cle .tab font {
	font-size: 21px;
	}

#was .men .age .tab dl:first-child,
#was .men .cle .tab dl:nth-child(1),
#was .men .cle .tab dl:nth-child(2) {
	background: #94C9D1;
	color: #ffffff;
	}

#was .men .cle .tab dl:nth-child(1) {
	order: 1;
	}

#was .men .cle .tab dl:nth-child(2) {
	order: 3;
	}

#was .men .cle .tab dl:nth-child(3) {
	order: 2;
	}

#was .men .cle .tab dl:nth-child(4) {
	order: 4;
	}

#was .men .age h4 {
	font-size: 18px;
	color: #94C9D1;
	margin: 30px 0px 0px 0px;
	}

#was .men .pri {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#was .men .pri font {
	font-size: 32px;
	}

#was .men .tax {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	float: right;
	}

#was .acc {
	width: 100%;
	background: #94C9D1;
	color: #ffffff;
	padding: 50px 0px 100px 0px;
	}

#was .acc p {
	width: 90%;
	margin: 60px auto 0px auto;
	}

#was .acc iframe {
	width: 100%;
	height: 300px;
	margin: 0px 0px 20px 0px;
	}

}

@media screen and (max-width: 1199px) and (min-width: 641px) {

#was .main {
	padding: 100px 50px 50px 50px;
	}

}

