@charset "utf-8";
/* 共通
---------------------------------------------- */
/*Chrome 読み込み時transition対策*/
.preload {
  transition: 0 !important;
}
/* PC 非表示 */
.pc_none {
  display: none;
}
/* スマホトップバナー　※PCでSPサイトを開いた場合 */
#spBnr {
  display: none;
}
/* .clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_both {
  clear: both;
}
/* 高汎用 */
a.blank_mark{
	margin: 0 0.3em;
	padding-right:1.6em;
	background-image:url(/media/assets/img/common/icon48.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 80%;
}
.centering {
  text-align: center;
}
.font_bold {
  font-weight: 900;
}
.font_bold_110 {
  font-weight: 900;
  font-size: 110%;
}
.font_bold_140 {
  font-weight: 900;
  font-size: 140%;
}
.font80 {
  font-size: 80%;
}
.font_lightyellow {
  color: #fff28b;
}
.font_red {
  color: #e23410;
}
.font_red_80 {
  color: #f00;
  font-size: 80%;
}
.font_bold_red {
  font-weight: 900;
  color: #e23410;
}
.font_bold_red_110 {
  font-weight: 900;
  color: #e23410;
  font-size: 110%;
}
.font_bold_red_130 {
  font-weight: 900;
  color: #e23410;
  font-size: 130%;
}
.font_bold_red_130m {
  font-weight: 900;
  color: #e23410;
  font-size: 130%;
  background: linear-gradient(transparent 50%, #fff28b 50%);
}
.font_bold_red_underline {
  font-weight: 900;
  color: #e23410;
  text-decoration: underline;
}
.font_white_80 {
  color: #fff;
  font-size: 80%;
}
.pagelink {
  color: #388bdb !important;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 1.6em;
  background-image: url(/media/assets/img/common/icon71.png);
  background-size: 1.2em;
  background-repeat: no-repeat;
}
.margin_b_2em {
  margin-bottom: 2em !important;
}
.no_margin {
  margin: 0 !important;
}
/* リンクチップ */
.linkChip {
  z-index: 3;
  position: fixed;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  background-color: #d02f39;
}
.linkChip > a {
  display: block;
  border-top: 4px solid #fff;
  color: #fff !important;
  text-shadow: 1px 1px 0px #77141a;
  font-size: 200%;
  font-weight: 900;
  padding: 0.2em 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.linkChip span.c_yellow {
  color: #fff28b;
}
.linkChip span.small {
  font-size: 80%;
}
.linkChip img {
  vertical-align: middle !important;
  margin-left: 0.5em;
}
/* パンくず */
#breadCrumb {
  width: 1000px;
  margin: 0 auto 10px;
}
#breadCrumb ol li {
  display: inline-block;
  font-size: 12px;
  height: 16px;
  padding: 0 1em 0 2em;
  position: relative;
}
#breadCrumb ol li, #breadCrumb ol li a {
  line-height: 16px;
}
#breadCrumb ol li:first-of-type {
  background: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_home_01.png) no-repeat left center;
  padding-left: 20px;
}
#breadCrumb ol li:not(:first-of-type)::before {
  content: '';
  display: block;
  width: 1em;
  height: 100%;
  background: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_03.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gouhatsu .infoTitle > .intro p {
  font-size: 14px;
  padding: 1em 2em;
}
/* サービスバナー　※コンテンツ下部
---------------------------------------------- */
#other_service {
  width: 100%;
  margin: 0 0 4em 0;
  padding: 1em 0;
  background-color: #ECECEC;
  border-top: 3px solid #212121;
  border-bottom: 3px solid #212121;
}
#other_service div {
  width: 980px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
