/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/


/*
* Please add your custom styles below
*/
body,p,h1,h2,h3,h4,h5,h6 {
	font-family:"Zen Kaku Gothic New",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
}
body{
	font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
}
p{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
}
h1{
	font-size: 4.8rem;
	line-height: 1.5;
	font-weight: 700;
}
h2{
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: 700;
}
h3{
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
}
h4{
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
}

:root{
	--main-color: #49a4d2;
	--main-hover-color: #70bbe1;
	--bg-gradient: linear-gradient(90deg, #f2fafb, #dcf0f8);
	--bg-gradient02: linear-gradient(90deg, #49a4d2, #90c0e7);
}

.vc_row .vc_row::before,
.vc_row .vc_row::after{
	display: none;
}
.vc_row .vc_row {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.vc_row .vc_row > .vc_col-sm-6 {
        width: 47.5%;
}
.vc_row .vc_row > .vc_col-sm-3 {
        width: 21.25%;
}
.vc_row .vc_row > .vc_col-sm-9 {
        width: 73.75%;
}

/********************************
window size
*********************************/
/** desktop large size **/
@media (min-width:1441px){
}
/** desktop size **/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
}
/** note size **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/** pad size **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/** sp size **/
@media (max-width:767px){
}
/** pad & sp size **/
@media (max-width:991px){
.vc_row .vc_row > .vc_col-sm-6 {
    width: 100%;
}
.vc_row .vc_row > .vc_col-sm-3 {
    width: 100%;
}
.vc_row .vc_row > .vc_col-sm-9 {
    width: 100%;
}
}











.main-right-breadcrumb{
	display: none;
}
.newpost-box{
	width: 46%;
	float: left;
	margin: 5px;
	box-sizing: border-box;
	position: relative;
}
.newpost-box .getPostImgArea img{
	width:100%;
}
.newpost-box .new-txt{
	position: absolute;
top: -5px;
right: -5px;
padding: 5px;
background-color: red;
color: white;
font-size: 12px;
border: 2px solid white;
}

/*メーカーリスト*/
.maker-list{border-bottom: 1px #000 dotted}

.ml-header{
	border-left: 10px #5A0001 solid;
	padding-left:5px;
	margin-bottom: 8px;
}

.ml-header h3{
	margin-bottom: 5px;
}

.maker-meta{
	/*padding-top:10px;*/
}

.new-txt{
	position: absolute;
top: -10px;
right: -10px;
background-color: #000;
color: #fff;
padding: 5px;
border: 3px solid #fff;
z-index: 1;
}


.new-txt:nth-child(n+3){
	visibility: hidden;
}

.new-txt-sp{
		position: absolute;
top: -10px;
left: -10px;
background-color: #000;
color: #fff;
padding: 5px;
border: 3px solid #fff;
z-index: 1;

}



.new-txt2{
	position: absolute;
top: -10px;
left: -10px;
background-color: #000;
color: #fff;
padding: 2px;
border: 3px solid #fff;
z-index: 1;
	font-size: 10px;
}


#lct-widget-makercat li,#lct-widget-50on li{border-bottom: 1px solid #999;margin-bottom: 5px;}

@media (max-width:1100px){
	.newpost-box{
	width: 45%;
}
}



.blogwrapper{
	
	width: 45% !important;
	margin: 0 auto;
}

@media (max-width:767px){
	.blogwrapper{
		
		width: 90% !important;
		margin: 0 auto;
	}
}



 
/*--------------------------------
スマホフッター固定バー
---------------------------------*/

@media (min-width:768px){

ul.footer_menu {
	display:none;
}

}

@media (max-width:767px){

ul.footer_menu {
 background: #333;
 margin: 0 auto;
 padding: .5em 0;
 width: 100%;
 overflow: hidden;
 display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
}
 
ul.footer_menu li {
 margin: 0;
 padding: 0;
 display: table-cell;
 vertical-align:middle;
 list-style-type: none;
 font-size: 13px;
  line-height: 15px;
}
 
ul.footer_menu li a i{
 font-size: 24px;
}
 
ul.footer_menu li a {
 border: none;
 display: block;
 color: #fff;
 text-align: center;
 text-decoration: none;
 line-height: 1.5em;
}
}
.button_phone {
	letter-spacing: 0.12em;
}


/*******************************************
画面サイズ　バリエーション
********************************************/
@media (max-width:767px){

	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/*改行*/
@media (max-width: 767px) {
 .brpc { display:none; }
  .brsp { display:block; }
}
@media only screen and (min-width: 768px) {
  .brpc { display:block; }
  .brsp { display:none; }
}
@media (max-width: 991px) {
 .brpc2 { display:none; }
  .brsp2 { display:block; }
}
@media only screen and (min-width: 992px) {
  .brpc2 { display:block; }
  .brsp2 { display:none; }
}
/*改行 END*/


/*投稿 まとめstyle*/
#log_category_inner .template-page{
	width:100%;
	max-width: 1200px;
	margin: auto;
}
#log_category_inner .sidebar-right{
	display:none;
}
/*投稿 style*/
#log_inner {
	
}
/* 投稿のタイトル */
#log_inner h2 {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 25px 0 15px;
    margin: 0;
}
#log_inner .post h3 {
    font-size: 2.5rem;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 25px 0 15px;
    border-bottom: solid 2px #ccc;
    margin-bottom: 10px;
}
#log_inner .post h4 {
    font-size: 2.3rem;
    color: #52abde;
    font-weight: 600;
    margin: 0;
    padding: 25px 0 15px;
}
#log_inner .post h5 {
    font-size: 2rem;
    color: #222;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin: 25px 0 10px;
    position: relative;
	letter-spacing: inherit;
}
#log_inner .post h5::before {
    content: "";
    background: #999;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.post a {
    color: #52abde;
}
.post a:hover {
text-decoration: underline;
}
#log_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
    display: none;
}
#log_inner .article-media img {
    width: inherit;
	display: block;
	margin: 0 auto;
}
/* サムネイル画像 */
#log_inner .article-media {
    margin: 20px auto;
}
/* 投稿の中の画像 */
#log_inner .wrap-content img {
margin: 20px auto;
}
#log_inner .log_box {
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
}

#log_inner h5 {
    font-size: 13px;
    color: #999;
    letter-spacing: 0.2em;
    display: inline-block;
    font-weight: 500;
}
#log_inner .post-categories a {
    color: white;
}
#log_inner .post-categories {
    padding: 0 15px;
    list-style: none;
    margin: 0 5px 0 0;
    background-color: #333;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    border-radius: 5px;
    line-height: 2.8rem;
}
.simplefavorite-button {
display: none;
}
.template-page.tpl-right .wrap-content .simplefavorite-button {
  padding: 10px;
  background-color: transparent;
  color: #999;
  margin: 10rem auto;
  border: solid 1px #999;
  float: right;
  border-radius: 30px;
  display: block;
}
/* 共通 文字装飾 */
#log_inner p, #log_inner strong, #log_inner ul {
    font-size: 1.6rem;
	font-weight: 400;
    letter-spacing: 0.03rem;
    line-height: 3.5rem;
/*     margin: 0; */
    padding: 0;
}
/* strong */
#log_inner strong {
    font-weight: 600;
    font-size: 1.7rem;
}
/*投稿 フレームサイズ*/
#log_inner .row {
    width: 100%;
    max-width: 1100px;
	margin:auto;
}
#log_inner .sidebar.sidebar-main.col-sm-3.sidebar-right {
	width: 30%;
	float: left;
	padding-top: 85px;
	display:none;
}
#log_inner .template-page.col-sm-9.tpl-right {
    width: 100%;
}
.sidebar.sidebar-main.col-sm-3.sidebar-right .widget-title {/*ウェジェット タイトル*/
	border-bottom: solid 2px #eee;
	padding: 5px 10px;
	color: #444 !important;
	font-weight: 500;
	line-height: 1.5em;
}
.sidebar.sidebar-main.col-sm-3.sidebar-right .searchform {
    background-color: #fafafa;
    border-radius: 70px;
    padding: 0 0 3px;
}
.sidebar.sidebar-main.col-sm-3.sidebar-right .news-time {
    font-size: 12px;
    color: #999;
    line-height: 2rem;
    text-align: right;
}
.news-headline {
line-height: 2rem;
font-size: 1.4rem;
}
#log_inner .entry-summary p {
    font-size: 1.2rem;
	line-height: 2.3rem;
	color: #555;
}
#log_inner .post-title.entry-title {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
	line-height: 2.2rem;
