@charset "utf-8";
/* CSS Document */
@media(min-width:1200px) {
  .main_bg {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 100px;
    box-sizing: border-box;
  }
  h1 {
    position: absolute;
    top: 200px;
    left: 10vh;
    font-size: 2.4rem;
    writing-mode: vertical-rl;
    letter-spacing: 1rem;
    text-decoration: underline 1px;
  }
  .reading_about {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: 0.5rem;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .reading_about h2 {
    margin: 100px 0 50px;
  }
  .reading_about img {
    display: block;
    max-width: 320px;
    margin: -110px -100px 0 auto;
    border-radius: 5px;
  }
  .recommendation, .recommendation2 {
    background-color: rgba(255, 244, 215, 0.9);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .recommendation2 {
    padding-bottom: 50px;
  }
  .recommendation_text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .recommendation_text h2 {
    background-color: #fff;
    text-align: center;
    letter-spacing: 1rem;
    width: 400px;
    height: 100px;
    padding-top: 30px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: -3px 3px 1px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .book_title {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: right;
    line-height: 3.5rem;
    letter-spacing: 0.5rem;
    margin: 50px 0;
  }
  .impression {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: 0.5rem;
    max-width: 590px;
  }
  .recommendation_text span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    text-align: right;
    padding: 50px 0 150px;
  }
  .reading_circle {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
    margin: 0 auto;
  }
  .reading_circle_about {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.25rem;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 150px;
  }
  .reading_circle_about h2 {
    letter-spacing: 0.5rem;
    border-bottom: solid 1px;
    padding-bottom: 10px;
  }
  .text {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: solid 1px;
  }
  .infomation2 {
    margin-top: 30px;
  }
  .address {
    display: block;
    margin-left: 60px;
  }
  .search {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .search_text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: 0.5rem;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 150px;
  }
  .search_text p span {
    font-weight: 800;
  }
  .search_text img {
    display: block;
    margin: 0 0 0 auto;
  }
  .search_text h2 {
    letter-spacing: 0.4rem;
    margin-top: 100px;
  }
  .search_text p {
    margin-top: 50px;
  }
  .search_text .link_btn {
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    max-width: 450px;
    width: 100%;
    height: 50px;
    margin: 100px auto 0;
    padding: 0;
    border-radius: 5px;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
  }
  /*hoverをした後のボタンの形状*/
  .search_text .link_btn:hover {
    border-color: transparent;
    background: none;
    box-shadow: none;
    border-radius: 5px;
    box-sizing: border-box;
  }
  /*ボタンの中のテキスト*/
  .search_text .link_btn span {
    position: relative;
    z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
    display: block;
    background-color: #38128a;
    color: #fff;
    height: 50px;
    padding-top: 7px;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  /*== 左下に押し込まれる（立体が平面に） */
  /*影の設定*/
  .pushleft:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    z-index: -1;
    top: 4px;
    right: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  /*hoverの際にX軸に-4px・Y軸に4pxずらす*/
  .pushleft:hover span {
    background-color: #ea5514;
    color: #fff;
    border-radius: 5px;
    transform: translate(-4px, 4px);
  }
}
/*　モバイル版　*/
@media(max-width:1200px) {
  .main_bg {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
  }
  h1 {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    padding: 0 15px 5px;
    border-bottom: solid 1px;
  }
  .reading_about {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 100px;
    box-sizing: border-box;
  }
  .reading_about h2 {
    font-size: 2.4rem;
    margin: 50px 0;
  }
  .reading_about img {
    display: block;
    max-width: 320px;
    margin-top: 100px;
    border-radius: 5px;
  }
  .recommendation, .recommendation2 {
    background-color: rgba(255, 244, 215, 0.9);
    width: 100%;
  }
  .recommendation2 {
    padding-bottom: 100px;
  }
  .recommendation_text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .recommendation_text h2 {
    background-color: #fff;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.2rem;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: -3px 3px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
  }
  .book_title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: right;
    line-height: 2.8rem;
    letter-spacing: 0.3rem;
    margin: 50px 0;
    padding: 0 15px;
  }
  .impression {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.4rem;
    max-width: 590px;
    padding: 0 15px;
  }
  .recommendation_text span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: right;
    padding: 50px 15px 100px;
  }
  .reading_circle {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
  }
  .reading_circle_about {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .reading_circle_about h2 {
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    border-bottom: solid 1px;
    padding: 0 0 5px 15px;
  }
  .text {
    margin: 30px 0;
    padding: 0 15px;
    padding-bottom: 30px;
    border-bottom: solid 1px;
  }
  .infomation {
    padding: 0 15px;
  }
  .infomation2 {
    margin-top: 20px;
    line-height: 2rem;
    padding: 0 15px;
  }
  .address {
    display: block;
    margin-left: 60px;
  }
  .search {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 100px 15px 150px;
    box-sizing: border-box;
  }
  .search_text {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    max-width: 800px;
    margin: 0 auto;
  }
  .search_text img {
    display: block;
    width: 80%;
    margin: 0 0 0 auto;
  }
  .search_text h2 {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
    margin-top: 50px;
  }
  .search_text p {
    margin-top: 30px;
  }
  .search_text p span {
    font-weight: 800;
  }
  .search_text .link_btn {
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 100px auto 0;
    padding: 0;
    border-radius: 5px;
    outline: none;
  }
  /*hoverをした後のボタンの形状*/
  .search_text .link_btn:hover {
    border-color: transparent;
    background: none;
    box-shadow: none;
    border-radius: 5px;
  }
  /*ボタンの中のテキスト*/
  .search_text .link_btn span {
    position: relative;
    z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
    display: block;
    background-color: #38128a;
    color: #fff;
    height: 50px;
    padding-top: 10px;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
    box-sizing: border-box;
  }
  /*== 左下に押し込まれる（立体が平面に） */
  /*影の設定*/
  .pushleft:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    z-index: -1;
    top: 4px;
    right: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  /*hoverの際にX軸に-4px・Y軸に4pxずらす*/
  .pushleft:hover span {
    background-color: #ea5514;
    color: #fff;
    border-radius: 5px;
    transform: translate(-4px, 4px);
  }
}