@charset "utf-8";

@media screen and (min-width: 751px), print {

/* -----------------------------------------------------------------------------

	コンテンツ共通
  
----------------------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	position: relative;
}
body > noscript + img,
body > iframe + img,
body > #colorbox + img {
	display: none;/*解析タグによるコンテンツ下の余白対策*/
}
.sp {
	display: none !important;
}

#main {
	background: #fff;
}
#wrapper {
	width: 1120px;
	margin: 0 auto;
	padding-top: 78px;
	padding-bottom: 100px;
}
#wrapper:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
span#overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_overlay.png);
	z-index: 9998;
	display: none;
}

/* img alphaOver
---------------------------------------------*/
.alphaOver a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

/* loader
---------------------------------------------*/
#loader {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#loader img {
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
	
/* breadCrumb
---------------------------------------------*/
/* white */
.shortcut .breadCrumb li,
.shop .breadCrumb li,
.info.list .breadCrumb li,
.info.top .breadCrumb li,
.event.top .breadCrumb li,
.clothes.top .breadCrumb li,
.charge.top .breadCrumb li {
	text-shadow: 0px 0px 5px #000;
	color: #fff;
}
.shortcut .breadCrumb a,
.shop .breadCrumb a,
.info.list .breadCrumb a,
.info.top .breadCrumb a,
.event.top .breadCrumb a,
.clothes.top .breadCrumb a,
.charge.top .breadCrumb a {
	color: #fff;
}
.shortcut .breadCrumb li:after,
.shop .breadCrumb li:after,
.info.list .breadCrumb li:after,
.info.top .breadCrumb li:after,
.event.top .breadCrumb li:after,
.clothes.top .breadCrumb li:after,
.charge.top .breadCrumb li:after {
	width: 10px;
	height: 14px;
	top: 0;
	background-image: url(../img/arrow_breadCrumb_w.png);
}

/* black */
.shortcut.disney .breadCrumb li,
.shortcut.s100days_s_column .breadCrumb li,
.shortcut.seijin.plan .breadCrumb li,
.shortcut.s753_s_column .breadCrumb li,
.shortcut.pokemon .breadCrumb li,
.shortcut.bruna .breadCrumb li,
.shortcut.supermario .breadCrumb li,
.shortcut.portrait_column .breadCrumb li {
	text-shadow: none;
	color: #333;
}
.shortcut.disney .breadCrumb a,
.shortcut.s100days_s_column .breadCrumb a,
.shortcut.seijin.plan .breadCrumb a,
.shortcut.s753_s_column .breadCrumb a,
.shortcut.pokemon .breadCrumb a,
.shortcut.bruna .breadCrumb a,
.shortcut.supermario .breadCrumb a,
.shortcut.portrait_column .breadCrumb a {
	color: #333;
}
.shortcut.disney .breadCrumb li:after,
.shortcut.s100days_s_column .breadCrumb li:after,
.shortcut.seijin.plan .breadCrumb li:after,
.shortcut.s753_s_column .breadCrumb li:after,
.shortcut.pokemon .breadCrumb li:after,
.shortcut.bruna .breadCrumb li:after,
.shortcut.supermario .breadCrumb li:after,
.shortcut.portrait_column .breadCrumb li:after {
	width: 4px;
	height: 7px;
	top: 2px;
	background-image: url(../img/arrow_breadCrumb.png);
}

/* mv
---------------------------------------------*/
#wrapper #mvWrap {
	width: 100%;
	line-height: 0;
	height: 540px;
	position: absolute;
	top: 78px;
	left: 0;
	background-size: cover;
	background-position: center;
}
#wrapper #mvWrap #mv {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}
#wrapper #mvWrap #mv {
	width: 1120px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}
