@charset "UTF-8";
/*******************************
Default Mixin
*******************************/
/*----------------------
Clearfix
----------------------*/
/*----------------------
Opacity
----------------------*/
/*----------------------
天地中央
----------------------*/
/*----------------------
box-shadow
----------------------*/
/*----------------------
フォントサイズ「rem」の使用
----------------------*/
/*----------------------
aタグマウスオーバーデフォルトアクションの打ち消し
----------------------*/
/*----------------------
マウスオーバーでふわっと色が反転するボタン
margin,font-size,padding-topは適宜調整
----------------------*/
/*******************************
Customized Mixin
*******************************/
/*******************************
uchida costum
*******************************/
/*******************************
Style Start
*******************************/
html {
  font-size: 62.5%; }

body {
  overflow: hidden; }

body * {
  color: #4c4c4c; }

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

.pch {
  display: none; }

.sph {
  display: block; }

.wrapperL {
  max-width: 1447px;
  margin: 0 auto; }

.wrapperS {
  width: 1000px;
  margin: 0 auto; }

.ttlStyle01 {
  text-align: center; }
  .ttlStyle01 .image {
    display: inline-block;
    width: 42px;
    height: 19px;
    margin-bottom: 20px; }
  .ttlStyle01 .ttl {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Muli", sans-serif;
    letter-spacing: 5px; }
  .ttlStyle01 .txt {
    font-size: 19px;
    font-size: 1.9rem; }

.ttlStyle02 {
  text-align: center; }
  .ttlStyle02 .image {
    width: 200px;
    height: 24px; }
  .ttlStyle02 .ttl {
    font-size: 19px;
    font-size: 1.9rem; }

.header {
  margin-bottom: 65px;
  padding-top: 60px; }

.headCenter {
  position: relative;
  text-align: center;
  /* .txt {
		@include f-size(12);
		font-family: $muli;
		line-height: 2em;
	} */ }
  .headCenter::before {
    content: "";
    position: absolute;
    display: block;
    width: 264px;
    height: 108px;
    top: 0;
    left: 3%;
    background: url(../img/header_left.svg) no-repeat; }
  .headCenter::after {
    content: "";
    position: absolute;
    display: block;
    width: 264px;
    height: 108px;
    top: 0;
    right: 3%;
    background: url(../img/header_right.svg) no-repeat; }
  .headCenter .logo {
    display: inline-block;
    margin-bottom: 30px;
    width: 204px;
    height: 50px; }

.mainImage {
  margin-bottom: 90px; }

#sliderBox {
  position: relative; }
  #sliderBox::before {
    content: url(../img/main_left.svg);
    position: absolute;
    display: block;
    width: 253px;
    height: 257px;
    top: -24px;
    left: -25px; }
  #sliderBox::after {
    content: url(../img/main_right.svg);
    position: absolute;
    display: block;
    width: 140px;
    height: 124px;
    right: 20px;
    bottom: -70px; }
  #sliderBox .slick-dots {
    bottom: 50%;
    left: -10%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
    #sliderBox .slick-dots li {
      display: block;
      width: 20px;
      height: 20px;
      margin-bottom: 7px; }
      #sliderBox .slick-dots li button {
        width: 20px;
        height: 20px; }
        #sliderBox .slick-dots li button:before {
          content: "■";
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          font-size: 10px;
          font-size: 1rem;
          text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
          opacity: .75;
          color: #fff; }
      #sliderBox .slick-dots li.slick-active button:before {
        color: #000; }

.navArea {
  position: relative;
  margin-bottom: 220px; }
  .navArea .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navArea .gnav {
    margin: 0 65px; }
    .navArea .gnav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 225px; }
      .navArea .gnav ul li a {
        font-family: "Muli", sans-serif; }
        .navArea .gnav ul li a:hover {
          text-decoration: none; }
  .navArea .navImage {
    position: absolute;
    top: -185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .navArea .navImage .findTxt {
      position: absolute;
      width: 147px;
      height: 29px;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

#cocept {
  margin-bottom: 220px; }
  #cocept .box {
    position: relative;
    margin-bottom: 215px; }
  #cocept .ttlStyle01 {
    margin-bottom: 65px; }
  #cocept .ttlStyle02 {
    margin-bottom: 30px; }
    #cocept .ttlStyle02 img {
      margin-bottom: 15px; }
  #cocept .txt {
    text-align: center;
    line-height: 2em; }
  #cocept .photoArea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #cocept .photoArea .left {
      position: relative;
      margin-top: 180px;
      padding-top: 23px;
      padding-left: 23px; }
      #cocept .photoArea .left::before {
        content: url(../img/cocept_photo_left_top.svg);
        position: absolute;
        width: 253px;
        height: 257px;
        top: 0;
        left: 0;
        z-index: 0; }
      #cocept .photoArea .left img {
        position: relative;
        z-index: 1; }
    #cocept .photoArea .right {
      position: relative;
      margin-right: 55px; }
      #cocept .photoArea .right::after {
        content: url(../img/cocept_photo_right_bottom.svg);
        position: absolute;
        width: 218px;
        height: 104px;
        right: 10px;
        bottom: 105px; }
      #cocept .photoArea .right .mark {
        position: absolute;
        width: 132px;
        height: 139px;
        bottom: 27px;
        left: 35px; }
  #cocept .leftImg {
    position: absolute;
    top: -60px;
    left: 0; }
  #cocept .rightImg {
    position: absolute;
    top: -20px;
    right: 0; }

