@charset "UTF-8";
@import url('src/js/slick/slick.css');
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Lato);

/* Temp */
.kanagawakuyaku-docs {
  display: none;
}

/*
Template: byblos
Theme Name:     ical template3
Author:         ical
Description:    ワンページレイアウト3
Version:        1.0.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hestia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*-------------------------------------------
# Reset
# Root + General
# Main Visual
# Header
  ## Global Navigation
  ## News
  ## Slick Slider
# Top
  ## Emargency Banner
  ## Sultation
  ## Search Pharmacy
# Content
# Post
# News
# Archive
  ## Pagination
# Pharmacy
# Footer
# 404
--------------------------------------------*/

/*-------------------------------------------
# RESET
 --------------------------------------------*/
dl,dt,dd {
  margin: 0;
}

dt {
  font-weight: 300;
}

a {
  outline: none;
}

p {
  margin-bottom: 16px;
  letter-spacing: .03em;
  line-height: 1.6;
  word-break: break-all;
}

h4 {
  font-size: 20px;
  margin-bottom: 4px;
}

button, select {
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  user-select: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*-------------------------------------------
# ROOT + GENERAL
 --------------------------------------------*/
html {
  font-size: 16px;    /* ROOT (1rem") */
}

button,
select {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Lato", "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif!important;
  font-size: 1rem;
}

a:hover,
a:focus,
a:active {
  color: #53C1EF;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Lato", "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif!important;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  body {
    font-weight: 400;
  }
}

article{
  outline: none;
  position: relative;
}

#page {
  height: 100%;
  min-height: 100vh;
  padding-bottom: 56px;
  position: relative;
}

#content {
  height: 100%;
}

/* Select Box */
.select-wrapper {
  background: linear-gradient(to bottom, #fff 50%,#efefef 100%);
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.select-wrapper::before {
  color: #9e9e9e;
  content: '\f0d7';
  font-family: "FontAwesome";
  position: absolute;
  right: 7px;
  top: 0;
  z-index: -1;
}

.select-wrapper select {
  font-size: .95rem;
  padding: 0 1.4em 0 6px;
}

/* Button (Basic) */
button,
button:focus {
  background: linear-gradient(to bottom, #fff 50%, #efefef 100%);
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  box-shadow: 2px 1px 2px 0px rgba(170, 170, 170, 0.21);
  color: #4d6377;
  padding: 5px 8px;
}

button:active {
  background: linear-gradient(to bottom, #fff 20%, #efefef 100%);
  box-shadow: inset 1px 2px 2px 0px rgba(170, 170, 170, 0.14);
}

/* Member Btn */
.fixed-btn-container {
  font-size: 24px;
  height: 48px;
  line-height: 1;
  position: fixed;
  width: 144px;
  z-index: 10000;
}

@media screen and (min-width: 992px) {
  #member-btn-container {
    right: 32px;
    top: 24px;
  }
}

@media screen and (max-width: 992px) {
  #member-btn-container {
    right: 8px;
    top: 16px;
  }
}

#member-btn-container .fixed-btn {
  background: #fff;
  border-radius: 24px;
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, .3);
  color: #fb6d6d;
  display: block;
  height: 48px;
  position: relative;
  width: 144px;
}

#member-btn-container .fixed-btn::before {
  background: #fb6d6d;
  border-radius: 50%;
  color: #fdd;
  content: '';
  display: block;
  height: 40px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 40px;
}

#member-btn-container .fixed-btn::after {
  color: #fdd;
  content: '\f0c0';
  font-family: "fontawesome";
  font-size: 1.4rem;
  left: 12px;
  line-height: 40px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.fixed-btn-text {
  display: block;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 0 0 48px;
}

.fixed-btn-text-en {
  bottom: 7px;
  color: #fc979b;
  font-family: "Lato";
  font-size: .75rem;
  font-weight: 300;
  padding-left: 48px;
  position: absolute;
}

#member-btn-container .fixed-btn:hover::before,
#member-btn-container .fixed-btn:focus::before,
#member-btn-container .fixed-btn:active::before {
  background: #fc8787;
}

