
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.clearfix {
    *zoom: 1;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.txt_sm {
    font-size: 80%;
}

.txt_md {
    font-size: 100%;
}

.txt_lg {
    font-size: 130%;
}

.bgnone {
    background: none !important;
}

.bg-black {
    background: #000;
    height: 80px;
}

.error {
    color: #D10003;
}

.cont_box {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.squarebox {
    position: relative;
}

.squarebox:after {
    padding-top: 100%;
    display: block;
    content: "";
}

.squarebox > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

table {
    width: auto;
    word-break: break-all;
    word-wrap: break-word;
}

/*カラムのpaddingを削除*/
body > content > div .squarebox img {
    height: 100%;
}

.attention {
    COLLOR: RED;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb80 {
    margin-bottom: 80px;
}

.p0 {
    padding: 0;
    float: none
}

/*col-md-12削除*/
.m0 {
    margin: 0;
}
.no-border{
    border:none !important;
}
.no-border:after{
    background:none !important;
}

.no-bold{
    font-weight: normal !important;
}
/**=========ヘッダー============**/
header {
}

header .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

header .row > div {
    padding: 0;
}

header .nav li a {
    color: #fff;
}

header .nav li a:hover {
    color: #000;
}

header h1 {
    font-size: 1.5em;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

header .navbox,
content .navbox {
    position: fixed;
    width: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}

header .navbar-brand img, content .navbar-brand img {
    max-height: 45px;
}

/*.navbar-nav{float:right;}*/
content {
    padding-top: 60px;
    display: block;
}

.width10 {
    margin: 0 10%;
}

header .navbar-brand,
content .navbar-brand {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    height: 100%;
}

header .navbar-brand img,
content .navbar-brand img {
    margin-right: 10px;
}

header .container > .navbar-collapse {
    margin: 5px -15px;
}

.pkz > div {
    display: inline-block;
    padding: 0 3px;
}

.pkz {
    padding: 10px 0px 10px 19px;
    border-bottom: 1px solid #EDEDED;
}

/*===========ブログリスト==============*/
.blog_title {
    font-size: 1em;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 1.6px;
}

.blog_list .blog_listbox,
.blog_listside .blog_listbox {
    margin-bottom: -1px;
    padding: 10px 0;
    border-top: solid 1px #909090;
}

.blog_list .blog_listbody,
.blog_listbox .blog_listbody {
    margin-left: 20px;
    width: calc(100% - 100px);
    float: left;
}

.blog_list .blog_img {
    width: 80px;
    height: 100%;
    float: left;
}

.blog_list .blog_img img {
    width: 80px;
}

.blog_list .row {
    border: none;
    margin-left: 17px;
}

.blog_list .blog_title .date:before {
    content: " / ";
}

.blog_tag {
    padding: 3px 10px;
    border-radius: 5px;
}

.blog_tag:before, .blog_tag:after {
    content: "/";
}

.blog_listside .col-xs-4:nth-of-type(3n+1),
.event_list .col-xs-4:nth-of-type(3n+1),
.blog_listside .col-sm-6:nth-of-type(2n+1),
.event_list .col-xs-6:nth-of-type(2n+1),
.event_card .element-item:nth-of-type(4n+1),
.blog_card .col-sm-3:nth-of-type(4n+1),
.blog_card .col-xs-4:nth-of-type(3n+1) {
    clear: both;
}

/*=============▼ブログカード==================*/
.blog_card {
}

.blog_card .blog_cardbox {
}

.blog_card .blog_img {
}

.blog_card .blog_img img {
    object-fit: cover;
    width: 100%;
}

.blog_card .caption {
    padding: 10px;
}

.blog_card .blog_title {
}

.blog_card .blog-link {
}

.blog_card .blog_time {
    font-size: 12px;
    color: #444;
}

.blog_card .blog_description {
    font-size: 14px;
    text-align: left;
    line-height: 1.5em;
}

/*=============▼ブログスライド==================*/
.blog_slide {
}

/*大枠*/
.blog_slide .owl-item {
    position: relative;
}

.blog_slide .blog_img {
    float: left;
    width: 20%;
    margin-right: 10px;
}

/*画像枠*/
.blog_slide .blog_img img {
}

/*画像*/
.blog_slide .blog-body {
    width: 100%;
}

/*文の大枠*/
.blog_slide .blog_title {
    border-bottom: solid 1px #633A18;
    padding-bottom: 5px;
}

/*文のタイトル*/
.blog_slide .blog_description {
    text-align: left;
    line-height: 1.5em;
}

/*文*/
.blog_slide .blog-link {
    color: #4E2F0C;
    font-size: 1.2em;
}

.blog_slide .owl-item .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*=============▼ブログタイル==================*/
.blog_tile .blog_img img {
    object-fit: cover;
}

.blog_tag {
    font-size: 12px;
}

.blog_tag_1 {
    color: #fff;
}

/*=============▼ブログ横リスト==================*/
.blog_list_noimg .blog_listbody {
    float: none;
    width: 100%;
}

.blog_listside {
    overflow: hidden;
    zoom: 1;
}

.blog_listside .date {
    font-size: 12px;
    font-weight: normal;
}

.blog_listside .blog_description {
    height: 60px;
    overflow: hidden;
    line-height: 1.5em;
}

/*=============▼ブログ画像なしリスト==================*/
.blog_listside .blog_img {
    width: 80px;
    margin: auto;
    height: 100px;
}

.blog_listside .blog_description {
    height: 3em;
    overflow: hidden;
}

/*============ブ▼ログ詳細==================*/
.BlogContents > div {
    padding-top: 100px;
    padding-bottom: 100px;
}

.BlogContentsInner {
    margin: auto;
}

.BlogContents h2 {
    padding-bottom: 5px;
    text-indent: 15px;
}

.BlogContents h3 {
    text-align: right;
    font-size: 14px;
}

.BlogContents .note_desc {
    background: rgba(255, 255, 255, 0.71);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.BlogContents .note_desc p {
    font-size: 14px;
}

.BlogContents .month {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.BlogContents .blog-p {
    padding-left: 10px;
}

.blog-list-sp {
    display: none;
}


/*===========動画詳細==================*/
.MovieContents > div {
    padding-top: 100px;
    padding-bottom: 100px;
}

.MovieContentsInner {
    margin: auto;
}

.movie_listbox_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.movie_listbox_wrapper .movie_listbox {
    width: 33.3%;
    padding: 15px;
}

.movie_listbox_wrapper .movie_listbox .movie_img {
    background-size: cover;
    background-position: center center;
    padding-top: 56.25%;
    width: 100%;
}

.movie_listbox_wrapper .movie_listbox .movie_img img {
    width: 100%;
    height: auto;
}

.MovieContents_in h2 {
    text-align: left;
    padding-bottom: 5px;
    text-indent: 15px;
    margin: 10px 5px;
}

.MovieContents_in .datestr {
    text-align: right;
    font-size: 14px;
    margin: 5px;
}

.MovieContents_in .note_desc {
    padding: 20px;
}

.MovieContents .note_desc p {

}

.MovieContents .month {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.MovieContents .blog-p {
    padding-left: 10px;
}

.movie-list-sp {
    display: none;
}


.Comment {
    margin: 100px 0;
}

.Comment .content_come {
    padding: 20px;
    border-bottom: dotted 1px #482E08;
}

.Comment .content_toukou {
    margin-top: 30px;
    font-size: 14px;
}

.Comment .toukou_name {
    margin-bottom: 5px;
}

.Comment .toukou_date {
    text-align: right;
    margin-top: 20px;
}

.Comment .text_come {
    height: 100px;
}

.Comment .content_toukou input,
.Comment .content_toukou textarea {
    display: inline;
    width: 100%;
    margin: 10px 0;
}

.Comment .content_toukou input[type="submit"] {
    width: auto;
    margin-top: 10px;
}

.share {
    margin: 30px 0;
    text-align: center;
}

/*============Readmore==================*/
.readmore_btn {
    text-align: center;
}

.readmore_btn:before {
    content: "";
    position: absolute;
    height: 153px;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 255) 67%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    bottom: -22px;
}

.readmore_btn .button {
    margin-top: 0;
    letter-spacing: 2px;
    border: 1px solid;
    height: 45px;
    line-height: 10px;
}

/*============/Readmore==================*/

@media (max-width: 992px) {
    /*詳細*/
    .blog-list-sp .modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 20%, 0);
        -o-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    .blog-list-sp .modal-content {
        padding: 10px;
    }

    .blog-list-sp .modal-content p {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .blog-list-sp {
        display: inline-block;
        padding: 0;
        float: right;
    }

    .page-move .btn-default {
        margin: 0;
    }

    .blog-list {
        display: none;
    }
}

/*ipad blog*/
@media (max-width: 768px) {
    .blog_slide .owl-item .more {
        position: relative;
        text-align: right;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 500px) {
    .page-back span, .page-next span {
        display: none;
    }

    .page-back:before {
        content: "<<";
        font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    }

    .page-next:before {
        content: ">>";
        font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    }
}

/*========イベント　カレンダー=========*/
/*====▼カレンダー=====*/
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

.fc-content .fc-time {
    display: none;
}

body .fc { /* extra precedence to overcome jqui */
    font-size: 1em;
    margin: 3em 0;
}

/*====▼テーブル=====*/
.table-striped tr {
    background-color: #fff;
}

/*====▼階層メニュー=====*/
.list-group {
    margin-bottom: 0px;
}

.desc-children p {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 3px 4px;
    background-color: #fff;
    border-radius: 4px;
}

.list-group-item {
    border-radius: 4px;
    margin: 5px;
    border: none;
}

.desc-children .list-group .menu-children {
}

/*=============▼ブログタグ==================*/
.tag_id1 {
    background-color: #fadba0;
}

.tag_id2 {
    background-color: #cccccc;
}

.tag_id3 {
    background-color: #ef7c1f;
}

.tag_id4 {
    background-color: #c4e5ec;
}

.tag_id5 {
    background-color: #7c4821;
}

.tag_id6 {
    background-color: #7ecacd;
}

.tag_id7 {
    background-color: #f3a195;
}

.tag_id8 {
    background-color: #dfeaa2;
}

.tag_id9 {
    background-color: #e94f4d;
}

.tag_id10 {
    background-color: #93c31e;
}

.tag_id1, .tag_id2, .tag_id3, .tag_id4, .tag_id5, .tag_id6, .tag_id7, .tag_id8, .tag_id9, .tag_id10 {
    color: #fff;
}

/* Colors--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}

.fc-unthemed .fc-today {
    background: #fcf8e3;
    color: #000;
}

.fc-highlight { /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
    background: rgb(143, 223, 130);
    opacity: .3;
    filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;

    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
    position: relative;
    margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;

    /* text & cursor */
    font-size: 1em; /* normalize */
    white-space: nowrap;
    cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default { /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
    position: relative;
    top: -0.05em; /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
    display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
    margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;

    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
    position: relative;
}

.fc-row .fc-bg {
    z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;

}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none; /* in case <td>s are globally styled */
    border-color: transparent;

    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
    overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
    position: relative; /* re-scope all positions */
    width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
    position: relative; /* for resize handle and other inner positioning */
    display: block; /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad; /* default BORDER color */
    background-color: #3a87ad; /* default BACKGROUND color */
    font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff; /* default TEXT color */
    text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px; /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px; /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto; /* ignore the right and only use the left */
    cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto; /* ignore the left and only use the right */
    cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
    margin: 1px 2px 0; /* spacing between events and edges */
    padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
    left: -3px;
    right: -3px;
    width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
    z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
    text-align: center;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
    margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

@media (max-width: 500px) {

    .fc-toolbar .fc-left {
        float: none !important;
    }

    .fc-toolbar .fc-right {
        float: none !important;
    }

    .fc-toolbar {
        display: block !important;
    }

    .fc .fc-toolbar > * > * {
        float: none !important;
    }
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
    overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

.fc-basic-view .fc-week-number span {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30); /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
    z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
    background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
    position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
    position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;

    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;

    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
    overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em; /* make the title text the same size as the time */
    padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
    content: "=";
}

.event_title {
    border-bottom: solid 1px #909090;
    padding-bottom: 5px;
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
    font-weight: bold;
}

/*=============▼イベントリスト==================*/
.event_list .event_listbox {
    margin-bottom: 2em;
}

.event_list a {
    margin-bottom: 15px;
    display: block;
}

.event_list .col-xs-6 .event_img, .event_list .col-xs-4 .event_img {
    padding-left: 0;
}

.event_list .col-xs-6 .event_txt, .event_list .col-xs-4 .event_txt {
    padding-right: 0;
}

.event_list .event_img {
    padding-right: 0;
}

.event_list .event_title {
    margin-top: 2%;
}

.event_list .event_tag a {
    display: inline-block;
}

/*=============▼イベントカード==================*/
.event_card {
    margin: 20px 0;
}

.event_card .event_img img {
    margin: 5px 0;
}

/*画像*/
.event_card .event_title {
}

.event_card .caption {
    display: block;
    padding: 10px;
    background: #331b19;
    color: #fff;
    /* border-radius */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    /* box-shadow */
    box-shadow: rgba(0, 0, 0, 0.5) 7px 7px 7px -3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 7px 7px 7px -3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 7px 7px 7px -3px;
    position: relative;
    bottom: -9px;
    left: 0;
    min-height: 150px;
    width: 100%;
    z-index: 100;
}

.event_card .caption:after, .event_card .caption:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.event_card .caption:before {
    border-color: rgba(51, 27, 25, 0);
    border-bottom-color: #331b19;
    border-width: 18px;
    margin-left: -10%;
}

.event_card .event_description {
    font-size: 14px;
    text-align: left;
}

.isotope .item {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.filter {
    margin: 0 0 30px 0;
}

.filter a {
    margin-right: 10px;
    color: #666;
}

.filter a.current {
    font-weight: bold;
}

.isotope {
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    position: relative;
}

.isotope .item {
    float: left;
    display: inline-block;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#f0f0f0));
    background: -moz-linear-gradient(top left, #F8F8F8, #F0F0F0);
    background: -ms-linear-gradient(top left, #F8F8F8, #F0F0F0);
    background: -o-linear-gradient(top left, #F8F8F8, #F0F0F0);
    background: linear-gradient(to bottom right, #F8F8F8, #F0F0F0);
    width: 20%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    line-height: 0;
    z-index: 20;
}


.isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -moz-transform, opacity;
    -o-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope .item img {
    display: inline-block;
    line-height: 0;
}

/*イベント詳細
_________________________*/
#event-content .layout_row {
    padding: 30px 0;
}

@media (max-width: 992px) {
    .event_list .event_img {
        margin-bottom: 10px;
    }

    .event_list .col-xs-6 .event_txt, .event_list .col-xs-4 .event_txt {
        padding: 0;
    }

    /*.event_list .event_img{width:25%;}*/
}

/*ipad event*/
@media (max-width: 768px) {
    .event_title {
        margin-bottom: 1em;
    }
}

@media (max-width: 600px) {
    .event_list a {
        margin-bottom: 10px;
    }

    .event_list .event_title {
        margin-bottom: 10px;
    }

    .event_list .day {
        font-size: 12px;
    }
}

/*=============▼ギャラリー=================*/
.garally-fadein {
    position: relative;
    width: 100%;
    height: auto;
}

.garally-fadein div {
    position: absolute;
    top: 0;
    opacity: 0;
}

.garally-fadein div h3 {
    position: absolute;
    top: 0;
    left: 0;
}

.garally-fadein div p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
}

.garally-fadein div img {
    width: 100%;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.garally_slick .slick-next {
    right: -10px;
}

.slick-track .slick-slide img {
    width: 100% !important;
}

.garally_slide .item {
    position: relative;
    /*display: table;*/
    width: 100%;
    text-align: center;
}

.garally_slide .item img {
    width: 100%;
}

.garally_slide .item .camera_caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.43);
}

.garally_slide .item .camera_caption h3 {
    font-size: 3.5em;
    font-family: Lobster, Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
    text-align: center;
    margin-bottom: 0.5em;
}

.garally_slide .item .camera_caption p {
    font: normal 1.5em Lobster, Arial, Helvetica;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
    text-align: center;
}

/*===============▼ギャラリー・カード==================*/
.gallery_card {
    width: 100%;
    display: block;
}

.gallery_card .item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 33.333333333%;
    text-align: center;
    cursor: pointer;
}

.gallery_card img {
    position: relative;
    display: block;
    max-width: 102%;
    opacity: 1;
    margin-bottom: 0;
}

/*画像*/
.gallery_card .caption {
    padding: 2em 10%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery_card h3 {
    margin: 0;
    opacity: 0;
    line-height: 1.2em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    text-shadow: #000000 0 3px 4px;
    height: 100%;
    position: relative;
}

.gallery_card h3 span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery_card p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-bottom: 0;
    color: #fff;
}

.gallery_card .item:hover .caption {
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery_card .item:hover .caption::before, .gallery_card .item:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    bottom: 10px;
    left: 0;
    margin-bottom: 0;
}

.gallery_card .item:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


figure.effect-oscar h2 span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*==========フォーム===============*/
.contactform textarea, .contactform input {
    width: 100%;
}

.attention {
    color: #FF0004;
}

.mailcheck {
    margin: 0.6em 0;
    width: 100%;
}

.FormContents .desc {
    width: 80%;
    margin: auto;
    padding: 30px;
}

.box-footer {
    text-align: center;
}

.postalcode {
    display: inline-block;
    width: 8%;
    min-width: 90px;
    margin-left: 5px;
}

select {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    border: 1px solid #c0c0c0;
    color: #333;
}

input[type="text"].postalcode {
    width: 36%;
    display: inline-block;
    margin: 0 3%;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

/*===========カルーセル============*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    margin: auto;
    width: 100%;
}


/*==========カスタム投稿===============*/
.custompost_list_box {
    display: flex;
    flex-direction: row;
}

.custompost_list_box .thumbnail {
    width: 100%;
}

.custompost-list-sp {
    display: none;
}

.custompost_table {
    background-color: #fff;
}

.custompost_table th {
    text-align: center;
}

@media (min-width: 992px) {
    #bs-example-navbar-collapse-1 {
        float: none !important;
        margin-right: -15px;
    }

    .navbar-nav {
        float: right;
    }

    /*詳細*/
    .event-list-sp {
        display: none;
    }

}

@media (max-width: 992px) {
    /*header .navbar-toggle{
        display:block;
        color:#fff;
        font-size:20px;
        position: absolute;
        padding: 9px 10px;
		right: 3%;
		top: 50%;
		margin-top: -20px;
		font-family: "FontAwesome";
		z-index:10;
		margin-right:0;
    }*/
    .glyphicon {
        font-family: "FontAwesome";
    }

    .glyphicon-align-justify:before {
        content: "\f0c9";
    }

    /*	.navbar-collapse.collapse {
        display: none!important;
        }
    */
    header .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        position: relative;
    }

    header .navbox .navbar-brand img {
        margin: 0;
    }

    .navbar-nav {
        float: left;
    }

    header div.col-md-1, header div.col-md-2, header div.col-md-3, header div.col-md-4, header div.col-md-5, header div.col-md-6, header div.col-md-7, header div.col-md-8, header div.col-md-9, header div.col-md-10, header div.col-md-11, header div.col-md-12 {
        /*float:left;*/
    }

    .garally_slide .item .camera_caption h3 {
        font-size: 2.5em;
        margin-bottom: 1em;
    }

    .garally_slide .item .camera_caption p {
        font-size: 16px;
    }

    /*詳細*/
    .event-list-sp {
        display: block;
    }

    .event-list-sp .modal-dialog {
        margin-top: 25%;
    }

    .event-list-sp .modal-dialog .event-p {
        width: 49%;
        float: left;
        padding: 10px;
    }

    .event-list {
        display: none;
    }

    .event-list-sp .modal-content:after, .blog-list-sp .modal-content:after, .custompost-list-sp .modal-content:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .custompost-list {
        display: none;
    }

    .custompost-list-sp {
        display: block;
    }

    .custompost-list-sp .modal-dialog {
        margin-top: 25%;
    }

    .custompost-list-sp .modal-content {
        padding: 15px;
    }
}

/*ipad*/
@media screen and (min-width: 501px) and (max-width: 768px) {
    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-brand {
        padding: 0;
        margin-left: 6%;
    }

    /*h1の親*/
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        /*padding-left:0;
        padding-right:0;*/
    }

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

    .nav.navbar-nav li {
        display: block;
    }
}

@media (max-width: 766px) {
    .garally_slide .item .camera_caption h3 {
        font-size: 1.5em;
        margin-bottom: 0.1em;
    }

    .garally_slide .item .camera_caption p {
        font-size: 12px;
    }

    .event_txt {
    }

    .blog_card .col-xs-6:nth-of-type(2n+1) {
        clear: both;
    }

    .garally_slide_image_wrapper {
        height: auto !important;
    }

    /*イベント・ブログ共通*/
    .EventContent h2 {
        font-size: 22px;
    }

    header .navbar-brand {
        margin-left: 6%;
    }

    /*h1の親*/
    .gallery_card .caption {
        padding: 1em 10%;
        font-size: 0.8em;
    }

    .BlogContents > div {
        padding-top: 50px;
        padding-bottom: 50px;
    }


}

/*すまほ*/
@media (max-width: 320px) {
    .garally_slide .item .camera_caption {
        padding-top: 0px;
    }
}

/*iphone5*/


/*シェアアイコン*/
.share .icon img {
    width: 40px;
    margin: 5px 5px 0 0;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.layout_row {
    position: relative;
}

video.bgvid {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: #000;
    background-size: cover;
}


/**
パネル関連を上書きして　PIPPAsacように
**/
.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.panel .block_box {
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    /* border */
    border: 6px dotted rgb(204, 204, 204);

    /* border-radius */
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;

    /* box-shadow */
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 0px 9px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.329412) 0px 0px 9px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.329412) 0px 0px 9px 0px;
}

.reserve-modal {
    z-index: 9999;
    top: 10% !important;
}

.reserve-modal .reserve-date-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
}

.fc-event-container .no_reserve {
    background-color: #ccc;
    padding: 10px;
    text-align: center;
}

.reserve-modal .modal-body .form-group {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 0px;
}

.reserve-modal .form-inline .input-group .form-control {
    width: auto;
}

.reserve-modal .datetime-panel input {
    width: auto !important;
    margin: 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row-eq-height .panel {
    height: 100%;
}

.row-eq-height .panel .panel-heading {
    height: 100%;
}

.reserve-modal .form-group span.sep {
    line-height: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.alertify-confirm.reserve-confirm .reserve-confirm-inner {
    text-align: left;
    font-size: 13px;
    font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;

}
@media (max-width: 768px){
    .reserve-modal .reserve-date-area {
        display: block;
    }
    .reserve-modal .datetime-panel, .reserve-modal .price-panel {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .row-eq-height {
        display: block;
    }

    .reserve-modal .datetime-panel .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
}

.auth-bts {
    width: 40%;
    min-width: 300px;
    margin: auto;
}

.auth-bt {
    padding: 20px;
    margin: 10px 0;
}

/**
youtubeplayer
 */
.yplayer_overlay {
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.yplayer_insert_wrapper {
    z-index: 9999;
    display: inline;
    position: absolute;
    height: auto;
    color: #fff;
    padding: 20px;
}

.yplayer_insert_wrapper {
    font-size: 1.5vw;
    color: #fff;
}

.yplayer_insert_wrapper h1 {
    font-size: 3.5vw;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.yplayer_insert_wrapper h2 {
    font-size: 3vw;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.yplayer_insert_wrapper h3 {
    font-size: 2.5vw;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.yplayer_insert_wrapper h4 {
    font-size: 2vw;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.yplayer_insert_wrapper p {
    font-size: 1.8vw;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.yplayer_insert_wrapper.topleft {
    top: 0;
    left: 0;
}

.yplayer_insert_wrapper.topcenter {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.yplayer_insert_wrapper.topright {
    top: 0;
    right: 0;
}

.yplayer_insert_wrapper.middleleft {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.yplayer_insert_wrapper.middlecenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.yplayer_insert_wrapper.middleright {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.yplayer_insert_wrapper.underleft {
    bottom: 0;
    left: 0;
}

.yplayer_insert_wrapper.undercenter {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.yplayer_insert_wrapper.underright {
    bottom: 0;
    right: 0;
}

/*player*/
video::cue {  /*疑似要素「::cue」を使います*/
    font-size:12vw; /*デフォルトのフォントサイズだと小さいので大きくしました*/
}
video::-webkit-media-text-track-display {
    font-size:12vw;
}
.video_markers{
    background-color: #000;
    padding: 5px;
    position: relative;
}
.video_markers .video_marker_bt{
    position: absolute;
    top:0px;
    display: inline-block;
    margin:2px;
    width:23px;
    height:31px;
    background-repeat: no-repeat;
    background-image:url("/img/icon/marker.png");
    background-size:auto 100%;
    border:none;
}
.video_markers .video_marker_bt:hover {
    opacity: 0.5 ;
}
/**mypage **/
#fp-btn-mypage {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 80px;
    width: 80px;
    line-height:90px;
    text-align: center;
    border: solid 4px #6f6f6f;
    border-radius: 40px;
    background-color: #fff;
}
#fp-btn-mypage:hover {
    background-color: #eee;
}
#fp-btn-mypage i {
    color: #6F6F6FFF;
    font-size: 50px;
}
@media screen and (max-width: 900px) {
    #fp-btn-mypage {
        right: 5.33333vw;
        bottom: 5.33333vw;
        height: 12.8vw;
        width: 12.8vw;
        line-height: 9vw;
        font-size: 11vw;
        border: solid 0.8vw #6F6F6FFF;
        border-radius: 6.4vw;
    }
    #fp-btn-mypage i {
        font-size: 8vw;
    }
}
