@charset "utf-8";



main {
    display: block;
    width: 850px!important;
    margin: 0 auto;
 font-family: "Zen Kaku Gothic New", sans-serif;
    color: #3E3A39;
}


main {
   font-size: 14px; 
}


.content1{
display: flex;
margin: 0 auto;
margin-top: 40px;
}




.content1 h1{
font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}



.content1-2 {
    margin: 15px  0 20px 30px;
       letter-spacing: 0.3px;
}




.content1-2 div:nth-of-type(2){
    margin:  40px 0 30px;
    display: inline-block;
    
}


	
.content1-2 div:nth-of-type(3) span{
font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}




#slider{
  width: 400px;
	padding: 0;
     border: solid 1px #EEEEEE;
}


.slide-item img{
    width: 100%;
   
}




#thumbnail-list{
width: 400px;
display: flex;
flex-wrap:wrap;
padding: 0;
list-style-type: none;
cursor: pointer;
     gap:7px;
}




.thumbnail-item{
width: 74px;
box-sizing: border-box;
position:relative;
cursor: pointer!important;
   
}



.thumbnail-item::before{
content:'';
position:absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
}

.thumbnail-current::before{
       border: 2px solid #000;
box-sizing: border-box;
}



.thumbnail-current img::after{
width: 100%;
margin: 0 auto;
       border: 2px solid #000;
box-sizing: border-box;
}



	
  #modal-container {
display: none;
position: fixed;
background: rgba(0, 0, 0, 0.6);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
}
#modal-container div{
display: flex;
height: 100vh;
  width: 100vh;
justify-content: center;
align-items: center;
  margin: 0 auto;
  position: relative;
}
#modal-container  img {
max-width: calc(100vw - 30px);
max-height: calc(100vh - 30px);
}

img:hover{
opacity: 1!important;
}


img.popup {
cursor: pointer;
}

.close{
  position: absolute;
  width: 50px;
  text-align: center;
border: 1px solid #000;
cursor: pointer;
z-index: 99;
  top: 0;
  right: 30px;
}	



.close:hover{
  color: #ccc;
  border: 1px solid #ccc;
}




.content2 table{
    width: 100%;
      box-sizing: border-box;
       border-collapse: collapse;
    margin-top: 60px;
}

.content2 table th, .content2 table td {
	padding: 10px 0 10px 15px;
	border: 1px solid #3E3A39;
    border-left: none;
     border-right: none;
    text-align: left;
    font-weight: 300;
}


.content2 td:first-child ,th {
     border-left:1px solid #3E3A39;
}


.content2 td:nth-child(2){
     border-left:1px solid #3E3A39;
}







.content3{
    display: block;
    width: 650px;
    margin: 100px auto;
}
	


.content3 img{
border: 1px solid #3E3A39;
    width: 100%;
    margin-top: 20px;
}
	






	