@charset "UTF-8";
/*
$base-bg: #FEFEF8; //サイト背景色（黄）
$base-bg: #F8FDFE; //サイト背景色（青）
$base-bg: #FEFBF5; //サイト背景色（茶）
$base-bg: #FAFDF2; //サイト背景色（緑）
$base-bg: #FFFBFD; //サイト背景色（赤）
*/
@font-face {
  font-family: 'Cabin-Medium';
  src: url("../css/Cabin-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../css/Cabin-Medium.eot?#iefix") format("embedded-opentype"), url("../css/Cabin-Medium.woff") format("woff"), url("../css/Cabin-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Rounded M+ 2p';
  src: url("../css/rounded-mplus-2p-medium_e-ie.co.jp_20150110.eot");
  /* IE9 Compat Modes */
  src: url("../css/rounded-mplus-2p-medium_e-ie.co.jp_20150110?#iefix") format("embedded-opentype"), url("../css/rounded-mplus-2p-medium_e-ie.co.jp_20150110.woff") format("woff"), url("../css/rounded-mplus-2p-medium_e-ie.co.jp_20150110.ttf") format("truetype");
  /* Safari, Android, iOS */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

/* ベース
---------------------------------- */
html {
  height: 100%;
}

body {
  background: url(../images/common/bg_body.gif) repeat-x 0 0 #fefbf5;
  color: #333333;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 960px;
  min-height: 100%;
  height: 100%;
}

body img,
#deqwas-collection,
#deqwas {
  display: none;
}

#g-wrapper img,
#fancybox-wrap img {
  display: inline;
}

a:link, a:visited {
  color: #0099CC;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

/* レイアウト */
#g-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.g-container {
  width: 100%;
  padding-bottom: 160px;
  overflow: hidden;
  *zoom: 1;
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.l-contents {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.image.is-left,
img.is-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.image.is-right,
img.is-right {
  margin-left: 10px;
  margin-bottom: 10px;
}

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

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    background-size: auto 150px;
    min-width: 320px;
  }

  .g-container {
    padding-bottom: 0;
  }

  .l-contents {
    width: 100%;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block !important;
  }
}
@media screen and (min-width: 641px) {
  .webfont {
    font-family: 'Rounded M+ 2p';
  }
}
/* 共通コンテンツ
---------------------------------- */
article.contents {
  width: 960px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 640px) {
  article.contents {
    width: auto;
    margin: 0 auto 40px;
  }
}
/* リマーケティングタグ対策
---------------------------------- */
iframe[name="google_conversion_frame"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 枚方・くずは・大東市バナー
---------------------------------- */
#other-project {
  width: 960px;
  margin: 0 auto 40px;
}
#other-project .project-inner {
  padding: 15px 15px 20px;
  border: solid 1px #CCB6B6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
  *zoom: 1;
}
#other-project .text {
  margin-bottom: 10px;
  padding: 8px 0 0 10px;
  text-align: center;
  font-size: 140%;
}
#other-project .btn {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
#other-project .btn li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}
#other-project .btn a {
  position: relative;
  padding: 14px 30px;
  display: block;
  color: #FFF;
  min-width: 310px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 140%;
}
#other-project .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  background: url(/images/common/other_project_arrow01.png) no-repeat;
  width: 7px;
  height: 12px;
  margin-top: -6px;
}
#other-project .btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#other-project .btn .bt01 {
  margin-right: 15px;
}
#other-project .btn .bt01 a {
  background: #3AA462;
}
#other-project .btn .bt02 {
  margin-right: 15px;
}
#other-project .btn .bt02 a {
  background: #FF954A;
}
#other-project .btn .bt03 a {
  background: #67B8E9;
}

