@charset "utf-8";
/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('fonts/design_plus.woff?v=1.1') format('woff');
}
@font-face {
  font-family: 'footer_bar';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('fonts/footer_bar.woff?v=1.1') format('woff');
}
@font-face {
  font-family: 'tiktok_x_icon';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('fonts/tiktok_x_icon.woff?v=1.0') format('woff');
}
#tcd_contact_form .radio_list .wpcf7-list-item input {
  display: none;
}
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a:focus {
  outline: none;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
svg {
  display: block;
}
*:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html {
  height: 100%;
  position: relative;
}
html:before {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
body {
  overflow-x: hidden;
  height: 100%;
  padding: 80px 80px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
body.hide_page_side_bar {
  padding-right: 0;
  padding-left: 0;
}
body.hide_page_header_bar {
  padding-top: 0;
}
body.admin-bar {
  padding-top: 102px;
}
body.home.admin-bar {
  padding-top: 112px;
}
body.hide_page_header_bar.admin-bar {
  padding-top: 32px;
}
a {
  text-decoration: none;
}
a, a:before, a:after, input {
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.post_content {
  word-wrap: break-word;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
.mobile_device a[href^="tel:"] {
  pointer-events: auto;
}
/* レイアウト */
#container {
  position: relative;
  /*border-left: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
  min-height: 100vh;
}
body.hide_page_side_bar #container, body.error404 #container, body.search-no-results #container {
  border: none;
}
#main_content {
  padding: 130px 0 0;
  position: relative;
}
body.single-news #main_content {
  padding-top: 80px;
}
#main_col {
  width: 930px;
  margin: 0 auto;
}
#side_col {
  width: 930px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
}
#article {
  background: #fff;
  position: relative;
  padding-bottom: 50px;
}
/* デザインボタン */
.design_button {
  max-width: 100%;
  line-height: 1.5;
  padding: 0 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  transition: border-color 0.3s ease;
}
.design_button:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  z-index: -1;
  transition-property: background-color, left, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.design_button:hover {
  color: #fff;
  text-decoration: none !important;
}
/* ----------------------------------------------------------------------
 トップページ ヘッダースライダー
---------------------------------------------------------------------- */
#header_slider_wrap {
  width: calc(100% + 3px);
  height: 730px;
  position: relative;
  margin: -1px -1px 45px;
  z-index: 1;
}
#header_slider {
  width: 100%;
  height: 730px;
  position: relative;
  overflow: hidden;
}
#header_slider .item {
  width: 100%;
  height: 730px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header_slider .item > a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header_slider .catch {
	background: #fff;
  padding: 0.6em 0.7em;
  color: #000;
  text-align: center;
  z-index: 3;
  line-height: 1.7;
	position: absolute;
	bottom: 0;
	left: 0;
}
#header_slider .catch.direction_type2 {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
#header_slider .common_catch span {
  display: block;
  position: relative;
  transition: transform 1.8s ease, opacity 1.8s ease;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}
#header_slider .common_catch span.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#header_slider .common_catch span.animate 
/* 画像とオーバーレイ */
#header_slider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#header_slider .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#header_slider .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}
/* 動画 */
#header_slider video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#header_slider .youtube_wrap.type1 {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate3d(0, -50%, 0);
}
#header_slider .youtube_wrap.type2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#header_slider .youtube_inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#header_slider .youtube_inner iframe {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
}
/* アニメーション */
#header_slider .item .bg_image {
  transform: scale(1.2);
}
#header_slider .item.animate .bg_image {
  transform: scale(1.0);
  transition: transform 2.5s cubic-bezier(.165, .84, .44, 1) 0s;
}
#header_slider .item.first_animate .bg_image {
  transform: scale(1.0);
  transition: transform 2.5s cubic-bezier(.165, .84, .44, 1) 0.5s;
}
#header_slider_wrap .slick-dots {
  position: absolute;
  bottom: -45px;
  left: 0px;
  width: 100%;
  text-align: center;
  transition: all 1.0s ease 0s;
}
#header_slider_wrap .slick-dots.no_click {
  pointer-events: none;
}
#header_slider_wrap .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  font-size: 12px;
}
#header_slider_wrap .slick-dots button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
  background: none;
  position: relative;
}
#header_slider_wrap .slick-dots button::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: transparent;
  border: 1px solid #937960;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header_slider_wrap .slick-dots .slick-active button::before {
  background: #937960;
}
#header_slider_wrap .slick-dots button:hover::before {
  background: #937960;
}
#header_slider_wrap .slick-dots.animate {
  opacity: 1;
}
/* ニュースティッカー */
#news_ticker {
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 4;
  width: 403px;
  height: 50px;
  border-radius: 50px;
	background: rgba(255,255,255,0.8);
}
#news_ticker.animate {
  opacity: 1;
  transition: opacity 1.4s ease 2.0s;
}
#news_ticker a {
  padding: 0 25px 0 30px;
  color: #fff;
  font-size: 14px;
	font-weight: bold;
	color: #000;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  transition: opacity 0.25s ease;
}
#news_ticker a:hover {
  opacity: 0.5;
}
#news_ticker .date {
  width: 90px;
  display: block;
	color: #096;
}
#news_ticker .title {
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
/* ----------------------------------------------------------------------
 コンテンツビルダー
---------------------------------------------------------------------- */
/* デザインコンテンツ */
.design_content {
  position: relative;
  margin-top: -10px !important;
}
.design_content .header {
  display: flex;
  flex-wrap: wrap;
}
.design_content .catch {
  width: 50%;
  line-height: 1.7;
  padding-right: 35px !important;
  margin: 0 !important;
}
.design_content .content {
  width: 50%;
  padding-left: 35px;
}
.design_content .desc {
  line-height: 2.4;
}
.design_content .desc.mobile {
  display: none;
}
.design_content .link_button {
  margin: 28px 0 10px;
}
.design_content .image {
  margin-top: 70px;
  position: relative;
}
.design_content .image_wrap {
  margin-top: 70px;
  position: relative;
}
.design_content img {
  display: block;
  z-index: 1;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.design_content .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.design_content .header.layout_type1 {
  display: block;
}
.design_content .header.layout_type1 .catch {
  width: auto;
  text-align: center !important;
  padding: 0 !important;
}
.design_content .header.layout_type1 .content {
  margin-top: 17px;
  width: auto;
  text-align: center;
  padding: 0;
}
.design_content .header.layout_type2 .catch {
  text-align: left !important;
}
.design_content .header.layout_type3 {
  flex-direction: row-reverse;
}
.design_content .header.layout_type3 .catch {
  padding: 0 0 0 35px !important;
  text-align: right !important;
}
.design_content .header.layout_type3 .content {
  padding: 0 35px 0 0;
}
.design_content .link_button.bottom {
  margin: 80px 0 0;
  text-align: center;
}
/* 診療専用 */
.design_content .bottom_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0 -10px 0;
}
.design_content .bottom_content p {
  width: calc(50% - 30px);
  margin: 0;
}
.design_content .bottom_content p:only-child {
  width: auto;
}
.design_content_wrap {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.design_content_wrap:last-of-type {
  border: none;
}
.design_content_wrap .design_content {
  width: 930px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0;
}
/* ボックスコンテンツ */
.cb_box_content {
  margin: 0 auto;
  padding: 110px 0 0;
  border-bottom: 1px solid #ddd;
}
.cb_box_content .catch {
  text-align: center;
  line-height: 1.7;
  margin: 0 0 68px 0;
}
.cb_box_content .content {
  display: flex;
  flex-wrap: wrap;
}
.cb_box_content .item {
  pointer-events: none;
  display: block;
  flex: 1 1 0%;
  position: relative;
  padding-bottom: 80px;
}
.cb_box_content .image_wrap {
  pointer-events: auto;
  width: 100%;
  height: auto !important;
  aspect-ratio: 646/330;
  overflow: hidden;
  position: relative;
  min-height: 150px;
}
.cb_box_content .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cb_box_content .headline {
  pointer-events: none;
  color: #000;
  display: inline-block;
  padding: 0 30px;
  min-width: 270px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-bottom: -80px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px !important;
  z-index: 10;
}
.cb_box_content .desc {
  color: #000;
  line-height: 2.4;
  padding: 0 80px;
  margin-top: 20px;
}
.cb_box_content .link_button {
  pointer-events: auto;
  text-align: center;
  margin: 28px auto 0;
  max-width: calc(100% - 160px);
  display: block;
}
.cb_box_content .item:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background: #ddd;
  z-index: -1;
}
.cb_box_content .item:last-of-type:after {
  display: none;
}
.cb_box_content .animate_background.no_link {
  pointer-events: none;
}
.cb_free_space.no_bg_color + .cb_box_content {
  padding-top: 0;
  margin-top: -5px;
}
/* カルーセル */
.cb_carousel {
  padding: 0 0 80px;
  position: relative;
  margin: -1px 0 0;
}
.cb_carousel:first-child {
  margin-top: -45px;
  padding-top: 155px;
}
.cb_carousel.no_bg_color:first-child {
  padding-top: 110px;
}
.cb_carousel .catch {
  text-align: center;
  line-height: 1.7;
  margin: 0 0 68px 0;
}
.cb_carousel .index_carousel {
  width: 930px;
  margin: 0 auto;
  position: relative;
}
.cb_carousel .index_carousel:after {
  content: '';
  display: block;
  width: 1px;
  height: 155px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cb_carousel .index_carousel.type2:after {
  height: 185px;
}
.index_carousel .item {
  position: relative;
  width: 465px;
}
.index_carousel .animate_background {
  display: block;
  width: 100% !important;
  height: 270px !important;
  aspect-ratio: 465/270;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index_carousel.type2 .animate_background {
  height: 183px !important;
}
.index_carousel .image_wrap {
  width: 100%;
  height: 100%;
  position: relatiive;
}
.index_carousel .image {
  width: 100%;
  height: 100%;
  position: relatiive;
}
.index_carousel .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.index_carousel .category {
  padding: 0 25px;
  font-size: 14px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 40px;
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}
.index_carousel .content {
  background: #fff;
  height: 155px;
  padding: 35px 40px;
  position: relative;
}
body.hide_blog_date .index_carousel .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_carousel.type2 .content {
  height: 185px;
}
.index_carousel .content:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ddd;
  z-index: 2;
}
.index_carousel .title {
  font-size: 18px;
  line-height: 1.6;
}
.index_carousel .title a {
  display: block;
  height: 3.2em;
  overflow: hidden;
  visibility: visible;
}
.index_carousel .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.hide_blog_date .index_carousel .title a {
  height: auto;
  max-height: 4.8em;
}
body.hide_blog_date .index_carousel .title span {
  -webkit-line-clamp: 3;
}
.index_carousel.type2 .title a {
  height: 4.8em;
}
.index_carousel.type2 .title span {
  -webkit-line-clamp: 3;
}
.index_carousel .date {
  font-size: 15px;
  display: block;
  position: absolute;
  bottom: 38px;
}
.splide__arrow {
  background: none;
  border: 1px solid #998169;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.splide__arrow span {
  display: none;
}
.splide__arrow.splide__arrow--prev {
  left: -82px;
  top: 50%;
  transform: translateY(-50%);
}
.splide__arrow.splide__arrow--next {
  right: -82px;
  top: 50%;
  transform: translateY(-50%);
}
.splide__arrow:before {
  font-family: 'design_plus';
  content: '\e90f';
  color: #998169;
  display: block;
  font-size: 14px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.splide__arrow.splide__arrow--next:before {
  content: '\e910';
  left: calc(50% + 1px);
}
.splide__arrow:hover:before {
  color: #fff;
}
.cb_carousel.no_bg_color {
  background: #fff;
  margin-top: 0 !important;
  border-bottom: 1px solid #ddd;
}
.cb_carousel.no_bg_color .index_carousel:after {
  background: #ddd;
}
.cb_carousel.no_bg_color .index_carousel:before {
  content: '';
  display: block;
  width: 1px;
  height: 155px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.cb_carousel.no_bg_color .index_carousel {
  border-bottom: 1px solid #ddd;
}
.q_custom_button2 {
	width: 180px !important;
}
@media only screen and (max-width: 1350px) {
  .cb_carousel .splide__arrow {
    display: none;
  }
}
/* フリースペース */
.cb_free_space {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.cb_free_space:first-child {
  margin-top: -45px;
  padding-top: 155px;
}
.cb_free_space.no_bg_color:first-child {
  margin-top: 0;
  padding-top: 3em;
}

.cb_free_space .header_catch {
  text-align: center;
  line-height: 1.7;
  margin: -10px 0 68px 0;
}
.cb_free_space .post_content {
  width: 1100px;
  margin: 0 auto;

}
body.page_width_large .cb_free_space .post_content {
  width: 1100px;
}
body.page_width_small .cb_free_space .post_content {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1350px) {
  body.page_width_large .cb_free_space .post_content {
    width: auto;
    margin: 0 70px;
  }
}
.cb_free_space:before {
  content: '';
  display: block;
  width: 150vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.cb_free_space.no_bg_color:before {
  display: none;
}
.cb_free_space .post_content h2:not(.catch):not(.styled_h2):first-child {
  margin: -5px 0 50px 0;
}
.cb_free_space .post_content .responsive_desc h2:not(.catch):not(.styled_h2):first-child {
  margin: -5px 0 60px 0;
}
.cb_free_space .post_content h2:not(.catch):not(.styled_h2):first-child + p {
  margin-top: -15px;
}
.cb_free_space .post_content h2:not(.catch):not(.styled_h2):first-child + p img {
  margin-top: 15px;
}
.cb_free_space .post_content h2:not(.catch):not(.styled_h2):first-child + p.q_frame {
  margin-top: -5px;
}
/* アクセスマップ */
.access_map {
  margin: 0 auto 40px;
  border: 3px solid #fff;
}
.access_map .qt_google_map {
  width: 100%;
  height: 327px;
  background: #ddd;
  margin: 0;
}
.access_map .qt_google_map .qt_googlemap_embed {
  width: 100%;
  height: 327px;
}
.map_desc {
  margin-bottom: -5px !important;
  position: relative;
}
.map_desc h3 {
  margin: 0 0 5px 0 !important;
  font-size: 16px !important;
}
/* 2カラムコンテンツ */
.two_column_content {
  padding: 115px 0 110px;
  position: relative;
  margin: 120px 0;
}
.two_column_content:after {
  content: '';
  display: block;
  height: 100%;
  width: 200%;
  background: #f4f1ef;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
}
.two_column_content.no_bg_color:after {
  display: none;
}
.two_column_content .header {
  width: 930px;
  margin: 0 auto 70px;
  text-align: center;
}
.two_column_content .common_catch {
  margin: 0 0 15px 0;
}
.two_column_content .desc.mobile {
  display: none;
}
.two_column_content .post_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 !important;
}
.two_column_content .post_list > .item {
  width: calc(50% - 30px);
  margin: 0 0 70px 0;
}
.two_column_content .post_list > .item:last-of-type {
  margin-bottom: 0px;
}
.two_column_content .post_list > .item:nth-last-of-type(2) {
  margin-bottom: 0px;
}
.two_column_content .image {
  position: relative;
  margin: 0 0 30px 0;
}
.two_column_content .item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.two_column_content .item .image_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.two_column_content .item .image_wrap .image {
  margin: 0;
}
.design_content + .two_column_content.no_bg_color {
  padding: 0;
  margin-bottom: 110px;
  margin-top: 115px;
}
/* ----------------------------------------------------------------------
 ページヘッダー　アーカイブページ共通パーツ
---------------------------------------------------------------------- */
#page_header {
  width: calc(100% + 2px);
  margin: 0 -1px;
  height: 240px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page_header.type2 {
  height: 730px;
}
#page_header .catch {
  max-height: 100%;
  padding: 0;
  text-align: center;
  z-index: 3;
  line-height: 1.6;
}
#page_header .catch.direction_type2 {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
#page_header .catch span {
  display: block;
  position: relative;
  transition: transform 1.8s ease, opacity 1.8s ease;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
	color: #062f21;
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
}
#page_header .catch span.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#page_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#page_header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#page_header .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
/* 小さいver */
#page_header_small {
  width: calc(100% + 2px);
  height: 160px;
  position: relative;
  margin: 0 -1px;
}
#page_header_small .catch {
  max-height: 100%;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  position: absolute;
  left: calc(50% - 2px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  line-height: 1.7;
}
#page_header_small .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#page_header_small .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#page_header_small .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: top;
}
/* その他 */
#archive_header {
  margin: -10px auto 70px;
  padding: 0 100px;
}
#archive_header p {
  line-height: 2.4;
  text-align: center;
}
#archive_header .mobile {
  display: none;
}
/* ページナビ */
.page_navi {
  margin: 80px 0 0 0;
  z-index: 10;
  position: relative;
}
.page_navi ul {
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_navi li {
  margin: 0;
}
.page_navi a, .page_navi a:hover, .page_navi span {
  font-family: "Arial";
  background: #fff;
  border-right: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}
.page_navi li:last-of-type > * {
  border-right: none;
}
.page_navi a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.page_navi span.dots {}
.page_navi span.current {
  color: #937960;
}
.page_navi .next, .page_navi .prev {
  position: relative;
}
.page_navi .next span, .page_navi .prev span {
  display: none;
}
.page_navi .next:before, .page_navi .prev:before {
  font-family: 'design_plus';
  font-size: 12px;
  top: 1px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before {
  content: '\e90f';
  left: 0px;
}
.page_navi .next:before {
  content: '\e910';
  right: 0px;
}
.page_navi .prev:hover:before, .page_navi .next:hover:before {}
/* ----------------------------------------------------------------------
 診療
---------------------------------------------------------------------- */
/* 一覧 */
#category_treatment.no_data {
  margin-top: -1px;
}
#treatment_list {
  background: #f4f1ef;
  padding: 120px 0;
  margin: 0;
  posiiton: relative;
}
#treatment_list .header {
  text-align: center;
  margin-bottom: 67px;
}
#treatment_list .header .catch {
  text-align: center;
  line-height: 1.7;
  margin: -10px 0 20px 0;
}
#treatment_list .header .desc {
  line-height: 2.4;
}
#treatment_list .post_list {
  width: 930px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
}
#treatment_list .post_list .item {
  width: 50%;
}
#treatment_list .post_list a {
  padding: 20px 30px;
  display: block;
  background: #fff;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#treatment_list .post_list .item:nth-child(1) a {
  border-top: none;
}
#treatment_list .post_list .item:nth-child(2) a {
  border-top: none;
}
#treatment_list .post_list .item:nth-child(2n) a {
  border-right: none;
}
#treatment_list .post_list .item:last-of-type a {
  border-right: none;
}
#treatment_list .post_list .image_wrap {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 100%;
}
#treatment_list .post_list .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#treatment_list .post_list .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#treatment_list .post_list .title {
  font-weight: 500;
  width: calc(100% - 80px);
  padding-left: 30px;
  line-height: 1.6;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease;
}
#treatment_list .post_list a:hover .title {
  transform: translate3d(14px, 0, 0);
}
#treatment_list .link_button {
  text-align: center;
}
/* 詳細ページ */
.single_treatment_top {
  margin: -10px 0 105px 0 !important;
}
.single_treatment_top .common_catch {
  text-align: center;
  margin-bottom: 60px;
  color: #937960;
}
.single_treatment_faq {
  position: relative;
  background: #f6f6f6;
  padding: 115px 0 120px;
  margin-bottom: 110px;
}
.single_treatment_faq:before {
  content: '';
  display: block;
  width: 150vw;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -2;
}
.single_treatment_faq .common_catch {
  text-align: center;
  margin-bottom: 60px;
  color: #937960;
}
.single_treatment_faq .faq_list .desc {
  background: #f4f1ef;
}
.single_treatment_faq img {
  margin: 0;
  display: block;
}
body.single-treatment #cta_type1 {
  width: 930px;
  margin: 0px auto 120px;
}
body.single-treatment #cta_type2 {
  width: 930px;
  margin: 0px auto 120px;
}
.single_treatment_price {
  margin-bottom: 10px;
}
.single_treatment_price .common_catch {
  text-align: center;
  margin-bottom: 20px;
  color: #937960;
}
.single_treatment_price .desc {
  text-align: center;
  margin-bottom: 67px;
}
/* 価格表 */
.price_list {}
.price_list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 15px 30px;
}
.price_list .item .title {
  width: calc(100% - 150px);
  margin: 0;
}
.price_list .item .price {
  width: 150px;
  margin: 0;
  text-align: right;
}
/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#page_contents {
  position: relative;
  overflow: hidden;
  margin: 0 -1px;
}
#page_contents .post_content {
  padding: 120px 0 40px;
  width: 930px;
  margin: 0 auto;
}
#page_title {
  border-top: 1px solid #ddd;
  text-align: center;
  padding-top: 120px;
  margin-bottom: -5px;
  line-height: 1.5;
}
body.page_width_large #page_contents .post_content {
  width: 1100px;
}
body.page_width_small #page_contents .post_content {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1350px) {
  body.page_width_large #page_contents .post_content {
    width: auto;
    margin: 0 100px;
  }
}
body.home #page_contents {
  margin: 0 auto;
}
body.home #page_contents .post_content {
  width: auto;
}
#page_contents .design_content {
  margin: 0 auto 70px;
  padding: 0;
  width: auto;
  position: relative;
}
#page_contents .design_content:last-of-type {
  margin-bottom: 0;
}
#page_contents .design_content .catch {
  margin: 0;
  padding: 0;
  text-align: left;
}
#page_contents .design_content .header.layout_type3 .catch {
  text-align: right;
}
#page_contents .design_content + .link_button {
  margin-top: 80px;
}
.two_col_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.two_col_content > .item {
  width: calc(50% - 30px);
}
.two_col_content .item img {
  margin: 0 auto;
  display: block;
}
.two_col_content .item img + p {
  margin-top: -5px;
}
.two_col_content .image_wrap {
  position: relative;
  margin: 0 0 30px 0;
}
.two_col_content .image {
  position: relative;
  margin: 0 0 30px 0;
}
.two_col_content .image p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.color_bg_content {
  padding: 110px 0 115px;
  position: relative;
  margin-bottom: 120px;
}
.color_bg_content > * {
  z-index: 2;
  position: relative;
}
.color_bg_content:before {
  content: '';
  display: block;
  width: 150vw;
  height: 100%;
  background: #f4f1ef;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.color_bg_content .common_catch {
  text-align: center;
  line-height: 1.7;
  margin: 0 0 68px 0;
}
.color_bg_content .qt_google_map {
  width: 100%;
  height: 495px;
  background: #ddd;
  margin: 0;
}
.color_bg_content .qt_google_map .qt_googlemap_embed {
  width: 100%;
  height: 495px;
}
.design_headline {
  margin-bottom: 60px;
  margin-top: 112px !important;
  padding: 0;
}
.design_headline:first-of-type {
  margin-top: -5px !important;
}
.two_col_content + .design_headline {
  margin-top: 102px !important;
}
.faq + .design_headline {
  margin-top: 115px !important;
}
.content_header {
  margin: 0 0 80px 0;
}
#page_contents .design_content + .content_header {
  margin-top: 115px;
}
.content_header .common_catch {
  margin: 0 0 23px 0;
  color: #937960;
}
.content_header .common_catch:only-child {
  margin-bottom: -5px;
}
.content_header p {
  text-align: center;
  margin-bottom: -10px;
}
.header_desc {
  margin-bottom: 68px !important;
}
.access_basic_info {
  margin-bottom: -8px !important;
}
/* 医師紹介 */
.doctor_meta {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.doctor_meta .item {
  height: 60px;
  line-height: 60px;
  min-width: 125px;
  padding: 0 30px;
  text-align: center;
  width: auto !important;
  margin: 0 !important;
}
.doctor_meta .item.pos {
  color: #fff;
}
.doctor_meta .item.name {
  background: #fff;
  padding: 0;
  min-width: inherit;
}
.doctor_meta .item.name a {
  display: block;
  min-width: 125px;
  padding: 0 30px;
  text-decoration: none;
  color: #000;
}
.design_content .bottom_desc {
  text-align: center;
  margin: 70px 0 0 0;
}
#staff_page_top {
  padding-bottom: 0;
  margin-bottom: -5px;
}
#staff_page_top .top_content {
  margin-bottom: 80px;
}
#staff_info {
  margin-bottom: 65px !important;
  margin-top: 0 !important;
}
#staff_info .message {
  margin: 70px 0 0;
}
#staff_info .image_wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000;
  margin-top: 70px;
}
#staff_info .image_wrap .image {
  margin: 0;
}
.career_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.career_list_headline {
  margin: 0 0 10px 0 !important;
  color: #937960;
  font-size: 18px !important;
}
.career_list dl {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 30px);
  margin: 0 !important;
}
.career_list dt {
  width: 70px;
  margin: 0 !important;
  font-weight: 500 !important;
}
.career_list dd {
  width: calc(100% - 70px);
  margin: 0 !important;
}
#staff_list {
  margin-bottom: 80px;
}
.post_content #staff_list:last-child {
  margin-bottom: 0;
}
#staff_list .two_column_content {
  padding: 0;
  margin: 0;
}
/* LPページ */
#lp_table {
  margin-bottom: 80px;
}
#lp_table th {
  width: 200px !important;
}
#lp_table td {
  width: calc(100% - 200px) !important;
}
#lp_table + .link_button {
  margin-bottom: 30px;
}
/* アクセス */
#page_contents .map_desc h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
#page_contents #access_bottom_content {
  margin: 120px 0 -5px;
  position: relative;
}
.schedule_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedule_content .info {
  width: calc(50% - 30px);
}
.schedule_content .schedule {
  width: calc(50% - 30px);
}
.schedule_content table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 14px !important;
  color: #937960;
  border: 2px solid #987f67;
  margin-top: 5px;
}
.schedule_content tr:nth-child(1) {
  font-weight: 600;
}
.schedule table {
	border: solid 1px #dcdcdc !important;
	border-top-width: 5px !important;
	border-top-color: #009966 !important;
	border-top-left-radius: 10px;
}

