@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
/*/////////////メイリオにする場合////////////////
#contents *{
	font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}
*/
/* /////////////グーグルフォントにする場合//////////////// */
#contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}



/*-----------------------------------------------------------
reset
-----------------------------------------------------------*/
.h1_section {
	display: none;
}

a:hover {
	text-decoration: none;
	opacity: .8;
}

#contents {
	width: 100%;
	background-color: #fff;
}

#path {
	display: none;
}

.contents_outer {
	background-color: #fff !important;
}


/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/

.main_bg {
	background-image: url(/images/main_bg.png);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	overflow: hidden;
}

.main_ttl {
	width: 350px;
	margin: 20px auto 0;
}

.main_ttl img {
	width: 100%;
}

.article {
	width: 1080px !important;
	margin: 80px auto 0;
}

.page-link {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
	gap: 30px;
}


.page-link a {
	display: block;
	background-color: #D22A63;
	width: 340px;
	height: 60px;
	border-radius: 30px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-family: "Noto Sans CJK JP", sans-serif;
}

#taniroku {
	margin-top: -140px;
	padding-top: 140px;
}

#morinomiya {
	margin-top: -140px;
	padding-top: 140px;
}

#empty {
	margin-top: -140px;
	padding-top: 140px;
}

.store_wrap {
}

div#umeda .store_name {
    width: 510px;
}

.store_name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 458px;
	margin-bottom: 30px;
}

.store_name h2 {
	font-size: 40px;
}

.store_name a {
	display: block;
	border: 2px solid #D22A63;
	border-radius: 30px;
	width: 256px;
	height: 36px;
	text-align: center;
	color: #D22A63;
	font-size: 17px;
	line-height: 36px;
}

.staff_scroll {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 1080px;
}

.staff_scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.staff_scroll::-webkit-scrollbar-track{
	background-color: #C6C6C6;
	border-radius: 100px;
}
.staff_scroll::-webkit-scrollbar-thumb{
	background-color: #D22A63;
	border-radius: 100px;
}

.staff_list {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}

.staff_list:not(:last-child) {
	margin-right: 20px;
}

.staff_list a {
	position: relative;
}

.staff_list a::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	background: linear-gradient(315deg,transparent 0%,transparent 50%,#fff 50%,#fff 100%);
	z-index: 1;
}

.staff_list a::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 0;
	background: linear-gradient(135deg,transparent 0%,transparent 50%,#fff 50%,#fff 100%);
	z-index: 1;
}

.staff_scroll {
	margin-bottom: 70px;
	margin-bottom: 40px;
}

.staff_img {
	width: 230px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.staff_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.busyo_name {
	background-color: #D22A63;
	opacity: .8;
	color: #fff;
	width: 160px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: left;
	position: absolute;
	top: 222px;
	left: 40px;
	z-index: 2;
}
.busyo_name span {
	margin-left: 20px;
}

.staff_name {
	background-color: #D22A63;
	opacity: .8;
	color: #fff;
	width: 190px;
	height: 28px;
	line-height: 26px;
	font-size: 18px;
	text-align: left;
	position: absolute;
	top: 255px;
	right: 0;
	z-index: 2;
}
.staff_name span {
	margin-left: 20px;
}