@charset "utf-8";
/*
CSS Information
 File name:  common.css
 Author: Administrator
 Style Info: html5doctor.com Reset Stylesheet
 *http://richclarkdesign.com
 *version: 1.6.1
----------------------------------------------------- */
/* reset.css
******************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
margin:0;
padding:0;
border:0;
outline:0;
title pandora-size:100%;
vertical-align:baseline;
background:transparent;
line-height:1;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
title pandora-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
title pandora-style:italic;
title pandora-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}

/* base.css
******************************/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	title pandora-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* 汎用グラデーション */
.gradA {
	background: -moz-linear-gradient(top, rgba(251,223,28,1) 0%, rgba(252,249,170,1) 50%, rgba(251,191,19,1) 51%, rgba(252,215,62,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,223,28,1)), color-stop(50%,rgba(252,249,170,1)), color-stop(51%,rgba(251,191,19,1)), color-stop(100%,rgba(252,215,62,1)));
	background: -webkit-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	background: -o-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf1c', endColorstr='#fcd73e',GradientType=0 );
	background: linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
}

/* 文字数調整 */
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* リンク */
a:link,a:visited,a:hover,a:active {text-decoration: none;}

a {
	-webkit-tap-highlight-color: #FFFFFF;
}

/* 要素設定 */
body {
	font: 13px/1.231 ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-all;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
		background: url(https://img.undernavi.com/chugoku/club-ador/background/175317098344380900.png) center top;
	}
ul,dl,ol{
	text-indent: 0;
	list-style-position:outside;
	list-style-type: none;
}
th,td {
	vertical-align: top;
}
p{
	text-align: justify;
}

/* baseLayout
****************************/
/* header */

header {
	position: relative;
	height: 77px;
}

header p.description {
	position: absolute;
	top: 0;
	width: 100%;
	height: 12px;
	background: #FFFFFF;
	text-align: center;
	font-size: 85%;
	line-height: 12px;
}

header p.description span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

header h1 {
	position: absolute;
	top: 12px;
	overflow: hidden;
	width: 100%;
	height: 65px;
	background: transparent url(https://img.undernavi.com/chugoku/club-ador/parts/sp_logo.png) center bottom no-repeat;
	background-size: auto 65px;
	text-indent: 110%;
	white-space: nowrap;
}

header ul {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 63px;
}

header ul li {
	float: right;
	margin-top: 10px;
	padding: 2px;
	border: solid 1px #adabae;
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #eae8e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#eae8e9));
	background: -webkit-linear-gradient(top,  #feffff 0%,#eae8e9 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#eae8e9 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#eae8e9 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#eae8e9 100%);
	text-align: center;
	font-size: 85%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eae8e9',GradientType=0 );
}

header ul li img {
	display: block;
	margin: 0 auto 2px;
}

header ul li a {
	display: block;
	color: #000;
}

/* fixnavi */

#fixnavi {
	display: none;
}
#fixnavi > div {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fixnavi p,
#fixnavi ul {
	display: table-cell;
	vertical-align: middle;
}
#fixnavi ul {
	width: 94px;
}
#fixnavi li {
	float: left;
	padding: 5px;
}
#fixnavi li:last-child {
	padding: 5px 0 5px 5px;
	border-left: 1px solid #fff;
}
#fixnavi li a {
	display: block;
	color: #fff;
	text-decoration: underline;
}

/* nav */

#globalNav ul li {

	float: left;
	width: 50%;
	height: 47px;
	font-weight: bold;
	font-size: 108%;
	line-height: 47px;
}

#globalNav ul li a {
	display: block;
	padding: 0 20px 0 10px;
	border-right: solid 1px #000099;
	border-bottom: solid 1px #000099;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size:13px;
	color: #000000;
}

#globalNav ul li:nth-child(2n) a {
	border-right: none;
}

#globalNav div {
	background: #f2f2f2;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}

#globalNav div a {
	padding: 10px;
	display: block;
	color: #000;
}

/* aside */

div.tel {
	clear: both;
	padding: 10px;
	background: #FFFFFF;
	text-align: center;
}

div.tel2 {
	padding: 0 10px;
}

div.tel span {
	display: block;
	margin-bottom: 3px;
	color: #000000;
	font-size: 85%;
}

div.tel ul li {
	display: block;
}

div.tel ul li a {
	display: block;
	margin: 0 0 3px;
	height: 26px;
	line-height: 26px;
	border: solid 1px #abadac;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	color: #000066;
	font-size: 139%;
}
div.tel ul li:last-child a {
	margin-bottom: 0;
}

div.tel ul li span {
	display: block;
	padding:5px 10px;
	text-align:left;
}

div.tel ul li.reviewbtn a {
	width: 49%;
	float: left;
}
div.tel ul li.specialsalebtn a {
	width: 49%;
	float: right;
}

div.tel ul li img {
	margin-right: 10px;
	vertical-align: middle;
}

