main {
	background-color: #E5E2E2;
	letter-spacing: 0.1em;
	padding-bottom: 100px;
}

.restspace_leed {
	display: flex;
	align-items: center;
	margin-bottom: 120px;
}

.restspace_leed .txt_area {
	width: 45%;
	padding-left: calc((100% - 1120px) / 2);
}

.restspace_leed .txt_area h2 {
	font-size: 2.6rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 50px;
}

.restspace_leed .txt_area p {
	line-height: 2;
}

.restspace_leed .imgslider_area {
	width: 55%;
}

.restspace_leed .imgslider_area div {
	width: 100%;
	height: 260px;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: 0 0;
}

.restspace_leed .imgslider_area .slider_top {
	background-image: url(../img/restspace/bg_loop_01.png);
	background-position: 0 0;
	animation: slider_top 60s linear infinite;
}

.restspace_leed .imgslider_area .slider_bottom {
	background-image: url(../img/restspace/bg_loop_02.png);
	background-position: -2230px 0;
	animation: slider_bottom 60s linear infinite;
}

.tab_area {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	background: linear-gradient(180deg, transparent 0%, transparent 100px, #fff 100px, #fff 100%);
}

.tab_area .tab_nav {
	display: flex;
}

.tab_area .tab_nav li {
	font-size: 1.8rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	background-color: rgba(255, 255, 255, 0.2);
	width: 20%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #B4983B;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s;
}

.tab_area .tab_nav li p {
	display: inline-block;
	position: relative;
	opacity: 0.6;
}

.tab_area .tab_nav li p::after {
	content: "";
	opacity: 0;
	display: inline-block;
	border-radius: 10px;
	background-color: #B4983B;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	transition: all 0.3s;
}

.tab_area .tab_nav li b {
	display: inline-block;
	font-size: 2.6rem;
	margin: 0 6px;
}

.tab_area .tab_nav li:hover {
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

.tab_area .tab_nav li:hover span::after {
	opacity: 1;
}

.tab_area .tab_nav li + li::before {
	content: "";
	background-color: #888;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.tab_area .tab_nav li.active {
	background-color: white;
	border: 1px solid #B4983B;
	border-bottom: 1px solid #fff;
}

.tab_area .tab_nav li.active p {
	opacity: 1;
}

.tab_area .tab_nav li.active p::after {
	opacity: 1;
}

.tab_area .tab_nav li.active::before,
.tab_area .tab_nav li.active + li::before {
	display: none;
}

.tab_area .tab_nav li.tab_none {
	background-color: #aaa;
	pointer-events: none;
}

.tab_area .tab_nav li.tab_none p {
	opacity: 1;
	color: #777;
}

.tab_area .tab_cont {
	display: none;
	background-color: #fff;
	padding: 90px 60px 60px;
	position: relative;
}

.tab_area .tab_cont.active {
	display: block;
}

.tab_area .tab_cont .floor_charge {
	display: flex;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.25), -1px -1px 3px rgba(255, 255, 255, 0.25), -1px 1px 3px rgba(255, 255, 255, 0.25), 1px -1px 3px rgba(255, 255, 255, 0.25), 0px 1px 3px rgba(255, 255, 255, 0.25), 0 -1px 3px rgba(255, 255, 255, 0.25), -1px 0 3px rgba(255, 255, 255, 0.25), 1px 0 3px rgba(255, 255, 255, 0.25);
	margin-bottom: 22px;
}

.tab_area .tab_cont .floor_charge span {
	display: inline-block;
	font-weight: 500;
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
	padding: 2px 20px 7px 10px;
}

.tab_area .tab_cont .floor_charge span + span {
	border-left: 1px solid #999999;
	font-size: 1.4rem;
	padding: 3px 5px 5px 20px;
}

.tab_area .tab_cont h3 {
	font-size: 4.2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.25), -1px -1px 3px rgba(255, 255, 255, 0.25), -1px 1px 3px rgba(255, 255, 255, 0.25), 1px -1px 3px rgba(255, 255, 255, 0.25), 0px 1px 3px rgba(255, 255, 255, 0.25), 0 -1px 3px rgba(255, 255, 255, 0.25), -1px 0 3px rgba(255, 255, 255, 0.25), 1px 0 3px rgba(255, 255, 255, 0.25);
}

.tab_area .tab_cont h3 small {
	font-size: 3.2rem;
	display: inline-block;
}

