/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px 0 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #b6b9b0;
  z-index: 100;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 10px;
  max-width: 90px;
  width: 100%;
}
.header-logo:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 833px;
  width: 100%;
  margin-left: auto;
}
.header-textbox {
  max-width: 770px;
  width: 100%;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 13px;
  margin-bottom: 12px;
  position: relative;
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-tel .tel-font {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-right: 8px;
}
.header-insta:hover {
  opacity: 0.8;
}
.header .global-nav-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 20px;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "/";
  margin-left: 20px;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.header .main-visual {
  width: 100%;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background-color: #3f4551;
  z-index: -1;
}
.header .main-visual-img {
  width: 100%;
}
.header .sub-visual {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner::before {
  position: absolute;
  content: "";
  bottom: -25px;
  right: 0px;
  width: 110px;
  height: 177px;
  background: center/contain no-repeat url(../images/about/sub-visual-r-b.png);
}
.header .sub-visual-img {
  position: absolute;
  max-width: 412px;
  width: 110%;
  top: 20px;
  left: -43px;
  z-index: 1;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 190px 0 10px 0;
}
.header .sub-visual-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-right: 10px;
  border-right: 1px solid #b6b9b0;
}

#arrange .sub-visual-title {
  border: none;
  padding-right: 0;
}
#arrange .sub-visual-title img {
  height: 195px;
}

#privacy .sub-visual-title {
  border: none;
  padding-right: 0;
}
#privacy .sub-visual-title img {
  height: 195px;
}

#complete .sub-visual-title {
  border: none;
  padding-right: 0;
}
#complete .sub-visual-title img {
  height: 195px;
}

#notfound .sub-visual-title {
  border: none;
  padding-right: 0;
}
#notfound .sub-visual-title img {
  height: 195px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
}
.top-about-inner {
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 110%;
  height: 80%;
  background-color: #3f4551;
  z-index: -1;
}
.top-about-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  position: relative;
}
.top-about-title::before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -52px;
  width: 1px;
  height: 45px;
  background-color: #fff;
}
.top-about-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.top-about-textbox {
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #fff;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-about-img {
  margin-bottom: 16px;
}
.top-about-en {
  font-family: "Cormorant", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: right;
}

