@charset "UTF-8";
/*
css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
*/
/*==================================================================================
profile_style
==================================================================================*/
#soka main {
  background: #bed200;
  margin: -13px auto 0;
  padding-bottom: 76px;
  display:block;
}

@media (max-width: 1280px) {
  #soka main {
    margin: -8px auto 0;
  }
}

#soka main nav{
  display:block;
}

#soka main nav ul {
  font-size: 0;
  height: 40px;
}

#soka main nav ul li {
  position: relative;
  display: inline-block;
  width: 50%;
  z-index:10;
}

#soka main nav ul li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: translate(50%, -50%);
}

#soka main nav ul li a {
  display: block;
  width: 100%;
  height: 40px;
  background: #922b8b;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

#soka main nav ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  background: url("./../img/common/site-white.png") no-repeat;
  background-size: cover;
}

#soka main .mainvisual {
  position: relative;
  width: 100%;
}

#soka main .mainvisual img {
  width: 100%;
}

#soka main .mainvisual .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 920px;
  transform: translate(-50%, -50%);
}

#soka main .section {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 0;
}

#soka main .section .block-title {
  display: block;
  width: fit-content;
  padding: 0 10px;
  height: 34px;
  border: 1px solid #5f6900;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
}

#soka main .section.section01.introduction {
  width: 94%;
  max-width: 948px;
  margin-top: -70px;
}

#soka main .section.section01.introduction .intro {
  display: table;
  vertical-align: top;
}

#soka main .section.section01.introduction .intro .text-block {
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 50%;
  vertical-align: bottom;
  top:75px;
}

#soka main .section.section01.introduction .intro .text-block h2 {
  width: 100%;
}

#soka main .section.section01.introduction .intro .text-block h2 img {
  width: 100%;
}

#soka main .section.section01.introduction .intro .text-block .text {
  margin-top: 21px;
}

#soka main .section.section01.introduction .intro .text-block .text p {
  font-size: 18px;
  line-height: 2;
}

#soka main .section.section01.introduction .intro .image-block {
  display: table-cell;
  position: relative;
  z-index: 2;
  width: 50%;
}

#soka main .section.section01.introduction .intro .image-block img {
  width: 67.37%;
  margin-left: 24%;
}


@media (max-width: 1025px) {
  #soka main .section.section01.introduction {
    margin-top: 0px;
  }
}

#soka main .section.section02.appearance {
  margin-top: 140px;
}

#soka main .section.section02.appearance .appearance-images {
  margin-top: 17px;
  overflow: hidden;
}

#soka main .section.section02.appearance .appearance-images .appearance-image {
  float: left;
  width: 47.5%;
}

#soka main .section.section02.appearance .appearance-images .appearance-image:nth-child(even) {
  float: right;
}

#soka main .section.section02.appearance .appearance-images .appearance-image:nth-child(n + 3) {
  margin-top: 50px;
}

#soka main .section.section02.appearance .appearance-images .appearance-image img {
  width: 100%;
  border-radius:10px;
}

#soka main .section.section02.appearance .appearance-images + h2 {
  margin-top: 34px;
}

#soka main .section.section03.map {
  margin-top: 110px;
}

#soka main .section.section03.map .map {
  margin-top: 10px;
}

#soka main .section.section04.property {
  margin-top: 99px;
}

#soka main .section.section04.property .block-title {
  margin-bottom: 10px;
}

#soka main .section.section04.property .property-table.pc {
  display: table;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#soka main .section.section04.property .property-table + .property-table {
	margin-top: 50px;
}

#soka main .section.section04.property .property-table.pc tr th,
#soka main .section.section04.property .property-table.pc tr td {
  border: 1px solid #bed200;
  padding: 0px 10px 0px 10px;
}

#soka main .section.section04.property .property-table.pc tr th span,
#soka main .section.section04.property .property-table.pc tr td span {
  text-align: left;
  font-size: 15px;
  line-height: 1.9375;
}

#soka main .section.section04.property .property-table.pc tr th ul,
#soka main .section.section04.property .property-table.pc tr td ul {
  padding: 5px 0;
}

#soka main .section.section04.property .property-table.pc tr th ul li,
#soka main .section.section04.property .property-table.pc tr td ul li {
  font-size: 15px;
  line-height: 1.9375;
}

