@charset "UTF-8";
/*========================================


	*This CSS is written by SASS


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


	*変数の設定


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

	*スタイルリセット（sanitize.css）


========================================*/
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 14px/1.75 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: underline; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.75em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

ol,
ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/*========================================


	*mixin／extend


========================================*/
/*----------------------------------------

	*mixin

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

	*extend

----------------------------------------*/
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

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

	*初期設定


========================================*/
body {
  background: #fff;
  color: #534741;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

a {
  color: #00B8EE; }

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


	*共通エリア


========================================*/
a {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a:hover {
    opacity: 0.8; }
  a.hoverText:hover {
    opacity: 0.7; }

.page-index {
  background: url("../img/common/h_line01.gif") top center repeat-x; }

.page-about {
  background: url("../img/common/h_line01.gif") top center repeat-x; }

.page-point {
  background: url("../img/common/h_line02.gif") top center repeat-x; }

.page-day {
  background: url("../img/common/h_line03.gif") top center repeat-x; }

.page-sch {
  background: url("../img/common/h_line04.gif") top center repeat-x; }

.page-info_pa {
  background: url("../img/common/h_line05.gif") top center repeat-x; }

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


	*ヘッダー


========================================*/
.l-header {
  width: 920px;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 60px;
  *zoom: 1; }
  .l-header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .l-header .spmenu {
    display: none; }
  .l-header h1 {
    float: left;
    display: block;
    margin-right: 100px; }
  .l-header h2 {
    float: left;
    display: block;
    padding-top: 20px; }
  .l-header ul {
    padding-top: 20px;
    float: right;
    display: block;
    width: 110px;
    *zoom: 1; }
    .l-header ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .l-header ul li:first-child {
      float: left; }
    .l-header ul li:last-child {
      float: right; }
  .l-header nav {
    display: none; }

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


	*トップスライダー


========================================*/
.top_slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
.top_slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #f5efed; }
.top_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ff6ea5; }
.top_slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ff6ea5; }
.top_slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  outline: 0;
  width: 72px;
  height: 72px;
  text-indent: -9999px;
  z-index: 9999; }
.top_slider .bx-wrapper .bx-controls-direction a:hover {
  background-position: 0 0; }
.top_slider .bx-wrapper .bx-prev {
  left: -40px;
  background: url("../img/index/slider_btn01.png") no-repeat 0 0; }
.top_slider .bx-wrapper .bx-next {
  right: -40px;
  background: url("../img/index/slider_btn02.png") no-repeat 0 0; }

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


	*ナビ


========================================*/
.nav {
  width: 936px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 100px; }
  .nav ul {
    *zoom: 1; }
    .nav ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .nav ul li {
      float: left;
      margin-right: 20px; }
    .nav ul li:last-child {
      float: right;
      margin-right: 0px; }

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


	*フォトコンテンツ


========================================*/
.photo {
  text-align: center;
  margin-bottom: 100px;
  /* =======================================
      ClearFixElements
  ======================================= */ }
  .photo h1 {
    text-align: center;
    margin-bottom: 40px; }
    .photo h1 .sp {
      display: none; }
  .photo .loopcont {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    background-image: url("../img/index/photo_film.png"), url("../img/index/photo_film.png");
    background-repeat: repeat-x, repeat-x;
    background-position: top center, bottom center;
    margin-bottom: 30px; }
  .photo #loopslider {
    margin: 0 auto;
    width: 100%;
    height: 224px;
    text-align: left;
    position: relative;
    overflow: hidden; }
  .photo #loopslider ul {
    height: 224px;
    float: left;
    display: inline;
    overflow: hidden; }
  .photo #loopslider ul li {
    width: 230px;
    height: 224px;
    float: left;
    display: inline;
    overflow: hidden; }
  .photo #loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden; }
  .photo #loopslider ul {
    display: inline-block;
    overflow: hidden; }
  .photo ul {
    *zoom: 1; }
    .photo ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .photo ul li {
      float: left; }

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


	*コンテンツ


