@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202602-thousand{background: url("../../../img/gourmet/202602-thousand/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.is_blue-202602 {
  color: #00507F;
}
.thousand_202602_fontsize {
	font-size: 30px;
}
.thousand_202602_mb15 {
  margin-bottom: 15px !important;
}
.thousand_202602_letter-spacing {
  letter-spacing: 0.1em;
}

.thousand_202602_frameouter {
  border: 2px solid #00507F;
  padding: 5px;
  position: relative;
  z-index: -1;
}
 
.thousand_202602_frameinner {
  border: 1px solid #00507F;
  padding: 10px;
  position: relative;
}
 
.thousand_202602_frameouter::before,
.thousand_202602_frameouter::after,
.thousand_202602_frameinner::before,
.thousand_202602_frameinner::after {
  background: #f7f7f7;
  border: 2px solid #00507F;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}
 
.thousand_202602_frameouter::before{
  top: -20px;
  left: -20px;
  clip: rect(18px, auto, auto, 18px);
}
 
.thousand_202602_frameouter::after {
  top: -20px;
  right: -20px;
  clip: rect(18px, 22px, auto, auto);
}
 
.thousand_202602_frameinner::before {
  bottom: -25px;
  left: -25px;
  clip: rect(auto, auto,23px,17px);
}
 
.thousand_202602_frameinner::after {
  bottom: -25px;
  right: -25px;
  clip: rect(auto, 23px, 23px, auto);
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/