@charset "UTF-8";
/*=======================================
協賛
=========================================*/
h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  margin-bottom: 20px;
  border-left: 5px solid #461870;
  font-weight: normal;
  line-height: 1;
  padding: 5px 10px;
}

.intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
.intro .ct {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  margin-bottom: 30px;
  color: #461870;
}
.intro p {
  margin-bottom: 1em;
}
.intro p:last-child {
  margin-bottom: 0;
}
.intro ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  margin-right: 45px;
  position: relative;
}
.intro ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #461870;
  border-right: solid 2px #461870;
  position: absolute;
  right: -20px;
  top: 8px;
  transform: rotate(135deg);
}

.plan {
  margin-bottom: 30px;
}
.plan table {
  width: 100%;
}
.plan table th {
  background-color: #461870;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #fff;
  vertical-align: middle;
  line-height: 1.2;
}
.plan table th.bg2 {
  background-color: #8567A1;
}
.plan table th small {
  font-size: 14px;
  display: block;
}
.plan table td {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.plan table tbody tr:nth-child(odd) {
  background-color: #f4eff8;
}

.image {
  margin-bottom: 60px;
}
.image img {
  width: 100%;
  height: auto;
}

.gaiyo {
  margin-bottom: 60px;
}

.flow {
  padding-bottom: 60px;
}
.flow img {
  width: 100%;
  height: auto;
}

.form table {
  width: 100%;
  margin-bottom: 30px;
}
.form table th,
.form table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.form table th {
  text-align: left;
  background-color: #efefef;
  width: fit-content;
}
.form table th small {
  font-size: 13px;
}

#tabs {
  overflow: hidden;
  margin: 15px auto 0;
  width: 1000px;
}
#tabs ul.tab-menu {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
#tabs ul.tab-menu li {
  background: #a0a0a0;
  padding: 5px;
  float: left;
  margin-right: 2%;
  cursor: pointer;
  position: relative;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
#tabs ul.tab-menu li:last-child {
  margin-right: 0;
}
#tabs ul.tab-menu li:after {
  content: "\f175";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
}
#tabs ul.tab-menu li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  padding: 15px 43px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#tabs ul.tab-menu li.active {
  background-color: #461870;
}
#tabs .panel {
  overflow: hidden;
  display: none;
}

