@charset "UTF-8";
/*================================================================
メディアクエリ
================================================================*/
/*================================================================
リセットcss
================================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #EFEFEF;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

/*================================================================
header
================================================================*/
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 16px 0 16px;
  }
}

.header {
  background-color: #3F51B5;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header_logo {
  width: 205px;
}
.header_logo img {
  display: block;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header_nav {
    display: none;
  }
}
.header_nav li:not(:first-child) {
  margin-left: 40px;
}
.header_nav a {
  color: #fff;
  position: relative;
}
.header_nav a.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E81919;
}

/*================================================================
main
================================================================*/
.main {
  height: 600px;
  width: 100%;
  background-image: url(../img/mainvisual.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main {
    background-position: center center;
  }
}

.main_contend {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}

.main_title {
  color: #333333;
  font-size: 64px;
}
@media (max-width: 767px) {
  .main_title {
    font-size: 40px;
  }
}

.main_lead {
  color: #333333;
  font-size: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .main_lead {
    font-size: 20px;
  }
}

.main-button {
  margin-top: 36px;
}
.main-button a {
  display: inline-block;
  width: 384px;
  height: 72px;
  font-size: 24px;
  background-color: #3F51B5;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  opacity: 1;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .main-button a {
    width: 300px;
  }
}

/*================================================================
card
================================================================*/
.card {
  width: 100%;
}

.card_title {
  margin-top: 100px;
  margin-bottom: 15px;
  font-size: 48px;
  text-align: center;
  font-family: 游ゴシック体;
}

.line {
  height: 4px;
  width: 60px;
  background-color: #3F51B5;
  margin: auto;
  margin-bottom: 80px;
}

.card_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px;
}

.card_item {
  text-align: center;
  margin: auto;
  width: 384px;
  height: 321px;
  background: white;
  padding: 16px;
  margin-bottom: 24px;
  width: calc(33.3% - 16px);
}
@media (min-width: 1200px) {
  .card_item:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
  .card_item:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card_item {
    width: calc(50% - 12px);
  }
  .card_item .card_item:not(:nth-child(2n+1)) {
    margin-left: 24px;
  }
  .card_item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .card_item {
    width: 100%;
    margin-left: 0x;
  }
  .card_item:nth-child(n+2) {
    margin-top: 24px;
  }
}

/*================================================================
news
================================================================*/
.news {
  background-color: #fff;
  padding-top: 100px;
}

.news_title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
}

.news_wrapper {
  width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .news_wrapper {
    width: 100%;
  }
}

.news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  padding-top: 28px;
}
@media (max-width: 767px) {
  .news_item {
    display: block;
  }
}
.news_item p {
  font-size: 14px;
  width: 100px;
}
.news_item .label_text {
  padding-left: 23px;
  font-size: 18px;
  width: calc(100% - 185px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news_item .label_text {
    width: 100%;
  }
}
.news_item .label_one {
  color: white;
  background-color: #666666;
  border-radius: 4px;
  width: 80px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
}
.news_item .label_two {
  color: #fff;
  border-radius: 4px;
  background-color: #3F51B5;
  width: 80px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
}
.news_item .label_three {
  color: white;
  border-radius: 4px;
  background-color: #E81919;
  width: 80px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
}

.meta_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
}
.meta_info p {
  line-height: 5px;
}

.more_btn {
  color: #E81919;
  font-size: 16px;
  text-align: center;
  margin-top: 66px;
  padding-bottom: 100px;
}

/*================================================================
prise
================================================================*/
.price {
  padding-top: 100px;
}

.price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .price_inner {
    display: block;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price_inner {
    display: block;
  }
}

@media (max-width: 767px) {
  .price_left {
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price_left {
    text-align: center;
  }
}
.price_left img {
  max-width: 454px;
}

.price_right {
  height: 286px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .price_right {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
.price_right table {
  border-collapse: collapse;
  margin: auto;
}
.price_right th, .price_right td {
  border: solid 1px #707070; /* 線の種類 太さ 色 */
  font-size: 16px;
}
.price_right th {
  background-color: #fff;
  text-align: right;
  padding-right: 24px;
}
.price_right th .now {
  font-size: 13px;
  color: black;
}
.price_right th span {
  color: #E81919;
}
.price_right .price_title, .price_right .price_title1 {
  color: #fff;
  background-color: #999999;
}
.price_right .price_title1 {
  padding: 16px 101px;
}
.price_right .price_title {
  padding: 15px 67px;
}
.price_right p {
  text-align: center;
}
.price_right p span {
  font-weight: normal;
}
.price_right p span a {
  font-weight: bold;
  border-bottom: solid 1px black;
}
@media (max-width: 767px) {
  .price_right p {
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .price_right p {
    text-align: center;
  }
}

/*================================================================
map
================================================================*/
.access {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.access_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}

.map {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 16px;
  width: 800px;
  max-width: 100%;
}

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

.access_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px auto 0;
  width: 800px;
  max-width: 100%;
}
.access_text:not(:first-child) {
  margin-top: 16px;
}
.access_text dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  width: 104px;
}
.access_text dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 104px);
}

.access_btn {
  margin: auto;
  width: 304px;
  height: 56px;
  font-size: 16px;
  margin-top: 30px;
  background-color: #3F51B5;
  color: #fff;
  padding: 17px 70px;
  border-radius: 8px;
  position: relative;
}
.access_btn img {
  position: absolute;
  top: 51%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*================================================================
contact
================================================================*/
.contact-form {
  margin: 80px auto 0;
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
    padding: 24px;
  }
}

.contact-form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-form_row {
    display: block;
  }
}
.contact-form_row:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-form_row:not(:first-child) {
    margin-top: 30px;
  }
}

.contact-from_label {
  width: 160px;
  padding-top: 5px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-from_label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact-from_label label {
  font-weight: 700;
}
.contact-from_label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-from_label label.is-required::after {
  content: "必須";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #E81919;
  text-align: center;
  border-radius: 4px;
  padding: 3px 8px;
}
@media (max-width: 767px) {
  .contact-from_label label.is-required::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}

.contact-form_input {
  width: calc(100% - 160px);
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form_input {
    width: 100%;
  }
}
.contact-form_input [type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form_input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form_input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  border: 1px solid #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 16px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  background: #fff url(../img/select-arrow.svg) no-repeat right 12px center/17px 14px;
}
.contact-form_input textarea {
  height: 240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}

.your-kind {
  position: relative;
}
.your-kind option {
  position: absolute;
}

.contact-form_radio {
  margin-top: 32px;
}
.contact-form_radio [type=radio] {
  display: none;
}
.contact-form_radio span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  margin-right: 36px;
}
@media (max-width: 767px) {
  .contact-form_radio span {
    margin-bottom: 8px;
    margin-right: 20px;
  }
}
.contact-form_radio span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.contact-form_radio span::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #707070;
  background-color: #3F51B5;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
.contact-form_radio [type=radio]:checked + span::after {
  display: block;
}

.contact-form_check {
  margin-top: 63px;
  text-align: center;
}
.contact-form_check [type=checkbox] {
  display: none;
}
.contact-form_check span {
  display: none;
  padding-left: 49px;
  position: relative;
}
.contact-form_check span::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.contact-form_check span::after {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  position: absolute;
  background: transparent url(../img/checkbox.svg) no-repeat center center/contain;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.contact-form_check [type=checkbox]:checked + span::after {
  display: block;
}
.contact-form_check a {
  font-weight: 700;
}

.contact-form_button {
  margin-top: 30px;
  text-align: center;
}
.contact-form_button [type=submit] {
  background: #3F51B5 url(../img/button-arrow.svg) no-repeat right 12px center/17px 16px;
  width: 304px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgb(0, 0, 0);
          box-shadow: 0 3px 6px rgb(0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  font-size: 16px;
}