@charset "UTF-8";
/* CSS Document */


html{
  font-size: 62.5%;/*16px *2.5%+10px*/
  background-color: #fff2cc
}

img{
	max-width: 100%;
	height: auto;
}
.br-pc{
  display: inline-block;
  margin-top: 30px;
}
.br-sp{
  display: none;
}

body{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  width: auto;
	color: #6b2616;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer{
  background-color: rgba(255,242,204,0);
}
.fixed-bg{
  background-image: url(../images/背景.png);
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.inner{
	width: 1140px;
	margin: auto;
	}

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

.sub-title{

  display: block;
  margin: 0 auto;
  padding-top: 120px;
}

.contens p{
  color: transparent;
}

/*  header  */
.logoimage{
  width: 50px;
  height: 50px;
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
.logowrapper{
  display: flex;
  align-items: center;
}

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #6b2616;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 32px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 65px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #6b2616;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}




@media (max-width: 767px) {
      .fixed-bg{
        padding-top: 56px;
      }
      /* ナビメニュー用　*/
        #top-head,
      .inner {
          width: 100%;
          padding: 0;
      }
      #top-head {
          top: 0;
          position: fixed;
          margin-top: 0;
      }
      /* Fixed reset */
      #top-head.fixed {
          padding-top: 0;
          background: transparent;
      }
      #mobile-head {
          background: #fff2cc;
          width: 100%;
          height: 56px;
          z-index: 999;
          position: relative;
      }
      #top-head.fixed .logo,
      #top-head .logo {
          position: absolute;
          left: 60px;
          top: 13px;
          color: #6b2616;
          font-size: 26px;
      }
      #global-nav {
          position: absolute;
          /* 開いてないときは画面外に配置 */
          top: -500px;
          background: #fff2cc;
          width: 100%;
          text-align: center;
          padding: 10px 0;
          -webkit-transition: .5s ease-in-out;
          -moz-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
      }
      #global-nav ul {
          list-style: none;
          position: static;
          right: 0;
          bottom: 0;
          font-size: 14px;
      }
      #global-nav ul li {
          float: none;
          position: static;
      }
      #top-head #global-nav ul li a,
      #top-head.fixed #global-nav ul li a {
          width: 100%;
          display: block;
          color: #6b2616;
          padding: 18px 0;
      }
      #nav-toggle {
          display: block;
      }
      /* #nav-toggle 切り替えアニメーション */
      .open #nav-toggle span:nth-child(1) {
          top: 11px;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          transform: rotate(315deg);
      }
      .open #nav-toggle span:nth-child(2) {
          width: 0;
          left: 50%;
      }
      .open #nav-toggle span:nth-child(3) {
          top: 11px;
          -webkit-transform: rotate(-315deg);
          -moz-transform: rotate(-315deg);
          transform: rotate(-315deg);
      }
      /* #global-nav スライドアニメーション */
      .open #global-nav {
          /* #global-nav top + #mobile-head height */
          -moz-transform: translateY(556px);
          -webkit-transform: translateY(556px);
          transform: translateY(556px);
      }

    /* content */
      .sub-title{
        padding-top: 30px!important;
        width: 50%;
      }
      .cp_container {
        z-index: 50;
        padding-top: 10px;
      }
      .br-pc{
        display: none!important;
      }
      .br-sp{
        display: inline-block!important;
        margin-top: -30px;
      }
      .cp_container img{
        margin-top: 0;
      }
      .cp_container h1{
        font-size: 2.4rem;
        padding-top: 5px;
      }
      .top-pc{
        padding-top: 60px!important;
      }
      .top-pc h2{
        padding-bottom: 40px;
      }
      /* concept */
      .concept-title p{
        font-size: 0.8rem;
      }
      .concept-img img{
        width: 80%;
      }
      .concept-word p{
        font-size: 1.2rem;
      }

      /* menu */
      .pic-frame{
        width: 40%;
      }
      .pic-frame p{
        font-size: 0.8rem;
      }

      /* order */
      .order-list{
        padding: 20px;
        font-size: 1.4rem;
      }
      .attention-txt{
        font-size: 1.0rem!important;
      }
      .mail-container{
        display: block!important;
        text-align: center;
      }
      .mail-font{
        font-size: 1.6rem;
      }
      .mail-container p{
        font-size: 1.2rem;
      }
      .fa-arrow-left{
        display: none;
      }

      /* access */
      .shop{
        display: block!important;
        margin-bottom: 20px;
        text-align: center;
      }
      .gradation-img{
        width: 100%!important;
      }
      .map-container{
        display: block!important;
        text-align: center;
        margin-top: 40px;
      }



}


/* top images */
.top-pc{
  text-align: center;
  padding-top: 138px;
}

/* main contents */

/* concept */
.concept-title p{
  text-align: center;
  font-size: 2.4rem!important;
  font-weight: bold!important;
  margin: 30px 0;
}
.concept-img{
  text-align: center;
  padding-bottom: 30px;
}
.concept-img img{
  border-radius: 20px;
}
.concept-word{
  text-align: center;
  padding-bottom: 5px;
}
.concept-word p{
  padding-bottom: 20px;
}

/* menu */
.menuimages-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 50px;
}
.pic-frame{
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.menu-pdf{
  width: 300px;
  height: auto;
}

/* order */
.order-word{
  text-align: center;
  margin: 20px 0;
}
.attention{
  text-align: center;
}
.attention-txt{
  display: inline-block;
  text-align: left;
  color: #bd0000;
  font-size: 1.2rem;
}
.order-list{
  display: block;
  text-align: center;
}
.order-list p{
  padding: 10px;
}
.order-list ul{
  display: inline-block;
  text-align: left;
  padding: 5px;
  border-radius: 10px;
  background-color: #d2e0747a;
}
.mail-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #ea6666;
}
.mail-font{
  font-size: 3.6rem;
}
.order-img{
  text-align: center;
  margin-top: 30px;
}
.order-img img{
  display: inline-block;
  width: 70%;
  }

/* access */
.shop{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 40px 0;
}
.gradation-img img{
  border-radius: 30px;
}
.shop-infomation{
  margin: 20px;
  background: #ffea888a;
  border-radius: 50%;
}
.map-container{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: baseline;
  margin-top: 30px;
}
.map-container iframe{
  margin-top: 20px;
}
.map-container img{
  border-radius: 30px;
  height: 300px;
  padding: 10px;
}
.map{
  border-radius: 30px;
  padding: 10px;
}
.shop-infomation{
  text-align: center;
}

/*  footer  */
footer{
    text-align: center;
    color: #555;
    padding: 20px 20px;
}




/* pc */

@media screen and (min-width: 481px)　{

  #nav-open {
    display:none;
  }



}


/* sp */

@media only screen and (max-width: 750px)　{

  img{
    width: 100%;
  }


}
