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

div.contents{
	overflow:hidden;
	width:800px;
	margin:0 auto;
}
.left_contents{
	width:580px;
	float:left;
}
.right_contents{
	width:200px;
	float:left;
}

h3.content_title{
	width:560px;
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	background:#FFF0F1;
	border-radius:3px;
	margin-bottom:10px;
}
/*--------------------------------------------------------------
店舗ヘッダー
--------------------------------------------------------------*/
.shop_head{
	width:780px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	align-items: center;
}
p.icon_choice{
	padding-right:10px;
}
p.icon_choice img{
	width:41px;
	height:auto;
}

.close_icon{
	width:54px;
	height:30px;
	line-height:30px;
	background:#00A381;
	font-size:19px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin-right:10px;
}
.shop_head h2{
	font-size:20px;
	color:#FA676E;
	line-height:1em;
}

/*リンクあり*/
.shop_head h2 a{
	color:#FA676E;
	text-decoration:underline;
}
/*リンクありここまで*/

.area-industry{
	font-size:12px;
	color:#636A77;
	padding-top:5px;
}

/*--------------------------------------------------------------
ページナビ
--------------------------------------------------------------*/
ul.page_navi{
	width:780px;
	margin:0 auto;
	border-bottom:3px solid #FA676E;
	display:flex;
}
ul.page_navi li{
	width:260px;
	height:47px;
	text-align:center;
	line-height:47px;
	font-weight:bold;
}
/*お店情報*/
ul.page_navi li.shop-info a{
	background:#E6F1EF;
	display:block;
	color:#00A381;
}
ul.page_navi li.shop-info a:hover{
	background:#00A381;
	display:block;
	color:#fff;
}


/*女性求人*/
ul.page_navi li.female_jobs{
	background:#FA676E;
	color:#fff;
}
ul.page_navi li.female_jobs a{
	color:#fff;
}
/*男性求人*/
ul.page_navi li.male_jobs{
	background:#D6EAFF;
}
ul.page_navi li.male_jobs a{
	color:#007FFF;
	display:block;
}
ul.page_navi li.male_jobs a:hover{
	color:#fff;
	background:#007FFF;
}
/*--------------------------------------------------------------
コンテンツナビ
--------------------------------------------------------------*/
.contents_navi_box{
	padding-bottom:30px;
}
ul.contents_navi{
	width:780px;
	height:60px;
	list-style: none;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 30%);
	margin:0 auto;
	display:flex;
	text-align:center;
	line-height:60px;
}
.contents_navi li{
	width:50%;
	background-color:#fff;
	background-image: url("../../../images/common/arrow_pink_bottom.png");
	background-repeat:no-repeat;
	background-position: center bottom 7px;
	background-size:12px 7px;
	border-right:1px solid #FA676E;
	font-size:15px;
}
.contents_navi li a{
	display: block;
	color:#FA676E;
}
.contents_navi li a:hover{
	background:#FFF0F1;
	background-image: url("../../../images/common/arrow_pink_bottom.png");
	background-repeat:no-repeat;
	background-position: center bottom 7px;
	background-size:12px 7px;
}
.contents_navi li:last-child{
	border-right:none;
}

.contents_navi li.link_recruit_contents a:before{
	content: '';
	display: inline-block;
	background-image: url("../../../images/shop/icon_recruit_contents_gray.png");
	background-size:20px 26px;
	vertical-align: middle;
	width: 20px;
	height: 26px;
	margin-right:7px;
}
.contents_navi li.link_shop_data a:before{
	content: '';
	display: inline-block;
	background-image: url("../../../images/shop/icon_shop_data_gray.png");
	background-size:23px 21px;
	vertical-align: middle;
	width: 23px;
	height: 21px;
	margin-right:7px;
}


