/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
  z-index: 5;
}
.header-inner {
  padding: 0;
}
.header-logo {
  z-index: 2;
}
.header-logo a {
  display: flex;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header .global-nav-list {
  align-items: flex-start;
  justify-content: flex-start;
}
.header .global-nav-list-item {
  max-width: 145px;
  width: 100%;
  line-height: 1;
}
.header .global-nav-list-item:nth-child(3) {
  margin-right: 200px;
}
.header .global-nav-list-item:nth-child(2) a::before {
  width: 63px;
  height: 66px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) a {
  padding-top: 54px;
}
.header .global-nav-list-item:nth-child(3) a::before {
  width: 69px;
  height: 66px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 63px;
  height: 66px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  width: 66px;
  height: 64px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item:nth-child(6) a::before {
  width: 70px;
  height: 62px;
  background: center/cover no-repeat url(../images/common/nav-icon06.png);
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 58px;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 63px;
  background: center/cover no-repeat url(../images/common/nav-icon01.png);
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
}
.header .global-nav-list-item.current a {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 360px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 0;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: center top/cover no-repeat url(../images/common/main-visual-bg-bottom.png);
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 180px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(19, 57, 74, 0.7), 0px 0px 15px rgba(19, 57, 74, 0.7), 0px 0px 15px rgba(19, 57, 74, 0.7);
}
.header-tel {
  position: fixed;
  right: 0;
  bottom: 379px;
  max-width: 96px;
  width: 100%;
  height: 132px;
  background: center/cover no-repeat url(../images/common/header-tel-bg.png);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  padding-top: 45px;
  color: #6ca8c6 !important;
  background-color: #fff;
  z-index: 100;
}
.header-tel::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel .accent {
  font-size: 2rem;
}
.header-tel-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  width: 100%;
  text-align: right;
  line-height: 1;
}
.header .fix-contact {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 100;
}
.header .fix-contact:hover {
  opacity: 0.6;
}
.header .page-top {
  position: fixed;
  right: 23px;
  bottom: 37px;
  z-index: 100;
}
.header .page-top:hover {
  opacity: 0.6;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-banner-section-inner {
  padding-bottom: 87px;
}
.top-banner-section .top-banner {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  min-height: 310px;
  padding: 10px;
  background: center/cover no-repeat url(../images/top/top-banner-bg.png);
  position: relative;
  z-index: 1;
}
.top-banner-section .top-banner::before {
  position: absolute;
  content: "";
  right: -13px;
  bottom: -53px;
  width: 113px;
  height: 125px;
  background: center/contain no-repeat url(../images/top/top-banner-arrow.png);
  z-index: 2;
}
.top-banner-section .top-banner:hover {
  opacity: 0.8;
  transform: translateY(-8px);
}
.top-banner-section .top-banner-inner {
  width: 100%;
  min-height: 280px;
  padding-top: 225px;
  padding-bottom: 30px;
  background: center/cover no-repeat url(../images/top/top-banner-inner-bg.png);
  position: relative;
  z-index: 1;
}
.top-banner-section .top-banner-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: center/cover no-repeat url(../images/top/top-banner-img.png);
  z-index: -1;
}
.top-banner-section .top-banner-textbox {
  max-width: 605px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-top: 120px;
  text-align: center;
  position: relative;
}
.top-banner-section .top-banner-title {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.top-banner-section .top-banner-title img {
  height: 140px;
}
.top-banner-section .top-banner-text {
  font-size: 1.6rem;
  line-height: 1.888;
}

.type {
  background: right -500px top/cover no-repeat url(../images/top/type-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.type-title {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.type-title::before {
  position: absolute;
  content: "";
  top: -44px;
  left: -45px;
  width: 128px;
  height: 89px;
  background: center/contain no-repeat url(../images/top/type-ttl-deco.png);
}
.type-title img {
  height: 130px;
}
.type-check {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 344px;
  position: relative;
  z-index: 1;
}
.type-check::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  height: 364px;
  background: center/contain no-repeat url(../images/top/type-img.png);
  z-index: -1;
}
.type-check-item {
  width: 49%;
}
.type-check-item:not(:last-child) {
  margin-bottom: 20px;
}
.type-check-item:last-child {
  margin: 0 auto;
}
.type-check-item:nth-child(1) .type-check-icon {
  top: 11px;
  right: 126px;
}
.type-check-item:nth-child(2) .type-check-icon {
  top: 19px;
  left: 78px;
}
.type-check-item:nth-child(3) .type-check-icon {
  left: 2px;
  top: 112px;
}
.type-check-item:nth-child(4) .type-check-icon {
  right: 61px;
  top: 145px;
}
.type-check-item:nth-child(5) .type-check-icon {
  top: 216px;
  left: 120px;
}
.type-check-item:nth-child(6) .type-check-icon {
  left: -8px;
  top: 182px;
}
.type-check-item:nth-child(7) .type-check-icon {
  top: 213px;
  right: 11px;
}
.type-check-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/type-circle.png);
  z-index: 2;
}
.type-check-content {
  max-width: 252px;
  width: 100%;
  z-index: 1;
}
.type-check-content a {
  width: 100%;
  height: 100%;
  padding-top: 18px;
  background: center/500px 400px repeat url(../images/top/cmn-pattern01.png);
  border-top: 3px solid #e6ac48;
  position: relative;
}
.type-check-content a::before {
  position: absolute;
  content: "";
  top: -17px;
  left: -17px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/type-arrow-bg.png);
}
.type-check-content a::after {
  position: absolute;
  content: "";
  top: 19px;
  left: 0px;
  width: 21px;
  height: 17px;
  background: center/cover no-repeat url(../images/top/type-arrow.png);
  transition: all 0.4s;
}
.type-check-content a:hover {
  opacity: 0.9;
}
.type-check-content a:hover::after {
  transform: translateX(10px);
}
.type-check-title {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.type-icon {
  margin-bottom: 20px;
}

.top-about {
  background: center right -365px/665px 627px no-repeat url(../images/top/top-about-bg-r.png), center/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -47px;
  width: 258px;
  height: 173px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-b.png);
  z-index: -1;
}
.top-about-inner {
  text-align: center;
  padding: 75px 0 122px 0;
}
.top-about-title {
  display: block;
  width: fit-content;
  margin: 0 auto 25px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top-about-title::before {
  position: absolute;
  content: "";
  top: -72px;
  left: -84px;
  width: 170px;
  height: 155px;
  background: center/contain no-repeat url(../images/top/top-about-ttl-deco.png);
  z-index: -1;
}
.top-about-title img {
  height: 90px;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text:last-of-type {
  margin-bottom: 30px;
}

.top-case {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top-case::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: center bottom/cover no-repeat url(../images/top/top-case-bg-top.png);
  z-index: -1;
}
.top-case-title {
  display: block;
  width: fit-content;
  margin: 0 auto 48px auto;
  text-align: center;
  position: relative;
}
.top-case-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: -44px;
  width: 35px;
  height: 78px;
  background: center/contain no-repeat url(../images/top/top-case-title-l.png);
}
.top-case-title::after {
  position: absolute;
  content: "";
  right: -31px;
  bottom: -56px;
  width: 63px;
  height: 83px;
  background: center/contain no-repeat url(../images/top/top-case-title-r.png);
  z-index: -1;
}
.top-case-title img {
  height: 70px;
}
.top-case .case-list {
  margin-bottom: 64px;
}
.top-case .case-list-item {
  max-width: 400px;
  width: 100%;
}
.top-case .case-img-list-item:first-child::after {
  left: 25px;
  bottom: -75px;
  width: 30px;
  height: 45px;
  background: center/cover no-repeat url(../images/top/top-case-arrow.png);
}
.top-case .case-tag-wrap {
  padding: 0 14px;
}
.merit {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/merit-bg.png);
  position: relative;
  z-index: 1;
}
.merit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/top/merit-bg-top.png);
  z-index: -1;
}
.merit-title {
  text-align: center;
  margin-bottom: 30px;
}
.merit-title img {
  height: 85px;
}
.merit-content {
  width: 100%;
  overflow-x: auto;
}
.merit-flex {
  width: 1080px;
  justify-content: flex-start;
  align-items: flex-start;
}
.merit-list {
  max-width: 110px;
  width: 100%;
  margin-top: 64px;
}
.merit-list-item {
  width: 100%;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  background-color: #e6ac48;
  border-radius: 5px;
}
.merit-list-item::before {
  content: "";
  width: 30px;
  height: 28px;
  margin-bottom: 6px;
  background: center/cover no-repeat url(../images/top/merit-icon01.png);
}
.merit-list-item:nth-child(2)::before {
  width: 24px;
  background: center/cover no-repeat url(../images/top/merit-icon02.png);
}
.merit-list-item:nth-child(3)::before {
  width: 34px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/merit-icon03.png);
}
.merit-list-item:nth-child(4)::before {
  width: 28px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/merit-icon04.png);
}
.merit-list-item:nth-child(5) {
  font-size: 1.1rem;
}
.merit-list-item:nth-child(5)::before {
  width: 30px;
  height: 29px;
  background: center/cover no-repeat url(../images/top/merit-icon05.png);
}
.merit-list-item:not(:last-child) {
  margin-bottom: 6px;
}
.merit-sub-content {
  max-width: 255px;
  width: 100%;
}
.merit-sub-content:first-of-type {
  max-width: 416px;
  border: 10px solid #ff8430;
  border-top: none;
  border-radius: 5px;
}
.merit-sub-content:first-of-type .merit-sub-content-title {
  background-color: #ff8430;
  border-radius: 0;
}
.merit-sub-content:first-of-type .merit-sub-list-title {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 17px;
}
.merit-sub-content:first-of-type .merit-score {
  background-color: #fff2ea;
}
.merit-sub-content:not(:last-of-type) {
  margin-right: 5px;
}
.merit-sub-content-title {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 4px;
  background-color: #bcbcbc;
  border-radius: 5px 5px 0 0;
}
.merit-sub-content-title .accent {
  font-size: 1.5rem;
}
.merit-sub-list-item {
  width: 100%;
  min-height: 80px;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
}
.merit-sub-list-item:not(:last-child) {
  margin-bottom: 5px;
}
.merit-sub-list-title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 10px;
}
.merit-score {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(188, 188, 188, 0.15);
}
.merit-notice {
  font-size: 1.5rem;
  color: #aaa;
  text-align: center;
  margin-top: 15px;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-sub-title {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
  justify-content: center;
}
.reserve-sub-title::before {
  content: "";
  flex: none;
  width: 24px;
  height: 28px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/reserve-title-l.png);
}
.reserve-sub-title::after {
  content: "";
  flex: none;
  width: 24px;
  height: 28px;
  margin-left: 10px;
  background: center/contain no-repeat url(../images/top/reserve-title-r.png);
}
.reserve-title {
  text-align: center;
  margin-bottom: 30px;
}
.reserve-title img {
  height: 38px;
}
.reserve-content {
  padding: 25px 15px 20px 15px;
  background-color: rgba(250, 244, 232, 0.9);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: -60px;
  right: -10px;
  width: 79px;
  height: 117px;
  background: center/contain no-repeat url(../images/top/reserve-deco.png);
  z-index: -1;
}
.reserve-text {
  font-size: 1.6rem;
  line-height: 1.94;
  text-align: center;
  margin-bottom: 25px;
}
.reserve-text .accent {
  font-weight: 500;
  color: #ff8430;
}
.reserve-link {
  flex-direction: column;
}
.reserve-tel {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 28px;
  height: 33px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  max-width: 300px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.reserve-btn::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 2px dashed #06c755;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.3s;
}
.reserve-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #06c755 !important;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #06c755;
  position: relative;
}
.reserve-btn-inner::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/reserve-line-icon.png);
  transition: all 0.4s;
}
.reserve-btn-inner:hover::before {
  right: 5px;
}
.reserve-btn:last-of-type {
  margin-top: 20px;
}
.reserve-btn:last-of-type::before {
  border: 2px dashed #ff8430;
}
.reserve-btn:last-of-type .reserve-btn-inner {
  color: #ff8430 !important;
  border: 1px solid #ff8430;
}
.reserve-btn:last-of-type .reserve-btn-inner::before {
  width: 24px;
  height: 17px;
  background: center/cover no-repeat url(../images/top/reserve-mail-icon.png);
}
.reserve-btn:hover {
  transform: translate(-3px, -3px);
}
.reserve-btn:hover::before {
  top: -3px;
  left: -3px;
  opacity: 0;
}

