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

html{
	margin:0px;
	padding:0px;
	line-height:150%;
	color:#666;
}

.display_pc{
	display:none;
}

.display_sp{
	display:inline-block;
}

/*all*/
.container{
	width:90%;
	margin:0px auto;
}

.container2,
.container3{
	width:100%;
	margin:0px auto;
}

.mincho{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.bg1{
	background:none;
}

/*header*/
header{
	border-top:7px solid #282828;
}

.header_box{
	display:flex;
}

.header_tel a{color:white;
}

#logo{
	width:100%;
	display:flex;
	padding:5px;
}

#logo h1{
	width:25%;
}

.logo_text{
	width:70%;
	font-size:30px;
	margin-left:10px;
}

.logo_text span{
	font-size:12px;
}

#header_navi{
	display:none;
}

nav.globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	z-index:15;
}
 
nav.globalMenuSp ul {
    background: #25100B;
    margin: 50px auto 0px auto;
    width: 100%;
	padding:5px;
	z-index:100;
}
 
nav.globalMenuSp ul li {
    list-style-type: none;
    padding-bottom:30px;
    width: 100%;
    border-bottom: 1px solid white;
	clear:both;
	background: #25100B;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color:white;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #25100B;
    text-align: center;
	z-index:100;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 37px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 13px;
}
 
.navToggle span:nth-child(2) {
    top: 23px;
}
 
.navToggle span:nth-child(3) {
    top: 33px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_tel{
	background:#59372E;
	font-size:35px;
	line-height:100%;
	text-align:center;
	padding:15px;
	color:white;
}

.header_text_mini{
	font-size:12px;
}

.header_navi_icon{
	width:8%;
	float:left;
}

.header_navi_icon img{
	width:30px;
}

.header_navi_text_1{
	width:55%;
	float:left;
	font-size:25px;
	line-height:120%;
	margin-left:15px;
}

.header_navi_text_2{
	width:30%;
	float:right;
	line-height:2.2em;
}


/*top menu*/
#top_menu{
	display: none;
	/* padding:20px;
	background:#25100b;
	margin-top:-50px;
	color:white;
	z-index:10;
	position:relative; */
}

#top_menu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
}

#top_menu li{
	padding:10px;
	text-align:center;
	font-size:12px;
	width:48%;
}

/*slider*/
#slider_box{
	width:100%;
	overflow:hidden;
}

#slider_box img{
	width:100%;
	height:auto;
}

.slick-dots{
	display:inline-block;
	bottom: 20px;
  	left:20px;
}

.top_menu_text_big{
	z-index:100;
	position: absolute;
    bottom: 40px;
	font-size:20px;
	line-height:110%;
	color:white;
	margin-left:20px;
}


/*welcome top felika*/
.welcome_title{
	width:200px;
	margin:40px auto;
	z-index:10;
	position:relative;
}

.welcome_box{
	background:#fcf7f6;
	padding:50px 30px 40px 30px;
	margin-top:-80px;
	text-align:center;
}

.welcome_img{
	margin-top:20px;
}

.welcome_img img{
	width:100%;
}

/*profile*/
.profile_img{
	width:90%;
	position:relative;
	z-index:10;
}
.profile_img img{
	aspect-ratio: 903 / 508;
	object-fit: cover;
	object-position: center;
}

.profile_text{
	width:90%;
	margin-left:auto;
	background:#C6AE93;
	padding:30px;
	margin-top:-150px;
}

.profile_text_box{
	width:100%;
	margin-left:auto;
	color:white;
	padding-top:150px;
}

.profile_name{
	font-size:25px;
	line-height:100%;
	margin:10px 0px;
}

.profile_text2{
	font-size:15px;
	margin-left:10px;
}

.profile_text3{
	line-height:200%;
}

.profile_text4{
	font-size:15px;
	margin-top:30px;
}

.page_title_box{
	position:relative;
	z-index:10;
	text-align:center;
	margin-top:60px;
	color:#59372e;
}

.page_title{
	font-size:25px;
	font-weight: bold;
	margin-top:10px;
}

.page_box{
	background:#fcf7f6;
	padding:40px 30px;
	margin-top:-15px;
}

.page_box2{
	padding:40px 50px 40px 50px;
}

.page_box_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.page_box_list li{
	padding:20px;
	background:white;
	margin:0px 0px 20px 0px;
	color:#59372e;
	width:100%;
}


