/* CSS Document */

/* =========================================================
     リセット
========================================================= */
* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img { vertical-align: bottom;}
ul { list-style: none;}
a { text-decoration: none;}


/* =========================================================
     共通
========================================================= */

/* 共通
--------------------------------------------------------- */

body {
	color: #333;
	font-size: 18px;
}

section#udr_lp {
	background: url(../img/bg_pattern01.jpg) repeat;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
}
section#udr_lp h2 {
	letter-spacing: 0.12em;
}
.small {
	font-size: 80%;
}
/* 191021追加 */
.red {
	color: #ff0004;
}
.bold {
	font-weight: 900;
}
.inline_B {
	display: inline-block;
}
@media screen and (max-width:767px){
	.nosp {
		display: none;
	}
}
/* 191021追加ここまで */
#head_fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/* haeder
--------------------------------------------------------- */
header {
	padding-top: 80px;
}
#head_fix {
	
	background: #fed700;
}
/* ----- nav ----- */

header #ankBox {
	display: block;
}

header #hum {
	display: none;
}
header #nav_Area {
	height: 80px;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
header #nav_Area .logoBox {
	float: left;
}
header #nav_Area .shopNameBox {
	float: left;
}
header #nav_Area .navBox {
	float: right;
}

/* logo */

header #nav_Area .logoBox {
	
}
header #nav_Area .logoBox h1 {
	font-size: 20px;
	vertical-align: middle;
	transition: 0.2s;
}
header #nav_Area .logoBox h1 span {
	display: inline-block;
	vertical-align: middle;
}
header #nav_Area .logoBox h1 span.h1_img {
	margin-right: 15px;
	height: 80px;
	transition: 0.2s;
}
header #nav_Area .logoBox h1 span.h1_img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
header #nav_Area .logoBox h1 span.h1_text {
}

/* globalNavi */

header #nav_Area .navBox ul.gbn_list {
	overflow: hidden;
}
header #nav_Area .navBox ul.gbn_list li {
	float: left;
	margin-right: 20px;
}

header #nav_Area .navBox ul.gbn_list li a {
	display: block;
	padding:5px 0 0;
	color: #333;
	transition: 0.2s;
	font-size: 13px;
	line-height: 80px;
	font-weight: 500;
	position: relative;
}

header #nav_Area .navBox ul.gbn_list li a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23px;
	margin: auto;
	transition: 0.2s;
}
/*header #nav_Area .navBox ul.gbn_list li a::before {
	content: "";
	width: 0;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	right: 0;
	top:  15px;
	margin: auto;
	transition: 0.2s;
}*/
header #nav_Area .navBox ul.gbn_list li a:hover::after
/*,header #nav_Area .navBox ul.gbn_list li a:hover::before*/ {
	width: 100%;
}
/* ----- is-fixed ----- */


.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
header .is-fixed #nav_Area {
	height: 50px;
}
header .is-fixed #nav_Area .logoBox h1 span.h1_img {
	height: 50px;
	margin-right: 10px;
}
header .is-fixed #nav_Area .navBox ul.gbn_list li a {
	padding:2px 0 0;
	font-size: 14px;
	line-height: 50px;
}
header .is-fixed  #nav_Area .logoBox h1 {
    font-size: 20px;
}
/* ----- mv ----- */
header #mv_Area {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
} 
header #mv_Area img {
	width: 100%;
} 

/* container
--------------------------------------------------------- */
#container_Area {
	/*margin-top: -80px;*/
	position: relative;
	z-index: 1;
}

.cont_Box {
	background: #fff;
	padding: 70px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	box-shadow: 0 2px 0 0 rgba( 0,0,0,0.1 );
	position: relative;
}
.cont_Box .cont_l_Box {
	margin-bottom: 50px;
}

.cont_Box ul.dot_list {
	margin-left: 1em;
}
.cont_Box ul.dot_list > li {
	position: relative;
}
.cont_Box ul.dot_list > li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: -1em;
	width: 4px;
	height: 4px;
	background-color: #dadada;
	border-radius: 100%;
}


/* ----- concept ----- */
#concept_Area {
	background: #fff;
}
#concept_Area .conceptBox {
	padding: 100px 100px;
	text-align: center;
	margin-bottom: 100px;
	border-bottom: 1px solid #f1f1f1;
}
/* title */
#concept_Area .conceptBox h2 {
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 40px;
}
/* uny x donki */
#concept_Area .conceptBox .x_logo {
	padding: 10px 0;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 30px;
}

#concept_Area .conceptBox .x_logo .x_logoC {
	width: 206px;
	display: inline-block;
}
#concept_Area .conceptBox .x_logo #uny_logo.x_logoC {
	text-align: left;
}
#concept_Area .conceptBox .x_logo #icon_x {
	display: inline-block;
	margin: 0 20px;
}
#concept_Area .conceptBox .x_logo #donki_logo.x_logoC {
	text-align: left;
}




/* text */
#concept_Area .conceptBox .concept_text {
	
}
#concept_Area .conceptBox .concept_text p {
	font-size: 21px;
	line-height: 1.7;
}
#concept_Area .conceptBox .concept_text p span.inline_B {
	display: inline-block;
}

#concept_Area .conceptBox .concept_text p span.dis_B {
	display: block;
	margin-bottom: 5px;
}


/* ----- shop ----- */
#shop_Area {
	
}
#shop_Area .shopBox,#stm_Area .stmBox,#card_Area .cardBox,#facility_Area .facilityBox {
	margin-bottom: 120px;
}

