<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  font-family: Tahoma, Geneva, " sans-serif"
}

@media screen and (max-width: 768px) {
  .site-header .site-logo em {
    display: block;
    position: relative;
    top: -10px;
    padding: 0 0 0 60px;
  }
}

/*top/////////////////////////////////////*/
.top-main {
  position: relative;
}

.top-main h1 {
  color: #fff;
  font-size: 24px;
  text-shadow: 0 1px 0 #000;
  font-weight: 600;
  font-family: "futura-pt-bold";
  text-align: center;
  padding: 64px 0 40px;
  position: relative;
  z-index: 3;
}

.top-main h1 img {
  width: 240px;
  margin: 0 auto 24px;
}

.top-main-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-main-slider::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_slider.png)
}

.top-main-slider li {
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 2;
}

.top-main-slider li span {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: All 12.0s ease;
  -moz-transition: All 12.0s ease;
  -o-transition: All 12.0s ease;
  -ms-transition: All 12.0s ease;
  transition: All 12.0s ease;
}

.top-main-slider li img {

  width: 100%;
  height: auto;
  -webkit-transition: All 12.0s ease;
  -moz-transition: All 12.0s ease;
  -o-transition: All 12.0s ease;
  -ms-transition: All 12.0s ease;
  transition: All 12.0s ease;
}

.top-main .searchbox {
  position: relative;
  z-index: 4;
  padding: 0 0 64px;
}

.top-main .page-search {
  background: none;
  padding: 0;
}


.top-3line {
  padding: 8px 0;
  line-height: 2;
  background: #fc0;
  display: flex;
}

.top-3line div {
  display: table;
  margin: auto;
}

.top-3line p {
  display: table-cell;
  line-height: 1.1;
  padding: 0 8px;
  vertical-align: middle;
  font-size: 0.9em;
}

.top-3line img {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  border: 1px solid #321;
  border-radius: 50%;
}

.top-latest {
  background: url(../images/top/bg_fuji.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed
}

.top-ex-boxes {
  overflow: hidden;
  margin-bottom: 2em;
}

.top-ex-maps {
  height: 70vh;
  position: relative;
  min-height: 540px;
}

.top-ex-maps .map-cats {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
  width: 80px;
  font-size: 12px;
}

.top-ex-maps .map-cats h3 {
  background: #fc0;
  margin: 0 0 4px;
  padding: 8px 0;
}

.top-ex-maps .map-cats a {
  display: block;
  margin: 0 0 4px;
}

.top-ex-maps .map-cats a:hover {
  background: #ccc;
  color: #000;
  text-decoration: none;
}

#gMap {
  height: 100%;
}

.top-ex-maps iframe {
  border: 1px solid #ccc;
  height: 100%;
  box-sizing: border-box;
}

.top-ex-boxes .ex-boxesx {
  flex: 0 1 66%;
}

.top-ex-boxes .ex-boxes li {
  flex: 0 1 25%;
  padding: 0;
  margin: 0 0 4px;
  box-sizing: border-box;
}

.map-zoomer h3 {
  background: #fc0;
  margin: 0 0 4px;
  padding: 8px 0;
}

.map-zoomer {
  position: absolute;
  width: 80px;
  right: 96px;
  top: 8px;
  font-size: 12px;
  text-align: center;
  z-index: 61
}

.map-zoomer a {
  display: block;
  font-size: 10px;
  padding: 4px 8px;
  margin: 0 0 4px 0;
  background: #333;
  color: #fff;
  text-align: center;
}

.map-zoomer a:hover {
  background: #ccc;
  color: #000;
  text-decoration: none;
}

.top-latest {
  padding: 4em 0 6em;
}

.top-latest h1 {
}

.top-latest h1 img {
  height: 26px;
  width: auto;
  vertical-align: baseline;
}


.simple_japan_map {
  font-size: 12px;
  background: #f0f9ff;
}

.simple_japan_map a {
  display: inline-block;
  height: auto;
  position: absolute;
  padding: 2px;
  text-align: center;
  background: rgba(255, 255, 255, 0.70)
}

a.sjm_hkd {
  top: 6em;
  right: 1em;
}

a.sjm_kant {
  top: 14em;
  right: 2em;
}

a.sjm_hok {
  top: 12em;
  right: 6em;
}

a.sjm_chubu {
  top: 17em;
  right: 6em;
}

a.sjm_kansai {
  top: 15em;
  right: 9em;
}

a.sjm_chugoku {
  top: 13em;
  right: 12em;
}

a.sjm_shikoku {
  top: 18em;
  right: 13em;
}

