@charset "UTF-8";
/*!
Theme Name: KanpouSakamoto
Template:   cocoon-master
*/
/*******************
** Variable
*******************/
.logo {
  border: none !important;
}

/*******************
** Base
*******************/
body {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", "serif";
  -webkit-font-smoothing: antialiased;
  /* -webkit-font-smoothing: subpixel-antialiased;*/
  background-color: #fff;
}

.go-to-top {
  /*トップに戻るボタン*/
  position: fixed;
  display: none;
  right: 17px;
  bottom: 17px;
  z-index: 90;
}
.go-to-top-button {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  border-radius: 0;
  font-size: 8px;
  transition: 0.2s;
}
.go-to-top-button:hover {
  background-color: #000;
  color: #fff;
}

.wrap {
  width: auto;
}

a {
  color: #000;
  transition: 0.2s;
}
a:hover {
  color: #ccc;
}

div#toc {
  display: none;
}

/*******************
** Header
*******************/
.header-container .navi {
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .header-container {
    display: none;
  }
}

.header-container-in.hlt-top-menu {
  height: 80px;
  width: 100%;
  max-width: 1425px;
  padding: 20px 90px;
  margin: 0 auto;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 40px;
}

.navi-in a {
  color: #000;
  transition: 0.2s;
}
.navi-in a:hover {
  color: #999;
  background-color: #fff;
  transition: 0.2s;
}

.fixed-header {
  box-shadow: none;
}

/*インスタボタン*/
#menu-item-7195 i {
  font-size: 18px;
  width: 34px;
}

/*グローバルナビnoteボタン*/
.noteImg1 {
  display: block;
  position: relative;
  top: -1px;
  height: 18px;
  width: 16px;
  margin-right: 3px;
}

.noteImg2 {
  display: inline;
  position: relative;
  top: -1px;
  height: 16px;
  width: 14px;
  margin-right: 5px;
}

.navi-in a:hover .noteImg1 {
  opacity: 0.4;
  transition: 0.3s;
}

/*検索ボタン*/
.header-container-in.hlt-top-menu .wrap {
  display: flex;
  justify-content: flex-end;
  width: auto;
}

#navi .navi-in > ul > li > a {
  padding: 0 11px;
}

@media screen and (max-width: 1120px) {
  .navi-in a {
    font-size: 14px;
  }
  #navi .navi-in > ul > li > a {
    padding: 0 9px;
  }
}
.menu-btn {
  position: relative;
  width: 52px;
  line-height: 60px;
  text-align: center;
  padding: 0 11px;
  cursor: pointer;
}
.menu-btn:hover {
  color: #999;
  background-color: #fff;
  transition: 0.2s;
}
.menu-btn i {
  transform: rotate(-45deg);
  font-size: 18px;
}

.menu-btn span {
  color: #000;
}

.menu-btn span:after {
  content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
  content: attr(data-txt-close);
}

.menu {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.menu #searchArea {
  margin: 40vh auto;
  width: 500px;
  z-index: 1;
}
.menu #searchArea .search-box {
  margin: 0;
}
.menu #searchArea input.search-edit {
  border: solid 1px #333;
  box-shadow: 0 0 10px #fafafa;
}
.menu #searchArea input.search-edit:focus {
  outline: none;
}
.menu #searchArea p {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.menu #searchArea .search-submit {
  color: #aaa;
}
.menu #js__clo {
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.menu .batsu {
  display: block;
  position: fixed;
  right: 15%;
  top: 50px;
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: -1;
}
.menu .batsu::before, .menu .batsu::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 1px;
  /*バツ線の太さ*/
  background: #333;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.menu .batsu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.menu ul {
  display: table-cell;
  vertical-align: middle;
}

.menu li {
  width: 300px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
}

.menu li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.menu li a:hover {
  color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  cursor: url(../images/cross.svg), auto;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

/*モバイルボタン*/
.logo-menu-button img {
  max-height: 24px;
  margin: 0;
}

ul#menu-headermobilebtn {
  max-width: 600px;
  padding: 16px 0 20px;
  margin: 0 auto;
  width: 95%;
  box-shadow: none;
}
@media screen and (max-width: 690px) {
  ul#menu-headermobilebtn {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  ul#menu-headermobilebtn {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  ul#menu-headermobilebtn {
    max-width: 300px;
  }
}
ul#menu-headermobilebtn::after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 63px;
  z-index: -1;
}

span.navi-menu-caption.menu-caption {
  display: none;
}

.has-logo-button .menu-button {
  width: 22px;
}

li.navi-menu-button {
  padding-top: 7px;
}

span.navi-menu-icon.menu-icon {
  display: block;
  position: relative;
  background-color: #000;
  height: 1px;
  width: 22px;
}
span.navi-menu-icon.menu-icon::before {
  content: "";
  display: block;
  position: relative;
  top: 6px;
  background-color: #000;
  height: 1px;
  width: 22px;
}
span.navi-menu-icon.menu-icon::after {
  content: "";
  display: block;
  position: relative;
  bottom: 15px;
  background-color: #000;
  height: 1px;
  width: 22px;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
  display: block;
  background-color: transparent;
  height: 1px;
  width: 20px;
}

/*スライドイン*/
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.menu-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  transform: translateX(105%);
  transition: 0.8s cubic-bezier(0.79, 0, 0.46, 1);
  opacity: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu-content .menu-close-button {
  display: block;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.menu-content .menu-close-button .batsu {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 10px;
}
.menu-content .menu-close-button .batsu::before, .menu-content .menu-close-button .batsu::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 1px;
  /*バツ線の太さ*/
  background: #333;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  left: 14%;
}
.menu-content .menu-close-button .batsu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.menu-content .menu-drawer {
  padding: 1.2em 1em 1.2em;
}
.menu-content .menu-drawer a {
  font-size: 16px;
}
.menu-content .search-box {
  font-size: 16px;
  margin: 1em 1em 2em;
  position: relative;
}
.menu-content .search-box input.search-edit {
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
/*閉じる用の薄黒カバー*/
#navi-menu-close,
#sidebar-menu-close,
#search-menu-close,
#share-menu-close,
#follow-menu-close {
  display: none;
  opacity: 0;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.8s cubic-bezier(0.82, 0, 0.15, 0.85);
}

/*中身*/
.menu-content {
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 300px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: 0.8s cubic-bezier(0.82, 0, 0.15, 0.85);
  /*滑らかに表示*/
  opacity: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-content .sidebar {
  width: 100%;
  display: block;
  margin: 0;
}

.navi-menu-content {
  right: 0;
  transform: translateX(105%);
}

.sidebar-menu-content {
  left: 0;
  transform: translateX(-105%);
}

#slide-in-sidebar {
  display: block;
  margin: 0;
}

.search-menu-content,
.share-menu-content,
.follow-menu-content {
  transition: 0.8s cubic-bezier(0.82, 0, 0.15, 0.85);
  position: fixed;
  top: 40%;
  z-index: 99;
  width: 90%;
  left: 5%;
  right: 5%;
  transform: translateY(900%);
  opacity: 0;
}

.search-menu-content .search-edit,
.share-menu-content .search-edit,
.follow-menu-content .search-edit {
  width: 100%;
}

/*チェックが入ったらもろもろ表示*/
#navi-menu-input:checked ~ #navi-menu-close,
#sidebar-menu-input:checked ~ #sidebar-menu-close,
#search-menu-input:checked ~ #search-menu-close,
#share-menu-input:checked ~ #share-menu-close,
#follow-menu-input:checked ~ #follow-menu-close {
  display: block;
  opacity: 0.8;
  animation-name: fadeIn;
  animation-duration: 0.8s;
  transition: 0.8s cubic-bezier(0.82, 0, 0.15, 0.85);
}

