/* TOP FV CSS */
@media screen and (max-width:768px) {
  #hero.hero-big {
    height: auto;
    max-height: inherit;
  }
  #hero.hero-big .hero-slider .slider-item {
    max-height: initial;
    height: 70vw;
  }
  .horizontal-section .horizontal-inner {
     padding: 100px 0;
     padding-top: 0!important;
  }
}


/* AOAO SAPPORO CSS */
.tag-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tag-wrap div {
    width: calc(100% - 110px);
}
.tag-wrap .work_h4 {
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 10px;
    margin: 0 10px 0 0;
    min-width: 80px;
    text-align: center;
    text-transform: none;
}
.tag-wrap div {
    width: calc(100% - 110px);
}
.aoao .bld {
   font-weight: bold:
}
.aoao .index {
    margin-top: 7em;
}

.aoao .spacer {margin-bottom: 30px;}
@media screen and (max-width:768px) {
.aoao .spacer {margin-bottom: 0;}
}

/* AOAOリスト */
.aoao .index-list  {
    margin-top: 25px;
    margin-bottom: 120px;
}
.aoao .index-list ol {
    list-style-type: none !important;
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}
.aoao .index-list li {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: bold;
    background: #f5f5f5;
    padding: 12px 20px 12px 100px;
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}
.aoao .index-list li a {
    color: #000000;
}
.aoao .index-list li:hover {
    opacity: 0.8;
}
.aoao .index-list li img {
    display: inline-block;
    width: 37px;
    margin: 2px 20px 0 40px;
}
.aoao .yamauchi {
    font-size: 0.8em;
    font-weight: normal;
    color: #103cce;
    text-decoration: underline;
    padding-left: 40px;
}

@media screen and (max-width:768px) {
.aoao .index-list li img {
    display: block;
    text-align: center;
    width: 37px;
    margin: 4px 0 8px 0;
}
.aoao .yamauchi {
    display:  block; 
    padding-top: 5px;
    padding-left: 15px;
}
}

/* AOAOタイトル */
.aoao h3 {
    margin-top: 80px;
    margin-bottom: 40px;
}
.aoao h3.title {
    font-size: 1.8em;
    line-height: 1.6em;
    padding-left: 2.7em;
    background-repeat: no-repeat;
    background-size: 70px 37px;
    background-position: left center;
}
.aoao h3.num01 {
    background-image: url(/wp-content/uploads/2023/10/num01.png);
}
.aoao h3.num02 {
    background-image: url(/wp-content/uploads/2023/10/num02.png);
}
.aoao h3.num03 {
    background-image: url(/wp-content/uploads/2023/10/num03.png);
}
.aoao h3.num04 {
    background-image: url(/wp-content/uploads/2023/10/num04.png);
}
.aoao h3.num05 {
    background-image: url(/wp-content/uploads/2023/10/num05.png);
}
.aoao h3.num06 {
    background-image: url(/wp-content/uploads/2023/10/num06.png);
}
.aoao h3.num07 {
    background-image: url(/wp-content/uploads/2023/10/num07.png);
}
.aoao h3.num08 {
    background-image: url(/wp-content/uploads/2023/10/num08.png);
}

.aoao h4 {
    margin-bottom: 40px;
}
.aoao h4.title {
    font-size: 1em;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
}
.aoao h4.title::before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 60px;
    height: 1px;
    background-color: #000000;
}

@media screen and (max-width:1024px) {
.aoao h4.title {
    font-size: 0.9em !important;
    line-height: 1.3em;
}
}

@media screen and (max-width:768px) {
.aoao h3 {
    margin-top: 80px;
    padding-top: 50px;
}
.aoao h3.title {
    font-size: 1.4em;
    line-height: 1.6em;
    padding-left: 0;
    background-size: 70px 37px;
    background-position: top center;
}
}