#member-btn-container .fixed-btn:hover::after,
#member-btn-container .fixed-btn:focus::after,
#member-btn-container .fixed-btn:active::after {
  color: #FFD4D4;
}

@media screen and (min-width: 992px) {

  #member-btn-container .fixed-btn i::after,
  #member-btn-container .fixed-btn i::after,
  #member-btn-container .fixed-btn i::after{
    display: none;
  }

  #member-btn-container .fixed-btn:hover i::after,
  #member-btn-container .fixed-btn:focus i::after,
  #member-btn-container .fixed-btn:active i::after{
    background: rgba(255, 255, 255, .85);
    border-radius: 4px;
    bottom: calc( ( 1rem + ( 4px * 2 ) + 9px ) * -1 );
    color: #666;
    content: "会員専用ページ";
    display: inline-block;
    font-size: 1rem;
    left: calc( ( ( 7rem / 2 ) -12px ) * -1 );
    padding: 4px;
    position: absolute;
    width: calc( 7rem + ( 4px * 2 ) );
  }

}

/* Download Link */
a[href $='.pdf'],
a[href $='.doc'],
a[href $='.docx'],
a[href $='.xls'],
a[href $='.xlsx'] {
  display: inline-block;
  font-family: "Lato";
  font-size: .9em;
  line-height: 1.2rem;
  margin: 8px 4px;
  padding-left: 1.35rem;
  position: relative;
}

a[href $='.pdf']::before,
a[href $='.doc']::before,
a[href $='.docx']::before,
a[href $='.xls']::before,
a[href $='.xlsx']::before {
  font-family: "FontAwesome";
  font-size: 1.2rem;
  left: 0;
  position: absolute;
  top: 0;
}

a[href $='.pdf']::before {
  color: #ce1f26;
  content: "\f1c1";
}

a[href $='.doc']::before,
a[href $='.docx']::before {
  color: #2e5fa2;
  content: "\f1c2";
}

a[href $='.xls']::before,
a[href $='.xlsx']::before {
  color: #247c4a;
  content: "\f1c3";
}

.phrase {
  display: inline-block;
}

.note {
  color: #777;
  font-size: .85rem;
}

ol {
  line-height: 1.5em;
  letter-spacing: 1.5px;
  margin-left: 1.7em;
}

/*-------------------------------------------
# Main Visual
 --------------------------------------------*/
.sc-slider-wrapper .camera_caption {
  background: transparent;
  bottom: 85%;
  color: #777;
  display: inline-block;
  left: 25%;
  max-width: none;
  padding: 0;
  position: absolute;
  transform: translateX(-25%);
  width: 80%;
}

.sc-slider-wrapper .camera_caption > div {
  display: inline-block;
  padding: 0;
}

.sc-slider-wrapper .camera_caption > div span {
  color: #666;
  font-size: 48px;
  line-height: 1.2;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
  .sc-slider-wrapper .camera_caption {
    bottom: 90%;
  }
  .sc-slider-wrapper .camera_caption > div span {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px){
  .sc-slider-wrapper .camera_caption {
    bottom: 90%;
  }
  .sc-slider-wrapper .camera_caption > div span {
    font-size: 32px;
    line-height: 1.2;
  }
}

a{
  transition: color .2s;
}

.item-home{
  padding-left: 24px;
}

@media (max-width: 991px){
  .item-home{
    padding-left: 15px;
  }
}

.cameraSlide{
  filter: saturate(120%) opacity(85%);
}

/*-------------------------------------------
# Header
 --------------------------------------------*/
.site-header {
  background: #fff;
}

.site-branding{
  box-shadow: 0 0 25px rgb(0, 0, 0);
  overflow-y: auto;
}

div#branding-wrap {
  padding: 16px 0 24px;
}

#sc_logo{
  height: auto;
  width: 180px;
}

.sc_footer {
  position: absolute;
  bottom: 0;
}

.sc_footer p {
  margin: 0;
}

.sc-slider-banner .row{
  width: auto;
}

.news-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.site-branding-banner-container {
  position: absolute;
  text-align: center;
  top: 545px;
  width: 100%;
}