/*スライドインの出*/
#navi-menu-input:checked ~ #navi-menu-content,
#sidebar-menu-input:checked ~ #sidebar-menu-content,
#search-menu-input:checked ~ #search-menu-content,
#share-menu-input:checked ~ #share-menu-content,
#follow-menu-input:checked ~ #follow-menu-content {
  transition: 0.8s cubic-bezier(0.82, 0, 0.15, 0.85);
  transform: translateX(0%);
  opacity: 1;
}

/*******************
** Footer
*******************/
.footer {
  margin-top: 0;
  padding: 0;
}

.footerGuideTop {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  letter-spacing: 0.025em;
  background: #fafafa;
  margin: 0px calc((100% - 100vw) / 2) 0;
  padding: 15px calc((100vw - 100%) / 2);
}
@media screen and (max-width: 1000px) {
  .footerGuideTop {
    font-size: 11px;
    line-height: 1.6;
  }
}
.footerGuideTop .flg {
  display: inline;
}
@media screen and (max-width: 690px) {
  .footerGuideTop .flg {
    display: none;
  }
}
.footerGuideTop .fmd {
  display: none;
}
@media screen and (max-width: 690px) {
  .footerGuideTop .fmd {
    display: inline;
  }
}

.footerGuideBottom {
  text-align: center;
  font-size: 11px;
  line-height: 2.5em;
  letter-spacing: 0.075em;
  padding: 15px 0;
}
.footerGuideBottom a {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
.footerGuideBottom a:hover {
  color: #000;
}

/*******************
** Home
*******************/
.home .content #main {
  width: 100%;
  max-width: 1360px;
  padding: 26px 29px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .home .content #main {
    margin: 50px auto 0;
    width: 100%;
    max-width: 600px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 690px) {
  .home .content #main {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .home .content #main {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .home .content #main {
    max-width: 300px;
  }
}
.home .entry-title,
.home .date-tags {
  display: none;
}
.home h1 {
  font-size: 18px;
  font-feature-settings: "pkna";
  font-weight: normal;
  line-height: 3em;
  letter-spacing: 0.1em;
  text-align: justify;
  max-width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .home h1 {
    font-size: 15px;
    line-height: 2em;
    max-width: 100%;
  }
}
.home h2 {
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-feature-settings: "pkna";
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 calc(8px + 1em);
  text-align: center;
}
.home h2 a {
  color: #000;
  text-decoration: none;
  padding-bottom: 0.1em;
  border-bottom: solid 1px #333;
}
.home h2 a:hover {
  color: #999;
  border-bottom: solid 1px #999;
}

/*------------------
home01 スライダー
------------------*/
.heroImage {
  position: relative;
  height: 36.231vw;
  max-height: 504px;
  width: 60vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .heroImage {
    margin: 0 calc((100% - 100vw) / 2) 0;
    padding: calc((100% - 100vw) / 2);
    width: auto;
    max-width: none;
    height: 67vw;
  }
}
.heroImage .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 25s infinite;
}
.heroImage .src1 {
  background-image: url(https://kanpousakamoto.jp/wp/wp-content/themes/KanpouSakamoto/img/home01);
  background-size: cover;
  background-position: center;
}
.heroImage .src2 {
  background-image: url(https://kanpousakamoto.jp/wp/wp-content/themes/KanpouSakamoto/img/home02);
  background-size: cover;
  background-position: center;
  animation-delay: 5s;
}
.heroImage .src3 {
  background-image: url(https://kanpousakamoto.jp/wp/wp-content/themes/KanpouSakamoto/img/home03);
  background-size: cover;
  background-position: center;
  animation-delay: 10s;
}
.heroImage .src4 {
  background-image: url(https://kanpousakamoto.jp/wp/wp-content/themes/KanpouSakamoto/img/home04);
  background-size: cover;
  background-position: center;
  animation-delay: 15s;
}
.heroImage .src5 {
  background-image: url(https://kanpousakamoto.jp/wp/wp-content/themes/KanpouSakamoto/img/home05);
  background-size: cover;
  background-position: center;
  animation-delay: 20s;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------
home02 導入
------------------*/
#home02 .inner {
  width: 63%;
  padding: 0;
  margin: 214px auto;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  #home02 .inner {
    width: 100vw;
    padding: 6%;
    margin: 23% calc((100% - 100vw) / 2);
  }
}

/*------------------
home03 お知らせ１個
------------------*/
.topNews {
  margin: 0 calc((100% - 100vw) / 2) 30px;
  padding: 120px calc((100vw - 100%) / 2);
  background-color: #eaeaea;
}
.topNews .inner {
  height: 98px;
  width: 575px;
  margin: 0 auto 60px;
  background: #fff;
  box-shadow: 0px 1px 3px #dcdcdc;
}
@media screen and (max-width: 1000px) {
  .topNews .inner {
    width: 100%;
  }
}
.topNews .last {
  margin-bottom: 0;
}
.topNews a.newsCard {
  display: block;
  position: relative;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.topNews a.newsCard p {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  line-height: 26px;
  margin: 0;
}
.topNews a.newsCard h2 {
  font-feature-settings: "pkna";
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .topNews a.newsCard h2 {
    font-size: 14px;
  }
}

/*------------------
home04,05,06 当薬局のご紹介 - 当薬局のご紹介
------------------*/
/*sideImg*/
.sideImg {
  width: 85%;
  margin: 0 auto;
  padding-top: 10vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 1000px) {
  .sideImg {
    width: 100%;
    padding: 0 0 50px;
  }
}
.sideImg .homeWrap {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
}
@media screen and (max-width: 1000px) {
  .sideImg .homeWrap {
    flex-direction: column;
  }
}
.sideImg .homeWrap .inner {
  padding: 0 0 0 10%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .sideImg .homeWrap .inner {
    padding: 0;
  }
}
.sideImg .homeWrap h2 {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .sideImg .homeWrap h2 {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.sideImg .reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .sideImg .reverse {
    flex-direction: column;
  }
}
.sideImg .reverse .inner {
  padding: 0 10% 0 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .sideImg .reverse .inner {
    padding: 0;
  }
}
.sideImg img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  max-width: 680px;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .sideImg img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sideImg p {
  font-feature-settings: "pkna";
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1000px) {
  .sideImg p {
    font-size: 14px;
  }
}

/*------------------
home07 病名別解説
------------------*/
.tab_wrap {
  width: 85%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1000px) {
  .tab_wrap {
    width: 100%;
  }
}
.tab_wrap p.small {
  font-size: 13px;
  line-height: 1.6em;
  margin: 12px 0 0;
  letter-spacing: 0;
}

input[type=radio] {
  display: none;
}

.tab_area {
  display: flex;
  font-size: 0;
}
.tab_area label {
  display: inline-block;
  color: #000;
  background: #f6f6f6;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding: 8px 15px;
}
@media screen and (max-width: 1000px) {
  .tab_area label {
    font-size: 12px;
    padding: 7px;
  }
}
.tab_area label:last-child {
  border-right: none;
}

.panel_area {
  background: #fff;
}
.panel_area .panelInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 2% 5% 5% 5%;
}
@media screen and (max-width: 1000px) {
  .panel_area .panelInner {
    display: inline-block;
  }
}
.panel_area .panelInner p {
  display: inline-block;
  width: 33.33%;
  padding: 3% 2em 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .panel_area .panelInner p {
    width: 100%;
    padding: 7px 0;
  }
}
.panel_area .panelInner p a {
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #333;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1000px) {
  .panel_area .panelInner p a {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.tab_panel {
  width: 100%;
  border: solid 1px #000;
  display: none;
}
.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label {
  background: #000;
  color: #fff;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #000;
  color: #fff;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
  background: #000;
  color: #fff;
}

#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

#tab4:checked ~ .tab_area .tab4_label {
  background: #000;
  color: #fff;
}

#tab4:checked ~ .panel_area #panel4 {
  display: block;
}

#tab5:checked ~ .tab_area .tab5_label {
  background: #000;
  color: #fff;
}

#tab5:checked ~ .panel_area #panel5 {
  display: block;
}

/*------------------
home08 コラムエリア
------------------*/
@media screen and (max-width: 1000px) {
  #column {
    background-color: #fafafa;
    margin: 0 calc((100% - 100vw) / 2) 0;
    padding: 30px calc((100vw - 100%) / 2) 1px;
  }
}
#column .outer {
  width: 85%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1000px) {
  #column .outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 30px;
  }
}
#column .outer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#column .columnCard {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 32%;
  margin-bottom: 1.3em;
  border-radius: 3px;
  box-shadow: 0 0 4px #ebebeb;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #column .columnCard {
    width: 49%;
  }
}
@media screen and (max-width: 690px) {
  #column .columnCard {
    width: 100%;
  }
}
#column .columnCard:hover img {
  transform: scale(1.05, 1.05);
}
#column .columnCard div {
  display: block;
  height: 16vw;
  max-height: 240px;
  width: 100%;
  overflow: hidden;
  margin: -1.8em 0 0px;
}
@media screen and (max-width: 1000px) {
  #column .columnCard div {
    height: 170px;
  }
}
@media screen and (max-width: 690px) {
  #column .columnCard div {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #column .columnCard div {
    height: 200px;
  }
}
#column .columnCard img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 3px 3px 0 0;
  transition: 0.2s all;
}
#column .columnCard p {
  color: #888;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
  padding: 30px 20px 0;
}
#column .columnCard h2 {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  font-feature-settings: "pkna";
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 0 20px 30px;
}
@media screen and (max-width: 1000px) {
  #column .columnCard h2 {
    font-size: 14px;
  }
}
#column a.btnTypeA {
  display: block;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 22px;
  margin: 50px auto 0;
  border: solid 1px #000;
  transform: 0.3s;
}
#column a.btnTypeA:hover {
  background-color: #eee;
  color: #000;
}
@media screen and (max-width: 1023px) {
  #column a.btnTypeA {
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 1023px) {
  #column {
    margin: 30px auto 50px;
  }
}

