/* 店舗トップページ */

@media screen and (min-width: 641px){

/* 共通 */

#sto_top {
	line-height: 200%;
	}

#sto_top h2 {
	font-family: "Hannari";
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0.1em;
	margin: 0px 0px 40px 0px;
	text-align: center;
	}

#sto_top h2 br {
	display: none;
	}

#sto_top .vid {
	float: left;
	position: relative;
	}

#sto_top video {
    width: 100%;
	float: left;
	}

#sto_top .vid button {
	width: 80px;
	height: 80px;
	background: url(img/video/off.svg) no-repeat center 18px;
	background-size: 36px auto;
	background-color: #111111;
	border: none;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	}

#sto_top .vid button.active {
	background: url(img/video/on.svg) no-repeat center 18px;
	background-size: 36px auto;
	background-color: #ffffff;
	}

#sto_top .cor {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 0px 100px 0px;
	position: relative;
	}

#sto_top.ssgyo .cor {
	background: none;
	padding: 100px 0px;
	}

#sto_top .cor ul {
	width : 80%;
	margin: 0px auto;
	overflow: hidden;
  	}

#sto_top .cor li, #sto_top .cor a {
	width: 18.66%;
	margin: 0px 1.66% 0px 0px;
	float: left;
	display: block;
	}

#sto_top .cor li:last-child,
#sto_top .cor a:last-child {
	margin: 0px;
	}

#sto_top .cor p {
	width: 100%;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 0px 20px 0px;
	position: relative;
	overflow: hidden;
	}

#sto_top.gyo .cor p {
	border: 3px #00A37E solid;
	}

#sto_top.ssgyo .cor p {
	border: 3px #C9AC92 solid;
	}

#sto_top .cor p:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 3px #f6f6f6 solid;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
	}

#sto_top .cor img {
	width: 100%;
	}

#sto_top .cor a:hover img {
	opacity: 1;
	}

#sto_top .cor h3 {
	font-size: 18px;
	margin: 0px;
	text-align: center;
	}

#sto_top .blo {
	width: 100%;
	padding: 100px 10%;
	overflow: hidden;
	}

#sto_top.gyo .blo {
	background: #00A37E;
	}

#sto_top.gyo02 .blo {
	background: #C94093;
	padding: 100px 50px;
	}

#sto_top.kum .blo {
	background: #DF828A;
	}

#sto_top.kum02 .blo {
	background: #F89AB8;
	}

#sto_top.kon .blo {
	background: #DF3346;
	}

#sto_top.fuk .blo {
	background: #7445AA;
	}

#sto_top.ssgyo .blo {
	background: #C9AC92;
	}

#sto_top .blo h2 {
	color: #ffffff;
	}

#sto_top .blo ul {
	width : 100%;
	margin: 0px auto;
  	display: grid;
  	gap: 10px;
  	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  	}

#sto_top .blo ul a {
	text-align: center;
	display: block;
	position: relative;
	}

#sto_top .blo ul a img {
	width: 100%;
	height: auto;
	}

#sto_top .blo ul a p {
	width: 94%;
	height: 50px;
	background: #ffffff;
    border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 3%;
	}

#sto_top .blo ul a span {
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0px;
	display: block;
	}

#sto_top .blo ul a font {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 7px;
	}

#sto_top .blo ul a .pla {
	width: 60px;
	height: 60px;
	border: 3px #ffffff solid;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#sto_top .blo ul a .pla:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_top .sto {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 10%;
	}

#sto_top.gyo02 .sto {
	padding: 100px 50px;
	}

#sto_top .sto iframe {
	width: 100%;
	height: 600px;
	margin: 0px auto 50px auto;
	display: block;
	}

#sto_top .sto ol {
	width: 100%;
	background: #ffffff;
	margin: 0px auto;
	padding: 50px 50px 30px 50px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top .sto dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#sto_top .sto dt {
	width: 20%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	}

#sto_top .sto dd {
	display: table-cell;
	}

#sto_top .sch {
	width: 100%;
	padding: 100px 0px 50px 0px;
	text-align: center;
	}

#sto_top .sch li {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 50px auto;
	}

#sto_top .sch img {
	width: 100%;
	}

#sto_top .sch p {
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
	margin: 30px auto 0px auto;
	}

#sto_top.gyo .sch p {
	border: 2px #00A37E solid;
	color: #00A37E;
	}

#sto_top.gyo02 .sch p {
	border: 2px #C94093 solid;
	color: #C94093;
	}

