@charset "utf-8";
/* CSS Document */

/* ベースとなるスタイル layout
--------------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
}
/* article
--------------------------------------------------------- */
article {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #212A2D;
  font-size: 62.5%;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  text-align: justify;
  vertical-align: baseline;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
}
article img {
  display: block;
  height: auto;
  max-width: 100%;
}
article a {
  text-decoration: none;
}
figure img {
  text-align: center;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
/* clearfix
--------------------------------------------------------- */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}



/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/

/*h2 各タイトル
--------------------------------------------------------- */

.section-title {
	font-size: 2.25rem;
  font-weight: 400;
}

.section-title::before {
	content: attr(data-en);
	display: block;
	color: #977b6b;
	font-size: 1.75rem;
  	font-weight: bold;
}

.section-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #977b6b;
}
/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
.section-title {
	font-size: 1.75rem;
  font-weight: 400;
  padding-inline-start:10px;
}
}


/* innerWrap
--------------------------------------------------------- */
.innerWrap {
  max-width: 980px;
  margin: 0 auto;
  padding-block-end: 120px;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
}

/* txet
--------------------------------------------------------- */
.txtarea {
  width: 100%;
  max-width: 730px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 30px;
  margin-block-end: 30px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.675rem;
}
.txtarea .txt {
  margin-block-end: 10px;
  line-height: 1.8;
  letter-spacing: 0.025rem;
}


.innerWrap_phototxt{
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
}
.txtarea_photo {
  width: 100%;
  max-width: 580px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 30px;
  margin-block-end: 5px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  text-align: center;
  text-justify: inter-ideograph;
  font-size: 1.675rem;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 5px;
  right: 10px;
  display: none;
  z-index: 150;
  cursor: pointer;
}