/*------------------
homeFoot ホームフッター
------------------*/
.footerHalf {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 80px auto 120px;
}
@media screen and (max-width: 1000px) {
  .footerHalf {
    flex-direction: column;
    width: 100%;
    margin: 60px auto 50px;
  }
}
.footerHalf .inner {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footerHalf .inner {
    width: 100%;
  }
}
.footerHalf .inner .fLogo {
  width: 28vw;
  max-width: 430px;
}
@media screen and (max-width: 1000px) {
  .footerHalf .inner .fLogo {
    width: 100%;
    max-width: 360px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 690px) {
  .footerHalf .inner .fLogo {
    padding: 0 10%;
  }
}
@media screen and (max-width: 480px) {
  .footerHalf .inner .fLogo {
    padding: 0 20%;
  }
}
.footerHalf .inner .block {
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .footerHalf .inner .block {
    text-align: center;
  }
}
.footerHalf .inner .block p {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .footerHalf .inner .block p {
    text-align: center;
  }
}
.footerHalf .inner .block a {
  border-bottom: solid 1px #333;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  .footerHalf .inner .block a {
    font-size: 14px;
  }
}
.footerHalf .inner .block a:hover {
  color: #999;
  border-bottom: solid 1px #999;
}

.underIcon {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .underIcon {
    justify-content: center;
  }
}
.underIcon a {
  position: relative;
  display: block;
  width: 18px;
  margin-right: 16px;
  border: none !important;
}
@media screen and (max-width: 1000px) {
  .underIcon a {
    margin: 0 8px;
  }
}
.underIcon a:hover {
  opacity: 0.5;
  transition: 0.3s;
  color: #000;
  border: none !important;
}
.underIcon a img {
  position: relative;
  display: block;
  top: 4px;
  width: 18px !important;
}
.underIcon a i {
  font-size: 22px;
}