@media screen and (max-width: 640px) {
  #other-project {
    width: auto;
    margin: 0 auto 25px;
  }
  #other-project .project-inner {
    margin: 0 10px;
    padding: 10px;
  }
  #other-project .text {
    float: none;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
    font-size: 120%;
  }
  #other-project .btn li {
    width: 100%;
  }
  #other-project .btn a {
    min-width: inherit;
    font-size: 130%;
    padding: 15px 15px 15px 5px;
  }
  #other-project .btn .bt01, #other-project .btn .bt02 {
    margin-bottom: 10px;
  }
}
/* イベントバナー
---------------------------------- */
.event-area {
  margin: 20px 0 40px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .event-area {
    margin: 0 10px 30px;
  }
  .event-area img {
    width: 100%;
    height: auto;
  }
}
header.global {
  background: url(../images/common/bg_header.png) no-repeat 50% 0;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
}
header.global .l-frame {
  position: relative;
  width: 960px;
  height: 170px;
  margin: 0 auto;
}
header.global .site-logo {
  position: absolute;
  top: 60px;
}
header.global .site-logo img {
  width: auto;
  height: 45px;
}
header.global .g-nav {
  position: absolute;
  right: 0;
  top: 73px;
}
header.global .g-nav ul {
  text-align: right;
}
header.global .g-nav ul li {
  position: relative;
  padding: 0 16px;
  border-right: 1px dotted #532C13;
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 170%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
header.global .g-nav ul li a {
  padding-left: 24px;
  color: #613114;
}
header.global .g-nav ul li a .new {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
}
header.global .g-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 17px;
  margin-top: -8px;
}
header.global .g-nav ul li.home {
  position: absolute;
  top: -54px;
  left: -204px;
  border: none;
  padding: 0;
  font-size: 110%;
  float: left;
  margin-left: 0;
}
header.global .g-nav ul li.home a {
  display: block;
  color: #fff;
  background: url(../images/common/nav_nav_home.gif) no-repeat 7px 48% #613114;
  padding: 4px 7px 2px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header.global .g-nav ul li:nth-of-type(2) {
  border-left: 1px dotted #532C13;
}
header.global .g-nav ul li:nth-of-type(2) a:before {
  background: url(../images/common/top_nav_icon.png) no-repeat 0 0;
}
header.global .g-nav ul li:nth-of-type(3) a:before {
  background: url(../images/common/top_nav_icon.png) no-repeat 0 -17px;
}
header.global .g-nav ul li:nth-of-type(4) a:before {
  background: url(../images/common/top_nav_icon.png) no-repeat 0 -34px;
}
header.global .g-nav ul li:nth-of-type(5) a:before {
  background: url(../images/common/top_nav_icon.png) no-repeat 0 -51px;
}
header.global .g-nav ul .order-bt,
header.global .g-nav ul .visit-bt {
  padding: 3px 15px !important;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  behavior: url("../js/PIE.htc");
}
header.global .g-nav ul .order-bt a,
header.global .g-nav ul .visit-bt a {
  color: #FFF;
  padding-left: 10px !important;
  background: url(../images/contents/top_bukken_arrow.png) left center no-repeat;
}
header.global .g-nav ul .order-bt {
  margin-left: 10px;
  background: #41ADC5;
  border: #D0F2FB 2px solid;
}
header.global .g-nav ul .visit-bt {
  margin-left: 5px;
  background: #EB4764;
  border: #F9C5CE 2px solid;
}
header.global .g-nav .sp-nav {
  display: none;
}
header.global .company-info {
  background: url(../images/common/bg_info_border.gif) no-repeat 161px 0;
  position: absolute;
  right: 0;
  top: 21px;
  width: 305px;
  overflow: hidden;
  *zoom: 1;
}
header.global .company-info .tel {
  float: left;
}
header.global .company-info .sp-tel {
  display: none;
  float: left;
}
header.global .company-info .logo {
  float: right;
}

@media screen and (max-width: 640px) {
  header.global {
    background: url(../images/common/sp_bg_header.gif) no-repeat 0 0;
    background-size: 100% 6px;
    height: 150px;
  }
  header.global .l-frame {
    position: relative;
    width: auto;
    height: auto;
    padding: 12px 10px 0;
  }
  header.global .site-logo {
    position: static;
    margin-bottom: 20px;
    z-index: 5;
  }
  header.global .site-logo img {
    width: auto;
    height: 45px;
  }
  header.global .g-nav {
    position: absolute;
    right: 0;
    top: 6px !important;
    width: 100% !important;
    z-index: 10;
  }
  header.global .g-nav ul {
    background: #613114;
    display: none;
    text-align: left;
    position: relative;
    top: 55px;
    z-index: 15;
    overflow: hidden;
  }
  header.global .g-nav ul .order-bt,
  header.global .g-nav ul .visit-bt {
    margin-left: 0;
    padding: 0 !important;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  header.global .g-nav ul .order-bt a,
  header.global .g-nav ul .visit-bt a {
    padding-left: 10px;
    background: none;
  }
  header.global .g-nav ul li {
    font-size: 160%;
  }
  header.global .g-nav ul li.home {
    font-size: 160%;
    float: none;
    margin-left: 0;
  }
  header.global .g-nav ul li.home a {
    background: none !important;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  header.global .g-nav ul li,
  header.global .g-nav ul li.home {
    display: block;
    width: 50%;
    float: left;
    margin: 0 -1px 0 0;
    padding: 0;
    vertical-align: middle;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff;
  }
  header.global .g-nav ul li a,
  header.global .g-nav ul li.home a {
    color: #fff;
    background: none !important;
    display: block;
    padding: 10px !important;
  }
  header.global .g-nav ul li a .new,
  header.global .g-nav ul li.home a .new {
    position: inherit;
    margin-left: 8px;
    vertical-align: middle;
  }
  header.global .g-nav ul li a:before,
  header.global .g-nav ul li.home a:before {
    content: none;
  }
  header.global .g-nav ul li.home {
    position: static;
  }
  header.global .g-nav ul li:nth-of-type(2) {
    border-left: none;
  }
  header.global .g-nav ul li.order-bt {
    border-bottom: 1px solid #fff;
  }
  header.global .g-nav ul li.order-bt,
  header.global .g-nav ul li.visit-bt {
    /*border-bottom: none;*/
  }
  header.global .g-nav .sp-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  header.global .company-info {
    background: none;
    position: static;
    width: 100%;
    text-align: center;
  }
  header.global .company-info .tel {
    display: none;
  }
  header.global .company-info .sp-tel,
  header.global .company-info .logo {
    display: inline-block;
    float: none;
  }
  header.global .company-info .sp-tel {
    margin-right: 14px;
  }

  body#top header.global .g-nav ul li.order-bt {
    border-bottom: 1px solid #fff;
  }
}
footer.global {
  background: #613114;
  color: #fff;
  font-size: 120%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
}
footer.global a:link, footer.global a:visited,
footer.global a:hover, footer.global a:active {
  color: #fff;
}
footer.global .l-frame {
  position: relative;
  width: 960px;
  height: 160px;
  margin: 0 auto;
}
footer.global .company-logo {
  position: absolute;
  top: 45px;
}
footer.global .company-info {
  position: absolute;
  top: 35px;
  left: 200px;
  width: 260px;
}
footer.global .description {
  position: absolute;
  top: 35px;
  right: 15px;
  width: 450px;
}
footer.global .link-list {
  position: absolute;
  width: 700px;
  left: 0;
  bottom: 17px;
}
footer.global .link-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 30px;
}
footer.global .pagetop {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  position: absolute;
  right: 0;
  top: -25px;
  width: 100px;
  height: 25px;
  border-bottom: 5px solid #BFB0A6;
}
footer.global .pagetop a {
  background: url(../images/common/bg_pagetop.gif) no-repeat 3px 50%;
  display: block;
  color: #613114;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: right;
}
footer.global .pagetop a:hover, footer.global .pagetop a:active {
  text-decoration: none;
}
footer.global .copyright {
  position: absolute;
  right: 0;
  bottom: 17px;
}

@media screen and (max-width: 640px) {
  footer.global {
    position: static;
    width: 100%;
    height: auto;
  }
  footer.global .l-frame {
    width: auto;
    height: auto;
    padding: 17px 15px 20px;
  }
  footer.global .company-logo {
    position: static;
    margin-bottom: 12px;
  }
  footer.global .company-info {
    position: static;
    margin-bottom: 10px;
    width: 100%;
  }
  footer.global .description {
    display: none;
  }
  footer.global .link-list {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  footer.global .link-list li {
    margin-right: 20px;
  }
  footer.global .pagetop {
    position: absolute;
    right: 50%;
    top: -50px;
    height: 50px;
    margin-right: -50px;
    border-bottom: none;
  }
  footer.global .pagetop a {
    color: #333333;
    height: 50px;
    line-height: 50px;
  }
  footer.global .copyright {
    position: static;
  }
}
/* 総合トップ
---------------------------------- */
body#top {
  background-position: 0 500px;
}

header.global .l-frame .home {
  display: none;
}
header.global .l-frame .site-logo {
  top: 53px;
  z-index: 50;
}
header.global .l-frame .g-nav {
  top: 64px;
}
header.global .l-frame .g-nav ul li.home {
  display: none;
}
header.global .l-frame .g-nav ul .order-bt {
  margin-left: 12px;
}

header.contents {
  margin-bottom: 25px;
  /*.holiday {
  	width: $base-w - 30px;
  	padding: 10px;
  	margin: 0 auto 40px;
  	border: 1px solid $site-shadow;
  	font-size: 120%;
  	text-align: center;
  	h1 {
  		font-size: 120%;
  		font-weight: bold;
  	}
  	small {
  		font-size: 80%;
  	}
  }*/
}
header.contents .l-frame {
  background: url(../images/common/bg_contents_border.png) no-repeat 0 100%;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
header.contents .l-frame:last-child {
  margin-top: 30px;
}
header.contents .left-box {
  float: left;
}
header.contents .left-box .update-info {
  font-size: 140%;
  position: relative;
}
header.contents .left-box .update-info dt {
  width: 100px;
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  position: relative;
  left: 0;
  background: #613114;
  color: #fff;
  padding: 4px 10px;
  margin: 0 0 15px;
}
header.contents .left-box .update-info dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 27px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #613114;
}
header.contents .left-box .update-info dd {
  padding: 4px 0px;
}
header.contents .holiday {
  position: relative;
  width: 960px;
  margin: 0 auto 40px;
  padding: 5px;
  border: 1px dotted #80D6F7;
  border-radius: 6px;
  text-align: center;
}
header.contents .holiday:before, header.contents .holiday:after {
  content: "";
  position: absolute;
}
header.contents .holiday:before {
  top: 0;
  left: 35px;
  background: url(../images/contents/top_winter_image01.png);
  width: 104px;
  height: 172px;
}
header.contents .holiday:after {
  top: 12px;
  right: 30px;
  background: url(../images/contents/top_winter_image02.png);
  width: 114px;
  height: 174px;
}
header.contents .holiday .holiday-inner {
  background: url(../images/contents/top_winter_bg.jpg);
  border-radius: 6px;
  padding: 30px 0;
}
header.contents .holiday h1 {
  margin-bottom: 20px;
}
header.contents .holiday p {
  font-size: 130%;
}
header.contents .holiday small {
  display: block;
  font-size: 90%;
  margin-top: 10px;
}
header.contents .holiday strong {
  font-weight: bold;
}
header.contents .important-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #EE6696;
  width: 960px;
  margin: 0 auto 40px;
  padding: 20px 40px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff1f6;
}
@media screen and (max-width: 640px) {
  header.contents .important-news {
    display: block;
    width: auto;
    margin: 0 10px 20px;
    padding: 20px;
  }
}
header.contents .important-news .title {
  margin-bottom: 6px;
  font-size: 170%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  header.contents .important-news .title {
    font-size: 160%;
    text-align: center;
  }
}
header.contents .important-news .text {
  font-size: 140%;
}
@media screen and (max-width: 640px) {
  header.contents .important-news .text {
    margin-bottom: 10px;
  }
}
header.contents .important-news .btn {
  text-align: center;
}
header.contents .important-news .btn a {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 12px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 150%;
  font-weight: bold;
  background-color: #EE6696;
  color: #fff;
}
header.contents .important-news .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  header.contents .important-news .btn a {
    display: block;
    width: auto;
  }
}
header.contents .important-news .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.flyer {
  width: 960px;
  padding-top: 25px;
  background: url(../images/common/bg_contents_border.png) no-repeat 0 0;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.flyer .flyer-area-noJS {
  float: left;
  width: 280px;
}
.flyer .flyer-area, .flyer .flyer-area-noJS {
  margin-bottom: 20px;
}
.flyer .flyer-area h1, .flyer .flyer-area-noJS h1 {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  position: relative;
  left: 0;
  background: #613114;
  color: #fff;
  width: 140px;
  padding: 4px 10px;
  margin: 0 0 15px;
  font-size: 140%;
}
.flyer .flyer-area h1:after, .flyer .flyer-area-noJS h1:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 27px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #613114;
}
.flyer .flyer-area .flexslider, .flyer .flyer-area .flexslider-noJS, .flyer .flyer-area-noJS .flexslider, .flyer .flyer-area-noJS .flexslider-noJS {
  background: none;
}
.flyer .flyer-area .flexslider .slides li, .flyer .flyer-area .flexslider-noJS .slides li, .flyer .flyer-area-noJS .flexslider .slides li, .flyer .flyer-area-noJS .flexslider-noJS .slides li {
  position: relative;
  margin-right: 15px;
}
.flyer .flyer-area .flexslider .slides li img, .flyer .flyer-area .flexslider-noJS .slides li img, .flyer .flyer-area-noJS .flexslider .slides li img, .flyer .flyer-area-noJS .flexslider-noJS .slides li img {
  border: 1px solid #e5dcd3;
  border-width: 1px 1px 3px 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url("../js/PIE.htc");
}
.flyer .flyer-area .flexslider .slides li .caption, .flyer .flyer-area .flexslider-noJS .slides li .caption, .flyer .flyer-area-noJS .flexslider .slides li .caption, .flyer .flyer-area-noJS .flexslider-noJS .slides li .caption {
  position: absolute;
  bottom: 7%;
  width: 100%;
  color: #FFF;
  text-align: center;
}
.flyer .flyer-area .flexslider .slides li .caption span, .flyer .flyer-area .flexslider-noJS .slides li .caption span, .flyer .flyer-area-noJS .flexslider .slides li .caption span, .flyer .flyer-area-noJS .flexslider-noJS .slides li .caption span {
  padding: 4px 10px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  behavior: url("../js/PIE.htc");
  background: #ee6696;
  border: #FFF 2px solid;
  display: inline-block;
  line-height: 120%;
}

