@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*色変数*/
/*フォント変数*/
* {
  font-feature-settings: "palt";
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
}

.header-container,
.main,
.sidebar,
.footer {
  background-color: #faf8f4;
}

a {
  color: #505050;
}
a:hover {
  color: #2c4198;
}

a.text_link {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #ddd;
  transition: 0.5s;
}
a.text_link:hover {
  text-decoration-color: #2c4198;
}

ul {
  list-style-type: none;
}

p {
  text-align: justify;
}

h3 {
  line-height: 4em;
  position: relative;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0 !important;
  border: 0 !important;
  color: #603c2c;
  font-size: 20px;
}

h4 {
  font-weight: normal !important;
  margin-bottom: 10px !important;
}

figure {
  border-radius: 0;
}

.box_gray {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
  display: block;
}
.box_gray h3 {
  padding: 0 0 10px 0;
}
.box_gray h3::before {
  content: none;
}
.box_gray li::before {
  background: #a29b90 !important;
}
.box_gray li:last-child {
  border-bottom: none;
}

.strong_text {
  background: linear-gradient(transparent 90%, #f79174 0%);
  display: inline;
  text-decoration-line: none;
}

.page_lead {
  font-weight: bold;
  font-size: 18px;
}

.notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.4em;
  font-size: 0.8rem;
}

.font_bold {
  font-weight: bold !important;
}

.small_text {
  font-size: 0.8em;
  letter-spacing: -0.02em;
}

.display_flex_center {
  display: flex;
  justify-content: center;
}

.mt10 {
  margin-top: 10px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.width300 {
  width: 300px;
}

.width100per {
  width: 100% !important;
}

.su-animate {
  margin: 0;
}

.display_none {
  display: none;
}

.sp_display {
  display: block;
}

.pc_display {
  display: none;
}

@media screen and (min-width: 768px) {
  .page_lead {
    text-align: center;
    font-size: 24px;
  }
  .notice {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
}
/*リスト*/
.list {
  padding-left: 0 !important;
}
.list li {
  position: relative;
  border-bottom: solid 1px #555;
  padding: 10px 0 10px 30px;
}
.list li::before {
  width: 10px;
  height: 10px;
  background: #603c2c;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 10px;
  content: "";
}
.list li h4 {
  border: 0;
}

.list_noline {
  padding-left: 0 !important;
}
.list_noline li {
  position: relative;
  padding: 0 0 0 30px;
}
.list_noline li::before {
  width: 10px;
  height: 10px;
  background: #a29b90;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
}
.list_noline li h4 {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
}

/*テーブル*/
table.table1 {
  border-collapse: separate;
}
table.table1 tr:first-child th {
  border-top: solid 1px #333;
}
table.table1 tr:first-child td {
  border-top: solid 1px #333;
}
table.table1 tr th {
  background-color: #399d26;
  color: #fff;
  border: 0;
  padding: 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #333;
  font-weight: normal;
}
table.table1 tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  border-bottom: solid 1px #333;
}
table.table1 .button a {
  padding: 10px 14px;
  font-size: 14px;
}
table.table1 .button a::after {
  margin: 0 0 2px 10px;
}

@media screen and (min-width: 768px) {
  table.table1 tr th {
    padding: 40px;
  }
  table.table1 tr td {
    padding: 40px;
  }
}
table.table2 {
  border-collapse: separate;
}
table.table2 tr:first-child th {
  border-top: solid 1px #333;
}
table.table2 tr:first-child td {
  border-top: solid 1px #333;
  background: #ffeef6;
}
table.table2 tr th {
  background-color: #ffeef6;
  border: 0;
  padding: 10px;
  width: auto;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #333;
  font-weight: initial;
  font-size: 1em;
}
table.table2 tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  font-size: 1em;
}
table.table2 .button a {
  padding: 10px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  table.table2 tr th {
    padding: 40px;
  }
  table.table2 tr td {
    padding: 40px;
  }
}
/*バナーpc spサイズ違い*/
.sp_display_banner {
  display: flex;
  justify-content: center;
}

.pc_display_banner {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_display_banner {
    display: none;
  }
  .pc_display_banner {
    display: flex;
    justify-content: center;
  }
}
/*header*/
.header-container-in.hlt-top-menu #header-in .logo {
  max-height: none;
}
.header-container-in.hlt-top-menu #header-in .logo .site-name {
  padding: 20px 15px 20px 10px;
}