.site-branding-banner-container a[href $='.pdf'],
.top-banner-container-sp a[href $='.pdf'] {
  padding-left: 0;
}

.site-branding-banner-container a[href $='.pdf']::before,
.top-banner-container-sp a[href $='.pdf']::before {
  content: none;
}

.kanagawakuyaku-docs {
  /*bottom: 40px;
  position: absolute;*/
  margin-bottom: 20px;
}

a.kanagawakuyaku-doc-join-dl,
a.kanagawakuyaku-doc-leave-dl {
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(170, 170, 170, 0.69);
  color: #fff;
  display: block;
  float: left;
  padding: 4px;
  text-align: center;
  width: Calc(50% - 4px);
}

a.kanagawakuyaku-doc-join-dl:hover,
a.kanagawakuyaku-doc-join-dl:focus,
a.kanagawakuyaku-doc-join-dl:active,
a.kanagawakuyaku-doc-leave-dl:hover,
a.kanagawakuyaku-doc-leave-dl:focus,
a.kanagawakuyaku-doc-leave-dl:active {
  color: #fff;
  opacity: .9;
}

a.kanagawakuyaku-doc-join-dl {
  background: #60ce28;
  margin-right: 8px;
}

a.kanagawakuyaku-doc-leave-dl {
  background: #d64848;
}

.kanagawakuyaku-doc-join-dl span,
.kanagawakuyaku-doc-leave-dl span {
  font-size: .8rem;
}

#banner-emargency {
  width: 264px;
}

@media (max-width: 991px) {
  header#masthead {
    position: relative;
  }

  .site-branding-mobile .site-title-mobile {
    padding-right: 0;
  }

  .site-branding-mobile .col-xs-2 {
    padding-left: 0;
    position: fixed;
    z-index: 10000;
  }

  #tasty-mobile-toggle{
    z-index: 10;
  }

  #tasty-mobile-toggle .menu{
    padding-top: 80px;
    top: 0px !important;
    z-index: -1;
  }

  #tasty-mobile-toggle .menu li a {
    font-size: 16px;
  }

  #tasty-mobile-toggle .menu li.current-menu-item a{
    background: #333;
  }

  #tasty-mobile-toggle .fa {
    transition: background .3s, color .2s;
  }

  #tasty-mobile-toggle .fa.active {
    background: transparent;
  }

  #tasty-mobile-toggle .menu li a:hover,
  #tasty-mobile-toggle .menu li.current-menu-item a {
    background: transparent;
    color: #333;
  }
}

@media (max-width: 991px) {
  #tasty-mobile-toggle .fa {
    color: #5f5f5f;
  }

  #tasty-mobile-toggle .fa.active {
    color: #fff;
  }

  #tasty-mobile-toggle .menu {
    background-color: #9e9e9e;
    padding-bottom: 16px;
  }

  #tasty-mobile-toggle .menu li.current-menu-item a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
}

/*-------------------------------------------
## Global Navigation
 --------------------------------------------*/
#site-navigation.main-navigation li a {
  background: #ffeff1;
  border-top: 1px dashed #9e8b8b;
  color: #ff9292;
  font-size: 16px;
  font-weight: 300;
}

#site-navigation.main-navigation li:last-child a {
  border-bottom: 1px dashed #9e8b8b;
}

#site-navigation.main-navigation li a:hover,
.site-branding.dark #site-navigation.main-navigation li a:hover {
  background: #ffdadf;
  color: #ff8080;
}

.color-blue li a{
  background: #ecf5ff!important;
  color: #559ae4!important;
  border-top: 1px dashed #8fb6d2!important;
}

.color-blue li:last-child a {
  border-bottom: 1px dashed #8fb6d2!important;
}

.color-blue li a:hover {
  background: #d5e6f9!important;
  color: #559ae4!important;
}

.color-purple li a {
  background: #f3efff!important;
  border-top: 1px dashed #9e8b9e!important;
  color: #da6eb4!important;
}

.color-purple li:last-child a {
  border-top: 1px dashed #9e8b9e!important;
}

.color-purple li a:hover {
  background: #f2daff!important;
  color: #c33bb2!important;
}

