@charset "utf-8";

html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd{
margin: 0;
padding: 0;
line-height: 1.0;
font-family:"Hiragino Kaku Gothic ProN",Meiryo,Arial,sans-serif;
color: #796048;
}

ul{
list-style: none;
}

img{
vertical-align: bottom;
border: none;
max-width: 100%;
height: auto;
}

a{
text-decoration: none;
color: inherit;
}

*{
box-sizing: border-box;
}

/* 共通css */
@media screen and (min-width:767px){
.navbox,.main-box,.info,.ig-info{
max-width: 960px;
margin: 0 auto;
}

}

/* Header */
header{
width: 100%;
height: 100vh;
background: url(../img/kv_sp.jpg) no-repeat left bottom/cover;
position: relative;
}

header h1,header p{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

h1{
max-width: 350px;
height: 175px;
background: url(../img/abu_logo.svg) no-repeat;
filter: drop-shadow(0 0 2px rgb(0, 0, 0));
position: absolute;
top: 40%;
right: 0;
left: 0;
margin: auto;
}
 @media screen and (min-width:767px){ 
header{
height: calc(100vh - 60px);
background: url(../img/kv.jpg) no-repeat center bottom/cover;
}
} 

/* Navigation */
body{
position: relative;
}

.gr-nav{
width: 100%;
position: absolute;
top: 62px;
display: none;
}

.gr-nav ul{
text-align: center;
}

.gr-nav li{
font-size: 20px;
}

.gr-nav li+li{
border-top: 1px solid #796048;
}

.gr-nav a{
display: block;
height: 70px;
padding: 25px 0;
font-weight: bold;
color: #fff;
background-color: rgba(121, 96, 72,0.8);
/* backdrop-filter: blur(3px); */
}


aside ul{
display: flex;
position: absolute;
bottom: 20px;
right: 10px;
}

aside li{
width: 40px;
}

aside li+li{
margin-left: 10px;
}

.btn{
position: absolute;
top: 5px;
right: 5px;
background-color: rgba(121, 96, 72,0.8);
border-radius: 5px;
}

@media screen and (min-width:767px){
.nav-wrap{
height: 60px;
background-color: rgba(255,255,255,0.8);
backdrop-filter: blur(5px);
position: sticky;
top: 0;
z-index: 100;
}


.navbox{
display: flex;
justify-content: center;
/* height: 60px; */
padding: 10px;
}


.gr-nav{
display: block;
position: static;
}

.gr-nav ul{
display: flex;
}

.gr-nav li{
margin: 10px 0 5px;
}

.gr-nav li+li{
margin-left: 30px;
border: none;
}

.gr-nav a{
display: inline;
font-size: 20px;
padding: 0;
font-weight: lighter;
color: #796048;
background-color: transparent;
position: relative;
}

.gr-nav a::before{
content: "";
display: block;
width: 100%;
height: 10px;
background-color: transparent;
position: absolute;
bottom: 1px;
z-index: -1;
transition: 0.2s;
}

.gr-nav a:hover::before{
content: "";
display: block;
width: 100%;
height: 10px;
background-color: #f2c8a2;
position: absolute;
bottom: 2px;
z-index: -1;
transition: 0.2s;  
}

.gr-nav a.current::before{
content: "";
display: block;
width: 100%;
height: 10px;
background-color: #f2c8a2;
position: absolute;
bottom: 2px;
z-index: -1;   
}

aside ul{
position: static;
}

.btn{
display: none;
}

}

/* メインコンテンツ */
main{
padding-top: 30px;
}

main h2{
display: none;
}

.shop-photo{
display: none;
}

main h3{
text-align: center;
margin-bottom: 5px;
font-size: 17px;
font-weight: lighter;
}

main>section>p{
line-height: 1.75;
padding: 0 10px;
margin-bottom: 30px;
letter-spacing: 0.03em;
font-size: 13px;
}

.ig-info{
    text-align: center;
    border-bottom: none;
    padding: 0 10px;
    margin-bottom: 40px;
/* margin-bottom: 30px;
line-height: 1.5;
text-align: center;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.03em; */
}


.ig-info span{
display: block;
}

@media screen and (min-width:767px){
main{
padding: 50px 0 0;
}

main h2{
display: block;
margin-bottom: 20px;
text-align: center;
font-size: 25px;
font-weight: lighter;
}

main h3{
margin-bottom: 20px;
font-size: 21px;
}

main>section>p{
width: 70%;
margin: 0 auto 50px;
font-size: 20px;
}

.shop-photo{
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 100px;
}

.shop-photo li{
width: calc((100% - 10px) / 5 );
}

.ig-info span{
 display: inline;
}

.ig-info{
    width: 700px;
    margin: 0 auto 50px;
font-size: 18px;
/* position: relative; */
/* margin-bottom: 50px; */
}

/* .ig-info::before{
content: "";
display: block;
width: 60%;
height: 2px;
background-color: #796048;
position: absolute;
bottom: -1px;
right: 0;
left: 0;
margin: auto;
} */

}

/* 料理と建物のコンテンツボックス */
.main-box{
margin-bottom: 20px;
}

.main-box:last-of-type{
margin-bottom: 100px;
}

.foodphoto,.build-photo{
width: auto;
}

.foodtext,.build-text{
padding: 5px 0 ;
align-self: center;
background-color: #f2c8a2;
}

.foodtext h3,.build-text h3{
padding: 5px;
margin-bottom: 0;
font-size: 16px;
}

.foodtext p,.build-text p{
padding:0 2% 5px;
line-height: 1.5;
text-align: left;
font-size: 12px;
letter-spacing: 0.03em;
}



.sp-linkbtn{
width: 200px;
height: 50px;
margin: 0 auto 20px;
line-height: 2.5;
text-align: center;
font-size: 20px;
letter-spacing: 0.03em;
background-color: #fff8e6;
border-bottom: 2px solid #f2c8a2;
border-radius: 10px;
}



@media screen and (min-width:375px){
.main-box{
display: flex;
justify-content: space-between;
}

.main-box:nth-of-type(1){
padding-bottom: 0;
}


.main-box:nth-of-type(2){
justify-content: center;
}

.main-box:last-of-type{
margin-bottom: 50px;
}

.foodphoto,.build-photo{
width: 40%;
}

.foodphoto img,.build-photo img{
border-radius: 10px;
}

.foodtext,.build-text{
width: 60%;
padding: 0;
align-self: center;
}

.foodtext h3,.build-text h3{
margin-bottom: 0;
padding: 5px;
/* background-color: #f2c8a2; */
}

.build-text{
order: -1;
}

.sp-linkbtn{
width: 150px;
height: 50px;
margin: 0;
margin-right: 20px;
}

.sp-linkbtn:last-of-type{
margin-right: 0;
}

}

@media screen and (min-width:460px){
.foodtext,.build-text{
padding: 5% 0 ;
}
}

@media screen and (min-width:600px){
.foodtext,.build-text{
padding: 10% 0 ;
}
}

@media screen and (min-width:767px){
.main-wrap{
background-color: #f2c8a2;
}

.main-wrap .main-box:nth-of-type(2){
display: none;
}

.main-box{
display: flex;
justify-content: space-between;
padding: 10px;
margin-bottom: 0;
}


.foodphoto,.build-photo{
width: calc((100% - 20px)/2);
}

.foodphoto img,.build-photo img{
 border-radius: 30px;
 box-shadow:0 0 3px rgba(255,255,255, 0.8);
} 

.foodtext,.build-text{
width: calc((100% - 20px)/2);
align-self: stretch;
margin: 3% 0 ;
padding:  10px;
border-radius: 30px;
background-color: rgba(255,255,255, 0.8);
box-shadow:0 0 5px rgba(255,255,255, 0.8);
}

.foodtext h3,.build-text h3{
font-size: 20px;
background-color: rgba(255,255,255, 0.1);
position: relative;
top: 25%;
}

.foodtext p,.build-text p{
line-height: 1.6;
font-size: 16px;
letter-spacing: 0.03em;
background-color: rgba(255,255,255, 0.1);
position: relative;
top: 28%;
}

/* .sp-linkbtn{
display: none;
} */
}


/* Infomation */
.info{
background-color: #fff8e6;
padding: 20px 0;
margin-bottom: 50px;
}

.info h3{
width: 10em;
padding: 5px 5px 4px;
margin: 0 auto 20px;
font-size: 18px;
letter-spacing: 0.03em;
background-color: rgba(255,255,255, 0.9);
}

.info-inner{
margin-bottom: 20px;
padding: 0 10px;
}

.info-inner p{
margin-bottom: 10px;
font-size: 15px;
letter-spacing: 0.03em;
}

.info-inner p:first-of-type span{
margin-left: 5px;
font-size: 19px;
}

.info-inner p:last-of-type{
font-weight: bold;
font-size: 14px;
}

.info-inner p:last-of-type span{
 display: block;
 line-height: 1.5;
}

.info-inner dt{
float: left;
font-size: 14px;
}

.info-inner dd{
margin-left:10em;
font-size: 14px;
}

.info-inner dd{
margin-bottom: 5px;
}

.info-inner dl:first-of-type dd:last-of-type{
margin-bottom: 10px;
}

.info-inner dd span{
font-size: 14px;
}

.info-inner dd img{
display: block;
width: 50px;
}


.info-media li{
width: 200px;
margin-bottom: 5px;
line-height: 2;
text-align: center;
font-weight: bold;
color: #796048;
background-color:rgba(255,255,255, 0.8);
border: 2px solid #f2c8a2;
border-radius: 10px;
}

.g-map{
width: 100%;
height: 200px;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
}

.g-map .map{
width: 100%;
height: 100%;
object-fit: cover;
}

footer{
width: 100%;
padding: 30px 10px;
font-size: 10px;
background-color: #f2c8a2;
/* position: absolute;
bottom: 0;
z-index: -100; */
}

footer span{
display: block;
}


@media screen and (min-width:767px){
.info{
padding: 20px;
}

.info h3{
font-size: 21px;
}


.infobox{
display: flex;
justify-content: space-between;
}

.info-inner{
width: 55%;
padding: 0;
margin: 0px;
}

.info-inner p{
font-size: 16px;
}

.info-inner p:first-of-type span{
margin-left: 10px;
font-size: 20px;
}


.info-inner dd{
margin-left:12em;
font-size: 14px;
}


.g-map{
width:45%;
height: auto;
border: 3px solid #fff;
}

.map{
width:100%;
height: 100%;
object-fit: cover;
}

footer{
padding: 30px;
text-align: center;
background-color: #f2c8a2;
}

footer span{
display: inline;
}

.info-inner p:last-of-type span{
display: inline;
line-height: 1;
}

.info-media{
display: flex;
justify-content: space-between;
}

.info-media li{
width: calc((100% - 5px) / 2);
margin-bottom: 0;
}
}

.top-news{
    background-color: #f5dfc8;
    padding: 20px 0;
    margin: 30px 0 0;
    text-align: center;
}

.top-news-title {
    font-size: 22px;
    margin: 0;
    font-weight: normal;
}

.top-news-list {
    margin: 10px 0 0;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;
}

