@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #fff5ed;
  color: #656565;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}


.grecaptcha-badge { 
	visibility: hidden; 
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: unset;
  color: inherit;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.8;
}

h2 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  text-align: center;
}

.mail-button a {
  position: relative;
  transition: 1100ms ease 0s, color 0.7s ease;
  border: solid 1px #fff;
}

.mail-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 27px;
  height: 19px;
  background-image: url(images/email_w.png);
}

.mail-button a:hover {
  background-color: #fff;
  color: #e6895a;
  border: solid 1px #ffa375;
}

.mail-button a:hover:before {
  background-image: url(images/email_c.png);
}

.list-button a {
  position: relative;
  transition: 1100ms ease 0s, color 0.7s ease;
  border: solid 1px #fff;
}

.list-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 35px;
  height: 27px;
  background-image: url(images/list_w.png);
}

.list-button a:hover {
  background-color: #fff;
  color: #e6895a;
  border: solid 1px #ffa375;
}

.list-button a:hover:before {
  background-image: url(images/list_c.png);
}

/* header */
.header {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.header__top {
  display: flex;
  justify-content: space-between;
  transition: background-color 0.2s;
}

.header__top-logo {
  padding: 10px 15px;
}

.header__top-logo img {
  width: 269px;
}

.header__top-logo .logo-sp {
  display: none;
}

.header__top-menu {
  display: flex;
  align-items: center;
}

.header__top-menu li {
  padding: 5px 20px;
}

.header__top-menu li:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  color: #fff;
}

.header__top-menu .mail-button {
  width: 260px;
  height: 80px;
  padding: unset;
  text-align: center;
  line-height: 80px;
  background-color: #ffa375;
}

.header__top-menu .mail-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.header__top.change-color {
  background-color: #fff;
}

.header__top.change-color .logo-pc {
  display: none;
}

.header__top.change-color .logo-sp {
  display: unset;
}

.header__top-sp {
  display: none;
}

/* contact */
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 25px;
  background-image: url(images/contact_bg.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.contact h2 {
  margin-bottom: 30px;
}

.contact p {
  margin-bottom: 30px;
}

.contact p a {
  text-decoration: underline;
}

.contact__button {
  width: 460px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
}

.contact__button a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffa375;
  color: #fff;
}

/* footer */
.footer__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px 80px;
}

.footer__cont img {
  width: 269px;
  margin-bottom: 80px;
}

.footer__menu {
  display: flex;
}

.footer__menu li {
  padding: 20px;
  font-size: 18px;
  font-weight: normal;
}

.footer__right {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff9f4;
  text-align: center;
  font-size: 10px;
  color: #7b7b7b;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 23px;
  }
  .mail-button a::before {
    left: 20px;
    width: 27px;
    height: 19px;
  }
  .list-button a::before {
    left: 20px;
    width: 35px;
    height: 27px;
  }
  /* headerスマホ */
  .header__top-logo {
    width: 50%;
    display: flex;
    align-items: center;
    z-index: 10;
  }
  .header__top-logo img {
    max-width: 200px;
    width: 100%;
  }
  .header__top-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 100px 15px;
    background-color: #fff5ed;
    z-index: 1;
    display: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header__top-menu li {
    padding: 30px 15px;
  }
  .header__top-menu li:last-of-type {
    max-width: 260px;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
  }
  .header__top-menu .mail-button a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__top-sp {
    display: flex;
    align-items: center;
  }
  .header__top-sp .hamburger {
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
  }
  .header__top-sp .hamburger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ffa375;
    transition: 0.3s;
  }
  .header__top-sp .hamburger .top {
    top: 0;
  }
  .header__top-sp .hamburger .middle {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__top-sp .hamburger .bottom {
    bottom: 0;
  }
  .header__top-sp .sp-mail {
    width: 50px;
    height: 100%;
    margin-left: 15px;
    background-color: #ffa375;
    z-index: 10;
  }
  .header__top-sp .sp-mail a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: 1100ms ease 0s, color 0.7s ease;
    border: solid 1px #fff;
  }
  .header__top-sp .sp-mail a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 19px;
    background-image: url(images/email_w.png);
  }
  .header__top-sp .sp-mail a:hover {
    background-color: #fff;
    color: #e6895a;
    border: solid 1px #ffa375;
  }
  .header__top-sp .sp-mail a:hover:before {
    background-image: url(images/email_c.png);
  }
  .open {
    overflow: hidden;
  }
  .open .header__top .hamburger .top {
    transform: translateY(11px) rotate(45deg);
  }
  .open .header__top .hamburger .middle {
    opacity: 0;
  }
  .open .header__top .hamburger .bottom {
    transform: translateY(-11px) rotate(-45deg);
  }
  /* contactスマホ */
  .contact {
    height: 550px;
    padding: 0 15px;
    background-image: url(images/contact_bg-sp1.png), url(images/contact_bg-sp2.png);
    background-position: bottom right -90px, top left -60px;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .contact h2 {
    margin-bottom: 30px;
  }
  .contact p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .contact__button {
    max-width: 460px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  /* footerスマホ */
  .footer__cont {
    padding: 60px 15px;
  }
  .footer__cont img {
    max-width: 269px;
    width: 70%;
    margin-bottom: 50px;
  }
  .footer__menu {
    flex-direction: column;
    text-align: center;
  }
  .footer__menu li {
    font-size: 16px;
  }
  .footer__right {
    padding: 20px 10px;
    font-size: 10px;
  }
}
