@charset "utf-8";

/*----------------------------------*/
/*------------- common -------------*/
/*----------------------------------*/
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.top_slider img {
	width: 100%;
}

.slick-slide {
	margin: 0;
}

.kizuna_contents section {
	box-sizing: border-box;
	/* margin-bottom: 80px; */
}

.kizuna_contents section#store5 {
	margin-bottom: 0;
}

.font_s {
	font-size: 11px;
	line-height: 1.3;
}

.show_640 {
	display: none !important;
}

@media only screen and (max-width: 640px) {
	.show_640 {
		display: block !important;
	}

	.hide_640 {
		display: none !important;
	}
}

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

.store__access-text a i {
	color: #FF3333;
}

/*----------------------------------*/
/*----------- AdobeFonts -----------*/
/*----------------------------------*/
.tsukushiR {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}

.tsukushiB {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
}

.ryomin {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-style: normal;
}


/*----------------------------------*/
/*-------------- body --------------*/
/*----------------------------------*/
body {
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
}

img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}

.footer_area img {
	display: inline;
	width: auto;
}

.mainimage img {
	width: 100%;
	max-width: 1600px;
}

.greenback {
	background: url('../img/bg9.gif');
	padding-bottom: 50px;
	margin-bottom: 60px;
	overflow: hidden;
}

.mainimage {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url('../img/bg9.gif');
}

.mainimage img {
	display: inline-block;
}

.main {
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.mainimage__wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

.caption {
	font-size: 11px;
	line-height: 1.4;
}

.caption span {
	background: linear-gradient(transparent 0px, #fff 0%);
	display: inline;
	padding: 0 2px;
}

.atc {
	font-size: 11px;
	text-align: center;
	background: #fff;
	line-height: 1.5;
	padding: 5px 10px;
	border: 1px solid #005952;
	color: #005952;
	width: 100%;
	max-width: 550px;
	margin: 20px auto 0 auto;
}

#lead {
	margin: 0 auto;
	padding: 20px 0 80px;
	text-align: center;
	width: 85%;
	max-width: 700px;
	font-size: 16px;
}

#lead img {
	display: block;
	margin: 0 auto 20px;
}

.color_text {
	color: #248a66;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.2;
}

/*----------------------------------*/
/*---------- main slider -----------*/
/*----------------------------------*/
.slick-slide {
	margin: 0;
}

/********ページング*********/
#pageing {
	text-align: center;
	margin: 40px 0 0;
}

#pageing .wrapper {
	text-align: center;
}

#pageing .pageing a,
#pageing .pageing span {
	width: 36px;
	height: 36px;
	border: 1px solid #005952;
	color: #005952;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
}

#pageing .pageing span.nowpage {
	background: #005952;
	color: #fff;
	cursor: auto;
}

#pageing .pageing span.hide {
	opacity: 0.5;
	cursor: auto;
}

/********店舗情報*********/
.icondetail li {
	padding-left: 1.6em;
	position: relative;
	font-size: 0.9em;
	padding-bottom: 0.3em;
	line-height: 1.5;
}

.icondetail a i {
	color: #FF3333;
}

.icondetail li.icon1green::before,
.icondetail li.icon2green::before,
.icondetail li.icon3green::before,
.icondetail li.icon4green::before,
.icondetail li.icon1orange::before,
.icondetail li.icon2orange::before,
.icondetail li.icon3orange::before,
.icondetail li.icon4orange::before,
.icondetail li.icon5green::before,
.icondetail li.icon5orange::before,
.icondetail li.icon6green::before,
.icondetail li.icon6orange::before {
	content: '';
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 1.3em;
	height: 1.3em;
}

.icondetail li.icon1green::before {
	background: url(../img/p3/icon1.gif)no-repeat center center;
	background-size: contain;
}

.icondetail li.icon2green::before {
	background: url(../img/p3/icon2.gif)no-repeat center center;
	background-size: contain;
}

.icondetail li.icon3green::before {
	background: url(../img/p3/icon3.gif)no-repeat center center;
	background-size: contain;
}