#top .reserve {
  position: relative;
  z-index: 1;
}
#top .reserve::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: center/cover no-repeat url(../images/top/reserve-bg-bottom.png);
  z-index: -1;
}

.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #3f4756;
  margin-bottom: 49px;
}
.news-list {
  width: 100%;
  flex-direction: column;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 26px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 168px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  padding: 4px 12px;
  background-color: #7bbcdc;
  border-radius: 5px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 45px;
  right: 0;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.3);
}
.news .more-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 14px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  transform: translateX(8px);
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #ff8430;
  border: 2px solid #ff8430;
}
.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: #ff8430;
}
.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: 10px;
}
.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.2rem;
  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 #ff8430;
  border-bottom: 1px solid #ff8430;
}
.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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #ff8430;
  border-right: 1px solid #ff8430;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ff8430 !important;
}
.news-detail .paginated-link a:hover {
  color: #e6ac48 !important;
  transform: translateY(-5px);
}

/*========================================
about
=========================================*/
.guide-inner {
  padding: 50px 0 0 0;
  flex-direction: column;
}
.guide .cmn-btn {
  max-width: 400px;
  height: 60px;
  margin: 0;
}
.guide .cmn-btn:not(:last-of-type) {
  margin-bottom: 30px;
}
.guide .cmn-btn-inner::before {
  background: center/cover no-repeat url(../images/about/guide-arrow.png);
}
.guide .cmn-btn:hover .cmn-btn-inner::before {
  top: 63%;
}

