@charset "utf-8";
/* CSS Document */
/**********************************************

共通

**********************************************/

body {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
}
body img{
	width: 100%;
}
a:link {
	text-decoration:none;
}

.mb2{margin-bottom:2%;}
.mb3{margin-bottom:3%;}
.mb4{margin-bottom:4%;}
.mb5:not(#beginner .mb5){margin-bottom:5%;}


/* メインエリア */
.wrap{
    max-width: 960px;
    margin: 0 auto;
}
/* リスト（リンク） */
.linkList{
}
.linkList ul li{
    line-height: 40px;
}
.linkList ul li a{
	text-decoration:none;
	color:#603517;
    display: block;
}
.linkList ul li img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/**********************************************

ヘッダー

**********************************************/
h1{
	background-color:#8fc31f;
	color:#FFF;
	padding:1% 3%;;
	font-size:90%;
}
header div{
	margin:0;
	padding:0;
}
header ul{
	display:flex;
}
header ul li{
	width:20%;
}
header .otherLink a{
	width: 50%;
    float: left;
}

/**********************************************

フッター

**********************************************/
footer{
	margin-bottom:25%;
}
footer .txt{
	border-top:1px solid #603517;
	width:90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:#603517;
	font-size:120%;
	padding-top:2%;
}
footer .btn{
	width:90%;
	margin:5% auto 10% auto;
}

/* メニュー */
footer nav{
	margin-top:5%;
	margin-bottom:10%;
}


/* コピーライト */
footer #copyright{
    text-align: center;
    color: #855427;
}



/* ----------------------------------------------
	追尾メニュー
---------------------------------------------- */
#footer_wrap{
	display:none;
	position:fixed;
	bottom:0;
	z-index:1000;
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
	width:100%;
}
#footer_menu{
	display:flex;
	width:100%;
}
#footer_menu a{
	width:33%;
	margin-right:0.5%;
}
#footer_menu a:last-child{
	margin-right:0;
}
#footer_menu a img{
	width:100%;
}

/**********************************************

トップ

**********************************************/
.linkArea ul li{
	width: 95%;
    margin: 0 auto;
	list-style-type: none;
	text-align: center;
	margin-bottom: 5%;
}
.linkArea ul li:last-child{
	margin-bottom: 0;
}
.linkArea ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.shoparea ul li{
    width: 95%;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
    margin-bottom: 5%;
}

.shoparea ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

/**********************************************

お給料について

**********************************************/
.salaryPoint p{
	width: 90%;
    margin: 0 auto;
    line-height: 1.6;
}
/*ACCORDION*/
#salary .acdnWrap {
	width: 100%;
}
#salary .acdnWrap > ul > li > a {
	display: block;
	padding: 2%;
	position: relative;
	background: #42C6F4;
}
#salary .acdnWrap> ul > li img.ttl{
	display: block;
    width: 100%;
}
#salary .acdnWrap .inner h3{
    width: 86%;
    margin: 0 auto;
    background: #d27fa3;
    color: #fff;
    padding: 2% 0 2% 5%;
    font-size: 16px;
    margin-top: 3%;
    margin-bottom: 4%;
}
#salary .acdnWrap .inner h3 span{
	color: #000000;
}
#salary .acdnWrap .inner p{
    margin-bottom: 3%;
}
#salary .acdnWrap .inner p span{
	display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
    margin-top: 3%;
}
p.closeBtn{
	text-align: center;
    padding: 3% 0;
    font-size: 18px;
}
#salary .acdnWrap .otherLink{
	width: 90%;
    margin: 0 auto;
}
#salary .acdnWrap .otherLink img{
	display: block;
    margin-bottom: 2%;
}
#salary .acdnWrap > ul > li:first-child {
    line-height: 1.5;
}
#salary .acdnWrap > ul > li > a.col02{
	background: #FA51C8;
}