/*
div.tel:nth-of-type(2) ul li.favorite_shop {
	display:none;
}
*/

/* pager */

#content .pager {
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
}
#content .pager li {
	display: inline-block;
	font-size: 100%;
	vertical-align: top;
}
#content .pager li a {
	background: #fff;
	border: solid 1px #555;
	color: #555;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 8px 10px;
	text-decoration: none;
}
#content .pager li span {
	background: #DEDEDE;
	border: solid 1px #dedede;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 2px;
	padding: 8px 10px;
}
#content .pager li.current span {
	border: solid 1px #999;
	background: #999999;
	font-weight: bold;
}
#content .pager li.abbr span {
	background: transparent;
	color: #000000;
	font-size: 85%;
	padding: 8px 5px;
}

/* pageTop */

.pageTop2 {
	display: none;
	position: fixed;
	/*bottom: 30px;*/
	right: 10px;
	z-index: 5;
}
.pageTop2 a {
	border: #fff 1px solid;
	font-size:12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding:5px;
	display: block;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.pageTop2 a span{
	font-size:1.8em;
}

/* content */

section h1.title,
#globalNav h2{
	padding-left: 10px;
	height: 27px;
	border-top: solid 1px #aeaeae;
	border-bottom: solid 1px #aeaeae;
	font-weight: bold;
	font-size: 108%;
	line-height: 27px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}

.arrowRight {
	background: url(https://img.undernavi.com/chugoku/club-ador/parts/sp_icon_arrow1.png) 98% center no-repeat;
	background-size: 11px 12px;
}

.arrowBottom {
	background: url(https://img.undernavi.com/chugoku/club-ador/parts/sp_icon_arrow2.png) 98% center no-repeat;
	background-size: 12px 11px;
}

/* recruit_info */

#recruit_info .in_box {
	margin: 10px;
}
.atsumare_bnr {
	display: block;
}
#recruit_info p img {
	width: 100%;
	/*max-width: 300px;*/
	margin: 0 auto 10px;
	vertical-align: middle;
}
#recruit_info ul {
	overflow: hidden;
	margin-bottom: 10px;
}
#recruit_info li {
	float: left;
	width: 48.2014388489%;
	height: 28px;
	border: solid 1px #abadac;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #d0d0d0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#recruit_info li:first-child {
	margin-right: 3.59712230216%;
}
#recruit_info .tel a,
#recruit_info .mail a {
	display: block;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
}
#recruit_info .tel a span {
	display: inline-block;
	margin-top: 2px;
	padding-left: 20px;
	line-height: 1.1;
	background: url("//img.undernavi.com/dxplan/sp/icon_recruit_tel.png") left center no-repeat;
	background-size: 17px auto;
}
#recruit_info .tel a em {
	font-size: 85%;
	font-weight: bold;
	font-style: normal;
}
#recruit_info .mail a span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 23px;
	background: url("//img.undernavi.com/dxplan/sp/icon_recruit_mail.png") left center no-repeat;
	background-size: 20px auto;
}
#recruit_info #recruit_detail {
	height: 26px;
	line-height: 26px;
	border: solid 1px #abadac;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #d0d0d0;
	text-align: center;
}
#recruit_info #recruit_detail a {
	display: block;
   	color: #fff;
	font-size: 108%;
	font-weight: bold;
}
#recruit_info #recruit_detail a span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 24px;
	background: url("//img.undernavi.com/dxplan/sp/icon_recruit_detail.png") left center no-repeat;
	background-size: 19px 19px;
}
#recruit_info .movie_box {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
#recruit_info .movie_box img {
	max-width: 100%;
	vertical-align: top;
}
#recruit_info .movie_box .play_icon {
	width: 79px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -34px;
}
#recruit_info .btn_box {
	/*display: block;*/
	font-size: 0rem;
	text-align: center;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#recruit_info .btn_box a {
	display: inline-block;
	/*margin-right: 5px;*/
	font-size: 1rem;
}
#recruit_info .btn_box a:last-child {
  margin-right: 0;
}
#recruit_info .btn_box a img {
	height: 48px;
}

/* fixtel */
#fixtel {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fixtel li {
	float: left;
	width: 48.75%;
	height: 28px;
	margin-right: 2.5%;
	border: 1px solid #36ad01;
   	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	vertical-align: middle;
   	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fixtel li a {
	display: block;
	color: #36ad01;
	font-weight: bold;
}
#fixtel li a span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 22px;
	background: url("//img.undernavi.com/dxplan/sp/icon_fix_tel.png") left center no-repeat;
	-webkit-background-size: 19px auto;
	-moz-background-size: 19px auto;
	background-size: 19px auto;
}
#fixtel .favorite {
	margin-right: 0;
	border: 1px solid #fe4949;
}
#fixtel .favorite a {
	color: #fe4949;
}
#fixtel .favorite a span {
	background: url("//img.undernavi.com/dxplan/sp/icon_fix_favorite.png") left center no-repeat;
	-webkit-background-size: 19px auto;
	-moz-background-size: 19px auto;
	background-size: 19px auto;
}

