@charset "UTF-8";
.content-service {
  background: #f9f5f2;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .content-service {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.content-service .container .item {
  display: flex;
  padding: 40px;
  border: 2px solid #ba916c;
  background: #fff;
}
.content-service .container .item:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .content-service .container .item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .content-service .container .item {
    padding: 25px 20px;
    display: block;
  }
}
.content-service .container .item .img-ser {
  width: 350px;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .img-ser {
    width: 100%;
  }
  .content-service .container .item .img-ser img {
    margin: 0 auto;
    display: block;
  }
}
.content-service .container .item .content-ser {
  margin-left: 30px;
  width: 467px;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .content-ser {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
}
.content-service .container .item .content-ser .title-ser {
  font-size: 24px;
  color: #ba916c;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .content-ser .title-ser {
    font-size: 20px;
  }
}
.content-service .container .item .content-ser .ct-ser {
  margin-top: 30px;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .content-ser .ct-ser {
    margin-top: 23px;
  }
}

.service .section-1 {
  height: 490px !important;
}
@media screen and (max-width: 769px) {
  .service .section-1 {
    height: auto !important;
  }
}
.service .section-1 .content-top {
  padding-top: 40px !important;
}
.service .section-1 .content-top .ct-left {
  padding-top: 0 !important;
  line-height: 1.4;
}

.top-banner {
  background: url("../images/bg.webp") center center no-repeat;
  background-size: cover;
  padding: 80px 0 50px 0;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top-banner {
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 769px) {
  .top-banner .container {
    padding: 0 15px;
  }
}
.top-banner h1 {
  font-size: 40px;
  color: #ba916c;
   font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (max-width: 769px) {
  .top-banner h1 {
    font-size: 24px;
  }
}
.top-banner p {
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .top-banner p {
    font-size: 12px;
  }
}
.top-banner .img-top {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -80px;
}
@media screen and (max-width: 769px) {
  .top-banner .img-top {
    top: -50px;
  }
  .top-banner .img-top img {
    height: 130px;
  }
}

.price {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .price {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .price .container {
    padding: 0 15px;
  }
}
.price .top-price {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .top-price {
    font-size: 15px;
  }
}
.price .list-price-fee {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .price .list-price-fee {
    padding: 25px;
  }
}
.price .list-price-fee .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .price .list-price-fee .title {
    font-size: 15px;
  }
}
.price .list-price-fee .list-item {
  margin-top: 15px;
}
.price .list-price-fee .list-item ul li {
  margin: 15px 0;
  position: relative;
  display: flex;
}
.price .list-price-fee .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.price .list-price-fee .list-item ul li:last-child {
  margin-bottom: 0;
}
.price .list-price-fee .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .price .list-price-fee .list-item ul li a {
    font-size: 15px;
  }
}
.price .content-price .item-price {
  padding-top: 100px;
}
.price .content-price .item-price:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price {
    padding-top: 75px;
  }
}
.price .content-price .item-price h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price h3 {
    font-size: 18px;
  }
}
.price .content-price .item-price .table-price {
  width: 770px;
  margin: 40px auto;
}
.price .content-price .item-price .table-price:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price {
    width: 100%;
    margin: 30px auto;
  }
}
.price .content-price .item-price .table-price table {
  border-collapse: collapse;
  width: 100%;
}
.price .content-price .item-price .table-price table .title {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price table .title {
    width: 70%;
  }
}
.price .content-price .item-price .table-price table thead {
  background: #ba916c;
}
.price .content-price .item-price .table-price table tbody tr {
  border-bottom: 1px solid #ba916c;
  line-height: 1;
}
.price .content-price .item-price .table-price table tbody tr th {
  background: #eaded3;
  font-weight: 400;
  text-align: left;
  padding: 11px 0;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price table tbody tr th {
    padding-left: 10px;
    line-height: 1.5;
  }
}
.price .content-price .item-price .table-price table tbody tr td {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price table tbody tr td {
    font-size: 15px;
    line-height: 1.5;
  }
}
.price .content-price .item-price .list-text {
  margin-top: 20px;
}
.price .content-price .item-price .list-text:after {
  content: '';
  display: block;
  clear: both;
}
.price .content-price .item-price .list-text ul li {
  font-size: 18px;
  display: flex;
  margin-top: 20px;
  letter-spacing: -1px;
}
.price .content-price .item-price .list-text ul li span {
  color: #ba916c;
  padding-right: 5px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .list-text ul li {
    font-size: 15px;
  }
}
.price .content-price .item-price .price-peo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.price .content-price .item-price .price-peo:after {
  content: '';
  display: block;
  clear: both;
}
.price .content-price .item-price .price-peo .item-peo {
  width: 450px;
  border: 2px solid #eaded3;
  padding: 20px;
}
.price .content-price .item-price .price-peo .item-peo:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo {
    width: 100%;
    padding: 15px;
  }
}
.price .content-price .item-price .price-peo .item-peo table {
  font-size: 18px;
  width: 100%;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table {
    font-size: 15px;
  }
}
.price .content-price .item-price .price-peo .item-peo table tr:after {
  content: '';
  display: block;
  clear: both;
}
.price .content-price .item-price .price-peo .item-peo table th {
  color: #ba916c;
  text-align: left;
  width: 20%;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table th {
    font-size: 15px;
    width: 25%;
  }
}
.price .content-price .item-price .price-peo .item-peo table .title-peo {
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table .title-peo {
    font-size: 18px;
  }
}
.price .content-price .item-price .price-peo .item-peo table td {
  padding-left: 2%;
  width: 78%;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table td {
    padding-left: 2%;
    width: 73%;
  }
}
.price .price-bt .content-payment {
  margin-top: 70px;
}
.price .price-bt .content-payment .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-payment .title {
    font-size: 15px;
  }
}
.price .price-bt .content-payment .img-payment {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-payment .img-payment img {
    margin: 0 auto;
    display: block;
  }
}
.price .price-bt .content-market {
  margin-top: 65px;
}
.price .price-bt .content-market .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-market .title {
    font-size: 15px;
  }
}
.price .price-bt .content-market .img-market {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-market .img-market img {
    margin: 0 auto;
    display: block;
  }
}
.price .price-bt .content-market .name-market {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-market .name-market {
    font-size: 12px;
  }
}

