@charset "utf-8";
/* CSS Document header */
header{
	width:100%;
	overflow:hidden;
}
header img{
	float:left;
}
/*-------------navi---------*/
nav#page_back{
	width: 35%;
	float:right;
	text-align: center;
	margin:5% 2% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#page_back p{
	background: #fff;
	border:#e5e5e5 5px solid;
	display:block;
	padding: 3%;
	color:#0075a9;
	font-size:80%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
nav#page_back a{
	background: #fff;
	border:#e5e5e5 5px solid;
	display:block;
	padding: 3%;
	color:#0075a9;
	font-size:80%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
section#main_wrapper{
   	padding: 2%;
	}
h2.head_cap{
	color:#0075a9;
	font-size:91%;
	font-weight:bold;
	background-color: #fbfdff;
	border:1px solid #e0f2ff;
	border-radius: 4px;
	padding: 7px 8px 6px;
	}
h5.characteristic{
	font-size:90%;
	color:#595959;
	font-weight:bold;
	background-color: #fafafa;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	padding: 7px 8px 6px;
	}
div.triangle {
	width: 0;
	height: 0;
	margin-left:10%;
	border-top: 6px solid #e0f2ff;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}
section#shopname{
	background:#f0ebe8;
	color:#60524c;
	padding:3% 0 3% 0;
	text-align:center;
	margin-top:3%;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section#shopname h1{
	font-size:100%;
	font-weight:bold;
}
#shop_photo{
    margin: 0 auto;
    width: 250px;
    height: 190px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
textarea{
    width:100%;
    height: 80px;
    margin-top: 4%;
    background: #fefee3;
    line-height: 1.8em;
    padding:10px 10px 5px;
    border: 2px solid #4ecd00;
    color: #582f31;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2em;

}
.action_wapper{width:100%; overflow: hidden; }
#js-copybtn{  width:100%; text-align: center; border: 2px solid #4ecd00;background: #fff;color: #4ecd00;border-radius: 4px;padding:10px;font-size: 1.2em; font-weight: bold;}
#js-copyalert{color: #4ecd00; font-size: 18px; text-align: center; font-weight: bold;}
.copy_alert {display: none;}
section#shopname p{
	font-size:70%;
	line-height:1.65em;
}
section#point_check{
	width:100%;
}
section#point_check dl{
	padding: 1% 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section#point_check dl dt{
	border-top:dotted 1px #f2f2f2;
	padding-top: 1%;
	line-height:1.6em;
	font-size:90%;
	font-weight:bold;
}
section#point_check dl dd{
	color:#484848;
	font-size:90%;
	line-height:1.4em;
}
section#point_check dl dt.yellow{
	color:#ffcb54;
	}
section#point_check dl dt.blue{
	color:#7ec1f3;
	}
section#point_check dl dt.pink{
	color:#f79fc1;
	}
section#point_check dl dt.green{
	color:#8fe97a;
	}
