@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	background-color: #FDF1EA;
}
.mainVisual {
	margin: 110px 0 173px;
	position: relative;
}
.mainVisual .inner {
	padding: 0 67px;
}
.mainVisual .inner .rBox {
	padding-bottom: 60px;
	width: calc(50% - 402px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.mainVisual .inner .rBox .subBox {
	margin: 0 -251px 0 auto;
	padding-bottom: 2px;
	width: 500px;
	position: relative;
	z-index: 10;
}
.mainVisual .inner .rBox .title {
	margin-bottom: 20px;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
.mainVisual .inner .rBox .text {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2.13;
}
.mainVisual .inner .fooUl {
	padding-bottom: 60px;
	width: calc(50% + 402px);
	height: calc(100vh - 110px);
	order: 1;
	box-sizing: border-box;
}
.mainVisual .inner .fooUl .slick-list,
.mainVisual .inner .fooUl .slick-track,
.mainVisual .inner .fooUl .slick-slide,
.mainVisual .inner .fooUl .slick-slide > div {
	height: 100%;
}
.mainVisual .inner .fooUl .slick-slide > div li {
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.mainVisual .inner .fooUl li .photo {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.mainVisual .fooUl .active .photo {
	animation: imgzoom 18s linear forwards;
}
@keyframes imgzoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.mainVisual .inner .fooUl li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .scroll {
	padding-bottom: 60px;
	position: absolute;
	bottom: 180px;
	left: 63px;
	z-index: 20;
}
.mainVisual .scroll a {
	position: relative;
	display: block;
	width: 21px;
	height: 56px;
	color: #F5966C;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
.mainVisual .scroll a::before {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 9px;
	height: 160px;
	background: url(../img/common/arrow.png) no-repeat left top / 100%;
	content: '';
	opacity: 0.5;
}
.mainVisual .scroll a::after {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 9px;
	height: 160px;
	background: url(../img/common/arrow.png) no-repeat left top / 100%;
	content: '';
	transform-origin: top;
	animation: main_scroll 3500ms cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms paused infinite;
	animation-play-state: running;
}
@keyframes main_scroll {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

	45% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

    100% {
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }
}

.mainVisual .scroll a span {
	transform: rotate(180deg);
	display: inline-block;
}
#main .instagram {
	padding: 0 0 115px;
}
#main .instagram .imgUl li {
	margin-right: 2px;
	width: 185px;
	height: 185px;
}
#main .instagram .imgUl li a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/index/photo01.jpg) no-repeat center center / cover;
}
#main .instagram .imgUl li a:hover {
	opacity: 0.7;
}
#main .instagram .imgUl li:nth-child(2) a {
	background-image: url(../img/index/photo02.jpg);
}
#main .instagram .imgUl li:nth-child(3) a {
	background-image: url(../img/index/photo03.jpg);
}
#main .instagram .imgUl li:nth-child(4) a {
	background-image: url(../img/index/photo04.jpg);
}
#main .instagram .imgUl li:nth-child(5) a {
	background-image: url(../img/index/photo05.jpg);
}
#main .instagram .imgUl li:nth-child(6) a {
	background-image: url(../img/index/photo06.jpg);
}
#main .instagram .imgUl li:nth-child(6n) {
	margin-right: 0;
}
#main .about {
	margin-bottom: 114px;
}
#main .about .headLine01 {
	margin-bottom: 124px;
	font-size: 1.6rem;
}
#main .about .imgBox {
	margin-bottom: 95px;
}
#main .about .imgBox .photoBox {
	width: 480px;
	order: 1;
}
#main .about .imgBox .photoBox .photo01,
#main .about .imgBox .photoBox .photo02 {
	overflow: hidden;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#main .about .imgBox .photoBox .photo01 {
	margin-bottom: 18px;
}
#main .about .imgBox .textBox {
	margin-left: 1px;
	width: 565px;
}
#main .about .imgBox .textBox h3 {
	margin: -3px 0 42px;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.71;
}
#main .about .imgBox .textBox p {
	margin-bottom: 34px;
	line-height: 2.125;
	letter-spacing: 0.05em;
}
#main .about .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .about .title {
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}
#main .about .title::before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #26151B;
	content: '';
}
#main .about .title span {
	padding: 0 42px;
	position: relative;
	z-index: 10;
	display: inline-block;
	letter-spacing: 0.05em;
	background-color: #FDF1EA;
}
#main .about .tableBox {
	margin-bottom: 126px;
}
#main .about .tableBox .subTab {
	width: 535px;
}
#main .about .tableBox .subTab table {
	width: 100%;
	border-collapse: collapse;
}
#main .about .tableBox .subTab th,
#main .about .tableBox .subTab td {
	padding: 15px 15px 15px 22px;
	height: 126px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	letter-spacing: 0.05em;
	line-height: 1.75;
	border-top: 1px solid #DDD;
}
#main .about .tableBox .subTab tr:last-child th,
#main .about .tableBox .subTab tr:last-child td {
	border-bottom: 1px solid #DDD;
}
#main .about .tableBox .subTab th {
	padding: 15px 15px 15px 17px;
	width: 26.8%;
	font-weight: 700;
	background-color: #FAE0D2;
}
#main .about .js-bg-img {
	height: 660px;
	position: relative;
	overflow: hidden;
}
#main .about .img {
    position: absolute;
    width: 100%;
    height: 120%;
    top: -20%;
}
#main .about .js-bg-img .img img {
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
#main .guide {
	margin-bottom: 119px;
}
#main .guide .headLine01 {
	margin-bottom: 124px;
	font-size: 1.6rem;
}
#main .guide .guideList {
	margin: 0 0 36px;
}
#main .guide .guideList li {
	width: 535px;
}
#main .guide .guideList .subUl {
	margin-top: -32px;
}
#main .guide .guideList .subUl li {
	margin-top: 32px;
}
#main .guide .guideList li .text {
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .guide .tableBox table {
	margin-bottom: 25px;
	width: 100%;
	border-collapse: collapse;
}
#main .guide .tableBox .headLine02 {
	margin-bottom: 42px;
}
#main .guide .tableBox th,
#main .guide .tableBox td {
	padding: 38px 45px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	letter-spacing: 0.05em;
	border-top: 1px solid #DDD;
}
#main .guide .tableBox tr:last-child th,
#main .guide .tableBox tr:last-child td {
	border-bottom: 1px solid #DDD;
}
#main .guide .tableBox th {
	padding: 38px 30px;
	width: 33.3%;
	font-weight: 700;
	text-align: center;
	background-color: #FFF;
}
#main .guide .tableBox td h4 {
	margin-bottom: 3px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .guide .tableBox td p {
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .guide .tableBox .note {
	letter-spacing: 0.05em;
}
#main .photo .headLine01 {
	margin-bottom: 125px;
	font-size: 1.6rem;
}
#main .photo {
	margin-bottom: 115px;
}
#main .photo .inner {
	height: 360px;
	overflow: hidden;
}
#main .photo .photoUl {
	display: flex;
	flex-wrap: wrap;
}
#main .photo .photoUl li {
	margin-right: 20px;
	width: 360px;
	flex-shrink: 0;
	overflow: hidden;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#main .photo .photoUl li:last-child {
	margin-right: 0;
}
#main .flow {
	margin-bottom: 114px;
}
#main .flow .headLine01 {
	margin-bottom: 124px;
	font-size: 1.6rem;
}
#main .flow .flowList {
	padding: 0 0 54px 46px;
	position: relative;
}
#main .flow .flowList::before {
	position: absolute;
	top: 7px;
	left: -1px;
	bottom: 0;
	width: 14px;
	background: url(../img/common/arrow01.png) no-repeat bottom center / 100% auto;
	content: '';
}
#main .flow .flowList li {
	margin-bottom: 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .flow .flowList li:last-child {
	margin-bottom: 0;
}
#main .flow .flowList li .circle {
	padding-top: 39px;
	width: 120px;
	height: 120px;
	font-size: 2.8rem;
	font-weight: 400;
	font-family: 'Almarai', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #FAE0D2;
}
#main .flow .flowList li .txtBox {
	margin-top: 2px;
	width: calc(100% - 158px);
}
#main .flow .flowList li .txtBox h3 {
	margin-bottom: 6px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .flow .flowList li .txtBox p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#main .staff {
	margin-bottom: 114px;
}
#main .staff .headLine01 {
	margin-bottom: 123px;
	font-size: 1.6rem;
}
#main .staff .staffList {
	margin-top: -30px;
}
#main .staff .staffList li {
	margin: 30px 15px 0;
	width: 200px;
}
#main .staff .staffList li:nth-child(5n) {
	margin-right: 0;
}
#main .staff .staffList li .pho {
	margin-bottom: 23px;
}
#main .staff .staffList li .text {
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
#main .staff .staffList li .text:last-child {
	margin-bottom: 0;
}
#main .access {
	margin-bottom: 120px;
}
#main .access .headLine01 {
	margin-bottom: 123px;
	font-size: 1.6rem;
}
#main .access .map {
	margin-bottom: 37px;
}
#main .access .map iframe {
	width: 100%;
	height: 660px;
	-webkit-filter: grayscale(1); 
	filter: grayscale(1);
}
#main .access p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: 70px 0 65px;
		position: relative;
	}
	.mainVisual .inner {
		padding: 24px 24px 0;
		display: block;
	}
	.mainVisual .inner .rBox {
		width: auto;
		display: block;
	}
	.mainVisual .inner .rBox .subBox {
		margin: 0;
		padding-top: 0;
		width: auto;
	}
	.mainVisual .inner .rBox .title {
		margin-bottom: 16px;
		font-size: 2.2rem;
	}
	.mainVisual .inner .rBox .text {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		line-height: 2.15;
	}
	.mainVisual .inner .fooUl {
		margin-bottom: 22px;
		padding-bottom: 0;
		width: auto;
		height: auto;
	}
	.mainVisual .inner .fooUl .slick-slide {
		height: 100%;
	}
	.mainVisual .inner .fooUl .slick-slide > div li {
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
		-webkit-mask-image: -webkit-radial-gradient(white, black);
	}
	.mainVisual .slick-slide img {
		width: 100%;
	}
	.mainVisual .scroll {
		bottom: 83px;
		left: inherit;
		right: 24px;
	}
	.mainVisual .scroll a {
		font-size: 1.2rem;
		width: 18px;
		height: 48px;
	}
	.mainVisual .scroll a::before {
		top: 57px;
		left: 9px;
		height: 69px;
		background-image: url(../img/common/arrow_sp.png);
	}
	.mainVisual .scroll a::after {
		top: 57px;
		left: 9px;
		height: 69px;
		background-image: url(../img/common/arrow_sp.png);
	}
	#main .instagram {
		padding: 0 0 72px;
	}
	#main .instagram .imgUl {
		margin-top: -2px;
	}
	#main .instagram .imgUl li {
		margin: 1px 1px 0 0;
		width: calc((100% - 2px) / 3);
		height: 0;
		padding-bottom: calc((100% - 2px) / 3);
		position: relative;
		box-sizing: border-box;
	}
	#main .instagram .imgUl li:nth-child(3n) {
		margin-right: 0;
	}
	#main .instagram .imgUl li a {
		position: absolute;
		top: 0;
		left: 0;
	}	
	#main .about {
		margin-bottom: 72px;
	}
	#main .about .headLine01 {
		margin-bottom: 38px;
	}
	#main .about .imgBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .about .imgBox .photoBox {
		width: auto;
	}
	#main .about .imgBox .photoBox .photo01,
	#main .about .imgBox .photoBox .photo02 {
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	#main .about .imgBox .photoBox .photo01 img,
	#main .about .imgBox .photoBox .photo02 img {
		width: 100%;
	}
	#main .about .imgBox .photoBox .photo01 {
		margin-bottom: 34px;
	}
	#main .about .imgBox .textBox {
		margin: 0 0 36px;
		width: auto;
	}
	#main .about .imgBox .textBox h3 {
		margin: 0 0 29px;
		font-size: 1.8rem;
		line-height: 1.66;
		text-align: center;
	}
	#main .about .imgBox .textBox p {
		margin-bottom: 28px;
		line-height: 2;
	}
	#main .about .title {
		margin-bottom: 39px;
	}
	#main .about .title span {
		padding: 0 19px;
		font-size: 1.5rem;
	}
	#main .about .tableBox {
		margin-bottom: 59px;
		display: block;
	}
	#main .about .tableBox .subTab {
		width: auto;
	}
	#main .about .tableBox .subTab th,
	#main .about .tableBox .subTab td {
		padding: 19px 0 19px;
		display: block;
		width: 100% !important;
		height: inherit;
		border-top: none;
	}
	#main .about .tableBox .subTab tr:last-child th,
	#main .about .tableBox .subTab tr:last-child td {
		border-bottom: none;
	}
	#main .about .tableBox .subTab th {
		padding: 10px 20px;
		border-radius: 5px;
	}
	#main .about .tableBox .subTab td {
		line-height: 1.86;
	}
	#main .about .js-bg-img {
		height: 290px;
	}
	#main .guide {
		margin-bottom: 67px;
	}
	#main .guide .headLine01 {
		margin-bottom: 39px;
	}
	#main .guide .guideList {
		margin: 0;
		display: block;
	}
	#main .guide .guideList li {
		width: auto;
	}
	#main .guide .guideList .subUl {
		margin: 0;
	}
	#main .guide .guideList .subUl li {
		margin: 0 0 23px;
		height: auto !important;
	}
	#main .guide .guideList li .text {
		line-height: 1.86;
	}
	#main .guide .tableBox table {
		margin-bottom: 2px;
	}
	#main .guide .tableBox .headLine02 {
		margin-bottom: 24px;
	}
	#main .guide .tableBox th,
	#main .guide .tableBox td {
		padding: 22px 0 23px;
		display: block;
		width: 100% !important;
		letter-spacing: 0.05em;
		border-top: none;
		text-align: center;
	}
	#main .guide .tableBox tr:last-child th,
	#main .guide .tableBox tr:last-child td {
		border-bottom: none;
	}
	#main .guide .tableBox th {
		padding: 12px 20px 11px;
	}
	#main .guide .tableBox td h4 {
		margin-bottom: 12px;
		font-size: 1.8rem;
		text-align: center;
	}
	#main .guide .tableBox td p {
		line-height: 1.86;
		text-align: left;
	}
	#main .photo .headLine01 {
		margin-bottom: 38px;
	}
	#main .photo {
		margin-bottom: 73px;
	}
	#main .photo .inner {
		height: 279px;
	}
	#main .photo .photoUl {
		justify-content: center;
	}
	#main .photo .photoUl li {
		margin-right: 15px;
		width: 279px;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	#main .flow {
		margin-bottom: 67px;
	}
	#main .flow .headLine01 {
		margin-bottom: 39px;
	}
	#main .flow .flowList {
		padding: 0 0 33px 24px;
	}
	#main .flow .flowList::before {
		top: 0;
		left: -1px;
		bottom: 0;
		width: 14px;
		background-image: url(../img/common/arrow01_sp.png);
	}
	#main .flow .flowList li {
		margin-bottom: 22px;
		align-items: flex-start;
	}
	#main .flow .flowList li .circle {
		padding-top: 19px;
		width: 80px;
		height: 80px;
	}
	#main .flow .flowList li .txtBox {
		margin-top: 22px;
		width: calc(100% - 98px);
	}
	#main .flow .flowList li .txtBox h3 {
		margin-bottom: 12px;
		font-size: 1.7rem;
	}
	#main .flow .flowList li .txtBox p {
		line-height: 1.86;
	}
	#main .staff {
		margin-bottom: 73px;
	}
	#main .staff .headLine01 {
		margin-bottom: 39px;
	}
	#main .staff .staffList {
		margin: 0 -24px;
		justify-content: center;
	}
	#main .staff .staffList .slick-slide > div {
		margin: 0 8px;
		width: 248px;
	}
	#main .staff .staffList li {
		margin: 0;
		width: auto;
	}
	#main .staff .staffList li .text {
		margin-bottom: 6px;
		font-size: 1.4rem;
	}
	#main .access {
		margin-bottom: 81px;
	}
	#main .access .headLine01 {
		margin-bottom: 40px;
	}
	#main .access .map {
		margin-bottom: 29px;
		padding-bottom: 106%;
		height: 0;
		position: relative;
	}
	#main .access .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	#main .access p {
		line-height: 1.86;
	}
}
@media all and (min-width: 897px) and (max-width: 1500px) {
	.mainVisual .inner .rBox .subBox {
		margin-right: -350px;
	}
}
@media all and (max-width: 359px) {
	#main .guide .tableBox td p {
		font-size: 1.3rem;
	}
}



.txtBox p{
	margin-bottom: 34px;
	line-height: 2;
}

.txtBox .txtBox_child_ttl{
	margin-bottom: 1em;
}

.txtBox ul{
	margin-bottom: 34px;
}

.txtBox ul li{
	margin-top: 1em;
	position: relative;
	padding-left: 1.5em;
	line-height: 2;
}

.txtBox ul li::before{
	content: '・';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #F5966C;
}