.about {
  background: center bottom/cover no-repeat url(../images/about/about-bg.png);
}
.about-content {
  padding: 20px 15px;
  background-color: #fff;
  border-top: 2px solid #e6ac48;
}
.about-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.about-content:nth-of-type(5) .about-list-item:nth-child(2) {
  background-color: #fff;
}
.about-content:nth-of-type(5) .about-list-item:nth-child(4) {
  background-color: #fff2ea;
}
.about-title {
  font-size: 2.4rem;
  line-height: 1;
  color: #ff8430;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-title::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 25px;
  background-color: #e6ac48;
  border-radius: 50%;
}
.about-title::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 25px;
  background-color: #e6ac48;
  border-radius: 50%;
}
.about-flex {
  flex-direction: column;
  margin-bottom: 30px;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 500px;
  width: 100%;
}
.about-text {
  font-size: 1.6rem;
  line-height: 1.87;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-sub-content {
  margin-bottom: 20px;
  border: 1px solid #e6ac48;
  border-radius: 5px;
}
.about-sub-title {
  font-family: "Hina Mincho", serif;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background-color: #e6ac48;
}
.about-list-item {
  width: 100%;
  font-family: "Hina Mincho", serif;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 7px 12px;
  background-color: #fff2ea;
}
.about-list-item::before {
  content: "";
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/about/about-check.png);
}
.about-list-item:nth-child(even) {
  background-color: #fff;
}
.about-list-item.max {
  width: 100%;
}
.about .reserve-link {
  flex-direction: column;
}
.about .reserve-btn {
  margin: 0;
  max-width: 300px;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 1;
}
.about .reserve-btn::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 2px dashed #ff8430;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.3s;
}
.about .reserve-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #ff8430 !important;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ff8430;
  position: relative;
}
.about .reserve-btn-inner::before {
  content: "";
  width: 24px;
  height: 17px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/reserve-mail-icon.png);
  transition: all 0.4s;
}
.about .reserve-btn-inner:hover::before {
  right: 5px;
}
.about .reserve-btn:last-of-type::before {
  border: 2px dashed #06c755;
}
.about .reserve-btn:last-of-type .reserve-btn-inner {
  color: #06c755 !important;
  border: 1px solid #06c755;
}
.about .reserve-btn:last-of-type .reserve-btn-inner::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/reserve-line-icon.png);
  transition: all 0.4s;
}
.about .reserve-btn:not(:last-of-type) {
  margin-bottom: 30px;
}