/* 下部固定メニュー */
#fix_menu {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 95;
}

#fix_menu.himechoku.iphone,
#fix_menu.himechoku.android {
	bottom: 90px;
}

#fix_menu ul {
    display: block;
    margin: 0;
    text-align: center;
}
#fix_menu ul li {
    display: inline-block;
    width: 46%;
    margin: 0 1%;
    vertical-align: top;
}
#fix_menu ul li a {
    display: block;
    padding: 0 5px;
    color: #333333;
    font-size: 116%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    border-radius: 5px;
    background-color: #fff;
}
#fix_menu ul li.tel a {
    color: #ffffff;
    background-color: #36ad01;
    -webkit-box-shadow: 0 1px 1px rgba(1,1,1,.35), inset 0 1px 0 1px rgba(252,250,250,0);
    box-shadow: 0 1px 1px rgba(1,1,1,.35), inset 0 1px 0 1px rgba(252,250,250,0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#309d00), color-stop(44%, #309702), color-stop(48%, #39b203), to(#61c335));
    background-image: linear-gradient(to top, #309d00, #309702 44%, #39b203 48%, #61c335);
    border: solid 1px #3e8e1b;
}
#fix_menu ul li.favorite a {
    color: #fc4546;
    -webkit-box-shadow: 0 1px rgba(1,1,1,.26), inset 0 1px 0 1px #fcfafa;
    box-shadow: 0 1px rgba(1,1,1,.26), inset 0 1px 0 1px #fcfafa;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), color-stop(44%, #e3e2e2), color-stop(48%, #ffffff), to(#ffffff));
    background-image: linear-gradient(to top, #f6f6f6, #e3e2e2 44%, #ffffff 48%, #ffffff);
    border: solid 1px #d1d1d1;
}
#fix_menu ul li a span {
    display: inline-block;
}

li.tel a span {
    padding: 10px 0 10px 25px;
}

li.favorite a span {
    padding: 10px 0 10px 25px;
}
#fix_menu ul li.tel a span {
    background: url("//img.undernavi.com/dxplan/sp/icon_tel.png") left center no-repeat;
    background-size: 23px auto;
    -moz-background-size: 23px auto;
    -webkit-background-size: 23px auto;
    -o-background-size: 23px auto;
    -ms-background-size: 23px auto;
}
#fix_menu ul li.favorite a span {
    background: url("//img.undernavi.com/dxplan/sp/icon_fav.png") left center no-repeat;
    background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    -o-background-size: 16px auto;
    -ms-background-size: 16px auto;
}

/* 求人リンク関連 {{{ */
.recruitLinkModal {
	box-sizing: border-box;
	display: none;
	position: fixed;
	bottom: 18.75vw;
	left: 0;
	width: 100%;
	z-index: 102;
	padding: 8vw 20vw;
	border-top: 1px solid #beb5ba;
	background-color: #fff;
	color: #333;
}
.recruitLinkModalHeading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1em;
	background-color: transparent !important;
	color: #c80037 !important;
	font-weight: bold;
	font-size: 7vw;
}
.recruitLinkModalHeading img {
	margin-right: .25em;
	height: 1em;
}
.recruitLinkModalTable {
	width: 100%;
	margin-top: 4vw;
	font-size: 5vw;
}
.recruitLinkModalTable tr {
	border: 1px solid #beb5ba;
}
.recruitLinkModalTable tr th {
	background-color: #d9d9d9;
}
.recruitLinkModalButtons {
	margin-top: 4vw;
}
.recruitLinkModalButtons li {
	margin-top: 2vw;
}
.recruitLinkModalButtons li a {
	display: block;
	width: 100%;
	height: 12vw;
	line-height: 12vw;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
	border: solid 1px #1954a4;
	background: #3098e3;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#3098e3),to(#1c58c3));
	background: linear-gradient(to bottom,  #3098e3 0%,#1c58c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098e3', endColorstr='#1c58c3',GradientType=0 );
}
.recruitLinkModalButtons li a.--color-pink {
	border: solid 1px #b63540;
	background: #f77187;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#f77187),to(#e3404d));
	background: linear-gradient(to bottom,  #f77187 0%,#e3404d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77187', endColorstr='#e3404d',GradientType=0 );
}
.recruitLinkModalCloser {
	position: absolute;
	right: 3vw;
	top: 3vw;
}
/* 求人リンク関連 }}} */

/*newfix css*/
ul#fix_box {
    display: block;
    margin: 0;
    text-align: center;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 98%;
    margin: -7px auto;

}

ul#fix_box li {
    display: table-cell;
    vertical-align: middle;
}

