@charset "UTF-8";

html,body,img,h1,h2,h3,h4,p,ul,li,p,dl, dd, dt,span,a,textarea,input{
margin:0;
padding:0;
line-height: 1.0;
}

img{
vertical-align: bottom;
max-width: 100%;
}

li{
list-style: none;
}

a{
text-decoration: none;
color: inherit;
}

body{
font-family: "Sawarabi Mincho"; 
background-color:#FBF2E6;
color: #1e1e1e;
position: relative;
}

/*--共通 -----------------*/
h2{
margin-bottom:30px;
font-size: 24px;
font-weight: 400;
text-align: center;
}

h3{
font-size: 20px;
font-weight: 400;
}

/* ----hamburgar-SP------------ */
header{
width:100%;
}

.sticky-tel{
width:60%;
position: fixed;
left:0;
right:0;
bottom:10px;
margin: auto;
z-index: 3;
text-align: center;
}

.sticky-tw{
width:13%;
position: fixed;
left:20px;
bottom:25px;
z-index: 3;
text-align: center;
}

.sticky-ct{
width:13%;
position: fixed;
right:20px;
bottom:28px;
z-index: 3;
text-align: center;
}

.header-inner{
width:100%;
position: fixed;
display:flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items:center;
top:0;
left:0;
z-index: 4;
padding:10px 20px;
box-sizing: border-box;
}

.logo img{
height:80px;
}

/* --メニュー本体 --*/
.menu{
position: absolute;
height:100vh;
width:100%;
box-sizing: border-box;
top: 0;
right: 0;
z-index: 4;
background-color: rgba(255, 255, 255, 0.952);
padding-top:70px;
text-align: center;
}

.menu-item{
width:100%;
padding:10px 0;
color: #1e1e1e;
box-sizing: border-box;
}

.menu-item a{
margin:0 auto;
display: block;
width:100%;
padding:10px 0;
box-sizing: border-box;
}

.calendermail-logo{
display:flex;
justify-content:space-between;
align-content: center;
margin-bottom:2em;
width:30%;
margin: 0 auto;
}

.calendermail-logo img{
height:40px;
box-sizing: border-box;
}

/* menu-nonactiveの場合----- */
.menu{
pointer-events: none;
opacity: 0;
transition: 0.3s linear;
}

.container{
max-width:1200px;
margin:0 auto;
padding:0 16px;
box-sizing: border-box;
text-align: center;
}

/* menuがactiveの場合------- */
.menu.is-active{
position:fixed;
top:0;
right:0;
pointer-events: auto;
opacity: 1;
overflow: auto;
z-index: 1;
}

.menu-btn img{
height:40px;
}

.menu-btn.is-active{
position:absolute;
padding:30px 20px 10px;
z-index: 100;
top:0;
right:0;
}

.menu-btn.is-active{
display:none;
}

.menu-btn.close{
display:none;
}
.menu-btn.is-active.close{
display:block;
}
/* header--------------- */
.catch-inner{
width:100%;
margin-bottom:30px;
}

.header-copy{
text-align: center;
margin-top: 120px;
}

.header-copy>h1{
font-size:25px;
margin-bottom: 10px;
font-weight: 400;
}

.key-copy{
font-size: 16px;
line-height: 1.5;
}

.key-vis{
width:90%;
margin-top:10px;
}

.key-small{
box-sizing: border-box;
margin:0 auto;
}

/*--youtube部分---*/
.yt-box{
max-width:1200px;
height:150px;
padding:0 16px;
box-sizing: border-box;
margin:0 auto;
}

.youtube{
width:100%;
height:100%;
}

.md_iframe_image a {
display: block;
position: relative;
}
.md_iframe_image a:hover {
opacity: 0.6;
transition: 0.2s;
}

.md_iframe_image a::before {
background: url(../img/yt_icon.png) center center / 50px 32px no-repeat;
content: "";
display: block;
width: 50px;
height: 32px;
margin: -32px auto 0;
position: absolute;
top: 65%;
left: 0;
right: 0;
z-index: 1;
}
.md_iframe_image a img {
width: 100%;
}

