@charset "utf-8";

/* --------------------------------------
Notes
* drawer z-index:100;
* overlay z-index:99;
* page-top z-index:50;
-------------------------------------- */


/*====================
　
　initial

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

html {
    /* font-size:10px */
    font-size: 62.5% !important;
}

body {
    color: #333;
    font-size: 1.4em;
    background-color: #fff5dc;
    line-height: 1.6;
    font-family: /* Mac用 */
    YuGothic, /* Windows用 */
    "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* フォントサイズ自動調整解除 */
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    margin: 0 0 1.6em;
    color: #003d6c;
    //color: inherit;
}

img {
    vertical-align: bottom;
    border: none;
    width: 100%;
    height: auto;
}

p {
    margin: 0 0 1.6em;
}

table {
    //table-layout: fixed;
    width: 100%;
}

table th,
table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

table th>*:last-child,
table td>*:last-child {
    margin-bottom: 0 !important;
}

table p,
table ul,
table ol,
table dl,
table dl dd {
    margin-bottom: 0.6em;
}

table ul li,
table ol li,
table dl dt {
    margin-bottom: 0;
}

input,
button,
select,
textarea {
    /* デフォルトデザイン解除 */
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}


/*　list
------------------------------*/

ul,
ol {
    margin: 0 0 1.6em;
    padding: 0 0 0 1.4em;
}

ul li,
ol li {
    margin-bottom: 0.6em;
}

ul>*:last-child,
ol>*:last-child {
    margin-bottom: 0 !important;
}

ul li>*,
ol li>* {
    margin-bottom: 0.6em;
}

ul li>*:last-child,
ol li>*:last-child {
    margin-bottom: 0 !important;
}

ul.list-inline {
//font-size:0;
}

ul.ul-dotted {
    padding: 0;
    list-style: none;
}

ol.ol-dotted {
    padding: 0;
}

ul.ul-dotted li {
    border-bottom: 1px dotted #999;
    padding: 0 0.6em 0.6em 0.6em;
    margin: 0 0 0.6em;
}

ol.ol-dotted li {
    border-bottom: 1px dotted #999;
    padding: 0 0.6em 0.6em 0.6em;
    margin: 0 0 0.6em;
list-style-position: inside;　
}

ul.text-list {
    overflow: hidden;
    padding: 0;
    list-style: none;
}

ul.text-list li {
    float: left;
    width: 24.4%;
    margin-right: 0.8%;
}

ul.text-list li:nth-of-type(4n) {
    margin-right: 0;
}

dl {
    margin: 0 0 1.6em;
}

dl>*:last-child {
    margin-bottom: 0 !important;
}

dl dt {
    font-weight: bold;
    margin: 0;
    line-height: inherit;
}

dl dd {
    margin: 0 0 0.8em;
    line-height: inherit;
}

dl dd>* {
    margin-bottom: 0.6em;
}

dl dd>*:last-child {
    margin-bottom: 0 !important;
}

dl.dl-dotted {
    border-bottom: 1px dotted #999;
    padding: 0px 0.8em 0.8em;
    overflow: hidden;
    margin: 0 0 0.8em;
}

dl.dl-dotted dt {
    float: left;
    margin-bottom: 0;
}

dl.dl-dotted dd {
    margin: 0 0 0 8em;
}

dl.dl-horizontal {}

dl.dl-horizontal dt {
    text-align: left;
    margin-bottom: 0;
}

dl.dl-horizontal dd {}


/*　column
------------------------------*/

.row {
    margin-bottom: 2.0em;
    //margin-right: -0.5em !important;
    //margin-left: -0.5em !important;
    margin-right: -15px;
    margin-left: -15px;
}

.row>*:last-child {
    margin-bottom: 0 !important;
}

.col {
    //padding: 0.5em !important;
    padding: 15px;
}

.col>*:last-child {
    margin-bottom: 0 !important;
}

.col-px{
	padding:0 15px;
}

.row.padding-thin {
    margin-right: -5px;
    margin-left: -5px;
}

.row.padding-thin .col {
    padding: 5px;
}


/*　text decoration
------------------------------*/

strong,
em {
    font-weight: bold;
    font-style: normal;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.dashed {
    border-bottom: dashed 1px #000;
    margin: 0 0.2em;
}

.underline {
    text-decoration: underline;
    margin: 0 0.2em;
}

.gw{
	font-size: 1.5em;
	margin: 50 auto;
	text-align: center;
}

#gw{
	color: #c63542;
}

