@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ==================================
top.css
================================== */


/* ==================================
#mv
================================== */
#mv {
	text-align: center;
	background:#c6c8c6;
	margin: 0 0 47px;
}

/* ==================================
#top-search
================================== */
#top-search {
	background: #ebe6d0;
	padding: 17px 19px;
	margin: 0 0 26px;
}
#top-search select::-ms-expand {
    display: none; /* for IE10 ～ */
}
#top-search select{
	font-size: 12px;
	height: 26px;
	width: 237px;
	padding: 0 11px;
	border: solid 1px #ccc;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: #fff url(../../images/icon/arw-select-1.gif) no-repeat;
	background-size: 13px 14px;
	background-position: 100% 50%;
}
#top-search span {
	display: inline-block;
	width: 36px;
	text-align: center;
	font-size: 24px;
	line-height: 22px;
	vertical-align: middle;
}
#top-search button {
	height: 26px;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0;
	margin-left: 20px;
}
#top-search button:hover {
	opacity:.8;
}

/* ==================================
.clm-3-01
================================== */
#top .clm-3-01 a {
	transition: opacity .3s;
}
#top .clm-3-01 a:hover {
	opacity: .8;
}

/* ==================================
#top-news,#top-info
================================== */
#top-news.list_item {
	margin-bottom: 60px;
}
#top-news ul,
#top-info ul {
	max-height: 280px;
	height: auto;
	overflow: scroll;
}
#top-news ul .jspContainer,
#top-info ul .jspContainer {
	padding: 0 0 2px;
}
#top-news li,
#top-info li {
	padding: 20px 0;
	margin-right: 20px;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}
#top-news li span.detail,
#top-info li span.detail {
	display: block;
}
#top-news li span.update,
#top-info li span.update {
	font-size: 12px;
	margin-left:10px;
}
#top-news li span.ttl,
#top-info li span.ttl {
	font-weight: bold;
}

/* ==================================
#about-online
================================== */
#about-online {
	margin-top: 85px;
	padding-top: 75px;
	border-top: solid 1px #ccc;
}
#about-online .hl-01 {
	margin: 0 0 33px;
}
#about-online .clm-3-01 li {
	width: 311px;
}
#about-online .clm-3-01 li dd {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	margin: 8px 0 0;
}
#about-online .clm-3-01 li dd a{
	background:url(/ec/shop/hankyu-food/images/top/arrow.jpg) no-repeat right center;
	display:block;
	color:#dc9b10;
	width:100px;
}
#about-online .clm-3-01 .under-col{
	margin:26px 0px 0px 0px;
}

/* ==================================
#giftArea
================================== */
#giftArea{
	background:url(/ec/shop/hankyu-food/images/top/gift/scene_bk.jpg) no-repeat;
	width:716px;
	height:320px;
  font-size: 0;
  line-height: 0;
  padding: 5px 20px;
}
#giftArea .giftLinkTtl{
  margin-top: 20px;
  padding-left: 5px;
}
#giftArea .giftLinkList{
  display: block;
}
#giftArea .giftLinkBlock{
  display: inline-block;
  vertical-align: top;
  margin: 10px 30px 0 0;
}
#giftArea .giftLinkBlock:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}





/*--------------------------------------------------

21/09/17 TOP改修

--------------------------------------------------*/
#contents * {
  box-sizing: border-box;
}
#contents {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #211815;
  font-size: 14px;
}
#contents a {
  transition: opacity 0.3s;
}
#contents a:hover {
  opacity: 0.5;
}


/*mv*/
#mainSlider {
  margin-bottom: 40px;
}
#mainSlider .bx-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100%!important;
  height: 380px!important;
  margin: 0;
}
#mainSlider .bx-viewport {
  overflow: visible!important;
  width: 720px!important;
  height: 380px!important;
  margin: 0 auto;
}
#mainSlider ul li {
  display: none;
}
#mainSlider .bx-wrapper ul li,
#mainSlider .bx-wrapper ul li a {
  display: block;
  width: 720px!important;
  height: 360px;
  margin: 0 auto;
}
#mainSlider .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
}
#mainSlider .bx-wrapper .bx-pager {
  bottom: 0;
}
#mainSlider .bx-wrapper .bx-pager .bx-pager-item,
#mainSlider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  width: 38px;
  height: 5px;
  margin: 0 5px;
}
#mainSlider .bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #A29D9A;
}
#mainSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #211815;
}


