@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');

/* common
===================================*/

.sp {display: none !important;}
.pc {display: block !important;}

@media only screen and (min-width:1px) and (max-width:740px) {
.sp {display: block !important;}
.pc {display: none !important;}
}

/* contents
===================================*/

.inner{
	width: 100%;
	max-width: 1940px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contents_top{
	width: 100%;
	position: relative;
	background-color: #505457;
}

.contents_btm{
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}

/* main_visual
===================================*/

.main_visual{
	width: 100%;
	position: relative;
}

/* wrap_special
===================================*/

.wrap_special{
	width: 100%;
	position: relative;
	margin-top: -240px;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_special{
	width: 100%;
	position: relative;
	margin-top: -12.5%;
}
}

.wrap_special .label{
	width: 25%;
	max-width: 480px;
	margin: 0 auto 20px;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_special .label{
	width: 25%;
	max-width: 322px;
	margin: 0 auto 20px;
}
}
@media only screen and (min-width:1px) and (max-width:480px) {
.wrap_special .label{
	width: 30%;
}
}

.wrap_special h2.ttl{
	text-align: center;
    margin-bottom: 80px;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_special h2.ttl{
	max-width: 90%;
	margin: 0 auto 40px;
}
}

.wrap_special p.lead{
    font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 120px;
    text-align: center;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_special p.lead{
	font-size: 20px;
	letter-spacing: 0;
	margin: 0 auto 30px;
}
}

@media only screen and (min-width:1px) and (max-width:480px) {
.wrap_special p.lead{
    font-size: 12px;
	line-height: 1.8;
}
}

/* slider
===================================*/

.slider {
	width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    text-align: center;
    z-index: 11;
    position: relative;
    padding-bottom: 120px;
  }

@media only screen and (min-width:1px) and (max-width:740px) {
.slider {
	width: 76%;
    max-width: 820px;
	margin: 0 auto;
    padding-bottom: 40px;
  }
.slider li{
	margin-bottom: 20px;
  }
}

/* contents_btm
===================================*/

.contents_btm h2.ttl{
    font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 60px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #505457;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.contents_btm h2.ttl{
	font-size: 24px;
	margin: 0 auto 10px;
	letter-spacing: 0;
}
}

@media only screen and (min-width:1px) and (max-width:480px) {
.contents_btm h2.ttl{
    font-size: 18px;
}
}


/* wrap_plan
===================================*/

.wrap_plan {
    width: 100%;
	padding: 60px 0;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_plan {
	padding: 30px 0;
}
}

.wrap_plan p.data{
    font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
	color: #505457;
    margin-bottom: 40px;
    text-align: center;
}

.wrap_plan p.data span.num{
	font-size: 29px;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_plan p.data{
    margin: 0 auto 20px;
	letter-spacing: 0;
    font-size: 16px;
}
.wrap_plan p.data span.num{
	font-size: 20px;
}
}

@media only screen and (min-width:1px) and (max-width:480px) {
.wrap_plan p.data{
    font-size: 10px;
}
.wrap_plan p.data span.num{
	font-size: 12px;
}
}

.wrap_plan .plan {
	max-width: 1570px;
	margin: 0 auto;
}

/* wrap_location
===================================*/

.wrap_location {
    width: 100%;
	padding: 60px 0;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location {
	padding: 30px 0;
}
}

.wrap_location .location{
    width: 100%;
	max-width: 1570px;
	margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap_location .location ul.group{
    width: 48%;
	max-width: 756px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location .location ul.group{
    width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
}

.wrap_location .location ul.group li{
    width: 32%;
	max-width: 230px;
	margin-bottom: 15px;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location .location ul.group li{
    width: 49%;
}
}

.wrap_location .location ul.group li.ttl{
    width: 100%;
	max-width: 756px;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location .location ul.group li.ttl{
    width: 49%;
	margin-left: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
}

.wrap_location .photo{
	position: relative;
    text-align: center;
    margin-bottom: 5px;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location .photo.head{
    margin-left: -20px;
}
}

.wrap_location p.name{
    font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #505457;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location p.name{
    font-size: 11px;
}
}

@media only screen and (min-width:1px) and (max-width:480px) {
.wrap_location p.name{
    font-size: 10px;
}
}

.wrap_location p.caption{
    font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
.wrap_location p.caption span.num{
	font-size: 24px;
    font-weight: 700;
	color: #f15a24;
	margin: 0 1px;
}
.wrap_location p.caption span.num.co2{
	color: #d60050;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.wrap_location p.caption{
    font-size: 10px;
}
.wrap_location p.caption span.num{
	font-size: 16px;
}
}

.wrap_location p.lead{
    font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
	color: #f15a24;
	margin-top: auto;
}
@media only screen and (min-width:1px) and (max-width:480px) {
.wrap_location p.lead{
	font-size: 10px;
}
}

.wrap_location p.lead.co2{
	color: #d60050;
}


/* acc-map
===================================*/

.acc-map{
    width: 100%;
	text-align: center;
	padding: 80px 0;
}

@media only screen and (min-width:1px) and (max-width:740px) {
.acc-map{
    padding: 40px 0;
}
}

.acc-map h3{
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and (min-width:1px) and (max-width:480px) {
.acc-map h3{
    max-width: 50%;
	 margin: 0 auto 20px;
}
}

.acc-map .ggmap {
	max-width: 1345px;
    height: 460px;
	margin: 0 auto;
	overflow: hidden;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.acc-map .ggmap {
    height: 340px;
}
}

.ggmap iframe {
    width: 100%;
}

.acc-map .btn{
	max-width: 80%;
	margin: 40px auto 0;
	text-align: center;
}