@charset "UTF-8";
/* CSS Document */
/*ベース共通設定start*/
html {
	font-size: 62.5%; /*文字標準*/
	font-weight: 400;
}
a {
	text-decoration: none; /*リンクデコレーションリセット*/
}
* {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 960px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}
@media screen and (min-width: 961px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
body {
	width: 100%;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	/*スマホ横向き時のフォントサイズリセット*/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
span {
	display: inline-block;
}
/*ベース共通設定end*/
/*メインエリアSP*/
.topSec h1 {
	font-size: 2.7rem;
	font-weight: 600;
}
h2 {
	font-size: 2rem;
	font-weight: 700 !important;
}
p {
	font-size: 1.6rem;
}
.mainwrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-family: 'MintGrotesk-V1.2', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.topSec {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.topSec a {
	text-decoration: underline;
}
.topSec h1 {
	margin: 33px 0;
	line-height: 1.5;
}
.secTitle {
	width: 230px;
	border: 1px solid #000;
	margin: 0 auto 50px;
	padding: 20px 35px;
}
.secTitle .underLine {
	display: block;
	width: 63px;
	margin: 10px auto;
	height: 7px;
	background-image: linear-gradient(128deg, #ffffff 25%, #000000 25%, #000000 50%, #ffffff 50%, #ffffff 75%, #000000 75%, #000000 100%);
	background-size: 5.08px 6.5px;
}
.topSec p {
	margin-bottom: 10px;
}
.kangenTableImg {
	width: 80%;
	margin: 20px auto;
}
.kangenTable {
	width: 80%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background-image: linear-gradient(135deg, #f2f2f2 25%, #ffffff 25%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 75%, #ffffff 75%, #ffffff 100%);
	background-size: 5.66px 5.66px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.kangenTable p {
	margin-bottom: 0px;
	padding: 10px 0;
	width: 100%;
	font-size: 1.3rem;
	border: 1px solid #fff;
	font-weight: 600;
}
.addNote {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.addNote p {
	text-align: left;
	font-size: 1.33rem;
	line-height: 1.7;
	margin-bottom: 3px;
}

/*切り替えタブ用css*/
/*切り替えタブ用css*/
.tab_container {
	padding-bottom: 1em;
	background-color: #fff;
	margin: 0 auto;
}
.tab_item {
	width: calc(100% / 2); /*100%/4を100%/2に変更*/
	padding: 15px 0;
	border-bottom: 2px solid #000;
	background-color: #fff;
	color: #000;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 1;
}
input[name='tab_item'] {
	display: none;
}
.tab_content {
	display: none;
	padding: 1em 1em 0;
	clear: both;
	overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
	/*, #tab3:checked ~ #tab3_content , #tab4:checked ~ #tab4_contentを削除*/
	display: block;
}
.tab_container input:checked + .tab_item {
	background-color: #f2f2f2;
	color: #000;
}
/*店舗リスト用*/
/*店舗リスト用*/
.accordion_ul {
	width: 100%;
	margin: 0 auto;
}
ul,
li {
	list-style: none;
	padding: 0;
}
.page-memberscard div.sec_box {
	margin-top: 0;
}
.page-memberscard div {
	margin-top: 100px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sec_box {
	margin: 0 auto;
}
.sec_box h1 {
	display: flex;
	border-bottom: solid 1px #000;
	margin-bottom: 1px;
	padding: 15px 40px 15px 20px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background-color: #fff;
	margin-right: auto;
	font-weight: 600;
}
.sec_box h1:before {
	display: block;
	content: '';
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	background: #000;
}
.sec_box h1:after {
	display: block;
	content: '';
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -11px;
	background: #fff;
}
.sec_box h1.active:after {
	margin-top: -5px;
}
.sec_box li {
	/*    background-color: #F2F2F2;*/
	border-bottom: solid 1px #d6d6d6;
	/*    background-color: #F2F2F2;*/
	border-bottom: solid 1px #f2f2f2;
	font-size: 14px;
	line-height: 1.78;
	width: 100%;
}
.shops_list .prefecture {
	width: 90%;
	font-size: 1.6rem;
	text-align: left;
	padding: 30px 19px 2px;
	border-bottom: double #000;
	margin: 0 auto;
}
.shops_list .shops_listItem {
	padding: 20px;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}
.shops_list .shops_listItem .shop_name_add {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	font-size: 14px;
	line-height: 1.78;
}
.shops_list .shops_listItem .shop_name_add .shops_listItem-place {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.78;
	font-weight: 600;
}
.shops_list .shops_listItem .shop_name_add .shops_listItem-address {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.78;
}
.shops_list .shops_listItem .shops_listItem-contact {
	width: 50%;
	font-size: 14px;
	text-align: left;
	line-height: 1.78;
}
.shops_list .shops_listItem .shops_listItem-group {
	width: 50%;
	font-size: 14px;
	text-align: left;
	line-height: 1.78;
	font-weight: 600;
}
.backBtnSec {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.backBtn {
	width: 250px;
	margin: 0 auto;
	margin: 30px auto 50px;
}
.backBtn .btnImg {
	width: 36px;
}
.backBtn a {
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	color: #000;
}
@media (min-width: 518px) {
	.addNoteFlex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.addNoteFlex p {
		width: 50%;
	}
}
@media (min-width: 961px) {
	p {
		font-size: 1.5rem;
	}
	.topSec h1 {
		font-size: 7.6rem;
	}
	.kangenTableImg {
		width: 100%;
		max-width: 720px;
		margin: 30px auto;
	}
	.kangenTable {
		width: 800px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.kangenTable p {
		width: 33%;
		font-size: 1.3rem;
		border: 1px solid #fff;
		font-weight: 600;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.addNoteFlex p {
		width: 25%;
	}

	.secTitle h2 {
		font-size: 2.8rem !important;
	}
	.shopListSec {
		max-width: 800px;
		margin: 0 auto;
	}
	.tab_content {
		background-color: #fff;
	}
	.shops_list .shops_listItem {
		flex-direction: row;
	}
	.shops_list .shops_listItem .shop_name_add {
		width: 50%;
		border-right: 1px solid #f2f2f2;
	}
	.shops_list .shops_listItem .shops_listItem-contact {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #f2f2f2;
		border-left: 1px solid #f2f2f2;
	}
	.shops_list .shops_listItem .shops_listItem-group {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-left: 1px solid #f2f2f2;
	}
	.shops_list .prefecture {
		width: 768px;
	}
}
