@charset "UTF-8";
/************************************************
    Reset
*************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
figure,
figcaption,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  border: 0;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

table,
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0;
}

a img,
iframe {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
}

input[type="text"],
textarea {
  width: 100%;
}

address {
  font-style: normal;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/************************************************
    共通設定
*************************************************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  overflow-x: hidden;
  padding-top: 80px;
  position: relative;
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: -apple-system, BlinkMacSystemFont, Meiryo, "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

body::before {
  content: '';
  display: block;
  background: url('img/bg_contact.jpg') no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

/* コンテナ */
.container {
  width: 763px;
  padding: 0 30px;
  margin: 0 auto;
}

/************************************************
    ユーティリティ
*************************************************/
/*  リンク指定
------------------------------------------------*/
a {
  /* 画像リンク *********/
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:link:hover, a[href]:hover {
  color: inherit;
  text-decoration: none;
}

a::before, a::after, a *, a *::before, a *::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

/*  フォーム関連
------------------------------------------------*/
select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  color: inherit;
  font-size: inherit;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  background: none transparent;
  outline: none;
  border: solid 1px #ccc;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

input[type='text'],
input[type='password'],
textarea {
  border: 1px solid #ccc;
  padding: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

/*  display
------------------------------------------------*/

.display-tab {
  display: none;
}

.display-sp {
  display: none;
}

/*  br
------------------------------------------------*/
br {
  opacity: 0;
  /* IE・Edge対策 */
}

.br-tab {
  display: none;
}

.br-sp {
  display: none;
}

/*  toggle
------------------------------------------------*/
.toggle-trigger {
  cursor: pointer;
}

.toggle-item {
  display: none;
}

/************************************************
    ヘッダー
*************************************************/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 97;
}

.h__bar {
  background-color: #ff7e24;
  position: relative;
  z-index: 98;
}

.h__bar__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding: 0 30px;
}

.h__logo {
  margin-right: 20px;
  position: relative;
  z-index: 99;
}

/* ハンバーガーメニュー */
.toggle {
  display: block;
  width: 36px;
  padding: 5px;
  margin-right: -5px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.toggle div {
  width: 40px;
  height: 34px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle span:nth-child(1) {
  top: 0;
}

.toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.toggle span:nth-child(3) {
  bottom: 0;
}

/* ハンバーガーボタンクリックアニメーション */
.open .toggle span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

.open .toggle span:nth-of-type(2) {
  opacity: 0;
}

.open .toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

/*  ナビゲーションメニュー
------------------------------------------------*/
.h__nav {
  font-size: 2.5em;
  display: none;
  background-color: rgba(255, 126, 36, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
}

.h__nav__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.h__nav__item {
  text-align: center;
}

.h__nav__item a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2.8;
  text-indent: 0.07em;
  position: relative;
}

@-webkit-keyframes PopUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes PopUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/************************************************
    フッター
*************************************************/
.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 562fr 305fr;
  grid-template-columns: 562fr 305fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer .tel {
  -ms-grid-column: 1;
}

.footer .map {
  -ms-grid-column: 2;
}

.footer img {
  width: 100%;
}

/************************************************
    キービジュアル
*************************************************/
.keyVisual img {
  width: 100%;
}

/************************************************
    駐車料金・アクセス・特徴
*************************************************/
.info {
  text-align: center;
  background-color: #fff;
}

/************************************************
    アクセス
*************************************************/
.access {
  text-align: center;
}

.access__address {
  color: #333;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 10px 0.4em;
  border-bottom: 2px solid currentColor;
  margin-top: 7.5vw;
}

.access__list {
  padding: 5vw 0 6vw;
}

.access__list li {
  color: #ff7e24;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.5;
}

.access__list li span {
  color: #5489e6;
}

/************************************************
    こんな方におすすめです
*************************************************/
.recommend {
  background-color: #fff;
  padding: 7.4vw 30px 9.2vw;
}

.recommend__title {
  color: #ff7e24;
  font-size: 6vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 0.2em;
  max-width: 715px;
  padding-bottom: 0.4em;
  border-bottom: 3px dotted #ff7e24;
  margin: 0 auto;
}

.recommend__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  max-width: 548px;
  margin: 5.7vw auto 0;
}

.recommend__list li {
  margin: 3.1vw 0;
}

.recommend__list li:nth-child(odd) {
  -ms-grid-column: 1;
}

.recommend__list li:nth-child(even) {
  -ms-grid-column: 2;
}

.recommend__list li:nth-child(1), .recommend__list li:nth-child(2) {
  -ms-grid-row: 1;
}

.recommend__list li:nth-child(3), .recommend__list li:nth-child(4) {
  -ms-grid-row: 2;
}

.recommend__list li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.recommend__list li p {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.38222;
  text-align: center;
  margin-top: 0.83333em;
}

.recommend__list li p::before, .recommend__list li p::after {
  content: '';
  display: block;
}

.recommend__list li p::before {
  margin-top: calc((1.38222 - 1) / 2 * -1em);
}

.recommend__list li p::after {
  margin-bottom: calc((1.38222 - 1) / 2 * -1em);
}

/************************************************
    6つの理由
*************************************************/
.reason {
  background-color: #fff3dd;
  padding: 14vw 20px;
}

.reason__list {
  margin-top: 40px;
}

.reason__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 40px;
  margin-top: 40px;
}

