@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media all and (max-width: 991px) {
  html {
    font-size: 58%;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 56%;
  }
}
@media all and (max-width: 575px) {
  html {
    font-size: 52%;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body, select, input, textarea, p, i, a, li, th, td, span, h1, h2, h3, h4, h5, small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: auto;
  color: #767064;
}

.en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

body {
  background-color: #F0F0ED;
}

body, select, input, textarea, p, i, a, li, th, td, span, dt, dd {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media all and (max-width: 575px) {
  body, select, input, textarea, p, i, a, li, th, td, span, dt, dd {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

::selection {
  background: #f0f0f0;
  color: #ccc;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
}
a img {
  transition: all 0.3s;
}

a:hover {
  color: #D6D5CF;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

p.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

ul {
  padding: 0;
}

.just {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#location h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#location p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
#location p span {
  font-size: 1.6rem;
  line-height: 1.8;
}
#location p.txt {
  line-height: 2;
}

#map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
  margin-bottom: 4rem;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  #map {
    padding-top: 60%;
  }
}
@media all and (max-width: 575px) {
  #map {
    padding-top: 75%;
  }
}
#nav {
  position: fixed;
  background-color: #D6D5CF;
  top: 0;
  left: -600px;
  width: 600px;
  height: 100%;
  z-index: 9999;
  padding: 100px 60px 60px 60px;
  transition: all 0.2s;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  overflow-y: auto;
}
#nav ul li a {
  color: #767064;
}
#nav ul li a:hover {
  color: #888678;
}
#nav ul dl dt, #nav ul dl dd {
  line-height: 1.3;
  letter-spacing: 1px;
}
#nav ul#menu li {
  margin: 2.5rem auto;
}
#nav ul#menu dl dt {
  font-size: 3.6rem;
  font-weight: 500;
}
#nav ul#menu dl dd {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
#nav ul#menu li.menu {
  opacity: 0;
}
#nav ul#sub {
  margin-top: 6rem;
  opacity: 0;
}
#nav ul#sub li {
  display: inline-block;
  margin-right: 3.5rem;
}
#nav ul#sub li a {
  color: #767064;
}
#nav ul#sub li a:hover {
  color: #888678;
}
#nav ul#sub dl dt {
  font-size: 2.8rem;
}
#nav ul#sub dl dd {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  #nav .inner {
    width: 80%;
  }
  #nav ul#menu dl dt {
    font-size: 4rem;
  }
  #nav ul#sub {
    margin-top: 5rem;
  }
  #nav ul#sub li {
    margin-right: 3rem;
  }
  #nav ul#sub dl dt {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 575px) {
  #nav {
    width: 100%;
    padding: 80px 40px 60px 40px;
  }
  #nav .inner {
    width: 100%;
  }
  #nav ul#menu li {
    margin: 2rem auto;
  }
  #nav ul#menu dl dt {
    font-size: 3.5rem;
  }
  #nav ul#sub {
    margin-top: 5rem;
  }
  #nav ul#sub li {
    margin-right: 3rem;
    margin-bottom: 1.5rem;
  }
  #nav ul#sub dl dt {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 499px) {
  #nav ul#menu li {
    margin: 2rem auto;
  }
  #nav ul#menu dl dt {
    font-size: 3rem;
  }
  #nav ul#sub {
    margin-top: 4.5rem;
  }
}
#nav::-webkit-scrollbar {
  width: 3px;
}

#nav::-webkit-scrollbar-thumb {
  background-color: white;
}

a.none {
  pointer-events: none;
}

#cover {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 213, 207, 0.3);
  transition: all 0.2s;
  z-index: 99;
  cursor: pointer;
  pointer-events: none;
}