/* -- 店舗情報 title---*/
#shop_Area h2,#stm_Area h2,#card_Area h2,#facility_Area h2 {
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	text-align: center;
	padding: 20px;
	font-size: 36px;
	margin-bottom: 60px;
}
/* -- 店舗一覧 ---*/
#shop_Area .shopBox ul.shop_list {
}
#shop_Area .shopBox ul.shop_list > li {
	margin-bottom: 35px;
	position: relative;
}
#shop_Area .shopBox ul.shop_list > li .shopCont {
	background: #fff;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	box-shadow: 0 2px 0 0 rgba( 0,0,0,0.1 );
	position: relative;
}

/* img */
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box {
	float: left;
	width: 260px;
	height: 260px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box img {
	width: 100%;
}

/* title */
#shop_Area .shopBox ul.shop_list > li .shopCont .text_box {
	float: right;
	width: calc( 100% - 290px );
}
#shop_Area .shopBox ul.shop_list > li .shopCont h3 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 30px;
}

#shop_Area .shopBox ul.shop_list > li .shopCont h3 span {
	display: inline-block;
}

#shop_Area .shopBox ul.shop_list > li .shopCont h3 span:not(:last-child) {
	margin-right: 0.45em;
}



/* -- comSoone ---*/
#shop_Area .shopBox ul.shop_list > li.com_soon_text::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#shop_Area .shopBox ul.shop_list > li.com_soon_text::after {
	content: "COMMING SOON";
	font-size: 40px;
	height: 40px;
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.12em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 12;
}

/* text */
#shop_Area .shopBox  ul.address_list li {
	margin-bottom: 8px;
}
#shop_Area .shopBox  ul.address_list li dl {
	overflow: hidden;
}
#shop_Area .shopBox  ul.address_list li dl dt,#shop_Area .shopBox  ul.address_list li dl dd {
	float: left;
	vertical-align: bottom;
}
#shop_Area .shopBox  ul.address_list li dl dt {
	width: 4em;
	margin-right: 30px;
	font-weight: bold;
}
#shop_Area .shopBox  ul.address_list li dl dd {
	width: calc( 100% - 105px );
}

/* button */

#shop_Area .shopBox .button_Box ul.buuton_list {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li {
	margin-bottom: 10px;
	width: 130px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li:last-child {
	margin-bottom: 0;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li a {
	display: block;
	font-size: 14px;
	color: #fff;
	background: #76715d;
	padding: 15px 0;
	border-radius: 50px;
	text-align: center;
	line-height: 1;
	position: relative;
	transition: 0.1s;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a::after {
	content:'\f0da';
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: FontAwesome;
	font-size: 18px;
	height: 18px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a:hover {
	background: #5a5647;
}



/* ----- facility_Area ----- */


#card_Area .cont_Box h3 {
	text-align: center;
	font-size: 24px;
	padding: 20px;
	border-top: solid 2px #f1f1f1;
	border-bottom: solid 2px #f1f1f1;
}

#card_Area .cont_Box h3 span {
	font-size: 80%;
	display: block;
}

#card_Area .cont_Box .note {
	
}
#card_Area .cont_Box .note .note_box {
	
	margin-bottom: 30px;
}
#card_Area .cont_Box .note .note_box,#card_Area .cont_Box .uny_card_box {
	padding: 30px;
}
#card_Area .cont_Box .note .note_box > p {
	margin-bottom: 40px;
}


/* - card_use -*/

#card_Area  {
	
}
#card_Area table.card_use {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #dedede;
}
#card_Area table.card_use tr {
	border-bottom: 1px solid #DEDEDE;
}
#card_Area table.card_use th {
	border-right: dashed 1px #DEDEDE;
	width: 200px;
	box-sizing: border-box;
}
#card_Area table.card_use th,#card_Area table.card_use td {
	padding: 15px 20px;
	text-align: left;
}

/* 191021追加 */
#card_Area .cont_Box .note {
	text-align: center;
}
#card_Area .cont_Box img.uniko_attention {
	width: 80%;
	height: auto;
	margin-bottom: 20px;
}
/* 191021追加ここまで */

/* - table_card -*/
#card_Area .cont_Box .uny_card_box {
	
}
#card_Area .cont_Box .uny_card_box h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

#card_Area .cont_Box .uny_card_box table:first-of-type{
	margin-bottom: 40px;
}
#card_Area table.table_card {
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

#card_Area table.table_card .bg_gray {
	/*background: #f1f1f1;*/
}

#card_Area table.table_card tr {
	border-bottom: 1px solid #dedede;
}

#card_Area table.table_card th,#card_Area table.table_card td {
	padding: 10px 5px;
	text-align: center;
}

#card_Area table.table_card tr > th:first-child {
	width: 200px;
	border-right: 1px solid #dedede;
}
#card_Area table.table_card th:not(:last-child),#card_Area table.table_card td:not(:last-child) {
	border-right: 1px dashed #dedede;
}
#card_Area table.table_card th{
	background: #f1f1f1;
}
#card_Area table.table_card td {
}


/* ----- facility_Area ----- */

#facility_Area {
	
}
#facility_Area .cont_l_Box h3 {
	background: #f1f1f1;
	margin-bottom: 0;
	padding: 20px;
	font-size: 20px;
}
#facility_Area .cont_l_Box table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #dedede;
}