.schedule_content td {
  text-align: center;
  padding: 5px 5px !important;
  border: 1px solid #ae9b88;
  line-height: 1.4 !important;
  vertical-align: middle;
}
.schedule_content td.col1 {
  width: 110px;
}
.schedule_content td .content {
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.schedule table tbody,
.schedule table th,
.schedule table td {
	border: 0;
}
.schedule table tr.row1 {
	border-bottom: solid 1px #dcdcdc;
}
.schedule table tr.row1 td {
	border-right: solid 1px #dcdcdc;
}
.schedule table tr.row2 td {
	border-right: solid 1px #dcdcdc;
}
.schedule table tr.row1 td:last-child,
.schedule table tr.row2 td:last-child {
	border-right: 0;
}

/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* お知らせアーカイブ */
#archive_news {

  padding: 120px 0 120px;
}
.news_category_button_wrap {
  width: 930px;
  margin: 0 auto 80px;
}
.news_category_button {
  display: flex;
  flex-wrap: wrap;
}
.news_category_button li {
  font-size: 16px;
  flex: 1 1 0%;
}
.news_category_button li a {
  background: #fff;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 1.4;
  border-right: 1px solid #ddd;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news_category_button li a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.news_category_button li:last-of-type a {
  border: none;
}
.news_category_button li.current a {}
#news_list {
  width: 930px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#news_list .item {
  position: relative;
  width: calc(100% / 3);
}
#news_list .animate_background {
  display: none;
  width: 100% !important;
  height: 180px !important;
  aspect-ratio: 310/180;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#news_list .image_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#news_list .image {
  width: calc(100% + 1px);
  height: 100%;
  position: relatiive;
}
#news_list .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#news_list .content {
  height: auto;
  padding: 25px 25px;
  position: relative;
}
#news_list .content:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -1px;
  background: #ddd;
  z-index: 2;
}
#news_list .item:nth-child(3n) .content:after, #news_list .item:last-of-type .content:after {
  display: none;
}
#news_list .title {
  font-size: 18px;
  line-height: 1.6;
}
#news_list .title a {
  display: block;
  height: 4.8em;
  overflow: hidden;
  visibility: visible;
}
#news_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news_list .meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 0;
}
#news_list .meta li:last-of-type {
  margin: 0 0 0 15px;
}
#news_list .meta li:only-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
#news_list .category {
  color: #999;
}
/* 詳細ページ */
body.single-news #main_contents {
  background: #f6f6f6;
  padding: 80px 0 70px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#archive_blog {
  padding: 120px 0;
}
body.search-no-results #archive_blog {
  padding: 0 !important;
}
body.author #archive_blog {
  padding-top: 80px;
}
#no_post {
  text-align: center;
  margin-top: 10px;
  line-height: 2;
}
/* ブログ一覧 */
#blog_list {
  width: 930px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#blog_list .item {
  position: relative;
  width: 50%;
}
#blog_list .animate_background {
  display: block;
  width: 100% !important;
  height: 270px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#blog_list .image {
  width: 100%;
  height: 100%;
  position: relatiive;
}
#blog_list .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#blog_list .category {
  padding: 0 25px;
  font-size: 14px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 40px;
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}
#blog_list .content {
  background: #fff;
  height: 155px;
  padding: 32px 40px;
  position: relative;
}
body.hide_blog_date #blog_list .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#blog_list .content:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ddd;
  z-index: 2;
}
#blog_list .item:nth-child(2n) .content:after, #blog_list .item:last-of-type .content:after {
  display: none;
}
#blog_list .title {
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
}
#blog_list .title a {
  display: block;
  height: 3.6em;
  overflow: hidden;
  visibility: visible;
  width: 100%;
  word-break: break-word;
}
#blog_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}
body.hide_blog_date #blog_list .title a {
  height: auto;
  max-height: 5.4em;
}
body.hide_blog_date #blog_list .title span {
  -webkit-line-clamp: 3;
}
#blog_list .date {
  font-size: 14px;
  color: #999;
  display: block;
  position: absolute;
  bottom: 36px;
}
/* 検索結果 */
body.search-no-results #container {
  min-height: inherit;
}
#no_search_result {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#no_search_result p {
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width:1221px) {
  #no_search_result {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
@media screen and (max-width:800px) {
  #no_search_result p {
    font-size: 15px;
    line-height: 2;
  }
}
/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */
/* タイトルエリア */
#single_post_category {
  font-size: 14px;
  text-align: center;
  background: #937960;
  color: #fff;
  top: 0;
  left: 50px;
  position: absolute;
  z-index: 1;
  transition: background-color 0.2s ease, transform 0.5s ease 0.8s;
  height: 50px;
  line-height: 50px;
  min-width: 140px;
  padding: 0 20px;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
