@charset "UTF-8";

.contents_wrap{
	max-width: 960px;
    width: 100%;
    margin: auto;
}
	
/*-----------------------------------

	shop_block

-----------------------------------*/
#shop_block{
	padding: 78px 0 130px;
}
#shop_block .category_box {
    /* border: 1px solid #ddd; */
    background: #fff;
    padding: 15px;
    border: 1px solid #00A040;
	max-width: 891px;
    width: 100%;
	margin: 0 auto 20px;
	border-radius: 50px;
}
#shop_block h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
}
#shop_block .category_box ul {
	gap: 10px;
}
#shop_block .category_box ul li {
	/* background: #fff;
    border: 1px solid #00A040;
    padding: 0px 15px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px; */
}
#shop_block .category_box ul li label {
    display: block;
    background: #fff;
    border: 1px solid #00A040;
    padding: 0px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}
#shop_block .category_box ul li label::before,
#shop_block .category_box ul li label::after {
	content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
#shop_block .category_box ul li label::before {
    background: #ECECEC;
    width: 15px;
    height: 15px;
    left: 10px;
    z-index: 0;
	    border-radius: 10px;
}
/* #shop_block .category_box ul li label::after {
    background: url(../img/news/check_icon.svg) no-repeat center / cover;
    width: 13px;
    height: 9px;
    left: 13px;
    opacity: 0;
    z-index: 1;
} */
#shop_block .category_box ul li label:has(input:checked)::before {
    background: #00A040;
}
#shop_block .category_box ul li input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#shop_block .anchor_wrap{
	gap: 25px;
	/* max-width: 891px; */
	width: 100%;
	margin: 0 auto 32px;
	justify-content: center;
	flex-wrap: nowrap;
}
#shop_block .anchor_wrap>.btn_w{
    width: calc((100% - 20px) / 4);
	display: flex;
    justify-content: center;
    align-items: center;
	height: 72px;
}
#shop_block .anchor_wrap>div.btn_w {
	background: #00A040;
	color: #fff;
	padding-right: 0;
}
#shop_block .anchor_wrap>a.btn_w {
	padding-left: 0;
}
#shop_block .anchor_wrap input {
	-webkit-appearance: none;
    appearance: none;
}
#shop_block .anchor_wrap .custom_checkmark {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #80CFA0;
    border: 1px solid #fff;
    border-radius: 2px;
}
#shop_block .anchor_wrap input[type="checkbox"]:checked + .custom_checkmark {
	background-color: #fff;
}
#shop_block .anchor_wrap input[type="checkbox"]:checked + .custom_checkmark::after {
	content: "";
  position: absolute;
left: 6px;
    top: 1px;
    bottom: 0;
  width: 6px;
  height: 12px;
  border: solid #00A040;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.btn_w::before {
	background: url(../img/common/arrow_g_under.svg) no-repeat center / contain;
	right: 18px;
}
.btn_w:hover::before {
	top: 6px;
    right: 18px;
}
div.btn_w::before {
	display: none;
}
#shop_block .map_box{
	width: 100%;
	height: 300px;
}
#shop_block .map_box>p {
	height: 100%;
}
#shop_block .bg_w{
	padding: 55px 59px;
	margin-top: 90px;
}
#shop_block #sendai{
	margin-top: 52px;
}
#shop_block .bg_w .contents_wrap .shop_wrap{
	margin-top: 20px;
	gap: 50px 45px;
	justify-content: flex-start;
	align-items: stretch
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box{
	width: calc((100% - 90px) / 3);
	display: flex;
    flex-direction: column;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box a{
	display: inline-block;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .img_box{
	width: 100%;
	height: 184px;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .img_box img{
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .txt_box{
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%; /* 高さが必要なら指定 */
	padding: 10px 0;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .address_box{
	line-height: 1.5;
	margin-bottom: 10px;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .transportation_box {
    border: 1px solid #00A040;
    color: #00A040;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
    margin-top: auto;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .box_ttl{
	font-size: 20px;
	font-weight: 700;
	padding-left: 23px;
	margin-bottom: 8px;
	position: relative;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .box_ttl::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("../img/common/sidemenu_icon_02.svg")no-repeat center/contain;
	width: 15px;
	height: 20px;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .tag_box {
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
	display: none!important;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .tag_box .tag {
	color: #fff;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 14px;
    font-size: 13px;
}
.aed_cat {
    background: #f38f1e;
}
.barrierfree_cat {
	background: #008e45;
}
.bullettrain_cat {
	background: #3fa5f1;
}
.airport_cat {
	background: #bd272d;
}
.station_cat {
	background: #0069b2;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box p a{
	text-decoration: underline;
}
#shop_block .bg_w .contents_wrap .shop_wrap .shop_box p a:hover{
	transition: 0.3s;
	text-decoration: none;
}
@media screen and (max-width: 1200px) {
	#shop_block .anchor_wrap {
		flex-wrap: wrap;
	}
	#shop_block .anchor_wrap>.btn_w {
		min-width: 300px;
	}
	/* #shop_block .anchor_wrap>div.btn_w {
		width: 100%;
		max-width: 630px;
	} */
}
@media screen and (max-width: 840px) {
	#shop_block .anchor_wrap>.btn_w{
		width: calc((100% - 25px) / 2);
	}
	#shop_block .bg_w .contents_wrap .shop_wrap .shop_box{
		width: calc((100% - 45px) / 2);
	}
}
@media screen and (max-width: 640px) {
	#shop_block{
		padding: 60px 0;
	}
	#shop_block .anchor_wrap{
		gap:15px;
	}
	#shop_block .anchor_wrap a{
		width: 100%;
		margin: auto;
	}
	#shop_block .map_box{
		height: 200px;
	}
	
	#shop_block #sendai,
	#shop_block .bg_w{
		margin-top: 40px;
	}
	#shop_block .bg_w{
		padding: 30px;
	}
	#shop_block .bg_w .contents_wrap .shop_wrap{
		gap: 20px;
	}
	#shop_block .bg_w .contents_wrap .shop_wrap .shop_box{
		max-width: 250px;
		width: 100%;
		margin: auto;
	}
	#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .box_ttl{
		font-size: 16px;
		padding-left: 20px;
	}
	/*#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .box_ttl::before{
		margin-bottom: 5px;
	}*/
	#shop_block .bg_w .contents_wrap .shop_wrap .shop_box a{
		font-size: 13px;
	}
	#shop_block .bg_w .contents_wrap .shop_wrap .shop_box .transportation_box {
		font-size: 12px;
	}
}