#gw:hover{
	text-decoration:underline;
}

/*　font size
------------------------------*/

.fs-xxl {
    font-size: 4.8rem !important;
    line-height: 1.0 !important;
}

.fs-xl {
    font-size: 3.2rem !important;
    line-height: 1.0 !important;
}

.fs-lg {
    font-size: 2.4rem !important;
}

.fs-md {
    font-size: 2.0rem !important;
}

.fs-rg {
    font-size: 1.6rem !important;
}

.fs-sm {
    font-size: 1.4rem !important;
}

.fs-xs {
    font-size: 1.2rem !important;
}


/*　font size (child element)
------------------------------*/

span.fs-200 {
    font-size: 200%;
}

span.fs-150 {
    font-size: 150%;
}

span.fs-120 {
    font-size: 120%;
}

span.fs-80 {
    font-size: 80%;
}

span.lead {
    font-size: 120%;
    margin: 0 0 1.6em;
    font-weight: bold;
    line-height: inherit;
}


/*　font-color
------------------------------*/

.fc-red {
    color: #d95852;
}

.fc-navy {
    color: #003D6C;
}


/*　font-family
------------------------------*/

.ff-en {
    font-family: 'Roboto', sans-serif;
}


/*　font-awesome
------------------------------*/

i.fa {
    font-size: 120%;
    margin-bottom: 0 !important;
}

i.fa-mr {
    margin-right: 0.5em;
}

i.fa-ml {
    margin-left: 0.5em;
}


/*　time
------------------------------*/

time {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}


/*　link
------------------------------*/

a {
    /* リンクタップ時のハイライト非表示 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
    color: #0068b9;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:visited {
    color: #0068b9;
    text-decoration: none;
}

a:hover {
    color: #d95852;
    text-decoration: none;
}

a:active {
    color: #0068b9;
    text-decoration: none;
}

a.current {
    color: #d95852;
}

.current-cat a {
    color: #d95852;
}

a.underline:link {
    text-decoration: underline;
}

a.underline:visited {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

a.underline:active {
    text-decoration: underline;
}

a.underline-hover:link {
    text-decoration: none;
}

a.underline-hover:visited {
    text-decoration: none;
}

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

a.underline-hover:active {
    text-decoration: none;
}

a.btn-default {
    color: #333;
}

a.btn-primary,
a.btn-success,
a.btn-info,
a.btn-warning,
a.btn-danger {
    color: #FFF;
}

a.hover img {
    opacity: 1.0;
    /* 画像ブレ回避 */
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.hover:hover img {
    opacity: 0.6;
}


/*　.disabled
------------------------------*/

.disabled>* {
    cursor: default !important;
}


/*　.visible
------------------------------*/

.visible-xxs {
    display: none;
}


/*　.hidden
------------------------------*/

.hidden-xxs {
    display: block;
}


/*　btn
------------------------------*/

a.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    padding: 1em 2em;
    color: #FFF5DC;
    border-radius: 4px;
    white-space: normal;
}

a.btn:hover,
a.btn:focus {
    color: #FFF5DC;
    opacity: 0.6;
}

a.btn-mini {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    padding: 0.3em 0.6em 0.4em;
//padding: 0.5em 1em;
    color: #FFF5DC;
    border-radius: 4px;
    font-size: 1.2rem;
}

a.btn-mini:hover {
    color: #FFF5DC;
    opacity: 0.6;
}

a.label {
    margin-left:0.2em;
}

a.label-facility,
a.label-fc-facility,
a.navy {
    background-color: #003D6C;
}

a.label-event,
a.label-fc-event,
a.red {
    background-color: #d95852;
}

a.label-local,
a.label-fc-local,
a.green {
    background-color: #698c00;
}

a.label-column,
a.label-fc-column {
    background-color: #0085b2;
}

a.label-other,
a.label-fc-other {
    background-color: #8c6900;
}

a.label-eat {
    background-color: #e2603c;
}
a.label-shopping {
    background-color: #df7799;
}
a.label-attractions,
a.blue {
    background-color: #036eb7;
}
a.label-watch,
a.purple {
    background-color: #8f65a7;
}
a.label-fruit-picking {
    background-color: #ec6c00;
}

a.btn-border {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    padding: 0.5em 1em;
    border: solid 1px #000;
    color: #000;
}