.color-pink-white li a {
  background: #fff!important;
  border-top: 1px dashed #aaa!important;
}

.color-pink-white li:last-child a {
  border-top: 1px dashed #aaa!important;
}

.color-pink-white li a:hover {
  background: #fff4f5!important;
}

.color-grey li a {
  background: #fff!important;
  border-top: 1px dashed #aaa!important;
  color: #666!important;
}

.color-grey li:last-child a {
  border-top: 1px dashed #aaa!important;
}

.color-grey li a:hover {
  background: #fff!important;
  color: #aaa!important;
}

@media (max-width: 991px){
  #tasty-mobile-toggle {
    background: rgba(255,255,255,.5);
  }

  #tasty-mobile-toggle .menu {
    width: 100%;
  }

  #tasty-mobile-toggle .menu li a {
    line-height: 52px;
  }
}

/*-------------------------------------------
## News
 --------------------------------------------*/
#sc-slider-banner {
  background: rgba(255,255,255, .85);
  color: #242424;
  height: auto;
  margin: 0 24px;
  padding: 20px 16px;
  width: calc(100% - 48px);
}

#sc-slider-banner h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}

h2.banner-title::after {
  background: #1fabff;
  bottom: 2px;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

#sc-slider-banner p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
  #sc-slider-banner{
    margin: 0;
    padding: 12px 16px;
    width: 100%;
  }

  #sc-slider-banner h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  #sc-slider-banner p {
    display: none;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px){
  #sc-slider-banner{
    margin: 0;
    padding: 12px 16px;
    width: 100%;
  }

  #sc-slider-banner h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  #sc-slider-banner p {
    display: none;
  }
}

.news-wrapper{
  height: auto;
  padding: 0 30px;
}

.news {
  border-right: 1px dotted #777;
  height: auto;
}

.news:first-child {
  border-left: 1px dotted #777;
}

.news time {
  font-family: "Lato", "Noto Sans JP";
  font-size: .8rem;
}

/*@media screen and (max-width: 768px){
  .news,
  .news:first-child {
    border: none;
  }
}*/
@media screen and (max-width: 768px) {
  .slick-track .news,
  .slick-track .news:first-child {
    border: none;
  }
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  #sc-slider-banner {
    max-height: none;
  }
}

.news-link-wrapper,
.back-link-wrapper {
  padding: 16px 0 4px;
  text-align: center;
}

.news-link,
.back-link {
  background: transparent;
  border: 1px solid #53C1EF;
  border-radius: 24px;
  display: inline-block;
  font-size: .95rem;
  line-height: 1;
  padding: 12px 20px;
}

.news-link:hover,
.news-link:focus,
.news-link:active,
.back-link:hover,
.back-link:focus,
.back-link:active {
  background: #53c1ef;
  color: #fff;
}

/*-------------------------------------------
## Slick Slider
 --------------------------------------------*/
.slick-list{
  padding: 0 4px;
}

.slider-arrow{
  color: #777;
  cursor: pointer;
  font-size: 28px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  transition: color .2s;
  z-index: 10;
}

.slider-arrow:hover{
  color: #59c1ff;
}

.slider-prev{
  left: 0;
}

.slider-next{
  right: 0;
}

.slider-arrow:before {
  border-right: 1px solid #6f6f6f;
  border-top: 1px solid #6f6f6f;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}

.slider-next:before {
  transform: rotate(45deg);
}

.slider-prev::before {
  transform: rotate(-135deg);
}

.slick-disabled {
  cursor: default;
}
.slick-disabled::before {
  border-color: #ccc;
}

@media screen and (max-width: 450px) {
  .slick-slide {
    padding : 0 4px;
  }
}

/*-------------------------------------------
# Top
 --------------------------------------------*/
/* ## Emargency Banner */
@media screen and (min-width: 992px) {
  .top-banner-container-sp {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .top-banner-container-sp {
    display: block;
    text-align: center;
  }
}

/* ## Sultation */
.autograph {
  margin: 24px 0 0;
  text-align: right;
}

/* ## Search Pharmacy */
.pharmacy-loding-animation-container {
  position: relative;
}

.pharmacy-search-content-wrapper {
  border: 1px solid #aaa;
  border-radius: 4px;
  max-height: 500px;
  overflow-y: scroll;
  padding: 8px;
  width: 100%;
}

.pharmacy-search-controls {
  padding: 0 8px 0;
}

.pharmacy-search-controls label {
  padding-right: 2px;
}

.pharmacy-search-controls .search-control {
  display: inline-block;
  margin: 0 16px 8px 0;
}

@media screen and (max-width: 768px) {
  .pharmacy-search-controls .search-control {
    line-height: 32px;
    margin-bottom: 16px;
  }

  .pharmacy-search-controls .search-control button  {
    line-height: 24px;
  }

  #show-condition-and-result {
    line-height: 40px;
  }
}

#show-condition-and-result {
  display: inline-block;
  float: right;
  font-size: .85rem;
  font-style: italic;
  padding: 8px 4px 4px;
}

.pharmacy-search-content-wrapper .pharmacy-search-content {
  border-bottom: 1px dashed #aaa;
  color: #525252;
  display: block;
  padding: 6px 4px;
  position: relative;
}

.pharmacy-search-content-wrapper .pharmacy-search-content:last-child {
  border: none;
}

.pharmacy-search-content-wrapper .pharmacy-search-content:hover,
.pharmacy-search-content-wrapper .pharmacy-search-content:focus,
.pharmacy-search-content-wrapper .pharmacy-search-content:active {
  background: #f2fff3;
}

.pharmacy-search-content-header {
  color: #8e5500;
  font-size: 1.08rem;
}

.pharmacy-search-content-kana {
  display: none;
}

.pharmacy-search-content-address,
.phamacy-search-content-tel,
.phamacy-search-content-closed {
  display: inline-block;
  font-size: .95rem;
  margin: 0;
  position: relative;
}

.pharmacy-search-content-address,
.phamacy-search-content-tel {
  padding-left: 1rem;
}

.pharmacy-search-content-address::before {
  color: #777;
  content: "\f041";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 2px;
}

.phamacy-search-content-tel::before {
  color: #777;
  content: "\f095";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 2px;
}

.pharmarcy-search-content-left {
  float: left;
}

@media screen and (max-width: 500px) {
  .pharmarcy-search-content-left {
    float: none;
  }
}

.pharmacy-search-content-right {
  float: right;
  margin-left: 1em;
  text-align: right;
}

.phamacy-search-content-closed {
  color: #ff4343;
}

#pharmacy-search-no-result {
  display: none;
  font-style: italic;
  margin: 16px 0;
  text-align: center;
}

.searching-overlay {
  background: rgba(255, 255, 255, .85);
  border-radius: 4px;
  display: none;
  font-size: 1.6em;
  height: Calc(100% - 2px);
  left: 1px;
  position: absolute;
  top: 1px;
  width: Calc(100% - 2px);
  z-index: 1;
}

.searching-overlay .fa-spinner {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;
}

/* ##Link */
.link-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 8px;
}

.link-list > li {
  margin: 0 16px 13px 0;
}