/*ラインナップ*/
.lineup_img{
	text-align:center;
}
.lineup_text_box{
	margin-top: 20px;
}
.lineup_title{
	text-align:center;
	font-weight:bold;
}

.lineup_title_mini{
	text-align:center;
	font-size:12px;
}

.lineup_text{
	margin-top:10px;
}

.page_box .lineup-button-wrapper {
	text-align: center;
	margin-top: 32px;
	display: block;
	width: 100%;
	clear: both;
}

.page_box .lineup-button-wrapper .lineup-shop-button {
	display: inline-block;
	padding: 15px;
	background: #59372e;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s ease;
	font-weight: normal;
	border: none;
	cursor: pointer;
	line-height: 1.5;
}

.page_box .lineup-button-wrapper .lineup-shop-button:hover {
	background: #7a4f42;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: white;
	text-decoration: none;
}

/*スライダーボタン*/
.lineup-slider-wrapper {
	position: relative;
	overflow: hidden;
}

.lineup-slider-wrapper .slick-prev,
.lineup-slider-wrapper .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 50px;
	height: 50px;
	background: rgba(89, 55, 46, 0.8);
	border: none;
	border-radius: 50%;
	color: white;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-family: Arial, sans-serif;
}

.lineup-slider-wrapper .slick-prev:hover,
.lineup-slider-wrapper .slick-next:hover {
	background: rgba(89, 55, 46, 1);
}

.lineup-slider-wrapper .slick-prev {
	left: 0;
}

.lineup-slider-wrapper .slick-next {
	right: 0;
}

.lineup-slider-wrapper .slick-prev.slick-disabled,
.lineup-slider-wrapper .slick-next.slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.lineup-slider-wrapper .slick-prev:before,
.lineup-slider-wrapper .slick-next:before {
	display: none;
}

.lineup_img{
	text-align:center;
}

.lineup_text_box{
	margin-top: 20px;
}

.lineup_title{
	text-align:center;
	font-weight:bold;
}

.lineup_title_mini{
	text-align:center;
	font-size:12px;
}

.lineup_text{
	margin-top:10px;
}
/*お店のご案内*/
.shop_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.shop_list li{
	width:100%;
	margin:0px 0px 30px 0px;
}

.shop_list_catchcopy{
	color:#ccc;
	font-size:30px;
	line-height:100%;
	z-index:10;
	position:relative;
}

.shop_list_img{
	margin-top:-15px;
	position:relative;
}
.shop_list_img img{
	aspect-ratio: 528 / 264;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
}

.shop_list_catchcopy_2{
	background:white;
	position:absolute;
	bottom:0;
	right:0px;
	z-index:11;
	font-weight:bold;
	padding:10px;
}

.shop_list_text{
	margin-top:10px;
}

/*アクセス*/
#access_box{
	margin-top:0px;
	margin-bottom:50px;
	display:flex;
	flex-direction: column;
}

.access_title{
	font-size:25px;
	line-height:100%;
	margin:10px 0px 20px 0px;
}

.access_title span{
	font-size:15px;
}

.access_text{
	width:100%;
	background:#25100b;
	padding:30px 0px 50px 30px;
	color:white;
	order:2;
}

.access_text_box{
	margin-bottom:20px;
}

.access_text_box span{
	font-weight:bold;
}

.access_map{
	width:100%;
	position:relative;
	z-index:10;
	margin-left:auto;
	margin-top:0px;
	order:1;
}

.access_map iframe{
	width:100%;
	max-width:500px;
	height:450px;
}

/*SNS*/
#sns_box{
	margin-bottom:200px;
}

#sns_box ul{
	width:100%;
	display:flex;
	flex-direction: column;
}

#sns_box li{
	width:100%;
	background:#fcf7f6;
	padding:30px;
	color:#59372e;
	margin-bottom:20px;
}

#sns_box li span{
	text-align:center;
	font-size:12px;
}

.fb_box{
	margin:20px auto auto -15px;
}

.fb_box iframe{
	width:100%;
	height:600px;
}
/*footer*/
footer{
	background:#25100b;
	margin-top:110px;
	padding:30px;
	color:white;
	margin-bottom:60px;
}

.footer_box{
	display:flex;
}

.footer_logo{
	width:25%;
	margin-right:20px;
}

.footer_text{
	font-size:13px;
	line-height:180%;
}