a.btn-border:hover {
    color: #fff;
    background-color: #000;
}

a.btn-icon {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    padding: 0.6em;
    border: solid 1px #000;
    color: #000;
}

a.btn-icon:hover {
    color: #fff;
    background-color: #000;
}

a.btn-icon span {
    display: block;
    margin: 0 0 0.4em;
}

a.btn-icon span i.fa {
    font-size: 6rem;
}

a.radius {
    border-radius: 4px;
}

a.block {
    display: block;
    text-align: center;
}


/*　square
------------------------------*/

.squ {
    padding: 1.6em 2.4em;
    margin: 0 0 1.6em;
    background-color: #EFEFEF;
    font-size: 1.4rem;
}

.squ.border-thick {
    border: 6px solid #EFEFEF;
    background: transparent;
}

.squ.border-thin {
    border: 2px solid #EFEFEF;
    background: transparent;
}

.squ.radius {
    border-radius: 4px;
}

.squ>*,
.squ dl dd {
    margin-bottom: 0.6em !important;
}

.squ ul li,
.squ ol li,
.squ dl dt {
    margin-bottom: 0 !important;
}

.squ>*:last-child {
    margin-bottom: 0 !important;
}


/*　border
------------------------------*/

.border {
    padding: 2px;
    border: solid 1px #ddd;
}

.img-thumbnail {
    border-radius: 0;
}

.img-thumbnail-radius {
    border-radius: 4px;
}


/*　.centering (parent is relative)
------------------------------*/

.centering {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*　.content-center
------------------------------*/

.content-center {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}


/*　.table-responsive
------------------------------*/

.table-responsive {
    margin-bottom: 0 0 1.6em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #003D6C;
}

.table>thead>tr>th {
    border-bottom: 2px solid #003D6C;
color:#003D6C;
}


/*　.table-style
------------------------------*/

.table-style {
    font-size: 1.4rem;
    margin: 0px 0px 1.6em;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-style th {
    background-color: none;
    width: 120px;
    padding: 0.8em 1em;
    border-left: none;
    border-top: #003D6C solid 1px;
    border-bottom: #003D6C solid 1px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    color:#003D6C;
}

.table-style td {
    padding: 0.8em 1em;
    border-top: #003D6C solid 1px;
    border-bottom: #003D6C solid 1px;
}


/*　figure
------------------------------*/

figure {
    margin: 0 0 1.2em;
}

figure figcaption {
    padding: 0.4em;
    font-size: 1.4rem;
    line-height: 1.4;
}


/*　.gmap
------------------------------*/

.gmap {
    width: 100%;
    height: 450px;
    margin: 0 0 0.6em;
}

/*　.swiper
------------------------------*/

.swiper {
position:relative;
//margin-bottom:1.6em;
}

.swiper>*:last-child {
margin-bottom: 0 !important;
}

.swiper .swiper-container {
//width:90%;
margin-bottom:1.6em;
}

.swiper .swiper-container .swiper-wrapper {
margin-bottom:0;
}

.swiper-button-next,
.swiper-button-prev {
    background-image:none;
    width:auto;
    height:auto;
}

.swiper-button-next i.fa,
.swiper-button-prev i.fa{
    font-size:4.0rem;
}

.swiper-pagination {
    position: static;
    margin-bottom:1.6em;
}

.swiper-pagination-bullet {
    margin:0 5px;
}

.swiper-kv .swiper-pagination-bullet-active {
    background: #003D6C;
}



/*　#wrap
------------------------------*/

#wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    //opacity: 0.999999;
    /* If child-element is fixed, it is hidden*/
}


/*　#overlay
------------------------------*/

#overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
    cursor: pointer;
}

#overlay.is-active {
    display: block;
}


/*　#translate
------------------------------*/

#translate {
    background-color: #003D6C;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #fff5dc;
}

#translate-inner {}

#google_translate_element {
    display: inline-block !important;
}

#google_translate_element .goog-te-gadget {
    color: #fff5dc !important;
    display: inline-block !important;
}

#google_translate_element .goog-te-gadget span a.goog-logo-link {
    color: #fff5dc !important;
}

#google_translate_element .goog-te-gadget span a.goog-logo-link img {
    width: auto !important;
}

#google_translate_element .goog-te-gadget select.goog-te-combo {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    cursor: pointer;
}


