@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}

.local_nav {
  margin: 0;
  padding: 10px 0;
  background: #ca000c;
  font-family: "Mplus 1p";
}
.local_nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: #ca000c;
}
@media only screen and (max-width: 767px) {
  .local_nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav ul {
    flex-wrap: nowrap;
  }
}
.local_nav li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .local_nav li {
    border: #ffc7c7 solid 1px;
    width: 80px;
    height: 80px;
    margin: 0 4px 8px;
    line-height: 1.4rem;
  }
  .local_nav li:nth-of-type(5), .local_nav li:nth-of-type(6), .local_nav li:nth-of-type(7) {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav li {
    border-left: 1px dotted #e9333f;
  }
  .local_nav li:last-child {
    border-right: 1px dotted #e9333f;
  }
}
.local_nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .local_nav li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav li a {
    line-height: 50px;
    padding: 5px 40px;
    white-space: nowrap;
    font-size: 17px;
  }
  .local_nav li a:hover {
    opacity: 0.5;
  }
}
.local_nav li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.global_head {
  margin: 0;
  padding: 0;
}

.head_img {
  margin: 0;
  padding: 0;
  opacity: 0.8;
  position: relative;
}
.head_img img {
  width: 100%;
}

.head_ttl {
  position: relative;
  margin: 0;
  padding: 0;
}
.head_ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .head_ttl span {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .head_ttl span {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3;
    white-space: nowrap;
  }
}
.head_ttl span:hover {
  text-decoration: none;
}
.head_ttl img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0;
  }
}

h1 {
  text-align: center;
  padding: 0;
  letter-spacing: 0.02em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
    margin: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.3rem;
    margin: 0 0 80px;
  }
}
h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  h1:before {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  h1:before {
    width: 90px;
  }
}

h3 {
  background: #014e6a;
  color: #fff;
  margin: 0 0 20px;
  padding: 8px 15px;
}

