@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;
	width: 100%;
	background-color: #f2453e;
}
#footer .copy {
	padding: 0.65em 0;
}
#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/kv.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: #00B6E6;*/
/*	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: -108px;
	width: 86px;
	height: 30px;
	background: url(../images/deco_wave1.png) no-repeat;
	background-size: contain;
}
.lead h2 span:after {
	content: '';
	position: absolute;
	top: 14px;
	right: -102px;
	width: 89px;
	height: 26px;
	background: url(../images/deco_wave2.png) no-repeat;
	background-size: contain;
}

.recommends:before,
.experience: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;
}

.area1 { background-color: #44bc7b;}
.area2 { background-color: #577dd0;}
.area3 { background-color: #64d632;}
.area4 { background-color: #c644ba;}
.area5 { background-color: #611dd0;}
.area6 { background-color: #3cc78d;}
.area7 { background-color: #af5284;}
.area8 { background-color: #ff924d;}
.area9 { background-color: #2f69e6;}
.area10 { background-color: #6cb476;}
.area11 { background-color: #c981a5;}
.area3-4 { background-color: #c644ba;}

em {
	font-style: normal;
	color: #00b6ed;
}
em.color1 { color: #44bc7b;}
em.color2 { color: #577dd0;}
em.color3 { color: #64d632;}
em.color4 { color: #c644ba;}
em.color5 { color: #611dd0;}
em.color6 { color: #3cc78d;}
em.color7 { color: #af5284;}
em.color8 { color: #ff924d;}
em.color9 { color: #2f69e6;}
em.color10 { color: #6cb476;}
em.color11 { color: #c981a5;}

.forSP {
	display: none !important;
}

/*                about
======================================================= */
.about {
	margin: 0 auto;
	padding-bottom: 50px;
	max-width: 1024px;
}
.about > .lead {
	padding: 100px 0 10px;
	text-align: center;
}
.about .lead p {
	font-family: "游明朝", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "メイリオ", serif;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}
.about .wrap {
	position: relative;
}
.about .map {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1150px;
	background: url(../images/islands.png?1907121915) center 50px no-repeat;
	background-size: 720px;
	transition: .3s;
}
.about .map.fit {
	position: fixed;
	top: 0;
	width: 500px;
	height: 830px;
	background-position: left top;
	background-size: 500px;
}
.about .map.pass {
	position: absolute;
	top: auto;
	bottom: 0;
}
.about .contents {
	padding-top: 1120px;
}
.about .contents .lead {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0;
	margin-left: 500px;
	padding: 0;
	text-align: left;
}
.about .contents .lead h3 {
	padding-bottom: 0.15em;
	font-size: 2.2rem;
	letter-spacing: 0.085em;
	width: 100%;
	text-align: center;
}
.about .contents .lead p {
	position: relative; 
	width: 100%;
	font-size: 1rem;
	text-align: center;
}
.about .contents .islands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 500px;
	padding-top: 20px;
	margin-bottom: 40px;
}
.about .contents .islands > div {
	position: relative;
	flex-basis: 49%;
	margin: 0.6em 0;
	height: 180px;
	border-radius: 1px;
	background-size: 107.5%;
	background-position: center bottom;
}
.about .contents .islands > div:nth-child(odd) {
	margin-right: 2%;
}
.about .contents .islands > div.island1, .about .contents .islands > div.island1 p:after { background-image: url(../images/island1.jpg);}
.about .contents .islands > div.island2, .about .contents .islands > div.island2 p:after { background-image: url(../images/island2.jpg);}
.about .contents .islands > div.island3, .about .contents .islands > div.island3 p:after { background-image: url(../images/island3.jpg);}
.about .contents .islands > div.island4, .about .contents .islands > div.island4 p:after { background-image: url(../images/island4.jpg);}
.about .contents .islands > div.island5, .about .contents .islands > div.island5 p:after { background-image: url(../images/island5.jpg);}
.about .contents .islands > div.island6, .about .contents .islands > div.island6 p:after { background-image: url(../images/island6.jpg);}
.about .contents .islands > div.island7, .about .contents .islands > div.island7 p:after { background-image: url(../images/island7.jpg);}
.about .contents .islands > div.island8, .about .contents .islands > div.island8 p:after { background-image: url(../images/island8.jpg);}
.about .contents .islands > div.island9, .about .contents .islands > div.island9 p:after { background-image: url(../images/island9.jpg);}
.about .contents .islands > div.island10, .about .contents .islands > div.island10 p:after { background-image: url(../images/island10.jpg);}
.about .contents .islands > div.island11, .about .contents .islands > div.island11 p:after { background-image: url(../images/island11.jpg);}
.about .contents .islands > div h4 {
	position: absolute;
	top: 5px;
	left: -4px;
	padding: 5px 10px;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: bold;
}
.about .contents .islands > div h4::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(112, 123, 119);
	z-index: -1;
}
.about .contents .islands > div p {
	position: absolute;
	bottom: 0;
	padding: 6px 10px;
	width: 100%;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 0.8rem;
	line-height: 1.4;
	z-index: 2;
	overflow: hidden;
}
.about .contents .islands > div p:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: #000;
	background-position: center bottom;
	background-size: 107.5%;
	opacity: 0.8;
	filter: brightness(0.7) blur(4px);
	z-index: -1;
}
_:-ms-lang(x)::-ms-backdrop, .about .contents .islands > div p:after {
	background: #000 !important;
	opacity: 0.6;
}
@media only screen and (max-width: 1040px) {
	.about {
		background-size: 50vw;
	}
	.about .contents .islands > div {
		flex-basis: 80%;
		height: 220px
	}
}
@media only screen and (max-width: 900px) {
	.about .map.fit {
		width: 50vw;
		background-size: 100%;
	}
	.about .contents .lead {
		margin-left: calc(50vw + 6%);
	}
	.about .contents .islands {
		margin-left: 50vw;
	}
	.about .contents .islands > div {
		flex-basis: 80%;
		margin-left: 12%;
		height: 210px
	}
	.about .contents .islands > div:nth-child(odd) {
		margin-right: 0;
	}
}

