@charset "UTF-8";

html {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #373C44;
  font-size: 1rem;
  line-height: 21px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a {
  color: #C30D23;
  text-decoration: none !important;
}

.logo {
  margin: 24px;
}

/*PC_header*/
.pc_head_btn .buttonarea {
  margin-top: 0;
}

.pc_head_icon li {
  list-style: none;
  margin-right: 24px;
  text-align: center;
}

.pc_head_icon span {
  display: block;
  color: #C30D23;
  font-size: 0.56rem;
  white-space: nowrap;
}

.pagetitle {
  background: url(../img/bg_pagetitle.png) no-repeat;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background-size: cover;
}

.sp_head {
  display: none;
}

/*navi*/
nav {
  background: #C30D23;
}

nav ul {
  width: 1024px;
  margin: auto;
  display: flex;
}

nav a {
  list-style: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.93rem;
  text-align: center;
  width: calc(100% / 7);
  border-left: 1px solid #fff;
  padding: 24px 0;
  transition: 0.3s;
}

nav a:last-child {
  border-right: 1px solid #fff;
}

nav li span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.5rem;
  display: block;
  font-weight: 300;
}

nav a:hover {
  opacity: 0.8;
}

.sph-nav {
  display: none;
}

.contents {
  width: 1024px;
  margin: auto;
  padding: 40px 0 100px 0;
  min-height: 400px;
}

footer {
  margin: 0;
  background: #2C2C2C;
  color: #fff;
  padding: 40px 0 0 0;
}

.footer_container {
  width: 1024px;
  margin: auto;
  text-align: center;
  position: relative;
  
}

footer li {
  list-style: none;
}

.fot_link {
  background: #111111;
  padding: 24px 0;
  text-align: center;
}

.fot_link_container {
  width: 1024px;
  margin: auto;
  text-align: center;
}

.fot_link_container li {
  padding: 0px 8px;
  border-right: 1px solid #fff;
  font-weight: 300;
}

.fot_link_container li a {
  color: #fff;
  text-decoration: none;
}

.fot_link_container li:first-child {
  padding: 0 8px 0 0;
}

.fot_link_container li:last-child {
  padding: 0 0 0 8px;
  border-right: none;
}

.fot_link_container a {
  color: #fff;
  text-decoration: none;
}

.rugby-ja {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rugby-ja img {
  width: 20px;
}

.copy {
  font-size: 0.625rem;
}

.gotop {
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 0;
}

/* --------------------h-------------------*/
.pagetitle h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
}

.pagetitle span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
  margin-top: 8px;
}

h2 {
  position: relative;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 35px;
}

h2:before {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 93px);
  width: 186px;
  height: 5px;
  content: '';
  background: #AA8E59;
}

h3 {
  border-bottom: 2px solid #AA8E59;
  padding: 24px 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  color: #AA8E59;
}