body.view #nav {
  left: 0;
  transition: all 0.2s;
}
body.view #cover {
  opacity: 1;
  z-index: 99;
  transition: all 0.3s;
  pointer-events: auto;
}
body.view #menuWarp #menuBtn span:nth-of-type(1) {
  animation: active-menu-bar01 0.2s forwards;
}
body.view #menuWarp #menuBtn span:nth-of-type(2) {
  animation: active-menu-bar02 0.2s forwards;
}
body.view #menuWarp #menuBtn:hover span:nth-of-type(1) {
  top: 2px !important;
}
body.view #menuWarp #menuBtn:hover span:nth-of-type(2) {
  bottom: 2px !important;
}
body.view #nav ul#menu li#menu01 {
  animation: fadeInLeft 0.3s ease 0.2s 1 forwards;
}
body.view #nav ul#menu li#menu02 {
  animation: fadeInLeft 0.3s ease 0.3s 1 forwards;
}
body.view #nav ul#menu li#menu03 {
  animation: fadeInLeft 0.3s ease 0.4s 1 forwards;
}
body.view #nav ul#menu li#menu04 {
  animation: fadeInLeft 0.3s ease 0.5s 1 forwards;
}
body.view #nav ul#menu li#menu05 {
  animation: fadeInLeft 0.3s ease 0.6s 1 forwards;
}
body.view #nav ul#menu li#menu06 {
  animation: fadeInLeft 0.3s ease 0.7s 1 forwards;
}
body.view #nav ul#menu li#menu07 {
  animation: fadeInLeft 0.3s ease 0.8s 1 forwards;
}
body.view #nav ul#sub {
  animation: fadeInLeft 0.3s ease 1s 1 forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    transform: translateY(6.5px) rotate(35deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6.5px) rotate(0);
  }
  100% {
    transform: translateY(-6.5px) rotate(-35deg);
  }
}
@media all and (max-width: 991px) {
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(6px) rotate(0);
    }
    100% {
      transform: translateY(6px) rotate(35deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(-6px) rotate(-35deg);
    }
  }
}
#wrapper {
  padding-top: 120px;
}

.container {
  padding: 0 80px;
  max-width: 1280px;
}

@media all and (max-width: 991px) {
  #wrapper {
    padding-top: 100px;
  }
  .container {
    padding: 0 60px;
  }
}
@media all and (max-width: 767px) {
  #wrapper {
    padding-top: 80px;
  }
  .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding: 0 25px;
  }
}
#intro {
  position: relative;
  background-color: #D6D5CF;
}
#intro #intro-wrap {
  max-width: 1800px;
  margin: auto;
  background-color: white;
  height: calc(100vh - 120px);
  height: calc(100dvh - 120px);
  position: relative;
}
#intro #intro-wrap .cell {
  position: absolute;
}
#intro #intro-wrap .left {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: grid;
  place-items: center;
}
#intro #intro-wrap .left .left-back {
  width: 65%;
  max-width: 480px;
}
#intro #intro-wrap .left .inner h1 {
  margin-bottom: 5rem;
}
#intro #intro-wrap .left .inner p {
  margin: auto;
  line-height: 2;
  font-size: 2rem;
}
#intro #intro-wrap .left .box {
  display: none;
}
#intro #intro-wrap .right {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/main_back_pc.webp?250918);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  #intro #intro-wrap {
    max-height: 60vh;
  }
}
@media all and (max-width: 1590px) {
  #intro #intro-wrap .left .inner p {
    font-size: 1.25vw;
  }
}
@media all and (max-width: 1199px) {
  #intro #intro-wrap .left .inner p {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1020px) {
  #intro #intro-wrap .left .inner p {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 991px) {
  #intro #intro-wrap {
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
  }
}
@media all and (max-width: 767px) {
  #intro #intro-wrap {
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
  }
}
@media all and (max-width: 575px) {
  #intro #intro-wrap .left {
    position: sticky;
    top: 80px;
    width: 100%;
    height: auto;
    display: block;
    place-items: unset;
    z-index: 2;
    text-align: center;
  }
  #intro #intro-wrap .left .left-back {
    width: 100%;
    max-width: none;
    background-image: linear-gradient(0deg, transparent, #ffffff 60%);
    padding: 6rem 0;
  }
  #intro #intro-wrap .left .inner {
    width: 80%;
    margin: auto;
  }
  #intro #intro-wrap .left .inner h1 {
    margin-bottom: 4rem;
  }
  #intro #intro-wrap .left .inner p {
    text-align: left;
    font-size: 2rem;
  }
  #intro #intro-wrap .left .box {
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  #intro #intro-wrap .right {
    width: 100%;
    background-image: url(../img/main_back_smp.webp?250918);
    opacity: 0.7;
  }
}
@media screen and (max-width: 575px) and (orientation: portrait) {
  #intro #intro-wrap {
    max-height: none;
  }
}
@media all and (max-width: 499px) {
  #intro #intro-wrap .left .left-back {
    padding: 5rem 0;
  }
  #intro #intro-wrap .left .inner {
    width: 80%;
  }
  #intro #intro-wrap .left .inner h1 {
    margin-bottom: 2.5rem;
  }
  #intro #intro-wrap .left .inner p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #intro #intro-wrap .left .box {
    padding-bottom: 70%;
  }
}
#scroll {
  position: absolute;
  bottom: 2.3vw;
  left: 2.3vw;
  width: 1.6vw;
  overflow: hidden;
}
#scroll a {
  display: block;
  position: relative;
}
#scroll a:hover img {
  opacity: 1;
}
#scroll .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fluffy 2.5s infinite;
}

