@charset "UTF-8";
/* Scss Document */
html {
  width: 100%;
  min-width: 1200px;
}

body {
  font-size: 1.6rem;
  width: 100%;
  min-width: 1200px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
}

.sp {
  display: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.inner {
  margin: 0 auto;
  padding: 0 40px;
  /*width: 100%;*/
  width: 1200px;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header .logo {
  padding: 20px 0 0 30px;
  width: 285px;
}
header .btn-reserve {
  margin: 0 0 0 auto;
  width: 285px;
}
header .btn-reserve a {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 70px;
  color: #fff;
  background: #DB9600 url(../img/ico_reserve.png) no-repeat right 1em center;
  background-size: 30px auto;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
}

.drawer_button {
  display: block;
  background: #AC1E33 url("../img/header_menu_open.png") top center no-repeat;
  background-size: contain;
  border: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 1001;
  outline: none;
}
.drawer_button.active {
  background: #AC1E33 url("../img/header_menu_close.png") top center no-repeat;
  background-size: contain;
}

.drawer_menu_wrapper {
  width: 100%;
  transition: all 0.2s;
  transform: translateX(0);
  position: absolute;
  top: 70px;
  right: -355px;
  z-index: 10;
  width: 355px;
  background: #AC1E33;
}
.drawer_menu_wrapper .inner {
  padding: 0;
}
.drawer_menu_wrapper.open {
  transform: translateX(-355px);
}
.drawer_menu_wrapper li {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.drawer_menu_wrapper a {
  padding: 0.5em 2em;
  display: block;
  color: #fff;
  text-decoration: none;
}

main {
  width: 100%;
  min-width: 1200px;
}
main h2 {
  margin-bottom: 1em;
  font-size: 3.6rem;
  color: #AC1E33;
  text-align: center;
}
main h3 {
  font-size: 3.2rem;
  color: #AC1E33;
}
main section {
  padding: 4em 0;
}

.content-head {
  background: url(../img/bg_ttl.jpg) no-repeat center top;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact {
  height: 100vh;
}
#contact main {
  padding-top: 90px;
}

.visual {
  padding-top: 0;
  position: relative;
}
.visual div {
  padding: 3em;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%) translateX(0);
  background: rgba(66, 33, 11, 0.5);
  border-radius: 8px;
}
.visual div h1 {
  margin: 0 1em 1em;
  width: 460px;
}
.visual div p {
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #42210b;
  text-align: center;
  border-radius: 8px;
}

.about .inner {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1520px;
}
.about .inner .about-body {
  padding: 3em 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  transform: translateY(-50%) translateX(-50%);
  background: rgba(177, 28, 43, 0.9);
  color: #fff;
}
.about .inner .about-body h2 {
  color: #fff;
}
.about .inner .about-body p {
  line-height: 2.2;
}
.about .inner .about-body:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 1px #fff;
}

.virtual {
  background: #F8EEDE;
}
.virtual .inner {
  position: relative;
  text-align: center;
}

.virtual-wrapper {
  margin: 0 auto;
  display: flex;
  max-width: 1330px;
}
.virtual-wrapper .flex-body {
  padding-left: 20px;
  width: 45%;
}
.virtual-wrapper h2 {
  text-align: left;
}
.virtual-wrapper figure {
  width: 55%;
}

.model-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  max-width: 1330px;
}
.model-wrapper .flex-body {
  margin-left: -12em;
  margin-bottom: -1em;
  padding: 2em 2em 2em 5em;
  position: relative;
  background: #fff;
  z-index: 0;
}
.model-wrapper .flex-body li {
  font-size: 1.8rem;
  font-weight: bold;
}
.model-wrapper .flex-body li:before {
  margin-right: 0.5em;
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url(../img/parts_check.png) no-repeat center center;
  background-size: 100% auto;
}
.model-wrapper .flex-body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/ico_point.png) no-repeat center center;
  background-size: 100% auto;
  width: 83px;
  height: 93px;
}
.model-wrapper figure {
  margin-top: -5em;
  width: 60%;
  z-index: 1;
}