/*     border-bottom: solid 1px #ccc; */
}
.entry-content hr {
margin: 0;
}
#log_inner .post-image img {
    width: auto;
    height: 150px;
    object-fit: contain;
}
article .post-header .post-meta {
display: none;
}
.masonry-listing .format-standard .post-title {
border: none;
font-size: 17px;
font-weight: 400;
}
@media (max-width: 767px) {
#log_inner h1 {
font-size: 18px;
}
#log_inner .main-title {
margin: 0;
}
#log_inner h1 {
	padding: 0;
}
#log_inner .main-title {
	display: none;
}
#log_inner #main-container {
	margin: 0;
}
#log_inner .row {
	width: 100%;
	margin: 0 auto;
}	
#log_inner .template-page.col-sm-9.tpl-right {
	padding: 0;
}	
#log_inner .sidebar.sidebar-main.col-sm-3.sidebar-right {
	width: 100%;
}
#log_inner h2 {
	font-size: 2.3rem;
	padding: 10px 0 5px;
}
#log_inner h2 {
	font-size: 2.3rem;
	padding: 10px 0 5px;
}	
#log_inner .post h3 {
	font-size: 2rem;
	padding: 10px 0 5px;
}
#log_inner .post h4 {
	font-size: 2rem;
	padding: 10px 0 5px;
}	
#log_inner .post h5 {
	font-size: 1.8rem;
	padding: 3px 0 3px 20px;
	margin: 10px 0 10px;
}
	
	
	
}
/*投稿 style END*/
/*-------------------------------
 * 
 *  News Style
 *
 *------------------------------*/
#log_inner #main-container {
    margin: 0 auto 10rem;
}
/* 共有 */
.item-likes-postfix {
display: none;
}
/* カテゴリーページ */
#log_category_inner {
padding-bottom: 100px;
}
#log_category_inner .container{
	max-width: 1100px;
}
#log_category_inner .page-title {
    border: none;
    padding: 35px 0;
    color: #333;
    font-size: 2.8rem;
    font-weight: 500;
}
#log_category_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {/*  カテゴリー：xxを消す */
display: none;
}
#log_category_inner .masonry-listing .post-image img {
	max-height: 150px;
	height: 150px;
	object-fit: cover;
}
#log_category_inner .post-header {
padding: 0;
}
/* 検索ボタン */
#side_search {
    background-color: #fafafa;
    border-radius: 70px;
    padding: 5px 5px 5px 15px;
}
#side_search button, #side_search input[type="button"], #side_search input[type="reset"], #side_search input[type="submit"] {
	border: none;
	text-indent: -9999em;
background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABgCAYAAABbjPFwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgtJREFUeNrs1yFzwjAYxnHKTYBErrJySOQmZ5Gzk/sMfATsLF8BuUlk7SS2ckgkkr3ZveVCSdqk5G7H7p+7HlDCQ35J0ybZ8Xgc3HIZDm68APjrctdVoaqqXF4KOSZ6am9OF0XxnaIBi8XCmb9cLoPyM98kloabwLmGO6vI8SGQfc+GB+ULZB8N0Ma/yTHuaMdBjlUsQhsfnN+G8F1CL1a46YlSGlkpzvTYk/acqfMqx3vkAFzkSyMrxUXlX4yANHCmQ2vKVhq+9lxips5MP26kXhnY+2f50vC1p95ZvtQrQ+9CU2v4PlvastE6pjxE9H7SfBfgXl930qsH3w/1u0o/TiIAp3zpVW++fteZ7wKMrR4KLeMedZPkuwD1/TcPCM4bvwkpSfOHnvvv77DphPY9J2bW0O4iAKd8ndBtk70z3wX4st7PXQg992ydKiMAZ/kuhJ4Lyvc9yOxbXf14t4e+OanWMqm3EQ+y6HyZ1NvYpUTdC6ETtA8iKt+FyNo2NIIw4Y+uxZZeCrk+VfsiovObiOzaHZkgp40/WaVaqSryIt9eqV69H9Aet5cDo5Trfe1xb36Wak+s+4ZRvehLXXTfMKoXfckBbCkBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA/wj4EWAAMFHXN7XDzN4AAAAASUVORK5CYII=') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	position: relative;
	float: right;
	margin-top: -2px;
	margin-right: 10px;	
}
#side_search input[type="submit"]:hover,
#side_search form#bbp-search-form input[type="submit"]:hover,
#side_search input[type="submit"]:hover,
#side_search input[type="submit"]:hover {
    background-position: -24px 0;
}
#side_search .ajax_s.form-control.input-sm {
    background: none;
    font-size: 1.5rem;
    font-weight: 300;
	color: #777;
}

/*-------------------------------
 * 
 *  News Style END.
 *
 *------------------------------*/
/*-------------------------------
 * 
 *  News Archive Style
 *
 *------------------------------*/
#news_post_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
border: none;
background: #f5e670;
}
#news_post_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container .container
#search_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container .container {
max-width: 1180px;
}
#news_post_inner .main-title .page-title,
#search_inner .main-title .page-title {
border: none;
border-bottom: 0;
padding: 35px 0;
color: #30769f;
font-size: 2.8rem;
font-weight: 600;
margin: 0;
margin: 0 auto;
}
#news_post_inner .post-header,
#search_inner .post-header {
padding: 0;
}
#news_post_inner .masonry-listing .post-image img,
#search_inner .masonry-listing .post-image img {
max-height: 180px;
min-height: 180px;
object-fit: cover;
object-position: center;
}
#news_post_inner .masonry-listing .post-title,
#search_inner .masonry-listing .post-title {
padding-left: 20px;
}
#news_post_inner .post-info,
#search_inner .post-info {
color: #777;
}
#news_post_inner .template-page.tpl-right .wrap-content,
#search_inner .template-page.tpl-right .wrap-content{
padding: 0;
}
#news_post_inner .sidebar-right .inner-content,
#search_inner .sidebar-right .inner-content {
padding: 0;
}	


/*-------------------------------
 * 
 *  Search Style
 *
 *------------------------------*/
#search_inner .container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
border: none;
background: #f5e670;
}
.search_header_title {
background-color: #f4f4f4;
padding: 10px 0;
}
.search_header_title h6 {
		color: #777;
	padding: 0;
	margin: 5px auto;
	font-size: 1.6rem;
	font-weight: 400;
}
.search_header_title p {
	color: #777;
	font-size: 1.4rem;
	margin: 0;
}
.search_header_title p span {
color: #de6252;
font-size: 120%;
padding: 0 5px;
}
.search_header_title h6 span {
font-size: 120%;
font-weight: 600;
padding: 0 5px;
font-style: italic;
}
.search_header_title .container {
    border-left: dotted 2px #777;
}
/*------------------------------

* WINDOW SIZE Style

------------------------------*/
@media (max-width:767px){
#news_post_inner .main-title .page-title, #search_inner .main-title .page-title {
font-size: 2.8rem;
}
#search_inner .masonry-listing .post-title {
word-break: break-all;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#news_post_inner .main-title .page-title {
font-size: 25px;
}
#news_post_inner .sidebar.sidebar-main.col-sm-3.sidebar-right {
    padding: 5px;
}	
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {

} 
/*-------------------------------
 * 
 *  News Archive Style END.
 *
 *------------------------------*/


/*==================================================================================================================================================================================================*/

/*============================================
 * 
 * Logi Style
 * 
 * 01:common 02:top 03:page 04:window
 * 
 **==========================================*/
/*-------------------------------
 * 
 *  common style
 *　※全体共通のスタイルを書いていきます
 *------------------------------*/
 /* RESET */
.container-wrap.main-color {/* 背景のリセット */
    background: transparent;
}
/* header */
.kleo-navbar-fixed.navbar-transparent .kleo-main-header {
    position: fixed !important;
}
.kleo-main-header:not(.header-left):not(.header-centered) .navbar-collapse > ul > li > a {/* スクロール前メニュー色 */
    color: #333;
    font-size: 1.8rem;
	line-height: 88px !important;
	font-weight: 700;
    padding: 0 12px;
    margin: 0;
}
.is-sticky .header-scrolled:not(.header-left):not(.header-centered) .navbar-collapse > ul > li > a {/* スクロール後メニュー色 */
	line-height: 88px !important;
	transition: color .5s ease 0s;
}
.navbar-transparent .navbar .kleo-main-header.header-scrolled {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}
.kleo-navbar-fixed.navbar-transparent #header {
    position: inherit;
}
.logo img {/* ロゴサイズ指定 */
	max-height: 35px !important;
}
#header .logo a {/* ロゴサイズ指定 */
    color: var(--main-color) !important;
    font-size: 2.8rem;
	font-weight: 700;
}
.header-flexmenu #header .kleo-main-header > .container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.nav-collapse ul:first-child > li::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    transition: ease 0.5s;
}
.kleo-main-header .nav > li.active > a {
    box-shadow: none !important;
}
.nav-collapse ul:first-child > li:hover::before {
	background: var(--main-color);
}
.navbar-transparent .navbar-nav > li > .dropdown-menu li > a {
    padding: 1.5rem 2rem;
}
.navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover {
    background-color: #333 !important;
}
.navbar-transparent .navbar-nav .dropdown-menu li a:hover {
    color: white !important;
}
#header .kleo-main-header .navbar-header {
    line-height: 160px !important;
    height: 160px !important;
}
#header .is-sticky .kleo-main-header .navbar-header {
		line-height:88px !important;
	height: 88px !important;
}






/* footer */