#facility_Area .cont_l_Box table tr {
	border-bottom: 1px solid #DEDEDE;
}
#facility_Area .cont_l_Box table th {
	border-right: dashed 1px #DEDEDE;
	width: 200px;
	box-sizing: border-box;
}
#facility_Area .cont_l_Box table th,#facility_Area .cont_l_Box table td {
	padding: 15px 20px;
	text-align: left;
}



/* ----- stm_Area ----- */

#stm_Area {
	
}
#stm_Area .cont_Box > div:last-child{
}
#stm_Area .cont_l_Box {
}
#stm_Area .cont_l_Box h3 {
	font-size: 20px;
	margin-bottom: 0;
	background: #f1f1f1;
	padding: 20px;
	box-sizing: border-box;
}
#stm_Area .cont_l_Box table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #DEDEDE;
}

#stm_Area .cont_l_Box table tr {
	border-top: 1px solid #DEDEDE;
}
#stm_Area .cont_l_Box table th {
	border-right: dashed 1px #DEDEDE;
	width: 200px;
	box-sizing: border-box;
}
#stm_Area .cont_l_Box table th,#stm_Area .cont_l_Box table td {
	padding: 10px 20px;
	text-align: left;
	box-sizing: border-box;
}


/* ----- contact ----- */
#contact_Area {
	background: #ebe8dc;
	border-top: 5px solid #76715d;
}
#contact_Area .contact_box {
	padding: 80px 0 110px;
}
/* title */
#contact_Area .contact_box h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 40px;
}
/* button */
#contact_Area .contact_box .button_Box {
	padding: 0 50px;
}
#contact_Area .contact_box .button_Box a {
	display: block;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background: #76715d;
	padding: 25px;
	border-radius: 53px;
	transition: 0.1s;
	position: relative;
}

#contact_Area .contact_box .button_Box a::after {
content: '\f0da';
    position: absolute;
    right: 48px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome;
    font-size: 38px;
    height: 38px;
}

#contact_Area .contact_box .button_Box a:hover {
	background: #5a5647;
}
/* footer
--------------------------------------------------------- */
footer {
	background: #343434;
	padding: 30px;
}

footer p {
	text-align: center;
	font-size: 12px;
	color: #6d6d6d;
}

footer .footer{
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
footer .logo{
	text-align: right;
}
footer .foot_privacy a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-bottom: 5px;
}
footer .foot_privacy a::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
footer .foot_privacy a:hover::before{
    content: none;
}
footer .logo img{
	width: 120px;
}
footer .logo span{
	display: inline-block;
	color: #fff;
	margin-bottom: 4px;
    margin-left: 5px;
}


/* #pageTop
--------------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
	z-index: 999;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 7px 0 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #76715d;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* =========================================================
     1200px以下
========================================================= */
@media screen and (max-width:1200px){
	
/* 共通
--------------------------------------------------------- */
.inner {
	margin-left: 50px;
	margin-right: 50px;
}


/* haeder
--------------------------------------------------------- */
/* ----- nav ----- */

header {
	padding-top: 70px;
}
header #nav_Area {
	height: 70px;
}
header #nav_Area .logoBox {
	float: left;
}
header #nav_Area .shopNameBox {
	float: left;
}
header #nav_Area .navBox {
	float: right;
}

/* logo */

header #nav_Area .logoBox {
	
}
header #nav_Area .logoBox h1 {
	font-size: 18px;
}
header #nav_Area .logoBox h1 span {
}
header #nav_Area .logoBox h1 span.h1_img {
	margin-right: 10px;
	height: 70px;
}
header #nav_Area .logoBox h1 span.h1_img img {
}
header #nav_Area .logoBox h1 span.h1_text {
}

/* globalNavi */

header #nav_Area .navBox ul.gbn_list {
}
header #nav_Area .navBox ul.gbn_list li {
	float: left;
	margin-right: 15px;
}

header #nav_Area .navBox ul.gbn_list li a {
	font-size: 12px;
	line-height: 70px;
	padding-top: 3px;
}

header #nav_Area .navBox ul.gbn_list li a::after {
	bottom: 17px;
}
header #nav_Area .navBox ul.gbn_list li a:hover::after {
}
/* globalNavi */

/* ----- mv ----- */


/* container
--------------------------------------------------------- */
.cont_Box {
	padding: 50px;
}
/* ----- concept ----- */
#concept_Area .conceptBox {
	padding: 90px 100px;
	margin-bottom: 120px;
}
/* title */
#concept_Area .conceptBox h2 {
	font-size: 36px;
	margin-bottom: 35px;
}
/* uny x donki */
#concept_Area .conceptBox .x_logo {
	padding: 10px 0;
	margin-bottom: 25px;
}

#concept_Area .conceptBox .x_logo .x_logoC {
	width: 206px;
}
#concept_Area .conceptBox .x_logo #uny_logo.x_logoC {
}
#concept_Area .conceptBox .x_logo #icon_x {
}
#concept_Area .conceptBox .x_logo #donki_logo.x_logoC {
}




/* text */
#concept_Area .conceptBox .concept_text {
	
}
#concept_Area .conceptBox .concept_text p {
	font-size: 20px;
}
#concept_Area .conceptBox .concept_text p span.inline_B {
}


/* ----- shop ----- */
#shop_Area {
	
}
#shop_Area .shopBox,#stm_Area .stmBox,#card_Area .cardBox,#facility_Area .facilityBox {
	margin-bottom: 120px;
}