@media screen and (min-width: 768px) {
  .fixed-header .header {
    display: none;
  }
  .header-container-in.hlt-top-menu {
    display: block;
    width: initial;
    height: initial;
  }
  .header-container-in.hlt-top-menu #header-in {
    flex-direction: initial;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-container-in.hlt-top-menu #header-in .tagline {
    flex-basis: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .logo {
    position: relative;
    padding: 10px 0 0 30px;
  }
  .header-container-in.hlt-top-menu #header-in .logo::after {
    bottom: -85px;
    left: 30px;
    width: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .logo img {
    max-height: 110px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #header .site-name-text {
    padding: 0 80px 0 0;
    width: 100%;
  }
  #header .site-name-text .site-logo-image {
    max-height: 90px;
  }
}
/*breadcrumb*/
.breadcrumb {
  margin: 0;
  padding: 0 10px;
}

/*ウィジェット　コンテンツ下部*/
.footer_info {
  padding: 0 20px 20px;
}
.footer_info ul {
  padding-left: 0;
}
.footer_info .footer_info_left {
  margin: 0 0 0 0;
}
.footer_info .footer_info_left .footer_info_logo {
  display: block;
  padding: 20px 0;
}
.footer_info .footer_info_left .medical_subjects {
  display: flex;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.footer_info .footer_info_left .medical_subjects li {
  border: solid 2px #f9b049;
  border-radius: 10px;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  background: #fff;
  font-size: 14px;
}
.footer_info .footer_info_left .feature span {
  background-color: #603c2c;
  color: #fff;
  padding: 0.4em 0.6em;
  margin: 0 10px 20px 0;
  border-radius: 10px;
}
.footer_info .footer_info_left .footer_info_tel {
  margin: 20px 0;
  border-top: solid 1px #505050;
  border-bottom: solid 1px #505050;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_info .footer_info_left .footer_info_tel li:first-child {
  font-weight: bold;
  font-size: 20px;
}
.footer_info .footer_info_left .footer_info_tel li:last-child {
  white-space: nowrap;
  line-height: 1;
}
.footer_info .footer_info_left .footer_info_tel li:last-child img {
  width: 20px;
  margin: 0 4px 0 0;
}
.footer_info .footer_info_left .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;
}
.footer_info .footer_info_left .web_reserve {
  margin: 0 0 30px 0;
}
.footer_info .footer_info_left .web_reserve a {
  display: block;
  color: #fff;
  background: #a29b90;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  border: 0;
}
.footer_info .footer_info_left .web_reserve a::before {
  background: #505050 !important;
}
.footer_info .footer_info_left .web_reserve a:hover {
  background: #505050;
}
.footer_info .footer_info_right {
  font-size: 20px;
}
.footer_info .footer_info_right .pay {
  font-size: 16px;
}
.footer_info .footer_map {
  margin: 20px 0 0 0;
}
.footer_info .footer_map iframe {
  margin: 10px 0;
  border: none;
  width: 100%;
  height: 400px;
}
.footer_info .footer_access > li {
  margin: 0 0 30px 0;
}
.footer_info .footer_access > li h3 {
  margin: 0 0 10px 0px !important;
  border-bottom: solid 2px #a29b90 !important;
  padding: 0 0 0 30px;
  line-height: 2em;
  font-weight: bold;
}
.footer_info .footer_access > li h3::before {
  background: none;
}
.footer_info .footer_access > li h3.top_access_train {
  position: relative;
}
.footer_info .footer_access > li h3.top_access_train::before {
  content: "";
  background-size: cover;
  width: 24px;
  height: 32px;
  background-image: url(/wp-content/uploads/icon/access_train_icon.svg);
  position: absolute;
  left: 0px;
  top: 2px;
}
.footer_info .footer_access > li h3.top_access_bus {
  position: relative;
}
.footer_info .footer_access > li h3.top_access_bus::before {
  content: "";
  background-size: cover;
  width: 24px;
  height: 31px;
  background-image: url(/wp-content/uploads/icon/access_bus_icon.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}
.footer_info .footer_access > li h3.top_access_car {
  position: relative;
}
.footer_info .footer_access > li h3.top_access_car::before {
  content: "";
  background-size: cover;
  width: 24px;
  height: 20px;
  background-image: url(/wp-content/uploads/icon/access_car_icon.svg);
  position: absolute;
  left: 0px;
  top: 11px;
}

@media screen and (min-width: 768px) {
  .footer_info {
    padding: 0 0 40px 0;
  }
  .footer_info ul {
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 0 0;
    width: 500px;
  }
  .footer_info .footer_info_left .footer_info_tel {
    padding: 10px 0;
  }
  .footer_info .footer_info_left .footer_info_tel li:first-child {
    font-size: 24px;
    text-align: center;
    padding: 0 0 0 0;
  }
  .footer_info .footer_info_left .footer_info_tel li:last-child {
    padding: 0 0 0 0;
  }
  .footer_info .footer_info_left .footer_info_tel li:last-child a {
    font-size: 60px;
  }
  .footer_info .footer_info_left .footer_info_tel li:last-child img {
    width: 40px;
  }
  .footer_info .footer_info_left p {
    margin: 0 0 10px 0;
  }
  .footer_info .footer_info_left .medical_subjects {
    justify-content: flex-start;
  }
  .footer_info .footer_info_right {
    margin: 20px 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right table.info_hours {
    margin: 10px auto;
    text-align: center;
    font-size: 20px;
  }
  .footer_info .footer_info_right table.info_hours tr th:first-child {
    font-size: 18px;
  }
  .footer_info .footer_map {
    width: 95%;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  .footer_info .footer_map p {
    text-align: center;
  }
  .footer_info .footer_map ul {
    justify-content: space-around;
  }
  .footer_info .footer_map ul .gmap {
    width: 100%;
  }
  .footer_info .footer_map ul .gmap iframe {
    width: 100%;
    height: 460px;
    border-radius: 0 !important;
  }
  .footer_info .footer_map ul .illustmap {
    width: 30%;
    height: 460px;
    margin: 10px 0 0 0;
  }
  .footer_info .footer_map ul .illustmap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 460px;
    -o-object-position: 30%;
       object-position: 30%;
  }
  .footer_info .footer_map .button {
    text-align: center;
  }
  .footer_info .footer_access > li {
    margin: 0 20px;
  }
  .footer_info .footer_access > li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .footer_info .button {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
    padding: 0 0 50px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .footer_info ul {
    flex-wrap: wrap;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 40px 0;
    width: 500px;
  }
  .footer_info .footer_info_right {
    margin: 0 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_tel li:first-child {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}
/*footer*/
#footer {
  padding: 30px 0;
  margin: 0;
  background-color: #399d26;
  color: #fff;
}
#footer .footer-bottom {
  padding: 0;
  margin: 0;
}
#footer .footer-bottom .copyright {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #footer .footer-bottom {
    padding: 20px 0 90px 0;
  }
  #footer .footer-bottom ul {
    margin: 0 0 40px 0;
  }
  #footer .footer-bottom ul li ::before {
    left: 12px;
  }
}
/*フッターメニュー*/
.navi-footer-in a:hover {
  background: 0 !important;
  color: #a29b90;
}

