@charset "utf-8";
/* CSS Document */

.main{
    background-color:#F8F8EE;
    padding-bottom: 4rem;
}



.first-view-text{
    text-align: center;
    background-color: #ffffff;
}
.first-view-text h2{  
    font-size: 1.5rem;
    padding-top:4rem; 
}

.first-view-text p{
    font-size: 1.5rem;
    padding-top:1rem;
    padding-bottom:4rem; 
}



.item1{
    display: flex;
	justify-content: space-between;
	width: 930px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
    margin-top:4rem;
   
}

.item1 h3{
    font-size: 3.5rem;
    margin-top:2rem;
     font-weight: bold;
}

.item1 p{
    font-size: 1.5rem;
    margin-top:2rem;
    line-height: 2.5rem;
}

.item1 img{
    width: 50%;
}

.reverse{
    flex-direction: row-reverse;
}




.item2{
    margin-top:5rem;
}

.item2 h3{
    font-size: 2rem;
    text-align: center; 
    font-weight: bold;
}

.item2 img{
    width: 70%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
    margin-top:2rem;
}



.item3{
    margin:5rem auto 0;
    width: 90%;
    max-width: 1000px;
}

.item3 h3{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.price{
    max-width: 1500px;
}
.item3 table{
    margin: 2rem auto 0;
    text-align: center; 
    font-size: 1.5rem;
    line-height: 2.5rem;
    border: solid;
    width: 100%;
}

.item3 th{
    padding: 1.5rem 3rem;
    background-color: #0E0E0E;
    color: #f4f4f4;
}

.item3 td{
    padding: 1.5rem 3rem;
    border: solid;
    vertical-align: middle;
    box-sizing:border-box;
}



.item4{
    margin: 5rem auto 0;
    width: 70%;
}
.item4 h3{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.item4 img{
    margin-top:2rem;
}
.item4 p{
    font-size: 1.5rem;
    margin-top:2rem;
    line-height: 2.5rem;
    text-align: center;
}



.item5{
    margin: 5rem auto 0;
    width: 70%;
}
.item5 h3{
    font-size: 2rem;
    text-align: center; 
    font-weight: bold;
}

.news-list{
  list-style: none outside;
  margin: 2rem 0 0;
  padding: 0;
}
.news-list .news-list-item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .news-list-item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .news-list-item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .news-list-item .title{
  margin: 0;
  width: 100%;
}
.news-list .news-list-item a:hover .title{
  color: #00F;
}



.item6{
    margin: 5rem auto 0;
    max-width: 1500px;
}
.item6 h3{
    font-size: 2rem;
    text-align: center; 
    font-weight: bold;
}

.information{
    display: grid;
    margin: 2rem auto 0;
    width: 80%;
/*    grid-template-columns:80% 80%;*/
    grid-template-rows: auto auto;
	
}

.information-item1{
    grid-row:  1;
    grid-column: 1/3;
	display: grid;
	padding:0.5rem;
}
.information-item2{
    grid-row:  2;
    grid-column: 1/2;
	display: grid;
	padding:0.5rem;
}
.information-item3{
    grid-row:  2;
    grid-column: 2/3;
	display: grid;
	padding:0.5rem;
}

.information img{
	justify-self: stretch;
	grid-column-start: 1;
  grid-row-start: 1;
}

.information-text{
	 justify-self: center;
  /* 説明文を垂直方向の（縦軸の）中央に配置する */
  align-self: center;
  grid-column-start: 1;
  grid-row-start: 1;
}

.information-text p{
	color: #f4f4f4;
	font-size:clamp(14px, 2.9vw, 32px);
	text-shadow: 1px 2px 3px #808080;
	font-weight: bold;
}

.warning{
	padding-top: 1rem;
	text-align: center;
}

@media screen and (max-width: 950px){
	.item1{
    display: block;
	margin: 4rem auto 0;
	/*justify-content: space-between;
	width: 930px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
    margin-top:4rem;*/
   
}

.item1 h3{
    text-align: center;
	font-size:clamp(3rem, 2.9vw, 5rem);
}

.item1 p{
    text-align: center;
	font-size:clamp(1rem, 2.9vw, 3rem);
}
.item1 img{
    width: 80%;
	margin: 0 auto;
	display: block;
	margin-top:2rem;
}
	
.item2 img{
	width: 90%;}
/*.item1 h3{
    font-size: 3.5rem;
    margin-top:2rem;
     font-weight: bold;
}

.item1 p{
    font-size: 1.5rem;
    margin-top:2rem;
    line-height: 2.5rem;
}

.item1 img{
    width: 50%;
}

.reverse{
    flex-direction: row-reverse;
}*/
}

@media screen and (max-width: 740px){
	.first-view-text h2,.first-view-text  p{
		width: 80%;
		margin: 0 auto;
	}
	.item1 img{
		width: 90%;
	}
    .table thead{
    display:none;
  }  
  .table tbody th,
  .table tbody td{
      display: block;
      width: 100%;
  }
  .table tbody th{
    background:#0E0E0E;
    text-align: center;
    color:#fff;
  }
  .table tbody td{
    border-top:none;
  }
  .table tr:nth-child(6) td:nth-child(2){
    border-bottom:#0E0E0E solid 1px;
  }
  .table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.5rem;
    color:#0E0E0E;    
    margin-bottom: 0.4rem;
  }
	.information{
    width: 100%;
}
}