/* Scss Document */ /* Scss Document */
.bg1 {
  background: url("../img/shared/bg.jpg") repeat center top;
}

#key .slide1 {
  background: url(../img/index/key_js1_sp.jpg) no-repeat center/cover;
}
#key .slide2 {
  background: url(../img/index/key_js2_sp.jpg) no-repeat center/cover;
}
#key .slide3 {
  background: url(../img/index/key_js3_sp.jpg) no-repeat center/cover;
}
#key .slide4 {
  background: url(../img/index/key_js4_sp.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #key .slide1 {
    background: url(../img/index/key_js1.jpg) no-repeat center/cover;
  }
  #key .slide2 {
    background: url(../img/index/key_js2.jpg) no-repeat center/cover;
  }
  #key .slide3 {
    background: url(../img/index/key_js3.jpg) no-repeat center/cover;
  }
  #key .slide4 {
    background: url(../img/index/key_js4.jpg) no-repeat center/cover;
  }
}

.js-kv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.js-kv #key {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .js-kv #key {
    height: calc(100% - 54px);
  }
}
.js-kv .bg-lead {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url("../img/index/bg_lead_sp.png") repeat-x center bottom;
}
@media screen and (min-width: 768px) {
  .js-kv .bg-lead {
    background: url("../img/index/bg_lead.png") no-repeat center bottom/cover;
  }
}

#lead {
  padding: 20vw 0px 20vw;
}
@media screen and (max-width: 767px) {
  #lead h2 {
    width: 30%;
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 205px 0px 265px;
  }
  #lead h2 {
    float: left;
    margin-left: 103px;
  }
  #lead .txt {
    float: left;
    width: 520px;
    margin: 78px 0px 0px 100px;
  }
}

#rss {
  padding: 15vw 4% 20vw;
}
#rss .box {
  background: url("../img/shared/bg2.jpg") repeat center top;
  padding: 15vw 0px 20vw;
}
#rss h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #rss h2 {
    width: 40%;
    margin: 0 auto 8vw;
  }
}
#rss #feed {
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
#rss #feed .time {
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #rss #feed .row {
    background: url("../img/index/rss_line_sp.png") no-repeat center bottom;
    background-size: 80%;
    padding-bottom: 14vw;
    margin-bottom: 5vw;
  }
}
#rss #feed .row:last-of-type {
  background: transparent;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #rss .btn-more {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #rss {
    padding: 125px 0px 130px;
  }
  #rss .box {
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0px 122px;
  }
  #rss h2 {
    margin-bottom: 56px;
  }
  #rss #feed {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #rss #feed .row {
    width: 265px;
    line-height: 28px;
    position: relative;
  }
  #rss #feed .row:before {
    content: "";
    position: absolute;
    top: -17px;
    right: -88px;
    background: url("../img/index/rss_line.png") no-repeat left top;
    width: 61px;
    height: 158px;
  }
  #rss #feed .row:last-of-type:before {
    display: none;
  }
  #rss #feed .row .time {
    margin-bottom: 16px;
  }
  #rss .btn-more {
    position: absolute;
    top: 1px;
    right: 22px;
  }
}

#sec1 {
  background: url("../img/shared/bg3.jpg") repeat center top;
  padding-bottom: 15vw;
}
#sec1 .s1-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sec1 h2 {
    margin: 0 -5%;
  }
  #sec1 .s1-photo {
    margin: 7vw 7% 10vw;
  }
  #sec1 .s1-btn {
    margin: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 104px 0px 126px;
  }
  #sec1 .s1-deco {
    top: -104px;
    right: -72px;
    width: 297px;
  }
  #sec1 h2 {
    float: right;
    margin-top: 17px;
  }
  #sec1 .s1-photo {
    float: left;
    width: 415px;
    margin-left: 42px;
  }
  #sec1 .s1-btn {
    position: absolute;
    top: 321px;
    right: 19px;
  }
}

#sec2 {
  padding-bottom: 17vw;
}
#sec2 .txt {
  position: relative;
  padding-top: 13px;
  text-align: justify;
}
#sec2 .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16vw;
  height: 3px;
  background: url("../img/index/s2_line.png") repeat left top;
}
@media screen and (max-width: 767px) {
  #sec2 .s2-photo {
    margin: 0 -5%;
  }
  #sec2 .s2-photo2 {
    margin: 0 -5% 10vw;
  }
  #sec2 h2 {
    position: absolute;
    top: 45vw;
    left: 50%;
    width: 28%;
    margin-left: -14%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 60px;
  }
  #sec2 h2 {
    position: absolute;
    top: 55px;
    right: 55px;
    z-index: 1;
  }
  #sec2 .s2-photo2 {
    position: absolute;
    top: 0;
    right: -250px;
  }
  #sec2 .s2-photo {
    margin-left: -250px;
    position: relative;
    z-index: 1;
  }
  #sec2 .txt {
    width: 439px;
    padding-top: 41px;
    margin-top: 63px;
  }
  #sec2 .txt:before {
    width: 71px;
    height: 9px;
    top: 0;
  }
}

