@charset "UTF-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/


.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 51rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}



p.time_function {
  font-size: 11px;
  color: #777;
}
p.imgarea.caption {
    text-align: center;
}

p.imgarea.caption img {
    display: block;
    margin: 1rem auto;
    width: 600px;
}

.contents-left .caption {
    font-size: 10px;
    line-height: 1.1;
    color: #777;
}
dl {
  text-align: left;
  margin: 0px 10px 10px 0;
}

dt {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
}

dt:before {
  content: '・';
  position: absolute;
  left: 0%;
}

dd {
  padding-left: 15px;
}
/* 2022.10.19 変更
p.bnr a {
  display: block;
  position: fixed;
  background: #fdc902;
  bottom: 1rem;
  right: 13rem;
  z-index: 10000;
  text-decoration: unset;
  font-weight: bold;
  padding: 1.5rem 6rem;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 4px 8px #00000040;
  border-radius: 5px;
}*/
p.bnr a {
  display: block;
  position: fixed;
  background: #fdc902;
  bottom: 15rem;
  right: 0rem;
  z-index: 10000;
  text-decoration: unset;
  font-weight: bold;
  padding: 1.5rem 2rem;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 4px 8px #00000040;
  border-radius: 5px;
	width:260px;
}





p.bnr a:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -6px;
}

p.bnr a:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #000;
  border-radius: 5px;
}

.categorylist {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 50px 20px 0;
  font-size: 90%;
}

.categorylist a {
  position: relative;
  padding-left: 20px;
  display: block;
}

.categorylist a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #eca541;
  box-sizing: border-box;
  border-radius: 50%;
}

p.caption.left {
  text-align: inherit;
}

time {
  font-size: 11px;
  color: #777;
}

ul.column_record {
  border: solid 1px #ffeb3b;
  display: block;
  width: 90%;
  margin: 20px auto;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
}

ul.column_record li {
  border-bottom: solid 1px #fdc902;
  display: block;
  margin-bottom: 10px;
  padding: 0px 0px 5px 30px;
}

ul.column_record li::before {
  content: none;
}

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

.official {
  padding: 20px 30px !important;
  background: #FFFDE7 !important;
  border-radius: 30px 30px 30px 30px !important;
  margin-bottom: 15px;
}

.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;
  width: 120px;
  margin: 0px;
}

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

.cth {
  text-align: center;
  font-size: 13px;
  padding: 0 0 1rem;
  font-weight: bold;
  color: #fba100;
  margin: -4rem auto 0;
}

.text-banner-area .lower_bottom {
  margin: -2% -5%;
}

.lower_bottom span.txt_marker {
  font-size: 2.2rem;
}

.kanren {
  border: 2px solid #ffeb3a;
  padding: 20px 30px 0;
  margin: 30px 0;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  border-bottom: 2px solid #ffeb3a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.kanren br {
  display: none;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  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: 5px auto;
  z-index: 2;
  padding: 3px 10px;
  background-color: #fdc902;
  border-radius: 10px;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

.readmore-check:checked~.readmore-content {
  height: auto;
}

.readmore-check:checked~.readmore-content::before {
  display: none;
}

ul.column_campaign {
  background: none;
  margin: 0 auto 10rem;
  width: 90%;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  border: solid 1px #FFCC00;
}

.column_campaign li {
  background: none;
  border-bottom: 0.2rem dotted #fdc902;
  padding: 0px 0px 5px 0px;
  margin: auto;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444;
}

.day {
  font-size: small;
  display: block;
  background: none;
  color: #000;
  width: 120px;
  margin: 0px;
}

#page .slider-area img {
    max-height: 40rem;
    width: auto;
}


/*----------------------------------------------------
  PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .cmn01-image img {
    height: 127px;
  }
  .sp-parts {
    display: none !important;
  }
/*2023.06.07*/
	.custom-area{
		margin:5rem 0 10rem;
	}	
}

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

@media screen and (max-width: 599px) {
  .official {
    background: #FFFDE7 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 10% !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 !important;
  }

  .center {
    text-align: center !important;
  }

  .right {
    text-align: right !important;
  }

  .fb-container {
    width: 90% !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;
    width: 120px;
    margin: 0px;
  }

  .cth {
    font-size: 4.5vw;
  }

  .text-banner-area .lower_bottom {
    margin: -10% -10%;
  }

  .lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
    margin-bottom: 5rem;
  }

  .btn-tel a {
    color: #fff;
    background: url(img/ico_tel.png) no-repeat left 11px center;
    background-size: 20px;
    background-color: #e8220e;
    box-shadow: 0 4px 0 0 #871e00;
  }

  p.bnr a {
    right: unset;
    width: 100%;
    font-size: 14px;
    padding: 1.5rem;
    left: 0;
    bottom: 0;
  }

  .categorylist {
    padding: 10px;
    margin: 50px 10px 0;
  }

  .parts-btm-area {
    background: #fff9c4;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 5px 2px;
    width: 100%;
    z-index: 13;
  }
  p.parts-btm-ttl {
    background: #e97721;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 5px;
    text-align: center;
  }
  .parts-btm-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parts-btm-inn {
    background: #f2ecdd;
    border-radius: 5px;
    padding: 2px 5px 5px;
    width: 32%;
  }
  p.parts-btm-sub-ttl {
    color: #333;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
  }
  .parts-btm-con {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    text-align: center;
    padding: 5px 0;
  }
  p.parts-btm-con-ttl {
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #fb6a00;
    padding: 0 8px;
    line-height: 1.4;
    display: block;
    width: 100%;
  }
  p.parts-btm-con-text {
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.4;
  }
  p.parts-btm-con-comp {
    margin: 0 auto;
    font-size: 11px;
  }
  a.parts-btm-link {
    background: #d3f94d;
    border-radius: 4px;
    box-shadow: 2px 2px 0px #666;
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  p.parts-btm-reference {
    outline: 0;
    color: #666;
    font-size: 11px;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-word;
  }

  .l-pagetop {
    bottom: 170px;
    right: 0px;
  }

  .contents + .l-footer-area .l-footer-copy-wrapper {
    padding-bottom: 170px;
  }
.grad-item {
    height: 60rem;
}
}