@media screen and (min-width: 1292px) {
  .link-list > li {
    width: Calc(33.333333% - 16px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1292px) {
  .link-list > li {
    width: Calc(50% - 16px);
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .link-list > li {
    width: Calc(33.333333% - 16px);
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .link-list > li {
    width: Calc(50% - 16px);
  }
}

@media screen and (max-width: 640px) {
  .link-list > li {
    width: Calc(100% - 16px);
  }
}

.link-list > li > a {
  border: 1px solid #53C1EF;
  border-radius: 18px;
  display: block;
  padding: 6px 2px 6px 38px;
  position: relative;
}

.link-list > li > a::before {
  content: '';
  background: #53C1EF;
  border-radius: 50%;
  height: 28px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 28px;
  z-index: 1;
}

ul.link-list > li > a::after {
  color: #fff;
  content: '\f08e';
  font-family: "FontAwesome";
  font-size: .7em;
  height: 28px;
  left: 4px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 28px;
  z-index: 2;
}

.link-list > li > a:hover,
.link-list > li > a:focus,
.link-list > li > a:active {
  background: #53c1ef;
  color: #fff;
}

.link-list > li > a:hover::before,
.link-list > li > a:focus::before,
.link-list > li > a:active::before {
  background: #fff;
}

.link-list > li > a:hover::after,
.link-list > li > a:focus::after,
.link-list > li > a:active::after {
  color: #53c1ef;
}

.top-link-banner-area {
  margin: 8px 12px;
}

/*-------------------------------------------
# Content
 --------------------------------------------*/
 .item-home .entry-header {
  position: relative;
}

.item-home .entry-content {
  margin-top: 8px;
}

.home-content-title {
  font-weight: 500;
  margin-bottom: 32px;
  padding-bottom: 20px;
  position: relative;
}

.home-content-title::after {
  background: #ff902d;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 64px;
}

.single .post-title,
.item-page .post-title {
  border-bottom: 1px solid #b5b5b5;
  font-size: 24px;
  font-weight: 300;
  margin: 4px 0 8px;
  padding: 0 0 4px 0;
}

@media screen and (max-width: 500px) {
  .single .post-title,
  .item-page .post-title {
    font-size: 20px;
    line-height: 1.5;
  }

  .home-content-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}

.byblos-underline {
  margin: 4px 0 16px;
}

.page-title {
  background: none;
  color: rgb(82, 82, 82);
  font-size: 26px;
  font-weight: 300;
  margin: 12px 0 0;
  padding: 0 0 4px 2px;
}

@media (max-width: 991px) {
  .site-content-wrapper {
    margin-top: 0;
  }
}

/*-------------------------------------------
# Page
 --------------------------------------------*/
.page:not(.home) h3 {
  border-bottom: 2px solid #87ceeb;
  font-weight: 300;
  margin: 16px 0;
  padding: 4px 0 4px 2px;
  position: relative;
}

.page:not(.home) h4 {
  border-bottom: 1px solid #87ceeb;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 12px;
}

.page:not(.home) section {
  margin-bottom: 40px;
  padding-left: 4px;
}

.page:not(.home) section > section {
  margin-bottom: 16px;
}

.page:not(.home) ol {
  margin-bottom: 4px;
}

/*-------------------------------------------
# Post
 --------------------------------------------*/
.item-page,
.search-page {
  padding: 16px 16px 12px;
  margin: 0 0 16px;
}

.entry-post-meta {
  color: #777;
  float: right;
  font-family: "Lato";
  font-size: 0.8rem;
  font-style: italic;
  /*line-height: 32px;*/
  padding: 10px 0 2px 4px;
  /*position: absolute;
  right: 0;*/
  text-align: right;
  /*top: 0;*/
}

.entry-post-meta-author,
.entry-post-meta-time {
  display: inline-block;
  margin-left: 8px;
}

.entry-post-type {
  border-bottom: 1px dashed #b5b5b5;
  font-size: .9rem;
  font-style: italic;
  margin: 16px 0;
  padding: 0 2px 4px;
  /*text-align: right;*/
}

.post-inner-wraper {
  margin-bottom: 16px;
}

.post-inner-wraper + .post-inner-wraper {
  padding-top: 24px;
  position: relative;
}

.post-inner-wraper + .post-inner-wraper::before {
  border: 1px dashed #aaa;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}

.post-inner-wraper dl {
  margin-bottom: 8px;
}

.post-inner-wraper dt {
  border-bottom: 1px solid #aaa;
  display: inline-block;
  margin-bottom: 4px;
}

.post-inner-wraper > dl:last-of-type {
  margin-bottom: 16px;
}

/*-------------------------------------------
# News
 --------------------------------------------*/
.news-post-date {
  color: #777;
  font-family: "Lato";
  font-size: .75rem;
  letter-spacing: .025rem;
  padding-left: 2px;
}

/*-------------------------------------------
# Archive
 --------------------------------------------*/
.archive-title {
  font-size: 28px;
  margin-top: 12px;
}

.item-page .entry-header,
.search-page .entry-header {
  border-bottom: 1px solid #b5b5b5;
  font-weight: 300;
  position: relative;
}

.entry-header::after {
  content: " ";
  display: block;
  clear: both;
}

.entry-title,
.entry-news-title {
  float: left;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 4px;
}

@media screen and (max-width: 640px) {
  .entry-title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .entry-title,
  .entry-news-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

span.edit-link {
  position: absolute;
  right: 16px;
  bottom: 8px;
}

.page-content, .entry-content, .entry-summary {
  margin: 16px 0 0;
}

.archive .hentry {
  height: auto!important;
  padding: 12px 20px;
}

.edit-link a {
  color: #b95c24;
}

/*-------------------------------------------
## Pagination
 --------------------------------------------*/
.pagination {
  margin-bottom: 16px;
  text-align: center;
}

.pagination > a,
.pagination > span {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato";
  height: 40px;
  line-height: 1;
  margin: 0 6px;
  padding: 8px;
  width: 40px;
}

.pagination .current {
  color: #777;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  background: #53c1ef;
  color: #fff;
}

/*-------------------------------------------
# Member
 --------------------------------------------*/
.item-page#member {
  min-height: Calc(100vh - 110px);
}

.member-btn {
  border: 1px solid #dedede;
  border-radius: 16px;
  box-shadow: inset 0px 0px 12px 0px #d4d3d3;
  display: block;
  height: 160px;
  line-height: 1.7;
  margin: 12px;
  padding: 24px;
  text-align: center;
}

.member-btn:hover,
.member-btn:focus,
.member-btn:active{
  box-shadow: 0px 0px 4px 0px #eaeaea;
}

.member-btn-label {
  display: inline-block;
  margin-top: 4px;
}

/*-------------------------------------------
# Pharmacy
 --------------------------------------------*/
.pharmacy-header {
  padding-bottom: 4px;
}

.pharmacy-header-btn-wrapper {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: -4px;
}

.pharmacy-header-btn {
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  height: 32px;
  margin-left: 4px;
  padding: 8px;
  width: 32px;
}

.pharmacy-supple-info {
  color: #7ca6bf;
  font-size: .9rem;
  font-style: italic;
  margin-top: 4px;
}

#pharmacy-url {
  background: #2098ff;
  color: #fff;
  font-size: 1.1rem;
}

#pharmacy-url:hover,
#pharmacy-url:focus,
#pharmacy-url:active {
  background: #51afff;
}

#pharmacy-mail {
  background: #88d250;
  color: #fff;
}

#pharmacy-mail:hover,
#pharmacy-mail:focus,
#pharmacy-mail:active {
  background: #9eda71;
}

.pharmacy-basic-info {
  border-collapse: collapse;
  display: table;
  margin-top: 16px;
  width: 100%;
}

.pharmacy-basic-info-row {
  border-bottom: 1px dashed #ccc;
  display: table-row;
}

.pharmacy-basic-info-row:last-child {
  border-style: solid;
}

.pharmacy-basic-info-row dt,
.pharmacy-basic-info-row dd {
  display: table-cell;
  padding: 8px 2px 8px;
  vertical-align: top;
}

.pharmacy-basic-info-row dt {
  font-weight: 500;
  width: 6em;
}

.pharmacy-basic-info-row dd {
  width: auto;
}

.pharmacy-basic-info-row iframe {
  height: 400px;
  width: 100%;
}

.pharmacy-service-info-wrapper {
  position: relative;
  margin-top: 24px;
}

.pharmacy-service-info-header {
  background: #fff;
  border-radius: 16px;
  box-shadow: inset 1px 1px 6px rgba(170, 170, 170, 0.52);
  color: #448c44;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  left: 24px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 6em;
}

.pharmacy-service-info {
  background: #e7ffdb;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 8px 8px;
  padding: 56px 16px 16px;
}

.pharmacy-service-info-row {
  border-bottom: 1px dashed #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.pharmacy-service-info-row dt {
  font-weight: 400;
}

.pharmacy-service-info-row dt,
.pharmacy-service-info-row dd{
  padding: 8px;
  width: 50%;
}

.pharmacy-service-info-row:last-child {
  border: none;
  width: 100%;
}

#service-other dt {
  width: 25%;
}