#sto_top.kum .sch p {
	border: 2px #DF828A solid;
	color: #DF828A;
	}

#sto_top.kum02 .sch p {
	border: 2px #F89AB8 solid;
	color: #F89AB8;
	}

#sto_top.kon .sch p {
	border: 2px #DF3346 solid;
	color: #DF3346;
	}

#sto_top.fuk .sch p {
	border: 2px #7445AA solid;
	color: #7445AA;
	}

#sto_top .news {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0px 50px 0px;
	text-align: center;
	}

#sto_top .news img {
	width: 90%;
	max-width: 1000px;
	margin: 0px 0px 50px 0px;
	}


/* 行田 */

#sto_top.gyo .main {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0px;
	overflow: hidden;
	position: relative;
	}

#sto_top.gyo .main img {
	width: 55%;
	float: right;
	}

#sto_top.gyo .main ol {
	width: 40%;
	background: #ffffff;
	font-size: 16px;
	line-height: 200%;
	margin: 0px;
	padding: 50px;
	position: absolute;
    left: 10%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.gyo .mea {
	padding: 100px 0px 140px 0px;
	overflow: hidden;
	position: relative;
	}

#sto_top.gyo .mea .bxslider {
	width: 750px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	}

#sto_top.gyo .mea .bxslider img {
	width: 100%;
	}

#sto_top.gyo .mea .bx-viewport {
	width: 750px!important;
  	overflow: visible!important;
	}

#sto_top.gyo .mea .bx-prev {
	background: url(img/arr01.svg) no-repeat center;
	background-size: auto 10px;
	background-color: #ffffff;
	left: -30%;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
	}

#sto_top.gyo .mea .bx-next {
	background: url(img/arr01.svg) no-repeat center;
	background-size: auto 10px;
	background-color: #ffffff;
	right: -30%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_top.gyo .mea .bx-controls-direction a {
	width: 40px;
	height: 40px;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	display: block;
	text-indent: -9999px;
	}

#sto_top.gyo .mea .bx-pager {
	text-align: center;
	position: absolute;
	bottom: -58px;
	left: 0;
	right: 0;
	z-index: 1;
	}

#sto_top.gyo .mea .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#sto_top.gyo .mea .bx-default-pager a {
	width: 10px;
	height: 10px;
	background: #dddddd;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 7.5px 0px 7.5px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#sto_top.gyo .mea .bx-default-pager a:hover,
#sto_top.gyo .mea .bx-default-pager a.active {
	background: #00A37E;
	opacity: 1;
  	}


/* 行田荒木 */

#sto_top.gyo02 .main {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 50px 150px 50px;
	overflow: hidden;
	}

#sto_top.gyo02 .inf {
	width: 100%;
	background: #ffffff;
	margin: 0px auto 100px auto;
	padding: 50px 80px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.gyo02 .inf h3 {
	font-family: "Hannari";
	font-size: 21px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#sto_top.gyo02 .main dl {
	width: 100%;
	display: table;
	}

#sto_top.gyo02 .main dt {
	width: 30%;
	font-size: 18px;
	line-height: 200%;
	padding: 0px 50px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#sto_top.gyo02 .main dd {
	position: relative;
	}

#sto_top.gyo02 .main dd:before {
	content: '';
	width: 80%;
	height: 70%;
	background: #C94093;
	position: absolute;
	right: -50px;
	bottom: -50px;
	}

#sto_top.gyo02 .main dd img {
	width: 100%;
	position: relative;
	z-index: 1;
	}

#sto_top.gyo02 .enj {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 50px;
	overflow: hidden;
	}

#sto_top.gyo02 .enj dl {
	width: 100%;
	font-size: 16px;
	line-height: 200%;
	margin: 0px 0px 150px 0px;
	display: table;
	}

#sto_top.gyo02 .enj dt {
	width: 60%;
	display: table-cell;
	position: relative;
	}

#sto_top.gyo02 .enj dt img:nth-child(1) {
	position: relative;
	z-index: 2;
	}

#sto_top.gyo02 .enj dt img:nth-child(2) {
	position: absolute;
	right: 0%;
	top: 50px;
	z-index: 1;
	}

#sto_top.gyo02 .enj dd {
	width: 40%;
	padding: 0px 50px 0px 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}

#sto_top.gyo02 .enj dl:nth-child(1) dd:before {
	content: '';
	width: 80px;
	height: 80px;
	background: #C94093;
	position: absolute;
	right: -70%;
	bottom: -90px;
	}

