@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.store1 {
	margin-bottom: 140px;
}

.kizuna_contents section.store3 {
	margin-bottom: 0;
}

.font_s {
	line-height: 1.3;
}

.store__staff .font_s, .store__staff-post--ja .font_s {
	font-size: 18px;
}

.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;
}

.store {
	background: #fff;
	position: relative;
	width: 100%;
	padding: 50px 30px 30px;
	border-radius: 15px;
}

.store__title {
	position: absolute;
	left: -20px;
	width: auto;
	top: -40px;
	max-height: 75px;
}
.store__title2 {
	position: absolute;
	left: -20px;
	width: auto;
	top: -50px;
	max-height: 95px;
}

.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;
}

.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%;
	}
}




/*----------------------------------------*/
/*------------- 各コンテンツ -------------*/
/*----------------------------------------*/

.store__box {
	display: flex;
}

.store__head {
	color: #248a66;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 25px;
}

.store__text {
	background: #efefef;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
}

.store__staff {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	line-height: 1.5;
}

.store__text::after {
	content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.corner__right::after {
	top: 60%;
  left: -25px;
  border-width: 20px 0 0 25px;
  border-color: #efefef transparent transparent transparent;
}

.corner__left::after {
	top: 60%;
  right: -25px;
  border-width: 20px 25px 0 0;
  border-color: #efefef transparent transparent transparent;
}

.store__osusume-text {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}

.store__staff-post {
	font-size: 12px;
}

.store__img-wrapper {
	display: flex;
	position: relative;
}

.store__img-wrapper img {
	display: block;
	font-size: 10px;
	min-width: 0;
}

.store__ippin {
	position: absolute;
	max-width: 130px;
	width: 37%;
}

.store__img-text {
	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%;
}

.store__access-wrapper {
	display: flex;
	align-items: flex-start;
}

.store__access-img {
	margin-right: 16px;
}

.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__head {
	white-space: nowrap;
	margin-right: 24px;
	line-height: 1.4;
}

.store__top-img-wrapper {
	position: relative;
}

.store__top-img-wrapper img {
	width: 100%;
	margin-bottom: 5px;
}

.store__osusume {
	position: relative;
}

.store__message {
	display: flex;
}

.store__card {
	width: 30%;
	margin-right: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}

.store__card img {
	margin-bottom: 8px;
}

.store__staff-post .sage{
	display: block;
}

/*----------------------------------------*/
/*---------------- store1 ----------------*/
/*----------------------------------------*/

.store1 .store__box {
	justify-content: space-between;
}

.store1 .comment {
	width: 35%;
}

.store1 .box-2 .store__text-wrapper{
	width: 40%;
}

.store1 .box-1 .store__img {
	width: 45%;
}

.store1 .box-1 .store__img img {
	width: 110%;
	margin-left: 20px;
}

.store1 .box-2{
	margin-top: -30px;
}

.store1 .box-2 .store__img, .store1 .box-2 .store__text-wrapper{
	padding-top: 60px;
}

.store1 .store__bottom {
	display: flex;
	margin-top: -30px;
	justify-content: space-between;
}

.store1 .store__img-wrapper {
	align-items: flex-start;
}

.store__hukidasi {
	width: 130px;
	margin-left: -50px;
	transform: rotate(-20deg);
}

.store1 .store__box .store__img-text {
	margin-top: 5px;
}

.items-img{
	position: relative;
	padding-top: 55px;
}

.store1 .store__bottom2{
	margin-top: 25px;
}

.store__img .store__img-text{
	margin-top: -20px;
}

.store1 .store__ippin {
	top: 7%;
	left: -5%;
}

.store1 .store__staff {
	width: 20%;
	margin-right: 30px;
}

.store1 .box-2 .store__staff {
	margin-right: 0;
	margin-left: 18px;
}

.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__text-wrapper {
	position: relative;
}

.store__img-wrapper2 .store__item-img {
	width: 320px;
	margin-left: -60px;
}

.store__hukidasi__sp{
	position: absolute;
	top: 2%;
	right: 0;
	width: 35%;
}

.store1 .store__items{
	width: calc((100% - 15px) / 2);
}

.store1 .store__access-img{
	max-width: 240px;
	width: 100%;
}

.store1 .store__staff img {
	margin-bottom: 10px;
}

/*----------------------------------------*/
/*---------------- store2 ----------------*/
/*----------------------------------------*/

.store2 {
	padding-top: 60px;
}

.store2 .comment{
	width: 40%;
}

.store2 .store__osusume-wrapper{
	width: 35%;
	margin-left: -50px;
	position: relative;
	z-index: 0;
}

.store__box2 {
	margin-top: 10px;
	display: flex;
}

.store__box2 .store__access2:last-of-type{
	margin-left: 15px;
}

.store2 .store__osusume-text{
	bottom: -10%;
	left: 50%;
	width: 270px;
	transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.marks{
	position: absolute;
	top: 50%;
	left: -14%;
	width: 18%;
}

.staff-img{
	position: relative;
	z-index: 2;
}

.store__too {
    position: absolute;
    left: -2%;
    top: -125px;
		width: auto;
		max-height: 75px;
}

.comment-2{
	display: none;
}

/*----------------------------------------*/
/*---------------- store3 ----------------*/
/*----------------------------------------*/

.store3 .store__staff{
	position: relative;
	padding-right: 50px;
}

.store3 .comment{
	width: 80%;
	margin-left: 30px;
}

.store3 .store__box .store__staff-post{
	position: absolute;
	top: 0;
	right: 0;
}

.store3 .store__message-wrapper{
	width: 65%;
}

.store3 .store__message{
	align-items: center;
}

.store__bottom3 {
	display: flex;
	margin-top: 15px;
}

.store__box3{
	margin-right: 25px;
}

.store3 .store__osusume-text {
	bottom: 5%;
	right: 10%;
}

.store3 .store__staff img, .staff-img {
	margin-bottom: 0;
}

.store3 .store__text-wrapper{
	width: 100%;
}

.store3 .store__ippin {
	top: 3%;
	left: -10%;
}

.store3 .store__access2-img{
	margin-bottom: 8px;
}

.store3 .store__box:nth-of-type(2){
	margin-top: 15px;
}

.store3 .store__staff-post .branch{
	display: block;
}

.show_400{
	display: none;
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 1040px) {
	.store__hukidasi{
		margin-top: 18px;
	}

	.store__img-wrapper2 .store__item-img{
		margin-left: -35px;
	}

	.store1 .box-2 .store__text-wrapper{
		width: 38%;
	}

	.store1 .box-1 .store__img img{
		width: 105%;
	}
}

@media only screen and (max-width: 980px) {
	.store__bottom {
		margin-top: 25px;
	}

	.store__access-text {
		white-space: normal;
	}

	.store__bottom2 {
		margin-top: 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.store__message-wrapper .store__text {
		font-size: 13px;
	}

	.box-2{
		margin-top: -60px;
	}

	.store1 .box-2{
		margin-top: -40px;
	}

	.store1 .store__bottom{
		margin-top: -15px;
	}

	.store1 .box-2 .store__img, .store1 .box-2 .store__text-wrapper{
		padding-top: 70px;
	}

	.store__box3{
		width: 70%;
	}

	.store3 .store__access2{
		width: 30%;
	}
}

@media only screen and (max-width: 960px) {

	.store1 .comment, .store1 .box-2 .store__text-wrapper{
		width: 70%;
	}

	.store1 .box-2 .store__text-wrapper{
		padding-top: 60px;
	}

	.items-img{
		padding-top: 0;
	}

	.store__img .store__img-text{
		margin-top: -6px;
	}

	.store__img .store__img-wrapper2 .store__img-text{
		margin-top: 0;
	}

	.store__items .store__img2{
		margin-top: 45px;
		margin-bottom: 20px;
	}

	.store1 .store__items{
		width: calc((100% - 20px) / 2);
	}

	.store1 .store__items:first-of-type{
		margin-right: 20px;
	}

	.store__img-wrapper2 .store__item-img{
		width: 100%;
		margin-left: 0;
	}

	.store__hukidasi{
		margin-left: -15px;
	}

	.store2 .store__osusume-wrapper{
		width: 43%;
	}

	.store1 .store__ippin{
		top: 5%;
		left: -10%;
	}

	.store1 .store__img-wrapper2{
		width: 80%;
		margin-left: 20%;
	}

	.marks{
		width: 25%;
		top: 38%;
		left: -20%;
	}

	.store1 .store__staff-post .branch{
		display: block;
	}

	.store3 .store__ippin{
		top: -5%;
		left: -11%;
	}
}

@media only screen and (max-width: 860px) {

	.store__box2{
		margin-top: 0;
		flex-direction: column;
	}

	.store__box2 .store__access2:last-of-type{
		margin-left: 0;
	}

	.store3 .store__box .store__staff-post{
		position: static;
	}

	.store3 .store__staff{
		padding-right: 0;
	}

	.store3 .store__staff img{
		margin-bottom: 10px;
	}

	.store1 .box-2{
		margin-top: -45px;
	}

	.store2 .store__bottom{
		display: flex;
		align-items: center;
		margin-top: -20px;
	}

	.store2 .store__osusume-wrapper{
		width: 100%;
		padding-right: 25px;
		margin-left: 0;
	}

	.store2 .store__osusume-text{
		bottom: 0;
	}

	.store3 .store__staff-post .branch{
		display: inline;
	}

	.store3 .store__ippin{
		top: -8%;
		left: -12%;
	}

	.store3 .store__osusume{
		margin-top: 20px;
	}

	.store3 .store__osusume-text{
		bottom: 0;
	}
}

@media only screen and (max-width: 840px) {

	.store__items {
		width: 55%;
	}

	.store {
		padding-top: 40px;
	}

	.store2{
		padding-top: 50px;
	}

	.store__head {
		white-space: normal;
	}

	.store__top {
		margin-top: 0;
		align-items: flex-start;
		flex-direction: column;
	}

	.store__text-wrapper {
		width: 100%;
	}

	.store__head {
		margin-right: 0;
	}

	.store__text {
		font-size: 13px;
	}

	.store2 .store__staff {
		margin-left: 24px;
	}

	.box-2 .store__staff {
		margin-right: 0;
	}

	.store__text-wrapper.tail__right{
		margin-left: 0;
	}

	.store__img {
		position: static;
	}

	.store__img-text {
		margin-right: 0;
		margin-top: -24px;
		font-size: 12px;
	}

	.store__items {
		width: 100%;
	}

	.store__bottom2 {
		margin-top: 10px;
	}

	.store__message-wrapper {
		width: 100%;
	}

	.store2 .store__access2-wrapper {
		width: 100%;
	}

	.store__top-img-wrapper img {
		width: 112%;
		margin-top: -90px;
		margin-left: -40px;
	}

	.store3 .store__osusume{
		z-index: 1;
		margin-top: 0;
	}

	.store3 .store__osusume-text{
		bottom: 2%;
		right: -5%;
	}

	.store2 .comment{
		width: 70%;
	}

	.store__bottom3{
		margin-top: 25px;
	}

	.store__box3{
		width: 65%;
	}

	.store3 .store__message{
		align-items: flex-start;
	}

	.store3 .store__access2{
		width: 35%;
		margin-top: -60px;
	}

	.store3 .store__box:nth-of-type(2){
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.box-2 {
		margin-top: -25px;
	}

	.store3 .comment {
		width: 100%;
		margin-left: 0;
	}

	.store2 .store__bottom {
		margin-top: 20px;
	}

	.store2 .comment {
		width: 90%;
	}

	.store3 .store__staff {
		margin-right: 24px;
	}

	.store1 .box-2 {
		margin-top: 0;
	}

	.store1 .box-2 .store__text-wrapper {
		padding-top: 15px;
	}

	.store3 .store__staff-post .branch{
		display: block;
	}

	.marks{
		width: 28%;
		left: -22%;
	}

	.store1 .store__staff, .store1 .box-2 .store__staff{
		width: 25%;
	}

	.store__top-img-wrapper img{
		margin-top: -50px;
	}

	.store__bottom3{
		flex-direction: column;
		margin-top: 20px;
	}

	.store__box3{
		width: 100%;
		margin-right: 0;
	}

	.store3 .store__access2{
		display: flex;
		width: 100%;
		margin-top: 15px;
	}

	.store3 .store__access2-img {
		margin-right: 16px;
		margin-bottom: 0;
		width: 100%;
		max-width: 240px;
	}

	.store3 .store__message{
		align-items: center;
	}

	.store3 .store__box:nth-of-type(2){
		margin-top: 30px;
	}

	.store3 .store__ippin{
			top: -9%;
			left: -14%;
	}
}

@media only screen and (max-width: 640px) {
	.store__access-wrapper {
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		margin-left: 0;
	}

	.store__top {
		margin-bottom: 0;
	}

	.store__hukidasi {
		width: 35%;
		min-width: 80px;
	}

	.store__bottom {
		align-items: flex-start;
	}

	.store3 .store__osusume-text {
		bottom: 4%;
	}

	.store1 .store__box,  .store3 .store__box{
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.store3 .store__box{
		margin-top: 0;
	}

	.store1 .box-2, .store2 .store__box{
		flex-direction: column;
	}

	.store1 .box-2, .store1 .store__bottom{
		margin-top: 0;
	}

	.store1 .box-2 .store__text-wrapper{
		padding-top: 0;
		margin-top: 0;
	}

	.store3 .comment{
		margin-left: 0;
	}

	.store1 .comment, .store1 .box-2 .store__text-wrapper,
	.store3 .comment{
		width: 100%;
	}

	.store2 .comment{
		width: 75%;
		margin-left: 25%;
	}

	.store2 .store__osusume-wrapper{
		padding-right: 0;
		padding-left: 25px;
		margin-top: -55px;
	}

	.store1 .corner__right::after,
	.store2 .corner__left::after, .store3 .comment .corner__right::after {
		left: 35%;
    bottom: -26px;
    top: auto;
    border-width: 26px 20px 0 0px;
	}

	.store2 .corner__left::after{
		left: 5%;
	}

	.store1 .corner__left::after {
		left: 55%;
    bottom: -26px;
    top: auto;
    border-width: 26px 0px 0 20px;
	}

	.store__staff {
		display: flex;
		align-items: center;
		margin-right: 0;
		width: 100%;
	}

	.store2 .store__staff{
		margin-left: 0;
		margin-top: -40px;
	}

	.store1 .store__staff {
		margin-bottom: 22px;
	}

	.store3 .store__box:nth-of-type(2){
		margin-top: 22px;
	}

	.store1 .store__staff img, .store3 .store__staff img{
		margin-right: 2%;
	}

	.store1 .box-2 .store__staff img {
		margin-right: 0;
		margin-left: 2%;
	}

	.store3 .store__staff img {
		margin-bottom: 10px;
	}

	.store1 .store__staff img, .store3 .store__staff img {
		width: auto;
		max-height: 210px;
		margin-bottom: 0;
	}

	.staff-img {
		width: auto;
		max-height: 210px;
		margin-right: 0;
		margin-top: 20px;
	}

	.store__text-wrapper,
	.store__text-wrapper.tail__right,
	.store__text-wrapper.tail__left {
		padding: 0;
	}

	.store__img-wrapper {
		padding-left: 0;
		justify-content: center;
	}

	.store__img {
		margin-bottom: 0;
	}

	.store__items {
		margin-bottom: 20px;
	}

	.store1 .store__bottom {
		flex-direction: column;
	}

	.store1 .store__items {
		width: 100%;
		margin-left: 0;
	}

	.store1 .store__items:first-of-type{
		margin-right: 0;
	}

	.store1 .store__items:last-of-type{
		margin-bottom: 30px;
	}

	.marks {
			width: 17%;
			top: 40%;
			left: -4%;
	}

	.store1 .store__staff,
	.store1 .store__text-wrapper {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	.store1 .box-2 .store__staff{
		margin-left: 0;
		flex-direction: row-reverse;
		width: 100%;
	}

	.box-2 {
		margin-top: 10px;
	}

	.store1 .store__access-wrapper {
		flex-direction: row;
	}

	.store__head {
		margin-bottom: 8px;
	}

	.store3 .store__ippin{
		top: -2%;
		left: -8%;
	}

	.store__items .store__img2{
		margin-top: 0;
	}

	.store2 .store__osusume-text{
		width: 170px;
		bottom: -8%;
	}

	.store3 .store__top-img-wrapper img{
		width: 100%;
		margin-bottom: 25px;
		margin-top: 0;
		margin-left: 0;
	}

	.store2 .store__osusume{
		margin-bottom: 15px;
	}

	.store2 .store__bottom{
		margin-top: 15px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	.store3 .store__staff{
		margin-right: 0;
		margin-top: 20px;
	}

	.store1 .store__bottom2{
		margin-top: 0;
	}

	.store1 .store__staff-post .branch{
		display: inline;
	}

	.store1 .store__ippin{
		max-width: 160px;
		top: 6%;
		left: -4%;
	}

	.store__box3{
		margin-right: 0;
	}

	.store__box3{
		width: 100%;
	}

	.store1 .store__img-wrapper2{
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
	}

	.store__img-wrapper .store__img-text{
		position: absolute;
		margin-top: 0;
		bottom: 4%;
		left: 60%;
	}

	.store3 .store__message-wrapper{
		width: 100%;
	}

	.store3 .corner__right::after{
		left: 50%;
    bottom: -26px;
    top: auto;
    border-width: 26px 20px 0 0px;
	}

	.store__card {
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 20px;
		margin-right: 0;
	}

	.store3 .store__message{
		flex-direction: column-reverse;
	}

	.store__card img{
		width: auto;
		max-height: 210px;
		margin-bottom: 0;
		margin-right: 2%;
	}

	.store__img .store__img-wrapper2 .store__img-text{
		text-align: left;
	}

	.items-img img.store__item-img {
		width: 90%;
		margin-left: 10%;
	}

	.items-img .store__item-text {
		text-align: right;
	}
}

@media only screen and (max-width: 540px) {
	.kizuna_contents section.store1{
		margin-bottom: 110px;
	}

	.store {
		padding: 40px 15px 20px;
	}

	.store2{
		padding-top: 45px;
	}

	.store__title {
		top: -29px;
		max-height: 60px;
	}

	.store__title2{
		max-height: 80px;
		top: -40px;
	}

	.store__too{
		max-height: 65px;
		top: -105px;
	}

	.store__bottom2 {
		margin-top: 20px;
	}

	.store__img {
		width: 100%;
	}

	.store__box {
		flex-direction: column;
	}

	.store__img-wrapper {
		margin-right: 0;
	}

	.store__osusume {
		width: 100%;
		margin-right: 0;
	}

	.store__access2 {
		display: flex;
		margin-right: 0;
	}

	.store3 .store__access2{
		margin-top: 18px;
	}

	.store3 .store__ippin{
		top: -7%;
		left: -7%;
	}

	.staff-img{
		margin-bottom: 10px;
		margin-right: 0;
	}

	.store3 .store__osusume-text{
		bottom: 3%;
		right: 0;
	}

	.store1 .corner__left::after{
		left: 45%;
	}

	.store__img-wrapper .store__img-text{
		bottom: 2%;
		left: 55%;
	}
}

@media only screen and (max-width: 480px) {

	.store3 .store__message-wrapper {
		width: 100%;
		padding: 0;
	}

	.store__access-img {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.store1 .store__access-img, .store3 .store__access2-img{
		max-width: none;
	}

	.store3 .store__access2 {
		flex-direction: column;
	}

	.store3 .store__access2-img {
		margin-right: 0;
		width: 100%;
		margin-bottom: 8px;
	}

	.store__access-wrapper {
		width: 100%;
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
	}

	.store__img {
		margin-bottom: 0;
	}

	.store__top-img-wrapper {
		width: 100%;
		margin-right: 0;
	}

	.store1 .store__access-wrapper{
		flex-direction: column;
	}

	.store2 .store__img-icon{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		padding-right: 0;
	}

	.store__osusume-wrapper{
		width: 100%;
		margin: 0 auto;
	}

	.store3 .store__osusume-text{
		bottom: 2%;
		right: 0;
	}

	.store2 .store__bottom{
		flex-direction: column;
		align-items: flex-start;
	}

	.store2 .store__osusume-wrapper{
		padding-left: 0;
		margin-top: 0;
	}

	.store__img .store__img-text{
		margin-top: -10px;
	}

	.osusume__img{
		width: 100%;
	}

	.store__hukidasi__sp{
		position: absolute;
		top: -2%;
		right: 0;
		width: 40%;
	}

	.store__bottom3{
		margin-top: 25px;
	}

	.store2 .store__osusume{
		width: 60%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}

	.store__access2-img {
		margin-bottom: 8px;
	}

	.store1 .store__staff-post .branch{
		display: block;
	}

	.store2 .comment{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.store2 .store__staff{
		margin-top: 0;
		display: block;
		position: relative;
		margin-top: 0;
	}

	.store2 .comment-2 .corner__left::after{
		left: 45%;
		border-color: transparent transparent #efefef transparent;
		bottom: auto;
    top: -25px;
		border-width: 0px 20px 26px 0px;
	}

	.store3 .store__box .store__staff-post{
		position: absolute;
	}

	.store3 .store__staff img{
		margin-right: 0;
		margin-top: 15px;
	}

	.store3 .comment .corner__right::after{
		left: 45%;
	}

	.store__img-wrapper .store__img-text{
		bottom: -2%;
		left: 45%;
	}

	.store1 .corner__left::after{
		left: 35%;
	}

	.store1 .corner__right::after {
		left: 45%;
	}

	.store3 .corner__right::after{
		left: 60%;
	}

	.staff-img{
		margin-top: 28%;
	}

	.store2 .store__osusume-text{
		bottom: auto;
		top: 18%;
		left: -2%;
		transform: translateX(0);
		-webkit-transform: translatex(0);
		-ms-transform: translatex(0);
		width: 38%;
		padding-right: 10px;
	}

	.show_860.osusume__img{
		display: none !important;
	}

	.store3 .store__ippin{
		top: -10%;
		left: -9%;
	}

	.comment-1{
		display: none;
	}

	.comment-2{
		display: block;
	}
}

@media only screen and (max-width: 400px) {

	.show_400, .comment-1{
		display: block;
	}

	.store3 .store__staff{
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0;
	}

	.store3 .store__staff-post{
		margin-bottom: 10px;
	}

	.store__head .sage{
		display: block;
	}

	.store__img .store__img-text{
		margin-top: -5px;
	}

	.store3 .store__osusume-text{
		bottom: -8%;
	}

	.store1 .store__staff img, .store3 .store__staff img,
	.staff-img, .store__card img{
		max-height: 150px;
	}

	.store3 .store__staff-post .branch{
		display: inline;
	}

	.store3 .store__box:nth-of-type(2){
		margin-top: 10px;
	}

	.store3 .store__box .store__staff-post{
		position: static;
	}

	.store__img-wrapper .store__img-text{
		bottom: -6%;
		left: 30%;
	}

	.store3 .comment .corner__right::after{
		left: 55%;
	}

	.store1 .store__items:last-of-type{
		margin-bottom: 25px;
	}

	.store1 .store__img-wrapper2{
		margin-bottom: 20px;
	}

	.store1 .store__items:first-of-type{
		margin-bottom: 30px;
	}

	.marks {
		width: 22%;
		left: -8%;
		top: 32%;
	}

	.store3 .store__ippin{
		top: -12%;
		left: -10%;
	}

	.store2 .comment{
		margin-top: 0;
	}

	.store__too{
		max-height: 60px;
		top: -100px;
	}

	.store__osusume-text-wrapper{
		width: 70%;
	}

	.store2 .store__osusume-wrapper{
		display: block;
		margin-bottom: 30px;
	}

	.store2 .store__bottom{
		margin-top: 25px;
	}

	.store2 .store__img-icon{
		position: static;
		transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding-right: 5px;
	}

	.store2 .store__osusume{
		position: relative;
		width: 80%;
	}

	.store2 .store__osusume-text{
		position: absolute;
		width: 170px;
		left: 50%;
		transform: translateX(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
		top: auto;
    bottom: -2%;
	}

	.staff-img{
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
	}

	.store2 .corner__left::after{
		left: 35%;
	}

	.store2 .store__staff{
		margin-top: 15px;
	}

	.show_860.osusume__img{
		display: block !important;
	}

	.store__staff .show_480.store__osusume,
	.store__staff .show_480.store__osusume-text,
	img.store__too.show_480,
	.show_480.store__osusume-text-wrapper,
	.comment-2,
	.store__head.show_480{
		display: none !important;
	}
}


/*----------------------------------*/
/*------------- section8 -----------*/
/*----------------------------------*/
.show480{
	display: none!important;
}
.show520{
	display: none!important;
}
.caption {
    font-size: 11px;
    margin-top: 1em;
    line-height: 1.6;
}
@media screen and (max-width: 800px) {
	.hide800{
		display: none!important;
	}
	.show800{
		display: block!important;
	}
}
@media screen and (max-width: 520px) {
	.hide520{
		display: none!important;
	}
	.show520{
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.hide480{
		display: none!important;
	}
	.show480{
		display: block!important;
	}
}




#section8 .sec8_title{
	width: 100%;
	margin: 40px 0 40px;
  }
  .sec8__titlearea{
	justify-content: space-between;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  }
  .car__titleimg{
	display: block;
	width: 60%;
  }
  .bz4x{
	margin-bottom: 10PX;
  }
  .sec8__bz4xarea{
	width: calc(40% - 30px);
  }
  .sec8__bz4xarea p{
	font-size: 12px;
	padding-top: 5px;
  }
  .sec8__bz4xarea a{
	font-weight: bold;
	text-decoration: underline;
	color: red;
  }
  .sec8__textarea p{
	margin-top: 10px;
  }
  .sec8__textarea a{
	text-decoration: underline;
	font-weight: bold;
  }
  .newtitle{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 50px;
  }
  .newtitle img{
	width: 50%;
  }
  .newtitle:before, .newtitle:after {
	border-top: 7px double #d0916e;
	content: "";
	width: 25em; /* 線の長さ */
  }
  .newtitle:before {
	margin-right: 1em; /* 文字の右隣 */
  }
  .newtitle:after {
	margin-left: 1em; /* 文字の左隣 */
  }
  .sec8__subtitle{
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f7ec96 0%);
	display: inline;
  }
  .sec8__subtitle_ab {
	position: absolute;
	top: 0;
	right: 0;
  }
  .sec8__subtitle_s{
	line-height: 1.4em;
	font-size: 16px;
	font-weight: bold;
  }
  .sec8__subtitle_s span{
	color: #f7ec96;
  }
  .sec8__boxarea{
	margin-bottom: 50px;
  }
  .sec8__box{
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
  }
  .sec8__interior img {
	width: 60px;
	padding-top: 7px;
  }
  .sec8__interior {
	margin-top: 15px;
  }
  .sec8__interior_tx {
	width: calc(100% - 70px);
  }
  .blue_img{
	margin-bottom: 10px;
  }
  .space_img_s{
	margin-bottom: 10px;
  }
  .energy_img{
	margin-bottom: 10px;
  }
  
  .w100{
	width: 100%;
  }
  .p20{
	padding-left: 20px;
  }
  .w30{
	width: calc(30% - 15px);
  }
  .w35{
	width: calc(35% - 15px);
  }
  .w50{
	width: calc(50% - 20px);
  }
  .w50_s {
	width: calc(50% - 10px);
  }
  .w50_2s {
	width: calc(50% - 10px);
  }
  
  .w40{
	width: calc(40% - 15px);
  }
  .w40_1{
	width: calc(40% - 15px);
  }
  .w60{
	width: 60%;
  }
  .w65{
	width: calc(65% - 15px);
  }
  .sec8_comment{
	position: absolute;
	top: 0;
	right: -3%;
	width: 120px;
  }
  .blue_caption{
	color: #1861a9;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 10px;
  }
  .vertical{
	position: relative;
  }
  .sec8__subtitlearea{
	transform : skewX(-8deg);
	margin-bottom: 10px;
  }

  .newtitle:before, .newtitle:after {
	border-top: 7px double #d0916e;
	content: "";
	width: 15em; /* 線の長さ */
  }
  .newtitle:before {
	margin-right: 1em; /* 文字の右隣 */
  }
  .newtitle:after {
	margin-left: 1em; /* 文字の左隣 */
  }
  @media only screen and (max-width: 800px) {
	.car__titleimg{
		width: 80%;
		margin: auto;
	  }
	  .sec8__bz4xarea{
		width: 100%;
	  }
	  
	  .bz4x {
		margin-bottom: 10PX;
		width: 250px;
		display: block;
		margin: 10px auto;
		}
	  .w65{
		width: 100%;
		margin-bottom: 10px;
	  }
	  .w60{
		width: 40%;
	  }
	  .w40_1{
		width: calc(60% - 15px);
	  }
	  .w35{
		width: 100%;
	  }
  }
  @media only screen and (max-width: 768px) {
	.hide768{
		display: none!important;
	}
	.show768{
		display: block!important;
	}
	.vertical{
		margin-bottom: 50px;
	  }
	  .space_img{
		margin-bottom: 20px;
	  }
	  .energy_img{
		width: 100%;
	  }
	.w30{
		width: calc(50% - 10px);
	  }
	  .w40{
		width: 100%;
	  }
	  .w50{
		width: 100%;
	  }
	  .m60px {
		margin-bottom: 60px;
	  }
	  .sec8__design {
		margin-bottom: 15px;
	  }
	  .sec8__subtitle_ab {
		right: auto;
		left: 53%;
	  }
  }
  @media only screen and (max-width: 600px) {
	.newtitle img {
		width: 100%;
	}
  }
  @media only screen and (max-width: 480px) {
	.newtitle{
		margin: 30px auto 30px;
	  }
	.sec8_comment {
		width: 110px;
	  }
	
	  .w60 {
		width: 100%;
	  }
	  .w30 {
		width: 100%;
		margin-bottom: 20px;
	  }
	  .w50_s{
		width: 100%;
		margin-bottom: 10px;
	  }
	  .w50_2s{
		width: 100%;
	  }
	  .trip_car{
		width: 200px;
	  }
	  .sec8__subtitle{
		font-size: 18px;
	  }
	  .sec8__interior_tx {
		width: 100%;
	  }
	  .sec8__interior {
		margin-top: 5px;
	  }
	  .study_title {
		margin-bottom: 0px;
		margin-top: -10px;
	  }
	  .pen{
		left: -35px;
	  }
	  .study__box .s5_box{
		margin-top: 10px;
	  }
  }
		