#single_post_category.animate {
  transform: translate3d(0, -100%, 0);
}
#single_post_title {
  padding: 45px 50px 48px;
  position: relative;
  z-index: 2;
  background: #fff;
}
#single_post_title .title {
  font-size: 30px;
  line-height: 1.5;
  opacity: 0;
}
#single_post_title .title.animate {
  opacity: 1;
  transition: opacity 1.4s ease 0.3s;
  word-wrap: break-word;
}
#single_post_title .meta {
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
#single_post_title .meta .news_category {
  font-size: 14px;
  color: #999;
  border-left: 1px solid #ddd;
  padding: 0 0 0 10px;
  margin: 0 0 0 12px;
}
#single_post_title .date {
  position: relative;
  color: #999;
  font-size: 14px;
  margin: 0;
  display: block;
}
#single_post_title .update {
  position: relative;
  color: #999;
  font-size: 14px;
  display: block;
  margin: 0 0 0 15px;
}
#single_post_title .update:before {
  font-family: 'design_plus';
  content: '\e943';
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single_post_image {
  position: relative;
  margin: 0 50px 50px;
  height: 480px;
  aspect-ratio: 830/480;
}
#single_post_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
/* 本文 */
#article .post_content {
  padding: 0 50px;
}
.single-post #article .post_content {
	line-height: 2.4;
	font-weight: normal;
}
#article .post_content div {
	line-height: 1.8;
}
#main_content.paged .post_content {
  padding-top: 50px;
}
.post_content a:hover {
  text-decoration: underline;
}
#article .post_content p {
  font-weight: normal;
}
/* SNSボタン */
#single_share_top {
  margin: 0 50px 45px;
  padding: 0;
}
#single_share_top .share-top {
  margin: 0;
}
#single_share_bottom {
  margin: 60px 50px -5px;
}
#single_share_bottom .share-btm {
  margin-bottom: 0 !important;
  padding: 0;
}
#single_share_top .mt10, #single_share_top .mt10 {
  margin: 0 !important;
}
#single_share_bottom .mb45, #single_share_bottom .mb45 {
  margin: 0 !important;
}
.share-type1 ul {
  text-align: left;
}
.share-type3 ul {
  text-align: left;
}
.share-type2 ul.type2 {
  text-align: left;
}
.share-type4 ul.type4 {
  text-align: left;
}
.sns_default_top {
  text-align: left;
}
/* コピーボタン */
.single_copy_title_url {
  text-align: center;
}
.single_copy_title_url_btn {
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 3px solid #ccc;
  cursor: pointer;
  line-height: 54px;
  min-width: 300px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.single_copy_title_url_btn:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.single_copy_title_url_btn.copied {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}
#single_copy_title_url_top {
  margin: 0 0 50px 0;
}
#single_copy_title_url_bottom {
  margin: 50px 0 0;
}
/* ページ分割 */
#post_pagination {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 0;
  text-align: center;
}
#post_pagination a, #post_pagination p {
  margin: 0 -1px 0 0;
  font-family: "Arial";
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
#post_pagination p {}
#post_pagination a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* メタ情報 */
#post_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 50px -5px;
}
#post_tag_list a {
  display: inline-block;
	border: solid 1px #096;
	color: #096;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  font-size: 14px;
}
#post_tag_list a:hover {
  background: #aaa;
  color: #fff;
}
/* プロフィール */
.author_profile {
  background: #f6f6f6;
  margin: 50px 50px 0;
  position: relative;
  padding: 35px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.author_profile .avatar_area {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.author_profile img.avatar {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}
.author_profile .info {
  height: 100%;
  -webkit-width: calc(100% - 120px);
  width: calc(100% - 120px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.author_profile .info_inner {
  padding: 0 0 0 40px;
}
.author_profile .name {
  font-size: 20px;
  margin: 5px 0 10px 0;
  font-weight: 600;
}
.author_profile .desc {
  line-height: 2;
  margin: 0;
  font-size: 14px;
}
.author_profile .name a:hover {
  color: rgba(0, 0, 0, 0.5);
}
body.single #main_col .author_profile .desc {
  max-height: 4em;
  overflow: hidden;
  visibility: visible;
}
body.single #main_col .author_profile .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#author_sns {
  text-align: left;
  margin: 10px 0 0 2px;
}
#author_sns li {
  margin: 0 14px 0 0;
}
.author_profile .archive_link {
  float: right;
  padding: 0 20px 0 0;
  margin-top: 4px;
}
.author_profile .archive_link span:after {
  font-size: 12px;
  font-family: 'design_plus';
  content: '\e910';
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#archive_blog .author_profile {
  width: 930px;
  margin: 0 auto 80px;
  background: #fff;
}
#archive_blog .avatar_area {
  pointer-events: none;
}
#archive_blog .name {
  pointer-events: none;
}
/* ナビゲーション */
#next_prev_post {
  margin: 50px 50px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#next_prev_post .item {
  /*height: 120px;*/
	padding: 20px 0;
  width: 50%;
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#next_prev_post .item:first-of-type {
  right: -1px;
}
#next_prev_post .title {
  position: relative;
  padding: 0 40px 0 70px;
  font-weight: 500;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
  transition: color 0.2s ease;
}
#next_prev_post a:hover .title {
  color: rgba(0, 0, 0, 0.5);
}
#next_prev_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#next_prev_post .nav {
  display: none;
}
#next_prev_post .next_post .title {
  padding: 0 70px 0 40px;
}
#next_prev_post .title:after {
  z-index: 10;
  position: absolute;
  margin-top: 2px;
  left: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'design_plus';
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#next_prev_post .prev_post .title:after {
  content: '\e90f';
}
#next_prev_post .next_post .title:after {
  content: '\e910';
  left: auto;
  right: 30px;
}
#next_prev_post a:hover .title:after {
  opacity: 0.5;
}
/* 関連記事 */
#related_post {
  position: relative;
  margin: 80px auto 0;
}
#related_post .headline {
  font-size: 26px;
  color: #937960;
  margin: 0 0 75px 0;
  text-align: center;
}
#related_post .post_list {
  display: flex;
  flex-wrap: wrap;
}
#related_post .item {
  position: relative;
  width: calc(100% / 3);
  overflow: hidden;
}
#related_post .animate_background {
  display: block;
  width: 100% !important;
  height: 180px !important;
  aspect-ratio: 310/182;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#related_post .image_wrap {
  width: 100%;
  height: auto;
  position: relative;
}
#related_post .image {
  width: 100%;
  height: auto;
  position: relative;
}
#related_post .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#related_post .category {
  padding: 0 25px;
  font-size: 14px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 30px;
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}
#related_post .content {
  background: #fff;
  height: 135px;
  padding: 25px 30px;
  position: relative;
}
body.hide_blog_date #related_post .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#related_post .content:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ddd;
  z-index: 2;
}
#related_post .item:nth-child(3n) .content:after, #related_post .item:last-of-type .content:after {
  display: none;
}
#related_post .title {
  font-size: 16px;
  line-height: 1.9;
}
#related_post .title a {
  height: 3.8em;
  overflow: hidden;
  visibility: visible;
  display: block;
}
#related_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.hide_blog_date #related_post .title a {
  height: auto;
  max-height: 5.4em;
}
body.hide_blog_date #related_post .title span {
  -webkit-line-clamp: 3;
}
#related_post .date {
  font-size: 14px;
  color: #999;
  display: block;
  position: absolute;
  bottom: 28px;
}
#related_post .meta {
  position: absolute;
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
}
#related_post .meta .date {
  position: relative;
  bottom: 0;
}
#related_post .meta .news_category {
  font-size: 14px;
  color: #999;
  border-left: 1px solid #ddd;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
/* CTA */
#cta_type1 {
  margin-top: 80px;
	display: none;
}
#cta_type1 a {
  display: flex;
  flex-wrap: wrap;
  height: 160px;
  background: #fff;
  position: relative;
}
#cta_type1 .image_wrap {
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#cta_type1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#cta_type1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#cta_type1 .content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 60px;
  font-size: 18px;
  line-height: 1.9;
}
#cta_type2 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cta_type2 a {
  display: block;
  width: calc(50% - 25px);
  height: 160px;
  position: relative;
}
#cta_type2 .image_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#cta_type2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#cta_type2 .overlay {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#cta_type2 .content {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 4;
  color: #fff;
}
#cta_type2 .catch {
  font-size: 20px;
  line-height: 1.6;
}
#cta_type2 .desc {
  font-size: 14px;
  line-height: 2;
}
/* 広告 */
#single_banner_top {
  margin: 0 auto 50px;
}
#single_banner_bottom {
  margin: 50px auto 0px;
}
#single_banner_shortcode {
  margin: 15px auto 45px;
}
img.single_banner_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.single_banner img {
  max-width: 100%;
  height: auto;
}
.single_banner a img {
  -webkit-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.single_banner a:hover img {
  filter: brightness(80%);
}
/* ----------------------------------------------------------------------
　ページ上部　ヘッダー
---------------------------------------------------------------------- */
body.admin-bar #header {
  top: 32px;
}
#header {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.header_hidden #header {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.25s ease;
}
body.hide_page_header_bar #header {
  background: transparent !important;
  position: absolute !important;
}
body.hide_page_header_bar.open_header #header:after {
  display: none;
}
body.open_header #header {
  position: fixed;
  animation: open_header_animation 0.8s ease forwards;
  top: 0 !important;
}
body.close_header #header {
  position: fixed;
  animation: close_header_animation 0.3s ease forwards;
  top: 0 !important;
}
body.admin-bar.open_header #header {
  top: 32px !important;
}
body.admin-bar.close_header #header {
  top: 32px !important;
}
body.open_header #header:after, body.hide_page_header #header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body.hide_page_header.hide_page_header_bar #header:after {
  display: none;
}
@keyframes open_header_animation {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes close_header_animation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
/* ロゴ */
@media screen and (min-width:801px) {
  body.no_header_logo_image #header_logo {
    display: none;
  }
}
@media screen and (max-width:800px) {
  body.no_header_logo_image_mobile #header_logo {
    display: none;
  }
}
#header_logo {
  width: 210px;
  height: 210px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 200;
}
#header_logo img {
  display: block;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: auto;
}
#header_logo img.mobile {
  display: none;
}
#header_logo a {
  width: 210px;
  height: 210px;
  display: block;
  padding: 20px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: opacity 1.4s ease 0.5s;
}
#header_logo a:hover img {
  opacity: 0.5;
}
#header_logo a .logo_text {
  font-weight: 500;
  line-height: 1.4;
}
#header_logo a:hover .logo_text {}
#header_logo a {
  opacity: 0;
}
#header_logo.animate a {
  opacity: 1;
}
body.hide_header_message.hide_page_header_bar #header_logo {
  top: 0 !important;
}
body.hide_logo #header_logo, body.hide_logo #header_logo2 {
  display: none !important;
}
body.hide_page_header #header_logo, body.hide_page_header #header_logo2 {
  display: none !important;
}
body.hide_page_header.show_page_header_bar #header_logo2 {
  display: block !important;
}
body.hide_page_header.show_page_header_bar.hide_logo #header_logo2 {
  display: none !important;
}
/* 小さいロゴ */
#header_logo2 {
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
body.show_text_logo #header_logo2 {
  display: block;
}
@media screen and (min-width:801px) {
  body.no_header_logo_image #header_logo2 {
    display: block;
  }
}
@media screen and (max-width:800px) {
  body.no_header_logo_image_mobile #header_logo2 {
    display: block;
  }
}
body.home.no_header_logo_image #header_logo2 {
  opacity: 0;
  transition: opacity 1.4s ease 0.5s;
}
body.home.no_header_logo_image #header_logo2.animate {
  opacity: 1;
}
#header_logo2 a {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header_logo2 .icon_image {
  width: 80px;
  height: 80px;
  background: #937960;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header_logo2 .text_image {
  padding: 0 30px;
  height: 80px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body.open_header #header_logo2, body.close_header #header_logo2 {
  display: inline-block;
}
#header_logo2 img {
  display: block;
  transition: opacity 0.3s ease-in-out;
  max-height: 40px;
  width: auto;
}
#header_logo2 img.mobile {
  display: none;
}
#header_logo2 .icon_image:hover img {
  opacity: 0.5;
}
#header_logo2 .text_image:hover img {
  opacity: 0.5;
}
#header_logo2 .logo_text {
  font-weight: 500;
  padding-left: 30px;
}
@media screen and (max-width:800px) {
  .text_image_mobile + .logo_text {
    display: none;
  }
}
body.single #header_logo {
  display: none;
}
body.single #header_logo2 {
  display: block;
}
body.hide_page_header_bar #header_logo2 {
  display: none;
}
body.no_header_logo_image.hide_page_header_bar #header_logo2 {
  display: block;
}
body.no_header_logo_image.hide_page_header_bar.open_header #header_logo2 {
  display: none;
}
body.no_header_logo_image.hide_page_header_bar.close_header #header_logo2 {
  display: none;
}
/* サイトの説明文 */
#site_desc {
  width: 80px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body.home #site_desc {
  opacity: 0;
}
body.home #site_desc.animate {
  opacity: 1;
  transition: opacity 1.4s ease 2.0s;
}
#site_desc h2 {
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  position: relative;
}
/* グローバルメニュー */
body.hide_page_header_bar #global_menu {
  display: none;
}
#global_menu {
  width: 100%;
  height: 80px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
	padding-left: 130px;
}
#global_menu > ul {
  position: relative;
  text-align: center;
  font-size: 0;
}
#global_menu > ul > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 15px;
}
#global_menu > ul > li > a {
  color: #000;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  padding: 0 19px;
  display: block;
  position: relative;
  overflow: hidden;
	font-weight: bold;
}
#global_menu > ul > li.active > a {}
#global_menu ul ul {
  background: #e1efe0;
  display: none;
  width: 250px;
  position: absolute;
  top: 80px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
#global_menu ul ul ul {
  left: 100%;
  top: 0 !important;
  margin: 0;
}
#global_menu ul ul li {
  line-height: 1.5;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}
#global_menu ul ul a {
  color: #000;
  display: block;
  position: relative;
  padding: 15px 20px 13px;
  height: auto;
  line-height: 1.6;
  margin: 0;
}
#global_menu ul ul a:hover {
  text-decoration: none;
}
#global_menu > ul > li.current-menu-item > a, #global_menu > ul > li.current-menu-parent > a, #global_menu > ul > li.current-menu-ancestor > a {}
#header.active #global_menu > ul > li > a {}
#global_menu ul ul li.menu-item-has-children > a:before {
  font-family: 'design_plus';
  content: '\e910';
  color: #000;
  display: block;
  position: absolute;
  right: 9px;
  top: 19px;
  font-size: 10px;
}
/* ドロワーメニュー */
#drawer_menu_button {
  display: none;
}
#drawer_menu {
  display: none;
}
/* 検索フォーム */
body.hide_page_header_bar #header_search {
  display: none;
}
#header_search {
  height: 70px;
  z-index: 2;
  position: relative;
}
#header_search.active {
  z-index: 100;
}
#header_search_button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 2;
}
#header_search_button:before {
  display: block;
  font-family: 'design_plus';
  color: #000;
  font-size: 17px;
  content: '\e94c';
  left: calc(50% - 2px);
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: color 0.2s ease;
}
#header_search_button:hover:before {
  color: red;
}
#header_search.active #header_search_button:before {
  font-family: 'design_plus';
  content: '\e91a';
  font-size: 20px;
}
#header_search form {
  opacity: 0;
  pointer-events: none;
  height: 40px;
  width: 345px;
  position: absolute;
  top: 20px;
  right: 80px;
  z-index: 1;
  transition: all 0.3s ease;
}
#header_search.active form {
  opacity: 1;
  pointer-events: initial;
}
#header_search .input_area input {
  position: absolute;
  right: 0px;
  width: 0px;
  height: 40px;
  border: none;
  background: #f3f3f3;
  z-index: 1;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
#header_search.active form .input_area input {
  width: 345px;
}
#header_search .button input {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background: none;
}
#header_search .button label {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  pointer-events: none;
}
#header_search .button label:before {
  display: block;
  font-family: 'design_plus';
  color: #000;
  font-size: 14px;
  content: '\e94c';
  top: 14px;
  right: 20px;
  position: absolute;
  transition: color 0.2s ease;
}
#header_search .button:hover label:before {}
/* 言語ボタン */
#header_lang_button {
  font-size: 0px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}