.footer_copyright{
	margin:10px 0px 20px 0px;
	width:100%;
	font-size:12px;
	text-align:center;
	line-height:110%;
}

.footer_tel{
	position:fixed;
	bottom:0;
	height:90px;
	z-index:20;
	background:#59372E;
	font-size:35px;
	line-height:100%;
	text-align:center;
	padding:15px;
	color:white;
	width:100%;
}
.footer_tel a{color:white;
}

/*pagetop*/
.page_top {
    position:fixed;
    bottom:20px;
    right:10px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#98735C;
    z-index: 100;
	border-radius:50%;
	width:50px;
	height:50px;
	text-align:center;
	line-height: 50px;
 	vertical-align: middle;
}
.page_top:hover {
    background:#D3546A;
    opacity: 0.7;
}

/* トップページニュースセクションのスタイル（スマホ） */
.top_news_box {
	padding: 40px 15px;
}

.top_news_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
}

.top_news_link {
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	color: #59372e;
	transition: all 0.3s;
	padding: 12px 0;
	border-bottom: 1px solid #e0e0e0;
}

.top_news_link .top_news_date {
	font-size: 14px;
	margin-right: 10px;
}

.top_news_link h3.top_news_title {
	font-size: 14px;
}

.top_news_button {
	padding: 12px 30px;
	font-size: 14px;
	display: inline-block;
	background: #58372e;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	transition: all 0.3s;
	border: 2px solid #58372e;
}

.top_news_button_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/* 個別記事ページのスタイル（スマホ） */
.article_box {
	padding: 40px 15px;
}

.article_post {
	padding: 25px 20px;
}

.article_title {
	font-size: 22px;
}

.article_content {
	font-size: 15px;
	line-height: 1.8;
}

.article_navigation {
	flex-direction: column;
	margin-bottom: 20px;
}

.article_nav_prev,
.article_nav_next {
	width: 100%;
}

.article_nav_title {
	max-width: 100%;
}

.article_nav_back_wrapper {
	margin-top: 15px;
	padding-top: 15px;
}

.article_nav_back_link {
	width: 100%;
	justify-content: center;
}

/* 記事一覧ページのスタイル（スマホ） */
.news_archive_box {
	padding: 40px 15px;
}

.news_category_filter {
	gap: 10px;
	margin-bottom: 30px;
}

.news_category_button {
	padding: 8px 18px;
	font-size: 13px;
}

.news_content {
	flex-direction: row;
	gap: 15px;
	align-items: center;
}

.news_thumbnail {
	width: 120px;
	height: 90px;
	flex-shrink: 0;
}

.news_title {
	font-size: 16px;
	margin: 0;
}

.pagination {
	margin-top: 40px;
}

.pagination a,
.pagination span {
	padding: 6px 12px;
	font-size: 14px;
}

/* SNS追従ボタン（スマホ） */
.sns_fixed_buttons {
	position: fixed;
	bottom: 80px;
	right: 0;
	left: auto;
	width: auto;
	z-index: 1000;
	pointer-events: none;
}

.sns_fixed_buttons .sns_fixed_background {
	display: none;
}

.sns_fixed_buttons .sns_fixed_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 10px;
	padding: 0;
	pointer-events: auto;
	width: auto;
	box-sizing: border-box;
	right: 8px;
	bottom: 14px;
}

.sns_fixed_buttons .sns_fixed_button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 15px;
	padding: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	border: none;
	outline: none;
	cursor: pointer;
}

.sns_fixed_buttons .sns_fixed_button img {
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	display: block;
	flex-shrink: 0;
}

.sns_fixed_buttons .sns_fixed_button_text {
	display: none;
}

.sns_fixed_buttons .sns_fixed_button_instagram {
	background: #E4405F;
}

.sns_fixed_buttons .sns_fixed_button_instagram:active {
	background: #C13584;
	opacity: 0.9;
	transform: scale(0.95);
}

.sns_fixed_buttons .sns_fixed_button_line {
	background: #00C300;
}

.sns_fixed_buttons .sns_fixed_button_line:active {
	background: #00A000;
	opacity: 0.9;
	transform: scale(0.95);
}

.sns_fixed_buttons .sns_fixed_button_mail {
	background: #2196F3;
}

.sns_fixed_buttons .sns_fixed_button_mail:active {
	background: #1976D2;
	opacity: 0.9;
	transform: scale(0.95);
}