#sto_top.gyo02 .enj dl:nth-child(2) dd:before {
	content: '';
	width: 130px;
	height: 130px;
	background: #C94093;
	position: absolute;
	left: -60%;
	top: 30px;
	}

#sto_top.gyo02 .enj dl:nth-child(2) dd:after {
	content: '';
	width: 40px;
	height: 40px;
	background: #C94093;
	position: absolute;
	left: -130%;
	bottom: -60px;
	}

#sto_top.gyo02 .enj dl:nth-child(3) dd:before {
	content: '';
	width: 80px;
	height: 80px;
	background: #C94093;
	position: absolute;
	right: -40%;
	bottom: -50px;
	z-index: 3;
	}

#sto_top.gyo02 .enj dl:nth-child(3) dd:after {
	content: '';
	width: 50px;
	height: 50px;
	background: #ffffff;
	position: absolute;
	right: -20%;
	bottom: 30px;
	z-index: 3;
	opacity: 0.8;
	}

#sto_top.gyo02 .enj dl:nth-child(2) dd {
	padding: 0px 0px 0px 50px;
	}

#sto_top.gyo02 .enj h3 {
	width: 100%;
	border-bottom: 1px #dddddd solid;
	font-size: 21px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	}

#sto_top.gyo02 .enj h3:before {
	content: '';
	width: 20px;
	border-bottom: 1px #C94093 solid;
	position: absolute;
	left: 0px;
	bottom: -1px;
	}

#sto_top.gyo02 .sli {
	background: #f6f6f6;
	overflow: hidden;
	}

#sto_top.gyo02 .sli h2 br {
	display: block;
	}

#sto_top.gyo02 .sli p {
	width: 100%;
	height: 400px;
	background: url(gyoda02/img/enjrol.jpg) repeat-x;
	margin: 0px;
	float: left;
	}


/* 熊谷 */

#sto_top.kum .abo {
	width: 100%;
	background: #f6f6f6;
	font-size: 16px;
	padding: 100px 0px 60px 0px;
	text-align: center;
	overflow: hidden;
	}

#sto_top.kum .abo ul {
	width: 80%;
	margin: 0px auto;
	}

#sto_top.kum .abo li {
	margin: 0px 0px 40px 0px;
	overflow: hidden;
	}

#sto_top.kum .abo h3 {
	width: 180px;
	background: #ffffff;
	border: 2px #DF828A solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
	color: #DF828A;
	margin: 0px auto 30px auto;
	}

#sto_top.kum .abo p {
	margin: 30px 0px 0px 0px;
	}

#sto_top.kum .abo img {
	width: 23.875%;
	margin: 0px 1.5% 0px 0px;
	float: left;
	}

#sto_top.kum .abo img:last-child {
	margin: 0px;
	}

#sto_top.kum .fun {
	width: 100%;
	font-size: 16px;
	padding: 100px 0px 80px 0px;
	text-align: center;
	overflow: hidden;
	}

#sto_top.kum .fun ul {
	width: 80%;
	margin: 30px auto 0px auto;
	}

#sto_top.kum .fun li {
	width: 23.875%;
	font-size: 14px;
	margin: 0px 1.5% 20px 0px;
	float: left;
	}

#sto_top.kum .fun li:nth-child(4n) {
	margin: 0px 0px 20px 0px;
	}

#sto_top.kum .fun li:nth-child(5) {
	margin: 0px 1.5% 20px 25.375%;
	}

#sto_top.kum .fun li img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}


/* 鴻巣 */

#sto_top.kon .main {
	width: 100%;
	position: relative;
	overflow: hidden;
	}

#sto_top.kon .main:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#sto_top.kon .main img {
	width: 100%;
	}

#sto_top.kon .main ol {
	width: 60%;
	font-size: 18px;
	line-height: 200%;
	color: #ffffff;
	position: absolute;
    left: 10%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_top.kon .main ol img {
	width: auto;
	display: block;
	}

#sto_top.kon .main ol h2 {
	margin: 30px 0px;
	line-height: 130%;
	text-align: left;
	}

#sto_top.kon .main ol h2 br {
	display: block;
	}

#sto_top.kon .poi {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0px;
	}

#sto_top.kon .poi li {
	position: relative;
	overflow: hidden;
	}

#sto_top.kon .poi img {
	width: 62.5%;
	float: right;
	}

#sto_top.kon .poi li:nth-child(2) img {
	float: left;
	}