#header_lang_button li {
  font-size: 16px;
  margin: 0 0 0 20px;
  height: 80px;
  line-height: 80px;
}
#header_lang_button li:first-of-type {
  margin: 0;
}
#header_lang_button li a {
  color: #aaa;
}
#header_lang_button li.active a {
  color: #000;
  pointer-events: none;
}
/* アイコンボタン（アイコンの設定はフッターのアイコンボタンと共有） */
#side_icon_button {
  position: absolute;
  right: 0;
  top: 80px;
}
body.admin-bar #side_icon_button {
  top: 112px;
}
body.open_header #side_icon_button {
  position: fixed;
  top: -1px;
  animation: side_icon_animation 0.8s ease forwards;
  z-index: 1;
  top: 0 !important;
}
body.close_header #side_icon_button {
  position: fixed;
  top: -1px;
  animation: side_icon_animation2 0.3s ease forwards;
  z-index: 1;
  top: 0 !important;
}
body.admin-bar.open_header #side_icon_button {
  top: 32px !important;
}
body.admin-bar.close_header #side_icon_button {
  top: 32px !important;
}
body.hide_header_message:not(.show_page_header) #side_icon_button {
  top: 0px !important;
}
body.hide_header_message.hide_page_header_bar #side_icon_button {
  top: 0px !important;
}
body.hide_page_header_bar.open_header #side_icon_button {
  top: -80px !important;
}
body.hide_page_header_bar.close_header #side_icon_button {
  top: -80px !important;
}
@keyframes side_icon_animation {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 80px, 0);
  }
}
@keyframes side_icon_animation2 {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
#side_icon_button .item {
  width: 100px;
  height: 100px;
}
#side_icon_button a {
  color: #937960;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#side_icon_button a.no_icon {
  background: #937960;
  border-color: #937960;
  color: #fff !important;
}
#side_icon_button .item:first-of-type a {
  border-top: 1px solid #ddd;
}
#side_icon_button a:hover span, #side_icon_button a:hover:before {
  opacity: 0.5;
}
#side_icon_button a.no_icon:hover span, #side_icon_button a.no_icon:hover:before {
  opacity: 1;
}
#side_icon_button span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  transition: opacity 0.2s ease;
  text-align: center;
}
.icon_button a:before {
  display: block;
  font-family: "footer_bar";
  font-size: 20px;
  margin: 0 0 8px 0;
  transition: opacity 0.2s ease;
}
.icon_button .google_icon {
  font-family: 'Material Symbols Rounded';
  font-weight: 300 !important;
  font-style: normal !important;
  margin: 2px 7px 0 0;
  font-size: 26px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
#side_icon_button .google_icon {
  font-size: 28px;
  margin: 0 0 -2px 0;
}
.icon_button a.twitter:before {
  content: "\ea96";
}
.icon_button a.facebook:before {
  content: "\e944";
  font-family: 'design_plus';
  font-size: 22px;
}
.icon_button a.instagram:before {
  content: "\ea92";
}
.icon_button a.youtube:before {
  content: "\ea9d";
}
.icon_button a.line:before {
  content: "\e90f";
  font-size: 18px;
}
.icon_button a.spotify:before {
  content: "\ea94";
}
.icon_button a.heart:before {
  content: "\e9da";
}
.icon_button a.star1:before {
  content: "\e9d9";
}
.icon_button a.star2:before {
  content: "\e9d7";
}
.icon_button a.list1:before {
  content: "\e9bb";
}
.icon_button a.list2:before {
  content: "\e907";
}
.icon_button a.fire:before {
  content: "\e9a9";
}
.icon_button a.bubble:before {
  content: "\e96c";
}
.icon_button a.cart:before {
  content: "\e93a";
}
.icon_button a.bell:before {
  content: "\e951";
}
.icon_button a.profile:before {
  content: "\e923";
}
.icon_button a.user:before {
  content: "\e90a";
  font-size: 16px;
}
.icon_button a.map:before {
  content: "\e909";
}
.icon_button a.film:before {
  content: "\e913";
}
.icon_button a.camera:before {
  content: "\e905";
  font-size: 14px;
}
.icon_button a.news:before {
  content: "\e904";
}
.icon_button a.office:before {
  content: "\e903";
}
.icon_button a.home:before {
  content: "\e900";
}
.icon_button a.help:before {
  content: "\e901";
  font-size: 19px;
}
.icon_button a.light:before {
  content: "\e902";
  font-size: 20px;
}
.icon_button a.menu:before {
  content: "\e90e";
  font-size: 13px;
}
.icon_button a.grid:before {
  content: "\e90d";
  font-size: 14px;
}
.icon_button a.search:before {
  content: "\e90c";
}
.icon_button a.tel:before {
  content: "\e90b";
}
.icon_button a.calendar:before {
  content: "\e908";
}
.icon_button a.mail:before {
  content: "\e906";
  font-size: 12px;
}
.icon_button a.pdf:before {
  content: "\e910";
}
.icon_button a.pencil:before {
  content: "\e911";
}
.icon_button a.clock:before {
  content: "\e912";
}
.icon_button a.tiktok:before {
  content: "\e94d";
  font-family: 'design_plus';
}
.icon_button a.crown:before {
  content: "\e940";
  font-family: 'design_plus';
  font-size: 21px;
}
.icon_button a.share:before {
  content: "\f1e0";
  font-family: 'design_plus';
}
/* パンくずリンク */
#bread_crumb {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
body.hide_page_header #bread_crumb {
  display: none;
}

#bread_crumb ul {
  width: 930px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
body.page_width_large #bread_crumb ul {
  width: 1100px;
}
@media screen and (max-width:1350px) {
  body.page_width_large #bread_crumb {
    padding: 0 25px;
  }
  body.page_width_large #bread_crumb ul {
    width: auto;
  }
}
body.page_width_small #bread_crumb ul {
  width: 750px;
}
#bread_crumb li {
  display: inline;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}
#bread_crumb li:after {
  font-family: 'design_plus';
  content: '\e910';
  font-size: 11px;
  color: #000;
  display: block;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: 0px;
  top: 2px;
}
#bread_crumb li:last-of-type:after {
  display: none;
}
#bread_crumb, #bread_crumb li.last {}
#bread_crumb li a {
  color: #000;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#bread_crumb li a:hover {
  opacity: 0.5;
}
#bread_crumb li.category a {
  display: none;
}
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type {
  display: inline-block;
}
#bread_crumb li.home a {
  position: relative;
  width: 16px;
}
#bread_crumb li.home a span {
  opacity: 0;
}
#bread_crumb li.home a:before {
  font-family: 'design_plus';
  content: '\e90c';
  font-size: 12px;
  color: #000;
  display: inline-block;
  top: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ヘッダーメッセージ */
#header_message {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  background: linear-gradient(to right, #99cc33 1%, #009966 100%) !important;
}
#header_message .label {
  display: block;
  color: inherit;
  line-height: 1.4;
  padding: 0 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#header_message a.label:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #header_message {
    min-height: 24px;
    font-size: 13px;
	font-weight: bold;
    padding: 0 !important;
  }
	#header_message .label {
		letter-spacing: inherit;
	}

}
/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul {
  display: none !important;
}
/* 共通項目 */
.megamenu {
  opacity: 0;
  pointer-events: none;
  width: calc(100% - 179px);
  height: 350px;
  background: #e1efe0;
  position: absolute;
  top: 80px;
  left: 80px;
  overflow: hidden;
  z-index: 2;
}
body.hide_page_side_bar .megamenu {
  width: 100%;
  left: 0;
}
.megamenu.active_mega_menu {
  opacity: 1;
  pointer-events: initial;
  top: 80px;
}
body.open_header .megamenu.active_mega_menu {
  top: 79px;
}
.megamenu_inner {
  position: relative;
}
#global_menu > ul > li.active_megamenu_button > a {}
/* メガメニューA　記事カルーセル */
.megamenu_a {}
.megamenu_a .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.megamenu_a .category_list a {
  display: block;
  height: 77px;
  line-height: 77px;
  padding: 0 20px;
}
.megamenu_a .category_list li.active a {
  color: red;
}
.megamenu_a .post_list {
  display: flex;
  flex-wrap: wrap;
  width: 930px;
  margin: 0 auto;
}
.megamenu_a .post_list .item {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.megamenu_a .post_list .item:last-of-type {
  margin: 0;
}
.megamenu_a .post_list .animate_background {
  margin: 0 0 18px 0;
  display: block;
  width: 100% !important;
  height: 127px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.megamenu_a .post_list .image_wrap {
  width: 100%;
  height: 100%;
  position: relatiive;
}
.megamenu_a .post_list .image {
  width: 100%;
  height: 100% !important;
}
.megamenu_a .post_list .image img {
  width: 100%;
  height: 100%;
  position: :absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: none;
}
.megamenu_a .post_list .date {
  font-size: 14px;
  color: #999;
  display: block;
  margin: 0 0 14px 0;
}
.megamenu_a .post_list .title {
  font-size: 16px;
  line-height: 1.6;
}
.megamenu_a .post_list .title a {
  display: block;
  height: 4.8em;
  overflow: hidden;
  visibility: visible;
}
.megamenu_a .post_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* メガメニューB */
.megamenu_b {}
.megamenu_b .post_list {
  width: 932px;
  margin: 30px auto 0;
  position: relative;
}
.megamenu_b .post_list.no_carousel {
  display: flex;
  flex-wrap: wrap;
}
.megamenu_b .post_list:after {
  content: '';
  display: block;
  width: 1px;
  height: 155px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.megamenu_b .post_list.no_carousel:after {
  display: none;
}
.megamenu_b .post_list .item {
  position: relative;
  width: 232.5px;
  height: 290px;
}
.megamenu_b .post_list .animate_background {
  display: block;
  width: 100% !important;
  height: 135px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.megamenu_b .post_list .image_wrap {
  width: 100%;
  height: 100%;
  position: relatiive;
}
.megamenu_b .post_list .image {
  width: 100%;
  height: 100% !important;
}
.megamenu_b .post_list .image img {
  width: 100%;
  height: 100%;
  position: :absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: none;
}
.megamenu_b .post_list .category {
  padding: 0 25px;
  font-size: 12px;
  min-width: 110px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}
.megamenu_b .post_list .content {
  background: #fff;
  height: 155px;
  padding: 28px 25px;
  position: relative;
}
body.hide_blog_date .megamenu_b .post_list .content {
  padding: 42px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.megamenu_b .post_list .content:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ddd;
  z-index: 2;
}
.megamenu_b .post_list.no_carousel .item:last-of-type .content:after {
  display: none;
}
.megamenu_b .post_list .title {
  font-size: 16px;
  line-height: 1.6;
}
.megamenu_b .post_list .title a {
  display: block;
  height: 4.8em;
  overflow: hidden;
  visibility: visible;
}
.megamenu_b .post_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.hide_blog_date .megamenu_b .post_list .title a {
  height: auto;
  max-height: 4.8em;
}
.megamenu_b .post_list .date {
  font-size: 14px;
  color: #999;
  display: block;
  position: absolute;
  bottom: 28px;
}
.megamenu_b .splide__arrows {
  display: none;
}
.megamenu_b .splide__arrows.mega_menu_arrow {
  display: block;
}
.megamenu_b .splide__arrow {
  background: none !important;
  border: none !important;
}
.megamenu_b .splide__arrow:before {
  font-size: 18px;
  color: #000;
}
.megamenu_b .splide__arrow:hover:before {
  color: rgba(0, 0, 0, 0.3) !important;
}
.megamenu_b .splide__arrow.splide__arrow--prev {
  left: -60px;
}
.megamenu_b .splide__arrow.splide__arrow--next {
  right: -60px;
}
/* メガメニューC */
.megamenu_c {}
.mega_treatment_category_wrap {
  width: 930px;
  margin: 0 auto;
  position: relative;
}
.mega_treatment_category_wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 350px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.mega_treatment_category {
  width: 930px;
  height: 350px;
  margin: 0 auto;
  position: relative;
}
.mega_treatment_category .item {
  position: relative;
}
.mega_treatment_category .item:last-of-type {
  border: none;
}
.mega_treatment_category .item a {
  display: block;
}
.mega_treatment_category .image_wrap {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mega_treatment_category .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mega_treatment_category .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left top;
}
.mega_treatment_category .title {
  color: #000;
  padding: 0 25px;
  font-size: 16px;
  min-width: 210px;
  height: 50px;
  line-height: 50px;
  background: #f3f3f3;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  z-index: 2;
}
.mega_treatment_category .desc {
  background: #fff;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mega_treatment_category .desc p {
  margin-top: 3px;
  line-height: 2;
  padding: 0 40px;
  color: #000;
  max-height: 6em;
  overflow: hidden;
  visibility: visible;
}
.mega_treatment_category .desc p span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.megamenu_c .splide__arrows {
  display: none;
}
.megamenu_c .splide__arrows.mega_menu_arrow {
  display: block;
}
.megamenu_c .splide__arrow {
  background: none !important;
  border: none !important;
}
.megamenu_c .splide__arrow:before {
  font-size: 18px;
  color: #000;
}
.megamenu_c .splide__arrow:hover:before {
  color: rgba(0, 0, 0, 0.3) !important;
}
.megamenu_c .splide__arrow.splide__arrow--prev {
  left: -61px;
}
.megamenu_c .splide__arrow.splide__arrow--next {
  right: -61px;
}
/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* 画像カルーセル */
#footer_image_carousel.splide {
  visibility: visible;
}
#footer_image_carousel.no_slide .splide__list {
  display: flex;
  flex-wrap: wrap;
}
#footer_image_carousel .item {
  width: 322px;
  height: auto;
  aspect-ratio: 322/209;
  position: relative;
  overflow: hidden;
}
#footer_image_carousel.no_slide .splide__list .item {
  flex: 1 1 0%;
}
#footer_image_carousel img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
/*　アイコンバナー */
#footer_icon_banner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}
#footer_icon_banner .item {
  flex: 1 1 0%;
}
#footer_icon_banner .item a {
  display: block;
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
}
#footer_icon_banner .item:last-of-type a {
  border-right: none;
}
#footer_icon_banner a:before {
  color: #937960;
  margin: 0 12px 0 0;
}
#footer_icon_banner a span {
  transition: color 0.1s ease;
}
/* ロゴエリア */
#footer {
  border-top: 1px solid #ddd;
}
#footer_top {
  display: flex;
  flex-wrap: wrap;
	position: relative;
}
#footer_top > div {
  flex: 1 1 0%;
  padding: 60px 60px;
}
#footer_top > div:first-of-type {
  border-left: none;
}
#footer_top .footer_menu_mobile {
  display: none;
}
#sideNav.freeTemplate {
	position: absolute;
	bottom: -246px;
	left: 0;
	width: 100px;
	height: 246px;
}
#sideNav.freeTemplate a {
	display: block;
	font-size: 15px;
	color: #096;
	padding: 1.1em 1em 1.1em 1.5em;
	writing-mode: vertical-lr;
}
#sideNav.freeTemplate a span {
	display: inline-block;
	background: #096;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 1em 0.4em;
	font-size: 13px;
	margin-left: 1em;
	border-radius: 4px;
}