/* -- 店舗情報 title---*/
#shop_Area h2,#stm_Area h2,#card_Area h2,#facility_Area h2  {
	padding: 20px;
	font-size: 34px;
	margin-bottom: 50px;
}
/* -- 店舗一覧 ---*/
#shop_Area .shopBox ul.shop_list {
}
#shop_Area .shopBox ul.shop_list > li {
	margin-bottom: 35px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont {
	padding: 50px;
}

/* img */
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box {
	float: left;
	width: 250px;
	height: 250px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box img {
	width: 100%;
}

/* title */
#shop_Area .shopBox ul.shop_list > li .shopCont .text_box {
	width: calc( 100% - 280px );
}
#shop_Area .shopBox ul.shop_list > li .shopCont h3 {
	font-size: 24px;
	margin-bottom: 25px;
}

/* text */
#shop_Area .shopBox  ul.address_list li {
	margin-bottom: 8px;
}
#shop_Area .shopBox  ul.address_list li dl {
}
#shop_Area .shopBox  ul.address_list li dl dt,#shop_Area .shopBox  ul.address_list li dl dd {
}
#shop_Area .shopBox  ul.address_list li dl dt {
	margin-right: 30px;
}
/* button */

#shop_Area .shopBox .button_Box ul.buuton_list {
	bottom: 50px;
	right: 50px;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li {
	margin-bottom: 9px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li:last-child {
	margin-bottom: 0;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li a {
	padding: 13px 0;
	border-radius: 50px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a::after {
	right: 18px;
	font-size: 18px;
	height: 18px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a:hover {
}

	

/* ----- contact ----- */
#contact_Area {
}
#contact_Area .contact_box {
	padding: 80px 0 110px;
}
/* title */
#contact_Area .contact_box h2 {
	font-size: 30px;
	margin-bottom: 32px;
}
/* button */
#contact_Area .contact_box .button_Box {
	padding: 0 50px;
}
#contact_Area .contact_box .button_Box a {
	font-size: 28px;
	padding: 20px;
}

#contact_Area .contact_box .button_Box a::after {
	right: 45px;
	font-size: 34px;
	height: 34px;
}

#contact_Area .contact_box .button_Box a:hover {
}

/* footer
--------------------------------------------------------- */


}

/* =========================================================
     1000px以下
========================================================= */
@media screen and (max-width:1000px){
	
/* 共通
--------------------------------------------------------- */

body {
	font-size: 16px;
}

.inner {
	margin-left: 30px;
	margin-right: 30px;
}


/* haeder
--------------------------------------------------------- */
header {
    padding-top: 60px;
}
/* ----- nav ----- */
header #ankBox {
	display: none;
}
header #hum {
	display: block;
	font-size: 22px;
	line-height: 30px;
	float:  none;
	position: absolute;
	right: 10px;
	top: 14px;
	margin: auto;
	width: 30px;
	height: 30px;
	text-align: center;
}
header #nav_Area {
	height: auto;
	overflow: auto;
}
header #nav_Area .logoBox {
	float: none;
	text-align: center;
}
header #nav_Area .shopNameBox {
	float: left;
}
header #nav_Area .navBox {
	float: none;
	display: block;
	width: 100%;
	z-index: 111;
}
header #nav_Area .navBox #ankBox {;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;

}

/* logo */

header #nav_Area .logoBox {
	
}
header #nav_Area .logoBox h1 {
	font-size: 20px;
}
header #nav_Area .logoBox h1 span {
}
header #nav_Area .logoBox h1 span.h1_img {
	margin-right: 0;
	height: 60px;
	float: left;
}
header #nav_Area .logoBox h1 span.h1_img img {
}
header #nav_Area .logoBox h1 span.h1_text {
	line-height: 60px;
	margin-left: -45px;
}

/* globalNavi */

header #nav_Area .navBox ul.gbn_list {
	/*background: #ece8dd;*/
	/*background: #fdfaed;*/
	background: #fff;
	
}
header #nav_Area .navBox ul.gbn_list li {
	float: none;
	margin-right: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-bottom:  #dad8d3 1px solid;
}

/*header #nav_Area .navBox ul.gbn_list li:not(:last-child) {
	border-right: 1px solid #ece8dd;
	border-right: 1px solid #dad8d3;
}*/
header #nav_Area .navBox ul.gbn_list li:not(:last-child)::after {
	content: none;
}
header #nav_Area .navBox ul.gbn_list li a {
	padding: 0 5px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}


/* ----- mv ----- */



/* container
--------------------------------------------------------- */

.cont_Box {
	padding: 40px;
}
/* ----- concept ----- */
#concept_Area .conceptBox {
	padding: 60px;
	margin-bottom: 90px;
}
/* title */
#concept_Area .conceptBox h2 {
	font-size: 34px;
	margin-bottom: 30px;
}
/* uny x donki */
#concept_Area .conceptBox .x_logo {
	padding: 8px 0;
	margin-bottom: 20px;
}

#concept_Area .conceptBox .x_logo .x_logoC {
}
#concept_Area .conceptBox .x_logo span {
	height: 35px;
}
#concept_Area .conceptBox .x_logo span img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
#concept_Area .conceptBox .x_logo #uny_logo.x_logoC {
}
#concept_Area .conceptBox .x_logo #icon_x {
}
#concept_Area .conceptBox .x_logo #donki_logo.x_logoC {
}

