@charset "UTF-8";


@media screen and (min-width:1024px){

  body{
    background-color: #f8f4e6!important;
  }

  .seigaiha_gold{
    position: relative;
    top: 3px;
    left: 4%;
    width: 11%;
  }

  .sankudusi_by_gc{
    position: relative;
    top: 249px;
    left: 71%;
    width: 15%;
  }

  .gold_two{
    position: relative;
    top: 655px;
    left: -25%;
    width: 10%;
  }
  
  .article{
      display: block;
      margin: -2% 15%;
  }
  
  .title{
      font-family: "vdl-v7mincho", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 35px;
      text-align: center;
  }

  .title::before{
    content:url(http://hakumonsai.weblike.jp/2023/test/akari/gallery/img/webtitle_branch_cream.png);
    display: block;
    margin-top: 3rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.72);
  }

  .subtitle{
    margin: 80px 0 34px 0;
    font-family: "vdl-v7mincho", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    text-decoration: underline 2.4px;
    text-decoration-color: #a61c4b;
    text-underline-offset: 11px;
    position: relative;
    z-index: 1;
  }

  .subtitle::before {
    content: url(http://hakumonsai.weblike.jp/2023/test/akari/gallery/img/midashi_matsu.png);
    display: block;
    position: absolute;
    transform: translate(-48.25%, -47.8%) scale(0.03);
    z-index: -1;
  }

  .slide-container {
    display: flex;
    align-items: center;
    height: 268px;
    overflow: hidden;
    flex-direction: row;
  }

  .slide-paused:hover .slide-wrapper {
    animation-play-state: paused;
  }
  
  .slide-paused:hover .slide-wrapper img:hover {
    opacity: .8;
    cursor: grabbing;
  }

  .slide-wrapper {
    display: flex;
    flex-direction: row;
    animation: slide-flow 85s infinite linear 1s both;
  }
  .slide{
    width: 400px;
    object-fit: cover;
    border: 1px solid #ddd;
  }

  .image-container {
    position: relative;
    display: inline-block;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cbb24fac;
    opacity: 0;
    transition: opacity 0.2s ease;
    color: #000;
  }
  
  .image-container:hover .overlay {
    opacity: 1;
  }
  
  .overlay p {
    padding:10px;
    font-weight: bold;
  }
  
  .overlay .caption{
    align-items: flex-end;
    font-size: 21px;
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  @keyframes slide-flow {
        0% {transform: translateY(0);}
      100% {transform: translateX(-100%);}
  }

  
  
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  .button{
    text-align: center;
    margin: 5% 0;
    font-size: 300px;
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 300;
    font-style: normal;
  }


  a.btn-border {
    padding: 1.5rem 4rem;
    border: 2px solid #a61c4b;
    border-radius: 0;
    color: #a61c4b;
    font-size: 25px;
    background: #cbb24f;
  }
  
  a.btn-border:hover {
    color: #cbb24f;
    background: #a61c4b;
  }


  .gotomenu{
    margin: 5% auto;
    width: 100px;
    font-size: 17px;
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 300;
    font-style: normal;
  }


  a.gotomenu-border {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    color: #a61c4b;
    background: #cbb24f;
  }
  
  a.gotomenu-border:hover {
    color: #cbb24f;
    background: #a61c4b;
    text-decoration: none;
  }
       
    
}