/* ロゴ */
#footer_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#footer_logo img {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
}
#footer_logo a:hover img {
  opacity: 0.5;
}
#footer_logo a .logo_text {
  font-weight: 500;
}
#footer_logo a:hover .logo_text {}
#footer_logo .logo_image.mobile {
  display: none;
}
#footer_logo .logo a img {
  width: 180px;
  height: 180px;
}
/* メニュー */
.footer_menu {
	position: relative;
}
.footer_menu li {
  margin: 0 0 30px 0;
  font-size: 14px;
}
.footer_menu li:last-of-type {
  margin: 0;
}
.footer_menu li a {
  display: block;
}
.footer_menu li a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* 住所 */
#footer_address {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  border-top: 1px solid #ddd;
  padding: 15px;
}
#footer_address span {
  padding: 0 0.5em;
	font-weight: normal;
}
/* コピーライト */
#copyright {
  border-top: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  font-size: 12px;
	font-weight: normal;
}
/* 上部へ戻る*/
#return_top {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  z-index: 2;
}
#return_top a {
  color: #000;
  width: 80px;
  line-height: 80px;
  font-size: 14px;
  font-weight: 500;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 60px 0 30px 0;
}
#return_top a:before {
  content: '\e90f';
  font-family: 'design_plus';
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: 35px;
}
#return_top.active {
  opacity: 1;
}
#return_top span, #return_top a:before {
  transition: opacity 0.2s ease;
}
#return_top a:hover span, #return_top a:hover:before {
  opacity: 0.5;
}
/* SNSボタン */
#footer_sns {
  position: fixed;
  left: 0px;
  bottom: 20px;
  z-index: 10;
  width: 80px;
  background: #fff;
  padding: 20px 0 0;
}
#footer_sns li {
  display: block;
  margin: 0;
}
#footer_sns li a {
  width: 80px;
  height: 35px;
}
#footer_sns.color_type1 li a:before {
  color: #937960;
}
body.hide_page_header_bar #footer_sns, body.hide_page_side_bar #footer_sns {
  display: none;
}
/* SNSボタン（全箇所共通） */
.sns_button_list {
  font-size: 0;
  z-index: 20;
  text-align: center;
}
.sns_button_list li {
  font-size: 12px;
  display: inline-block;
  margin: 0 7px;
  position: relative;
}
.sns_button_list li a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 17px;
  height: 18px;
}
.sns_button_list li a span {
  display: none;
}
.sns_button_list li a:before {
  font-family: 'design_plus';
  font-size: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sns_button_list.color_type1 li a:before {
  color: #000;
}
.sns_button_list li a:hover:before {
  opacity: 0.5;
}
.sns_button_list li a:hover:before {}
.sns_button_list li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: '\e901';
  font-size: 14px;
  margin-top: 1px;
  margin-left: 0.7px;
}
.sns_button_list li.tiktok a:before {
  font-family: 'tiktok_x_icon';
  content: '\e900';
  font-size: 16px;
  margin-top: 1px;
  margin-left: -1px;
}
.sns_button_list li.facebook a:before {
  content: '\e944';
  font-size: 18px;
}
.sns_button_list li.insta a:before {
  content: '\ea92';
  font-size: 15px;
  margin-top: 1px;
}
.sns_button_list li.pinterest a:before {
  content: '\e905';
  font-size: 17.5px;
  margin-top: 1px;
}
.sns_button_list li.youtube a {
  width: 19px;
}
.sns_button_list li.youtube a:before {
  content: '\ea9d';
  font-size: 18px;
  margin-top: 1px;
}
.sns_button_list li.contact a:before {
  content: '\f0e0';
}
.sns_button_list li.rss a:before {
  content: '\e90b';
  font-size: 14px;
  margin-top: 1px;
}
.sns_button_list li.user_url a:before {
  content: '\e942';
  margin-left: 0.7px;
}
.sns_button_list.color_type2 li {
  margin: 0 8px;
}
.sns_button_list.color_type2 li a {
  width: 25px;
  height: 25px;
}
.sns_button_list.color_type2 li a:before {
  font-size: 22px;
}
.sns_button_list.color_type2 li.twitter a:before {
  color: #000000;
  font-size: 18px;
}
.sns_button_list.color_type2 li.tiktok a:before {
  color: #000000;
  font-size: 20px;
}
.sns_button_list.color_type2 li.facebook a:before {
  color: #1877f2;
  font-size: 24px;
}
.sns_button_list.color_type2 li.insta a:before {
  color: #e4405f;
  font-size: 20px;
}
.sns_button_list.color_type2 li.pinterest a:before {
  color: #bd081c;
  font-size: 23px;
}
.sns_button_list.color_type2 li.youtube a:before {
  color: #f00;
}
.sns_button_list.color_type2 li.contact a:before {
  color: #00729f;
}
.sns_button_list.color_type2 li.rss a:before {
  color: orange;
}
.sns_button_list.color_type2 li.user_url a:before {
  color: #00729f;
}
/* フッターバー */
#dp-footer-bar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  width: 100%;
}
.open_menu #dp-footer-bar {
  display: none;
}
.dp-footer-bar-type1 #dp-footer-bar {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity: 1;
}
.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* フッターバー　アイコン無しタイプ */
#dp-footer-bar {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#dp-footer-bar a {
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  text-decoration: none !important;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content {
  width: calc(50% - 25px);
  margin: 0 50px 50px 0;
  position: relative;
  font-size: 16px;
}
.widget_content:nth-child(2n) {
  margin-right: 0;
}
.widget_content ul {
  margin: 0;
}
.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.widget_content a {
  text-decoration: none;
}
.widget_content a:hover {}
.widget_content img {
  height: auto;
  max-width: 100%;
}
.widget_headline {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  line-height: 1;
}
.widget_custom_html a:hover, .widget_text a:hover {
  text-decoration: underline;
}
.widget_media_image .post_content *:last-of-type {
  margin-bottom: 0 !important;
}
/* 広告 */
.tcd_ads_widget .link {
  display: block;
  width: 250px;
  height: 250px;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.tcd_ads_widget .link:hover {
  opacity: 0.7;
}
.tcd_ads_widget .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tcd_ads_widget .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.tcd_ads_widget .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.tcd_ads_widget .title {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.tcd_ads_widget .sub_title {
  display: block;
  font-size: 14px;
  margin: 13px 0 0 0;
  font-weight: 600;
}
/* バナー一覧 */
.tcd_banner_widget a {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: 120px;
  position: relative;
  background: #fff;
}
.tcd_banner_widget a:last-child {
  margin-bottom: 0;
}
.tcd_banner_widget .image_wrap {
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0px;
  top: 0px;
}
.tcd_banner_widget .image {
  width: 100%;
  height: 120px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tcd_banner_widget .image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}
.tcd_banner_widget .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 100%;
  z-index: 3;
}
.tcd_banner_widget .title_area {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  padding: 0 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.tcd_banner_widget .title {
  font-size: 20px;
  line-height: 1.5;
}
.tcd_banner_widget a:hover .title_area {
  left: 5px;
}
/* 検索ボックス */
.search_box_headline {
  font-size: 16px;
  margin: 0 0 18.5px 0;
}
.tcdw_search_box_widget {}
.tcdw_search_box_widget .box_item {
  margin-bottom: 51px;
}
.tcdw_search_box_widget .box_item:last-of-type {
  margin-bottom: 0px;
}
.tcdw_search_box_widget .search_area form {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.tcdw_search_box_widget .search_area .search_input {
  width: calc(100% - 60px);
  position: absolute;
  top: 0px;
  left: 0px;
}
.tcdw_search_box_widget .search_area .search_input input {
  height: 60px;
  width: 100%;
  border: none;
  background: none;
  padding: 0 0 0 25px;
}
.tcdw_search_box_widget .search_area .search_button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.tcdw_search_box_widget .search_area .search_button:before {
  text-indent: 0;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
  font-weight: 600;
  position: absolute;
  font-family: 'design_plus';
  color: #333;
  font-size: 16px;
  content: '\e94c';
  left: 4px;
  top: 4px;
  transition: color 0.2s ease;
}
.tcdw_search_box_widget .search_area .search_button:hover:before {
  color: rgba(0, 0, 0, 0.5) !important;
}
.tcdw_search_box_widget .search_area .search_button input {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  text-indent: -200px;
  overflow: hidden;
  cursor: pointer;
}
.tcdw_search_box_widget .search_area .search_button label {
  display: none;
}
.design_select_box {
  position: relative;
}
.design_select_box label {
  pointer-events: none;
  width: 60px;
  height: 60px;
  display: block;
  right: 0px;
  top: 0px;
  position: absolute;
  text-indent: -200%;
  overflow: hidden;
  z-index: 10;
}
.design_select_box label:after {
  text-indent: 0px;
  color: #333;
  content: "\e90e";
  font-family: "design_plus";
  font-size: 14px;
  position: absolute;
  top: 27px;
  right: 22px;
  z-index: 11;
}
.design_select_box.open label:after {
  content: "\e911";
}
.design_select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  border: none;
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  font-size: 16px;
}
.design_select_box select::-ms-expand {
  display: none;
}
.tcdw_search_box_widget .tag_list {
  margin: 0 0 -6px 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tcdw_search_box_widget .tag_list li {
  margin: 0 6px 6px 0;
  padding: 0;
  font-size: 14px;
}
.tcdw_search_box_widget .tag_list a {
  display: block;
  background: #fff;
  padding: 4px 20px;
  border-radius: 5px;
}
.tcdw_search_box_widget .tag_list a:hover {
  background: #000;
  color: #fff;
}
/* デザインされた記事一覧 */
.styled_post_list1_widget {}
.styled_post_list1 li {
  margin: 0;
  padding: 0;
}
.styled_post_list1 a {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.styled_post_list1 a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
}
.styled_post_list1 li:last-of-type a:after {
  display: none;
}
.styled_post_list1 .image_wrap {
  display: block;
  width: 94px;
  height: 94px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.styled_post_list1 .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.styled_post_list1 .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}
.styled_post_list1 .title {
  width: calc(100% - 94px);
  position: relative;
  padding: 0 30px;
  line-height: 1.8;
  max-height: 3.6em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.styled_post_list1 .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 検索 */
.widget_search label {
  display: none;
}
#searchform {
  background: #fff;
  height: 60px;
  border: none;
}
#searchform #s {
  border: none;
  background: none;
  padding: 0 25px;
  margin: 0;
  width: calc(100% - 50px);
  height: 60px;
}
#searchform #searchsubmit {
  border: none;
  background: none;
  width: 50px;
  height: 60px;
  z-index: 200;
  position: relative;
  cursor: pointer;
  display: block;
  text-indent: -300px;
  overflow: hidden;
}
#searchform .submit_button {
  position: relative;
  width: 50px;
  height: 60px;
  float: right;
  top: 1px;
}
#searchform .submit_button:before {
  text-indent: 0;
  display: block;
  width: 50px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  font-family: 'design_plus';
  color: #333;
  font-size: 16px;
  content: '\e94c';
  right: 2px;
  top: 0px;
  font-weight: 600;
  transition: color 0.2s ease;
}
#searchform .submit_button:hover:before {
  color: rgba(0, 0, 0, 0.5) !important;
}
#searchform .submit_button:hover {}
/* タグ一覧 */
.tcdw_tag_list_widget ol {
  margin: 0 0 -6px 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tcdw_tag_list_widget ol li {
  margin: 0 6px 6px 0;
  padding: 0;
  font-size: 14px;
}
.tcdw_tag_list_widget ol a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 20px;
  border-radius: 5px;
}
.tcdw_tag_list_widget ol a:hover {
  background: #000;
  color: #fff;
}
/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
  margin: 0 0 -6px 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
  margin: 0 6px 6px 0;
  font-size: 14px !important;
  display: block;
  background: #fff;
  padding: 0px 20px;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #000;
  color: #fff;
}
/* デフォルトの最近の記事 */
.widget_recent_entries li {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.widget_recent_entries li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.widget_recent_entries li a {
  display: block;
}
.widget_recent_entries .post-date {
  position: relative;
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.widget_recent_entries .post-date:before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* デフォルトのカテゴリー */
.widget_categories ul:first-of-type {
  position: relative;
}
.widget_categories ul:first-of-type ul {
  border: none;
}
.widget_categories ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.widget_categories ul:first-of-type ul:after {
  display: none;
}
.widget_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories li a {
  display: block;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.widget_categories li li a {
  padding-left: calc(30px + 1em);
}
.widget_categories li li li a {
  padding-left: calc(30px + 2em);
  ;
}
.widget_categories li .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
.widget_categories li .post-count {
  background: #f2f2f2;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 10px;
}
/* デフォルトのアーカイブ */
.widget_archive ul:first-of-type {
  position: relative;
}
.widget_archive ul:first-of-type ul {
  border: none;
}
.widget_archive ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.widget_archive ul:first-of-type ul:after {
  display: none;
}
.widget_archive li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_archive li a {
  display: block;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.widget_archive li li a {
  padding-left: calc(30px + 1em);
}
.widget_archive li li li a {
  padding-left: calc(30px + 2em);
  ;
}
.widget_archive li .post-count {
  background: #f2f2f2;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 10px;
}
/* デフォルトの固定ページ */
.widget_pages {
  position: relative;
}
.widget_pages ul:first-of-type {
  position: relative;
}
.widget_pages ul:first-of-type ul {
  border: none;
}
.widget_pages ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.widget_pages ul:first-of-type ul:after {
  display: none;
}
.widget_pages li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_pages li a {
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.widget_pages li li a {
  padding-left: calc(30px + 1em);
}
.widget_pages li li li a {
  padding-left: calc(30px + 2em);
}
/* デフォルトのナビ　*/
.widget_nav_menu {
  position: relative;
}
.widget_nav_menu ul:first-of-type {
  position: relative;
}
.widget_nav_menu ul:first-of-type ul {
  border: none;
}
.widget_nav_menu ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.widget_nav_menu ul:first-of-type ul:after {
  display: none;
}
.widget_nav_menu li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_nav_menu li a {
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.widget_nav_menu li li a {
  padding-left: calc(30px + 1em);
}
.widget_nav_menu li li li a {
  padding-left: calc(30px + 2em);
}
/* デフォルトのコメントウィジェット */
.widget_recent_comments li {
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 20px 30px;
  background: #fff;
}
.widget_recent_comments li:last-of-type {
  border: none;
}
.widget_recent_comments li > a {
  display: block;
}
.widget_recent_comments .comment-author-link a {
  color: #999;
}
.widget_recent_comments li br {
  display: none;
}
/* デフォルトのブロック */
.widget_block {
  font-size: 16px;
  line-height: 1.6;
}
/* デフォルトのテキストウィジェット */
.widget_text .textwidget {
  font-size: 16px;
  line-height: 1.6;
}
/* デフォルトのメタウィジェット */
.widget_meta ul {
  margin-bottom: -8px;
}
/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive form, .widget_categories form {
  position: relative;
}
.widget_archive select, .widget_categories select {
  border: none;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
  display: block;
  clip: auto;
  clip-path: none;
  pointer-events: none;
  height: 60px;
  width: 50px;
  margin: 0;
  left: calc(100% - 50px);
  text-indent: -100vw;
}
.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
  font-family: 'design_plus';
  content: '\e90e';
  text-align: center;
  text-indent: 0;
  display: block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 20px;
  top: 27px;
}
body.page-template-page-about .widget_archive .screen-reader-text {
  left: calc(100% - 80px);
}
/* カレンダー */
#calendar_wrap {
  padding: 0;
  margin: -6px 0 -20px;
}
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  table-layout: fixed;
}
#wp-calendar caption {
  padding: 7px 0;
  font-size: 16px;
  font-weight: 600;
}
#wp-calendar thead th, #wp-calendar tfoot td {
  padding: 12px 10px;
  line-height: 2;
}
#wp-calendar thead th {
  font-weight: 500;
}
#wp-calendar tbody th, #wp-calendar tbody td {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
#wp-calendar tbody span, #wp-calendar tbody a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 /1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#wp-calendar tbody a {
  border-radius: 100%;
  background: rgba(100, 100, 100, 0.1);
  color: #000;
  width: calc(100% - 6px);
  margin-left: 3px;
}
#wp-calendar tbody a:hover {
  color: #fff;
}
#wp-calendar tbody td[colspan] span {
  aspect-ratio: unset;
}
.wp-calendar-nav {
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  width: 40%;
  float: left;
}
.wp-calendar-nav .wp-calendar-nav-next {
  width: 40%;
  float: right;
  text-align: right;
}
/* テキストウィジェット */
.textwidget .post_content {
  font-size: 14px;
}
.textwidget .post_content p {
  line-height: 2;
  margin-bottom: 1.5em;
}
/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item {
  margin-top: 0 !important;
}
/* RSS */
.widget_rss .widget_headline {}
.widget_rss .widget_headline .rss-widget-feed {
  display: none;
}
.widget_rss li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 20px 30px 15px;
  font-size: 16px;
  background: #fff;
}
.widget_rss li:last-of-type {
  border-bottom: none;
}
.widget_rss ul li {
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_rss ul li .rss-date {
  -ms-flex-order: 1;
  order: 1;
  color: #999;
  font-size: 0.85em;
  line-height: 1;
  margin-right: 10px;
}
.widget_rss ul li cite {
  -ms-flex-order: 2;
  order: 2;
  color: #999;
  font-size: 0.85em;
  line-height: 1;
}
.widget_rss ul li .rsswidget {
  -ms-flex-order: 3;
  order: 3;
  display: block;
  width: 100%;
  margin: 0;
}
.widget_rss ul li .rssSummary {
  -ms-flex-order: 4;
  order: 4;
  color: #999;
  font-size: 0.85em;
  margin: -0.35em 0;
}
.widget_rss .rss-date {
  position: relative;
  font-family: Arial;
}
.widget_rss .rsswidget ~ .rss-date, .widget_rss .rsswidget ~ cite {
  margin-bottom: 10px;
  font-size: 14px;
}
.widget_rss .rsswidget ~ .rssSummary {
  margin-top: calc(10px - 0.35em);
  font-size: 14px;
}
/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer_top_wrap, body.error404 #footer_address, body.error404 #copyright, body.error404 #footer_image_carousel, body.error404 #footer_icon_banner, body.error404 #footer_sns, body.search-no-results #footer_top_wrap, body.search-no-results #footer_address, body.search-no-results #copyright, body.search-no-results #footer_image_carousel, body.search-no-results #footer_icon_banner, body.search-no-results #footer_sns {
  display: none;
}
body.error404 #footer, body.search-no-results #footer {
  border: none;
}
body.error404 #container, body.search-no-results #container {
  min-height: inherit;
}
#page_404_header {
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
	background: url("img/common/bg_404.jpg") no-repeat center;
	background-size: cover;
  position: relative;
}
@media screen and (max-width:1221px) {
  #page_404_header {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
#page_404_header .content {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_404_header.no_bg_image .content {
  color: #000;
}
#page_404_header .catch {
  line-height: 1.4;
}
#page_404_header .desc {
  line-height: 2;
  margin: 15px 0 0 0;
}
#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
#page_404_header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#page_404_header .catch, #page_404_header .desc, #page_404_header form {
  opacity: 0;
}
#page_404_header.animate .catch {
  animation: opacityAnimation 1.4s ease forwards 0.5s;
}
#page_404_header.animate .desc {
  animation: opacityAnimation 1.4s ease forwards 0.5s;
}
#page_404_header.animate form {
  animation: opacityAnimation 1.4s ease forwards 0.5s;
}
@keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
/* 検索結果 */
#page_404_header form {
  height: 50px;
  width: 400px;
  position: relative;
  margin: 30px auto 0;
}
#page_404_header .input_area input {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50px;
  border: none;
  background: #f3f3f3;
  z-index: 1;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
	#page_404_header {
		background: url("img/common/bg_404.jpg") no-repeat right 24% center;
		background-size: cover;
	}
}
@media (max-width: 520px) {
	#page_404_header form {
	  width: auto;
	}
}
#page_404_header.no_bg_image .input_area input {
  background: #fff;
}
#page_404_header .search_button input {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
#page_404_header .search_button label {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: block;
  pointer-events: none;
}
#page_404_header .search_button label:before {
  display: block;
  font-family: 'design_plus';
  color: #000;
  font-size: 14px;
  content: '\e94c';
  top: 19px;
  right: 20px;
  position: absolute;
  transition: color 0.2s ease;
}
#page_404_header .search_button:hover label:before {
  color: #999;
}
@media screen and (max-width:800px) {
  #no_search_result form {
    width: calc(100% - 40px);
    max-width: 350px;
  }
}
/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
  margin: 80px 0 0 0;
}
#comments .headline {
  font-size: 26px !important;
  margin: 0 0 75px 0 !important;
  text-align: center;
}
/* コメント・トラックバックのタブ */
#comment_header {
  position: relative;
  margin: 0 0 20px;
}
#comment_tab {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#comment_tab li {
  text-align: center;
  margin: 0;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