/*--------------------------------------------------------------
新着ブログ
--------------------------------------------------------------*/
.shop_blog_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}
.blog_box{
	display: table;
	background:#FFF0F1;
	padding: 5px 10px 0 0;
	width: 540px;
	margin: 0 auto 15px;
}
.blog_box p{
	display: table-cell;
	vertical-align: middle;
	width:62px;
	text-align: center;
	font-size:10px;
	color:#FA676E;
	font-weight:bold;
	position:relative;
	padding-top: 20px;
}
.blog_box p:before{
	content: '';
	display: inline-block;
	background-image: url("../../../images/shop/icon_blog_pink.png");
	background-size: contain;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	position:absolute;
	top:50%;
	margin-top:-20px;
}

.blog_box .blog_box_inner{
	display: table-cell;
	vertical-align: middle;

}
.blog_box .blog_box_inner dl{
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url("../../../images/common/arrow_pink.png");
	background-repeat:no-repeat;
	background-size:10px 17px;
	background-position: right 10px center;
	margin-bottom: 5px;
}
.blog_box .blog_box_inner dl dt{
	font-size:12px;
	color:#0F0F0F;
	margin-bottom: 5px;
}

.blog_box .blog_box_inner dl dd h3{
	width:430px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:15px;
}
.blog_box .blog_box_inner dl:hover dd h3{
	text-decoration: underline;
}

.btn_list_blog a{
	display: block;
	text-align: center;
	color:#FA676E;
	border:1px solid #FA676E;
	border-radius: 3px;
	width:400px;
	font-size:12px;
	font-weight: bold;
	height:30px;
	line-height: 30px;
	margin:0 auto;
	position: relative;
}
.btn_list_blog a:hover{
	background-color:#FA676E;
	color:#fff;
}
.btn_list_blog a:after{
	content: '';
	display: inline-block;
	background-image: url("../../../images/common/arrow_pink.png");
	background-size: contain;
	width: 7px;
	height: 12px;
	position:absolute;
	top:50%;
	margin-top: -7px;
	margin-left: 10px;
}
.btn_list_blog a:hover:after{
	background-image: url("../../../images/shop/arrow_white.png");
}

/*--------------------------------------------------------------
 メイン画像
--------------------------------------------------------------*/
p.main_img_box{
	width:540px;
	margin:0 auto;
	padding-bottom:5px;
}
p.main_img_box a img{
	width:540px;
	height:auto;
}
h4.catch{
	font-size:18px;
	width:540px;
	margin:0 auto;
	padding-bottom:10px;
}
p.shop_text{
	width:540px;
	margin:0 auto;
	font-size:14px;
}
/*もっと見るボタン*/
div.detail_btn{
	width:540px;
	padding-top:20px;
	padding-bottom:20px;
		margin:0 auto;
}
div.detail_btn p{
	width:540px;
	background:#ffffff;
	border-radius:3px;
	text-align:center;
	color:#FA676E;
	font-size:12px;
	font-weight:bold;
}
div.detail_btn a{
	color:#FA676E;
	display:block;
	background:#ffffff;
	border:1px solid #FA676E;
	border-radius:3px;
	line-height:45px;
	height:45px;
}
div.detail_btn p a:hover{
	color:#ffffff;
	background:#FA676E;
	border:1px solid #FA676E;
	border-radius:3px;
}


p.free_image{
	width:540px;
	margin:0 auto;
	padding-bottom:30px;
}

/*--------------------------------------------------------------
動画deバイト案内
--------------------------------------------------------------*/

.shop_video_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}
.video_box{
	width:540px;
	margin:0 auto;
}
.video_box:not(:last-of-type) {
	margin-bottom: 20px;
}
.main_video{
	width:540px;
	height:324px;
}
.balloon1-top {
	position: relative;
	display: inline-block;
	width:100%;
	text-align: center;
	padding: 7px 10px;
	color: #555;
	font-size: 16px;
	background: #FFF8C1;
	border-radius: 3px;
	margin-top: 3px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 30px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFF8C1;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
	font-size:14px;
	color:#FA676E;
}

/*--------------------------------------------------------------
写真
--------------------------------------------------------------*/
.shop_photo_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}

