@charset "UTF-8";
/*------------- ! CAUTION ! ---------------
*  このcssはsassからコンパイルされたものです｡  *
------------------------------------------*/
/* reset
-------------------------------------------*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

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

nav ul, ul li, ol {
  list-style: none;
}

ol ol {
  list-style: decimal inside;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

address {
  font-style: normal;
}

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

body {
  min-width: 960px;
  font-family: Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游 ゴシック", Yu Gothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* site settings
-------------------------------------------*/
body {
  min-width: 960px;
  line-height: 1.8;
  background-color: #FFF;
  color: #000;
  font-size: 1.6em;
}

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

a {
  color: #0066B7;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

/* utility class
-------------------------------------------*/
.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.clear {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

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

.cfix:after {
  clear: both;
}

.hover:hover,
.link--hover:hover {
  opacity: 0.7;
  transition: opacity .5s;
}

.uline,
.link--uline {
  text-decoration: underline;
}

.uline:hover,
.link--uline:hover {
  text-decoration: none;
}

.uline--r,
.link--noline {
  text-decoration: none;
}

.uline--r:hover,
.link--noline:hover {
  text-decoration: underline;
}

ul.list, .list--h, .list--hb, .list--flex {
  overflow: hidden;
  zoom: 1;
  list-style-type: none;
}
ul.list li, .list--h li, .list--hb li, .list--flex li {
  background: 設定;
  padding-left: 設定;
}

.list--h:after {
  content: "";
  clear: both;
  display: table;
}
.list--h > li {
  float: left;
}

.list--hb {
  letter-spacing: -.6em;
  text-align: center;
}
.list--hb > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.list--flex {
  display: flex;
}

ul[class*="list1-"] {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

ul[class*="list1-"] li {
  padding-right: 20px;
  float: left;
  line-height: 1.4;
}

.list1-2 li {
  width: 50%;
}

.list1-3 li {
  width: 33.3%;
}

.list1-4 li {
  width: 25%;
}

ol.list {
  counter-reset: li;
}

ol.list li {
  position: relative;
  margin-left: 1em;
}

ol.list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1em;
  width: 1em;
  text-align: center;
}

/* style
-------------------------------------------*/
ul > li {
  display: inline;
  list-style-type: none;
}

table {
  font-size: 1.4rem;
}

.headline--title {
  width: 100%;
  padding: 15px 0;
  background-color: #FFEDAB;
  font-size: 3.2rem;
}

.headline--large, .headline--orange, .headline--pink, .headline--blue {
  padding: 5px 20px;
  border-radius: 5px;
  color: #FFF;
  font-size: 3.2rem;
}

.headline--orange {
  background-color: #F39800;
}

.headline--pink {
  background-color: #E6326E;
}

.headline--blue {
  background-color: #0075B5;
}

.headline--middle {
  padding-bottom: 10px;
  border-bottom: 2px solid #BBB;
  font-size: 2.8rem;
}

.headline--middle.flight {
  height: 60px;
  box-sizing: border-box;
  background: url(../golf_img/style/banner-flight.png) no-repeat right top;
}

.headline--middle.flight-2_3 {
  height: 60px;
  box-sizing: border-box;
  background: url(../golf_img/style/banner-flight-2_3.png) no-repeat right top;
}

.headline--course {
  font-size: 2.6rem;
}

.headline--small {
  line-height: 1.4;
  margin: 15px 0 5px;
  font-size: 2rem;
}

.headline--xsmall {
  line-height: 1.2;
  margin-bottom: 13px;
  font-size: 1.8rem;
}

.headline--yubari {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #FAB045;
}

.headline--bibai {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #F68C76;
}

.headline--chitose {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #EA618E;
}

.headline--hayakita {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #9B72B0;
}

.headline--eniwa {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #C2D625;
}

.headline--kitahiroshima {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #5F64AF;
}

.headline--tomakomai {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #00AFCC;
}

.headline--sapporo {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #00AC9A;
}

.headline--sapporo {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #00AC9A;
}

.headline--noboribetsu {
  line-height: 1;
  padding: 5px 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background-color: #79C06E;
}

.hotel--kitahiroshima {
  display: inline-block;
  line-height: 1;
  margin-right: 14px;
  padding: 6px 12px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-color: #5F64AF;
}

.hotel--tomakomai {
  display: inline-block;
  line-height: 1;
  margin-right: 14px;
  padding: 6px 12px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-color: #00AFCC;
}

.hotel--sapporo {
  display: inline-block;
  line-height: 1;
  margin-right: 14px;
  padding: 6px 12px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-color: #00AC9A;
}

.hotel--noboribetsu {
  display: inline-block;
  line-height: 1;
  margin-right: 14px;
  padding: 6px 12px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-color: #79C06E;
}

.article--p {
  margin-top: 20px;
}

.article--p.lead {
  margin-top: 17px;
  font-size: 1.8rem;
  font-weight: bold;
}

.comment {
  font-size: 18px;
}

/* テキスト位置 */
.text-right {
  text-align: right;
}

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

.text-left {
  text-align: left;
}

/* リード文 */
.lead {
  line-height: 1.4;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
}

/* ボックス */
.box-cover {
  overflow: hidden;
  zoom: 1;
  margin-right: -15 px;
  margin-left: -15 px;
}
.box-cover .box1-2 {
  width: 50%;
}
.box-cover .box1-3 {
  width: 33.3%;
}
.box-cover .box1-4 {
  width: 25%;
}

*[class*="box1-"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

/* layout
-------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*  header
-------------------------------------------*/
#header {
  width: 100%;
}

.index_header {
  height: 550px;
  margin-bottom: 50px;
  background: url(../golf_img/mainvisual/bg-mainvisual.png) repeat-x center 0;
}

.header_wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

.header__logo {
  float: left;
  margin: 14px 20px 0 0;
}

.header__catch {
  float: left;
  margin-top: 28px;
}

.header__utility {
  float: right;
  margin: 10px 0;
}

.mainvisual {
  position: relative;
  height: 460px;
}
.mainvisual .mainvisual__title {
  position: absolute;
  top: 15px;
  left: 0;
}
.mainvisual .mainvisual__catch {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.mainvisual .mainvisual__point {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

/*  main
-------------------------------------------*/
.main__back {
  margin-top: 55px;
  padding-bottom: 90px;
  background-color: #EEE;
}
.main__back table {
  background-color: #FFF;
}
.main__back .main__early {
  margin-top: 15px;
}

.topicpath {
  margin: 12px 0;
  font-size: 1.2rem;
}

.main__map {
  float: left;
}

.main__btn {
  float: right;
  width: 310px;
  box-sizing: border-box;
  border: 1px solid #BBB;
  border-bottom: none;
}

.main__btn__list {
  display: block;
  border-bottom: 1px solid #BBB;
}
.main__btn__list a {
  display: block;
  padding: 4px;
}

.main__plan {
  margin-top: 20px;
}

.main__plan__list {
  float: left;
  padding-right: 30px;
  background: url(../golf_img/style/icon-plan-arrow.png) no-repeat right 10px center;
}

.main__banner {
  margin-bottom: 50px;
}

.main__early {
  margin-top: 30px;
}

.main__inquiry {
  margin-top: 30px;
}

.main__content {
  margin-top: 50px;
}

.main__content__ground {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px 0 -7px;
}

.ground__figure {
  margin: 13px 6px 0 7px;
  border: 1px solid #BBB;
  transition: .25s ease all;
}
.ground__figure:hover {
  background-color: rgba(247, 154, 0, 0.1);
}
.ground__figure figcaption {
  margin: 0 15px;
}
.ground__figure a {
  display: block;
  width: 300px;
  height: 100%;
  padding: 4px 4px 20px;
  color: #000;
  text-decoration: none;
}
.ground__figure a:hover {
  opacity: 1;
}

.ground__figure__desc {
  font-size: 1.4rem;
}

.main__content__course, .main__content__course--second {
  margin-top: 20px;
}
.main__content__course img, .main__content__course--second img {
  float: left;
  margin-right: 20px;
}
.main__content__course .course__desc, .main__content__course--second .course__desc {
  float: left;
  width: 468px;
}
.main__content__course table, .main__content__course--second table {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 2px solid #BBB;
}
.main__content__course th, .main__content__course--second th, .main__content__course td, .main__content__course--second td {
  padding: 5px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #BBB;
}
.main__content__course th, .main__content__course--second th {
  min-width: 100px;
  border-right: 1px solid #BBB;
  border-bottom: 2px solid #BBB;
  background-color: #FFEDAB;
}
.main__content__course td, .main__content__course--second td {
  min-width: 80px;
  padding: 3px 5px;
  border-right: 1px solid #BBB;
}
.main__content__course tr td:first-child, .main__content__course--second tr td:first-child {
  width: 80px;
  border-right-width: 2px;
  background-color: #FFEDAB;
}
.main__content__course .bottom-thin, .main__content__course--second .bottom-thin {
  border-bottom-width: 1px;
}
.main__content__course .right-bold, .main__content__course--second .right-bold {
  border-right-width: 2px;
}
.main__content__course .bottom-bold td:first-child, .main__content__course--second .bottom-bold td:first-child {
  border-right-width: 1px;
}
.main__content__course .bottom-bold, .main__content__course--second .bottom-bold, .main__content__course .bottom-bold td, .main__content__course--second .bottom-bold td {
  border-bottom-width: 2px;
}
.main__content__course .impact, .main__content__course--second .impact {
  color: #E95464;
  text-align: center;
}
.main__content__course .back, .main__content__course--second .back {
  background-color: #FFEDAB;
}

.main__content__course--second {
  padding-top: 20px;
  border-top: 1px solid #BBB;
}

.main__content__btn {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.main__content__hotel {
  overflow: hidden;
  margin: 0 -6px 0 -7px;
}

.hotel__figure {
  float: left;
  width: 300px;
  margin: 13px 6px 0 7px;
  padding: 4px;
  border: 1px solid #BBB;
}
.hotel__figure img {
  float: left;
  width: 100px;
  height: auto;
  margin: 4px 10px 0 0;
}
.hotel__figure .headline--small {
  margin-top: 6px;
}

.main__content__detail {
  margin-top: 30px;
  padding-bottom: 15px;
}

.main__content__price {
  margin-top: 30px;
}
.main__content__price table {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #BBB;
}
.main__content__price th {
  padding: 2px 0;
  border-right: 1px solid #BBB;
  border-bottom: 2px solid #BBB;
}
.main__content__price td {
  padding: 2px 0;
  border: 1px solid #BBB;
  text-align: center;
}
.main__content__price .room {
  text-align: center;
  border: 1px solid #BBB;
}

.main__content__select {
  margin-top: 20px;
}
.main__content__select table {
  width: 100%;
  border: 2px solid #BBB;
}
.main__content__select td {
  padding: 2px 7px;
  border: 1px solid #BBB;
}
.main__content__select th {
  padding: 2px	 7px;
  border-right: 2px solid #BBB;
  border-bottom: 1px solid #BBB;
  vertical-align: middle;
}
.main__content__select .select__month {
  background-color: #FFEDAB;
}
.main__content__select .select__week {
  border-bottom: 2px solid #BBB;
  background-color: #FFEDAB;
  text-align: center;
}
.main__content__select .select__week td:nth-child(even) {
  border-right: 2px solid #BBB;
}
.main__content__select .select__ground {
  text-align: left;
}
.main__content__select .select__ground td {
  text-align: right;
}
.main__content__select .select__ground td:nth-child(odd) {
  border-right: 2px solid #BBB;
}
.main__content__select .select__ground .impact {
  color: #E95464;
  text-align: center;
}
.main__content__select .select__ground:nth-child(even) {
  background-color: #FFF8CF;
}
.main__content__select .select__ground:last-child {
  background-color: #FFF8CF;
}
.main__content__select .select__ground.select__emina {
  background-color: #FFF;
}
.main__content__select .select__ground.select__emina .emina__course {
  font-size: .85em;
}
.main__content__select .select__ground.select__emina .emina__thin {
  border-right-width: 1px;
}
.main__content__select .select__ground.select__emina .emina__bold {
  border-right-width: 2px;
}

.main__schedule {
    margin-top: 20px;
}
.main__schedule table {
    min-width: 100%;
}

.main__schedule table tbody {
    font-size: medium;
}

.main__schedule table th {
    background-color: rgba(255,237,171,1.00);
    border: 1px solid rgba(171,171,171,1.00);
}
.main__schedule table td {
    padding: 5px;
    border: 1px solid rgba(171,171,171,1.00);
}


.main__schedule + .article--p {
  margin-top: 5px;
}

.main__content__about {
  margin-top: 20px;
}
.main__content__about .content__about__btn {
  margin-top: 20px;
  text-align: center;
}

.main__content__about .main__content__table, .main__content__about .article--table,
.main__content__info .main__content__table,
.main__content__info--first .main__content__table,
.main__hotel__info .main__content__table,
.main__content__info .article--table,
.main__content__info--first .article--table,
.main__hotel__info .article--table {
  width: 100%;
  border: 2px solid #BBB;
  font-size: 14px;
}
.main__content__about .main__content__table th, .main__content__about .main__content__table td, .main__content__about .article--table th, .main__content__about .article--table td,
.main__content__info .main__content__table th,
.main__content__info--first .main__content__table th,
.main__hotel__info .main__content__table th,
.main__content__info .main__content__table td,
.main__content__info--first .main__content__table td,
.main__hotel__info .main__content__table td,
.main__content__info .article--table th,
.main__content__info--first .article--table th,
.main__hotel__info .article--table th,
.main__content__info .article--table td,
.main__content__info--first .article--table td,
.main__hotel__info .article--table td {
  padding: 5px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #BBB;
}
.main__content__about .main__content__table th, .main__content__about .article--table th,
.main__content__info .main__content__table th,
.main__content__info--first .main__content__table th,
.main__hotel__info .main__content__table th,
.main__content__info .article--table th,
.main__content__info--first .article--table th,
.main__hotel__info .article--table th {
  width: 200px;
  border-right: 2px solid #BBB;
  background-color: #FFEDAB;
}

.main__content__info, .main__content__info--first, .main__hotel__info {
  margin-top: 60px;
}
.main__content__info table, .main__content__info--first table, .main__hotel__info table {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 2px solid #BBB;
}
.main__content__info th, .main__content__info--first th, .main__hotel__info th, .main__content__info td, .main__content__info--first td, .main__hotel__info td {
  padding: 5px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #BBB;
}
.main__content__info th, .main__content__info--first th, .main__hotel__info th {
  min-width: 100px;
  border-right: 1px solid #BBB;
  border-bottom: 2px solid #BBB;
  background-color: #FFEDAB;
}
.main__content__info td, .main__content__info--first td, .main__hotel__info td {
  border-right: 1px solid #BBB;
}
.main__content__info .bottom-thin, .main__content__info--first .bottom-thin, .main__hotel__info .bottom-thin {
  border-bottom-width: 1px;
}
.main__content__info .right-bold, .main__content__info--first .right-bold, .main__hotel__info .right-bold {
  border-right-width: 2px;
}

.main__content__info--first {
  margin-top: 10px;
}

.main__content__table--cost {
  width: 100%;
}
.main__content__table--cost tr td:first-child {
  background-color: #FFEDAB;
}

.pf-list {
  font-size: 0;
}

.playform, .playform--active, .coursepoint, .coursepoint--active {
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 3px 0;
  border-radius: 4px;
  background-color: #DDDDDD;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.playform--active {
  background-color: #F39800;
}

.coursepoint, .coursepoint--active {
  width: 100px;
  margin-bottom: 0;
}

.coursepoint--active {
  background-color: #F39800;
}

.main__link {
  margin: 50px -12px 150px;
}
.main__link ul {
  font-size: 0;
}
.main__link ul li {
  display: inline-block;
  margin: 0 12px;
}
.main__link ul a {
  display: block;
}
.main__link ul + ul {
  margin-top: 24px;
}

.main__hotel__info {
  margin-top: 15px;
}
.main__hotel__info img {
  float: left;
}
.main__hotel__info .hotel__desc {
  float: right;
  width: 715px;
}
.main__hotel__info .impact {
  color: #E95464;
  text-align: center;
}
.main__hotel__info .back {
  background-color: #FFEDAB;
}
.main__hotel__info table {
  width: 100%;
}
.main__hotel__info tr td:first-child {
  width: 80px;
  border-right-width: 2px;
  background-color: #FFEDAB;
}
.main__hotel__info td {
  min-width: 80px;
  padding: 3px 5px;
}
.main__hotel__info .bottom-bold td:first-child {
  border-right-width: 1px;
}
.main__hotel__info .bottom-bold, .main__hotel__info .bottom-bold td {
  border-bottom-width: 2px;
}

.main__guide ul {
  margin-top: 20px;
}
.main__guide li {
  display: block;
  margin-left: 19px;
}
.main__guide li:first-letter {
  margin-left: -19px;
  padding-left: 19px;
  background: url(../golf_img/style/icon-list.png) no-repeat left center;
}
.main__guide .headline--xsmall {
  margin-top: 35px;
}

.graylayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.overlayer {
  display: none;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -333px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #FFF;
  z-index: 9999;
}
.overlayer .overlayer__btn {
  display: block;
  width: 110px;
  margin: 10px auto 0;
  padding: 5px 23px 5px 40px;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(243, 152, 0, 0.65) url(../golf_img/style/icon-close.png) no-repeat 25px center;
  color: #FFF;
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
  transition: background .2s ease;
}
.overlayer .overlayer__btn:hover {
  opacity: 1;
  background: rgba(243, 152, 0, 0.8) url(../golf_img/style/icon-close.png) no-repeat 25px center;
}

/*  footer
-------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  border-top: 1px solid #BBB;
}
#footer a {
  color: #000;
}

.fixed {
  position: fixed;
  bottom: 60px;
  right: 60px;
}

.absolute {
  position: absolute;
  top: -60px;
  right: 60px;
}

.footer__textlink {
  margin-top: 35px;
  font-size: 12px;
}
.footer__textlink li {
  padding: 2px 8px 2px 13px;
  border-left: 1px solid #BBB;
}
.footer__textlink li:first-child {
  border: none;
}
.footer__textlink li a {
  text-decoration: none;
}

.footer__name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

#copyright {
  margin-top: 12px;
  font-size: 12px;
  font-family: "HelvaticaNeve-Light", "Helvatica Neve Light", "Helvetica Neve", Helvetica, Arial;
}

/* calender-style
-------------------------------------------*/
.pink {
  background-color: #FCE1E5;
}

.green {
  background-color: #CCE8CD;
}

.orange {
  background-color: #FEDBB5;
}

.yellow {
  background-color: #FFF9B3;
}

.lightblue {
  background-color: #DAECF8;
}

.violet {
  background-color: #EEDBED;
}

.bluegreen {
  background-color: #BCE3DC;
}

.red {
  background-color: #FCC5C9;
}

.purple {
  background-color: #DAD8EC;
}

.beige {
  background-color: #F4ECE4;
}

.blue {
  background-color: #BED3ED;
}

.blown {
  background-color: #DFC8B1;
}

.lime {
  background-color: #E8F2B2;
}

.navy {
  background-color: #C0D9E0;
}

.symbol {
  display: block;
  margin-top: 2px;
}

.calender_wrap {
  margin: 23px -7px 0;
}

.calendar_title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
}

.leave_calender {
  float: left;
  line-height: 1;
  margin: 0 6px 0 7px;
}
.leave_calender table {
  border: 2px solid #BBB;
  text-align: center;
  font-size: 14px;
}
.leave_calender td {
  padding: 9px 12px;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
.leave_calender th {
  border-bottom: 1px solid #BBB;
  padding: 8px 0;
  font-weight: bold;
}

.calender_week td {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #BBB;
}

.calender_week td:first-child {
  color: #ea4343;
}

.calender_week td:last-child {
  color: #4470eb;
}