#comment_tab li a, #comment_tab li p {
  font-size: 12px;
  padding: 15px 15px;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
}
#comment_tab li a:hover {
  color: #fff;
  background: #999;
}
#comment_tab li.active a {
  background: #000;
}
#comment_tab li.active a, #comment_header #comment_closed p {
  color: #fff;
  position: relative;
}
#comment_tab li.active a {
  pointer-events: none;
}
/*  コメントの基本部分 */
.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment {
  margin: 0 0 15px;
  padding: 15px 20px 0;
  background: #fff;
  border: 1px solid #fff;
}
#comments .post_content {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 14px;
}
/* コメントの情報部分 */
.comment-meta {
  position: relative;
  margin: 0 0 10px 0;
}
.comment-meta-left {
  float: left;
  width: 100%;
}
#comments .avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.comment-name-date {
  padding: 3px 0 0 0;
  height: 37px;
}
a.admin-url {
  text-decoration: underline;
}
a.guest-url {
  text-decoration: underline;
}
.comment-name-date {
  margin: 0;
  font-size: 12px;
}
.comment-date {
  color: #888;
  margin: 10px 0 0 0;
}
.comment-act {
  font-size: 12px;
  position: absolute;
  right: 0px;
  padding: 0;
  margin: 5px 0 0 0;
}
.comment-act li {
  display: inline;
  margin: 0;
}
.comment-reply a, .comment-reply a:visited {
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  margin: 0 6px 0 0;
}
.comment-edit a, .comment-edit a:visited {
  border-left: 1px solid #aaa;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px;
}
/* コメント本文 */
#comments .post_content p {
  margin: 0 0 15px 0;
}
#comments .post_content blockquote span {
  margin: 0 0 -1em 0;
  display: block;
}
/* メッセージ、警告文 */
.comment-note {
  display: block;
  font-size: 11px;
  margin: 0 0 1em 0;
  color: #33a8e5;
  border: 1px solid #94ddd4;
  padding: 10px 15px;
  background: #d6f4f0;
}
.comment_closed {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 35px 15px 0;
  padding: 15px;
  background: #fefefe;
}
.no_comment {
  padding-bottom: 15px;
}
.comment_message {
  margin: 0 0 25px 0;
}
/* トラックバック */
.commentlist .ping-link {
  margin: 0 0 25px 0;
}
.commentlist .ping-meta {
  margin: 0 0 15px 0;
}
#trackback_url_area {
  margin: 0 0 25px 0;
}
#trackback_url_area label {
  font-size: 11px;
  display: block;
  margin: 0 0 5px 0;
}
#trackback_url_area input {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
}
/* ページナビ */
#comment_pager {
  margin: 0 0 10px;
  height: 24px;
}
#comment_pager a, #comment_pager span {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
#comment_pager .current {
  text-decoration: underline;
}
/* コメントフォーム */
.comment_form_wrapper {
  margin: 0 0 0px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.comment .comment_form_wrapper {
  margin: 0 0 20px;
}
#cancel_comment_reply a {
  background: #eee;
  margin: 0 0 1em 0;
  padding: 10px;
  text-align: center;
  display: block;
}
#cancel_comment_reply a:hover {
  background: #222;
  color: #fff;
}
#comment_user_login p {
  padding: 5px 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}
#comment_user_login span {
  margin: 0 0 0 40px;
}
#comment_login {
  margin: 0;
  padding: 3px 30px 10px 30px;
}
#comment_login p {
  margin: 0;
  padding: 12px 0 11px 36px;
  line-height: 1;
}
#comment_login a {
  margin: 0 0 0 20px;
  padding: 0;
}
#guest_info {
  padding: 0;
  width: 100%;
}
#guest_info div {
  margin: 0 0 12px 0;
  text-align: left;
}
#guest_info input {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
#guest_info input:focus {
  border: 1px solid #999;
}
#guest_info label {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
}
#guest_info span {
  margin: 0 10px 0 0;
}
#comment_textarea textarea {
  margin: 15px 0 0;
  width: 100%;
  height: 150px;
  font-size: 12px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
