@charset "UTF-8";
/*--------- header -------------*/
#header .inner {
  width: 980px;
  margin: 0 auto;
}
#header h1.txt-h1 {
  font-size: 0.7em;
  color: #999;
  width: 80%;
  height: 15px;
  overflow: hidden;
}
#logo-area {
  width: 24%;
  float: left;
  z-index: 1;
}
#logo-area div {
  display: inline-block;
}
#logo-area #logo {
  padding-top: 2px;
}
#header-right {
  text-align: right;
  float: right;
  width: 16%;
}
#header-right #epark-global-header-box {
  display: none;
}
#header-right #epark-global-header-box .epark-global-header-box-inner {
  width: 100%;
}
#header-right ul.linkH li {
  float: left;
  margin-left: 85px;
  line-height: 1px;
}
#header-right ul.linkH li a {
  color: #777;
  font-size: 0.85em;
  color: #f90;
}
#header-right ul.linkH li a:hover {
  text-decoration: none;
}
.header-information {
  color: #78573d;
  border: 2px solid #f60;
  line-height: 1.4em;
  padding: 5px;
  width: 980px;
  margin: 0 auto 10px;
}
.header-information span {
  color: #f60;
  display: block;
}
.header-border {
  border-bottom: 9px solid #ffb101;
}
/*--------------- search box -----------*/
#search {
  font-size: 12px;
  position: relative;
  top: 15px;
  width: 730px;
  margin: 0 0 0 auto;
}
#search form {
  border: 2px solid #e8dcb5;
  padding: 6px 8px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 730px;
  height: 46px;
}
#header-right {
  width: 16%;
}
#search form .search-c1 {
  width: 39%;
  margin-bottom: 10px;
}
#search form .search-c2 {
  width: 58%;
}
#search form .search-c2 p:not(.btn-search) {
  width: 44%;
}
#search .search-c2 .leftbox {
  width: 83%;
}
/*--------------- global navi -----------*/
#global-navi {
  background: #fff;
  width: 100%;
  z-index: 99;
  height: 42px;
}
#global-navi img {
  display: none;
}
#global-navi ul {
  width: 100%;
}
#global-navi ul li {
  float: left;
  height: 48px;
  text-align: center;
  line-height: 46px;
  border-left: solid 1px #fff;
  border-right: solid 1px #ccc;
}
#global-navi ul li.home {
  width: 10%;
  background: url(../images/g-navi/home.png) no-repeat 50%;
  border-left: solid 1px #e0e0e0;
}
@-moz-document url-prefix() {
  #global-navi ul li.home {
    line-height: 48px;
  }
}
#global-navi ul li.hospital {
  width: 30%;
  background: url(../images/g-navi/hospital.png) no-repeat 14% 50%;
}
#global-navi ul li.salon {
  width: 30%;
  background: url(../images/g-navi/salon.png) no-repeat 14% 50%;
}
#global-navi ul li.hotel {
  width: 30%;
  background: url(../images/g-navi/hotel.png) no-repeat 14% 50%;
}
#global-navi ul li.regist {
  width: 10%;
}
#global-navi ul li.login {
  width: 10%;
}
#global-navi ul li a {
  display: block;
  width: 100%;
  color: #666;
  font-size: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
}
#global-navi ul li.home a {
  display: block;
  width: 100%;
  color: #444;
  font-size: 1.1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#global-navi ul li.search {
  display: none;
}
#global-navi ul li a {
  /*  display: inline-block; */
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
#global-navi ul li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f90;
  height: 5px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#global-navi ul li.hospital a:before {
  background: #3bb2f4;
}
#global-navi ul li.salon a:before {
  background: #ed6a9e;
}
#global-navi ul li.hotel a:before {
  background: #4ea465;
}
#global-navi ul li a:hover:before, #global-navi ul li a:focus:before, #global-navi ul li a:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#global-navi ul li.current a:before {
  height: 8px;
}
.gnavi-fixed {
  display: block;
  height: 48px !important;
  position: fixed;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-top: solid 3px #ffb101;
  color: #999;
}
.gnavi-fixed a {
  font-size: 0.9em !important;
}
.gnavi-fixed sp {
  display: none;
}
.gnavi-fixed .home {
  width: 6% !important;
}
.gnavi-fixed .hospital {
  width: 19% !important;
}
.gnavi-fixed .salon {
  width: 19% !important;
}
.gnavi-fixed .hotel {
  width: 19% !important;
}
.gnavi-fixed .regist {
  display: none;
}
.gnavi-fixed .login {
  display: none;
}
.gnavi-fixed .search {
  display: block !important;
  width: 37%;
}
.gnavi-fixed .search form {
  width: 90%;
  margin: 0 auto;
}
.gnavi-fixed .search form select {
  height: 28px;
  width: 100px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  border: 1px solid #e8dcb5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  margin-right: 2px;
  font-size: 0.85em;
  padding-left: 5px;
}
@-moz-document url-prefix() {
  .gnavi-fixed .search form select {
    height: 28px;
    width: 105px;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    border: 1px solid #e8dcb5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    margin-right: 1px;
    font-size: 0.9em;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding-left: 0;
    letter-spacing: 0;
  }
}
@media all and (-ms-high-contrast:none) {
  .gnavi-fixed .search form select {
    height: 28px;
    width: 105px;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    border: 1px solid #e8dcb5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    margin-right: 1px;
    font-size: 0.9em;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding-left: 0;
    letter-spacing: 0;
  }
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .gnavi-fixed .search form select {
    height: 28px;
    width: 105px;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    border: 1px solid #e8dcb5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    margin-right: 1px;
    font-size: 0.9em;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding-left: 0;
    letter-spacing: 0;
  }
}
.gnavi-fixed .search dl.search-navi {
  float: right;
  margin-top: 9px;
  margin-left: 4px;
  width: 60%;
  position: relative;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e8dcb5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.gnavi-fixed .search dl.search-navi dt {
  height: 30px;
}
.gnavi-fixed .search dl.search-navi dt input {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 84%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}
.gnavi-fixed .search dl.search-navi dt input[type="text"]:focus {
  outline: 0;
}
.gnavi-fixed .search dl.search-navi dd {
  position: absolute;
  top: 0;
  right: 0;
}
.gnavi-fixed .search dl.search-navi dd button {
  display: block;
  padding: 4px 10px 0 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.gnavi-fixed .search dl.search-navi dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/images/common/searcher.png') no-repeat scroll 0 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.gnavi-fixed .search dl.search-navi dd button span:hover {
  opacity: 0.6;
}
#breadcrumb ul {
    display: flex;
}
#breadcrumb ul li {
    display: inline-flex;
}
#breadcrumb img {
    display: block;
    width: 15px;
    height: 16px;
    padding: 2px 0 0 0;
}

