@charset "UTF-8";

html{
	font-size: 62.5%;
}

body{
	background: url('../img/common/bg.png') repeat left top #fff;
	background-size: 100% auto;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	text-align: left;
}

body.fixed{
	position: fixed;
}



a:link,a:visited{
	color: #3B2F3A;
	text-decoration: none;
}


img{
	max-width: 100%;
	width: 100%;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
}
#logo img{
	height: 58px
}
}
.img-auto img{
	width: auto!important;
}

body{
	min-height: calc(100vh - 40px);
}

.spNone{ display: none !important; }
.en{}

.ntBold{
	font-weight: bold;
	font-size:	1.6rem!important; ;
}

/********************

	header

**********************/

#globalTitle{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	/*font-size: 1.2rem;*/
	font-size: 74%;
	margin-bottom:1vw;
}

#globalHeader.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index:999;
}



.hdr-inner {
	width: 100vw;
	padding: 0 0 1vw;
	background-color: rgba(255,255,255,0.9);
	z-index: 999;
	position: relative
}


.site-name {
    float: left;
    width: 80%;
    margin-left: 1vw;
}

#logo {
    float: left;
    display: block;
    margin-right: 6%;
    width: 38%;
}

.shopInfo {
    float: left;
    text-align: center;
    width: 50%;
    font-size: 1.3rem;
}
#shopTel {
    font-size: 1.8rem;
}



/********************

	nav

**********************/

.sp-ability-nav{
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 80px;
	z-index: 3;
}



.sp-ability-nav li a{
	display: block;
	background-color: #4B218E;
	color: #fff;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	height: 50px;
	font-size: 1rem;
	-webkit-border-radius: 50px 0 50px 50px / 50px 0 0 50px;
	-moz-border-radius: 50px 0 50px 50px / 50px 0 0 50px;
	padding: 5px 2px 5px 0;
}

.sp-ability-nav li a .reservation {
    background: url('../err/404.html') no-repeat 24px top;
    padding-top: 27px;
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-left: 16px;/*日本語調整*/
}

.sp-ability-nav li a .tel{
	background: url('../err/404.html') no-repeat center top / 20px;
	padding-top: 27px;
	display: block;
	width: 50px;
	margin: 0 0 0 20px;
}

.sp-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
background-color: rgba(255,255,255,0.9);
background: linear-gradient(to bottom, #ffdfdf, #ffffff) !important; /* 赤から白へのグラデーション */
	display: flex;
	height: 75px;
	z-index: 97;
	border-top: 1px solid #fff;
}

.sp-nav-close{
	background: #fff;
}

.sp-nav li {
	flex-basis: 20%;
	font-size: 1.25rem;
	text-align: center;
	padding: 12px 0;
	z-index: 99;
}

.sp-nav-close li a{
	pointer-events: none;
}

/*
.sp-nav-close li:last-child{
	background: #90258A!important;
}
*/


.sp-nav li a{
	color: #000;
	font-size: 95% !important; /* 文字サイズ（お好みで調整してください） */
        font-weight: bold !important; /* 太字にする場合 */
        color: #000 !important; /* 文字色（背景が白に近くなるため、黒系が見やすいです） */
letter-spacing: -1px;	
}
.sp-nav.pcNone li a .en {
    display: block;             /* 日本語の下に改行して表示 */
    font-size: 0.99rem !important;  /* 英語はさらに小さく */
    transform: scale(0.9);      /* 可能な限り縮小表示 */
    margin-top: 1px;            /* 日本語との隙間を微調整 */
    letter-spacing: 0;          /* 英語は詰めすぎると読めないので戻す */
    opacity: 0.8;               /* 少し色を薄くして圧迫感を減らす */
}

/* --- 今回の追加部分（縦線を入れる） --- */
    ul.sp-nav.pcNone li {
        /* 右側に1pxの薄いグレーの実線を入れる */
        border-right: 1px solid rgba(0, 0, 0, 0.2) !important; 
        
        /* ボックスサイズの計算を含める（レイアウト崩れ防止） */
        box-sizing: border-box !important; 
    }

    /* 一番右のボタンだけ線を消す */
    ul.sp-nav.pcNone li:last-child {
        border-right: none !important;
    }

    /* --- 前回の設定（文字の調整など） --- */
    ul.sp-nav.pcNone li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
.sp-nav li a span{
	display: block;
	font-size: 1.2rem;
	opacity: 0.6;
}

/* 固定ナビ全体の背景や配置 */
.sp-nav.pcNone {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff; /* 背景色 */
    border-top: 1px solid #ddd; /* 上に薄い線を入れると引き締まります */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
bottom: calc(env(safe-area-inset-bottom));

}

