/* お客様の声 */

@media screen and (min-width: 641px){

#voi {
	line-height: 200%;
	overflow: hidden;
	}

#voi.top ul {
	width: 97%;
	border-top: 1px #111111 dashed;
	border-left: 1px #111111 dashed;
	margin: 0px auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	}

#voi.top li {
	width: 33.33%;
	border-right: 1px #111111 dashed;
	border-bottom: 1px #111111 dashed;
	padding: 0px 20px;
	font-size: 12px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	}

#voi.top li:nth-child(3n+1) {
	background: url(img/voiite01.png) no-repeat 11% 250px;
	}

#voi.top li:nth-child(3n+2) {
	background-image: url(img/voiite02.png), url(img/voiite03.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10% 250px, 78% 57px;	
	}

#voi.top li:nth-child(3n+3) {
	background: url(img/voiite04.png) no-repeat 82% 71px;
	}

#voi.top li p {
	width: 300px;
	height: 280px;
	margin: 50px auto 0px auto;
	position: relative;
	}

#voi.top li p:before {
	content: '';
	width: 301px;
	height: 277px;
	background: url(img/voilin.png) no-repeat;
	position: absolute;
	left: -1px;
	top: 3px;
	z-index: 1;
	}

#voi.top svg {
	position: absolute;
	left: 0px;
	top: 0px;
	}

#voi.top li p img {
	width: 100%;
	height: auto;
  	-webkit-clip-path: url(#svgPath);
  	clip-path: url(#svgPath);
	}

/*
#voi.top li p img {
	width: 100%;
  	mask-image: url('img/voimas.png');
	-webkit-mask-image: url('img/voimas.png');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	}
*/

#voi.top li h4 {
	font-size: 14px;
	margin: 20px 0px 5px 0px;
	}

#voi.top li a  {
	width: 260px;
	background: url(../img/arr01.png) no-repeat 236px center;
	background-color: #111111;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 20px auto 25px auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
	}

#voi.det .hli {
	width: 100%;
	display: table;
	}

#voi.det .hli dt {
	width: 50%;
	display: table-cell;
	}

#voi.det .hli dt img {
	width: 100%;
	}

#voi.det .hli dd {
	width: 50%;
	background-image: url(../img/blolef.png), url(../img/blorig.png), url(../img/bg.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: -15%  50%, 105% 50%, center top;	
	padding: 0px 8% 0px 8%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	}

#voi.det h2 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	}

#voi.det .main ul {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	}

#voi.det li, #voi.det .tex {
	width: 100%;
	margin: 100px 0px 0px 0px;
	}

#voi.det li img {
	width: 47.5%;
	margin: 0px 0px 0px 5%;
	float: right;
	}

#voi.det li:nth-child(2n) img {
	margin: 0px 5% 0px 0px;
	float: left;
	}

#voi.det li h3 {
	font-size: 14px;
	margin: 30px 0px 0px 0px;
	}

#voi.det li h5 {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	}

#voi.det p {
	width: 100%;
	margin: 100px 0px 0px 0px;
	}

#voi.det p img {
	width: 100%;
	}

#voi.det .you {
	width: 100%;
  	padding-top: 56.25%;
	overflow: hidden;
  	position: relative;
	}

#voi.det .you iframe {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
	}

}

@media screen and (max-width: 640px){

#voi {
	line-height: 200%;
	}

#voi.top ul {
	width: 90%;
	border: 1px #111111 dashed;
	margin: 0px auto 30px auto;
	}

#voi.top li {
	width: 100%;
	border-bottom: 1px #111111 dashed;
	font-size: 12px;
	padding: 0px 6%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	}

#voi.top li:last-child {
	border: none;
	}

#voi.top li:nth-child(3n+1) {
	background: url(img/voiite01.png) no-repeat 2% 220px;
	}

#voi.top li:nth-child(3n+2) {
	background-image: url(img/voiite02.png), url(img/voiite03.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 240px, 95% 30px;	
	}

#voi.top li:nth-child(3n+3) {
	background: url(img/voiite04.png) no-repeat 90% 0px;
	}

#voi.top li p {
	width: 300px;
	height: 280px;
	margin: 50px auto 0px auto;
	position: relative;
	}

#voi.top li p:before {
	content: '';
	width: 301px;
	height: 277px;
	background: url(img/voilin.png) no-repeat;
	position: absolute;
	left: -1px;
	top: 3px;
	z-index: 1;
	}

