@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.15rem;
  line-height: 1.8;
  text-align: justify;
  vertical-align: baseline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  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 各タイトル
--------------------------------------------------------- */
h2.section-title {
	font-size: 2.25rem;
	margin-inline-start:5px;
	letter-spacing: 0.15rem;
}

h2.section-title span {
	display: flex;
	align-items: center;
	color: #45516b;
	font-size: 1.35rem;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2.section-title span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #a47e32;
}

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

/* txet
--------------------------------------------------------- */
.txtarea {
  width: 100%;
  max-width: 900px;
  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.7rem;
  letter-spacing: 0.1rem;
}
.txtarea .txt {
  margin-block-end: 10px;
  line-height: 2;
}
.opne_txt{
font-size: 2.5rem;
line-height: 4rem;
margin-block-end:16px;
}

.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: 30px;
  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;
}