#salary .acdnWrap > ul > li > a.col03{
    background: #89C531;
}
#salary .acdnWrap > ul > li > a:after, div.acdnWrap > ul > li > a.active:after{
	font-size: 40px;
    position: absolute;
    right: 0%;
    top: 7%;
    color: #fdffc3;
}
#salary .acdnWrap > ul > li > a:after{
	content: "▶";
}
#salary .acdnWrap > ul > li > a.active:after{
    content: "▼";
}
/**********************************************

よくあるご質問

**********************************************/
#faq .navi{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin:5% 2%;
}
#faq .navi img{
	width:94%;
}
#faq #link1, #faq #link2, #faq #link3, #faq #link4{
	margin-bottom:5%;
}
#faq .accordion {
	width:96%;
	margin:0 auto 5% auto;
}
#faq .accordion dt {
	cursor:pointer;
	color:#603517;
	background-color:#e6d7b6;
	background-image: url(../images/faq/arrow_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	padding:3%;
	font-weight:bold;
	line-height:1.5em;
	font-size:14px;
	display:flex;
	margin-bottom:3%;
}
#faq .accordion dt div:first-child, #faq .accordion dd div:first-child{
	margin-right:2%;
}
#faq .accordion dt img, #faq .accordion dd img{
	width:30px;
}
#faq .accordion dd .flex{
	display:flex;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6em;
}
#faq .accordion dd{
	display:none;
	line-height:140%;
	margin:0;
	padding:0 0 5% 3%;
	}
#faq .accordion dt.active{
	background-image: url(../images/faq/arrow_b.png);
}
#faq .ls{
	letter-spacing: -1px;
}
/**********************************************

給与までの４ステップ

**********************************************/
#step ul li{
    margin-bottom: 5%;
    list-style-type: none;
}
#step .flowInner{
	width: 95%;
    margin: 0 auto;
    margin-bottom: 3%;
}
#step .flowInner img.flowImg{
    display: block;
    width: 38%;
    float: left;
}
#step .flowInner  p{
    width: 60%;
    float: right;
}
#step img.allow{
	margin-top: 5%;
}

#step h2{
    margin-bottom:20px;
}

#step .point{
margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #222222;
    line-height: 1.6;
    background-image: url(../img/step/step_waku02.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
}
#step .point h4{
    padding-bottom: 2%;
    margin-bottom: 3%;
    font-size: 19px;
}


#step .block_box{
    width: 96%;
    margin: auto;
}

#step .point p{
    width: 100%!important;
}
#step .point b{
    color:red;
}
#step .point hr.hr_dot{
    border: 0;
    border-bottom: dotted 2px #aaa;
    margin: 6px 0px;
}

#step .point_hitu span{
    border-radius: 3px;
    margin-right: 5px;
    padding:2px 4px;
    margin-bottom: 3px;
    display: inline-block;
}
#step .point_hitu span.pink{
    background: #ffc0cb;
}
#step .point_hitu span.blue{
    background: #87cefa;
}
#step .point_hitu span.green{
    background: #7fffd4;
}

#step ul li .btn {
    width: 90%;
    margin: 5%;
}
#step .point_hitu {
    width: 94%;
    margin: auto;
}

