@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;
}

del {
  text-decoration: line-through;
}

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

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

a:visited, a:hover, a:active {
  color: inherit;
}

* {
  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: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wrapper{
}

/*------------------------------------------------------------
PCメニュー
------------------------------------------------------------*/
header{
/*
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: space-between;
*/
}
h1{
	font-size: 1.2rem;
	color: #646464;
}

@media all and (min-width: 767.99px) {
  .pc {
    display: block!important;
  }
  .sp {
    display: none !important;
  }
  .pcMenu {
    display: block!important;
  }
  .spMenu {
    display: none !important;
  }
  .header-logo {
    position: absolute;
    top: 22px;
    left: 3.35rem;
  }
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block!important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
.logoArea {
    position: absolute;
    z-index: 10;
	top: 20px;
	left: 2rem;
  }
}