@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";
}
.desc {
  margin: 8em 0em !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;
}
ol, ul {
  padding-inline-start: 15px;
}
/*  表示させないバナー  */
#advertisementBox img {
  display: none !important;
}


/* =============================================

レイアウト & コンテンツ

============================================= */

content {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
}
footer {
  clear: both;
}
body > aside {
  width: 23%;
  float: left;
  margin-right: 2%;
}
body > content {
  width: 100%;
  float: none;
}
.layout_row {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* パネル */
.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;
}
/* 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;
}
body > content:after, body > header:after, content:after, body > aside:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
body > content {
  display: inline-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;
  }
}


/* =============================================

見出し
アイコン

============================================= */

/*  H1〜H6
--------------------------------*/

h1, h2, h3, h4, h5 {
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.6em;
}
.h1, .h3, h1, h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.h1, h1 {
  font-size: 37px;
  margin-bottom: 30px;
  letter-spacing: 0.03em !important;
  margin: 15px 0px;
}
.h2, h2 {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  border-radius: 0px;
  padding: 10px 0px;
}
.h3, h3 {
  font-size: 23px;
  margin-bottom: 30px;
  margin: 15px 0px;
}
.h4, h4 {
  font-size: 20px;
  margin-bottom: 20px;
  margin: 10px 0px 0px 0px;
}
.h5, h5 {
  font-size: 18px;
  margin-bottom: 20px;
  margin: 10px 0px 0px 0px;
}
.h6, h6 {
  font-size: 16px;
  margin-bottom: 15px;
  margin: 10px 0px 0px 0px;
}
@media screen and (max-width: 640px) {
  .h1, h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .h2, h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .h3, h3 {
    font-size: 22px;
    font-weight: 500;
  }
  .h4, h4 {
    font-size: 20px;
    font-weight: 500;
  }
  .h5, h5 {
    font-size: 18px;
    font-weight: 500;
  }
  .h6, h6 {
    font-size: 16px;
    font-weight: 500;
  }
}

/*  アイコン
--------------------------------*/

.fa {
  margin-right: 4px;
}


/* =============================================

リンクテキスト

============================================= */

a {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .1em !important;
}
a:hover {
  text-decoration: none !important;
}
/*  リンクテキスト  */
.link-text {
  position: relative;
  right: 0;
  margin: 10px 0px !important;
}
.link-text a:after {
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 10px;
}
.link-text 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 a:hover {
  text-decoration: none;
}
@media (max-width:768px) {
  .link-text {
    position: relative;
    left: unset;
    display: block;
    text-align: center;
    -webkit-transform: unset;
    transform: unset;
    -moz-transform: unset;
  }
}


/* =============================================

文章・表

============================================= */

/*  P
--------------------------------*/

p {
  margin: 5px 0px !important;
  font-weight: 400 !important;
  line-height: 1.75em !important;
}

/*  ブロック引用文
--------------------------------*/

blockquote {
  padding: 0px 0px 0px 23px !important;
  margin: 20px 0px !important;
  font-size: 14px !important;
}

/*  テーブル
--------------------------------*/

.table {
  margin-bottom: 0px;
}
table {
  width: 100% !important;
  border-color: unset;
}
table a {
  text-decoration: revert;
}
table {
  margin: 20px auto;
  width: 100% !important;
  border-color: unset;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}
.table {
  margin-bottom: 0px;
}
td {
  padding: 10px;
  text-align: left !important;
}
th {
  padding: 10px;
  text-align: left !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  table {
    overflow-x: scroll; /* 横スクロール処理 */
    white-space: nowrap; /* 自動改行させない */
    display: block;
  }
  td {
    padding: 15px;
    width: 100%;
  }
  th {
    padding: 15px;
    width: auto;
  }
}


/* =============================================

水平線

============================================= */

/*  デフォルト( 実践 )
--------------------------------*/

hr {
  margin: 0px calc(50% - 50vw);
}


/* =============================================

パネル

============================================= */

.panel {
  margin-bottom: 25px !important;
}
.panel .block_box {
  margin: 0px !important;
  padding: 10px !important;
  border: 2px dotted rgb(204, 204, 204) !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.329412) 0px 0px 9px 0px !important;
}
.panel .block_box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


/* =============================================

ギャラリー

============================================= */

/*  ギャラリー　リスト
--------------------------------*/

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;
}
.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;
}
.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;
  font-family: 'object-fit: contain;';
}
.gallery_card .item img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  padding: 8px;
}
.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:991px) {
  .gallery_card .item {
    width: calc(100% / 2) !important;
  }
}
@media (max-width:600px) {
  .gallery_card .item {
    width: 100% !important;
  }
}

/*  ギャラリー　スライド
--------------------------------*/

.garally_slide .item img {
  width: 100% !important;
  object-fit: contain !important;
  font-family: 'object-fit: contain;';
  height: 600px !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 {
  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: 100% !important;
  right: 0;
}
.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: 100% !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;
  }
}


/* =============================================

ブログ機能

============================================= */

.blog_tile {}
.blog_tile .button, .blog_tile .button:hover {}
.blog_tile .button {
  padding: 5px 15px;
}
.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_tag:before, .blog_tag:after {
  content: "" !important;
}
.blog_tag a {
  text-decoration-line: none;
  font-weight: 400;
}
.blog_tag {
  border-radius: 5px !important;
  padding: 2px 8px 3px 8px !important;
  font-weight: 500;
}

/*  ブログ機能　リスト
--------------------------------*/

.blog_list .blog_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.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;';
}
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;
}
.blog_list .blog_listbox, .blog_listside .blog_listbox {
  margin: 0;
  padding: 15px 0 !important;
  border-top: 0px !important;
}
.blog_list .blog_listbox:last-child {
  border-bottom: none;
}
.blog_list .blog_title .date:before {
  content: " " !important;
}
.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-link {
  font-size: 16px;
}
.blog_list .date {
  display: flex;
  font-weight: 500;
}
@media (max-width:600px) {
.blog_list .blog_img img {
  display: none;
}
    .blog_list .blog_listbody, .blog_listbox .blog_listbody {
    margin-left: 0px !important;
    width: 100%!important;
}
}

/*  ブログ機能　横リスト
--------------------------------*/

.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;
  font-family: '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;
  font-family: 'object-fit: cover;';
}
.blog_tile .grid .element-item {
  margin: 20px 0;
  padding: 0 15px 0 0;
}
.blog_tile .blog_title {
  margin-top: 10px;
}
.blog_tile .ui-group {
  margin: 20px;
}
/* タイル・カードの画像枠 */
.thumbnail {
  border: unset !important;
}
@media (max-width:600px) {
  .blog_tile .grid .blog_tilebox {
    width: 100%;
  }
}

