@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */



/* pc */
@media screen and (min-width: 961px) {
/*ここにpc用スタイルを記述*/
}
  


/* ========BASIC======== */
html {
   font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'Noto Sans CJK JP', Meiryo, Roboto, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   /* letter-spacing:1px; */
   /* background:#fff url("/images/bg_body.gif") 0 0 repeat-x; */
   background:#fff url("/images/style/bg_19.jpg") 0 0;
   border-top:5px solid #9B0000;
   font-size: 1.0rem;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration: none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========LAYOUT======== */

.center {
	/* clear: both; */
	text-align: center;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url("/images/style/bg_menu.gif") 0 0 repeat-x;
}

div#icatch {
   width:787px;
   margin:0 auto;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
/*   background:#fff; */
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
   padding-top:10px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #9B0000;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:2.0rem;/* 32px相当 */
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:0.8rem;/* 12px相当 */
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.7rem;/* 11px相当 */
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("/images/style/bg_gnavi.gif") 0 1px no-repeat;
}



/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.8rem;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:96px;
   color: #7f7373;
   line-height: 60px;
   font-size: 0.8rem;
   font-weight: bold;
   border-right:1px solid #D8D8D8;
   text-shadow: 1px 1px 2px #cfcfcf;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#333;
   background:#fff url("/images/style/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
   text-decoration: none;
}

div#main a:hover {
   color:#9B0000;
}

div#main h2 {
   margin:5px 5px 5px 5px;
   padding:0 0 0 10px;
   color:#663333; 
   font-size:0.9rem;/* 14px相当 */
   font-weight:bold;
   line-height:35px;
   border:1px solid #EFD7AD;
   background:url("/images/style/bg_h2t.gif") 0 0 no-repeat;
}

div#main h3 {
	font-weight: bold;
	padding: 5px 5px;
	font-size:0.9rem;/* 14px相当 */
}

div#main h4 {
   padding: 5px 5px;
   font-size:0.8rem;/* 12px相当 */
   color: #463f28;
   font-weight:normal;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.8rem;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.8rem;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:0.8rem;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size: 0.9rem;
   line-height: 1.0rem;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

div#main .box {
	background-color: rgba(247, 245, 243, 0.9);
	margin:5px 5px 15px 5px;
	padding:5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 2px #cc9;　/* Firefox用 */
	-moz-box-shadow: 1px 1px 2px #cc9;　/* Firefox用 */
	-webkit-box-shadow: 1px 1px 2px #cc9;　/* Safari,Google Chrome用 */
}

div#main .box2 {
	background-color:#fff;
	margin:5px 5px 15px 5px;
	padding:5px;

	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */

	box-shadow: 1px 1px 2px #cc9;　/* Firefox用 */ 	
	-moz-box-shadow: 1px 1px 2px #cc9;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 2px #cc9;　/* Safari,Google Chrome用 */ 

}



div#main .head_img {
	padding-top:10px;
	padding-bottom: 10px;
/*	background-image: url(/images/main1.png);	*/
}

h3.info {
	color:#993333;
}

#feed1 li {
	padding: 1px 0;
	list-style:none;
	margin-left:-30px;
	list-style-type: none;
}

#feed1 li span {
	font-size: 0.8rem;
}

/*トップページの「new nail」---------------------------*/
#main .newitem p {
	height: 135px;	/*１個あたりのボックスの高さ*/
	width: 123px;	/*１個あたりのボックスの幅*/
	border: 1px solid #eeeeee;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(/images/style/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #eeeeee;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #CC6666;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}

/*トップページの「coupon」---------------------------*/

div.coupon {
	padding:100px 1px 1px 1px;
}

div.coupon h3 {
	padding:12px 0 0 85px !important;
	margin-left: 4px;
	margin-top:1px;
	padding:100px 1px 1px 1px;
	font-weight: normal;
	font-size: 1.0rem !important;
	line-height: 1.3rem;
	background-repeat: no-repeat;
	background-position: left top;
	color:#CE6563;
	background-image:url(/images/style/campaign_h.png);
	margin-bottom: 10px;
	height: 56px;
}


