.top-ins {
  padding-top: 70px;
  background: #FFF0E4;
  position: relative;
  margin: 40px 0 80px;
}

.top-ins::before{
  position: absolute;
  content: "";
  background: #FECFAB;
  width: 1px;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-ins .container{
  display: flex;
  justify-content: space-between;
}

.top-ins .container .box{
  width: 650px;
}


.top-ins-ttl p {
  text-align: center;
  color: #212121;
  line-height: 120%;
}

.top-ins-ttl-1 {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-ins-ttl-1:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/top/ic-ins.png);
  background-size: cover;
  margin-right: 10px;
}

.top-ins-ttl-2 {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

/* .top-ins-ttl-2:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/top/ic-ins.png);
  background-size: cover;
  margin-right: 10px;
} */

.top-ins-imgs {
  margin-top: 40px;
}

.top-ins-imgs p.img {
  height: 450px;
  background-size: cover;
}

.top-ins-txt {
  font-size: 14px;
  color: #1F1F1F;
  line-height: 120%;
  text-align: right;
  padding: 30px 20px 70px;
}

.top-prl {
  /* height: 480px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-prl-ttl {
  z-index: 3;
  /* min-width: 320px; */
  /* height: 120px; */
  position: relative;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* background-color: rgba(255, 255, 255, 0.96); */
  /* border-radius: 6px; */
}

/* .top-prl-ttl::before{
  content: '';
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #202020;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-prl-ttl::after{
  right: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #202020;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.top-prl-ttl p {
  text-align: center;
  /* color: #202020; */
}

.top-prl-ttl-1 {
  font-size: 26px;
  font-weight: bold;
}

.top-prl-ttl-2 {
  font-size: 14px;
  padding-top: 5px;
}

.top-prl:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(75, 32, 16, 0.4); */
}

.top-cont {
  padding: 70px 0 50px;
}

.top-cont.pb {
  padding-bottom: 140px;
}

.top-cont.pb2 {
  padding-bottom: 0;
}

.top-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
}

.top-article-img {
  width: 38.5%;
}

.top-article-img p.img {
  height: 333px;
}

.top-article-main {
  width: 58.5%;
}

.top-article-ttl p {
  color: #1F1F1F;
  line-height: 160%;
  word-break: break-all;
  text-align: center;
}

.top-article-ttl .top-article-ttl-1 span {
    display: inline-block;
    border-radius: 50%;
    background-color: #FF8C00;
    color: #fff;
    width: 35px;
    text-align: center;
    font-size: 25px;
    height: 35px;
}

.top-article-ttl-1 {
  font-size: 24px;
}

.top-article-ttl-2 {
  padding-top: 10px;
  font-size: 12px;
}

.top-article-ttl-0:after{
  margin: 20px 0 0 0 !important;
}

.top-article-ttl:after {
  content: '';
  width: 54px;
  height: 1px;
  background-color: #FF8000;
  display: block;
  margin: 20px auto 0 auto;
}

.top-article-ttl-3 p {
  font-size: 14px;
  color: #1F1F1F;
  line-height: 160%;
}

.top-article-ttl-3 p span.fz {
  font-size: 24px;
}

.top-article-txt {
  font-size: 18px;
  color: #1F1F1F;
  line-height: 200%;
  padding-top: 20px;
  word-break: break-all;
}

.top-article-list {
  padding-top: 15px;
}

.top-article-list-ttl {
  font-size: 18px;
  color: #1F1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-article-list-ttl:before {
  content: '';
  width: 54px;
  height: 1px;
  background-color: #FF8000;
  margin-right: 5px;
}

.top-article-list-txt {
  font-size: 18px;
  color: #1F1F1F;
  line-height: 200%;
  padding-top: 5px;
}

.top-ttl p {
  text-align: center;
  color: #1F1F1F;
  line-height: 160%;
}

.top-ttl-1 {
  font-size: 24px;
}

.top-ttl-2 {
  font-size: 12px;
  padding-top: 10px;
}

.top-price {
  padding-bottom: 85px;
}

.top-price-tb {
  padding: 20px 0px;
}

.top-price-tb div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-price-tb div p {
  width: calc(100% / 3);
  text-align: center;
  font-size: 15px;
  color: #1F1F1F;
  font-weight: bold;
  padding: 5px 10px;
}

.top-price-tb div p.th {
  font-weight: normal;
  padding-bottom: 25px;
}

.top-price-zei {	
  text-align: center;
  color: #1F1F1F;
  font-weight: bold;
  padding: 5px 10px 80px;
}


.top-option {
  padding-bottom: 90px;
}

