<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

	初期設定

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

html,body,div,
dl,dt,dd,ul,ol,li,
tr, th, td,
h1,h2,h3,h4,h5,h6,
p,a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	border: none;
	line-height: 1.5;
	text-align: left;
	text-decoration:none;
	color: #272727;
}

dl,ul,ol,li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border:none;
}

button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
}

*:focus {
	outline: none;
}

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

	メインレイアウト

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

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 14px;
	-webkit-text-size-adjust:100%;
	background:#fff;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	height:auto !important;
	min-height: 100%;
}

#contents {
	width:100%;
	padding-bottom: 160px;
}

.news	{
	background: #F0F0F0 !important;
}

#contents section:nth-of-type(even) {
	background: #F0F0F0;
}


#contents section {
	width:100%;
	padding: 100px 0;
}


.inner {
	width: 1000px;
	margin:auto;
	padding: 0 20px;
}



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

	共通設定

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

/*----------リンク---------*/

a {
	/*color: #455278;*/
	color: #a66219;
}

a:hover img {
	opacity: 0.8;
}

.link {
	margin-top: 10px;
	font-weight: bold;
	display:block;
	text-align:center;
}


/*----------文字---------*/
.line-break {
	display: none;
}

.center {
	text-align:center;
}

.text_box {
	padding: 0 20px;
}

.text {
	padding-bottom:20px;
}

.txt {
	padding-bottom: 40px;
}

.txt img {
	margin-top: 10px;
}


.notes {
	font-size: 18px;
	color:#F00;
	text-align:center;
}

.red {
	color:#F00;
}

.bold {
	font-weight: bold;
}

.font_15 {
	font-size: 15px;
}

.bold a {
	font-weight: bold;
}

.marker_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}


/*----------リンク---------*/

a:hover {
	text-decoration:underline;
}

/*----------見出し---------*/
.title {
	font-size: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.title span {
	font-size: 14px;
	display: block;
}

.pagettl {
	width: 100%;
	height: 220px;
	background:url(../img/pagettl_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.pagettl h2{
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-top: 100px;
}

.pagettl span {
	font-size: 16px;
	display:block;
}


/*----------トップボタン---------*/
#topbtn {
	position:fixed;
	bottom:40px;
	right:20px;
	display:block;
	z-index: 100;
}

#topbtn img:hover{
	opacity: 0.8;
}


/*----------ボタン---------*/
.button {
	width: 300px;
	background: #716d76;
	padding: 10px;
	display: block;
	text-align: center;
	color: #fff;
	margin: 20px auto 0;
}

.button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.button span {
	margin-right: 10px;
}

.arrow_btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 20px 10px;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #F15A24;
	transition: transform ease .3s;
	box-sizing: border-box;
	margin-top: 40px;
	font-weight: bold;
	font-size: 20px;
}
.arrow_btn:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.9;
}
.arrow_btn span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
.arrow_btn:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}

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

	ヘッダー
	
---------------------------------------*/

/*----------ヘッダー---------*/
header {
	width: 100%;
	display: flex;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0));
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0));
}

header.transform{
	background: rgba(255,255,255,0.8);
}

#header_inner {
	width: 960px;
	height:90px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/*----------ロゴ---------*/
#logo {
	width: 215px;
	margin-right: auto;
}

#logo img {
	width: auto;
	height: 60px;
}


/*----------メニュー---------*/
header nav ul{
	align-items: center;
	font-size: 0;
}

header nav ul li{
	display: inline-block;
	margin: 0 10px ;
}

header nav ul li a{
	color: #272727;
	text-decoration: none;
	font-size: 14px;
}

header nav ul li a:hover {
	text-decoration: none;
	color: #716d76;
}

#nav_toggle{
	display: none;
}



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

	トップページ

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

/*----------スライド---------*/
.slide {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	position: relative;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

.slide_title_box {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide_title {
	width:595px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	background: rgba(000,000,000,0.6);
	padding: 20px;
	border: solid 2px #FFFFFF;
}

.slide_title span {
	font-size: 35px;
}

.news_button {
	position: absolute;
	bottom: 0px;
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
}

.news_button a {
	color: #FFF;
	font-weight:bold;
	font-size: 16px;
}

.news_button a span {
	font-size: 14px;
}

.slider {
	margin: 0 0 50px;
}

#slider01 li {
	padding: 0 1px;
}

#slider02 {
	width: 100%;
	margin: 0 auto;
}

#slider02 img {
	width: 179px;
	height: 100px;
	margin: 5px;
}