#wrapper #mvWrap #mv h1 {
	line-height: 1;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	position: absolute;
	bottom: 50px;
}
#wrapper #mvWrap #mv h1 img {
	width: auto;
	height: 60px;
}
#wrapper #mvWrap #mv h1 span {
	display: block;
	margin-top: 20px;
}
#wrapper #mvWrap:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#wrapper.event.top #contentsWrap,
#wrapper.event.top #side,
#wrapper.info.list #contentsWrap,
#wrapper.info.list #side,
#wrapper.info.top #contentsWrap,
#wrapper.info.top #side,
#wrapper.charge.setList #contentsWrap,
#wrapper.charge.setList #side {
	margin-top: 560px;
}


/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
}

/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
}

/* navi
---------------------------------------------*/
footer div div ul {
	margin-bottom: 12px;
}
footer div div ul li {
	float: left;
}
footer div div ul li a {
	font-size: 11px;
	color: #fff !important;
	border-left: 1px solid #f5adc5;
	padding: 0 5px 0 5px;
}
footer div div ul li:first-child a {
	border-left: 0;
	padding-left: 0;
}
footer div div ul li a:hover {
	text-decoration: underline;
}

/* プレビュー時表示
---------------------------------------------*/
footer #preview {
	position:absolute;
	position: fixed;
	bottom: 20px;
	width: 190px;
	left: 20px;
	z-index: 9997;
	background: rgba(0, 0, 0, 0.8);
	padding: 12px;
	border-radius: 5px;
}

footer #preview dt {
	color: #000;
	text-align:center;
	margin-bottom: 13px;
	float: none;
	font-size: 15px;
}
footer #preview dd {
	float:none;
}
footer #preview dd a {
	display:block;
	width: 112px;
	margin:0 auto;
	padding: 8px 0 8px 31px;
	/* text-align:center; */
	background: #7B7B7B;
	color:#fff;
	border-radius:50px;
	font-size: 11px;
	position:relative;
}
footer #preview dd a:hover {
	background: #6D6D6D;
}
footer #preview dd a:before{
	content: "";
	display: inline-block;
	position: absolute;
	padding: 0;
	width: 3px;
	height: 17px;
	left: 14px;
	top: 5px;
	background: #FFF;
	transform: rotate(45deg);
}
footer #preview dd a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	width: 17px;
	height: 3px;
	margin-top: -2px;
	background: #FFF;
	transform: rotate(45deg);
}

/* -----------------------------------------------------------------------------

	下層共通
  
----------------------------------------------------------------------------- */

#contentsWrap {
	float: left;
	width: 740px;
}

/* breadCrumb
---------------------------------------------*/
ul.breadCrumb {
	padding: 15px 0;
	position: relative;
	z-index: 1;
}
ul.breadCrumb li {
	font-size: 86%;
	position: relative;
	float: left;
	padding-right: 37px;
}
ul.breadCrumb li:after {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	position: absolute;
	top: 2px;
	right: 16px;
	background: url(../img/arrow_breadCrumb.png) no-repeat;
}
ul.breadCrumb li:last-child {
	padding-right: 0;
}
ul.breadCrumb li:last-child:after {
	display: none;
}
ul.breadCrumb li a:hover {
	text-decoration: underline;
}

/* side
---------------------------------------------*/
#side {
	float: right;
	width: 300px;
	height: 100%; 
	position: relative;
	padding-bottom: 20px;
	box-sizing: border-box;
}
#side h3 {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 44px 0 17px;
}
.shortcut #side h3 {
	background-image: url(../img/side_ttl_menu.png);
}
.event #side h3 {
	background-image: url(../img/side_ttl_event.png);
}
.info #side h3 {
	background-image: url(../img/side_ttl_campaign.png);
}
.charge #side h3 {
	background-image: url(../img/side_ttl_plan.png);
}	
.clothes #side h3 {
	background-image: url(../img/side_ttl_costume.png);
}
.faq #side h3 {
	background-image: url(../img/side_ttl_faq.png);
}
#side h3 a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
#side h3 a:hover {
	color: #f25388;
}
#side h3 a:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #b4b4b4;
	border-right: 2px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	transition: 0.2s ease-out;
}
	
	
	
	
	