.icondetail li.icon4green::before {
	background: url(../img/p3/icon4.gif)no-repeat center center;
	background-size: contain;
}

.icondetail li.icon5green::before {
	background: url(../img/p3/icon5.gif)no-repeat center center;
	background-size: contain;
}

.icondetail li.icon6green::before {
	background: url(../img/p3/icon6.gif)no-repeat center center;
	background-size: contain;
}

.st_name {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

.l-store {
	margin-bottom: 80px;
}

.store {
	background: #fff;
	position: relative;
	width: 100%;
	padding: 70px 30px 30px;
	border-radius: 15px;
}

.store__title {
	position: absolute;
	left: -20px;
	width: auto;
	top: -40px;
	max-height: 75px;
}

.store_sirimoti {
	width: 25%;
	padding: 10px;
	margin-left: auto;
}

.store_sirimoti.show_840 {
	display: none;
}

.store_sirimoti-head {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
	background: linear-gradient(transparent 80%, #FFF799 40%);
}

.store_sirimoti-text {
	line-height: 1.4;
}

.store_sirimoti-head span {
	display: block;
	font-size: 10px;
	padding-left: 16px;
	margin-bottom: 2px;
}

.roundimg {
	border-radius: 10px;
}

/********ハルバイト*********/
#hb {
	background: #ebf5ec;
	padding: 30px;
	margin-bottom: 0;
}

.hbtitle {
	margin: 0 auto 20px;
	width: 100%;
}

#hb .left {
	width: 45%;
	padding-right: 40px;
}

#hb .right {
	width: 55%;
}

#hb a.btn {
	display: block;
	margin: 20px auto 0 auto;
	padding: 3px 15px 5px;
	max-width: 400px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	background: #006457;
	border-bottom: 3px solid;
	border-color: rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	text-align: center;
}

#hb .left span {
	font-weight: bold;
	color: #d7000f;
}

#hb .pad20 {
	width: 100%;
	max-width: 300px;
	padding: 20px 0;
}

.hbcol {
	float: left;
	position: relative;
	width: calc(50% - 5px);
}

.hbcol:last-child {
	float: right;
}

.hbcol .caption {
	margin-top: 10px;
}

.hbabsolute {
	position: absolute;
	width: 40%;
	left: 12px;
	top: -10px;
}

@media only screen and (max-width: 860px) {
	.storetitle {
		left: -10px;
	}

	#hb .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		float: none;
	}

	#hb .right {
		width: 100%;
		float: none;
	}

	.hbtitle {
		margin: 10px auto 25px;
		width: 80%;
		max-width: 360px;
	}

	#hb {
		padding: 20px;
	}

	#hb .pad20 {
		max-width: 400px;
	}
}

@media only screen and (max-width: 768px) {
	.pagelogo {
		top: 10px;
		right: 10px;
		width: 32%;
	}
}

@media only screen and (max-width: 640px) {
	#lead {
		padding: 20px 0 70px;
		width: 100%;
		font-size: 14px;
	}

	#lead img {
		width: 80%;
	}

	.greenback {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 540px) {
	.storetitle {
		width: 100%;
		top: -30px;
	}

	.color_text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.stores {
		padding: 40px 20px 20px;
	}

	#lead img {
		width: 100%;
	}

	#lead {
		padding: 20px 0 50px;
		font-size: 14px;
		text-align: left;
	}

	.stores {
		padding: 30px 20px 20px;
	}

	.googlelink {
		text-decoration: underline;
	}

	.googlelink i {
		display: inline-block;
		color: #EA4335;
	}

	.hbabsolute {
		width: 50%;
		right: -30px;
		top: -20px;
	}

	.hbtitle {
		width: 90%;
	}
}




/*----------------------------------------*/
/*------------- 各コンテンツ -------------*/
/*----------------------------------------*/

.store2 {
	/* padding-top: 50px; */
}

.store__head {
	color: #248a66;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 25px;
}

.store__head .br_sp {
	display: none;
}

.store__top .store__head {
	margin-bottom: 0;
	padding-top: 90px;
}