.footer-wrapper{
    background: var(--bg-gradient);
}
.footer-wrapper > .main-color:first-child{
    border-radius: 0 0 100px 100px;
    box-shadow: 0px 16px 15px #cde4ed69;
}
#footer01{
/*     padding: 8rem 0 8rem;
    max-width: none;
    width: auto;
    margin-left: max(calc((100% - 1200px) / 2), 5vw); */
    padding: 8rem 0 8rem;
    max-width: 1200px;
    width: 90vw;
    margin: auto;
}
#footer01 .vc_row {
    flex-wrap: nowrap;
}
#footer01 .vc_row > .vc_col-sm-6:nth-child(1) {
/*     width: 43.1818181818%; */
    margin: 2rem 0;
}
#footer01 .vc_row > .vc_col-sm-6:nth-child(2) {
/*     width: 52.2727272727%; */
}
#footer01 .name p {
    margin: 0;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    color: var(--main-color);
}
#footer01 .address p{
    margin: 1rem auto 2.5rem;
}
#footer01 .schedule-table p{
    margin: 0.7rem 0 0;
    line-height: 1.7;
}
#footer01 .contact-btn p {
    margin: 0;
}
#footer01 .contact-btn p a {
    display: flex;
    align-items: center;
    background: var(--main-color);
    font-weight: 700;
    color: #fff;
    padding: 2rem 4rem;
    margin-top: 2.5rem;
    border-radius: 10px;
    justify-content: space-between;
}
#footer01 .contact-btn p a:hover {
    background: var(--main-hover-color);
}
#footer01 .contact-btn p a .tel {
    position: relative;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: -4px;
    padding-left: 3.5rem;
}
#footer01 .contact-btn p a .tel::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(https://client-check.com/sky-medic/wp-content/uploads/2025/10/icon-tel.png) no-repeat center / contain;
    width: 22px;
    height: 30px;
}
#footer01 .map iframe {
    border-radius: 10px;
}
#footer01 .vc_col-sm-6:nth-child(2) .vc_column-inner,
#footer01 .vc_column-inner .map,
#footer01 .vc_column-inner .map iframe {
    height: 100%;
}
#footer02{
    max-width: 1200px;
    width: 90vw;
    margin: auto;
    padding: 6rem 0;
}
#footer02 p{
	margin: 0;
}
#footer02 ul.menu{
	list-style: none;
	padding: 0
}
#footer02 ul.menu > li > a{
    position: relative;
    padding-left: 2.5rem;
    color: #333;
}
#footer02 ul li a:hover{
    color: var(--main-color);
	transition: all .1s ease-in-out 0s;
}
#footer02 ul li a::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px var(--main-color);
    background: var(--main-color);
    transition: all .1s ease-in-out 0s;
}
#footer02 ul ul li a::before{
    display: none;
}
#footer02 ul li a:hover::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px var(--main-color);
    background: var(--main-color);
    transition: all .1s ease-in-out 0s;
}
#footer02 ul.sub-menu{
	display: block;
}
#footer02 ul.sub-menu a{
	position: relative;
    font-size: 1.5rem;
    padding: 0.5rem 0 0.5rem 2.5rem;
    color: #333;
}
#footer02 ul.sub-menu a:before {
    content: "";
	margin: 0;
}
#footer02 ul.sub-menu a:hover:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px var(--main-color);
    background: var(--main-color);
    transition: all .1s ease-in-out 0s;
}




#footer-block01,#footer-block02{
    max-width: 1200px;
    width: 90vw;
    margin: auto;
    padding: 6rem 0;
}
#footer-block01 p{
	margin: 0;
}
/* #footer-block01 .name p{
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--main-color);
}
#footer-block01 .address p{
    line-height: 1.7;
    margin-top: 1rem;
} */
#footer-block01 ul.menu{
	list-style: none;
	padding: 0
}
#footer-block01 ul.menu > li > a{
    position: relative;
    padding-left: 2.5rem;
    color: #333;
}
#footer-block01 ul li a:hover{
    color: var(--main-color);
	transition: all .1s ease-in-out 0s;
}
#footer-block01 ul li a::before{
    content: "";
}
#footer-block01 ul li a:hover::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px var(--main-color);
    background: var(--main-color);
    transition: all .1s ease-in-out 0s;
}
#footer-block01 ul.sub-menu{
	display: block;
}
#footer-block01 ul.sub-menu a{
	position: relative;
    font-size: 1.5rem;
    padding: 0.5rem 0 0.5rem 2.5rem;
    color: #333;
}
#footer-block01 ul.sub-menu a:before {
    content: "";
	margin: 0;
}
#footer-block01 ul.sub-menu a:hover:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px var(--main-color);
    background: var(--main-color);
    transition: all .1s ease-in-out 0s;
}

table.schedule{
    width: 100%;
}
table.schedule .c-1{
    width: 150px;
	padding-left: 20px;
}
table.schedule th:not(.c-1),
table.schedule td:not(.c-1){
    width: calc((100% - 150px)/7); 
	text-align: center;
}
table.schedule tr{
    border-bottom: 1px solid #ccc;
}
table.schedule .r-1{
    border-top: 1px solid #ccc;
}
table.schedule th,
table.schedule td{
    padding: 10px 0;
    font-weight: 500;
}
table.schedule td.maru{
    color: var(--main-color);
}

#footer-block02 .vc_row{
    align-items: center;
}
#footer-block02 .name p{
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--main-color);
	margin: 0 auto;
}
#footer-block02 .info dl{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
#footer-block02 .info dt{
    width: 100px;
    padding: 5px;
	font-weight: 400;
	color: var(--main-color);
}
#footer-block02 .info dd{
    width: calc(100% - 100px);
    padding: 5px;
}
#footer-block02 .contact-btn p{
    margin: 0;
}
#footer-block02 .contact-btn p a{
    display: flex;
    align-items: center;
    background: var(--main-color);
	font-weight: 700;
    color: #fff;
    padding: 2rem 4rem;
    margin-top: 2rem;
    border-radius: 10px;
    justify-content: space-between;
}
#footer-block02 .contact-btn p a:hover{
    background: var(--main-hover-color);
}
#footer-block02 .contact-btn p a .tel{
    position: relative;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: -4px;
    padding-left: 3.5rem;
}
#footer-block02 .contact-btn p a .tel::before{
	content: "";
	position: absolute;
	top: 4px ;
	bottom: 0;
	left: 0;
	margin:auto;
	background: url(https://client-check.com/sky-medic/wp-content/uploads/2025/10/icon-tel.png) no-repeat center /contain;
	width: 22px;
	height: 30px;
}








#socket{
    background: var(--bg-gradient);
	background:#fff;
}
#socket p{
	font-size: 1.4rem;
}







.caret {display: none;}/* 矢印 非表示 */




/*-------------------------------
 * 
 *  end. common style
 *
 *------------------------------*/
/*-------------------------------
 * 
 *  top page style
 *　※トップページのみのスタイルを書いていきます
 *------------------------------*/

/*-------------------------------
 * 
 *  end. top page style
 *
 *------------------------------*/
/*-------------------------------
 * 
 *  page style
 *　※下層のスタイルを書いていきます
 *------------------------------*/
.wpb_content_element {/* 余白のリセット */
margin: auto;
}
.vc_column_container > .vc_column-inner {/* 余白のリセット */
padding: 0;
}
.vc_row {/* 余白のリセット */
margin: 0;
}
.container-wrap.main-color {/* 背景のリセット */
    background: transparent;
}

/* ヘッダータイトル＆パンクズリスト */
.container-wrap.page-title-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(https://client-check.com/sky-medic/wp-content/uploads/2025/10/page-title-bg-scaled.jpg) no-repeat center top / cover;
	min-height: 400px;
}
.container-wrap.page-title-wrap > .container {
    max-width: 1200px;
    width: 90%;
    padding: 0;
}
.page-title {
	position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 7rem 0 0 ;
	padding-left: 5rem;
}
.page-title::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--main-color);
    box-shadow: 0px 0px 7px 7px var(--main-color);
}
.main-left-breadcrumb{
	background: none;
    border: none;
}
.main-left-breadcrumb > .container {
    max-width: 1200px;
    width: 90%;
    padding: 0;
    margin: 1rem auto;
    background: none;
}
.main-title .breadcrumb{
	font-size: 1.6rem;
	color: #333;
}
.main-title .breadcrumb a{
	color: var(--main-color);
}
.main-title .breadcrumb a:hover{
	color: var(--main-hover-color);
}


