@charset "UTF-8";
/* ------------------------------------------
基本設定
------------------------------------------ */

/* 20260226 ツアー検索フォームエリア全体を非表示にする */
article.wrapper:has(form[action=""]) {
    display: none !important;
}

/* 上記で消えない場合（古いブラウザ対応用） */
.tour_select_box,
.title_tour_form,
.tour_form_free,
.tour_btn_box {
    display: none !important;
}
/* 「出発地から選ぶ」「カレンダーから選ぶ」のナビゲーションを非表示 */
nav.wrapper.mb_30 {
    display: none !important;
}

/* クラス名でより確実に指定する場合 */
.tour_nav {
    display: none !important;
}

/* Instagramの投稿写真・動画エリアのみを非表示にする */
#sbi_images {
    display: none !important;
}

/* 「さらに読み込む」ボタンも写真に関連するため、不要であれば非表示にする */
.sbi_load_btn {
    display: none !important;
}


/* 全体のフォント設定 */
body, input {
  font-family: 'M PLUS Rounded 1c','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 0.875rem;
  color: #4d4d4d;
}

p, li, dt, dd, address, figcaption, h2, h3, h4, h5, h6, label, .schedule_table span, .detail_mark {
  transform: rotate(0.03deg);
}

body {
  background-image: url(/tomsawyer-club/img/common/main_back.jpg);
}

section {
  margin: 0 auto 50px;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_all {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_max {
  display: table;
  width: auto;
  max-width: 100%;
}

/* 段落の下1行あけ */
p {
  margin-bottom: 1em;
}

th p, td p {
  margin-bottom: 0;
}

.sp_none {
  display: block;
}

/* リンク基本 */
a, a:visited, a:active, a:focus {
  color: #00a56a;
  transition: .8s;
}

a:hover {
  text-decoration: none;
/* 2025/7/4 SPでツアー一覧見たときに一部機種でテキストに影がついてしまう問題解消のためコメント */
/* これをコメントしたことで、ツアー一覧のページのみ、出発地から選ぶ、カレンダーから選ぶ、トムのロゴ、夏・冬等のスライダー画像や */
/* ツアー情報BOXにオンマウスした時の、hover灰色化はしなくなってしまうが、とりあえずそれで良しとする */
/*  -webkit-filter: saturate(30%); */
/*  filter: saturate(30%); */
}

a.tour_gray:hover {
  -webkit-filter: grayscale(100%) saturate(30%);
  filter: grayscale(100%) saturate(30%);
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* リスト */
ul, ol, dl {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

ol {
  list-style-type: decimal;
}

.list_basic {
  list-style: none;
}

.list_basic li {
  text-indent: -1em;
  padding-left: 1em;
}

.list_basic li::before {
  content: "・";
}

.list_circle_bk {
  list-style-type: none;
}

.list_circle_bk li {
  text-indent: -1em;
  padding-left: 1em;
}

.list_circle_bk li::before {
  content: "●";
}

/* フルードイメージ用 */
img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: middle;
}

img[src$=".svg"], picture[src$=".svg"] {
  width: auto;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* ------------------------------------------
汎用
------------------------------------------ */
/* クリアフィックス */
.cf:after {
  content: '';
  display: block;
  clear: both;
}

/* 表示切替 */
.tb_none {
  display: none;
}

.pc_none {
  display: block;
}

/* フレックスボックス */
.flex_box {
  display: flex;
}

/* 油性マジックフォント */
.font_tanuki {
  font-family: 'Yusei Magic','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* ロックンロールフォント */
.font_rocknroll {
  font-family: 'RocknRoll One','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* M plusフォント */
.font_mPlus {
  font-family: 'M PLUS Rounded 1c','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* アイコン */
/* 旗 */
.icon_flag::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/tomsawyer-club/img/common/icon_flag.svg) no-repeat center/100%;
  margin-right: 3px;
}

/* タイトル基本 */
.title_base {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  display: table;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 20px 5px 20px;
  margin: 20px 0;
  transform: translateX(-80px);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
}

.title_base::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.title_blue {
  background-image: url(/tomsawyer-club/img/common/title_bg_blue.svg);
}

.title_blue::before {
  display: none;
}

.title_blue2 {
  background-image: url(/tomsawyer-club/img/common/title_bg_blue_2.svg);
}

.title_blue2::before {
  display: none;
}

.title_brown {
  background-image: url(/tomsawyer-club/img/common/title_bg_brown.svg);
}

.title_brown::before {
  display: none;
}

.title_green {
  background-image: url(/tomsawyer-club/img/common/title_bg_green.svg);
}

.title_green::before {
  display: none;
}

.title_green_2 {
  background-image: url(/tomsawyer-club/img/common/title_bg_green_2.svg);
}

.title_green_2::before {
  display: none;
}

.title_green_3 {
  padding: 5px 20px 5px 65px;
  background-image: url(/tomsawyer-club/img/common/title_bg_green.svg);
}

.title_green_3::before {
  background-image: url(/tomsawyer-club/img/common/icon_tom_white.svg);
  width: 36px;
  height: 42px;
}

.title_orange {
  background-image: url(/tomsawyer-club/img/common/title_bg_orange.svg);
}

.title_orange::before {
  display: none;
}

.title_pink {
  background-image: url(/tomsawyer-club/img/common/title_bg_pink.svg);
}

.title_pink::before {
  display: none;
}

.title_red {
  background-image: url(/tomsawyer-club/img/common/title_bg_red.svg);
}

.title_red::before {
  display: none;
}

.fadein_left {
  opacity: 1;
  transform: translateX(0) rotate(0.03deg);
}

.title_h2_thin {
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}

.title_underline_white {
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #fff;
}

.title_leaf {
  font-size: 1.375rem;
  color: #009740;
  display: inline;
  font-weight: normal;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  position: relative;
  padding: 0 3px 0 32px;
}

.title_leaf::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(/tomsawyer-club/img/common/icon_leaf.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 4px;
}

.title_leaf + p {
  margin-top: 1em;
}

.title_leaf + div {
  margin-top: 1em;
}

.title_leaf + ul {
  margin-top: 1em;
}

.title_pen {
  font-size: 1.125rem;
  display: inline;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  position: relative;
  padding: 0 3px 0 26px;
}

.title_pen::before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background: url(/tomsawyer-club/img/common/icon_pencil.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -5px;
}

.title_pen + p {
  margin-top: 1em;
}

.title_wood {
  color: #00a56a;
  font-size: 1.375rem;
  font-weight: normal;
  display: inline-block;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  position: relative;
  padding: 0 3px 0 32px;
}

.title_wood::before {
  content: "";
  display: block;
  width: 25px;
  height: 36px;
  background: url(/tomsawyer-club/img/common/icon_tree.svg) no-repeat 0/100%;
  position: absolute;
  left: 0;
  top: 0;
}

.title_wood + p {
  margin-top: 1em;
}

.title_star_big {
  color: #fff;
}

.title_star_big::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(/tomsawyer-club/img/common/icon_star.svg) no-repeat center bottom;
  vertical-align: top;
}

.title_niwatori {
  font-size: 1.25rem;
  display: inline;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  position: relative;
  padding: 0 3px 0 41px;
}

.title_niwatori::before {
  content: "";
  display: block;
  width: 36px;
  height: 38px;
  background: url(/tomsawyer-club/img/common/icon_niwatori.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.title_niwatori + p {
  margin-top: 1em;
}

.title_tape_base {
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.title_tape_orange {
  background-image: url(/tomsawyer-club/img/common/title_center_orange.svg);
}

.title_tape_blue {
  background-image: url(/tomsawyer-club/img/common/title_center_blue.svg);
}

.title_tape_blue_2 {
  background-image: url(/tomsawyer-club/img/common/title_center_blue_2.svg);
}

.title_tape_purple {
  background-image: url(/tomsawyer-club/img/common/title_center_purple.svg);
}

.title_icon_bag {
  font-size: 1.375rem;
}

.title_icon_bag::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_ruck_02.svg) no-repeat center/contain;
  margin-right: 8px;
}

.title_icon_bag2 {
  font-size: 1.375rem;
}

.title_icon_bag2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_ruck_01.svg) no-repeat center/contain;
  margin-right: 8px;
}

.title_icon_bag3 {
  font-size: 1.375rem;
}

.title_icon_bag3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_ruck_03.svg) no-repeat center/contain;
  margin-right: 8px;
}

.title_icon_hat {
  font-size: 1.375rem;
}

.title_icon_hat::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: sub;
  background: url(/tomsawyer-club/img/common/icon_hat2.svg) no-repeat center bottom/100% 100%;
  margin-right: 8px;
}

.title_icon_shoes {
  font-size: 1.375rem;
}

.title_icon_shoes::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_shoes.svg) no-repeat center/contain;
  margin-right: 8px;
}

.title_icon_fish {
  font-size: 1.375rem;
}

.title_icon_fish::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_fish.svg) no-repeat center/contain;
  margin-right: 8px;
}

.title_icon_watch {
  font-size: 1.375rem;
}

.title_icon_watch::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_watch.svg) no-repeat center/contain;
  margin-right: 8px;
}

.title_icon_glove {
  font-size: 1.375rem;
}

.title_icon_glove::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(/tomsawyer-club/img/common/icon_glove.svg) no-repeat center/contain;
  margin-right: 8px;
}

/* 文字組基本 */
/* SPは左づめ、PCはセンター揃え */
.sp_tx_left {
  text-align: left;
}

/* 2行目以降インデント */
.tx_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.wrapper.tx_indent {
  padding-left: 2em;
}

/* すべてインデント */
.tx_indent_all {
  margin-top: 15px;
  padding-left: 30px;
}

/* 位置 */
.m_center {
  margin-left: auto;
  margin-right: auto;
}

/* 下線 */
.border_red {
  padding-bottom: 1em;
  border-bottom: 1px solid #FF0000;
}

.border_green {
  width: 100%;
  height: 10px;
  background: url(/tomsawyer-club/img/common/border_03.png) no-repeat center/100%;
  margin: 30px 0;
}

.border_green2 {
  width: 100%;
  height: 7px;
  background: url(/tomsawyer-club/img/common/border_02.png) no-repeat center/100%;
  margin: 0 0 20px 0;
}

.border_green_3 {
  width: 80%;
  height: 10px;
  background: url(/tomsawyer-club/img/common/border_04.png) no-repeat center/100%;
  margin: 20px auto;
}

.border_pink {
  margin: 0 auto 20px auto;
  width: 100%;
  height: 10px;
  background: url(/tomsawyer-club/img/common/border_06.svg) no-repeat center/100%;
}

.border_pink_2 {
  margin: 20px auto 30px;
  width: 100%;
  height: 10px;
  background: url(/tomsawyer-club/img/common/border_07.svg) no-repeat center/100%;
}

.border_blue {
  margin: 20px auto;
  width: 100%;
  height: 10px;
  background: url(/tomsawyer-club/img/common/border_08.svg) no-repeat center/100%;
}

.border_blue_2 {
  margin: 20px auto 30px;
  width: 80%;
  height: 10px;
  background: url(/tomsawyer-club/img/common/border_09.svg) no-repeat center/100%;
}

/* 角折れボックス */
.dogear_box_base {
  border-radius: 10px;
  position: relative;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%);
}

.dogear_box_base::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/tomsawyer-club/img/common/menu_corner_gray.svg);
  position: absolute;
  bottom: -1px;
  right: -1px;
  transform: rotate(357deg);
}

/* 内側ステッチライン */
.border_stech {
  width: 100%;
  height: 100%;
  border: 1px dashed #fff;
  border-radius: 10px;
  padding: 10px;
}

/* 影
.shadow {
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.4));
} */

/* 蛍光ペンのようなライン */
.underline_yellow {
  display: inline;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  padding: 0 3px;
}