a.sjm_kyushu {
  top: 15em;
  left: 0;
}

a.sjm_okinawa {
  top: 4em;
  left: 0;
}

.miniMap2 {
  position: relative;
  display: none;
}

.miniMap2 a {
}

.sjm2_hkd {
  top: 4em;
  right: 7em;
}

.sjm2_aomr {
  top: 10.5em;
  right: 5em;
}

.sjm2_iwt {
  top: 13.5em;
  right: 3em;
}

.sjm2_akt {
  top: 13.5em;
  right: 12em;
}

.sjm2_myg {
  top: 16em;
  right: 3em;
}

.sjm2_ymgt {
  top: 16em;
  right: 11em;
}

.sjm2_fksm {
  top: 19.5em;
  right: 4em;
}

.sjm_backMap1 {
  left: 0;
  top: 0;
}


.sortOrdersView {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}


.ex-about {
  display: block;
  font-size: 0.8em;
  padding: 8px 0 0;
}

.ex-lists {
}

.ex-lists ul {
  display: block;
}

.ex-lists li {
  flex: none;
  display: block;
}

.ex-lists li a {
  display: table;
  width: 100%;
  overflow: hidden;
}

.ex-lists li em {
  display: table-cell;
  vertical-align: top;
}

.ex-lists li img {
  max-width: 200px;
  margin-right: 24px;
}

.ex-lists li .ex-area {
  display: block;
  float: none;
}

.ex-lists li .ex-ttl {
  display: block;
  float: none;
}

.ex-lists li .ex-price {
  display: block;
  float: none;
  text-align: left;
}

.ex-lists li .ex-rate {
  float: none;
  display: block;
}

.ex-lists li .ex-about {
  float: none;
  display: block;
}

.ex-lists li a.cat {
  display: inline-block;
  width: auto;
}

.ex-maps {

  height: 70vh;
  min-height: 540px;
}

.ex-boxes.ex-maps .ex-maps {
  display: block;
}

.ex-boxes.ex-maps ul {
  display: none;
}


.top-highest {
  background: #fff url(../images/common/bg_006.jpg) repeat;
  background-attachment: fixed;
  background-size: cover;
}

.top-request {
  padding: 80px 0;
  background: #f6f6f3 url(../images/top/bg_req01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.top-request .bx-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.top-request .w1024 {
  position: relative;
  z-index: 2;
}

.top-request img {
  width: 100%;
}


