.slider {
	background: #ffffff;
}
.swiper-container {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.swiper-container img {
	max-width: 100%;
	height: auto;
}
.swiper-container .swiper-slide {
	background-position: center;
	background-size: cover;
}


.swiper-container .swiper-fixed {
	background: rgba(64,57,55,0.5);
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.lifestyle_title {
	background-position: bottom 3px right 4px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-right-width: 5px;
	border-right-style: solid;
	height: 100%;
	padding: 10px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}
.lifestyle_title.pink {
	border-right-color: #E67982;
	color: #E67982;
}
.lifestyle_title.brown {
	border-right-color: #6A5546;
	color: #6A5546;
}
.lifestyle_title.orange {
	border-right-color: #F38C64;
	color: #F38C64;
}
.lifestyle_title.green {
	border-right-color: #4BB7B1;
	color: #4BB7B1;
}
.lifestyle_title.icon01 {
	background-image: url(../img/img_index/icon01.jpg);
}
.lifestyle_title.icon02 {
	background-image: url(../img/img_index/icon02.jpg);
}
.lifestyle_title.icon03 {
	background-image: url(../img/img_index/icon03.jpg);
}
.lifestyle_title.icon04 {
	background-image: url(../img/img_index/icon04.jpg);
}
.lifestyle_title.icon05 {
	background-image: url(../img/img_index/icon05.jpg);
}
.lifestyle_title.icon06 {
	background-image: url(../img/img_index/icon06.jpg);
}
.lifestyle_title.icon07 {
	background-image: url(../img/img_index/icon07.jpg);
}

.menu_line {
	float: none;
	clear: both;
}
.menu_cat {
	clear: both;
	background: #726255;
	width: 700px;
	padding: 5px 10px;
	margin: 25px 0 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.1em;
}
.menu_cat:first-of-type {
	margin-top: 0;
}
.menu_cat .kana {
	margin-left: 20px;
	font-size: 10px;
	font-weight: normal;

}
.menu_box01 {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
    width: 720px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menu_box01 .menu_inner {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.menu_box01:nth-of-type(2n) .menu_inner {
	background: #ECE7E5;
}
.menu_box01:last-child {
	margin-bottom: 25px;
}
.menu_box01 .menu_name {
    width: 200px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #666666;
    font-size: 12px;
    line-height: 25px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.menu_box01 .menu_text {
    font-size: 12px;
    line-height: 25px;
    width: 470px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    height: auto;
}
.menu_box01 .menu_text .brown {
	color: #958279;
}