.underline_yellow-green {
  display: inline;
  background: linear-gradient(transparent 70%, #e3e674 0%);
  padding: 0 3px;
}

.title_underline_yellow {
  display: table;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  padding: 0 3px;
}

.title_underline_yellow-green {
  display: table;
  background: linear-gradient(transparent 70%, #e3e674 0%);
  padding: 0 3px;
}

.title_underline_blue {
  display: table;
  background: linear-gradient(transparent 70%, #dfeaeb 0%);
  padding: 0 3px;
}

.title_underline_green {
  background: linear-gradient(transparent 70%, #cee6d2 0%);
  padding: 0 3px;
}

/* ボタン */
.btn_base {
  font-family: 'Yusei Magic','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
  height: 66px;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn_base:hover {
  opacity: 0.8;
}

a.btn_base {
  color: #fff;
}

.btn_orange {
  background-image: url(/tomsawyer-club/img/common/btn_orange.svg);
}

.btn_red {
  background-image: url(/tomsawyer-club/img/common/btn_red.svg);
}

.btn_pink {
  background-image: url(/tomsawyer-club/img/common/btn_pink.svg);
}

.btn_green {
  background-image: url(/tomsawyer-club/img/common/btn_green.svg);
}

.btn_gray {
  background-image: url(/tomsawyer-club/img/common/btn_gray.svg);
}

.btn_blue {
  background-image: url(/tomsawyer-club/img/common/btn_blue.svg);
}

.btn_blue2 {
  background-image: url(/tomsawyer-club/img/common/btn_blue_2.svg);
}

.btn_purple {
  background-image: url(/tomsawyer-club/img/common/btn_purple.svg);
}

/* テーブル */
.table_green {
  width: 100%;
  margin: 10px 0 30px;
}

.table_green th, .table_green td {
  color: #333;
  border: 1px solid #39b54a;
  padding: 10px 5px;
}

.table_green th {
  width: 30%;
  background: #d5ead8;
  white-space: nowrap;
}

.table_green tr td {
  width: 70%;
  background: #fff;
}

.table_green tr:nth-of-type(2n) td {
  background: #ffffe1;
}

.table_pink {
  width: 100%;
  margin: 10px 0 30px;
}

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

.table_pink th {
  width: 30%;
  background: #ffeff4;
  white-space: nowrap;
}

.table_pink tr td {
  width: 70%;
  background: #fff;
}

.table_pink tr:nth-of-type(2n) td {
  background: #ffffe1;
}

.table_blue {
  width: 100%;
  margin: 10px 0 30px;
}

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

.table_blue th {
  width: 30%;
  background: #e6eff5;
  white-space: nowrap;
}

.table_blue tr td {
  width: 70%;
  background: #fff;
}

.table_blue tr:nth-of-type(2n) td {
  background: #ffffe1;
}

.table_next {
  width: 100%;
  border: 3px solid #29abe2;
  margin: 1em auto 2em;
  position: relative;
}

.table_next th, .table_next td {
  padding: 3px 10px;
}

.table_next th {
  color: #fff;
  font-size: 1.375rem;
  background: #29abe2;
  width: 2em;
}

.table_next td {
  background: #fff;
}

.table_next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #29aae2 transparent transparent transparent;
  position: absolute;
  left: 1em;
  bottom: -10px;
}

.table_next_last::after {
  display: none;
}

.center_box {
  display: table;
  margin: 50px auto;
}

/* 回転 */
.rotate_90 {
  display: inline-block;
  transform: rotate(-90deg);
}

.rotate_10 {
  display: inline-block;
  transform: rotate(10deg);
}

/* ------------------------------------------
動き
------------------------------------------ */
.engine {
  -webkit-animation: engine 0.2s infinite;
  animation: engine 0.2s infinite;
}

@-webkit-keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/* 上下にふわふわ */
.fwari {
  -webkit-animation: fwari ease-in-out 2.3s infinite alternate;
  animation: fwari ease-in-out 2.3s infinite alternate;
}

@-webkit-keyframes fwari {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}

@keyframes fwari {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}

/* 左右にふわふわ */
.fwafwa {
  -webkit-animation: fwafwa ease-in-out 2.8s infinite alternate;
  animation: fwafwa ease-in-out 2.8s infinite alternate;
}

@-webkit-keyframes fwafwa {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-40px, 0%);
  }
}

@keyframes fwafwa {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-40px, 0%);
  }
}

/* スクロールアクション */
/* ぼんっと拡大 */
.bom {
  opacity: 0;
}