@media (max-width: 1025px) {
  #soka main .section.section04.property .property-table.pc tr th span,
  #soka main .section.section04.property .property-table.pc tr td span {
    font-size: 11px;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
  #soka main .section.section04.property .property-table.pc tr th ul,
  #soka main .section.section04.property .property-table.pc tr td ul {
    padding: 4px 0;
  }
  #soka main .section.section04.property .property-table.pc tr th ul li,
  #soka main .section.section04.property .property-table.pc tr td ul li {
    font-size: 11px;
    letter-spacing: -0.01em;
  }
}

#soka main .section.section04.property .property-table.pc tr th {
  width: calc(15.6% - 20px);
  background: #eae4d0;
  vertical-align: middle;
  text-align: left;
}

#soka main .section.section04.property .property-table.pc tr td {
  vertical-align: middle;
  background: #fff;
}

#soka main .section.section04.property .property-table.pc tr td.title {
  vertical-align: middle;
  background: #f5f2e8;
  white-space: nowrap;
}

#soka main .section.section04.property .property-table.pc tr td.full {
  width: calc(84.4% - 20px);
}

#soka main .section.section04.property .property-table.pc tr td.wide {
  width: 0%;
}

#soka main .section.section04.property .property-table.pc tr td.middle {
  width: 0%;
}

#soka main .section.section04.property .property-table.pc tr td.small {
  width: calc(16.4% - 20px);
}

#soka main .section.section04.property .property-table.pc tr td.minimum {
  width: 0%;
  padding: 0 5px;
}

#soka main .section.section04.property .property-table.pc tr:first-child th {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}

#soka main .section.section04.property .property-table.pc tr:first-child td:last-child {
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}

#soka main .section.section04.property .property-table.pc tr:nth-child(14) th {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
}

#soka main .section.section04.property .property-table.pc tr:last-child th {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
}

#soka main .section.section04.property .property-table.pc tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}

#soka main .section.section05.lacation {
  margin-top: 99px;
}

#soka main .section.section05.lacation .location-lists {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 80px;
}

#soka main .section.section05.lacation .location-lists .location-list {
  position: relative;
  padding-left: 24px;
  margin-top: 15px;
  font-size: 28px;
  line-height: 1.65;
  font-weight: 500;
}

#soka main .section.section05.lacation .location-lists .location-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #922b8b;
}

#soka main .section.section05.lacation .application-detail {
  margin-top: 70px;
}

#soka main .section.section05.lacation .application-detail .application-detail-title {
  width: 100%;
}

#soka main .section.section05.lacation .application-detail .application-detail-title img {
  width: 100%;
}

#soka main .section.section05.lacation .application-detail .application-detail-title + .full-image {
  margin-top: 40px;
}

#soka main .section.section05.lacation .full-image {
  margin-top: 50px;
}

#soka main .section.section05.lacation .full-image img {
  width: 100%;
}

#soka main .section.section05.lacation .harf-images {
  margin-top: 50px;
  overflow: hidden;
}

#soka main .section.section05.lacation .harf-images .harf-image {
  width: 48%;
}

#soka main .section.section05.lacation .harf-images .harf-image img {
  width: 100%;
}

#soka main .section.section05.lacation .harf-images .harf-image.left-image {
  float: left;
}

#soka main .section.section05.lacation .harf-images .harf-image.right-image {
  float: right;
}

#soka main .section.section05.lacation .attention {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
  padding-left: 25px;
}
#soka main .section.section05.lacation .attention2 {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
  padding-left: 40px;
}

#soka main .section.section05.lacation .attention span,
#soka main .section.section05.lacation .attention2 span {
  position: absolute;
  left: 0;
}

#soka main .section.section05.lacation .application-detail-table {
  width: 100%;
  margin-top: 10px;
}

#soka main .section.section05.lacation .application-detail-table tr {
  display: table-row;
  border-bottom: 1px solid #bed200;
  font-size: 0;
}

#soka main .section.section05.lacation .application-detail-table tr th,
#soka main .section.section05.lacation .application-detail-table tr td {
  padding: 10px 25px 10px 25px;
  font-size: 15px;
  line-height: 1.9375;
}

#soka main .section.section05.lacation .application-detail-table tr td.small {
  border-right: 1px solid #bed200;
  white-space: nowrap;
}
#soka main .section.section05.lacation .application-detail-table tr td.small2 {
  vertical-align: middle;
}

#soka main .section.section05.lacation .application-detail-table tr th span,
#soka main .section.section05.lacation .application-detail-table tr td span {
  text-align: left;
  font-size: 15px;
  line-height: 1.0;
}

#soka main .section.section05.lacation .application-detail-table tr th ul,
#soka main .section.section05.lacation .application-detail-table tr td ul {
  padding: 5px 0;
}