#sto_top.kon .poi ol {
	width: 32.5%;
	background: #ffffff;
	font-size: 16px;
	line-height: 200%;
	margin: 0px;
	padding: 100px 50px;
	position: absolute;
    left: 10%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.kon .poi li:nth-child(2) ol {
	left: auto;
    right: 10%;
	}

#sto_top.kon .rec {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 0px 100px 0px;
	}

#sto_top.kon .rec dl {
	width: 80%;
	margin: 0px auto;
	display: table;
	}

#sto_top.kon .rec dt, #sto_top.kon .rec dd {
	width: calc(100%/3);
	font-size: 16px;
	line-height: 200%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	}

#sto_top.kon .rec dt {
	width: 50%;
	}

#sto_top.kon .rec dd {
	width: 25%;
	}

#sto_top.kon .rec dt h3 {
	font-family: "Hannari";
	font-size: 48px;
	line-height: 130%;
	letter-spacing: 0.1em;
	color: #DF3346;
	margin: -10px 0px 40px 0px;
	text-align: center;
	}

#sto_top.kon .rec img {
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	}

#sto_top.kon .rec dd:nth-child(1) img:nth-child(1) {
	width: 70%;
	right: 10%;
	top: -15%;
	}

#sto_top.kon .rec dd:nth-child(1) img:nth-child(2) {
	width: 90%;
	right: 25%;
	bottom: -3%;
	}

#sto_top.kon .rec dd:nth-child(3) img {
	width: 90%;
	left: 15%;
	top: 20%;
	}

/*
#sto_top.kon .rec dd:nth-child(1) img:nth-child(1) {
	width: 60%;
	right: 15%;
	top: -7%;
	}

#sto_top.kon .rec dd:nth-child(1) img:nth-child(2) {
	width: 70%;
	left: 0%;
	bottom: -3%;
	}

#sto_top.kon .rec dd:nth-child(3) img {
	width: 80%;
	right: 0%;
	top: 20%;
	}
*/

#sto_top.kon .cha {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 0px 100px 0px;
	}

#sto_top.kon .cha ul {
	width: 80%;
	margin: 0px auto;
	}

#sto_top.kon .cha li {
	font-size: 16px;
	line-height: 200%;
	padding-left: 1em;
	text-indent: -1em;
	}

#sto_top.kon .cha li font {
	color: #DF3346;
	}


/* 深谷 */

#sto_top.fuk .main {
	width: 100%;
	font-size: 18px;
	line-height: 200%;
	padding: 100px 0px;
	overflow: hidden;
	}

#sto_top.fuk .main a {
	width: 400px;
	background: url(img/arr02.svg) no-repeat 97% center;
	background-color: #7445AA;
	background-size: 16px auto;
	font-family: "Hannari";
	font-size: 32px;
	font-weight: bold;
	line-height: 80px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto 100px auto;
	text-align: center;
	display: block;
	}

#sto_top.fuk .main dl {
	width: 80%;
	margin: 0px auto 50px auto;
	display: table;
	}

#sto_top.fuk .main dt {
	width: 40%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	}

#sto_top.fuk .main dt img:nth-child(2) {
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

#sto_top.fuk .main h3 {
	font-size: 18px;
	margin: 40px 0px 0px 0px;
	}

#sto_top.fuk .main p {
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
	}

#sto_top.fuk .main ol {
	width: 80%;
	margin: 0px auto;
	}

#sto_top.fuk .main ol img {
	width: 23.875%;
	margin: 0px 1.5% 0px 0px;
	float: left;
	}

#sto_top.fuk .main ol img:last-child {
	margin: 0px;
	}

#sto_top.fuk .flo {
	width: 100%;
	font-size: 18px;
	line-height: 200%;
	padding: 100px 0px;
	text-align: center;
	}

#sto_top.fuk .flo h3 {
	width: 80%;
	font-family: "Hannari";
	font-size: 48px;
	letter-spacing: 0.1em;
	color: #7445AA;
	margin: 0px auto 40px auto;
	position: relative;
	}

#sto_top.fuk .flo h3:before {
	content: '';
	width: 116px;
	height: 170px;
	background: url(fukaya/img/flopho01.png) no-repeat;
	position: absolute;
	left: 10%;
	top: -90px;
	}

#sto_top.fuk .flo h3:after {
	content: '';
	width: 140px;
	height: 155px;
	background: url(fukaya/img/flopho02.png) no-repeat;
	position: absolute;
	right: 10%;
	top: -70px;
	}