/* アイコンのスタイル */
.sp-nav.pcNone li a i {
    font-size: 20px;            /* アイコンの大きさ */
    margin-bottom: 2px;         /* 文字との隙間 */
    color: #b95a8a;            /* アイコンの色（サイトに合わせてピンクなどに） */
}



.menu-btn {
    height: 32px;
    position: relative;
    z-index: 999;
    display: block;
    float: right;
    padding: 1vw 2vw 0 0;
}

.menu-btn::after {
	content: "MENU";
	position: absolute;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.4rem;
	left: 0.5vw;
	bottom: -5vw;
	color:#000;
}

.menu-btn span {
    width: 45px;
    height: 5px;
    background: #000;
    display: block;
    transition: .2s all;
    transform: rotate(0deg);
}

.menu-btn span:nth-child(2){
	margin: 5px 0;
}

.menu-btn span:nth-child(3){
	margin-bottom: 15px;
}

.menu-btn.active{
	z-index: 9999;
}

.menu-btn.active span:nth-child(1) {
	transform: rotate(-27deg);
	top: 1px;
	position: relative;
}
.menu-btn.active span:nth-child(2){ display: none; }
.menu-btn.active span:nth-child(3) {
	transform: rotate(27deg);
	position: absolute;
	top: 17px;
}

.sp-nav-all {
	background: #fff;
	/*height: calc(100vh - 100px);*/
	height:100vh;
	width: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	opacity: 0;
	visibility: hidden;
	z-index: 98;
	transition: opacity .25s, visibility .25s,width .3s,right .3s;
	/*overflow: scroll;*/
	padding-top: 100px;
}

.sp-nav-all.open {
	opacity: 1;
	visibility: visible;
	width: 100%;
	right: 0;
}

.sp-nav-main{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: scroll;
	height: 75vh;
}


.sp-nav-main li a{
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	line-height: 45px;
	height: 45px;
	padding: 0 5px;
}


.sp-nav-main li:last-child a{
	border-bottom: none;
}

.sp-nav-main li a{
	color: #000;
}

.sp-nav-main li .jp{
	font-size: 1.8rem;
}

#content{
	margin:86px auto 50px;
}


/********************

	common

**********************/

.page-title{
	font-size: 3rem;
	text-align: center;
	margin:30px auto;
}

.page-title .en{
	display: block;
	font-size: 1.8rem;
}

footer{
	clear: both;
}


.common-ttl {
	font-size: 3rem;
	margin: 0 0 10px;
	text-align: center;
}

.common-ttl .en{
	display: block;
	font-size: 1.8rem;
}


.heartTtl{
	background: url(../img/common/icon_heart_mid.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C60000;
	display: block;
}




/********************

	copyright

**********************/

.copyright {
	background-color: #000;
	width: auto;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 40px;
	height: 40px;
	margin-bottom: 60px;
}

/********************

	btn

**********************/

a.more {
	height: 50px;
	line-height: 50px;
	padding: 0px 50px;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	width: 60%;
	border: 1px solid transparent;
	position: relative;
}
/*
a.more::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	top: 50%;
	right: 10px;
	background: #fff;
}
*/
a.more:hover{
	background: #fff;
	border-color: #000;
	color: #000;
	opacity: 1;
}

/*
a.more:hover::after{
	background: #000;
}
*/

/*==========================

	btnPageTop

============================*/

.btnTelFixed {
    position: fixed;
    right: 8px;
    bottom: 80px;
    display: block;
    /*width: 15%;*/
    width: 60px;
    z-index: 97;
}

.btnTopFixed {
    position: fixed;
    left: 8px;
    bottom: 80px;
    display: block;
    z-index: 97;
    background: rgba(153,204,255,0.8);
	width: 60px;
	height: 61px;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 50%;
}

.btnTopFixed a{
	color:#F3B0CD;
	display:block;
	padding: 35px 10px 0;
	font-size: 1rem;
}

.btnTopFixed::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #F3B0CD;
    position: absolute;
    top: 10px;
    left: 10px;
}




#btnPageTop {
	width: 96%;
	margin: 30px auto 0;
	display: block;
}

#btnPageTop a {
    display: block;
    position: relative;
    clear: both;
    float: right;
    padding: 10px;
    font-weight: normal;
    width: 172px;
    height: 52px;
    text-align: right;
}


#btnPageTop a::before {
    content: "";
    position: absolute;
    left: 46px;
    top: 34%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(314deg);
    transform: rotate(314deg);

}

/*==========================

	pagingList

============================*/


#pagingList{
	clear: both;
	text-align: center;
    width: 100%;
	margin:0 auto;
	padding: 3% 0;
}

