@charset "UTF-8";

/* 全体 */

* {
    box-sizing: border-box;
}
html {
    font-size: 100%;
}
body {
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    color: #4E4E4E;
    min-width: 375px;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul li {
    list-style: none;
}
.sp-only{
    display: none;
}
.pc-only{
  display: block;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}

/* header */
.header_inner {
  position: fixed;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0% 25px 2%;
  max-height: 80px;
  z-index: 1000;
  top: 0;
}
.main_nav {
  display: flex;
}
.main_nav a{
  font-size: 16px;
  color:#C9161D;
  line-height: 80px;
}
.main_nav li:nth-child(1),.main_nav li:nth-child(2),
.main_nav li:nth-child(3),.main_nav li:nth-child(4),.main_nav li:nth-child(5){
  padding: 0 16px;
}
.main_nav li:nth-child(6){
  padding-left: 16px;
  margin-right: 1px;
}
.main_nav li img{
  height: 80px;
}
.main_nav li a:hover{
  opacity: .7;
}

@media screen and (max-width: 1000px) {
    .site_logo {
        z-index: 99;
    }
    .takeout_sp,.app_sp{
      width: 138px;
      height: 56px !important;
      background-color: #C9161D;
      border-radius: 5px;
      text-align: center;
      place-content: center;
      place-items: center;
    }
    .takeout_sp_p,.app_sp_p{
      color: #FFF;
      font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    #g-nav {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F9F7EF;
        transition: all 0.3s;
        padding: 120px 42px 0;
    }
    #g-nav.panelactive {
        display: block;
        z-index: 80;
    }
    #g-nav li a {
        color: #C9161D;
        padding: 10px 0;
        display: block;
        font-size: 22px;
    }
    .openbtn {
        position: absolute;
        z-index: 9999;
        top: 15px;
        right: 4%;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #C9161D;
        width: 45%;
    }
    .openbtn span:nth-of-type(1) {
        top: 15px;
    }
    .openbtn span:nth-of-type(2) {
        top: 23px;
    }
    .openbtn span:nth-of-type(3) {
        top: 31px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    #g-nav ul:nth-of-type(2) {
        display: flex;
        justify-content: center;
        padding-top: 43px;
    }
    #g-nav ul:nth-of-type(3) {
        display: flex;
        justify-content: center;
        padding-top: 47px;
    }
    .pd_block {
        padding: 0 !important;
        margin: 0 5px;
        display: block;
    }
    .nav_sns_sp img {
      max-width: 35px;
    }
}

