@charset "UTF-8";
/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

/* 		変数 
======================================*/
/* font-size */
/*
				snipet
====================================================*/
/*テキスト寄せ*/
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*フロート*/
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

/*非表示*/
.hide {
  display: none;
}

/*表示*/
.show {
  display: block;
}

/*機能停止*/
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*見た目非表示*/
.visuallyhidden {
  position: absolute;
  width: 1px;
  /* 0にしてしまうとダメ */
  height: 1px;
  /* 0にしてしまうとダメ */
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*引用*/
blockquote {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 2em;
}

blockquote:before,
blockquote:after {
  content: "”";
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #bbb;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  width: 40px;
  height: 40px;
  position: absolute;
}

blockquote:before {
  text-align: left;
  top: 0px;
  left: 10px;
}

blockquote:after {
  text-align: right;
  bottom: 0px;
  right: 20px;
}

/*アイコン JavaScriptと連携*/
a.pdfLink,
a.docLink,
a.xlsLink,
a.zipLink,
a.rarLink {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 2.8em;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.docLink {
  background: url(images/docicon.png) 0 0 no-repeat;
}

.pdfLink {
  background: url(images/pdficon.png) 0 0 no-repeat;
}

.rarLink {
  background: url(images/raricon.png) 0 0 no-repeat;
}

.xlsLink {
  background: url(images/xlsicon.png) 0 0 no-repeat;
}

.zipLink {
  background: url(images/zipicon.png) 0 0 no-repeat;
}

/*----------------------------------------font-setting*/
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*	font color	 */
.red {
  color: #e60012;
}

.green {
  color: #34800d;
}

.orange {
  color: #cc6600;
}

.gray {
  color: #999;
}

.black {
  color: #000000;
}

.blue {
  color: #0000FF;
}

.white {
  color: #fff;
}

/* 	font size 	*/
.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.font30 {
  font-size: 30px;
  font-size: 3.0rem;
}

.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}

/*	font family 	*/
.gothic {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 0.1px;
}

.serif {
  font-family: "Times New Roman", Garamond, Century, serif;
}

.sans {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

/*	 margin,padding 	*/
.mTop10 {
  margin-top: 10px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop50 {
  margin-top: 50px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.pad25 {
  padding: 25px;
}

.pad30px {
  padding: 30px;
}

.pad40 {
  padding: 40px;
}

.pad70 {
  padding: 70px;
}

/*	 background 	*/
.bgWhite {
  background: #fff;
}

.bgBlack {
  background: #000;
}

.bgGray01 {
  background: #e0e0e0;
}

.bgGray02 {
  background: #ccc;
}

/*----------------------------------------other-setting*/
.headCaution {
  padding: 10px 0;
  background: #ffcc66;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.headCaution p {
  width: 960px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(images/caution.png) 0 50% no-repeat;
  padding: 5px 25px;
}

.no-js body,
.ie6 body,
.ie7 body {
  padding-top: 70px;
}

/*	table 	*/
table {
  border-collapse: collapse;
}

th, td {
  border: none;
}

/*テーブルの行の色を変える javascript連携*/
table .odd {
  background: #eee;
}

/*要素のクリック*/
.clickBox {
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

/*
				Site Style
====================================================*/
/*----------------------link*/
a:link {
  color: #006cff;
  text-decoration: underline;
}

a:visited {
  color: #551A8B;
  text-decoration: underline;
}

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

a:active {
  color: #78a1d0;
  text-decoration: none;
}

/*----------------------layout*/
html {
  font-size: 62.5%;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

strong {
  font-weight: bold;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
}

/* Font settings */
button, input, select, textarea {
  font: 0.88em Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  color: #222;
}

p {
  line-height: 180%;
}

.secTitle {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Century Gothic", Tahoma, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #333;
  text-align: center;
}
.secTitle .secTitleMark {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 21px;
  background-position: 0 -785px;
  text-indent: -100%;
  overflow: hidden;
  margin: 0 auto;
}

/* Wrapper */
#wrapper {
  width: 100%;
}

/* Header */
#header {
  background: url(images/head_bg.jpg) center top;
  position: relative;
  height: 755px;
}
#header h1 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  width: 100%;
  text-align: center;
  line-height: 160%;
  position: absolute;
  top: 385px;
}

.headCopy {
  position: absolute;
  font-family: "Century Gothic", Tahoma, sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  color: #fff;
  top: 110px;
  text-align: center;
  width: 100%;
}

#glvMenu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dadada;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
#glvMenu ul {
  width: 1040px;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 0;
}
#glvMenu li {
  width: 208px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  font-weight: bold;
}
#glvMenu a {
  padding: 23px 0;
  color: #666;
  font-family: "Century Gothic", Tahoma, sans-serif;
  text-decoration: none;
  display: block;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
#glvMenu a:hover {
  background-color: #f0f0f0;
}

.menuLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 83px;
  background-position: 0 -664px;
  text-indent: -100%;
  overflow: hidden;
  margin: 0 auto;
}

.menuEN {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  background-position: 0 -722px;
  display: inline;
  padding-left: 10px;
  line-height: 0;
}

.menuJP {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  padding-left: 10px;
}

