@charset "utf-8"; /* 20250925_旧スタイル整理 */
/* ドラ割共通 https://www.driveplaza.com/etc/drawari/ */

/* ▼モバイルファースト (全環境に共通のデザイン) */
/* 注意書きのタイトル */
.l-container .d-exclamation_title {
  color: #e00;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  margin: 2px 0 -3px 0;
}
.l-container .d-exclamation_title span {
  border-top: none;
  border-bottom: none;
}
/* end 注意書きのタイトル */
/* ドラぷらの旅（共通） */
.l-container .d-block-Dratabi {
	background-color: #008f3b;
  background: linear-gradient(#008f3b, #8dc221) !important;
	box-shadow: inset 0 0 0 1px #fff;
  border: 5px solid #8dc221 !important;
	color: #fff;
  text-shadow: 0 0 4px #00672c;
	line-height: 1.375;
	padding: 16px;
}
/* end ドラぷらの旅（共通） */
/* 囲み枠 */
.l-container .d-block {
  padding: 15px 15px;
  border: solid 1px gray;
  background: #ffffff;
}
.l-container .d-block-red {
  padding: 10px 7px 10px 10px;
  background: #fff0f0;
  border: solid 1px #e00;
}
.l-container .d-block-yellow {
  padding: 10px 7px 10px 10px;
  background: #fffeec;
  border: solid 1px #ffcc00;
}
.l-container .d-block-white {
  padding: 5px 5px;
  background: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 7px;
}
.l-container .d-block-gray {
  padding: 15px;
  background: rgba(238, 238, 238, 0.7);
  border-radius: 7px;
}
.l-container .d-block-gray-img { /* 白背景用 */
  width: 90%;
  margin: 15px auto;
  border-radius: 7px;
  background: #ffffff;
}
.l-container .d-block-blue {
  padding: 10px 5px;
  background: #eaf6fd;
  border-radius: 7px;
}
.l-container .d-block-blue-note { /* 注意書き用 */
  margin: 5px 0;
  padding: 10px;
  color: #222222;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 7px;
  background: #ffffff;
  text-indent: 0;
}
.l-container .d-block-blue-note p {
  padding-left: 1em;
  text-indent: -1em;
}
.l-container .d-block-blue-note2 { /* 注意書き用2 */
  margin: 5px;
  padding: 10px 10px 0 10px;
  color: #222222;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 7px;
  background: #ffffff;
  text-indent: -1.7em;
}
.l-container .d-block-purple {
  padding: 10px 5px;
  background: #F5E4FD;
  border-radius: 7px;
}
/* end 囲み枠 */
/* フォント色 */
.l-container .red	 { color: #e00; }
.l-container .blue { color: blue; }
.l-container .dodgerblue { color: dodgerblue; }
.l-container .dullblue { color: #369bc7; }
.l-container .green { color: green; }
.l-container .pink  { color: pink; }
.l-container .deeppink { color: deeppink; }
.l-container .hotpink { color: hotpink; }
.l-container .orange  { color: orange; }
.l-container .white   { color: white; }
.l-container .black   { color: #333333; }
.l-container .gainsboro { color: gainsboro; }
.l-container .whitesmoke { color: whitesmoke; }
.l-container .gray { color: gray; }
.l-container .lightgray { color: lightgray; }
.l-container .nexco-green { color: #2bab17; }
/* end フォント色 */
/* 背景色 */
.l-container .d-bggold   { background: gold; }
.l-container .d-bglight-yellow { background: #fffeec; }
.l-container .d-bgyellow { background: yellow; }
.l-container .d-bgblue   { background: #f5fcff; }
.l-container .d-bgdblue  { background: #369bc7; color: #ffffff !important; }
.l-container .d-bggreen  { background: green;   color: #ffffff !important; }
.l-container .d-bggray   { background: #909090;	color: #ffffff !important; }
.l-container .d-bgorange { background: #e96f4c;	color: #ffffff !important; }
.l-container .d-bgnexco  { background: #2bab17; color: #ffffff !important; }
.l-container .d-bgred    { background: #bd1a1a;	color: #ffffff !important; }
.l-container .d-bgdblue a, 
.l-container .d-bggreen a, 
.l-container .d-bggray a, 
.l-container .d-bgorange a, 
.l-container .d-bgnexco a, 
.l-container .d-bgred a { text-decoration: underline; color: #ffffff; }
.l-container .d-bgdblue a:hover, 
.l-container .d-bggreen a:hover, 
.l-container .d-bggray a:hover, 
.l-container .d-bgorange a:hover, 
.l-container .d-bgnexco a:hover, 
.l-container .d-bgred a:hover { color: #3d9113; }
.l-container .d-bgdblue a:active, 
.l-container .d-bggreen a:active, 
.l-container .d-bggray a:active, 
.l-container .d-bgorange a:active, 
.l-container .d-bgnexco a:active, 
.l-container .d-bgred a:active { color: #5ea94c; transition: none; }
/* end 背景色 */
/* ボーダー枠 */
.l-container .d-borderBlue   { border: 2px solid #369bc7; }
.l-container .d-borderGreen  { border: 2px solid green; }
.l-container .d-borderOrange { border: 2px solid #e96f4c; }
.l-container .d-borderNexco  { border: 2px solid #2bab17; }
.l-container .d-borderCaution { border: 2px solid #bd1a1a; }
/* end ボーダー枠 */
/* 角丸 */
.l-container .d-rad02 { border-radius: 2px; }
.l-container .d-rad04 { border-radius: 4px; }
.l-container .d-rad08 { border-radius: 8px; }
.l-container .d-rad12 { border-radius: 12px; }
.l-container .d-rad16 { border-radius: 16px; }
.l-container .d-rad20 { border-radius: 20px; }
.l-container .d-rad24 { border-radius: 24px; }
.l-container .d-rad28 { border-radius: 28px; }
.l-container .d-rad32 { border-radius: 32px; }
.l-container .d-rad36 { border-radius: 36px; }
.l-container .d-rad40 { border-radius: 40px; }

.l-container .bold {
  font-family: "A+EqpB-游ゴシック体 Pr6N R", "游ゴシック体", YuGothic, "Yu Gothic Regular", "Yu Gothic UI", sans-serif; /* レンダリング滲み対策（游ゴB→R）2022追記 */
	font-weight: 600 !important;
}
.pc { display: none !important; }
.sp { display: block !important; }
.l-container .d-center { margin: 0 auto; }
.l-container .d-right { text-align: right; }
.l-container .small   { font-size: 80%; line-height: 1.3; }
.l-container .xsmall  { font-size: 75%; line-height: 1.3; }
.l-container .large   { font-size: 110%; }
.l-container .xlarge  { font-size: 120%; }
.l-container .xxlarge { font-size: 140%; }
.l-container .xxxlarge { font-size: 180%; }
.l-wrapper .d-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* 【旧】ドラ割見出しbold指定まとめ＋レンダリング滲み対策（游ゴB→R）＋.c-title除外 2022追記 */
.l-wrapper h2:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6), 
.l-wrapper h3:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6), 
.l-wrapper h4:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6), 
.l-wrapper h2:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6) span, 
.l-wrapper h3:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6) span, 
.l-wrapper h4:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6) span, 
.l-wrapper .h1_underline, 
.l-wrapper .h2_underline, 
.l-wrapper .h3_underline, .l-wrapper .h3_underline_sp, .l-wrapper .h3_sp, 
.l-wrapper .h4_underline, 
.l-wrapper .h5_underline {
  font-family: "A+EqpB-游ゴシック体 Pr6N R", "游ゴシック体", YuGothic, "Yu Gothic Regular", "Yu Gothic UI", sans-serif;
  font-weight: 600 !important;
}
/* 【旧】ドラ割見出し */
.l-wrapper h2:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6):not(.h1_underline):not(.h2_underline):not(.h3_underline):not(.h4_underline):not(.h5_underline) span {
  display: block;
  margin: 10px 0 5px 0;
  padding: 5px 7px;
  border-left: 4px solid #fd5500;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: #fffeec;
  font-size: 2.1rem;
  color: #fd5500;
  line-height: 1.4;
}
.l-wrapper h3:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6):not(.h1_underline):not(.h2_underline):not(.h3_underline):not(.h4_underline):not(.h5_underline) span {
  display: block;
  margin: 10px 0 3px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-wrapper h4:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6):not(.h1_underline):not(.h2_underline):not(.h3_underline):not(.h4_underline):not(.h5_underline) span {
  display: block;
  margin: 10px 0 3px 0;
  font-size: 1.4rem;
  line-height: 1.388;
}
/* end 【旧】ドラ割見出し */
/* 【旧】ドラ割見出し（アンダーライン付き） */
.l-wrapper .h1_underline {
  color: #2d720a;
  font-size: 2.5rem;
  line-height: 1.3965;
}
.l-wrapper .h2_underline {
  margin: 24px 0 7px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #E5E5E5;
  font-size: 2.1rem;
  line-height: 1.4;
}
.l-wrapper .h3_underline {
  margin: 18px 0 6px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.8rem;
  line-height: 1.4;
}
.l-wrapper .h3_underline_sp { /* spアコーディオン用 */
  margin: 18px 0 6px 0;
  padding-bottom: 0;
  /* border-bottom: 1px solid #E5E5E5; */
  font-size: 1.8rem;
  line-height: 1.4;
}
.l-wrapper .h3_sp { /* spアコーディオン用 */
  margin: 5px 0 6px 0;
  padding-bottom: 0;
  /* border-bottom: 1px solid #E5E5E5; */
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-wrapper .h4_underline {
  margin: 15px 0 5px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.5rem;
  line-height: 1.388;
}
.l-wrapper .h5_underline {
  margin: 10px 0 4px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.2rem;
  line-height: 1.375;
}
/* end 【旧】ドラ割見出し（アンダーライン付き）*/
/* 画像にボーダーをつける */
.l-wrapper .image_border {
  border: 1px solid #E5E5E5;
}
/* end 画像にボーダーをつける */
/* 幅 */
.w05per { width: 5% !important; } 
.w10per { width: 10% !important; } .w15per { width: 15% !important; }
.w20per { width: 20% !important; } .w25per { width: 25% !important; }
.w30per { width: 30% !important; } .w33per { width: 33% !important; } .w34per { width: 34% !important; } .w35per { width: 35% !important; }
.w40per { width: 40% !important; } .w45per { width: 45% !important; }
.w50per { width: 50% !important; } .w55per { width: 55% !important; }
.w60per { width: 60% !important; } .w65per { width: 65% !important; }
.w70per { width: 70% !important; } .w75per { width: 75% !important; }
.w80per { width: 80% !important; } .w85per { width: 85% !important; }
.w90per { width: 90% !important; } .w95per { width: 95% !important; }
.w100per { width: 100% !important; }
.mw50per { width: 100% !important; /* スマホでは100％ */ }
/* end 幅 */
/* 【旧】ドラ割テーブル */
.l-container .dr-table100, .l-container .dr-table90, .l-container .dr-table80, .l-container .dr-table70, .l-container .dr-table60, .l-container .dr-table50 {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border: double 1px limegreen;
  border-collapse: collapse;
  background: #ffffff;
}
.l-container .dr-table100 th, .l-container .dr-table100 td, .l-container .dr-table90 th, .l-container .dr-table90 td, .l-container .dr-table80 th, .l-container .dr-table80 td, .l-container .dr-table70 th, .l-container .dr-table70 td, .l-container .dr-table60 th, .l-container .dr-table60 td, .l-container .dr-table50 th, .l-container .dr-table50 td {
  padding: 6px 10px;
  border: 1px solid palegreen;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-all;
}
.l-container .dr-table100 th, .l-container .dr-table90 th, .l-container .dr-table80 th, .l-container .dr-table70 th, .l-container .dr-table60 th, .l-container .dr-table50 th {
  text-align: center;
  background: #e5ffdd;
  font-weight: bold;
}
.l-container .dr-table100 .fixed, .l-container .dr-table90 .fixed, .l-container .dr-table80 .fixed, .l-container .dr-table70 .fixed, .l-container .dr-table60 .fixed, .l-container .dr-table50 .fixed {
  table-layout: fixed;
}
.l-container .dr-table100 thead th, .l-container .dr-table90 thead th, .l-container .dr-table80 thead th, .l-container .dr-table70 thead th, .l-container .dr-table60 thead th, .l-container .dr-table50 thead th {
  background: #e5ffdd;
}
.l-container .dr-table100 .is-gray, .l-container .dr-table90 .is-gray, .l-container .dr-table80 .is-gray, .l-container .dr-table70 .is-gray, .l-container .dr-table60 .is-gray, .l-container .dr-table50 .is-gray {
  background: #fbfbfb;
}
/* end 【旧】ドラ割テーブル */
/* 【旧】ドラ割カレンダー（週末型2日間・全日型3日間） */
.l-container .cont_calender {
  display: flex;
  box-direction: normal;
  box-orient: horizontal;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-container .cont_calenderbox1 { /* 1カラム表示 */
  min-height: 230px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2em;
}
.l-container .cont_calenderbox3 { /* 3カラム表示 */
  /*  height: 170px;*/
  width: 50%;
  padding: 0 1%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2em;
}
.l-container .month {
  font-size: 150%;
}
.l-container .cont_calenderbox3 p.tit_2day { /* 2日間プラン月のタイトル */
  height: 25px;
  border-radius: 3px;
  background: #E01F6C; 
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  line-height: 15px;
}
.l-container .cont_calenderbox3 p.tit_3day { /* 3日間プラン月のタイトル  */
  height: 25px;
  border-radius: 2px;
  background-color: #1D75D8; 
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  line-height: 15px;
}
.l-container .cont_calender_tbl {
  margin-top: 2px;
  width: 100%;
  text-align: center;
}
.l-container .cont_calender_tbl td {
  background: #FFFFFF;
  border-collapse: separate;
  border: solid 1px #cccccc;
}
.l-container .cont_calender_tbl th.cont_week {
  background: #FFFFFF;
  font-weight: bold;
  border: solid 1px #cccccc;
}
.l-container .cont_calender_tbl th.sat {
  color: #0067CC; 
  font-weight: bold;
}
.l-container .cont_calender_tbl th.hol {
  color: #E81257; 
  font-weight: bold;
}
.l-container .cont_calender_tbl td.cont_sat {
  background: #FFE5F4; 
  color: #0067CC; 
  font-weight: bold;
}
.l-container .cont_calender_tbl td.cont_hol {
  background: #FFE5F4; 
  color: #E81257; 
  font-weight: bold;
}
.l-container .cont_calender_tbl td.cont_noday {
  background: #FFFFFF;
}
.l-container .cont_calender_tbl td.cont_syuku {
  background: #FFE5F4; 
  font-weight: bold;
}
.l-container .cont_calender_tbl td.sat {
  color: #0067CC; 
  font-weight: bold
}
.l-container .cont_calender_tbl td.hol {
  color: #E81257; 
  font-weight: bold;
}
.l-container .cont_calender_tbl td.cont_blue {
  background: #D8EBFD; 
  font-weight: none;
}
.l-container .cont_calender_tbl td.cont_pink {
  background: #FFE5F4; 
  font-weight: none;
}
.l-container .cont_calender_tbl td.cont_yellow {
  background: #FBE887;
  font-weight: none;
}
.l-container .cont_calender_tbl td.cont_green {
  background: #bbffbb; 
  font-weight: none;
}
.l-container .cont_calender_legend { margin: 0 0 1.0em 0.2em; } /* カレンダー凡例 */
.l-container .cont_calender_legend [class*="legend_cont_"] {
	display: inline-block; 
	width: 1.0em; 
	min-height: 1.0em; 
	margin-right: 0.5em; 
	vertical-align: middle;
}
.l-container .cont_calender_legend .legend_cont_blue {
  background: #D8EBFD; 
}
.l-container .cont_calender_legend .legend_cont_pink {
  background: #FFE5F4; 
}
.l-container .cont_calender_legend .legend_cont_yellow {
  background: #FBE887;
}
.l-container .cont_calender_legend .legend_cont_green {
  background: #bbffbb; 
}
.l-container .cont_calender_legend .legend_cont_gray {
  background: #EFEFEF; 
}
/* end 【旧】ドラ割カレンダー（週末型2日間・全日型3日間） */
/* アンケート（2020群馬【非公開】、2020東北、2020信州で使用） */
.l-wrapper .present_flexbox {
  display: flex;
  margin: -8px 0;
  padding: 0 10px;
}
.l-wrapper .present_flexbox_left {
  width: 30%;
}
.l-wrapper .present_flexbox_left img {
  width: 100%;
}
.l-wrapper .present_flexbox_no {
  width: 10%;
  padding-left: 2px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.l-wrapper .present_flexbox_no p {
  margin-top: 0;
  line-height: 1.2;
}
.l-wrapper .present_flexbox_right {
  width: 60%;
}
.l-wrapper li.present_flexbox_right_title {
  margin-top: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.l-wrapper li.present_ninzu_pink {
  margin-top: -2px;
  border-radius: 3px;
  font-weight: bold;
  color: deeppink;
  font-size: 12px;
}
.l-wrapper li.present_ninzu_green {
  border-radius: 3px;
  font-weight: bold;
  border: 1px solid #3da414;
  color: #3da414;
  font-size: 14px;
}
.l-wrapper li.present_teikyo {
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.3;
}
.l-wrapper .hr {
  position: relative;
  width: 90%;
  height: 1px;
  border-width: 0;
  background-image:
    -webkit-linear-gradient(left, transparent 0%, #283593 50%, transparent 100%);
  background-image:
    linear-gradient(90deg, transparent 0%, #283593 50%, transparent 100%);
}
/* end アンケート（2020群馬【非公開】、2020東北、2020信州で使用） */
/* 1文字字下げ */
.l-wrapper .d-indent li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}
/* end 1文字字下げ */
.l-wrapper .center {
  width: 81%;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0 5px 0 0;
  text-align: left;
}
.l-wrapper .center p {
  text-align: left;
}
.l-wrapper .right {
  width: 9%;
  text-align: left;
}
.l-wrapper .right:after {
  font-family: fontello;
  font-weight: normal;
  font-style: normal;
  content: "\E806";
  display: inline-flex;
  padding-left: 3px;
  align-items: center;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
/* 約款のリンク（ツーリング2020-2022のみ使用） */
.l-wrapper .agreement_link ul li {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 5px auto;
  border-top: solid 1px lightgray;
  text-align: left;
}
.l-wrapper .agreement_link ul li:last-of-type {
  position: relative;
  width: 100%;
  height: 55px;
  margin: 5px auto;
  border-bottom: solid 1px lightgray;
  text-align: left;
}
.l-wrapper .agreement_link ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 16px 0 15px 15px;
}
/* end 約款のリンク（ツーリング2020-2022のみ使用） */
/* 【旧】ドラ割アコーディオン */
.accbox {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accbox label {
  display: block;
  margin: 0;
  padding: 0;
  color: #525151;
  cursor: pointer;
}
.accbox label:active {
  background: #cccccc;
}
.accbox .label_title {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #eeeeee;
  padding: 8px 0 3px 0;
}
.accbox .label_title_first { /* 最上段 */
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 8px 0 0 0;
}
.accbox .label_title_left {
  width: 83%;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.accbox .label_title_left_first { /* 最上段 */
  width: 89%;
  padding: 0;
  display: flex;
  align-items: center;
}
.accbox .label_title_right {
  width: 15%;
  padding: 0 0 3px 0;
  color: green;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.accbox label .label_icon:after {
  content: '\f358';
  font-family: 'Font Awesome 5 Free';
  float: right;
  font-size: 38px;
}
.accbox label:hover {
  text-decoration: none;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .3s;
}
.accbox .accshow_con {
  padding: 15px;
  line-height: 1.5;
  color: #000000;
}
.cssacc:checked ~ .accshow {
  height: auto;
  margin: 0 0 10px 0;
  padding-bottom: 0;
  background: #f5f5f5;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 -0.3px 0px 1px #cccccc inset;
}
.cssacc:checked + label .label_icon:after {
  content: '\f35b';
}
/* end 【旧】ドラ割アコーディオン */
/* インデント */
.l-wrapper .indent1 {
  padding-left: 2em;
  text-indent: -1.8em;
  line-height: 1.4;
}
.l-wrapper .indent2 {
  padding-left: 2.6em;
  text-indent: -2.4em;
  line-height: 1.4;
}
.l-wrapper .indent3 {
  padding-left: 3.2em;
  text-indent: -3.0em;
  line-height: 1.4;
}
/* end インデント */
/* マーカー（下線） */
.l-wrapper .maker_yellow {
  background: linear-gradient(transparent 65%, #ffff66 50%);
}
.l-wrapper .maker_green {
  background: linear-gradient(transparent 65%, #70f958 50%);
}
/* end マーカー（下線） */
/* 【旧】ドラ割アコーディオン（PCSP共通） */
.accbox_drawari {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accbox_drawari label {
  display: block;
  margin: 0;
  padding: 0;
  color: #525151;
  cursor: pointer;
  background: #ffffff;
}
.accbox_drawari label:active {
  background: #cccccc;
}
.accbox_drawari .label_title {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #eeeeee;
  padding: 0 0 0 3px;
}
.accbox_drawari .label_title img {
  width: 100%;
}
.accbox_drawari .label_title_calendar { /* カレンダー用 */
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  padding: 5px 0 4px 0;
}
.accbox_drawari .label_title_left {
  width: 83%;
  padding: 3px 0 3px 0;
  display: flex;
  align-items: center;
}
.accbox_drawari .label_title_left_calendar { /* カレンダー用 */
  width: 89%;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: italic;
  color: green;
}
.accbox_drawari .label_title_left_calendar p {
  font-weight: bold;
}
.accbox_drawari .label_title_right {
  width: 15%;
  padding: 0 0 0 0;
  color: green;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.accbox_drawari label .label_icon:after {
  content: '\f358';
  font-family: 'Font Awesome 5 Free';
  float: right;
  font-size: 38px;
}
.accbox_drawari label:hover {
  text-decoration: none;
}
.accbox_drawari input {
  display: none;
}
.accbox_drawari .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .3s;
}
/* end 【旧】ドラ割アコーディオン（PCSP共通） */
/* ご利用特典 見出し［ドラ割］限定！ 202304追加 */
.l-container .d-gentei {
  color: #86bf26;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px 0;
  white-space: nowrap;
}
.l-container .d-gentei img {
  width: auto;
  height: 28px;
	margin-right: 6px;
}
.l-container .d-gentei-none {
	display: none;
}
/* end ご利用特典 見出し［ドラ割］限定！ */
/* CSSカウンター連番（汎用） 202304追加 */
.l-container .counterBox {
  counter-reset: number 0;
}
.l-container .counterBox .counterNum {
	display: flex;
}
.l-container .counterBox .counterNum::before {
	display: flex;
  counter-increment: number 1;
  content: counter(number) "." ;
	padding-right: 0.4rem;
}
/* end CSSカウンター連番（汎用） */
/* CSSカウンター連番（FAQ） 202406追加 */
.l-container .counterFaq {
  counter-reset: numberQ 0 numberH 0;
}
.l-container .counterFaq .counterNumQ, 
.l-container .counterFaq .counterNumH {
  display: flex;
}
.l-container .counterFaq .counterNumQ::before {
  display: flex;
  counter-increment: numberQ 1;
  content: "Q" counter(numberQ) "." ;
  padding-right: 0.4rem;
}
.l-container .counterFaq .counterNumH::before {
  display: flex;
  counter-increment: numberH 1;
  content: counter(numberH) "." ;
  padding-right: 0.4rem;
}
/* end CSSカウンター連番（FAQ） */
/* コンポーネント アコーディオン調整（モバイル左右余白24px→16px） */
.l-container .ui-accordion .ui-acContent {
  position: relative;
  display: none;
  padding: 16px 16px 32px;
}
/* end コンポーネント アコーディオン調整（モバイル左右余白24px→16px） */

/* コンポーネント カード型リンク拡張 → プラン一覧リンク（モバイル・PC共通）202301追加 */
.l-container .c-card.horizontal.d-planLinks, 
.l-container .c-card.horizontal.d-planLinksDisable {
	min-height: 100px; padding: 8px; 
}
.l-container .c-card.horizontal.d-planLinks .text h3.c-title, 
.l-container .c-card.horizontal.d-planLinks .text h3.c-title span, 
.l-container .c-card.horizontal.d-planLinks .text p, 
.l-container .c-card.horizontal.d-planLinksDisable .text h3.c-title, 
.l-container .c-card.horizontal.d-planLinksDisable .text h3.c-title span, 
.l-container .c-card.horizontal.d-planLinksDisable .text p { 
  font-size: 16px;
  font-size: 1.6rem; 
  font-family: "A+EqpB-游ゴシック体 Pr6N M", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif; 
	font-weight: normal !important; 
	margin-bottom: 0;
}
.l-container .c-card.horizontal.d-planLinks:before,
.l-container .c-card.horizontal.d-planLinks:active:before,
.l-container .c-card.horizontal.d-planLinks:hover:before,
.l-container .c-card.horizontal.d-planLinks:after, 
.l-container .c-card.horizontal.d-planLinks:active:after, 
.l-container .c-card.horizontal.d-planLinks:hover:after, 
.l-container .c-card.horizontal.d-planLinksDisable:before, 
.l-container .c-card.horizontal.d-planLinksDisable:after {
  top: 75%; /* アイコン位置調整 */
}
.l-container .c-card:not(.is-disabled).d-planLinks picture.img, 
.l-container .c-card:not(.is-disabled).d-planLinksDisable picture.img { 
	min-width: 80px;
	width: 80px;
}
.l-container .c-card.horizontal.d-planLinksDisable {
  pointer-events: none !important; /* リンク不活性 */
}

/* コンポーネント カード型リンク拡張 → リンク不活性（モバイル・PC共通）202404追加 */
.l-container .c-card.cardDisable {
  background: #b5b5b5;
  pointer-events: none !important;
}
.l-container .c-card.cardDisable .text, 
.l-container .c-card.cardDisable .text:visited, 
.l-container .c-card.cardDisable .c-title, 
.l-container .c-card.cardDisable .c-titleH4 {
  color: #ffffff !important;
}
.l-container .c-card.cardDisable img {
  filter: grayscale(0) contrast(30%) brightness(150%);
}
.l-container .c-card.cardDisable:before,
.l-container .c-card.cardDisable:after,
.l-container .c-card.cardDisable:visited:before,
.l-container .c-card.cardDisable:visited:after,
.l-container .c-card.cardDisable.is-noicon .c-iconlink:before,
.l-container .c-card.cardDisable.is-noicon .c-iconlink:after,
.l-container .c-card.cardDisable.is-noicon:visited .c-iconlink:before,
.l-container .c-card.cardDisable.is-noicon:visited .c-iconlink:after {
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.l-container .c-card.cardDisable [class*="c-label"] {
  opacity: 0.3;
}

/* コンポーネント 単体通常ボタン拡張 → 背景色上書き（アンケート用）202305追加 */
.l-container .c-btn.d-btnRed, 
.l-container .c-btn.d-btnRed:hover, 
.l-container .c-btn.d-btnRed:active {
	background: #de3515 !important;
	color: #ffffff;
}
.l-container .c-btn.d-btnRed:hover:after, 
.l-container .c-btn.d-btnRed:active:after {
  box-shadow: inset 0 0 0 1px #de3515;
	color: #de3515;
}
.l-container .c-btn.d-btnRed:hover, 
.l-container .c-btn.d-btnRed:active {
	background: #ffffff !important;
  box-shadow: inset 0 0 0 1px #de3515;
	color: #de3515;
}

/* ▼タブレット～PC用として付け足すデザイン */
@media only screen and (min-width: 641px) {
    /* 電話番号リンクをデフォルトで無効化 202509追加 */
    .l-container a[href^="tel:"] {
      pointer-events: none;
      text-decoration: none;
      color: #333333!important;
    }
    /* 注意書きのタイトル */
    .l-container .d-exclamation_title {
      color: #e00;
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      margin: 5px 0 2px 0;
    }
    .l-container .d-exclamation_title span {
      border-top: double 3px #e00;
      border-bottom: double 3px #e00;
    }
    /* end 注意書きのタイトル */
    /* ドラぷらの旅（共通） */
    .l-container .d-block-Dratabi {
      background-color: #008f3b;
      background: linear-gradient(#008f3b, #8dc221) !important;
      box-shadow: inset 0 0 0 2px #fff;
      border: 6px solid #8dc221 !important;
      color: #fff;
      text-shadow: 0 0 4px #00672c;
      line-height: 1.375;
      padding: 24px;
    }
    /* end ドラぷらの旅（共通） */
    /* 囲み枠 */
    .l-container .d-block {
      padding: 20px 20px;
      border: solid 1px gray;
      background: #ffffff;
    }
    .l-container .d-block-red {
      padding: 12px;
      background: #fff0f0;
      border: solid 1px #e00;
    }
    .l-container .d-block-yellow {
      padding: 10px 7px 15px 10px;
      background: #fffeec;
      border: solid 1px #ffcc00;
    }
    .l-container .d-block-yellow2 {
      margin: 15px 0;
      padding: 10px 7px 15px 10px;
      background: #fffeec;
      border: solid 1px #ffcc00;
    }
    .l-container .d-block-white {
      padding: 5px;
      background: #ffffff;
      border: solid 1px #cccccc;
      border-radius: 7px;
    }
    .l-container .d-block-gray {
      padding: 15px;
      background: rgba(238, 238, 238, 0.7);
      border-radius: 7px;
    }
    .l-container .d-block-gray-img { /* 白背景用 */
      width: 100%;
      margin: 20px auto;
      border-radius: 7px;
      background: #ffffff;
    }
    .l-container .d-block-blue {
      padding: 15px;
      background: #eaf6fd;
      border-radius: 10px;
    }
    .l-container .d-block-blue-note { /* 注意書き用 */
      margin: 5px 0 10px 0;
      padding: 10px;
      color: #222222;
      font-size: 1.6rem;
      font-weight: normal;
      border-radius: 7px;
      background: #ffffff;
      text-indent: 0;
    }
    .l-container .d-block-blue-note p {
      padding-left: 1em;
      text-indent: -1em;
    }
    .l-container .d-block-blue-note2 { /* 注意書き用2 */
      margin: 5px 0;
      padding: 10px 10px 0 10px;
      color: #222222;
      font-size: 1.6rem;
      font-weight: normal;
      border-radius: 7px;
      background: #ffffff;
      text-indent: -1.7em;
    }
    .l-container .d-block-purple {
      margin-top: 30px;
      padding: 15px;
      background: #F5E4FD;
      border-radius: 10px;
    }
    /* end 囲み枠 */
    .pc { display: block !important; }
    .sp { display: none !important; }
    .l-container .small   { font-size: 85%; line-height: 1.3; }
    .l-container .xsmall  { font-size: 78%; line-height: 1.3; }
    .l-container .large   { font-size: 120%; }
    .l-container .xlarge  { font-size: 135%; }
    .l-container .xxlarge { font-size: 171.4%; }
    .l-container .xxxlarge { font-size: 225%; }
    /* 【旧】ドラ割見出し */
		.l-wrapper h2:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6):not(.h1_underline):not(.h2_underline):not(.h3_underline):not(.h4_underline):not(.h5_underline) span {
      display: block;
      margin: 42px 0 14px 0;
      padding: 7px 10px;
      border-left: 10px solid #fd5500;
      box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
      background: #fffeec;
      font-size: 3rem;
      color: #fd5500;
      line-height: 1.4;
    }
    .l-wrapper h3:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6):not(.h1_underline):not(.h2_underline):not(.h3_underline):not(.h4_underline):not(.h5_underline) span {
      display: block;
      margin: 5px 0 0 0;
      font-size: 2.1rem;
      line-height: 1.4;
    }
    .l-wrapper h4:not(.c-title):not(.c-titleH1):not(.c-titleH2):not(.c-titleH3):not(.c-titleH4):not(.c-titleH5):not(.c-titleH6):not(.h1_underline):not(.h2_underline):not(.h3_underline):not(.h4_underline):not(.h5_underline) span {
      display: block;
      margin: 5px 0 0 0;
      font-size: 1.8rem;
      line-height: 1.333;
    }
    /* end 【旧】ドラ割見出し */
    /* 【旧】ドラ割見出し（アンダーライン付き） */
    .l-wrapper .h1_underline {
      color: #2d720a;
      font-size: 2.9rem;
      line-height: 1.3965;
    }
    .l-wrapper .h2_underline {
      margin: 42px 0 14px 0;
      padding-bottom: 8px;
      border-bottom: 2px solid #E5E5E5;
      font-size: 2.7rem;
      line-height: 1.4;
    }
    .l-wrapper .h3_underline {
      margin: 28px 0 12px 0;
      padding-bottom: 5px;
      border-bottom: 1px solid #E5E5E5;
      font-size: 2.5rem;
      line-height: 1.4;
    }
    .l-wrapper .h3_sp { /* spアコーディオン用 */
      margin: 15px 0 6px 0;
      padding-bottom: 0;
      /* border-bottom: 1px solid #E5E5E5; */
      font-size: 1.6rem;
      line-height: 1.4;
    }
    .l-wrapper .h4_underline {
      margin: 30px 0 10px 0;
      border-bottom: 1px solid #E5E5E5;
      font-size: 2.1rem;
      line-height: 1.388;
    }
    .l-wrapper .h5_underline {
      margin: 21px 0 7px 0;
      border-bottom: 1px solid #E5E5E5;
      font-size: 1.8rem;
      line-height: 1.375;
    }
    /* end 【旧】ドラ割見出し（アンダーライン付き） */
    /* [static] 幅 */
    .w05per { width: 5% !important; } 
    .w10per { width: 10% !important; } .w15per { width: 15% !important; }
    .w20per { width: 20% !important; } .w25per { width: 25% !important; }
    .w30per { width: 30% !important; } .w33per { width: 33% !important; } .w34per { width: 34% !important; } .w35per { width: 35% !important; }
    .w40per { width: 40% !important; } .w45per { width: 45% !important; }
    .w50per { width: 50% !important; } .w55per { width: 55% !important; }
    .w60per { width: 60% !important; } .w65per { width: 65% !important; }
    .w70per { width: 70% !important; } .w75per { width: 75% !important; }
    .w80per { width: 80% !important; } .w85per { width: 85% !important; }
    .w90per { width: 90% !important; } .w95per { width: 95% !important; }
    .w100per { width: 100% !important; }
    .mw50per { width: 50% !important; /* スマホでは100％ */ }
    /* end [static] 幅 */
    /* 【旧】ドラ割テーブル */
    .l-container .dr-table100 { width: 100%; }
    .l-container .dr-table90 { width: 90%; }
    .l-container .dr-table80 { width: 80%; }
    .l-container .dr-table70 { width: 70%; }
    .l-container .dr-table60 { width: 60%; }
    .l-container .dr-table50 { width: 50%; }
    .l-container .dr-table100, .l-container .dr-table90, .l-container .dr-table80, .l-container .dr-table70, .l-container .dr-table60, .l-container .dr-table50 {
      margin: 30px auto 0;
      table-layout: fixed;
      border: double 2px limegreen;
      border-collapse: collapse;
      background: #ffffff;
    }
    .l-container .dr-table100 th, .l-container .dr-table100 td, .l-container .dr-table90 th, .l-container .dr-table90 td, .l-container .dr-table80 th, .l-container .dr-table80 td, .l-container .dr-table70 th, .l-container .dr-table70 td, .l-container .dr-table60 th, .l-container .dr-table60 td, .l-container .dr-table50 th, .l-container .dr-table50 td {
      padding: 10px 20px;
      border: solid 1px palegreen;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      vertical-align: top;
      word-break: break-all;
    }
    .l-container .dr-table100 th, .l-container .dr-table90 th, .l-container .dr-table80 th, .l-container .dr-table70 th, .l-container .dr-table60 th, .l-container .dr-table50 th {
      text-align: center;
      background: #e5ffdd;
      font-weight: bold;
    }
    .l-container .dr-table100 .fixed, .l-container .dr-table90 .fixed, .l-container .dr-table80 .fixed, .l-container .dr-table70 .fixed, .l-container .dr-table60 .fixed, .l-container .dr-table50 .fixed {
      table-layout: fixed;
    }
    .l-container .dr-table100 thead th, .l-container .dr-table90 thead th, .l-container .dr-table80 thead th, .l-container .dr-table70 thead th, .l-container .dr-table60 thead th, .l-container .dr-table50 thead th {
      background: #e5ffdd;
    }
    .l-container .dr-table100 .is-gray, .l-container .dr-table90 .is-gray, .l-container .dr-table80 .is-gray, .l-container .dr-table70 .is-gray, .l-container .dr-table60 .is-gray, .l-container .dr-table50 .is-gray {
      background: #fbfbfb;
    }
    /* end 【旧】ドラ割テーブル */
    /* 【旧】ドラ割カレンダー（週末型2日間・全日型3日間） */
    .l-container .cont_calender {
      display: flex;
      box-direction: normal;
      box-orient: horizontal;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .l-container .cont_calenderbox1 { /* 1カラム表示 */
      min-height: 230px;
      width: 100%;
      font-size: 16px;
      text-align: center;
      margin-bottom: 1em;
    }
    .l-container .cont_calenderbox3 { /* 3カラム表示 */
      width: 33.3%;
      padding: 0 1%;
      font-size: 13.5px;
      text-align: center;
      margin-bottom: 2em;
    }
    .l-container .month {
      font-size: 150%;
    }
    .l-container .cont_calenderbox3 p.tit_2day { /* 2日間プラン月のタイトル */
      height: 35px;
      border-radius: 3px;
      background: #E01F6C; 
      color: #ffffff;
      font-size: 135%;
      font-weight: bold;
      display: block;
      padding: 5px 0;
      line-height: 25px;
    }
    .l-container .cont_calenderbox3 p.tit_3day { /* 3日間プラン月のタイトル  */
      height: 35px;
      border-radius: 2px;
      background-color: #1D75D8; 
      color: #ffffff;
      font-size: 135%;
      font-weight: bold;
      display: block;
      padding: 5px 0;
      line-height: 25px;
    }
    .l-container .cont_calender_tbl {
      margin-top: 4px;
      width: 100%;
      text-align: center;
    }
    .l-container .cont_calender_tbl td {
      background: #EFEFEF;
      border-collapse: separate;
      border: solid 1px #cccccc;
    }
    .l-container .cont_calender_tbl th.cont_week {
      font-weight: bold;
      border: solid 1px #cccccc;
    }
    .l-container .cont_calender_tbl th.sat {
      color: #0067CC; 
      font-weight: bold;
    }
    .l-container .cont_calender_tbl th.hol {
      color: #E81257; 
      font-weight: bold;
    }
    .l-container .cont_calender_tbl td.cont_sat {
      background: #FFE5F4; 
      color: #0067CC; 
      font-weight: bold;
    }
    .l-container .cont_calender_tbl td.cont_hol {
      background: #FFE5F4; 
      color: #E81257; 
      font-weight: bold;
    }
    .l-container .cont_calender_tbl td.cont_noday {
      background: #FFFFFF;
    }
    .l-container .cont_calender_tbl td.cont_syuku {
      background: #FFE5F4; 
      font-weight: bold;
    }
    .l-container .cont_calender_tbl td.sat {
      color: #0067CC; 
      font-weight: bold
    }
    .l-container .cont_calender_tbl td.hol {
      color: #E81257; 
      font-weight: bold;
    }
    .l-container .cont_calender_tbl td.cont_blue {
      background: #D8EBFD; 
      font-weight: none;
    }
    .l-container .cont_calender_tbl td.cont_pink {
      background: #FFE5F4; 
      font-weight: none;
    }
    .l-container .cont_calender_tbl td.cont_yellow {
      background: #FBE887;
      font-weight: none;
    }
    .l-container .cont_calender_tbl td.cont_green {
      background: #bbffbb; 
      font-weight: none;
    }
    .l-container .cont_calender_legend { margin: 0 0 1.0em 0.5em; }
    /* end 【旧】ドラ割カレンダー（週末型2日間・全日型3日間） */
    /* アンケート（2021群馬、東北、信州で使用） */
    .l-wrapper .present_flexbox {
      display: flex;
      margin: -8px 0;
      padding: 0 10px;
    }
    .l-wrapper .present_flexbox_left {
      width: 20%;
    }
    .l-wrapper .present_flexbox_left img {
      width: 100%;
    }
    .l-wrapper .present_flexbox_no {
      width: 7%;
      padding-left: 2px;
      text-align: right;
      font-size: 16px;
      font-weight: bold;
    }
    .l-wrapper .present_flexbox_no p {
      margin-top: -3px;
      line-height: 1.5;
    }
    .l-wrapper .present_flexbox_right {
      width: 73%;
    }
    .l-wrapper li.present_flexbox_right_title {
      margin-top: -3px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
    }
    .l-wrapper li.present_ninzu_pink {
      margin-top: -7px;
      border-radius: 3px;
      font-weight: bold;
      color: deeppink;
      font-size: 14px;
    }
    .l-wrapper li.present_ninzu_green {
      border-radius: 3px;
      font-weight: bold;
      border: 1px solid #3da414;
      color: #3da414;
      font-size: 14px;
    }
    .l-wrapper li.present_teikyo {
      margin-top: 1em;
      margin-left: 1em;
      text-indent: -1em;
      font-size: 14px;
      line-height: 1.3;
    }
    .l-wrapper .hr {
      position: relative;
      width: 90%;
      height: 1px;
      border-width: 0;
      background-image:
        -webkit-linear-gradient(left, transparent 0%, #283593 50%, transparent 100%);
      background-image:
        linear-gradient(90deg, transparent 0%, #283593 50%, transparent 100%);
    }
    /* end アンケート（2021群馬、東北、信州で使用） */
    /* 1文字字下げ */
    .l-wrapper .d-indent li {
      margin-left: 1em;
      text-indent: -1em;
      line-height: 1.3;
    }
    /* end 1文字字下げ */
    /* 横幅100％ボタンの左寄せ（2020_まで使用） */
    .l-wrapper .left {
      width: 10%;
      width: 178px;
      font-size: 2.3rem;
      text-align: center;
    }
    .l-wrapper .center {
      width: 79%;
      font-size: 1.6rem;
      line-height: 1.3;
      padding: 5px 10px 5px 0;
      text-align: left;
    }
    .l-wrapper .center p {
      text-align: left;
    }
    .l-wrapper .right {
      width: 11%;
      text-align: center;
    }
    .l-wrapper .right:after {
      font-family: fontello;
      font-weight: normal;
      font-style: normal;
      content: "\E806";
      display: inline-flex;
      padding-left: 6px;
      align-items: center;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      border: solid 1px #ffffff;
    }
    /* end 横幅100％ボタンの左寄せ */
    /* 約款のリンク（2020-2022ツーリングのみ使用） */
    .l-wrapper .agreement_link ul li {
      position: static;
      width: 100%;
      height: auto;
      margin: 0 auto;
      border-top: none;
      text-align: right;
    }
    .l-wrapper .agreement_link ul li:last-of-type {
      position: static;
      width: 100%;
      height: auto;
      margin: 0 auto;
      border-bottom: none;
      text-align: right;
    }
    .l-wrapper .agreement_link ul li a {
      display: inline;
      position: static;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
    }
    /* end 約款のリンク（2020-2022ツーリングのみ使用） */
    /* 【旧】ドラ割アコーディオン */
    .accbox {
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .accbox label {
      display: block;
      margin: 0;
      padding: 0;
      color: #525151;
      cursor: pointer;
    }
    .accbox label:active {
      background: #cccccc;
    }
    .accbox .label_title {
      display: flex;
      justify-content: space-between;
      border-bottom: solid 1px #eeeeee;
      padding: 5px 0 0 0;
    }
    .accbox .label_title_first { /* 最上段 */
      display: flex;
      justify-content: space-between;
      border-top: solid 1px #777777;
      border-bottom: solid 1px #eeeeee;
      padding: 0;
    }
    .accbox .label_title_left {
      width: 89%;
      padding: 0 0 10px 10px;
      display: flex;
      align-items: center;
    }
    .accbox .label_title_left_first { /* 最上段 */
      width: 89%;
      padding: 0 0 5px 10px;
      display: flex;
      align-items: center;
    }
    .accbox .label_title_right {
      width: 9%;
      padding: 0 11px 0 0;
      color: green;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
    .accbox label .label_icon:after {
      content: '\f358';
      font-family: 'Font Awesome 5 Free';
      float: right;
      font-size: 38px;
    }
    .accbox input {
      display: none;
    }
    .accbox .accshow {
      height: 0;
      padding: 0;
      overflow: hidden;
      transition: .3s;
    }
    .accbox .accshow_con {
      padding: 15px;
      line-height: 1.5;
      color: #000000;
    }
    .cssacc:checked ~ .accshow {
      height: auto;
      margin-bottom: 0;
      padding-bottom: 0px;
      background: #f5f5f5;
      border-radius: 0px 0px 10px 10px;
      box-shadow: 0 -0.3px 0px 1px #cccccc inset;
    }
    .cssacc:checked + label .label_icon:after {
      content: '\f35b';
    }
    /* end 【旧】ドラ割アコーディオン */
    /* インデント */
    .l-wrapper .indent1 {
      padding-left: 1.7em;
      text-indent: -1.8em;
      line-height: 1.4;
    }
    .l-wrapper .indent2 {
      padding-left: 2.3em;
      text-indent: -2.4em;
      line-height: 1.4;
    }
    /* end インデント */
    /* マーカー（下線） */
    .l-wrapper .maker_yellow {
      background: linear-gradient(transparent 65%, #ffff66 50%);
    }
    .l-wrapper .maker_green {
      background: linear-gradient(transparent 65%, #70f958 50%);
    }
    /* end マーカー（下線） */
    /* 【旧】ドラ割アコーディオン（PCSP共通） */
    .accbox_drawari {
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .accbox_drawari label {
      display: block;
      margin: 0;
      padding: 0;
      color: #525151;
      cursor: pointer;
      background: #ffffff;
    }
    .accbox_drawari label:active {
      background: #cccccc;
    }
    .accbox_drawari .label_title {
      display: flex;
      justify-content: space-between;
      border-bottom: none;
      padding: 5px 0 0 0;
    }
    .accbox_drawari .label_title_calendar { /* カレンダー用 */
      display: flex;
      justify-content: space-between;
      border-top: solid 1px #E5E5E5;
      border-bottom: solid 1px #E5E5E5;
      padding: 0 0 0 0;
    }
    .accbox_drawari .label_title_left {
      width: 89%;
      padding: 7px 0 10px 11px;
      display: flex;
      align-items: center;
      font-size: 2.6rem;
    }
    .accbox_drawari .label_title_left_calendar { /* カレンダー用 */
      width: 89%;
      padding: 0 0 0 30px;
      display: flex;
      align-items: center;
      font-size: 2.6rem;
      font-weight: bold;
      font-style: italic;
      color: green;
    }
    .accbox_drawari .label_title_left_calendar p {
      font-weight: normal;
    }
    .accbox_drawari .label_title_right {
      width: 9%;
      padding: 0 3% 0 0;
      color: green;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
    .accbox_drawari label .label_icon:after {
      content: '\f358';
      font-family: 'Font Awesome 5 Free';
      float: right;
      font-size: 38px;
    }
    .accbox_drawari label:hover {
      text-decoration: none;
      background: #cccccc;
    }
    .accbox_drawari input {
      display: none;
    }
    .accbox_drawari .accshow {
      height: 0;
      padding: 0;
      overflow: hidden;
      transition: .3s;
    }
    .accbox_drawari .accshow img {
      width: 100%;
    }
    /* end 【旧】ドラ割アコーディオン（PCSP共通） */
    /* ご利用特典 見出し［ドラ割］限定！ 202304追加 */
    .l-container .d-gentei {
      color: #86bf26;
      font-weight: 600;
      line-height: 28px;
      margin: 0 0 12px 8px;
      white-space: nowrap;
    }
    .l-container .d-gentei img {
      width: auto;
      height: 28px;
      margin-right: 6px;
    }
    .l-container .d-gentei-none {
      display: none;
    }
    /* end ご利用特典 見出し［ドラ割］限定！ */
    /* CSSカウンター連番 202304追加 */
    .l-container .counterBox {
      counter-reset: number 0;
    }
    .l-container .counterBox .counterNum {
      display: flex; 
    }
    .l-container .counterBox .counterNum::before {
      display: flex;
      counter-increment: number 1;
      content: counter(number) "." ;
      padding-right: 0.8rem; 
    }
    /* end CSSカウンター連番 */
    /* CSSカウンター連番（FAQ） 202406追加 */
    .l-container .counterFaq {
      counter-reset: numberQ 0 numberH 0;
    }
    .l-container .counterFaq .counterNumQ, 
    .l-container .counterFaq .counterNumH {
      display: flex;
    }
    .l-container .counterFaq .counterNumQ::before {
      display: flex;
      counter-increment: numberQ 1;
      content: "Q" counter(numberQ) "." ;
      padding-right: 0.8rem; 
    }
    .l-container .counterFaq .counterNumH::before {
      display: flex;
      counter-increment: numberH 1;
      content: counter(numberH) "." ;
      padding-right: 0.8rem; 
    }
    /* end CSSカウンター連番（FAQ） */
    /* コンポーネント アコーディオン調整 */
    .l-container .ui-accordion .ui-acContent {
      position: relative;
      display: none;
      padding: 16px 24px 32px;
    }
    /* end コンポーネント アコーディオン調整 */
}
/* end ▼タブレット～PC用として付け足すデザイン */

/******* ２０２１年版 ここから ******************************************************/
/* 割り付け　均等（SP、PC） */
.l-container .p-taj {
  text-align: justify !important;
  text-justify: inter-ideograph;
}
.l-container .p-talj {
  text-align: justify !important;
  text-align-last: justify !important;
  text-justify: inter-ideograph;
}
ol.p-taj li, ul.p-taj li, dl.p-taj dt, dl.p-taj dd, dl.p-taj ol li, dl.p-taj ul li, table.p-taj th, table.p-taj td {
  text-align: justify !important;
  text-justify: inter-ideograph;
}
/* 均等割り付け　PCのとき
*/
@media all and (min-width:415px) {
  .l-container .p-pc-taj {
    text-align: justify !important;
    text-justify: inter-ideograph;
  }
  .l-container .p-pc-talj {
    text-align: justify !important;
    text-align-last: justify !important;
    text-justify: inter-ideograph;
  }
}
/* 均等　SPのとき 
*/
.l-container .p-pc-taj, .l-container .p-pc-talj {
  text-align: left;
}
/* 割り付け　中央、レフト、上下中央 
*/
.l-container .p-tac {
  text-align: center !important;
}
.l-container .p-tal {
  text-align: left !important;
}
.l-container .p-vam {
  vertical-align: middle !important;
}
/* マージン（パーセント）
*/
.l-container .p-mr5per {
  margin-right: 6% !important;
}
/* 字下がり
*/
.l-wrapper .indent1 { padding-left: 2em; text-indent: -1.8em; line-height: 1.4; }
.l-container .l-wrapper .p-tidt04px { text-indent: -4px;  padding-left: 4px; }
.l-container .l-wrapper .p-tidt08px { text-indent: -8px;  padding-left: 8px; }
.l-container .l-wrapper .p-tidt10px { text-indent: -10px; padding-left: 10px; }
.l-container .l-wrapper .p-tidt12px { text-indent: -12px; padding-left: 12px; }
.l-container .l-wrapper .p-tidt14px { text-indent: -14px; padding-left: 14px; }
.l-container .l-wrapper .p-tidt16px { text-indent: -16px; padding-left: 16px; }
.l-container .l-wrapper .p-tidt18px { text-indent: -18px; padding-left: 18px; }
.l-container .l-wrapper .p-tidt20px { text-indent: -20px; padding-left: 20px; }
.l-container .l-wrapper .p-tidt22px { text-indent: -22px; padding-left: 22px; }
.l-container .l-wrapper .p-tidt24px { text-indent: -24px; padding-left: 24px; }
.l-container .l-wrapper .p-tidt26px { text-indent: -26px; padding-left: 26px; }
.l-container .l-wrapper .p-tidt28px { text-indent: -28px; padding-left: 28px; }
.l-container .l-wrapper .p-tidt30px { text-indent: -30px; padding-left: 30px; }
.l-container .l-wrapper .p-tidt32px { text-indent: -32px; padding-left: 32px; }
.l-container .l-wrapper .p-tidt36px { text-indent: -36px; padding-left: 36px; }
.l-container .l-wrapper .p-tidt40px { text-indent: -40px; padding-left: 40px; }
.l-container .l-wrapper .p-tidt42px { text-indent: -42px; padding-left: 42px; }
.l-container .l-wrapper .p-tidt44px { text-indent: -44px; padding-left: 44px; }
.l-container .l-wrapper .p-tidt46px { text-indent: -46px; padding-left: 46px; }
.l-container .l-wrapper .p-tidt48px { text-indent: -48px; padding-left: 48px; }
.l-container .l-wrapper .p-tidt50px { text-indent: -50px; padding-left: 50px; }
.l-container .l-wrapper .p-tidt52px { text-indent: -52px; padding-left: 52px; }
.l-container .l-wrapper .p-tidt54px { text-indent: -54px; padding-left: 54px; }
.l-container .l-wrapper .p-tidt58px { text-indent: -58px; padding-left: 58px; }
.l-container .l-wrapper .p-tidt60px { text-indent: -60px; padding-left: 60px; }
.l-container .l-wrapper .p-tidt62px { text-indent: -62px; padding-left: 62px; }
.l-container .l-wrapper .p-tidt64px { text-indent: -64px; padding-left: 64px; }
.l-container .l-wrapper .p-tidt66px { text-indent: -66px; padding-left: 66px; }
.l-container .l-wrapper .p-tidt70px { text-indent: -70px; padding-left: 70px; }
.l-container .l-wrapper .p-tidt72px { text-indent: -72px; padding-left: 72px; }
.l-container .l-wrapper .p-tidt78px { text-indent: -78px; padding-left: 78px; }
.l-container .l-wrapper .p-tidt80px { text-indent: -80px; padding-left: 80px; }
.l-container .l-wrapper .p-tidt96px { text-indent: -96px; padding-left: 96px; }
.l-container .l-wrapper .p-tidt112px { text-indent: -112px; padding-left: 112px; }
/* プライバシーポリシー 項目名
*/
.l-container .p-nolist-parentheses-num {
  font-size: 1.3em;
  line-height: 1.2em;
  text-indent: -2.6em;
  margin-bottom: 2.6em;
  padding-left: 2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #E5E5E5;
}
/* フレックス 415幅　*/
@media screen and (max-width:415px) {
  .p-pc-dfx415 {
    display: block !important;
  }
}
@media screen and (min-width:416px) {
  .p-pc-dfx415 {
    display: flex !important;
  }
}
/* フレックス 480幅　*/
@media screen and (max-width:480px) {
  .p-pc-dfx480 {
    display: block !important;
  }
}
@media screen and (min-width:481px) {
  .p-pc-dfx480 {
    display: flex !important;
  }
}
/* フレックス 640幅　*/
@media screen and (max-width:640px) {
  .p-pc-dfx640 {
    display: block !important;
  }
}
@media screen and (min-width:641px) {
  .p-pc-dfx640 {
    display: flex !important;
  }
}
/* フレックス 680幅　*/
@media screen and (max-width:680px) {
  .p-pc-dfx680 {
    display: block !important;
  }
}
@media screen and (min-width:681px) {
  .p-pc-dfx680 {
    display: flex !important;
  }
}
/* フレックス 767幅　*/
@media screen and (max-width:767px) {
  .p-pc-dfx767 {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .p-pc-dfx767 {
    display: flex !important;
  }
}
/* フレックス 960幅　*/
@media screen and (max-width:960px) {
  .p-pc-dfx960 {
    display: block !important;
  }
}
@media screen and (min-width:961px) {
  .p-pc-dfx960 {
    display: flex !important;
  }
}
/*　フレックス　PC・SP共通　*/
.p-dfx {
  display: flex;
}
/* フレックス　「FAQ 判定方法」
*/
.p-faq-hantei {
  margin-left: 0;
}
ol.p-pc-dfx680-outer > li {
  margin-top: 24px !important;
}
.p-faq-hantei .p-num01, .p-faq-hantei .p-num02, .p-faq-hantei .p-num03, .p-faq-hantei .p-num04, .p-faq-hantei .p-num05 {
  width: 100%;
  text-align: center;
}
.p-faq-hantei .p-num02 {
  transform: rotate(90deg) !important;
}
.p-faq-hantei .p-num02, .p-faq-hantei .p-num03, .p-faq-hantei .p-num04, .p-faq-hantei .p-num05 {
  margin-left: 0.2em !important;
}
.p-faq-hantei .p-num05 {
  font-weight: bold;
}
@media all and (min-width: 680px) {
  .p-pc-dfx680-outer {
    /*margin-left: 16px !important;*/
  }
  ol.p-pc-dfx680-outer > li {
    margin-top: 0 !important;
  }
  .p-faq-hantei .p-num01 {
    width: 180px;
    text-align: left !important;
  }
  .p-faq-hantei .p-num02 {
    width: 20px;
    transform: rotate(0) !important;
  }
  .p-faq-hantei .p-num03 {
    width: 230px;
  }
  .p-faq-hantei .p-num04 {
    width: 1em;
  }
  .p-faq-hantei .p-num05 {
    width: auto;
    font-weight: normal !important;
  }
  .p-faq-hantei .p-num01, .p-faq-hantei .p-num02, .p-faq-hantei .p-num03, .p-faq-hantei .p-num04, .p-faq-hantei .p-num05 {
    margin-left: 0;
  }
}
/* drawari/style.css#p.9271からの変更（FAQ件名）
*/
@media all and (min-width:768px) {
  .l-container .ui-accordion .ui-acTitle {
    padding: 16px 84px 16px 54px !important;
  }
}
/* 汎用フォントサイズ */
.l-container .p-fs8px { font-size: 8px; }
.l-container .p-fs10px { font-size: 10px; }
.l-container .p-fs12px { font-size: 12px; }
.l-container .p-fs14px { font-size: 14px; }
.l-container .p-fs16px { font-size: 16px; }
.l-container .p-fs18px { font-size: 18px !important; }
.l-container .p-fs19px { font-size: 19px !important; }
.l-container .p-fs20px { font-size: 20px !important; }
.l-container .p-fs22px { font-size: 22px !important; }
.l-container .p-fs24px { font-size: 24px !important; }
.l-container .p-fs26px { font-size: 26px !important; }
.l-container .p-fs28px { font-size: 28px !important; }
.l-container .p-fs30px { font-size: 30px !important; }
.l-container .p-fs32px { font-size: 32px !important; }
.l-container .p-fs34px { font-size: 34px !important; }
.l-container .p-fs36px { font-size: 36px !important; }
/* キャプション
*/
.caption-left {
  caption-side: left;
}
/* 【旧】ドラ割アコーディオン GoToトラベル　注意書き 
*/
.accbox_drawari_goto_chuui {
  margin: 0;
  padding: 0;
  width: 100%;
}
.accbox_drawari_goto_chuui label {
  display: block;
  margin: 0;
  padding: 0;
  color: #525151;
  cursor: pointer;
  background: #ffffff;
}
.accbox_drawari_goto_chuui .label_title.red {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #ff7f50;
  border-bottom: solid 1px #ff7f50;
  padding: 5px 0 4px 0;
}
.accbox_drawari_goto_chuui .label_title.yellow {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #ffcc00;
  border-bottom: solid 1px #ffcc00;
  padding: 5px 0 4px 0;
}
.accbox_drawari_goto_chuui .label_title img {
  width: 100%;
}
.accbox_drawari_goto_chuui .label_title_left {
  width: 83%;
  padding: 3px 0 3px 0;
  display: flex;
  align-items: center;
}
.accbox_drawari_goto_chuui .label_title_left {
  width: 89%;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: italic;
  color: #e00;
}
.accbox_drawari_goto_chuui .label_title_left p {
  font-weight: bold;
}
.accbox_drawari_goto_chuui .label_title_right {
  width: 15%;
  padding: 0 0 0 0;
  color: #e00;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.accbox_drawari_goto_chuui label .label_icon:after {
  content: '\f358';
  font-family: 'Font Awesome 5 Free';
  float: right;
  font-size: 38px;
}
.accbox_drawari_goto_chuui label:hover {
  text-decoration: none;
}
.accbox_drawari_goto_chuui input {
  display: none;
}
.accbox_drawari_goto_chuui .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .3s;
}
.accbox_drawari_goto_chuui label.red:hover {
  text-decoration: none;
  background: #fff0f0;
}
.accbox_drawari_goto_chuui label.yellow:hover {
  text-decoration: none;
  background: #fffeec;
}
/* 【旧】ドラ割アコーディオン　END　*/
/* GoTo事業停止 */
.l-container .goto-taishogai {
  width: 100%;
  margin-top: 24px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  border-top: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  text-align: left;
  background: #fffeec;
}
/* 汎用 */
.margin0auto {
  margin: 0 auto !important;
}
/* インライン　テキストトリガー　アコーディオン表示
*/
label.acclabel_mini {
  display: inline-block;
  cursor: pointer;
}
label.acclabel_mini .accicon_mini:after {
  content: "\f358";
  font-family: 'Font Awesome 5 Free';
}
input.acccheck_mini:checked ~ label.acclabel_mini .accicon_mini:after {
  content: "\f35b";
}
input.acccheck_mini {
  display: none;
}
div.accshow_mini {
  display: none;
  opacity: 0;
  margin: 0 0 10px 0;
  padding-bottom: 0;
  background: #f5f5f5;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 -0.3px 0px 1px #cccccc inset;
  transition: 1s !important;
}
/* 販売価格テーブル（dr-table***を簡素化）
*/
.kakaku-table table {
  width: 100%;
  text-align: center;
  border: double 2px limegreen;
}
.kakaku-table table th, .kakaku-table table td {
  vertical-align: middle;
  border: solid 1px palegreen;
}
.kakaku-table table th {
  background: #e5ffdd;
}
.kakaku-table table td.course, .kakaku-table table td.kingaku {
  font-weight: bold;
}
.kakaku-table table td.kingaku {
  color: #e00;
}
/* テンプレートスライダー制御ボタン 改修 assets > css > style.css 
*/
/* #9734
*/
.l-container .l-wrapper .ui-sliderWrap .box-control .btn-pause {
  width: 99px;
}
/* #9749
*/
.l-container .l-wrapper .ui-sliderWrap .box-control .btn-prev {
  width: 53px;
}
/* #9756
*/
.l-container .l-wrapper .ui-sliderWrap .box-control .btn-next {
  width: 49px;
}
/* assets > css > style.css 画像拡大モーダル　上書き（スクロールバー非表示のため）
*/
/* 行番号　#4976,#9912 */
.l-container .ui-modalWrap .scroll-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-container .ui-modalWrap .scroll-area::-webkit-scrollbar {
  display: none;
}
.l-container .ui-modalWrap .scroll-area img {
  width: 100% !important;
  height: 100% !important;
}
/* 旧 FAQ ナンバリング（2021-2023_winter_passで使用）
*/
.l-container .questions-title-template, .l-container .questions-title-name-template {
  display: inline-block;
}
.l-container .questions-title-template {
  width: 32px;
}
.l-container .questions-title-num-template {
  display: inline-block;
  font-weight: normal !important;
  font-size: 26px !important;
}
/* FLOAT
*/
.p-float {
  float: left !important;
}
@media screen and (min-width:641px) {
  .p-pc640-float {
    float: left;
  }
  .p-pc480-float {
    float: left;
  }
}
@media screen and (min-width:768px) {
  .p-pc768-float {
    float: left;
  }
  .clear {
    clear: both;
  }
}
@media screen and (min-width:781px) {
  .p-pc781-float {
    float: left;
  }
  .clear {
    clear: both;
  }
}
/* リンク無し
*/
.l-container .p-disabled {
  color: gray !important;
}
.l-container .p-disabled:hover {
  text-decoration: none !important;
}
/* ※　米印単項目
*/
.l-container .c-list.komejirushi-one {
  text-indent: -20px;
  padding-left: 20px;
}
.l-container .c-list.komejirushi-one::before {
  content: "※ ";
}
/* 汎用　スマホ PC切り替え（.spの拡張）
*/
/*767px*/
.l-container .sp-767 {
  display: none !important;
}
@media all and (max-width: 767px) {
  .l-container .sp-767 {
    display: block !important;
  }
}
.l-container .pc-767 {
  display: none !important;
}
@media all and (min-width: 768px) {
  .l-container .pc-767 {
    display: block !important;
  }
}

/*640px*/
.l-container .sp-640 {
  display: none !important;
}
@media all and (max-width: 639px) {
  .l-container .sp-640 {
    display: block !important;
  }
}
.pc-640 {
  display: none !important;
}
@media all and (min-width: 640px) {
  .l-container .pc-640 {
    display: block !important;
  }
}
/* 集合型ボタン（コンポーネント）SP1カラム PC6カラム
/* テンプレートの拡張
/* assets / css / style.css#8561
*/
@media all and (min-width: 768px) {
  .l-container .c-groupBtn.col1to6a > li {
    width: 16.6666%;
  }
  .l-container .c-groupBtn.col1to6a > li:nth-child(1), .l-container .c-groupBtn.col1to6a > li:nth-child(2), .l-container .c-groupBtn.col1to6a > li:nth-child(3), .l-container .c-groupBtn.col1to6a > li:nth-child(4), .l-container .c-groupBtn.col1to6a > li:nth-child(5), .l-container .c-groupBtn.col1to6a > li:nth-child(6) {
    border-top: 1px solid #e7e7e7;
  }
}
/* プラポリ　左マージン用
*/
@media screen and (min-width:640px) {
  .l-container .p-pp-ml {
    margin-left: 48px;
  }
}
@media screen and (max-width:639px) {
  .l-container .p-pp-ml {
    margin-left: 14px;
  }
}
