@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*初期設定*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  background-color: #eae5e3;
}
/*floatクリア用*/
.clear {
  clear: both;
}
/*メインコンテンツブロック*/
.clearfix:after {
  content: " "; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  overflow: visible;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
a {
  color: #fff;
  word-break: break-all;
}
a:hover {
  opacity: .7;
}
a img {
  border: none;
  outline: none;
  vertical-align: bottom; /* 下揃え */
}
.txt-area a.link-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.txt-area a.link-btn {
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
p {
  line-height: 1.9;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table img {
  display: block;
}
table td, table th {
  box-sizing: border-box;
}
.right {
  float: right;
}
.left {
  float: left;
}
.rela {
  position: relative;
}
.abso {
  position: absolute;
}
h1, h2, h3, h4 {
  text-align: center;
}
ul li {
  list-style: none;
}
.font-ita {
  font-family: 'Italianno', cursive;
}
.font-noto {
  font-family: 'Noto Sans', sans-serif;
}
.font-kozu {
  font-family: kozuka-gothic-pr6n, sans-serif;
}
.sp {
  display: none;
}
h3 {
  margin-left: auto;
  margin-right: auto;
}
h3 img {
  display: block;
}
.w750 {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.abso-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.abso-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.abso-center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media(max-width:980px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}