/*----------テーブル---------*/
table.type01 {
	width: 100%;
	border-collapse: collapse;
}

table.type01 th {
	width: 50%;
	font-size: 20px;
	color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

.bg_yellow{
	background: #FFB701;
}

.bg_red{
	background: #F26B4D;
}

table.type01 td {
	text-align: center;
	padding: 20px;
	border: 1px solid #ccc;
	vertical-align: baseline;
}

table.type01 td h3 {
	text-align: center;
	padding-bottom: 10px;
}

table.type01 td span {
	font-size: 18px;
	font-weight: bold;
}

table.type01 td {
	margin-bottom: 10px;
}

table.type01 td ul {
	display: inline-block;
}

table.type01 td li {
	/*width: 270px;*/
	margin:auto;
	position:relative;
	padding-left:20px;
	font-size: 18px;
	font-weight: bold;
}

table.type01 td li:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:6px; 
	width:6px; 
	display:block; 
	position:absolute; 
	top:10px; 
	left:5px; 
	background-color:#272727;
}

table.type01 tr:nth-child(odd){
	background: #fff;
}

table.type01 tr:nth-child(even){
	background: #DCDADD;
}


table.type01 p {
	text-align:center;
}

.address {
	text-align: center;
	margin-bottom: 40px;
}

.contact_text_01 {
	text-align: center;
	margin-bottom: 40px;
}

.contact_text_02 {
	text-align: center;
	margin-top: 40px;
}

.contact_text_02 a {
	color: #fff !important;
}

.contact_text_02 .button {
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.contact_text_02 span{
	font-size: 14px !important;
	font-weight: normal !important;
}

/*.contact_text span {
	font-size: 16px;
}*/

	
video {
	width: 100%;
}


table.type02 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	border-top:1px #999 solid;
}

table.type02 th {
	width:250px;
	padding: 20px;
	border-bottom:1px #999 solid;
	vertical-align: middle;
	text-align:left;
}

table.type02 td {
	padding:20px;
	border-bottom:1px #999 solid;
	text-align:left;
}

table.type02 tr th span {
	display:inline-block;
	border: solid #F00 1px;
	margin: 0 20px;
	text-align:center;
	width:60px;
	color:#F00;
}


table.type02 td input,table.type02 td textarea {
	width:80%;
}

table.type02 td input[type=checkbox] {
	width:5%;
}

.input_button {
	text-align:center;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	width: 200px;
	margin: 10px;
	padding: 10px;
	background: #716d76;
	text-align:center;
	color:#fff;
	border-style: none;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	opacity: 0.7;
	cursor: pointer;
}

.error_messe {
	color: #F00;
}



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

	子ページ

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

.tabs {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.tabs ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 auto;
	padding: 50px 0 0;
	width: 900px
}

.tabs li {
	width: 445px;
	height: 80px;
	font-size: 18px;
	margin-bottom: -1px;
	background: #F1F0F1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.tabs .on_dropin {
	background: #fff;
	border-color: #FFB701 #ccc #fff;
	border-style: solid;
	border-width: 1px;
}

.tabs .on_rent {
	background: #fff;
	border-color: #F26B4D #ccc #fff;
	border-style: solid;
	border-width: 1px;
}

.tabs a {
	text-align:center;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color:#272727;
	line-height: 80px;
}

.tabs a:hover {
	text-decoration: none;
	font-weight: bold;
}

.list{
	width: 700px;
	margin:auto;
}

.list dt {
	width: 700px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align:center;
	margin: 0 auto 20px;
	background: #4e4854;
	color: #fff;
	font-weight: bold;
}

.list dd {
	margin-bottom: 40px;
	text-align:center;
}

.list dd span{
	font-size: 18px;
	font-weight: bold;
}

.attention li span {
	font-size: 14px;
	font-weight: bold;
}

.map_img {
	height:auto;
	margin: 20px auto 0;
	display:block;
}

.key_img {
	height:auto;
	margin: 20px auto 0;
	display:block;
}

.option {
	width: 700px;
	margin: 20px auto 0;
	font-size: 0;
}

.option li {
	width: 175px;
	text-align:center;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}


.option li img {
	width:100px;
}

.option li p{
	text-align:center;
	margin-top: 10px;
}


.flow {
	width: 700px;
	margin: 0 auto;
}

.flow dt {
	width: 700px;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	background: #4B474D;
	text-align:center;
	font-weight:bold;
}

.flow dt:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #4B474D;
}

.flow dd {
	margin-bottom: 40px;
	text-align:center;
}

.flow dd img {
	margin: 10px 0;
}

