@charset "utf-8";
/* CSS Document */

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

body {
    margin: 0;
    padding: 0;
    background-image: url("../img/back1.jpg");
	/*background: cover;*/
    /*font-family: sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}


/*header*/
.header {
  position: relative;
  /*height: 500px;*/
  height: calc(100vh - 30vh);
  background: url("../img/会社概要fv.png")center center no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
 .header {
    width: 100%;
	/*height: 100%;*/
  }
}

.header-logo{
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
 .header-logo {
    width: 80%;
  }
}

/*nav*/
.nav {
  background-image: url("../img/31664859_s.jpg");
  /*background-image: url("../img/32592375_s.jpg");*/
}
.nav ul {
  display: flex;
  background-image: url("../img/32592375_s.jpg");
}
.nav li {
  width: 30%;
}
.nav a {
  display: block;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  /*font-family: "Cardo", serif;*/
  /*font-style: italic;*/
}
.nav a:hover {
  background-image: url("../img/31664859_s.jpg");
}

/* メインコンテンツ */
main {
    padding: 100px 20px;
    max-width: 800px;
    margin: 0 auto;
    /*background-color: white;*/
   /* box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
}

/* 会社概要 */
.company-profile h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #6b7272;
    display: inline-block;
    padding-bottom: 5px;
}

.company-profile table {
    width: 100%;
    border-collapse: collapse;
	pointer-events: none;
}

.company-profile th, .company-profile td {
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-radius: 5px;
	text-decoration: none;
	pointer-events: none;
}

.company-profile th {
    width: 30%;
    background-color: #f0f0f0;
    font-weight: bold;
	text-decoration: none;
	pointer-events: none;
}

/* アクセスマップセクション */
.access-map {
    margin: 100px 0;
}

.access-map h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #6b7272;
    display: inline-block;
    padding-bottom: 5px;
}

.map-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/*footer*/
.footer{
	background-image: url("../img/footerbar.png");
	background:cover;
	background-repeat: no-repeat;
	position: relative;
    /*min-height: 120px; /* スマホでつぶれすぎ防止 */
    /*width: 1920px;
	height: 290px;*/
    /*align-items: center;
    justify-content: center;*/
    width: 100%;
	height: 290px;
}

.navadress{
	display: flex;
	justify-content: center;
}

.footer-list li a{
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin: 0px 0px;
	font-weight: 500;
}

.footer-list li a:hover{
	color: #AAA88C;
}

.footer-info-list{
	font-size: 18px;
	margin-left: 50px;
	line-height: 25px;
	font-weight: 400;
}

.cyuui{
	font-size: 15px;
	margin: 80px 0 10px 0;
	text-align: center;
}

.copyright{
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width: 1920px) {
 .footer {
     background-image: url("../img/footerbar.png");
	background:cover;
	background-repeat: no-repeat;
	position: relative;
    height: 15.1vw;
    max-height: 290px;
    min-height: 120px; /* スマホでつぶれすぎ防止 
	/*width: 1920px;
	height: 290px;*/
   align-items: center;
   justify-content: center;
	}

}

/* ハンバーガーアイコン */
    .hamburger {
      width: 60px;
      height: 60px;
      background-image: url("../img/back1.jpg");
      border-radius: 50%;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.3s ease;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 1000;
    }

    .hamburger:hover {
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
      transform: translateY(-3px);
    }

    .hamburger-lines {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 20px;
    }

    .line {
      width: 30px;
      height: 4px;
      background-color: #6b7272;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    /* Xマークアニメーション */
    .hamburger.active .line:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .line:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active .line:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    /* ナビメニュー */
    .nav-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 300px;
      height: 100vh;
      background-image: url("../img/back1.jpg");
      box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
      transition: right 0.4s ease;
      padding-top: 80px;
      z-index: 900;
    }

    .nav-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .nav-menu li {
      border-bottom: 1px solid #eee;
    }

    .nav-menu li a {
      display: block;
      padding: 15px 20px;
      color: #333;
      text-decoration: none;
      font-size: 20px;
      transition: background-color 0.3s ease;
    }

    .nav-menu li a:hover {
      background-color: #f0f0f0;
    }

    /* メニュー開く状態 */
    .nav-menu.open {
      right: 0;
    }

/* PC用（非表示） */
@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}