@media screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    text-align: left;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
/*PC　下部固定メニュー*/
.footer__menu_fix {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 110px;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
.footer__menu_fix .footer__menu_fix_inner {
  display: flex;
  border-radius: 10px;
}
.footer__menu_fix .footer__menu_fix_inner .fix_menu_web a {
  display: block;
  font-size: 20px;
  color: #fff;
  background: #8863a2;
  text-decoration: none;
  padding: 14px 40px;
  transition: 0.3s ease-in;
  height: 60px;
  margin: 0 20px 0 0;
  border-radius: 30px;
}
.footer__menu_fix .footer__menu_fix_inner .fix_menu_web a:hover {
  background: #71498d;
  margin-top: -5px;
}
.footer__menu_fix .footer__menu_fix_inner .fix_menu_tel .fix_menu_inner {
  display: block;
  position: relative;
}
.footer__menu_fix .footer__menu_fix_inner .fix_menu_tel .fix_menu_inner a {
  display: flex;
  font-size: 24px;
  line-height: 1.6em;
  color: #fff;
  transition: 0.3s ease-in;
  height: 60px;
  background: #8863a2;
  padding: 10px 30px 10px 60px;
  text-decoration: none;
  border-radius: 30px;
}
.footer__menu_fix .footer__menu_fix_inner .fix_menu_tel .fix_menu_inner a:hover {
  background-color: #71498d;
  margin-top: -5px;
}
.footer__menu_fix .footer__menu_fix_inner .fix_menu_tel .fix_menu_inner a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f879";
  position: absolute;
  top: 10;
  left: 22px;
}

.footer__menu_fix.view {
  opacity: 1;
}

/*モバイルヘッダーメニュー*/
.mblt-header-and-footer-mobile-buttons {
  margin: 0;
}

.mobile-header-menu-buttons {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0 0 auto;
  position: fixed;
  right: 5px;
  top: 5px;
  box-shadow: none;
}
.mobile-header-menu-buttons .logo-menu-button {
  display: none;
}
.mobile-header-menu-buttons .search-menu-button {
  display: none;
}
.mobile-header-menu-buttons .navi-menu-button {
  border-right: 0 !important;
}

