@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#annamammaContents {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

div, h1, h2, h3, h4, h5, p, ul, ol, li, dt, dd, dl {
  box-sizing: border-box;
}

.sp_inline {
  display: inline-block;
}
@media print, screen and (min-width: 640px) {
  .sp_inline {
    display: none;
  }
}

.pc_inline {
  display: none;
}
@media print, screen and (min-width: 640px) {
  .pc_inline {
    display: inline-block;
  }
}

.historyContents {
  background: #ffe11e;
  overflow: hidden;
}
@media print, screen and (min-width: 640px) {
  .historyContents {
    padding: 50px 0;
  }
}
.historyContents .inner {
  margin: 0 auto;
  padding: 9.3vw 0 0;
  background: #fff;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner {
    width: 1120px;
    padding: 60px;
  }
}
.historyContents .inner .sp_in01 {
  padding: 0 3vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .sp_in01 {
    padding: 0;
  }
}
.historyContents .inner .history_ttl {
  color: #674429;
  text-align: center;
}
.historyContents .inner .history_ttl span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.historyContents .inner .history_ttl .jattl {
  font-size: 6.4vw;
  margin-bottom: 3.4vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_ttl .jattl {
    font-size: 48px;
    margin-bottom: 22px;
  }
}
.historyContents .inner .history_ttl .enttl {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_ttl .enttl {
    font-size: 24px;
  }
}
.historyContents .inner .message {
  color: #674429;
  text-align: center;
  margin-top: 6vw;
  padding: 10vw 8vw 0;
  min-height: 115.2vw;
  background: url(../history/img/sp_bg.png) center 0/cover no-repeat;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .message {
    background: url(../history/img/bg.png) center 0/cover no-repeat;
    margin-top: 32px;
    padding-top: 45px;
    min-height: 666px;
    padding-left: 0;
    padding-right: 0;
  }
}
.historyContents .inner .message .message_ttl {
  line-height: 1;
}
.historyContents .inner .message .message_ttl .small {
  display: block;
  letter-spacing: 0.075em;
  font-size: 2.9vw;
  text-indent: 0.15em;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .message .message_ttl .small {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.075em;
    text-indent: 0.15em;
    margin-bottom: 20px;
  }
}
.historyContents .inner .message .message_ttl .space {
  letter-spacing: 0.5em;
}
.historyContents .inner .message .message_ttl .big {
  display: block;
  font-size: 6vw;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .message .message_ttl .big {
    font-size: 48px;
    letter-spacing: 0.1em;
  }
}
.historyContents .inner .message .txt {
  line-height: 2;
  font-size: 3vw;
  margin-top: 5vw;
  text-align: left;
  text-align: justify;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .message .txt {
    text-align: center;
    font-size: 20px;
    margin-top: 33px;
  }
}
.historyContents .inner .message .img {
  width: 100%;
  margin-top: 5vw;
}
.historyContents .inner .message .img img {
  max-width: 100%;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .message .img {
    width: 437px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.historyContents .inner .sp_in02 {
  padding: 0 6vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .sp_in02 {
    padding: 0;
  }
}
.historyContents .inner .history_list {
  margin-top: 6vw;
  width: auto;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }
}
.historyContents .inner .history_list .history_list_ttl {
  color: #674429;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 4.2vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .history_list_ttl {
    font-size: 30px;
  }
}
.historyContents .inner .history_list .history_list_ttl span {
  position: relative;
}
.historyContents .inner .history_list .history_list_ttl span:before, .historyContents .inner .history_list .history_list_ttl span:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #674429;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.historyContents .inner .history_list .history_list_ttl span:before {
  left: -12vw;
  width: 10vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .history_list_ttl span:before {
    width: 100px;
    left: -110px;
  }
}
.historyContents .inner .history_list .history_list_ttl span:after {
  right: -12vw;
  width: 10vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .history_list_ttl span:after {
    width: 100px;
    right: -110px;
  }
}
.historyContents .inner .history_list .list_wrap {
  position: relative;
  z-index: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-top: 6vw;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap {
    margin-top: 75px;
    margin-bottom: 110px;
  }
}
.historyContents .inner .history_list .list_wrap:before {
  content: "";
  display: inline-block;
  width: 0.6vw;
  height: 100%;
  background: #bf9c46;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8.3vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap:before {
    width: 5px;
    left: 63px;
  }
}
.historyContents .inner .history_list .list_wrap img {
  max-width: 100%;
  margin-top: 5vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap img {
    margin-top: 70px;
  }
}
.historyContents .inner .history_list .list_wrap .list .pic_1 {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list .pic_1 {
    width: 563px;
  }
}
.historyContents .inner .history_list .list_wrap .list .pic_2 {
  width: 35vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list .pic_2 {
    width: 316px;
  }
}
.historyContents .inner .history_list .list_wrap .list .pic_3 {
  width: 35vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list .pic_3 {
    width: 306px;
  }
}
.historyContents .inner .history_list .list_wrap .list .pic_4 {
  width: 28vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list .pic_4 {
    width: 254px;
  }
}
.historyContents .inner .history_list .list_wrap .list .pic_5 {
  width: 54vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list .pic_5 {
    width: 455px;
  }
}
.historyContents .inner .history_list .list_wrap .list .pic_6 {
  width: 27vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list .pic_6 {
    width: 228px;
  }
}
.historyContents .inner .history_list .list_wrap .list li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  gap: 0 5vw;
  margin-top: 8vw;
}
.historyContents .inner .history_list .list_wrap .list li:first-child {
  margin-top: 0;
}
.historyContents .inner .history_list .list_wrap .list li:last-child:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li {
    gap: 0 34px;
    margin-top: 50px;
  }
}
.historyContents .inner .history_list .list_wrap .list li .circle {
  border: 0.4vw solid #bf9c46;
  background: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17.86vw;
  height: 17.86vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li .circle {
    border: 3px solid #bf9c46;
    width: 129px;
    height: 129px;
  }
}
.historyContents .inner .history_list .list_wrap .list li .circle .txt {
  text-align: center;
  color: #bf9c46;
  line-height: 0.7;
  font-weight: 500;
  font-size: 3.8vw;
  margin-top: 0;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li .circle .txt {
    line-height: 0.7;
    font-size: 34px;
    margin-top: 6px;
  }
}
.historyContents .inner .history_list .list_wrap .list li .circle .txt .t01 {
  font-size: 2.8vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li .circle .txt .t01 {
    font-size: 23px;
  }
}
.historyContents .inner .history_list .list_wrap .list li .circle .txt .t02 {
  font-size: 1.8vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li .circle .txt .t02 {
    font-size: 14px;
  }
}
.historyContents .inner .history_list .list_wrap .list li .txt_box {
  width: 66.9vw;
  font-size: 2.8vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li .txt_box {
    width: 564px;
    font-size: 18px;
  }
}
.historyContents .inner .history_list .list_wrap .list li .txt_box p {
  line-height: 2;
}
.historyContents .inner .history_list .list_wrap .list li .txt_box img {
  display: block;
  margin-top: 3vw;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .history_list .list_wrap .list li .txt_box img {
    margin-top: 25px;
  }
}
.historyContents .inner .block {
  position: relative;
}
@media print, screen and (min-width: 640px) {
  .historyContents .inner .block {
    width: 1020px;
  }
}
