@charset "utf-8";
/*
Theme Name: 神戸市商店街連合会_ver2026
Theme URL: http://blackrat3.sakura.ne.jp/wordpress/
*/


/*====================================

common

====================================*/
img {
	max-width:100%;
	height:auto;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
li {
	list-style: none;
}
textarea,.contact_box input,.search_box_item_form input{padding:1% 3%; width:100%; }
.contact_button input {
	width: 100%;
}
strong {font-weight: bold;}
a {
	color: #000;
	outline: none;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	word-wrap: break-word;
}

a:hover,
.top_nav .current_page_item a,
.top_nav .current-menu-item a,
.single-event .top_nav .menu-item-47 a,
.post-type-archive-business_item .top_nav #menu-item-18 >a,
.single-business_item .top_nav #menu-item-18 > a,
.page-id-144 .top_nav #menu-item-18 > a,
.record-template-default .top_nav #menu-item-18 > a,
.post-type-archive-record .top_nav #menu-item-18 > a,
.single-business_item  .top_nav .sub-menu li:first-child a,
.single-record  .top_nav .sub-menu li:nth-child(2) a,
.single-shop .top_nav .menu-item-68 a
{
	color:#eb6100;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.page-id-12 #menu-item-18 .sub-menu a {
	color: #000;
}
.page-id-12 #menu-item-18 .sub-menu li:first-child a {
	color:#eb6100;
	text-decoration: none;
}
a[href^="tel:"] { cursor: default; color: #000; text-decoration: none; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #000; }
a[href^="tel:"] img:hover { text-decoration: none; opacity: 1; color: #000; }
* { box-sizing: border-box; -moz-box-sizing: border-box; }
body {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	color:#000;
	position: relative;
	overflow-x: hidden;
	line-height: 26px;
	letter-spacing: .1em;
}
dl, ol, ul {
	margin: 0;
	padding: 0;
}
td {word-break: break-all;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb120 {margin-bottom: 120px !important;}
.mb140 {margin-bottom: 140px !important;}

.mt15 {margin-top: 15px !important;}
.mt60 {margin-top: 60px !important;}

.pt0 {padding-top: 0 !important;}
.pt30 {padding-top: 30px !important;}
.pt80 {padding-top: 80px !important;}
.tc{text-align: center;}
.font_maru{
	font-size: 2rem;
	font-family: "Shin Maru Go Regular";
	color: #006400;
	-webkit-text-stroke: 1px #3cb371;
}

.container {
	max-width: 1040px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
main {
	/* margin-bottom: 80px; */
}

header h1 {
	text-align: center;
	padding-top: 30px;
}
header nav {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.top_nav {
	display: flex;
	justify-content: space-between;
	width: 870px;
}
.top_nav li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.top_sns {
	display: flex;
	justify-content: space-between;
	width: 125px;
	align-items: center;
}

.top_event {
	padding: 70px 0 70px;
}
.top_news ul {
	border: 1px solid #000;
	padding: 50px;
	margin-bottom: 50px;
}
.top_news ul li {
	display: flex;
	line-height: 40px;
}
.top_news ul li time {
	margin-right: 50px;
	font-weight: bold;
}
.top_cat,
.top_about{
	background: #ffd0c0;
	padding: 50px 0 80px;
}
.top_cat ul {
	display: flex;
	justify-content: space-between;
}
.top_cat ul li {
	width: 30%;
	background: #fff;
	border: 1px solid #a7a7a7;
	padding: 20px 15px;
}
.top_cat ul li img {
	padding: 10px 20px 20px;
}
.top_cat_link {
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
	color: #fff;
	background: #00a2d9;
	margin-right: 10px;
	font-size: 14px;
}
.top_column li {
	border: 1px solid #424243;
	margin-bottom: 150px;
	padding: 20px;
	position: relative;
}
.top_column li:before {
	content: "";
	display: block;
	background: url(http://blackrat3.sakura.ne.jp/wordpress/wp-content/uploads/2019/04/icon-2.png) no-repeat;
	width: 255px;
	height: 124px;
	position: absolute;
	top: -80px;
	left: 2px;
}
.top_column .two_box {
	align-items: flex-start;
}
.top_column .two_img {
	width: 380px;
}
.top_column .two_img img {
	max-width: 350px;
}
.top_column .two_txt {
	flex: 1;
}
.top_column li h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #525252;
	padding: 20px 0 40px;
}
.top_column_link {
	text-align: right;
	margin: 15px 0 40px;
}
.top_insta {
	background: #ffd0c0;
	padding: 50px 0 80px;
}
.top_shop {
	padding: 0 0 70px 0;
}
.top_about .two_box {
	align-items: flex-start;
}
.top_about h2 {
	display: inline-block;
	margin: 60px auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #ff3f00;
	color: #ff3f00;
	padding: 15px 25px;
	line-height: 1;
	font-weight: bold;
	font-size: 18px;
}
.top_about ul {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.top_about ul li:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 155px;
}
.top_about ul li:last-child span {
	width: 100%;
	display: flex;
	align-items: center;
}
.top_about table {
	width: 470px;
}
.top_about table tr th {
	width: 135px;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
}
.top_about table tr:first-child th,
.top_about table tr:nth-child(2) th{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top_about table td {
	padding: 10px 0;
}
.top_about table th img {
	margin-left: 10px;
}
.top_about form {
	position: relative;
}
.top_about input[type="image"] {
	width: 134px;
	height: auto;
	left: 65%;
	transform: translateX(-50%);
	position: absolute;
	padding: 0;
}
.top_gmap {
	width: 100%;
	line-height: 0;
}
.top_gmap iframe {
	width: 100%;
}
.footer_main {
	background: #eeeeee;
	width: 100%;
	padding: 30px 0 20px;
	font-size: 16px;
}
.footer_contents,
.footer_contents2 {
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer_contents_txt h2 {
	line-height: 1;
	margin-bottom: 30px;
}
.footer_contents_sns {
	display: flex;
	width: 110px;
	justify-content: space-between;
	align-items: center;
	height: 20px;
	line-height: 1;
}
.footer_contents_sns img {
	max-width: 20px;
}
.footer_contents2_tel li,
.footer_contents2_tel li a{
	display: flex;
	align-items: center;
}
.footer_contents2_tel li img {
	margin-right: 5px;
}
.footer_contents nav li:before {
	content: url(https://kobe-ssr.jp/wp-content/uploads/2019/05/a9208268b5e9d3d751e5ee93dba998bb-1.png);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

footer small {
	background: #ffd0c0;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	display: block;
}

/* ==== under =====*/
.head_img {
	text-align: center;
	margin-bottom: 20px;
}
.top_cat .head_img img {
	position: relative;
	right: 5%;
}
.top_column .head_img img {
	position: relative;
	right: -8%;
}
.top_insta .head_img img {
	position: relative;
	right: 6%;
}
.top_about .head_img img {
	position: relative;
	right: 7%;
}
.top_event .head_img img {
	position: relative;
	right: 8%;
}
.top_news .head_img img {
	position: relative;
	left: 8%;
}
.top_shop .head_img img {
	position: relative;
	left: 11%;
}


.top_column {
	padding-top: 80px;
}
.under_contents h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.top_news {
	margin-bottom: 70px;
}

/* event */
.event_contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}
.event_icat {
	max-width: 350px;
	margin-right: 35px;
}
.event_txt {
	flex: 1;
}
.event_txt_subtitle {
	font-size: 18px;
	color: #eb6100;
}
.event_txt p {
	margin-bottom: 10px;
}
.event_txt table th {
	width: 95px;
	text-align: left;
}
.event_txt a {
	text-decoration: underline;
}
.event_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event_list::after{
	content:"";
	display: block;
	width:30%;
}
.event_list li {
	width: 32%;
	margin-bottom: 50px;
	padding: 1rem;
}
.home .event_list li {
	border: 1px solid #626262;
	margin-bottom: 20px;
}
.home .event_list_contents_txt {
	/* padding: 25px 30px; */
}
.event_list_contents {
	position: relative;
}
.event_list_contents:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: black;
}
.event_list_contents:hover:after {
	transition: all 0.5s ease;
	opacity: 0.6;
}
.event_list_contents_txt_bottom {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	padding: 0 .5rem;
	color: white;
	z-index: 1;
	font-weight: bold;
	text-shadow: black 0 0 2px;

}
.event_list_contents_icat {
	height: 220px;
	overflow: hidden;
	line-height: 0;
	/* margin-bottom: 20px; */
}

.home .event_list_contents_icat {
	margin-bottom: 0;
}
.right_sns {
	display: block;
	position: fixed;
	top: 40%;
	background: #f6d47c;
	width: 70px;
	right: 0;
	text-align: center;
}
.right_sns a {
	width: 100%;
	font-size: 24px;
	padding: 15px 0;
	display: block;
}
.event_list_contents_txt h3 {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.home .event_list_contents_txt > a {
	display: inline-block;
	margin: 25px auto 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/* shop */
.shop_contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.shop_icat {
	max-width: 45%;
	margin-right: 5%;
}
.shop_txt {
	flex: 1;
}
.shop_txt table th {
	width: 95px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.shop_txt table td {
	padding-bottom: 15px;
}
.shop_txt table tr:first-child td {
	font-size: 18px;
	font-weight: bold;
}
.shop_txt table tr:nth-child(2) td {
	font-size: 18px;
}
.shop_txt a {
	text-decoration: underline;
}
.shop_event {
	max-width: 480px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	display: block;
	margin: 0 auto 40px;
	font-size: 20px;
	line-height: 48px;
}
.shop_img_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.shop_img_box li {
	width: 49%;
}
.gmap iframe {
	width: 100%;
}
.search_box {
	display: flex;
	justify-content: space-between;
}
.search_box_img {
	max-width: 295px;
	margin-right: 50px;
}
.search_box_item {
	flex: 1;
}
.search_box_item_title {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 15px;
}
.search_box_item_title:before {
	content: url(http://blackrat3.sakura.ne.jp/wordpress/wp-content/uploads/2019/04/search.png);
	margin-right: 20px;
}
.search_box_item_form form {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}
.search_box_item_form input[type="text"] {
	background: #dcdcdc;
	border: none;
}
.search_box_item_form input[type="submit"] {
	max-width: 150px;
	background: #5db3ca;
	color: #fff;
	border: none;
	cursor: pointer;
}
.search_box_item_form input[type="submit"] {
	background: #ff3f00;
}
.home .search_box_item_form input[type="text"] {
	border: 1px solid #b5b5b5;
}

.search_box_item_form input[type="submit"]:hover,
.search_box_item_cat li a:hover,
.search_box_item_sort a:hover {
	opacity: .8;
}
.search_box_item_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.search_box_item_cat::before{
	content:"";
	display: block;
	width:23%;
	order:1;
}
.search_box_item_cat::after{
	content:"";
	display: block;
	width:23%;
}
.search_box_item_cat li {
	width: 23%;
	margin-bottom: 15px;
}
.search_box_item_cat li a {
	width: 100%;
	background: #5db3ca;
	color: #fff;
	text-align: center;
	display: block;
	padding: 5px 0;
}
.search_box_item_cat li a {
	background: #ff3f00;
}
.search_box_item_sort a {
	width: 160px;
	background: #5db3ca;
	color: #fff;
	text-align: center;
	display: block;
	padding: 5px 0;
}
.shop_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.shop_list::after{
	content:"";
	display: block;
	width:30%;
}
.shop_list li {
	width: 32%;
	text-align: center;
	margin-bottom: 20px;
}


/* single */
.n_single_item,
.category-news .single_item,
.archive .single_item,
.single_item2,
.single-format-standard .single_item {
	max-width: 890px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}
.category-news article,
.archive article,
.article2,
.single-format-standard article {
	flex: 1
}
.n_under_main,
.category-news .under_main,
.archive .under_main,
.under_main2,
.single-format-standard .under_main {
	max-width: 580px;
	margin: 0 auto;
}
aside {
	width: 225px;
}

.single-format-standard main h2,
.sidebar-title {
	font-size: 20px;
	font-weight: bold;
}
.single-format-standard .under_main h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.post-navigation {
	display: flex;
	margin-top: 80px;
	font-size: 18px;
	font-weight: bold;
}
.post-navigation > div {
	width: 33.33333%;
}
.post-navigation .next {
	text-align: right;
}
.post-navigation .all_list {
	text-align: center;
}
.sidebar-wrapper ul {
	padding: 20px 10px 30px;
}
.sidebar-wrapper ul li a {
	width: 100%;
	display: block;
	position: relative;
}
.sidebar-wrapper ul li a:before {
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.single_txt p {
	margin-bottom: 20px;
}
.category-13 .top_news h2 {
	margin-bottom: 60px;
}
.column_list_contents_txt h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0.5rem 0;
}
.column_list_contents_txt h3 .job {
	font-weight: 400;
	font-size: 12px;
	margin-left: 2em;
	display: inline-block;
}
.column_list_contents_txt time {
	margin-bottom: 20px;
}
.c_link {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.c_link a {
	text-decoration: underline;
}
.p_h3 {
	text-align: center;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3rem;
}
.h_tb {
	width: 100%;
	margin-bottom: 150px;
}
.h_tb th {
	width: 170px;
	padding-bottom: 30px;
	text-align: left;
}
.p_list {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
}
.single-business_item .single_item {
	display: flex;
	justify-content: space-between;
}
.single-business_item .under_contents {
	width: 750px;
}
.single-business_item aside {
	width: 200px;
	border: 3px solid #ffd0c0;
	padding: 20px 15px;
}
.biz_name {
	background: #eeeeee;
	display: flex;
	align-items: center;
}
.biz_icat {
	line-height: 0;
	width: 135px;
}
.biz_name_txt {
	flex: 1;
	padding-left: 50px;
}
.biz_name_txt h2 {
	font-size: 36px;
	line-height: 1;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
.biz_name_txt h2 img {
	margin-right: 10px;
}
.biz_name_txt p {
	font-size: 18px;
	font-weight: bold;
}
.single-business_item .single_txt {
	padding: 70px 0;
}
.biz_title {
	border-bottom: 3px solid #fcd384;
	display: inline-block;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.biz_list h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
.biz_list h2 img {
	width: 15px;
	height: auto;
	margin-right: 10px;
}
.biz_list ul {
	padding: 0 15px;
}
.biz_list ul li a {
	display: block;
	padding: 10px 0;
	line-height: 1;
}
.is-current {
	color: #ff3f00;
}
.two_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.h2_img {
	margin: 80px 0;
}
.w8 {
	display: block;
	max-width: 710px;
	margin: 0 auto;
}
.d_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 50px;
	justify-content: space-between;
}
.d_list li {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.dw_btn {
	display: flex;
}
.j_h3 {
	padding: 30px 0 20px;
	font-size: 25px;
	font-weight: bold;
}

.c_link2{
	text-align: right;
}

.c_link2 a {
	color: #ff3f00;
	display: inline-flex;
	align-items: center;
}
.c_link2 a:after {
	content: url(http://blackrat3.sakura.ne.jp/wordpress/wp-content/uploads/2019/04/arrow-1.png);
	margin-left: 5px;
	padding-top: 5px;
}
.single-record .under_contents .container {
	max-width: 960px;
}
.rec_contents {
	display: flex;
	align-items: center;
}
.rec_icat {

}

.rec_icat img{
	width: 300px;
	height: 200px;
	object-fit: cover;
}

.rec_no {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.rec_txt{
	width: 70%;
	padding: 1rem;
	margin-left: 2rem;
}

.rec_txt ul {
	font-size: 24px;
	font-weight: bold;
}
.rec_txt ul li {
	margin-bottom: 16px;
}
.rec_txt ul li span {
	font-size: 16px;
	font-weight: normal;
}
.rec_list {
	flex-wrap: wrap;
}
.rec_list > li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #666;
}
.rec_list_contents {
	display: flex;
}
.rec_list_contents  .rec_icat {
	width: 115px;
}
.rec_list_contents  .rec_icat img {
	width: 100px;
}
.rec_list_contents_txt {
	flex: 1;
	word-break : break-all;
}
.rec_list_contents_txt .rec_no {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.rec_list_contents_txt .rec_txt ul,
.rec_list_contents_txt .rec_txt ul li h2 {
	padding-left: 0;
	font-size: 20px;
	font-weight: bold;
}
.rec_list_contents_txt .rec_txt ul li {
	margin-bottom: 0;
}

.rec_single_txt{
	margin-top: 2rem;
}

.page-id-144 .p_h3 {
	text-decoration: none;
}
.page-id-144 .under_contents .container {
	max-width: 960px;
}
.page-id-144 .under_contents .container dt {
	font-size: 20px;
	color: #eb6100;
	padding-bottom: 20px;
	font-weight: bold;
}
.page-id-144 .under_contents .container dd {
	padding-bottom: 40px;
}
.page-id-144 .under_contents .container dd > ul li {
	width: 85%;
	display: flex;
	justify-content: space-between;
}
.head_box {
	width: 80%;
	margin: 0 auto 100px;
	box-shadow: 0px 9px 7px -7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 7px -7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 7px -7px rgba(0,0,0,0.1);
	background: #fafeff;
	border: 1px solid #424243;
	padding: 40px;
	text-align: center;
}
.head_box h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
.head_box ul {
	display: flex;
	justify-content: space-between;
}
.head_box li {
	width: 45%;
}.head_box li a {
	display: block;
	background: #f5d37c;
	padding: 20px 0;
	line-height: 1;
	font-weight: bold;
}
.edit_box {
	margin: 0 auto;
	width: 70%;
}
.edit_box p {
	margin-bottom: 70px;
}
.edit_box table {
	width: 100%;
}
.edit_box table th {
	width: 150px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
}
.edit_box table td {
	padding: 25px 0;
	font-size: 18px;
}
.edit_box .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}
.edit_box .wpcf7-checkbox label {
	display: flex;
	align-items: center;
	line-height: 36px;
}
.edit_box .wpcf7-checkbox input[type="checkbox"] {
	width: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
}
.edit_box span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	width: 20%;
}
.member_box {
	display: flex;
	width: 80%;
	margin: 0 auto 150px;
	align-items: center;
}
.page-id-14 .head_img {
	font-weight: bold;
}
.member_box_img {
	width: 300px;
}
.member_box_txt {
	flex: 1;
}
.page-id-14 .under_contents h2 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.member_list {
	width: 80%;
	margin: 50px  auto 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.member_list li {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mv {
	width: 100%;
	line-height: 0;
}
.mv img {
	width: 100%;
	height: auto;
}
.page-id-155 input[type="image"] {
	width: 134px;
	height: auto;
}
/* ドロップダウン */
.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -60px;
	width: 250px;
	background: white;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 0;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
	z-index: 1000;
}
.sub-menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.sub-menu > .menu-item a {
	text-align: left;
	padding: 5px 10px;
}
.sub-menu > .menu-item a:hover {
	color: #eb6100;
}
.wp-pagenavi {
	margin-top: 50px;
}
.shop_list_contents_icat {
	max-height: 230px;
	overflow: hidden;
}
.column_list_contents_icat {
	text-align: center;
	margin-bottom: 1rem;
}



/* 非表示 SNS表示の場合は以下を削除 */
.top_sns,
.footer_contents_sns,
.right_sns {
	display: none;
}
.top_nav {
	width: 100%;
}

/* お店を探そう　非表示 */
.top_cat {
	display: none;
}

/* 商店街ぶらり散歩　非表示 */
.top_column {
	display: none;
}

/* 名品100選　非表示 */
.top_insta {
	display: none;
}

/* トップ会員メニューボタン部分 */
.footer_ct {
	display: none;
}
.home main {
	margin-bottom: 0;
}

/* 商店街イベント 非表示 */
.shop_event_ct {
	display: none;
}

/* 50音並び替え　非表示 */
.sb_oder {
	display: none;
}

/* 応援隊事業　非表示 */
.top_about h2 {
	display: none;
}
.top_about .two_box {
	margin-top: 50px;
}

/* ニュース一覧*/

.news_box{
	margin-top: 50px;
	width: 580px;
	margin: 0 auto;
}

.news_list{
	padding:  0;
	border-bottom: 4px dotted #ff4001;
	list-style: none;
	line-height: 40px;
	display: flex
}

.news_date{
	margin-right: 50px;
	font-weight: bold;
}

.news_flex{
	display:flex;
}

.cat_side{
	padding:1rem;
	border: solid 2px #ff4001;
}



/* *バナー*/

.banner_list li img {
	vertical-align:middle;
}

.banner_container {
	max-width: 1440px;
	padding: 0 1rem;
	margin-left: auto;
	margin-right: auto;
}

.banner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner_list li {
	width: 32%;
	margin-bottom: 50px;
	border: 1px solid #c9c9c9;
	margin-bottom: 20px;
}

/* 派遣事業の活動事例 */

.business_subtytle{
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 20px;
}


.case_table{
	width: 80%;
	margin: 2rem auto 3rem;
	margin-top: 20px;
}

.case_table th{
	background-color: #eee;
}

.case_table tr{
	margin-bottom: 1rem;
	border: solid 1px black;
}

.case_table th{
	width: 30%;
	padding: 1rem;
}

.case_table td{
	width: 70%;
	padding: 1rem;
}

.rec_title {
	color: blue;
}



/*about */

.bg_pic{
	padding: 3rem 0;
	background-image: url("https://kobe-ssr.jp/wp-content/uploads/2019/05/i4.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}

/*  contact*/



.contact_title{
	text-align: center;
}

.contact_title img{
	height: 30px;
}

.contact_title h2{
	font-size: 2rem;
	font-weight: bold;
	margin: 1rem 0 0.8rem;
	letter-spacing: 0.2rem;
}

.contact_title p{
	font-weight: bold;
	color: #eb6100;
}

.contact_tel{
	display: flex;
	padding-top: 2rem;
}

.contact_tel img{
	height: 150px;
	margin: 1rem;

}

.contact_tel p{
	padding: 1rem;
	margin: 2rem 0;
}

.contact_number{
	width: 50%;
	margin: 0 auto;
	border-radius: 16px;
	border: solid 3px #ff4001;
	text-align: center;
	background-color: white;
	display: flex;

}


.contact_number a{
	padding: 1rem;
	font-size: 2rem;
	font-weight: bold;
	color: #ff4001;
}

.tell_icon{
	height: 2rem;
	padding-right: 0.5rem;
	vertical-align: text-bottom;
}

.contact_number p{
	padding: 1rem;
}

.tell_text{
	width: 70%;
}

.woman_frame{
	width: 30%;
	position: relative;
}

.tell_woman{
	height: 173px;
	position: absolute;
	bottom: 0;
	right: 2rem;
}

.contact_box{
	padding: 1rem;
	width: 80%;
	margin: 0 auto;
}

.contact_case{
	display: flex;
	border-bottom: dotted 3px #ff4001;
	padding: 1rem 0;
}

.case_first{
	border-top: dotted 3px #ff4001;
}

.case_a{
	width: 10rem;
}

.case_a2{
	width: 13rem;
}

.case_r{
	width: 3rem;
	height: 1.6rem;
	background-color: #ff4001;
	text-align: center;
	color: white;
	border-radius: 0.2rem;
}

.case_q{
	margin-left: 2rem;
	width: 100%;
}

.contact_button{
	width: 300px;
	margin: 3rem auto;
	position: relative;
}

.form_submit{
	padding: 1rem 3rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	text-align: left;
	background-color: #ff4001;
	border-style: none;
	border-radius: 16px;
}

.contact_button img{
	height: 94px;
	position: absolute;
	bottom: 3px;
	right: 1rem;
}

.inner_flex{
	display: flex;
}

.table-style {
	margin: 0px 0px 1.6em;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	line-height: 1.2;
	font-size: 1rem;
}

.table-style th {
	background-color: #F6F6F6;
	font-size: 1rem;
	width: 120px;
	padding: 0.8em 1em;
	border-left: none;
	border-top: #dddddd solid 1px;
	border-bottom: #dddddd solid 1px;
	text-align: c;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.table-style td {
	font-size: 1rem;
	padding: 0.8em 1em;
	border-top: #dddddd solid 1px;
	border-bottom: #dddddd solid 1px;
}

/*  */

.column_list_contents_icat a img{
	width: 230px;
	height: 270px;
	object-fit: cover;
}

/* h2 */

.h2_title{
	text-align: center;
	margin-bottom: 50px;
}
.h2_icon{
	height: 50px;
}
.h2_star{
	height: 3rem;
	margin: 0 2rem;
}
.h2_en{
	color: #eb6100;
	font-weight: bold;
}

.h2_relative{
	position: relative;
	display: inline;
	height: 3rem;
}

.h2_ill_1{
	max-width: 200%;
	height: 100px;
	position: absolute;
	bottom: -2rem;
}

.h2_ill_2{
	max-width: 200%;
	height: 80px;
	position: absolute;
	bottom: -1rem;
	left: -165px; /*星文字の横幅*/
}

.h2_ill_3{
	max-width: 200%;
	height: 100px;
	position: absolute;
	bottom: -2rem;
}
.border {
	border: 1px solid black;
}
/* slider */

.bx-wrapper {
	margin: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}
.w-10 {
	width: 10% !important;
}
.w-20 {
	width: 20% !important;
}
.w-80 {
	width: 80% !important;
}

.mv_relative{
	position: relative;
}

.mv_absolute{
	width: 30%;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
}

/* 応援隊事業追加190522 */

.text_img{
	position: relative;
}

.text_heading{
	position: absolute;
	left: 5%;
}

.mg-btm{
	margin-bottom: 40px;
}

.application{
	display: flex;
	text-align: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.application_inner{
	width: 30%;
}

figure{
	margin-bottom: 10px;
}

.application_inner p span{
	font-weight: bold;
	font-size:16px;
}
/*
.business_link{
width: 70%;
padding: 60px 0;
margin: 0 auto;
}
*/
.business_link {
	padding: 60px 0;
	text-align: center;
	justify-content: center;
}

.business_link li a{
	font-weight: normal;
	font-size: 13px;
	background:	#ff4001;
	padding: 0.5rem 2rem 0.5rem 1rem;
	color: #fff;
	border-radius: 30px;
	border: 2px solid #ff4001;
	background-image: url("https://kobe-ssr.jp/wp-content/uploads/2019/05/a9208268b5e9d3d751e5ee93dba998bb.png");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: right 0.5rem center;
}

.business_link li a:hover {
	background :#fff;
	color: #000;
	border: 2px solid #ff4001;
}

.business_link li{
	display: inline-block;
	padding: 0.5rem;
}

.btn-group {
	display:flex;
	justify-content: center;
	margin: 3rem 0;
}
.btn-month {
	flex: 1;
	border: 1px  solid  #ff4001;
	text-align: center;
	padding: 0.5rem 1rem;
}

.btn-month:hover{
	align-items: baseline;
	background: #ff4001;
	color: #fff;
}
.btn-group .btn-month {
	border: 0;
	border-top: 1px  solid  #ff4001;
	border-right: 1px  solid  #ff4001;
	border-bottom: 1px  solid  #ff4001;
}
.btn-group .btn-month:first-child {
	border-left: 1px  solid  #ff4001;
}
/* 応援隊派遣事業pdf添付スタイル*/
.pdfenq{
	display:flex;
	justify-content: center;
	text-align: center;
}

.pdfenq_inner {
	padding: 1rem;
	font-size: 10px;
}

.enq_h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #ff4001;
	text-align :center;
	margin: 50px auto;
	line-height: 50px;
}

.h3wrap{
	text-align: center;
}
.enq_text {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.rec_title{
	font-size: 1.2rem;
	line-height: 30px;
}

/* member_pass */

.container form{
	text-align: center !important;
	margin: 3rem 0;
}

.post-password-form p:nth-child(2) {
	margin: 1rem auto !important;
}

/*floating_menu  */


.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* 旧サイト */

.shop_old_cover{
	text-align: center;
	margin: 2rem 0;
}

.shop_old{
	font-weight: normal;
	font-size: 13px;
	background:	#ff4001;
	padding: 0.5rem 2rem 0.5rem 1rem;
	color: #fff;
	border-radius: 30px;
	border: 2px solid #ff4001;
	background-image: url("https://kobe-ssr.jp/wp-content/uploads/2019/05/a9208268b5e9d3d751e5ee93dba998bb.png");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: right 0.5rem center;
}

.shop_old:hover {
	color: #fff;
	opacity: .8;
}

.past_event_overlay {
	position: relative;
	filter: grayscale(80%);
}
.past_event_overlay::after {
	content: '終了しました';
	font-size: 2rem;
	color: white;
	text-shadow:
		black 1px 1px 10px, black -1px 1px 10px,
		black 1px -1px 10px, black -1px -1px 10px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}


/* アンケート DL*/
.pdf_container{
	display: flex;
}
.pdf_dl{
	width: 25%;
	margin: 0;
	text-align: center;
}
.pdf_img{
	width: 50px;
}
.pdf_dl p{
	font-size: 0.7rem;
}
/*ヘッダ編集*/
.navinner{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
	vertical-align:middle;
	color:#eb6100;
}
.navinner:hover{
	opacity:0.5;
	transition:0.5s;
}
.navinner img{
	height:30px;
	width:auto;
}


/* 下層h２ */

.page_h2title{
	text-align: center;
	padding: 1rem 0 2rem 0;
}

.page_h2title img{
	height: 50px;
}

.page_h2title h2{
	font-size: 2rem;
	font-weight: bold;
	margin: 1rem 0 0.8rem;
	letter-spacing: 0.2rem;
}

.page_h2title p{
	font-weight: bold;
	color: #eb6100;
}


.search_box_item_form form{
	margin: 0;
}
.search_box_item_txt{
	margin-bottom: 1rem;
}

.tc .btn_new{
	font-weight: normal;
	font-size: 13px;
	background: #ff4001;
	padding: 0.5rem 2rem 0.5rem 1rem;
	color: #fff;
	border-radius: 30px;
	border: 2px solid #ff4001;
	background-image: url("https://kobe-ssr.jp/wp-content/uploads/2019/05/a9208268b5e9d3d751e5ee93dba998bb.png");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: right 0.5rem center;
}

.btn_new:hover{
	color: #fff;
	opacity: .8;
}


.footer_contents_txt a img{
	max-height: 80px
}

/* トピックス画像用 */
.recruitment{
	display: inline-block;
	margin: 20px 0;
}

.new_member{
	position: absolute;
	top: -8px;
	right: 16px;
	width: 48px;
	height: 48px;
	background-image: url("https://kobe-ssr.jp/wp-content/uploads/2021/03/new_member.png");
}

.top_news .h2_title div:nth-of-type(2) {
	display: none;
}

/* 応援隊一覧　20240326追加 */
.business_category {
	margin: 1em 0;
	border-bottom: 2px dashed #ff4001;
	padding-bottom: 0.2em;
}

.business_category span {
	font-weight: bold;
	background: #ff4001;
	color: #fff;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 4px;
}

.ttl_term {
	border-bottom: 3px dashed #ffd0c0;
	margin: 1em 0 0.5em;
	padding: 0.5em 0;
	line-height: 1.5;
	font-weight: bold;
	line-height: 1.5;
}

.dl_li_link {
	min-width: 60px;
	text-align: right;
}