/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  padding: 0;
}
.header-tel {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #4c382b !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 25px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/common/tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub-visual {
  width: 100%;
  height: 500px;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sub-visual-textbox::before {
  position: absolute;
  content: "";
  left: -150px;
  bottom: 50px;
  width: 213px;
  height: 302px;
  background: center/cover no-repeat url(../../images/common/sub-visual-title-deco.png);
}
.sub-visual-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 30px 20px 30px;
  background-color: #feb004;
  position: relative;
  border-radius: 10px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-greeting {
  background: center/32px 50px repeat url(../../images/common/cmn-pattern01.png);
  position: relative;
}
.top-greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 197px;
  background: center top/cover no-repeat url(../../images/top/top-greeting-bottom-pc.png);
}
.top-greeting-inner {
  text-align: center;
}
.top-greeting .cmn-title {
  margin-bottom: 120px;
}
.top-greeting .cmn-title::before {
  position: absolute;
  content: "";
  top: -49px;
  left: -205px;
  width: 530px;
  height: 279px;
  background: center/cover no-repeat url(../../images/top/top-greeting-title-bg-pc.png);
  z-index: -1;
}
.top-greeting-textbox {
  text-align: left;
  padding: 70px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2.6666vw;
}
.top-greeting-text {
  line-height: 1.87;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.top-gallery .inbox {
  position: relative;
}
.top-gallery .cmn-title::after {
  position: absolute;
  content: "";
  top: -50px;
  left: -260px;
  width: 289px;
  height: 291px;
  background: center/cover no-repeat url(../../img/top/gallery-deco-l-pc.png);
  z-index: -1;
}

.link-banner {
  background: center/40px 40px repeat url(../../images/common/cmn-pattern02.png);
  position: relative;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/1920px 20px repeat url(../../img/top/link-banner-bg-top-pc.png);
}
.link-banner-list-item {
  max-width: 800px;
  width: 100%;
  height: 240px;
  margin: 0 auto;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../../img/top/link-banner-img02.png);
}
.link-banner-list-item:nth-child(2) a::before {
  right: auto;
  left: -140px;
  bottom: -6px;
  width: 152px;
  height: 142px;
  background: center/cover no-repeat url(../../img/top/link-banner-deco02.png);
}
.link-banner-list-item:nth-child(2) a .link-banner-textbox {
  margin-left: 0;
  margin-right: auto;
}
.link-banner-list-item:nth-child(2) a .link-banner-en {
  right: auto;
  left: 20px;
}
.link-banner-list-item:nth-child(3) a {
  background: center/cover no-repeat url(../../img/top/link-banner-img03.png);
}
.link-banner-list-item:nth-child(3) a::before {
  right: -140px;
  bottom: -90px;
  width: 190px;
  height: 146px;
  background: center/cover no-repeat url(../../img/top/link-banner-deco03.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 40px 35px 20px 35px;
  background: center/cover no-repeat url(../../img/top/link-banner-img01.png);
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: -140px;
  bottom: -30px;
  width: 145px;
  height: 280px;
  background: center/cover no-repeat url(../../img/top/link-banner-deco01.png);
  z-index: 2;
}
.link-banner-list-item a:hover .link-banner-textbox::before {
  right: 10px;
}
.link-banner-textbox {
  max-width: 300px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.link-banner-textbox::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 10px;
  width: 119px;
  height: 33px;
  background: center/cover no-repeat url(../../img/top/link-banner-more.png);
  transition: all 0.4s;
}
.link-banner-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #4c382b;
}
.link-banner-title::first-letter {
  color: #feb004;
}
.link-banner-en {
  position: absolute;
  top: -30px;
  right: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.com-contact {
  background: center/40px 40px repeat url(../../images/common/cmn-pattern03.png);
  position: relative;
}
.com-contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/1920px 20px repeat url(../../img/top/top-contact-bg-top-pc.png);
}
.com-contact-title {
  margin-bottom: 40px;
}
.com-contact-title-en {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #feb004;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.com-contact-title-main {
  display: block;
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #feb004;
  position: relative;
}
.com-contact-title-main::before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  width: 30px;
  height: 80px;
  background: center/cover no-repeat url(../../img/top/top-contact-title-l.png);
}
.com-contact-title-main::after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  width: 30px;
  height: 80px;
  background: center/cover no-repeat url(../../img/top/top-contact-title-r.png);
}
.com-contact-bx {
  padding: 60px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.com-contact-bx::before {
  position: absolute;
  content: "";
  top: -20px;
  right: -50px;
  width: 1160px;
  height: 477px;
  background: center/cover no-repeat url(../../img/top/top-contact-deco-pc.png);
  z-index: -1;
}
.com-contact-bx::after {
  position: absolute;
  content: "";
  top: 80px;
  right: 10px;
  width: 146px;
  height: 165px;
  background: center/cover no-repeat url(../../img/top/top-contact-deco02.png);
}
.com-contact-flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.com-contact-content {
  max-width: 475px;
  width: 100%;
}
.com-contact-content:nth-of-type(2) {
  max-width: 430px;
}
.com-contact-content-title {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 25px;
  border-top: 2px dashed #b4d000;
  border-bottom: 2px dashed #b4d000;
}
.com-contact-content .cmn-btn {
  max-width: none;
  height: 100px;
  border-radius: 50px;
}
.com-contact-content .cmn-btn::before {
  right: 40px;
}
.com-contact-content .cmn-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 63px;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: center/cover no-repeat url(../../img/top/top-contact-mail-icon.png);
}
.com-contact-txt {
  line-height: 1.96;
  margin-bottom: 4.66666667vw;
}
.com-contact-banner {
  display: block;
  max-width: 880px;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  padding-top: 40px;
  padding-right: 20px;
  background: center/cover no-repeat url(../../img/top/top-contact-banner-bg-pc.png);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}
