/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.datepage #visArea {
    background: url(https://www.nagoyakiniku-selection.com/wp/wp-content/uploads/4628522_l-scaled.jpg);
    background-size: 100%;
    background-position: 0% 95%;
}
.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 600px;
}



.datepage #visArea .mainArea .siteName img {
    background: #ffffffb5;
    padding: 1rem;
    margin: 3rem auto;
}
#toc {
  border: 2px solid  #e8e8e8;
  padding: 15px;
  background: #fbfbfb;
}

#toc::before {
  content: "目次";
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #636363;
}

#toc ol li::before{
    content: none;
}

#toc li {
  font-size: 1.3rem;
  list-style-type: decimal;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc li a {
  line-height: 1.2;
  color: #111;
  text-decoration: none;
  padding-left: 3px;
  display: block;
}

#toc ol ol li {
  font-size: 1.3rem;
  margin: 0 0 3px;
}

#toc li br {
  display: none;
}
.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translate(-90px, 0);
    transform: translate(-90px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
[class^="img-flex-"] {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.img-flex-2 img { width: 49%; display: inline-block; height: 100%;}
.img-flex-3 img { width: 32%; display: inline-block; height: 100%;}
.img-flex-4 img { width: 24%; display: inline-block; height: 100%;}
.accordion-box02 {
    position: relative;
}
.accordion-box02 label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box02 input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box02 label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box02 label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box02 input {
    display: none;
}
.accordion-box02 .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box02 input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box02 input:checked + label:after {
    content: "閉じる";
}
.accordion-box02 input:checked + label:before {
    content: "↑";
}
.accordion-box02 input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.point01 {
    font-size: 12px;
    margin: 10px;
}

.column_record {
    border: solid 1px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}

.column_record ul li {
    padding-left: 22px;
    margin: 0 0 5px;
    position: relative;
        display: block;
    background: none;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
 .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
}
.heading {
    padding: 0rem 1rem;
    border-left: 6px double #000;
    font-weight: bold;
}
ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    margin-left: 22px;
    position: unset;
}
 .column_record li:before {
    background: none;
    position: initial;
 }
.center {
    text-align: center;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
}
.img_center img {
    padding-bottom: 5px;
}

.irochigai a {
    background-color: red !important;
}

.caption_taiken {
    font-size: 14px;
}

.kanren{
  border:#F19500 double 10px;
}

.kanren .kttl{
  background:#F19500;
  font-weight:bold;
}

.kanren p{
  font-weight:bold;
  padding:0px 0px 3px 10px;
}
/*2023.01.24*/
.slide-info {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 30px auto 64px;
  padding: 4%;
  width: 86%;
}
.slide-info .slider {
  margin-bottom: 10px;
}
.slide-info .slider .slick-track {
  display: flex;
  align-items: center;
}
.slide-info .slider img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 400px;
  max-width: 100%;
}
.slide-info .thumbnail {
  margin-bottom: 10px;
}
.slide-info .thumbnail .slick-track {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px;
}
.slide-info .thumbnail img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
#contents .slide-info ul.slick-dots {
  margin: 0;
  bottom: -35px;
  list-style: none;
}
.contents .slick-dots li::before{
	content: none;
}

#contents .slide-info .slick-prev:before,
#contents .slide-info .slick-next:before {
  color: #333;
}
#contents .slide-info span.quote-text {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  text-align: center;
  margin: 4px auto;
  word-break: break-all;
  color: #aaa;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
	.date {
    margin: 0 auto;
    width: 1100px;
}
#page .wid img {
    max-width: 470px;
}
header .headTopArea .rightTxt::before {
    background: #000;
    color: #fff;
    content: "PR";
    margin: 0 5px 0 0;
    padding: 0 10px;
    font-size: 1.4rem;
}

.kanban {
    max-width: 50%;
    margin: auto;
    display: block;
}
p.caption.center {
    text-align: center;
}

}









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

@media screen and (max-width: 599px) {
#toc {
  border: 2px solid  #e8e8e8;
  padding: 15px;
  background: #fbfbfb;
}

#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  text-align: center;
  color: #636363;
}
#toc ol {
    padding: 0 0 0 6%;
}

#toc li {
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 8px 0 0;
  padding: 0 0 0.3rem;
  color: #0aa6cc;
}

#toc li a {
  line-height: 1.2;
  color: #111;
  text-decoration: none;
  padding-left: 3px;
  display: block;
}

#toc ol ol li {
  font-size: 1.4rem;
  margin: auto 0 3px;
  padding: 0 0 0.3rem;
}

#toc li br {
  display: none;
}


#toc li::before {
    content: none;
}
header .headTopArea .rightTxt::before {
    background: #000;
    color: #fff;
    content: "PR";
    margin: 0 5px 0 0;
    padding: 0 10px;
    font-size: 1.4rem;
}
}



@keyframes ref {
    0% {left: -20px;}
    50% {left: 400px;}
    100% {left: 400px;}
}
#shining-btn .btn-internal {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px;
    cursor: pointer;
}
#shining-btn .btn-internal a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    text-decoration: none;
}
#shining-btn .btn-internal a:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -20px;
    width: 20px;
    height: 125%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(30deg);
    animation: ref 2s ease-in-out infinite;
}
#shining-btn .btn-internal a:hover {
    opacity: .5;
}

/*----------------------------------------------------
    css
----------------------------------------------------*/

.marker1 {
background: linear-gradient(transparent 70%, #F8FF8B 70%);
    font-size: 22px;
    font-weight: bold;
    padding: 0px 20px 5px 20px;
    text-align:center;
}


.btn-link8 {
    position: relative;
    display: inline-block;
    padding: 5px 0 4px 26px;
    background: url(img/ico_arrow.png) 0 50% no-repeat;
    background-size: 16px auto;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}


.caption_scroll {
    font-size:10px;
    color:#999;
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}


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

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
 
    
.marker1 {
background: linear-gradient(transparent 80%, #F8FF8B 70%);
    font-size: 18px;
    font-weight: bold;
    padding: 0px 20px 5px 20px;
    text-align:center;
}
.imgarea.caption img {
    max-width: 90%;
}


.btn-link8 {
    display: block;
    padding: 1.6rem 3.8rem 1.6rem 2.0rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    text-align: left;
    text-decoration: none;
    background: url(img/ico_arrow.png) right 15px center no-repeat;
    background-size: 14px auto;
    border: 1px solid #bbb;
}   
    
.caption_scroll {
    font-size:10px;
    color:#999;
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
    .accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-9rem, -2.2rem);
    transform: translate(-9rem, -2.2rem);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 1;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
    [class^="img-flex-"] {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }

.point01 {
    font-size: 12px;
    margin: 10px;
}

.column_record {
    border: solid 1px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}

ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    padding-left: 2.2rem;
    position: unset !important;
}

 .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
}

.heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
 .column_record li:before {
    background: none !important;
    position: initial !important;
 }
.center {
    text-align: center;
}
.date {
    font-size: 12px;
   margin: 0 auto;
}

.map iframe {
    width: 100% !important;
}

p.caption_taiken {
    font-size: 13px;
}

/*2023.01.24*/	
.slide-info {
    margin: 30px auto;
    padding: 4% 30px 8%;
    width: 100%;
    max-width: 425px;
  }	
.datepage #visArea {
    display: block;
    background-position: bottom;
}

.datepage #visArea .mainArea .siteName img {
    margin: 2rem auto;
    width: 80%;
}	
}