/*
detail_block
*/
#shop_block.detail_block{
	padding: 61px 0 141px;
}

#shop_block.detail_block .h2_title{
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 47px;
}
#shop_block.detail_block .h2_title img{
	width: 24px;
	margin: 0 auto 6px;
}
#shop_block.detail_block .img_box{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 60px;
}
#shop_block.detail_block .img_box img {
	margin: 0 auto;
}
#shop_block.detail_block .intro_box{
	margin: 0 auto 60px;
}
#shop_block.detail_block .bg_gr .bg_gr_ttl{
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
#shop_block.detail_block .bg_gr .bg_gr_ttl img{
	margin-right: 5px;
}
#shop_block.detail_block .bg_gr .method_box{
	gap: 40px;
	margin: 26px auto 0;
}
#shop_block.detail_block .bg_gr .method_box .btn_or{
	width: calc((100% - 40px) / 2);
	max-width: 360px;
	margin: 0;
	padding: 28px;
	font-weight: 700;
	font-size: 17px;
}
#shop_block.detail_block .bg_gr .method_box .btn_or::before{
	width: 25px;
	height: 25px;
	right: 40px;
}
#shop_block.detail_block .bg_gr .method_box .btn_or:hover::before{
	right: 30px;
}
#shop_block.detail_block .bg_gr .method_box .btn_or p img{
	width: 32px;
	margin-right: 15px;
}
#shop_block.detail_block .bg_gr .method_box .btn_or:nth-child(2) p img{
	width: 24px;
	margin-right: 22px;
}

#shop_block.detail_block .store{
	padding: 68px 64px 75px;
	margin-bottom: 90px;
}
#shop_block.detail_block .bg_w .h3_ttl{
	font-weight: 700;
	font-size: 30px;
	justify-content: flex-start;
	padding-left: 15px;
}
#shop_block.detail_block .bg_w .h3_ttl img{
	margin-right: 10px;
	width: 24px;
}
#shop_block.detail_block .bg_w .table_box{
	margin: 20px 0 50px;
}
#shop_block.detail_block .bg_w .table_box table{
	width: 100%;
}
#shop_block.detail_block .bg_w .table_box tr:first-child{
	border-top: 1.5px solid #A8A8A8;
}
#shop_block.detail_block .bg_w .table_box tr td{
	font-weight: 700;
	padding: 35px;
	border-bottom: 1.5px solid #A8A8A8;
	line-height: 1.5;
}
#shop_block.detail_block .bg_w .table_box tr td:first-child{
	width: 180px;
	background: #F6F6F6;
	padding-left: 45px;
}
#shop_block.detail_block .bg_w .table_box tr td p:not(:first-child){
	margin-top: 10px;
}
#shop_block.detail_block .bg_w .table_box tr td .map_box{
	margin: 20px auto 0;
	height: 400px;
}
#shop_block.detail_block .bg_w .table_box tr td a{
	font-weight: 700;
	text-decoration: underline;
	display: inline-block;
}
#shop_block.detail_block .bg_w .table_box tr td a:hover{
	text-decoration: none;
}
#shop_block.detail_block .bg_w .small{
	max-width: 870px;
	width: 100%;
	margin: auto;
	font-size: 14px;
}

