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

/*=======================================
body
=====================================*/
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .hidden-tab {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .hidden-tab {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
}

.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  position: relative;
  padding-top: 102px;
  margin-bottom: 85px;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #3f51b5;
}

/*=======================================
header
=====================================*/
.header {
  background-color: #3f51b5;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  z-index: 10;
  line-height: 100px;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100vw;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .header__inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .header__inner {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .header__logo {
    text-align: center;
  }
}

.header__logo img {
  width: 205px;
  vertical-align: middle;
}

.header__logo h1 {
  width: 100%;
}

.header__nav {
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .header__nav {
    align-items: center;
  }
}

.header__nav ul {
  display: flex;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .header__nav ul {
    display: none;
  }
}

.header__nav a {
  color: white;
  display: inline-block;
  position: relative;
}

.header__nav ul li {
  position: relative;
  margin-right: 35.5px;
  list-style: none;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .header__nav ul li {
    margin-right: 10px;
    font-size: 14px;
  }
}

.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav li a.is-active::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 30px;
  width: 100%;
  height: 2px;
  background: #e81919;
}

@media screen and (max-width: 480px) {
  .header__nav li a.is-active::after {
    bottom: 10px;
  }
}

.header__nav li a::after {
  position: absolute;
  content: '';
  bottom: 30px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e81919;
  transition: all 0 ease 0s;
}

.header__nav li a:hover::after {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mainvisual {
  background-image: url(/img/mainvisual.png);
  background-size: cover;
  position: relative;
  height: 700px;
  width: 100%;
  background-position: center;
}

.mainvisual__content {
  text-align: center;
  transform: translate(0%, 150%);
  margin-top: -150px;
}

.mainvisual__title {
  font-size: 64px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .mainvisual__title {
    font-size: 44px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .mainvisual__title {
    font-size: 44px;
  }
}

.mainvisual__lead {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding-bottom: 32px;
  margin: 32px;
}

@media screen and (max-width: 480px) {
  .mainvisual__lead {
    font-size: 18px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .mainvisual__lead {
    font-size: 20px;
  }
}

.button-mainvisual {
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  box-shadow: 0px 3px 6px #333;
  border: 0;
  border-radius: 12px;
  background: #3f51b5;
  color: #fff;
  padding: 24px 120px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 480px) {
  .button-mainvisual {
    font-size: 24px !important;
    padding: 15px 30px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .button-mainvisual {
    font-size: 26px;
    padding: 23px 75px;
  }
}

.button-mainvisual:hover {
  opacity: 0.8;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50%+600px)), -50%;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50%-600px)), -50%;
}

.card-section {
  background-color: #EFEFEF;
  padding-top: 100px;
  padding-bottom: 112px;
}

@media screen and (max-width: 480px) {
  .card-section {
    padding-bottom: 24px;
  }
}

