@charset "utf-8";

html {
  font-size: 62.5%;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #eee1c2;
}

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

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

.pcOnly {
  display: block;
}

.main {
  width: 100%;
}

.inner {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto;
}

.mv img {
  width: 100%;
  height: auto;
}

.main_title {
  max-width: 600px;
    width: 80%;
    display: block;
    margin: auto;
}

.main_txt {
  font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

.main_btn {
  width: 320px;
  display: block;
  margin: auto;
}

.main_btn button {
  border: none;
    background: #690744;
    padding: 20px;
    width: 320px;
    color: #FFF;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

.main_btn button::before {
  content: "";
  position: absolute;
  background: url("/assets/img/arrow.png") no-repeat;
  background-size: 100% auto;
  width: 37px;
    height: 17px;
    top: 25px;
    left: 12px;
    transition: all 0.5s 0s ease;
}

.main_btn button:hover::before {
    left: 20px;
}

.main_btn button::after {
  content: "";
  position: absolute;
  background: url("/assets/img/ico_pdf.png") no-repeat;
  background-size: 100% auto;
  width: 31px;
    height: 36px;
    top: 15px;
    right: 20px;
}

.line {
  width: 2px;
    height: 65px;
    background: #000;
    margin: 30px auto;
}

.sub_title {
  max-width: 320px;
    width: 80%;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 10px solid #690743;
}

.contact .sub_title img {
  width: 65%;
  height: auto;
  margin: auto;
  display: block;
}

.sub_txt {
  margin-top: 30px;
    font-size: 3rem;
    color: #690743;
    text-align: center;
}

.image_box {
  position: relative;
}

.image_title {
  position: absolute;
    width: 630px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
}

.image_title p {
  font-size: 1.8rem;
    text-align: center;
    margin: 0;
}

.image_title span {
  font-size: 1.4rem;
    color: red;
    text-align: center;
    display: block;
}

.flexbox {
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flexbox ul {
  font-size: 2rem;
  font-weight: bold;
}

.flexbox li {
  margin: 5px 0;
}

.flexbox ul li.sub_list {
  font-size: 1.4rem;
  padding-left: 30px;
}

.about_btn {
  width: 430px;
  display: block;
  margin: auto;
}

.about_btn button {
  border: none;
    background: #690744;
    padding: 20px;
    width: 430px;
    color: #FFF;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

.about_btn button::before {
  content: "";
  position: absolute;
  background: url("/assets/img/arrow.png") no-repeat;
  background-size: 100% auto;
  width: 37px;
    height: 17px;
    top: 25px;
    left: 12px;
    transition: all 0.5s 0s ease;
}

.about_btn button:hover::before {
    left: 20px;
}

.contact_txt {
  font-size: 1.8rem;
    line-height: 2;
}

footer {
  width: 100%;
  background: #690744;
  padding: 30px 0;
  margin-top: 100px;
}

.adress {
  font-size: 2.4rem;
    text-align: center;
    color: #FFF;
    margin: 0;
}

.flexbox.number_box {
  max-width: 640px;
  margin: auto;
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.tel_number {
  color: #FFF;
    text-decoration: none;
}

.tel, .fax {
  position: relative;
  font-size: 4rem;
  padding-left: 40px;
  color: #FFF;
}

.tel::before {
  position: absolute;
  content: "";
  background: url("/assets/img/ico_tel.png") no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  top: 8px;
  left: 0;
}

.fax::before {
  position: absolute;
  content: "";
  background: url("/assets/img/ico_fax.png") no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  top: 8px;
  left: 0;
}

.foot_link {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.foot_link li {
  padding: 0 20px;
  font-size: 2rem;
  position: relative;
  border-right: 1px solid #FFF;
}

ul.foot_link li:last-of-type {
  border-right: none;
}

.foot_link li a {
  color: #FFF;
  text-decoration: none;
}

.top_btn {
  margin-top: 80px;
}

.top_btn a {
  color: #FFF;
  width: 50px;
  display: block;
  margin: auto;
  text-decoration: none;
}

.top_btn img {
  width: 24px;
    height: auto;
    display: block;
    margin: auto;
}

.top_btn p {
  font-size: 2rem;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 768px) {

  .pcOnly {
    display: none;
  }

  .inner {
    margin: 20px auto;
  }

  .main_txt {
    font-size: 1.4rem;
  }

  .main_btn, .about_btn {
    width: 90%;
  }

  .main_btn button, .about_btn button {
    font-size: 1.6rem;
    width: 100%;
  }

  .main_btn button::before, .about_btn button::before {
    width: 30px;
    height: 14px;
  }

  .main_btn button::after {
    width: 25px;
    height: 32px;
  }

  .image_title {
    width: 80%;
    top: 30%;
  }

  .image_title p, .image_title span {
    font-size: 1.2rem;
  }

  .flexbox {
    display: block;
  }

  .flexbox ul {
    font-size: 1.6rem;
  }

  .line {
    height: 50px;
  }

  .sub_txt {
    font-size: 2rem;
  }

  .contact_txt {
    font-size: 1.4rem;
  }

  .adress {
    font-size: 1.6rem;
  }

  .flexbox.number_box {
    width: 60%;
    text-align: center;
  }

  .tel, .fax {
    font-size: 3rem;
    padding-left: 30px;
    margin: 10px auto;
  }

  .tel::before, .fax::before {
    width: 25px;
    height: 25px;
    top: 4px;
  }

  .foot_link {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .foot_link li {
    font-size: 1.4rem;
    width: 48%;
    border: none;
    padding: 0 1%;
    text-align: center;
    margin: 10px 0;
  }

  .top_btn {
    margin-top: 40px;
  }

  footer {
    margin-top: 50px;
  }



}