.store__box {
	display: flex;
	align-items: center;
}

.store__text {
	font-size: 15px;
}

.store__staff {
	min-width: 145px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	line-height: 1.5;
}

.store__staff img {
	margin-bottom: 10px;
}

.store__staff-post {
	font-size: 12px;
}

.store__staff-post--ja {
	display: block;
	font-size: 24px;
	line-height: 1;
}

.store__card-wrapper .store__staff-post--ja {
	white-space: nowrap;
}

.store__staff-post--kana {
	margin-top: 8px;
	display: block;
}

.store__staff-name {
	width: 60%;
}

.store__text-wrapper {
	padding: 20px 0 20px 40px;
	position: relative;
	width: 55%;
}

.store__text-wrapper2 {
	width: 55%;
}

.store__text-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-width: 80px;
}

.store__text {
	line-height: 1.8;
}

.store__img {
	position: absolute;
	top: -15%;
	right: -5%;
}

.store__img-wrapper {
	display: flex;
	align-items: center;
	position: relative;
}

.store__img-wrapper img {
	display: block;
	font-size: 10px;
}

.store__ippin {
	width: 130px;
	position: absolute;
	top: 30px;
	right: 40px;
}

.store__img-text {
	margin-top: -30px;
	margin-right: -92px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}

.store__img-icon {
	font-size: 20px;
	padding-right: 5px;
	vertical-align: bottom;
}

.store__item-img {
	width: 100%;
	max-width: 350px;
}

.store__hukidasi {
	width: 100px;
}

.store__bottom {
	display: flex;
	align-items: flex-end;
	margin-top: -40px;
}

.store__access-wrapper {
	display: flex;
	align-items: flex-start;
	margin-right: 24px;
}

.store__access-img {
	margin-right: 16px;
	width: 40%;
	margin-bottom: 8px;
}

.store__access2-img {
	margin-bottom: 8px;
}

.store__access-icon {
	margin-right: 7px;
	vertical-align: middle;
}

.store__access-text {
	font-size: 12px;
	white-space: nowrap;
	margin-bottom: 4px;
	display: flex;
	align-items: flex-start;
	word-break: break-all;
}

.store__access-text span {
	display: block;
}

.store__access-text a {
	text-decoration: underline;
}

.store__access-text img {
	width: 18px;
	display: inline-block;
}

.store__items {
	display: flex;
}

.store__item {
	width: 50%;
}

.store__item img {
	margin-bottom: 5px;
}

.store__item:first-of-type {
	margin-right: 20px;
}