#base-page-style .article-content{
	padding-bottom: 4rem;
}
#base-page-style .vc_row.row {
	width: 90vw;
    max-width: 1200px;
	margin: auto;
	padding: 4rem 0;
}
#base-page-style .vc_row.vc_row-fluid{
    row-gap: 4rem;
}
#base-page-style .vc_row .sec-ttl h2{
	font-size: 2.8rem;
    background: var(--bg-gradient);
    padding: 1rem 3rem;
    margin: 0 auto 6rem;
}
#base-page-style .vc_row .sec-txt h3{
    font-size: 2.2rem;
    color: var(--main-color);
    margin: 0 auto 1rem;
}
#base-page-style .vc_row .sec-txt p{
    margin: 0 auto ;
}
#base-page-style .vc_row .sec-txt2 img{
    float: right;
    width: 47.5%;
    margin: 0 0 4rem 5%;
}
#base-page-style .vc_row .sec-txt2 p{
    margin: 2rem auto ;
}
#base-page-style .vc_row .sec-txt3 h3{
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    color: #fff;
    background: var(--main-color);
    padding: 1.5rem 3rem;
    margin: 0 0 2rem;
    border-radius: 10px;
}
#base-page-style .vc_row .sec-txt3 h3::after{
    position: absolute;
    content: "";
    top: calc(100% - 1px);
    left: 3rem;
    width: 15px;
    height: 15px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--main-color);
}
#base-page-style .vc_row .sec-txt3 p{
    margin: 0 auto ;
}
#base-page-style img{
	border-radius: 10px;
}
#base-page-style .vc_row .img img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin: 0 0 2rem;
	border-radius: 10px;
}
#base-page-style .vc_row .img.full img {
    aspect-ratio: 3 / 1;
}
#base-page-style .sec-table{
    margin: 6rem auto;
}
#base-page-style .sec-table h3{
    font-size: 2.4rem;
    color: var(--main-color);
}
#base-page-style .sec-menu {
    text-align: center;
}
#base-page-style .sec-menu h2{
    position: relative;
	z-index: 1;
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 2rem;
    padding-top: 2rem;
    color: var(--main-color);
}
#base-page-style .sec-menu h2::before {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: calc(100% - 3rem);
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
}
#base-page-style .sec-menu h2::after{
    position: absolute;
    z-index: 0;
    content: "";
	background: url(https://client-check.com/sky-medic/wp-content/uploads/2025/10/icon-pulmonology-100x100-1.png) no-repeat center /contain;
    bottom: calc(100% - 3rem);
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
#base-page-style .vc_col-sm-6:nth-child(2) .sec-menu h2::after{
	background-image: url(https://client-check.com/sky-medic/wp-content/uploads/2025/10/icon-rehabilitation-100x100-1.png) ;
}
#base-page-style .vc_col-sm-6:nth-child(3) .sec-menu h2::after{
	background-image: url(https://client-check.com/sky-medic/wp-content/uploads/2025/10/icon-homenursing-100x100-1.png);
}
#base-page-style .vc_col-sm-6:nth-child(4) .sec-menu h2::after{
	background-image: url(https://client-check.com/sky-medic/wp-content/uploads/2025/11/icon-healthcheck-100x100-1.png);
}
#base-page-style .sec-menu p{
    text-align: left;
	margin: 0 auto;
}
#base-page-style .sec-menu .custom-btn{
    margin-top: 2rem !important;
    display: inline-block;
    position: relative;
}
#base-page-style .sec-menu a{
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: var(--main-color);
    width: 350px;
    padding: 1rem 2.5rem;
    border-radius: 10px;
}
#base-page-style .sec-menu .custom-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    margin: auto;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
}
#base-page-style .sec-menu a::before,
#base-page-style .sec-menu a::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 3rem;
    width: 9px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
}
#base-page-style .sec-menu a::before {
    transform: rotate(45deg);
}
#base-page-style .sec-menu a::after {
    transform: rotate(-45deg);
}
#base-page-style .sec-menu a:hover {
    color: #fff;
    background: var(--main-hover-color);
}
#base-page-style .sec-menu .custom-btn:hover::after {
    right: 2.5rem;
    transition: all .3s 
ease-in-out 0s;
}
#base-page-style .sec-menu .custom-btn:hover a::before,
#base-page-style .sec-menu .custom-btn:hover a::after {
    right: 2.5rem;
    transition: all .3s 
ease-in-out 0s;
}

#base-page-style .map iframe{
	min-height: 300px;
	border-radius: 10px;
}
#base-page-style .map p{
	font-size: 2.4rem;
    margin: 0 auto;
}
#base-page-style .sec-access{
	margin: 4rem auto;
}
#base-page-style .sec-access h2{
    font-size: 2.4rem;
    color: var(--main-color);
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #ccc;
}
#base-page-style .sec-access h3{
    font-size: 2.2rem;
    color: var(--main-color);
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #ccc;
}
#base-page-style .sec-access p{
    margin: 0 auto;
}
#base-page-style .bg-parallax{
	height: 100vh;
    margin: 4rem 0;
    background-attachment: fixed !important;
}

/* #base-page-style .img .kleo-carousel a{
    margin: 0 0 2rem;
    border-radius: 10px;
}
#base-page-style .img .kleo-carousel img{
	border-radius: 0;
	margin: 0;
} */
#base-page-style .video{
	margin-bottom: 4rem;
}

#base-page-style .wrap-deisgn01{
    padding: 4rem;
    border: 1px solid var(--main-hover-color);
    margin: 2rem auto 0;
}
#base-page-style .wrap-deisgn01 .sec-ttl{
    text-align: center;
}
#base-page-style .wrap-deisgn01 .sec-ttl h2{
	position: relative;
    display: inline-block;
    font-size: 2.4rem;
    text-align: center;
    background: none;
    margin: 0 0 0.5rem;
    padding: 0 3rem;
}
#base-page-style .wrap-deisgn01 .sec-ttl h2::before,
#base-page-style .wrap-deisgn01 .sec-ttl h2::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--main-color);
}
#base-page-style .wrap-deisgn01 .sec-ttl h2::before{
	left: 0;
}
#base-page-style .wrap-deisgn01 .sec-ttl h2::after{
	right: 0;
}
#base-page-style .wrap-deisgn01 .sec-txt p{
    margin: 1.5rem auto 0;
}
/*ーーーーーーーーーーーTablePressーーーーーーーーーーーー*/
#base-page-style .tablepress .row-1 th {
    font-weight: 400;
    color: #fff;
    background-color: #1a1a1a;
    text-align-last: center;
    padding: 1rem 3rem;
    vertical-align: middle;
}
#base-page-style .tablepress tbody td,#base-page-style .tablepress tfoot th{
	font-size: 1.8rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#base-page-style .tablepress .column-1 {
    width: 20%;
    font-weight: 400;
    padding: 1.5rem 2rem;
    vertical-align: middle;
}
#base-page-style .tablepress .column-2 {
    font-weight: 400;
    padding: 1.5rem 2rem;
    vertical-align: middle;
}
#base-page-style .tablepress .column-3 {
    font-weight: 400;
    padding: 1.5rem 2rem;
    vertical-align: middle;
}


