@charset "utf-8";

.myText-inner:before,
.myText-inner:after,
.spotList-outer:before,
.spotList-outer:after,
.spotList:before,
.spotList:after {
    content : "";
    display : table;
}

.myText-inner:after,
.spotList-outer:after,
.spotList:after {
    clear : both;
}

.myText {
    position: absolute;
	top: 185px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50;
	width: fit-content !important;
}

.myText-inner {
	background-color: #ffffffbf;
	-webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    -webkit-box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
    -moz-box-shadow: 0 0 .5625rem rgba(189,155,106,.5);
    box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
	z-index: 20;
	padding: 3em;
}

.myText h2 {
	font-weight: bold;
	font-size: 24px;
    padding: 20px 0;
    font-family: 'Locator';
	line-height: 1.3em;
}

.spotList .first { margin-left: 0 !important; }
.spotList .last { margin-right: 0 !important; }
.topRow .properties {
	margin-top: 0;
}

.bottomRow .properties {
	margin-bottom: 0;
}

.properties {
	width: 128.22px;
    float: left;

    margin: 10px;
	-webkit-box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
    -moz-box-shadow: 0 0 .5625rem rgba(189,155,106,.5);
    box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
	position: relative;
}

.properties img {
	-webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;

}

.properties:hover {
    color: #bd9b6a;
}

.properties img:hover {
    opacity: 0.8;
}

.properties .text {
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bd9b6a;
    color: white;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s, opacity 0.2s linear; 
	transition: visibility 0s, opacity 0.2s linear; 
}
.myText .text .page_title {
	margin: 0 5px;
}
.properties:hover .text {
	width: 100%;
    padding: 10px 0;
    /* margin: 0px 10px 10px 0px; */
    visibility: visible;
    opacity: 0.9;
}

.myText .text .page_title {
	text-align: center !important;
}


#main .news .pressRelease .box a .page_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    line-height: 1.4;
    text-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
/* ※ * ※ * ※ * ※ * ※ *
	Fancy Buttons
* ※ * ※ * ※ * ※ * ※ */
.btn {		
	padding: 1.4rem;
	/*color: black; */
	text-transform: uppercase;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
	text-align: center;
}

.btn:before, .btn:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}

.btn span.btn-title {
	color: black;
	transition-delay: .2s;
}
.btn:hover span.btn-title {
	color: #fff;
	transition-delay: .5s;
}

.btn:hover span.btn-text {
	color: #bd9b6a;
	transition-delay: .5s;
}

.btn:hover:before {
	transition-delay: 0s;
}

.btn:hover:after {
	background: var(--inv);
	transition-delay: .35s;
}
.btn span {
	display: block;
	font-weight: 550;
}
.btn span.btn-title {
	font-size: 1rem;
	padding-bottom: 1rem;
	color:#bd9b6a;
}

.btn span.btn-text {
	font-size: 2rem;
	line-height: 1.4;
	color: #555;
}
/* From Left */

.from-left:before, 
.from-left:after {
	top: 0;
	width: 0;
	height: 100%;
}

.from-left:before {
	right: 0;
	border-left: 0;
	border-right: 0;
}

.from-left:after {
	left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
	width: 100%;
}
/* From Top */

.from-top:before, 
.from-top:after {
	left: 0;
	height: 0;
	width: 100%;
}

.from-top:before {
	bottom: 0;	
	border-top: 0;
	border-bottom: 0;
}

.from-top:after {
	top: 0;
	height: 0;
}

.from-top:hover:before,
.from-top:hover:after {
	height: 100%;
}
/* From Right */

.from-right:before, 
.from-right:after {
	top: 0;
	width: 0;
	height: 100%;
}

.from-right:before {
	left: 0;
	border-left: 0;
	border-right: 0;	
}

.from-right:after {
	right: 0;
}

.from-right:hover:before,
.from-right:hover:after {
	width: 100%;
}

/* From center */

.from-center:before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border-left: 0;
	border-right: 0;
}

.from-center:after {
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: var(--inv);
}