.tab_area .tab_cont h4 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 8px;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.25), -1px -1px 3px rgba(255, 255, 255, 0.25), -1px 1px 3px rgba(255, 255, 255, 0.25), 1px -1px 3px rgba(255, 255, 255, 0.25), 0px 1px 3px rgba(255, 255, 255, 0.25), 0 -1px 3px rgba(255, 255, 255, 0.25), -1px 0 3px rgba(255, 255, 255, 0.25), 1px 0 3px rgba(255, 255, 255, 0.25);
}

.tab_area .tab_cont p {
	line-height: 2;
}

.tab_area .tab_cont .concept_area {
	min-height: 310px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.tab_area .tab_cont .concept_area p {
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.25), -1px -1px 3px rgba(255, 255, 255, 0.25), -1px 1px 3px rgba(255, 255, 255, 0.25), 1px -1px 3px rgba(255, 255, 255, 0.25), 0px 1px 3px rgba(255, 255, 255, 0.25), 0 -1px 3px rgba(255, 255, 255, 0.25), -1px 0 3px rgba(255, 255, 255, 0.25), 1px 0 3px rgba(255, 255, 255, 0.25);
}

.tab_area .tab_cont .top_img {
	position: absolute;
	top: 90px;
	right: 60px;
	display: block;
}

.tab_area .tab_cont .top_img img {
	width: 490px;
}

.tab_area .tab_cont .work_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.tab_area .tab_cont .work_list li {
	max-width: 320px;
	width: 33%;
}

.tab_area .tab_cont .work_list figure img {
	width: 100%;
	height: auto;
}

.tab_area .tab_cont .work_list figcaption {
	color: #666666;
	font-size: 1.4rem;
	font-weight: 300;
	margin-top: 4px;
}

.tab_area .tab_cont .work_list.work_list_column2 li {
	max-width: 485px;
	width: 49.5%;
}

.tab_area .tab_cont .profile_area {
	margin: 100px 0 70px;
}

.tab_area .tab_cont .profile_area .semba_set {
	display: block;
	margin: 55px 0 0;
}

.tab_area .tab_cont .profile_area .semba_set figure {
	max-width: 200px;
	width: 100%;
	line-height: 1;
	margin-bottom: 10px;
}

.tab_area .tab_cont .profile_area .semba_set figure img {
	width: 100%;
	height: auto;
}

.tab_area .tab_cont .profile_area .semba_set h5 {
	line-height: 1.8;
}

.tab_area .tab_cont .profile_area .semba_set h5 b {
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
}

.tab_area .tab_cont .profile_area .semba_set h5 span {
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
}

.tab_area .tab_cont .profile_area .semba_set a + figure,
.tab_area .tab_cont .profile_area .semba_set h5 + figure {
	margin-top: 20px;
}

.tab_area .tab_cont .comment_area {
	position: relative;
}

.tab_area .tab_cont .comment_area h4 {
	font-size: 1.8rem;
	font-weight: 500;
	position: absolute;
	top: -16px;
	left: 18px;
	margin-bottom: 0;
}

.tab_area .tab_cont .comment_area div {
	background-color: #E4E2E2;
	padding: 40px;
}

.tab_area .tab_cont .page_tab_nav {
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}

.tab_area .tab_cont .page_tab_nav li {
	cursor: pointer;
}

.tab_area .tab_cont .page_tab_nav li span {
	background-color: rgba(255, 255, 255, 0.4);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	position: relative;
}

.tab_area .tab_cont .page_tab_nav li span::before {
	content: "";
	position: absolute;
	top: 8px;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #707070;
	width: 11px;
	height: 11px;
}

.tab_area .tab_cont .page_tab_nav li span::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url(../img/arrow_link.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 19px;
	height: 12px;
	transition: all 0.3s;
}

.tab_area .tab_cont .page_tab_nav li span span {
	display: inline-block;
	font-size: 1.4rem;
	font-family: "Lato", serif;
	letter-spacing: 0.12em;
}

.tab_area .tab_cont .page_tab_nav li span:hover {
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0.7;
}

.tab_area .tab_cont .page_tab_nav li span:hover::after {
	background-position: 0% 50%;
}

.tab_area .tab_cont .page_tab_nav li.back {
	margin: 0 auto 0 0;
}

.tab_area .tab_cont .page_tab_nav li.back span {
	padding: 0 24px 0 40px;
}