.location {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .location {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .location .container {
    padding: 0 15px;
  }
}
.location .top-location {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .location .top-location {
    font-size: 15px;
  }
}
.location .list-location-fee {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .location .list-location-fee {
    padding: 25px;
  }
}
.location .list-location-fee .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .location .list-location-fee .title {
    font-size: 15px;
  }
}
.location .list-location-fee .list-item {
  margin-top: 15px;
}
.location .list-location-fee .list-item ul li {
  margin: 15px 0;
  position: relative;
}
.location .list-location-fee .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.location .list-location-fee .list-item ul li:last-child {
  margin-bottom: 0;
}
.location .list-location-fee .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .location .list-location-fee .list-item ul li a {
    font-size: 15px;
  }
}
.location .list-location-fee .list-item ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.location .list-location-fee .list-item ul li ul li {
  display: unset;
  margin: 5px 0;
}
.location .list-location-fee .list-item ul li ul li:before {
  content: none;
}
.location .content-location {
  margin-top: 100px;
}
.location .content-location:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .location .content-location {
    margin-top: 75px;
  }
}
.location .content-location .item-location {
  padding-top: 100px;
}
.location .content-location .item-location:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location {
    padding-top: 75px;
  }
}
.location .content-location .item-location h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location h3 {
    font-size: 18px;
  }
}
.location .content-location .item-location .location-area {
  margin-top: 40px;
}
.location .content-location .item-location .location-area .content-arae {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .content-arae {
    margin-top: 25px;
  }
}
.location .content-location .item-location .location-area .img-area {
  width: 450px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .img-area {
    width: 100%;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con {
  padding: 0 15px;
  margin-top: 50px;
}
.location .content-location .item-location .location-area .list-item-c .item-con:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con {
    margin-top: 40px;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con h4 {
  font-size: 24px;
  color: #ba916c;
  border-bottom: 2px solid #eaded3;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con h4 {
    font-size: 18px;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con .content-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.location .content-location .item-location .location-area .list-item-c .item-con .content-con .img-left {
  width: 290px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con .content-con .img-left {
    width: 100%;
  }
  .location .content-location .item-location .location-area .list-item-c .item-con .content-con .img-left img {
    margin: 0 auto;
    display: block;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con .content-con .ct-text {
  margin-left: 30px;
  width: 580px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con .content-con .ct-text {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.type {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .type {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .type .container {
    padding: 0 15px;
  }
}
.type .top-type {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .type .top-type {
    font-size: 15px;
  }
}
.type .list-type {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .type .list-type {
    padding: 25px;
  }
}
.type .list-type .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .type .list-type .title {
    font-size: 15px;
  }
}
.type .list-type .list-item {
  margin-top: 15px;
}
.type .list-type .list-item ul li {
  margin: 15px 0;
  position: relative;
}
.type .list-type .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.type .list-type .list-item ul li:last-child {
  margin-bottom: 0;
}
.type .list-type .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .type .list-type .list-item ul li a {
    font-size: 15px;
  }
}
.type .list-type .list-item ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.type .list-type .list-item ul li ul li {
  display: unset;
  margin: 5px 0;
}
.type .list-type .list-item ul li ul li:before {
  content: none;
}
.type .content-type {
  margin-top: 100px;
}
.type .content-type:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .type .content-type {
    margin-top: 75px;
  }
}
.type .content-type .item-type {
  padding-top: 100px;
}
.type .content-type .item-type:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type {
    padding-top: 75px;
  }
}
.type .content-type .item-type h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type h3 {
    font-size: 18px;
  }
}
.type .content-type .item-type p {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  font-weight: 600;
}
.type .content-type .item-type .note {
  font-weight: 500;
}
.type .content-type .item-type .type-item {
  margin-top: 35px;
}
.type .content-type .item-type .type-item .img-type {
  width: 489px;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .img-type {
    width: 100%;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con {
  padding: 0 15px;
  margin-top: 35px;
}
.type .content-type .item-type .type-item .list-item-c .item-con:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con {
    margin-top: 40px;
    padding: 0;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con h4 {
  font-size: 24px;
  color: #ba916c;
  border-bottom: 2px solid #eaded3;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con h4 {
    font-size: 18px;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con .img-left {
  width: 290px;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con .content-con .img-left {
    width: 100%;
  }
  .type .content-type .item-type .type-item .list-item-c .item-con .content-con .img-left img {
    margin: 0 auto;
    display: block;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con .ct-text {
  margin-left: 30px;
  width: 580px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con .content-con .ct-text {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con .ct-text-full {
  margin-top: 20px;
}

.column {
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
  z-index: 99999;
  background: #fff;
}
.column:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .column {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.column .container:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .column .container {
    padding: 0 15px;
  }
}
.column .tabs {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .column .tabs {
    margin-top: 40px;
  }
}
.column .tabs input:checked + label{
  background: #ba916c;
  color: #fff;
}
.column .tabs ul li{
  display: inline-block;
  padding: 6px 10px;
  margin-right: 30px;
  border: 2px solid #ba916c;
  font-weight: 600;
  text-align: center;
}
.column .tabs ul li.active{
  background: #ba916c;
}
.column .tabs ul li.active a{
  color: #fff;
}
@media screen and (max-width: 769px) {
  .column .tabs ul li{
    margin-bottom: 10px;
     margin-right: 5px;
  }
}
.column .tabs ul li a{
  color: #ba916c;
  padding: 6px 10px;
}
.column .tabs input {
  display: none;
}
.column .tabs label {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 30px;
  border: 2px solid #ba916c;
  color: #ba916c;
  font-weight: 600;
  text-align: center;
}
.column .tabs label:hover {
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .column .tabs label {
    font-size: 12px;
    margin-right: 0;
    padding: 6px;
  }
}
.column .tabs .content-column {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column {
    margin-top: 30px;
  }
}
.column .tabs .content-column .item {
  width: 290px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  border: 2px solid #ebebeb;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item {
    margin-bottom: 10px;
  }
}
.column .tabs .content-column .item:nth-child(2), .column .tabs .content-column .item:nth-child(5), .column .tabs .content-column .item:nth-child(8), .column .tabs .content-column .item:nth-child(11) {
  margin: 0 30px 30px 30px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item:nth-child(2), .column .tabs .content-column .item:nth-child(5), .column .tabs .content-column .item:nth-child(8), .column .tabs .content-column .item:nth-child(11) {
    margin: 0 0 10px 0;
  }
}
.column .tabs .content-column .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item {
    width: 100%;
    display: flex;
    padding: 15px;
  }
}
.column .tabs .content-column .item a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a {
    display: flex;
  }
  .column .tabs .content-column .item a .item-r {
    width: 58%;
    margin-left: 2%;
  }
  .column .tabs .content-column .item a .item-l {
    width: 40%;
  }
}
.column .tabs .content-column .item a .title-cate {
  font-size: 14px;
  color: #fff;
  background: #eb4965;
  padding: 2px 16px;
  position: absolute;
  border-radius: 20px;
  top: 27px;
  left: 30px;
}
.column .tabs .content-column .item a .img-item{
    width: 100%;
    height: 145px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .img-item{
    height: 120px;
  }
}
@media screen and (max-width: 481px) {
  .column .tabs .content-column .item a .img-item{
    height: 85px;
  }
}
.column .tabs .content-column .item a .img-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .title-cate {
    font-size: 9px;
    top: 20px;
    left: 17px;
  }
}
.column .tabs .content-column .item a .date-item {
  color: #ba916c;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .date-item {
    text-align: right;
    font-size: 12px;
  }
}
.column .tabs .content-column .item a .date-item:before {
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .date-item:before {
    left: unset;
    margin-left: -20px;
  }
}
.column .tabs .content-column .item a .content-item {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .content-item {
    margin-top: 0;
    font-size: 12px;
  }
}
.column .tabs .content-column .pagination {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.column .tabs .content-column .pagination ul {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .pagination ul {
    width: 100%;
  }
}
.column .tabs .content-column .pagination ul li {
  border: 2px solid #ba916c;
  border-radius: 50%;
  margin: 5px;
  display: flex;
  justify-content: center;
  justify-items: center;
}
.column .tabs .content-column .pagination ul li:first-child {
  border: 2px solid #eaded3;
}
.column .tabs .content-column .pagination ul li:hover {
  opacity: 0.7;
}
.column .tabs .content-column .pagination ul li a {
  color: #ba916c;
  font-size: 16px;
  padding: 5px 11px;
  line-height: 1;
}
.column .tabs .content-column .pagination ul li img {
  margin-bottom: 5px;
}
.column .tabs .content-column .pagination ul .active {
  background: #ba916c;
}
.column .tabs .content-column .pagination ul .active a {
  color: #fff;
}
.column .tabs input:checked + label {
  border: 2px solid #ba916c;
}
.column .tabs #tab1:checked ~ .content #content1,
.column .tabs #tab2:checked ~ .content #content2,
.column .tabs #tab3:checked ~ .content #content3,
.column .tabs #tab4:checked ~ .content #content4 {
  display: block;
}
.column .tabs .content > div {
 /* display: none;
  text-align: left;
  /*height: 192px;*/
  overflow: auto;*/
}

.column-detail {
  padding-top: 80px;
  margin-bottom: 150px;
  background: #fff;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 769px) {
  .column-detail {
    margin-top: 40px;
    margin-bottom: 75px;
    padding-top: 0;
  }
}
.column-detail .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .column-detail .container {
    width: 100%;
    padding: 0 15px;
  }
}
.column-detail .container .box-content .title {
  font-size: 24px;
  padding: 30px 20px;
  border: 3px solid #ba916c;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .title {
    font-size: 20px;
    padding: 15px;
  }
}
.column-detail .container .box-content .info-post {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post {
    margin-top: 10px;
  }
}
.column-detail .container .box-content .info-post .left-info {
  display: flex;
  flex-wrap: wrap;
  float: left;
}
.column-detail .container .box-content .info-post .left-info .date-post {
  color: #ba916c;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-post {
    font-size: 12px;
  }
}
.column-detail .container .box-content .info-post .left-info .date-post:before {
  position: absolute;
  content: '';
  background: url("../images/create.webp") center center no-repeat;
  height: 14px;
  width: 13px;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-post:before {
    top: 0;
  }
}
.column-detail .container .box-content .info-post .left-info .date-edit {
  color: #ba916c;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-edit {
    font-size: 12px;
  }
}
.column-detail .container .box-content .info-post .left-info .date-edit:before {
  position: absolute;
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-edit:before {
    top: 0;
  }
}
.column-detail .container .box-content .info-post .right-info {
  float: right;
}
.column-detail .container .box-content .info-post .right-info .list-social {
  display: flex;
  flex-wrap: wrap;
}
.column-detail .container .box-content .info-post .right-info .list-social li {
  margin-left: 10px;
  width: 30px;
}
.column-detail .container .box-content .content-detail {
  margin-top: 30px;
}
.column-detail .container .box-content .content-detail .img-thumnail{
  margin-bottom: 50px;
}
.img-thumnail{
  text-align: center;
}
.column-detail .container .box-content .content-detail #container-list{
      background: #f4eee9;
    padding: 30px;
}
.column-detail .container .box-content .content-detail #container-list .title-post{
    font-size: 18px;
    color: #ba916c;
    font-weight: 600;
}

.column-detail .container .box-content .content-detail #container-list ul li{
  margin: 15px 0;
  position: relative;
  display: flex;
}
.column-detail .container .box-content .content-detail #container-list ul li a{
  font-size: 18px;
    color: #446d89;
    padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail #container-list ul li a{
    font-size: 15px;
  }
}
.column-detail .container .box-content .content-detail #container-list ul li:before{
  position: absolute;
    content: '';
    background: url(../images/icon-to.webp) center center no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    top: 5px;
    bottom: 0;
}
.column-detail .container .box-content .content-detail .text-ct {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .text-ct {
    font-size: 15px;
    margin-top: 20px;
  }
}
.column-detail .container .box-content .content-detail h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.column-detail .container .box-content .content-detail h3{
  color: #ba916c;
}

