@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  list-style: none;
}

body {
  color: #aa841f;
  font-size: 1rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #aa841f;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  body {
    font-size: 1rem;
  }
  #wrapper img {
    width: 100%;
  }
  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }
  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }
  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade00a {
    opacity: 1;
    transform: translate(0, 0);
  }
  .left_to_right {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  .left_to_right_fadeIn {
    transform: translate3d(0, 0, 0);
    transition: 1s ease-in-out 0.5s;
    opacity: 1;
  }
  .right_to_left {
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  .right_to_left_fadeIn {
    transform: translate3d(0, 0, 0);
    transition: 0.8s ease-in-out 0.4s;
    opacity: 1;
  }
}
body {
  color: #231815;
  background: #FBF7F5;
  overflow-x: hidden !important;
}

.pconly {
  display: block;
}
@media screen and (max-width: 668px) {
  .pconly {
    display: none;
  }
}

#header {
  position: relative;
  height: 100vh;
  text-align: center;
  color: #333;
}
#header #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 30px;
}
#header #loading.disappear {
  display: none;
}
#header #youtube-area {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}
#header #youtube-area.appear {
  -webkit-animation-name: pageanimetuika;
          animation-name: pageanimetuika;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#header #youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}
#header #youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#header h1 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 668px) {
  #header h1 {
    top: 42%;
  }
}
#header h1 img {
  width: 94%;
  max-width: 460px;
  margin: 0 auto;
}
#header .arrow {
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 3;
  bottom: 6%;
  left: 50%;
}

@-webkit-keyframes pageanimetuika {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pageanimetuika {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contents {
  padding: 0 0 100px;
  overflow-x: hidden !important;
}
@media screen and (max-width: 668px) {
  #contents {
    padding: 0 0 50px;
  }
}
#contents img {
  max-width: 100%;
}
#contents h2 img {
  height: 122px;
  width: auto;
}
@media screen and (max-width: 668px) {
  #contents h2 img {
    height: 62px;
  }
}
#contents h2 span {
  display: block;
  font-size: 1.2rem;
  line-height: 160%;
  color: #2C3E50;
}
@media screen and (max-width: 960px) {
  #contents h2 span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 668px) {
  #contents h2 span {
    font-size: 1rem;
  }
}
#contents .inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  #contents .inner {
    width: 90%;
  }
}
#contents .concept {
  background: url(../images/bg_concept.svg), linear-gradient(180deg, #D9F2FF 50%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: 76%, auto;
  background-position: top left, top center;
}
@media screen and (max-width: 668px) {
  #contents .concept {
    background-size: 92%, auto;
  }
}
#contents .concept h2 {
  text-align: left;
  margin: 0 auto 40px 0;
}
#contents .concept h2 img {
  margin: 0;
}
#contents .concept h2 span {
  text-align: left;
}
#contents .concept ul {
  margin: 0 0 auto 2%;
  width: 98%;
  padding-top: 100px;
  padding-left: 3%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  #contents .concept ul {
    padding-top: 60px;
    flex-direction: column;
  }
}
#contents .concept ul li:first-child {
  width: 30%;
}
@media screen and (max-width: 668px) {
  #contents .concept ul li:first-child {
    width: 100%;
  }
}
#contents .concept ul li:last-child {
  width: 23%;
}
@media screen and (max-width: 668px) {
  #contents .concept ul li:last-child {
    width: 100%;
  }
}
#contents .concept ul li p.img1 {
  margin: 10px auto 0 0;
  text-align: left;
}
#contents .concept ul li p.img1 img {
  max-width: 80%;
}
#contents .concept ul li p.img2 {
  margin: -100px 0 auto auto;
  text-align: right;
}
#contents .concept ul li p.img2 img {
  max-width: 80%;
}
#contents .concept ul li p.img3 {
  margin: 0 0 auto 0;
  text-align: right;
}
#contents .concept ul li p.img3 img {
  max-width: 100%;
}
#contents .concept ul li p.imgs img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}
#contents .concept ul li p.txt {
  font-size: clamp(1rem, 0.2vw + 0.9rem, 1.46rem);
  line-height: 2.2;
  margin-top: 43%;
}
@media screen and (max-width: 668px) {
  #contents .concept ul li p.txt {
    margin-top: 30px;
    padding-right: 20px;
  }
}
#contents .concept ul li .link_wrap {
  margin: 100px 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 668px) {
  #contents .concept ul li .link_wrap {
    margin: 50px 20px 50px auto;
  }
}
#contents .link_wrap {
  position: relative;
}
#contents .link_wrap a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
#contents .link_wrap a.bg_btn {
  background: #000;
  color: #fff;
  padding: 1em 4em;
  position: relative;
}
#contents .link_wrap a.bg_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.2s ease-in;
}
#contents .link_wrap a.bg_btn:hover::before {
  right: 12px;
}
#contents .plan {
  background: url(../images/bg_plan.svg), linear-gradient(180deg, #FFFFFF 0%, #FFF2E2 30%, #FFF2E2 80%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: 76%, auto;
  background-position: top right, top center;
  padding-top: 8.6vw;
  padding-bottom: 70px;
}
@media screen and (min-width: 1420px) {
  #contents .plan {
    padding-top: 11vw;
  }
}
@media screen and (max-width: 668px) {
  #contents .plan {
    background-size: 92%, auto;
    padding-top: 100px;
  }
}
#contents .plan h2 {
  text-align: right;
  margin: 0 3% 0 auto;
}
#contents .plan h2 span {
  text-align: right;
}
#contents .plan ul {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  #contents .plan ul {
    flex-direction: column;
  }
}
#contents .plan ul li {
  width: calc(33.3333333333% - 50px);
  margin: 0 auto 25px;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 668px) {
  #contents .plan ul li {
    width: 100%;
    display: block;
  }
}
#contents .plan ul li .img {
  width: 100%;
}
#contents .plan ul li .txtbox {
  padding: 24px;
}
#contents .plan ul li .txtbox p.name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
#contents .plan ul li .txtbox p.name span {
  background-color: #A7842E;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 8px;
  margin-left: 3px;
}
#contents .plan ul li .txtbox p.name span.m3 {
  margin-left: auto;
}
#contents .plan ul li .txtbox p.price {
  text-align: right;
  color: #D94F4F;
  font-size: 1.6rem;
}
#contents .plan ul li .txtbox p.price span {
  color: #000;
  font-size: 64%;
  margin-right: 6px;
}
#contents .plan ul li .txtbox p.price small {
  font-size: 66%;
}
#contents .plan ul li .txtbox p.tsmall {
  text-align: right;
  font-size: 0.8rem;
}
#contents .plan ul li .txtbox h3 {
  text-align: left;
  color: #A7842E;
  font-size: 1rem;
}
#contents .plan ul li .link_wrap {
  margin-top: auto;
  padding: 4px 24px 24px 24px;
}
#contents .plan ul li .link_wrap a.bg_btn {
  display: block;
  text-align: center;
}

