@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@500&family=Roboto&display=swap");
#DriveWrap {
  margin: 0px auto;
  color: #111;
  width: 100%;
}
#DriveWrap * {
  box-sizing: border-box;
  line-height: 150%;
}
#DriveWrap div#driveTopCts {
  background-color: #dff2fc;
  padding: 2rem 0;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#driveTopCts {
    min-height: 800px;
  }
}
#DriveWrap div#driveTopCts div#topDriveList {
  margin: 0 auto;
  max-width: 750px;
}
#DriveWrap div#driveTopCts div#topDriveList hr {
  margin: 2em 0;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: dotted 4px #004ea2;
}
#DriveWrap div#driveTopCts div#topDriveList div.spot a img {
  width: 100%;
  height: auto;
}
#DriveWrap div#driveTopCts div#topDriveList div.spot a:hover {
  opacity: 0.75;
}
#DriveWrap div.container {
  margin: 0 auto;
  max-width: 975px;
}
#DriveWrap div#naviCafeHead {
  margin-top: 16px;
}
#DriveWrap div#naviCafeHead a {
  text-decoration: underline;
  color: #111;
  font-size: 12px;
  font-weight: bold;
}
#DriveWrap div#naviCafeHead a img {
  margin-right: 1em;
  max-height: 50px;
  width: auto;
}
#DriveWrap div#driveHead {
  background-image: url("../images/common/head_bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  text-align: center;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#driveHead {
    height: 240px;
  }
}
#DriveWrap div#driveHead img {
  margin-bottom: -6px;
}
#DriveWrap div.spotCts {
  font-size: 13px;
  background: #dff2fc;
}
#DriveWrap div.spotCts div.spot-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div.spotCts div.spot-title {
    margin-top: 1rem;
  }
}
#DriveWrap div.spotCts div.spot-title div.place {
  width: 30%;
}
#DriveWrap div.spotCts div.spot-title div.place img {
  width: 100%;
  height: auto;
}
#DriveWrap div.spotCts div.spot-title h1 {
  width: 65%;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 120%;
}
#DriveWrap div.spotCts div.spot-title h1 br {
  display: none;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div.spotCts div.spot-title h1 {
    font-size: 2.4rem;
  }
  #DriveWrap div.spotCts div.spot-title h1 br {
    display: block;
  }
}
#DriveWrap div.spotCts div.spot-title div.text {
  padding-left: 2em;
}
#DriveWrap div.spotCts div.spot-title div.text h1 {
  width: 100%;
}
#DriveWrap div.spotCts div.spot-name {
  margin: 1rem 0;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div.spotCts div.spot-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#DriveWrap div.spotCts div.spot-name div.name img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
#DriveWrap div.spotCts div.spot-name div.access {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div.spotCts div.spot-name div.access {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#DriveWrap div.spotCts div.spot-name div.access span {
  margin: 1em;
  padding: 0 1em;
  height: 24px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 24px;
  color: #FFF;
  background: #7C7C7C;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div.spotCts div.spot-name div.access span {
    margin: 0 1em;
  }
}
#DriveWrap div.spotCts div.spot-bottom-nav {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#DriveWrap div.spotCts div.spot-bottom-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#DriveWrap div.spotCts div.spot-bottom-nav ul li {
  margin: 0 6px;
}
#DriveWrap div.spotCts div.spot-bottom-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: solid 1px #333;
  border-radius: 2px;
  color: #333;
  text-decoration: none;
}
#DriveWrap div.spotCts div.spot-bottom-nav ul li a:hover {
  opacity: 0.5;
}
#DriveWrap div.spotCts div.spot-bottom-nav ul li.current a {
  color: #FFF;
  background: #333;
}
#DriveWrap div#sekigahara {
  padding: 1em 0;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara {
    padding: 2em 0;
  }
}
#DriveWrap div#sekigahara div.container {
  padding: 0 1em;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.container {
    padding: 0;
  }
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-main-img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
#DriveWrap div#sekigahara div.place-main-img div.img {
  margin-bottom: 1rem;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-main-img div.img {
    width: 60%;
  }
}
#DriveWrap div#sekigahara div.place-main-img div.img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-main-img div.text {
    width: 40%;
  }
}
#DriveWrap div#sekigahara div.place-main-img div.text h3 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #004ea2;
  line-height: 130%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-main-img div.text h3 {
    font-size: 1.8rem;
  }
}
#DriveWrap div#sekigahara div.place-main-img div.text p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}
#DriveWrap div#sekigahara div.place-main-img div.text div.info {
  margin-bottom: 1rem;
  background: #FFF;
  border-radius: 16px;
  border: solid 1px #111;
  padding: 16px;
}
#DriveWrap div#sekigahara div.place-main-img div.text div.info table tr {
  border-bottom: solid 1px #111;
}
#DriveWrap div#sekigahara div.place-main-img div.text div.info table th {
  padding: 6px 0;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
