.info-txt-02 {
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0 40px; }

.info-txt-02 a:link, .info-txt-02 a:hover, .info-txt-02 a:hover, .info-txt-02 a:active {
  text-decoration: underline; }

/* link-exchange */
.link-exchange {
  padding: 70px 0 80px;
  color: #000;
  background: #FFF;
  border-bottom: solid 1px #d6d6d6; }

.link-exchange__inner {
  /*width: 1112px;*/
  max-width: 880px;
  box-sizing: border-box;
  padding: 0px 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.link-exchange__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center; }

.link-exchange__subtitle {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  color: #beaf86; }

.link-exchange__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: center;
  margin: 0 0 40px 0; }

.link-exchange__link {
  width: 430px; }

.link-exchange__link + .link-exchange__link {
  margin-left: 40px; }

.link-exchange__link a {
  color: inherit;
  display: inline-block; }

.link-exchange__link__img {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 0.5s cubic-bezier(0.385, 0.01, 0, 1); }

.link-exchange__link__img:hover {
  opacity: .7; }

.link-exchange__link__img img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.link-exchange__link__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #f7f7f7;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 1px;
  text-shadow: 0 0 4px #000;
  background: #000;
  padding: 0 10px; }

.link-exchange__link__caption.caption {
  color: #f7f7f7; }

.link-exchange__link__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: center; }

.link-exchange__link__text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1.4px;
  text-align: justify; }

@media only screen and (max-width: 736px) {
  .link-exchange {
    padding: 40px 0; }
  .link-exchange__inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  .link-exchange__title {
    margin-bottom: 14px;
    font-size: 18px; }
  .link-exchange__subtitle {
    margin-bottom: 20px;
    font-size: 18px; }
  .link-exchange__link-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .link-exchange__link {
    width: 100%; }
  .link-exchange__link + .link-exchange__link {
    margin-left: 0;
    margin-top: 40px; }
  .link-exchange__link__img {
    margin-bottom: 20px; }
  .link-exchange__link__title {
    margin-bottom: 14px;
    font-size: 14px; }
  .link-exchange__link__text {
    font-size: 12px; } }

.yoyaku {
  width: 100%; }

.yoyaku p {
  font-size: 180%;
  text-align: center;
  margin: 40px auto 0; }

.yoyaku table {
  border-collapse: collapse;
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  max-width: 600px;
  table-layout: fixed;
  color: #000; }

.yoyaku table th {
  padding: 15px 0;
  border-right: 1px solid #b28247;
  text-align: center; }

.yoyaku table tr {
  padding: 30px;
  border-bottom: 1px solid #b28247;
  text-align: left; }

.yoyaku table tr:last-child {
  border-bottom: none; }

.yoyaku table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #b28247;
  text-align: left; }

.yoyaku table th:last-child, .yoyaku table td:last-child {
  border: none; }

@media only screen and (max-width: 736px) {
  .yoyaku table {
    border-collapse: collapse;
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000; } }

.tourokuBox {
  padding: 2rem 5rem; }

@media (max-width: 600px) {
  .tourokuBox {
    padding: 3.5rem 8%; } }

.tourokuBox a {
  display: block;
  position: relative;
  border: 3px solid #bf9002;
  margin: auto;
  max-width: 760px;
  background: #ffffd3; }

.tourokuBox a::before {
  content: "";
  position: absolute;
  border: 1px solid #bf9002;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: #fff;
  z-index: 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }

.tourokuBox a .book-img {
  position: absolute;
  width: 52%;
  right: -3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.tourokuBox a .book-img img {
  width: 100%;
  height: auto; }

.tourokuBox a .book-txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 3rem;
  position: relative;
  z-index: 2; }

.tourokuBox a .book-txt .copy-02 {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: lighter;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #bf9002;
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd; }

.tourokuBox a .book-txt .copy-03 {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: lighter;
  line-height: 120%;
  margin-top: 10px; }

.tourokuBox a:hover::before {
  background: none; }

@media (max-width: 600px) {
  .tourokuBox {
    padding: 3.5rem 5%; }
  .tourokuBox a {
    display: block;
    position: relative;
    border: 3px solid #bf9002;
    margin: auto;
    max-width: 760px;
    background: #ffffd3; }
  .tourokuBox a::before {
    content: "";
    position: absolute;
    border: 1px solid #bf9002;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #fff;
    z-index: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
  .tourokuBox a .book-img {
    position: relative;
    width: 107%;
    right: inherit;
    top: inherit;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: -3.5%;
    margin-bottom: -5%; }
  .tourokuBox a .book-txt {
    padding: 2rem 5% 1.5rem 5%;
    text-align: center; }
  .tourokuBox a:hover::before {
    background: none; } }

.yoyakuu {
  width: 100%;
  max-width: 760px;
  margin: 30px auto 50px; }

.pcc {
  display: block; }

.spp {
  display: none; }

@media (max-width: 600px) {
  .yoyakuu {
    width: 100%;
    max-width: 580px;
    margin: 30px auto 50px; }
  .yoyakuu img {
    width: 100%; }
  .pcc {
    display: none; }
  .spp {
    display: block; } }
