@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

/* フォント指定 */
body {
	font-family: 
	"Noto Sans JP", 
	"Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	"BIZ UDPGothic",
	Meiryo,
	sans-serif;
}

body{
	background-color:#FFF;
}
div#panoDIV.cursorMoveMode {
	cursor: move;
	cursor: url(indexdata/graphics/cursors_move_html5.cur), move;
}
div#panoDIV.cursorDragMode {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: url(indexdata/graphics/cursors_drag_html5.cur), default;
}
#maptop {
	z-index:1;
	position: fixed;
	width:100%;
	height:40px;
	background-color:#660066;
}
#kensakuarea {
	width: 750px;
	position: relative;
	float: left;
	margin:0 0 0 220px;
	z-index:9;
}
#navigation{
	clear: both;
	width: 100%;
	/*max-width: 370px;*/
	margin:50px 0 0 0;
	float:right;
}
#navigation ul{
	display: table;
	width: 100%;
	text-align: center;
}
#navigation ul li{
	display: table-cell;
	width: 170px;
	max-width: 170px;
	float: left;
	background: none;
	margin: 0 10px 0 0;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}
#navigation ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin-right: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: none;
	width: auto;
	height: auto;
}
.btn1 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin:5px 0 0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: none;
	width: auto;
	height: auto;
	background: #e8b005;
	width:160px;
}

.btn2 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin:5px 0 0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: none;
	height: auto;
	background: #659933;
	width:120px;
}

.btn2-2 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin:5px 0 0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: right;
	height: auto;
	background: #e8b005;
	width:120px;
}

#setumei {
	width:260px;
	margin:10px 0 0 10px;
	background-color:#666;
	float:left;
	padding:20px 20px 10px 20px;
	text-align:left;
	color:#FFF;
	font-size:x-small;
	letter-spacing:1px;
}

#setumeisp {
	width:300px;
	margin:10px 0 0 10px;
	background-color:#666;
	float:left;
	padding:20px 20px 10px 20px;
	text-align:left;
	color:#FFF;
	font-size: medium;
	letter-spacing:1px;
}

#batu {
	text-align:right;
	margin:0 10px 0 0;
	font-size:x-large;
}
#batu a {
	color:#FFF;
	text-decoration:none;
}

#batusp {
	text-align:right;
	margin:-30px 10px 0 0;
	font-size:60px;
}

#batusp a {
	color:#FFF;
	text-decoration:none;
}


.btn {
	background:transparent url(btn.png) no-repeat 0 0;
	display: block;
	width:35px;
	height: 35px;
	position: absolute;
	top:10px;
	right:20px;
	cursor: pointer;
	z-index: 100;
}
.peke {
	background-position: -35px 0;
	top:10px;
	z-index: 101;
}

h2 {
	border: none;
  background-color: transparent;
  height: auto;
  font-weight: bold;
	color:#FFF;
  width: 15%;
  font-size: 16px;
  padding-top: 8px;
}
SELECT {
	padding:5px 5px 5px 5px;
}
.drawr {
	display: none;
	background-color:rgba(0,130,255,1.0);
	position: absolute;
	top: 0px;
	right:0;
	width:100%;
	padding:60px 0 20px 50px;
	z-index: 100;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}


.tooltip_container{
	text-align:center;
	background-color:#fefefe;
	/* margin-right: 200px; */
	transform: translateX(-40%);
	width: 100%;
	padding: 10px;
	color: #333;
	font-size: 1rem;
	box-shadow:none;
	text-shadow: rgb(0 0 0) 0px 0px 0px;
	line-height: 140%;
	border: 2px solid #FA6323;
}

.tooltip_avatar_container
{
	position: relative;
	text-align:center;
	background-color:#fefefe;
	/* margin-right: 200px; */
	/* transform: translateX(-40%); */
	margin-bottom: 50px;
	width: 100%;
	padding: 30px;
	color: #333;
	font-size: 1rem;
	box-shadow:none;
	text-shadow: rgb(0 0 0) 0px 0px 0px;
	line-height: 140%;
	border: 2px solid #FA6323;
	border-radius: 25px;
}

.tooltip_avatar_container p{
	font-size: 50px;
}