/*共通*/
.section {
  padding: 35px 0;
}
.section_wrap .section {
  padding: 0;
}
.section_wrap .section + .section {
  margin-top: 40px;
}
.section h2.section_title,
.section_wrap h2.section_title {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1;
  /*font-size: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;*/
}
/*.section h2.section_title span,
.section_wrap h2.section_title span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #84805C;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}*/
.section h3,
.section_wrap h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
	font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
  font-weight: 500;
  line-height: 1;
}
.section h3::before,
.section_wrap h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 228px;
  height: 1px;
  margin: auto;
  background: #211815;
}
.section h3::after,
.section_wrap h3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 228px;
  height: 1px;
  margin: auto;
  background: #211815;
}
.section .list_wrap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .list_wrap ul li {
  margin-bottom: 25px;
}
.section .list_wrap ul li a:hover {
  text-decoration: none!important;
}
.section .list_wrap ul li img {
  margin-bottom: 10px;
}
.section .all_btn {
  position: relative;
  text-align: center;
  font-weight: 700;
}
.section .all_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.section .all_btn a:hover {
  opacity: 0.5;
  text-decoration: none!important;
}
.section .all_btn_w {
  width: 374px;
  height: 34px;
  margin: 0 auto;
  padding-top: 4px;
  font-size: 14px;
  background: #000;
  border: solid 3px #fff;
  box-shadow: 0 0 0 1px #000;
  border-radius: 40px;
}
.section .all_btn_w a {
  font-size: 14px;
  color: #fff!important;
  border-radius: 40px;
}
.section .all_btn_w a::after{
  content: '';
  position: absolute;
  top: 5px;
  right: 20px;
  width: 18px;
  height: 9px;
  background: url(/ec/shop/hankyu-food/images/icon/icon_btn_arrow_w.png) no-repeat left top / 100% auto;
}
.section .all_btn_s {
  position: relative;
  float: right;
  width: 135px;
  height: 26px;
  margin-top: 15px;
  padding: 3px 14px 0 0;
  font-size: 12px;
  color: #000;
  background: #fff;
  border: solid 1px #000;
  border-radius: 40px;
}
.section .all_btn_s::after {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 18px;
  height: 9px;
  margin: auto;
  background: url(/ec/shop/hankyu-food/images/icon/icon_btn_arrow_b.png) no-repeat left top / 100% auto;
}



/*旬の特集*/
#season {
  padding: 10px 0 70px;
}
#season .list_wrap ul {
  -webkit-justify-content: inherit;
  justify-content: inherit;
  margin: 0 -13px;
}
#season .list_wrap ul li {
  width: 230px;
  margin: 0 13px 25px;
}
#season .list_wrap ul li:nth-of-type(n+10) {
  display: none;
}
#season .list_wrap ul li a p,
#recommended .list_wrap ul li a p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
#season .list_wrap .all_btn {
  width: 374px;
  height: 34px;
  margin: 0 auto;
  padding-top: 4px;
  font-size: 14px;
  color: #fff;
  background: #000;
  border: solid 3px #fff;
  box-shadow: 0 0 0 1px #000;
  border-radius: 40px;
}
#season .all_btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
#season #seasonlink.anchor{
	    position: absolute;
    margin-top: -170px;
    padding-top: 170px;
}

/*注目キーワード*/
.k_r_section_wrap {
  padding: 30px 30px 45px;
  background: #e8e7e1;
}
.k_r_section_wrap h2.section_title {
  font-size: 32px;
}
.k_r_section_wrap h2.section_title span {
  font-size: 13px;
}
#keyword .list_wrap ul {
  display: inherit;
}
#keyword .list_wrap ul li {
  display: inline-block;
  height: 30px;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
#keyword .list_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  color: #4E4C4C;
  line-height: 30px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  border: #B3B3B3 1px solid;
  border-radius: 40px;
}
#keyword .list_wrap ul li a:hover {
  color: #fff;
  background: #C0AC69;
  border: #C0AC69 1px solid;
}
#keyword .list_wrap ul li a::before {
  content: '#';
  color: #C0AC69;
}
#keyword .list_wrap ul li a:hover::before {
  color: #fff;
}