#side dl dt a {
	font-size: 143%;
	font-weight: bold;
}
#side dl dt a span {
	display: inline-block;
	padding-right: 18px;
	background: url(../img/arrow_btn04.png) no-repeat right center;
	background-size: 10px auto;
}
#side dl dd {
	font-size: 105%;
	font-weight: bold;
}
#side dl dd > a:hover,
#side dl dd > a.active {
	color: #f25388;
}
#side .recommend,
#side .area,
#side .menu {
	border-top: 1px solid #ddd;
	padding: 30px 0;
}
#side .recommend dt,
#side .area dt {
	color: #e7346e;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 15px;
}
#side .recommend dd + dd,
#side .area dd + dd {
	margin-top: 20px;
}
#side .recommend dd a:hover,
#side .area dd a:hover {
	color: #e7346e;
}
#side .menu li {
	font-size: 105%;
	font-weight: bold;
}
#side .menu li a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
#side .menu li a span {
	font-size: 80%;
}
#side .menu li a:hover {
	color: #f25388;
}
#side .menu li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #b4b4b4;
	border-right: 2px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	transition: 0.2s ease-out;
}
#side .menu li + li {
	margin-top: 20px;
}
#side .menu ul {
	padding: 20px 0 0 20px;
}
#side .menu ul li {
	font-size: 95%;
	font-weight: normal;
}
#side dl dd ul li {
	font-size: 95%;
	margin-top: 15px;
}
#side dl dd ul {
	margin-bottom: 30px;
}
#side dl dd ul li a {
	color: #7f7f7f;
}












/* 第三階層 */
#side dl dd span {
	display: block;
	padding: 15px 50px 0 15px;
	line-height: 1.2;
}
#side dl dd div {
	margin: 5px 15px 0;
	padding: 20px 15px;
	background-color: #fff;
}
#side dl dd span + div {
	margin-top: 15px;
}
#side dl dd div:last-child {
	margin-bottom: 15px;
}
#side dl dd div p {
	margin-top: 15px;
	line-height: 1.2;
}
#side dl dd div p:first-child {
	margin-top: 0;
}
#side dl dd div p a {
	padding-left: 15px;
	background: url(../img/arrow_btn01.png) no-repeat left 2px;
	background-size: 8px auto;
}
#side dl dd div ul {
	margin-top: 20px;
}
#side dl dd div ul li {
	margin-top: 15px;
	line-height: 1.2;
}
#side dl dd div ul li:first-child {
	margin-top: 0;
}
#side dl dd div ul li a {
	color: #777;
	padding-left: 22px;
	position: relative;
}
#side dl dd div ul li a:before {
	content:"";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c6c3bb;
	position: absolute;
	top: 4px;
	left: 6px;
}
#side dl dd div ul li a:hover,
#side dl dd div ul li a.active {
	color: #f25388;
}

/* バナー */
#side .bannerArea {
	margin: 33px 0 0;
}
#side .bannerArea + .bannerArea {
	margin-top: 40px;
}
#side .bannerArea p {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#side .bannerArea ul li {
	position: relative;
}
#side .bannerArea ul li + li {
	margin-top: 15px;
}
#side .bannerArea ul li img {
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
#side .bannerArea ul li span {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 105px;
	color: #555;
	font-size: 95%;
	line-height: 1.4;
}
#side .bannerArea ul li a {
	min-height: 90px;
}
#side .bannerArea ul li a b {
	display: block;
	font-size: 115%;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #000;
}




/* -----------------------------------------------------------------------------

	下層パーツ
  
----------------------------------------------------------------------------- */

/* h1 title
---------------------------------------------*/
#wrapper h1.title {
	font-size: 220%;
	font-weight: 500;
	margin: 50px 0 30px;
	color: #e7346e;
	border-top: 1px solid #e7346e;
	border-bottom: 1px solid #e7346e;
	padding: 29px 0 32px;
}

