@charset "UTF-8";
/*!
Theme Name: taiyodo
Template:   cocoon-master
*/
/*******************
** Variable
*******************/
.pc {
  display: inline; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.pctb {
  display: inline; }
  @media screen and (max-width: 414px) {
    .pctb {
      display: none; } }

.tbsp {
  display: none; }
  @media screen and (max-width: 834px) {
    .tbsp {
      display: inline; } }

.sp {
  display: none; }
  @media screen and (max-width: 414px) {
    .sp {
      display: inline; } }

/*******************
** config
*******************/
.body {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", "serif";
  overflow-x: hidden;
  background: #dcdcb3; }

#content {
  background: #dcdcb3; }

.article p {
  margin-bottom: 1.8em; }
  .article p:last-child {
    margin-bottom: 0; }
.article span.green {
  color: #c8524f; }
.article h2 {
  position: relative;
  background: none;
  border-bottom: solid 3px #dcdcb3;
  font-size: 26px;
  padding: 10px 0; }
  .article h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #3c4600;
    bottom: -3px;
    width: 20%; }
.article h3 {
  border-left: 7px solid #3c4600;
  border-right: 1px solid #dcdcb3;
  border-top: 1px solid #dcdcb3;
  border-bottom: 1px solid #dcdcb3;
  border-radius: 0 10px 10px 0; }

.b {
  font-weight: 600; }

.fontSmall {
  font-size: 0.8em; }

.page .date-tags {
  display: none; }

img.textImg {
  display: block;
  width: 640px;
  margin: 0 auto; }

/*-------------------
** btn
-------------------*/
.btn {
  display: block;
  width: fit-content;
  background: #dcdcb3;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: 400;
  color: #3c4600;
  padding: 0.6em 1.8em;
  margin: 0 auto 1.8em;
  transition: all 0.5s; }
  @media screen and (max-width: 414px) {
    .btn {
      font-size: 1.1em; } }
  .btn::after {
    position: relative;
    left: 1em;
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    content: '\f054';
    color: #fff;
    transition: all 0.5s; }
  .btn:hover {
    border: solid 2px #fff;
    color: #3c4600;
    filter: opacity(1); }
    .btn:hover::after {
      left: 1.5em;
      color: #3c4600; }

.btnWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .btnWrap .btn {
    margin: 0 10px; }
    @media screen and (max-width: 414px) {
      .btnWrap .btn {
        margin: 10px 0; } }

/*******************
** header
*******************/
.header {
  width: 100%; }

.header-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
@media screen and (max-width: 834px) {
  .header-in {
    flex-direction: column;
  }
}
  .header-in .headerItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 2;
    padding: 16px 20px; }
    @media screen and (max-width: 834px) {
      .header-in .headerItem {
        justify-content: center;
        padding-bottom: 0; } }
    .header-in .headerItem .headerLogo {
      display: flex;
      justify-content: flex-start;
      width: 80%;
      max-width: 400px;
      margin: 16px auto 16px 0; }
      @media screen and (max-width: 834px) {
        .header-in .headerItem .headerLogo {
          justify-content: center;
          width: 100%;
          margin: 0 auto; } }
    .header-in .headerItem .navi-in a {
      border-bottom: solid 1px transparent;
      font-size: 17px;
      padding: 2px;
      padding-bottom: 6px; }
      .header-in .headerItem .navi-in a:hover {
        background: none;
        border-bottom: solid 1px #3c4600; }
    .header-in .headerItem .navi-in > ul {
      justify-content: flex-start; }
      .header-in .headerItem .navi-in > ul li {
        height: fit-content;
        width: fit-content;
        line-height: 1;
        padding: 10px 12px; }
        .header-in .headerItem .navi-in > ul li:first-child {
          padding-left: 0; }
        .header-in .headerItem .navi-in > ul li:last-child {
          padding-right: 0; }
  .header-in .headerContact {
    width: fit-content;
    min-width: 352px;
    padding: 16px 20px; }
    @media screen and (max-width: 834px) {
      .header-in .headerContact {
        text-align: center;
        padding-top: 0;
        padding-bottom: 40px;
        margin: 0 auto; } }
    .header-in .headerContact .headerTell {
      display: flex;
      align-items: center;
      margin-bottom: -0.4em; }
      @media screen and (max-width: 834px) {
        .header-in .headerContact .headerTell {
          justify-content: center; } }
      .header-in .headerContact .headerTell a {
        display: inline-block;
        text-decoration: none;
        font-size: 1.4em;
        font-weight: 600;
        color: #3c4600;
        margin-left: 0.3em;
        transition: 0.3s; }
        .header-in .headerContact .headerTell a:hover {
          color: #c8524f; }
    .header-in .headerContact .btnItem {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 5px; }
      @media screen and (max-width: 834px) {
        .header-in .headerContact .btnItem {
          justify-content: center; } }
      .header-in .headerContact .btnItem .formBtn {
        display: inline-block;
        background: #3c4600;
        text-decoration: none;
        color: #fff;
        border: solid 2px transparent;
        border-radius: 5px;
        padding: 0.15em 1.8em;
        margin-right: 5px;
        transition: all 0.3s; }
        .header-in .headerContact .btnItem .formBtn:hover {
          border: solid 2px #fff; }
      .header-in .headerContact .btnItem .instagram {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 37px;
        width: 37px;
        background-color: #fff;
        border-radius: 10px; }
        .header-in .headerContact .btnItem .instagram img {
          height: 33px;
          width: 33px; }

/*******************
** sideBar
*******************/
.sidebar h2,
.sidebar h3 {
  background: #dcdcb3;
  border-radius: 10px;
  text-align: center;
  color: #3c4600; }

img.w100 {
  border-radius: 10px; }

.widget_nav_menu ul li a {
  border-bottom: solid 1px transparent;
  padding-bottom: 0;
  margin-bottom: 10px; }
  .widget_nav_menu ul li a:hover {
    background: transparent;
    border-bottom: solid 1px #3c4600; }

.widget a {
  color: #3c4600;
  text-align: center;
  transition: 0.3s; }
  .widget a:hover {
    color: #c8524f; }

/*******************
** footer
*******************/
@media screen and (max-width: 414px) {
  .footer {
    margin-top: -5px; } }

.widget h2,
.widget h3 {
  background: #dcdcb3;
  border-radius: 10px;
  text-align: center;
  color: #3c4600;
  margin-bottom: 1em; }

@media screen and (max-width: 834px) {
  .navi-footer {
    display: none; } }

@media screen and (max-width: 834px) {
  .footer-bottom {
    margin: 0; } }

.copyright {
  font-size: 12px;
  margin-top: 45px;
  margin-bottom: 10px; }
  @media screen and (max-width: 834px) {
    .copyright {
      margin: 0; } }
  @media screen and (max-width: 414px) {
    .copyright {
      font-size: 10px; } }

ul.mobile-menu-buttons {
  background: #dcdcb3;
  border-top: solid 2px #3c4600; }

/*******************
** home
*******************/
.home .content {
  margin-top: 0; }
.home .entry-header {
  display: none; }

/*******************
** firstView
*******************/
.firstView {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 155px);
  width: 100vw;
  margin: -55px calc((100% - 100vw)/2) 0; }
  @media screen and (max-width: 414px) {
    .firstView {
      height: 60vh; } }
  .firstView .bgFilter {
    background: #fff;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.3; }
  .firstView .bgImg {
    background-image: url(https://kanpo-taiyodo.jp/wp/wp-content/themes/taiyodo/img/firstView.webp);
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2; }
  .firstView h1 {
    text-align: center;
    text-shadow: white 1px 0px, white -1px 0px, white 0px -1px, white 0px 1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px;
    font-weight: 900;
    font-size: 50px;
    color: #333; }
    @media screen and (max-width: 414px) {
      .firstView h1 {
        font-size: 38px; } }

/*******************
** textBase
*******************/
.textBase p {
  display: block;
  width: fit-content;
  text-align: left; }
.textBase img {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  margin: 0 auto 1.8em; }

/*******************
** topics
*******************/
.topics .itemWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .topics .itemWrap .item {
    position: relative;
    top: 0;
    display: block;
    width: 32%;
    border: solid 1px #dcdcb3;
    border-radius: 10px;
    color: #222;
    text-align: center;
    text-decoration: none;
    margin-bottom: 14px;
    transition: 0.3s; }
    @media screen and (max-width: 414px) {
      .topics .itemWrap .item {
        width: 49%; } }
    .topics .itemWrap .item:hover {
      background: #dcdcb3;
      top: -8px;
      box-shadow: 5px 5px 5px #bbb; }
    .topics .itemWrap .item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .topics .itemWrap .item img {
      display: block;
      width: 95%;
      border-radius: 10px;
      margin: 1em auto; }
    .topics .itemWrap .item p {
      font-size: 1.1em;
      margin: 1em 0; }
      .topics .itemWrap .item p span {
        display: block;
        font-size: 0.8em; }

/*------------------
home07 病名別解説
------------------*/
.tab_wrap {
  width: 100%;
  margin: 0 auto 80px; }
  .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;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0; }
  .tab_area label {
    display: inline-block;
    width: 25%;
    color: #222;
    background: #dcdcb3;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    padding: 8px 15px; }
    @media screen and (max-width: 834px) {
      .tab_area label {
        font-size: 12px;
        padding: 7px; } }
    @media screen and (max-width: 414px) {
      .tab_area label {
        width: 50%; } }
    .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: 834px) {
      .panel_area .panelInner {
        display: inline-block; } }
    .panel_area .panelInner p {
      display: inline-block;
      width: 50%;
      padding: 3% 2em 0 0;
      margin-bottom: 0; }
      @media screen and (max-width: 834px) {
        .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 #3c4600;
        color: #3c4600;
        -webkit-font-smoothing: subpixel-antialiased; }
        @media screen and (max-width: 834px) {
          .panel_area .panelInner p a {
            font-size: 14px;
            line-height: 1.6em; } }

.tab_panel {
  width: 100%;
  border: solid 1px #dcdcb3;
  display: none; }
  .tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center; }

#tab1:checked ~ .tab_area .tab1_label {
  background: #3c4600;
  color: #fff; }

#tab1:checked ~ .panel_area #panel1 {
  display: block; }

#tab2:checked ~ .tab_area .tab2_label {
  background: #3c4600;
  color: #fff; }

#tab2:checked ~ .panel_area #panel2 {
  display: block; }

#tab3:checked ~ .tab_area .tab3_label {
  background: #3c4600;
  color: #fff; }

#tab3:checked ~ .panel_area #panel3 {
  display: block; }

#tab4:checked ~ .tab_area .tab4_label {
  background: #3c4600;
  color: #fff; }

#tab4:checked ~ .panel_area #panel4 {
  display: block; }

#tab5:checked ~ .tab_area .tab5_label {
  background: #3c4600;
  color: #fff; }

#tab5:checked ~ .panel_area #panel5 {
  display: block; }

#tab6:checked ~ .tab_area .tab6_label {
  background: #3c4600;
  color: #fff; }

#tab6:checked ~ .panel_area #panel6 {
  display: block; }

#tab7:checked ~ .tab_area .tab7_label {
  background: #3c4600;
  color: #fff; }

#tab7:checked ~ .panel_area #panel7 {
  display: block; }

#tab8:checked ~ .tab_area .tab8_label {
  background: #3c4600;
  color: #fff; }

#tab8:checked ~ .panel_area #panel8 {
  display: block; }

/*******************
** pageBase
*******************/
.eye-catch-wrap {
  justify-content: center; }

table th {
  background: #dcdcb3; }
table td {
  background: #fff; }
table a {
  color: #3c4600;
  transition: 0.3s; }
  table a:hover {
    color: #c8524f; }

/*******************
** post
*******************/
.a-wrap:hover {
  background: #dcdcb3; }

@media screen and (max-width: 414px) {
  figure.entry-card-thumb.card-thumb.e-card-thumb {
    width: 100%; } }

.card-thumb img {
  width: 100%;
  object-fit: cover;
  height: 170px; }

@media screen and (max-width: 414px) {
  .entry-card {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.pagination-next-link,
.comment-btn {
  display: block;
  background-color: #fff;
  border: solid 3px transparent;
  border-radius: 10px;
  font-weight: 600;
  color: #3c4600;
  transition: all 0.3s; }
  .pagination-next-link:hover,
  .comment-btn:hover {
    background-color: #dcdcb3;
    border: solid 3px #fff; }

.pagination .current {
  background: #dcdcb3; }

.pagination a:hover {
  background: #dcdcb3; }

.prev-post-thumb,
.next-post-thumb {
  display: none; }

.fas.fa-chevron-left.iconfont,
.fas.fa-chevron-right.iconfont {
  color: #3c4600; }

.breadcrumb {
  text-align: center;
  color: #3c4600; }
  .breadcrumb a {
    color: #3c4600; }

.breadcrumb .spp {
  margin: 0 10px; }

/*******************
** contactForm7
*******************/
input.wpcf7-submit {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

input[type='submit'] {
  background: #fdc66c;
  border: solid 2px #fdc66c;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.3s; }
  input[type='submit']:hover {
    background: #f6af3d;
    border: solid 2px #ffffff; }

.form {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .form .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: solid 1px #dcdcb3;
    font-size: 18px;
    padding: 1em 1em; }
    .form .item .inner {
      display: flex;
      align-items: center;
      width: 50%; }
      @media screen and (max-width: 414px) {
        .form .item .inner {
          width: 100%; } }
      .form .item .inner p {
        width: 100%;
        margin-bottom: 0; }
        .form .item .inner p .mini {
          position: relative;
          left: 1em;
          display: inline-block;
          font-size: 0.7em;
          color: #222; }
          .form .item .inner p .mini::before {
            content: "★";
            padding-right: 0.2em; }
    .form .item p {
      display: inline-block;
      margin-bottom: 0;
      width: 50%; }
      @media screen and (max-width: 414px) {
        .form .item p {
          width: 100%; } }
    .form .item .search-edit,
    .form .item input[type="text"],
    .form .item input[type="password"],
    .form .item input[type="date"],
    .form .item input[type="datetime"],
    .form .item input[type="email"],
    .form .item input[type="number"],
    .form .item input[type="search"],
    .form .item input[type="tel"],
    .form .item input[type="time"],
    .form .item input[type="url"],
    .form .item textarea,
    .form .item select {
      font-size: 14px; }
    .form .item .wpcf7-not-valid-tip {
      font-size: 0.7em; }
  .form .centerText {
    text-align: center; }

/**
label {
    display: inline-block;
    margin-bottom: 5px;
}**/
.must {
  display: inline-block;
  font-size: 0.8em;
  background: #c8524f;
  border: solid 1px #fff;
  color: #fff;
  padding: 2px 10px;
  margin-right: 0.6em; }

.free {
  display: inline-block;
  font-size: 0.8em;
  border: solid 1px #3c4600;
  padding: 2px 10px;
  margin-right: 0.6em; }

.form01 .item {
  margin: 5px 0; }
.form01 input.wpcf7-form-control.wpcf7-text,
.form01 textarea.wpcf7-form-control.wpcf7-textarea {
  border-radius: 0; }
.form01 input[type="submit"] {
  display: block;
  position: relative;
  background: #d9be38;
  font-size: 20px;
  color: #000;
  transition: 0.5s; }
  .form01 input[type="submit"]:hover {
    background: #d9be38;
    color: #000; }

@media screen and (max-width: 834px) {
  .grecaptcha-badge {
    bottom: 60px !important; } }

.go-to-top-button {
  border-radius: 100px; }

.page-id-35168 .go-to-top-button,
.page-id-35115 .go-to-top-button,
.page-id-35159 .go-to-top-button,
.page-id-35176 .go-to-top-button {
  position: relative;
  top: -75px; }

/*# sourceMappingURL=style.css.map */