.com-contact-banner::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../img/top/top-contact-arrow.png);
  transition: all 0.4s;
}
.com-contact-banner::after {
  position: absolute;
  content: "";
  left: 130px;
  bottom: 0;
  width: 272px;
  height: 250px;
  background: center/cover no-repeat url(../../img/top/top-contact-tel-img-pc.png);
}
.com-contact-banner:hover {
  opacity: 0.8;
}
.com-contact-banner:hover::before {
  right: 10px;
}
.com-contact-banner-text {
  text-align: right;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #b4d000;
  border: 2px solid #b4d000;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #b4d000;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #b4d000;
  border-bottom: 1px solid #b4d000;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #b4d000;
  border-right: 1px solid #b4d000;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #b4d000 !important;
}
.news-detail .paginated-link a:hover {
  color: #b4d000 !important;
  transform: translateY(-5px);
}

/*========================================
feature
==========================================*/
.feature {
  background: center/32px 50px repeat url(../../images/common/cmn-pattern01.png);
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 123px;
  background: center top/cover no-repeat url(../../images/feature/feature-bg-bottom.png);
}
.feature-list-item {
  max-width: 810px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 80px;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
.feature-list-item::before {
  position: absolute;
  content: "";
  right: -80px;
  bottom: -60px;
}
.feature-list-item::after {
  position: absolute;
  content: "";
  right: 50px;
  bottom: -25px;
  width: 50px;
  height: 25px;
  background: center/cover no-repeat url(../../images/feature/feature-arrow01.png);
}
.feature-list-item .accent {
  color: #feb004;
}
.feature-list-item:nth-child(1)::before {
  right: -150px;
  width: 180px;
  height: 137px;
  background: center/cover no-repeat url(../../images/feature/feature-illust01.png);
}
.feature-list-item:nth-child(2)::before {
  right: auto;
  left: -80px;
  bottom: -65px;
  width: 100px;
  height: 145px;
  background: center/cover no-repeat url(../../images/feature/feature-illust02.png);
}
.feature-list-item:nth-child(3)::before {
  bottom: -49px;
  width: 90px;
  height: 129px;
  background: center/cover no-repeat url(../../images/feature/feature-illust03.png);
}
.feature-list-item:nth-child(4)::before {
  right: auto;
  left: -80px;
  bottom: -52px;
  width: 90px;
  height: 132px;
  background: center/cover no-repeat url(../../images/feature/feature-illust04.png);
}
.feature-list-item:nth-child(5)::before {
  bottom: -47px;
  width: 100px;
  height: 127px;
  background: center/cover no-repeat url(../../images/feature/feature-illust05.png);
}
.feature-list-item:nth-child(even) {
  margin-left: auto;
}
.feature-list-item:nth-child(even)::after {
  right: auto;
  left: 50px;
  background: center/cover no-repeat url(../../images/feature/feature-arrow02.png);
}
.feature-list-item:nth-child(6)::before {
  bottom: -49px;
  width: 90px;
  height: 129px;
  background: center/cover no-repeat url(../../images/feature/feature-illust03.png);
}
.feature-list-item:nth-child(6)::after {
  right: 50px;
  left: auto;
  bottom: -25px;
  background: center/contain no-repeat url(../../images/feature/feature-arrow01.png);
}
.feature-textbox {
  padding: 55px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.feature-text {
  line-height: 1.87;
}
.feature-text:not(:last-of-type) {
  margin-bottom: 30px;
}

/*========================================
worry
==========================================*/
.worry {
  overflow: hidden;
  background: center/32px 50px repeat url(../../images/common/cmn-pattern01.png);
  position: relative;
  z-index: 1;
}
.worry-inner {
  position: relative;
  z-index: 1;
}
.worry-inner::before {
  position: absolute;
  content: "";
  left: -160px;
  bottom: 0;
  width: 230px;
  height: 335px;
  background: center/cover no-repeat url(../../images/worry/worry-img-l.png);
  z-index: 1;
}
.worry-inner::after {
  position: absolute;
  content: "";
  right: -150px;
  bottom: 0;
  width: 230px;
  height: 335px;
  background: center/cover no-repeat url(../../images/worry/worry-img-r.png);
  z-index: 1;
}
.worry-textbox {
  padding: 40px 52px 45px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  position: relative;
}
.worry-textbox::before {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 70px;
  background: center/cover no-repeat url(../../images/worry/worry-arrow.png);
}
.worry-list {
  height: 333px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: space-between;
}
.worry-list-item {
  width: 49%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.worry-list-item::before {
  content: "";
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-top: 5px;
  background: center/cover no-repeat url(../../images/worry/worry-check.png);
}
.worry-list-item:not(:nth-child(5)) {
  margin-bottom: 8px;
}
.worry-list-item:nth-child(4) {
  margin-bottom: 49px;
}
.worry-list-item:last-child {
  margin-bottom: 0;
}
.worry-text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.7;
}
.worry-text .accent {
  color: #feb004;
}
.worry-banner {
  background: center/cover no-repeat url(../../images/worry/worry-banner-bg.png);
}
.worry-banner a {
  display: block;
  max-width: 800px;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  padding: 40px 35px 20px 35px;
  background: center/cover no-repeat url(../../images/worry/worry-banner-img.png);
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.worry-banner a::before {
  position: absolute;
  content: "";
  right: -140px;
  bottom: -90px;
  width: 190px;
  height: 146px;
  background: center/cover no-repeat url(../../img/top/link-banner-deco03.png);
  z-index: 2;
}
.worry-banner a:hover .link-banner-textbox::before {
  right: 10px;
}
.worry-banner-textbox {
  max-width: 300px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.worry-banner-textbox::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 10px;
  width: 119px;
  height: 33px;
  background: center/cover no-repeat url(../../img/top/link-banner-more.png);
  transition: all 0.4s;
}
.worry-banner-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #4c382b;
}
.worry-banner-title::first-letter {
  color: #feb004;
}
.worry-banner-en {
  position: absolute;
  top: -30px;
  right: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

/*========================================
menu
==========================================*/
.menu {
  background: center/32px 50px repeat url(../../images/common/cmn-pattern01.png);
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 123px;
  background: center top/cover no-repeat url(../../images/menu/menu-bg-bottom.png);
}
.menu-inner {
  padding-bottom: 60px;
}
.menu-title {
  max-width: 980px;
  width: 100%;
  height: 70px;
  margin: 0 auto 100px auto;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 35px;
  position: relative;
}
.menu-title::before {
  position: absolute;
  content: "";
  top: -60px;
  left: 40px;
  width: 180px;
  height: 111px;
  background: center/cover no-repeat url(../../images/menu/menu-title-deco-l.png);
}
.menu-title::after {
  position: absolute;
  content: "";
  top: -60px;
  right: 20px;
  width: 140px;
  height: 206px;
  background: center/cover no-repeat url(../../images/menu/menu-title-deco-r.png);
}
.menu-title .accent {
  color: #b4d000;
}
.menu-title .accent2 {
  font-size: 3.5rem;
  color: #feb004;
}
.menu-list {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.menu-list-item {
  max-width: 520px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 2px solid #feb004;
  box-sizing: border-box;
}
.menu-list-title {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b4d000;
}
.menu-list-title::before {
  content: "";
  flex: none;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  margin-top: 14px;
  background-color: #b4d000;
  border-radius: 50%;
}
.menu-flex {
  justify-content: space-between;
  margin-bottom: 10px;
}
.menu-time {
  min-width: 170px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 10px;
  background-color: #feb004;
  border-radius: 10px;
}
.menu-price {
  line-height: 1;
}
.menu-body {
  line-height: 1.87;
}
.menu-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.info {
  background: center/32px 50px repeat url(../../images/common/cmn-pattern01.png);
}
.info-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #feb004;
  border-collapse: separate;
}
.info-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.info-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #feb004;
}
.info-table tr th {
  width: 300px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: left;
  padding: 20px 10px 20px 30px;
  background: #feb004;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  padding: 15px 20px 15px 30px;
  background-color: #fff;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 350px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
}

/*========================================
contact
==========================================*/
.contact-inner {
  text-align: center;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #b4d000;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #b4d000;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #b4d000;
}

/*========================================
privacy
==========================================*/
.privacy-inner {
  text-align: center;
}
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #b4d000;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #b4d000;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-inner {
  text-align: center;
}
.site-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #b4d000;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #4c382b !important;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #b4d000;
  border-right: 1px solid #b4d000;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #b4d000 !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #feb004;
}
.footer-inner {
  padding: 50px;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto 50px auto;
  text-align: center;
}
.footer-link {
  max-width: 368px;
  width: 100%;
  margin: 0 auto 30px auto;
  justify-content: space-between;
}
.footer-tel {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff !important;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../img/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 239px;
}
.footer-address {
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.footer-textbox {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
}
.footer-text-flex {
  width: auto;
  align-items: flex-start;
}
.footer-name {
  width: 90px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-right: 19px;
  background-color: #b4d000;
  border-radius: 15px;
}
.footer-text {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.87;
}
.footer-text .accent {
  color: #feb004;
}
.footer-nav {
  width: 100%;
  padding-top: 30px;
  background-color: #fff;
}
.footer-nav-list {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-right: 25px;
}
.footer-nav-list-item:last-child {
  margin-right: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #4c382b !important;
}
.footer-nav-list-item a:hover {
  color: #b4d000 !important;
}
.footer #copyright {
  background: #fff;
  color: #feb004;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footer #copyright a {
  color: #feb004 !important;
}/*# sourceMappingURL=style.css.map */