@charset "utf-8";
* {
  box-sizing: border-box;
}
html { scroll-behavior: smooth;}
body {
	font-family: "Noto Sans JP","Avenir Next";
	margin:0;
	padding:0;
	overflow-y: auto;
}
input[type="submit" i] {
-webkit-appearance: none;
border-radius: 0;
}
.sp{
	display:block;
}
.pc{
	display:none;
}
.pinkbackground{
	background-color: #FBF8F4;
}
.container{
	width:100%;
	margin:0 auto;
	/* padding:0; */
	/* font-size:12px; */
}
.headermt{
	/* padding-top:70px; */
}
/*content*/
.one-columnbox{
	margin:25px 0;
}
.content{
	margin:0 auto;
	padding:0;
	/* text-align: center; */
	width:100%;
}
/*[パンくずリスト]*/
.breadcrumb{
	margin:0;
	padding:25px 24px 0 24px;
}
/*会社情報のパンくずリスト*/
.company_pink_container_inner > .breadcrumb{
	margin:0;
	padding:0 0 0 0;
}
.breadcrumb > ul.breadcrumb_inner{
	display:block;
	text-align:left;
}
.breadcrumb > ul.breadcrumb_inner > li{
	display:inline-block;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #202020;
	padding:0 0 0 0;
}
.breadcrumb > ul.breadcrumb_inner > li:first-child{
	padding:0;
}
.breadcrumb > ul.breadcrumb_inner > li > a{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #202020 !important;
	margin-right:12px;
}
.breadcrumb > ul.breadcrumb_inner > li > a.linkon{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #202020 !important;
	text-decoration:
	none;
}
.breadcrumb > ul.breadcrumb_inner > li:before {
	content:"";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #4C372B;
	padding:0 0 0 12px;
}
.breadcrumb > ul.breadcrumb_inner > li:first-child:before {
	content:"";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: none;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #4C372B;
	padding:0;
}
.breadcrumb > ul.breadcrumb_inner > li.on:before {
	content:"";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #4C372B;
	padding:0 0 0 7px;
}
/*textcolor*/
.pinktext{
	color:#ff667d;
}
.bluetext{
	color:#0000ff
}
/*[パンくずリスト] end*/
/*listbox_four_box*/
.listbox_four_box{
	display:block;
	width:100%;
}
.listbox_four_mb{
	margin-bottom:64px;
}
.listbox_four_box > .listbox_four{
	margin:0;
	padding:0;
}
.listbox_four_box > .listbox_four > li:nth-child(even){
	display:none;
}
.listbox_four_box > .listbox_four > li:nth-child(odd){
	margin:25px 24px 0 24px;
	padding: 0 0 25px 0;
	width:calc(100% - 48px);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	display:block;
}
.listbox_four_box > .listbox_four > li:first-child{
	margin:0 24px 0 24px;
}
.listbox_four_box > .listbox_four > li > .listbox_four_img{
	display:block;
	width:100%;
	height:auto;
}
.listbox_four_box > .listbox_four > li > .listbox_four_img > img{
	width:100%;
	height:190px;
	background: #C4C4C4;
	border-radius: 4px 4px 0px 0px;
	object-fit: cover;
}
.listbox_four_box > .listbox_four > li > .listbox_four_title{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #4C372B;
	margin:22px 24px 15px 24px;
}
.listbox_four_box > .listbox_four > li > .listbox_four_text{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #202020;
	margin:0 25px 22px 25px;
}
.listbox_four_box > .listbox_four > li > .listbox_four_botton{
	background: #4C372B;
	border-radius: 4px;
	margin:0 24px;
	padding:13.1px 0;
	font-weight: bold;
}
.listbox_four_box > .listbox_four > li > .listbox_four_botton > a{
	display:block;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-decoration:none;
}
.listbox_four_box > .listbox_four > li > .listbox_four_botton:hover{
	opacity: 0.5;
}
/*listbox_four_box end*/
/*listbox_three_box*/
.listbox_three_box{
	display:block;
	width:100%;
}
.listbox_three_box > .listbox_three{
	margin:0 auto 0 auto;
	padding:0;
	width:100%;
	font-size: 0;
}
.listbox_three_box > .listbox_three > li{
	margin:25px 24px 0 24px;
	width:calc(100% - 48px);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	display:block;
	padding:0 0 25px 0;
}
.listbox_three_box > .listbox_three > li > .listbox_three_img{
	display:block;
	width:100%;
	height:auto;
}
.listbox_three_box > .listbox_three > li > .listbox_three_img > img{
	width:100%;
	height:auto;
	background: #C4C4C4;
	border-radius: 4px 4px 0px 0px;
}
.listbox_three_box > .listbox_three > li > .listbox_three_title{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #4C372B;
	margin:22px auto 15px auto;
}
.listbox_three_box > .listbox_three > li > .listbox_three_title_left{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #4C372B;
	margin:22px 19px 40px 19px;
}
.listbox_three_box > .listbox_three > li > .listbox_three_text{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #202020;
	margin:0 24px 22px 24px;
}
.listbox_three_box > .listbox_three > li > .listbox_three_botton{
	background: #4C372B;
	border-radius: 4px;
	padding:0;
	text-align: center;
	letter-spacing: 0.02em;
	margin:0 25px;
	display:block;
}
.listbox_three_box > .listbox_three > li > .listbox_three_botton:hover{
	opacity: 0.5;
}
.listbox_three_box > .listbox_three > li > .listbox_three_botton > a{
	display:block;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	font-weight: bold;
	padding:13.1px 0;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
}
/*[里親さん募集中の保護犬・保護猫]*/
/*.listbox_three_box > .listbox_three > li > ul.listbox_three_info{
	margin:0 24px 24px 24px;
	padding:0;
}
.listbox_three_box > .listbox_three > li > ul.listbox_three_info > li{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #202020;
	margin:0;
}
.listbox_three_box > .listbox_three > li > .listbox_three_botton_orange{
	background: #F3981C;
	border-radius: 4px;
	padding:0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.02em;
	margin:0 25px;
	display:block;
}
.listbox_three_box > .listbox_three > li > .listbox_three_botton_orange:hover{
	opacity: 0.5;
}
.listbox_three_box > .listbox_three > li > .listbox_three_botton_orange > a{
	display:block;
	padding:12px 0;
	text-decoration:none;
	color: #FFFFFF;
}*/
/*[里親さん募集中の保護犬・保護猫]end*/
.listbox_three_box > .listbox_three > li > .listbox_three_lefttext{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 0.02em;
	color: #202020;
	margin:22px 0 0 25px;
}
.listbox_three_box > .listbox_three > li > .listbox_three_lefttitle{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #4C372B;
	margin:9px 25px 0 25px;
	text-align: left;
}
/*listbox_three_box end*/
/*listbox_three_news_box*/
.listbox_three_news_box{
	display:block;
	width: calc(100% - 48px);
	margin: 0 auto;
}
.listbox_three_news_box > .listbox_three{
	margin:0 auto 0 auto;
	padding:0;
	font-size:0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listbox_three_news_box > .listbox_three > li{
	width:calc((100% - 23px) / 2);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	vertical-align:top;
}
.listbox_three_news_box > .listbox_three > li:nth-child(odd){
	margin:0 23px 23px 0;
}
.listbox_three_news_box > .listbox_three > li:nth-child(even){
	margin:0 0 23px 0;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_img{
	display:block;
	width:100%;
	height:auto;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_img > img{
	width:100%;
	height:93px;
	object-fit: cover;
	background: #C4C4C4;
	border-radius: 4px 4px 0px 0px;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_title{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #4C372B;
	margin:22px auto 15px auto;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_title_left{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #4C372B;
	margin:22px 11px 15px 11px;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_text{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #202020;
	margin:0 24px 22px 24px;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_botton{
	background: #4C372B;
	border-radius: 4px;
	padding:0;
	text-align: center;
	letter-spacing: 0.02em;
	margin:0 25px;
	display:block;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_botton:hover{
	opacity: 0.5;
}
.listbox_three_news_box > .listbox_three > li > .listbox_three_botton > a{
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding:12px 0;
	text-decoration:none;
	color: #FFFFFF;
}
/*listbox_three_news_box end*/
/*form_error*/
.error{
	margin:0 0 20px 0;
}
.error > ul > li{
	color:#F3981C;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align:left;
}
/*form_error end*/
/*listbox_two_box*/
.listbox_two_box{
	display:block;
	margin:0 auto 0 auto;
}
.listbox_two_box > .listbox_two_box_inner{
	margin:0 24px 0 24px;
	padding:0;
	font-size: 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listbox_two_box > .listbox_two_box_inner > li{
	margin:0 24px 22px 0;
	width:calc((100% - 24px) / 2);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	position: relative;
}
.listbox_two_box > .listbox_two_box_inner > li:nth-child(2n){
	margin:0 0 22px 0;
}
.listbox_two_box > .listbox_two_box_inner > li > a{
	text-decoration: none;
}
.listbox_two_box > .listbox_two_box_inner > li > .listbox_two_box_inner_img,
.listbox_two_box > .listbox_two_box_inner > li > a > .listbox_two_box_inner_img{
	display:block;
	width:100%;
	height:auto;
}
.listbox_two_box > .listbox_two_box_inner > li > .listbox_two_box_inner_img > img,
.listbox_two_box > .listbox_two_box_inner > li > a > .listbox_two_box_inner_img > img{
	width:100%;
	height:auto;
	background: #C4C4C4;
	border-radius: 4px 4px 0px 0px;
}
.listbox_two_box > .listbox_two_box_inner > li > .listbox_two_box_inner_title,
.listbox_two_box > .listbox_two_box_inner > li> a > .listbox_two_box_inner_title{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #4C372B;
	padding:11px;
	margin:0 auto 7px auto;
}
.listbox_two_box > .listbox_two_box_inner > li > .listbox_two_box_inner_lefttitle,
.listbox_two_box > .listbox_two_box_inner > li > a > .listbox_two_box_inner_lefttitle{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #4C372B;
	padding:0 11px;
	margin:0 auto 65px auto;
}
.listbox_two_box > .listbox_two_box_inner > li > .listbox_two_box_inner_text,
.listbox_two_box > .listbox_two_box_inner > li > a > .listbox_two_box_inner_text{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #202020;
	margin:0 19px 31px 19px;
}
/*listbox_two_box end*/
/*listbox_one*/
.listbox_one_box{
	display:block;
	margin:0 auto 0 auto;
	padding:24px 0 3px 0;
}
.listbox_one_box > .listbox_one_box_inner{
	margin:0 auto 0 auto;
	padding:0;
	/*width:100%;*/
	display:block;
	font-size: 0;
	border-collapse: separate;
	border-spacing: 24px 0;
}
.listbox_one_box > .listbox_one_box_inner > li{
	display:block;
	margin:0 25px 22px 25px;
	width:calc(100% - 50px);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	position: relative;
}
.listbox_one_box > .listbox_one_box_inner > li > .listbox_one_box_inner_img{
	display:block;
	width:100%;
	height:auto;
}
.listbox_one_box > .listbox_one_box_inner > li > .listbox_one_box_inner_img > img{
	width:100%;
	height:auto;
	background: #C4C4C4;
	border-radius: 4px 4px 0px 0px;
}
.listbox_one_box > .listbox_one_box_inner > li > .listbox_one_box_inner_title{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #4C372B;
	padding:11px;
	margin:0 auto 7px auto;
}
.listbox_one_box > .listbox_one_box_inner > li > .listbox_one_box_inner_lefttitle{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #4C372B;
	padding:0 11px;
	margin:0 auto 65px auto;
}
.listbox_one_box > .listbox_one_box_inner > li > .listbox_one_box_inner_text{
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #202020;
	margin:0 19px 31px 19px;
}
/*listbox_one end*/
.ptb_page{
	padding:144px 0 105px 0;
}
.pb_page{
	padding:0 0 10px 0;
}
.Flickity_pt{
	padding-top:0;
}
.content_title_mb{
	margin-bottom:16px;
}
.content_title_mtb{
	margin:40px 0 16px 0;
}
/*title*/
.title-box{
	display:block;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align:left;
	margin:55px 24px 13px 24px;
}
.searchtitle-box{
	display:block;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align:left;
	margin:0 0 17px 0;
}
/*box-shadow*/
.info-box{
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	margin:0 24px 0 24px;
	padding:0 0 24px 0;
}
/*no-shadow*/
.info-box-mt{
	margin:0 0 58px 0;
	padding:0;
}
/*search*/
.searchbox{
	margin:0;
	padding:0 0 25px 0;
	position: relative;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	height:auto;
}
/*[button]さがす*/
.tab-content > form > p > .submit{
	background: #4C372B;
	border-radius: 4px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	padding:13.1px 0;
	margin:20px auto 0 auto;
	display:block;
	width:calc(100% - 48px);
	box-shadow: none;
	border: none;
}
.tab-content > form > p > .submit:hover{
	opacity: 0.5;
}
/*[button]さがす end*/
/*[button]ランキング*/
.tab-content > form > .ranking_submit > a{
	background: #4C372B;
	border-radius: 4px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	padding:13.1px 0;
	margin:20px auto 0 auto;
	display:block;
	width:calc(100% - 48px);
	box-shadow: none;
	border: none;
	text-decoration: none;
}
.tab-content > form > .ranking_submit > a:hover{
	opacity: 0.5;
}
/*[button]ランキング end*/
/*おすすめ*/
dl.search_best{
	margin:0;
	padding:12px 0 24px 0;
	font-size:0;
}
dl.search_best dt{
	display: inline-block;
	width:103px;
	vertical-align: middle;
	text-align:left;
	padding:0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #4C372B;
	margin-left:13px;
}
dl.search_best dd{
	display: inline-block;
	width:calc(100% - 116px);
	vertical-align: middle;
	text-align:left;
}
dl.search_best dd > .search_best_inner{
	display:inline-block;
	background: #FBF8F4;
	border-radius: 100px;
	color: #4C372B;
	padding:3px 9px 5px 9px;
	margin:0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
}
dl.search_best dd > .search_best_inner > a.search_best_inner_link{
	text-decoration:none;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #4C372B;
	display:block;
}
/*search 表示非表示切替*/
/* タブのスタイル */
ul.menu_tabs{
	margin:0;
	padding:0;
}
ul.menu_tabs > li{
	display: inline-block;
	width:calc(100% / 3);
}
.tabs .tab-label {
	background-color: #fff;
	margin:0;
	padding: 12px 0 10px 0;
	border-bottom: none;
	text-align:center;
	color:#4C372B;
	font-weight: bold;
	font-size: 12px;
	width: calc(100% / 3);
	display: inline-block;
}
.tabs .tab-search-label {
	background-color: #fff;
	margin:0;
	padding: 12px 0 10px 0;
	border-bottom: none;
	text-align:center;
	color:#4C372B;
	font-weight: bold;
	font-size: 12px;
	width: calc(100% / 2);
	display: inline-block;
}
 
/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
	opacity: 0.7;
}
 
/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content,
.tabs input[name="tab-search-radio"],
.tabs .tab-content {
	display: none;
}
 
/* タブ内容のスタイル */
.tabs .tab-content{
	min-height: 200px;
}
 
/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content{
	 display: block;
}
/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-search-radio"]:checked + .tab-search-label {
	border-bottom: 6px solid #4C372B;
	color: #4C372B;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	display: inline-block;
	width: calc(100% / 2);
}
/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
	border-bottom: 6px solid #4C372B;
	color: #4C372B;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	letter-spacing: 0.02em;
	width: calc((100% - 25px) / 3);
	display: inline-block;
	line-height:18px;
}
.tabs #tab-search1:checked ~ .tab-search1-content,
.tabs #tab-search2:checked ~ .tab-search2-content{
	 display: block;
}
dl.search{
	margin:0 24px;
	padding:0;
	font-size:0;
}
dl.search dt{
	display: inline-block;
	width:60px;
	text-align:left;
	padding:0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
}
dl.search dd{
	display: inline-block;
	width:calc(100% - 60px);
	padding:0;
	position: relative;
	text-align:left;
	margin: 18px 0 0 0;
}
dl.search dd select{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	border-radius: 4px;
	padding:1em;
	width:100%;
	margin:0;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
}
dl.search dd select::-ms-expand{
　display: none;
}
dl.search dd::after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #9E9E9E;
	border-right: 2px solid #9E9E9E;
	z-index: 1;
}
/*スライダーのつまみの部分*/
input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
background-color:rgba(255, 255, 255, 1.0);
}
input[type="range"]::-moz-range-thumb {
  pointer-events: all;
}
input[type="range"]::-ms-thumb {
  pointer-events: all;
}
input[type="range"]::-moz-range-thumb {
  background-color: #DFDFDF;
  pointer-events: all;
}
input[type="range"]::-ms-thumb {
  pointer-events: all;
}
.label-wrapper, .slider-wrapper {
  float:left;
  font-size:10px;
}
fieldset p {clear:both;}
.search_more{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #4C372B;
	padding:23px 0 0 24px;
	text-align:left;
}
.search_more > img{
	margin:0 10px 0 0;
	vertical-align: middle;
}
.search_more > span{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
}
/*店舗検索*/
dl.search_shop{
	margin:50px 0 20px 0;
	padding:0;
	position: relative;
}
dl.search_shop dt{
	display: inline-block;
	width:30%;
	margin: 0 0 0 20px;
	border-right: 1px solid #A2998D;
	text-align:left;
}
dl.search_shop dd{
	display: inline-block;
	width:50%;
	text-align:left;
	margin: 0 0 0 20px;
	vertical-align: top;
}
dl.search_shop ul.search_shop_inner{
	margin:0;
}
dl.search_shop ul.search_shop_inner > li{
	display:block;
	line-height:3em;
	text-align:left;
	padding:14px 0 15px 0;
}
dl.search_shop ul.search_shop_inner > li::before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #4C372B;;
	vertical-align: 1px;
}
/*都道府県*/
dl.search_shop ul.search_shop_ken{
	margin:0;
}
dl.search_shop ul.search_shop_ken > li{
	display:block;
	line-height:3em;
	text-align:left;
	font-weight: normal;
	cursor :pointer;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #4C372B;
	padding:15px 0;
}
dl.search_shop ul.search_shop_ken > li::before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #4C372B;;
	vertical-align: 1px;
}
dl.search_shop ul.search_shop_ken > li > a{
	font-weight: normal;
	text-decoration: underline;
	color: #4C372B;
}
dl.search_shop ul.search_shop_ken > li > a:hover{
	font-weight: bold;
}
/*全体*/
.hidden_box {
	margin: 2em 0;
	padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
	padding: 15px 0;
	font-weight: normal;
	cursor :pointer;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #4C372B;
}
/*ボタンホバー時*/
.hidden_box label:hover,
.hidden_box input[name="group"]:checked + .group,
.hidden_box input[name="group"]:visited + .group{
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #4C372B;
	font-weight: bold;
}
/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}
/**/
.hidden_box input[name="group"]:checked + .search_shop_ken {
	text-decoration: underline;
	font-weight: normal;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
	position: absolute;
	top:-10px;
	left:45%;
}
/*[shop]end*/
/*[customers-voice]*/
.customers-voice-box{
	padding:22px 24px 0 24px;
	position: relative;
}
dl.customers-voice{
	display:table;
}
dl.customers-voice dt{
	display:table-cell;
	width:22px;
	vertical-align: top;
}
dl.customers-voice dt img{
	width:56px;
	height:56px;
	border-radius: 8px;
}
dl.customers-voice dd{
	display:table-cell;
	width:calc(100% - 22px);
	vertical-align: top;
}
.customers-voice-box .customers-voice-text{
	padding:12px 18px 12px 18px;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #202020;
	text-align:left;
	background: #FBF8F4;
	border-radius: 8px;
	margin-bottom: 40px;
}
dl.customers-voice dd .customers-voice-name{
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #4C372B;
	padding:0 30px 0 30px;
	text-align:left;
}
dl.customers-voice dd .customers-voice-shop{
	padding:0 30px 0 30px;
	margin-bottom:14px;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #4C372B;
	text-align:left;
}
dl.customers-voice dd .customers-voice-shop .customers-voice-shopname{
	color: #F3981C;
	font-size: 16px;
	line-height: 26px;
}
/*[PageNext]*/
ul.page{
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
ul.page > li{
	display:table-cell;
	width:calc(100% / 3);
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	margin:0;
	padding:0;
	text-align: center;
}
ul.page > li > .page_gray{
	background: #EFEFEF;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	width:100%;
	color: #8A8A8A;
	padding:12px 0;
	border: 1px solid transparent;
}
ul.page > li > .page_brown{
	background: #4C372B;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	width:100%;
	color: #FFFFFF;
	padding:12px 0;
	border: 1px solid transparent;
	display: block;
	text-decoration: none;
}
/*[PageNext]end*/
/*[続きを読むボタン] お客様の声*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left:0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/*width:25px*/
.cp_box label.more-view {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right:0;
	left:0;
	margin:0 auto;
	width: calc(100% - 50px);
	height: 300px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:before {
	line-height: 21px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	content: 'もっと見る';
	transform: translate(0);
	letter-spacing: 0.02em;
	color: #ffffff;
	border-radius: 4px;
	background-color: rgba(76, 55, 43, 1);
	padding:12px 0;
}
.cp_box label:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 65%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(135deg);
    margin: 15px 17px 0 0;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 500px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:before {
	content: '閉じる';
}
.cp_box input:checked + label:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 64%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(-45deg);
    margin: 23px 17px 0 0;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*[続きを読むボタン]--お客様の声end*/
/*[customers-voice]end*/
/*[pic重ね]*/
/*pic_left_box*/
.pic_left_box{
	display:inline-block;
	width:100%;
	height:auto;
	margin:0 0 8px 0;
}
.pic_left_box > .pic_left_img{
	position: relative;
	display:inline-block;
	width:100%;
	left:0;
	top: 0;
	height:56vh;
}
.pic_left_box > .pic_left_img > img{
	position: absolute;
	display:inline-block;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.pic_left_box > .pic_left_img > .pic_left_text{
	position: absolute;
	bottom:24px;
	left: 0;
	right:0;
	background: #ffffff;
	width:calc(100% - 48px);
	transform: translateY(15%);
	text-align:center;
	display: block;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	display:block;
	margin:0 25px 25px 25px;
	padding:24px 24px 24px 24px;
}
.pic_left_box > .pic_left_img > .pic_left_text > .pic_left_text_inner,
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner{
	display: block;
	vertical-align: middle;
}
.pic_left_box > .pic_left_img > .pic_left_text > .pic_left_text_inner > .pic_left_textbold,
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner > .pic_right_textbold{
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #4C372B;
	margin:0 0 18px 0;
}
.pic_left_box > .pic_left_img > .pic_left_text > .pic_left_text_inner > .pic_left_textnormal,
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner > .pic_right_textnormal{
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0.02em;
	color: #202020;
	padding:0 0 0 0;
}
.pic_left_box > .pic_left_img > .pic_left_text > .pic_left_text_inner > .pic_left_textnormalleft,
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner > .pic_right_textnormalleft{
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0.02em;
	color: #202020;
	padding:0 24px 24px 24px;
}
/*pic_left_box end*/
/*pic_right_box*/
.pic_right_box{
	display:block;
	width:100%;
	height:auto;
}
.pic_right_box_mb{
	margin-bottom:70px;
}
.pic_right_box > .pic_right_img{
	position: relative;
	width:100%;
	top:0;
	right:0;
	height: 70vh;
}
.pic_right_box > .pic_right_img > img{
	position: absolute;
	top:0;
	right:0;
	width:100%;
	height:auto;
}
.pic_right_box > .pic_right_img > .pic_right_text{
	position: absolute;
	bottom: 24px;
	left: 24px;
	right:24px;
	background: #ffffff;
	width:calc(100% - 48px);
	height:auto;
	transform: translateY(15%);
	text-align:center;
	display: table;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	padding:24px;
}
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner{
	display: table-cell;
	vertical-align: middle;
}
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner > .pic_box_button{
	margin:21px auto 0 auto;
	padding:0;
	background: #4C372B;
	border-radius: 4px;
	width:100%;
}
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner > .pic_box_button:hover{
	opacity: 0.5;
}
.pic_right_box > .pic_right_img > .pic_right_text > .pic_right_text_inner > .pic_box_button a{
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color:#ffffff;
	vertical-align: middle;
	display:block;
	padding:13.1px 0;
	text-decoration:none;
}
/*pic_right_box end*/
/*[pic重ね]end*/
.clear{
	clear:both;
}
