@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none; }

a[href^="tel:"]:link, a[href^="tel:"]:visited {
  color: #333;
  text-decoration: none; }

a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: #333;
  text-decoration: none; }

html, body {
  font-size: 16px; }
  @media (max-width: 756px) {
    html, body {
      font-size: 3.7vw; } }

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: none; }

input, textarea, select {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

b, strong, fontBold {
  font-weight: 700; }

/* reset ------------------------------ */
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, figure,
p, blockquote, pre, cite, code, caption,
header, footer, section,
tr, th, td,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

figure, picture {
  display: block; }

img, table {
  border: none; }

img {
  vertical-align: bottom; }

table {
  border-collapse: collapse; }

ul, ol {
  list-style: none; }

li img,
dt img {
  vertical-align: bottom; }

/* textlink ------------------------------ */
a,
a img {
  transition: all .3s; }

a {
  color: #838383;
  text-decoration: underline; }

a:hover,
a:hover img,
input[type="submit"]:hover,
input[type="image"]:hover {
  text-decoration: none;
  opacity: 0.7; }

/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important; }

.bot010px {
  margin-bottom: 10px !important; }

.bot015px {
  margin-bottom: 15px !important; }

.bot020px {
  margin-bottom: 20px !important; }

.bot025px {
  margin-bottom: 25px !important; }

.bot030px {
  margin-bottom: 30px !important; }

.bot035px {
  margin-bottom: 35px !important; }

.bot040px {
  margin-bottom: 40px !important; }

.bot045px {
  margin-bottom: 45px !important; }

.bot050px {
  margin-bottom: 50px !important; }

.bot060px {
  margin-bottom: 60px !important; }

.bot070px {
  margin-bottom: 70px !important; }

.bot100px {
  margin-bottom: 100px !important; }

/*align
-----------------------------------------------*/
.alright {
  text-align: right !important; }

.alcenter {
  text-align: center !important; }

.alleft {
  text-align: left !important; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  a[href^="tel:"] {
    pointer-events: auto; }

  a:hover,
  a:hover img,
  input[type="submit"]:hover,
  input[type="image"]:hover {
    opacity: 1;
    filter: alpha(opacity=100); } }
.forpc {
  display: block; }

.forsp {
  display: none; }

.forpcinline {
  display: inline; }

.forspinline {
  display: none; }

@media print {
  body {
    display: none; } }
@media screen {
  body {
    display: block; } }
html, body {
  position: relative; }

@media screen and (max-width: 756px) {
  body {
    padding-top: 15.5vw;
    padding-bottom: 22vw; } }
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  margin: 0;
  padding: 0; }

.subContents {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 756px) {
    .subContents {
      width: 100vw;
      padding: 0 3.5vw; } }

.subContentsS {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 756px) {
    .subContentsS {
      width: 100vw;
      padding: 0 3.5vw; } }

header {
  background: #fff;
  border-bottom: solid 1px #eee; }
  header .row {
    padding: 20px 0 15px;
    display: flex;
    align-items: center; }
    header .row h1 {
      width: 216px; }
      header .row h1 img {
        width: 100%;
        height: auto; }
    header .row ul {
      margin-left: auto;
      display: flex; }
      header .row ul li {
        margin-left: 30px; }
        header .row ul li a {
          color: #808080;
          text-decoration: none; }
        header .row ul li span {
          padding-right: 24px;
          position: relative; }
          header .row ul li span .icon {
            fill: #808080; }
          header .row ul li span i {
            position: absolute;
            top: -5px;
            right: 0; }
          header .row ul li span span {
            padding-right: 0;
            position: static; }
        header .row ul li.message .icon {
          width: 18px;
          height: calc(18px / 197 * 150);
          margin-right: 10px;
          transform: translateY(1px); }
        header .row ul li.information .icon {
          width: 15px;
          height: calc(15px / 116 * 150);
          margin-right: 6px;
          transform: translateY(4px); }
    header .row .kaisu {
      margin: 0 0 0 25px; }
    header .row .mem {
      font-size: .9375rem;
      margin: 0 0 0 25px; }
      header .row .mem > span {
        padding: 0 30px 0 25px;
        position: relative;
        cursor: pointer; }
        header .row .mem > span::before {
          content: "";
          width: 20px;
          height: calc(20px / 1 * 1);
          background: url(../images/s_men.svg) no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 2px;
          left: 0; }
        header .row .mem > span::after {
          content: "";
          width: 18px;
          height: calc(18px / 1 * 1);
          background: url(../images/s_arrow1_down.svg) no-repeat right center;
          background-size: 18px auto;
          position: absolute;
          top: 3px;
          right: 0; }
        header .row .mem > span:hover {
          text-decoration: underline; }
    header .row #menuBtn {
      display: none; }
  header #gnav {
    padding: 10px 0; }
    header #gnav ul {
      display: flex;
      justify-content: space-between; }
      header #gnav ul li {
        width: 100%;
        text-align: center;
        border-right: solid 1px #eee; }
        header #gnav ul li:first-child {
          border-left: solid 1px #eee; }
        header #gnav ul li a {
          color: #929293;
          font-weight: 700;
          text-decoration: none;
          line-height: 1;
          padding: 10px 0;
          display: block; }
          header #gnav ul li a span {
            position: relative; }
            header #gnav ul li a span i {
              position: absolute;
              top: -5px;
              right: -25px; }
            header #gnav ul li a span .icon {
              width: 20px;
              height: 20px;
              fill: #939192;
              margin-right: 10px;
              display: inline-block;
              transform: translateY(-1px);
              vertical-align: top; }
          header #gnav ul li a:hover {
            color: #57b342; }
            header #gnav ul li a:hover span .icon {
              fill: #57b342; }
        header #gnav ul li:nth-child(3) a .icon {
          width: 26px;
          height: 22px;
          transform: translateY(-2px); }

body.activities header #gnav li.activities a,
body.search header #gnav li.search a,
body.like header #gnav li.like a,
body.activities header #gnav li.activities a,
body.recommend header #gnav li.recommend a,
body.events header #gnav li.events a {
  color: #57b342; }
  body.activities header #gnav li.activities a span .icon,
  body.search header #gnav li.search a span .icon,
  body.like header #gnav li.like a span .icon,
  body.activities header #gnav li.activities a span .icon,
  body.recommend header #gnav li.recommend a span .icon,
  body.events header #gnav li.events a span .icon {
    fill: #57b342; }