#step .point_hitu h4{
    padding-bottom: 2%;
    border-bottom: #260C0C 1px dashed;
    margin-bottom: 3%;
    font-size: 16px;
    font-weight: normal;
    background-image: url(../img/step/step_star.jpg);
    background-repeat: no-repeat;
    text-indent: 24px;
    padding-top: 10px;
    background-size: 24px;
    background-position: 0px 6px;
}
}
#step .h_ti{
	color: #ce5f58;
}
.marker_yellow_futo {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

.marker_blue {
	background: linear-gradient(transparent 0%, #66C3FF 0%);
}

.marker_lime {
	background: linear-gradient(transparent 0%, #66FFCC 0%);
}

.marker_pink {
	background: linear-gradient(transparent 0%, #ff66ff 0%);
}
/**********************************************

お問い合わせ

**********************************************/
#contact dd{
	padding:0 4%;
}
#contact .title{
	background:#d27fa3;
	color:#fff;
	padding:2%;
	margin-bottom:2%;
  font-size:20px;
}
#contact .f02{
	background-color: #FFFFFF;
}
#contact .inp{
    margin-top: 2%;
    margin-bottom: 4%;
    border: 0;
    padding: 2%;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    background: #EFEFEF;
    width: 96%;
}
#contact .inp01{
    margin-top: 2%;
    margin-bottom: 4%;
    border: 0;
    padding: 2%;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    background: #EFEFEF;
    width: 90%;
}
#contact .f_t{
    padding: 2%;
    text-align: center;
    background-color: #FFA5E4;
    color: #603517;
    border: solid 1px #FFA5E4;
    width: 96%;
}
#contact .bn_01{
	background: #935f31;
    background-image: -webkit-linear-gradient(top, #C5344F, #A00F40);
    background-image: -moz-linear-gradient(top, #C5344F, #A00F40);
    background-image: -ms-linear-gradient(top, #C5344F, #A00F40);
    background-image: -o-linear-gradient(top, #C5344F, #A00F40);
    background-image: linear-gradient(to bottom, #C5344F, #A00F40);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 1px 1px 3px #A00F40;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    cursor: pointer;
}
.boxwrap{
	display:flex;
	border-top:1px solid #b7946d;
}
.boxwrap.last{
	border-bottom:1px solid #b7946d;
	margin-bottom:5%;
}
.boxwrap div:first-child{
	background-color:#ffecd9;
	color:#b7946d;
	width:30%;
	padding:2%;
	border-left:1px solid #b7946d;
	border-right:1px solid #b7946d;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
.boxwrap div:last-child{
	width:70%;
	padding:2%;
	border-right:1px solid #b7946d;
}
.boxwrap a{
	text-decoration:underline;
	color:#005ead;
}

#formWrap {
  width:100%;
  margin:0 auto;
  color:#555;
  line-height:120%;
  font-size:90%;
}
table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#FFCCFF;
  text-align:left;
  vertical-align: middle;
}
#contact form p {
display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}



/**********************************************

ヤング

**********************************************/
.areaList img {
  width: 60%;
}

#young h2{
	background: #8fc31f;
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 3%;
}


#young h2 span{
	display: block;
    width: 100%;
    margin: 0 auto;
}
#young .areaList{
	margin-bottom: 3%;
	width: 91px;

	margin-right: auto;
}
#young section > article:last-child {
  width: 90%;
  margin: auto;
  margin-bottom: 10%;
}

#young article img{
	display: block;
    margin-bottom: 3%;
}
#young article img.mv4{
	margin-bottom: 0;
}
#young article p{
	width: 90%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 3%;
    text-align: left;
}
#young .ContactList{
    margin: 0 auto;
}

#young dd p{
	width: 90%;
    text-align: left;
}

/**********************************************

店舗ゲート

**********************************************/
#tempogata h2{
	background: #8fc31f;
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-size: 15px;
    margin-bottom: 3%;
}
#tempogata h2 span{
	display: block;
    width: 90%;
    margin: 0 auto;
}
#tempogata .areaList{
	margin-bottom: 3%;
	width: 91px;

	margin-right: auto;
}
#tempogata article{
	margin-bottom: 5%;
}
#tempogata article img{
	display: block;
    margin-bottom: 3%;
}
#tempogata article img.mv4{
	margin-bottom: 0;
}
#tempogata article p{
	width: 80%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 3%;
    text-align: center;
}
#tempogata .ContactList{
    width: 90%;
    margin: 0 auto;
}