#service-other dd {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .pharmacy-service-info-row {
    width: 100%;
  }

  #service-other dt,
  #service-other dd {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .pharmacy-service-info-row dt {
    width: 100%;
  }
  
  .pharmacy-service-info-row dd {
    width: 100%;
  }

  #service-other dt,
  #service-other dd {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .pharmacy-basic-info-row dt,
  .pharmacy-basic-info-row dd {
    display: block;
    width: 100%;
  }

  .pharmacy-basic-info-row dt {
    padding-bottom: 0;
  }

  .pharmacy-basic-info-row dd {
    padding-top: 0;
  }

  .pharmacy-basic-info-row dd iframe{
    padding-top: 8px;
  }
}

/*-------------------------------------------
# Footer
 --------------------------------------------*/
.site-footer{
  bottom: 8px;
  position: absolute;
  right: 0;
}

.site-footer .copyright {
  font-size: 12px;
  margin-bottom: 16px;
  text-align: center;
  width: calc(100vw - 316px);
}

@media screen and (max-width: 992px){
  .site-footer .copyright {
    width: 100%;
  }
}
/*-------------------------------------------
# 404
 --------------------------------------------*/
.error404 .item-page i.fa {
  margin-bottom: 0;
}

.error404 .item-page h3.page-subtitle {
  margin-bottom: 48px;
  position: relative;
}