/*====================
　
　#header

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

#header {
    width: 100%;
    padding: 0;
    background: url(../img/header-bg.png) no-repeat center bottom;
    //position: absolute;
    //top: 0;
    //left: 0;
    position: relative;
    margin-bottom: -10px;
    z-index: 2;
    color: #fff5dc;
    background-size: 4000px auto;
}


/*　#header-inner
------------------------------*/

#header #header-inner {
   /* Flexbox flexibility.js IE8-9用 */
    -js-display: flex;
    /* Flexbox */
    /*Android4.3*/
    display: -webkit-box;
    /*IE10*/
    display: -ms-flexbox;
    display: flex;
    /* Flexbox 縦中央揃え */
    /*Android4.3*/
    -webkit-box-align: center;
    /*IE10*/
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

#header #header-inner>*:last-child {
    margin-bottom: 0 !important;
}


/*　#header-logo
------------------------------*/

#header #header-inner #header-logo-ffp {
    margin: 0;
    margin-right: auto;
    width: 350px;
}

#header #header-inner #header-logo-ffp a:hover{
opacity:0.6;
}

#header #header-inner #header-logo-fc {
    margin: 0;
    margin-right: auto;
    width: 200px;
}


/*　#header-info
------------------------------*/

#header #header-info #header-link a {
    color: #fff5dc;
}

#header #header-info #btn-menu {
    display: none;
}

#header #header-info #btn-menu a {
    color: #fff5dc;
    text-align: center;
    display:block;
}

#header #header-info #btn-menu a span {
    font-size:10px;
    display:block;
}

/*　#header-nav
------------------------------*/

#header #header-nav {
    padding-top: 0;
    padding-bottom: 1em;
}

#header #header-nav ul {
    margin-bottom:0;
}

#header #header-nav ul li{
    padding-right:0;
}

#header #header-nav ul li a.btn {
    font-weight:bold;
    padding:0.8em 1.2em;
}



/*　.drawer
------------------------------*/

.drawer {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    //background-color: #003D6C;
    background-color: rgba(0, 61, 108, 0.9);
    color: #fff5dc;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
    /* required height for iScroll */
    height: 100vh;
}

.drawer.is-active {
    right: 0;
}

.drawer .drawer-header {
    padding: 1.5em 1em;
    border-bottom: solid 1px #002f54;

   /* Flexbox flexibility.js IE8-9用 */
    -js-display: flex;
    /* Flexbox */
    /*Android4.3*/
    display: -webkit-box;
    /*IE10*/
    display: -ms-flexbox;
    display: flex;
    /* Flexbox 縦中央揃え */
    /*Android4.3*/
    -webkit-box-align: center;
    /*IE10*/
    -ms-flex-align: center;
    align-items: center;
}

.drawer .drawer-header .drawer-title {
    font-weight: bold;
    /* Flexbox */
    margin-right: auto;
}

.drawer .drawer-header .btn-close a {
    color: #fff5dc;
}

.drawer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.drawer ul li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #00345d;
}

.drawer ul li a {
    padding: 0.5em 1em;
    margin: 0;
    color: #fff5dc;
    display: block;
}


/*====================
　
　.section

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

.section {
    //background-color: #FFF;
    position: relative;
}

.section .section-overlay {}

.section .section-kv {}

.section .section-icon {}

.section .section-icon img {
    width: 80px;
}

.section .section-icon i.fa {
    font-size: 8rem;
}


/*　.page-title
------------------------------*/

.section .page-title {
    color: #003D6C;
}

.section .page-title .page-title-inner {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    border-bottom: solid 1px #003D6C;
}

.section .page-title .page-title-inner h1,
.section .page-title .page-title-inner h2,
.section .page-title .page-title-inner h3,
.section .page-title .page-title-inner h4,
.section .page-title .page-title-inner h5,
.section .page-title .page-title-inner h6 {
    line-height: 1.2;
}

.section .page-title .page-title-inner>* {
    margin-bottom: 0.6em !important;
}

.section .page-title .page-title-inner>*:last-child {
    margin-bottom: 0 !important;
}

.section .page-title .page-title-inner .page-main-title {}

.section .page-title .page-title-inner .page-sub-title {}


/*　.section-inner
------------------------------*/

.section .section-inner {
    padding-top: 3.2em;
    padding-bottom: 4.8em;
}

.section .section-inner>*:last-child {
    margin-bottom: 0 !important;
}

.section .section-hgroup {
    padding: 3.2em 0;
    margin: 0;
}