#tempogata dd p{
	width: 90%;
    text-align: left;
}
#tempogata .boxwrap{
	display:flex;
	border-top:1px solid #b7946d;
	width: 90%;
    margin: 0 auto;
}
#tempogata .boxwrap_s{
	display:flex;
	border-top:1px solid #b7946d;
	width: 90%;
    margin: 0 auto;
}
#tempogata .boxwrap.last{
	border-bottom:1px solid #b7946d;
	margin-bottom:5%;
}
#tempogata .boxwrap div:first-child{
	background-color:#deb359;
	color:#FFFFFF;
	width:30%;
	padding-top: 3%;
	padding:2%;
	font-size: 22px;
	border-left:1px solid #b7946d;
	border-right:1px solid #b7946d;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
#tempogata .boxwrap_s div:first-child{
	background-color:#f287a3;
	color:#FFFFFF;
	width:30%;
	padding:2%;
	padding-top: 3%;
	font-size: 22px;
	border-left:1px solid #b7946d;
	border-right:1px solid #b7946d;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
#tempogata .boxwrap_s div:last-child{
	width:70%;
	padding:2%;
	padding-top: 3%;
	border-right:1px solid #b7946d;
	background-color:#b34260;
	color: #FFFFFF;
}
#tempogata .boxwrap div:last-child{
	width:70%;
	padding:2%;
	border-right:1px solid #b7946d;
	background-color:#b34260;
	color: #FFFFFF;
}
#tempogata .boxwrap a{
	text-decoration:underline;
	color:#FFD850;
}
#tempogata .boxwrap_s a{
	text-decoration:underline;
	color:#FFD850;
}

/**********************************************

募集店舗一覧

**********************************************/
#store dd a{
    display: block;
    color: #d27ea3;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 3%;
    border-bottom: #d27ea3 2px solid;
    padding-left: 5%;
    text-decoration: underline;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px !important;
}
.slide-dots {
    text-align: center;
    height: 30px;
    width: 100%
    }
.slide-dots li {
    display: inline-block;
    margin: 0 15px;
    }

.slide-dots button {
    text-indent: -9999px;
    background: #ccc;
    position: relative;
      margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots button:after {
        content: '●';
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
        color: #ccc;
        height: 20px;
}
.slide-dots li.slick-active button:after {
        color: #999;
}
/**********************************************

ミドル

**********************************************/
#middle h2{
	background: #8fc31f;
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-size: 15px;
    margin-bottom: 3%;
}
#middle h2 span{
	display: block;
    width: 90%;
    margin: 0 auto;
}
#middle h3 img{
	margin-bottom: 0;
}
#middle h4{
	color: #f9ad0e;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
    font-size: 18px;
}
#middle article{
	margin-bottom: 5%;
}

#middle article:last-child {
  margin-bottom: 20%;
}

#middle article img{
	display: block;
    margin-bottom: 3%;
}
#middle article img.mb0{
	margin-bottom: 0;
}


#middle article dt:after {
    content: "▶";
}
#middle article dt.active:after {
    content: "▼";
}

#middle article dt:after, #middle article dt.active:after {
    font-size: 30px;
    position: absolute;
    right: 7%;
    top: -20%;
    color: #ff942a;
}



#middle article p{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 5%;
}
#middle .ContactList{
    width: 90%;
    margin: 0 auto;
}
#middle .areaList{
	margin-bottom: 3%;
}
#middle .boxwrap{
	display:flex;
	border-top:1px solid #b7946d;
	width: 90%;
    margin: 0 auto;
}
#middle .boxwrap.last{
	border-bottom:1px solid #b7946d;
	margin-bottom:5%;
}
#middle .boxwrap div:first-child{
	background-color:#ffecd9;
	color:#b7946d;
	width:30%;
	padding:2%;
	padding-top: 3%;
	border-left:1px solid #b7946d;
	border-right:1px solid #b7946d;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
#middle .boxwrap div:last-child{
	width:70%;
	padding:2%;
	padding-top: 3%;
	border-right:1px solid #b7946d;
}
#middle .boxwrap a{
	text-decoration:underline;
	color:#005ead;
}
#middle .accordion dt {
	cursor: pointer;
    color: #603517;
    background-repeat: no-repeat;
    /*border-bottom: #f8b62c 1px solid;*/
    font-size: 17px;
    position: relative;
}
#middle .accordion dd{
	display:none;
	}
