@charset "utf-8";
/* CSS Document */
#contents {
	overflow: inherit;
}


/* --------------------------------------------------

index

-------------------------------------------------- */
/* ttl */
.sec_1 {
	margin-bottom: 100px;
	background-color: #C8C8C8;
}
.ttl.about {
	background: #4E71AB;
}
.ttl_about_sec_1 {
	color: inherit;
	text-align: left;
	font-size: 2.6rem;
	font-weight: bold;
}
.ttle_movie {
	text-align: center;
	padding: 30px 2em;
	max-width: 20em;
	margin: 0 auto;
}
.ttle_movie span {
	position: relative;
	display: block;
}
.ttle_movie span:before {
	content: "＼";
	display: inline-block;
	position: absolute;
	left: -1.5em;/*	top: 0;	*/
}
.ttle_movie span:after {
	content: "／";
	display: inline-block;
	position: absolute;
	right: -1.5em;/*	top: 0;		*/
}
.sttl_about {
	font-size: 1.7rem;
	font-weight: bold;
}
.sttl_about_02 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.sttl_about_03 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.sttl_about_04 {
	color: #fff;
	font-size: 1em;
	margin-top: 70px;
}
.sec_2 h3 {
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	padding-top: 6rem;
}
.sec_3 h3, .sec_4 h3 {
	color: #fff;
	font-size: 4.3rem;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
.sec_3 h3, .sec_4 h3 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}
}
/* section_1 */
.sec_1 {
	margin-bottom: 0;
}
.sec_1_01 {
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec_1_01_text {
	width: 50%;
	max-width: 500px;
	position: relative;
	padding: 0 20px;
	margin: 0 auto 4rem;
}
.sec_1_01_text p {
	margin-top: 30px;
}
.sec_1_01_photo {
	width: 50%;
}
.sec_1_01_photo img {
	width: 100%;
	height: auto;
}
.page_link {
	text-align: center;
	display: flex;
	padding: 50px 0;
	justify-content: center;
	align-items: center;
}
.page_link li {
	line-height: 1.2em;
	margin: 0 3%;
}
.page_link li a {
	width: 95px;
	height: 95px;
	color: #fff;
	border-radius: 50%;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_link_01 a {
	background-color: #A56F5A;
}
.page_link_02 a {
	background-color: #4E5065;
}
.page_link_03 a {
	background-color: #B69F17;
}
.page_link .arrow {
	top: auto;
	bottom: 10px;
	right: 50%;
	margin-right: 0.5em;
	padding: 0;
}
/* sec_1_02 */
.sec_1_02 {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
}
.sec_1_02_box {
	width: 33.3%;
	padding: 0 30px;
	text-align: center;
}
.sec_1_02_box img {
	margin-bottom: 45px;
}
.sec_1_02_box p {
	text-align: left;
	font-size: 0.9em;
	margin: 40px 0 30px;
}
.sec_1_02_box a {
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	height: 50px;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.sec_1_02_box a:hover {
	background: #1b63a0;
	color: #fff;
}
.sec_1_02 .arrow {
	margin-top: 0;
}
.sec_1_02 .arrow:before {
	background: #000;
}
.sec_1_02 .arrow::after {
	border-top: 1px solid #000;
}
/*sec_1_03*/
.sec_1_03 {
	max-width: 980px;
	margin: 20px auto 0;
	padding-bottom: 6rem;
}
.sec_1_03 .movie-block {
	text-align: center;
	position: relative;
	overflow: hidden;	
	max-width: 800px;
	margin: 0 auto;
}
.sec_1_03 .movie-block img {
	width: 100%;
}
.sec_1_03 .movie-block figcaption span {
	color: #fff;
	text-align: center;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	width: 12em;
	font-size: 1.6rem;
}
.sec_1_03 .movie-block figcaption span .arrow {
	margin-top: 0;
}
.sec_1_03 .movie-block figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.sec_1_03 .movie-block figure:hover figcaption{
	opacity: 1;
}
.sec_1_03 .movie-block figure figcaption a {
	display: block;
	height: 100%;
	opacity: 1;
}


@media screen and (max-width: 800px) {
.sec_1_01 {
	display: block;
}
.sec_1_01_text {
	width: 92%;
	margin: 0 auto 4%;
	max-width: 100%;
	padding: 0;
}
.sec_1_01_photo {
	width: 100%;
}
.ttl_about_sec_1 {
	font-size: 2.0rem;
}
.page_link {
	padding: 4% 0;
}
.sec_1_01_text p {
	margin-top: 2%;
}
.sec_1_02 {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 4%;
}
.sec_1_02_box {
	width: 50%;
	padding: 0 4%;
}
.sec_1_02_box img {
	margin-bottom: 8%;
	max-width: 100%;
	height: auto;
}
.sec_1_02_box p {
	margin: 8% 0 4%;
}
.sttl_about {
	font-size: 1.4rem;
}
.sec_1_02_box:last-child {
	margin-top: 8%;
	}
.sec_1_02_box a {
	min-height: 40px;
}
.sec_1_02_box .arrow {
	right: 10px;
}
.ttle_movie span:before,
.ttle_movie span:after {
	top: 50%;
	margin-top: -0.6em;
}
.ttle_movie {
	padding: 4% 2em;
}
.sec_1_03 {
	margin: 4% auto 0;
	padding-bottom: 6%;
}
.sec_1_03 .movie-block figcaption span {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 420px) {
.page_link li {
	margin: 0 1rem 0 0;
}
.page_link li a {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.sec_1_02_box:last-child {
	width: 100%;
}
.sec_1_02_box:last-child img {
	max-width: 50%;
	margin-bottom: 4%;
}
.sec_1_02_box:last-child p {
	margin: 4% 0 2%;
}	
}
/* section_2 */
.sec_2 {
	display: flex;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	color: #fff;
}
.floormap {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #fff;
	color: #666;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%);
}
.sec_2_north_pic01 {
	width: 30%;
	height: auto;
	flex-basis: 180px;
}
.south {
	width: 50%;
	padding: 0 8% 520px;
	background-color: #D15970;
	position: relative;
}
.north {
	width: 50%;
	padding: 0 8% 520px;
	background-color: #BBA82E;
	position: relative;
}
.map_south, .map_north {
	position: relative;
}
.map_south_circle, .map_north_circle {
	position: absolute;
	top: -40px;
	right: 5px;
}
.sec_2_text_01 {
	margin: 20px 0 60px;
	min-height: 8em;
}
.sec_2_south_box {
	margin: 20px 0 30px;
}
.sec_2_south_box h4, .sec_2_south_box p {
	padding: 0 20px;
}
.sec_2_south_box img {
	margin-bottom: 10px;
}
.sec_2_north_box {
	display: flex;
	margin: 20px 0;
}
.sec_2 img {
	width: 100%;
	height: auto;
}
.sec_2_north_box_text {
	width: 70%;
	padding: 0 2%;
}
.sec_2_north_box p,
.sec_2_south_box p {
	font-size: 0.9em;
}
.sec_2_south_box.outlook {
	position: absolute;
	top:78%;
	width: 68%;
}
@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 800px) {
.sec_2 {
	display: block;
	position: relative;
}
.south, .north {
	width: 100%;
	padding: 0 4% 5%;
}
.floormap {
	position: absolute;
	top: -20px;
	left: 4%;
	transform: none;
	width: 80px;
	height: 80px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.sec_2 h3 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding-top: 6%;
}
.map_south_circle img,  .map_north_circle img {
	max-width: 100px;
}
.sec_2_text_01 {
	min-height: auto;
	margin: 4% 0 50px;
}
.sec_2_south_box {
	margin: 4% 0 6%;
}
.sec_2_south_box h4,
.sec_2_south_box p {
	padding: 0 2%;
}
.sttl_about_02 {
	font-size: 1.6rem;
	margin-bottom: 2%;
}
.sec_2_south_box.outlook {
	position: inherit;
	bottom: inherit;
	width: 100%;
}
}

@media screen and (max-width: 420px) {
.floormap {
	width: 60px;
	height: 60px;
	top: -10px;
}
}
/* section_3 */

.sec_3 {
	display: flex;
	background-color: #9698AD;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 100px;
}
.sec_3_text {
	width: 50%;
	padding: 10% 8%;
	display: inline-table;
}
.sec_3_text:before {
	content: " ";
	width: 50%;
	height: 100px;
	background: #D15970;
	display: block;
	position: absolute;
	top: -65px;
	left: 0;
	transform: skew(0deg, 4deg);
	z-index: 1;
}
.sec_3_photo {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.sec_3_photo:before {
	content: " ";
	width: 100%;
	height: 100px;
	background: #BBA82E;
	display: block;
	position: absolute;
	top: -65px;
	right: 0;
	transform: skew(0deg, -4deg);
	z-index: 1;
}
.sec_3_photo img {
	width: auto;
	height: 110%;
	margin-top: -30px;
}
@media screen and (min-width: 1200px) {
.sec_3_photo img {
	width: 100%;
	height: auto;	
	margin-top: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);		
}
}
@media screen and (max-width: 800px) {
.sec_3_text:before {
	background: #BBA82E;
	width: 100%;
}
.sec_3_photo:before {
	content: none;
}
.sec_3 {
	display: block;
}
.sec_3_text {
	width: 100%;
	padding: 10% 4% 6%;
}
.sttl_about_03 {
	margin-bottom: 4%;
}
.sttl_about_04 {
	margin-top: 4%;
}
.sec_3_photo {
	width: 100%;
}
.sec_3_photo img {
	width: 100%;
	height: auto;
	margin-top: 0;
	}
.sec_1_03 .movie-block {
	margin: 0 4%;
}	
}

@media screen and (max-width: 420px) {
.sec_3 .sttl {
	margin: 40px 0 30px;
}
}
/* section_4 */
.sec_4 {
	background-color: #A56F5A;
	padding: 5% 0 160px;
	margin-bottom: 0;
	margin-top: -155px;
	transform: skew(0deg, 3deg);
	height: 100%;
}
.layout_box {
	transform: skew(0deg, -3deg);
}
.sec_4_contents {
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
	padding: 0 20px;
}
.sec_4_map {
	width: 50%;
	padding: 0 4% 0 0;
}
.sec_4_map iframe {
	width: 100%;
	height: 100%;
}
.sec_4_address {
	width: 50%;
}
.sec_4_address table {
	color: #fff;
}
.sec_4 .sec_4_address table tr:first-of-type {
	border-top: 1px solid #EAEAEA;
}
.sec_4 .sec_4_address table tr {
	border-bottom: 1px solid #EAEAEA;
}
.sec_4 .sec_4_address table tr th {
	width: 105px;
	text-align: center;
}
.sec_4 .sec_4_address table tr td {
	font-size: 0.9em;
	padding: 2% 0;
}

@media screen and (max-width: 800px) {
.sec_4_contents {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 4% 5%;
	max-width: 100%;
}
.sec_4_address, .sec_4_map {
	width: 100%;
}
.sec_4_address {
	order: 1;
}
.sec_4_address table {
	width: 100%;
	margin-bottom: 4%;
}
.sec_4_map {
	order: 2;
	padding: 0;
	height: 300px;
}
.sec_4 {
	padding: 5% 0 100px;
}
}
#footer {
	margin-top: -100px;
	z-index: 10;
	position: relative;
}