@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail h2 {
    margin-top: 50px;
    font-size: 18px;
  }
}
.column-detail .container .box-content .content-detail .list-amz {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-amz {
    margin-top: 40px;
  }
}
.column-detail .container .box-content .content-detail .list-question {
  margin-top: 30px;
}
.column-detail .container .box-content .content-detail .list-question .item {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-question .item {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.column-detail .container .box-content .content-detail .list-question .item:first-child {
  margin-top: 0;
}
.column-detail .container .box-content .content-detail .list-question .item .title-question {
  color: #ba916c;
  font-size: 18px;
  display: flex;
  font-weight: 600;
}
.column-detail .container .box-content .content-detail .list-question .item .title-question span {
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-question .item .title-question {
    font-size: 15px;
  }
}
.column-detail .container .box-content .content-detail .list-question .item .content-ans {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-question .item .content-ans {
    font-size: 15px;
    margin-top: 25px;
  }
}
.column-detail .container .box-content .content-detail .author-box {
  margin-top: 50px;
}
.column-detail .container .box-content .content-detail .post-review {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .post-review {
    margin-top: 30px;
  }
}
.column-detail .container .box-content .content-detail .text-note {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .text-note {
    margin-top: 30px;
  }
}
.column-detail .container .box-content .content-detail .list-sc {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-sc {
    margin-top: 15px;
  }
}
.column-detail .container .box-content .content-detail .list-sc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.column-detail .container .box-content .content-detail .list-sc ul li {
  margin-left: 16px;
}
.column-detail .container .box-content .content-detail .list-sc ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-sc ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-sc ul li {
    width: 22.75%;
    margin-left: 3%;
  }
}
.column-detail .container .box-content .content-detail .btn-more {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .btn-more {
    margin-top: 50px;
  }
}
.column-detail .container .box-content .content-detail .btn-more a {
  color: #eb4965;
  text-decoration: underline;
}

.area {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .area {
    padding-top: 40px;
    font-size: 15px;
  }
}
.area .info-area {
  display: flex;
  flex-wrap: wrap;
}
.area .info-area:after {
  content: '';
  display: block;
  clear: both;
}
.area .info-area .ct-left {
  width: 450px;
}
@media screen and (max-width: 769px) {
  .area .info-area .ct-left {
    width: 100%;
  }
  .area .info-area .ct-left img {
    margin: 0 auto;
  }
}
.area .info-area .ct-right {
  margin-left: 70px;
  width: 410px;
}
@media screen and (max-width: 769px) {
  .area .info-area .ct-right {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
}
.area .info-area .ct-right .title {
  font-size: 24px;
  text-align: left;
}
.area .info-area .ct-right .title span {
  font-size: 48px;
  position: relative;
  display: block;
}
.area .info-area .ct-right .title span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.area .info-area .ct-right .content-2 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .area .container {
    padding: 0 15px;
  }
}
.area .top-area {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .area .top-area {
    font-size: 15px;
  }
}
.area .list-area {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .area .list-area {
    padding: 25px;
  }
}
.area .list-area .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .area .list-area .title {
    font-size: 15px;
  }
}
.area .list-area .list-item {
  margin-top: 15px;
}
.area .list-area .list-item ul li {
  margin: 15px 0;
  position: relative;
}
.area .list-area .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.area .list-area .list-item ul li:last-child {
  margin-bottom: 0;
}
.area .list-area .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .area .list-area .list-item ul li a {
    font-size: 15px;
  }
}
.area .list-area .list-item ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.area .list-area .list-item ul li ul li {
  display: unset;
  margin: 5px 0;
}
.area .list-area .list-item ul li ul li:before {
  content: none;
}
.area .content-area:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .area .content-area {
    margin-top: 0;
  }
}
.area .content-area .item-area {
  padding-top: 100px;
}
.area .content-area .item-area:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area {
    padding-top: 75px;
  }
}
.area .content-area .item-area h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area h3 {
    font-size: 18px;
  }
}
.area .content-area .item-area .area-item {
  margin-top: 35px;
}
.area .content-area .item-area .area-item .list-item-c .item-con {
  margin-top: 35px;
}
.area .content-area .item-area .area-item .list-item-c .item-con:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area .area-item .list-item-c .item-con {
    margin-top: 40px;
  }
}
.area .content-area .item-area .area-item .list-item-c .item-con h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area .area-item .list-item-c .item-con h4 {
    font-size: 18px;
  }
}
.area .content-area .item-area .area-item .list-item-c .item-con .content-con ul {
  display: flex;
  flex-wrap: wrap;
}
.area .content-area .item-area .area-item .list-item-c .item-con .content-con ul li {
  margin-right: 30px;
}
.area .content-area .item-area .area-item .list-item-c .item-con .content-con ul li a {
  color: #eb4965;
  font-size: 14px;
  text-decoration: underline;
}

.company {
  background: #fff;
  z-index: 9999;
  position: relative;
  padding-top: 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .company {
    margin-bottom: 75px;
    padding-top: 40px;
  }
}
.company .container .content-company {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .company .container .content-company {
    width: 100%;
    padding: 0 15px;
  }
}
.company .container .content-company .content-info{
  margin-bottom: 60px;
}
.company .container .content-company .content-info h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info h2 {
    font-size: 18px;
  }
}
.company .container .content-company .content-info .info-content {
  margin-top: 40px;
  line-height: 1.8;
}
.company .container .content-company .content-info .info-content table {
  width: 100%;
}
.company .container .content-company .content-info .info-content table tr th {
  color: #ba916c;
  text-align: left;
  font-weight: 600;
  width: 20%;
  padding: 5px 0;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info .info-content table tr th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info .info-content table tr td {
    display: block;
    width: 100%;
  }
}
.company .container .content-company .content-info .info-content iframe {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info .info-content iframe {
    height: 250px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.5;
  background: #FFFFFF;
  font-family: 游ゴシック,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 16px;
  min-width: 1280px;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 15px;
    margin-top: 60px;
  }
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a:hover, a:link, a:visited, a:active {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  padding: 0;
  margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  height: auto;
}

*:focus {
  outline: none;
}

:not(output):-moz-ui-invalid {
  box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none;
}

output:-moz-ui-invalid {
  color: none;
}

.container {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.text-center {
  text-align: center;
}

.dl-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .dl-sp {
    display: none;
  }
}

.dl-pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .dl-pc {
    display: block !important;
  }
}

.overhidden {
  overflow: hidden;
}

.font-tsukua, .content-service .container .item .content-ser .title-ser, .top-banner h2, .top-banner p, .price .content-price .item-price h3, .price .content-price .item-price .price-peo .item-peo table .title-peo, .price .price-bt .content-payment .title, .price .price-bt .content-market .title, .location .content-location .item-location h3, .type .content-type .item-type h3, .column .tabs .content-column .pagination ul li a, .column-detail .container .box-content .content-detail h2, .area .info-area .ct-right .title, .area .content-area .item-area h3, .company .container .content-company .content-info h2, #header .top-header .menu_pc .nav-menu li a, #header .top-header .top-contact, #main .section-1 .container .content .content-top .ct-left, #main .section-2 .text-con, #main .section-2 .content-point .title-point, #main .section-2 .content-point .list-point .item .title-item, #main .section-2 .content-price .title-price, #main .section-2 .content-price .title-price-sp, #main .section-2 .content-payment .title, #main .section-2 .content-market .title, #main .section-2 .list-step .item-step .title, #main .section-3 .title span, #main .section-4 .title span, #main .section-7 .title span, #main .section-8 .title span, #main .section-8 .content .content-top .ct-right .title, #main .section-10 .title span, footer .container-ft .ft-top .ft-top-right .content-cta .left .tel, footer .container-ft .ft-top .ft-top-right .content-cta .left .text, .contact-scroll .content-ct .left .tel, .contact-scroll .content-ct .left .text, .coopperation .container .content-coop h2 {
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Kosugi Maru', sans-serif;
  font-style: normal;
  font-weight: 600;
}

.font40 {
  font-size: 40px !important;
}
@media screen and (max-width: 769px) {
  .font40 {
    font-size: 24px !important;
    text-align: left !important;
  }
}