@media screen and (max-width: 756px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5; }
    header .row {
      padding: 4vw 0 3vw; }
      header .row h1 {
        width: 46vw;
        align-self: flex-start; }
        header .row h1 a {
          width: fit-content;
          -moz-width: fit-content;
          display: block; }
          header .row h1 a img {
            width: 100%;
            max-height: 8vw; }
      header .row ul li {
        margin-left: 6vw; }
        header .row ul li span {
          padding-right: 0; }
          header .row ul li span i {
            top: -3vw;
            right: -4.6vw; }
          header .row ul li span .text {
            display: none; }
        header .row ul li.message {
          transform: translateY(6px); }
          header .row ul li.message .icon {
            width: 6vw;
            height: calc(6vw / 197 * 150);
            margin-right: 0;
            transform: translateY(0); }
        header .row ul li.information .icon {
          width: 5vw;
          height: calc(5vw / 116 * 150);
          margin-right: 0;
          transform: translateY(4px); }
      header .row .kaisu {
        display: none; }
      header .row .mem {
        display: none; }
      header .row #menuBtn {
        width: 7vw;
        height: calc(7vw / 91 * 75);
        margin-left: 6vw;
        background: url(../images/s_hamburger.svg) no-repeat;
        background-size: 100% auto;
        position: relative;
        display: block; }
        header .row #menuBtn i {
          border: solid 3px #fff;
          position: absolute;
          top: -2vw;
          right: -2vw; }
    header #gnav {
      width: 100vw;
      background: #fff;
      padding: 0;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 5; }
      header #gnav ul li {
        border-right: none; }
        header #gnav ul li:first-child {
          border-left: none; }
        header #gnav ul li a {
          color: #929293;
          font-size: .85rem;
          padding: 11vw 0 5vw; }
          header #gnav ul li a span {
            padding-right: 0;
            padding-top: 6.5vw; }
            header #gnav ul li a span i {
              top: -5px;
              right: -5px; }
            header #gnav ul li a span .icon {
              width: 5.8vw;
              height: 5.8vw;
              margin-right: 0;
              position: absolute;
              top: 0;
              left: 50%;
              transform: translateX(-50%); }
          header #gnav ul li a:hover {
            color: #929293; }
            header #gnav ul li a:hover span .icon {
              fill: #939192; }
        header #gnav ul li:nth-child(3) a .icon {
          width: 6.6vw;
          height: 5.8vw;
          transform: translateX(-50%); } }
#hmenu {
  width: 350px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 60px;
  right: calc(50vw - 560px);
  z-index: 20;
  display: none; }
  #hmenu .hmenuhead {
    border-bottom: solid 1px #ddd;
    padding: 25px 0 15px 30px; }
    #hmenu .hmenuhead .name {
      font-size: 1.0625rem;
      font-weight: 700; }
      #hmenu .hmenuhead .name .moshikomikaisu {
        display: none;
        margin-left: 1em; }
    #hmenu .hmenuhead .shop {
      color: #808080;
      font-size: .875rem; }
    #hmenu .hmenuhead #menuClose {
      display: none; }
  #hmenu .hmenubody {
    border-top: solid 7px #f5f6f7;
    padding: 15px 0; }
    #hmenu .hmenubody .ilinks {
      display: none; }
    #hmenu .hmenubody .tlinks {
      margin: 0 0 0 30px; }
      #hmenu .hmenubody .tlinks li a {
        color: #333;
        font-size: .9375rem;
        text-decoration: none;
        border-bottom: solid 1px #ddd;
        padding: 10px 0;
        display: block;
        position: relative; }
        #hmenu .hmenubody .tlinks li a::after {
          content: "";
          width: 5px;
          height: calc(5px / 17 * 30);
          background: url(../images/s_arrow2_right.svg) no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: calc(50% - 3px);
          right: 30px; }
      #hmenu .hmenubody .tlinks li:last-child a {
        border-bottom: none; }
    #hmenu .hmenubody .pr {
      display: none; }
    #hmenu .hmenubody .btns {
      text-align: center;
      border-top: solid 1px #ddd;
      padding: 15px 30px 0; }
      #hmenu .hmenubody .btns p {
        font-size: .9375rem;
        font-weight: 700; }

@media screen and (max-width: 1100px) {
  #hmenu {
    right: calc(50vw - 550px); } }
@media screen and (max-width: 756px) {
  #hmenu {
    width: 85vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 100vw;
    right: auto;
    z-index: 10;
    display: block;
    transition: all .3s; }
    #hmenu.active {
      left: 15vw; }
    #hmenu .inner {
      height: 100vh;
      padding-bottom: 30vw;
      overflow-y: auto; }
    #hmenu .hmenuhead {
      border-bottom: solid 2px #ddd;
      padding: 8.5vw 4.5vw 5vw;
      position: relative; }
      #hmenu .hmenuhead .name .moshikomikaisu {
        display: inline-block;
        margin-left: 1em; }
      #hmenu .hmenuhead #menuClose {
        width: 4.5vw;
        height: calc(4.5vw / 1 * 1);
        background: url(../images/b_menuclose.svg) no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 5vw;
        right: 4.5vw;
        cursor: pointer;
        display: block; }
    #hmenu .hmenubody {
      border-top: none;
      padding: 0; }
      #hmenu .hmenubody .ilinks {
        background: #f5f6f7;
        border-bottom: solid 1px #ddd;
        padding: 2vw 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #hmenu .hmenubody .ilinks::before, #hmenu .hmenubody .ilinks::after {
          content: " ";
          width: calc(100% / 4);
          display: block;
          order: 1; }
        #hmenu .hmenubody .ilinks li {
          width: calc(100% / 4);
          text-align: center; }
          #hmenu .hmenubody .ilinks li a {
            color: #929293;
            font-size: .85rem;
            font-weight: 700;
            text-decoration: none;
            line-height: 1;
            padding: 10vw 0 3vw;
            display: block; }
            #hmenu .hmenubody .ilinks li a span {
              padding-top: 6.5vw;
              position: relative; }
              #hmenu .hmenubody .ilinks li a span i {
                position: absolute;
                top: -5px;
                right: -5px; }
              #hmenu .hmenubody .ilinks li a span .icon {
                width: 5.8vw;
                height: 5.8vw;
                fill: #939192;
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%); }
      #hmenu .hmenubody .tlinks {
        margin: 0; }
        #hmenu .hmenubody .tlinks li a {
          padding: 2.5vw 4.5vw; }
          #hmenu .hmenubody .tlinks li a::after {
            right: 4.5vw; }
        #hmenu .hmenubody .tlinks li:last-child a {
          border-bottom: solid 1px #ddd; }
      #hmenu .hmenubody .pr {
        padding: 0 4.5vw;
        display: block; }
        #hmenu .hmenubody .pr li {
          display: flex;
          margin-bottom: 5vw;
          align-items: center;
          justify-content: space-between; }
          #hmenu .hmenubody .pr li figure {
            width: 15vw; }
            #hmenu .hmenubody .pr li figure img {
              width: 100%; }
          #hmenu .hmenubody .pr li p {
            font-size: .9rem;
            width: calc(100% - 17vw);
            line-height: 1.375;
            padding-top: 1.2rem;
            position: relative; }
            #hmenu .hmenubody .pr li p::before {
              content: "[PR]";
              font-size: .85rem;
              color: #808080;
              position: absolute;
              top: 0;
              left: 0; }
      #hmenu .hmenubody .btns {
        text-align: center;
        border: none;
        margin-top: 0;
        padding: 5vw; }
        #hmenu .hmenubody .btns p {
          font-size: 1rem; }
          #hmenu .hmenubody .btns p a {
            color: #8b8b8b; } }
