header .slide1 {
  background: url("../img/index/key1.jpg") center no-repeat;
  background-size: cover;
}

header .slide2 {
  background: url("../img/index/key2.jpg") center no-repeat;
  background-size: cover;
}

header .slide3 {
  background: url("../img/index/key3.jpg") center no-repeat;
  background-size: cover;
}

#sec1 {
  padding: 10vw 0 20vw;
}

#sec1 h2 {
  width: 70%;
  text-align: center;
  margin: 0 auto 10vw;
}

#sec1 #feed {
  margin-bottom: 15vw;
}

#sec1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec1 .item .photo {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#sec1 .item .photo a {
  display: block;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}

#sec1 .item .photo a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

#sec1 .item dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#sec1 .btn {
  margin-top: 5vw;
}

@media (min-width: 768px) {
  #sec1 {
    padding: 98px 0 140px;
  }
  #sec1 h2 {
    margin-bottom: 43px;
  }
  #sec1 .bottom {
    position: relative;
  }
  #sec1 .bottom #feed {
    width: 922px;
    margin: 0 auto;
  }
  #sec1 .bottom #feed .item .photo {
    width: 330px;
  }
  #sec1 .bottom #feed .item .photo a {
    padding-bottom: 210px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #sec1 .bottom #feed .item .photo a:hover {
    opacity: 0.8;
  }
  #sec1 .bottom #feed .item dl {
    padding-left: 56px;
    padding-top: 14px;
  }
  #sec1 .bottom #feed .item dl a:hover {
    text-decoration: underline;
  }
  #sec1 .bottom .btn {
    margin-top: 0;
  }
  #sec1 .bottom .btn.btn1 {
    width: 240px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 74px);
  }
  #sec1 .bottom .btn.btn2 {
    width: 290px;
    position: absolute;
    bottom: 0;
    left: calc(50% + 187px);
  }
}

.btn {
  margin-top: 5vw;
  font-family: 'Noto Serif JP', serif;
}

.btn > *:not(.btn2) {
  display: block;
  background: url("../img/shared/bg_deco.jpg");
  text-align: center;
  color: #fff;
  padding: 3vw 0;
  position: relative;
}

.btn > *:not(.btn2):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 768px) {
  .btn {
    margin-top: 0;
  }
  .btn > *:not(.btn2) {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    padding: 0;
  }
  .btn a {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .btn a:hover {
    opacity: 0.8;
  }
}

#sec2 {
  text-align: justify;
  padding-bottom: 10vw;
  position: relative;
  z-index: 1;
}

#sec2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec2 .row .photo2 {
  margin-left: -57vw;
  margin-top: -12vw;
  position: relative;
  width: 125vw;
}

#sec2 .row .photo2:before {
  content: '';
  position: absolute;
  right: 12vw;
  bottom: 43vw;
  width: 18.66667vw;
  height: 16vw;
  background: url("../img/index/sec2_img2_deco.png") center no-repeat;
  background-size: 100%;
}

#sec2 .row h2 {
  margin-right: -14vw;
  margin-top: 20vw;
  margin-bottom: 20vw;
  position: relative;
  width: 44vw;
}

#sec2 .row h2:before {
  content: '';
  position: absolute;
  right: calc(100% + 5vw);
  bottom: -20vw;
  width: 42.66667vw;
  height: 42.66667vw;
  background: url("../img/index/sec2_img3.png") center no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  #sec2 {
    position: relative;
    padding-bottom: 35px;
  }
  #sec2 .photo {
    position: absolute;
    top: 0;
    right: calc(50% - 190px);
    left: 0;
    background: url("../img/index/sec2_img1.jpg") center no-repeat;
    background-size: cover;
    height: 600px;
  }
  #sec2 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #sec2 .txt {
    text-align: left;
  }
  #sec2 .row {
    display: block;
  }
  #sec2 .row h2 {
    padding-top: 0;
    float: right;
    position: static;
    margin: 0 -50px 78px 0;
    width: auto;
  }
  #sec2 .row h2:before {
    width: 326px;
    height: 342px;
    right: -157px;
    left: auto;
    bottom: -373px;
  }
  #sec2 .row .photo2 {
    margin-left: 0;
    position: absolute;
    top: 509px;
    left: -500px;
    margin: 0;
    width: auto;
    width: 918px;
  }
  #sec2 .row .photo2:before {
    right: 48px;
    bottom: 221px;
    width: 136px;
    height: 112px;
    background-size: 100%;
  }
  #sec2 .txt {
    width: 467px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  #sec2 .row h2 {
    margin-right: -111px;
  }
  #sec2 .row .photo2 {
    left: -263px;
  }
  #sec2 .txt {
    margin-right: -157px;
    padding-right: 0;
  }
}

