
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/css?family=Abhaya+Libre);

/*-------------------------------------------------
 reset
-------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;

}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a{
	text-decoration:none
}

img{
	width:100%;
	min-height:auto;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------------------------------------------------
 header
-------------------------------------------------*/

header{
	background:url(../images/bg_header.gif) repeat-x;
	height:206px;
	padding-top:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aa{
	font-family: 'Abhaya Libre', serif;
}


header h1{
	width:246px;
	height:71px;
	background:url(../images/logp.png) no-repeat;
	background-size:100% auto;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
	margin:0 auto 15px;
}

header div{
	width:1000px;
	margin:0 auto;
	padding-top:10px;
	position:relative;
}

header div nav{
	font-family: 'Abhaya Libre', serif;
	font-size:2em;
	letter-spacing:-0.4em;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*-------------------------------------------------
 navi
-------------------------------------------------*/

header div nav a{
	text-decoration:none;
	color:#000;
	padding:10px 15px;
	display:block;
	letter-spacing:normal;
	font-weight:100;
}

header div nav li{
	background:url(../images/im_menu_line.png) no-repeat;
	display:inline-block;
	position: relative;
}

header div nav li:first-of-type{
	background:none;
}
header div nav li:first-of-type a{
	padding:10px 25px 10px 0;
}


header div nav li a:hover{
	transition: 0.4s ;
	opacity: 0.8 ;
	color:#a3762a
}


.phoneBox{
	width:181px;
	position:absolute;
	right:0;
	bottom:-15px;
}
.phoneBox:hover{
	transition: 0.4s ;
	opacity: 0.6;
}
		
		
/*-------------------------------------------------
 slider
-------------------------------------------------*/
.slider{
	overflow:hidden;
	height:466px;
}

@media screen and (max-width:2560px) { 
.slider{
	overflow:hidden;
	height:465px;
}
}

@media screen and (max-width:2100px) { 
.slider{
	overflow:hidden;
	height:395px;
}
}

@media screen and (max-width:1920px) { 
.slider{
	overflow:hidden;
	height:345px;
}
}

@media screen and (max-width:1700px) { 
.slider{
	overflow:hidden;
	height:315px;
}
}

@media screen and (max-width:1366px) { 
.slider{
	overflow:hidden;
	height:255px;
}
}

@media screen and (max-width:1260px) { 
.slider{
	overflow:hidden;
	height:240px;
}
}

@media screen and (max-width:100px) { 
.slider{
	overflow:hidden;
	height:195px;
}
}
@media screen and (max-width:768px) { 
.slider{
	overflow:hidden;
	height:157px;
}
}

.slider li img{
	width:100%;
	height:auto;
}
.slider li{
	opacity:0.5;
}
.slick-active{
	opacity:1!important;
}

.slide-dotsO {
  text-align: center;
  padding:20px 0
}
.slide-dotsO li {
  display: inline-block;
  padding:0 5px;

}
.slide-dotsO li button{
	margin:0;
	padding:0;
	width:11px;
	height:11px;
	cursor:pointer;
	border:0;
	text-indent:100%;
	overflow:hidden;
	border-radius: 50%;
	background:#e4dddd
	
}

li.slick-active button{
	background:#b7943a
}

/*-------------------------------------------------
 newsBox
-------------------------------------------------*/

#newsBox{
	width:1000px;
	margin:40px auto 80px;
	overflow:hidden;
}

#newsBox h2{
	font-size:2.4em;
	font-family: 'Abhaya Libre', serif;
	width:110px;
	background:url(../images/im_news_line.png) no-repeat 100% 50%;
	text-align:center;
	float:left;
	padding:27px 0;
}

#newsBox ul{
	height:72px;
	overflow:auto;
	vertical-align:middle;
	font-size:1.6em;
	padding:10px 20px 0 20px;
}
#newsBox ul li{
	margin-bottom:15px;
}

#newsBox ul li strong{
	font-weight:normal;
	display:inline-block;
	width:110px;
}

.scrollArea{
	height: 200px;
	overflow: auto;
	padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #b7943a;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#644606;
}

/*-------------------------------------------------
 commonbox
-------------------------------------------------*/
.commonBox{
	padding:65px 0 50px
}

.commonBox:nth-of-type(2n){
	background:url(../images/bgc.png)
}

