@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 {
  background: #e9f7f4;
  color: #333;
  font-weight: var(--fw-normal);
  font-size: 17px;
  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: #2e7bf1;
  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_notoserif {
  font-family: "Noto Serif JP" !important;
}

.red {
  color: #ff2d2d;
}

.blue {
  color: #2e7bf1;
}

.bg_red {
  background: #ffecec;
}

.bg_blue {
  background: #e1fbff;
}

.bg_yellow {
  background: #ffffd6;
}

.bg_info {
  padding: 10px 15px !important;
  margin: 10px auto 0;
  background: #ffc;
  border: 2px solid #ffda75;
  border-radius: 10px;
}

.d-flex {
  display: flex;
}

.no_feature {
  font-feature-settings: normal;
  letter-spacing: normal;
}

.bg_red {
  background: #ffecec;
}

.bg_blue {
  background: #e1fbff;
}

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

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

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

img {
  width: 100%;
}

#message {
  margin: 40px auto 50px;
}

#message p {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

#message p span {
  font-size: 1.15em;
  font-weight: 800;
}


.line {
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #09c3bc;
}

h1 {
  margin: 0 auto 50px;
}

h2 {
  padding: 30px;
  font-size: 1.2em;
  line-height: 24px;
  text-align: center;
  font-weight: var(--fw-bold);
}

h3 {
  padding: 8px 0;
  color: #fff;
  background: #09c3bc;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: var(--fw-bold);
  text-align: center;
}

h3 span {
  line-height: 1.5;
}

h4 {
  width: 90%;
  padding: 8px 0;
  margin: 5px auto;
  border-radius: 7px;
  color: #2e7bf1;
  /* background: #fff4e0; */
  border: 1px solid;
  font-size: 1.1em;
  font-weight: var(--fw-bold);
  line-height: 1.35rem;
  text-align: center;
}

h4.ev1 {
  background: #d0f9ff;
}

h4.ev2 {
  background: #f0d7ff;
}

h4.ev3 {
  background: #ffffc5;
}

h4.ev4 {
  background: #ffdffb;
}

h4.ev5 {
  background: #ffc5ca;
}

h4.ev6 {
  background: #ffefc3;
}

h4.ev7 {
  background: #dfffc3;
}

h4.ev_nomal {
  color: #ff5500;
}

.section {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 40px;
  border: 1px solid #09c3bc;
}

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

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

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

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

.align_top {
  vertical-align: top;
}

.section_inner {
  padding: 20px 25px;
}

.section table {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
}

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

.section #price_wrap {
  overflow-x: auto;
  max-width: 100%;
}

.section #price_wrap {
  overflow-x: auto;
  max-width: 100%;
}

.section #price {
  width: 100%;
  margin-bottom: 10px;
  font-feature-settings: 'palt'1;
  line-height: 1.3;
}

.section #price th,
.section #price td {
  height: 40px;
  padding: 5px 10px;
  text-align: center;
}

.section th {
  background: #e8fff5;
}

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

.section table.list {
  margin: 10px auto;
  border: 1px solid #09c3bc;
}

.section table.list th,
.section table.list td {
  border-bottom: 1px solid #09c3bc;
  border-left: 1px solid #09c3bc;
}

.section table.list td {
  background: #fff;
}

.op_img_wrap {
  height: 200px;
  margin: 20px auto;
  text-align: center;
}

.op_img_wrap img {
  width: auto;
  height: 100%;
}

.box {
  background: #fffed3;
  padding: 15px 20px;
  margin: 10px 0;
}

#read {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.8em;
}

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

.section#optional_tour dt {
  color: #006ee3;
  background: #f3f7ff;
  border-left: 5px solid;
  margin: 0 auto 10px;
  padding: 3px 10px;
  font-weight: bold;
}

.section#optional_tour dd {
  margin: 5px auto 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #09c3bc;
}

.section#optional_tour dd .op_deatil {
  display: flex;
  justify-content: space-between;
}

.section#optional_tour dd .op_deatil+.op_deatil {
  margin-top: 20px;
}

.section#optional_tour dd .op_deatil .op_text {
  width: 490px;
}

.section#optional_tour dd .op_deatil .op_img {
  width: 380px;
}

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

.hotel {
  margin: 0 auto 20px;
}

.hotel td {
  width: 25%;
  text-align: center;
  vertical-align: top;
  border: none;
}

.hotel td img {
  width: auto;
  height: 200px;
  margin-bottom: 5px;
}

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

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

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

.entry2 a:hover {
  opacity: 0.7;
}

.entry2 p {
  margin: 30px auto 45px;
}



.entry_start a {
  position: relative;
  display: block;
  width: 500px;
  color: #fff;
  background: linear-gradient(90deg, #09c3bc 0%, #54d2d9 50%, #09c3bc 100%);
  text-shadow: 0px 0px 10px #09c3bc;
  padding: 15px 0;
  margin: 90px auto 50px;
  font-family: "Noto Sans JP";
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  outline: 2px solid #FFFFFF;
  outline-offset: -7px;
  opacity: 1;
  transition: all 0.3s;
}

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

#agreeArea label {
  padding: 15px 20px;
  font-size: 1.3em;
  border-bottom: 1px solid #2ba6e1;
  cursor: pointer;
  scale: 1.5;
}

#agreeArea input {
  scale: 1.5;
}

#btnEntry {
  position: relative;
  display: block;
  margin: auto;
  padding: 10px 0;
  color: #fff;
  background: #2ba6e1;
  text-decoration: none;
  font-size: 1.75em;
  font-weight: bold;
  border-radius: 100vw;
}

#btnEntry:not(.disabled)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #ff0;
  border-right: 3px solid #ff0;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#btnEntry.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}