article.contents {
  margin-bottom: 40px;
}

#main-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background: #FFF;
  /*.m-inner {
  	background: no-repeat 50% 50%;
  }*/
}
#main-visual .l-inner {
  background: no-repeat 50% 50%;
}
#main-visual .pager-item {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
}
#main-visual .pager-item div {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
#main-visual .pager-item div .prev-button,
#main-visual .pager-item div .next-button {
  /*スライドボタン非表示*/
  /*display: none;*/
  /***************/
  width: 50px;
  height: 100px;
  position: absolute;
  top: 40%;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  cursor: pointer;
}
#main-visual .pager-item div .prev-button {
  background: url(../images/contents/top_slide_prev.png) no-repeat;
  left: 0;
}
#main-visual .pager-item div .next-button {
  background: url(../images/contents/top_slide_next.png) no-repeat;
  right: 0;
}
#main-visual .pager-item div ul {
  position: absolute;
  width: 100%;
  height: 30px;
  padding-top: 20px;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  z-index: 40;
}
#main-visual .pager-item div ul .pager-button {
  /*スライドボタン非表示*/
  /*display: none !important;*/
  /***************/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #FFF;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  background: url(../images/common/visual_control_normal.png) no-repeat;
  margin: 0 5px;
  outline: 0;
}
#main-visual .pager-item div ul .current {
  background: url(../images/common/visual_control_current.png) no-repeat;
}
#main-visual .photo-area {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 0;
  z-index: 20;
}
#main-visual .photo-area div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main-visual .photo-area div a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
}
#main-visual .photo-area div a.load {
  background: url(../images/common/loading.gif) no-repeat 50% 50% #fefbf5;
  background-size: auto auto;
}
#main-visual .photo-area div a.load:hover:after {
  display: none;
}
#main-visual .photo-area div a:hover:after {
  position: absolute;
  bottom: 0 !important;
  content: attr(rel);
  display: block;
  background: url(../images/contents/top_overlay_block.png) 0 0 repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#main-visual .hagukumi-logo {
  position: absolute;
  right: 50%;
  top: 5px;
  width: 960px;
  margin-right: -480px;
  text-align: left;
  pointer-events: none;
  z-index: 30;
}

#main-visual .visit-info {
  position: absolute;
  right: 50%;
  top: -400px;
  width: 284px;
  margin-right: -480px;
  z-index: 30;
}
#main-visual .visit-info h1 {
  color: #824217;
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 180%;
  text-align: center;
  background: url(../images/contents/top_visit_bg01.png) repeat-x left center;
}
#main-visual .visit-info h1 span {
  display: inline-block;
  padding: 0 12px;
  background: #FFF;
}
#main-visual .visit-info .top-info {
  background: url(../images/contents/top_visit_fl01.png) repeat-y bottom center white;
  padding: 10px 18px 0;
}
#main-visual .visit-info .bottom-info {
  position: relative;
  padding: 0 18px;
}
#main-visual .visit-info .bottom-info:after {
  content: url(../images/contents/top_visit_fl02.png);
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: -1;
}
#main-visual .visit-info .w-position01 {
  padding-left: 0.2em;
  display: inherit;
}
#main-visual .visit-info .w-position02 {
  padding-left: 0.12em;
  display: inherit;
}
#main-visual .visit-info .period {
  position: relative;
  min-height: 60px;
  font-family: 'Cabin-Medium';
  font-size: 480%;
  /*font-size: 580%;*/
  /*font-size: 530%;*/
  /*font-size: 450%;*/
  /*font-size: 420%;*/
  text-align: center;
  line-height: 1.1;
  margin: 5px 0 0;
}
#main-visual . .period:before, #main-visual .visit-info .period:after {
visit-info  content: "";
  position: absolute;
}
#main-visual .visit-info .period:before {
  bottom: 10px;
  left: 5px;
  width: 38px;
  height: 38px;
  background: url(../images/contents/top_visit_bg03.png) no-repeat;
}
#main-visual .visit-info .period:after {
  top: -3px;
  right: 0px;
  width: 34px;
  height: 37px;
  background: url(../images/contents/top_visit_bg04.png) no-repeat;
}
#main-visual .visit-info .period .mon {
  font-size: 50%;
  vertical-align: top;
}
#main-visual .visit-info .period .sat,
#main-visual .visit-info .period .sun,
#main-visual .visit-info .period .weekday {
  font-size: 25%;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.0;
  width: 0.5em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#main-visual .visit-info .period .sat {
  color: #006DBE;
}
#main-visual .visit-info .period .sun {
  color: #C90604;
}
#main-visual .visit-info .period .weekday {
  color: #333;
}
#main-visual .visit-info p {
  font-size: 120%;
  overflow: hidden;
  *zoom: 1;
}
#main-visual .visit-info p img {
  margin-right: 10px;
}
#main-visual .visit-info p .sat {
  color: #006DBE;
}
#main-visual .visit-info p .sun {
  color: #c90604;
}
#main-visual .visit-info p .weekday {
  color: #333;
}
#main-visual .visit-info p b {
  font-size: 133.3%;
  font-weight: bold;
}
#main-visual .visit-info .text {
  padding-top: 20px;
  text-align: center;
}
#main-visual .visit-info .text:before {
  position: absolute;
  display: inline-block;
  content: url(../images/contents/top_visit_bg02.png);
  top: 0;
  left: 50%;
  width: 246px;
  height: 8px;
  margin-top: -4px;
  margin-left: -123px;
}
#main-visual .visit-info .small {
  font-size: 100%;
}
#main-visual .visit-info ul {
  margin: 10px 0;
  font-size: 120%;
}
#main-visual .visit-info .button a {
  background: #EB4664;
  color: #fff;
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 160%;
  display: block;
  padding: 5px 0 3px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  behavior: url("../js/PIE.htc");
}

.main-area {
  width: 642px;
  float: left;
  margin-bottom: 5px;
}
.main-area .new {
  position: absolute;
  top: 5px;
  left: 5px;
  margin-top: 0 !important;
}
.main-area .new-under {
  position: absolute;
  bottom: 116px;
  top: unset;
  left: 5px;
  margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .main-area .new-under {
    bottom: 184px;
  }
}
.main-area .new-left {
  position: absolute;
  right: 5px;
  top: 5px;
  left: unset;
  margin-top: 0 !important;
}
.main-area .special-banner {
  margin-bottom: 20px;
}
.main-area .special-banner a {
  position: relative;
  display: block;
  color: #333;
  margin-bottom: 20px;
}
.main-area .special-banner a h3 {
  font-size: 140%;
  font-weight: bold;
  color: #613114;
}
.main-area .special-banner a p {
  font-size: 120%;
}
.main-area .special-banner a img {
  margin-bottom: 5px;
}
.main-area .recommend h1 {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 180%;
  margin-bottom: 20px;
}
.main-area .recommend h1 b {
  font-size: 122.2%;
}
.main-area .recommend .panorama-box {
  width: 410px;
  display: inline-block;
  padding: 0;
}
.main-area .recommend .panorama-box .panorama {
  margin: 0;
}
.main-area .recommend section {
  position: relative;
  background: #fff;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #e5dcd3;
  margin-bottom: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url("../js/PIE.htc");
  overflow: hidden;
  *zoom: 1;
}


.main-area .recommend section.large figure {
  width: 640px;
}