.bomAnime {
  -webkit-animation-name: zoomInAnime;
  animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes zoomInAnime {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* その場でふわっ */
.fadeIn {
  opacity: 0;
}

.fadeInAnime {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からふわっ */
.fadeUp {
  opacity: 0;
}

.fadeUpAnime {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下から順番にふわっ */
.delay-time02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-time10 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fadeUpOrder {
  opacity: 0;
}

.fadeUpOrderAnime {
  -webkit-animation-name: fadeUpOrderAnime;
  animation-name: fadeUpOrderAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpOrderAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpOrderAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 右上にパタッ */
.pata {
  opacity: 0;
}

.pataAnime {
  -webkit-animation-name: pataAnime;
  animation-name: pataAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes pataAnime {
  0% {
    transform: translate(-20px, 100px) rotate(2deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes pataAnime {
  0% {
    transform: translate(-20px, 100px) rotate(2deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

/* 左から流れるようにテキストが現れる */
/* ------------------------------------------
画像枠
------------------------------------------ */
.photo_frame_01 {
  max-width: 588px;
  position: relative;
}

.frame_bg_green {
  background: #91a95f;
  max-width: 588px;
  height: calc(100vw * 0.57);
  max-height: 334px;
  transform: rotate(-6deg);
  z-index: -1;
}

.photo_in_box {
  width: calc(100% - 20px);
  max-height: calc(100vw * 0.57);
  padding: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 3px 3px 5px #999999;
  z-index: 2;
}

.photo_frame_02 {
  width: 90%;
  max-width: 600px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 7px #999999;
  margin-bottom: 40px;
  position: relative;
}

.photo_frame_02::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  max-width: 660px;
  height: calc(100vw * 0.2);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.photo_frame_03 {
  width: 98%;
  max-width: 587px;
  padding: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 5px #999999;
  margin-bottom: 40px;
  position: relative;
}

.photo_frame_03::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  max-width: 607px;
  height: calc(100vw * 0.2);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.photo_frame_04 {
  width: 100%;
  max-width: 600px;
  padding: 5px;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 5px #999999;
  margin-bottom: 40px;
  position: relative;
}

.photo_frame_04::after {
  content: "";
  display: block;
  width: calc(100% + 26px);
  max-width: 640px;
  height: calc(100vw * 0.2);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.photo_frame_05 {
  width: 100%;
  max-width: 660px;
  padding: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px #999999;
  margin-bottom: 40px;
  position: relative;
  transform: rotate(1deg);
}

.photo_frame_06 {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 40px;
  box-shadow: 3px 3px 10px #999999;
  transform: rotate(-2deg);
}

.photo_tape_01::after {
  max-height: 131px;
  background-image: url(/tomsawyer-club/img/common/tape_01.png);
  top: -10px;
}

.photo_tape_02::after {
  max-height: 143px;
  background-image: url(/tomsawyer-club/img/common/tape_02.png);
  top: -10px;
}

.photo_tape_03::after {
  max-height: 108px;
  background-image: url(/tomsawyer-club/img/common/tape_03.png);
  top: -20px;
}

.photo_tape_04::after {
  max-height: 84px;
  background-image: url(/tomsawyer-club/img/common/tape_04.png);
  top: -20px;
}

.photo_tape_05::after {
  max-height: 96px;
  background-image: url(/tomsawyer-club/img/common/tape_05.png);
  top: -10px;
}

/* ------------------------------------------
背景つき枠
------------------------------------------ */
.bg_white {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  margin-bottom: 20px;
}

/* ------------------------------------------
空
------------------------------------------ */
.sky_main {
  position: relative;
  width: 100%;
  min-height: 230px;
  overflow: hidden;
}

.sky_main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sky_sun1 {
  width: 24%;
  max-width: 150px;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: -1;
}

.sky_sun2 {
  width: 24%;
  max-width: 150px;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: -1;
}

.sky_clowd1 {
  width: 20%;
  max-width: 180px;
  position: absolute;
  top: 30px;
  left: 5%;
}

.sky_clowd2 {
  width: 15%;
  max-width: 160px;
  position: absolute;
  bottom: 0;
  right: 5%;
}

.sky_clowd3 {
  width: 30%;
  max-width: 220px;
  position: absolute;
  top: 30px;
  left: 5%;
}

.sky_clowd4 {
  width: 20%;
  max-width: 180px;
  position: absolute;
  top: 100px;
  right: 5%;
}

/* ------------------------------------------
ヘッダー
------------------------------------------ */
.main_title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  position: relative;
}

.main_logo {
  text-align: center;
}

.main_logo img {
  height: 35px;
}

.main_menu_icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

/* ------------------------------------------
ヘッダーメニュー
------------------------------------------ */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}

.menu_main_logo {
  padding: 20px 10px;
  position: relative;
}

.menu_main_close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  height: 40px;
  cursor: pointer;
}

.menu_main_close img {
  height: 100%;
}

/* メインメニューアコーディオン */
.menu-main-container {
  width: 340px;
  height: 100%;
  padding: 0 0 10px;
  background-image: url(/tomsawyer-club/img/common/main_back.jpg);
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -340px;
  transition: all .5s;
  z-index: 100;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-main-container::-webkit-scrollbar {
  display: none;
}

.menu-main-container-open {
  right: 0;
}

.main_menu_rotat {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/tomsawyer-club/img/common/menu_accordion.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.5s;
}

.main_menu_active {
  transform: translateY(-50%) rotate(180deg);
}

/* メインナビメニュー */
.menu-main-container .menu .menu-item {
  font-family: 'Yusei Magic','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.25rem;
  line-height: 1.2rem;
}

.menu-main-container .menu .menu-item a {
  text-decoration: none;
}

.menu-main-container .menu-item, .menu-main-container .sub-menu {
  list-style-type: none;
  cursor: pointer;
}

.menu-main-container .menu_btn, .menu-main-container .sub-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: 0 20px;
  min-height: 60px;
}

.menu-main-container .menu_btn::before, .menu-main-container .sub-menu::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 40px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.menu-main-container .menu_btn::after, .menu-main-container .sub-menu::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  transform: rotate(357deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.menu-main-container .menu_main_home {
  background: linear-gradient(315deg, transparent 12px, #33ac66 12px);
  background-repeat: no-repeat;
}

.menu-main-container .menu_main_home a {
  color: #fff;
}

.menu-main-container .menu_main_home::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_tom.svg);
}

.menu-main-container .menu_main_home::after {
  background-image: url(/tomsawyer-club/img/common/menu_corner_green.svg);
}

.menu-main-container .menu_first_title, .menu-main-container .menu_first {
  background-repeat: no-repeat;
  position: relative;
}

.menu-main-container .menu_first_title::before, .menu-main-container .menu_first::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_rainbow.svg);
}

.menu-main-container .menu_first_title::after, .menu-main-container .menu_first::after {
  background-image: url(/tomsawyer-club/img/common/menu_corner_blue.svg);
}

.menu-main-container .menu_first_title {
  background: linear-gradient(315deg, transparent 12px, #69c4eb 12px);
}

.menu-main-container .menu_first {
  background: linear-gradient(315deg, transparent 12px, #bfe6f6 12px);
}

.menu-main-container .menu_first a {
  color: #2973e2;
}

.menu-main-container .menu_first_title, .menu-main-container .menu_tour_title {
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

.menu-main-container .menu_tour_title::before, .menu-main-container .menu_tour::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_cap.svg);
}

.menu-main-container .menu_tour_title::after, .menu-main-container .menu_tour::after {
  background-image: url(/tomsawyer-club/img/common/menu_corner_green.svg);
}

.menu-main-container .menu_tour_title {
  background: linear-gradient(315deg, transparent 12px, #61c46e 12px);
}

.menu-main-container .menu_tour {
  background: linear-gradient(315deg, transparent 12px, #b0e1b7 12px);
}

.menu-main-container .menu_tour a {
  color: #009740;
}

.menu-main-container .menu_corp, .menu-main-container .menu_leader, .menu-main-container .menu_faq, .menu-main-container .menu_blog, .menu-main-container .menu_tour_list {
  background: linear-gradient(315deg, transparent 12px, #ffff96 12px);
}

.menu-main-container .menu_corp a, .menu-main-container .menu_leader a, .menu-main-container .menu_faq a, .menu-main-container .menu_blog a, .menu-main-container .menu_tour_list a {
  color: #f7931e;
}

.menu-main-container .menu_corp::after, .menu-main-container .menu_leader::after, .menu-main-container .menu_faq::after, .menu-main-container .menu_blog::after, .menu-main-container .menu_tour_list::after {
  background-image: url(/tomsawyer-club/img/common/menu_corner_yellow.svg);
}

.menu-main-container .menu_corp::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_hand.svg);
}

.menu-main-container .menu_leader::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_flag.svg);
}

.menu-main-container .menu_faq::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_question.svg);
}

.menu-main-container .menu_blog::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_blog.svg);
}

.menu-main-container .menu_tour_list::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_tour.svg);
}

.menu-main-container .menu_contact {
  background: linear-gradient(315deg, transparent 12px, #f26066 12px);
}

.menu-main-container .menu_contact a {
  color: #fff;
}

.menu-main-container .menu_contact::before {
  background-image: url(/tomsawyer-club/img/common/menu_icon_pencil.svg);
}

.menu-main-container .menu_contact::after {
  background-image: url(/tomsawyer-club/img/common/menu_corner_red.svg);
}

/* ------------------------------------------
フッター
------------------------------------------ */
.footer_info_box {
  margin: 60px auto;
  padding: 0 20px;
}

.footer_info_box address {
  text-align: center;
  margin-bottom: 0.5em;
}

.footer_info_box .footer_info_box_banner {
  width: 100%;
  max-width: 1000px;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  align-items: center;
  justify-content: center;
}

.footer_info_box .footer_info_box_banner p {
  max-width: 550px;
  font-size: 0.875rem;
  margin-right: 5px;
  margin-bottom: 0;
}

.footer_info_box .footer_info_box_banner a {
  display: inline-block;
  min-width: 180px;
}

.menu-footer-container {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 40px 10px 30px;
  background: url(/tomsawyer-club/img/common/foot_bg_tom.svg) right -140px bottom -60px/auto 360px no-repeat, linear-gradient(#004317 10px, #00a56a 36px);
}

.menu-footer-container a {
  color: #fff;
  text-decoration: none;
}

.menu_footer_bg {
  background-image: url(/tomsawyer-club/img/common/footer_mount.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 400px;
  width: 100%;
  height: 31px;
  position: absolute;
  top: -22px;
  left: 0;
}

.menu_footer_title {
  color: #fff;
  cursor: pointer;
}

.footer_sns_box {
  background-color: #fff;
  padding: 20px 0;
}

.footer_sns_box_in {
  width: 160px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.footer_sns_box_in a {
  display: inline-block;
  width: 40px;
}

.menu-footer-container li {
  text-align: center;
  list-style-type: none;
  padding: 3px 0;
}

.menu-footer-container li .sub-menu {
  font-weight: normal;
}

.menu-footer-container a {
  color: #fff;
}

footer small {
  background-color: #00a56a;
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

/* ------------------------------------------
トップに戻るボタン
------------------------------------------ */
.go-top_btn {
  position: fixed;
  right: 5%;
  bottom: 13px;
  z-index: 98;
  width: 50px;
  height: 50px;
}

/* ------------------------------------------
お申し込みボタン
------------------------------------------ */
.go-app_btn {
  position: fixed;
  right: 0;
  bottom: 5px;
  z-index: 98;
  width: 160px;
  height: 68px;
}

/* ------------------------------------------
フォーム
------------------------------------------ */
/* iPhone用CSSリセット */
textarea, select, button, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* IEセレクタ削除 */
select::-ms-expand, input::-ms-expand {
  display: none;
}

/* IEチェックボックス、ラジオボタン削除 */
input[type=checkbox], input[type="radio"] {
  position: absolute;
  left: -1000em;
}

/* 入力フォーム */
textarea,
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"] {
  display: inline-block;
  border: 1px solid #4d4d4d;
  background: #fff;
  border-radius: 3px;
  padding: 3px 8px;
}

/* セレクタ */
select {
  font-weight: normal;
  color: #4d4d4d;
  padding: 3px 40px 3px 8px;
  background: #fff url("/tomsawyer-club/img/common/select_arrow.svg") no-repeat 93% 53%/auto 0.7em;
}

select[multiple="multiple"] {
  padding: 1px 5px;
}

/* ラジオボタン、チェックボックス */
label {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  margin: 10px 0;
  padding-left: 1em;
  padding-right: 20px;
  line-height: 26px;
  cursor: pointer;
}

label:hover {
  opacity: .7;
}

label span:first-of-type {
  display: inline-block;
  height: auto;
  text-align: left;
  margin-left: 5px;
  word-break: break-all;
}

label input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  border-radius: 50%;
  background: #fff;
}

label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #008ccf;
  border-radius: 50%;
}

label input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #fff;
}

label input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 8px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #008ccf;
  border-right: 3px solid #008ccf;
}

/* 必須 */
.required::after {
  content: "※";
  color: #FF0000;
  font-size: 0.75rem;
  vertical-align: top;
}

/* ツアー情報フォーム */
select.tour_form_select {
  width: 100%;
  color: #754c24;
  background: #fff url("/tomsawyer-club/img/common/select_arrow_tour.svg") no-repeat 96% 53%;
  background-size: auto 0.9em;
}

.tour_form_free {
  width: 100%;
  max-width: 600px;
  color: #754c24;
}

button {
  height: 2.5em;
}

button:hover {
  opacity: 0.8;
}

/* ------------------------------------------
スライダー
------------------------------------------ */
.main-slider, .tour-swiper {
  max-width: 1000px;
  overflow: hidden;
  padding: 0;
}

.tour-swiper .swiper-slide {
  opacity: 0.5;
}

.tour-swiper .swiper-slide-active {
  opacity: 1;
}

.swiper-container-initialized {
  display: block;
}

.swiper-pagination {
  position: static;
  padding: 15px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 6px 0;
  border: 1px solid #e6e6e6;
  opacity: 1;
}

.swiper-pagination-bullet:nth-of-type(1) {
  background: #ffe4ee;
}

.swiper-pagination-bullet:nth-of-type(2) {
  background: #cce2f1;
}

.swiper-pagination-bullet:nth-of-type(3) {
  background: #96ccd4;
}

.swiper-pagination-bullet:nth-of-type(4) {
  background: #fde9d2;
}

.swiper-pagination-bullet:nth-of-type(5) {
  background: #d7f0da;
}

.swiper-pagination-bullet-active {
  background: #228dff !important;
}

/* ------------------------------------------
トップ
------------------------------------------ */
/* 動画 */
.movie_source_sp {
  display: block;
}

.movie_source_pc {
  display: none;
}

.top_movie {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(/tomsawyer-club/img/common/main_back.jpg) repeat;
  z-index: 100;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  z-index: -100;
}

.top_movie_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
  z-index: 101;
  cursor: pointer;
}

/* 動画ここまで */
.swiper_img {
  -webkit-mask-image: url(/tomsawyer-club/img/top/top_mask.png);
  mask-image: url(/tomsawyer-club/img/top/top_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.top_nav_btn {
  justify-content: space-around;
  margin-top: 40px;
}

.top_nav_btn a {
  display: block;
  margin: 0 5px;
  width: 80%;
  max-width: 180px;
}

.top_news {
  width: calc( 100% - 40px);
  padding: 20px;
  background-color: #f7931e;
}

.top_news ul {
  list-style-type: none;
}

.top_news a {
  color: #754c24;
  text-decoration: none;
  display: block;
}

.top_news_list {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.top_news_list p {
  padding-left: 1em;
}

.top_news_date::before {
  content: "●";
}

.top_news_blog {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.top_about_tour {
  font-size: 1.125rem;
  background: #00a56a;
  padding: 10px;
  color: #fff;
}

.top_about_tour h2 {
  font-weight: normal;
  margin-bottom: 30px;
}

.top_about_btn {
  position: relative;
}

.top_about_btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background: #e5f4eb;
  position: absolute;
  top: 1px;
  left: 5px;
}

.top_about_btn_click {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #fcee21 url(/tomsawyer-club/img/common/top_about_aroow.svg) no-repeat center/70%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(0);
  transition: 0.8s;
}

.top_about_btn_open {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.top_about_tour_list {
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: #e5f4eb;
  text-align: center;
}

.top_about_tour_list ul {
  list-style-type: none;
}

.top_voice_box {
  position: relative;
  max-width: 564px;
  padding: 30px 30px 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #999999;
  margin-left: auto;
  margin-right: auto;
}

.top_voice_andMore {
  width: 200px;
  position: absolute;
  right: -11px;
  bottom: -25px;
}

/* ------------------------------------------
ツアー情報
------------------------------------------ */
.tour_title1 {
  padding: 5px 20px 5px 70px;
  background-image: url(/tomsawyer-club/img/common/title_bg_green.svg);
}

.tour_title1::before {
  width: 35px;
  height: 24px;
  background-image: url(/tomsawyer-club/img/common/icon_hat.svg);
}

.tour_nav {
  list-style-type: none;
  justify-content: center;
}

.tour_nav li {
  max-width: 230px;
}

.tour_nav li:first-of-type {
  margin-right: 10px;
}

.tour_select_box {
  flex-wrap: wrap;
}

.tour_select_in {
  width: 100%;
}

.tour_btn_box {
  justify-content: center;
}

.tour_btn {
  font-size: 1.125rem;
  width: 46%;
  max-width: 350px;
  padding: 5px 20px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.tour_btn_reset {
  background: #ccc;
  color: #666;
  margin-right: 10px;
}

.tour_btn_submit {
  background: #39b54a;
  color: #fff;
}

.tite_tour_search {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #39b54a;
}

.tour_result {
  background: url(/tomsawyer-club/img/common/bg_leaf.png);
}

/* ツアーシール */
.tour_box_base {
  display: block;
  height: calc(100% - 30px);
  color: #4d4d4d;
  text-decoration: none;
  background-size: 80px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%);
}

.tour_box_base:visited, .tour_box_base:active, .tour_box_base:focus {
  color: #4d4d4d;
}

.tour_box_base::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(/tomsawyer-club/img/common/menu_corner_gray.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2px;
  bottom: -1px;
}

.tour_box_base h2 {
  font-size: 1rem;
  padding: 0 0 5px;
  margin-bottom: 15px;
}

.tour_box_inner {
  background: #fff;
  height: 100%;
  padding: 5px 5px 25px;
  border-radius: 5px;
}

.tour_title_box {
  justify-content: space-between;
  align-items: center;
}

.tour_box_icon {
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
}

.tour_box_title {
  width: calc(100% - 70px);
  word-break: break-all;
}

.tour_contents {
  margin: 0 0 15px;
}

.tour_contents img {
  float: left;
  width: 55%;
  margin-right: 5px;
}

.tour_time {
  list-style-type: none;
}

.mark_flag {
  position: relative;
}

.mark_flag::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.2em;
  background: url(/tomsawyer-club/img/common/icon_flag.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.tour_date {
  display: inline-block;
  padding: 0 5px 0 1.4em;
}

.cate_base {
  display: inline-block;
  text-align: center;
  padding: 0 2px;
  width: 4.3em;
}

/* 準備中 */
.cate_preparation {
  background: linear-gradient(transparent 70%, #7ecced 0%);
}

/* 募集中 */
.cate_recruiting {
  background: linear-gradient(transparent 70%, #9cdaa4 0%);
}

/* 満員御礼 */
.cate_full {
  background: linear-gradient(transparent 70%, #ed8e87 0%);
}

/* グレー */
.cate_closed {
  background: linear-gradient(transparent 70%, #b2b0b0 0%);
}

.mark_base {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
}

/* ▲ */
.mark_01 {
  background: #e24437;
}

/* △ */
.mark_02 {
  background: #f7931e;
}

/* 〇 */
.mark_03 {
  background: #8cc63f;
}

/* ◎ */
.mark_04 {
  background: #009740;
}

/* 受付中 */
.mark_05 {
  background: #ff3333;
}

/* 準備中 */
.mark_06 {
  background: #0071bc;
}

/* 満員御礼 */
.mark_07 {
  background: #f7931e;
}

/* グレー */
.mark_closed {
  background: #999;
}

/* 各季節の設定 */
.tour_spring_box {
  background-image: url(/tomsawyer-club/img/common/bg_tour_spring.svg);
}

.tour_spring_box h2 {
  border-bottom: 1px solid #ff86b3;
}

.tour_spring_box .tour_box_icon {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_spring.svg);
}

.tour_summer_box {
  background-image: url(/tomsawyer-club/img/common/bg_tour_summer.svg);
}

.tour_summer_box h2 {
  border-bottom: 1px solid #a4dcf7;
}

.tour_summer_box .tour_box_icon {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_summer.svg);
}

.tour_winter_box {
  background-image: url(/tomsawyer-club/img/common/bg_tour_winter.svg);
}

.tour_winter_box h2 {
  border-bottom: 1px solid #cce4f1;
}

.tour_winter_box .tour_box_icon {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_winter.svg);
}

.tour_family_box {
  background-image: url(/tomsawyer-club/img/common/bg_tour_family.svg);
}

.tour_family_box h2 {
  border-bottom: 1px solid #fcca7c;
}

.tour_family_box .tour_box_icon {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_family.svg);
}

.tour_weekend_box {
  background-image: url(/tomsawyer-club/img/common/bg_tour_weekend.svg);
}

.tour_weekend_box h2 {
  border-bottom: 1px solid #c1dc6f;
}

.tour_weekend_box .tour_box_icon {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_weekend.svg);
}

.tour_gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* ページネーション */
.tour_page_nav {
  font-size: 1.25rem;
  text-align: center;
}

.tour_page_nav ul {
  list-style-type: none;
}

.tour_page_nav li {
  display: inline-block;
  min-width: 2em;
  padding: 5px 3px 7px;
  border: 1px solid #8cc63f;
  border-radius: 5px;
  background: #fff;
}

.tour_page_nav li a {
  display: block;
  width: 100%;
  height: 100%;
}

.tour_page_nav .tour_page_current {
  color: #fff;
  background: #8cc63f;
}

/* ------------------------------------------
ツアー情報 出発地から選ぶ
------------------------------------------ */
.tour_title2 {
  padding: 5px 20px 5px 70px;
  background-image: url(/tomsawyer-club/img/common/title_bg_pink.svg);
}

.tour_title2::before {
  width: 37px;
  height: 24px;
  background-image: url(/tomsawyer-club/img/common/icon_bus.svg);
}

.point_nav {
  justify-content: space-around;
  list-style-type: none;
}

.point_nav a {
  color: #fff;
  text-decoration: none;
}

.point_nav li {
  width: 160px;
  height: 106px;
}

.point_nav li:first-of-type {
  margin-right: 10px;
}

.point_nav .shadow {
  width: 100%;
  height: 100%;
}

.point_btn_base {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%);
}

.point_btn_base::before {
  content: "";
  display: inline-block;
  background: url(/tomsawyer-club/img/common/icon_flag_white.svg) no-repeat center;
  width: 30px;
  height: 100%;
}

.point_btn_base::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/tomsawyer-club/img/common/menu_corner_gray.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.point_btn_position {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.point_btn_kanto {
  background: #29abe2;
}

.point_btn_chubu {
  background: #f7931e;
}

.point_btn_kansai {
  background: #ff5b8c;
}

.point_btn_kyushu {
  background: #006498;
}

.point_map {
  max-width: 500px;
}

.point_nav_btn {
  list-style-type: none;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.point_nav_btn li {
  display: inline-block;
  width: 100%;
  max-width: 360px;
}

.point_nav_btn .btn_base {
  height: 50px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%);
  position: relative;
}

.point_nav_btn .btn_base::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/tomsawyer-club/img/common/menu_corner_gray.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.point_btn_other {
  background: #009740;
}

.point_btn_genchi {
  background: #7a3e85;
}

.point_btn_gray {
  -webkit-filter: none;
  filter: none;
}

.point_btn_gray .point_btn_base {
  background: #b3b3b3;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, 100% 100%);
}

.point_btn_gray .point_btn_base::after {
  display: none;
}

/* ------------------------------------------
ツアー情報 カレンダーから選ぶ
------------------------------------------ */
.tour_title3 {
  padding: 5px 20px 5px 50px;
  background-image: url(/tomsawyer-club/img/common/title_bg_orange.svg);
}

.tour_title3::before {
  width: 23px;
  height: 30px;
  background-image: url(/tomsawyer-club/img/common/icon_calendar.svg);
}

/* カレンダー周り基礎 */
.calendar_box {
  max-width: 600px;
}

.calendar_nav {
  font-size: 1.125rem;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
}

.calendar_nav a {
  color: #2bb3ea;
}

.calendar_month {
  display: inline-block;
  padding: 0 6px 2px;
  margin: 0 5px;
  color: #fff;
  border-radius: 5px;
}

.calendar_table {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}

.calendar_table th, .calendar_table td {
  width: calc(100% / 7);
  text-align: center;
}

.calendar_table th {
  color: #fff;
}

.calendar_table td {
  font-size: 1.25rem;
  color: #3e3a39;
  padding: 7px 2px;
}

.calendar_table a {
  color: #3e3a39;
  display: block;
  width: 100%;
  height: 100%;
}

.tour-on {
  background: #fdc840;
}

.tour-preparation {
  background: #ffcca9;
}

.tour-end {
  background: #cccccc;
}

.current-day {
  background: #f00;
}

.current-day a {
  color: #fff;
  font-weight: bold;
}

.calendar_schedule {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}

.calendar_schedule::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.calendar_kaisai::before {
  background: #fdc840;
}

.calendar_preparation::before {
  background: #ffcca9;
}

.calendar_selection::before {
  background: #ff0000;
}

.note-symbol {
  text-indent: -1em;
  padding-left: 1em;
}

.note-symbol::before {
  content: "※";
}

.calendar_box_pc {
  border-bottom: 1px solid #39b54a;
}

/* 春 */
.calendar_spring .calendar_month {
  background: #ff7bac;
}

.calendar_spring .calendar_table th {
  background: #ff7bac;
}

.calendar_spring .calendar_table th, .calendar_spring .calendar_table td {
  border: 1px solid #ff7bac;
}

.calendar_spring .calendar_schedule {
  color: #ff7bac;
}

.calendar_spring .calendar_schedule::before {
  border: 1px solid #ff7bac;
}

/* 夏 */
.calendar_summer .calendar_month {
  background: #0071bc;
}

.calendar_summer .calendar_table th {
  background: #0071bc;
}

.calendar_summer .calendar_table th, .calendar_summer .calendar_table td {
  border: 1px solid #0071bc;
}

.calendar_summer .calendar_schedule {
  color: #0071bc;
}

.calendar_summer .calendar_schedule::before {
  border: 1px solid #0071bc;
}

/* 冬 */
.calendar_winter .calendar_month {
  background: #96ccd4;
}

.calendar_winter .calendar_table th {
  background: #96ccd4;
}

.calendar_winter .calendar_table th, .calendar_winter .calendar_table td {
  border: 1px solid #96ccd4;
}

.calendar_winter .calendar_schedule {
  color: #96ccd4;
}

.calendar_winter .calendar_schedule::before {
  border: 1px solid #96ccd4;
}

/* ※準備中などの背景はツアー情報の mark_～ で設定 */
.calendar_list_base {
  display: block;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

a.calendar_list_base {
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------
ツアー詳細
------------------------------------------ */
.detail-base .detail_title {
  font-size: 1.25rem;
  font-weight: normal;
  padding: 30px 15px;
  margin: 40px 0 0;
  position: relative;
}

.detail-base .detail_title span {
  display: block;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.detail-base .detail_title::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.detail-base .vacancy_base {
  display: block;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 60px;
  line-height: 60px;
  font-size: 2.875rem;
  border-radius: 10px;
}

.detail-base .detail_line {
  width: 100%;
  height: 2px;
  position: relative;
  margin: 0 0 20px;
}

.detail-base .detail_line::before, .detail-base .detail_line::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.detail-base .detail_line::before {
  left: 0;
}

.detail-base .detail_line::after {
  right: 0;
}

.detail-base .detail_line_2 {
  width: 100%;
  height: 20px;
  background-size: 30%;
  margin: 0 0 30px;
}

.detail-base h2 {
  font-family: 'Yusei Magic','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  -webkit-mask-image: url(/tomsawyer-club/img/common/title_mask.png);
  mask-image: url(/tomsawyer-club/img/common/title_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: right;
  mask-position: right;
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 1s, transform 0.5s;
}

.detail-base .fadein_left {
  opacity: 1;
  transform: translateX(0) rotate(0.03deg);
}

.detail-base p {
  margin: 1em 0;
  word-break: break-all;
}

.detail-base figure {
  text-align: center;
  margin: 1em 0 2em;
}

.detail-base figcaption {
  text-align: left;
  text-indent: -1em;
  padding-left: 2em;
}

.detail-base iframe {
  width: 100%;
  max-height: 300px;
  margin-top: 1em;
}

.detail-base .detail_application {
  width: 100%;
  padding: 30px 20px;
  margin: 50px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.detail-base .detail_application h3 {
  width: 80%;
  max-width: 360px;
  margin: 0 auto 30px;
}

.detail_schedule {
  display: block;
  padding: 2em 10px 1em;
  background: #fff;
  margin: 0 auto;
}

.detail_schedule .day {
  display: block;
  text-align: center;
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.detail_schedule .detail_line {
  width: 100%;
  height: 2px;
  position: relative;
  margin: 0 0 20px;
}

.detail_schedule .detail_line::before, .detail_schedule .detail_line::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.detail_schedule .detail_line::before {
  left: 0;
}

.detail_schedule .detail_line::after {
  right: 0;
}

.detail_schedule .detail_line_2 {
  width: 100%;
  height: 20px;
  background-size: 30%;
  margin: 0 0 30px;
}

.detail_contents {
  max-width: 240px;
  margin: 0 auto 20px;
  align-items: center;
}

.detail_contents_right {
  width: calc(100% - 90px);
  padding: 0 0 0 20px;
}

.detail_cate {
  display: block;
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}

.detail_decision {
  text-align: center;
  border: 2px solid #00a56a;
  border-radius: 5px;
}

.detail_decision span {
  display: inline-block;
  color: #00a56a;
  font-size: 1.25rem;
}

.detail_decision span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/tomsawyer-club/img/common/icon_flag.svg) center no-repeat;
  background-size: 100% 100%;
  margin-right: 3px;
}

.detail_price {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.table-price {
  width: 100%;
  border: 2px solid #009740;
  margin: 0 auto 1em;
}

.table-price th {
  width: 7em;
  padding: 3px 0 3px 10px;
  color: #fff;
  background: #009740;
}

.table-price td {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 0 10px 0 0;
  overflow: hidden;
  position: relative;
}

.table-price td::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 20px;
  border-color: transparent transparent transparent #00973f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.table_price_desc {
  border: 3px solid #f7931e;
  margin: 0 auto 30px;
}

.table_price_desc th, .table_price_desc td {
  display: block;
  padding: 5px 10px;
}

.table_price_desc th {
  color: #f15a24;
  background: #fedd78;
  border-top: 3px solid #f7931e;
  border-bottom: 1px solid #fcca60;
}

.table_price_desc tr:first-of-type th {
  border-top: 0;
}

.table_price_desc ul {
  list-style-type: none;
}

.table_price_desc li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}

.table_price_desc li::before {
  content: "■";
  color: #f7931e;
}

.table_price_desc li:last-of-type {
  margin-bottom: 0;
}

.detail_address {
  color: #808080;
  padding: 10px;
  background: #fff;
}

.detail_mark {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 2em auto;
  box-shadow: #c8c6c2 2px 2px 2px;
}

.detail_mark h3 {
  color: #fff;
  display: table;
  background: #ff931e;
  border-radius: 5px;
  padding: 3px 13px;
  margin: 0 auto 13px;
}

.mark {
  display: inline-block;
  text-indent: -1.9em;
  margin: 0.2em 0.5em 0.2em 1.9em;
  padding: 0 5px;
}

.mark::before {
  content: "";
  display: inline-block;
  width: 1.9em;
  height: 1.6em;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.bg_blue {
  color: #fff;
  background-color: #006498;
}

.mark_morning_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_morning_c.svg);
}

.mark_meal1_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_meal1_c.svg);
}

.mark_meal2_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_meal2_c.svg);
}

.mark_group_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_group_c.svg);
}

.mark_shower_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_shower_c.svg);
}