.flex-body {
  text-align: left;
}

.model-index {
  margin-top: 8em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.model-index li {
  margin-bottom: 4%;
  width: 48%;
}
.model-index li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.model-index li a figcaption {
  color: #fff;
  background: rgba(177, 28, 43, 0.9);
}
.model-index li a figure {
  position: relative;
}
.model-index li a figure img {
  max-width: initial;
  width: 100%;
}
.model-index li a figure figcaption {
  padding: 0.25em;
  color: #fff;
  font-size: 2.2rem;
}

.point-items {
  display: flex;
  justify-content: space-between;
}
.point-items .point-item {
  position: relative;
  width: 31.5%;
}
.point-items .point-item .point {
  position: absolute;
  width: 97px;
  top: 0;
  left: -30px;
}
.point-items .point-item h3 {
  margin-bottom: 0.25em;
  margin-left: 65px;
  height: 2.5em;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
.point-items .point-item div {
  padding: 20px;
  border: solid 3px #AC1E33;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.point-items .point-item div p {
  margin-top: 1em;
}

.flow {
  background: #F8EEDE;
}
.flow .step-item {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  position: relative;
  display: flex;
}
.flow .step-item:after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  background: url(../img/arw_bottom.png) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 38px;
  display: block;
}
.flow .step-item:last-child:after {
  display: none;
}
.flow .step-item .step {
  width: 90px;
}
.flow .step-item dl {
  margin-left: 2em;
}
.flow .step-item dt {
  color: #AC1E33;
  font-size: 2.2rem;
  font-weight: bold;
}
.flow .step-item figure {
  margin: 0 0 0 auto;
  width: 80px;
}

.ui-datepicker-trigger {
  margin-left: 1em;
  width: 36px;
}

#formWrap {
  padding: 0;
  width: 760px;
}
#formWrap .formTable {
  width: 100%;
  margin-bottom: 40px;
}
#formWrap .formTable th, #formWrap .formTable td {
  padding: 0.25em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
#formWrap .formTable th {
  width: 30%;
  padding: 1.5em 1em 1em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#formWrap .formTable th span {
  float: right;
  font-style: normal;
  color: #C00;
}
#formWrap .formTable th .required {
  float: right;
  margin-right: 1em;
}
#formWrap .formTable td {
  padding: 1em 0;
  font-size: 1.8rem;
  width: 70%;
}
#formWrap .formTable td input {
  border: solid 1px #C4C4C4;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #F8EEDE;
}
#formWrap .formTable td input.short {
  width: 33%;
}
#formWrap .formTable td textarea {
  border: solid 1px #C4C4C4;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #F8EEDE;
}
#formWrap .formTable td .inputarea {
  width: 100%;
}
#formWrap .formTable td .time {
  margin-left: 2em;
  display: inline-block;
}
#formWrap .privacy {
  text-align: center;
}
#formWrap .preview {
  margin-top: 2em;
  text-align: center;
}
#formWrap .preview input {
  margin: 0 10px;
  padding: 1em 5em;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
#formWrap .preview input[type=submit] {
  color: #FFF;
  border: none;
  background: #DB9600;
  font-weight: bold;
}
#formWrap input.back {
  margin: 0 10px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
#formWrap input.back[type=button] {
  color: #231815;
  border: none;
  background: #ddd;
  width: 285px;
  font-weight: bold;
}
#formWrap input.send {
  margin: 0 10px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
#formWrap input.send[type=submit] {
  color: #FFF;
  border: none;
  background: #AC1E33;
  width: 285px;
  font-weight: bold;
}
#formWrap p.center {
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: center;
}
#formWrap .privacy {
  font-size: 1.5rem;
  letter-spacing: 0;
}
#formWrap label.error {
  font-weight: bold;
  color: #c00;
  display: block;
}

.copyright {
  padding: 0 0 1em;
  text-align: center;
  font-size: 1.3rem;
}