#sec3 .s3-slider {
  position: relative;
}
#sec3 .s3-slider .slick-dots {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  #sec3 .s3-slider .slick-dots {
    position: absolute;
    top: 54vw;
    left: 0;
    width: 100%;
  }
}
#sec3 .s3-slider .slick-dots li {
  margin: 0 3px;
  background: url("../img/index/s3_dot1.png") no-repeat left top/cover;
}
#sec3 .s3-slider .slick-dots li button {
  background: url("../img/index/s3_dot1.png") no-repeat left top/cover;
  border-radius: 0px;
  border: none;
  width: 12.7vw;
  height: 20vw;
}
#sec3 .s3-slider .slick-dots li:nth-child(2) {
  background-image: url("../img/index/s3_dot2.png");
}
#sec3 .s3-slider .slick-dots li:nth-child(2) button {
  background-image: url("../img/index/s3_dot2.png");
}
#sec3 .s3-slider .slick-dots li:nth-child(3) {
  background-image: url("../img/index/s3_dot3.png");
}
#sec3 .s3-slider .slick-dots li:nth-child(3) button {
  background-image: url("../img/index/s3_dot3.png");
}
#sec3 .s3-slider .slick-dots li.slick-active button {
  background: url("../img/index/s3_dot1_on.png") no-repeat left top/cover;
}
#sec3 .s3-slider .slick-dots li.slick-active:nth-child(2) button {
  background-image: url("../img/index/s3_dot2_on.png");
}
#sec3 .s3-slider .slick-dots li.slick-active:nth-child(3) button {
  background-image: url("../img/index/s3_dot3_on.png");
}
@media screen and (max-width: 767px) {
  #sec3 .s3-slider {
    padding-bottom: 10vw;
  }
  #sec3 .s3-slider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    right: -5%;
    height: 55vw;
    background: url("../img/index/s3_bg_txtsp.jpg") repeat-y left top/100% auto;
  }
  #sec3 .s3-slider .photo-js {
    margin-bottom: 24vw;
  }
  #sec3 .s3-slider .bx-txt {
    font-size: 13px;
  }
  #sec3 .s3-slider .bx-txt .text {
    margin: 3vw 4% 0px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #sec3 .s3-slider .bx-txt .it3 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 175px;
  }
  #sec3 .s3-slider .slick-list {
    overflow: visible;
  }
  #sec3 .s3-slider .item .photo-js {
    width: 978px;
    margin-left: auto;
    margin-right: -175px;
  }
  #sec3 .s3-slider .item .bx-txt {
    position: relative;
    padding: 0px 0px 0px 34px;
    margin-top: -93px;
  }
  #sec3 .s3-slider .item .bx-txt:before {
    content: "";
    position: absolute;
    top: 46px;
    left: -250px;
    background: url("../img/index/s3_bg_txt.jpg") repeat-y left top;
    width: 801px;
    height: 277px;
  }
  #sec3 .s3-slider .item .bx-txt h3 {
    margin-bottom: 20px;
  }
  #sec3 .s3-slider .item .bx-txt .text {
    position: relative;
    z-index: 1;
    width: 455px;
    text-align: justify;
  }
  #sec3 .s3-slider .slick-dots {
    width: auto;
    text-align: left;
    position: absolute;
    top: 572px;
    right: 100px;
  }
  #sec3 .s3-slider .slick-dots li button {
    width: 66px;
    height: 103px;
  }
  #sec3 .s3-slider .slick-dots li:hover {
    opacity: 0.8;
  }
}

#sec4 {
  background: url("../img/index/s4_bg_sp.jpg") no-repeat center/cover;
  padding: 15vw 3%;
}
@media screen and (max-width: 767px) {
  #sec4 h2 {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 100px 0px 295px;
    background: url("../img/index/s4_bg.jpg") no-repeat center/cover;
  }
  #sec4 h2 {
    width: 408px;
    margin-left: auto;
  }
  #sec4 .txt {
    width: 405px;
    text-align: justify;
    margin: 24px 0px 0px auto;
  }
}

#sec5 {
  padding: 15vw 0px;
}
@media screen and (max-width: 767px) {
  #sec5 .s5-photo {
    margin: 0px -5% 3vw;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0px 0px 300px;
  }
  #sec5 .wrap:before {
    content: "";
    position: absolute;
    top: 487px;
    left: -115px;
    background: url("../img/index/s5_deco.png") no-repeat left top;
    width: 89px;
    height: 131px;
  }
  #sec5 .s5-photo {
    margin-top: -103px;
    margin-left: -137px;
  }
  #sec5 .s5-photo2 {
    position: absolute;
    top: -9px;
    right: -156px;
    z-index: 1;
  }
  #sec5 .txt {
    width: 500px;
    margin-top: 86px;
  }
}

