@charset "utf-8";

@media print, screen and (min-width: 768px) {

#label1 {
    margin: 50px 50px 50px 50px;
    display: block;
    padding: 5px 5px 5px 5px;
    border-width: 3px 3px;
    border-left: solid 6px #c50000;
    background-color: #F4F4F4;
  }

.caption {
    margin: 50px 50px 50px 50px;
    display: block;
    padding: 10px 20px 30px 40px;
    border-width: 3px 3px;
    border-left: solid 6px #c50000;
    background-color: #444;
  }


.heading-news{
    background: #f4f4f4;
    border-width: 3px 0px 3px 6px;
    font-weight: 900;
    margin: 30px 0px 10px 0px;
    padding: 5px 8px;
    border-left-color: #c50000;
    border-left-style: solid;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.33);
}



  /* ----- list-bullet-v2 ----- */
 /* 
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 13px;
  }

  /* icon */
 /* 
 .list-bullet-v2 > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 5px;
    height: 5px;
    vertical-align: top;
    background-color: #858585;
    content: "";
  }

  /* ----- list-bullet-v3 ----- */
 /* 
  .list-bullet-v3 > li {
    position: relative;
    padding-left: 15px;
    color: #b10011;
  }
  .list-bullet-v3 .list_em {
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* icon */
 /* 
  .list-bullet-v3 > li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #b10011;
    content: "";
  }

  /* ----- list-bullet-v4 ----- */
 /* 
  .list-bullet-v4 > li {
    position: relative;
    margin-bottom: 1em;
    padding: 0 0 1em 18px;
    border-bottom: 1px solid #ccc;
  }
  .list-bullet-v4 > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .list-bullet-v4 .list_em {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .list-bullet-v4 .list_em + *,
  .list-bullet-v4 .list-note {
    margin-top: .5em !important;
  }
  .list-bullet-v4[data-row-pc="2"] > li {
    margin-top: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  /* icon */
 /* 
  .list-bullet-v4 > li::before {
    position: absolute;
    top: .7em;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius:  4px;
    background-color: #333;
    content: "";
  }

  /* ----- list-order ----- */
 /* 
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- list-order-v2 ----- */
 /* 
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.4rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- list-description ----- */
 /* 
  .list-description {
    display: table;
    margin: 20px 0;
  }
  .list-description > dt {
    display: table-cell;
    width: 174px;
    padding: 21px 10px 20px;
    background-color: #e6e4e2;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .list-description > dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  .list-description-v2 {
    margin-top: 20px;
  }
  .list-description-v2 + .list-description-v2 {
    margin-top: 0;
  }
  .list-description-v2[data-break-pc="1"] > dt {
    width: 100%;
    font-weight: bold;
  }
  .list-description-v2[data-break-pc="2"] > dt {
    clear: left;
    float: left;
    font-weight: bold;
  }
  .list-description-v2[data-break-pc="1"] > dd {
    width: 100%;
  }
  .list-description-v2[data-break-pc="2"] > dd {
    overflow: hidden;
  }

  /* ----- list-icon ----- */
 /* 
  .list-icon > li > [class^="i-"] {
    display: inline-block;
    padding: 4px 20px 3px;
    color: #fff;
  }
  .list-icon[data-row-pc="auto"] > li {
    margin: 5px 10px 0 0;
  }

  /* ----- status-icon ----- */
 /* 
  .status-icon > .i-info {
    white-space: nowrap;
    padding: 4px 20px 3px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
  }

	/* ----- 190312_追記 ----- */
 /* 
	.charter-point {
		display: flex;
		flex-flow: row wrap;
	}
	.charter-point li {
		margin: 0 5px 5px 0;
		background-color: #ffeef1;
		padding: 3px 0;
		width: calc((100% - 20px) / 5);
		text-align: center;
	}
  .charter-point li:nth-child(5n) {
    margin-right: 0 !important;
  }

  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ----- link-text ----- */
 /* 
  .link-text {
    margin: 2em 0;
  }
  .link-text > li + li {
    margin-top: .5em;
  }
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
  }

  /* icon */
 /* 
  .link-text > li > a::before {
    position: absolute;
    top: .5em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #d13;
    border-right: 1px solid #d13;
    content: "";
  }

  /* data-row-pc */
 /* 
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
  }
  .link-text[data-row-pc="auto"] > li {
    margin: 0 60px 0 0;
  }

  /* ----- link-faq ----- */
 /* 
  .link-faq > li {
    margin-top: 17px;
  }
  .link-faq > li > a {
    display: inline-block;
    position: relative;
    padding-left: 41px;
  }
  .link-faq > li > a::before {
    position: absolute;
    top: -.2em;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #e6e4e2;
    color: #333;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    content: "Q";
  }

  /* ----- link-button ----- */
 /* 
  .link-button {
    margin: 2em 0;
  }
  .link-button > li > a {
    display: inline-block;
    padding: 16px 40px 15px;
    border: 1px solid #bbb;
    background-color: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
  }
  [class^="link-button"][data-row-pc] > li > a {
    width: 100%;
  }
  [class^="link-button"][data-row-pc="3"] > li > a,
  [class^="link-button"][data-row-pc="4"] > li > a {
    padding: 16px 20px 15px;
  }
  [class^="link-button"][data-row-pc] > li + li {
    margin-top: 28px;
  }
  .link-button .link_label {
    display: inline-block;
    font-weight: bold;
  }
  .link-button > li > a:hover {
    color: #3390d1;
  }
  .link-button > li > a:hover .link_label {
    text-decoration: underline;
  }
  .link-button.tour-bus-stop-links > li + li {
    margin-top: 14px;
  }

  /* icon */
 /* 
  .link-button > li > a::after {
    display: none;
  }
  .link-button .link_label::after {
    display: inline-block;
    width: 6px;
    height: 8px;
    vertical-align: top;
    margin: .5em 0 0 10px;
    background: url(/common/img/com_sprite01.png) no-repeat -9px -154px;
    content: "";
  }
  .link-button .a-blank .link_label::after {
    width: 12px;
    height: 12px;
    margin: .4em 0 0 8px;
    background-position: -9px -181px;
  }
  .link-button .a-pdf .link_label::after {
    width: 13px;
    height: 15px;
    margin-top: .3em;
    background-position: -65px -181px;
  }
	.link-button .a-xls .link_label::after {
    width: 13px;
    height: 15px;
    margin-top: .3em;
    background-position: -124px -181px;
  }
  .link-button .a-back .link_label::before {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 6px;
    height: 8px;
    vertical-align: top;
    margin: .5em 10px 0 0;
    background: url(/common/img/com_sprite01.png) no-repeat -9px -154px;
    content: "";
  }
  .link-button .a-back .link_label::after {
    display: none;
  }
  /* --- link-button-strong --- */
 /* 
  .link-button > li.link-button-strong > a,
  .link-button > li.link-button-strong > span {
    border: none;
    background-color: #d13;
    color: #fff;
  }
  /* icon */
 /* 
  .link-button > li.link-button-strong > a > .link_label::after {
    background: url(/common/img/com_sprite01.png) no-repeat -300px -100px;;
  }
  /* ----- link-button-v2 ----- */
 /* 
  .link-button-v2 {
    margin: 2em 0;
  }
  .link-button-v2 > li > a,
  .link-button-v2 > li > span {
    display: inline-block;
    padding: 14px 40px 13px;
    background-color: #d13;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .link-button-v2 > li > a:hover {
    opacity: .8;
  }
  .link-button-v2 .is-unnecessary > * {
    background-color: #ddd;
    color: #000;
  }
  .link-button-v2 .is-closed > * {
    background-color: #666;
  }
  .link-button-v2 > li > .is-disabled {
    background-color: #e6e4e2!important;
    pointer-events: none!important;
  }

  /* icon */
 /* 
  .link-button-v2 > li > a::after {
    display: none;
  }
  .link-button-v2 > li > a > .link_label::after {
    display: inline-block;
    width: 9px;
    height: 14px;
    vertical-align: top;
    margin: .4em 0 0 10px;
    background: url(/common/img/com_sprite01.png) no-repeat -200px -100px;
    content: "";
  }
  .link-button-v2 > li > .a-blank > .link_label::after {
    width: 12px;
    height: 12px;
    margin: .4em 0 0 10px;
    background-position: -300px -100px;
  }
 */