@charset "UTF-8";
/* CSS Document*/
/* グローバルナビcss */
@import url("g_nav.css");
/*-------------
各ページtitleサイズと位置
--------------------------*/
.pagetitle{
    position: relative;
    width: 20%;
    max-width: 420px;
    min-width: 240px;
    margin: 0 auto;
    top:-30px;
    text-align: center;
}

 @media screen and (max-width:599px) {
  .pagetitle{
    position: relative;
    width: 10%;
    max-width: 320px;
    min-width: 220px;
    margin: 0 auto;
    top:-20px;
    text-align: center;
}
} 
/*=================================
 サイドお問い合わせバナー
===================================*/
.contact img{
    position:fixed;
    width: 45px;
    top: 20px;
    right: 0;
    z-index: 9999;
 
 
}
.contact_sp img{
    display: none;
}
/* -------------------
サイドお問い合わせバナー＿＿＿＿1024以下
------------------------------------*/

@media screen and (max-width:1024px) { 
.contact img{
    position:fixed;
    width: 45px;
    top: 75px;
    right: 0;
    z-index: 9999;
 
}
}
/* -------------------
お問い合わせ599以下で見た場合のスタイル 
------------------------------------*/
@media screen and (max-width:599px) { 
    .contact img{
    display: none;
}
  .contact_sp img{
   display:block;
   width:45%;
      min-width: 150px;
      max-width: 165px;
      padding: 0 2px;
   
    z-index: 99999;
      
    }}  
/*=================================
 サイド園からのお知らせ
===================================*/

.oshirase img{
    position:fixed;
    width: 45px;
    top: 210px;
    right: 0;
    z-index: 9999;
 
}
.oshirase_sp img{
    display: none;
}
/* -------------------
 サイド園からのお知らせ＿＿＿＿1024以下
------------------------------------*/

@media screen and (max-width:1024px) { 
.oshirase img{
    position:fixed;
    width: 45px;
    top: 270px;
    right: 0;
    z-index: 9999;
 
}
}

/* -------------------
お知らせ599以下で見た場合のスタイル 
------------------------------------*/

@media screen and (max-width:599px) { 
    .oshirase  img{
    display: none;
}
  .oshirase_sp img{
    display:block;
    width:45%;
    min-width:150px;
     max-width: 165px;
    padding: 0 2px;
 
   
    z-index: 99999;
      
    }}
.sp_footnavi{
position:fixed;
display: flex;
justify-content: center;
width:90%;
bottom:10px;
padding-bottom: 0;
z-index: 99999;
left: 50%;
transform: translateX(-50%)
            
             
}
/*=================================
ページトップ
===================================*/
.pagetop{
    position:fixed;
    width: 45px;
   
   bottom: 16px;
    right: 1px;
    z-index: 9999;
    display: none;
 
}
/* -------------------
ページトップ599以下で見た場合のスタイル 
------------------------------------*/

@media screen and (max-width:599px) { 
    .pagetop{
    position:fixed;
    width: 45px;
   
   bottom: 50px;
    right: 1px;
    z-index: 9999;
    display: none;
 
    }
}
/*=================================
ローディング
===================================*/
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff462;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 300px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}
/*===========================================================  
ヘッダー内バックグランドイメージ：#waku
==============================================================*/
#waku{
    width: 100%;
    height: 1000px;
    background-color: #ffffea;
    background-image:url("../img/b058.jpg");
    background-repeat: repeat;
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%; /* 背景カーブ*/
}
/*::::::::::::::::::::::::::::::::::::::::::::::::
 //#waku//-------情報開示他トップページ以外共通/
:::::::::::::::::::::::::::::::::::::::*/
#waku_size{
    width: 100%;
    height:800px;
}
@media screen and (max-width:1024px) {
    
 #waku_size{
    width: 100%;
    height:480px;
}   
}
@media screen and (max-width:599px) {
   #waku_size{
    width: 100%;
    height:auto;
    
}     
}
/*-----------------------------------------------------------
ヘッダー内バックグランドイメージ1024px以下の記述：#waku
-------------------------------------------------------------*/
@media screen and (max-width:1024px) {
#waku{
    width: 100%;
    max-height:800px;
    min-height: 600px;
    background-image:url("../img/b058.jpg");
    background-repeat: repeat;
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%; /* 背景カーブ*/
}
}
/*-------------------
ヘッダー内バックグランドイメージ768px以下の記述：#waku
-------------------------------------------------------------*/
@media screen and (max-width:768px) {
#waku{
    width: 100%;
    max-height:650px;
    min-height: 280px;
    padding-bottom: 30px;
    background-image:url("../img/b058.jpg");
    background-repeat: repeat;
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%; /* 背景カーブ*/
}
}
/*-------------------
ヘッダー内バックグランドイメージ599px以下の記述：#waku
-------------------------------------------------------------*/
@media screen and (max-width:599px) {
 #waku{
    width: 100%;
    height:auto;
    padding-bottom: 0px;
    background-image:url("../img/b058.jpg");
    background-repeat: repeat;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius:0%; /* 背景カーブ*/  
}   
}
/*=================================
ヘッダー枠エリア1024px
===================================*/
header{
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px;
    color: #5E3F38;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    letter-spacing: 0.01em;
}
/*------------------
ヘッダー枠エリア______1024px以下の記述
--------------------------------------*/
@media screen and (max-width:1024px) {
   header{
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    color: #5E3F38;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    letter-spacing: 0.01em;
} 
}
@media screen and (max-width:599px) {
     header{
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    color: #5E3F38;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    letter-spacing: 0.01em;
}   
}