/*  ブログ機能　カード
--------------------------------*/

.blog_card .blog_description {
  margin-bottom: 20px;
}
.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;
}
@media (max-width:600px) {
  .blog_card .blog_cardbox {
    width: 100%;
  }
}

/*  ブログ機能　スライド
--------------------------------*/

/*画像*/
.blog_slide.owl-carousel .blog_img {
  position: relative;
  padding-top: 20%;
  transition: .3s;
  margin-right: 20px;
}
.blog_slide.owl-carousel .blog_img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog_slide.owl-carousel .blog-body {
  width: 78% !important;
  margin: 0 0 0 auto;
}
.blog_slide.owl-carousel .blog_title {
  margin-bottom: 5px;
}
@media (max-width:600px) {
  .box-info .blog_slide.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .camera_caption {
    width: 100% !important;
  }
  .blog_slide.owl-carousel .blog_img {
    display: none;
  }
}

/*  ブログ一覧ページ　月別カテゴリ
----------------------------------------*/

.BlogContents > div {
  padding-top: 25px;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox {
  padding: 20px 0;
}
.BlogContents .container .clearfix .blog_list .blog_listbox {
  padding: 20px 0;
}
.BlogContents .container .clearfix .blog_list .blog_listbox {
  padding: 20px 0;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody {
  margin-left: 30px !important;
  width: calc(100% - 160px) !important;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody .blog_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody .blog_title a {
  display: block;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody .blog_title .blog-link {
  order: 2;
  width: 100%;
  font-size: 15px;
  margin: 2px 0px;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody .blog_title .blog_tag {
  order: 3;
  margin: 4px 0px;
  margin-right: 5px;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody .blog_description {
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* IE対策 */
  max-height: 3.3em;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_img {
  width: 130px;
  height: 100%;
  float: left;
}
.BlogContents .container .clearfix .blog_list .blog_listbox .blog_img img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media (min-width:300px) {
  .BlogContents .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:768px) {
  .BlogContents .container {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .BlogContents .container .clearfix .blog_list.col-sm-9 {
    width: 100%;
    margi: 0px auto;
  }
}

@media (min-width:992px) {
  .BlogContents .container {
    width: 970px
  }
  .BlogContents .container .clearfix .blog_list.col-sm-9 {
    width: 76%;
    margin-right: 50px;
  }
  .BlogContents .container .clearfix .col-sm-3 {
    width: 18% !important;
  }
}

@media (min-width:1200px) {
  .BlogContents .container {
    width: 1202px
  }
  .BlogContents .container .clearfix .blog_list.col-sm-9 {
    width: 80%;
    margin-right: 50px;
  }
  .BlogContents .container .clearfix .col-sm-3 {
    width: 15% !important;
  }
}

@media screen and (max-width: 991px) {
  .blog-link {
    margin-bottom: .3em;
  }
  .BlogContents .blog-list-sp.col-sm-3 {
    padding: 15px !important;
    float: left !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
    .BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_img {
    width: 100%!important;
    }
  .BlogContents .container .clearfix .blog_list .blog_listbox .blog_img img {
    height: 300px !important;
  }
  .BlogContents .container .clearfix .blog_list .blog_listbox .blog_listbody {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .BlogContents .container .clearfix .blog_list .blog_h1_title {
    font-size: 18px;
  }
}

/*  ブログ一覧ページ　タグからの一覧
----------------------------------------*/

.BlogContents .container .blog_list .blog_h1_title {
  font-size: 25px;
  font-weight: 500;
}
.BlogContents .container .col-sm-2 {
  padding: 20px 0;
}
.BlogContents .container .blog_list .blog_listbox .blog_listbody {
  margin-left: 30px !important;
  width: calc(100% - 160px) !important;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_listbody .blog_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_listbody .blog_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* IE対策 */
  max-height: 3.3em;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_listbody .blog_title a {
  display: block;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_listbody .blog_title .blog-link {
  order: 2;
  width: 100%;
  font-size: 15px;
  margin: 2px 0px;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_listbody .blog_title .blog_tag {
  order: 3;
  margin: 4px 0px;
  margin-right: 5px;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_listbody .blog_description {
  margin: 0px;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_img {
  width: 130px;
  height: 100%;
  float: left;
}
.BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_img img {
  width: 100% !important;
  height: 120px !important;
  max-width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media (min-width:300px) {
  .BlogContents .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:768px) {
  .BlogContents .container {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .BlogContents .container .blog_list.col-sm-10 {
    width: 100%;
    margi: 0px auto;
  }
}

@media (min-width:992px) {
  .BlogContents .container {
    width: 970px
  }
  .BlogContents .container .blog_list.col-sm-10 {
    width: 76%;
    margin-right: 50px;
  }
  .BlogContents .container .col-sm-2 {
    width: 18% !important;
  }
}

@media (min-width:1200px) {
  .BlogContents .container {
    width: 1202px
  }
  .BlogContents .container .blog_list.col-sm-10 {
    width: 80%;
    margin-right: 50px;
  }
  .BlogContents .container .col-sm-2 {
    width: 15% !important;
  }
}

@media screen and (max-width: 991px) {
  .BlogContents .blog-list-sp.col-sm-2 {
    padding: 15px !important;
    float: left !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
    .BlogContents .container .clearfix .blog_list .blog_listbox .blog_img{
        width: 100%;
    }
  .BlogContents .container .blog_list .blog_listbox_wrapper .blog_listbox .blog_img img {
    height: 300px !important;
  }
  .BlogContents .container .blog_list .blog_listbox .blog_listbody {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .BlogContents .container .blog_list .blog_h1_title {
    font-size: 18px;
  }
}

/*  ブログ詳細ページ
----------------------------------------*/

.BlogContents .BlogContentsInner .BlogContents_in h3 .date {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.BlogContents .BlogContentsInner .BlogContents_in h3 .blog_tag {
  margin: 3px 5px 8px 0px;
  display: block;
  width: fit-content;
  float: left;
}
.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;
}
@media (max-width:991px) {
  .BlogContents .BlogContents_in {
    width: 100%;
  }
  .BlogContentsInner.col-md-10 {
    width: 100%;
  }
  .blog-list-sp {
    padding: 15px !important;
    float: left !important;
  }
}


/* =============================================

イベント、ブログSP月別カテゴリーモーダルの中身

============================================= */

.modal .modal-dialog .modal-content {
  padding: 15px;
}
.modal .modal-dialog .modal-content .event-p {
  width: 100%;
  float: unset;
  padding: 0px;
  text-align: center;
  float: left;
  font-size: 13px;
  margin: 1px;
}
/* ログイン画面のボタン */
.auth-bt {
  padding: 20px !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
  transition-duration: 0.3s;
}
.AuthContents .container {
  margin-top: 120px !important;
}
.modal-dialog .modal-body .row {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
@media (max-width:992px) {
  .event-list-sp .modal-dialog {
    margin-top: 50% !important;
  }
  .modal-dialog {
    margin: 40px;
  }
}


/* =============================================

カスタム投稿

============================================= */

.custompost_card_box p {
  font-weight: 400;
}

/*  カスタム投稿
--------------------------------*/

/* タグ */
.custompost_box .post_tag {
  margin: 8px 0px;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 3px !important;
  font-weight: 500;
}
/* 地図ボタン */
.custompost_box button {
  margin-top: 5px;
}
/* フッターを一番下に固定(カスタム投稿) */
content.CustompostContents {
  min-height: 100vh;
  position: relative;
}

/*  カスタム投稿　リスト
--------------------------------*/

.custompost_list_box {
  padding: 0;
}
.custompost_list_row_0 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.custompost_box .custompost_list_box .caption {
  width: calc(100% / 2);
  line-height: 1.75em;
}
.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;
  margin: 15px 0px;
  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: 1.75em;
  font-size: 14px;
  font-weight: 400;
}
.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;
  margin-bottom: 25px;
}
.custompost_box .row {
  display: flex !important;
}
.custompost_box .custompost_card_box a {
  padding: 10px;
}
.custompost_box .custompost_card_box .custompost_caption .caption_list_wrapper img {
  width: 100%;
  height: 220px;
  margin: 15px 0px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.custompost_box .custompost_card_box .custompost_caption2 .caption_list_wrapper img {
  margin: 15px 0px;
}
.custompost_box .custompost_card_box .custompost_card_caption2_title {
  margin: 5px 0px;
  line-height: 1.75em;
}
.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_box .post_tile .ui-group {
  width: 100%;
  text-align: center;
}
.custompost_box .post_tile .ui-group .button-group .button {
  border-radius: 3px;
  margin-right: 4px;
  width: fit-content;
  padding: 5px 15px;
}

@media (max-width:991px) {
  .custompost_box .custompost_card_box {
    width: calc(100% / 2);
    display: block;
  }
  .custompost_card_box {
    max-width: 100% !important;
  }
  .custompost_box .row {
    display: block !important;
  }
}

@media (max-width:768px) {
  .custompost_box .custompost_card_box {
    width: 100%;
    display: block;
    position: relative !important;
    top: unset !important;
  }
  .custompost_card_box {
    max-width: 100% !important;
  }
  .custompost_box .row {
    display: block !important;
  }
}

@media (max-width:600px) {
  .custompost_box .post_tile .ui-group .button-group {
    width: 90%;
  }
  .custompost_box .post_tile .ui-group .button-group .button {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
}

/*  カスタム投稿　カード
--------------------------------*/

.custompost_category_card_box {
  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%;
  margin-bottom: 8px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media (max-width:768px) {
  .custompost_box .post_category_row .custompost_category_card_box {
    width: 100% !important;
  }
}

/*  カスタム投稿　リスト
--------------------------------*/

.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;
}
.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;
  }
}

/*  カスタムページ一覧　自動生成
------------------------------*/

@media (min-width:300px) {
  .CustompostContents .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:768px) {
  .CustompostContents .container {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .CustompostContents .container .custompost_list.col-sm-10 {
    width: 100%;
    margi: 0px auto;
  }
}

@media (min-width:992px) {
  .CustompostContents .container {
    width: 970px;
  }
  .CustompostContents .container .custompost_list.col-sm-10 {
    width: 76%;
    margin-right: 50px;
  }
  .CustompostContents .container .custompost-list.col-sm-2 {
    width: 18% !important;
  }
}

@media (min-width:1200px) {
  .CustompostContents .container {
    width: 1202px;
  }
  .CustompostContents .container .custompost_list.col-sm-10 {
    width: 80%;
    margin-right: 50px;
  }
  .CustompostContents .container .custompost-list.col-sm-2 {
    width: 15% !important;
  }
}

.CustompostContents .custompost_list_box {
  display: block;
  width: 100%;
}
.CustompostContents .custompost_list_box .thumbnail .caption {
  width: 100%;
  padding: 4px 0px;
}
.CustompostContents .custompost_list_box .thumbnail .caption.col-sm-4 {
  font-size: 12px;
}
.CustompostContents .custompost_list_box .thumbnail .col-sm-8.caption {
  margin-bottom: 15px;
  padding-bottom: 25px;
  font-size: 16px;
}
.CustompostContents .container .custompost_list h2 {
  font-size: 25px;
  font-weight: 500;
  margin-left: 0px;
  margin-bottom: 35px;
}
.CustompostContents > div {
  padding-top: 75px !important;
  padding-bottom: 0px !important;
}
.CustompostContents .container .custompost-list.col-sm-2 {
  margin-top: 0px;
}
.CustompostContents .custompost_list_box .thumbnail {
  max-width: 100%;
}
/* カスタム投稿 レイアウト崩れ修正 */
.custompost_card_box {
  max-width: 33%;
}

@media screen and (max-width:991px) {
  .CustompostContents .container .custompost-list-sp .month .btn-default {
    margin-top: 30px;
  }
  .custompost-list-sp {
    display: flex !important;
  }
}

@media screen and (max-width:768px) {
  .CustompostContents > div {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
}

/*  カスタムページ詳細　自動生成
-----------------------------*/

.CustompostContents .CustompostContentsInner {
  width: 75%;
  margin-right: 5%;
}
.CustompostContents .custompost-list {
  width: 20%;
}
.CustompostContents .CustompostContentsInner .CustompostContents_in h2 {
  font-size: 23px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-weight: 500;
}
/* カスタム投稿詳細　タイトルの下のborder */
.CustompostContents .CustompostContentsInner .CustompostContents_in h3 {
  padding-bottom: 10px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
}
.CustompostContents .CustompostContentsInner .CustompostContents_in .custompost_table {
  border: unset !important;
}
.CustompostContents .CustompostContentsInner .CustompostContents_in .custompost_table th {
  text-align: left;
  padding-bottom: 1px;
  border: unset !important;
  padding: 10px 0;
  border: unset !important;
}
.CustompostContents .CustompostContentsInner .CustompostContents_in .custompost_table td {
  padding: 10px 0;
  padding-bottom: 30px;
  border: unset !important;
}
.CustompostContents .CustompostContentsInner .CustompostContents_in .custompost_table p {
  line-height: 1.75;
}
/* 投稿時間のテキストサイズ */
.CustompostContents .CustompostContentsInner .CustompostContents_in .date {
  font-size: 12px;
}
/* カスタム詳細　画像のサイズ */
.CustompostContents .CustompostContentsInner .CustompostContents_in .custompost_table img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.CustompostContents .layout_row {
  margin-top: 0em;
}
/* カスタム詳細「前の記事」のボタン */
.CustompostContents .CustompostContentsInner .CustompostContents_in .page-move {
  margin-top: 3em;
  margin-bottom: 5em;
}

@media screen and (max-width:991px) {
  .CustompostContents .CustompostContentsInner .CustompostContents_in .share {
    display: none;
  }
  .CustompostContents .CustompostContentsInner {
    width: 100%;
  }
  .CustompostContents .CustompostContentsInner .CustompostContents_in .page-move {
    margin-bottom: 12em;
  }
}

@media screen and (max-width:768px) {
  .CustompostContents h2 {
    position: unset;
    font-size: 20px;
    line-height: 1.6em;
  }
  .CustompostContents .CustompostContentsInner .CustompostContents_in h2 {
    font-size: 20px;
  }
  .CustompostContents .CustompostContentsInner .CustompostContents_in .date {
    padding-left: 0px;
  }
}

@media screen and (max-width:700px) {
  .CustompostContents .CustompostContentsInner .CustompostContents_in table {
    overflow-x: unset;
    white-space: unset;
    display: unset;
  }
}

@media screen and (max-width:600px) {
  /* カスタム投稿自動生成 */
  .CustompostContents .CustompostContentsInner .CustompostContents_in .custompost_table img {
    height: 350px;
  }
}


/* =============================================

イベント機能

============================================= */

/*  イベント
--------------------------------*/

.EventContent > div {
  padding-top: 25px;
}
.event_tag {
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 3px;
  padding: 0px 7px;
}
.event_tag a {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.event_description {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.75em;
  font-size: 13px;
  margin-top: 4px;
  max-height: 45px;
}
h3.event_title {
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.event_tag {
  display: inline-block;
  margin: 7px 0px !important;
}

/*  イベント　リスト
--------------------------------*/

.event_list .event_title {
  margin-top: 1%;
}
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;
}
.event_list .event_listbox .event_img {
  padding: 0;
}
.event_list a {
  margin-bottom: -6px !important;
}
.event_list .event_listbox .event_img img {
  display: block;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.event_list .event_listbox .event_title {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
.event_list .event_listbox .event_txt {
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}
.event_listbox.col-sm-4.col-xs-12 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
}
.event_list .event_listbox {
  margin-bottom: 50px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width:600px) {
  .event_list .event_listbox .event_img {
    width: 100%;
  }
  .event_listbox.col-sm-4.col-xs-12 {
    padding: 0px;
  }
  .event_list .event_listbox .event_txt {
    padding: 0px;
    width: 100%;
  }
  .event_list .event_listbox {
    display: block;
  }
  .event_listbox.col-sm-4.col-xs-12 {
    display: block;
  }
}

/*  イベント　横リスト
--------------------------------*/

.event_list.clearfix .event_img.col-sm-3 {
  width: 100%;
  margin-bottom: 10px;
}
.event_list.clearfix .col-sm-9.event_txt h3 {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.75em;
  margin-top: 4px;
  max-height: 35px;
}
.event_list.clearfix .col-sm-9.event_txt {
  width: 100%;
  padding: 0 !important;
}
.event_list.clearfix .event_listbox .event_img img {
  width: 100%;
  height: 165px;
  border-radius: 3px 3px 0 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/*  イベント　カード
--------------------------------*/

.event_card .element-item {
  padding: 0 10px 0 0;
  margin: 20px 0;
}
.event_card .data .event_title {
  border-bottom: unset;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.75em;
  margin-top: 4px;
  max-height: 30px;
}
.event_card .grid .col-sm-3 {
  width: calc(100% / 3);
}
.event_card .grid .col-sm-3 img {
  width: 100%;
  height: 230px;
  border-radius: 3px;
  margin-bottom: 10px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
@media (max-width:600px) {
  .event_card .grid .col-sm-3 {
    width: 100%;
  }
  .event_card .element-item {
    padding: 0px;
  }
}

/*  イベント　タイル
--------------------------------*/

.event_card.big-demo .ui-group {
  margin: 20px 0 0;
}
.event_card.big-demo .button {
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0)) !important;
}
.event_card.big-demo .grid .col-sm-3 .squarebox {
  width: 100%;
  height: 230px;
  border-radius: 5px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.event_card.big-demo .grid .col-sm-3 .data {
  margin-top: 10px;
}
.event_card.big-demo .ui-group {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

/*  イベント　カレンダー
--------------------------------*/


/*  イベント 一覧
--------------------------------*/

#event-content.EventContents .layout_row {
  padding: 75px 0 !important;
}
#event-content.EventContents .layout_row .container .event_list .event_listbox {
  margin-bottom: 3em;
}
#event-content.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;
}
#event-content.EventContents .layout_row .container .event_list .event_listbox .event_txt .event_title a {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}
#event-content.EventContents .layout_row .container .event_list .event_listbox .event_img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#event-content.EventContents .layout_row .container .event_list {
  width: 80%;
  margin-right: 30px;
}
#event-content.EventContents .layout_row .container {
  width: 100%;
}

@media (max-width: 992px) {
  #event-content.EventContents .layout_row .container .event-list-sp {
    width: fit-content !important;
    height: auto !important;
    display: flex !important;
    padding: 0px !important;
  }
}

@media (max-width:991px) {
  #event-content.EventContents .layout_row .container .event_list {
    width: 100%;
    margin-right: -10px;
  }
  #event-content.EventContents .container {
    padding: 0 20px;
  }
}

@media (max-width:768px) {
  #event-content.EventContents .container {
    padding: 0 20px;
  }
}

@media (max-width:600px) {
  #event-content.EventContents .event_list .event_title {
    width: 100%;
    order: 1;
  }
  #event-content.EventContents .event_tag {
    display: block;
    margin-bottom: 3px;
    width: fit-content;
    float: left;
    margin-right: 7px !important;
    order: 2;
  }
  #event-content.EventContents .event_txt .event_description {
    margin-top: 0px !important;
    order: 3;
  }
  #event-content.EventContents .event_list .event_listbox .event_txt {
    padding: 0px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  #event-content.EventContents .event_img img {
    height: 270px !important;
    width: 100% !important;
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  #event-content.EventContents .event_list .event_listbox .event_img {
    width: 100%;
  }
}

/*  イベント詳細
--------------------------------*/

#event-content.EventContent {
  padding: 0px 50px;
  padding-bottom: 220px;
}
#event-content.EventContent .layout_row {
/*  width: 100%;*/
  padding: 75px 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#event-content.EventContent .layout_row .col-md-10 {
    width: 80%;
    padding-right: 40px;
}
#event-content.EventContent .layout_row .col-md-4 {
  width: 100%;
  padding: 0px 50px;
  order: 1;
}
#event-content.EventContent .layout_row .col-md-6 {
  width: 100%;
  padding: 0px 50px;
  order: 3;
}
#event-content.EventContent .layout_row .col-md-6 h2 {
  font-size: 23px;
  font-weight: 500;
  margin-top: 15px;
}
#event-content.EventContent .layout_row .event-list.col-md-2 {
  width: 19%;
  order: 2;
}

@media (max-width: 992px) {
  #event-content.EventContent .layout_row {
    display: block;
  }
  #event-content.EventContent .layout_row .col-md-4 {
    width: 100%;
  }
  #event-content.EventContent .layout_row .col-md-6 {
    width: 100%;
  }
  #event-content.EventContent .layout_row .event-list-sp.col-md-2 {
    padding: 0px 30px;
    margin-top: 30px;
  }
  #event-content.EventContent .layout_row .col-md-10 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
}

@media (max-width:768px) {
  #event-content.EventContent .layout_row {
    padding: 35px 0 75px!important;
  }
}