footer {
  background-color: #f9f9f9;
  padding: 50px 30px 40px;
  text-align: center;
}

@media screen and (max-width: 668px) {
  footer {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding: 50px 30px 80px;
  }
}
@media screen and (max-width: 668px) {
  footer {
    padding: 40px 20px 100px;
  }
}
footer > h6 {
  width: 90px;
  margin: 0 auto 30px;
}

footer > p.text {
  line-height: 250%;
  font-size: 0.95em;
}

footer > p.copy {
  margin-top: 30px;
  color: #ccc;
}

.md-modal {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 99%;
  height: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-12 .md-content {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  transform: scale(1);
  opacity: 1;
  position: relative;
}

body.modal-open {
  overflow: hidden; /* スクロールを無効にする */
  position: fixed; /* 位置を固定する */
  width: 100%; /* 幅を100%にする */
  top: 0; /* 上からの位置を0にする (JavaScriptでスクロール位置をセットするため) */
  left: 0; /* 左からの位置を0にする */
}

.btnClose {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 10px;
  text-align: center;
  width: 43px;
  height: 70px;
  color: #FFF;
}
.btnClose span {
  padding: 5px;
}

.btnClose:before,
.btnClose:after {
  position: absolute;
  display: block;
  margin-top: -6px;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  border-color: #FFF;
  border-style: solid;
}

.btnClose:before {
  left: 4px;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.btnClose:after {
  right: 3px;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
}

.modalbody {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
  min-width: 320px;
  padding-top: 70px;
  padding-bottom: 40px;
}
.modalbody ul {
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.modalbody ul li {
  width: calc(25% - 20px);
  margin: 10px;
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #aa841f;
  width: 50px;
  line-height: 50px;
}
@media all and (-ms-high-contrast: none) {
  .gotop a {
    padding-top: 15px;
    line-height: 35px;
  }
}
@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */