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

    Reset

*****************************************/
/* Reset Style */
/* line 10, ../sass/inc/_base.scss */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

/* line 15, ../sass/inc/_base.scss */
html, body {
  font-family: 'Roboto Regular','Helvetica Neue',Helvetica,Arial,'YuGothic', 'Yu Gothic','游ゴシック','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','Meiryo','メイリオ','ＭＳ ゴシック',sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 23, ../sass/inc/_base.scss */
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* line 28, ../sass/inc/_base.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 33, ../sass/inc/_base.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

/* line 37, ../sass/inc/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* line 42, ../sass/inc/_base.scss */
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* line 48, ../sass/inc/_base.scss */
ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 49, ../sass/inc/_base.scss */
li {
  list-style-type: none;
}

/* line 52, ../sass/inc/_base.scss */
.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 57, ../sass/inc/_base.scss */
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 62, ../sass/inc/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 70, ../sass/inc/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, ../sass/inc/_base.scss */
caption, th {
  text-align: left;
}

/* line 79, ../sass/inc/_base.scss */
q:before, q:after {
  content: '';
}

/* line 83, ../sass/inc/_base.scss */
img,
object,
embed {
  vertical-align: top;
}

/* line 89, ../sass/inc/_base.scss */
legend {
  display: none;
}

/* line 93, ../sass/inc/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 97, ../sass/inc/_base.scss */
img, abbr, acronym, fieldset {
  border: 0;
}

/* line 101, ../sass/inc/_base.scss */
li {
  list-style-type: none;
}

/* line 105, ../sass/inc/_base.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

/* line 109, ../sass/inc/_base.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 114, ../sass/inc/_base.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* line 120, ../sass/inc/_base.scss */
area {
  border: none;
  outline: none;
}

/* line 125, ../sass/inc/_base.scss */
em, strong {
  font-weight: bold;
}

/* line 128, ../sass/inc/_base.scss */
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 134, ../sass/inc/_base.scss */
.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* line 141, ../sass/inc/_base.scss */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

/* line 147, ../sass/inc/_base.scss */
.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

/* line 153, ../sass/inc/_base.scss */
.imgC,
.tC,
.btn {
  text-align: center;
}

/* line 159, ../sass/inc/_base.scss */
.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 165, ../sass/inc/_base.scss */
.tR,
.sign {
  text-align: right;
}

/* line 170, ../sass/inc/_base.scss */
.serif {
  font-family: 'YuMincho','Yu Mincho','游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}

/* line 174, ../sass/inc/_base.scss */
.opacity, .opTest img:hover {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55.0)";
}

/* line 181, ../sass/inc/_base.scss */
.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 186, ../sass/inc/_base.scss */
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* line 191, ../sass/inc/_base.scss */
.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 196, ../sass/inc/_base.scss */
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

/* line 201, ../sass/inc/_base.scss */
.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 205, ../sass/inc/_base.scss */
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/****************************************

    common

*****************************************/
/* line 217, ../sass/inc/_base.scss */
a:link {
  color: #333;
  text-decoration: none;
}

/* line 222, ../sass/inc/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 226, ../sass/inc/_base.scss */
a.disable {
  color: #333;
  cursor: default;
}

/* line 231, ../sass/inc/_base.scss */
a:visited {
  color: #333;
  text-decoration: none;
}

/* line 236, ../sass/inc/_base.scss */
a.disable:hover {
  text-decoration: none;
}

/* line 241, ../sass/inc/_base.scss */
.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

/* line 247, ../sass/inc/_base.scss */
.txtL {
  text-align: left;
}

/* line 248, ../sass/inc/_base.scss */
.txtR {
  text-align: right;
}

/* line 249, ../sass/inc/_base.scss */
.txtC {
  text-align: center;
}

/* line 251, ../sass/inc/_base.scss */
.line-h-2 {
  line-height: 2;
}

/* line 255, ../sass/inc/_base.scss */
.fade {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 260, ../sass/inc/_base.scss */
.fade:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80.0)";
}

/* line 269, ../sass/inc/_base.scss */
.mcf:before,
.mcf:after {
  content: " ";
  display: table;
}

/* line 275, ../sass/inc/_base.scss */
.mcf:after {
  clear: both;
}

/* line 279, ../sass/inc/_base.scss */
.mcf {
  *zoom: 1;
}

/****************************************

    スマホ対応

*****************************************/
/* line 288, ../sass/inc/_base.scss */
.hidden-xs {
  display: none;
}

