@charset "utf-8";
*,
*::before,
*::after { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a { 
  text-decoration: none;
}

ul,
li{
  list-style: none;
}

img {
  max-width:100%; 
  height:auto;
  vertical-align: bottom;
}


body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

header{
  text-align: center;
  margin: 20px;
  line-height: 2;
}
header h1, h2, h3{
 color:#007ad1; 
}

h1{
    font-size: clamp(1rem, -2rem + 6.25vw, 3rem);
    margin-bottom: 0;
}

h2{
font-size: clamp(1rem, -0.6875rem + 3.5156vw, 2.125rem);
}

h3{
font-size: clamp(1rem, -0.3125rem + 2.7344vw, 1.875rem);
}

h4{
  text-align: center;
  color: #0066cc;
  margin-top: 100px;
}

.lead-copy{
margin: 25px 10px;
text-align: center;
line-height: 1.5;
}

iframe{
    width: 100%;
    height: auto;
}

html {
  scroll-behavior: smooth;
}



/* トップへ戻るボタン */
.topbutton{
    width: 80px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 10px;
}


/* 下へ戻るボタン */
.downbutton{
  width: 80px;
  height: auto;
  position: fixed;
  right: 20px;
  top: 140px;

}

.favicon-icon{
  width: 80px;
  height: auto;
  position: fixed;
  right: 20px;
  top:50px;

}

/* フッター */
footer{
  text-align: center;
 background-color: #4997d0; 
 color: #ffffff;
 padding: 20px;
 margin-top: 20px
}


/* インデックスページのｃｓｓ */
nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px 10px;
}

nav ul li{
  /* flex-basis: 20%; */
  margin: 80px 20px;
  text-align: center;
}

nav ul li img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  box-shadow:inset -10px 10px 20px rgba(8, 131, 161, 0.9);
  margin-top: 12px;
  margin-bottom: 5px;
}




nav ul li a span{
  background: linear-gradient(transparent 5%, #4997d0 50%);
    padding: 5px 10px 1px 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}


nav ul li figcaption{
  text-align: center;
  color: black;
  font-size: 14px;
  padding-top: 5px;
}


@media (hover: hover) {
  a:hover {
    background-color: #4997d0;
  }
}

.banner-group{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
}

.banner-group img{
  margin: 5px;
  padding: 5px;
 
}

address{
  text-align: center;
  font-weight: 500;
  margin: 50px 0;
}

/* ここまでインデックスページ */

/* ここからレポートのcss */
.to-index{
  text-align: right;
  margin-right: 20px;
}

.to-index img{
  width: 100px;
  height: auto;
}

/* .to-index a{
  background-color: rgba(51,255,255,0.45);
  color: #0066cc;
  font-weight: 800;
  border-radius: 20px;
  margin: 50px 20px;
  padding: 5px 10px;
  text-align: right;
} */

.antigua-report{
  line-height: 2.5;
  margin: 10px 280px 10px 50px;
}

.antigua-report span{
   font-weight: 700;
   background: linear-gradient(transparent 50%, rgba(51,255,255,0.45) 50%);
}

.pdf-info{
 background-color: rgba(51,255,255,0.45);
  color: #0066cc;
  font-weight: 800;
  padding: 5px 10px;
  text-align: right; 
  margin: 50px 0;
}

/* ここまでレポートのcss */




/* ここからアルバムのcss */

.ph-albumn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px;
  align-items: flex-end;
}


.ph-albumn img{
  width: 250px;
  height: auto;
  border-radius: 10px;
  display: block;
}

.ph-albumn figure{
  display: table;
  margin: 20px;
  /* border: #4997d0 dotted 2px; */
  padding: 10px 20px;
} 

.ph-albumn figcaption{
  display: table-caption;
  caption-side: bottom;
  padding: 0 20px;
}

.laboda{
  text-align: center;
  line-height: 1.5;
}

.cooking, .option-story{
  line-height: 1.5;
}

.mac-cafe{
  line-height: 1.5;
  margin: 20px 50px 10px 50px;
}

.mac-title{
  color: #0066cc;
  font-size: 20px;
  font-weight: 500;
}

/* ここまでアルバムのcss */


/* 動画の指定 */
.lax-video{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 50px auto 100px auto;
}

.lax-video video{
  width: 30%;
  height: auto;
  border-radius: 10px;
}

.video-title{
  text-align: center;
  font-size: 24px;
  color: #007ad1;
  font-weight: 600;
  margin: 30px;
}

.video-info{
  text-align: center;
  line-height: 1.5;
  margin: 20px;
}

/* ここまで動画 */


/* ここからレスポンシブ */

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

nav ul{
  display: block;
}

nav ul li{
  vertical-align: middle;
  text-align: center;
  margin: 20px 0;
}


.antigua-report{
  margin: 10px 25px 10px 25px;
}

.to-index img{
  width: 20%;
  height: auto;
}
.ph-albumn{
  display: block;
  margin-left: 30px;
}

.banner-group{
  display: block;
}



.lax-video{
  display: block;
  margin: 20px;
}

.lax-video video{
  width: 80%;
  height: auto;
  margin: 30px 0
}



}

