@charset "Shift_JIS";

:root {
  --fw-normal: 400;
  --fw-bold: 700;
}

/* ----------------------------------------
	reset
---------------------------------------- */
html,
body,
div,
p,
table,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
address {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------
	setting
---------------------------------------- */
body {
  color: #333;
  background: #eefcff;
  font-size: 14px;
  line-height: 1.75;
  font-family: "Noto Sans JP", "?????? Pro W3", Meiryo, Osaka, "?? ?????", "Hiragino Kaku Gothic Pro", "????", "MS PGothic", sans-serif;
  /* font-feature-settings: 'palt'1; */
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e56f1;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------------------
	clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.red {
  color: #f11b55;
}

.blue {
  color: #2e56f1;
}

.bg_red {
  background: #ffecec;
}

.bg_blue {
  background: #e1fbff;
}

.d-flex {
  display: flex;
}

.bold {
  font-weight: var(--fw-bold) !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.small {
  font-size: 90% !important;
}

.large {
  font-size: 110% !important;
}

.mb-0 {
  margin-bottom: 5px !important;
}

.inline_block {
  display: inline-block;
}


/* ----------------------------------------
	container
---------------------------------------- */
#container {
  width: 1000px;
  background: #fff;
  margin: auto;
  padding-bottom: 10px;
}

h1 {
  margin-bottom: 35px;
}

h1 img {
  width: 100%;
}

#main_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}

h2 {
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

h3 {
  padding: 5px 0;
  background: #1f8bcb;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

h4 {
  width: 100%;
  padding: 10px 0;
  margin: 0 4% 0 0;
  border-radius: 10px;
  color: #fff;
  background: #00baac;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

h4+h4 {
  margin-top: 5px !important;
}

.section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  border: 1px solid #1f8bcb;
}

.border {
  border: 1px solid #333;
}


.no-border {
  border: none !important;
}

.no-border-side {
  border-right: none !important;
  border-left: none !important;
}

.no-border h3 {
  border: 1px solid #1f8bcb;
  border-bottom: 0;
}

.align_top {
  vertical-align: top;
}

.section_inner {
  padding: 15px 25px;
}

#message p {
  font-size: 19px;
  text-align: center;
  line-height: 2;
}

#message p span {
  background-image: repeating-linear-gradient(-45deg,
      rgb(123 219 205 / 35%) 0, rgb(123 219 205 / 35%) 2px,
      transparent 3px, transparent 6px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  padding: 0 10px;
}

#tourinfo {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  /* padding: 15px 10px 15px 20px; */
}

#tourinfo .imgArea {
  width: 300px;
}

#tourinfo .imgArea img {
  width: 100%;
}

#info {
  padding: 10px 15px;
  margin: 5px auto;
  line-height: 1.6;
  background: #ffffd5;
}

.section table {
  width: 100%;
  border: 0;
}

.section table.list {
  margin: 10px auto;
}

.section th,
.section td {
  padding: 5px 10px;
  border: 1px solid #333;
}

.section th {
  background: #f4feff;
}

.section td {
  background: #fff;
}

.section tfoot td {
  padding: 5px 0 0;
  border: 0;
}

#schedule .w-small {
  width: 82%;
  margin: auto;
}

#activity dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#price th {
  font-weight: bold;
}

#price td {
  font-size: 18px;
}

#activity dl dt:nth-child(n+2),
#activity dl dd:nth-child(n+3) {
  margin-top: 20px;
}

#activity dl dt {
  width: 500px;
}

#activity dl dd {
  width: 300px;
}

#activity dl dd img {
  width: 100%;
}

#map {
  width: 80%;
  margin: 15px auto;
}

#map img {
  width: 100%;
}

.entry {
  width: 550px;
  margin: 50px auto;
  padding: 15px;
  border-radius: 10px;
  background: #d9fbf5;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.entry2 {
  width: 500px;
  margin: 50px auto;
  padding: 15px;
  text-align: center;
}

.entry2 a {
  opacity: 1;
  transition: all 0.3s;
}

.entry2 a:hover {
  opacity: 0.7;
}

.entry.end {
  background: #efefef;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 0;
}