.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/about/feature-bg-top.png);
  z-index: -1;
}
.feature::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/about/feature-bg-bottom.png);
  z-index: -1;
}
.feature-content {
  flex-direction: column;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-content:nth-of-type(2) .feature-title .accent {
  margin: 0 10px;
}
.feature-img {
  margin-bottom: 20px;
}
.feature-textbox {
  max-width: 500px;
  width: 100%;
}
.feature-no {
  display: block;
  margin-bottom: 5px;
}
.feature-no img {
  height: 45px;
}
.feature-title {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e6ac48;
}
.feature-title .accent {
  font-size: 2.6rem;
  color: #ff8430;
  margin-right: 10px;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 1.87;
}
.feature-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-flex {
  flex-direction: column;
}
.feature-sub-title {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
  padding: 13px 0;
  background-color: #e6ac48;
  border-radius: 10px;
  position: relative;
}
.feature-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 23px;
  height: 14px;
  background: center/cover no-repeat url(../images/about/feature-sub-title-arrow.png);
}
.feature-img-title {
  font-family: "Hina Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  color: #ff8430;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-img-title::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 25px;
  background-color: #e6ac48;
  border-radius: 50%;
}
.feature-img-title::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 25px;
  background-color: #e6ac48;
  border-radius: 50%;
}