/*人気ランキング*/
#popular_ranking,
#popular_ranking #ranking {
  position: relative;
}
#popular_ranking {
  margin-right: 15px;
  margin-left: 15px;
}
#popular_ranking::before,
#popular_ranking::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 31px;
  height: 31px;
  border-top: 1px solid #231815;
}
#popular_ranking::before {
  left: -25px;
  border-left: 1px solid #231815;
}
#popular_ranking::after {
  right: -25px;
  border-right: 1px solid #231815;
}
#popular_ranking #ranking::before,
#popular_ranking #ranking::after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 31px;
  height: 31px;
  border-bottom: 1px solid #231815;
}
#popular_ranking #ranking::before {
  left: -25px;
  border-left: 1px solid #231815;
}
#popular_ranking #ranking::after {
  right: -25px;
  border-right: 1px solid #231815;
}
#popular_ranking .ranking-tab ul {
  overflow: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowarp;
  flex-wrap: nowrap;
}
#popular_ranking .ranking-tab ul li {
  float: none;
  width: 20%;
  height: 35px;
}
#popular_ranking .ranking-tab ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 13px;
  line-height: 35px;
	font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
  font-weight: 600;
  margin: 0;
  background: #fff;
  border: solid 1px #B3B3B3;
}
#popular_ranking .ranking-tab ul li a.current {
  position: relative;
  color: #fff;
  background: #C0AC69;
  border: solid 1px #C0AC69;
}
#popular_ranking .ranking-tab ul li a.current::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #c0ac69 transparent transparent transparent;
}
#popular_ranking .ranking-tab ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #C0AC69;
  border: solid 1px #C0AC69;
  opacity: 1;
}
#popular_ranking #ranking-clm {
  overflow: inherit;
  padding: 0;
  background: none;
}
#popular_ranking #ranking-clm ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowarp;
  flex-wrap: nowrap;
  margin: 0 -8px;
}
#popular_ranking #ranking-clm li {
  float: none;
  width: 125px;
  margin: 0 8px;
  padding-top: 70px;
  background: url(/ec/shop/hankyu-food/images/icon/icon_ranking_01.png) no-repeat center 28px / 45px auto;
}
#popular_ranking #ranking-clm li:nth-child(2) {
  background-image: url(/ec/shop/hankyu-food/images/icon/icon_ranking_02.png);
}
#popular_ranking #ranking-clm li:nth-child(3) {
  background-image: url(/ec/shop/hankyu-food/images/icon/icon_ranking_03.png);
}
#popular_ranking #ranking-clm li:nth-child(4) {
  background-image: url(/ec/shop/hankyu-food/images/icon/icon_ranking_04.png);
}
#popular_ranking #ranking-clm li:nth-child(5) {
  background-image: url(/ec/shop/hankyu-food/images/icon/icon_ranking_05.png);
}
#popular_ranking #ranking-clm li a {
  position: relative;
}
#popular_ranking #ranking-clm li:nth-of-type(-n+3) .item_img::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -8px;
  width: 32px;
  height: 31px;
  background: url(/ec/shop/hankyu-food/images/icon/icon_ranking_c01.png) no-repeat left top / 100% auto;
}
#popular_ranking #ranking-clm li:nth-child(2) .item_img::before {
  background-image: url(/ec/shop/hankyu-food/images/icon/icon_ranking_c02.png);
}
#popular_ranking #ranking-clm li:nth-child(3) .item_img::before {
  background-image: url(/ec/shop/hankyu-food/images/icon/icon_ranking_c03.png);
}
#popular_ranking #ranking-clm li .item_img {
  border: 1px solid #B3B3B3;
}
#popular_ranking #ranking-clm li .item-brand {
  margin: 0;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
#popular_ranking #ranking-clm li .item-name {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
}
#popular_ranking #ranking-clm li .item-price {
  margin: 0;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
#popular_ranking .all_btn {
  margin-top: 25px;
}


/*注目の宅配サービス・阪急うめだ本店話題の売場から*/
#delivery,
#community_activities {
  padding: 70px 0 35px;
}
#delivery .list_wrap ul li,
#community_activities .list_wrap ul li {
  width: 355px;
  font-size: 13px;
}
#delivery .list_wrap ul li .en {
  margin-bottom: 15px;
  font-size: 13px;
  color: #84805C;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
