@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a, a:link {
  color: #432225;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}

a:visited {
  color: #432225;
}

a:hover {
  color: #432225;
}

a:active {
  color: #432225;
}

* {
  box-sizing: border-box;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  font-feature-settings: palt;
  font-smoothing: antialiased;
  letter-spacing: 0.03em;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
}

#main {
  height: auto;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.main{
	overflow: hidden;
}
.gmenu ul {
  display: flex;
  justify-content: space-between;
  width: 620px;
  position: fixed;
  z-index: 10;
  top: 44px;
  right: 7.35rem;
}

.gmenu ul li a {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.gmenu ul li a:hover {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  opacity: .7;
}
.gmenu ul li{
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
.gmenu ul li:hover {
	opacity: .7;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
.gmenu ul li a span {
  display: block;
  text-align: center;
}
.gmenu ul li a span:last-child {
  margin-top: 3px;
  color: #D95C5C;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
}

@media all and (min-width: 769px) {
  .pc {
    display: block!important;
  }
  .sp {
    display: none !important;
  }
  .pcMenu {
    display: block!important;
  }
  .spMenu {
    display: none !important;
  }
  .header-logo {
    position: fixed;
    top: 44px;
    left: 5.35rem;
    font-family: gill-sans-nova, sans-serif;
    width: 100%;
    max-width: 150px;
	font-size: 0;
	z-index: 1;
  }
  .header-logo a {
    max-width: 150px;
  }
  .header-logo a img {
    width: 100%;
  }
  .foot_Menu {
    display: none;
  }
}

@media all and (max-width: 880px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block!important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .header-logo {
    position: fixed;
    top: 22px;
    left: 20px;
    font-family: gill-sans-nova, sans-serif;
    width: 100%;
    max-width: 120px;
	font-size: 0;
	z-index: 1;
  }
  .header-logo a {
    width: 100%;
    max-width: 120px;
  }
  .header-logo a img {
    width: 100%;
  }
  .foot_Menu {
    display: none;
  }
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

@media all and (max-width: 960px) {
  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none!important;
  }
  .spMenu {
    display: block !important;
	position: fixed;
    top: 0;
    width: 100%;
  }
  .menuBack {
    position: relative;
  }
  .menu {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu::after {
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    background: #DC4545;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	z-index: 10;
	border: 2px #fff solid;
  }
  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
    z-index: 2;
  }
  .menu__line {
    right: 15px;
  }
  .menu__line--top {
    top: 21px;
  }
  .menu__line--center {
    top: 27px;
  }
  .menu__line--bottom {
    bottom: -5px;
  }
  .menu__line--top.active {
    top: 27px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 1px;
    transform: rotate(135deg);
    background: #fff;
  }
  /*gnav*/
  .gnav {
    background: #DC4545;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	z-index: 3;
  }
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnav__menu__item {
    padding: 0 20px;
  }
  .gnav__menu__item a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 30px 0;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.13em;
    text-align: center;
    font-family: Roboto, sans-serif;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
  .gnav__menu__item a span {
    display: block;
    text-align: center;
  }
  .gnav__menu__item a span:last-child {
    margin-top: 7px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 480px) {
  .foot_Menu {
    background: rgba(255, 255, 255, .5);
    border-top: thin solid #8D8D8D;
    width: 100%;
    height: 44px;
    position: fixed;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 3px;
  }
  .foot_Menu div a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
  }
  .foot_Menu div a img {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
  }
  .foot_Menu div a span {
    display: block;
    text-align: center;
    font-size: .5rem;
    margin-top: 3px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
}


/*--------------------------
フッター
----------------------------*/

footer {
  background: #DC4545;
}

.footer-logo, .copy {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  color: #fff;
}

.footer-menu {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer-menu a {
  color: #fff;
}

.store-deta {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

@media all and (min-width: 769px) {
  footer {
    padding: 7.5rem 8rem 6.5rem;
    text-align: center;
  }
  .footer-menu {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
  }
  .footer-menu li {
    margin-bottom: 10px;
  }
  .footer-menu li a:hover {
    opacity: .7;
  }
  .logoArea {
    max-width: 980px;
    margin: 0 auto;
  }
  .footer-logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
    text-align: left;
  }
  .footer-logo img {
    width: 100%;
  }
  .copy {
    text-align: center;
  }
  .pricacy {
    text-align: right;
  }
  .pricacy a {
    color: #fff;
    text-decoration: underline;
  }
  .pricacy a:hover {
    opacity: .7;
  }
}

@media all and (max-width: 768px) {
  footer {
    padding: 5%;
  }
  .footer-menu {
    margin-bottom: 20px;
  }
  .footer-menu li {
    margin-bottom: 10px;
  }
  .footer-menu li a {
    font-size: 1.4rem;
  }
  .footer-logo {
    margin-bottom: 10px;
    width: 100%;
    max-width: 120px;
  }
  .footer-logo img {
    width: 100%;
  }
  .copy {
    margin-bottom: 10px;
  }
  .pricacy {
    text-align: right;
  }
  .pricacy a {
    color: #fff;
    text-decoration: underline;
  }
  .pricacy a:hover {
    opacity: .7;
  }
  .store-deta {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #fff;
  }
}

@media all and (max-width: 480px) {
  footer {
    padding: 5% 5% 66px 5%;
  }
}