#sec3 {
  padding: 5vw 0 10vw;
  margin-top: 20vw;
  position: relative;
  background: url("../img/shared/bg3.jpg");
  color: #fff;
}

#sec3:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20vw;
  background: url("../img/index/sec3_top.png") center no-repeat;
  background-size: 100% 100%;
}

#sec3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 41.2vw;
  width: 26.66667vw;
  height: 50.66667vw;
  background: url("../img/index/sec3_deco.png") center no-repeat;
  background-size: 100% 100%;
}

#sec3 .btn {
  margin-top: 5vw;
}

#sec3 .btn a {
  display: block;
  background: url("../img/shared/bg_deco.jpg");
  text-align: center;
  color: #fff;
  padding: 3vw 0;
  position: relative;
}

#sec3 .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

#sec3 h2 {
  width: 90%;
  margin: 0 auto 15vw;
}

#sec3 h3 {
  margin: 0 -4vw 10vw;
}

#sec3 .photo {
  margin-bottom: 10vw;
}

#sec3 .txt {
  text-align: justify;
  margin-bottom: 15vw;
}

@media (min-width: 768px) {
  #sec3 {
    position: relative;
    margin-top: 234px;
    padding-top: 0;
    padding-bottom: 110px;
  }
  #sec3:before {
    height: 331px;
  }
  #sec3:after {
    top: -104px;
    width: 317px;
    height: 596px;
  }
  #sec3 h2 {
    margin-bottom: 98px;
    width: auto;
  }
  #sec3 h3 {
    padding-top: 63px;
    margin: 0 0 64px;
    position: relative;
  }
  #sec3 h3:before {
    content: '';
    position: absolute;
    top: 163px;
    left: -135px;
    height: 1px;
    width: 410px;
    background: #a37401;
  }
  #sec3 .txt {
    width: 365px;
    margin-bottom: 63px;
  }
  #sec3 .btn {
    margin-top: 0;
    width: 365px;
  }
  #sec3 .btn a {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #sec3 .btn a:hover {
    opacity: 0.8;
  }
  #sec3 h3, #sec3 .txt, #sec3 .btn {
    margin-left: 0;
  }
  #sec3 .content {
    position: relative;
  }
  #sec3 .content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: calc(50% - 75px);
    height: 742px;
    background: url("../img/index/sec3_img.jpg") center no-repeat;
    background-size: cover;
  }
}

@media (min-width: 1400px) {
  #sec3 h3, #sec3 .txt, #sec3 .btn {
    margin-left: -115px;
  }
  #sec3 .content:before {
    position: absolute;
    top: 0;
    right: 0;
    left: calc(50% - 190px);
    height: 742px;
  }
}

#sec4 {
  position: relative;
  padding-bottom: 10vw;
  text-align: justify;
  z-index: 1;
}

#sec4:before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 30vw;
  background: url("../img/index/sec3_bot.png") center no-repeat;
  background-size: 100% 100%;
}

#sec4 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15vw;
}

#sec4 .top .photo {
  margin-left: -25vw;
}

#sec4 .wrap {
  z-index: 1;
  position: relative;
}

#sec4 .btn {
  margin-top: 15vw;
}

#sec4 .btn a {
  display: block;
  background: url("../img/shared/bg_deco.jpg");
  text-align: center;
  color: #fff;
  padding: 3vw 0;
  position: relative;
}

#sec4 .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

#sec4 .photo2 {
  margin: -20vw -30vw 5vw 0;
  position: relative;
}

#sec4 .photo2:before {
  content: '';
  position: absolute;
  top: 37.33333vw;
  left: 9.33333vw;
  width: 16vw;
  height: 16.66667vw;
  background: url("../img/index/sec4_deco.png") center no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  #sec4 {
    padding: 94px 0 0;
  }
  #sec4:before {
    height: 320px;
  }
  #sec4 .top {
    padding-top: 0;
    margin-bottom: -32px;
  }
  #sec4 .top .photo {
    margin-left: -77px;
  }
  #sec4 .top h2 {
    padding-top: 168px;
  }
  #sec4 .photo2 {
    position: absolute;
    bottom: -177px;
    left: calc(50% - 29px);
    margin-bottom: 0;
  }
  #sec4 .photo2:before {
    left: 95px;
    bottom: 247px;
    top: auto;
    width: 118px;
    height: 117px;
  }
  #sec4 .txt {
    width: 500px;
  }
  #sec4 .btn {
    margin-top: 50px;
    width: 365px;
  }
  #sec4 .btn a {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #sec4 .btn a:hover {
    opacity: 0.8;
  }
}