.mark_bath_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_bath_c.svg);
}

.mark_diary_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_diary_c.svg);
}

.mark_bed_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_bed_c.svg);
}

.mark_chartered-bus_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_chartered-bus_c.svg);
}

.mark_scheduled-bus_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_scheduled-bus_c.svg);
}

.mark_train_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_train_c.svg);
}

.mark_airplane_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_airplane_c.svg);
}

.mark_ship_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_ship_c.svg);
}

.mark_walking_c::before {
  background-image: url(/tomsawyer-club/img/pic/icon_walking_c.svg);
}

.mark_morning_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_morning_b.svg);
}

.mark_meal1_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_meal1_b.svg);
}

.mark_meal2_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_meal2_b.svg);
}

.mark_group_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_group_b.svg);
}

.mark_shower_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_shower_b.svg);
}

.mark_bath_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_bath_b.svg);
}

.mark_diary_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_diary_b.svg);
}

.mark_bed_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_bed_b.svg);
}

.mark_chartered-bus_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_chartered-bus_b.svg);
}

.mark_scheduled-bus_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_scheduled-bus_b.svg);
}

.mark_train_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_train_b.svg);
}

.mark_airplane_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_airplane_b.svg);
}

.mark_ship_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_ship_b.svg);
}

.mark_walking_b::before {
  background-image: url(/tomsawyer-club/img/pic/icon_walking_b.svg);
}