#comment_textarea textarea:focus {
  border: 1px solid #999;
}
#submit_comment_wrapper {
  text-align: center;
}
#submit_comment {
  color: #000;
  background: #eee;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#submit_comment:hover {
  background: #222;
  color: #fff;
}
#input_hidden_field {
  display: none;
}
/* パスワード保護 */
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: #fff;
  background: #3db4b2;
  border-radius: 5px;
}
.password_protected p {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
}
/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@-webkit-keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.3);
  }
}
/* ズームイン */
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.0);
  }
}
/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 右に移動 */
@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
/* 左に移動 */
@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* 下に移動 */
@-webkit-keyframes moveDown {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes moveDown {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* 上に移動 */
@keyframes -webkit-moveUp {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ポップアップ */
@keyframes -webkit-popUp {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes popUp {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.post_content *:first-child {
  margin-top: 0;
}
.post_content *:last-child {
  margin-bottom: 0;
}
/* alignment */
.post_content .alignright {
  float: right;
}
.post_content .alignleft {
  float: left;
}
.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}
.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}
.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* text and headline */
.post_content p {
	font-weight: normal;
  line-height: 2.4;
  margin: 0 0 2em 0;
}
body.page .post_content > p:first-child {
  margin-top: -10px;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  clear: both;
  line-height: 1.4;
  padding: 0;
  font-weight: 600;
}
.post_content h1 {
  font-size: 150%;
  margin: 0 0 35px 0;
  text-align: center;
}
.post_content h2 {
  font-size: 140%;
  margin: 0 0 35px 0;
  text-align: center;
}
.post_content h3 {
  font-size: 130%;
  margin: 0 0 35px 0;
}
.post_content h4 {
  font-size: 120%;
  margin: 0 0 30px 0;
}
.post_content h5 {
  font-size: 110%;
  margin: 0 0 30px 0;
}
.post_content h6 {
  font-size: 100%;
  margin: 0 0 30px 0;
}
/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img {
  height: auto;
  max-width: 100%;
}
/* list */
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.2;
}
.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 2em;
}
.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.post_content li > ul, .post_content li > ol {
  margin-bottom: 0;
}
.post_content ul li {
	list-style: none;
}
.post_content dt {
  font-weight: bold;
}
.post_content dd {
  margin-bottom: 1em;
}
/* table */
.post_content table {
  margin: 0 0 2em 0;
  width: 100% !important;
}
.post_content table tr:nth-child(even) th,
.post_content table tr:nth-child(even) td {
	background: #f9f9f9 !important;
}
.post_content td, .post_content th {
  border: 1px solid #ddd;
  padding: 15px 30px 13px;
  line-height: 2.2;
	vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: #fff;
}
.post_content td .scr {
	border: solid 2px #096;
	box-sizing: border-box;
	padding: 0.5em 1.3em;
	text-align: center;
}
.post_content td .scr:hover {
	background: #096;
	color: #fff;
	text-decoration: none;
}
.first-tr {
	position: sticky;
	top: 0;
}
.first-tr td {
	color: #fff;
	background: #096 !important;
	text-align: center;
}
.first-col.table-first-col {
	background: #e1efe0;
}
.post_content th {
  background: #f7f7f7;
  font-weight: normal;
}
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}
.post_content table.table_border_serumtal th, .post_content table.table_border_serumtal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
/* blockquote */
.post_content blockquote {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2em;
  padding: 2em 2.4em;
  box-shadow: none;
  background: rgba(0, 0, 0, 2%);
  border: none;
  border-left: 3px solid #000;
}
.post_content blockquote:before {
  line-height: 40px;
  top: 5px;
  left: 10px;
}
.post_content blockquote:after {
  text-align: left;
  line-height: 60px;
  bottom: 10px;
  right: -2px;
}
.post_content blockquote:before, .post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  width: 30px;
  height: 30px;
  position: absolute;
}
.post_content blockquote p {
  line-height: 1.8;
}
.post_content blockquote cite {
  text-align: right;
  display: block;
  border-top: 1px dotted #000;
  margin: 2em 0 0;
  padding: 1em 0 0;
  font-size: 14px;
}
/* captions */
.post_content .wp-caption {
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 100%;
}
.post_content .wp-caption-text {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 14px;
}
.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
}
/* gallery */
.gallery {
  margin-bottom: 2em;
}
.gallery img {
  border: 0 !important;
  display: block;
  margin: 0;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9, .gallery-columns-10 {
  margin: 0 -4px -4px 0 !important;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: calc(100% / 3 - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: calc(100% / 6 - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: calc(100% / 7 - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: calc(100% / 8 - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: calc(100% / 9 - 4px);
}
.gallery-columns-10 .gallery-item {
  max-width: calc(10% - 4px);
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  pointer-events: none;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.gallery-item:hover .gallery-caption {
  transform: translate3d(0, 0, 0);
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}
@media screen and (max-width:750px) {
  .gallery-caption {
    display: none;
  }
}
/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}
.post_content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 1.7;
  padding: 20px;
  overflow: auto;
}
.post_content .sticky {}
.post_content .mejs-container {
  margin: 12px 0 25px;
}
/* パスワード保護 */
.c-pw__desc, .c-pw__desc p {
  line-height: 2.5;
}
.c-pw__desc p {
  margin-bottom: 16px !important;
}
.c-pw__desc.type2 p {
  text-align: center;
}
.c-pw__desc.type3 p {
  text-align: right;
}
.c-pw__btn {
  border: none;
  background: #111;
  color: #fff;
  display: inline-block;
  padding: 0px 20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.c-pw__btn:hover {
  background: #333;
  color: #fff;
}
.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}
.c-pw__btn--submit {
  background: #111;
  color: #fff;
  min-width: 100px;
  border: 0;
  cursor: pointer;
  top: -1px;
  position: relative;
}
.c-pw .c-pw__btn:hover {
  text-decoration: none;
}
.c-pw__btn.type2 {
  display: table;
  margin: 0 auto 32px;
}
.c-pw__btn.type3 {
  float: right;
}
.c-pw__box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px 36px;
  display: inline-block;
  margin-bottom: 40px;
  box-sizing: border-box;
  background: #fff;
}
.c-pw__box .c-pw__box-desc {
  line-height: 1.2;
  margin-bottom: 20px;
}
.c-pw__box-label {
  margin-right: 14px;
}
.c-pw__box-input {
  border: 1px solid #ddd;
  background: #fff;
  height: 40px;
  width: 250px;
  margin-right: 13px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
}
.post_content .c-pw__btn, .post_content .c-pw__btn:hover {
  color: #fff;
}
/* パスワード保護 (ankleから移植) */
.c-pw__box {
  padding: 20px;
  margin: 0 0 20px 0;
}
.c-pw__box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-pw__box-label {
  display: block;
  margin: 0 20px 0 0;
  text-align: center;
}
.c-pw__box-input {
  width: calc(100% - 170px);
  max-width: 250px;
  margin: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-pw__btn--submit {
  width: 150px;
  min-width: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:750px) {
  .c-pw__box {
    padding: 15px;
  }
  .c-pw__box-label {
    margin: 0 15px 0 0;
  }
  .c-pw__box-input {
    width: calc(100% - 115px);
    margin: 0 15px 0 0;
  }
  .c-pw__btn--submit {
    width: 100px;
  }
}
@media screen and (max-width:550px) {
  .c-pw__box-label {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
/* Cardlink style - カードリンクのスタイル */
.cardlink {
  word-wrap: break-word;
  max-width: 100%;
  margin: 45px 0 !important;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.cardlink_thumbnail {
  margin-right: 20px;
  float: left;
}
.cardlink_content {
  line-height: 1.6;
}
.cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: top;
}
.cardlink_title {
  margin: 0 0 5px;
  font-size: 14px;
}
.cardlink_title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.cardlink_title a:hover {
  text-decoration: underline;
}
.cardlink_excerpt {
  overflow: hidden;
  color: #333;
  font-size: 12px;
  line-height: 1.8;
}
.cardlink_footer {
  clear: both;
}
.clear {
  clear: both;
}
@media screen and (max-width: 767px) {
  .cardlink_thumbnail {
    float: none;
  }
  .cardlink_timestamp {
    line-height: 2.4;
    vertical-align: middle;
  }
  .cardlink_excerpt {
    float: none;
  }
}
/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 180px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn {
    height: 45px;
    font-size: 12px;
    line-height: 45px;
  }
}
/* ブロックエディタ */
.wp-block-social-links a {
  color: #fff !important;
}
.has-small-font-size {
  font-size: .8125em !important;
}
.has-normal-font-size, .has-regular-font-size {
  font-size: 1em !important;
}
.has-medium-font-size {
  font-size: 1.25em !important;
}
.has-large-font-size {
  font-size: 2.25em !important;
}
.has-huge-font-size, .has-larger-font-size {
  font-size: 2.625em !important;
}
.has-text-align-left {
  text-align: left !important;
}
.has-text-align-right {
  text-align: right !important;
}
.wp-block-embed {
  margin: 0 0 2em 0;
}
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* FAQ */
.faq_list {
  margin: calc(55px - 0.7em) 0;
}
.faq_list .item {
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  position: relative;
  background: #fff;
}
.faq_list .title {
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  padding: 27px 40px 25px 30px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s ease;
}
.faq_list .title span {
  display: block;
  margin: -0.4em 0;
}
.faq_list .title:before {
  content: '\e90e';
  font-family: 'design_plus';
  display: block;
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 14px;
}
.faq_list .title.active:before {
  content: '\e911';
}
.faq_list .desc_area {
  height: 0;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.54, 0.07, 0.38, 0.9);
}
.faq_list .desc {
  font-size: 16px;
  line-height: 2.4;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
  transition: opacity 0.7s ease;
  opacity: 0;
}
.faq_list .desc span {
  display: block;
}
.faq_list .title.active {}
.faq_list .title.active:before {
  height: 0;
}
.faq_list .title.active + .desc_area > .desc {
  opacity: 1;
  transition: opacity 1s ease;
}
/* 採用情報ページ */
.faq_list.recruit .item {
	border-color: #009966;
}
.faq_list.recruit .title:before {
	content: '\e145';
	font-family: 'Material Icons';
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	top: 26px;
	background: #009966;
}
.faq_list.recruit .title.active:before {
	content: '\e15b';
	font-family: 'Material Icons';
}
.faq_list.recruit .title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 6px;
    height: calc(100% - 35px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#99cc33 ), to(#009966));
    background-image: linear-gradient(0deg, #99cc33  0%, #009966 100%)
}
.faq_list.recruit .title {
	background: #e1efe0;
	padding: 28px 40px 28px 30px;
}

.faq_list.recruit .title dl {
	margin-bottom: 0;
}
.faq_list.recruit .title dl dt {
	display: inline-block;
	color: #009966;
}
.faq_list.recruit .title dl dd {
	display: inline-block;
	font-size: 1.1em;
}

@media (max-width: 800px) {
  .faq_list {}
  .faq_list .title {
    font-size: 14px;
    padding: 20px 50px 18px 20px;
  }
  .faq_list .title:before {
    top: calc(50% + 5px);
    transform: translateY(-50%);
    right: 20px;
  }
  .faq_list .title.active:before {
    top: calc(50% - 10px);
  }
  .faq_list .desc {
    padding: 20px;
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 520px) {
	.faq_list .item {
		margin-bottom: 15px;
	}
}
/* レスポンシブ説明文 */
.responsive_desc {
  margin-bottom: 2em;
}
.responsive_desc .mobile {
  display: none;
}
@media (max-width: 800px) {
  .responsive_desc .pc {
    display: none;
  }
  .responsive_desc .mobile {
    display: block;
  }
}
/* タブコンテンツ */
.qt_tab_content_wrap {
  position: relative;
  margin-bottom: 2em;
}
.qt_tab_content_header {
  display: flex;
  flex-wrap: wrap;
}
.qt_tab_content_header .item {
  cursor: pointer;
  flex: 1 1 0%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  border-bottom: 3px solid #ddd;
  color: #999;
  transition: color 0.25s ease, border-color 0.25s ease;
  font-weight: 600;
}
.qt_tab_content_header .item.active {
  pointer-events: none;
  border-color: #000;
  color: #000;
}
@media(hover: hover) {
  .qt_tab_content_header .item:hover {
    color: #000;
  }
}
.qt_tab_content_main {
  position: relative;
  background: #fafafa;
}
.qt_tab_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 3em;
}
.qt_tab_content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 0.3s linear 0s;
}
.qt_tab_content img {
  display: block;
  margin: 0 auto;
}
.qt_tab_content .desc {
  text-align: center;
  margin: 10px 0 -10px;
}
@media (max-width: 800px) {
  p + .qt_tab_content_wrap {
    margin-top: -20px;
  }
  .qt_tab_content {
    padding: 2em;
  }
  .qt_tab_content .desc {
    margin: 10px 0 -5px;
  }
}
/* グレー背景のボックス */
.gray_bg {
  background: #f3f3f3;
  padding: 50px 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.gray_bg .speech_balloon:last-child {
  margin-bottom: 0 !important;
}
.gray_bg .sc .speech_balloon {
  margin-bottom: 2.5em !important;
}
.gray_bg .sc:last-child .speech_balloon {
  margin-bottom: 0 !important;
}
.gray_bg .qt_google_map:last-child {
  margin-bottom: 0 !important;
}
.gray_bg .sc .qt_google_map {
  margin-bottom: 35px !important;
}
.gray_bg .sc:last-child .qt_google_map {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .gray_bg {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .gray_bg {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
	.post_content td .scr {
		padding: 0.8em 1.3em;
	}
}
/* ----------------------------------------------------------------------
 Contact form 7
---------------------------------------------------------------------- */
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  outline: none;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
.wpcf7 .wpcf7-previous + br {
  display: none;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
  background-color: #666666;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 !important;
  padding: 1em !important;
  border: none;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #dc3232;
  font-size: 1em;
}
/* ----------------------------------------------------------------------
 シェアボタン
---------------------------------------------------------------------- */
.share_button_list.top {}
.share_button_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -3px 0;
}
.share_button_list.large_size ul {
  margin: 0 -5px -5px 0;
}
.share_button_list li {
  flex: 1 1 0%;
  margin: 0 3px 3px 0;
  max-width: 100px;
}
.share_button_list.large_size li {
  flex: 0 0 auto;
  width: calc(25% - 5px);
  margin: 0 5px 5px 0;
  max-width: inherit;
}
.share_button_list a {
  display: block;
  text-align: center;
  position: relative;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 32px;
}
.share_button_list.mono a {
  line-height: 30px;
  background: #f2f2f2;
  color: #000;
  border: 1px solid #ddd;
}
.share_button_list.large_size a {
  height: 40px;
  line-height: 42px;
}
.share_button_list.large_size.mono a {
  line-height: 40px;
}
.share_button_list .label {
  font-size: 12px;
  position: relative;
  font-family: Arial;
}
.share_button_list a:before {
  font-family: 'design_plus';
  display: block;
  color: #fff;
  margin-right: 5px;
  position: relative;
  transition: color 0.25s ease;
  -webkit-font-smoothing: antialiased;
}
.share_button_list.mono a:before {
  color: #000;
}
.share_button_list .twitter_button a:before {
  font-family: 'tiktok_x_icon';
  content: '\e901';
  font-size: 12px;
  top: 0px;
}
.share_button_list .facebook_button a:before {
  content: '\e944';
  font-size: 18px;
  top: -1px;
}
.share_button_list .hatena_button a:before {
  content: '\e908';
  font-size: 14px;
  top: 0px;
}
.share_button_list .pocket_button a:before {
  content: '\e90a';
  font-size: 16px;
  top: 0px;
}
.share_button_list .rss_button a:before {
  content: '\e90b';
  font-size: 12px;
  top: -0.5px;
}
.share_button_list .feedly_button a:before {
  content: '\e907';
  font-size: 15px;
  top: -1px;
}
.share_button_list .pinterest_button a:before {
  content: '\e905';
  font-size: 16px;
  top: -0.5px;
}
.share_button_list.color .twitter_button a {
  background: #000;
  border-color: #000;
}
.share_button_list.color .facebook_button a {
  background: #35629a;
  border-color: #35629a;
}
.share_button_list.color .hatena_button a {
  background: #3c7dd1;
  border-color: #3c7dd1;
}
.share_button_list.color .pocket_button a {
  background: #ee4056;
  border-color: #ee4056;
}
.share_button_list.color .rss_button a {
  background: #ffb53c;
  border-color: #ffb53c;
}
.share_button_list.color .feedly_button a {
  background: #6cc655;
  border-color: #6cc655;
}
.share_button_list.color .pinterest_button a {
  background: #d4121c;
  border-color: #d4121c;
}
@media(hover: hover) {
  .share_button_list.color .twitter_button a:hover {
    background: #666;
  }
  .share_button_list.color .facebook_button a:hover {
    background: #1f3669;
  }
  .share_button_list.color .hatena_button a:hover {
    background: #0270ac;
  }
  .share_button_list.color .pocket_button a:hover {
    background: #c53648;
  }
  .share_button_list.color .rss_button a:hover {
    background: #e09900;
  }
  .share_button_list.color .feedly_button a:hover {
    background: #5ca449;
  }
  .share_button_list.color .pinterest_button a:hover {
    background: #a42f35;
  }
  .share_button_list.mono .twitter_button a:hover {
    background: #000;
    border-color: #000;
  }
  .share_button_list.mono .facebook_button a:hover {
    background: #35629a;
    border-color: #35629a;
  }
  .share_button_list.mono .hatena_button a:hover {
    background: #3c7dd1;
    border-color: #3c7dd1;
  }
  .share_button_list.mono .pocket_button a:hover {
    background: #ee4056;
    border-color: #ee4056;
  }
  .share_button_list.mono .rss_button a:hover {
    background: #ffb53c;
    border-color: #ffb53c;
  }
  .share_button_list.mono .feedly_button a:hover {
    background: #6cc655;
    border-color: #6cc655;
  }
  .share_button_list.mono .pinterest_button a:hover {
    background: #d4121c;
    border-color: #d4121c;
  }
  .share_button_list.mono a:hover {
    color: #fff;
  }
  .share_button_list.mono a:hover:before {
    color: #fff;
  }
}
@media screen and (max-width:800px) {
  .share_button_list .label {
    display: none;
  }
  .share_button_list.large_size .label {
    display: inline;
  }
  .share_button_list.large_size a {
    height: 35px;
    line-height: 37px;
  }
  .share_button_list.large_size.mono a {
    line-height: 35px;
  }
  .share_button_list a:before {
    margin: 0;
  }
  .share_button_list.large_size a:before {
    margin-right: 5px;
  }
  .share_button_list .twitter_button a:before {
    top: 0px;
  }
  .share_button_list .facebook_button a:before {
    top: -1px;
  }
  .share_button_list.large_size .facebook_button a:before {
    top: -1px;
  }
  .share_button_list .hatena_button a:before {
    top: 0px;
  }
  .share_button_list .pocket_button a:before {
    top: 0px;
  }
  .share_button_list .feedly_button a:before {
    top: -1.5px;
  }
  .share_button_list .rss_button a:before {
    top: -1px;
  }
}
@media screen and (max-width:500px) {
  .share_button_list li {
    max-width: inherit;
  }
  .share_button_list.large_size li {
    width: calc(50% - 5px);
    max-width: inherit;
  }
}
.share_button_list_default ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -10px 0;
}
.share_button_list_default li {
  margin: 0 3px 3px 0;
}
.share_button_list_default li.pocket_button {
  width: 90px !important;
}
/* ----------------------------------------------------------------------
 上付き文字、下付き文字
---------------------------------------------------------------------- */
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
/** ブロックエディターのテーブルブロックの調整 **/
.wp-block-table.is-style-stripes td, .wp-block-table .has-background td {
  background-color: transparent;
}
/* SERUM theme */


/* -------------------------
追加CSS
----------------------------- */
.sc_basic_info p {
	line-height: 2;
	font-weight: normal;
}
.domain {
	position: relative;
	padding-left: -1em;
}
.domain:before {
	content: '@';
}
.grecaptcha-badge {
	visibility: hidden;
}
.submit input {
	margin-top: 20px;
}
.att_t {
	border: solid 1px #009966;
	background: #e1efe0;
	text-align: center;
	padding: 0.7em 1.3em;
}
.att_t p {
	line-height: 1.6 !important;
}
.telbox {
	width: 84%;
	margin: 0 auto;
}
.telbox dl dt {
	display: inline-block;
	width: 50%;
	margin: 0 1%;
}
.telbox dl dd {
	display: inline-block;
	width: 42%;
	margin: 0 1%;
	font-weight: normal;
	line-height: 1;
}
.telbox dl dt a {
	display: block;
	border: solid 1px #ccc;
	font-size: 2em;
	color: #009966;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0.7em 1em;
	border-radius: 7px;
	position: relative;
}
.telbox dl dt a:before {
	content: '\e90b';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto 0;
	font-family: "footer_bar";
	height: 32px;
}
#tcd_contact_form {
	margin-top: 60px;
}
/*
.p-footer-bar__item:first-child a .p-footer-bar__item-label {
	background: linear-gradient(transparent 50%, #4fb684 50%);
	padding: 0 0.5em;
}
.p-footer-bar__item:last-child a .p-footer-bar__item-label {
	background: linear-gradient(transparent 50%, #4acea4 50%);	
	padding: 0 0.5em;
}
*/
/* 文字色   */
.clr01 {
	color: #009966 !important;
	background: linear-gradient(transparent 50%, #e1efe0 50%);
}

/*  やさしい税務会計ニュース */
#mkcontents {
	font-size: inherit !important;
	line-height: 1.8 !important;
	font-weight: normal;
}
#single_share_top {
	display: none !important;
}
#mkcontents p,
#mkcontents div {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1.3em;
}
#mkcontents .hp2_content_subtitle_left {
	display: inline-block;
	font-size: 16px;
	background: #096;
	color: #fff;
	font-weight: bold;
	margin: 1em 0;
	padding: 1em 1.5em;
}
#mkcontents .hp2_content_subtitle_right {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;	
	margin: 1em 0;
	padding: 1em;
	vertical-align: middle;

}

/*   会話形式で楽しく学ぶ税務基礎講座  */
.hp2_talk_block {
	margin: 1em;
}
.hp2_talk_block div img {
	margin-top: 1.5em;
	
}

@media screen and (max-width:800px) {

}
@media screen and (max-width:500px) {
	.wpcf7 #tcd_contact_form p {
		font-size: 14px;
	}
	.submit .wpcf7-submit {
		margin-top: 0;
	}
	.att_t {
		padding: 1em 1.3em;
	}
	.telbox dl dt,
	.telbox dl dd {
		display: inherit;
		width: auto;
	}
	.telbox dl dt a {
		font-size: 1.8em;
	}
	.telbox dl dt a:before {
		height: 24px;
	}
	.telbox dl dd {
		margin-top: 10px;
		text-align: center;
	}
	#mkcontents .hp2_content_subtitle_left {
		font-size: 15px;
		padding: 0.5em 0.8em;
		margin: 0;
	}
	#mkcontents .hp2_content_subtitle_right {
		font-size: 17px;
		padding: 0 0 0 0.5em;
		margin: 0;
	}
	#mkcontents p, #mkcontents div {
		margin: 1em 0;
		font-size: 14px;
	}
	
}

/* コンテンツビルダー　スプリットレイアウト */
.p-cb-split_inner {
  display: flex;
  width: 100%;
}

.p-cb-split-height_type1 .p-cb-split-image {
  height: 700px;
}

.p-cb-split-height_type2 .p-cb-split-image {
  height: 550px;
}

.p-cb-split-height_type1 .p-cb-split-content {
  height: 700px;
}

.p-cb-split-height_type2 .p-cb-split-content {
  height: 550px;
}

.p-cb-split-image {
  width: 50%;
}

.p-cb-split-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:  30px 40px;
  background-color: var(--tcd-accent-color);
  color: #fff;
}

.p-cb-split-catch_item {
  display: grid;
  /* gap: 40px; */
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: hidden; /* 初期は非表示 */
  mask-image: none;
  -webkit-mask-image: none;
  transition: mask-image 0.3s ease, -webkit-mask-image 0.3s ease;
}

.p-cb-split-height_type1 .p-cb-split-catch_item {
  max-height: 560px;
}

.p-cb-split-height_type2 .p-cb-split-catch_item {
  max-height: 410px;
}
/* cover */
.c-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section- {
	margin-top: 50px;
}
.lg-aca {
	margin-left: 0 !important;
}
.lg-aca li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
}
.img-wrapper .sp {
	display: none;
}
.q_custom_button3.cus01 {
	border-color: #096 !important;
	font-weight: bold;
}
.q_custom_button3.cus01:before {
	background: #fff !important;
}
.q_custom_button3.cus01 {
	color: #096 !important;
}
.q_custom_button3.cus01:hover {
	opacity: 0.7;
}
.com_fs01 {
	font-size: 1.1em;
	text-align: center;
}
@media(max-width:991px){
  .p-cb-split-height_type1 .p-cb-split-catch_item {
    max-height: 470px;
  }
  
  .p-cb-split-height_type2 .p-cb-split-catch_item {
    max-height: 330px;
  }
	.lg-aca {
		margin-bottom: 0 !important;
	}
	.lg-aca li {
		font-size: 15px;
	}
}

@media(max-width:767px){
  .p-cb-split-height_type1 .p-cb-split-catch_item {
    max-height: 370px;
  }
  
  .p-cb-split-height_type2 .p-cb-split-catch_item {
    max-height: 330px;
  }
	.q_button_wrap {
		margin: 2em auto 0 !important;
	}
	.q_custom_button3.cus01 {
		width: 84%;
	}
}