/*========================================
price
==========================================*/
.price {
  position: relative;
  z-index: 3;
}
.price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/case/case-bg-bottom.png);
  z-index: -1;
}
.price-text {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
.price-content {
  padding-bottom: 39px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.price-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.price-content-title {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  padding: 16px 0;
  margin-bottom: 30px;
  text-align: center;
  background-color: #e6ac48;
}
.price-main {
  font-family: "Hina Mincho", serif;
  line-height: 1;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 24px;
}
.price .estimate__table table {
  width: 100%;
}
.price .estimate__table--2column {
  font-family: "Hina Mincho", serif;
  line-height: 1;
  font-size: 2.3rem;
  margin-bottom: 24px;
}
.price .estimate__table--2column .estimate__entry {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price .estimate__table--2column .estimate__entry input {
  width: 80%;
  height: 50px;
  font-size: 1.7rem;
  margin-right: 10px;
  border: 1px solid #bcbcbc;
}
.price .estimate__table--4column tbody {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price .estimate__table--4column tbody .estimate__entry {
  max-width: 270px;
  width: 100%;
  min-height: 290px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 15px 0;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  position: relative;
  transition: all 0.4s;
}
.price .estimate__table--4column tbody .estimate__entry:hover {
  opacity: 0.8;
}
.price .estimate__table--4column tbody .estimate__entry:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.price .estimate__table--4column tbody .estimate__entry th {
  display: block;
}
.price .estimate__table--4column tbody .estimate__entry th input {
  display: none;
  overflow: hidden;
}
.price .estimate__table--4column tbody .estimate__entry th label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.price .estimate__table--4column tbody .estimate__entry th label::before {
  display: none;
}
.price .estimate__table--4column tbody .estimate__entry th label::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 70, 55, 0.2);
  opacity: 0;
  transition: all 0.4s;
  margin: 0;
  border: none;
  transform: none;
  border-radius: 0;
}
.price .estimate__table--4column tbody .estimate__entry th input[type=radio]:checked + label::after {
  opacity: 1;
}
.price .estimate__table--4column tbody .estimate__entry td {
  display: block;
}
.price-label {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hina Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 7px;
}
.price-sub-content {
  max-width: 400px;
  width: 95%;
  margin: 0 auto;
}
.price-sub-content-title {
  font-family: "Hina Mincho", serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  background-color: #bcbcbc;
}
.price-icon {
  max-width: 192px;
  width: 100%;
  height: 128px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.price-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #ff8430;
  text-align: center;
  margin-bottom: 10px;
}
.price-sub-text {
  display: block;
  font-size: 1.5rem;
  text-align: left;
  padding: 0 6px;
  letter-spacing: 0.08em;
  color: #403e3c;
  line-height: 1.2;
  margin-top: 11px;
}
.price .estimate__total {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Hina Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #7bbcdc;
  z-index: 100;
}
.price .estimate__total-price {
  display: inline-block;
  font-size: 3.4rem;
  margin: 0 15px 0 24px;
}

/*========================================
case
==========================================*/
.case {
  position: relative;
  z-index: 1;
}
.case::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/case/case-bg-bottom.png);
  z-index: -1;
}
.case-inner {
  padding-top: 40px;
}
.case-flex {
  flex-direction: column;
}
.case-tag-list {
  max-width: 220px;
  width: 100%;
  margin-bottom: 30px;
}
.case-tag-list-item {
  width: 100%;
}
.case-tag-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.case-tag-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 17px 20px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #e6ac48;
  border-radius: 3px;
}
.case-tag-list-item a::before {
  content: "";
  width: 5px;
  height: 9px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/case/case-tag-arrow.png);
  transition: all 0.4s;
}
.case-tag-list-item a:hover {
  opacity: 0.8;
}
.case-tag-list-item a:hover::before {
  transform: translateX(8px);
}
.case-textbox {
  width: 100%;
  padding: 25px 15px 15px 15px;
}
.case-list {
  width: 100%;
  flex-direction: column;
}
.case-list-item {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e6ac48;
  position: relative;
}
.case-list-item a:hover {
  opacity: 0.8;
}
.case-list-item a:hover .case-more::after {
  transform: translateX(10px);
}
.case-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-tag-wrap {
  padding: 0 30px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.case-sub-tag-list {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.case-sub-tag-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 7px 15px;
  color: #fff;
  text-wrap: nowrap;
  background-color: #e6ac48;
  border-radius: 8px 8px 0 0;
}
.case-sub-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-img-list {
  margin-bottom: 30px;
}
.case-img-list-item {
  border-radius: 10px;
  position: relative;
}
.case-img-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.case-img-list-item:nth-child(1) {
  max-width: 190px;
  width: 100%;
  height: 134px;
  margin-bottom: 23px;
}
.case-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 4px;
  bottom: -6px;
  width: 78px;
  height: 19px;
  background: center/cover no-repeat url(../images/top/case-before.png);
}
.case-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: -72px;
  width: 57px;
  height: 50px;
  background: center/cover no-repeat url(../images/case/case-img-arrow.png);
}
.case-img-list-item:nth-child(2) {
  max-width: 240px;
  width: 100%;
  height: 170px;
  margin-left: auto;
}
.case-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -17px;
  width: 90px;
  height: 28px;
  background: center/cover no-repeat url(../images/top/case-after.png);
}
.case-more {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  justify-content: flex-end;
  padding: 18px 20px;
  background-color: #e6ac48;
}
.case-more::after {
  content: "";
  width: 19px;
  height: 14px;
  margin-left: 12px;
  background: center/cover no-repeat url(../images/case/case-arrow.png);
  transition: all 0.4s;
}
.case-detail {
  position: relative;
  z-index: 1;
}
.case-detail::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/case/case-bg-bottom.png);
  z-index: -1;
}
.case-detail-content {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #e6ac48;
}
.case-detail-tag-wrap {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.case-detail-tag-list {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.case-detail-tag-list-item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 20px;
  color: #fff;
  text-wrap: nowrap;
  background-color: #e6ac48;
  border-radius: 8px 8px 0 0;
}
.case-detail-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-detail-img-list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.case-detail-img-list-item {
  border-radius: 10px;
  position: relative;
}
.case-detail-img-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.case-detail-img-list-item:nth-child(1) {
  max-width: 258px;
  width: 100%;
  height: 194px;
}
.case-detail-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 9px;
  bottom: -13px;
  width: 116px;
  height: 28px;
  background: center/contain no-repeat url(../images/case/case-detail-before.png);
}
.case-detail-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: -7px;
  bottom: -62px;
  width: 49px;
  height: 43px;
  background: center/contain no-repeat url(../images/case/case-detail-img-arrow.png);
}
.case-detail-img-list-item:nth-child(2) {
  max-width: 300px;
  width: 86%;
  height: 230px;
  margin-left: auto;
  margin-top: 30px;
}
.case-detail-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  left: 1px;
  bottom: -18px;
  width: 106px;
  height: 33px;
  background: center/contain no-repeat url(../images/case/case-detail-after.png);
}
.case-detail-title {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.3);
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
.case-detail-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting {
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/case/case-bg-bottom.png);
  z-index: -1;
}
.greeting-inner {
  padding-top: 55px;
}
.greeting-inner .cmn-title {
  border-bottom: 1px solid #e6ac48;
}
.greeting-content {
  flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 520px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  margin-bottom: 27px;
}
.greeting-name {
  width: fit-content;
  margin-left: auto;
  font-family: "Hina Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.12em;
}
.greeting-name .accent {
  display: block;
  color: #ff8430;
  margin-bottom: 10px;
}
.greeting-name .s-font {
  font-size: 1.6rem;
  margin-right: 26px;
}