.tab_area .tab_cont .page_tab_nav li.back span::before {
	right: 0;
}

.tab_area .tab_cont .page_tab_nav li.back span::after {
	left: 0;
	transform: scale(-1, 1);
}

.tab_area .tab_cont .page_tab_nav li.next {
	margin: 0 0 0 auto;
}

.tab_area .tab_cont .page_tab_nav li.next span {
	padding: 0 40px 0 24px;
}

.tab_area .tab_cont .page_tab_nav li.next span::before {
	left: 0;
}

.tab_area .tab_cont .page_tab_nav li.next span::after {
	right: 0;
}

@media screen and (max-width: 768px) {

.restspace_leed {
	flex-direction: column;
	margin-bottom: 50px;
}

.restspace_leed .txt_area {
	width: 100%;
	padding: 40px 36px 0;
	margin-bottom: 60px;
}

.restspace_leed .txt_area h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}

.restspace_leed .txt_area p {
	font-size: 1.4rem;
}

.restspace_leed .imgslider_area {
	width: 100%;
}

.restspace_leed .imgslider_area div {
	height: 137px;
}

.restspace_leed .imgslider_area .slider_bottom {
	background-position: -1175px 0;
}

.tab_area {
	padding-top: 36px;
	background: linear-gradient(180deg, transparent 0%, transparent 118px, #fff 118px, #fff 100%);
}

.tab_area .tab_nav li {
	font-size: 1.4rem;
	height: 82px;
}

.tab_area .tab_nav li p {
	padding-bottom: 5px;
}

.tab_area .tab_nav li p span {
	display: block;
	text-align: center;
}

.tab_area .tab_nav li p::after {
	width: 6px;
	height: 6px;
	bottom: -10px;
}

.tab_area .tab_nav li b {
	font-size: 2.2rem;
	line-height: 1;
	margin-left: 0;
	position: relative;
	top: 1px;
}

.tab_area .tab_cont {
	padding: 45px 18px 60px;
}

.tab_area .tab_cont .floor_charge span {
	font-size: 1.4rem;
	padding: 2px 20px 7px 10px;
}

.tab_area .tab_cont .floor_charge span + span {
	font-size: 1.2rem;
	padding: 3px 5px 5px 20px;
}

.tab_area .tab_cont .floor_charge span:nth-child(1) {
	width: 80px;
}

.tab_area .tab_cont .floor_charge span:nth-child(2) {
	width: calc(100% - 80px);
}

.tab_area .tab_cont h3 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.tab_area .tab_cont h3 small {
	font-size: 1.8rem;
}

.tab_area .tab_cont h4 {
	font-size: 1.4rem;
}

.tab_area .tab_cont p {
	font-size: 1.4rem;
}

.tab_area .tab_cont .concept_area {
	min-height: auto;
	margin-bottom: 12px;
}

.tab_area .tab_cont .top_img {
	position: static;
	text-align: center;
	margin-bottom: 20px;
}

.tab_area .tab_cont .top_img img {
	width: 100%;
}

.tab_area .tab_cont .work_list {
	justify-content: center;
	margin: 0 -4px 10px;
}

.tab_area .tab_cont .work_list li {
	max-width: none;
	width: calc(50% - 8px);
	margin: 0 4px 20px;
}

.tab_area .tab_cont .work_list figcaption {
	font-size: 1.2rem;
}

.tab_area .tab_cont .work_list.work_list_column2 li {
	max-width: none;
	width: calc(50% - 8px);
	margin: 0 4px 20px;
}

.tab_area .tab_cont .profile_area {
	margin: 50px 0 70px;
}

.tab_area .tab_cont .profile_area .semba_set {
	margin: 55px 0 0;
}

.tab_area .tab_cont .profile_area .semba_set figure {
	max-width: 180px;
	height: auto;
	margin: 0 0 10px;
}

.tab_area .tab_cont .profile_area .semba_set h5 b {
	font-size: 1.6rem;
}

.tab_area .tab_cont .profile_area .semba_set h5 span {
	font-size: 1.2rem;
}

.tab_area .tab_cont .comment_area div {
	padding: 32px 18px 22px;
}

}

@keyframes slider_top {

from {
	background-position: 0 0;
}

to {
	background-position: -2230px 0;
}

}

@keyframes slider_bottom {

from {
	background-position: -2230px 0;
}

to {
	background-position: 0 0;
}

}

