@charset "UTF-8";
/*-------------------------------------------------------------------------------*\
     $header mobile-first
\*-------------------------------------------------------------------------------*/
.header-wrap {
  background-color: #007273;
}
.header-inner {
  position: relative;
  z-index: 99;
}

.header-logo {
  text-align: center;
}
.header-logo a {
  display: inline-block;
  height: 70px;
  outline: none;
}
.header-logo a:focus {
  outline: #ffc600 auto 0.25rem;
  box-shadow: 0 0 0.75rem #ffc600;
}
.header-logo img {
  height: 100%;
  padding: .5em;
}

.top-nav {
  display: none;
}

.header-search {
  clear: both;
  width: 100%;
  float: left;
}
.header-search input {
  float: left;
  height: 46px;
  border-style: none;
  outline: 0;
  font-size: 0.813em;
  color: #ffffff;
  background-color: #0069d2;
  border-radius: 0;
}
.header-search input::placeholder {
  color: #ffffff;
}

.search-txt {
  width: 80%;
  padding-left: 1em;
}
.search-txt:focus {
  outline: #ffc600 auto 0.25rem;
  box-shadow: 0 0 0.75rem #ffc600;
}
.search-btn {
  width: 20%;
  pdding: 14px;
}
.search-btn:focus {
  outline: #ffc600 auto 0.25rem;
  box-shadow: 0 0 0.75rem #ffc600;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .header-logo {
    height: 80px;
  }

  .top-nav {
    display: none;
  }

  .search-txt {
    width: 90%;
  }
  .search-btn {
    width: 10%;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
@media (min-width: 678px) {
  .header-inner {
    min-height: 5em;
  }

  .header-logo {
    width: 14.2857142857%;
    float: left;
    margin-left: 1.1904761905%;
    margin-right: 1.1904761905%;
  }
  .header-logo img {
    width: auto;
    height: 100%;
    padding: .5em 0;
  }

  .top-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    padding-left: 1em;
  }
  .top-nav a {
    font-size: 0.813em;
    line-height: 2.5;
    letter-spacing: .075em;
  }
  .top-nav a:focus {
    outline: #ffc600 auto 0.25rem;
    box-shadow: 0 0 0.75rem #ffc600;
  }
  .top-nav > a:after {
    content: "／";
    padding: 0 .25em;
  }
  .top-nav > a:last-child:after {
    content: "";
  }
  .top-nav-main a {
    color: #ffffff;
  }

  .header-search {
    position: absolute;
    right: 1.1904761905%;
    bottom: 0;
    width: 24.5%;
    float: right;
  }
  .header-search input {
    height: 36px;
  }

  .search-txt {
    width: 80%;
  }
  .search-btn {
    width: 20%;
    padding: .5rem;
  }
}
/*====== no js ======*/
.no-js .header-search input {
  display: none;
}
@media (min-width: 480px) {
  .no-js .header-search {
    width: 420px;
  }
}
.no-js .header-search noscript {
  display: block;
  padding: .5rem;
  color: #ffffff;
  font-size: 0.813em;
  line-height: 1.5;
  background-color: #0069d2;
}
.no-js .header-search noscript a {
  display: inline-block;
  padding: 0 .25rem;
  color: #4fdbc0;
}

/*-------------------------------------------------------------------------------*\
     $sidemenu
\*-------------------------------------------------------------------------------*/
.side-menu {
  display: none;
}

