@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&family=Noto+Sans+JP:wght@300;500&family=Noto+Serif+JP&family=Train+One&display=swap");

/*****************************************************************/
/*		ソーセージ・月極装飾				 */
/*****************************************************************/
.sausage_blue,
.sausage_pink,
.sausage_green,
.sausage_orenge {
  border-radius: 5px;
  padding: 0 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.sausage_blue {
  background-color: #03a9f426;
}

.sausage_orenge {
  background-color: #ffc10736;
}

.sausage_pink {
  background-color: #ff00ff59;
}

.sausage_green {
  background-color: #00ff7f82;
}

.margin_5 {
  margin: 0 1em 0 5px;
}

.margin_15 {
  margin-left: 15px;
}

.margin_top0 {
  margin-top: 0;
}

.margin_bottom0 {
  margin-bottom: 0;
}

.sausage_free_address,
.sausage_fixed_address {
  border-radius: 5px;
  padding: 3px 1em;
  margin-right: 1em;
}

.sausage_free_address {
  background-color: #03a9f440;
}

.sausage_fixed_address {
  background-color: #ffc10766;
}

.header_mark_recommend {
  border-left: 8px solid #2039c3;
  padding-left: 8px;
}

.header_mark_fee {
  border-left: 8px solid #bbe5f8;
  padding-left: 8px;
}

.header_mark_terms {
  border-left: 8px solid #0c10ff;
  padding-left: 8px;
}

.header_mark_personal {
  border-left: 8px solid #7afcbc;
  padding-left: 8px;
}

.header_mark_corporation {
  border-left: 8px solid #ffa6ff;
  padding-left: 8px;
}

.header_red_square::before,
.header_blue_square::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.header_blue_square {
  margin-left: 20px;
}

.header_blue_square::before {
  background-color: #4d90fe;
  border-radius: 50%;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.header_red_square::before {
  background-color: #ec0606;
}

/*****************************************************************/
/*		トップ画像・文字				 */
/*****************************************************************/

.top_image {
  position: relative;
}

.top_image p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* 丸ゴシック */
  font-weight: 500;
  font-size: 7.5vmin;
  text-align: center;
  line-height: 1.1em;
}

.top_image_text {
  width: 90%;
}

.top_image img {
  width: 100%;
}

.double_font {
  font-family: "Train One", cursive;
  /* 二重フォント */
}

/*****************************************************************/
/*		Google map					 */
/*****************************************************************/

.gmap {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 600px;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.gmap iframe {
  position: absolute;
  max-width: 600px;
  height: -webkit-fill-available;
}

@media screen and (max-width: 630px) {
  .gmap {
    width: calc(100% - 32px);
    padding-bottom: 50%;
  }

  .gmap iframe {
    width: 100%;
  }

}

/*****************************************************************/
/*		Google search console					 */
/*****************************************************************/

div.gsc-control-cse {
  padding: 0;
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 400px) {
  div.gsc-control-cse {
    margin-left: 5px;
  }

  .gsc-control-wrapper-cse table.gsc-search-box td.gsc-input {
    padding-right: 5px;
  }

  .gsc-input-box,
  .gsc-search-button.gsc-search-button-v2 {
    border-radius: 5px;
  }
}

table.gsc-search-box,
table.gsc-input {
  margin: 0;
}

table.gsc-search-box td.gsc-input {
  width: 300px;
}

.gsc_area {
  margin-left: 1em;
  margin-right: 1em;
  display: inline-flex;
  align-items: center;
}

/*****************************************************************/
/*		おすすめアイコン	（月極）			 */
/*****************************************************************/
.good_icon_svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  margin-right: 5px;
}

.margin_left_1em {
  margin-left: 1em;
}

.margin_left_3em {
  margin-left: 3em;
}

.margin_left_0_5em {
  margin-left: 0.5em;
}

.margin_right_1em {
  margin-right: 1em;
}

.inline_div {
  display: inline-flex;
  align-items: flex-end;
}

.inline_div_center {
  display: flex;
  align-items: center;
}

.inline_div h3 {
  margin: 0 0 0 1em;
}

.recommend_icon {
  padding: 5px 10px 5px 10px;
  background-image: linear-gradient(#1e36c2, #6bb6ea);
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.recommend_icon2 {
  padding: 10px;
  background-image: linear-gradient(#1e36c2, #6bb6ea);
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.recommend_icon3 {
  padding: 10px;
  background-image: linear-gradient(#b9383f, hsl(28, 75%, 63%));
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.navi_button {
  padding: 5px;
  background-image: linear-gradient(#1e36c2, #6bb6ea);
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

/*****************************************************************/
/*		アコーディオンメニュー				 */
/*****************************************************************/
.faq {
  max-width: 1000px;
}

.faq-chk {
  /* チェックボックスは非表示 */
  display: none;
}

.faq-open {
  /* Question部分 */
  display: block;
  padding: 0.5em 2.5em 0.5em 1em;
  background: #eee;
  cursor: pointer;
  margin: 5px 1em 0 1em;
  position: relative;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 500;
}

.faq-open::before,
.faq-open::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.faq-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}

.faq-chk:checked+.faq-open:after {
  transform: translateY(-50%) rotate(0);
}

.faq-close {
  /* Answer部分 */
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.2s;
  font-family: "Noto Serif JP", serif;
  /*　明朝 */
}

.faq-chk:checked+.faq-open+.faq-close {
  /* チェックボックスにチェックが入ったらAnswer部分を表示する */
  height: auto;
  opacity: 1;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 1em 0 1em;
  background: #f8f9fa;
}

/*****************************************************************/
/*		日時入力・料金計算				 */
/*****************************************************************/

input[type="datetime-local"i],
input[type="date"i] {
  font-size: 18px;
  border-radius: 5px;
  font-family: "Arial";
  background-color: #fff;
  margin-bottom: 10px;
  border: none;
  outline: 2px solid #a4c3f7;
  padding-inline-start: 0;
}

.timedate_in {
  font-size: 18px;
  padding: 3px;
  border-radius: 3px;
  font-family: "Arial";
  background-color: #fff;
  outline: 1px solid #a4c3f7;
  margin-right: 10px;
}

.number4_imput {
  font-size: 2em;
  padding: 5px;
  border-radius: 3px;
  font-family: "Arial";
  background-color: #fff;
  outline: 1px solid #a4c3f7;
  margin-right: 1em;
  width: 150px;
}

.car_name_imput {
  font-size: 2em;
  padding: 5px;
  border-radius: 3px;
  font-family: "Arial";
  background-color: #fff;
  outline: 1px solid #a4c3f7;
  margin-right: 1em;
  width: 400px;
}

.text4_imput {
  font-size: 1.5em;
  padding: 5px;
  border-radius: 3px;
  font-family: "Arial";
  background-color: #fff;
  outline: 1px solid #a4c3f7;
  width: 200px;
}

.timedate_out::before {
  content: "出庫";
}

.timedate_start::before {
  content: "開始日";
}

input[type="button"i] {
  padding: 0.25em 1em;
  font-size: 18px;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
  cursor: pointer;
  border-radius: 5px;
}

input[type="button"i]:hover {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#fdfbfb),
      to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

.fee_box {
  margin-left: 1em;
  display: inline-block;
  padding: 0em 1em;
  border: 2px solid #a4c3f7;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.fee_disp {
  width: 100%;
  background-color: #e8f0fe;
  padding: 0.5em 0.25em 0.2em 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 500;
  font-size: large;
  color: #f00;
  text-align: right;
}

.p_margin {
  margin: 0;
  margin-block-start: 4px;
  margin-block-end: 4px;
}

/*****************************************************************/
/*		背景						 */
/*****************************************************************/

body {
  margin: 0;
  background-color: #fff;
  display: grid;
  grid-template:
    ". header ."62px ". main   ."1fr ". footer ."
    / auto minmax(auto, 1000px) auto;
}

body.status_area {
  grid-template:
    ". header ."62px ". main   ."1fr ". footer ."
    / auto minmax(auto, 1500px) auto;
}

main {
  background-color: #f8f9fa;
  grid-area: main;
  flex: 1;
  padding-bottom: 20px;
}

.white_box,
.blue_box {
  max-width: 1000px;
  box-shadow: 0px 0px 6px 0px rgb(6 0 1 / 5%);
  padding: 1em 0 1em 0;
}

.white_box {
  background-color: #fff;
}

.blue_box {
  background-color: #e8f0fe;
}

/*****************************************************************/
/*		トップパネル表示						 */
/*****************************************************************/

.panel_area {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 1em 1em;
  justify-content: center;
}

.panel_area::after {
  display: block;
  content: "";
  margin-right: 12px;
  width: 244px;
}

.panel {
  margin-right: 12px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  position: relative;
  text-decoration: none;
  width: 244px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
  overflow: hidden;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}

.panel_warning {
  background-color: #f00;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}

.panel_text,
.panel_text_warning {
  margin: 1em 1em 0.5em 1em;
}

.featured_words {
  color: #00f;
  font-size: x-large;
}

@media screen and (min-width: 538px) {

  .panel_text,
  .panel_text_warning {
    overflow-wrap: break-word;
    word-break: keep-all;
  }
}

@media screen and (max-width: 537px) {
  .panel_area {
    margin: 5px 0 0 10px;
  }

  .panel_area::after {
    margin-right: 12px;
    width: 244px;
  }

  .panel {
    margin-right: 10px;
    margin-bottom: 16px;
    min-height: unset;
    width: 46%;
  }

  .panel_text {
    margin: 1rem 1rem 0.5rem 1rem;
  }

  .panel_text_warning {
    margin: 10px;
  }

  .featured_words {
    font-size: 1.3em;
  }
}

/*****************************************************************/
/*		ダイアログボックス             */
/*****************************************************************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 20;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  max-width: 500px;
  width: 86%;
  padding: 15px 20px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 21;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.close_pop {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

/*****************************************************************/
/*		警告ボックス             */
/*****************************************************************/
.area-center {
  margin: 0;
  padding: 6px;
  display: flex;
  justify-content: center;
}

.warning-icon:before {
  font-family: "Material Icons";
  font-size: 3em;
  content: "\e002";
}

@media screen and (max-width: 580px) {
  .warning-icon:before {
    font-size: 2em;
  }
}

/*****************************************************************/
/*		おすすめアイコン  (top page)           */
/*****************************************************************/
.icon-box {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgb(6 0 1 / 5%);
  margin: 0 0.5em 0 0.5em;
}

.icon-box h1 {
  text-align: center;
  color: #1e36c2;
  font-weight: initial;
  font-size: large;
  padding: 1em 0 0.5em 0;
}

.recommend,
.recommend_no_hover,
.car_number, 
.car_no_active,
.car_status,
.status_no_active {
  flex-direction: row;
  justify-content: center;
  align-items: center; /* 追加 */
  margin: 5px;
  height: 4em;
  width: 9em;
  color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 8px 5px;
  background-image: linear-gradient(#1e36c2, #6bb6ea);
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: flex;
}

.car_number,
.car_no_active,
.car_status,
.status_no_active {
  width: 50px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  padding: 2px;
}

.car_no_active,
.status_no_active {
  background-image: linear-gradient(#555555, #bebebe);
}

.car_status {
  background-image: linear-gradient(#f88d12, #f7b38f);
}

.car_number,
.car_no_active {
  font-size: xx-large;
}

.car_status,
.status_no_active {
  font-size: large;
}

.recommend:hover {
  opacity: 0.7;
}

.recommend:before,
.recommend_no_hover:before {
  font-family: "Material Icons";
  left: -34px;
  top: 50%;
  width: 105px;
  height: 105px;
  font-size: 105px;
  margin-top: -52px;
  position: absolute;
  color: #fff;
  opacity: 0.15;
}

.car_number:before,
.car_no_active:before,
.car_status:before,
.status_no_active:before {
  font-family: "Material Icons";
  left: -14px;
  top: 50%;
  width: 70px;
  height: 70px;
  font-size: 70px;
  margin-top: -22px;
  position: absolute;
  color: #fff;
  opacity: 0.15;
}

.recommend span,
.recommend div,
.recommend_no_hover span,
.recommend_no_hover div,
.car_number div,
.car_no_active div,
.car_status div,
.status_no_active div {
  margin-top: auto;
  margin-bottom: auto;
}

.notification {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;  /* バッジのサイズ */
  height: 20px;
  background-color: red;
  border-radius: 50%;  /* 丸い形にするため */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;  /* '了'の文字のサイズ。必要に応じて調整してください */
}

.bg_green{
  background-color: green;
}

.time:before {
  content: "\e8b5";
}

.savings:before {
  content: "\e2eb";
}

.car:before {
  content: "\e531";
}

.shop:before {
  content: "\e8d1";
}

.cresit_icon:before {
  content: "\e870";
}

.elevator:before {
  content: "\f1a0";
}

.sbsc:before {
  content: "\f011";
}

.building_icon:before {
  content: "\f1d0";
}

.toilet_icon:before {
  content: "\e63d";
}

.free20:before {
  content: "\ea22";
}

ul.recommend-list {
  flex-wrap: wrap;
  padding-bottom: 1em;
  padding-left: 1em;
  justify-content: center;
}

ul.recommend-list::before {
  display: block;
  content: "";
  margin: 5px;
  width: 9em;
  order: 1;
}

ul.recommend-list::after {
  display: block;
  content: "";
  margin: 5px;
  width: 9em;
}

.recommend-list li {
  margin: 0;
  align-items: baseline;
}

.recommend-list a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*****************************************************************/
/*		フォント書式					 */
/*****************************************************************/

p,
table {
  margin-left: 1em;
  margin-right: 1em;
}

p {
  font-family: "Noto Serif JP", serif;
  /*　明朝 */
}

.font1 {
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 500;
}

.font2 {
  font-family: "Noto Serif JP", serif;
  /*　明朝 */
}

.font3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* 丸ゴシック */
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.large {
  font-size: large;
}

.small {
  font-size: small;
}

.xlarge {
  font-size: x-large;
}

.font_2em {
  font-size: 2em;
}

.material-icons {
  vertical-align: -5px;
}

.material-icons-outlined {
  vertical-align: -5px;
}

.rotate90 span {
  display: inline-block;
  transform: rotate(90deg);
}

span.del {
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-color: red;
}

/*****************************************************************/
/*		新しいウィンドウで開くアイコン			 */
/*****************************************************************/

a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  background: url(./img/125_arr_hoso.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.pop_icon:after {
  background: url(./img/125_arr_hoso2.webp) no-repeat;
  background-size: contain;
}

/*****************************************************************/
/*		画像サイズ					 */
/*****************************************************************/
.box_shadow {
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.img_garage,
.img_slope {
  margin-right: 1em;
  max-width: 100%;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

@media screen and (min-width: 563px) {

  .img_garage,
  .img_slope {
    width: 563px;
  }
}

.img_pin {
  height: 1.5em;
}

.img_map,
.img_entrance {
  width: 100%;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.img_map {
  background-color: #fff;
  border: 0.5px solid;
}

@media screen and (min-width: 600px) {

  .img_map,
  .img_entrance {
    width: 600px;
  }
}

.img_pdf {
  height: 1.2em;
  vertical-align: -3px;
}

.img_card {
  vertical-align: -2px;
  padding: 0px 2px;
  height: 1.2em;
}

.img_tenmaya {
  background: #fff;
  vertical-align: -5px;
  padding: 3px;
  height: 2em;
}

.img_katayama {
  background: #fff;
  vertical-align: -5px;
  padding: 3px;
  height: 2em;
}

.img_toyota {
  background: #fff;
  vertical-align: -5px;
  padding: 3px;
  height: 1.2em;
}

.img_makuragi {
  vertical-align: -5px;
  height: 2.2em;
}

.img_hana {
  vertical-align: -5px;
  height: 2em;
}

.img_tieria {
  vertical-align: -7px;
  height: 2em;
}

.img_nomura {
  background: #b00;
  vertical-align: -5px;
  padding: 3px;
  height: 2em;
}

.img_hi-h {
  background: #fff;
  vertical-align: -5px;
  padding: 3px 0px 0px 2px;
  height: 2.7em;
}

.img_jankara {
  background: #fff;
  vertical-align: -5px;
  padding: 3px;
  height: 1.7em;
}

.img_happy {
  vertical-align: -10px;
  height: 2em;
}

.img_panel {
  width: 100%;
}

.img_panel_30 {
  width: 30%;
  height: auto;
}

.img_prepaid_card {
  width: 100px;
  margin-left: 1em;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

/*****************************************************************/
/*		車両制限					 */
/*****************************************************************/

.car_limit_box {
  background-image: linear-gradient(#1e36c2, #6bb6ea);
  color: #fff;
  display: flex;
  margin-left: 1em;
  margin-top: 1em;
  width: fit-content;
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* 丸ゴシック */
  border-radius: 5px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.div_column {
  padding: 10px 0 8px 10px;
}

.car_beside {
  width: 128px;
}

.car_front {
  width: 64px;
}

.arrow_length {
  text-align: center;
  transform: scale(2.85, 1.5);
  font-weight: bold;
  line-height: 1;
}

.arrow_width {
  text-align: center;
  transform: scale(3.4, 1.5);
  font-weight: bold;
  letter-spacing: -9px;
  text-indent: -9px;
  line-height: 1;
}

.stretch_arrow span {
  display: inline-block;
  transform: scaleX(3);
}

.limit_length {
  padding: 5px 10px 0 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.limit_weight {
  padding-left: 0;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.img_weight {
  height: 76px;
  padding: 10px 10px 0 13px;
}

.area_center {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.limit_height {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1.2;
  padding: 0 10px 0 10px;
  background-color: #fff;
  color: #f00;
  box-shadow: inset 3px 8px 6px 0px rgb(6 0 1 / 29%);
}

@media screen and (max-width: 350px) {
  .limit_height {
    font-size: 2em;
  }
}

.stripe {
  margin: 1em 1em 0 1em;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.4)),
    repeating-linear-gradient(45deg,
      #ffae00,
      #ffae00 30px,
      #000 30px,
      #000 60px);
  max-width: 563px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.square_dot::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #6e5645;
  border-radius: 100%;
}

/*****************************************************************/
/*		料金表	料金・月極料金テーブル　会社概要テーブル　提携店テーブル	*/
/*****************************************************************/

/*		ナンバープレート		 */
.number_plate {
  margin-left: 1em;
  padding: 0.3em;
  background-color: #ffffff;
  color: #0e6c38;
  border-radius: 5px;
  max-width: 150px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

/*		ナンバープレート軽		 */
.number_plate_k {
  margin-left: 1em;
  padding: 0.3em;
  background-color: #f4ce0b;
  color: #000000;
  border-radius: 5px;
  max-width: 150px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

/*		料金表		 */
.fee_signboard {
  margin-left: 1em;
  padding: 1em;
  border: solid 5px #009c8d;
  background-color: #f4ce0b;
  max-width: 385px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

@media screen and (max-width: 417px) {
  .fee_signboard {
    width: calc(100% - 32px);
  }
}

div.right {
  text-align: right;
}

div.center {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.greeen_line {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #009c8d;
}

.fee_font {
  font-family: arial;
  font-weight: 700;
  font-size: 2em;
}

/*	 	料金テーブル		 */
.fee_table {
  padding: 5px;
  width: auto;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.fee_table td {
  padding: 0;
  width: 8em;
}

.fee_table td:nth-child(1) {
  padding-left: 8px;
}

.fee_table td:nth-child(2) {
  text-align: right;
  padding-right: 1em;
  width: 6em;
}

.fee_table tr:nth-child(odd) td,
.prepaidcard_fee_table tr:nth-child(odd) td {
  background: #f8f9fa;
}

/*	 	状態表示テーブル		 */
.status_table {
  padding: 5px;
  width: auto;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
  border-collapse: collapse;
}

.status_table td {
    border: 1px solid black;
    padding-left: 5px;
}

/*		プリペイドカードテーブル		 */
.prepaidcard_fee_table {
  text-align: center;
  padding: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
  border-spacing: 0;
}

.prepaidcard_fee_table td {
  width: 6.5em;
}

.prepaidcard_fee_table td:nth-child(2),
.prepaidcard_fee_table td:nth-child(3) {
  border-left: 0.5px solid #000;
}

/*	 	月極前払金テーブル		 */
.fee_table_prepaid td:nth-child(1) {
  width: 9em;
}

.fee_table_prepaid td:nth-child(2) {
  text-align: right;
  padding-right: 5px;
  width: 6em;
}

/*		月極料金テーブル		 */
.monthly_fee_table {
  margin: 0;
}

.monthly_fee_table td {
  padding-left: 8px;
  width: 6em;
}

/*		会社概要テーブル		 */
@media screen and (min-width: 731px) {
  .corp-table {
    border-style: none;
  }

  .corp-table th,
  .corp-table td {
    vertical-align: top;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-family: "Noto Serif JP", serif;
    /*　明朝 */
  }

  .corp-table th {
    font-weight: normal;
    width: 8em;
    padding-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 730px) {
  .corp-line {
    display: none;
  }

  .corp-table {
    margin-left: 10px;
    margin-right: 10px;
    border-style: none;
  }

  .corp-table th {
    font-weight: normal;
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    text-align: left;
  }

  .corp-table th,
  .corp-table td {
    display: block;
    padding: 10px;
    font-family: "Noto Serif JP", serif;
    /*　明朝 */
  }

  .center {
    font-family: "Noto Serif JP", serif;
    /*　明朝 */
    text-align: center;
  }
}

/*		提携店テーブル		 */
@media screen and (min-width: 731px) {
  .teikei-table {
    border-style: none;
  }

  .teikei-table th,
  .teikei-table td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-family: "Noto Serif JP", serif;
    /*　明朝 */
  }

  .teikei-table th {
    margin-left: 1em;
    width: 17em;
    vertical-align: top;
    text-align: right;
  }

  .teikei-table td {
    padding-right: 5em;
  }
}

@media screen and (max-width: 730px) {
  .teikei-line {
    display: none;
  }

  .teikei-table {
    margin-left: 10px;
    margin-right: 10px;
    border-style: none;
  }

  .teikei-table th,
  .teikei-table td {
    display: block;
    padding: 10px;
  }

  .teikei-table th {
    vertical-align: bottom;
    padding: 20px 10px 0 3px;
    text-align: left;
  }

  .teikei-table td {
    background: #eee;
    border-bottom: 1px solid #ccc;
  }
}

/*****************************************************************/
/*		リンク下線消す					 */
/*****************************************************************/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*****************************************************************/
/*		罫線						 */
/*****************************************************************/

.box {
  border-bottom: 1px solid #000;
}

.box-margin0 {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #000;
}

/*****************************************************************/
/*		リンクボタン					 */
/*****************************************************************/
button.btn,
a.btn,
label.btn {
  line-height: 1.3;
  display: inline-block;
  padding: 0.3rem 2rem;
  cursor: pointer;
  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;
  border-radius: 5px;
}

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

  a.btn,
  label.btn {
    padding: 0.3rem 1rem;
  }
}

button.btn-radius-solid,
a.btn-radius-solid,
label.btn-radius-solid {
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover,
label.btn-radius-solid:hover {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#fdfbfb),
      to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

.g_map_btn::before {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  background: url(./img/gmap.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*****************************************************************/
/*		カルーセル						 */
/* external css: flickity.css */
/*****************************************************************/
.gallery {
  margin-bottom: 50px;
}

.gallery-cell {
  margin-right: 12px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 1em;
  min-height: 250px;
  position: relative;
  text-decoration: none;
  width: 244px;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.gallery-text {
  color: #174ea6;
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

.flickity-prev-next-button {
  opacity: 0.7;
  box-shadow: 2px 2px 6px 0px rgb(6 0 1 / 30%);
}

.flickity-button-icon {
  opacity: 0.7;
}

.flickity-prev-next-button:hover,
.flickity-button-icon:hover {
  opacity: 1;
}

.area-center h3 {
  font-size: large;
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* 丸ゴシック */
  margin: 0;
}

.img_gallery {
  width: 212px;
  padding-top: 1em;
}

@media screen and (min-width: 770px) {
  .gallery-cell {
    width: 313px;
  }

  .img_gallery {
    width: 281px;
  }

  .flickity-viewport {
    height: 325px;
  }
}

/*****************************************************************/
/*		タブ						 */
/*****************************************************************/

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-label {
  padding: 0.5em 0;
  order: -1;
  margin-left: 4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 420px) {
  .tab-label {
    margin-left: 2em;
  }
}

@media screen and (max-width: 320px) {
  .tab-label {
    margin-left: 1em;
  }
}

.tab-label:hover {
  cursor: grab;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch:checked+.tab-label {
  font-weight: 500;
  border-bottom: 5px solid #1e36c2;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

/*****************************************************************/
/*		ヘッダー					 */
/*****************************************************************/
header a {
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 300;
  color: #fff;
}

a.logo_icon img {
  vertical-align: bottom;
  height: 50px;
  background-color: #fff;
}

a.insta_icon img {
  vertical-align: bottom;
  height: 50px;
}

* {
  box-sizing: border-box;
}

header {
  grid-area: header;
  padding: 5px 1em 5px 1em;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  background-color: #6e5645;
  align-items: baseline;
  z-index: 10;
}

header h1 {
  margin: 0;
}

header nav {
  margin: 0 0 0 auto;
}

ul {
  list-style: none;
  margin: 0;
  display: flex;
  padding-inline-start: 0;
}

li {
  margin: 0 0 0 15px;
}

.sp-nav,
#hamburger {
  display: none;
}

@media screen and (max-width: 738px) {
  header {
    padding: 5px 7px 5px 7px;
  }

  .pc-nav {
    display: none;
  }

  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
  }

  #hamburger {
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
  }

  #hamburger span {
    display: block;
    color: #fff;
  }

  #hamburger .hum_icon {
    font-size: 30px;
  }

  #hamburger .hum_text {
    font-size: 0.8em;
    margin-top: -8px;
  }

  /*スマホメニュー*/
  .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .sp-nav li {
    margin: 0;
    padding: 0;
  }

  .sp-nav li span {
    font-size: 15px;
    color: #fff;
  }

  .sp-nav li a,
  .sp-nav li span {
    display: block;
    padding: 7px 0;
    font-family: "Noto Sans JP", sans-serif;
    /*　ゴシック */
    font-weight: 300;
  }

  /*-閉じるアイコンー*/
  .sp-nav .close {
    display: inline-flex;
    padding-right: 20px;
  }

  .close .close_icon {
    padding-right: 5px;
    font-family: "Material Icons";
    font-size: 1.5em;
  }

  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
}

/*****************************************************************/
/*		フッター					 */
/*****************************************************************/

#footer {
  grid-area: footer;
  color: #fff;
}

#footer a {
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 300;
  color: #fff;
}

#footer .primary {
  padding: 1em 1em;
  background: #6e5645;
}

/* footer-logo */
#footer .logo {
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 500;
  margin: 0;
  font-size: 1.5em;
}

/* address */
.address {
  font-family: "Noto Sans JP", sans-serif;
  /*　ゴシック */
  font-weight: 300;
  margin: 10px 0 0;
}

/* navi */
.navi-row {
  margin-top: 20px;
}

@media screen and (max-width: 650px) {
  #footer .navi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 9em;
  }
}

#footer .navi li {
  margin: 0 20px 0 0;
}


#time_modal, #orderModal, #editModal, #phoneNo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

#time_modal-content, #order_modal-content, #edit_modal-content, #phone_modal-content {
  background-color: white;
  padding: 20px;
  width: 80%;
  max-width: 800px;
}

div#time_modal.time_hidden, div#orderModal.time_hidden, div#editModal.time_hidden, div#phoneNo.time_hidden {
  display: none;
}