ul#fix_box li a {
    display: block;
    padding: 0 0px;
    color: #333333;
    font-size: 116%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    border-radius: 5px;
    margin: 5px 0px;
}
li.telbtn a {
    color: #ffffff;
    background-color: #36ad01;
    -webkit-box-shadow: 0 1px 1px rgba(1,1,1,.35), inset 0 1px 0 1px rgba(252,250,250,0);
    box-shadow: 0 1px 1px rgba(1,1,1,.35), inset 0 1px 0 1px rgba(252,250,250,0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#309d00), color-stop(44%, #309702), color-stop(48%, #39b203), to(#61c335));
    background-image: linear-gradient(to top, #309d00, #309702 44%, #39b203 48%, #61c335);
    border: solid 1px #3e8e1b;
}

li.favoritebtn a {
    color: #fc4546;
    -webkit-box-shadow: 0 1px rgba(1,1,1,.26), inset 0 1px 0 1px #fcfafa;
    box-shadow: 0 1px rgba(1,1,1,.26), inset 0 1px 0 1px #fcfafa;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), color-stop(44%, #e3e2e2), color-stop(48%, #ffffff), to(#ffffff));
    background-image: linear-gradient(to top, #f6f6f6, #e3e2e2 44%, #ffffff 48%, #ffffff);
    border: solid 1px #d1d1d1;
}

li.favoritebtn a span {}

li.telbtn a span {
    padding: 10px 0 10px 25px;
    display: inline-block;
    background: url("//img.undernavi.com/portal/sp/chugoku/shop/dir/common/icon_tel.png") left center no-repeat;
    background-size: 23px auto;
    -moz-background-size: 23px auto;
    -webkit-background-size: 23px auto;
    -o-background-size: 23px auto;
    -ms-background-size: 23px auto;
    color: #fff;
}

li.favoritebtn a span {
    background-size: 13px auto;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    -o-background-size: 13px auto;
    -ms-background-size: 13px auto;
    padding: 0px 0px 0px;
    display: inline-block;
    line-height: 35px;
    margin: 0 0px;
    color: #fc4546;
}

li.reservebtn img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
}
/*newfix css*/

/* 電話モーダル */
#modal_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.3);
}
#tel_modal {
    display: none;
    position: fixed;
    left: 3.125%;
    z-index: 99;
    width: 93.75%;
    max-height: 93.75%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 10px;
    background-color: #fff;
}
#tel_modal img {
	max-width: 100%;
}
#tel_modal .red_txt {
    margin-bottom: 10px;
    padding: 5px;
    color: #C7013C;
    line-height: 1.3;
    font-weight: bold;
    border: 2px solid #C7013C;
}
#tel_modal .btn_box {
    display: flex;
    height: 100%;
    align-items: stretch;
}
#tel_modal .btn_box > div {    width: 50%;}
#tel_modal .btn_box a {
    width: 100%;
    color: #fff !important;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3;
}
#tel_modal .blue,
#tel_modal .close,
#tel_modal .green {
    display: block;
    background-color: #466EE0;
    text-align: center;
    border-radius: 5px;
    border-bottom: 5px solid #0B39C0;
}
#tel_modal .blue {
    display: flex;
    align-items: center;
    justify-content: center;
}
#tel_modal .green {
    margin-bottom: 5px;
    background-color: #4CBA1B;
    border-color: #309901;
}
#tel_modal .btn_box .close {
    color: #949494 !important;
    border: 2px solid #949494;
    background-color: transparent;
}


/* slideup */
#slideup {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 95;
	width: 100%;
}
#slideup .constantfooterclose {
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 95;
	width: 30px;
}
#slideup .constantfooterclose img {
	max-width: 100%;
}
#slideup .inbox {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	color: #333;
}



#slideup.lower_sp {
	bottom: 65px;
}

#slideup.himechoku.iphone,
#slideup.himechoku.android {
	bottom: 80px;
}
#slideup.himechoku.ipad,
#slideup.himechoku.pc {
	bottom: 0;
}

#slideup.lower_sp.himechoku.iphone,
#slideup.lower_sp.himechoku.android {
	bottom: 147px;
}
#slideup.lower_sp.himechoku.ipad,
#slideup.lower_sp.himechoku.pc {
	bottom: 65px;
}


#slideup.himechoku.iphone .constantfooterclose,
#slideup.himechoku.android .constantfooterclose {
	right: 0;
}
#slideup.himechoku.ipad .constantfooterclose,
#slideup.himechoku.pc .constantfooterclose {
	right: 100px;
}
#slideup.himechoku.iphone .inbox,
#slideup.himechoku.android .inbox {
	margin: 0 10px 10px;
}
#slideup.himechoku.ipad .inbox,
#slideup.himechoku.pc .inbox {
	margin: 0 110px 10px 10px;
}