/* h2 sub title
---------------------------------------------*/
#wrapper h2.subTitle {
	font-size: 220%;
	font-weight: 500;
	margin-bottom: 30px;
	color: #e7346e;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	background-image: none !important;
	line-height: 1.3;
}
#wrapper h2.subTitle.borderNone {
	border: none;
}

/* h3 sub title
---------------------------------------------*/
#wrapper h3.subTitle {
	font-size: 160%;
	font-weight: 500;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	background-image: none !important;
	line-height: 1.3;
}

/* h3 headline
---------------------------------------------*/
#wrapper h3.headline {
	font-size: 128%;
	margin-bottom: 25px;
	position: relative;
	padding-left: 22px;
}
#wrapper h3.headline:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #f25388;
	border-radius: 7px;
	position: absolute;
	top: 1px;
	left: 0;
}


/* tab
---------------------------------------------*/
ul.tab li {
	float: left;
	display: table;
}
ul.tab li a {
	display: table-cell;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}
ul.tab li.active a {
	color: #fff;
	border-color: #f25388;
	background-color: #f25388;
	position: relative;
}
ul.tab li.active a:after {
/*	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	display: block;
	width: 0px;
	height: 0px;
	margin-left: -3px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #fff transparent;*/
}
ul.tab li.active a:hover {
	color: #fff !important;
}
/* tab2 */
ul.tab.tab2 li a {
	width: 135px;
}
ul.tab.tab2 li a:hover {
	color: #e7346e;
}

/* icon */
ul.tab li.list a span {
	background: url(../img/icon_list.png) no-repeat left center;
	background-size: 15px auto;
	padding-left: 22px;
}
ul.tab li.map a span {
	background: url(../img/icon_address.png) no-repeat left center;
	background-size: 13px auto;
	padding: 10px 0 10px 21px;
}
ul.tab li.active.list a span {
	background: url(../img/icon_list_ac.png) no-repeat left center;
	background-size: 15px auto;
}
ul.tab li.active.map a span {
	background: url(../img/icon_address_ac.png) no-repeat left center;
	background-size: 13px auto;
}


/* sns share
---------------------------------------------*/
dl.sns {
	display: table;
}
dl.sns dt,
dl.sns dd {
	display: inline-block;
}
dl.sns dt {
	display: none;
}
dl.sns dd {
	margin-left: 8px;
}
dl.sns dd img {
	width: auto;
	height: 27px;
}
dl.sns dd.line {
	display: none;
}

/* dataArea */
#wrapper.detail .dataArea {
	padding: 15px 0;
	margin-bottom: 60px;
}
#wrapper.detail .dataArea p {
	float: left;
	font-size: 93%;
	padding: 16px 0 1px 27px;
	background: url(../img/icon_data.png) no-repeat left 13px;
	background-size: 17px auto;
}
#wrapper.detail .dataArea dl.sns {
	margin-bottom: 0;
}

