@charset "utf-8";

/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 100%;
}
html {
	font-size: 15px;
}
body {
	color: #454545;
	background-color: #ffffff;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 14px;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}
p {
	line-height: 1.5;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input,
textArea,
select,
button {
	background: none;
	margin: 0px;
	outline: none;
	padding: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 14px;
}
* {
	box-sizing: border-box;
}

/*                header
======================================================= */
#header {
	text-align: center;
	padding: 13px 0;
}
@media only screen and (max-width: 640px) {
	#header {
		padding: 11px 0;
	}
}

/*                footer
======================================================= */
#footer {
	margin-top: 0;
	background-color: #f2453e;
}
#footer .copy {
	padding: 0.65em;
}
#footer .copy p {
	text-align: center;
	line-height: 11px;
}
#footer .copy p img {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	#footer .copy {
		padding: 1em;
	}
	#footer .copy p {
		text-align: center;
		line-height: 11px;
	}
	#footer .copy p img {
		display: inline-block;
	}
}

/*                SNS
======================================================= */
.social-icons {
	position: absolute;
	right: 10px;
	top: 70px;
	z-index: 1000;
}
.social-icons>.facebook,
.social-icons>.twitter,
.social-icons>.hatena,
.social-icons>.google-plus,
.social-icons>.pinterest {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}
.social-icons>.facebook {
	background-image: url("../images/facebook.png")
}
.social-icons>.twitter {
	background-image: url("../images/twitter.png")
}
.social-icons>.hatena {
	background-image: url("../images/hatena.png")
}
.social-icons>.google-plus {
	background-image: url("../images/google-plus.png")
}
.social-icons>.pinterest {
	background-image: url("../images/pinterest.png")
}
@media only screen and (max-width: 480px) {
	.social-icons {
		right: 0;
		left: 0;
		margin: auto;
		width: 250px;
	}
}

/*                KV
======================================================= */
.mv {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
/*	padding: 4.375vw 0 0;*/
	width: 100%;
	height: 48.125vw;
	background-image: url(../images/kv4.jpg);
	background-position: center -13.5vw;
	background-repeat: no-repeat;
	background-size: cover;
}
.mv h1,
.mv p {
	text-align: center;
}
/*
.mv h1:after {
	content: '';
	display: block;
	margin: 60px auto 35px;
	width: 890px;
	height: 5px;
	background-color: #fff;
}
*/
@media only screen and (max-width: 1400px) {
	.mv {
		height: 674px;
		background-position: center center;
	}
}
/*
@media only screen and (max-width: 1280px) {
	.mv h1 img {
		width: 56vw;
	}
	.mv h1:after {
		width: 69.5vw;
	}
	.mv p img {
		width: 41.5vw;
	}
}
*/

/*                common
======================================================= */
.lead h2 {
/*	color: #72C142;*/
/*	color: #72C142; 多摩カラー*/
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 2.8rem;
/*	font-weight: bold;*/
	letter-spacing: 0.085em;
	line-height: 1.2;
	padding-top: 0.125em;
	padding-bottom: 0.3em;
}
.lead h2 span {
	position: relative;
}
.lead h2 span:before {
	content: '';
	position: absolute;
	top: 0;
	left: -56px;
	width: 34px;
	height: 36px;
	background: url(../images/deco_tree1.png) no-repeat;
	background-size: contain;
}
.lead h2 span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -54px;
	width: 37px;
	height: 36px;
	background: url(../images/deco_tree2.png) no-repeat;
	background-size: contain;
}

.recommends::before,
.experience::before,
.link h2::before {
	content: '';
	position: absolute;
	top: -80px;
	left: calc(50% - 170px);
	width: 341px;
	height: 22px;
	background: url(../images/deco_stars.png) no-repeat;
	background-size: contain;
	opacity: 0.5;
}

