@charset "utf-8";
/*summary_main_container*/
.summary_main_container_inner {
	width: 100%;
	height: 347px;
	background-position: center center;
	background-size: cover;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.summary_main_container_inner_text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	color: #4C372B;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	width: 280px;
}
/*summary_container*/
.summary_container {
	background-color: #ffffff;
	width:100%;
	_display: inline;
	_zoom:1;
}
.summary_container_pink {
	background-color: #FBF8F3;
}
.summary_container_inner {
	margin: 0 auto;
	padding: 30px 24px 40px;
	text-align: center;
}
.summary_container_inner > .breadcrumb {
    margin: 0;
    padding: 0 0 0 0;
}
.summary_container_pink_inner {
	margin: 0 auto;
	padding: 24px 24px 94px 24px;
	text-align: center;
}
/*summary_contents_area*/
.summary_contents_area {
	background-color: #fff;
	border-radius: 8px;
	margin: 50px 24px;
	padding: 24px;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.3);
}
.summary_contents_area > dl.summary_contents_area_inner{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:24px 0;
}
.summary_contents_area > dl.summary_contents_area_inner > dt{
	width:100%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-align: justify;
	padding:0 0 24px 0;
}
.summary_contents_area > dl.summary_contents_area_inner > dd{
	width:100%;
}
.summary_contents_area > dl.summary_contents_area_inner > dd > .pic > img.summary_pic{
	width:50%;
	height:auto;
}
.summary_contents_area > dl.summary_contents_area_inner > dd > .pic_text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align:center;
	padding-top: 24px;
}
/*main-title*/
.summary_overview {
	text-align: center;
	margin: 0 24px;
}
.summary_overview_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #4C372B;
	padding: 50px 0 50px 0;
	margin: 0 auto;
}
.summary_overview_text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.summary_container01{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.summary_container02{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.summary_container02 > .summary_container02_inner{
	text-align: center;
	width:calc(100% - 48px);
	margin:0 auto;
}
.summary_container02 > .summary_container02_pink_inner{
	text-align: center;
	width:calc(100% - 48px);
	margin:0 auto;
	background-color: #FEEFE5;
}
ul.summary_group_table{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.summary_group_table > li.summary_group_table_one{
	width:100%;
}
ul.summary_group_table > li.summary_group_table_two{
	width:45%;
}
ul.summary_group_table > li.summary_group_table_three{
	width:calc(100% - 45%);
}
ul.summary_group_table > li.summary_group_table_four{
	width:50%;
}
ul.summary_group_table > li.summary_group_table_five{
	width:calc(100% - 50%);
}
ul.summary_group_table > li.summary_group_table_six{
	width:50%;
}
ul.summary_group_table > li.summary_group_table_seven{
	width:calc(100% - 50%);
}
ul.summary_group_table > li > a > img.summary_group,
ul.summary_group_table > li > img.summary_group{
	width:100%;
	height:auto;
}
ul.summary_group_table > li > a:hover{
	opacity: 0.5;
}
.summary_container02 > .summary_container02_inner > img.summary_group{
	width:100%;
	height:auto;
}
.summary_container02 > .summary_container02_inner > img.summary_graph{
	width:100%;
	height:auto;
}

ul.summary_group_text{
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:20px 0 20px 0;
}
ul.summary_group_text > li.text{
	width:100%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #4C372B;
	font-weight:bold;
}
ul.summary_group_text > li.png{
	width:100%;
	text-align:center;
}
ul.summary_group_text > li.png > img.summary_multiplication{
	width:13px;
	height:auto;
	margin: 10px 0;
}
/*History*/
.summary_title_left {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #4C372B;
	padding: 30px 0 30px 0;
	width: 100%;
	margin: 0 auto;
}
.summary_title_mt {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #4C372B;
	padding: 30px 0 0 0;
	width: 100%;
	margin: 0 auto;
}
.summary_s_title {
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: center;
	color: #4C372B;
	margin: 0;
}
.history_box{
	width:100%;
	margin:0 auto;
}
dl.history{
	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;
}
dl.history > dt{
	width:100px;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	color: #231815;
}
dl.history > dd{
	width:calc(100% - 100px);
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	color: #231815;
	margin: 0 0 20px 0;
}
dl.history > dd > ul.history_inner{
	list-style-type: disc;
}
dl.history > dd > ul.history_inner > li{
	/*display:block;*/
}
.summary_text_left{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	margin: 0 auto;
}
.summary_container_pink > .summary_container_pink_inner > .map > img.summary_map{
	width:100%;
	height:auto;
	margin-bottom:50px;
}
/*shop*/
dl.shoptitle{
	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;
	margin:20px 0;
	width:100%;
}
dl.shoptitle > dt{
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:200px;
}
dl.shoptitle > dd{
	width:calc(100% - 200px);
}
dl.shoptitle > dd > hr.line{
	border:none;
	background-color: #4C372B;
	height:2px;
	visibility: visible;
	margin-top:17px;
}
/*shoplist*/
.shoplist{
	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;
	margin:20px 0;
	width:100%;
}
.shoplist > li{
	width:calc((100% - 20px) / 2);

}
.shoplist > li:first-child{
	margin-right:20px;
}
.shoplist > li > ul.shoplist_inner > li{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #231815;
	margin: 0;
}
.shoplist > li > ul.shoplist_inner > li.area{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #543A26;

}
/*hospital*/
dl.hospitaltitle{
	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;
	margin:20px 0;
	width:100%;
}
dl.hospitaltitle > dt{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:180px;
}
dl.hospitaltitle > dd{
	width:calc(100% - 180px);
}

dl.hospitaltitle > dd > hr.line{
	border:none;
	background-color: #4C372B;
	height:2px;
	visibility: visible;
	margin-top:17px;
}
/*hospitallist*/
.hospitallist{
	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;
	margin:20px 0;
	width:100%;
}
.hospitallist > li.name{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #231815;
	margin-top: 20px;
}
.hospitallist > li{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #231815;
}
/*bibi*/
dl.bibititle{
	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;
	margin:20px 0;
	width:100%;
}
dl.bibititle > dt{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:80px;
}
dl.bibititle > dd{
	width:calc(100% - 80px);
}

dl.bibititle > dd > hr.line{
	border:none;
	background-color: #4C372B;
	height:2px;
	visibility: visible;
	margin-top:17px;
}
/*MISS BIBI*/
.bibilist{
	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;
	margin:20px 0;
	width:100%;
}
.bibilist > li.name{
	width:200px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #231815;
}
.bibilist > li{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #231815;
}
/*sales_office*/
dl.sales_officetitle{
	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;
	margin:20px 0;
	width:100%;
}
dl.sales_officetitle > dt{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:220px;
}
dl.sales_officetitle > dd{
	width:calc(100% - 220px);
}

dl.sales_officetitle > dd > hr.line{
	border:none;
	background-color: #4C372B;
	height:2px;
	visibility: visible;
	margin-top:17px;
}
/*sales_officelist*/
.sales_officelist{
	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;
	margin:20px 0;
	width:100%;
}
.sales_officelist > li.name{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #231815;
	margin-top: 20px;
}
.sales_officelist > li{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #231815;

}
/*sales_office_pic*/
ul.sales_office_pic{
	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;
	padding:20px 0;
}
ul.sales_office_pic > li{
	width:100% ;
}
ul.sales_office_pic > li{
	margin:24px 24px 0 24px;
}
ul.sales_office_pic > li > .pic > img{
	width:100%;
	height:auto;
}
ul.sales_office_pic > li > .text{
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #231815;

}
/*summary_link_area*/
.summary_link_area {
	text-align: center;
	margin: 80px auto -33px auto;
	font-size: 0;
}
.summary_link_list {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
	width: calc(100% - 48px);
	margin: 0 auto;
}
.summary_link_list li {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.summary_link_list li a {
	margin: 0 auto;
	display: block;
	padding: 12px 0;
	width: 100%;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.summary_link_list li a:hover {
	text-decoration: underline;
}