div.coupon h3.rep {
	color:#9C6531;
	background-image:url(/images/style/campaign_h2.png);
}



ul.photo {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.photo li {
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	line-height: 1.0rem;
}

ul.photo li.end {
	margin-right:0px;
}
img.cp {
	width: 251px;
	height:auto;
	border: 1px solid #CE6563;
}

img.cp1 {
	width: 251px;
	height:auto;
	border: 1px solid #996600;
}

img.cp2 {
	width: 360px;
	height:auto;
	text-align: center;
	border: 1px solid #CE6563;
}

img.cpe {
	width: 80%;
	height:auto;
	margin: auto 10%;
	text-align: center;
	border: 1px solid #996600;
}

img.cpa {
	width: 80%;
	height:auto;
	margin: auto 10%;
	text-align: center;
	border: 1px solid #CE6563;
}



span.cp1 {
	color:#CE6563;
	font-size: 0.8rem;
	line-height: 1.4rem;
}

span.rep1 {
	color:#9C6531;
	line-height: 1.4rem;
}

span.cp1a {
	color:#CE6563;
	width: 80%;
	margin: auto 10%;
	line-height: 1.4rem;
}

span.rep1a {
	color:#9C6531;
	width: 80%;
	margin: auto 10%;
	line-height: 1.4rem;
}



.disp {
	padding: 5px;
}


.disp1 {
	color: #CC3333;
	padding: 20px 5px 5px 1px;
	font-weight: normal;
	font-size: 0.9rem !important;
}

.disp1a {
	color: #CE6563;
	padding: 5px 10px 5px 1px;
	font-weight: bold;
	font-size: 0.8rem !important;
	line-height: 1.2rem;
}

.dispcap {
	margin: 0 10% 0 10%;
	font-size: 0.8rem !important;
	line-height: 1.2rem;
}


.disp1e {
	color: #a07143;
	padding: 5px 10px 5px 1px;
	font-weight: bold;
	font-size: 0.8rem !important;
	line-height: 1.2rem;
}

p.disp2 {
	color:#663300;
	padding: 5px;
	font-weight: normal;
	font-size: 0.9rem !important;
}


ul.list {
	margin-left: 10px;
	padding-top: 5px;
	clear: both;
}
ul.list li {
	padding-top: 2px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.8rem;
	line-height: 1.0rem;
}

li {}


/* Price *------------------------------------------------------*/
div#price h3 {
	color: #663300;
	margin-bottom:3px;
	font-size: 0.9rem;/* 14px相当 */
}

#main .plist {
	padding: 5px 5px;
}

#main .p1 { 
	color: #CC0000;
	width: 400px;  	   	
}

#main .p2 { 
   	font-size:0.8rem;/* 14px相当 */
	width: 50px;   	
}

#main .p3 { 
   	font-size:0.8rem;/* 14px相当 */
	width: 100px;
	text-align: right;   	   	
}

#main .p4 {
	padding:5px 0;
	color:#666;
	font-size: 0.8rem;/* 12px相当 */
	width: 100%;
	border-top: 2px dotted #663333;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-left: 5px;
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:0.8rem;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#996633;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 5px 5px;
   padding:0;
}

div#sub li {
   padding:5px 0;
   font-size: 0.8rem;/* 12px相当 */
   line-height: 1.4rem;
   font-weight: bold;
   list-style:none;
   background:url("/images/style/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   color: #563b20;
   background:url("/images/style/bg_list.gif") 0 6px no-repeat;
}

div#sub p {
   font-size: 1.0rem;/* 12px相当 */
   line-height: 1.2rem;
   font-weight: normal;
}


div#sub .gal {	
	 background:url("/images/style/sub_gallery_s.png") 0 0;
}