@media (max-width:600px) {
  #event-content.EventContent .layout_row .col-md-4 {
    padding: 0px 40px;
  }
  #event-content.EventContent .layout_row .event-list-sp.col-md-2 {
    padding: 0px 25px;
  }
  #event-content.EventContent .layout_row .col-md-6 {
    padding: 0px 40px;
  }
  #event-content.EventContent {
    padding: 0px;
  }
}


/* =============================================

ワンターン

============================================= */

/*  ワンターンフォーム一覧
-------------------------------*/

.QuestionContents > div {
  padding-top: 30px !important;
  padding-bottom: 100px !important;
}
.QuestionContents {
  margin: 0 auto;
  display: block;
}
.QuestionContents .container {
  padding: 0 200px;
}
.QuestionContents .question_list {
  width: 100%;
}
.QuestionContents .question_list h2 {
  padding: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  background-color: unset;
  font-weight: 500;
}
.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: 15px !important;
  line-height: 1.7em !important;
  font-weight: 500 !important;
}
.QuestionContents .question_list .question_listbox_wrapper .question_listbox {
  padding: 18px 0 !important;
}
.QuestionContents .question_listbox_wrapper .question_listbox {
  /*--カウンター名を「num」に指定--*/
  counter-increment: num 1;
  list-style: none;
  display: flex;
}