#slideup.lower_sp.himechoku.iphone .constantfooterclose,
#slideup.lower_sp.himechoku.android .constantfooterclose {
	right: 0;
}
#slideup.lower_sp.himechoku.ipad .constantfooterclose,
#slideup.lower_sp.himechoku.pc .constantfooterclose {
	right: 100px;
}
#slideup.lower_sp.himechoku.iphone .inbox,
#slideup.lower_sp.himechoku.android .inbox {
	margin: 0 10px 10px;
}
#slideup.lower_sp.himechoku.ipad .inbox,
#slideup.lower_sp.himechoku.pc .inbox {
	margin: 0 110px 10px 10px;
}


/* .shitsuji_footer_menu {
	bottom: 65px !important;
} */



#slideup .thumb {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 10px 0 0;
	border: 1px solid #d4d5d3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slideup .thumb a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#slideup .thumb img {
	position: absolute;
	top: -25%;
	left: -25%;
	max-width: 100px;
	vertical-align: middle;
}
#slideup .inbox .text {
	line-height: 1.3;
}

/* footer */

footer {
	background: #FFFFFF;
	padding: 20px 0;
	text-align: center;
	font-size: 85%;
}

footer p {
	color: #000000;
	text-align: center;
}

footer p a {
	color: #000000;
}

/* form */
.freeTxt {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.chatBox {
	width: 100%;
	height: 680px;
	overflow: auto;
}

/* maintenance */
#wrapper .maintenance {
	margin: 10px auto 10px;
	width: 95%;
	height: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	border: 1px solid #d0d0d0;
	background: rgba(255, 255, 255, 0.8);
}
#wrapper .maintenance a {
	display: block;
}

.square_btn {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #333;
	background: #fff;
	transition: .4s;
	border: 2px solid #696969;
	margin: 0 auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
	width: 180px;
}

.web_reserve_bnr_open img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#shop_discount_area {
    position: relative;
}
/*1万キャンペーン*/
.fix_discountc {
    /* display: none; */
    position: fixed;
    right: 70px;
    bottom: 90px;
    z-index: 95;
}
#shop_discount_area {
	position: relative;
}