/* AOAOコンテンツ */
.aoao .box2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.aoao .item-center {
    align-items: center;
}
.aoao .item-start {
    align-items: flex-start ;
}
.aoao .box2 .b2-left {
    width: 48%;
}
.aoao .box2 .b2-right {
    width: 48%;
}
.aoao .b2-photo {
    width: 100%;
}
.aoao .b2-photo img {
    width: 100%;
}
.aoao .photo-txt {
    width: 100%;
    padding-top: 8px;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.aoao .talk-txt {
    width: auto;
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.aoao .in-photo-left {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.aoao .in-photo-right {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.aoao .in-photo-small {
    width: 60%;
}
.aoao .photo-txt-small {
    width: 100%;
    padding-top: 8px;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.aoao .talk dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.aoao .talk dt {
    width: auto;
    font-size: 0.9em;
    font-weight: normal !important;
    white-space: nowrap;
    text-decoration: underline;
    margin-bottom: 30px;
    padding-right: 30px;
}
.aoao .talk dd {
    width: auto;
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 30px;
}
.aoao .talk .green {
    color: #05a7a1;
}
.aoao .talk .blue {
    color: #053efc;
}

.aoao .box1-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.aoao .box1-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.aoao .b1-photo {
    width: 70%;
}
.aoao .b1-photo img {
    width: 100%;
}
.aoao .b1-photo-txt {
    width: 70%;
    padding-top: 8px;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.aoao .b1full-photo {
    width: 100%;
}
.aoao .b1full-photo img {
    width: 100%;
}
.aoao .b1full-photo-txt {
    width: 100%;
    padding-top: 8px;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.aoao .kancho-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    background: #e6f2ff;
    padding: 56px 73px 56px 73px;
}
.aoao .kancho-box .k-photo {
    width: 20%;
    padding-right: 47px;
}
.aoao .kancho-box .k-photo img {
    width: 100%;
}
.aoao .kancho-box .k-txt-box {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.aoao .kancho-box h5.k-title {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: bold;
    color: #103cce!important;
    margin-bottom: 30px;
}
.aoao .kancho-box .k-txt {
    width: 100%;
    font-size: 1em;
    line-height: 1.6em;
}

.aoao .info-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 80px 0 50px 0;
}
.aoao .b-top {
    border-top: solid 1px #000;
}
.aoao .b-top-bot {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.aoao .in-info {
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.aoao .in-info .info-photo {
    width: 136px;
    padding-right: 34px;
}
.aoao .in-info .info-photo img {
    width: 100%;
}
.aoao .in-info .info-txtbox {
    flex: 1;
}
.aoao .in-info .info-name {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.1em;
}
.aoao .in-info .info-rubi {
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 20px;
}
.aoao .in-info .info-rubi.next {
    margin-bottom: 0;
}
.aoao .in-info .info-txt {
    width: 100%;
    font-size: 0.8em;
    line-height: 2em;
}
.aoao .in-info .info-txt ul li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 2em;
}
.aoao .in-info .info-txt ul {
    margin-top: 0;
}
.aoao .in-info .info-txt ul + p {
    margin-top: 0;
}
.aoao .m-shift {
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 1em;
}

@media screen and (max-width:768px) {
.aoao .box2 {
    justify-content: flex-start;
}
.aoao .item-center {
    align-items: flex-start ;
}
.aoao .box2 .b2-left {
    width: 100%;
}
.aoao .box2 .b2-right {
    width: 100%;
}
.aoao .in-photo-right {
    justify-content: flex-start;;
}
.aoao .in-photo-small {
    width: 100%;
}
.aoao .photo-txt-small {
    margin-bottom: 30px;
}
.aoao .talk dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.aoao .talk dl {
    flex-wrap: wrap;
}
.aoao .talk dt {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
}
.aoao .talk dd {
    width: 100%;
    margin-bottom: 30px;
}
.aoao .box1-center {
    justify-content: flex-start;
}
.aoao .b1-photo {
    width: 100%;
}
.aoao .b1-photo-txt {
    width: 100%;
}
.aoao .kancho-box {
    align-items: lex-start;
    padding: 40px 25px 40px 25px;
}
.aoao .kancho-box .k-photo {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
}
.aoao .kancho-box .k-photo img {
    width: 50%;
}
.aoao .kancho-box .k-txt-box {
    width: 100%;
}
.aoao .kancho-box h5.k-title {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
    color: #103cce;
    margin-bottom: 30px;
}
.aoao .kancho-box .k-txt {
    width: 100%;
    font-size: 1em;
    line-height: 1.6em;
}
.aoao .info-box {
    padding: 40px 0 30px 0;
}
.aoao .in-info {
    width: 100%;
}
.aoao .in-info .info-photo {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
}
.aoao .in-info .info-photo img {
    width: 45%;
}
.aoao .in-info .info-txtbox {
    width: 100%;
}
}

@media screen and (max-width:480px) {
.aoao .kancho-box .k-photo img {
    width: 70%;
}
.aoao .in-info .info-photo img {
    width: 60%;
}
}














/* AOAO SAPPOROここまで */

/* お魚占いシステム 実績 */
.postid-11142 .full-window {
  width: 100%;
}

.postid-11142 .section-inner p {
  width: 1080px;
  margin: 0 auto;
  max-width: calc(100% - 80px);
}

.postid-11142 .tag-wrap {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.postid-11142 .tag-wrap .work_h4 {
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  padding: 0 10px;
  margin: 0 10px 0 0;
  min-width: 80px;
  text-align: center;
  text-transform: none;
}

.postid-11142 h5.copy {
  font-size: 20pt;
  line-height: 35px;
}

.postid-11142 .tag-wrap div {
  width: calc(100% - 110px);
}

.postid-11142 .work_h4~p {
  margin: 0;
}

.postid-11142 h5 .pnum {
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  padding: 0 10px;
  margin: 0 10px 0 0;
  min-width: 64px;
  text-align: center;
  text-transform: none;
}

.postid-11142 .flex-box {
  list-style: none;
  display: flex;
  margin-left: 0;
}

.postid-11142 .flex-box li:first-child {
  width: 60%;
}

.postid-11142 .flex-box li:nth-child(1) {
  width: 45%;
}

.postid-11142 .flex-box li:nth-child(2) {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .postid-11142 .tag-wrap div {
    margin: 10px auto 0;
    width: calc(100% - 8%);
  }
}

@media screen and (max-width: 1024px) {
  .postid-11142 .flex-box li:nth-child(1) {
    width: 60%;
  }
  .postid-11142 .flex-box li:nth-child(2) {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .postid-11142 .sr-gallery {
    width: calc(100% - 30%) !important;
    margin: 0 auto;
  }
}