@media screen and (max-width: 480px) {
  .top-request {
    padding: 40px 0;
    background: #f6f6f3 url(../../assets/images/top/bg_req01.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }

  .top-request .bx-wrapper {
    display: none;
  }
}

.top-usage {
  text-align: center;
  padding: 80px 0;
  background: #f0f0f0;
}

.top-usage img {
}

.top-usage p {
  font-size: 1.4em;
  line-height: 2;
  font-weight: 500;
}

.usage-box {
  display: table;
  margin: 0 auto 3em;
}

.usage-box li {
  display: table-cell;
  padding: 0 24px;
  max-width: 240px;
  vertical-align: middle;
  line-height: 1.5;
}

.usage-box li img {
  margin-bottom: 8px;
}

.usage-box li.arw {
  font-size: 3em;
  vertical-align: middle;
}

.top-search {
  background: #eee;
  padding: 4em 0;
}

.top-search .w1024 {
  display: flex;
  justify-content: space-between;
}

.top-search-map {
  flex: 0 1 48%;
}

.top-search-filters {
  flex: 0 1 48%;
}

.usage-content {
  margin: 80px 0 0;
}

.usage-content h1 {
  font-size: 32px;
  margin-bottom: 24px;
}

.usage-content .disTableCell {
  vertical-align: top;
  padding: 8px;
  font-size: 1.1em;
}

.page-usage-tab {
  display: flex;
}

.page-usage-tab p {
  flex: 0 0 50%;
  text-align: center;
  padding-left: 1px;
}

.page-usage-tab a {
  display: block;
  color: #666;
  background: #eee;
  padding: 8px 0;
}

.page-usage-tab a:hover {
  background: #ff9;
}

.page-usage-tab a.on {
  background: #fc0;
  color: #000;
  cursor: default;
}

.page-usage .u02 {
  display: none;
}

.page-usage-tab-3 p {
  flex: 33.33%;
  max-width: 33.33%;
}


/*page//////////////////////////////////////*/
.bg001 {
  background: url(../images/common/bg001.jpg);
  background-size: cover;
  min-height: 90vh
}

.bg002 {
  background: url(../images/common/bg002.jpg);
  background-size: cover;
  min-height: 90vh
}

/*sign up / log in / etc /*/
.page-signin {
  padding: 24px 0;
  border-top: 0 solid #000;
}

.loginother {
  display: flex;
  justify-content: space-between;
}

.loginother p {
  flex: 0 1 30%;
}

.loginbox {
  text-align: center;
  width: 640px;
  margin: auto;
  padding: 1em 2em;
  background: rgba(255, 255, 255, 1.9);
}

.loginbox li.disFlex {
}

.loginbox li.disFlex span {
  flex: 0 1 49%;
}

.loginbox .disFlexS {
  justify-content: flex-start;
  display: flex;
  width: auto;
}

.loginbox .disFlexS span {
  display: block;
  flex: 0 0 24%
}

.loginbox .disFlexS span:last-child {
  display: block;
  flex: 0 0 32%
}

.loginbox .disFlexS span input {
  width: 88%;
}

.loginbox ul {
}

.loginbox li {
  padding: 8px 0;
  text-align: center;
}

.loginbox li.txtL {
  text-align: left;
}

.loginbox input[type=text] {
  padding: 8px;
  width: 100%;
}

.loginbox select {
  padding: 8px;
}

.loginbox input[type=password] {
  padding: 8px;
  width: 100%;
}

.loginbox input.w40 {
  width: 49%;
  margin: 0 4px 0 0;
}

.loginbox input.w45 {
  width: 49%;
  margin: 0 1px 0 0;
}

.loginbox input.w30 {
  width: 30%;
}

.loginbox input[type=checkbox] {
  width: auto;
}

.loginbox input[type=submit] {
  width: auto;
  margin: auto;
}

.loginbox .error {
  display: inline-block;
  text-align: left;
  padding: 2px 0;
  margin: 0;
}

.onBorder {
  border-bottom: 1px solid #ddd;
  line-height: 0.1;
}

.onBorder em {
  display: inline-block;
  padding: 8px;
  position: relative;
  top: 0.5em;
  background: #fff;
  color: #666;
}

/*Page///////////////////////*/

.page-search {
  background: #ccc;
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
}

.page-about {
  padding: 4em 0;
}

.page-contact {
  padding: 80px 0 80px;
}

.page-About p {
  margin-bottom: 1em;
}

.page-About p.Q {
  background: #f0f3ff;
  padding: 1em;
  margin: 0 1em 1em 0;
  border-radius: 12px;
}

.page-About p.A {
  padding: 0 2em 2em;
}

.ex-lists {
  padding: 0 0 80px;
}

.ex-list {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  width: 100%;
}

.ex-lists .ex-img {
  width: 20%;
}

.ex-lists .ex-txt {
  width: 63%;
}

.ex-lists .ex-ttl {
}

.ex-lists .ex-price {
  text-align: left;
  display: inline-block;
  padding-right: 24px;
}

.ex-lists .ex-rate {
}

.ex-lists .ex-about {
  font-size: 0.9em;
  display: block;
  padding: 4px 0 0;
}

.ex-lists .ex-btn {
  text-align: right;
}


.page-exdetail {
  padding: 2em 0 5em;
}

.exdetail-main {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc;
}

.exdetail-main h1 {
  padding: 16px 0;
}

.page-exreserve {
  margin: auto;
  width: 90%;
}

.exdetail-data-ph {
  overflow: hidden;
  margin-bottom: 2em;
}

.exdetail-data {
  float: left;
  width: 54%;
}

.exdetail-ph {
  float: right;
  width: 42%;
}

.exdetail-data1 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 12px 0 16px;
  color: #444;
}

.exdetail-data1 p {
  display: inline;
}

.exdetail-data2 {
  display: table;
  width: 100%;
}

.exdetail-data2 div {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 8px 0 0
}

.exdetail-data2 div.ex-sns {
  text-align: right;
  width: 40%;
  padding: 0;
}

.exdetail-data2 div.tp-sns {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
}

.exdetail-data2 div.tp-sns p {
  flex: 0 0 auto;
  padding: 0 0 0 0;
  overflow: hidden;
  margin: 0 0 0 auto
}

.exdetail-datalist .disTable a {
  color: #f90;
}

.exdetail-datalist .disTable {
  padding: 12px 8px;
  border-bottom: 1px solid #ddd;
}

.exdetail-data .w25,
.exdetail-data .w30 {
  font-weight: bold;
}


.exdetail-data-map {
  overflow: hidden;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc;
}

.exdetail-map {
}

.exdetail-about {
  overflow: hidden;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc;
}

.exdetail-about h2 {
  margin: 8px 0 24px;
}

.exdetail-about p {
  margin: 0 0 32px;
}