#other_service a {
  display: block;
  float: left;
  width: 24%;
  margin: 0 1% 10px 0;
}
#other_service div.before {
  margin: 0 auto 0.5em auto;
  border-bottom: 1px dotted #333;
}
#other_service img {
  width: 100%;
}
#other_service h6 {
  font-weight: 900;
  font-size: 20pt;
  display: block;
  margin: 1em auto 0.5em auto;
  padding: 0;
}
/* コンテンツ全体、MV
---------------------------------------------- */
.close_gouhatsu{
	width:100%;
	height: 520px;
	background-color:rgb(0 0 0/0.7);
	position: absolute;
	top:0;
	left:0;
	z-index:100;
}
.close_gouhatsu p{
	color:#fff;
	display: block;
	width:1000px;
	margin: 4em auto 0;
	text-align: center;
	font-size:200%;
	line-height:2em;
	font-weight: 700;
	z-index:200;
}
.gouhatsu {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  transition: ease-in-out 1.4s;
  background-color: #f7f3ed;
  line-height: 1.8em !important;
  letter-spacing: 0.1rem;
  font-size: 12pt;
  transition: 0s;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg_koushi.png");
	position:relative;
}
.gouhatsu .keyV {
  width: 100%;
  padding: 0;
  /*margin-top: 20px;*/
}
.gouhatsu .keyV .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg_mv.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
.sakura_stamp {
  display: none !important;
}
/*オフシーズンのみコメントアウト*/
#main_theme {
  width: 1200px;
  height: 502px;
  margin: 0 auto;
  padding: 0;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/mv_20260310.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