h4 {
  border-left: #014e6a solid 4px;
}
@media only screen and (max-width: 767px) {
  h4 {
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 30px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    padding-left: 15px;
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
}

.entry {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .entry {
    padding: 45px 15px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .entry {
    padding: 80px 0 100px;
  }
}
.entry .note {
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .entry .note {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .note {
    margin: 0 0 20px;
  }
}
.entry .shop_nav {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .entry .shop_nav {
    display: none;
    background: #f8f8f8;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .shop_nav {
    margin: 0 0 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .entry .shop_nav__item {
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 23px;
  }
  .entry .shop_nav__item:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .entry .shop_nav__item {
    width: calc(10% - 4px);
    height: 40px;
    text-align: center;
    font-weight: 600;
    border: #014e6a solid 2px;
    border-radius: 3px;
    font-size: 0.9rem;
    transition: 0.3s;
  }
  .entry .shop_nav__item:hover {
    background: #eee;
  }
  .entry .shop_nav__item.nav-selected {
    background: #014e6a;
    pointer-events: none;
  }
  .entry .shop_nav__item.nav-selected a {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .entry .shop_nav__item--wide {
    width: calc(30% - 4px);
  }
}
.entry .shop_nav__item a {
  color: #014e6a;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.1;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .entry .shop_nav__item a {
    font-size: 0.9rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) {
  .entry .shop_nav__item a {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .entry .shop_nav__item span {
    font-size: 0.8rem;
  }
}
.entry .shop_nav_btn {
  color: #014e6a;
  border: #014e6a solid 2px;
  font-size: 0.93rem;
  letter-spacing: 0.07em;
  height: 45px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .entry .shop_nav_btn {
    display: none;
  }
}
.entry .shop_nav_btn::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #014e6a;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 17px;
  translate: 0 -50%;
  transition: 0.3s;
}
.entry .shop_nav_btn .close {
  display: none;
}
.entry .shop_nav_btn.menu-open::before {
  rotate: 180deg;
}
.entry .shop_nav_btn.menu-open .open {
  display: none;
}
.entry .shop_nav_btn.menu-open .close {
  display: block;
}
.entry .form p {
  margin: 0 0 25px;
  padding: 0;
  font-size: 0.9rem;
}
.entry .form table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry .form table {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form table {
    margin: 0 auto 40px;
  }
}
.entry .form table tr {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry .form table tr {
    flex-direction: column;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form table tr {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .entry .form table tr:last-of-type {
    border-bottom: #e6e6e6 solid 1px;
  }
}
.entry .form table tr:last-child {
  margin: 0;
  padding: 0;
}
.entry .form table tr th {
  font-weight: 600;
  background: #efefef;
  color: #222;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .entry .form table tr th {
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
    padding: 10px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form table tr th {
    width: 200px;
    padding: 20px 15px;
    text-align: left;
  }
}
.entry .form table tr td {
  word-break: break-all;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .entry .form table tr td {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form table tr td {
    width: calc(100% - 200px);
    padding: 20px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form table tr td span {
    margin: 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form table tr td span {
    margin: 0 5px 0 0;
  }
}
.entry .form table .hissu {
  display: inline-block;
  background: #D45A5C;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 0.7rem;
  width: 40px;
  font-weight: 600;
}
.entry .form dl {
  display: flex;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry .form dl {
    flex-direction: column;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form dl {
    align-items: center;
    margin: 0 0 10px;
  }
}
.entry .form dl dt {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .entry .form dl dt {
    width: 100%;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form dl dt {
    width: 100px;
    margin: 0;
  }
}
.entry .form dl dd {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .entry .form dl dd {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form dl dd {
    width: 650px;
  }
}
.entry .form dl dd span {
  margin: 0 6px;
}
.entry .form .address-block {
  position: relative;
}
.entry .form .address-block .address-auto {
  display: inline-block;
  background-color: #226c87;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .entry .form .address-block .hissu {
    margin: 0 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .address-block .hissu {
    position: absolute;
    left: -55px;
    margin: 0;
  }
}
.entry .form .item {
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: #ccc solid 1px;
}
.entry .form .item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.entry .form .item .ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .entry .form .item span {
    margin: 0px 2px 0 -3px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .item span {
    margin: 0 5px 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .item .kara {
    margin: 0 0px 0 -1px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .item .kara {
    margin: 0 8px 0 0;
  }
}
.entry .form .item_time {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .entry .form .item_time .day {
    margin: 0 5px 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .item_time .day {
    margin: 0 15px 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .item_time .time {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .item_time .time {
    margin: 0 15px 0 0;
  }
}
.entry .form .selectbox {
  display: inline-block;
  position: relative;
}
.entry .form .selectbox select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  background-color: transparent;
  border: #ccc 1px solid;
  border-radius: 3px;
  outline: none;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .entry .form .selectbox select {
    font-size: 0.85rem;
    padding: 0 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .selectbox select {
    font-size: 0.95rem;
    padding: 0 0 0 12px;
  }
}
.entry .form .selectbox select option {
  padding: 5px;
}
.entry .form .select_short {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .entry .form .select_short {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .select_short {
    width: 120px;
  }
}
.entry .form .select_nenrei {
  margin-right: 3px;
}
@media only screen and (min-width: 768px) {
  .entry .form .select_nenrei {
    width: 70px;
  }
}
.entry .form .select_year {
  margin-right: 3px;
}
@media only screen and (min-width: 768px) {
  .entry .form .select_year {
    width: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .select_long {
    width: 230px;
  }
}
.entry .form input[type=text], .entry .form input[type=email] {
  -webkit-appearance: none;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 13px;
  border-radius: 3px;
  line-height: 1;
  border: #ccc solid 1px;
}
.entry .form input[type=text]:focus, .entry .form input[type=email]:focus {
  outline: 0;
}
.entry .form .date {
  width: 7.5%;
}
@media only screen and (max-width: 767px) {
  .entry .form .year {
    width: 16%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .year {
    width: 10.5%;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .school {
    width: 100%;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .school {
    width: 58%;
  }
}
.entry .form .name {
  width: 100%;
}
.entry .form .address {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry .form .mail {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .mail {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .short {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .short {
    width: 8.5%;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .long {
    width: 17%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .long {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .input-zipcode {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .input-zipcode {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .input-phone {
    width: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .input-phone {
    width: 100px;
  }
}
.entry .form .space-phone {
  margin: 0 8px;
}
.entry .form .input-container {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .entry .form .input-container {
    gap: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .input-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .time {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .time {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .time_02 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .time_02 {
    width: 50%;
  }
}
.entry .form label {
  cursor: pointer;
}
.entry .form textarea {
  -webkit-appearance: none;
  border: none;
  font-size: 0.93rem;
  padding: 8px;
  border-radius: 3px;
  line-height: 1.6;
  width: 100%;
  border: #ccc solid 1px;
}
.entry .form textarea:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .entry .form .text_s {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .text_s {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .form .text_l {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .text_l {
    height: 200px;
  }
}
.entry .form p {
  margin: 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .entry .form .file .file_item {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .file .file_item {
    margin: 0 0 15px;
  }
}
.entry .form .submit_container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .entry .form .submit_container {
    flex-direction: column;
    gap: 10px 0;
    margin: 35px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .submit_container {
    flex-direction: row-reverse;
    margin: 55px auto 0;
  }
}
.entry .form .submit_container input[type=submit] {
  -webkit-appearance: none;
  margin: auto;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .entry .form .submit_container input[type=submit] {
    width: 90%;
    height: 55px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .form .submit_container input[type=submit] {
    width: 350px;
    height: 60px;
    font-size: 1rem;
    margin: 0 10px;
  }
}
.entry .form .submit_container .submit {
  background: #014e6a;
}
.entry .form .submit_container .submit:hover {
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.entry .form .submit_container .reset {
  background: #ccc;
}
.entry .form .submit_container .reset:hover {
  opacity: 0.8;
}

.complete p {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .complete p {
    margin: 0 0 18px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete p {
    margin: 0 0 13px;
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
}
.complete .back {
  background: #014e6a;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .complete .back {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 0.8rem;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .complete .back {
    width: 250px;
    height: 48px;
    line-height: 48px;
    font-size: 0.93rem;
    margin: 60px auto 0;
  }
}
.complete .back:hover {
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.complete .back a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.attention_abroad {
  border: #ccc solid 1px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .attention_abroad {
    width: 100%;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .attention_abroad {
    max-width: 750px;
    padding: 30px 15px;
  }
}
.attention_abroad h5 {
  margin: 0 0 15px;
  font-size: 1.1rem;
}
.attention_abroad .attention_abroad_inner {
  margin: 15px 0 0;
  background: #f1f1f1;
  display: inline-block;
  padding: 10px 50px 10px 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.attention_abroad input[type=checkbox] {
  margin-right: 5px;
}

.submit_note {
  margin: 20px 0 0 !important;
  text-align: center !important;
  font-size: 0.8rem !important;
}

#error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=entry.css.map */