.link-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 110%;
  height: 80%;
  background-color: #3f4551;
  z-index: -1;
}
.link-banner-inner {
  position: relative;
  z-index: 1;
}
.link-banner-inner::before {
  position: absolute;
  content: "";
  top: 82px;
  left: -12px;
  width: 38px;
  height: 174px;
  background: center/contain no-repeat url(../images/top/link-banner-en.png);
  z-index: -1;
}
.link-banner-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.link-banner-title::before {
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 20px;
  background-color: #3f4551;
}
.link-banner-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.link-banner-list-item {
  max-width: 325px;
  width: 100%;
  height: 440px;
}
.link-banner-list-item a {
  width: 100%;
  min-height: 440px;
  padding: 21px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 11px;
  background: center/contain no-repeat url(../images/top/link-banner-arrow.png);
  z-index: -1;
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  right: -17px;
  bottom: 0;
  width: 19px;
  height: 229px;
  background: center/contain no-repeat url(../images/top/link-banner-en01.png);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-list-item:nth-child(2) a::after {
  width: 15px;
  height: 113px;
  background: center/cover no-repeat url(../images/top/link-banner-en02.png);
}
.link-banner-list-item:nth-child(3) a::after {
  width: 18px;
  height: 300px;
  background: center/cover no-repeat url(../images/top/link-banner-en03.png);
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 45px;
}
.link-banner-list-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: -1px -3px 10px rgba(0, 0, 0, 0.4);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  overflow: hidden;
  z-index: -1;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-feature {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-feature::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 45%;
  height: 10%;
  background-color: #f4f4f6;
  z-index: -1;
}
.top-feature::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 45%;
  height: 10%;
  background-color: #f4f4f6;
  z-index: -1;
}
.top-feature-inner {
  position: relative;
  z-index: 1;
}
.top-feature-inner::before {
  position: absolute;
  content: "";
  top: 30%;
  left: -20px;
  width: 45%;
  height: 5%;
  background-color: #f4f4f6;
  z-index: -1;
}
.top-feature-inner::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 30%;
  width: 45%;
  height: 5%;
  background-color: #f4f4f6;
  z-index: -1;
}
.top-feature-content {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-feature-content:nth-of-type(2) .top-feature-textbox::before {
  width: 79px;
  height: 40px;
  background: center/contain no-repeat url(../images/top/top-feature-no02.png);
}
.top-feature-content:nth-of-type(3) .top-feature-textbox::before {
  width: 73px;
  height: 58px;
  background: center/contain no-repeat url(../images/top/top-feature-no03.png);
}
.top-feature-content:nth-of-type(4) .top-feature-textbox::before {
  width: 83px;
  height: 55px;
  background: center/contain no-repeat url(../images/top/top-feature-no04.png);
}
.top-feature-content:nth-of-type(5) .top-feature-textbox::before {
  width: 75px;
  height: 59px;
  background: center/contain no-repeat url(../images/top/top-feature-no05.png);
}
.top-feature-content:nth-of-type(6) .top-feature-textbox::before {
  top: -8px;
  width: 76px;
  height: 59px;
  background: center/contain no-repeat url(../images/top/top-feature-no06.png);
}
.top-feature-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.top-feature-img {
  margin-bottom: 20px;
}
.top-feature-textbox {
  max-width: 545px;
  width: 100%;
  padding-top: 45px;
  position: relative;
}
.top-feature-textbox::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 73px;
  height: 37px;
  background: center/contain no-repeat url(../images/top/top-feature-no01.png);
}
.top-feature-title {
  width: 80%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 13px;
  margin-bottom: 15px;
  position: relative;
}
.top-feature-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 590px;
  height: 1px;
  background-color: #b6b9b0;
}
.top-feature-title .s-font {
  font-size: 2.1rem;
}
.top-feature-title .line {
  display: block;
  text-align: right;
}
.top-feature-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-left {
  max-width: 510px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.reserve-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  color: #fff;
}
.reserve-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  color: #fff;
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.reserve-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-tel .tel-font {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-right: 8px;
}
.reserve-btn {
  display: block;
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.news {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.news-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-section-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.news-section-title-en {
  display: inline-block;
  font-family: "Cormorant", serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-visual {
  width: 100%;
  height: 168px;
  margin-bottom: 13px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: 100%;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 11px;
  background-color: #3f4551;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news .more-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #3f4551;
  border: 2px solid #3f4551;
}
.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: #3f4551;
}
.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 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          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 #3f4551;
  border-bottom: 1px solid #3f4551;
}
.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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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 #3f4551;
  border-right: 1px solid #3f4551;
}
.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: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background-color: #3f4551;
}
.about-inner {
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
.about-content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
}
.about-title {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  position: relative;
}
.about-title::before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -48px;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.about-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 540px;
  width: 100%;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #fff;
}

.scene-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scene-list-item {
  max-width: 330px;
  width: 100%;
}
.scene-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.scene-img {
  margin-bottom: 15px;
}
.scene-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-left: 14px;
  margin-bottom: 10px;
  border-left: 3px solid rgba(63, 69, 81, 0.3);
}
.scene-title .s-font {
  font-size: 2rem;
}
.scene-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.works {
  background-color: #f4f4f6;
}
.works-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 55px;
  position: relative;
}
.works-title::before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -40px;
  width: 1px;
  height: 30px;
  background-color: #3f4551;
}
.works-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.works-notice {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: right;
  margin-bottom: 15px;
}
.works-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-list-item {
  max-width: 330px;
  width: 100%;
  height: 330px;
  margin-bottom: 42px;
}
.works-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.works-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-inner .cmn-title {
  margin-bottom: 40px;
}
.flow-list {
  counter-reset: number 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 306px;
  padding: 14px 20px 10px 20px;
  background-color: #3f4551;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 13px;
  height: 23px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
}
.flow-no {
  position: absolute;
  top: -32px;
  left: 0;
  display: block;
  font-family: "Cormorant", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.flow-no::after {
  content: "";
  font-size: 3rem;
  line-height: 1;
  counter-increment: number 1;
  margin-left: 8px;
  content: "0" counter(number) ".";
}
.flow-icon {
  width: 144px;
  height: 144px;
  margin: 0 auto;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-text {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #fff;
}

/*========================================
flower
=========================================*/
.page-link-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}
.page-link-list-item {
  max-width: 470px;
  width: 90%;
  height: 70px;
}
.page-link-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.page-link-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #3f4551;
  position: relative;
}
.page-link-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 31px;
  background: center/cover no-repeat url(../images/flower/page-link-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-link-list-item a:hover {
  opacity: 0.8;
}
.page-link-list-item a:hover::before {
  top: 58%;
}

#flower02 .about {
  background-color: #f4f4f6;
}
#scene02 .scene-list-item {
  max-width: 250px;
  width: 100%;
}

