<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 */
/*-------------------------------------------------------------
	リセット
-------------------------------------------------------------*/
body{
	color: #fff;
	font-size: 12px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	background-color: white;
    width: 99%;
    margin: 0 auto;
}

.site_tilte{
    background-color: #462929;
    font-size: 12px;
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

header {
    display: table;
    width: 100%;
    height: 50px;
    background-color:　#000000 ; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #000000, #434141);
}

.logo{
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    text-align: center;
}

.menu{
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    border-left: solid 1px #555252;
}
.contact{
    background-color: #ff6600;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: 10px;

}


.time{
    font-size: 13px;
}

.tel{
    font-size: 14px;
}

/*-------------------------------------------------------------
	index
-------------------------------------------------------------*/
.mobile {
	width:100%;
}

.simg{
	width:100%;
	float: left;
	border:0;
}
.sbimg{
	width:50%;
	float: left;
	border:0;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

  .sidenav  li{
    width: 100%;
    border-bottom: 1px #121212 solid;
    box-shadow: #312929 0px 1px 3px;
    list-style: none;
    margin-bottom: 5px;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 22px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .syame{
      width: 100%;
      margin: 10px 0;
  }

  .wait{
    width: 100%;
    margin: 10px 0; 
}

.mail_tit{
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    background: linear-gradient(#000000 50%,#121212 50%);
    color: #fff;
    padding: 0.3rem 0.5rem;
}

.title{
    display: flex;
    align-items: center;
    background: linear-gradient(#000000 50%,#121212 50%);
    color: #fff;
    margin: 1rem 0;
    padding: 0.3rem 0.5rem;
    font-size: 1.9rem;
}
.title span {
    font-size: 1rem;
    margin-left: 1rem;
    line-height: 2.5rem;
  }
.title::after {
    content: '';
    display: inline-block;
    width: 3rem;
    height: 2rem;
    margin-left: auto;
    background-image: url(./img/ic_tab.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }

  /*footer*/
 #bt-menu{
	width:100%;
	position:fixed;
	bottom:0;
	border-top:1px solid #ffd200;
	background-color:#ff6600;
	color:#fff;
    z-index: 11; /* Stay on top */
}

#bt-menu ul.btn{
	box-sizing: border-box;
	padding:10px 0;
	
	font-size:0;
	line-height:1.0em;
}

#bt-menu ul.btn li{
	display:inline-block;
	width: 25%;
	text-align: center;
	font-size:0.9rem;
	line-height:1.0em;
	box-sizing: border-box;
	border-right:solid 1px #fff;
    color:#fff;
}

#bt-menu ul.btn li:last-child{
	border-right:none;
}

#bt-menu ul.btn li a{
	display:block;
	color:#fff;
    text-decoration: none;
}

#bt-menu ul.btn li img{
	display:block;
	width:40%;
	margin:0 auto 5px auto;
}

#bt-menu p.contact{
	background-color:#000;
	color:#fff;
	text-align: center;
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:bold;
	box-sizing: border-box;
	padding: 15px 0;
	border-top:solid 1px #fff;
    margin: 0;
}

#bt-menu p.contact span.note{
	display: inline-block;
	font-size:0.8rem;
	line-height:1.0em;
	font-weight:normal;
	margin:0 5px;
}

#bt-menu p.contact span.time{
	display: inline-block;
	font-size:0.8rem;
	line-height:1.0em;
	font-weight:normal;
	margin:0 5px;
}

.movie{
    width: 100%;
    color: #ff6600;
    font-size: 1.1rem;
    text-align: center;
}
.list {
    width: 96%;
    margin: 0 AUTO;
}


.list p{
    background-color: black;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.6rem;
    padding: 0.3rem;
    color: #fff;

}

.list span{
    font-weight: 500;
    height: 20px;
    width: 100%;
    overflow: hidden;
    font-size: 1rem;    

}
/*----------
profile
-----------*/

.prtext{
	width: 100%;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #d4d4c1;
	background: #f2f2d6;
	background-image: linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -o-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	font-weight: bold;
	color: #121212;
	border-radius:5px;
	height: 30px;
	padding: 5px;
}
.prtext2 {
	width: 48%;
    margin:0 1% 10px 1%;
	text-align: center;
	float: left;
	border: 1px solid #d4d4c1;
	background: #f2f2d6;
	background-image: linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -o-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(239,239,220) 30%, rgb(234,234,212) 70%);
	font-weight: bold;
	color: #121212;
	border-radius:5px;
	height: 30px;
    line-height: 30px;

}

.prtextbb{
	width: 100%;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	float: left;
}
.prtextbb img{
	transition: filter 0.3s ease;
	width:100%;
}

.prtextbb img:hover {filter: brightness(1.2);}

.prtext1 {
	width: 100%;
	color: #000000;
	line-height: 22px;
	font-size: 16px;
	background-color: #ffffff;
	border: 1px solid #d8d4d4;
	padding: 5px;
	float: left;
}
.prname {
	width: 100%;
	color: #000000;
	line-height: 35px;
	font-size: 20px;
	background-color: #ffffff;
	border: 1px solid #d8d4d4;
	padding: 5px;
	float: left;
}

.mtb10 {
	margin-top:10px;
}
</pre></body></html>