﻿/*----------------------------------------------------------------------------------------------------

  メインビジュアル
  
----------------------------------------------------------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 100%;
  aspect-ratio: 96 / 35;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainvisual video {
  width: 100%;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}

@media screen and (max-width:900px) {
  #mainvisual {
    aspect-ratio: 16 / 9;
  }
}


/*----------------------------------------------------------------------------------------------------

  INFORMATION
  
----------------------------------------------------------------------------------------------------*/
#information {
  width: 100%;
  max-width: var(--base-width);
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: static;
}

#information #topics {
  margin-top: 50px;
}

#information .topics-list {
  list-style: none;
  display: flex;
  margin-top: 30px;
}

#information .topics-list li {
  width: calc(25% - 21px);
  margin-right: 26px;
  margin-bottom: 26px;
}
#information .topics-list li:last-child {
  margin-right: 0;
}

#information .topics-list li a,
#information .topics-list li .no-link {
  color: inherit;
  text-decoration: none;
}
#information .topics-list li a:hover {
  opacity: 0.7;
}

#information .topics-list li .photo {
  aspect-ratio: 260 / 370;
  display: flex;
  align-items: center;
}

#information .topics-list li .photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#information .topics-list li p {
  margin-top: 0.5em;
  font-weight: 500;
}

@media screen and (max-width:900px) {
  #information .topics-list {
    flex-wrap: wrap;
  }
  #information .topics-list li {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 36px;
    text-align: center;
  }  
  #information .topics-list li:nth-child(even) {
    margin-right: 0;
  }
  #information .topics-list li p {
    text-align: left;
  }
}

#information #news {
  margin-top: 50px;
}

#information #news ul {
  margin-top: 40px;
  list-style: none;
}

#information #news ul li {
  border-bottom: 1px solid #cdcdcd;
}

#information #news ul li a,
#information #news ul li .no-link {
  display: flex;
  align-items: center;
  padding: 1em 0;
  color: inherit;
  text-decoration: none;
}
#information #news ul li a:hover {
  color: rgba(var(--bcolor-2),1);
}

#information #news ul li .date {
  display: block;
  width: 12em;
  color: #828c96;
  text-align: center;
}

#information #news ul li .title {
  display: flex;
  align-items: center;
  width: calc(100% - 12em);
}

#information #news ul li .new {
  display: inline-block;
  width: 4em;
  margin-right: 0.5em;
  background-color: #dc3741;
  color: rgba(var(--acolor-f),1);
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width:900px) {
  #information #news ul li a,
  #information #news ul li .no-link {
    flex-wrap: wrap;
  }
  #information #news ul li .date {
    width: 100%;
    text-align: left;
  }
  #information #news ul li .title {
    width: 100%;
  }
}

#information .noInfo {
  margin-top: 2em;
  font-size: var(--fs-s)
}


/*----------------------------------------------------------------------------------------------------

  SERVICE
  
----------------------------------------------------------------------------------------------------*/
#service {
  padding-top: 56px;
  padding-bottom: 130px;
}

#service .l-secTtl02 {
  margin-top: 40px;
}

#service .l-secTtl03 {
  margin-top: 24px;
}

#service .training-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 78px;
}

#service .training-box {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

#service .training-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#service .training-title {
  position: absolute;
  top: 60px;
  z-index: 2;
  width: 100%;
  line-height: var(--line-height-s);
  color: rgba(var(--acolor-f),1);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 15px rgba(var(--bcolor-4),.4);
}

#service .training-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

@media screen and (max-width:830px) {
  #service .training-btn {    
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 16em;
  }
}

@media screen and (max-width:700px) {
  #service .training-list {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  #service .training-box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  #service .training-btn {
    width: 13em;
  }
}

#service .rental .facility-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

#service .rental .facility-list li { width: 33.333%; }

#service .rental .facility-list span {
  aspect-ratio: 374 / 254;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--acolor-f),1);
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0,0,0,.5);
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#service .rental .facility-list li:nth-child(1) span { background-image: url("../image/top/service-rental-photo01.jpg?upd=20240719"); }
#service .rental .facility-list li:nth-child(2) span { background-image: url("../image/top/service-rental-photo02.jpg?upd=20240719"); }
#service .rental .facility-list li:nth-child(3) span { background-image: url("../image/top/service-rental-photo03.jpg"); }
#service .rental .facility-list li:nth-child(4) span { background-image: url("../image/top/service-rental-photo04.jpg"); }
#service .rental .facility-list li:nth-child(5) span { background-image: url("../image/top/service-rental-photo05.jpg?upd=20240719"); }
#service .rental .facility-list li:nth-child(6) span { background-image: url("../image/top/service-rental-photo06.jpg?upd=20240719"); }