.commonIn{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

.commonBox h2{
	background:url(../images/bg_tit.png) no-repeat;
	background-size:100% auto;
	font-family: 'Abhaya Libre', serif;
	font-size:3em;
	width:277px;
	color:#644606;
	height:99px;
	font-weight:100px;
	margin:0 auto 30px;
	line-height:130px;
	text-align:center;
}
.commonBox h2.domi{
	background:url(../images/bg_tit.png) no-repeat;
	background-size:50% auto;
	background-position: center;
	font-family: 'Abhaya Libre', serif;
	font-size:3em;
	width:554px;
	color:#644606;
	height:99px;
	font-weight:100px;
	margin:0 auto 30px;
	line-height:130px;
	text-align:center;
}
.commonBox h4 {
width: 600px;
margin: 0px auto 20px auto;
	font-family: 'Abhaya Libre', serif;
	font-size:3em;
	color:#644606;
	font-weight:100px;
	text-align:center;
	padding-bottom: 10px;
	border-bottom: 1px solid #644606;
}
.attention{
	text-align:center;
	display:block;
	font-size:1.6em;
	margin-bottom:30px;
}

/*-------------------------------------------------
 wideBox
-------------------------------------------------*/

.common{
	background:#FFF;
	padding:25px 25px;
	margin-bottom:30px;
}

.common h3{
	vertical-align:middle;
	margin-bottom:10px;
	overflow:hidden;
	
}

.common h3 span{
	font-size:1.4em;
	line-height:1.4em;
	padding:10px 25px;
	display:inline-block;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

.common h3 strong{
	color:#644606;
	font-size:1.8em;
	display:block;
	padding:15px 0 0;
	line-height:150%;	
}
.common h3 strong font{
	margin-left:10px;
}

.common h3 span{
	background:#ebe8e0;
}
.common h3 em {
	width: 65%;
	box-sizing: border-box;
	font-size:1.4em;
	line-height:1.4em;
	margin: 10px 0 0;
	padding:10px 10px;
	display:inline-block;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;

	font-style: normal;
	background: #B5DDFC;
	text-align: center;
}


.common h3 font{
	font-size:0.89em;
}

.photoBox{
	/*width:341px;*/
	width:222px;
	height:auto;
	position:relative;
	float:right;
	margin:-25px -25px -25px 0
}

.photoBox span{
	width:112px;
	height:38px;
	display:block;
	position:absolute;
	top:-3px;
	right:10px;
}

.wideBox div{
	/*width:600px;*/
	width:740px;
	float:left;
	line-height:205%;
}

.common div h3 + span{
	font-size:1.4em;
	display:block;
	margin-bottom:10px;
	clear:both;
	padding-top:10px;
}

.common div p{
	font-size:1.4em;
	display:block;
}

.common a{
	color:#a9143c;
	font-weight:bold;
	/*text-decoration:underline*/
}

.common a i{
	margin-right:5px;
}

.common a:hover{
	transition: 0.2s ;
	opacity: 0.4 ;
}

.smallBox{
	width:487px;
	font-size:95%;
	line-height:205%;
	float:left;
	padding:18px;
}

.smallBox:nth-of-type(2n-1){
	margin-right:25px;
}
.smallBoxbn:nth-of-type(2n){
	margin-right:0
}
.smallBoxbn:nth-of-type(2n+1){
	margin-right:25px;
}


/*-------------------------------------------------
 photo100
-------------------------------------------------*/

.photo100{
	overflow:hidden;
	letter-spacing:-0.4em;
	margin:0;
	padding:0;
}

.photo100 li{
	width:33.3333333%;
	display:inline-block;
}

.bgI{
	background:url(../images/bg_r01.gif) repeat-x 0 0;
	margin:-2px 0 0 0;
	padding:30px 0 0 0;
}

.bgA{
	background:url(../images/bg_r02.png) repeat-x 0 0;
	margin:-2px 0 0 0;
	padding:30px 0 0 0;
}


.catche{
	font-size:1.6em;
	line-height:200%;
	margin-bottom:45px;
	text-align:center;
}

.catche .catche-br {
	display: block;
	margin: 30px 0;
}

.catche img {
width: auto;
height: auto;
}

.detail{
	
}

.detail dt,
.price dt{
	color:#a9143c;
	font-size:18px;
	margin-bottom:15px;
	text-align:center;
}

.detail dt span,
.price dt span{
	display:inline-block;
	position:relative;
	padding-bottom:15px;
}

.detail dt span:after,
.price dt span:after{
	width:60px;
	height:2px;
	position:absolute;
	content:"";
	border-bottom:2px solid #a9143c;
	bottom:0;
	left:50%;
	margin-left:-30px;
}

.detail dd{
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
	line-height:200%;
}

.price{
	font-size:1.5em;
	line-height:200%;
	text-align:center;
	margin-bottom:15px;
}

.price dd{
	margin-bottom:30px;
}

.price dd p{
	padding:10px 0;
	width:800px;
	margin:0 auto;
	border-bottom:1px dashed rgba(155,137,99,0.3);
}

.price dd p strong{
	color:#C00;
	display:inline-block;
	margin-right:15px;
	font-size:1.2em;
	font-weight:normal;
}

.price dd p font{
	display:inline-block;
	margin-left:10px;
	font-size:0.8em;
}
.salon {
	line-height:200%;
}

.salon dt{
	font-size:1.6em;
	display:inline-block;
	margin-right:20px;
	float:left;
}

.salon dd{
	font-size:1.4em;
	border-bottom:1px dashed rgba(155,137,99,0.3);
}

.salon dt,
.salon dd{
	padding:15px 0 15px 10px
}

.salon dt a{
	color:#a9143c;
	display:block;
}
.salon dt a:hover{
	transition: 0.2s ;
	opacity: 0.4 ;
}

.salon dt a i{
	margin-right:10px;
}

#mapBox {
    width: 100%;
    height: 330px;
	margin-bottom:30px;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

#page-top {
    position: fixed;
    bottom: -10px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
	width:136px;
	height:76px;
	background:url(../images/go_to_top.png) no-repeat;
	background-size:100% auto;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	z-index:99;
}

#page-top a:hover{
	transition: 0.2s ;
	opacity: 0.4 ;
}

 
#page-top a:hover {
}