/*******************
** Page　当薬局のご紹介
*******************/
.page .date-tags {
  display: none;
}
.page .content .main {
  margin: 0 auto;
  width: 65%;
  max-width: 900px;
  padding-top: 26px;
}
@media screen and (max-width: 1000px) {
  .page .content .main {
    width: 100%;
    max-width: 600px;
    padding: 40px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 690px) {
  .page .content .main {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .page .content .main {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .page .content .main {
    max-width: 300px;
  }
}
.page .pageTitle {
  margin: 120px 0;
}
@media screen and (max-width: 1000px) {
  .page .pageTitle {
    margin: 70px 0;
  }
}
.page .pageTitle h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  color: #000;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 1000px) {
  .page .pageTitle h1 {
    font-size: 18px;
  }
}
.page .pageTitle p {
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0.075em;
  color: #000;
  text-align: justify;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1000px) {
  .page .pageTitle p {
    font-size: 14px;
  }
}
.page h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 1.5em;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 1000px) {
  .page h2 {
    font-size: 16px;
  }
}
.page p {
  margin-bottom: 27px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #000;
  text-align: justify;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1000px) {
  .page p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/*------------------
page 当店のご紹介
------------------*/
.page .aboutGreeting {
  margin: 120px 0;
}
.page p.name {
  text-align: right;
}
.page .aboutGreeting2 {
  margin: 30px 0;
}
.page .aboutGreeting2 h2 {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1000px) {
  .page .aboutGreeting2 h2 {
    font-size: 14px;
  }
}
.page .aboutGreeting2 p {
  line-height: 1.85em !important;
  letter-spacing: 0.075em;
  color: #000;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1000px) {
  .page .aboutGreeting2 p {
    font-size: 12px;
    line-height: 1.8;
  }
}

/*------------------
page ご相談の流れ
------------------*/
.page .flow {
  padding-bottom: 7vw;
}
.page .flow h2 {
  border: solid 1px #222;
  padding: 5px 10px;
  margin-bottom: 1.25em;
  font-size: 20px;
  line-height: 1.6em;
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  .page .flow h2 {
    font-size: 16px;
  }
}
.page .flow p {
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: justify;
  font-size: 15px;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1000px) {
  .page .flow p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/*------------------
page ご相談受付
------------------*/
.page .boxType1 {
  padding: 2em 1.75em;
  border: solid 4px #fafafa;
}
@media screen and (max-width: 1000px) {
  .page .boxType1 {
    padding: 0.75em 1em;
  }
}
.page .boxType1 .inner {
  border-top: solid 1px #eee;
  padding-top: 1.75em;
  margin-bottom: 24px;
}
.page .boxType1 .inner:first-child {
  border-top: none;
  padding-top: 0;
}
.page .boxType1 .inner:last-child {
  margin-bottom: 0;
}
.page .boxType1 .inner:last-child p {
  margin-bottom: 0;
}
.page .boxType1 .inner .item {
  font-feature-settings: "pkna";
  font-weight: 600;
  color: #000;
  font-size: 17px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
  -webkit-font-smoothing: antialiased;
}
.page .boxType1 .inner .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .page .boxType1 .inner .item {
    font-size: 15px;
  }
}
.page .boxType1 .inner p {
  font-feature-settings: "pkna";
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .page .boxType1 .inner p {
    font-size: 13px;
    line-height: 1.8em;
  }
}
.page .boxType1 .inner p span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-size: 18px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .page .boxType1 .inner p span {
    font-size: 14px;
  }
}
.page section#enpou01 {
  padding-bottom: 9vw;
}
.page .enpou {
  margin-bottom: 60px;
}
.page .enpou h2 {
  font-feature-settings: "pkna";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #000;
  margin-bottom: 1.25em;
  padding: 5px 10px 5px 10px;
  border: solid 1px #222;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page .enpou h2 {
    font-size: 16px;
  }
}
.page .enpou h3 {
  font-feature-settings: "pkna";
  font-weight: 600;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 17px;
  padding: 0;
  margin: 0 0 8px;
  border: none;
}
@media screen and (max-width: 1000px) {
  .page .enpou h3 {
    font-size: 15px;
  }
}
.page .enpou .tel {
  font-size: 36px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: center;
  margin: 0.5em 0 0.5em 0;
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  .page .enpou .tel {
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    margin: 1.5em 10px 1em 0;
  }
}
.page .enpou .tel i {
  font-size: 32px;
  vertical-align: -1px;
  margin-right: 6px;
  color: #222;
}
@media screen and (max-width: 1000px) {
  .page .enpou .tel i {
    font-size: 23px;
  }
}
.page .enpou .tel a {
  text-decoration: none;
}
.page .enpou .tel a:hover {
  color: #999;
}
.page .enpou .center {
  text-align: center;
  margin-bottom: 2em;
}
.page .enpou p {
  font-feature-settings: "pkna";
  font-size: 15px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1000px) {
  .page .enpou p {
    font-size: 13px;
    line-height: 1.8em;
  }
}
.page .enpou .sheetArea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "pkna";
  background-color: #efefef;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea {
    padding: 20px;
  }
}
.page .enpou .sheetArea ul {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.5em 1.5em 1em !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea ul {
    padding: 1em 1em 0.5em !important;
  }
}
.page .enpou .sheetArea li {
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 0.5em;
  margin-left: 1em;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea li {
    font-size: 13px;
  }
}
.page .enpou .sheetArea h4 {
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: center;
  font-size: 17px;
  margin-bottom: 2em;
  border: none !important;
  padding: 0;
  margin: 0 0 34px;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea h4 {
    font-size: 14px;
  }
}
.page .enpou .sheetArea h5 {
  font-size: 15px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: left;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  padding-top: 1.5em;
  padding-bottom: 7px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea h5 {
    font-size: 14px;
  }
}
.page .enpou .sheetArea p {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: left;
  padding-bottom: 24px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea p {
    font-size: 13px;
  }
}
.page .enpou .sheetArea a {
  display: block;
  background-color: #222;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  max-width: 260px;
  padding: 8px;
  margin: 0 auto;
}
.page .enpou .sheetArea a:hover {
  background-color: #999;
}
@media screen and (max-width: 1000px) {
  .page .enpou .sheetArea a {
    font-size: 16px;
  }
}
.page .noto {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "pkna";
}
.page .noto h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: left;
  padding: 0;
  margin: 0 0 8px;
}
.page .noto h3 {
  font-size: 15px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: left;
  padding: 0;
  margin: 0 0 0.5em;
  border: none;
}
@media screen and (max-width: 1000px) {
  .page .noto h3 {
    font-size: 14px;
  }
}
.page .noto p {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  color: #000;
  text-align: left;
  padding-bottom: 0.5em;
  list-style: none;
  padding: 0 0 0.5em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1000px) {
  .page .noto p {
    font-size: 13px;
  }
}

/*------------------
page form 問診票フォーム
------------------*/
.contact .pageTitle {
  margin-top: 60px;
}

.formOuter {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  border: solid 1px #000;
  padding: 20px;
}
.formOuter h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.075em;
  padding: 0;
  margin: 0 0 8px;
}
.formOuter ol {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0 0 0 2em;
}
.formOuter ol li {
  padding: 0 0 7.5px;
}
.formOuter p {
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding-bottom: 27px;
  margin: 0;
}
.formOuter p:last-child {
  padding-bottom: 0;
}

.formInfo {
  padding-top: 90px;
  letter-spacing: 0.075em;
  text-align: justify;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.monshin-form {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #000;
}
.monshin-form input[type=radio] {
  display: inline;
}
.monshin-form table tr:nth-of-type(2n + 1) {
  background-color: #fafafa;
}
.monshin-form h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.075em;
  color: #fff;
  background-color: #000;
  padding: 8px 12px;
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  .monshin-form h3 {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.monshin-form tbody {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .monshin-form tr {
    display: block;
    width: auto;
  }
}
.monshin-form th {
  width: 150px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.075em;
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .monshin-form th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    background-color: #eee;
  }
}
.monshin-form td {
  padding: 30px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .monshin-form td {
    display: block;
    width: auto;
    padding: 10px 10px;
    font-size: 15px;
    background-color: #fff;
    border: solid 1px #eee;
  }
}
.monshin-form span.wpcf7-list-item {
  margin: 0;
}
.monshin-form span.wpcf7-list-item {
  margin: 0;
}
.monshin-form input,
.monshin-form textarea {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .monshin-form input[type=text], .monshin-form input[type=tel], .monshin-form input[type=email],
  .monshin-form textarea[type=text],
  .monshin-form textarea[type=tel],
  .monshin-form textarea[type=email] {
    width: 100%;
  }
}
.monshin-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}
.monshin-form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}
.monshin-form select {
  width: auto;
  min-width: 200px;
  height: 30px;
  font-size: 15px;
  padding: 0 0.5em;
}
@media screen and (max-width: 1000px) {
  .monshin-form select {
    width: 100%;
    min-width: 200px;
    height: 30px;
    font-size: 14px;
  }
}
.monshin-form input [type=checkbox] {
  font-size: 18px;
}
.monshin-form td .query {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .monshin-form td .query {
    font-size: 14px;
  }
}
.monshin-form .zip1,
.monshin-form .zip2 {
  display: inline-block !important;
  margin-bottom: 1.5em;
}
.monshin-form .okarada-04-2-2,
.monshin-form .okarada-04-2-3,
.monshin-form .okarada-09-1,
.monshin-form .okarada-09-2,
.monshin-form .okarada-15-2-1,
.monshin-form .okarada-15-2-2,
.monshin-form .bui-13-1,
.monshin-form .bui-13-2,
.monshin-form .josei-01-3-1,
.monshin-form .josei-01-3-2,
.monshin-form .josei-01-5-1 {
  display: inline-block !important;
  margin: 0 2px 0 1px;
  text-align: right;
}
.monshin-form .okarada-04-2-2,
.monshin-form .okarada-04-2-3,
.monshin-form .bui-13-1,
.monshin-form .bui-13-2,
.monshin-form .josei-01-3-1,
.monshin-form .josei-01-3-2,
.monshin-form .josei-01-5-1 {
  margin-bottom: 0.75em;
}
.monshin-form input[type=text], .monshin-form input[type=tel], .monshin-form input[type=email] {
  width: auto;
  background-color: #fff !important;
  padding: 5px !important;
}
@media screen and (max-width: 1000px) {
  .monshin-form input[type=text], .monshin-form input[type=tel], .monshin-form input[type=email] {
    width: 100%;
  }
}
.monshin-form td.denwa-wrap, .monshin-form td.submit-wrap {
  text-align: center !important;
}
.monshin-form .question-denwa {
  display: inline-block;
  margin-bottom: 20px !important;
}
.monshin-form .ascend .container-wrap input[type=submit] {
  font-size: 20px;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 24px !important;
}