/* pager
---------------------------------------------*/
.pager ul {
	text-align: center;
  margin: 40px auto 0;
}
dl.narrowSearch + .pager ul {
	margin-top: 0;
}
.pager ul li {
	display: inline-block;
	margin-right: 13px;
}
.pager ul li.blank {
	padding-top: 10px;
	margin: 0 5px 0 -7px;
}
.pager ul li.next {
	margin-right: 0;
}
.pager ul li span {
	display: inline-block;
	width: 38px;
	color: #fff;
	text-align: center;
	background-color: #1c1c1c;
	padding: 11px 0;
}
.pager ul li a span {
	color: #333;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
/* 前へ、次へ */
.pager ul li.prev span,
.pager ul li.next span {
	width: inherit;
	padding: 11px 8px;
}
.pager ul li span b {
	font-weight: normal;
}
.pager ul li.prev span b {
	background: url(../img/icon_arw_prev.png) no-repeat center;
	background-size: 17px auto;
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
}
.pager ul li.next span b {
	background: url(../img/icon_arw_next.png) no-repeat center;
	background-size: 17px auto;
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
}

/* conversion
---------------------------------------------*/
#conversion {
	margin: 90px auto 0;
}
#conversion li {
	float: left;
	width: 50%;
	background: url(../img/bg_conversion_reservation.jpg) no-repeat center;
	background-size: cover;
}
#conversion li + li {
	background-image: url(../img/bg_conversion_search.jpg);
}
#conversion a {
	position: relative;
	height: 390px;
	padding: 97px 0 0;
	box-sizing: border-box;
}
#conversion a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
#conversion dl {
	text-align: center;
	color: #fff;
	position: relative;
}
#conversion dl dt {
	font-size: 212%;
	letter-spacing: 0.08em;
}
#conversion dl dd p {
	text-align: center;
	line-height: 1.8;
	margin-top: 20px;
	font-size: 110%;
}
#conversion dl dd div {
	width: 300px;
	color: #fff;
	margin: 32px auto 0;
	padding: 22px 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 115%;
	position: relative;
}
#conversion dl dd div span + svg {
	position: absolute;
	fill: #fff;
	width: 28px;
	height: 9px;
	margin-top: -4px;
	transition: 0.2s ease-out;
	right: 28px;
	margin-left: -14px;
	top: 50%;
}
#conversion dl dd div:before,
#conversion dl dd div:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#conversion dl dd div:before {
	top: -1px;
	right: -1px;
	background: #e7346e;
}
#conversion dl dd div:after {
	bottom: -1px;
	left: -1px;
	background: #e7346e;
}
#conversion dl dd div span:before,
#conversion dl dd div span:after {
	content: "";
	display: block;
	width: 2px;
	height: 0;
	position: absolute;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#conversion dl dd div span:before {
	bottom: -1px;
	right: -1px;
	background: #e7346e;
}
#conversion dl dd div span:after {
	top: -1px;
	left: -1px;
	background: #e7346e;
}	
#conversion a:hover dl dd div:before,
#conversion a:hover dl dd div:after {
	width: 100%;
}
#conversion a:hover dl dd div span:before,
#conversion a:hover dl dd div span:after {
	height: 100%;
}
#conversion a:hover dl dd div span + svg {
	right: 23px;
}

/* 絞り込み検索
---------------------------------------------*/
#contentsWrap dl.narrowSearch {
	clear: both;
	margin-bottom: 40px;
	background-color: #f6f6f6;
}
#contentsWrap dl.narrowSearch dt {
	font-size: 129%;
	font-weight: bold;
	padding: 30px 0 28px 30px;
	position: relative;
	cursor: pointer;
}
#contentsWrap dl.narrowSearch dt:after {
	content: "";
	display: block;
	width: 76px;
	height: 76px;
	background: url(../img/sp/icon_more.png) no-repeat center;
	background-size: 35px;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ddd;
}
#contentsWrap dl.narrowSearch dt.open:after {
	background: url(../img/sp/icon_minus.png) no-repeat center;
	background-size: 35px;
}
#contentsWrap dl.narrowSearch dd {
	border-top: 1px solid #ddd;
	display: none;
}


/* form
---------------------------------------------*/
/* text */
input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
}
input[type="text"]:-ms-input-placeholder {
    color: #ccc;
}
input[type="text"]::-moz-placeholder {
    color: #ccc;
}
form table td input[type="text"] {
	height: 20px;
	width: 140px;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #ddd;
}
form table td textarea {
	height: 70px;
	width: 450px;
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
}

/* select */
form table td select {
  cursor: pointer;
	padding: 5px 6px 8px 6px;
  border: 1px solid #ddd;
	background: #fff;
	margin-right: 15px;
}

/* radiobutton, checkbox */
form table td ul li,
form table td p.checkbox {
	position: relative;
}
form table td ul li {
	float: left;
	margin-right: 20px;
	min-height: 15px;
}
form table td p.checkbox {
	margin: 0;
}