#middle .accordion .close {
    text-align: center;
    margin: 5% 0;
}

#middle .bt_system {
    width:90%;
    margin:20px auto;
}
#middle .area_jituwa {
    width:100%;
}
/**********************************************

借金問題も解決

**********************************************/
#debt p{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}
/**********************************************

求人広告を見破る方法

**********************************************/
#exaggeration img.mv4{
    margin-bottom: 3%;
}
#exaggeration p{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}
/**********************************************

新人さん応援キャンペーン

**********************************************/
#newface-present img.mv4{
    margin-bottom: 3%;
}
#exaggeration p{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}
/**********************************************

たくさん稼げる3つの理由

**********************************************/
#reason img.mv4{
    margin-bottom: 3%;
}
#reason p{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}
/**********************************************

借金問題も解決

**********************************************/
#private img.mv4{
    margin-bottom: 3%;
}
#private p{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}

/**********************************************

未経験が大活躍！

**********************************************/
#beginner p{
	width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
    line-height: 1.6;
}

/**********************************************

募集エリア一覧

**********************************************/
#area .accordion dt {
	cursor: pointer;
    color: #d180a4;
    background-repeat: no-repeat;
    background-position: 95% center;
    border-bottom: #b7946e 1px solid;
    padding: 4%;
    font-size: 20px;
    font-weight: bold;
    background-image: url(../img/allow.png);
    background-size:20px 20px ;
}
#area .accordion dd{
	display:none;
  margin-left: auto;
  margin-right: auto;
}
#area .accordion dd p{
    /*width: 92%;*/
    margin: 0 auto;
    padding: 3% 5%;
    border-bottom: #b7946e 1px solid;
    line-height: 1.5;
    margin-bottom: 3%;
}
#area .accordion dd a{
	display: block;
    color: #7e4b1a;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 3%;
    border-bottom: #b7946e 1px solid;
    padding-left: 5%;
    margin-bottom: 3%;
    text-decoration: underline;
}
#area .accordion dd a:last-child{
	margin-bottom: 0;
}
#area .accordion dt.active{
    background-image: url(../img/allow_b.png);
}
/**********************************************

フッターメニュー

**********************************************/
#overlay_menu {
	position: fixed;
	background: #e6d7b6;
	color: #603517;
/*	opacity: 0.9;*/
	color: #FFF;
	min-width: 320px;
    max-width: 640px;
	height: 90%;
	z-index: 10;
	overflow-x: scroll;
	bottom: 0;
	display: none;
	padding: 2% 2% 0;
}
#overlay_menu ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#overlay_menu ul li {
    width: 40%;
    list-style: none;
    padding: 2% 5%;
    cursor: pointer;
    background-image: url(../img/allow.png);
    background-size:12px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
#overlay_menu ul li a{
	display:block;
}
#overlay_menu a:link {
	color: #603517;
}
#overlay_menu a:visited {
	color: #603517;
}
#overlay_menu .navi{
	color: #603517;
    padding: 2% 5%;
    cursor: pointer;
    background-image: url(../img/allow.png);
    background-size:12px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
#overlay_menu .navi:last-child{
	text-align:center;
	margin-top:4%;
	background-image:none;
	margin-bottom: 4%;
}

/**********************************************

アコーディオン(汎用リンク)

**********************************************/

