@charset "UTF-8";
.contents-view {
  padding-top:60px;
  height: 500px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-contents-h2 h2 {
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #a13a28;
}
.page-contents-h2 {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

.page-contents-h2 span {
  font-size: 25px;
  margin-top: 20px;
  display: block;
  color: #d75e49;
}

.page-fadeIn {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btn03,
a.btn03,
button.btn03 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat03 {
  overflow: hidden;
  width: 270px;
  padding: 15px 0;
  color: #a13a28;
  border-radius: 0;
  background: #fef3db;
}

a.btn-flat03 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn-flat03:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 545%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #ff806a;
}

a.btn-flat03:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.c-view-btn-box{

display: flex;
}
.btn-container03{
margin: 0px 10px;
}

.section-title {
  border-left: 5px solid #a94436; /* 縦線の色 */
  padding-left: 10px;
   /* 背景色（例） */
  display: inline-block;
  margin-bottom: 30px;
}

.section-title h3 {
  margin: 0;
  font-size: 35px;
  color: #a94436; /* 日本語の色 */
  font-weight: bold;
}

.section-title p {
  margin: 5px 0px 5px 0px;
  font-size: 23px;
  color: #e0815e; /* 英語の色 */
  font-family: 'Arial', sans-serif;
}
.page-bg-01 {
    background-color: #e3d6ca;
}
.page-bg-02 {
    background-color: #ede1d7;
}

.back-to-top-btn2 {
  position: fixed;
  right: 20px;
  bottom: 30px;
  padding: 10px 15px;
  border: none;
  background: #4f2222;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}


.dli-chevron-up2 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid rgb(255 255 255);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

.contentsbtn,
a.contentsbtn,
button.contentsbtn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.contentsbtn-flat {
  overflow: hidden;
  color: #a13a28;
  border-radius: 0;
  background: #fef3db;
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.contentsbtn-flat span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.contentsbtn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 128%;
  height: 652%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #ff806a;
}

a.contentsbtn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.c-view-contentsbtn-box{
  display: flex;
}
.contentsbtn-container img {
    width: 300px;
}

.contentsbtn2,
a.contentsbtn2,
button.contentsbtn2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.contentsbtn-flat2 {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background: #6f5a57;
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.contentsbtn-flat2 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.contentsbtn-flat2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 128%;
  height: 652%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #a60000;
}

a.contentsbtn-flat2:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.contentsbtn-container2 img {
    width: 30px;
    margin-right: 7px;
}
.contentsbtn-container2 p {
    font-size: 18px;
}
.contents-text {
    margin-bottom: 30px;
}

.contentsbtn-BOX p {
    margin-bottom: 10px;
}
.contents-h4{
  color: #a13a28;
  font-size: 25px;
  margin: 60px 0 20px 0;
}
.info-conteainer {
    display: flex
;
}
@media screen and (max-width: 1200px) {
  .c-view-btn-box {
      flex-wrap: wrap;
      justify-content: center;
  }
  .btn-container03 {
      margin: 10px;
  }
}
@media screen and (max-width: 894px) {
  .info-conteainer {
    flex-direction: column;
  }
  a.contentsbtn-flat:first-child {
    margin-bottom:15px
  }
}
@media screen and (max-width: 800px) {
  h2.page-contents-h2 {
      font-size: 40px;
      margin-bottom: 30px;
  }
  .section-title h3 {
    font-size: 33px;
  }
  .contents-h4 {
    font-size: 23px;
  }
  #prev-btn,
  #next-btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .contents-view {
      padding-top: 44px;
  }
  .contents-view {
    height: 650px;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .section-title p{
      font-size:20px;
  }

  .page-contents-h2 h2 {
      font-size: 40px;
  }

  .page-contents-h2 span{
      font-size: 22px;
  }
}
