@charset "UTF-8";
/*----■ 基本の色  ■-----*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  z-index: 0;
  font-family: ヒラギノ角ゴ ProN W3;
  background-color: #F8F5E4;
  background: linear-gradient(180deg, #582b09 250px, #f1eaca 0%, #f1eaca);
}

.menu {
  display: block;
  position: relative;
  max-width: 310px;
  margin: 0.5em auto;
  padding: 2rem 1.5rem;
  font-size: 0.8em;
}
.menu h3 {
  font-size: 1.2em;
  color: #011672;
}
.menu dl {
  padding: 0.5em;
}
.menu dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
}
.menu dl dd {
  margin-bottom: 0.7em;
  margin-left: 3em;
  font-size: 1em;
  color: #000e8f;
}
.menu .back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  -webkit-mask: url(img/line_1.png) center 0%/100% 15px no-repeat, url(img/line_2.png) center 100%/100% 15px no-repeat;
          mask: url(img/line_1.png) center 0%/100% 15px no-repeat, url(img/line_2.png) center 100%/100% 15px no-repeat;
  background-color: #7c0606;
}

#gassho-dan {
  margin-bottom: 5em;
}
#gassho-dan h1 {
  font-size: 14px;
  color: #fff;
  background-color: #636540;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}
#gassho-dan .boshu {
  width: 80%;
  padding: 10px;
  margin: auto;
  border: 3px dotted red;
  border-radius: 20px;
}
#gassho-dan .boshu h2 {
  line-height: 100%;
}
#gassho-dan h2 {
  margin: 1em auto 1em auto;
  color: #636540;
  text-align: center;
  line-height: 120%;
}
#gassho-dan .lesson {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
  max-width: 300px;
  text-align: left;
  margin: 0em auto 1em auto;
}
#gassho-dan .lesson .l1 {
  width: 5em;
  text-align: center;
}
#gassho-dan .lesson .l2 {
  width: calc(100% - 5em);
}
#gassho-dan .lesson .l2::before {
  content: "：";
  padding-right: 0.5em;
  font-weight: bold;
}
#gassho-dan p {
  max-width: 500px;
  width: 85%;
  margin: auto;
  line-height: 1.8;
}

.img-in-txt {
  display: inline-block;
  margin: 1em auto;
}

.gatshou-dan-2023-12 .ttl h1 img {
  width: 100%;
}
.gatshou-dan-2023-12 .date {
  color: #073780;
}
.gatshou-dan-2023-12 .date h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
}
.gatshou-dan-2023-12 .date h2 span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6em;
}
.gatshou-dan-2023-12 .date ul {
  display: inline-block;
  margin: auto;
}
.gatshou-dan-2023-12 .date ul li {
  margin-bottom: 0.5rem;
  text-align: left;
  font-size: 2rem;
}
.gatshou-dan-2023-12 .date ul li span {
  font-weight: bold;
  font-size: 1.5em;
}
.gatshou-dan-2023-12 .date ul li:nth-of-type(3) {
  font-weight: bold;
}
.gatshou-dan-2023-12 .date ul li:nth-of-type(2) span {
  font-weight: bold;
  font-size: 1em;
}
.gatshou-dan-2023-12 .紹介 h1 {
  margin-bottom: 1.5rem;
  color: #073780;
}
.gatshou-dan-2023-12 .紹介 h2 {
  color: #073780;
}
.gatshou-dan-2023-12 .紹介 dl {
  max-width: 650px;
  width: 95%;
  margin: auto;
  margin-bottom: 5rem;
}
.gatshou-dan-2023-12 .紹介 dl dt {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #073780;
}
.gatshou-dan-2023-12 .紹介 dl dd {
  margin-left: 5%;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.gatshou-dan-2023-12 .紹介 dl dd q {
  display: block;
  text-indent: -5em;
  padding-left: 5em;
}

.histry .ttl {
  width: 300px;
  margin: 3em auto 0.5em;
  font-size: 1em;
}
.histry .ttl h2 {
  width: 100%;
  height: 100%;
  padding: 8px 0px;
  text-align: center;
  font-size: 1.5em;
  color: #011672;
}
.histry .ttl hr {
  padding: 0;
  margin: 0 auto;
  width: 50%;
  height: 3px;
  background-color: #ca3d3d;
  border-radius: 50%;
}
.histry .ttl p {
  max-width: 600px;
  margin: 10px auto 40px;
  text-align: center;
}
.histry .table {
  color: #011672;
  max-width: 600px;
  margin: auto;
}
.histry .table p.no {
  width: 100%;
  margin-left: 2em;
}
.histry .table .box {
  display: flex;
  flex-wrap: wrap;
}
.histry .table .box .year {
  width: 4em;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  color: #011672;
}
.histry .table .box .year span {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
}
.histry .table .box .event {
  width: calc(100% - 4em);
  padding-bottom: 1em;
  text-align: left;
  line-height: 1;
}
.histry .table .box .event p {
  margin: 0 0 0.6rem 0;
  line-height: 1.2;
}
.histry .table .box .event span.pl {
  margin-left: 1em;
  font-weight: normal;
  font-size: 0.7em;
}
.histry .table .box .event .pl:before {
  content: "(";
}
.histry .table .box .event .pl:after {
  content: ")";
}
.histry .table .box .event .com {
  display: inline-block;
  padding-left: 0.3em;
  margin: 0rem 0.5rem 0.7rem 1em;
  line-height: 1.2;
  background-color: #f4faff;
}
.histry .table .box .event .rc {
  font-weight: bold;
  line-height: 1;
}
.histry .test {
  width: 200px;
  height: 100px;
  -webkit-mask: url(img/line_2.png) 0 0/100% 100%;
          mask: url(img/line_2.png) 0 0/100% 100%;
  background-color: #fff;
}