@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.pc-view{}
.sp-view{display: none;}

#content{overflow: hidden;}
img {
	max-width: 100%;
	height: auto;
}

/**/
a img {transition: 0.3s ;}
a img:hover {opacity: 0.5 ;}

a{
    color: #36C;
    text-decoration: none;
}
a:hover {
	color: #039;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
  .kaigyou { display: inline-block; }
.content{margin-top: 0px;}
.main{
    padding-top: 0px;
}
.kado10{
    border-radius: 10px;
}
/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_l_pc { text-align: left; }
.align_c_pc { text-align: center; }

/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #333;
	color: #FFF;
}
.bg-grey{
    background-color: #E0EDED;
}
.bg-ao{
	background-color: #1701a7;
	color: #FFF;
}
.bg-green{
	background-color: #009890;
	color: #FFF;
}
.bg-black .sikaku{
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}
.waku-box{
	border: 1px solid #CCC;
}
.waku-green{
    border: solid #009890
}
.bg-white{
	background-color: #fff;
}
.bg-whiteusu{background:rgba(255,255,255,0.9);}
/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t0  { margin-top: 0px !important; }
.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_b0  { margin-bottom: 0px !important; }
.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }

.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important; }
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }

.p_b0  { padding-bottom: 0px !important; }
.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }
.p_b200 { padding-bottom: 200px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}

/*  text
/*-------------------------------------------------------*/
/*--*/

h1{line-height: 130%;}
.txt-b{    font-weight: bold;}
.txt-10{font-size: 10px;}
.txt-12{font-size: 12px;}
.txt-15{font-size: 15px;}
.txt-20{font-size: 20px;}
.txt-25{font-size: 25px;}
.txt-30{
    font-size: 30px;
    line-height: 160%;
}
.txt-50{font-size: 50px;}

.font-orange{	color: #f15a24;}
.font-green{	color:#009890;}
.font-white{	color:#ffffff;}

.txt-b{
    font-weight: bold;
}
.font-c-red{
    color: #C82508;
}
.font-c-orange{
	color: #F15A24;
}
.font-c-black{
	color: #000;
}
.font-c-purple{
	color: #886aa5;
}
.font-c-white{
	color: #fff;
}
.font-c-gold{
	color: #B6892B;
}
.font-c-green{
	color: #006934;
}
.font-c-green2{
	color: #10a299;
}
.txt-b{
    font-weight: bold;
}

/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.mincho{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.box-all{
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 100%;
	max-width: 1195px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-700{
	width: 100%;
	max-width: 700px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background-position: 0% 0%;
}
.box-left{	float: left;}
.box-right{	float: right;}
.box-20{width: 20%;}
.box-25{width: 25%;}
.box-33{width: 33%;}
.box-33-b{width: 33%;}
.box-30{width: 27%;}
.box-40{width: 37%;}
.box-50{width: 47%;}
.box-50-b{width: 47%;}
.box-60{width: 57%;}
.box-70{width: 70%;}
.box-50mama{width: 50%;}



.button {
    position: relative;
    background-color: #009890;
    border-radius: 10px;
    color: #ffffff !important;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #005651;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-decoration: none;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 3px 0 #005651;
}
.button a{color: #ffffff !important;}
.button:hover {
    background-color: #00BBB1;
    box-shadow: 0 3px 0 #00726C;
    -webkit-box-shadow: 0 3px 0 #00726C;
	color: #ffffff !important;
}
.button:active {
	color: #ffffff !important;
  top: 3px;
  box-shadow: none;
}

.button-bk a {
	position: relative;
	background-color: #333333;
	border-radius: 10px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #c7c7c7;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 400px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}
.button-bk a:hover {
	background-color: #666666;
	box-shadow: 0 3px 0 #c7c7c7;
}
.button-bk a:active {
  top: 3px;
  box-shadow: none;
}

.unber-midashi{
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


.top-bg-photo {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
    background-color: #CCCCCC;

	background:#ddd url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/05/top-bg.jpg) no-repeat center bottom;
background-size:cover;
}
.bg-stripe {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
	background:#ddd url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/05/shima-bg.jpg) no-repeat center top;
background-size:cover;
}

.bg-header01 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/header-sub-01.jpg) no-repeat left center;
background-size:cover;
}
.bg-header02 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/header-sub-02.jpg) no-repeat center top;
background-size:cover;
}
.bg-header03 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/header-sub-03.jpg) no-repeat left center;
background-size:cover;
}
.bg-header04 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/header-sub-04.jpg) no-repeat center bottom;
background-size:cover;
}
.bg-header05 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/header-sub-05.jpg) no-repeat center bottom;
background-size:cover;
}
.bg-header06 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2024/08/header-sub-06.jpg) no-repeat center top;
background-size:cover;
}
.bg-header07 {
    width: 100%;
    padding-top: 400px;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2025/05/51503de43612440ab1a06b951f7aac6c-1.jpg) no-repeat center top;