/*ーーーーーーーーーーーお問い合わせフォームーーーーーーーーーーーー*/
.wpcf7-form{
    width: 90vw;
    max-width: 900px;
    background: #f9f9f9;
    padding: 40px;
    margin: auto;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="password"],.wpcf7 textarea{
    background-color: #fff;
    color: #1a1a1a;
}
.wpcf7 input::placeholder,.wpcf7 textarea::placeholder{
    color: #ccc;
}
.wpcf7-form .form-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    overflow-wrap: break-word; 
}
.wpcf7-form .form-box p {
    margin: 0;
    overflow-wrap: break-word;
}
.wpcf7-form .red{
    font-size: 1.4rem;
    background: #cc0000;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: middle;
}
.wpcf7-form .name-txt-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7-form .name-txt-box .item-box{
    width: 49%;
}
.wpcf7-form .name-txt-box p{
    width: 100%;
    margin: 0;
}
.wpcf7-form .name-txt-box p{
    width: 100%;
    margin: 0;
}
/* .wpcf7-form .address-txt-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} */
/* .wpcf7-form .address-txt-box .item-box:nth-child(1){
	width: 30%;
} */
/* .wpcf7-form .address-txt-box .item-box:nth-child(2){
	width: 68%;
}
.wpcf7-form .address-txt-box .item-box:nth-child(3){
	width: 100%;
}
.confirm-block .address-txt-box {
    flex-direction: column;
}
.confirm-block .address-txt-box .item-box:nth-child(1) ,.confirm-block .address-txt-box .item-box:nth-child(2) {
    width: 100%;
} */
.wpcf7-form > p{
    text-align: center;
    margin: 40px 0 0;
}
.wpcf7-previous{
    width: 90vw;
    max-width: 400px;
    margin: auto;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    background: #999;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out 0s;
}
.wpcf7-previous:hover{
    border: none;
    background: #a9a8a8;
}
.wpcf7-form .address-txt-box .item-box:nth-child(2) {
    width: 30%;
}
.wpcf7 input[type="submit"] {
    width: 90vw;
    max-width: 400px;
    margin: auto;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.wpcf7 input[type="submit"]:hover {
    border: none;
    background: #5a5a5a;
}
.wpcf7-spinner {
	display: none;
}
 /* 記入前の背景色 */
/* .wpcf7 input[type="text"]:not(:placeholder-shown), 
.wpcf7 input[type="email"]:not(:placeholder-shown), 
.wpcf7 input[type="tel"]:not(:placeholder-shown), 
.wpcf7 input[type="date"]:not(:placeholder-shown), 
.wpcf7 input[type="password"]:not(:placeholder-shown),
.wpcf7 textarea:not(:placeholder-shown){
        background-color: #edf6f6;
} */
/* 記入後の背景色 */
/* .wpcf7 input[type="text"]:placeholder-shown, 
.wpcf7 input[type="email"]:placeholder-shown, 
.wpcf7 input[type="tel"]:placeholder-shown, 
.wpcf7 input[type="date"]:placeholder-shown, 
.wpcf7 input[type="password"]:placeholder-shown,
.wpcf7 textarea:placeholder-shown{
        background-color: #FFF;
} */
.wpcf7 input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

/* ーーーーーーーーーーーーーポストグリッドーーーーーーーーーーーーーーー */
/* トップページNEWS */
.p-news-box {
    background-color: #f9f9f9;
    margin-bottom: 15px;
}
.p-news-grid:last-child .p-news-box {
    margin-bottom: 0;
}
.p-news-box .p-news-wrap {
    padding: 15px 20px 15px;
    display: flex;
}
.p-news-wrap .p-news-day{
    margin: 0;
    min-width: 15%;
}
.p-news-wrap .p-news-day p{
	font-size:1.6rem;
	margin:0;
}
.p-news-wrap .p-news-title{
	margin:0;
}
.p-news-wrap .p-news-title p{
	font-size: 1.6rem;
	margin:0;
}

.news-grid .news-grid-box01{
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
}
.news-grid .news-grid-date{
    position: absolute;
    z-index: 2;
    display: flex;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 2rem;
    align-items: center;
    color: var(--main-color);
}
.news-grid .news-grid-ttl{
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.news-grid .news-grid-ttl a{
    position: relative;
    display: block;
    padding: 1.5rem 6rem 1.5rem 12rem;
    color: #333;
}
.news-grid .news-grid-ttl div{
    position: relative;
}
.news-grid .news-grid-ttl div::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    margin: auto;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #333;
    opacity: 0;
}
.news-grid .news-grid-ttl a::before, 
.news-grid .news-grid-ttl a::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 3rem;
    width: 9px;
    height: 2px;
    border-radius: 9999px;
    background-color: #333;
    transform-origin: calc(100% - 1px) 50%;
    opacity: 0;
}
.news-grid .news-grid-ttl a::before {
    transform: rotate(45deg);
}
.news-grid .news-grid-ttl a::after {
    transform: rotate(-45deg);
}
.news-grid .news-grid-ttl a:hover{
    opacity: 1;
    color: var(--main-color);
}
.news-grid .news-grid-ttl div:hover::after,
.news-grid .news-grid-ttl a:hover::before,
.news-grid .news-grid-ttl a:hover::after{
    opacity: 1;
    transition: all .3s ease-in-out 0s;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a{
    font-size: 2rem;
    width: 40px;
    height: 37px;
    border-radius: 4px;
    background-color: var(--main-color) !important;
    border: none;
}

/********************************
window size END
*********************************/
/*-------------------------------
 * 
 *  Top page style END.
 *
 *------------------------------*/

/*-------------------------------
 * 
 *  end. page style
 *
 *------------------------------*/
/*sp 改行*/
@media (min-width: 768px) { .brsp { display:none;} .brpc { display:block;}}
@media (max-width: 767px) { .brsp { display:block;} .brpc { display:none;}}
@media (min-width: 1200px) { .brpad { display:block;} .brpads { display:none;}}
@media (max-width: 1199px) { .brpad { display:none;}.brpads { display:block;}}
/*sp 改行 END*/


/*=======================================================================
 * 
 *  window size ※ここにまとめて書きます　/*～で区切ります
 *
 *=======================================================================*/
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media (min-width:1440px){  
}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
/* header */






}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* header */

	
	
	
	
	






}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* header */

	

/* page */
#base-page-style #contents_header h1 {
padding: 6rem 0;
font-size: 3rem;
}
#base-page-style p {
font-size: 1.8rem;
line-height: 3.5rem;
}
#base-page-style h4 {
font-size: 3rem;
line-height: 5rem;
}






}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media (max-width:767px){
/* header */
.navbar-transparent.on-dark-bg .navbar .kleo-main-header{
    box-shadow: none;
	background: #fff;
}
.navbar-transparent .navbar .kleo-main-header.header-scrolled {
    background-color: rgba(255, 255, 255, 1);
}
.header-flexmenu #header .kleo-main-header > .container { /* ヘッダー幅 */
    width: 90vw;
    padding: 0;
}
#header .kleo-main-header .navbar-header {
    line-height: 60px !important;
    height: 60px !important;
}
#header .is-sticky .kleo-main-header .navbar-header {
    line-height: 60px !important;
    height: 60px !important;
}
.logo img {/* ヘッダーロゴ最大サイズ */
  max-height: 25px !important;
}
#header .logo a {
    font-size: 2rem;
}
.container > .navbar-header, .container > .navbar-collapse {
	height: auto !important;
	line-height: inherit !important;
}
.container > .navbar-collapse.in,.container > .navbar-collapse.collapsing {
    height: calc(100vh - 60px) !important;
}
.kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {/*ヘッダー背景*/
	background-color: white;
}
.navbar-transparent .navbar-toggle{/* ハンバーガーメニュー */
	margin-right: -5px;	
	top: -8px;
	padding: 10px 5px;
}
.navbar-transparent .navbar-toggle .icon-bar {
	background-color: #333 !important;
	width: 27px;
    height: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-toggle::after{
	content: "menu";
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
	right: 0;
    margin: auto;
    text-align: center;
	color: #333 !important;
}
.caret {display: none;}/* 矢印 非表示 */
#header .navbar-nav>li>a {/*メニュー*/
    font-weight: 400;
    text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2 !important;
    border-bottom: 1px solid #ccc;
    padding: 2rem;
}
#header .navbar-nav>li>a:active {
    color: #999;
}
#header .navbar-nav .dropdown-menu li a {/*ドロップダウンメニュー*/
    font-weight: 500;
    font-size: 14px;
}
.navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover {
    background-color: #fff !important;
}
#menu-global-menu a:hover {
    color: #999 !important;
}
.nav-collapse ul:first-child > li:hover::before {/*メニューホバーライン無し*/
background: transparent;
}	
/* .navbar-nav {
	padding: 2rem;
} */
	
	
	
	
/* footer */	
.footer-wrapper > .main-color:first-child {
    border-radius: 0 0 20px 20px;
}
#footer01 {
    padding: 4rem 0 3rem;
}
#footer01 .vc_row {
    flex-wrap: wrap;
}
#footer01 .name p {
    font-size: 2.4rem;
}
#footer01 .address p {
    margin: 1rem auto ;
}
#footer01 .schedule-table p {
    font-size: 1.4rem;
}
#footer01 .contact-btn p a {
    padding: 1rem 1rem 2rem;
    margin-top: 2rem;
    flex-direction: column;
    row-gap: 5px;
}
#footer01 .map iframe {
    aspect-ratio: 1 / 1;
}
#footer02 ul.menu > li > a {
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
    border-bottom: 1px solid #ccc;
}
#footer02 ul li a::before {
    left: 15px;
}
#footer02 ul.sub-menu {
    padding: 1rem 0rem;
}
#footer02 ul.sub-menu a {;
    padding: 0.5rem 0 0.5rem 3.5rem;
    text-decoration: underline;
}
	
/* #footer-block01, #footer-block02 {
    padding: 4rem 0;
}
#footer-block01 .address p {
    margin-bottom: 4rem;
}
#footer-block01 ul.menu > li > a {
        padding-left: 1rem;
        border-top: 1px solid #ccc;
}
#footer-block01 .vc_col-sm-3:last-child ul.menu > li:last-child > a {
        border-bottom: 1px solid #ccc;
}
#footer-block01 ul.sub-menu a:before {
    content: "-";
        margin-right: 10px;
}
#footer-block01 ul.sub-menu a{
    padding-left: 1rem;	
}
#footer-block01 ul li a::before {
    display: none;
} */
	
table.schedule .c-1 {
    width: 100px;
    padding-left: 1rem;
}
table.schedule th, table.schedule td {
    padding: 10px 0;
}
	
	
/* #footer-block02 .info {
	margin-top: 2rem;
}
#footer-block02 .info dt {
    width: 70px;
}
#footer-block02 .info dd {
    width: calc(100% - 70px);
}
#footer-block02 .contact-btn p a {
    padding: 1rem 0rem 2rem;
    border-radius: 10px;
    flex-direction: column;
    gap: 5px;
} */

	
/* common */
body{
	font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
}
p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}
h1{
	font-size: 4.2rem;
	line-height: 1.5;
	font-weight: 700;
}
h2{
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
}
h3{
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
}
h4{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}
#main{
padding-top: 6rem;
}
#base-page-style .container-wrap.main-color {
	margin-bottom: 0px !important;
}
#base-page-style .vc_row {
	margin-left: auto;
    margin-right: auto;
}
.container-wrap.page-title-wrap {
    min-height: 150px;
}
.page-title {
    position: relative;
    font-size: 2.4rem;
    padding-left: 3.5rem;
	margin: 0;
}
.page-title::before {
    left: 10px;
    width: 4px;
    height: 4px;
    box-shadow: 0px 0px 5px 5px var(--main-color);
}
.main-title .breadcrumb {
    font-size: 1.4rem;
}
#base-page-style .vc_row .sec-ttl h2 {
	font-size: 2rem;
    padding: 1rem 2rem;
    margin: 0 auto 4rem;
}
#base-page-style .vc_row .sec-txt h3 {
    font-size: 2rem;
}
#base-page-style .vc_row .sec-txt2 img {
    float: none;
    width: 100%;
    margin: 0;
}
#base-page-style .vc_row .sec-txt3 h3 {
    font-size: 2rem;
    padding: 1.5rem 2rem;
}
#base-page-style .sec-table h3 {
    font-size: 2rem;;
}
#base-page-style .sec-menu h2 {
    font-size: 2rem;
    margin: 0rem auto 1rem;
    padding-top: 0;
}
#base-page-style .sec-menu h2::before,
#base-page-style .sec-menu h2::after{
    bottom: 100%;
    width: 70px;
    height: 70px;
}
#base-page-style .sec-menu .custom-btn {
    display: block;
}
#base-page-style .sec-menu a {
    width: 100%;
}
#base-page-style .map p {
    font-size: 2rem;
}
#base-page-style .sec-access h2 {
    font-size: 2rem;
}
	#base-page-style .sec-access h3 {
    font-size: 2rem;
}
#base-page-style .vc_row .img.full img {
    aspect-ratio: 16/ 9;
}
	
