@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);/*パンくずリストアイコン*/
figure{
	margin: 0;
	padding: 0;
}
/*初期設定打消し*/
div.wrapper_{
min-resolution: res;-width: 1200px;
}
div.container_{
	width: 100%;
	padding: 0;
	background: #fff;
	max-width: initial !important;
}	
div.single_mainframe_{
	width: 100%;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
/*ヘッダー共通*/
#keirouHeader{
	line-height: 1.5;
	box-sizing: border-box;
}
#keirouHeader .w1000{
	width: 1000px;
	margin: 0 auto;
	display: block;
	}
#keirouHeader h1{
	padding: 14px 60px;
	color: #5e4a2f;
	background: #fff;
	font-size: 30px;
	font-weight: bold;
	}
/*-----------------------------------------ナビ-----------------------------------------*/
.navBg {
  height: 57px;
}
.navBg .gNav {
  display: block;
  background: #333333;
  width: 100%;
}
.navBg .gNav.navfixed {
  position: fixed;
  display: block;
  top: 0;
  z-index: 210;
  box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
}
.nav_top {
  position: relative;
}
.topImages {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 57px;
  background: #5E4A2F;
}
.topImages img {
  position: absolute;
	left: 50%;
	margin-left: -220px;
	transform: rotate(70deg);
	width: 67px;
}
.nav_top .mameText,#keirou_wrapper h1,#keirou_wrapper h3,#keirou_wrapper h4{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.nav_top .mameText {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 30px;
  margin-left: -112px;
  margin-top: -13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
p.pageTop a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #bf5c3d;
  font-size: 15px;
  margin-left: 228px;
  margin-top: -20px;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
  line-height: 1.1;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #ffffff;
}
/*パンくずリスト*/
.breadcrumbList{
	display: table;
	margin:0 0 10px 10px;
}
.breadcrumbList li{
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
	list-style-type: none
}
.breadcrumbList li::before,.breadcrumbList li:first-child::before{
	font-family: "Font Awesome 5 Free";

	font-size: 14px;
	font-weight: 700;
}
.breadcrumbList li:first-child::before{
	padding: 0 3px 0 0;
	content: "\f015"

}
.breadcrumbList li::before{
	padding: 0 7px 0 1px;
	content: "\f105";
}
/*--------------------------------本文---------------------------------------*/
/*icon*/
#keirou_wrapper .icon {
  padding-top: 40px;
  text-align: center;
}
#keirou_wrapper .icon img {
  width: 35px;
}
/*main*/
#keirou_wrapper{
	line-height: 1.5;
	box-sizing: border-box;	
	}
#keirou_wrapper a{
	text-decoration: none;
	}
#keirou_wrapper .w1000{
	width: 1000px;
	margin: 0 auto;
	display: block;
	}
/*topBox*/
#keirou_wrapper .topBox figure{
	text-align: center;
	padding-bottom: 20px;
	}
#keirou_wrapper h1{
	padding: 20px 10px 20px;
	text-align: center;
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: 4px;
	font-weight: bold;
	color: #5e4a2f;
	}
#keirou_wrapper h1 small{
	font-size: 15px;
	font-weight: 500;
	}
#keirou_wrapper h1 span{
	font-size: 32px;
	color: #BF5C3D;
	line-height: 1;
	}
#keirou_wrapper h3{
	font-size: 20px;
	font-weight: bold;
	color: #5e4a2f;
	margin-top: 30px;
	}
#keirou_wrapper h3:before{
	content: "■";
	width: 28px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	}
#keirou_wrapper h4{
	font-size: 18px;
	font-weight: bold;
	color: #5e4a2f;
	border-left: 5px solid #fbd266;
	padding-left: 8px;
	margin-top: 30px;
	}
/*mame*/
#keirou_wrapper .mameText section{
	margin-top: 50px;
	}
#keirou_wrapper .mameText p{
	font-size: 14px;
	margin-top: 10px;
	}
#keirou_wrapper .mameText .topText{
	text-align: center;
	font-weight: bold;
	color: #5e4a2f;
	}
#keirou_wrapper .mameText p span{
	font-weight: bold;
	color: #6a5252;
	font-size: 15px;
	border-bottom: 1px dotted #6a5252;
	}
/*dl*/
#keirou_wrapper .mameText dl{
	margin: 10px;
	padding: 0 10px 5px;
	background: #fffaee;
	border-radius: 10px;
	}
#keirou_wrapper .mameText dl dt{
	padding: 10px 10px 0;
	color: #6a5252;
	font-size: 15px;
	font-weight: bold;
	}
#keirou_wrapper .mameText dl dd{
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e3ba58;
	}
/*ranking*/
#keirou_wrapper .Box1.flexBox{
	display: flex;
	align-items: center;
	}
#keirou_wrapper .Box1.flexBox .ranking{
	width: 50%;
	margin: 10px;
	font-size: 13px;
	border: 3px solid #f4e2de;
	padding: 10px;
	}
#keirou_wrapper .Box1.flexBox .ranking h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;	
	color: #5e4a2f;
	border-left: 5px solid #BF5C3D;
	}
#keirou_wrapper .Box1.flexBox .ranking ol li{
	list-style: none;
	}
#keirou_wrapper .Box1.flexBox .ranking ol li span{
	color: #5e4a2f;
	font-weight: bold;
	border-bottom: 1px solid #BF5C3D;
	}
#keirou_wrapper .Box1.flexBox .ranking .comments{
	font-size: 12px!important;
	}
