@charset "UTF-8";
/*
Theme Name: nature piano
Author: Fain Pixar
Author URI: https://www.fainpixar.co.jp/
*/
/* font定義 */
@font-face {
  font-family: YuMincho,"Yu Mincho",serif;
}
/* --ブラウザの互換初期化------------------------ */
html {
  overflow: scroll;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
q:before, q:after {
  content: '';
}
ul, ol, li {
  list-style-type: none;
}
/* iOSでのデフォルトスタイルをリセット */
button,
input[type="button"].clearbtn {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
}
button::-webkit-search-decoration,
input[type="button"].clearbtn::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type="button"].clearbtn::focus {
  outline-offset: -2px;
}
button,
input[type="button"].clearbtn {
  border: 0 none;
  display: inline;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------
    基本構造
------------------------ */
html {
  padding: 0;
  margin: 0;
  font-size: 10px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  /* font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  font-family: YuMincho,"Yu Mincho",serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.75;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 1px;
    height: auto;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#wrap {
  position: relative;
}
p {
  margin-top: 10px;
}
p:first-child {
  margin-top: 0;
}
p + p {
  margin-top: 10px;
}
p + .fig-cmn {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  p {
    margin-top: 15px;
  }
  p + p {
    margin-top: 15px;
  }
  p + .fig-cmn {
    margin-top: 20px;
  }
}
a {
  text-decoration: none;
  color: #124004;
  transition: all .5s ease;
  word-wrap:break-word;
}
.link {
  text-decoration: underline;
  color: #124004;
}
a:hover {
  transition: all .5s ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  transition: .3s;
  image-rendering: -webkit-optimize-contrast;
}
.fig-cmn img {
  display: block;
  margin: 0 auto;
}
.fig-cmn-cap {
  font-size: 1.3rem;
  margin-top: 10px;
}
.al-right {
  text-align: right;
}
.al-center {
  text-align: center;
}
.al-left {
  text-align: left;
}
.nolink-pc {
  pointer-events: none;
  cursor: text;
}
.nolink {
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .nolink-pc {
    pointer-events: auto;
  }
}
.featherlight-sample {
  display: none;
}
.red {
  color: #c1272d;
}

.contents {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 0;
}
.dur_contents {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
}
.min_contents {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
}
@media only screen and (max-width: 768px) {
	.contents {
		margin: 0px auto;
		padding: 0 15px;
	}
	.dur_contents {
		width: 100%;
		max-width: unset;
		margin: 0px auto;
		padding: 0;
	}
	.min_contents {
		max-width: unset;
		margin: 0 auto;
		padding: 0;
	}
}