div#sub .gal_menu {
	margin-left: 35px;
	font-size: 0.8rem;
	font-weight: bold;
}

div#sub .gal_menu a {
   padding-left:14px;
   color: #996633;
   background:url("/images/style/bg_list.gif") 0 6px no-repeat;
}




/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size: 0.8rem;/* 11px相当 */
   font-weight: normal;
}

div#totop a {
   padding-left:8px;
   background: url("/images/style/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:5px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size: 0.8rem;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("/images/style/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-size:0.7rem;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
}
p.rejob {
   font-size:0.7rem;/* 11px相当 */
}

/********* 作品一覧 *************************************************/

div#gallery h2 {
	display: none;
}
div#gallery h3 {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}
div#gallery ul.image {
	margin: 10px 0;
}
div#gallery ul.image li {
	display: inline;
}
div#gallery ul.image li img {
	margin: 2px 2px 2px 0;
}
div#gallery ul.info {
	margin: 0;
	text-align: right;
}
div#gallery ul.info li {
	display: inline;
}

/********* gallery *******************************************/

div.gal_sbox {
	float:left;
	width: 165px;
	height: 185px;
	margin-right:10px;
	padding: 1px 1px;
}
div.gal_sbox a {
	color: #333333;
	text-decoration: none;
}

img.gal_s {
	width: 165px;
 	height:122px;
	border: 1px solid #996600;
}

span.gal_no {
	font-size:0.7rem;
	color:#333;
}
span.gal_text {
	font-size: 0.8rem;
	color:#CC0000;
	font-weight: bold;
}

div#gal_navi {
	clear:both;
	position: relative;
	overflow: hidden;
}

div#gal_navi h2 {
	display: none;
}

div#gal_navi ul {
  position: relative;
  left: 50%;
  float: left;
}