.from-center:hover:before {
	left: 0;
	width: 100%;
}

.from-center:hover:after {
	top: 0;
	height: 100%;
}

/* From Bottom */

.from-bottom:before, 
.from-bottom:after {
	left: 0;
	height: 0;
	width: 100%;
}
.from-bottom:before {
	top: 0;	
	border-top: 0;
	border-bottom: 0;
}
.from-bottom:after {
	bottom: 0;
	height: 0;
}
.from-bottom:hover:before,
.from-bottom:hover:after {
	height: 100%;
}
div.topNav {
	--def: #fff;
	--inv: #333;
	font-weight: 900;
}

/*div.btn {margin-bottom: 3rem;}
div.btn:last-child {margin-bottom: 0;}

/* ※ * ※ * ※ * ※ * ※ *
	PC
* ※ * ※ * ※ * ※ * ※ */
@media print, screen and (min-width: 1140px) {
	.properties {
		width: 128.22px;
	}
	.myText  {
		width: 1102px;
	}
	.myText .text .page_title {
		font-size: 1em;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
}
@media print, screen and (min-width: 1280px) {
	.properties {


	}
	.myText  {
	}
	.myText .text .page_title {

	}
}
@media print, screen and (min-width: 1440px) {
	.properties {


	}
	.myText  {

	}
	.myText .text .page_title {

	}
}
@media print, screen and (min-width: 1920px) {
	.properties {

	}
	.myText  {

	}
	.myText .text .page_title {

	}
}
#main .clients {
	background: #555 !important;
	border-top: 1px solid #bd9b6a;
}
#main .clients .title {
	color: #fff !important;
}

@media print, screen and (min-width: 768px) {
/* * * * * * * * * * * * *
		#main
* * * * * * * * * * * * */
#main {
	margin-top: 110px;
	background: #fff;
}
/* * * * * .top * * * */

/* * * .movie* * */
#main .top.movie video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* * * .cover * * */
#main .top .cover {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
/* * * * * icon_mouse * * * */
#main .top .scroll-icon {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	z-index: 11;
}
#main .top .scroll-icon img {
	position: relative;
	animation: moveimg 2.5s ease-in infinite;
}

/* * * * * .topLead * * * */
#main .topLead {
	position: relative;
	z-index: 500;
	background: #fff;
	padding: 65px 0 80px;
	border-bottom: 1px solid #f2ebe1;
}
#main .topLead .main_title {
	padding-bottom: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.666;
	letter-spacing: 0.04em;
}
#main .topLead .toptext {
	width: 980px;
	margin: 0 auto;
	text-align: center;
/*	display:flex;
	justify-content: space-between;*/
}
#main .topLead .toptext div:nth-of-type(2) {
	margin-top: 80px;
}

#main .topLead .toptext dt {
	color: #bd9b6a;
	font-size: 22px;
	font-family: 'Locator';
	letter-spacing: 1px;
	line-height: 1.8;
	margin-bottom: 18px;
}
/*#main .topLead .toptext dt img {
	border: 1px solid  #bd9b6a;
	margin-right: 10px;
	width: 40px;
}*/
#main .topLead .toptext dd {
	font-size: 25px;
	font-weight: 600;
}
#main .topLead .sc_fade div {
	opacity: 0;
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	-webkit-transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}
#main .topLead .sc_fade div:nth-of-type(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#main .topLead .sc_fade.show div {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* * * * * .news * * * */
#main .news {
	position: relative;
	z-index: 500;
	background: #555;
	padding: 45px 0;
	border-top: 1px solid #bd9b6a;
    border-bottom: 1px solid #bd9b6a;
}
/* .titleArea */
#main .news .titleArea .title {
	font-family: 'Locator';
	font-size: 30px;
	text-align: center;
	color: #fff;
}
#main .news .titleArea .title:after {
	position: absolute;
	bottom: 285px;
	left: 50%;
	margin: 0 25px 0 -25px;
	z-index: 2;
	content: "";
	width: 50px;
	height: 4px;
	background: #bd9b6a;
	border-radius: 10px;
	}
