@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #5D3E22;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 16vw;
  }
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #5D3E22;
}
a:hover {
  opacity: 0.8;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "futura-pt", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.mask {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #000;
  display: none;
}

.window {
  display: none;
  z-index: 99999;
  background: #EF9395;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;

}

.ai_popup {
  max-width: 400px;
  min-height: 380px;
  padding: 35px;
  padding-top: 22px;
  padding-bottom: 31px;
  font-weight: 600;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.window p {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.7;
}

.windowp2 {
  font-size: 20px !important;
}

.popup_title2 {
  font-size: 20px !important;
}

.ai_popup_content li {
  background-color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 24px;
  max-height: 50px;
  position: relative;
  border-radius: 5px;
  font-family: "ヒラギノ明朝 Pro W3", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 19px;
  padding-right: 60px;
}

.ai_popup p {
  font-family: "ヒラギノ明朝 Pro W3", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.ai_popup_content li:last-child {
  margin-bottom: 0px;
}

.ai_popup_content li a {
  display: flex;
}

.popup_icon_img {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 18px;
  max-width: 36px;
  max-height: 36px;
  margin-right: 20px;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3% !important;
  position: absolute;
}

.ai_popup_content li p {
  font-size: 19px;
  color: #000000;
  margin-top: 2.5%;
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
	.window {
			width:92%;
	}
.ai_popup {
	width:95%;
  max-width: 400px;
  min-height: 380px;
  padding: 20px;
  padding-top: 22px;
  padding-bottom: 31px;
  font-weight: 600;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.window p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.7;
}

.windowp2 {
  font-size: 16px !important;
}

.popup_title2 {
  font-size: 16px !important;
}

.ai_popup_content li {
  background-color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 24px;
  max-height: 50px;
  position: relative;
  border-radius: 5px;
  font-family: "ヒラギノ明朝 Pro W3", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 19px;
  padding-right: 40px;
}

.ai_popup p {
  font-family: "ヒラギノ明朝 Pro W3", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.ai_popup_content li:last-child {
  margin-bottom: 0px;
}

.ai_popup_content li a {
  display: flex;
}

.popup_icon_img {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 18px;
  max-width: 36px;
  max-height: 36px;
  margin-right: 20px;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3% !important;
  position: absolute;
}

.ai_popup_content li p {
  font-size: 16px;
  color: #000000;
  margin-top: 4%;
  margin-bottom: 3%;
}
}
.popup_underline {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  border: 1px solid #FFFFFF;
}

.topbnr1 {
  cursor: pointer;
  max-width: 400px;
  text-align: right;
  padding: 0;
  border: none;
  max-height: 51px;
  position: absolute;
  top: -77px;
}

.ai_bnr_wrapper img,
#open-chatbot img {
  max-width: 100%;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3%;
  position: absolute;
}

.close {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  width: 15%;
}

.test_popup {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  right: 0%;
}

/* 表示状態 */
.mask.active,
.window.active {
  display: block;
}

.header {
  box-sizing: border-box;
  padding: 40px 20px 20px;
  width: 100%;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1320px) {
  .header__contact {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact .tel {
  padding: 16px 32px;
  background: #FFF0F0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1320px) {
  .header__contact .tel {
    padding: 10px 24px;
    gap: 10px;
  }
}
.header__contact .tel .main {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 26px;
  font-family: "futura-pt", sans-serif;
  color: #EF9395;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__contact .tel .main {
    font-size: 20px;
  }
}
.header__contact .tel .auto {
  white-space: nowrap;
  text-align: center;
}
.header__contact .tel .auto a {
  font-weight: 600;
  font-size: 21px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .header__contact .tel .auto a {
    font-size: 16px;
  }
}
.header__contact .tel .auto p {
  margin-top: 2px;
  font-size: 13px;
}
@media screen and (max-width: 1320px) {
  .header__contact .tel .auto p {
    font-size: 11px;
  }
}
.header__contact .mail {
  background-color: #EF9395;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 25px 32px;
  padding-left: 64px;
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 17%;
  background-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__contact .mail {
    font-size: 13px;
    padding: 16px 24px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1320px) {
  .header__logo {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 46.4vw;
    padding: 0 5.3333333333vw;
  }
}
.header__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.header__nav {
  padding: 25px 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav > ul {
  display: flex;
  justify-content: center;
}
.header__nav > ul > li {
  padding: 0 12px;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .header__nav > ul > li {
    padding: 0 5px;
  }
}
.header__nav > ul > li::before {
  content: "";
  background: #5D3E22;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
}
.header__nav > ul > li:last-child::after {
  content: "";
  background: #5D3E22;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
}
.header__nav > ul > li > a {
  padding: 12px 24px;
  font-size: 16px;
  white-space: nowrap;
  display: block;
  border-radius: 8px;
}
.header__nav > ul > li > a:hover {
  background-color: #FFF0F0;
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .header__nav > ul > li > a {
    font-size: 13px;
    padding: 12px 20px;
  }
}
.header__nav > ul > li.megamenuOpen > a {
  background: url(../img/common/icon_arrow_bottom.svg) no-repeat;
  background-size: 10px;
  background-position: 82%;
  cursor: pointer;
  padding-right: 40px;
}
.header__nav > ul > li.megamenuOpen:hover > a {
  background: url(../img/common/icon_arrow_top.svg) no-repeat;
  background-size: 10px;
  background-position: 82%;
  background-color: #FFF0F0;
}
.header__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__sp {
    display: flex;
  }
}
.header__sp > a, .header__sp > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
}
.header__sp > a img, .header__sp > div img {
  height: 6.4vw;
  width: auto;
  margin-bottom: 5px;
}
.header__sp > a span, .header__sp > div span {
  font-family: "futura-pt", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
}
.header__sp .tel {
  background: #FFF0F0;
}
.header__sp .tel span {
  color: #EF9395;
}
.header__sp .mail {
  background: #EDE6D5;
}
.header__sp .mail span {
  color: #5D3E22;
}
.header__sp .menuBtn {
  background: #EF9395;
}
.header__sp .menuBtn span {
  color: #fff;
  margin-top: 5px;
}

.megamenu {
  display: none;
  position: fixed;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  max-width: 100%;
  background: #FFF0F0;
  border-radius: 8px;
  padding: 32px;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 1320px) {
  .megamenu {
    top: 168px;
  }
}
@media screen and (max-width: 768px) {
  .megamenu {
    display: none;
  }
}
.megamenu__lists {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.megamenu__lists a {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
}
@media screen and (max-width: 1320px) {
  .megamenu__lists a {
    font-size: 13px;
  }
}

.megamenuOpen:hover .megamenu {
  display: block;
}

.menuBtn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.menuBtn__icon {
  position: relative;
  width: 24px;
  height: 18px;
  margin-top: -4px;
}

.menuBtn__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.menuBtn__icon span:nth-child(1) {
  top: 0;
}

.menuBtn__icon span:nth-child(2) {
  top: 8px;
}

.menuBtn__icon span:nth-child(3) {
  top: 16px;
}

/* open時（X表示） */
.menuBtn.open .menuBtn__icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.menuBtn.open .menuBtn__icon span:nth-child(2) {
  opacity: 0;
}

.menuBtn.open .menuBtn__icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.menuBtn__text {
  transform: translateY(6px);
}

.fixed {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fixed {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
  }
}
.fixed__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .fixed__inner {
    flex-direction: row;
  }
}
.fixed__item {
  padding: 20px;
  transition: all 0.6s ease;
  transform: translateX(75%);
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 768px) {
  .fixed__item {
    width: 50%;
    transform: translate(0);
    border-radius: 0;
    padding: 16px 20px;
    gap: 10px;
    justify-content: center;
  }
}
.fixed__item:hover {
  opacity: 1;
}
.fixed__item:nth-child(1) {
  background: #EF9395;
}
@media screen and (max-width: 768px) {
  .fixed__item:nth-child(1) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.fixed__item:nth-child(2) {
  background: #4CBC95;
}
@media screen and (max-width: 768px) {
  .fixed__item:nth-child(2) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.fixed__item .text {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fixed__item .text {
    font-size: 3.7333333333vw;
    display: block;
    text-align: center;
    line-height: 1.4;
  }
}
.fixed__item.active {
  transform: translateX(0);
}

.hamburger__nav {
  background: #F5F5F5;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 300;
  height: calc(100% - 56px);
  padding-bottom: 120px;
  transform: translateX(100%);
  transition: 0.3s ease;
}
.hamburger__nav.open {
  transform: translate(0);
}
.hamburger__nav--list {
  border-bottom: 1px solid #EBEBEB;
  font-size: 16px;
}
.hamburger__nav--list > a, .hamburger__nav--list > span {
  display: block;
  padding: 20px 24px;
}
.hamburger__nav--list ul {
  padding: 20px 24px;
}
.hamburger__nav--list ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 8px;
}
.hamburger__nav--list ul li + li {
  margin-top: 16px;
}

.footer {
  background: url(../img/common/footer-bg.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-color: #FAF6EF;
  padding: 120px 40px;
}
@media screen and (max-width: 1320px) {
  .footer {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 17.0666666667vw 5.3333333333vw 18.6666666667vw;
    background: #FAF6EF;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
.footer__main {
  width: 264px;
}
@media screen and (max-width: 768px) {
  .footer__main {
    margin: 14.9333333333vw auto 0;
  }
}
.footer__main--lists {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__main--lists {
    justify-content: center;
  }
}
.footer__main--list {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EDE6D5;
  border-radius: 50%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__main--list {
    font-size: 3.4666666667vw;
    width: 72px;
    height: 72px;
  }
}
.footer__main--text {
  margin-top: 12px;
  text-align: center;
  width: 264px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .footer__main--text {
    font-size: 3.2vw;
    margin-bottom: 6.4vw;
  }
}
.footer__sub {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 6.4vw;
  }
}
.footer__tel {
  width: 264px;
}
.footer__tel--main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 23px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer__tel--main {
    font-size: 6.1333333333vw;
  }
}
.footer__tel--sub {
  text-align: center;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__tel--sub {
    font-size: 4.8vw;
  }
}
.footer__tel--text {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 24px;
  text-align: center;
}
.footer__mail {
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .footer__mail {
    margin-bottom: 6.4vw;
  }
}
.footer__mail--btn {
  border-radius: 8px;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 25px 64px;
  padding-left: 90px;
  width: 264px;
  background-image: url(../img/common/icon_mail_bk.svg);
  background-repeat: no-repeat;
  background-position: 22%;
  background-size: 24px;
  transition: 0.3s ease;
  border: 1px solid #5D3E22;
}
.footer__mail--btn:hover {
  opacity: 1;
  background-color: #fff;
}
.footer__copy {
  text-align: center;
  font-size: 11px;
}
.footer__bnrs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 23px;
  margin-bottom: 64px;
}
.footer__bnrs img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__bnrs {
    width: 90%;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 14.9333333333vw;
  }
}
.footer__nav--title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav--title {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__nav ul li a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=style.css.map */

.confirm .info {
	display:none;
}