/*---main-container------------ */
.inner-container{
margin: 0 auto 100px;
position: relative;
}

/*---river-bcg------------ */
.river-bcg{
max-width:1200px;
background:url(../img/rivertest4.svg)no-repeat center top/contain;
}

/*-水彩画のposition-group-SP-----------*/
.store-outside{
position: relative;
}

.store-outside::before{
position: absolute;
content: '';
display: inline-block;
width: 100px;/*画像の幅*/
height: 100px;/*画像の高さ*/
background: url(../img/deer.jpg) no-repeat center center/contain;
top:-10%;
left:20px;
}

.bcg_pic.kosuge{
position: relative;
}

.bcg_pic.kosuge::before{
position: absolute;
content: '';
display: inline-block;
width: 150px;/*画像の幅*/
height: 150px;/*画像の高さ*/
background: url(../img/nyobo-icon.png) no-repeat center center/contain;
top:-35%;
right:20px;
}

.bcg_pic.okutama{
position: relative;
}

.bcg_pic.okutama::before{
position: absolute;
content: '';
display: inline-block;
width: 100px;/*画像の幅*/
height: 100px;/*画像の高さ*/
background: url(../img/katakuri.png) no-repeat center center/contain;
top:-70%;
left:20px;
}

#sozai{
position: relative;
}

#sozai::before{
position: absolute;
content: '';
display: inline-block;
width: 100px;/*画像の幅*/
height: 100px;/*画像の高さ*/
background: url(../img/hiking.png) no-repeat center center/contain;
top:-30%;
right:20px;
}

/*--news--------------*/
.news{

margin-bottom: 20px;
align-items: center;
}

.station{
width:60%;
border-radius: 10px;
align-items: center;
line-height: 1.6;
margin-bottom: 10px;
}

.news .news-ttl{
display: inline-block;
margin-bottom: 10px;
font-size: 16px;
line-height: 1.6;
text-align: left;
}

.news_inner{
margin-bottom: 10px;
}

.news dd{
align-items: center;
line-height: 1.6;
text-align: left;
font-size: 18px;
display: inline-block;
}

.news-detail a{
width:240px;
margin: 0 auto;
display:block;
padding: 20px 0;
background-color: #1e1e1e;
border-radius: 60px;
color:#FBF2E6;
font-size:18px;
margin-bottom: 100px;
}

/*--gridレイアウト---------*/
.business-wrapper{
display:flex;
flex-wrap:wrap;
}

.g-box{
width:50%;
text-align: center;
margin-bottom: 50px;
}

.g-box.parking{
width:100%;
}

.g-box-map{
margin:0 auto;
}

.business-title{
margin-bottom: 10px;
}

/*--SVGのサイズ----------- */
.g-icon-open,.g-icon-close,.g-icon-takeout,.g-icon-train,.g-icon-parking{
width:70px;
margin-bottom: 10px;
}

.g-icon-close{
width:62px;
}

/*--文字のサイズ----------- */
.g-box h3{
font-size:13px;
}

.g-small{
font-size:16px;
}

.business-wrapper p{
line-height: 1.5;
}
.g-big{
font-size:18px;
}

.store-outside{
margin:0 auto;
text-align: center;
}

.parking-detail{
font-size: 14px;
line-height:2.0;
margin-bottom:20px;
}

.adress-gmap{
text-align: center;
margin-bottom: 100px;
}

.adress-gmap a{
width:240px;
margin: 0 auto;
display:block;
padding: 20px 0;
background-color: #1e1e1e;
border-radius: 60px;
color:#FBF2E6;
font-size:18px;
}

/* -----lunch-menu----------*/
.fourmenu{
text-align: center;
position: relative;
}

.menu-description{
text-align: center;
margin-bottom: 10px;
}