.section .section-inner .section-hgroup {
    padding: 0;
    margin: 0 0 2.4em;
}

.section .section-hgroup h1,
.section .section-hgroup h2,
.section .section-hgroup h3,
.section .section-hgroup h4,
.section .section-hgroup h5,
.section .section-hgroup h6 {
    line-height: 1.2;
}

.section .section-hgroup>* {
    margin-bottom: 0.2em !important;
}

.section .section-hgroup>*:last-child {
    margin-bottom: 0 !important;
}

.section .section-hgroup .section-main-title {}

.section .section-hgroup .section-sub-title {}

.section .section-inner .section-content .section-large-title {
    margin-bottom: 1.6em;
}

.section .section-inner .section-content .section-medium-title {
    border-bottom: solid 1px #003D6C;
    margin: 0 0 1.6em;
    padding: 0 0.5em;
}

.section .section-inner .section-content .section-small-title {
margin-bottom: 0.4em;
}

.section .section-inner .section-content {
    margin: 0 0 3.2em;
}

.section .section-inner .section-content>p {
    line-height: 2.0;
}

.section .section-inner .section-content>*:last-child {
    margin-bottom: 0 !important;
}

/*　.item
------------------------------*/

.item {
    background-color: #FFF;
    margin: 0;
    height:100%;
}

.item.radius {
    border-radius: 4px;
}

.item.radius>img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.item.radius>a>img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.item>*:last-child {
    margin-bottom: 0 !important;
}

.item>a>*:last-child {
    margin-bottom: 0 !important;
}

.item .item-icon {}

.item .item-icon img {
    width: 80px;
}

.item .item-icon i.fa {
    font-size: 8rem;
}

.item .item-txt {
    padding: 1em;
    overflow:hidden;
}

.item .item-txt>* {
    margin-bottom: 0.2em !important;
}

.item .item-txt>*:last-child {
    margin-bottom: 0 !important;
}

.item .item-txt .item-cat {
    float:right;
    margin-left:1em;
    text-align:right;
}

.item .item-txt .item-cat a{
    margin-left:0.2em;
}

.item .item-txt .item-title {
    clear:both;
}

.item .item-txt p {
    clear:both;
}

/*　.media
------------------------------*/

.media {
    padding-bottom:15px;
    border-bottom:dotted 1px #003D6C;
}

.media .media-left {
    padding-right:20px;
}
.media .media-right {
    padding-left:20px;
}

.media .media-left img,
.media .media-right img {
    width:100px;
    border-radius: 100%;
}

.media .media-body>* {
    margin-bottom: 0.6em;
}

.media .media-body>*:last-child {
    margin-bottom: 0 !important;
}

.media .media-body .media-cat {
float:right;
}

.media .media-body .media-heading {
clear:both;
}


/*　.pagination
------------------------------*/

.pagination {
    margin: 0;
}

.pagination a {
    //color: #000 !important;
    color: #003D6C !important;
    border-color: #003D6C !important;
    background-color: transparent !important;
}

.pagination a:hover {
    background-color: #eee !important;
}

.pagination .active span {
    //background-color: #000 !important;
    //border-color: #000 !important;
    background-color: #003D6C !important;
    border-color: #003D6C !important;
}

.pagination .current {
background-color:#337ab7 !important;
border-color: #003D6C !important;
color:#fff !important;
}

.pagination .dots {
background-color:transparent !important;
border-color: #003D6C !important;
color: #003D6C !important;
}


/*　.pager
------------------------------*/

.pager-thumnail {
    overflow: hidden;
    text-align: left;
    margin: 0 0 1.6em;
}

.pager-thumnail>*:last-child {
    margin-bottom: 0 !important;
}

.pager-thumnail .pager-left,
.pager-thumnail .pager-right {
    width: 50%;
    background-color: #111;
    border: solid 1px #e1e1e1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pager-thumnail .pager-left {
    float: left;
}

.pager-thumnail .pager-right {
    float: right;
}

.pager-thumnail .pager-left:hover,
.pager-thumnail .pager-right:hover {
    background-color: #fff;
}

.pager-thumnail .pager-left .pager-inner,
.pager-thumnail .pager-right .pager-inner {
    overflow: hidden;
    padding: 0.5em;
    height: 100%;
    background-color: #fff;
}

.pager-thumnail .pager-left .pager-inner {
    margin-left: 20px;
    border-left: solid 1px #e1e1e1;
}