/* text */
#concept_Area .conceptBox .concept_text {
	
}
#concept_Area .conceptBox .concept_text p {
	font-size: 19px;
}
#concept_Area .conceptBox .concept_text p span.inline_B {

}





/* ----- shop ----- */
#shop_Area {
	
}
#shop_Area .shopBox,#stm_Area .stmBox,#card_Area .cardBox,#facility_Area .facilityBox {
	margin-bottom: 100px;
}

/* -- 店舗情報 title---*/
#shop_Area h2,#stm_Area h2,#card_Area h2,#facility_Area h2 {
    padding: 15px;
    font-size: 32px;
    margin-bottom: 40px;
}
/* -- 店舗一覧 ---*/
#shop_Area .shopBox ul.shop_list {
}
#shop_Area .shopBox ul.shop_list > li {
	margin-bottom: 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont {
	padding: 40px;
}

/* img */
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box {
	float: left;
	width: 220px;
	height: 220px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box img {
	width: 100%;
}

/* title */
#shop_Area .shopBox ul.shop_list > li .shopCont .text_box {
	width: calc( 100% - 245px );
}
#shop_Area .shopBox ul.shop_list > li .shopCont h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

/* text */
#shop_Area .shopBox  ul.address_list li {
	margin-bottom: 6px;
}
#shop_Area .shopBox  ul.address_list li dl {
}
#shop_Area .shopBox  ul.address_list li dl dt,#shop_Area .shopBox  ul.address_list li dl dd {
}
#shop_Area .shopBox  ul.address_list li dl dt {
	margin-right: 30px;
}
/* button */

#shop_Area .shopBox .button_Box ul.buuton_list {
	bottom: 30px;
	right: 30px;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li {
	margin-bottom: 7px;
	width: 115px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li:last-child {
	margin-bottom: 0;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li a {
	font-size: 13px;
	padding: 10px 0
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a::after {
	right: 13px;
	font-size: 16px;
	height: 18px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a:hover {
}

/* com_soon */
#shop_Area .shopBox ul.shop_list > li.com_soon_text::after {
    font-size: 34px;
    height: 34px;
}	

/* ----- contact ----- */
#contact_Area {
}
#contact_Area .contact_box {
	padding: 80px 0 100px;
}
/* title */
#contact_Area .contact_box h2 {
	font-size: 30px;
	margin-bottom: 32px;
}
/* button */
#contact_Area .contact_box .button_Box {
	padding: 0 50px;
}
#contact_Area .contact_box .button_Box a {
	font-size: 24px;
	padding: 16px;
}

#contact_Area .contact_box .button_Box a::after {
	right: 45px;
	font-size: 34px;
	height: 34px;
}

#contact_Area .contact_box .button_Box a:hover {
}

/* #pageTop
--------------------------------------------------------- */
#pageTop {
  bottom: 20px;
  right: 20px;
}
/* footer
--------------------------------------------------------- */

footer {
    padding: 20px;
}
}


/* =========================================================
     767px以下
========================================================= */
@media screen and (max-width:767px){
	

/* 共通
--------------------------------------------------------- */

body {
	font-size: 15px;
}

.inner {
}

header #nav_Area .navBox ul.gbn_list li a:hover {
	background: #fdfaed;;
}
header #nav_Area .navBox ul.gbn_list li a::after {
}
header #nav_Area .navBox ul.gbn_list li a:hover::after {
	width: 0;
}

header #nav_Area .logoBox h1 {
	font-size: 16px;
}
	
/* ----- mv ----- */
header #mv_Area {
/*    border-top: 1px solid #ece8dd;*/
    border-top: 1px solid #f1f1f1;
}

/* container
--------------------------------------------------------- */
#container_Area {
	position: relative;
	z-index: 1;
	margin-top: 0;
}
.cont_Box {
	padding: 40px;
}

.cont_Box .cont_l_Box {
    margin-bottom: 40px;
}

/* ----- card_Area----- */
#card_Area table.table_card {
    font-size: 14px;
}
#card_Area table.table_card tbody {
}
#card_Area table.table_card thead {
	display:none;
}
	#card_Area table.table_card tr {
		margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}
#card_Area table.table_card tr,#card_Area table.table_card th,#card_Area table.table_card tr > th:first-child,#card_Area table.table_card td  {
	display:block;
	width: auto;
}
#card_Area table.table_card tr > th:first-child {
    border-right: none;
}
#card_Area table.table_card th:not(:last-child), #card_Area table.table_card td:not(:last-child) {
    border-right: none;
    border-bottom: 1px dashed #dedede;
}
#card_Area table.table_card tbody td::before {
	content: attr(label) " \A " attr(label02);
	clear:both;
	font-weight:bold;
	font-size: 12px;
	white-space: pre;
}
#card_Area table.table_card tbody td:last-child::before {
	content: attr(label) " \A " attr(label02) " \A " attr(label03);
	clear:both;
	font-weight:bold;
	font-size: 12px;
	white-space: pre;
}
#card_Area table.table_card tbody td p {
	border: solid 1px #f1f1f1;
	padding: 8px;
	margin: 8px;
}
#card_Area .cont_Box .uny_card_box h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
/* - card_use -*/

