@charset "UTF-8";


/* *****************************************************
 *	root
 *	link
 *	layout
 *	pagetop
 *	breadcrumb
 *	footer
 *	header
 *	nav
 *	slider
 *	bxslider
 *	chiebukuro
 *	banner
 *	guide button
 *	section title
 *	print
 * *****************************************************/


/* *****************************************************
 *	root
 * *****************************************************/
* {
	margin: 0;
	padding: 0;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	border:none;
}

html {
	font-size: 62.5%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

p,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,dl,dt,dd,p,caption,th,td,form,input,textarea,blockquote,embed,object{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

input, select, textarea {
	vertical-align:middle;
	position:relative;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html .clearfix{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html .clearfix{
		zoom: 1;
	}

/* *****************************************************
 *	link
 * *****************************************************/
a:link,a:visited,a:hover,a:active{
	text-decoration:none;
}

a:link{
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#515152;
}

a:focus {
	color:#000;
}

/* *****************************************************
 *	layout
 * *****************************************************/
/* whole
-------------------------------------------------------*/
body{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#000;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
}

div.pageWrap{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	width:100%;
	height:100%;
	min-height: 100vh;
	flex-direction: column;
	-ms-flex-direction: column;
	text-align:left;
}

div.container{
	flex-direction: column;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width:100%;
	padding:40px 0 50px;
}

div.contents{
	width:1000px;
	margin:0 auto;
}

div.article-contents,
div.article-aside{
	width:1000px;
	margin:0 auto;
}

.fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99;
}

nav.global .mainmenu li a.active {
	background:#ca003a;
	color:#fff;
}

/* *****************************************************
 * global menu
 * *****************************************************/
nav.global .mainmenu {
	justify-content: space-between;
}

nav.global .mainmenu li {
	width: calc(100% / 12) !important;
	border-left: 1px #ca003a solid;
	box-sizing: border-box;
}

nav.global .mainmenu li:last-child {
	border-right: 1px #ca003a solid;
}

nav.global .mainmenu li::before {
    display: none !important;
}

nav.global .mainmenu li:last-child::after {
    display: none !important;
}

/* *****************************************************
 *	footer
 * *****************************************************/
footer div.footer-credit-wrapper div.footer-outline-contents a,
div.spfooter div.footer-inner-wrapper div.footer-outline-contents a {
	text-decoration: underline;
}

/* *****************************************************
 *	breadcrumb
 * *****************************************************/
ul.breadcrumb{
	position: absolute;
	top:5px;
	left:50%;
	margin-left:-500px;

	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	width:1000px;
}

ul.breadcrumb li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;

	position:relative;
	padding:0 6px 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:25px;
}

ul.breadcrumb li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display:block;
	width:4px;
	height:7px;
	margin-top:-4px;
	background:url(../images/arrow_breadcrumb.png) left top no-repeat;
	z-index: 1;
}

ul.breadcrumb li:first-child{
	padding:0 6px 0 0;
}

ul.breadcrumb li:first-child::before{
	display:none;
}

div.mapmenuList{
	padding:0 20px 0 50px;
}

div.mapmenuList ul{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	width:100%;
	list-style-type:none;
}

div.mapmenuList ul li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;

	position:relative;
	width:50%;
	padding:8px 0 8px 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.0;
}

div.mapmenuList ul li::before{
	content: "・";
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 1;
}

div.mapmenuList ul:first-of-type{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #fff solid;
}

div.outlineSec{
	margin-bottom:60px;
	padding:0 40px 0 25px;
}

div.outlineSec > h2{
	margin-bottom:20px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:1.7;
}

div.outlineSec > h2 > span{
	font-size: 16px;
	font-size: 1.6rem;
}

div.outlineSec p{
	margin-bottom:15px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.7;
}

div.outlineSec > aside{
	margin-bottom:25px;
	padding:10px;
	border:1px #fff solid;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
}

div.outlineSec > ul{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
	width:100%;
	list-style-type:none;
}

div.outlineSec > ul li{
	position: relative;
	padding:0 20px;
	border-right:1px #fff solid;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.0;
	letter-spacing:-0.05em;
	text-align:center;
}

div.outlineSec > ul li:first-child{
	border-left:1px #fff solid;
}

div.outlineSec > ul li:nth-child(3){
	-webkit-flex: 1;
	flex: 1;
	padding:0 5px;
}

.login{
	width:21px;
	height:26px;
	margin:2px auto 8px;
}

.cart{
	width:28px;
	height:28px;
	margin:1px auto 7px;
}