@media screen and (max-width: 767px) {
  #sec6 {
    padding-bottom: 10vw;
  }
  #sec6 .s6-photo2 {
    margin: 10vw 0px;
  }
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 184px;
  }
  #sec6 .s6-photo {
    margin-left: -165px;
  }
  #sec6 .s6-photo2 {
    position: absolute;
    top: 237px;
    right: -122px;
    z-index: 1;
  }
  #sec6 .txt {
    width: 500px;
    margin-top: 77px;
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  #sec7 {
    padding-bottom: 15vw;
  }
  #sec7 .s7-bgdeco {
    position: absolute;
    top: 40vw;
    left: -5%;
    width: 55%;
  }
  #sec7 .txt {
    width: 42%;
    margin: 9vw 0px 16vw auto;
  }
  #sec7 .s7-photo2 {
    position: absolute;
    top: 50vw;
    left: -10%;
    width: 65%;
  }
  #sec7 .s7-btn {
    margin: 0px 5% 5vw;
  }
}
@media screen and (min-width: 768px) {
  #sec7 .wrap {
    padding-bottom: 179px;
  }
  #sec7 .wrap:before {
    content: "";
    position: absolute;
    top: 48px;
    left: -250px;
    background: url("../img/index/s7_deco.png") no-repeat left top;
    width: 282px;
    height: 121px;
  }
  #sec7 .s7-photo {
    margin-left: auto;
    width: 671px;
    margin-right: -33px;
  }
  #sec7 .txt {
    margin: 53px 122px 0px auto;
    width: 395px;
  }
  #sec7 .s7-photo2 {
    position: absolute;
    left: -54px;
    top: 185px;
    z-index: 1;
  }
  #sec7 .s7-bgdeco {
    position: absolute;
    bottom: 0;
    left: -193px;
  }
  #sec7 .box {
    display: flex;
    margin-top: 90px;
    justify-content: center;
  }
  #sec7 .box .s7-btn {
    width: 408px;
    margin: 0 40px;
  }
}

#sec8 {
  background: url("../img/shared/bg4.jpg") repeat center top;
  padding-bottom: 15vw;
}
#sec8 .s8-photo {
  margin: 0px -5%;
}
#sec8 .row {
  border-bottom: 1px solid #eacfa5;
  padding: 10vw 4% 12vw;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
#sec8 .row:first-of-type {
  border-top: 1px solid #eacfa5;
}
#sec8 .row ~ .row {
  margin-top: 3vw;
}
#sec8 .row dt {
  font-size: 6vw;
  margin-bottom: 4vw;
}
#sec8 .row dt span {
  font-size: 80%;
}

  #sec8 .row .box {
	}
  #sec8 .row .box ul{
	  width: 100%;
	  border: #eacfa5 1px solid;
	  margin-top: 20px;
	  padding:20px 0 20px ;
	}
  #sec8 .row .box li{
	  padding-left:40px;
	}


@media screen and (max-width: 767px) {
  #sec8 h2 {
    margin: 0 -5% -5vw;
  }
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding-bottom: 138px;
  }
  #sec8 .wrap:before {
    content: "";
    position: absolute;
    top: 570px;
    right: -250px;
    background: url("../img/index/s8_bgdeco.jpg") repeat left top;
    width: 794px;
    height: 213px;
  }
  #sec8 .s8-photo {
    margin: 0px 0px 92px -250px;
  }
  #sec8 h2 {
    position: absolute;
    top: 133px;
    right: 0;
  }
  #sec8 .row {
    width: 850px;
    margin: 0px auto;
    padding: 44px 5px 44px 33px;
  }
  #sec8 .row ~ .row {
    margin-top: 20px;
  }
  #sec8 .row dt {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #sec8 .row dt span {
    font-size: 20px;
  }
  #sec8 .row .box {
	  display: flex;
	}
  #sec8 .row .box ul{
	  width: 280px;
	  border: #eacfa5 1px solid;
	  margin-left: 70px;
	  padding:20px 0 20px ;
	}
  #sec8 .row .box li{
	  padding-left:40px;
	}
}

