

.menu_border_box {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu_border {
	display: block;
	width: 14px;
	height: 2px;
	background: #5a3200;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu_border:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.menu_border:nth-child(2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.menu_border:nth-child(3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
	margin-top: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
	display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
	margin-top: -7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.heading1_wrap {
	width: 100%;
	height: 150px;
	padding-top: 90px;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.heading1 {
	font-size: 3rem;
	font-family: "Sawarabi Mincho";
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.4rem;
	text-align: center;
}

.heading1_sm {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Lato";
	font-weight: 400;
	color: #c5af81;
	letter-spacing: 0.1rem;
	margin-top: 10px;
}

.fixed {
	position: fixed !important;
	width: 100%;
	height: 100%;
}

.lawer_sec {
	padding: 80px 0;
}

.lawer_content_wrap {
	margin-bottom: 100px;
}

.lawer_content_inner {
	margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
	margin-bottom: 0;
}

.heading2 {
    font-size: 3rem;
    font-family: "Sawarabi Mincho";
    font-weight: 700;
    color: #5a3200;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-bottom: 40px;
}

.heading3 {
	font-size: 1.8rem;
	color: #5a3200;
	font-weight: 600;
	border-bottom: solid 2px #ddd4c1;
	padding: 15px 0 15px 15px;
	margin-top: 30px;
	/* position: relative; */
	font-feature-settings: "palt";
}

.heading4 {
	font-size: 1.6rem;
	color: #5a3200;
	font-weight: 600;
	padding: 0 0 0 16px;
	margin-bottom: 20px;
	position: relative;
	font-feature-settings: "palt";
}

.heading4::before {
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background: #a0b88b;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lawer_content_flex01 {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.lawer_content_flex01_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	padding: 0 20px;
}

.lawer_content_flex01_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 68%;
	flex: 0 0 68%;
	padding: 0 20px;
}

.lawer_content_flex01_left img {
	max-width: 100%;
	height: auto;
}

.table {
	width: 100%;
}

.table,
.table_row_inner {
	list-style: none;
}

.table_row_inner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: flex-start;
	padding: 20px 10px;
	border-bottom: solid 1px #ddd4c1;
}

.table_item_left {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5a3200;
	font-weight: 600;
	flex: 0 0 70%;
	font-feature-settings: "palt";
}

.table_item_left02 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5a3200;
	font-weight: 600;
	flex: 0 0 100%;
	font-feature-settings: "palt";
}

.table_item_left03 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5a3200;
	font-weight: 600;
	flex: 0 0 20%;
	font-feature-settings: "palt";
}

.table_list_content {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5a3200;
	font-weight: 400;
	flex: 0 0 75%;
	font-feature-settings: "palt";
}

.table_tel_link {
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5a3200;
	font-weight: 400;
}

.table_item_right {
	font-size: 1.8rem;
	color: #5a3200;
	font-weight: 600;
	flex: 0 0 25%;
	text-align: right;
	font-feature-settings: "palt";
}

.table_item_left span{
    font-size: 1rem;
}
.table_item_all{
            font-size: 1.4rem;
    line-height: 2.2rem;
        color: #5a3200;
        font-weight: 600;
        font-feature-settings: "palt";}

@media screen and (max-width: 767px) {
    .table_item_right {
	font-size: 1.8rem;
	color: #5a3200;
	font-weight: 600;
	flex: 0 0 33%;
	text-align: right;
	font-feature-settings: "palt";
}
    .table_item_left {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5a3200;
	font-weight: 600;
	flex: 0 0 70%;
	font-feature-settings: "palt";
}

}