@charset "utf-8";

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

ul,
ol {
  list-style: none;
}

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

.header .site-menu a:hover {
  text-decoration: none;
  border-bottom: solid 2px #000;
  padding-bottom: 2px;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

/* 文字調整 */
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.td-u {
  text-decoration: underline;
}

.fw-b {
  font-weight: bold;
}

.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.lh-1 {
  line-height: 1;
}

.lh-1.5 {
  line-height: 1.5;
}

.lh-1.8 {
  line-height: 1.8;
}

.fc-b {
  color: #000;
}

.fc-w {
  color: #fff;
}

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

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.header-inner {
  /* max-width: 1200px; */
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
}

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

.header-logo {
  display: block;
  width: 250px;
}

.site-menu ul {
  display: flex;
}

.site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
}

.site-menu ul li a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.footer {
  color: #ffffff;
  background-color: #24211b;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .site-menu a:hover {
  text-decoration: none;
  border-bottom: solid 2px #fff;
  padding-bottom: 2px;
}

.footer-logo {
  display: block;
  width: 200px;
  margin-top: 20px;
}

.copyright {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.icon1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #e6e6fa 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon1:hover {
  background-size: 100% 88%;
}

.icon2 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #ffe4e1 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon2:hover {
  background-size: 100% 88%;
}

.icon3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #e0ffff 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon3:hover {
  background-size: 100% 88%;
}

.icon4 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #cdffbb 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon4:hover {
  background-size: 100% 88%;
}

.icon5 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #ffe2c9 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon5:hover {
  background-size: 100% 88%;
}

.icon6 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #fef88e 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon6:hover {
  background-size: 100% 88%;
}

.icon7 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(transparent 0, #f8ff96 0);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  padding: 0px 20px;
}

.icon7:hover {
  background-size: 100% 88%;
}

@media screen and (max-width: 767px) {
  .site-menu ul {
    display: block;
    text-align: center;
  }

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

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

  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }

  .header-logo {
    width: 150px;
  }

  .header-site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #736e62;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }

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

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

  .main {
    padding-top: 50px;
  }

  .footer {
    padding-top: 0px;
  }
}
