/*-------------------------------------------------
 個別ページ
-------------------------------------------------*/
#visual_block_page {
	position:absolute;
	top:0;
	width:100%;
	background-image:url(../image/index/main00.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:280px;
}
.visual_pa_page {
	margin-top:240px;
}
.info_page {
	padding:30px 0;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}
h4.info_title {
    text-align: left;
    border-left: 5px solid;
    padding-left: 10px;
    font-size: 24px;
}
.info_date {
	font-size:12px;
	text-align:left;
	padding:15px 0;
}
.info_date::before {
	content: ' - ';
}
.archive_title p {
	font-size:12px;
	padding-bottom:30px;
	padding-right:10px;
}
.archive_title span {
	font-family: 'Tangerine', cursive;
	font-size:42px;
}
#archive_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#archive_left {
    display: flex;
    flex-wrap: wrap;
}
.archive_staff {
	width:calc(calc(1024px - 60px) / 4);
	margin-right:20px;
	margin-bottom:50px;
}
.archive_staff:nth-child(4n) {
	margin-right:0;
}
.archive_staff2 {
	width:calc(calc(1024px - 60px) / 4);
	margin-right:30px;
	margin-bottom:50px;
}

.staff_archive {
}
.staff_page_block {
	display:flex;
}
.staff_page_left {
    padding: 10px;
    border: 1px solid #e4e4e4;
    width: 360px;
}
.staff_page_right {
	margin-left: 30px;
}
.staff_page_title {
	font-size:24px;
}
.page_title::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 450px;
	display: inline-block;
	width: 100px;
	height: 7px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f6f6f6;
}
.ma36 {
	margin-top:360px!important;
}
.price_table {
	width:680px;
	margin-bottom:20px;
}
.price_table th {
	background-color:#cfcfcf;
	border-top:1px solid #CCC;
	text-align:center;
}
.price_table td {
    padding: 10px;
    border-bottom: 1px dashed #CCC;
}
.price_table td span {
	font-size:10px;
	line-height:14px;
	display: block;
    border-top: 1px dotted;
    padding-top: 5px;
}
.band_salon {
	background-image:url(../image/common/band01.jpg)!important;
}
.band_price {
	background-image:url(../image/common/band02.jpg)!important;
}
.band_staff {
	background-image:url(../image/common/band03.jpg)!important;
}
.band_gallery {
	background-image:url(../image/common/band04.jpg)!important;
}
.band_reservation {
	background-image:url(../image/common/band05.jpg)!important;
}
.band_shopinfo {
	background-image:url(../image/common/band06.jpg)!important;
}
.band_etc {
	background-image:url(../image/common/band07.jpg)!important;
}
.title_bottom {
	display:flex;
}
.category {
    font-size: 12px;
    text-align: left;
    padding: 5px 15px;
    background-color: #fea5d3;
    border-radius: 3px;
    margin: 10px;
}
ul.post-categories a {
    color: #fff;
}


#visual_block_page p {
	display:none;
}
.container_text.text_le img {
    max-width: 100%;
    height: auto;
}

.mat200 {
	margin-top: 200px;
}
.flex_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.flex_box .blog_block {
    width: calc(100% / 3);
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
}
#foot_text2 ul li {
    display: inline-block;
    padding: 10px 20px;
}