.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  .mt120 {
    margin-top: 60px;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 769px) {
  .mt125 {
    margin-top: 75px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.breadcrumb {
  background: #ba916c;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 769px) {
  .breadcrumb {
    padding: 0 15px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  color: #fff;
  margin-right: 20px;
  padding: 5px 0;
  font-weight: 600;
  position: relative;
}
.breadcrumb ul li a {
  color: #fff;
  position: relative;
}
.breadcrumb ul li:after {
  content: "＞";
  font-size: 16px;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .breadcrumb ul li:after {
    top: 2px;
  }
}
.breadcrumb ul li:last-child:after {
  content: none;
}

#header .top-header {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  #header .top-header {
    position: fixed;
    z-index: 99999999;
    top: 0;
    width: 100%;
  }
}
#header .top-header .container-hd {
  width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  height: 100px;
}
@media screen and (max-width: 769px) {
  #header .top-header .container-hd {
    width: 100%;
    height: 60px;
  }
}
#header .top-header .logo {
  padding-left: 30px;
  padding-top: 3px;
}
#header .top-header .logo h1 {
  font-size: 12px;
  padding-bottom: 7px;
}
#header .top-header .logo .txt-page{
  font-size: 12px;
  padding-bottom: 7px;
  font-weight: 600;
}
#header .top-header .logo-sp {
  padding-top: 10px;
  width: 100%;
  height: 60px;
}
#header .top-header .logo-sp a {
  float: left;
}
@media screen and (max-width: 769px) {
  #header .top-header .logo-sp a {
    width: 30%;
  }
}
#header .top-header .logo-sp h1 {
  font-size: 12px;
  margin-left: 15px;
  float: left;
  font-size: 2.4vw;
}
#header .top-header .logo-sp .txt-page {
  font-size: 12px;
  margin-left: 15px;
  float: left;
  font-size: 2.4vw;
}
@media screen and (max-width: 769px) {
  #header .top-header .logo-sp h1 {
    width: 60%;
  }
}
@media screen and (max-width: 769px) {
  #header .top-header .logo-sp .txt-page {
    width: 60%;
  }
}
#header .top-header .menu_pc {
  margin-left: 185px;
  margin-top: 35px;
}
#header .top-header .menu_pc .nav-menu {
  display: flex;
  flex-wrap: wrap;
}
#header .top-header .menu_pc .nav-menu li {
  margin-right: 35px;
  height: 50px;
}
#header .top-header .menu_pc .nav-menu li:last-child {
  margin-right: 0;
}
#header .top-header .menu_pc .nav-menu li a {
  font-size: 16px;
  color: #000000;
}
#header .top-header .menu_pc .nav-menu li .nav-con {
  display: none;
  position: absolute;
  border: 2px solid #eaded3;
  width: 240px;
  margin-top: 20px;
  background: #fff;
  z-index: 99999;
}
#header .top-header .menu_pc .nav-menu li .nav-con li {
  height: auto;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}
#header .top-header .menu_pc .nav-menu li .nav-con li:hover {
  background: #ffc2cc;
}
#header .top-header .menu_pc .nav-menu li .nav-con li a {
  width: 100%;
  padding: 10px 20px;
  color: #000;
}
#header .top-header .menu_pc .nav-menu li:hover a {
  color: #eb4965;
}
#header .top-header .menu_pc .nav-menu li:hover .nav-con {
  display: block !important;
}
#header .top-header .menu-sp .ac_Menu {
  float: right;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  top: 5px;
}
#header .top-header .menu-sp .ac_Menu .active {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  transition: all .4s;
}
#header .top-header .menu-sp .ac_Menu .active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 5px !important;
}
#header .top-header .menu-sp .ac_Menu .active span:nth-of-type(2) {
  opacity: 0;
}
#header .top-header .menu-sp .ac_Menu .active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  top: 30px !important;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  transition: all .4s;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  background-color: #000;
  color: #000;
  border-radius: 4px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(1) {
  top: 5px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(2) {
  top: 13px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(3) {
  top: 21px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(4) {
  top: 25px;
  background: none;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  height: auto;
  width: 32px;
}
#header .top-header .menu-sp .acbox {
  position: absolute;
  right: 0;
  top: 60px;
  width: 250px;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
  display: none;
  transition-delay: 1s;
  min-height: 500px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  padding: 20px 0 20px 25px;
}
#header .top-header .menu-sp .acbox .title {
  color: #ba916c;
  font-size: 18px;
  font-weight: 600;
}
#header .top-header .menu-sp .acbox ul li {
  padding: 8px 0;
}
#header .top-header .menu-sp .acbox ul li:first-child {
  padding-top: 0;
}
#header .top-header .menu-sp .acbox ul li a {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
#header .top-header .menu-sp .active-menu {
  transform: translateX(0);
  display: block !important;
  z-index: 999999;
}
#header .top-header .addbg {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 1000px;
}
#header .top-header .top-contact {
  margin-left: 35px;
  border: 2px solid #ba916c;
  text-align: center;
  padding: 2px 20px;
  font-size: 12px;
  background: #e8e5dc;
  margin-top: 12px;
  height: 76px;
}
#header .top-header .top-contact span {
  font-size: 30px;
  color: #eb4965;
  line-height: 1;
  font-weight: 600;
}