#service .rental-btn {
  margin: 40px auto 0;
  text-align: center;
}
#service .rental-btn .p-btn {
  width: 18em;
  margin-bottom: 1em;
}
#service .rental-btn .p-btn:first-of-type {
  margin-right: 0.5em;
}

@media screen and (max-width:700px) {
  #service .rental .facility-list li { width: 50%; }
  
  #service .rental-btn {
    width: 20em;
    margin: 40px auto 0;
    text-align: center;
  }
  #service .rental-btn .p-btn:first-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width:420px) {
  #service .rental .facility-list li { width: 100%; }
}


/*----------------------------------------------------------------------------------------------------

  OTHER
  
----------------------------------------------------------------------------------------------------*/
#other {
  background-color: rgba(var(--bcolor-6),1);
  padding-bottom: 100px;
}

#other .l-secTtl01 {  
  position: relative;
  top: -33px;
}

#other .l-secTtl02 span {  
  background-color: rgba(var(--bcolor-6),1);
}

#other .other-secTtl02 {
  background-color: rgba(var(--bcolor-6),1);
  padding-bottom: 26px;
}

/* pickup・contact */
#other .other-cols {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

#other .pickup,
#other .contact {
  width: calc(50% - 20px);
  background-color: rgba(var(--acolor-f),1);
}

#other .pickup .pickup-list,
#other .contact .contact-list {
  padding: 35px 30px;
  box-sizing: border-box;
}

#other .pickup .pickup-list ul,
#other .contact .contact-list ul {
  list-style: none;
}

#other .pickup .pickup-list ul li,
#other .contact .contact-list ul li {
  border-bottom: 1px solid rgba(var(--bcolor-1),.3);
}

#other .pickup .pickup-list ul li a,
#other .contact .contact-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  min-height: 80px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  line-height: var(--line-height-s);
}
#other .pickup .pickup-list ul li a:hover,
#other .contact .contact-list ul li a:hover {
  color: rgba(var(--bcolor-1),1);
}

#other .pickup .pickup-list ul li a .icon,
#other .contact .contact-list ul li a .icon {
  width: 80px;
}

#other .pickup .pickup-list ul li a .title,
#other .contact .contact-list ul li a .title {
  width: calc(100% - 80px);
}

#other .contact .contact-list ul li a .voice-title {
  line-height: 1.1;
}

#other .contact .tel-fax {
  margin-top: 40px;
  margin-left: 20px;
  color: rgba(var(--bcolor-1),1);
}

#other .contact .tel-fax .tel,
#other .contact .tel-fax .fax {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 26px;
}

#other .contact .tel-fax .icon {
  display: flex;
  align-items: center;
  width: 40px;
  margin-right: 10px;
}

@media screen and (max-width:800px) {
  #other .other-cols {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  #other .pickup,
  #other .contact {
    width: 100%;
    margin-bottom: 50px;
  }
}

/* sns */
#other .sns {
  margin-top: 80px;
}

#other .sns-list {
  display: flex;
  margin-top: 24px;
  background-color: #fff;
}

#other .sns-list-box {
  width: 33.333%;
  padding: 30px;
  box-sizing: border-box;
  border-right:1px solid rgba(var(--bcolor-1),.2);
}
#other .sns-list-box:last-of-type { border-right: none; }

#other .sns-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#other .sns-description .sns-icon {
  width: 80px;
}

#other .sns-description p {
  width: calc(100% - 80px - 1.5em);
  line-height: var(--line-height-s);
  margin-left: 1.5em;
}

#other .sns-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 18px;
  box-sizing: border-box;
  margin: 0 auto;
}

#other .sns-btn .p-btn {
  width: 100%;
}
#other .sns-btn .p-btn-nolink {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  line-height: var(--line-height-s);
  position: relative;
  overflow: hidden;
  border-radius: .25em;
  font-weight: 500;
  color: rgba(var(--bcolor-1),1);
  background-color: transparent;
  border: 1px solid rgba(var(--bcolor-2),1);
  padding: 0.9em 1.5em;
  width: 100%;
}

@media screen and (max-width:800px) {
  #other .sns {
    margin-top: 0;
  }

  #other .sns-list {
    flex-wrap: wrap;
  }

  #other .sns-list-box {
    width: 100%;
    border-right:none;
    border-bottom:1px solid rgba(var(--bcolor-1),.2);
  }
  #other .sns-list-box:last-of-type { border-bottom: none; }
  
  #other .sns-description {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  
  #other .sns-description .sns-icon {
    width: 60px;
  }

  #other .sns-description p {
    width: calc(100% - 165px);
    line-height: var(--line-height-s);
    margin-left: auto;
    padding: 0 1em;
    box-sizing: border-box;
  }

  #other .sns-qr {
    display: block;
    width: 105px;
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width:430px) {
  #other .sns-description p {
    width: calc(100% - 60px);
    padding-right: 0;
  }

  #other .sns-qr {
    margin-top: 1em;
  }
}