.menu-detail {
  padding-bottom: 80px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-detail:before {
  content: none;
}
.menu-detail:after {
  content: "";
  width: 32%;
}
.menu-detail .item {
  width: 32%;
  /*box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.13);*/
  border: 1px solid #461870;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 20px;
  margin-top: 20px;
}
.menu-detail .item .tit {
  background-color: #461870;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.menu-detail .item .tit span {
  background-color: #fff;
  color: #461870;
  padding: 0 10px;
  margin-left: 10px;
}
.menu-detail .item .ph {
  padding: 0 15px;
}
.menu-detail .item dl {
  margin: 10px 15px;
}
.menu-detail .item dl .row {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
}
.menu-detail .item dl .row dt {
  width: 80px;
}
.menu-detail .item dl .row dd {
  width: calc(100% - 80px);
}
.menu-detail .item .plan-list {
  padding: 0 15px;
}
.menu-detail .item .plan-list ul {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.menu-detail .item .plan-list li {
  display: inline-block;
  font-size: 10px;
  background-color: #ccc;
  line-height: 1;
  padding: 3px 5px;
  margin-bottom: 0;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}
.menu-detail .item .plan-list li.pl1 {
  background-color: #1D6F8A;
  color: #FFF;
}
.menu-detail .item .plan-list li.pl2 {
  background-color: #217A54;
  color: #FFF;
}
.menu-detail .item .plan-list li.pl3 {
  background-color: #B24516;
  color: #FFF;
}
.menu-detail .item .plan-list li.pl4 {
  background-color: #A93254;
  color: #FFF;
}
.menu-detail .item .plan-list li.pl5 {
  background-color: #7B4E12;
  color: #FFF;
}
.menu-detail .item .plan-list li.pl6 {
  background-color: #5E35B1;
  color: #FFF;
}
.menu-detail .item .ph {
  margin-top: 5px;
}
.menu-detail .item p {
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.6;
}
.menu-detail--col2 .item {
  width: 49%;
}

.flow-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .flow-wrap {
    flex-direction: column;
  }
}

.flow-box {
  background: #f5e6f5;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  min-width: 140px;
  flex: 1;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #6a2a6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-box p {
  margin: 0;
  width: 100%;
}
.flow-box hr {
  width: 100%;
  border: none;
  border-top: 1px solid #d8b0d8;
  margin: 0.75rem 0;
}

.arrow {
  display: flex;
  align-items: center;
  align-self: center;
  padding: 0 8px;
}
.arrow svg {
  width: 36px;
  height: 20px;
}
@media (max-width: 520px) {
  .arrow svg {
    transform: rotate(90deg);
  }
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  /*=======================================
  協賛
  =========================================*/
  h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 1.4;
  }

  .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .intro .ct {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 1.4;
  }
  .intro p {
    margin-bottom: 1em;
  }
  .intro p:last-child {
    margin-bottom: 0;
  }
  .intro ul li {
    display: block;
    vertical-align: middle;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    background-color: #eee;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .intro ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #461870;
    border-right: solid 2px #461870;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(135deg);
  }

  .plan {
    margin-bottom: 30px;
  }
  .plan table {
    width: 1000px;
  }
  .plan table th {
    font-size: 14px;
    padding: 5px;
  }
  .plan table th small {
    font-size: 10px;
    display: block;
  }
  .plan table td {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ccc;
    line-height: 1.2;
  }
  .plan table tbody tr:nth-child(odd) {
    background-color: #f4eff8;
  }

  .image {
    margin-bottom: 60px;
  }
  .image img {
    width: 100%;
    height: auto;
  }

  .gaiyo {
    margin-bottom: 60px;
  }

  .form table {
    width: 100%;
    margin-bottom: 30px;
  }
  .form table th,
  .form table td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #tabs {
    overflow: hidden;
    margin: 15px auto 0;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tabs ul.tab-menu {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #tabs ul.tab-menu li {
    width: 49%;
  }
  #tabs ul.tab-menu li a {
    padding: 15px 0;
    font-size: 14px;
  }
  #tabs .panel {
    overflow: hidden;
    display: none;
  }

  .table-scroll {
    overflow: scroll;
  }

  .menu-detail {
    padding-bottom: 80px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-detail:before {
    content: none;
  }
  .menu-detail:after {
    content: "";
    width: 32%;
  }
  .menu-detail .item {
    width: 100%;
    /*box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.13);*/
    border: 1px solid #461870;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .menu-detail .item .tit {
    background-color: #461870;
    text-align: center;
    color: #fff;
    padding: 5px 0;
  }
  .menu-detail .item .tit span {
    background-color: #fff;
    color: #461870;
    padding: 0 10px;
    margin-left: 10px;
  }
  .menu-detail .item .ph {
    padding: 0 15px;
  }
  .menu-detail .item dl {
    margin: 10px 15px;
  }
  .menu-detail .item dl .row {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 13px;
  }
  .menu-detail .item dl .row dt {
    width: 80px;
  }
  .menu-detail .item dl .row dd {
    width: calc(100% - 80px);
  }
  .menu-detail .item .plan-list {
    padding: 0 15px;
  }
  .menu-detail .item .plan-list ul {
    text-align: left;
    font-size: 0;
    line-height: 1;
  }
  .menu-detail .item .plan-list li {
    display: inline-block;
    font-size: 10px;
    background-color: #ccc;
    line-height: 1;
    padding: 3px 5px;
    margin-bottom: 0;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
  }
  .menu-detail .item .ph {
    margin-top: 5px;
  }
  .menu-detail .item p {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  .menu-detail--col2 .item {
    width: 49%;
  }
}
