/* 店舗・スタッフ紹介 */

@media screen and (min-width: 641px){

#sto {
	line-height: 150%;
	}

#sto.top .main {
	width: 100%;
	background: #DE586A;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	margin: -60px auto 50px auto;
	padding: 60px 0px 15px 0px;
	text-align: center;
	}

#sto.top .main img {
	width: 40%;
	margin: 50px auto 0px auto;
	display: block;
	}

#sto.top .menu {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	}

#sto.top .menu a {
	width: calc(100% / 5);
	border-right: 1px #DE586A solid;
	background: #FCEEF0;
	font-size: 14px;
	color: #DE586A;
	line-height: 50px;
	display: block;
	position: relative;
	}

#sto.top .menu a:nth-child(5n) {
	border-right: none;
	}

#sto.top .menu a:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #DE586A solid;
	border-right: 1px #DE586A solid;
	position: absolute;
    left: calc(50% - 4px);
	bottom: 6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(135deg);
	}

#sto.top .ban {
	width: 90%;
	max-width: 600px;
	margin: 0px auto 50px auto;
	display: table;
	}

#sto.top .ban img {
	width: 100%;
	}

#sto.top ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto -50px auto;
	display: flex;
	flex-wrap: wrap;
	}

#sto.top ul a {
	width: 30.555%;
	border: 3px #DE586A solid;
	margin: 0px 4.166% 50px 0px;
	padding: 15px 15px 20px 15px;
	text-align: center;
	display: block;
	}

#sto.top ul a:nth-child(3n) {
	margin: 0px 0px 50px 0px;
	}

#sto.top ul a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#sto.top ul a h2 {
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	}

#sto.top ul a ol {
	width: 100%;
	background: url(../img/arr02.png) no-repeat right center;
	background-size: 20px auto;
	}

#sto.det {
	margin: -60px 0px 0px 0px;
	overflow: hidden;
	}

#sto.det .main {
	width: 100%;
	background: #DE586A;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	margin: 0px auto -100px auto;
	padding: 60px 5% 200px 5%;
	}

#sto.det .main ol {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	}

#sto.det .main h1 {
	width: 100%;
	text-align: left;
	}

#sto.det .main img {
	width: 100%;
	margin: 0px auto 30px auto;
	}

#sto.det .main h2 {
	font-size: 21px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	}

#sto.det .sto {
	margin: 0px 0px 100px 0px;
	}

#sto.det .sto dl {
	width: 90%;
	max-width: 1200px;
	margin: 0px 0px 50px auto;
	}

#sto.det .sto dl:nth-child(2n) {
	margin: 0px auto 50px 0px;
	}

#sto.det .sto dt img {
	width: 100%;
	margin: 0px 0px 15px auto;
	}

#sto.det .sto dd {
	width: 95%;
	font-size: 14px;
	}

#sto.det .sto dl:nth-child(2n) dd {
	margin: 0px 0px 0px auto;
	}

#sto.det .sta .bxslider {
	width: 90%;
	margin: 0px 0px 100px 5%;
	position: relative;
	}

#sto.det .sta .bxslider ul {
	z-index: 0;
	}

#sto.det .sta .bxslider a {
	display: block;
	}

#sto.det .sta .bxslider ul a:hover {
	opacity: 1;
	}

#sto.det .sta .bxslider ul a:hover img {
	opacity: 1;
	}

#sto.det .sta .bxslider li {
	text-align: center;
	}

#sto.det .sta .bxslider p {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#sto.det .sta .bxslider li img {
	width: 100%;
	-webkit-transition: all 0s;
	transition: all 0s;
	}

#sto.det .sta .bxslider li .nam {
	width: auto;
	height: 14px !important;
	}

#sto.det .sta .bx-viewport {
  	overflow: visible !important;
	}

#sto.det .sta .bx-prev {
	left: 0px;
	}

#sto.det .sta .bx-prev:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	position: absolute;
	left: 15px;
	top: 13px;
    transform: rotate(-135deg);
	}

#sto.det .sta .bx-next {
	right: 0px;
	}

#sto.det .sta .bx-next:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	position: absolute;
	right: 15px;
	top: 13px;
    transform: rotate(45deg);
	}

#sto.det .sta .bx-controls-direction {
	width: 100%;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#sto.det .sta .bx-controls-direction a {
	width: 35px;
	height: 35px;
	background: #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
	}

#sto.det .sta .bx-controls-direction a.disabled {
	display: none;
	}

#sto.det .acc {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 50px auto;
	}

#sto.det .acc iframe {
	width: 100%;
	height: 500px;
	}

#sto.det .acc li {
	width: 100%;
	border-bottom: 1px #dfdfdf solid;
	font-size: 14px;
	padding: 20px 0px;
	}

#sto.det .acc li p {
	background: url(../img/fre02.svg) no-repeat left center;
	background-size: auto 20px;
	font-size: 24px;
	line-height: 20px;
	padding: 0px 0px 0px 34px;
	}

#sto.det a.res {
	width: 90%;
	max-width: 300px;
	background: #DE586A;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin: 0px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#sto.det a.res:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	right: 20px;
	top: 20px;
    transform: rotate(45deg);
	}

}