.heart{
	width:26px;
	height:25px;
	margin:2px auto 9px;
}

.check{
	width:31px;
	height:26px;
	margin:2px auto 8px;
}

.mypage{
	width:26px;
	height:26px;
	margin:2px auto 8px;
}

.freedial{
	width:154px;
	height:20px;
	margin:2px auto 5px;
}

@media all and (-ms-high-contrast:none){
*::-ms-backdrop,
	header,
	footer{
		height:auto;
	}

	div.container{
		flex:none;
	}
}



/* pre shooting
-------------------------------------------------------*/
div.wrap-shoot{
	margin-bottom:30px;
	padding:20px 0;
}

ul.preshoot{
	width:1000px;
	height:248px;
	margin:0 auto;
	list-style-type:none;
}

ul.preshoot li{
	width:184px;
	height:248px;
	line-height:0;
}

ul.history{
	width:1000px;
	height:276px;
	margin:0 auto;
	list-style-type:none;
	overflow: hidden;
}

ul.history li{
	width:184px;
	height:276px;
	line-height:0;
}

div.slider-full-sec{
	width:100%;
	background:#dcdcdc;
}


/* voice
-------------------------------------------------------*/
div.wrap-voice{
	margin-bottom:40px;
	padding:15px 0;
}

ul.voice{
	width:1000px;
	height:170px;
	margin:0 auto;
	list-style-type:none;
}

ul.voice li{
	position:relative;
	width:235px;
	margin-right:20px;
	padding:10px;
	background:#fff;
}

	ul.voice li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html ul.voice li{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html ul.voice li{
		zoom: 1;
	}

ul.voice li > span{
	display:block;
	float:left;
	width:100px;
	height:150px;
}

ul.voice li > dl{
	float:right;
	width:105px;
	height:133px;
	margin-bottom:17px;
}

ul.voice li > dl dt{
	line-height:1.5;
}

ul.voice li > dl dd{
	padding:10px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.4;
}

ul.voice li > a{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display:block;
	color:#e9546b;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.voice li > a > span{
	position:relative;
	padding-left:10px;
}

ul.voice li > a > span::before{
	content: "≫";
	position:absolute;
	top:3px;
	left:0;
	font-family: "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	z-index: 1;
}

ul.voice li > a:link,
ul.voice li > a:visited{
	color:#e9546b;
}

ul.voice li > a:hover{
	color:#e9546b;
}

/* *****************************************************
 *	bxslider
 * *****************************************************/
.bx-wrapper {
	max-width:1000px !important;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	font-size: 0;
	padding-top: 10px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -16px;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #aaaaaa;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #eb6383;
}

.bx-wrapper .bx-viewport{
	background:none;
	border:none;
	box-shadow: 0 0 0;
	left:0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 31px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: -55px;
	background: url(../bxslider/control_prev.png) left top no-repeat;
}

.bx-wrapper .bx-next {
	right: -55px;
	background: url(../bxslider/control_next.png) left top no-repeat;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

a.bx-prev {
	position: absolute;
	width: 22px;
	height: 42px;
	left: 0;
}

a.bx-next {
	position: absolute;
	width: 22px;
	height: 42px;
	right: 0;
}

/* *****************************************************
 *	caution always
 * *****************************************************/
 div.caution_always{
	margin:60px 0 20px;
	padding:15px;
	border: 1px #c5c5c5 solid;
	text-align:center;
	box-shadow: 0 0 2px #e1e1e1;
	-moz-box-shadow: 0 0 2px #e1e1e1;
	-webkit-box-shadow: 0 0 2px #e1e1e1;
}

/* *****************************************************
 *	chiebukuro
 * *****************************************************/
div.chiebukuro ul{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	width:100%;
	margin:-10px 0 50px;
	padding:16px 45px;
	border-top:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	list-style-type:none;
}

div.chiebukuro ul li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;

	width:50%;
	padding:9px 60px;
	color:#e9546b;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:bold;
	line-height:1.0;
}

div.chiebukuro ul li a:link,
div.chiebukuro ul li a:visited{
	color:#e9546b;
}

/* *****************************************************
 *	banner
 * *****************************************************/
ul.banner{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	width:1000px !important;
	margin:0 auto 50px;
	list-style-type:none;
}

 /* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, ul.banner { display: block; }
}

ul.banner > li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;

	width:480px;
	line-height:0;
}

ul.banner > li:first-child{
	margin-right:40px;
}

ul.banner > li > a{
	display:block;
}

/* *****************************************************
 *	section title
 * *****************************************************/
div.container h3{
	position:relative;
	width:1000px;
	margin:0 auto 20px;
	text-align:center;
	line-height:0;
}

div.container h3 > span{
	position:absolute;
	top:0;
	right:0;
	color:#e9546b;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.3;
}

div.container h3 > span a{
	position:relative;
	padding-left:15px;
}

div.container h3 > span a::before{
	content: "≫";
	position:absolute;
	top:1px;
	left:0;
	font-family: "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.4;
	z-index: 1;
}

div.container h3 > span a:link,
div.container h3 > span a:visited{
	color:#e9546b;
}

div.container h3 > span a:hover{
	color:#e9546b;
}

div.pagetitle{
	padding:20px 0 40px;
/*
	background:#EB6383;
*/
	line-height:0;
}

/* *****************************************************
 *	headline
 * *****************************************************/
div.pageHead{
	width:1000px;
	margin:0 auto;
}

div.pageHead > p{
	margin-bottom:35px;
	line-height:1.5;
}

/* *****************************************************
 *	headline table
 * *****************************************************/
dl.headTable{
	width:100%;
	padding:15px 0 25px;
}

dl.headTable dt{
	padding:25px 15px 0;
	border-top:1px #ddd solid;
	font-weight:700;
}

dl.headTable dd{
	padding: 15px;
	line-height:1.6;
}

dl.headTable > dt:first-child{
	padding:25px 15px 0;
	border-top: 1px #ddd solid;
}

dl.headTable > dd:last-child{
	border-bottom: 1px #ddd solid;
}


/* *****************************************************
 *	fancybox
 * *****************************************************/
.fancybox-title-over-wrap {
	width: 100%;
	padding: 10px;
}
.fancybox-skin {
	padding:10px 10px 10px !important;
	background: #fff;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-nav span {
	width: 30px;
	height: 72px;
	margin-top: -36px;
}

#fancybox-loading{
	background-image: url(../fancybox/fancybox_sprite.png);
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image:url(../fancybox/sprite.png);
}

