@charset "utf-8";
/* CSS Document */
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.padding_2em {
	padding: 2em !important;
}
.marginbottom_0 {
	margin-bottom: 0 !important;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_100per {
  width: 100%;
  justify-content: space-between;
  padding: 1%;
}
.item_40per {
  width: 40%;
  justify-content: space-between;
  padding: 1%;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  line-height: 1.5em;
  text-align: left;
}
.font_120per {
	font-size: 120%;
}
.font_80per {
	font-size: 80%;
}
.font_60per {
	font-size: 60%;
}
.textsize {
  font-size: 128.57%;
  margin-bottom: 26px;
}
.padding_right_05em {
  padding-right: 0.5em;
}
ul.tourpoint_gray {
  background: #fcfcfc;
  border-radius :8px;
  box-shadow :0px 0px 5px silver;
  padding: 2em;
}
ul.tourpoint_gray li {
  line-height: 1.5;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
  .textsize {
    font-size: 100%;
    margin-bottom: 6.93%;
  }
}