#main .news .titleArea .link {
	display: none;
}
/* .newsList */
#main .news .newsList {
	width: 681px;
	margin: 10px auto 0;
}
#main .news .newsList li {
	line-height: 4;
	font-size: 15px;
	position: relative;
}
#main .news .newsList li {
	color: #fff;
	font-weight: 600;
}
#main .news .newsList li a .date {
	display: inline-block;
	letter-spacing: normal;
	width: 100px;
	vertical-align: top;
	text-decoration: inherit;
	font-weight: 550;
}
#main .news .newsList li a .text {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	text-decoration: inherit;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 550;
}
#main .news .newsList li a:hover .text {
	color: #bd9b6a;
}
#main .news .newsList li a .text:after {
	content: "";
	display: block;
	margin-top: -15px;
	width: 0;
	height: 1px;
	background: #bd9b6a;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .news .newsList li a:hover .text:after {
	width: 100%;
}
.more:before {
	display: none !important;
}
.more {
	margin-top: 40px;
	text-align: right;
}
#main .news .sc_fade {
	opacity: 0;
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	-webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
#main .news .sc_fade.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/* * * * * .pressRelease * * * */
#main .pressRelease {
	position: relative;
	z-index: 500;
	padding: 45px 0;
	width: 100%;
	display: none;
	justify-content: space-between;
}
#main .pressRelease figure {
	/* border-right: 1px solid #f2ebe1; */
	text-align: center;
	width: calc(33.33% - 26px);
    padding: 13px;
    float: left;
}
#main .pressRelease .sc_fade:nth-of-type(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
#main .pressRelease .sc_fade:nth-of-type(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#main .pressRelease .sc_fade.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* * * * * .topNav * * * */
#main .topNav {
	position: relative;
	z-index: 500;
	width: 100%;
	padding: 45px 0;
}

#main .topNav .titleArea .title {
	position: relative;
	font-size: 30px;
	font-weight: 600 !important;
	color: #555;
	text-align: center;
}
#main .topNav .titleArea .title:after {
position: absolute;
bottom: -5px;
left: 50%;
margin: 0 25px 0 -25px;
z-index: 2;
content: "";
width: 50px;
height: 4px;
background: #bd9b6a;
border-radius: 10px;
}
#main .topNav ul {
	overflow: hidden;
	margin-top: 45px;
}
#main .topNav ul li {
	position: relative;
	float: left;
	border-left: 2px solid #555;
	width: calc(33.333% - 2px);
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.6s 0.0s ease-out;
	transition: all 0.6s 0.0s ease-out;
}
.n1, .n2 , .n3 {
	border-top: 0 !important;
}
.n4, .n5 , .n6 {
	border-bottom: 0 !important;
}
.n1, .n4 {
	border-left: 0 !important;
}
.n3, .n6 {
	border-right: 0 !important;
}
#main .topNav ul li.show {
	opacity: 1;
	transform: translate(0, 0)
}

#main .topNav ul li a {
	display: block;

}
#main .topNav ul li .title {
	padding-top: 40px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.imgWrapper {
margin: 45px 0;
		
}
.custom-image-grid-wrapper {
	width: 1140px;
	margin: 0 auto;
	background: #fff;
	
}