/* .common_tit(汎用タイトル：桜スタンプ＋リボン)
---------------------------------------------- */
.common_tit {
  width: 880px; /*1000px*/
  height: 61px; /*106px*/
  font-size: 21pt;
  font-weight: 900;
  display: block;
  margin: 1em auto 0.5em auto !important;
  padding: 45px 0 0 120px;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg_contenttit.png");
  background-repeat: no-repeat;
  position: relative;
}
.yakan_tit {
  width: 880px; /*1000px*/
  height: 61px; /*106px*/
  font-size: 22pt;
  font-weight: 900;
  display: block;
  margin: 1em auto 0.5em auto !important;
  padding: 45px 0 0 120px;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg_yakantit.png");
  background-repeat: no-repeat;
  position: relative;
}
/* #ver_tit(旧汎用タイトル：桜)
---------------------------------------------- */
.ver_tit {
  width: 960px; /*980px*/
  height: 103px; /*123px*/
  font-size: 22pt;
  font-weight: 900;
  display: block;
  margin: 0 auto 1em auto !important;
  padding: 20px 0 0 20px;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/tit_back.png");
  background-repeat: no-repeat;
  position: relative;
}
.ver_tit img {
  position: absolute;
  left: -84px;
  top: -34px;
}
/* .megaphone_tit(サブタイトル：メガホン見出し)
---------------------------------------------- */
.megaphone_tit {
  width: 890px; /*1000px*/
  height: auto;
  font-size: 18pt;
  font-weight: 900;
  display: block;
  margin: 1em auto !important;
  padding: 0 0 0 110px;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/icon_megaphone.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
/* .section（汎用枠） .maegaki
---------------------------------------------- */
.section,
.maegaki{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.section_campaign{
 width: 100%;
 margin: 0 auto;
 padding: 20px 0;
	text-align: center;
	background-image:url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg01.jpg");
	background-position:center top;
	background-size:100% 100%;
	background-repeat: no-repeat;
	border-top:20px solid #ed74a9;
	border-bottom:20px solid #ed74a9;
}
.section_campaign p{
	display: block;
	width:1000px;
	color: #000;
	font-size:140%;
	font-weight: 700;
	text-align: center;
	margin:0 auto 1em;
	line-height:1.6em;
	background-image:url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg_campaign_tit.png");
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.section_campaign p span{
	font-size:140%;
	color:#f00;
}
img.inner_sashie_store_sp{
	float: right;
	margin: 0 0 0.5em 1em;
}
img.inner_sashie01,
img.inner_sashie03{
	float: right;
	margin: 0 0 0.5em 1em;
	width:230px;
}
img.inner_sashie02{
	margin: 0 0 0 250px!important;
	width:400px;
	height: auto;
}
img.inner_sashie04{
	margin: 0 0 0 120px!important;
	width:730px;
	height: auto;
}
.maegaki p{
	margin: 0 0 1.5em;
}
.maegaki p.redpink {
  width: auto;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_redpink.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
.search_store{
	font-weight: 700;
	font-size: 130%;
	padding-left:1.5em;
	background-color: #fff28b;
	background-image:url(/img/common/icon21.png);
	background-repeat: no-repeat;
	background-size:1.3em;
}
.btn_redpink {
  display: block;
  text-shadow: 0px 0px 2px #666;
	float:left;
  width: auto;
  text-align: center;
  margin: 1em auto 0 2em;
  padding: 1.5em 2em;
  background: #ee94b0; /*ボタン色*/
  color: #FFF !important;
	font-size:130%;
  font-weight: 700;
  border-bottom: solid 4px #d4567a;
  border-radius: 10px;
}
.btn_redpink img {
  width: 1.2em !important;
  vertical-align: bottom;
  margin-left: 0.5em !important;
  margin-top: 0.4em !important
}
.campaign_bnr{
	text-align: center;
}

/* #doga（動画枠）
---------------------------------------------- */
#doga {
  width: 100%;
  padding: 2em;
  margin-top: 2em;
  background-color: #edd9ad;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
#doga div {
  width: 1000px;
  margin: 0 auto;
}
.movieSec .movieUl > li {
  width: 100% !important;
}
/* #waku_gouhatsu
---------------------------------------------- */
#waku_gouhatsu, #waku_onlinesearch, #waku_heigan, #waku_canmachi {
  width: 100%;
  background-color: #fff;
  background-position: 0 top;
  margin: 4em auto;
  padding: 0 0 40px 0;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 6px #bcb5b0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
img.header_sashie01 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 140px;
}
.gouhatsu_tit_orange {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_gouhatsu.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  width: 449px; /*449px*/
  height: 67px; /*67px*/
}
.gouhatsu_tit_orange p {
  color: #fff;
  padding: 20px 0 0 70px;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb01.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
.brown_tit {
  border-radius: 20px 20px 0 0;
  margin: 0;
  padding: 40px;
  background-color: #3b3633;
  font-size: 150%;
  font-weight: 700;
  height: 40px;
  width: 920px;
  color: #fff;
}
.brown_tit span {
	font-size:120%;
  border-bottom: 3px dotted #fff;
}
.yellow_tit {
  margin: 0;
  padding: 20px 40px 20px 20px;
  background-color: #fff28b;
  font-size: 180%;
  font-weight: 900;
  height: 30px;
  width: 940px;
  font-size: 120%;
  font-weight: 700;
  text-align: right;
}
.yellow_tit span, .yellow_tit_p05 span {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 0.2em;
  margin: 0 0.5em 0 0;
}
.yellow_tit_p05 {
  margin: 3em 0 0 0;
  padding: 20px 40px 20px 20px;
  background-color: #fff28b;
  font-size: 180%;
  font-weight: 900;
  height: 30px;
  width: 940px;
  font-size: 120%;
  font-weight: 700;
  text-align: right;
}
ul.pieces {
  width: 920px;
  margin: 30px auto 0;
}
ul.pieces_p05 {
  position: relative;
  width: 920px;
  margin: 30px auto 0;
}
ul.pieces_p06 {
  position: relative;
  width: 920px;
  margin: 50px auto 0;
  padding-top: 60px;
}
ul.pieces_p07 {
  position: relative;
  width: 920px;
  margin: 0 auto;
	padding-top:10px;
}
ul.pieces img {
  margin: 1em 0 0 0;
}
ul.pieces li {
  margin: 0;
  /*border-bottom: 1px solid #e1dbcf;*/
  padding: 0 0 30px;
}
ul.pieces_p05 li{
	margin: 0;
	padding: 80px 0 30px;
}
ul.pieces_p06 li, ul.pieces_p07 li {
  margin: 0;
  padding: 0 0 30px;
}
ul.pieces li.piece2 {
  float: left;
  width: 47%;
  border-right: 1px solid #e1dbcf;
  border-bottom: none;
  padding: 30px 20px 0 0;
}
ul.pieces li.piece3 {
  float: right;
  width: 48%;
  border-bottom: none;
  padding: 30px 0 0 20px;
}
#waku_gouhatsu ul.pieces li p {
	clear:both;
  width: auto;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_orange.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
/* #waku_canmachi
---------------------------------------------- */
#waku_canmachi .brown_tit {
  margin-bottom: 2em !important;
}
.gouhatsu_tit_purple {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_nmb06.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 95px;
  left: -1px;
  width: 646px; /*489px*/
  height: 63px; /*63px*/
}
.gouhatsu_tit_purple p {
  color: #fff;
  padding: 20px 0 0px 80px;
  text-shadow: 0px 0px 3px #666;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb02.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
ul.pieces_p07 p.kaigyo{
	clear: both;
}
ul.pieces_p07 .comments {
	display:block;
	width:67%;
	height:17em;
  background-color: #ecf1f2;
  padding: 20px;
	margin:0 0 20px 0;
  border-radius: 10px;
  font-size: 0.8em;
}
ul.pieces_p07 .comments dl dt {
  font-weight: 900;
  color: #e23410;
  font-size: 130%;
	margin-bottom:0.5em;
}
ul.pieces_p07 .comments dl dd{
	padding-left:1.3em;
	background-image:url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_kome_10px.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	line-height:1.6em;
	margin-bottom:1.1em;
}
.btn_purple {
  display: block;
  text-shadow: 0px 0px 2px #666;
  width: 40em;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em;
  background: #af7aca; /*ボタン色*/
  color: #FFF !important;
  font-weight: 700;
  border-bottom: solid 4px #714985;
  border-radius: 10px;
}
.btn_purple img {
  width: 1.2em !important;
  vertical-align: center;
  margin-left: 0.5em !important;
  margin-top: 0.4em !important
}

/* #waku_onlinesearch
---------------------------------------------- */
#waku_onlinesearch .brown_tit {
  margin-bottom: 2em !important;
}
img.header_sashie02 {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 160px;
}
.gouhatsu_tit_yellow {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_onlinesearch.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  width: 599px; /*599px*/
  height: 63px; /*63px*/
}
.gouhatsu_tit_yellow p {
  color: #fff;
  text-shadow: 0px 0px 3px #666;
  padding: 20px 0 0 80px;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb03.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
.gouhatsu_tit_bluepurple {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_yakandenwa.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: -40px;
  padding-right: 20px;
  line-height: 2.1em;
  width: 443px; /*463px*/
  height: 107px; /*107px*/
}
.gouhatsu_tit_bluepurple p {
  color: #fff;
  padding: 20px 0 0 50px !important;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_moon.png) !important;
  background-repeat: no-repeat;
  background-position: 10px 17px !important;
}
.gouhatsu_tit_lightblue {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_shitami.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: -5px;
  width: 463px; /*463px*/
  height: 67px; /*67px*/
}
.gouhatsu_tit_lightblue p {
  color: #fff;
  padding: 20px 0 0 70px;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_walk_woman.png) !important;
  background-repeat: no-repeat;
  background-position: 10px 7px !important;
  background-size: auto 80% !important;
}
ul.pieces li.p01 p {
  width: auto;
  margin-bottom: 1em;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_yellow.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
ul.pieces li.p01 img {
  width: 25% !important;
  float: right;
  margin-left: 1em;
}
ul.pieces li.p02 {
  position: relative;
  float: left;
  width: 47%;
  border-right: 1px solid #e1dbcf;
  border-bottom: none;
  padding: 150px 20px 0 0;
}
ul.pieces li.p02 p {
  width: auto;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_bluepurple.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
ul.pieces li.p03 {
  position: relative;
  float: right;
  width: 48%;
  border-bottom: none;
  padding: 110px 0 0 20px;
}
ul.pieces li.p03 p {
  width: auto;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_lightblue.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
ul.pieces li.p03 p a {
  padding-right: 1.4em;
  margin-right: 0.3em;
  background-image: url(/media/assets/img/common/icon27.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: right 2px;
  font-weight: 700;
  color: #00b7ee;
}
ul.pieces li.p04 {
  border: none !important;
}
ul.pieces li.p04 p {
  width: auto;
  margin-bottom: 1.5em;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_green.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
img.sashie_p04 {
  width: 40%;
  float: right;
  margin-left: 1em;
}
ul.pieces_p05 li p {
  width: auto;
  margin-bottom: 1.5em;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_lightgreen.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
ul.pieces_p06 li p {
  width: auto;
  margin-bottom: 1.5em;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_pink.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
ul.pieces_p07 li p {
  width: auto;
  margin-bottom: 1.5em;
  padding-left: 1.4em;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_arrow_purple.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0 4px;
}
/* #waku_heigan
---------------------------------------------- */
.heigan_end {
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  height: 360px;
  background-color: #000;
  opacity: 0.7;
}
.heigan_end p {
  color: #fff !important;
  line-height: 2em;
  font-weight: 700;
  font-size: 200%;
  margin: 100px;
  text-align: center;
}
img.header_sashie03 {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 120px;
}
.gouhatsu_tit_green {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_heigan.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  width: 489px; /*489px*/
  height: 63px; /*63px*/
}
.gouhatsu_tit_green p {
  color: #fff;
  padding: 20px 0 0 80px;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb03.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
.gakuman_icons {
  background-color: #ecf1f2;
  padding: 10px 15px 15px;
  border-radius: 10px;
  width: 56%;
}
.gakuman_icons2 {
  background-color: #ecf1f2;
  padding: 10px 15px 15px;
  border-radius: 10px;
  width: 56%;
}
.gakuman_icons img, .gakuman_icons2 img {
  width: 5em !important;
  margin-right: 5px !important;
}
.gakuman_icons p, .gakuman_icons2 p {
  float: right;
  display: block;
  font-weight: 700;
  width: 48% !important;
  padding: 0 !important;
  background: none !important;
  line-height: 1.4em;
  margin-top: 6px;
}
.btn_green {
  display: block;
  width: 22em;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em;
  background: #32b16c; /*ボタン色*/
  color: #FFF !important;
  font-weight: 700;
  border-bottom: solid 4px #1c7b47;
  border-radius: 10px;
}
.btn_green img {
  width: 1.2em !important;
  vertical-align: center;
  margin-left: 0.5em !important;
  margin-top: 0.4em !important
}
.btn_green:active, .btn_lightgreen:active, .btn_pink:active, .btn_redpink:active, .btn_purple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.gouhatsu_tit_lightgreen {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_slidesystem.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  width: 489px; /*489px*/
  height: 63px; /*63px*/
}
.gouhatsu_tit_lightgreen p {
  color: #fff;
  padding: 20px 0 0 80px;
  text-shadow: 0px 0px 3px #666;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb04.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
.slide_icon {
  background-color: #ecf1f2;
  padding: 5px 10px 15px;
  border-radius: 10px;
  width: 50%;
}
.slide_icon img {
  width: 4em !important;
  margin-right: 5px;
}
.slide_icon p {
  float: right;
  display: block;
  font-weight: 700;
  width: 80% !important;
  padding: 0 !important;
  background: none !important;
  line-height: 1.4em;
  margin-top: 20px;
}
.btn_lightgreen {
  display: block;
  text-shadow: 0px 0px 2px #666;
  width: 26em;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em;
  background: #b3d465; /*ボタン色*/
  color: #FFF !important;
  font-weight: 700;
  border-bottom: solid 4px #758f37;
  border-radius: 10px;
}
.btn_lightgreen img {
  width: 1.2em !important;
  vertical-align: center;
  margin-left: 0.5em !important;
  margin-top: 0.4em !important
}
.gouhatsu_tit_pink {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_kari.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -40px;
  width: 489px; /*489px*/
  height: 63px; /*63px*/
}
.gouhatsu_tit_pink p {
  color: #fff;
  padding: 20px 0 0 80px;
  text-shadow: 0px 0px 3px #666;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb05.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
ul.pieces_p07 .gouhatsu_tit_pink {
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/bg_tit_nmb06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -40px;
  width: 646px; /*489px*/
  height: 63px; /*63px*/
}
ul.pieces_p07 .gouhatsu_tit_pink p {
  color: #fff;
  padding: 20px 0 0 80px;
  text-shadow: 0px 0px 3px #666;
  font-size: 160%;
  font-weight: 700;
  background-image: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_nmb06.png);
  background-repeat: no-repeat;
  background-position: 30px 7px;
}
.btn_pink {
  display: block;
  text-shadow: 0px 0px 2px #666;
  width: 30em;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em;
  background: #fe709f; /*ボタン色*/
  color: #FFF !important;
  font-weight: 700;
  border-bottom: solid 4px #a53f61;
  border-radius: 10px;
}
.btn_pink img {
  width: 1.2em !important;
  vertical-align: center;
  margin-left: 0.5em !important;
  margin-top: 0.4em !important
}
/* #flow
------------------------------------*/
#flow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#flow .common_tit {
  width: 970px; /*1000px*/
  height: 66px; /*106px*/
  font-size: 21pt;
  font-weight: 900;
  display: block;
  margin: 0 auto 1em auto !important;
  padding: 30px 0 0 40px;
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/bg_contenttit.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow_pink {
  width: 100%;
  padding: 6em 0 0 0;
  margin: 0;
  background-color: #f1bfb6; /*pink*/
  background-image: url("/ssi/event/yoyaku_system/mae/img_2026_koki/kazariobi_top.png");
  background-repeat: repeat-x;
  background-position: top;
}
.flow_green {
  width: 100%;
  padding: 3em 0 0 0;
  margin: 0;
  background-color: #9ecf7d; /*green*/
}
.flow_yellow {
  width: 100%;
  padding: 3em 0;
  margin: 0;
  background-color: #ffbd7f; /*yellow(orange)*/
}
.flow_pg {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  position: relative;
  background: linear-gradient(-180deg, #f1bfb6, #9ecf7d);
}
.flow_gy {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  position: relative;
  background: linear-gradient(-180deg, #9ecf7d, #ffbd7f);
}
.flow_pg img, .flow_gy img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.f_inner {
  width: 980px;
  margin: 0 auto;
}
p.f_tit_p {
  color: #fff;
  font-weight: 900;
  display: block;
  margin: 0 0 1em 0;
  font-size: 200%;
  text-shadow: 2px 2px 2px #da7563, -2px 2px 2px #da7563, 2px -2px 2px #da7563, -2px -2px 2px #da7563;
}
p.f_tit_g {
  color: #fff;
  font-weight: 900;
  display: block;
  margin: 0 0 1em 0;
  font-size: 200%;
  text-shadow: 2px 2px 2px #508130, -2px 2px 2px #508130, 2px -2px 2px #508130, -2px -2px 2px #508130;
}
p.f_tit_y {
  color: #fff;
  font-weight: 900;
  display: block;
  margin: 0 0 1em 0;
  font-size: 200%;
  text-shadow: 2px 2px 2px #ff7f0c, -2px 2px 2px #ff7f0c, 2px -2px 2px #ff7f0c, -2px -2px 2px #ff7f0c;
}
p.f_tit_p img, p.f_tit_g img, p.f_tit_y img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.f_inner ul, .f_inner li {
  display: block;
}
.f_inner ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 980px;
}
.f_inner li {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 20px;
  margin: 0 10px 20px 0;
}
.f_inner li.f_l {
  width: 440px;
  clear: both;
  float: left;
}
.f_inner li.f_r {
  width: 440px;
  float: right;
}
.f_inner li.f_c1 {
  width: 96%;
  clear: both;
  margin-bottom: 20px;
}
.f_inner li.f_c {
  width: 96%;
  clear: both;
  margin: 0;
}
.f_inner p {
  display: block;
  margin-bottom: 1em;
}
.flow_pink p.step_tit, .flow_green p.step_tit, .flow_yellow p.step_tit {
  font-size: 120%;
  font-weight: 900;
  display: block;
  margin-bottom: 0.8em;
}
.flow_pink p.step_tit span {
  font-size: 130%;
  color: #e23410;
}
.flow_green p.step_tit span {
  font-size: 130%;
  color: #508130;
}
.flow_yellow p.step_tit span {
  font-size: 130%;
  color: #ff7f0c;
}
.right_img {
  float: right;
  margin: 0 0 1em 1em;
  width: 14em;
}
a.btn--orange {
  color: #fff !important;
  clear: both;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 900;
  font-size: 110%;
  background-color: #eb6100;
  border-bottom: 4px solid #b84c00;
}
a.btn--orange img {
  width: 2em;
  margin-right: 10px;
  vertical-align: middle;
}
a.btn--orange:hover {
  padding-top: 11px;
  color: #fff !important;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--orange2 {
  color: #fff !important;
  display: block;
  width: 60%;
  margin: 0 auto;
  /*width: 43%; ボタン2つ並びの時はこっち
 float: left;
 margin: 0 2% 0;*/
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 900;
  font-size: 120%;
  background-color: #eb6100;
  border-bottom: 4px solid #b84c00;
}
a.btn--orange2 img {
  width: 2em;
  margin-right: 10px;
  vertical-align: middle;
}
a.btn--orange2:hover {
  padding-top: 11px;
  color: #fff !important;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
/*画像横スクロールレスポンシブ
----------------------------------------*/
.schedule {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.img_slide_of1, .img_slide_of2 {
  width: 100%;
  margin: 0 auto;
}
.img_slide_of1 img {
  height: auto;
  max-width: none;
  width: 1000px;
}
.img_slide_of1 .swipe {
  display: none !important;
}
/*.toiawase
---------------------------------------------- */
.toiawase {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #3b3633;
}
.t_inner_pc {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.t_inner_sp {
  display: none;
}
/* map47
---------------------------------------------- */
#map47 {
 width: 980px;
 padding: 20px;
 margin: 0 auto;
 position: relative;
}
img.japan_map {
 position: absolute;
 top: -20px;
 right: -60px;
}
#map47 div.back_re {
 background: url(/ssi/event/yoyaku_system/mae/img_2026/bg_serch_contents_01.png);
 background-repeat: repeat-x;
 background-color: #fff;
 width: 940px;
 height: auto;
 margin: 0;
 padding: 20px;
}
#map47 h5 {
 display: block;
 width: 95%;
 height: 2em;
 margin: 0 auto 10px auto;
 padding: 16px 20px 0;
 font-size: 180%;
 font-weight: 900;
 background: url(/ssi/event/yoyaku_system/mae/img_2026/bg_grad_01.png);
 background-repeat: repeat-x;
 background-size: auto 100%;
}
#map47 h5 span {
 display: block;
 margin-left: 50px;
 font-size: 10pt !important;
 line-height: 1.2em;
 color: #e23410;
}
#map47 h5 img {
 margin-right: 10px;
}
#map47 ul {
 width: 100%;
 list-style: none;
 display: block;
 margin: 0;
 padding: 0;
}
#map47 ul li {
 display: block;
 float: left;
}
#map47 ul li {
 width: 100%;
}
#map47 dl {
 display: block;
 width: 100%;
 margin: 0;
 padding: 0;
}
#map47 dl a {
 display: block;
 float: left;
 margin: 0 5px 0;
 background-image: url(/ssi/event/yoyaku_system/mae/img_2026/bg_grad_01.png);
	background-repeat: repeat-x;
	background-size:auto 100%;
 padding: 5px 15px 3px;
 border-radius: 10px;
 font-weight: 900;
 color: #222;
 box-shadow: 0px 1px 0px #666;
}
#map47 dl span {
 display: block;
 float: left;
 margin: 0 5px 0;
 background-image: url(/ssi/event/yoyaku_system/mae/img_2026/bg_grad_01.png);
 padding: 5px 15px 3px;
 border-radius: 10px;
 font-weight: 900;
 color: #999;
 box-shadow: 0px 1px 0px #666;
}
#map47 dl a:hover, #map47 dl span {
 margin: 0 5px 0;
 background-image: none;
 background-color: #e0e0e0 !important;
 padding: 6px 15px 2px;
 box-shadow: none;
}
#map47 dl img {
 margin: 0 5px 0 0;
}
#map47 dl dt {
 background-color: #e0e0e0;
 font-weight: 900;
 float: left;
 margin: 0;
 width: 80px; /*90px*/
 border-top: 1px solid #fff;
 text-align: center;
 font-size: 80%;
	letter-spacing: -0.1em;
}
#map47 dl dt.pd_nomal_flow {
 padding: 10px;
 height: 32px;
}
#map47 dl dt.pd_nomal {
 padding: 10px;
 height: 32px;
 clear: both;
}
#map47 dl dt.pd_spacesaving {
 padding: 17px 10px 10px 10px;
 line-height: 1.3em;
 height: 25px; /*original 36px*/
}
#map47 dl dd.row1 {
 float: left;
 margin: 0;
 padding: 10px;
 width: 820px;
 height: 32px;
 border-top: 1px solid #fff;
}
#map47 dl dd.row2_narrow {
 float: left;
 margin: 0;
 padding: 10px;
 width: 350px;
 height: 32px;
 border-top: 1px solid #fff;
}
#map47 dl dd.row2_wide {
 float: left;
 margin: 0;
 padding: 10px;
 width: 510px;
 height: 32px;
 border-top: 1px solid #fff;
}
#map47 dl dd.hokkaido {
 background-color: #66b2cb;
	width:150px;
	float:left;
	padding:6px 0 16px 10px;
	height:30px;
}
#map47 dl dd.tohoku{
 background-color: #25b7aa;
	width:930px;
	padding:6px 0 16px 10px;
	height:30px;
}
#map47 dl dd.kanto {
 background-color: #1bad54;
}
#map47 dl dd.tokai {
 background-color: #cb8e00;
}
#map47 dl dd.kansai {
 background-color: #EA5449;
}
#map47 dl dd.chushi {
 background-color: #d66397;
}
#map47 dl dd.kyushu {
 background-color: #718CC7;
}
img.daruma_okotowari_pc {
 width:80%;
	margin:0 0 0.5em 100px;
}
img.daruma_okotowari_sp {
 display: none;
}
#sogoannai {
 width: 100%;
 margin: 0 auto;
 padding: 20px 0 6px;
 background: url(/ssi/event/yoyaku_system/mae/img_2026/back_kuma.png);
 background-repeat: no-repeat;
 background-position: left bottom;
}
p.fc_tit {
 font-weight: 900;
 font-size: 140%;
 display: block;
 margin: 0 0 10px 0;
 padding: 6px 10px 6px 15px;
 border-left: 5px solid #ea5449;
 background-color: #fff;
}
#sogoannai ul {
 list-style: none;
 display: block;
 width: 81% !important;
 margin: 0 20px 20px 150px !important;
 padding: 0;
}
#sogoannai ul li {
 float: left;
 background: url(/ssi/event/yoyaku_system/mae/img_2026/icon_arrow_01.png);
 background-repeat: no-repeat;
 background-position: 0 8px;
 padding: 0 0 0 12px;
 margin: 6px 1% 6px 0;
 width: 47% !important;
 font-size: 13pt;
 font-weight: 900;
}
#sogoannai span a {
 color: #e23410;
}
.yakan_uketsuke {
  margin: 1em 0;
  text-align: center;
}
.yakan_uketsuke img {
  width: 90%;
}
/*　#faq
---------------------------------------------- */
#faq {
  width: 980px;
  margin: 0 auto;
  padding: 2em 0 10px 0;
  clear: both;
}
#faq a, #flow a {
  color: #388bdb;
  text-decoration: underline;
}
.faq_wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 10px;
  background-color: #f1bfb6;
  position: relative;
  border-radius: 10px;
}
.faq_wrapper img.daruma {
  position: absolute;
  top: 5px;
  left: 5px;
}
h4.tit_faq {
  display: block;
  margin: 0 0 15px 90px;
  padding: 15px 0 0 0;
  color: #222;
  font-size: 190%;
  font-weight: 900;
  line-height: 1.3em;
}
.faq_text {
  width: 900px; /*940px*/
  margin: 0 auto 20px auto;
  padding: 20px 20px 10px;
  border-radius: 10px;
  background-color: #fff;
}
.faq_text p {
  display: block;
  font-size: 100%;
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.wrap_qacont {
  margin: 10px auto;
  padding: 20px 0 0 0;
}
.qa_content ul {
  list-style: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 940px;
}
.qa_content ul li.backpink {
  background-color: #fde8e5;
  padding: 16px;
  font-size: 120%;
  font-weight: 900;
}
.qa_content ul li.backwhite {
  background-color: #fff;
  padding: 16px;
}
.chushaku {
  width: 900px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fde8e5;
  font-size: 90%;
}
.chushaku_w {
  width: 900px;
  padding: 20px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  font-size: 90%;
}
.chushaku p, .chushaku_w p {
  display: block;
  margin: 1em 0 0.5em;
  padding: 0;
  font-size: 120%;
  font-weight: 900;
}
.chushaku ul, .chushaku_w ul {
  display: block;
  margin: 0 0 1em 0;
  list-style: none;
}
.chushaku ul li, .chushaku_w ul li {
  background: url(/ssi/event/yoyaku_system/mae/img_2026_koki/icon_kome_10px.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 0 1em;
  margin: 0 0 0.5em 0;
  line-height: 1.6em;
}
