@charset "UTF-8";
/* ------------------------------------------------------ */
/* デフォルト */
/* ------------------------------------------------------ */
body {
  font-size: 14px;
  color: #666;
  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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

.card {
  color: #666 !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;
  padding-bottom: 80px;
}
#main h2 {
  font-size: 18px;
  border-left: 10px #CCC solid;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 48px;
}
#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;
}

/* ------------------------------------------------------ */
/* パーツ*/
/* ------------------------------------------------------ */
.return_home {
  text-align: center;
  padding: 80px 0;
}
.return_home a {
  padding: 0.8em 2.5em;
  border-radius: 5px;
  background-color: #999;
  color: #FFF;
}

/* ------------------------------------------------------ */
/* default*/
/* ------------------------------------------------------ */
section {
  padding: 0px;
}
section .block {
  padding: 20px;
  background-color: #FFF;
}
section .page {
  background-color: #FFF;
  padding: 30px;
  margin: auto;
  border: #EEE solid 1px;
}
section .page_s {
  background-color: #FFF;
  padding: 30px;
  margin: auto;
  border: #EEE solid 1px;
  max-width: 700px;
}
section .page h2 {
  margin-bottom: 20px;
}

/* ------------------------------------------------------ */
/* フォーム*/
/* ------------------------------------------------------ */
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;
}

/* ------------------------------------------------------ */
/*   サインアップ */
/* ------------------------------------------------------ */
#signup {
  max-width: 600px;
  margin: auto;
}
#login {
  max-width: 600px;
  margin: auto;
}
/* ------------------------------------------------------ */
/* ACF */
/* ------------------------------------------------------ */
#acf-form .-border {
  border: #EEE solid 1px;
  padding: 5px;
}
#acf-form .acf-label label {
  font-size: 16px;
  font-weight: bold;
}
#acf-form .-border .acf-label label {
  font-size: normal;
  border-left: 0px;
  padding: 0px;
  font-weight: normal;
}
#acf-form .acf-field {
  border-bottom: 1px solid #EEE;
  margin-bottom: 24px !important;
}
#acf-form .acf-fields > .acf-field {
  position: relative;
  margin: 0;
  padding: 0 0 24px;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #eaecf0;
}
#acf-form .acf-form-submit {
  padding: 0px;
  text-align: center;
}
#acf-form .acf-button {
  background-color: #666;
  color: #FFF;
  border: none;
  font-size: 16px !important;
  padding: 0.8em 2.5em;
  border-radius: 10px;
}
#acf-form .acf-field p.description {
  white-space: pre-wrap;
  color: #336699;
}
#acf-form .acf-image-preview img {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
#acf-form #acf-field_67714f89e380d {
  max-width: 400px;
}
#acf-form .hasDatepicker {
  max-width: 150px;
}
#acf-form #acf-field_6771503b42c88 {
  max-width: 150px;
}
#acf-form #acf-field_6771507242c89 {
  max-width: 150px;
}
.return_link {
  text-align: center;
  padding: 80px 0 20px;
}
.return_link a {
  padding: 0.8em 2.5em;
  border-radius: 10px;
  border: #CCC solid 1px;
  color: #999;
}/*# sourceMappingURL=style.css.map */