.schedule_table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #006498;
}

.schedule_table tr {
  background: #eaf7fc;
  border-left: 1px solid #006498;
  border-right: 1px solid #006498;
  border-bottom: 1px solid #006498;
}

.schedule_table tr:nth-of-type(2n) {
  background: #fff;
  border-bottom: 1px dashed #006498;
}

.schedule_table th, .schedule_table td {
  display: block;
}

.schedule_table th {
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  font-size: 1.25rem;
  background: #006498;
}

.schedule_table td {
  padding: 10px;
}

.schedule_table .schedule_time {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.schedule_table .schedule_time li:first-of-type {
  width: 3.5em;
  padding: 0.2em 0 0.2em 0;
}

.schedule_table .schedule_time li:nth-of-type(2) {
  width: calc( 100% - 3.5em);
}

.detail_voice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.bubble_blue_down, .bubble_red_down, .bubble_green_down, .bubble_orange_down, .bubble_blue_up, .bubble_red_up, .bubble_green_up, .bubble_orange_up {
  width: 100%;
  max-width: 500px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 30px auto;
}

.bubble_blue_up, .bubble_red_up, .bubble_green_up, .bubble_orange_up {
  padding: 30px 20px 20px;
}

.bubble_blue_down, .bubble_red_down, .bubble_green_down, .bubble_orange_down {
  padding: 20px 20px 30px;
}

.bubble_blue_down {
  background-image: url(/tomsawyer-club/img/pic/bubble_blue_down.svg);
}

.bubble_red_down {
  background-image: url(/tomsawyer-club/img/pic/bubble_red_down.svg);
}

.bubble_green_down {
  background-image: url(/tomsawyer-club/img/pic/bubble_green_down.svg);
}

.bubble_orange_down {
  background-image: url(/tomsawyer-club/img/pic/bubble_orange_down.svg);
}

.bubble_blue_up {
  background-image: url(/tomsawyer-club/img/pic/bubble_blue_up.svg);
}

.bubble_red_up {
  background-image: url(/tomsawyer-club/img/pic/bubble_red_up.svg);
}

.bubble_green_up {
  background-image: url(/tomsawyer-club/img/pic/bubble_green_up.svg);
}

.bubble_orange_up {
  background-image: url(/tomsawyer-club/img/pic/bubble_orange_up.svg);
}

.detail_table_green, .detail_table_blue, .detail_table_red, .detail_table_orange {
  width: 100%;
  margin: 1em auto;
}

.detail_table_green th, .detail_table_green td, .detail_table_blue th, .detail_table_blue td, .detail_table_red th, .detail_table_red td, .detail_table_orange th, .detail_table_orange td {
  padding: 5px 10px;
  display: block;
}

.detail_table_green th, .detail_table_blue th, .detail_table_red th, .detail_table_orange th {
  color: #fff;
  font-size: 1.25rem;
}

.detail_table_green tr:last-of-type td:last-of-type, .detail_table_blue tr:last-of-type td:last-of-type, .detail_table_red tr:last-of-type td:last-of-type, .detail_table_orange tr:last-of-type td:last-of-type {
  border-bottom: 0;
}

.detail_table_green {
  border: 1px solid #00a56a;
}

.detail_table_green th {
  background: #00a56a;
}

.detail_table_green td {
  border-bottom: 1px solid #00a56a;
}

.detail_table_blue {
  border: 1px solid #0069b0;
}

.detail_table_blue th {
  background: #0069b0;
}

.detail_table_blue td {
  border-bottom: 1px solid #0069b0;
}

.detail_table_red {
  border: 1px solid #d11d22;
}

.detail_table_red th {
  background: #d11d22;
}

.detail_table_red td {
  border-bottom: 1px solid #d11d22;
}

.detail_table_orange {
  border: 1px solid #ff931e;
}

.detail_table_orange th {
  background: #ff931e;
}

.detail_table_orange td {
  border-bottom: 1px solid #ff931e;
}

/* 春 */
.detail-spring .detail_title {
  background: url(/tomsawyer-club/img/common/bg_tour_spring.svg);
}

.detail-spring .detail_title::before {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_spring.svg);
}

.detail-spring .detail_line {
  background: #ff7bac;
}

.detail-spring .detail_line::before, .detail-spring .detail_line::after {
  background: #ff7bac;
}

.detail-spring .detail_line_2 {
  background-image: url(/tomsawyer-club/img/common/bg_tour_spring.svg);
}

.detail-spring h2 {
  color: #fff;
  background-color: #ff7bac;
}

.detail-spring .detail_color {
  color: #ff7bac;
}

.detail-spring .detail_application {
  color: #808080;
  background-image: url(/tomsawyer-club/img/common/frame_spring.svg);
}

/* 夏 */
.detail-summer .detail_title {
  background: url(/tomsawyer-club/img/common/bg_tour_summer.svg);
}

.detail-summer .detail_title::before {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_summer.svg);
}

.detail-summer .detail_line {
  background: #0071bc;
}

.detail-summer .detail_line::before, .detail-summer .detail_line::after {
  background: #0071bc;
}

.detail-summer .detail_line_2 {
  background-image: url(/tomsawyer-club/img/common/bg_tour_summer.svg);
}

.detail-summer h2 {
  color: #fff;
  background-color: #0071bc;
}

.detail-summer .detail_color {
  color: #0071bc;
}

.detail-summer .detail_application {
  background-image: url(/tomsawyer-club/img/common/frame_summer.svg);
}

/* 冬 */
.detail-winter .detail_title {
  background: url(/tomsawyer-club/img/common/bg_tour_winter.svg);
}

.detail-winter .detail_title::before {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_winter.svg);
}

.detail-winter .detail_line {
  background: #96ccd4;
}

.detail-winter .detail_line::before, .detail-winter .detail_line::after {
  background: #96ccd4;
}

.detail-winter .detail_line_2 {
  background-image: url(/tomsawyer-club/img/common/bg_tour_winter.svg);
}

.detail-winter h2 {
  color: #fff;
  background-color: #96ccd4;
}

.detail-winter .detail_color {
  color: #5c7795;
}

.detail-winter .detail_application {
  background-image: url(/tomsawyer-club/img/common/frame_winter.svg);
}

/* 親子 */
.detail-family .detail_title {
  background: url(/tomsawyer-club/img/common/bg_tour_family.svg);
}

.detail-family .detail_title::before {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_family.svg);
}

.detail-family .detail_line {
  background: #f7931e;
}

.detail-family .detail_line::before, .detail-family .detail_line::after {
  background: #f7931e;
}

.detail-family .detail_line_2 {
  background-image: url(/tomsawyer-club/img/common/bg_tour_family.svg);
}

.detail-family h2 {
  color: #fff;
  background-color: #f7931e;
}

.detail-family .detail_color {
  color: #f7931e;
}

.detail-family .detail_application {
  background-image: url(/tomsawyer-club/img/common/frame_family.svg);
}

/* 週末 */
.detail-weekend .detail_title {
  background: url(/tomsawyer-club/img/common/bg_tour_weekend.svg);
}

.detail-weekend .detail_title::before {
  background-image: url(/tomsawyer-club/img/pic/icon_tour_weekend.svg);
}

.detail-weekend .detail_line {
  background: #00a56a;
}

.detail-weekend .detail_line::before, .detail-weekend .detail_line::after {
  background: #00a56a;
}

.detail-weekend .detail_line_2 {
  background-image: url(/tomsawyer-club/img/common/bg_tour_weekend.svg);
}

.detail-weekend h2 {
  color: #fff;
  background-color: #00a56a;
}

.detail-weekend .detail_color {
  color: #00a56a;
}

.detail-weekend .detail_application {
  background-image: url(/tomsawyer-club/img/common/frame_weekend.svg);
}

/* ------------------------------------------
初めての方へ
------------------------------------------ */
.welcome_title1 {
  padding: 5px 20px 5px 70px;
  background-image: url(/tomsawyer-club/img/common/title_bg_blue.svg);
}

.welcome_title1::before {
  width: 42px;
  height: 42px;
  background-image: url(/tomsawyer-club/img/common/icon_rainbow.svg);
}

.tom_talk_box {
  display: block;
  width: 258px;
  height: 168px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: url(/tomsawyer-club/img/common/first_fukidashi.png) no-repeat center 0/100% 100%;
}

/* 1行ずつしゃべるトムくん */
.tomTalkLine {
  width: 210px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.tomTalkLine span {
  position: relative;
  display: inline-block;
}

.tomTalkLine span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}

.tomTalkLine span:nth-child(1):after {
  transition: height 0.6s ease 1s;
}

.tomTalkLine span:nth-child(2):after {
  transition: height 0.6s ease 1.5s;
}

.tomTalkLine span:nth-child(3):after {
  transition: height 0.6s ease 2s;
}

.tomTalkLine span:nth-child(4):after {
  transition: height 0.6s ease 2.5s;
}

.tomTalkLine.active span:after {
  height: 0;
}

/* 1行ずつしゃべるトムくん ここまで */
.tom_talk_img {
  width: 60%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.welcome_tom_img {
  align-items: center;
  justify-content: space-around;
}

.welcome_tom_img img {
  width: 50%;
  max-width: 360px;
}

.welcome_tom_img2 {
  align-items: center;
  justify-content: center;
}

.welcome_tom_img2 img {
  max-height: 160px;
}

.welcome_box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 4px 4px 4px #999999;
}

