@charset "UTF-8";

/*共通
-----------------------------------------------------*/
body {
  height: 100%;
  padding-top: 56px;
  font: 14px/1.6 "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  margin: 0;
  color: #343A40;
  letter-spacing: 1px;
}

.btn:focus {
  box-shadow: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.btn-primary {
  line-height: 1.6;
  text-align: left;
  min-widht: 4rem;
  border-radius: 0;
}

/* 必須項目 */
.required {
  color: #c00;
}

.mg_0 {
  margin: 0;
}

.mg_0 a:empty {
  height: 0;
}

.bold {
  font-weight: bold !important;
}

/*ロゴ*/
h1.text-hide {
  background: url(../images/logo/logo.png) no-repeat;
  background-size: 100%;
  width: 134.5px;
  height: 33px;
}

/*会員情報ボタン*/
.login-lock-item {
  border-radius: 0;
  line-height: 3;
  height: 3.5rem;
  width: 5rem;
  background: #E0C430;
  color: #fff !important;
  font-size: 11px;
}

.login-item {
  border-radius: 0;
  line-height: 3.2;
  height: 3.5rem;
  background: #E0C430;
  color: #fff !important;
}

.plofile-item .btn {
  border-radius: 0;
  height: 3.5rem;
  background: #E0C430;
  color: #fff;
}

.plofile-item button.profile-img img {
  height: 40px !important;
  width: 40px !important;
  margin-right: 0.5rem !important;
}

/*ハンバーガーメニューアイコン*/
.navbar-toggler {}

.navbar-light .navbar-toggler {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0;
  width: 60px;
  height: 56px;
  box-sizing: border-box;
  position: relative;
  padding: 0.9rem 0.9rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  background-color: #E0C430;
  width: 30px;
  height: 1.8px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
  top: 14px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 21px;
}

.navbar-toggler-icon:nth-of-type(3) {
  top: 28px;
}

.navbar-toggler-icon-end {
  top: 35px;
  background-image: url("../images/common/menu.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
  display: block;
  position: absolute;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 25px;
  transform: rotate(45deg);
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 25px;
  transform: rotate(-45deg);
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-end {
  top: 40px;
  background-image: url("../images/common/close.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
}

/*ハンバーガーメニュー*/
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:active {
  border: none;
  outline: none;
}

/*通常時*/
.navbar-light .navbar-nav .nav-link {
  color: #343A40;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ccc;
}

/*限定ページ*/
.navbar-light .navbar-nav .gentei .nav-link {
  color: #CCC;
}

/*限定ページ*/
.navbar-light .navbar-nav .gentei .dropdown-item {
  color: #CCC;
}

/*表示中*/
.navbar-light .navbar-nav .active .nav-link {
  color: red;
}

.nav-justified .nav-item {
  flex-basis: auto;
}

.navbar-nav .nav-item .dropdown-menu {
  border: none;
}

/*ドロップダウンメニュー*/
.dropdown-menu {
  padding: 0;
}

.dropdown-item {
  color: #615931;
  text-decoration: none;
  background-color: #f8fcdf;
  border-bottom: 0.2px solid #FFF;
  background-image: url("../images/common/arrow.png");
  background-size: 0.5rem;
  background-repeat: no-repeat;
  background-position: right 2.3rem center;
}

.dropdown-item {
  padding: 0.8rem 2rem;
  font-size: 0.9rem;
}

.dropdown-item:last-child {
  border-bottom: none;
  flex-basis: auto;
}

.dropdown-item:hover {
  color: #615931;
  text-decoration: none;
  background-color: #F3D948;
}

.dropdown-divider {
  margin: 0;
}

.nav-item {
  padding: 0;
}

/*オーバーレイ*/
.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0.7;
}

/*広告バナー*/
.banner {
  display: flex;
  max-width: 94%;
  margin: 0 3%;
}

/*ページトップボタン*/
#top {}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.page-top a {
  background-image: url(../images/common/pagetop.png);
  display: block;
  background-size: 100%;
  width: 85px;
  height: 85px;
}

.page-top a:hover {
  text-decoration: none;
  opacity: 0.9;
}

/*フッター*/
footer {
  background-color: rgb(52, 58, 64);
  color: #FFF;
}

.address-wrap {
  text-align: center;
}

.site-name {
  font-size: 1.2rem;
}

/*下層ページ<h2>部分*/
.bg-main {
  background: #fff;
  border-bottom: 5px solid #E0C430;
}

.container-wide {
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 0.5rem;
  position: relative;
}

.page-title-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

h2.page-titile {
  color: #E0C430;
  font-size: 1.5rem;
}

h3.page-titile-en {
  font-size: 0.9rem;
  color: #A39E9E;
}

.sp-txt {
  color: #C14063;
}

/*パンくずリスト*/
.breadcrumb {
  max-width: 100%;
  margin: 0 auto 1rem;
  background: #fff;
  padding: 0.75rem 0;
}

.breadcrumb a {
  color: #E0C430;
}

/*ページ送り*/
.page-link {
  color: #E0C430;
}

.page-link:hover {
  color: #E0C430;
  opacity: 0.9;
}

/*ツールチップ*/
.tip {
  width: 16px;
  height: 16px;
}

/* お問合せフォーム関連 */
form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}

.form_inner {
  order: 2;
  width: 100%;
}

.wpcf7-response-output {
  order: 1;
  margin: 3em 0 2em !important;
  padding: 10px !important;
  width: 100%;
}

/* 掲示板 */
h2.widget-title {
  display: none;
}

.bbp-topic-author,
.bbp-reply-author {
  display: none !important;
}

.bbp-topic-content,
.bbp-reply-content {
  margin-left: 0 !important;
}

.bbp-breadcrumb {
  display: none !important;
}

.bbp-template-notice {
  margin-bottom: 300px !important;
}

/* 新規・ログインフォーム */
.um-login form .um-field-label {
  display: none !important;
}

.um-login form .um-field {
  padding: 0 !important;
  margin-top: -2px;
}

.um-login form .um-half {
  width: 100% !important;
}

form input[type=submit].um-button,
.um-button.um-alt {
  background: #555 !important;
}

form a.um-button.um-alt {
  color: #fff !important;
}

.um-login form .um-col-alt .um-right:before {
  border-top: 1px solid #ccc;
  content: "初めてご利用の方はこちらより会員登録をお願いします。\A＊限定コンテンツには会員登録が必要です。";
  display: block;
  font-size: 14px;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 10px;
  white-space: pre;
}

/*.um-register form .um-col-alt .um-right:before {
  content: "";
  display: block;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  white-space: pre;
}*/
.um-register form .um-col-alt .um-right {
  display: none;
}

.um-field-label {
  margin: 0 !important;
}

.um-password .um-form {
  margin-top: 100px !important;
  margin-bottom: 200px !important;
}

.um-profile {
  padding-top: 100px;
}

.um-profile .um-cover-e {
  display: none !important;
}

/*.um-profile-photo a,
.um-name a {
  pointer-events: none;
}*/
.um-meta span:before {
  content: "前回のログイン：";
}

/*.um-field-type_password:after {
  content: "前回のログイン：";
}
*/
.um-register .um-col-alt {
  position: relative;
  margin: 85px 0 5px 0;
}

.um-register .um-col-alt:before {
  content: "※パスワードは8文字以上、それぞれ1つ以上の小文字・大文字・数字を含めてください";
  position: absolute;
  display: block;
  color: #999;
  font-size: 80%;
  bottom: 260px;
}

.um-register form .um-half {
  width: 100% !important;
}

.um-field-error .required {
  font-size: 0;
}

.um-field.um-field-user_password.um-field-password.um-field-type_password[data-key="user_password"] .um-field-area {
  position: relative;
  top: 0;
}

.um-login .um-field.um-field-user_password.um-field-password.um-field-type_password[data-key="user_password"] .um-field-area {
  top: 0;
}


.um-field.um-field-user_password.um-field-password.um-field-type_password[data-key="confirm_user_password"] {
  position: relative;
  bottom: -40px;
}

.terms-of-service {
  max-width: 420px;
  margin: 0 auto 10px;
  position: relative;
  bottom: 120px;
}

#post-56>.um-field.um-field-user_password.um-field-password.um-field-type_password[data-key="confirm_user_password"] {
  bottom: 0;
}

