@charset "UTF-8";
/**
 * 修正のためテラで追加したcss
 */

@media screen and (max-width: 600px) {
  .single #main_cont #main #art_cont img {
    max-width: 100%;
    height: auto;
  }

  .single #main_cont #main #art_cont iframe {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/*LINEボタン*/
.banner_area {
  display: none;
}

.banner_area_inner {
  display: flex;
  justify-content: center;
  background:#f3f3f3;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;  
}

.btn_line p {
  position: relative;
}

#btn_close {
  content:"×";
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top:-10px;
  right: -10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .btn_line p {
    width:90%;
    margin: 0 auto;
  }
}