background-size:cover;
}
.bg-optout {
    width: 100%;
	background:#ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2026/04/optout.jpg) no-repeat center center;
background-size:cover;
}

@media screen and (max-width: 480px){
.bg-header01 {padding-top: 200px;
}
.bg-header02 {padding-top: 200px;
}
.bg-header03 {padding-top: 200px;
}
.bg-header04 {padding-top: 200px;
}
.bg-header05 {padding-top: 200px;
}
.bg-header06 {padding-top: 200px;
}
.bg-header07 {padding-top: 200px;
}	
}
/*著者情報を消す*/
.page .author-info {
    display: none;
}

/*著者情報を消す*/
.post .author-info {
    display: none;
}
.entry-title{
    margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #009890;
}
.btn,
a.btn,
button.btn {
	width: 100%;
  font-size: 1.4rem !important;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--greeeeen,
a.btn--greeeeen {
    color: #fff;
    background-color: #009890;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/yazirusi-migi-1.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}
.btn--greeeeen:hover,
a.btn--greeeeen:hover {
    color: #fff;
    background-color: #00847D;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/yazirusi-migi-1.png);
    background-position: 99% center;
    background-repeat: no-repeat;
}
.btn--greeeeen2,
a.btn--greeeeen2 {
    color: #009890;
	background-color: #fff;
    
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/yazirusi-migi-midori.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 2px solid #009890;
}
.btn--greeeeen2:hover,
a.btn--greeeeen2:hover {
color: #009890;
    background-color: #E5F3F2;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/yazirusi-migi-midori.png);
    background-position: 99% center;
    background-repeat: no-repeat;
    border: 2px solid #009890;
}

.btn--greeeeen-pdf,
a.btn--greeeeen-pdf {
    color: #009890;
    background-color: #E5F3F2;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/pdf-dl.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    border: 2px solid #009890;
}
.btn--greeeeen-pdf:hover,
a.btn--greeeeen-pdf:hover {
color: #009890;
    background-color: #fff;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/pdf-dl.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    border: 2px solid #009890;
}

.btn--red,
a.btn--red {
    color: #E40000 !important;
    background-color: #fff;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/yazirusi-migi-aka.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 4px double #E40000;
    border-radius: 5px;
}
.btn--red:hover,
a.btn--red:hover {
background-color: #FFE5E5;
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/yazirusi-migi-aka.png);
    background-position: 99% center;
    background-repeat: no-repeat;
}
.navi-in > ul{
    font-weight: bold;
}
#navi .navi-in>ul>li>a:hover{
    background-color: #E6F8F6;
}
.navi-in a{font-size: 15px;}
.navi-in > ul .sub-menu li{
    background-color: #DAEFED;
    font-weight: normal;
}
.fixed-background {

  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
 
.background-1 {
  background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/05/bg-1.jpg);
}
 
