<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*, ::before, ::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

body, html {
  height: 100%;
  margin: 0;
/*  display: flex;*/
  align-items: center;
  justify-content: center;
	 font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;

  
}
body{
    line-height: 1.8;
}

ul{
    list-style-type: none;
}

header{
	position: fixed;
		
	}

main {
    margin: 0 auto;
    padding: 0 20px;
}

.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-top: 10px solid #7ebd25;
    background-color: #fff;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
/*    z-index: 1;*/
}

.gnavi-list {
	display: flex;
    position: fixed;
    text-decoration: none;
	margin: auto;
	justify-content: space-around; 
	height: 30px;
	top: 110px;
    left: 0;
    width: 100%;
    z-index: 1;
	margin-right: 10px;
	background-color: #fff;
	padding-bottom: 10px;
   
}

.mainimg{
    margin-top: 170px;   
}
	

.gnavi-list a {
    position: relative;
	text-decoration: none;
    align-items: center;
    text-align: center;
    color: #7ebd25;
    padding: 0px 0px 2px 0px;    
    line-height: 1.8;
}

.gnavi-list a:hover{
    text-decoration: none;
}

.gnavi-list a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f884dc;
	width: 100%; 
	height: 2px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.8s ease-out;
} 
.gnavi-list a:hover::after {
	transform: scale(1, 1);
}


h2{
	text-align: center;
	padding-top: 50px;
	color: #440303;
	padding-bottom: 30px;
}

h2 span{
	background: linear-gradient(transparent 65%, #bfff7f 65%);
}
	
.container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
/*	background-color: yellow;*/
}

.cal{
    text-align: center;
}

.cal .cal{
    width: 400px;
    margin-bottom: 20px;
    margin: auto;
    border-collapse: collapse;
    border: 1px solid;    
}

.cal th{
    background-color: #4785c2;
    color: #fff;
    border-color: #000;
    border-style: solid;
	border: 1px;
	border: 1px solid #000;
    border-collapse: collapse;
}

.cal td{
    font-size: 30px;
    border-color: #000;
    border-style: solid;
	border: 1px solid #000;
    border-collapse: collapse;
}

.infomation{
    text-align: center;
}

.infomation .infomation{
    text-align: left;
    justify-content: center;
    width: 300px;
    margin-bottom: 20px;
    margin: auto;
    border-collapse: collapse;
}

.infomation .infomation tr{
    background-color: #fff;
	border-bottom: 1px solid #000;
}

.infomation .infomation td{
    font-size: 18px;
	background-color: #ffe;
}

.recruitment .recruitment td{
	height: 300px;
	width: 1000px;
	
	text-align: center;
	justify-content: center;
	border: double;
	background-color: aqua;
    padding-bottom: 150px;
    border-collapse: collapse;
}

h3 span{
	background: linear-gradient(transparent 35%, #fffc8b 35%);
}

.grid-container{	
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 500px);
	justify-content: center;
	gap: 20px;
	font-size: 20px;
}

.grid_item{
	background-color: #ddd;
	height: 500px;
	border-radius: 10%;
	text-align: center
}

#gi1{
	background-image: url("img/daining.png");
	background-repeat: no-repeat;
	border: 1px solid #6e2603;
}

#gi2{
	background-color: #fff;
	border: 1px solid #6e2603;
}

.grid-container2{	
	padding: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, 500px);
	justify-content: center;
	gap: 20px;
	font-size: 20px;
}

#gi3{
	background-image: url("img/faclity03.png");
	background-repeat: no-repeat;
	border: 1px solid #6e2603;
}

#gi4{
	background-color: #fff;
	border: 1px solid #6e2603;
	
}

#gi5{
	background-color: #ccf2d8;
	border: 1px solid #6e2603;
}

#gi6{
	background-color: #fff;
	border: 1px solid #6e2603;
}

#gi7{
	background-image: url(img/kengaku.png);
	background-repeat: no-repeat;
	justify-content: center;	
}

#gi8{
	background-image: url(img/staff.png);
	background-repeat: no-repeat;
	justify-content: center;	
}

.grid_item img{
	width: 100%;
}

h3{
	text-align: center
} 
h3 span{
	background: linear-gradient(transparent 20%, #fffc8b 20%);
}

.grid_item h3{
	padding: 5px 5px 0px 5px;
	font-size: 16px;
	text-align: center;
}

.grid_item img{
	width: 150px;
	height: 60px;
}

.information{
	text-align: center
}

.tinformation {
/*	justify-content: center;*/
	margin: auto;
	text-align: left;
	padding: 10px;
	padding-bottom: 30px;
		}

.tinformation td{
	background-color: #fff;
}

.inquiry{
    position: fixed;
    bottom: 16px;
    right: 20px;
    opacity: 0.7;
}

footer{
	margin-top: 40px;
    padding: 20px 0;
    background-color: #7ebd25;
}

footer .gnavi-list2{
	display: flex;
	justify-content: center;
	margin: auto;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #000;
}

footer .gnavi-list2 a{
    color: #000;
	margin-left: 30px;	
	text-decoration: none;
}

.gnavi-list2 a:hover{
    text-decoration: underline;
	border-bottom-color: #000;
		
	}

.copyright{
    font-size: 13px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}

.hamburger{
	display: none;
}

@media (max-width:800px){
/*
body {
    background-color: #06F80B;
    }
*/
    
 .gnavi-list a {
     font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}
    
    
    header h1{
        z-index: 1
    }
    header h1 .freetel img{
        height: 80px;
        width: auto;
        }

 


@media (max-width:600px){
	

	
    header{
		justify-content: space-around; 
		height: 320px;
        flex-direction: column;
        align-items: center;
        border-top-width: 15px;
        position: fixed;
		
           }

    header h1{
        line-height: 1;
		background-color: #fff;
		margin-right: 80px;
    }
	    header h1 .free-tel{
		background-color: #fff;
    }
	
    header h1 img{
        height: 80px;
        width: auto;
        }
    
	.hamburger{
	position: fixed;
    top: 40px;
    right: 20px;
    opacity: 0.7;
	display: block;
}
	
	.mainimg{
    margin-top: 120px;   
}
	
	
	
    .title-logo{
/*        align-items: center;*/
         text-align: center;
    }
    
    .gnavi-list {
	display: none;
}
	
.gnavi-list a::after {
	content: "";
	position: absolute;
	left: 28%;        
	bottom: 0;
	background-color: #a84b07;
    text-align: center;
	width: 50%; 
	height: 2px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s ease-out;
} 
	
h2{
	padding-top: 30px;
	padding-bottom: 20px;
}
    
footer{
    background-color: #f4e6c0;		
}

.grid-container{
/*	background-color: black;*/
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr; 
/*	repeat(auto-fit, 280px);*/
	justify-content: center;
	gap: 20px;
}
	
section{
        margin-bottom: 30px;       
    }
    
section h2{
        margin-bottom: 10px; 
    }
    

    .mv-image img{
        height: 75vh;
        object-fit: cover;            
    }
    
    .sp{
        display: inline;
    }
    
    .pc{
        display: none;
    }
	
}	


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