.shop_photo_contents ul{
	width:540px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
} 

.shop_photo_contents ul li a img{
  object-fit: cover;
  width: 170px;
  height: 170px;
  background-color: #ccc;
}

.empty_photo {
	width: 170px;
}
/*--------------------------------------------------------------
コスチューム
--------------------------------------------------------------*/
.shop_costume_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}

.shop_costume_contents ul{
	width:540px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
} 

.shop_costume_contents ul li a img{
  object-fit: cover;
  width: 170px;
  height: 170px;
  background-color: #ccc;
}

/*--------------------------------------------------------------
募集内容
--------------------------------------------------------------*/
.shop_offer_details_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}

.shop_offer_details_contents dl dt{
	color:#FA676E;
	font-weight: bold;
	font-size:16px;
	letter-spacing: 1px;
}
.shop_offer_details_contents dl dd{
	font-size:14px;
	padding: 0 0 0 10px;
}
.shop_offer_details_contents dl{
	border-bottom:1px solid #FFF0F1;
	padding: 0 0 10px 0;
	margin:0 auto 10px;
	width:540px;
}

.shop_offer_details_contents dl:last-child{
	border:none;
	margin:0 auto;
}
.shop_offer_details_contents dl dd.tainyu_box h4{
	background:#FFF8C1;
	border:1px solid #CEBF47;
	height:33px;
	line-height: 33px;
	padding: 0 0 0 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size:12px;
	font-weight:bold;
	margin:15px 0 0 0;
}
.shop_offer_details_contents dl dd table{
	width:100%;
	border-left:1px solid #CEBF47;
	border-right:1px solid #CEBF47;
	border-collapse: collapse;
    border-spacing: 0;
}
.shop_offer_details_contents dl dd table tr{
	border-bottom:1px solid #CEBF47;
}
.shop_offer_details_contents dl dd table th{
	background:#FFF8C1;
	border-right:1px solid #CEBF47;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	width:108px;
	vertical-align: middle;
}
.shop_offer_details_contents dl dd table td{
	padding: 5px 10px;
	line-height: 1.4em;
	vertical-align: middle;
}
.shop_offer_details_contents dl dd.treatment h4{
	font-size:12px;
	margin: 0 0 5px 0;
}
.shop_offer_details_contents dl dd.treatment h4:before{
	content:"★";
}
.shop_offer_details_contents dl dd.treatment ul{
	margin:0 0 10px 0;
}
.shop_offer_details_contents dl dd.treatment ul li{
	font-size:10px;
	font-weight: bold;
	display:inline-block;
	height:20px;
	line-height: 20px;
	background: #C9C9C9;
	padding: 0 10px;
	border-radius: 10px;
	margin-bottom: 3px;
	color:#fff;
}
.shop_offer_details_contents dl dd.treatment ul li.on{
	background:#FA676E;
}
.shop_offer_details_contents dl dd.treatment p{
	font-size:14px;
}
.shop_offer_details_contents dl dt span{
	font-size:10px;
	padding-left: 100px;
}


