@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/お問合せfv3.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");
}


body {
  /*font-family: 'Segoe UI', sans-serif;*/
  margin: 0;
  padding: 0;
}

.contact-container {
  max-width: 600px;
  margin: 60px auto;
  /*background: #fff;*/
  padding: 40px 30px;
  /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 8px;*/
}

#oto{
	padding: 20px 0 50px;
}

h1 {
  color: #2b2b2b;
  font-size: 26px;
  text-align: center;
  border-bottom: 0.5px dotted #322708;
}

.lead {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin: 20px 50px;
  line-height: 20px;
}

.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  /*outline: 2px solid #936B2D;*/
}

/*.contact-form textarea {
  resize: vertical;
}

/*.required {
  color: red;
  margin-left: 5px;
}*/

/*.checkbox-area {
  margin-top: 20px;
}

.checkbox-area label {
  font-size: 14px;
  color: #333;
}*/

button {
  margin-top: 25px;
  background-color: #6b7272;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 50%;
  font-size: 16px;
  transition: background-color 0.4s ease;
}

button:hover {
  background-image: url("../img/31664859_s.jpg");
}

/*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;
  }
}