#topNews, #ucHeader1_topNews {
  background: #fff;
  border-bottom: solid 1px #eee;
  padding: 10px 0; }
  #topNews ul li a span, #ucHeader1_topNews ul li a span {
    padding-left: 30px;
    position: relative; }
    #topNews ul li a span::before, #ucHeader1_topNews ul li a span::before {
      content: "";
      width: 20px;
      height: 20px;
      background: url(../images/s_exclamation.svg) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 756px) {
  #topNews {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap; } }
footer {
  text-align: center;
  margin: 100px 0 0 0;
  padding: 0 0 10px; }
  footer ul {
    display: flex;
    justify-content: center; }
    footer ul li {
      font-size: .75rem;
      line-height: 1;
      border-right: solid 1px #333;
      padding: 0 1em; }
      footer ul li:first-child {
        border-left: solid 1px #333; }
  footer p {
    color: #808080;
    font-size: .75rem;
    margin-top: 20px; }

@media screen and (max-width: 756px) {
  footer {
    text-align: center;
    margin: 12vw 0 0 0;
    padding: 0; } }
section.pr {
  text-align: center; }
  section.pr ul {
    display: flex; }
    section.pr ul li {
      width: 50%;
      padding-right: 20px;
      display: flex;
      align-items: center; }
      section.pr ul li figure {
        width: 100px;
        margin-right: 20px; }
        section.pr ul li figure img {
          width: 100%; }
      section.pr ul li p {
        width: calc(100% - 120px);
        line-height: 1.375;
        padding-top: 20px;
        position: relative; }
        section.pr ul li p::before {
          content: "[PR]";
          font-size: .87rem;
          color: #808080;
          position: absolute;
          top: 0;
          left: 0; }

@media screen and (max-width: 756px) {
  section.pr {
    width: 100%;
    border-bottom: solid 1px #EEE;
    padding: 5vw 0; }
    section.pr picture {
      width: 86.9vw;
      display: block;
      margin: 0 auto; }
      section.pr picture img {
        width: 100%;
        height: auto; }
    section.pr ul {
      display: block; }
      section.pr ul li {
        width: 100%;
        margin-bottom: 5vw;
        padding-right: 0; }
        section.pr ul li figure {
          width: 20.5vw;
          margin-right: 3vw; }
        section.pr ul li p {
          font-size: .9rem;
          width: calc(100% - 23.5vw);
          padding-top: 1.2rem; } }
section#tohome {
  margin-top: 100px; }
  section#tohome a {
    color: #9e9e9e;
    width: 320px;
    text-decoration: none;
    text-align: center;
    border: solid 2px #9e9e9e;
    border-radius: 2em;
    margin: 0 auto;
    padding: 10px 0;
    display: block; }

@media screen and (max-width: 756px) {
  section#tohome {
    margin-top: 15vw; }
    section#tohome a {
      width: 60vw;
      padding: 2vw 0; } }
.disclist li {
  list-style: disc;
  margin-left: 20px; }

.linkarea,
.linkarea a {
  position: relative;
  transition: all .3s; }

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999; }

.linkarea:hover {
  opacity: .7; }

@media screen and (max-width: 756px) {
  .forpc {
    display: none; }

  .forsp {
    display: block; }

  .forpcinline {
    display: none; }

  .forspinline {
    display: inline; }

  img {
    width: 100%; } }
/* -------------- オーバーレイ ----- */
#overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 6;
  display: none;
  pointer-events: none; }

@supports (height: 100lvh) {
  #overlay {
    height: 100lvh; } }
/* -------------- section ----- */
section.sec {
  margin: 50px 0 0 0; }

.list-slide {
  width: 100%;
  margin-top: -20px; }

@media screen and (max-width: 756px) {
  section.sec {
    margin: 10vw 0 0 0; }

  main section.sec:first-of-type {
    margin-top: 6vw; } }