/* * * * * .links * * * */
#main .links {
	position: relative;
	z-index: 500;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #f2ebe1;
	box-sizing: border-box;
	height: 100px;
	line-height: 100px;
	margin-top: -1px;
}
#main .links .link {
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	border-left: 1px solid #f2ebe1;
	box-sizing: border-box;
}
#main .links .link:first-child {
	border-left: none;
}
#main .links .link a {
	display: block;
	width: 100%;
	height: 100%;
	background: #faf8f5;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .links .link a:hover {
	background: #f6f2ec;
}
#main .links .link a .text {
	text-align: center;
	width: 100%;
	max-width: 640px;
	position: absolute;
	top: 0;
	letter-spacing: -0.4em;
}
#main .links .link a .text .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: normal;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .links .link a .text .icon .off,
#main .links .link a .text .icon .on {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .links .link a .text .icon .off {
	opacity: 1;
}
#main .links .link a .text .icon .on {
	opacity: 0;
}
#main .links .link a:hover .text .icon .off {
	opacity: 0;
}
#main .links .link a:hover .text .icon .on {
	opacity: 1;
}
#main .links .link a .text .t {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 25px;
}
/* * * .faq * * */
#main .links .link.faq a .text {
	right: 0;
}
#main .links .link.faq a .text .icon .off {
	background: url(/img/index/top_links_faq_icon.png) no-repeat center;
	background-size: cover;
}
#main .links .link.faq a .text .icon .on {
	background: url(/img/index/top_links_faq_icon_on.png) no-repeat center;
	background-size: cover;
}
#main .links .link.faq a .text .t {
	width: 167px;
}
/* * * .contact * * */
#main .links .link.contact a .text {
	left: 0;
}
#main .links .link.contact a .text .icon .off {
	background: url(/img/index/top_links_contact_icon.png) no-repeat center;
	background-size: cover;
}
#main .links .link.contact a .text .icon .on {
	background: url(/img/index/top_links_contact_icon_on.png) no-repeat center;
	background-size: cover;
}
#main .links .link.contact a .text .t {
	width: 221px;
}
/* * * .instagram * * */
#main .instagram {
	position: relative;
	width: 100%;
	background: #faf8f5;
	border-top: 1px solid #f2ebe1;
	padding: 45px 0;
}
#main .instagram .instahead {
	text-align: center;
}
#main .instagram .text {
	font-family: 'Locator';
	font-size: 30px;
}
#main .instagram .icon {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .instagram .icon .off,
#main .instagram .icon .on {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .instagram .icon .off {
	opacity: 1;
	background: url(/img/index/instagram_off.png) no-repeat center;
	background-size: cover;
}
#main .instagram .icon .on {
	opacity: 0;
	background: url(/img/index/instagram_on.png) no-repeat center;
	background-size: cover;
}
#main .instagram .icon .off:hover {
	opacity: 0;
}
#main .instagram .icon .on:hover {
	opacity: 1;
}
#main .instagram .insta:nth-child(1) {
	border-left: none;
}
#main .instagram .insta {
	margin: 45px 0;
}
#main .instagram .sbi_item {
	width: 33.33% !important;
}
#main .instagram .insta .sbi_imgLiquid_ready {
	-webkit-border-radius: .3125rem;
	-moz-border-radius: .3125rem;
	border-radius: .3125rem
	-webkit-box-shadow: 0 0 0.5625rem rgba(189,155,106,.5);
	-moz-box-shadow: 0 0 .5625rem rgba(189,155,106,.5);
	box-shadow: 0 0 0.5625rem rgba(189,155,106,.5);
	height: 300px !important;
	margin: 13px;
}
#main .instagram .insta #sb_instagram {
	max-width: 100% !important;
}

/** News Section ***/
#main .news .pressRelease .box {
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 270px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
}
#main .news .pressRelease .box:hover {
	opacity: .8;
}
#main .news .pressRelease .box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0.6) 100%);
	width: 100%;
	height: 100%;
}
#main .news .pressRelease a {
	display: block;
	position: relative;
	-webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    -webkit-box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
    -moz-box-shadow: 0 0 .5625rem rgba(189,155,106,.5);
    box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
	background-color: #fff;
}
#main .news .pressRelease a:hover {
	color: #bd9b6a;
}
#main .news .pressRelease a .box .date {
	top: 0;
	left: 0;
	padding-left: 15px;
	background: rgba(189,155,106,.9);
	width: 90px;
	color: #fff;
}
#main .news .pressRelease a .page_title {
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	line-height: 1.8;
	font-weight: 550;
}
/* * * * * .mgmImages * * * */
#main .mgmImages {
	background: #fff;
	position: relative;
	z-index: 500;
}
#main .mgmImages figure {
	position: relative;
}
#main .mgmImages figure div {
	width: 100%;
	height: 580px;
	overflow: hidden;
}
#main .mgmImages figure img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;

}
#main .mgmImages figure figcaption {
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0 0 3px #000;
	padding: 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
