@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro','Meiryou','sans-serif';
    font-size: 1.5vw;
}

a {
    text-decoration: none;
    color: #333;
}
#menu-btn-check {
  display: none;
}
.header_logo {
  display: none;
}
.header-box {
  max-width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  background-color: rgba(0, 18, 39, 0.875);
  z-index: 3;
}


.background {
position: absolute;
width: 80%;
height: 320vw;
margin: 0;
margin-top: -0.5%;
background-color: #f4f4f4;
z-index: 0.1;
}

.header-box {
display: block;
  max-width: 100%;
  height: 7vw;
  display: flex;
  position: fixed;
  background-color: rgba(0, 18, 39, 0.875);
  z-index: 10;
}

.banner-logo img{
  width: 36.4%;
  z-index: 1;
  margin-top: -0.1vw;
  margin-left: 0.5%;
}
.menu-content {
display: block;
  width: 55vw;
  display: flex;
  z-index: 1;
  margin-left: 43.4%;
  margin-top: -3.5vw;
}

.menu-content ul {
  width: 55vw;
  height: 2vw;
  display: flex;
  text-align: center;
  margin: 0;
}
.menu-content ul li {
  width: 23%;
  list-style: none;
  border-right: solid 0.01vw #f2f2f2;
}
.menu-content ul li:first-child {
  border-left: 0.01vw solid #f2f2f2;
}
.menu-content a {
color: #f4f4f4;
}
.header-img img {
width: 100%;
height: 40vw;
opacity: 0.8;
}
.access {
margin: -2.5vw 0% 0% 2%;
position: relative;
display: inline-block;
width: 100%;
max-width: 10vw; /* ボタン幅 */
padding: 1em 1em;
background: rgb(222, 202, 142); /* 背景色 */
text-decoration: none;
border-radius: 0.5em;
box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
text-align: center; /* 文字の太さ */
font-size: 1.3vw;
font-family: serif;
}
.access a {
color: #252525;
letter-spacing: 2px;
font-weight: bold;
}

/* マウスオーバーした際のデザイン */
.access::before {
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #314a61 50%, #31506e 60%); /* めくれた色 */
border-radius: 0 0 0.5em 0;
box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
transition: 0.3s;
}
.access:hover::before {
width: 2em;
height: 2em;
}

/* クリックした際のデザイン */
.access:active {
box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
transform: translate(1px, 1px);
}
  .background {
    position: absolute;
    width: 75%;
    height: 100vw;
    margin: 0;
    margin-top: -10vw;
    background-color: #f4f4f47a;
    z-index: 0.1;
  }

  .greetings {
    max-width: 100%;
    position: relative;
    display: flex;
    margin-top: 2vw;
    background-color: #c7beb539;
    margin-bottom: 2vw;
  }
  .greetings img {
    position: relative;
    width: 75%;
    height: 30vw;
    opacity: 0.6;
    filter: blur(0.5px);
    z-index: 1;
  }
  .greetings-text {
    width: 65%;
    position: absolute;
    top: 23vw;
    left: 25%;
    background-color: #2b3553;
    padding: 6vw 5% 3vw 5%;
    font-size: 1.3vw;
    z-index: 1;
    color: #f4f4f4;
    line-height: 1.5;
  
  }
  .greetings-text a {
    display: block;
    color: #f4f4f4;
    margin-left: 53%;
    line-height: 1.2;
  }
  .greetings-title {
    margin: 0 auto;
  }
  .greetings-text img {
    width: 13vw;
    height: auto;
    position: absolute;
    object-fit: cover;
    z-index: 3;
    opacity: 1;
    top: 16vw;
    right: 7vw;
  }
