@charset "UTF-8";
/*HEADER*/
/*******************************************************************/
#header .logo-wrapper {
  width: 75px;
  padding: 10px 40px;
  z-index: 1000;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  #header .logo-wrapper {
    padding: 0;
    width: 60px;
    margin-left: 20px;
  }
}

#header .logo-wrapper a {
  line-height: 1.6;
  color: #333 !important;
  letter-spacing: 4px;
}

#header .logo-wrapper img {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  #header .logo-wrapper img {
    padding: 0px;
    height: 65px;
  }
}

#header nav.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
}

#header nav.nav ul li {
  position: relative;
}

#header nav.nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 20px 0px 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*============================
#header
============================*/
header#header {
  left: 0;
  position: fixed;
  top: 0px;
  z-index: 9000;
  height: auto;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  header#header {
    width: 100%;
    top: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 72px;
    z-index: 9999;
    padding-bottom: 0;
    border-bottom: none;
    padding: 0;
  }
}

header#header.fixed {
  background: white;
}

header#header div.mw {
  margin: auto;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  header#header div.mw {
    padding: 0 20px 0 0;
  }
}

header#header div.mw .logo-wrapper {
  width: 75px;
  padding: 10px 0px;
  z-index: 1000;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  header#header div.mw .logo-wrapper {
    padding: 0;
    width: 60px;
    margin-left: 20px;
  }
}

header#header div.mw .logo-wrapper a {
  line-height: 1.6;
  color: #333 !important;
  letter-spacing: 4px;
}

header#header div.mw .logo-wrapper img {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  header#header div.mw .logo-wrapper img {
    padding: 0px;
  }
}

header#header div.mw nav.nav {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  header#header div.mw nav.nav {
    display: none;
  }
}

header#header div.mw nav.nav ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#header div.mw nav.nav ul.menu li {
  position: relative;
}

header#header div.mw nav.nav ul.menu li a {
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 20px 0px 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header#header div.mw nav.nav ul.menu li a i {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 8px;
  opacity: 0.8;
  white-space: nowrap;
}

header#header div.mw nav.nav ul.contact {
  width: auto;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact {
    width: 100%;
  }
}

header#header div.mw nav.nav ul.contact li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact li {
    width: auto;
  }
}

header#header div.mw nav.nav ul.contact li:first-child {
  background: #d49494;
}

header#header div.mw nav.nav ul.contact li:nth-child(2) {
  background: #bfa69c;
}

header#header div.mw nav.nav ul.contact li:last-child {
  background: #745454;
}

header#header div.mw nav.nav ul.contact li a {
  width: auto;
  padding: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact li a {
    width: auto;
  }
}

header#header div.mw nav.nav ul.contact li a div {
  width: auto;
  padding: 40px 10px;
  min-width: 114px;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact li a div {
    width: auto;
  }
}

header#header div.mw nav.nav ul.contact li a div span {
  width: auto;
  position: absolute;
  top: 0;
  font-size: 10px;
  white-space: nowrap;
  right: 0;
  display: block;
  color: #A59283;
  padding: 8px 4px 8px 12px;
  background: #FFFFFF;
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact li a div span {
    width: auto;
  }
}

header#header div.mw nav.nav ul.contact li a div p {
  width: auto;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact li a div p {
    width: auto;
  }
}

header#header div.mw nav.nav ul.contact li a div i {
  width: auto;
}

@media screen and (max-width: 768px) {
  header#header div.mw nav.nav ul.contact li a div i {
    width: auto;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  max-width: 550px;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 50%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
  /*アクティブクラスがついたら位置を0に*/
}

@media screen and (max-width: 1200px) {
  #g-nav {
    width: 100%;
    display: block;
  }
}

#g-nav.panelactive {
  right: 0;
  /*ナビゲーションの縦スクロール*/
}

#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 998;
  width: 100%;
  height: 100dvh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@media screen and (max-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 100%;
  }
}

#g-nav ul.menu {
  list-style: none;
  padding-top: 120px;
}

#g-nav ul.menu li {
  position: relative;
}

#g-nav ul.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 20px 0px 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#g-nav ul.menu li a i {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 20px;
  opacity: 0.8;
}

#g-nav ul.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact {
    width: 100%;
  }
}

#g-nav ul.contact li {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact li {
    width: calc(100% / 3);
  }
}