#sto_top.fuk .flo ol {
	width: 80%;
	margin: 50px auto 0px auto;
	}

#sto_top.fuk .flo dl {
	width: 100%;
	text-align: left;
	display: table;
	}

#sto_top.fuk .flo dt {
	width: 8%;
	display: table-cell;
	position: relative;
	}

#sto_top.fuk .flo dt p {
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: -8px;
	}

#sto_top.fuk .flo dd {
	width: 90%;
	height: 80px;
	border-top: 1px #111111 solid;
	font-size: 21px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	}

#sto_top.fuk .flo dl:last-child dd {
	border-bottom: 1px #111111 solid;
	}

#sto_top.fuk .sch {
	background: #f6f6f6;
	}

#sto_top.fuk .news {
	background: none;
	}


/* ショートステイ行田 */

#sto_top.ssgyo .main {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0px;
	overflow: hidden;
	}

#sto_top.ssgyo .main ol {
	width: 80%;
	background: #ffffff;
	font-size: 16px;
	line-height: 200%;
	margin: 0px auto;
	padding: 50px 80px 60px 80px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.ssgyo .main li {
	width: 32%;
	font-size: 14px;
	margin: 0px 2% 20px 0px;
	float: left;
	text-align: center;
	}

#sto_top.ssgyo .main li:nth-child(3n+1) {
	margin: 0px 0px 20px 0px;
	}

#sto_top.ssgyo .main li:nth-child(1) {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 30px 0px;
	}

#sto_top.ssgyo .main li p {
	width: 100%;
	margin: 0px 0px 20px 0px;
  	padding-top: 56.25%;
  	position: relative;
  	}

#sto_top.ssgyo .main li p iframe {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

#sto_top.ssgyo .main li img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}

}

@media screen and (max-width: 640px){

/* 共通 */

#sto_top {
	line-height: 200%;
	overflow: hidden;
	}

#sto_top h2 {
	font-family: "Hannari";
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#sto_top .vid {
	float: left;
	position: relative;
	}

#sto_top video {
    width: 120%;
	margin: 70px 0px 0px -10%;
	float: left;
	}

#sto_top .vid button {
	width: 40px;
	height: 40px;
	background: url(img/video/off.svg) no-repeat center 9px;
	background-size: 18px auto;
	background-color: #111111;
	border: none;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#sto_top .vid button.active {
	background: url(img/video/on.svg) no-repeat center 9px;
	background-size: 18px auto;
	background-color: #ffffff;
	}

#sto_top .cor {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 10% 50px 10%;
	position: relative;
	}

#sto_top.ssgyo .cor {
	background: none;
	padding: 50px 10%;
	}

#sto_top .cor ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
  	}

#sto_top .cor li, #sto_top .cor a {
	width: 46%;
	margin: 0px 8% 10px 0px;
	float: left;
	}

#sto_top .cor li:nth-child(2n), #sto_top .cor a:nth-child(2n) {
	margin: 0px;
	}

#sto_top .cor li:nth-child(5), #sto_top .cor a:nth-child(5) {
	margin: 0px auto;
	}

#sto_top .cor p {
	width: 100%;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 0px 10px 0px;
	position: relative;
	overflow: hidden;
	}

#sto_top.gyo .cor p {
	border: 3px #00A37E solid;
	}

#sto_top.ssgyo .cor p {
	border: 3px #C9AC92 solid;
	}

#sto_top .cor p:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 3px #f6f6f6 solid;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
	}

#sto_top .cor li img, #sto_top .cor a img {
	width: 100%;
	}

#sto_top .cor h3 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#sto_top .blo {
	width: 100%;
	padding: 50px 0px;
	overflow: hidden;
	}

#sto_top.gyo .blo {
	background: #00A37E;
	}

#sto_top.gyo02 .blo {
	background: #C94093;
	}

#sto_top.kum .blo {
	background: #DF828A;
	}

#sto_top.kum02 .blo {
	background: #F89AB8;
	}

#sto_top.kon .blo {
	background: #DF3346;
	}

#sto_top.fuk .blo {
	background: #7445AA;
	}

#sto_top.ssgyo .blo {
	background: #C9AC92;
	}

#sto_top .blo h2 {
	color: #ffffff;
	}

#sto_top .blo h2 {
	color: #ffffff;
	}

#sto_top .blo ul {
	width : 90%;
	margin: 5% 5% -5% 5%;
	overflow: hidden;
  	}