/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .side-menu {
    position: relative;
    top: 10px;
    display: block;
    width: 25%;
    float: left;
  }

  .titword {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 15px 38px 15px;
    line-height: 1.2;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .titword:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 14px;
    right: 15px;
    bottom: 38px;
    z-index: -1;
    background-color: #157885;
  }

  .leftbgul01 {
    display: block;
    padding: 0 2em 2em 1em;
    background-color: #f7f9fb;
    background-image: url(../../images/Breadcrumbs-bg2.png);
    background-repeat: no-repeat;
    background-position: top right;
  }
  .leftbgul01 a {
    position: relative;
    display: block;
    color: #3a3a3a;
    line-height: 1.2;
    border-bottom: 1px solid #e0e0e0;
  }
  .leftbgul01 a:before {
    content: '';
    position: absolute;
    height: 8px;
    background-image: url(../../images/sideNav-icon.png);
    background-repeat: no-repeat;
  }
  .leftbgul01 a:hover {
    transition: .25s;
  }
  .leftbgul01 > :last-child li:last-child a {
    border-bottom: none;
  }

  .leftbgli01 > a {
    padding: 1.25em 0 1.25em 1em;
  }
  .leftbgli01 > a:before {
    top: 1.625em;
    left: 0;
    width: 5px;
    background-position: left top;
  }
  .leftbgli01 > a:hover, .leftbgli01 > a:focus, .leftbgli01 > a.active {
    color: #0069d2;
  }

  .leftbgli02 a {
    padding: 0.875em 0;
  }
  .leftbgli02 > a {
    padding-left: 2em;
  }
  .leftbgli02 > a:before {
    top: 1.25em;
    left: 1.22em;
    width: 4px;
    background-position: -10px top;
  }
  .leftbgli02 > a:hover, .leftbgli02 > a:focus, .leftbgli02 > a.active {
    color: #ffffff;
    background-color: #0069d2;
  }
  .leftbgli02 > a:hover:before, .leftbgli02 > a:focus:before, .leftbgli02 > a.active:before {
    background-position: -10px bottom;
  }

  .leftbgli03 > a {
    padding-left: 3em;
  }
  .leftbgli03 > a:before {
    top: 1.25em;
    left: 2.22em;
    width: 4px;
    background-position: -20px top;
  }
  .leftbgli03 > a:hover, .leftbgli03 > a:focus, .leftbgli03 > a.active {
    color: #ffffff;
    background-color: #0069d2;
  }
  .leftbgli03 > a:hover:before, .leftbgli03 > a:focus:before, .leftbgli03 > a.active:before {
    background-position: -20px bottom;
  }
}
/*-------------------------------------------------------------------------------*\
     $switcher
\*-------------------------------------------------------------------------------*/
.social-links {
  width: 100%;
}
.social-links:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.social-links-tooltip {
  width: 100%;
}
.social-links-tooltip > a {
  display: block;
  float: left;
  width: calc(100% / 5);
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 0.813em;
}
.social-links-tooltip > a.switcher {
  display: none;
}
.social-links-tooltip > a:focus {
  outline: #ffc600 auto 0.25rem;
  box-shadow: 0 0 0.75rem #ffc600;
}
.social-links-tooltip > .is-active {
  background: #0069d2;
}
.social-links-tooltip > .is-active:hover {
  background-color: #0055a9;
}
.social-links-tooltip > .is-active:active {
  background-color: #002952;
}