#shop_block.detail_block .service{
	margin-bottom: 60px;
	padding: 76px 64px;
}
#shop_block.detail_block .service .h3_ttl{
	padding-left: 25px;
}
#shop_block.detail_block .bg_w .service_contents{
	padding: 20px 0;
	margin: 20px auto 38px;
	border-bottom: 1.5px solid #A8A8A8;
	border-top: 1.5px solid #A8A8A8;
	gap: 10px;
	justify-content: flex-start;
	align-items: flex-start;
}
#shop_block.detail_block .bg_w .service_wrap{
	gap: 10px;
	width: calc((100% - 10px) / 2);
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
#shop_block.detail_block .bg_w .service_wrap .service_box{
	gap: 15px;
	flex-wrap: nowrap;
}
#shop_block.detail_block .bg_w .service_wrap .service_box p{
	line-height: 1.5;
	width: calc(100% - 195px);
}
#shop_block.detail_block .bg_w .service_wrap .service_box p:first-child{
	text-align: center;
	background: #F6F6F6;
	font-weight: 700;
	width: 180px;
	height: 80px;
}

@media screen and (max-width: 1000px){
	#shop_block.detail_block .bg_w .service_wrap .service_box p:first-child{
		width: 140px;
	}
	#shop_block.detail_block .bg_w .service_wrap .service_box p{
		width: calc(100% - 155px);
		font-size: 14px;
	}
}
@media screen and (max-width: 840px){
	#shop_block.detail_block .bg_gr .method_box{
		gap: 15px;
		margin: 20px auto 0;
	}
	#shop_block.detail_block .bg_gr .method_box .btn_or{
		width: calc((100% - 15px) / 2);
	}
	#shop_block.detail_block .bg_gr .method_box .btn_or::before{
		right: 15px;
	}
	#shop_block.detail_block .bg_w .table_box tr td:first-child{
		padding-left: 20px;
		width: 100px;
	}
	#shop_block.detail_block .bg_w .table_box tr td{
		padding: 10px;
	}
	#shop_block.detail_block .bg_w .table_box tr td .map_box{
		height: 200px;
	}
	#shop_block.detail_block .bg_w .table_box tr td a{
		font-size: 14px;
	}
	#shop_block.detail_block .bg_w .service_contents{
		flex-direction: column;
	}
	#shop_block.detail_block .bg_w .service_wrap{
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	#shop_block.detail_block{
		padding: 60px 0;
	}
	#shop_block.detail_block .h2_title{
		margin-bottom: 25px;
	}
	#shop_block.detail_block .img_box,
	#shop_block.detail_block .intro_box{
		margin: 0 auto 30px;
	}
	#shop_block.detail_block .bg_gr .bg_gr_ttl{
		font-size: 18px;
	}
	#shop_block.detail_block .bg_gr .method_box{
		flex-direction: column;
	}
	#shop_block.detail_block .bg_gr .method_box .btn_or{
		width: 100%;
		font-size: 13px;
	}
	#shop_block.detail_block .bg_gr .method_box .btn_or p img{
		margin-right: 6px;
	}
	#shop_block.detail_block .bg_gr .method_box .btn_or:nth-child(2) p img{
		margin-right: 10px;
	}
	
	#shop_block.detail_block .bg_w{
		padding: 30px;
		margin-bottom: 40px;
	}
	#shop_block.detail_block .bg_w .h3_ttl{
		font-size: 18px;
	}
	#shop_block.detail_block .bg_w .h3_ttl img{
		margin-right: 5px;
		width: 20px;
	}
	#shop_block.detail_block .bg_w .table_box,
	#shop_block.detail_block .bg_w .service_contents{
		margin: 15px auto 20px;
	}
	#shop_block.detail_block .bg_w .table_box tr,
	#shop_block.detail_block .bg_w .table_box tr td:first-child,
	#shop_block.detail_block .bg_w .table_box tr td{
		display: block;
		width: 100%;
	}
	#shop_block.detail_block .bg_w .table_box tr td:first-child{
		border-bottom: none;
	}
	
	#shop_block.detail_block .bg_w .table_box tr td a{
		font-size: 13px;
	}
	#shop_block.detail_block .bg_w .small{
		font-size: 13px;
	}
	#shop_block.detail_block .bg_w .service_wrap .service_box p:first-child{
		height: 55px;
	}
}