@media screen and (max-width: 640px){

#sto {
	line-height: 150%;
	}

#sto.top .main {
	width: 100%;
	background: #DE586A;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	margin: -40px auto 50px auto;
	padding: 40px 0px 15px 0px;
	text-align: center;
	}

#sto.top .main img {
	width: 80%;
	margin: 50px auto 0px auto;
	display: block;
	}

#sto.top .menu {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	}

#sto.top .menu a {
	width: calc(100% / 2);
	border-right: 1px #DE586A solid;
	border-bottom: 1px #DE586A solid;
	background: #FCEEF0;
	font-size: 14px;
	color: #DE586A;
	line-height: 50px;
	display: block;
	position: relative;
	}

#sto.top .menu a:nth-child(2n) {
	border-right: none;
	}

#sto.top .menu a:nth-last-child(0),
#sto.top .menu a:nth-last-child(1) {
	border-bottom: none;
	}

#sto.top .menu a:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #DE586A solid;
	border-right: 1px #DE586A solid;
	position: absolute;
    left: calc(50% - 4px);
	bottom: 6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(135deg);
	}

#sto.top .ban {
	width: 90%;
	margin: 0px auto 50px auto;
	display: table;
	}

#sto.top .ban img {
	width: 100%;
	}

#sto.top ul {
	width: 90%;
	margin: 0px auto;
	}

#sto.top ul a {
	width: 100%;
	border: 3px #DE586A solid;
	margin: 0px 0px 50px 0px;
	padding: 15px 5% 20px 5%;
	text-align: center;
	display: block;
	}

#sto.top ul a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#sto.top ul a h2 {
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	}

#sto.top ul a ol {
	width: 100%;
	background: url(../img/arr02.png) no-repeat right center;
	background-size: 20px auto;
	}

#sto.det {
	margin: -40px 0px 0px 0px;
	overflow: hidden;
	}

#sto.det .main {
	width: 100%;
	background: #DE586A;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	margin: 0px auto -50px auto;
	padding: 40px 5% 100px 5%;
	}

#sto.det .main h1 {
	width: 100%;
	text-align: left;
	}

#sto.det .main img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}

#sto.det .main h2 {
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	}

#sto.det .sto {
	margin: 0px 0px 50px 0px;
	}

#sto.det .sto dl {
	width: 90%;
	margin: 0px 0px 50px auto;
	}

#sto.det .sto dl:nth-child(2n) {
	margin: 0px auto 50px 0px;
	}

#sto.det .sto dt img {
	width: 100%;
	margin: 0px 0px 15px auto;
	}

#sto.det .sto dd {
	width: 95%;
	font-size: 14px;
	}

#sto.det .sto dl:nth-child(2n) dd {
	margin: 0px 0px 0px auto;
	}

#sto.det .sta .bxslider {
	width: 90%;
	margin: 0px 0px 50px 5%;
	position: relative;
	}

#sto.det .sta .bxslider ul {
	z-index: 0;
	}

#sto.det .sta .bxslider a {
	display: block;
	}

#sto.det .sta .bxslider ul a:hover {
	opacity: 1;
	}

#sto.det .sta .bxslider ul a:hover img {
	opacity: 1;
	}

#sto.det .sta .bxslider li {
	text-align: center;
	}

#sto.det .sta .bxslider p {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#sto.det .sta .bxslider li img {
	width: 100%;
	-webkit-transition: all 0s;
	transition: all 0s;
	}

#sto.det .sta .bxslider li .nam {
	width: auto;
	height: 12px !important;
	}

#sto.det .sta .bx-viewport {
  	overflow: visible !important;
	}

#sto.det .sta .bx-prev {
	left: 0px;
	}

#sto.det .sta .bx-prev:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	position: absolute;
	left: 15px;
	top: 13px;
    transform: rotate(-135deg);
	}

#sto.det .sta .bx-next {
	right: 0px;
	}

#sto.det .sta .bx-next:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	position: absolute;
	right: 15px;
	top: 13px;
    transform: rotate(45deg);
	}

#sto.det .sta .bx-controls-direction {
	width: 100%;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#sto.det .sta .bx-controls-direction a {
	width: 35px;
	height: 35px;
	background: #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
	}

#sto.det .sta .bx-controls-direction a.disabled {
	display: none;
	}

#sto.det .acc {
	width: 90%;
	margin: 0px auto 50px auto;
	}

#sto.det .acc iframe {
	width: 100%;
	height: 300px;
	}

#sto.det .acc li {
	width: 100%;
	border-bottom: 1px #dfdfdf solid;
	font-size: 14px;
	padding: 20px 0px;
	}

#sto.det .acc li p {
	background: url(../img/fre02.svg) no-repeat left center;
	background-size: auto 20px;
	font-size: 24px;
	line-height: 20px;
	padding: 0px 0px 0px 34px;
	}

#sto.det a.res {
	width: 90%;
	max-width: 300px;
	background: #DE586A;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin: 0px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#sto.det a.res:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	right: 20px;
	top: 20px;
    transform: rotate(45deg);
	}

}