section#point_check dl dt span{font-size:110%;}
section.shop_list{
	border-bottom:1px solid #ccc;
	padding: 2%;
	margin-bottom:2%;
}
.shop_list p.cap{
	color:#0075a9;
	font-size:120%;
	padding:3% 0;
	font-weight:bold;
}
.shop_detail{
	overflow:hidden;
}
.shop_detail img{
	float:left;
	padding:0 1% 4% 1%;
	display:block;
	margin-right:1%;
	 border:1px solid #897867;
	box-shadow: -1px 0px 2px rgba(127, 116, 110, 0.80);
	-moz-box-shadow: -1px 0px 2px rgba(127, 116, 110, 0.80);
	-webkit-box-shadow: -1px 0px 2px rgba(127, 116, 110, 0.80);
}
.shop_detail dl.salon_data{overflow:hidden;line-height:1.0;font-size:70%;box-sizing: border-box;border-bottom:2px solid #fff;}
.shop_detail dl.salon_data:first-child{color:#000;}
.shop_detail dl.salon_data dt{ width:30%;float:left;color:#727272;padding:3% 2%;background:#ecf6fe;}
.shop_detail dl.salon_data dd{ width:62%;float:right;color:#484848;padding:3% 2%; text-align:left;}

section#sub_wrapper{}
section#sub_wrapper h4.bosyu{background:#539EBD;text-align:left;color:#fff;padding:2%;font-size:90%;font-weight: bold;}
section#sub_wrapper h4.youkou{background:#539EBD;text-align:left;color:#fff;padding:2%;font-size:90%;font-weight: bold;}
section#sub_wrapper h4.bosyu:before {content: "■ ";}
section#sub_wrapper h4.youkou:before {content: "■ ";}
p#characteristic{color:#e26070;padding:2% 0;}
section#detail_data{padding: 2%;}

section#detail_data table.contents{}
section#detail_data table.contents th{
  width:100%;
  display:block;
}
section#detail_data table.contents td{
  width:100%;
  display:block;
}
div.url{padding-bottom:10px;}
section#detail_data table.contents th{background:#f2f2f2; font-size:80%; font-weight: bold; padding:1%; margin-top:2%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;text-align: left;}
section#detail_data table.contents td{font-size:85%; padding:3% 1%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
section#detail_data table.contents td a{color: #333; text-decoration: none;}
section#detail_data table.contents td a:visited{color: #333;}
section#detail_data table.contents td a:hover{color: #333;}
section#detail_data table.contents td a:active{color: #333;}


div.joboffer_title h6{background:#fbfdff;font-size:80%;font-weight: bold;padding:1%;margin-top:2%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color: #0068b7;border: 1px solid #e0f2ff;text-indent:-5px;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;}
div.joboffer_title p{font-size:85%;border-bottom:1px dotted #ccc; padding:3% 1% 3% 2%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
span#smooth{font-size:75%;color:#539ebd;font-weight:bold;}
ul#sub_list{}
ul#sub_list li{}
dl.free_shop{
	padding: 2% 0 5% 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#f3fcff;
	border-bottom:1px solid #c0ecf9;
	}
dl.free_shop dt{
	color:#70624d;
	font-size:80%;}
dl.free_shop dd{
	font-size:80%;
	color:#0075a9;
	padding-top: 2%;
	padding-right:10%;
	background: url("/img/i/common/free_arrow.png") no-repeat scroll right center;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-position:98% 30%;
}
p.area_ctg{font-size:75%;border-bottom:1px dotted #c0ecf9;}
ul#shop_link{}
ul#shop_link a{}
nav#footer_sec{
	text-align:center;
	padding:0 2%;
	}
/*job jamp*/
.button_job{
	width: 100%;
	background:no-repeat #f7f4ea;
	margin-top:3%;
	border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	}
p.to_job{
	margin: 0 auto;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 5% 0;
	width: 92%;
	background:#db5842;
	color: #67645c;
	font-size:90%;
	background: url("/img/i/common/gray_arrow.png") no-repeat scroll right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	border:none;
	}
/*map jamp*/
.button_map{
	width: 100%;
	background:no-repeat #f7f4ea;
	margin-top:3%;
	border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	}
p.to_map{
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 5% 0;
	width: 92%;
	background:#db5842;
	color: #67645c;
	font-size:90%;
	background: url("/img/i/common/gray_arrow.png") no-repeat scroll right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	border:none;
	}
/*form jamp*/
.button_form{
	width: 100%;
	background:no-repeat #db5842;
	margin:3% 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	}
p.jump_form{
margin: 0 auto;
	text-align: center;
	display: block;
	padding: 5% 0;
	width: 92%;
	font-weight:bold;
	background:#db5842;
	color:#fff;
	font-size:100%;
	background: url("/img/i/common/radius_arrow.png") no-repeat scroll right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	border:none;
	}
/*----------more read------------*/
div#more_read {
	border:3px solid #e5834c;
	display: block;
	line-height: 3;
	margin: 5% auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70%;
}
div#more_read p {
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 0 2%;
	width: 170px;
	color: #353535;
}
div#more_read p.load {
	-moz-box-sizing: border-box;
	background: url("/img/i/common/gif-load.gif") no-repeat scroll left center;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	margin: 0 auto;
	padding: 0.5em 0 0.5em 2em;
	width: 170px;
}
p.more_read span {
	margin: 1em 0 0;
}
a.more {
	color: #FFFFFF;
	font-weight: bold;
}
div#contents_link{
	width: 100%;
	overflow:hidden;
	padding:0.4em 0 0.2em 1%;
	margin-top:2%;
	border-top:dotted 1px #f2f2f2;
	font-size:0.8em;
	box-sizing:border-box;
	}