#main .mgmImages figure figcaption span {
	font-weight: bold;
	display: block;
	text-align: center;
}
#main .mgmImages .sc_fade {
	opacity: 0;
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	-webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
#main .mgmImages .sc_fade.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#main .mgmImages .sc_fade.show img{
	animation: zoomimg 10s ease-out forwards;
}
/* * * * * * * * * * * * *
		#modal
* * * * * * * * * * * * */
#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
#modal .modalBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
}
#modal .modalMain {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#modal .modalMain .modalPlayer {
	position: relative;
	width: 100%;
	height: 100%;
}
#modal .modalMain .modalPlayer video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#modal .modalClose {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/index/top_modal_close.jpg) no-repeat center;
	background-size: cover;
	width: 64px;
	height: 64px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#modal .modalClose:hover {
	background: url(/img/index/top_modal_close_on.jpg) no-repeat center;
	background-size: cover;
}
}

/* * * * *  keyframe  * * * * */
@keyframes moveimg {
	0% {
		left: 0;
		top: 0;
		opacity: 0;
	}
	70% {
		left: 0;
		top: 30px;
		opacity: 1;
	}
	90% {
		left: 0;
		top: 30px;
		opacity: 1;
	}
	100% {
		left: 0;
		top: 20px;
		opacity: 0;
	}
}
@keyframes zoomimg {
	0% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	5% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ※ * ※ * ※ * ※ * ※ *
	SP
* ※ * ※ * ※ * ※ * ※ */
@media screen and (max-width: 1279px) {
	.spotList {

	}
	.myText .text .page_title {
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		line-height: 1.8;
	}
}
@media screen and (max-width: 767px) {

/* * * * * * * * * * * * *
		#main
* * * * * * * * * * * * */
#main {
	margin-top: 15.8vw;
	background: #fff;
}
.mapholder {
    padding: 0;
}
#main .contents .inner {
    padding-bottom: 2em !important;
}
/* * * * * .top * * * */

#main .topNav .titleArea .title,
.mapholder .titleArea .title {
	position: relative;
	font-size: 1.3em;
	font-weight: 600 !important;
	color: #bd9b6a;
	text-align: center;
}

/* * * .cover * * */
#main .top .cover {
	z-index: 500;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
}
/* * * * * .topLead * * * */
#main .topLead {
	position: relative;
	z-index: 500;
	background: #fff;
	border-top: 1px solid #f2ebe1;
	padding: 14.666vw 0 5vw;
}
#main .topLead .main_title {
	padding: 0 5vw;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
#main .topLead .toptext {
	width: 85.333vw;
	margin: 10vw auto 0;
}
#main .topLead .toptext div {
	padding-bottom: 12vw;
}
#main .topLead .toptext div:last-of-type {
	padding-bottom: 0;
}

#main .topLead .toptext dt {
	color: #bd9b6a;
	font-size: 4.444vw;
	font-family: 'Locator';
	letter-spacing: .08em;
	line-height: 1.8;
	margin-bottom: 3vw;
}
#main .topLead .toptext dt img{
	border: 1px solid  #bd9b6a;
	margin-right: 3vw;
	width: 8vw;
}
#main .topLead .toptext dd {
	font-size: 4.4vw;
	font-weight: 600;
}
#main .topLead .sc_fade div{
	opacity: 0;
	-webkit-transform: translate(0, 10vw);
	transform: translate(0, 10vw);
	-webkit-transition: transform 0.8s ease-out, opacity 0.8s ease-out;
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
#main .topLead .sc_fade.show div {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/* * * * * .news * * * */
#main .news {
	background: #555;
	padding: 2em 1em;
	border-top: 1px solid rgb(189, 155, 106);
	border-bottom: 1px solid rgb(189, 155, 106);
	}