@media only screen and (max-width: 600px) {
  html {
    min-width: 100%;
    font-size: 2vw;
  }

  body {
    min-width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inherit;
  }

  .inner {
    margin: 0;
    padding: 0 5vw;
    width: 100%;
    overflow: hidden;
  }

  header {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header .logo {
    padding: 5px 0 0 10px;
    width: 35%;
  }
  header .btn-reserve {
    margin: 0 0 0 auto;
    width: 50px;
  }
  header .btn-reserve a {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #DB9600 url(../img/ico_reserve.png) no-repeat center center;
    background-size: 30px auto;
    text-decoration: none;
    font-size: 0;
  }

  .drawer_button {
    display: block;
    background: #AC1E33 url("../img/header_menu_open.png") top center no-repeat;
    background-size: contain;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
    outline: none;
  }
  .drawer_button.active {
    background: #AC1E33 url("../img/header_menu_close.png") top center no-repeat;
    background-size: contain;
  }

  .drawer_menu_wrapper {
    width: 100%;
    transition: all 0.2s;
    transform: translateX(0);
    position: absolute;
    top: 50px;
    right: -100%;
    width: 100%;
    background: #AC1E33;
  }
  .drawer_menu_wrapper .inner {
    padding: 0;
  }
  .drawer_menu_wrapper.open {
    transform: translateX(-100%);
    text-align: center;
  }
  .drawer_menu_wrapper a {
    padding: 1em 2em;
  }

  .content-head {
    padding: 2em 0;
    background: url(../img/bg_ttl.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-head p {
    width: 60%;
  }

  #contact {
    height: 100vh;
  }
  #contact main {
    padding-top: 14vw;
  }

  main {
    width: 100%;
    min-width: 100%;
  }
  main h2 {
    margin-bottom: 1em;
    font-size: 5vw;
    color: #AC1E33;
    text-align: center;
  }
  main h3 {
    font-size: 4.6vw;
    color: #AC1E33;
  }
  main section {
    padding: 4em 0;
  }

  .visual {
    padding-top: 0;
    position: relative;
  }
  .visual div {
    padding: 4vw 5.5vw;
    position: absolute;
    top: auto;
    left: 30vw;
    bottom: 22.5vw;
    width: 64vw;
    transform: translateY(0) translateX(0);
    border-radius: 8px;
  }
  .visual div h1 {
    margin: 0 0 0.5em;
    width: 100%;
  }
  .visual div p {
    padding: 0.25em;
    background: #fff;
    font-weight: bold;
    font-size: 3vw;
    color: #42210b;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 0;
  }

  .about {
    padding: 0;
  }
  .about .inner {
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .about .inner .about-body {
    padding: 7vw;
    position: static;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(0) translateX(0);
    background: rgba(177, 28, 43, 0.9);
    color: #fff;
  }
  .about .inner .about-body h2 {
    color: #fff;
    font-size: 5vw;
  }
  .about .inner .about-body p {
    line-height: 2.2;
    font-size: 3vw;
  }
  .about .inner .about-body p br {
    display: none;
  }
  .about .inner .about-body:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #fff;
  }

  .virtual {
    background: #F8EEDE;
  }
  .virtual .inner {
    position: relative;
    text-align: center;
  }

  .virtual-wrapper {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  .virtual-wrapper .flex-body {
    padding-left: 20px;
    width: 100%;
  }
  .virtual-wrapper h2 {
    text-align: left;
  }
  .virtual-wrapper figure {
    margin: 1em 0 0 auto;
    width: 80%;
  }

  .model-wrapper {
    margin: 0 auto;
    display: block;
    align-items: flex-end;
    max-width: 1330px;
  }
  .model-wrapper .flex-body {
    margin-top: 1em;
    margin-left: 0;
    margin-bottom: -1em;
    padding: 3vw;
    position: relative;
    background: #fff;
    z-index: 0;
  }
  .model-wrapper .flex-body li {
    font-size: 3vw;
    font-weight: bold;
  }
  .model-wrapper .flex-body li:before {
    margin-right: 0.5em;
    content: "";
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(../img/parts_check.png) no-repeat center center;
    background-size: 100% auto;
  }
  .model-wrapper .flex-body:before {
    content: "";
    position: absolute;
    top: -2.5em;
    right: 1em;
    background: url(../img/ico_point.png) no-repeat center center;
    background-size: 100% auto;
    width: 54px;
    height: 62px;
  }
  .model-wrapper figure {
    margin-top: -3em;
    width: 80%;
    z-index: 1;
  }

  .flex-body {
    text-align: left;
  }

  .model-index {
    margin-top: 10vw;
    display: block;
  }
  .model-index li {
    margin-bottom: 4%;
    width: 100%;
  }
  .model-index li a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .model-index li a figcaption {
    color: #fff;
    background: rgba(177, 28, 43, 0.9);
  }
  .model-index li a figure {
    position: relative;
  }
  .model-index li a figure img {
    max-width: initial;
    width: 100%;
  }
  .model-index li a figure figcaption {
    padding: 0.25em;
    color: #fff;
    font-size: 2.2rem;
  }

  .point-items {
    display: block;
    justify-content: space-between;
  }
  .point-items .point-item {
    margin-top: 8vw;
    position: relative;
    width: 100%;
  }
  .point-items .point-item .point {
    position: absolute;
    width: 18vw;
    top: 0;
    left: -4vw;
  }
  .point-items .point-item h3 {
    margin-bottom: 0.5em;
    margin-left: 14vw;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 4.3vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .point-items .point-item h3 br {
    display: none;
  }
  .point-items .point-item div {
    padding: 20px;
    border: solid 3px #AC1E33;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0;
  }
  .point-items .point-item div p {
    margin-top: 1em;
  }

  .flow {
    background: #F8EEDE;
  }
  .flow .step-items {
    margin-top: 10vw;
  }
  .flow .step-item {
    margin-bottom: 12vw;
    padding: 10vw 4vw 4vw 2vw;
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .flow .step-item:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    content: "";
    background: url(../img/arw_bottom.png) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 38px;
    display: block;
  }
  .flow .step-item:last-child:after {
    display: none;
  }
  .flow .step-item .step {
    width: 16vw;
    position: absolute;
    left: 2vw;
    top: -8vw;
  }
  .flow .step-item dl {
    margin-left: 4vw;
    width: 60vw;
  }
  .flow .step-item dt {
    margin-bottom: 0.5em;
    color: #AC1E33;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .flow .step-item dd br {
    display: none;
  }
  .flow .step-item figure {
    margin: 3vw 0 0 auto;
    width: 14vw;
  }

  .ui-datepicker-trigger {
    margin-left: 1em;
    width: 36px;
  }

  #formWrap {
    padding: 0 2.6315789474vw;
    width: 100%;
  }
  #formWrap .formTable {
    width: 100%;
    margin-bottom: 5vw;
    display: block;
  }
  #formWrap .formTable tr, #formWrap .formTable th, #formWrap .formTable td {
    font-size: 3.4210526316vw;
    display: block;
  }
  #formWrap .formTable th {
    padding: 0;
    width: 100%;
    font-size: 3.4210526316vw;
  }
  #formWrap .formTable td {
    padding: 0 0 1em;
    font-size: 3.4210526316vw;
    width: 100%;
  }
  #formWrap .formTable td input {
    font-size: 2.8947368421vw;
  }
  #formWrap .formTable td textarea {
    font-size: 2.8947368421vw;
  }
  #formWrap .formTable td .tel {
    max-width: 100%;
    height: auto;
  }
  #formWrap .preview input {
    margin: 0;
    font-size: 3.4210526316vw;
  }
  #formWrap .preview input[type=submit] {
    width: 100%;
  }
  #formWrap input.back {
    margin: 0;
    font-size: 3.4210526316vw;
  }
  #formWrap input.back[type=button] {
    width: 100%;
  }
  #formWrap input.send {
    margin: 0;
    font-size: 3.4210526316vw;
  }
  #formWrap input.send[type=submit] {
    width: 100%;
  }
  #formWrap .privacy {
    font-size: 2.8947368421vw;
  }

  .copyright {
    font-size: 2vw;
  }
}