#main {
  z-index: 9999;
  position: relative;
}
#main .top-bt {
  background: url("../images/top_img.webp") center center no-repeat;
  background-size: cover;
  height: 720px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #main .top-bt {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #main .top-bt {
    background: url("../images/top_img_sp.webp") center center no-repeat;
    height: 667px;
    margin-top: 0;
    position: relative;
    background-size: cover;
  }
}
@media screen and (max-width: 481px) {
  #main .top-bt {
      height: 140vw;
  }
}
#main .top-bt .container {
  height: 100%;
}
#main .top-bt .img-bt {
  position: absolute;
  left: -50px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #main .top-bt .img-bt {
    bottom: -40px;
    top: unset;
  }
}
@media screen and (max-width: 481px) {
  #main .top-bt .img-bt {
    width: 70%;
    left: -25px;
  }
}
#main .section-1 {
  background: url("../images/bg.webp") center center no-repeat;
  background-size: cover;
  height: 540px;
}
@media screen and (max-width: 769px) {
  #main .section-1 {
    height: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-1 .container {
    padding: 0 15px;
  }
}
#main .section-1 .container .img-top {
  position: absolute;
  left: -170px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .img-top {
    right: 0;
    left: unset;
  }
  #main .section-1 .container .img-top img {
    height: 50vw;
  }
}
#main .section-1 .container .content {
  position: relative;
  z-index: 999;
}
#main .section-1 .container .content:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-1 .container .content .content-top {
  padding-top: 70px;
}
#main .section-1 .container .content .content-top:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-top {
    padding-top: 50px;
  }
}
#main .section-1 .container .content .content-top .ct-left {
  float: left;
  font-size: 48px;
  font-weight: 600;
  padding-top: 15px;
  letter-spacing: -2px;
}
#main .section-1 .container .content .content-top .ct-left span {
  position: relative;
}
#main .section-1 .container .content .content-top .ct-left span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-top .ct-left {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 0;
  }
}
#main .section-1 .container .content .content-top .ct-right {
  margin-left: 25px;
  float: right;
  width: 345px;
  display: flex;
}
#main .section-1 .container .content .content-top .ct-right img {
  width: 49%;
}
#main .section-1 .container .content .content-top .ct-right img:last-child {
  margin-left: 2%;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-top .ct-right {
    display: none;
  }
}
#main .section-1 .container .content .content-bt {
  margin-top: 40px;
}
#main .section-1 .container .content .content-bt:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-1 .container .content .content-bt .box-content {
  display: flex;
  flex-wrap: wrap;
}
#main .section-1 .container .content .content-bt .box-content .ct-box {
  display: flex;
  width: 610px;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-bt .box-content .ct-box {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-bt .box-content .ct-box .item {
    width: 32%;
  }
}
#main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(2), #main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(3) {
  margin-left: 5px;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(2), #main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(3) {
    margin-left: 2%;
  }
}
#main .section-1 .container .content .content-bt .box-content .ct-price {
  margin-left: 59px;
  margin-top: 17px;
  width: 261px;
}
#main .section-1 .container .content .content-bt .box-content .ct-img {
  margin-top: 35px;
  width: 100%;
}
#main .section-1 .container .content .content-bt .box-content .ct-img .item {
  width: 40%;
  float: left;
}
#main .section-1 .container .content .content-bt .box-content .ct-img .item:nth-child(2), #main .section-1 .container .content .content-bt .box-content .ct-img .item:nth-child(3) {
  margin-left: 3%;
  width: 27%;
}
#main .section-2 .text-con {
  background: #eaded3;
  font-size: 27px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  #main .section-2 .text-con {
    font-size: 3vw;
  }
}
#main .section-2 .text-con .container {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}
#main .section-2 .text-con .container #timenow{
  padding: 0 10px;
}
#main .section-2 .text-con .container span {
  background: #fff;
  padding: 11px;
  font-size: 48px;
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .text-con .container span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .container {
    padding: 0 15px;
  }
}
#main .section-2 .content-top {
  margin-top: 80px;
}
#main .section-2 .content-top .ct-top {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  margin: 0 auto;
}
#main .section-2 .content-top .ct-top:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-2 .content-top .ct-top .ct-left {
  margin-top: 15px;
  width: 165px;
}
#main .section-2 .content-top .ct-top .ct-right {
  margin-left: 30px;
}
#main .section-2 .content-top .ct-top .ct-right .btn-contact {
  text-align: center;
  margin-top: 15px;
}
#main .section-2 .content-top .ct-top .ct-right .btn-contact a {
  color: #fff;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: -2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#main .section-2 .content-top .ct-top .ct-right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 42px;
  background-size: contain;
}
#main .section-2 .content-top .ct-bt {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 770px;
}
#main .section-2 .content-top .ct-bt:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-2 .content-top-sp {
  margin-top: 40px;
  text-align: center;
}
#main .section-2 .content-top-sp .cv-sp {
  margin-top: 40px;
}
#main .section-2 .content-point {
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point {
    margin-top: 75px;
  }
}
#main .section-2 .content-point .title-point {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 190px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .title-point img {
    width: 92px;
  }
}
#main .section-2 .content-point .title-point span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .title-point span {
    font-size: 15px;
  }
}
#main .section-2 .content-point .list-point {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
#main .section-2 .content-point .list-point .item {
  width: 290px;
  margin-bottom: 55px;
}
#main .section-2 .content-point .list-point .item:nth-child(2), #main .section-2 .content-point .list-point .item:nth-child(5) {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item:nth-child(2), #main .section-2 .content-point .list-point .item:nth-child(5) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#main .section-2 .content-point .list-point .item .img-point {
  width: 200px;
  margin: 0 auto;
}
#main .section-2 .content-point .list-point .item .img-point img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .img-point {
    width: 30%;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .content {
    margin-left: 3%;
    width: 67%;
  }
}
#main .section-2 .content-point .list-point .item .title-item {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 27px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .title-item {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
  }
}
#main .section-2 .content-point .list-point .item .content-item {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .content-item {
    font-size: 12px;
  }
}
#main .section-2 .content-price {
  margin-top: 30px;
}
#main .section-2 .content-price .title-price {
  text-align: center;
  font-size: 30px;
  position: relative;
  letter-spacing: -2px;
}
#main .section-2 .content-price .title-price:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 68%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
#main .section-2 .content-price .title-price-sp {
  text-align: center;
  font-size: 6.5vw;
}
#main .section-2 .content-price .title-price-sp span {
  position: relative;
}
#main .section-2 .content-price .title-price-sp span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 15px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
#main .section-2 .content-price .table-price {
  width: 610px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price {
    width: 100%;
  }
}
#main .section-2 .content-price .table-price table {
  border-collapse: collapse;
  width: 100%;
}
#main .section-2 .content-price .table-price table .title {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 8px 0;
}
#main .section-2 .content-price .table-price table thead {
  background: #ba916c;
}
#main .section-2 .content-price .table-price table tbody tr {
  border-bottom: 1px solid #ba916c;
  line-height: 1;
}
#main .section-2 .content-price .table-price table tbody tr th {
  background: #eaded3;
  font-weight: 400;
  text-align: left;
  padding: 11px 0;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price table tbody tr th {
    padding: 10px;
    line-height: 1.5;
  }
}
#main .section-2 .content-price .table-price table tbody tr td {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price table tbody tr td {
    font-size: 15px;
  }
}
#main .section-2 .content-price .table-price .btn-more {
  text-align: right;
  margin-top: 17px;
}
#main .section-2 .content-price .table-price .btn-more a {
  text-decoration: underline;
  font-size: 18px;
  color: #eb4965;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price .btn-more a {
    font-size: 15px;
  }
}
#main .section-2 .content-payment {
  margin-top: 70px;
}
#main .section-2 .content-payment .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-payment .title {
    font-size: 15px;
  }
}
#main .section-2 .content-payment .img-payment {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-payment .img-payment img {
    margin: 0 auto;
    display: block;
  }
}
#main .section-2 .content-market {
  margin-top: 65px;
}
#main .section-2 .content-market .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-market .title {
    font-size: 15px;
  }
}
#main .section-2 .content-market .img-market {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-market .img-market img {
    margin: 0 auto;
    display: block;
  }
}
#main .section-2 .content-market .name-market {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-market .name-market {
    font-size: 12px;
  }
}
#main .section-2 .list-step {
  display: flex;
  flex-wrap: wrap;
  margin-top: 105px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step {
    margin-top: 50px;
  }
}
#main .section-2 .list-step .item-step {
  width: 290px;
  border: 2px solid #ba916c;
  position: relative;
}
#main .section-2 .list-step .item-step:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step:nth-child(2) {
    margin: 30px 0;
  }
}
#main .section-2 .list-step .item-step:nth-child(2):after {
  content: "";
  background: url("../images/arrow.webp") center center no-repeat;
  height: 50px;
  width: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -22px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step:nth-child(2):after {
    transform: rotate(90deg);
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -37px;
  }
}
#main .section-2 .list-step .item-step:first-child:after {
  content: "";
  background: url("../images/arrow.webp") center center no-repeat;
  height: 50px;
  width: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -22px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step:first-child:after {
    transform: rotate(90deg);
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -37px;
  }
}
#main .section-2 .list-step .item-step:last-child .title {
  top: 15px;
}
#main .section-2 .list-step .item-step .number {
  width: 90px;
}
#main .section-2 .list-step .item-step .title {
  text-align: center;
  font-size: 24px;
  color: #ba916c;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step .title {
    font-size: 18px;
  }
}
#main .section-2 .list-step .item-step .img-step {
  text-align: center;
  margin-top: 25px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step .img-step {
    margin-top: 0;
    width: 35%;
    padding: 0;
  }
}
#main .section-2 .list-step .item-step .img-step img {
  margin: 0 auto;
}
#main .section-2 .list-step .item-step .content-step {
  padding: 20px 20px 27px 20px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step .content-step {
    padding: 0;
    margin-left: 2%;
    width: 62%;
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step {
    width: 100%;
  }
  #main .section-2 .list-step .item-step .content {
    display: flex;
    padding: 15px;
  }
}
#main .section-3 {
  background: #f9f5f2;
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  #main .section-3 {
    margin-top: 60px;
  }
}
#main .section-3 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 70px;
  width: 245px;
}
@media screen and (max-width: 769px) {
  #main .section-3 .title {
    padding-top: 50px;
  }
  #main .section-3 .title img {
    width: 123px;
  }
}
#main .section-3 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-3 .title span {
    font-size: 15px;
  }
}
#main .section-3 .content {
  margin-top: 45px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #main .section-3 .content {
    padding: 0 15px;
  }
}
#main .section-3 .content .list-item {
  display: flex;
  flex-wrap: wrap;
}
#main .section-3 .content .list-item .item {
  margin-bottom: 40px;
  width: 440px;
}
#main .section-3 .content .list-item .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  #main .section-3 .content .list-item .item {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  #main .section-3 .content .list-item .item {
    margin-bottom: 20px;
    width: 100%;
  }
}
#main .section-3 .content .list-item .item:nth-child(2n) {
  margin-left: 50px;
}
@media screen and (max-width: 769px) {
  #main .section-3 .content .list-item .item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 640px) {
  #main .section-3 .content .list-item .item:nth-child(2n) {
    margin-left: 0;
  }
}
#main .section-3 .content .list-item .item img {
  margin: 0 auto;
  display: block;
}
#main .section-4 {
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  #main .section-4 {
    margin-top: 50px;
  }
}
#main .section-4 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 195px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .title img {
    width: 99px;
  }
}
#main .section-4 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-4 .title span {
    font-size: 15px;
  }
}
#main .section-4 .voice-item {
  margin-top: 45px;
}
#main .section-4 .voice-item .wpcr3_pagination{
  display: none;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item {
    padding: 0 15px;
  }
}
#main .section-4 .voice-item .item {
  border: 2px solid #eaded3;
  padding: 32px 0;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item {
    padding: 15px;
  }
}
#main .section-4 .voice-item .item:first-child {
  margin-top: 0;
}
#main .section-4 .voice-item .item:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-4 .voice-item .item .content-item {
  width: 830px;
  margin: 0 auto;
}
#main .section-4 .voice-item .item .content-item .item-top {
  display: block;
  width: 100%;
}
#main .section-4 .voice-item .item .content-item .item-top:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-4 .voice-item .item .content-item .item-top .title-item {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .item-top .title-item {
    font-size: 15px;
  }
}
#main .section-4 .voice-item .item .content-item .item-top .date-voice {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .item-top .date-voice {
    font-size: 12px;
    position: relative;
    top: 30px;
  }
}
#main .section-4 .voice-item .item .content-item .star-voice {
  display: block;
  border-bottom: 2px dashed #ba916c;
  padding-bottom: 10px;
}
#main .section-4 .voice-item .item .content-item .star-voice img {
  width: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .star-voice img {
    width: 15px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .star-voice {
    border-bottom: 2px solid #ba916c;
  }
}
#main .section-4 .voice-item .item .content-item .content-voice {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item {
    width: 100%;
  }
}
#main .section-4 .btn-review {
  margin-top: 20px;
  width: 100%;
}
#main .section-4 .btn-review:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-review {
    margin-top: 10px;
    padding: 0 15px;
  }
}
#main .section-4 .btn-review a {
  text-align: right;
  color: #eb4965;
  font-size: 18px;
  float: right;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-review a {
    font-size: 15px;
  }
}
#main .section-4 .btn-more {
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-more {
    margin-top: 35px;
  }
}
#main .section-4 .btn-more:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-4 .btn-more a {
  color: #ba916c;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ba916c;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-more a {
    max-width: 250px;
  }
}
#main .section-5, #main .section-9 {
  background: #eaded3;
  margin-top: 120px;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #main .section-5, #main .section-9 {
    padding: 30px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-5 .container, #main .section-9 .container {
    padding: 0 15px;
  }
}
#main .section-5 .content, #main .section-9 .content {
  background: url("../images/cv_img2.webp") center center no-repeat;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 50px;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #main .section-5 .content, #main .section-9 .content {
    background: #fff;
    padding: 10px 5px 20px 10px;
    height: auto;
  }
}
#main .section-5 .content .ct-left, #main .section-9 .content .ct-left {
  margin-top: 15px;
  width: 165px;
}
#main .section-5 .content .img-top, #main .section-9 .content .img-top {
  padding-right: 15px;
}
#main .section-5 .content .btn-sp, #main .section-9 .content .btn-sp {
  padding: 0 10px;
}
#main .section-5 .content .ct-right, #main .section-9 .content .ct-right {
  margin-left: 30px;
}
#main .section-5 .content .ct-right .btn-contact, #main .section-9 .content .ct-right .btn-contact {
  text-align: center;
  margin-top: 15px;
}
#main .section-5 .content .ct-right .btn-contact a, #main .section-9 .content .ct-right .btn-contact a {
  color: #fff;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: -2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#main .section-5 .content .ct-right .btn-contact a:before, #main .section-9 .content .ct-right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 42px;
  background-size: contain;
}
#main .section-6 {
  background: url("../images/bg.webp") center center no-repeat;
  height: 580px;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #main .section-6 {
    height: auto;
    padding-bottom: 35px;
  }
}
#main .section-6 .title {
  padding-top: 60px;
  width: 290px;
}
@media screen and (max-width: 769px) {
  #main .section-6 .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
#main .section-6 .content {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
#main .section-6 .content .ct-left {
  width: 440px;
}
#main .section-6 .content .ct-right {
  margin-left: 50px;
  width: 440px;
}
@media screen and (max-width: 769px) {
  #main .section-6 .content {
    padding: 0 15px;
    margin-top: 15px;
  }
}
#main .section-6 .content .item {
  margin-bottom: 15px;
}
#main .section-6 .content .list-area {
  margin: 0 auto;
}
#main .section-6 .btn-link {
  margin-top: 27px;
}
#main .section-6 .btn-link a {
  font-size: 18px;
  color: #eb4965;
  text-decoration: underline;
}
#main .section-7 {
  background: #f9f5f2;
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 769px) {
  #main .section-7 {
    padding: 50px 0 60px 0;
  }
}
#main .section-7 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 304px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .title img {
    width: 153px;
  }
}
#main .section-7 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
  letter-spacing: -2px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .title span {
    font-size: 15px;
  }
}
#main .section-7 .content {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content {
    padding: 0 15px;
  }
}
#main .section-7 .content .item-question {
  background: #fff;
  padding: 45px 40px;
  margin-bottom: 30px;
}
#main .section-7 .content .item-question:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
#main .section-7 .content .item-question .item-q {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
#main .section-7 .content .item-question .item-q span {
  padding-right: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question .item-q span {
    padding-right: 10px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question .item-q {
    display: flex;
    font-size: 15px;
  }
}
#main .section-7 .content .item-question .item-a {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question .item-a {
    margin-top: 15px;
  }
}
#main .section-8 {
  padding: 70px 0 0 0;
}
#main .section-8:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-8 {
    padding: 50px 0 0 0;
  }
}
#main .section-8 .title {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 160px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .title img {
    width: 78px;
  }
}
#main .section-8 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-8 .title span {
    font-size: 15px;
  }
}
#main .section-8 .content {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content {
    padding: 0 15px;
  }
}
#main .section-8 .content .content-top {
  display: flex;
  flex-wrap: wrap;
}
#main .section-8 .content .content-top .ct-left {
  width: 450px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-top .ct-left {
    width: 100%;
  }
  #main .section-8 .content .content-top .ct-left img {
    margin: 0 auto;
  }
}
#main .section-8 .content .content-top .ct-right {
  margin-left: 70px;
  width: 410px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-top .ct-right {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
}
#main .section-8 .content .content-top .ct-right .title {
  font-size: 24px;
  text-align: left;
  width: 100%;
}
#main .section-8 .content .content-top .ct-right .title span {
  font-size: 48px;
  position: relative;
  display: block;
}
#main .section-8 .content .content-top .ct-right .title span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
#main .section-8 .content .content-top .ct-right .content-2 {
  margin-top: 40px;
}
#main .section-8 .content .content-bottom {
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom {
    margin-top: 75px;
  }
}
#main .section-8 .content .content-bottom .title-1 {
  text-align: left;
  width: 265px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .title-1 {
    width: 100%;
    text-align: center;
  }
  #main .section-8 .content .content-bottom .title-1 img {
    width: 60%;
  }
}
#main .section-8 .content .content-bottom .content-bt {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#main .section-8 .content .content-bottom .content-bt .item {
  width: 290px;
  padding: 20px;
  position: relative;
  border: 2px solid #ebebeb;
}
#main .section-8 .content .content-bottom .content-bt .item:hover{
  opacity: 0.7;
}
#main .section-8 .content .content-bottom .content-bt .item a{
  color: #000;
}
@media screen and (max-width: 769px) {
 #main .section-8 .content .content-bottom .content-bt .item a{
  display: flex;
} 
}
#main .section-8 .content .content-bottom .content-bt .item:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item:nth-child(2) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item {
    width: 100%;
    display: flex;
    padding: 15px;
  }
  #main .section-8 .content .content-bottom .content-bt .item .item-r {
    width: 58%;
    margin-left: 2%;
  }
  #main .section-8 .content .content-bottom .content-bt .item .item-l {
    width: 40%;
  }
}
#main .section-8 .content .content-bottom .content-bt .item .title-cate {
  font-size: 14px;
  color: #fff;
  background: #eb4965;
  padding: 2px 16px;
  position: absolute;
  border-radius: 20px;
  top: 27px;
  left: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .title-cate {
    font-size: 9px;
    top: 20px;
    left: 17px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item a .img-item{
    width: 100%;
    height: 145px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item a .img-item{
    height: 120px;
  }
}
@media screen and (max-width: 481px) {
  #main .section-8 .content .content-bottom .content-bt .item a .img-item{
    height: 85px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item a .img-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#main .section-8 .content .content-bottom .content-bt .item .date-item {
  color: #ba916c;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .date-item {
    text-align: right;
    font-size: 12px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item .date-item:before {
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .date-item:before {
    left: unset;
    margin-left: -20px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item .content-item {
  margin-top: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .content-item {
    margin-top: 0;
  }
}
#main .section-8 .content .content-bottom .btn-more {
  margin-top: 40px;
}
#main .section-8 .content .content-bottom .btn-more:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-8 .content .content-bottom .btn-more a {
  color: #ba916c;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ba916c;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .btn-more a {
    max-width: 250px;
  }
}
#main .section-10 {
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 769px) {
  #main .section-10 {
    padding: 50px 0 60px 0;
  }
}
#main .section-10 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 245px;
}
@media screen and (max-width: 769px) {
  #main .section-10 .title {
    width: 122px;
  }
}
#main .section-10 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-10 .title span {
    font-size: 15px;
  }
}
#main .section-10 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-10 .content {
    padding: 0 15px;
  }
}
#main .section-10 .content .item {
  width: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
}
#main .section-10 .content .item:nth-child(4), #main .section-10 .content .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #main .section-10 .content .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 769px) {
  #main .section-10 .content .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}

