body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #333; }
  body section {
    position: relative;
    overflow: hidden; }

img {
  vertical-align: bottom; }
  @media (max-width: 767px) {
    img {
      width: 100%; } }

@media (min-width: 768px) {
  .sp_only {
    display: none; } }

@media (max-width: 767px) {
  .pc_only {
    display: none; } }

header {
  background: #fff;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999; } }
  header #wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    width: 100%; }
    header #wrapper h1 a {
      display: block;
      transition: .3s; }
      header #wrapper h1 a:hover {
        opacity: .7; }
      header #wrapper h1 a img {
        max-width: 50px;
        width: 100%; }
        @media (max-width: 767px) {
          header #wrapper h1 a img {
            max-width: 40px; } }
    header #wrapper .btn-gnavi {
      position: relative;
      padding-right: 20px; }
      @media (min-width: 768px) {
        header #wrapper .btn-gnavi {
          display: none; } }
      header #wrapper .btn-gnavi span {
        font-weight: bold; }
      header #wrapper .btn-gnavi:after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 3px solid #333;
        border-right: 3px solid #333;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transform: rotate(135deg);
        transition: .3s; }
      header #wrapper .btn-gnavi.open:after {
        transform: rotate(-45deg); }
    header #wrapper #global-navi {
      z-index: 999;
      visibility: hidden;
      display: block;
      opacity: 0;
      position: absolute;
      top: 97%;
      right: 0;
      left: 0;
      margin-top: 2px;
      padding: 0;
      background-color: #3c210f;
      pointer-events: none;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
      -webkit-transition: .5s;
      transition: .5s; }
      header #wrapper #global-navi.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      header #wrapper #global-navi .menu {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        header #wrapper #global-navi .menu li {
          width: 50%;
          box-sizing: border-box; }
          header #wrapper #global-navi .menu li:not(:last-child) {
            border-bottom: 1px solid #fff; }
          header #wrapper #global-navi .menu li:nth-child(odd) {
            border-right: 1px solid #fff; }
          header #wrapper #global-navi .menu li a {
            text-decoration: none;
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            padding: 20px 10px;
            display: block;
            position: relative; }
            header #wrapper #global-navi .menu li a:before {
              content: "";
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 15px;
              margin: auto; }
            header #wrapper #global-navi .menu li a:after {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 7px 5px 0 5px;
              border-color: #3c210f transparent transparent transparent;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 20px;
              margin: auto;
              transition: .3s; }

.mv {
  max-height: 1080px;
  height: 100vh;
  background-image: url(../img/2021shinmai_mv_bg.png), url(../img/2021shinmai_bg_y.jpg);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%,400px;
  background-position: center,auto;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1001px) and (max-width: 1400px) {
    .mv {
      height: 80vh; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .mv {
      height: 70vh; } }
  @media (max-width: 767px) {
    .mv {
      background: url(../img/2021shinmai_bg_y.jpg) repeat;
      background-size: 400px;
      height: auto;
      padding-top: 53px; } }
  .mv .ttl_sp {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5; }
  .mv .img_box {
    height: 100%;
    padding: 20px 0;
    position: relative; }
    @media (max-width: 767px) {
      .mv .img_box {
        background: none;
        padding: 0; } }
    .mv .img_box .kome {
      position: absolute;
      bottom: 7%;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 750px;
      z-index: 2; }
      @media screen and (min-width: 1001px) and (max-width: 1400px) {
        .mv .img_box .kome {
          width: 50vh; } }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        .mv .img_box .kome {
          width: 44vh;
          bottom: 10%; } }
      @media screen and (min-width: 769px) and (max-height: 1050px) {
        .mv .img_box .kome {
          width: 34vw;
        }
      }
      .mv .img_box .kome img {
        width: 100%; }
    .mv .img_box .title {
      position: absolute;
      top: 5%;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 1049px;
      z-index: 3; }
      @media screen and (min-width: 1001px) and (max-width: 1400px) {
        .mv .img_box .title {
          width: 90vh; } }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        .mv .img_box .title {
          width: 100vw; } }
      @media screen and (min-width: 769px) and (max-height: 1050px) {
        .mv .img_box .title {
          width: 54vw;
        }
      }
      .mv .img_box .title img {
        width: 100%; }
      .mv .img_box .title .emblem {
        position: absolute;
        bottom: -50%;
        right: 10%;
        margin: auto;
        max-width: 279px; }
        @media screen and (min-width: 1001px) and (max-width: 1400px) {
          .mv .img_box .title .emblem {
            width: 22vh; } }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          .mv .img_box .title .emblem {
            width: 18vh;
            right: 17%; } }
            @media screen and (min-width: 769px) and (max-height: 1050px) {
              .mv .img_box .title .emblem {
                width: 14vw;
              }
            }
        .mv .img_box .title .emblem img {
          width: 100%; }
    @media (min-width: 768px) {
      .mv .img_box .mentai {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/2021shinmai_mv01.png) no-repeat center;
        background-size: auto 100%;
        height: 100%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
    .mv .img_box .mentai {
      background-size: auto 80%; } }

  .mv.wow .kome {
    opacity: 0;
    transition: 1s ease .5s;
    transform: translateY(20px); }
  .mv.wow .mentai {
    opacity: 0;
    transition: 1s ease 1s; }
  .mv.wow .title {
    opacity: 0;
    transition: 1s ease 1.3s;
    transform: translateY(20px); }
    .mv.wow .title .emblem {
      animation-delay: 2s; }
  .mv.wow .sp_bg {
    opacity: 0;
    transition: 1s ease .5s; }
  .mv.wow .ttl_sp {
    opacity: 0;
    transition: 1s ease 1s;
    transform: translateY(20px); }
  .mv.wow.animated .kome, .mv.wow.animated .title, .mv.wow.animated .ttl_sp {
    opacity: 1;
    transform: translateY(0); }
  .mv.wow.animated .mentai, .mv.wow.animated .sp_bg {
    opacity: 1; }