#shop_discount01 {
    display: none;
    position: absolute;
    top: -175px;
    left: -215px;
    padding: 10px;
    background: #de6585a1;
    border-radius: 5px;
}
li.remaining_mem {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-shadow: none;
    color: #000;
    line-height:17px;
}
li.remaining_mem span {
    color: #ff0000;
    font-weight: bold;
}
#shop_discount01:after {
    /* left: 100%; */
    /* top: 50%; */
    right: 40px;
    bottom: -70px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 220, 238, 0);
    border-left-color: #de6585a1;
    border-width: 0px 50px 30px 60px;
    margin-top: 35px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#shop_discount01 #shop_discount_inner {
    background: #ffffff;
    padding: 5px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    width:260px;
}
.close_btn {
	position: absolute;
	top: -10px;
	right: -10px;
}
.close_btn a {
	display: block;
}
.close_btn a img {
	vertical-align: top;
}
#shop_discount01 .dis_ttl {
	padding: 8px 0px;
  background: url("//img.undernavi.com/dxplan/sp/icon_discount02.png") left center no-repeat;
  overflow: hidden;
}
#shop_discount01 .dis_ttl span {
    float: left;
    display: block;
    padding-top: 3px;
    padding-left: 45px;
    color: #c40034;
    font-weight: bold;
    font-size: 16px;
}
#shop_discount01 .dis_left {
    float: left;
    width: 48%;
}
#shop_discount01 table {
	width: 175px;
	margin: 0 auto 8px;
}
#shop_discount01 th {
	width: 50px;
	height: 22px;
	border: 1px solid #beb5ba;
	background: #d9d9d9;
	font-size: 93%;
	text-align: center;
	vertical-align: middle;
}
#shop_discount01 td {
	height: 23px;
	padding: 0 5px;
	border: 1px solid #beb5ba;
	font-size: 93%;
	text-align: left;
	vertical-align: middle;
}
#shop_discount01 td span {
	display: block;
	width: 113px;
}
#shop_discount01 ul {
	display: block;
	margin: 0 auto;
	padding-left: 130px;
}
#shop_discount01 .btn01 {
	margin-bottom: 8px;
}
#shop_discount01 .btn01 a,
#shop_discount01 .btn02 a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
    border: solid 1px #c30033;
    background: #f77187;
    background: -webkit-gradient(linear, left top, left bottom, from(#c30033),to(#c30033));
    background: linear-gradient(to bottom, #c30033 0%,#c30033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77187', endColorstr='#e3404d',GradientType=0 );
    color: #fff;
    font-size: 116%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-text-shadow: 0 2px rgba(0,0,0,.2);
    -moz-text-shadow: 0 2px rgba(0,0,0,.2);
    text-shadow: 0 2px rgba(0,0,0,.2);
}
#shop_discount01 .btn02 a {
	border: solid 1px #1954a4;
	background: #3098e3;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#3098e3),to(#1c58c3));
	background: linear-gradient(to bottom,  #3098e3 0%,#1c58c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098e3', endColorstr='#1c58c3',GradientType=0 );
}
#shop_discount01 .btn01:hove,
#shop_discount01 .btn02:hove {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#fixed_btn #shop_discount_btn {
    margin: 0 0 10px -3px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.discount_infobox p {
    padding: 5px 0 0;
    line-height:15px;
    text-align:left;
}
.discount_infobox {
    overflow: hidden;
    color: #000;
    text-shadow: none;
}
p#shop_discount_btn img {
    max-width: 100%;
}
.fix_discount {
    position: fixed;
    right: 53px;
    width: 44px;
    height: 45px;
    display:none;
	z-index: 5;
}
.discount_infobox p span {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #ff0000;
    /* text-decoration: underline; */
    /* text-decoration-color: #fffcdb; */
    vertical-align: top;
    display: inline-block;
    border-bottom: 1px solid #fffcdb;
}

.pageTop2 {
	top: auto !important;
	bottom: 58px;
}

/* New_fix-footer
********************************** */
.white, .black {
	background: none !important;
	padding: 0 !important;
}
div.white ul, div.black ul {
	/*display: table !important;
	table-layout: fixed;*/
	display: flex !important;
	width: 100%;
	padding: 0 3.125vw;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}
.white ul li, .black ul li {
	/*display: table-cell !important;*/
	text-align: center;
	padding: 15px 0;
	flex: 1;
	width: auto !important;
	margin: 0 2% 0 0 !important;
}
.white ul li.li_tel, .black ul li.li_tel {
	flex: 2.5;
}
.white ul li a {
	font-size: 11px !important;
	padding: 5px 0 !important;
	/*margin: 0 3% !important;*/
}
.black ul li a {
	font-size: 11px !important;
	padding: 5px 0 !important;
	/*margin: 0 3% !important;*/
	border: 1px solid #FFF !important;
	box-sizing: border-box !important;
	background: none !important;
	color: #FFF !important;
}
.black ul li a p {
	color: #FFF !important;
}
.white ul li a img, .black ul li a img {
	width: 35px;
}
.white ul li a p.f-color01 {
	color: #3ec936 !important;
}
.white ul li a p.f-color02 {
	color: #fc4546 !important;
}
.white ul li a p.f-color03 {
	color: #4367b0 !important;
}
.white ul li a p.f-color04 {
	color: #fc4593 !important;
}

/* 求人
****************************************/
.recruit_bar {
background: #dc2493;
color: #FFF;
margin: 10px 0;
}
.recruit_bar span img {
width: 5%;
padding: 5px 5px 5px 10px;
vertical-align: middle;
}
.font-color_bk {
color: #000;
}

.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 90%;
    color: #888888;
    background: rgba(255,255,255,0.25);
    padding: 5px 10px;
    margin: 5px auto;
    line-height: 1.2;
}
.recaptcha_policy > a {
    color: #6db1ec;
    text-decoration: none;
}
.recruit_milk .recruit_catch {
	margin: 10px 0;
}
.recruit_milk .recruit_img {
	text-align: center;
	margin-bottom: 10px;
}
.recruit_milk .recruit_img img {
	max-width: 100%;
}
.recruit_milk .recruit_detail {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 10px;
}
.recruit_milk .recruit_detail dt {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	display: flex;
	align-items: center;
	background: #ffe8e2;
	color: #333;
}
.recruit_milk .recruit_detail dd {
	padding: 10px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 70%;
	box-sizing: border-box;
}

.recruit_milk .recruit_txt {
	margin: 10px 0;
}
.recruit_milk .recruit_btn {
	background: #00b7bf;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;
	display: block;
	font-size: 15px;
	box-sizing: border-box;
}
#recruit_info.recruit_milk {
	margin: 0 auto 20px;
	width: 95%;
	padding-top:10px;
}
.recruit_milk .secttl_milk {
	margin: 0;
	padding: 5px 0 5px 10px;
	border: none;
	background: #db2593;
	color: #fff;
	font-weight: bold;
}
#recruit_info.recruit_milk .secttl_milk span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}
#recruit_info.recruit_milk .secttl_milk img {
	max-width: 100%;
	max-height: 100%;
}

/******************閲覧者数表示
***********************************************************/
/* スタンプポップアップ
----------------------------------------------------------*/
.page_viewer-close .round_btn::before, .page_viewer-close .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}

