@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: 7vw;
  display: flex;
  position: fixed;
  background-color: rgba(0, 18, 39, 0.875);
  z-index: 3;
}

.banner-logo img{
  width: 33%;
  z-index: 1;
  margin-top: 0.4%;
  margin-left: 0.5%;
}
.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: 130vw;
    margin: 0;
    margin-top: -0.6vw;
    background-color: #f4f4f485;
    z-index: 0.1;
  }
.table-title {
    width: 15%;
    text-align: left;
    margin-left: 45%;
    font-size: 3vw;
    margin-top: 7vw;
    font-family: serif;
    border-bottom: solid 3px #ffc439;
    position: relative;
}
.table-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #96e089;
  width: 35%;
}
table {
    width: 65%;
    margin: auto;
    margin-top: 1.5vw;
    font-family: serif;
    position: relative;
    z-index: 2;
}
th {
    background-color: rgb(211, 211, 211);
    padding: 1% 1% 1% 1%;
    font-weight: normal;
}
td {
    border-bottom: 1px solid rgb(200, 200, 200);
    padding: 1% 0% 1% 3%;
    border-right: 1px solid rgb(200, 200, 200);
}
td a {
  display: block;
  font-size: 1.3vw;
  margin-left: 1vw;
  margin-top: -0.2vw;
}
td p {
  font-size: 1.3vw;
}
tr:first-child td {
    border-top: 1px solid rgb(200, 200, 200);
}
h2 {
  padding-top: 10vw;
}
.button018 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  margin-right: 17.5vw;
  max-width: 18vw;
  padding: 1vw 0 1vw 2vw;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.4vw;
}

.button018 a:before, .button018 a:after {
content: "";
position: absolute;
display: block;
top: 50%;
}
.button018 a:before {
width: 0.6vw;
height: 0.6vw;
left: 1.2vw;
border-top: solid .2vw #fff;
border-right: solid .2vw #fff;
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}
.button018 a:after {
left: 0;
background: #0c2137;
z-index: 1;
width: 3.4vw;
height: 3.4vw;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
}
.button018 a span {
position: relative;
transition: all 0.3s;
z-index: 3;
}

.button018 a:hover span {
color: #fff;
}
.button018 a:hover:before {
left: 2rem;
}
.button018 a:hover:after {
right: 0;
width: 100%;
}
.footer {
  position: relative;
  font-family: serif;
  margin-bottom: -0.6vw;
  margin-top: 10vw;
}
.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;
}
.menu-box {
  display: none;
}
.header-img img {
width: 100%;
height: 250px;
padding-top: 16%;
}
.table-title {
  width: 40%;
  margin: 8% 0 5% 35%;
  font-size: 7vw;
  font-weight: bold;
  color: #2e2e36;
}
table {
  width: 95%;
  padding-bottom: 0%;
  color: #353549;
  font-family: sans-serif;
}

th {
  width: 30%;
  font-size: 4vw;
  padding: 3% 0;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
td {
  font-size: 3.7vw;
  padding: 5% 2% 5% 2%;
  font-weight: 600;
}
td a {
  font-size: 3vw;
  font-weight: 600;
}
td p {
  font-size: 3vw;
  font-weight: 600;
}
h2[id="example"] {
  padding-top: 20vw;
}
.button018 {
  margin-top: 1.3vw;
}
.button018 a {
  margin-right: 0vw;
  max-width: 52vw;
  font-weight: normal;
  font-size: 3.8vw;
}
.button018 a:after {
  width: 8vw;
  height: 8vw;
  border-radius: 5vw;
  }
  .button018 a:before {
    width: 2.3vw;
    height: 2.3vw;
    left: 2.3vw;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    }
    .button018 a:hover:before {
      left: 3vw;
      }
.footer {
  margin-top: 40vw;
}
.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;
}

}