em {
	font-style: normal;
	color: #72C142;
}
/*em.color1 { color: #bce25b;}*/
em.color1 { color: #abd14c;}
em.color2 { color: #659c35;}
em.color3 { color: #96cc1c;}

.forSP {
	display: none !important;
}

/*                campaign
======================================================= */
.campaign {
	margin: 0 auto;
	padding-bottom: 50px;
	max-width: 1024px;
}
.campaign > .lead {
	padding: 100px 0 10px;
	text-align: center;
}
.campaign .lead p {
	box-sizing: border-box;
	padding: 0 20px;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align:left;
}
.campaign .lead p.small{
	font-size: 0.8rem;
}

/*                about
======================================================= */
.about {
	margin: 0 auto;
	padding-bottom: 50px;
	max-width: 1024px;
}
.about > .lead {
	padding: 100px 0 10px;
	text-align: center;
}
.about .lead p {
	box-sizing: border-box;
	padding: 0 20px;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}
.about .map {
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

/*                experience
======================================================= */
.experience .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 100px;
	max-width: 1024px;
}
.experience .wrap > div {
	width: 30%;
	position: relative;
	border-radius: 8px;
}
.experience .wrap > div h3 {
	position: relative;
	padding: 20px 20px 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.experience .wrap > div h3 em {
	position: relative;
}
.experience .wrap > div h3 em:before,
.experience .wrap > div h3 em:after {
	content: '';
	position: absolute;
	top: 0;
	left: -36px;
	width: 20px;
	height: 26px;
	background: url(../images/deco_tree3.png) no-repeat;
	background-size: contain;
}
.experience .wrap > div h3 em:after {
	left: auto;
	right: -36px;
}
.experience .wrap > div p.lead {
	text-align: left
}
@media only screen and (max-width: 970px) {
	.experience .wrap > div p.lead {
		height: 8em;
	}
}
@media only screen and (max-width: 920px) {
	.experience .wrap > div p.lead {
		height: 9em;
	}
}
@media only screen and (max-width: 800px) {
	.experience .wrap > div p.lead {
		height: 10em;
	}
}
.experience .wrap > div div.img {
	display: block;
	margin: 20px 0;
	padding: 8px;
	box-shadow: 0 2px 4px 4px rgba(0,0,0,0.2);
}
.experience .wrap > div div.img img {
	object-fit: cover;
	object-position: right bottom;
	width: 100%;
	height: 190px;
}
.experience .wrap > div nav {
	margin-top: 54px;
	padding: 0 20px;
	text-align: center;
}
.experience .wrap > div nav a,
.area-nv a {
	display: block;
	padding: 18px;
	border-radius: 4px;
	background-color: #72C142;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.0rem;
	line-height: 1;
	text-decoration: none;
	transition: .15s;
	position: relative;
}
.experience .wrap > div  nav a:hover,
.area-nv a:hover {
	opacity: 0.8;
}
.experience .wrap > div  nav a::after,
.area-nv a::after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/btn_arr01.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(90deg);
	transition-duration: .15s;
}
.experience .wrap > div  nav a:hover::after,
.area-nv a:hover::after {
	top: 60%;
}
@media only screen and (max-width: 1050px) {
	.experience .wrap {
		max-width: calc(100% - 40px);
	}
	.experience .wrap > div {
		flex-basis: 31.5%;
	}
	.experience .wrap > div nav a {
		margin-top: -10px;
		padding: 10px;
		font-size: 0.9rem;
		background: #72C142;
	}
}

.area-nv {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1024px;
}
.area-nv a {
	width: 30%;
	text-align: center;
}
.experience .wrap > div  nav a.color1, .area-nv a.color1 { background-color: #abd14c;}
.experience .wrap > div  nav a.color2, .area-nv a.color2 { background-color: #659c35;}
.experience .wrap > div  nav a.color3, .area-nv a.color3 { background-color: #96cc1c;}
/*                recommend
======================================================= */
.recommends {
	position: relative;
	margin-top: 200px;
}
.recommends .lead {
	margin: 0 auto;
	padding: 30px 0 15px;
	max-width: 1024px;
	text-align: center;
}
.recommends .lead small {
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.recommends h3 {
	margin: 40px 0 -30px;
	text-align: center;
}
.recommends h3#north,
.recommends h3#south {
	margin-top: 80px;
}
.recommends .recommend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px auto 80px;
	max-width: 1024px;
}
.recommends .existing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
}
.recommends .existing .recommend {
	display: block;
}
.recommends .existing > div {
	width: 45%;
}
.recommends .recommend .img {
	flex-basis: 48.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.085em;
	height: 350px;
	border-radius: 8px;
	background-color: #999;
	background-position: center center;
	background-size: cover;
}
.recommends .existing .recommend .img {
	flex-basis: auto;
	margin-bottom: 20px;
	width: 100%;
	height: 350px !important;
	background-color: #999;
}
.recommends .recommend1 .img { background-image: url(../images/recommend1.jpg);}
.recommends .recommend2 .img { background-image: url(../images/recommend2.jpg);}
.recommends .recommend3 .img { background-image: url(../images/recommend3.jpg);}
.recommends .recommend4 .img { background-image: url(../images/recommend4.jpg);}
.recommends .recommend5 .img { background-image: url(../images/recommend5.jpg);}
.recommends .recommend6 .img { background-image: url(../images/recommend6.jpg);}
.recommends .recommend7 .img { background-image: url(../images/recommend7.jpg);}
.recommends .recommend8 .img { background-image: url(../images/recommend8.jpg);}
.recommends .recommend9 .img { background-image: url(../images/recommend9.jpg);}
.recommends .recommend10 .img { background-image: url(../images/recommend10.jpg);}
.recommends .recommend11 .img { background-image: url(../images/recommend11.jpg);}
.recommends .recommend12 .img { background-image: url(../images/recommend12.jpg);}
/*
.recommends .recommend13 .img { background-image: url(https://www.asoview.com/brand/tokyo_tama/images/recommend13.jpg);}
.recommends .recommend14 .img { background-image: url(https://www.asoview.com/brand/tokyo_tama/images/recommend14.jpg);}
.recommends .recommend15 .img { background-image: url(https://www.asoview.com/brand/tokyo_tama/images/recommend15.jpg);}
*/
.recommends .recommend16 .img { background-image: url(../images/recommend16.jpg);}
.recommends .recommend17 .img { background-image: url(../images/recommend17.jpg);}
.recommends .recommend18 .img { background-image: url(../images/recommend18.jpg);}
.recommends .recommend19 .img { background-image: url(../images/recommend19.jpg);}
.recommends .recommend20 .img { background-image: url(../images/recommend20.jpg);}
.recommends .recommend21 .img { background-image: url(../images/recommend21.jpg);}
.recommends .recommend22 .img { background-image: url(../images/recommend22.jpg);}
.recommends .recommend23 .img { background-image: url(../images/recommend23.jpg);}
.recommends .recommend24 .img { background-image: url(../images/recommend24.jpg);}
.recommends .recommend25 .img { background-image: url(../images/recommend25.jpg);}
.recommends .recommend .img.right {
	order: 2;
}
.recommends .recommend .txt {
	flex-basis: 48%;
}
.recommends .recommend .txt h4 {
/*	color: #72C142;*/
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.35;
}
.recommends .recommend.new .txt h4::before {
	content: 'NEW';
	display: inline-block;
	margin-right: 0.4em;
	padding: 2px 10px;
	border-radius: 2px;
	background-color: #f00;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 70%;
}
.recommends .recommend.comingsoon .txt h4::before {
	content: '準備中';
	display: inline-block;
	margin-right: 0.4em;
	padding: 2px 10px;
	border-radius: 2px;
	background-color: #f00;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 70%;
}
.recommends .recommend .txt h4 em {
	display: inline-block;
	padding-bottom: 6px;
	font-size: 1.2rem;
	font-feature-settings: 'palt';
	letter-spacing: 2px;
}
.recommends .recommend .txt p {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.75;
}
.recommends .recommend .txt nav {
	margin-top: 30px;
	text-align: center;
}
.recommends .recommend .txt nav a,
.recommends a.btn {
	display: block;
	padding: 18px;
	border-radius: 4px;
	background-color: #72C142;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
	line-height: 1;
	text-decoration: none;
	transition: .15s;
	position: relative;
}
.recommends .recommend .txt nav a:hover,
.recommends a.btn:hover {
	opacity: 0.8;
}
.recommends a.btn {
	margin: 0 auto;
	padding: 26px;
	max-width: 515px;
	text-align: center;
	background-image: linear-gradient(-45deg, #659c35, #72C142);
	background-position: center;
	border: 3px solid #72C142;
}
.recommends .recommend .txt nav a::after,
.recommends a.btn::after {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/btn_arr01.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	transition-duration: .15s;
}
.recommends .recommend .txt nav a:hover::after,
.recommends a.btn:hover::after {
	right: 12px;
}
@media only screen and (max-width: 1250px) {
	.recommends .recommend {
		max-width: calc(100% - 80px);
	}
}

/*                link
======================================================= */
.link {
	margin-top: 140px;
	text-align: center;
}
.link .lead h2 {
	font-size: 2.2rem;
	position: relative;
}
.link .lead h2 span:after {
	top: 2px;
}
.link p {
	margin: 50px 0 100px;
}
.link a:hover {
	opacity: 0.7;
}

/*                bnr
======================================================= */
.bnr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5vw 0;
	width: 100%;
	height: 25vw;
	background-image: url(../images/syotou_kv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (min-width: 1400px) {
	.bnr {
		padding: 6vw 0;
	}
	.bnr h2 img {
		width: 48vw;
	}
}
@media only screen and (max-width: 1100px) {
	.bnr {
		padding: 4vw 0;
	}
}
.bnr h2 {
	width: 100%;
	text-align: center;
}
.bnr nav a {
	display: inline-block;
	padding: 18px 60px;
	border-radius: 4px;
	background: #00B6E6 url(../images/btn_arr01.png) right 18px center no-repeat;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.085em;
	line-height: 1;
	text-decoration: none;
	transition: .15s;
}
.bnr nav a:hover {
	background-position: right 12px center;
	filter: brightness(1.1)
}