.img-container {
    position: relative;
    margin: 0;
}

.img-container:before {
    padding-top: 66.66%;
    display: block;
    content: "";
}


.img-container-inner {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ccc;
}




.galeon-index h3{
  font-size: 46px;

text-transform: uppercase; 

 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;

}


.galeon-index .tit-wrap{
  margin-bottom: 30px;
}

.galeon-index .tit-wrap h3{
  float: left;
  width: 40%;
  padding-right: 30px;
  line-height: 1.2;
}

.galeon-index .tit-wrap p{
  float: right;
    width: 60%;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 0px !important;
}

.galeon-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /*
  max-width: 1440px;
  */
  margin: 0 auto 90px;
  padding: 0;
  list-style: none;
}

.galeon-index ul li {
  width: calc(50% - 15px);
}

.galeon-index ul li a{
  text-decoration: none;
  color: #333;
}

.galeon-index ul li a:hover{
  opacity: 0.8;
}

.galeon-index ul li h4{
  text-align: left;
  font-size: 32px;
  padding-top: 10px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;

   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}




/*詳細ページ*/



.galeon-single{
}

.galeon-single h3{
  font-size: 28px;
  margin-bottom: 30px;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.galeon-single .read{
  font-size: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.galeon-single h4{
  font-size: 48px;
text-transform: uppercase; 
text-align: center;
padding-bottom: 30px;
line-height: 1.2;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.galeon-single h4 span{
display: block; 
font-size: 16px;
line-height: 1.2;
margin-bottom: 5px;
}

.spec{
  margin-bottom: 60px;
}

.spec dl{
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  border-right:1px solid #ccc;
  padding-right: 20px;
}

.galeon-single h5{
  font-size: 36px;
text-transform: uppercase; 
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;

 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}



.img-slider{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}


.img-slider li{
  width: calc(25% - 0px);
  background: #999;
  cursor: pointer;
  border: 1px solid #fff;
}


.clumn-img-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  margin-bottom: 70px;

}

.clumn-img-list li {
  width: calc(33.333333333% - 0px);
  border: 1px solid #fff;

}

.clumn-img-list dl{
  padding: 20px;
}


.clumn-img-list dt{
  text-transform: uppercase; 
  font-size: 22px;

  margin-bottom: 10px;
  line-height: 1.4;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}


.clumn-img-list dd{
  font-size: 15px;
  line-height: 1.6;
}

.text-center-01{
  display: block;
  text-align: center;
  max-width: 900px;

}

.clumn-img-list-02{
  display: flex;
  flex-wrap: wrap;

  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  margin-bottom: 70px;

}

.clumn-img-list-02 li {
  width: calc(50% - 0px);

  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 20px;

}

.clumn-img-list-02 li span {
  font-size: 26px;
  padding-top: 15px;
  display: block;
}

.spec-02{
  margin-bottom: 70px;
  max-width: 1000px;

}

.spec-02-tit{
    font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-top: 30px;
    text-transform: uppercase; 
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.spec-02 dl{
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 15px;

}

.spec-02 dl dt{
  width: 50%;
  display: table-cell;
  padding-right: 30px;



}

.spec-02 dl dd{
  width: 50%;
  display: table-cell;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 70px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.link-btn-wrap{
  display: table;
  margin: 0 auto;
    border-collapse:separate;
  border-spacing:10px 0;
}

  .link-btn{
  text-transform: uppercase; 
  display: table-cell;
  margin: 0 auto;

}

.link-btn a{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  display: block;
  color: #333;
}

.link-btn a:hover{
  opacity: 0.7;
}


.link-btn img{
  max-width: 30px;
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;

}

/* モーダルの基本スタイル */
.img-modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}


.img-modal img {
  max-width: 70%;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  cursor: pointer;
}
.img-modal.show {
  display: flex;
  animation: fadeIn .3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/* 左右ナビゲーション */
.img-modal .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: white;
  cursor: pointer;
  padding: 0 20px;
  user-select: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.img-modal .nav:hover {
  opacity: 1;
}
.img-modal .prev { left: 0; }
.img-modal .next { right: 0; }



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





.galeon-index .tit-wrap h3{
  float: none;
  width: 100%;
  padding-right: 0px;
}

.galeon-index .tit-wrap p{
  float: none;
    width: 100%;

    font-size: 14px;

}

.galeon-index .tit-wrap{
  margin-bottom: 20px;
}



.galeon-index ul li {
  width: calc(100% - 15px);
}


.galeon-index h3{
  font-size: 38px;
  margin-bottom: 10px;
}

.galeon-index ul li h4{
  font-size: 28px;

}


/*詳細ページ*/






.galeon-single h3{
  font-size: 22px;
}

.galeon-single .read{
  font-size: 14px;
}


.galeon-single h4{
  font-size: 34px;
}




.galeon-single h4 span{
display: block; 
font-size: 16px;
line-height: 1.2;
}

.spec{
  margin-bottom: 60px;
    display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.spec dl{
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 0px;
  font-size: 16px;
  padding-left: 20px;
  border-right:1px solid #ccc;

  padding-right: 0px;
  display: block;
    width: calc(50% - 0px);
}

.spec dl:nth-child(even){
  border: none;
}

.galeon-single h5{
  font-size: 30px;
}

.img-slider{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}


.img-slider li{
  width: calc(50% - 0px);
}


.clumn-img-list li {
  width: calc(100% - 0px);

}


.clumn-img-list dt{
  font-size: 20px;
}


.clumn-img-list dd{
  font-size: 15px;
}




.clumn-img-list-02 li {
  width: calc(100% - 0px);


}

.clumn-img-list-02 li span {
  font-size: 22px;
}


.spec-02{
  margin-bottom: 70px;
  max-width: 1000px;

}

.spec-02-tit{
    font-size: 18px;
}

.spec-02 dl{
  font-size: 14px;
}


.link-btn-wrap{

  display: block;
}


  .link-btn{

  display: block;
  margin-bottom: 10px;
}


.link-btn a{

  padding: 10px;

  font-size: 22px;

}

.link-btn a:hover{
  opacity: 0.7;
}


}


@media screen and (max-width: 1024px) {
    .contactbox {
        width: 65% !important;

    }
}