.top-option-items {
  padding: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-option-item.item4 {
  width: 23.5%;
}
.top-block-line .h2{
	font-size: 30px;
	line-height: 120%;
	display: block;
	text-align: center;
}
.top-block-line .h2 img{
	vertical-align: baseline;
    margin-right: 10px;
}
.flex{
	display: flex;
}
.top-block-line-items.flex{
	justify-content: space-between;
	align-items: center;
}
.desc-line{
	font-size: 18px;
	line-height: 120%;
}
.qr-line img {
	width: 153px;
}
.btn-line {
    margin-top: 10px;
    display: inline-block;
}
.top-block-line {
  margin: auto;
  width: 100%;
  max-width: 1150px;
}
.top-block-line-items .top-block-line-item:first-child{
  width: 44%;
}
.top-block-line-items .top-block-line-item:last-child{
  width: 55%;
}
.top-block-line-items .top-block-line-item:last-child .info-item.flex {
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .top-option-item.item4 {
    margin-right: 2%;
  }
  .top-option-item.item4:nth-of-type(4n) {
    margin-right: 0;
  }
}

.top-option-item.item3 {
  width: 32%;
}


@media only screen and (min-width: 769px) {
  .top-option-item.item3 {
    margin-right: 2%;
  }
  .top-option-item.item3:nth-of-type(3n) {
    margin-right: 0;
  }
}

.top-option-item.item3 .top-option-item-img {
  height: 278px;
}

.top-option-item-img {
  height: 204px;
  -webkit-transition: .4s;
  transition: .4s;
}

.top-option-item-txt {
  text-align: center;
  padding: 25px 10px;
  font-size: 15px;
  color: #1F1F1F;
}

.top-option-item-txt span {
  display: block;
  text-align: center;
}

.top-option-item-txt span + span {
  padding-top: 10px;
}

.top-option-item:hover {
  opacity: 0.8;
}

.map {
  padding-bottom: 80px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.text-left{
  text-align: left !important;
}
.c-logo-line p{
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 1320px){
	.top-block-line-items.flex{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
    max-width: 700px;
  }
  .top-block-line-item:first-child, .top-block-line-item:first-child img{
    width: 50%;
  }
  .top-block-line-items .top-block-line-item{
    width: 100% !important;
  }
  .top-block-line-items .top-block-line-item:last-child .info-item.flex{
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-block-line-items .top-block-line-item:last-child .info-item.flex .desc-line, .top-block-line-items .top-block-line-item:last-child .info-item.flex .qr-line{
    width: 100% !important;
    text-align: center;
    margin-top: 25px;
  }
  .top-block-line-items .top-block-line-item:last-child .info-item.flex .desc-line{
    order: 2;
  }
  .top-block-line-items .top-block-line-item:last-child .info-item.flex .desc-line p{
    text-align: center;
  }
  .top-block-line-items .top-block-line-item:last-child .info-item.flex .qr-line{
    order: 1;
  }
  .btn-line {
      margin-top: 20px;
      display: inline-block;
  }
}
@media (max-width: 1024px){
	.top-article-ttl .top-article-ttl-1 span {
		width: 30px;
    font-size: 21px;
    height: 30px;
  }
}
@media( max-width: 768px){
	.mb100{
		margin-bottom: 50px !important;
	}
  .c-logo-line p {
    font-size: 16px;
  }
	.top-block-line {
		padding: 0 10px;
	}
	.top-article-ttl .top-article-ttl-1 span {
		width: 25px;
    font-size: 17px;
    height: 25px;
	}
	.top-block-line .h2 {
		font-size: 21px;
	}
	.desc-line {
    font-size: 13px;
    width: 65%;
  }
  .info-item.flex {
      justify-content: space-between;
  }
  .qr-line {
      width: 30%;
  }
  /* .qr-line img {
      width: 100%;
  } */
	.btn-line {
		margin-top: 21px;
  }
  .top-block-line-item:first-child img {
      width: 68%;
  }
}
@media (max-width: 475px){
  .top-block-line-item:first-child img {
      width: 100%;
      max-width: 313px;
  }
}

/*----------------**/
.imgs{
  display: flex;
  justify-content: space-between;
  gap: 2%;
  padding: 0 20px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.imgs a{
  width: 48%;
}
.imgs img{
  width: 100%;
}
@media(max-width: 768px){
  .imgs{
    padding: 0;
  }
}

br.pc{
  display: block;
}
br.sp{
  display: none;
}
@media(max-width: 768px){
  br.pc{
    display: none;
  }
  br.sp{
    display: block;
  }
}