@charset "UTF-8";
/* 栃木県周遊セットプラン */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* ご利用例ふきだし */
.l-container .d-popTochigiL {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
	font-feature-settings: "palt";
  line-height: 1.375;
  padding: 8px;
  background: #f8f0ee;
  border: 2px solid #991e10;
  border-radius: 4px;
	box-shadow: 2px 2px 0 #991e10;
}
.l-container .d-popTochigiL:after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
}

/* ▼モバイルのみ付け足すデザイン */
@media all and (max-width: 767px) {
  /* ご利用例ふきだし（SP） */
  .l-container .d-popTochigiL {
		text-align: center;
    width: calc(100% - 2px);
  }
  .l-container .d-popTochigiL:after {
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-top: 12px solid #991e10;
  }
}

/* ▼タブレット用として付け足すデザイン */
@media all and (min-width: 768px) {
  /* ご利用例ふきだし（タブレット） */
  .l-container .d-popTochigiL {
    width: calc(100% - 10px);
  }
  .l-container .d-popTochigiL:after {
    top: 50%;
    left: 100%;
    margin-top: -12px;
    border-left: 12px solid #991e10;
  }
}
/* ▼PC用として付け足すデザイン */
@media all and (min-width: 960px) {
  /* ご利用例ふきだし（PC） */
  .l-container .d-popTochigiL {
    width: calc(100% - 10px);
  }
  .l-container .d-popTochigiL:after {
    top: 50%;
    left: 100%;
    margin-top: -12px;
    border-left: 12px solid #991e10;
  }
}