#sto_top .blo ul a {
	margin: 0px 0px 5.55% 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#sto_top .blo ul a img {
	width: 100%;
	height: auto;
	}

#sto_top .blo ul a p {
	width: 94%;
	height: 50px;
	background: #ffffff;
    border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 3%;
	}

#sto_top .blo ul a span {
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0px;
	display: block;
	}

#sto_top .blo ul a font {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 7px;
	}

#sto_top .blo ul a .pla {
	width: 60px;
	height: 60px;
	border: 3px #ffffff solid;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#sto_top .blo ul a .pla:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_top .sto {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 5%;
	}

#sto_top .sto iframe {
	width: 100%;
	height: 300px;
	margin: 0px auto 30px auto;
	display: block;
	}

#sto_top .sto ol {
	width: 100%;
	background: #ffffff;
	margin: 0px auto;
	padding: 30px 20px 10px 20px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top .sto dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#sto_top .sto dt {
	width: 30%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	}

#sto_top .sto dd {
	width: 70%;
	display: table-cell;
	}

#sto_top .sch {
	width: 100%;
	padding: 50px 0px 20px 0px;
	text-align: center;
	}

#sto_top .sch li {
	width: 90%;
	margin: 0px auto 30px auto;
	}

#sto_top .sch img {
	width: 100%;
	}

#sto_top .sch p {
	width: 90px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin: 20px auto 0px auto;
	}

#sto_top.gyo .sch p {
	border: 2px #00A37E solid;
	color: #00A37E;
	}

#sto_top.gyo02 .sch p {
	border: 2px #C94093 solid;
	color: #C94093;
	}

#sto_top.kum .sch p {
	border: 2px #DF828A solid;
	color: #DF828A;
	}

#sto_top.kum02 .sch p {
	border: 2px #F89AB8 solid;
	color: #F89AB8;
	}

#sto_top.kon .sch p {
	border: 2px #DF3346 solid;
	color: #DF3346;
	}

#sto_top.fuk .sch p {
	border: 2px #7445AA solid;
	color: #7445AA;
	}

#sto_top .news {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 5% 20px 5%;
	}

#sto_top .news img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}


/* 行田 */

#sto_top.gyo .main {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0px;
	overflow: hidden;
	}

#sto_top.gyo .main img {
	width: 100%;
	}

#sto_top.gyo .main ol {
	width: 90%;
	background: #ffffff;
	margin: -20px auto 0px auto;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.gyo .mea {
	padding: 50px 0px 80px 0px;
	overflow: hidden;
	position: relative;
	}

#sto_top.gyo .mea .bxslider {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	}

#sto_top.gyo .mea .bxslider img {
	width: 100%;
	}

#sto_top.gyo .mea .bx-viewport {
	width: 100%!important;
  	overflow: visible!important;
	}

#sto_top.gyo .mea .bx-prev {
	background: url(img/arr01.svg) no-repeat center;
	background-size: auto 10px;
	background-color: #ffffff;
	left: 5%;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
	}

#sto_top.gyo .mea .bx-next {
	background: url(img/arr01.svg) no-repeat center;
	background-size: auto 10px;
	background-color: #ffffff;
	right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_top.gyo .mea .bx-controls-direction a {
	width: 32px;
	height: 32px;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	display: block;
	text-indent: -9999px;
	}

#sto_top.gyo .mea .bx-pager {
	text-align: center;
	position: absolute;
	bottom: -48px;
	left: 0;
	right: 0;
	z-index: 1;
	}

#sto_top.gyo .mea .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#sto_top.gyo .mea .bx-default-pager a {
	width: 10px;
	height: 10px;
	background: #dddddd;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 7.5px 0px 7.5px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#sto_top.gyo .mea .bx-default-pager a:hover,
#sto_top.gyo .mea .bx-default-pager a.active {
	background: #00A37E;
	opacity: 1;
  	}


/* 行田荒木 */

#sto_top.gyo02 .main {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0px;
	overflow: hidden;
	}

#sto_top.gyo02 .inf {
	width: 90%;
	background: #ffffff;
	margin: 0px auto 50px auto;
	padding: 30px 20px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.gyo02 .inf h3 {
	font-family: "Hannari";
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#sto_top.gyo02 .main dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	}

#sto_top.gyo02 .main dt {
	width: 90%;
	font-size: 14px;
	margin: 40px auto 0px auto;
	order: 2;
	}

#sto_top.gyo02 .main dd {
	position: relative;
	order: 1;
	}