/*========================================
arrange
==========================================*/
#arrange .flow-list-item {
  padding: 14px 19px 10px 19px;
}
#arrange .flow-list-title {
  font-size: 2rem;
}

.notice {
  background-color: #f4f4f6;
}
.notice-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.notice-textbox {
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}
.notice-text {
  font-size: 1.6rem;
  line-height: 2;
}
.notice-text .accent {
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.notice-text .accent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background-color: rgba(63, 69, 81, 0.2);
  z-index: -1;
}

/*========================================
info
==========================================*/
.owner {
  background-color: #3f4551;
  overflow: hidden;
}
.owner-inner {
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
.owner-title {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  position: relative;
}
.owner-title::before {
  position: absolute;
  content: "";
  left: 15px;
  bottom: -87px;
  width: 1px;
  height: 60px;
  background-color: #fff;
}
.owner-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.owner-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.owner-img {
  margin-bottom: 20px;
}
.owner-textbox {
  max-width: 540px;
  width: 100%;
}
.owner-name {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.owner-name::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 590px;
  height: 1px;
  background-color: #b6b9b0;
}
.owner-name .ruby {
  display: inline-block;
  font-family: "Cormorant", serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-left: 20px;
}
.owner-sub-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.owner-sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 13px;
  margin-bottom: 13px;
  background-color: #f4efeb;
}
.owner-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.15em;
}

.info-content {
  padding: 20px;
  margin-bottom: 58px;
  border: 1px solid #b6b9b0;
}
.info-table {
  width: 100%;
}
.info-table tr {
  border-bottom: 1px solid rgba(182, 185, 176, 0.3);
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  padding: 25px 0 0 0;
}
.info-table tr td {
  display: block;
  padding: 18px 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.info-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-img div:not(:last-child) {
  margin-bottom: 20px;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #3f4551;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #3f4551;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #3f4551;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #3f4551;
  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 #3f4551;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #3f4551;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #3f4551;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #3f4551;
  border-right: 1px solid #3f4551;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1400px;
  height: 1px;
  background-color: #b6b9b0;
  z-index: -1;
}
.footer-inner {
  padding: 35px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  width: 60%;
  margin-bottom: 28px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 520px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 19px;
  margin-bottom: 25px;
  position: relative;
}
.footer-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-tel .tel-font {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-right: 8px;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 7px;
}
.footer-text .accent {
  display: inline-block;
  width: 80px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
  padding: 6px 0;
  border: 1px solid #b6b9b0;
}
.footer-right {
  max-width: 525px;
  width: 100%;
}
.footer-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 20px;
  border-top: 1px solid rgba(3, 16, 34, 0.2);
  border-bottom: 1px solid rgba(3, 16, 34, 0.2);
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-right: 6px;
}
.footer-nav-list-item:not(:nth-child(3n)) a::after {
  content: "/";
  margin-left: 6px;
}
.footer-nav-list-item:last-child {
  margin-right: 0;
}
.footer-nav-list-item:last-child a::after {
  display: none;
}
.footer-nav-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 20px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a:hover {
  color: #0a4189 !important;
}
.footer-bottom {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}