.table-title ,.greetings-title {
  position: relative;
    text-align: left;
    width: 15%;
    margin-left: 45%;
    margin-top: 20vw;
    font-size: 3vw;
    font-weight: normal;
    font-family: serif;
    border-bottom: solid 3px #ffc439; 
}
.table-title {
  margin-top: 20vw;
  margin-bottom: -1vw;
}
.table-title::after ,.greetings-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #96e089;
  width: 35%;
}
.greetings-title {
  margin-top: 5vw;
}
table {
    width: 70%;
    margin: auto;
    padding: 0;
    margin-top: 2.5vw;
    margin-bottom: 10vw;
    position: relative;
    z-index: 2;
}
tr {
    display: block;
    border-bottom: 1px solid #888888;
    padding: 3% 0 3% 10%;
}
th {
    font-weight: normal;
    white-space: nowrap;
}
td {
    width: 100%;
    text-align: center;
}
tr:first-child {
    border-top: 1px solid #888888;
}
table tr:nth-child(odd) {
    background-color: rgba(227, 221, 213, 0.398);
}
.footer {
  position: relative;
  font-family: serif;
  margin-bottom: -0.6vw;
}
.footer img {
  position: relative;
  width: 100%;
  height: 41vw;
  opacity: 0.5;
}
.footer h1 {
  position: absolute;
  width: 100%;
  height: 7vw;
  text-align: center;
  line-height: 2.5;
  font-weight: normal;
  background-color: #00203d;
  color: #fff;
  letter-spacing: 3px;
  opacity: 1;
  z-index: 3;
}
.footer-box {
  position: absolute;
  top: 0vw;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 41vw;
  align-items: center;
  text-align: center;
  background-color: #001f3d5d;
  color: black;
}

.footer-box img {
  margin-bottom: -1vh;
  width: 55%;
  height: 6vw;
  opacity: 1;
}
.footer-box a {
  display: block;
  font-size: 1.6vw;
  color: #fdfdfd;
  letter-spacing: 2px;
}
.address {
  width: 100%;
  margin-top: 3vw;
}
.address iframe {
  margin-top: 8vw;
  width: 40vw;
  height: 25vw;
}
.footer-access::before {
position: absolute; /*--positionを追加--*/
top: 0%;
left: 50%;
margin: 0 1rem;
content: "";
width: 1px; /*--縦線の太さ(幅)--*/
height: 27.5vw;
  margin-top: 12vw;
background-color: #333; /*--縦線の色--*/
  opacity: 1;
  z-index: 5;
}
.footer-access {
  width: 100%;
  margin-top: 9vw;
}
.footer-access .tel {
  margin-top: 1vw;
  font-size: 1.8vw;
}
.footer-access a {
  display: inline-block;
  margin-left: 2%;
  font-size: 1.5vw;
}
.footer-access p {
  color: #fdfdfd;
  margin-left: 2%;
  font-size: 1.8vw;
  letter-spacing: 2px;
}