#DriveWrap div#sekigahara div.place-main-img div.text div.info table td {
  padding: 6px;
  font-weight: bold;
  font-size: 12px;
}
#DriveWrap div#sekigahara div.place-sub-img {
  margin-bottom: 2rem;
  box-sizing: border-box;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-sub-img {
    grid-template-columns: repeat(4, 228px);
  }
}
#DriveWrap div#sekigahara div.place-sub-img div.thum img {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}
#DriveWrap div#sekigahara div.place-sub-img div.thum p {
  line-height: 140%;
  font-weight: bold;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-map {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#DriveWrap div#sekigahara div.place-map h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #004ea2;
  line-height: 130%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-map h3 {
    margin-bottom: 0;
    font-size: 1.8rem;
    grid-column: 1/3;
  }
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-map div.text {
    grid-column: 1/2;
  }
}
#DriveWrap div#sekigahara div.place-map div.text div.thum {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
#DriveWrap div#sekigahara div.place-map div.text div.thum h4 {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 100%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-map div.text div.thum h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#DriveWrap div#sekigahara div.place-map div.text div.thum h4 span {
  font-size: 11px;
  display: block;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-map div.text div.thum h4 span {
    margin-left: 1em;
    display: inline;
  }
}
#DriveWrap div#sekigahara div.place-map div.text div.thum p {
  grid-column: 1/2;
  line-height: 140%;
}
#DriveWrap div#sekigahara div.place-map div.text div.thum div.img {
  grid-column: 2/3;
}
#DriveWrap div#sekigahara div.place-map div.text div.thum div.img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-map div.map {
    grid-column: 2/3;
  }
}
#DriveWrap div#sekigahara div.place-gourmet div.cts {
  padding: 2em 0;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-gourmet div.cts div.container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
#DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text h5 {
  font-size: 0.9rem;
  color: #111;
  font-weight: bold;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text h5 {
    font-size: 1.4rem;
  }
}
#DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text h4 {
  color: #00b1a9;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 100%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text h4 {
    font-size: 1.8rem;
  }
}
#DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text p.kana {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: bold;
}
#DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text p.lead {
  font-size: 14px;
  font-weight: bold;
  line-height: 180%;
}
#DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.text div.info {
  margin-top: 1em;
  background: #FFF;
  padding: 1rem;
  border-radius: 12px;
  font-weight: bold;
  font-size: 12px;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.img {
    min-width: 520px;
  }
}
#DriveWrap div#sekigahara div.place-gourmet div.cts div.container div.img img {
  width: 100%;
  height: auto;
}
#DriveWrap div#sekigahara div.place-gourmet div.cts:nth-child(2n) {
  background: #FFF;
}
#DriveWrap div#sekigahara div.place-gourmet div.cts:nth-child(2n) div.container div.text div.info {
  background: #dff2fc;
}
#DriveWrap div#awajishima {
  padding: 1em 0;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima {
    padding: 2em 0;
  }
}
#DriveWrap div#awajishima div.container {
  padding: 0 1em;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.container {
    padding: 0;
  }
}
#DriveWrap div#awajishima div.spot-name div.name {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #00b1a9;
  color: #FFF;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.spot-name div.name {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
#DriveWrap div#awajishima div.spot-name div.name:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
  left: 14px;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-main-img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
