@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Icons";
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg");
}
@font-face {
  font-family: "Form";
  src: url("../font/form.eot");
  src: url("../font/form.eot?#iefix") format("embedded-opentype"), url("../font/form.woff") format("woff"), url("../font/form.ttf") format("truetype"), url("../font/form.svg#Form") format("svg");
}
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

body {
  color: #333; /* RGB */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  overflow-x: hidden;
}

@media screen and (min-width:1280px) {
/*　画面サイズが1280pxからはここを読み込む　*/
video {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
article{
  width:1280px;
  margin:0 auto;
  position: relative;
  z-index: 2;} 
}

@media screen and (max-width:1279px) {
/*　画面サイズが1024pxからはここを読み込む　*/
video {
  display: none;
}

}

ul {
	
  list-style-type: none;
}




a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
 
  line-height: 0;
  text-align: center;
}

h3 {
  color: #d3101a;
  font-size: 1.8rem;
  line-height: 1.5;
}

li.sg h3 {
  color: #00984b;
}

li.ngsk h3 {
  color: #00a0e9;
}

h4 {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 4px 0;
	color: #000000;
}

li.g1 h4 {
  color: #000000;
}

h5 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 4px 0;
}

.price{
	font-weight: 900;
	font-size: 2rem;
	
}

.priceg1{
	font-weight: 900;
	font-size: 2rem;
	color: #000000;
	
}

.priceg2{
	font-weight: 900;
	font-size: 2rem;
	color:#B80016;
	
}

.kakkog1{
	color: #000000;
	
}





p {
  text-align: justify;
  font-size: 1.5rem;
  color: #B80016;
  line-height: 1.5;
  margin: 1rem 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.navigation {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /*background:#00AEEB;*/
  top: 0;
  width: 100%;
  z-index: 1000;
  /*position: sticky;*/
  position: fixed;
}


.inner {
  margin: 0 auto;
}



/*ここからCMS*/
.tag {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
	background: #B80016;
  padding: 3px 5px;
  border: solid 1px #ffffff;
  margin: 5px 0;
}

.tag2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #d3101a;
  background: #ffffff;
  padding: 3px 8px;
  margin: 5px 0;
	border: solid 2px;
	border-color: #d3101a;
}

.tag3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  padding: 3px 8px;
  margin: 5px 0;
	border: solid 2px;
	border-color: #000000;
}

.cms.inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
	background-color: #ffffff;
}



.cms ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 25px;
}

/*カラムの数はここのwidthをいじる 25%→4 33%→3*/
.cms li {
  width: 33%;
  padding-left: 25px;
  margin-bottom: 40px;
}

.cms.header ul {
  margin-left: 0;
}

.cms.header li {
  width: 25%;
  padding: 0;
}

.plr8{
  padding-left:10px!important;
  padding-right:10px!important;
}
@media screen and (max-width: 767px) {
	.cms.header li {
	  width: 50%;
	  padding: 0;
	}
}

/*ここからフッター*/
.footer.inner {
  position: relative;
  width: 90vw;
  padding-bottom: 20px;
}

.footer ul {
  margin: 30px 0 0 0;
}

.footer ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  margin: 5px 15px 5px 0;
}

.footer ul li small {
  display: inline-block;
}

.footer p {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 20px;
}

.footer .sagatamaya-logo {
  width: 20vw;
  display: inline-block;
  padding-top: 20px;
}

footer .extra {
  text-align: center;
  margin-top: 20px;
  background: #fbf9bb;
  padding: 20px;
}
footer .extra ul {
  display: inline-block;
  text-align: left;
}
footer .extra ul li {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 1.3;
  margin-bottom: 8px;
}

.top-button {
  width: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 20px;
  overflow: hidden;
  font-size: 1.4rem;
  border: solid 1px;
}

.top-button img {
  width: 50%;
  display: block;
  margin: 8px auto 0;
}

/*日替わり*/


.ekiben img {
  width: auto;
  max-width: 100%;
}
.ekiben .ekiben_ttl {
  background: #f08300;
  text-align:center;
}




.daily img {
  width: auto;
  max-width: 100%;
}
.daily .daily_ttl {
  background: #D80C18;
  text-align:center;

}

.pdf-btn {
  text-align: center;
}
.pdf-btn a {
  display: inline-block;
  margin: 0 auto;
  background: #009944;
  color: #fff;
  padding: 15px 30px;
}
.pdf-btn a::after {
  content: "Ｌ";
  font-family: "Icons";
  margin-left: 5px;
}