.lunch-box img{
margin-bottom: 10px;
}

.fourmenu h4{
font-size: 20px;
font-weight: 400;
}
.fourmenu p{
line-height:1.5;
}

.price-detail{
margin-bottom: 30px;
}
/* -----take-out------------- */
.takeout{
text-align: center;
}

.takeout-description{
margin-bottom: 10px;
text-align: center;
}

.takeout p{
line-height:1.5;
}

.takeout h4, .takeout2 h4{
font-size: 20px;
font-weight: 400;
}

.takeout img{
margin-bottom: 10px;
}

.takeout-wrapper{
max-width: 1200px;
margin: 30px auto 30px;
overflow-x: auto;
position: relative;
}

.takeout-wrapper::after{
position: absolute;
content: '';
display: inline-block;
width: 40px;
height: 40px;
background: url(../img/arrowboth2.svg) no-repeat center center/contain;
bottom:0;
right:30%;
}

.takeout-mask{
width:100%;
}

.takeout-scroll{
display: flex;
justify-content: space-around;
width: 200%;
}

.takeout-scroll li{
padding-left: 20px;
}

.takeout-pudding{
width:60%;
}

/*--inside-look---*/
.inside-section{
width:100%;
margin:0 auto 150px;
position: relative;
text-align: center;
}

.slider-pic{
margin:0 auto 20px;
border-radius: 6px;
}

.inside-copy{
margin-bottom: 30px;
}

.inside-section p{
line-height: 1.5;
}

.inside-section h3{
text-align: center;
}

.counter-pic{
width:100%;
margin: 0 auto;
}

.inside-des{
text-align: left;
}

/*---sozai--*/
.sozai-emphasis{
font-size: 40px;
}

.sozai p{
line-height: 1.6;
}

.sozai-emphasis-smaller{
font-size: 30px;
}

.sozai-two{
width:100%;
display:flex;
flex-wrap: wrap;
}

.sozai-two h3{
width:100%;
}
.sozai-lead{
font-size: 16px;
}

.copy-water,.copy-egg{
display:block;
width:100%;
height:0;
padding-top:50%;
box-sizing: border-box;
position:relative;
margin-bottom: 40px;
}

.box-water{
background: url(../img/water01.jpg) no-repeat center center/cover;
}

.box-egg{
background: url(../img/egg01.jpg) no-repeat center center/cover;
}

.box-water, .box-egg{
border-radius: 6px;
position: absolute;
top:50%;
left:50%;
width:100%;
height:100%;
transform: translate(-50%,-50%);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;  
align-content:center;
text-align: center;
color:#FBF2E6;
}

/*-----arrow for2----*/
.copy-water::after,.copy-egg::after{
position: absolute;
content: '';
display: inline-block;
width: 50px;
height: 15px;
background: url(../img/arrow.svg) no-repeat center center/contain;
bottom:15px;
right:15px;
}

/*sozai--4items-*/
.sozai-four{
display:flex;
flex-wrap: wrap;
margin-bottom: 150px;
}

.sozai-four h3{
width:100%;
}

.copy-rice,.copy-oil,.copy-wife,.copy-utensil{
display:block;
width:50%;
height:0;
padding-top:50%;
position:relative;
}

.item-rice,.item-oil,.item-wife,.item-utensil{
color:#FBF2E6;
position: absolute;
top:50%;
left:50%;
width:100%;
height:100%;
transform: translate(-50%,-50%);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;  
align-content:center;
text-align: center;
}

.item-rice{
background: url(../img/rice.jpg) no-repeat center center/cover;
border-top-left-radius : 6px;
}

.item-oil{
background: url(../img/oil.jpg) no-repeat center center/cover;
border-top-right-radius : 6px;
}

.item-wife{
background: url(../img/wife.jpg) no-repeat center center/cover;
border-bottom-left-radius : 6px;
}

.item-utensil{
background: url(../img/hashi.jpg) no-repeat center center/cover;
border-bottom-right-radius : 6px;
}