.reason__item::before {
  content: '';
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  background: no-repeat center top / contain;
  width: 12vw;
  height: 12vw;
  max-width: 83px;
  max-height: 83px;
  margin-right: 12px;
}

.reason__item:nth-child(1)::before {
  background-image: url('img/01.svg');
}

.reason__item:nth-child(2)::before {
  background-image: url('img/02.svg');
}

.reason__item:nth-child(3)::before {
  background-image: url('img/03.svg');
}

.reason__item:nth-child(4)::before {
  background-image: url('img/04.svg');
}

.reason__item:nth-child(5)::before {
  background-image: url('img/05.svg');
}

.reason__item:nth-child(6)::before {
  background-image: url('img/06.svg');
}

.reason__item__title {
  color: #ff7e24;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.reason__item__title span {
  display: block;
}

.reason__item__title span:nth-child(1) {
  font-size: 5vw;
  letter-spacing: 0.025em;
}

.reason__item__title span:nth-child(2) {
  font-size: 10vw;
  letter-spacing: 0.025em;
  margin-top: 1rem;
}

.reason__item p {
  font-size: 5.2vw;
  font-weight: 500;
  line-height: 1.38462;
  text-align: justify;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin: 1.15385em auto 0;
}

.reason__item p::before, .reason__item p::after {
  content: '';
  display: block;
}

.reason__item p::before {
  margin-top: calc((1.38462 - 1) / 2 * -1em);
}

.reason__item p::after {
  margin-bottom: calc((1.38462 - 1) / 2 * -1em);
}

/************************************************
    よくある質問
*************************************************/
.question {
  background-color: #ff7e24;
  padding: 65px 30px 85px;
}

.question__title {
  color: #fff;
  font-size: 3em;
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 13px;
  border-bottom: 3px dotted #fff;
  margin: 0 auto;
}

.question dl {
  margin: 45px auto 0;
}

.question dt {
  color: #ff7e24;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 13.5px 69px 13.5px 17px;
  background-color: #fff;
  position: relative;
}

.question dt .toggle-trigger {
  display: block;
  background-color: #c6d61f;
  width: 52px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.question dt .toggle-trigger::before, .question dt .toggle-trigger::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.question dt .toggle-trigger::before {
  width: 20px;
  height: 2px;
}

.question dt .toggle-trigger::after {
  width: 2px;
  height: 20px;
}

.question dt .toggle-trigger.open::after {
  content: none;
}

.question dd {
  color: #303030;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #fff;
  padding: 30px;
}

.question dd + dt {
  margin-top: 30px;
}

.question dd p + p {
  margin-top: 1em;
}

/************************************************
    お問い合わせ
*************************************************/
.contact {
  background-color: rgba(0, 0, 0, 0.6);
}

/************************************************
    運用
*************************************************/
.operation {
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  padding: 4.5px 1em 4.5px 1.2em;
}

.operation span {
  display: inline-block;
}

/************************************************
    バナー
*************************************************/
.banner {
  background-color: #233b3c;
  padding: 25px;
}

.banner__list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.banner__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 1079px) {
  body {
    font-size: 1rem;
  }
  .display-pc {
    display: none;
  }
  .display-tab {
    display: block;
  }
  .display-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-tab {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .br-sp {
    display: inline;
  }
  .h__bar__inner {
    padding: 0 20px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body::before {
    background-image: url('img/bg_contact@2x.jpg');
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  body::before {
    background-image: url('img/bg_contact@3x.jpg');
  }
}

@media (min-width: 700px) {
  .access__address {
    font-size: 3.6em;
    margin-top: 52.5px;
  }
  .access__list {
    padding: 35px 0 42px;
  }
  .access__list li {
    font-size: 3.6em;
  }
}

@media (min-width: 800px) {
  .recommend {
    padding: 65px 30px 80px;
  }
  .recommend__title {
    font-size: 5.2em;
  }
  .recommend__list {
    margin-top: 50px;
  }
  .recommend__list li {
    margin: 27px 0;
  }
  .reason {
    padding: 75px 30px;
  }
  .operation {
    font-size: 1.8em;
  }
}

@media (min-width: 608px) {
  .recommend__list li p {
    font-size: 2.432em;
  }
}

@media (min-width: 455px) {
  .reason__item__title span:nth-child(1) {
    font-size: 2.275em;
  }
}

@media (min-width: 660px) {
  .reason__item__title span:nth-child(2) {
    font-size: 6.6em;
  }
}

@media (min-width: 500px) {
  .reason__item p {
    font-size: 2.6em;
  }
}
