@charset "utf-8";
/*
Theme Name:HOLOS
Theme URI:https://tcd-theme.com/tcd108/
Description:WordPress theme "HOLOS" was developed for the website of a bodywork, osteopathy, acupuncture and moxibustion clinic. It is easy to create a treatment (service) information page and tie it to customer reviews. You can also use the template for menu and fee schedule pages.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.6.1
Text Domain:tcd-holos
*/


/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'normal_icon';
  font-weight: normal;
  font-style: normal;
  font-display:swap;
  src: url('fonts/normal_icon.woff?v=1.4') format('woff');
}
@font-face {
  font-family: 'sns_icon';
  font-weight: normal;
  font-style: normal;
  font-display:swap;
  src: url('fonts/sns_icon.woff?v=1.0') format('woff');
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
*,*::before,*::after{ box-sizing:border-box; word-wrap:break-word; word-break:break-word; }
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 #ddd; margin: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; }
select, option { color:#000; -webkit-text-fill-color:#000; /* iOSでの文字色を黒に設定 */ -webkit-appearance: none; /* デフォルトのスタイルを無効にする */ }
button { appearance: none; -webkit-appearance: none; }
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; }
/* sup / sub */
sup{ vertical-align: super; font-size: smaller; }
sub{ vertical-align: sub; font-size: smaller; }

/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }

/* chromeで画像を縮小した際にぼやけるのを防止 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img { image-rendering: -webkit-optimize-contrast; }
}


/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html { height:100%; position:relative; overflow-x:hidden; scroll-behavior:smooth; scroll-padding-top:60px; }
body { min-height:100%; line-height:1; width:100%; position:relative; overscroll-behavior-y:none; -webkit-font-smoothing:antialiased; }
body.admin-bar { padding-top:32px; }
a { color:#000; text-decoration:none; }
.post_content a, .widget_block a, .textwidget a { color:var(--content_link_color); }
@media(hover: hover) {
  a:where(:hover) { color:rgba(0,0,0,0.6); }
}
a, a:before, a:after, input { transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s 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; z-index:1; overscroll-behavior-y:none; overflow:clip; width:calc(100% - 280px); margin-left:280px; }
@media screen and (max-width:1450px) {
  #container { width:calc(100% - 230px); margin-left:230px; }
}
body.hide_page_header_bar #container { width:auto; margin:0; }
#main_content { margin:0 80px; padding:0 0 120px; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #main_content { margin-right:50px; margin-left:50px; }
}
body.show_sidebar_left #main_content { flex-direction:row-reverse; }
#main_col { width:calc(100% - 360px); }
body:not(:has(#side_col)) #main_col { width:730px; margin:0 auto; }
#side_col { width:300px; position:relative; }
@media screen and (max-width:1450px) {
  #main_col { width:calc(74% - 50px); }
  #side_col { width:26%; }
}


/* 文字サイズとフォントタイプ */
body, input, textarea { font-size:var(--content_font_size); font-family:var(--content_font_type); }
.rich_font, .p-vertical { font-size:var(--catch_font_size); font-family:var(--catch_font_type); }
.rich_font_type1 { font-family:var(--font_family_type1); font-weight:600; }
.rich_font_type2 { font-family:var(--font_family_type2); font-weight:600; }
.rich_font_type3 { font-family:var(--font_family_type3); font-weight:600; }
@media screen and (max-width:1200px) {
  .rich_font, .p-vertical { font-size:calc(var(--catch_font_size) + var(--catch_font_size_sp) / 2); }
}
@media screen and (max-width:800px) {
  body { font-size:var(--content_font_size_sp); }
  .rich_font, .p-vertical { font-size:var(--catch_font_size_sp); }
}




/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */
/* メインカラーを文字に適用 */
.main_color { color:var(--main_color) !important; }