section.flex_hed01{/*ヘッドテキスト全体横並び*/
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between  ;
    align-items: flex-start;
    z-index: 10;

}
/*-----------
ヘッダー枠エリア______599
--------------------------------------*/
@media screen and (max-width:599px) {
  .flex_hed01{/*ヘッドテキスト全体横並び*/
    display: none;
}      
}
/*============================================
ヘッダーh1.P枠内テキスト
===================================*/
.flex_lefttex{
  
  z-index: 9; 

}
/*---------------------------------
h1エリア______1024px以下の記述
-----------------------------------*/
@media screen and (max-width:1024px) {
.flex_lefttex{  
    display: none;
   }
}

h1{
 font-size: 0.9rem; 
 font-weight: 500;
 text-align:left;
 padding-bottom: 7px;
z-index: 9;
letter-spacing: 1px;

}
h1 span{
 font-size: 0.9rem;
 font-weight: 400;
}
/*----------------------------------
h1_1024px以下の記述
------------------------------------*/
@media screen and (max-width:1024px) {
h1{
text-align: center;
font-size: 0.8rem; 
font-weight: 500;
z-index: 9;
letter-spacing: normal;
-webkit-font-feature-settings: "palt";/*【】の余白を詰める*/   
} 
}
/*----------------------------------
h1_『非表示』-------------768px
------------------------------------*/
@media screen and (max-width:768px) {
h1{
    display: none;
} 
}
/*=================================
開所時間
===================================*/
.time{
 font-family: "M PLUS Rounded 1c";
 -webkit-font-feature-settings: "palt";/*【】の余白を詰める*/
 letter-spacing: 0.5px;
    
}
/*---------------
開所時間_________1024px
------------------------------------*/
@media screen and (max-width:1024px) {
.time{
text-align: center;
letter-spacing:normal; 
}      
}
/*---------------
開所時間_________768px
------------------------------------*/
@media screen and (max-width:768px) {
.time{
display: none;
}      
}
.tex_s9{
font-size: 0.7rem;
   
}
@media screen and (max-width:1024px) {
.tex_s9{
    font-size: 0.7rem;
    
   
}
.tex_s9_bold{
    font-size: 0.9rem;
    font-weight: 500;
}

.tex_s9_bold{
    font-size: 0.9rem;
    font-weight: 500;
}
}
/*=================================
 木とゴキゲンsunイラスト位置
===================================*/

.sun{
    position: absolute;
    width: 15%;
    max-width: 230px;
    top:-10px;
    left: 0px;
    z-index: 1;
}

/*:::::::::::::::::::::::::::::::::::::::
 //ゴキゲンsun削除//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/

/*=================================
 木とゴキゲンsunイラスト位置
===================================*/
.tree_lef{
    position: absolute;
   width: 335px;
    height: 820px;
    top: 90px;
    left:0;
    z-index: 2;
 
 }

.tree_right{
    position: absolute;
    width: 335px;
    height: 820px;
    top: 90px;
    right: 0;
 }