#soka main .section.section05.lacation .application-detail-table tr th ul li,
#soka main .section.section05.lacation .application-detail-table tr td ul li {
  font-size: 15x;
  line-height: 1.9375;
}

#soka main .section.section05.lacation .application-detail-table tr th ul + .attention,
#soka main .section.section05.lacation .application-detail-table tr td ul + .attention2 {
  /*display: inline;*/
}

#soka main .section.section05.lacation .application-detail-table tr th ul + .attention + .attention,
#soka main .section.section05.lacation .application-detail-table tr td ul + .attention + .attention2 {
  /*display: inline;*/
}

#soka main .section.section05.lacation .application-detail-table tr th {
  width: calc(33% - 50px);
  background: #eef0cc;
  vertical-align: middle;
  text-align: left;
}

#soka main .section.section05.lacation .application-detail-table tr th span {
  white-space: nowrap;
}

#soka main .section.section05.lacation .application-detail-table tr td {
  width: calc(67% - 50px);
  background: #fff;
}

#soka main .section.section05.lacation .application-detail-table tr td em {
  font-style: normal;
  text-decoration: underline;
}

#soka main .section.section05.lacation .application-detail-table tr td.title {
  vertical-align: middle;
  background: #f5f2e8;
}

#soka main .section.section05.lacation .application-detail-table tr td.full {
  width: calc(67% - 20px);
}

#soka main .section.section05.lacation .application-detail-table tr td .attention,
#soka main .section.section05.lacation .application-detail-table tr td .attention2 {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.11;
}

#soka main .section.section05.lacation .application-detail-table tr td .attention.pc {
  display: block;
}

#soka main .section.section05.lacation .application-detail-table tr:first-child th {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}

#soka main .section.section05.lacation .application-detail-table tr:first-child td:last-child {
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}

#soka main .section.section05.lacation .application-detail-table tr:last-child {
  border-bottom: none;
}

#soka main .section.section05.lacation .application-detail-table tr:last-child th {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
}

#soka main .section.section05.lacation .application-detail-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}

@media (max-width: 1025px) {
  #soka main .section.section05.lacation {
    margin-top: 20px;
  }
  #soka main .section.section05.lacation .location-lists {
    margin-left: 0;
  }
}



#soka main .section.section06.invoice .application-detail {
  margin-top: 70px;
  position: relative;
  /*background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
}

#soka main .section.section06.invoice .application-detail h3 {
  padding-top:20px;
}
#soka main .section.section06.invoice .application-detail h3 img {
  width: 100%;
}

#soka main .section.section06.invoice .application-detail .case {
  padding: 16px 4px 40px 4px;
}

#soka main .section.section06.invoice .application-detail p {
  font-size: 16px;
  line-height: 1.9375;
  text-align: justify;
  text-justify: inter-ideograph;
}

#soka main .section.section06.invoice .application-detail p strong {
  color: #932b8c;
  /*background:linear-gradient(transparent 60%, #eef0cc 60%);*/
}

#soka main .section.section06.invoice .application-detail p em {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.25;
  display: block;
  padding: 1em 0;
}


#soka main .section.section06.invoice .application-detail .box {
  background: #f2ebf3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 2px;
  padding: 15px 25px 20px 25px;
}

#soka main .section.section06.invoice .application-detail .box h4 {
  padding-top: 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #932b8c;
}


#soka main .section.section06.invoice .invoice-lists {
  margin-top: 10px;
}

#soka main .section.section06.invoice .invoice-lists .invoice-list {
  position: relative;
  padding-left: 24px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.9375;
  font-weight: 500;
}

#soka main .section.section06.invoice .invoice-lists .invoice-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #932b8c;
}

#soka main .section.section06.invoice .application-detail .tableBox {
  /*padding-top:40px;
  padding-bottom:15px;*/
}
#soka main .section.section06.invoice .application-detail .tableBox img {
  width: 100%;
}

#soka main .section.section06.invoice .attention {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.75;
    padding-left: 25px;
}

#soka main .section.section06.invoice .attention span {
    text-align: left;
    font-size: 15px;
    line-height: 1.0;
    position: absolute;
    left: 0;
    padding-top: 3px;
    padding-left: 55px;
}



#soka .site-footer {
  margin-top: 0;
}

sup {
  vertical-align: super !important;
  font-size: smaller !important;
}

.youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.youtube_wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 0px;
}

/*# sourceMappingURL=maps/style.css.map */