@media (max-width:1300px) {
  .QuestionContents .container {
    padding: 0 50px;
  }
}

@media (max-width:768px) {
  .QuestionContents .question_list .question_listbox_wrapper .question_listbox {
    padding: 10px 0 !important;
  }
  .QuestionContents .container {
    padding: 0 40px;
  }
  .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 > div {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
}

@media (max-width:680px) {
  .QuestionContents .container {
    padding: 0 10px;
  }
}

/*  ワンターンフォーム詳細
-------------------------------*/

.QuestionContents .QuestionContentsInner .QuestionContents_in h2 {
  padding: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  background-color: unset;
  font-weight: 500;
}
.QuestionContents .QuestionContentsInner .QuestionContents_in p {
  padding-bottom: 20px;
  padding-top: 8px;
}
.QuestionContents .QuestionContentsInner .QuestionContents_form .form-horizontal {
  width: 100%;
  padding-top: 70px;
}
.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;
  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%;
  font-weight: 400;
}

@media (max-width:768px) {
  .QuestionContents .form-horizontal label {
    width: 96%;
  }
  .QuestionContents .QuestionContents_form .form-horizontal dl {
    margin-bottom: 45px !important;
  }
  .QuestionContents .QuestionContentsInner .QuestionContents_form .form-horizontal {
    padding-top: 40px !important;
  }
  .form-horizontal {
    margin: 20px auto;
  }
}

