.plan__table p{
	line-height: inherit;
}

.topics__image a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.shopdetail .slidegallery {
	margin-top: 0;
}

.shopdetail__image{
	background-color: #000;
}
.shopdetail__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.obj-fit{
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
@media (min-width: 1000px) {
	.topics__image{
		height: 350px;
	}
	.shopdetail__anchor{
		justify-content: center;
	}
	.shopdetail__image {
		height: 360px;
	}
	.cover--shop:after {
		background-image: url(../img/cover_image_shop_detail_pc@2x.jpg);
	}
}
@media only screen and (max-width: 999px) {
	.topics__image{
		height: calc(100vw - 40px);
	}
	.shopdetail__image {
		height: 260px;
	}
	.cover--shop {
		display: none;
	}
}

/*
* 7b-k add : 2022.09.15
*/
.access-information{
	background-color: black;
	color: #fff;
	padding: 30px;
}
.access-information__title{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
	padding: 15px;
}
.access-information__item{
	margin-top: 15px;
}
.access-information__item-title{
	color: #BBA15C;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}
.access-information__item-title::before{
	content: '●';
}
.access-information__item-body{
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
}
.features__inner.__membership{
	padding-top: 0;
}
.features__inner .flow__title--pc2line{
	font-size: 15px;
    padding: 4px 0;
}
.features__inner .flow__box{
	background: #F0EFF0;
    margin: 30px 0;
    padding: 20px;
}
.features__inner .flow__box .content__h3 {
    margin-top: 0;
}
.related-shoplist{
	margin-top: 60px;
}
.related-shoplist__title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.related-shoplist .shoplist__columns{
	margin-right: 0;
	padding-bottom: 0;
}
.related-shoplist .shoplist__column{
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-left: 0;
}
.related-shoplist .shoplist__column:nth-child(4n){
	margin-right: 0;
}
.related-shoplist .shoplist__name{
	font-size: 24px;
}
.related-shoplist .shoplist__address{
	font-size: 16px;
}
.related-shoplist .shoplist__image{
	height: 218px;
}

.related-shoplist + .sns{
	margin-top: 60px;
}

.faq__content{
	border-bottom: 1px solid #dbdada;
}
.faq__title{
	text-align: center;
	padding-bottom: 10px;
}
.faq__title::after{
	display: none;
}
.faq dt, .faq dd{
	background: #F0EFF0;
}
.faq dd::before{
	background-color: #fff;
}

.faq dd p {
    font-size: inherit;
    line-height: inherit;
}

.shop_staff ul{
	display: flex;
	flex-wrap: wrap;
}
.shop_staff__item{
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.shop_staff__item:nth-child(3n){
	margin-right: 0;
}
.shop_staff__image{
	width: 53%;
}
.shop_staff__image img{
	max-width: 100%;
	height: auto;
}
.shop_staff__no-image{
	width: 100%;
	height: 100%;
	background-color: #ccc;
}
.shop_staff__meta{
	width: 42%;
}
.shop_staff__name{
	color:#BBA15C;
	font-size: 20px;
	font-weight: bold;
}
.shop_staff__kana{
	margin-top: 10px;
	font-size: 12px;
}
.shop_staff__comment{
	margin-top: 32px;
	line-height: 1.625;
}

.word_of_mouth ul{
	display: flex;
	flex-wrap: wrap;
}
.word_of_mouth__item{
	width: 50%;
	margin-right: 2%;
	margin-top: 40px;
}
.word_of_mouth__item:nth-child(3n){
	margin-right: 0;
}
.word_of_mouth__image{
	width: 100%;
}
.word_of_mouth__image img{
	max-width: 100%;
	height: auto;
}
.word_of_mouth__no-image{
	width: 100%;
	height: 100%;
	background-color: #ccc;
}
.word_of_mouth__meta{

}
.word_of_mouth__comment{
	line-height: 1.625;
	margin-top: 20px;
}


/* 7b-k : 2022.12.26 */
.shopdetail__gmap{
	margin-bottom: 70px;
}
.gmap__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	font-style: normal;
}
.shopdetail__gmap em {
	color: #CBA457;
	font-weight: 700;
	font-style: normal;
}

@media only screen and (min-width: 1000px){
	.features__inner .flow__box{
		padding: 40px;
	}
	.features__inner .flow__list{
		width: 25%;
	}
	.related-shoplist__inner .slidegallery__arrow--prev{
		left: -40px;
	}
	.related-shoplist__inner .slidegallery__arrow--next{
		right: -40px;
	}
}
@media only screen and (max-width: 999px){
	.access-information__title{
		font-size: 20px;
	}
	.access-information__item-title{
		font-size: 16px;
	}
	.access-information__item-body{
		font-size: 14px;
	}

	.related-shoplist{
		margin-top: 60px;
	}
	.related-shoplist__title{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.related-shoplist__inner{
		margin: 0 20px;
		position: relative;
	}
	.related-shoplist__inner .slidegallery__arrow{
		top: calc(356px / 2);
	}
	.related-shoplist .shoplist__columns{
		margin: 20px 0 0;
		padding: 0;
	}
	.related-shoplist .shoplist__column{
		width: 100%;
		margin-right: 0;
		padding-bottom: 10px;
	}
	.related-shoplist .shoplist__column:last-child{
		padding-bottom: 0;
	}
	.related-shoplist .shoplist__name{
		margin-top: 10px;
		font-size: 18px;
	}
	.related-shoplist .shoplist__address{
		font-size: 16px;
		margin-top: 5px;
		line-height: 1.2;
	}
	.related-shoplist .shoplist__image{
		height: 268px;
	}

	.shop_staff ul{
		display: block;
	}
	.shop_staff__item,
	.shop_staff__item:nth-child(3n){
		width: 94%;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.shop_staff__image{
		width: 50%;
	}
	.shop_staff__no-image{
		min-height: 180px;
	}
	.shop_staff__meta{
		width: 44%;
	}
	.shop_staff__name{
		font-size: 18px;
	}
	.shop_staff__kana{
		margin-top: 10px;
		font-size: 12px;
	}
	.shop_staff__comment{
		margin-top: 30px;
		line-height: 1.625;
		font-size: 14px;
	}

	.word_of_mouth__item,
	.word_of_mouth__item:nth-child(3n){
		width: 94%;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.word_of_mouth__image{
		width: 90%;
	}
	.word_of_mouth__no-image{
		min-height: 180px;
	}
	.word_of_mouth__meta{
	}
	.word_of_mouth__name{
		font-size: 18px;
	}
	.word_of_mouth__kana{
		margin-top: 10px;
		font-size: 12px;
	}
	.word_of_mouth__comment{
		line-height: 1.625;
		font-size: 14px;
		margin-top: 20px;
	}

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

.shopdetail__anchor{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.shopdetail__anchor .button{
	width: calc(20% - 30px);
	margin-bottom: 20px;
}
.shopdetail__columns{
	margin-top: 20px;
}

@media only screen and (max-width: 999px){
	.shopdetail__anchor{
		display: flex;
		flex-wrap: wrap;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 0;
	}
	.shopdetail__anchor .button{
		width: 48%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.shopdetail__anchor .button:before{
		margin-right: 5px;
	}
	.shopdetail__anchor .button:nth-child(odd){
		margin-right: 4%;
	}
}
.wrapper {
	padding: 0 0 88px 0;
}
.shop__detail__footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 4;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop__detail__footer__link1 {
	width: 300px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: 'Noto Sans CJK JP', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 56px;
	background: #BBA15C;
	margin: 0 10px;
	text-decoration: none;
	box-shadow: none;
	transition: 0.2s all;
}
@media only screen and (max-width: 999px) {
	.shop__detail__footer__link1 {
		margin: 0 6px;
		font-size: 16px;
		text-indent: 20px;
	}
}
.shop__detail__footer__link1:hover {
	box-shadow: 0 0 0 2px #BBA15C;
}
.shop__detail__footer__link1 svg {
	position: absolute;
	width: 16px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
@media only screen and (max-width: 999px) {
	.shop__detail__footer__link1 svg {
		left: 12px;
	}
}
.shop__detail__footer__link2 {
	width: 300px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'Noto Sans CJK JP', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 56px;
	background: #C80000;
	margin: 0 10px;
	text-decoration: none;
	box-shadow: none;
	transition: 0.2s all;
}
@media only screen and (max-width: 999px) {
	.shop__detail__footer__link2 {
		margin: 0 6px;
		font-size: 16px;
		text-indent: 20px;
	}
}
.shop__detail__footer__link2:hover {
	box-shadow: 0 0 0 2px #C80000;
}
.shop__detail__footer__link2 svg {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
@media only screen and (max-width: 999px) {
	.shop__detail__footer__link2 svg {
		left: 12px;
	}
}
.shop__detail_header {
	width: 1200px;
	position: relative;
	padding: 0 70px 0 0;
	margin: 40px auto 48px auto;
}
@media only screen and (max-width: 999px) {
	.shop__detail_header {
		width: auto;
		margin: 0;
    padding: 20px 60px 20px 16px;
	}
}
.shop__detail_header_title {
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
}
@media only screen and (max-width: 999px) {
	.shop__detail_header_title {
		font-size: 20px;
	}
}
.shop__detail_header_title span {
	color: #BBA15C;
}
.shop__detail_header_address {
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3;
}
@media only screen and (max-width: 999px) {
	.shop__detail_header_address {
		font-size: 20px;
	}
}
.shop__detail_slide_text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	padding: 20px;
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	bottom: 0;
	left: 0;
	min-height: 80px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide_text {
		font-size: 10px;
		padding: 2px 12px;
		min-height: 51px;
	}
}
.shop__detail_slide {
	background: #000;
	padding: 20px 0 0 0;
	position: relative;
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide {
		padding: 14px 0 12px 0;
	}
}
.shop__detail_slide_list {
	display: flex;
	align-items: center;
}
.shop__detail_slide_list .slick-slide {
	width: 478px;
	height: 360px;
	margin: 0 8px;
	position: relative;
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide_list .slick-slide {
		width: 292px;
		height: 220px;
		margin: 0 6px;
	}
}
.slick-slide-inner {
	height: 360px;
}
@media only screen and (max-width: 999px) {
	.slick-slide-inner {
		height: 220px;
	}
}
.shop__detail_slide_navigation {
	background: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide_navigation {
		position: static;
		padding: 0;
	}
}
.slick-dots {
	justify-content: center;
	align-items: center;
	display: flex;
	order: 2;
}
@media only screen and (max-width: 999px) {
	.slick-dots {
		display: none !important;
	}
}
.slick-dots li {
	width: 8px;
	margin: 0 8px;
	font-size: 0;
}
.slick-dots li.slick-active button {
	background: #EFEFED;
}
.slick-dots button {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 8px;
	padding: 0;
	background: #888;
	font-size: 0;
}
.shop__detail_slide_navigation .slidegallery__arrow--prev {
	width: 32px;
	height: 32px;
	border: 1px solid #EFEFED;
	border-radius: 32px;
	position: relative;
	top: initial;
	left: initial;
	order: 1;
	margin: 8px 40px 8px 0;
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide_navigation .slidegallery__arrow--prev {
		border: none;
		top: 0;
		position: absolute;
		bottom: 0;
		margin: auto;
		left: 20px;
	}
}
.shop__detail_slide_navigation .slidegallery__arrow--next {
	width: 32px;
	height: 32px;
	border: 1px solid #EFEFED;
	border-radius: 32px;
	position: relative;
	top: initial;
	right: initial;
	order: 3;
	margin: 8px 0 8px 40px;
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide_navigation .slidegallery__arrow--next {
		border: none;
		top: 0;
		position: absolute;
		bottom: 0;
		margin: auto;
		right: 20px;
	}
}
@media only screen and (max-width: 999px) {
	.shop__detail_slide_list.shopdetail__image {
		height: auto;
		margin: 0;
	}
}
.content_navigation {
	display: flex;
	justify-content: center;
	margin: 40px 0 60px 0;
}
@media only screen and (max-width: 999px) {
	.content_navigation {
		margin: 24px 0;
	}
}
.content_navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 160px;
	height: 78px;
	border-right: 1px solid #DBDADA;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: 0.2s all;
}
@media only screen and (max-width: 999px) {
	.content_navigation a {
		font-size: 11px;
		height: 48px;
	}
}
.content_navigation a:hover {
	color: #BBA15C;
}
@media only screen and (max-width: 999px) {
	.content_navigation a svg {
		width: 24px;
		height: 24px;
		margin: 0 0 4px 0;
	}
}
.content_navigation a svg path {
	transition: 0.2s all;
}
.content_navigation a:not([href="#machine"]):hover svg path {
	fill: #BBA15C;
}
.content_navigation a[href="#machine"]:hover svg path {
	stroke:#BBA15C;
}
.content_navigation a:first-child {
	border-left: 1px solid #DBDADA;
}
.content_navigation a svg {
	margin: 0 0 4px 0;
}
.shop__detail__content_1 {
	width: 1200px;
	margin: 0 auto 80px auto;
}
@media only screen and (max-width: 999px) {
	.shop__detail__content_1 {
		width: auto;
		margin: 0 16px 28px 16px;
	}
}
.shop__detail__content_2 {
	width: 1200px;
	margin: 0 auto 80px auto;
}
@media only screen and (max-width: 999px) {
	.shop__detail__content_2 {
		width: auto;
		margin: 0 16px 40px 16px;
	}
}
.campaign {
	margin: 0 0 80px 0;
	background: #fff;
	display: flex;
	padding: 32px;
	box-sizing: border-box;
	border-radius: 4px;
}
@media only screen and (max-width: 999px) {
	.campaign {
		flex-flow: column;
		padding: 16px 16px 20px 16px;
		margin: 0 0 40px 0;
	}
}
.campaign__content {
	width: 100%;
	padding: 0 20px 0 0;
}
@media only screen and (max-width: 999px) {
	.campaign__content {
		order: 2;
		padding: 0;
	}
}
.campaign__title {
	color: #BBA15C;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 24px 0;
}
@media only screen and (max-width: 999px) {
	.campaign__title {
		font-size: 16px;
		margin: 0 0 12px 0;
	}
}
.campaign__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 999px) {
	.campaign__text {
		font-size: 14px;
	}
}
.campaign__image {
	width: 550px;
	min-width: 550px;
}
@media only screen and (max-width: 999px) {
	.campaign__image {
		width: 100%;
		min-width: 300px;
		order: 1;
		margin: 0 0 16px 0;
	}
}
.campaign__image img {
	width: 100%;
	height: auto;
}
.campaign__link {
	width: 166px;
	height: 48px;
	background: #BBA15C;
	border-radius: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all;
	margin: 24px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.campaign__link {
		margin: 24px auto 0 auto;
	}
}
.campaign__link:hover {
	box-shadow: 0 0 0 2px #BBA15C;
}
.info__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 2px solid #000;
}
@media only screen and (max-width: 999px) {
	.info__title {
		font-size: 18px;
		padding: 0 0 12px 0;
		margin: 0 0 20px 0;
	}
}
.info__title span {
	color: #BBA15C;
}
.info__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 16px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.info__text {
		font-size: 14px;
	}
}
.feature__lists._detail {
	margin: 0 0 40px -12px;
}
@media only screen and (max-width: 999px) {
	.feature__lists._detail {
		padding: 0;
		margin: 0 0 24px -8px;
	}
}
.feature__lists._detail .feature__list {
	width: calc(25% - 12px);
	margin: 12px 0 0 12px;
}
@media only screen and (max-width: 999px) {
	.feature__lists._detail .feature__list {
		width: calc(25% - 8px);
		margin: 8px 0 0 8px;
	}
}
.info__map,
.news,
.staff,
.machine {
	scroll-margin-top: 146px;
}
@media only screen and (max-width: 999px) {
	.info__map,
	.news,
	.staff,
	.machine {
		scroll-margin-top: 70px;
	}
}
.plan {
	scroll-margin-top: 80px;
}
@media only screen and (max-width: 999px) {
	.plan {
		scroll-margin-top: 60px;
	}
}
.info__contents {
	margin: 0 -20px 46px -20px;
	display: flex;
}
@media only screen and (max-width: 999px) {
	.info__contents {
		margin: 20px 0 16px 0;
		flex-flow: column;
	}
}
.info__content {
	width: 50%;
	margin: 0 20px;
}
@media only screen and (max-width: 999px) {
	.info__content {
		width: 100%;
		margin: 0;
		border-top: none;
	}
}
.info__content__block {
	padding: 16px 0;
	border-bottom: 1px solid #DBDADA;
}
.info__content__block__head {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px 0;
}
@media only screen and (max-width: 999px) {
	.info__content__block__head {
		font-size: 14px;
	}
}
.info__content__block__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
@media only screen and (max-width: 999px) {
	.info__content__block__text {
		font-size: 14px;
	}
}
.situation {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 66px;
  border-radius: 4px;
}
@media only screen and (max-width: 999px) {
	.situation {
		width: 44px;
		height: 44px;
    top: 22px;
    right: 16px;
	}
}
.situation span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.situation span {
		font-size: 11px;
		bottom: -16px;
	}
}
.situation[data-situation=''] span {
	display: none;
}
.situation::before {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 999px) {
	.situation::before {
		font-size: 12px;
	}
}
.situation[data-situation='混雑'] {
  border: 1px solid #eb4667;
}
.situation[data-situation='やや混雑'] {
  border: 1px solid #bba15c;
}
.situation[data-situation='空き'] {
  border: 1px solid #000;
}
.situation[data-situation='混雑']::before {
  content: '混雑';
  color: #eb4667;
}
.situation[data-situation='やや混雑']::before {
  content: 'やや混雑';
  color: #bba15c;
}
.situation[data-situation='空き']::before {
  content: '空き';
  color: #000;
}
.situation::after {
  content: '';
	margin: 4px 0 0 0;
  width: 32px;
  height: 24px;
}
@media only screen and (max-width: 999px) {
	.situation::after {
		margin: 3px 0 0 0;
		width: 16px;
		height: 12px;
	}
}
.situation[data-situation='混雑']::after {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23EB4667%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23EB4667%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23EB4667%22%2F%3E%3Cpath%20d%3D%22M0%207C0%205.89543%200.895431%205%202%205C3.10457%205%204%205.89543%204%207V12H0V7Z%22%20fill%3D%22%23EB4667%22%2F%3E%3Cpath%20d%3D%22M6%207C6%205.89543%206.89543%205%208%205C9.10457%205%2010%205.89543%2010%207V12H6V7Z%22%20fill%3D%22%23EB4667%22%2F%3E%3Cpath%20d%3D%22M12%207C12%205.89543%2012.8954%205%2014%205C15.1046%205%2016%205.89543%2016%207V12H12V7Z%22%20fill%3D%22%23EB4667%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
	background-size: 32px 24px;
}
.situation[data-situation='やや混雑']::after {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23BBA15C%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23BBA15C%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Cpath%20d%3D%22M0%207C0%205.89543%200.895431%205%202%205C3.10457%205%204%205.89543%204%207V12H0V7Z%22%20fill%3D%22%23BBA15C%22%2F%3E%3Cpath%20d%3D%22M6%207C6%205.89543%206.89543%205%208%205C9.10457%205%2010%205.89543%2010%207V12H6V7Z%22%20fill%3D%22%23BBA15C%22%2F%3E%3Cpath%20d%3D%22M12%207C12%205.89543%2012.8954%205%2014%205C15.1046%205%2016%205.89543%2016%207V12H12V7Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
	background-size: 32px 24px;
}
.situation[data-situation='空き']::after {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23414141%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Cpath%20d%3D%22M0%207C0%205.89543%200.895431%205%202%205C3.10457%205%204%205.89543%204%207V12H0V7Z%22%20fill%3D%22%23414141%22%2F%3E%3Cpath%20d%3D%22M6%207C6%205.89543%206.89543%205%208%205C9.10457%205%2010%205.89543%2010%207V12H6V7Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Cpath%20d%3D%22M12%207C12%205.89543%2012.8954%205%2014%205C15.1046%205%2016%205.89543%2016%207V12H12V7Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
	background-size: 32px 24px;
}
@media only screen and (max-width: 999px) {
	.situation[data-situation='混雑']::after {
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23EB4667%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23EB4667%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23EB4667%22%2F%3E%3Cpath%20d%3D%22M0%207C0%205.89543%200.895431%205%202%205C3.10457%205%204%205.89543%204%207V12H0V7Z%22%20fill%3D%22%23EB4667%22%2F%3E%3Cpath%20d%3D%22M6%207C6%205.89543%206.89543%205%208%205C9.10457%205%2010%205.89543%2010%207V12H6V7Z%22%20fill%3D%22%23EB4667%22%2F%3E%3Cpath%20d%3D%22M12%207C12%205.89543%2012.8954%205%2014%205C15.1046%205%2016%205.89543%2016%207V12H12V7Z%22%20fill%3D%22%23EB4667%22%2F%3E%3C%2Fsvg%3E')
			no-repeat;
		background-size: 16px 12px;
	}
	.situation[data-situation='やや混雑']::after {
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23BBA15C%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23BBA15C%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Cpath%20d%3D%22M0%207C0%205.89543%200.895431%205%202%205C3.10457%205%204%205.89543%204%207V12H0V7Z%22%20fill%3D%22%23BBA15C%22%2F%3E%3Cpath%20d%3D%22M6%207C6%205.89543%206.89543%205%208%205C9.10457%205%2010%205.89543%2010%207V12H6V7Z%22%20fill%3D%22%23BBA15C%22%2F%3E%3Cpath%20d%3D%22M12%207C12%205.89543%2012.8954%205%2014%205C15.1046%205%2016%205.89543%2016%207V12H12V7Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E')
			no-repeat;
		background-size: 16px 12px;
	}
	.situation[data-situation='空き']::after {
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23414141%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Cpath%20d%3D%22M0%207C0%205.89543%200.895431%205%202%205C3.10457%205%204%205.89543%204%207V12H0V7Z%22%20fill%3D%22%23414141%22%2F%3E%3Cpath%20d%3D%22M6%207C6%205.89543%206.89543%205%208%205C9.10457%205%2010%205.89543%2010%207V12H6V7Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3Cpath%20d%3D%22M12%207C12%205.89543%2012.8954%205%2014%205C15.1046%205%2016%205.89543%2016%207V12H12V7Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E')
			no-repeat;
		background-size: 16px 12px;
	}
}
.info__content__block__button {
	width: 204px;
	height: 35px;
	background: #000;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all;
	margin: 8px 0 16px 0;
}
@media only screen and (max-width: 999px) {
	.info__content__block__button {
		margin: 0;
	}
}
.info__content__block__button:hover {
	box-shadow: 0 0 0 2px #000;
}
.info__content__block__button svg {
	margin: 0 8px 0 0;
}
.info__content__time_schedule_text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 999px) {
	.info__content__time_schedule_text {
		font-size: 12px;
	}
}
.info__content__time_schedule {
	display: flex;
	justify-content: center;
	padding: 16px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DBDADA;
	margin: 0 0 12px 0;
}
@media only screen and (max-width: 999px) {
	.info__content__time_schedule {
		padding: 12px 0;
	}
}
.info__content__time_schedule li {
	width: 78px;
	height: 72px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-right: 1px solid #DBDADA;
}
.info__content__time_schedule li:last-child {
	border-right: none;
}
.info__content__time_schedule li p {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
}
.info__content__time_schedule li p:nth-child(1) {
	margin: 0 0 8px;
}
.info__content__block__sns {
	display: flex;
	align-items: center;
	margin: 8px 0 16px 0;
}
@media only screen and (max-width: 999px) {
	.info__content__block__sns {
		margin: 0;
	}
}
.info__content__block__sns a {
	text-decoration: none;
	margin: 0 8px 0 0;
	transition: 0.2s all;
}
.info__content__block__sns a:hover {
	scale: 1.05;
}
.info__map {
	height: 350px;
	margin: 0 0 16px 0;
}
@media only screen and (max-width: 999px) {
	.info__map {
		height: 290px;
	}
}
.info__map iframe {
	width: 100%;
	height: 100%;
}
.info__address {
	border-top: 1px solid #DBDADA;
}
.info__address._first1 {
	border-top: none;
}
.info__address._first2 {
	border-top: none;
}
@media only screen and (max-width: 999px) {
	.info__address._first2 {
		border-top: 1px solid #DBDADA;
	}
}
.info__address._last {
	border-bottom: 1px solid #DBDADA;
}
@media only screen and (max-width: 999px) {
	.info__address {
		flex-flow: column;
		padding: 16px 0;
	}
}
.info__address__head {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	width: 184px;
	min-width: 184px;
	padding: 16px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.info__address__head {
		font-size: 14px;
		padding: 0;
		margin: 0 0 8px 0;
	}
}
.info__address__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 8px 0 16px 0;
}
@media only screen and (max-width: 999px) {
	.info__address__text {
		font-size: 14px;
		padding: 0;
	}
}
.info__address__text._bold {
	font-weight: 700;
}
.info__address__text a {
	color: #BBA15C;
}
.info_reviews__head {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 16px 0;
}
.info_reviews {
	margin: 60px 0 0 0;
}
.info_reviews__items {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}
@media only screen and (max-width: 999px) {
	.info_reviews__items {
		overflow: auto;
		flex-wrap: nowrap;
		margin: 0 -16px;
		padding: 0 0 0 16px;
	}
}
.info_reviews__items li {
	width: 288px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #DBDADA;
	margin: 8px;
	padding: 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
	.info_reviews__items li {
		width: 206px;
		min-width: 206px;
		margin: 0 16px 0 0;
	}
}
.info_reviews__name {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px 0;
}
@media only screen and (max-width: 999px) {
	.info_reviews__name {
		font-size: 14px;
		margin: 0 0 8px 0;
	}
}
.info_reviews__name img {
	width: 44px;
	height: 44px;
	border-radius: 44px;
	overflow: hidden;
	margin: 0 8px 0 0;
}
@media only screen and (max-width: 999px) {
	.info_reviews__name img {
		width: 32px;
		height: 32px;
	}
}
.info_reviews__star {
	display: flex;
	margin: 0 0 12px 0;
}
@media only screen and (max-width: 999px) {
	.info_reviews__star {
		margin: 0 0 4px 0;
	}
}
.info_reviews__star svg {
	margin: 0 2px 0 0;
}
@media only screen and (max-width: 999px) {
	.info_reviews__star svg {
		width: 16px;
	}
}
.info_reviews__star[data-star="1"] svg:nth-child(1) path {
	fill: #CBA457;
}
.info_reviews__star[data-star="2"] svg:nth-child(1) path,
.info_reviews__star[data-star="2"] svg:nth-child(2) path {
	fill: #CBA457;
}
.info_reviews__star[data-star="3"] svg:nth-child(1) path,
.info_reviews__star[data-star="3"] svg:nth-child(2) path,
.info_reviews__star[data-star="3"] svg:nth-child(3) path {
	fill: #CBA457;
}
.info_reviews__star[data-star="4"] svg:nth-child(1) path,
.info_reviews__star[data-star="4"] svg:nth-child(2) path,
.info_reviews__star[data-star="4"] svg:nth-child(3) path,
.info_reviews__star[data-star="4"] svg:nth-child(4) path {
	fill: #CBA457;
}
.info_reviews__star[data-star="5"] svg:nth-child(1) path,
.info_reviews__star[data-star="5"] svg:nth-child(2) path,
.info_reviews__star[data-star="5"] svg:nth-child(3) path,
.info_reviews__star[data-star="5"] svg:nth-child(4) path,
.info_reviews__star[data-star="5"] svg:nth-child(5) path {
	fill: #CBA457;
}
.info_reviews__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 12px 0;
}
@media only screen and (max-width: 999px) {
	.info_reviews__text {
		font-size: 12px;
	}
}
.info_reviews__time {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 999px) {
	.info_reviews__time {
		font-size: 12px;
	}
}
.news {
	margin: 80px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.news {
		margin: 40px 0 0 0;
	}
}
.news__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 24px 0;
	margin: 0 0 40px 0;
	border-bottom: 2px solid #000;
}
@media only screen and (max-width: 999px) {
	.news__title {
		font-size: 18px;
		padding: 0 0 12px 0;
		margin: 0 0 20px 0;
	}
}
.news__title span {
	color: #BBA15C;
}
.news__items {
	display: flex;
	margin: -8px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 999px) {
	.news__items {
		margin: 0;
		flex-wrap: nowrap;
		flex-flow: column;
	}
}
.news__items li {
	width: 592px;
	margin: 8px;
	display: flex;
	background: #fff;
	padding: 16px;
	border-radius: 4px;
	border: 1px solid #DBDADA;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
@media only screen and (max-width: 999px) {
	.news__items li {
		width: 100%;
		margin: 0 0 12px 0;
		padding: 12px;
	}
}
.news__item__image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 999px) {
	.news__item__image {
		margin: 0 12px 0 0;
	}
}
.news__item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news__item__date {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 8px 0;
}
@media only screen and (max-width: 999px) {
	.news__item__date {
		font-size: 12px;
		margin: 0 0 4px 0;
	}
}
.news__item__head {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 16px 0;
}
@media only screen and (max-width: 999px) {
	.news__item__head {
		font-size: 14px;
		margin: 0 0 8px 0;
	}
}
.news__item__text {
	display: none;
}
.news__item__arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	transition: 0.2s all;
}
.news__items li:hover .news__item__arrow {
	right: 18px;
}
.news__item__image:empty {
	background: none;
}
.staff {
	margin: 80px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.staff {
		margin: 40px 0 0 0;
	}
}
.staff__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 24px 0;
	margin: 0 0 40px 0;
	border-bottom: 2px solid #000;
}
@media only screen and (max-width: 999px) {
	.staff__title {
		font-size: 18px;
		padding: 0 0 12px 0;
		margin: 0 0 20px 0;
	}
}
.staff__title span {
	color: #BBA15C;
}
.staff__items {
	display: flex;
	margin: -8px;
	flex-wrap: wrap;
}
.staff__items li {
	width: 288px;
	margin: 8px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DBDADA;
}
@media only screen and (max-width: 999px) {
	.staff__items li {
		width: calc(50% - 16px);
		padding: 12px;
	}
}
.staff__item__image {
	margin: 0 0 16px 0;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.staff__item__image {
		margin: 0 0 12px 0;
	}
}
.staff__item__image img {
	height: 175px;
	object-fit: contain;
}
@media only screen and (max-width: 999px) {
	.staff__item__image img {
		height: 100px;
	}
}
.staff__item__text1 {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 4px 0;
}
.staff__item__text2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px 0;
}
@media only screen and (max-width: 999px) {
	.staff__item__text2 {
		font-size: 14px;
	}
}
.staff__item__text3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 999px) {
	.staff__item__text3 {
		font-size: 12px;
	}
}
.machine {
	margin: 80px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.machine {
		margin: 40px 0 0 0;
	}
}
.machine__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 24px 0;
	margin: 0 0 40px 0;
	border-bottom: 2px solid #000;
}
@media only screen and (max-width: 999px) {
	.machine__title {
		font-size: 18px;
		padding: 0 0 12px 0;
		margin: 0 0 20px 0;
	}
}
.machine__title span {
	color: #BBA15C;
}
.machine__items {
	display: flex;
	margin: -8px;
	flex-wrap: wrap;
}
.machine__items li {
	width: 288px;
	margin: 8px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DBDADA;
}
@media only screen and (max-width: 999px) {
	.machine__items li {
		width: calc(50% - 16px);
		padding: 12px;
	}
}
.machine__item__image {
	margin: 0 0 16px 0;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.machine__item__image {
		margin: 0 0 12px 0;
	}
}
.machine__item__image img {
	height: 175px;
	object-fit: contain;
}
@media only screen and (max-width: 999px) {
	.machine__item__image img {
		height: 100px;
	}
}
.machine__item__text1 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px 0;
}
@media only screen and (max-width: 999px) {
	.machine__item__text1 {
		font-size: 14px;
	}
}
.machine__item__text2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 999px) {
	.machine__item__text2 {
		font-size: 12px;
	}
}
.other_machine {
	margin: 16px 0 0 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DBDADA;
	display: flex;
	align-items: center;
	padding: 20px;
}
@media only screen and (max-width: 999px) {
	.other_machine {
		margin: 12px 0 0 0;
		padding: 12px;
		flex-flow: column;
		align-items: flex-start;
	}
}
.other_machine__head {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 40px 0 0;
}
@media only screen and (max-width: 999px) {
	.other_machine__head {
		font-size: 14px;
		margin: 0 0 8px 0;
	}
}
.other_machine__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
@media only screen and (max-width: 999px) {
	.other_machine__text {
		font-size: 12px;
	}
}
.plan {
	background: #000;
	padding: 80px 0;
}
@media only screen and (max-width: 999px) {
	.plan {
		padding: 28px 0 40px 0;
	}
}
.plan__inner {
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 999px) {
	.plan__inner {
		width: auto;
		margin: 0 16px;
	}
}
.plan_detail__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 24px 0;
	margin: 0 0 40px 0;
	color: #BBA15C;
	border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 999px) {
	.plan_detail__title {
		font-size: 18px;
		padding: 0 0 12px 0;
		margin: 0 0 20px 0;
	}
}
.plan_detail__title span {
	color: #fff;
}
.plan_detail__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}
@media only screen and (max-width: 999px) {
	.plan_detail__text {
		font-size: 12px;
	}
}
.entry {
	padding: 80px 0 0 0;
}
.entry__title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}
.entry__buttons {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: center;
}
.entry__button1 {
	width: 300px;
	height: 56px;
	border-radius: 56px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	margin: 0 10px;
	transition: 0.2s all;
}
.entry__button1:hover {
	box-shadow: 0 0 0 2px #000;
}
.entry__button1 svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.entry__button2 {
	width: 300px;
	height: 56px;
	border-radius: 56px;
	background: #BBA15C;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	margin: 0 10px;
	transition: 0.2s all;
}
.entry__button2:hover {
	box-shadow: 0 0 0 2px #BBA15C;
}
.entry__button2 svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flow {
	margin: 80px 0 0 0;
}
@media only screen and (max-width: 999px) {
	.flow {
		margin: 40px 0 0 0;
	}
}
.flow_detail__title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 32px 0;
}
@media only screen and (max-width: 999px) {
	.flow_detail__title {
		font-size: 18px;
		margin: 0 0 16px 0;
	}
}
.flow__content {
	background: #fff;
	border-radius: 4px;
	padding: 56px 32px;
	display: flex;
}
@media only screen and (max-width: 999px) {
	.flow__content {
		padding: 16px;
		display: block;
	}
}
.flow_step {
	text-align: center;
	padding: 24px 0;
}
@media only screen and (max-width: 999px) {
	.flow_step {
		padding: 21px 0;
	}
}
.flow_step svg {
  width: 104px;
  height: auto;
}
@media only screen and (max-width: 999px) {
	.flow_step svg {
		width: 60px;
	}
}
.flow__content__item {
	margin: 0 24px;
	width: calc(25% - 24px);
}
@media only screen and (max-width: 999px) {
	.flow__content__item {
		display: flex;
		width: 100%;
		margin: 0 0 16px 0;
	}
}
@media only screen and (max-width: 999px) {
	.flow__content .flow__content__item:last-child {
		margin: 0;
	}
}
.flow__content__item__icon {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	border-radius: 4px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
	.flow__content__item__icon {
		width: 60px;
		min-width: 60px;
		height: 60px;
		margin: 0 12px 0 0;
	}
}
.flow__content__item__icon svg {
	width: 72px;
	height: 72px;
}
@media only screen and (max-width: 999px) {
	.flow__content__item__icon svg {
		width: 24px;
		height: 24px;
	}
}
.flow__content__item__image {
	width: 100%;
	min-width: 60px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin: 0 auto 16px auto;
	overflow: hidden;
}
@media only screen and (max-width: 999px) {
	.flow__content__item__image {
		width: 60px;
		height: 60px;
		margin: 0 12px 0 0;
	}
}
.flow__content__item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flow__content__item__text1 {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: flex;
	align-items: center;
	margin: 0 0 8px 0;
}
.flow__content__item__text1 span {
	width: 20px;
	min-width: 20px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px 0 0;
	border-radius: 20px;
}
.flow__content__item__text2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.flow__content__item__text2 span {
	display: block;
	font-size: 12px;
	margin: 4px 0 0 0;
}
.info__blocks {
	display: flex;
	margin: 0 -20px;
}
@media only screen and (max-width: 999px) {
	.info__blocks {
		margin: 0;
		flex-flow: column;
	}
}
.info__block {
	width: 50%;
	margin: 0 20px;
}
@media only screen and (max-width: 999px) {
	.info__block {
		width: 100%;
		margin: 0;
	}
}
.news__modal__items {
	position: relative;
}
.news__modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	box-sizing: border-box;
}
.news__modal.show {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
}
.news__modal__inner {
	width: 1200px;
	height: 460px;
	display: flex;
	position: relative;
	box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
	.news__modal__inner {
		width: auto;
		height: auto;
		flex-flow: column;
	}
}
.news__modal__close {
	position: absolute;
	top: -20px;
	right: -24px;
	cursor: pointer;
}
@media only screen and (max-width: 999px) {
	.news__modal__close {
		top: -20px;
		right: 0;
	}
}
.news__modal__content {
	margin: 0 32px 0 0;
	background-color: #FFFFFF;
	padding: 10px;
}
@media only screen and (max-width: 999px) {
	.news__modal__content {
		order: 2;
		margin: 0;
	}
}
.news__modal__date {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 4px 0;
}
.news__modal__head {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 24px 0;
}
.news__modal__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.news__modal__image {
	width: 400px;
	height: 400px;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 999px) {
	.news__modal__image {
		width: 311px;
		height: 311px;
		order: 1;
		margin: 0 auto 16px auto;
	}
}
.news__modal__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media only screen and (max-width: 999px) {
	.news__modal__wrap {
		height: calc(100% - 60px);
		overflow: auto;
		padding: 20px;
		display: flex;
	}
}
