@charset "utf-8";
body{
font-size: 14.5px;
font-family: maru-maru-gothic-blr-stdn, sans-serif;
font-weight: 400;
font-style: normal;
color: #6B5D4C;
text-align: center;
letter-spacing: 0.7;
margin: 0 auto;
}

/*=====================共通領域=======================*/
.sp-menu a{
}
.sp-menu a:hover{
opacity: 0.7;
}

.sp-menu img{
width: 330px;
}


/*=====================ヘッダー=======================*/
.header{
z-index:500;
width:100%;
background:url("../../img/header-top.svg") top center repeat-x!important;
}

.header h1 a{
display: block;
}

.logo_illust{
width: 130px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

.logo_sub{
width: 150px!important;
}

.menu-btn {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 50px;
  height: auto;
}

.navigation {
background: url("../../img/bg_sp.svg") top center no-repeat;
background-size: 500px auto;
display: none;
position: absolute;
top: 0;
width: 100%;
height: 650px;
z-index: 1;
position: fixed;
}
 
.navigation a {
  display: block;
  text-decoration: none;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.navigation a:hover {
 opacity: 0.7;
}

.navigation img{
margin-bottom: 10px;
width: 100%;
height: 10%;
}

.navigation.pc_off ul{
display: flex;
flex-flow: wrap;
justify-content: space-between;
width: 100%;
margin-bottom: 20px;
}

.navigation.pc_off ul li{
width: 46%;
height: 10%;
margin-left: auto;
margin-right: auto;
}

.sp_off{
display: none;
}

/*パンくずリスト*/
.breadcrumb ul{
display: flex;
margin-bottom: 10px;
margin-left: 10px;
}

.breadcrumb ul li a{
color: #6B5D4C;
text-decoration: none;
}

.breadcrumb ul li a:hover{
 color: #DAAD98;   
}

.breadcrumb ul li:nth-child(1)::after{
content: ">";
padding: 0 5px;
}
/*=====================PC_body=======================*/
@media screen and (min-width:601px){

body{
font-size: 20px;
line-height: 1.8em;
letter-spacing: 0.2px;
}
}
/*=====================PC_body=======================*/
/*=====================PC_nav=======================*/
@media screen and (min-width:601px){
  
 .menu-btn{
display: none;
}    
    
.logo_illust{
display: none;
}
	
.menu_wrap{
width: 100%;
padding: 0 15px;
box-sizing: border-box;
}

.menu_wrap .sp_off {
 width: 100%;
 height: auto;
 max-width: 1080px;
 margin: 0 auto;
 -js-display: flex;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
}

.menu_wrap ul li a{
display:block;
width: 100%;
}
	
.menu_wrap ul li a:hover{
opacity: 0.7;
}

.menu_wrap ul .n_menu{
box-sizing:border-box;
width: 20%;
}

.n_menu{
margin-top: 70px;
}
}
/*=====================PC_nav=======================*/

/*=====================ボタン=======================*/
.btn_1,.btn_2{
text-align: center;
}

.btn_1 a,.btn_2 a{
text-decoration: none;
color: #FFFEF6;
background: #DAAD98;
border-radius: 30px;
padding: 15px 20px!important;
margin-bottom: 15px;
font-size: 14px;
display: inline-block;
width: 250px;
margin-left: auto;
margin-right: auto;
}

.btn_1 a:hover,.btn_2 a:hover{
 opacity: 0.7;   
}

/*=====================PC_button=======================*/
@media screen and (min-width:601px){

.btn_1 a,.btn_2 a{
width: 230px; 
}
}
/*=====================PC_button=======================*/



/*=====================フッター=======================*/
.footer{
background: #F6F1E0;
}

.pagetop a{
display: block;
text-align: right!important;
margin-right: 10px;
}

.pagetop img{
width: 50px;
margin-bottom: 10px;
margin-top: 20px;
}

.kokoneko{
width: 134px;
margin-bottom: 20px;
padding: 0;
box-sizing: border-box;
}

.map{
width: 90%;
margin-bottom: 25px;
margin-right: auto;
margin-left: auto;
}

.tel{
font-size: 15px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
}

.fa-phone-alt{
padding-right: 5px;
}

.address{
font-size: 12px;
margin-bottom: 15px;
}

.sns{
margin-bottom: 10px;
display: flex;
justify-content: center;
}

.sns a{
font-size: 35px;
color: #6B5D4C;
margin-left: 10px;
}

.sns a:hover{
opacity: 0.7;
}

.copyright{
font-size: 10px;
}
    
/*=====================PC_footer=======================*/
@media screen and (min-width:601px){
.pagetop a{
margin-right: 20px;
}

.pagetop img{
width: 70px;
margin-bottom: 10px;
margin-top: 20px;
}
 
.kokoneko{
width: 160px;
}

.sns a{
font-size: 45px;
margin-left: 15px;
}

.flex_footer{
display: flex;
}

.flex{
width: 45%;
margin: 0 auto;
padding: 50px 0;
}
    
.map{
width: 100%;
height: 100%;
margin-bottom: 0;
}
}
/*=====================PC_footer=======================*/
/*==============共通領域==============================*/



/*==============トップページ==============================*/
/*見出し　かざり*/
.before_w{
font-size: 10px;
color: #fffef6;
padding-top: 40px;
letter-spacing: 0.7px;
}

.cats h2{
font-size:20px;
position: relative;
font-weight: bold;
margin-bottom: 30px;
}

.cats h2::before{
content:"";
display: inline-block;
width: 35px;
height: 35px;
background: url(../../img/ashiato-w.png) no-repeat;
background-size: contain;
position: relative;
vertical-align:middle;
}

/*=====================PC_見出し=======================*/
@media screen and (min-width:601px){

/*見出し　かざり*/

.before_b{
font-size: 13px;
padding-top: 60px;
letter-spacing: 0.9px;
}

/*見出し*/
.cats h2{
font-size: 28px;
}

.cats::before{
width: 45px;
height: 45px;
}
}
/*=====================PC_見出し=======================*/
/*main*/
.contents{
background: #F6F1E0;
}

/*hero*/
.hero{
background: #F6F1E0;
position: relative;
}

.hero_img{
width: 100%;
height: auto;
background-size: cover;
}

/*cats*/
.cats{
width: 100%;
}

.neko {
width: 250px;
height: 250px;
overflow: hidden;
position: relative;
margin: 30px auto;
background:#F6F1E0; 
}

.neko .caption {
font-size: 15px;
text-align: center;
padding-top: 70px;
color: #fffef6;
line-height: 1.4rem;
}

.neko .mask {
width: 200px;
height: 200px;
position: absolute;
top: 0;
left: 25px;
opacity: 0;
background-color: rgba(0,0,0,0.4);
-webkit-transition:	all 0.2s ease;
transition:	all 0.2s ease;
border-radius: 50%;
}

.neko:hover .mask {
opacity: 1;	
}

.neko p{
font-size: 18px;
font-weight: bold;
margin:15px;
}

.neko_last{
margin: 30px auto 0;
padding-bottom: 30px;
}

/*=====================PC_cats=======================*/
@media screen and (min-width:601px){

.flex_cat{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
	
.neko p{
font-size: 18px;
margin-top: 10px;
}
	
.neko_last{
margin: 30px auto 0;
padding-bottom: 60px;
}
} 
/*=====================PC_cats=======================*/