#voi.top svg {
	position: absolute;
	left: 0px;
	top: 0px;
	}

#voi.top li p img {
	width: 100%;
	height: auto;
  	-webkit-clip-path: url(#svgPath);
  	clip-path: url(#svgPath);
	}

/*
#voi.top li p img {
	width: 100%;
  	mask-image: url('img/voimas.png');
  	-webkit-mask-image: url('img/voimas.png');
  	}
*/

#voi.top li h4 {
	font-size: 14px;
	margin: 20px 0px 5px 0px;
	}

#voi.top li a  {
	width: 260px;
	background: url(../img/arr01.png) no-repeat 236px center;
	background-color: #111111;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 20px auto 25px auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
	}

#voi.det .hli dt img {
	width: 100%;
	}

#voi.det .hli dd {
	width: 100%;
	background-image: url(../img/blolef.png), url(../img/blorig.png), url(../img/bg.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: -15%  50%, 105% 50%, center top;	
	background-size: 90px, 60px, auto;	
	padding: 30px 5% 30px 5%;
	text-align: center;
	box-sizing: border-box;
	}

#voi.det h2 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	}

#voi.det .main ul {
	width: 90%;
	margin: 0px auto 0px auto;
	}

#voi.det li, #voi.det .tex {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

#voi.det .main img {
	width: 100%;
	}

#voi.det li h3 {
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	}

#voi.det li h5 {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	}

#voi.det p {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

#voi.det .you {
	width: 100%;
  	padding-top: 56.25%;
  	position: relative;
	}

#voi.det .you iframe {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
	}

}


/* 入居者様インタビュー */

@media screen and (min-width: 641px){

#int {
	margin: 70px 0px 0px 0px;
	overflow: hidden;
	}

#int h2 {
	width: 100%;
	font-size: 28px;
	line-height: 150%;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	}

#int h2 p {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 30px 0px;
	}

#int h2 font {
	background: #F7B551;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: right;
	text-align: center;
	}

#int .pho img {
	width: 100%;
	}

#int .sto {
	width: 100%;
	font-size: 14px;
	float: left;
	}

#int .sto ul {
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	float: left;
	}

#int .sto h3 {
	font-size: 18px;
	margin: 0px;
	}

#int .sto dl {
	width: 100%;
	margin: 20px 0px 0px 0px;
	display: table-row;
	float: left;
	}

#int .sto dt {
	width: 70px;
	font-weight: bold;
	color: #F7B351;
	display: table-cell;
	vertical-align: top;
	}

#int .sto dd {
	display: table-cell;
	}

#int .sto ol {
	width: 200px;
	height: 150px;
	margin: 0px 0px 0px 20px;
	float: right;
	position: relative;
	}

#int .sto ol img {
	width: 200px;
	}

#int .sto ol span {
	width: 18px;
	height: 18px;
	background: url(img/zoo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#int .sto iframe {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	}

#int .sto a:link { color: #0066CC; text-decoration: underline; }
#int .sto a:visited { color: #0066CC; text-decoration: underline; }
#int .sto a:hover { color: #66CCFF; text-decoration: none; }
#int .sto a:active { color: #0066CC; text-decoration: underline; }

#int .pla {
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	float: left;
	}

#int .pla h3 {
	width: 100%;
	font-size: 24px;
	margin: 0px;
	text-align: center;
	}

#int .pla li {
	width: 335px;
	margin: 30px 30px 0px 0px;
	float: left;
	}

#int .pla li:last-child {
	margin: 30px 0px 0px 0px;
	}

#int .pla a {
	position: relative;
	}

#int .pla a img {
	width: 335px;
	}

#int .pla a span {
	width: 18px;
	height: 18px;
	background: url(img/zoo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#int .pla p {
	width: 90px;
	background: #F7B551;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 30px;
	color: #ffffff;
	margin: 10px auto 0px auto;
	text-align: center;
	overflow: hidden;
	}

#int .gal {
	width: 100%;
	margin: 50px 0px 0px 0px;
	float: left;
	}

#int .gal h3 {
	width: 100%;
	font-size: 24px;
	margin: 0px;
	text-align: center;
	}

#int .gal a {
	width: 175px;
	height: 175px;
	margin: 30px 30px 0px 0px;
	float: left;
	overflow: hidden;
	position: relative;
	}

#int .gal a:nth-child(6n) {
	margin: 30px 0px 0px 0px;
	}