.wpcf7-list-item-label {
  margin-left: -3px;
  margin-right: 10px;
}

.wpcf7 textarea {
  padding: 5px;
  height: 60px;
  min-height: 60px;
}
.wpcf7 textarea[name=tuushin] {
  padding: 5px;
  height: 180px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: #000;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ffc9c9;
  width: auto;
  min-width: 200px;
  margin-top: 3px;
}

.wpcf7 .wpcf7-response-output {
  font-size: 16px;
  padding: 10px;
}

div.wpcf7-validation-errors {
  color: #ff0000 !important;
  background-color: #ffc9c9 !important;
}

.search-edit,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  border-radius: 0px;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  transition: 0.2s;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000;
}

#thanks {
  padding-bottom: 100px;
}

/*------------------
page サンクスページ
------------------*/
#thanks .pageTitle {
  margin: 120px 0 0;
}
#thanks p.thanksText {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin: 80px 0;
}

/*------------------
page 病名解説集
------------------*/
.page .symptom p.small {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0.075em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}
.page .symptom h2 {
  font-feature-settings: "pkna";
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: -90px 0 5em 0;
  padding: 90px 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page .symptom h2 {
    font-size: 16px;
    line-height: 1.6;
    margin: 8em 0 7em 0;
  }
}
.page .symptom h2 a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #333;
}
.page .symptom h3 {
  position: relative;
  font-feature-settings: "pkna";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 2em 0;
  padding: 0 0.8em 0 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  .page .symptom h3 {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.page .symptom .t3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ebebeb;
  height: 1px;
  width: calc(100% - 4em);
}
.page .symptom .t4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ebebeb;
  height: 1px;
  width: calc(100% - 5em);
}
.page .symptom .t5::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ebebeb;
  height: 1px;
  width: calc(100% - 6em);
}
.page .symptom .symptomList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .page .symptom .symptomList {
    flex-direction: column;
  }
}
.page .symptom .symptomList p {
  width: calc(33.33% - 1em);
  margin: 0 1em 20px 0;
  padding: 0;
  line-height: 1.6em !important;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .page .symptom .symptomList p {
    width: 100%;
    margin: 0 1em 12px 0;
  }
}
.page .symptom .symptomList a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #333;
}
.page .symptom .symptomList a:hover {
  border-bottom: solid 1px #ccc;
}

/*------------------
page 病名解説集
------------------*/
.page #jobun {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-feature-settings: "pkna";
}
.page #jobun h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  margin-top: 80px;
  margin-bottom: 1.75em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page #jobun h1 {
    font-size: 16px;
  }
}
.page #jobun h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 1em 0 2em 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page #jobun h2 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.page #jobun p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 0 27px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .page #jobun p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.page #jobun a {
  display: block;
  border-bottom: solid 1px #333;
  font-size: 18px;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 1.8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0px;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page #jobun a {
    font-size: 16px;
    line-height: 1.6;
  }
}
.page #jobun a:hover {
  border-bottom: solid 1px #ccc;
}

/*------------------
page アクセス
------------------*/
.page .address {
  padding-bottom: 7vw;
}
.page .address p.addressText {
  font-size: 18px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1000px) {
  .page .address p.addressText {
    font-size: 16px;
  }
}
.page .address p {
  font-size: 15px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .page .address p {
    font-size: 14px;
  }
}
.page .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 7vw;
}
.page .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*------------------
page 店舗業における管理運営内容
------------------*/
.page-id-29 .content #main {
  max-width: 1245px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1425px) {
  .page-id-29 .content #main {
    padding: 0 90px;
  }
}
@media screen and (max-width: 1000px) {
  .page-id-29 .content #main {
    margin: 50px auto 0;
    width: 100%;
    max-width: 600px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 690px) {
  .page-id-29 .content #main {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .page-id-29 .content #main {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .page-id-29 .content #main {
    max-width: 300px;
  }
}
.page-id-29 .content #main .pageTitle h1 {
  letter-spacing: 0.075em;
  margin-bottom: 7px;
}

.page #unei .pageTitle {
  margin: 0;
}
.page #unei .pageTitle p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  padding: 0 0 27px;
  margin: 0;
}
.page #uneiList {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.page #uneiList h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.075em;
  color: #fff;
  background-color: #000;
  padding: 8px 12px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .page #uneiList h2 {
    font-size: 14px;
  }
}
.page #uneiList tr {
  font-size: 13px;
  text-align: left;
}
.page #uneiList tr th {
  font-weight: 600 !important;
  line-height: 1.4em;
  letter-spacing: 0.075em;
  min-width: 30%;
  padding: 10px;
  background: transparent;
}
.page #uneiList tr td {
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  padding: 30px;
}

/*******************
** カスタム投稿 symptom
*******************/
.single-symptom .eye-catch img {
  display: none;
}
.single-symptom #sidebar {
  display: none;
}
.single-symptom .content .main {
  margin: 30px auto 0;
  width: 80%;
  max-width: 870px;
}
@media screen and (max-width: 1000px) {
  .single-symptom .content .main {
    width: 100%;
    max-width: 600px;
    padding: 16px 0;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 690px) {
  .single-symptom .content .main {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .single-symptom .content .main {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .single-symptom .content .main {
    max-width: 300px;
  }
}
.single-symptom h1 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 calc((100% - 100vw) / 2) 0;
  padding: 0 0 30px;
}
.single-symptom h1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 90px;
  height: 1px;
  width: calc(100% - 180px);
  background: #ddd;
}
@media screen and (max-width: 1000px) {
  .single-symptom h1:after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .single-symptom h1 {
    font-size: 18px;
    margin: 0;
  }
}
.single-symptom h2 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "pkna";
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 5px 10px 5px;
  margin: 40px 0 2em 0;
  background-color: #fafafa;
}
@media screen and (max-width: 1000px) {
  .single-symptom h2 {
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 10px;
    margin: calc(2em + 36px) 0 2em 0;
  }
}
.single-symptom h3 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "pkna";
  color: #000;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1em 0px 0.5em;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .single-symptom h3 {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin: 1em 0 0.5em 0;
  }
}
.single-symptom p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
  padding-bottom: 27px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1000px) {
  .single-symptom p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.025em;
    padding-bottom: 0.75em;
  }
}
.single-symptom .contact-button {
  display: block;
  font-size: 20px;
  line-height: 1.85em;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 auto 1.5em auto;
  max-width: 260px;
}
.single-symptom .contact-button a {
  display: block;
  color: #fff !important;
  background-color: #222;
  padding: 6px 0 !important;
  text-decoration: none;
}
.single-symptom .contact-button a:hover {
  display: block;
  background-color: #888;
}
.single-symptom .img-width {
  width: 70%;
  margin: 20px auto;
}
@media screen and (max-width: 1000px) {
  .single-symptom .img-width {
    width: 100%;
  }
}
.single-symptom .wp-caption {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-top: 4px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  max-width: 100%;
}
.single-symptom .wp-caption p {
  text-align: left;
  font-size: 14px;
  padding: 10px 0 20px;
}
.single-symptom .backBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.single-symptom .backBtn:hover {
  color: #999;
}

/*******************
** blog, category, single 共通
*******************/
.no-scrollable-sidebar .sidebar {
  display: none;
}

