@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	background: #fff;
}
/*-----------------------------------------------------------slider*/
.swiper-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}
.swiper-container #catch {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9999;
}
.swiper-container #catch h2 {
    padding-left: 10px;
}
.swiper-container #catch img {
    width: auto;
    height: 130px;
}
.slide01 {
  background: url(../img/index_img/slide01.jpg) center center no-repeat;
  background-size: cover;
}
.slide02 {
  background: url(../img/index_img/slide02.jpg) center center no-repeat;
  background-size: cover;
}
.slide03 {
  background: url(../img/index_img/slide03.jpg) center center no-repeat;
  background-size: cover;
}
.slide04 {
  background: url(../img/index_img/slide04.jpg) center center no-repeat;
  background-size: cover;
}
.slide05 {
  background: url(../img/index_img/slide05.jpg) center center no-repeat;
  background-size: cover;
}

#scroll_d {
  height: 60px;
  overflow: hidden
}
#scroll_d:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  border-left: 1px #fff solid;
  animation: scroll 4s ease 0s infinite normal;
  margin: 0 auto 0;
}
.scroll-line {
  width: 1px;
  background-color: rgba(57, 61, 52, 0.3);
}
.scroll-area {
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: 2;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 30px;
    margin-top: 0;
  }
  100% {
    margin-top: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width:768px) {
.swiper-container {
  height: calc(100vh - 183px);
}
.swiper-container #catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.swiper-container #catch h2 {
    width: 1140px;
    padding-left: 0;
}
.swiper-container #catch img {
    width: auto;
    height: 160px;
}
}

/*------------------------------------------------------------content*/

/*------------------------------------------------------------greeting*/
#greeting .tx p:first-child {
    margin-bottom: 15px;
}
#greeting .movie {
    margin: 20px auto 0;
    max-width: 380px;
}
#greeting .movie video {
    margin: 0;
    padding: 0;
    display: block;
}
#greeting .ph_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#greeting .ph_list li {
    width: 32.5%;
}
#greeting .ph_list li img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
#greeting .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#greeting .tx {
    width: 570px;
}
#greeting .tx p:first-child {
    margin-bottom: 25px;
}
#greeting .movie {
    width: 550px;
    margin: 0;
    max-width: 100%;
}
#greeting .movie video {
    margin: 0;
    padding: 0;
    display: block;
}
#greeting .ph_list {
    margin-top: 50px;
}
#greeting .ph_list li {
    width: 370px;
}
}

/*------------------------------------------------------------news*/
#news {
	padding: 40px 0 100px;
	text-align: left;
    color: #202020;
    background: url("../img/index_img/news_bg_sp.png") center bottom no-repeat #fff;
    background-size: auto 120px;
}
#news .title01 {
    color: #202020;
    text-shadow: 
        rgba(255,255,255,0.2) 1px 1px 3px, rgba(255,255,255,0.2) -1px -1px 3px,/*右下、左上*/
        rgba(255,255,255,0.2) -1px 1px 3px, rgba(255,255,255,0.2) 1px -1px 3px,/*右上、左下*/
        rgba(255,255,255,0.2) 0px 1px 3px, rgba(255,255,255,0.2) 0-1px 3px,/*右、左*/
        rgba(255,255,255,0.2) -1px 0 3px, rgba(255,255,255,0.2) 1px 0 3px;/*上、下*/
}
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	margin-bottom: 12px;
}
#news01 dl dt, #news01 dl dd {
	line-height: 1.25;
}
#news01 dl dt {
	margin-bottom: 4px;
}
#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#news01 dl dd a {
    color:#202020;
}

#news .btn {
    margin-top: 10px;
	text-align: center;
}
#news .btn a {
	display: inline-block;
    width: 173px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #086b36;
    background: url("../img/index_img/btn_bg.png") center center no-repeat;
    background-size: auto 40px;
}
@media print, screen and (min-width:768px) {
#news {
    padding: 80px 0;
    background: url("../img/index_img/news_bg_pc.jpg") center center no-repeat #fff;
    background-size: auto 100%;
}
#news01 {
	width: 820px;
    margin: 0 auto;
}
#news01 dl {
	margin-bottom: 20px;
}
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 120px;
}
#news .btn {
    margin-top: 20px;
}
#news .btn a {
    width: 216px;
    height: 50px;
    line-height: 50px;
    background: url("../img/index_img/btn_bg.png") center center no-repeat;
    background-size: auto 50px;
}
#news .btn a:hover {
    transition: all 0.5;
    opacity: 0.6;
    text-decoration: none;
    background: url("../img/index_img/btn_bg.png") center center no-repeat, url("../img/common_img/nav_on.png") center center no-repeat;
    background-size: auto 50px, auto;
}
}
