@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: 40%;
margin: 0 auto;
padding: 50px 0;
}
    
.map{
width: 100%;
height: 100%;
margin-bottom: 0;
}
}
/*=====================PC_footer=======================*/
/*==============共通領域==============================*/



/*==============トップページ==============================*/
/*main*/
.contents{
margin-bottom: 100px;
}

/*hero*/
.hero{
background: #F6F1E0;
position: relative;
}

.hero_img{
width: 100%;
height: auto;
background-size: cover;
}

/*見出し　かざり*/
.before_w{
font-size: 10px;
color: #fffef6;
padding-top: 40px;
letter-spacing: 0.7px;
}

.before_b{
font-size: 10px;
color: #F6F1E0;
padding-top: 40px;
letter-spacing: 0.7px;
}

.info h2,
.access h2{
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
letter-spacing: 0.08rem;
}


.info h2::before{
content: "";
display: inline-block;
width: 35px;
height: 35px;
background: url("../../img/ashiato-w.png") no-repeat;
background-size: contain;
vertical-align:middle;
padding-right: 5px;
}

.access h2::before{
content:"";
display: inline-block;
width: 35px;
height: 35px;
background: url(../../img/ashiato-b.png) no-repeat;
background-size: contain;
position: relative;
vertical-align:middle;
padding-right: 2px;
}

/*=====================PC_見出し=======================*/
@media screen and (min-width:601px){

/*見出し　かざり*/
.before_w{
font-size: 13px;
letter-spacing: 0.9px;
}
    
.before_b{
font-size: 13px;
padding-top: 60px;
letter-spacing: 0.9px;
}

/*見出し*/
.info h2,
.access h2{
font-size: 25px;
}

.info h2::before{
width: 45px;
height: 45px;
}

.access h2::before{
width: 45px;
height: 45px;
}
}
/*=====================PC_見出し=======================*/


/*information*/
.info{
background: #F6F1E0;
padding-bottom: 30px;
}

.info_img{
width: 80%;
margin-bottom: 30px;
position: relative;
margin-left: auto;
margin-right: auto;
}

.info p{
margin-bottom: 10px;
}

.alt{
border: 1px dotted #DAAD98;
border-radius: 10px;
padding: 15px;
text-align: start;
margin: 30px auto;
line-height: 1.0rem;
width: 70%;
}

.alt p{
font-size: 13px;
}

/*access*/
.access_img{
margin-bottom: 30px;
width: 90%;
}

.access h3{
font-size: 17px;
margin-bottom: 30px;
font-weight: bold;
}

.fas{
padding-right: 5px;
}

.fa-caret-right{
padding-left: 8px;
}

.station{
margin-bottom: 40px;
}

.station p,
.bus p{
margin-bottom: 25px;
line-height: 1.5rem;
}

.station h4,
.bus h4{
display: inline-block;
border: 2px dotted #DAAD98;
padding: 2px 20px;
border-radius: 15px;
background: #F6F1E0;
margin-bottom: 10px;
}

.fa-angle-double-down{
margin: 5px 0;
}
    
/*=====================PC_info=======================*/
@media screen and (min-width:601px){
.info{
padding-bottom: 50px;
}

.info_img{
width: 60%;
margin-bottom: 30px;
}

.info p{
margin-bottom: 20px;
}
    
.alt{
border: 1px dotted #DAAD98;
border-radius: 10px;
padding: 30px;
text-align: start;
margin: 40px auto;
line-height: 1.5rem;
width: 60%;
}
    
.alt p{
font-size: 18px;
}
} 
/*=====================PC_info=======================*/

/*=====================PC_access=======================*/
@media screen and (min-width:601px){
.access_img{
margin-bottom: 60px;
width: 50%;
}

.access h3{
font-size: 22px;
margin-bottom: 30px;
}

.fas{
padding-right: 8px;
}

.station{
margin-bottom: 60px;
}

.station p,
.bus p{
margin-bottom: 50px;
}

.station h4,
.bus h4{
margin-bottom: 20px;
}
    
.flex_access{
display: flex;
}
    
.flex_station,
.flex_bus{
width: 45%;
margin-left: auto;
margin-right: auto;
}
}
/*=====================PC_access=======================*/