/* .order-md-1 {
    background-color: red;
}
.order-md-2  {
    background-color: blue;
}
.order-md-3{
    background-color: pink;
} */
:root {
	--main-key-color: #1b1c2c;
	--sub-key-color: #e3b46a;
	--ranking-color : #ff5dbf;
	--ranking-pr-color: #6750f9;
	--shadow-color: #615b5b;
	--shop-info-color: #149889;
	--button-group-bg-color : #fee7ef;
	--button-group-bd-color : #ee7c9f;
	--sns-group-bg-color : #fff;
	--sns-group-text-color : #dd1f56;
	--menu-color : #1a7cd7;

}


/***********************************************
 common
***********************************************/
ul {
	list-style: none;
	padding: 0;
}
a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover,
a:hover img {
	opacity: 0.5;
}
img {
	width: 100%;
}
.title-h3 {
	font-size: 14px;
	background: var(--main-key-color);
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
.color-red {
	color: var(--main-key-color);
}
.waku {
	border: 1px solid var(--main-key-color);
	margin-bottom: 20px;
	padding: 10px;
}
.non_decoration {
	background-color: transparent;
	color: #000;
}
.p-5px {
	padding: 5px;
}
.fa-heart:before {
	color: var(--sns-group-text-color);

}
.outer {
    margin: 0 auto;
    background-image: url(../../images/200x40_left.jpg) ,url(../../images/200x40_right.jpg);
    background-repeat: repeat-y,repeat-y;
    background-position: left top , right top;
}
.container.my-2 {
	background-color: #fff;
}
/***********************************************
 header
***********************************************/
header {
	border-bottom: 6px solid var(--main-key-color);
	box-shadow: 0px 1px 2px 1px var(--shadow-color);
	-moz-box-shadow: 0px 1px 2px 1px var(--shadow-color);
	-webkit-box-shadow: 0px 1px 2px 1px var(--shadow-color);
}
.site-header-desc {
	text-align: center;
	font-size: 13px;
	border-bottom: 10px solid var(--main-key-color);
	box-shadow: 0px 1px 6px 3px var(--shadow-color);
	-moz-box-shadow: 0px 1px 6px 3px var(--shadow-color);
	-webkit-box-shadow: 0px 1px 6px 3px var(--shadow-color);
}
.site-header-desc h1,
.site-header-desc p {
	font-size: 12px;
	margin: 0 !important;
}
/* .my-header {
    max-width: 1100px ;
  } */
.mylogo {
	max-width: 850px;
}

.site-header-inner-desc #lead {
	font-size: 18px;
	font-weight: bold;
}
.site-header-inner-desc p {
	font-size: 13px;
}
/***********************************************
 h2,h3タグ
***********************************************/
.accordion {
	--bs-accordion-border-color: #fff;
}
.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: transparent;
	box-shadow: none;
}
.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
span.label-dark {
	background: #555;
	color: #fff;
	font-weight: 400;
	padding: 4px 7px;
	border-radius: 10px;
}
.accodion-fs {
	font-size: 16px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.subway {
	width: 16px;
	margin: 0 5px;
}
/***********************************************
 パンクズ
***********************************************/
.breadcrumb-item a {
	font-size: 12px;
	color: var(--menu-color);
}
.breadcrumb-item+.breadcrumb-item::before {
	color: var(--menu-color);
}
/***********************************************
 area link
***********************************************/
.area-link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.each-area-link {
	width: calc((100% - 8px) / 4);
	margin: 0 1px 2px 1px;
}
.each-area-link a {
	display: block;
	color: var(--menu-color);
	border: 1px solid var(--menu-color);
	border-radius: 10px;
}
.each-area-link.selected a {
	background-color : var(--menu-color);
	border: 1px solid var(--menu-color);
	border-radius: 10px;
	color: #fff;
}

.each-area-link.disabled a  {
    pointer-events: none; 
}
/***********************************************
 area link2
***********************************************/
.accordion-area-menu {
	display: none;
}

.accordion-area-menu.style1 .accordion_trigger {
	cursor: pointer;
}

.accordion-area-menu.style1>.accordion_trigger {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px;
	border: solid 1px #ddd;
	padding: 15px;
}

.accordion-area-menu.style1.open>.accordion_trigger {
	border: solid 1px #f7a52a;
}

.accordion-area-menu.style1.open>.accordion-area-menu-body {
	border-bottom: solid 1px #ddd;
}

.accordion-area-menu.style1>.accordion_trigger span {
	display: inline-block;
}

.accordion-area-menu.style1.open>.accordion_trigger {
	background-color: #fff;
	background-image: url(../../images/arrow_up.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: calc(100% - 5px) 50%;
}


.accordion-area-menu.style1.close>.accordion_trigger {
	background-color: #fff;
	background-image: url(../../images/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: calc(100% - 5px) 50%;
}


.accordion-area-menu.style1.close>.accordion-area-menu-body {
	display: none;
}

.accordion-area-menu.style1.open .accordion-area-menu-body {
	margin-bottom: 10px;
}


.accordion-area-menu.style1 .accordion-area-menu-body {
	padding: 0 10px;
}

.accordion-area-menu.style1 .accordion-area-menu-body li {
	border-bottom: solid 1px #ddd;
}

.accordion-area-menu.style1 .accordion-area-menu-body li:last-child {
	border-bottom: 0;
}

.accordion-area-menu.style1 .accordion-area-menu-body li a {
	display: block;
	color: #000;
	text-decoration: none;
}

.accordion-area-menu.style1 .accordion-area-menu-body li>span,
.accordion-area-menu.style1 .accordion-area-menu-body li a {
	display: block;
	padding: 15px 10px;
}

.accordion-area-menu.style1 .accordion-area-menu-body li .active {
	display: block;
	padding-left: 35px;
	background: url(../../img/sma/icon/check.svg) no-repeat 10px 50%;
	;
	-webkit-background-size: 15px 11px;
	background-size: 15px 11px;
	color: #666;
}

.accordion-area-menu.style1 .accordion-area-menu-body li .disabled {
	display: block;
	color: #ccc;
}

.accordion-area-menu.style1 .accordion-area-menu-body li .disabled .title {
	text-decoration: line-through;
}

.accordion-area-menu.style1 .accordion-area-menu-body li .note {
	margin-left: 10px;
}
div.accordion-area-menu-body  ul li.disabled a {
	pointer-events: none;
}
/***********************************************
 topページ　店舗一覧
***********************************************/
.allshops-parts .waku {
	padding: 10px 0;
}

.area_all_shops ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.area_all_shops ul li {
	width: 120px;
	/* 適度に固定幅を指定（画像＋余白） */
	margin: 10px;
	text-align: center;
}

.area_all_shops ul li h4 {
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	font-size: 14px;
	/* 必要に応じて調整 */
	margin-top: 5px;
}

@media screen and (max-width: 1199px) {
	.area_all_shops ul li {
		margin: 5px;
	}
}

@media screen and (max-width: 991px) {
	.area_all_shops ul li {
		width: 118px;
	}
}

@media screen and (max-width: 537px) {
	.area_all_shops ul li {
		width: 117px;
		margin: 5px;
	}
}

@media screen and (max-width: 533px) {
	.area_all_shops ul li {
		width: 116px;
	}
}

@media screen and (max-width: 529px) {
	.area_all_shops ul li {
		width: 115px;
	}
}
@media (max-width: 480px) {
	.area_all_shops ul li {
		width: 140px;
	}
}
@media (max-width: 430px) {
	.area_all_shops ul li {
		width: 111px;
	}
}
@media (max-width: 375px) {
	.area_all_shops ul li {
		width: 100px;
		margin: 3px;
	}
}
@media (max-width: 320px) {
	.area_all_shops ul li {
		width: 138px;
		margin: 3px;
	}
}
/***********************************************
 虹色
***********************************************/
.box {
  
  display: table-cell;
  vertical-align: middle;
  /* border: 3px solid;
  border-radius: 5px; */
  
  /* height: 120px; */
  
  white-space: nowrap;
  animation: rainbow 2s ease infinite;
}

.text {
  margin-left: 30%
}

@keyframes rainbow{
    0%{color:#ff0053;}
    12%{color:#ff5353;}
    24%{color:#ffcf53;}
    36%{color:#e8ff53;}
    48%{color:#53ff5d;}
    60%{color:#53ffbc;}
    72%{color:#5393ff;}
    84%{color:#ca53ff;}
    100%{color:#ff53bd;}
}
/***********************************************
 マーキー
***********************************************/
.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-size: 1rem;
  background-color: black;
  margin-bottom: 1rem;
}
.marquee-inner {
	display: inline-block;
	  padding-left: 100%;
}

/***********************************************
 osusume
***********************************************/
.osusume li {
	flex-basis: 48%;
	margin: 1%;
}
/***********************************************
 ranking-parts
***********************************************/
.shop-list {
	border: 2px solid #3c4e54;
	border-radius: 0.25em;
	margin-bottom: 5px;
}
.shop-list.Z {
	border: 2px solid #666;
	margin-bottom: 5px;
}
.shop-list-header {
	overflow: hidden;
}
.shop-list-header-inner {
	overflow: hidden;
	font-size: 0;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 0.2em 0.2em 0 0;
	background-color: #3f5470;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgb(255 255 255 / 50%) inset,
		-1px -1px 0 rgb(100 100 100 / 10%) inset;
	display: flex;
	align-items: center;
}
.shop-list.Z .shop-list-header-inner {
	background-color: #666;
}
.shop-list-header .r-num {
	min-width: 90px;
	font-size: 12px;
}
.dropcap-bg {
	border: 1px solid var(--ranking-color);
	/* border: 1px solid #f8a12e; */
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	float: left;
	color: #fff;
	padding: 2px 0;
	min-width: 90px;
	font-size: 12px;
	font-weight: 200;
	line-height: 15px;
	text-align: center;
	background: var(--ranking-color);
	/* background: #f8a12e; */
	margin: 0px 10px 0 0;
}
.pr-cap{
	border: 1px solid var(--ranking-pr-color);
	background: var(--ranking-pr-color);
}

.shop-list-header-inner h4 {
	margin: 0;
	line-height: 1.4;
	padding: 0;
	border: 0;
	box-shadow: none;
	font-size: 14px;
	flex: 1;
}
.shop-list-header-inner h4 > a {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	text-decoration: none;
	color: #fff;
}
.shop-list.Z .shop-list-header-inner h4 > a {
	color: #ddd;
}

.ranking-inner {
	display: flex;
	padding: 3px;
	position: relative;
}
.ranking-inner-desc {
	color: var(--shop-info-color);
	font-size: 12px;
    padding-bottom: 25px;
}
/* .shop-list:not(.Z) img {
    filter: none;
} */
/* .shop-list.Z img {
    filter: grayscale(100%);
} */
.ranking-inner-desc:nth-of-type(1) {
    /* width: 15%; */
	max-width: 100px;
	/* background-color: #6225ae; */
}
.shop-list.Z .ranking-inner-desc:nth-of-type(1) {
display: none;
}
.ranking-inner img {
	width: 100px;
}
.ranking-inner-desc:nth-of-type(2) {
	width: 25%;
    padding-left: 5px
	/* background-color: #555; */
}
.ranking-inner-desc:nth-of-type(3) {
	width: 60%;
	/* background-color: #f00; */
}
.shop_desc-comment {
	position: absolute;
}
.shop_desc-links,.shop_desc-links-sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}
.shop_desc-links li ,.shop_desc-links-sns li {
    padding: 0 50px;
}

.dropcap-bg2 {
	color: #555;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
}
.shop_desc-comment {
	color: #555;
}

.btn-link {
	padding: 1px 5px;
	border-width: 1px;
	border-style: solid;
	margin: 0 3px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}
.btn-link a {
	text-decoration: none;
}
.button1 {
	background: var(--button-group-bg-color);
	border: 1px solid  var(--button-group-bd-color);
}
.button1 a {
	color: #555;
}
.button2 {
	background:  var(--sns-group-bg-color);
	border: 1px solid var(--sns-group-text-color);
}
.button2 a {
	color:  var(--sns-group-text-color);
}
.shop_desc-tel a {
	color: var(--shop-info-color);
	text-decoration: none;
}
.shop_desc-links li.disabled ,.shop_desc-links-sns li.disabled {
    background-color: rgb(220, 218, 218); 
	border-color: rgb(220, 218, 218);
}
.shop_desc-links li.disabled a ,.shop_desc-links-sns li.disabled a {
    pointer-events: none; 
    color: white;
}

/***********************************************
 contact
***********************************************/
.mycontact iframe {
	height: 1700px;
}
/***********************************************
 相互リンク
***********************************************/
.link figure img {
	width: auto;
}
.waku_gray {
	border: solid 2px #999;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px!important;
}

/***********************************************
 kuchikomi
***********************************************/
.iframe-wrapper iframe {
	height: 2300px;
}
.kuchikomi-card {
	border: 1px solid #666;
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 20px;
}
.kuchikomi-shop-name {
		color: #333;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
}
.kuchikomi-area-name {
	font-size: 12px;
	padding-left: 10px;
}
.score {
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}
.score-color {
	color: #FFA200;
}
.hitokoto {
	color: #474747;
    margin-top: 10px;
    font-size: 12px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    word-wrap: break-word;
}
/***********************************************
 admin
***********************************************/
.btn {
	font-size: 0.7rem;
}
/***********************************************
 sidebar
***********************************************/
/* .sidebar {
    padding: 20px 0;
} */
.sidebar {
	font-size: 13px;
}
.sidebar .closeup p {
	font-size: 13px;
	margin-bottom: 3px;
}
.sidebar .shop-navi ul {
	font-size: 13px;
	line-height: 1.2;
}
.fa-certificate {
	color: #1a7cd7;
}
/***********************************************
 footer
***********************************************/
.footer {
	font-size: 14px;
	color: #fff;
	background: var(--main-key-color);
	min-width: 100%;
}
.footer img {
	width: 30%;
}
.footer ul li a {
	font-size: 13px;
	color: #fff;
	padding: 0 3px;
}
/***********************************************
 append-footer
***********************************************/
.my-fs-5 {
	font-size: 12px!important;
}
.append-footer {
	display: block;
	background-color: #000;
	color : #fff;
}
.append-footer h3 {
	color : #c70060;
	margin-bottom: 20px;
}
.append-footer h4 {
	color : #1d72a5;
	margin-bottom: 10px;
}
.append-footer ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.append-footer ul li {
	padding: 0 10px ;
	border-right: 1px solid #fff;
	line-height: 1;
}
.append-footer ul li:last-child {
	border-right: none;
}
/*====================================================================
footer accorfion
====================================================================*/
.append-footer-sp {
    display: none;
	background: #000;
	color : #fff;
}
.append-footer-sp h3 {
	color : #c70060;
	margin-left: 10px;
	margin-bottom: 10px;
}
.footer-accordion {
	background: #000;
	margin-bottom: 10px;
  }
  
  .footer-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 1em;
	background: #0c5096;
  }
  
  .footer-accordion-content {
	display: none;
	padding: 1em 0;
  }
  .footer-accordion-content ul li {
	border-bottom: 1px solid #535353;
  }
  .icon {
	transition: transform 0.3s ease;
  }
  
  .icon.rotate {
	transform: rotate(180deg);
  }
  @media (max-width: 576px) {
	.append-footer {
	   display: none;
   }
   .append-footer-sp {
	   display: block!important;
	   visibility: visible!important;
	   opacity: 1!important;
   } 

}

/***********************************************
 to top　ボタン
***********************************************/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
/***********************************************
ホームボタン 他
***********************************************/
	.home_button {
		bottom: 85px;
		z-index: 2;
		display: flex;
  flex-direction: column; /* 子要素を縦方向に並べる */
  align-items: center;     /* 横中央に配置 */
  text-decoration: none;
  font-size : 10px;
  line-height: 1.1;

	}

	.woman_button {
		bottom: 140px;
		border: solid 2px #EB8D8E;
		z-index: 2;
		display: flex;
		flex-direction: column; /* 子要素を縦方向に並べる */
		align-items: center;     /* 横中央に配置 */
		text-decoration: none;
		font-size: 10px;
		color: #EB8D8E;
		line-height: 1.1;


	}
	.home_button img ,.woman_button img {
		width: 80%;
		padding: 0px 7px;
	}


/***********************************************
 口コミボタン
***********************************************/
.kuchikomi_button {
	display: none;
}
@media (max-width: 767px) {
	.kuchikomi_button {
		display: block;
		color: #fff;
		height: 60px;
		width: 60px;
		position: fixed;
		right: 0;
		bottom: 210px;
		background: #f44336;
		text-align: center;
		padding: 4px;
		font-size: 12px;
	}
	body.kucikomi .kuchikomi_button,
	body.contact .kuchikomi_button,
	body.link .kuchikomi_button,
	body.privacy .kuchikomi_button,
	body.info .kuchikomi_button,
	body.term .kuchikomi_button {
		display:none!important
	}

	
	.kuchikomi_button i {
		font-size: 24px;
		margin: 0;
		display: block;
		padding: 4px;
	}	
} 



/***********************************************
media query
***********************************************/
@media (min-width: 1200px) {
	.container {
		max-width: 1080px;
		/* xlブレークポイント以降の幅を1080pxに変更 */
	}
}


/* @media screen and (max-width:1399px){
    .ranking-inner-desc:nth-of-type(1) {
        width: 15%;
    }
    .ranking-inner-desc:nth-of-type(2) {
        width: 31%;
    }
    .ranking-inner-desc:nth-of-type(3) {
        width: 24%;
    }
} */
@media screen and (max-width: 1199px) {
	/* body {
		background-color: red;
	} */
    .ranking-inner-desc:nth-of-type(2) {
        padding-left: 5px
    }
    .shop_desc-links li ,.shop_desc-links-sns li {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
	.button1 {
		font-size: 11px;
	}
    .shop_desc-links li ,.shop_desc-links-sns li {
        padding: 0 10px;
    }
    .ranking-inner-desc:nth-of-type(2) {
        width: 50%;
    }
	/* .accodion-fs {
		font-size: 15px;
	}     */
}
@media screen and (max-width: 767px) {
    .site-header-desc p {
		display: none;
	}
	.area-link {
		display: none;
	}
	.accordion-area-menu {
		display: block;
	}


.ranking-inner-desc {
    padding-bottom: 0;
}
	.ranking-inner {
		flex-wrap: wrap;
	}
	.shop-list.Z .ranking-inner-desc:nth-of-type(1) {
		display: none;
	}
	.ranking-inner-desc:nth-of-type(2) {
		width: 100%;
	}
    .ranking-inner-desc:nth-of-type(2) div {
        display: inline-block;
    }
	.shop_desc-links {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-between; */
        justify-content: center;
	}
	.shop_desc-links li {
		padding: 0.5rem;
	}

	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 48.4% !important;
	}
	.shop_desc-links li:nth-of-type(3) {
		width: 100% !important;
        margin-top: 5px;
	}
	.shop_desc-links-sns li {
		width: calc(100% / 3) !important;
	}
	.shop_desc-links-sns {
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
		margin: 0;
	}
	.shop_desc-comment {
		position: static;
	}
    /* .mycontact iframe {
		height: 1040px;
	} */
    .footer img {
        width: 40%;
    }

}
@media (max-width: 576px) {
	/* .accodion-fs {
		position: relative;
		font-size: 12px;
	}
	.label-dark {
		position: absolute;
		top: -13px;
	} */
	 .shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 47.7% !important;
	} 

.shop-list.Z .shop_desc-links li:nth-of-type(1),
.shop-list.Z .shop_desc-links li:nth-of-type(2) {
	width: 48.5% !important;
}
    /* .mycontact iframe {
		height: 1240px;
	} */
    .footer img {
        width: 60%;
    }
}
@media (max-width: 480px) {
	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 47.6% !important;
	}
	.shop-list.Z .shop_desc-links li:nth-of-type(1),
	.shop-list.Z .shop_desc-links li:nth-of-type(2) {
		width:48.3% !important;
	}

}


@media (max-width: 414px) {
	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 47.4% !important;
	}
	.shop-list.Z .shop_desc-links li:nth-of-type(1),
	.shop-list.Z .shop_desc-links li:nth-of-type(2) {
		width:48.2% !important;
	}

	.accordion-button.accodion-fs {
		padding-left: 0;
		padding-right: 0;
		/* font-size: 12px; */
	} 
    .footer ul li a {
        font-size: 10px;
    }
}
@media (max-width: 393px) {
	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 47.2% !important;
	}
	.shop-list.Z .shop_desc-links li:nth-of-type(1),
	.shop-list.Z .shop_desc-links li:nth-of-type(2) {
		width:48.1% !important;
	}

	/* .accodion-fs {
		font-size: 11px;
	}
	.label-dark {
		position: absolute;
		top: -4px;
	} */
}
@media (max-width: 375px) {
	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 46.3% !important;
	}
	.shop-list.Z .shop_desc-links li:nth-of-type(1),
	.shop-list.Z .shop_desc-links li:nth-of-type(2) {
		width:47.7% !important;
	}
	/* .accodion-fs {
		font-size: 10px;
	} */
}
/* @media (max-width: 360px) {
	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 46.3% !important;
	}
	.shop-list.Z .shop_desc-links li:nth-of-type(1),
	.shop-list.Z .shop_desc-links li:nth-of-type(2) {
		width:47.7% !important;
	}

} */
/* @media (max-width: 344px) {
	.shop_desc-links li:nth-of-type(1),
	.shop_desc-links li:nth-of-type(2) {
		width: 46.3% !important;
	}
	.shop-list.Z .shop_desc-links li:nth-of-type(1),
	.shop-list.Z .shop_desc-links li:nth-of-type(2) {
		width:47.7% !important;
	}

} */

    @media (max-width: 320px) {
        /* .shop_desc-links li:nth-of-type(1),
        .shop_desc-links li:nth-of-type(2) {
            width: 46.3% !important;
        }
		.shop-list.Z .shop_desc-links li:nth-of-type(1),
        .shop-list.Z .shop_desc-links li:nth-of-type(2) {
            width:47.7% !important;
        } */
		.accodion-fs {
			font-size: 14px;
		}

}
/* =======================
 modal window
=========================*/
.modal {
	position: fixed;
	display: none;
	z-index: 99999;
	left:50%;
	top:50%;
	transform:translateX(-50%)translateY(-50%);
	width: 400px;
	height: 200px;
	padding: 30px 0 0 0;
	color: #FFF;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 10px;
  }
  .modal p {
	margin-bottom: 10px;
	color: #fff;
  }
  .modal a {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 20px 40px;

  }
  .modal .modal_img {
	width:30%;
  }
  .modal .modal_img_center {
	width:13%;
	margin: 0 10px;
  }
  @media (max-width: 414px) {
	.modal {
		width: 310px;
	  }
	  .modal a {
		padding: 0;
	}
  }