.exdetail-review {
  overflow: hidden;
  padding: 24px 0;
}

.exdetail-review h2 {
  margin: 8px 0 24px;
}

.exdetail-review-body {
  overflow: hidden;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}

.exdetail-review-body textarea {
  width: 100%;
}

.exdetail-review-body .stars {
  margin-top: 60px;
}

.review-ph {
  width: 200px;
  float: left;
  margin-right: 16px;
}

.review-name {
  margin: 0 0 24px;
}

.review-name span {
  display: block;
  font-size: 0.8em;
  padding: 4px 0;
}

.review-ph {
  width: 50px;
  float: left;
  margin-right: 16px;
}

.review-name {
  margin: 0 0 24px;
}

.review-name span {
  display: block;
  font-size: 0.8em;
  padding: 4px 0;
}

.ex-calendar {
}

.ex-calendar table {
  width: 100%;
  font-size: 12px;
}

.ex-calendar td {
  padding: 8px 4px;
  background: #eee;
  border: 1px solid #ddd;
  min-width: 12%;
  box-sizing: border-box;
  vertical-align: top;
}

.ex-calendar td.working {
  background: #99f;
  cursor: pointer;
}

.ex-calendar td.selected {
  background: #fc0;
  color: #000;
}

.ex-calendar td .tp-icon-xs {
  float: right;
}

.selected {
  color: #fc0;
}

.rev_ok {
  color: #99f;
}

.rev_ng {
  color: #ccc;
}

.Triplus a.selected {
  color: #fc0;
}

.Triplus a.rev_ok {
  color: #99f;
}

.Triplus a.rev_bg {
  color: #ccc;
}

.disTableCell {
  vertical-align: top;
}

.page-About {
  padding: 40px 0;
  line-height: 2;
}

.page-Greeting {
  background: #fffff9;
}

.page-Voice {
  background: #fffeee;
}

.page-usage {
  padding: 40px 0;
}

/*My Page*/

.visiter-header {
  background: #eee;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  position: fixed;
  width: 100%;
  z-index: 100
}

.visiter-navi {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid #999;
}

.visiter-navi li {
  flex: 0 1 auto;
  padding: 0 2em;
  border-right: 1px solid #999;
  font-weight: bold;
}

.visiter-navi a {
  color: #000;
}


.page-mypage {
  padding: 4em 0 6em;
  overflow: hidden;
}

.mypage-box {
  border-bottom: 1px solid #000;
  margin-bottom: 2em;
  padding: 0 0 2em;
}

.mypage-box:last-child {
  border-bottom: 0;
}

.mypage-side {
  width: 20%;
  float: left;
}

.mypage-face {
  padding: 8px;
  background: #fff;
  border: 1px solid #eee;
}

.mypage-face h1 {
  text-align: center;
  line-height: 1.1;
  padding: 4px;
}

.mypage-face ul {
  padding: 0 8px 16px;
}

.mypage-face ul li {
  width: 100%;
  font-size: 0.9em;
  border-bottom: 1px dotted #ccc;
}

.mypage-face li span {
  display: block;
  padding: 4px;
}

.mypage-face li span:first-child {
  font-style: italic;
  font-size: 0.9em;
}

.mypage-face li span:last-child {
  text-align: right;
  padding: 0 4px 8px;
}

.mypage-flag {
  overflow: hidden;
}

.mypage-flag h2 {
}

.mypage-flag li {
  display: block;
  width: 20%;
  padding: 0 1px 1px 0;
  float: left;
  line-height: 0;
}


.mypage-body {
  width: 76%;
  float: right;
  padding: 0 8px;
}

.mypage-body .mypage-box h1 {
  padding: 8px 0 8px 16px;
  border-left: 5px solid #fc0;
}

.mypage-kakomi {
  background: #fffeee;
  padding: 1.6em;
  border-radius: 4px;
  border: 0;
}

.mypage-box .disTable,
.mypage-body .disTable {
  padding: 12px 8px;
  border-bottom: 1px dotted #ddd;
}

.mypage-box .disTableCell,
.mypage-body .disTableCell {
  vertical-align: top;
  text-align: left;
}

.mypage-box .disTableCell:first-child {
  padding-top: 8px;
}

.mypage-box .exdetail-datalist .disTableCell:first-child {
  padding-top: 0;
}

.mypage-box .disTable label,
.mypage-body .disTable label {
  margin: 0 8px 8px 0;
}

.mypage-body ul.disTable {
  border-bottom: 0;
}

.mypage-body .disTable span a {
  text-decoration: underline;
}

.mypage-body .disTableCell a {
  text-decoration: underline;
}