/*PC27インチ*/
@media screen and (max-width: 1280px) {
  .feature.inner, .royce .inner, .bento .inner, .ramen .inner {
    width: 90vw;
  }
}
/*タブレット*/
@media screen and (min-width: 561px) and (max-width: 960px) {
  .cms li {
    width: 25%;
  }
  .daily .inner ul li {
    width: 31.3%;
  }
}
/*スマホ*/
@media screen and (max-width: 560px) {
  .daily .inner ul {
    margin: 0 -2%;
  }
  .daily .inner ul li {
    width: 46%;
    margin: 0 2% 30px 2%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: none;
  }
 
  .feature ul {
    margin-left: -20px;
  }
  .feature ul li {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  /*実演アイコン*/
  .feature ul li:first-child div::before, .feature ul li:nth-child(4) div::before, .feature ul li:nth-child(7) div::before {
    width: 40px;
    height: 40px;
  }
  /*新登場アイコン*/
  .feature ul li:nth-child(2) div::before, .feature ul li:nth-child(4) div::before, .feature ul li:nth-child(8) div::before {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  
  .cms li {
    width: 50%;
  }
  .bento h2 {
    font-size: 3rem;
  }
  .bento .inner li {
    width: 50%;
    margin-bottom: 40px;
  }
  .bento .inner li:first-child h3, .bento .inner li:first-child h5 {
    white-space: normal;
    transform: scale(1, 1);
    transform-origin: top left;
  }
  /*実演アイコン*/
  .bento .inner ul li div::before {
    width: 40px;
    height: 40px;
  }
  .ramen .inner ul li {
    width: 50%;
    margin-bottom: 40px;
  }
  .sake h2 {
    width: 70vw;
  }
  .sake-caution span {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .footer p {
    padding-top: 20px;
  }
  .footer .sagatamaya-logo {
    width: 40vw;
  }
}
@media screen and (max-width:767px){
    .sp {
        display:block;
    }
	header {
	
		background-position: left -25% top 10px, right -25% top 30px;
    	background-size: 40%,40%;
	}
	main {
	
	}
	section {
		margin:30px 0;
	}
	#pickup ul li {
		width:100%;
		margin-bottom: 2rem;
	}
	.inner {
		display:block
	}
	.inner li {
		width: 50%;
		margin: 0;
		margin-bottom: 2rem;
	}

	
	 /* 日替り奉仕品 */
	#daily .inner-Wrap ul li {
		width:100%;
	}

    /* コロナ対策 */
    footer .extra ul li {
		width:100%;
	}
    footer  .covid19 {
        width:100%;
    }
	footer #covid19 .torikumi ul{
		display:block;
	}
	footer #covid19 .torikumi ul li{
		width:100%;
	}
    footer #covid19 .okyakusama ul{
		align-items: center;
	}
	footer #covid19 .okyakusama ul li figure {
		margin:1rem;
	}
}






  

   /* 3カラム */
*, *:before, *:after {
    box-sizing: border-box;
}
.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	background-color: #ffffff;
	margin-top: 0px;
}
.col_3 > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
	background-color: #ffffff;
	margin-top: 0px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto;
}
.col_3 > * > *{
	background-color: #ffffff;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_3 > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3 > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_3 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3 > *:nth-child(3n){
        margin-right: auto;
    }
}




/* 日替り奉仕カラム */
*, *:before, *:after {
    box-sizing: border-box;
}
.col_3h{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3h > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3h > *:nth-child(3n){
    margin-right: auto;
}
.col_3h > * > *{
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_3h > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3h > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3h > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_3h > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3h > *:nth-child(3n){
        margin-right: auto;
    }
}



 /* 線路境界線 */
.border-image-example-01 {
    width: auto;
    height: auto;
    box-sizing: border-box;
 
}

.senroh3 {
  color: #fad09e;
  font-size: 1.7rem;
  line-height: 1.5;
}

.senroh4 {
	color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 4px 0;
}

.senroh5 {
	color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 4px 0;
}

.senroprice{
	font-weight: 900;
	font-size: 2.3rem;
	
}

.cmo{
	width: 85%;
	margin:0 auto;
	margin-bottom: 20px;
}

.cmotx{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:  1.8rem;
	font-weight: 400;
	color: #be9e76;
}

.cmotxw{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:  1.8rem;
	font-weight: 400;
	color: #ffffff;
}


/*お酒*/
.osake{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	
}
.kakomu{
	padding:2px 8px; /* 枠と文字の空間 */
	margin:0 5px; /* 枠の外の空間 */
	border:2px solid #fff; /* 枠の線の太さ・種類・色 */
	font-size:1em;	/* フォントの大きさ */
	color: #fff;
	font-weight: bold;
}

.kakomu2{
	padding:2px 8px; /* 枠と文字の空間 */
	margin:0 5px; /* 枠の外の空間 */
	border:2px solid #000; /* 枠の線の太さ・種類・色 */
	font-size:1em;	/* フォントの大きさ */
	color: #000;
	font-weight: bold;
	margin:0.5em;display:inline-block;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  text-align: center;
  width: 50%;
}


/* 4カラム */
.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 10px;
  width: 25%;
}

@media not all and (min-width: 768px) {
  .item {
    width: 50%;
  }

  .item:not(:last-child) {
    margin-bottom: 30px;
  }
}


.ngskotori{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff462;
}


.tokuhou{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #d3101a;
}

/* アニメーション関連
------------------------------------------------------------*/
/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: 2.8s;
}
.fadeIn {
  opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}
.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- フェードインしながら右へスライド -----*/
.inviewfadeInRight {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: .8s;
}
.fadeInRight {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- フェードインしながら左へスライド -----*/
.inviewfadeInLeft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: .8s;
}
.fadeInLeft {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}