@media only screen and (max-width: 768px) {
    #breadcrumb {
    display: block !important;
    overflow-x: scroll;
    width: initial;
    margin: 0;
    padding: 0 0 0 8px;
    }
    
    #breadcrumb ul {
    width: max-content;
    padding: 4px;
    }
    
    #breadcrumb li {
    white-space: nowrap;
    }  
    
	#contents{
        width: 100%;
	}
  #search {
    display: none !important;
  }
  #header {
    border-bottom: none;
    margin-bottom: 5px;
    padding: 0;
    height: auto;
  }
  #header .inner {
    width: 100%;
    padding: 0;
  }
  #header h1.txt-h1 {
    background: #444;
    color: #fff;
    padding: 4px;
    font-weight: normal;
    max-height: none;
    width: 100%;
    height: auto;
    font-size: 0.5em;
    overflow: hidden;
    letter-spacing: 0.7px;
    line-height: 1.8em;
  }
  #logo-area {
    width: 65%;
    position: unset;
    bottom: 0;
    padding: 4px;
  }
  #logo-area #logo {
    width: 38%;
  }
  #header-right {
    display: none;
  }
  .btn-sp {
    position: unset;
    float: right;
    bottom: 2px;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 110px;
  }
  .btn-sp a {
    float: left;
    margin: 5px 5px;
    text-decoration: none;
    color: #888;
  }
  .survey-btn a img {
    width: 24px;
    display: block;
    margin: 6px auto 0;
  }
  #wrapper #contents {
    background: #fff;
    padding: 0;
    margin: 0;
  }
  .contentbox {
    padding: 0px;
  }
  .sick_sub_1, .sick_contents .sick_title, .sick_sub_2, .sick_sub_3 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-title {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    width: 100%;
  }
  .list-title p {
    font-size: 12px;
  }
  .list-title a {
    text-decoration: none;
    color: #6F5A4A;
    display: block;
    height: 37px;
    line-height: 37px;
  }
  .wrapped-hospital {
    max-width: 480px;
    margin: 0 auto;
  }
  .title-banner {
    width: 100%;
    height: 37px;
    text-align: center;
    display: table;
    background-color: #F2F2F2;
    border-right: 1px solid #ddd;
  }
  .title-banner p {
    display: table-cell;
    vertical-align: middle;
  }
  .title-banner-hos {
    background-color: #00B6D5;
    font-size: 14px;
  }
  .title-banner-hospital {
    background-color: #2bb8d8;
    color: #ffffff;
    font-size: 14px;
  }
  .title-banner-hospital {
    background-color: #2bb8d8;
    color: #ffffff;
    font-size: 14px;
  }
  .title-banner-hos p, .title-banner-hospital p, .title-banner-hospital p {
    font-size: 14px;
  }
  .title-banner-hos a, .title-banner-hospital a, .title-banner-hospital a {
    color: #FFFFFF;
  }
  .tt-bn-boder-hos {
    border-left: solid 1px #E6E6E6;
    border-right: solid 1px #ffffff;
  }
  .tt-bn-boder-hospital {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }
  .tt-bn-boder-hospital {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #E6E6E6;
  }
  .tt-bn-boder-hotel {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #E6E6E6;
  }
  .list-title .col-xs-4 {
    padding-left: 0px;
    padding-right: 0px;
    width: 33.33333%;
    float: left;
  }
}
@media screen and (max-width: 468px) {
  /*--------------- search box -----------*/
  #search {
    display: none !important;
  }
}