/* -------------- カードごと ----- */
.card-type01 {
  padding: 15px; }
  .card-type01 .inner {
    width: 398px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16); }
    .card-type01 .inner .miaidate {
      color: #e6315a;
      font-size: .875rem;
      font-weight: 700; }
      .card-type01 .inner .miaidate span {
        font-size: 136%; }
    .card-type01 .inner .miaihoho {
      color: #666;
      font-size: .8125rem;
      line-height: 1.2;
      margin: 5px 0 2px; }
    .card-type01 .inner .row-latest {
      margin-top: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .card-type01 .inner .row-latest p {
        font-size: .875rem;
        width: calc(100% - 164px); }
      .card-type01 .inner .row-latest .btn {
        width: 154px; }

@media screen and (max-width: 756px) {
  .card-type01 {
    margin-bottom: 5vw;
    padding: 0; }
    .card-type01 .inner {
      width: 100%;
      padding: 3vw; }
      .card-type01 .inner .miaidate span {
        font-size: 125%; }
      .card-type01 .inner .row-latest {
        margin-top: 3vw; }
        .card-type01 .inner .row-latest p {
          width: calc(100% - 35vw); }
        .card-type01 .inner .row-latest .btn {
          width: 33vw; } }
.card-type02 {
  padding: 15px; }
  .card-type02 .inner {
    width: 398px;
    height: auto;
    perspective: 150rem;
    position: relative; }
    .card-type02 .inner .front,
    .card-type02 .inner .back {
      width: 100%;
      height: 100%;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: .6s; }
    .card-type02 .inner .back {
      position: absolute;
      top: 0;
      left: 0; }
    .card-type02 .inner .front {
      background: #fff; }
      .card-type02 .inner .front.rotated {
        transform: rotateY(-180deg); }
      .card-type02 .inner .front .simprof {
        color: #999;
        font-size: .8125rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .card-type02 .inner .front .btns {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px; }
      .card-type02 .inner .front .tanto {
        line-height: 1;
        margin-top: 20px;
        cursor: pointer;
        margin: 0 10px 0 0; }
        .card-type02 .inner .front .tanto a {
          color: #36ae80;
          font-size: .8125rem;
          text-decoration: none;
          background: #eaf3ee;
          border-radius: 2em;
          padding: 8px 20px; }
          .card-type02 .inner .front .tanto a.midokuMark {
            position: relative; }
            .card-type02 .inner .front .tanto a.midokuMark::before {
              content: "";
              width: 10px;
              height: 10px;
              background: #e6315a;
              border-radius: 50vh;
              display: block;
              position: absolute;
              top: 0;
              right: 0; }
        .card-type02 .inner .front .tanto span {
          padding-left: 20px;
          position: relative; }
          .card-type02 .inner .front .tanto span::before {
            content: "";
            width: 15px;
            height: calc(15px / 197 * 150);
            background: url(../images/s_envelope.svg) no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: calc(50% - .4em);
            left: 0; }
      .card-type02 .inner .front .telhyoji {
        line-height: 1;
        cursor: pointer; }
        .card-type02 .inner .front .telhyoji span {
          color: #36ae80;
          font-size: .8125rem;
          background: #eaf3ee;
          border-radius: 2em;
          padding: 8px 20px 8px 35px;
          position: relative; }
          .card-type02 .inner .front .telhyoji span::before {
            content: "";
            width: 12px;
            height: 12px;
            background: url(../images/s_phone.svg) no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: calc(50% - .5em);
            left: 20px; }
      .card-type02 .inner .front .row-kosai {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .card-type02 .inner .front .row-kosai p {
          font-size: .8125rem;
          width: calc(100% - 164px); }
          .card-type02 .inner .front .row-kosai p span {
            font-size: 138%;
            font-weight: 700; }
        .card-type02 .inner .front .row-kosai .btn {
          width: 154px; }
    .card-type02 .inner .back {
      color: #fff;
      background: url(../images/bg_tel.jpg) no-repeat right bottom;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: rotateY(180deg); }
      .card-type02 .inner .back.rotated {
        transform: rotateY(0); }
      .card-type02 .inner .back .name {
        text-align: left; }
      .card-type02 .inner .back .tel {
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 1.5; }
        .card-type02 .inner .back .tel span {
          padding-left: 30px;
          position: relative; }
          .card-type02 .inner .back .tel span::before {
            content: "";
            width: 20px;
            height: 20px;
            background: url(../images/s_phone_w.svg) no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: 9px;
            left: 0; }
      .card-type02 .inner .back .btn {
        display: none; }
      .card-type02 .inner .back .close {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer; }

@media screen and (max-width: 756px) {
  .card-type02 {
    margin-bottom: 5vw;
    padding: 0; }
    .card-type02 .inner {
      width: 100%;
      padding: 0; }
      .card-type02 .inner .front .row-kosai {
        margin-top: 3vw; }
        .card-type02 .inner .front .row-kosai p {
          width: calc(100% - 35vw); }
          .card-type02 .inner .front .row-kosai p span {
            font-size: 120%;
            font-weight: 700; }
        .card-type02 .inner .front .row-kosai .btn {
          width: 33vw; }
      .card-type02 .inner .back .name {
        transform: translateY(-4vw); }
      .card-type02 .inner .back .tel {
        transform: translateY(-4vw); }
      .card-type02 .inner .back .btn {
        width: calc(100% - 10vw);
        margin: 0 5vw;
        position: absolute;
        bottom: 4vw;
        left: 0;
        display: block; }
        .card-type02 .inner .back .btn a {
          color: #fff;
          text-align: center;
          background: #4cc780;
          border-radius: 2em;
          padding: 5px 0;
          display: block; } }
.card-type03 {
  width: 200px;
  padding: 15px; }
  .card-type03 .figure {
    width: 170px;
    margin-bottom: 15px;
    position: relative; }
    .card-type03 .figure figure img {
      width: 170px;
      height: calc(170px / 3 * 4);
      aspect-ratio: 3 / 4;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16); }
    .card-type03 .figure .data {
      color: #fff;
      width: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
      padding: 20px 15px 12px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      position: absolute;
      bottom: 0;
      left: 0; }
      .card-type03 .figure .data p {
        font-size: .9375rem;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .card-type03 .btn p {
    font-size: .875rem;
    color: #e6315a;
    text-align: center; }
  .card-type03 .label {
    color: #c9c9c9;
    font-size: .8125rem;
    text-align: center;
    background: #fff;
    border: solid 1px #c9c9c9;
    border-radius: 2em;
    padding: 5px 0; }
  .card-type03 .date {
    color: #888;
    font-size: .75rem;
    text-align: center; }

@media screen and (max-width: 756px) {
  .slideWrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    padding-bottom: 5vw; }

  .list-slide2 {
    -moz-width: fit-content;
    width: fit-content;
    display: flex; }

  .card-type03 {
    width: calc(34vw + 20px);
    padding: 0 10px; }
    .card-type03 .figure {
      width: 34vw; }
      .card-type03 .figure figure img {
        width: 34vw;
        height: calc(34vw / 3 * 4); }
      .card-type03 .figure .data {
        padding: 5vw 3vw 3vw; }
        .card-type03 .figure .data p {
          font-size: .9rem; }
    .card-type03 .label {
      font-size: .8rem; } }
#moshikomi {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  padding: 25px 25px 1px;
  position: relative; }
  #moshikomi .toggleBtn {
    width: 32px;
    height: 32px;
    background-image: url(../images/s_minus.svg);
    background-size: 100% auto;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer; }
    #moshikomi .toggleBtn.opened {
      background: url(../images/s_plus.svg) no-repeat; }
  #moshikomi .toggleCon {
    display: block; }
  #moshikomi .list {
    display: flex;
    flex-wrap: wrap; }
    #moshikomi .list .card-type04 {
      width: 122px;
      margin: 0 20px 20px 0; }
      #moshikomi .list .card-type04 figure {
        margin-bottom: 5px; }
        #moshikomi .list .card-type04 figure img {
          width: 122px;
          height: calc(122px / 3 * 4);
          aspect-ratio: 3 / 4;
          object-fit: cover;
          border-radius: 10px;
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16); }
      #moshikomi .list .card-type04 p {
        font-size: .875rem;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #moshikomi .list .card-type04 p.online {
          color: #808080;
          font-size: .8125rem;
          margin-top: 5px; }
        #moshikomi .list .card-type04 p.date {
          color: #888;
          font-size: .75rem; }

@media screen and (max-width: 756px) {
  #moshikomi {
    width: 100vw;
    margin-left: -3.5vw !important;
    margin-right: -3.5vw !important;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 4vw 3.5vw 1px;
    position: relative; }
    #moshikomi .h-type01 {
      margin-bottom: 4vw; }
    #moshikomi .toggleBtn {
      width: 7vw;
      height: 7vw;
      position: absolute;
      top: 5vw;
      right: 3.5vw; }
    #moshikomi .list {
      width: 100vw;
      border-top: solid 1px #e4e4e4;
      margin-left: -3.5vw !important;
      margin-right: -3.5vw !important;
      padding: 6vw 3.5vw 0;
      justify-content: space-between; }
      #moshikomi .list::before, #moshikomi .list::after {
        content: " ";
        width: 27vw;
        display: block;
        order: 1; }
      #moshikomi .list .card-type04 {
        width: 27vw;
        margin: 0 0 6vw 0; }
        #moshikomi .list .card-type04 figure {
          margin-bottom: 5px; }
          #moshikomi .list .card-type04 figure img {
            width: 100%;
            height: calc(27vw / 3 * 4); }
        #moshikomi .list .card-type04 p {
          font-size: .93rem;
          line-height: 1.5;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          #moshikomi .list .card-type04 p.online {
            color: #808080;
            font-size: .87rem;
            margin-top: 5px; } }
#shinkochu #choice {
  margin-bottom: 20px;
  display: flex; }
  #shinkochu #choice li {
    font-size: .9375rem;
    background: #fff;
    border: solid 1px #808080;
    border-radius: 2em;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    cursor: pointer; }
    #shinkochu #choice li.on {
      color: #fff;
      background: #808080; }