/* Concept */
#concept {
  text-align: center;
  height: 900px;
  margin-top: -80px;
  padding-top: 80px;
}
#concept p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 250%;
  margin-bottom: 1.5em;
}

.conceptblock {
  padding: 30px 30px 60px;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
}

.conceptblockBG {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.conceptRead {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 71px;
  width: 431px;
  background-position: 0 -458px;
  text-indent: -100%;
  overflow: hidden;
  margin: 60px auto 80px auto;
}

#shop {
  margin-top: -80px;
  padding-top: 80px;
}

.shopWrap {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.shopList {
  width: 1040px;
  margin: 0 auto;
  border-right: 1px solid #dadada;
}
.shopList h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.shopList li {
  float: left;
  display: block;
  border-left: 1px solid #dadada;
  font-size: 14px;
  font-size: 1.4rem;
}
.shopList li p {
  line-height: 160%;
  margin-bottom: 1em;
}

.shopMain {
  width: 305px;
  min-height: 580px;
  padding: 20px;
  padding-bottom: 140px;
  position: relative;
}

.shopPhoto {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ladybugLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 67px;
  width: 132px;
  background-position: 0 -1097px;
  text-indent: -100%;
  overflow: hidden;
  margin: 16px auto;
}

.kantetsuLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 72px;
  width: 57px;
  background-position: 0 -1314px;
  text-indent: -100%;
  overflow: hidden;
  margin: 14px auto;
}

.linoaLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  width: 150px;
  background-position: 0 -1436px;
  text-indent: -100%;
  overflow: hidden;
  margin: 27px auto;
}

.alyssumLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 72px;
  width: 117px;
  background-position: 0 -850px;
  text-indent: -100%;
  overflow: hidden;
  margin: 16px auto;
}

.shopTel {
  font-family: "Century Gothic", Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.btnArea {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 140px;
}

.btnBlog,
.btnFB,
.btnTW,
.btnWeb {
  background-color: #f2f2f2;
  display: block;
  padding: 7px 30px;
  margin-bottom: 10px;
  text-decoration: none !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Century Gothic", Tahoma, sans-serif;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.btnBlog:hover,
.btnFB:hover,
.btnTW:hover,
.btnWeb:hover {
  background-color: #cdcdcd;
}

.btnBlog {
  color: #097C25 !important;
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  background-position: 195px -239px;
}
.btnBlog:hover {
  background-position: 200px -239px;
}

.btnFB {
  color: #39599F !important;
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  background-position: 195px -65px;
}
.btnFB:hover {
  background-position: 200px -65px;
}

.btnTW {
  color: #000 !important;
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  background-position: 195px -381px;
}
.btnTW:hover {
  background-position: 200px -381px;
}

.btnWeb {
  color: #000 !important;
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  background-position: 240px -310px;
}
.btnWeb:hover {
  background-position: 250px -310px;
}

.shopSub {
  border-top: 1px solid #dadada;
  width: 479px;
  padding: 40px 20px;
}

.cocoroeBox {
  height: 120px;
  overflow: hidden;
}

.cocoroeBoxLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 75px;
  width: 195px;
  background-position: 0 -972px;
  text-indent: -100%;
  overflow: hidden;
  float: left;
  margin: 10px;
  padding-right: 30px;
}

.shopFB {
  padding: 0;
  border-top: none !important;
  position: relative;
}
.shopFB a {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Century Gothic", Tahoma, sans-serif;
  color: #39599F;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  min-width: 100%;
  width: 100%;
  height: 120px;
  padding: 40px 20px;
  border-top: 1px solid #dadada;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.shopFB a:hover {
  background-color: #f0f0f0;
}
.shopFB a:hover .arrowGlay {
  right: -10px;
}
.shopFB p {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 479px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
}

.FBIconBig {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 50px;
  background-position: 0 -1214px;
  text-indent: -100%;
  overflow: hidden;
  position: absolute;
  left: 40px;
}

.arrowGlay {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 53px;
  width: 32px;
  background-position: 0 -142px;
  text-indent: -100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}

#schedule {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dadada;
}

#calendar {
  width: 1040px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#access {
  margin-top: -80px;
  padding-top: 80px;
}

.accessHead {
  width: 1040px;
  padding: 50px 10px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
}

.accessSpec {
  float: left;
  margin: 0 30px;
  width: 400px;
  line-height: 200%;
  overflow: hidden;
}
.accessSpec dt {
  float: left;
  width: 80px;
  clear: left;
}

.accessText {
  overflow: hidden;
}

#map {
  width: 100%;
  height: 500px;
  background-color: #ddd;
}

#footer {
  text-align: center;
  padding: 30px 0;
}
#footer p {
  font-family: "Century Gothic", Tahoma, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

.footLogo {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  width: 119px;
  background-position: 0 -579px;
  text-indent: -100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: 20px;
}

#toTop {
  background-image: url('images/cocoroe_sp-s0ddc5d2d91.png');
  background-repeat: no-repeat;
  background-position: 8px -1767px;
  text-indent: 100px;
  overflow: hidden;
  border: 1px solid #dadada;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  white-space: nowrap;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
#toTop:hover {
  background-position: 8px -1771px;
}
