@charset "UTF-8";
/* CSS Document */
@import url(../../css/common.css);
:root {
  --base-width: min(100%, 980px);
  --base-bottom: auto auto 30px auto;
  --base-font-color: #333333;
}
html {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  box-sizing: border-box;
}
body {
  color: #583D2C;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	background-image: url("../../img/z.png");
	
}
.header-5 {
  box-sizing: border-box;
  width: 100%;
}
.header-inner {
  display: flex;
  align-items: center;
  max-width: 1024px;
  height: 60px;
  padding: 0 0.8em;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
  justify-content: center;
}
.header-nav-list {
  display: flex;
  justify-content: start;
  list-style: none;
	text-align: right;
	margin-bottom: 20px;
}
.header-nav-list img {
  display: flex;
  width: 50px;
	height: auto;
	padding-right: 10px;
	text-align: right;
}
.header-nav-item {
  float: left;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  list-style: none;
  justify-content: start;
	
}
.header-nav-item a {
  text-decoration: none;
}
.header-ham {
  display: none;
}
.menu2 {
  width: 20px;
  height: 3px;
  margin: 4px 0;
  margin-right: 0;
  background-color: #333;
}
.select {
  color: #444;
}
.header-nav-item:hover {
  background: #eee;
}
.logo img {
  width: 90px;
	padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .header-nav-list {
    display: none;
  }
  .header-nav {
    margin: 0 0 0 auto;
  }
  .header-ham {
    display: block;
  }
}
/*FontAwesomeを使用しています。*/
.header-6 {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
}
.box {
  box-sizing: border-box;
}
/* ========== header ========== */
.box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
	
}
.logo-img {
  width: 100px;
}
.sp-nav {
  display: none;
}
.box-nav {
  height: 40px;
}
/* ========== nav ========== */
.inner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100 auto;
  list-style: none;
	padding-top: 10px;
}
.menu {
  padding: 0 4em;
  cursor: pointer;
  color: #D9A891;
}
.menu:hover {
  color: #DED0CA;
}
.en {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
/* ========== Smart Phone ========== */
@media screen and (max-width: 480px) {
  .header-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 0.8em;
  }
  .box-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .box-logo {
    height: 60px;
  }
  .logo-img {
    width: 80px;
  }
}
/*
ヘッダーここまで
*/
/*
フッターここから
*/
.footer-001 {
    display: flex;
    align-items: left;
	justify-content: center;
    flex-direction: column;
	font-size: 15px;
  border-top: solid #D5C4BD;
}
.footer-001 img {
	padding: 10px;
}
.footer-001__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;

    padding: .5em;
}
.footer-001 p {
	color: #583D2C;
	justify-content: center;
}
.footer-001__link {
    color: #583D2C;
    font-weight: 200;
    text-decoration: none;
}

.footer-001__copyright {
	display: flex;
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
}
/*ここからスマホ対応*/
@media screen and (max-width: 760px) {
  .en {
    font-size: 0.8em;
  }
  .footer-001 img {
    width: 90px;
    padding-top: 10px;
  }
  .box-nav {
    height: 40px;
  }
  .menu {
    padding: 0 2em;
  }
  .header-nav-list img {
    width: 40px;
  }
}