#scroll:hover {
  opacity: 0.6;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media all and (min-width: 1800px) {
  #scroll {
    bottom: 4.6rem;
    left: 4.6rem;
    width: 2.8rem;
  }
}
@media all and (max-width: 991px) {
  #scroll {
    bottom: 2rem;
    left: 2rem;
    width: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  #scroll {
    display: none !important;
  }
}
#list {
  position: relative;
  background-color: #F0F0ED;
  padding-top: 12rem;
}
#list .list a {
  display: block;
  border-radius: 0 2vw 0 0;
  transition: all 0.3s ease-out;
}
#list .list a .midashi {
  background-color: white;
  border-radius: 0 2vw 0 0;
  padding: 1.5vw;
  text-align: center;
}
#list .list a .midashi img {
  margin: auto;
  width: 100%;
  max-width: 260px;
}
#list .list a .icon {
  padding: 1.5vw 1.5vw 1.8vw 1.5vw;
  background-color: white;
}
#list .list a .icon .img small {
  display: block;
  text-align: center;
  font-size: 1.1vw;
  white-space: nowrap;
}
#list .list a .icon .img small.smp-up {
  margin-top: -0.8vw;
}
#list .list a .price {
  background-color: #D6D5CF;
}
#list .list a .link {
  background-color: white;
  padding: 2vw;
  text-align: center;
  line-height: 1;
  font-size: 1.2vw;
  transition: all 0.3s ease-out;
}
#list .list a .thumb {
  overflow: hidden;
}
#list .list a .thumb .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-out;
  padding-bottom: 64%;
}
#list .list a:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 8px -1px rgba(200, 200, 200, 0.8), 0 0 16px #fff;
  transition: box-shadow 0.2s ease-in-out;
}
#list .list a:hover .link {
  color: white;
  background-color: #A5A5A5;
  transition: all 0.3s ease-out;
}
#list .list a:hover .midashi img,
#list .list a:hover .icon img,
#list .list a:hover .price img {
  opacity: 1;
}
#list .list a:hover .thumb .image {
  transform: scale(1.05);
}