footer {
  background: #f4eee9;
}
footer .container-ft {
  width: 1180px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 769px) {
  footer .container-ft {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 90px;
  }
}
footer .container-ft .ft-top {
  flex-wrap: wrap;
  display: flex;
  padding-top: 50px;
}
footer .container-ft .ft-top:after {
  content: '';
  display: block;
  clear: both;
}
footer .container-ft .ft-top .ft-top-left {
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-top .ft-top-left .logo {
    width: 30%;
  }
}
footer .container-ft .ft-top .ft-top-left .text-ft {
  font-size: 14px;
  margin-left: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-top .ft-top-left .text-ft {
    font-size: 10px;
    margin-left: 4%;
    width: 66%;
    padding: unset;
  }
}
footer .container-ft .ft-top .ft-top-right .content-cta {
  flex-wrap: wrap;
  display: flex;
  width: 540px;
  border-radius: 5px;
  border: 2px solid #ba916c;
  padding: 13px 20px 15px 25px;
  background: #fff;
  z-index: 9999;
  margin-left: 194px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-top .ft-top-right .content-cta {
    display: none !important;
  }
}
footer .container-ft .ft-top .ft-top-right .content-cta .left {
  letter-spacing: -1px;
}
footer .container-ft .ft-top .ft-top-right .content-cta .left .tel {
  font-size: 30px;
  display: block;
  line-height: 1;
  color: #eb4965;
  letter-spacing: 0;
}
footer .container-ft .ft-top .ft-top-right .content-cta .left .text {
  font-size: 14px;
  background: #eaded3;
  padding: 2px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
}
footer .container-ft .ft-top .ft-top-right .content-cta .right {
  margin-left: 29px;
  width: 100%;
  max-width: 250px;
}
footer .container-ft .ft-top .ft-top-right .content-cta .right .btn-contact a {
  color: #fff;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
footer .container-ft .ft-top .ft-top-right .content-cta .right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 33px;
   background-size: contain;
}
footer .container-ft .ft-bottom {
  width: 100%;
}
footer .container-ft .ft-bottom:after {
  content: '';
  display: block;
  clear: both;
}
footer .container-ft .ft-bottom .nav-ft .item-menu {
  margin-top: 35px;
  line-height: 1;
  padding-left: 10px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu {
    margin-top: 15px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .title {
  font-size: 20px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .title {
    font-size: 15px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li {
  margin-right: 45px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li a {
    font-size: 12px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li {
  margin-right: 45px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li a {
    font-size: 12px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li {
    margin-top: 10px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li a {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li a {
    font-size: 12px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li {
  margin-right: 45px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li {
    width: 50%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li a {
    font-size: 12px;
  }
}
footer .container-ft .copyright {
  font-size: 14px;
  padding: 20px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 769px) {
  footer .container-ft .copyright {
    padding: 10px;
  }
}
footer .contact-sp {
  display: none;
}
@media screen and (min-width: 770px) {
  footer .contact-sp {
    display: none !important;
  }
}
footer .contact-sp .contact-info {
  padding: 4px 6px;
  border: 2px solid #ba916c;
  background: #ffffff;
}
@media screen and (max-width: 769px) {
  footer .contact-sp .contact-info {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
}
footer .contact-sp .tel {
  width: 50%;
  text-align: center;
  font-weight: 600;
  color: #ba916c;
  font-size: 2.7vw;
  line-height: 3;
}
footer .contact-sp .mobile {
  width: 23%;
  margin: 0 2%;
  text-align: center;
  background: #eb4965; 
  padding: 5px 0;
  font-size: 2.8vw;
  border-radius: 5px;
}
footer .contact-sp .mobile a{
 color: #fff;
}
footer .contact-sp .mobile img {
  max-height: 8vw;
  margin-bottom: 5px;
}
footer .contact-sp .email {
  width: 23%;
  text-align: center;
  border: 2px solid #ba916c;
  padding: 5px 0;
  line-height: 1.2;
  border-radius: 5px;
}
footer .contact-sp .email a {
  color: #ba916c;
  font-weight: 600;
  font-size: 2.8vw;
}
footer .contact-sp .email img {
  max-height: 5vw;
  margin-bottom: 5px;
}

.button_scroll2top {
  display: none;
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 150px;
  right: 25px;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 769px) {
  .button_scroll2top {
    width: 40px;
    height: 40px;
  }
}

.contact-scroll {
  display: none;
}
.contact-scroll .content-ct {
  flex-wrap: wrap;
  display: flex;
  width: 540px;
  border-radius: 5px;
  border: 2px solid #ba916c;
  padding: 13px 20px 15px 25px;
  background: #fff;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 9999;
}
@media screen and (max-width: 769px) {
  .contact-scroll .content-ct {
    display: none !important;
  }
}
.contact-scroll .content-ct .left {
  letter-spacing: -1px;
}
.contact-scroll .content-ct .left .tel {
  font-size: 30px;
  display: block;
  line-height: 1;
  color: #eb4965;
  letter-spacing: 0;
}
.contact-scroll .content-ct .left .text {
  font-size: 14px;
  background: #eaded3;
  padding: 2px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
}
.contact-scroll .content-ct .right {
  margin-left: 29px;
  width: 100%;
  max-width: 250px;
}
.contact-scroll .content-ct .right .btn-contact a {
  color: #fff;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.contact-scroll .content-ct .right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 33px;
   background-size: contain;
}

.privacy {
  padding: 80px 0 150px 0;
  position: relative;
  background: #fff;
  z-index: 99999;
}
@media screen and (max-width: 769px) {
  .privacy {
    padding: 35px 0 70px 0;
  }
}
.privacy .container {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .privacy .container {
    padding: 0 15px;
    font-size: 15px;
  }
}
.privacy .container .content-privacy {
  line-height: 1.8;
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .privacy .container .content-privacy {
    width: 100%;
  }
}
.privacy .container .content-privacy .text-top {
  line-height: 2.2;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.privacy .container .content-privacy .conten-bt ul {
  display: flex;
  flex-wrap: wrap;
}
.privacy .container .content-privacy .conten-bt ul li {
  display: flex;
  margin-bottom: 10px;
}
.privacy .container .content-privacy .conten-bt ul li .number-sp {
  width: 20px;
}
@media screen and (max-width: 769px) {
  .privacy .container .content-privacy .conten-bt ul li .number-sp {
    width: 5%;
  }
}
.privacy .container .content-privacy .conten-bt ul li .text-sp {
  width: 750px;
}
@media screen and (max-width: 769px) {
  .privacy .container .content-privacy .conten-bt ul li .text-sp {
    width: 95%;
  }
}

.coopperation {
  background: #fff;
  position: relative;
  z-index: 9999;
  padding-top: 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .coopperation {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.coopperation .container {
  line-height: 1.8;
}
.coopperation .container .content-coop {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop {
    padding: 0 15px;
    width: 100%;
  }
}
.coopperation .container .content-coop span {
  text-align: right;
  float: right;
}
.coopperation .container .content-coop .textp {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 60px 0 40px 0;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .textp {
    font-size: 15px;
  }
}
.coopperation .container .content-coop .btn-contact a {
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .btn-contact a {
    max-width: 250px;
  }
}
.coopperation .container .content-coop .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 70px;
   background-size: contain;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .btn-contact a:before {
    left: 30px;
  }
}
.coopperation .container .content-coop h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop h2 {
    margin-top: 75px;
    font-size: 18px;
  }
}
.coopperation .container .content-coop .kagilock {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .kagilock {
    margin-top: 30px;
  }
  .coopperation .container .content-coop .kagilock img {
    width: 40%;
  }
}
.coopperation .container .content-coop .dt-link {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .dt-link {
    margin-top: 30px;
  }
}
.coopperation .container .content-coop .dt-link a {
  color: #eb4965;
  text-decoration: underline;
}

.mailform {
  padding-top: 80px;
  margin-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .mailform {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.mailform .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .mailform .container {
    width: 100%;
    padding: 0 15px;
  }
}
.mailform .container .content-form table {
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table {
    padding-top: 40px;
  }
}
.mailform .container .content-form table th {
  text-align: left;
  padding-bottom: 30px;
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.mailform .container .content-form table .text-top {
  vertical-align: top;
}
.mailform .container .content-form table td {
  width: 78%;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.mailform .container .content-form table td input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
}
.mailform .container .content-form table td input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
}

.mailform .container .content-form table td textarea {
  width: 100%;
  border: 1px solid #999999;
  padding: 10px;
}
.mailform .container .content-form table td input.fullname {
  width: 290px;
}
.mailform .container .content-form table td input.phone {
  width: 130px;
  margin: 0 10px;
  padding: 10px;
}
span.wpcf7-form-control-wrap.phone1, 
span.wpcf7-form-control-wrap.phone2,
span.wpcf7-form-control-wrap.phone3{
  position: unset;
}
span.wpcf7-form-control-wrap.phone1 span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.phone2 span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.phone3 span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: 3px;
  left: 0;
}
.mailform .container .content-form table td input.phone:first-child {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td input.phone {
    width: 29%;
    margin: 0 1%;
  }
}
.mailform .container .content-form table td .uploadFile {
  margin-top: 20px;
}
.mailform .container .content-form table td .uploadFile .file-upload {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.mailform .container .content-form table td .uploadFile .file-upload span.myFile1 {
    position: absolute;
    right: 0;
}
.mailform .container .content-form table td .uploadFile .file-upload__input {
  display: none;
}
.mailform .container .content-form table td .uploadFile .file-upload__button {
  -webkit-appearance: none;
  background: #ba916c;
  border-radius: 4px;
  border: none;
  outline: none;
  padding: 5px 10px;
  margin-right: 15px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}
.mailform .container .content-form table td .uploadFile .file-upload__button:active {
  background: #ba916c;
}
.mailform .container .content-form table td .uploadFile .file-upload__label {
  max-width: 250px;
  font-size: 0.95em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mailform .container .content-form table td .privacy-mail {
  margin: 50px 0;
}
.mailform .container .content-form table td .privacy-mail a {
  color: #eb4965;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td .privacy-mail {
    margin: 25px 0;
  }
}
.mailform .container .content-form table td .checkvalue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mailform .container .content-form table td .checkvalue input {
  height: 20px;
  width: 20px;
}
.mailform .container .content-form table td .checkvalue span {
  margin-left: 10px;
}
.mailform .container .content-form table td .btn-send {
  margin-top: 30px;
}
.mailform .container .content-form table td .btn-send input {
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  border: none;
}
.mailform .container .content-form table td .btn-send input[type="submit"]:disabled{
  background: #999;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td .btn-send a {
    max-width: 250px;
  }
}

.mailconfirm {
  padding-top: 80px;
  margin-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .mailconfirm {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.mailconfirm .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .mailconfirm .container {
    width: 100%;
    padding: 0 15px;
  }
}
.mailconfirm .container .content-confirm span {
  font-weight: 600;
}

.review {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .review {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .review .container {
    padding: 0 15px;
  }
}
.review .container .top-review {
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .review .container .top-review {
    font-size: 15px;
    padding: 15px;
  }
}
.review .container .top-review .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .review .container .top-review .title {
    font-size: 15px;
  }
}
.review .container .top-review .text-top {
  margin-top: 10px;
}
.review .container .top-review .btn-rev {
  margin-top: 20px;
}
.review .container .top-review .btn-rev a {
  color: #fff;
  max-width: 150px;
  width: 100%;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 769px) {
  .review .container .top-review .btn-rev a {
    max-width: 135px;
    font-size: 12px;
  }
}
.review .container .content-review {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review {
    margin-top: 30px;
  }
}
.review .container .content-review .pagin {
  width: 100%;
  margin-top: 10px;
}
.review .container .content-review .pagin:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .pagin ul {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.review .container .content-review .pagin ul li {
  margin: 0 5px;
}
.review .container .content-review .pagin ul li a {
  color: #eb4965;
  text-decoration: underline;
}
.review .container .content-review .pagin ul .active a {
  color: #000;
  text-decoration: none;
}
.review .container .content-review .list-review {
  margin-top: 15px;
}
.review .container .content-review .list-review:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .list-review .item {
  border: 2px solid #eaded3;
  padding: 32px 0;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item {
    padding: 15px;
  }
}
.review .container .content-review .list-review .item:first-child {
  margin-top: 0;
}
.review .container .content-review .list-review .item:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .list-review .item .content-item {
  width: 830px;
  margin: 0 auto;
}
.review .container .content-review .list-review .item .content-item .item-top {
  display: block;
  width: 100%;
}
.review .container .content-review .list-review .item .content-item .item-top:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .list-review .item .content-item .item-top .title-item {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .item-top .title-item {
    font-size: 15px;
  }
}
.review .container .content-review .list-review .item .content-item .item-top .date-voice {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .item-top .date-voice {
    font-size: 12px;
    position: relative;
    top: 30px;
  }
}
.review .container .content-review .list-review .item .content-item .star-voice {
  display: block;
  border-bottom: 2px dashed #ba916c;
  padding-bottom: 10px;
}
.review .container .content-review .list-review .item .content-item .star-voice img {
  width: 25px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .star-voice img {
    width: 15px;
  }
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .star-voice {
    border-bottom: 2px solid #ba916c;
  }
}
.review .container .content-review .list-review .item .content-item .content-voice {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item {
    width: 100%;
  }
}

.reviewform {
  padding-top: 80px;
  margin-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .reviewform {
    padding-top: 40px;
    margin-bottom: 75px;
    letter-spacing: -1px;
  }
}
.reviewform .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .reviewform .container {
    width: 100%;
    padding: 0 15px;
  }
}
.reviewform .container .content-form .red {
  color: #eb4965;
}
.reviewform .container .content-form table {
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table {
    padding-top: 40px;
  }
}
.reviewform .container .content-form table tr {
  width: 100%;
}
.reviewform .container .content-form table th {
  text-align: left;
  padding-bottom: 30px;
  width: 20%;
  margin-right: 2%;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.reviewform .container .content-form table .text-top {
  vertical-align: top;
}
.reviewform .container .content-form table td {
  width: 78%;
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.reviewform .container .content-form table td input[type="text"] {
  width: 100%;
  padding: 10px 0;
}
.reviewform .container .content-form table td textarea {
  width: 100%;
}
.reviewform .container .content-form table td input.fullname {
  width: 290px;
  margin-right: 10px;
  float: left;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td input.fullname {
    margin-right: 0;
    float: unset;
  }
}
.reviewform .container .content-form table td span {
  float: left;
}
.reviewform .container .content-form table td select {
  padding: 10px;
  width: 120px;
  margin: 0 10px;
}
.reviewform .container .content-form table td select:first-child {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td select {
    width: 25%;
    margin: 0 1%;
    padding: 10px 0;
  }
}
.reviewform .container .content-form table td input.reception {
  width: 290px;
}
.reviewform .container .content-form table td img {
  width: 24px;
}
.reviewform .container .content-form table td .note {
  background: #f4eee9;
  padding: 20px 25px;
  margin-top: 35px;
}
.reviewform .container .content-form table td .note span {
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td .note {
    margin-top: 25px;
  }
}
.reviewform .container .content-form table td .btn-send {
  margin-top: 40px;
}
.reviewform .container .content-form table td .btn-send .wpcr3_submit_btn {
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.reviewform .container .content-form table td .btn-send .wpcr3_submit_btn:hover{
  opacity: 0.7;
}
.reviewform .container .content-form .wpcr3_respond_2{
  display: block!important;
} 
.wpcr3_div_2 {
  width: 100%;
}
.wpcr3_respond_3{
  display: none!important;
}

@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td .btn-send .wpcr3_submit_btn {
    max-width: 250px;
  }
}
.pagination .wp-paginate{
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.pagination .wp-paginate a{
  border: 2px solid #ba916c;
  background: #fff;
  color: #ba916c;
  border-radius: 50%;
  padding: 5px 11px;
  font-weight: 600;
}
.pagination .wp-paginate .current{
  background: #ba916c;
  color: #fff;
  border-radius: 50%;
  padding: 5px 11px;
  font-weight: 600;
  border: 2px solid #ba916c;
}
.pagination .wp-paginate li{
  margin: 0 3px;
}
.pagination .wp-paginate .prev{
  position: relative;
  padding: 5px 13px;
  color: rgb(255 255 255 / 0%);
}
.pagination .wp-paginate .prev:before{
  content: '';
  background: url('../images/pre-602.webp') no-repeat;
  height: 13px;
  width: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  margin: 0 auto;
}
.pagination .wp-paginate .next{
  position: relative;
  padding: 5px 13px;
  color: rgb(255 255 255 / 0%);
  border: 2px solid #ba916c;
}
.pagination .wp-paginate .next:before{
  content: '';
  background: url('../images/next-602.webp') no-repeat;
  height: 13px;
  width: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */
#review-list .wpcr3_reviews_holder .wpcr3_review_item{
  border: 2px solid #eaded3;
    padding: 32px 0;
    margin-top: 20px;
}
@media screen and (max-width: 769px) {
 #review-list .wpcr3_reviews_holder .wpcr3_review_item{
  padding: 20px;
}
}
#review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_item{
  width: 830px;
    margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_item{
   width: 100%;
    margin: 0 auto;
}
}
#review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_dotline, #review-list .wpcr3_reviews_holder .wpcr3_review_datePublished{
  display: none !important;
}
div.wpcr3_review blockquote.wpcr3_content{
  margin: 0;
  padding: 0;
  padding-top: 15px;
  border-top: 2px dashed #ba916c;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
 div.wpcr3_review blockquote.wpcr3_content{
  margin-top: 10px;
}
}
div.wpcr3_review blockquote.wpcr3_content p{
   font-size: 16px;
}
#review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_review_custom_label, #review-list .wpcr3_reviews_holder .wpcr3_review_item.wpcr3_review_datePublished{
  display: none!important;
}
div.wpcr3_review div.wpcr3_review_customs{
  float: right;
  position: relative;
  margin-top: -30px;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
 div.wpcr3_review div.wpcr3_review_customs{
  margin-top: 0;
}
}
@media screen and (max-width: 769px) {
 div.wpcr3_review div.wpcr3_review_custom{
  margin-right: 0;
}
}
div.wpcr3_review div.wpcr3_review_author{
  font-size: 18px !important;
    font-weight: 600;
    font-style: normal; ;
}
@media screen and (max-width: 769px) {
 div.wpcr3_review div.wpcr3_review_author{
  font-size: 15px !important;
}
}
div.wpcr3_rating_style1_average{
  background: url('../images/newstars.webp') 0 -25px no-repeat;
  height: 25px;
}
div.wpcr3_rating_style1_base{
   background: url('../images/newstars.webp') 0 0 no-repeat;
   width: 134px;
    height: 25px;

}

div.wpcr3_rating_style1_score{
   background: url('../images/newstars.webp') 0 0 no-repeat;
   width: 134px;
    height: 25px;
}
div.wpcr3_rating_style1_status{
  width: 134px;
    height: 25px;
}
div.wpcr3_rating_style1_score div:hover{
 background: url('../images/newstars.webp') bottom right no-repeat;
}
div.wpcr3_rating_style1_score div{
  height: 25px;
}
@media screen and (max-width: 769px) {
 .reviewform .container .content-form table td textarea{
    min-width: 100%;
}
}

div.wpcr3_review{
  position: relative;
}
div.wpcr3_review div.wpcr3_review_ratingValue{
  position: absolute;
  top: 25px;
}
.wpcr3_review_custom_value{
  font-size: 14px;
}
.wpcr3_pagination{
  margin-top: 20px;
      float: right
}
.wpcr3_pagination_page{
  display: none;
}
.wpcr3_pagination .wpcr3_ls, .wpcr3_pagination .wpcr3_rs{
  display: none;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current{
  background: none;
  color: #000;
  text-decoration: none;
}
.wpcr3_pagination .wpcr3_a{
  background: none;
  color: #eb4965;
  text-decoration: underline;
  font-size: 16px;
}
.wpcr3_pagination .wpcr3_a:hover{
  background: none;
  opacity: 0.7;
  color: #eb4965; 
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled{
  background: none;
  color: #eb4965;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover{
 color: #eb4965;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover{
  background: none;
}
.breadcrumb-h1 > h1 {
  font-size: 16px
}
.user-review-area .wp-review-user-rating-star{
  float: none!important;
}
.title-review {
    margin-bottom: 10px;
}
div#review {
    margin-top: 40px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
#review-button {
    color: #fff;
    background: #eb4965;
    border-radius: 3px;
    padding: 5px 10px;
    border:none;
    margin-right: 10px;
}