/*--------------------------------------------------------------
女のコ・店長よりメッセージ
--------------------------------------------------------------*/
.shop_message_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}
.shop_message_contents h4.ttl_message01{
	color:#007FFF;
	font-size:12px;
	background: url("../../../images/shop/icon_message01.png") no-repeat left center;
	background-size:14px 11px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 10px;
}
.shop_message_contents .box_message{
	overflow: hidden;
	border-bottom:1px solid #FFF0F1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width:540px;
	margin: 0 auto 15px;
}
.shop_message_contents .box_message dt.box_message_img{
	width:100px;
	float:left;
}
.shop_message_contents .box_message dd.box_message_text{
	width:440px;
	float:left;
	padding: 0 0 0 20px;
}
.shop_message_contents .balloon1-left {
  position: relative;
  display: inline-block;
  background: #D6EAFF;
	padding: 10px;
	font-size:13px;
}
.shop_message_contents .balloon_pink{
	background:#FFF0F1;
}
.shop_message_contents .balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #D6EAFF;
}
.shop_message_contents .balloon_pink:before{
  border-right: 15px solid #FFF0F1;
}
.shop_message_contents .balloon1-left p {
	line-height: 1.4em;
	font-size:13px;
}
.box_message_text dl{
	display: inline-block;
}
.box_message_text dl dt{
	display: inline-block;
	font-size:10px;
}
.box_message_text dl dt:after{
	content:":";
}
.box_message_text dl dd{
	display: inline-block;
	font-size:10px;
}
.box_message_text p{
	font-size:10px;
	display: inline-block;
}
.shop_message_contents h4.ttl_message02{
	color:#FA676E;
	font-size:12px;
	background: url("../../../images/shop/icon_message02.png") no-repeat left center;
	background-size:14px 11px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 10px;
}
.box_message_text .margin_right{
	margin-right:15px;
}
/*--------------------------------------------------------------
Q&A
--------------------------------------------------------------*/
.shop_qanda_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}
.shop_qanda_contents .box_question{
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #FFF0F1;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
.shop_qanda_contents .box_question span{
	color:#FA676E;
	padding: 0 5px 0 0;
}
.shop_qanda_contents .box_qanda{
	border-top:3px solid #FA676E;
	border-left:1px solid #FA676E;
	border-right:1px solid #FA676E;
	border-bottom:1px solid #FA676E;
	width: 540px;
	margin:0 auto 10px;
	padding: 10px;
}
.shop_qanda_contents .box_answer dl{
	display: table;
	width:100%;
}
.shop_qanda_contents .box_answer dl dt{
	width:40px;
	display: table-cell;
	vertical-align: top;
}
.shop_qanda_contents .box_answer dl dd{
	display: table-cell;
	font-size:12px;
	vertical-align: top;
	line-height: 1.4em;
	padding-left: 8px;
}
/*--------------------------------------------------------------
周辺はどんなトコロ?
--------------------------------------------------------------*/
.shop_about_area_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}
.shop_about_area_contents p{
	font-size:14px;
	line-height: 1.4em;
	padding: 0 10px;
}


/*--------------------------------------------------------------
SHOP DATA
--------------------------------------------------------------*/
.shop_data_contents{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}

