/* Y'S GEAR : /e-shop/special/calendar/css/calendar.css */


.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after { box-sizing: border-box; }
.contentsWidth a, 
.contentsWidth a::before, 
.contentsWidth a::after, 
.contentsWidth a * {
	-webkit-transition: all ease .3s;
	-webkit-transition-property: background-color, color, border-color, opacity, filter;
	transition: all ease .3s;
	transition-property: background-color, color, border-color, opacity, filter;
}
.contentsWidth a, 
.contentsWidth span, 
.contentsWidth b {
	display: inline-block;
}

/* .mfp-content {
	max-width: 800px;
} */

@media screen and (max-width: 980px) {
	.contentsWidth { padding: 0 !important; }
} /* */

@media screen and (min-width: 568px) {
	.contentsWidth .pcnone { display: none; }
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .spnone { display: none; }
} /* */


/*======================================================================*
 *  [ mainTab ] 
 *======================================================================*/

.mainTab {
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

.mainTab > * {
	position: relative;
	width: 50%;
	padding: 4.34% 4.34% 8.67%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainTab > *::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	content: "";
}
.mainTab > div::before { opacity: 0; z-index: 0; }
.mainTab > a::before { opacity: 1; z-index: 10; }
.mainTab > a:hover::before { opacity: 0; }
.mainTab > .racing { background-image: url(../img/tab_racing_bg.jpg); }
.mainTab > .marine { background-image: url(../img/tab_marine_bg.jpg); }

.mainTab > * > * {
	position: relative;
	z-index: 5;
}
.mainTab > a:hover img,
.mainTab > a:active img {
	opacity: 1;
}
.mainTab img {
	margin-bottom: 8.67%;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.mainTab p {
	margin: 0 auto;
	padding-top: 25%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80% auto;
	font-size: 0;
	text-indent: 100%;
}
.mainTab p.racing { background-image: url(../img/tab_racing_pc_wh.svg); }
.mainTab p.marine { background-image: url(../img/tab_marine_pc_wh.svg); }
.mainTab p::after {
	display: block;
	position: absolute;
	left: calc(50% - 16.5px);
	bottom: 0;
	width: 33px;
	height: 20px;
	background-image: url(../img/tab_arrow_wh.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

@media screen and (max-width: 568px) {
	.mainTab > * {
		padding: 15px 15px 30px;
	}
	.mainTab img {
		margin-bottom: 15px;
	}
	.mainTab p {
		padding-top: calc(35.3% + 25px);
		background-size: 100% auto;
	}
	.mainTab p.racing { background-image: url(../img/tab_racing_sp_wh.svg); }
	.mainTab p.marine { background-image: url(../img/tab_marine_sp_wh.svg); }
	.mainTab p::after {
		left: calc(50% - 12px);
		width: 24px;
		height: 15px;
	}
} /* */


/*======================================================================*
 *  [ presentTxt ] 
 *======================================================================*/

.presentTxt {
	padding: 30px 20px;
}
.presentTxt .inner {
	max-width: 894px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.presentTxt h2 {
	position: relative;
	min-height: 273px;
	height: 100%;
}
/* .presentTxt h2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}
.presentTxt h2 a:hover img {
	opacity: 1;
}
.presentTxt h2 a:hover img:nth-of-type(2) {
	opacity: 0;
} */

/* [ キャンペーン終了 ] */
.presentTxt.end .inner {
	position: relative;
}
.presentTxt.end .inner div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.6);
}
.presentTxt.end .inner div p {
	padding: 20px;
	border-radius: 10px;
	background: rgba(255,255,255,0.9);
	font-size: 2.2rem;
	text-align: center;
	vertical-align: middle;
}
.presentTxt.end .inner div b {
	color: #E4007F;
}
.presentTxt.end .inner div span {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	/* [ キャンペーン終了 ] */
	.presentTxt.end .inner {
		padding-bottom: 30px;
		background-position: center top 9999px, center center;
	}
} /* */

@media screen and (max-width: 568px) {
	.presentTxt { padding: 20px 10px; }
	.presentTxt .inner { padding: 0; }
	.presentTxt h2 { margin-bottom: 10px; }
	.presentTxt h2 img {
		position: relative;
		max-width: 100%;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	/* [ キャンペーン終了 ] */
	.presentTxt.end .inner { padding-bottom: 0px; }
	.presentTxt.end .inner div p { font-size: 1.8rem; }
} /* */


/*======================================================================*
 *  [ lineupWrap ] 
 *======================================================================*/

.lineupWrap {
	position: relative;
	padding-bottom: 1px;
	background: url(../img/lineup_bg_t.jpg) top center no-repeat;
	background-size: 100% auto;
	background-color: #363A90;
	color: #fff;
}
#gc::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/lineup_bg_b.png) top center no-repeat;
	background-size: 100% auto;
	content: "";
}
#gc > * {
	position: relative;
	z-index: +1;
}
.lineupWrap h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.9rem;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 568px) {
	.lineupWrap {
		padding-top: 30px;
	}
	.lineupWrap h2 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
} /* */


/*======================================================================*
 *  [ calendarBox ] 
 *======================================================================*/

.calendarBox {
	margin-bottom: 20px;
	padding: 30px 20px 0;
}
.calendarBox + .calendarBox {
	position: relative;
	padding-top: 80px;
}
.calendarBox + .calendarBox::before {
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
	height: 1px;
	background: #ccc;
	content: "";
}

/* [ テキスト ] */
.calendarBox .text {
	max-width: 800px;
	margin: 0 auto 40px;
}
.calendarBox .text h3 {
	position: relative;
	padding-bottom: 15px;
	line-height: 1;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.calendarBox .text h3::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 4px;
	background: #585B96;
	content: "";
}
.calendarBox .text h3 b, 
.calendarBox .text h3 span {
	display: block;
}
.calendarBox .text h3 b {
	font-size: 2.6rem;
}
.calendarBox .text h3 span {
	margin-top: 10px;
	font-size: 1.4rem;
}
.calendarBox .text p {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}

/* [ スペック ] */
.calendarBox .spec {
	margin-bottom: 20px;
	padding: 5px 0;
	border: 1px solid #585B96;
	font-size: 1.3rem;
	text-align: center;
}
.calendarBox .spec li {
	display: inline-block;
	margin: 3px 5px;
}

/* [ 電話・FAX ] */
.calendarBox .tel {
	margin-top: 20px;
	text-align: right;
}
.calendarBox .tel a {
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}
.calendarBox .tel a:hover, 
.calendarBox .tel a:active { color: #78E6F3 !important; }
.calendarBox .tel a::after {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	-webkit-transition: all ease .3s;
	-webkit-transition-property: background-color, color, border-color;
	transition: all ease .3s;
	transition-property: background-color, color, border-color;
}
.calendarBox .tel a:hover::after, 
.calendarBox .tel a:active::after { border-color: #78E6F3 !important; }

@media screen and (max-width: 568px) {
	.calendarBox {
		padding: 10px 10px 0;
	}
	.calendarBox + .calendarBox {
		padding-top: 50px;
	}
	.calendarBox + .calendarBox::before {
		right: 10px;
		left: 10px;
	}
	
	/* [ テキスト ] */
	.calendarBox .text h3 b {
		font-size: 2.2rem;
	}
	.calendarBox .text p {
		font-size: 1.4rem;
	}
	
	/* [ 電話・FAX ] */
	.calendarBox .tel a { font-size: 1.3rem; }
	.calendarBox .tel a::after {
		width: 7px;
		height: 7px;
	}
} /* */


/*======================================================================*
 *  [ slideBox ] 
 *======================================================================*/

.slideBox {
	max-width: 710px;
	margin: 0 auto 40px;
	text-align: center;
}

/* [ 上部ナビ ] */
.slideBox .nav {
	display: table;
	border-spacing: 4px;
	width: 100%;
	height: 64px;
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.2;
}
#desktop .slideBox .nav { font-size: 1.4rem; }
.slideBox .nav a {
	display: table-cell;
	width: 14.29%;
	background: #3F4052;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
.slideBox .nav a, 
.slideBox .nav a span { color: #fff; }
/* .slideBox .nav a + a { border-left: 1px solid #f3f3f3; } */
.slideBox .nav a:hover, 
.slideBox .nav a:active, 
.slideBox .nav a:hover span, 
.slideBox .nav a:active span { color: #fff !important; }
.slideBox .nav a:hover, 
.slideBox .nav a:active { background: #2b459c !important; }
.slideBox .nav a.active, 
.slideBox .nav a.active span { color: #fff; }
.slideBox .nav a.active {
	background: #2b459c;
	font-weight: bold;
}
.slideBox .nav a.active:hover, 
.slideBox .nav a.active:active, 
.slideBox .nav a.active:hover span, 
.slideBox .nav a.active:active span { color: #fff !important; }

/* [ wrap ] */
.slideBox .wrap { position: relative; }

/* [ スライド ] */
.slideBox .slide h4 {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 1.6rem;
}
.slideBox .slide figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: left;
}

/* [ スライド：2カラム ] */
.slideBox .slide .col2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.slideBox .slide .col2 > * { width: calc(50% - 10px); }
.slideBox .slide .col2 figure { margin-bottom: 0; }

/* [ 左右ナビ ] */
.slideBox .bx-controls {
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: 66.48px;
	padding-top: 66.48%;
}
#desktop .slideBox .bx-controls { padding-top: 48.59%; }
.slideBox .bx-prev, 
.slideBox .bx-next {
	position: absolute;
	top: calc(50% - 24px);
	width: 48px;
	height: 48px;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
}
.slideBox .bx-prev {
	left: -50px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.slideBox .bx-next {
	right: -50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* [ 注釈 ] */
.slideBox .note {
	margin-top: 10px;
	color: #fff;
	font-size: 1.2rem;
}

@media screen and (max-width: 860px) {
	.slideBox .bx-prev { left: -10px; }
	.slideBox .bx-next { right: -10px; }
} /* */

@media screen and (max-width: 568px) {
	.slideBox { margin-bottom: 20px; }
	
	/* [ 上部ナビ ] */
	.slideBox .nav {
		height: 50px;
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	#desktop .slideBox .nav { font-size: 1.3rem; }
	
	/* [ スライド ] */
	.slideBox .slide h4 { line-height: 1.2; }
	.slideBox .slide p { font-size: 1.3rem; text-align: left; }
	
	/* [ スライド：2カラム ] */
	.slideBox .slide .col2 > * { width: calc(50% - 5px); }
	
	/* [ 左右ナビ ] */
	.slideBox .bx-controls { display: none; }
} /* */


/*======================================================================*
 *  [ lineupBox ] 
 *======================================================================*/

.lineupBox {
	padding: 30px 20px;
	background: rgba(255,255,255,0.3);
	background: #585B96;
}
.lineupBox + .lineupBox { margin-top: 5px; }
.lineupBox .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

/* [ 商品名 ] */
.lineupBox h4 {
	-webkit-flex: 1;
	flex: 1;
	font-size: 1.8rem;
	text-align: left;
}
.racing .lineupBox h4 span { color: #FEFF00; }
/* .marine .lineupBox h4 span { color: #0066ff; } */
.lineupBox h4 span span { font-size: 1.4rem; }

/* [ 価格 ] */
.lineupBox .price {
	width: 220px;
	margin: 0 15px;
	text-align: right;
}
.lineupBox .price > * {
	display: block;
}
.lineupBox .price b {
	font-size: 2rem;
	font-weight: normal;
}
.lineupBox .price b span {
	font-size: 1.4rem;
}

/* [ ボタン ] */
.lineupBox .btn {
	position: relative;
	width: 22%;
	padding: 10px 20px 10px 5px;
	border-radius: 5px;
	background: #fff;
	color: #363A90;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.lineupBox .btn:hover, 
.lineupBox .btn:active {
	background: #C4CCEE;
	color: #363A90 !important;
}
.lineupBox .btn::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #363A90;
	border-right: 2px solid #363A90;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* [ 完売 ] */
.lineupBox .sold {
	position: relative;
	width: 22%;
	padding: 10px 5px;
	border-radius: 5px;
	background: #999;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.lineupBox {
		padding: 20px;
	}
	.lineupBox .inner {
		display: block;
	}

	/* [ 商品名 ] */
	.lineupBox h4 {
		margin-bottom: 10px;
		text-align: center;
	}

	/* [ 価格 ] */
	.lineupBox .price {
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}

	/* [ ボタン ] */
	.lineupBox .btn {
		display: block;
		width: 50%;
		min-width: 200px;
		margin: 0 auto;
		padding: 10px 20px;
	}

	/* [ 完売 ] */
	.lineupBox .sold {
		display: block;
		width: 50%;
		min-width: 200px;
		margin: 0 auto;
		padding: 10px 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.lineupBox {
		margin-right: -10px;
		margin-left: -10px;
		padding: 20px 10px;
	}
	
	/* [ 商品名 ] */
	.lineupBox h4 span { margin-bottom: 5px; }
	.lineupBox h4 span span { font-size: 1.2rem; }
	
	/* [ 価格 ] */
	.lineupBox .price b { font-size: 1.8rem; }
	
} /* */



/*======================================================================*
 *  [ presentWin ] 
 *======================================================================*/

.presentWin {
	position: relative;
	max-width: 800px;
	margin: 50px auto;
	background: #fff;
	box-sizing: border-box;
	line-height: 1.4;
}
.presentWin span, 
.presentWin b { display: inline-block; }

.presentWin .mfp-close { color: #fff !important; }

/* [ タイトル ] */
.presentWin .header {
	padding: 20px;
	background: #2b459c;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.presentWin .header span { font-size: 2.8rem; }

/* [ メイン ] */
.presentWin .content { padding: 20px; }
.presentWin .content > p {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.presentWin .content > p b { color: #ff0052; }
.presentWin .content > p span {
	font-size: 1.4rem;
	font-weight: normal;
}

/* [ flex ] */
.presentWin .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 20px 0;
}

/* [ 画像 ] */
.presentWin .flex figure {
	width: calc(100% - 27em);
	text-align: right;
}

/* [ 景品ラインナップ ] */
.presentWin .lineup {
	width: 27em;
}
.presentWin .lineup li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 1.4em;
	font-size: 1.3rem;
	font-weight: 500;
}
.presentWin .lineup li::before {
	display: inline-block;
	width: 1.4em;
	margin-left: -1.4em;
	color: #bcbcbc;
	vertical-align: top;
	content: "■ ";
}
.presentWin .lineup li + li {
	margin-top: 10px;
}
.presentWin .lineup li > * {
	font-weight: 500;
	text-indent: 0;
}
.presentWin .lineup li b:nth-child(1) {
	width: calc(100% - 3em);
}
.presentWin .lineup li b:nth-child(2) {
	width: 3em;
	text-align: right;
}
.presentWin .lineup li span {
	color: #ff0052;
	font-size: 1.2rem;
}
/* .presentWin .lineup {
	width: 48%;
	font-size: 1.4rem;
	font-weight: 500;
}
.presentWin .lineup dt {
	color: #ff0052;
	font-size: 1.3rem;
}
.presentWin .lineup dd + dt {
	margin-top: 20px;
}
.presentWin .lineup dd {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-top: 8px;
}
.presentWin .lineup dd b {
	padding-left: 1.4em;
	text-indent: -1.4em;
	font-weight: normal;
}
.presentWin .lineup dd b::before {
	color: #bcbcbc;
	vertical-align: top;
	content: "■ ";
} */

/* [ 応募要項 ] */
.presentWin .outline {
	clear: both;
	padding: 20px;
	border-top: 1px dotted #203796;
}
.presentWin .outline dt {
	margin-bottom: 5px;
	color: #203796;
	font-weight: bold;
}
.presentWin .outline dd {
	display: flex;
}
.presentWin .outline dd + dd {
	margin-top: 5px;
}
.presentWin .outline dd b {
	width: 5em;
	color: #203796;
}
.presentWin .outline dd span {
	flex: 1;
}

/* [ 注意事項 ] */
.presentWin .notes {
	clear: both;
	padding: 20px;
	background: #eee;
	color: #444;
}
.presentWin .notes dt {
	margin-bottom: 5px;
}
.presentWin .notes dd {
	padding-left: 1em;
	text-indent: -1em;
}
.presentWin .notes dd + dd {
	margin-top: 2px;
}
.presentWin .notes dd::before {
	font-weight: bold;
	content: "・";
}

@media screen and (max-width: 768px) {
	/* [ flex ] */
	.presentWin .flex { display: block; }
	
	/* [ 画像 ] */
	.presentWin .content figure {
		width: 100%;
		text-align: center;
	}
	
	/* [ 景品ラインナップ ] */
	.presentWin .lineup {
		width: 100%;
		max-width: 450px;
		margin: 20px auto;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ タイトル ] */
	.presentWin .header { padding: 20px 10px; }
	.presentWin .header span { font-size: 2.4rem; }
	
	/* [ メイン ] */
	.presentWin .content { padding: 10px; }
	.presentWin .content > p { font-size: 1.6rem; }
	.presentWin .content > p br { display: none; }

	/* [ 景品ラインナップ ] */
	.presentWin .lineup li + li {
		margin-top: 5px;
	}
	
	/* [ 応募要項 ] */
	.presentWin .outline {
		padding: 20px 0;
	}
} /* */


/*======================================================================*
 *  [ reserveWin ] 
 *======================================================================*/

.reserveWin {
	position: relative;
	max-width: 800px;
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.4;
}
.reserveWin span, 
.reserveWin b { display: inline-block; }

.reserveWin .mfp-close {
	margin: 18px 18px 0 0;
	color: #fff !important;
}

/* [ タイトル ] */
.reserveWin h2 {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #878787;
	color: #fff;
	font-size: 1.6rem;
}
.reserveWin h2 + p { margin-bottom: 20px; }

/* [ 概要 ] */
.reserveWin .about {
	margin-bottom: 20px;
	border-top: 1px dotted #b8b8b8;
	font-size: 1.3rem;
}
.reserveWin .about dl {
	padding: 15px 10px 15px 2em;
	border-bottom: 1px dotted #b8b8b8;
}
.reserveWin .about dt {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	text-indent: -1em;
}
.reserveWin .about dt::before { content: "■"; }
.reserveWin .about b {
	color: #203796;
	font-size: 1.7rem;
}
.reserveWin .about .btn {
	margin-top: 5px;
	text-align: right;
}
.reserveWin .about .btn a {
	display: inline-block;
	position: relative;
	width: 10em;
	padding: 10px 40px 10px 20px;
	border: 1px solid #636363;
	text-align: center;
}
.reserveWin .about .btn a:hover, 
.reserveWin .about .btn a:active { background: #eff1f0; }
.reserveWin .about .btn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
}
.reserveWin .about .btn a.normal::after {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.reserveWin .about .btn a.blank::after {
	margin-top: -9px;
	width: 10px;
	height: 10px;
	content: url(/shared/svg/icon_blank.svg);
}
.reserveWin .about .notes {
	padding-left: 1em;
	text-indent: -1em;
}

/* [ 方法 ] */
.reserveWin .reserve {
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.reserveWin .reserve section {
	display: table;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #eff1f0;
}
.reserveWin .reserve section + section { margin-top: 5px; }
.reserveWin .reserve h3 {
	display: table-cell;
	width: 9em;
	font-size: 1.5rem;
	white-space: nowrap;
}
.reserveWin .reserve .inner { display: table-cell; }
.reserveWin .reserve p b {
	margin: 10px 0;
	font-size: 1.5rem;
}
.reserveWin .reserve p b span { font-size: 2rem; }
.reserveWin .reserve .btn {
	margin-top: 10px;
	text-align: right;
}
.reserveWin .reserve .btn a {
	display: inline-block;
	position: relative;
	padding: 5px 20px 5px 40px;
	border: 1px solid #bcbcbc;
	text-align: center;
}
.reserveWin .reserve .btn a:hover, 
.reserveWin .reserve .btn a:active { background: #fff; }
.reserveWin .reserve .btn a::after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.reserveWin .reserve .btn a.present::after { content: url(../img/icon_present.svg); }
.reserveWin .reserve .btn a.pdf::after { content: url(../img/icon_pdf.svg); }
.reserveWin .reserve .notes {
	padding-left: 1em;
	text-indent: -1em;
}

.reserveWin .reserve .reader {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #bcbcbc;
}
.reserveWin .reserve .reader dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.reserveWin .reserve .reader dt,
.reserveWin .reserve .reader dd {
	display: table-cell;
	vertical-align: middle;
}
.reserveWin .reserve .reader dt { padding-right: 10px; }
.reserveWin .reserve .reader dd {
	font-size: 1.1rem;
	line-height: 1.2;
}

.reserveWin .reserve + p { text-align: center; }

@media screen and (max-width: 568px) {
	.reserveWin { padding: 10px; }
	.reserveWin .mfp-close { margin: 8px 8px 0 0; }
	
	/* [ 方法 ] */
	.reserveWin .reserve section { display: block; }
	.reserveWin .reserve h3 {
		display: block;
		width: 100%;
	}
	.reserveWin .reserve .inner { display: block; }
	
	.reserveWin .reserve .reader dl { display: block; }
	.reserveWin .reserve .reader dt,
	.reserveWin .reserve .reader dd { display: block; }
	.reserveWin .reserve .reader dt {
		margin-bottom: 10px;
		padding-right: 0;
		text-align: center;
	}
} /* */