.background-2 {
  background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/05/top-bg.jpg);
}
.bg-1 {
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/philosophy-1.jpg);
    background-position: left 0%;
}
.bg-2 {
  background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/philosophy-2.jpg);
}
.bg-3 {
  background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/philosophy-3.jpg);
}
@media screen and (max-width: 480px){
	.background-1 {
background: #000 url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/05/bg-1.jpg) no-repeat left center;
    background-position: left 0%;
    background-size: cover;
}
	
.bg-1 {
    height: 100%;
    background: #ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/philosophy-1.jpg) no-repeat left center;
    background-position: left 0%;
    background-size: cover;
	}
.bg-2 {
    height: 100%;
    background: #ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/philosophy-2.jpg) no-repeat left center;
    background-position: right 0%;
    background-size: cover;
	}	
	
.bg-3 {
    height: 100%;
    background: #ccc url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/philosophy-3.jpg) no-repeat left center;
    background-position: center bottom;
    background-size: cover;
	}		
}


.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
width: 33.333%;
}

.eye-catch-wrap{
    margin-top: 50px;
}
.border-partition a:first-of-type{
    border-top: 2px dotted #A6A6A6;
}
.border-partition a{
    border-top: 2px dotted #A6A6A6;
}
.widget-entry-cards figure{    width: 150px;}
.widget-entry-card-content{padding-top: 10px;}
.widget-entry-cards .a-wrap{
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 0px;
}
.new-entry-card-date {
  display: block;
}
.date-tags{margin-top: 1em;
    margin-bottom: 0.1em;}
.entry-category, .post-date, .post-update, .post-author, .amp-back{font-size: 0.9em;}

/*パンくずリスト カテゴリ・記事タイトルアイコン 非表示*/
.breadcrumb-item > span.fa-folder,
.breadcrumb-item > span.fa-file-o,
.fa-home{
  display: none; /*非表示*/
}

/*div要素全体にリンクをつけるために必要な要素*/
.bg-spdekieru{
    background-image: url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/07/gley-yazirusi.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
}

.linkbox {
    position: relative;

}
.linkbox a {
    
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #000000;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.8;
    background-color: #fff;
    color: #009890;
}



/*768px以下*/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
width: 100%;
}
}
	  
.btn-circle-border-double {
  display: inline-block;
  text-decoration: none;
  color: #10a299;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  border: double 4px #10a299;
  text-align: center;
  overflow: hidden;
  transition: .6s;
	background-color: #fff;
}

.btn-circle-border-double:hover {
    background-color: #009890;
	color: #fff;
}


.title-1 {
    font-weight: bold;
    font-style: normal;
    position: relative;
    font-size: 30px;
    font-size: 2.0rem;
    text-align: center;
    color: #10a299;
    margin-bottom: 50px;
    line-height: 140%;	
}

.title-1 span {
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
}

.title-1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #10a299;
}