.error404 .item-page h3.page-subtitle::after {
  background: #53c1ef;
  bottom: -16px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
}

.error404-text {
  color: #555;
  display: block;
  margin-bottom: 24px;
}

/*-------------------------------------------
#entry-exit 
 --------------------------------------------*/
.wide-table-wrapper{
  padding-top: 5px;
  overflow-x:auto
}

.entry-exit-tbl{
  border: solid 1px;
  border-color: #999;
  border-collapse: collapse;
  overflow-x: auto
}

.entry-exit-tbl th{
  border: solid 1px;
  border-color: #999;
  text-align: center
}

.entry-exit-tbl td{
  border: solid 1px;
  border-color: #999;
  text-align: center
}

/*-------------------------------------------
#gw-info
 --------------------------------------------*/
.top-gw-info-banner-wrapper {
  text-align: center;
}

.top-gw-info-banner-wrapper a img {
  transition: opacity .2s;
}

.top-gw-info-banner-wrapper a:active img,
.top-gw-info-banner-wrapper a:focus img,
.top-gw-info-banner-wrapper a:hover img {
  opacity: .8;
}

#gw-info-2022 .scroll-container {
  margin-top: 8px;
  min-width: 100%;
  overflow-x: auto;
}

#gw-info-2022 .scroll-notice {
  display: none;
  font-weight: 700;
}

table.gw-info {
  border-collapse: separate;
  border-top: 1px solid #555;
  font-size: .95em;
  min-width: 680px;
}

table.gw-info a,
table.gw-info a .phrase {
  color: #2a6496;
  text-decoration: underline;
}

table.gw-info a:active,
table.gw-info a:focus,
table.gw-info a:hover,
table.gw-info a:active .phrase,
table.gw-info a:focus .phrase,
table.gw-info a:hover .phrase {
  color: #2a6496;
  text-decoration: none;
}

table.gw-info th,
table.gw-info td {
  padding: 4px;
}

table.gw-info th {
 background-color: #df6700;
 color: #ffffff;
}


table.gw-info .gw-info-name {
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  font-weight: 700;
  left: 0;
  position: sticky;
}

table.gw-info th:not(.gw-info-name) {
  min-width: 110px;
}

table.gw-info th:not(.gw-info-name), 
table.gw-info td:not(.gw-info-name) {
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  text-align: center;
}

table.gw-info tr:nth-child(odd) td {
  background: #fff2de;
}

table.gw-info tr:nth-child(even) td {
  background-color: #fff;
}

table.gw-info td.td-close {
  color: red;
}

@media screen and (max-width: 991px) {
  .top-gw-info-banner-wrapper{
    display: none; 
  }
}

@media screen and (max-width: 743px) {
  #gw-info-2022 .scroll-notice {
    display: block;
  }
}