#shinkochu #shinkochuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #shinkochu #shinkochuList::before, #shinkochu #shinkochuList::after {
    content: " ";
    width: 356px;
    display: block;
    order: 1; }
  #shinkochu #shinkochuList .card-type05 {
    width: 356px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
    margin: 0 0 20px; }
    #shinkochu #shinkochuList .card-type05 .row1 .details .kaiinno {
      color: #808080;
      font-size: .8125rem; }
    #shinkochu #shinkochuList .card-type05 .row1 .details .simprof {
      font-size: .875rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #shinkochu #shinkochuList .card-type05 .row1 .details .tanto {
      line-height: 1;
      margin-top: 20px;
      cursor: pointer; }
      #shinkochu #shinkochuList .card-type05 .row1 .details .tanto a {
        color: #36ae80;
        font-size: .8125rem;
        text-decoration: none;
        background: #eaf3ee;
        border-radius: 2em;
        padding: 5px 20px; }
        #shinkochu #shinkochuList .card-type05 .row1 .details .tanto a.midokuMark {
          position: relative; }
          #shinkochu #shinkochuList .card-type05 .row1 .details .tanto a.midokuMark::before {
            content: "";
            width: 10px;
            height: 10px;
            background: #e6315a;
            border-radius: 50vh;
            display: block;
            position: absolute;
            top: 0;
            right: 0; }
      #shinkochu #shinkochuList .card-type05 .row1 .details .tanto span {
        padding-left: 20px;
        position: relative; }
        #shinkochu #shinkochuList .card-type05 .row1 .details .tanto span::before {
          content: "";
          width: 15px;
          height: calc(15px / 197 * 150);
          background: url(../images/s_envelope.svg) no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: calc(50% - .4em);
          left: 0; }
    #shinkochu #shinkochuList .card-type05 .row-miai {
      margin: 10px 0 0 0; }
      #shinkochu #shinkochuList .card-type05 .row-miai dl {
        font-size: .8125rem; }
        #shinkochu #shinkochuList .card-type05 .row-miai dl dt {
          padding: 3px 0;
          float: left; }
          #shinkochu #shinkochuList .card-type05 .row-miai dl dt::before {
            content: "■";
            color: #cacaca; }
          #shinkochu #shinkochuList .card-type05 .row-miai dl dt::after {
            content: "："; }
          #shinkochu #shinkochuList .card-type05 .row-miai dl dt.basho {
            padding-bottom: 0;
            float: none; }
        #shinkochu #shinkochuList .card-type05 .row-miai dl dd {
          padding: 3px 0 3px 8rem; }
          #shinkochu #shinkochuList .card-type05 .row-miai dl dd.basho {
            line-height: 1.5;
            padding: 0; }
    #shinkochu #shinkochuList .card-type05.status01 .row-miai {
      display: flex;
      justify-content: space-between; }
      #shinkochu #shinkochuList .card-type05.status01 .row-miai dl {
        width: calc(100% - 82px); }
        #shinkochu #shinkochuList .card-type05.status01 .row-miai dl dd {
          color: #e6315a; }
      #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn {
        width: 72px;
        text-align: center;
        background: #eaf3ee;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a {
          color: #36ae80;
          font-size: .8125rem;
          line-height: 1;
          text-decoration: none;
          padding-top: 25px;
          position: relative; }
          #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a::before {
            content: "";
            width: 22px;
            height: 22px;
            background: url(../images/s_calendar.svg) no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: 0;
            left: calc(50% - 11px); }
          #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a span {
            position: relative; }
            #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a span i {
              position: absolute;
              top: -34px;
              right: -25px; }
    #shinkochu #shinkochuList .card-type05 .row-latest {
      margin-top: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #shinkochu #shinkochuList .card-type05 .row-latest p {
        font-size: .875rem;
        width: calc(100% - 140px); }
      #shinkochu #shinkochuList .card-type05 .row-latest .btn {
        width: 130px; }
      #shinkochu #shinkochuList .card-type05 .row-latest .henji {
        color: #36ae80;
        font-weight: bold;
        text-align: center;
        width: 130px;
        background: #f6f6f6; }

@media screen and (max-width: 756px) {
  #shinkochu #choice {
    margin-bottom: 5vw;
    justify-content: space-between; }
    #shinkochu #choice li {
      margin: 0;
      padding: 5px 3vw; }
  #shinkochu #shinkochuList {
    display: block; }
    #shinkochu #shinkochuList::before, #shinkochu #shinkochuList::after {
      content: none; }
    #shinkochu #shinkochuList .card-type05 {
      width: 100%;
      margin: 0 0 6vw; }
      #shinkochu #shinkochuList .card-type05 .row1 .details p {
        line-height: 1.5; }
      #shinkochu #shinkochuList .card-type05 .row1 .details .tanto {
        margin-top: 5vw; }
      #shinkochu #shinkochuList .card-type05.status01 .row-miai dl {
        width: calc(100% - 20vw); }
      #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn {
        width: 17vw; }
        #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a {
          padding-top: 27px; }
          #shinkochu #shinkochuList .card-type05.status01 .row-miai .btn a span i {
            top: -9.4vw;
            right: -5.2vw; } }
