@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("/_themes/yuyu/img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/****************************************

    common

*****************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mcf:before,
.mcf:after {
  content: " ";
  display: table;
}

.mcf:after {
  clear: both;
}

.mcf {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

/*
 * アニメーション
 */
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  body {
    position: relative;
    height: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    font-family: "Roboto Regular", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
  }

  img {
    touch-callout: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
  }

  #dr-menu,
  #dr-btn {
    display: none;
  }

  #wrap {
    max-width: 100%;
  }

  /* 波線
  -------------------------------------------------- */
  .bg-saw-top {
    position: relative;
  }
  .bg-saw-top:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_top.png") center top repeat-x;
  }

  .bg-saw-btm {
    position: relative;
  }
  .bg-saw-btm:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_btm.png") center bottom repeat-x;
  }

  .bg-nami-top {
    position: relative;
    top: 0;
  }
  .bg-nami-top:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 10px;
    background: transparent url("/_themes/yuyu/img/common/bg_nami_top.png") center top repeat-x;
  }

  /* ヘッダ
  -------------------------------------------------- */
  #head {
    position: relative;
    width: 100%;
    height: 157px;
  }

  #mainlogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    width: 168px;
    margin: auto;
    z-index: 100;
  }
  #mainlogo img {
    width: 100%;
    height: auto;
  }

  #gnav .parent {
    position: relative;
    width: 962px;
    height: 138px;
    margin: 0 auto;
  }
  #gnav .parent .parent__item {
    position: absolute;
    width: 166px;
    height: 138px;
  }
  #gnav .parent .parent__item:hover > a, #gnav .parent .parent__item:hover > span {
    background-position: 0 -138px;
  }
  #gnav .parent .parent__item > a, #gnav .parent .parent__item > span {
    display: inline-block;
    width: 166px;
    height: 0;
    padding-top: 138px;
    overflow: hidden;
  }
  #gnav .parent .parent__item.item_1 {
    left: 0;
    top: 0;
  }
  #gnav .parent .parent__item.item_2 {
    left: 166px;
    top: 0;
  }
  #gnav .parent .parent__item.item_3 {
    right: 166px;
    top: 0;
  }
  #gnav .parent .parent__item.item_4 {
    right: 0px;
    top: 0;
  }
  #gnav .parent .parent__item .about {
    background: transparent url("/_themes/yuyu/img/common/nav_about.png") left top no-repeat;
  }
  #gnav .parent .parent__item .envi {
    background: transparent url("/_themes/yuyu/img/common/nav_envi.png") left top no-repeat;
  }
  #gnav .parent .parent__item .life {
    background: transparent url("/_themes/yuyu/img/common/nav_life.png") left top no-repeat;
  }
  #gnav .parent .parent__item .event {
    background: transparent url("/_themes/yuyu/img/common/nav_event.png") left top no-repeat;
  }
  #gnav .parent .child {
    display: none;
    position: absolute;
    left: -22px;
    top: 138px;
    width: 210px;
    background: #fff;
    border-left: 1px solid #dfdbb6;
    border-top: 1px solid #dfdbb6;
    border-right: 3px solid #dfdbb6;
    border-bottom: 3px solid #dfdbb6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
  }
  #gnav .parent .child:before, #gnav .parent .child:after {
    position: absolute;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 13px 10px;
  }
  #gnav .parent .child:before {
    top: -13px;
    border-color: transparent transparent #dfdbb6 transparent;
  }
  #gnav .parent .child:after {
    top: -11px;
    border-color: transparent transparent #fff transparent;
  }
  #gnav .parent .child li {
    padding-top: 1px;
    background: transparent url("/_themes/yuyu/img/common/sub_line.png") center top no-repeat;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
  }
  #gnav .parent .child li:first-child {
    padding-top: 0px;
    background: none;
  }
  #gnav .parent .child li:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }

  #container {
    position: relative;
    z-index: 0;
  }

  .area-bnr {
    position: relative;
    padding-top: 32px;
    padding-bottom: 50px;
    z-index: 10;
  }
  .area-bnr:after {
    position: absolute;
    display: block;
    left: 0;
    top: -8px;
    content: '';
    width: 100%;
    height: 8px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_btm.png") center top repeat-x;
  }
  .area-bnr .deco {
    position: absolute;
    right: 0;
    top: -50px;
    width: 170px;
    height: 95px;
    z-index: 1;
  }
  .area-bnr .list {
    text-align: center;
  }
  .area-bnr .list .item {
    display: inline-block;
    width: 372px;
    margin: 0 30px;
  }
  .area-bnr .back-top {
    width: 964px;
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: right;
  }
  .area-bnr .back-top a {
    display: inline-block;
    height: 20px;
    padding-left: 26px;
    line-height: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    background: transparent url("/_themes/yuyu/img/common/arw_t.png") left center no-repeat;
  }
  .area-bnr .back-top a:hover {
    text-decoration: none;
    color: #00663f;
  }

  #foot {
    position: relative;
    height: 225px;
    padding-top: 45px;
    background: #e9f2c0;
  }
  #foot:before {
    position: absolute;
    display: block;
    left: 0;
    top: -40px;
    content: '';
    width: 100%;
    height: 59px;
    z-index: 10;
    background: transparent url("/_themes/yuyu/img/common/bg_foot.png") left top repeat-x;
  }
  #foot:after {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    content: '';
    width: 431px;
    height: 325px;
    margin-right: 0px;
    z-index: 11;
    background: transparent url("/_themes/yuyu/img/common/foot_deco.png") right bottom no-repeat;
  }
  #foot #footlogo {
    margin-bottom: 15px;
  }
  #foot .addr {
    margin-bottom: 15px;
  }
  #foot .addr a:hover {
    text-decoration: none;
    cursor: default;
  }
  #foot .bnr {
    *zoom: 1;
  }
  #foot .bnr:before, #foot .bnr:after {
    content: "";
    display: table;
  }
  #foot .bnr:after {
    clear: both;
  }
  #foot .bnr .item {
    float: left;
    margin-right: 15px;
  }
  #foot .bnr .item a {
    background: #fff;
  }
  #foot .copy {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: #191919;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }

  /* フレーム
  -------------------------------------------------- */
  .frame {
    width: 964px;
    margin-left: auto;
    margin-right: auto;
  }

  /* コンテナ
  -------------------------------------------------- */
  #pagetit {
    position: relative;
    text-align: center;
    background: transparent center center no-repeat;
    background-size: cover;
  }
  #pagetit h2 {
    padding-top: 60px;
  }
  #pagetit:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_top.png") center top repeat-x;
  }

  #content {
    position: relative;
    padding-top: 42px;
    padding-bottom: 48px;
  }
  #content:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_btm.png") center bottom repeat-x;
  }

  .area-bnr {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
  }
  .area-bnr .list {
    text-align: center;
  }
  .area-bnr .list .item {
    display: inline-block;
    width: 372px;
    margin: 0 30px;
  }

  .fullcal {
    width: 850px;
    margin: 0 auto;
  }

  /*
  * ページネーション
  */
  .pagination {
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .pagination span,
  .pagination em.current,
  .pagination a {
    display: inline-block;
    margin: 0 3px;
    padding: 0 10px;
    height: 31px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 31px;
    background-color: #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .pagination span.gap{
    color: #ccc;
    background: none;
  }
  .pagination em.current{
    background-color: #00663f;
  }
  span.previous_page.disabled,
  span.prev_page,
  span.next_page.disabled,
  span.separator{
    display: none;
  }

  .pagination a:hover {
    background-color: #00663f;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease;
  }
  .pagination .previous_page,
  .pagination .prev_page,
  .pagination .next_page {
    position: absolute;
    display: block;
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    background: none;
  }
  .pagination .previous_page,
  .pagination .prev_page {
    left: 0;
    top: 0;
    margin-right: 50px;
  }
  .pagination .previous_page:before,
  .pagination .prev_page:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
    content: url("/_themes/yuyu/img/common/arw_l.png");
    line-height: 17px;
  }
  .pagination .next_page {
    right: 0;
    top: 0;
    margin-left: 50px;
  }
  .pagination .next_page:after {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
    content: url("/_themes/yuyu/img/common/arw_r.png");
    line-height: 17px;
  }
  .pagination a.previous_page:hover,
  .pagination a.prev_page:hover,
  .pagination a.next_page:hover {
    color: #00663f;
    background: none;
  }
  .pagination .current {
    background-color: #00663f;
  }
}
@media only screen and (max-width: 767px) {
  /* ----------------------------------------------------------------
  767px以下
  ----------------------------------------------------------------- */
  .hidden-sp {
    display: none;
  }

  body {
    position: relative;
    height: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
    font-family: "Roboto Regular", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
  }

  /*
   * ドロワーメニュー
   */
  #dr-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 29px;
    height: 29px;
    z-index: 201;
    border: none;
    outline: none;
    background: transparent url("/_themes/yuyu/img/common/dr_btn.png") 0 top no-repeat;
    background-size: 29px;
  }
  #dr-btn.dr-open {
    background-position: 0 bottom;
  }

  #dr-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    overflow: auto;
    z-index: 200;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  #dr-menu.dr-open {
    -moz-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  #dr-menu .inr {
    padding: 63px 10px 10px 10px;
  }
  #dr-menu .list .item a {
    display: block;
    height: 59px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #bac55a;
    background: transparent url("/_themes/yuyu/img/common/arw_r.png") 95% center no-repeat;
    background-size: 15px;
  }
  #dr-menu .list .item a:hover {
    text-decoration: none;
  }
  #dr-menu .list .item span {
    display: table-cell;
    height: 59px;
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    vertical-align: middle;
  }
  #dr-menu .list .tit {
    position: relative;
  }
  #dr-menu .list .tit span {
    display: block;
    height: 59px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #bac55a;
  }
  #dr-menu .list .tit img {
    display: inline-block;
    position: relative;
    left: 0px;
    top: 20px;
    width: 44px;
    height: auto;
  }
  #dr-menu .list .home {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_home_sp.png") 20px center no-repeat;
    background-size: 31px;
  }
  #dr-menu .list .about {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_about_sp.png") 20px center no-repeat;
    background-size: 31px;
  }
  #dr-menu .list .support {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_support_sp.png") 20px center no-repeat;
    background-size: 29px;
  }
  #dr-menu .list .nature {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_nature_sp.png") 20px center no-repeat;
    background-size: 23px;
  }
  #dr-menu .list .interview {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_interview_sp.png") 20px center no-repeat;
    background-size: 24px;
  }
  #dr-menu .list .ilove {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_ilove_sp.png") 20px center no-repeat;
    background-size: 25px;
  }
  #dr-menu .list .housing {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_housing_sp.png") 20px center no-repeat;
    background-size: 25px;
  }
  #dr-menu .list .event {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_event_sp.png") 20px center no-repeat;
    background-size: 26px;
  }
  #dr-menu .list .schedule {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_schedule_sp.png") 20px center no-repeat;
    background-size: 26px;
  }
  #dr-menu .list .news {
    background: transparent url("/_themes/yuyu/img/common/ico_menu_news_sp.png") 20px center no-repeat;
    background-size: 25px;
  }

  .dr-open .dr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
  }

  /* 波線
  -------------------------------------------------- */
  .bg-saw-top {
    position: relative;
  }
  .bg-saw-top:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_top.png") center top repeat-x;
    background-size: 16px;
    z-index: 1;
    pointer-events: none;
  }

  .bg-saw-btm {
    position: relative;
  }
  .bg-saw-btm:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_btm.png") center bottom repeat-x;
    background-size: 16px;
    z-index: 1;
    pointer-events: none;
  }

  .bg-nami-top {
    position: relative;
    top: 0;
  }
  .bg-nami-top:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: transparent url("/_themes/yuyu/img/common/bg_nami_top.png") center top repeat-x;
    background-size: 75px;
    pointer-events: none;
  }

  /* フレーム
  -------------------------------------------------- */
  .frame {
    width: 284px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #head {
    position: relative;
    width: 100%;
    height: 78px;
  }

  #mainlogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    width: 84px;
    margin: auto;
    z-index: 100;
  }
  #mainlogo img {
    width: 100%;
    height: auto;
  }

  #gnav {
    display: none;
  }

  #pagetit {
    position: relative;
    text-align: center;
    background: transparent center center no-repeat;
    background-size: cover;
  }
  #pagetit:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_top.png") center top repeat-x;
    background-size: 16px;
  }
  #pagetit h2 {
    padding-top: 20px;
  }

  #content {
    padding-top: 20px;
  }

  .area-bnr {
    position: relative;
    padding-top: 32px;
    padding-bottom: 50px;
    z-index: 10;
    background: #fff;
    box-sizing: border-box;
  }
  .area-bnr:after {
    position: absolute;
    display: block;
    left: 0;
    top: -4px;
    content: '';
    width: 100%;
    height: 4px;
    background: transparent url("/_themes/yuyu/img/common/bg_saw_btm.png") center top repeat-x;
    background-size: 16px;
  }
  .area-bnr .deco {
    display: none;
  }
  .area-bnr .list {
    padding-top: 20px;
    text-align: center;
  }
  .area-bnr .list .item {
    display: block;
    width: 239px;
    margin: 0 auto 20px;
  }
  .area-bnr .list .item img {
    width: 100%;
    height: auto;
  }
  .area-bnr .back-top {
    width: 100%;
    padding: 10px 0px 10px;
    text-align: right;
  }
  .area-bnr .back-top a {
    display: inline-block;
    height: 20px;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background: transparent url("/_themes/yuyu/img/common/arw_t_sp.png") right center no-repeat;
    background-size: 13px;
  }

  #foot {
    position: relative;
    padding-top: 45px;
    background: #e9f2c0;
  }
  #foot:before {
    position: absolute;
    display: block;
    left: 0;
    top: -10px;
    content: '';
    width: 100%;
    height: 59px;
    z-index: 10;
    background: transparent url("/_themes/yuyu/img/common/bg_foot.png") left top repeat-x;
    background-size: 123px;
  }
  #foot #footlogo {
    width: 106px;
    margin-bottom: 15px;
  }
  #foot #footlogo img {
    width: 100%;
    height: auto;
  }
  #foot .addr {
    margin-bottom: 15px;
  }
  #foot .bnr {
    margin-bottom: 10px;
    font-size: 0;
  }
  #foot .bnr {
    *zoom: 1;
  }
  #foot .bnr:before, #foot .bnr:after {
    content: "";
    display: table;
  }
  #foot .bnr:after {
    clear: both;
  }
  #foot .bnr .item {
    display: inline-block;
    width: 33.3333%;
    padding: 0 2px;
    font-size: 13px;
    font-size: 1.3rem;
    box-sizing: border-box;
  }
  #foot .bnr .item img {
    width: 100%;
    height: auto;
  }
  #foot .copy {
    width: 100%;
    padding-bottom: 5px;
    color: #191919;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }


}
@media only screen and (min-width: 768px) {
  body .fc-day-grid-event {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  body .fc-day-grid-event .fc-content {
    color: #fff;
    font-weight: bold;
  }
  body .fc-day-grid-event .fc-time {
    display: none;
  }
  body .fc-basic-view .fc-day-number {
    position: relative;
  }
  body .qtip-fixed {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* ----------------------------------------------------------------
    767px以下
  ----------------------------------------------------------------- */
  body .fc-day-grid-event {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  body .fc-day-grid-event .fc-content {
    color: #fff;
    font-weight: bold;
  }
  body .fc-day-grid-event .fc-time {
    display: none;
  }
  body .fc-basic-view .fc-day-number {
    position: relative;
  }
  body .qtip-fixed {
    display: none !important;
  }

  /*
  * ページネーション
  */
  .pagination {
    position: relative;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .pagination span,
  .pagination em.current,
  .pagination a {
    display: inline-block;
    margin: 5px 5px;
    padding: 0 10px;
    height: 31px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-size: 1rem;
    line-height: 31px;
    background-color: #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .pagination span.gap{
    color: #ccc;
    background: none;
  }
  .pagination em.current{
    background-color: #00663f;
  }
  span.previous_page.disabled,
  span.prev_page,
  span.next_page.disabled,
  span.separator{
    display: none;
  }

  .pagination a:hover {
    background-color: #00663f;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease;
  }
  .pagination .previous_page,
  .pagination .prev_page,
  .pagination .next_page {
    position: absolute;
    display: block;
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    background: none;
  }
  .pagination .previous_page,
  .pagination .prev_page {
    left: 0;
    top: -50px;
    margin-right: 50px;
  }
  .pagination .previous_page:before,
  .pagination .prev_page:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
    content: url("/_themes/yuyu/img/common/arw_l.png");
    line-height: 17px;
  }
  .pagination .next_page {
    right: 0;
    top: -50px;
    margin-left: 50px;
  }
  .lowerPagination .prev_page{
    top: 0;
  }
  .lowerPagination .next_page{
    top: 0;
  }
  .pagination .next_page:after {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
    content: url("/_themes/yuyu/img/common/arw_r.png");
    line-height: 17px;
  }
  .pagination a.previous_page:hover,
  .pagination a.prev_page:hover,
  .pagination a.next_page:hover {
    color: #00663f;
    background: none;
  }
  .pagination .current {
    background-color: #00663f;
  }
  /*.calendarEvents table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }*/
  .calendarEvents table{
    width: inherit!important;
    display: block;
  }
  .calendarEvents table .wdays,
  .calendarEvents table .prevMonth,
  .calendarEvents table .nextMonth{
    display: none;
  }
  .calendarEvents table td{
    display: block;
    width: inherit!important;
  }
  .calendarEvents table td p.date{
    font-size: 1.2rem;
    padding: 10px;
  }
  .calendarEvents table td.sun p.date:after{
    content:"日　日曜日";
  }
  .calendarEvents table td.mon p.date:after{
    content:"日　月曜日";
  }
  .calendarEvents table td.tue p.date:after{
    content:"日　火曜日";
  }
  .calendarEvents table td.wed p.date:after{
    content:"日　水曜日";
  }
  .calendarEvents table td.thu p.date:after{
    content:"日　木曜日";
  }
  .calendarEvents table td.fri p.date:after{
    content:"日　金曜日";
  }
  .calendarEvents table td.sat p.date:after{
    content:"日　土曜日";
  }
}