.tooltip_avatar_container:after {
    content: ""; 
    position: absolute;
    bottom: -12px;
    left: 50%; 
    transform: translateX(-50%) rotate(-45deg); 
    width: 20px;
    height: 20px; 
    background-color: #fefefe;
    border-left: 2px solid #FA6323; 
    border-bottom: 2px solid #FA6323; 
}
a.top-left-link-btn-contact {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 999;
}

a.top-left-link-btn-contact.second{
	top: 110px;
}

button.contact-btn {
	width: 180px;
	padding: 0.4em 0.1em;
	background-color: #009944;
	border: solid 3px #fefefe;
	color: #FFFFFF;
	border-radius: 25px;
	cursor: pointer;
	font-size: 1em;
	text-transform: uppercase;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	line-height: 100%;
}
button.contact-btn.request{
	background-color: #B21C1D;
}

button.contact-btn i {
	margin-right: 0.2em;
}

button.contact-btn:hover {
	background-color: #13af65;
	;
	color: #EDEDED;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	scale: 1.1;
}

button.contact-btn.request:hover{
	background-color: #c43f4a;
}


div.start_container {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
	/* margin-top: 20px; */
	opacity: 0;
	/* transform: translateX(-50vw); */
	animation: fadeInMove 1.2s cubic-bezier(0.32, 0.64, 0.45, 1) forwards;
}

@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: translateX(-50vw);
	}
	80% {
		opacity: 0;
		transform: translateX(-50vw);
	}

	/* 60% {
		opacity: 1;
		transform: translateX(-5vw);
	}
	80% {
		opacity: 1;
		transform: translateX(-2vw);
	} */

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

div.start_container_read {
	position: relative;
}

div.start_container_read h2 {
	color: #172959;
}


/* フォントサイズ */
.font-xl {
	font-size: 50px;
}

.font-l {
	font-size: 42px;
}

.font-m {
	font-size: 36px;
}

.font-s {
	font-size: 24px;
}

.font-xs {
	font-size: 18px;
}

div.start_container div,
div.start_container h2 {
	width: 100%;
	text-align: center;
}

div.start_container h2 span {
	font-size: 0.8em;
}

div.start_container_text p {
	font-size: 0.9rem;
	color: #666;
}

#toggleGuideSign {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}

#toggleGuideSign img.gray {
	filter: grayscale(100%);
	opacity: 0.9;
}

#toggleGuideSign img {
	width: 50px;
	height: auto;
}

#toggleGuideSign img:hover {
	opacity: 0.5;
	scale: 1.1;
}

.overray-link-btn {
	z-index: 999;
}

#top-right-link-btn-01 {
	position: fixed;
	top: 60px;
	right: 10px;
}

#top-right-link-btn-02 {
	position: fixed;
	top: 110px;
	right: 10px;
}

#top-left-link-btn-01 {
	position: fixed;
	top: 60px;
	left: 10px;
}

#top-left-link-btn-02 {
	position: fixed;
	top: 110px;
	left: 10px;
}

#top-left-link-btn-03 {
	position: fixed;
	top: 160px;
	left: 10px;
}

#top-left-link-btn-04 {
	display: none;
	position: fixed;
	top: 170px;
	left: 10px;
}

#bottom-left-link-btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

.menubar_link_btn {
	background-color: #5A5250;
	line-height: 180%;
	width: 180px;
	border-radius: unset;
	border: solid 3px #fefefe;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; */
	font-size: 1em;
	font-weight: 400;
	outline: 0;
	padding: 0.1em 1em;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}


.menubar_link_btn.oficial_link_btn {
	background-color: #444;
	font-size: 1.0em;
	border: solid 3px #fefefe;
    color: #FFFFFF;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    line-height: 180%;
}



.menubar_link_btn:before {
	background-color: initial;
	/* background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%); */
	border-radius: unset;
	content: "";
	height: 50%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 100%;
}

.menubar_link_btn.seminar_link_btn {
background-color: #007BFF;
font-size: 1.0em;
border: solid 3px #fefefe;
color: #FFFFFF;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    line-height: 180%;
}