.mypage-body .disTableCell textarea {
  width: 90%;
  height: 7em;
}

.mypage-info a {
  text-decoration: underline;
}

.mypage-box .disTableCell.pt8px {
  padding-top: 8px;
}

.mypage-body .disTableCell.pt8px {
  padding-top: 8px;
}


.valign-t .disTableCell:first-child {
  vertical-align: top;
  padding-top: 8px;
}

.mypage-box .disTableCell input[type="text"],
.mypage-box .disTableCell input[type="email"],
.mypage-box .disTableCell select {
  padding: 8px;
}

.mypage-calendar td.today {
  background: #fffeee;
}

.mypage-calendar td.selected {
  background: #efefff;
  color: #000;
}

.ex-editbox {
  padding: 1em;
}

.ex-editbox p {
  display: table;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px dotted #ddd;
}

.ex-editbox p em {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-right: 16px;
  vertical-align: middle;
}

.ex-editbox p span {
  display: table-cell;
  vertical-align: top;
}

.ex-editbox input {
  width: 100%;
  padding: 8px 2px;
}

.ex-editbox textarea {
  width: 100%;
  height: 8em;
  padding: 4px 2px;
}

.ex-editbox label {
  margin-right: 8px;
  font-weight: normal;
}

.ex-editbox input[type=radio] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 2px 0 0;
  border: 1px solid #000;
}

.ex-editbox input[type=checkbox] {
  width: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}

.ex-editbox input.w10 {
  width: 10%;
}

.ex-editbox input.w15 {
  width: 15%;
}

.ex-editbox input.w20 {
  width: 20%;
}

.ex-editbox input.w25 {
  width: 25%;
}

.ex-editbox input.w40 {
  width: 40%;
}

.ex-editbox input.w50 {
  width: 50%;
}

.ex-editbox input.w60 {
  width: 60%;
}

.ex-editbox input.w75 {
  width: 75%;
}

.ex-editbox input.w80 {
  width: 80%;
}

.ex-editbox input.w90 {
  width: 90%;
}

.ex-editbox input.w95 {
  width: 95%;
}

.ex-editbox input.w100 {
  width: 100%;
}


.request-list {
  display: table;
  width: 100%;
  border-top: 1px solid #000;
  padding: 16px 8px;
}

.request-img {
  display: table-cell;
  vertical-align: top;
  padding-right: 16px;
  width: 10%;
  max-width: 200px;
}

.request-txt {
  display: table-cell;
  vertical-align: top;
  padding-right: 16px;
}

.request-txt span {
  display: block;
  padding: 0 0 8px;
}

.request-date {
  font-size: 0.8em;
}

.request-date em {
  color: #f60;
}

.request-ttl {
}

.request-price {
}

.request-about {
}

.request-btn {
  display: table-cell;
  white-space: nowrap;
  vertical-align: bottom;
}

.mypage-request option {
  padding: 4px;
}


.mypage-calendar {
  font-size: 0.9em;
}

.mypage-calendar table {
  width: 100%;
}

.mypage-calendar th {
  background: #eee;
  padding: 4px;
}

.mypage-calendar td {
  padding: 8px;
  border: 1px solid #eee;
  min-width: 14%;
  height: 5em;
  vertical-align: top;
  font-size: 13px;
}

.mypage-calendar td p {
  font-size: 14px;
}

.mypage-calendar td a {
  text-decoration: underline;
}

.mypage-calendar td span {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  float: right;
}

.mypage-calendar th:nth-child(7n) {
  color: #00f;
}

.mypage-calendar td:nth-child(7n) {
  color: #00f;
}

.mypage-calendar th:first-child {
  color: #c00;
}

.mypage-calendar td:first-child {
  color: #c00;
}

.mypage-calendar td em {
  font-size: 10px;
  display: inline-block;
  padding: 0 2px;
  background: #f60;
  color: #fff;
}

.mypage-calendar td em.status-unpaid {
  background: #c00;
}

.mypage-calendar td.today {
  background: #fffeee;
}


.open-settimes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(25, 25, 25, 0.90);
  display: none;
}

.open-settimes-inner {
  width: 540px;
  margin: 2em auto;
  background: #fff;
  border-radius: 8px;
  padding: 4em 2em;
  color: #333;
  position: relative;
}

.calendar_time_iframe .disTable {
  border-bottom: 1px solid #ccc;
  margin: auto;
}

.calendar_time_iframe .disTableCell {
  padding: 8px;
  vertical-align: middle;
}

.td_close_o {
  position: absolute;
  right: 10px;
  top: 10px;
}


.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 160px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
</pre></body></html>