@charset "UTF-8";

/* -------------------------------------------------------------------- */
/* reset(基本触らない) ------------------------------------------------ */
/* -------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
img {
	vertical-align: bottom;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


a:focus {
	outline:none;
}



/* 汎用clear ---------------------------------------------------------- */

.clfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clfix { zoom: 100%; }

.clear { clear: both !important; }


/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

h2 {
  font-size: 24px;
}

.contain {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.pc {
  display: flex;
}

.sp {
  display: none;
}

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

  .pc {
      display: none!important;
  }
  
  .sp {
      display: flex!important;
  }

  section {
    width: 90%;
    margin: 0 auto;
  }
}

/* Header Section */
.header {
  position: relative;
  background-color: #fff;
  padding: 0;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-direction: column;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  max-height: 135px;
}

.header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
}

/* navbar */
.header-navbar {
  background: #00a758;
  font-size: 16px;
}

.header-navbar ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #fff;
}

.header-navbar ul li {
  flex: 1;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff;
}

.header-navbar ul li img {
  height: 55%;
}

.header-navbar ul li:last-child {
  border-right: 1px solid #fff;
}

.header-navbar a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex: 1;
  transition: .5s;
  color: #f0f8f5;
}

.header-navbar a:hover {
  background: #04C284;
}

.header-navbar ul.active {
  display: flex;
}

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

  .header-navbar {
      font-size: 4vw;
  }

  .header-navbar ul li img {
      height: 100%;
  }

  .header-navbar ul li:last-child {
      border-right: none;
      height: auto;
  }

  .header-navbar ul li:last-child a {
      border-radius: 100%;
      border: 1px solid #fff;
      display: flex;
      margin-right: 3vw;
  }

}
/* navbar */

.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.header-info-time {
  font-size: 20px;
  color: #00a758;
  margin-bottom: 10px;
}

.header-info-tel {
  color: #00a758;
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width:750px){
  .header-info {
      display: none;
  }
}

.header-social-media {
  width: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}

.header-social-media a {
  /* margin-left: 10px; */
  width: 45px;
  display: flex;
  margin-left: 15px;
}

.header-social-media img {
  width: 100%;
  height: auto;
}


/* Hamburger  */
.header-hamburger {
  display: none;
 font-size: 30px;
 background: none;
 border: none;
 color: #333;
 cursor: pointer;
 padding: 10px;
}

@media screen and (max-width:750px){
    /* Show hamburger icon on smaller screens */
    .header-hamburger {
      align-items: flex-end;
      position: absolute;
      display: block;
      margin-top: 0;
      cursor: pointer;
      z-index: 10001;
      top: 4vw;
      right: 4vw;
  }

  .header-hamburger .bar {
      display: block;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #02af77;
      width: 8vw;
      height: 1vw;
      max-height: 4px;
      margin: 2vw auto;
  }

  .header-hamburger.active .bar{
      background-color: #fff;
  }

  .header-hamburger.active .bar:nth-child(1) {
      transform: translateY(1vw) rotate(45deg);
  }

  .header-hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }

  .header-hamburger.active .bar:nth-child(3) {
      transform: translateY(-4vw) rotate(-45deg);
  }

  /* Hide the full-width navbar on smaller screens */
   
  .header-navbar{   
      padding-top: 150px;
      position: absolute;
      left: -100vw;
      width: 100%;
      height: 100vh;
      top: 0;
      z-index: 10000;
      transition: 1s ease;
      background: #00a758;    
  }
  nav.active{
      left: 0;
  }

  .header-navbar.active{
      left: 0;
      background: #00a758;
      
  }

  /* Styling for the header-navbar */
  .header-navbar ul li {
      padding: 0;
      border: none;
      height: 6vw;
      margin-bottom: 4vw;
  }

  .header-navbar a {
      color: white;
      text-decoration: none;
      padding: 0;
      display: block;
  }

  .header-navbar ul {
      display: block;
      text-align: center; 
  }
  

  .header-navbar a:hover {
      background-color: #04C284;
  }

  /* Adjust contain width */
  .contain {
      width: 100%;
      padding: 0 10px;
  }

  /* Align header items */
    .header-inner {
      width: 95%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  /* Ensure logo grows to fill space */
  .header-logo {
      flex-grow: 1;
  }

  /* Logo */
  .header-logo img {
      max-width: 35vw;
  }
  
  /* Social Media */
  .header-social-media {
      justify-content: center;
      width: 30vw;
      margin-left: 3vw;
  }

  /* Align the logo center */
  .header {
      align-items: center;
  }

}

/* Hamburger  */


/* Footer Section */
.footer {
  padding: 100px 0 0;
  /* color: #00a758; */
  text-align: center;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-nav ul li:not(:last-child) {
  border-right: 1px solid #00a758;
}

.footer-nav a {
  text-decoration: none;
  color: #00a758;
  padding: 0 20px;
  transition: .5s;
}

.footer-nav a:hover {
  opacity: .7;
}

/* .footer p {
  margin-top: 10px;
} */

.footer-coppy {
  color: #fff;
  background-color: #00a758;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

@media screen and (max-width:750px){
  .footer-nav ul {
    flex-direction:row;
    gap: 10px;
  }

  .footer-nav {
    display: none;
  }

  .footer {
      padding: 15vw 0 0;
      height: auto;
  }

  .footer-coppy {
      padding: 5vw 2vw;
      height: auto;
  }
}