﻿@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  共通用CSS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
*{
	margin:0;
	padding:0;
    box-sizing: border-box;
}
.fs-l-page{
	margin: 0;
}
html {
    font-size: 62.5%;
}
body {
    color: #1a1a1a;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:500;
	line-height: 1.75;
	word-wrap: break-word;
	font-size: 1.7rem;
}
/*スマホ*/
@media screen and (max-width:768px){
body {
	font-size: 1.6rem;
}
}
.mincho{
	font-family:YuMincho,'Yu Mincho',serif;
	font-weight:500;
}
ul{
	-webkit-padding-start:0px;
	-moz-padding-start: 0px;
	padding-start:0px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
a {
	text-decoration: none;
	transition: 0.2s;
}
a:link,
a:visited,
a:hover,
a:active {
 color: #1a1a1a;
}
a:hover{
    opacity: 0.7;
}
.tel-link a{
	color: #1a1a1a;
}
img{
	width:100%;
}
.clear:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.flex{
	  display: -moz-flex;
   display: -webkit-flex;
   display: flex;
}

/*--------------------------
共通innder
---------------------------*/
.inner{
	max-width: 990px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}


/*--------------------------
共通アンダーバー
---------------------------*/

.kiwami-under{
	padding-bottom: 5px;
	border-bottom: 1px solid #1a1a1a;
	position: relative;
    line-height: 1.35;
}
.kiwami-under::after,.kiwami-under::before{
	content: "";
	display: inline-block;
	background: url(https://kiwami.itembox.design/item/icon/maru.png)no-repeat;
	background-position: top center;
	background-size: contain;
	width: 6px;
    height: 6px;
    position: absolute;
    bottom: -3px;
}
.kiwami-under::after{
	right: 0;
}
.kiwami-under::before{
	left: 0;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:899px){
.kiwami-under::after,.kiwami-under::before{
	width: 3px;
    height: 3px;
    bottom: -2px;
}
}

/*--------------------------
その他共通アンダーバー
---------------------------*/

.kiwami-under02{
	padding-bottom: 5px;
	border-bottom: 1px solid #1a1a1a;
	position: relative;
    line-height: 1.35;
}
.kiwami-under02::after{
	content: "";
	display: inline-block;
	background: url(https://kiwami.itembox.design/item/icon/maru.png)no-repeat;
	background-position: top center;
	background-size: contain;
	width: 6px;
    height: 6px;
    position: absolute;
    bottom: -3px;
}
.kiwami-under02::after{
	right: 0;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:899px){
.kiwami-under02::after{
	width: 3px;
    height: 3px;
    bottom: -2px;
}
}
/*--------------------------
共通見出し
item-midashi
---------------------------*/
.common-midashi{
	justify-content: center;
}
.item-midashi-area{
    min-width: 214px;
    text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	display: inline-block;
}
.item-midashi-area h2{
	font-size: 3.2rem;
	margin-bottom: 6px;
	font-weight: bold;
}
.item-midashi-area p{
	font-size: 1.7rem;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.item-midashi-area{
	min-width: 175px;
	margin-bottom: 15px;
}
.item-midashi-area h2{
	font-size: 2rem;
	margin-bottom: 0;
}
.item-midashi-area p{
	font-size: 1.6rem;
}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  共通見出し02
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.common-kiwami-midashi-area{
	height: 345px;
	width: 100%;
	display: flex;
	align-items: center;
}
.common-kiwami-midashi-area .text-block{
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
.common-kiwami-midashi-area .big-midashi{
	font-size:4.8rem;
	position: relative;
}
.common-kiwami-midashi-area .big-midashi::before{
	content: "";
	display: inline-block;
    width: 14px;
    height: 48px;
    background: url(https://kiwami.itembox.design/item/icon/fvmidashi.png)no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    left: -23px;
    top: 20px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.common-kiwami-midashi-area{
	height:auto;
	display: block;
	padding-bottom: 25px;
}
.common-kiwami-midashi-area .big-midashi{
	font-size:2.6rem;
}
	.common-kiwami-midashi-area .big-midashi::before{
    width: 7px;
    height: 26px;
	    position: absolute;
    left: -12px;
    top: 12px;
	}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  ヘッダー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#kiwami-header{
	background: url(https://kiwami.itembox.design/item/img/pc_header_bg.webp)no-repeat;
	background-position: bottom left;
	background-size: contain;
	background-color: #FFF;
	width: 100%;
}

.header-wrap{
	justify-content: space-between;
	align-items: center;
	height: 200px;
	padding: 0 100px;
}
/*PC途中*/
@media screen and (max-width:1200px){
.header-wrap{
	padding: 0 20px;
}
}

/*--------------------------
ロゴ
---------------------------*/
.header-wrap .logo-area h1{
	font-size: 2.4rem;
}
.header-wrap .logo-area h1 span{
	font-size:3rem;
}
.header-wrap .logo-area .logoimg{
margin-top: 10px;
}
.header-wrap .logo-area .logoimg img,.header-wrap .logo-area .logoimg{
	max-width: 396px;
}
/*--------------------------
PCメニュ　ボタン
---------------------------*/

.header-wrap .pcmenu-btn-ara{
	margin-top: 12px;
}
.header-wrap .pcmenu-btn-ara li{
	margin-right: 10px;
}
.header-wrap .pcmenu-btn-ara li:last-child{
	margin-right: 0;
}
.header-wrap .pcmenu-btn-ara li a{
    display: flex;
    align-items: center;
    color: #1a1a1a;
    width: 160px;
    height: 40px;
    border: 1px solid #1a1a1a;
    justify-content: center;
    line-height: 1;
}
.btn-ara-icon{
    display: flex;
    position: relative;
    margin-right: 5px;
}
.btn-ara-icon img{
	width: 22px;
}
.btn-ara-icon span{
    position: absolute;
    border-radius: 8px;
    font-size: 1.2rem;
    color: #FFF;
    background-color: red;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1.4;
    top: -5px;
    right: -5px;
}
/*--------------------------
PCメニュ
---------------------------*/
.header-wrap .pcmenu-area{
	flex-wrap: wrap;
	justify-content:flex-end;
	max-width: 459px;
}
.header-wrap .pcmenu-area{
    max-width: 80%;
    flex-direction: column;
    align-items: flex-end;
}
.pc-submenu01.fs-clientInfo.is-ready{
	display: flex;
	height: 25px;
}
.header-wrap .pcmenu-area .pc-submenu01 li{
	margin-right: 20px;
}
.header-wrap .pcmenu-area .pc-submenu01 li:nth-last-child(2){
	margin-right: 0;
}
.header-wrap .pcmenu-area .pc-submenu01 li:last-child{
	margin-right: 0;
}
.header-wrap .pcmenu-area .pc-submenu01 a{
	color:#1a1a1a;
	font-size: 1.4rem;
	display: block;
}
.pcmenu-soryo-midashi{
	align-items: center;
	font-weight: 700;
	display: inline-block;
	margin-top: 20px;
}
.pcmenu-soryo-midashi .big{
	font-size: 5rem;
}
.pcmenu-soryo-midashi .small01{
    font-size: 2rem;
    line-height: 1.2;
    display: inline-block;
    text-align: right;
    padding-right: 6px;
}
.pcmenu-soryo-midashi .small02{
	font-size: 1.6rem;
}
	.spmenu-area,.overlay,.spmenu-soryo-area{
		display: none;
	}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:899px){
.pcmenu-area{
	display: none;
}
	.spmenu-area{
		display: block;
	}
	body {
		padding-top: 122px;
	}
#kiwami-header{
	background: url(https://kiwami.itembox.design/item/img/sp_header_bg.png)no-repeat;
	background-position: bottom left;
	background-size: contain;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
    background-color: #FFF;
	height: 88px;
}
.header-wrap{
	height: 60px;
	padding: 0 15px;
	position: relative;
}
@media screen and (max-width:400px){
.header-wrap{
	padding: 0 10px;
}	
}
@media screen and (max-width:320px){
.header-wrap{
	padding: 0 5px;
}	
}




/*--------------------------
ロゴ
---------------------------*/
.header-wrap .logo-area{
	display: inline-block;
	width: 47%;
	text-align: left;
}
.header-wrap .logo-area h1{
	font-size: 0.9rem;
	line-height: 1;
	display: inline-block;
}
.header-wrap .logo-area h1 span{
	font-size:1.2rem;
}
.header-wrap .logo-area .logoimg{
    max-width: 160px;
    width: 92%;
    margin-top: 4px;
}
.header-wrap .logo-area .logoimg img{
	width: 100%;
}
}
@media screen and (max-width:400px){
.header-wrap .logo-area{
	display: inline-block;
    width: 48%;
}
.header-wrap .logo-area h1{
	font-size: 0.7rem;
}
.header-wrap .logo-area h1 span{
	font-size:1.1rem;
}
}
@media screen and (max-width:320px){
.header-wrap .logo-area{
	width: 53%;
}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  スマホメニュー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.sp-navmenu-kotei-area{
	display:none;
}

@media screen and (max-width:899px){
.spmenu-area,.spmenu-soryo-area{
	display: block;
    width: 48%;
	text-align: left;
}
.spmenu{
	display: inline-block;	
	  display: -moz-flex;
   display: -webkit-flex;
   display: flex;
justify-content: flex-end;
}	
.spmenubtn{
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.spmenubtn a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.spmenubtn a span{
    position: absolute;
    border-radius: 8px;
    font-size: 1.2rem;
    color: #FFF;
    background-color: red;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1.4;
    top: 3px;
    right: 7px;
}
.spmenu-soryo-area{
	/* position: absolute; */
	position: static;
	top:60px;
	left: 0;
	width: 100%;
	text-align: center;
	/* 
	background: #1a1a1a;
	color:#FFF;
	*/
	background: #FFF;
	color: #1a1a1a;
}
.spmenu-soryo-midashi .big{
	font-size: 1.6rem;
	color: #F00;
    font-weight: bold;
}
.spmenu-soryo-midashi .small01,.spmenu-soryo-midashi .small02{
    font-size: 1.4rem;
}
@media screen and (max-width:320px){
.spmenubtn{
	width: 40px;
	height: 40px;
}
}
/*--------------------------
nav
---------------------------*/
#menubutton{
	position: relative;
	margin-right: 0px;
}
#menubutton img:last-child{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
}
#menubutton.open img:last-child{
	position: absolute;
	top:0;
	left: 0;
	opacity: 1;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index:900;
	top: 0;
}
.sp-navmenu-area{
	position: absolute;
	width: 70%;
	right: 0;
	top:60px;
    height: 100vh;
    z-index: 1000;
    overflow-y: scroll;
    transition: transform .3s;
    transform: translateX(100%);
	background: url(https://kiwami.itembox.design/item/img/sp_bg01.png)no-repeat;
	background-position: top right;
	background-size: contain;
	background-color: #FFF;
	padding-bottom: 40px;
}
.sp-navmenu-area.open {
    transform: translateX(0%);
}	
.sp-navmenu-area ul li{
	display: block;
	font-size: 1.4rem;
	color:#1a1a1a;
/*	padding: 0 0 0 20px;*/
	text-align: left;
	border-bottom: 1px solid #bbbbbb;
	position: relative;
}
.sp-navmenu-area ul li.pop .submenu li{
   display: flex;
   justify-content: flex-end;
}
.sp-navmenu-area ul li a{
    display: inline-block;
    padding: 20px 0 20px 20px;
    width: 100%;
}
.sp-navmenu-area ul li.pop .submenu li{
	width: 100%;
}
.sp-navmenu-area ul li.pop .submenu li:nth-of-type(1){
	border-top:1px solid #bbbbbb;
}
.sp-navmenu-area ul li.pop .submenu li:nth-last-of-type(1){
	border-bottom: none;
}
.sp-navmenu-area ul li.pop .submenu li a{
	width: 100%;
}
.sp-navmenu-area ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.sp-navmenu-area ul li.pop::before {
	display: none;	
}
.sp-navmenu-area ul .submenubtn::before{
    content: "";
    position: absolute;
    right: 14px;
    width: 15px;
    height:  2px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 2;
    background-color: #1a1a1a;
    transform: none;
}
.sp-navmenu-area ul .submenubtn::after{
content: "";
    position: absolute;
    right: 14px;
    width: 15px;
    height: 2px;
    background-color: #1a1a1a;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .2s;
    z-index: 2;
}
	.sp-navmenu-area ul .submenubtn.subopen::after{
		display: none;
	}
	.submenubtn{
    position: absolute;
    width: 61px;
    height: 62px;
    right: 0;
    top: 0;
		z-index: 1000;
	}
	.submenu{
		display: none;
	}
.sp-navmenu-area .sp-submenu01{
	padding: 30px 0 60px;
}
.sp-navmenu-area .sp-submenu01 li{
	padding: 0 0 20px 20px;
	border-bottom: none;
}
.sp-navmenu-area .sp-submenu01 li::before {
    display: none;
}
	.sp-navmenu-area .sp-submenu01 li a{
		padding: 0;
		width: 100%;
	}
	.sp-navmenu-kotei-area{
		min-height: 35px;
position: absolute;
    background: #1a1a1a;
    width: 100%;
display:block;
}
.sp-navmenu-kotei-area li {
    width: 25%;
}
.sp-navmenu-kotei-area ul{
justify-content: center;
}
.sp-navmenu-kotei-area li a {
    color: #FFF;
    font-size: 1.4rem;
    padding: 0 1rem;
    font-weight: lighter;
    display: block;
    border-right: 1px solid #FFF;
	text-align: center;
}
.sp-navmenu-kotei-area li:last-child a{
    border-right:none;
}
.sp-navmenu-kotei-area{
position: absolute;
    background: #1a1a1a;
    width: 100%;
display:block;
}
.sp-navmenu-kotei-area li {
    width: 25%;
}
.sp-navmenu-kotei-area ul{
justify-content: center;
}
.sp-navmenu-kotei-area li a {
    color: #FFF;
    font-size: 1.4rem;
    padding: 0 1rem;
    font-weight: lighter;
    display: block;
    border-right: 1px solid #FFF;
}
.sp-navmenu-kotei-area li:last-child a{
    border-right:none;
}


/* sp版固定 */
.sp-navmenu-kotei-area{
	position: absolute;
	background: #1a1a1a;
	width: 100%;
	display:block;
}
	.sp-navmenu-kotei-area li {
		width: 25%;
	}
	.sp-navmenu-kotei-area ul{
	justify-content: center;
	}
	.sp-navmenu-kotei-area li a {
		color: #FFF;
		font-size: 1.4rem;
		padding: 0 1rem;
		font-weight: lighter;
		display: block;
		border-right: 1px solid #FFF;
	}
	.sp-navmenu-kotei-area li:last-child a{
		border-right:none;
	}
	@media screen and (max-width:330px){
		body {
			padding-top: 122px;
		}
		.sp-navmenu-kotei-area li a {
			font-size: 1.4rem;
			padding: 0 0.4rem;
		}
		}

}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  PCメニュー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.sticky{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 9995;
}
.pc-navmenu-area{
	background-color: #000;
	position: relative;
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.pc-navmenu-area::after{
	content: "";
	display: inline-block;
	background: url(https://kiwami.itembox.design/item/img/menu_left.png)no-repeat;
	background-position: top center;
	background-size: contain;
	width: 100px;
    height: 60px;
    position: absolute;
    bottom:0;
	left: 0;
}
.pc-navmenu-area::before{
	content: "";
	display: inline-block;
	background: url(https://kiwami.itembox.design/item/img/menu_right.png)no-repeat;
	background-position: top center;
	background-size: contain;
	width: 100px;
    height: 60px;
    position: absolute;
    bottom:0;
	right: 0;
}
.pc-navmenu-area ul{
	justify-content: space-between;
	align-items: center;
	max-width: 950px;
	margin: 0 auto;
}
.pc-navmenu-area ul li{
	padding: 10px 0;
}
.pc-navmenu-area ul li a{
    color: #FFF;
    font-size: 2rem;
font-weight: lighter;
    display: block;
    border-right: 1px solid #FFF;
    padding: 0 30px;
}
.pc-navmenu-area ul li:first-child a{
    border-left: 1px solid #FFF;
}
/*PC途中*/
@media screen and (max-width:1200px){
.pc-navmenu-area ul li a{
	padding: 0 20px;
}
}
/*PC途中*/
@media screen and (max-width:1000px){
.pc-navmenu-area ul{
	max-width: 850px;
}
.pc-navmenu-area ul li a{
    padding: 0 12px;
    font-size: 1.8rem;
}
}
/*--------------------------
submenu
---------------------------*/
.pc-navmenu-area .submenu{
	position:absolute;
	background: #e1c47e;
	-js-display:flex;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	width:100%;
	transition:0.5s;
	height:0px;
	top:60px;
	left:0;
	z-index:2100;
	overflow:hidden;
}
.pc-navmenu-area .submenu ul{
	max-width: 950px;
	margin: 0 auto;
	justify-content: space-between;
}
.pc-navmenu-area ul li.pop:hover .submenu{
	transition:0.5s;
	height:70px;
}
.pc-navmenu-area .submenu ul li{
	margin-right: 30px;
    padding: 0;
}
.pc-navmenu-area .submenu ul li:last-child{
	margin-right: 0;
}
.pc-navmenu-area .submenu ul li a{
	color:#1a1a1a;
    border-right:none;
	padding: 0;
	width: 210px;
    border-bottom: 1px solid #1a1a1a;
	position: relative;
	text-align: center;
}
.pc-navmenu-area .submenu ul li:first-child a{
    border-left:none;
}
.pc-navmenu-area .submenu ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
/*PC途中*/
@media screen and (max-width:1000px){
.pc-navmenu-area .submenu ul{
	max-width: 850px;
}
.pc-navmenu-area .submenu ul li a{
    width: 190px;
}
}
@media screen and (max-width:899px){
.sticky{
	display: none;
}
}
/*--------------------------
ヘッダー検索窓
---------------------------*/
.pcmenusearch-btn-wrap {
    display: flex;
    align-items: center;
}
form.search-wrapper{
    position: relative;
    margin-top: 12px;
    margin-right: 10px;
}
.search-wrapper button {
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    appearance: none;
  -webkit-appearance: none;
    font-size: 0;
}
form.search-wrapper input[type=text] {
    height: 40px;
    padding: 0 0 0 40px;
    width: 300px;
    width: clamp(100px, 23.44vw, 300px);
    border-radius: 50px;
    border-color: #000!important;
}
form.search-wrapper ::placeholder{
    color: #d3d3d3;
}
@media screen and (max-width:1065px){
    .pcmenu-search{
        display: none;
    }
}
@media screen and (max-width: 899px){
    form.search-wrapper {
        margin: 40px auto 25px;
        width: 90%;
    }
    form.search-wrapper input[type=text] {
        width: 100%;
    }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  フッターご利用ガイド
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.foot-guide-block{
	margin-bottom: 60px;
}
.foot-guide-block .foot-guide{
	width: 180px;
	height: 180px;
	margin-right: 10px;
}
.foot-guide-block ul{
	justify-content: center;
}
/*PC途中*/
@media screen and (max-width:1000px){
.foot-guide-block .foot-guide{
	width: 170px;
	height:  170px;
}
}
.foot-guide-block .foot-guide:last-child{
	margin-right: 0px;
}
.foot-guide-block .foot-guide a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border:1px solid #1a1a1a;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 0;
}
.foot-guide-icon{
	width: 100%;
	text-align: center;
}
.foot-guide-icon img{
	width: 80px;
}
.foot-guide-text{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}
.foot-guide-wrap{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.foot-guide-block{
	margin-bottom: 25px;
	margin-top: 40px;
}
.foot-guide-block ul{
	display: block;
}
.foot-guide-block .foot-guide{
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 12px;
}
.foot-guide-block .foot-guide a{
	justify-content: space-between;
	border-radius: 5px;
}
.foot-guide-icon{
	width: 40%;
	text-align: right;
}
.foot-guide-icon img{
	max-width:80px;
	width: 30%;
	vertical-align: middle;
    padding-right: 8px;
}
.foot-guide-text{
	width: 60%;
	text-align: left;
	padding-left: 15px;
}
.foot-guide-wrap{
	width: 100%;
    padding: 3px 0;
    display: flex;
    align-items: center;
    flex-direction:row;
	margin-top: 0;
}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  営業カレンダー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
#kiwami-footer{
	background-color: #FFF;
	padding-top: 60px;
}
.footer-wrap{
    justify-content: space-between;
	margin-bottom: 60px;

}
.footer-calender{
	display: inline-block;
	width: 48%;
}
.footer-calender .flex{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-calender-midashi{
	text-align: center;
	margin-bottom: 10px;
}
div#cal0{
	margin-right: 10px;
}
div.cal_wrapper{
display: inline-block;
    width: 48%;
	min-width: 220px;
}
div.cal_wrapper table.cal tr td div{
	padding: 5px 8px;
}
div.cal_wrapper table.cal tr th div.cal_ui{
	display: none!important;
}
div.cal_wrapper table.cal tr td div.Sat{
    font-weight: bolder;
    color: #F00;
    background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Sun{
    font-weight: bolder;
    color: #F00;
    background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.long-vacation{
	font-weight: bolder;
    color: #F00;
    background-color: #FEE;
}
/*PC途中*/
@media screen and (max-width:1000px){
div.cal_wrapper{
	min-width: 187px;
	width: 40%;
}
div#cal0 {
    margin-right: 5px;
}
div.cal_wrapper table.cal tr td div{
	padding: 5px 5px;
}
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
	.footer-wrap{
    	display: block;
		margin-bottom: 15px;
	}
	.footer-calender{
		display: inline-block;
		width: 100%;
		margin: 50px 0 0;
	}
.footer-calender-midashi{
	margin-bottom: 0;
	    font-size: 2rem;
}
	div#cal0{
		margin-right: 0;
	}
	div.cal_wrapper{
	display: inline-block;
	width: 100%;
	min-width: 220px;

	}
	div.cal_wrapper table{
	margin: 0 auto;
	}
	div.cal_wrapper table.cal tr td div{
		padding: 5px 10px;
	}
/*
	div#cal1{
		display: none;
	}
*/
	.footer-calender .flex{
		display: block;
	}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  フッター問合せ/サブメニュー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.footer-contact{
	display: inline-block;
	width: 48%;
}
.contactnumber{
	background-color: #f5ecd9;
	padding: 20px 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contactnumber .telinfo{
display: inline-block;
    width: 73%;
    text-align: center;
}
.contactnumber-wrap{
	margin-top: 20px;
	align-items: center;
}
.contactnumber .telicon{
	margin-right: 12px;
}
.contactnumber .telnumber{
    font-size: 3.8rem;
    line-height: 1;
}
.contactnumber .telicon img{
	width: 59px;
}
.contactmail{
	margin-top: 12px;
}
.contactmail a{
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #1a1a1a;
	width: 100%;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}
.contactmail a::before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-top: solid 1px #1a1a1a;
    border-right: solid 1px #1a1a1a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.contacmail-wrap{
	font-size: 0;
	align-items: center;
}
.contactmail .mailtext{
    font-size: 2rem;
    line-height: 1;
}
.contactmail .mailicon{
	margin-right: 10px;
}
.contactmail .mailicon img{
	width: 24px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.footer-contact{
	width: 100%;
	margin-top: 25px;
}
.contactnumber .telinfo{
    width: 90%;
}
.contactnumber .telicon{
	margin-right: 12px;
	text-align: right;
}
.contactnumber .teltext{
	font-size: 1.4rem;
}
.contactnumber .telnumber{
    font-size: 3rem;
}
.contactnumber .telicon img{
	max-width: 59px;
	width: 100%;
}
.contactmail{
	margin-top: 12px;
}
	.contactmail a{
    padding: 12px 0;		
	}
	.contactmail .mailtext{
		font-size: 1.7rem;
	}
}
@media screen and (max-width:320px){
.contactnumber .telinfo{
    font-size: 1.4rem;
}
.contactnumber .telicon img{
	width: 70%;
}
	.contactmail .mailtext{
		font-size: 1.5rem;
	}
}
/*--------------------------
フッターサブメニュー
---------------------------*/
.footer-submenu {
	margin-top: 20px;
}
.footer-submenu ul{
	justify-content: space-between;
}
.footer-submenu ul li a{
	font-size: 1.4rem;
}
/*PC途中*/
@media screen and (max-width:1000px){
.footer-submenu ul li a{
	font-size: 1.2rem;
}
}
/*--------------------------
フッターSNS
---------------------------*/
.footer-sns ul{
	margin-top:20px;
	justify-content: flex-end;
}
.footer-sns ul li a{
	display: block;
}
.footer-sns ul li{
	margin-right: 30px;
    display: flex;
    align-items: center;
}
.footer-sns ul li:last-child{
	margin-right: 0;
}
.footer-sns ul li a img{
	width: 31px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.footer-sns ul{
	justify-content: center;
}
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  フッターサブエリア・コピーライト
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.footer-submenu-area{
	width: 100%;
	padding: 25px 0;
	background: #f5ecd9;
}
.footer-submenu-area ul{
	justify-content: center;
}
.footer-submenu-area ul li{
	margin-right: 50px;
}
.footer-submenu-area ul li:last-child{
	margin-right: 0;
}
.footer-submenu-area ul li a{
	color: #1a1a1a;
	font-size: 1.4rem;
}
.copy-area{
	width: 100%;
	padding: 25px 0 60px;
	background: #1a1a1a;
	text-align: center;
}
.copy-area p{
	font-size: 1.4rem;
	color:#FFF;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.footer-submenu-area ul{
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 20px;
}
.footer-submenu-area ul li{
	margin-right: 15px;
}
.copy-area{
	padding: 25px 0 25px;
}
}
.fs-p-footerPageTop{
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}
.linefootbnr{
    position: fixed;
    bottom: 0;
    font-size: 0;
    width: 200px;
    right: 0;
    z-index: 10000;
}
.bnr-space{
	display: none;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.fs-p-footerPageTop {
	width: 45px;
	    bottom: 1%;
    z-index: 500;
	}
.linefootbnr{
    position: fixed;
    bottom: 0;
    font-size: 0;
    width: 100%;
    z-index: 500;
}
	/* .bnr-space{
		padding-top: 21.3333333%;
    font-size: 0;
		height: 0;
		display: block;
	} */
	.linefootbnr{
		width: 57%;
		max-width: 500px;
		bottom: 10px;
		right: 10px;
	}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
 食べ方
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.tabakata-wrap02{
    max-width: 990px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto 40px;
}
.tabakata-wrap02 a{
	text-align: center;
}
.tabakata-wrap02-2{
    max-width: 950px;
    width: 100%;
    margin: 40px auto 40px;
}
.tabakata-wrap02-2 a{
	text-align: center;
}
.fs-body-product-43201 .tabakata-wrap02-2,.fs-body-product-41201 .tabakata-wrap02-2,.fs-body-product-43205 .tabakata-wrap02-2{
	display: none;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.tabakata-wrap02{
    margin: 0 auto 0px;
}
.tabakata-wrap02-2{
    margin: 40px auto 0px;
}	
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  フローティングバナー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.takarabako-bnr{
    position: fixed;
    bottom: 210px;
    font-size: 0;
    width: 200px;
    right: 0;
    z-index: 10000;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
	.takarabako-bnr{
		width: 34%;
		max-width: 500px;
		bottom: 10px;
		left: 10px;
	}
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み(PC/SP)　基準
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/	
@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
}



/* 20240201 SPナビ調整追記 */
@media screen and (max-width: 899px) {
	.sp-navmenu-kotei-area ul {
		height: 100%;
		min-height: 35px;
		align-items: center;
	}

	.sp-navmenu-kotei-area li a {
		font-size: 1.3rem;
	}
}