.flow dd .img {
	width:500px;
	border: 2px solid #ccc;
}

.marker {
	background:linear-gradient(transparent 60%, #F6CEEC 60%);
}

.attention {
	width: 700px;
	/*display: inline-block;*/
	margin: 10px auto 0;
}

.attention_02 {
	display: inline-block;
	margin: 10px auto 0;
}

.attention li,
.attention_02 li {
	position:relative;
	padding-left:20px;
	margin-bottom: 10px;
}

.attention li:before,
.attention_02 li:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:6px; 
	width:6px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:5px; 
	background-color:#F26B4D;
}
	

.calendar {
	max-width: 700px; /* 最大幅 */
	min-width: 280px; /* 最小幅 */
	margin: 0 auto;
}

.googlecal {
	position: relative;
	padding-bottom: 100%; /* 縦横比 */
	height: 0;
	overflow: hidden;
}

.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.news_box:nth-child(n + 2) {
	margin-top:40px;
	border-top:1px solid #000;
}

.news_box:nth-child(n + 2) h2.title {
	padding-top:40px;
}
	 
@media only screen and (min-width: 600px) {
	/* 画面幅が600px以上の場合の縦横比の指定 */
	.googlecal {
		padding-bottom: 75%;
	}
}


.use_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.use_btn li {
	margin-right: 20px;
}

.use_btn li:last-child {
	margin-right: 0px;
}

.use_btn li a{
	display: block;
	width: 180px;
	background: #716d76;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	text-align:center;
}

.use_btn li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding-left: 5px;
}

.use_btn li a:hover {
	opacity: 0.8;
}



#faq .inner{
	padding: 60px 20px;
}

#faq .inner:first-child{
	padding-top: 0;
}

.faq {
	border-top: solid 1px #333333;
}

.faq div {
	border-bottom: solid 1px #333333;
}

.faq .question {
	position: relative;
	/*height: 50px;
	line-height: 50px;*/
	cursor: pointer;
	text-indent: -23px;
	padding: 20px 45px 20px 40px;

}

.faq .question:before {
	content: 'Q';
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	color: #1978ce;
}

.faq .answer {
	position: relative;
	display: none;
	text-indent: -23px;
	padding: 10px 45px 20px 40px
	/*margin: 10px 16px 20px 10px;*/
	/*text-indent: -24px;*/
}

.faq .answer:before {
	content: 'A';
	font-size: 16px;
	color: #ff2b2b;
	font-weight: bold;
	margin-right: 8px;
}


/* 擬似要素で下三角形を作成 */
.faq .question:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #4e4854;
	border-bottom: 3px solid #4e4854;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

/* オープン時にopenクラスを付与 */
.faq .question.open:after {
	transform: rotate(225deg);
}

/*
.use_btn li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -8px;
}*/


/*----------お知らせ---------*/
.news_list {
	padding: 30px 0;
}

.news_list li {
	width: 800px;
	margin:auto;
	position:relative;
	padding-left:20px;
	font-weight: bold;
}

.news_list li:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:6px; 
	width:6px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:5px; 
	background-color:#272727;
}

/*----------入退室方法---------*/
.key {
	max-width: 410px;
	margin-bottom: 80px;
}

.item:first-child {
	margin-bottom: 60px;
}

.key .item h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.number {
	margin-top: 20px;
	counter-reset: number;
}

.number &gt; li {
	position: relative;
	padding-left: 2em;
}

.number &gt; li:not(:last-child) {
	margin-bottom: 1em;
}

.number &gt; li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #4e4854;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 1.5;
}

.number .attention {
	width: 100%;
}

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

	フッター

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

footer {
	width:100%;
	background: #4e4854;
	position:absolute;
	bottom:0;
	font-size: 14px;
	color:#FFF;
}

#footer_inner {
	position:relative;
	width: 960px;
	padding: 40px 20px;
	margin: 0 auto;
}


#footer_inner #footer_in {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_in img {
	width: auto;
	height: 40px;
}


#footer_inner #footer_in div {
	/*width: 500px;*/
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_inner .footer_address {
	margin-left: 20px;
	font-size: 14px;
	color:#FFF;
}

#footer_in nav {
	width: 200px;
	align-items: center;
	font-size: 0;
}

footer nav ul{
	align-items: center;
	font-size: 0;
}

footer nav ul li{
	display: inline-block;
	margin: 0 10px ;
}

footer nav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

footer a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}


#footer_inner .copy {
	padding-top: 20px;
	font-size: 12px;
	color: #FFF;
}


</pre></body></html>