#main .news .titleArea .title {
    font-family: 'Locator';
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
	color: rgb(255, 255, 255);
	}
#main .news .titleArea .title:after {
	position: absolute;
	bottom: 205px;
	left: 50%;
	margin: 0px 25px 0px -25px;
	z-index: 2;
	content: "";
	width: 50px;
	height: 4px;
	background: rgb(189, 155, 106);
	border-radius: 10px;
}
#main .news .titleArea .link {
	float: right;
	margin-right: 5.333vw;
	width: 23.2vw;
}
#main .news .titleArea .link:hover {
	text-decoration: underline;
}
#main .pressRelease {
    position: relative;
    z-index: 500;
    width: 100%;
}
.splide .splide__track ul li a p.page_title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 2vw;
	margin-bottom: 0.5em;
	line-height: 1.2;
	width: 100%;
	height: 2.2em;
	box-sizing: border-box;
	overflow: hidden;
}
/* .newsList */
#main .news .newsList {
	margin-top: 2.666vw;
}
#main .news .newsList li {
	font-size: 2.666vw;
	line-height: 2;
	position: relative;
	color: rgb(255, 255, 255);
}

#main .news .newsList li a {
	color: rgb(255, 255, 255);
}
#main .news .newsList li a:hover {
	text-decoration: underline;
}
#main .news .newsList li a .date {
	display: inline-block;
	letter-spacing: normal;
	width: 26.66vw;
	vertical-align: top;
	font-weight: 550;
}
#main .news .newsList li a .text {
	/*margin-left: 20px;*/
	display: inline-block;
	letter-spacing: normal;
	width: -webkit-calc(100% - 32vw);
	width: calc(100% - 32vw);
	vertical-align: top;
	font-weight: 550;
}
.more {
	text-align: right;
	margin: 2vw;
}

#main .news .sc_fade {
	opacity: 0;
	-webkit-transform: translate(0, 10vw);
	transform: translate(0, 10vw);
	-webkit-transition: all 0.8s 0.0s ease-out;
	transition: all 0.8s 0.0s ease-out;
}
#main .news .sc_fade.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 1em 0;
}
/** News Section ***/
#main .news .pressRelease .box {
	background-size: cover;
    background-position: center;
    position: relative;
    height: 50vw;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-bottom: 2.666vw;
}
#main .news .pressRelease .box:hover {
	opacity: .8;
}
#main .news .pressRelease .box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0.6) 100%);
	width: 100%;
	height: 100%;
}
#main .news .pressRelease a {
	display: block;
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
    -moz-box-shadow: 0 0 .5625rem rgba(189,155,106,.5);
    box-shadow: 0 0 0.5625rem rgb(189 155 106 / 50%);
	background-color: #fff;
}
#main .news .pressRelease a .box .date {
	top: 0;
    left: 0;
    padding-left: 3vw;
    background: rgba(189,155,106,.9);
    width: 19vw;
    font-size: 3.2vw;
	color: #fff;
}
#main .news .pressRelease a .page_title {
    padding: 0 2vw;
    margin-bottom: .5em;
    line-height: 1.2;
    width: 100%;
    height: 3.2em;
    box-sizing: border-box;
    overflow: hidden;
	font-weight: 550;
	font-size: 2.666vw
}