.access-btn a {
  margin: 2vw 0 0 27%;
  position: relative;
  display: inline-block;
  display: block;
  width: 100%;
  max-width: 42%; /* ボタン幅 */
  padding: 1em 1em;
  background: #e4da77; /* 背景色 */
  text-decoration: none;
  border-radius: 3em;
  color: #000000; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  font-weight: normal;
  text-align: center; /* 文字の太さ */
  font-size: 1.5vw;
}
.copy {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 0.9vw;
  background-color: #020527;
  padding: 7px 0 4px;
  z-index: 1;
}


  
  div.animation_box {
    padding: 10px;
    animation: fadeIn 5s ease 1s 1 normal backwards;
  }
   
  @media only screen and (max-width: 600px) {
    * {
      font-weight: bold;
    }

    .header-box {
      display: none;
    }
    .menu-content {
      display: none;
    }

    .header_logo {
      display: block;
      width: 100%;
      height: 16vw;
      display: flex;
      background-color: rgba(13, 24, 70, 0.93);
      position: fixed;
      z-index: 90;
    }
    .header_logo img {
      max-width: 75%;
      height: auto;
      margin-left: 1%;
      margin-top: 0.5vw;
      z-index: 100;
   }
   .menu-btn {
    position: fixed;
    top: 5vw;
    right: 5vw;
    display: flex;
    height: 6vw;
    width: 8vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: '';
    display: block;
    height: 0.4vw;
    width: 7vw;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    z-index: 90;
  }
  .menu-btn span::before {
    bottom: 1.8vw;
  }
  .menu-btn span::after {
    top: 1.8vw;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  
  .menu-contentsp {
    display: block;
    width: 100%;
    height: 200vw;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(13, 24, 70, 0.93);
    transition: all 0.5s;
    color: #f4f4f4;
  }
    
  .menu-contentsp ul:first-child {
    padding: 80px 10px 50px;
    font-size: 4.8vw;
  }
  
  .menu-contentsp ul {
    margin: 1vw 8px 2vw 8px;
    font-size: 4vw;
    text-align: center;
  }
  
    
  .menu-contentsp ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
    padding-bottom: 8px;
  }
  
  .menu-contentsp ul li a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 20px 15px 0px 0px;
    position: relative;
    z-index: 95;
    font-weight: normal;
  }
  
  .menu-contentsp ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right:  solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 90;
    right: 11px;
    top: 28px;
  }
    
  #menu-btn-check:checked ~ .menu-contentsp {
    left: 0;
  } 
  .access {
    display: inline;
    margin-left: 13%;
    background-color: rgb(222, 202, 142);
    padding: 9.7vw 20vw 6.5vw 20vw;
    border-radius: 100px;
  }
  .access a {
    color: #001c29;
    font-weight: bold;
    font-size: 5vw;
  }
  .access::before {
    display: none;
    }
    .access:hover::before {
      display: none;
    }
  .menu-box {
    display: none;
  }
.background {
  height: 1300px;
}
.header-img img {
  width: 100%;
  height: 60vw;
  padding-top: 16vw;
  opacity: 0.7;
}

.greetings-title {
  width: 40%;
  margin: 10vw 0 5vw 35%;
  font-size: 7vw;
  font-weight: bold;
  color: #2e2e36;
}
.greetings img {
  height: 70vw;
  width: 95vw;
}
.greetings-text {
  top: 55vw;
  left: 1vw;
  width: 90vw;
  height: 64vw;
  font-size: 3.7vw;
  letter-spacing: 0.5px;
  padding: 5vw 3vw 0vw 6vw;
  font-family: serif;
  font-weight: 600;
  background-color: #2b3553f8;
}
.greetings a {
  display: block;
  margin-left: 20%;
  margin-top: -3vw;
  line-height: 2;
  
}
.greetings-text img {
  width: 30vw;
  height: auto;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  opacity: 1;
  top: 58vw;
  right: 5vw;
}
.table-title {
  font-size: 7vw;
  width: 40%;
  margin: 70vw 0 5vw 35%;
  font-weight: bold;
  color: #2e2e36;
}
table {
  width: 90%;
  padding-bottom: 30%;
  color: #3a3a52;
}

th {
  font-size: 4vw;
  padding: 2% 5% 2% 2%;
  font-weight: 600;
}
td {
  font-size: 4vw;
  padding: 2% 5% 2% 15%;
  font-weight: 600;
}
.footer img {
  height: 130vw;
  object-fit: cover; 
}
.footer h1 {
  font-size: 25px;
  height: 60px;
  font-weight: bold;
}
.footer-box {
  display: block;
  width: 100%;
  height: 130vw;
}

.address a {
  margin-bottom: 2vw;
}
.footer-box .tel {
  font-size: 5vw;
}
.footer-box a{
  font-size: 4vw;
  margin-bottom: 1.5vw;
}
.footer-box p  {
  font-size: 5vw;
}
.footer-box img {
  width: 70%;
  height: auto;
  margin-top: 20vw;
}
.address iframe {
  width: 95%;
  height: 46vw;
  margin-top: 5vw;
}

.access-btn a {
  max-width: 70%;
  margin: 3vw 0 0 10%;
  color: #2c2c3d;
  font-weight: bold;
}
.footer-access::before {
  display: none;
}
.footer-box .access-btn {
  margin: 0 auto;
}
.copy {
  height: 5vw;
  font-size: 2.5vw;
  margin-top: -1vw;
}

  }