.main-area .recommend section.large div {
  padding-bottom: 20px;
  width: auto;
  display: block;
}
.main-area .recommend section.large div h2 {
  font-size: 220%;
}
.main-area .recommend section.large div .left-box {
  float: left;
  width: 330px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-area .recommend section.large div .left-box .kengaku {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #EB4764;
  background-color: #fff1f6;
  padding: 10px 14px;
  width: 74%;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-area .recommend section.large div .left-box .kengaku {
    width: auto;
    font-size: 17px;
  }
}
.main-area .recommend section.large div .left-box .kengaku span {
  font-size: 12px;
  color: #333;
  display: block;
  margin-top: -5px;
}
.main-area .recommend section.large div .right-box {
  float: right;
  width: 250px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-area .recommend section.large div .area {
  margin: 0;
}
.main-area .recommend section.large div .bt-area .visit-bt {
  float: left;
  margin-left: 10px;
}
.main-area .recommend section .bt-area {
  width: 200px;
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  color: #FFF;
  margin-top: 10px;
}
.main-area .recommend section .bt-area .order-bt,
.main-area .recommend section .bt-area .visit-bt {
  margin: 0;
  padding: 5px 0 0 10px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  behavior: url("../js/PIE.htc");
}
.main-area .recommend section .bt-area .order-bt {
  float: left;
  width: 76px;
  height: 21px;
  background: #41ADC5;
  border: #D0F2FB 2px solid;
}
.main-area .recommend section .bt-area .visit-bt {
  float: right;
  width: 86px;
  height: 21px;
  padding: 5px 0 0 10px;
  background: #EB4764;
  border: #F9C5CE 2px solid;
}
.main-area .recommend section .bt-area .arrow {
  padding-left: 10px;
  background: url(../images/contents/top_bukken_arrow.png) left center no-repeat;
}
.main-area .recommend section .bt-area a:hover {
  display: block;
}
.main-area .recommend section .bt-area a:hover .order-bt,
.main-area .recommend section .bt-area a:hover .visit-bt {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.main-area .recommend section a {
  color: inherit;
  text-decoration: none;
}
.main-area .recommend section figure,
.main-area .recommend section div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.main-area .recommend section figure {
  width: 410px;
}
.main-area .recommend section div {
  width: 205px;
  padding: 0 10px;
}
.main-area .recommend section div h2 {
  color: #613114;
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 180%;
  line-height: 120%;
}
.main-area .recommend section div p {
  font-size: 120%;
  line-height: 160%;
  margin: 8px 0 0;
}
.main-area .recommend section div .area {
  overflow: hidden;
  *zoom: 1;
  font-size: 110%;
}
.main-area .recommend section div .area b {
  float: left;
  width: 4.1em;
  background: #613114;
  color: #fff;
  margin-right: 0.5em;
  padding: 0.3em 0.5em 0.2em;
  text-align: center;
}
.main-area .recommend section div .area span {
  display: block;
  margin-left: 5.6em;
  line-height: 140%;
}
.main-area .sold-out {
  overflow: hidden;
  *zoom: 1;
  margin: 0 -20px 20px 0;
  padding-top: 10px;
}
.main-area .sold-out li {
  float: left;
  margin: 0 20px 12px 0;
  width: 310px;
  height: 210px;
}
.main-area .sold-out li a:link,
.main-area .sold-out li a:visited {
  color: #613114;
}
.main-area .sold-out li h3 {
  font-size: 110%;
  color: #613114;
  font-weight: normal;
}
.main-area .sold-out li h3 img {
  margin-bottom: 5px;
  display: block !important;
}

.side-area {
  width: 280px;
  float: right;
  margin: 0 0 30px;
}
.side-area h2 {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 160%;
  margin-bottom: 15px;
}
.side-area h2 b {
  font-size: 125%;
}
.side-area .project li,
.side-area .side-banner li {
  position: relative;
}
.side-area .project li .new,
.side-area .side-banner li .new {
  position: absolute;
  top: 7px;
  left: 7px;
}
.side-area .project {
  /*border-bottom: 4px double $site-shadow;*/
  margin-bottom: 30px;
  /*.soon {
  	border-bottom: 1px solid $site-shadow;
  }*/
}
.side-area .project .individual-intro li,
.side-area .project .soon li {
  margin-bottom: 20px;
}
.side-area .project .individual-intro li:last-child,
.side-area .project .soon li:last-child {
  margin-bottom: 25px;
}
.side-area .project .individual-intro li a, .side-area .project .individual-intro li span,
.side-area .project .soon li a,
.side-area .project .soon li span {
  color: inherit;
  font-size: 110%;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.side-area .project .individual-intro li a h3, .side-area .project .individual-intro li span h3,
.side-area .project .soon li a h3,
.side-area .project .soon li span h3 {
  color: #613114;
  font-weight: bold;
}
.side-area .project .individual-intro li a h3 img, .side-area .project .individual-intro li span h3 img,
.side-area .project .soon li a h3 img,
.side-area .project .soon li span h3 img {
  float: left;
  margin-right: 10px;
}
.side-area .project .individual-intro li.preceding,
.side-area .project .soon li.preceding {
  padding-bottom: 10px;
  background: #fff;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #e5dcd3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url("../js/PIE.htc");
}
.side-area .project .individual-intro li.preceding a p, .side-area .project .individual-intro li.preceding span p,
.side-area .project .soon li.preceding a p,
.side-area .project .soon li.preceding span p {
  margin-bottom: 10px;
}
.side-area .project .individual-intro li.preceding a p img, .side-area .project .individual-intro li.preceding span p img,
.side-area .project .soon li.preceding a p img,
.side-area .project .soon li.preceding span p img {
  border-radius: 5px 5px 0 0;
}
.side-area .project .individual-intro li.preceding a h3, .side-area .project .individual-intro li.preceding span h3,
.side-area .project .soon li.preceding a h3,
.side-area .project .soon li.preceding span h3 {
  font-size: 120%;
  padding: 0 15px;
}
.side-area .project .individual-intro li.preceding .bt-area,
.side-area .project .soon li.preceding .bt-area {
  overflow: hidden;
  *zoom: 1;
  padding: 0 15px;
  margin-top: 10px;
}
.side-area .project .individual-intro li.preceding .bt-area .order-bt,
.side-area .project .individual-intro li.preceding .bt-area .visit-bt,
.side-area .project .soon li.preceding .bt-area .order-bt,
.side-area .project .soon li.preceding .bt-area .visit-bt {
  height: 21px;
  margin: 0;
  padding: 5px 0 3px 20px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  behavior: url("../js/PIE.htc");
  font-size: 120%;
}
.side-area .project .individual-intro li.preceding .bt-area .order-bt,
.side-area .project .soon li.preceding .bt-area .order-bt {
  float: right;
  width: 90px;
  background: #41ADC5;
  border: #D0F2FB 2px solid;
}
.side-area .project .individual-intro li.preceding .bt-area .visit-bt,
.side-area .project .soon li.preceding .bt-area .visit-bt {
  float: left;
  width: 100px;
  background: #EB4764;
  border: #F9C5CE 2px solid;
}
.side-area .project .individual-intro li.preceding .bt-area .arrow,
.side-area .project .soon li.preceding .bt-area .arrow {
  padding-left: 10px;
  background: url(../images/contents/top_bukken_arrow.png) left center no-repeat;
}
.side-area .project .individual-intro li.preceding .bt-area a,
.side-area .project .soon li.preceding .bt-area a {
  display: inline;
  padding: 0;
  color: #FFF;
}
.side-area .project .individual-intro li.preceding .bt-area a:hover .order-bt,
.side-area .project .individual-intro li.preceding .bt-area a:hover .visit-bt,
.side-area .project .soon li.preceding .bt-area a:hover .order-bt,
.side-area .project .soon li.preceding .bt-area a:hover .visit-bt {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.side-area .project .individual-intro {
  margin-bottom: 25px;
}
.side-area .project .individual-intro h2 {
  background: #fefbf5;
  color: #613114;
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 160%;
  position: relative;
  padding: 8px 0;
  border-top: 1px solid #a99382;
  border-bottom: 1px solid #a99382;
  text-align: center;
  margin-bottom: 30px;
}
.side-area .project .individual-intro h2:before, .side-area .project .individual-intro h2:after {
  content: '';
  position: absolute;
  border: solid transparent;
  left: 50%;
  margin-left: -13px;
}
.side-area .project .individual-intro h2:before {
  bottom: -26px;
  border-width: 13px;
  border-top-color: #a99382;
}
.side-area .project .individual-intro h2:after {
  bottom: -25px;
  border-width: 13px;
  border-top-color: #fefbf5;
}
.side-area .side-banner {
  font-size: 105%;
}
.side-area .side-banner li {
  margin-bottom: 20px;
}
.side-area .side-banner li a {
  color: inherit !important;
}
.side-area .side-banner li a img {
  display: block !important;
  margin-bottom: 5px;
}
.side-area .side-banner li a h3 {
  font-size: 110%;
  color: #613114;
  font-weight: bold;
}
.side-area .side-movie {
  padding: 10px 0;
  border: 2px solid #F28C9E;
  background: #FEF0F2;
  text-align: center;
  margin-bottom: 20px;
}
.side-area .side-movie h3 {
  margin-bottom: 10px;
}
.side-area .side-movie ul {
  width: 240px;
  margin: 0 auto;
}
.side-area .side-movie ul li {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.side-area .side-movie ul li:last-child {
  margin-bottom: 0;
}
.side-area .side-movie ul li .new {
  position: absolute;
  top: 5px;
  left: 5px;
}
.side-area .side-movie ul li img {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
.side-area .side-movie ul li a {
  color: #613114;
  font-size: 110%;
}
.side-area .side-movie.location {
  border: 2px solid #AFDA81;
  background: #EDF9D9;
}
.side-area .side-movie.hag-movie {
  border: 2px solid #B3A41C;
  background: #F9F4D9;
}

.blog-area .blog-info {
  background: url(../images/common/loading.gif) no-repeat 50% 85% white !important;
  position: relative;
  behavior: url("../js/PIE.htc");
  min-height: 150px;
  margin-left: -2px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #e5dcd3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url("../js/PIE.htc");
}
.blog-area .blog-info a {
  border: none !important;
}
.blog-area .blog-info h3 {
  position: relative;
  margin-bottom: 15px;
}
.blog-area .blog-info h3 .title {
  position: absolute !important;
  display: block !important;
  width: 4.4em !important;
  top: 23px;
  left: 87%;
  margin-left: -4.5em;
  background: url(../images/contents/top_bukken_arrow.png) 10px center no-repeat #ee6696 !important;
  color: #FFF !important;
  padding: 5px 10px !important;
  text-align: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url("../js/PIE.htc");
  font-size: 140%;
  margin-bottom: 10px;
}
.blog-area .blog-info dl {
  background: #FFF;
  line-height: 120%;
  overflow: hidden;
  *zoom: 1;
  font-size: 120% !important;
}
.blog-area .blog-info dl dt {
  background: #FFF;
  float: left;
  clear: left;
  padding: 0 0 10px 15px;
}
.blog-area .blog-info dl dd {
  float: left;
  width: 175px;
  padding: 0 0 5px;
}
.blog-area .blog-info dl dd a {
  color: #0099CC !important;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.originalstyle-area {
  width: 960px;
  margin: 30px auto 50px;
}
.originalstyle-area .title-area {
  position: relative;
  margin-bottom: 2px;
}
.originalstyle-area .title {
  height: 64px;
  padding-top: 20px;
  box-sizing: border-box;
  background: url(../images/contents/top_originalstyle_title_bg.jpg);
  background-size: cover;
  text-align: center;
}
.originalstyle-area .tag {
  position: absolute;
  top: 15px;
  right: 100px;
}
.originalstyle-area .originalstyle-list {
  overflow: hidden;
  *zoom: 1;
}
.originalstyle-area .originalstyle-list li {
  float: left;
}
.originalstyle-area .originalstyle-list li.originalstyle-nagao2 a:after {
  background-image: url(../images/contents/top_originalstyle_image01.jpg);
}
.originalstyle-area .originalstyle-list li.originalstyle-ikeda a:after {
  background-image: url(../images/contents/top_originalstyle_image02.jpg);
}
.originalstyle-area .originalstyle-list li.originalstyle-mitsuya a:after {
  background-image: url(../images/contents/top_originalstyle_image03.jpg);
}
.originalstyle-area .originalstyle-list li.originalstyle-nakaburi a:after {
  background-image: url(../images/contents/top_originalstyle_image04.jpg);
}
.originalstyle-area .originalstyle-list li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 238px;
  height: 300px;
  border-right: 2px solid #FFF;
  transition: all .2s;
}
.originalstyle-area .originalstyle-list li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.originalstyle-area .originalstyle-list li a:hover:after {
  transform: scale(1.06);
}
.originalstyle-area .originalstyle-list li:last-child a {
  width: 240px;
  border-right: none;
}
.originalstyle-area .originalstyle-list li .text-area {
  display: table;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0.9);
}
.originalstyle-area .originalstyle-list li .text-area .inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.originalstyle-area .originalstyle-list li .text-area .object-title {
  font-family: 'Rounded M+ 2p';
  font-size: 160%;
  color: #613114;
  font-weight: bold;
  line-height: 1.2;
}
.originalstyle-area .originalstyle-list li .text-area .text {
  margin-top: 5px;
  font-size: 120%;
  color: #333;
}

@media screen and (max-width: 640px) {
  .originalstyle-area {
    width: auto;
    margin: 10px 10px 30px;
  }
  .originalstyle-area .title {
    height: 100px;
  }
  .originalstyle-area .title img {
    width: 90%;
    max-width: 320px;
    height: auto;
  }
  .originalstyle-area .tag {
    top: auto;
    right: 50%;
    bottom: 10px;
    margin-right: -89px;
  }
  .originalstyle-area .originalstyle-list {
    margin-left: -0.6%;
  }
  .originalstyle-area .originalstyle-list li {
    width: 49.4%;
    margin: 0 0 2px 0.6%;
  }
  .originalstyle-area .originalstyle-list li a {
    width: 100%;
    height: 200px;
    border-right: none;
  }
  .originalstyle-area .originalstyle-list li a:after {
    background-size: cover;
  }
  .originalstyle-area .originalstyle-list li:last-child a {
    width: 100%;
  }
  .originalstyle-area .originalstyle-list li .text-area {
    height: 66px;
  }
  .originalstyle-area .originalstyle-list li .text-area .object-title {
    font-size: 140%;
  }
  .originalstyle-area .originalstyle-list li .text-area .text {
    margin-top: 2px;
  }
}
#model-house {
  width: 960px;
}
#model-house a {
  display: block;
}
#model-house a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#model-house a img {
  opacity: 1;
}
#model-house h2 {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 220%;
  margin-bottom: 20px;
  color: #EB4764;
  text-align: center;
}
#model-house h3 {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 200%;
  margin-bottom: 20px;
  color: #613114;
}
#model-house .inner {
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e5dcd3;
  border-bottom: 2px solid #e5dcd3;
  background: #FFF;
}
#model-house .inner p {
  font-size: 120%;
}
#model-house .inner figure {
  width: 42.7%;
  display: inline-block;
}
#model-house .inner figure img {
  width: 100%;
}
#model-house .inner figure:hover {
  opacity: 1;
}
#model-house .inner .txt-area {
  padding: 20px;
  width: 57.3%;
  display: inline-block;
  color: #333;
}
#model-house .inner .txt-area .name {
  font-size: 140%;
  margin-bottom: 10px;
}
#model-house .inner .txt-area .tag {
  background: #613114;
  color: #fff;
  padding: 0.3em 0.5em 0.2em;
  margin-right: 0.5em;
}

