/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
body {
  background-color: #f2f2f2;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.6;
}
a {
  color: #0070c9;
}
.tentative {
  float: right;
  font-size: 80%;
  margin: 12px 4px 0 0;
}
/***********************************************************
 2.Generic Classes
***********************************************************/
.day-header.active {
  background-color: rgb(25, 135, 84);
}
.fas, .far, .fab, .fa-solid  {
  width: 24px;
  text-align: center;
  margin-right: 4px;
}
.block-note .fas {
  width: 8px;
}
.fa-solid.fa-caret-right  {
  width: 4px;
}
.label.new{
  background-color: #d9534f;
}
.label.update{
  background-color: #5cb85c;
}
.list-group a {
  position: relative;
}
i.fa-chevron-right {
  color: #808080;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
ol {
  margin-left: -15px;
}
ol li {
  line-height: 1.2;
  padding-top: 3px;
}
li.text-muted {
  padding-top: 5px;
}
ul.link a {
  padding-left: .25rem;
}
.badge-tentative {
  color: #fff;
  background-color: #a9a9a9;
  display: inline-block;
  padding: .1em .5em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: 1px;
  border-radius: .15rem;
  margin-left: 5px;
}
img.icon,
img.icon2 {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: -2px;
}
img.pointer {
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  margin-right: 2px;
}
.icon2 {
  opacity: 0.6;
}
h2.item-title {
  font-size: .9rem;
  font-weight: bold;
  margin: 0;
}
p.detail {
  color: #666;
  font-size: .825rem;
  margin: 0;
}
@media (max-width: 768px) {
  .list-group {
    margin-bottom: .75rem;
  }
}
/***********************************************************
 3.Basic Layout
***********************************************************/
/* Header */
header {
  background: #323232;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
  color: #fff;
  height: 50px;
  padding: .9rem;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;  
}
header a,
header a:hover {
  color: #fff;
}
header h1 {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
}
header #back {
  float: left;
}
.container-fluid {
  max-width: 740px;
  margin: 0 auto;
  padding: 32px;
}
#itinerary h3 {
  font-size: 1rem;
  margin: 8px 0;
}
img#main {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
  margin: 50px auto 0;
  width: 100%;
  max-width: 740px;
  display: block;
}
main#itinerary {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
}
.detail,
.detail2 {
  font-size: .9rem;
}
.block-note {
  background-color: #f2f2f2;
  margin: 0 0 16px;
  padding: 8px;
}
#itinerary .block-note h3 {
  font-size: .9rem;
  margin: 1rem 0 0;
}
.fa-sun, .fa-moon {
  color: #808080;
}
/***********************************************************
 4.Content - Top
***********************************************************/
h1.logo  {
  margin: 30px 0 0;
  text-align: center;
}
h1.logo img {
  width: 120px;
}
.subtitle {
  font-size: 12px;
  text-align: center;
  font-family: 'Times New Roman';
  font-style: italic;
  margin-bottom: 20px;
}
.list-group {
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .05);
  margin-bottom: 1rem;
}
.details-area img.img-fluid {
  margin-bottom: 15px;
  width: 100%;
}
/* List */
.list-group-item.header {
  color: #fff;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
  font-size: 14px;
  padding: .1rem .75rem;
  font-style: italic;
  font-family: 'Times New Roman';
}
.list-group-item {
  font-size: 16px;
  padding: .55rem .75rem;
}
.list-group-item .flag {
  border: .1px solid #c0c0c0;
  border-radius: 50%;
  height: 14px;
  margin-right: 4px;
  vertical-align: -2px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: .75rem;
    margin: 0;
  }
  h1.logo  {
    margin-top: 0;
  }
}




span.place {
  font-weight: bold;
  color: #696969;
}
.detail ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}

.detail2 ul {
  list-style-type: disc;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.detail2 ul li {
  padding: 3px 0;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

td.price {
  text-align:right;
}
td.weight {
  text-align:right;
}
td.total {
  font-weight:bold;
  text-decoration: underline;
}
.block {
  font-size:13px;
}
.detail {
  margin:4px 0 8px;
}
.right {
  float: right;
}
.memo {
  border:1px solid #c0c0c0;
  padding:5px;
  margin:5px 5px 5px 0;
  font-size: .825rem;
  border-radius: 3px;    /* CSS3草案 */
  -webkit-border-radius: 3px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;  /* Firefox用 */
}
.memo2 {
  margin:10px 5px 10px 15px;
  font-size:12px;
}
.memo2 li {
  margin-bottom:10px;
}
.memo2 .top100 {
  color: #c00;
  font-weight: bold;
  margin-left: 5px;
}
.collaps-block {
  margin: 4px 0 4px 8px;
  font-size: .9rem;
}
.list-block {
  margin: 4px 0 4px 8px !important;
  font-size: .9rem;
}
.detail .list-block ul {
  list-style-type: disc;
  margin: 0 0 0 16px;
}

.label {
  background-color: #5cb85c;
  padding: .3px 4px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  border-radius: .25em;
  margin-left: 5px;
  text-shadow: none;
}
p {
  margin: 2px 0 2px;
}
.countdown {
  color: #ce4844;
}
.iframe-content {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}
.iframe-content-map {
  position: relative;
  width: 100%;
  padding: 150% 0 0 0;
}
.iframe-content-1x2 {
  position: relative;
  width: 100%;
  padding: 200% 0 0 0;
}
.iframe-content iframe,
.iframe-content-1x2 iframe,
.iframe-content-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.day-header {
  color: #fff;
  background-color: #696969;
  font-size: .9rem;
  padding: 0 8px;
  border-radius: 3px;
  margin: 8px 0;
}
.memo-title {
  font-weight: bold;
  margin: 15px 0 5px;
}