.page_viewer-close .round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.page_viewer-close .round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.page_viewer-close {
	position: absolute;
	right: -10px;
	top: -10px;

}
.page_viewer-close .round_btn {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 2px solid #333;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.page_viewer {
	position: fixed;
	top: 4vw;
	left: 50%;
	z-index: 999;
	background: #fff;
	border: 1px solid #bbb6b6;
	box-sizing: border-box;
	width: 90%;
	border-radius: 10px;
	padding: 3vw 0vw;
	text-align: center;
	margin: 0 auto;
	transform: translateX(-50%);
	color: #000;
	font-size: 4vw;
}
.viewer {
	font-weight: bold;
	font-size: 20px;
}
.viewer::before {
	content: "";
	background: url(https://img.undernavi.com/front/pc/shop/viewer_icon.png) no-repeat;
	width: 23px;
	height: 18px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
}


/*************サムネイル大きく表示
**************************************************/

#content .section-c .section-c_list li .photo {
	margin: 0 auto 2px auto;
	height: 150px;
	width: 100%;
	overflow:hidden;
}
#content #pickUp.section-c .section-c_list li .photo .thumb-c,
#content .section-c .section-c_list li .photo .thumb-c {
	max-width: 100%;
	max-height: none;
	width: 100%;
	height: auto;
}
#voice #content .section-c ul li a > span,
#content #whatsNew.section-c a > span,
#content .section-c .newsList li a > span.photo,
#event.section-c a > span,
#content .event.section-c ul li a > span.photo ,
#content #gravure.section-c ul li a > span.photo{
	width: 100px;
}
#content .section-c ul li a .photo img,
#content #whatsNew.section-c img,
#content .section-c .newsList li img,
#content .event.section-c ul li img,
#event.section-c img,
#gravure.section-c ul li img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 133px;
}
/****文字サイズ
************************/
.body-c {
	font-size: 15px;
}
#content .section-c a {
	font-size: 95% !important;
}
#content .section-c .section-c_list li .size-3 {
	font-size: 80% !important;
}
.txt_review.txt_review_new {
	font-size: inherit;
}
#globalNav.globalNav_new h2 {
	font-size: 120%;
}
#globalNav.globalNav_new ul li a {
	font-size: 100%;
}
#content ul.content li a.more-b, #content .back.back_new a, .nextPrev.nextPrev_new a{
	font-size: 125%;
	padding: 13px;
}
.cMore.cMore_new a {
	font-size: 115%;
}
#content .back.back_new {
	height: auto;
}
/****pikckUp枠
************************/

#pickUp.section-c ul {
	width: 95%;
	margin: 0 auto;
}
#content #pickUp.section-c ul li {
	float: left;
	width: 32%;
	margin: 0 5px 10px 0;
}
#content #pickUp.section-c ul li:nth-child(3n) {
	margin-right: 0;
}

i.btn_schedule_num {
    font-style: normal;
}
.recruit_btn.simulator_btn {
	background: #ff6666;
	margin-bottom: 10px;
}
/*------------------------------SNSログイン---------------------------*/

.sns_login-txt {
	text-align: center;
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.2;
}
.sns_login-txt a {
	color: #ff0672;
}
.btnarea_new a {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 15px;
	padding: 0;
	color: #ec4c78;
	text-align: center;
	background: #ffe6ec;
	border: none;
	border: 1px solid #ec4c78;
	border-radius: 5px;
}
.btnarea_new input {
	margin: 15px auto 15px;
	background: #eb4f77;
	border-radius: 5px;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	display: block;
	width: 250px;
	padding: 10px;
}
.login_box li {
	text-align: left;
	color: #333333;
	font-weight: bold;
	margin: 10px 0;
}
.login_box li input[type="text"], .login_box li input[type="password"] {
	width: 100%;
	box-sizing: border-box;
}
.login_box li:last-child {
	display: flex;
	align-items: center;
}
/*------------------------------キャッシュバックモーダル---------------------------*/

.cashback_btn {
	position: fixed;
	z-index: 99;
	left: 2.5vw;
	width: 35%;
	bottom:100px;
}

.cashback_modal {
	display: none;
	position: fixed;
	width: 82%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 201;
	text-align: center;
}
.cashback_btn-link {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	width: 90%;
}
.cashback_lay {
	position: fixed;
	top:0;
	z-index:200;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	transition: all 0.5s ease-out;
}

.cashback_close {
	text-align: right;
	--close-bound-size: 40px;
	position: absolute;
	right: 0;
	top: -40px;
	text-align: right;
}
.cashback_close-bound {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.cashback_close-bound::before, .cashback_close-bound::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.cashback_close-bound::before, .cashback_close-bound::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height:40px;
	background: #fff;
}
.cashback_close-bound::before, .cashback_close-bound::after {
	width: 1px;
}
.cashback_close-bound::after, .cashback_close-bound::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.cashback_modal img {
	height: auto;
	max-width: 100%;
}

.fixed_coupon {
	position: fixed;
	bottom: 90px;
	z-index: 1;
	width: 60%;
	height: auto;
	left: 10px;
}
.fixed_coupon img {
	height: auto;
}
.fixed_coupon svg {
	position: absolute;
	right: -4vw;
	top: -4vw;
}
.fixed_coupon img {
	height: auto;
	width: 100%;
}