#base-page-style .wrap-deisgn01 {
        padding: 2rem 0rem;
        border-left: none;
        border-right: none;
        margin: 2rem 0 calc(-2rem - 1px);
}
#base-page-style .wrap-deisgn01 .sec-ttl h2 {
    font-size: 1.8rem;
	padding: 0 2.5rem;
    margin: 0;
}
/*ーーーーーーーーーーーTablePressーーーーーーーーーーーー*/
#base-page-style .tablepress .row-1 th {
    padding: 1rem 0rem;
}
#base-page-style .tablepress tbody td, #base-page-style .tablepress tfoot th {
    font-size: 1.6rem;
}
#base-page-style .tablepress .column-1 {
    width: 115px;
	padding: 1rem;
}
#base-page-style .tablepress .column-2 {
	padding: 1rem ;
}
#base-page-style .tablepress .column-3 {
	 width: 20%;
    padding: 1rem 0;
    text-align: center;
}

	
/*ーーーーーーーーーーーお問い合わせフォームーーーーーーーーーーーー*/
.wpcf7-form{
    width: 90vw;
    max-width: 900px;
    background: #f9f9f9;
    padding: 40px 10px;
    margin: auto;
}
.wpcf7-form .address-txt-box {
    flex-direction: column;
}
.wpcf7-form .address-txt-box .item-box:nth-child(2) {
    width: 60%;
}
.wpcf7 input[type="submit"] {
    width: 100%;
}
.wpcf7-previous {
    width: 100%;
}


/* ーーーーーーーーーーーーーポストグリッドーーーーーーーーーーーーーーー */
/* トップページNEWS */
.p-news-grid:last-child .p-news-box {
    margin-bottom: 15px;
}
.p-news-box .p-news-wrap {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.p-news-wrap .p-news-day p {
    font-size: 1.4rem;
}
.p-news-wrap .p-news-title p {
    font-size: 1.6rem;
}
	
	
	
.news-grid .news-grid-date {
    left: 0rem;
}
.news-grid .news-grid-ttl a {
    padding: 1.5rem 0rem 1.5rem 8rem;
}
.news-grid .news-grid-ttl div::after,
.news-grid .news-grid-ttl a::before,
.news-grid .news-grid-ttl a::after {
    display: none;
}

	
	
	
	
}
/*=======================================================================
 * 
 * end.  window size
 *
 *=======================================================================*/


/* キャプション */
.wpb_single_image .vc_figure-caption {
    margin-top: 1rem;
    font-size: 1.6rem;
}
#base-page-style .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
display: none;
}



/*-------------------------------
 * 
 *  ※　このページのみの記載　※Style of this page
 *
 *------------------------------*/
/* キャプション */
.wpb_single_image .vc_figure-caption {
    margin-top: 1rem;
    font-size: 1.6rem;
}
/* #base-page-style .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
display: none;
} */
/*-------------------------------
 * 
 *  Top page style
 *
 *------------------------------*/
.column1,.column2,.column3,.column4,.column5,.txt-column1,.img-column1,.gallery {
    max-width: 1100px;
    margin: 0 auto;
}
.column2-full .vc_column_container>.vc_column-inner {
padding:0;
}
.column1-full-img img,.column2-full-img img{
	width: 100vw !important;
	height: 400px;
	object-fit:cover;
}
.column2-inner {
	padding: 0 1rem;
}
.img-column2,
.img-column3,
.img-column4,
.img-column5{
    margin-bottom: 2rem !important;
    margin: auto;
}
/* 入れ子の設定 */
.inner-column2 .img-column2,
.inner-column2 .img-column3,
.inner-column2 .img-column4,
.inner-column2 .img-column5{
	margin-bottom:0 !important;
}
.inner-column3 .img-column2,
.inner-column3 .img-column3,
.inner-column3 .img-column4,
.inner-column3 .img-column5{
	margin-bottom:0 !important;
}
.inner-column4 .img-column2,
.inner-column4 .img-column3,
.inner-column4 .img-column4,
.inner-column4 .img-column5{
	margin-bottom:0 !important;
}
.inner-column,
.inner-column2,
.inner-column3,
.inner-column4{
	margin-bottom: 2rem;
}


/* 区切り線 */
.border hr{
	border-bottom: 1px solid #2a2a2a;
}



/* 文章 */

/* 1カラム */
.txt p {
/* 	font-size: 1.8rem;
	line-height: 1.7; */
/*     text-align: justify;
		margin-top: 0; */
}
/* 2カラム以降 */
.txt-2 p {
/* 	 text-align: justify; */
/* 	font-size: 1.8rem !important;
   line-height: 1.7 !important; */
/* 		margin-top: 0; */
}
.txt-column1-right p,
.txt-column1-left p {
	 text-align: justify;
/* 	font-size: 1.8rem !important;
   line-height: 1.7 !important; */
	margin-top: 0;
}


/*タイトル*/

/*ーーーーーーー下線ーーーーーーー*/

/* 1カラム */
.title1 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5rem;
		border-bottom: 4px solid #c7161e;
	padding-bottom: 1rem;
}
/* 2カラム以降 */
.title1-2 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
	border-bottom: 4px solid #c7161e;
    padding-bottom: 0.5rem;
}
/* ーーーーーーーーーーーーーーーーー */

/*ーーーーーー下線二重線ーーーーーーー*/

/* 1カラム */
.title2 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;   
line-height: 5rem;
    border-bottom: 7px double #c7161e;
    padding-bottom: 1rem;
}

/* 2カラム以降 */
.title2-2 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;   
line-height: 3.5rem;
	border-bottom: 6px double #c7161e;
    padding-bottom: 0.8rem;
}

/* ーーーーーーーーーーーーーーーーー */

/*ーーーーーーー左線ーーーーーーー*/

/* 1カラム */
.title3 {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;   
line-height: 5rem;
padding-left: 3rem;
    border-left: 4px solid black;
}
/* 2カラム以降 */
.title3-2 {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;   
line-height: 3.5rem;
padding-left: 2rem;
    border-left: 3px solid black;
}

/* ーーーーーーーーーーーーーーーーー */

/*ーーーーーーー2色の線ーーーーーーー*/

/* 1カラム */
.title4 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
line-height: 5rem;
  position: relative;
  padding: 1rem;
  border-bottom: 6px solid #c7161e;
}

.title4:before {
    display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #888888;
}

/* 2カラム以降 */
.title4-2 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
line-height: 3.5rem;
  position: relative;
  padding-bottom: 0.8rem;
  border-bottom: 5px solid #c7161e;
}

.title4-2:before {
    display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #888888;
}
/* ーーーーーーーーーーーーーーーーー */
/*背景色・線を工夫したデザイン*/
/* 1カラム */
.title5 {
	display: inline-block;
	font-size:3.6rem;
	font-weight: bold;
	line-height: 5rem;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	padding-right: 2.5rem;
	background-color: #888888;
	color:#fff;
}
.title5:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content:'';
	border:4px solid #000;
}
/* 2カラム以降 */
.title5-2 {
    display: inline-block;
	font-size:2.8rem;
    font-weight: bold;
	line-height: 3.5rem;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
padding-right: 2.5rem;
	background-color: #888888;
	color:#fff;
}
.title5-2:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: '';
	border: 3px solid #000;
}