div#contents_link p.dat{
	float:left;
	border: 1px solid #e0e0e0;
	list-style: none outside none;
	font-size:0.9em;
	width: 32%;
	height:35px;
	margin:0 1% 0 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f8f8f8));
	background: -moz-linear-gradient(top,#f8f8f8,#f8f8f8);
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
div#contents_link p.con{
	float:left;
	border: 1px solid #e0e0e0;
	list-style: none outside none;
	font-size:0.9em;
	width: 32%;
	height:35px;
	margin:0 1% 0 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f8f8f8));
	background: -moz-linear-gradient(top,#f8f8f8,#f8f8f8);
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
div#contents_link p a#web{
	color:#5e523a;
	display: block;
	font-weight: bold;
	line-height: 3.0em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/mail.png) no-repeat left center;
	background-position: 0.4em 0.9em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}
div#contents_link p a#shop{
	color: #5e523a;
	display: block;
	font-weight: bold;
	line-height: 3.0em;
	text-align: center;
	text-indent:1.3em;
	background:url(/img/i/common/tels.png) no-repeat left center;
	background-position: 0.4em 0.9em;
	-webkit-background-size: 1.3em 1.3em;
	background-size: 1.3em 1.3em;
}

/*
Author: Jorge Chavez
Licence: MIT
*/
.modal .checkbox{
  display: none;
}

/* Gray background */
.modal .modal-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: none;
  background-color: rgba(0,0,0,0.7);
}

/* Box */
.modal .modal-wrap{
  background-color: #fff;
  border:2px solid #4ecd00;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 40px 0;
  width: 60%;
  margin: 20px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;
  
}
.modal .modal-wrap.small{
  width: 30%;
}
.modal .modal-wrap.full{
  width: 100%;
  height: 100%;
}

.modal .modal-wrap.a-center {
  align-self: center;
}
.modal .modal-wrap.from-left {
  transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
  transform: translateX(100%);
}
.modal .modal-wrap.from-top {
  transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
  transform: translateY(100%);
}
/* Close button */
.modal .modal-overlay .close{
  position: absolute;
  right: 10px;
  top: 1px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #282c34;
}

.modal .modal-overlay .close:hover{
  cursor: pointer;
  color: #4b5361;
}
.modal .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

.modal input:checked ~ .o-close {
  z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
  transform: translateY(0);
  z-index: 9999;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px){
  .modal .modal-wrap {
    width: 80%;
    padding: 25px 15px;
  }
}

/* Phone size */
@media (max-width: 500px){
  .modal .modal-wrap {
    width: 90%;
  }
}

/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.wrap{
  width: 80%;
  margin: 0px auto;
  text-align: center;
}
.wrap h1{
  font-size: 70px;
}
.wrap h1 span{
  color: #F42A54;
}
.contribute {
  position: fixed;
  right: -20px;
  top: 20px;
  width: 16em;
  height: 10em;
  overflow: hidden;
  transform: rotate(45deg);
}
.contribute p {
  padding: 3px;
  background-color: #444444;
}
.contribute p a {
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
    display: block;
    color: white;
    text-decoration: none;
    padding: 2px 0px;
}

