@charset "UTF-8";

@font-face {
  font-family: 'GoodTimes';
  src: url(/common/font/good_times_rg.ttf)
}

.sp {
  display: none
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .sp {
    display: inline-block
  }
}

.pc {
  display: inline-block
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .pc {
    display: none
  }
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  background-color: #A47864;
}

.col-2 {
  width: 45%
}

.col-3 {
  width: 33%
}

.col-4 {
  width: 25%
}

.col-5 {
  width: 20%
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .sp-col-3 {
    width: 33%
  }
}

.text-center {
  text-align: center
}

.--space-between {
  justify-content: space-between;
  display: flex;
}

#container {
  font-family: 'Noto Sans JP', sans-serif
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  #inner-content {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto
  }
}

.inner {
  max-width: 1180px;
  margin: 0 auto
}

@media only screen and (min-width:1030px) {
  .inner {
    width: 92%
  }
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
  }
}

.good-times {
  font-family: 'GoodTimes', sans-serif !important
}

.common__bg {
  background-image: url(/assets_c/2022/imgs/bg-main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.white__bg {
  background-color: #fff
}

.about_contents {
  padding: 52px 32px 570px
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .about_contents {
    padding: 30px 10px 350px
  }
}

@media only screen and (max-width:480px) {
  .about_contents {
    padding: 30px 0 250px
  }
}

.about_contents .container__article {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .about_contents .container__article {
    font-size: 14px;
    line-height: 1.6
  }
}

.common__container {
  padding: 65px 60px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .common__container {
    padding: 40px 15px
  }
}

.common__subtitle {
  text-align: center;
  margin-bottom: 20px
}

.common__subtitle .main-title {
  color: #333333;
  font-size: 34px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 10px solid #A47864;
  display: inline-block;
  padding-bottom: 5px
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .common__subtitle .main-title {
    font-size: 22px;
    line-height: 42px
  }
}

.common__subtitle .main-title .sub-title {
  font-size: 28px;
}

@media only screen and (max-width:480px),
  only screen and (max-width:767px) {
  .common__subtitle .main-title .sub-title {
    font-size: 18px;
  }
}

.notice {
  color: red;
}

.common__button {
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  padding: 28px 22px 28px;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .common__button {
    font-size: 20px;
    padding: 20px 20px
  }
}

.common__button:hover {
  text-decoration: none;
  opacity: 0.85
}

.search-title {
  margin-bottom: 10px
}

.return_button_field {
  width: 1180px;
  margin: 0 auto;
  display: inline-block
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .return_button_field {
    width: 100%
  }
}

.return_button_field .return_button {
  width: 32%;
  padding: 8px 2px 8px;
  font-size: 14px;
  margin-bottom: 10px
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .return_button_field .return_button {
    width: 100%
  }
}

.black__title {
  color: #333333;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 0
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .black__title {
    font-size: 22px;
    line-height: 33px
  }
}

.text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {
  .text {
    text-align: left;
    font-size: 14px;
    line-height: 1.6
  }
}

@media only screen and (max-width:480px) {
  .text {
    font-size: 12px
  }
}