button.menubar_link_btn.info-link-btn {
    background-color: #007BFF;
    border-radius: 20px;
    width: 180px;
}

div.official_entry_link_container {
	width: 100%;
	text-align: center;
	/* margin-right: 20px; */
}

a.official_entry_link {
	width: 100%;
}

.official_entry_link p.menubar_link_btn {
	margin: 0.7em auto;
	padding: 0.35em 0;
	border-radius: 25px;
	background-color: #FFC000;
	width: 130px;
	color: #172959;
	font-weight: 500;
	background-image: unset;
	line-height: 100%;


}

.official_entry_link p.menubar_link_btn::before {
	background-image: unset;
	width: 130px;
}

.menubar_link_btn.map-link-btn {
	font-size: 1.0em;
	font-weight: 500;
	/* letter-spacing: 0.1em; */
	max-height: 50px;
	width: 180px;
	padding: 0.1em 0 0.1em 1em;
	text-align: left;

}

.menubar_link_btn img {
	max-height: 1.0em;
	width: auto;
	/* margin-right: 1em; */
}

.map-botton:hover {
	transform: scale(1.1);
}

.map-botton img {
	/* position: absolute;
	top: -13px;
	left: 8px; */
	height: 80px;
	max-height: 80px;
	width: auto;
	/* filter: drop-shadow(4px 4px 6px black); */
	text-shadow: 5px 5px black;
	cursor: pointer;
}


.menubar_link_btn:hover {
	box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
	transform: scale(1.05);
}

#start_overlay {
	transition: opacity 0.8s ease, visibility 0.8s;
	opacity: 1;
	visibility: visible;
}

.start_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(250 250 250 / 95%);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.animated_image {
	position: absolute;
	bottom: 50%;
	right: 50%;
	animation: moveImage 0.75s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes moveImage {
	0% {
		transform: translate(-50%, 145%);
	}
	20% {
		transform: translate(-50%, 145%);
	}

	100% {
transform: translate(10%, 85%);
width: 60%;
height: 60%;
}
}

/* 初回訪問時にオーバーレイを表示 */
.first-visit .start_overlay {
	display: flex;
}

#closeOverlay {
	margin-top: -50px;
	margin-bottom: 20px;
	border: solid 5px #fefefe;
	border-radius: 50px;
	background-color: rgb(168, 19, 21);
	padding: 0.2em 1em;
	outline: none;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2em;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
	cursor: pointer;
	/* background: none; */
	/* text-shadow: 3px 3px 10px rgba(0, 0, 0, .45); */
	/* box-shadow: 3px 3px 10px rgba(0, 0, 0, .45); */
	transition: all 0.3s ease;
}

#closeOverlay:hover {
	background-color: #FA6323;
	color: #ffffff;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, .65); */
	transform: scale(1.05);
}
div.cookie-consent-container{
	min-height: 173px;
}

.cookie-consent {
	font-size: 0.8rem;
	color: #666;
}

#cookieIframe {
	width: 50%;
	height: 0;
	margin: 0 auto;
	display: none;
	transition: height 0.5s ease;
}

.sp_br {
	display: none;
}



@media (min-width: 1024px) {
	#cookieIframe {
		height: 200px;
	}
}


@media (max-width: 768px) {
	#cookieIframe {
		width: 80%;
	}

	.overray-link-btn {
		display: none;
	}

	.menubar_link_btn {
		display: none;
		/* padding: 16px 48px; */
	}

	div#floorPlanArea {
		display: none;
	}

	#toggleGuideSign {
		position: absolute;
		top: unset;
		bottom: 10px;
		left: 10px;
		transform: translateX(0%);
	}
}


@media screen and (max-width: 1000px) {
	div.start_container {
		width: 100%;
	}

	.start_container img {
		width: 100%;
	}

	div.start_container div.start_container_text {
		width: 85%;
		margin: 0 auto;
	}


	/* フォントサイズ */
	.font-xl {
		font-size: 28px;
	}

	.font-l {
		font-size: 24px;
	}

	.font-m {
		font-size: 16px;
	}

	.font-s {
		font-size: 14px;
	}

	.font-xs {
		font-size: 14px;
	}

	.sp_br {
		display: block;
	}

}