@charset "UTF-8";

body {
    background: -moz-linear-gradient(top, #a9b1db, #dfc7e5 30%, #ffc9d1 60%, #fff8d1);
    background: -webkit-linear-gradient(top, #a9b1db, #dfc7e5 30%, #ffc9d1 60%, #fff8d1);
    background: linear-gradient(to bottom, #a9b1db, #dfc7e5 30%, #ffc9d1 60%, #fff8d1);
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.5;
}

h1{ 
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo {
    text-align: center;
    margin-bottom: 10px;
}

.kazari {
  text-align: center;
}

.kazari:before{
  font-family: "Zen Kurenaido", serif;
  font-weight: 400;
  font-style: normal;
  content: '2025.02.22_2025.02.24';
  font-size: 0.5em;
  display: block;
}

h2 {
  font-family: 'Jura', sans-serif;
  font-size: 1rem;  
  color: #000000;  
  position: relative;
  padding: 0.2em 0 0.2rem 1rem;
  background: -webkit-repeating-linear-gradient(-45deg, #ffd9d6, #ffd9d6 4px,#ffeac2 3px, #ffeac2 8px);
  background: repeating-linear-gradient(-45deg, #ffd9d6, #ffd9d6 4px,#ffeac2 3px, #ffeac2 8px);
  border-radius: 7px;
  margin-bottom: 10px; 
}

img{
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
}

a{
    margin-right: 5px;
}

a:hover {
    color: #000000;
}

header{
    box-shadow:0 2px 8px rgba(30,30,80,.3);
    background-color: #d4d4d4;
    max-width: 800px;
    margin-left:auto;
    margin-right: auto;
    max-height: 250px;
}

section{
    z-index: 0;
}

section a{
    font-size: 90%;
    color: #ffffff;
    padding: 5px;
    background-color:#fac5b9;
    border-radius: 5%;
    line-height: 2rem;
}

section a:hover{
    background-color: #ffebea;
}

.wall02 {
    max-width: 800px;
    padding: 1rem 20px 2rem 20px;
    margin-left:auto;
    margin-right: auto;
    background-color: #ffffff;
}

.wall03 {
    padding: 0.5rem 30px 1rem 30px;
    max-width: 800px;
    margin-left:auto;
    margin-right: auto;
}

.box { 
    padding: 0 10px 0 10px;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    line-height: 2rem;
}

.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000000;
      top:-2px;

}
.arrow::after{
    left: 6px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
   top:-2px;
}

.offmemo {
    font-size: 0.5em;
    color: #898989;
    margin-top: 0.3rem;
}

.comicmemo {
    font-size: 0.8em;
    color: #242424;
}

.hinitci {
    padding: 0 1rem 0 0;
}

.hinitci:before{
  content: '●';
  font-size: 1em;
  color: #ffd9d6;
}

.hyou {
    margin-bottom: 30px;
}

.hyou table {  
    border-collapse: collapse;
    text-align: center;
}

.hyou td {
    border: solid 1px #000000;
    padding: 3px 5px;}

.hyou-sub {
    text-align: center;
}

.offline a {
    color: #fff;
    margin-right: 5px;
}

.item {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.off-pict {
    min-width: 106px;
    object-fit: contain;
    border-radius: 5%;
    margin-bottom: 10px;  
}

.setumei {
    padding:0px 0 0 20px;
}

.years-old {
    display: block;
    color: #fac5b9;
    font-size: 100%;
    font-weight: bold;
}

.hon-title {
    display: block;
    color: #000; 
    font-weight: bold;
}

.hakkou {
    display: block;
    font-size: 90%;
}

.cp-box {
   display: block; 
   background-color: #ebebe9;
   width: fit-content;
   font-size: 90%;
   margin-bottom: 3px;
}

.hon-setsumei {
    display: block;
    color: #535353;
    font-size: 90%;
}

.sukima{
    margin-bottom: 30px;
}

.annai {
    background-color: #ffffff;
    color: #fac5b9;
    font-weight: bold;
    margin-right: 0px;
}

footer{
    background-color: #000000;
    background-size: cover;
    min-height:150px;
    padding-top: 10px;
    padding-left: 20px;
}

footer a:hover {
    color: #848484;
}

footer ul li {
    list-style-type: disc;
    color: #fff;
}
footer ul li ul li {
    list-style-type:none;
    padding-left: 30px;
}

footer ul li ul li::before {
    list-style-type:none;
    padding-left: 15px;
    content: "-";
    padding-right: 5px;
}
.u-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 770px;
    margin:1rem auto;
    
}

.u-menu a {
    color: #fff;
}

.u-menu p {
    font-size: 80%;
    color: #cecece;
}

.under {
   width: 50%;
}

.under2 {
   width: 50%;
}

.pict {
    background-color: #efeeec;
    min-height: 1000px;
}

.pict2 {
    background-color: #000000;
    min-height: 1000px;
}

.gallery {
    margin: 0 auto 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.gallery a:hover {
    
}
.gallery p {
    font-size: 0.8em;
    color: #7e7e7e;
    margin:0 auto 0;
}

.gallery img {
    display: block;
    margin: 3rem auto 2rem;
}

@media (max-width: 800px) {
header  {
   margin-left: 20px;
    margin-right: 20px;
}
.logo img {
    width: 250px;
    margin-bottom: 5px;
}     
.wall02 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0.5rem 20px 2rem 20px;
} 
.wall03 {
    margin-left: 20px;
    margin-right: 20px;
}      
}  

@media (max-width: 700px) {
h1{ 
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
}
.logo img {
    width: 230px;
    margin-bottom: 5px;
}       
.wall02 {
    padding: 0.5rem 10px 2rem 10px;
}
.box { 
    padding: 0 10px 0 10px;
}    
    
}
@media (max-width: 600px) {
.logo img {
    width: 200px;
}
@media (max-width: 480px) {
.logo img {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}
 .wall02 {
    padding: 0.1rem 20px 1rem 20px;
}    
    
}

