@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: contents.css
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =0    font
 *     =1    home
 *
 * ===============================================================
*/
/** =3
 * ========================================
 * detail
 * ========================================
 */


.detailMainContents {
  margin-top: 2rem;
}
.detailMainContents .name {
  margin-bottom: .5rem;
}
.detail_Ttl {
	position: relative;
  display: flex;
}
.bgcSummaryBlue .contents_title{
  background-color: #3875c8;
}
.bgcSummaryGreen .contents_title{
  background-color: #30aaa7;
}
.bgcSummaryOrange .contents_title {
  background-color: #e9532e;
}
.bgcSummaryYellow .contents_title {
  background-color: #f5ae15;
}
.contents_detailWrap {
  border: 1px solid #e5e5e5;
}
.contents_title {
  padding: .5rem 1rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.contents_detail {
  padding: .5rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.contents_detailItem:last-of-type .contents_title {
  border-bottom: none;
}
.contents_detailItem:last-of-type .contents_detail {
  border-bottom: none;
}

.addressContents {
  background-color: #e5e5e5;
  padding: 2rem;
  margin-bottom: 2rem;
}
.addressTtl {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5rem;
}
.addressBox {
  text-align: center;
}
.telTimeWrap {
  background-color: #fff;
  padding: 1rem;
}
.address {
  margin-bottom: .5rem;
}
.tel {
  font-weight: bold;
  font-size: 2.0rem;
}
.reception_time,.addressNote {
  font-size: 1.2rem;
}