@media screen and (min-width: 1001px) {
    .up_1000 {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .under_1000 {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
  .sp-only{
    display: block !important;
  }
  .pc-only{
    display: none !important;
  }
  .br-sp{
    display: block;
  }
  .br-pc{
    display: none;
  }
  .header__pc {
    display: none;
  }
  .header__sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
  .spBlock {
    display: block;
  }
  .spNav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .headerIconSp{
    width: 35px;
  }
  .spNav img {
    width: 100%;
  }
  .main--menu {
    padding-top: 50px;
    background: #F9F7EF;
  }

/* footer追従nav(SPのみ) */
  .followingNav{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 98;
  }
  .followingNavList{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background-color: #FFF;
  }
  .followingNavItem{
    width: 20%;
  }
  .followingNavItem a{
    color:#C9161D;
    font-size: 11px;
  }
  .followingIcon{
    width: 26px;
  }
  .followingNavItem p{
    margin-top: 3px;
  }
  .navLook{
    position: relative;
    top: 0;
    right: 0;
  }
  .iconLook{
    position: absolute;
    bottom: 50px;
    right: 25px;
  }
}

@media screen and (max-width: 700px) {
.iconLook{
  position: absolute;
  bottom: 50px;
  right: -5px;
}
}

/* footer */
#footerTop{
  background-color: #F9F7EF;
  padding: 60px 2% 0;
}
.footerTopList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footerTopItem{
  width: 49%;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 30px;
  margin-bottom: 20px;
  min-width: 560px;
  height: 217px;
}
.footerTopInner{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.footerTopText{
  width: 56%;
}
.footerTopItem img{
  width: 185px;
}
.footerTopText h4{
  font-size: 20px;
  margin-bottom: 7px;
}
.footerTopText p{
  font-size: 14px;
}
.footerTopBtn a{
  background-color: #E98A76;
  border-radius: 10px;
  max-width: 276px;
  height: 51px;
  line-height: 51px;
}
.appLink{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.appLink img{
  width: 97%;
}
.appLink a:hover{
  opacity: .7;
  transition: ease 0.2s;
}
.bgPink{
  background-color: #E98A76;
}
.menuBtn{
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin: 0 auto;
  color: #fff;
  background-color: #E98A76;
  text-align: center;
  margin-top: 30px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
}
.menuBtn:hover{
  opacity: .7;
}
.menuBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  font-weight: normal;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 40%;
  right: 30px;
  transform: translateY(-50%);
}
.footerTopBtnWrapper{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.menuBtnHalf{
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin: 0 auto;
  color: #fff;
  background-color: #E98A76;
  text-align: center;
  margin-top: 30px;
  border-radius: 8px;
  font-size: 12px;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 137px;
  padding-right: 10px;
}
.menuBtnHalf:after {
  content: '';
  width: 8px;
  height: 8px;
  font-weight: normal;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
}
.menuBtnWhite{
  color: #646464;
  background-color: #FFF;
}

/* footer middle */
#footerMiddle{
  background-color: #F9F7EF;
  padding: 0px 2%;
}
#footerMiddle a:hover{
  opacity: .7;
  transition: ease 0.2s;
}
.footerMiddleInner{
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1150px;
  margin: 0px auto;
  padding: 40px 0 35px;
}
.snsList{
  display: flex;
  justify-content: center;
  align-items: center;
}
.snsItem{
  padding: 0 7px;
}
.snsItem img{
  max-width: 35px;
}
.footerNavWrapper{
  width: 70%;
}
.footerNav{
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-bottom: 15px;
}
.footerNavMain{
  position: relative;
}
.footerNavMain::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 170px;
  width: 100px;
  height: 1px;
  background-color: #646464;
}
.footerNavItem{
  margin-right: 30px;
  letter-spacing: -0.1em;
}
.footerNavItem a{
  font-size: 14px;
  color:#C9161D;
  margin-bottom: 0;
}
.footerNavList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px 0 160px;
}
.footerNavBtn{
  display: block;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 27px;
  margin: 0 auto;
  color: #fff;
  background-color: #C9161D;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 140px;
}
.footerNavBtn a:hover{
  opacity: .7;
  transition: ease 0.2s;
}
.footerNavBtn:after {
  content: '';
  width: 5px;
  height: 5px;
  font-weight: normal;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 35%;
  right: 10px;
  transform: translateY(-50%);
}

/* footer bottom */
#footerBottom{
  background-color: #F9F7EF;
  padding: 0px 2%;
}
#footerBottom a:hover{
  opacity: .7;
  transition: ease .2s;
}
.footerBottomList{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.footerBottomItem{
  padding: 15px 20px;
}
.footerBottomItem a{
  color: #646464;
}
.l-footer{
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
.footerTopList{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

@media screen and (max-width: 1000px) {
  .footerTopItem{
    height: auto;
  }

  #footerSp{
    background-color: #FAF8F1;
    padding: 45px 0;
  }
  #footerSp a:hover{
    opacity: .7;
    transform: ease .2s;
  }
  .footerSpInner{
    max-width: 375px;
    margin: 0 auto;
    width: 90%;
  }
  .footerSpLogo{
    text-align: center;
  }
  .footerListSp{
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    align-items: center;
    margin: 32px 0;
    text-align: center;
  }
  .footerListSp li{
    width: 45%;
    margin-bottom: 8px;
  }
  .itemSp{
    color: #C9161D;
    font-size: 16px;
  }
  .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow::before,
  .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C9161D;
  }
  .arrow::after{
  	left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footerNavSp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
  }
  .footerNavSp li{
    width: 50%;
    text-align: center;
    margin: 5px 0;
  }
  .navSp{
    color: #646464;
    background-color: #FAF8F1;
    font-size: 14px;
  }
  .snsListSp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
  .snsItemSp{
    padding: 5px;
  }
  .snsItemSp img{
    max-width: 35px;
  }
  .l-footer{
    padding-bottom: 40px;
  }
  .menuBtn{
    margin-top: 20px;
  }
  .menuBtnMargin{
    margin-top: 10px;
  }
}

  @media screen and (max-width: 600px) {
  #footerTop{
    background-color: transparent;
    padding: 0;
  }
  .footerTopInner{
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin: 0 auto;
  }
  .footerTopText{
    padding-left: 10px;
  }
  .footerTopItem{
    min-width: initial;
    margin: 0 auto;
    padding: 40px 35px 20px;
    width: 100%;
    border-radius: 0%;
  }
  .footerTopList li:nth-child(4){
    padding-bottom: 40px;
  }
  .footerTopList{
    flex-direction: column;
  }
  .footerTopItem img{
    width: 130px;
  }
  .appLink{
    justify-content: center;
    width: 100%;
    margin: 13px auto 0;
  }
  .appLink img{
    width: 140px;
    padding: 0 5px;
  }
}

