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

html {
	overflow: auto;
}

body {
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size:100%;
  color:#303030;
}

a,
a:link { color: #303030; text-decoration:none; }
a:visited { color: #303030;}
a:hover { text-decoration: text-decoration:none;}
a:active { text-decoration: text-decoration:none;}

.mb10{ margin-bottom:10px;}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

.red{ color:#ff0000;}


/* ==== Menu =====*/
.pure-toggle-label[data-toggle-label='right'] {
  border: none;
}

.pure-toggle-label{ color:#9c6d49; top:5px;}

.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon:before, .pure-toggle-label .pure-toggle-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 35px;
    cursor: pointer;
    background: #9c6d49;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #999999;
}

 
/* ==== HEADER =====*/
#top-head {
    width: 100%;
    margin: 0 auto;
    padding:20px 0;
    line-height: 1;
	background:#ffffff;
	position: relative;
}

#top-head .logo img{
	width:237px;
	margin:0 0 0 38px;
}



/* ==== MAIN =====*/

#main {
	width:100%;
	background:#f8f9fa;
}

#main .inner{
	width:980px;
	height:545px;
	margin:0 auto;
	padding:0;
}

#main .inner h2{
	text-align:center;
}

#main .inner h2.pcmain img{
	width:100%;
}

#main .inner h2.spmain img{
	display:none;
}


/* ==== CONTENTS =====*/
section {
	padding:80px 0;
}

section .inner{
	width:980px;
	margin:0 auto;
	text-align:center;
}

section .inner h2{
	font-family: "copperplate-condensed","copperplate","游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:30px;
	margin-bottom:60px;
	letter-spacing:2.0px;
	color:#9c6d49;
}

section .inner h2{
    display: inline-block;
    position: relative;
}

section .inner h2::after {
    content: '';
    width: 242px;
    height: 12px;
	display:block;
    vertical-align: middle;
    background: url(../img/ttl_bg.png)  no-repeat center;
	background-size: 100% 100%;
	margin: 10px auto 0;
}

section .inner h3{
	font-size:24px;
	margin-bottom:30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

section.bgbeauty{
	background: url(../img/bg.png) repeat;
}




/* ==== CONCEPT =====*/
section#concept{}

section#concept p{
	text-align:left;
}

p.btn_gallery a{
	background: #c35530;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1;
    display: block;
    width: 30%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
}

p.btn_gallery a:hover{
    opacity: 0.8;
}




/* ==== GALLERY Hare Make =====*/
section#gallery_hare{
}

section#gallery_hare h2 + ul {
}

section#gallery_hare ul{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom:50px;
}

section#gallery_hare ul li{
	border:4px solid #ffffff;
}

section#gallery_hare ul li img{
	width:225px;
	vertical-align:bottom;
}


/* ==== GALLERY eye =====*/
section#gallery_eye{
}

section#gallery_eye h2 + ul {
}

section#gallery_eye ul{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom:50px;
}

section#gallery_eye ul li{
	border:4px solid #f0f0f0;
}

section#gallery_eye ul li img{
	width:225px;
	vertical-align:bottom;
}


/* ==== GALLERY nail =====*/
section#gallery_nail{
}

section#gallery_nail h2 + ul {
}

section#gallery_nail ul{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom:50px;
}

section#gallery_nail ul li{
	border:4px solid #ffffff;
}

section#gallery_nail ul li img{
	width:225px;
	vertical-align:bottom;
}



/* ==== GALLERY kimono =====*/
section#gallery_kimono{
}

section#gallery_kimono h2 + ul {
}

section#gallery_kimono ul{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom:50px;
}

section#gallery_kimono ul li{
	border:4px solid #f0f0f0;
}

section#gallery_kimono ul li img{
	width:225px;
	vertical-align:bottom;
}




/* ==== INFO =====*/
section#info{
	background: url(../img/bg.png) repeat;
	padding-bottom:0px;
}

section#info iframe{
	width:100%;
	height:300px;
	vertical-align: bottom;
}

.infoBox{
	margin-bottom:40px;
}

.infoBox_item {
	line-height: 2.0;
}

.infoBox_item dt {
	display: inline-block;
	margin-right: 5px;
	vertical-align: baseline;
	color: #b8b8b8;
	font-size:12px;
}

.infoBox_item dt:nth-of-type(2) {
	padding-left:20px;
}

.infoBox_item dd {
	display: inline-block;
}
.infoBox_item dd span.link {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	background:url(../img/icon_map.png) no-repeat right center;
}

.infoBox_item dd span.brtxt {
	display:block;
}


/* ==== FOOTER =====*/

footer{
	padding:30px 0 30px 0;
}

footer .inner{
	width:980px;
	margin:0 auto;
}

footer .inner p{
	text-align:center;
}

footer .inner p.copy{
	font-size:10px;
	color:#303030;
}

footer .inner p.copy br.spbr{
	display:none;
}

footer .inner p img{
	width:235px;
	margin-bottom:20px;
}