/* --------------------button--------------------*/
.buttonarea {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.btn_primary {
  width: 208px;
  background: #C30D23;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_secondary {
  width: 208px;
  background: #ffffff;
  border: 1px solid #C30D23 !important;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #C30D23;
  font-weight: 700;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_tertiary {
  width: 208px;
  background: #ffffff;
  border: 1px solid #818181 !important;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #373C44;
  font-weight: 700;
  transition: 0.3s;
}

.btn_delete {
  width: 208px;
  background: #F3E1E3;
  border: 1px solid #C30D23 !important;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #C30D23;
  font-weight: 700;
  transition: 0.3s;
}

.btn_invalid {
  width: 208px;
  background: #EFEFEF;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #CACACA;
  font-weight: 700;
  transition: 0.3s;
}

.btn_gd {
  width: 208px;
  background: #AA8E59;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #ffffff;
  font-weight: 700;
  transition: 0.3s;
}

.btn_wh {
  width: 208px;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #ffffff;
  font-weight: 700;
  transition: 0.3s;
  background: inherit;
  border: 1px solid #fff !important;
}
.btn_wh_02 {
  width: 208px;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  border: none;
  color: #373C44;
  background: #fff !important;
  font-weight: 700;
  transition: 0.3s;
  background: inherit;
}

.btn_primary img,
.btn_secondary img,
.btn_tertiary img,
.btn_delete img,
.btn_invalid img {
  margin-right: 8px;
}

.btn_primary:hover,
.btn_secondary:hover,
.btn_tertiary:hover,
.btn_delete:hover,
.btn_invalid:hover,
.btn_gd:hover,
.btn_wh:hover,
.btn_wh_02:hover {
  opacity: 0.8;
}

/* --------------------label--------------------*/
.required {
  display: block;
  border: 2px solid #C30D23;
  color: #C30D23;
  font-size: 0.75rem;
  width: 53px;
  text-align: center;
  padding: 2px 0;
  margin-right: 16px;
  background: #ffffff;
}

/* --------------------foam--------------------*/
.foam div {
  border-bottom: 1px solid #E3E3E3;
  padding: 24px 16px;
}

.foam div:first-child {
  padding: 0px 16px 24px 16px;
}

.foam div:last-child {
  border-bottom: none;
  padding: 24px 16px 0px 16px;
}

.no-stl div {
  border-bottom: none;
  padding: 0;
}

.no-stl div:first-child {
  padding: 0;
}

.no-stl div:last-child {
  padding: 0;
}

.foam dt {
  font-weight: 700;
  width: 35%;
}

.foam dd {
  width: 75%;
  margin: 0;
}

.textbox {
  width: 80%;
  padding: 16px;
  border: 2px solid #737373;
}

.textbox {
  width: 80%;
  padding: 16px;
  border: 2px solid #737373;
}

input:disabled {
  background: #EFEFEF;
  color: #A3A3A3;
  border: none;
}

.postal_code {
  width: 13%;
  padding: 16px;
  border: 2px solid #737373;
  margin-right: 24px;
}

.postal_code:last-child {
  margin-right: 0;
}

.textbox::placeholder {
  color: #A3A3A3;
}

input.cb_red[type="checkbox"] {
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-block;
  border: 2px solid #737373;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}

input.cb_red[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23C30D23' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}

.radio {
  display: flex;
  flex-wrap: wrap;
  gap: .3em 2em;
  border: none;
}

.radio label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer;
}

.radio label::before,
.radio label::after {
  border-radius: 50%;
  content: '';
}

.radio label::before {
  width: 30px;
  height: 30px;
  border: 2px solid #C30D23;
  box-sizing: border-box;
}

.radio label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-10%, -50%);
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.radio label:has(:checked)::after {
  background-color: #C30D23;
}

.radio input {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

select {
  background-image: url(../img/icon_arrow_select.svg);
  background-position: right 10px top 20px;
  background-repeat: no-repeat;
  padding: 16px;
  border: 2px solid #737373;
}

.year,
.month,
.day {
  width: 96px;
  margin-right: 16px;
}

.pref {
  width: 192px;
}

.check {
  position: absolute;
  accent-color: #C30D23;
  inline-size: 1.5rem;
  block-size: 1.5rem;
  margin: 16px;
}

.label {
  border-top: 2px solid #737373;
  border-left: 2px solid #737373;
  border-right: 2px solid #737373;
  border-bottom: 2px solid #737373;
  display: block;
  align-items: center;
  padding: 16px 16px 16px 51px;
  font-weight: 700;
}

.text {
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  height: 0;
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 24px;

}

/* クリック時のスタイル */
.check:checked+.label+.text {
  padding: 20px;
  border-top: none;
  border-left: 2px solid #737373;
  border-right: 2px solid #737373;
  border-bottom: 2px solid #737373;
  height: auto;
}

.check:checked+.label {
  border-top: 2px solid #737373;
  border-left: 2px solid #737373;
  border-right: 2px solid #737373;
  border-bottom: none;
}

.check:checked+.label:last-child {
  border-bottom: 2px solid #737373;
}

.search_selectbox {
  position: relative;
}

.search_selectbox::before,
.search_selectbox::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.search_selectbox::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 25px 25px 0;
  background-color: #c30d23;
}

.search_selectbox::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.search_selectbox select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: none;
  border-radius: 35px;
  background-color: #efefef;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}

.search_selectbox select:focus {
  outline: 2px solid #c30d23;
}

/*searchbox*/
.searchbox input[type='text'] {
  background: #EFEFEF;
  border-radius: 100px 0 0 100px;
  border: none;
  padding: 22px;
  width: 280px;
}

.searchbox input[type='text']:focus {
  outline: none;
  background-color: #EFEFEF;
}

.searchbox input[type='submit'] {
  background: #C30D23;
  border-radius: 0 100px 100px 0;
  border: none;
  padding: 20px;
  color: #fff;
  flex: 1;
}

/* --------------------area--------------------*/
.result-area div {
  padding: 0 16px;

}

.graybox {
  background: #F3F3F3;
  padding: 16px !important;
}

.graybox label {
  font-weight: bold;
}

.text ul {
  padding: 0;
}

.text li {
  list-style-type: none;
}

/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

.articlelist {
  display: flex;
  flex-wrap: wrap;
}

.articlelist a {
  width: calc(100% / 3 - 11px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-right: 16px;
  margin-bottom: 16px;
  transition: .2s
}

.articlelist a:nth-of-type(3n) {
  margin-right: 0;
}

.article img {
  width: 100%;
}

.articlelist a {
  text-decoration: none !important;
}

.articlelist a:hover {
  transform: scale(0.98);
}

.label-deadline {
  width: 88px;
  border-radius: 100px;
  background-color: #818181;
  color: #C1C1C1;
  text-align: center;
  padding: 3px 0;
  font-size: 0.625rem;
}

.label-entrydone {
  width: 88px;
  border-radius: 100px;
  background-color: #C1C1C1;
  color: #E8E8E8;
  text-align: center;
  padding: 3px 0;
  font-size: 0.625rem;
}

.article .day {
  font-size: 0.625rem;
  color: #818181;
}

.article .title {
  color: #373C44 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.label-eventdate {
  width: 58px;
  background: #AA8E59;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  font-size: 0.625rem;
}

.label-deadlinedate {
  width: 58px;
  border: 1px solid #AA8E59;
  color: #AA8E59;
  text-align: center;
  padding: 3px 0;
  font-size: 0.625rem;
}

.eventdate {
  color: #373C44 !important;
  font-size: 0.625rem;
}

.articledetail h3 {
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 4px solid #AA8E59;
  padding: 0 16px 16px 16px;
  color: #373C44;
  margin-bottom: 0;
}

.articledetail img {
  margin-bottom: 16px;
  width: 100%;
}

.articledetail p {
  margin-bottom: 16px;
}

.articledetail h4 {
  position: relative;
  padding: 8px 0;
  border-bottom: 3px solid #EFEFEF;
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.articledetail h4:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #C30D23;
}

.articledetail ul {
  margin: 0;
  padding: 0 0 0 20px;
}

/* --------------------modal--------------------*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/* --------------------共通style--------------------*/
.flex {
  display: flex;
}

.block {
  display: block !important;
}

.column {
  flex-direction: column;
}

.justify_content_C {
  justify-content: center;
}

.justify_content_sb {
  justify-content: space-between;
}

.justify_content_fe {
  justify-content: flex-end;
}

.align_items_C {
  align-items: center;
}

/* ポジション */
.posA {
  position: absolute;
}

.posR {
  position: relative;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.white_space_pre_wrap {
  white-space: pre-wrap !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/* line */
.lb_gr {
  border-bottom: 1px solid #E3E3E3 !important;
}

/* margin */
.mg-auto {
  margin: auto;
}

.mg-16 {
  margin: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-40 {
  margin-right: 40px;
}

.mlr-16 {
  margin: 0 16px;
}

/* padding */

.pd-8 {
  padding: 8px;
}

.pd-16 {
  padding: 16px;
}

.pd-24 {
  padding: 24px;
}

.pd-32 {
  padding: 32px;
}

.pd-40 {
  padding: 40px;
}

.pr-24 {
  padding-right: 24px;
}

/* width */
.w10p {
  width: 10% !important;
}

.w25p {
  width: 25% !important;
}

.w120 {
  width: 120px;
}

.w300 {
  width: 300px;
}

/* font-size */
.fw-n {
  font-weight: 300;
}

.fw-b {
  font-weight: 700;
}

/* font-size */
.fz-14 {
  font-size: 0.875rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-30 {
  font-size: 1.875rem;
}

/* font-color */
.cr-red {
  color: #C30D23;
}

.cr-gld {
  color: #AA8E59;
}

.cr-nml {
  color: #373C44;
}

.cr-wh {
  color: #fff;
}

/* 959px以下に適用 */
@media screen and (max-width: 959px) {
  html {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 0.8125rem;
  }

  .pc_head,
  .pc_nav {
    display: none !important;
  }

  .sp_head {
    display: block;
    padding-right: 97px;
  }

  .sp_head .logo {
    margin: 16px;
  }

  .sp_head_icon {
    text-align: center;
  }

  .sp_head_icon span {
    display: block;
  }

  .sph-nav {
    display: block;
  }

  .pagetitle {
    padding: 32px 0;
    background-size: cover;
  }

  .contents {
    width: initial;
    margin: auto;
    padding: 40px 16px 100px 16px;
  }

  h2 {
    font-size: 1.3rem;
  }

  h2:before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 45px);
    width: 90px;
  }

  .flex {
    display: block;
  }

  .sp_flex {
    display: flex;
  }

  .modaal-container img {
    width: 100%;
  }

  .articlelist a {
    width: calc(95% / 2);
  }

  .articlelist a:nth-of-type(2n) {
    margin-right: 0px;
  }

  .articlelist a:nth-of-type(3n) {
    margin-right: 16px !important;
  }

  .sp-bd-b-n {
    border-bottom: none !important;
  }

  /* --------------------form--------------------*/
  .textbox {
    width: 90%;
  }

  .form .flex {
    display: block;
  }

  .foam dl {
    margin: 0;
  }

  .foam dt {
    width: 100%;
    margin-bottom: 8px;
  }

  .foam dd {
    width: 100%;
  }

  .foam div {
    padding: 24px 16px;
  }

  .foam div:first-child {
    padding: 0px 0px 24px 0px;
  }

  .foam div:last-child {
    border-bottom: none;
    padding: 24px 16px 0px 0px;
  }

  .foam dd div {
    padding: 0;
  }

  .radio {
    display: block;
  }

  .year,
  .month,
  .day {
    width: 72px;
    margin-right: 8px !important;
  }

  .sp-fmpd {
    padding: 24px 0 !important;
  }

  .graybox .year,
  .graybox .month,
  .graybox .day {
    width: 65px;
    margin-right: 8px;
  }

  .search_selectbox select {
    width: 100%;
    height: 4.5em;
    padding: 0.4em 3.6em 0.4em 1.8em;
  }

  .search_selectbox::before {
    height: 4.5em;
  }

  .search_selectbox::before {
    width: 4.8em;
    border-radius: 0 35px 35px 0
  }

  .search_selectbox::after {
    right: 2.4em;
  }
  .searchbox input[type='text'] {
   width: 200px;
  }
  /* --------------------button--------------------*/
  .buttonarea {
    margin-top: 24px;
    display: flex;
    text-align: center;
    flex-direction: column;
  }

  .btn_primary,
  .btn_secondary,
  .btn_tertiary,
  .btn_delete,
  .btn_invalid,
  .btn_gd,
  .btn_wh_02 {
    width: 100%;
    padding: 16px;
  }

  .odr-1 {
    order: 1;
  }

  .odr-2 {
    order: 2;
  }

  /* --------------------button--------------------*/
  .footer_container {
    width: 90%;
    text-align: center;
  }

  footer ul {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  footer li {
    list-style: none;
  }

  .fot_link {
    background: #111111;
    padding: 24px 0;
    text-align: center;
  }

  .fot_link_container {
    width: 90%;
    margin: auto;
    text-align: center;
  }

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

  .fot_link_container li {
    width: 45%;
    border: none;
    padding: 16px 0;
    text-align: left;
  }

  .rugby-ja {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rugby-ja img {
    width: 20px;
  }

  .copy {
    font-size: 0.625rem;
  }

  /* margin */
  .sp-mg-a{
    margin: auto;
  }
  .sp-mg-8 {
    margin: 8px !important;
  }

  .mr-40 {
    margin: 0;
  }

  .mr-24 {
    margin-right: 0;
  }
  .sp-mr-24 {
    margin-right: 24px;
  }

  .mb-24 {
    margin: 0;
  }

  .sp-mb-8 {
    margin-bottom: 8px;
  }

  .sp-mb-16 {
    margin-bottom: 16px;
  }

  .sp-mb-24 {
    margin-bottom: 24px;
  }

  .sp-mb-40 {
    margin-bottom: 40px;
  }

  .sp-mb-92 {
    margin-bottom: 92px;
  }

  .sp-pdlr16 {
    padding: 0 16px !important;
  }

  .sp-pdlr0 {
    padding: 0 !important;
  }

  /* width */
  .sp-w25p {
    width: 25% !important;
  }

  .sp-w100p {
    width: 100% !important;
  }
  .sp-w80p{
    width: 80% !important;
  }

}