/* pagetop */
#totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	display: none;
}
@media screen and (max-width: 1000px){
  #totop {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 9998;
  }
  #totop img {
    width: 60px;
  }
}

/* zensho footer */
.l-footer {
  display: block;
}
.l-footer__frame {
  width: 100%;
}
.l-footer__inner {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  zoom: 1;
}
.c-footer-store__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
  height: 57px;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-copyright__logo {
  margin-top: 30px;
}
.c-footer-copyright__logo img {
  width: 118px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}
.c-footer-sp-store {
  display: none;
}
.c-footer-sp-store__tbl {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.c-footer-sp-store__logo,
.c-footer-sp-store__text {
  display: table-cell;
  vertical-align: middle;
}
.c-footer-sp-store__logo a{
  display: inline-block;
}
.c-footer-sp-store__btn {
  display: block;
  position: relative;
  line-height: 40px;
  color: #0051a4;
  font-size: 1.4rem;
}
.c-footer-sp-store__btn:after {
  content: " ";
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(../images/footer_store_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.c-footer-sp-store__btn.open:after {
  content: " ";
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(../images/footer_store_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.c-footer-sp-store__logo img {
  width: 40px;
  margin-right: 5px;
}
.c-footer-sp-store__text {
  width: 135px;
}

@media screen and (max-width: 1000px) {

	.l-footer__inner {
	  width: 100%;
	  min-width: 100%;
	}
	.c-footer-store__wrap {
		display: none;
		padding-bottom: 14px;
		border-top: 1px solid #e0e5e9;
	}
	.c-footer-sp-store {
	  display: block;
	}
	.c-footer-store {
		padding: 0 10px;
	}
	.c-footer-sp-store__tbl {
		position: relative;
		display: table;
		width: 100%;
		padding: 10px 0;
	}
	.c-footer-sp-store__logo,
	.c-footer-sp-store__text {
		display: table-cell;
		vertical-align: middle;
	}
	.c-footer-sp-store__text {
		width: 135px;
	}
	.c-footer-sp-store__btn {
	  display: block;
	  position: relative;
	  line-height: 40px;
		z-index: 98;
	}
	.c-footer-sp-store__btn:after {
	  position: absolute;
	  display: block;
	  content: '';
	  top: 50%;
	  right: 0px;
	  width: 40px;
	  height: 40px;
	  margin-top: -20px;
	  background-image: url("../images/common/sprite.png");
	  background-repeat: no-repeat;
	  background-position: -182px -53px;
	  -webkit-background-size: 233px 216px;
	  -moz-background-size: 233px 216px;
	  background-size: 233px 216px;
	}
	.c-footer-sp-store__btn.is-active:after {
	  position: absolute;
	  display: block;
	  content: '';
	  top: 50%;
	  right: 0px;
	  width: 40px;
	  height: 40px;
	  margin-top: -20px;
	  background-image: url("../images/common/sprite.png");
	  background-repeat: no-repeat;
	  background-position: -182px -95px;
	  -webkit-background-size: 233px 216px;
	  -moz-background-size: 233px 216px;
	  background-size: 233px 216px;
	}
	.c-footer-sp-store__logo img {
		width: 40px;
		margin-right: 5px;
	}
	a.c-footer-sp-store__btn,
	a.c-footer-sp-store__btn:hover,
	a.c-footer-sp-store__btn:link,
	a.c-footer-sp-store__btn:visited {
		color: #0051a4;
		font-size: 14px;
		text-decoration: none;
	}
	.c-footer-copyright__logo img {
		width: 69px;
	}
	.c-footer-store__list {
		margin: 0 -7px 0 -7px;
	}
	.c-footer-store__list li {
		width: 16.6%;
		text-align: center;
	}
	.c-footer-copyright{
		margin: 0 10px 0;
	}
	.c-footer-copyright__logo {
		margin-top: 20px;
	}

}