@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:600");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
/*--------------------------------------------------------------
font-wight
--------------------------------------------------------------*/
span.bl600 {font-weight: 600; }



*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input, textarea, select {
  font-family: inherit;
}

i {
  font-style: normal;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: opacity, color, background, transform, box-shadow;
  -webkit-transition-property: opacity, color, background, transform, box-shadow;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}


.m3_ft {
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  font-feature-settings : "palt";
  font-size: 17px;
}

.ft_e {
  font-family: 'Crimson Text', serif;
  letter-spacing: .02em;
  text-align: justify;
}

.m_ft {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, YuMincho, "游明朝", YuMincho;
  letter-spacing: .2em;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#footerrap {
	background: #f7f9f9;
	width: 100vw;
	height: 230px;
}

#creditsp {
	text-align: center;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "游明朝", YuMincho;
	font-size: 24px;
}

#footersp {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 650px;
  display: flex;
  justify-content: space-between;
}

#footersp p {
  display: block;
  text-align: center;
  margin: 24px auto 0 auto;
}

#footersp a {
  display: block;
  font-size: 19px;
}

#footersp2 {
  position: relative;
  margin: 24px auto;
  text-align: center;
  width: 650px;
  display: flex;
  justify-content: space-between;
}

#footersp2 a {
  display: block;
  font-size: 19px;
}

#footersp3 {
  position: relative;
  margin: 0 auto 15px auto;
  text-align: center;
  width: 650px;
  display: flex;
  justify-content: space-between;
}

#footersp3 a {
  display: block;
  font-size: 19px;
}

.h_nav {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.h_nav li {
  font-size: 19px;
  float: left;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  z-index: 61;
  margin: 0 auto;
}

.h_nav li:hover ul {
  display: block;
}

.h_nav li ul {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #c7c7c7;
  letter-spacing: .04em;
  white-space: nowrap;
}

.h_nav li ul li {
  float: none;
  border-bottom: none;
}

.h_nav li ul li + li:before {
  content: none;
}

.h_nav li ul li:after {
  content: none;
}

.h_nav li ul li:hover:after {
  content: none;
}

.h_nav li ul a {
  padding: .4em .4em;
  display: block;
}

.h_nav li ul a:hover {
  background: #a51c30;
  color: #fff;
}
/* footer 間調整 */
.h_nav a {
  padding: .5em auto;
}
.h_nav a :hover {
  opacity: 1;
}

.h_nav small {
  display: block;
  text-align: center;
}


/*# sourceMappingURL=style.css.map */