#delivery .list_wrap ul li dl dt,
#community_activities .list_wrap ul li dl dt {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
	font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
  font-weight: 600;
}

#community_activities{
	padding-top: 0;
}
/*人気のカテゴリー*/
#category {
  padding: 40px 30px 50px;
  background: #e8e7e1;
}
#category .list_wrap ul li {
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}


/*阪急生まれのブランド*/
.b_section_wrap .section + .section {
  margin-top: 60px;
}
#hankyu_brand #slide_birth ul.slick-slider {
  overflow: visible;
  width: 660px;
  margin: 0 auto;
  padding: 0 0 40px;
  border: none;
}
#hankyu_brand #slide_birth ul.slick-slider li{
  margin: 0 10px;
  padding: 0;
}
#hankyu_brand #slide_birth ul.slick-slider li a {
  display: block;
  max-width: 207px;
  width: 100%;
  height: 100%;
  padding: 0;
}
#hankyu_brand #slide_birth ul.slick-slider li a:hover {
  text-decoration: none;
}
#hankyu_brand #slide_birth ul.slick-slider li .collaboration {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}
#hankyu_brand #slide_birth ul.slick-slider li .brand_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
}
#hankyu_brand #slide_birth .slick-arrow {
  transform: translateY(-50%) scaleY(1.1);
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 34%;
  display: block;
  padding: 0;
  margin-top: -10px\9;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
  overflow: visible;
}
#hankyu_brand #slide_birth .slick-arrow:before {
  content: '';
  display: block;
  height: 100%;
  background-position: center;
  background-size: contain;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
}
#hankyu_brand #slide_birth button.slick-prev {
  left: -30px;
}
#hankyu_brand #slide_birth button.slick-prev:before {
  transform: rotate(45deg);
}
#hankyu_brand #slide_birth button.slick-next {
  right: -30px;
}
#hankyu_brand #slide_birth button.slick-next:before {
  transform: rotate(-135deg);
}
#hankyu_brand #slide_birth .slick-dots {
  bottom: 0;
  height: 8px;
}
#hankyu_brand #slide_birth .slick-dots li {
  float: none;
  width: 8px!important;
  height: 8px!important;
  margin: 0 8px!important;
}
#hankyu_brand #slide_birth .slick-dots li button {
  width: 8px;
  height: 8px;
}
#hankyu_brand #slide_birth .slick-dots li button:before {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #211815;
  background: #fff!important;
  border-radius: 50%;
}
#hankyu_brand #slide_birth .slick-dots li.slick-active button:before {
  background: #211815!important;
}
#hankyu_brand #slide_birth .slick-dots li button:hover:before {
  outline: none;
  opacity: 1;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
}



/*おすすめの特集*/
#recommended {
  padding: 70px 0 45px;
}
#recommended .list_wrap ul {
  -webkit-justify-content: inherit;
  justify-content: inherit;
  margin: 0 -13px;
}
#recommended .list_wrap ul li {
  width: 230px;
  margin: 0 13px 25px;
}
#recommended #recommendedLink.anchor{
	    position: absolute;
    margin-top: -170px;
    padding-top: 170px;
}

/*新着記事・お知らせ*/
.i_section_wrap {
  padding: 45px 40px 25px;
  background: #e8e7e1;
}
.i_section_wrap .section + .section {
  margin-top: 60px;
}
.i_section_wrap .section > div {
  padding: 25px 40px;
  background: #fff;
}
.i_section_wrap li {
  margin: 0!important;
  padding: 15px 0!important;
  border-bottom: dotted 1px #ccc!important;
}
.i_section_wrap li span.ttl {
  font-size: 13px;
  color: #837F5A;
}
.i_section_wrap li span.update {
  font-size: 12px;
  color: #000;
}
.i_section_wrap li span.detail {
  font-size: 11px;
  color: #000;
}
.jspVerticalBar {
  width: 13px;
  background: #FAFAFA;
}
.jspDrag {
  width: 9px;
  margin: 0 2px;
  border-radius: 20px;
  background: #C3C3C3;
}