@media all and (min-width: 1399px) {
  #list .list a {
    border-radius: 0 3rem 0 0;
  }
  #list .list a .midashi {
    border-radius: 0 3rem 0 0;
    padding: 2rem;
  }
  #list .list a .icon {
    padding: 2.5rem;
  }
  #list .list a .icon .img small {
    font-size: 1.6rem;
  }
  #list .list .link {
    padding: 2.8rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 991px) {
  #list {
    padding-top: 10rem;
  }
  #list .list a .midashi {
    padding: 1rem;
  }
  #list .list a .icon {
    padding: 1.5rem 1.5rem 1.8rem 1.5rem;
  }
  #list .list a .icon .img small {
    font-size: 1.2rem;
  }
  #list .list a .link {
    padding: 2.5rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  #list {
    padding-top: 6rem;
  }
}
@media all and (max-width: 575px) {
  #list {
    padding-top: 4rem;
  }
  #list .list {
    max-width: 380px;
    margin: auto auto 2rem auto;
  }
  #list .list a {
    border-radius: 0 3rem 0 0;
  }
  #list .list a .midashi {
    border-radius: 0 3rem 0 0;
    padding: 1vw 0;
  }
  #list .list a .icon .img small {
    font-size: 2.5vw;
  }
  #list .list a .price {
    text-align: center;
  }
  #list .list a .price img {
    width: 80%;
    margin: auto;
  }
  #list .list a .link {
    font-size: 3.4vw;
  }
}
@media all and (max-width: 499px) {
  #list .list a .icon .img small {
    font-size: 1.5rem;
  }
  #list .list a .link {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.title {
  text-align: center;
  margin: 12rem auto 4rem auto;
}
.title h2 {
  position: relative;
  max-width: 1199px;
  margin-bottom: 1.5rem;
  padding: 0 4rem;
}
.title h2 span {
  background-color: #F0F0ED;
  display: inline-block;
  line-height: 1;
  padding: 0 3.5rem;
  font-size: 5rem;
  z-index: 9;
  position: relative;
}
.title h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #767064;
}
.title small {
  font-size: 2rem;
  display: block;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media all and (max-width: 991px) {
  .title {
    margin: 10rem auto 3rem auto;
  }
  .title h2 span {
    padding: 0 3rem;
    font-size: 6rem;
  }
  .title small {
    font-size: 2rem;
  }
}
@media all and (max-width: 575px) {
  .title {
    margin: 8rem auto 2.5rem auto;
  }
  .title h2 span {
    padding: 0 2rem;
    font-size: 5rem;
  }
}
@media all and (max-width: 499px) {
  .title h2 span {
    padding: 0 1.5rem;
    font-size: 3.5rem;
  }
}
#plan .title {
  margin-bottom: auto;
}
#plan .plan {
  padding-top: 10rem;
}
#plan .plan table {
  width: 100%;
}
#plan .plan table th {
  background-color: #D6D5CF;
  padding: 2rem 0 1.5rem 0;
}
#plan .plan table th img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
#plan .plan table th small {
  display: inline-block;
  padding-left: 0.4rem;
  padding-right: 2em;
  vertical-align: bottom;
  margin-bottom: 1px;
}
#plan .plan table th.midashi {
  text-align: center;
  padding-right: 4rem;
}
#plan .plan table th.midashi img {
  width: 90%;
  margin-top: -11rem;
}
#plan .plan table th.kakaku img {
  vertical-align: bottom;
  margin-right: 1rem;
}
#plan .plan table td {
  background-color: white;
  position: relative;
}
#plan .plan table td.photo {
  width: 40%;
  padding-right: 4rem;
}
#plan .plan table td.photo img {
  margin-top: -3.5rem;
}
#plan .plan table td.naiyo {
  padding: 2rem 4rem 2rem 0;
  border-radius: 0 0 2vh 0;
}
#plan .plan table dl {
  display: table;
  width: 100%;
  margin: auto;
  border-bottom: solid 1px #767064;
}
#plan .plan table dl dt, #plan .plan table dl dd {
  padding: 0.7rem 1rem;
  display: table-cell;
  font-size: 1.6rem;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.5;
}
#plan .plan table dl dt span, #plan .plan table dl dd span {
  font-size: 1.6rem;
  line-height: 1.5;
}
#plan .plan table dl dt {
  width: 13rem;
}
#plan .plan table dl:last-child {
  border: none;
}
#plan .plan .waku {
  display: table;
  width: 100%;
}
#plan .plan .waku .col {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
#plan .plan .waku .left {
  white-space: nowrap;
  padding-right: 1em;
  width: 7rem;
}
#plan .plan .waku .right span {
  display: inline-block;
}