/*ストライプの線を引いたデザイン*/
/* 1カラム */
.title6 {
    display: inline-block;
font-size: 3.6rem;
    font-weight: bold;  
line-height: 5rem;
    position: relative;
    padding: 0.5rem 1rem;
}
.title6:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #c7161e, #c7161e 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #c7161e, #c7161e 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 2カラム以降 */
.title6-2 {
    display: inline-block;
font-size: 2.8rem;
    font-weight: bold;  
line-height: 3.5rem;
    position: relative;
    padding: 0.5rem 1rem;
}
.title6-2:after {
  position: absolute;
bottom: -8px;
  left: 0;
  width: 100%;
height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #c7161e, #c7161e 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #c7161e, #c7161e 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*両脇に線*/

/* 1カラム */
.title7 {
    display: block;
    font-size: 3.6rem !important;
    font-weight: bold !important;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.title7:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.span-title7 {
    display: inline-block;
    line-height: 5rem;
    position: relative;
    padding: 0 1em;
    background: #fff;
    text-align: center;
}
/* 2カラム */
.title7-2 {
    display: block;
	font-size: 2.4rem !important;
    font-weight: bold !important;
  position: relative;
  padding: 0 2rem;
  text-align: center;
}

.title7-2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
height: 1px;
  content: '';
  background: #000;
}

.span-title7-2 {
    display: inline-block;
line-height: 3.5rem;
    position: relative;
    padding: 0 1rem;
    background: #fff;
    text-align: center;
}

/*タグ風*/
/* 1カラム */
.title8 {
	font-size: 3.6rem;
   font-weight: bold;
  color: #fff;/*文字色*/
  padding: 1rem 2rem 1rem 7rem;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 5rem;/*行高*/
  background: #c7161e;/*背景色*/
  vertical-align: middle;
  border-radius: 50px 0px 0px 50px;/*左側の角を丸く*/
}
.title8:before {
	position: absolute;
  content: '●';
  color: white;
  margin-right: 8px;
	top:50%;
	left:2%;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* 2カラム */
.title8-2 {
	font-size: 2.8rem;
   font-weight: bold;
  color: #fff;/*文字色*/
  padding: 1rem 1.5rem 1rem 5rem;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 3.5rem;/*行高*/
  background: #c7161e;/*背景色*/
  vertical-align: middle;
  border-radius: 50px 0px 0px 50px;/*左側の角を丸く*/
}
.title8-2:before {
	position: absolute;
  content: '●';
  color: white;
  margin-right: 8px;
		top:50%;
	left:2%;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*蛍光マーカー*/
/* 1カラム */
.title9 {
    font-size: 3.6rem;
    font-weight: bold;    
    line-height: 5rem;
    background: linear-gradient(transparent 50%, #c7161e4d 50%);
}
/* 2カラム */
.title9-2 {
    font-size: 2.8rem;
    font-weight: bold;    
    line-height: 3.5rem;
    background: linear-gradient(transparent 50%, #c7161e4d 50%);
}

/*両脇カッコ*/
.title10 {
    font-size:3.6rem;
    font-weight: bold;
    position: relative;
    line-height: 5rem;
    padding:0.25em 1em;
    display: inline-block;
    top: 0;
}
.title10:before,.title10:after {
    position: absolute;
    top:0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.title10:before {
    border-left: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    left: 0;
}
.title10:after{
    border-right: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    right: 0;
}

.title10-2 {
    font-size:2.6rem;
    font-weight: bold;
    position: relative;
    line-height: 3.5rem;
    padding:0.25em 1.5rem;
    display: inline-block;
    top: 0;
}
.title10-2:before,.title10-2:after {
    position: absolute;
    top:0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.title10-2:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}
.title10-2:after{
    border-right: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}



/*ーーーーーーーーーー青背景＆白文字ーーーーーーーーー*/
.series1-1 {
	color: white;
	background-color: #c7161e;
	display: block;
    font-size: 3.6rem;
    font-weight: bold;   
line-height: 5rem;
	padding: 0.5rem 3rem;
	border-left: 7px solid #6d0000;
}
.series1-2 {
	color: white;
	background-color: #c7161e;
	display: block;
   font-size: 3.2rem;
    font-weight: bold;   
line-height: 4.5rem;
	padding: 0.5rem 2.5rem;
	border-left: 7px solid #6d0000;
}
.series1-3 {
	color: white;
	background-color: #c7161e;
	display: block;
    font-size: 2.8rem;
    font-weight: bold;   
line-height: 4rem;
	padding: 0.5rem 2rem;
	border-left: 7px solid #6d0000;
}
.series1-4 {
	color: white;
	background-color: #c7161e;
	display: block;
    font-size: 2.4rem;
    font-weight: bold;   
line-height: 3.5rem;
	padding: 0.5rem 1.5rem;
	border-left: 7px solid #6d0000;
}
.series1-5 {
	color: white;
	background-color: #c7161e;
	display: block;
    font-size: 2rem;
    font-weight: bold;   
line-height: 3rem;
	padding: 0.5rem 1rem;
	border-left: 7px solid #6d0000;
}

/*ーーーーーーーーーードロップシャドウーーーーーーーーーー*/
.series2-1 {
    font-size: 3.6rem;
    font-weight: 900;
	color: #000;
	    line-height: 5rem;
}
.series2-2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #000;
	    line-height: 4.5rem;
}
.series2-3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
	    line-height: 4rem;
}
.series2-4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #000;
	    line-height: 3.5rem;
}
.series2-5 {
    font-size: 2.0rem;
    font-weight: 600;
    color: #000;
    line-height: 3rem;
}

/*ーーーーーーーーー最初の文字大ーーーーーーーーーー*/
.series3-1 {
    font-size: 3.6rem;
    font-weight: 900;
    display: inline-block;
	    line-height: 7rem;
}
.series3-1::first-letter {
   font-size: 5rem;
}
.series3-2 {
    font-size: 3.2rem;
    font-weight: 800;
    display: inline-block;
	line-height: 6rem;
}
.series3-2::first-letter {
   font-size: 4.5rem;
}
.series3-3 {
    font-size: 2.8rem;
    font-weight: 700;
    display: inline-block;
	line-height: 5rem;
}
.series3-3::first-letter {
    font-size: 4rem;
}
.series3-4 {
    font-size: 2.4rem;
    font-weight: 600;
    display: inline-block;
	line-height: 4rem;
}
.series3-4::first-letter {
    font-size: 3.5rem;
}
.series3-5 {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	line-height: 3.5rem;
}
.series3-5::first-letter {
    font-size: 3rem;
}

/*ーーーーー 消えていく下線 ーーーーー*/
.series4-1 {
  font-size: 3.6rem;
  font-weight: 900;
	    display: inline-block;
	    line-height: 5rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-1:after {
  content: "";
  display: block;
  height: 7px;
/* 	background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent); */
  background: linear-gradient(to right, #c7161e, transparent);
}
.series4-2 {
    font-size: 3.2rem;
    font-weight: 800;
	    display: inline-block;
	    line-height: 4.5rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-2:after {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-linear-gradient(to right, #c7161e, transparent);
  background: linear-gradient(to right, #c7161e, transparent);
}
.series4-3 {
	font-size: 2.8rem;
    font-weight: 700;
	    display: inline-block;
	    line-height: 4rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-3:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, #c7161e, transparent);
  background: linear-gradient(to right, #c7161e, transparent);
}
.series4-4 {
    font-size: 2.4rem;
    font-weight: 600;
	    display: inline-block;
	    line-height: 3.5rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #c7161e, transparent);
  background: linear-gradient(to right, #c7161e, transparent);
}
.series4-5 {
	 font-size: 2rem;
    font-weight: 600;
	    display: inline-block;
	    line-height: 3rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-5:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #c7161e, transparent);
  background: linear-gradient(to right, #c7161e, transparent);
}

/*ーーーーー 下に小さな線（中央寄せ前提） ーーーーー*/
.series5-1{
	text-align: center;
}
.span-series5-1 {
position: relative;
padding: 1rem;
text-align: center;
font-size: 3.6rem;
font-weight: 900;
display: inline-block;
line-height: 5rem;
}
.span-series5-1:before {
  position: absolute;
  bottom: -10px;
  left: 0;
	right:0;
	margin: auto;
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-2{
	text-align: center;
}
.span-series5-2 {
position: relative;
padding-bottom: 1rem;
text-align: center;
font-size: 3.2rem;
font-weight: 800;
display: inline-block;
line-height: 4.5rem;
}
.span-series5-2:before {
  position: absolute;
  bottom: -9px;
  left: 0;
	right:0;
	margin: auto;
  width: 55px;
  height: 3.5px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-3{
	text-align: center;
}
.span-series5-3 {
position: relative;
padding-bottom: 0.8rem;
text-align: center;
font-size: 2.8rem;
font-weight: 700;
display: inline-block;
line-height: 4rem;
}
.span-series5-3:before {
  position: absolute;
  bottom: -8px;
  left: 0;
	right:0;
	margin: auto;
  width: 50px;
  height: 3px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-4{
	text-align: center;
}
.span-series5-4 {
position: relative;
padding-bottom: 0.7rem;
text-align: center;
font-size: 2.4rem;
font-weight: 600;
display: inline-block;
line-height: 3.5rem;
}
.span-series5-4:before {
  position: absolute;
  bottom: -7px;
  left: 0;
	right:0;
	margin: auto;
  width: 45px;
  height: 2.5px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-5{
	text-align: center;
}
.span-series5-5 {
position: relative;
padding-bottom: 0.6rem;
text-align: center;
font-size: 2rem;
font-weight: 600;
display: inline-block;
line-height: 3rem;
}
.span-series5-5:before {
  position: absolute;
  bottom: -6px;
  left: 0;
	right:0;
	margin: auto;
  width: 40px;
  height: 2px;
  content: '';
  border-radius:1px;
  background: #000;
}

/* ーーーーーーーーー文字装飾ーーーーーーーーーー */
.red-color {
	color: red;
}
.red-under {
	border-bottom:3px solid red;
}
.orange-color {
	color: orange;
}
.orange-under {
	border-bottom: 3px dotted orange;
}
.blue-color {
	color: skyblue;
}
.blue-under {
	border-bottom: 3px dashed skyblue;
}
.marker-yellow {
	background: linear-gradient(transparent 0, yellow 0);
}
.marker-pink {
	background: linear-gradient(transparent 0, pink 0);
}
.marker-blue {
	background: linear-gradient(transparent 0, skyblue 0);
}
.marker-green {
	background: linear-gradient(transparent 0, lightgreen 0);
}
.undermarker-yellow {
	background: linear-gradient(transparent 50%, yellow 50%);
}
.undermarker-pink {
	background: linear-gradient(transparent 50%, pink 50%);
}
.undermarker-blue {
	background: linear-gradient(transparent 50%, skyblue 50%);
}
.undermarker-green {
	background: linear-gradient(transparent 50%, lightgreen 50%);
}

/********************************
window size
*********************************/
/** desktop large size **/
@media (min-width:1440px){
    
}
/** desktop size **/
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    
}
/** note size **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}
/** pad size **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}
/** sp size **/
@media (max-width:767px){

.column1, .column2, .column3, .column4, .column5, .txt-column1, .img-column1, .gallery {
/*     width: 90%; */
}
.column2-inner,
.column3-inner,
.column4-inner {
	padding: 0;
	margin-bottom: 3rem;
}

.column-title {
	margin-bottom: 2rem;
}	
	
.img-column1-left {
		margin-bottom: 2rem !important;
	}
.img-column1-right {
		margin-top: 2rem;
	}
.column1-full-img img {
    width: 100vw !important;
    height: 220px;
    object-fit: cover;
}
.column2-full .vc_row{
		display: flex;
	}
.column2-full-img img {
    height: 150px;
}

	/* 入れ子の設定 */
.inner-column2 .img-column2,
.inner-column2 .img-column3,
.inner-column2 .img-column4,
.inner-column2 .img-column5{
	margin-bottom:2rem !important;
}
.inner-column3 .img-column2,
.inner-column3 .img-column3,
.inner-column3 .img-column4,
.inner-column3 .img-column5{
	margin-bottom:2rem !important;
}
.inner-column4 .img-column2,
.inner-column4 .img-column3,
.inner-column4 .img-column4,
.inner-column4 .img-column5{
	margin-bottom:2rem !important;
}
.inner-column2 .txt-2,
.inner-column3 .txt-2,
.inner-column4 .txt-2{
		margin-bottom: 2rem !important;
}

.inner-column2 .vc_col-sm-6:last-child .img-column2,
.inner-column3 .vc_col-sm-4:last-child .img-column3,
.inner-column4 .vc_col-sm-3:last-child .img-column4{
		margin: 0 !important;
}
.inner-column2 .vc_col-sm-6:last-child .txt-2,
.inner-column3 .vc_col-sm-4:last-child .txt-2,
.inner-column4 .vc_col-sm-3:last-child .txt-2{
		margin: 0 !important;
}
.inner-column2 .img-column1-right {
    margin-top: 2rem;
    margin-bottom: 0rem !important;
}	
/*ーーーーーーー下線ーーーーーーー*/

/* 1カラム */
.title1 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding-bottom: 0.5rem;
}
/* 2カラム以降 */
.title1-2 {
    font-size: 2.4rem;
	　line-height: 3.5rem;
}
/* ーーーーーーーーーーーーーーーーー */
/*ーーーーーー下線二重線ーーーーーーー*/

/* 1カラム */
.title2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    border-bottom: 6px double #c7161e;
}

/* 2カラム以降 */
.title2-2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーーーーーー左線ーーーーーーー*/

/* 1カラム */
.title3 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding-left: 1.5rem;
    border-left: 3px solid black;
}
/* 2カラム以降 */
.title3-2 {
    font-size: 2.4rem;
    padding-left: 1.5rem;
}

/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーーーー2色の線ーーーーーーー*/

/* 1カラム */
.title4 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding: 0 0 1rem 0;
    border-bottom: 5px solid #c7161e;
}

.title4:before {
    bottom: -5px;
    height: 5px;
}

/* 2カラム以降 */
.title4-2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーー背景色・線を工夫したデザインーーー*/
	
/* 1カラム */
.title5 {
	font-size:2.4rem;
	line-height: 3.5rem;
	padding: 1rem 1.5rem calc(1rem + 10px);
	padding-right: 2.5rem;
}
.title5:before {
	border: 3px solid #000;
}
/* 2カラム以降 */
.title5-2 {
	font-size:2.4rem;
   padding: 1rem 1.5rem calc(1rem + 10px);
	padding-right: 2.5rem;
}
.title5-2:before {
  top: -7px;
  left: -7px;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーーストライプの線を引いたデザインーーー*/
	
/* 1カラム */
.title6 {
font-size: 2.4rem;
line-height: 3.5rem;
padding: 0 0 1rem 0;
}
.title6:after {
  bottom: -8px;
  height: 8px;
}
/* 2カラム以降 */
.title6-2 {
font-size: 2.4rem;
line-height: 3.5rem;
padding: 0 0 1rem 0;
}
.title6-2:after {
bottom: -8px;
height: 8px;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーーーーーー両脇に線ーーーーーーー*/

/* 1カラム */
.title7 {
    font-size: 2.4rem !important;
    padding: 0 2rem;
}
.span-title7 {
    line-height: 3.5rem;
    padding: 0 1rem;
}
/* 2カラム */
.title7-2:before {
height: 2px;

}
/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーーーータグ風ーーーーーーー*/

/* 1カラム */
.title8 {
	font-size: 2.4rem;
  padding: 1rem 1.5rem 1rem 5rem;/*文字周りの余白*/
  line-height: 3.5rem;/*行高*/
  border-radius: 70px 0px 0px 70px;/*左側の角を丸く*/
}
.title8:before {
	left:3%;
}
/* 2カラム */
.title8-2 {
	font-size: 2.4rem;
  border-radius: 70px 0px 0px 70px;/*左側の角を丸く*/
}
.title8-2:before {
	left:3%;
}

/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーー蛍光マーカーーーーーー*/
	
/* 1カラム */
.title9 {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
/* 2カラム */
.title9-2 {
    font-size: 2.4rem;
}

/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーーーー両脇カッコーーーーーーー*/
	
/* 1カラム */
.title10 {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
/* 2カラム */
.title10-2 {
    font-size:2.4rem;
    padding:0.25em 1em;

}
.title10-2:before {
    border-left: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    left: 0;
}
.title10-2:after{
    border-right: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    right: 0;
}
	
.series1-1 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.8rem;
    padding: 0.5rem 1rem;
    border-left: 4px solid #6d0000;
}	
.series1-2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.6rem;
    padding: 0.5rem 1rem;
    border-left: 4px solid #6d0000;
}	
.series1-3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 0.5rem 1rem;
    border-left: 3px solid #6d0000;
}	
	.series1-4 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 0.5rem 1rem;
    border-left: 3px solid #6d0000;
}	
		.series1-5 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.3rem;
    padding: 0.5rem 0.5rem;
    border-left: 3px solid #6d0000;
}	
	.series2-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
	.series2-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
	.series2-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.series2-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
	.series2-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}
		.series3-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
	.series3-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
	.series3-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.series3-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
	.series3-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}
	.series3-1::first-letter {
    font-size: 2.8rem;
}
	.series3-2::first-letter {
    font-size: 2.6rem;
}
	.series3-3::first-letter {
    font-size: 2.4rem;
}
	.series3-4::first-letter {
    font-size: 2.4rem;
}
	.series3-5::first-letter {
    font-size: 2.2rem;
}
		.series4-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
	.series4-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
	.series4-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.series4-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
	.series4-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}
.span-series5-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
.span-series5-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
.span-series5-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.span-series5-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
.span-series5-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}	
.span-series5-1:before {
    bottom: -6px;
    width: 50px;
    height: 2px;
}
	.span-series5-2:before {
    bottom: -6px;
    width: 45px;
    height: 2px;
}
	.span-series5-3:before {
    bottom: -6px;
    width:40px;
    height: 2px;
}
	.span-series5-4:before {
    bottom: -6px;
    width: 35px;
    height: 2px;
}
	.span-series5-5:before {
    bottom: -6px;
    width: 30px;
    height: 2px;
}
	

.vc_column-inner .vc_row {
    margin-left: 0;
    margin-right: 0;
}
	
	
	
	
	
	
}

/********************************
window size END
*********************************/
/*-------------------------------
 * 
 *  Top page style END.
 *
 *------------------------------*/

/* パンクズリスト */
.breadcrumb-area {
    max-width: 1100px;
	  width: 90vw;
    margin: 10rem auto 2rem;
    font-size: 1.8rem;
}
.breadcrumb-area a{
color:#c7161e;
}
.breadcrumb-area a:hover{
color:#6d0000;
}
/********************************
window size
*********************************/
/** desktop large size **/
@media (min-width:1441px){
}
/** desktop size **/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
}
/** note size **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/** pad size **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/** sp size **/
@media (max-width:767px){
.breadcrumb-area {
    margin: 1rem auto;
    font-size: 1.4rem;
}
}