/*                recommend
======================================================= */
.recommends {
	position: relative;
}
.recommends .lead {
	margin: 50px auto 0;
	padding: 30px 0 15px;
	max-width: 1024px;
/*
	border-top: 2px solid #00B6E6;
	border-bottom: 2px solid #00B6E6;
*/
	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 span {
	display: inline-block;
	padding: 0 10px 14px;
	border-bottom: 3px solid #999;
	color: #333;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.085em;
	line-height: 0.8;
}
*/
.recommends .recommend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px auto 80px;
	max-width: 1024px;
}
.recommends .recommend .img {
	flex-basis: 45%;
	height: 350px;
	border-radius: 8px;
	background-color: #999;
	background-position: center center;
	background-size: cover;
}
.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(../images/recommend13.jpg);}
.recommends .recommend14 .img { background-image: url(../images/recommend14.jpg);}
.recommends .recommend15 .img { background-image: url(../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 .recommend .img.right {
	order: 2;
}
.recommends .recommend .txt {
	flex-basis: 50%;
}
.recommends .recommend .txt h4 {
/*	color: #00B6E6;*/
	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 .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 {
	display: block;
	padding: 18px;
	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;
}
.recommends .recommend .txt nav a:hover {
	background-position: right 12px center;
	opacity: 0.8;
}
@media only screen and (max-width: 1250px) {
	.recommends .recommend {
		max-width: calc(100% - 80px);
	}
}

/*                experience
======================================================= */
.experience {
	position: relative;
}
.experience .lead {
	margin: 200px auto 0;
	padding: 30px 0 15px;
	max-width: 1024px;
/*
	border-top: 2px solid #00B6E6;
	border-bottom: 2px solid #00B6E6;
*/
	text-align: center;
}
.experience .lead small {
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.experience .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
	max-width: 1024px;
}
.experience .wrap > div {
	flex-basis: 30%;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 2px 2px rgba(0,0,0,0.1);
}
.experience .wrap > div.none {
	box-shadow: none;
}
.experience .wrap > div .area {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border-radius: 0 0 8px 0;
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.085em;
}
	
.experience .wrap > div h3 {
	padding: 20px 20px 10px;
	font-size: 1.1rem;
	line-height: 1.5;
}
/*
.experience .wrap > div dl {
	padding: 0 20px;
}
.experience .wrap > div dl dt {
	display: inline-block;
	margin: 4px 8px 0 0;
	padding: 10px;
	width: 8em;
	background: #999;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
}
.experience .wrap > div dl dd {
	display: inline-block;
	font-size: 1.1rem;
}
.experience .wrap > div dl dd.price {
	color: #f00;
	font-size: 1.3rem;
}
*/
.experience .wrap > div nav {
	margin-top: 12px;
	padding: 0 20px;
	text-align: center;
}
.experience .wrap > div nav a {
	display: block;
	padding: 18px;
	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.0rem;
	line-height: 1;
	text-decoration: none;
	transition: .15s;
}
.experience .wrap > div  nav a:hover {
	background-position: right 12px center;
	opacity: 0.8;
}
.experience .wrap > div nav a.btn-font-small {
	font-feature-settings: 'palt';
	font-size: 0.99rem;
	padding-right: 38px;
}
@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: #00B6E6;
	}
}

/*                access
======================================================= */
.access .kv {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 100px 0 0;
	width: 100%;
	height: 35.3125vw;
	background: url(../images/access_kv.jpg?190710) center center no-repeat;
	background-size: cover;
}
.access .lead {
	padding: 40px;
	font-size: 1.1rem;
	line-height: 2;
	text-align: center;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQYV2NkQAbb3vkywvnb3vkyeAlthghAOSAmIzIHJAAATpcK9rW8QpgAAAAASUVORK5CYII=) repeat;
}
.access .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 60px auto;
	max-width: 900px;
}
.access .wrap > div {
	flex-basis: 48%;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.access .wrap > div > div.img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
	height: 210px;
	border-radius: 2px;
	background-position: center center;
	
	color: #fff;
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 
		rgba(0,0,0,0.3) 1px 1px 2px, rgba(0,0,0,0.3) -1px 1px 2px,
		rgba(0,0,0,0.3) 1px -1px 2px, rgba(0,0,0,0.3) -1px -1px 2px;
}
.access .wrap > div.island1 .img { background-image: url(../images/island1.jpg);}
.access .wrap > div.island2 .img { background-image: url(../images/island2.jpg);}
.access .wrap > div.island3 .img { background-image: url(../images/island3.jpg); background-position: center bottom -10px}
.access .wrap > div.island4 .img { background-image: url(../images/island4.jpg);}
.access .wrap > div.island5 .img { background-image: url(../images/island5.jpg);}
.access .wrap > div.island6 .img { background-image: url(../images/island6.jpg);}
.access .wrap > div.island7 .img { background-image: url(../images/island7.jpg);}
.access .wrap > div.island8 .img { background-image: url(../images/island8.jpg);}
.access .wrap > div.island9 .img { background-image: url(../images/island9.jpg);}
.access .wrap > div.island10 .img { background-image: url(../images/island11.jpg);}

