@charset "utf-8";
@media screen and (max-width: 750px) {

  .photo-pc {
    display: none;
  }

  .photo-img {
    width: 100%;
    text-align: center;
  }

  .photo-img img {
    width: 100%;
    margin: 0 auto;
  }

  .photo-area {
    background-color: #e1e9a5;
    width: 98%;
    margin: 0 auto;
    padding: 5vw 0;
  }

  .photo-text {
    /* width: 80%; */
    margin: 0 auto;
    /* border:rgb(254 152 68) solid 5px; */
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
  }

  .photo-text p {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
    /* font-weight: bold; */
    /* opacity: 1; */
  }

  .photo-center {
    text-align: center;
    /* margin-top: 20px; */
  }

  .photo-quo {
    color: #000080;
    font-size: 28px;
  }

  .photo-line {
    background: linear-gradient(transparent 70%, #ffff00 70%);
    /* background-color: #ffff00;
    background-size: 100% 50%; */
  }

  .button_photo {
    margin-top: 20px;
  }

  .button_photo a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /* max-width: 240px; */
    /* width: 60%; */
    padding: 8vw 0;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-size: 7vw;
    background: #414c2b;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    font-weight: bold;
    margin: 3vw auto;
  }

  .button_photo a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  .button_photo a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
  }

  .photo-attension {
    margin-top: 30px;
    margin-top: 30px;
    width: 98%;
    margin: 0 auto;
  }

  .photo-attension p {
    font-size: 16px;
    line-height: 1.2;
  }


  .photo-gaiyo-back {
    background: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    padding: 10px;
    color: black;
  }

  .photo-gaiyo-top {
    /* margin-bottom: 20px; */
  }

  .photo-gaiyo-top p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 1.2;
  }

  .photo-gaiyo-detail {
    width: 95%;
    margin: 0 auto;
    /* text-align: center; */
  }

  .photo-gaiyo-detail p {
    font-size: 18px;
    line-height: 1.1;
  }

  .photo-gaiyo-detail hr {
    /* width: 80%; */
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* アコーディオンstart */

  .accordion-photo {
    /* max-width: 500px; */
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
    background: rgba(255, 255, 255, 0.5);
    font-size: 18px;
  }

  .accordion-photo summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
  }

  .accordion-photo summary::-webkit-details-marker {
    display: none;
  }

  .accordion-photo summary::before,
  .accordion-photo summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
  }

  .accordion-photo summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
  }

  .accordion-photo summary::after {
    transition: rotate .3s;
  }

  .accordion-photo[open] summary::after {
    rotate: 90deg;
  }

  .accordion-photo p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px;
    color: #333333;
    transition: transform .5s, opacity .5s;
    font-size: 16px
  }

  .accordion-photo[open] p {
    transform: none;
    opacity: 1;
  }

  /* アコーディオン end */

  .photo-oubo-attension {
    color: red;
    font-size: 18px;
    font-weight: bold;
    /* text-align: center; */
    line-height: 1.2;
  }

  .photo-oubo-title {
    font-size: 2vw;
    text-align: center;
    color: black;
    margin-top: 20px;
  }

  .photo-oubo-out-flex {
    display: flex;
  }

  .photo-oubo-ex-flex {
    /* width: 50%; */
    /* display: flex; */
  }

  .photo-ex-inner {
    display: flex;
    /* width: 50%; */
    padding: 10px;
  }

  .photo-ex-img {
    width: 50%;
    align-content: center;
  }

  .photo-ex-text {
    width: 50%;
    background: white;
    color: black;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

}