/*------------------
太陽と木のサイズ____1024px以下の記述
------------------------------------*/
@media screen and (max-width:1024px) {
.sun{ 
position: absolute;
width: 15%;
min-width: 100px;
top:-5px;
left: 0px;
z-index: 1;
} 
.tree_lef{
position: absolute;
width: 30%;
min-width: 135px;
top: 60px;
left:0;
z-index: 2;
}
.tree_right{
position: absolute;
width: 30%;
min-width: 135px;
top: 60px;
right: 0;
}   
}
/*---------------------
太陽と木『非表示』___________599px
------------------------------------*/
@media screen and (max-width:599px) {
 .sun{ 
display: none;
} 
.tree_lef{
display: none;
}
.tree_right{
display: none;
}        
}
/*=================================
 スライド位置
===================================*/
.slide{
    position: relative;
    top:150px;/*スラド高さ位置*/
    margin: 0 auto;
    width: 95%;
    max-width: 1260px;
    z-index: 6;
    
}
.slide_sp{
    display: none;
}
/*----------------------------------
スライド位置＿＿＿1024px以下の記述
------------------------------------*/
@media screen and (max-width:1024px) {
.slide{
position: relative;
top:-50px;
margin: 0 auto;
width: 100%;
padding-top: 15px;
z-index: 6;   
}  
}
/*----------------------
スライド＿＿＿768px以下の記述
------------------------------------ */
@media screen and (max-width:768px) {
.slide{
position: relative;
top:-55px;
margin: 0 auto;
width: 100%;
padding-top: 5px;
z-index: 6;   
}  
}  
/*----------------------
スライド＿＿＿599
------------------------------------*/
@media screen and (max-width:599px) {
.slide{
display: none;
}
.slide_sp{
position: relative;
top:-30px;
display:block;
width: 100%;
margin: 0 auto;
padding-top: 25px;
    }
    .slide_sp img{
     
    }
    
}
/*=================================
 タヌキチ位置
===================================*/
.tanuki{
position: relative;
width: 60%;
margin: 0 auto;  
  }
.tanuki img{
position: absolute;
width: 220px;
height: auto;
right: 0;
top:26px;
z-index: 7;
}
/*:::::::::::::::::::::::::::::::::::::::
 //たぬきち//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/
.tanukichi{
position: relative;
width: 100%;

  }
.tanukichi img{
position:absolute;
max-width: 160px;
min-width: 100px;
right: 0;
bottom: -70px;
z-index: 7;
transform: scale(-1, 1);
}
@media screen and (max-width:1024px) {
 .tanukichi img{
position:absolute;
max-width: 135px;
min-width: 100px;
right: 0;
bottom: -65px;
z-index: 7;
}       
}
@media screen and (max-width:768px) {
.tanukichi img{
position:absolute;
max-width: 125px;
min-width: 70px;
right: 0;
bottom: -65px;
z-index: 7;
}    
}
@media screen and (max-width:599px) {
.tanukichi img{
position:absolute;
max-width: 105px;
min-width: 60px;
right: 0;
bottom: -75px;
z-index: 7;
}    
}
/*---------------------
タヌキチ_________________1024px
------------------------------------*/
@media screen and (max-width:1024px) {
.tanuki{
position: relative;
width: 80%;
margin: 0 auto;  
 }
.tanuki img{
position: absolute;
width: 17%;
max-width: 200px;
min-width: 180px;
height: auto;
right: 40px;
top:-160px;
z-index: 7;
}
}
/*---------------------
タヌキチ_『非表示』------599
------------------------------------*/
@media screen and (max-width:599px) {
.tanuki{
position: relative;
width:95%;
margin: 0 auto;
}
.tanuki img{
position: absolute;
width: 17%;
min-width: 100px;
height: auto;
right:0px;
top:-105px;
z-index: 7;
}
}
/*=================================
 求人バイト位置
===================================*/
.baito{
    position: absolute;
    display: block;
    width: 16%;
    max-width: 190px;
    height: auto;
    right: 70px;
    top:20px; 
    z-index: 999;
}

.baito img{
    transition: opacity 0.5s;
}
.baito:hover img:first-of-type {/*ホバー時に前画像非表示*/
    opacity: 0;
    }
.baito img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.baito:hover img:last-of-type {/*ホバー時に後画像表示*/
    opacity: 1;
}
/*-----------------
 求人バイト位置『非表示』_______1024px
------------------------------------*/
@media screen and (max-width:1024px) {
.baito{
display: none;
}
}