.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/about/feature-bg-top.png);
  z-index: -1;
}
.info-table {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #7bbcdc;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 8px;
}
.info-tel-txt img {
  display: block;
  line-height: 1;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-content {
  padding-bottom: 25px;
  background-color: #fff;
  border: 1px solid #06c755;
  border-radius: 10px;
}
.contact-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact-content:nth-of-type(2) {
  border: none;
}
.contact-content:nth-of-type(2) .contact-content-title {
  background-color: #e6ac48;
}
.contact-content:nth-of-type(3) {
  border: none;
}
.contact-content:nth-of-type(3) .contact-content-title {
  background-color: #ff8430;
}
.contact-content-title {
  font-size: 2.3rem;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 25px;
  text-align: center;
  background-color: #06c755;
}
.contact-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.contact-btn {
  display: block;
  max-width: 500px;
  width: 85%;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-btn::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 2px dashed #06c755;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.3s;
}
.contact-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #06c755 !important;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #06c755;
  position: relative;
}
.contact-btn-inner::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/reserve-line-icon.png);
  transition: all 0.4s;
}
.contact-btn-inner:hover::before {
  right: 5px;
}
.contact-btn:hover {
  transform: translate(-3px, -3px);
}
.contact-btn:hover::before {
  top: -3px;
  left: -3px;
  opacity: 0;
}
.contact-tel {
  width: fit-content;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.contact-tel::before {
  content: "";
  width: 28px;
  height: 33px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.contact-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-tel-txt img {
  display: block;
}
.contact-info {
  flex-direction: column;
}
.contact-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.contact-sub-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.contact-form-table {
  width: 90%;
  margin: 0 auto;
}
.contact-form-table tr {
  border: none;
  padding: 5px 0;
}
.contact-form-table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  background: none;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #ff8430;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #ff8430;
}

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

/*========================================
site
==========================================*/
.site-list {
  flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #ff8430;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #ff8430;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #ff8430;
  border-right: 1px solid #ff8430;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #e6ac48 !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: center bottom/1920px 2500px repeat-x url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 35px 0;
  flex-direction: column;
}
.footer-logo {
  width: 70%;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.footer-content {
  max-width: 540px;
  width: 100%;
  text-align: center;
}
.footer-tel {
  width: fit-content;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 17px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 19px;
  height: 22px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-info {
  flex-direction: column;
  margin-bottom: 30px;
}
.footer-info .reserve-btn {
  max-width: 260px;
  height: 60px;
  margin: 0;
}
.footer-info .reserve-btn-inner {
  font-size: 1.6rem;
}
.footer-info .reserve-btn-inner::before {
  width: 24px;
  height: 17px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/footer-mail-icon.png);
}
.footer-textbox {
  margin-bottom: 49px;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-right {
  max-width: 510px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  height: 220px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-bottom: 35px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-line {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer-line:hover {
  opacity: 0.6;
}
.footer-link {
  flex-direction: column;
}
.footer-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #bcbcbc;
}
.footer-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/footer-btn-deco.png);
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::after {
  transform: translate(3px, -3px);
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-bottom {
  text-align: center;
  padding: 10px 0;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #403e3c;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #403e3c !important;
}

#price .footer {
  margin-bottom: 74px;
}/*# sourceMappingURL=style-sp.css.map */