.fancybox-prev span {
	left: -5px;
	background-position: 0 0;
}

.fancybox-next span {
	right: -5px;
	background-position: 30px 0;
}

.fancybox-close {
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-position: 0 -72px;
}

.fancybox-title-inside-wrap {
	padding:8px 0 0;
}

.fancybox-title {
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align:center;
}


/* *****************************************************
 *
 * *****************************************************/

.slider {
	position: relative;
	width: 1000px;
	height: 250px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.slider ul {
	width: 100%;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
}

.bx-wrapper .bx-pager {
	font-size: 0;
	padding-top: 14px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #808080;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ca003a;
}

.navi-btn {
	position: absolute;
	top: 104px;
	display: block;
	width: 22px;
	height: 42px;
}

.feed-prev-btn {
	left: 10px;
}

.feed-next-btn {
	right: 10px;
}



.topattractive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 25px;
}
.topattractive li {
	position: relative;
	width: 320px;
}
.topattractive li:not(:last-child) {
	margin-right: 20px;
}
.topattractive li::before, .topattractive li::after {
	content: "";
	position: absolute;
	bottom: 8px;
	display: block;
	width: 50%;
	height: 50%;
	z-index: -1;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.25);
}
.topattractive li::before {
	left: 10px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.topattractive li::after {
	right: 10px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

div.container h3.title_calendar{
	font-size:16px;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.6;
	color:#e95383;
}

div.container h3.subtitle{
	position: relative;
	margin-bottom:10px !important;
	height:40px;
	background-color:#e0e0e0;
}
div.container h3.subtitle img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul.banner {
	margin-bottom:20px;
}
ul.banner > li{
	margin-bottom:50px;
}
ul.banner > li:nth-child(odd){
	margin-right:40px;
}
ul.banner > li > a img:hover{
	opacity: 0.8;
	cursor:pointer;
}

div.banner_area {
	width: 1000px;
	margin: 0 auto 60px;
	text-align: center;
}
ul.banner_s{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	/* width:1000px !important; */
	margin:0 auto 40px;
	list-style-type:none;
}

ul.banner_s > li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;

	width:235px;
	margin-right:20px;
	line-height:0;
}

ul.banner_s > li:last-child{
	margin-right:0;
}

ul.banner_s > li > a{
	display:block;
}

ul.banner_s > li > a img:hover{
	opacity: 0.8;
	cursor:pointer;
}

ul.attractive{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;

	width:100%;
	list-style-type:none;
	margin-bottom:10px;
}
ul.attractive li{
	width:242px;
	line-height:0;
}

ul.attractive li:not(:last-child){
	margin-right:11px;
}

ul.attractive li:first-child{
	margin-right:10px;
}

ul.attractive li > a img:hover{
	opacity: 0.8;
	cursor:pointer;
}
ul.attractive.top{
	margin:10px 0 20px;
}
ul.attractive.bottom{
	margin-bottom:60px;
}

ul.use{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;

	width:1000px;
	margin:0 auto 10px;
	list-style-type:none;
}
ul.use li > a img:hover{
	opacity: 0.8;
	cursor:pointer;
}
ul.use.graduation li{
	width:230px;
	line-height:0;
}
ul.use.houmongi li{
	width:116px;
}
ul.use.houmongi li dt{
	line-height:0;
}
ul.use.houmongi li dd{
	padding:9px 0;
	font-size:1.2rem;
	line-height:1.4;
	text-align:center;
}

/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, ul.banner_s { display: block; }
}