/*阪急の食料品でのご注文について*/
#about-online {
  margin-top: 60px;
  padding-top: 35px;
  border-top: solid 1px #231815;
}
#about-online h2.section_title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  /*font-size: 27px;
  font-weight: 500;*/
}
#about-online ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#about-online ul li {
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
}
#about-online ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#about-online ul li a:hover,
#about-online .all_btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#about-online ul li a dl dt {
  margin-bottom: 5px;
  font-size: 16px;
  color: #84805C;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
#about-online ul li a dl dd {
  font-size: 11px;
  color: #000;
}
#about-online ul li a dl dd.details_btn {
  position: relative;
  width: 110px;
  height: 20px;
  margin-top: 5px;
  padding: 2px 10px 0 0;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border: solid 1px #000;
  border-radius: 40px;
}
#about-online ul li a dl dd.details_btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 13px;
  height: 6px;
  margin: auto;
  background: url(/ec/shop/hankyu-food/images/icon/icon_btn_arrow_b.png) no-repeat left top / 100% auto;
}
/* ========================================================
.2023/7追加
======================================================== */
#footer {
  margin-top: 0;
}
#about-online .sns_link{
	background: #efefef;
    text-align: center;
		padding: 40px 0;
		margin-top: 50px;
}
#about-online .sns_link h2{
	font-size: 30px;
}
#about-online .sns_link img{
	width: 50px;
}
#about-online .sns_link a{
display: inline-block;
margin: 30px 50px 0px;
}
#about-online {
    padding-bottom: 0;
}
/* ========================================================
.2024/12追加
======================================================== */
/* search */
#searchItem #Search dl{
  display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#searchItem #Search input{
	width: 647px;
	height: 43px;
	padding-left: 20px;
	font-size: 15px;
	border-radius: 50px 0 0 50px;
	border: solid 2px #222222;
}
#searchItem #Search input::placeholder{
  font-size: 18px;
}
#seibo_red #SearchSubmit img{
  height: 37px;
    width: auto;
}
#searchItem #Search dl dd#SearchSubmit{
	background: #222222;
width: 95px;
border-radius: 0 50px 50px 0;
display: flex;
  justify-content: center;
  align-items: center;
}
#searchItem #Search #SearchSubmit:hover{
  cursor: pointer;
}
#searchItem input[type="button"],#searchItem input[type="text"],#searchItem input[type="submit"],#searchItem input[type="image"], #searchItem textarea{
    -webkit-appearance: none;
    border-radius: 0;
        border: solid 1px;
}
#searchItem #SearchKeyword{
	    margin-top: 30px;
}
#searchItem #SearchKeyword a{
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	background: #e8e7e1;
	padding: 5px 10px;
	border-radius: 50px;
}
#searchItem #SearchKeyword a span{
	    color: #c0ac69;
}
#searchItem #SearchKeyword ul{
	-webkit-justify-content: flex-start;
justify-content: flex-start;
}
#searchItem #SearchKeyword ul li{
	margin-bottom: 25px;
margin-right: 10px;
}
/* section_title */
h2.section_title{
	font-family: 'Noto Serif JP',游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif, 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: normal;
}
h2.section_title span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83805c;
	display: block;
	margin-top: 10px;
}
#about-online h2.section_title{
	font-size: 26px;
	letter-spacing: 2px;
}
#category {
    margin-bottom: 100px;
}

/* #about-online */
#about-online .btm_text{
	font-family: 'Noto Serif JP',游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif, 'Noto Sans JP', sans-serif;
font-size: 20px;
font-weight: normal;
text-align: center;
margin-top: 50px;
line-height: 2;
}

/* community_activities */
#community_activities ul li p{
	font-family: 'Noto Sans JP', sans-serif,;
font-weight: 700;
font-size: 14px;
}
#community_activities ul li .PR_icon{
	display: block;
position: absolute;
top: 8px;
right: 8px;
background: #fff;
padding: 1px 7px 2px;
color: #555555;
font-size: 15px;
line-height: 1;
border-radius: 5px;
opacity: .8;
}
#community_activities #area{
	margin-bottom: 50px;
}
#community_activities #area ul{
		display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#community_activities #area ul li{
	width: 230px;
		position: relative;
}
#community_activities #area ul li span{
	display: none;
}
#community_activities #area ul li.del_blog{
	display: none;
}