.ank_fix {
  position: fixed;
  right: 0;
  top: 4%;
  z-index: 999;
  opacity: 0;
  transition: .3s; }
  .ank_fix.fixed {
    opacity: 1; }
  @media (max-width: 1460px) {
    .ank_fix {
      display: none; } }
  .ank_fix ul li:not(:last-child) {
    margin-bottom: 10px; }

.container {
  max-width: 1170px;
  margin: auto; }
  @media (max-width: 1190px) {
    .container {
      padding: 0 15px; } }

.intro {
  background: url(../img/2021shinmai_bg_y.jpg) repeat #f1e498;
  background-size: 400px;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .intro {
      padding: 60px 0; } }
  .intro:before {
    content: "";
    display: block;
    background: url(../img/2021shinmai_intro_bgside_l.png) repeat-y;
    background-size: contain;
    position: absolute;
    width: 310px;
    height: 100%;
    left: 1%;
    top: 0; }
    @media (max-width: 1460px) {
      .intro:before {
        left: -14%; } }
    @media (max-width: 920px) {
      .intro:before {
        content: none; } }
  .intro:after {
    content: "";
    display: block;
    background: url(../img/2021shinmai_intro_bgside_r.png) repeat-y;
    background-size: contain;
    position: absolute;
    width: 330px;
    height: 100%;
    right: 1%;
    top: 0;
    z-index: 0; }
    @media (max-width: 1460px) {
      .intro:after {
        right: -14%; } }
    @media (max-width: 920px) {
      .intro:after {
        content: none; } }
  .intro .container {
    position: relative;
    z-index: 1; }
  .intro h2 {
    margin: 0 0 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .intro h2 {
        width: 90%;
        margin: 0 auto 30px; } }
    .intro h2 img {
      max-width: 806px; }
      @media (max-width: 1190px) {
        .intro h2 img {
          max-width: 640px; } }
  .intro .txt {
    font-size: 24px;
    text-align: center;
    line-height: 2; }
    @media (max-width: 1190px) {
      .intro .txt {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .intro .txt {
        font-size: 18px;
        text-align: left; } }
    @media (max-width: 500px) {
      .intro .txt {
        font-size: 16px; } }
  .intro .img {
    text-align: center;
    margin: 60px 0 0; }
    .intro .img img {
      width: 100%;
      max-width: 940px; }
  .intro .ank_link {
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .intro .ank_link {
        margin: 30px 0 0; } }
    .intro .ank_link ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 767px) {
        .intro .ank_link ul {
          justify-content: space-between; } }
      .intro .ank_link ul li {
        width: calc(94% / 4);
        margin-right: 2%; }
        .intro .ank_link ul li:nth-child(4) {
          margin-right: 0; }
        .intro .ank_link ul li:nth-child(n+5) {
          margin-top: 2%; }
        @media (max-width: 767px) {
          .intro .ank_link ul li {
            width: calc(96% /  2);
            margin: 0; }
            .intro .ank_link ul li:nth-child(n+3) {
              margin-top: 2%; } }
        .intro .ank_link ul li a {
          box-sizing: border-box;
          padding: 20px 40px 20px 10px;
          text-align: center;
          font-size: 30px;
          font-weight: bold;
          display: flex;
          height: 100%;
          width: 100%;
          background: #3c210f;
          justify-content: center;
          align-items: center;
          color: #fff;
          text-decoration: none;
          border-radius: 5px;
          position: relative;
          transition: .3s;
          line-height: 1.4; }
          @media (max-width: 1190px) {
            .intro .ank_link ul li a {
              font-size: 22px; } }
          @media (max-width: 767px) {
            .intro .ank_link ul li a {
              padding: 20px 40px 20px 10px;
              font-size: 20px; } }
          @media (max-width: 500px) {
            .intro .ank_link ul li a {
              font-size: 16px; } }
          .intro .ank_link ul li a:before {
            content: "";
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto; }
            @media (max-width: 1190px) {
              .intro .ank_link ul li a:before {
                width: 30px;
                height: 30px;
                right: 10px; } }
            @media (max-width: 767px) {
              .intro .ank_link ul li a:before {
                width: 26px;
                height: 26px; } }
          .intro .ank_link ul li a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 8px 0 8px;
            border-color: #3c210f transparent transparent transparent;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 25px;
            margin: auto;
            transition: .3s; }
            @media (max-width: 1190px) {
              .intro .ank_link ul li a:after {
                border-width: 8px 6px 0 6px;
                right: 18px; } }
            @media (max-width: 767px) {
              .intro .ank_link ul li a:after {
                right: 16px; } }
          .intro .ank_link ul li a:hover {
            background: #e2552a; }
            .intro .ank_link ul li a:hover:after {
              border-color: #e2552a transparent transparent transparent; }
  .intro .free {
    margin: 80px 0 0; }
    @media (max-width: 767px) {
      .intro .free {
        margin: 50px 0 0; } }
    .intro .free h3 {
      text-align: center;
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        .intro .free h3 {
          width: 96%;
          margin: 0 auto 20px; } }
      .intro .free h3 img {
        width: 100%;
        max-width: 945px; }
    .intro .free .box01 {
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        .intro .free .box01 {
          margin: 0 0 10px; } }
      .intro .free .box01 img {
        width: 100%; }
    .intro .free .box02 {
      position: relative; }
      .intro .free .box02 img {
        width: 100%; }
      .intro .free .box02 .btn {
        position: absolute;
        bottom: 6%;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%; }
        @media (max-width: 767px) {
          .intro .free .box02 .btn {
            margin: 30px auto 0;
            width: 88%;
            bottom: 5%; } }
        .intro .free .box02 .btn a {
          letter-spacing: .2rem;
          text-align: center;
          display: block;
          background: #248a0c;
          font-size: 40px;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          padding: 36px 10px;
          position: relative;
          border-radius: 5px;
          transition: .3s; }
          @media (max-width: 1190px) {
            .intro .free .box02 .btn a {
              letter-spacing: .1rem;
              font-size: 4vw;
              padding: 3.5vw 20px 3.5vw 10px; } }
          @media (max-width: 767px) {
            .intro .free .box02 .btn a {
              padding: 4.8vw 20px 4.8vw 10px; } }
          .intro .free .box02 .btn a:before {
            content: "";
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto; }
            @media (max-width: 1190px) {
              .intro .free .box02 .btn a:before {
                width: 30px;
                height: 30px;
                right: 10px; } }
            @media (max-width: 767px) {
              .intro .free .box02 .btn a:before {
                width: 26px;
                height: 26px; } }
          .intro .free .box02 .btn a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent #248a0c;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 25px;
            margin: auto;
            transition: .3s; }
            @media (max-width: 1190px) {
              .intro .free .box02 .btn a:after {
                border-width: 6px 0 6px 8px;
                right: 18px; } }
            @media (max-width: 767px) {
              .intro .free .box02 .btn a:after {
                right: 16px; } }
          .intro .free .box02 .btn a:hover {
            background: #aa9000; }
            .intro .free .box02 .btn a:hover:after {
              border-color: transparent transparent transparent #aa9000; }
    .intro .free .banner_list {
      margin: 80px 0 40px;
      text-align: center; }
      @media (max-width: 767px) {
        .intro .free .banner_list {
          margin: 50px 0 20px; } }
      .intro .free .banner_list h3 {
        color: #3c210f;
        background: #fff;
        font-weight: bold;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 60px;
        padding: 24px 10px;
        font-size: 30px;
        border-radius: 10px;
        position: relative; }
        @media (max-width: 1190px) {
          .intro .free .banner_list h3 {
            font-size: 26px; } }
        @media (max-width: 767px) {
          .intro .free .banner_list h3 {
            font-size: 20px;
            margin: 0 auto 40px;
            padding: 18px 10px; } }
        @media (max-width: 500px) {
          .intro .free .banner_list h3 {
            font-size: 18px; } }
        .intro .free .banner_list h3:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 32px 30px 0 30px;
          border-color: #fff transparent transparent transparent;
          display: block;
          position: absolute;
          bottom: -32px;
          left: 0;
          right: 0;
          margin: auto; }
          @media (max-width: 767px) {
            .intro .free .banner_list h3:after {
              border-width: 20px 18px 0 18px;
              bottom: -20px; } }
      .intro .free .banner_list .bnr {
        display: block;
        max-width: 570px;
        margin: auto;
        margin-bottom: 20px;}
        .intro .free .banner_list .bnr:first-of-type {
          margin-bottom: 20px; }
        .intro .free .banner_list .bnr a {
          display: block;
          transition: .3s; }
          .intro .free .banner_list .bnr a:hover {
            opacity: .8; }
  .intro.wow h2 {
    opacity: 0;
    transition: 1s ease .5s;
    transform: translateY(20px); }
  .intro.wow:before {
    opacity: 0;
    transition: .8s ease .8s; }
  .intro.wow:after {
    opacity: 0;
    transition: .8s ease 1s; }
  .intro.wow.animated h2 {
    opacity: 1;
    transform: translateY(0); }
  .intro.wow.animated:before, .intro.wow.animated:after {
    opacity: 1; }

.defult_temp {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .defult_temp {
      padding: 60px 0; } }
  .defult_temp .container {
    position: relative;
    z-index: 2; }
  .defult_temp h2 {
    text-align: center;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .defult_temp h2 {
        margin: 0 0 30px; } }
  .defult_temp .con_main {
    margin: 0 0 80px; }
    @media (max-width: 767px) {
      .defult_temp .con_main {
        margin: 0 0 50px; } }
    .defult_temp .con_main .img img {
      width: 100%; }
    .defult_temp .con_main .flex_box {
      margin: -60px 0 0 40px;
      display: flex;
      justify-content: space-between;
      max-width: 1040px;
      box-sizing: border-box;
      padding: 40px 30px;
      position: relative;
      align-items: center; }
      @media (max-width: 767px) {
        .defult_temp .con_main .flex_box {
          display: block;
          margin: 0;
          padding: 30px 15px; } }
      .defult_temp .con_main .flex_box:before {
        content: "";
        width: 113%;
        height: 100%;
        background: #f4f3ed;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
        @media (max-width: 767px) {
          .defult_temp .con_main .flex_box:before {
            width: 100%; } }
      .defult_temp .con_main .flex_box:after {
        content: "";
        max-width: 217px;
        width: 217px;
        height: 249px;
        position: absolute;
        bottom: 30px;
        right: -60px;
        background: url(../img/2021shinmai_icon_ine.png) no-repeat;
        background-size: contain;
        z-index: 0; }
        @media (max-width: 767px) {
          .defult_temp .con_main .flex_box:after {
            width: 31vw;
            height: 36vw;
            right: 20px; } }
      .defult_temp .con_main .flex_box .img02 {
        position: relative;
        width: 44%; }
        @media (max-width: 767px) {
          .defult_temp .con_main .flex_box .img02 {
            width: 70%;
            margin: auto;
            text-align: center; } }
        .defult_temp .con_main .flex_box .img02 img {
          max-width: 412px;
          width: 100%; }
          @media (max-width: 767px) {
            .defult_temp .con_main .flex_box .img02 img {
              max-width: 300px; } }
      .defult_temp .con_main .flex_box .txt_area {
        position: relative;
        width: 53%;
        z-index: 1; }
        @media (max-width: 767px) {
          .defult_temp .con_main .flex_box .txt_area {
            width: 100%;
            margin: 20px 0 0; } }
        .defult_temp .con_main .flex_box .txt_area h3 {
          color: #e2552a;
          font-size: 38px;
          font-weight: bold;
          line-height: 1.4;
          margin: 0 0 26px; }
          @media (max-width: 1190px) {
            .defult_temp .con_main .flex_box .txt_area h3 {
              font-size: 30px; } }
          @media (max-width: 767px) {
            .defult_temp .con_main .flex_box .txt_area h3 {
              font-size: 26px;
              margin: 0 0 15px; } }
          @media (max-width: 500px) {
            .defult_temp .con_main .flex_box .txt_area h3 {
              font-size: 22px; } }
        .defult_temp .con_main .flex_box .txt_area .txt {
          font-size: 20px;
          line-height: 1.5;
          margin: 0 0 26px; }
          @media (max-width: 1190px) {
            .defult_temp .con_main .flex_box .txt_area .txt {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .defult_temp .con_main .flex_box .txt_area .txt {
              font-size: 16px;
              margin: 0 0 16px; } }
        .defult_temp .con_main .flex_box .txt_area .price dt {
          display: inline-block;
          letter-spacing: .2rem;
          font-weight: bold;
          font-size: 22px;
          color: #fff;
          background: #e11948;
          padding: 8px 20px;
          border-radius: 20px; }
          @media (max-width: 1190px) {
            .defult_temp .con_main .flex_box .txt_area .price dt {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .defult_temp .con_main .flex_box .txt_area .price dt {
              font-size: 16px; } }
        .defult_temp .con_main .flex_box .txt_area .price dd {
          line-height: 1.4;
          margin-top: 10px;
          font-size: 30px;
          font-weight: bold; }
          @media (max-width: 1190px) {
            .defult_temp .con_main .flex_box .txt_area .price dd {
              font-size: 26px; } }
          @media (max-width: 767px) {
            .defult_temp .con_main .flex_box .txt_area .price dd {
              font-size: 22px; } }
          .defult_temp .con_main .flex_box .txt_area .price dd .en {
            color: #e11948;
            text-align: right;
            display: block;
            font-weight: bold;
            font-size: 40px; }
            @media (max-width: 1190px) {
              .defult_temp .con_main .flex_box .txt_area .price dd .en {
                font-size: 36px; } }
            @media (max-width: 767px) {
              .defult_temp .con_main .flex_box .txt_area .price dd .en {
                font-size: 28px; } }
            .defult_temp .con_main .flex_box .txt_area .price dd .en > span {
              font-size: 26px; }
              @media (max-width: 767px) {
                .defult_temp .con_main .flex_box .txt_area .price dd .en > span {
                  font-size: 16px; } }
        .defult_temp .con_main .flex_box .txt_area .btn {
          margin: 40px 0 0;
          max-width: 456px; }
          @media (max-width: 767px) {
            .defult_temp .con_main .flex_box .txt_area .btn {
              margin: 30px auto 0; } }
          .defult_temp .con_main .flex_box .txt_area .btn a {
            text-align: center;
            display: block;
            background: #248a0c;
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            padding: 26px 10px;
            position: relative;
            border-radius: 5px;
            transition: .3s; }
            @media (max-width: 1190px) {
              .defult_temp .con_main .flex_box .txt_area .btn a {
                font-size: 20px; } }
            @media (max-width: 767px) {
              .defult_temp .con_main .flex_box .txt_area .btn a {
                padding: 20px 40px 20px 10px;
                font-size: 18px; } }
            @media (max-width: 500px) {
              .defult_temp .con_main .flex_box .txt_area .btn a {
                font-size: 16px; } }
            .defult_temp .con_main .flex_box .txt_area .btn a:before {
              content: "";
              width: 36px;
              height: 36px;
              background: #fff;
              border-radius: 50%;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 15px;
              margin: auto; }
              @media (max-width: 1190px) {
                .defult_temp .con_main .flex_box .txt_area .btn a:before {
                  width: 30px;
                  height: 30px;
                  right: 10px; } }
              @media (max-width: 767px) {
                .defult_temp .con_main .flex_box .txt_area .btn a:before {
                  width: 26px;
                  height: 26px; } }
            .defult_temp .con_main .flex_box .txt_area .btn a:after {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 8px 0 8px 10px;
              border-color: transparent transparent transparent #248a0c;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 25px;
              margin: auto;
              transition: .3s; }
              @media (max-width: 1190px) {
                .defult_temp .con_main .flex_box .txt_area .btn a:after {
                  border-width: 6px 0 6px 8px;
                  right: 18px; } }
              @media (max-width: 767px) {
                .defult_temp .con_main .flex_box .txt_area .btn a:after {
                  right: 16px; } }
            .defult_temp .con_main .flex_box .txt_area .btn a:hover {
              background: #aa9000; }
              .defult_temp .con_main .flex_box .txt_area .btn a:hover:after {
                border-color: transparent transparent transparent #aa9000; }
  .defult_temp .con_sub .flex_box:nth-child(odd) {
    margin-bottom: 60px;
    display: flex; }
    @media (max-width: 767px) {
      .defult_temp .con_sub .flex_box:nth-child(odd) {
        display: block;
        margin-bottom: 40px; } }
    .defult_temp .con_sub .flex_box:nth-child(odd) .img {
      position: relative;
      width: 45%; }
      @media (max-width: 767px) {
        .defult_temp .con_sub .flex_box:nth-child(odd) .img {
          width: 100%; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .img figure {
        position: absolute;
        top: 0;
        right: -100px;
        max-width: 640px;
        max-height: 420px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .img figure {
            height: 100vw; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .img figure {
            position: static;
            max-width: none;
            max-height: none;
            height: auto;
            width: 100%; } }
        .defult_temp .con_sub .flex_box:nth-child(odd) .img figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
          @media (max-width: 767px) {
            .defult_temp .con_sub .flex_box:nth-child(odd) .img figure img {
              object-fit: revert; } }
    .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area {
      width: 55%;
      padding: 50px 40px;
      box-sizing: border-box;
      position: relative;
      margin-top: 40px; }
      @media (max-width: 1190px) {
        .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area {
          padding: 40px 30px; } }
      @media (max-width: 767px) {
        .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area {
          width: 100%;
          margin-top: 0;
          padding: 30px 15px; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area:before {
        content: "";
        width: 107%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #f4f3ed;
        z-index: 0; }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area:before {
            width: 100%; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area h3, .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area p, .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area dl {
        position: relative; }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area h3 {
        color: #e2552a;
        font-size: 34px;
        line-height: 1.5;
        margin: 0 0 15px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area h3 {
            font-size: 28px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area h3 {
            font-size: 26px;
            margin: 0 0 10px; } }
        @media (max-width: 500px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area h3 {
            font-size: 22px; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .txt {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 26px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .txt {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .txt {
            font-size: 16px;
            margin: 0 0 16px; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dt {
        letter-spacing: .2rem;
        font-weight: bold;
        font-size: 22px;
        color: #fff;
        background: #e11948;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 20px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dt {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dt {
            font-size: 16px; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd {
        line-height: 1.4;
        margin-top: 10px;
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd {
            font-size: 26px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd {
            font-size: 22px; } }
        .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd .en {
          color: #e11948;
          text-align: right;
          display: block;
          font-weight: bold;
          font-size: 40px; }
          @media (max-width: 1190px) {
            .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd .en {
              font-size: 36px; } }
          @media (max-width: 767px) {
            .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd .en {
              font-size: 28px; } }
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd .en > span {
            font-size: 26px; }
            @media (max-width: 767px) {
              .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .price dd .en > span {
                font-size: 16px; } }
      .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn {
        margin: 40px 0 0;
        max-width: 456px; }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn {
            margin: 30px auto 0; } }
        .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a {
          text-align: center;
          display: block;
          background: #248a0c;
          font-size: 28px;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          padding: 26px 10px;
          position: relative;
          border-radius: 5px;
          transition: .3s; }
          @media (max-width: 1190px) {
            .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a {
              padding: 20px 40px 20px 10px;
              font-size: 18px; } }
          @media (max-width: 500px) {
            .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a {
              font-size: 16px; } }
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:before {
            content: "";
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto; }
            @media (max-width: 1190px) {
              .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:before {
                width: 30px;
                height: 30px;
                right: 10px; } }
            @media (max-width: 767px) {
              .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:before {
                width: 26px;
                height: 26px; } }
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent #248a0c;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 25px;
            margin: auto;
            transition: .3s; }
            @media (max-width: 1190px) {
              .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:after {
                border-width: 6px 0 6px 8px;
                right: 18px; } }
            @media (max-width: 767px) {
              .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:after {
                right: 16px; } }
          .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:hover {
            background: #aa9000; }
            .defult_temp .con_sub .flex_box:nth-child(odd) .txt_area .btn a:hover:after {
              border-color: transparent transparent transparent #aa9000; }
  .defult_temp .con_sub .flex_box:nth-child(even) {
    display: flex;
    flex-flow: row-reverse; }
    @media (max-width: 767px) {
      .defult_temp .con_sub .flex_box:nth-child(even) {
        display: block; } }
    .defult_temp .con_sub .flex_box:nth-child(even) .img {
      position: relative;
      width: 45%; }
      @media (max-width: 767px) {
        .defult_temp .con_sub .flex_box:nth-child(even) .img {
          width: 100%; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .img figure {
        position: absolute;
        top: 0;
        left: -100px;
        max-width: 640px;
        max-height: 420px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .img figure {
            height: 100vw; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .img figure {
            position: static;
            max-width: none;
            max-height: none;
            height: auto;
            width: 100%; } }
        .defult_temp .con_sub .flex_box:nth-child(even) .img figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
          @media (max-width: 767px) {
            .defult_temp .con_sub .flex_box:nth-child(even) .img figure img {
              object-fit: revert; } }
    .defult_temp .con_sub .flex_box:nth-child(even) .txt_area {
      width: 55%;
      padding: 50px 40px;
      box-sizing: border-box;
      position: relative;
      margin-top: 40px; }
      @media (max-width: 1190px) {
        .defult_temp .con_sub .flex_box:nth-child(even) .txt_area {
          padding: 40px 30px; } }
      @media (max-width: 767px) {
        .defult_temp .con_sub .flex_box:nth-child(even) .txt_area {
          width: 100%;
          margin-top: 0;
          padding: 30px 15px; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area:before {
        content: "";
        width: 107%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #f4f3ed;
        z-index: 0; }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area:before {
            width: 100%; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area h3, .defult_temp .con_sub .flex_box:nth-child(even) .txt_area p, .defult_temp .con_sub .flex_box:nth-child(even) .txt_area dl {
        position: relative; }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area h3 {
        color: #e2552a;
        font-size: 34px;
        line-height: 1.4;
        margin: 0 0 20px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area h3 {
            font-size: 28px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area h3 {
            font-size: 26px;
            margin: 0 0 15px; } }
        @media (max-width: 500px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area h3 {
            font-size: 22px; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .txt {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 26px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .txt {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .txt {
            font-size: 16px;
            margin: 0 0 16px; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dt {
        letter-spacing: .2rem;
        font-weight: bold;
        font-size: 22px;
        color: #fff;
        background: #e11948;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 20px; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dt {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dt {
            font-size: 16px; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd {
        line-height: 1.4;
        margin-top: 10px;
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 1190px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd {
            font-size: 26px; } }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd {
            font-size: 22px; } }
        .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd .en {
          color: #e11948;
          text-align: right;
          display: block;
          font-weight: bold;
          font-size: 40px; }
          @media (max-width: 1190px) {
            .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd .en {
              font-size: 36px; } }
          @media (max-width: 767px) {
            .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd .en {
              font-size: 28px; } }
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd .en > span {
            font-size: 26px; }
            @media (max-width: 767px) {
              .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .price dd .en > span {
                font-size: 16px; } }
      .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn {
        margin: 40px 0 0;
        max-width: 456px; }
        @media (max-width: 767px) {
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn {
            margin: 30px auto 0; } }
        .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a {
          text-align: center;
          display: block;
          background: #248a0c;
          font-size: 28px;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          padding: 26px 10px;
          position: relative;
          border-radius: 5px;
          transition: .3s; }
          @media (max-width: 1190px) {
            .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a {
              padding: 20px 40px 20px 10px;
              font-size: 18px; } }
          @media (max-width: 500px) {
            .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a {
              font-size: 16px; } }
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:before {
            content: "";
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto; }
            @media (max-width: 1190px) {
              .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:before {
                width: 30px;
                height: 30px;
                right: 10px; } }
            @media (max-width: 767px) {
              .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:before {
                width: 26px;
                height: 26px; } }
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent #248a0c;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 25px;
            margin: auto;
            transition: .3s; }
            @media (max-width: 1190px) {
              .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:after {
                border-width: 6px 0 6px 8px;
                right: 18px; } }
            @media (max-width: 767px) {
              .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:after {
                right: 16px; } }
          .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:hover {
            background: #aa9000; }
            .defult_temp .con_sub .flex_box:nth-child(even) .txt_area .btn a:hover:after {
              border-color: transparent transparent transparent #aa9000; }
  .defult_temp:before {
    content: "";
    width: 231px;
    height: 100%;
    background: url(../img/2021shinmai_bgside_kome.png) repeat-y;
    position: absolute;
    top: 40px;
    left: 1%; }
    @media (max-width: 767px) {
      .defult_temp:before {
        background-size: 50%;
        left: -20%; } }
  .defult_temp:after {
    content: "";
    width: 231px;
    height: 100%;
    background: url(../img/2021shinmai_bgside_kome.png) repeat-y;
    position: absolute;
    top: 0;
    right: 1%; }
    @media (max-width: 767px) {
      .defult_temp:after {
        background-size: 50%;
        right: -20%; } }
  .defult_temp .other ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .defult_temp .other ul li {
      width: calc(96% / 3); }
      .defult_temp .other ul li:nth-child(n+4) {
        margin-top: 3%; }
      @media (max-width: 940px) {
        .defult_temp .other ul li {
          width: calc(97% / 2); }
          .defult_temp .other ul li:nth-child(n+3) {
            margin-top: 40px; } }
      .defult_temp .other ul li a {
        position: relative;
        background: #f4f3ed;
        height: 100%;
        color: #333;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        transition: .3s; }
        .defult_temp .other ul li a .sum {
          transition: .3s; }
          .defult_temp .other ul li a .sum img {
            width: 100%; }
        .defult_temp .other ul li a:hover .sum {
          opacity: .7; }
        .defult_temp .other ul li a:hover .btn span {
          background: #aa9000; }
          .defult_temp .other ul li a:hover .btn span:after {
            border-color: transparent transparent transparent #aa9000; }
      .defult_temp .other ul li .txt_area {
        padding: 30px 20px; }
        @media (max-width: 767px) {
          .defult_temp .other ul li .txt_area {
            padding: 20px 10px; } }
        .defult_temp .other ul li .txt_area h3 {
          color: #e2552a;
          font-size: 22px;
          margin: 0 0 15px;
          line-height: 1.5; }
          @media (max-width: 1190px) {
            .defult_temp .other ul li .txt_area h3 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .defult_temp .other ul li .txt_area h3 {
              font-size: 18px; } }
          @media (max-width: 500px) {
            .defult_temp .other ul li .txt_area h3 {
              font-size: 16px; } }
        .defult_temp .other ul li .txt_area .price {
          margin: 0 0 30px; }
          .defult_temp .other ul li .txt_area .price dt {
            letter-spacing: .1rem;
            font-weight: bold;
            font-size: 18px;
            color: #fff;
            background: #e11948;
            padding: 8px 12px;
            display: inline-block;
            border-radius: 20px; }
            @media (max-width: 767px) {
              .defult_temp .other ul li .txt_area .price dt {
                font-size: 15px;
                padding: 8px 8px; } }
          .defult_temp .other ul li .txt_area .price dd {
            margin-top: 8px;
            line-height: 1.4;
            display: block;
            font-size: 20px;
            font-weight: bold; }
            @media (max-width: 767px) {
              .defult_temp .other ul li .txt_area .price dd {
                font-size: 18px; } }
            .defult_temp .other ul li .txt_area .price dd .en {
              color: #e11948;
              text-align: right;
              display: block;
              font-weight: bold;
              font-size: 26px; }
              @media (max-width: 1190px) {
                .defult_temp .other ul li .txt_area .price dd .en {
                  font-size: 22px; } }
              @media (max-width: 767px) {
                .defult_temp .other ul li .txt_area .price dd .en {
                  font-size: 20px; } }
              .defult_temp .other ul li .txt_area .price dd .en > span {
                font-size: 18px; }
                @media (max-width: 767px) {
                  .defult_temp .other ul li .txt_area .price dd .en > span {
                    font-size: 16px; } }
      .defult_temp .other ul li .btn {
        margin: auto 0 0;
        max-width: 456px; }
        @media (max-width: 767px) {
          .defult_temp .other ul li .btn {
            margin: 10px auto 0; } }
        .defult_temp .other ul li .btn span, .defult_temp .other ul li .btn a {
          text-align: center;
          display: block;
          background: #248a0c;
          font-size: 22px;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          padding: 22px 10px;
          position: relative;
          border-radius: 5px;
          transition: .3s; }
          @media (max-width: 1190px) {
            .defult_temp .other ul li .btn span, .defult_temp .other ul li .btn a {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .defult_temp .other ul li .btn span, .defult_temp .other ul li .btn a {
              padding: 20px 40px 20px 10px;
              font-size: 18px; } }
          @media (max-width: 500px) {
            .defult_temp .other ul li .btn span, .defult_temp .other ul li .btn a {
              font-size: 14px;
              padding: 16px 24px 16px 8px; } }
          .defult_temp .other ul li .btn span:before, .defult_temp .other ul li .btn a:before {
            content: "";
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto; }
            @media (max-width: 1190px) {
              .defult_temp .other ul li .btn span:before, .defult_temp .other ul li .btn a:before {
                width: 30px;
                height: 30px;
                right: 10px; } }
            @media (max-width: 767px) {
              .defult_temp .other ul li .btn span:before, .defult_temp .other ul li .btn a:before {
                width: 20px;
                height: 20px;
                right: 8px; } }
          .defult_temp .other ul li .btn span:after, .defult_temp .other ul li .btn a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 10px;
            border-color: transparent transparent transparent #248a0c;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 25px;
            margin: auto;
            transition: .3s; }
            @media (max-width: 1190px) {
              .defult_temp .other ul li .btn span:after, .defult_temp .other ul li .btn a:after {
                border-width: 6px 0 6px 8px;
                right: 18px; } }
            @media (max-width: 767px) {
              .defult_temp .other ul li .btn span:after, .defult_temp .other ul li .btn a:after {
                border-width: 4px 0 4px 6px;
                right: 14px; } }
          .defult_temp .other ul li .btn span:hover, .defult_temp .other ul li .btn a:hover {
            background: #aa9000; }
            .defult_temp .other ul li .btn span:hover:after, .defult_temp .other ul li .btn a:hover:after {
              border-color: transparent transparent transparent #aa9000; }
  .defult_temp.wow h2 {
    opacity: 0;
    transition: 1s ease .5s;
    transform: translateY(20px); }
  .defult_temp.wow.animated h2 {
    opacity: 1;
    transform: translateY(0); }

.sec01, .sec03, .sec05, .sec07 {
  background: url(../img/2021shinmai_bg_o.jpg) repeat #efd5a4;
  background-size: 400px; }

.sec02, .sec04, .sec06 {
  background: url(../img/2021shinmai_bg_y.jpg) repeat #efd5a4;
  background-size: 400px; }

/*
.sec04 .con_sub .flex_box .img:before {
  content: "";
  width: 208px;
  height: 179px;
  background: url(../img/2021shinmai_img_sub05_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -4%;
  left: 20px;
  z-index: 2; }
  @media (max-width: 767px) {
    .sec04 .con_sub .flex_box .img:before {
      right: 10px;
      left: auto;
      bottom: -8%;
      max-width: 160px;
      max-height: 138px; } }
  @media (max-width: 500px) {
    .sec04 .con_sub .flex_box .img:before {
      width: 33vw;
      height: 29vw; } }
*/

.tubu {
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .tubu {
      margin-bottom: 40px; } }

.sec07 .okazu_txt {
  font-size: 24px;
  text-align: center;
  line-height: 2; }
  @media (max-width: 1190px) {
    .sec07 .okazu_txt {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .sec07 .okazu_txt {
      font-size: 18px;
      text-align: left; } }
  @media (max-width: 500px) {
    .sec07 .okazu_txt {
      font-size: 16px; } }
.sec07 .okazu_img {
  margin: 60px 0; }
  @media (max-width: 767px) {
    .sec07 .okazu_img {
      margin: 20px 0; } }
  .sec07 .okazu_img img {
    width: 100%; }

footer {
  background: #fff8eb;
  text-align: center;
  padding: 60px; }
  footer .logo {
    width: 180px;
    margin: 0 auto 30px; }
    @media (max-width: 767px) {
      footer .logo {
        width: 120px; } }
    footer .logo img {
      width: 100%; }
  footer .copyright {
    font-size: 14px; }

.sec01 .con_sub .em .img .emblem {
  z-index: 2;
  width: 277px;
  height: 174px;
  position: absolute;
  top: -50px;
  left: 10px; }
  @media (max-width: 767px) {
    .sec01 .con_sub .em .img .emblem {
      top: -8%;
      width: 45vw;
      height: 26vw;
      min-width: 165px;
      min-height: 92px; } }
.sec01 .rec_item {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .sec01 .rec_item {
      margin-top: 50px; } }
  .sec01 .rec_item h3 {
    color: #3c210f;
    background: #fff;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 24px 10px;
    font-size: 30px;
    border-radius: 10px;
    position: relative; }
    @media (max-width: 1190px) {
      .sec01 .rec_item h3 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .sec01 .rec_item h3 {
        font-size: 20px;
        margin: 0 auto 40px;
        padding: 18px 10px; } }
    @media (max-width: 500px) {
      .sec01 .rec_item h3 {
        font-size: 18px; } }
    .sec01 .rec_item h3:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32px 30px 0 30px;
      border-color: #fff transparent transparent transparent;
      display: block;
      position: absolute;
      bottom: -32px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .sec01 .rec_item h3:after {
          border-width: 20px 18px 0 18px;
          bottom: -20px; } }
  .sec01 .rec_item .bnr {
    display: inline-block; }
    .sec01 .rec_item .bnr a {
      display: block;
      transition: .3s; }
      .sec01 .rec_item .bnr a:hover {
        opacity: .8; }

.sec02 .con_sub .em .img .emblem {
  z-index: 2;
  width: 179px;
  height: 185px;
  position: absolute;
  top: -50px;
  left: 10px; }
  @media (max-width: 767px) {
    .sec02 .con_sub .em .img .emblem {
      top: -8%;
      width: 25vw;
      height: 26vw;
      min-width: 106px;
      min-height: 110px; } }

.sec04 .con_sub .em .img .emblem {
  z-index: 2;
  width: 177px;
  height: 189px;
  position: absolute;
  top: -50px;
  left: 10px; }
  .sec04 .con_sub .em .img .emblem img {
    width: 100%; }
  @media (max-width: 767px) {
    .sec04 .con_sub .em .img .emblem {
      top: -8%;
      width: 25vw;
      height: 26vw;
      min-width: 106px;
      min-height: 110px; } }
.sec04 .other .em .emblem {
  z-index: 2;
  width: 139px;
  height: 145px;
  position: absolute;
  top: -30px;
  left: 10px; }
  .sec04 .other .em .emblem img {
    width: 100%; }
  @media (max-width: 767px) {
    .sec04 .other .em .emblem {
      top: -5%;
      width: 21vw;
      height: 22vw;
      min-width: 70px;
      min-height: 71px; } }

.sec04 .rec_item {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .sec04 .rec_item {
      margin-top: 50px; } }
  .sec04 .rec_item h3 {
    color: #3c210f;
    background: #fff;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 24px 10px;
    font-size: 30px;
    border-radius: 10px;
    position: relative; }
    @media (max-width: 1190px) {
      .sec04 .rec_item h3 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .sec04 .rec_item h3 {
        font-size: 20px;
        margin: 0 auto 40px;
        padding: 18px 10px; } }
    @media (max-width: 500px) {
      .sec04 .rec_item h3 {
        font-size: 18px; } }
    .sec04 .rec_item h3:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32px 30px 0 30px;
      border-color: #fff transparent transparent transparent;
      display: block;
      position: absolute;
      bottom: -32px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .sec04 .rec_item h3:after {
          border-width: 20px 18px 0 18px;
          bottom: -20px; } }
  .sec04 .rec_item .bnr {
    display: inline-block; }
    .sec04 .rec_item .bnr a {
      display: block;
      transition: .3s; }
      .sec04 .rec_item .bnr a:hover {
        opacity: .8; }
/*# sourceMappingURL=style.css.map */