#DriveWrap div#awajishima div.place-main-img div.img {
  margin-bottom: 1rem;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-main-img div.img {
    width: 60%;
  }
}
#DriveWrap div#awajishima div.place-main-img div.img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-main-img div.text {
    width: 40%;
  }
}
#DriveWrap div#awajishima div.place-main-img div.text h3 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #004ea2;
  line-height: 130%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-main-img div.text h3 {
    font-size: 1.8rem;
  }
}
#DriveWrap div#awajishima div.place-main-img div.text p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}
#DriveWrap div#awajishima div.place-main-img div.text div.info {
  margin-bottom: 1rem;
  background: #FFF;
  border-radius: 8px;
  border: solid 1px #111;
  padding: 12px;
}
#DriveWrap div#awajishima div.place-main-img div.text div.info table {
  width: 100%;
}
#DriveWrap div#awajishima div.place-main-img div.text div.info table tr {
  border-bottom: solid 1px #111;
}
#DriveWrap div#awajishima div.place-main-img div.text div.info table th {
  padding: 2px 0;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
#DriveWrap div#awajishima div.place-main-img div.text div.info table td {
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
}
#DriveWrap div#awajishima div.place-sub-img {
  margin-bottom: 2rem;
  box-sizing: border-box;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-sub-img {
    grid-template-columns: repeat(4, 228px);
  }
}
#DriveWrap div#awajishima div.place-sub-img div.thum img {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}
#DriveWrap div#awajishima div.place-sub-img div.thum p {
  line-height: 140%;
  font-weight: bold;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-map {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#DriveWrap div#awajishima div.place-map h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #00b1a9;
  color: #FFF;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-map h3 {
    margin-bottom: 0;
    font-size: 1.4rem;
    grid-column: 1/3;
  }
}
#DriveWrap div#awajishima div.place-map h3:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
  left: 14px;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-map div.text {
    grid-column: 1/2;
  }
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-map div.map {
    grid-column: 2/3;
  }
}
#DriveWrap div#awajishima div.place-map div.place-cts {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
#DriveWrap div#awajishima div.place-map div.place-cts h4 {
  margin-bottom: 8px;
  grid-column: 1/3;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 100%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-map div.place-cts h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
  }
}
#DriveWrap div#awajishima div.place-map div.place-cts h4 span {
  font-size: 11px;
  display: block;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-map div.place-cts h4 span {
    margin-left: 1em;
    display: inline;
  }
}
#DriveWrap div#awajishima div.place-map div.place-cts p {
  grid-column: 1/2;
  line-height: 140%;
}
#DriveWrap div#awajishima div.place-map div.place-cts div.img {
  grid-column: 2/3;
}
#DriveWrap div#awajishima div.place-map div.place-cts div.img img {
  width: 100%;
  height: auto;
}
#DriveWrap div#awajishima div.place-long-cts {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
#DriveWrap div#awajishima div.place-long-cts div.header {
  grid-column: 1/3;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-long-cts div.header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
}
#DriveWrap div#awajishima div.place-long-cts div.header p.catch {
  font-weight: bold;
  font-size: 1.1rem;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-long-cts div.header p.catch {
    width: 30%;
  }
}
#DriveWrap div#awajishima div.place-long-cts div.header h3 {
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #00b1a9;
  color: #FFF;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  width: 100%;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-long-cts div.header h3 {
    margin-bottom: 0;
    padding-left: 36px;
    font-size: 1.5rem;
  }
}
#DriveWrap div#awajishima div.place-long-cts div.header h3:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
  left: 14px;
}
#DriveWrap div#awajishima div.place-long-cts div.header h3 span {
  font-size: 11px;
  display: block;
}
@media print, screen and (min-width:577px) {
  #DriveWrap div#awajishima div.place-long-cts div.header h3 span {
    margin-left: 1em;
    display: inline;
  }
}
#DriveWrap div#awajishima div.place-long-cts div.text {
  grid-column: 1/2;
}
#DriveWrap div#awajishima div.place-long-cts div.imgs {
  grid-column: 2/3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
#DriveWrap div#awajishima div.place-long-cts div.imgs div.img {
  width: 50%;
}
#DriveWrap div#awajishima div.place-long-cts div.imgs div.img img {
  width: 100%;
  height: auto;
}
