@charset "utf-8";
/* CSS Document */
/* ==========================================================
 top
========================================================== */

@media screen and (max-width: 768px) {
	body:before {
		content: '';
		width: 100%;
		height: 100vh;
		background: url(../img/bg_top_01_2.jpg) 50% 0 no-repeat;
		background-size: cover;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
	}
	
	.nav-breadcrumb,
	.sec-cmn-01,
	.footer {
		background: #FFF;
	}
	.footer-copyright {
		margin: 0;
		padding: 7px 0 20px;
	}
	.wrap-list-cmn {
		margin: 0;
		padding-bottom: 20px;
	}
}

.header-top .header-in {
  padding: 0 0 17px;
  width: 100%;
}
.header-top .nav-global {
  width: 1000px;
  margin: 15px auto 0;
}

.nav-breadcrumb {
  display: none;
}
.contents .content-wrap {
  margin: 75px auto 0;
}
.footer {
  margin-top: 8px;
  border-top: none;
}
@media screen and (max-width: 768px) {
.header-top {
  border-bottom: none;
  position: static;
}
.header-top .header-in {
  width: 100%;
  padding: 0 0 19px;
}
.header-top .nav-global {
  width: 100%;
  margin: 0 auto;
}
.contents .content-wrap {
  margin: 0 auto;
}
.footer {
	margin-top: 0;
}
}

/* header-slider
---------------------------------------------------------- */
.wrap-slider {
}
.header-slider {
  width: 100%;
  min-width: 1000px;
  height: 700px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}
  .header-slider.slider-01 {
  }
  .header-slider.slider-02 {
  }
  .header-slider.slider-03 {
  }
  .header-slider .details {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1000px;
    margin: 0 0 0 -500px;
	padding-top: 160px;
  }
.header-slider video {
  display: block;
  width: 100%;
  height: auto;
}

    .header-slider .details .txt-01 {
      margin: 80px 0 160px;
      text-align: center;
      font-size: 68px;
      line-height: 1.2;
      color: #fff;
      letter-spacing: 13px;
      font-weight: 600;
    }
    .header-slider .details .txt-02 {
      margin-bottom: 50px;
      text-align: center;
      font-size: 20px;
      letter-spacing: 6px;
      color: #fff;
    }
    .header-slider .details .detailsLink {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .header-slider .details .btn {
      width: 250px;
      padding: 17px 15px 17px 26px;
      text-decoration: none;
      text-align: left;
      letter-spacing: 5px;
      font-size: 16px;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background: #FFF;
      display: inline-block;
      position: relative;
    }
    .header-slider .details .btn.saleLink {
      margin-left: 20px;
    }
@media screen and (min-width:0\0) {
	.header-slider .details .btn {
		padding: 20px 15px 14px 26px;
	}
}
	.header-slider .details .btn:before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
		background-color: #000;
		z-index: 0;
		position: absolute;
		left: 0;
		top: 0;
  }
  .header-slider .details .btn.saleLink:before {
    background-color: #900;
  }
	.header-slider .details .btn:hover:before {
		opacity: 0.7;
	}
    .header-slider .details .btn:after {
    content: '';
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 22px;
    background: url(/common/img/arrow_footer_white_pc.png) 0 0 no-repeat;
		z-index: 1;
    }
	.header-slider .details .btn span {
		position: relative;
		z-index: 1;
	}