#menu {
  margin-bottom: 125px; }
  #menu .ttlStyle01 {
    margin-bottom: 65px; }
    #menu .ttlStyle01 .ttl {
      margin-bottom: 55px; }
  #menu .imgArea {
    margin-bottom: 80px; }
  #menu .box {
    position: relative;
    text-align: center;
    /* &::before {
			content: url(../img/img_menu01.png);
			position: absolute;
			display: block;
			top: -115px;
			left: 160px;
		}
		&::after {
			content: url(../img/img_menu02.png);
			position: absolute;
			display: block;
			top: 110px;
			left: 935px;
		} */ }
  #menu .inbox .menuTtl {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 10px;
    background-color: #4c4c4c;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: lighter;
    font-family: "Muli", sans-serif;
    letter-spacing: 3px; }
  #menu .inbox .menuList {
    margin-bottom: 35px; }
    #menu .inbox .menuList li {
      margin-bottom: 15px; }
      #menu .inbox .menuList li:last-child {
        margin-bottom: 0; }
  #menu .inbox .photo {
    margin-bottom: 50px; }

.birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 350px;
  margin: 0 auto 30px; }
  .birthday .cake {
    width: 66px;
    height: 88px; }
  .birthday .txtBox {
    padding-bottom: 10px;
    border-bottom: 1px solid #4c4c4c; }
    .birthday .txtBox img {
      margin-bottom: 10px;
      width: 254px;
      height: 30px; }

.birthday_cake {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .birthday_cake img {
    max-width: 290px;
    width: 19%; }

#location {
  margin-bottom: 95px; }
  #location .ttlStyle01 {
    position: relative;
    margin-bottom: 80px; }
    #location .ttlStyle01::before {
      content: "";
      position: absolute;
      display: block;
      width: 240px;
      height: 74px;
      top: 0;
      left: 0;
      background: url(../img/footer_left.svg) no-repeat; }
    #location .ttlStyle01::after {
      content: "";
      position: absolute;
      display: block;
      width: 240px;
      height: 74px;
      top: 0;
      right: 0;
      background: url(../img/footer_right.svg) no-repeat; }
  #location .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px; }
    #location .box:last-of-type {
      margin-bottom: 0; }
      #location .box:last-of-type .locatebox {
        border-right: none; }

.location-heading {
  margin-bottom: 60px;
  text-align: center; }
  .location-heading .location-title {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-left: 25px;
    color: #4c4c4c;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.1; }
    .location-heading .location-title::before, .location-heading .location-title::after {
      content: "";
      position: absolute;
      display: inline-block;
      background-color: #4c4c4c;
      width: 1px;
      height: 30px;
      bottom: -7px; }
    .location-heading .location-title::before {
      left: 5px;
      -webkit-transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
              transform: rotate(-20deg); }
    .location-heading .location-title::after {
      right: 8px;
      -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
              transform: rotate(20deg); }

.locatebox {
  min-width: 25%; }
  .locatebox .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 30px;
    margin-left: 30px; }
  .locatebox .shop-name {
    margin-top: 30px; }
    .locatebox .shop-name_text {
      font-family: "Muli", sans-serif;
      color: #4c4c4c;
      font-weight: 300;
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      letter-spacing: 0.2em; }
      .locatebox .shop-name_text-min {
        display: block;
        font-family: "Muli", sans-serif;
        font-weight: 300;
        font-size: 15px;
        font-size: 1.5rem;
        color: #4c4c4c;
        letter-spacing: 0.2em; }
  .locatebox .shop-info {
    margin-top: 25px; }
    .locatebox .shop-info_text {
      color: #4c4c4c;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center;
      line-height: 2.1;
      text-transform: uppercase; }
  .locatebox .txt {
    text-align: center; }
  .locatebox .copy {
    font-family: "Muli", sans-serif; }
  .locatebox .flogo {
    width: 169px;
    height: 42px; }
  .locatebox .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .locatebox .sns .facebook {
      width: 10px;
      height: 20px;
      margin-right: 15px; }
    .locatebox .sns .instagram {
      width: 19px;
      height: 19px; }

.iframewrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 28.25%; }
  .iframewrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#recruit {
  margin-bottom: 125px; }
  #recruit .ttlStyle01 .ttl {
    margin-bottom: 55px; }
  #recruit .ttlStyle01 .txt {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 2.3; }

.footImageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footImageBox img {
    width: 25%; }

.goTop {
  display: inline-block;
  margin-top: 30px; }

.sideSns {
  position: fixed;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0; }
  .sideSns ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
    .sideSns ul li:last-child {
      margin-bottom: 0; }
    .sideSns ul li .facebook {
      width: 12px;
      height: 22px; }
    .sideSns ul li .instagram {
      width: 18px;
      height: 18px; }

.footer-logo {
  margin-top: 65px;
  text-align: center; }
  .footer-logo .flogo {
    width: 169px;
    height: 42px; }

.footer-sns {
  margin-top: 20px; }
  .footer-sns .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-sns .sns .facebook {
      width: 10px;
      height: 20px;
      margin-right: 15px; }
    .footer-sns .sns .instagram {
      width: 19px;
      height: 19px; }

.copyright {
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: "Muli", sans-serif;
  color: #4c4c4c;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em; }
/*# sourceMappingURL=style.css.map */