@charset "UTF-8";
/*
theme Name: mitsukurihotel
Author: mitsukurihotel
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
body {
  box-sizing: border-box;
  width: 100%;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.5714285714;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
main {
  overflow: hidden;
}
@media (min-width: 768px) {
  main {
    padding-top: 17.5vw;
  }
}
@media (min-width:1500px) {
  main {
    padding-top: 350px;
  }
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.9;
}

.en {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.section-title {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 5vw;
  }
}
@media (min-width:1500px) {
  .section-title {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 8vw;
  }
}
.section-title .en {
  color: #bc9462;
  display: block;
}
@media (min-width: 768px) {
  .section-title .en {
    font-size: 1.8vw;
  }
}
@media (min-width:1500px) {
  .section-title .en {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 6.6666666667vw;
    letter-spacing: 0.12em;
  }
}
.section-title .ja {
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-title .ja {
    font-size: 0.8vw;
  }
}
@media (min-width:1500px) {
  .section-title .ja {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 2.9333333333vw;
  }
}

a {
  color: #808080;
}

/* header
--------------------------*/
@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding-top: 2vw;
    padding-bottom: 2.5vw;
  }
}
@media (min-width:1500px) {
  .header {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 2.1333333333vw 0;
  }
}
.header.active {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .header .inner {
    padding: 0 1.8666666667vw;
  }
}
@media (min-width: 768px) {
  .header .header-title {
    width: 10.6vw;
    margin: 0 auto 2.75vw;
  }
}
@media (min-width:1500px) {
  .header .header-title {
    width: 212px;
    margin: 0 auto 55px;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .header .header-inner {
    justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header .header-inner .header-logo {
    width: 56.5333333333vw;
  }
}
.header .header-inner .header-nav .header-nav-list {
  display: flex;
}
.header .header-inner .header-nav .header-nav-list .header-nav-item {
  text-align: center;
}
@media (min-width: 768px) {
  .header .header-inner .header-nav .header-nav-list .header-nav-item {
    margin-right: 3vw;
  }
}
@media (min-width:1500px) {
  .header .header-inner .header-nav .header-nav-list .header-nav-item {
    margin-right: 60px;
  }
}
.header .header-inner .header-nav .header-nav-list .header-nav-item:last-child {
  margin-right: 0;
}
.header .header-inner .header-nav .header-nav-list .header-nav-item a .en {
  display: block;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .header .header-inner .header-nav .header-nav-list .header-nav-item a .en {
    font-size: 1vw;
  }
}
@media (min-width:1500px) {
  .header .header-inner .header-nav .header-nav-list .header-nav-item a .en {
    font-size: 20px;
  }
}
.header .header-inner .header-nav .header-nav-list .header-nav-item a .ja {
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .header .header-inner .header-nav .header-nav-list .header-nav-item a .ja {
    font-size: 0.6vw;
  }
}
@media (min-width:1500px) {
  .header .header-inner .header-nav .header-nav-list .header-nav-item a .ja {
    font-size: 12px;
  }
}
.header .header-inner .header-link {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .header-inner .header-link .ig {
    width: 1.4vw;
    margin-right: 1.25vw;
  }
}
@media (min-width:1500px) {
  .header .header-inner .header-link .ig {
    width: 28px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .header .header-inner .header-link .ig {
    width: 6.1333333333vw;
    margin-right: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .header .header-inner .header-link .base {
    width: 4.75vw;
  }
}
@media (min-width:1500px) {
  .header .header-inner .header-link .base {
    width: 95px;
  }
}
@media (max-width: 767px) {
  .header .header-inner .header-link .base {
    width: 5.3333333333vw;
  }
}

.drawer-bars {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 30px;
  height: 50px;
  border-radius: 5px;
  right: 5.3333333333vw;
  z-index: 100;
}
@media (min-width: 768px) {
  .drawer-bars {
    display: none;
  }
}

/*ボタン内側*/
.drawer-bars span {
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
}

.drawer-bars span:nth-of-type(2) {
  display: inline-block;
  top: 23px;
  left: 14px;
  height: 2px;
  background: #bc9462;
  width: 100%;
}

.drawer-bars span:nth-of-type(3) {
  display: inline-block;
  top: 29px;
  left: 14px;
  height: 2px;
  background: #bc9462;
  width: 100%;
}

.drawer-bars span:nth-of-type(4) {
  display: inline-block;
  top: 35px;
  left: 14px;
  height: 2px;
  background: #bc9462;
  width: 100%;
}

.drawer-bars span:nth-of-type(1):after {
  position: absolute;
  content: "MENU"; /*3つ目の要素のafterにMenu表示を指定*/
  top: 5px;
  left: 14px;
  color: #bc9462;
  font-size: 10px;
  white-space: nowrap;
  width: 100%;
  height: 10px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.drawer-bars.active span:nth-of-type(2) {
  top: 22px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.drawer-bars.active span:nth-of-type(3) {
  opacity: 0;
}

.drawer-bars.active span:nth-of-type(4) {
  top: 34px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.drawer-bars.active span:nth-of-type(1)::after {
  content: "CLOSE"; /*3つ目の要素のafterにClose表示を指定*/
  top: 5px;
  left: 12px;
}

.drawer-nav {
  position: fixed;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 15px;
  background: #fff;
  transition: all 0.8s ease 0s;
  color: #808080;
  top: -100vh;
  overflow: hidden;
  text-align: center;
}
.drawer-nav.active {
  top: 0;
}
.drawer-nav .drawer-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .drawer-nav .drawer-inner {
    padding: 0 10px;
  }
}
.drawer-nav .drawer-menu-item {
  margin-bottom: 8vw;
}
.drawer-nav .drawer-menu-item a {
  letter-spacing: 0.2em;
  display: block;
  line-height: 1;
  color: #808080;
}
.drawer-nav .drawer-menu-item a .en {
  font-size: 16px;
  display: block;
}
.drawer-nav .drawer-menu-item a .ja {
  font-size: 10px;
}
.drawer-nav .drawer-logo {
  width: 36.2666666667vw;
  margin: 0 auto 10.6666666667vw;
}
.drawer-nav .drawer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
.drawer-nav .drawer-link .ig {
  width: 6.1333333333vw;
  margin-right: 1.3333333333vw;
}
.drawer-nav .drawer-link .base {
  width: 5.3333333333vw;
}
.drawer-nav .privacy-link {
  font-size: 2.9333333333vw;
  color: #bc9462;
  letter-spacing: 0.2em;
}

/* main-visual
------------------------*/
@media (min-width: 768px) {
  .main-visual {
    margin: 5vw;
  }
}
@media (min-width:1500px) {
  .main-visual {
    margin-bottom: 100px;
  }
}
.main-visual .inner {
  position: relative;
}
@media (max-width: 767px) {
  .main-visual .inner {
    padding: 0;
  }
}
.main-visual .inner::before {
  position: absolute;
  content: "";
  background: transparent url(../img/ilust01.png) no-repeat center center/contain;
  width: 381px;
  height: 568px;
  left: -280px;
  top: -210px;
}
.main-visual .inner::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ilust02.png) no-repeat center center/contain;
  width: 545px;
  height: 910px;
  right: -420px;
  top: -440px;
}

/* コンセプト
---------------------------*/
.concept {
  position: relative;
}
@media (min-width: 768px) {
  .concept {
    padding-bottom: 9vw;
  }
}
@media (min-width:1500px) {
  .concept {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .concept {
    padding-top: 16vw;
    padding-bottom: 2.6666666667vw;
  }
}
.concept::before {
  position: absolute;
  content: "";
}
@media (min-width: 768px) {
  .concept::before {
    background: transparent url(../img/concept_bg.png) no-repeat center center/contain;
    width: 83.35vw;
    height: 63.6vw;
    left: 46%;
    transform: translateX(-50%);
    top: -8.5vw;
  }
}
@media (min-width:1500px) {
  .concept::before {
    width: 1667px;
    height: 1272px;
    left: 46%;
    transform: translateX(-50%);
    top: -170px;
  }
}
@media (max-width: 767px) {
  .concept::before {
    background: transparent url(../img/concept_bg_sp.png) no-repeat center center/contain;
    width: 150.1333333333vw;
    height: 244.5333333333vw;
    left: 50%;
    transform: translateX(-49%);
    top: -30.6666666667vw;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .concept .inner {
    padding: 0 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .concept .concept-title {
    margin-bottom: 13.3333333333vw;
  }
}
.concept .concept-subtitle {
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .concept .concept-subtitle {
    font-size: 1.4vw;
    margin-bottom: 4vw;
  }
}
@media (min-width:1500px) {
  .concept .concept-subtitle {
    font-size: 28px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .concept .concept-subtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.concept .concept-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .concept .concept-txt {
    letter-spacing: 0.2em;
    font-size: 0.9vw;
    line-height: 2.6666666667;
  }
}
@media (min-width:1500px) {
  .concept .concept-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .concept .concept-txt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.14em;
    line-height: 2.1538461538;
    margin-bottom: 8vw;
  }
}

/* wear
---------------------------*/
@media (min-width: 768px) {
  .wear {
    background: transparent url(../img/wear_bg.png) no-repeat center center/cover;
    padding-top: 6vw;
    padding-bottom: 2.75vw;
    margin-bottom: 4vw;
  }
}
@media (min-width:1500px) {
  .wear {
    padding-top: 120px;
    padding-bottom: 55px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wear {
    background: transparent url(../img/wear_bg_sp.png) no-repeat center center/cover;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .wear .inner {
    max-width: 75vw;
  }
}
@media (min-width:1500px) {
  .wear .inner {
    max-width: 1500px;
  }
}
@media (max-width: 767px) {
  .wear .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wear .wear-title {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .wear .wear-contents {
    display: flex;
    width: 81%;
    margin-bottom: 6vw;
  }
}
@media (min-width:1500px) {
  .wear .wear-contents {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .wear .wear-contents.sp {
    display: none;
  }
}
.wear .wear-contents.wear-contents-right {
  margin-left: auto;
}
@media (min-width: 768px) {
  .wear .wear-contents .wear-content {
    width: calc(33.3333% - 2.3333333333vw);
    margin-right: 3.5vw;
  }
}
@media (min-width:1500px) {
  .wear .wear-contents .wear-content {
    width: calc(33.3333% - 46.6666666667px);
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .wear .wear-contents .wear-content {
    margin-bottom: 8vw;
  }
}
@media (min-width: 768px) {
  .wear .wear-contents .wear-content:nth-child(3n) {
    margin-right: 0;
  }
}
.wear .wear-contents .wear-content .wear-img {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.wear .wear-contents .wear-content .wear-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wear .wear-contents .wear-content .wear-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.wear .wear-contents .wear-content .wear-subtitle {
  font-size: 13px;
}
@media (max-width: 767px) {
  .wear .wear-contents .wear-content .wear-subtitle {
    font-size: 12px;
    line-height: 1;
  }
}

/* about
---------------------------*/
@media (min-width: 768px) {
  .about {
    margin-bottom: 9vw;
  }
}
@media (min-width:1500px) {
  .about {
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 16vw;
  }
}
@media (min-width: 768px) {
  .about .inner {
    max-width: 47.85vw;
  }
}
@media (min-width:1500px) {
  .about .inner {
    max-width: 957px;
  }
}
@media (max-width: 767px) {
  .about .inner {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .about .about-title {
    margin-bottom: 4vw;
  }
}
@media (min-width:1500px) {
  .about .about-title {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .about .about-inner {
    display: flex;
    margin-bottom: 8.5vw;
  }
}
@media (min-width:1500px) {
  .about .about-inner {
    margin-bottom: 170px;
  }
}
@media (min-width: 768px) {
  .about .about-inner .about-txt {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .about .about-inner .about-txt {
    margin-bottom: 10.6666666667vw;
  }
}
.about .about-inner .about-txt p {
  line-height: 2;
}
@media (min-width: 768px) {
  .about .about-inner .about-txt p {
    font-size: 0.8vw;
    margin-bottom: 1.5vw;
  }
}
@media (min-width:1500px) {
  .about .about-inner .about-txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about .about-inner .about-txt p {
    font-size: 3.4666666667vw;
    margin-bottom: 8vw;
  }
}
.about .about-inner .about-txt p:last-child {
  margin-bottom: 0;
}
.about .about-inner .about-img {
  position: relative;
}
@media (min-width: 768px) {
  .about .about-inner .about-img {
    width: 35%;
    margin: 0 2.75vw;
  }
}
@media (min-width:1500px) {
  .about .about-inner .about-img {
    margin: 0 55px;
  }
}
@media (max-width: 767px) {
  .about .about-inner .about-img {
    width: 65%;
    margin: 0 auto 21.3333333333vw;
  }
}
@media (max-width: 767px) {
  .about .about-inner .about-img::before {
    position: absolute;
    content: "";
    background: transparent url(../img/ilust03.png) no-repeat center center/contain;
    width: 41.6vw;
    height: 57.3333333333vw;
    left: -34.6666666667vw;
    top: -17.3333333333vw;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .about .about-inner .about-img::after {
    position: absolute;
    content: "";
    background: transparent url(../img/ilust04.png) no-repeat center center/contain;
    width: 50.6666666667vw;
    height: 110.9333333333vw;
    right: -53.3333333333vw;
    top: 17.3333333333vw;
    z-index: -1;
  }
}
.about .about-inner .about-img .about-img-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .about .about-inner .about-img .about-img-txt {
    width: 8.4vw;
    bottom: -2vw;
  }
}
@media (min-width:1500px) {
  .about .about-inner .about-img .about-img-txt {
    width: 168px;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .about .about-inner .about-img .about-img-txt {
    width: 34.6666666667vw;
    bottom: -9.3333333333vw;
  }
}
.about .about-table {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .about .about-table {
    max-width: 31.25vw;
  }
}
@media (min-width:1500px) {
  .about .about-table {
    max-width: 625px;
  }
}
.about .about-table::before {
  position: absolute;
  content: "";
  background: transparent url(../img/ilust03.png) no-repeat center center/contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .about .about-table::before {
    width: 15.6vw;
    height: 21.5vw;
    left: -17.5vw;
    bottom: 0;
  }
}
@media (min-width:1500px) {
  .about .about-table::before {
    width: 312px;
    height: 430px;
    left: -350px;
  }
}
.about .about-table::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ilust04.png) no-repeat center center/contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .about .about-table::after {
    width: 19vw;
    height: 28.4vw;
    right: -21vw;
    bottom: -1vw;
  }
}
@media (min-width:1500px) {
  .about .about-table::after {
    width: 380px;
    height: 568px;
    right: -420px;
    bottom: -20px;
  }
}
.about .about-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #808080;
}
.about .about-table table td {
  border-bottom: 1px solid #808080;
}
@media (min-width: 768px) {
  .about .about-table table td {
    font-size: 0.75vw;
    padding: 0.75vw 0;
  }
}
@media (min-width:1500px) {
  .about .about-table table td {
    font-size: 15px;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .about .about-table table td {
    font-size: 3.4666666667vw;
    padding: 4vw 0;
  }
}
@media (min-width: 768px) {
  .about .about-table table td:nth-child(1) {
    width: 40%;
    padding-left: 5.5vw;
    padding-right: 0.5vw;
  }
}
@media (min-width:1500px) {
  .about .about-table table td:nth-child(1) {
    padding-left: 110px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .about .about-table table td:nth-child(1) {
    padding-right: 8vw;
  }
}
@media (min-width: 768px) {
  .about .about-table table td:nth-child(2) {
    width: 60%;
  }
}

/* bg
--------------*/
.bg {
  background: transparent url(../img/bg01.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .bg {
    padding-top: 6vw;
    padding-bottom: 6.25vw;
  }
}
@media (min-width:1500px) {
  .bg {
    padding-top: 120px;
    padding-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .bg {
    padding-top: 13.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}

/* contact
-------------------*/
@media (min-width: 768px) {
  .contact {
    margin-bottom: 4.25vw;
  }
}
@media (min-width:1500px) {
  .contact {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 8vw;
  }
}
@media (min-width: 768px) {
  .contact .contact-title {
    margin-bottom: 4vw;
  }
}
@media (min-width:1500px) {
  .contact .contact-title {
    margin-bottom: 80px;
  }
}
.contact .contact-inner {
  background: #fff;
}
@media (min-width: 768px) {
  .contact .contact-inner {
    padding-top: 4.25vw;
    padding-bottom: 2.75vw;
    border-radius: 10px;
    font-size: 16px;
  }
}
@media (min-width:1500px) {
  .contact .contact-inner {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .contact .contact-inner {
    border-radius: 5px;
    font-size: 16px;
    padding: 5.3333333333vw 4vw;
  }
}
.contact .contact-inner .contact-form {
  max-width: 700px;
  margin: 0 auto;
}
.contact .contact-inner .contact-form .contact-list {
  margin-bottom: 5px;
}
.contact .contact-inner .contact-form .contact-list label {
  cursor: pointer;
}
.contact .contact-inner .contact-form .contact-list .required {
  font-size: 11px;
  color: #8bb7a2;
}
.contact .contact-inner .contact-form .contact-list input[type=text], .contact .contact-inner .contact-form .contact-list input[type=tel], .contact .contact-inner .contact-form .contact-list input[type=email] {
  -webkit-appearance: none;
  width: 100%;
  height: 42px;
  background: #fff;
  border: none;
  border: 0.5px solid #808080;
  border-radius: 5px;
  font-size: 16px;
  color: #808080;
  padding: 0 5px;
  color: #808080;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form .contact-list input[type=text], .contact .contact-inner .contact-form .contact-list input[type=tel], .contact .contact-inner .contact-form .contact-list input[type=email] {
    padding: 2px 5px;
  }
}
.contact .contact-inner .contact-form .contact-list input[type=text]:hover, .contact .contact-inner .contact-form .contact-list input[type=tel]:hover, .contact .contact-inner .contact-form .contact-list input[type=email]:hover {
  cursor: pointer;
}
.contact .contact-inner .contact-form .contact-list input[type=text]:focus, .contact .contact-inner .contact-form .contact-list input[type=tel]:focus, .contact .contact-inner .contact-form .contact-list input[type=email]:focus {
  outline: none;
}
.contact .contact-inner .contact-form .contact-list textarea {
  min-height: 201px;
  resize: vertical;
  -webkit-appearance: none;
  width: 100%;
  height: 42px;
  background: #fff;
  border: none;
  border: 0.5px solid #808080;
  border-radius: 5px;
  font-size: 16px;
  color: #808080;
  padding: 0 5px;
  color: #808080;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form .contact-list textarea {
    padding: 2px 5px;
  }
}
.contact .contact-inner .contact-form .contact-list textarea:hover {
  cursor: pointer;
}
.contact .contact-inner .contact-form .contact-list textarea:focus {
  outline: none;
}
.contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap {
    display: flex;
  }
}
@media (min-width: 768px) {
  .contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap .contact-checkbox {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap .contact-checkbox {
    margin-bottom: 10px;
  }
}
.contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] {
    margin: 0;
  }
}
.contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0.5px solid #808080;
  display: block;
  background: transparent;
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] + span::before {
    width: 19px;
    height: 19px;
  }
}
.contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] + span::after {
  background: #8bb7a2;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  top: 50%;
  left: 1px;
  opacity: 0;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox] + span::after {
    height: 19px;
    width: 19px;
  }
}
.contact .contact-inner .contact-form .contact-list .contact-checkbox-wrap input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact .contact-inner .contact-form input[type=submit] {
  background: #8bb7a2;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  width: 120px;
  height: 42px;
  margin-top: 15px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .contact .contact-inner .contact-form input[type=submit] {
    font-size: 15px;
  }
}

/* privacy
-------------------*/
@media (min-width: 768px) {
  .privacy .privacy-title {
    margin-bottom: 2.75vw;
  }
}
@media (min-width:1500px) {
  .privacy .privacy-title {
    margin-bottom: 55px;
  }
}
.privacy .privacy-inner {
  background: #fff;
}
@media (min-width: 768px) {
  .privacy .privacy-inner {
    padding-top: 2.25vw;
    padding-bottom: 1.75vw;
    padding-left: 2.25vw;
    padding-right: 2.25vw;
    border-radius: 10px;
  }
}
@media (min-width:1500px) {
  .privacy .privacy-inner {
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .privacy .privacy-inner {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .privacy .privacy-inner .privacy-contents {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .privacy .privacy-inner .privacy-contents {
    height: 517px;
    overflow-y: auto;
    padding-right: 1.3333333333vw;
  }
}
.privacy .privacy-inner .privacy-contents::-webkit-scrollbar {
  background: #e5e5e5;
  width: 5px;
  height: 15px;
  border-radius: 10px;
}
.privacy .privacy-inner .privacy-contents::-webkit-scrollbar-thumb {
  background-color: #8bb7a2;
  border-radius: 10px;
}
.privacy .privacy-inner .privacy-contents .privacy-content {
  font-size: 13px;
  line-height: 1.8461538462;
}
@media (min-width: 768px) {
  .privacy .privacy-inner .privacy-contents .privacy-content {
    width: calc(50% - 1.5vw);
    margin-right: 3vw;
  }
}
@media (min-width:1500px) {
  .privacy .privacy-inner .privacy-contents .privacy-content {
    width: calc(50% - 27.5px);
    margin-right: 55px;
  }
}
.privacy .privacy-inner .privacy-contents .privacy-content:last-child {
  margin-right: 0;
}
.privacy .privacy-inner .privacy-contents .privacy-content .privacy-subtitle {
  color: #bc9462;
}
.privacy .privacy-inner .privacy-contents .privacy-content .contact-link {
  color: #8bb7a2;
  font-weight: 900;
  font-size: 13px;
  text-decoration: underline;
}

/* to top
----------------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
}

.page-top p {
  position: fixed;
  right: 30px;
  bottom: 10px;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 767px) {
  .page-top p {
    right: 10px;
    bottom: 10px;
  }
}

.move-page-top {
  display: block;
  width: 50px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .move-page-top {
    width: 50px;
  }
}

/* footer
----------------------------*/
footer {
  padding: 70px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 15px 0;
  }
}
footer .copyright {
  margin-bottom: 0;
  text-align: center;
  color: #bc9462;
}
footer .copyright small {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  footer .copyright small {
    font-size: 10px;
  }
}

/* 404 */
.entry-404 {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-404 {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
.entry-404::before {
  position: absolute;
  content: "";
  background: #8dd0f3;
  width: 100%;
  height: 46px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .entry-404::before {
    height: 25px;
  }
}
.entry-404 .inner {
  max-width: 700px;
}

.entry-404-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 10px;
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
  margin-bottom: 0;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

/* fadeアニメーション
-----------------------------------*/
/* fadeIn */
.fade {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

.fade-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fade-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.fade-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* fadeLeft */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeLeftTrigger {
  opacity: 0;
}

/* fadeRight */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeRightTrigger {
  opacity: 0;
}