@charset "UTF-8";
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "Noto Sans JP", "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, Meiryo, sans-serif, メイリオ, Meiryo, serif;
  letter-spacing: 1px;
  overflow-x: hidden;
  font-feature-settings: "palt";
}
#sidebar-open-bt {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  z-index: 5000;
  margin: 10px;
}
.desc {
  margin: 8em 0em !important;
}
.BlogContents > div {
  padding-top: 25px;
}
a {
  font-weight: 700;
  letter-spacing: .1em !important;
}
.EventContent > div {
  padding-top: 25px;
}
header.h1, header.h2, header.h3, header h1, header h2, header h3 {
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px;
}
.fc-event {
  margin: 0 7px;
}
/**
レイアウト
---------------------------------**/
content {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
}
footer {
  clear: both;
}
body > aside {
  width: 23%;
  float: left;
  margin-right: 2%;
}
@media (min-width:640px) {
  .layout_row {
    width: 100%;
    max-width: 1000px;
  }
}
@media (min-width:1200px) {
  .layout_row {
    width: 1000px;
  }
}
/**
ヘッダー
---------------------------------**/
/**
ナビゲーション
---------------------------------**/
aside .navbar-header {
  text-align: center;
  margin: 0px;
}
aside .navbar-brand img {
  display: inline !important;
  margin: 0px !important;
}
aside .navbar-brand h1 {
  font-size: 12px;
}
aside .dropdown-menu {
  left: 80%;
  top: 0;
}
aside.h1, aside.h2, aside.h3, aside h1, aside h2, aside h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
body > content {
  width: 100%;
  float: none;
}
aside .layout_row, aside .container {
  width: 100%;
  padding: 10px 0;
}
aside .navbar-header, aside .navbar-brand {
  float: none;
  width: 100%;
}
aside .navbar-nav {
  float: none;
}
aside .navbar-nav > li {
  float: none;
  width: 100%;
}
/**
パネル
**/
.cal_box {
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  padding: 10px;
}
.blog_card .caption {
  padding: 0;
}
.blog_card .blog_title {
  padding: 20px;
}
.blog_card .blog_description {
  margin-bottom: 20px;
}
/*ブログタイル形式*/
.ui-group {
  margin: 20px;
}
.blog_tile {}
.blog_tile .button, .blog_tile .button:hover {}
.blog_tile .button {
  padding: 5px 10px;
}
.blog_tile .button:focus {}
.blog_tile .button:active, .blog_tile .button.is-checked, .blog_tile .button.is-selected {}
.blog_tile .grid {}
.blog_tile .grid .element-item {}
.blog_tile .grid .blog_img {}
.blog_tile .grid .blog_tile .thumbnail > img, .blog_tile .thumbnail a > img {}
.blog_tile .grid .element-item .caption {}
.blog_tile .grid .element-item .blog_time {}
.blog_tile .grid .element-item .blog_title {
  margin-bottom: 10px;
}
.blog_tile .grid .element-item .blog_title a {}
/*ギャラリー*/
.garally_list .item {
  display: flex;
  margin-bottom: 1em;
}
.garally_list .caption {
  margin-left: 10px;
}
aside .garally_list .caption {
  margin-left: 0px;
  padding: 0px;
}
aside .garally_list .caption h3 {
  margin-top: 5px;
}
.layout_row {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header .navbox, content .navbox {
  position: fixed;
  width: 100% !important;
  z-index: 9000;
  float: none;
  right: 0;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgb(47 65 80 / 10%);
}
.navbar-nav {
  float: right;
  margin-top: 17px;
}
.navbox .navbar-brand img {
  height: 100%;
  margin: 10px;
  margin-left: 0px;
  margin-top: 16px;
}
body > content:after, body > header:after, content:after, body > aside:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.table {
  margin-bottom: 0px;
}
body > content {
  display: inline-block;
}
.navbar-brand {
  padding: 0px;
}
.event_list .event_title {
  margin-top: 1%;
}
/* Hides from IE Mac \*/
* html body > content {
  height: 1%;
}
body > content {
  display: block;
  min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative; /* ←相対位置 */
  box-sizing: border-box;
  /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}
.container {
  width: 85%;
}
/* End Hack */
.layout_row {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
@media (min-width:640px) {
  .layout_row {
    width: 100%
  }
}
@media (min-width:768px) {
  .layout_row {
    width: 750px
  }
}
@media (min-width:992px) {
  .layout_row {
    width: 970px
  }
}
@media (min-width:1200px) {
  .layout_row {
    width: 1202px
  }
}
aside .garally_list .item {
  display: block !important;
  margin-bottom: 1em;
}
aside .garally_list .item .col-xs-6 {
  float: none;
  width: 100%;
  padding: 5px;
  display: block;
}
aside .blog_listbox {
  display: block !important;
  margin-bottom: 1em;
}
aside .blog_listbox .blog_img {
  text-align: center;
}
aside .blog_listbox .blog_img img {
  display: inline;
}
aside .blog_title {
  margin-bottom: 0.5em;
  font-weight: bold;
}
aside .event_list {
  display: block !important;
  margin-bottom: 1em;
}
aside .event_list .col-xs-3, aside .event_list .col-xs-9 {
  float: none;
  width: 100%;
  padding: 5px;
  display: block;
}
aside .navbar-collapse {
  padding: 0;
}
aside .nav > li > a {
  padding: 15px 5px;
}
/*表示させないバナー*/
#advertisementBox img {
  display: none !important;
}
/*---------------------------------------ここから記載-----------------------------------------*/
/*top------------------------------*/
/*ヘッダー*/
.navbox .navbar-nav > li > a {
  display: inline-block;
  padding: 0px;
  margin: 8px 14px;
}
.navbox .navbar-nav > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.navbox .navbar-nav > li > a:hover::after {
  transform: scale(1, 1);
}
/*fsv*/
@media (min-width:640px) {
  .fsv_width.layout_row {
    width: 100%;
    max-width: 100% !important;
  }
}
.fsv_width {
  height: 500px;
}
.padi_none {
  padding-right: 0px;
  padding-left: 0px;
}
.padi_none img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.garally-fadein div {
  right: 0;
}
.fsv_title {
  font-family: serif;
  line-height: 1.4em;
  letter-spacing: 5px;
  font-size: 36px;
  margin-bottom: 10px;
}
/*ブログ機能(お知らせ)*/
.blog_list .blog_listbox, .blog_listside .blog_listbox {
  margin: 0;
  padding: 20px 0 !important;
  border-top: 0px !important;
}
.blog_listbox:last-child {
  border-bottom: none;
}
.blog_list .blog_title .date:before {
  content: " " !important;
}
.blog_list .blog-link {
  font-size: 16px;
}
.blog_list .date {
  display: flex;
  font-weight: 500;
}
.date_format_blog_t {
  padding-left: 7px;
}
.others_news {
  padding: 2em 3em;
}
.students_news {
  padding: 2em 3em;
}
.students_news h3 {
  font-family: serif;
}
.others_news h3 {
  font-family: serif;
}
.students_news .blog-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*タグ*/
.blog_tag:before, .blog_tag:after {
  content: "" !important;
}
.blog_tag a {
  text-decoration-line: none;
  font-weight: 400;
}
.blog_tag {
  border-radius: 5px!important; 
    padding: 0px 8px!important;
}
/*h1〜h5*/
h1, h2, h3, h4, h5 {
  font-weight: 600;
  letter-spacing: 2px;
}
.h1, .h3, h1, h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.h2, h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  letter-spacing: 2px;
}
h2 {
  border-radius: 20px;
  padding: 10px 20px;
}
h2, h3 {
  font-weight: 500;
}
/*p*/
p {
  margin: 5px 0px !important;
}
/*動画*/
.flex > div {
  display: flex;
}
.ma_left {
  margin-left: 1em;
}
.col-md-12 {
  padding: 0px !important;
}
.movie_listbox:first-child {
  padding: 15px 15px 15px 0 !important;
}
.movie_listbox_wrapper .cardbox3, .cardbox6, .cardbox9, .cardbox12, .cardbox15, .cardbox18, .cardbox21, .cardbox24, .cardbox27, .cardbox30, .cardbox33, .cardbox36, .cardbox39, .cardbox42 {
  padding: 15px 0px 15px 15px !important;
}
.movie_listbox .caption {
  padding: 5.6% 5.3%;
  border-radius: 0 0 10px 10px;
  height: 43%;
}
.movie_listbox .movie_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 5px;
}
.movie_listbox .blog_description {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  font-size: 13.5px;
  /*IE対策*/
  max-height: 2.7em;
}
.flex p {
  line-height: 37px;
}
a {
  text-decoration: none;
}
.movie_listbox_wrapper .movie_listbox .movie_img {
  height: 170px !important;
  padding-top: 0 !important;
  border-radius: 10px 10px 0 0;
}
/*もっとみる ボタン*/
.link-text.btn_movei {
  position: absolute;
  right: 0;
}
.link-text.btn_movei a:after {
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 10px;
}
.link-text.btn_movei a {
  font-weight: 500;
  padding: 4px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*ホバー*/
.link-text.btn_movei a:hover {
  text-decoration: none;
}
/*動画背景*/
.bg_color03 {
  padding: 6em 0 10em 0;
}

/*一般公開 動画一覧ページ*/
#page-movei_ordinary-body .movie_listbox .caption {
  padding: 5.6% 0;
}
/*会員公開 動画一覧ページ*/
#page-movei_restriction-body .movie_listbox .caption {
  padding: 5.6% 0;
}
/*プレミアム 動画一覧ページ*/
#page-movei_premium-body .movie_listbox .caption {
  padding: 5.6% 0;
}
/*ヘッダーメニュー*/
.navbar-nav .rink_none {
  pointer-events: none;
}
.navbar-nav .member_login {
  padding: 8px 18px;
  margin: 10px 13px 6px 13px;
  border-radius: 10px;
}
.navbar-nav .member_login:after {
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 2px;
}
.dropdown-menu {
  padding: 10px 0 !important;
}
/*お問い合わせ*/
.form-horizontal {
  width: 70%;
  margin: 0 auto;
}
.form-horizontal .form-group .control-label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.form-horizontal .form-group .control-label .attention {
  border-radius: 4px;
  padding: 0px 3px 1px 4px;
  font-size: 12px;
  margin-left: 9px;
}
.form-horizontal .form-group .col-sm-9 {
  width: 100%;
}
.bg_color03 > .layout_row {
  border-radius: 25px;
}
/*ボタン*/
.form-horizontal .box-footer .btn-default {
  padding: 8px 45px;
  margin-top: 30px;
}
/*フッター*/
footer {
  padding: 10px 0;
}
footer .copyright {
  text-align: center;
  width: 100%;
  display: block;
}
/*フッターを一番下に固定*/
content.MainContent {
  min-height: 100vh;
  position: relative;
}
/*サイトへのお問い合わせページ------------*/
.form-group .col-sm-9 {
  text-align: left !important;
}
/*プライバシーポリシーページ------------*/
.privacy{
  border: 2px solid #e8e8e8;
  padding: 30px 40px!Important;
  margin-top: 20px;
}
/*特定商取引法ページ--------------------*/
table {
  margin: 20px auto;
  width: 100% !important;
}
td {
  padding: 10px;
}
th {
  padding: 10px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  th, td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*会員専用ページ----------------------*/
.member_fsv {
  max-width: 100% !important;
  position: relative;
}
.fsv_m {
  display: inline-block;
}
.fsv_m img {
  opacity: 0.5;
  display: block;
  height: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.fsv_m::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  display: block;
}
.ab_txttitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mem_news .blog_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog_list .blog_img img {
  width: 90px !important;
}
.blog_list .blog_listbody, .blog_listbox .blog_listbody {
  margin-left: 35px !important;
  width: calc(100% - 115px) !important;
}
.movie_listbox_wrapper .cardbox4, .cardbox5, .cardbox6, .cardbox10, .cardbox11, .cardbox12, .cardbox16, .cardbox17, .cardbox18, .cardbox22, .cardbox23, .cardbox24, .cardbox28, .cardbox29, .cardbox30, .cardbox34, .cardbox35, .cardbox36, .cardbox40, .cardbox41, .cardbox42, .cardbox46, .cardbox47, .cardbox48 {
  margin-top: 1.4em;
}
/*会員専用ページにログインするときのページ---*/
.btn-info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-success {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.auth-bt {
  padding: 20px !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
}
.AuthContents {
  padding-top: 72px !important;
}
.AuthContents .container {
  margin-top: 120px !important;
}
.modal-dialog .modal-body .row {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.modal-dialog {
  margin-top: 12em;
}
/*会員限定--------------------------*/
.loginp i{
    color: #ffffff;
    background: #5093DE;
    padding: 20px 24px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    bottom:50px;
}
.loginp i:hover{
    opacity:0.7;
}
/*動画一覧ページ----------------------*/
@media (min-width:640px) {
  .MovieContents .container {
    width: 100% !important;
  }
}
@media (min-width:768px) {
  .MovieContents .container {
    width: 750px !important;
  }
}
@media (min-width:992px) {
  .MovieContents .container {
    width: 970px !important;
  }
}
@media (min-width:1200px) {
  .MovieContents .container {
    width: 970px !important;
  }
}
.movie_listbox .movie_listbody {
  padding: 15px 0;
  height: 43%;
}
.movie_listbox .movie_listbody .movie_title {
  margin-bottom: 10px;
}
.MovieContents .movie_list h2 {
  padding: 10px 0px 30px 0px;
  text-align: center;
}
.MovieContents .movie_list .movie_listbox:first-child {
  padding: 15px !important;
}
/*動画詳細ページ----------------------*/
.MovieContents_in h2 {
  padding: 0 !important;
  margin-top: 1.8em !important;
  text-indent: 0px !important;
  overflow-wrap: break-word;
  line-height: 1.5em;
  margin-left: 0px !important;
}
.MovieContents_in .datestr {
  text-align: left !important;
  margin: 5px;
}
.MovieContents_in .note_desc {
  padding: 0px !important;
  margin-top: 1em;
}
.share {
  display: none;
}
.movie_tag a {
  font-weight: 400;
  margin-left: 10px;
}
/*---------------------
ブログ
---------------------*/
/*リスト----------------------*/
.blog_list .blog_img img {
  width: 90px !important;
}
.blog_list .blog_listbody, .blog_listbox .blog_listbody {
  margin-left: 35px !important;
  width: calc(100% - 115px) !important;
}
/*画像*/
.blog_list .blog_img {
  height: 80px;
  overflow: hidden;
}
.blog_list .blog_img img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/*横リスト----------------------*/
/*画像*/
.blog_listside .blog_img {
  position: relative;
  width: 100% !important;
  ;
  padding-top: 60%;
  transition: .3s;
}
.blog_listside .blog_img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
/*情報*/
.blog_listside .blog_listbox {
  padding: 20px 10px 20px 0 !important;
}
.blog_listside .blog_listbody {
  margin-left: 0 !important;
  width: 100% !important;
  margin-top: 10px;
}
/*タイル----------------------*/
.blog_tile .grid .blog_tilebox .blog_img{
   width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog_tile .grid .blog_tilebox{
 width: calc(100% / 3);   
}
/*タグ*/
.blog_tile .ui-group {
  margin: 20px 0 0;
}
/*画像*/
.blog_tile .blog_img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
/*情報*/
.blog_tile .grid .element-item {
  margin: 20px 0;
  padding: 0 15px 0 0;
}
.blog_tile .blog_title {
  margin-top: 10px;
}
@media (max-width:600px) {
   .blog_tile .grid .blog_tilebox{
 width: 100%; 
} 
}
/*カード----------------------*/
.blog_card .blog_cardbox{
 width: calc(100% / 3);   
}
.blog_card .blog_cardbox .blog_img{
   width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog_card .blog_cardbox .caption{
       padding: 0px;
}
/*画像*/
.blog_card .blog_img {
  margin-bottom: 10px;
}
/*情報*/
.blog_cardbox {
  padding: 0 15px 0 0;
}
.blog_card .caption {
  padding: 0;
}
.blog_card .blog_title {
  padding: 10px 0;
  margin-bottom: 5px;
}
/*スライド----------------------*/
/*画像*/
.blog_slide .blog_img {
  position: relative;
  padding-top: 20%;
  transition: .3s;
  margin-right: 20px;
}
.blog_slide .blog_img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.blog_slide .blog-body {
  width: 78% !important;
  margin: 0 0 0 auto;
}
.blog_slide .blog_title {
  margin-bottom: 5px;
}
@media (max-width:600px) {
  .box-info .blog_slide .owl-wrapper-outer .owl-wrapper .owl-item .item .camera_caption {
    width: 100% !important;
  }
  .blog_slide .blog_img {
    display: none;
  }
}
/*----------------------------------------
ブログ詳細ページ
----------------------------------------*/
.BlogContents h2 {
  font-size: 24px;
  background-color: none;
  border-radius: 0px;
  padding: 0px;
  font-weight: 500;
}
.BlogContents .img-responsive {
  height: auto;
  width: 100%;
}
.BlogContents_in > div:nth-child(3) > div img {
  width: 100%;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*IE対策*/
  max-height: 3.3em;
}
.BlogContents h2 {
  text-indent: 0px !important;
}
.BlogContents_in > div:nth-child(3) > div {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.23%;
  margin: 0 auto;
  overflow: hidden;
}
.BlogContents .BlogContents_in {
  width: 88%;
  margin: 0 auto;
}
.BlogContents .note_desc {
  padding: 20px 0px !important;
}
.BlogContents .share {
  display: none;
}
.BlogContents h3 {
  margin-bottom: 40px;
  text-align: left !important;
  font-size: 12px !important;
}
.BlogContents > div {
  padding-top: 80px !important;
  padding-bottom: 120px !important;
}
.BlogContentsInner.col-md-10 {
  width: 80%;
}
.blog-list.col-md-2 {
  width: 19%;
}
.BlogContents .blog-p {
  padding-left: 0px !important;
}
.BlogContents .month {
  font-size: 15px !important;
}
/*----------------------------------------
カスタム投稿
----------------------------------------*/
/*タグ*/
.custompost_box .post_tag {
  margin-bottom: 3px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #999999 !important;
  border-radius: 3px !important;
  font-weight: 500;
}
/*地図ボタン*/
.custompost_box button {
  margin-top: 5px;
}
/*フッターを一番下に固定(カスタム投稿)*/
content.CustompostContents {
  min-height: 100vh;
  position: relative;
  margin-bottom: 6em;
}
/*------------------------------リスト--*/
.custompost_list_box {
  padding: 0;
}
.custompost_list_row_0 {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.custompost_box .custompost_list_box .caption {
  width: calc(100% / 2);
}
.custompost_box .custompost_list_box .caption .custompost_list_row_0 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
}
.custompost_box .custompost_list_box .caption img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.custompost_box .custompost_list_box .caption p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22.5px;
  font-size: 14px;
  font-weight: 500;
}
.custompost_box .custompost_list_box .caption .caption_list_wrapper img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media (max-width:600px) {
  .custompost_box .custompost_list_box .caption {
    width: 100%;
  }
}
/*------------------------------カード&タイル-*/
.custompost_card_box {
  margin: 20px 0;
}
.custompost_box .custompost_card_box {
  width: calc(100% / 3);
  padding: 0 10px !important;
  display: flex;
}
.custompost_box .row {
  display: flex !important;
}
.custompost_box .custompost_card_box a {
  padding: 15px;
}
.custompost_box .custompost_card_box .custompost_caption .caption_list_wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.custompost_box .custompost_card_box .custompost_caption .caption_list_wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22.5px;
  font-size: 14px;
  font-weight: 500;
}
.custompost_box .custompost_card_box .custompost_caption .custompost_card_caption1_0 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
}
/*----custompost_caption2--------*/
.custompost_box .custompost_card_box .custompost_caption2 .caption_list_wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.custompost_box .custompost_card_box .custompost_caption2 .caption_list_wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22.5px;
  font-size: 14px;
  font-weight: 500;
}
.custompost_box .custompost_card_box .custompost_caption2 .custompost_card_caption2_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
}
/*-----------------------------カテゴリ リスト-*/
.custompost_category_image {
  padding: 0;
}
.custompost_category_list_body {
  padding: 0 0 0 15px;
}
.custompost_box .custompost_category_list_box {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.custompost_box .custompost_category_list_box a {
  width: 100%;
}
.custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_image {
  width: 200px;
}
.custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_list_body {
  width: 78%;
  float: left;
  padding-left: 25px;
}
@media (max-width:991px) {
  .custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_list_body {
    width: 63%;
  }
}
@media (max-width:600px) {
  .custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_list_body {
    width: 50%;
  }
}
@media (max-width:575px) {
  .custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_image {
    width: 100% !important;
  }
  .custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_list_body {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 8px !important;
  }
  .custompost_box .custompost_category_list_box .custompost_list_box_inner .custompost_category_image img {
    height: 230px !important;
  }
}
/*-----------------------------カテゴリ カード-*/
.custompost_category_card_box .thumbnail {
  padding: 15px;
}
.custompost_box .post_category_row {
  display: block !important;
}
.custompost_box .post_category_row .custompost_category_card_box {
  width: calc(100% / 3) !important;
  padding: 0 10px !important;
}
.custompost_box .post_category_row .custompost_category_card_box .custompost_category_image .img-responsive {
  height: 230px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin-bottom: 8px;
}
@media (max-width:768px) {
  .custompost_box .post_category_row .custompost_category_card_box {
    width: 100% !important;
  }
}
/*-------------------------------
イベント
--------------------------------*/
.event_tag {
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 4px;
    padding: 0px 7px;
}
.event_tag a {
  font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px!important;
}
/*------------------------------リスト--*/
.event_list .event_listbox .event_img {
  padding: 0;
}
.event_list .event_listbox .event_txt {
  padding: 0 0 0 30px;
}
.event_listbox.col-sm-4.col-xs-12 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 0 0;
}
h3.event_title {
  margin: 0 !important;
}
.event_tag {
  display: inline-block;
  margin-bottom: 3px;
}
/*------------------------------横リスト--*/
.event_img.col-sm-3 {
  width: 100%;
  margin-bottom: 10px;
}
.col-sm-9.event_txt {
  width: 100%;
  padding: 0 !important;
}
.event_list .event_listbox .event_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 5px;
}
/*------------------------------カード--*/
.event_card .element-item {
  padding: 0 10px 0 0;
  margin: 20px 0;
}
.event_card .grid .col-sm-3{
  width: calc(100% / 3);
}
.event_card .grid .col-sm-3 img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 5px;
}
@media (max-width:600px) {
.event_card .grid .col-sm-3{
  width: 100%;
}
}
/*------------------------------タイル--*/
.event_card .ui-group {
  margin: 20px 0 0;
}
.event_card .button {
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0)) !important;
  color: #222;
}
.event_card .grid .col-sm-3 .squarebox{
    width: 100%;
    height: 230px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 5px;
}
/*カスタム投稿自動生成ページ(詳細、一覧)----*/
/*フッターを一番下に固定(カスタム投稿)*/
content.CustompostContents {
  min-height: 100vh;
  position: relative;
  margin-bottom: 6em;
}
/*-------------------------------
イベント 一覧
--------------------------------*/
.EventContents .layout_row .container .event_list .event_listbox {
    margin-bottom: 3em;
}
.EventContents .layout_row .container .event_list .event_listbox .event_txt .event_title {
  margin-bottom: 10px !important;
  padding: 0px 0px 5px 0px !important;
  margin-top: 0px !important;
}
.EventContents .layout_row .container .event_list .event_listbox .event_txt .event_title a{
      margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}
