#content h3 img, #content h4 img {
  display: block !important; }

@media (max-width: 479px) {
  .pc_only {
    display: none; } }
@media (min-width: 480px) {
  .sp_only {
    display: none; } }
.h4_stiry {
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    .h4_stiry img {
      height: 25px;
      width: auto; } }

.h5_title {
  margin-bottom: 12px; }
  .h5_title img {
    height: 18px;
    width: auto;
    max-width: 100%; }
  @media (min-width: 480px) {
    .h5_title img {
      height: 21px;
      width: auto; }
    .h5_title.double img {
      height: 47px; } }

.sec_top {
  margin-bottom: 7px; }
  @media (min-width: 480px) {
    .sec_top {
      margin-bottom: 11px; } }

.sec_01 {
  margin: auto auto 30px; }
  @media (min-width: 480px) {
    .sec_01 {
      margin: auto auto 20px; } }
  .sec_01 .wrap01 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .sec_01 .wrap01 div:first-of-type {
      width: 100%;
      margin-bottom: 7px; }
    .sec_01 .wrap01 div:nth-of-type(2) {
      width: 54%; }
    .sec_01 .wrap01 div:last-of-type {
      width: 46%; }
    @media (min-width: 480px) {
      .sec_01 .wrap01 {
        width: 100%; }
        .sec_01 .wrap01 div:first-of-type {
          width: 60.7%;
          margin-bottom: 7px; }
        .sec_01 .wrap01 div:nth-of-type(2) {
          width: 37.8%; } }
  .sec_01 .wrap02 {
    width: 90%;
    margin: auto auto 20px;
    clear: both;
    	/*h3.h3_01{
    	img{
    		width: 100%;
    	}
    }*/ }
    .sec_01 .wrap02 .p_01 {
      overflow: hidden; }
      .sec_01 .wrap02 .p_01 p {
        margin: auto; }
      .sec_01 .wrap02 .p_01 .space {
        float: left;
        height: 8em; }
      .sec_01 .wrap02 .p_01 .img {
        float: left;
        clear: both;
        width: 140px;
        margin: .5em 1em 0 0; }
    @media (min-width: 480px) {
      .sec_01 .wrap02 {
        margin: auto auto 50px; }
        .sec_01 .wrap02 .p_01 {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .sec_01 .wrap02 .p_01 .space {
            display: none; }
          .sec_01 .wrap02 .p_01 .img {
            float: none;
            margin: 0;
            width: 220px; }
          .sec_01 .wrap02 .p_01 p {
            width: calc(100% - 240px);
            text-align: justify;
            margin: 0; } }
  .sec_01 .wrap03 {
    width: 90%;
    margin: auto;
    position: relative; }
    .sec_01 .wrap03 > div {
      width: 100%; }
      .sec_01 .wrap03 > div img {
        width: 100%;
        max-width: 250px;
        height: auto; }
      .sec_01 .wrap03 > div p {
        width: 63%;
        font-size: .8em; }
    .sec_01 .wrap03 img.person {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 35%;
      height: auto; }
    @media (min-width: 480px) {
      .sec_01 .wrap03 {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .sec_01 .wrap03 img.iwate {
          width: 24%;
          height: auto; }
        .sec_01 .wrap03 > div {
          width: 44%;
          position: static; }
          .sec_01 .wrap03 > div img {
            width: 95%;
            max-width: 223px; }
          .sec_01 .wrap03 > div p {
            width: 100%;
            font-size: .9em; }
        .sec_01 .wrap03 img.person {
          position: static;
          width: 30%; } }

.sec_02 {
  margin: auto auto 30px; }
  @media (min-width: 480px) {
    .sec_02 {
      margin: auto auto 45px; } }
  .sec_02 .sec_02_top {
    width: 100%;
    margin-bottom: 30px; }
    .sec_02 .sec_02_top img {
      width: 100%; }
  .sec_02 .wrap01 {
    width: 90%;
    margin: auto auto 30px; }
    .sec_02 .wrap01 p {
      margin-top: 0;
      margin-bottom: 30px; }
    .sec_02 .wrap01 .p_01 {
      overflow: hidden; }
      .sec_02 .wrap01 .p_01 .space {
        float: right;
        height: 10em; }
      .sec_02 .wrap01 .p_01 .img {
        float: right;
        clear: both;
        width: 140px;
        margin: .5em 0 0 1em; }
      @media (min-width: 480px) {
        .sec_02 .wrap01 .p_01 .space {
          height: 0em; }
        .sec_02 .wrap01 .p_01 .img {
          width: 200px; } }
    .sec_02 .wrap01 .p_02 {
      overflow: hidden; }
      .sec_02 .wrap01 .p_02 .img {
        float: right;
        clear: both;
        width: 140px;
        margin: .5em 0 0 1em; }
      @media (min-width: 480px) {
        .sec_02 .wrap01 .p_02 .img {
          width: 150px; } }
    .sec_02 .wrap01 .oraho {
      width: 100%;
      position: relative; }
      .sec_02 .wrap01 .oraho img {
        width: 100%;
        height: auto; }
        .sec_02 .wrap01 .oraho img.photo {
          width: 143px;
          position: absolute;
          bottom: 33%;
          left: -10px; }
      .sec_02 .wrap01 .oraho a {
        display: block;
        position: absolute;
        width: 60%;
        height: 20%;
        right: 0;
        top: 50%; }
      @media (min-width: 480px) {
        .sec_02 .wrap01 .oraho {
          margin-top: 20px; }
          .sec_02 .wrap01 .oraho img.photo {
            width: 153px;
            bottom: -5px;
            left: -30px;
            right: auto; }
          .sec_02 .wrap01 .oraho a {
            width: 20%;
            height: 70%;
            top: 0;
            right: 0; } }

.youtube {
  margin: auto auto 30px;
  text-align: center; }
  .youtube h3 {
    display: inline-block;
    margin: auto auto 9px; }
  .youtube .movie {
    width: 90%;
    margin: auto; }
    .youtube .movie img {
      width: 100%;
      height: auto; }
    .youtube .movie a {
      transition: .3s; }
      .youtube .movie a:hover {
        opacity: .7; }
  @media (min-width: 480px) {
    .youtube {
      margin: auto auto 90px; }
      .youtube h3 {
        margin: auto auto 15px; }
      .youtube .movie {
        width: 430px; } }

.sec_04 {
  margin: auto auto 70px; }
  .sec_04 .h3_02 {
    width: 90%;
    margin: auto auto 10px; }
  .sec_04 .sec_04_top {
    margin-bottom: 15px; }
    @media (min-width: 480px) {
      .sec_04 .sec_04_top {
        margin-bottom: 15px; } }
  .sec_04 .wrap01 {
    width: 90%;
    margin: auto auto 30px; }
    .sec_04 .wrap01 .sec_04_story {
      margin-bottom: 25px; }
    .sec_04 .wrap01 .p_01 p {
      margin: auto; }
    .sec_04 .wrap01 .p_01 .space {
      float: left;
      height: 21em; }
    .sec_04 .wrap01 .p_01 .img1 {
      float: right;
      clear: both;
      width: 140px;
      margin: -52px 0 .5em 1em; }
      .sec_04 .wrap01 .p_01 .img1 img {
        width: 160px;
        height: auto; }
    .sec_04 .wrap01 .p_01 .img2 {
      float: left;
      clear: both;
      margin: .5em 1em 0 0; }
      .sec_04 .wrap01 .p_01 .img2 img {
        width: 140px;
        height: auto; }
    .sec_04 .wrap01 .wrap_ippin .img1 {
      display: none; }
    .sec_04 .wrap01 .ippin {
      margin: 30px auto auto;
      position: relative;
      border-top: 1px solid #00a73c;
      border-bottom: 1px solid #00a73c;
      box-sizing: border-box;
      padding: 8px 10px 8px 60px; }
      .sec_04 .wrap01 .ippin .title_ippin {
        position: absolute;
        top: -10px;
        left: 0; }
      .sec_04 .wrap01 .ippin h4 {
        color: #00a73c;
        font-size: 16px;
        margin-bottom: 5px; }
      .sec_04 .wrap01 .ippin p {
        margin: auto;
        font-size: 11px; }
    @media (min-width: 480px) {
      .sec_04 .wrap01 {
        margin: auto auto 40px;
        display: flex;
        justify-content: space-between; }
        .sec_04 .wrap01 .sec_04_story {
          width: 55%; }
        .sec_04 .wrap01 .p_01 .space {
          float: right;
          height: 17em; }
        .sec_04 .wrap01 .p_01 .img1 {
          display: none; }
        .sec_04 .wrap01 .p_01 .img2 {
          float: right;
          clear: both;
          margin: .5em 0 0 1em; }
          .sec_04 .wrap01 .p_01 .img2 img {
            width: 160px;
            height: auto; }
        .sec_04 .wrap01 .wrap_ippin {
          width: 40%; }
          .sec_04 .wrap01 .wrap_ippin .img1 {
            display: block;
            margin-top: -15px; }
        .sec_04 .wrap01 .ippin {
          width: 100%;
          border: 1px solid #00a73c;
          padding: 16px 10px 8px; }
          .sec_04 .wrap01 .ippin .title_ippin {
            top: 0;
            left: -10px;
            transform: translateY(-30%); }
          .sec_04 .wrap01 .ippin h4 {
            text-align: center;
            font-size: 14px;
            margin-bottom: .8em; } }
  .sec_04 .wrap02 {
    width: 82%;
    margin: auto auto 30px; }
    .sec_04 .wrap02 .shop {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; }
      .sec_04 .wrap02 .shop .shop_img {
        width: 48%; }
      .sec_04 .wrap02 .shop .info {
        width: 48%; }
        .sec_04 .wrap02 .shop .info .name {
          font-weight: bold;
          font-size: 1rem;
          padding-bottom: 2px;
          margin-bottom: .5em;
          border-bottom: 1px solid black; }
        .sec_04 .wrap02 .shop .info .addr, .sec_04 .wrap02 .shop .info .time {
          font-weight: bold; }
        .sec_04 .wrap02 .shop .info p {
          font-size: 10px;
          margin: auto; }
        .sec_04 .wrap02 .shop .info .eigyo {
          margin-bottom: 1rem; }
          .sec_04 .wrap02 .shop .info .eigyo .title_eigyo {
            font-weight: bold;
            width: 100%;
            text-align: center;
            line-height: 1rem;
            position: relative;
            background-color: #d3d1d0;
            margin: .3rem 0; }
    @media (min-width: 480px) {
      .sec_04 .wrap02 {
        width: 90%;
        margin: auto auto 40px; }
        .sec_04 .wrap02 .shop {
          width: 100%; }
          .sec_04 .wrap02 .shop .shop_img {
            width: 42%; }
          .sec_04 .wrap02 .shop .name {
            padding: 5px 0;
            margin: 5px auto; }
          .sec_04 .wrap02 .shop .info {
            width: 53%;
            padding-bottom: 20px; }
            .sec_04 .wrap02 .shop .info p {
              font-size: 11px; }
            .sec_04 .wrap02 .shop .info .eigyo {
              margin-top: 5px;
              display: flex;
              justify-content: flex-start;
              align-items: center; }
              .sec_04 .wrap02 .shop .info .eigyo .title_eigyo {
                width: 80px;
                line-height: 1.2rem; }
              .sec_04 .wrap02 .shop .info .eigyo .time {
                text-align: left;
                margin: 0 .5rem;
                line-height: 1.2rem; }
          .sec_04 .wrap02 .shop > img {
            order: 0;
            width: 100%; } }

.kyoryoku {
  width: 90%;
  margin: auto;
  position: relative;
  background-color: #FEEFBF;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center; }
  .kyoryoku .title_kyoryoku {
    width: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .kyoryoku h5 {
    line-height: 1.4em;
    margin-top: 1.2em; }
  .kyoryoku p {
    margin: auto;
    font-size: 10px; }
  @media (min-width: 480px) {
    .kyoryoku {
      display: flex;
      padding: 40px 0 0; }
      .kyoryoku .title_kyoryoku {
        width: 400px; }
      .kyoryoku div {
        width: 50%;
        box-sizing: border-box; }
        .kyoryoku div:last-of-type {
          border-left: 1px solid #3e63a3; }
        .kyoryoku div:nth-of-type(2), .kyoryoku div:last-of-type {
          text-align: left;
          box-sizing: border-box;
          padding: 0 10% 15px; }
          .kyoryoku div:nth-of-type(2) h5, .kyoryoku div:last-of-type h5 {
            margin-top: 0; } }