/*itemlist*/
#keirou_wrapper .itemList dl{
	margin: 15px 0;
	font-size: 14px;		
	}
#keirou_wrapper .itemList dl dt{
	font-weight: bold;
	color: #5e4a2f; 
	border-left: 5px solid #BF5C3D;
	padding-left: 5px;
	}
#keirou_wrapper .itemList dl dd{
	padding-left: 10px;
	}
/*afterword*/
#keirou_wrapper .afterword{
	padding: 20px 20px 0;
	padding: 20px;
	color: #5e4a2f;
	font-weight: 500;
	margin-top: 40px !important;
	background: #fff6df;
	border-radius: 10px;
	}
/*02*/
#keirou_wrapper .tips02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 60px;
	}
#keirou_wrapper .tips02 li{
	width: 220px;
	margin: 10px 5px;
	border: 1px solid #d5c6bd;
	border-radius: 10px;
	padding: 10px 5px;
	}
#keirou_wrapper .tips02 li dl {
	height: 175px;
	}
#keirou_wrapper .tips02 li dl dt{
	text-align: center;
	font-size: 15px;
	color: #5e4a2f;
	}
#keirou_wrapper .tips02 li dl dd{
	padding: 10px 5px;
	}
#keirou_wrapper .tips02 li .more02{
	text-align: center;
	}
#keirou_wrapper .tips02 li .more02 a{
	display: block;
	background: #8CAFA8; 
	color: #fff;
	padding: 5px;
	border-radius: 10px;
	margin: 0 10px;
	}
#keirou_wrapper .tips02 li .more02 a:hover{
	opacity: 0.7;
	}
/*もっと見る*/
#keirou_wrapper .return_btn{
	text-align: center;
	margin: 60px 10px 70px;
	}
#keirou_wrapper .return_btn a{
	position: relative;
	display: inline-block;
	padding: 10px 70px 10px 50px;
	color: #fff;
	background: #5E4A2F;
	border-radius: 15px;
	font-size: 17px;
	font-weight: 500;
	}

#keirou_wrapper .return_btn a:after{
	content: "";
	background: url(https://www.shop.post.japanpost.jp/img/usr/mother2021/pc/icon03.png) no-repeat;
	color: #fff;
	position: absolute;
	width: 10px;
	height: 11px;
	margin: 8px 12px;
	}
#keirou_wrapper .return_btn a:hover{
	opacity: 0.5;
	}

/*202307追加*/
#keirou_wrapper .top_btn{
	text-align: center;
	margin: 60px 10px 70px;
	}

#keirou_wrapper .top_btn a{
	position: relative;
	display: inline-block;
	padding: 10px 70px 10px 50px;
	color: #fff;
	background: #cc0000;
	border-radius: 15px;
	font-size: 17px;
	font-weight: 500;
	}

#keirou_wrapper .top_btn a:after{
	content: "";
	background: url(https://www.shop.post.japanpost.jp/img/usr/mother2021/pc/icon03.png) no-repeat;
	color: #fff;
	position: absolute;
	width: 10px;
	height: 11px;
	margin: 8px 12px;
	}
#keirou_wrapper .top_btn a:hover{
	opacity: 0.5;
	}
/*202307追加*/

/*-----------------------------------------レスポンシブ-----------------------------------------*/
/* 検索窓 */
#search_box02 .list_search_ li.search_item_ .layer4_ {
display: none;
position: absolute;
width: 440px;
height: auto;
background: #ffffff;
border: 1px solid #000000;
left: -12px;
top: 40px;
z-index: 2500;
box-shadow: 0px 2px 14px rgba(155,155,155,0.8);
}
#search_box02 .list_search_ li.search_item_ .layer4_ > ul {
height: auto;
padding: 12px 0 0 20px;
display: flex;
flex-wrap: wrap;
width: 400px;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li {
position: relative;
width: calc(50% - 2px);
margin-left: 2px;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li.shop-cat {
border-top: 1px dotted #333;
padding-top: 6px;
width: calc(50% - 2px);
border-bottom: none;
margin-bottom: 0;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li.shop-cat02 {
width: 100%;
}
#search_box02 .list_search_ li.search_item_ .layer4_ > ul > li a {
display: block;
box-sizing: border-box;
height: auto;
line-height: 22px;
font-size: 13px;
padding: 0 6px 6px 14px;
color: #333;
}
#search_box02 .list_search_ li.search_item_ .layer5_ {
display: none;
position: absolute;
height: auto;
left: 190px;
top: -13px;
width: 380px;
box-sizing: border-box;
padding: 10px 0 0 15px;
background: #ffffff;
border: 1px solid #000000;
z-index: 2000;
box-shadow: 0px 2px 14px rgb(155 155 155 / 80%);
}
#search_box02 .list_search_ li.search_item_ .layer4_::after {
position: absolute;
content: "";
width: 231px;
height: 13px;
top: -12px;
left: -1px;
}
#search_box02 .list_search_ li.search_item_ .layer4_::before {
position: absolute;
content: "";
background: url(/img/usr/common/header/header_triangle.png) no-repeat!important;
width: 21px;
height: 19px;
top: -19px;
left: 64px;
}
.layerbody_ ul {
display: flex;
flex-wrap: wrap;
}
#search_box02 .list_search_ li.search_item_ .layer5_ ul li.category_title {
padding: 10px 0 7px 0;
font-size: 14px;
font-weight: bold;
width: 100%;
}

.spOnly {
display:none!important;
}