/*-----arrow----*/
.copy-rice::after,.copy-oil::after,.copy-wife::after,.copy-utensil::after,.copy-greet::after,.copy-media::after{
position: absolute;
content: '';
display: inline-block;
width: 50px;
height: 15px;
background: url(../img/arrow.svg) no-repeat center center/contain;
bottom:15px;
right:15px;
}

/*-greeting-*/
.greeting-section h2{
text-align: center;
}

.greeting-section{
margin-bottom: 150px;
}
.copy-greet{
display:block;
width:100%;
height:0;
padding-top:50%;
box-sizing: border-box;
position:relative;
}

.box-greet{
background: url(../img/greeting01.jpg) no-repeat center center/cover;
border-radius: 6px;
position: absolute;
top:50%;
left:50%;
width:100%;
height:100%;
transform: translate(-50%,-50%);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;  
align-content:center;
text-align: center;
color:#FBF2E6;
}

/*-media-*/
.media-section h2{
text-align: center;
}

.copy-media{
display:block;
width:100%;
height:0;
padding-top:50%;
box-sizing: border-box;
position:relative;
}

.box-media{
background: url(../img/magazine01.jpg) no-repeat center center/cover;
border-radius: 6px;
position: absolute;
top:50%;
left:50%;
width:100%;
height:100%;
transform: translate(-50%,-50%);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;  
align-content:center;
text-align: center;
color:#FBF2E6;
}

/*-sns- */
.sns-section{
text-align: center;
margin-bottom: 50px;
}

.sns-description{
margin-bottom:20px;
}

.sns-logo{
display:flex;
justify-content: space-around;
margin: 0 auto;
width:80%;
}

.sns-logo a{
width:15%;
}

.sns-logo>img{
cursor: pointer;
}

/*----sns-loop */
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin-bottom:150px;
}

.loop_wrap>img{
width:100%;
height:100%;
}

@keyframes loop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}
@keyframes loop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
.wrapone {
animation:loop 40s -20s linear infinite;
}

.wraptwo {
animation:loop2 40s linear infinite;
}

/*---calendar---------------------------- */
.calender-section{
text-align: center;
}

.calender-box{
max-width:100%;
height:400px;
margin:0 auto;
}

.g-calender{
height:100%;
width:100%;
}

/*-contact- */
.contact-section{
text-align: center;
max-width: 1200px;
}

#g-form>dl{
display:block;
width: 100%;
margin-bottom: 20px;
}

#g-form dt{
width:100%;
font-size: 20px;
border-right:0;
margin-bottom: 5px;
}

#g-form dd{
width:100%;
}

#g-form dd:last-of-type{
border-bottom:0;
}

input[type="text"],input[type="email"],input[type="number"],textarea[type="form"]{
width:100%;
padding: 2px 0;
background-color:#fffcf6;
border-radius: 10px;
margin-bottom: 20px;
}

textarea{
border: 0;
width:100%;
height:100px;
}

::placeholder{
margin-top:20px;
font-size: 20px;
font-weight: 400;
font-family: "yugothic";
}

input{
border: 0;
height:50px
}

.contact-note{
text-indent: 1em;
color:rgb(161, 4, 4);
font-size: 16px;
}

.contact-btn{
display:block;
margin:0 auto;
width:240px;
height:65px;
border-radius: 30px;
background-color: #1e1e1e;
color:#FBF2E6;
box-sizing: border-box;
font-size: 24px;
cursor: pointer;
}

/*---トップに戻るボタン---*/
#top-btn{
width:100px;
height:100px;
position:absolute;
bottom:100px;
right:10px;
}

/*---footer-------------------------- */
footer{
text-align: center;
padding:40px 40px 150px 40px;
box-sizing: border-box;
background-color: #1e1e1e;
color:#FBF2E6;
}

.footer-inner{
margin-bottom: 30px;
}

.footer-inner li{
line-height:1.5;
}