/* ログイン済み画面 */
.um-misc-ul {
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}

.um-misc-ul>li:first-child {
  display: none !important;
}


/* プロフィール */
.um-profile-edit {
  top: 0 !important;
}

.um-profile-edit-a {
  display: none;
}

.prof .um-dropdown-b ul li:nth-child(2) {
  display: block !important;
}

.um-dropdown {
  display: block !important;
  right: 0;
  width: 170px;
}

.um-dropdown-hide {
  display: none !important;
}

.um-cover {
  display: none;
}

/*.um-profile-photo .um-dropdown {
  display: none!important;
}
.um-profile-photo a {
  pointer-events: none!important;
}*/
.um-profile-body form .um-half {
  width: 48% !important;
}

.um-dropdown[data-element="div.um-profile-photo"],
.um-profile-photo-overlay {
  display: none !important;
}

.um-dropdown[data-element="div.um-profile-photo"].prof,
.um-profile-photo-overlay.prof {
  display: block !important;
}

.um-profile-photo-img {
  pointer-events: none;
}

.um-icon-android-checkbox-outline:before {
  content: "\f373";
}

.um-icon-android-checkbox-outline-blank:before {
  content: "\f372";
}



/*各幅対応
-----------------------------------------------------*/
@media (max-width: 768px) {
  .pc-block {
    display: none;
  }

  .pc-br {
    display: none;
  }

  .container-fluid .col-3 {
    display: none !important;
  }

  .navbar {
    padding: 0 !important;
  }

  .navbar-collapse {
    margin: 3%;
  }

  .navbar-nav .nav-link {
    padding-left: 2rem;
  }

  .nav-link {
    width: 100%;
    text-align: left;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  ul.navbar-nav {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #FFF;
    margin: 1rem auto;
    overflow-y: scroll;
    max-height: 600px
  }

  /*グローバルナビドロップダウンメニュー*/
  .nav-justified .nav-item {
    white-space: nowrap;
    flex-grow: 0;
    padding: 0 0 !important;
  }

  .dropdown-menu {
    width: 100%;
  }

  li .dropdown-toggle::after {
    float: right;
    margin-top: 0.2em;
    margin-right: 2rem;
    background-image: url(../images/common/dropudown-a.svg);
    background-position: right: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    border: none;
  }

  li.show .dropdown-toggle::after {
    margin-top: 0.2em;
    margin-right: 2rem;
    background-image: url(../images/common/dropudown-b.svg);
    background-position: right: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    border: none;
  }

  .banner {
    flex-wrap: wrap;
  }

  .banner-item {
    width: 48%;
    margin: 0 1%;
  }

  /*ページトップボタン*/
  .page-top a {
    width: 60px;
    height: 60px;
  }

  /* 掲示板 */
  .bbp-topic-title a,
  .bbp-topic-freshness a {
    color: #333 !important;
  }

  .form-control {
    padding: initial !important;
  }

  /* 会員情報 */
  .um-form {
    padding: 10px;
  }

  .um-8.um .um-profile-photo a.um-profile-photo-img {
    width: 100px !important;
    height: 100px !important;
  }

  .um-8.um .um-profile-meta {
    padding-left: initial !important;
  }

}

@media (min-width: 769px) and (max-width: 991px) {
  .pc-block {
    display: none;
  }

  .container-fluid .col-3 {
    display: none !important;
  }

  .navbar {
    padding: 0 !important;
  }

  .navbar-collapse {
    margin: 1rem;
  }

  .navbar-nav .nav-link {
    padding-left: 2rem;
  }

  .nav-link {
    width: 100%;
    text-align: left;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  ul.navbar-nav {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #FFF;
    margin: 1rem auto;
    overflow: scroll;
    height: 500px
  }

  /*グローバルナビドロップダウンメニュー*/
  .nav-justified .nav-item {
    white-space: nowrap;
    flex-grow: 0;
    padding: 0 0 !important;
  }

  .dropdown-menu {
    width: 100%;
  }

  li .dropdown-toggle::after {
    float: right;
    margin-top: 0.2em;
    margin-right: 2rem;
    background-image: url(../images/common/dropudown-a.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    border: none;
  }

  li.show .dropdown-toggle::after {
    margin-top: 0.2em;
    margin-right: 2rem;
    background-image: url(../images/common/dropudown-b.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    border: none;
  }

  .banner {
    flex-wrap: wrap;
  }

  .banner-item {
    width: 33%;
  }

  /*ページトップボタン*/
  .page-top a {
    width: 60px;
    height: 60px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .pc-block {
    display: none;
  }

  .container-fluid .col-3 {
    display: none !important;
  }

  .navbar {
    padding: 0 !important;
  }

  .navbar-collapse {
    margin: 1rem
  }

  .navbar-nav .nav-link {
    padding-left: 2rem;
  }

  .nav-link {
    width: 100%;
    text-align: left;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  ul.navbar-nav {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #FFF;
    overflow: scroll;
    height: 500px
  }

  /*グローバルナビドロップダウンメニュー*/
  .nav-justified .nav-item {
    white-space: nowrap;
    flex-grow: 0;
    padding: 0 0 !important;
  }

  .dropdown-menu {
    width: 100%;
  }

  li .dropdown-toggle::after {
    float: right;
    margin-top: 0.2em;
    margin-right: 2rem;
    background-image: url(../images/common/dropudown-a.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    border: none;
  }

  li.show .dropdown-toggle::after {
    margin-top: 0.2em;
    margin-right: 2rem;
    background-image: url(../images/common/dropudown-b.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    border: none;
  }

  .banner {
    flex-wrap: wrap;
  }

  .banner-item {
    width: 33%;
  }

  /*ページトップボタン*/
  .page-top a {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  body {
    height: 100%;
    /*padding-top: 153px;*/
    padding-top: 120px;
  }

  /*ヘッダー上部*/
  .header01 {
    width: 100%;
  }

  /*ロゴ*/
  h1.text-hide {
    background: url(../images/logo/logo.png) no-repeat;
    width: 154px;
    height: 38px;
  }

  .brand-logo {
    width: 300px !important;
  }

  .brand-logo h1.text-hide {
    background: url(../images/logo/logo-300.png) no-repeat;
    width: 300px;
    height: 74px;
  }

  .login {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0;
    height: 3.5rem
  }

  .login-item-right {
    margin-left: 15px;
    height: 3.7rem;
    line-height: 4.1;
  }

  a.login-item-right {
    color: #fff;
  }

  a.login-item-right:hover {
    text-decoration: underline;
  }

  .plofile-item {
    float: left;
  }

  .plofile-item+.plofile-item {
    margin-left: 20px;
    height: 3.7rem;
    line-height: 4.1;

  }

  .plofile-item+.plofile-item a {
    color: #fff;
  }

  .plofile-item+.plofile-item a:hover {
    text-decoration: underline;
  }

  /*検索窓*/
  .form-inline {}

  /*ヘッダー下部*/
  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  /*グローバルメニュー*/
  .navbar {
    padding: 0 !important;
    max-width: 1200px;
    margin: 0 auto;
  }

  .nav-justified .nav-item {
    white-space: nowrap;
    flex-basis: auto;
    padding: 0 0.3rem;
  }

  .nav-justified .nav-item:hover {
    background: rgb(234, 235, 235);
  }

  ul.navbar-nav {
    float: right !important;
    border: none;
  }

  .dropdown-item {
    padding: 0.7rem 2rem 0.7rem 0.7rem;
    font-size: 0.8rem;
  }

  .dropdown-item {
    color: #615931;
    text-decoration: none;
    background-color: #f8fcdf;
    border-bottom: 0.2px solid #FFF;
    background-image: url("../images/common/arrow.png");
    background-size: 0.5rem;
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }

  /*広告バナー*/
  .banner {
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
    justify-content: space-around;
  }

  .banner-item img {
    max-height: 47px;
  }

  /*フッター*/
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .address-wrap {
    text-align: left;
  }

  /*下層ページ<h2>部分*/
  .bg-main {
    background: #fff;
    border-bottom: 5px solid #E0C430;
  }

  .container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.5rem 0 1rem;
    position: relative;
  }

  .page-title-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    opacity: 0.5;
  }

  h2.page-titile {
    color: #E0C430;
    font-size: 2rem;
  }

  h3.page-titile-en {
    font-size: 0.9rem;
    color: #A39E9E;
  }

  /*パンくずリスト*/
  .breadcrumb {
    font-size: 80%;
    max-width: 1200px;
    margin: 0 auto 1rem;
  }

  /* プロフィール */
  /*.um-dropdown {
  top: 110px;
  left: 45px;
}
*/


}


/* 活動報告・他 */
.aligncenter {
  margin: 0 auto;
}

/* 新規登録 補足 */
.um-s1 {
  border: 2px solid #ddd;
  box-sizing: border-box !important;
  display: block !important;
  padding: 6.5px;
  /*width: 430px !important;*/
}

/* トピック新規追加 */
#bbpress-forums div.bbp-the-content-wrapper {
  /*margin-bottom: 90px !important;*/
}

/*ドロップダウン矢印*/
.um-dropdown-arr .um-icon-arrow-up-b,
.um-dropdown-arr .um-icon-arrow-right-b {
  display: none !important;
}