@charset "UTF-8";
/******************************************************************
	変数設定
*******************************************************************/
/******************************************************************
	ここから記述
*******************************************************************/
.terakoya p, .terakoya dt, .terakoya dd {
  font-size: 16px;
  line-height: 1.6;
}
.terakoya h3 {
  background: #ffe5cc;
  padding: 10px 0 10px 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.terakoya .main-banner {
  margin-bottom: 20px;
}
.terakoya .about {
  padding: 0 20px;
  margin-bottom: 20px;
}
.terakoya .about_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.terakoya .about_box_img {
  width: 300px;
}
.terakoya .about_box_img img {
  width: 100%;
}
.terakoya .about_box_text {
  width: 420px;
}
.terakoya .overview {
  margin-bottom: 60px;
}
.terakoya .overview dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
.terakoya .overview dl dt {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
.terakoya .overview dl dd {
  width: 80%;
}
.terakoya .overview dl dt, .terakoya .overview dl dd {
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.terakoya .flyer-download {
  text-align: left;
  margin: 30px auto;
  width: 250px;
}
.terakoya .flyer-download a {
  display: inline-block;
  padding: 10px 30px;
  background: #ff7215;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.terakoya .flyer-download a:hover {
  background: #ff5722;
  text-decoration: none;
}
.terakoya .materialsjam {
  margin-bottom: 60px;
}
.terakoya .materialsjam span {
  font-size: 80%;
  color: #666;
}
.terakoya .materialsjam img {
  width: 100%;
}
.terakoya .materialsjam h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 2px #222222 solid;
  padding-bottom: 5px;
}
.terakoya .materialsjam ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.terakoya .materialsjam ul li {
  width: 33%;
  margin-bottom: 1px;
}
.terakoya .materialsjam ul li img {
  width: 100%;
}
.terakoya .access {
  margin-bottom: 60px;
}
.terakoya .access_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: top;
}
.terakoya .access_box_img {
  width: 400px;
}
.terakoya .access_box_text_name {
  font-size: 20px;
  color: #ff7215;
  font-weight: bold;
  margin-bottom: 10px;
}
.terakoya .access_box_text_address {
  font-size: 16px;
}
.terakoya .access_box_text {
  width: 350px;
}
.terakoya .access_box_text dt {
  font-weight: bold;
  margin-top: 10px;
}
.terakoya .contact {
  text-align: center;
}
.terakoya .contact p a {
  display: inline-block;
  padding: 20px 50px;
  background: #1abd42;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}
.terakoya .contact p a:hover {
  background: #1a9e2f;
  text-decoration: none;
}
.terakoya .address {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #222222;
  padding: 20px;
  margin: 40px 0 40px;
}
.terakoya .address_image {
  width: 250px;
}
.terakoya .address_image img {
  width: 100%;
}
.terakoya .address_text {
  text-align: left;
}/*# sourceMappingURL=tetrakoyapack.css.map */