/* line 292, ../sass/inc/_base.scss */
.hidden-pc {
  display: none;
}

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

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

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

		layout

*****************************************/
/* line 19, ../sass/common.scss */
body {
  color: #333;
}

/* line 23, ../sass/common.scss */
.wrap {
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-width: 1000px;
  min-height: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 32, ../sass/common.scss */
.ocher {
  color: #816239;
}

/* line 34, ../sass/common.scss */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 39, ../sass/common.scss */
.area-head {
  background: url(../img/common/bg_paper.png) repeat left top;
}
/* line 41, ../sass/common.scss */
.area-head .inr {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

/* line 48, ../sass/common.scss */
h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 100px;
}

/* line 56, ../sass/common.scss */
.g-nav {
  width: 770px;
  margin-left: 170px;
  overflow: hidden;
  *zoom: 1;
}
/* line 60, ../sass/common.scss */
.g-nav li {
  float: left;
}
/* line 62, ../sass/common.scss */
.g-nav li a {
  display: block;
  height: 0;
  padding-top: 100px;
  overflow: hidden;
  background: transparent url(../img/common/g_nav.png) no-repeat 0 0;
}
/* line 78, ../sass/common.scss */
.g-nav .nav-about a {
  width: 117px;
  background-position: 0 0;
}
/* line 81, ../sass/common.scss */
.g-nav .nav-about a.current, .g-nav .nav-about a:hover {
  background-position: 0 -100px;
}
/* line 88, ../sass/common.scss */
.g-nav .nav-mikan a {
  width: 116px;
  background-position: -117px 0;
}
/* line 91, ../sass/common.scss */
.g-nav .nav-mikan a.current, .g-nav .nav-mikan a:hover {
  background-position: -117px -100px;
}
/* line 98, ../sass/common.scss */
.g-nav .nav-bb a {
  width: 138px;
  background-position: -233px 0;
}
/* line 101, ../sass/common.scss */
.g-nav .nav-bb a.current, .g-nav .nav-bb a:hover {
  background-position: -233px -100px;
}
/* line 108, ../sass/common.scss */
.g-nav .nav-item a {
  width: 104px;
  background-position: -371px 0;
}
/* line 111, ../sass/common.scss */
.g-nav .nav-item a.current, .g-nav .nav-item a:hover {
  background-position: -371px -100px;
}
/* line 118, ../sass/common.scss */
.g-nav .nav-contact a {
  width: 102px;
  background-position: -475px 0;
}
/* line 121, ../sass/common.scss */
.g-nav .nav-contact a.current, .g-nav .nav-contact a:hover {
  background-position: -475px -100px;
}
/* line 128, ../sass/common.scss */
.g-nav .nav-fb a {
  width: 113px;
  background-position: -577px 0;
}
/* line 131, ../sass/common.scss */
.g-nav .nav-fb a.current, .g-nav .nav-fb a:hover {
  background-position: -577px -100px;
}
/* line 138, ../sass/common.scss */
.g-nav .nav-blog a {
  width: 80px;
  background-position: -690px 0;
}
/* line 141, ../sass/common.scss */
.g-nav .nav-blog a.current, .g-nav .nav-blog a:hover {
  background-position: -690px -100px;
}

/* line 149, ../sass/common.scss */
.container {
  height: 100%;
  padding-bottom: 142px;
  background: url(../img/common/bg_paper.png) repeat left top;
}

/* line 156, ../sass/common.scss */
.area-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
/* line 162, ../sass/common.scss */
.area-foot .inr {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* line 169, ../sass/common.scss */
.copy {
  text-align: center;
  padding-bottom: 20px;
}

/* line 174, ../sass/common.scss */
.home {
  min-height: 100%;
}
/* line 176, ../sass/common.scss */
.home .container {
  background: none;
}
/* line 179, ../sass/common.scss */
.home .area-news {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px;
  background: transparent url(../img/common/white_80p.png) repeat 0 0;
  z-index: 999;
}
/* line 187, ../sass/common.scss */
.home .area-news span {
  display: inline-block;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 195, ../sass/common.scss */
.home .area-keyimg {
  height: auto;
}
/* line 198, ../sass/common.scss */
.home .area-foot {
  width: 100%;
  background-color: #fff;
}

/* line 206, ../sass/common.scss */
.about .area-keyimg, .mikan .area-keyimg, .blueberry .area-keyimg, .item .area-keyimg {
  position: relative;
  height: 490px;
  margin-bottom: 120px;
  background: transparent url(../img/about/keyimg.jpg) no-repeat center bottom;
}
/* line 211, ../sass/common.scss */
.about .area-keyimg .mask, .mikan .area-keyimg .mask, .blueberry .area-keyimg .mask, .item .area-keyimg .mask {
  height: 100%;
  background: transparent url(../img/common/mask.png) no-repeat center bottom;
}

/* line 218, ../sass/common.scss */
.about .area-keyimg {
  margin-bottom: 40px;
  background: transparent url(../img/about/keyimg.jpg) no-repeat center bottom;
}
/* line 222, ../sass/common.scss */
.about .area-keyimg .box-intro {
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -380px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 230, ../sass/common.scss */
.about .content {
  width: 940px;
  margin: 0 auto;
}
/* line 234, ../sass/common.scss */
.about .content .area-profile {
  position: relative;
  margin-bottom: 150px;
  background: url(../img/about/bg_prof.png) no-repeat 0 0;
}
/* line 238, ../sass/common.scss */
.about .content .area-profile .tit {
  position: absolute;
  right: 0;
  top: 60px;
}
/* line 243, ../sass/common.scss */
.about .content .area-profile .caption {
  position: absolute;
  right: 180px;
  top: 60px;
}
/* line 248, ../sass/common.scss */
.about .content .area-profile .note {
  width: 358px;
  padding-top: 330px;
  padding-left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: text-justify;
}
/* line 258, ../sass/common.scss */
.about .content .area-lineup {
  position: relative;
  margin-bottom: 150px;
}
/* line 261, ../sass/common.scss */
.about .content .area-lineup .tit {
  margin-bottom: 60px;
  text-align: center;
}
/* line 265, ../sass/common.scss */
.about .content .area-lineup .list {
  overflow: hidden;
  *zoom: 1;
}
/* line 267, ../sass/common.scss */
.about .content .area-lineup .list li {
  float: left;
}
/* line 273, ../sass/common.scss */
.about .content .area-access {
  margin-bottom: 100px;
}
/* line 275, ../sass/common.scss */
.about .content .area-access .tit {
  margin-bottom: 30px;
  text-align: center;
}
/* line 279, ../sass/common.scss */
.about .content .area-access .block-access {
  position: relative;
  height: 301px;
  background: url(../img/about/bg_access.png) no-repeat 0 0;
}
/* line 14, ../sass/inc/_define.scss */
.about .content .area-access .block-access {
  *zoom: 1;
}
/* line 17, ../sass/inc/_define.scss */
.about .content .area-access .block-access:before, .about .content .area-access .block-access:after {
  content: "";
  display: table;
}
/* line 22, ../sass/inc/_define.scss */
.about .content .area-access .block-access:after {
  clear: both;
}
/* line 284, ../sass/common.scss */
.about .content .area-access .block-access .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -23px;
}
/* line 291, ../sass/common.scss */
.about .content .area-access .block-access .box {
  float: right;
}
/* line 293, ../sass/common.scss */
.about .content .area-access .block-access .box .addr {
  margin-bottom: 20px;
}
/* line 297, ../sass/common.scss */
.about .content .area-access .block-access .box .link li {
  margin-bottom: 10px;
}

/* line 310, ../sass/common.scss */
.mikan .area-keyimg {
  background: transparent url(../img/mikan/keyimg.jpg) no-repeat center center;
}
/* line 313, ../sass/common.scss */
.mikan .area-keyimg .box-intro {
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -380px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 321, ../sass/common.scss */
.mikan .content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 325, ../sass/common.scss */
.mikan .content .area-point {
  margin-bottom: 40px;
  padding-bottom: 100px;
}
/* line 328, ../sass/common.scss */
.mikan .content .area-point ul {
  margin-right: -41px;
}
/* line 14, ../sass/inc/_define.scss */
.mikan .content .area-point ul {
  *zoom: 1;
}
/* line 17, ../sass/inc/_define.scss */
.mikan .content .area-point ul:before, .mikan .content .area-point ul:after {
  content: "";
  display: table;
}
/* line 22, ../sass/inc/_define.scss */
.mikan .content .area-point ul:after {
  clear: both;
}
/* line 331, ../sass/common.scss */
.mikan .content .area-point ul li {
  float: left;
  width: 306px;
  margin-right: 41px;
  font-weight: bold;
}
/* line 336, ../sass/common.scss */
.mikan .content .area-point ul li p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}
/* line 339, ../sass/common.scss */
.mikan .content .area-point ul li p em {
  color: #dd7128;
}
/* line 346, ../sass/common.scss */
.mikan .content .area-buy {
  padding-top: 40px;
}
/* line 348, ../sass/common.scss */
.mikan .content .area-buy h4.tit {
  text-align: center;
}
/* line 351, ../sass/common.scss */
.mikan .content .area-buy .link {
  width: 180px;
  margin: 40px auto 100px auto;
  text-align: center;
}
/* line 355, ../sass/common.scss */
.mikan .content .area-buy .link .btn-map {
  margin-bottom: 10px;
}
/* line 358, ../sass/common.scss */
.mikan .content .area-buy .link h5 {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 368, ../sass/common.scss */
.blueberry .area-keyimg {
  background: transparent url(../img/bb/keyimg.jpg) no-repeat center center;
}
/* line 371, ../sass/common.scss */
.blueberry .area-keyimg .box-intro {
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -380px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 379, ../sass/common.scss */
.blueberry .content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 383, ../sass/common.scss */
.blueberry .content .area-point {
  margin-top: 100px;
  padding-bottom: 200px;
}
/* line 386, ../sass/common.scss */
.blueberry .content .area-point ul {
  margin-right: -41px;
}
/* line 14, ../sass/inc/_define.scss */
.blueberry .content .area-point ul {
  *zoom: 1;
}
/* line 17, ../sass/inc/_define.scss */
.blueberry .content .area-point ul:before, .blueberry .content .area-point ul:after {
  content: "";
  display: table;
}
/* line 22, ../sass/inc/_define.scss */
.blueberry .content .area-point ul:after {
  clear: both;
}
/* line 389, ../sass/common.scss */
.blueberry .content .area-point ul li {
  float: left;
  width: 306px;
  margin-right: 41px;
  font-weight: bold;
}
/* line 394, ../sass/common.scss */
.blueberry .content .area-point ul li h4 {
  margin-bottom: 0px;
}
/* line 397, ../sass/common.scss */
.blueberry .content .area-point ul li p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}
/* line 400, ../sass/common.scss */
.blueberry .content .area-point ul li p em {
  color: #dd7128;
}
/* line 407, ../sass/common.scss */
.blueberry .content .area-buy {
  padding-top: 40px;
}
/* line 409, ../sass/common.scss */
.blueberry .content .area-buy h4.tit {
  text-align: center;
}
/* line 412, ../sass/common.scss */
.blueberry .content .area-buy .link {
  width: 180px;
  margin: 40px auto 100px auto;
  text-align: center;
}
/* line 416, ../sass/common.scss */
.blueberry .content .area-buy .link .btn-map {
  margin-bottom: 10px;
}
/* line 419, ../sass/common.scss */
.blueberry .content .area-buy .link h5 {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 430, ../sass/common.scss */
.item .area-keyimg {
  background: transparent url(../img/item/keyimg.jpg) no-repeat center center;
}
/* line 433, ../sass/common.scss */
.item .area-keyimg .box-intro {
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -380px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 441, ../sass/common.scss */
.item .content {
  width: 960px;
  margin: 0 auto;
}
/* line 444, ../sass/common.scss */
.item .content .area-point {
  position: relative;
  width: 920px;
  margin: 100px auto 200px auto;
}
/* line 14, ../sass/inc/_define.scss */
.item .content .area-point {
  *zoom: 1;
}
/* line 17, ../sass/inc/_define.scss */
.item .content .area-point:before, .item .content .area-point:after {
  content: "";
  display: table;
}
/* line 22, ../sass/inc/_define.scss */
.item .content .area-point:after {
  clear: both;
}
/* line 449, ../sass/common.scss */
.item .content .area-point h3 {
  float: right;
}
/* line 452, ../sass/common.scss */
.item .content .area-point .note {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 458, ../sass/common.scss */
.item .content .area-lineup {
  width: 920px;
  margin: 0 auto 150px auto;
}
/* line 461, ../sass/common.scss */
.item .content .area-lineup ul {
  margin-right: -46px;
}
/* line 14, ../sass/inc/_define.scss */
.item .content .area-lineup ul {
  *zoom: 1;
}
/* line 17, ../sass/inc/_define.scss */
.item .content .area-lineup ul:before, .item .content .area-lineup ul:after {
  content: "";
  display: table;
}
/* line 22, ../sass/inc/_define.scss */
.item .content .area-lineup ul:after {
  clear: both;
}
/* line 464, ../sass/common.scss */
.item .content .area-lineup ul li {
  float: left;
  width: 276px;
  margin-right: 46px;
}
/* line 468, ../sass/common.scss */
.item .content .area-lineup ul li .pic {
  margin-bottom: 30px;
}
/* line 471, ../sass/common.scss */
.item .content .area-lineup ul li .tit {
  margin-bottom: 30px;
}
/* line 474, ../sass/common.scss */
.item .content .area-lineup ul li .caption {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
}
/* line 483, ../sass/common.scss */
.item .content .area-buy {
  padding-top: 40px;
}
/* line 485, ../sass/common.scss */
.item .content .area-buy h4.tit {
  text-align: center;
}
/* line 488, ../sass/common.scss */
.item .content .area-buy .link {
  width: 180px;
  margin: 40px auto 100px auto;
  text-align: center;
}
/* line 492, ../sass/common.scss */
.item .content .area-buy .link .btn-map {
  margin-bottom: 10px;
}
/* line 495, ../sass/common.scss */
.item .content .area-buy .link h5 {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 505, ../sass/common.scss */
.contact .content {
  width: 860px;
  margin: 0 auto;
}
/* line 508, ../sass/common.scss */
.contact .content .area-intro {
  margin: 100px 0 60px 0;
}
/* line 510, ../sass/common.scss */
.contact .content .area-intro .notice {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 514, ../sass/common.scss */
.contact .content .area-form {
  width: 800px;
  margin: 0 auto 150px auto;
}
/* line 517, ../sass/common.scss */
.contact .content .area-form .formTable {
  width: 100%;
  margin-bottom: 40px;
}
/* line 520, ../sass/common.scss */
.contact .content .area-form .formTable tr,
.contact .content .area-form .formTable td {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #816239;
}
/* line 527, ../sass/common.scss */
.contact .content .area-form .name input,
.contact .content .area-form .email input {
  width: 100%;
}
/* line 531, ../sass/common.scss */
.contact .content .area-form input[type="text"] {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 537, ../sass/common.scss */
.contact .content .area-form textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 544, ../sass/common.scss */
.contact .content .area-form .btn-submit {
  text-align: center;
}
/* line 546, ../sass/common.scss */
.contact .content .area-form .btn-submit input[type="submit"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  color: #816239;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
}
/* line 554, ../sass/common.scss */
.contact .content .area-form .btn-submit input[type="submit"]:hover {
  color: #fff;
  background-color: #816239;
}

/* line 566, ../sass/common.scss */
.confirm .content .area-form {
  width: 800px;
  margin: 0 auto 150px auto;
}
/* line 570, ../sass/common.scss */
.confirm .content .area-form #formWrap h3 {
  text-align: center;
  margin: 60px 0;
  color: #816239;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 578, ../sass/common.scss */
.confirm .content .area-form #formWrap .attention {
  margin-bottom: 40px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/* line 585, ../sass/common.scss */
.confirm .content .area-form #formWrap input[type="submit"] {
  width: 45%;
}
/* line 588, ../sass/common.scss */
.confirm .content .area-form #formWrap input[type="button"] {
  width: 45%;
  padding: 10px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 596, ../sass/common.scss */
.confirm .content .area-form #formWrap input[type="button"]:hover {
  color: #fff;
  background-color: #816239;
}
/* line 602, ../sass/common.scss */
.confirm .content .area-form #formWrap input[type="button"]:hover {
  color: #fff;
  background-color: #ccc;
}
/* line 610, ../sass/common.scss */
.confirm .content .area-error h4 {
  text-align: center;
  margin: 60px 0;
  color: #816239;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 618, ../sass/common.scss */
.confirm .content .area-error .error_messe {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2;
}

/* line 629, ../sass/common.scss */
.thanks .content .area-thanks {
  width: 800px;
  margin: 0 auto 150px auto;
}
/* line 632, ../sass/common.scss */
.thanks .content .area-thanks h3 {
  text-align: center;
  margin: 60px 0;
  color: #816239;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 640, ../sass/common.scss */
.thanks .content .area-thanks .note {
  color: #816239;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

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

  @media

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