.acd-check{
    display: none;
}
.acd-label{
    background-color: #009890;
    color: #fff;
    display: block;
margin-bottom: 2px !important;
	padding: 10px;
    position: relative;
}
.acd-label:after{
    background-color: #007A73;
    box-sizing: border-box;
    content: '＋';
    display: block;
    font-family: "Font Awesome 5 Free";

    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{

    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: 'ー';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    visibility: visible;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a{padding: 5px 0px 5px 5px;}

.menu-content{    background:rgba(255,255,255,0.9);
    height: 80%;}
.mobile-menu-buttons{
    font-size: 16px;

}

.menu-drawer {z-index: 99999;}

.menu-drawer li{
    margin-bottom: 10px;
    font-weight: bold;
}

.menu-drawer .sub-menu li{
    margin-bottom: 0px;
    font-weight: normal;
}

.post-373 .date-tags,
.post-571 .date-tags,
.post-1731 .date-tags,
.post-1772 .date-tags,
.post-567 .date-tags,
.post-1531 .date-tags,
.post-563 .date-tags,
.post-1545 .date-tags,
.post-1586 .date-tags,
.post-1072 .date-tags,
.post-2058 .date-tags,
.post-1115 .date-tags,
.post-565 .date-tags,
.post-1472 .date-tags,
.post-1479 .date-tags,
.post-1507 .date-tags,
.post-946 .date-tags,
.post-1570 .date-tags {
  display: none;
}
.new-entry-card-update-date{display: none;}

.read-more-3 {
    position: relative;
}

.read-more-3 .kesibox {
    position: relative;
    max-height: 100px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
}

.read-more-3:has(:checked) .kesibox {
    max-height: 100vh;
}

.read-more-3 .kesibox::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-3:has(:checked) .kesibox::after {
    content: none;
}

.read-more-3 label {
    display: flex;
    align-items: center;
    gap: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 1px;
    background-color: #999;
    color: #fff;
    font-size: .7em;
}

.read-more-3 label:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.read-more-3:has(:checked) label {
    display: none;
}

.read-more-3 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-3 label:hover::after{

}

.read-more-3 input {
    display: none;
}
a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	max-width: 100%;
	margin: auto;
	padding: 0.5rem 3.0rem 0.5rem 2.0rem;
	font-weight: bold;
	background: #009890;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #00b2a5;
	color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width : 1527px ){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.pc-view{display: none;}
.sp-view{display: block;}
	
	.align_l_pc { text-align: center; }
.align_c_pc { text-align: left; }
	
	.box-20{width: 50%;}
.box-25{width: 50%;}
.box-33{width: 100%;}
.box-33-b{width: 33%;}	
.box-30{width: 100%;}
.box-40{width: 100%;}
.box-50{width: 100%;}
.box-60{width: 100%;}
.box-70{width: 100%;}
	
	
	.txt-12{font-size: 11px;}
	.txt-15{font-size: 12px;}	
.txt-20{font-size: 18px;}
.txt-25{font-size: 20px;}
.txt-30{font-size: 25px;}	
.txt-50{font-size: 35px;}	

	
.top-bg-photo {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
    background-color: #CCCCCC;

	background:#ddd url(https://www.lc-concierge.co.jp/wp/wp-content/uploads/2021/05/top-bg-sp.jpg) no-repeat center bottom;
background-size:cover;
}
.bg-spdekieru{
    padding-right: 0px;
    background-image: none;
}
	.btn-circle-border-double {
  width: 130px;
  height: 130px;
  line-height: 130px;
}
	#header-container{padding-top: 20px;}
	.bg-spdekieru{
    background-color: #E0EDED;
}
	.main{
    padding-top: 0px !important;
}
}
.go-to-top{    bottom: 80px;}
input[type='submit']{font-size: 20px;
font-weight: bold;
padding: 20px;
}

/*フローティングバナー*/
.floating-bnr {
    /*box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);*/
line-height: 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 100vw;
    height: auto;
    z-index: 99;
}
.floating-bnr p{padding-bottom: 0px !important;}
/*閉じるボタン*/
.bnr_close {
	background-color: #f8f8f8;
	border: none;
	border-radius: 25px;
	box-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
	color: #777;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 8px;
	position: absolute;
	right: -4px;
	top: -2px;
	z-index: 99999;
}
.fa-xmark:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}

@media screen and (max-width: 480px){
	.floating-bnr {
	/*box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05), 0 0px 0px rgba(0, 0, 0, 0.08);*/

	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 99;

}

	/*閉じるボタン*/
.bnr_close {
	display: none;
}
.fa-xmark:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}
	.go-to-top{display: none !important;}
	
	.title-1 {
    font-weight: bold;
    font-style: normal;
    position: relative;
    font-size: 25px !important;
    font-size: 2.0rem;
    text-align: center;
    color: #10a299;
    margin-bottom: 50px;
    line-height: 130%;	
}

.title-1 span {
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
}

.title-1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #10a299;
}
	
	}