form input[type="checkbox"],
form input[type="radio"] {
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
	opacity: 0;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding: 2px 0 0 30px;
}
form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
}
form input[type="radio"] + label:before {
	background: url(../img/icon_radio.png) no-repeat left bottom;
	background-size: 20px auto;
}
form input[type="checkbox"] + label:before {
	background: url(../img/icon_checkbox02.png) no-repeat left bottom;
	background-size: 20px auto;
}
form input[type="radio"]:checked + label:before {
	background: url(../img/icon_radio.png) no-repeat left top;
	background-size: 20px auto;
}
form input[type="checkbox"]:checked + label:before {
	background: url(../img/icon_checkbox02.png) no-repeat left top;
	background-size: 20px auto;
}

/* submit button */
form .submit label,
form .back label {
	display: block;
	cursor: pointer;
	border: 0;
	margin: 0 5px;
	/*padding: 13px 35px 10px;*/
	padding: 0 35px 0;
	text-align: center;
}
form .submit label {
	background-color: #f25388;
}
form .back label {
	background-color: #f2f0e9;
}
form p.submit label {
	display: inline-block;
}
#wrapper.confirm form > ul {
	width: 410px;
	margin: 0 auto;
}
form li.submit label,
form li.back label {
	float: left;
	width: 150px;
}
form li.back label {
	width: 120px;
}
form .submit label:hover {
	background-color: #e7316e;
}
input[type="submit"] {
	cursor: pointer;
	font-size: 142%;
	font-weight: bold;
	color: #fff;
	background: url(../img/arrow_btn04.png) no-repeat right 49%;
	background-size: 10px auto;
	border: 0;
	padding-right: 20px;
}
form li.submit input[type="submit"],
form p.submit input[type="submit"] {
	height: 55px;
	line-height: 56px;
}
input[type="button"] {
	cursor: pointer;
	font-size: 142%;
	font-weight: bold;
	color: #333;
	background-color: #f2f0e9;
	background: url(../img/arrow_btn11.png) no-repeat left 49%;
	background-size: 10px auto;
	border: 0;
	padding-left: 20px;
}
form li.back input[type="button"] {
	height: 55px;
	line-height: 56px;
}
form .back label:hover {
	background-color: #e8e8e7;
}

/* formLayout
---------------------------------------------*/
.box.formLayout form > div {
	margin-top: 35px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px 0 25px;
}
.box.formLayout form > div p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.box.formLayout form > div p a {
	display: inline-block;
	color: #f25388;
}
.box.formLayout form > div p a:hover {
	text-decoration: underline;
}
.box.formLayout form > div label {
	font-weight: bold;
	padding-top: 2px;
}
.box.formLayout form > div input[type="checkbox"] + label:before {
	background: url(../img/icon_checkbox03.png) no-repeat left bottom;
	background-size: 20px auto;
	top: 0;
}
.box.formLayout form > div input[type="checkbox"]:checked + label:before {
	background: url(../img/icon_checkbox03.png) no-repeat left top;
	background-size: 20px auto;
}
.box.formLayout form > div .errtxt {
	margin: 10px 0 0;
}

.box.formLayout table {
	margin-top: 25px;
}
form table {
	width: 100%;
	border: 1px solid #ddd;
	margin: 0 0 35px;
	font-size: 90%;
}
form table th {
	padding: 0 20px 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	line-height: 1.4;
	background: #f6f6f6;
	width: 200px;
	box-sizing: border-box;
}
form table th > div {
	position: relative;
}
form table td {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	width: 540px;
	box-sizing: border-box;
}
form table td span.dateNote {
	display: block;
	margin-top: 10px;
}
form table td p {
	margin-bottom: 15px;
}
form table th span {
	background: #f25388;
	color: #fff;
	font-size: 75%;
	padding: 2px 5px;
	margin-left: 8px;
	vertical-align: middle;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -10px;
}
form table th span.option {
	background: #aaa;
}

