@charset "UTF-8";
/* ------------------------------------------------------ */
/* デフォルト */
/* ------------------------------------------------------ */
body {
  font-size: 14px;
  color: #555;
  background-color: #F5F5F5;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body .content {
  max-width: 1440px;
  padding: 0 12px;
  margin: 65px auto 0px;
}

a {
  color: #666;
  text-decoration: none;
}

.card {
  color: #555 !important;
}

/* ------------------------------------------------------ */
/* ガター */
/* ------------------------------------------------------ */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/* ------------------------------------------------------ */
/* ナビゲーション */
/* ------------------------------------------------------ */
nav {
  background-color: #eee !important;
  margin-left: auto;
  margin-right: auto;
  /*border-bottom: #CCC solid 1px;*/
}
nav .container-fluid {
  max-width: 1440px;
}
nav h1 {
  margin: -13px 20px 0 0;
  font-size: 32px !important;
}
nav h1 img {
  width: 150px;
}
nav ul {
  font-size: 11px;
  font-weight: bold;
}
nav .navbar-toggler {
  border: none !important;
}
nav .navbar-toggler:hover {
  border: none !important;
}
nav .navbar-toggler:focus {
  border: none !important;
  box-shadow: none;
}

/* ------------------------------------------------------ */
/* パンくず */
/* ------------------------------------------------------ */
.breadcrumb {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after { /* ▶を表示*/
  font-family: FontAwesome;
  content: "\f0da";
  padding: 0 0.2em;
  color: silver;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #888;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: "\f015";
  font-weight: normal;
  font-size: 1.1em;
  color: #f3948f;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------ */
/* メインコンテンツ */
/* ------------------------------------------------------ */
#main {
  margin-top: 0px;
}
#main h1 {
  font-size: 24px;
}
#main h2 {
  font-size: 16px;
  border-left: 10px #CCC solid;
  padding: 5px 10px;
  font-weight: bold;
}
#main .row-md-20-10 {
  margin-left: -10px;
  margin-right: -10px;
}
#main .row-md-20-10 > div {
  padding-right: 10px;
  padding-left: 10px;
}
#main .card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
#main .card .title {
  height: 60px;
}
#main .card .card-body {
  padding: 15px !important;
}
#main .cate_btn {
  font-size: 12px;
  font-weight: bold;
  background-color: #dedede;
  padding: 3px 8px;
  color: #333;
  border-radius: 3px;
  margin-bottom: 3px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main .row-md-20-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  #main .row-md-20-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main .card .card-body {
    padding: 15px 10px !important;
  }
}
#col_r {
  margin-top: 0px;
}
#col_r h2 {
  font-size: 14px;
  border-left: 10px #CCC solid;
  padding: 5px 10px;
  font-weight: bold;
}
#col_r .list2 .card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
#col_r .list2 .card .title {
  height: 55px;
}
#col_r .list2 .card .card-body {
  padding: 15px 10px !important;
  font-size: 12px;
  /* @include mq(max, md) {
      padding: 15px 10px!important;
  } */
}
#col_r .list1 .card img {
  width: 90px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 0px 0px 5px;
  flex: auto;
}
#col_r .list1 .card .title {
  height: 35px;
  -webkit-line-clamp: 2;
}
#col_r .list1 .card .card-body {
  max-width: 100% !important;
  display: inline-block;
  flex: auto;
  font-size: 12px;
  padding: 10px;
}

/* ------------------------------------------------------ */
/* buddypress*/
/* ------------------------------------------------------ */
#buddypress label[for=signup_username] {
  display: none;
}
#buddypress #signup_username {
  display: none;
}
#buddypress #activity-personal-li, #buddypress #notifications-personal-li {
  display: none;
}

/* ------------------------------------------------------ */
/* default*/
/* ------------------------------------------------------ */
section {
  padding: 15px 0px;
}

#page {
  background-color: #FFF;
  padding: 20px;
  margin: auto;
  border: #EEE solid 1px;
}
#page h2 {
  margin-bottom: 20px;
}