#card_Area .cont_Box .note .note_box, #card_Area .cont_Box .uny_card_box {
    padding: 20px;
}
#card_Area .cont_Box h3 {
    text-align: center;
    font-size: 20px;
    padding: 15px;
	margin-bottom: 10px;
}
#card_Area  {
	
}
#card_Area table.card_use {
	font-size: 12px;
}
#card_Area table.card_use tr {
	border-bottom: 1px solid #DEDEDE;
}
#card_Area table.card_use th {
	width: 100px;
}
#card_Area table.card_use th,#card_Area table.card_use td {
	padding: 10px 10px;
}
/* 191021追加 */
#card_Area .cont_Box img.uniko_attention {
	width: 100%;
}


/* ----- facility_Area ----- */

#facility_Area {
	
}
#facility_Area .cont_l_Box h3 {
	padding: 10px;
	font-size: 16px;
}
#facility_Area .cont_l_Box table {
	font-size: 12px;
}

#facility_Area .cont_l_Box table tr {
	border-bottom: 1px solid #DEDEDE;
}
#facility_Area .cont_l_Box table th {
	width: 100px;
}
#facility_Area .cont_l_Box table th,#facility_Area .cont_l_Box table td {
	padding: 10px 10px;
}



/* ----- fstm_Area_Area ----- */

#stm_Area {
	
}
#stm_Area .cont_Box > div:last-child{
}
#stm_Area .cont_l_Box {
}
#stm_Area .cont_l_Box h3 {
	font-size: 16px;
	padding: 10px;
}
#stm_Area .cont_l_Box table {
	font-size: 12px;
}

#stm_Area .cont_l_Box table tr {
}
#stm_Area .cont_l_Box table th {
	width: 100px;
}
#stm_Area .cont_l_Box table th,#stm_Area .cont_l_Box table td {
	padding: 10px;
}

/* ----- concept ----- */
/* title */
/* uny x donki */
/* text */



#concept_Area {
	margin: 0;
}
#concept_Area .conceptBox {
	padding: 60px 40px;
	margin-bottom: 80px;
	border-right: none;
	border-left: none;
}
/* title */
#concept_Area .conceptBox h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
/* uny x donki */
#concept_Area .conceptBox .x_logo {
	padding: 6px 0;
	margin-bottom: 15px;
}
#concept_Area .conceptBox .x_logo span {
    height: 30px;
}
#concept_Area .conceptBox .x_logo .x_logoC {
	width: 150px;
}
#concept_Area .conceptBox .x_logo #uny_logo.x_logoC {
	width: 116px;
}
#concept_Area .conceptBox .x_logo #icon_x {
}
#concept_Area .conceptBox .x_logo #donki_logo.x_logoC {
}
#concept_Area .conceptBox .concept_text p {
    font-size: 18px;
}

#concept_Area .conceptBox .concept_text p span.inline_B,#concept_Area .conceptBox .concept_text p span.dis_B {
    display: inline;
}


	

/* ----- shop ----- */
#shop_Area {
	
}
#shop_Area .shopBox,#stm_Area .stmBox,#card_Area .cardBox,#facility_Area .facilityBox {
	margin-bottom: 90px;
}

/* -- 店舗情報 title---*/
#shop_Area h2,#stm_Area h2,#card_Area h2,#facility_Area h2  {
	padding: 10px;
    font-size: 28px;
    margin-bottom: 30px;
}
/* -- 店舗一覧 ---*/
#shop_Area .shopBox ul.shop_list {
}
#shop_Area .shopBox ul.shop_list > li {
	margin-bottom: 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont {
	padding: 40px;
}

/* img */
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box {
	max-width: 260px;
	height: auto;
	width: auto;
	float: none;
	margin: 0 auto 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box img {
	width: 100%;
}

/* title */
#shop_Area .shopBox ul.shop_list > li .shopCont .text_box {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

#shop_Area .shopBox ul.shop_list > li .shopCont h3 span {
}
/* text */
#shop_Area .shopBox  ul.address_list li {
	margin-bottom: 6px;
}
#shop_Area .shopBox  ul.address_list li dl {
}
#shop_Area .shopBox  ul.address_list li dl dt,#shop_Area .shopBox  ul.address_list li dl dd {
}
#shop_Area .shopBox  ul.address_list li dl dt {
	margin-right: 30px;
}
#shop_Area .shopBox ul.address_list li dl dd {
    width: calc( 100% - 92px );
}
/* button */

#shop_Area .shopBox .button_Box ul.buuton_list {
	position: static;
	bottom: auto;
	right: auto;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li {
	max-width: 260px;
	width: 100%;
	margin: 0 auto 10px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li:last-child {
	margin-bottom: 0;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li a {
	font-size: 15px;
	padding: 13px 0
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a::after {
	right: 18px;
	font-size: 18px;
	height: 18px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a:hover {
}


/* com_soon */
#shop_Area .shopBox ul.shop_list > li.com_soon_text::after {
    font-size: 30px;
    height: 30px;
}	

	

/* ----- contact ----- */
#contact_Area {
}
#contact_Area .contact_box {
	padding: 50px 0 60px;
}
/* title */
#contact_Area .contact_box h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
/* button */
#contact_Area .contact_box .button_Box {
	padding: 0 ;
}
#contact_Area .contact_box .button_Box a {
	font-size: 20px;
	padding: 15px;
}

#contact_Area .contact_box .button_Box a::after {
	right: 45px;
	font-size: 26px;
	height: 26px;
}

#contact_Area .contact_box .button_Box a:hover {
}

/* #pageTop
--------------------------------------------------------- */
#pageTop {
  bottom: 15px;
  right: 15px;
}
 