.card__items {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .card__items {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .card__items {
    width: 100%;
  }
}

.card__item {
  width: calc(33% - 24px * 2 / 3);
  margin-right: 24px;
  margin-top: 24px;
  background-color: #fff;
  text-align: center;
  height: 100%;
  padding-bottom: 24px;
  transition: all 0.3s ease 0s;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .card__item {
    width: calc(50% - 24px * 1 / 2);
    margin-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .card__item {
    width: 100%;
    margin-right: 0;
  }
}

.card__item h3 {
  width: 100%;
  padding: 0 16px;
  text-align: left;
  font-size: 20px;
  margin-bottom: 16px;
}

.card__item p {
  width: 100%;
  padding: 0 16px;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
}

.card__item a:hover {
  opacity: 0.6;
}

.card-img {
  padding: 16px;
  width: 100%;
}

.card__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .card__item:nth-child(3n) {
    margin-right: 24px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
}

/*===============================================
News
===============================================*/
.infomation {
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info__spacing {
  padding-top: 10px;
}

/* 日付 + ラベル + タイトルをまとめたエリア */
.info {
  display: flex;
  margin: 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .info {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}

/* 日付 + ラベルのエリア */
.info__meta {
  width: 215px;
  /* 固定値 */
  transition: all 0.3s ease 0s;
}

.info__meta span {
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.06em;
}

@media screen and (max-width: 480px) {
  .info__meta {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.info__meta a:hover {
  opacity: 0.8;
}

/* タイトルのエリア */
.info__title {
  width: calc(100% - 190px);
  /* 100% - 固定値 */
  transition: all 0.3s ease 0s;
  font-family: 'Noto Sans JP', sans-serif;
}

.info__title a {
  display: block;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .info__title {
    width: 100%;
    text-align: left;
    padding: 0 10px 10px 10px;
  }
}

.info__title:hover {
  opacity: 0.8;
}

.button01 {
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
  margin: 0 15px;
  padding: 8px;
  background: #666666;
  color: #fff;
  border-radius: 3px;
}

.button02 {
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
  margin: 0 15px;
  padding: 8px;
  background: #3f51b5;
  color: #fff;
  border-radius: 3px;
}

.button03 {
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
  margin: 0 15px;
  padding: 8px;
  background: #E81919;
  color: #fff;
  border-radius: 3px;
}

.more {
  display: block;
  margin: 58px auto 120px auto;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.more a {
  color: #E81919;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.more:hover {
  opacity: 0.8;
}

/*=====================================
price
=====================================*/
.price {
  background-color: #EFEFEF;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .price {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .price {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .price {
    font-size: 14px;
  }
}

.table__content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 150px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .table__content {
    display: inline-block;
    width: 100vw;
  }
}

@media screen and (max-width: 480px) {
  .table__content {
    display: inline-block;
    width: 100vw;
  }
}

.table__img1 {
  max-width: 454px;
  height: 286px;
  margin-right: 40px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .table__img1 {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .table__img1 {
    margin-right: 0;
    width: 100%;
  }
}

.table__price {
  height: 286px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .table__price {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .table__price {
    width: 100%;
  }
}

.table-default {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
  background: #fff;
  table-layout: fixed;
}

.table-default th,
.table-default td {
  padding: 19px;
  border: 1px solid #707070;
  vertical-align: middle;
  line-height: 1.2;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .table-default th,
  .table-default td {
    padding: 16px;
  }
}

@media screen and (max-width: 480px) {
  .table-default th,
  .table-default td {
    font-size: 14px;
  }
}

.table-default th {
  text-align: center;
  background: #999;
  font-weight: 700;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.table-default td {
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
}

.table-default td.table-default__multiline {
  padding-top: 10px;
  padding-bottom: 8px;
}

.table-default td span.m-active {
  color: #e81919;
}

.table-default td span.m-small {
  font-size: 0.825em;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .table-default {
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .table-default {
    margin-top: 30px;
  }
}

.table__attention {
  font-size: 14px;
  margin-top: 12px;
  transition: all 0.3s ease 0s;
  font-family: 'Noto Sans JP', sans-serif;
}

.table__attention a {
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}

.table__attention:hover {
  opacity: 0.8;
}

.table__price th:first-child {
  width: 170px;
}

@media screen and (max-width: 480px) {
  .table__price th:first-child {
    width: 80px;
  }
}

/*=======================================
map
=====================================*/
.map__inner {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 91px;
  padding-top: 21px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .map__inner {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .map__inner {
    width: 100%;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* = height ÷ width × 100 */
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address, .access {
  padding-top: 16px;
}

.address span, .access span {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

.address a {
  margin-left: 72px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 480px) {
  .address a {
    margin: 30px;
    font-size: 14px;
  }
}

.access a {
  margin-left: 40px;
}

@media screen and (max-width: 480px) {
  .access a {
    margin: 0px;
    font-size: 14px;
  }
}

.map__link {
  text-align: center;
  margin: 30px auto;
  transition: all 0.3s ease 0s;
  font-family: 'Noto Sans JP', sans-serif;
}

.map__link:hover {
  opacity: 0.8;
}

/*=======================================
contact
=====================================*/
.contact {
  background-color: #EFEFEF;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 480px) {
  .contact {
    font-size: 14px;
  }
}

.contact__area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 88px 60px 60px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .contact__area {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .contact__area {
    padding: 30px 0;
  }
}

.input__area {
  display: flex;
}

@media screen and (max-width: 480px) {
  .input__area {
    display: block;
    text-align: center;
  }
}

.column {
  font-weight: 700;
  line-height: 2.5;
}

@media screen and (max-width: 480px) {
  .column {
    margin-bottom: 20px;
  }
}

.column2 {
  margin: 0 0 0 auto;
}

textarea.textarea__text,
textarea.textarea__contact_detail {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #707070;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 520px;
  height: 38px;
  margin-bottom: 58px;
  resize: none;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  textarea.textarea__text,
  textarea.textarea__contact_detail {
    width: 60vw;
  }
}

@media screen and (max-width: 480px) {
  textarea.textarea__text,
  textarea.textarea__contact_detail {
    width: 80vw;
    margin-bottom: 30px;
  }
}

.select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(/img/select-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid #707070;
  border-radius: 0;
  color: #707070;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  width: 520px;
  height: 38px;
  margin-bottom: 60px;
  padding: 0.4em 0.8em;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .select-test {
    width: 60vw;
  }
}

@media screen and (max-width: 480px) {
  .select-test {
    width: 80vw;
    margin-bottom: 30px;
  }
}

textarea.textarea__contact_detail {
  height: 240px;
  margin-bottom: 32px;
}

.radio-test {
  display: none;
}

.radio-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 24px 0 0;
  padding: 0 0 0 32px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .radio-test + span {
    text-align: center;
    margin-bottom: 30px;
  }
}

.radio-test + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.radio-test + span::after {
  -webkit-transform: translateY(-50%);
  background: #3f51b5;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

.radio-test:checked + span::after {
  opacity: 1;
}

.contact__form__bottom {
  text-align: center;
}

.check {
  margin-top: 60px;
  margin-bottom: 30px;
}

.check a {
  font-weight: 700;
  text-decoration: underline;
  color: #333;
}

.check-test {
  display: none;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 5px 0.2em 0;
  padding: 0 0 0 49px;
  position: relative;
}

.check-test + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.check-test + span::after {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-image: url(/img/checkbox.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.check-test:checked + span::after {
  opacity: 1;
}

.submit-test {
  -webkit-appearance: none;
  background: url(/img/button-arrow.png);
  background-position: 275px 20px;
  background-repeat: no-repeat;
  background-color: #3f51b5;
  border: none;
  box-shadow: 0px 3px 6px #333;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 56px;
  width: 304px;
  text-decoration: none;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 480px) {
  .submit-test {
    width: 80vw;
  }
}

.submit-test:hover,
.submit-test:focus {
  outline: none;
  opacity: 0.8;
}

.submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.label {
  position: relative;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .label {
    margin-bottom: 15px;
  }
}

.label::before {
  content: "必須";
  position: absolute;
  background-color: #e81919;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1;
  bottom: 44px;
}

@media screen and (max-width: 480px) {
  .label::before {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  .radio {
    text-align: center;
  }
}

/*=======================================
footer
=====================================*/
footer {
  background: transparent linear-gradient(180deg, #666666 0%, #333333 100%) 0% 0% no-repeat padding-box;
  margin-top: 120px;
  height: 258px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  footer {
    height: auto;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  footer {
    height: auto;
    padding-bottom: 20px;
  }
}

.inner {
  color: #fff;
}

.footer__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .footer__contents {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .footer__contents {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
}

.footer__left {
  font-size: 14px;
}

.footer__left img {
  height: 40px;
  margin-bottom: 32px;
  width: 205px;
}

.footer__left p {
  margin-bottom: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer__center a {
  margin-right: 31px;
  text-decoration: none;
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.footer__center a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .footer__center a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .footer__center {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer__center {
    text-align: center;
  }
}

.footer__right {
  transition: all 0.3s ease 0s;
}

.footer__right img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.footer__right img:last-child {
  margin-right: 0;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .footer__right {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer__right {
    margin-bottom: 20px;
  }
}

.twitter:hover {
  opacity: 0.6;
}

.facebook:hover {
  opacity: 0.6;
}

.instagram:hover {
  opacity: 0.6;
}

.copyright {
  text-align: center;
}

.copyright p {
  font-size: 14px;
  bottom: 24px;
  margin-top: 24px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.page-top {
  right: 24px;
  bottom: 24px;
  position: fixed;
}

.page-top img {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .page-top {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .page-top {
    display: none;
  }
}

.wrap {
  overflow: hidden;
}