#sec5 {
  padding: 105vw 0 20vw;
  background: url("../img/index/sec5_bg_sp.jpg") center top no-repeat, url("../img/shared/bg2.jpg");
  background-size: 100% , auto;
  text-align: justify;
}

#sec5 h2 {
  width: 75%;
}

#sec5 .photo {
  margin-right: -10vw;
  margin-bottom: 5vw;
  margin-top: -9vw;
}

#sec5 .txt {
  margin-bottom: 6vw;
}
#sec5 .caution {
  font-size:16px;
	font-weight: bold;
}

@media (min-width: 768px) {
  #sec5 {
    padding: 459px 0 169px;
    background: url("../img/shared/bg2.jpg");
    position: relative;
  }
  #sec5:before {
    content: '';
    position: absolute;
    top: -227px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/index/sec5_bg.jpg") center top no-repeat;
    background-size: 100%;
  }
  #sec5 .wrap {
    z-index: 1;
  }
  #sec5 .txt {
    width: 462px;
    margin-bottom: 34px;
  }
	#sec5 .caution {
  font-size:18px;
	font-weight: bold;
}
  #sec5 h2 {
    margin-bottom: 45px;
  }
  #sec5 .photo {
    position: absolute;
    top: -32px;
    right: -305px;
    margin: 0;
    width: 774px;
  }
  #sec5 .btn {
    width: 460px;
  }
  #sec5 h2, #sec5 .txt, #sec5 .btn {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  #sec5 h2, #sec5 .txt, #sec5 .btn {
    margin-left: 0;
  }
}

#info {
  border-top: 17px solid;
  -o-border-image: url("../img/shared/bg3.jpg") 17 round;
     border-image: url("../img/shared/bg3.jpg") 17 round;
  padding: 45vw 0 10vw;
  position: relative;
}

#info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60vw;
  background: url("../img/index/info_bg.jpg") center no-repeat;
  background-size: cover;
}

#info:after {
  content: '';
  position: absolute;
  top: 60vw;
  right: 0;
  left: 0;
  height: 59vw;
  background: url("../img/index/info_deco.png") center;
  background-size: 12%;
}

#info .box {
  background: url("../img/shared/bg2.jpg");
  padding: 10vw 4vw;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#info .box h2 {
  width: 90%;
  margin: 0 auto 3vw;
}

#info dl {
  padding: 3vw 0;
  line-height: 2;
}

@media (max-width: 767px) {
  #info dl dt .sp {
    display: inline-block;
  }
}

#info dl span {
  font-size: 20px;
}

@media (min-width: 768px) {
  #info {
    padding: 340px 0 80px;
    border-width: 26px;
  }
  #info:before {
    height: 600px;
  }
  #info:after {
    height: 402px;
    top: 600px;
    background-size: auto;
  }
  #info .box {
    padding: 93px 130px;
  }
  #info .box h2 {
    text-align: center;
    margin-bottom: 33px;
  }
  #info .box dl {
    line-height: 28px;
    padding: 13px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #info .box dl dt {
    width: 175px;
  }
  #info .box dl dd {
    width: calc(100% - 175px);
  }
  #info .box dl dd span {
    font-size: 26px;
    line-height: 32px;
  }
  #info .box dl + dl {
    border-top: 1px solid #49270b;
  }
}

#map .btn2 {
  text-align: center;
  margin-top: 15px;
  display: block;
}

@media (min-width: 768px) {
  #map .btn {
    width: 365px;
  }
  #map .btn > *:not(.btn2) {
    line-height: 65px;
  }
  #map .btn2 a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
/*# osirase template */
.info{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:center;
	background: url("../img/shared/fixed_bg.jpg")repeat center top;
	border:1px solid #fff;/*適時変更 */
	color:#fff;/*適時変更 */
	font-size:4vw;/*適時変更 */
	padding:15px 10px;
	display:block;
	margin:5px;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
}
.info p{
	margin-bottom: 1em;
}
.info p:last-child{
	margin-bottom: 0em;
}
.info .ttl{
	font-size:130%;
	font-weight: bold;
}
@media screen and (min-width:1000px) {
.info{
	font-size:16px;/*適時変更 */
	display:block;
	width:700px;
	z-index:1000;/*適時変更、固定ナビの下になるように */
	margin: 0 auto 50px;
}
}

/*# sourceMappingURL=index.css.map */