/* * * * * .topNav * * * */
#main .topNav {
	z-index: 500;
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 2em;
}
#main .topNav .titleArea .title {
	position: relative;
	font-size: 1.3em;
	font-weight: 600;
    color: #555;
	text-align: center;
}
#main .topNav .titleArea .title:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0px 25px 0px -25px;
	z-index: 2;
	content: "";
	width: 50px;
	height: 4px;
	background: rgb(189, 155, 106);
	border-radius: 10px;
}
#main .clients .imgWrapper	{
	padding: 3em 1em;
}
#main .topNav ul {
	overflow: hidden;
	margin-top: 3em;
}
#main .topNav ul li {
	position: relative;
	border-top: 1px solid #555;
	opacity: 0;
	transform: translate(0, 10vw);
	-webkit-transition: all 0.8s 0.0s ease-out;
	transition: all 0.8s 0.0s ease-out;
}
#main .topNav ul li.n6 {
    border-bottom: 1px solid #f2ebe1;
}
#main .topNav ul li.show {
	opacity: 1;
	transform: translate(0, 0);
}
#main .topNav ul li a {
	display: block;
}
/* * * * * .links * * * */
#main .links {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #f2ebe1;
	box-sizing: border-box;
	height: 100px;
	line-height: 100px;
	background: #faf8f5;
}
#main .links .link {
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	border-left: 1px solid #f2ebe1;
	box-sizing: border-box;
}
#main .links .link:first-child {
	border-left: none;
}
#main .links .link a {
	display: block;
	width: 100%;
	height: 100%;
	background: #faf8f5;
}
#main .links .link a .text {
	text-align: center;
}
#main .links .link a .text .icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 6.4vw;
	height: 6.4vw;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main .links .link a .text .t {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 4.8vw;
}
/* * * .Instagram * * */
#main .instagram {
	width: 100%;
	background: #faf8f5;
	border-top: 1px solid #f2ebe1;
	margin-top: -1px;
	padding: 3em 0;
}
#main .instagram .instahead {
	text-align: center;
	padding-bottom: 3em;
}
#main .instagram .text {
	font-family: 'Locator';
	font-size: 1.3em;
}
#main .instagram .insta .sbi_imgLiquid_ready {
	 -webkit-box-shadow: 0 0 0.5625rem rgba(189,155,106,.5);
	-moz-box-shadow: 0 0 .5625rem rgba(189,155,106,.5);
	 box-shadow: 0 0 0.5625rem rgba(189,155,106,.5);
	 height: 300px !important;
	margin: 1vh 0;
	max-height: 45vh;
}
/* * * .faq * * */
#main .links .link.faq a .text .icon {
	background: url(/img/index/top_links_faq_icon.png) no-repeat center;
	background-size: cover;
}
#main .links .link.faq a .text .t {
	width: 18.2666vw;
}
/* * * .contact * * */
#main .links .link.contact a .text .icon {
	background: url(/img/index/top_links_contact_icon.png) no-repeat center;
	background-size: cover;
}
#main .links .link.contact a .text .t {
	width: 17.0666vw;
}
/* * * * * .mgmImages * * * */
#main .mgmImages {
	background: #fff;
	position: relative;
	z-index: 500;
}
#main .mgmImages figure div {
	width: 100vw;
	height: auto;
	overflow: hidden;
}
#main .mgmImages figure img {
	width: 100vw;
	height: auto;
}
#main .mgmImages figure figcaption {
	padding: 5.333vw;
}
#main .mgmImages figure figcaption span {
	font-weight: bold;
	display: block;
	text-align: center;
}
#main .mgmImages .sc_fade {
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translate(0, 10vw);
	transform: translate(0, 10vw);
	-webkit-transition: all 0.8s 0.0s ease-out;
	transition: all 0.8s 0.0s ease-out;
}
#main .mgmImages .sc_fade.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#main .mgmImages .sc_fade.show img {
	animation: zoomimg 10s ease-out forwards;

}
@keyframes zoomimg {
	0% {
		transform: scale(1.15);
	}
	3% {
		transform: scale(1.18);
	}
	100% {
		transform: scale(1);
	}
}
/* * * * * * * * * * * * *
		#modal
* * * * * * * * * * * * */
#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
#modal .modalBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
}
#modal .modalMain {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding-bottom: 56.25%;
	transform: translate3d(0, -50%, 0);
}
#modal .modalMain .modalPlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#modal .modalMain .modalPlayer video {
	width: 100%;
	display: block;
}
#modal .modalClose {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/top_modal_close.jpg) no-repeat center;
	background-size: cover;
	width: 10.666vw;
	height: 10.666vw;
	cursor: pointer;
}
}