@media screen and (max-width: 768px) {/**/
.wrap-slider {
  padding: 0 0 12px;
}
.header-slider {
  min-width: inherit;
  height: 320px;
  position: relative;
}
  .header-slider.slider-01 {
  }
  .header-slider.slider-02 {
  }
  .header-slider.slider-03 {
  }
.header-slider video {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
  .header-slider .details {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 75px 15px 0;
    z-index: 2;
  }
    .header-slider .details .txt-01 {
      margin: -6px 0 60px;
      font-size: 28px;
      line-height: 1.5;
      letter-spacing: 2px;
    }
  .header-slider.slider-01 .details .txt-01 {
    margin-bottom: 30px;
  }
    .header-slider .details .txt-02 {
      margin-bottom: 15px;
      font-size: 12px;
      letter-spacing: normal;
    }
    .header-slider .details .detailsLink {
      display: block;
    }
    .header-slider .details .btn {
      padding: 15px;
      width: 94%;
      font-size: 13px;
      text-align: center;
      left: 3%;
    }
    .header-slider .details .btn.saleLink {
      margin-left: 0;
      margin-top: 6px;
    }
    .header-slider .details .btn:after {
    right: 13px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background: url(../common/img/arrow_footer_white_sp.png) 0 0 no-repeat;
    background-size: contain;
    }
}

/*header-mainimg
---------------------------------------------------------- */
.header-mainimg {
  width: 100%;
  min-width: 1000px;
  height: auto;
  max-height: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.header-mainimg p {
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 68px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 13px;
  font-weight: 600;
}
.header-mainimg video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-mainimg {
    min-width: 100%;
    height: auto;
  }
  .header-mainimg p {
    top: 0;
    padding-top: 30vw;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .header-mainimg video {
    width: 100%;
    height: auto;
  }
}

/* header-list
---------------------------------------------------------- */
.header-list {
  overflow: hidden;
  margin-left: -3px;
}
  .header-list .item {
    float: left;
    width: 33.33%;
    position: relative;
  }
    .header-list .item a {
      display: block;
      margin-left: 3px;
    }
    .header-list .item a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 3px;
      bottom: 0;
      right: 0;
      background-color: rgba(102, 102, 102, 0.8);
    }
    .header-list .item a:hover:before,
    .header-list .item.slick-current a:before {
      background-color: rgba(102, 102, 102, 0);
    }
    .header-list .item a:hover:before,
    .header-list .item.slick-current a:before {
      background: url(../img/img_hover.png) 0 0 no-repeat;
      background-size: 100% 100%;
    }
    .header-list .item a:hover:after,
    .header-list .item.slick-current a:after {
      content: '';
      position: absolute;
      left: 3px;
      bottom: 0;
      right: 0;
      height: 10px;
      background-color: #AF8530;
    }
      .header-list .item a > img{
        width: 100%;
      }
    .header-list .item .item-in {
		width:100%;
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      margin: -10px auto 0;
      text-align: center;
    }
      .header-list .item .item-in .txt-01 {
        font-size: 20px;
        letter-spacing: 7px;
        color:#fff;
      }
      .header-list .item .item-in .txt-02 {
        color:#fff;
        font-size: 12px;
        letter-spacing: 2px;
      }
@media screen and (max-width: 768px) {
	.wrap-header-list {
		width: 50%;
		margin: 0 auto;
	}
.header-list {
  margin-left: 0;
  text-align: center;
}
  .header-list .item {
    display: inline-block;
    float: none;
		margin: 0;
  }
    .header-list .item a {
		margin: 0;
      height: 10px;
	  display: block;
	  outline: none;
    }
    .header-list .item a:before {
		margin: 0 auto;
      background: #000;
      display: inline-block;
      width: 10px;
      height: 10px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
      border-radius: 5px;
    }
	.header-list .item.slick-current a:before {
      background: #AF8530;
    }
    .header-list .item a:hover:before {
      background: #AF8530 none 0 0 no-repeat;
      background-size: 100% 100%;
    }
    .header-list .item a:hover:after,
    .header-list .item.slick-current a:after {
      display: none;
    }
      .header-list .item a > img{
        opacity: 0;
        width: 100%;
      }
    .header-list .item .item-in {
      display: none;
    }
}

/* top_bnr
---------------------------------------------------------- */
.top_bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 620px;
  height: 100px;
  margin: 0 auto 70px;
  padding: 20px 20px 20px 30px;
  background: url("../img/bnrbg_top_01.png") no-repeat;
}
.top_bnr dt {
  box-sizing: border-box;
  width: max-content;
  font-size: 14px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
}
.top_bnr dt strong {
  display: block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 6px;
}
.top_bnr dd {
  width: 300px;
  height: 60px;
}
.top_bnr dd a {
  padding: 16px 0 15px 20px;
  letter-spacing: 2px;
  text-align: left;
  font-size: 18px;
}
.top_bnr dd:nth-of-type(1) a:before {
  background: #900;
}
@media screen and (max-width: 768px) {
  .top_bnr {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0;
    background: url("../img/bnrbg_top_01_sp.png") no-repeat center center;
    background-size: cover;
  }
  .top_bnr dt {
    width: 100%;
    padding: 25px 0 15px;
    text-align: center;
  }
  .top_bnr dt strong {
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    letter-spacing: 6px;
  }
  .top_bnr dd:nth-of-type(1) {
    width: 290px;
    height: 50px;
    margin: 0 auto 12px;
  }
  .top_bnr dd:nth-of-type(2) {
    width: 290px;
    height: 50px;
    margin: 0 auto 12px;
  }
  .top_bnr dd a {
    height: 50px;
    padding: 13px 10px 11px 0;
    letter-spacing: 2px;
    text-align: center;
    font-size: 17px;
  }
  .top_bnr dd:nth-of-type(1) a:before {
    background: #900;
  }
}
/* ttl-top-01
---------------------------------------------------------- */
.ttl-top-01 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}
  .ttl-top-01 .en {
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
.ttl-top-02 {
  margin-bottom: 56px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 13px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 768px) {
.ttl-top-01 {
  padding-top: 50px;
  margin-bottom: 18px;
  font-size: 25px;
}
.ttl-top-02 {
  margin-bottom: 16px;
  font-size: 25px;
  letter-spacing: 4px;
	padding: 0 15px;
}
}
/* box-top-01
---------------------------------------------------------- */
#topAbout {
	background: none;
}
.box-top-01 {
	padding: 168px 0 75px;
	background: url(../img/bg_top_01_2.jpg) center top no-repeat fixed;
	background-size: cover;
	position: relative;
}
.box-top-01:before,
.box-top-01:after {
	content: '';
	width: 100%;
	background: no-repeat;
	background-size: cover;
	position:absolute;
	left: 0;
	z-index: 0;
}
.box-top-01:before {
	height: 400px;
	background-image: url(../img/bg_top_02.png);
	background-position: 50% 100%;
	top: 0;
}
.box-top-01:after {
	height: 700px;
	background-image: url(../img/bg_top_03.png);
	background-position: 50% 0;
	bottom: 0;
}
.box-top-01 .sec-cmn-in {
	position: relative;
	z-index: 1;
}
 /* .box-top-01:before {
    content: '';
    position:absolute;
    z-index: -1;
    width: 100%;
    height: 1117px;
    background: url(../img/bg_top_01_.png) center center no-repeat;
    background-size: cover;
  }*/