========================================*/
.contents {
  background: url("../img/index/cont_mark.png") no-repeat bottom center;
  padding-bottom: 150px;
  margin-bottom: 90px; }
  .contents h1 {
    text-align: center;
    margin-bottom: 60px; }
    .contents h1 .sp {
      display: none; }
  .contents .contmenu {
    background-color: #ffeeee; }
  .contents ul {
    *zoom: 1;
    width: 960px;
    background-color: #FFF;
    margin: 0  auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px; }
    .contents ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .contents ul li {
      float: left;
      margin-right: 13px; }
      .contents ul li .sp {
        display: none; }
    .contents ul li:last-child {
      float: right;
      margin-right: 0px; }
  .contents p {
    text-align: center; }

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


	*インフォメーション


========================================*/
.info h1 {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 880px;
  position: relative; }
  .info h1 .sp {
    display: none; }
  .info h1 p {
    position: absolute;
    top: 43px;
    right: -43px; }
.info h2 {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 420px;
  position: relative; }
  .info h2 .sp {
    display: none; }
  .info h2 p {
    padding-top: 5px; }
.info ul {
  width: 600px;
  margin: 0  auto;
  font-size: 12px; }
  .info ul li {
    border-bottom: 1px dotted #554b4b;
    padding-bottom: 10px;
    margin-bottom: 15px;
    *zoom: 1; }
    .info ul li:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .info ul li a {
      color: #554B4B;
      text-decoration: none; }
    .info ul li .date {
      display: block;
      float: left;
      width: 120px; }
    .info ul li .body {
      display: block;
      float: right;
      width: 480px; }

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

	*PAGE : トップページ

----------------------------------------*/
/*========================================


	*フッター


========================================*/
.pagetop {
  width: 875px;
  margin: 0  auto;
  *zoom: 1;
  padding-top: 10px; }
  .pagetop:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .pagetop a {
    width: 73px;
    float: right; }

.l-footer {
  background: url("../img/common/f_line.png") repeat-x top center;
  background-color: #55b95a;
  padding-top: 120px; }
  .l-footer h1 {
    text-align: center;
    padding-top: 30px; }
  .l-footer address {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    padding-top: 30px;
    padding-bottom: 40px; }
  .l-footer .l-footer_in {
    *zoom: 1;
    width: 875px;
    margin: 0 auto;
    position: relative; }
    .l-footer .l-footer_in:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .l-footer .l-footer_in .f_menu {
      *zoom: 1;
      float: left; }
      .l-footer .l-footer_in .f_menu:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .l-footer .l-footer_in .f_menu li {
        float: left;
        margin-right: 30px; }
        .l-footer .l-footer_in .f_menu li a {
          color: #FFF;
          text-decoration: none; }
    .l-footer .l-footer_in h2 {
      float: right; }
    .l-footer .l-footer_in h3 {
      float: right;
      display: block;
      position: absolute;
      right: 0;
      top: 70px; }
    .l-footer .l-footer_in .f_btn {
      float: right;
      width: 80px;
      *zoom: 1;
      margin-left: 20px; }
      .l-footer .l-footer_in .f_btn:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .l-footer .l-footer_in .f_btn li:first-child {
        float: left; }
      .l-footer .l-footer_in .f_btn li:last-child {
        float: right; }

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


	*アバウト


========================================*/
.page-about .about {
  text-align: center; }
  .page-about .about h1 {
    margin-bottom: 60px; }
  .page-about .about h2 {
    margin-bottom: 50px; }
  .page-about .about .name {
    margin-bottom: 60px; }
    .page-about .about .name .sp {
      display: none; }
  .page-about .about .text {
    font-size: 14px;
    line-height: 34px;
    color: #554B4B;
    margin-bottom: 30px; }
  .page-about .about .about_info {
    width: 920px;
    margin: 0 auto;
    margin-bottom: 120px;
    background: url("../img/about/img.png") no-repeat top left; }
    .page-about .about .about_info dl {
      padding-left: 450px;
      text-align: left;
      *zoom: 1;
      font-size: 14px;
      line-height: 35px;
      color: #554B4B; }
      .page-about .about .about_info dl:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-about .about .about_info dl dt {
        float: left;
        width: 112px; }
      .page-about .about .about_info dl dd {
        float: left; }
.page-about .acc {
  text-align: center; }
  .page-about .acc h1 {
    margin-bottom: 20px; }
    .page-about .acc h1 .sp {
      display: none; }
  .page-about .acc .map {
    background-color: #ffeeee;
    margin-bottom: 60px; }
  .page-about .acc .acc_info {
    font-size: 20px;
    color: #554B4B;
    margin-bottom: 70px;
    letter-spacing: 0.5em; }
  .page-about .acc .acc_tel {
    margin-bottom: 40px; }

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


	*特徴


========================================*/
.page-point .point {
  text-align: center; }
  .page-point .point h1 {
    margin-bottom: 60px; }
  .page-point .point h2 {
    margin-bottom: 50px; }
  .page-point .point ul {
    width: 920px;
    margin: 0 auto;
    *zoom: 1;
    margin-bottom: 100px; }
    .page-point .point ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-point .point ul li:first-child {
      background: url("../img/point/point_icon01.png") no-repeat top center; }
    .page-point .point ul li:nth-child(2) {
      background: url("../img/point/point_icon02.png") no-repeat top center; }
    .page-point .point ul li:nth-child(3) {
      background: url("../img/point/point_icon03.png") no-repeat top center; }
    .page-point .point ul li:nth-child(4) {
      background: url("../img/point/point_icon04.png") no-repeat top center; }
    .page-point .point ul li {
      width: 202px;
      margin-right: 37px;
      float: left;
      padding-top: 140px; }
      .page-point .point ul li dl {
        margin-bottom: 25px; }
        .page-point .point ul li dl dt {
          font-size: 20px;
          margin-bottom: 30px;
          letter-spacing: 2px; }
        .page-point .point ul li dl dd {
          font-size: 14px;
          text-align: left; }
    .page-point .point ul li:last-child {
      float: right;
      margin-right: 0px; }
.page-point .yot {
  text-align: center;
  margin-bottom: 75px;
  color: #554B4B; }
  .page-point .yot h1 {
    margin-bottom: 30px; }
    .page-point .yot h1 .sp {
      display: none; }
  .page-point .yot h2 {
    margin-bottom: 50px; }
  .page-point .yot h3 {
    margin-bottom: 50px; }
    .page-point .yot h3 .sp {
      display: none; }
  .page-point .yot .sp {
    display: none; }
  .page-point .yot .pc {
    width: 920px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .page-point .yot .pc li:first-child {
      height: auto; }
      .page-point .yot .pc li:first-child dl dt {
        font-size: 14px;
        padding-top: 0px; }
      .page-point .yot .pc li:first-child dl dd {
        padding-top: 0px; }
    .page-point .yot .pc li {
      border-bottom: 1px dotted #554b4b;
      position: relative;
      display: block;
      height: 100px; }
      .page-point .yot .pc li h4 {
        width: 80px;
        height: 17px;
        position: absolute;
        background: #FFF;
        top: -14px;
        left: 0; }
      .page-point .yot .pc li h5 {
        width: 53px;
        height: 37px;
        position: absolute;
        top: 28px;
        left: 18px; }
      .page-point .yot .pc li dl {
        display: block;
        *zoom: 1; }
        .page-point .yot .pc li dl:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-point .yot .pc li dl dt {
          display: block;
          float: left;
          width: 265px;
          font-size: 18px;
          font-weight: bold;
          text-align: left;
          padding-left: 135px;
          padding-top: 32px; }
        .page-point .yot .pc li dl dd {
          display: block;
          float: left;
          width: 327px;
          text-align: left;
          padding-top: 15px; }
  .page-point .yot .yot_dl {
    width: 920px;
    margin: 0 auto;
    text-align: left;
    display: block;
    *zoom: 1;
    margin-bottom: 25px; }
    .page-point .yot .yot_dl:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-point .yot .yot_dl dt {
      width: 200px;
      float: left;
      font-size: 18px;
      line-height: 20px;
      color: #554B4B;
      font-weight: bold; }
      .page-point .yot .yot_dl dt span {
        color: #55b95a; }
    .page-point .yot .yot_dl dd {
      color: #554B4B;
      float: left;
      font-size: 14px;
      line-height: 20px; }
.page-point .teh {
  text-align: center;
  margin-bottom: 100px; }
  .page-point .teh h1 {
    margin-bottom: 70px; }
    .page-point .teh h1 .sp {
      display: none; }
  .page-point .teh h2 .sp {
    display: none; }
  .page-point .teh ul {
    width: 920px;
    margin: 0 auto;
    *zoom: 1;
    margin-bottom: 50px; }
    .page-point .teh ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-point .teh ul li {
      float: left;
      margin-right: 36px; }
    .page-point .teh ul li:last-child {
      float: right;
      margin-right: 0px; }
.page-point .house {
  text-align: center;
  margin-bottom: 35px;
  color: #554B4B;
  *zoom: 1; }
  .page-point .house:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .page-point .house h1 {
    margin-bottom: 60px; }
    .page-point .house h1 .sp {
      display: none; }
  .page-point .house ul {
    width: 920px;
    margin: 0 auto;
    *zoom: 1;
    margin-bottom: 50px; }
    .page-point .house ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-point .house ul li {
      float: left; }
    .page-point .house ul li:last-child {
      float: right; }
  .page-point .house .house_box {
    width: 920px;
    margin: 0 auto;
    *zoom: 1; }
    .page-point .house .house_box:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-point .house .house_box dl:first-child {
      *zoom: 1;
      text-align: left;
      float: left; }
      .page-point .house .house_box dl:first-child:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .house .house_box dl:first-child dt {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        float: left;
        margin-right: 35px; }
        .page-point .house .house_box dl:first-child dt span {
          color: #55b95a; }
      .page-point .house .house_box dl:first-child dd {
        float: left;
        line-height: 26px; }
      .page-point .house .house_box dl:first-child dd:nth-child(2), .page-point .house .house_box dl:first-child dd:nth-child(3) {
        width: 200px; }
      .page-point .house .house_box dl:first-child dd:last-child {
        float: right; }
    .page-point .house .house_box dl:last-child {
      *zoom: 1;
      text-align: left;
      float: right; }
      .page-point .house .house_box dl:last-child:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .house .house_box dl:last-child dd {
        float: left; }
      .page-point .house .house_box dl:last-child dd:last-child {
        margin-left: 10px; }

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


	*1日


========================================*/
.page-day .day {
  text-align: center;
  margin-bottom: 100px; }
  .page-day .day h1 {
    margin-bottom: 60px; }
  .page-day .day h2 {
    margin-bottom: 50px; }
  .page-day .day ul {
    width: 860px;
    margin: 0 auto;
    *zoom: 1;
    margin-bottom: 70px; }
    .page-day .day ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-day .day ul li {
      width: 402px; }
      .page-day .day ul li h3 {
        margin-bottom: 40px; }
      .page-day .day ul li h4 {
        margin-bottom: 40px; }
      .page-day .day ul li dl {
        color: #554B4B;
        *zoom: 1;
        text-align: left;
        border-bottom: 1px dotted #554b4b;
        padding-bottom: 10px;
        padding-top: 10px; }
        .page-day .day ul li dl:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-day .day ul li dl dt {
          float: left;
          width: 50%;
          font-size: 20px; }
          .page-day .day ul li dl dt span {
            background: url("../img/day/day_icon.png") no-repeat top right;
            padding-right: 25px; }
        .page-day .day ul li dl dd {
          float: right;
          width: 50%;
          font-size: 16px; }
    .page-day .day ul li:first-child {
      float: left; }
    .page-day .day ul li:last-child {
      float: right; }

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


	*スケジュール


========================================*/
.page-sch .sch {
  text-align: center;
  margin-bottom: 130px;
  color: #554B4B; }
  .page-sch .sch h1 {
    margin-bottom: 60px; }
  .page-sch .sch h2 {
    margin-bottom: 50px; }
  .page-sch .sch ul {
    width: 920px;
    margin: 0 auto;
    *zoom: 1; }
    .page-sch .sch ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-sch .sch ul li:nth-child(3), .page-sch .sch ul li:nth-child(6), .page-sch .sch ul li:nth-child(9), .page-sch .sch ul li:nth-child(12) {
      margin-right: 0px; }
    .page-sch .sch ul li {
      width: 270px;
      height: 220px;
      float: left;
      margin-right: 55px; }
      .page-sch .sch ul li dl dt .sp {
        display: none; }
      .page-sch .sch ul li dl dd {
        padding-top: 20px;
        text-align: left; }
.page-sch .photo_in {
  text-align: center;
  margin-bottom: 50px; }
  .page-sch .photo_in h1 {
    margin-bottom: 60px; }
    .page-sch .photo_in h1 .sp {
      display: none; }
  .page-sch .photo_in h2 {
    margin-bottom: 50px; }
  .page-sch .photo_in ul {
    width: 920px;
    *zoom: 1;
    margin: 0 auto; }
    .page-sch .photo_in ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-sch .photo_in ul li:nth-child(4), .page-sch .photo_in ul li:nth-child(8), .page-sch .photo_in ul li:nth-child(12) {
      margin-right: 0; }
    .page-sch .photo_in ul li {
      margin-right: 40px;
      float: left;
      width: 200px;
      margin-bottom: 40px;
      position: relative; }
      .page-sch .photo_in ul li .icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px; }
      .page-sch .photo_in ul li img {
        width: 200px; }

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


	*情報開示


========================================*/
.page-info_pa .info_pa {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 50px; }
  .page-info_pa .info_pa h1 {
    margin-bottom: 60px; }
  .page-info_pa .info_pa h2 {
    margin-bottom: 50px; }
  .page-info_pa .info_pa ul {
    *zoom: 1;
    width: 700px;
    margin: 0 auto; }
    .page-info_pa .info_pa ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .page-info_pa .info_pa ul li {
      float: left;
      margin-bottom: 20px;
      width: 220px;
      margin-right: 20px; }
      .page-info_pa .info_pa ul li img {
        width: 220px; }
    .page-info_pa .info_pa ul li:nth-child(3), .page-info_pa .info_pa ul li:nth-child(6) {
      float: right;
      margin-right: 0px; }

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


	*facebook


========================================*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

#pageplugin {
  text-align: center;
  padding-bottom: 30px;
  max-width: 500px;
  margin: 0 auto; }

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


	*ムービー


========================================*/
.page-movie .movie {
  text-align: center;
  margin-bottom: 130px;
  color: #554B4B; }
  .page-movie .movie h1 {
    margin-bottom: 60px; }
  .page-movie .movie h2 {
    width: 920px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 20px; }
  .page-movie .movie h2 {
    position: relative;
    border: dashed 2px white;
    padding: 0.2em 0.5em; }
  .page-movie .movie h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
  .page-movie .movie h2.pink {
    background: #ffd5e5;
    box-shadow: 0px 0px 0px 5px #ffd5e5;
    color: #454545; }
  .page-movie .movie h2.pink:after {
    border-color: #fff #fff #FF6EA5; }
  .page-movie .movie h2.green {
    background: #d2ecd3;
    box-shadow: 0px 0px 0px 5px #d2ecd3;
    color: #454545; }
  .page-movie .movie h2.green:after {
    border-color: #fff #fff #55B95A; }
  .page-movie .movie h2.blue {
    background: #bcf1f7;
    box-shadow: 0px 0px 0px 5px #bcf1f7;
    color: #454545; }
  .page-movie .movie h2.blue:after {
    border-color: #fff #fff #00C8DF; }
  .page-movie .movie h2.yellow {
    background: #ffefbb;
    box-shadow: 0px 0px 0px 5px #ffefbb;
    color: #454545; }
  .page-movie .movie h2.yellow:after {
    border-color: #fff #fff #FFC814; }
  .page-movie .movie h2.purple {
    background: #f1dbe9;
    box-shadow: 0px 0px 0px 5px #f1dbe9;
    color: #454545; }
  .page-movie .movie h2.purple:after {
    border-color: #fff #fff #C86EA5; }
  .page-movie .movie .movie_area {
    padding-bottom: 50px; }
  .page-movie .movie ul {
    width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .page-movie .movie ul li {
      width: 49%; }
      .page-movie .movie ul li .movie_box {
        padding-bottom: 40px; }
      .page-movie .movie ul li video {
        width: 100%; }

@media screen and (max-width: 639px) {
  html {
    overflow: auto; }

  body {
    overflow: hidden; }

  /*========================================
  
  
    *ヘッダー
  
  
  ========================================*/
  .l-header {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px; }
    .l-header h1 {
      float: none;
      display: block;
      margin-right: 0px;
      padding-left: 15px; }
      .l-header h1 img {
        width: 250px; }
    .l-header h2 {
      display: none; }
    .l-header ul {
      display: none; }
    .l-header nav {
      width: 100%;
      display: block;
      position: absolute;
      top: 0; }
      .l-header nav .menubtn {
        display: block;
        position: absolute;
        top: 50px;
        right: 15px;
        z-index: 54; }
      .l-header nav .menubtn:before {
        position: relative; }
      .l-header nav ul {
        width: 100%;
        *zoom: 1;
        display: none;
        position: absolute;
        background-color: #FFF;
        z-index: 10000;
        top: 95px;
        padding-left: 25px;
        padding-right: 25px; }
        .l-header nav ul:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .l-header nav ul li {
          margin-bottom: 10px;
          float: none; }
          .l-header nav ul li img {
            width: 100%; }

  /*========================================
  
  
    *トップスライダー
  
  
  ========================================*/
  .top_slider {
    width: 80%;
    display: block;
    margin: 0 auto; }
    .top_slider .bx-wrapper .bx-controls-direction a {
      top: 50%;
      width: 35px;
      height: 35px;
      -webkit-background-size: 35px 35px;
      -o-background-size: 35px 35px;
      background-size: 35px 35px; }
    .top_slider .bx-wrapper .bx-prev {
      left: -20px; }
    .top_slider .bx-wrapper .bx-next {
      right: -20px; }

  /*========================================
  
  
    *ナビ
  
  
  ========================================*/
  .nav {
    display: none; }

  /*========================================
  
  
    *フォトコンテンツ
  
  
  ========================================*/
  .photo {
    text-align: center;
    margin-bottom: 40px; }
    .photo p img {
      width: 70%; }
    .photo h1 {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 20px; }
      .photo h1 .sp {
        display: block; }
      .photo h1 .pc {
        display: none; }
      .photo h1 img {
        width: 100%; }
    .photo #loopslider {
      margin: 0 auto;
      width: 100%;
      height: 150px;
      text-align: left;
      position: relative;
      overflow: hidden; }
    .photo #loopslider ul {
      height: 150px;
      float: left;
      display: inline;
      overflow: hidden; }
    .photo #loopslider ul li {
      width: 154px;
      height: 150px;
      float: left;
      display: inline;
      overflow: hidden; }
      .photo #loopslider ul li img {
        width: 154px;
        height: 150px; }

  /*========================================
  
  
    *コンテンツ
  
  
  ========================================*/
  .contents {
    padding-left: 15px;
    padding-right: 15px;
    background: url("../img/index/cont_mark.png") no-repeat bottom center;
    padding-bottom: 100px;
    margin-bottom: 50px; }
    .contents p img {
      width: 70%; }
    .contents h1 {
      text-align: center;
      margin-bottom: 20px; }
      .contents h1 .sp {
        display: block; }
      .contents h1 .pc {
        display: none; }
      .contents h1 img {
        width: 100%; }
    .contents ul {
      *zoom: 1;
      width: 100%;
      background-color: #FFF;
      margin: 0  auto;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
      .contents ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .contents ul li {
        float: none;
        margin-bottom: 5px;
        margin-right: 0px; }
        .contents ul li img {
          width: 100%; }
        .contents ul li .pc {
          display: none; }
        .contents ul li .sp {
          display: block; }
      .contents ul li:last-child {
        float: none;
        margin-bottom: 0px;
        margin-right: 0px; }

  /*========================================
  
  
    *インフォメーション
  
  
  ========================================*/
  .info h1 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .info h1 .sp {
      display: block; }
    .info h1 .pc {
      display: none; }
    .info h1 img {
      width: 100%; }
    .info h1 p {
      display: none; }
  .info h2 {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: relative; }
    .info h2 img {
      width: 100%; }
  .info ul {
    width: 100%;
    margin: 0  auto;
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px; }
    .info ul li {
      border-bottom: 1px dotted #554b4b;
      padding-bottom: 10px;
      margin-bottom: 15px;
      *zoom: 1; }
      .info ul li:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .info ul li a {
        color: #554B4B;
        text-decoration: none; }
      .info ul li .date {
        display: block;
        float: none;
        width: 100%; }
      .info ul li .body {
        display: block;
        float: none;
        width: 100%; }

  /*========================================
  
  
    *フッター
  
  
  ========================================*/
  .pagetop {
    width: 100%;
    margin: 0  auto;
    *zoom: 1;
    padding-top: 10px;
    text-align: center; }
    .pagetop:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .pagetop a {
      width: 73px;
      float: none; }

  .l-footer {
    background: url("../img/common/f_line.png") repeat-x top center;
    background-size: 150%;
    background-color: #55b95a;
    padding-top: 60px; }
    .l-footer h1 {
      text-align: center;
      padding-top: 30px; }
      .l-footer h1 img {
        width: 60%; }
    .l-footer address {
      text-align: center;
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      padding-top: 30px;
      padding-bottom: 40px; }
    .l-footer .l-footer_in {
      text-align: center;
      *zoom: 1;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .l-footer .l-footer_in:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .l-footer .l-footer_in .f_menu {
        margin-bottom: 20px;
        *zoom: 1;
        float: none; }
        .l-footer .l-footer_in .f_menu:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .l-footer .l-footer_in .f_menu li {
          float: none;
          margin-right: 0px;
          margin-bottom: 5px; }
          .l-footer .l-footer_in .f_menu li a {
            color: #FFF;
            text-decoration: none; }
      .l-footer .l-footer_in h2 {
        float: none;
        padding-top: 20px; }
      .l-footer .l-footer_in h3 {
        float: none;
        display: block;
        position: relative;
        right: 0;
        top: 0px;
        padding-top: 20px;
        padding-bottom: 20px; }
      .l-footer .l-footer_in .f_btn {
        float: none;
        width: 80px;
        margin-left: 0px;
        margin: 0 auto;
        *zoom: 1; }
        .l-footer .l-footer_in .f_btn:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .l-footer .l-footer_in .f_btn li:first-child {
          float: left; }
        .l-footer .l-footer_in .f_btn li:last-child {
          float: right; }

  /*========================================
  
  
    *アバウト
  
  
  ========================================*/
  .page-about .about {
    text-align: center; }
    .page-about .about h1 {
      margin-bottom: 20px; }
      .page-about .about h1 img {
        width: 120px; }
    .page-about .about h2 {
      margin-bottom: 20px;
      padding-left: 25px;
      padding-right: 25px; }
      .page-about .about h2 img {
        width: 240px; }
    .page-about .about .name {
      margin-bottom: 35px;
      padding-left: 25px;
      padding-right: 25px; }
      .page-about .about .name img {
        width: 100%; }
      .page-about .about .name .sp {
        display: block; }
      .page-about .about .name .pc {
        display: none; }
    .page-about .about .text {
      font-size: 14px;
      line-height: 34px;
      color: #554B4B;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; }
    .page-about .about .about_info {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 40px;
      background: url("../img/about/img.png") no-repeat bottom center;
      -webkit-background-size: 80%;
      -o-background-size: 80%;
      background-size: 80%;
      padding-bottom: 250px; }
      .page-about .about .about_info dl {
        padding-left: 0px;
        text-align: center;
        *zoom: 1;
        font-size: 14px;
        line-height: 24px;
        color: #554B4B;
        padding-left: 0; }
        .page-about .about .about_info dl:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-about .about .about_info dl dt {
          float: none;
          font-weight: bold;
          width: 100%; }
        .page-about .about .about_info dl dd {
          float: none;
          margin-bottom: 10px; }
  .page-about .acc {
    text-align: center; }
    .page-about .acc h1 {
      margin-bottom: 40px;
      padding-left: 15px;
      padding-right: 15px; }
      .page-about .acc h1 img {
        width: 100%; }
      .page-about .acc h1 .sp {
        display: block; }
      .page-about .acc h1 .pc {
        display: none; }
    .page-about .acc .map {
      background-color: #ffeeee;
      margin-bottom: 30px;
      padding-left: 25px;
      padding-right: 25px;
      width: 100%; }
      .page-about .acc .map iframe {
        width: 100%;
        height: 240px; }
    .page-about .acc .acc_info {
      font-size: 14px;
      color: #554B4B;
      margin-bottom: 35px;
      letter-spacing: 0.2em; }
    .page-about .acc .acc_tel {
      margin-bottom: 40px; }
      .page-about .acc .acc_tel img {
        width: 200px; }

  /*========================================
  
  
    *特徴
  
  
  ========================================*/
  .page-point .point {
    text-align: center; }
    .page-point .point h1 {
      margin-bottom: 20px; }
      .page-point .point h1 img {
        width: 100px; }
    .page-point .point h2 {
      margin-bottom: 20px; }
      .page-point .point h2 img {
        width: 200px; }
    .page-point .point ul {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      *zoom: 1;
      margin-bottom: 40px; }
      .page-point .point ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .point ul li:first-child {
        background: url("../img/point/point_icon01.png") no-repeat top center;
        -webkit-background-size: 6%;
        -o-background-size: 6%;
        background-size: 6%; }
      .page-point .point ul li:nth-child(2) {
        background: url("../img/point/point_icon02.png") no-repeat top center;
        -webkit-background-size: 6%;
        -o-background-size: 6%;
        background-size: 6%; }
      .page-point .point ul li:nth-child(3) {
        background: url("../img/point/point_icon03.png") no-repeat top center;
        -webkit-background-size: 6%;
        -o-background-size: 6%;
        background-size: 6%; }
      .page-point .point ul li:nth-child(4) {
        background: url("../img/point/point_icon04.png") no-repeat top center;
        -webkit-background-size: 6%;
        -o-background-size: 6%;
        background-size: 6%; }
      .page-point .point ul li {
        width: 100%;
        margin-right: 15px;
        float: none;
        *zoom: 1;
        padding-top: 0px;
        margin-bottom: 10px; }
        .page-point .point ul li:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-point .point ul li .img {
          float: left;
          width: 43%; }
          .page-point .point ul li .img img {
            width: 100%; }
        .page-point .point ul li dl {
          float: right;
          width: 50%;
          margin-bottom: 25px;
          *zoom: 1; }
          .page-point .point ul li dl:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden; }
          .page-point .point ul li dl dt {
            font-size: 18px;
            margin-bottom: 10px;
            letter-spacing: 2px;
            text-align: left;
            text-indent: 20px; }
          .page-point .point ul li dl dd {
            font-size: 12px;
            text-align: left; }
      .page-point .point ul li:last-child {
        float: none;
        margin-right: 0px; }
  .page-point .yot {
    text-align: center;
    margin-bottom: 30px;
    color: #554B4B;
    padding-left: 20px;
    padding-right: 20px; }
    .page-point .yot h1 {
      margin-bottom: 20px; }
      .page-point .yot h1 .pc {
        display: none; }
      .page-point .yot h1 .sp {
        display: block; }
      .page-point .yot h1 img {
        width: 100%; }
    .page-point .yot h2 {
      margin-bottom: 30px; }
      .page-point .yot h2 img {
        width: 200px; }
    .page-point .yot h3 {
      margin-bottom: 15px; }
      .page-point .yot h3 .pc {
        display: none; }
      .page-point .yot h3 .sp {
        display: block; }
      .page-point .yot h3 img {
        width: 100%; }
    .page-point .yot .sp {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
      .page-point .yot .sp li:last-child {
        border-bottom: 1px dotted #554b4b; }
      .page-point .yot .sp li {
        *zoom: 1;
        border-top: 1px dotted #554b4b;
        padding-top: 10px;
        padding-bottom: 10px; }
        .page-point .yot .sp li:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-point .yot .sp li .age {
          float: right; }
        .page-point .yot .sp li h4 {
          float: left;
          margin-right: 15px; }
          .page-point .yot .sp li h4 img {
            width: 60px; }
        .page-point .yot .sp li h5 {
          float: left; }
          .page-point .yot .sp li h5 img {
            width: 30px; }
      .page-point .yot .sp .dd {
        text-align: left; }
        .page-point .yot .sp .dd p:first-child {
          float: left;
          width: 48%; }
        .page-point .yot .sp .dd p:last-child {
          float: right;
          width: 48%; }
    .page-point .yot .pc {
      display: none; }
    .page-point .yot .pc {
      width: 920px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .page-point .yot .pc li:first-child {
        height: auto; }
        .page-point .yot .pc li:first-child dl dt {
          font-size: 14px;
          padding-top: 0px; }
        .page-point .yot .pc li:first-child dl dd {
          padding-top: 0px; }
      .page-point .yot .pc li {
        border-bottom: 1px dotted #554b4b;
        position: relative;
        display: block;
        height: 100px; }
        .page-point .yot .pc li h4 {
          width: 80px;
          height: 17px;
          position: absolute;
          background: #FFF;
          top: -14px;
          left: 0; }
        .page-point .yot .pc li h5 {
          width: 53px;
          height: 37px;
          position: absolute;
          top: 28px;
          left: 18px; }
        .page-point .yot .pc li dl {
          display: block;
          *zoom: 1; }
          .page-point .yot .pc li dl:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden; }
          .page-point .yot .pc li dl dt {
            display: block;
            float: left;
            width: 265px;
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            padding-left: 135px;
            padding-top: 32px; }
          .page-point .yot .pc li dl dd {
            display: block;
            float: left;
            width: 327px;
            text-align: left;
            padding-top: 15px; }
    .page-point .yot .yot_dl {
      width: 100%;
      margin: 0 auto;
      text-align: left;
      display: block;
      *zoom: 1;
      margin-bottom: 25px; }
      .page-point .yot .yot_dl:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .yot .yot_dl dt {
        width: 100%;
        float: none;
        font-size: 16px;
        line-height: 20px;
        color: #554B4B;
        font-weight: bold;
        margin-bottom: 10px; }
        .page-point .yot .yot_dl dt span {
          color: #55b95a; }
      .page-point .yot .yot_dl dd {
        color: #554B4B;
        float: none;
        font-size: 14px;
        line-height: 20px; }
  .page-point .teh {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    .page-point .teh h1 {
      margin-bottom: 20px; }
      .page-point .teh h1 .pc {
        display: none; }
      .page-point .teh h1 .sp {
        display: block; }
      .page-point .teh h1 img {
        width: 100%; }
    .page-point .teh h2 .pc {
      display: none; }
    .page-point .teh h2 .sp {
      display: block; }
    .page-point .teh h2 img {
      width: 232px;
      margin: 0 auto; }
    .page-point .teh ul {
      width: 280px;
      margin: 0 auto;
      *zoom: 1;
      margin-bottom: 50px; }
      .page-point .teh ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .teh ul li {
        float: left;
        margin-right: 36px; }
        .page-point .teh ul li img {
          width: 120px; }
      .page-point .teh ul li:nth-child(1), .page-point .teh ul li:nth-child(2) {
        margin-bottom: 15px; }
      .page-point .teh ul li:nth-child(2), .page-point .teh ul li:nth-child(4) {
        float: right;
        margin-right: 0px; }
  .page-point .house {
    text-align: center;
    margin-bottom: 40px;
    color: #554B4B;
    padding-left: 20px;
    padding-right: 20px; }
    .page-point .house h1 {
      margin-bottom: 20px; }
      .page-point .house h1 .pc {
        display: none; }
      .page-point .house h1 .sp {
        display: block; }
      .page-point .house h1 img {
        width: 100%; }
    .page-point .house ul {
      width: 100%;
      margin: 0 auto;
      *zoom: 1;
      margin-bottom: 10px; }
      .page-point .house ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .house ul li {
        float: none;
        margin-bottom: 20px; }
        .page-point .house ul li img {
          width: 80%; }
      .page-point .house ul li:last-child {
        float: none; }
    .page-point .house .house_box {
      width: 100%;
      margin: 0 auto;
      *zoom: 1; }
      .page-point .house .house_box:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-point .house .house_box dl:first-child {
        *zoom: 1;
        text-align: left;
        float: none; }
        .page-point .house .house_box dl:first-child:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-point .house .house_box dl:first-child dt {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          float: none;
          margin-right: 0px;
          width: 100%;
          margin-bottom: 10px; }
          .page-point .house .house_box dl:first-child dt span {
            color: #55b95a; }
        .page-point .house .house_box dl:first-child dd {
          float: left;
          line-height: 26px;
          width: 50%; }
        .page-point .house .house_box dl:first-child dd:nth-child(2), .page-point .house .house_box dl:first-child dd:nth-child(3) {
          width: 50%; }
        .page-point .house .house_box dl:first-child dd:last-child {
          float: right; }
      .page-point .house .house_box dl:last-child {
        *zoom: 1;
        text-align: center;
        float: none;
        padding-top: 15px; }
        .page-point .house .house_box dl:last-child:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .page-point .house .house_box dl:last-child dd {
          float: left;
          width: 48%; }
          .page-point .house .house_box dl:last-child dd img {
            width: 100%; }
        .page-point .house .house_box dl:last-child dd:last-child {
          float: right;
          margin-left: 0px; }

  /*========================================
  
  
    *1日
  
  
  ========================================*/
  .page-day .day {
    text-align: center;
    margin-bottom: 50px; }
    .page-day .day h1 {
      margin-bottom: 20px; }
      .page-day .day h1 img {
        width: 75px; }
    .page-day .day h2 {
      margin-bottom: 20px; }
      .page-day .day h2 img {
        width: 200px; }
    .page-day .day ul {
      width: 100%;
      margin: 0 auto;
      *zoom: 1;
      margin-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px; }
      .page-day .day ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-day .day ul li {
        width: 100%; }
        .page-day .day ul li h3 {
          margin-bottom: 20px; }
          .page-day .day ul li h3 img {
            width: 100%; }
        .page-day .day ul li h4 {
          margin-bottom: 20px; }
          .page-day .day ul li h4 img {
            width: 100%; }
        .page-day .day ul li dl {
          color: #554B4B;
          *zoom: 1;
          text-align: left;
          border-bottom: 1px dotted #554b4b;
          padding-bottom: 10px;
          padding-top: 10px; }
          .page-day .day ul li dl:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden; }
          .page-day .day ul li dl dt {
            float: left;
            width: 50%;
            font-size: 20px; }
            .page-day .day ul li dl dt span {
              background: url("../img/day/day_icon.png") no-repeat top right;
              padding-right: 25px; }
          .page-day .day ul li dl dd {
            float: right;
            width: 50%;
            font-size: 16px; }
      .page-day .day ul li:first-child {
        float: none;
        margin-bottom: 30px; }
      .page-day .day ul li:last-child {
        float: none; }

  /*========================================
  
  
    *スケジュール
  
  
  ========================================*/
  .page-sch .sch {
    text-align: center;
    margin-bottom: 50px; }
    .page-sch .sch h1 {
      margin-bottom: 20px; }
      .page-sch .sch h1 img {
        width: 195px; }
    .page-sch .sch h2 {
      margin-bottom: 20px; }
      .page-sch .sch h2 img {
        width: 250px; }
    .page-sch .sch ul {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      *zoom: 1; }
      .page-sch .sch ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-sch .sch ul li:nth-child(3), .page-sch .sch ul li:nth-child(6), .page-sch .sch ul li:nth-child(9), .page-sch .sch ul li:nth-child(12) {
        margin-right: 0px; }
      .page-sch .sch ul li {
        width: auto;
        height: auto;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px; }
        .page-sch .sch ul li dl {
          *zoom: 1;
          margin: 0 auto;
          width: 280px; }
          .page-sch .sch ul li dl:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden; }
          .page-sch .sch ul li dl dt {
            float: left;
            width: 80px; }
            .page-sch .sch ul li dl dt img {
              width: 50%; }
            .page-sch .sch ul li dl dt .sp {
              display: block; }
            .page-sch .sch ul li dl dt .pc {
              display: none; }
          .page-sch .sch ul li dl dd {
            float: left;
            width: 200px;
            padding-top: 0px;
            text-align: left;
            font-size: 12px; }
  .page-sch .photo_in {
    text-align: center;
    margin-bottom: 0px; }
    .page-sch .photo_in h1 {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px; }
      .page-sch .photo_in h1 .sp {
        display: block; }
      .page-sch .photo_in h1 .pc {
        display: none; }
      .page-sch .photo_in h1 img {
        width: 100%; }
    .page-sch .photo_in h2 {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px; }
      .page-sch .photo_in h2 img {
        width: 70%; }
    .page-sch .photo_in ul {
      padding-left: 20px;
      width: 100%;
      *zoom: 1;
      margin: 0 auto; }
      .page-sch .photo_in ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-sch .photo_in ul li:nth-child(4), .page-sch .photo_in ul li:nth-child(8), .page-sch .photo_in ul li:nth-child(12) {
        margin-right: 00px; }
      .page-sch .photo_in ul li {
        margin-right: 0px;
        float: left;
        width: 50%;
        margin-bottom: 20px;
        position: relative; }
        .page-sch .photo_in ul li .icon {
          position: absolute;
          top: 0;
          width: 30px;
          display: none; }
        .page-sch .photo_in ul li img {
          width: 130px; }

  /*========================================
  
  
    *情報開示
  
  
  ========================================*/
  .page-info_pa .info_pa {
    text-align: center;
    margin-bottom: 50px; }
    .page-info_pa .info_pa h1 {
      margin-bottom: 20px; }
      .page-info_pa .info_pa h1 img {
        width: 150px; }
    .page-info_pa .info_pa h2 {
      margin-bottom: 30px;
      padding-left: 30px;
      padding-right: 30px; }
      .page-info_pa .info_pa h2 img {
        width: 100%; }
    .page-info_pa .info_pa ul {
      *zoom: 1;
      width: 100%;
      margin: 0 auto;
      padding-left: 80px;
      padding-right: 80px; }
      .page-info_pa .info_pa ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .page-info_pa .info_pa ul li {
        float: none;
        margin-bottom: 20px;
        width: 100%; }
        .page-info_pa .info_pa ul li img {
          width: 100%; }
      .page-info_pa .info_pa ul li:nth-child(3), .page-info_pa .info_pa ul li:nth-child(6) {
        float: none; }

  /*========================================
  
  
    *facebook
  
  
  ========================================*/
  #pageplugin {
    width: 90%; }

  /*========================================
  
  
    *ムービー
  
  
  ========================================*/
  .page-movie .movie {
    text-align: center;
    margin-bottom: 50px; }
    .page-movie .movie h2 {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px;
      font-size: 16px;
      display: block; }
    .page-movie .movie h1 {
      margin-bottom: 20px; }
      .page-movie .movie h1 img {
        width: 120px; }
    .page-movie .movie h2 {
      margin-bottom: 20px; }
      .page-movie .movie h2 img {
        width: 250px; }
    .page-movie .movie ul {
      width: 90%;
      margin: 0 auto;
      display: block; }
      .page-movie .movie ul li {
        width: auto;
        height: auto;
        float: none;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-bottom: 0; }
        .page-movie .movie ul li dl {
          *zoom: 1;
          margin: 0 auto;
          width: 280px; }
          .page-movie .movie ul li dl:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden; }
          .page-movie .movie ul li dl dt {
            float: left;
            width: 80px; }
            .page-movie .movie ul li dl dt img {
              width: 50%; }
            .page-movie .movie ul li dl dt .sp {
              display: block; }
            .page-movie .movie ul li dl dt .pc {
              display: none; }
          .page-movie .movie ul li dl dd {
            float: left;
            width: 200px;
            padding-top: 0px;
            text-align: left;
            font-size: 12px; } }
/*========================================
	

	*keyframes


========================================*/
@-webkit-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*========================================
	

	*各プラグイン用スタイル


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

	*プリンター用スタイル


========================================*/
@media print {
  * html body {
    zoom: .7; } }
