@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  font-size: 16px;
  color: #545454;
  line-height: 1;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}


.header-inner01 {
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo02 img:hover {
  transform: scale(1.1);
  display: block;
  transition-duration: 0.2s;
}





.toggle-menu-button {
  display: none;
}

.header-logo01 {
  display: flex;
  align-items: flex-start;
  width: 300px;
}

.header-logo02 {
  display: flex;
  align-items: flex-end;
  width: 240px;
}

.site-menu01 ul {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #54a4a6;
  border-bottom: 2px solid #54a4a6;
}

.site-menu01 a {
  display: block;
  transition-duration: 0.2s;
}

.site-menu01 a:hover {
  transform: scale(1.3);
}

.site-menu01 img {
  display: block;
  transition-duration: 0.2s;
}
.site-menu02 {
display: flex;
flex-direction: column;

}

.site-menu02 ul {
  display: flex;
}



.site-menu02 a {
  display: block;
  transition-duration: 0.2s;
}

.site-menu02 a:hover {
  transform: scale(1.3);
}

.site-menu02 img {
  display: block;
  transition-duration: 0.2s;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 6px;

}

.sm-02-1 {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 2px solid #f0fff0;

}
.sm-02-2 {
  display: flex;
  flex-wrap: nowrap;

}





.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #54a4a6;
}

.footer02 {
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.site-menu03 {
  display: block;
  text-align: center;
}

.footer-logo-aera02 {
  color: #545454;
  padding-left: 20px;
}

.footer-logo {
  display: flex;
  width: 180px;
  margin-top: 0px;
}

.footer03 {
  background-color: #f0fff0;
}

.footer-ad ul {
 display: flex;
 flex-direction: row-reverse;
}

.footer-ad li {
font-size: 10px;
font-weight: bold;
color: #545454;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
}

.footer-ad li:hover {
  transform: scale(1.1);
  display: block;
  transition-duration: 0.2s;
}



.footer-time {
  font-size: 13px;
  margin-top: 16px;
}

.footer-address {
  font-size: 13px;
  margin-top: 16px;
}

.footer-logo-aera01 img {
  width: 200px;
  padding-top: 5px;
}


.footer-logo-aera03 img {
  width: 100px;
  padding-top: 10px;
}


.footer-logo-aera04 img {
  padding-top: 10px;
  padding-bottom: 5px;
  width: 200px;
}

.footer-logo-aera04 img:hover {
  transform: scale(1.1);
  display: block;
  transition-duration: 0.2s;
}


.footer-logo-aera05 {
  display: none;
}


.site-menu04 {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-top: 30px
}

html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #54a4a6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #54a4a6;
  border-right: 3px solid #54a4a6;
  transform: translateY(20%) rotate(-45deg);
}

.link-button-area {
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
}


.link-button-area a {
  display: block;
  transition-duration: 0.2s;
}

.link-button-area a:hover {
  transform: scale(1.1);
}


.link-button-area img {
  padding-left: 20px;
  padding-right: 20px;
}

/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */

.ddmenux {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #54a4a6;
  border-bottom: 2px solid #54a4a6;
}

.ddmenux img {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 4px;
}




.ddmenu ul {
  margin: 0px;               /* メニューバー外側の余白(ゼロ) */
  padding: 0px 0px 0px 15px; /* メニューバー内側の余白(左に15px) */
  background-color: #fff; /* バーの背景色(濃い赤色) */
  border-top: 2px solid #54a4a6;

}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */

.ddmenux ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ddmenux li {
  display: inline-block;  /* ★1:横並びに配置する */
  list-style-type: none;  /* ★2:リストの先頭記号を消す */
  position: relative;     /* ★3:サブメニュー表示の基準位置にする */
  padding: 0px;
}
.ddmenux a {
  display: block;            /* ★4:項目内全域をリンク可能にする */
}


.ddmenu01 li {
  line-height: 30px;
  border-bottom: 1px solid #54a4a6;
  padding: 0px;

}

.ddmenu01 img {
  padding-top: 6px;
  padding-bottom: 0px;
}



.ddmenux a:hover {
  transform: scale(1.3);
  transition-duration: 0.2s;

}


/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
.ddmenu ul {
  display: none;       /* ★1:標準では非表示にする */
  margin: 0px;         /* ★2:サブメニュー外側の余白(ゼロ) */
  padding: 0px;       /* ★3:サブメニュー内側の余白(ゼロ) */
  position: absolute;  /* ★4:絶対配置にする */

}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
.ddmenu li:hover ul {
  display: block;      /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
  transition: all 1s; /* 追加 */
  visibility: visible;

}

.header-inner02 {
  display: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 6px;
  font-size: 12px;
}

.breadcrumb ol {
  display: flex;
  list-style-type: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title img {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.footer05 {
  display: none;
}



@media (max-width: 768px) {
  
.ddmenux {
  display: none;
  }

.site-menu01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-menu01 a:hover {
  transform: scale(1.1);
}


.site-menu01 ul {
    display: block;
    border-top: none;
    border-bottom: none;
    }

    .site-menu02 {
      margin-top: 30px;
    }


  .site-menu02 ul {
    display: block;
    align-items: center;
    width: 60%;
  }

  .site-menu01 ul li {
    margin-top: 20px;
  }

  .site-menu02 ul li {
   margin-top: 20px;
   margin-bottom: 0px;
   border-bottom: none
}

.sm-02-1 {
  display: block;
  border-bottom: none;
}

.site-menu02 img {
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 70px;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.header-inner01 {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.header-inner02 {
  display: block;
  height: 100%;
  position: relative;
}

.header-inner02 img {
  padding-left: 70px;
  padding-right: 70px;
  
  }
  

.header-logo01 {
  width: 200px;
}

.header-logo02 {
  display: none;
}

.header-site-menu {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 20px;
  display: none;
}

.header-site-menu.is-show {
  display: block;
}

.toggle-menu-button {
  display: block;
  width: 80px;
  height: 38px;
  background-image: url(../images/common/icon-menu01.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

.main {
  padding-top: 50px;
}

.footer {
  display: none;
}



.footer05 {
  display: block;
  background-color: #54a4a6;
}

.fooer-site-menu {
  display: block;

}

.site-menu02 {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;

}

.site-menu02 img {
 padding-left: 0px;
 padding-bottom: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 border-bottom: none;

}


.footer-logo-aera02 {
  display: block;
  margin-left: 0px;
  padding-left: 20px;
}

.site-menu04 {
  display: flex;
  justify-content: center;
}

.footer-logo-aera05 {
  display: block;
}

.footer-logo-aera05 img {
  padding-top: 10px;
  width: 200px;
}

.footer-logo-aera05 img:hover {
  transform: scale(1.1);
  display: block;
  transition-duration: 0.2s;

}


.footer-logo-aera04 {
  display: none;
}


.link-button {
  display: flex;
  text-align: center;
}


.link-button-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 1px;
  row-gap: 10px;
  margin-top: 40px;
 }
 
.link-button img {
  width: 80%;
  padding-left: 1px;
  padding-right: 1px;
}

.link-button-area a:hover {
  transform: scale(1.05);
}

.breadcrumb {
  display: none;
}

.title {
  display: block;
  text-align: center;
}

.title img {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 55px;
}

}