.pager-thumnail .pager-right .pager-inner {
    margin-right: 20px;
    border-right: solid 1px #e1e1e1;
}

.pager-thumnail .pager-inner .pager-thum {
    width: 35%;
    float: left;
    padding: 0 0.5em 0 0;
}

.pager-thumnail .pager-inner .pager-txt {
    width: 65%;
    float: right;
    font-size: 1.4rem;
}

.pager-thumnail .pager-inner .pager-txt>* {
    margin-bottom: 0em !important;
}

.pager-thumnail a .pager-inner .pager-txt {
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pager-thumnail a:hover .pager-inner .pager-txt {
    color: #00a0ff;
}

.pager-thumnail .pager-inner .pager-txt .pager-title {
    font-weight: bold;
}

.pager-thumnail a {
    display: block;
    height: 100%;
    position: relative;
}

.pager-thumnail i.fa {
    width: auto;
    font-size: 20px;
}

.pager-thumnail a i.fa {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pager-thumnail a:hover i.fa {
    color: #000;
}

.pager-thumnail .pager-left i.fa {
    left: 10px;
}

.pager-thumnail .pager-right i.fa {
    right: 3px;
    left: inherit;
}

.pager-thumnail .pager-left.blank,
.pager-thumnail .pager-right.blank {
    background-color: #f3f3f3;
    position: relative;
}

.pager-thumnail .pager-left.blank i.fa,
.pager-thumnail .pager-right.blank i.fa {
    color: #d1d1d1;
}


/*====================
　
　.article

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

.article {
    padding: 3em;
    border: 1px solid #e1e1e1;
}

.article>*:last-child {
    margin-bottom: 0 !important;
}


/*====================
　
　#footer

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

#footer {
    padding-top: 3em;
}

#footer a {
    color: #fff5dc;
}

#footer #footer-top {
    background-color: #003D6C;
    color: #FFF5DC;
    padding: 2.4em 0;
    position: relative;
}

#footer #footer-top:before {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../img/footer-top-bg.png) no-repeat center top;
    background-size: 4000px auto;
    position: absolute;
    top: -80px;
    z-index: 1;
}

#footer #footer-top #footer-top-inner {
    position: relative;
}

#footer #footer-top #footer-top-inner #footer-illust {
    position: absolute;
    bottom: -2.4em;
    right: 0;
    width:16%;
}

#footer #footer-top #footer-top-inner>*:last-child {
    margin-bottom: 0 !important;
}

#footer #footer-top #footer-top-inner ul.list-inline {
    margin-bottom: 0.8em;
}

#footer #footer-top #footer-top-inner ul.list-inline li {
    margin-bottom: 0;
}

#footer #footer-top #footer-top-inner ul#sns-btns li {
    margin-bottom: 0;
}

#footer #footer-top #footer-top-inner ul#sns-btns li a {
    color: #FFF5DC;
}

#footer #footer-bottom {
    background: url(../img/footer-bottom-bg.jpg) repeat-x center center;
    background-size: 120px 100%;
    color: #FFF5DC;
    padding: 1.6em 0;
    position: relative;
}

#footer #footer-bottom #footer-bottom-inner {}

#footer #footer-bottom #footer-bottom-inner>*:last-child {
    margin-bottom: 0 !important;
}

#footer #footer-bottom #footer-bottom-inner #copyright {
    text-align: center;
}


/*　#page-top
------------------------------*/

#page-top {
    position: fixed;
    right: 1em;
    bottom: 1em;
    display:none;
    z-index: 50;
}

#page-top.is-active {
    z-index: 50;
    opacity: 1;
}

#page-top i.fa {
    padding: 1em;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #d95852;
    line-height: 1.0;
    font-size: 1.2rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#page-top i.fa:hover {
    background-color: #003D6C;
}


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

 イベントカレンダー

====================*/
.eventorganiser-event-meta {
display:none;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td{
border-color:#ddd !important;
}
.eo-fullcalendar-loading-icon {
width:16px !important;
}
.eo-fullcalendar-loading{
  background:transparent !important;
  text-align:center !important;
  width:100%;
  position:static !important;
  //display:none !important;
}
.eo-fullcalendar .fc-toolbar{
	margin: 5rem 0 1rem!important;
}

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

Youtube埋め込み

====================*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*-----------------------------------------------------	*/


/*　for - 1200px　*/


/*-----------------------------------------------------	*/

@media all and (max-width: 1199px) {}


/*-----------------------------------------------------	*/


/*　for - 992px　*/


/*-----------------------------------------------------	*/

@media all and (max-width: 991px) {

    #header #header-inner #header-info #btn-menu {
        display: block;
    }
    #header #header-inner #header-info #header-link {
        display: none;
    }
    #header #header-nav {
        display: none;
    }

    .content-center {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /*
    #page-top {
        z-index: -1 !important;
    }
    */
}