.footer-emphasis{
font-size:20px;
}

@media (min-width:767px){
/* ---共通---*/
.catch-inner{
margin-bottom:50px;
}

h2{
font-size: 30px;
}

/*---背景挿絵----*/
.bcg_pic img{
width:65%;
text-align: center;
padding-bottom: 15px;
}
/* ---挿絵部分の余白------*/
.fourmenu,.takeout,.other-section{
margin-bottom: 50px;
}

.calender-section{
margin-bottom: 50px;
}

/*-水彩画のposition-group-PC-----------*/
/*シカ,女房,カタクリ*/
.store-outside::before{
width: 200px;
height: 200px;
top:0;
left:150px;
}

.bcg_pic.kosuge::before{
width: 250px;
height: 200px;
top:-20%;
right:0;
}

.bcg_pic.okutama::before{
width: 200px;
height: 200px;
top:100%;
left:20px;
}

#sozai::before{
width:150px;
height:150px;
top:-70%;
}
/*----humbuger-------*/
.menu-btn,.sticky-tel,.sticky-tw,.sticky-ct{
display:none;
}

.menu{
position: static;
height:auto;
width:100%;
pointer-events: auto;
opacity: 1;
background-color: transparent;
padding-top:0;
}

.header-inner{
justify-content: space-around;
font-size: 15px;
}

.menu{
width:90%;
display: flex;
align-items: center;
}

.menu-inner{
display:flex;
justify-content: space-between;
width:100%;
}

.menu-item{
width:auto;
padding:0 10px;
line-height: 2;
display:inline-block;
}

.menu-item a{
display:block;
width:100%;
padding:20px 15px;
box-sizing: border-box;
}

.mail-svg{
width:75%;
}

.calendermail-logo{ 
width:15%;
margin-bottom:0;
box-sizing: border-box;
justify-content:space-around;
}

.calendermail-logo a{ 
display:block;
padding-left:2em;
box-sizing: border-box;
}

.g-sns-logo{
width:10%;
padding:0 0;
}

/* --g-nav背景の設定------- */
#g-nav.scroll{
background-color:#FBF2E6;
box-shadow: 0 3px 3px #c5bcb03f;
}

/* currentの設定 */
.menu-item.current{
color:#e6a050;
}
  
/* --ホバーの設定------- */
.menu-inner>li a:hover{
color:#e6a050;
}

/* ----key-vis---------*/
.header-copy{
margin-top: 150px;
}

.header-copy>h1{
font-size:45px;
margin-bottom: 10px;
font-weight: 400;
}

.key-vis{
max-width:800px;
padding:0 16px;
margin-top: 0;
box-sizing: border-box;
}

.key-copy{
font-size: 20px;
}

/*---youtube---*/
.yt-box{
height: 300px;
margin-bottom: 30px;
}

.md_iframe_image a::before {
background: url(../img/yt_icon.png) center center / 100px 64px no-repeat;
width: 100px;
height: 64px;
margin: -64px auto 0;
}

/*---news----*/
.news_cnt{
max-width:1000px;
display: flex;
flex-wrap: wrap;
margin: 0 auto 30px;
align-items: center;
justify-content: center;
}

.station{
width:300px;
margin-bottom: 0;
}

.news{
width: 450px;
text-align: left;
padding-left: 30px;
}
.news .news-ttl{
  font-size: 20px;
  line-height: 1.6;
}

.news>dd{
font-size: 20px;
}

.station:hover{
  background-color: #dbd2d2;
  opacity: 0.5;
  display: inline-block;
  transition: 0.2s;
  }

.news-detail>a{
transition: 0.2s;
}

.news-detail>a:hover{
background-color: #dbd2d2;
color:#e6a050;
}

/* -----store-info-pc------------ */
.inner-container{
max-width:1200px;
margin:0 auto;
}

.business-title,.parking-detail{
font-size:20px;
}