@media screen and (max-width: 768px) {
	.sec-cmn-in {
		padding: 0;
	}
.box-top-01 {
	padding: 36px 0 20px;
	background-size: 300% auto;
	background: none;
}
  .box-top-01:before {
    top: 0;
    z-index: 0;
    width: 100%;
    height: 130px;
    background: url(../img/bg_top_02.png) 50% 100% no-repeat;
    background-size: 100% auto;
  }
  #map-canvas{
	  height:280px;
	  width:100%;
	  margin-top: 10px;
  }
}
/* box-expecting
---------------------------------------------------------- */
.box-expecting {
  margin-bottom: 94px;
  overflow: hidden;
}
  .box-expecting .txt-01 {
    float: left;
    width: 300px;
    font-size: 16px;
    line-height: 2;
  }
  .box-expecting .wrap-btn {
    width: 407px;
    margin: 8px auto 0;
  }
@media screen and (max-width: 768px) {
.box-expecting {
	padding: 0 15px;
  margin-bottom: 44px;
}
  .box-expecting .txt-01 {
    float: none;
    width: auto;
    font-size: 12px;
  }
  .box-expecting .wrap-btn {
    width: 100%;
    float: none;
    margin: 8px 0 0;
  }
}


/* box-eastside
---------------------------------------------------------- */
.box-eastside {
	height: 560px;
  position: relative;
  padding-bottom: 94px;
  box-sizing: content-box;
}
.box-eastside .cycleBox {
}
  .box-eastside .box-eastside-in {
	height: 600px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 415px;
    background-color: #fff;
	z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
  }
    .box-eastside .box-eastside-in .inner {
      display: table;
      width: 100%;
      table-layout: fixed;
      line-height: 1.4;
    }
    .box-eastside .box-eastside-in .box-ttl {
      /* display: table-cell; */
      vertical-align: middle;
      /* width: 186px; */
      padding-top: 25px;
    }
      .box-eastside .box-eastside-in .box-ttl .ttl {
        font-size: 30px;
        text-align: center;
      }
@media screen and (max-width: 768px) {
.box-eastside {
	height: auto;
  padding-bottom: 0;
}
.box-eastside .cycleBox ul {
	width: 100%;
}
.box-eastside .cycleBox li,
.box-eastside .cycleBox li img {
	width: 100%;
}
  .box-eastside figure { margin: 0 -15px; }
    .box-eastside figure img { width: 100%; }
  .box-eastside .box-eastside-in {
	  height: auto;
	  padding: 0 15px;
    position: static;
    right: 0;
    padding-top: 50px;
    width: auto;
    background-color: #EEEEE3;
  }
    .box-eastside .box-eastside-in .inner {
      display: block;
    }
    .box-eastside .box-eastside-in .box-ttl {
      display: block;
      width: 100%;
      padding-top: 0;
    }
      .box-eastside .box-eastside-in .box-ttl .ttl-top-01 {
        margin-bottom: 0;
        font-size: 30px;
      }
}