.open-modal {
    float:left;
    border: 1px solid #e0e0e0;
    list-style: none outside none;
    text-align: center;
    width: 29%;
    height:25px;
    margin:0 1% 0 0;
    padding: 5px 1%;
    background: -webkit-gradient(linear,left top,left bottom,from(#4ecd00),to(#4ecd00));
    background: -moz-linear-gradient(top,#4ecd00,#4ecd00);
    background: linear-gradient(to bottom, #4ecd00, #4ecd00);
    box-shadow: 0 2px 1px -1px rgba(100, 100, 100, 0.1) ;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.open-modal:hover {
  cursor: pointer;
  background-color: #E7E7E7;
  color: #3C3C3C;
  border-top: 1px solid #eEeeee;
  box-shadow: 0.2px 0.2px 2px #15bbd1;
}

@media (max-width: 500px){
  .wrap {
    width: 100%;
  }
}
div.son{
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 2.1em;
    text-align: center;
    font-size:0.9em;
    text-indent:1.3em;
    background:url(/img/i/common/sns.png) no-repeat left center;
    background-position: 0.4em 0.4em;
    -webkit-background-size: 1.3em 1.3em;
    background-size: 1.3em 1.3em;
}
.sns_qr{
    height:35px;
    width:100%;
    font-weight:bold;
    background:url(/img/i/common/sns.png) no-repeat #4ecd00 6px 6px;
    margin-top:2px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    float:left;
    box-sizing:border-box;
    color:#fff;
    border:2px solid #4ac200;
    line-height:2.9em;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    text-align:center;
}
.sns_friends{
    float:left;
    line-height:1.8em;
    font-weight:bold;
}
.sns{
    overflow:hidden;
    margin: 5% 0 4%;
}
.sns a{
    display:block;
}
.sns_title{
    background:#e7fdd9;
    padding:1% 2% 1%;
    background: rgba(0, 0, 0, 0) url("/img/i/home/caution.png") repeat scroll 0 0;
    color:#fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
p.left_id{
    width:20%;
    float:left;
    border-top:2px solid #4ecd00;
    border-left:2px solid #4ecd00;
    border-bottom:2px solid #4ecd00;
    background:#fefee3;
    height: 35px;
    box-sizing:border-box;
    padding:4px 1% 0 0.5%;
}
p.right_id{
    width:80%;
    float:left;
    border:2px solid #4ecd00;
    background:#fefee3;
    height: 35px;
    box-sizing:border-box;
    padding:4px 1% 0 1%;
}
.sns-left{
    float:left;
    width:67%;
    line-height:2.8em;
}
.sns-right{
    float:right;
    width:30%;
}
.sns-cont{
    overflow:hidden;
    width:100%;
}
section#photo_gallery{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
section#photo_gallery ul{
    padding: 6px 0 2px ;
    background-color: #ffffff;
    overflow:hidden;
}
section#photo_gallery ul li{
    float: left;
    padding: 0 0 6px 2%;
    width: 32.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

section#photo_gallery a{
    display: block;
}
section#photo_gallery img{
    width:100%;
    height:100%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
}
p.photos_title {
    color: #539EBD;
    float: left;
    font-weight:bold;
    font-size: 0.6em;
    line-height: 1.4em;
    padding: 4px 1px 0;
    width: 100%;
    word-break: break-all;
    text-align:left;
}
section#mall_img{width:100%;}
.shop_main{width:250px; height:190px; margin:0 auto 10px;}
#title_g{
	width:100%;
	color:#fff;
	text-align:left;
	overflow:hidden;
	margin-bottom:1px;
	z-index:1;
	box-sizing: border-box;
	background:#539EBD;
}

h3.g_midashi{
	width:50%;
	float:left;
	padding:1% 2%;
	font-size:90%;
	font-weight: bold;
	line-height:2.0em;
}

div#gallery_bottan{float:right;width:32%;font-size:0.8em;text-align:center;line-height:2.2em;padding:1%;}
div#gallery_bottan p{
	color: #539EBD;
	font-weight:bold;
	background:#fffefd;
	font-size:0.9em;
	border:1px solid #fee7d0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:  0 1px 1px rgba(0, 0, 0, 0.1);
}
section#sub_wrapper h3.g_midashi:before {content: "■ ";font-size:1.2em;}