.accordion_box dt {
	cursor:pointer;
	background-image: url(../images/common/link_20_off.jpg);
	background-repeat: no-repeat;
	padding-bottom: calc(100%*75/640);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.accordion_box dd{
	display:none;
	margin:0;
  margin-left: auto;
  margin-right: auto;
}
.accordion_box .close{
	text-align:center;
	margin:5% 0;
}
.accordion_box .close:hover{
	cursor:pointer;
}

/* アコーディオン画像部分 */
.LinkList01 dt {
	background-image: url(../img/store/store_young.jpg);
	padding-bottom: calc(100%*75/640);/* calc(100*ImageHeight/ImageWidth)% */
}
.LinkList01 dt.active{
	background-image: url(../img/store/store_young_on.jpg);
}
.LinkList02 dt {
	background-image: url(../img/store/store_jukujo.jpg);
	padding-bottom: calc(100%*75/640);/* calc(100*ImageHeight/ImageWidth)% */
}
.LinkList02 dt.active{
	background-image: url(../img/store/store_jukujo_on.jpg);
}
.LinkList03 dt {
	background-image: url(../img/store/store_anzen.jpg);
	padding-bottom: calc(100%*75/640);/* calc(100*ImageHeight/ImageWidth)% */
}
.LinkList03 dt.active{
	background-image: url(../img/store/store_anzen_on.jpg);
}

/**********************************************

お問い合わせ3種(電話・応募フォーム・LINE)

**********************************************/

.ContactList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	border-bottom: 3px #000000 dashed;
	padding-bottom: 30px;
}
.ContactList a{
    display: block;
    text-decoration: none;
    width: calc(80% / 3);
}

/**********************************************

お問い合わせフォーム(店舗別)

**********************************************/
#inquiry #title{
	background-color:#8fc31f;
	color:#fff;
	padding:2%;
	text-align:center;
}

#inquiry #inquiry_box .txt, #inquiry #inquiry_box #frm_contact{
	margin:3% auto;
	padding:0 3%;
}

#contact p.txt {
  margin:3% auto;
  padding:0 3%;
}


#inquiry .subtitle{
	padding:2%;
	text-align:center;
	background-color:#e6d7b6;
	color:#603517;
    border: solid 1px #e6d7b6;
    width: 96%;
}
#inquiry #frm_contact input{
	margin-top: 2%;
	margin-bottom: 4%;
    border: 0;
	padding:2%;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    background: #EFEFEF;
    width: 96%;
}
#inquiry #inquiry_box .store_list{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-top: 2%;
    margin-bottom: 4%;
}
#inquiry #inquiry_box .store_list input{
	width:auto;
}

#inquiry #inquiry_box .store_list label{
	display:block;
	margin-right:5%;
}
#inquiry #frm_contact textarea{
	margin-top: 2%;
	margin-bottom: 4%;
	padding:2%;
    width: 96%;
    font-size: 1.4rem;
    background: #EFEFEF;
}

#inquiry #inquiry_box #btn_wrap{
	text-align:center;
	margin-bottom: 5%;
}
#inquiry #inquiry_box #btn_inquiry{
	background: #935f31;
	background-image: -webkit-linear-gradient(top, #935f31, #754412);
	background-image: -moz-linear-gradient(top, #935f31, #754412);
	background-image: -ms-linear-gradient(top, #935f31, #754412);
	background-image: -o-linear-gradient(top, #935f31, #754412);
	background-image: linear-gradient(to bottom, #935f31, #754412);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #754412;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 50px 15px 50px;
	text-decoration: none;
	cursor:pointer;
}
::-webkit-input-placeholder {
    color: #ccc;
}
/* LINE・電話お問い合わせ */
#inquiry .required{
	color:#F00;
}
#inquiry .btn_wrap{
	margin: 3% auto;
    padding:3%;
}
#inquiry .btn_wrap p{
	margin-bottom:1%;
}
#inquiry .btn_wrap p:first-child{
	border-top:2px solid #ceab5d;
    padding-top: 5%;
}
#inquiry .btn_wrap img{
	width:100%;
	margin-bottom:5%;
}


/**********************************************

お問い合わせフォーム確認画面(店舗別)

**********************************************/
#inquiry h2{
	font-weight:normal;
}
#inquiry #frm_send{
	margin:3% auto;
	padding:0 3%;
}

