@charset "utf-8";
.l-footer-copy a:before {
    content: "【PR】";
}

.l-siteinfo__sitename {
  display: flex;
  align-items: center;
}

.l-siteinfo__sitename:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  margin-right: 0.3rem;
  padding: 0 0.1rem;
}

.check{
display: inline;
background: linear-gradient(transparent 30%, #f5f593 30%);
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
p.time_function {
    font-size: 12px;
}
/* oki_20220627 */
.kanren {
    border: 2px solid #5dc3a2;
    padding: 20px 30px 0;
    margin: 30px 0;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    border-bottom: 2px solid #5dc3a2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color:#5dc3a2;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #FFF 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #FFF 100%);
}


/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #5dc3a2;
    border-radius: 10px;
    color: #FFF;
    margin-bottom: 10px;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.txt-quote, .txt-quote a {
    font-size: 10px;
    color: #999999;
    word-break: break-all;
    text-decoration: none;
}
.txt-quote a:hover {
opacity: unset;
}

	
/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
   
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.txt-quote{
color:#999;
font-size:11px!important;
word-break: break-all;
margin-top: 5px;
}


@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.l-siteinfo__sitename {
    justify-content: center;
	text-align: center;
}
	
.official{
  padding: 20px 100px!important;
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
}
.official li{
text-align:left!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 20px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size   : 30px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #ffffff!important;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.official .partTtl:before{
display:none;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
	 .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}

ul.column_record{display:block; width:90%; margin:auto; max-height:300px;overflow-y: scroll; padding:10px; border:solid 1px #FFCC00; margin-bottom:15px;}
ul.column_record li{display:block; background:none; border-bottom:solid 1px #ff9933; margin-bottom:10px; padding:0px 0px 5px 0px;}
ul.column_record li::before{content:none;}
ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;margin:0px;}

.mini{
	font-size:10px;
	text-align:right;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
.sp {
    display: none;
}
	
	

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.l-siteinfo__sitename:before {
  font-size: 15px;
}
	.official{
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
      padding: 10%!important;
}


.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 10px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size : 20px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #ffffff!important;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.official .partTtl:before{
display:none!important;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}


	.fb-container {
		width: 500px!important;
	}
		 .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
ul.column_record {
    display:block;
    width:90%;
    margin:auto;
    max-height:300px;overflow-y: scroll;
    padding:10px;
    border:solid 1px #FFCC00;
    margin-bottom:15px;
}
ul.column_record li {
    display:block;
    background:none;
    border-bottom:solid 1px #ff9933;
    margin-bottom:10px; padding:0px 0px 5px 0px;
}

ul.column_record li::before {
    content:none;
}
ul.column_record li span.day {
    font-size:small;
    display:block;
    background:none;
    color:#000;
    margin:0px;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
.pc {
    display: none;
}
	
	
}