<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*summary_main_container*/
.summary_main_container_inner {
	width: 100%;
	height: 487px;
	background-position: center center;
	background-size: cover;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.summary_main_container_inner_text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 28px 20px 35px 20px;
	font-size: 30px;
	color: #4C372B;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	width: 500px;
}
/*summary_container*/
.summary_container {
	background-color: #ffffff;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.summary_container_pink {
	background-color: #FBF8F3;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.summary_container_inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	padding: 24px 0 94px;
	text-align: center;
}
.summary_container_pink_inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	padding: 24px 0 94px;
	text-align: center;
}
/*summary_contents_area*/
.summary_contents_area {
	background-color: #fff;
	border-radius: 10px;
	margin: 50px;
	padding: 80px 120px;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.3);
}
.summary_contents_area &gt; 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;
}
.summary_contents_area &gt; dl.summary_contents_area_inner &gt; dt{
	width:calc(100% - 240px);
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: justify;
}
.summary_contents_area &gt; dl.summary_contents_area_inner &gt; dd{
	width:197px;
}
.summary_contents_area &gt; dl.summary_contents_area_inner &gt; dd &gt; .pic &gt; img.summary_pic{
	width:197px;
	height:auto;
}
.summary_contents_area &gt; dl.summary_contents_area_inner &gt; dd &gt; .pic_text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align:center;
}
/*main-title*/
.summary_overview {
	text-align: center;
	margin-bottom: 100px;
}
.summary_overview_title {
	font-weight: bold;
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #4C372B;
	padding: 50px 0 50px 0;
	width: 900px;
	margin: 0 auto;
}
.summary_overview_text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	width: 830px;
	text-align: left;
	margin: 0 auto;
}
.summary_container01{
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
.summary_container02{
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
.summary_container02 &gt; .summary_container02_inner{
	text-align: center;
}
.summary_container02 &gt; .summary_container02_inner &gt; img.summary_group{
	width:780px;
	height:auto;
}
.summary_container02 &gt; .summary_container02_inner &gt; img.summary_graph{
	width:1080px;
	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 50px 0;
}
ul.summary_group_text &gt; li.text{
	width:auto;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #4C372B;
	font-weight:bold;
}
ul.summary_group_text &gt; li.png{
	width:60px;
	text-align:center;
}
ul.summary_group_text &gt; li.png &gt; img.summary_multiplication{
	width:30px;
	height:auto;
}
/*History*/
.summary_title_left {
	font-weight: bold;
	font-size: 30px;
	line-height: 70px;
	text-align: left;
	letter-spacing: 0.07em;
	color: #4C372B;
	padding: 50px 0 40px 0;
	width: 1080px;
	margin: 0 auto;
}
.summary_title_mt{
	font-weight: bold;
	font-size: 30px;
	line-height: 70px;
	text-align: left;
	letter-spacing: 0.07em;
	color: #4C372B;
	padding: 50px 0 0 0;
	width: 1080px;
	margin: 0 auto;
}
.summary_title_mt &gt; span{
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	color: #4C372B;
	margin:0 0 0 10px;
}
.history_box{
	width:1080px;
	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 &gt; dt{
	width:200px;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	color: #231815;
}
dl.history &gt; dd{
	width:calc(100% - 200px);
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	color: #231815;
	margin: 0 0 20px 0;
}
dl.history &gt; dd &gt; ul.history_inner{
	list-style-type: disc;
}
dl.history &gt; dd &gt; ul.history_inner &gt; li{
	/*display:block;*/
}
.summary_text_left{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	width: 1080px;
	margin: 0 auto 30px auto;
}
.summary_container_pink &gt; .summary_container_pink_inner &gt; .map &gt; img.summary_map{
	width:1080px;
	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:50px 0;
	width:100%;
}
dl.shoptitle &gt; dt{
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:200px;
}
dl.shoptitle &gt; dd{
	width:calc(100% - 200px);
}
dl.shoptitle &gt; dd &gt; 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:50px 0;
	width:100%;
}
.shoplist &gt; li{
	width:fit-content;

}
.shoplist &gt; li &gt; ul.shoplist_inner &gt; li{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #231815;
	margin-right: 70px;
}
.shoplist &gt; li &gt; ul.shoplist_inner &gt; 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:50px 0;
	width:100%;
}
dl.hospitaltitle &gt; dt{
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:240px;
}
dl.hospitaltitle &gt; dd{
	width:calc(100% - 240px);
}

dl.hospitaltitle &gt; dd &gt; 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:50px 0;
	width:1050px;
}
.hospitallist &gt; li.name{
	width:200px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #231815;
}
.hospitallist &gt; li{
	width:calc(100% - 200px);
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:50px 0;
	width:1050px;
}
dl.bibititle &gt; dt{
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:110px;
}
dl.bibititle &gt; dd{
	width:calc(100% - 110px);
}

dl.bibititle &gt; dd &gt; 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:50px 0;
	width:1050px;
}
.bibilist &gt; li.name{
	width:200px;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	color: #231815;
}
.bibilist &gt; li{
	width:800px;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:50px 0;
	width:1050px;
}
dl.sales_officetitle &gt; dt{
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-align: left;
	color: #4C372B;
	width:300px;
}
dl.sales_officetitle &gt; dd{
	width:calc(100% - 300px);
}

dl.sales_officetitle &gt; dd &gt; 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:0 0 20px 0;
	width:100%;
}
.sales_officelist &gt; li.name{
	width:200px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #231815;
}
.sales_officelist &gt; li{
	width:calc(100% - 200px);
	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:50px 0;
}
ul.sales_office_pic &gt; li{
	width:calc((100% - 48px) / 3);
}
ul.sales_office_pic &gt; li{
	margin-right:24px;
}
ul.sales_office_pic &gt; li:nth-child(3n){
	margin-right:0px;
}
ul.sales_office_pic &gt; li &gt; .pic &gt; img{
	width:100%;
	height:auto;
}
ul.sales_office_pic &gt; li &gt; .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;
}
.summary_link_list li {
	width: 400px;
	margin-bottom: 33px;
}
.summary_link_list li:nth-child(odd) {
	margin-right: 28px;
}
.summary_link_list li a {
	margin: 0 auto;
	display: block;
	padding: 20px;
	width: 100%;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
}
.summary_link_list li a:hover {
	text-decoration: underline;
}

</pre></body></html>