#inquiry #frm_send div.confirm{
	margin-top: 2%;
	margin-bottom: 4%;
    border: 0;
	padding:2%;
    font-size: 1rem;
	border:none!important;
    width: 96%;
}
#inquiry #BtnSendWrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin:5% 0 10% 0;
}
#inquiry #BtnSendWrap #back{
	background: #935f31;
	background-image: -webkit-linear-gradient(top, #686767, #3f3b3a);
	background-image: -moz-linear-gradient(top, #686767, #3f3b3a);
	background-image: -ms-linear-gradient(top, #686767, #3f3b3a);
	background-image: -o-linear-gradient(top, #686767, #3f3b3a);
	background-image: linear-gradient(to bottom, #686767, #3f3b3a);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #3f3b3a;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 50px 15px 50px;
	text-decoration: none;
	cursor:pointer;
}
#inquiry #BtnSendWrap #back a{
	color:#fff;
}
#inquiry #BtnSendWrap #send{
	background: #935f31;
	background-image: -webkit-linear-gradient(top, #935f31, #754412);
	background-image: -moz-linear-gradient(top, #935f31, #754412);
	background-image: -ms-linear-gradient(top, #935f31, #754412);
	background-image: -o-linear-gradient(top, #935f31, #754412);
	background-image: linear-gradient(to bottom, #935f31, #754412);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #754412;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 50px 15px 50px;
	text-decoration: none;
	cursor:pointer;
}
::-webkit-input-placeholder {
    color: #ccc;
}
/**********************************************

お問い合わせフォーム完了画面(店舗別)

**********************************************/
#form_thanks{
	margin-bottom:5%;
}
#form_thanks #title{
	background-color:#8fc31f;
	color:#fff;
	padding:2%;
	text-align:center;
}
#form_thanks .txt{
	padding:5% 2%;
	text-align:center;
}
#form_thanks #back{
	text-align:center;
	text-decoration:underline;
}

/**********************************************

  確認画面

**********************************************/
#check {
	padding:5%;
}
#check #title{
	width:100%;
	margin-bottom:2%;
}
#check #title img{
	width:100%;
}
#check .subtitle{
    color: #fff;
    background: #E0919B;
    text-align: center;
    padding: 1%;
}
#check .txt{
	text-align:center;
/*	padding:2%;*/
}
#check #back{
	float:left;
	margin:10% 2% 10% 2%;
	width:46%;
}
#check #send{
	float:right;
	margin:10% 2% 10% 2%;
	width:46%;
}
#check #back img, #check #send img{
	width:100%;
}

/***********************************************

  完了画面

**********************************************/
#thanks{
	padding:5%;
}
#thanks #title{
	width:100%;
	margin-bottom:2%;
}
#thanks #title img{
	width:100%;
}
#thanks .txt{
	text-align:center;
	line-height:140%;
	font-size:14px;
}

#thanks #back{
	text-align:center;
	margin-top:5%;
	font-size:14px;
}
#thanks #back a{
	color:#172A88;
}

/***********************************************

  スライダー

**********************************************/

.pMain #mainImg {
    width: 100%;
    background: #eeeeee;
}
.pMain .slides {
    margin-bottom: 3rem;
    margin: 0 auto;
}
.pMain .slides img {
    margin: 0 auto;
}


.jquery_flick-slide_main ol,
.jquery_flick-slide_pointer ol,
.jquery_flick-slide_pager ol {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
}

.jquery_flick-slide_main-neighbors {
  margin: 0;
  padding: 0;
}

/* .jquery_flick-slide_main
---------------------------------------- */
.jquery_flick-slide_main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.jquery_flick-slide_main ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  /* Androidハイライトを消す対策 */
}

.jquery_flick-slide_main ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
}

.jquery_flick-slide_main ol li img,
.jquery_flick-slide_main ol li a {
  -webkit-user-drag: none;
}

/* .jquery_flick-slide_main-neighbors（※IE8以下非対応）
---------------------------------------- */
.jquery_flick-slide_main-neighbors li {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 4px solid #555;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  list-style-type: none;
}

