/*
Theme Name: Kaminari Coffee
Template: kashira_tcd119
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「KASHIRA」
*/



/*shop info*/
.company_detail {
    max-width: 800px;
    margin: 0 auto;
}
.company_detail dl{
    margin:0;
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    height: 80px;
}
.company_detail dl dt,.company_detail dl dd{
    display: table-cell;
    vertical-align: middle;
}
.company_detail dl dt{
    width: 150px;
    padding-left: 10px;
}
.company_detail a {color:#333;}


/* google map*/
.google-map-wrapper {
  padding: 30px 50px;
}

.google-map {
    margin: 0 auto;
    position: relative;
    max-width: 600px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 100px;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}



/* price */
.price_list {
  margin: 0;
}

.price_list__title {
  line-height: 1.5em;
}

.price_list__title--tight {
  line-height: 1.2em;
}

.price_list__en {
  color: #778899;
}

.price_list__price {
  line-height: 1.5em;
}

.price_list dt {
  width: 50%;
  line-height: 1.5em;
}

.price_list dt.price_list__title--tight {
  line-height: 1.2em;
}

.price_list .price_list__en {
  color: #778899;
}

.price_list dd {
	width: 50%;
  line-height: 1.5em;
  margin-bottom: 16px; /* ← ここでセットごとの余白 */
}



/* Luggage keep */

.luggage-service-wrapper,
.luggage-service-wrapper > *,
.wp-block-group,
.wp-block-group__inner-container {
  min-height: 0 !important;
}

.luggage-service-wrapper {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
  width: 100%;
  max-width: 640px;
  height: auto !important;
  min-height: auto !important;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}


.luggage-service-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.luggage-service-wrapper th {
  background-color: #fafafa;
  font-weight: 500;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #333;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.luggage-service-wrapper td {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-size: 0.875rem;
}

.luggage-service-wrapper .price-cell {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}

.luggage-service-wrapper .overdue-price {
  display: block;
  font-size: 0.7rem;
  color: #888;
  margin-top: 2px;
}

.luggage-service-wrapper .notice {
  color: #d11;
  font-size: 0.75rem;
  margin-bottom: 16px;
}

.luggage-service-wrapper .info-section {
  font-size: 0.8rem;
  color: #444;
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-bottom: 0;
}

.luggage-service-wrapper .time-display {
  font-size: 1.15rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-top: -30px;
}

/* スマホ時にテーブルをカード化 */
@media (max-width: 640px){

  .luggage-service-wrapper table,
  .luggage-service-wrapper thead,
  .luggage-service-wrapper tbody,
  .luggage-service-wrapper th,
  .luggage-service-wrapper td,
  .luggage-service-wrapper tr {
    display: block;
    width: 100%;
  }

  .luggage-service-wrapper thead {
    display: none; /* ヘッダー消す */
  }

  .luggage-service-wrapper tr {
    border: 1px solid #eee;
    margin-bottom: 12px;
    padding: 10px;
    background: #fff;
  }

  .luggage-service-wrapper td {
    border: none;
    padding: 6px 0;
  }

  /* ラベル付け */
  .luggage-service-wrapper td:nth-child(1)::before {
    content: "サイズ";
    display: block;
    font-size: 10px;
    color: #999;
  }

  .luggage-service-wrapper td:nth-child(2)::before {
    content: "期間";
    display: block;
    font-size: 10px;
    color: #999;
  }

  .luggage-service-wrapper td:nth-child(3)::before {
    content: "料金";
    display: block;
    font-size: 10px;
    color: #999;
  }

  .luggage-service-wrapper .price-cell {
    text-align: left;
  }
}