/*テーブル*/
.shop_data_contents table{
	width:540px;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto;
	border-top:1px solid #FFF0F1;
}
.shop_data_contents table tr th{
	width:120px;
	background:#FFF0F1;
	font-size:12px;
	text-align: left;
	padding: 10px;
	font-weight:normal;
	border-bottom:1px solid #ffffff;
}
.shop_data_contents table tr td{
	font-size:14px;
	padding: 10px;
	border-bottom:1px solid #FFF0F1;
	border-right:1px solid #FFF0F1;
	line-height: 1.4em;
	overflow-wrap: anywhere;
}
.tbl_shopname{
	font-weight: bold;
}
.shop_data_contents table tr td.tbl_address{
	position: relative;
}
.shop_data_contents table tr td.tbl_address p.tbl_address_inner{
	width:350px;
	padding: 5px 0;
}
.shop_data_contents table tr td .map-icon a{
	position: absolute;
	display:inline-block;
	width:36px;
	height:36px;
	background:#FA676E;
	color:#ffffff;
	font-size:10px;
	border-radius:3px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	top:50%;
	right:10px;
	margin-top: -18px;
}
.shop_data_contents table tr td.tbl_tel{
	padding: 0;
}
.shop_data_contents table tr td div{
	padding: 15px 10px 10px 10px;
	font-size:20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.shop_data_contents table tr td div:nth-child(n+2){
	border-top:1px solid #FFF0F1;

}

.shop_data_contents table tr td div p{
	font-size:13px;
	letter-spacing: 0;
	font-weight:bold;
	color:#FA676E;
	margin: 5px 0 0 0;
}
.shop_data_contents table tr td .reception_time{
	background:#FA676E;
	color: #fff;
	font-size:10px;
	width:114px;
	border-radius: 3px;
	text-align: center;
	height:18px;
	line-height: 18px;
	margin: 5px 0 0 0;
}
.shop_data_contents table tr td .tbl_url{
	color:#1A0DAB;
}

/*--------------------------------------------------------------
右カラム
--------------------------------------------------------------*/
/*--------------------------------------------------------------
キープボタン
--------------------------------------------------------------*/

.button p.keep a{
	border:2px solid #FF5961;
	color: #FF5961;
	font-size:14px;
	font-weight: bold;
	border-radius:3px;
	display: block;
	height:45px;
	line-height: 45px;
	text-align: center;
	width:200px;
	position: relative;
	padding-left: 11px;
	box-sizing: border-box;
	cursor: pointer;
}
.mens_recruit .button p.keep a{
	border:1px solid #007FFF;
	color: #007FFF;
}


.button p.keep a:before {
	position: absolute;
	top:50%;
	margin-top:-11px;
	left:40px;
	content:"";
	display:inline-block;
	background-image: url("../../../images/common/icon_star.png");
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}
.button p.keeped a{
	border:2px solid #D6D6D6;
	color: #D6D6D6;
	font-size:14px;
	font-weight: bold;
	border-radius:3px;
	display: block;
	height:45px;
	line-height: 45px;
	text-align: center;
	width:200px;
	position: relative;
	padding-left: 11px;
	box-sizing: border-box;
	cursor: pointer;

}
.button p.keeped a:before {
	position: absolute;
	top:50%;
	margin-top:-11px;
	left:40px;
	content:"";
	display:inline-block;
	background-image: url("../../../images/common/icon_star03.png");
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}
.button_wrapper{
	position: relative;
	margin: 0 0 10px 0;
}

#modalWrap {
	display: none;
	background: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

.modalBox {
	position: absolute;
	top:-45px;
	left:35px;
	overflow: hidden;
	opacity: 1;
	display: none;
	z-index: 1000;
}

.modalInner {
	text-align: center;
	font-size:12px;
	font-weight: bold;
	background:url("../../../images/common/balloon.png") no-repeat left top;
	width:135px;
	height:69px;
	padding-top: 15px;
}

/*--------------------------------------------------------------
応募はこちら
--------------------------------------------------------------*/

.shop_apply_contents{
	width:200px;
}
.right_contents_inner{
	position: static;
	top: -30px;
	transition: all 0.3s ease 0s;
}
.shop_apply_contents h3{
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	background:#FFF0F1;
	border-radius:3px;
	margin-bottom:15px;
}
.m_fixed{
	position: fixed;
	top: 32px;
}

.shop_apply_contents .box_apply{
	border:1px solid #FA676E;
	border-radius: 3px;
	padding: 10px 5px;
}
.box_apply p{
	font-size:10px;
	padding: 0 0 0 5px;
}
.shop_apply_contents .box_apply .box_apply_tel h4{
	font-size:13px;
	color:#FA676E;
	background:url("../../../images/shop/icon_r_tel.png") left center no-repeat;
	background-size:15px 20px;
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
}
.shop_apply_contents .box_apply .box_apply_tel{
	padding:0 0 10px 0;
	border-bottom: 1px solid #FFF0F1;
}
.shop_apply_contents .box_apply .box_apply_tel .apply_tel{
	font-size:20px;
	font-weight: bold;
	padding: 0 0 5px 5px;
}
.shop_apply_contents .box_apply .box_apply_mail,.shop_apply_contents .box_apply .box_apply_line{
	padding:10px 0;
	border-bottom: 1px solid #FFF0F1;
}
.shop_apply_contents .box_apply .box_apply_mail h4{
	font-size:13px;
	color:#3BA3F6;
	line-height: 1.2em;
	background:url("../../../images/shop/icon_r_mail.png") left center no-repeat;
	background-size:19px 15px;
	padding: 0 0 0 24px;
	margin: 0 0 5px 0;
}

.btn_apply_mail a{
	display: block;
	background-color:#3BA3F6;
	color: #fff;
	height:36px;
	line-height:36px;
	text-align: center;
	font-size:12px;
	border-radius: 3px;
	margin: 0 0 10px 0;
	width:180px;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}
.btn_apply_mail a:before{
	position:absolute;
	content:"";
	background-image:url("../../../images/shop/icon_r_mail_white.png");
	background-repeat:no-repeat;
	background-size:19px 15px;
	width:19px;
	height: 15px;
	top:50%;
	display: inline-block;
	margin-top: -8px;
	left:40px;
}
.shop_apply_contents .box_apply .box_apply_line h4{
	font-size:13px;
	color:#5DD14F;
	line-height: 1.2em;
	background:url("../../../images/shop/icon_r_line.png") left center no-repeat;
	background-size:20px 17px;
	padding: 2px 0 2px 24px;
	margin: 0 0 5px 0;
}
.box_apply .box_apply_line p a{
	display: block;
	background-color:#5DD14F;
	color: #fff;
	height:36px;
	line-height:36px;
	text-align: center;
	font-size:12px;
	border-radius: 3px;
	margin: 0 0 10px 0;
	width:180px;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}
.box_apply .box_apply_line p a:before{
	position:absolute;
	content:"";
	background-image:url("../../../images/shop/icon_r_line_white.png");
	background-repeat:no-repeat;
	background-size:19px 15px;
	width:19px;
	height: 15px;
	top:50%;
	display: inline-block;
	margin-top: -8px;
	left:45px;
}
.box_view_smartphone h4{
	font-size:13px;
	color:#FF9607;
	background:url("../../../images/shop/icon_r_sp.png") left center no-repeat;
	background-size:15px 22px;
	padding: 2px 0 2px 20px;
	margin: 0 0 5px 0;
}
.box_view_smartphone .qr_code{
	text-align: center;
	margin: 10px 0 0 0;
}
.shop_apply_contents .box_apply .box_view_smartphone{
	padding: 10px 0;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 900; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 482px;
  background-color: #fff;
}

.closeModal {
	position: absolute;
	top: -75px;
	right: 0;
	cursor: pointer;
	color: #FFF;
	font-size:60px;
}

.modalContents h4{
	background:#FA676E;
	height:56px;
	line-height: 56px;
	color:#fff;
	font-size:22px;
	text-align:center;
	margin-bottom: 15px;
}
.modalContents h5{
	text-align: center;
	font-size:22px;
	padding: 0 10px;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modalContents p.area{
	text-align: center;
	font-size:14px;
	margin-bottom: 10px;
}
.modalContents p.qr_code_line{
	text-align: center;
	margin-bottom: 10px;
}
.modalContents p.text_apply_line{
	text-align: center;
	font-size:15px;
	background:#FFF8C1;
	margin: 20px;
	padding: 10px;
}


/*--------------------------------------------------------------
ブログ
--------------------------------------------------------------*/
.contents_blog_box{
	width:760px;
	margin:0 auto;
}
.contents_blog_box h3.ttl_blog{
	background:#FFF0F1;
	font-size:16px;
	padding: 0 0 0 10px;
	height:40px;
	line-height: 40px;
	border-radius: 3px;
	margin: 20px 0 10px 0;
}
.link_prev a{
	display:block;
	font-size:12px;
	text-align: right;
	margin: 0 0 10px 0;
}
.link_prev a:before{
	content:"＜";
	padding: 0 5px 0 0;
	color:#FA676E;
}
div.blog_accordion{
	background:#FFF0F1;
	border-radius:3px;
	padding:10px;
	display:flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
	margin-bottom:20px;
}
p.new_blog{
	width: 44px;
    text-align: center;
    font-size: 10px;
	padding-right:10px;
    color: #FA676E;
    font-weight: bold;
	padding-top:10px;
    position: relative;
}
p.new_blog:before{
	content: '';
	display: inline-block;
	background-image: url("../../../images/shop/icon_blog_pink.png");
	background-size: contain;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	position:absolute;
	top:-15px;
	left:10px;
}
div.blog_accordion_innner{
	background:#fff;
	width:696px;
}
.blog_accordion_innner dl{
    cursor: pointer;
	padding:10px 0;
	margin:0 10px;
	background: url(../../../images/common/arrow_pink_top.png) no-repeat 100% 50% ;
	background-size:17px 10px;
}
.blog_accordion_innner dl dt,.blog_accordion02 details summary dl dt{
	font-size:10px;
}
.blog_accordion_innner dl dd h3,.blog_accordion02 details summary dl dd h3{
	font-size:12px;
	width:650px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.blog_text{
	font-size:13px;
	padding:10px 0;
	border-top:1px solid #FFF0F1;
	margin:0 10px;
}
p.blog_text img{
	display: block;
	max-width: 676px;
}
.blog_accordion_innner dl.active {
	background: url("../../../images/common/arrow_pink_bottom.png") no-repeat 100% 50% ;
	background-size:17px 10px;
}

/*-----------三つ目から-----------*/
.blog_accordion02{
	background:#FFF0F1;
	border-radius:3px;
	padding: 10px;
	margin-bottom:10px;
}
.blog_accordion02 details:not(:last-child) {
  margin-bottom: 20px;
}

/*list-style: none; ←デフォルト三角削除（Chrome非対応）cursor: pointer; ←カーソルをポインターに*/
.blog_accordion02 details summary {
  list-style: none;
  cursor: pointer;
  padding: 10px;
	background:#fff;
	position:relative;
}
/* Chrome用のデフォルト三角削除*/
.blog_accordion02 details summary::-webkit-details-marker {
  display: none;
}
/*Font Awesomeのプラスアイコン使用*/
.blog_accordion02 details summary::before {
  content: '';
  display: inline-block;
  background: url("../../../images/common/arrow_pink_bottom.png");
  background-size: contain;
  width: 16px;
  height: 9px;
	position:absolute;
	right:10px;
	top:40%;
}
/*アコーディオンがオープン時はマイナスアイコンに変更*/
.blog_accordion02 details[open] summary::before {
  content: '';
  display: inline-block;
  background-image: url("../../../images/common/arrow_pink_top.png");
  background-size: contain;
  width: 16px;
  height: 9px;
	position:absolute;
	right:10px;
	top:40%;
}
.blog_accordion_innner02{
	background:#fff;
}

/*--------------------------------------------------------------
簡易版
--------------------------------------------------------------*/
.note{
	width:780px;
	height:40px;
	border-radius:3px;
	background:#FFF8C1;
	font-weight:bold;
	font-size:12px;
	padding-left:40px;
	line-height:40px;
	margin:0 auto 15px;
	position:relative;
}
.note:before{
	content:"";
	background:url("../../../images/shop/icon_note.png");
	width:19px;
	height:19px;
	background-size: contain;
	position:absolute;
	top:9px;
	left:13px;
}
.advertising{
	width:780px;
	margin: 10px auto 20px;
}

.shop-map{
	width:540px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}
.shop-map iframe{
	width: 100%;
	height: 500px;
}

/*情報提供*/

.form-box{
	width:560px;
	border-top:1px solid #FFF0F1;
	padding-top:20px;
	padding-bottom:50px;
	margin: 0 auto;
}
.info_provision_box{
	width:540px;
	margin:0 auto;
}
.info_provision_box dl{
	width:540px;
	background:#FFF8C1;
	border-radius:3px;
	padding:30px 0;
}
.info_provision_box dl dt{
	font-size:19px;
	font-weight:bold;
	color:#DD4A2F;
	text-align:center;
	padding-bottom:20px;
}
.info_provision_box dl dd p.text{
	text-align:center;
	font-size:15px;
	padding-bottom:10px;
}
div.provision_btn{
	width:413px;
	padding:10px 0;
	background:#E6634B;
	margin:0 auto;
	border-radius:3px;
	text-align:center;
}
.deco01{
	font-weight:bold;
	font-size:23px;
	padding-left:20px;
}
.deco01::before{
	
}
div.provision_btn a{
	color:#fff;
	display:block;
}
div.provision_btn:hover{
	opacity: 0.8;
}
p.note02{
	width:413px;
	margin:0 auto;
	text-align:left;
	font-size:13px;
	color:#636A77;
	padding-top:5px;
}

/*広告掲載*/

.published_box{
	width:540px;
	margin:0 auto;
}
.published_box dl{
	width:540px;
	margin-top:20px;
	background:#FFF8C1;
	border-radius:3px;
	padding:30px 0;
}
.published_box dl dt{
	font-size:19px;
	font-weight:bold;
	color:#FF6200;
	text-align:center;
	padding-bottom:20px;
}
.published_box dl dd p.text{
	text-align:center;
	font-size:15px;
	padding-bottom:10px;
}
div.published_btn{
	width:413px;
	padding:10px 0;
	background:#FF7F00;
	margin:0 auto;
	border-radius:3px;
	text-align:center;
}
.deco02{
	font-weight:bold;
	font-size:19px;
	padding-left:20px;
}
.deco01::before{
	
}
div.published_btn a{
	color:#fff;
	display:block;
}
div.published_btn:hover{
	opacity: 0.8;
}


/*コロナウイルス対策*/
/*臨時休業について*/
.corona_virus_notice {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 780px;
	height: 35px;
	background-color: #ddf4ff;
	margin: 0 auto;
	margin-bottom: 10px;
	cursor: pointer;
}
.temporary_closed {
	border: 2px solid #db0303;
	background-color: #ffefef;
}

.corona_virus_notice p,
.corona_virus_notice_window_head p{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	line-height: inherit;
}

.corona_virus_notice p::before,
.corona_virus_notice_window_head p::before{
	position: absolute;
	content: '';
	background-image: url("../../../images/shop/pc_corona.png");
	width: 23px;
	height: 24px;
	top: -2px;
	left: -30px;
}

.corona_virus_notice_window{
	display: none;
	position: absolute;
	border: 2px solid #33BDFF;
	z-index: 600;
	border-radius: 5px;
	width: 500px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


.corona_virus_notice_window_head {
	background-color: #ddf4ff;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.corona_virus_notice_window_body {
	background-color: #ffffff;
	padding: 20px;
	font-size: 14px;
}

.list_shop_corona_virus_notice {
	position: relative;
	border: 2px solid #33BDFF;
	background-color: #ddf4ff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 4px;
	margin: 10px 0;
}

.list_shop_corona_virus_notice p.list_shop_corona_virus_notice_p {
	font-size: 18px;
	text-decoration: none;
	color: #111111; !important;
	margin: 0; !important;
}

.list_shop_corona_virus_notice_p::before {
	position: absolute;
	content: '';
	background-image: url("../../../images/shop/pc_corona.png");
	width: 23px;
	height: 24px;
	top: 10px;
	left: 100px;
}

.list_shop_corona_virus_notice_link {
	text-decoration: none
}

.list_shop_corona_virus_notice_link:hover {
	text-decoration: none
}

.free_add {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	border-bottom: 1px solid #E6F1EF;
}

.free_add a {
	display: block;
	width: 100%;
}
.free_add a:hover {
	color: #0F0F0F;
}

.free_add a > div{
	display: flex;
}

.free_add a > div div:first-child {
	padding-top: 5px;
	margin-right: 3px;
	background: #FA676E;
	color: #fff;
}
.free_add a > div div:nth-child(3){
	padding-left: 10px;
	width: 80%;
}
.free_add a > div div:nth-child(3) p:first-child{
	color: #FA676E;
	font-size: 15pt;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.free_add a > div div:nth-child(3) p:nth-child(2){
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*オーバーレイ用*/
#modal-overlay{
	z-index:500;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}