.welcome_border {
  width: 100%;
  height: 5px;
  background: #00a56a;
}

.welcome_icon {
  width: 48%;
}

.welcome_icon img {
  margin-bottom: 10px;
}

.welcome_label_base {
  color: #fff;
  display: table;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 auto 1em;
}

.welcome_label_color_01 {
  background: #69c4ea;
}

.welcome_label_color_02 {
  background: #74cb80;
}

.welcome_label_color_03 {
  background: #f9b361;
}

.welcome_label_color_04 {
  background: #f195b9;
}

.welcome_label_color_05 {
  background: #4d92b7;
}

.welcome_label_color_06 {
  background: #4db679;
}

.welcome_flow_box {
  max-width: 700px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.welcome_flow_base {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.welcome_flow_base h3 {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.welcome_flow_01 {
  background-image: url(/tomsawyer-club/img/common/frame_pink.svg);
}

.welcome_flow_01 h3 {
  border-bottom: 1px solid #eb689b;
}

.welcome_flow_02 {
  background-image: url(/tomsawyer-club/img/common/frame_blue.svg);
}

.welcome_flow_02 h3 {
  border-bottom: 1px solid #006498;
}

.welcome_flow_03 {
  background-image: url(/tomsawyer-club/img/common/frame_green.svg);
}

.welcome_flow_03 h3 {
  border-bottom: 1px solid #009740;
}

.welcome_flow_left_box, .welcome_flow_right_box {
  width: 48%;
}

.welcome_flow_day_base {
  position: relative;
}

.welcome_flow_day_base::before {
  content: "";
  display: block;
  width: 110px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -16px;
  left: -16px;
}

.welcome_flow_day_base .welcome_flow_left_box {
  margin: 30px 0 0;
}

.welcome_flow_day_day1::before {
  background-image: url(/tomsawyer-club/img/pic/tour_day_tag_01.svg);
}

.welcome_flow_day_day2::before {
  background-image: url(/tomsawyer-club/img/pic/tour_day_tag_02.svg);
}

.welcome_flow_day_day3::before {
  background-image: url(/tomsawyer-club/img/pic/tour_day_tag_03.svg);
}

.day_circle_base {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 5px;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 50%;
}

.day_circle_01 {
  background: #eb689b;
}

.day_circle_02 {
  background: #006498;
}

.day_circle_03 {
  background: #009740;
}

.welcome_flow_arrow_base {
  text-align: center;
  margin-top: -1px;
}

.welcome_flow_arrow_base img {
  width: 30px;
}

.welcome_club {
  justify-content: space-between;
  align-items: flex-start;
}

.welcome_club div {
  width: 60%;
  flex: 2 2 60%;
}

.welcome_club div:nth-of-type(2) {
  width: 40%;
  flex: 1 1 40%;
  max-width: 210px;
  padding-left: 10px;
}

.welcome_club_btn {
  flex-wrap: wrap;
  align-items: flex-start;
}

/* ------------------------------------------
トムソーヤクラブのご紹介
------------------------------------------ */
.about_title1 {
  color: #29abe2;
  display: inline-block;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  padding: 5px 5px 0 38px;
  position: relative;
}

.about_title1::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url(/tomsawyer-club/img/common/icon_girl.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

.about_title2 {
  color: #f7931e;
  display: inline-block;
  background: linear-gradient(transparent 70%, #fafa60 0%);
  padding: 5px 5px 0 38px;
  position: relative;
}

.about_title2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 34px;
  background: url(/tomsawyer-club/img/common/icon_boy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

.about_leaf2 {
  color: #000;
  font-weight: normal;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3px 5px;
  margin-bottom: 20px;
  background: url(/tomsawyer-club/img/common/border_05.svg) no-repeat center bottom/100%;
  position: relative;
}

.about_leaf2::before, .about_leaf2::after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  background: url(/tomsawyer-club/img/common/icon_leaf2.svg) no-repeat center/100% 100%;
  position: absolute;
}

.about_leaf2::before {
  top: 0px;
  left: -35px;
}

.about_leaf2::after {
  top: 0;
  right: -35px;
  transform: scaleX(-1);
}

.about_words {
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 12px 12px 25px 33px;
  background: url(/tomsawyer-club/img/common/about_fukidashi.png) no-repeat center/100% 100%;
}

.about_text01 {
  justify-content: space-between;
  align-items: flex-start;
}

.about_text01_left {
  width: 50%;
  flex: 1 1 50%;
}

.about_text01_right {
  width: 50%;
  max-width: 320px;
  flex: 2 2 320px;
  padding-left: 10px;
}

.about_text01_right img {
  width: 100%;
  max-width: 320px;
}

.about_text02 {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.about_text02_left {
  width: 60%;
  flex: 1 1 60%;
}

.about_text02_right {
  width: 40%;
  flex: 2 2 40%;
  max-width: 220px;
  padding-right: 15px;
}

.about_text03 {
  overflow: hidden;
}

.about_text03_left_space {
  float: right;
  height: 3em;
}

.about_text03_left {
  float: right;
  clear: both;
  margin: 10px 0 0 10px;
  width: 30%;
  max-width: 260px;
}

.about_charter {
  width: 70%;
  max-width: 360px;
  margin: 0 auto 30px;
}

.about_charter img {
  width: 100%;
}

.about_charter_list {
  list-style-type: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.about_charter_list li {
  font-size: 1.125rem;
  color: #33ac66;
  padding: 3px 10px 0 2.1em;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
}

.about_charter_list li::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(/tomsawyer-club/img/common/menu_icon_tom.svg) no-repeat center/100% 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.about_charter_list li::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% -  3.6em);
  height: 10px;
  background: url(/tomsawyer-club/img/common/border.svg) no-repeat 0 bottom/100% 100%;
  bottom: -2px;
  left: 2.8em;
  z-index: -1;
}

.about_charter_list li:nth-of-type(2n) {
  padding: 3px 10px 0 3.5em;
}

.about_charter_list li:nth-of-type(2n)::before {
  left: 1.4em;
}

.about_charter_list li:nth-of-type(2n)::after {
  left: 4em;
}

.charter_list_number {
  font-size: 1.25rem;
  color: #fff;
  font-family: 'M PLUS Rounded 1c','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 10px 0 0;
  background: #33ac66;
  border-radius: 50%;
  vertical-align: bottom;
}

.about_activity_list {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  background-image: url(/tomsawyer-club/img/common/bg_sun.svg), url(/tomsawyer-club/img/common/bg_cloud.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 0% top 30%, right 85px top 67%;
  background-size: 80px, 60px;
}

.about_activity_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.about_activity_list li::before {
  content: "◆";
}

.about_message {
  width: 100%;
  position: relative;
}

.about_massage_bg {
  width: 95%;
  background: #fff;
  border: 1px solid #9faeb5;
  box-shadow: 0px 0px 10px 6px #d0e8f4 inset, 5px 5px #cccccc;
  margin-left: auto;
  margin-right: auto;
}

.about_massage_main {
  width: 100%;
  background: url(/tomsawyer-club/img/common/bg_message_02.svg) no-repeat right 13% bottom 5%;
  background-size: 40%;
  padding: 30px 20px;
}

.about_massage_text {
  color: #000;
  line-height: 1.8;
}

.about_massage_text img {
  float: right;
  width: 50%;
  max-width: 230px;
}

.about_massage_text p {
  text-indent: 1em;
}

.about_aim {
  align-items: flex-start;
}

.about_aim_left {
  flex: 1 1 60%;
}

.about_aim_right {
  flex: 2 2 40%;
  max-width: 210px;
}

.about_aim2_box {
  color: #cd5d00;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: url(/tomsawyer-club/img/common/flame_white.svg) no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px 15px 10px;
}

.about_aim2_right_space {
  float: right;
  height: 5em;
}

.about_aim2_right {
  float: right;
  clear: both;
  width: 30%;
  max-width: 200px;
}

.about_management_img img[src$=".svg"] {
  width: 100%;
  max-width: 500px;
}

.about_leader_img {
  float: left;
  width: 43%;
  max-width: 320px;
}

/* ------------------------------------------
トムソーヤクラブ会員について
------------------------------------------ */
.member p a {
  color: #29abe2;
}

.member_guardian {
  color: #eb689b;
  font-weight: bold;
}

.member_triangle1 {
  color: #f3a4c3;
}

.member_guardian_title {
  color: #FF0000;
  font-weight: normal;
  position: relative;
  display: inline;
  padding-left: 29px;
  background: linear-gradient(transparent 70%, #fafa60 0%);
}

.member_guardian_title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/tomsawyer-club/img/common/icon_ex.svg);
  padding-right: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}

.member_communication {
  align-items: center;
}

.member_communication_left {
  flex: 2 2 calc(100% - 110px);
}

.member_communication_right {
  flex: 1 1 110px;
}

/* ------------------------------------------
持ち物
------------------------------------------ */
.ready_title1 {
  padding: 5px 20px 5px 60px;
  background-image: url(/tomsawyer-club/img/common/title_bg_orange.svg);
}

.ready_title1::before {
  width: 34px;
  height: 40px;
  background-image: url(/tomsawyer-club/img/common/icon_ruck_01.svg);
}

.ready_title2 {
  padding: 5px 20px 5px 60px;
  background-image: url(/tomsawyer-club/img/common/title_bg_gray.svg);
}

.ready_title2::before {
  width: 34px;
  height: 40px;
  background-image: url(/tomsawyer-club/img/common/icon_ruck_01.svg);
}

.list_maru {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
}

.list_maru li::before {
  content: "〇";
  margin-right: 0.2em;
}

.ready_box, .ready_box_bag {
  font-size: 0.9375rem;
}

.ready_box {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 24px 20px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}

.ready_basis {
  background-image: url(/tomsawyer-club/img/pic/bg_kihon.png);
}

.ready_basis2 {
  background-image: url(/tomsawyer-club/img/pic/bg_kihon_02.png);
}

.ready_water {
  background-image: url(/tomsawyer-club/img/pic/bg_mizuasobi.png);
}

.ready_water_caution {
  display: table;
  background: #fff;
  padding: 3px 5px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.ready_box_position {
  justify-content: space-between;
  align-items: center;
/*  position: relative; */
  margin-top: 20px;
}

.ready_box_position figure {
  width: 43%;
  padding: 0 5px;
}

.ready_box_position div {
  width: 57%;
}

.ready_box_bag {
  width: 98%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 25px 20px;
  background: url(/tomsawyer-club/img/common/bg_bag.svg) no-repeat bottom center/auto auto;
}

.ready_box_bag_list {
  padding: 10px 0 10px 10px;
}

.ready_box_bag_position {
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.ready_box_bag_position figure {
  width: 45%;
  padding: 0 5px;
}

.ready_box_bag_position div {
  width: 55%;
}

.ready_table_box {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 40px;
  position: relative;
}

.ready_table_check::before {
  content: "";
  display: block;
  width: 70px;
  height: 47px;
  background: url(/tomsawyer-club/img/pic/ready_check_balloon.svg) no-repeat center/100% 100%;
  position: absolute;
  right: -6px;
  top: 10px;
}

.ready_table_base {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.ready_table_base th, .ready_table_base td {
  padding: 10px;
}

.ready_table_base td:last-of-type {
  width: 50px;
  text-align: center;
  border-right: 0;
}

.ready_table_base tr:last-of-type th, .ready_table_base tr:last-of-type td {
  border-bottom: 0;
}

.ready_table_base label {
  padding-left: 10px;
  padding-right: 10px;
}

.ready_table_base label input[type="checkbox"] + span::before {
  width: 22px;
  height: 22px;
}

.ready_table_base label input[type="checkbox"]:checked + span:after {
  top: -2px;
  left: 8px;
  width: 12px;
  height: 20px;
}

.ready_table_base .ready_table_td {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
}

.ready_table_base .ready_quantity {
  color: #fff;
  letter-spacing: 0.07em;
  border-radius: 5px;
  padding: 0 8px;
}

.ready_table_base .ready_open_btn {
  width: 90%;
  margin: 0 auto;
  cursor: pointer;
}

.ready_table_pink {
  border: 3px solid #ff7bac;
}

.ready_table_pink th, .ready_table_pink td {
  border-bottom: 1px solid #ff7bac;
}

.ready_table_pink td {
  border-right: 1px solid #ff7bac;
  background: #fce8f0;
}

.ready_table_pink tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_pink .ready_quantity {
  background: #ff7bac;
}

.ready_table_pink .ready_window {
  border: 3px solid #ff7bac;
}

.ready_table_pink .ready_window_1 {
  background: #fff;
}

.ready_table_pink .ready_window_2 {
  background: #fce8f0;
}

.ready_table_green {
  border: 3px solid #009740;
}

.ready_table_green th, .ready_table_green td {
  border-bottom: 1px solid #009740;
}

.ready_table_green td {
  border-right: 1px solid #009740;
  background: #d7f0db;
}

.ready_table_green tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_green .ready_quantity {
  background: #009740;
}

.ready_table_green .ready_window {
  border: 3px solid #009740;
}

.ready_table_green .ready_window_1 {
  background: #fff;
}

.ready_table_green .ready_window_2 {
  background: #d7f0db;
}

.ready_table_orange {
  border: 3px solid #f7931e;
}

.ready_table_orange th, .ready_table_orange td {
  border-bottom: 1px solid #f7931e;
}

.ready_table_orange td {
  border-right: 1px solid #f7931e;
  background: #fde9d2;
}

.ready_table_orange tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_orange .ready_quantity {
  background: #f7931e;
}

.ready_table_orange .ready_window {
  border: 3px solid #f7931e;
}

.ready_table_orange .ready_window_1 {
  background: #fff;
}

.ready_table_orange .ready_window_2 {
  background: #fde9d2;
}

.ready_table_blue {
  border: 3px solid #29abe2;
}

.ready_table_blue th, .ready_table_blue td {
  border-bottom: 1px solid #29abe2;
}

.ready_table_blue td {
  border-right: 1px solid #29abe2;
  background: #94d5f0;
}

.ready_table_blue tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_blue .ready_quantity {
  background: #006498;
}

.ready_table_blue .ready_window {
  border: 3px solid #29abe2;
}

.ready_table_blue .ready_window_1 {
  background: #fff;
}

.ready_table_blue .ready_window_2 {
  background: #dff3fb;
}

.ready_table_blue_2 {
  border: 3px solid #54bce8;
}

.ready_table_blue_2 th, .ready_table_blue_2 td {
  border-bottom: 1px solid #54bce8;
}

.ready_table_blue_2 td {
  border-right: 1px solid #54bce8;
  background: #dff3fb;
}

.ready_table_blue_2 tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_blue_2 .ready_quantity {
  background: #54bce8;
}

.ready_table_blue_2 .ready_window {
  border: 3px solid #54bce8;
}

.ready_table_blue_2 .ready_window_1 {
  background: #fff;
}

.ready_table_blue_2 .ready_window_2 {
  background: #dff3fb;
}

.ready_table_purple {
  border: 3px solid #7a3e85;
}

.ready_table_purple th, .ready_table_purple td {
  border-bottom: 1px solid #7a3e85;
}

.ready_table_purple td {
  border-right: 1px solid #7a3e85;
  background: #e4d8e7;
}

.ready_table_purple tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_purple .ready_quantity {
  background: #7a3e85;
}

.ready_table_purple .ready_window {
  border: 3px solid #7a3e85;
}

.ready_table_purple .ready_window_1 {
  background: #fff;
}

.ready_table_purple .ready_window_2 {
  background: #e4d8e7;
}

.ready_table_red {
  border: 3px solid #f14950;
}

.ready_table_red th, .ready_table_red td {
  border-bottom: 1px solid #f14950;
}

.ready_table_red td {
  border-right: 1px solid #f14950;
  background: #fbd2d3;
}

.ready_table_red tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_red .ready_quantity {
  background: #f14950;
}

.ready_table_red .ready_window {
  border: 3px solid #f14950;
}

.ready_table_red .ready_window_1 {
  background: #fff;
}

.ready_table_red .ready_window_2 {
  background: #fbd2d3;
}

.ready_table_gray {
  border: 3px solid #5c7795;
}

.ready_table_gray th, .ready_table_gray td {
  border-bottom: 1px solid #5c7795;
}

.ready_table_gray td {
  border-right: 1px solid #5c7795;
  background: #dee4ea;
}

.ready_table_gray tr:nth-of-type(2n) td {
  background: #fff;
}

.ready_table_gray .ready_quantity {
  background: #5c7795;
}

.ready_table_gray .ready_window {
  border: 3px solid #5c7795;
}

.ready_table_gray .ready_window_1 {
  background: #fff;
}

.ready_table_gray .ready_window_2 {
  background: #dee4ea;
}

.ready_window_caution {
  font-size: 0.875rem;
  color: #FF0000;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.ready_window_area {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ready_window_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  position: relative;
}

.ready_window_bg::before {
  content: "×";
  font-size: 2.5rem;
  color: gray;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.ready_window {
  width: 90%;
  max-width: 560px;
  border-radius: 10px;
  padding: 15px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: #cccccc 3px 3px 3px;
}

.ready_window p {
  margin-bottom: 1em;
}

.ready_window p:last-of-type {
  margin-bottom: 0;
}

.ready_shoes_window {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}

.ready_shoes_window p {
  width: calc(100% - 81px);
  padding-right: 10px;
}

.ready_shoes_window figure {
  width: 81px;
}

/* ------------------------------------------
リーダーとは
------------------------------------------ */
.leader_box_orange {
  background: #fce5cb;
  border: 2px solid #ee7300;
  border-radius: 10px;
  padding: 20px;
}

.leader_box_orange a {
  color: #2cabe1;
}

.leader_title_orange {
  color: #fff;
  text-align: center;
  background: #ee7300;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.leader_box_arrow {
  width: 30%;
  max-width: 120px;
  margin: 20px auto;
}

.leader_box_green {
  background: #d6eac0;
  border: 2px solid #006837;
  border-radius: 10px;
  padding: 20px;
}

.leader_box_green a {
  color: #2cabe1;
}

.leader_title_green {
  color: #fff;
  text-align: center;
  background: #006837;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.leader_message_blue_baloon {
  background: url(/tomsawyer-club/img/pic/leader_balloon_blue.svg) no-repeat center/100% 100%;
  padding: 20px 20px 24px;
}

.leader_message_pink_baloon {
  background: url(/tomsawyer-club/img/pic/leader_balloon_pink.svg) no-repeat center/100% 100%;
  padding: 20px 20px 24px;
}

.leader_message_img_1 {
  width: 72%;
  margin: 10px auto 50px;
}

.leader_message_img_2 {
  width: 80%;
  margin: 10px auto;
}

.leader_box_introduction {
  padding: 20px 20px 50px;
  border: 2px solid #39b54a;
  position: relative;
}

.leader_introduction_more {
  display: block;
  width: 113px;
  position: absolute;
  bottom: -32px;
  right: -5px;
}

.leader_title_baloon_blue {
  color: #fff;
  text-align: center;
  padding: 20px;
  background: #006498;
  border-radius: 10px;
  position: relative;
  margin: 20px auto 40px;
}

.leader_title_baloon_blue::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #006498;
  border-width: 20px;
  margin-left: -20px;
}

.leader_box_recruiting {
  width: 100%;
  background: #fff;
}

.leader_box_recruiting::before, .leader_box_recruiting::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: url(/tomsawyer-club/img/common/bg_leader_orange.svg) 0/20%;
}

.leader_box_recruiting::before {
  margin-bottom: 40px;
}

.leader_title_recruiting {
  color: #f7931e;
  font-size: 1.375rem;
  text-align: center;
  padding: 10px;
  border: 1px solid #f7931e;
  margin-bottom: 20px;
}

.list_circle_orange {
  list-style-type: none;
  margin: 0 auto 30px;
}

.list_circle_orange li {
  font-weight: bold;
}

.list_circle_orange li::before {
  content: "● ";
  color: #f7931e;
}

.leader_border_recruiting {
  width: 100%;
  height: 1px;
  background: #f16532;
  margin: 30px auto 50px;
  position: relative;
}

.leader_border_recruiting::before, .leader_border_recruiting::after {
  content: "";
  top: 0;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.leader_border_recruiting::before {
  border-top-color: #f16532;
  border-width: 31px;
  margin-left: -31px;
}

.leader_border_recruiting::after {
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}

/* ------------------------------------------
お申し込みから参加まで
------------------------------------------ */
.flow .title_leaf {
  position: relative;
}

.flow a {
  color: #20aee6;
  font-weight: bold;
}

.flow_box_base {
  padding: 0 0 0 40px;
  position: relative;
}

.flow_box_base::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #8cc85a;
  position: absolute;
  left: 20px;
  top: 0;
}

.flow_box_base::after {
  content: "▼";
  font-size: 1.25rem;
  color: #8cc85a;
  position: absolute;
  left: 11px;
  bottom: -20px;
}

.flow_box_arrow_none::after {
  content: "";
  display: none;
}

.flow_baloon {
  width: 160px;
  position: absolute;
  right: -170px;
  top: -30px;
}

.flow_baloon img {
  -webkit-filter: drop-shadow(3px 3px 0px rgba(247, 147, 30, 0.7));
  filter: drop-shadow(3px 3px 0px rgba(247, 147, 30, 0.7));
}

.flow_box_attention {
  color: #ed1c24;
  padding: 10px;
  background-color: #fff6b3;
  border: 2px solid #ed1c24;
}

.flow_box_attention h3 {
  text-align: center;
  border-bottom: 2px solid #ed1c24;
  margin-bottom: 10px;
}

.flow_title_logo {
  display: inline-block;
  width: 130px;
  margin-right: 5px;
  vertical-align: top;
}

.flow_img_right {
  float: right;
  max-width: 100px;
}

/* ------------------------------------------
法人・団体
------------------------------------------ */
.csr {
  color: #777;
}

.csr_title_main {
  margin-bottom: 20px;
}

.csr_title_main img {
  width: 100%;
}

.csr_title_base {
  font-family: 'RocknRoll One','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #86581e;
  font-size: 1.3125rem;
  font-weight: normal;
  padding: 20px 0 0 18px;
  margin: 0 0 30px -10px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  position: relative;
}

.csr_title_base::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(/tomsawyer-club/img/pic/csr_img_02.svg) no-repeat 0/contain;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.csr_title_yellow {
  background-image: url(/tomsawyer-club/img/pic/csr_img_03.png);
}

.csr_title_green {
  background-image: url(/tomsawyer-club/img/pic/csr_img_08.png);
}

.csr_title_blue {
  background-image: url(/tomsawyer-club/img/pic/csr_img_09.png);
}

.csr_title_orange {
  background-image: url(/tomsawyer-club/img/pic/csr_img_12.png);
}

.csr_title_red {
  background-image: url(/tomsawyer-club/img/pic/csr_img_17.png);
}

.csr_img_first {
  width: 90%;
  max-width: 660px;
  margin: 30px auto;
  transform: rotate(-2deg);
}

.csr_img_first_01 {
  -webkit-mask-image: url("/tomsawyer-club/img/pic/csr_img_04.svg");
  mask-image: url("/tomsawyer-club/img/pic/csr_img_04.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-bottom: 10px;
}

.csr_img_first_02 {
  text-align: right;
}

.csr_img_first_02 img {
  width: 60%;
}

.csr_img_first_03 {
  width: 100%;
}

.csr_box_cando {
  list-style: none;
}

.csr_box_cando h3 {
  color: #007199;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: 'RocknRoll One','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  border-bottom: 1px dashed #86581e;
  padding-bottom: 5px;
  margin-bottom: 1em;
}

.csr_box_cando .csr_list_cando {
  min-height: 276px;
  background: url(/tomsawyer-club/img/pic/csr_img_11.svg) no-repeat 0/100% 100%;
  padding: 50px 7% 50px 11%;
  margin: 0 auto 20px;
}

.csr_achievements_box {
  background: url(/tomsawyer-club/img/pic/csr_img_11.svg) no-repeat 0/100% 100%;
  padding: 30px 7% 30px 11%;
  margin: 0 auto 20px;
}

.csr_achievements_title {
  font-family: 'RocknRoll One','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #86581e;
  font-size: 1.3125rem;
  font-weight: normal;
}

.csr_cooking_img {
  width: 80%;
  margin: 0 auto;
}

.csr_adventure_img {
  width: 86%;
  margin: 0 auto;
}

.csr_movie_img {
  width: 78%;
  margin: 0 auto;
}

.csr_list_flow {
  list-style: none;
  margin-bottom: 30px;
}

.csr_list_flow p {
  margin-top: -15px;
  margin-left: 65px;
}

.csr_baloon_flow {
  background: url(/tomsawyer-club/img/pic/csr_img_23.svg) no-repeat 0/100% 100%;
  padding: 30px 20px 10px 20px;
  margin-bottom: 50px;
}

.csr_box_text_future {
  font-family: 'RocknRoll One','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #00a56a;
  font-size: 1.375rem;
  text-align: center;
  display: table;
  margin: 20px auto;
}

/* ------------------------------------------
FAQ よくある質問
------------------------------------------ */
.faq_title_1 {
  background-image: url(/tomsawyer-club/img/common/title_bg_purple.svg);
  padding: 5px 20px 5px 60px;
}

.faq_title_1::before {
  background-image: url(/tomsawyer-club/img/common/icon_faq.svg);
  width: 36px;
  height: 36px;
}

.faq_title_2, .faq_title_3, .faq_title_4 {
  padding: 10px 20px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq_title_2 h2, .faq_title_3 h2, .faq_title_4 h2 {
  color: #fff;
  display: inline-block;
  text-align: center;
}

.faq_title_2::before, .faq_title_3::before, .faq_title_4::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 10px;
}

.faq_title_2 {
  background: #7a3e85;
}

.faq_title_2::before {
  background-image: url(/tomsawyer-club/img/pic/faq_img_question_purple.svg);
}

.faq_title_3 {
  background: #006498;
}

.faq_title_3::before {
  background-image: url(/tomsawyer-club/img/pic/faq_img_question_blue.svg);
}

.faq_title_4 {
  background: #009740;
}

.faq_title_4::before {
  background-image: url(/tomsawyer-club/img/pic/faq_img_question_green.svg);
}

.faq_box_link ul {
  list-style: none;
}

.faq_box_link li {
  font-size: 1.125rem;
  font-weight: bold;
}

.faq_box_link li a {
  color: #4d4d4d;
}

.faq_box_link li::before {
  content: "〇 ";
}

.faq_base dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-indent: -1em;
  padding: 10px 1em 10px 2em;
  cursor: pointer;
}

.faq_base .faq_answer_line1 {
  font-weight: bold;
}

.faq_base::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 20px auto;
}

.faq_btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}

.faq_btn_open {
  transform: rotate(180deg);
}

.faq_question {
  font-size: 1.125rem;
}

.faq_question div:first-of-type {
  width: calc(100% - 40px);
}

.faq_example {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.faq_answer {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 10px 0px;
  margin: 30px auto 0;
  position: relative;
}

.faq_answer a {
  color: #38abe2;
}

.faq_answer::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: -7px;
}

.faq_list_purple dt, .faq_list_purple .faq_answer_line1 {
  color: #7a3e85;
}

.faq_list_purple::after {
  background-image: url(/tomsawyer-club/img/pic/faq_img_line_purple.svg);
}

.faq_list_purple:last-of-type::after {
  display: none;
}

.faq_list_purple .faq_btn {
  background-image: url(/tomsawyer-club/img/pic/faq_img_btn_purple.svg);
}

.faq_list_purple .faq_answer {
  border: 2px solid #7a3e85;
}

.faq_list_purple .faq_answer::before {
  background-image: url(/tomsawyer-club/img/pic/faq_img_answer_purple.svg);
}

.faq_list_purple .faq_example {
  background-color: #e4d8e7;
}

.faq_list_blue dt, .faq_list_blue .faq_answer_line1 {
  color: #006498;
}

.faq_list_blue::after {
  background-image: url(/tomsawyer-club/img/pic/faq_img_line_blue.svg);
}

.faq_list_blue:last-of-type::after {
  display: none;
}

.faq_list_blue .faq_btn {
  background-image: url(/tomsawyer-club/img/pic/faq_img_btn_blue.svg);
}

.faq_list_blue .faq_answer {
  border: 2px solid #006498;
}

.faq_list_blue .faq_answer::before {
  background-image: url(/tomsawyer-club/img/pic/faq_img_answer_blue.svg);
}

.faq_list_blue .faq_example {
  background-color: #cce0ea;
}

.faq_list_green dt, .faq_list_green .faq_answer_line1 {
  color: #009740;
}

.faq_list_green::after {
  background-image: url(/tomsawyer-club/img/pic/faq_img_line_green.svg);
}

.faq_list_green:last-of-type::after {
  display: none;
}

.faq_list_green .faq_btn {
  background-image: url(/tomsawyer-club/img/pic/faq_img_btn_green.svg);
}

.faq_list_green .faq_answer {
  border: 2px solid #009740;
}

.faq_list_green .faq_answer::before {
  background-image: url(/tomsawyer-club/img/pic/faq_img_answer_green.svg);
}

.faq_list_green .faq_example {
  background-color: #e6f5ec;
}

.faq_list_red {
  width: 90%;
  background: #fff;
  border: 2px solid #ed1c24;
  padding: 20px 20px 0;
  margin: 50px auto 20px;
  position: relative;
}

.faq_list_red::before, .faq_list_red::after {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.faq_list_red::after {
  border-bottom-color: #fff;
  border-width: 26px;
  margin-left: -26px;
}

.faq_list_red::before {
  border-bottom-color: #ed1c24;
  border-width: 29px;
  margin-left: -29px;
}

.faq_list_red .faq_example {
  background-color: #fbd2d3;
  margin-bottom: 1em;
}

.faq_please {
  color: #ed1c24;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq_please .faq_btn {
  background-image: url(/tomsawyer-club/img/pic/faq_img_btn_red.svg);
}

/* ------------------------------------------
お問い合わせ・資料請求
------------------------------------------ */
.typeErr {
  color: #FF0000;
  margin-bottom: 10px;
}

.typeErr::before {
  content: "!";
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #FF0000;
  border-radius: 50%;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 3px 3px 0;
}

.contact_title1 {
  padding: 5px 20px 5px 54px;
  background-image: url(/tomsawyer-club/img/common/title_bg_red.svg);
}

.contact_title1::before {
  width: 35px;
  height: 35px;
  background-image: url(/tomsawyer-club/img/common/title_icon_pen.svg);
}

.title_h3_contact {
  color: #333;
  font-weight: normal;
  font-size: 1.25rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.privacy_box {
  font-size: 90%;
  padding: 10px 15px 10px 10px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 5px;
  width: 100%;
  height: 10em;
  overflow-y: auto;
}

.contact_center_box {
  text-align: center;
}

.contact_name {
  width: 80%;
  max-width: 400px;
}

.contact_number {
  width: 70%;
  max-width: 400px;
}

.contact_school_grade {
  width: 3em;
}

.contact_mail, .contact_tel {
  width: 100%;
  max-width: 400px;
}

.contact_postal-code {
  margin: 0 0 20px 5px;
  width: 5em;
}

.contact_prefecture {
  margin: 0 0 20px;
}

.contact_address {
  width: 90%;
  max-width: 400px;
  margin: 0 0 20px;
}

.contact_comment {
  width: 100%;
  max-width: 600px;
  height: 7em;
}

/* ------------------------------------------
参加リクエストフォーム
------------------------------------------ */
.request_title1 {
  padding: 5px 20px 5px 60px;
  background-image: url(/tomsawyer-club/img/common/title_bg_pink.svg);
}

.request_title1::before {
  width: 32px;
  height: 32px;
  background-image: url(/tomsawyer-club/img/common/icon_mail.svg);
}

.request_period label {
  font-size: 0.9625rem;
}

.request_member_box {
  width: 100%;
  max-width: 316px;
  margin: 0 auto;
  text-align: left;
}

.contact_date_box {
  justify-content: center;
  align-items: flex-end;
}

.contact_date_box div {
  margin-right: 10px;
}

.contact_date_box div:last-of-type {
  margin-right: 0;
}

.contact_school_box {
  max-width: 600px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.contact_school_box div:first-of-type {
  flex-grow: 2;
}

.contact_school {
  width: 100%;
}

.request_img {
  width: 83%;
  max-width: 400px;
  margin: 0 auto;
}

/* ------------------------------------------
プライバシーポリシー
------------------------------------------ */
.privacy_title1 {
  padding: 5px 20px 5px 54px;
  background-image: url(/tomsawyer-club/img/common/title_bg_green.svg);
}

.privacy_title1::before {
  width: 30px;
  height: 30px;
  background-image: url(/tomsawyer-club/img/common/title_icon_key.svg);
}

.privacy_contact {
  color: #333;
  padding: 10px;
  width: calc( 100% - 40px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #7ac943;
  border-radius: 5px;
  background-color: #fff;
}

.privacy_contact h2 {
  color: #009740;
  font-size: 0.875rem;
  border-bottom: 1px solid #7ac943;
  margin-bottom: 1em;
  text-align: center;
}

.privacy_contact li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

.privacy_contact dt {
  float: left;
}

.privacy_contact dt::after {
  content: '：';
}

.privacy_contact dd {
  padding-left: 4em;
  margin-bottom: 1em;
}

.privacy_contact dd:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------
文字装飾
------------------------------------------ */
/* 色文字 */
.tx_red {
  color: #FF0000;
}

.tx_bk {
  color: #333;
}

.tx_blue {
  color: #006498;
}

.tx_blue2 {
  color: #29abe2;
}

.tx_purple {
  color: #7a3e85;
}

.tx_gray {
  color: #808080;
}

.tx_brown {
  color: #934f1f;
}

.tx_brown2 {
  color: #422433;
}

.tx_green {
  color: #009740;
}

.tx_orange {
  color: #f7931e;
}

/* 文字サイズ */
.tx_12 {
  font-size: 0.75rem;
}

.tx_14 {
  font-size: 0.875rem;
}

.tx_16 {
  font-size: 1rem;
}

.tx_18 {
  font-size: 1.125rem;
}

.tx_20 {
  font-size: 1.25rem;
}

.tx_22 {
  font-size: 1.375rem;
}

.tx_24 {
  font-size: 1.5rem;
}

.tx_26 {
  font-size: 1.625rem;
}

.tx_28 {
  font-size: 1.75rem;
}

.tx_30 {
  font-size: 1.875rem;
}

.tx_32 {
  font-size: 2rem;
}

.tx_34 {
  font-size: 2.125rem;
}

/* 文字装飾 */
.tx_bold {
  font-weight: bold;
}

.tx_under {
  text-decoration: underline;
}

/* 文字位置 */
.tx_left {
  text-align: left;
}

.tx_center {
  text-align: center;
}

.tx_right {
  text-align: right;
}

/* ------------------------------------------
下マージン
------------------------------------------ */
.mb_00 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

/* ------------------------------------------
上マージン
------------------------------------------ */
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

/* ------------------------------------------
リンク文字色
------------------------------------------ */
.link_blue1 a {
  color: #29abe2;
}

.link_blue2 a {
  color: #00659f;
}

.link_blue3 a {
  color: #29abe2;
}

.link_pink a {
  color: #eb689b;
}

.link_green a {
  color: #009740;
}

.link_orange a {
  color: #f7931e;
}

.link_purple a {
  color: #7a3e85;
}

.link_red a {
  color: #ed1c24;
}
/*# sourceMappingURL=main-style.css.map */
