/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * CSS ownersbook.css
 */
/* ---------------------------------------
	section
--------------------------------------- */
.txt1 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .txt1 {
    font-size: 1em;
  }
}

.btn_list {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_list {
    margin: 0 0 20px 0;
  }
}

#sec_2 {
  background: #E8E5DF;
  background: #F4F4EF;
  padding: 50px 0 40px;
}
@media screen and (max-width: 768px) {
  #sec_2 {
    padding: 20px 0 20px;
  }
}
#sec_2 .box_wrap {
  margin: 0 -30px 0 0;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap {
    margin: 0 0 0 0;
  }
}
#sec_2 .box_wrap .box a {
  text-decoration: none;
}
#sec_2 .box_wrap .box {
  width: 461px;
  float: left;
  margin: 0 30px 30px 0;
  background: #FFF;
  overflow: hidden;
  border: 2px solid #C3BDB6;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
#sec_2 .box_wrap .box .box_tit {
  font-weight: bold;
  font-size: 1.3em;
  padding: 10px 20px 10px 20px;
  position: relative;
  border-bottom: 1px solid #C4BEB7;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_tit {
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 20px 10px 20px;
    position: relative;
  }
}
#sec_2 .box_wrap .box .box_inner {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_inner {
    padding: 10px;
    position: relative;
  }
}
#sec_2 .box_wrap .box .box_img {
  float: left;
  width: 192px;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_img img {
    width: 60%;
    height: auto;
  }
}
#sec_2 .box_wrap .box .box_cnt {
  float: right;
  width: 210px;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_cnt {
    float: none;
    width: 100%;
  }
}
#sec_2 .box_wrap .box .box_cnt .box_txt {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_cnt .box_txt {
    padding-bottom: 20px;
  }
}
#sec_2 .box_wrap .box .box_cnt .box_txt p {
  font-size: 1em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #sec_2 .box_wrap .box .box_btn {
    width: 210px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec_2 .box_wrap .box .box_btn {
    position: relative;
    padding: 10px;
  }
}
#sec_2 .box_wrap .box .box_btn [class^=c-btn] {
  width: 100%;
}/*# sourceMappingURL=ownersbook.css.map */