@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

/* PageDesign */
.p-main h2 {
  margin: 0;
}
.p-main h2 img {
  width: 100%;
}
.p-main h3 {
  margin: 10% auto 5%;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  color: #c99d83;
}
.coord h3 {
  margin-bottom: 7%;
}
.coord h3 img {
  width: 90%;
  max-width: 531px;
}
.p-main h4 {
  margin: 8% 0 5%;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8em;
}
.p-main h5 {
  font-weight: bold;
  margin: 3% 0 0;
  font-size: 1.05em;
  line-height: 1.8em;
}
@media screen and (min-width: 980px) {
  .p-main h3 {
    font-size: 1.3em;
  }
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}
.contents_wrap {
  width: 80%;
  max-width: 610px;
  margin: 0 auto 10%;
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.01em;
  color: #4a4a4a;
}
.contents_wrap.item_detail {
  width: 100%;
  max-width: 1170px;
}
.contents_wrap p {
  margin: 3% 0 3%;
}
.contents_wrap .item_link {
  width: 95%;
  max-width: 465px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
.contents_wrap .item_link .item_text {
  margin-left: 5%;
  font-size: 0.85em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contents_wrap .item_link .link_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.contents_wrap .item_link .link_btn a {
  width: 49%;
  background: #4a4a4a;
  margin-top: 3%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.8em;
}
.contents_wrap .item_link .link_btn a:hover {
  background: #c99d83;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .contents_wrap .item_link .item_text {
    letter-spacing: 0.13em;
    line-height: 1.8em;
  }
}
.item_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.item_detail li {
  width: 80%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 980px) {
  .item_detail li {
    width: 48%;
    max-width: 560px;
  }
}
.coord p, .coord img {
  margin: 3% auto ;
}
.contents_wrap .text_beige {
  color: #c99d83;
  font-weight: bold;
}