@charset "UTF-8";

/* ******************************************
	共通
****************************************** */
header, #fixed-header {
  border-bottom: none;
}







/* ******************************************
	top_slider
****************************************** */
#top_slider {
  width: 100%;
  max-width: none;
  padding: 0;
  position: relative;
  z-index: -1;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_slider div {
  width: 100%;
  line-height: 0.1em;
}
#top_slider div img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slick-prev {
  left: 25px;
  z-index: 999;
}
[dir='rtl'] .slick-prev {
  left: 25px;
  z-index: 999;
}
.slick-prev:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
[dir='rtl'] .slick-prev:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slick-next {
  right: 55px;
  z-index: 999;
}
[dir='rtl'] .slick-next {
  right: 55px;
  z-index: 999;
}
.slick-next:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[dir='rtl'] .slick-next:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top_slider .copy {
  position: absolute;
  width: 80%;
  text-align: center;
  padding-top: 80px;
}
#top_slider .copy .logo {
  width: 35%;
  max-width: 325px;
  margin: 0 auto 30px;
}
#top_slider .copy .logo img {
  width: 100%;
}
#top_slider .copy h2 {
  font-size: min(5rem, 4.7vw);
  padding: 0;
  margin: 0;
  color: #fff;
}
#top_slider .copy p {
  line-height: 1.2em;
  color: #fff;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  .slick-prev, .slick-prev::before,
  .slick-next, .slick-next::before {
      display: none;
  }
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_contents
****************************************** */
#top_contents {}
#top_contents .list_photos li a::after {
  content: none;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_about
****************************************** */
#top_about {
  background-color: #F3F3F3;
  padding-bottom: 0;
}
#top_about h3 {
  font-size: 2.6rem;
  margin-bottom: 40px;
}
#top_about ul {
  padding: 0;
  margin: 0;
  margin-top: 130px;
  list-style: none;
  background-color: #E5E5E5;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#top_about ul li {
  padding: 60px 5%;
  margin: 0;
  width: 20%;
  border-left: 2px solid #F3F3F3;
  position: relative;
}
#top_about ul li:last-child {
  border-right: 2px solid #F3F3F3;
}
#top_about ul li h3 {
  text-align: left;
  position: absolute;
  font-size: 4.6rem;
  top: -15px;
}
#top_about ul li h3::before {
  content: 'POINT';
  font-size: 18px;
  position: absolute;
  top: -30px;
}
#top_about ul li p {
  text-align: left;
  font-size: 2rem;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top_about ul {
    padding-top: 40px;
  }
  #top_about ul li {
    padding: 60px 5% 30px;
    margin: 0 auto 45px;
    width: 70%;
    border-left: none;
    border-bottom: 2px solid #F3F3F3;
  }
  #top_about ul li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #top_about ul li h3 {
    top: 15px;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_kaitori
****************************************** */
#top_kaitori {
  background-image: url(../images/top/top_kaitori.jpg);
  color: #fff;
}
#top_kaitori .wrap .address {
  border-left: 1px solid #fff;
}
#top_kaitori .sns a {
  color: #fff;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top_kaitori .wrap .address {
    border-left: none;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}



/* ******************************************
	top_news
****************************************** */
#top_news {
  background-image: url(../images/top/top_news.jpg);
  background-size: cover;
  background-position: center center;
}
#top_news .wrap {
  padding: 100px 0;
}
#top_news h2 {
  font-size: 3.7rem;
}
#top_news ul {
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  font-size: 1.5rem;
}
#top_news ul li {
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #000;
}
#top_news ul li a {
  display: block;
  color: #000;
  position: relative;
  padding: 20px;
  padding-left: 140px;
}
#top_news ul li a i {
  width: 120px;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
}
#top_news ul li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 18px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px solid #000;
}
#top_news ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 23px;
  height: 6px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #top_news ul li a {
    padding-left: 0;
  }
  #top_news ul li a i {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
  }
}




/* ******************************************
	top_access
****************************************** */
#top_access {
	padding: 0;
  line-height: 0.1em;
}

#top_access iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}