@media (max-width:600px) {
  .QuestionContents .form-horizontal label {
    width: 93%;
  }
  .QuestionContents .QuestionContents_form .form-horizontal dt {
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px !important;
  }
}

@media (max-width:380px) {
  .QuestionContents .form-horizontal label {
    width: 90%;
  }
}


/* =============================================

動画ストリーミング

============================================= */

/* カード＋サムネイル( 本日までのもの )
   ※　リスト＋サムネイル( 本日までのもの )はクラスがblog_listなので、ブログのリストと同じデザインになる
--------------------------------------------------------------------------------------------------------*/

.movie_listbox_wrapper .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_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;
}
.movie_listbox .caption {
  padding: 5.6% 0;
}
.movie_listbox_wrapper .movie_listbox .caption {
  padding: 15px;
  border-radius: 0 0 10px 10px;
  height: 43%;
}
.movie_listbox_wrapper .movie_listbox .movie_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 5px;
}
.movie_listbox_wrapper .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;
  margin-top: 5px;
}
.movie_listbox_wrapper .movie_listbox .movie_img {
  height: 170px !important;
  padding-top: 0 !important;
  border-radius: 10px 10px 0 0;
}
.movie_listbox .movie_listbody {
  padding: 15px 0;
  height: 43%;
}
.movie_listbox .movie_listbody .movie_title {
  margin-bottom: 10px;
}

/*  動画ストリーミング　一覧ページ
--------------------------------*/

@media (min-width:640px) {
  .MovieContents .layout_row {
    width: 100% !important;
  }
  .MovieContents .container {
    width: 100% !important;
  }
}
@media (min-width:768px) {
  .MovieContents .layout_row {
    width: 750px !important;
  }
  .MovieContents .container {
    width: 750px !important;
  }
}
@media (min-width:992px) {
  .MovieContents .layout_row {
    width: 970px !important;
  }
  .MovieContents .container {
    width: 970px !important;
  }
}
@media (min-width:1200px) {
  .MovieContents .layout_row {
    width: 970px !important;
  }
  .MovieContents .container {
    width: 970px !important;
  }
}