#pageTop a {
	padding: 3px 0 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
}
 
#pageTop a:hover {
}

/* footer
--------------------------------------------------------- */

footer {
    padding: 15px;
}
footer p {
    font-size: 10px;
}
	
}

/* =========================================================
     480px以下
========================================================= */
@media screen and (max-width:480px){
	
/* 共通
--------------------------------------------------------- */

body {
	font-size: 14px;
}

.inner {
	margin-left: 10px;
	margin-right: 10px;
}

header {
	padding-top: 50px;
}

/* haeder
--------------------------------------------------------- */
/* ----- nav ----- */

header #nav_Area {
	height: auto;
}
header #nav_Area .logoBox {
	float: none;
	text-align: center;
}
header #nav_Area .shopNameBox {
	float: left;
}
header #nav_Area .navBox {
	float:  none;
}

/* logo */

header #nav_Area .logoBox {
	
}
header #nav_Area .logoBox h1,
header .is-fixed  #nav_Area .logoBox h1 {
	font-size: 3vw;
}
header #nav_Area .logoBox h1 span {
}
header #nav_Area .logoBox h1 span.h1_img {
	height: 50px;
}
header #nav_Area .logoBox h1 span.h1_img img {
}
header #nav_Area .logoBox h1 span.h1_text {
	line-height: 50px;
}
header #hum {
    top: 8px;
}
/* globalNavi */

header #nav_Area .navBox ul.gbn_list {
}
header #nav_Area .navBox ul.gbn_list li:not(:last-child) {
}
header #nav_Area .navBox ul.gbn_list li {
}

header #nav_Area .navBox ul.gbn_list li a {
	padding: 0 ;
	font-size: 14px;
	line-height: 50px;
}

header #nav_Area .navBox ul.gbn_list li:not(:last-child)::after {
	height: 20px;
}
header #nav_Area .navBox #ankBox {
	top: 50px;

}
header .is-fixed #nav_Area .logoBox h1 span.h1_img {
    margin-right: 0;
}
/* ----- mv ----- */


/* container
--------------------------------------------------------- */
.cont_Box {
	padding: 20px 20px;
}

/* ----- concept ----- */
/* title */
/* uny x donki */
/* text */



#concept_Area {
	margin: 0;
}
#concept_Area .conceptBox {
	padding: 40px 20px;
	margin-bottom: 50px;
	border-right: none;
	border-left: none;
}
/* title */
#concept_Area .conceptBox h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
/* uny x donki */
#concept_Area .conceptBox .x_logo {
	padding: 10px 0;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#concept_Area .conceptBox .x_logo > p {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#concept_Area .conceptBox .x_logo span {
    height: 22px;
}
#concept_Area .conceptBox .x_logo .x_logoC {
	width: 111px;
}
#concept_Area .conceptBox .x_logo #uny_logo.x_logoC {
	width: 90px;
}
#concept_Area .conceptBox .x_logo #icon_x {
}
#concept_Area .conceptBox .x_logo #donki_logo.x_logoC {
}
#concept_Area .conceptBox .concept_text p {
    font-size: 16px;
}

#concept_Area .conceptBox .concept_text p span.inline_B,#concept_Area .conceptBox .concept_text p span.dis_B {
    display: inline;
}




/* ----- shop ----- */
#shop_Area {
	
}
#shop_Area .shopBox,#stm_Area .stmBox,#card_Area .cardBox,#facility_Area .facilityBox {
	margin-bottom: 70px;
}

/* -- 店舗情報 title---*/
#shop_Area h2,#stm_Area h2,#card_Area h2,#facility_Area h2  {
    padding: 9px;
    font-size: 22px;
    margin-bottom: 25px;
}
/* -- 店舗一覧 ---*/
#shop_Area .shopBox ul.shop_list {
}
#shop_Area .shopBox ul.shop_list > li {
	margin-bottom: 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont {
	padding: 30px 30px;
}

/* img */
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box {
	margin: 0 auto 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont .img_box img {
	width: 100%;
}

/* title */
#shop_Area .shopBox ul.shop_list > li .shopCont .text_box {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#shop_Area .shopBox ul.shop_list > li .shopCont h3 {
	font-size: 17px;
	margin-bottom: 20px;
}

#shop_Area .shopBox ul.shop_list > li .shopCont h3 span {
}
/* text */
#shop_Area .shopBox  ul.address_list li {
	margin-bottom: 6px;
}
#shop_Area .shopBox  ul.address_list li dl {
}
#shop_Area .shopBox  ul.address_list li dl dt,#shop_Area .shopBox  ul.address_list li dl dd {
}
#shop_Area .shopBox  ul.address_list li dl dt {
	margin-right: 20px;
}
#shop_Area .shopBox  ul.address_list li dl dd {
	width: calc( 100% - 77px );
}
/* button */

#shop_Area .shopBox .button_Box ul.buuton_list {
	position: static;
	bottom: auto;
	right: auto;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li {
	margin: 0 auto 10px;
	max-width: 100%;
	width: 100%;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li:last-child {
	margin-bottom: 0;
}
#shop_Area .shopBox .button_Box ul.buuton_list > li a {
	font-size: 15px;
	padding: 13px 0
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a::after {
	right: 18px;
	font-size: 18px;
	height: 18px;
}

#shop_Area .shopBox .button_Box ul.buuton_list > li a:hover {
}


/* com_soon */
#shop_Area .shopBox ul.shop_list > li.com_soon_text::after {
    font-size: 24px;
    height: 24px;
}	