.access .wrap > div > div dl dt {
	padding: 0 10px;/*	padding-left: 34px;*/
/*	color: #00B6E6;*/
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	font-feature-settings: 'palt';
}
/*
.access .wrap > div > div dl dt.icon1 {
	background: url(../images/icon_transport1.png) left 2px no-repeat;
	background-size: 30px;
}
.access .wrap > div > div dl dt.icon2 {
	background: url(../images/icon_transport2.png) left 2px no-repeat;
	background-size: 28px;
}
.access .wrap > div > div dl dt.icon3 {
	background: url(../images/icon_transport3.png) left 1px no-repeat;
	background-size: 28px;
}
.access .wrap > div > div dl dt.icon4 {
	background: url(../images/icon_transport4.png) left 4px no-repeat;
	background-size: 28px;
}
*/
.access .wrap > div > div dl dd {
	margin: 0.5em 0 1.5em;
	padding: 0 10px;/*	padding-left: 34px;*/
	font-family: "TsukuARdGothicStd-B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
}
.access .wrap > div > div dl dd a {
	text-decoration: none;
	color: #00b6ed;
}
.access .wrap > div > div dl dd a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.access .wrap > div:last-child div:last-child {
	width: 100%;
}
@media only screen and (max-width: 1400px) {
	.access .kv h2 img {
		width: 370px;
	}
}
@media only screen and (max-width: 1050px) {
	.access .wrap {
		max-width: calc(100% - 100px);
		justify-content: center;
	}
	.access .wrap > div:nth-child(odd) {
		margin-right: 2%;
	}
	.access .wrap > div {
		flex-wrap: wrap;
	}
	.access .wrap > div > div.img {
	}
}
@media only screen and (max-width: 1050px) {
	.access .kv {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 100px 0 0;
		width: 100vw;
		height: 420px
	}
	.access .kv h2 img {
		width: 370px;
	}
/*
	.access .wrap > div > div dl dt.icon1,
	.access .wrap > div > div dl dt.icon2,
	.access .wrap > div > div dl dt.icon3,
	.access .wrap > div > div dl dt.icon4 {
		padding-top: 34px;
		padding-left: 0;
		background-position: center top;
		text-align: center;
	}
	.access .wrap > div > div dl dt.icon4 {
		background-position: center 3px;
	}
	.access .wrap > div > div dl dd {
		padding-left: 0;
		text-align: center;
	}
*/
}

/*                link
======================================================= */
.link {
	text-align: center;
}
.link .lead h2 {
	font-size: 2.2rem;
}
.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/tama_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: 44vw;
	}
}
@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: #72C142 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)
}