.modal1 {
  width: inherit;
  max-width: 880px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  padding: 30px 60px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  opacity: 0; }
  .modal1 .h-type01 {
    margin-bottom: 40px; }
  .modal1 .list-slide3 {
    max-width: 800px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0 20px;
    -webkit-overflow-scrolling: touch; }
    .modal1 .list-slide3::-webkit-scrollbar {
      height: 5px; }
    .modal1 .list-slide3::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .modal1 .list-slide3::-webkit-scrollbar-thumb {
      background: #808080;
      border-radius: 5px; }
  .modal1 .card-type06 {
    width: 240px;
    margin: 0 20px;
    display: inline-block; }
    .modal1 .card-type06 .figure {
      width: 240px;
      margin-bottom: 15px;
      position: relative; }
      .modal1 .card-type06 .figure figure img {
        width: 240px;
        height: calc(240px / 3 * 4);
        aspect-ratio: 3 / 4;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16); }
      .modal1 .card-type06 .figure .data {
        color: #fff;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
        padding: 20px 15px 12px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        bottom: 0;
        left: 0; }
        .modal1 .card-type06 .figure .data .simprof {
          color: #fff;
          font-size: .8125rem;
          font-weight: 700;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .modal1 .card-type06 .figure .data .comme {
          margin-bottom: 10px;
          overflow: hidden; }
          .modal1 .card-type06 .figure .data .comme p {
            color: #fff;
            font-size: .75rem;
            text-align: left;
            line-height: 1.5;
            overflow: hidden;
            white-space: normal;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        .modal1 .card-type06 .figure .data .status {
          display: flex;
          align-items: center; }
          .modal1 .card-type06 .figure .data .status .ht {
            width: 24px;
            height: calc(24px / 92 * 75);
            background-repeat: no-repeat;
            background-size: 100% auto;
            margin-right: 3px; }
            .modal1 .card-type06 .figure .data .status .ht.ht-p {
              background-image: url(../images/s_heart-p.svg); }
            .modal1 .card-type06 .figure .data .status .ht.ht-b {
              background-image: url(../images/s_heart-b.svg); }
            .modal1 .card-type06 .figure .data .status .ht.ht-w {
              background-image: url(../images/s_heart-w.svg); }
          .modal1 .card-type06 .figure .data .status p {
            color: #333;
            font-size: .8125rem;
            background: #fff;
            border-radius: 2em;
            margin-left: 10px;
            padding: 3px 10px;
            display: inline-block; }
    .modal1 .card-type06 .btn a {
      border-radius: 10px; }
  .modal1 .btnClose {
    width: 44px;
    height: calc(44px / 1);
    background: url(../images/s_close-g.svg) no-repeat;
    background-size: 100% auto;
    margin: 20px auto 0;
    cursor: pointer; }

@media screen and (max-width: 756px) {
  .modal1 {
    width: 100vw;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 10vw 10vw 0; }
    .modal1 .h-type01 {
      color: #fff;
      margin-bottom: 3vw; }
    .modal1 .card-type06 {
      width: 60vw;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
      margin: 0 10vw;
      padding: 5px 5px 3vw 5px; }
      .modal1 .card-type06 .figure {
        width: 100%;
        margin-bottom: 3vw; }
        .modal1 .card-type06 .figure figure img {
          width: 100%;
          height: calc(calc(60vw - 10px) / 3 * 4);
          box-shadow: none; }
        .modal1 .card-type06 .figure .data {
          padding: 5vw 4vw 4vw; }
          .modal1 .card-type06 .figure .data .simprof {
            font-size: 1rem; }
          .modal1 .card-type06 .figure .data .comme p {
            font-size: .85rem;
            transform: none; }
          .modal1 .card-type06 .figure .data .status .ht {
            width: 6.8vw;
            height: calc(6.8vw / 92 * 75); }
    .modal1 .btnClose {
      width: 8vw;
      height: calc(8vw / 1);
      background-image: url(../images/s_close-w.svg);
      margin: 3vw auto 0; } }
#slist .list {
  display: flex;
  flex-wrap: wrap; }
  #slist .list .card-type07 {
    width: 194px;
    margin: 0 32px 30px 0; }
    #slist .list .card-type07:nth-child(5n) {
      margin-right: 0; }
    #slist .list .card-type07 figure {
      background: #fff;
      margin-bottom: 12px;
      border-radius: 10px; }
      #slist .list .card-type07 figure img {
        width: 194px;
        height: calc(194px / 3 * 4);
        aspect-ratio: 3 / 4;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16); }
      #slist .list .card-type07 figure .pickup::after {
        content: "PICK UP";
        color: #f5564e;
        font-size: .6875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        background: rgba(255, 255, 255, 0.87);
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 5px 20px;
        position: absolute;
        bottom: 0;
        right: 0; }
    #slist .list .card-type07 p {
      line-height: 1.6; }
    #slist .list .card-type07 .pf1 {
      font-size: .9375rem;
      font-weight: 700; }
    #slist .list .card-type07 .pf2 {
      font-size: .875rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #slist .list .card-type07 .online {
      color: #808080;
      font-size: .75rem; }

@media screen and (max-width: 756px) {
  #slist .list {
    justify-content: space-between; }
    #slist .list .card-type07 {
      width: 43vw;
      margin: 0 0 8vw; }
      #slist .list .card-type07 figure {
        margin-bottom: 10px; }
        #slist .list .card-type07 figure img {
          width: 43vw;
          height: calc(43vw / 3 * 4); } }
#like .list {
  display: flex;
  flex-wrap: wrap; }
  #like .list .card-type08 {
    width: 194px;
    margin: 0 32px 30px 0; }
    #like .list .card-type08:nth-child(5n) {
      margin-right: 0; }
    #like .list .card-type08 figure {
      background: #fff;
      margin-bottom: 12px;
      border-radius: 10px; }
      #like .list .card-type08 figure img {
        width: 194px;
        height: calc(194px / 3 * 4);
        aspect-ratio: 3 / 4;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16); }
      #like .list .card-type08 figure > a {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: relative; }
        #like .list .card-type08 figure > a::after {
          content: "";
          width: 100%;
          height: 50px;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 100%);
          mix-blend-mode: multiply;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 2;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
      #like .list .card-type08 figure .kebabu {
        width: 30px;
        height: 37px;
        font-style: normal;
        background: url(../images/b_kebabu.png) no-repeat left top/100% auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        cursor: pointer; }
      #like .list .card-type08 figure .date {
        color: #fff;
        font-size: .75rem;
        font-style: normal;
        position: absolute;
        bottom: 5px;
        right: 8px;
        z-index: 3; }
      #like .list .card-type08 figure .ope {
        color: #444;
        font-size: .9375rem;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
        padding: 3px 25px 3px 14px;
        position: absolute;
        top: 35px;
        right: 0px;
        z-index: 3;
        cursor: pointer;
        display: none; }
    #like .list .card-type08 p {
      line-height: 1.6; }
    #like .list .card-type08 .heart {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      #like .list .card-type08 .heart .ht {
        width: 20px;
        height: calc(20px / 92 * 75);
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-right: 3px; }
        #like .list .card-type08 .heart .ht.ht-p {
          background-image: url(../images/s_heart-p.svg); }
        #like .list .card-type08 .heart .ht.ht-b {
          background-image: url(../images/s_heart-b.svg); }
        #like .list .card-type08 .heart .ht.ht-g {
          background-image: url(../images/s_heart-g.svg); }
      #like .list .card-type08 .heart p {
        color: #909090;
        font-size: .75rem;
        margin-left: 5px; }
    #like .list .card-type08 .pf1 {
      font-size: .9375rem;
      font-weight: 700; }
    #like .list .card-type08 .pf2 {
      font-size: .875rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #like .list .card-type08 .online {
      color: #808080;
      font-size: .75rem;
      height: calc(.75rem * 1.6); }
    #like .list .card-type08 .btn {
      text-align: center;
      margin: 10px 0 0; }
      #like .list .card-type08 .btn a {
        color: #fff;
        font-size: .87rem;
        text-decoration: none;
        background: #2775d3;
        border-radius: 2rem;
        padding: 4px 2em; }

@media screen and (max-width: 756px) {
  #like .list {
    justify-content: space-between; }
    #like .list .card-type08 {
      width: 43vw;
      margin: 0 0 8vw; }
      #like .list .card-type08 figure {
        margin-bottom: 3vw; }
        #like .list .card-type08 figure img {
          width: 43vw;
          height: calc(43vw / 3 * 4); }
      #like .list .card-type08 .heart {
        margin-bottom: 5px; } }