/*モバイルスライドインメニュー*/
#navi-menu-content .menu-close-button {
  text-align: right;
  color: #399d26;
  background: #fff;
}
#navi-menu-content .menu-close-button span {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #399d26;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
#navi-menu-content .menu-close-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  color: #399d26;
}
#navi-menu-content .menu-drawer > .menu-item {
  border-bottom: dotted 1px #a29b90;
  padding: 5px 0;
}
#navi-menu-content .menu-drawer > .menu-item .sub-menu li {
  position: relative;
  border-bottom: 0;
}
#navi-menu-content .menu-drawer > .menu-item .sub-menu li:before {
  width: 8px;
  height: 8px;
  background: #2c4198;
  border-radius: 10px;
  position: absolute;
  top: 0.8em;
  left: 10px;
  content: "";
}
#navi-menu-content .menu-drawer > .menu-item .sub-menu li:last-child {
  border-bottom: 0;
}
#navi-menu-content .menu-drawer > .menu-item a {
  font-weight: bold;
  position: relative;
  padding: 6px 6px 6px 6px;
}
#navi-menu-content .menu-drawer > .menu-item a span {
  font-size: 12px;
  display: block;
}
#navi-menu-content .mobile_slide_info {
  padding: 5px 10px;
  color: #505050;
}
#navi-menu-content .mobile_slide_info .info_hours {
  font-size: 18px;
  padding: 5px 5px 0 5px;
  border-collapse: initial;
  color: #555;
  margin: 10px 0;
}
#navi-menu-content .mobile_slide_info .info_hours tr {
  background: none;
}
#navi-menu-content .mobile_slide_info .info_hours th,
#navi-menu-content .mobile_slide_info .info_hours td {
  border: 0;
  padding: 10px 5px;
  background: none;
  border-bottom: 1px solid #888 !important;
  letter-spacing: 0.1em;
}
#navi-menu-content .mobile_slide_info .note {
  color: #555;
  font-weight: bold;
}
#navi-menu-content .mobile_slide_info .footer_info_tel {
  margin: 0 0 20px 0;
  padding: 0;
  border-top: solid 2px #505050;
  border-bottom: solid 2px #505050;
  font-weight: bold;
  color: #555;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:first-child {
  text-align: center;
  padding: 10px 0 0;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child {
  text-align: center;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child img {
  width: 24px;
  margin: 0 4px 0 0;
}
#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 8vw;
}
#navi-menu-content .mobile_slide_info .button.web_reserve {
  margin: 0 0 50px 0;
}
#navi-menu-content .mobile_slide_info .button.web_reserve a {
  display: block;
  color: #fff;
  background: #a29b90;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  border: 0;
}
#navi-menu-content .mobile_slide_info .button.web_reserve a::before {
  background: #a29b90 !important;
}
#navi-menu-content .mobile_slide_info .button.web_reserve a:hover {
  background: #505050;
}
#navi-menu-content .mobile_slide_info .button a {
  margin: 10px 0;
}