#g-nav ul.contact li:first-child {
  background: #d49494;
}

#g-nav ul.contact li:nth-child(2) {
  background: #bfa69c;
}

#g-nav ul.contact li:last-child {
  background: #745454;
}

#g-nav ul.contact li a {
  width: auto;
  padding: 0;
  display: block;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact li a {
    width: auto;
  }
}

#g-nav ul.contact li a div {
  width: auto;
  padding: 40px 10px;
  min-width: 114px;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact li a div {
    width: auto;
  }
}

#g-nav ul.contact li a div span {
  width: auto;
  position: absolute;
  top: 0;
  font-size: 10px;
  white-space: nowrap;
  right: 0;
  display: block;
  color: #A59283;
  padding: 8px 4px 8px 12px;
  background: #FFFFFF;
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact li a div span {
    width: auto;
  }
}

#g-nav ul.contact li a div p {
  width: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact li a div p {
    width: auto;
  }
}

#g-nav ul.contact li a div i {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 5px;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #g-nav ul.contact li a div i {
    width: auto;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: absolute;
  z-index: 9999;
  top: calc(50% - 25px);
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .openbtn1 {
    display: block;
    top: calc(50% - 25px);
  }
}

@media screen and (max-width: 768px) {
  .openbtn1 {
    display: block;
    top: calc(50% - 25px);
  }
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #745454;
  width: 65%;
}

@media screen and (max-width: 1200px) {
  .openbtn1 span {
    background-color: #745454;
  }
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
  background-color: #fff !important;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
  background-color: #fff !important;
}

/*FOOTER*/
/*******************************************************************/
/*============================
#contact
============================*/
article#contact {
  color: #fff;
}

article#contact img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article#contact header {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 0;
  text-align: center;
}

article#contact header h2 {
  width: auto;
  font-size: 2.4rem;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#contact header h2 {
    width: auto;
  }
}

article#contact header h2:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 40px);
}

article#contact section.full div.btn_wrap {
  padding-top: 40px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  article#contact section.full div.btn_wrap {
    width: auto;
    padding-top: 40px;
  }
}

article#contact section.full div.btn_wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border: solid 1px;
  padding: 15px 40px;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  color: #fff;
  margin: auto;
}

article#contact section.full div.btn_wrap a:after {
  content: "";
  width: 60px;
  height: 1px;
  top: calc(50% - 1px);
  right: -40px;
  background-color: #fff;
}

/*============================
#footer
============================*/
footer#footer {
  width: auto;
  background: #745454;
  color: #fff;
  padding: 40px 40px 20px;
  width: auto;
}

@media screen and (max-width: 768px) {
  footer#footer {
    padding: 40px 20px 20px;
  }
}

footer#footer section {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  footer#footer section {
    width: auto;
    padding-bottom: 40px;
    display: block;
  }
}

footer#footer section div.info_content {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  footer#footer section div.info_content {
    width: auto;
  }
}

footer#footer section div.info_content div.info {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  footer#footer section div.info_content div.info {
    width: auto;
    padding-left: 0;
  }
}

footer#footer section div.info_content div.info img {
  width: 140px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer#footer section div.info_content div.info p {
  width: auto;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  footer#footer section div.info_content div.info p {
    width: auto;
  }
}

footer#footer section div.content {
  width: auto;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content {
    width: auto;
  }
}

footer#footer section div.content ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content ul {
    width: auto;
  }
}

footer#footer section div.content ul li {
  width: calc(100% / 3);
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content ul li {
    width: 50%;
  }
}

footer#footer section div.content ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content ul li a {
    width: auto;
  }
}

footer#footer section div.content ul li a i {
  display: block;
  font-size: 10px;
  padding: 5px 0 0;
}

footer#footer section div.content ol {
  width: auto;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content ol {
    width: auto;
  }
}

footer#footer section div.content ol li {
  width: auto;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content ol li {
    width: auto;
  }
}

footer#footer section div.content ol li a {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  footer#footer section div.content ol li a {
    width: auto;
  }
}

footer#footer section div.content ol li a i {
  display: block;
  font-size: 10px;
  padding: 5px 0 0;
}

footer#footer div.copy {
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer#footer div.copy {
    width: auto;
  }
}
/*# sourceMappingURL=main.css.map */