#recommend .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px; }
  #recommend .list .card-type09 {
    width: 356px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
    margin: 0 0 20px 0;
    padding: 18px 12px; }
    #recommend .list .card-type09:nth-child(3n) {
      margin-right: 0; }
    #recommend .list .card-type09 .row {
      display: flex;
      justify-content: space-between; }
      #recommend .list .card-type09 .row figure {
        width: 134px; }
        #recommend .list .card-type09 .row figure img {
          width: 134px;
          height: calc(134px / 3 * 4);
          aspect-ratio: 3 / 4;
          object-fit: cover;
          border-radius: 10px; }
        #recommend .list .card-type09 .row figure a {
          width: 100%;
          height: 100%;
          display: inline-block;
          position: relative; }
          #recommend .list .card-type09 .row figure a::after {
            content: "";
            width: 100%;
            height: 50px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 60%, rgba(128, 128, 129, 0.45) 100%);
            mix-blend-mode: multiply;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
        #recommend .list .card-type09 .row figure .date {
          color: #fff;
          font-size: .75rem;
          font-style: normal;
          position: absolute;
          bottom: 5px;
          right: 8px;
          z-index: 3; }
      #recommend .list .card-type09 .row .text {
        width: calc(100% - 150px);
        display: flex;
        flex-direction: column; }
        #recommend .list .card-type09 .row .text .hoho {
          color: #fff;
          font-size: .9375rem;
          font-weight: 700;
          text-align: center;
          border-radius: 5px;
          margin-bottom: 10px; }
          #recommend .list .card-type09 .row .text .hoho.ai {
            background: linear-gradient(to right, #3a9efb 0%, #9896fe 100%); }
          #recommend .list .card-type09 .row .text .hoho.suisen {
            background: #ea739a; }
        #recommend .list .card-type09 .row .text .proftxt {
          font-size: .875rem;
          line-height: 1.6; }
        #recommend .list .card-type09 .row .text .btn {
          margin-top: auto; }
          #recommend .list .card-type09 .row .text .btn a.btn-argr {
            font-size: .875rem;
            cursor: pointer; }
    #recommend .list .card-type09 .taio {
      height: 2.5rem;
      text-align: center;
      position: relative; }
      #recommend .list .card-type09 .taio::after {
        font-size: .9375rem;
        font-weight: 700;
        position: absolute;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%); }
      #recommend .list .card-type09 .taio.ok::after {
        content: "申し込みました";
        color: #999; }
      #recommend .list .card-type09 .taio.ng::after {
        content: "申し込みませんでした";
        color: #999; }

@media screen and (max-width: 756px) {
  #recommend .list {
    display: block; }
    #recommend .list .card-type09 {
      width: 100%;
      margin: 0 0 6vw;
      padding: 3.5vw; }
      #recommend .list .card-type09:nth-child(3n) {
        margin-right: 0; }
      #recommend .list .card-type09 .row figure {
        width: 30vw; }
        #recommend .list .card-type09 .row figure img {
          width: 30vw;
          height: calc(30vw / 3 * 4); }
      #recommend .list .card-type09 .row .text {
        width: calc(100% - 33.5vw); }
        #recommend .list .card-type09 .row .text .hoho {
          font-size: .875rem; }
        #recommend .list .card-type09 .row .text .btn a.btn-argr span {
          padding-right: 10vw; } }
/* -------------- カードの中身共通 ----- */
.card figure {
  position: relative; }
  .card figure .new {
    width: 23px;
    height: 23px;
    background: url(../images/s_new.svg) no-repeat left top/100% auto;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3; }
  .card figure .midokuMark {
    width: 20px;
    height: 20px;
    background: #e6315a;
    position: absolute;
    border-radius: 50vh;
    top: 5px;
    left: 5px;
    z-index: 3; }
  .card figure a {
    display: block; }
  .card figure img {
    pointer-events: none; }
.card .row1 {
  display: flex; }
  .card .row1 figure {
    width: 85px;
    margin-right: 20px; }
    .card .row1 figure img {
      width: 85px;
      height: calc(85px / 3 * 4);
      aspect-ratio: 3 / 4;
      object-fit: cover;
      border-radius: 10px; }
  .card .row1 .details {
    width: calc(100% - 85px - 20px);
    line-height: 1.6;
    position: relative; }
    .card .row1 .details .rtst {
      color: #36ae80;
      font-size: .8125rem;
      width: 5em;
      text-align: center;
      background: #fff;
      border: solid 1px #36ae80;
      border-radius: 6px;
      padding: 3px 0;
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block; }
  .card .row1 .name {
    font-size: 1.0625rem;
    font-weight: 700; }

@media screen and (max-width: 756px) {
  .card figure .midokuMark {
    width: 3.7vw;
    height: 3.7vw; }
  .card .row1 figure {
    width: 19vw;
    margin-right: 3vw; }
    .card .row1 figure img {
      width: 19vw;
      height: calc(19vw / 3 * 4); }
  .card .row1 .details {
    width: calc(100% - 19vw - 3vw); } }
/* -------------- パーツ ----- */
.pageTitle {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #f6f6f6;
  margin-bottom: 30px;
  padding: 10px 0; }

.pageTitle2 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: 25px 0; }
  .pageTitle2 .icon {
    width: 20px;
    height: 20px;
    margin-right: 15px; }

.h-type01 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px; }
  .h-type01 .num {
    color: #808080;
    font-size: 85%; }

@media screen and (max-width: 756px) {
  .pageTitle2 {
    padding: 5vw 0; }
    .pageTitle2 .icon {
      margin-right: 10px; }

  .h-type01 {
    margin-bottom: 8vw; } }
.moshikomikaisu {
  font-size: .75rem;
  font-weight: 400;
  background: #e0e0e0;
  border-radius: 2rem;
  padding: 6px 20px; }
  .moshikomikaisu em {
    color: #e6315a;
    font-style: normal; }
    .moshikomikaisu em strong {
      font-size: 1rem;
      font-style: normal;
      font-weight: 700; }

@media screen and (max-width: 756px) {
  .moshikomikaisu {
    font-size: .6875rem;
    padding: 4px 1em; } }
.pagination {
  text-align: center;
  margin: 80px 0 0 0; }
  .pagination a[role="next"] {
    padding-right: 14px;
    position: relative; }
    .pagination a[role="next"]::after {
      content: "";
      width: 6px;
      height: calc(6px / 17 * 30);
      background: url(../images/s_arrow2_right.svg) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: calc(50% - 4px);
      right: 0; }