@media all and (max-width: 991px) {
  #plan .plan {
    padding-top: 8rem;
  }
  #plan .plan table th {
    padding: 1.5rem 0 1rem 0;
  }
  #plan .plan table th img {
    max-width: 240px;
  }
  #plan .plan table th.midashi {
    padding-right: 3rem;
  }
  #plan .plan table th.midashi img {
    margin-top: -8rem;
  }
  #plan .plan table td.photo {
    width: 40%;
    padding-right: 3rem;
  }
  #plan .plan table td.photo img {
    margin-top: -2.5rem;
  }
  #plan .plan table td.naiyo {
    padding: 1.5rem 3rem 1.5rem 0;
  }
  #plan .plan table dl dt, #plan .plan table dl dd {
    padding: 0.6rem;
    font-size: 1.5rem;
  }
  #plan .plan table dl dt span, #plan .plan table dl dd span {
    font-size: 1.5rem;
  }
  #plan .plan table dl dt {
    width: 12rem;
  }
  #plan .plan table dl:last-child {
    border: none;
  }
}
@media all and (max-width: 767px) {
  #plan .plan {
    padding-top: 6rem;
  }
  #plan .plan p {
    text-align: center;
    border-bottom: solid 1px #767064;
    padding-bottom: 1.2rem;
  }
  #plan .plan table {
    display: block;
  }
  #plan .plan table th, #plan .plan table td {
    display: block;
  }
  #plan .plan table th {
    padding: 2rem 2rem 4rem 2rem;
    text-align: center;
  }
  #plan .plan table th small {
    display: none;
  }
  #plan .plan table th img {
    max-width: 340px;
  }
  #plan .plan table th img.you2 {
    margin-right: -5%;
  }
  #plan .plan table th.midashi {
    padding: 1rem;
    background-color: white;
    border-radius: 0 3rem 0 0;
  }
  #plan .plan table th.midashi img {
    margin-top: auto;
    max-width: 300px;
  }
  #plan .plan table td.photo {
    width: 100%;
    padding: 0 2.5rem;
  }
  #plan .plan table td.photo img {
    margin: auto;
    margin-top: -2.5rem;
    width: 100%;
  }
  #plan .plan table td.naiyo {
    padding: 1.5rem 3rem 2rem 3rem;
  }
  #plan .plan table dl dt {
    font-weight: 600;
  }
  #plan .plan table dl dt, #plan .plan table dl dd {
    padding: 1rem 0;
    font-size: 1.7rem;
  }
  #plan .plan table dl dt span, #plan .plan table dl dd span {
    font-size: 1.7rem;
  }
  #plan .plan table dl.bloc {
    display: block;
    width: 100%;
  }
  #plan .plan table dl.bloc dt, #plan .plan table dl.bloc dd {
    display: block;
  }
  #plan .plan table dl.bloc dt {
    padding-bottom: 0.5rem;
  }
  #plan .plan table dl.bloc dd {
    padding-top: 0;
  }
  #plan .plan table dl:last-child {
    border: none;
  }
  #plan .plan .waku .col {
    font-size: 1.7rem;
  }
  #plan .plan .waku .col span {
    font-size: 1.7rem;
  }
  #plan .plan .waku .left {
    padding-left: 1.2em;
  }
}
@media all and (max-width: 575px) {
  #plan .plan p {
    padding-bottom: 1rem;
  }
  #plan .plan table th img {
    width: 80%;
    max-width: 300px;
  }
  #plan .plan table th.midashi img {
    max-width: 220px;
  }
}
@media all and (max-width: 499px) {
  #plan .plan table dl dt, #plan .plan table dl dd {
    padding: 0.5rem;
  }
  #plan .plan table dl:last-child {
    border: none;
  }
  #plan .plan .waku .right span {
    display: inline;
  }
}
#option .container {
  max-width: 1080px;
}
#option ul li {
  padding-right: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media all and (max-width: 767px) {
  #option {
    text-align: center;
  }
  #option ul {
    margin: auto;
    max-width: 380px;
  }
  #option ul li {
    text-align: left;
    padding-right: 0;
  }
}
#special {
  margin-top: 8rem;
}
#special .inner {
  background-color: #D6D5CF;
  padding: 6rem;
  border-radius: 0 0 2vw 0;
}
#special .title {
  text-align: center;
  margin: auto auto 3rem auto;
}
#special .title h2 span {
  background: none;
  padding: 0 !important;
}
#special .title h2::after {
  display: none;
}
#special p {
  text-align: center;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
