@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


html{
    background-color:#000;
}

body{
    width: 1024px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    color: #FFF;
    background-color: #333;
    text-align: center;
    line-height: 1.5;   
}

.container{

    padding: 0 1rem;
}

header img{
    width: 100%;
}

p{
    line-height: 1.75;
    margin-bottom:1rem;
}

.flex{
    display: flex;
    width: 95%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

#package_intro .flex li:hover{
    cursor: pointer;
}

.flex li{
    width: 31%;
    margin-bottom: 1rem;
}

.flex li img{
    width: 100%;
}

h2{

    padding: 0.5rem;
    margin: 1rem auto;
    font-size: 1.35rem;
    font-weight: normal;
}

a.konyu{

    cursor: pointer;
}

.konyu div{

    width: fit-content;
    /* border: 1px solid #707070; */
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    margin: 1rem auto;
    background-color:#3f3f3f;
    padding: 0 2rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.konyu p{
    padding: 0.5rem;
    font-size: 1rem;
    margin-bottom: 0;
}

.konyu div p:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;

}

a{
    color: white;
    text-decoration: none;
}

.konyu div:hover{
    opacity: 0.7;
    transition:0.3s;
}

.flex li a ul li{
    width: 100%;
    margin-bottom: 0.5rem;
}

.flex li a:hover{
    opacity: 0.7;
    transition:0.3s;
}

.flex h3{
    border-bottom:1px solid #FFF;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    width: 50%;
    margin:0 auto;
    margin-bottom: 1rem;
}

.gallery{
    display: flex;
    justify-content: space-between;  
}

#package_intro img{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.genga .flex li{
    width: 33%;
}
.genga .flex li img
{
    width: 280px;
    height: 194px;
    object-fit: cover;
    object-position: top;
}

a img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.modal {
    visibility: hidden; 
    opacity: 0; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgba(0,0,0,0.4); 
    transition: visibility 0s linear 0.3s, opacity 0.3s linear; 
  }
  .modal-content {
    margin: 15% auto; 
    padding: 20px;
    width: 80%; 
  }
  .modal.open {
    visibility: visible; 
    opacity: 1; 
    transition-delay: 0s;
  }
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-content img{
    max-width: 100%;
  }

  .modal-content img:hover{
    cursor: pointer;
  }

  .flex h3, .wasu li, .wasu p{
    margin-bottom:0.5rem;
  }

  h2.ufotable_tokuten,#kyotsu_tokuten h2{
    border: none;
    border-bottom:1px solid #FFF;
    width: 75%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  #ufotable_limited, #kyotsu_tokuten{
    background-color: #222;
    padding-top: 0.5rem;
    margin-bottom:1rem;
    padding-bottom:1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  
  .flex.shikishi{
    justify-content: space-evenly;
  }

  .box{
    width:50%;
    max-width: 400px;
  }

  footer{
    padding: 1rem;
    font-weight: bold;
    background-color: #505050;
    letter-spacing: 1px;
}
  