.pagination2 {
  text-align: center;
  margin-top: 30px; }
  .pagination2 span, .pagination2 a {
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block; }
  .pagination2 span {
    color: #fff;
    background: #888;
    border: solid 1px #888; }
  .pagination2 a {
    color: #444;
    text-decoration: none;
    background: #fff;
    border: solid 1px #888; }
  .pagination2 span.ar,
  .pagination2 a.ar {
    font-weight: 700;
    background: transparent;
    border: none; }
  .pagination2 span.ar {
    color: #cbcbcb; }
  .pagination2 a.ar {
    color: #888; }

@media screen and (max-width: 756px) {
  .pagination2 {
    margin-top: 8vw; }
    .pagination2 span, .pagination2 a {
      min-width: 32px;
      height: 32px;
      line-height: 32px;
      margin: 0 5px; } }
.bottomBlueTextLink {
  text-align: center;
  margin-top: 60px; }
  .bottomBlueTextLink a {
    color: #2775d5;
    text-decoration: none;
    padding-right: 18px;
    position: relative; }
    .bottomBlueTextLink a::after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: solid 2px #2775d5;
      border-right: solid 2px #2775d5;
      position: absolute;
      top: 7px;
      right: 0;
      transform: rotate(45deg); }

@media screen and (max-width: 756px) {
  .bottomBlueTextLink {
    margin-top: 8vw; } }
a.zoomlink {
  color: #36ae80;
  font-size: .8125rem;
  padding-left: 20px;
  position: relative; }
  a.zoomlink::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/s_arrow1_right.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 7px);
    left: 0; }

a.btn-gradred {
  color: #fff;
  font-size: .9375rem;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to right, #f78287 0%, #f035a3 100%) !important;
  border-radius: 2em;
  padding: 8px 0;
  display: block; }

a.btn-disabled {
  color: #808080;
  font-size: .9375rem;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  border-radius: 2em;
  padding: 8px 0;
  display: block; }

a.btn-argr {
  color: #333;
  font-size: .9375rem;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d8d8d8;
  border-radius: 2em;
  padding: 6px 0;
  display: block; }
  a.btn-argr span {
    padding-right: 35px;
    position: relative; }
    a.btn-argr span::after {
      content: "";
      width: 26px;
      height: 26px;
      background: url(../images/s_arrow1_right.svg) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: calc(50% - .9em);
      right: 0; }
    a.btn-argr span i {
      position: absolute;
      top: -12px;
      right: -12px; }

a.btn-bkgr {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  width: 330px;
  background: #36ae80;
  border-radius: 50vh;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 15px 0 13px;
  display: block; }
  a.btn-bkgr .icon {
    width: 18px;
    height: 18px;
    fill: #fff;
    vertical-align: middle;
    margin: 0 0 0 11px;
    padding: 0 0 2px; }

a.btn-bkpk {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  width: 330px;
  background: #ea6ea5;
  border-radius: 50vh;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 15px 0 13px;
  display: block; }
  a.btn-bkpk .icon {
    width: 18px;
    height: 18px;
    fill: #fff;
    vertical-align: middle;
    margin: 0 0 0 11px;
    padding: 0 0 2px; }

/* -------------- 通知マーク ----- */
i {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  min-width: 16px;
  text-align: center;
  line-height: 20px;
  background: #e6315a;
  border-radius: 20px;
  padding: 0 3px;
  display: inline-block; }

i.markonly {
  width: 10px;
  height: 10px;
  min-width: initial;
  padding: 0; }

@media screen and (max-width: 756px) {
  a.btn-gradred {
    font-size: .9rem; }

  a.btn-argr {
    font-size: .9rem; }
    a.btn-argr span {
      padding-right: 7vw; }
      a.btn-argr span::after {
        width: 6vw;
        height: 6vw; }
      a.btn-argr span i {
        top: -2.2vw;
        right: -2.2vw; }

  i {
    font-size: 10px;
    min-width: 10px;
    line-height: 16px;
    border-radius: 16px; }

  i.markonly {
    width: 8px;
    height: 8px; }

  a.btn-bkgr {
    font-size: 1.17rem;
    width: 79.7vw;
    padding: 3.8vw 0 3.2vw; }
    a.btn-bkgr .icon {
      width: 4.3vw;
      height: 4.3vw;
      vertical-align: middle;
      margin: 0 0 0 2.5vw;
      padding: 0 0 0.8vw; }

  a.btn-bkpk {
    font-size: 1.17rem;
    width: 79.7vw;
    padding: 3.8vw 0 3.2vw; }
    a.btn-bkpk .icon {
      width: 4.3vw;
      height: 4.3vw;
      vertical-align: middle;
      margin: 0 0 0 2.5vw;
      padding: 0 0 0.8vw; } }
/* -------------------------------- フォーム ----------------- */
/* -------------------------- iOSのスタイルをリセット ----- */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label {
  background: #ff0000; }

/* -------------------------- iOSのスタイルをリセットここまで ----- */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea,
select {
  color: #2f907a;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  padding: 0 10px; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="password"],
select {
  width: 100%;
  height: 40px; }

textarea {
  width: 100%;
  height: 5em;
  padding: 10px; }

input[type="number"] {
  width: 120px; }

input[type="text"].sizeM,
input[type="number"].sizeM {
  width: 60%; }

.selectWrap {
  width: 120px;
  position: relative;
  display: inline-block; }
  .selectWrap::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #2f907a transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 5px);
    right: 8px;
    z-index: 1; }
  .selectWrap select {
    width: 120px;
    padding-right: 30px;
    z-index: 0;
    cursor: pointer; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + span {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    display: block; }
    input[type="checkbox"] + span::before {
      content: "";
      width: 18px;
      height: 18px;
      background: #fff;
      border: solid 1px #cbcbcb;
      border-radius: 5px;
      position: absolute;
      top: calc(50% - 9px);
      left: 0; }
  input[type="checkbox"]:checked + span {
    color: #2f907a; }
    input[type="checkbox"]:checked + span::before {
      background: #2f907a;
      border-color: #2f907a; }
    input[type="checkbox"]:checked + span::after {
      content: "";
      width: 4px;
      height: 8px;
      border-right: solid 3px #fff;
      border-bottom: solid 3px #fff;
      position: absolute;
      top: calc(50% - 5px);
      left: 7px;
      transform: rotate(45deg); }

input[type="radio"] {
  display: none; }
  input[type="radio"] + span {
    padding-left: 25px;
    position: relative;
    cursor: pointer; }
    input[type="radio"] + span::before {
      content: "";
      width: 18px;
      height: 18px;
      background: #fff;
      border: solid 1px #cbcbcb;
      border-radius: 18px;
      position: absolute;
      top: calc(50% - 9px);
      left: 0; }
  input[type="radio"]:checked + span {
    color: #2f907a; }
    input[type="radio"]:checked + span::before {
      border-color: #2f907a; }
    input[type="radio"]:checked + span::after {
      content: "";
      width: 12px;
      height: 12px;
      background: #2f907a;
      border-radius: 10px;
      position: absolute;
      top: calc(50% - 5px);
      left: 4px; }

@media screen and (max-width: 756px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  textarea,
  select {
    padding: 0 3vw; }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="date"],
  input[type="time"],
  select {
    height: 10vw; }

  textarea {
    padding: 3vw; }

  input[type="number"] {
    width: 25vw; }

  input[type="text"].sizeM,
  input[type="number"].sizeM {
    width: 60%; }

  .selectWrap {
    width: 35vw; }
    .selectWrap select {
      width: 35vw; } }
.inputdate input[type="text"],
.inputdate input[type="date"] {
  color: #444;
  font-size: .8125rem;
  width: 160px;
  padding-left: 35px; }

.inputWrap {
  display: inline-block;
  position: relative; }
  .inputWrap::before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% atuo;
    position: absolute;
    left: 8px;
    z-index: 1; }
  .inputWrap.inputarea::before {
    width: 13px;
    height: 18px;
    background-image: url(../images/s_loc.svg);
    top: calc(50% - 9px); }
  .inputWrap.inputdate::before {
    width: 19px;
    height: 18px;
    background-image: url(../images/s_calendar.svg);
    top: calc(50% - 9px); }

@media screen and (max-width: 756px) {
  .inputdate input[type="text"],
  .inputdate input[type="date"] {
    width: calc(calc(93vw - 2.5em) / 2); } }
.viewPass {
  position: relative; }
  .viewPass input {
    padding-right: 40px; }
  .viewPass .eyeIcon {
    width: 40px;
    background: url("../images/s_eye.svg") no-repeat center center/20px auto;
    cursor: pointer;
    display: block;
    margin: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .viewPass .eyeIcon.open {
      background-image: url("../images/s_eyeslash.svg"); }

/*# sourceMappingURL=style.css.map */