@media(max-width:360px) {
  .p-cb-split-height_type1 .p-cb-split-catch_item {
    max-height: 320px;
  }

  .p-cb-split-height_type2 .p-cb-split-catch_item {
    max-height: 320px;
  }
}
.tagp_n p {
	display: none;
}
.p-cb-split-catch_item::-webkit-scrollbar {
  display: none;
}

.p-cb-split-catch_item.fade-mask {
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  overflow-y: auto;
}

.p-cb-split-catch_item.no-fade-top {
  mask-image: linear-gradient(to bottom, black 0%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 90%, transparent 100%);
}

.p-cb-split-catch_item.no-fade-bottom {
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 100%);
}

.p-cb-split-catch_item.no-fade {
  mask-image: none;
  -webkit-mask-image: none;
}


.p-cb-split-main_catch {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
  margin-block: var(--tcd-half-read);
}

.p-cb-split-sub_catch {
  font-size: 16px;
  line-height: 2.6;
  margin-block: var(--tcd-half-read);
}

.p-sc-text-layout_right_slippage_left {
  margin-top: 150px !important;
}

.p-sc-img-layout_right_slippage_right {
  margin-top: 150px;
}

.p-sc-img-layout_left_slippage_left {
  margin-top: 150px;
}

.p-sc-text-layout_left_slippage_right {
  margin-top: 150px;
}
.q_custom_button1 {
	height: 70px ;
}

@media (max-width:991px){
  .p-cb-split-height_type2 .p-cb-split-content {
    height: 100%;
    aspect-ratio: 1;
    padding: 15px 40px;
  }

  .p-cb-split-height_type1 .p-cb-split-content {
    height: 550px;
    padding: 15px 40px;
  }

  .p-cb-split-height_type1 .p-cb-split-image {
    height: 550px;
  }

  .p-cb-split-height_type2 .p-cb-split-image {
    height: 100%;
    aspect-ratio: 1;
  }

  .p-cb-split-catch_item {
    gap: 0;
    max-height: 100%;
  }

  .p-cb-split-main_catch {
    font-size: 22px;
  }

  .p-cb-split-sub_catch {
    line-height: 2.2;
  }

  .p-cb-button {
    margin-top: 40px;
  }

}

@media (max-width:767px){
  .p-cb-split_inner {
    display: grid;
  }

  .has-service-next .p-cb-layout-inner:not(:has(.p-cb-button)) {
    margin-bottom: -40px;
  }

  .p-cb-layout.is-last-layout .p-cb-layout-inner:not(:has(.p-cb-button)) {
    margin-bottom: -40px;
  }

  .p-cb-split-height_type1 .p-cb-split-image {
    width: unset;
    order: 1;
    height: auto;
  }

  .p-cb-split-height_type2 .p-cb-split-image,
  .p-cb-split-height_type2 .p-cb-split-content {
    inline-size: 100vw; /* ビューポート幅いっぱいに */
    aspect-ratio: 1 / 1; /* 正方形に */
    margin: 0 calc((100vw - 100%) / -2); /* 親の左右paddingを打ち消すため */
    height: unset;
  }

  .p-sc-img-layout_left_slippage_left {
    margin-top: 0;
  }

  .p-cb-split-height_type1 .p-cb-split-content {
    width: unset;
    height: unset;
    padding: 15px 40px;
    order: 2;
    height: auto !important;
  }

  .p-cb-split-catch_item {
    gap: 30px;
    max-height: 100%;
  }

  .p-cb-split-main_catch {
    font-size: 22px;
  }

  .p-cb-split-sub_catch {
    line-height: 2.2;
  }

  .p-cb-button {
    margin-top: 40px;
  }
}
body {
	padding-right: 100px;
}
@media (max-width:121px){
	body {
		padding-right: inherit;
	}
}
@media (max-width:767px){
	.p-sc-text-layout_right_slippage_left {
		margin-top: 0 !important;
	}
	.img-wrapper .pc {
		display: none;
	}
	.img-wrapper .sp {
		display: block;
	}
}
@media (max-width:520px){
  .p-cb-split-height_type1 .p-cb-split-content {
    padding: 15px 10px;
  }
}
#google_review {
	margin: 20px 0 0;
}
#google_review.cb_free_space {
	padding-bottom: 0;
}
#google_review #title {
	border-top: solid 4px #9c3;
	border-bottom: solid 4px #9c3;
	padding: 25px 8%;
	margin-bottom: 40px;
}
#google_review #title h2 {
	font-size: 28px !important;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	margin-bottom: 0;
}
#google_review #title h2 img {
	width: 130px;
	vertical-align: middle;
}
#google_review #title h2 span.f {
	color: #427fef;
}
#google_review #title h2 span.s {
	color: #f3463c;
}
#google_review #title h2 span.l {
	color: #febe36;
}
#google_review #title h2 br {
	display: none;
}
@media (max-width:1100px){
	#google_review #title {
		padding: 0;
	}

}
@media (max-width:767px){
	#google_review #title h2 {
		font-size: 20px !important;
	}
}

@media (max-width:520px){
	#google_review {
		margin: 0;
	}
	#google_review #title {
		margin-bottom: 5px;
	}
	#google_review #title h2 img {
		width: 100px;
	}
	#google_review #title h2 br {
		display: block;
	}
	#google_review #title h2 {
		font-size: 17px !important;
		line-height: 1.8;
		padding: 0.7em 0;
	}
}

/* ========================================
  共通 フッター問い合わせボタン
======================================== */

/* メインコンテナ */


.l-cv__inner {
    padding-top: 60px;
    padding-bottom: 60px;
}
.l-cv__set {
    background-color: rgb(255, 255, 255);
    padding: 30px 20px 25px;
    position: relative;
}

.l-cv__set-primary {
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.l-cv__set-secondary {
    display: grid;
    gap: 10px;
}

/* 見出し */
.l-cv__head {
    font-size: var(--mh--font-size--x7l);
    letter-spacing: var(--mh--letter-spacing--sm);
    margin-bottom: 7px;
}

.l-cv__head-label {
    background: #d5f6dd;
	font-size: 17px;
	font-weight: bold;
    margin-bottom: 9px;
    padding: 1px 10px 2px;
	letter-spacing: 0.05em;
}


/* サークル（対応エリア） */
.l-cv__circle {
    aspect-ratio: 1/1;
    background: linear-gradient(to right, #99cc33 1%, #009966 100%) ;
    border-radius: 50%;
    color: #fff;
    display: grid;
    align-content: center;
    padding-top: 12px;
    position: absolute;
    top: -30px;
    right: -11px;
    text-align: center;
    width: 118px;
}
.l-cv__circle p {
	line-height: 1.2 !important;
}
.l-cv__circle-head {
	font-size: 16px;
}

/* お問い合わせボタン */
.l-cv__contact {
    /* コンテナ */
}

/* ========================================
   SP表示時の調整
======================================== */
@media(max-width: 767px) {
    .l-cv__head-label {
        display: block;
    }
}

/* ========================================
   PC表示（768px以上）
======================================== */
.l-cv {
	background: url("img/common/bg_cv01_pc.jpg") no-repeat center center;
	background-size: cover;
}
.l-cv p {
	margin-bottom: 0 !important;
}
.l-cv__inner {
	padding-top: 100px;
	padding-bottom: 85px;
}

.l-cv__set {
	padding: 50px clamp(4rem, -4rem + 6.25vw, 8rem) 30px;
}

.l-cv__set-primary {
	margin-bottom: 34px;
	padding-right: 45px;
	padding-bottom: 16px;
	text-align: center;
}

.l-cv__set-secondary {
	grid-template-columns: 1fr 0.7fr;
	margin-inline: auto;
	max-width: 800px;
}

.l-cv__head {
	margin-bottom: 6px;
}

.l-cv__head-label {
	margin-right: 17px;
	padding: 10px 12px;
	vertical-align: 5px;
}

.l-cv__circle {
	padding-top: 0;
	top: -17px;
	right: clamp(8rem, 6.25vw, 12rem);
	width: 144px;
}

.l-cv__tel {
	margin-right: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 5px;
}

/* ========================================
   共通ユーティリティクラス
======================================== */
.u-font-heading {
	font-size: 23px;
	padding-top: 5px;
}
.u-wide-inner {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	text-align: center;
}
.l-cv__txt {
	text-align: center;
}
/* ========================================
   ボタンコンポーネント（CVボタン）
======================================== */
.c-btn-cv__link {
    background: #096;
    display: grid;
    place-items: center;
    gap: 6px;
    font-size: 18px;
	color: #fff !important;
	line-height: 1;
    font-weight: bold;
    text-align: center;
    min-height: 65px;
}

.c-btn-cv__link:hover {
	background: #00713e !important;
	text-decoration: none !important;
}
.c-btn-cv__ico {
    margin-right: 6px;
    vertical-align: -6px !important;
}

.c-btn-cv__ico:after {
    display: inline-block !important;
}

@media(min-width: 768px) {
    .c-btn-cv__link {
        padding-top: 3px;
        min-height: 70px;
    }

    .c-btn-cv__ico {
        vertical-align: -8px !important;
    }

    .c-btn-cv__ico::after {
        width: 31px !important;
        height: 30px !important;
    }
	.c-btn-cv__txt {
		background: url("img/common/ico_mail.png") no-repeat left top;
		background-size: 20px;
		padding-left: 25px;
	}
}


/* ========================================
   電話ボタンコンポーネント
======================================== */
.c-btn-tel__link {
    display: grid;
    text-align: center;
}

.c-btn-tel__num {
    font-size: 36px;
}

.c-btn-tel__num::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23232323%22%20d%3D%22M8.641%2018.966c6.627%205.864%2011.661%203.028%2013.08.082a1.148%201.148%200%200%200-.66-1.578c-1.243-.442-2.517-1.326-3.648-1.98a1.156%201.156%200%200%200-1.55.374l-1.024%201.39a.93.93%200%200%201-1.152.351c-.995-.433-2.453-1.356-4.32-3.67-1.864-2.315-2.457-3.937-2.669-5a.93.93%200%200%201%20.588-1.051l1.576-.705c.578-.217.883-.849.695-1.436-.399-1.245-.993-2.677-1.16-3.985a1.148%201.148%200%200%200-1.402-.98c-3.18.76-7.02%205.077-2.697%2012.798a20.706%2020.706%200%200%200%204.344%205.39Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.86%200h22.707v23.2H.86z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23232323%22%20d%3D%22M8.641%2018.966c6.627%205.864%2011.661%203.028%2013.08.082a1.148%201.148%200%200%200-.66-1.578c-1.243-.442-2.517-1.326-3.648-1.98a1.156%201.156%200%200%200-1.55.374l-1.024%201.39a.93.93%200%200%201-1.152.351c-.995-.433-2.453-1.356-4.32-3.67-1.864-2.315-2.457-3.937-2.669-5a.93.93%200%200%201%20.588-1.051l1.576-.705c.578-.217.883-.849.695-1.436-.399-1.245-.993-2.677-1.16-3.985a1.148%201.148%200%200%200-1.402-.98c-3.18.76-7.02%205.077-2.697%2012.798a20.706%2020.706%200%200%200%204.344%205.39Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.86%200h22.707v23.2H.86z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center/contain;
    display: inline-block;
    margin-right: 3px;
    vertical-align: -3px;
}
.c-btn-tel__num::before {
	vertical-align: -4px;
	width: 30px;
	height: 30px;
	background: #096;
}

.c-btn-tel__time {
	margin-top: 10px;
	padding-left: 14px;
	font-weight: normal;
}
@media(max-width: 1300px) {
	#f_btn.cb_free_space .post_content {
		width: 90%;
		margin: auto;
	}
}
@media(max-width: 880px) {
	.l-cv__set-primary {
		padding: 0;
	}
	.l-cv__head-label {
		display: block;
		margin-right: 0;
		margin-bottom: 10px !important;
		font-size: 15px;
		text-align: center;
	}
	.u-wide-inner {
		font-size: 28px;
	}
	.l-cv__set-secondary {
		display: block;
	}
	.l-cv__tel {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.l-cv__set-primary {
		margin-bottom: 15px;
	}
}
@media(max-width: 767px) {
	.l-cv {
		background: url("img/common/bg_cv01_sp.jpg")no-repeat center/cover;
	}
    .c-btn-tel {
        border: 1px solid #096;

    }
    .c-btn-tel__link {
        padding: 13px;
    }
	.l-cv__set {
		padding: 30px 20px;
	}
    .c-btn-tel__time {
        font-size: clamp(1.4rem, 4.2666vw, var(--wp--preset--font-size--md));
    }
	.c-btn-tel__num {
		font-size: 26px;
	}
	.c-btn-cv__link {
		font-size: 15px;
		letter-spacing: 0.1em;
	}
}
@media(max-width: 520px) {
	.l-cv__inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media(hover: hover) and (pointer: fine) {
    .c-btn-tel__link {
        pointer-events: none;
    }
}

.p-cb-header-title .bb,
.catch.common_catch .bb,
span.bb {
	position: relative;
}
.p-cb-header-title .bb:before,
.catch.common_catch .bb:before,
span.bb:before {
	content: '"';
	font-size: 50px;
	color: #096;
	position: absolute;
	top: -15px;
	left: -1em;
}
.p-cb-header-title .bb:after,
.catch.common_catch .bb:after,
span.bb:after {
	content: '"';
	font-size: 50px;
	color: #096;
	position: absolute;
	top: -15px;
	right: -1em;
}
.h2_c {
	font-size: 28px !important;
	position: relative;
}
.h2_c.bdrb:before {
	content: '';
	width: 60px;
	height: 6px;
	background: #096;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
@media(max-width: 800px) {
	span.bb br {
		display: none;
	}
	.h2_c {
		font-size: 18px !important;
		padding: 0 40px !important;
	}
}
@media(max-width: 520px) {
	span.bb {
		display: inline-block;
	}
	.h2_c {
		padding: 0 20px !important;
	}
	.p-cb-header-title .bb,
	.catch.common_catch .bb {
		display: inline-block;
	}
	.p-cb-header-title .bb:before,
	.catch.common_catch .bb:before,
	span.bb:before {
		font-size: 36px;
		top: -12px;
		left: -0.6em;
	}
	.p-cb-header-title .bb:after,
	.catch.common_catch .bb:after,
	span.bb:after {
		font-size: 36px;
		top: -12px;
		right: -0.6em;
	}
	.u-wide-inner {
		font-size: 21px;
	}
	.l-cv__head-label {
		font-size: 13px;
		letter-spacing: 0;
		padding: 0.5em;
	}
	.l-cv__txt {
		font-size: 13px;
	}

	.h2_c.bdrb:before {
		width: 35px;
		height: 4px;
		bottom: -8px;
	}	
}
/* TOPページ NEWS記事 レイアウト変更 */
#splide01 .image_wrap {
	display: none;
	
}
#splide01.index_carousel .animate_background {
	display: none !important;

}
#splide01.index_carousel.type2 .animate_background {
	display: none !important;
}
#splide01.index_carousel .date {
	top: 0;
	left: 21px;
	background: #096;
	color: #fff;
	padding: 0 0.8em;
	height: 23px;
	line-height: 23px;
}
#splide01.index_carousel .content {
	height: auto;
	padding: 0;
}
#splide01.index_carousel .title a {
	padding: 1.8em 84px 2.8em 22px;
	position: relative;
	font-weight: normal;
}
#splide01.index_carousel .title a .yazirusi {
	width: 40px;
	height: 11px;
	border-bottom: 1px solid #000;
	border-right: 1px solid;
	transform: skew(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2em;
	margin: auto;
}
/* NEWS記事 詳細ページ 関連記事等非表示 */
.news-template-default #related_post {
	display: none !important;
}
.news-template-default #side_col {
	display: none !important;
}
.news-template-default.single.single-news #article .post_content {
	font-weight: normal;
	line-height: 2;
}
@media (max-width: 520px) {
	#splide01.index_carousel .title a {
		padding: 1.8em 15px 2.8em 18px;
	}
	#splide01.index_carousel .title a .yazirusi {
		display: none;
	}
	#news_list .title {
		font-weight: normal;
	}

}