@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;
}

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

/* ----------------------------------------
	setting
---------------------------------------- */
body {
  background: #fff6fb;
  color: #333;
  font-size: 17px;
  font-weight: var(--fw-normal);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}


a {
  color: #004ee1;
  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;
}

.f_notosans {
  font-family: "Noto Sans JP" !important;
}

.f_mincho {
  font-family: "Noto Serif JP", "Shippori Mincho" !important;
}

.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%;
}

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

h3 {
  padding: 5px 0;
  background: #f15988;
  font-size: 1.1em;
  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: #eb577f;
  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 #f15988;
}

.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 #f15988;
  border-bottom: 0;
}

.align_top {
  vertical-align: top;
}

.section_inner {
  padding: 15px 25px;
}

#message p {
  font-size: 1.2em;
  text-align: center;
  line-height: 2;
  margin: 15px auto;
}

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

#tourinfo .imgArea {
  display: flex;
  justify-content: space-evenly;
  margin: 20px auto 0;
}

#tourinfo .imgArea div {
  position: relative;
}

#tourinfo .imgArea div p {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgb(0 0 0 / 65%);
  font-size: 0.7em;
  padding: 0 0.5em;
}

#tourinfo .imgArea img {
  width: auto;
  height: 200px;
}

#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: #ffeff8;
}

.section td {
  background: #fff;
}

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

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

#price th {
  font-weight: bold;
  line-height: 1.3;
}

#price td {
  font-size: 1.2em;
  height: 2.8em;
}

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

#map img {
  width: 100%;
}

.entry {
  width: 550px;
  margin: 50px auto;
  padding: 15px;
  border-radius: 10px;
  background: #ffeff8;
  font-size: 1.1em;
  text-align: center;
  font-weight: var(--fw-bold);
}

.entry_start a {
  position: relative;
  display: block;
  width: 500px;
  color: #fff;
  background: #f15988;
  padding: 15px 0;
  margin: 90px auto;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  outline: 2px solid #fff;
  outline-offset: -7px;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 10px;
}


.entry_start a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}

.entry_start a:hover {
  opacity: 0.7;
}