/* box-news-01
---------------------------------------------------------- */
.box-news-01 {
	padding-top: 60px;
}
  .box-news-01 .list {
    padding: 0 25px;
    margin: 50px 0 16px;
  }
    .box-news-01 .list dt {
      clear: both;
      float: left;
      width: 80px;
      text-align: center;
    }
    .box-news-01 .list dd {
      margin-bottom: 23px;
      padding: 0 0 22px 100px;
      line-height: 1.4;
      border-bottom: 1px solid #DFDFCA;
    }
    .box-news-01 .list dd:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }
      .box-news-01 .list dd .title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.2;
        color: #AD8530;
      }
      .box-news-01 .list dd a {
        color: #AE8530;
		text-decoration: underline;
      }
      .box-news-01 .list dd a:hover {
		  text-decoration: none;
	  }
      .box-news-01 .list dd .details {
        overflow: hidden;
      }
      .box-news-01 .list dd .img {
        display: inline-block;
        float: left;
        width: 110px;
		margin-right: 15px;
      }
        .box-news-01 .list dd .img img {
          width: 100%;
        }
        .box-news-01 .list dd a:hover .img img {
			opacity: 0.7;
        }
@media screen and (max-width: 768px) {
	.box-news-01 {
		padding-bottom: 20px;
	}
  .box-news-01 .list {
    padding: 0 15px;
    margin: 20px 0 16px;
  }
    .box-news-01 .list dt {
      float: none;
      width: 100%;
      margin-bottom: 13px;
      font-size: 10px;
      text-align: left;
    }
    .box-news-01 .list dd {
      padding: 0 0 22px 0;
      font-size: 15px;
    }
      .box-news-01 .list dd .title {
        font-size: 18px;
      }
	.box-news-01 .btn-cmn-02 {
		margin-bottom: 0;
	}
}

/* wrap
---------------------------------------------------------- */
.wrap-btn-01 {
  width: 320px;
}
.wrap-btn-02 {
  width: 250px;
  margin: 0 auto;
}
.wrap-tbl {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
.wrap-btn-01 {
  width: auto;
  padding: 0 15px;
}
.wrap-btn-02 {
  width: 250px;
  margin: 0 auto;
}
.wrap-tbl {
  padding-top: 0;
}
}
/* tbl-navigation
---------------------------------------------------------- */
.wrap-tbl-nav {
  margin-bottom: 38px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
	.wrap-tbl-nav {
		margin: 0;
		padding-bottom: 38px;
	}
}
.tbl-navigation {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
  .tbl-navigation tr {
    border-bottom: 1px solid #DFDFCA;
  }
  .tbl-navigation td {
    vertical-align: top;
    padding-top: 10px;
    border-right: 1px solid #DFDFCA;
  }
  .tbl-navigation tr > td:nth-child(4) {
    border-right: none;
  }
  .tbl-navigation tr:last-child {
    border-bottom: none;
  }
  .tbl-navigation a {
    display: block;
  }
  .tbl-navigation a:hover {
    text-decoration: none;
  }
  .tbl-navigation .link-in {}
    .tbl-navigation .link-in .ico {
      display:inline-block;
      height: 50px;
    }
      .tbl-navigation .link-in .ico.ico-01 { width: 44px; }
      .tbl-navigation .link-in .ico.ico-02 { width: 33px;}
      .tbl-navigation .link-in .ico.ico-03 { width: 33px;}
      .tbl-navigation .link-in .ico.ico-04 { width: 40px;}
      .tbl-navigation .link-in .ico.ico-05 { width: 41px;}
      .tbl-navigation .link-in .ico.ico-06 { width: 59px;}
      .tbl-navigation .link-in .ico.ico-07 { width: 31px;}
      .tbl-navigation .link-in .ico.ico-08 { width: 29px;}
        .tbl-navigation .link-in .ico img { width: 100%;}
      .tbl-navigation .link-in .ico span {}
    .tbl-navigation .link-in .txt {
      padding-bottom: 13px;
      font-size: 14px;
      line-height: 1.3;
      color: #AE8530;
      font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    }
    
    
/* txt-tel-01
---------------------------------------------------------- */
.txt-tel-01 {
  position: relative;
  display: inline-block;
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
.txt-tel-01 {
  pointer-events: auto;
  text-decoration: underline;
}
}

/* box-eastside ttl-top-01
---------------------------------------------------------- */
.box-eastside .ttl-top-01 {
  font-size: 23px;
  margin-bottom: 0px;
}
  .box-eastside .ttl-top-01 .en {
    font-size: 8px;
  }
@media screen and (max-width: 768px) {
.box-eastside .ttl-top-01 { font-size: 25px; }
  .box-eastside .ttl-top-01 .en { font-size: 10px; }
}


@media screen and (max-width: 768px){
	#achievement .list-cmn-01 .item:nth-child(n+5) {
		display: none;
	}
}
