.MovieContents .movie_list h2 {
  padding: 10px 0px 30px 0px;
  text-align: center;
}
.MovieContents .movie_list .movie_listbox:first-child {
  padding: 15px !important;
}
.MovieContents .container .movie_list .movie_listbox_wrapper .movie_listbox .movie_listbody {
  padding: 10px 0px;
}
.MovieContents .container .movie_list h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width:991px) {
.movie_listbox_wrapper .movie_listbox {
    width: 50%!important;
}
}
@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: 100% !important;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}

@media (max-width:768px) {
  .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;
  }
}

@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;
  }
}

/*  動画ストリーミング　詳細ページ
--------------------------------*/

.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;
}
.MovieContents > div {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
.MovieContents .MovieContents_in h2 {
  margin: 0px 0px !important;
  margin-top: 40px !important;
  font-size: 25px !important;
  text-indent: 0px !important;
  font-weight: 500 !important;
}
.MovieContents_in .note_desc .video-makers-list {
  padding: 20px 15px;
  margin: 20px 0px;
}
/* Comment */
.Comment {
  margin: 80px 0 !important;
  padding-top: 40px;
}
.Comment .content_come {
  padding: 15px 0px !important;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 400;
}
.Comment .content_come .toukou_disc span {
  width: 100%;
  display: block;
}
.Comment .content_come .toukou_name {
  margin-bottom: 3px !important;
}
.Comment .toukou_date {
  text-align: left !important;
  margin-top: 3px !important;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.Comment .content_toukou {
  margin-top: 0px !important;
}
@media (max-width:640px) {
  .MovieContents > div {
    padding-top: 40px !important;
  }
  .MovieContents_in .datestr .date {
    width: 100%;
    display: block;
    margin-bottom: 13px;
  }
  .movie_tag {
    margin-left: 0px;
    margin-right: 3px;
  }
  .MovieContents .MovieContents_in h2 {
    font-size: 20px !important;
    margin-top: 23px !important;
  }
  .MovieContents_in .datestr {
    margin: 10px 0px !important;
  }
  /* Comment */
  .Comment {
    margin: 0px !important;
    margin-top: 50px !important;
  }
  .Comment .content_toukou {
    margin-top: 15px !important;
    font-size: 13px !important;
  }
}


/* =============================================

ライブイベント

============================================= */

/*  ライブイベント　リスト
--------------------------------*/

.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: 5px;
  padding: 2px 7px;
  margin-bottom: 10px;
  margin-right: 7px;
  pointer-events: none;
}
.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;'
}
.big-demo.event_card .ui-group .button-group .button {
  border-radius: 3px;
  margin-right: 4px;
  width: fit-content;
}
.big-demo.event_card .ui-group .button-group .is-checked {
  border-radius: 3px;
  margin-right: 4px;
  width: fit-content;
}
.big-demo.event_card .ui-group {
  margin: auto;
  width: 100%;
  text-align: center;
}

@media (max-width:600px) {
  .big-demo.event_card .ui-group .button-group {
    width: 100%;
  }
  .big-demo.event_card .ui-group .button-group .button {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
}

/*  ライブイベント　カレンダー
--------------------------------*/

.fc-unthemed .fc-toolbar .fc-right {
  float: right;
  position: absolute;
  right: 20px;
}
.fc-unthemed .fc-view-container .fc-basic-view table {
  margin: 0px;
  width: 100%;
}
.fc-unthemed .fc-view-container .fc-basic-view th {
  padding: 0px;
  font-weight: 500;
  text-align: center !important;
}
.fc-icon-left-single-arrow:after {
  font-size: 100% !important;
  top: -25% !important;
}
.fc-icon-right-single-arrow:after {
  font-size: 100% !important;
  top: -25% !important;
}
.fc-unthemed {
  padding: 0px;
}
.fc-unthemed .fc-left h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
}
.fc.fc-unthemed .fc-toolbar {
  margin-bottom: 15px;
}
.fc .fc-col-header {
  margin: 0px auto;
}
.fc .fc-scrollgrid-sync-table {
  margin: 0px auto;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right !important;
}

@media screen and (max-width: 640px) {
  .fc-unthemed .last td:last-child {
    width: 100%;
  }
  .fc-unthemed .fc-view-container .fc-basic-view th, td {
    border-bottom: none;
    display: table-cell !important;
    width: 100%;
  }
  .fc-unthemed .fc-view-container .fc-basic-view .fc-content-skeleton td {
    padding: 0 0px;
  }
  .fc .fc-basic-view table {
    overflow-x: unset;
    white-space: unset;
    display: table;
  }
}

@media screen and (max-width: 600px) {
  .fc-unthemed .fc-content-skeleton td:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .fc-unthemed .fc-toolbar .fc-right {
    position: relative;
    margin-top: 10px;
  }
  .fc.fc-unthemed .fc-toolbar {
    margin-bottom: -5px;
  }
}

/*  ライブイベント　詳細
--------------------------------*/

#liveevent-content {
  margin-top: 60px!important;
}
#liveevent-content .layout_row .col-md-12 .center {
  padding: 75px 0px;
  margin: 80px 0px;
  margin-top: 10px;
}
#liveevent-content .layout_row .col-md-12 .event_tag {
  pointer-events: none;
}
#liveevent-content .layout_row .col-md-12 .center .btn-default {
  margin: 10px 0px;
}
#liveevent-content .layout_row .col-md-12 h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: .14em;
}
#liveevent-content .layout_row .col-md-12 .EventContent_come img {
  margin: 20px 0px;
}
#liveevent-content .layout_row .col-md-12 .plyr--video {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #liveevent-content{
    margin-top: 0px!important;
    }
  #liveevent-content .layout_row {
    margin-top: 30px;
  }
  #liveevent-content .layout_row .col-md-12 .center {
    margin: 30px 0px;
  }
}


/* =============================================

営業日カレンダー

============================================= */

.fc .fc-button {
  line-height: 10px !important;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0em !important;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1em !important;
}
.fc-daygrid-day-number {
  font-weight: 400;
}
.fc .fc-toolbar-title {
  font-size: 28px !important;
  margin: 0;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 15px !important;
}
.fc .fc-scrollgrid-sync-inner {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .fc .fc-view-harness .fc-daygrid .fc-scrollgrid {
    overflow-x: unset;
    white-space: unset;
    display: table;
  }
  .fc .fc-view-harness .fc-daygrid .fc-scrollgrid {
    overflow-x: unset;
    white-space: unset;
    margin: 0px auto !important;
    width: 100% !important;
    white-space: inherit;
  }
  .fc .fc-view-harness .fc-daygrid table {
    display: table !important;
  }
}