.mobile-menu-buttons {
  background: #399d26;
}
.mobile-menu-buttons .menu-button {
  border-right: solid 2px #fff;
  color: #fff;
  padding: 0;
}
.mobile-menu-buttons .menu-button:last-child {
  border: none;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
.mobile-menu-buttons .menu-button .menu-content {
  max-width: initial;
}
.mobile-menu-buttons .menu-caption {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: -0.05em;
}

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

@media screen and (min-width: 1024px) {
  .mobile-header-menu-buttons.mobile-menu-buttons {
    display: none;
  }
}
/*TOPへ戻るボタン*/
.go-to-top {
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.go-to-top .go-to-top-button {
  position: relative;
  height: 48px;
  width: 48px;
  display: block !important;
  border: 2px solid #399d26;
  background: #fff;
  border-radius: 50%;
}
.go-to-top .go-to-top-button::after {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #399d26;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  top: calc(50% - 0.2em);
  left: calc(50% - 0.2em);
}
.go-to-top .go-to-top-button span {
  display: none;
}

@media screen and (min-width: 768px) {
  .go-to-top {
    right: 30px;
    bottom: 30px;
    transition: 0.3s;
  }
  .go-to-top .go-to-top-button {
    height: 60px;
    width: 60px;
  }
  .go-to-top:hover {
    bottom: 35px;
  }
}
/*navi*/
@media screen and (min-width: 768px) {
  .hlt-tm-right #navi .navi-in > ul {
    justify-content: end;
    padding: 30px 20px;
    margin: -100px 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }
  .hlt-tm-right #navi .navi-in > ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hlt-tm-right #navi .navi-in > ul li a:hover {
    color: #399d26;
    background: 0 !important;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-2597 {
    position: relative;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-2597:hover > .sub-menu {
    display: flex;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-2597:hover > .sub-menu li {
    width: 100% !important;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-2597 .sub-menu {
    width: 280px;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-783 {
    position: relative;
  }
  .hlt-tm-right #navi .navi-in > ul li#menu-item-783:hover > .sub-menu {
    display: flex;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu {
    background-color: #ffffff;
    border: solid 2px #2c4198;
    border-radius: 10px;
    top: 55px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 20px 0 20px;
    min-width: 0;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu:hover {
    display: flex;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu li {
    width: auto !important;
    height: 40px;
    line-height: 1em;
    position: relative;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 12px;
    color: #2c4198;
  }
  .hlt-tm-right #navi .navi-in > ul .sub-menu li span {
    display: block;
    font-size: 0.7em;
    line-height: 1;
  }
}
@keyframes icon_fuwa {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/************************************
** TOPページ
************************************/
.page-id-9 .a-wrap:hover {
  background: none !important;
}
.page-id-9 article {
  margin-bottom: 0 !important;
}
.page-id-9 .article-header {
  display: none;
}
.page-id-9 .content {
  margin-top: 0;
}
.page-id-9 .content .content-in {
  width: initial;
}
.page-id-9 main {
  padding: 0;
  overflow: initial !important;
}
.page-id-9 main #post-9 .entry-content {
  width: 100% !important;
}
.page-id-9 main #post-9 .entry-content h2 {
  background: none;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: left;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 500;
  border: 0;
  color: #399d26;
}

@media screen and (min-width: 768px) {
  .page-id-9 main #post-9 .entry-content h2 {
    margin: 0 0 60px 0;
    font-size: 36px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 main #post-9 .entry-content h2 {
    font-size: 24px;
  }
}
/*hero*/
.page-id-9 .hero {
  position: relative;
  margin: 0;
}
.page-id-9 .hero .hero_info_hours {
  width: 100%;
  position: relative;
}
.page-id-9 .hero .hero_info_hours .white_bg {
  width: 95%;
  margin: 20px auto 20px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .page-id-9 h2 {
    font-size: 36px;
  }
}
/*TOP スライド　swiper*/
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv01 .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv01 .swiper-wrapper {
  margin: 0;
}
.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 40px;
  display: flex;
}
.mv01 .swiper-pagination-bullet {
  display: block;
  width: 40px;
  height: 4px;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 0;
}
.mv01 .swiper-pagination-bullet-active {
  background-color: #8863a2;
}
.mv01 .slide-media {
  height: 600px;
}
.mv01 .slide-title {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.6;
  position: absolute;
  left: 40px;
  top: 180px;
  text-align: left;
  color: #0b944b;
  width: 90%;
  font-family: "Zen Maru Gothic", serif;
}
.mv01 .slide-title span {
  font-size: 2.5vw;
  padding: 8px;
  background: #fff;
  margin: 0 0 10px 0;
  display: inline-block;
}
.mv01 .slide-title span.first {
  padding: 8px 0 8px 8px;
}
.mv01 .slide-title span.second {
  padding: 8px 8px 8px 0;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.15);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s cubic-bezier(0.2, 1, 0.2, 1) both;
}

@media only screen and (max-width: 1024px) {
  .mv01 .slide-media {
    height: max(40vh, 80vw);
  }
}
@media only screen and (max-width: 767px) {
  .mv01 .slide-title {
    font-size: 6vw;
    left: 20px;
    top: 140px;
  }
  .mv01 .slide-title span {
    font-size: 4.5vw;
  }
  .mv01 .slide-title span.first {
    padding: 8px;
  }
  .mv01 .slide-title span.second {
    padding: 8px;
  }
  .mv01 .swiper-pagination {
    bottom: 20px;
    left: 20px;
  }
}
@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
/*チアプランニングについて*/
.company_information_section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  margin: 0 !important;
  overflow: hidden;
  background-color: #fff;
}
.company_information_section .company_information {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.company_information_section .company_information h2::before {
  content: "cheer planning";
  position: absolute;
  color: #cdc1ad;
  top: -20px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.company_information_section .company_information .company_information_content {
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_information_section .company_information .company_information_content li {
  margin: 0 auto 20px auto;
  width: 90%;
  position: relative;
  border: solid 1px #46433e;
}
.company_information_section .company_information .company_information_content h3 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0 0 0;
}
.company_information_section .company_information .company_information_content h3::before {
  content: none;
}
.company_information_section .company_information .company_information_content .company_guide_content {
  padding: 0 0 40px 0;
}
.company_information_section .company_information .company_information_content p {
  padding: 20px 20px 0 20px;
  margin: 0;
  font-size: 14px;
}
.company_information_section .button {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .company_information_section {
    padding: 140px 0 80px;
  }
  .company_information_section .company_information {
    width: 900px;
    margin: 0 auto;
  }
  .company_information_section .company_information h2 {
    margin: 0 0 40px 0 !important;
  }
  .company_information_section .company_information h2::before {
    font-size: 24px;
    top: -30px;
  }
  .company_information_section .company_information .company_information_lead {
    font-size: 20px;
    line-height: 1.6em;
  }
  .company_information_section .company_information .notice {
    font-size: 14px;
  }
  .company_information_section .company_information .company_information_content li {
    width: 280px;
    margin: 0 0 30px 0;
    border: solid 1px #46433e;
  }
  .company_information_section .company_information .company_information_content li h3 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
  }
  .company_information_section .company_information .company_information_content li p {
    padding: 10px;
    margin: 0;
  }
}
/*店舗案内*/
.pharmacy_information_section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  margin: 0 !important;
  overflow: hidden;
}
.pharmacy_information_section .pharmacy_information {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.pharmacy_information_section .pharmacy_information h2::before {
  content: "pharmacy information";
  position: absolute;
  color: #cdc1ad;
  top: -20px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.pharmacy_information_section .pharmacy_information h3 {
  text-align: center;
  font-size: 24px;
  margin: 50px 0 20px 0 !important;
}
.pharmacy_information_section .pharmacy_information img {
  width: 100%;
  height: auto;
}
.pharmacy_information_section .pharmacy_information ul {
  padding-left: 0;
}
.pharmacy_information_section .pharmacy_information p {
  margin: 0;
  font-weight: bold;
}
.pharmacy_information_section .pharmacy_information .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.pharmacy_information_section .pharmacy_information .tag li {
  background-color: #399d26;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  margin: 2px !important;
}

@media screen and (min-width: 768px) {
  .pharmacy_information_section {
    padding: 140px 0 80px;
  }
  .pharmacy_information_section .pharmacy_information {
    width: 900px;
    margin: 0 auto;
  }
  .pharmacy_information_section .pharmacy_information h2 {
    margin: 0 0 40px 0 !important;
  }
  .pharmacy_information_section .pharmacy_information h2::before {
    font-size: 24px;
    top: -30px;
  }
  .pharmacy_information_section .pharmacy_information .pharmacy_information_lead {
    font-size: 20px;
    line-height: 1.6em;
  }
  .pharmacy_information_section .pharmacy_information h3 {
    font-size: 42px;
  }
  .pharmacy_information_section .pharmacy_information .tag li {
    font-size: 14px;
    padding: 2px 5px;
    margin: 4px !important;
  }
}
/*TOPごあいさつ*/
.top_greeting_section {
  position: relative;
  width: 100%;
  padding: 100px 20px 50px;
}
.top_greeting_section .top_greeting {
  margin: 0 auto;
  width: 100%;
}
.top_greeting_section .top_greeting h2::before {
  content: "GREETING";
  position: absolute;
  color: #a0d0eb;
  top: -20px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.top_greeting_section .top_greeting .top_greeting_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.top_greeting_section .top_greeting .top_greeting_content li:first-child {
  order: 1;
}
.top_greeting_section .top_greeting .top_greeting_content li:last-child {
  order: 0;
  margin: 0 0 40px 0.2em;
}
.top_greeting_section .top_greeting .top_greeting_content h3 {
  padding: 0 0 10px 0;
}
.top_greeting_section .top_greeting .top_greeting_content ul {
  padding: 0;
  margin: 0 0 40px 0;
}
.top_greeting_section .top_greeting .top_greeting_content span.name {
  text-align: center;
  display: block;
  margin: 20px 0 0;
  font-weight: bold;
}
.top_greeting_section .top_greeting .top_greeting_content .history li {
  display: flex;
  margin: 0 0 10px 0;
  line-height: 1.4em;
}
.top_greeting_section .top_greeting .top_greeting_content .history li span.year {
  color: #131f4e;
  margin: 0;
  width: 70px;
}
.top_greeting_section .top_greeting .top_greeting_content .history li span.affiliate {
  width: calc(100% - 70px);
  margin: 0;
}
.top_greeting_section .top_greeting .top_greeting_content img {
  border-radius: 30px;
  margin: 20px auto 0;
  display: block;
}
.top_greeting_section .top_greeting .top_greeting_button {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .top_greeting_section {
    padding: 150px 0 100px;
  }
  .top_greeting_section .top_greeting {
    width: 900px;
  }
  .top_greeting_section .top_greeting .top_greeting_content {
    flex-wrap: nowrap;
  }
  .top_greeting_section .top_greeting .top_greeting_content li:first-child {
    order: 0;
    width: 60%;
    margin: 0 40px 10px 0;
  }
  .top_greeting_section .top_greeting .top_greeting_content > li:last-child {
    order: 1;
    width: 40%;
  }
  .top_greeting_section .top_greeting .top_greeting_content img {
    margin: 0 auto;
  }
  .top_greeting_section .top_greeting .top_greeting_content .history li {
    line-height: 1.8em;
  }
  .top_greeting_section .top_greeting .top_greeting_content .history li span.year {
    width: 90px;
  }
}
/************************************
** 下層ページ
************************************/
.page .content {
  margin-top: 0;
}
.page .content .wrap {
  margin: 0;
  width: initial;
}
.page .content .wrap .main {
  padding: 0;
}
.page .content .wrap .main .entry-header .entry-title {
  text-align: center;
  background: #fbeefb;
  padding: 30px 10px;
  margin: 0 0 30px 0;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.page .content .wrap .main .entry-header .entry-title span {
  display: block;
  font-size: 0.8em;
}
.page .content .wrap .main .entry-header .date-tags {
  display: none;
}
.page .content .wrap .main .entry-content {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page .content {
    margin-top: 0;
  }
  .page .content .wrap {
    margin: 0;
    width: initial;
  }
  .page .content .wrap .main {
    padding: 0;
    overflow: hidden;
  }
  .page .content .wrap .main .entry-header .entry-title {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .page .content .wrap .main .entry-content {
    width: 800px;
  }
}
/*お知らせ*/
.news_section {
  margin-bottom: 0 !important;
  background-color: #fff;
}
.news_section .news {
  width: 100%;
  margin: 0px auto;
  padding: 60px 20px 40px 20px;
}
.news_section .news h2::before {
  content: "NEWS";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  color: #cdc1ad;
  letter-spacing: 0.2rem;
}
.news_section .news .new-entry-cards {
  margin: 30px 0 0;
}
.news_section .news .new-entry-cards a {
  border-bottom: solid 1px #f1eee9;
  padding-bottom: 15px;
  position: relative;
}
.news_section .news .new-entry-cards a::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
  border: 1px solid #002515;
  background: #399d26;
  border-radius: 50px;
  transition: all 0.3s;
}
.news_section .news .new-entry-cards a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  background: #399d26;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.news_section .news .new-entry-cards a:hover::before {
  content: "";
  height: 37px;
  width: 37px;
  border: 2px solid #399d26;
  background: none;
}
.news_section .news .new-entry-cards a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.news_section .news .new-entry-cards a:hover .new-entry-card-content .new-entry-card-title {
  opacity: 0.6;
}
.news_section .news .new-entry-cards a:hover .new-entry-card-content .new-entry-card-date .new-entry-card-post-date {
  opacity: 0.6;
}
.news_section .news .new-entry-cards .new-entry-card-content {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  position: relative;
}
.news_section .news .new-entry-cards .new-entry-card-content .new-entry-card-title {
  text-align: left;
  order: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  transition: 0.5s;
  margin: 0 40px 0 0;
}
.news_section .news .new-entry-cards .new-entry-card-content .new-entry-card-date {
  display: block;
  order: 0;
  width: 100%;
}
.news_section .news .new-entry-cards .new-entry-card-content .new-entry-card-date .new-entry-card-post-date {
  padding: 5px 0;
  color: #a29b90;
  transition: 0.5s;
  font-size: 16px;
}
.news_section .news .new-entry-cards .new-entry-card-content .new-entry-card-date .new-entry-card-update-date {
  display: none;
}
.news_section .news .button {
  text-align: right;
  position: relative;
}
.news_section .news .button a {
  border: 0;
  background: none;
  font-weight: normal;
  margin: 10px 0px 0 0;
  padding: 0px 40px 0 0px;
  border-radius: 0;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.news_section .news .button a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(/wp-content/uploads/icon/list.svg);
  mask: url(/wp-content/uploads/icon/list.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  background: #312d23;
  position: absolute;
  top: 6px;
  right: 10px;
  transition: all 0.4s;
}
.news_section .news .button a:hover {
  opacity: 0.6;
  top: 0;
}

@media screen and (min-width: 768px) {
  .news_section .news {
    width: 900px;
    margin: 0 auto;
    padding: 120px 0;
  }
  .news_section .news h2 {
    font-size: 36px;
  }
  .news_section .news h2::before {
    font-size: 24px;
    top: -30px;
  }
  .news_section .news .new-entry-cards .new-entry-card-content .new-entry-card-title {
    font-size: 20px;
  }
  .news_section .news .button a {
    padding: 0 40px 0 0 !important;
  }
}
.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #cdc1ad;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border: solid #f1eee9;
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/*galley01*/
.gallery01 {
  overflow: hidden;
}

.gallery01 .l-inner {
  padding: 2rem 0;
}

.gallery01 .swiper {
  max-width: 720px;
  margin: auto;
}

.gallery01 .swiper-main {
  overflow: visible;
}

.gallery01 .swiper-thumb {
  padding-top: 8px;
}

.gallery01 .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

.gallery01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.gallery01 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}

.gallery01 .swiper-button-prev,
.gallery01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: initial;
  bottom: 0;
  margin: auto;
  width: 3.4rem;
  height: 3.4rem;
}

.gallery01 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}

.gallery01 .swiper-button-next {
  left: calc(100% + 3.2rem);
}

.gallery01 .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}

.gallery01 .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}