div#gal_navi li.pageoff {
  position: relative;
  left: -65%;
  float: left;
	list-style-type: none;	
	padding:8px 10px;
	margin-left:5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	font-size: 1.2rem;
	background-color: #eee;
	background-image: -webkit-gradient(linear,left top, left bottom,
                        from(#f8f8f8),
                        color-stop(0.5,#eee),
                        to(#eee));
	background: -moz-linear-gradient(
			top,
			#f8f8f8 0%,
			#eee 50%,
			#eee);
}


div#gal_navi li.pageon {
  position: relative;
  left: -65%;
  float: left;
	list-style-type: none;	
	margin-left:5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	font-size: 1.2rem;
	background-color: #eee;
	background-image: -webkit-gradient(linear,left top, left bottom,
                        from(#f8f8f8),
                        color-stop(0.5,#eee),
                        to(#eee));
	background: -moz-linear-gradient(
			top,
			#f8f8f8 0%,
			#eee 50%,
			#eee);
}


div#gal_navi li a {
	display: block;
	padding:8px 10px;
}


/********* ボタン *******************************************/

.btn_tel {
color: #ffffff;
margin: 7px auto; 
text-align: center;
width:190px;

border: 1px solid #999;
border-radius: 8px;
-webkit-border-radius: 8px; /* Safari,Chrome */
-moz-border-radius: 8px;/* FF */
-webkit-box-shadow: 1px 1px 3px #ccc;/* Safari,Chrome */ 
-moz-box-shadow: 1px 1px 2px #ccc;/* FF */


background-image: -webkit-gradient(linear,left bottom, left top,
                        from(#CC6600),
                        color-stop(0.5,#993300),
                        to(#CC6600));
background: -moz-linear-gradient(
			top,
			#CC6600 0%,
			#993300 50%,
			#CC6600);

background-color: #663300;
}

.btn_tel a {
display: block;
padding :3px;
color: #ffffff;
font-weight: bold;
text-shadow: #000 1px 1px 1px;
}

.btn_mail {
color: #ffffff;
margin: 7px auto;
text-align: center;
width:190px;

border: 1px solid #999;
border-radius: 8px;
-webkit-border-radius: 8px; /* Safari,Chrome */
-moz-border-radius: 8px;/* FF */
-webkit-box-shadow: 1px 1px 3px #ccc;/* Safari,Chrome */ 
-moz-box-shadow: 1px 1px 2px #ccc;/* FF */


background-image: -webkit-gradient(linear,left bottom, left top,
                        from(#CC6600),
                        color-stop(0.5,#993300),
                        to(#CC6600));
background: -moz-linear-gradient(
			top,
			#CC6600 0%,
			#993300 50%,
			#CC6600);
	background-color: #663300;			
}

.btn_mail a {
display: block;
padding :3px;
color: #ffffff;
font-weight: bold;
text-shadow: #000 1px 1px 1px;
}



/********* eye *******************************************/

.eye_plist	{
width:100%;margin:0px 0px 10px 0px;
padding:0px;
border-collapse:collapse;
font-size:0.7rem;
text-align: center;
}

.eye_menu {
	background-color:#EFCCCC;
}

.eye_plist th	{
width:33%;
padding:4px 2px 2px 4px;
vertical-align:top;
word-wrap: ;color:#3366CC;
background-color:#CC9999;
border:1px solid #CC9966;
}

.eye_plist td	{
padding:4px 2px 2px 4px;
border:1px solid #CC9966;
}

.eye_plist em {
	font-style:normal;
	color: #f00;
}

.e1,
.e2,
.e3,
.e4 {
	background-color: #fff;
}



/* -----------------------------------
	list
----------------------------------- */
div.list {
clear:both;
display:block;
}

div.list div {
display: table-cell;
}

div.list div.lb1 {
padding: 3px;
vertical-align: middle;
}

div.list div.lb1t {
padding: 3px;
vertical-align: top;
}

div.list div.lb2 {
vertical-align: middle;
width: 100%;
padding: 3px;
}

div.list div.lb2t { 
vertical-align: top;
width: 100%;
padding: 3px;
}


/* IE 6 */
* html div.list div {
display: inline;
zoom: 1;
}
 
/* IE 7 */
*:first-child+html div.list div {
display: inline;
zoom: 1;
}

/* -----------------------------------
	img
----------------------------------- */

.bn_top1 {
	width:100px;
	border: 1px solid #CC9999;
	
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */

	box-shadow: 1px 1px 2px #cc9;　/* Firefox用 */ 	
	-moz-box-shadow: 1px 1px 2px #cc9;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 2px #cc9;　/* Safari,Google Chrome用 */  
	
}


/* -----------------------------------
	access
----------------------------------- */

.shop_info {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

.shop_info li{
	font-size: 1.1rem;
	padding: 2px 0;
	color: #663300;
	line-height: 1.3rem;
}

.shop_info li.si1{
	font-size: 1.2rem;
	font-weight: bold;
	color: #CC6666;
}

img.shop_img{
	width:280px;
	border:1px solid #999;
}

/* -----------------------------------
	res
----------------------------------- */

.yoyaku li {
	padding: 3px 0;
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
/*ここにtablet用スタイルを記述*/
}
  
/* smartPhone */
@media screen and (max-width: 640px) {
/*ここにスマホ用スタイルを記述*/
}


.insta_btn3 {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 14px;/*角丸に*/
  position: relative;
  display: block;
  height: 100px;/*高さ*/
  width: 100px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  padding-top: 4px;/*上側との余白*/
  box-sizing: border-box;
  font-size: 16px;/*文字のサイズ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  margin-left: 47px;
}


.insta_btn3:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn3 div {
  position: relative;
}

.insta_btn3 .fa-instagram {
    font-size: 70px;/*アイコンサイズ*/
    position: relative;
    display:inline-block;
    position: relative;
    transition: .5s
}

.insta_btn3 .fa-instagram:hover {/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/*rssfeed*/

.rssfeed ul{
	padding: 0;
}

.rssfeed li{
	line-height: 1.2rem;
	margin-bottom: 8px;
}

    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;