@charset "utf-8";
/* CSS Document */
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);/*パンくずリストアイコン*/
figure{
	margin: 0;
	padding: 0;
}
/*初期設定打消し*/
a, a:link, a:visited{
	text-decoration: none;
	display: block;
	/*color: #333;*/
}
.wrapper_{
	margin-top: 0;
}
#keirouHeader img,#keirou2020 img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
/*ヘッダー共通*/
#keirouHeader{
	line-height: 1.3;
	box-sizing: border-box;
	overflow: hidden;
}
#keirouHeader a:hover{
	text-decoration: none;
}
#ttlArea{
	margin-left: 10px;
}
#keirouHeader h1{
	font-size: 20px;
	color: #230501;
	line-height: 1.1;
	}
#mainVisual{
	text-align: center;
	/*border-top: 1px solid #675240;*/
}
/*-----------------------------------------ナビ-----------------------------------------*/
.navBg {
    height: 60px;
}
.navBg .gNav {
    background: #480404;
    width: 100%;
}
.navBg .gNav.navfixed {
    position: fixed;
    top: 0;
    z-index: 210;
    transition: ease 0.2s;
    box-shadow: 0 1.25px 6px rgb(0 0 0 / 30%);
}
.nav_top {
    position: relative;
}
.topImages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
	background: #480404;
}
.topImages img {
    position: absolute;
    left: 7%;
    margin-left: 0;
    width: 55px;
    transform: rotate(70deg);
}
/*.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: 20px;
    margin-left: -93px;
    margin-top: -10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}
p.pageTop a {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    color: #230501;
    font-size: 13px;
    width: 90px;
    height: 40px;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    line-height: 1.2;
    border-radius: 3px;
}
/*パンくずリスト*/
.breadcrumbList{
	margin:5px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumbList li{
	display: inline;
	list-style-type: none;
}
.breadcrumbList li a{
	display: inline!important;
	font-size: 10px;
	text-decoration: underline!important;
    color: #00377F;
}
.breadcrumbList li::before,.breadcrumbList li:first-child::before{
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 700;
}
.breadcrumbList li:first-child::before{
	padding: 0 3px 0 0;
	content: "\f015";

}
.breadcrumbList li::before{
	padding: 0 3px 0 10px;
	content: "\f105";
}
/*-----------------------------------------本文-----------------------------------------*/
/*icon*/
#keirou_wrapper .icon{
	text-align: center;
}
#keirou_wrapper .icon img{
	width: 30px;
	padding-top: 10px;
	}
/*main*/
#keirou_wrapper{
	line-height: 1.5;
	box-sizing: border-box;	
	}
#keirou_wrapper a{
	text-decoration: none;
	}
#keirou_wrapper .w1000{
	width: 100%;
	margin: 0 auto;
	display: block;
	}
/*topbox*/
#keirou_wrapper .topBox figure{
	text-align: center;
	padding: 5px;
	}
#keirou_wrapper .topBox figure img{
	width: 100%;
	}
#keirou_wrapper h1 {
    padding: 5px 10px 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    /* 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: 18px;
	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: 16px;
    font-weight: bold;
    color: #230501;
    border-left: 8px solid #C76F6F;
    padding-left: 5px;
    margin-top: 30px;
}
/*mame*/
#keirou_wrapper .mameText section{
	padding: 0 5px;
	margin-top: 50px;
	}
#keirou_wrapper .mameText p{
	font-size: 14px;
	margin: 5px;
	color: #4E170F;
	}
#keirou_wrapper .mameText p span{
	font-weight: bold;
	color: #4E170F;
	font-size: 15px;
	border-bottom: 1px dotted #4E170F;	
	}
#keirou_wrapper .mameText .topText {
    text-align: center;
    font-weight: bold;
    color: #230501;
    padding: 0 8px;
}
/*dl*/
#keirou_wrapper .mameText dl{
	margin-top: 10px;
	padding: 0 5px 5px;
	background: #fef6e9;
	border-radius: 10px;
	}
#keirou_wrapper .mameText dl dt{
	padding: 5px 5px 0;
	color: #230501;
	font-weight: bold;
	}
#keirou_wrapper .mameText dl dd{
	padding: 0 5px 5px;
	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: #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: #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: 10px;
    color: #230501;
    font-weight: 500;
    margin: 20px 5px !important;
    background: #f9f0f0;
    border-radius: 3px;
}
/*02*/
/*
#keirou_wrapper .tips02{
	margin-top: 30px;	
	}
#keirou_wrapper .tips02 li {
    position: relative;
    margin: 10px 5px;
    background: #d5c6bd;
    padding: 5px;
}
#keirou_wrapper .tips02 li:after{
    top: 40%;
    right: 2%;
    position: absolute;
    content: '';
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    pointer-events: none;
    border-color: #fff;
	}
*/
/*もっと見る*/
#keirou_wrapper .return_btn{
	text-align: center;
	margin: 30px 10px;
	}

#keirou_wrapper .return_btn a {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 30px;
    background: #480404;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
}
#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;
	}

/*202307追加*/
#keirou_trivia_sp .flexBox {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 10px 10px;
    padding: 10px;
    background: #fff;
    border: solid 3px #fef6e9;
}

#keirou_trivia_sp .flexBox li {
    width: 410px;
    margin: 0px 0 20px 0px;
    padding: 10px;
}
	
#keirou_trivia_sp .flexBox li:nth-of-type(2n-1){
	margin-left: 0px;
	}
#keirou_trivia_sp .flexBox dt{
    padding: 5px;
    margin-bottom: 5px;
    color: #230501;
    font-size: 15px;
    border-bottom: 1px solid #480404;
	font-weight: 500;
	}
#keirou_trivia_sp .flexBox p{
	text-align: right;
	margin-top: 15px;
	}

#keirou_trivia_sp .flexBox p span{
	border:solid 2px;
	padding: 3px 8px;
	}
	

#keirou_trivia_sp .flexBox a {
    background: #fff;
    color: #480404;
    font-weight: 500;
    font-size: 13px;
}
#keirou_trivia_sp .flexBox :hover{
	background: #fef6e9;
	text-decoration: none;
	}	
	
#keirou_trivia_sp .flexBox dd {
	margin-left: 0px;
	font-size:12px;
	color: #4E170F;
	}	
	
#keirou_wrapper .top_btn{
	text-align: center;
	margin: 30px 10px;
	}
#keirou_wrapper .top_btn a {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 30px;
    background: #931010;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
}
#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;
	}

.mainTit {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho;*/
    text-align: center;
    font-weight: bold;
    color: #230501;
    background: #fef6e9;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.mainTit02 {
    text-align: center;
    font-weight: bold;
    color: #4E170F;
    padding: 0px;
    margin-top: 10px;
    font-size: 16px;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho;*/
}

#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;
	}
	
.search p{
    font-size: 18px;
    font-weight: bold;
    color: #230501;
	text-align: center;
	/*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;*/
}

.goods{
	text-align: center;
	padding:5px;
	}

.goods img{
 max-width:90%;
 margin:10px;
border: solid 2px #C76F6F;
}

/*202307追加*/
/*-----------------------------------------レスポンシブ-----------------------------------------*/

.pcOnly {
display:none!important;
}