.EventContents .layout_row .container .event_list .event_listbox .event_img img {
  width: 90%;
  height: 140px;
}
.EventContents .layout_row .container .event_list {
  width: 80%;
  margin-right: 30px;
}
.EventContents .layout_row .container {
  width: 100%;
}
@media (max-width: 992px) {
  .EventContents .layout_row .container .event-list-sp {
    width: fit-content !important;
    height: auto !important;
    display: flex !important;
    padding: 0px !important;
  }
}
@media (max-width:991px) {
  .EventContents .layout_row .container .event_list {
    width: 100%;
    margin-right: -10px;
  }
  .EventContents .container {
    padding: 0 20px;
  }
}
@media (max-width:600px) {
  .EventContents .container {
    padding: 0 20px;
  }
  .EventContents .event_tag {
    display: block;
    margin-bottom: 3px;
    width: fit-content;
    float: left;
    margin-right: 10px;
  }
  .EventContents .event_txt .event_description {
    margin-top: 10px !important;
  }
  .event_list .event_listbox .event_txt {
    padding: 0px !important;
    width: 100%;
  }
  .event_img img {
    height: 270px !important;
    width: 100% !important;
  }
  .event_list .event_listbox .event_img {
    width: 100%;
  }
}
/*----------------------
カスタムページ詳細 自動生成
-------------------------*/
.CustompostContents .CustompostContentsInner {
  width: 75%;
  margin-right: 5%;
  margin-top: 5em;
}
.CustompostContents .custompost-list {
  width: 20%;
  margin-top: 7em;
}
.CustompostContentsInner .CustompostContents_in h2 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 15px;
  position: absolute;
  top: 5px;
}
.CustompostContents .CustompostContents_in .custompost_table th {
  text-align: left;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 1px;
}
/*カスタム投稿詳細　タイトルの下のborder*/
.CustompostContents .CustompostContents_in h3 {
  border-bottom: solid 1px #b7b7b7;
  padding-bottom: 1em;
}
/*カスタム投稿詳細　タイトルの下のborder 削除*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #fff;
}
.CustompostContents .CustompostContents_in .custompost_table p {
  line-height: 1.75;
}
/*投稿時間のテキストサイズ*/
.CustompostContents_in .date {
  font-size: 12px;
}
/*タイトルのテキストサイズ*/
.CustompostContents_in h3 {
  margin-bottom: 14px;
}
/*カスタム詳細　画像のサイズ*/
.CustompostContents .CustompostContents_in .custompost_table img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.CustompostContents .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #fff;
}
.CustompostContents .layout_row {
  margin-top: 0em;
}
/*カスタム詳細「前の記事」のボタン*/
.CustompostContents .CustompostContents_in .page-move {
  margin-top: 3em;
  margin-bottom: 5em;
}
/*カスタム詳細 項目名削除*/
.CustompostContents .CustompostContents_in .custompost_table .post_item_title th {
    display: none;
}
/*カスタムページ一覧　自動生成-----------*/
.CustompostContents .custompost_list.col-sm-10 {
  width: 75%;
  margin-right: 5%;
  margin-top: 5em;
}
.CustompostContents .custompost_list h2 {
  margin-left: -6px;
  margin-bottom: 35px;
}
.CustompostContents .custompost-list {
  width: 20%;
  margin-top: 7em;
}
.CustompostContents .custompost_list_box .thumbnail {
  max-width: 100%;
  border: 1px solid #e0e0e0;
}
/*カスタム投稿 レイアウト崩れ修正*/
.custompost_card_box {
  max-width: 33%;
}
/*-------------------------------
ライブイベント
--------------------------------*/
/*---------リスト*/
.liveevent_list .event_listbox .event_txt {
  padding: 0px!important;
}
.liveevent_list .event_listbox {
  margin-bottom: 3em !important;
}
.liveevent_list .event_listbox .event_txt .event_description {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  font-size: 13.5px;
  order: 3;
  /*IE対策*/
  max-height: 5em;
}
.liveevent_list .event_listbox .event_txt .event_tag {
  border-radius: 7px;
  padding: 2px 7px;
  margin-bottom: 14px;
  margin-right: 7px;
}
.liveevent_list .event_listbox .event_txt .event_tag a {
  margin-bottom: 0px !important;
  font-size: 12px;
}
.liveevent_list .event_listbox .event_img {
  padding: 0px;
  width: 35% !important;
}
.liveevent_list .event_listbox .event_img img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 190px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 5px;
}
.liveevent_list .event_listbox .event_txt .event_title {
  margin-top: 0% !important;
  margin-bottom: 0em !important;
      font-size: 16px;
  padding-top: 13px !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.liveevent_list .event_listbox .event_txt {
  width: 62% !important;
  margin-left: 3% !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.liveevent_list .event_listbox .event_txt a {
  margin-bottom: 5px !important;
  order: 2;
  width: 100%;
}
.liveevent_list .event_listbox .event_txt .day {
  order: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}
.liveevent_list .event_listbox .event_txt .day:before {
  font-family: "FontAwesome";
  content: "\f017";
  margin-right: 5px;
  font-size: 20px;
}
@media (max-width:600px) {
.liveevent_list .event_listbox .event_txt {
    padding: 0px !important;
    width: 100%!important;
    margin-left: 0% !important;
  }
  .liveevent_list .event_listbox .event_img img {
    height: 270px !important;
    width: 100% !important;
  }
  .liveevent_list .event_listbox .event_img {
    width: 100%!important;
  }
    .liveevent_list .event_listbox .event_txt .event_tag {
    margin-bottom: 8px;
}
    .liveevent_list .event_listbox .event_txt .day {
    margin-bottom: 10px;
}
    .liveevent_list .event_listbox .event_txt .event_title {
    padding-top: 7px!important;
}
    .liveevent_list .event_listbox .event_txt a {
    margin-bottom: 1px!important;
}
}
/*---------横リスト*/
.liveevent_list.clearfix {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.liveevent_list.clearfix .event_listbox{
  padding: 0px;
  padding-right: 15px;
}
@media (max-width:768px) {
.liveevent_list.clearfix .event_listbox{
      display: flex;
}
    .liveevent_list.clearfix .event_listbox .event_txt{
          width: 62% !important;
    margin-left: 3% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
}
.liveevent_list.clearfix .event_listbox .event_txt .day {
    margin-bottom: 13px;
    }
.liveevent_list.clearfix .event_listbox .event_txt .event_description{
        margin-top: 0px!important;
    }
.liveevent_list.clearfix .event_listbox .event_txt a {
    height: fit-content;
}
    .liveevent_list.clearfix .event_listbox .event_txt .event_tag{
  border-radius: 7px;
padding: 2px 7px;
margin-bottom: 14px;
margin-right: 7px;
    width: fit-content;
        height: fit-content;
    float: left;
}
}
@media (max-width:600px) {
    .liveevent_list.clearfix .event_listbox {
    display: block;
}
.liveevent_list.clearfix .event_listbox .event_txt .day {
    margin-bottom: 10px;
    }
.liveevent_list.clearfix .event_listbox .event_txt .event_description{
        margin-top: 0px!important;
    }
        .liveevent_list.clearfix .event_listbox .event_txt{
          width: 100% !important;
    margin-left: 0% !important;
}
}
/*---------カード*/
.liveevent_card .grid .col-sm-3{
    width: 33.3%;
    clear: unset!important;
}
.liveevent_card .grid .col-sm-3 .data .event_title{
    border-bottom: solid 0px #909090;
}
@media (max-width:600px) {
    .liveevent_card .grid .col-sm-3{
    width: 100%;
}
}

/*---------タイル*/
body > content > div .squarebox img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
/*カレンダー*/
.fc-icon-right-single-arrow:after {
    font-size: 100%!important;
    top: -25%!important;
}
.fc-toolbar .fc-right {
    float: right;
    position: absolute;
    right: 0;
}
.fc-icon-left-single-arrow:after {
    font-size: 100%!important;
    top: -25%!important;
}
.fc-content-skeleton table {
  margin: 0px;
}
.fc-content-skeleton td {
  padding: 10px;
}
.fc-content-skeleton th {
  padding: 10px;
  font-weight: 500;
}
.fc-unthemed {
 padding: 0px;
}
.fc-unthemed .fc-view-container .fc-basic-view  table {
  margin: 0px;
  width: 100%;
}
.fc-unthemed .fc-view-container .fc-basic-view .fc-content-skeleton td {
  padding: 0 10px;
}
.fc-unthemed .fc-view-container .fc-basic-view th {
  padding: 0px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
.fc-unthemed .fc-view-container .fc-basic-view th, td {
    border-bottom: none;
    display: table-cell;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fc-content-skeleton td:last-child {
    width: 100%;
  }
  .fc-content-skeleton th, td {
    border-bottom: none;
    display: table-cell !important;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
.fc-toolbar .fc-right {
position: relative;
        margin-top: 10px;
}
}

/*-------------------------
テーブル
--------------------------*/
.table table {
  margin: 20px auto;
  width: 100% !important;
}
.table td {
  padding: 10px;
}
.table th {
  padding: 10px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .table td:last-child {
    width: 100%;
  }
  .table th, td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*-------------------------------
ワンターンフォーム一覧
-------------------------------*/
.QuestionContents .question_list {
  width: 100%;
}
.QuestionContents .question_list h2 {
  padding: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  background-color: unset;
}
.QuestionContents .question_list .question_listbox_wrapper .question_listbox .question_listbody p {
  display: none;
}
.QuestionContents .question_list .question_listbox_wrapper .question_listbox .question_listbody .question_title a {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: bold;
}
.QuestionContents .question_list .question_listbox_wrapper .question_listbox {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.QuestionContents .question_listbox_wrapper .question_listbox {
  /*--カウンター名を「num」に指定--*/
  counter-increment: num 1;
  list-style: none;
  display: flex;
}
@media (max-width:768px) {
  .QuestionContents .question_list .question_listbox_wrapper .question_listbox .question_listbody {
    position: unset;
  }
  .QuestionContents .question_listbox_wrapper .question_listbox {
    display: block;
  }
  .QuestionContents .question_list .question_listbox_wrapper .question_listbox .question_listbody .question_title a {
    width: 100%;
    display: block;
  }
  .QuestionContents .question_listbox_wrapper .question_listbox:before {
    color: #c9c9c9;
    font-size: 13px;
  }
}
/*-------------------------------
ワンターンフォーム詳細
-------------------------------*/
.QuestionContents .QuestionContentsInner .QuestionContents_in h2 {
  padding: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  background-color: unset;
}
.QuestionContents .QuestionContentsInner .QuestionContents_in p {
  padding-bottom: 20px;
  padding-top: 8px;
}
.QuestionContents .QuestionContentsInner .QuestionContents_form .form-horizontal {
  width: 100%;
  padding-top: 70px;
  border-top: 1px solid #e8e8e8;
}
.QuestionContents .QuestionContents_form .form-horizontal dl {
  margin-bottom: 80px;
}
.QuestionContents .QuestionContents_form .form-horizontal dt {
  margin-bottom: 8px;
}
.QuestionContents .QuestionContents_form .form-horizontal br {
/*  display: none;*/
}
input[type="text"i] {
  width: 100%;
}
/*フォームープルダウン*/
.QuestionContents .form-horizontal select {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  background-image: #fff;
  background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  border: 1px solid #c0c0c0;
  color: #333;
  padding: 5px 60px;
  border-radius: 5px;
}
.QuestionContents .form-horizontal button[disabled], html input[disabled] {
  width: 100%;
  margin-bottom: 5px;
}
.QuestionContents .form-horizontal fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
  width: 23px;
  line-height: normal;
  margin-left: -4px;
  margin-right: -2px;
}
/*フォームーラジオぼたん*/
.QuestionContents .form-horizontal label {
  margin-right: 5px;
  width: 97%;
}
@media (max-width:768px) {
  .QuestionContents .form-horizontal label {
    width: 96%;
  }
}
@media (max-width:600px) {
  .QuestionContents .form-horizontal label {
    width: 93%;
  }
}
@media (max-width:380px) {
  .QuestionContents .form-horizontal label {
    width: 90%;
  }
}

/*-------------------------------
ギャラリー　リスト
--------------------------------*/
.garally_list .item {
  border-bottom: 1px solid #d9d9d9;
}
.garally_list .item {
  display: flex;
  padding: 20px 0;
}
.garally_list .item .img.col-xs-6 {
  width: 250px;
}
.garally_list .item .caption.col-xs-6 {
  width: 100%;
  padding: 0px;
  padding-left: 10px;
}
.garally_list .item .caption.col-xs-6 h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width:600px) {
  .garally_list .item {
    display: flex;
    padding: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .garally_list .item .img.col-xs-6 {
    width: 100%;
  }
  .garally_list .caption {
    margin-left: 0px;
    padding: 15px !important;
  }
  .garally_list .item .col-xs-6 .img-responsive {
    width: 100%;
  }
}
/*-------------------------------
ギャラリー　カード
--------------------------------*/
.gallery_card .item {
  width: calc(100% / 3) !important;
  margin: -1px !important;
  height: 300px !important;
  overflow: hidden !important;
  object-fit: contain;
}
.gallery_card .item img {
  object-fit: contain;
  background-color: #ffffff;
  padding: 8px;
  border: 2px solid #e5e5e5;
}
.gallery_card img {
  max-width: 100% !important;
}
.gallery_card .item:hover .caption::before, .gallery_card .item:hover p {
  bottom: 70px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22.5px;
}
.gallery_card .caption {
  padding: 20px !important;
}
.gallery_card .caption p {
  font-size: 14px;
  text-align: left !important;
}
.gallery_card .caption h3 {
  font-size: 20px !important;
  text-align: left !important;
}
@media (max-width:600px) {
  .gallery_card .item {
    width: 100% !important;
  }
}
/*-------------------------------
ギャラリー　スライド
--------------------------------*/
.garally_slide .item img {
  width: 100% !important;
  object-fit: contain !important;
  height: 600px !important;
  border: 2px solid #e5e5e5 !important;
  padding: 40px !important;
}
.garally_slide .item .camera_caption h3 {
  font-size: 23px !important;
  text-shadow: 0px 2px 1px rgb(0 0 0 / 0%) !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}
.garally_slide .item .camera_caption p {
  color: #fff;
  text-shadow: 0px 2px 1px rgb(0 0 0 / 0%) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  margin-bottom: 12px !important;
}
.garally_slide .item .camera_caption {
  background: rgb(0 0 0 / 70%) !important;
}
/*-------------------------------
ギャラリー　カルーセル
--------------------------------*/
.slick-track .slick-slide img {
  width: 100% !important;
  height: 280px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/*-------------------------------
ギャラリー　フェードイン
--------------------------------*/
.garally-fadein div {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0% !important;
  margin: 0 auto;
  width: 60% !important;
}
.garally-fadein div p {
  background-color: #000000a6;
  width: 100%;
  color: #fff;
  margin: 0px !important;
  padding: 20px !important;
}
.garally-fadein div h3 {
  background-color: #000000a6;
  width: 100%;
  color: #fff;
  margin: 0px !important;
  padding: 20px !important;
  font-size: 20px;
}
@media (max-width:600px) {
  .garally-fadein div {
    width: 90% !important;
  }
}
/*-------------------------------
ギャラリー　ノーマル
--------------------------------*/
.garally_normal .item {
  width: calc(100% / 3 - 30px) !important;
  float: left;
  margin: 0 15px;
  margin-bottom: 25px;
}
.garally_normal .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.garally_normal .item h3 {
  font-size: 20px;
}
.garally_normal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width:600px) {
  .garally_normal .item {
    width: 100% !important;
  }
}

/*レスポンシブ 1490px-----------------*/
@media (max-width:1490px) {
  /*fsv*/
  .fsv_width {
    position: relative;
  }
  .padi_none {
    float: right;
  }
  .fsv_box {
    position: absolute;
    top: 0%;
    left: 8%;
  }
  .fsv_box {
    width: 38% !important;
  }
}
/*レスポンシブ 1170px-----------------*/
@media (max-width:1170px) {
  /*fsv*/
  .fsv_title {
    font-size: 30px;
  }
  /*logo*/
  .navbar-header {
    float: none;
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .navbox .navbar-brand img {
    margin: 0px;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  /*ヘッダーメニュー*/
  .navbar-nav {
    float: none !important;
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .navbar-nav {
    margin-top: 5px;
    margin-bottom: 6px;
  }
}
/*レスポンシブ 992px------------------*/
@media (max-width:992px) {
  /*ブログ一覧ページ 横幅*/
  .blog_list {
    width: 100%;
  }
  /*ブログ一覧ページ タイトル*/
  .blog-link {
    display: block;
    margin-bottom: .6em;
  }
  /*ブログ一覧ページ 詳細文章*/
  .blog_description {
    margin-top: .6em !important;
  }
}
/*レスポンシブ 991px------------------*/
@media (max-width:991px) {
  /*お知らせ others_news*/
  .others_news {
    margin-top: 5em;
  }
  /*お知らせ students_news*/
  .students_news {
    margin-top: 1em;
  }
  /*fsvキャッチコピー*/
  .fsv_box {
    width: 97% !important;
    position: absolute;
    top: -10%;
    left: 15px;
  }
  /*fsv高さ*/
  .fsv_width {
    height: 680px;
  }
  /*fsv フェードイン*/
  .padi_none {
    float: none;
    padding-top: 25em;
  }
  .padi_none img {
    height: 400px;
  }
  /*fsv フェードイン*/
  .garally-fadein div {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
  }
  /*ヘッダーロゴ*/
  .navbox .navbar-brand img {
    margin-top: 25px !important;
  }
  /*ブログ一覧ページ タイトル*/
  .blog-link {
    margin-bottom: .3em;
  }
  /*ブログ一覧ページ 時間*/
  .blog_list .date {
    display: unset;
  }
  /*ブログ詳細ページ　横幅*/
  .BlogContents .BlogContents_in {
    width: 100%;
  }
  .BlogContentsInner.col-md-10 {
    width: 100%;
  }
  /*ブログ詳細ページ　月別カテゴリーボタン*/
  .blog-list-sp {
    padding: 15px !important;
    float: left !important;
  }
  /*カスタム投稿自動生成*/
  .CustompostContents h2 {
    top: -19px;
  }
  .CustompostContents .share {
    display: none;
  }
  .CustompostContents .custompost-list-sp {
    position: absolute;
    bottom: 100px;
  }
  .CustompostContents .CustompostContentsInner {
    width: 100%;
    margin-top: 9em;
  }
  .CustompostContents .CustompostContents_in .page-move {
    margin-bottom: 12em;
  }
    .CustompostContentsInner .CustompostContents_in h2 {
    top: -10px;
}
}
/*レスポンシブ 768px------------------*/
@media (max-width:768px) {
  /*会員専用ページ fsv タイトル*/
  .ab_txttitle {
    width: 100%;
  }
  .ab_txttitle h1 {
    font-size: 30px;
    width: 100%;
  }
  /*top 会員お申し込みフォーム 白背景*/
  .bg_color03 > .layout_row {
    border-radius: 0px;
  }
  /*ヘッダー メニュー 背景*/
  header .container > .navbar-collapse {
    padding: 56px 0px;
    margin: 0px !important;
  }
  /*ヘッダー*/
  .navbar-header {
    float: none;
    position: unset !important;
    left: 0%;
    -webkit-transform: translate(0);
    transform: translate(0%);
    -moz-transform: translate(0%);
    width: 100%;
  }
  /*ヘッダーメニュー*/
  .container {
    width: 100%;
  }
  /*ヘッダーロゴ*/
  .navbox .navbar-brand img {
    margin-top: 18px !important;
    margin-bottom: 7px !important;
  }
  /*ハンバーガーメニュー*/
  header .navbar-toggle {
    right: 0% !important;
    font-size: 32px !important;
    top: 44% !important;
  }
  /*ヘッダー メニュー ul*/
  .navbar-nav {
    text-align: left !important;
    font-size: 16px !important;
    left: 53%;
    font-weight: 400 !important;
  }
  /*ヘッダー メニュー li*/
  .navbox .navbar-nav > li > a {
    margin: 13px 14px;
    padding-bottom: .5em;
    width: 400px;
  }
  .navbox .navbar-nav > li > a:hover::after {
    transform: scale(0);
  }
  /*お問い合わせフォーム*/
  .form-horizontal {
    width: 85%;
  }
  /*top動画のタイトルとボタン flex*/
  .flex > div {
    display: block;
  }
  /*top動画のタイトルh2*/
  .flex h2 {
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: .5em;
  }
  /*ボタン*/
  .link-text.btn_movei {
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  /*top動画のレイアウト*/
  .movie_listbox_wrapper .cardbox3, .cardbox6, .cardbox9, .cardbox12, .cardbox15, .cardbox18, .cardbox21, .cardbox24, .cardbox27, .cardbox30, .cardbox33, .cardbox36, .cardbox39, .cardbox42 {
    padding: 10px 0px 10px 7px !important;
  }
  /*動画*/
  .movie_listbox_wrapper .movie_listbox {
    padding: 10px !important;
  }
  /*動画 テキスト*/
  .ma_left {
    margin-left: 0em;
  }
  .ma_left p {
    text-align: center;
    line-height: 1.4em;
  }
  /*ブログ詳細ページ横幅*/
  .BlogContents > div {
    padding-top: 55px !important;
  }
  /*カスタム投稿自動生成*/
  .CustompostContents .CustompostContentsInner {
    margin-top: 6em;
  }
  .CustompostContents h2 {
    position: unset;
    font-size: 20px;
    line-height: 1.6em;
  }
  .CustompostContents_in .date {
    float: left;
    padding-left: 15px;
  }
    .CustompostContentsInner .CustompostContents_in h2 {
    top: -58px;
}
}
@media screen and (max-width:700px) {
  /*カスタム投稿自動生成*/
  .table-bordered {
    border: 1px solid #fff;
  }
}
/*レスポンシブ 600px------------------*/
@media (max-width:600px) {
  /*動画一覧 タイトル*/
  .MovieContents_in h2 {
    font-size: 18px !important;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.6em;
  }
  /*動画一覧 動画*/
  .movie_listbox_wrapper .movie_listbox {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  /*ブログ詳細　画像*/
  .BlogContents .img-responsive {
    height: auto;
  }
  /*ブログ詳細　タイトル*/
  .BlogContents h2 {
    font-size: 18px !important;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.6em;
  }
  /*ブログ詳細　タイトル*/
  .fsv_box {
    position: absolute;
    top: -8%;
    left: 0px;
    width: 100% !important;
  }
  /*カスタム投稿自動生成*/
  .CustompostContents .CustompostContents_in .custompost_table img {
    height: 350px;
  }
}
/*レスポンシブ 500px------------------*/
@media (max-width:500px) {
    /*カスタム投稿詳細 ボーダー*/
    .CustompostContents .CustompostContents_in h3 {
    padding-bottom: 1.5em;
}
  /*top フォーム タイトル*/
  .bg_color03 h3 {
    font-size: 20px !important;
  }
  /*会員ページ　h1 タイトル*/
  .ab_txttitle h1 {
    font-size: 25px;
  }
  /*top動画 h2タイトル*/
  .flex h2 {
    font-size: 21px;
  }
  /*top お知らせ*/
  .others_news {
    padding: 2em 2em !important;
  }
  .students_news {
    padding: 2em 2em;
  }
  /*タイトル*/
  .h3, h3 {
    font-size: 16px !important;
  }
  /*ハンバーガーメニュー*/
  .navbar-toggle {
    margin-top: 10px;
    margin-right: 0px;
  }
  /*ヘッダーロゴ*/
  header .navbar-brand img {
    max-height: 35px !important;
    margin-top: 22px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
  }
  /*ヘッダーメニュー*/
  .navbox .navbar-nav > li > a {
    width: 300px !important;
  }
  /*fsvタイトル大きさ*/
  .fsv_title {
    font-size: 27px;
  }
  /*ライブイベント*/
  .liveevent_list .event_txt {
    width: 100% !important;
    margin-left: 0% !important;
    padding: 7px;
  }
  .liveevent_list .event_img {
    width: 100% !important;
  }
}
/*レスポンシブ 480px------------------*/
@media (max-width:480px) {
  /*動画一覧ページ*/
  .movie_listbox_wrapper .movie_listbox {
    margin-bottom: 2.8em;
    width: 100% !important;
  }
  .movie_listbox_wrapper .movie_listbox .movie_img {
    height: 200px !important;
  }
  .movie_listbox .caption {
    padding-bottom: 0px;
  }
}
/*レスポンシブ 480px------------------*/
@media screen and (max-width:450px) {
  /*カスタム投稿自動生成*/
  .CustompostContents .CustompostContentsInner {
    padding: 0em;
  }
  .CustompostContents .custompost-list-sp {
    padding: 0;
  }
}
/*レスポンシブ 400px-----------------*/
@media (max-width:400px) {
  /*fsvタイトル*/
  .fsv_title {
    font-size: 23px;
  }
  /*フォーム*/
  .form-horizontal {
    width: 98%;
  }
  /*ヘッダーメニュー */
  .navbox .navbar-nav > li > a {
    width: 260px !important;
  }
  /*専用ページ fsvタイトル*/
  .ab_txttitle h1 {
    font-size: 20px;
  }
}