/*-----------------------------------------------------	*/


/*　for - 768px　*/


/*-----------------------------------------------------	*/

@media all and (max-width: 767px) {

    ul.text-list li {
        width: 32%;
        margin-right: 2%;
    }
    ul.text-list li:nth-of-type(4n) {
        margin-right: 2%;
    }
    ul.text-list li:nth-of-type(3n) {
        margin-right: 0;
    }
    dl.dl-dotted dt {
        float: none;
        margin-bottom: 0.4em;
    }
    dl.dl-dotted dd {
        margin-left: 0;
    }
    dl.dl-horizontal dt {
        margin-bottom: 0.4em;
    }
}


/*-----------------------------------------------------	*/


/*　for - 480px　*/


/*-----------------------------------------------------	*/

@media all and (max-width: 479px) {
    html {
        /* font-size:8px */
        font-size: 50.0% !important;
    }
    #header #header-inner #header-logo-ffp {
        width: 240px;
    }
    #header #header-inner #header-logo-fc {
        width: 140px;
    }
    .visible-xxs {
        display: block;
    }
    .hidden-xxs {
        display: none;
    }
    ul.text-list li {
        width: 48%;
        margin-right: 4%;
    }
    ul.text-list li:nth-of-type(4n),
    ul.text-list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    ul.text-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .table-style th {
        width: 80px;
        padding: 0.4em 0.6em;
    }
    .table-style td {
        padding: 0.4em 0.6em;
    }
}

.video-container {
  width: 100vw;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* height: 15rem; */
  overflow: hidden;
  position: relative;
}

.video-container video {
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.section-hgroup {
  position: relative;
    height: 140px;
    margin-bottom: -40px;
}
 .section-hgroup p {
  color: #fff5dc;
    margin: 0;
    font-size: 2.4rem;
    position: absolute;
    text-align: center;
    top: 70px;
    left: 0;
    right: 0;
    /* width: 100%; */
    z-index: 1;
    text-shadow: 1px 1px 0px #d95852, -1px 1px 0px #d95852, 1px -1px 0px #d95852, -1px -1px 0px #d95852;
}
#bus {
  background: url(../../img/farm-circus/bus-bg.jpg) repeat-x center center;
      background-size: 120px 100%;
      margin-top: 2.4em;
      margin-bottom: 3.2em;
      color: #003D6C;
    }
.h-100 {
  height: 100% !important;
}
.object-container {
  position: relative;
}
.object-cover {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.mh-56 {
  max-height: 56vw;
}
/*0725追加記述*/
.event-h4 {
	 text-shadow:1px 1px 0px #d95852, -1px 1px 0px #d95852, 1px -1px 0px #d95852, -1px -1px 0px #d95852 !important;
}

/* fruit-picking 追加 */

#notice2 .section-inner .squ.border-thin {
    color: #d95852;
    border-color: #d95852;
}

#notice2 .section-inner .squ.border-thin a {
    color: #d95852;
}
.pb-3{
	padding-bottom: 1rem;
}

.fp-concept:before {
    content: "";
    width: 100%;
    height: 30px;
    background: url(../../img/farm-circus/section-border-top.png) no-repeat center top;
    background-size: 4000px auto;
    position: absolute;
    top: -30px;
    z-index: 0;
}

#notice:before {
    content: "";
    width: 100%;
    height: 30px;
    background: url(../../img/farm-circus/section-border-top.png) no-repeat center top;
    background-size: 4000px auto;
    position: absolute;
    top: -30px;
    z-index: 1;
}

.fp-concept {
    position: relative;
/*    padding-top: 10em; */
    padding-top: 140px;
}

@media only screen and (min-width: 768px){
	.fp-concept {
    position: relative;
/*     padding-top: 10em; */
    padding-top: 220px;
}
	}

.section-hgroup img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1140px;
    z-index: 1;
}

.label-news{
	background-color: #df7799;
}