/* ---grid-layout-----*/
.business-wrapper{
margin: 0 auto 150px;
}

.g-box{
width:20%;
}

.g-box.parking{
width:20%;
}

.adress-gmap a{
margin: 0 auto;
display:block;
padding: 20px 0 20px;
border-radius: 60px;
font-size:16px;
}

.g-box-map{
width:70%;
}

.parking-detail{
text-align: center;
margin:30px 0;
}

.adress-gmap{
width:70%;
margin:0 auto;
}

.adress-gmap>a{
transition: 0.2s;
}

.adress-gmap>a:hover{
background-color: #dbd2d2;
color:#e6a050;
}

/* -----lunch-menu----------*/
.menu-description{
font-size: 20px;
}

.lunch-menu{
max-width:1200px;
margin: 0 auto;
}

.lunch-box{
display:flex;
justify-content:space-between;
flex-wrap: wrap;
width: 100%;
}

.lunch-box li{
display:block;
width:45%;
padding-left:0;
}

/*-take-out,inside-sec,sozai,other-sec-----------*/
.takeout-description{
font-size: 20px;
}

.takeout>img{
width:100%;
}

.takeout-scroll{
width:100%;
}

.takeout-pudding{
width:40%;
}

.inside-section,.sozai{
margin-bottom: 200px;
}

.takeout-scroll li{
padding-left: 0;
}
.takeout-wrapper::after{
display:none;
}

/* ----inside------ */
.inside-copy,.counter-pic li{
font-size: 20px;
}

.inside-des{
text-align: center;
}

/* ----sozai-pc------ */
.sozai-emphasis{
font-size: 25px;
}

.sozai-emphasis-smaller{
font-size: 20px;
}

.sozai p{
line-height: 1;
}

.sozai-two{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.copy-water,.copy-egg{
width:45%;
padding-top:24%;
}

.box-egg,.box-water{
background-size: contain;
border-radius: 6px;
}

.copy-rice,.copy-oil,.copy-wife,.copy-utensil{
width:25%;
padding-top:25%;
}

.item-rice,.item-oil,.item-wife,.item-utensil{
background-size: contain;
}

.item-rice{
border-bottom-left-radius:6px;
}

.item-oil{
border-top-right-radius:0;
}

.item-wife{
border-bottom-left-radius:0;
}

.item-utensil{
border-top-right-radius:6px;
}

.copy-water:hover>.box-water::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
border-radius: 6px;
}

.copy-egg:hover>.box-egg::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
border-radius: 6px;
transition: 1s;
}

.copy-rice:hover>.item-rice::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
}

.copy-oil:hover>.item-oil::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
}

.copy-wife:hover>.item-wife::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
}

.copy-utensil:hover>.item-utensil::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
}

/*---greet-media-------- */
.other-section{
display: flex;
justify-content: space-between;
}

.greeting-section,.media-section{
width:45%;
margin-bottom: 0;
}

.copy-greet:hover>.box-greet::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
}

.copy-media:hover>.box-media::after{
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.3);
}

/* --sns---------- */
.sns-section{
margin-bottom: 200px;
}

.sns-description{
font-size: 20px;
}

.sns-logo{
width:40%;
}

.svg_hv{
opacity:1;
transition: 0.2s;
}

.svg_hv:hover{
opacity: 0.2;
}

/*--calender----------*/
.contact-section{
margin-bottom: 200px;
}

.calender-box{
height:600px;
}

/* --contact---------- */
.contact-btn{
transition: 0.3s;
}

.contact-btn:hover{
background-color: rgb(216, 214, 214);
color:#e6a050;
}

.footer-emphasis{
font-size: 25px;
}

.footer-inner{
font-size: 20px;
}
}

@media (min-width:920px){
.sozai-emphasis{
font-size: 30px;
}

.sozai-emphasis-smaller{
font-size: 20px;
}

.sozai p{
line-height: 1.5;
}

@media (min-width:1200px){
.logo img{
left:40px;
}
}
}