/* =============================================

予約フォーム

============================================= */

/*  カレンダー
--------------------------------------*/

.fc-scrollgrid {
  margin: 0px auto;
}
.fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table {
  margin: 0px auto !important;
}
.fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-cols table {
  margin: 0px auto !important;
}
.cal_box.fc.fc-media-screen.fc-direction-ltr {
  border: unset;
  border-radius: 0px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 40px 0px;
}

@media (max-width:768px) {
  .cal_box.fc.fc-media-screen.fc-direction-ltr .fc-view-harness .fc-timegrid .fc-scrollgrid {
    overflow-x: unset !important;
    white-space: unset !important;
    display: table !important;
  }
}

@media (max-width:640px) {
  .fc-scroller-harness .fc-scroller table {
    overflow-x: unset !important;
    white-space: unset !important;
    display: table !important;
  }
  .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table {
    overflow-x: unset !important;
    white-space: unset !important;
    display: table !important;
  }
  .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-cols table {
    overflow-x: unset !important;
    white-space: unset !important;
    display: table !important;
  }
}

/*  モーダルの中
--------------------------------------*/

.modal.fade.reserve-modal.in {
  top: 0% !important;
  padding-top: 30px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-4.col-sm-4 {
  width: 100%;
  padding: 0px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-4.col-sm-4 .garally_slide.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  width: 100%;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-4.col-sm-4 .garally_slide.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .garally_slide_image_wrapper img {
  width: 100%;
  padding: 4px !important;
  height: 400px !important;
  margin: 10px 0px 30px 0px !important;
  object-fit: contain !important;
  font-family: 'object-fit: cover;'
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-8.col-sm-8 {
  width: 100%;
  padding: 0px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-8.col-sm-8 .panel-default .panel-body {
  padding: 0px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-8.col-sm-8 .panel-default .panel-body .pad5_box {
  padding: 5px 0px !important;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body h4 {
  padding: 5px 16px;
  margin-top: 10px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .row .form-horizontal {
  margin: 10px 0px;
  width: 100%;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .box-footer input {
  padding: 10px 45px;
  border: unset;
  margin-bottom: 20px;
  background-color: #e5e5e5;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area .price-panel .form-inline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 10px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area .price-panel .form-inline .panel-heading {
  padding: 8px 0px;
  width: 100%;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area .price-panel .form-inline .form-group {
  padding: 0px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area {
  padding: 0px 10px;
}
.reserve-modal.in .modal-dialog .modal-content .modal-header {
  margin: 0px 30px;
  margin-top: 10px;
}
.reserve-modal.in .modal-dialog {
  margin: 90px auto;
  margin-bottom: 230px;
}
.modal-dialog.modal-sm {
  margin: 100px auto;
  top: 15%;
}

@media (max-width:1150px) {
  .modal.fade.reserve-modal.in {
    padding-top: 95px;
  }
}

@media (max-width:991px) {
  .reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area {
    display: block;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area .input-group {
    margin-bottom: 10px;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area .price-panel .form-inline .panel-heading {
    padding-bottom: 0px;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-body .reserve-date-area .price-panel .form-inline .form-group .input-group input {
    margin-right: 5px;
  }
}

@media (max-width:768px) {
  .modal.fade.reserve-modal.in {
    padding-top: 0px !important;
  }
  .modal-dialog.modal-sm {
    margin: 0px auto;
    top: 15%;
    padding: 30px;
  }
  .reserve-modal.in .modal-dialog {
    margin: 35px auto;
    padding: 80px 30px;
  }
  .reserve-modal.in {
    top: 0px !important;
  }
  .reserve-modal.in .modal-dialog .modal-content {
    padding: 0px;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-body .row .col-md-4.col-sm-4 .garally_slide.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .garally_slide_image_wrapper img {
    height: 260px !important;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-header {
    margin: 0px 20px;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
  .reserve-modal.in .modal-dialog .modal-content .modal-header .close {
    margin-top: 3px;
  }
}


/* =============================================

フォーム

============================================= */

.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%;
  text-align: left !important;
}
.bg_color03 > .layout_row {
  border-radius: 25px;
}
/*ボタン*/
.form-horizontal .box-footer .btn-default {
  padding: 8px 45px;
  margin-top: 30px;
}
@media (max-width:768px) {
  .form-horizontal {
    width: 85%;
  }
}
@media (max-width:400px) {
  .form-horizontal {
    width: 100%;
  }
}


/* =============================================

ヘッダーナビ

============================================= */

aside .navbar-collapse {
  padding: 0;
}
aside .nav > li > a {
  padding: 15px 5px;
}
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.h1, aside.h2, aside.h3, aside h1, aside h2, aside h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
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%;
}
header .navbar-brand {
  padding: 0px;
}
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%);
}
header .navbar-nav {
  float: right;
  margin-top: 17px;
}
header .navbox .navbar-brand h1 {
    font-size: 13px;
    color: #000;
}
header .navbox .navbar-brand img {
  height: 100%;
  margin: 10px;
  margin-left: 0px;
  margin-top: 16px;
}
header .navbox .navbar-nav > li > a {
  display: inline-block;
  padding: 0px;
  margin: 8px 14px;
}
header .navbar-nav .rink_none {
  pointer-events: none;
}
header .navbar-nav .member_login {
  padding: 8px 18px;
  margin: 10px 13px 6px 13px;
  border-radius: 10px;
}
header .navbar-nav .member_login:after {
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 2px;
}

/*  ドロップダウンメニュー
--------------------------------*/

header .dropdown-menu {
  padding: 10px 0 !important;
  margin: 8px 14px;
}
aside .dropdown-menu {
  left: 80%;
  top: 0;
}
header .dropdown-menu > li > a {
  padding: 3px 10px;
  margin: 6px 10px;
}

@media (max-width:1170px) {
  /*logo*/
  header .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%);
  }
  header .navbox .navbar-brand img {
    margin: 0px;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  /*ヘッダーメニュー*/
  header .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%);
  }
  header .navbar-nav {
    margin-top: 5px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 992px) {
header .navbar-brand {
    padding: 20px 0px 0px;
}
}
@media screen and (max-width: 768px) {
    header .navbox .container .navbar-collapse .navbar-nav{
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    left: 50%;
    padding: 60px 40px 80px 40px;
    }
  header .navbar-brand {
    padding: 22px 15px !important;
    margin-left: 15px !important;
    margin-right: 60px;
  }
  header .navbox .navbar-brand img {
    max-height: 35px;
    height: auto;
    margin: 0px;
    margin-left: 20px;
    max-width: 210px;
    width: fit-content;
  }
    _::-webkit-full-page-media, _:future, :root header .navbox .navbar-brand img {
     width: unset;
}
  header .navbar-brand, content .navbar-brand {
    display: block;
  }
  header .navbox, content .navbox {
    height: 80px;
  }
  /*ヘッダー*/
  header .navbar-header {
    float: none;
    position: unset !important;
    left: 0%;
    -webkit-transform: translate(0);
    transform: translate(0%);
    -moz-transform: translate(0%);
    width: 100%;
  }
  /* ヘッダーメニュー */
  header .container {
    width: 100%;
  }
  /* ハンバーガーメニュー */
  header .navbar-toggle.collapsed {
    right: 0 !important;
    font-size: 32px !important;
    top: 0 !important;
    margin-top: 18px !important;
    margin-right: 10px !important;
  }
      header .navbar-toggle {
    right: 0 !important;
    font-size: 46px !important;
    top: 0 !important;
    margin-top: 10px !important;
    margin-right: 5px !important;
  }
  /* ヘッダー メニュー ul */
  header .navbar-nav {
    text-align: left !important;
    font-size: 16px !important;
    left: 53%;
    font-weight: 400 !important;
  }
  /* ヘッダー メニュー li */
  header .navbox .navbar-nav > li > a {
    margin: 0px;
    padding: 15px 5px;
    width: 100%;
    text-align: left;
    line-height: 1.7em;
  }
  header .navbox .navbar-nav > li > a:hover::after {
    transform: scale(0);
  }
  /* ヘッダー メニュー 背景 */
  header .container > .navbar-collapse {
    padding: 0px 0px;
    margin: 0px !important;
  }
  header .navbar-collapse {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  header .navbar-toggle {
    position: absolute;
    right: 6%;
    display: block;
    padding: 4px 6px;
    font-size: 14px;
    z-index: 1000;
    top: 50%;
    margin-top: -12px;
  }
  header .navbar-collapse.collapse {
    display: none !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  header .glyphicon-align-justify.collapsed:before {
    content: "\f0c9" !important;
  }
    header .glyphicon-align-justify:before {
    content: "\f00d" !important;
  }

  header .collapse.in {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  header .collapse.in {
    overflow: scroll!important;
    height: 100vh;
    padding-bottom: 60px;
  }
  header .navbox .container .navbar-collapse .navbar-nav {
    padding: 20px 40px 80px 40px;
  }
}

/* =============================================

フッターナビ

============================================= */

footer {
  clear: both;
  bottom: 0;
  width: 100%;
  padding: 0px;
  z-index: 100;
}
footer .copyright {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
footer .container .collapse {
  width: 100%;
  max-width: 750px;
  margin: 40px auto 40px;
}
footer .navbar-nav {
  float: unset;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .navbox {
  position: unset !important;
}
content.MainContent {
  min-height: 100vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  content.MainContent {
    /*    min-height: 100vh;*/
    position: relative;
  }
  footer {
    position: relative;
    z-index: 99;
  }
  footer .navbar-collapse.collapse {
    display: block !important;
  }
  footer .navbar-toggle {
    display: none !important;
  }
  footer .container .collapse {
    width: 100%;
  }
  footer .navbar-nav {
    left: 50%;
  }
  footer .navbox .navbar-nav > li > a {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 13px;
    display: block;
    position: relative;
    left: unset;
    width: 100% !important;
    margin: 0 auto;
  }
  footer .nav.navbar-nav li {
    display: block;
    width: 100%;
  }
}


/* =============================================

追加したクラス

============================================= */

@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;';
  width: 85%!important;
  float: right;
  max-width: 100%;
}

@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;
    z-index: 10;
  }
}

.fsv_title {
  font-family: serif;
  line-height: 1.4em;
  letter-spacing: 5px;
  font-size: 36px;
  margin-bottom: 10px;
}
.date_format_blog_t {
  padding-left: 7px;
}
.others_news {
  padding: 2em 3em;
}
.others_news h3 {
  font-family: serif;
}
.students_news {
  padding: 2em 3em;
}
.students_news h3 {
  font-family: serif;
}
.students_news .blog-link .blog-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*動画*/
.flex > div {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.flex p {
  line-height: 37px;
}
.ma_left {
  margin-left: 1em;
}
/*動画背景*/
.bg_color03 {
  padding: 6em 0 10em 0;
}
/*会員専用ページ----------------------*/
.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%);
}

@media (max-width:1170px) {
  .fsv_title {
    font-size: 30px!important;
  }
}

@media (max-width:991px) {
  .others_news {
    margin-top: 5em;
  }
  .students_news {
    margin-top: 1em;
  }
  .fsv_width.layout_row{
    display: flex!important;
    flex-wrap: wrap; 
    align-content: space-between;
  }
  .padi_none {
    width: 100%;
  }
  .fsv_box {
    width: 100% !important;
    position: relative;
    top: unset;
    left: unset;
  }
  .fsv_width {
    height: 680px;
  }
  .padi_none {
    float: none;
    padding-top: 0em;
  }
  .padi_none img {
    height: 290px;
    width: 100%!important;
  }
}

@media (max-width:768px) {
  .ab_txttitle {
    width: 100%;
  }
  .ab_txttitle h1 {
    font-size: 30px;
    width: 100%;
  }
  .bg_color03 > .layout_row {
    border-radius: 0px;
  }
  .flex > div {
    display: block;
  }
  .flex h2 {
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: .5em;
  }
  .ma_left {
    margin-left: 0em;
  }
  .ma_left p {
    text-align: center;
    line-height: 1.4em;
  }
}

@media (max-width:500px) {
  .bg_color03 h3 {
    font-size: 20px !important;
  }
  .ab_txttitle h1 {
    font-size: 25px;
  }
  .flex h2 {
    font-size: 21px;
  }
  .others_news {
    padding: 2em 2em !important;
  }
  .students_news {
    padding: 2em 2em;
  }
  .fsv_title {
    font-size: 27px!important;
    font-weight: 500;
  }
}

@media (max-width:400px) {
  .fsv_title {
    font-size: 23px!important;
  }
  .ab_txttitle h1 {
    font-size: 20px!important;
  }
}