.store__item-text {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

.store__head {
	white-space: nowrap;
	margin-right: 24px;
	line-height: 1.4;
}

.store__top {
	margin-top: -90px;
	display: flex;
	justify-content: space-between;
}

.store__top-img {
	width: 70%;
	display: flex;
	align-items: flex-start;
	margin-right: -50px;
}

.store__top-img img {
	width: 55%;
}

.store__top-img-wrapper {
	position: relative;
	width: 45%;
	margin-right: 24px;
}

.store__top-img-text {
	line-height: 1.4;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.store__top-img-wrapper img {
	width: 100%;
	margin-bottom: 5px;
}

.store__bottom2 {
	margin-top: -110px;
	display: flex;
	align-items: flex-end;
}

.store__osusume {
	position: relative;
	margin-right: 24px;
}

.store__osusume2-text {
	position: absolute;
	top: -30px;
	right: 10px;
	width: 45%;
}

.store__osusume2-text.show_980 {
	display: none;
}

.store__osusume-text {
	position: absolute;
	bottom: 1%;
	right: 10%;
	background: rgba(255, 255, 255, 0.8);
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	padding-left: 6px;
}

.store__box2 {
	width: 55%;
}

.store__box2-top {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.store__message {
	display: flex;
}

.store__card {
	width: 35%;
	margin-right: 16px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}

.store__card img {
	margin-bottom: 8px;
}

.store__card-name {
	width: 50%;
}

.store__message-wrapper {
	width: 65%;
	position: relative;
	padding: 20px 0 20px 40px;
}

.store__message-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-width: 80px;
}

.store__river {
	width: 65%;
	align-items: flex-end;
}

.store__river.show_980 {
	display: none;
}

.store__river.show_840 {
	display: none;
}

.store__river img {
	width: 90%;
	margin-right: 8px;
}

.store__river-text {
	font-size: 13px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

.store__access2 {
	width: 35%;
}

.store__river-wrapper img {
	margin-bottom: 8px;
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 980px) {
	.store__bottom {
		margin-top: 0;
	}

	.store__access-text {
		white-space: normal;
	}

	.store__text-wrapper {
		width: 52%;
	}

	.store__text-wrapper2 {
		width: 100%;
	}

	.store__img {
		top: -10%;
		right: 0%;
	}

	.store__item-img {
		max-width: 310px;
	}

	.store__ippin {
		max-width: 100px;
		top: 40px;
		right: 40px;
	}

	.store__bottom2 {
		margin-top: 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.store__river.hide_980 {
		display: none;
	}

	.store__river.show_980 {
		display: block;
	}

	.store__message-wrapper {
		padding-bottom: 0;
		width: 67%;
	}

	.store__message-wrapper .store__text {
		font-size: 13px;
	}

	.store__box2-top {
		width: 80%;
	}

	.store__osusume-wrapper {
		display: flex;
		align-items: flex-end;
		margin-bottom: 60px;
		margin-top: 32px;
	}

	.store__osusume {
		width: 55%;
	}

	.store__river {
		width: 35%;
		align-items: flex-start;
		justify-content: flex-end;
		flex-direction: column;
		margin-right: 0;
	}

	.store__river img {
		width: 100%;
	}

	.store__access2 {
		width: auto;
	}

	.store__river-text .hide_980 {
		display: none;
	}

	.store__access2-wrapper {
		width: 100%;
	}

	.store__message {
		align-items: flex-start;
	}

	.store__card {
		width: 22%;
	}

	.store__box2 {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
	}

	.store__head .br_sp {
		display: block;
	}

	.store__top-img {
		width: 78%;
	}

	.store__osusume2-text.hide_980 {
		display: none;
	}

	.store__osusume2-text.show_980 {
		display: block;
	}

	.store__osusume2-text {
		width: 33%;
		right: -75px;
		top: -10px;
	}
}

@media only screen and (max-width: 860px) {
	.hbcol img {
		width: 100%;
	}
}

@media only screen and (max-width: 840px) {
	.store__head .br_sp {
		display: none;
	}

	.store__bottom-top {
		width: 45%;
	}

	.store__items {
		width: 55%;
	}

	.store {
		padding-top: 40px;
	}

	.store__head {
		white-space: normal;
	}

	.store__top .store__head {
		padding-top: 0;
		margin-bottom: 24px;
	}

	.store_sirimoti.hide_840 {
		display: none;
	}

	.store_sirimoti.show_840 {
		display: block;
	}

	.store_sirimoti {
		width: 80%;
		margin-left: 0;
	}

	.store__top-img {
		width: 100%;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.store__osusume-wrapper {
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.store__top-img img {
		width: 56%;
	}

	.store__box2-top {
		width: 100%;
	}

	.store__access-text .br_pc {
		display: none;
	}

	.store__top {
		margin-top: 0;
		align-items: flex-start;
		flex-direction: column;
	}

	.store__text-wrapper {
		width: 100%;
	}

	.store__head {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.store__text {
		font-size: 13px;
	}

	.store__staff {
		margin-right: 24px;
	}

	.store__bottom {
		flex-direction: column;
	}

	.store__bottom-top {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}

	.store__img {
		position: static;
		margin-bottom: 42px;
	}

	.store__img.hide_840 {
		display: none;
	}

	.store__access-wrapper {
		width: 30%;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		min-width: 210px;
		margin-left: -60px;
	}

	.store__img-wrapper {
		margin-right: 32px;
		padding-left: 20px;
	}

	.store__ippin {
		top: 3%;
		right: 16%;
		max-width: 140px;
	}

	.store__item-img {
		transform: rotate(-10deg);
		margin-left: -40px;
		margin-top: -40px;
		max-width: 440px;
	}

	.store__hukidasi {
		transform: rotate(-15deg);
		padding-top: 160px;
		margin-left: -40px;
		margin-right: -20px;
		width: 20%;
	}

	.store__img-text {
		margin-right: 0;
		margin-top: -24px;
		font-size: 12px;
	}

	.store__items {
		width: 100%;
	}

	.store__access-img {
		width: 100%;
		margin-bottom: 6px;
	}

	.store__bottom2 {
		margin-top: 10px;
	}

	.store__osusume {
		margin-right: 10px;
		width: 70%;
	}

	.store__box2 {
		width: 100%;
		flex-direction: column;
	}

	.store__message {
		align-items: flex-start;
	}

	.store__card {
		width: 20%;
	}

	.store__message-wrapper {
		width: 100%;
	}

	.store__card-name {
		width: 40%;
	}

	.store__river {
		align-items: flex-start;
		margin-right: 0;
	}

	.store__river.hide_840 {
		display: none;
	}

	.store__river.show_840 {
		display: flex;
	}

	.store__river-wrapper {
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
	}

	.store__river img {
		width: 100%;
	}

	.store__access2 {
		display: flex;
		width: 100%;
	}

	.store__access2-wrapper {
		width: 100%;
	}

	.store__access2-img {
		margin-right: 16px;
	}

	.store__top-img-wrapper img {
		width: 100%;
	}


}

@media only screen and (max-width: 786px) {
	.store__osusume2-text {
		right: -68px;
	}
}

@media only screen and (max-width: 640px) {
	.store__access-wrapper {
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		margin-left: 0;
	}

	.store__top-img {
		align-items: flex-start;
		margin-top: 0;
	}

	.store__top {
		margin-bottom: 0;
	}

	.store__access-img {
		width: 50%;
		margin-bottom: 0;
	}

	.store__hukidasi {
		width: 23%;
		min-width: 80px;
	}

	.store__ippin {
		max-width: 130px;
		right: 8%;
	}

	.store__bottom {
		align-items: flex-start;
	}

	.store__bottom-top {
		align-items: center;
		display: block;
	}

	.store__osusume-text {
		font-size: 11px;
	}

	.store__box {
		flex-direction: column;
		align-items: flex-start;
	}

	.store__staff {
		display: flex;
		align-items: center;
		margin-right: 0;
		width: 100%;
		margin-bottom: 22px;
	}

	.store__staff img {
		width: auto;
		max-height: 150px;
		margin-right: 2%;
	}

	.store__text-wrapper img {
		display: none;
	}

	.store__text-wrapper {
		padding: 0;
	}

	.store__osusume2 {
		width: 60%;
	}

	.store__osusume2-text {
		width: 36%;
	}

	.store__text-wrapper .store__text {
		position: relative;
		padding: 20px;
		min-width: 120px;
		max-width: 100%;
		color: #000;
		box-sizing: border-box;
	}

	.store__text-frame {
		position: absolute;
		content: "";
		top: -13px;
		left: 51px;
		width: 40px;
		height: 50px;
		border-top: 1px solid #000;
		transform: rotate(-30deg);
	}

	.store__text-wrapper .store__text:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 75%;
		height: 30%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		z-index: 2;
		border-radius: 0px 20px 0px 0px;
	}

	.store__text-wrapper .store__text:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 30%;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-radius: 20px 0px 0px 0px;
		z-index: 1;
	}

	.store__item-img {
		margin-left: -20px;
	}

	.store__hukidasi {
		padding-top: 120px;
		margin-right: -30px;
	}

	.store_sirimoti {
		width: 100%;
	}

	.store__img-wrapper {
		padding-left: 0;
	}

	.store__img {
		margin-bottom: 0;
	}

	.store__items {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 540px) {
	.store {
		padding: 40px 15px 20px;
	}

	.store__osusume2-text.show_980 {
		display: none;
	}

	.store__osusume2-text.hide_980 {
		display: block;
		right: 10px;
		top: -30px;
	}

	.store__title {
		top: -29px;
		max-height: 60px;
	}

	.store__bottom-top {
		flex-direction: column;
	}

	.store__bottom2 {
		margin-top: 20px;
	}

	.store__img {
		width: 100%;
		margin-bottom: 40px;
	}

	.store__top .store__head {
		margin-bottom: 20px;
	}

	.store__top-img-wrapper {
		margin-right: 10px;
	}

	.store__item {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}

	.store__item:first-of-type {
		margin-bottom: 32px;
	}

	.store__box {
		flex-direction: column;
	}

	.store__staff-post {
		width: 49%;
	}

	.store__img-wrapper {
		margin-right: 0;
	}

	.store__osusume {
		width: 100%;
		margin-bottom: 24px;
		margin-right: 0;
	}

	.store__box2-top {
		margin-top: 0;
		width: 100%;
	}

	.store__river {
		margin-right: 0;
		width: 100%;
		align-items: center;
		transform: translateY(0);
	}

	.store__river img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
	}

	.store__osusume-wrapper {
		flex-direction: column;
		align-items: center;
		margin-bottom: 32px;
	}

	.store__river-text {
		margin-right: auto;
	}

	.store__access2 {
		display: flex;
		width: 100%;
		margin-right: 0;
	}

	.store__access2-img {
		margin-bottom: 6px;
		width: 55%;
	}

	.store__message-wrapper {
		width: 90%;
		padding-top: 10px;
		padding-left: 36px;
	}

	.store__card {
		width: 40%;
	}

	.store__osusume2-text {
		width: 40%;
	}
}

@media only screen and (max-width: 480px) {
	.color_text {
		margin: 20px 0 !important;
	}

	.caption {
		font-size: 10px;
	}

	.roundimg {
		border-radius: 5px;
	}

	.hbcol {
		float: none;
		width: 100%;
	}

	.hbcol:last-child {
		margin-top: 10px;
	}

	.hbabsolute {
		width: 37%;
		right: auto;
		top: 5px;
		left: 7%;
	}

	.store__card {
		width: 100%;
		display: flex;
		margin-bottom: 24px;
		align-items: center;
	}

	.store__card img {
		width: 30%;
		margin-right: 16px;
	}

	.store__message {
		flex-direction: column;
		margin-bottom: 24px;
	}

	.store__message-wrapper {
		width: 100%;
		padding: 0;
	}

	.store__access-img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.store__access2 {
		flex-direction: column;
		align-items: center;
	}

	.store__access2-img {
		margin-right: 0;
		width: 100%;
	}

	.store__access-wrapper {
		width: 100%;
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
	}

	.store__item {
		width: 100%;
	}

	.store__message-wrapper .store__text {
		padding: 20px;
	}

	.store__message-frame {
		position: absolute;
		content: "";
		top: -13px;
		left: 41px;
		width: 40px;
		height: 50px;
		border-top: 1px solid #000;
		transform: rotate(-30deg);
	}

	.store__message-wrapper .store__text:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 80%;
		height: 30%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		z-index: 2;
		border-radius: 0px 20px 0px 0px;
	}

	.store__message-wrapper .store__text:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30%;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-radius: 20px 0px 0px 0px;
		z-index: 1;
	}

	.store__message-wrapper img {
		display: none;
	}

	.store__items {
		flex-direction: column;
	}

	.store__ippin {
		top: 0;
		right: 2%;
		max-width: 110px;
	}

	.store__head .br_sp {
		display: block;
	}

	.store__box2 {
		flex-direction: column-reverse;
	}

	.store__box2-top {
		margin-bottom: 0;
	}

	.store__img {
		margin-bottom: 0;
	}

	.store__top-img {
		flex-direction: column-reverse;
		margin-bottom: 32px;
	}

	.store__top-img img {
		width: 100%;
		margin-bottom: 8px;
	}

	.store__top-img-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.store__access-container {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.stores {
		padding: 20px 20px 20px;
	}
}
