@charset "UTF-8";
.pakuri_comment{
  display: flex;
  align-items: flex-start;
}
.pakuri_comment .imagebox{
  max-width: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.pakuri_comment .textbox{
  flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
  padding-left:3em;
  padding-top: 3em;
}
.pakuri_comment .title{
  color: #ff7702;
  margin-bottom:1.2em;
}
.pakuri_comment .title .text2{
  display: block;
  font-size: 32px;
  line-height: 1.2;
  margin-top:8px;
}
.pakuri_comment .comment{
  position: relative;
  padding: 40px 40px 40px 0;
}
.pakuri_comment .comment::before{
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  background-color: #fff7dc;
  height: 100%;
  width: calc(150% + 60px);
  border-radius: 20px;
  top:0;
  right: 0;
}



.okome_price_table th{width: 50%;}



.tokuten .block{display: flex; border-bottom:1px solid #daf1e2;}
.tokuten .block + .block{margin-top:15px;}
.tokuten .imagebox{
  background: #d6fee3;
  width: 100%;
  max-width: 280px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tokuten .number{
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  width: 6em;
  height: 2em;
  border-radius: 100vw;
  background: #02a73f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.tokuten .textbox{
  background: #effff5;
  flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
  padding: 30px;
  font-size: 19px;
}
.tokuten .title{
  color: #06a234;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}



.reserve_present{
  display: flex;
  flex-wrap: wrap;
  margin-top: -17px;
  margin-right:-5px;
  margin-left:-5px;
}
.reserve_present .block{
  width: 16.66%;
  padding-right:5px;
  padding-left:5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 17px;
}
.reserve_present .image{
  max-width: 90px;
  width: 100%;
  margin:0 auto 5px;
  position: relative;
}
.reserve_present .image::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.reserve_present .image img{
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reserve_present .image + .text{margin-top:5px;}
.reserve_present .text{
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  margin-bottom:0;
}



@media(max-width:900px){
  .pakuri_comment{display: block;}
  .pakuri_comment .textbox{padding-left:0;}
  .pakuri_comment .imagebox{margin-right: auto; margin-left: auto;}
  .pakuri_comment .comment{padding: 40px 30px;}
  .pakuri_comment .comment::before{width: 100%;}


  .okome_price_table td + td{padding-top:0;}


  .tokuten .block{display: block;}
  .tokuten .block + .block{margin-top:0;}
  .tokuten .imagebox{max-width: 100%;}
  .tokuten .title{margin-bottom:10px;}
  .tokuten .number{font-size: 16px;}
  .tokuten .title{font-size: 22px;}
  .tokuten .textbox{background:none; padding:15px; font-size: 15px;}
}
/* 900 */
@media(max-width:560px){
  .reserve_present .block{width: 25%;}
}
/* 560 */