@charset "UTF-8";
#info {
  margin: 0 4%;
  padding: 10vw 0 0;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
#info .uber a {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 8vw;
  background-color: #142127;
  border-radius: 10px;
  padding: 5vw 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-weight: bold;
}
#info .uber span {
  color: #21be62;
}
#info .instagram a{
	margin: 15px auto 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 28px;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	border-radius: 10px;
	padding: 20px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	letter-spacing: 2px;
    font-weight: bold;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
#info .instagram span{
	font-size: 18px;
}
#info .instagram a img {
  width: 30px;
}
#info .sns-line {
	margin: 15px auto 0;
	/* width: 450px; */
	display:flex;
	justify-content: flex-start;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 20px;
	background-color: #20c450;
	border-radius: 10px;
	padding: 20px 20px;
	box-sizing:border-box;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
#info .sns-line p a{
	text-decoration: none;
}
#info .sns-line img{
  width: 60px;
}
#info .sns-line p:last-child{
	margin-left: 20px;
	padding-top: 0;
}
#info .sns-line span{
	font-size: 18px;
}

.oshirase {
  border: 4px double;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5vw 4%;
  text-align: center;
  font-family: serif;
  z-index: 1000;
  margin: 10vw 4% 0;
}

.oshirase h3 {
  font-size: 18px;
  font-weight: bold;
}

#sec1 {
  margin: 12vw 0 0;
  padding: 0 0 12vw;
}
#sec1 .img {
  margin: 0 4%;
}
#sec1 .ttl {
  margin: -7vw 15% 0;
}
#sec1 h2 {
  margin: 7vw 10% 0;
}
#sec1 .img2 {
  margin: -15vw -15% 7vw;
}
#sec1 .btn {
  margin: 10vw 4% 0;
}

#sec2 h2 {
  background: url("../img/index/s2_deco.png") no-repeat 5% 22vw/50vw auto, url("../img/shared/partent200.jpg") repeat center top;
  padding: 10vw 15% 10vw;
}
#sec2 .img {
  position: relative;
}
#sec2 .group-img {
  position: relative;
  z-index: 2;
  margin: -10vw 10% 7vw;
}
#sec2 .group-img .ttl {
  margin: 0 -10% -20vw;
  position: relative;
}

#sec3 {
  padding: 15vw 0 20vw;
  background: url("../img/index/s3_deco.png") no-repeat center 10vw/90vw auto, url("../img/index/sec3_bg2.png") repeat-x bottom left/15vw auto;
}
#sec3 h2 {
  margin: 0 -5% 5vw;
}
#sec3 .slide1 {
  margin: 0 4% 7vw;
}
#sec3 .slide1 .slick-dots {
  position: static;
  margin: 5vw 0 0;
}
#sec3 .btn {
  margin: 7vw 4% 0;
}

#sec4 {
  background: url("../img/index/sec4_deco.png") no-repeat left top/150% auto, url("../img/index/sec4_deco.png") no-repeat right top/150% auto, url("../img/shared/partent317.jpg") repeat center top;
  padding: 12vw 4% 15vw;
}
#sec4 .col {
  position: relative;
  padding: 10vw 0 0;
}
#sec4 .col.col-l .img {
  padding-right: 10%;
}
#sec4 .col.col-l .btn {
  right: 0;
}
#sec4 .col.col-r .img {
  padding-left: 10%;
}
#sec4 .col.col-r .btn {
  left: 0;
}
#sec4 .col .btn {
  position: absolute;
  z-index: 2;
  width: 20vw;
  top: 0;
}
#sec4 .col .txt {
  margin: 7vw 0 0;
}
#sec4 .col + .col {
  margin-top: 12vw;
}

#sec5 {
  background: url("../img/index/s5_deco2.png") no-repeat -6vw 0vw/50vw auto, url("../img/index/s5_deco.png") repeat-x top center/150% auto, url("../img/index/s5_bg.jpg");
  padding: 12vw 4% 15vw;
}
#sec5 h2 {
  margin: 0 25% 5vw;
}

#g-map {
  height: 480px;
}
#g-map iframe {
  width: 100%;
  height: 100%;
}

#rss {
  background: url("../img/shared/partent492.jpg") repeat center top;
  padding: 12vw 4%;
}
#rss #feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2vw;
  margin: 7vw 0 0;
}
#rss #feed .item {
  width: calc((100% - 4vw)/3);
}
#rss #feed .item .img-rss span {
  display: block;
  width: 100% !important;
  height: 29vw !important;
  background: url("../img/index/no-image.jpg") no-repeat center/cover;
}
#rss #feed .item dl {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 13px;
  margin: 5px 0 0;
}
#rss #feed .item dl .date {
  margin-bottom: 1vw;
  margin-top: 4vw;
}
