@charset "UTF-8";
/* font-family */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: 'd-din blod';
  font-style: bold;
  font-weight: bold;
  src: url(../fonts/d-din-bold.woff) format('woff');
}
body {
  font-family:"Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

*,
*:before,
*:after{
	margin: 0;
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
	box-sizing:inherit;
	vertical-align:inherit;
}

html, body {
  height: 100%;
}
body{
  text-align: center;
  font-size: 16px;
  @include fontsize_change_16px;
  letter-spacing: 0.15em;
  // font-weight: bold;
  line-height: 1.7;
  @include query(768){
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  color: $keyColor_blk_pale;
  font-feature-settings : "palt";
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing:border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,a img,button{
	outline: none;
	border: none;
	cursor: pointer;
  text-decoration: none;
}
img{
  vertical-align: bottom;
  max-width:100%;
  height: auto;
}
a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  color: inherit;
}
a:hover,button:hover{
	outline: none;
}
a:disabled,button:disabled,input:disabled{pointer-events:none;}

i, em{font-style: normal;}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}


input[type="text"], input[type="tel"], input[type="mail"], textarea{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.closed-announcement {
  margin: 5em 1em;
}

.closed-announcement .announcement-header {
  font-size: 12pt;

  @media screen and (min-width: 768px) {
    font-size: 14pt;
  }
}

.closed-announcement .announcement-body {
  margin: 1em;
  font-size: 10pt;

  @media screen and (min-width: 768px) {
    font-size: 12pt;
  }
}

.closed-announcement .announcement-body a {
  text-decoration: underline;
}

.closed-announcement .announcement-body p {
  margin-top: 1em;
}


.closed-announcement .announcement-body br {
  @media screen and (min-width: 768px) {
    display: none;
  }
}
