@charset "utf-8";
/*==================================================
インポート
==================================================*/
@import url("reset.css");
@import url("base.css");
/*==================================================
フォント
==================================================*/
@font-face {
  font-family: soho-gothic-pro;
  src: url(../fonts/SohoGothic/soho-gothic-pro-light.8fc15a2.woff2) format("woff2"), url(../fonts/SohoGothic/soho-gothic-pro-light.de60c14.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: mclaren-bespoke;
  src: url(../fonts/McLarenBespoke/mclaren-bespoke-light.6555357.woff2) format("woff2"), url(../fonts/McLarenBespoke/mclaren-bespoke-light.64ceda7.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: mclaren-bespoke;
  src: url(../fonts/McLarenBespoke/mclaren-bespoke-regular.9527808.woff2) format("woff2"), url(../fonts/McLarenBespoke/mclaren-bespoke-regular.144802d.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: mclaren-bespoke;
  src: url(../fonts/McLarenBespoke/mclaren-bespoke-bold.49950c5.woff2) format("woff2"), url(../fonts/McLarenBespoke/mclaren-bespoke-bold.5ac851b.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/*==================================================
cmn
==================================================*/
body {
  background: #fff;
  font-family: mclaren-bespoke, soho-gothic-pro;
  color: #000;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt"1;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}
.font-mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (min-width: 801px) {
  a:hover, input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap-f {
  padding: 0 10rem;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 100rem;
  width: 100%;
}
.sp {
  display: none !important;
}
/*==================================================
head
==================================================*/
.site-header {
  width: 100%;
  z-index: 10;
  padding: 5rem 8rem;
}
.site-header.fixed {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .logo img {
  width: 16rem;
}
/*==================================================
foot
==================================================*/
.site-footer {
  color: #fff;
  background: #123b4f;
  text-align: center;
  position: relative;
  z-index: 10;
}
.site-footer h2 {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.site-footer .fnavi {
  justify-content: center;
  margin-bottom: 5rem;
}
.site-footer .fnavi li {
  margin: 0 2rem;
}
.site-footer h2 img {
  width: 12rem;
}
.site-footer address {
  font-size: 80%;
}
/*==================================================
content
==================================================*/
.pin {
  position: relative;
  top: -70px;
  display: block;
}
section {
  padding: 15rem 0;
  position: relative;
}
/*カラー*/
.bg-black {
  background: #000;
  color: #fff;
}
.bg-gray {
  background: #343c3f;
  color: #fff;
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
.col-2, .col-3, .col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-re {
	flex-direction : row-reverse
}
.col-2 .col-box {
	width: 49%;
}
.col-3 .col-box {
	width: 32%;
}
.col-4 .col-box {
	width: 23.5%;
}
/*ボタン*/
.detail-link {
  margin-top: 10rem;
  text-align: center;
}
.detail-link li {
  width: 49%;
  font-size: 2.4rem;
}
.detail-link a {
  width: 100%;
  display: table;
  height: 10rem;
  padding: 0 2rem;
  line-height: 1.5em;
  color: #fff;
  background: #e5732b;
  border: 2px solid #e5732b;
  line-height: 1em;
}
.detail-link .txt {
  display: table-cell;
  vertical-align: middle;
}
.detail-link .tel a {
  background: #3f4041;
  border-color: #3f4041;
}
.detail-link .mail a {
  content: "";
  background-image: url("../img/icon_mail_white.svg");
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 5rem;
}
.detail-link .tel a {
  content: "";
  background-image: url("../img/icon_tel_white.svg");
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 5rem;
}
.detail-link .num {
  font-size: 130%;
  display: block;
  vertical-align: middle;
  line-height: 1.4em;
}
.detail-link .s {
  font-size: 1.4rem;
  display: block;
  line-height: 1.4em;
}
.detail-link-s {
  max-width: 60rem;
  width: 100%;
  margin: 5rem auto 0;
  text-align: center;
}
.detail-link-s a {
  display: block;
  border: 1px solid #000;
  padding: 1rem;
}
.detail-link-s.white a {
  border-color: #fff;
}

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*youtubeモーダル*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*==================================================
index
==================================================*/
.main-sec {
  padding: 0;
    position: relative;
    width: 100vw;
    height: 100vh !important;
    background-size: cover !important;
    overflow: hidden;
}
.main-sec video {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.main-sec .txt-box {
  position: absolute;
  top: 40%;
  left: 8rem;
  transform: translateY(-50%);
  color: #fff;
}
.main-sec .txt-box h1 {
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 300;
}
.main-sec .txt-box span{
	display: block;
}
.main-sec .txt-box h1 .b {
  margin: 1rem 0;
}
.main-sec .txt-box h1 .s {
  font-size: 45%;
	 line-height: 1.2em;
}
.main-sec .txt-box h1 .m {
  font-size: 62%;
	 line-height: 1.2em;
}
.about-sec {
  text-align: center;
}
.about-sec .tit-box{
	margin-bottom: 8rem;
}
.about-sec .tit-box p{
	font-size: 3rem;
	margin-top: 2.6rem;
}
.about-sec h2 {
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 300;
}
.about-sec h2 span{
	display: block;
}
.about-sec h2  .b {
  margin: 1rem 0;
}
.about-sec h2  .s {
  font-size: 45%;
	 line-height: 1.2em;
}
.about-sec h2  .m {
  font-size: 62%;
	 line-height: 1.2em;
}

.about-sec .day {
  font-size: 2.6rem;
  line-height: 1.5em;
	margin-bottom: 0rem;
}
.about-sec .day .s {
  font-size: 45%;
  vertical-align: 0.1em;
  margin-left: 0.1em;
}

.about-sec .sec {
  margin-bottom: 5rem;
}
.about-sec h3 {
  font-size: 80%;
  margin: 0 auto 2rem;
  max-width: 12rem;
  width: 100%;
}
.about-sec h3 span {
  border: 1px solid #fff;
  display: block;
  text-align: center;
}

.info-sec {
  text-align: center;
}
.info-sec .sec {
  margin-bottom: 5rem;
}
.info-sec h2 {
  font-size: 80%;
  margin: 0 auto 2rem;
  max-width: 12rem;
  width: 100%;
}
.info-sec h2 span {
  border: 1px solid #000;
  display: block;
  text-align: center;
}
.info-sec .img-box .col-box {
  width: 49%;
  position: relative;
}
.info-sec .img-box .col-box h3 {
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  font-size: 3.6rem;
	font-weight: 300;
}
.note {
  font-size: 80%;
  line-height: 2em;
}
.car-sec {
 padding: 0;
}
.car-main-img {
  position: relative;
}
.car-main-img h2 {
  position: absolute;
  bottom: 10%;
  left: 10rem;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.6em;
}
.car-main-img h2 .s {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6em;
}
.car-img-list li {
  width: 33.3333333%;
}
.car-sec .txt-box{
	text-align: center;
	padding: 10rem 0;
}
.car-img-box .col-box{
	width: 50%;
	padding-bottom: 15rem;
}
.car-img-box .img-box{
	position: relative;
}
.car-img-box .img-box h3{
	position: absolute;
	bottom:8rem;
	left: 5rem;
	color: #fff;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 1.5em;
}
.car-img-box .txt-box{
	padding: 5rem 5rem 0;
	text-align: left;
}
.car-img-box02{
	position: relative;
}
.car-img-box02 h3{
	color: #fff;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 1.5em;
	margin-bottom: 5rem;
}
.car-img-box02 .txt-box{
	position: absolute;
	bottom:15rem;
	left: 0;
	padding: 5rem 5rem 0;
	text-align: left;
	width: 50%;
}
.shop-sec {
  text-align: center;
}
.shop-sec .tit-box {
  margin-bottom: 5rem;
}
.shop-sec .tit-box h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.shop-sec .tit-box p {
  font-size: 80%;
}
.shop-sec .img-box {
  margin-bottom: 5rem;
}
.shop-sec .address .s {
  font-size: 80%;
  line-height: 1.8em;
}
.shop-sec .address .ss {
  font-size: 65%;
  line-height: 1.8em;
}
/*==================================================
お問い合わせモーダル
==================================================*/
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.contact-modal.open {
  visibility: visible;
  opacity: 100;
}
.contact-modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.contact-modal .contact-box {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  max-width: 85%;
  width: 100%;
  padding: 5rem 5rem 10rem;
  transition: all 0.5s;
}
.contact-modal.open .contact-box {
  right: 0;
}
.contact-modal .close {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 100%;
  background: #ccc;
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
.contact-modal.open .close {
  opacity: 100;
}
/*==================================================
お問い合わせ
==================================================*/
.mw_wp_form .txt-box {
  text-align: center;
  margin-bottom: 5rem;
}
.mw_wp_form .txt-box a {
  text-decoration: underline;
}
.hide {
  display: none;
}
.table-style01 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.table-style01 th {
  width: 35%;
  padding: 1.5em 2em;
  border-bottom: 1px solid #000;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
  background: #333c40;
	color: #fff;
}
.table-style01 .txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}
.mw_wp_form .error {
  color: #db171d !important;
  font-size: 100%;
  font-weight: bold;
}
.table-style01 td {
  padding: 1.5em 2em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: left;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
  display: none;
}
.table-style01 td p {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.8em;
}
.form-box input[type=text].mini {
  width: 20%;
}
.form-box input[type=text].short {
  width: 25%;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email], .form-box select {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #000;
  padding: 1rem 2rem;
  font-size: 100%;
  color: #121212;
}
.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.form-box select {
  overflow: hidden;
  background: url("../img/arrow_select.svg") right 1rem center no-repeat;
  background-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}
.form-box select.short {
  width: 25%;
}
.form-box .checkbox {
  display: none;
  padding: 10px;
}
.form-box .check-list label {
  padding-left: 40px;
}
.form-box label {
  position: relative;
  padding: 12px 10px 10px 0px;
}
.form-box .mwform-checkbox-field label {
  padding-left: 40px !important;
}
.form-box .mwform-checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -11px;
  border: 1px solid #000;
}
.form-box .mwform-checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 5px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border: none;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.must {
  color: #fff;
	border:1px solid #fff;
  padding: 0px 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin: -0.5rem 0 0 1rem;
  display: inline-block;
  vertical-align: middle;
	float:right;
}
.form-box h3:first-child {
  margin-top: 0;
}
.form-box h3 {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3rem;
}
.form-box table {
  margin: 0 0 8rem;
  width: 100%;
}
.form-box .btn-submit {
  text-align: center;
}
.form-box .btn-submit li {
  display: inline-block;
  margin: 0 5px;
}
.form-box input[type="submit"], .form-box button {
  display: block;
  background: #121212;
  color: #fff;
  padding: 3rem 15rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: normal;
}
.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}
.btn-submit li .back {
  background: #ccc;
  display: none;
}
.mw_wp_form_preview .btn-submit li .back {
  display: block;
}
.page-thanks .thanks-sec {
  padding: 30vh 0;
  text-align: center;
}
.page-thanks .thanks-sec h2 {
  font-size: 2.4rem;
  line-height: 2em;
}
.policy-box{
	text-align: center;
	margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .wrap, .wrap-m, .wrap-s, .wrap-f {
    padding: 0 8vw;
  }
  section {
    padding: 10rem 0;
    position: relative;
  }
  .detail-link {
    margin-top: 5rem;
  }
  .detail-link li {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .detail-link li:last-child {
    margin-bottom: 0;
  }
  .detail-link .mail a {
    background-position: left 2rem center;
  }
  .detail-link .tel a {
    background-position: left 2rem center;
  }
  /*==================================================
index
==================================================*/
  section {
    overflow: hidden;
  }
  .site-header {
    padding: 5rem;
  }

  .main-sec .txt-box {
    left: 5rem;
    top: 30%;
  }
  .main-sec .txt-box h1, .about-sec h2 {
    font-size: 4.8rem;
  }
  .about-sec .txt-box {
    text-align: left;
  }
  .note {
    text-align: left;
  }
  .car-main-img h2 {
    position: absolute;
    bottom: 3rem;
    left: 5rem;
    font-size: 3.4rem;
  }
  .car-main-img h2 .s {
    font-size: 1.4rem;
  }
	
  .car-img-list li {
    width: 50%;
  }
  .car-img-list li:first-child {
    width: 100%;
  }
  .txt-sec {
    text-align: left;
  }
	.car-img-box .col-box {
    width: 100%;
		padding-bottom: 10rem;
}
	.car-img-box02 .txt-box{
		position: inherit;
		bottom: inherit;
		width: 100%;
		padding-bottom:10rem;
		margin-top: -15rem;
	}
	.car-img-box .img-box h3{
		bottom: 3rem;
	}

  /*==================================================
お問い合わせ
==================================================*/
  .mw_wp_form .txt-box {
    text-align: left;
  }
  .must {
    font-size: 10px;
  }
  .table-style01 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: 1px solid #000;
  }
  .table-style01 .txt-s {
    font-size: 10px;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    padding: 1em 1em 1.5em;
  }
  .form-box textarea, .form-box input[type=text], .form-box input[type=email] {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
  }
  .form-box textarea {
    height: 100px;
  }
  .form-box table label {
    position: relative;
    padding: 5px 10px 5px 0px;
  }
  .form-box table .mwform-checkbox-field label:after {
    margin-top: -12px;
  }
  .form-box table .mwform-checkbox-field.checked label:before {
    margin-top: -7px;
  }
  .form-box select {
    width: 100%;
    height: 45px;
  }
  .form-box .btn-submit li {
    display: block;
    margin: 0 0 10px;
  }
  .form-box input[type="submit"], .form-box button {
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .mwform-checkbox-field label, .mwform-radio-field label {
    display: block;
    padding: 0 0 5px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !Important;
  }
  .form-box input[type="submit"] {
    padding: 20px 20px;
    letter-spacing: 0px;
  }
  .contact-modal .contact-box {
    max-width: 100%;
    padding: 15% 0 30%;
  }
  .contact-modal .close {
    left: initial;
    top: 2.5%;
    right: 2.5%;
    transform: translateY(0%);
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}