#int .gal a img {
	width: 100%;
	}

#int .gal a span {
	width: 18px;
	height: 18px;
	background: url(img/zoo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#int .res {
	width: 100%;
	background: #FFF6E5;
	margin: 50px 0px 50px 0px;
	padding: 0px 30px 30px 30px;
	float: left;
	box-sizing: border-box;
	}

#int .res h3 {
	width: 100%;
	font-size: 24px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	}

#int .res a, #int .res li {
	width: 137px;
	margin: 20px 30px 0px 0px;
	float: left;
	text-align: center;
	}

#int .res a:nth-child(4n) {
	margin: 20px 0px 0px 0px;
	}

#int .res a p, #int .res li p {
	width: 137px;
	height: 137px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#int .res a p img, #int .res li p img {
	width: 137px;
	}

#int .res h4 {
	width: 100%;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#int .res span {
	background: url(img/arr02.png) no-repeat right center;
	padding: 0px 10px 0px 0px;
	display: inline-block;
	}

}

@media screen and (max-width: 640px){

#int {
	margin: 30px 0px 0px 0px;
	}

#int h2 {
	width: 100%;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#int h2 p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	}

#int h2 font {
	background: #F7B551;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 23px;
	color: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: right;
	text-align: center;
	}

#int .pho img {
	width: 100%;
	}

#int .sto ul {
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	}

#int .sto h3 {
	font-size: 16px;
	margin: 0px;
	}

#int .sto dl {
	width: 100%;
	margin: 10px 0px 0px 0px;
	display: table-row;
	float: left;
	}

#int .sto dt {
	width: 60px;
	font-weight: bold;
	color: #F7B351;
	display: table-cell;
	vertical-align: top;
	}

#int .sto dd {
	display: table-cell;
	}

#int .sto ol {
	width: 100px;
	height: 75px;
	margin: 0px 0px 10px 10px;
	float: right;
	position: relative;
	}

#int .sto ol img {
	width: 100%;
	}

#int .sto ol span {
	width: 18px;
	height: 18px;
	background: url(img/zoo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#int .sto a:link { color: #0066CC; text-decoration: underline; }
#int .sto a:visited { color: #0066CC; text-decoration: underline; }
#int .sto a:hover { color: #66CCFF; text-decoration: none; }
#int .sto a:active { color: #0066CC; text-decoration: underline; }

#int .pla {
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	}

#int .pla h3 {
	width: 100%;
	font-size: 18px;
	margin: 0px;
	text-align: center;
	}

#int .pla li {
	width: 48%;
	margin: 10px 4% 0px 0px;
	float: left;
	}

#int .pla li:last-child {
	margin: 10px 0px 0px 0px;
	}

#int .pla a {
	position: relative;
	}

#int .pla a img {
	width: 100%;
	}

#int .pla a span {
	width: 18px;
	height: 18px;
	background: url(img/zoo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#int .pla p {
	width: 50px;
	background: #F7B551;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 23px;
	color: #ffffff;
	margin: 10px auto 0px auto;
	text-align: center;
	overflow: hidden;
	}

#int .gal {
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
	}

#int .gal h3 {
	width: 100%;
	font-size: 18px;
	margin: 0px;
	text-align: center;
	}

#int .gal a {
	width: 48%;
	height: 100px;
	margin: 10px 4% 0px 0px;
	float: left;
	overflow: hidden;
	position: relative;
	}

#int .gal a:nth-child(2n) {
	margin: 10px 0px 0px 0px;
	}

#int .gal a img {
	width: 100%;
	}

#int .gal a span {
	width: 18px;
	height: 18px;
	background: url(img/zoo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#int .res {
	width: 100%;
	background: #FFF6E5;
	margin: 20px 0px 20px 0px;
	padding: 0px 15px 15px 15px;
	float: left;
	box-sizing: border-box;
	}

#int .res h3 {
	width: 100%;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

#int .res a, #int .res li {
	width: 48%;
	margin: 10px 4% 0px 0px;
	float: left;
	text-align: center;
	}

#int .res a:nth-child(2n+1) {
	margin: 10px 0px 0px 0px;
	}

#int .res a p, #int .res li p {
	width: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#int .res a p img, #int .res li p img {
	width: 100%;
	}

#int .res h4 {
	width: 100%;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#int .res span {
	background: url(img/arr02.png) no-repeat right center;
	padding: 0px 10px 0px 0px;
	display: inline-block;
	}

}
