@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


.topRealityList {
	margin-left:-5px;
	margin-top:8px;
	margin-bottom:25px;
}
.topRealityList li {
	float:left;
	width:33.33%;
	padding-left:5px;
	margin-bottom:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}



.pictureLink {
	text-align:center;
	margin-bottom:10px;
}
.picturetit a {
	display:inline-block;
	font-size:12px;
	color:#e95456;
	border-bottom:1px solid #e95456;
	text-decoration:none;
	margin-right:6px;
}





.pictureList {
	padding:0 30px;
	margin-left:-3px;
	position:relative;
}
.pictureList:before {
	background:url(../img/ico_top01.png) 0 0 no-repeat;
	background-size:100%;
	width:10px;
	height:15px;
	left:51%;
	top:50%;
	transform: translate(-50%,-50%);
	content:"";
	z-index:2;
	position:absolute;
}
.pictureList + .pictureList {
	margin:10px 0 0;
}
.pictureList li {
	float:left;
	width:50%;
	padding-left:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pictureBox {
	position:relative;
}
.pictureList li .picutureTxt {
	position:absolute;
	left:5px;
	bottom:5px;
	z-index:2;
	color:#fff;
}




.topAnnivTit {
	position:relative;
	margin-bottom:10px;
}
.topAnnivTit:before {
	background:url(../img/tit_topanniv.png) 0 0 no-repeat;
	background-size:100%;
	width:100%;
	height:43px;
	top:7px;
	left:0;
	content:"";
	z-index:9;
	position:absolute;
}

.topAnniv {
	background:#584941;
	padding:5px 5px 8px;
	margin:8px 7px 6px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.topAnnivBox {
	border:4px solid #e6dfd0;
	background:#e9e3d6;
	padding:45px 8px 13px;
	margin-bottom:4px;
}
.topAnnivArea {
	margin:10px 0 0;
}
.topAnnivIn01 {
	float:left;
	width:50%;
}
.topAnnivIn02 {
	float:right;
	width:46%;
}
.topAnnivTxt {
	font-size:12px;
	margin:4px 0;
}
.topAnnivLink01 + .topAnnivLink01 {
	margin:5px 0 0;
}
.topAnnivLink01 a {
	display:block;
	font-size:13px;
	text-align:center;
	border:1px solid #79665a;
	color:#574840;
	padding:7px 0;
	line-height:1;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}


.topAnnivPanel {
	width:86%;
	margin: 0 auto;
}
.topAnnivTime {
	float:left;
	width:48%;
}
.topAnnivBtn {
	float:right;
	width:48%;
}





.topPoint {
	margin:8px 0 0;
}
.topPointBox {
	padding-bottom:16px;
	border-bottom:1px solid #584941;
}
.topPointBox + .topPointBox {
	margin:11px 0 0;
}
.topPointTit {
	text-align:center;
}

.topPointTxt {
	font-size:16px;
	margin:10px 0;
}

.topPointImg {
	text-align:center;
}





.topNews {
	margin:15px 0 23px;
	background:url(../img/bg_topnews.png) 0 0 repeat;
	padding:0 10px 10px;
}

.jscrollpane {
	width: 100% !important;
	height: 250px;
	overflow: hidden;
	background:#fff;
}
.jscrollpane ul {
	padding:15px 15px;
}
.jscrollpane ul li {
	font-size:14px;
	padding-bottom:15px;
	border-bottom:1px dotted #594641;
}
.jscrollpane ul li + li {
	margin:12px 0 0;
}


.topExample {
	margin:17px 0 25px;
}
.topExampleIn {
	position:relative;
}
.topExampleIn:before {
	background:url(../img/ico_topnews.png) 0 0 no-repeat;
	background-size:100%;
	width:12px;
	height:34px;
	top:54%;
	left:50.7%;
	transform: translate(-50%,-50%);
	content:"";
	z-index:2;
	position:absolute;
}
.topExampleIn + .topExampleIn {
	margin:5px 0 0;
}
.topExampleTit {
	font-size:13px;
	margin-bottom:5px;
}
.topExampleList {
	margin-left:-20px;
}
.topExampleList li {
	float:left;
	width:50%;
	padding-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.topReason {
	background:#f9f5e9;
	padding:25px 0 35px;
	margin-bottom:15px;
}
.topReasonArea {
}
.topReasonBox {
	padding:0 12px;
}
.topReasonIn01 {
	border-left:1px solid #c79665;
	border-right:1px solid #c79665;
	padding:0 2px;
}
.topReasonPanel {
	border-left:1px solid #c79665;
	border-right:1px solid #c79665;
	padding:0 13px;
	font-size:14px;
}
.topReasonTit {
	color:#eb6363;
	text-align:center;
	font-size:15px;
	margin-bottom:10px;
}
.topReasonTit span {
	display: inline-block;
	font-size:20px;
	border-bottom:1px solid #eb6363;
}
.topReasonCont {
	margin:3px 0;
}
.topReasonTxt {
	float:left;
	width:55%;
}
.topReasonImg {
	float:right;
	width:42%;
}
.topReasonBg01 {
	position:relative;
	z-index:2;
	margin-bottom:-50px;
}
.topReasonBg02 {
	position:relative;
	z-index:2;
	margin-top:-50px;
}





.topProcess {
	margin:25px 0 0;
}
.topProcessBox {
	margin:4px 0 0;
	border-bottom:1px solid #584941;
	padding-bottom:18px;
}
.topProcessBox:last-child {
	border-bottom:none;
}
.topProcessBox + .topProcessBox {
	margin:15px 0 0;
}
.topProcessBox dl {
	display:table;
	width:100%;
}
.topProcessBox dl dt {
	display:table-cell;
	width:45px;
	text-align:center;
	vertical-align:middle;
}
.topProcessBox dl dt img {
	width:35%;
}
.topProcessImg02 img {
	width:28% !important;
}
.topProcessBox dl dd {
	display:table-cell;
	font-size:18px;
	vertical-align:middle;
}
.topProcessIn {
	margin:5px 0 0;
}
.topProcessTxt {
	float:left;
	width:55%;
	font-size:15px;
}
.topProcessImg {
	float:right;
	width:40%;
}
.topProcessNo img {
	width:70% !important;
}



.topSalon {
	background:#e9e4c9;
	margin:5px 0 25px;
	padding:20px 0 14px;
}

.topSalonBox01 {
}
.topSalonTit {
	float:left;
	width:76%;
}
.topSalonLogo {
	float:right;
	width:21%;
}

.topSalonBox02 {
	margin:10px 0 0;
}
.topSalonTxt {
	float:left;
	width:59%;
	font-size:16px;
}
.topSalonImg {
	float:right;
	width:39%;
}
.topSalonImg p + p {
	margin:3px 0 0;
}


.topTryTxt {
	font-size:14px;
	margin:5px 0 20px;
}





.image08 {
    overflow: hidden;
    height: 1px;
    padding-top: 440.78%;
    white-space: nowrap;
    text-indent: 100%;
    background: url(../img/image08.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


/*20240125追加箇所*/
.topicBox {
	width: 90%;
	background-color: #fff;
	margin: 0 auto 30px;
	padding-bottom: 15px;
}
.ttl_bg {
	position: relative;

}
.ttl_bg-img {
	width: 100%;
	height: clamp(200px,50vw,400px);
	object-fit: cover;
	object-position: top;

}
.ttl_subtitle {
	position: absolute;
	top: 10%;
	right: 5%;
	font-size: clamp(14px,2.7vw,22px);
	text-align: right;
	margin-bottom: 10%;
}
.ttl_name span {
	padding-right: 5px;
}
.ttl_name {
	position: absolute;
	display: inline-block;
	right: 5%;
	bottom: 10%;
	font-size: clamp(14px,2.5vw,22px);
	padding: 0 10px;
	background-color: #584941;
	color: #fff;
}

/**************
slider
**************/
/*slick setting*/	
#page {
	margin-top: 80px;
	margin-bottom: 80px;
}
#page .slick-prev,
#page .slick-next {
	top: 50%;
	z-index: 9999;
	height: 40px;
}
#page .slick-prev {
	left: -10px;
}
#page .slick-next {
	right: -10px;
}
#page .slick-prev:before,
#page .slick-next:before {
	zoom: 0.5;
    color: #9C9C97;
}
#page .slick-prev:before {
	content: url(../img/slider_prev.gif);
}
#page .slick-next:before {
	content: url(../img/slider_next.gif);
}
.slider-single > div:nth-child(1n+2) { display: none }
.slider-single.slick-initialized > div:nth-child(1n+2) { display: block }
.slider-nav .slick-slide { cursor: pointer; }

.slider .ttl {
	margin-bottom: 20px;
}
.slider .caption {
    padding: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 3vw;
    background-color: #471C0D;
}
.slider-nav {
	margin-top: 20px;
	margin: 20px 0 0 -5px;
}
.slider-nav .imgBox {
	padding: 0 5px;
}


p.nokori{
	background-image: url(../img/img_nokori.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	aspect-ratio: 123 / 31;
}

p.nokori span{
	position: absolute;
	color: #e4027f;
	font-weight: bold;
	font-size: 13vmin;
	right: 33%;
	bottom: -11%;
}



/*  20240110_PC表示対応  */
@media screen and ( min-width : 800px ){
body{
    max-width: 800px;
    margin: 0 auto!important;
}
.header{
    max-width: 800px;
}
footer{
    background: #fff;
}
footer #back-top {
    max-width: 800px;
}
.ttl_name {
	font-size: 16px;
	bottom: 20%;
}


.slider .caption {
    font-size: 15px;
}



p.nokori{
	background-image: url(../img/img_nokori.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

p.nokori span{
	position: absolute;
	color: #e4027f;
	font-weight: bold;
	font-size: 6rem;
	right: 33%;
    bottom: -11%;
}


}

@media screen and ( min-width : 800px ){

}