.switcher-print {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.switcher-print:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.switcher-print:before {
  background: url(../../images/printer67.svg) no-repeat center center;
  -webkit-background-size: 80%;
  background-size: 80%;
}

.social-mail {
  background: #004077;
}
.social-mail:hover {
  background-color: #002a4e;
}
.social-mail:active {
  background-color: black;
}
.social-mail:before {
  background: url(../../images/mail84.svg) no-repeat center center;
}
.social-fb {
  background: #3e65b7;
}
.social-fb:hover {
  background-color: #345499;
}
.social-fb:active {
  background-color: #1e3058;
}
.social-fb:before {
  background: url(../../images/facebook31.svg) no-repeat center center;
}
.social-gg {
  background: #b42400;
}
.social-gg:hover {
  background-color: #8b1c00;
}
.social-gg:active {
  background-color: #350b00;
}
.social-gg:before {
  background: url(../../images/google24.svg) no-repeat center center;
}
.social-tt {
  background: #0068b7;
}
.social-tt:hover {
  background-color: #00518e;
}
.social-tt:active {
  background-color: #002038;
}
.social-tt:before {
  background: url(../../images/twitter1.svg) no-repeat center center;
}
.social-pl {
  background: #b54100;
}
.social-pl:hover {
  background-color: #8c3200;
}
.social-pl:active {
  background-color: #361300;
}
.social-pl:before {
  background: url(../../images/socialnetwork109.svg) no-repeat center center;
}
.social-mail, .social-fb, .social-gg, .social-tt, .social-pl {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.social-mail:before, .social-fb:before, .social-gg:before, .social-tt:before, .social-pl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.social-mail:before, .social-fb:before, .social-gg:before, .social-tt:before, .social-pl:before {
  -webkit-background-size: 80%;
  background-size: 80%;
}

.social-links-tooltip {
  position: relative;
}
.social-links-tooltip .skip {
  position: absolute;
  top: -1rem;
}
.social-links-tooltip .skip a {
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.social-links-tooltip .skip a:focus {
  outline: 1px solid #4fdbc0;
  outline: #ffc600 auto 0.25rem;
  box-shadow: 0 0 0.75rem #ffc600;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .social-links-tooltip {
    position: relative;
  }
  .social-links-tooltip a {
    width: 12.5%;
    height: 40px;
    line-height: 40px;
  }
  .social-links-tooltip a.switcher {
    display: block;
  }
  .social-links-tooltip a.switcher-print {
    display: none;
  }
  .social-links-tooltip .skip {
    position: absolute;
    top: -1rem;
  }
  .social-links-tooltip .skip a {
    display: block;
    width: 1rem;
    height: 1rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .social-links-tooltip .skip a:focus {
    outline: 1px solid #4fdbc0;
    outline: #ffc600 auto 0.25rem;
    box-shadow: 0 0 0.75rem #ffc600;
  }

  .switcher-fontlevel, .switcher-print {
    background: #00649e;
  }
  .switcher-fontlevel:hover, .switcher-print:hover {
    background-color: #004a75;
  }
  .switcher-fontlevel:active, .switcher-print:active {
    background-color: #00131f;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .social-links-tooltip {
    width: auto;
    margin-bottom: 10px;
    float: right;
  }
  .social-links-tooltip a {
    width: 50px;
    height: 26px;
    margin-left: 2px;
    line-height: 26px;
  }
  .social-links-tooltip a.switcher-print {
    display: block;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
@media (min-width: 800px) {
  .social-links-tooltip a {
    width: 60px;
  }
}
/*-----------------------------$no-js------------------------------*/
.no-js .social-links + noscript {
  display: block;
  padding: 1rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: #4fc6db;
}
.no-js .social-links + noscript a {
  color: #ffffff;
}
.no-js .social-links + noscript a:after {
  content: "│";
  color: #ffffff;
}
.no-js .social-links + noscript a:hover {
  color: #e6e6e6;
}

/*-------------------------------------------------------------------------------*\
     $Breadcrumbs
\*-------------------------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  background-image: url(../../images/Breadcrumbs-bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #007273;
}

.breadcrumbs-ul {
  padding: 1.4em 1em;
}
.breadcrumbs-ul li {
  display: inline;
  font-size: 0.813em;
  letter-spacing: .15em;
}
.breadcrumbs-ul li a {
  color: #c8fffe;
}
.breadcrumbs-ul li a:focus {
  outline: #ffc600 auto 0.25rem;
  box-shadow: 0 0 0.75rem #ffc600;
}
.breadcrumbs-ul li:last-child a {
  color: #ffffff;
}
.breadcrumbs-ul li:before {
  content: ">";
  color: #c8fffe;
}
.breadcrumbs-ul li:first-child:before {
  content: "";
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .breadcrumbs {
    height: auto;
  }
  .breadcrumbs-ul {
    padding: 1.4em 2em;
    padding-left: 3rem;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .breadcrumbs {
    height: 60px;
    background-position: -15px top;
  }
  .breadcrumbs-ul a:hover {
    text-decoration: underline;
  }
}
/*-------------------------------------------------------------------------------*\
     $Buskers-Login
\*-------------------------------------------------------------------------------*/
.buskers-wrap {
  margin: 4em 1em;
}
.buskers-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* -------------------------------------*\
   $Login
\* -------------------------------------*/
.login-wrap {
  padding: 40px 10% 60px 10%;
  background-color: #f7f9fb;
}
.login-wrap > h2 {
  padding-bottom: .25em;
  text-align: center;
}
.login-left, .login-right {
  clear: both;
  width: 97.619047619%;
  float: left;
  margin-left: 1.1904761905%;
  margin-right: 1.1904761905%;
}

.buskers-tit {
  color: #0069d2;
  line-height: 1.2;
  font-size: 2.25em;
}
.buskers-tit > span {
  color: #007273;
}

.login-inside {
  border: none;
  padding: 0;
}
.login-inside > p {
  padding: .35em 0;
}
.login-inside > p > label {
  display: block;
  padding: .5em 0;
  color: #444444;
}
.login-inside > p > input[type="text"], .login-inside > p > input[type="email"], .login-inside > p > input[type="password"] {
  width: 100%;
  height: 38px;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}

.icon-star {
  color: #ff3a3a;
}

.login-forgot {
  color: #444444;
}
.login-forgot:hover {
  text-decoration: underline;
  color: #0069d2;
}

.login-btn {
  height: 38px;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #007273;
}
.login-btn:hover {
  background-color: #004a4a;
}
.login-btn:active {
  background-color: black;
}
.login-btn-s {
  width: 48%;
}
.login-btn-lg {
  width: 100%;
}
.login-btn-wrap {
  margin-top: .5em;
  text-align: center;
}
.login-btn-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.login-btn-wrap > input.login-btn-s:first-child {
  float: left;
}
.login-btn-wrap > input.login-btn-s:last-child {
  float: right;
}

/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .buskers-wrap {
    width: 74.6031746032%;
    float: left;
    margin-left: 12.6984126984%;
    margin-right: -100%;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
@media (min-width: 800px) {
  .login-wrap {
    margin-top: 100px;
    padding: 40px 0 60px 0;
  }
  .login-wrap > h2 {
    padding-top: 32px;
    text-align: right;
  }
  .login-left, .login-right {
    clear: none;
    width: 38.7755102041%;
    float: left;
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
  }
}
/*-------------------------------------------------------------------------------*\
     $Buskers-Register
\*-------------------------------------------------------------------------------*/
.register-form:after, .register-li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.register-form li {
  padding: 1.25em 1em;
  background-color: #f1f4f7;
}
.register-form li:nth-child(even) {
  background-color: #f8fafc;
}

.label-wrap {
  display: block;
  padding-bottom: .7em;
  color: #444444;
}

.input-wrap > label {
  color: #444444;
}
.input-wrap > input[type="text"], .input-wrap > input[type="tel"], .input-wrap > input[type="email"], .input-wrap > input[type="password"], .input-wrap > select {
  height: 38px;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}
.input-wrap > input[type="file"] {
  width: 100%;
  color: #444444;
}
.input-wrap > input[type="file"]::-webkit-file-upload-button {
  padding: .5em 1em;
  color: #ffffff;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: #007273;
}
.input-wrap > input[type="file"]::-ms-browse {
  padding: .5em 1em;
  color: #ffffff;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: #007273;
}
.input-wide-xs {
  width: 18%;
}
.input-wide-m {
  width: 100%;
}
.input-wide-lg {
  width: 100%;
}
.input-pl {
  padding-left: 1em;
}

.register-add select {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-right: 50%;
  margin-bottom: 10px;
}
.register-add select:nth-child(2) {
  margin-right: 2%;
}

#twzipcode {
  padding-bottom: 10px;
}
#twzipcode > select {
  height: 38px;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}
#twzipcode > input[type="text"] {
  width: 49%;
  height: 38px;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}

.sp-wide {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #444444;
}
.sp-wide > inputl, .sp-wide > label {
  margin: .5em 0;
}
.sp-wide > inputl {
  margin-right: .05em;
}
.sp-wide > label {
  display: inline-block;
  margin-right: .5em;
}

.input-wrap img {
  display: block;
  margin-top: 10px;
}

.register-notes {
  color: #444444;
  line-height: 1.5;
}
.register-notes > mark {
  color: #ffffff;
  background-color: #00649e;
}

.button-wrap {
  padding: 3em 0;
  text-align: center;
}

.sun-btn {
  height: 38px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #007273;
}
.sun-btn:hover {
  background-color: #004a4a;
}
.sun-btn:active {
  background-color: black;
}
.sun-btn-m {
  width: 40%;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .input-wide-m {
    width: 50%;
  }

  .captcha-wrap {
    display: inline;
  }

  .sun-btn-m {
    width: 20%;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .sun-btn-m {
    width: 30%;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
@media (min-width: 800px) {
  .register-form li {
    padding: 1.25em 0;
  }

  .label-wrap {
    width: 24.4897959184%;
    float: left;
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
    padding-bottom: 0;
    text-align: right;
  }
  .label-pt {
    padding-top: .7em;
  }

  .input-wrap {
    width: 67.3469387755%;
    float: left;
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
    padding-right: 1em;
  }
  .input-wide-xs {
    width: 15%;
  }
  .input-wide-lg {
    width: 100%;
  }
  .input-pl {
    padding-left: 0;
  }

  .sp-wide {
    padding: 3px 0;
  }

  .sun-btn-m {
    width: 20%;
  }
}
/*-------------------------------------------------------------------------------*\
     $Buskers-Calendar
\*-------------------------------------------------------------------------------*/
.buskers-shop {
  padding: 2em 1em;
}

.buskers-head-notes {
  color: #007273;
  line-height: 1.5;
}
.buskers-head-notes a {
  padding: 0 .25em;
  color: #0069d2;
}
.buskers-head-notes a:hover {
  color: #fc0e68;
  text-decoration: underline;
}

.calendar-fieldset {
  margin: 1em 0;
  padding: 0;
  border: 0;
}
.calendar-fieldset .fieldset-column:nth-child(3) {
  padding: 1em 0;
  text-align: center;
}

.fieldset-column {
  vertical-align: bottom;
}
.fieldset-column > select {
  height: 38px;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}
.fieldset-column > label {
  padding: 0 .25em 0 .15em;
  color: #777777;
}
.fieldset-column .sun-btn {
  width: 50%;
}

.label-tit {
  padding: .75em 0;
  color: #444444;
}

.select-wide-m {
  width: 37.5%;
}
.select-wide-lg {
  width: 100%;
}

.calendar-container {
  margin: 1em 0;
  border-top: 2px solid #007273;
}
.calendar-container ol:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.calendar-container ol li {
  padding: .65em;
}

.days-head {
  display: none;
}

.days-row {
  color: #444444;
  border-bottom: none;
}
.days-body li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.days-body li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.days-body .days-disable {
  display: none;
}

.days-data {
  display: inline-block;
  padding: .65em;
}

.days-today {
  background: rgba(255, 198, 0, 0.1);
}

.days-weekday {
  font-size: 0.8125em;
  color: rgba(68, 68, 68, 0.5);
}

.event-wrap {
  float: left;
}
.event-wrap p, .event-wrap input {
  float: left;
  margin-right: .25em;
}

.event {
  display: inline-block;
  margin: .25em 0;
  padding: .5em .25em;
  color: #0069d2;
  line-height: 1.25;
  word-wrap: break-word;
  word-break: break-all;
  background: #ffcee1;
  border-radius: 0 .5em .5em 0;
}

.btn-apply {
  margin: .25em 0;
  padding: 1.05em;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #0069d2;
}
.btn-apply:hover {
  background-color: #0055a9;
}
.btn-apply:active {
  background-color: #002952;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .calendar-fieldset .fieldset-column:nth-child(1) {
    width: 30%;
  }
  .calendar-fieldset .fieldset-column:nth-child(2) {
    width: 48%;
  }
  .calendar-fieldset .fieldset-column:nth-child(3) {
    width: 20%;
    padding: 0;
  }

  .fieldset-column {
    display: inline-block;
    padding-right: .75em;
  }
  .fieldset-column .sun-btn {
    width: 100%;
  }

  .select-wide-m {
    width: 35%;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .buskers-shop {
    padding: 3em 1.5em;
  }

  .calendar-fieldset .fieldset-column:nth-child(1) {
    width: 34%;
  }
  .calendar-fieldset .fieldset-column:nth-child(2) {
    width: 46%;
  }
  .calendar-fieldset .fieldset-column:nth-child(3) {
    width: 16%;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
@media (min-width: 800px) {
  .calendar-fieldset .fieldset-column:nth-child(1) {
    width: 30%;
  }
  .calendar-fieldset .fieldset-column:nth-child(2) {
    width: 35%;
  }
  .calendar-fieldset .fieldset-column:nth-child(3) {
    width: 15%;
  }

  .select-wide-m {
    width: 30%;
  }

  .calendar-container {
    margin: 2em 0;
    border-top: none;
  }
  .calendar-container ol li {
    float: left;
    width: 14.2857142857%;
    padding-top: 2.5em;
  }

  .days-head {
    display: block;
    color: #007273;
    border-bottom: 1px solid #007273;
  }

  .days-row {
    border-bottom: 1px solid #eeeeee;
  }
  .days-body li {
    position: relative;
    min-height: 6em;
    border-bottom: none;
  }
  .days-body .days-disable {
    display: block;
    color: #eeeeee;
  }
  .days-body .days-disable p {
    padding: .5em .25em;
    color: #444444;
    background: rgba(235, 235, 235, 0.8);
    border-radius: 0 .5em .5em 0;
  }

  .days-data-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }

  .days-today {
    background: none;
  }
  .days-today .days-data-wrap .days-data {
    color: #ffffff;
    background: #007273;
  }

  .days-weekday {
    display: none;
  }

  .btn-apply {
    padding: .25em .5em;
  }
}
/*-------------------------------------------------------------------------------*\
     $Buskers-Apply
\*-------------------------------------------------------------------------------*/
.buskers-apply {
  padding: 1.5em 0;
}
.buskers-apply p {
  position: relative;
  padding: .5em 0 .5em 1em;
  line-height: 1.5;
}

.apply-star:before {
  position: absolute;
  left: .25em;
  content: "*";
  color: #fc0e68;
}

.buskers-apply-radio > label {
  padding-right: .25em;
}

/*-------------------------------------------------------------------------------*\
     $Share Photo List
\*-------------------------------------------------------------------------------*/
.s-photo-top {
  text-align: right;
}

.fb-share-btn {
  padding: .725em 1em .725em 2em;
  color: #ffffff;
  background: #3e65b7 url(../../images/facebook31.svg) no-repeat 0.5em;
  -webkit-background-size: 10px 10px;
  background-size: 14%;
  border-radius: 6px;
  transition: all .25s ease;
}
.fb-share-btn:hover {
  background-color: #345499;
}

.s-photo-wrap {
  margin-top: 2em;
}
.s-photo-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.figure-item {
  float: left;
  width: 100%;
  margin-bottom: 7%;
}
.figure-item > a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.figure-item > a:after {
  padding-top: 65%;
  content: "";
  display: block;
}
.figure-item > a > img, .figure-item > a > figcaption {
  position: absolute;
  width: 100%;
  margin: auto;
}
.figure-item > a > img {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.figure-item > a > figcaption {
  bottom: 0;
  display: block;
  width: 100%;
  padding: .5em;
  color: #ffffff;
  background-color: rgba(0, 114, 115, 0.75);
}
.figure-item > a > figcaption span {
  display: -webkit-box;
  height: 2.5em;
  line-height: 1.25;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .figure-item {
    width: calc(100%/2 - 2%);
    margin-left: calc(4% * 2 / 2);
    margin-bottom: calc(4% * 2 / 2);
  }
  .figure-item:nth-child(odd) {
    margin-left: 0;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .figure-item {
    width: calc(100%/3 - 2%);
    margin-left: calc(2% * 3 / 2);
    margin-bottom: calc(2% * 3 / 2);
  }
  .figure-item:nth-child(odd) {
    margin-left: calc(2% * 3 / 2);
  }
  .figure-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
/*-------------------------------------------------------------------------------*\
     $Lease Apply
\*-------------------------------------------------------------------------------*/
.lease-tit {
  margin-bottom: 15px;
  padding: .25em .5em 1.25em .5em;
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 2px solid #007273;
}
.lease-tit span {
  font-size: 90%;
  color: #ff3a3a;
  font-weight: normal !important;
}

.lease-form {
  padding: 10px 0;
}
.lease-form > input[type="text"], .lease-form > input[type="tel"], .lease-form > input[type="email"], .lease-form > input[type="password"], .lease-form > select {
  height: 38px;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}
.lease-form > textarea {
  width: 100%;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}
.lease-form > label {
  color: #444444;
}
.lease-form > label a:hover {
  text-decoration: underline;
}
.lease-form > label mark {
  background-color: rgba(252, 14, 104, 0.2);
}
.lease-form-notes {
  display: block;
  width: 100%;
  padding: .5em 0;
  color: #919191;
}
.lease-form-float:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.lease-form-float > label, .lease-form-float > input[type="text"], .lease-form-float > select {
  float: left;
  margin-right: .5em;
  line-height: 38px;
}
.lease-form-float > input[type="text"] {
  width: 50px !important;
}

.lease-label-lg {
  display: block;
  width: 100%;
  padding-bottom: .5em;
}
.lease-label-lh {
  line-height: 1.5;
}

.lease-wide-xs {
  width: 50px;
  height: 30px !important;
}
.lease-wide-s {
  width: 15% !important;
}
.lease-wide-m {
  width: 100%;
}

.lease-radio-group1 label {
  padding-right: 1em;
}

.lease-required {
  color: #ff3a3a;
}

.lease-agree {
  padding: 1em 0 1.5em 0;
}

.lease-table {
  width: 100%;
  border-collapse: collapse;
}
.lease-table th {
  padding: 1em;
  color: #ffffff;
  background-color: #007273;
}
.lease-table td {
  padding: 1.5em 1em;
  line-height: 1.5;
  color: #444444;
}
.lease-table tbody tr {
  background-color: #f8fafc;
}
.lease-table tbody tr:nth-child(even) {
  background-color: #f1f4f7;
}
.lease-table tbody tr td:first-child {
  text-align: center;
}

.la-query-notes {
  color: #444444;
  line-height: 1.25;
}
.la-query-notes li {
  padding: .25em;
  list-style-position: inside;
}
.la-query-notes > li {
  list-style-type: decimal;
}
.la-query-notes > li ol {
  padding-left: 1em;
}
.la-query-notes > li ol li {
  list-style-type: lower-alpha;
}

/*-----------------------------$ breakpoints360px-----------------------------*/
@media screen and (min-width: 360px) {
  .lease-form-float > input[type="text"] {
    width: 80px !important;
  }
}
/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .lease-tit {
    margin: 0 15px 15px 15px;
    padding: .25em 1.25em 1.25em 1.25em;
  }

  .lease-form {
    margin: 0 15px;
  }
  .lease-form-float > input[type="text"] {
    width: 120px !important;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
@media (min-width: 800px) {
  .lease-form {
    margin: 0 15%;
  }
}
@media screen and (min-width: 1024px) {
  .lease-form-notes {
    display: inline;
    width: auto;
    padding: 0;
  }

  .lease-wide-m {
    width: 50%;
  }
}
/*-------------------------------------------------------------------------------*\
     $Travel Blog
\*-------------------------------------------------------------------------------*/
.trave-bg-header {
  padding: 1em;
  border-left: 8px solid #007273;
}
.trave-bg-header h3, .trave-bg-header p {
  padding: .5em 0;
}
.trave-bg-header h1 {
  font-size: 1.5em;
  letter-spacing: .1em;
}
.trave-bg-header p {
  line-height: 1.5;
  color: #444444;
  font-size: 1.125em;
}

/* -------------------------------------*\
   $trave-blog-list
\* -------------------------------------*/
.trave-bg-list {
  padding-top: 20px;
}
.trave-bg-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tb-post {
  width: 90%;
  margin: 0 auto 30px auto;
  padding-bottom: 20px;
  background: url(../../images/tb-post-hr.png) repeat-x left bottom;
}
.tb-post:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tb-tit {
  margin: .25em 0;
  font-size: 1.5em;
}
.tb-tit a {
  line-height: 1.2;
  color: #000000;
}

.byline-wrap {
  padding: 1em 0;
  color: #919191;
}
.byline-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.byline-wrap span, .byline-wrap time {
  display: block;
  width: 100%;
  line-height: 1.25;
}
.byline-wrap time {
  padding-top: .5em;
}

.tb-fig a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tb-fig a:after {
  padding-top: 36%;
  content: "";
  display: block;
}
.tb-fig a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.tb-post-txt {
  margin-top: 20px;
  color: #444444;
  line-height: 1.25em;
  height: 3.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}

.tb-bottom {
  padding: 20px 0;
}
.tb-bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.new-reply {
  width: 100%;
  color: #bc0042;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.read-link {
  float: right;
  display: inline-block;
  padding-top: 1em;
  color: #007273;
  text-decoration: underline;
}
.read-link:hover {
  color: #ff3a3a;
  text-decoration: none;
}

/* -------------------------------------*\
   $trave blog detail
\* -------------------------------------*/
.trave-detail-wrap {
  margin: 0 1em;
  padding: 50px 0;
  background: url(../../images/tb-post-hr.png) repeat-x left bottom;
}
.trave-detail-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.trave-detail-tit {
  padding: .25em 0;
  color: #008b8d;
  font-size: 1.5em;
  font-weight: bolder;
  line-height: 1.2;
}
.trave-detail-fig {
  margin-bottom: 1em;
}
.trave-detail-txt {
  padding-top: 1em;
  color: #444444;
  line-height: 1.75;
  word-wrap: break-word;
  word-break: break-all;
}

/* -------------------------------------*\
   $comment-list
\* -------------------------------------*/
.comment-list {
  margin: 0 1em;
  padding: 40px 0;
}
.comment-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.comment-author, .comment-reply {
  padding-bottom: 1em;
}
.comment-author h5 span, .comment-reply h5 span {
  display: inline-block;
  padding: 0 .5em;
  color: #007273;
}
.comment-author h5 time, .comment-reply h5 time {
  padding-left: .5em;
}
.comment-author h5 {
  background: rgba(0, 114, 115, 0.1);
}
.comment-reply h5 {
  background: rgba(0, 114, 115, 0.2);
}
.comment-tit3 {
  padding: .5em 0;
  color: #008b8d;
  font-size: 1.5em;
}
.comment-tit5 {
  padding: .5em;
  line-height: 1.25;
  font-size: 1.125em;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .trave-bg-list {
    padding-top: 40px;
  }

  .tb-post {
    width: 75%;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .byline-wrap span {
    float: left;
    width: 70%;
  }
  .byline-wrap time {
    float: right;
    width: 30%;
    padding-top: 0;
    text-align: right;
  }

  .new-reply {
    float: left;
    width: 60%;
  }

  .read-link {
    display: inline;
    padding-top: 0;
  }
}
/*-----------------------------$ breakpoints1296-----------------------------*/
/*-------------------------------------------------------------------------------*\
     $Main Page
\*-------------------------------------------------------------------------------*/
.main-page {
  padding: 20px;
  line-height: 1.5;
  color: #444444;
}
.main-page p {
  padding: .25em 0;
}

.page-tit {
  padding: .25em 0;
  color: #007273;
  font-size: 1.125em;
}

.rss-wrap ul {
  width: 100%;
}
.rss-wrap li {
  padding: .15em 0;
  list-style-type: disc;
  list-style-position: inside;
}
.rss-wrap li a {
  color: #0069d2;
}
.rss-wrap li a:hover {
  text-decoration: underline;
}
.rss-wrap li span.rss-btn {
  background-color: #444444 !important;
}
.rss-wrap li a.rss-btn {
  margin-left: 0 !important;
}

.rss-btn {
  display: inline-block;
  margin: 0 .25em;
  padding-left: 1.5em;
  padding-right: .5em;
  color: #ffffff !important;
  background: #000000 url(../../images/rss.svg) no-repeat 0.5em;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  border-radius: 6px;
  transition: all .25s ease;
}
.rss-btn:hover {
  text-decoration: none !important;
  background-color: #ffc600;
}

.fb-login-wrap {
  padding: 30px 15%;
}

.fb-login {
  padding: 2em 0;
  text-align: center;
}

.fb-login-btn {
  display: inline-block;
  padding: 1em 1em 1em 2.5em;
  color: #ffffff;
  background: #3e65b7 url(../../images/facebook31.svg) no-repeat 0.5em;
  -webkit-background-size: 10px 10px;
  background-size: 14%;
  border-radius: 6px;
  transition: all .25s ease;
}
.fb-login-btn:hover {
  background-color: #345499;
}

.sub_list {
  padding-bottom: 5em;
}
.sub_list li {
  padding: .5em 0;
}
.sub_list a {
  display: block;
  padding: 1em;
  color: #444444;
  background: rgba(235, 235, 235, 0.8);
  border-radius: 30px;
}
.sub_list a:hover {
  color: #ffffff;
  background: #007273;
}
.sub_list a .fa {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: .5em;
  background: url(../../images/theme-icon-arrow.png) no-repeat;
}
.sub_list a .fa-caret-right:before {
  content: "" !important;
}
.sub_list a .fa-external-link {
  float: none;
  display: inline-block;
  background-image: none;
}

.tour-kind {
  padding: 0;
  border: none;
}
.tour-kind > select {
  width: 100%;
  height: 38px;
  margin-top: .75em;
  padding: .5em;
  color: #777777;
  border: 1px solid #e5e5e5;
}

.g-map {
  width: 100%;
  margin: 1.5em 0;
  border: 1px solid #c4c4c4;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .tour-kind select {
    width: 30%;
  }
}
/*-------------------------------------------------------------------------------*\
     $Custom
\*-------------------------------------------------------------------------------*/
.custom_wrap {
  padding: 1rem 1rem 3rem 1rem;
}

.custom_fombar {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #007273;
}
.custom_fombar label, .custom_fombar input[type="text"], .custom_fombar select {
  width: 100%;
}
.custom_fombar label {
  display: block;
  float: left;
  padding: .75rem 0;
  color: #444444;
}
.custom_fombar input[type="text"], .custom_fombar select {
  padding: .5rem;
  color: #777777;
  border: 1px solid #e5e5e5;
}

.custom_row {
  padding: .5rem 0;
}
.custom_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.custom_col {
  width: 100%;
}

.btn-content {
  padding: 1.5rem 1rem;
  text-align: center;
}
.btn-content.sun-btn {
  margin: auto;
}
.btn-content input[class="sun-btn"] {
  padding: .5rem 2rem;
}

.mytour_item {
  padding: 1rem 0;
  border-bottom: 1px solid #d4d4d4;
}
.mytour_item:last-child {
  border-bottom: 0;
}
.mytour_img {
  width: 100%;
  margin: .5rem 0;
}
.mytour_data {
  width: 100%;
  padding: .5rem 0;
}
.mytour_tit {
  color: #007273;
  line-height: 1.2;
  font-size: 1.25em;
}
.mytour_star {
  padding: .5rem 0;
}
.mytour_txt {
  line-height: 1.5;
  color: #444444;
}
.mytour_btn_wrap {
  padding-top: 1rem;
  text-align: center;
}
.mytour_btn_wrap ul {
  margin: 0 auto;
}
.mytour_btn_wrap li {
  display: inline-block;
  padding-right: .5rem;
}
.mytour_btn_wrap li:last-child {
  padding-right: 0;
}

.mytour-btn {
  -webkit-apperance: none;
  display: block;
  margin: .25rem 0;
  padding: .5rem 1.5rem;
  color: #ffffff;
  border-radius: 4px;
  background: #00649e;
}
.mytour-btn:hover {
  background-color: #004a75;
}
.mytour-btn:active {
  background-color: #00131f;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .custom_wrap {
    padding: 1rem 1.5rem;
  }

  .custom_col {
    float: left;
    width: 33.33%;
    padding-right: 1rem;
  }

  .mytour_img {
    float: left;
    width: 200px;
  }
  .mytour_data {
    width: auto;
    margin-left: 200px;
    padding-left: 1rem;
    box-sizing: border-box;
  }
  .mytour_btn_wrap ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .mytour_btn_wrap li {
    float: left;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .custom_wrap {
    padding: 1rem 2rem;
  }

  .custom_fombar input[type="text"] {
    width: 50%;
  }

  .mytour_img {
    width: 250px;
  }
  .mytour_data {
    margin-left: 250px;
  }
}
/*-------------------------------------------------------------------------------*\
     $Google search
\*-------------------------------------------------------------------------------*/
.google_hot_search {
  padding: 0 2.5%;
}
.google_hot_search span {
  display: block;
  padding-top: 1rem;
  line-height: 1.2;
  color: colors(menublack);
}
.google_hot_search a {
  display: inline-block;
  margin: .5rem 0;
  padding: .5rem 1rem;
  color: #ffffff;
  background-color: #007273;
  border-radius: 1rem;
}
.google_hot_search a:hover, .google_hot_search a:focus {
  background-color: #0069d2;
}

@media (min-width: 480px) {
  .google_hot_search span {
    border-top: 1px solid #007273;
  }
}
/*-------------------------------------------------------------------------------*\
     $main
\*-------------------------------------------------------------------------------*/
.main-tit {
  position: relative;
  padding: .8em;
  font-size: 1.5em;
  border-bottom: 1px solid #007273;
}
.main-tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #E43400;
}

.content-wrap {
  padding: 2em 1em;
}
.content-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.contents-inner-full .titword {
  display: none;
}

/*-----------------------------$ breakpoints678-----------------------------*/
@media (min-width: 480px) {
  .contents-wrap {
    background: url(../../images/content-background-pad.png) no-repeat top center;
  }

  .main-wrap {
    width: 100%;
    float: left;
    padding-top: 8em;
  }
}
/*-----------------------------$ breakpoints800-----------------------------*/
@media (min-width: 678px) {
  .contents-wrap {
    background: url(../../images/content-background.png) no-repeat top center;
  }
  .contents-inner {
    padding: 9.375em 1.1904761905% 5em 1.1904761905%;
  }

  .main-wrap {
    width: 75%;
    float: left;
    padding-top: 59px;
  }

  .main-content {
    min-height: 50em;
    background-color: #ffffff;
  }
  .main-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .contents-inner-full {
    padding: 3.4375rem .625rem 3rem .625rem;
  }
  .contents-inner-full .main-wrap {
    width: 100%;
  }
  .contents-inner-full .titword {
    display: block;
  }
}