/*-------------------------------------------------
 footer
-------------------------------------------------*/

footer{
	background:url(../images/bf_fotter.gif) repeat;
	padding:40px 0 0;
	z-index:999;
	position:relative;
}

footer div{
	width:1000px;
	margin:0 auto;
}


footer div span{
	color:#FFF;
	font-size:18px;
}

footer div h3{
	width:810px;
	height:auto;
	margin-bottom:35px;
	position:relative;
}

footer div h3 img{
	width:600px;
	height:auto;
}

footer div h3 a{
	background:rgba(151,114,14,1);
	color:#FFF;
	position:absolute;
	padding:6px 5px;
	text-align:center;
	font-size:0.9rem;
	position:absolute;
	display:inline-block;
	width:190px;
	margin:0 0 0 20px;
	top:0;
	right:0;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

 
footer div h3 a:hover {
	transition: 0.2s ;
	opacity: 0.4 ;
}


footer div h3 a i{
	margin-left:8px;
}

footer div dl{
	color:#FFF;
	letter-spacing:-0.4em;
	display:inline-block;
}

footer div dl dt{
	background:rgba(151,114,14,1);
	color:#FFF;
	padding:8px 14px;
	font-size:1.6em;
	display:inline-block;
	letter-spacing:normal;
	margin-right:5px;
}

footer div dl dd{
	display:inline-block;
	padding:8px;
	font-size:1.6em;
	letter-spacing:normal;

}

.short dd{
	margin-right:30px;
}

.long{
	margin-bottom:15px;
	margin-right:30px;

}

footer strong{
	background:#a9143c;
	display:block;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	color:#FFF;
	font-size:1.4em;
	padding:15px;
	margin-top:40px;
}

.snsBox{
	position:absolute;
	right:0;
	top:-30px!important;
	font-size:14px;
}


.snsBox a{
	background:#3B5998;
	padding:3px 10px;
	color:#FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.snsBox a i{
	margin-right:10px;

}

.snsBox a:hover{
	transition: 0.4s ;
	opacity: 0.6;
}
.pcnone{
	display:none!important
}

.photoP{
	overflow:hidden;
	width:45%;
	margin-right:4%;
	float:left;
	
}
.smallBox div{

}

.smallBox div p{
	clear:both;
}

.backnumberBtn{
	text-align:right;
	display:block;
	margin-bottom:15px;
	margin-top:-5px;
}

.backnumberBtn a{
	display:inline-block;
	padding:10px;
	font-size:14px;
	color:#FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background:#644606
}

.backnumberBtn a i{
	margin-left:5px;
}
.backnumberBtn a:hover {
    transition: 0.2s;
    opacity: 0.4;
}

.commonBoxbk {
    background: url(../images/bgc.png);
}

#titleB{
	background:url(../images/bg_backnumber.png) no-repeat 50% 50%;
	background-size:cover;
	height:300px;
	position:relative;
}

#titleB p{
	width:600px;
	margin:0 0 0 -460px;
	display:block;
	position:absolute;
	bottom:25px;
	left:50%;
}

.profileBox{
	line-height: 180%;
	font-size: 15px;
	
}
.profileBox2{
	overflow: hidden;
}

#intoroBox{
	margin: 50px 0 0 0;
	
}

#intoroBox dt{
	width: 70%;
	margin-right: 20px;
	float: left;
}



#intoroBox dt strong{
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid rgba(213,204,188,1.00)
}

#intoroBox dt strong span{
	font-size: 16px;
	display: block;
}

#intoroBox dt span{
	font-size: 15px;
	line-height: 180%;
}

#intoroBox dd{
	overflow: hidden;
}


.privacyBox{
width: 600px;
margin: 0px auto;
	line-height: 180%;
	font-size: 15px;
	
}



.btn_panf {
display: flex;
justify-content:space-around;
padding: 0px 0px 0px 0px;
margin: 0px;
}
.btn_panf li {
	width: 400px;
	height: 108px;
	background-image: url(../images/bg_btn.jpg);
	background-repeat: no-repeat;
}
.btn_panf li a {
display: block;
font-size: 22px;
line-height: 30px;
color: #000;
font-weight: bold;
text-align: center;
padding: 24px 0px;
}
.btn_panf li a.domi {
font-size: 18px;
}
.btn1 {
line-height: 60px !important;
}
.btn_panf li:hover {
opacity: 0.7;
}



.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single div.menu__second-level {
    position: absolute;
    top: 20px;
	left: -90px;
    width: 350px;
	text-align: center;
	font-size: 18px;
	color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single div.menu__second-level p {
    background: #faf4e3;
	border-top: 1px solid #fff;
}

li.menu__single:hover div.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

.kugenuma_info {
	margin: 2em 0;
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