.cont_Box h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}
.cont_Box .cont_l_Box {
    margin-bottom: 30px;
}

	
	
/* ----- card_Area ----- */
#card_Area .cont_Box .note .note_box, #card_Area .cont_Box .uny_card_box {
    padding: 10px;
}
#card_Area table.table_card {
    font-size: 12px;
}
#card_Area table.table_card tbody {
}
#card_Area table.table_card thead {
}
#card_Area table.table_card tr {
}
#card_Area table.table_card tr,#card_Area table.table_card th,#card_Area table.table_card tr > th:first-child,#card_Area table.table_card td  {
}
#card_Area table.table_card tr > th:first-child {
}
#card_Area table.table_card th:not(:last-child), #card_Area table.table_card td:not(:last-child) {
}
#card_Area table.table_card tbody td::before,
#card_Area table.table_card tbody td:last-child::before {
	font-size: 11px;
}
#card_Area table.table_card tbody td p {
	padding: 5px;
	margin: 5px;
}
#card_Area .cont_Box .uny_card_box h4 {
    font-size: 14px;
    margin-bottom: 15px;
}
/* - card_use -*/
#card_Area .cont_Box h3 {
    font-size: 16px;
    padding: 10px;
}
#card_Area  {
	
}
#card_Area table.card_use {
	font-size: 12px;
	border-top: none;
	border-bottom: 1px solid #f6f6f6;
}
#card_Area table.card_use tr,#card_Area table.card_use th,#card_Area table.card_use td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#card_Area table.card_use tr {
	border-top: none;
	border-bottom: none;
}
#card_Area table.card_use td {
	margin-bottom: 15px;
}
#card_Area table.card_use th {
	border-right: none;
	/*border-bottom: 1px dashed #dedede;*/
	text-align: center;
	font-size: 12px;
	background: #f1f1f1;
}
#card_Area table.card_use th,#card_Area table.card_use td {
	padding: 5px 10px;
}

/* ----- facility_Area ----- */

#facility_Area {
	
}
#facility_Area .cont_l_Box h3 {
	font-size: 16px;
	background: none;
	padding: 0;
	margin-bottom: 10px;
}
#facility_Area .cont_l_Box table {
	font-size: 12px;
	border-top: none;
	border-bottom: 1px solid #f6f6f6;
}

#facility_Area .cont_l_Box table tr,#facility_Area .cont_l_Box table th,#facility_Area .cont_l_Box table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#facility_Area .cont_l_Box table tr {
	border-top: none;
	border-bottom: none;
}
#facility_Area .cont_l_Box table th {
	border-right: none;
	/*border-bottom: 1px dashed #dedede;*/
	text-align: center;
	font-size: 12px;
	background: #f1f1f1;
}
#facility_Area .cont_l_Box table td {
	margin-bottom: 15px;
}
#facility_Area .cont_l_Box table th,#facility_Area .cont_l_Box table td {
	padding: 5px 10px;
}



/* ----- fstm_Area_Area ----- */

#stm_Area {
	
}
#stm_Area .cont_Box > div:last-child{
}
#stm_Area .cont_l_Box {
}
#stm_Area .cont_l_Box h3 {
	font-size: 16px;
	background: none;
	padding: 0;
	margin-bottom: 10px;
}
#stm_Area .cont_l_Box table {
	font-size: 12px;
}

#stm_Area .cont_l_Box table tr,#stm_Area .cont_l_Box table th,#stm_Area .cont_l_Box table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#stm_Area .cont_l_Box table th,#stm_Area .cont_l_Box table td {
	padding: 5px 10px;
}
#stm_Area .cont_l_Box table tr {
	border-top: none;
}
#stm_Area .cont_l_Box table th {
	border-right: none;
	border-bottom: 1px dashed #dedede;
	text-align: center;
	font-size: 12px;
	background: #f1f1f1;
}

/* ----- contact ----- */
#contact_Area {
}
#contact_Area .contact_box {
	padding: 40px 0;
}
/* title */
#contact_Area .contact_box h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
/* button */
#contact_Area .contact_box .button_Box {
	padding: 0 ;
}
#contact_Area .contact_box .button_Box a {
	font-size: 16px;
	padding: 15px;
}

#contact_Area .contact_box .button_Box a::after {
	right: 30px;
	font-size: 20px;
	height: 20px;
}

#contact_Area .contact_box .button_Box a:hover {
}
/* #pageTop
--------------------------------------------------------- */
#pageTop {
  bottom: 10px;
  right: 10px;
}
 
#pageTop a {
	padding: 1px 0 0;
	width: 35px;
	height: 35px;
	font-size: 18px;
}
 
#pageTop a:hover {
}
/* footer
--------------------------------------------------------- */
footer {
    background: #343434;
    padding: 20px 10px;
}
    footer .foot_privacy a{
        font-size: 10px;
    }
    footer .logo img {
        width: 100px;
    }
    footer .logo span {
        display: inline-block;
        color: #fff;
        margin-bottom: 0px;
        margin-left: 5px;
        font-size: 12px;
    }

}



/* 営業時間補足
--------------------------------------------------------- */

#shop_Area .shopBox ul.address_list li.asterisk dl {
    width: calc( 100% - 160px );
}
#shop_Area .shopBox ul.address_list li.asterisk dl span {
    font-size: 14px!important;
    line-height: 1.4!important;
    display: block!important;
}


