.gallery01 .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: #cdc1ad;
  background-clip: content-box;
}

.gallery01 .swiper-scrollbar-drag:active {
  background-color: #cdc1ad;
}

.gallery01 .slide {
  display: block;
  overflow: hidden;
}
.gallery01 .slide .slide-media {
  padding-top: 62.5%;
  overflow: initial;
}
.gallery01 .slide .slide-media img {
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery01 .slide figcaption {
  margin: 0 0 10px 0;
  text-align: left;
}
.gallery01 .slide figcaption .slide-name {
  font-weight: bold;
  padding: 10px 0 0 0;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #505050;
}
.gallery01 .slide figcaption .slide-title {
  padding: 0;
  margin: 0 0 0px 0;
  color: #505050;
}

.gallery01 .thumb-media {
  padding-top: 100%;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  border-radius: 4px;
}

.gallery01 .thumb-media img {
  height: calc(100% + 8px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-8px);
}

.gallery01 .swiper-slide-thumb-active {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0.3;
}

.gallery01 .swiper-slide-thumb-active .thumb-media {
  transform: translateY(-8px);
}

.gallery01 .swiper-slide-thumb-active .thumb-media img {
  transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .gallery01 .swiper-button-prev::before,
  .gallery01 .swiper-button-next::before {
    background-color: #cdc1ad;
  }
  .gallery01 .swiper-button-prev::after,
  .gallery01 .swiper-button-next::after {
    border-color: #fff;
  }
  .gallery01 .swiper-button-prev {
    right: calc(100% - 4.2rem);
  }
  .gallery01 .swiper-button-next {
    left: calc(100% - 4.2rem);
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
  .gallery01 .swiper-scrollbar-drag:hover {
    background-color: #cdc1ad;
  }
  .gallery01 .thumb-media:hover {
    transform: translateY(-8px);
  }
  .gallery01 .thumb-media:hover img {
    transform: translateY(0);
  }
  .gallery01 .slide {
    display: block;
    overflow: hidden;
  }
  .gallery01 .slide .slide-media {
    padding-top: 50%;
    width: 400px;
    display: block;
    margin: 0 auto;
  }
  .gallery01 .slide figcaption {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/************************************
** 投稿
************************************/
.archive .a-wrap:hover,
.single .a-wrap:hover {
  background-color: #f9f6f1;
}

.widget_recent_entries ul li a:hover {
  background-color: #f9f6f1;
}

.widget_archive ul li a:hover {
  background-color: #f9f6f1;
}

/*お知らせ一覧ページ*/
.archive .main {
  background-color: #fff;
}
.archive .sidebar {
  background-color: #fff;
  border-left: solid 1px #ccc;
}
.archive .a-wrap {
  border-bottom: 1px solid #333;
}
.archive .a-wrap figure {
  display: none;
}
.archive .a-wrap .entry-card-content {
  margin-left: 0;
}
.archive .a-wrap .entry-card-snippet {
  display: block;
}
.archive h3 {
  background: #f0ede7;
  padding: 0 0 0 20px !important;
}

/*お知らせ　詳細ページ*/
.single .main {
  background-color: #fff;
}
.single .main .entry-content {
  padding: 20px 0;
}
.single .main .under-entry-content figure {
  display: none;
}
.single .main h3 {
  background: none;
  padding: 0 0 0 20px;
}
.single .sidebar {
  background-color: #fff;
  border-left: solid 1px #ccc;
}
.single .sidebar h3 {
  background: #f0ede7;
  padding: 0 0 0 20px !important;
}/*# sourceMappingURL=style.css.map */