/**************************** 下層ページ **************************** /


/* ==== gallery =====*/
section#gallery{}

section#gallery ul.pcgallery{
	padding:0;
	margin:0;
}

section#gallery ul.pcgallery li{
	margin-bottom:20px;
}

section#gallery ul.pcgallery li:last-child{
	margin-bottom:0px;
}

.pcgallery{ display:block;}
.spgallery{ display:none;}

section#gallery ul.gallerylist{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom:50px;
}

section#gallery ul.gallerylist li{
	border:4px solid #f0f0f0;
}

section#gallery ul.gallerylist li img{
	width:225px;
	vertical-align:bottom;
}



section#gallery ul.gallerylist li.noimg{
	border:4px solid #ffffff;
}

section#gallery ul.gallerylist li.noimg{
	width:225px;
	vertical-align:bottom;
}





/* ==== access =====*/
section#access{}


section#access iframe{
	width:100%;
	height:480px;
	vertical-align: bottom;
	margin-bottom:50px;
}

section#access ul{
	border-top:1px dotted #cccccc;
	text-align:left;
}

section#access ul li{
	border-bottom:1px dotted #cccccc;
	padding:30px 15px;
}

section#access ul li dl{
	width:100%;
	font-size:14px;
}

section#access ul li dl dt{
	width:10%;
	float:left;
}

section#access ul li dl dd{
	width:89%;
	float:right;
}

section#access ul li dl dd span{
	display:block;
	font-size:12px;
}

section#access ul li dl dd br.spbr{
	display:none;
}


/* ==== MENU =====*/
section#menu{}

.menuTrigger {
	display: none;
}

.menuItem:not(:last-child) {
	margin-bottom: 60px;
}
.menuItem_ttl {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	position: relative;
	padding-bottom: 18px;
	text-align: left;
	border-bottom: 1px solid #333;
}

.menuItem_ttl span.txt_ka{
	font-size:14px;
}

.priceList:not(:first-child) {
	border-top: 1px dotted #ccc;
}
.priceItem {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	font-size:14px;
}

.priceItem_inner{
	padding:0 10px;
}

.priceItem_name {
	float: left;
	width: 70%;
	text-align:left;
}
.priceItem_price {
	font-weight: bold;
	float: right;
	width: 30%;
	text-align: right;
}
.priceItem_name span, .priceItem_price span {
	display: inline-block;
}

.priceItem_price br{
	display:none;
}


.notesbox{
	margin-top:30px;
	padding:20px;
	background:#f4f4f4;
	border:1px solid #cccccc;
	text-align:left;
	font-size:14px;
}

.notesbox h4{
	font-weight:600;
}






/* ==== GALLERY02 =====*/
section#gallery02{
}

section#gallery02 h2 + ul {
	margin-bottom:15px;
}

section#gallery02 ul{
width:100%;
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

section#gallery02 ul li{
	border:4px solid #ffffff;
}

section#gallery02 ul li img{
	vertical-align:bottom;
}






/* CLERFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	/*height: 1;*/
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
	overflow: hidden;
}

.clearfix {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
}


@media screen and (max-width: 765px) {
#top-head,.inner {
	width: 100%;
	padding: 0;
}

#top-head {
    width: 100%;
    margin: 0 auto;
    padding:10px 0 0;
    line-height: 1;
	background:#ffffff;
	position: relative;
}

#top-head .logo{
	float:left;
}

#top-head .logo img{
	width:180px;
	margin:10px 0 0 20px;
}

.pure-toggle-label{top:0px;}

.pure-toggle-label[data-toggle-label='right'] {
    right: 10px;
}

/* ==== MAIN =====*/

#main {
	width:100%;
	background:#fdffff;
	margin-top:72px;
}

#main .inner{
	width:100%;
	margin:0 auto;
	padding:0;
	height:auto;
}

#main .inner h2{
	text-align:center;
}

#main .inner h2.pcmain img{
	display:none;
}

#main .inner h2.spmain img{
	display:block;
	width:100%;
}


/* ==== CONTENTS =====*/
section {
	padding:60px 15px;
}

section .inner{
	width:100%;
	margin:0 auto;
	text-align:center;
}

section .inner h2{
	font-family: "copperplate-condensed","copperplate","游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:24px;
	margin-bottom:30px;
}

section .inner h2{
    display: inline-block;
    position: relative;
}

section .inner h3{
	font-size:18px;
	margin-bottom:10px;
}

section .inner p{
	font-size:14px;
}

p.btn_gallery a{
    width:80%;
}

.noimg{ display:none;}


/* ==== GALLERY Hare Make =====*/

section#gallery_hare h2 + ul {
}

section#gallery_hare ul{
display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:20px;
}

section#gallery_hare ul li{
	width: 50%;
    box-sizing: border-box;
	border:none;
	padding:5px;
}

section#gallery_hare ul li img{
	width:100%;
	vertical-align:bottom;
	border:2px solid #ffffff;
}


/* ==== GALLERY eye =====*/

section#gallery_eye h2 + ul {
}

section#gallery_eye ul{
display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:20px;
}

section#gallery_eye ul li{
	width: 50%;
    box-sizing: border-box;
	border:none;
	padding:5px;
}

section#gallery_eye ul li img{
	width:100%;
	vertical-align:bottom;
	border:2px solid #f0f0f0;
}



/* ==== GALLERY nail =====*/

section#gallery_nail h2 + ul {
}

section#gallery_nail ul{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:20px;
}

section#gallery_nail ul li{
	width: 50%;
    box-sizing: border-box;
	border:none;
	padding:5px;
}

section#gallery_nail ul li img{
	width:100%;
	vertical-align:bottom;
	border:2px solid #ffffff;
}


/* ==== GALLERY kimono =====*/

section#gallery_kimono h2 + ul {
}

section#gallery_kimono ul{
display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:20px;
}

section#gallery_kimono ul li{
	width: 50%;
    box-sizing: border-box;
	border:none;
	padding:5px;
}

section#gallery_kimono ul li img{
	width:100%;
	vertical-align:bottom;
	border:2px solid #f0f0f0;
}



/* ==== INFO =====*/
section#info{
	padding-bottom:15px;
}

.infoBox{
	margin-bottom:20px;
	text-align:left;
}

.infoBox_item {
	line-height: 2.0;
}

.infoBox_item dt {
	display:block;
	margin-right: 5px;
	vertical-align: baseline;
	color: #cccccc;
	font-size:12px;
}

.infoBox_item dt:nth-of-type(2) {
	padding-left:0px;
}

.infoBox_item dd {
	display: inline-block;
	font-size:14px;
}


/* ==== FOOTER =====*/

footer{
	padding:30px 10px 20px;
}

footer .inner{
	width:100%;
	margin:0;
}

footer .inner p{
	text-align:center;
}

footer .inner p.copy{
	font-size:10px;
	color:#030303;
}

footer .inner p.copy br.spbr{
	display:block;
}

footer .inner p img{
	margin-bottom:20px;
	width:50%;
}



/**************************** 下層ページ **************************** /


/* ==== gallery =====*/
section#gallery{
	margin-top:72px;
}

.pcgallery{ display:none;}
.spgallery{ display:block;}
.spgallery img{ width:100%;}

section#gallery ul.spgallery{
	padding:0;
	margin:0;
}

section#gallery ul.spgallery li{
	margin-bottom:20px;
}

section#gallery ul.spgallery li:last-child{
	margin-bottom:0px;
}


section#gallery ul.gallerylist{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:0px;
}

section#gallery ul.gallerylist li{
	width: 50%;
    box-sizing: border-box;
	border:none;
	padding:5px;
}

section#gallery ul.gallerylist li img{
	width:100%;
	vertical-align:bottom;
	border:2px solid #f0f0f0;
}



/* ==== access =====*/
section#access{
	margin-top:72px;
}

section#access iframe{
	width:100%;
	height:300px;
	vertical-align: bottom;
	margin-bottom:30px;
}

section#access ul{
	border-top:1px dotted #cccccc;
	text-align:left;
}

section#access ul li{
	border-bottom:1px dotted #cccccc;
	padding:20px 10px;
}

section#access ul li dl{
	width:100%;
	font-size:14px;
}

section#access ul li dl dt{
	width:100%;
	float:none;
	font-weight:bold;
	margin-bottom:10px;
}

section#access ul li dl dd{
	width:100%;
	float:none;
}

section#access ul li dl dd span{
	display:block;
	font-size:12px;
}


section#access ul li dl dd br.spbr{
	display:block;
}



/* ==== MENU =====*/


section#menu{
	margin-top:72px;
}

.menubox{
	border-top: 1px solid #333;
}

section .inner h3.menuItem_ttl {
	font-size: 16px;
	padding: 20px 0;
	text-align: left;
}

.menuItem:not(:last-child) {
    margin-bottom: 0px;
}

section .inner h3.menuItem_ttl {
    margin-bottom: 0px;
}

.menuItem_ttl span.txt_ka{
	font-size:12px;
}

section .inner  p.priceItem_name{
	font-size:12px;
}

section .inner  p.priceItem_price{
	font-size:12px;
}

.priceItem_price br{
	display:block;
}


}




/* --------------------
	accoItem
-------------------- */
@media screen and (max-width: 765px) {
.accoContent {
	display: none;
}
.accoIcon {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 11px;
	height: 11px;
	margin: auto;
}
.accoIcon:before,.accoIcon:after {
	position: absolute;
	content: '';
	background: #333;
}
.accoIcon:before {
	top: 5px;
	right: 0;
	width: 11px;
	height: 1px;
}
.accoIcon:after {
	top: 0;
	right: 5px;
	width: 1px;
	height: 11px;
}
.on .accoIcon:after {
	display: none;
}
}

@media screen and (min-width: 766px) {
.accoContent {
	display: block!important;
}
}