/* name */
form table td span.name {
	width: 34px;
	display: inline-block;
}
form table td.name input[type="text"] {
	margin-right: 15px;
}
form table td.name input[type="text"].lastChild {
	margin-right: 0;
}
form table td.name div div {
	display: inline-block;
}

/* address */
form table td.address p span {
	width: 85px;
	display: inline-block;
}
form table td.address p:first-child span {
	width: inherit;
}

/* search */
form table span.search {
	border: 1px solid #ddd;
	font-size: 86%;
	padding: 10px 20px;
	margin-left: 20px;
	cursor: pointer;
	background: #f6f6f6;
}
form table span.search:hover {
	border: 1px solid #aaa;
}

/* text */
form table td input.size01 {
	width: 80px;
}
form table td input.size02 {
	width: 120px;
}
form table td input.size03 {
	width: 350px;
}
form table td input.size04 {
	width: 50px;
}

/* button */
form table td a.btn {
	float: right;
	display: inline-block;
	color: #fff;
	background-color: #f25388;
	padding: 9px 15px 8px;
}
form table td a.btn span {
	padding-right: 15px;
	background: url(../img/arrow_btn04.png) no-repeat right center;
	background-size: 8px auto;
}
form table td a.btn:hover {
	background-color: #e7316e;
}
form p.submit {
	text-align: center;
}

/* err */
form table td input.error {
	background-color: #ffebf2;
}
form span.errtxt {
	display: block;
	color: #f25388;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}


/* confirm */
#wrapper.confirm #contentsWrap {
	margin: 0 auto;
	float: none;
}
#wrapper.confirm .formLayout,
#wrapper.confirm .formLayout table {
	margin-top: 0;
}

/* end */
#wrapper.end #contentsWrap {
	margin: 0 auto;
	float: none;
}
#wrapper.end p.lead {
	line-height: 1.6;
	text-align: center;
}
#wrapper.end p.lead b {
	display: block;
	font-size: 143%;
	color: #f25388;
}
#wrapper.end p.btn {
	text-align: center;
}
#wrapper.end p.btn a {
	display: inline-block;
	color: #fff;
	padding: 15px 20px;
	background-color: #f25388;
	border-radius: 50px;
	margin-top: 60px;
}

/* gmo
---------------------------------------------*/
dl.gmo {
	margin-top: 40px;
	overflow: hidden;
}
dl.gmo dt {
	float: left;
	width: 100px;
}
dl.gmo dd {
	margin-left: 120px;
	line-height: 1.5;
}

/* 品質保証
---------------------------------------------*/
.quality {
	border: 1px solid #ddd;
	margin-top: 40px;
	padding: 23px 30px;
}
.quality dt {
	font-weight: bold;
	color: #e7346e;
	margin-bottom: 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.quality dd {
	line-height: 1.5;
}
.quality dd + dd {
	margin-top: 20px;
}

/* -----------------------------------------------------------------------------

	おすすめコンテンツ
  
----------------------------------------------------------------------------- */
.recommendContents {
	padding: 30px;
	margin: 30px 0 0;
	background: #f6f6f6;
	max-height: 400px;
	overflow: hidden;
}
.recommendContents .ttl {
	font-size: 160%;
	line-height: 1.5;
	margin: 0 0 15px !important;
	color: #e7346e;
}
.recommendContents > div {
	margin: 36px 0 0;
	display: flex;
	justify-content: space-between;
}
.recommendContents > div > p {
	width: 356px;
}
.recommendContents > div > p img {
	width: 100%;
	height: auto;
}
.recommendContents > div > dl {
	width: 304px;
}
.recommendContents > div > dl dt {
	font-weight: bold;
	font-size: 114%;
	line-height: 1.7;
}
.recommendContents > div > dl dd {
	font-size: 86%;
	margin: 10px 0 0;
	line-height: 1.7;
}

}