@charset "UTF-8";
html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

.red {
  color: #E60012;
  font-weight: 600; }

.underline {
  text-decoration: underline; }

.sub_back {
  background: url(../images/common/sub_back.jpg) no-repeat top center;
  background-size: cover; }
  @media (min-width: 768px) {
    .sub_back {
      min-height: 1000px; } }
  @media (max-width: 767px) {
    .sub_back {
      min-height: 500px; } }

@media (min-width: 768px) {
  .sub {
    padding-bottom: 2em; } }
@media (max-width: 767px) {
  .sub {
    padding-bottom: 2em; } }
.sub_wrapper {
  background: rgba(255, 255, 255, 0.9);
  height: fit-content; }
  @media (max-width: 767px) {
    .sub_wrapper {
      width: 90%; } }
  .sub_wrapper h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    background: #FFCD00;
    padding: 1em; }
.sub_content {
  padding: 2em;
  margin-bottom: 2em; }
  .sub_content h3 {
    color: #000;
    background: #FFF2BF;
    border-left: 12px solid #FFCD00;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5789473684;
    font-weight: 600;
    margin-bottom: 1em;
    padding: 10px; }
  .sub_content h4 {
    border-bottom: 2px solid #000;
    border-left: 10px solid #000;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6470588235;
    font-weight: 600; }
.sub_list_wrap {
  margin-top: 2em; }
.sub_list {
  margin-bottom: 3em; }
  .sub_list:last-child {
    margin-bottom: 0; }
.sub_btn {
  display: block;
  max-width: 500px;
  margin: 2em auto 0;
  padding: 1em;
  text-align: center;
  background: #FFCD00;
  border-radius: 50px;
  color: #000;
  font-weight: 500; }
  .sub_btn + p {
    margin-top: 1.5em; }
  .sub_btn:hover {
    background: #bababa; }
  .sub_btn.sub_color {
    background: #8CC63F; }
    .sub_btn.sub_color:hover {
      background: #bababa; }
.sub table {
  margin: 1em 0; }
  .sub table th, .sub table td {
    padding: 10px; }
  .sub table th {
    background: #FFF2BF; }
  .sub table td {
    background: #fff; }

.greeting .person {
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .greeting .person {
      display: flex;
      align-items: flex-end; } }
  @media (min-width: 768px) {
    .greeting .person_img {
      width: 180px; } }
  @media (max-width: 767px) {
    .greeting .person_img {
      margin-bottom: 0.5em;
      width: 80%;
      max-width: 180px; } }
  .greeting .person_img img {
    width: 100%; }
  @media (min-width: 768px) {
    .greeting .person_text {
      padding-left: 1em; } }
  @media (max-width: 767px) {
    .greeting .person_text {
      padding-left: 0.5em; } }
  .greeting .person_text h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667; }
    .greeting .person_text h4 span {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2;
      margin-right: 1em; }

.info li {
  border-bottom: 2px dotted #B3B3B3;
  padding: 1em 0; }
  @media (min-width: 768px) {
    .info li {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .info li span {
      width: 150px; } }
  @media (min-width: 768px) {
    .info li p {
      width: calc(100% - 150px); } }

.map {
  width: 100%;
  margin: 1em 0; }

@media (min-width: 768px) {
  .hotel_list {
    display: flex;
    flex-wrap: wrap; } }
.hotel_list ul {
  padding-right: 2em; }
.hotel_con {
  margin-top: 3em; }

.sub_table {
  margin: 1em 0; }
  @media (min-width: 768px) {
    .sub_table {
      min-width: 400px; } }
  .sub_table th,
  .sub_table td {
    padding: 10px; }
  .sub_table th {
    background: #FBE74C;
    text-align: center;
    font-weight: 500; }
  .sub_table td {
    background: #fff; }
  .sub_table.sponsor_table {
    margin-bottom: 2em; }
    .sub_table.sponsor_table td {
      text-align: center; }

.link ul li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em; }
  .link ul li::before {
    content: '●';
    color: #666; }
  .link ul li a {
    color: #666;
    text-decoration: underline; }
    .link ul li a:hover {
      text-decoration: none; }

.cfa .kikan {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667; }
.cfa .procedure {
  background: #fff;
  margin: 2em auto 0;
  padding: 1.5em; }
  .cfa .procedure h5 {
    border-bottom: 1px solid #000;
    font-weight: 600;
    margin-bottom: 1em; }
