<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    color: #575757;
    font-size: 18px;
}
a{
    display:block;
    color: #575757;
    text-decoration:none
}

h3{
      font-size: 2.0em;
      font-weight:normal;
      margin: 50px 0 0 0;
      text-align: center;
}


/*ãƒ˜ãƒƒãƒ€ãƒ¼
-----------------------------*/
.header{
    max-width: 1024px;
    margin: 0 auto;
}

h1{
    margin: 0;
}

.navi ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 0 0 10px 0;
	text-align: center;
}

.navi li {
	flex: 1 0 auto;
}

.navi a:hover {
    background-color: #e8e8e8;
}

.reservation {
	background-color: #a83e3e;
}

.reservation a {
	color: #fff;
}

.reservation a:hover {
    background-color: #d78686;
}
    
.catalog {
	background-color: #b5a655;
}

.catalog a {
	color: #fff;
}

.catalog a:hover {
    background-color: #fbe985;
}


/*ãƒ¡ã‚¤ãƒ³ç”»åƒ
-----------------------------*/
.main{
  height: 800px;
  max-width: 1920px;
  width: 100vw;
  position: relative;
  margin: 0 auto;
}

.image {
  width: 1400px;
  height: 800px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  /*å…¨ç”»åƒã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã®å†ç”Ÿç§’æ•° 26ç§’*/
  animation: image-switch-animation 26s infinite;
}

.src1 {
  background-image: url(../images/mainimg01.jpg);
}
.src2 {
  background-image: url(../images/mainimg02.jpg);
}
.src3 {
  background-image: url(../images/mainimg03.jpg);
}
.src4 {
  background-image: url(../images/mainimg04.jpg);
}
.src5 {
  background-image: url(../images/mainimg05.jpg);
}

  /*1æžšç›®ã®ç”»åƒãŒå§‹ã¾ã‚‹ç§’æ•°*/
.image:nth-of-type(1) {
  animation-delay: 0s;
}
  /*2æžšç›®ã®ç”»åƒãŒå§‹ã¾ã‚‹ç§’æ•°*/
.image:nth-of-type(2) {
  animation-delay: 3s;
}
  /*3æžšç›®ã®ç”»åƒãŒå§‹ã¾ã‚‹ç§’æ•°*/
.image:nth-of-type(3) {
  animation-delay: 5s;
}
  /*4æžšç›®ã®ç”»åƒãŒå§‹ã¾ã‚‹ç§’æ•°*/
.image:nth-of-type(4) {
  animation-delay: 7s;
}
  /*5æžšç›®ã®ç”»åƒãŒå§‹ã¾ã‚‹ç§’æ•°*/
.image:nth-of-type(5) {
  animation-delay: 16s;
}


  /*è¡¨ç¤ºã®ã•ã›æ–¹*/
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  50%{ opacity: 0;}
  100%{ opacity: 0;}
}


/*ã‚¯ãƒ¬ãƒãƒªãƒ¼ãƒ›ãƒ¼ãƒ&nbsp;ã«ã¤ã„ã¦
-----------------------------*/
.policy{
  max-width: 1024px;
  margin: 20px auto;
  text-align: center
}

h2{
      font-size: 2.0em;
      font-weight:normal;
      margin: 0;
}

.policy li{
        list-style:none;
}

.button01 {
    width: 380px;
    background-color: #fff;
    border: solid 1px #2f4f4f;
    color: #2f4f4f;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 1em;
}
.button01:hover {
    color: #2f4f4f;
    background-color: #b0e0e6;
}


.policy table{
    width: 1024px;
}

.policy td{
    width: 510px;
    padding: 0 40px;
}

/*ã‚¤ãƒ™ãƒ³ãƒˆãƒ»ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³
-----------------------------*/
.event{
    text-align: center;
    background-color: #e9e9e9;
    padding-top: 10px;
    padding-bottom: 30px;
}

.event table{
    width: 1024px;
    margin: 0 auto;
}

.event img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.img-hover:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.modelhouse {
    display: inline-block;
    width: 7em;
    background: #2c9751;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    margin-right: 1em;
    align-self: flex-start;
    position: relative;
    top: 0.4em;
    border-radius: 2px;
    border: solid 1px;
    border-color: #2c9751;
    vertical-align: top;
}

.booking {
    display: inline-block;
    width: 7em;
    background: #fff;
    color: #999;
    font-size: 0.8em;
    text-align: center;
    margin-right: 1em;
    align-self: flex-start;
    position: relative;
    top: 0.4em;
    border-radius: 2px;
    border: solid 1px;
    border-color: #999;
    vertical-align: top;
}

.tour {
    display: inline-block;
    width: 7em;
    background: #ff8400;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    margin-right: 1em;
    align-self: flex-start;
    position: relative;
    top: 0.4em;
    border-radius: 2px;
    border: solid 1px;
    border-color: #ff8400;
    vertical-align: top;
}

/*å»ºç¯‰å®Ÿä¾‹
-----------------------------*/
.works{
    text-align: center;
}

.works table{
    width: 1024px;
    margin: 0 auto;
}

.works img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}


/*è©³ã—ãè¦‹ã‚‹ãƒœã‚¿ãƒ³
-----------------------------*/
.button02 {
    width: 180px;
    background-color: #fff;
    border: solid 1px;
    color: #575757;
    padding: 2px 5px;
    text-decoration: none;
    font-size: 15px;
    margin: 0 auto;
}

.button02:hover {
    background-color: #002697;
    color: #fff;
    opacity: 0.8;
}

/*ã‚¢ã‚¯ã‚»ã‚¹
-----------------------------*/
.access{
    text-align: center;
    background-color: #e9e9e9;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.detail{
    padding-top: 30px;
    display: inline-flex;
}

.address{
    padding: 0 30px;
}



/*ä¼šç¤¾æƒ…å&nbsp;±
-----------------------------*/
.company {
    width: 1000px;
    margin: 0 auto;
}

.company p {
    width: 700px;
    margin: 0 auto;
}

.company table {
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
}

.company tr {
    height: 80px;
}

.company th {
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
}

.company td {
    width: 60%;
    padding-left: 20px;
    border-bottom: 1px solid #cdcdcd;
}

.gray {
    background-color: #e8e8e8;
}

.companymap {
    margin: 30px auto;
    width: 600px;
}

/*ãƒ¢ãƒ‡ãƒ«ãƒ«ãƒ¼ãƒ&nbsp;
-----------------------------*/
.model {
    width: 1000px;
    margin: 0 auto;
}

.model p {
    font-size: 25px;
    text-align: center;
}

.model div{
    margin: 0 auto;
    width: 800px
}

.model table {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.modelImage img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}

/*å»ºç¯‰å®Ÿä¾‹
-----------------------------*/
.works-main {
    width: 1000px;
    margin: 0 auto;
}

.worksSub {
    font-size: 25px;
    text-align: center;
}

.worksDetail {
    width: 1000px;
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
}   

.works-main div{
    margin: 0 auto;
    width: 900px;
}

.works-main table {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.works-mainImage img{
    width: 450px;
    height: 450px;
    object-fit: cover;
}

/*ãƒ•ãƒƒã‚¿ãƒ¼
-----------------------------*/

.footer{
    max-width: 1900px;
    margin: 0 auto;
    text-align: center;
}



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