#pagingList li{
    display: inline-block;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#pagingList li strong{
	padding: 6px 12px;
	border: 1px solid #000;
    background-color: #fff;
}

#pagingList li a{
	border: 1px solid #000;
	background-color:#000;
	color: #fff;
	padding: 6px 12px;
    text-decoration: none;
}

#pagingList li a:hover{
	background-color: #fff;
	color: #000;
	opacity:unset;
	/*opacity:0.7;*/
}


#pagingList .pageOf{
	background-color: #fff;
	color: #000;
	display: inline-block;
    padding: 6px 12px;
    text-align: center;
}


#pagingList li.pageCtrl a{
	color: #000!important;
	border: none!important;
	background: transparent!important;
}

.center{
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}

.inline{
	display: inline;
}

.moreLinkView{
	font-size: 20px;
	clear: both;
	margin: 0 auto;
	width: auto;
	text-align: right;
}

.moreLinkView a::after {
    border-color: transparent transparent transparent #000000;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: -11px;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    width: 0;
}

.btnCommon{
    border: none;
    background-color: #000;
    width: 45%;
    height: 45px;
    line-height: 45px;
    color: #fff!important;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    display: block;
    text-align: center;
}


.btnCommon a{
	color: #fff;
	display: block;
}


.btnCommon:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.btnCommon:hover{
    background-color: #fff;
    color:#000!important;
    border: 1px solid #000;
}

.hidden{
	display: none;
}





@media screen and (min-width:767px) {
	.pcNone{ display: none !important; }
	.spNone{ display: block !important; }



	body{
		background-size: auto;
		overflow-x: hidden;
	}


	body.fixed{
		position: static;
	}

	.ntBold{
		font-size:	2.2rem!important;
	}
	/*footer浮き防止*/
	#content {
		min-height: calc(100vh - 100px);
	}

	a{
		transition: .3s ease-in;
	}

	a:link,a:visited{
		color: #3B2F3A;
		text-decoration: none;
		transition: .3s ease-in;
	}

	a:hover{
		opacity: 0.65;
	}


	/********************

		header

	**********************/
	#globalTitle {
		margin-bottom:10px;
		font-size:1.6rem;
	}

	.hdr-inner {
		padding: 0 0 10px;
	}

	.site-name {
	    width: 420px;
	    margin-left: 20px;
	    margin: 0 0 0 20px;
	}

	#logo {
	    margin-right: 20px;
	    width: 160px;
	}

	.shopInfo {
	    width: auto;
	    font-size: 2rem;
	    padding-top: 10px;
	}

	.pc-nav{
		padding-top: 10px;
		position: absolute;
		right: 60px;
	}

	.pc-nav li {
	    text-align: center;
	    font-size: 1.8rem;
	    float: left;
	    margin-right: 50px;
	}

	.pc-nav li.now{
		border-bottom: 2px solid #000;
	}

	.pc-nav li a{
		color: #000;
	}

	.pc-nav li span{
		display: block;
		font-size: 1.6rem;
	}

	.full-nav {
	    position: absolute;
	    right: 30px;
	    top: 46px;
	}

	.menu-btn {
	    float: none;
	    padding: 0;
	}

	.menu-btn::after {
	    left: 0;
	    bottom: -12px;
	}

	.menu-btn.active span:nth-child(1) {
		top: -7px;
	}

	.menu-btn.active span:nth-child(3) {
		top: 8px;
	}

	.sp-nav-all.open {
	    width: 500px;
	}

	.sp-nav-all {
		background-color: rgba(200,200,200,.9);
		overflow: auto;
		margin-top: 136px;
		padding-top: 0;
		z-index: 100;
	}


	/********************

		common

	**********************/
	#content{
		margin:116px auto 50px;
	}


	.page-title {
		font-size: 4rem;
		margin: 30px auto 80px;
	}



	/********************

		btn

	**********************/

	a.more {
		width: 250px;
	}

	/********************

		frame

	**********************/

	#btnPageTop {
	   width: 1180px;
	}

	#btnPageTop a {
		width: 281px;
		height: 86px;
		font-size: 2rem;
	}

	#btnPageTop a:before {
		left: 110px;
		top: 24px;
	}


	.footerNav{
		background-color: #DEDEDE;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		padding: 30px 0 15px;
	}

	.fixBottom{
		padding: 0 0 30px;
	}

	.footerNav li{
		margin-right: 20px;
	}

	.footerNav li a{
		color: #000;
	}

	.copyright{
		margin-bottom: 0;
	}

}

@media screen and (max-width:1110px) and (min-width:767px) {

}


