@charset "utf-8";
/* CSS Document */
body, td, th {
  font-family: segoe UI, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media(min-width:751px) {
  .pcn {
    display: none !important;
  }
}
@media(max-width:750px) {
  .spn {
    display: none !important;
  }
}
.ao {
  color: #0518AA;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.red {
  color: #FF0004;
}
.black {
  color: #000;
}
.fs-1 {
  font-size: 1rem !important;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .fs-1 {
    font-size: 0.8rem !important;
  }
}
.fs-1_5 {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  .fs-1_5 {
    font-size: 1.1rem !important;
  }
}
.bold {
  font-weight: 800;
}
.mv {
  width: 100%;
  margin: 1rem auto;
}
@media screen and (max-width: 480px) {
  .mv {
    width: 100%;
  }
}
.mv img {
  width: 100%;
  height: auto;
}
.read {
  width: 80%;
  margin: 1rem auto;
}
.read p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .read {
    width: 95%;
  }
  .read p {
    text-align: left;
  }
}
table {
  font-size: 16px;
  margin: 20px auto 20px;
  border-spacing: 0;
  align: auto;
  width: 95%;
}
.table_joken th {
  width: 20%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #00a1ff;
  font-weight: bold;
}
.table_joken td {
  text-align: left;
  padding: 10px;
  border: 1px solid #00a1ff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .table_joken th, .table_joken td {
    display: block;
    width: 95%;
  }
}
div#foot {
  width: 935px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  div#foot {
    width: 90%;
    margin: 0 auto;
  }
}
h2 {
  margin: 5% auto;
  font-size: 2.5rem;
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
}
.recommend {
  margin: 1% auto 5%;
  font-size: 25px;
  font-weight: bold;
  color: black;
}
.tourList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
.tourList_recommend {
  width: 95%;
  position: relative;
  display: flex;
  border: 1px solid #333;
  margin: auto auto 5%;
}
.tourList_recommend img {
  width: 40%;
}
.tourList li {
  margin-right: 30px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #333;
  text-decoration: none;
  margin: 20px 19px 10px;
}
.tourList li img {
  width: 100%;
}
.tourList li span {
  display: block;
}
.brand {
  text-align: left;
  font-size: 1rem;
}
.tour_ttl1 {
  margin: 15px auto;
  color: #000;
  font-size: 1.75rem /*22px*/ ;
  font-weight: bold;
  text-align: left;
}
.tour_ttl2 {
  margin: 5px auto;
  color: #b29c38;
  font-size: 1.2rem;
  text-align: center;
}
div .detail1 {
  padding: 20px 15px 5px;
  text-align: left;
}
div .detail2 {
  padding: 10px 5px 0px;
  text-align: left;
  margin-left: 20px;
}
.price1 {
  color: #c00;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
}
.tourList li .detail {
  padding: 15px;
}
.tourList li .tour_ttl {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.375rem /*22px*/ ;
  font-weight: bold;
  text-align: left;
}
.tourList li .price {
  color: #c00;
  font-size: 1.25rem /*20px*/ ;
  font-weight: bold;
  text-align: right;
}
.txt1 {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.sub_title2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #b066ff;
  padding: 10px 15px 10px;
}
.tourList li .txt {
  text-align: left;
}
.recommend_mark {
  background-color: yellow;
}
.joken {
  text-align: left;
  background-color: yellow;
}
/*ボタン類==========================================================*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 77%;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover {
  opacity: 0.8;
}
.btn-square-blue {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF;
  background: #161ece;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 77%;
}
.btn-square-blue:active {
  border-bottom: solid 2px #161ece;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-blue:hover {
  opacity: 0.8;
}
.btn-square-green {
  position: relative;
  display: inline-block;
  padding: 1rem 0.8em;
  text-decoration: none;
  color: #FFF;
  background: #045607;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 50%;
}
.btn-square-green:active {
  border-bottom: solid 2px #045607;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-green:hover {
  opacity: 0.8;
}
.btn-square-green60 {
  position: relative;
  display: inline-block;
  padding: 1rem 0.8em;
  text-decoration: none;
  color: #FFF;
  background: #045607;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 60%;
}
.btn-square-green60:active {
  border-bottom: solid 2px #045607;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-green60:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .btn-square-green {
    width: 77%;
  }
}
.btn-square-red {
  position: relative;
  display: inline-block;
  padding: 1rem 0.8em;
  text-decoration: none;
  color: #FFF;
  background: #3f0000;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 50%;
}
.btn-square-red:active {
  border-bottom: solid 2px #3f0000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-red:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .btn-square-red {
    width: 77%;
  }
}
.btn-square-brown {
  position: relative;
  display: inline-block;
  padding: 1rem 0.8em;
  text-decoration: none;
  color: #FFF;
  background: #b8860b;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 50%;
}
.btn-square-brown:active {
  border-bottom: solid 2px #b8860b;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-brown:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .btn-square-brown {
    width: 77%;
  }
}
/*ボタン類ここまで=================================================*/
.recommend_top {
  width: 20%;
  margin: auto;
}
.flex-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
  justify-content: space-around
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item_50per {
  width: 45%;
  justify-content: space-between;
  padding: 1%;
}
.item_40per {
  width: 35%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  justify-content: space-between;
  padding: 1%;
}
.item_70per {
  width: 65%;
  justify-content: space-between;
  padding: 1%;
}
.item_30per {
  width: 28%;
  justify-content: space-between;
  padding: 1%;
  border: solid 3px #201169;
  margin: 1%;
}
.item--_30per {
  width: 28%;
  justify-content: space-between;
  padding: 1%;
}
.item_30per img, .item--_30per img, .item_40per img, .item_100per img {
  max-width: 100%;
}
.item_30per a:hover, .item--_30per a:hover {
  opacity: .7;
}
@media screen and (max-width: 480px) {
  .f-container, .flex-container {
    display: block;
  }
  .item_30per, .item_40per, .item_50per, .item_60per, .item--_30per, .item_100per {
    width: 100%;
  }
}
.item_50per a {
  text-decoration: none;
}
/* パンフレット並べる */
.contents {
  width: 100%;
  margin: auto;
}
.PfBoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.PfBoxWrap .pfbox {
  width: 48%;
  background: #fff;
  margin-bottom: 4%;
  position: relative;
}
.PfBoxWrap .pfbox .txtBox {
  padding: 3.5% 7.5% 5%;
}
.PfBoxWrap .pfbox .txtBox h3 {
  text-align: center;
  font-weight: 700;
  font-size: 135%;
  color: #004098;
  line-height: 1.2;
  margin-bottom: 1em;
}
.PfBoxWrap .pfbox h3 {
  text-align: center;
  font-weight: 700;
  font-size: 135%;
  color: #004098;
  line-height: 1.2;
  margin: 0.5em 0 0.5em 0;
}
.PfBoxWrap .pfbox .txtBox p, .PfBoxWrap .pfbox .txtBox ul.list01 li {
  font-size: 16px;
  line-height: 1.4;
}
.PfBoxWrap .pfbox .txtBox p {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 10px 10px 10px;
  width: 90%;
}
.PfBoxWrap .pfbox img {
  width: 90%;
}
.PfBoxWrap .pfbox a.PfBoxBtn {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: #fff;
  background: #004098;
  width: 70%;
  line-height: 1;
  padding: 16px 0;
  margin: 0 15%;
  font-size: 18px;
  font-weight: 400;
  transition: background 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .PfBoxWrap {
    display: flex;
    justify-content: center;
  }
  .PfBoxWrap .pfbox {
    width: 85%;
  }
  .PfBoxWrap .pfbox .txtBox h3 {
    text-align: left;
  }
  .PfBoxWrap .pfbox .txtBox h3 {
    font-size: 118%;
  }
  .PfBoxWrap .pfbox .txtBox p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .PfBoxWrap {
    display: block;
    justify-content: center;
    width: 95%;
  }
  .PfBoxWrap .pfbox {
    width: 95%;
  }
}
.Product .productbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-top: 1rem;
  /*padding: 1.2rem;*/
  /*background: #efefef;*/
}
.Product .item_bb {
  /*background: #232222;*/
  /*color: #232222;*/
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #f73050;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item_bbr {
  /*background: #3D2627;*/
  /*color: #744537;*/
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #ff05c0;
  text-decoration: none;
  margin-bottom: 2%;
  margin-left: 1%;
}
.Product .item_bb p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.Product .item_bb .detail {
  padding: 15px;
}
.Product .item_bb .tour_ttl {
  margin-bottom: 0.5rem;
  color: #232222;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item_bb .box-title {
  background-color: #f73050;
  /*background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #e5c34b 50%, #DAAF08 75%, #B67B03 90% 100%);*/
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 1rem;
}
.Product .item_bbr p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.Product .item_bbr .detail {
  padding: 15px;
}
.Product .item_bbr .tour_ttl {
  margin-bottom: 0.5rem;
  color: #744537;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item_bbr .box-title {
  background-color: #ff05c0;
  /*background: linear-gradient(45deg, #757575 0%, #9E9E9E 20%, #a2a2a2 50%, #9E9E9E 75%, #757575 90% 100%);*/
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 450px) {
  .Product {
    display: block;
  }
  .Product .productbox {
    width: 90%;
    margin: 30px auto;
  }
  .Product .productbox .item_bb {
    width: 100%;
    margin: 30px auto;
  }
  .Product .productbox .item_bbr {
    width: 100%;
    margin: 30px auto;
  }
}
.moshikomi-chui h3 {
  font-size: 2rem;
  font-weight: bold;
}
.moshikomi-chui p {
  width: 70%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
}
@media(max-width:600px) {
  .moshikomi-chui p {
    width: 90%;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.moshikomi-info h3 {
  font-size: 2rem;
  font-weight: bold;
}
.moshikomi-info p {
  font-size: 2rem;
  line-height: 1.5;
}
.top-btn, .top-btn2 {
  display: flex;
  flex-wrap: wrap;
}
.top-btn li {
  display: flex;
  width: calc(100%/2);
  box-sizing: border-box;
  justify-content: center;
}
.top-btn2 li {
  display: flex;
  width: calc(100%/3);
  box-sizing: border-box;
  justify-content: center;
}
.top-btn, .top-btn2 li img {
  max-width: 100%;
  height: auto;
}
.link-btn {
  text-decoration: none !important;
  display: inline-block;
  border-radius: 10px;
  box-shadow: none;
  transition: .2s;
}
@media(max-width:600px) {
  .top-btn, .top-btn2 {
    display: block;
  }
  .top-btn, .top-btn2 li {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .link-btn {
    margin-top: 5%;
  }
}
/*flexbox*/
.Product .productbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  /*justify-content: flex-start;*/
  justify-content: center;
  margin-top: 1rem;
  /*padding: 1.2rem;*/
  /*background: #efefef;*/
}
.Product .item {
  background: #fff;
  /*padding: 15px;*/
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item p {
  margin: 0 0 0.5rem;
}
.Product .item .detail {
  padding: 15px;
}
.Product .item .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #0200FF;
}
@media screen and (max-width: 480px) {
  .Product .item .tour_ttl {
    font-size: 1.5rem;
  }
}
.Product .item .tour_date {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: 700;
  text-align: left;
  padding-top: .7rem;
}
.Product .item .price {
  color: #c00;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.Product .item .price_sub {
  color: #c00;
  font-size: 1rem;
  text-align: center;
  padding-top: 8px;
}
.Product .item img {
  width: 100%;
}
.Product .item4 {
  background: #fff;
  /*padding: 15px;*/
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item4 p {
  margin: 0 0 0.5rem;
}
.Product .item4 .detail {
  padding: 15px;
}
.Product .item4 .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item4 .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
}
.Product .item4 img {
  width: 100%;
}
.Product .item3 {
  background: #fff;
  /*padding: 15px;*/
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item3 p {
  margin: 0 0 0.5rem;
}
.Product .item3 .detail {
  padding: 15px;
}
.Product .item3 .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item3 .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.Product .item3 img {
  width: 100%;
}
.Product .item100 {
  background: #fff;
  /*padding: 15px;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item100 p {
  margin: 0 0 0.5rem;
}
.Product .item100 .detail {
  padding: 15px;
}
.Product .item100 .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item100 .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
}
.Product .item100 img {
  width: 100%;
}
.Product .item-a {
  background: #fff;
  /*padding: 15px;*/
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item-a p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.Product .item-a .detail {
  padding: 0 15px;
}
.Product .item-a .tour_ttl {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #0200FF;
}
@media screen and (max-width: 480px) {
  .Product .item-a .tour_ttl {
    font-size: 1.5rem;
  }
}
.Product .item-a .tour_date {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: 700;
  text-align: left;
  padding-top: .7rem;
}
.Product .item-a .tour_txt {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: 700;
  text-align: left;
  /*padding-top: .7rem;*/
}
.Product .item-a .price {
  color: #c00;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.Product .item-a .price_sub {
  color: #c00;
  font-size: 1rem;
  text-align: center;
  padding-top: 8px;
}
.Product .item-a img {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .flex-container {
    display: block;
  }
  .flex-item {
    width: 100%;
  }
  .Product .productbox .item100 {
    width: 100%;
    margin: 30px auto;
  }
  .Product .item100 p {
    margin: 0 0 0;
  }
}
.Product .productbtn {
  margin-top: auto;
}
.Product .productbtn a {
  display: block;
  width: 50%;
  background: #b8860b;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: #fff;
  line-height: 30px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 25%;
}
.Product .productbtn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.sp_none {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .Product {
    display: block;
  }
  .Product .productbox {
    width: 90%;
    margin: 0 auto;
  }
  .Product .productbox .item {
    width: 100%;
    margin: 3% auto;
  }
  .Product .productbox .item-a {
    width: 100%;
    margin: 3% auto;
  }
  .Product .productbox .item4 {
    width: 100%;
    margin: 30px auto;
  }
  .Product .productbox .item3 {
    width: 100%;
    margin: 30px auto;
  }
  .Product .item p {
    margin: 0 0 0;
  }
  .Product .item4 p {
    margin: 0 0 0;
  }
}
/*flexbox*/