/*【アンダー見た】電話タップ後のモーダル改修*/

.jsModal.jsModal-call {
	z-index: 99 !important;
}
.jsModal-call .jsModal_scroller_main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.jsModal-call .tel_modal_container {
	width: 90%;
	margin-inline: auto;
	text-align: center;
	background:#fff;
}
.jsModal-call .tel_modal_container-top {
	padding: 20px 10px 10px;
}
.jsModal-call .tel_modal_container-top h2 + p {
	margin-bottom: 5px;
}
.jsModal-call .tel_modal_container-top p {
	text-align: center;
	font-size: 13px;
}
.jsModal-call .tel_modal_container-ttl {
	color: #c90037;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 10px;
}
.jsModal-call .jsModal-call .tel_modal_container-st strong {
	color: #c90037;
}
.jsModal-call .tel_modal_container-circle {
	width: 12vw;
	height: 12vw;
	display: flex;
	background: #c90037;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.jsModal-call .tel_modal_container-circle > span {
	display: flex;
	justify-content: center;
	font-weight: bold;
	align-items: baseline;
}
.jsModal-call .tel_modal_container-bottom {
	background: #c90037;
	color: #fff;
	padding: 20px 10px;
}
.jsModal-call .tel_modal_container-circle-ex {
	display: block;
	font-size: 3vw;
	font-weight: bold;
}
.jsModal-call .tel_modal_container-discount-inner em {
	font-style: normal;
}
.jsModal-call .tel_modal_container-bottom p {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
.jsModal-call .tel_modal_container-bottom .tel_modal_container-watch {
	font-size: 14px;
}
.jsModal-call .tel_modal_container-circle span em {
	font-size: 3vw;
}
.jsModal-call .tel_modal_container-watch {
	font-size: 4vw;
}
.jsModal-call .tel_modal_container-watch span {
	color: #ff0;
}
.jsModal-call .tel_modal_container-st {
	margin-bottom: 10px;
}
.jsModal-call .tel_modal_container-bottom .call_btn {
	display: flex;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	font-weight: bold;
	color: #c90037;
	font-size: 4vw;
	justify-content: center;
	align-items: center;
}
.jsModal-call .tel_modal_container-discount-inner {
	display: flex;
	gap: 0 5px;
}
.jsModal-call .tel_modal_container-top .normal-price {
	color: #8f8f8f;
	font-size: 3.3vw;
	margin-bottom: 5px;
	text-align: left;
}
.jsModal-call .tel_modal_container-price .special-price {
	text-align: left;
}
.jsModal-call .deneal {
	text-decoration: line-through;
}
.jsModal-call .tel_modal_container-price {
	text-align: left;
}
.jsModal-call .special-price span {
	color: #c90037;
	font-size: 5.5vw;
	font-weight: bold;
}
.jsModal-call .special-price em {
	font-weight: bold;
	font-size: 4vw;
	font-style: normal;
}
.jsModal-call .tel_modal_container-discount {
	position: relative;
	padding: 10px;
	border: solid 10px #c90037;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	border-radius: 10px;
	width: 95%;
	margin-inline: auto;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.jsModal-call .tel_modal_container-discount::before {
	content: "";
	position: absolute;
	top: -13px;
	bottom: -13px;
	left: -13px;
	right: -13px;
	border: solid 2px #c90037;
	border-radius: 10px;
}
.jsModal-call .tel_modal_container .close-icon {
	position: absolute;
	right: 10px;
	top: -40px;
	pointer-events: none;
}
.jsModal-call .scroll-box {
	height: 4rem;
	overflow-y: scroll;
	margin-bottom: 10px;
	background: #eeeeee;
	text-align: left;
	line-height: initial;
	padding: .5rem;
}
.jsModal-call .scroll-box-txt {
	line-height: initial;
	text-align: left;
	font-size: 13px;
}
.jsModal-call .tel_modal_container-top .scroll-box-ttl {
	font-weight: bold;
	text-align: left;
}
.jsModal-call .tel_modal_container-other {
	color: #c90037;
	font-weight: bold;
}

/* 
本Comment以降Globalの意味合いでG接頭辞を付ける。
例えばg-button, gButton, g_button等。
*/

.g-checkbox-set {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  &::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #3498db;
    border-radius: 50%;
    transition: 0.2s;
  }
  &:has(:checked)::before {
    background-color: #3498db;
    box-shadow: inset 0 0 0 5px #fff;
  }
  input {
    display: none;
  }
}

.g-label {
  --color: #c80037;
  display: block;
  width: max-content;
  font-size: 11px;
  color: var(--color);
  font-weight: bold;
  padding: 0.125em 0.25em;
  border: 1px solid var(--color);
  border-radius: 5px;
}
.g-label--stand-alone {
  margin-bottom: 5px !important;
}

/*  */