/* ------------------------------------------------------ */
/* wp_membership*/
/* ------------------------------------------------------ */
#swpm {
  max-width: 600px;
  background-color: #FFF;
  padding: 20px;
  margin: auto;
  display: none;
  border: #EEE solid 1px;
}
#swpm h2 {
  margin-bottom: 20px;
}
#swpm .swpm-yellow-box {
  background-color: crimson;
  border-color: crimson;
}
#swpm .swpm-warning p {
  color: #FFF;
}
#swpm .swpm-form-builder fieldset {
  clear: both;
  margin: 15px 0;
  padding: 15px 0;
  border: 1px solid #EEE;
  border-radius: 3px;
  background-color: #F5F5F5;
}
#swpm #swpm-login-form {
  clear: both;
  margin: 15px 0;
  padding: 19px !important;
  border: 1px solid #EEE;
  border-radius: 3px;
  background-color: #F5F5F5;
}
#swpm #swpm-login-form label {
  display: block;
  margin: 2px 0 3px;
  font-weight: bold;
}
#swpm #swpm-login-form .swpm-rememberme-label {
  display: inline;
  margin: 0 0 0 5px;
  font-weight: normal;
}
#swpm .swpm-form-builder .swpm-legend {
  margin: 5px 14px 20px;
  padding: 0 6px;
  border-bottom: 0px solid #DDD;
  border-left: 10px solid #DDD;
  color: #666;
}
#swpm .swpm-form-builder .swpm-legend h3 {
  font-size: 16px;
  font-weight: bold;
}
#swpm .swpm-form-builder label, #swpm label.swpm-desc {
  color: #555;
}
#swpm .swpm-span p {
  font-size: 11px;
  color: #666 !important;
}
#swpm .swpm-form-builder br {
  display: block;
}
#swpm #swpm-login-form .swpm-text-field {
  width: 100%;
}
#swpm #swpm-login-form .swpm-username-input {
  margin-bottom: 15px;
}
#swpm #swpm-login-form .swpm-login-submit {
  margin-top: 50px;
}
#swpm.profile_edit #item-swpm-10 {
  display: none;
}
#swpm.profile_edit #item-swpm-12 {
  display: none;
}
#swpm.profile_edit p#form_success, #swpm.profile_edit .swpm-form-success {
  color: #333;
  font-weight: normal;
}
#swpm.profile_edit #swpm-30, #swpm.profile_edit #swpm-34 {
  width: 200px !important;
}
#swpm.signup #item-swpm-2, #swpm.signup #item-swpm-36 {
  display: none;
}
#swpm.signup #item-swpm-1 .swpm-legend {
  display: none;
}
#swpm.signup input#swpm-3::-moz-placeholder {
  color: transparent;
}
#swpm.signup input#swpm-3::placeholder {
  color: transparent;
}
#swpm.signup input#swpm-3 {
  margin-bottom: 5px !important;
}
#swpm.signup input#swpm-3_re::after {
  content: "パスワードが違います";
  display: block; /* インライン要素の後に表示される場合は block にする */
  color: red; /* テキストの色を指定 */
  margin-top: 5px; /* テキストとの間隔を指定 */
  font-size: 12px; /* フォントサイズを指定 */
}
#swpm.signup #item-swpm-4 {
  display: none;
}
#swpm.signup #item-swpm-47 label, #swpm.signup #item-swpm-50 label {
  display: none;
}
#swpm.signup #item-swpm-60 {
  margin-top: 50px !important;
}

/* ------------------------------------------------------ */
/* フォーム*/
/* ------------------------------------------------------ */
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
textarea, select {
  padding: 8px !important;
  border: 1px solid #CCC !important;
  border-radius: 5px !important;
  background: none repeat scroll 0 0 #FAFAFA !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border linear 0.2s, box-shadow linear 0.2s !important;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus, select:focus {
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input.swpm-medium, input[type=text].swpm-medium, input[type=tel].swpm-medium, input[type=email].swpm-medium, input[type=url].swpm-medium, select.swpm-medium {
  width: 80% !important;
}

button, input, optgroup, select, textarea {
  margin: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

input::-moz-placeholder {
  color: #999 !important;
}

input::placeholder {
  color: #999 !important;
}

.tagsinput {
  padding: 10px 10px 5px 10px !important;
}

/* ------------------------------------------------------ */
/* カード */
/* ------------------------------------------------------ */
.card {
  text-decoration: none;
  border: none !important;
}

.card_img {
  position: relative;
}
.card_img .label {
  font-size: 10px;
  font-weight: bold;
  background-color: crimson;
  border: #FFF 1px solid;
  padding: 3px 5px;
  color: #FFF;
  position: absolute;
  bottom: -10px;
  left: -1px;
}

.card .title {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.card .info {
  font-size: 0.9em;
  text-align: end;
}

/* ------------------------------------------------------ */
/* ACF */
/* ------------------------------------------------------ */
#acf-form {
  background-color: #FFF;
}
#acf-form .-border {
  border: #EEE solid 1px;
  padding: 5px;
}
#acf-form .acf-label label {
  font-size: 16px;
  border-left: 10px #EEE solid;
  padding: 5px 10px;
  font-weight: bold;
}
#acf-form .-border .acf-label label {
  font-size: normal;
  border-left: 0px;
  padding: 0px;
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */