@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%;*/
	min-width: 100% !important;
}
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: #230501;
	background: #fff;
	font-size: 30px;
	font-weight: bold;
	}
#footerouter {
        min-width: 1040px;
    }
/*-----------------------------------------ナビ-----------------------------------------*/
.navBg {
  height: 57px;
}
.navBg .gNav {
  display: block;
  background: #480404;
  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: #480404;
}
.topImages img {
    position: absolute;
    left: 50%;
    margin-left: -220px;
    margin-top: 5px;
    /* transform: rotate(70deg); */
    width: 80px;
}
/*
.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: -18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
p.pageTop a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #230501;
    font-size: 15px;
    margin-left: 228px;
    margin-top: -20px;
    font-weight: 500;
    padding: 10px 10px;
    text-align: center;
    line-height: 1.1;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #fef6e9;
}
/*パンくずリスト*/
.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: 40px 10px 20px;
    text-align: center;
    font-size: 25px;
    line-height: 1.1;
    /* letter-spacing: 4px; */
    font-weight: bold;
    color: #230501;
}
/*
#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: #230501;
	margin-top: 30px;
	}
#keirou_wrapper h3:before {
    content: "■";
    width: 28px;
    height: 20px;
    color: #C76F6F;
    background-size: 20px;
    display: inline-block;
}
#keirou_wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    color: #230501;
    border-left: 8px solid #C76F6F;
    padding-left: 8px;
    margin-top: 30px;
	}
/*mame*/
#keirou_wrapper .mameText section{
	margin-top: 50px;
	}
#keirou_wrapper .mameText p{
	font-size: 14px;
	margin-top: 10px;
	color: #4E170F;
	}
#keirou_wrapper .mameText .topText{
	text-align: center;
	font-weight: bold;
	color: #230501;
	}
#keirou_wrapper .mameText p span{
	font-weight: bold;
	color: #4E170F;
	font-size: 15px;
	border-bottom: 1px dotted #4E170F;
	}
/*dl*/
#keirou_wrapper .mameText dl{
	margin: 10px;
	padding: 0 10px 5px;
	background: #fef6e9;
	border-radius: 10px;
	}
#keirou_wrapper .mameText dl dt{
	padding: 10px 10px 0;
	color: #230501;
	font-size: 15px;
	font-weight: bold;
	}
#keirou_wrapper .mameText dl dd{
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C76F6F;
	color: #4E170F;
	}
/*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: #675240;
	border-left: 5px solid #BF5C3D;
	}
#keirou_wrapper .Box1.flexBox .ranking ol li{
	list-style: none;
	}
#keirou_wrapper .Box1.flexBox .ranking ol li span{
	color: #675240;
	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: #675240; 
	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: #230501;
    font-weight: 500;
    margin-top: 40px !important;
    background: #f9f0f0;
    border-radius: 3px;
}
/*02*/
/*
#keirou_wrapper .tips02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
	}

#keirou_wrapper .tips02 li {
    width: 220px;
    margin: 10px 5px;
    border: 1px solid #d5c6bd;
    border-radius: 3px;
    padding: 10px 5px;
}
#keirou_wrapper .tips02 li dl {
	height: 175px;
	}
#keirou_wrapper .tips02 li dl dt{
	text-align: center;
	font-size: 15px;
	color: #675240;
	}
#keirou_wrapper .tips02 li dl dd{
	padding: 10px 5px;
	color: #3C3630;
	}
#keirou_wrapper .tips02 li .more02{
	text-align: center;
	}
#keirou_wrapper .tips02 li .more02 a{
	display: block;
	background: #FFD3AC; 
	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 30px;
}

#keirou_wrapper .return_btn a {
    position: relative;
    display: inline-block;
    padding: 10px 70px 10px 50px;
    color: #fff;
    background: #480404;
    border-radius: 6px;
    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 50px;
	}

#keirou_wrapper .top_btn a {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    padding: 10px 70px 10px 50px;
    color: #fff;
    background: #931010;
    border-radius: 6px;
    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;
	}

.mainTit {
    text-align: center;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho;*/
    font-weight: bold;
    color: #230501;
    background: #fef6e9;
    padding: 10px;
    margin-top: 30px;
    font-size: 18px;
}

#keirou_wrapper .tips02 li p.more02 {
    display: block;
    background: #480404;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin: 0 10px;
}

#keirou_wrapper .tips02 li p.more02 {
    display: block;
    background: #480404;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin: 0 10px;
}


#keirou_wrapper h3.genre{
    font-size: 20px;
    font-weight: bold;
    color: #230501;
	text-align: center;
	margin-top: 0px;
}
	
#keirou_wrapper h3.genre:before {
    display: none;
	}
	
.mainTit02{
	text-align: center;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho;*/
    font-weight: bold;
    color: #4E170F;
    padding: 10px;
    margin-top: 30px;
 	font-size: 18px;
              }
	
.search p{
    font-size: 18px;
    font-weight: bold;
    color: #230501;
	text-align: center;
    margin-top: 60px;
	margin-bottom: 50px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}
	
.search_flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

#keirou_wrapper .search_flex h3 genre{
    font-size: 20px;
    font-weight: bold;
    color: #230501;
}


ul.search_flex li {
	width: calc((100% / 3 - 10px));
    font-size: 14px;
    padding: 4px;
	text-align: center;
}

.search_flex li a {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #C76F6F;
	text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #230501;
    /*font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.search_flex li a:hover {
	background-color: #C76F6F;
	color: #fff;
}


#keirou_trivia2 .flexBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border: solid 3px #fef6e9;
}

#keirou_trivia2 .flexBox li {
    width: 410px;
    margin: 0px 0 20px 70px;
    padding: 10px;
}
	
#keirou_trivia2 .flexBox li:nth-of-type(2n-1){
	margin-left: 0px;
	}
#keirou_trivia2 .flexBox dt{
    padding: 5px;
    margin-bottom: 5px;
    color: #230501;
    font-size: 15px;
    border-bottom: 1px solid #480404;
	font-weight: 500;
	}
#keirou_trivia2 .flexBox p{
	text-align: right;
	margin-top: 15px;
	}

	#keirou_trivia2 .flexBox p span{
	border:solid 2px;
	padding: 3px 8px;
	}
	

#keirou_trivia2 .flexBox a {
    background: #fff;
    color: #480404;
    font-weight: 500;
    font-size: 13px;
}
*#keirou_trivia2 .flexBox :hover{
	background: #fef6e9;
	text-decoration: none;
	}	
	
#keirou_trivia2 .flexBox dd {
	margin-left: 0px;
	font-size:12px;
	color: #4E170F;
	}	
	

.goods{
	text-align: center;
	padding: 20px;
	}

.goods img{
 max-width:40%;
 margin:10px;
border: solid 2px #C76F6F;
}

	
/*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 #230501;
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: #230501;
}
#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;
}