#special p span {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 1px;
}
#special .img {
  text-align: center;
}
#special .img img {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

@media all and (max-width: 991px) {
  #special {
    margin-top: 6rem;
  }
  #special .img img {
    max-width: 380px;
  }
}
@media all and (max-width: 575px) {
  #special .inner {
    padding: 4rem;
    border-radius: 0 0 3rem 0;
  }
  #special .title {
    margin: auto auto 2rem auto;
  }
  #special p,
  #special p span {
    font-size: 1.8rem;
  }
  #special .img img {
    max-width: 300px;
  }
}
#contact {
  background-color: white;
  padding: 12rem 0;
  margin-top: 12rem;
}
#contact .container {
  max-width: 1199px;
}
#contact .title {
  margin-top: auto;
}
#contact .title span {
  background-color: white;
}
#contact a {
  display: block;
  border-radius: 1.5rem;
}
#contact a.line {
  background-color: #767064;
}
#contact a.line:hover {
  background-color: #A5A5A5;
}
#contact a.line:hover img {
  opacity: 1;
}

@media all and (max-width: 991px) {
  #contact {
    background-color: white;
    padding: 10rem 0;
    margin-top: 8rem;
  }
  #contact a {
    border-radius: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  #contact {
    padding: 8rem 0;
    margin-top: 6rem;
  }
  #contact a {
    border-radius: 1rem;
    max-width: 380px;
  }
}
#header {
  background-color: #F0F0ED;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 88;
}
#header #btnWarp {
  position: absolute;
  top: 0;
  right: 4rem;
  height: 100%;
  display: grid;
  place-items: center;
}
#header ul#btn-head {
  position: relative;
  margin: auto;
}
#header ul#btn-head li {
  display: inline-block;
  width: 5rem;
  background: none;
  margin-left: 2.5rem;
}

#menuWarp {
  position: fixed;
  top: 0;
  left: 5rem;
  height: 120px;
  display: grid;
  place-items: center;
  width: 50px;
  z-index: 9999999999;
}
#menuWarp #menuBtn {
  position: relative;
  width: 100%;
  height: 20px;
  cursor: pointer;
}
#menuWarp #menuBtn span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #767064;
  transition: all 0.4s;
}
#menuWarp #menuBtn span:nth-of-type(1) {
  top: 2px;
  animation: menu-bar01 0.2s forwards;
}
#menuWarp #menuBtn span:nth-of-type(2) {
  bottom: 2px;
  animation: menu-bar02 0.2s forwards;
}
#menuWarp #menuBtn:hover span:nth-of-type(1) {
  top: 0;
}
#menuWarp #menuBtn:hover span:nth-of-type(2) {
  bottom: 0;
}

@media all and (max-width: 1199px) {
  #menuWarp #menuBtn span {
    height: 2px;
  }
}
@media all and (max-width: 991px) {
  #header {
    height: 100px;
  }
  #header #btnWarp {
    right: 3rem;
  }
  #header ul#btn-head li {
    width: 4.5rem;
    margin-left: 1.8rem;
  }
  #menuWarp {
    height: 100px;
    left: 4rem;
  }
  #menuWarp #menuBtn {
    width: 40px;
    height: 18px;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(6px) rotate(35deg);
    }
    50% {
      transform: translateY(6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-6px) rotate(-35deg);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
@media all and (max-width: 767px) {
  #header {
    height: 80px;
  }
  #header #btnWarp {
    right: 2.5rem;
  }
  #header ul#btn-head li {
    width: 4rem;
    margin-left: 1.6rem;
  }
  #menuWarp {
    height: 80px;
    left: 2.5rem;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(35deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-35deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#footer {
  padding: 8rem 0;
}
#footer p {
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
}
#footer p span {
  display: inline-block;
  letter-spacing: 1px;
}

@media all and (max-width: 991px) {
  #footer {
    padding: 6rem 0;
  }
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}/*# sourceMappingURL=common.css.map */