#sto_top.gyo02 .main dd:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #C94093;
	position: absolute;
	right: -20%;
	bottom: -20px;
	}

#sto_top.gyo02 .main dd img {
	width: 100%;
	position: relative;
	z-index: 1;
	}

#sto_top.gyo02 .enj {
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
	}

#sto_top.gyo02 .enj dl {
	width: 100%;
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-direction: column;
	}

#sto_top.gyo02 .enj dt {
	width: 100%;
	margin: 0px 0px 20px 0px;
	position: relative;
	order: 1;
	}

#sto_top.gyo02 .enj dt img:nth-child(1) {
	width: 100%;
	position: relative;
	z-index: 2;
	}

#sto_top.gyo02 .enj dt img:nth-child(2) {
	display: none;
	}

#sto_top.gyo02 .enj dd {
	width: 90%;
	margin: 0px 5%;
	position: relative;
	order: 2;
	}

#sto_top.gyo02 .enj h3 {
	width: 90%;
	border-bottom: 1px #dddddd solid;
	font-size: 14px;
	margin: 0px 5% 20px 5%;
	padding: 0px 0px 10px 0px;
	position: relative;
	}

#sto_top.gyo02 .enj h3:before {
	content: '';
	width: 20px;
	border-bottom: 1px #C94093 solid;
	position: absolute;
	left: 0px;
	bottom: -1px;
	}

#sto_top.gyo02 .sli {
	background: #f6f6f6;
	overflow: hidden;
	}

#sto_top.gyo02 .sli h2 {
	width: 90%;
	font-size: 18px;
	margin: 0px 5% 20px auto;
	text-align: left;
	}

#sto_top.gyo02 .sli h2 br {
	display: none;
	}

#sto_top.gyo02 .sli p {
	width: 100%;
	height: 300px;
	background: url(gyoda02/img/enjrol.jpg) repeat-x;
	background-size: auto 100%;
	margin: 0px;
	float: left;
	}


/* 熊谷 */

#sto_top.kum .abo {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0px 30px 0px;
	overflow: hidden;
	}

#sto_top.kum .abo ul {
	width: 90%;
	margin: 0px auto;
	}

#sto_top.kum .abo li {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#sto_top.kum .abo h3 {
	width: 140px;
	background: #ffffff;
	border: 2px #DF828A solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #DF828A;
	margin: 0px auto 20px auto;
	text-align: center;
	}

#sto_top.kum .abo p {
	margin: 20px 0px 0px 0px;
	}

#sto_top.kum .abo img {
	width: 48%;
	margin: 0px 4% 10px 0px;
	float: left;
	}

#sto_top.kum .abo img:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#sto_top.kum .fun {
	width: 90%;
	margin: 0px auto;
	padding: 50px 0px 30px 0px;
	overflow: hidden;
	}

#sto_top.kum .fun ul {
	margin: 20px auto 0px auto;
	}

#sto_top.kum .fun li {
	width: 48%;
	margin: 0px 4% 20px 0px;
	float: left;
	text-align: center;
	}

#sto_top.kum .fun li:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#sto_top.kum .fun li img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	}


/* 鴻巣 */

#sto_top.kon .main {
	width: 100%;
	background: url(konosu/img/main.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	}

#sto_top.kon .main:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#sto_top.kon .main img {
	display: none;
	}

#sto_top.kon .main ol {
	width: 90%;
	color: #ffffff;
	margin: 50px auto;
	position: relative;
	z-index: 1;
	}

#sto_top.kon .main ol img {
	width: 60%;
	display: block;
	}

#sto_top.kon .main ol h2 {
	font-size: 21px;
	margin: 20px 0px;
	line-height: 130%;
	text-align: left;
	}

#sto_top.kon .poi {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0px;
	}

#sto_top.kon .poi li:nth-child(1) {
	margin: 0px 0px 50px 0px;
	}

#sto_top.kon .poi img {
	width: 100%;
	}

#sto_top.kon .poi ol {
	width: 90%;
	background: #ffffff;
	margin: -20px auto 0px auto;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.kon .rec {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 0px 50px 0px;
	}

#sto_top.kon .rec dl {
	display: table;
	}

#sto_top.kon .rec dt, #sto_top.kon .rec dd {
	display: table-cell;
	vertical-align: top;
	position: relative;
	}

#sto_top.kon .rec dt {
	width: 70%;
	}

#sto_top.kon .rec dd {
	width: 15%;
	}