.other-contents {
  background: url(../images/common/bg_contents_border.png) no-repeat 0 0;
  width: 960px;
  padding-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.other-contents .l-frame {
  width: 990px;
  margin-right: -30px;
  overflow: hidden;
  *zoom: 1;
}
.other-contents .map-intro,
.other-contents .sign-up,
.other-contents .news-area {
  width: 300px;
  min-height: 290px;
  float: left;
  margin-right: 30px;
}
.other-contents .map-intro,
.other-contents .sign-up {
  background: #fff;
  border-bottom: 2px solid #e5dcd3;
}
.other-contents .map-intro {
  font-size: 130%;
}
.other-contents .map-intro p {
  padding: 15px 15px 10px;
}
.other-contents .sign-up ul {
  padding: 10px 10px 0;
}
.other-contents .sign-up ul li {
  font-family: 'Rounded M+ 2p';
  text-shadow: 0 0 1px #aaa;
  -webkit-text-stroke-width: 0.1px;
  font-size: 160%;
  margin-bottom: 10px;
}
.other-contents .sign-up ul li a {
  background: url(../images/common/bg_right_arrow04.gif) no-repeat 10px 50%;
  color: inherit;
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  border: 2px solid #F5C1D3;
}
.other-contents .sign-up ul li.trial {
  margin-bottom: 15px;
}
.other-contents .sign-up ul li.trial a {
  position: relative;
  color: #fff;
  height: 76px;
  line-height: 76px;
  padding-left: 40px;
  background: #f587a3 url(../images/common/bg_right_arrow03.png) no-repeat 10px 50%;
}
.other-contents .sign-up ul li.trial a img {
  position: absolute;
  top: 5px;
  right: 5px;
}
.other-contents .sign-up p {
  padding: 10px 15px;
  font-size: 120%;
}
.other-contents .sign-up p b {
  color: #EB4664;
}
.other-contents .news-area {
  width: 290px;
  height: 290px;
  overflow: auto;
  font-size: 120%;
  padding-right: 10px;
}
.other-contents .news-area dt {
  font-weight: bold;
}
.other-contents .news-area dd {
  margin-bottom: 25px;
}

footer.contents {
  background: url(../images/common/bg_footer.png);
  width: 100%;
  padding: 20px 0 40px;
}
footer.contents .l-frame {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
footer.contents .banner-list {
  width: 990px;
  margin-right: -30px;
  overflow: hidden;
  *zoom: 1;
}
footer.contents .banner-list li {
  width: 300px;
  float: left;
  margin: 0 30px 15px 0;
}
footer.contents .update-info {
  font-size: 120%;
}
footer.contents .update-info dt,
footer.contents .update-info dd {
  display: inline;
}
footer.contents .update-info dd {
  padding-right: 10px;
}

/* 総合トップ（1010px以下）
---------------------------------- */
@media screen and (max-width: 1010px) {
  #main-visual .prev-button {
    left: -50px !important;
  }
  #main-visual .next-button {
    right: -50px !important;
  }
}
/* 総合トップ（640px以下）
---------------------------------- */
@media screen and (max-width: 640px) {
  header.contents {
    margin-bottom: 0;
  }

  body#top {
    background-position: 0 370px;
  }

  .blog-area {
    width: auto;
  }
  .blog-area ul {
    padding: 0 5px;
  }
  .blog-area .blog-info h3 {
    position: relative;
  }
  .blog-area .blog-info h3 img {
    width: 100%;
    height: auto;
  }
  .blog-area .blog-info h3 .title {
    top: 33%;
    font-size: 13px;
  }
  .blog-area .blog-info dl dt {
    float: none;
  }
  .blog-area .blog-info dl dd {
    float: none;
    width: auto;
    padding: 0 0 10px 15px;
  }

  .sold-out {
    background: url(../images/common/bg_contents_border.png) no-repeat 0 0;
    padding-top: 30px;
  }
  .sold-out li {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
  .sold-out li a:link,
  .sold-out li a:visited {
    color: #613114;
  }
  .sold-out li h3 {
    width: 100%;
    color: #613114;
  }
  .sold-out li h3 img {
    /*max-width: 300px;*/
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    display: block !important;
  }

  header.global .l-frame .site-logo {
    position: absolute;
    top: 12px;
  }
  header.global .l-frame .g-nav ul {
    border-bottom: 1px solid #fff;
  }
  header.global .l-frame .g-nav ul li {
    margin-left: 0;
    font-size: 160%;
  }
  header.global .l-frame .g-nav ul li.home {
    display: none;
  }
  header.global .l-frame .g-nav ul li.order-bt {
    margin-left: 0;
    border-bottom: none !important;
  }
  header.global .l-frame .company-info {
    margin-top: 80px;
  }

  header.contents {
    /*.holiday {
    	width: auto;
    	margin: 0 10px 35px;
    	text-align: left;
    }*/
  }
  header.contents .update-info {
    padding: 0 10px;
  }
  header.contents .l-frame {
    width: 100%;
  }
  header.contents .left-box {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  header.contents .holiday {
    width: auto;
    margin: 0 10px 35px;
    padding: 3px;
  }
  header.contents .holiday:before {
    left: -6px;
    background: url(../images/contents/top_winter_image01_sp.png);
    width: 46px;
    height: 106px;
  }
  header.contents .holiday:after {
    top: 0;
    right: 0;
    background: url(../images/contents/top_winter_image02_sp.png);
    width: 36px;
    height: 114px;
  }
  header.contents .holiday .holiday-inner {
    padding: 20px 36px;
  }
  header.contents .holiday h1 {
    margin-bottom: 14px;
  }
  header.contents .holiday h1 img {
    max-width: 268px;
    width: 100%;
    height: auto;
  }
  header.contents .holiday small {
    margin-top: 6px;
  }

  .flyer {
    width: 100%;
  }
  .flyer .flyer-area h1 {
    margin-left: 10px;
  }
  .flyer .flyer-area-noJS {
    float: none;
    margin-left: 10px;
  }

  article.contents {
    margin-bottom: 0;
  }

  footer.contents {
    padding-top: 0;
  }

  #main-visual {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
  }
  #main-visual .l-inner {
    background-position: 24% 50%;
    background-size: auto 100%;
  }
  #main-visual .l-frame {
    width: 100%;
    height: 370px;
  }
  #main-visual .pager-item {
    width: 100%;
    height: 370px;
    top: 0;
  }
  #main-visual .pager-item div {
    position: relative;
    width: 100%;
    height: 370px;
    margin: 0;
  }
  #main-visual .pager-item div .prev-button,
  #main-visual .pager-item div .next-button {
    width: 30px;
    background-size: 30px;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
  }
  #main-visual .pager-item div .prev-button {
    left: 0 !important;
  }
  #main-visual .pager-item div .next-button {
    right: 0 !important;
  }
  #main-visual .photo-area {
    width: 100%;
    height: 370px;
    margin: 0;
    overflow: hidden;
  }
  #main-visual .photo-area div {
    width: 100%;
    height: 370px;
  }
  #main-visual .photo-area div a {
    background-repeat: no-repeat;
    background-position: 42% 0;
    background-size: auto 370px;
    width: 100%;
    height: 370px;
  }
  #main-visual .hagukumi-logo {
    top: 10px;
    bottom: auto;
    width: 100%;
    margin-right: 0;
  }
  #main-visual .visit-info {
    background: url(../images/contents/top_visit_fl01.png) repeat-y top center white;
    right: 50%;
    top: 530px !important;
    margin-right: -142px;
    z-index: 0;
  }
  #main-visual .visit-info .top-info {
    padding-top: 15px;
    background: none;
  }
  #main-visual .visit-info .bottom-info {
    padding-bottom: 15px;
  }
  #main-visual .visit-info .bottom-info:after {
    content: none;
  }
  #main-visual .visit-info:before {
    position: absolute;
    top: 0;
    content: url(../images/contents/top_visit_fl_sp01.png);
    height: 11px;
  }
  #main-visual .visit-info:after {
    position: absolute;
    bottom: 0;
    content: url(../images/contents/top_visit_fl_sp02.png);
    height: 11px;
  }

  .main-area {
    background: url(../images/common/bg_contents_border.png) no-repeat 0 bottom;
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
  .main-area .special-banner {
    padding: 0 10px;
  }
  .main-area .special-banner a img {
    width: 100%;
    height: auto;
  }
  .main-area .recommend h1 {
    text-align: center;
    margin-top: 20px;
  }
  .main-area .recommend .panorama-box {
    width: 100%;
    margin: 0;
  }
  .main-area .recommend .panorama-box .panorama {
    width: 100%;
  }
  .main-area .recommend .panorama-box .panorama img {
    width: 100%;
    height: auto;
  }
  .main-area .recommend section {
    border: 1px solid #e5dcd3;
    border-bottom: 2px solid #e5dcd3;
    margin: 0 5px 30px;
  }
  .main-area .recommend section.large {
    padding-bottom: 10px;
  }
  .main-area .recommend section.large figure {
    width: auto;
    padding: 10% 0;
    background: #000;
    margin-bottom: 0;
  }
  .main-area .recommend section.large figure img {
    width: 100%;
    height: auto;
  }
  .main-area .recommend section.large div {
    padding-bottom: 0;
  }
  .main-area .recommend section.large div h2 {
    font-size: 180%;
  }
  .main-area .recommend section.large div .left-box,
  .main-area .recommend section.large div .right-box {
    float: none;
    width: auto;
    margin: 0;
  }
  .main-area .recommend section.large div .area {
    margin-top: 10px;
  }
  .main-area .recommend section.large div .bt-area .visit-bt {
    float: right;
    margin-left: 0;
  }
  .main-area .recommend section div {
    margin: 0 10px;
  }
  .main-area .recommend section .bt-area {
    width: 100%;
    margin: 15px -10px 0;
  }
  .main-area .recommend section .bt-area .order-bt,
  .main-area .recommend section .bt-area .visit-bt {
    width: 41%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-area .recommend section .bt-area .order-bt {
    margin-left: 10px;
  }
  .main-area .recommend section .bt-area .visit-bt {
    margin-right: 10px;
  }
  .main-area .recommend section figure,
  .main-area .recommend section div {
    width: 100%;
  }
  .main-area .recommend section figure img {
    width: 100%;
    height: auto;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
  }
  .main-area .recommend section div {
    padding: 10px 0;
  }
  .main-area .recommend section h2 {
    font-size: 180%;
  }
  .main-area .recommend section p {
    font-size: 120%;
  }
  .main-area .recommend section .area {
    margin: 10px 0 0;
  }
  .main-area .recommend section .area b,
  .main-area .recommend section .area span {
    width: auto !important;
    /*br {
    	display: none;
    }*/
  }

  .side-area {
    margin: 0 auto 20px;
    padding: 25px 10px 0;
    float: none;
    width: auto;
  }
  .side-area h2 {
    text-align: center;
  }
  .side-area .project {
    margin-bottom: 0;
  }
  .side-area .project .soon h1 {
    text-align: center;
  }
  .side-area .project .soon li.preceding a,
  .side-area .project .individual-intro li.preceding a {
    width: auto;
  }
  .side-area .project .soon li.preceding a p img,
  .side-area .project .individual-intro li.preceding a p img {
    display: block;
    /*max-width: 300px;*/
    width: 100%;
    height: auto;
  }
  .side-area .project .soon li.preceding .bt-area,
  .side-area .project .individual-intro li.preceding .bt-area {
    width: auto;
  }
  .side-area .project .soon li.preceding .bt-area .order-bt,
  .side-area .project .soon li.preceding .bt-area .visit-bt,
  .side-area .project .individual-intro li.preceding .bt-area .order-bt,
  .side-area .project .individual-intro li.preceding .bt-area .visit-bt {
    width: 40%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .side-area .project .soon li.preceding .bt-area .visit-bt,
  .side-area .project .individual-intro li.preceding .bt-area .visit-bt {
    margin-right: 2%;
  }
  .side-area .side-movie {
    width: 300px;
    margin: 0 auto 30px;
  }

  .side-banner li img {
    display: block;
    /*max-width: 300px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #model-house {
    width: auto;
    margin: 0 10px;
  }
  #model-house h3 {
    width: auto;
    font-size: 180%;
  }
  #model-house .inner {
    display: block;
  }
  #model-house .inner figure {
    width: 100%;
  }
  #model-house .inner .txt-area {
    width: auto;
  }
  #model-house .inner .txt-area .tag {
    width: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
  }
  #model-house .inner .txt-area .area {
    display: flex;
  }

  .other-contents {
    background: url(../images/contents/top_sp_bg01.gif) repeat 0 0;
    width: auto;
    padding: 10px 5px;
    margin-bottom: 0;
  }
  .other-contents .l-frame {
    width: 100%;
    margin-right: 0;
  }
  .other-contents .map-intro,
  .other-contents .sign-up,
  .other-contents .news-area {
    width: 100%;
    min-height: 290px;
    float: left;
    margin-right: 30px;
  }
  .other-contents .sign-up {
    background: #fff;
    border-bottom: none;
  }
  .other-contents .map-intro {
    display: none;
  }
  .other-contents .sign-up ul {
    padding: 10px 10px 0;
  }
  .other-contents .sign-up ul li {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .other-contents .sign-up ul li a {
    background: url(../images/common/bg_right_arrow04.gif) no-repeat 10px 45%;
    color: inherit;
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
  }
  .other-contents .sign-up ul li.trial {
    margin-bottom: 15px;
  }
  .other-contents .sign-up ul li.trial a {
    color: #fff;
    height: 78px;
    line-height: 78px;
    padding-left: 40px;
    background-color: #F587A3;
    border: none;
  }
  .other-contents .sign-up p {
    padding: 10px 15px;
    font-size: 120%;
  }
  .other-contents .sign-up p b {
    color: #EB4664;
  }
  .other-contents .news-area {
    display: none;
  }

  footer.contents {
    padding-bottom: 50px;
  }
  footer.contents .l-frame {
    width: auto;
    margin: 0 10px;
  }
  footer.contents .banner-list {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  footer.contents .banner-list li {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  footer.contents .update-info {
    text-align: center;
  }
  footer.contents .update-info dd:last-child {
    padding-right: 0;
  }
}



/* 2020-11移行　TIILA更新
------------------------------------------------------ */
.kengakukai {
  position: absolute;
  right: 35px;
  top: -40px;
  z-index: 99999;
}
.kengakukai img{
max-width: 380px;
} 

/* CSSアニメーションの指定 */
.fade-in{ 
　opacity:0;
  animation-name:news01;
  animation-duration:3s; 
  /*animation-iteration-count: infinite;*/
  animation-fill-mode: forwards;
}
@keyframes news01 {
0% {
 opacity: 0.5;
 transform: translateY(-40px);
}
  100%{
    opacity: 1;
     transform: translateY(0);
  }
}

.main-area .kanbai {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 200% !important;
    font-weight: bold;
    color: #ff5050;
    z-index: 9999;
    text-align: center;
    -webkit-text-shadow:0 0 5px #fff; /* Safari, Chrome */
    -moz-text-shadow:0 0 5px #fff; /* Firefox */
    text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.main-area .recommend section.done figure::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #a0a0a0;
    opacity: 0.7;
    display:block
}

/* 総合トップ（640px以下）
---------------------------------- */
@media screen and (max-width: 640px) {
  .kengakukai {
    right: 5px;
    top: -20px
  }
  .kengakukai img{
  max-width: 180px;
  }
  .main-area .kanbai {
    font-size: 140% !important;
  }
}