#sec9 {
  background: url("../img/shared/bg5.jpg") repeat center top;
  padding: 12vw 0px 17vw;
  position: relative;
}
#sec9 .s9-slider {
  position: relative;
  z-index: 1;
}
#sec9 .s9-slider .item h3 {
  font-size: 5vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  #sec9:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 57vw;
    right: 0;
    background: url("../img/index/s9_bgdeco.jpg") repeat left top;
  }
  #sec9 .box-txt {
    padding: 0px 8%;
  }
  #sec9 .box-txt h2 {
    margin-bottom: 4vw;
  }
  #sec9 .floor-map {
    margin: 10vw 0px;
  }
  #sec9 .s9-slider .item {
    padding: 0 2%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  #sec9 {
    padding: 127px 0px 171px;
  }
  #sec9:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 495px;
    width: 50%;
    background: url("../img/index/s9_bgdeco.jpg") repeat left top;
  }
  #sec9 .box-txt {
    float: left;
    width: 391px;
  }
  #sec9 .box-txt .txt {
    margin-top: 30px;
  }
  #sec9 .floor-map {
    float: right;
  }
  #sec9 .s9-slider {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  #sec9 .s9-slider .item {
    max-width: 460px;
    margin: 0px 9px;
  }
  #sec9 .s9-slider .item h3 {
    font-size: 25px;
    margin-top: 38px;
    line-height: 45px;
  }
}

.box-nav {
  background: url("../img/shared/bg4.jpg") repeat center top;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding: 20px 0px;
}
.box-nav a {
  display: inline-block;
  margin: 0 19px;
}

#sec10 {
  padding: 15vw 0px;
}
#sec10 h2 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec10 .bx-right dl {
  display: flex;
  line-height: 25px;
  margin-bottom: 20px;
}
#sec10 .bx-right dl dt {
  width: 27%;
}
#sec10 .bx-right dl dd {
  width: 73%;
}
#sec10 .box-tel {
  border: 1px solid #878787;
  text-align: center;
  padding: 5vw 2%;
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  line-height: 30px;
}
#sec10 .box-tel span {
  font-size: 23px;
}
#sec10 .box-tel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #878787;
  top: -5px;
  left: 5px;
}
#sec10 .box-tel .note-tel {
  color: #c1c1c1;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec10 .s10-photo {
    margin: 10vw 0px;
  }
}
@media screen and (min-width: 768px) {
  #sec10 {
    padding: 138px 0px 120px;
  }
  #sec10 .wrap:before {
    content: "";
    position: absolute;
    top: 360px;
    left: -145px;
    background: url("../img/index/s10_deco.png") no-repeat left top;
    width: 352px;
    height: 125px;
  }
  #sec10 h2 {
    margin-bottom: 63px;
  }
  #sec10 .bx-left {
    width: 500px;
    float: left;
  }
  #sec10 .s10-photo {
    margin: 66px 0px 0px -100px;
  }
  #sec10 .box-tel {
    padding: 28px 10px 23px;
    margin-right: 9px;
    font-size: 18px;
    line-height: 30px;
  }
  #sec10 .box-tel span {
    font-size: 25px;
    line-height: 43px;
  }
  #sec10 .box-tel:before {
    top: -9px;
    left: 9px;
  }
  #sec10 .box-tel .note-tel {
    font-size: 14px;
  }
  #sec10 .bx-right {
    float: right;
    width: 405px;
    margin-top: -18px;
  }
  #sec10 .bx-right dl {
    margin-bottom: 25px;
  }
  #sec10 .bx-right dl dt {
    width: 128px;
  }
  #sec10 .bx-right dl dd {
    width: calc(100% - 128px);
  }
}

#gmap .map {
  position: relative;
  height: 480px;
}
#gmap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #gmap {
    padding: 0px 4% 12vw;
  }
  #gmap .col {
    margin: 10vw 5% 5vw;
  }
}
@media screen and (min-width: 768px) {
  #gmap {
    padding-bottom: 88px;
  }
  #gmap .map {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    height: 650px;
  }
  #gmap .box-btn {
    display: flex;
    justify-content: center;
    margin-top: 78px;
  }
  #gmap .box-btn .col {
    width: 408px;
    margin: 0px 40px;
    text-align: center;
  }
  #gmap .box-btn .btnprint {
    line-height: 30px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=index.css.map */


.text_box{
  width:600px;
  margin:-70px auto 50px auto;
  padding:20px 0;
  border: double 3px rgb(221, 155, 31);
  background-color: #fff;
  }
.text_box p.oshirase{
  font-size:18px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-align:center;
  line-height:40px;
  color:#000;
  font-weight: bold;
  }
.text_box p.txt{
  text-align:center;
  font-size:17px;
  line-height:32px;
  color:#000;
  }
  @media (max-width: 768px) {
  
.text_box{
  width:98%;
  margin:-30px auto 40px auto;
  padding:20px 0;
  border: double 3px rgb(221, 155, 31);
  background-color: #fff;
  }
.text_box p.oshirase{
  font-size:16px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-align:center;
  line-height:28px;
  color:#000;
  font-weight: bold;
  }
.text_box p.txt{
  text-align:center;
  font-size:14px;
  line-height:30px;
  color:#000;
  }
  }