/* reset.css */
@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
a,
table,
tr,
th,
td {
  font-family: "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding: 0;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

/* /reset.css */

/* common.css */
/* color #c7000b, #E95513*/

/* レスポンシブ切替用 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* spのみ改行 */
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.title span {
  color: #E95513;
  font-weight: bold;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* /common.css */

/* header */
.logo {
  width: 12rem;
}

.header-right-img {
  width: 7rem;
}

.header-tel {
  width: 13.1rem;
}

header .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

header .navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

header .navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

header .navbar-expand-md .navbar-nav .nav-link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 1px !important;
  padding-left: 1px !important;
}

header .navbar-expand-md {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

header .container-fluid {
  padding-left: 0px !important;
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/* /header */

/* menu */
.menu {
  background-color: #c7000b;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #c7000b;
  /*動き*/
  transition: all 0.6s;
  opacity: 0.9;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0 !important;
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #c7000b;
  border-radius: 5px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* /menu */

/* banner */
.banner01,
.banner02 {
  height: 300px;
}

.banner04,
.banner05 {
  height: 250px;
}

.banner02 {
  display: block;
}

.banner02-sp {
  display: none;
}

@media only screen and (max-width: 991px) {
  .banner02 {
    display: none;
  }

  .banner02-sp {
    display: block;
  }

  .banner01,
  .banner02-sp {
    height: 250px;
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {

  .banner01,
  .banner02-sp {
    width: 550px;
    height: 160px;
  }

  .banner04,
  .banner05 {
    width: 550px;
    height: 200px;
  }
}

/* /banner */

/* reason */
#reason .card-header:first-child {
  border-radius: 0 0 0 0 !important;
}

#reason .card-body {
  text-align: left;
}

#reason .col {
  max-width: 350px;
}

#reason {
  background: linear-gradient(white 60%, #f9f6e2 40%);
}

#reason .bg-primary {
  background-color: #00398e !important;
}

#reason .border-primary {
  border-color: #00398e !important;
}

/* /reason */

/* cost */
.cost {
  background-color: #f9f6e2;
}

.price {
  background-color: #E95513;
  display: inline-block;
  width: 17rem;
  height: auto;
  border-radius: 3px;
  padding: 7px;
}

.price p {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.price span {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .price {
    width: 10rem;
  }

  .price p {
    font-size: 1.5rem;
  }
}

.triangle {
  width: 200px;
  height: 103px;
  text-align: center;
  margin: auto;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 80px solid #c7000b;
  border-bottom: 0;
  position: relative;
}

.text-on-triangle {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 103px;
}

/* /cost */

/* search */
#search {
  background-color: #f9f6e2;
  margin-top: 150px !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.search {
  position: relative;
}

.search-title {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f9f6e2;
  top: -0%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.search-title .title {
  margin-top: 3.5rem;
}

.japan-map-sp {
  position: relative;
}

.search-popup {
  position: absolute;
  top: 25%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.search-popup img {
  width: 40rem;
}

.japan {
  width: 30rem;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .search-popup-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .japan {
    width: 20rem;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .search-popup {
    display: none;
  }


  .search-popup-sp {
    position: absolute;
    top: 25%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 17rem;
  }
}

/* /search */

/* voice */
.voice {
  background-color: #FDE6D2;
}

/* /voice */

/* about */
.about table {
  border: 3px #E95513 !important;
}

.about table tr th {
  text-align: center;
  color: #c24e18;
  font-weight: bold;
  background-color: #FDE6D2;
}

/* /about */

/* qa */
.Qa-Box {
  width: 80%;
  margin: 0 auto;
}

.Qa-Box .Qa dt {
  background-color: #eaeaea;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 30px 0;
  padding: 10px;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E95513;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #E95513;
  width: 38px;
  height: 38px;
  border: solid;
  border-color: #E95513;
  border-radius: 50px;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

.qa-list dt {
  font-size: 18px;
  margin-bottom: 1em;
  color: #c7000b;
  font-weight: 600;
}

.qa-list dt::before,
.qa-list dd::before {
  margin-right: .4em;
}

.qa-list dt::before {
  content: "Q.";
}

.qa-list dd {
  margin: 0 0 2.5em;
  padding: 1em 1em;
  background-color: #f2f2f2;
  color: #000;
}

.qa-list dd::before {
  content: "A.";
  color: #000;
}

/* /qa */

/* message */
.message .message-text h5 {
  color: #c7000b;
}

.message .message-text span {
  font-weight: bold;
  text-decoration: underline;
}

.message-text figure {
	float: right;
	margin: auto 0 auto 30px;
	width: 40%;
}

.message-text figure img {
	max-width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube lite-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* /message */

/* sitemap */
.sitemap {
  background-color: #c7000b;
}

.sitemap .list-group-item {
  color: #fff !important;
  background-color: #c7000b !important;
}

.sitemap .nav-link {
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 2;
  font-weight: bold;
}

/* /sitemap */

/* footer */
.footer-logo {
  width: 15rem;
}

footer p {
  margin-top: 10px;
  margin-left: 10px;
}
/* /footer */

/* store */
.store-content img {
  width: 3rem;
  margin-top: 5px;
}

.store-btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff !important;
  background-color: #eb6100;
}

.store-btn:hover {
  background: #f56500;
}

.store-info ul li {
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  .store-info {
    width: 70%;
    margin: auto;
  }

  .store-info ul {
    padding-left: 0 !important;
  }
}

/* /store */

/* contact */
#contact .form-area {
  background-color: #f8f8f8;
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

#contact .form-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

#contact .form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

#contact .form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}

#contact .input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

#contact .select-box {
  width: 200px;
  height: 40px;
}

#contact .radio-button {
  display: block;
  margin-top: 20px;
}

#contact .radio-button:first-child {
  margin-top: 0;
}

#contact .radio-button input {
  margin-right: 8px;
}

#contact .text {
  width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
}

#contact .confirm-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

#contact .submit-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

#contact .submit-button:hover {
  background-color: #d8b500;
}

@media only screen and (max-width: 767px) {

  #contact .form-area dt,
  #contact .form-area dd {
    width: 100%;
  }

  #contact .form-area dt {
    padding-bottom: 0;
  }

  #contact .submit-button {
    width: 100%;
  }
}

/* /contact */

/* フローティングバナー */
/* 776px以下で表示 */
@media screen and (max-width: 767px) {
  .button-fixed {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    opacity: 0.9;
    width: 100%;
  }

  .message-text figure {
    float: none;
    margin: 0px auto 30px auto;
    width: 100%;
  }
}