#sto_top.kon .rec dt h3 {
	font-family: "Hannari";
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 130%;
	color: #DF3346;
	margin: -10px 0px 40px 0px;
	text-align: center;
	}

#sto_top.kon .rec img {
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	}

#sto_top.kon .rec dd:nth-child(1) img:nth-child(1) {
	width: 120%;
	right: -5%;
	top: 2%;
	}

#sto_top.kon .rec dd:nth-child(1) img:nth-child(2) {
	width: 150%;
	right: 15%;
	bottom: -1%;
	}

#sto_top.kon .rec dd:nth-child(3) img {
	width: 200%;
	left: 10%;
	top: 27%;
	}

#sto_top.kon .cha {
	width: 100%;
	background: #f6f6f6;
	padding: 0px 0px 40px 0px;
	}

#sto_top.kon .cha ul {
	width: 90%;
	margin: 0px auto;
	}

#sto_top.kon .cha li {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0px 0px 10px 0px;
	}

#sto_top.kon .cha li font {
	color: #DF3346;
	}


/* 深谷 */

#sto_top.fuk .main {
	width: 90%;
	padding: 50px 5%;
	overflow: hidden;
	}

#sto_top.fuk .main a {
	width: 100%;
	background: url(img/arr02.svg) no-repeat 97% center;
	background-color: #7445AA;
	background-size: 16px auto;
	font-family: "Hannari";
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto 50px auto;
	text-align: center;
	display: block;
	}

#sto_top.fuk .main dt {
	position: relative;
	}

#sto_top.fuk .main dt img:nth-child(1) {
	width: 60%;
	margin: 0px auto 20px auto;
	display: block;
	}

#sto_top.fuk .main dt img:nth-child(2) {
	width: 20%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

#sto_top.fuk .main h3 {
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	}

#sto_top.fuk .main p {
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
	}

#sto_top.fuk .main ol {
	margin: 30px auto 0px auto;
	}

#sto_top.fuk .main ol img {
	width: 48%;
	margin: 10px 4% 0px 0px;
	float: left;
	}

#sto_top.fuk .main ol img:nth-child(2n) {
	margin: 10px 0px 0px 0px;
	}

#sto_top.fuk .flo {
	width: 100%;
	font-size: 14px;
	padding: 50px 5%;
	}

#sto_top.fuk .flo h3 {
	width: 100%;
	font-family: "Hannari";
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #7445AA;
	margin: 0px auto 20px auto;
	text-align: center;
	position: relative;
	}

#sto_top.fuk .flo h3:before {
	content: '';
	width: 10%;
	height: 100px;
	background: url(fukaya/img/flopho01.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: -60px;
	}

#sto_top.fuk .flo h3:after {
	content: '';
	width: 12%;
	height: 100px;
	background: url(fukaya/img/flopho02.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0px;
	top: -60px;
	}

#sto_top.fuk .flo ol {
	margin: 30px auto 0px auto;
	}

#sto_top.fuk .flo dl {
	width: 100%;
	text-align: left;
	display: table;
	}

#sto_top.fuk .flo dt {
	width: 15%;
	display: table-cell;
	position: relative;
	}

#sto_top.fuk .flo dt p {
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: -6px;
	}

#sto_top.fuk .flo dd {
	width: 85%;
	border-top: 1px #111111 solid;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#sto_top.fuk .flo dl:last-child dd {
	border-bottom: 1px #111111 solid;
	}

#sto_top.fuk .sch {
	background: #f6f6f6;
	}

#sto_top.fuk .news {
	background: none;
	}


/* ショートステイ行田 */

#sto_top.ssgyo .main {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0px;
	overflow: hidden;
	}

#sto_top.ssgyo .main ol {
	width: 90%;
	background: #ffffff;
	margin: 0px auto;
	padding: 30px 20px 10px 20px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#sto_top.ssgyo .main li {
	width: 48%;
	margin: 0px 4% 20px 0px;
	float: left;
	text-align: center;
	}

#sto_top.ssgyo .main li:nth-child(2n+1) {
	margin: 0px 0px 20px 0px;
	}

#sto_top.ssgyo .main li:nth-child(1) {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
	}

#sto_top.ssgyo .main li p {
	width: 100%;
	margin: 0px 0px 10px 0px;
  	padding-top: 56.25%;
  	position: relative;
  	}

#sto_top.ssgyo .main li p iframe {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

#sto_top.ssgyo .main li img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	}

}