.jquery_flick-slide_main-neighbors li.prev {
  left: 10px;
}

.jquery_flick-slide_main-neighbors li.prev:before {
  position: relative;
  top: 4px;
  left: -1px;
  content: '';
  width: 0;
  height: 0;
  float: left;
  border: 8px solid transparent;
  border-right-color: #555;
  border-right-color: rgba(0, 0, 0, 0.2);
}

.jquery_flick-slide_main-neighbors li.next {
  right: 10px;
}

.jquery_flick-slide_main-neighbors li.next:before {
  position: relative;
  top: 4px;
  left: 9px;
  content: '';
  width: 0;
  height: 0;
  float: left;
  border: 8px solid transparent;
  border-left-color: #555;
  border-right-color: rgba(0, 0, 0, 0.2);
}

.jquery_flick-slide_main-neighbors li.disabled {
  /* SP等opacityを使わない場合に使用 */
  border: 4px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}

/* .jquery_flick-slide_pointer
---------------------------------------- */
.jquery_flick-slide_pointer {
  text-align: center;
}

.jquery_flick-slide_pointer ol li {
  cursor: pointer;
  display: inline-block;
  display: inline;
}

.jquery_flick-slide_pointer ol li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #e4007f;
}

.jquery_flick-slide_pointer ol li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  span-background-color: #000;
}

/* .jquery_flick-slide_pager
---------------------------------------- */
.jquery_flick-slide_pager {
  text-align: center;
}

.jquery_flick-slide_pager ol li {
  cursor: pointer;
  display: inline;
}

.jquery_flick-slide_pager ol li img {
  /* 画像の下にできる隙間を消す */
  vertical-align: bottom;
}

.jquery_flick-slide_pager ol li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/* ※IE8バグ　IE8はopacityで親要素を透明にしても子要素は透明にならないので直接指定するしかない */
html > body .jquery_flick-slide_pager ol li.active img {
  filter: alpha(opacity=100) \9  !important;
  -moz-opacity: 1\9 !important;
  opacity: 1\9 !important;
}

/* スライドモード時はプラグイン側に制御させる為position設定 */
.jquery_flick-slide_pager-slidemode {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.jquery_flick-slide_pager-slidemode ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.jquery_flick-slide_pager-slidemode ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
}

/* .jquery_flick-slide_main-neighbors（※IE8以下非対応）
---------------------------------------- */
.jquery_flick-slide_pager-neighbors li {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 4px solid #555;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  list-style-type: none;
}

.jquery_flick-slide_pager-neighbors li.prev {
  left: 10px;
}

.jquery_flick-slide_pager-neighbors li.prev:before {
  position: relative;
  top: 4px;
  left: -1px;
  content: '';
  width: 0;
  height: 0;
  float: left;
  border: 8px solid transparent;
  border-right-color: #555;
}

.jquery_flick-slide_pager-neighbors li.next {
  right: 10px;
}

.jquery_flick-slide_pager-neighbors li.next:before {
  position: relative;
  top: 4px;
  left: 9px;
  content: '';
  width: 0;
  height: 0;
  float: left;
  border: 8px solid transparent;
  border-left-color: #555;
}

.jquery_flick-slide_pager-neighbors li.disabled {
  /* SP等opacityを使わない場合に使用 */
  border: 4px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}

/* ----------------------------------------
	ClearFixElements
---------------------------------------- */
.jquery_flick-slide_main ol:after,
.jquery_flick-slide_pager ol:after {
  overflow: hidden;
  *zoom: 1;
}

#flick-slide {
  margin: 0 0 5px;
}

#flick-slide ul.custom_neighbors-button li {
  position: absolute;
  width: 46px;
  height: 47px;
  z-index: 333;
  cursor: pointer;
}

#flick-slide ul.custom_neighbors-button li.prev {
  left: 20px;
}

#flick-slide ul.custom_neighbors-button li.next {
  right: 20px;
}

/*
section {
  margin-bottom: 50px;
}
*/