/* *****************************************************
 *	print
 * *****************************************************/
@media print{
	body {
		overflow: visible;
	}
}


/* *****************************************************
 *	shop only
 * *****************************************************/
header div.store{
	position:absolute;
	top:62px;
	left:400px;

	word-spacing: normal;
	vertical-align:top;
	width:50px;
	text-align:center;
}

header div.store a{
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing:-0.1em;
	text-align:center;
}

header div.store svg{
	display:block;
	overflow: hidden;
	fill: #eb6383;
	width:50px;
	height:47px;
}

header div.store use{
	width:100%;
}


/* *****************************************************
 *
 * *****************************************************/
header .header-inner-wrapper .function ul li {
	position: relative;
}

header .header-inner-wrapper .function ul li svg {
	fill: #ca003a;
}

header .header-inner-wrapper .function ul li svg.contact {
	width: 32px;
	height: 20px;
	margin: 2px auto 8px;
}

header .header-inner-wrapper .function ul li a.active svg.heart {
	fill: #e48322;
}

header .header-inner-wrapper .function ul li div.count {
	position: absolute;
	top: 9px;
	left: 0;
	width: 61px;
	height: 14px;
	margin: 0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

header .header-inner-wrapper .function ul li div.shitami {
	position:absolute;
	top:6px;
	left:50%;
	width:20px;
	height:14px;
	margin:0 0 0 -8px;
	color:#fff;
	font-size:10px;
	font-size:1rem;
	font-weight:bold;
	text-align:center;
}

p.visit_reserve {
	position: relative;
	width: 1000px;
	margin: 0 auto 30px;
}

p.visit_reserve::before {
	left: 10px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

p.visit_reserve::after {
	right: 10px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

p.visit_reserve::before,
p.visit_reserve::after {
	content: "";
	position: absolute;
	bottom: 10px;
	display: block;
	width: 50%;
	height: 50%;
	z-index: -1;
	box-shadow: 0 12px 8px rgba(0, 0, 0, 0.25);
}

/* *****************************************************
 *
 * *****************************************************/
.standard-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 30px 0;
}

.standard-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 225px;
	height: 80px;
}

.standard-list li:not(:last-child) {
	margin-right: 10px;
}

.standard-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 90px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	font-family: "游ゴシック","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.standard-list li a::before {
	content: "";
	display: block;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.standard-list li:nth-child(1) a::before {
	left: 10px;
	width: 60px;
	height: 50px;
	background: url(/common/images/svg/bnr_fullset.svg) center center/contain no-repeat;
}

.standard-list li:nth-child(2) a::before {
	left: 10px;
	width: 60px;
	height: 50px;
	background: url(/common/images/svg/bnr_term.svg) center center/contain no-repeat;
}

.standard-list li:nth-child(3) a::before {
	left: 10px;
	width: 60px;
	height: 60px;
	background: url(/common/images/svg/bnr_no_cleaning.svg) center center/contain no-repeat;
}

.standard-list li:nth-child(4) a::before {
	left: 12px;
	width: 60px;
	height: 57px;
	background: url(/common/images/svg/bnr_free_shipping.svg) center center/contain no-repeat;
}

.standard-list li:not(:last-child) {
	margin-right: 10px;
}

.standard-list li:nth-child(1) a {
	background: #ea608c;
}

.standard-list li:nth-child(2) a {
	background: #c8814a;
}

.standard-list li:nth-child(3) a {
	background: #56938c;
}

.standard-list li:nth-child(4) a {
	background: #68677a;
}

/* *****************************************************
 *
 * *****************************************************/
 p.bnr_sns {
	width: 1000px;
	margin: 30px auto;
	text-align: center;
}