/* デザインボタン */
.design_button {
  border-radius:70px; min-width:300px; height:70px; line-height:1.5; padding:0 1.5em; text-align:center; position:relative; overflow:hidden; font-size:16px; z-index:1; color:var(--main_color) !important; border:1px solid var(--main_color); background:transparent; text-decoration: none;
  transition: border-color 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s, opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s !important;
	display:inline-flex; justify-content:center; align-items:center; font-weight:600;
}
@media(hover: hover) {
  .design_button:hover { border-color:var(--main_color); background:var(--main_color); color:#fff !important; }
}


/* デザイン見出し */
.design_headline { font-size:26px !important; display:table; border-top:5px solid var(--main_color); padding:30px 0 0 0 !important; margin:0 auto 50px !important; line-height:1 !important; }


/* スクロールアニメーション */
.inview { position:relative; transform: translate3d(0,50px,0); opacity:0; transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
.inview.animate, body.no_page_animation .inview { transform: translate3d(0,0,0); opacity:1; }


/* swiperの矢印ナビ */
.swiper-nav-button { width:50px; height:50px; border:none; z-index:200; }
.swiper-button-prev { left:-25px; right:auto; }
.swiper-button-next { left:auto; right:-25px; }
.swiper-button-next:after, .swiper-button-prev:after { display:none; }
.swiper-button-next:before, .swiper-button-prev:before {
  font-family:'normal_icon'; font-size:18px; top:2px; position:relative; color:#000;
  -webkit-font-smoothing: antialiased; transition: color 0.25s ease !important;
}
.swiper-button-prev:before { content:'\e90f'; left:0px; }
.swiper-button-next:before { content:'\e910'; right:0px;}
.swiper-button-disabled { opacity:0 !important; pointer-events:auto !important; }
@media(hover: hover) {
  .swiper-nav-button:hover:before { color:#aaa; }
}


/* swiperのドットナビ */
.swiper-pagination { z-index:10; position:absolute; top:auto; bottom:0px; left:auto; }
.swiper-pagination span { background:#fff; border:2px solid #ccc; width:17px; height:17px; opacity:1; margin:0 7px !important; }
.swiper-pagination span.swiper-pagination-bullet-active { border-color:var(--main_color); pointer-events:none; }
@media(hover: hover) {
  .swiper-pagination span:hover { border-color:var(--main_color); }
}




/* ----------------------------------------------------------------------
 トップページ ヘッダースライダー
---------------------------------------------------------------------- */
#header_slider_container { margin-bottom:-1px; width:100%; height:100vh; position:relative; overflow:hidden; }
#header_slider_container:has(img) { background:#222; }
#header_slider_container.has_header_news { height:calc(100vh - 70px); }
#header_slider_container.height_type2 { height:680px; }


/* スライダーエリア */
#header_slider { height:100%; width:100%; position:relative; overflow:hidden; }
#header_slider .swiper-wrapper { height:100%; width:100%; position:relative; }
#header_slider .item { width:100%; height:100%; position:relative; overflow:hidden; will-change:transform; }
#header_slider .item_inner { width:100%; height:100%; position:relative; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; will-change:transform; }
#header_slider .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; will-change:transform; }
#header_slider .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#header_slider .bg_image .mobile { display:none; }


/* コンテンツ */
.header_slider_content { color:#fff; position:absolute; z-index:100; }
.header_slider_content.direction_type2 { writing-mode:vertical-rl; display:inline-block; text-align:left; }
#header_slider_container:not(.header_content_type1) .header_slider_content.animation_fade *:nth-child(1) { opacity:0; transition:opacity 0.5s ease 0s; }
#header_slider_container:not(.header_content_type1) .header_slider_content.animation_fade *:nth-child(2) { opacity:0; transition:opacity 0.5s ease 0s; }
body.start_first_animation #header_slider_container:not(.header_content_type1) .header_slider_content.animation_fade *:nth-child(1) { opacity:1; transition:opacity 1.0s ease 1.0s; }
body.start_first_animation #header_slider_container:not(.header_content_type1) .header_slider_content.animation_fade *:nth-child(2) { opacity:1; transition:opacity 1.0s ease 1.5s; }
#header_slider_container.header_content_type1 .header_slider_content.animation_fade *:nth-child(1) { opacity:0; transition:opacity 0.5s ease 0s; }
#header_slider_container.header_content_type1 .header_slider_content.animation_fade *:nth-child(2) { opacity:0; transition:opacity 0.5s ease 0s; }
#header_slider_container.header_content_type1 .first_item.swiper-slide-active .header_slider_content.animation_fade *:nth-child(1) { opacity:1; transition:opacity 1.0s ease 0.2s !important; }
#header_slider_container.header_content_type1 .first_item.swiper-slide-active .header_slider_content.animation_fade *:nth-child(2) { opacity:1; transition:opacity 1.0s ease 0.5s !important; }
#header_slider_container.header_content_type1 .item.swiper-slide-active .header_slider_content.animation_fade *:nth-child(1) { opacity:1; transition:opacity 1.0s ease 1.0s; }
#header_slider_container.header_content_type1 .item.swiper-slide-active .header_slider_content.animation_fade *:nth-child(2) { opacity:1; transition:opacity 1.0s ease 1.5s; }
.header_slider_content .catch { line-height:1.4; position:relative; }
.header_slider_content.direction_type1 .catch { text-align:center; }
.header_slider_content .desc { line-height:2.4; font-size:16px; }
.header_slider_content.animation_blur .desc { opacity:0; filter:blur(50px); transition: filter 1.5s ease, opacity 0.5s ease; }
.header_slider_content.direction_type2 .desc { line-height:3; }
.header_slider_content .desc.animate { filter:blur(0); opacity:1; }
.header_slider_content .catch + .desc { margin:30px 0 0 0; }
.header_slider_content.direction_type2 .catch + .desc { margin:0 24px 0 0; }
.header_slider_content .catch span { filter:blur(50px); opacity:0; transition: filter 1.5s ease, opacity 0.5s ease; }
.header_slider_content .catch span.animate { filter:blur(0); opacity:1; }
.header_slider_content .catch span.blank { display:inline-block; width:0.3em; height:0.3em; }


/* 固定コンテンツ */
#header_slider_fixed_content { height:100%; width:100%; position:absolute; top:0; left:0; overflow:hidden; z-index:3; pointer-events:none; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
#header_slider_fixed_content .header_slider_content.direction_type1 { padding:0 160px; }

	

/* ズームアウトアニメーション --------------------------------------------------------- */
#header_slider.animation_type_zoom_out .item.p-effect-slidein .bg_image,
#header_slider.animation_type_zoom_out .item.p-effect-slidein.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_out .item.p-effect-slideout .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_out .item.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); }
#header_slider.animation_type_zoom_out .item.p-effect-slideout.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_out .bg_image img { transform:scale(1.4); }
#header_slider.animation_type_zoom_out .item.p-effect-slidein .bg_image img { transform:scale(1); transition: transform 10.0s linear 0s; }
#header_slider.animation_type_zoom_out .item.p-effect-slideout .bg_image img { transform:scale(1); transition: transform 10.0s linear 0s; }


/* ズームインアニメーション ----------------------------------------------------------- */
#header_slider.animation_type_zoom_in .item.p-effect-slidein .bg_image,
#header_slider.animation_type_zoom_in .item.p-effect-slidein.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_in .item.p-effect-slideout .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_in .item.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); }
#header_slider.animation_type_zoom_in .item.p-effect-slideout.p-effect-reverse .bg_image { transform: translate3d(0, 0, 0); transition-property: transform; }
#header_slider.animation_type_zoom_in .bg_image img { transform:scale(1); }
#header_slider.animation_type_zoom_in .item.p-effect-slidein .bg_image img { transform:scale(1.2); transition: transform 10.0s linear 0s; }
#header_slider.animation_type_zoom_in .item.p-effect-slideout .bg_image img { transform:scale(1.2); transition: transform 10.0s linear 0s; }


/* 動画 */
#header_slider .bg_video { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; pointer-events: none; }
#header_slider .bg_youtube { width:100%; height:100%; max-width: none; position:absolute; top:0; left:0; pointer-events: none; }
#header_slider .overlay { width:100%; height:100%; position:absolute; top:0; left:0; z-index:5; }


/* ニュースティッカー */
#news_ticker { border-bottom:1px solid #ddd; position:relative; overflow:hidden; }
#news_ticker_inner { width:630px; height:70px; margin:0 auto; position:relative; display:flex; flex-wrap:wrap; }
#news_ticker:has(#header_search) #news_ticker_inner { right:70px; }
#news_ticker_carousel { width:630px; height:70px; margin:0; }
#news_ticker .item { height:70px; position:relative; line-height:70px; }
#news_ticker .item .content { opacity:0; transition: opacity 0.7s ease; display:flex; flex-wrap:nowrap; justify-content:center; }
#news_ticker .item.swiper-slide-active .content { opacity:1; transition: opacity 1s ease 0.7s; }
#news_ticker .date { color:#999; flex: 0 0 auto; font-size:14px; font-weight:500; transition: color 0.25s ease; display:block; position:relative; padding:0 0 0 20px; margin:0 20px 0 0; }
#news_ticker .date:before { font-family:'normal_icon'; content:'\e903'; font-size:18px; position:absolute; left:0; top:calc(50%); transform: translateY(-50%); -webkit-font-smoothing: antialiased; }
#news_ticker .category { font-size:14px; flex: 0 0 auto; min-width:100px; text-align:center; padding:0 15px; height:35px; line-height:35px; margin:18px 20px 0 0; border:1px solid #ddd; border-radius:4px; }
#news_ticker .title { font-size:16px; transition: color 0.25s ease; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
#news_ticker .item.no_date .title { width:100%; }
@media(hover: hover) {
  #news_ticker a:hover { color:rgba(0,0,0,0.6); }
}


/* 検索フォーム */
#header_search { overflow:hidden; height:70px; width:70px; z-index:10; position:absolute; right:0; top:1px; border-left:1px solid #ddd; transition: width 0.3s ease; background:#fff; }
#header_search.active, #header_search:hover { z-index:100; width:440px; }
#header_search form  { position:relative; width:100%; height:100%; }
#header_search .input_area { position:absolute; top:0; right:70px; width:370px; height:100%; padding:0 0 0 15px; z-index:1; background:#fff; }
#header_search .input_area input { border:none; height:40px; width:100%; margin:15px 0 0 0; padding:0 25px; background:#f3f3f3; border-radius:40px; }
#header_search .search_button { position:absolute; right:0px; top:0px; z-index:100; }
#header_search .search_button input { display:block; width:70px; height:70px; cursor:pointer; background:none; border:none; }
#header_search .search_button:before {
  display:block; font-family:'normal_icon'; color:#000; font-size:16px; content:'\e94c'; pointer-events:none; font-weight:500;
  left:50%; top:calc(50% + 2px); transform: translate(-50%, -50%); position:absolute; transition: color 0.2s ease;
}
#header_search .search_button:hover:before { color:rgba(0,0,0,0.6) !important; }




/* ----------------------------------------------------------------------
 コンテンツビルダー
---------------------------------------------------------------------- */
#content_builder { background:#fff; position:relative; z-index:2; overflow:hidden; }
.cb_white_bg + .cb_white_bg { margin-top:-120px; }
.link_button { text-align:center; margin-top:60px; }


/* ヘッダー */
.cb_header { margin:0 0 120px 0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; text-align:center; width:100%; position:relative; z-index:3; }
.cb_header.direction_type1 { margin-bottom:60px; }
.cb_header.direction_type2 { writing-mode:vertical-rl; text-align:left; }
.cb_header .catch { line-height:1.6; font-size:var(--headline_font_size); font-family:var(--headline_font_type); color:var(--main_color); }
.cb_header .catch a { color:var(--main_color); text-decoration:underline; }
.cb_header .desc { line-height:2.4; margin-bottom:-10px; text-align:left; }
.cb_header.direction_type1 .desc { display:flex; flex-wrap:wrap; justify-content:center; width:730px; }
.cb_header .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  .cb_header .catch a:hover { color:rgba(var(--main_color_hex),0.5); }
  .cb_header .desc a:hover { text-decoration:underline; }
}
.cb_header.direction_type2 .desc { line-height:3; }
.cb_header .desc .mobile { display:none; }
.cb_header .catch + .desc { margin:30px 0 -10px 0; }
.cb_header.direction_type2 .catch + .desc { margin:0 20px 0 0; }


/* 背景画像 */
.cb_bg_image { position:absolute; z-index:-1; }
.cb_bg_image.left_top { left:0; top:0; }
.cb_bg_image.center_top { left:50%; transform: translateX(-50%); top:0; }
.cb_bg_image.right_top { right:0; top:0; }
.cb_bg_image.left_middle { left:0; top:50%; transform: translateY(-50%); }
.cb_bg_image.center_middle { left:50%; top:50%; transform: translate(-50%, -50%); }
.cb_bg_image.right_middle { right:0; top:50%; transform: translateY(-50%); }
.cb_bg_image.left_bottom { left:0; bottom:0; }
.cb_bg_image.center_bottom { left:50%; transform: translateX(-50%); bottom:0; }
.cb_bg_image.right_bottom { right:0; bottom:0; }


/* デザインコンテンツ */
.design_content { scroll-margin-top:-100px; }
.design_content .content_wrap { padding:120px 80px; display:flex; flex-wrap:wrap; justify-content:space-between; }
.design_content.layout_type2 .content_wrap { flex-direction:row-reverse; }
.design_content .image { width:50%; align-self: flex-start; border-radius:7px; overflow:hidden; }
.design_content .image img { width:100%; height:auto; display:block; }
.design_content .content { width:50%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.design_content .content_inner { padding-left:80px; }
.design_content.layout_type2 .content_inner { padding-left:0px; padding-right:80px; }
.design_content:not(:has(.image)) .content { width:100%; }
.design_content .content.direction_type2 { writing-mode:vertical-rl; text-align:left; }
.design_content .catch { line-height:1.6; font-size:var(--headline_font_size); font-family:var(--headline_font_type); color:var(--main_color); }
.design_content .catch a { color:var(--main_color); text-decoration:underline; }
.design_content .desc { line-height:2.4; }
.design_content .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  .design_content .catch a:hover { color:rgba(var(--main_color_hex),0.5); }
	.design_content .desc a:hover { text-decoration:underline; }
}
.design_content .content.direction_type2 .desc { line-height:3; }
.design_content .desc .mobile { display:none; }
.design_content .catch + .desc { margin:30px 0 0 0; }
.design_content .content.direction_type2 .catch + .desc { margin:0 20px 0 0; }

body:not(.no_page_animation) .design_content .image, body:not(.no_page_animation) .design_content .content { position:relative; transform: translate3d(0,50px,0); opacity:0; transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
.design_content .content { transition-delay:0.3s; }
.design_content.layout_type2 .image { transition-delay:0.3s; }
.design_content.layout_type2 .content { transition-delay:0s; }
.design_content .content_wrap.animate .image, .design_content .content_wrap.animate .content { opacity:1; transform: translate3d(0,0,0); }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .design_content .content_wrap { padding-right:50px; padding-left:50px; }
  .design_content .content_inner { padding-left:50px; }
  .design_content.layout_type2 .content_inner { padding-left:0px; padding-right:50px; }
}


/* スライドコンテンツ */
.cb_slide_content { padding:120px 80px; position:relative; overflow:hidden; scroll-margin-top:-100px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_slide_content { padding-right:50px; padding-left:50px; }
}
.slide_content_carousel_wrap { width:100%; position:relative; }
.slide_content_carousel { -webkit-user-select:none; user-select:none; }
.slide_content_list { flex-wrap:nowrap; }
.slide_content_list .item { margin-bottom:1px; display:flex; flex-wrap:wrap; justify-content:space-between; }
.slide_content_list .image { width:calc(50% - 30px); align-self: flex-start; overflow:hidden; }
.slide_content_list .image img { width:100%; height:auto; display:block; border-radius:7px; }
.slide_content_list .content { width:calc(50% - 30px); display:flex; flex-direction:column; justify-content:center; opacity:0; transition: opacity 0.5s ease; }
.slide_content_list .item.swiper-slide-active .content { opacity:1; transition: opacity 1s ease 0.8s; }
.slide_content_list .catch { line-height:1.6; font-size:28px; opacity:0; transition: opacity 0.5s ease; }
.slide_content_list .desc { line-height:2.4; opacity:0; transition: opacity 0.5s ease; }
.slide_content_list .desc .mobile { display:none; }
.slide_content_list .catch + .desc { margin:30px 0 0 0; }
.slide_content_list .link_button { text-align:left; margin-top:40px; opacity:0; transition: opacity 0.5s ease; }
.slide_content_list .item.swiper-slide-active .catch { opacity:1; transition: opacity 1s ease 0.8s; }
.slide_content_list .item.swiper-slide-active .desc { opacity:1; transition: opacity 1s ease 1.2s; }
.slide_content_list .item.swiper-slide-active .link_button { opacity:1; transition: opacity 1s ease 1.6s; }
.cb_slide_content .swiper-pagination { position:relative; top:auto !important; bottom:auto !important; left:auto !important; margin:60px 0 0 0; }


/* サービス一覧 */
.cb_service { padding:120px 80px; position:relative; overflow:hidden; background:#000; scroll-margin-top:-100px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_service { padding-right:50px; padding-left:50px; }
}
.cb_service.bg_type2 { background-attachment:fixed; }
.cb_service .cb_header { color:#fff; width:730px; margin:-10px auto 60px; }
.cb_service .cb_header.direction_type2 { margin-bottom:120px; }
.cb_service .cb_header .catch { color:#fff; }
.cb_service .desc a { color:#fff; text-decoration:underline; }
@media(hover: hover) {
  .cb_service .desc a:hover { color:rgba(255,255,255,0.5); }
}
.service_list_carousel_wrap { width:100%; position:relative; z-index:3; }
.service_list_carousel { -webkit-user-select:none; user-select:none; text-align:center; }
.cb_service_list { flex-wrap:nowrap; width:auto; display:inline-flex !important; }
.cb_service_list .item { width:calc(100% / 3 - 20px); margin:0 30px 0 0; position:relative; background:#fff; border-radius:10px; overflow:hidden; display:flex !important; flex-direction:column; height:auto; }
.cb_service_list .animate_background { display:block; }
.cb_service_list .image_wrap { width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:317 / 200; }
.cb_service_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.cb_service_list .content { opacity:0; transition: opacity 0.4s ease; }
.cb_service_list .content { opacity:0; transition: opacity 0.4s ease; }
.cb_service_list .title { background:var(--main_color); font-size:20px; line-height:1.4; padding:21px 30px; color:#fff; text-align:center; }
.bg_type4 .cb_service_list .title { background:var(--main_color_light); }
.cb_service_list .desc { line-height:2.4; padding:20px 30px; transition: color 0.25s ease; flex-grow:1; display:flex; flex-direction:column; text-align:left; }
.cb_service .swiper-pagination { position:relative; top:auto !important; bottom:auto !important; left:auto !important; margin:60px 0 0 0; }
.cb_service .swiper-pagination span { background:transparent; border-color:#fff; }
.cb_service .swiper-pagination .swiper-pagination-bullet-active { background:#fff; border-color:#fff; }
.cb_service .design_button { border-color:#fff; color:#fff !important; z-index:3; }
.cb_service .bg_image { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:1; }
.cb_service .overlay { position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; }
.cb_service .bg_image[data-parallax-image] { transition: none; }
.cb_service .bg_image.parallax-ready[data-parallax-image] { transition-property: background-position; transition-duration: 1s; transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03); }
@media(hover: hover) {
	.cb_service_list a:hover .desc { color:rgba(0,0,0,0.6); }
  .cb_service .design_button:hover { border-color:var(--main_color); color:#fff !important; }
  .cb_service.bg_type4 .design_button:hover { border-color:var(--main_color_light); background-color:var(--main_color_light); }
}


/* 声一覧 */
.cb_voice { padding:120px 80px; position:relative; overflow:hidden; background:#faf8f4; scroll-margin-top:-100px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_voice { padding-right:50px; padding-left:50px; }
}
.cb_voice.cb_white_bg { background:none; }
.cb_voice .cb_header { width:730px; margin:0 auto 60px; }
.cb_voice .cb_header.direction_type2 { margin-bottom:120px; }
.voice_list_carousel_wrap { width:100%; position:relative; z-index:3; }
.voice_list_carousel { -webkit-user-select:none; user-select:none; }
.cb_voice_list { flex-wrap:nowrap; }
.cb_voice_list .item { width:calc(50% - 15px); margin:1px 30px 1px 0; position:relative; background:#fff; overflow:hidden; display:flex; flex-wrap:wrap; }
.cb_voice_list .item.no_image { aspect-ratio:511 / 375; display:block; }
.cb_voice_list .image_wrap { border-radius:7px; width:50%; height:auto; min-height:240px; aspect-ratio:245 / 360; position:relative; overflow:hidden; z-index:2; border-radius:7px 0 0 7px; }
.cb_voice_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.cb_voice_list .content { width:50%; border:1px solid #ddd; border-left:none; border-radius:0 7px 7px 0; position:relative; }
.cb_voice_list .no_image .content { width:100%; height:100%; border:1px solid #ddd; border-radius:7px; padding:0 70px; display:flex; flex-direction:column; justify-content:center; }
.cb_voice_list .content .title { font-size:18px; line-height:1.6; color:var(--main_color); background:#fff; padding:25px 30px; border-radius:7px; left:-60px; top:60px; position:absolute; z-index:2; }
.cb_voice_list .no_image .content .title { position:relative; left:auto; top:auto; bottom:auto !important; background:none; padding:0; }
.cb_voice_list .content .info { position:absolute; bottom:0px; padding:30px 40px; line-height:1.6; }
.cb_voice_list .no_image .content .info { position:relative; bottom:auto; top:auto !important; padding:0; margin-top:20px; }
.cb_voice_list .item:nth-child(2n) .content .title { top:auto; bottom:60px; }
.cb_voice_list .item:nth-child(2n) .content .info { bottom:auto; top:0;  }
.cb_voice .swiper-pagination { position:relative; top:auto !important; bottom:auto !important; left:auto !important; margin:60px 0 0 0; }
.cb_voice .swiper-pagination span { background:transparent; }
.cb_voice .voice_list .item { margin-bottom:1px; }


/* スタッフ一覧 */
.cb_author { padding:120px 80px; position:relative; overflow:hidden; background:#faf8f4; scroll-margin-top:-100px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_author { padding-right:50px; padding-left:50px; }
}
.cb_author.cb_white_bg { background:none; }
.cb_author .cb_header { width:730px; margin:0 auto 60px; }
.cb_author .cb_header.direction_type2 { margin-bottom:120px; }
.author_carousel_wrap { width:100%; position:relative; z-index:3; }
.author_carousel { -webkit-user-select:none; user-select:none; }
.cb_author_list { flex-wrap:nowrap; }
.cb_author_list .item { width:calc(50% - 15px); margin:1px 30px 1px 0; position:relative; background:#fff; overflow:hidden; display:flex; flex-wrap:wrap; }
.cb_author_list .image_wrap { width:50%; height:auto; min-height:240px; aspect-ratio:245 / 360; position:relative; overflow:hidden; z-index:2; border-radius:7px 0 0 7px; }
.cb_author_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.cb_author_list .content { width:50%; border:1px solid #ddd; border-left:none; border-radius:0 7px 7px 0; position:relative; padding:40px; display:flex; flex-direction:column; justify-content:center; }
.cb_author_list .content .name { font-size:18px; line-height:1.6; color:var(--main_color); }
.cb_author_list .content .sns_button_list { margin-top:20px; }
.cb_author_list .content dt { font-weight:600; line-height:2; margin-top:20px;}
.cb_author_list .content dd { font-size:14px; line-height:2; max-height:6em; overflow:hidden; visibility:visible; }
.cb_author_list .content dd span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.cb_author .swiper-pagination { position:relative; top:auto !important; bottom:auto !important; left:auto !important; margin:60px 0 0 0; }
.cb_author .swiper-pagination span { background:transparent; }


/* お知らせ */
.cb_news_list { padding:120px 80px; position:relative; overflow:hidden; scroll-margin-top:-100px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_news_list { padding-right:50px; padding-left:50px; }
}
.cb_white_bg + .cb_news_list:has(.headline) { margin-top:-85px; }
.cb_news_content { background:#f8f8f8; padding:60px; position:relative; border-radius:7px; }
.cb_news_content:has(.headline) { padding-top:90px; }
.cb_news_content .headline { max-width:calc(100% - 120px); background:var(--main_color); color:#fff; display:block; position:absolute; top:-35px; left:50%; transform: translateX(-50%); min-width:260px; height:70px; line-height:70px; font-size:18px; padding:0 20px; text-align:center; border-radius:5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
.cb_news_content .header_desc { line-height:2.4; margin:0 auto 50px; width:730px; display:flex; flex-wrap:wrap; justify-content:center; }
.cb_news_content .header_desc .mobile { display:none; }
.cb_news_content .header_desc a { color:var(--content_link_color); }
@media(hover: hover) {
  .cb_news_content .header_desc a:hover { text-decoration:underline; }
}
.cb_news_carousel_wrap { width:100%; position:relative; }
.cb_news_carousel { -webkit-user-select:none; user-select:none; }
.cb_news_list.layout_type2 .news_list { flex-wrap:nowrap; }
.cb_news_list.layout_type2 .news_list .item { margin:1px 0 !important; }
.cb_news_list .swiper-pagination { position:relative; top:auto !important; bottom:auto !important; left:auto !important; margin:60px 0 -2px 0; }
.cb_news_list .swiper-pagination span { background:transparent; }
.cb_news_list.layout_type2 .news_list .item .content { opacity:0; transition: opacity 0.5s ease; }
.cb_news_list.layout_type2 .news_list .item.swiper-slide-active .content { opacity:1; /*! transition: opacity 1s ease 0.8s; */ }


/* ブログ一覧 */
.cb_blog_list { padding:120px 80px; position:relative; overflow:hidden; scroll-margin-top:-100px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_blog_list { padding-right:50px; padding-left:50px; }
}
.cb_blog_carousel_wrap { width:100%; position:relative; }
.cb_blog_carousel { -webkit-user-select:none; user-select:none; text-align:center; }
.cb_blog_list .blog_list { flex-wrap:nowrap; margin-bottom:0; width:auto; display:inline-flex !important; }
.cb_blog_list .blog_list .item { margin-bottom:1px; text-align:left; height:auto; }
.cb_blog_list .swiper-pagination { position:relative; top:auto !important; bottom:auto !important; left:auto !important; margin:60px 0 -2px 0; }


/* フリースペース */
.cb_free_space { position:relative; padding:120px 0; width:730px; margin:0 auto; scroll-margin-top:-100px; }
.cb_free_space.wide_content { padding:120px 80px; width:auto; }
.cb_free_space .cb_header.direction_type2 { margin-bottom:110px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .cb_free_space.wide_content { padding-right:50px; padding-left:50px; }
}


/* 固定ページを表示する場合 */
#front_page_contents { margin:0 80px; padding:150px 0; background:#fff; position:relative; z-index:2; display:flex; flex-wrap:wrap; justify-content:center; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #front_page_contents { margin-right:50px; margin-left:50px; }
}




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#page_contents { margin:0 80px; padding-bottom:120px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #page_contents { margin-right:50px; margin-left:50px; }
}
body.page:not(.has(#bread_crumb)) #page_header { margin-bottom:120px; }
body.page #page_contents .post_content { width:730px; margin:0 auto; }


/* 横幅100%画像 */
.wide_image { position:relative; width:calc(100vw - 460px); left:50%; transform: translateX(-50%); margin:110px 0 120px !important; }
.wide_image img { margin:0 auto; }
.wide_image + p { margin-top:-10px !important; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  .wide_image { position:relative; width:calc(100vw - 350px); }
}


/* ボタン */
.q_button_wrap { margin-top:60px; }
p + .q_button_wrap { margin-top:55px; }


/* デザイン見出し1 */
.post_content .design_headline1 { text-align:center; font-size:34px !important; margin:115px 0 40px 0; margin-bottom:40px !important; color:var(--main_color); }
.post_content .design_headline1 + p:not(:has(img)) { margin-top:-7px; }
.post_content .design_headline1:first-child { margin-top:-5px !important; }
.post_content *:not(:has(img)) + .design_headline1 { margin-top:103px; }
.post_content .design_headline1 a { color:var(--main_color) !important; text-decoration:underline; }
body.page-template-page-tcd-lp .post_content .design_headline1 a { color:#000 !important; }
@media(hover: hover) {
  .post_content .design_headline1 a:hover { color:rgba(var(--main_color_hex),0.5) !important; }
  body.page-template-page-tcd-lp .post_content .design_headline1 a:hover { color:rgba(0,0,0,0.6) !important; }
}


/* デザイン見出し2（緑色のライン） */
.post_content .design_headline2 { font-size:26px !important; display:table; width:fit-content; border-top:5px solid var(--main_color); padding:30px 0 0 0; margin:120px auto 50px; margin-bottom:60px !important; line-height:1; }
.post_content .design_headline2 + p:not(:has(img)) { margin-top:-10px; }
.post_content p + .design_headline2 { margin-top:110px; }
.post_content .design_headline2 a { color:#000 !important; text-decoration:underline; }
@media(hover: hover) {
  .post_content .design_headline2 a:hover { color:rgba(0,0,0,0.6) !important; }
}


/* 黄色背景のボックス */
.yellow_bg { background:#faf8f4; border-radius:7px; padding:60px 70px; margin-bottom:120px; position:relative; }
.yellow_bg h4 { background:var(--main_color); color:#fff; display:table; position:absolute; top:-35px; left:50%; transform: translateX(-50%); min-width:260px; height:70px; line-height:70px !important; font-size:18px !important; margin:0 !important; padding:0 20px !important; text-align:center; border-radius:5px; }
.short + .yellow_bg { margin-top:110px; }
.short + .yellow_bg:has(h4) { margin-top:145px; }


/* チェック付きリスト */
:is(.checkbox_list, .tcdce-body .checkbox_list) { padding:0; list-style-type:none !important; margin-left:0 !important; }
:is(.checkbox_list, .tcdce-body .checkbox_list) li { margin-bottom:1em; position:relative; padding-left:25px; }
:is(.checkbox_list, .tcdce-body .checkbox_list) li:last-of-type { margin-bottom:0; }
:is(.checkbox_list, .tcdce-body .checkbox_list) li:before { content:'\e905'; font-family:normal_icon; color:var(--main_color); position:absolute; top:0; left:0; background:initial; transform: none; }


/* ボーダー付きのボックス */
.border_bg { border:1px solid #ddd; border-radius:7px; padding:60px 70px 60px; margin-bottom:120px; position:relative; }
.border_bg:has(h4) { padding-top:100px; }
.border_bg h4 { background:var(--main_color); color:#fff; display:table; position:absolute; top:-35px; left:50%; transform: translateX(-50%); min-width:260px; height:70px; line-height:70px !important; font-size:18px !important; margin:0 !important; padding:0 20px !important; text-align:center; border-radius:5px; }
.border_bg img { border-radius:7px; width:100%; height:auto; }
.short + .border_bg { margin-top:120px; }
.yellow_bg + .border_bg:has(h4) { margin-top:155px; }


/* LP */
body.page-template-page-tcd-lp.normal_page_width #page_contents .post_content { width:840px; }
body.page-template-page-tcd-lp.large_page_width #page_contents .post_content { width:1100px; }
body.page-template-page-tcd-lp.hide_page_header #page_contents { padding-top:120px; }
body.page-template-page-tcd-lp #page_header { margin-bottom:120px; height:600px; }
body.page-template-page-tcd-lp.large_header_height #page_header { height:100vh !important; height:100dvh !important; }
body.page-template-page-tcd-lp .sub_heading { text-align:center; margin-top:-30px; }
body.page .post_content h2 + table { margin-top:50px !important; }
body.page .post_content table + .q_button_wrap { margin-top:120px; }
body.page .post_content h2 + .faq_list { margin-top:50px; }
#page_header .logo { position:absolute; left:40px; top:40px; z-index:5; opacity:0; transition: opacity 1s ease 0.2s; }
body.start_first_animation #page_header .logo, body.no_page_animation #page_header .logo { opacity:1; }
#page_header .logo a { display:block; }
#page_header .logo img { transition: opacity 0.25s ease; opacity:1; max-width:250px; height:auto; }
#page_header .logo .mobile { display:none; }
@media(hover: hover) {
	#page_header .logo a:hover img { opacity:0.5; }
}


/* アクセスマップ */
body.page .post_content h2 + .sc_access_map { margin-top:60px; }
body.page-template-page-tcd-lp.large_page_width.hide_page_header_bar .sc_access_map { width:1100px; margin-left:auto; margin-right:auto; }
body.page-template-page-tcd-lp.normal_page_width.hide_page_header_bar .sc_access_map { width:840px; margin-left:auto; margin-right:auto; }
.sc_access_map p { line-height:2.4; }
.sc_access_map .map_area { border:1px solid #ddd; padding:60px; }
.sc_access_map .address_area { text-align:center; position:relative; margin:55px 0 -10px !important; }
.sc_access_map .address_area h4 { font-size:18px; text-align: center; margin:0 0 10px; }
.sc_access_map .time_area { padding:50px 60px; text-align:center; border:1px solid #ddd; border-top:none; }
.sc_access_map a { color:var(--content_link_color); }
.sc_access_map .button_area { padding:50px 60px; text-align:center; border:1px solid #ddd; border-top:none; }
.sc_access_map .button_area .desc + .button_list { margin-top:50px; }
.sc_access_map .button_list { display:flex; flex-wrap:wrap; justify-content:center; margin-bottom:10px !important; }
.sc_access_map .button_list a { font-size:16px; padding:3px 20px 0; font-weight:600; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:300px; height:60px; line-height:1.4; text-align:center; background:var(--main_color); color:#fff !important; text-decoration:none !important; border-radius:5px; margin:0 15px; }
.sc_access_map .button_list a[href^="tel:"] .large-font { font-size:20px; }
@media(hover: hover) {
  .sc_access_map a:hover { text-decoration:underline; }
  .sc_access_map .button_list a:hover { background-color:var(--main_color_light); text-decoration:none; }
}
.sc_access_map .icon { font-family: 'normal_icon'; font-size:24px; margin:0 10px 0 0; font-weight:100; }
.sc_access_map .icon.icon_type_sns { font-family:"sns_icon"; font-size:20px; font-weight:400; }
.sc_access_map .icon.User { font-size:26px; }
.sc_access_map .icon.Twitter { font-size:18px; }
.sc_access_map .icon.Facebook { font-size:23px; }
.sc_access_map .icon.LINE { font-size:22px; }
.sc_access_map .icon.no_icon { display:none; }


/* デザインコンテンツリスト */
.design_content_list { margin:110px 0 120px; }
body.page-template-page-tcd-lp.large_page_width.hide_page_header_bar .design_content_list { width:1100px; margin-left:auto; margin-right:auto; }
body.page-template-page-tcd-lp.normal_page_width.hide_page_header_bar .design_content_list { width:840px; margin-left:auto; margin-right:auto; }
.design_content_list:last-child { margin-bottom:0 !important; }
.design_content_list .item { display:flex; flex-wrap:wrap; justify-content:space-between; border-bottom:1px solid #ddd; padding:0 0 120px 0; margin:0 0 120px 0; }
.design_content_list .item:last-of-type { border:none; margin:0; padding:0; }
.design_content_list .item:nth-child(2n) { flex-direction:row-reverse; }
.design_content_list .image { width:calc(50% - 30px); }
.design_content_list .image img { border-radius:7px; width:100%; height:auto; }
.design_content_list .content { width:calc(50% - 30px); display:flex; flex-direction:column; justify-content:center; }
.design_content_list .headline { font-size:20px; color:var(--main_color); margin:0 0 40px 0; padding:0; line-height:1; }
.design_content_list .catch { font-size:28px; margin:0 0 30px 0; padding:0; line-height:1.6; }
.design_content_list .desc { line-height:2.4; }


/* フロー */
.flow_list { margin:110px auto 120px; max-width:1100px; }
body.page-template-page-tcd-lp.large_page_width.hide_page_header_bar .flow_list { width:1100px; margin-left:auto; margin-right:auto; }
body.page-template-page-tcd-lp.normal_page_width.hide_page_header_bar .flow_list { width:840px; margin-left:auto; margin-right:auto; }
.flow_list:last-child { margin-bottom:0 !important; }
.flow_list .item { display:flex; flex-wrap:wrap; justify-content:space-between; border:1px solid #ddd; padding:60px; margin:0 0 50px 0; border-radius:7px; }
.flow_list .item:last-of-type { margin:0; }
.flow_list .image { width:280px; }
.flow_list .image img { width:100%; height:auto; border-radius:7px; }
.flow_list .content { width:calc(100% - 280px); display:flex; flex-direction:column; justify-content:center; padding:0 0 0 60px; }
.flow_list .headline { font-size:20px; color:var(--main_color); margin:0 0 30px 0; padding:0; line-height:1; }
.flow_list .headline span { width:40px; height:40px; line-height:40px; display:inline-block; background:var(--main_color); border-radius:100%; color:#fff; text-align:center; margin:0 15px; }
.flow_list .desc { line-height:2.4; }


/* メニュー一覧 */
.menu_list { margin:110px 0 120px; }
.menu_list:last-child { margin-bottom:0 !important; }
.short + .menu_list { margin-top:110px; }
.menu_list .item { border:1px solid #ddd; border-radius:7px; margin:0 0 50px 0; padding:60px; }
.menu_list .headline { text-align:center; font-size:26px; line-height:1; margin:0 0 60px 0; padding:0; color:var(--main_color); font-weight: 600;}
.menu_list .item_inner { display:flex; flex-wrap:wrap; justify-content:space-between; }
.menu_list .image { width:calc(50% - 30px); }
.menu_list .image img { width:100%; height:auto; border-radius:7px; }
.menu_list .content { width:calc(50% - 30px); position:relative; display:flex; flex-direction:column; justify-content:space-between; }
.menu_list .item:last-of-type { margin-bottom:0; }
.menu_list .desc { line-height:2.4; }
.menu_list .desc + .item_list { margin-top:50px !important; }
.menu_list .item_list { margin:0 !important; padding:0; }
.menu_list .item_list th { border:1px solid #ddd; line-height:2; padding:10px 20px; border-right:none; background:#faf8f4; text-align:center; font-weight:500; }
.menu_list .item_list td { border:1px solid #ddd; line-height:2; border-left:none; /*white-space:nowrap;*/ text-align:right; padding:10px 20px; }


/* 料金一覧 */
.price_list { margin:110px 0 120px; background:#f6f6f6; border-radius:7px; padding:60px; }
.price_list:last-child { margin-bottom:0 !important; }
.short + .price_list { margin-top:110px; }
.price_list .item { margin-bottom:-1px; }
.price_list .title_area { display:flex; flex-wrap:wrap; justify-content:space-between; border:1px solid #ddd; background:#fff; padding:24px 30px 19px; }
.price_list .title { font-size:16px; margin:0; padding:0 30px 0 0; line-height:1.6; width:70%; font-weight:500; }
.price_list .price { width:30%; margin:0; padding:0; text-align:right; line-height:1.6; }
.price_list .desc { padding:20px 0; line-height:2.4; }


/* FAQ */
.faq_list { width:100%; max-width:100%; margin:0 auto 35px; }
.faq_list .headline { font-size:24px; color:#7ea0c8; margin-bottom:45px; padding:0; text-align:center; }
.faq_list .item { border:1px solid #ddd; margin:0 0 -1px 0; position:relative; background:#fff; }
.faq_list .title { cursor: pointer; margin:0; font-weight:500; font-size:16px !important; 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:''; display:block; position:absolute; top:35px; right:25px; height:1px; width:11px; background:#000; }
.faq_list .title:after { content:''; display:block; position:absolute; top:30px; right:30px; height:11px; width:1px; background:#000; }
.faq_list .title.active:after { display:none; }
.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.6; 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 { color:var(--main_color); }
@media(hover: hover) {
  .faq_list .title:hover { color:var(--main_color); }
}
.faq_list .title.active + .desc_area > .desc { opacity:1; transition:opacity 1s ease; }
@media (max-width: 800px) {
  .faq_list .title { font-size:14px !important; padding:20px 50px 18px 20px; }
  .faq_list .desc { padding:20px; font-size:14px; line-height:2; }
  .faq_list .title:before { top:27px; right:15px; }
  .faq_list .title:after { top:22px; right:20px; }
}




/* ----------------------------------------------------------------------
 スタッフ
---------------------------------------------------------------------- */
#author_header { margin:120px 0 110px; position:relative; z-index:2; }
#author_header:has(.author_image) { margin-top:-90px; }
#author_header.no_image, body:not(:has(#page_header)) #author_header { margin-top:120px !important; }
#author_header .author_image { width:170px; height:170px; border:5px solid #fff; position:relative; overflow:hidden; margin:0 auto 45px; border-radius:100%; }
#author_header .author_image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#author_header .name { font-size:28px; text-align:center; }
#author_header .sns_button_list { justify-content:center; margin-top:30px; }
#author_header .desc { width:730px; margin:40px auto 0; line-height:2.4; }
#author_header .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  #author_header .desc a:hover { text-decoration:underline; }
}


/* スタッフ一覧 */
.post_content + #author_list { margin-top:110px; }
#author_list .item { border:1px solid #ddd; margin:0 0 50px 0; border-radius:7px; padding:60px; display:flex; flex-wrap:wrap; }
#author_list .item:last-of-type { margin-bottom:0; }
#author_list .image_wrap { width:340px; max-width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:340 / 430; }
#author_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#author_list .content { width:calc(100% - 340px); padding-left:60px; position:relative; }
#author_list .name { font-size:22px; margin:0 0 50px 0; }
#author_list .name a { display:block; }
#author_list .blog_link { position:absolute; right:0; top:0; font-size:16px; color:var(--main_color) !important; }
#author_list .blog_link:after { font-family:'normal_icon'; content:'\e910'; font-size:15px; color:var(--main_color); margin:0 0 0 10px; top:1px; position:relative; }
#author_list .sns_button_list { margin:-30px 0 50px 0; }
#author_list .data dt { font-weight:600; color:var(--main_color); margin:0 0 20px 0; line-height:1; }
#author_list .data dd { line-height:2.4; margin:0 0 42px 0; }
#author_list .data dd:last-of-type { margin-bottom:0; }
#author_list .bottom_content { margin:60px 0 0 0; padding:60px 0 0 0; border-top:1px solid #ddd; }
#author_list .catch { text-align:center; font-size:32px; line-height:1.4; color:var(--main_color); margin-bottom:35px; }
#author_list .desc { line-height:2.4; margin:0 auto -10px !important; position:relative; padding:0 120px; width:auto !important; }
@media(hover: hover) {
	#author_list a:hover { color:rgba(0,0,0,0.4); }
	#author_list .blog_link:hover { color:rgba(var(--main_color_hex),0.5) !important; }
	#author_list .blog_link:hover:after{ color:rgba(var(--main_color_hex),0.5) !important; }
}



/* ----------------------------------------------------------------------
 サービスアーカイブページ
---------------------------------------------------------------------- */
#archive_service { margin:110px 80px 0; padding-bottom:120px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #archive_service { margin-right:50px; margin-left:50px; }
}
.service_list { margin:0 auto; display:flex; flex-wrap:wrap; }
.service_list .item { width:50%; margin:0 -1px -1px 0; position:relative; border:1px solid #ddd; padding:50px; }
.service_list .item { display:block; }
.service_list .image_wrap { border-radius:7px; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:405 / 253; margin:0 0 35px 0; }
.service_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.service_list .title { font-size:22px; color:var(--main_color); text-align:center; line-height:1.4; transition: color 0.25s ease; }
.service_list .title + .desc { margin-top:25px; }
.service_list .desc { color:#000; line-height:2.4; max-height:4.8em; overflow:hidden; visibility:visible; margin-bottom:-10px; padding:0 50px; }
.service_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
@media(hover: hover) {
  .service_list .item:hover .title { color:rgba(var(--main_color_hex),0.5); }
}




/* ----------------------------------------------------------------------
 サービス詳細ページ
---------------------------------------------------------------------- */
#single_service { margin:0 80px; padding:0 0 120px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #single_service { margin-right:50px; margin-left:50px; }
}
#service_header { display:flex; flex-wrap:wrap; flex-direction:row-reverse; margin-bottom:120px; }
#service_header .content { width:50%; display:flex; flex-direction:column; justify-content:center; border:1px solid #ddd; border-radius:0 7px 7px 0; padding:50px 70px; }
#service_header:not(:has(.image)) .content { width:100%; border-radius:7px; }
#service_header .content .title { font-size:var(--single_title_font_size); font-family:var(--single_title_font_type); color:var(--main_color); line-height:1.4; }
#service_header .content .desc { font-size:16px; line-height:2.4; margin:35px 0 0 0; }
#service_header .image { width:50%; height:auto; aspect-ratio:505 / 320; border-radius:7px 0 0 7px; overflow:hidden; position:relative; }
#service_header .image img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
#single_service .post_content { width:730px; margin:0 auto; }


/* チェックリスト */
.sc_check_list { background:#faf8f4; border-radius:7px; padding:60px 70px; margin:120px 0; position:relative; }
.post_content + .sc_check_list { margin-top:115px; }
.sc_check_list:has(h2) { margin-top:150px; }
.post_content + .sc_check_list:has(h2) { margin-top:145px; }
.sc_check_list.background_type1 { background:#fff; border:1px solid #ddd; }
.sc_check_list h2 { max-width:calc(100% - 140px); background:var(--main_color); color:#fff; display:block; position:absolute; top:-35px; left:50%; transform: translateX(-50%); min-width:260px; height:70px; line-height:70px !important; font-size:18px !important; margin:0 !important; padding:0 20px !important; text-align:center; border-radius:5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
.short + .sc_check_list { margin-top:110px; }
.sc_check_list ul { list-style-type:none; margin:0; }
.sc_check_list li { margin-bottom:1em; line-height:2; padding-left:25px; position:relative; }
.sc_check_list li:last-of-type { margin-bottom:0; }
.sc_check_list li:before { content:'\e905'; font-family:normal_icon; color:var(--main_color); position:absolute; left:0; top:0; }


/* コンテンツ一覧 */
.sc_content_list { margin:120px 0; position:relative; }
.post_content + .sc_content_list { margin-top:110px; }
.sc_content_list.border_display { border:1px solid #ddd; border-radius:7px; padding:60px; }
.sc_content_list h2 { max-width:calc(100% - 120px); background:var(--main_color); color:#fff; display:block; position:relative; left:50%; transform: translateX(-50%); min-width:260px; height:70px; line-height:70px !important; font-size:18px !important; margin:0 0 60px 0 !important; padding:0 20px !important; text-align:center; border-radius:5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
.sc_content_list.border_display h2 { position:absolute; top:-35px; margin-bottom:0 !important; }
.sc_content_list.border_display:has(h2) { padding-top:95px; margin-top:155px; }
.post_content + .sc_content_list.border_display:has(h2) { margin-top:145px; }
.sc_content_list .content_list { display:flex; flex-wrap:wrap; margin-bottom:-52px !important; position:relative; }
.sc_content_list .content_list .item { width:calc(50% - 25px); margin:0 50px 50px 0; }
.sc_content_list .content_list .item:only-child { margin-right:auto; margin-left:auto; }
.sc_content_list .content_list .item:nth-child(2n) { margin-right:0; }
.sc_content_list .content_list .item img { width:100%; height:auto; border-radius:7px; }
.sc_content_list .content_list .item img + .desc { margin-top:40px; }
.sc_content_list .content_list .item .desc { line-height:2.4; margin-bottom:-10px; }


/* 新着記事 */
#recent_service_list { background:#f6f6f6; padding:120px 80px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #recent_service_list { padding-right:50px; padding-left:50px; }
}
#recent_service_list .post_list { display:flex; flex-wrap:wrap; margin-bottom:-30px; }
#recent_service_list .post_list .item { width:calc(100% / 3 - 20px); margin:0 30px 30px 0; display:flex; flex-wrap:wrap; }
#recent_service_list .post_list .item:nth-child(3n) { margin-right:0; }
#recent_service_list .post_list.two_column .item { width:calc(50% - 15px); }
#recent_service_list .post_list.two_column .item:nth-child(3n) { margin-right:30px; }
#recent_service_list .post_list.two_column .item:nth-child(2n) { margin-right:0px; }
#recent_service_list .post_list .image_wrap { width:calc(100% / 3 + 20px); height:auto; aspect-ratio:1 /1; position:relative; overflow:hidden; border-radius:7px 0 0 7px; }
#recent_service_list .post_list .image_wrap img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
#recent_service_list .post_list .title { background:#fff; width:calc(100% / 3 * 2 - 20px); display:flex; flex-wrap:wrap; align-items:center; padding:4px 30px 0; font-size:18px; font-weight:500; border:1px solid #ddd; border-left:none; border-radius:0 7px 7px 0; line-height:1.4;}




/* ----------------------------------------------------------------------
 声アーカイブページ
---------------------------------------------------------------------- */
#archive_voice { margin:110px 80px 0; padding-bottom:120px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #archive_voice { margin-right:50px; margin-left:50px; }
}
#single_service + #archive_voice { margin-top:0; }
.voice_list { margin:0 auto; }
.voice_list .item { position:relative; background:#fff; border:1px solid #ddd; padding:50px; display:flex; flex-wrap:wrap; border-radius:7px; margin:0 0 50px 0; }
.voice_list .item:last-of-type { margin-bottom:0; }
.voice_list .image_wrap { border-radius:7px; width:245px; height:360px; position:relative; overflow:hidden; z-index:2; }
.voice_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.voice_list .content { width:calc(100% - 245px); padding:0 0 0 50px; display:flex; flex-direction:column; justify-content:center; }
.voice_list .no_image .content { width:auto; padding:0; }
.voice_list .title { font-size:20px; color:var(--main_color); font-family:var(--single_title_font_type); line-height:1.4; margin:0 0 25px 0; }
.voice_list .meta { font-size:16px; margin:0 0 20px 0; display:flex; flex-wrap:wrap; }
.voice_list .meta li { margin:0 30px 10px 0; }
.voice_list .link a { color:var(--main_color); position:relative; }
.voice_list .link a:after { color:var(--main_color); font-family:'normal_icon'; content:'\e910'; font-size:14px; display:block; position:absolute; right:-25px; top:2px; }
.voice_list .desc { line-height:2.4; background:#faf8f4; padding:35px 40px; border-radius:7px; }
.voice_list .desc.mobile { display:none; }
.voice_list .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  .voice_list .link a:hover { color:rgba(var(--main_color_hex),0.5); }
  .voice_list .link a:hover:after { color:rgba(var(--main_color_hex),0.5); }
  .voice_list .desc a:hover { text-decoration:underline; }
}


/* ソートボタン */
#voice_sort_button_wrap { width:100%; padding:0 80px; margin:110px 0 -50px; position:relative; z-index:1; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #voice_sort_button_wrap { padding-right:50px; padding-left:50px; }
}
#voice_sort_button_slider { position:relative; width:auto; text-align:center; }
#voice_sort_button { -webkit-user-select:none; user-select:none; width:auto; position:relative; display:inline-flex !important; }
#voice_sort_button .item { font-size:16px; border-bottom:4px solid #fff; height:50px; flex: 0 0 auto !important; width:auto !important; cursor:pointer; transition: color 0.25s ease; }
#voice_sort_button .item:last-of-type { margin-right:0 !important; }
#voice_sort_button .item.active_menu { border-color:var(--main_color); pointer-events:none; }
#voice_sort_button_wrap .voice_sort_button_next { right:20px; top:5px; }
#voice_sort_button_wrap .voice_sort_button_prev { left:20px; top:5px; }
@media(hover: hover) {
	#voice_sort_button .item:hover { color:rgba(0,0,0,0.6); }
}

/* AJAXロード */
.ajax_post_list_wrap { position:relative; display:none; }
.ajax_post_list_wrap.active { display:block }
.ajax_post_list_wrap .item { opacity:0; position:relative; }
.ajax_post_list_wrap .item.animate { animation: tcd_slide_up 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s; }
.ajax_post_list_wrap .entry-more { text-align:center; padding:100px 0 0; }
.ajax_post_list_wrap .entry-more span { margin:0 auto; cursor:pointer; transition: all 0.25s ease; }
.ajax_post_list_wrap .entry-more.is-hide { display:none; }
.ajax_post_list_wrap .entry-loading { text-align:center; width:100%; display:none; height:70px; line-height:70px; font-size:14px; margin-top:100px; font-weight:600; }
.ajax_post_list_wrap .entry-loading.is-show { display: block; }




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */

/* 記事一覧 */
#archive_news { margin:110px 80px 0; padding-bottom:120px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #archive_news { margin-right:50px; margin-left:50px; }
}
.news_list { }
.news_list .item { position:relative; display:flex; flex-wrap:wrap; margin:0 0 50px 0; background:#fff; }
body.hide_news_image .news_list .item { display:block; }
.news_list .animate_background { display:block; width:calc(100% / 3 + 50px); height:auto; aspect-ratio:350 / 230; border-radius:7px 0 0 7px; overflow:hidden; }
.news_list .image_wrap { width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.news_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.news_list .content { width:calc(100% / 3 * 2 - 50px); padding:50px; border:1px solid #ddd; border-left:none; border-radius:0 7px 7px 0; display:flex; flex-direction:column; justify-content:center; }
body.hide_news_image .news_list .content { width:auto; border:1px solid #ddd; border-radius:7px; }
.news_list .meta { display:flex; flex-wrap:wrap; align-items:center; margin:0 0 25px 0; }
.news_list .category { margin:0 20px 0 0; display:block; height:35px; line-height:35px; min-width:100px; text-align:center; padding:0 15px; border:1px solid #000; font-size:14px; border-radius:5px; }
.news_list .title { font-size:20px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible; }
.news_list .title a { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.news_list .desc { margin:20px 0 0 0; font-size:16px; line-height:1.6; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
@media(hover: hover) {
  .news_list .item a:hover { color:rgba(0,0,0,0.6); }
}




/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { width:100%; height:500px; position:relative; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
body.single #page_header { height:380px; }
body.page:not(:has(#bread_crumb)) #page_header { margin-bottom:120px; }
#page_header .catch { max-height:100%; padding:0 50px; color:#fff; text-align:center; z-index:3; line-height:1.6; font-size:var(--catch_font_size); font-family:var(--catch_font_type); }
#page_header .catch.direction_type2 { writing-mode:vertical-rl; display:inline-block; text-align:left; padding:50px 0; }
#page_header .catch span { filter:blur(50px); opacity:0; transition: filter 1.5s ease, opacity 0.5s ease; }
#page_header .catch span.blank { width:0.3em; height:0.3em; display:inline-block; }
#page_header .catch span.animate, body.no_page_animation #page_header .catch span { filter:blur(0); opacity:1; }
#page_header .image { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:1; transform:scale(1.2); transition: transform 10.0s linear 0s; }
body.start_first_animation #page_header .image, body.no_page_animation #page_header .image { transform:scale(1); }
#page_header .overlay { opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; }
body.start_first_animation #page_header .overlay, body.no_page_animation #page_header .overlay { opacity:1; transition: opacity 1.0s ease; }
#page_header:not(:has(.image)) { background:var(--main_color); height:380px; }
#page_header:not(:has(.image)) .catch { color:#fff; }

#page_header .sub_catch { max-width:840px; text-align:center; font-size:18px; line-height:2.4; font-weight:500; opacity:0; filter:blur(50px); transition: filter 1.5s ease, opacity 0.5s ease; }
#page_header .catch.direction_type2 .sub_catch { width:auto; }
#page_header .sub_catch.animate, body.no_page_animation #page_header .sub_catch { filter:blur(0); opacity:1; }
#page_header .main_catch + .sub_catch { margin:10px 0 0 0; }
#page_header .catch.direction_type2 .main_catch + .sub_catch { margin:0 24px 0 0; }
#page_header .sub_catch.mobile { display:none; }


/* 見出し・説明文 */
.archive_catch { width:730px; margin:-8px auto 0; line-height:1.4; text-align:center; color:var(--main_color); font-size:var(--headline_font_size); font-family:var(--headline_font_type); }
.archive_catch + .archive_desc { margin-top:30px; }
.archive_desc { line-height:2.4; margin:0 auto; font-size:16px; width:730px; display:flex; flex-wrap:wrap; justify-content:center; }
.archive_desc.mobile { display:none; }
#category_sort_button_wrap + .archive_desc { margin-top:-10px; }


/* パンくずリンク */
#bread_crumb { position:relative; z-index:3; margin:0 auto 120px; border-bottom:1px solid #ddd; padding:0 80px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #bread_crumb { padding-right:50px; padding-left:50px; }
}
body:has(#category_sort_button_wrap) #bread_crumb { margin-bottom:0; }
body.single #bread_crumb { margin-bottom:70px; }
body.single-service #bread_crumb { margin-bottom:120px; }
#bread_crumb ul { width:100%; height:70px; line-height:70px; margin:0 auto; display:flex; flex-wrap:nowrap; }
#bread_crumb li { flex: 0 0 auto; font-size:14px; padding:0 22px 0 10px; position:relative; }
#bread_crumb li:after { font-family:'normal_icon'; content:'\e910'; font-size:11px; color:#000; display:block; position:absolute; right:0px; top:0px; -webkit-font-smoothing: antialiased; }
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb li:last-of-type { flex: 0 1 auto; padding-right:0; color:rgba(0,0,0,0.6); overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; }
#bread_crumb li a { color:#000; display:inline; }
@media(hover: hover) {
  #bread_crumb li a:hover { color:rgba(0,0,0,0.6); }
}
#bread_crumb li.category { flex: 0 1 auto; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; }
#bread_crumb li.category a:after { content:' ,'; }
#bread_crumb li.category a:last-of-type:after { display:none; }
#bread_crumb li.home { flex: 0 0 35px !important; padding:0; }
#bread_crumb li.home a { position:relative; }
#bread_crumb li.home a span { display:none; }
#bread_crumb li.home a:before { font-family:'normal_icon'; content:'\e90c'; font-size:12px; color:#000; display:inline-block; top:-1px; position:relative; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  #bread_crumb li.home a:hover:before { color:rgba(0,0,0,0.6); }
}




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#archive_blog { margin:110px 80px 0; padding-bottom:120px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #archive_blog { margin-right:50px; margin-left:50px; }
}


/* カテゴリーソートボタン */
#category_sort_button_wrap { width:100%; padding:0 130px; margin-bottom:120px; position:relative; z-index:1; background:#f6f6f6; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #category_sort_button_wrap { padding:0 100px; }
}
#category_sort_button_slider { position:relative; width:auto; text-align:center; }
#category_sort_button { -webkit-user-select:none; user-select:none; width:auto; position:relative; display:inline-flex !important; }
#category_sort_button .item { height:70px; line-height:70px; flex: 0 0 auto !important; width:auto !important; order:2; }
#category_sort_button .item.active_menu a { pointer-events:none; background:var(--main_color); color:#fff; }
#category_sort_button .item.active_menu { /*order:1;*/ }
#category_sort_button a { display:block; height:100%; padding:0 30px; }
@media(hover: hover) {
  #category_sort_button a:hover { color:rgba(0,0,0,0.6); }
}
#category_sort_button_wrap .swiper-button-next:before, #category_sort_button_wrap .swiper-button-prev:before { color:#000; }
#category_sort_button_wrap .swiper-button-prev { left:65px; right:auto; top:32px; }
#category_sort_button_wrap .swiper-button-next { left:auto; right:65px; top:32px; }
@media screen and (min-width:1301px) and (max-width:1450px) {
  #category_sort_button_wrap .swiper-button-prev { left:30px; }
  #category_sort_button_wrap .swiper-button-next { right:30px; }
}
@media(hover: hover) {
  #category_sort_button_wrap .swiper-button-next:hover:before, #category_sort_button_wrap .swiper-button-prev:hover:before { color:#aaa; }
}


/* 記事一覧 */
.blog_list { margin:0 auto -30px; display:flex; flex-wrap:wrap; }
.blog_list .item { width:calc(100% / 3 - 20px); margin:0 30px 30px 0; position:relative; display:flex; flex-direction:column; }
.blog_list .item:nth-child(3n) { margin-right:0; }
.blog_list .animate_background { display:block; }
.blog_list .image_wrap { border-radius:10px 10px 0 0; width:100%; height:auto; position:relative; overflow:hidden; z-index:2; aspect-ratio:317 / 210; }
.blog_list .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
.blog_list .content { border:1px solid #ddd; border-top:none; border-radius:0 0 10px 10px; padding:30px 30px 20px; flex-grow:1; display:flex; flex-direction:column; background:#fff; }
.blog_list .title { font-size:18px; line-height:1.8; max-height:3.6em; overflow:hidden; visibility:visible; }
.blog_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.blog_list .categories { margin:0 0 20px 0; }
.blog_list .category { max-width:100%; margin:0 0 3px 0; display:inline-block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; border-radius:5px; border:1px solid var(--main_color); height:35px; line-height:35px; min-width:100px; padding:0 15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; text-align:center; font-size:14px; }
.blog_list a.category { font-size:14px; display:inline-block; color:var(--main_color); }
/*.blog_list a.category:after { content:' ,'; }
.blog_list a.category:last-of-type:after { display:none; }*/
.blog_list .date_list { margin:20px 0 0; }
@media(hover: hover) {
	.blog_list a:hover { color:rgba(0,0,0,0.6); }
  .blog_list a.category:hover { color:rgba(var(--main_color_hex),0.6); }
}


/* 日付（他のページでも使用） */
.date_list { display:flex; flex-wrap:wrap; flex: 1 0 auto; margin-bottom:-10px; position:relative; }
.date_list .date { color:#999; position:relative; font-size:14px; padding-left:20px; margin-right:10px; margin-bottom:10px; }
.date_list .date:before { font-family:'normal_icon'; content:'\e903'; font-size:18px; position:absolute; top:calc(50%); transform: translateY(-50%); left:0; -webkit-font-smoothing: antialiased; }
.date_list .update { color:#999; position:relative; font-size:14px; padding-left:20px; margin-bottom:10px; }
.date_list .update:before { font-family:'normal_icon'; content:'\e91f'; font-size:18px; position:absolute; top:calc(50%); transform: translateY(-50%); left:0; -webkit-font-smoothing: antialiased; }
body.mobile_device .date_list .date:before { margin-top:1px; }
body.mobile_device .date_list .update:before { margin-top:1px; }


/* ページナビ */
.page_navi { margin:60px 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 7px 0 0; }
.page_navi li:last-of-type { margin:0; }
.page_navi a, .page_navi .current, .page_navi .dots { 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; border-radius:5px; }
@media(hover: hover) {
  .page_navi a:hover { background:var(--main_color); border-color:var(--main_color); color:#fff; }
}
.page_navi .dots { }
.page_navi .current { color:#fff !important; background:var(--main_color); border-color:var(--main_color); }
.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:'normal_icon'; font-size:12px; top:0; position:relative; -webkit-font-smoothing: antialiased; transition:none !important; }
.page_navi .prev:before { content:'\e90f'; left:0px; }
.page_navi .next:before { content:'\e910'; right:0px;}




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */

/* タイトルエリア */
#single_post_header { margin-bottom:50px; position:relative;  }
#single_post_header .meta { display:flex; flex-wrap:wrap; align-items:center; margin:0 -20px 10px 0; }
body.single-news #single_post_header .meta { margin:0 0 20px 0; }
#single_post_header .categories { margin:0 15px 10px 0; }
#single_post_header .category { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; border-radius:5px; border:1px solid var(--main_color); height:35px; line-height:35px; min-width:100px; padding:0 15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; text-align:center; margin:0 3px 5px 0; font-size:14px; }
#single_post_header a.category { font-size:14px; display:inline-block; color:var(--main_color); }
/*#single_post_header a.category:after { content:' ,'; }
#single_post_header a.category:last-of-type:after { display:none; }*/
#single_post_header .news_category { border:1px solid #000; border-radius:5px; height:35px; line-height:35px; min-width:100px; padding:0 15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; text-align:center; margin:0 5px 5px 0; font-size:14px; }
#single_post_header .news_category:last-of-type { margin-right:20px; }
#single_post_header .date_list { margin-bottom:5px; }
body.single-news #single_post_header .date_list { margin-bottom:0px; margin-top:10px; }
#single_post_header .title { font-size:var(--single_title_font_size); font-family:var(--single_title_font_type); font-weight:600; line-height:1.5; margin:0 0 40px 0; }
#single_post_header .image { position:relative; width:100%; height:auto; position:relative; overflow:hidden; aspect-ratio:650 / 430; border-radius:10px; }
#single_post_header .image img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
@media(hover: hover) {
  #single_post_header a.category:hover { color:rgba(var(--main_color_hex),0.6); }
}


/* 本文 */
@media(hover: hover) {
  .post_content a:hover { text-decoration:underline; }
}


/* SNSボタン */
#single_share_top { margin:50px 0 50px; padding:0; }
#single_share_bottom { margin:50px 0 0; }


/* コピーボタン */
.single_copy_title_url { text-align: center; }
.single_copy_title_url_btn {
  font-family:var(--content_font_type); font-size:14px; color:#000; background:#fff; border:3px solid #ccc; cursor:pointer; line-height:54px; min-width:300px; padding: 0 15px;
  transition-property:background-color, color; transition-duration:0.3s; transition-timing-function:ease;
}
@media(hover: hover) {
  .single_copy_title_url_btn:hover { color:rgba(0,0,0,0.6) !important; }
}
.single_copy_title_url_btn.copied { background:#ccc; color:#fff; pointer-events:none; }
#single_copy_title_url_top { margin:0 0 40px 0; }
#single_copy_title_url_btm { margin:40px 0 0; }


/* ページ分割 */
#post_pagination { margin:40px 0 50px; padding:0; clear:both; font-size:0; text-align:center; }
#post_pagination a, #post_pagination p { margin:0 7px 0 0; font-family:"Arial"; background:#fff; border:1px solid #ddd; color:#000 !important; font-size:14px; width:50px; height:50px; line-height:50px; display:inline-block; text-align:center; text-decoration:none; border-radius:5px; }
#post_pagination p { color:#fff !important; background:var(--main_color); border-color:var(--main_color); }
@media(hover: hover) {
  #post_pagination a:hover { background:var(--main_color_light); border-color:var(--main_color_light); color:#fff !important; }
}


/* メタ情報 */
#post_tag_list { display:flex; flex-wrap:wrap; margin:50px 0 -5px; }
#post_tag_list a { background:#f6f6f6; display:inline-block; height:35px; line-height:35px; padding:0 15px; margin:0 5px 5px 0; border-radius:4px; font-size:14px; }
@media(hover: hover) {
  #post_tag_list a:hover { background:var(--main_color); color:#fff !important; }
}


/* プロフィール */
.author_profile { background:#fff; border:1px solid #ddd; margin:50px 0 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; }
.author_profile .image_wrap { display:block; width:120px; height:120px; border-radius:100%; position:relative; overflow:hidden; z-index:2; }
.author_profile .image_wrap img { display:block; width:100%; height:100% !important; z-index:2; object-fit:cover; position:absolute; top:0; left:0; }
.author_profile .info { height:100%; width:calc(100% - 120px); position:relative; }
.author_profile .info_inner { padding:0 0 0 40px; }
.author_profile .name { font-size:18px; margin:0 0 5px 0; font-weight:600; line-height:1.4; }
.author_profile .desc { line-height:2; margin:0; font-size:14px; max-height:4em; overflow:hidden; visibility:visible; }
.author_profile .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.author_profile .desc a { color:var(--content_link_color); }
@media(hover: hover) {
  .author_profile .name a:hover { color:rgba(0,0,0,0.5); }
  .author_profile .desc a:hover { text-decoration:underline; }
}
.author_profile .sns_button_list { text-align:left; margin-top:10px; }


/* ナビゲーション */
#next_prev_post { margin:50px 0 0 ; position:relative; display:flex; flex-wrap:wrap; }
#next_prev_post .item { border:1px solid #ddd; height:130px; width:50%; position:relative; display:flex; flex-wrap:wrap; align-items:center; }
#next_prev_post .item:nth-of-type(2) { margin-left:-1px; justify-content:flex-end; }
#next_prev_post .item:before { font-family:'normal_icon'; font-size:16px; position:absolute; top:calc(50% + 2px); transform: translateY(-50%); color:#000; -webkit-font-smoothing: antialiased; transition: color 0.25s ease !important; }
#next_prev_post .prev_post:before { content:'\e90f'; left:37px; }
#next_prev_post .next_post:before { content:'\e910'; right:37px; }
#next_prev_post .item.next_post:nth-of-type(1) { margin-left:50%; justify-content:flex-end; }
#next_prev_post .title {
  position:relative; 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;
}
#next_prev_post .prev_post .title { padding:0 40px 0 84px; }
#next_prev_post .next_post .title { padding:0 84px 0 40px; }
#next_prev_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#next_prev_post .nav { display:none; }
@media(hover: hover) {
  #next_prev_post a:hover { color:rgba(0,0,0,0.6) !important; }
	#next_prev_post a:hover:before { color:rgba(0,0,0,0.6) !important; }
}


/* 関連記事 */
#single_related_post { margin:60px 0 0 0; position:relative; }
#single_related_post .headline { display:table; text-align:center; font-size:26px; line-height:1; padding:30px 0 0 0; margin:0 auto 60px; font-family:var(--headline_font_type); border-top:5px solid var(--main_color); }
@media screen and (min-width:801px) {
  #single_related_post .related_post_carousel { overflow:visible; }
  #single_related_post .post_list { display:block; transform:none !important; }
}
#single_related_post .item { margin:0 0 30px 0; display:flex; flex-wrap:wrap; }
#single_related_post .item:last-of-type { margin-bottom:0; }
body.single-news.hide_news_image #single_related_post .item { display:block; }
#single_related_post .animate_background { width:45%; height:auto; aspect-ratio:300 / 200; }
#single_related_post .image_wrap { width:100%; height:100%; position:relative; overflow:hidden; z-index:2; border-radius:7px 0 0 7px; }
#single_related_post .image_wrap img { width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; }
#single_related_post .content { width:55%; border:1px solid #ddd; border-left:none; padding:40px; border-radius:0 7px 7px 0; display:flex; flex-direction:column; justify-content:center; }
body.single-news.hide_news_image #single_related_post .content { width:auto; border:1px solid #ddd; border-radius:7px; }
#single_related_post .category { display:none; }
#single_related_post .title { font-size:18px; line-height:1.8; max-height:3.6em; overflow:hidden; visibility:visible; }
#single_related_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#single_related_post .date_list { margin:10px 0 0 0; }


/* 広告 */
#single_banner_top { margin:0 auto 60px; }
#single_banner_bottom { margin:60px 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,#single_free_space{ line-height: 2.4; }
.single_banner img { max-width:100%; height:auto; }
.single_banner a img { -webkit-transition: filter 0.3s ease; transition: filter 0.3s ease; }
@media(hover: hover) {
  .single_banner a:hover img { filter: brightness(80%); }
}

#single_free_space { margin-top:60px; }

/* 添付画像 */
body.attachment #page_contents { padding-top:120px; }
@media screen and (max-width:800px) {
  body.attachment #page_contents { padding-top:40px; }
  #single_free_space { margin-top:40px; }
  .single_banner,#single_free_space{ line-height: 2; }
}



/* ----------------------------------------------------------------------
　ページ上部　ヘッダー
---------------------------------------------------------------------- */
#header { z-index:100; position:fixed; top:0px; left:0px; width:280px; height:100vh; background:#fffaec; display:flex; flex-direction:column; }
body.admin-bar #header { height:calc(100vh - 32px); }
@media screen and (max-width:1450px) {
	#header { width:230px; }
}
body.sidebar_color_type2 #header { background:#f3f3f3; }
body.sidebar_color_type3 #header { background:#edeae2; }
body.sidebar_color_type4 #header { background:#fff; box-shadow:5px 0 7px 0 rgba(100,100,100,0.1); }
body.sidebar_color_type5 #header { background:var(--main_color); }
body.admin-bar #header { top:32px; }
@media screen and (max-width: 782px) {
  body.admin-bar #header { top:46px; }
}


/* ロゴ */
#header_logo { margin:60px auto auto; padding-bottom:60px; position:relative; width:100%; text-align:center; }
body.home.use_page_animation #header_logo { opacity:0; transition: opacity 1.0s ease 0.5s; }
#header_logo.animate { opacity:1 !important; }
#header_logo img { display:block; margin:0 auto; }
@media screen and (min-width:1301px) {
  #header_logo img { max-width:calc(100% - 120px); height:auto; }
}
@media screen and (max-width:1450px) {
  #header_logo img { max-width:calc(100% - 80px); }
}
#header_logo img.mobile { display:none; }
#header_logo a { height:100%; display:flex; flex-wrap:wrap; align-items:center; transition: all 0.25s ease; }
@media(hover: hover) {
  #header_logo a:hover { opacity:0.5; }
}
#header_logo a .logo_text { font-weight:500; line-height:1.2; width:100%; text-align:center; padding:0 60px; }
#header_logo img.mobile { display:none; }
body.hide_logo #header_logo { display:none !important; }


/* グローバルメニュー */
#global_menu { width:100%; z-index:2; position:absolute; top:50%; transform: translateY(-50%); }
@media screen and (max-height:1100px) {
  #global_menu { position:relative; top:auto; transform: translateY(0%); background:none; margin-bottom:50px; }
	#header:not(:has(#header_logo)) #global_menu { margin-top:50px; }
}
#global_menu > ul { position:relative; }
#global_menu > ul > li { position:relative; line-height:1; font-size:16px; }
body.home.use_page_animation #global_menu > ul > li { opacity:0; transition: opacity 1.0s ease 0.5s; }
#global_menu > ul > li.animate { opacity:1 !important; }
#global_menu > ul > li > a { color:#000; text-decoration:none; line-height:1.5; padding:18px 60px; display:block; position:relative; overflow:hidden; }
@media screen and (max-width:1450px) {
  #global_menu > ul > li > a { padding:17px 40px; }
}
@media screen and (max-height:900px) {
  #global_menu > ul > li > a { padding-top:15px !important; padding-bottom:15px !important; font-size:15px; }
}
body.sidebar_color_type5 #global_menu > ul > li > a { color:#fff; }
#global_menu > ul > li.active > a, #global_menu > ul > li.current-menu-item > a { color:#fff; background:var(--main_color); }
body.sidebar_color_type5 #global_menu > ul > li.active > a, body.sidebar_color_type5 #global_menu > ul > li.current-menu-item > a { background:var(--main_color_light); }
#global_menu ul ul { border-radius:7px; width:230px; position:absolute; opacity:0; pointer-events:none; top:50%; transform: translateY(-50%); left:calc(100% - 0px); margin:0; z-index:100; transition:left 0.4s ease, opacity 0.4s ease; z-index:2; }
#global_menu ul ul:after { display:block; content:''; width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1; border-radius:7px; box-shadow:0 0 10px 0 rgba(0,0,0,0.2); }
#global_menu ul ul ul { top:50%; transform: translateY(-50%); }
#global_menu ul ul li { position:relative; }
#global_menu ul li.active > ul { opacity:1; left:calc(100% - 60px); pointer-events:auto; }
#global_menu ul ul ul { left:calc(100% + 20px); padding-left:10px; width:240px; }
#global_menu ul ul ul:after { display:block; content:''; width:230px; height:100%; position:absolute; top:0; left:auto; right:0; z-index:-1; border-radius:7px; box-shadow:0 0 10px 0 rgba(0,0,0,0.2); }
#global_menu ul ul li:first-child > ul { top:calc(50% + 5px); }
#global_menu ul ul li:last-child > ul { top:calc(50% - 5px); }
#global_menu ul ul li:only-child > ul { top:50%; }
#global_menu ul ul li.active > ul { left:calc(100%); }
#global_menu ul ul a { color:#000; background:#fff; height:60px; line-height:1.4; padding:0 40px; display:flex; flex-wrap:wrap; align-items:center; position:relative; margin:0; transition: color 0.25s ease, padding-left 0.25s ease; }
body.sidebar_color_type5 #global_menu ul ul a { background-color:var(--main_color_light); color:#fff; }
#global_menu ul ul li:first-child > a { border-radius:7px 7px 0 0; height:70px; padding-top:12px; }
#global_menu ul ul li:last-child > a { border-radius:0 0 7px 7px; height:70px; padding-bottom:12px; }
#global_menu ul ul li:only-child > a { border-radius:7px; height:79px; }
#global_menu ul ul li.menu-item-has-children > a:before { font-family:'normal_icon'; content:'\e910'; color:#000; display:block; position:absolute; right:15px; top:20px; font-size:16px; }
#global_menu ul ul li:first-child.menu-item-has-children > a:before { top:29px; }
#global_menu ul ul li:last-child.menu-item-has-children > a:before { top:19px; }
#global_menu ul ul li:only-child.menu-item-has-children > a:before { top:29px; }
body.sidebar_color_type5 #global_menu ul ul li.menu-item-has-children > a:before { color:#fff; }
@media(hover: hover) {
  #global_menu ul ul a:hover { color:var(--main_color); padding-left:calc(40px + 1em); }
  body.sidebar_color_type5 #global_menu ul ul a:hover { color:rgba(255,255,255,0.5); }
}


/* ドロワーメニュー */
#drawer_menu {
  display:none; position:fixed; top:0px; right:0; width:400px; height:100vh; height:100dvh; background:var(--main_color); overflow:auto; z-index:99999;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); -webkit-overflow-scrolling: touch; pointer-events:none; transform: translate3d(100%,0,0);
}
#drawer_menu_button { display:none; }
#drawer_menu_overlay { opacity:0; pointer-events:none; content:''; width:100%; height:100%; background:rgba(0,0,0,0.6); display:block; position:fixed; top:0; left:0; z-index:9999; transition: opacity 0.5s ease; }



/* SNS */
#global_menu + #header_sns { margin-top:35px; }
@media screen and (max-height:900px) {
  #global_menu + #header_sns { margin-top:0px; }
}
#header_sns { padding:0 55px; position:absolute; bottom:50px; }
body.home.use_page_animation #header_sns { opacity:0; transition: opacity 1.0s ease 0.5s; }
#header_sns.animate { opacity:1 !important; }
@media screen and (max-width:1450px) {
  #header_sns { padding:0 40px; }
}
@media screen and (max-height:1100px) {
  #header_sns { position:relative; margin-bottom:50px; bottom:auto; }
}
#header_sns li { margin-bottom:10px; }
body.sidebar_color_type5 #header_sns.color_type1 li a:before { color:#fff; }


/* ヘッダーメッセージ */
#header_message {
	position:relative; z-index:101; width:calc(100% - 280px); margin-left:280px; 
	display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  min-height:50px; text-align: center; font-size:14px; font-weight:600; padding:15px 20px;
}
body.hide_page_header_bar #header_message { width:100%; margin-left:0; }
#header_message .label { display:block; color:inherit; line-height:1.4; padding:0 20px; }
@media(hover: hover) {
  #header_message a.label:hover { text-decoration: underline; }
}
@media screen and (max-width:1450px) {
	#header_message { width:calc(100% - 230px); margin-left:230px; }
}
@media (max-width: 800px) {
  #header_message { min-height:40px; font-size:12px; }
}


/* サイドボタン */
#side_icon_button { position:fixed; right:0; z-index:100; transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
body.admin-bar #side_icon_button { top:32px; }
body.use_page_animation #side_icon_button { transform: translate3d(0,0,0); }
body.use_page_animation #side_icon_button_inner { transform: translate3d(0,-100%,0); }
body.end_header_content_animate #side_icon_button_inner { transform: translate3d(0,0,0); transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
body:not(.home).start_first_animation #side_icon_button_inner { transform: translate3d(0,0,0); transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
body.no_page_animation #side_icon_button_inner { transform: translate3d(0,0,0); }
body.start_scroll #side_icon_button { transform: translate3d(0,-100%,0); }
body.start_scroll #side_icon_button.position_fix { transform: translate3d(0,0,0); }
#side_icon_button a { display:block; width:80px; height:80px; background:#000; color:#fff; display:flex; flex-direction:column; justify-content:center; text-align:center; }
#side_icon_button .label { font-size:12px; line-height:1.4; padding:0 15px; }
#side_icon_button .icon { font-family: 'normal_icon'; font-size:22px; margin:0 0 5px 0; font-weight:100; }
#side_icon_button .icon.icon_type_sns { font-family:"sns_icon"; font-size:18px; font-weight:400; }
#side_icon_button .icon.User { font-size:24px; }
#side_icon_button .icon.Bookmark { font-size:22px; }
#side_icon_button .icon.Twitter { font-size:16px; }
#side_icon_button .icon.Facebook { font-size:21px; }
#side_icon_button .icon.LINE { font-size:20px; }
#side_icon_button .icon.no_icon { display:none; }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* ウィジェットエリア */
#footer { background:var(--main_color); z-index:20; position:relative; overflow:hidden; background-attachment:fixed; }
body.sidebar_color_type5 #footer.bg_type2:before { content:''; display:block; width:10px; height:100%; position:absolute; top:0; left:0; z-index:10; background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); }
#footer.bg_type2 { background:var(--main_color); }
#footer .bg_image { width:auto; height:100%; position:absolute; bottom:0; left:50%; transform: translateX(-50%); z-index:-1; }
#footer .bg_image.mobile { display:none; }
#footer .overlay { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:2; }


/* ロゴ */
#footer_logo { height:120px; width:100%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; z-index:3; position:relative; }
#footer_logo img { display:block; transition: all 0.25s ease; max-width:100%; }
#footer_logo img.mobile { display:none; }
@media(hover: hover) {
  #footer_logo a:hover img { opacity:0.5; }
}
#footer_logo a .logo_text { font-weight:500; line-height:1.2; word-wrap:break-word; }
#footer_logo img.mobile { display:none; }
#footer_logo a { color:#fff; }
@media(hover: hover) {
  #footer_logo a:hover { color:rgba(255,255,255,0.5); }
}


/* ウィジェット */
#footer_widget_area { border-top:1px solid rgba(255,255,255,0.2); display:flex; flex-wrap:wrap; z-index:3; position:relative; overflow:hidden; }
#footer_widget_area a { color:#fff !important; }
#footer_widget select, #footer_widget option { color:#fff; }
.footer_widget_content { color:#fff; width:50%; border-right:1px solid rgba(255,255,255,0.2); border-bottom:1px solid rgba(255,255,255,0.2); padding:75px; font-size:16px; margin-bottom:-1px; position:relative; }
.footer_widget_inner { position:relative; }
.footer_widget_content:nth-child(2n) { border-right:none; }
.footer_widget_content:only-child { border-right:none; margin:0 auto -1px; }
.footer_widget_headline { font-size:18px; color:#fff; line-height:1; margin:0 0 30px 0; font-weight:500; }
@media(hover: hover) {
  #footer .post_content a:hover { text-decoration:underline; }
	#footer_widget_area a:hover { color:rgba(255,255,255,0.5) !important; }
}
#footer .times_headline { margin:0 0 5px 0; font-size:20px; }


/* 住所 */
#footer_info { color:#fff; text-align:center; line-height:2; font-size:16px; padding:35px 80px; border-top:1px solid rgba(255,255,255,0.2); z-index:3; position:relative; }

/* メニュー */
#footer_nav { position:relative; z-index:3; border-top:1px solid rgba(255,255,255,0.2); }
#footer_nav ul { display:flex; flex-wrap:wrap; justify-content:center; }
#footer_nav li a { display:block; padding:0 30px; color:#fff; height:70px; line-height:70px; font-size:var(--global_menu_font_size); }
@media(hover: hover) {
	#footer_nav li a:hover { color:rgba(255,255,255,0.5); }
}


/* SNS */
#footer_sns { display:none; }


/* コピーライト */
#copyright { line-height:1.5; position:relative; font-size:14px; text-align:center; padding:24px 20px; background:var(--main_color); color:#fff; border-top:1px solid rgba(255,255,255,0.2); z-index:5; }
#footer #copyright { background:transparent; }
body.hide_page_header_bar #copyright { width:auto; margin:0; }
#container:has(#footer:not(.bg_type2)) + #copyright { border-top:none; }
body.sidebar_color_type5 #container:has(#footer.bg_type2) + #copyright:before { content:''; display:block; width:10px; height:100%; position:absolute; top:0; left:0; z-index:10; background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); }
body.hide_footer #copyright { border-top:1px solid #ddd; }
#copyright a { text-decoration:underline; }


/* 上部へ戻る*/
#return_top { display:block; height:70px; line-height:70px; width:100%; text-decoration:none; position:relative; border-top:1px solid #ddd; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top:before {
  color:#000; font-family:'normal_icon'; content:'\e910'; font-size:20px; display:block; width:16px;
  position:absolute; top:5px; left:50%;transform: translateX(-50%) rotate(-90deg);
}
@media(hover: hover) {
	#return_top:hover:before { color:#aaa; }
}


/* SNSボタン（全箇所共通） */
.sns_button_list { z-index:20; display:flex; flex-wrap:wrap; margin-bottom:-5px; }
.sns_button_list li { font-size:12px; margin:0 15px 5px 0; position:relative; }
.sns_button_list li:last-of-type { margin-right:0; }
.sns_button_list li a {
	display:block; text-align:center; position:relative; overflow:hidden;
  width:18px; height:18px;
}
.sns_button_list li a span { display:none; }
.sns_button_list li a:before {
  font-family:'sns_icon','normal_icon'; font-size:16px; display:block;
  position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);
  transition: opacity 0.3s ease; -webkit-font-smoothing: antialiased;
}
.sns_button_list.color_type1 li a:before { color:#000; }
@media(hover: hover) {
  .sns_button_list li a:hover:before { opacity:0.5; }
}
.sns_button_list li.line a:before { content:'\e909'; font-size:18px; }
.sns_button_list li.twitter a:before { content:'\e950'; font-size:15px; }
.sns_button_list li.facebook a:before { content:'\e944'; font-size:18px; }
.sns_button_list li.insta a:before { content:'\ea92'; font-size:15px; }
.sns_button_list li.pinterest a:before { content:'\e905'; font-size:18px; }
.sns_button_list li.youtube a { width:19px;}
.sns_button_list li.youtube a:before { content:'\ea9d'; font-size:18px; }
.sns_button_list li.tiktok a:before { content:'\e94d'; }
.sns_button_list li.contact a:before { content:'\e900'; font-size:20px; }
.sns_button_list li.rss a:before { content:'\e90b'; font-size:14px; margin-left:1px; }
.sns_button_list li.user_url a:before { content:'\e942'; margin-left:0.7px; }
.sns_button_list.color_type2 li { margin:0 15px 5px 0; }
.sns_button_list.color_type2 li a { width:25px; height:25px; }
.sns_button_list.color_type2 li a:before { font-size:24px; }
.sns_button_list.color_type2 li.line a:before { color:#00B900; }
.sns_button_list.color_type2 li.twitter a:before { color:#000; font-size:19px; }
.sns_button_list.color_type2 li.facebook a:before { color:#1877f2; font-size:26px; }
.sns_button_list.color_type2 li.insta a:before { color:#e4405f; font-size:23px; }
.sns_button_list.color_type2 li.pinterest a:before { color:#bd081c; font-size:24px; }
.sns_button_list.color_type2 li.youtube a:before { color:#f00; }
.sns_button_list.color_type2 li.tiktok a:before { color:#000; font-size:20px; }
.sns_button_list.color_type2 li.contact a:before { color:#00729f; }
.sns_button_list.color_type2 li.rss a:before { color:orange; font-size:19px; }
.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%;
}


/* タブレット時のレイアウト調整 */
@media screen and (min-width: 801px){
	body.home.admin-bar{
	  padding-bottom: 0;
	}
}
@media screen and (min-width: 1392px){
  .p-footer-bar{
    display: none;
  }
}



/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { margin:0 0 50px 0; position:relative; font-size:16px; }
.widget_content:last-of-type { margin-bottom: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 img { height:auto; max-width:100%; }
.widget_headline { font-weight:600; font-size:18px; height:60px; line-height:60px; background:var(--main_color); color:#fff; border-radius:7px; padding:0 30px; margin:0 0 20px 0; position:relative; }


/* 予約情報 */
.reserve_widget .desc { line-height:2.4; }
#side_col .reserve_widget .desc + .reserve_button { margin-top:18px; }
.reserve_widget .reserve_button { font-size:16px; padding:3px 20px 0; font-weight:600; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; height:60px; line-height:1.4; text-align:center; border:1px solid var(--main_color); color:var(--main_color); text-decoration:none !important; border-radius:5px; }
.reserve_widget .reserve_button[href^="tel:"] .large-font { font-size:20px; }
@media(hover: hover) {
  .reserve_widget .reserve_button:hover { background-color:var(--main_color); border-color:var(--main_color); color:#fff; }
}
.reserve_widget .desc + .reserve_button { margin-top:10px; }
.reserve_widget .reserve_button + .reserve_button { margin-top:20px; }
.reserve_widget .icon { font-family: 'normal_icon'; font-size:24px; margin:0 10px 0 0; font-weight:100; }
.reserve_widget .icon.icon_type_sns { font-family:"sns_icon"; font-size:20px; font-weight:400; }
.reserve_widget .icon.User { font-size:26px; }
.reserve_widget .icon.Twitter { font-size:18px; }
.reserve_widget .icon.Facebook { font-size:23px; }
.reserve_widget .icon.LINE { font-size:22px; }
.reserve_widget .icon.no_icon { display:none; }
#footer .reserve_widget .reserve_button { border:1px solid rgba(255,255,255,0.2); color:#fff; }
@media(hover: hover) {
  #footer .reserve_widget .reserve_button:hover { background:none; color:rgba(2555,255,255,0.3); }
}


/* サイドバナー */
.side_banner a { display:block; position:relative; overflow:hidden; }
.side_banner img { display:block; }
.side_banner .title { font-size:16px; position:absolute; left:0; bottom:0; z-index:10; display:block; width:100%; text-align:center; color:#fff; line-height:1.6; padding:50px 30px 15px; background: linear-gradient(to top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); }


/* タブ記事 */
.tab_post_list_widget { position:relative; }
.widget_tab_post_list_button { position:relative; z-index:10; display:flex; flex-wrap:wrap; }
.widget_tab_post_list_button div {
  font-size:14px; height:60px; line-height:60px; flex: 1 1 0%; text-align:center; cursor:pointer; border:1px solid #ddd; font-weight:600;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible;
  display:block; position:relative; transition: all 0.25s ease;
}
.widget_tab_post_list_button div.active { pointer-events:none; border-bottom:1px solid #fff; }
@media(hover: hover) {
	.widget_tab_post_list_button div:hover { color:#aaa; }
}
.widget_tab_post_list_button div:last-of-type { border-left:none; }
.widget_tab_post_list { opacity:0; pointer-events:none; position:absolute; top:60px; left:0; width:100%; border:1px solid #ddd; border-top:none; }
.widget_tab_post_list.active { opacity:1; pointer-events:initial; position:relative; top:0; left:0px; width:auto; z-index:10; }
.widget_tab_post_list li { margin:0; padding:15px; border-bottom:1px solid #ddd; line-height:1; }
.widget_tab_post_list li:last-of-type { border-bottom:none; }
.widget_tab_post_list a { padding:0; display:flex; flex-wrap:wrap; }
.widget_tab_post_list .image_wrap { display:block; max-width:110px; width:37%; height:auto; aspect-ratio:1 /1; position:relative; z-index:1; overflow:hidden; }
.widget_tab_post_list .image_wrap .image { object-fit:cover; width:100%; height:100%; position:absolute; top:0; left:0; }
.widget_tab_post_list .title_area { min-width:calc(100% - 110px); width:63%; padding:0 0 0 20px; display:flex; flex-wrap:wrap; align-items:center; }
.widget_tab_post_list .title { font-size:14px; line-height:1.6; max-height:4.8em; word-break:break-all; overflow:hidden; }
.widget_tab_post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.widget_tab_post_list .date { font-size:14px; font-weight:500; margin:0 0 10px 0; display:block; color:#999; position:relative; }
.widget_tab_post_list .date:before { font-family:'normal_icon'; content:'\e903'; font-size:17px; margin:0 5px 0 0; position:relative; top:1.5px; -webkit-font-smoothing: antialiased; }
.widget_tab_post_list li.no_post { padding:20px !important; font-size:14px; line-height:2; border:1px solid #ddd !important; border-top:none !important; border-radius:0 0 7px 7px; }
.widget_tab_post_list.no_image a { display:block; }
.widget_tab_post_list.no_image .title_area { width:auto; display:block; height:auto; padding:0; }
.no_tab .widget_headline { border-radius:7px 7px 0 0; margin-bottom:0; }
.no_tab + .widget_tab_post_list { border:none !important; }
.no_tab + .widget_tab_post_list li { padding:0; border:none; }
.no_tab + .widget_tab_post_list .title_area { border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:0 20px; }
@media(hover: hover) {
  .widget_tab_post_list a:hover { color:rgba(0,0,0,0.6) !important; }
}
#footer .widget_tab_post_list_button div, #footer .widget_tab_post_list, #footer .widget_tab_post_list li, .no_tab + .widget_tab_post_list { border-color:rgba(255,255,255,0.3); }
#footer .widget_tab_post_list_button div.active { border-bottom:transparent; }
#footer .no_tab + .widget_tab_post_list .title_area { border-color:rgba(255,255,255,0.2); }
#footer .no_tab + .widget_tab_post_list li:first-of-type .title_area { border-top:1px solid rgba(255,255,255,0.2); }


/* お知らせスライダー */
.news_slider_widget .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; position:relative; }
.news_slider_widget { position:relative; }
.widget_news_carousel { position:relative; border-radius:7px; box-shadow:inset 0 0 0 1px #ddd; }
.news_slider_widget:has(.widget_headline) .widget_news_carousel { border-radius:0 0 7px 7px; }
.news_slider_widget .item { padding:30px 30px 25px; }
.news_slider_widget .animate_background { width:calc(100% + 60px); height:auto; display:block; aspect-ratio:300 / 200; margin:-30px -30px 30px; }
.news_slider_widget .image_wrap { margin:0; display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.news_slider_widget .image { object-fit:cover; width:100%; height:100% !important; display:block; overflow:hidden; position:absolute; top:0; left:0; z-index:2; }
.news_slider_widget .image img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transform:none !important; }
.news_slider_widget .category { min-width:100px; height:35px; line-height:35px; border:1px solid #ddd; text-align:center; font-size:14px; display:inline-block; border-radius:4px; padding:0 15px; margin:0 0 15px 0; }
.news_slider_widget .category.blog_category { border-color:var(--main_color); color:var(--main_color); }
@media(hover: hover) {
  .news_slider_widget .category.blog_category:hover { border-color:rgba(var(--main_color_hex),0.5); color:rgba(var(--main_color_hex),0.5); }
}
.news_slider_widget .title { font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible; font-weight:500; }
.news_slider_widget .title a { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.news_slider_widget .swiper-pagination { position:relative; top:0; margin:20px 0 0 0;  }
.news_slider_widget .swiper-pagination span { width:14px; height:14px; }
#footer .news_slider_widget .swiper-pagination span { background:transparent; border-color:#fff; }
#footer .news_slider_widget .swiper-pagination .swiper-pagination-bullet-active { background:#fff; }
#footer .widget_news_carousel { box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5); }


/* 声一覧 */
.voice_list_widget .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; position:relative; }
.widget_voice_list .item { border:1px solid #ddd; padding:20px; margin:0 0 -1px 0; display:flex; flex-wrap:wrap; }
.widget_voice_list .image_wrap { display:block; max-width:110px; width:37%; height:auto; aspect-ratio:245 /360; position:relative; z-index:1; overflow:hidden; }
.widget_voice_list .image_wrap .image { object-fit:cover; width:100%; height:100%; position:absolute; top:0; left:0; }
.widget_voice_list .content { min-width:calc(100% - 110px); width:63%; padding:0 0 0 20px; display:flex; flex-direction:column; justify-content:center; }
.widget_voice_list .item:not(:has(.image)) .content { width:100%; min-width:inherit; padding:0; }
.widget_voice_list .title { font-size:14px; line-height:1.6; }
.widget_voice_list .info { font-size:14px; margin-top:10px; line-height:1.4; }
.voice_list_widget .no_post { border:1px solid #ddd; padding:20px 30px; line-height:1.6; font-size:14px; }
.voice_list_widget .link { border:1px solid #ddd; border-top:none; display:block; height:60px; line-height:60px; text-align:center; font-weight:600; font-size:14px;}


/* サービス一覧 */
.service_list_widget .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; position:relative; }
.widget_service_list a { border:1px solid #ddd; padding:15px; margin:0 0 -1px 0; display:flex; flex-wrap:wrap; align-items:center; }
.widget_service_list .image_wrap { display:block; max-width:110px; width:37%; height:auto; aspect-ratio:1 /1; position:relative; z-index:1; overflow:hidden; }
.widget_service_list .image_wrap .image { object-fit:cover; width:100%; height:100%; position:absolute; top:0; left:0; }
.widget_service_list .title { min-width:calc(100% - 110px); width:63%; padding:0 0 0 20px; font-weight:500; line-height:1.6; }
.widget_service_list .no_post { border:1px solid #ddd; padding:20px 30px; line-height:1.6; font-size:14px; }


/* 検索 */
.widget_search label { display:none; }
#searchform { background:#fff; height:60px; border:1px solid #ddd; }
#searchform #s { border:none; background:none; padding:0 20px; 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:0px; }
#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:'normal_icon'; color:#333; font-size:16px; content:'\e94c'; right:2px; top:1px; font-weight:600;
	transition: color 0.2s ease; -webkit-font-smoothing: antialiased;
}
@media(hover: hover) {
  #searchform .submit_button:hover:before { color:rgba(0,0,0,0.5) !important; }
}
#footer #searchform { background:none; border-color:rgba(255,255,255,0.3); }
#footer #searchform #s { color:#fff; }
#footer #searchform .submit_button:before { 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:#f6f6f6; padding:0px 20px; border-radius:4px; height:36px; line-height:36px; }
@media(hover: hover) {
  .widget_tag_cloud .tagcloud a:hover { background:var(--main_color) !important; color:#fff !important; }
  #footer .widget_tag_cloud .tagcloud a:hover { background:rgba(255,255,255,0.4) !important; }
}
#footer .widget_tag_cloud .tagcloud a { color:#fff !important; background:rgba(255,255,255,0.2); }


/* デフォルトの最近の記事 */
.widget_recent_entries .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_recent_entries li { padding:15px 20px; margin:0; border:1px solid #ddd; border-bottom:none; display:flex; flex-direction:column; }
.widget_recent_entries li:last-of-type { border-bottom:1px solid #ddd; }
.widget_recent_entries li a { display:block; font-size:14px; line-height:1.8; width:100%; order:2; }
.widget_recent_entries li a br { display:none; }
.widget_recent_entries .post-date { position:relative; color:#999; font-size:14px; margin:-5px 0 5px 0; display:block; width:100%; order:1; padding-left:20px; }
.widget_recent_entries .post-date:before { font-family:'normal_icon'; content:'\e903'; font-size:18px; position:absolute; top:calc(50%); transform: translateY(-50%); left:0; -webkit-font-smoothing: antialiased; }
body.mobile_device .widget_recent_entries .post-date:before { margin-top:1px; }
#footer .widget_recent_entries li { border-color:rgba(255,255,255,0.3); }


/* デフォルトのカテゴリー */
.widget_categories .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_categories ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_categories ul:first-of-type ul { border:none; }
.widget_categories li { margin:0; padding:0; position:relative; }
.widget_categories li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; 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; width:40px; height:40px; line-height:40px; border-radius:100%; text-align:center; font-size:12px; position:absolute; right:10px; top:11px; pointer-events:none; }
@media(hover: hover) {
  .widget_categories li a:hover { color:rgba(0,0,0,0.6) !important; }
}
#footer .widget_categories li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_categories ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_categories li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのアーカイブ */
.widget_archive .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_archive ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_archive ul:first-of-type ul { border:none; }
.widget_archive li { margin:0; padding:0; position:relative; }
.widget_archive li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; 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; width:40px; height:40px; line-height:40px; border-radius:100%; text-align:center; font-size:12px; position:absolute; right:10px; top:11px; }
@media(hover: hover) {
  .widget_archive li a:hover { color:rgba(0,0,0,0.6) !important; }
}
#footer .widget_archive li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_archive ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_archive li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトの固定ページ */
.widget_pages .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_pages ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_pages ul:first-of-type ul { border:none; }
.widget_pages li { margin:0; padding:0; position:relative; }
.widget_pages li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; 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); }
@media(hover: hover) {
  .widget_pages li a:hover { color:rgba(0,0,0,0.6) !important; }
}
#footer .widget_pages li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_pages ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_pages li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのナビ　*/
.widget_nav_menu .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_nav_menu ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_nav_menu ul:first-of-type ul { border:none; }
.widget_nav_menu li { margin:0; padding:0; position:relative; }
.widget_nav_menu li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; 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); }
@media(hover: hover) {
  .widget_nav_menu li a:hover { color:rgba(0,0,0,0.6) !important; }
}
#footer .widget_nav_menu li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_nav_menu ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_nav_menu li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのメタウィジェット */
.widget_meta .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_meta ul:first-of-type { position:relative; border-bottom:1px solid #ddd; }
.widget_meta ul:first-of-type ul { border:none; }
.widget_meta li { margin:0; padding:0; position:relative; }
.widget_meta li a { display:block; background:#fff; border:1px solid #ddd; border-bottom:none; padding:0 30px; overflow:hidden; position:relative; width:100%; height:60px; line-height:60px; }
.widget_meta li li a { padding-left:calc(30px + 1em); }
.widget_meta li li li a { padding-left:calc(30px + 2em); }
@media(hover: hover) {
  .widget_meta li a:hover { color:rgba(0,0,0,0.6) !important; }
}
#footer .widget_meta li a { background:none; border-color:rgba(255,255,255,0.3); }
#footer .widget_meta ul:first-of-type { border-color:rgba(255,255,255,0.3); }
#footer .widget_meta li .post-count { background:rgba(255,255,255,0.3); }


/* デフォルトのコメントウィジェット */
.widget_recent_comments .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; }
.widget_recent_comments li { font-size:14px; line-height:1.8; border:1px solid #ddd; border-bottom:none; margin:0; padding:15px 20px; }
.widget_recent_comments li:last-of-type { margin-bottom:0; border-bottom:1px solid #ddd; }
.widget_recent_comments li > a { display:block; }
.widget_recent_comments .comment-author-link a { color:#999; }
.widget_recent_comments .comment-author-link a:hover { color:#ccc; }
.widget_recent_comments li br { display:none; }
#footer .widget_recent_comments li { border-color:rgba(255,255,255,0.3); }


/* デフォルトのブロック */
.widget_block { font-size:16px; line-height:2.4; }
.widget_block .wp-block-archives-list li a, .widget_block .wp-block-categories-list li a { color:#000 !important; }
#footer .widget_block a { text-decoration:underline; }
@media(hover: hover) {
  .widget_block a:hover { text-decoration:underline; }
  .widget_block .wp-block-archives-list li a:hover, .widget_block .wp-block-categories-list li a:hover { color:rgba(0,0,0,0.6) !important; text-decoration:none; }
}


/* デフォルトのテキストウィジェット */
.widget_text .textwidget { font-size:16px; line-height:2.4; }
#footer .widget_text .textwidget a { text-decoration:underline; }
@media(hover: hover) {
  .widget_text .textwidget a:hover { text-decoration:underline; }
}


/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive form, .widget_categories form { position:relative; }
.widget_archive select, .widget_categories select {
	border:1px solid #ddd; 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;
	position:absolute; right:5px; text-indent:-300px;
}
.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
  font-family:'normal_icon'; content:'\e90e'; text-align:center; text-indent:0;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px; z-index:10;
  position:absolute; right:20px; top:25px; -webkit-font-smoothing: antialiased;
}
#footer .widget_archive select, #footer .widget_categories select { background:none; color:#fff; -webkit-text-fill-color: #fff; border-color:rgba(255,255,255,0.3); }
#footer .widget_archive select option, #footer .widget_categories select option { color:#000; }


/* カレンダー */
#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:#f6f6f6; color:#000; width:calc(100% - 6px); margin-left:3px; }
@media(hover: hover) {
  #wp-calendar tbody a:hover { color:#fff; background:var(--main_color) !important; }
  #footer #wp-calendar tbody a:hover { color:#fff !important; background:rgba(255,255,255,0.4) !important; }
}
#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; }
#footer #wp-calendar tbody a { background:rgba(255,255,255,0.2); color:#fff; }


/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item { margin-top:0 !important; }


/* RSS */
.widget_rss .widget_headline { margin:0 0 -1px 0; border-radius:7px 7px 0 0; position:relative; }
.widget_rss .widget_headline a { color:#fff; }
@media(hover: hover) {
  .widget_rss .widget_headline a:hover { color:rgba(255,255,255,0.5); }
}
.widget_rss .rss-widget-feed { display:none; }
.widget_rss ul li { font-size:14px; margin:0; padding:20px 20px 15px; border:1px solid #ddd; border-bottom:none; display:flex; flex-wrap: wrap; }
.widget_rss ul li:last-of-type { border-bottom:1px solid #ddd; }
.widget_rss ul li .rss-date { -ms-flex-order:1; order:1; color:#999; font-size:13px; line-height:1; margin-right:10px; }
.widget_rss ul li cite { -ms-flex-order:2; order:2; color:#999; font-size:13px; line-height:1; }
.widget_rss ul li .rsswidget { -ms-flex-order:3; order:3; display:block; width:100%; margin:0; line-height:1.6; }
.widget_rss ul li .rssSummary { -ms-flex-order:4; order:4; color:#999; font-size:13px; margin: -0.35em 0; line-height:1.6; }
.widget_rss .rss-date { position:relative; font-family:Arial; }
.widget_rss .rsswidget ~ .rss-date, .widget_rss .rsswidget ~ cite { margin-bottom:10px; }
.widget_rss .rsswidget ~ .rssSummary { margin-top:calc(10px - 0.35em); }
#footer .widget_rss ul li { border-color:rgba(255,255,255,0.3); }




/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer, body.error404 #footer_nav, body.error404 #return_top, body.error404 #side_icon_button,
body.search-no-results #footer, body.search-no-results #footer_nav, body.search-no-results #return_top, body.search-no-results #side_icon_button { display:none; }
body.error404 #copyright, body.search-no-results #copyright { display:none; }
#no_search_result { height:100vh; height:100dvh; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; position:relative; }
#no_search_result .content { z-index:100; width:100%; margin-top:0px; }
#no_search_result.has_image .content { color:#fff; }
#no_search_result.has_image .content p a { color:#fff !important; text-decoration:underline; }
#no_search_result .headline { text-align:center; margin:0 0 40px 0; font-size:42px; font-family:var(--headline_font_type); }
#no_search_result .desc { text-align:center; margin:0 auto 50px; width:800px; }
#no_search_result .desc:last-child { margin-bottom:0; }
#no_search_result .overlay { width:100%; height:100%; position:absolute; z-index:2; }
#no_search_result .bg_image { width:100%; height:100%; position:absolute; z-index:1; }
#no_search_result form { height:50px; width:400px; position:relative; margin:0 auto; }
#no_search_result .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; }
#no_search_result .search_button input { position:absolute; right:0px; top:0px; border:none; background:none; width:50px; height:50px; z-index:2; cursor:pointer; }
#no_search_result .search_button label { position:absolute; right:0px; top:0px; z-index:10; width:50px; height:50px; display:block; pointer-events:none; }
#no_search_result .search_button label:before { display:block; font-family:'normal_icon'; color:#000; font-size:14px; content:'\e94c'; top:19px; right:20px; position:absolute; transition: color 0.2s ease; -webkit-font-smoothing: antialiased; }
@media(hover: hover) {
  #no_search_result.has_image .content p a:hover { color:rgba(255,255,255,0.5) !important; }
  #no_search_result .search_button:hover label:before { color:rgba(0,0,0,0.6); }
}
#no_search_result.has_bg_image .content { color:#fff; }
#no_search_result.has_bg_image .input_area input { background:#fff; }
#no_search_result .tag_list { text-align:center; width:730px; margin:60px auto;}
#no_search_result .desc + .tag_list { margin-top:50px; }
#no_search_result .wp-tag-cloud { display:inline-flex; flex-wrap:wrap; margin:0 0 -5px; }
#no_search_result .wp-tag-cloud li { margin:0 2px 4px; display:}
#no_search_result .wp-tag-cloud a { background:#f3f3f3; height:35px; line-height:35px; display:block; border-radius:4px; padding:0 15px; font-size:14px !important; }
#no_search_result.has_image .wp-tag-cloud a { background:none; color:#fff; border:1px solid rgba(255,255,255,0.5); }
@media(hover: hover) {
	#no_search_result .wp-tag-cloud a:hover { background:#000; border-color:#000; color:#fff; }
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:60px 0 0 0; position:relative; }
#comments .headline { display:table; text-align:center; font-size:26px; line-height:1; padding:30px 0 0 0; margin:0 auto 60px; font-family:var(--headline_font_type); border-top:5px solid var(--main_color); }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 20px; }
#comment_tab { margin:0; display:-webkit-box; display:-webkit-flex; display:flex; overflow:hidden; }
#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:#f6f6f6; color:#000; }
@media(hover: hover) {
  #comment_tab li a:hover { color:#fff !important; background:var(--main_color_light); }
}
#comment_tab li.active a { background:var(--main_color); }
#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 20px; padding:20px 20px 0; background:#fff; border:1px solid #ddd; }
#comments .post_content { margin:0; padding:5px 0 0 0; background:none; }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { display:flex; flex-wrap:wrap; align-items:center; }
#comments .avatar { margin:0 15px 0 0; width:50px; height:50px; border-radius:100%; }
.comment-name-date { }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; font-size:14px; }
.comment-date { color:#888; margin:10px 0 0 0; }

.comment-act { font-size:14px; position:absolute; top:5px; right:0px; padding:0; margin: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; line-height:1.8; }
#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:20px; border:1px solid #ddd; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:15px; border-radius:50px; text-align:center; display:block; }
@media(hover: hover) {
  #cancel_comment_reply a:hover { background:var(--main_color); color:#fff !important; }
}

#comment_user_login p { padding:10px 0; margin:0; line-height:1; font-size:14px; }
#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; }
#guest_info input:focus { border:1px solid var(--main_color); }
#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:16px; line-height:1.8; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc;
}
#comment_textarea textarea:focus { border:1px solid var(--main_color); }

#submit_comment_wrapper { text-align:center; }
#submit_comment { color:#fff; background:var(--main_color); border:none; cursor:pointer; font-size:14px; width:200px; height:50px; margin:20px auto 0; display:block; border-radius:50px; transition: all 0.2s ease; }
@media(hover: hover) {
  #submit_comment:hover { background:var(--main_color_light); 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; }




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@keyframes tcd_slide_up {
  0% { opacity:0; bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ズームアウト */
@keyframes tcd_zoom_out {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}


/* ズームイン */
@keyframes tcd_zoom_in {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}


/* フェードイン */
@keyframes tcd_fade_in {
  0% { opacity:0; }
  100% { opacity:1; }
}


/* フェードアウト */
@keyframes tcd_fade_out {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* 右に移動 */
@keyframes tcd_move_right {
  0% { opacity:0; right:30px; }
  100% { opacity:1; right:0; }
}


/* 左に移動 */
@keyframes tcd_move_left {
  0% { opacity:0; left:30px; }
  100% { opacity:1; left:0; }
}


/* 下に移動 */
@keyframes tcd_move_down {
  0% { opacity:0; top:-30px; }
  100% { opacity:1; top:0; }
}


/* 上に移動 */
@keyframes tcd_move_up {
  0% { opacity:0; bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ポップアップ */
@keyframes tcd_pop_up {
  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; }


/* パスワード保護 */
.c-pw { margin-top:50px; }
.c-pw__box { font-size:16px; padding:40px; border:1px solid #ddd; background:#fff; }
.c-pw__box-inner { width:100%; height:50px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.c-pw__box-desc { line-height:1.8!important; margin:-0.4em 0 2em!important; }
.c-pw__box-input { display:block; flex:1; border:none; background:#eee; height:100%; padding: 0 20px; }
.c-pw__btn--submit { display:block; min-width:150px; height:100%; padding:0 1em; background:#111; color:#fff!important; border:0; cursor:pointer; }
.c-pw__btn--submit:hover { background:#333; }
.c-pw__box-error { color:red; font-size:12px; }
@media (max-width:800px) {
  .c-pw { margin-top:40px; }
  .c-pw__box { font-size:14px; padding:20px; }
  .c-pw__box-inner { height:40px; }
  .c-pw__box-desc { margin-bottom:1em!important; }
  .c-pw__box-input { width:calc(100% - 100px); padding:0 10px; }
  .c-pw__btn--submit { min-width:auto; width:100px; }
}


/* Cardlink style - カードリンクのスタイル */
.cardlink { margin: 2em 0 !important; }


/* 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-bottom:50px; }
.wp-block-image { margin-bottom:50px; }
.wp-block-columns { margin-bottom:50px; }
@media (max-width:800px) {
  .wp-block-embed { margin-bottom:35px; }
  .wp-block-image { margin-bottom:35px; }
  .wp-block-columns { margin-bottom:35px; }
}


/* ブロックエディターのテーブルブロックの調整 */
.wp-block-table { overflow:visible !important; margin-bottom:50px; }
.wp-block-table table { margin-bottom:0; }
.wp-block-table .wp-element-caption { padding:30px 0 0; text-align:center; }
.wp-block-table.is-style-stripes { border-bottom:none !important; }
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th,
.wp-block-table .has-background td, .wp-block-table .has-background th {
  background-color:transparent; border:none !important;
}


/* レスポンシブ説明文 */
.responsive_desc { margin-bottom:2em; }
.responsive_desc .mobile { display:none; }
@media (max-width: 800px) {
  .responsive_desc .pc { display:none; }
  .responsive_desc .mobile { display:block; }
}


/* グレー背景のボックス */
.gray_bg { background: #f3f3f3; padding:70px 70px; 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: 800px){
  .gray_bg { margin-bottom:35px; margin-top:35px; padding:20px; }
}


/* 縦書き */
.vertical_text { writing-mode:vertical-rl; position:relative; left:50%; transform: translateX(-50%); margin:50px 0 !important; padding:0 !important; text-align:left !important; line-height:1.5 !important; }
@media (max-width: 800px) {
  .vertical_text { margin:40px 0 !important; }
}


/* タブコンテンツ */
.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; }
}


/* デザインテーブル */
.post_content .design_table { border:none !important; }
.post_content .design_table th, .post_content .design_table td { border-color:rgba(255,255,255,0.5) !important; }
.post_content .design_table tr:first-child td { background:#238c00; color:#fff; font-weight:600 !important; }
.post_content .design_table.red_color tr:first-child td { background:#d93600; }
.post_content .design_table.blue_color tr:first-child td { background:#008c8c; }
.post_content .design_table tr:nth-child(even) td { background:#f6f6f6 !important; }
@media screen and (max-width:1000px) {
  .post_content .design_table td { padding:10px 25px; font-size:14px; }
}
@media screen and (max-width:800px) {
	.post_content .design_table { width:580px !important; margin:0 auto; }
}




/* ----------------------------------------------------------------------
 シェアボタン
---------------------------------------------------------------------- */
.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:'sns_icon'; 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 { content:'\e950'; font-size:12px; top:-1px; }
.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:0px; }
.share_button_list .feedly_button a:before { content:'\e907'; font-size:15px; top:0px; }
.share_button_list .pinterest_button a:before { content:'\e905'; font-size:16px; top:0px; }
.share_button_list .line_button a:before { content:'\e909'; font-size:16px; top:0px; }
.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; }
.share_button_list.color .line_button a { background:#00B900; border-color:#00B900; }
@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.color .line_button a:hover { background:#009100; border-color:#009100; }
  .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 .line_button a:hover { background:#00B900; border-color:#00B900; }
  .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; }




/* ----------------------------------------------------------------------
 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; border:none !important; 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; }
@media(hover: hover) {
  .wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
}
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color:#dc3232; font-size: 1em; }




/* TCDCE対応 */

/* ----------------------------------------------------------------------
 Google Map
---------------------------------------------------------------------- */
.qt_google_map { width:100%; height:500px; background:#ddd; margin:0 0 35px 0 !important; }
.qt_google_map:last-child { margin-bottom:0 !important; }
.qt_google_map .qt_googlemap_embed { width:100%; height:500px; }
.qt_google_map .pb_googlemap_custom-overlay-inner { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: -80px; left: -50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100px !important; height: 100px !important; border-radius: 50%; font-size: 16px; text-align: center; padding:0 15px; box-sizing:border-box; font-weight:600; }
.qt_google_map .pb_googlemap_custom-overlay-inner::after { display: block; position: absolute; right: 0; bottom: -15px; left: 0; width: 0; height: 0; margin: auto; border-width: 16px 5px 0 5px; border-style: solid; content: ""; }
@media screen and (max-width: 800px) {
  .qt_google_map { height:360px; }
  .qt_google_map .qt_googlemap_embed { height:360px; }
  .qt_google_map .pb_googlemap_custom-overlay-inner { transform:scale(0.8); left:-60px; top:-80px; }
}