.blog .main,
.category .main,
.single .main,
.search .main {
  padding: 20px 0;
  border: none;
}
.blog .content,
.category .content,
.single .content,
.search .content {
  margin: 0 auto;
  max-width: 1425px;
  padding: 0 90px;
}
@media screen and (max-width: 1000px) {
  .blog .content,
  .category .content,
  .single .content,
  .search .content {
    padding: 0;
  }
}
.blog .contentOuter,
.category .contentOuter,
.single .contentOuter,
.search .contentOuter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog .textwidget a,
.category .textwidget a,
.single .textwidget a,
.search .textwidget a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.blog .main,
.category .main,
.single .main,
.search .main {
  width: 100%;
}
.blog .main .contentInnerMain,
.category .main .contentInnerMain,
.single .main .contentInnerMain,
.search .main .contentInnerMain {
  width: 74.5%;
}
@media screen and (max-width: 1023px) {
  .blog .main .contentInnerMain,
  .category .main .contentInnerMain,
  .single .main .contentInnerMain,
  .search .main .contentInnerMain {
    width: 100%;
    max-width: 600px;
    padding: 16px 0;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 690px) {
  .blog .main .contentInnerMain,
  .category .main .contentInnerMain,
  .single .main .contentInnerMain,
  .search .main .contentInnerMain {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .blog .main .contentInnerMain,
  .category .main .contentInnerMain,
  .single .main .contentInnerMain,
  .search .main .contentInnerMain {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .blog .main .contentInnerMain,
  .category .main .contentInnerMain,
  .single .main .contentInnerMain,
  .search .main .contentInnerMain {
    max-width: 300px;
  }
}
.blog .contentInnerSide,
.category .contentInnerSide,
.single .contentInnerSide,
.search .contentInnerSide {
  width: 21.5%;
}
@media screen and (max-width: 1023px) {
  .blog .contentInnerSide,
  .category .contentInnerSide,
  .single .contentInnerSide,
  .search .contentInnerSide {
    width: 100%;
    max-width: 600px;
    padding: 16px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
  .blog .contentInnerSide,
  .category .contentInnerSide,
  .single .contentInnerSide,
  .search .contentInnerSide {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .blog .contentInnerSide,
  .category .contentInnerSide,
  .single .contentInnerSide,
  .search .contentInnerSide {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .blog .contentInnerSide,
  .category .contentInnerSide,
  .single .contentInnerSide,
  .search .contentInnerSide {
    max-width: 300px;
  }
}
.blog .contentInnerSide h3,
.category .contentInnerSide h3,
.single .contentInnerSide h3,
.search .contentInnerSide h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border: solid 1px #888;
  border-radius: 0;
  padding: 10px 8px 9px;
  margin: 14px 0;
  background-color: transparent;
}
.blog .contentInnerSide .textwidget,
.category .contentInnerSide .textwidget,
.single .contentInnerSide .textwidget,
.search .contentInnerSide .textwidget {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 25px;
}
.blog .contentInnerSide ul,
.category .contentInnerSide ul,
.single .contentInnerSide ul,
.search .contentInnerSide ul {
  margin-bottom: 50px;
}
.blog .contentInnerSide ul > li ul,
.category .contentInnerSide ul > li ul,
.single .contentInnerSide ul > li ul,
.search .contentInnerSide ul > li ul {
  margin-bottom: 0;
}
.blog .contentInnerSide .cat-item,
.category .contentInnerSide .cat-item,
.single .contentInnerSide .cat-item,
.search .contentInnerSide .cat-item {
  border-top: solid 1px #ddd;
  border-bottom: none;
  padding: 6px 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.blog .contentInnerSide .cat-item:last-child,
.category .contentInnerSide .cat-item:last-child,
.single .contentInnerSide .cat-item:last-child,
.search .contentInnerSide .cat-item:last-child {
  border-bottom: solid 1px #ddd;
}
.blog .contentInnerSide a.cf,
.category .contentInnerSide a.cf,
.single .contentInnerSide a.cf,
.search .contentInnerSide a.cf {
  padding: 0;
  border-bottom: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
.blog .contentInnerSide .children .cat-item,
.category .contentInnerSide .children .cat-item,
.single .contentInnerSide .children .cat-item,
.search .contentInnerSide .children .cat-item {
  border-top: none;
  padding: 0;
}
.blog .contentInnerSide .children .cat-item:last-child,
.category .contentInnerSide .children .cat-item:last-child,
.single .contentInnerSide .children .cat-item:last-child,
.search .contentInnerSide .children .cat-item:last-child {
  border-bottom: none;
}
.blog .widget h2,
.category .widget h2,
.single .widget h2,
.search .widget h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border: solid 1px #888;
  border-radius: 0;
  padding: 10px 8px 9px;
  background-color: transparent;
  margin: 16px 0;
  border-radius: 2px;
}
.blog .widget li,
.category .widget li,
.single .widget li,
.search .widget li {
  border-top: solid 1px #ddd;
  border-bottom: none;
  padding: 6px 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  list-style: none;
  margin-bottom: 0;
}
.blog .widget li:last-child,
.category .widget li:last-child,
.single .widget li:last-child,
.search .widget li:last-child {
  border-bottom: solid 1px #ddd;
}
.blog .widget a,
.category .widget a,
.single .widget a,
.search .widget a {
  padding: 0;
  border-bottom: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.blog .widget a:hover,
.category .widget a:hover,
.single .widget a:hover,
.search .widget a:hover {
  color: #999;
  background-color: transparent;
}
.blog #wpp-2 ol,
.blog #wpp-2 ul,
.category #wpp-2 ol,
.category #wpp-2 ul,
.single #wpp-2 ol,
.single #wpp-2 ul,
.search #wpp-2 ol,
.search #wpp-2 ul {
  padding-left: 0;
}
.blog #wpp-2 li,
.category #wpp-2 li,
.single #wpp-2 li,
.search #wpp-2 li {
  padding: 8px 0;
}

/*******************
** List コラム
*******************/
.category-10 {
  /*漢方治療について*/
}
.category-10 h1::after {
  content: "「治療に特化した漢方」をテーマに、なるべく広い視点から解説いたします。";
}

.category-18 {
  /*漢方治療の実際*/
}
.category-18 h1::after {
  content: "漢方治療とはどういうものなのか、その本当の所を解説いたします。";
}

.category-9 {
  /*漢方治療日記*/
}
.category-9 h1::after {
  content: "治療を通して感じた事。患者さまから頂いた智恵。";
}

.category-15 {
  /*参考症例*/
}
.category-15 h1::after {
  content: "当薬局にて経験させて頂いた実例をご紹介いたします。";
}

.category-5 {
  /*病名別コラム*/
}
.category-5 h1::after {
  content: "各症状・疾患について臨床の視点から解説しております。病名別解説集と合わせてご参考いただければ幸いです。";
}

.category-20 {
  /*漢方処方解説*/
}
.category-20 h1::after {
  content: "漢方処方を詳しく解説いたします。実際にはどう使うのか。そんなところをポイントに、一般的な説明よりもやや深く解説しております。";
}

.category-12 {
  /*漢方学習のススメ*/
}
.category-12 h1::after {
  content: "漢方とは何か。臨床家とは何か。店主の考える漢方の世界を、少し独特な視点でご紹介いたします。";
}

.category-17 {
  /*漢方治療の心得*/
}
.category-17 h1::after {
  content: "患者さまが教えてくれたこと。お会いしてきた先生方から学んだこと。漢方治療の技とコツ。";
}

.category-14 {
  /*特集・東洋医学雑記*/
}
.category-14 h1::after {
  content: "東洋医学の世界をより深く。";
}

.category-19 {
  /*漢方とアート*/
}
.category-19 h1::after {
  content: "漢方は科学（サイエンス）というよりも芸術（アート）に近い。";
}

.category-13 {
  /*これから漢方を志す方々へ*/
}
.category-13 h1::after {
  content: "見るべき本、知るべき流れ。店主自身が昔こう教えて欲しかったなと思う内容です。";
}

.category-11 {
  /*漢方のメモ書き*/
}
.category-11 h1::after {
  content: "日々の発見と再認識。店主の治療メモ。";
}

.category-8 {
  /*生活・養生*/
}
.category-8 h1::after {
  content: "そのお困りの症状は、もしかしたらちょっとした生活の工夫で改善するかも知れません。";
}

.category-21 {
  /*養生の本質*/
}
.category-21 h1::after {
  content: "情報が溢れる時代だからこそ。";
}

.category-22 {
  /*養生の本質*/
}
.category-22 h1::after {
  content: "ケースごとに、これだけは守って欲しいということを解説いたします。";
}

.category-7 {
  /*養生の本質*/
}
.category-7 h1::after {
  content: "移ろいゆく季節の中で。タイムリーにお伝えしたい養生の回覧板。";
}

.category-6 {
  /*店主の日常・あれこれ*/
}
.category-6 h1::after {
  content: "漢方のことを考えてみたり、考えてみなかったり・・・。";
}

.category-27 {
  /*note*/
}
.category-27 .archive-title {
  border: none;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .category-27 .archive-title {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .category-27 .archive-title {
    max-width: 320px;
    margin: 0 auto;
  }
}
.category-27 .categoryText {
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .category-27 .categoryBanner {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .category-27 .categoryBanner {
    max-width: 320px;
    margin: 0 auto;
  }
}
.category-27 .categoryBanner h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #ddd;
  padding: 25px 0 5px;
  margin: 25px 0 35px;
}
@media screen and (max-width: 1023px) {
  .category-27 .categoryBanner h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .category-27 .categoryBanner h2 {
    margin: 25px 0 0;
  }
}

.blog h1,
.category h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #ddd;
  padding: 25px 0 36px;
  margin: 0 0 60px;
}
@media screen and (max-width: 1023px) {
  .blog h1,
  .category h1 {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 35px;
    padding: 36px 0 36px;
  }
}
@media screen and (max-width: 690px) {
  .blog h1,
  .category h1 {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .blog h1,
  .category h1 {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .blog h1,
  .category h1 {
    max-width: 300px;
  }
}
.blog h1::after,
.category h1::after {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.blog .archive-title span,
.category .archive-title span,
.search .archive-title span {
  display: none;
}
.blog .entry-card-wrap,
.category .entry-card-wrap,
.search .entry-card-wrap {
  display: block;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin-bottom: 6%;
  transition: all 0.3s ease-in-out;
}
.blog .entry-card-wrap:hover,
.category .entry-card-wrap:hover,
.search .entry-card-wrap:hover {
  background-color: transparent;
}
.blog .entry-card-wrap:hover .blogImage,
.category .entry-card-wrap:hover .blogImage,
.search .entry-card-wrap:hover .blogImage {
  transform: translateY(-4px);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.17);
}
.blog .entry-card-wrap .blogInner,
.category .entry-card-wrap .blogInner,
.search .entry-card-wrap .blogInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 690px) {
  .blog .entry-card-wrap .blogInner,
  .category .entry-card-wrap .blogInner,
  .search .entry-card-wrap .blogInner {
    flex-direction: column;
  }
}
.blog .entry-card-wrap .blogImage,
.category .entry-card-wrap .blogImage,
.search .entry-card-wrap .blogImage {
  display: block;
  width: 33.33%;
  height: 180px;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
@media screen and (max-width: 690px) {
  .blog .entry-card-wrap .blogImage,
  .category .entry-card-wrap .blogImage,
  .search .entry-card-wrap .blogImage {
    width: 100%;
    height: 200px;
  }
}
.blog .entry-card-wrap .blogImage img,
.category .entry-card-wrap .blogImage img,
.search .entry-card-wrap .blogImage img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.blog .entry-card-wrap .cat-label,
.category .entry-card-wrap .cat-label,
.search .entry-card-wrap .cat-label {
  display: none;
}
.blog .entry-card-wrap .blogSnippet,
.category .entry-card-wrap .blogSnippet,
.search .entry-card-wrap .blogSnippet {
  position: relative;
  width: 66.66%;
  padding: 0 7%;
  margin: 0;
}
@media screen and (max-width: 690px) {
  .blog .entry-card-wrap .blogSnippet,
  .category .entry-card-wrap .blogSnippet,
  .search .entry-card-wrap .blogSnippet {
    width: 100%;
    padding: 20px 7% 30px;
  }
}
.blog .entry-card-wrap .blogTitle,
.category .entry-card-wrap .blogTitle,
.search .entry-card-wrap .blogTitle {
  font-size: 18px;
  margin: 0 0 8px 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1000px) {
  .blog .entry-card-wrap .blogTitle,
  .category .entry-card-wrap .blogTitle,
  .search .entry-card-wrap .blogTitle {
    font-size: 15px;
  }
}
.blog .entry-card-wrap .entry-card-snippet,
.category .entry-card-wrap .entry-card-snippet,
.search .entry-card-wrap .entry-card-snippet {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  height: 7em;
}
@media screen and (max-width: 1000px) {
  .blog .entry-card-wrap .entry-card-snippet,
  .category .entry-card-wrap .entry-card-snippet,
  .search .entry-card-wrap .entry-card-snippet {
    font-size: 12px;
  }
}
.blog .entry-card-wrap .blogDate,
.category .entry-card-wrap .blogDate,
.search .entry-card-wrap .blogDate {
  position: absolute;
  display: inline-block;
  bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #999;
}
.blog .entry-card-wrap .blogDate .post-date,
.category .entry-card-wrap .blogDate .post-date,
.search .entry-card-wrap .blogDate .post-date {
  font-size: 13px;
  line-height: 18px;
  color: #999;
}
.blog .pagination-next-link,
.blog .comment-btn,
.category .pagination-next-link,
.category .comment-btn,
.search .pagination-next-link,
.search .comment-btn {
  display: none;
}

/*pagenation*/
.pagination {
  font-family: "Open Sans";
  font-feature-settings: "pkna";
  font-weight: 700;
  font-size: 11px;
  margin: 0 0 50px;
}
@media screen and (max-width: 690px) {
  .pagination {
    margin: 30px 0;
  }
}
.pagination .page-numbers {
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 0;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: transparent;
  border: none;
  color: #000;
}
.pagination .page-numbers:hover {
  background-color: transparent;
  color: #000;
}
.pagination .current {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.16);
}

/*******************
** Single コラム
*******************/
.single .singleHeadOuter {
  padding: 0 0 35px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 35px;
}
@media screen and (max-width: 1023px) {
  .single .singleHeadOuter {
    max-width: 600px;
    padding: 35px 0 35px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 690px) {
  .single .singleHeadOuter {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .single .singleHeadOuter {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .single .singleHeadOuter {
    max-width: 300px;
  }
}
.single .singleHeadOuter h1 {
  font-feature-settings: "pkna";
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .single .singleHeadOuter h1 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.single .singleHeadOuter p {
  font-size: 13px;
  color: #888;
  line-height: 16px;
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .single .singleHeadOuter p {
    font-size: 11px;
    line-height: 1.6;
  }
}
.single .date-tags,
.single .cat-label {
  display: none;
}

.single-post .entry-content {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.single-post .entry-content p {
  -webkit-font-smoothing: subpixel-antialiased;
  font-feature-settings: "pkna";
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding-bottom: 27px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .single-post .entry-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.single-post .entry-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 5px 10px 5px;
  margin: 40px 0 2em 0;
  background-color: #fafafa;
}
@media screen and (max-width: 1000px) {
  .single-post .entry-content h2 {
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 10px;
  }
}
.single-post .entry-content h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 1em 0 0.5em 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  .single-post .entry-content h3 {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 1em 0 0.5em 0;
  }
}
.single-post .entry-content .bold,
.single-post .entry-content strong,
.single-post .entry-content b {
  font-family: "Open Sans" "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  vertical-align: baseline;
}

/*******************
** search
*******************/
.search h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
  background: #fafafa;
  padding: 100px 0 100px;
  margin: 0 calc((100% - 100vw) / 2) 60px;
}
@media screen and (max-width: 1023px) {
  .search h1 {
    font-size: 16px;
    margin: 0 calc((100% - 100vw) / 2) 35px;
  }
}
@media screen and (max-width: 690px) {
  .search h1 {
    font-size: 16px;
    padding: 60px 0 60px;
  }
}
.search h1::after {
  content: " の検索結果";
}
.search #main .search-box {
  display: none;
}
.search .main {
  width: 100%;
}
.search .main .blogImage {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .search .main .blogImage {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .search .main .blogImage {
    height: 200px;
  }
}
.search .main .blogImage img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.search .main #list {
  display: flex;
  flex-wrap: wrap;
}
.search .main .contentInnerMain {
  width: 100%;
}
.search .main .contentInnerMain .a-wrap {
  text-decoration: none;
  display: block;
  color: #000;
  transition: all 0.3s ease-in-out;
  width: 24%;
  box-shadow: 0px 1px 3px #eee;
  padding: 1.5%;
  margin: 0 1% 3% 0;
}
.search .main .contentInnerMain .a-wrap:hover {
  box-shadow: 0px 2px 4px #333;
}
@media screen and (max-width: 1023px) {
  .search .main .contentInnerMain .a-wrap {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .search .main .contentInnerMain .a-wrap {
    width: 49%;
    margin: 0 1% 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .search .main .contentInnerMain .a-wrap {
    width: 100%;
    margin: 0 0 10% 0;
  }
}
.search .main .entry-card-snippet,
.search .main .blogDate {
  display: none;
}
.search .contentInnerSide {
  display: none;
}
.search .pagination-next {
  display: none;
}
.search .entry-card-wrap .blogTitle {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 690px) {
  .search .entry-card-wrap .blogTitle {
    font-size: 14px;
  }
}
.search .entry-card-wrap .blogInner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.search .entry-card-wrap .blogSnippet {
  width: 100%;
  padding: 20px 0 0;
}

/*******************
** anker 2021.05.20 UPDATE
*******************/
#about04 {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/*
<h2>この記事の著者</h2>
<a href="https://kanpousakamoto.jp/about/#about04" class="profileAnker">店主：坂本壮一郎のプロフィールは<span>こちら</span></a>

<a href="https://kanpousakamoto.jp/about/#about04" class="profileAnker columnAnker"><span class="bold">【この記事の著者】</span>店主：坂本壮一郎のプロフィールは<span>こちら</span></a>
*/
.profileAnker {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  text-decoration: none;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .profileAnker {
    font-size: 14px;
  }
}
.profileAnker:hover {
  color: #000;
}
.profileAnker span {
  border-bottom: solid 1px transparent;
  transition: all 0.3s;
}
.profileAnker:hover span {
  border-bottom: solid 1px #000;
}
.profileAnker span.bold {
  font-weight: bold;
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .profileAnker span.bold {
    display: block;
  }
}
.profileAnker:hover span.bold {
  border-bottom: none;
}

.columnAnker {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px 0;
}
@media screen and (max-width: 1000px) {
  .columnAnker {
    padding: 16px 0;
    margin: 0 auto 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .columnAnker {
    padding: 16px 0;
    margin: 0 auto 30px 0;
  }
}

div.topMargin {
  margin: 0;
  margin-top: 40px;
}

p.small {
  font-size: 13px;
  line-height: 1.6em;
  margin: 12px 0 0;
  letter-spacing: 0;
}

.swiper-slide .post__thumb--img {
  margin: 0 0 15px;
}

.swiper-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.noteBanner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #333;
}
@media screen and (max-width: 1023px) {
  .noteBanner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.noteBanner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.noteBanner p {
  display: none;
}
.noteBanner .textItem {
  width: calc(100% - 280px);
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .noteBanner .textItem {
    width: 100%;
  }
}
.noteBanner .textItem .bold {
  display: block;
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.noteBanner .textItem p {
  display: block;
  font-size: 0.9em;
  text-decoration: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.noteBanner .imgItem {
  width: 280px;
}
.noteBanner .imgItem img {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .noteBanner .imgItem {
    width: 100%;
  }
}

.blogcard-wrap {
  margin: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.blogcard-wrap:hover {
  background-color: #fff;
}

.blogcard {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  border: solid 1px #333;
  border-radius: 0;
  padding: 0;
}

.blogcard-thumbnail {
  width: 280px;
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  .blogcard-thumbnail {
    width: 100%;
  }
}

.blogcard-content {
  width: calc(100% - 280px);
  padding: 20px;
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  .blogcard-content {
    width: 100%;
    max-height: 100%;
  }
}
.blogcard-content .blogcard-title {
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  .blogcard-content .blogcard-title {
    font-size: 16px;
  }
}
.blogcard-content .blogcard-snippet {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
}
@media screen and (max-width: 1023px) {
  .blogcard-content .blogcard-snippet {
    font-size: 14px;
  }
}

.blogcard-footer {
  display: none;
}

.carousel {
  position: relative;
  display: block;
  width: 1105px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .carousel {
    width: 100%;
  }
}
.carousel .carousel-in {
  background-color: transparent;
}
.carousel .carousel-in .carousel-content {
  margin: 0;
}
.carousel .carousel-in .carousel-content .slick-prev,
.carousel .carousel-in .carousel-content .slick-next {
  display: none;
}
.carousel .carousel-entry-card-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100% !important;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .carousel .carousel-entry-card-wrap {
    display: block;
    width: 100% !important;
    margin: 0;
  }
}
.carousel .carousel-entry-card-wrap .carousel-entry-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px #ebebeb;
  position: relative;
  left: -4px;
}
.carousel .carousel-entry-card-wrap .carousel-entry-card .carousel-entry-card-thumb {
  width: 354px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .carousel .carousel-entry-card-wrap .carousel-entry-card .carousel-entry-card-thumb {
    width: 100%;
  }
}
.carousel .carousel-entry-card-wrap .carousel-entry-card .carousel-entry-card-thumb .cat-label {
  display: none;
}
.carousel .carousel-entry-card-wrap .carousel-entry-card .slick-slide img {
  display: block;
  border-radius: 3px 3px 0 0;
}
.carousel .carousel-entry-card-wrap .carousel-entry-card .carousel-entry-card-title {
  font-weight: 600;
  display: block;
  padding: 20px;
  line-height: 2em;
  height: 6em;
}
@media screen and (max-width: 1023px) {
  .carousel .carousel-entry-card-wrap .carousel-entry-card .carousel-entry-card-title {
    font-size: 100%;
  }
}
.carousel .carousel-entry-card-wrap .carousel-entry-card .carousel-entry-card-snippet {
  height: 17em;
  line-height: 2em;
  padding: 0 20px 0px;
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */