@charset "utf-8";
/*=================================
	Heading
================================ */
.heading02 *,
.heading03 *,
.heading04 *,
.heading05 * {
	color: #000000;
}
.heading04 + p {
	margin-top: 0;
}
.heading05 + p {
	margin-top: 10px;
}

/* heading01
-------------------------------- */
.heading01 {
	margin-top: 25px;
	font-size: 32px;
	font-size: 3.2rem;
}
.heading01 a.heading01Link {
	position: relative;
	display: inline-block;
	min-width: 190px;
	margin-left: 19px;
	padding: 7px 30px;
	background-color: #ffffff;
	background-image: url(/common/img/com_ic01.png);
	background-size: 5px 8px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	border: solid 1px #585858;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.heading01 a.heading01Link:hover {
	background-color: #f1f1f1;
}

/* heading02
-------------------------------- */
.heading02 {
	margin-top: 55px;
	font-size: 27px;
	font-size: 2.7rem;
	text-align: center;
}
.heading02 a {
	text-decoration: none;
}
.heading02 a:before {
	display: inline-block;
	width: 9px;
	height: 16px;
	margin: 0 11px 4px 0;
	background: url(/common/img/com_ic01.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.heading02 a:hover {
	text-decoration: underline;
}

/* heading03
-------------------------------- */
.heading03 {
	margin-top: 40px;
	padding: 7px 20px;
	background: #f6f6f6;
	font-size: 24px;
	font-size: 2.4rem;
}
.heading03 .subTitle {
	display: block;
	margin-bottom: -6px;
	font-size: 13px;
	font-size: 1.3rem;
}

/* heading04
-------------------------------- */
.heading04 {
	position: relative;
	margin-top: 35px;
	padding: 13px 0;
	border-top: solid 2px #231815;
	font-size: 21px;
	font-size: 2.1rem;
}
.heading04:before {
	position: absolute;
	top: 1px;
	width: 100%;
	height: 1px;
	background: #231815;
	content: "";
}

/* heading05
-------------------------------- */
.heading05 {
	margin-top: 25px;
	font-size: 18px;
	font-size: 1.8rem;
}


/*=================================
	Text
================================ */

/* text decoration
-------------------------------- */
.bold {
	font-weight: bold;
}
.textColor01 {
	color: #e6001a;
}

/* leadText
-------------------------------- */
.leadText01 {
	color: #000000;
	font-size: 20px;
	font-size: 2.0rem;
}
.leadText02 {
	color: #c7133a;
	font-size: 22px;
	font-size: 2.2rem;
}
.leadText03 {
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
}

/* textIndent
-------------------------------- */
p.textIndent {
	padding-left:2.6em;
	text-indent:-2.6em;
}


/*=================================
	List
================================ */

/* noteList
-------------------------------- */
.noteList01 {
	padding: 0;
	list-style: none;
}
.noteList01 li {
	list-style: none;
}
.noteList01 {
	margin-top: 20px;
}
li > .noteList01 {
	margin-top: 5px;
}
.noteList01 > li {
	margin-top: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.noteList01 > li:before {
	margin-right: 0.5em;
	content: "※";
}
.noteList01 > li:first-child {
	margin-top: 0;
}

/* noteNumList
-------------------------------- */
.noteNumList01 {
	padding: 0;
	list-style: none;
}
.noteNumList01 li {
	list-style: none;
}
.noteNumList01 {
	margin-top: 20px;
	counter-reset: noteNumList01;
}
li > .noteNumList01 {
	margin-top: 5px;
}
.noteNumList01 > li {
	margin-top: 5px;
	padding-left: 2.0em;
	text-indent: -2.0em;
}
.noteNumList01 > li:nth-child(n+10) {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.noteNumList01 > li:before {
	margin-right: 0.5em;
	counter-increment: noteNumList01;
	content: "※" counter(noteNumList01);
}
.noteNumList01 > li:first-child {
	margin-top: 0;
}

/* iconList
-------------------------------- */
.iconList01,
.iconList02,
.iconList03 {
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
.iconList01 li,
.iconList02 li,
.iconList03 li {
	list-style: none;
}
li > .iconList01,
li > .iconList02,
li > .iconList03 {
	margin-top: 5px;
}
.iconList01 > li {
	margin-top: 5px;
	padding-left: 20px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0.3em;
	font-size: 16px;
	font-size: 1.6rem;
}
.iconList02 > li {
	margin-top: 5px;
	padding-left: 20px;
	background: url(/common/img/com_ic03.png) no-repeat 0 0.5em;
	font-size: 14px;
	font-size: 1.4rem;
}
.iconList03 > li {
	margin-top: 5px;
	padding-left: 20px;
	background: url(/common/img/com_ic04.png) no-repeat 2px 0.5em;
	font-size: 12px;
	font-size: 1.2rem;
}
.iconList01 > li:first-child,
.iconList02 > li:first-child,
.iconList03 > li:first-child {
	margin-top: 0;
}
.numList02 li .iconList01 li{
	padding-left:45px;
	font-size:1.0em;
	
}

/* numList
-------------------------------- */
.numList01,
.numList02 {
	padding: 0;
	list-style: none;
}
.numList01 li,
.numList02 li {
	list-style: none;
}
.numList01 {
	margin-top: 20px;
	counter-reset: numList01;
}
.numList02 {
	margin-top: 20px;
	counter-reset: numList02;
}
li > .numList02 {
	margin-top: 5px;
}
.numList01 > li {
	margin-top: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 16px;
	font-size: 1.6rem;
}
.numList02 > li {
	margin-top: 5px;
	padding-left: 2.0em;
	text-indent: -2.0em;
	font-size: 14px;
	font-size: 1.4rem;
}
.numList01 > li:nth-child(n+10) {
	padding-left: 2.0em;
	text-indent: -2.0em;
}
.numList02 > li:nth-child(n+10) {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.numList01 > li:first-child,
.numList02 > li:first-child {
	margin-top: 0;
}
.numList01 > li:before {
	margin-right: 0.5em;
	counter-increment: numList01;
	content: counter(numList01)".";
}
.numList02 > li:before {
	margin-right: 0.5em;
	counter-increment: numList02;
	content: "("counter(numList02)")";
}


/*=================================
	ColType
================================ */
.autoColType,
.twoColType,
.threeColType,
.fourColType,
.sixColType {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.autoColType {
	overflow: hidden;
	margin-top: 10px !important;
}
.autoColType > li {
	margin-right: 40px;
}
.autoColType > li:first-child {
	margin-top: 10px !important;
}
.twoColType > li {
	width: 48%;
	margin-top: 10px;
	margin-right: 4%;
}
.threeColType > li {
	width: 31%;
	margin-top: 10px;
	margin-right: 3.5%;
}
.fourColType > li {
	width: 22%;
	margin-top: 10px;
	margin-right: 4%;
}
.sixColType > li {
	width: 15%;
	margin-top: 10px;
	margin-right: 2%;
}
.rightJustify {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 0 !important;
	margin-right: -40px;
}
.twoColType > li:nth-child(2n),
.threeColType > li:nth-child(3n),
.fourColType > li:nth-child(4n),
.sixColType > li:nth-child(6n) {
	margin-right: 0;
}
.twoColType > li:nth-child(-n+2),
.threeColType > li:nth-child(-n+3),
.fourColType > li:nth-child(-n+4),
.sixColType > li:nth-child(-n+6) {
	margin-top: 0;
}


/*=================================
	DefineList
================================ */
.defineList01 {
	margin-top: 20px;
}
.defineList02 {
	display: table;
	margin-top: 20px;
}
.defineList03 {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.defineList01 + .defineList01,
.defineList02 + .defineList02,
.defineList03 + .defineList03 {
	margin-top: 15px;
}
.defineList01 dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.defineList02 dt {
	display: table-cell;
	white-space: nowrap;
	font-weight: bold;
}
.defineList02 dt:after {
	content: "：";
}
.defineList03 dt {
	position: relative;
	display: table-cell;
	width: 11em;
	text-align: center;
}
.defineList03 dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "[";
}
.defineList03 dt:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "]";
}
.defineList02 dd {
	display: table-cell;
}
.defineList03 dd {
	display: table-cell;
	padding-left: 13px;
}
.defineList03 dd > *:first-child {
	margin-top: 0;
}


/*=================================
	Link
================================ */
/* Link underline effect
-------------------------------- */
.linkEffect {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
	transition: .3s;
}
.linkEffect > * {
	text-decoration: none !important;
}
.linkEffect:hover {
	text-decoration: none !important;
}
.linkEffect:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #3f3f3f;
	content: "";
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.linkEffect:hover:after {
	width: 100%;
}

/* innerLink
-------------------------------- */
a.innerLink[target="_blank"]:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
a.innerLink[href$=".pdf"]:after,
a.innerLink[href*=".pdf#"]:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}

/* iconLink
-------------------------------- */
.iconLink01 {
	margin-top: 20px;
}
.iconLink01 a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
}
.iconLink01 a:hover {
	text-decoration: underline;
}
.iconLink01 a:before {
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(/common/img/com_ic05.png) no-repeat 0 0;
	content: "";
}
.iconLink01 a[target="_blank"]:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.iconLink01 a[href$=".pdf"]:after,
.iconLink01 a[href*=".pdf#"]:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}

/* movieLink
-------------------------------- */
.movieLink {
	margin-top: 20px;
}
.movieLink a {
	position: relative;
	padding-left: 20px;
}
.movieLink a:before {
	position: absolute;
	top: 0.1em;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url(/common/img/com_ic08.png) no-repeat 0 0;
	content: "";
}

/* iconLinkList
-------------------------------- */
.iconLinkList01 {
	margin-top: 20px;
}
.iconLinkList01 li {
	margin-top: 10px;
}
.iconLinkList01 li:first-child {
	margin-top: 0;
}
.iconLinkList01 li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.iconLinkList01 li a:before {
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(/common/img/com_ic05.png) no-repeat 0 0;
	content: "";
}
.iconLinkList01 li a[target="_blank"]:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.iconLinkList01 li a[href$=".pdf"]:after,
.iconLinkList01 li a[href*=".pdf#"]:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}

/* btnType */
.iconLinkList01.btnType li {
	padding-bottom: 15px;
	border-bottom: solid 1px #eaeaea;
}
.iconLinkList01.btnType li > span,
.iconLinkList01.btnType li > span > a,
.iconLinkList01.btnType li > a {
	display: block;
}


/* Anchor Link
-------------------------------- */
/* iconLinkList01 + ancType */
.iconLinkList01.ancType {
	margin-top: 0;
}
.iconLinkList01.ancType li {
	margin-top: 25px !important;
	padding-bottom: 15px;
	border-bottom: solid 1px #eaeaea;
}
.iconLinkList01.ancType li > span,
.iconLinkList01.ancType li > span > a,
.iconLinkList01.ancType li > a {
	display: block;
}
.iconLinkList01.ancType li a {
	padding-left: 20px;
}
.iconLinkList01.ancType li a:before {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(/common/img/com_ic11.png) no-repeat 0 0;
	content: "";
}

/* thumbnailAnchor */
.iconLinkList01 li.thumbnailAnchor {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 7px;
	padding-bottom: 7px;
}
.iconLinkList01 li.thumbnailAnchor .thumbnailImg {
	margin-right: 12px;
}
.iconLinkList01 li.thumbnailAnchor .thumbnailImg + span,
.iconLinkList01 li.thumbnailAnchor .thumbnailImg + span > a,
.iconLinkList01 li.thumbnailAnchor .thumbnailImg + a {
	width: 100%;
}


/*=================================
	Button Link
================================ */
.btnLink01,
.btnLinkList01 {
	margin-top: 20px;
}
.btnLink01.sizeFull a {width: 100%;}
.btnLink01.sizeL a {width: 480px;}
.btnLink01.sizeM a {width: 310px;}
.btnLink01.sizeS a {width: 220px;}

.btnLinkList01 li {
	display: table;
	margin-top: 10px;
}
.btnLink01 a,
.btnLinkList01 li a {
	position: relative;
	display: inline-block;
	min-width: 220px;
	padding: 12px 30px;
	background-color: #ffffff;
	border: solid 1px #585858;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
}
.btnLinkList01 li a {
	display: table-cell;
	min-width: auto;
	width: 100%;
	vertical-align: middle;
}
.btnLink01.emType a,
.btnLinkList01.emType li a {
	background-color: #141212;
	color: #ffffff;
}
.btnLink01.emType.ancType a,
.btnLinkList01.emType.ancType li a {
	padding: 12px 20px 12px 50px;
	background-image: url(/common/img/com_ic28.png);
	background-repeat: no-repeat;
	background-position: 25px 50%;
}
.btnLink01 a:hover,
.btnLinkList01 li a:hover {
	background-color: #f1f1f1;
}
.btnLink01.emType a:hover,
.btnLinkList01.emType li a:hover {
	background-color: #3b3535;
}
.btnLink01 a[target="_blank"]:after,
.btnLinkList01 li a[target="_blank"]:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0;
	content: "";
}
.btnLink01.emType a[target="_blank"]:after,
.btnLinkList01.emType li a[target="_blank"]:after {
	width: 11px;
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
}
.btnLink01 a[href$=".pdf"]:after,
.btnLink01 a[href*=".pdf#"]:after,
.btnLink01.emType a[href$=".pdf"]:after,
.btnLink01.emType a[href*=".pdf#"]:after,
.btnLinkList01 li a[href$=".pdf"]:after,
.btnLinkList01 li a[href*=".pdf#"]:after,
.btnLinkList01.emType li a[href$=".pdf"]:after,
.btnLinkList01.emType li a[href*=".pdf#"]:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	content: "";
}
.btnLinkList01.shopInfoType {
	text-align: center;
	letter-spacing: -.40em;
}
.btnLinkList01.shopInfoType li {
	display: inline-block;
	width: 48%;
	margin-top: 0;
	letter-spacing: normal;
}
.btnLinkList01.shopInfoType li.mapBtn + li.storeBtn {
	margin-left: 4%;
}
.btnLinkList01.shopInfoType li a {
	display: block;
	width: 100%;
	padding-left: 40px;
}
.btnLinkList01.shopInfoType li.mapBtn a {
	background-image: url(/common/img/com_ic29.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.btnLinkList01.shopInfoType li.storeBtn a {
	background-image: url(/common/img/com_ic30.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}


/* closeType
-------------------------------- */
.btnLink01.closeType a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px 3px 0;
	background: url(/common/img/com_ic09.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}

/* linkEffect
-------------------------------- */
.btnLink01 a .linkEffect,
.btnLinkList01 li a .linkEffect {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
	transition: .3s;
}
.btnLink01 a .linkEffect:after,
.btnLinkList01 li a .linkEffect:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #3f3f3f;
	content: "";
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.btnLink01.emType a .linkEffect:after,
.btnLinkList01.emType li a .linkEffect:after {
	background-color: #ffffff;
}
.btnLink01 a:hover .linkEffect:after,
.btnLinkList01 li a:hover .linkEffect:after {
	width: 100%;
}


/*=================================
	Table
================================ */

/* tableHead
-------------------------------- */
.tableHead {
	margin-top: 25px;
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
}

/* spScroll
-------------------------------- */
.spScroll {
}
/*.spScroll {
	overflow-x: auto;
	-webkit-overflow-scrolling : touch;
	padding-bottom: 10px;
}
.spScroll > table {
	width: 800px;
}*/

/* spBreak
-------------------------------- */
.spBreak col {
}
.spBreak th,
.spBreak td {
}
/*.spBreak col {
	width: 100% !important;
}
.spBreak th,
.spBreak td {
	display: block;
	width: 100%;
}*/

/* Table layout
-------------------------------- */
.table01 {
	width: 100%;
	margin-top: 15px;
	border-top: solid 1px #e5e5e5;
}
.table02 {
	width: 100%;
	margin-top: 15px;
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	padding: 15px 24px;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #e5e5e5;
	text-align: left;
	vertical-align: top;
}
.table01 tr th:last-child,
.table01 tr td:last-child {
	border-right: none;
}
.table02 tr th:last-child,
.table02 tr td:last-child {
	border-right: solid 1px #e5e5e5;
}
.table01 th.level01,
.table02 th.level01 {
	background: #433e3c;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table01 th.level02,
.table02 th.level02 {
	background: #f3f3f3;
	text-align: center;
	vertical-align: middle;
}
.table01 th > *:first-child,
.table01 td > *:first-child,
.table02 th > *:first-child,
.table02 td > *:first-child {
	margin-top: 0;
}


/*=================================
	Column
================================ */

/* oneColumn, twoColumn, threeColumn, fourColumn
-------------------------------- */
.oneColumn01 {
	margin-top: 20px;
}
.twoColumn01,
.threeColumn01,
.fourColumn01,
.fiveColumn01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.twoColumn01.appealType,
.threeColumn01.appealType,
.fourColumn01.appealType,
.fiveColumn01.appealType {
	margin-top: 60px;
}
.twoColumn01 .col > *:first-child,
.threeColumn01 .col > *:first-child,
.fourColumn01 .col > *:first-child,
.fiveColumn01 .col > *:first-child {
	margin-top: 0;
}
.twoColumn01 .col {
	width: 48%;
	margin-right: 4%;
}
.threeColumn01 .col {
	width: 31%;
	margin-right: 3.5%;
}
.threeColumn01.imageColumn .col {
	width: 33.3%;
	margin-right: 0;
}
.fourColumn01 .col {
	width: 22%;
	margin-right: 4%;
}
.fourColumn01.imageColumn .col {
	width: 25%;
	margin-right: 0;
}
.fiveColumn01 .col {
	width: 17.2%;
	margin-right: 3.5%;
}
.twoColumn01 .col:nth-child(2n),
.threeColumn01 .col:nth-child(3n),
.fourColumn01 .col:nth-child(4n),
.fiveColumn01 .col:nth-child(5n) {
	margin-right: 0;
}
.twoColumn01 .col:nth-child(n+3),
.threeColumn01 .col:nth-child(n+4),
.fourColumn01 .col:nth-child(n+5),
.fiveColumn01 .col:nth-child(n+6) {
	margin-top: 30px;
}
.oneColumn01 .figure img,
.twoColumn01 .figure img,
.threeColumn01 .figure img,
.fourColumn01 .figure img,
.fiveColumn01 .figure img {
	max-width: 100%;
}
.heading03 + .figure {
	margin-top: 20px;
}
.verticalCenter {
	display: table;
}
.verticalCenter .figure {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.threeColumn01.equalHeight .heading03 a {
	display: block;
}


/* figure
-------------------------------- */
.figure.figureFix {
	margin: 0 auto;
}
.figure .caption {
	margin-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
a[target="_blank"] .figure .caption:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
a[href$=".pdf"] .figure .caption:after,
a[href$=".pdf#"] .figure .caption:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}

/* figureColumn
-------------------------------- */
.figureColumn01,
.figureColumn02 {
	margin-top: 20px;
}
.figureColumn01 .figureColR,
.figureColumn02 .figureColR {
	float: right;
	margin-left: 40px;
}
.figureColumn01 .figureColL,
.figureColumn02 .figureColL {
	float: left;
	margin-right: 40px;
}
.figureColumn01.textWraparound .figureColR,
.figureColumn02.textWraparound .figureColR,
.figureColumn01.textWraparound .figureColL,
.figureColumn02.textWraparound .figureColL {
	margin-bottom: 10px;
}
.figureColumn02 .figureColR .figure,
.figureColumn02 .figureColL .figure {
	float: left;
	margin: 0 0 0 40px;
}
.figureColumn02 .figureColR .figure:first-child,
.figureColumn02 .figureColL .figure:first-child {
	margin: 0;
}
.figureColumn01.staffType .figureColL .figure,
.figureColumn02.staffType .figureColL .figure {
	width: 310px;
}
.figureColumn01.staffType .figureColL .figure img,
.figureColumn02.staffType .figureColL .figure img {
	width: 100%;
}
.figureColumn01 .textCol,
.figureColumn02 .textCol {
	overflow: hidden;
}
.figureColumn01 .textCol > *:first-child,
.figureColumn02 .textCol > *:first-child {
	margin-top: 0;
}
.figureColumn01.textWraparound .textCol,
.figureColumn02.textWraparound .textCol {
	overflow: inherit;
}

/* linkColType01
-------------------------------- */
.linkColType01 .col a {
	position: relative;
	display: block;
}
.linkColType01 .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 20px;
	background: rgba(0,0,0,0.75);
	color: #ffffff;
	z-index: 10;
}
.linkColType01 .col a:hover .caption {
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity:1.0;
}
.linkColType01 .figure {
}

/* flowColumn
-------------------------------- */
/* flowColumn01 */
.flowColumn01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.flowColumn01 .col {
	width: 21%;
	padding-right: 5.5%;
	background: url(/common/img/com_ic23.png) no-repeat 93% 60px;
}
.flowColumn01 .col:last-child {
	width: 16%;
	padding-right: 0;
	background: none;
}
.flowColumn01 .col .figure {
	text-align: center;
}
.flowColumn01 .col .figure + p {
	margin-top: 5px;
}
.flowColumn01 .col .caption {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
/* flowColumn02 */
.flowColumn02 .twoColumn01 {
	padding-top: 90px;
	background: url(/common/img/com_ic24.png) no-repeat 50% 20px;
}
.flowColumn02 .twoColumn01:first-child {
	padding-top: 0;
	background: none;
}

/* courseMenuColumn
-------------------------------- */
.courseMenuColumn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.courseMenuColumn .basicCol {
	width: 58.6%;
	margin-right: auto;
}
.courseMenuColumn .limitedCol {
	width: 37.9%;
}
.courseMenuColumn .title {
	padding-bottom: 8px;
	border-bottom: solid 1px #cccccc;
	font-size: 18px;
	font-size: 1.8rem;
}
.courseMenuColumn .title span {
	font-size: 14px;
	font-size: 1.4rem;
}
.courseMenuColumn .menuList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
.courseMenuColumn .basicCol .menuList dl {
	width: 29%;
}
.courseMenuColumn .limitedCol .menuList dl {
	width: 44.8%;
}
.courseMenuColumn .menuList dt {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.courseMenuColumn .menuList dd {
	margin-top: 5px;
}
.courseMenuColumn .menuList dd .courseTitle {
	display: none;
}

/* mapColumn
-------------------------------- */
.mapColumn {
	max-width: 800px;
	margin: 20px auto 0;
	text-align: center;
}
.mapColumn iframe {
	width: 100%;
}

/* fixingType
-------------------------------- */
.threeColumn01.fixingType01 .figure,
.threeColumn01.fixingType03 .figure,
.fourColumn01.fixingType01 .figure,
.twoColumn01.fixingType02 .col .figure {
	position: relative;
}
.threeColumn01.fixingType01 .figure img,
.threeColumn01.fixingType03 .figure img,
.fourColumn01.fixingType01 .figure img,
.twoColumn01.fixingType02 .col .figure img {
	position: absolute;
	width: 100%;
}
.threeColumn01.fixingType01 .figure {
	overflow: hidden;
	width: 310px;
	height: 100px;
}
.threeColumn01.fixingType03 .figure {
	overflow: hidden;
	width: 310px;
	height: 155px;
}
.fourColumn01.fixingType01 .figure {
	overflow: hidden;
	width: 220px;
	height: 140px;
}
.twoColumn01.fixingType02 .col:first-child .figure {
	overflow: hidden;
	width: 480px;
	height: 660px;
}
.twoColumn01.fixingType02 .col:last-child .figure {
	overflow: hidden;
	width: 480px;
	height: 310px;
	margin-top: 40px;
}
.twoColumn01.fixingType02 .col:last-child .figure:first-child {
	margin-top: 0;
}
.threeColumn01.fixingType01 .figure + .caption,
.fourColumn01.fixingType01 .figure + .caption {
	margin-top: 5px;
}
.threeColumn01.fixingType03 .figure + .caption {
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}


/*=================================
	Box
================================ */
.box01 {
	margin-top: 20px;
	padding: 20px 30px;
	background: #ffffff;
	border: solid 1px #cccccc;
}
.box02 {
	margin-top: 20px;
	padding: 20px 30px;
	background: #eeeeee;
}
.box01 *:first-child,
.box02 *:first-child {
	margin-top: 0;
}
.box01 .heading05.iconLink01 a::before,
.box02 .heading05.iconLink01 a::before {
	top: 0.5em;
}
.box01 .figureColR,
.box02 .figureColR {
	margin-left: 20px;
}
.box01 .figureColL,
.box02 .figureColL {
	margin-right: 20px;
}


/*=================================
	Line
================================ */
.line01 {
	display: block;
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background: #dddddd;
	border: medium none;
}


/*=================================
	News
================================ */
/* newsIcon
-------------------------------- */
.newsIcon01,
.newsIcon02,
.newsIcon03,
.newsIcon04 {
	display: inline-block;
	min-width: 90px;
	padding: 4px 10px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}
.newsIcon01 {
	background: #444444;
	border: solid 1px #444444;
	color: #ffffff;
}
.newsIcon02 {
	background: #5c6b8d;
	border: solid 1px #5c6b8d;
	color: #ffffff;
}
.newsIcon03 {
	background: #984b53;
	border: solid 1px #984b53;
	color: #ffffff;
}
.newsIcon04 {
	background: #716274;
	border: solid 1px #716274;
	color: #ffffff;
}
.close {
	display: inline-block;
	padding: 4px 10px;
	background: #bbbbbb;
	border: solid 1px #bbbbbb;
	color: #333333;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}

/* newsListArea
-------------------------------- */
.newsListArea {
	margin-top: 20px;
}
.newsListArea .newsIcon01,
.newsListArea .newsIcon02,
.newsListArea .newsIcon03,
.newsListArea .newsIcon04,
.newsListArea .close {
	margin: 0 0 1px 10px;
}
.newsListArea > dl {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #dddddd;
}
.newsListArea.iconType > dl {
	display: block;
}
.newsListArea > dl:first-child {
	border-top: solid 1px #dddddd;
}
.newsListArea > dl > dt {
	display: table-cell;
	width: 10em;
	vertical-align: top;
}
.newsListArea.iconType > dl > dt {
	display: block;
	width: 100%;
}
.newsListArea > dl > dd {
	display: table-cell;
	width: auto;
	vertical-align: top;
}
.newsListArea.iconType > dl > dd {
	display: block;
	width: 100%;
	margin-top: 5px;
}
.newsListArea > dl > dd > *:first-child {
	margin-top: 0;
}
.newsListArea > dl > dd > .iconLink01 {
	margin-left: -1em;
}
.newsListArea.iconType > dl > dd > .iconLink01 {
	margin-left: 0;
}

/* shopInformationArea
-------------------------------- */
.shopInformationArea {
	margin: 20px -500% 0;
	padding: 0 500%;
}
@media print {
	.shopInformationArea {
		margin: 20px 0 0;
		padding: 0;
	}
}
.shopInformationArea .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
.shopInformationArea.eachShopType {
	background-color: #141212;
}
.shopInformationArea.allShopType {
	background: url(/common/img/com_bg01.gif) repeat 0 0;
}
.shopInformationArea .title {
	position: relative;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.shopInformationArea.allShopType .title {
	color: #111111;
}
.shopInformationArea .title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #666666;
	content: "";
}
.shopInformationArea.allShopType .title:after {
	background: #333333;
}
.shopInformationArea .fourColumn01 {
	margin-top: 30px;
}
.shopInformationArea .infoDetail {
	margin-top: 20px;
}
.shopInformationArea .notInfoText {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.shopInformationArea.eachShopType .notInfoText {
	color: #ffffff;
}
.shopInformationArea .infoDetail > dt {
}
.shopInformationArea .infoDetail > dt .newsIcon01,
.shopInformationArea .infoDetail > dt .newsIcon02,
.shopInformationArea .infoDetail > dt .newsIcon03,
.shopInformationArea .infoDetail > dt .newsIcon04 {
	margin: 0 10px 1px 0;
}
.shopInformationArea .infoDetail > dt .close {
	margin: 0 10px 1px 10px;
}
.shopInformationArea .infoDetail > dt .date {
	display: block;
	margin-top: 3px;
	color: #999999;
	font-size: 11px;
	font-size: 1.1rem;
}
.shopInformationArea.allShopType .infoDetail > dt .date {
	color: #333333;
}
.shopInformationArea .infoDetail > dd {
	margin-top: 5px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.shopInformationArea .infoDetail > dd a {
	color: #ffffff;
	text-decoration: none;
}
.shopInformationArea .infoDetail > dd a[target="_blank"]:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.shopInformationArea.eachShopType .infoDetail > dd a[target="_blank"]:after {
	width: 11px;
	height: 10px;
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
}
.shopInformationArea .infoDetail > dd a[href$=".pdf"]:after,
.shopInformationArea .infoDetail > dd a[href$=".pdf#"]:after,
.shopInformationArea.eachShopType .infoDetail > dd a[href$=".pdf"]:after,
.shopInformationArea.eachShopType .infoDetail > dd a[href$=".pdf#"]:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 5px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.shopInformationArea .infoDetail > dd .linkEffect:after {
	background-color: #ffffff;
}
.shopInformationArea.allShopType .infoDetail > dd .linkEffect:after {
	background-color: #3f3f3f;
}
.shopInformationArea .infoDetail > dd .linkEffect:after:hover {
	width: 100%;
}
.shopInformationArea.allShopType .infoDetail > dd {
	color: #000000;
}
.shopInformationArea.allShopType .infoDetail > dd a {
	color: #000000;
	text-decoration: none;
}
.shopInformationArea .infoDetail > dd > *:first-child {
	margin-top: 0;
}
.shopInformationArea .btnLink01 {
	text-align: center;
}
.shopInformationArea .btnLink01 a {
	width: 600px;
}
.shopInformationArea .btnLink01.emType a {
	border: solid 1px #7e7e7e;
}

/* fixing */
.shopInformationArea .fourColumn01 .col .figure {
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 110px;
}
.shopInformationArea .fourColumn01 .col .figure img {
	position: absolute;
	width: 100%;
}



/*=================================
	Q & A
================================ */
/* qaListArea
-------------------------------- */
.qaListArea {
	margin-top: 20px;
}
.qaListArea .qaList01 > dl {
	margin-top: 30px;
}
.qaListArea .qaList01 > dl:first-child {
	margin-top: 0;
}
.qaListArea .qaList01 dt {
	position: relative;
	width: 100%;
	min-height: 60px;
	padding: 15px 20px 15px 80px;
	background: #f6f6f6;
	font-size: 18px;
	font-size: 1.8rem;
}
.qaListArea .qaList01 dt:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 60px;
	padding: 15px 5px;
	background: #1c1a19;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1;
	text-align: center;
	content: "Q";
}
.qaListArea .qaList01 dt a {
	text-decoration: none;
}
.qaListArea .qaList01 dd {
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 15px 20px 15px 80px;
}
.qaListArea .qaList01 dd:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 60px;
	padding: 15px 5px;
	background: #ffffff;
	border: solid 1px #cccccc;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1;
	text-align: center;
	content: "A";
}
.qaListArea .qaList01 dd > *:first-child {
	margin-top: 0;
}
.qaListArea .qaList01 dd .title {
	font-size: 16px;
	font-size: 1.6rem;
}

/* numType */
.qaListArea .qaList01.numType {
	counter-reset: qaList01;
}
.qaListArea .qaList01.numType dl {
	counter-increment: qaList01;
}
.qaListArea .qaList01.numType dt:before {
	content: "Q"counter(qaList01);
}
.qaListArea .qaList01.numType dd:before {
	content: "A"counter(qaList01);
}

/* accordionBox */
.qaListArea .qaList01 .accordionBox dt {
	padding: 0;
	cursor: pointer;
}
.qaListArea .qaList01 .accordionBox dt a {
	position: relative;
	display: block;
	padding: 15px 60px 15px 80px;
}
.qaListArea .qaList01 .accordionBox dt a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 2px;
	margin-top: -1px;
	background: #1c1a19;
	transition-property:all;
	transition-duration:0.2s;
	content: "";
}
.qaListArea .qaList01 .accordionBox dt a:after {
	position: absolute;
	top: 50%;
	right: 31px;
	width: 2px;
	height: 24px;
	margin-top: -12px;
	background: #1c1a19;
	transition-property:all;
	transition-duration:0.2s;
	content: "";
}
.qaListArea .qaList01 .accordionBox dt.open a:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.qaListArea .qaList01 .accordionBox dt.open a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.qaListArea .qaList01 .accordionBox dd {
	display: none;
	margin-top: 0;
	padding: 35px 20px 35px 100px;
	border: solid 1px #dddddd;
	border-top: none;
}
.qaListArea .qaList01 .accordionBox dd:before {
	top: 20px;
	left: 20px;
}


/*=================================
	accordionList
================================ */
.accordionList {
	margin-top: 20px;
}
.accordionList > dl {
	margin-top: 30px;
}
.accordionList > dl:first-child {
	margin-top: 0;
}
.accordionList > dl > dt {
	padding: 0;
	cursor: pointer;
}
.accordionList > dl > dt a {
	position: relative;
	display: block;
	padding: 15px 60px 15px 20px;
	background: #f6f6f6;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
}
.accordionList > dl > dt a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 2px;
	margin-top: -1px;
	background: #1c1a19;
	transition-property:all;
	transition-duration:0.2s;
	content: "";
}
.accordionList > dl > dt a:after {
	position: absolute;
	top: 50%;
	right: 31px;
	width: 2px;
	height: 24px;
	margin-top: -12px;
	background: #1c1a19;
	transition-property:all;
	transition-duration:0.2s;
	content: "";
}
.accordionList > dl > dt.open a:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.accordionList > dl > dt.open a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.accordionList > dl > dd {
	display: none;
	margin-top: 0;
	padding: 15px 20px;
	border: solid 1px #dddddd;
	border-top: none;
}
.accordionList > dl > dd > *:first-child {
	margin-top: 0;
}

/* headingAccordionArea
-------------------------------- */
.headingAccordionList > dl > dt {
	margin-top: 55px;
	font-size: 27px;
	font-size: 2.7rem;
	text-align: center;
}
.headingAccordionList > dl > dt > a {
	text-decoration: none;
	cursor: default;
}
.headingAccordionList > dl > dt > a:hover {
	text-decoration: none;
}


/*=================================
	tabContentBox
================================ */
.tabContentBox,
.tabContentBox02 {
	margin-top: 20px;
	border: solid 1px #dddddd;
}
.tabContentBox .tabChangeList,
.tabContentBox02 .tabChangeList {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tabContentBox .tabChangeList li,
.tabContentBox02 .tabChangeList li {
	display: table-cell;
}
.tabContentBox .tabChangeList li a,
.tabContentBox02 .tabChangeList li a {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 15px 5px;
	background: #1c1a19;
	border-left: solid 1px #dddddd;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.tabContentBox .tabChangeList.top li a,
.tabContentBox02 .tabChangeList.top li a {
	border-top: solid 2px #1c1a19;
	border-bottom: solid 1px #dddddd;
}
.tabContentBox .tabChangeList.bottom li a,
.tabContentBox02 .tabChangeList.bottom li a {
	border-top: solid 1px #dddddd;
	border-bottom: solid 2px #1c1a19;
}
.tabContentBox .tabChangeList li:first-child a,
.tabContentBox02 .tabChangeList li:first-child a {
	border-left: none;
}
.tabContentBox .tabChangeList li.on a,
.tabContentBox02 .tabChangeList li.on a {
	background: #ffffff;
	color: #333333;
}
.tabContentBox .tabChangeList.top li.on a,
.tabContentBox02 .tabChangeList.top li.on a {
	border-top: solid 2px #1c1a19;
	border-bottom: none;
}
.tabContentBox .tabChangeList.bottom li.on a,
.tabContentBox02 .tabChangeList.bottom li.on a {
	border-top: none;
	border-bottom: solid 2px #1c1a19;
}
.tabContentBox .tabBody,
.tabContentBox02 .tabBody {
	padding: 20px 20px;
}
.tabContentBox .tabBody .tabDetail > *:first-child,
.tabContentBox02 .tabBody .tabDetail > *:first-child {
	margin-top: 0;
}
.tabContentBox .tabBody .spHeading,
.tabContentBox02 .tabBody .spHeading {
	display: none;
}


/*=================================
	contactArea
================================ */
/* contactArea01
-------------------------------- */
.contactArea01 {
	height: 285px;
	margin: 80px -500% 0;
	padding: 0 500%;
	background: url(/common/img/com_bg02.png) no-repeat 50% 0;
}
.shopListBtn + .contactArea01,
body#shop .shopDetailArea02.blackType + .contactArea01 {
	margin-top: 0;
}
@media print {
	.contactArea01 {
		margin: 0;
		padding: 0;
	}
}
.contactArea01 .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.contactArea01 * {
	color: #ffffff;
	text-decoration: none;
}
.contactArea01 .title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.1;
}
.contactArea01 .contactOneCol,
.contactArea01 .contactTwoCol {
	margin-top: 30px;
}
.contactArea01 .contactDl01 > dt,
.contactArea01 .contactDl02 > dt {
	font-size: 18px;
	font-size: 1.8rem;
}
.contactArea01 .contactDl02 > dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.contactArea01 .contactDl02 > dt:after {
	flex-grow: 1;
	display: inline; /* for IE */
	margin-left: 17px;
	border-top: 1px solid #ffffff;
	content: "";
}
.contactArea01 .contactDl01 > dd,
.contactArea01 .contactDl02 > dd {
	margin-top: 15px;
}
.contactArea01 .contactDl01 > dd > *:first-child,
.contactArea01 .contactDl02 > dd > *:first-child {
	margin-top: 0;
}
.contactArea01 .contactDl01 > dd .btnLink01.contactType a,
.contactArea01 .contactDl02 > dd .btnLink01.contactType a {
	min-width: 480px;
	background-color: rgba(0,0,0,0.5);
}
.contactArea01 .contactDl01 > dd .btnLink01.contactType a[target="_blank"]:before,
.contactArea01 .contactDl02 > dd .btnLink01.contactType a[target="_blank"]:before {
	display: inline-block;
	width: 21px;
	height: 14px;
	margin: 0 10px 0 0;
	background: url(/common/img/com_ic14.png) no-repeat 0 0;
	background-size: 21px 14px;
	vertical-align: middle;
	content: "";
}
.contactArea01 .contactDl01 > dd .btnLink01.contactType a[target="_blank"]:after,
.contactArea01 .contactDl02 > dd .btnLink01.contactType a[target="_blank"]:after {
	position: inherit;
	top: auto;
	right: auto;
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 8px;
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.contactArea01 .contactDl02 > dd .telLink {
	padding-left: 36px;
	background: url(/common/img/com_ic12.png) no-repeat 0 50%;
}
.contactArea01 .contactDl02 > dd .telLink a {
	cursor: default;
}
.contactArea01 .contactDl02 > dd .telLink a:hover {
	color: #ffffff;
}
.contactArea01 .contactDl02 > dd .telLink .telNumber {
	font-size: 32px;
	font-size: 3.2rem;
	vertical-align: middle;
}
.contactArea01 .contactDl02 > dd .telLink .reception {
	margin-left: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
}

/* contactArea02
-------------------------------- */
.contactArea02 {
	margin-top: 80px;
}
.shopListBtn + .contactArea02 {
	margin-top: 0;
}
.contactArea02 .title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1;
}
.contactArea02 .contactDl03 {
}
.contactArea02 .contactDl03 > dt {
	padding-bottom: 7px;
	border-bottom: solid 1px #cccccc;
	font-size: 18px;
	font-size: 1.8rem;
}
.contactArea02 .contactDl03 > dd {
	margin-top: 15px;
}
.contactArea02 .contactDl03 > dd > *:first-child {
	margin-top: 0;
}
.contactArea02 .contactDl03 > dd .telLink {
	padding-left: 36px;
	background: url(/common/img/com_ic13.png) no-repeat 0 50%;
}
.contactArea02 .contactDl03 > dd .telLink a {
	cursor: default;
	text-decoration: none;
}
.contactArea02 .contactDl03 > dd .telLink a:hover {
	color: #333333;
}
.contactArea02 .contactDl03 > dd .telLink .telNumber {
	font-size: 32px;
	font-size: 3.2rem;
	vertical-align: middle;
}
.contactArea02 .contactDl03 > dd .btnLink01 {
	margin-top: 15px;
}
.contactArea02 .contactDl03 > dd .btnLink01.contactType a {
	width: 100%;
}
.contactArea02 .contactDl03 > dd .btnLink01.contactType a.mailIcon:before {
	display: inline-block;
	width: 21px;
	height: 14px;
	margin: 0 10px 2px 0;
	background: url(/common/img/com_ic14.png) no-repeat 0 0;
	background-size: 21px 14px;
	vertical-align: middle;
	content: "";
}


/*=================================
	shopDetailArea
================================ */
/* shopNameArea
-------------------------------- */
.shopDetailArea {
	margin-top: 60px;
}
.shopDetailArea .shopNameArea .shopNameHeading {
	margin-right: auto;
	padding:  0 0 8px 22px;
	background: url(/common/img/com_ic05.png) no-repeat 0 0.5em;
	border-bottom: solid 1px #cccccc;
	font-size: 20px;
	font-size: 2.0rem;
}
.shopIconList {
	/*display: table;*/
	/*table-layout: fixed;*/
	width: 100%;
	margin-top: 20px;
	border-left: solid 1px #cccccc;
	letter-spacing: -.40em;
}
.shopIconList li {
	display: inline-block;
	background: #eeeeee;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
}
.shopIconList li:first-child {
	border-left: none;
}
.shopIconList li.shopIcon01 {background: #c71429;}
.shopIconList li.shopIcon02 {background: #3d528d;}
.shopIconList li.shopIcon03 {background: #716274;}
.shopIconList li.shopIcon04 {background: #764894;}
.shopIconList li.shopIcon05 {background: #417fb9;}
.shopIconList li.shopIcon06 {background: #9c3c67;}
.shopIconList li.shopIcon07 {background: #867d55;}
.shopIconList li a {
	display: block;
	height: 100%;
	padding: 4px 5px;
	color: #ffffff;
	text-decoration: none;
}
.shopIconList li.shopIcon01 a {width: 60px;}
.shopIconList li.shopIcon02 a {width: 124px;}
.shopIconList li.shopIcon03 a {width: 109px;}
.shopIconList li.shopIcon04 a {width: 264px;}
.shopIconList li.shopIcon05 a {width: 139px;}
.shopIconList li.shopIcon06 a {width: 205px;}
.shopIconList li.shopIcon07 a {width: 91px;}

.shopIconList li a .linkEffect:after {
	background-color: #ffffff;
}
.shopIconList li a:hover .linkEffect:after {
	width: 100%;
}
/* shopDetailArea02 */
.shopDetailArea02 {
	margin: 20px -500% 0;
	padding: 0 500%;
	background: #f6f6f6;
}
@media print {
	.shopDetailArea02 {
		margin: 0;
		padding: 0;
	}
}
.shopDetailArea02 .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 65px 0 60px;
}
.shopDetailArea02.blackType {
	background: #141212 url(/common/img/com_bg05.png) no-repeat 50% 0;
}
.shopDetailArea02.blackType .inner {
	padding-top: 60px;
}
.shopDetailArea02.blackType .title {
	position: relative;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.shopDetailArea02.blackType .title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #666666;
	content: "";
}
.shopDetailArea02.blackType .twoColumn01 {
	margin-top: 30px;
}
.shopDetailArea02.blackType .twoColumn01 * {
	color: #ffffff;
}
.shopDetailArea02.blackType .twoColumn01 .defineList03 dd,
.shopDetailArea02.blackType .twoColumn01 .defineList03 dd * {
	color: #dddddd !important;
}
.shopDetailArea02.blackType .twoColumn01 .iconLinkList01 li a:before {
	background: url(/common/img/com_ic27.png) no-repeat 0 0;
}
.shopDetailArea02.blackType .twoColumn01 .iconLinkList01 li a[target="_blank"]:after {
	width: 11px;
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
}
.shopDetailArea02.blackType .twoColumn01 .linkEffect:after {
	background-color: #ffffff;
}


/* defineList
-------------------------------- */
.shopDetailArea .defineList03 dt,
.shopDetailArea02 .defineList03 dt {
	width: 6em;
}
.shopDetailArea .defineList03 dd p + p,
.shopDetailArea02 .defineList03 dd p + p {
	margin-top: 10px;
}

/* shopSlideArea
-------------------------------- */
.shopSlideArea .bx-wrapper {
	margin-bottom: 30px;
}
/* bx-pager */
.shopSlideArea .bx-wrapper .bx-controls .bx-pager {
	bottom: -15px;
	height: 3px;
	padding: 0;
	letter-spacing: -.40em;
}
.shopSlideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
	letter-spacing: normal;
}
.shopSlideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
	width: 100px;
	height: 3px;
	background: #cccccc;
	border-radius: 0;
}
.shopSlideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
	background: #231815;
}
/* bx-controls-direction */
.shopSlideArea .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
	left: 11px;
	display: block;
	width: 14px;
	height: 23px;
	margin-top: -11px;
	background: url(/common/img/com_ic15.png) no-repeat 0 0;
	z-index: 5;
}
.shopSlideArea .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
	right: 11px;
	display: block;
	width: 14px;
	height: 23px;
	margin-top: -11px;
	background: url(/common/img/com_ic16.png) no-repeat 0 0;
	z-index: 5;
}

/* externalLink
-------------------------------- */
.externalLink {
	margin: 80px 0;
}
.externalLink li {
	float: left;
	display: table;
	width: 33.33%;
	margin: 0 -1px -1px 0;
	border: solid 1px #585858;
}
.externalLink li a {
	display: table-cell;
	padding: 20px 10px 20px 60px;
	background-color: #ffffff;
	color: #333333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.1;
	text-decoration: none;
	vertical-align:middle;
}
.externalLink li.externalIcon01 a {
	background-image: url(/common/img/com_ic17.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.externalLink li.externalIcon02 a {
	background-image: url(/common/img/com_ic18.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.externalLink li.externalIcon03 a {
	background-image: url(/common/img/com_ic19.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.externalLink li.externalIcon04 a {
	background-image: url(/common/img/com_ic20.png);
	background-repeat: no-repeat;
	background-position: 17px 50%;
}
.externalLink li.externalIcon05 a {
	background-image: url(/common/img/com_ic21.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.externalLink li a:hover {
	background-color: #f1f1f1;
}
.externalLink li a .linkEffect:after {
	background-color: #3f3f3f;
}
.externalLink li a:hover .linkEffect:after {
	width: 100%;
}


/*=================================
	shopListBtn
================================ */
.shopListBtn {
	margin: 0 -500%;
	padding: 0 500%;
	background: #eeeeee
}
@media print {
	.shopListBtn {
		margin: 0;
		padding: 0;
	}
}
.shopListBtn .inner {
	max-width: 1000px;
	min-height: 130px;
	margin: 0 auto;
	background: url(/common/img/com_im01.png) no-repeat 294px 50%;
}
.shopListBtn dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 40px;
}
.shopListBtn dl dt {
	width: 48%;
	margin-right: 4%;
	padding-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
.shopListBtn dl dd {
	width: 48%;
}
.shopListBtn dl dd > *:first-child {
	margin-top: 0;
}


/*=================================
	shopIntroductionBtn
================================ */
.shopIntroductionBtn {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	border: solid 2px #333333;
}
.shopIntroductionBtn li {
	display: table;
	width: 50%;
}
.shopIntroductionBtn li:first-child {
	border-right: solid 1px #333333;
}
.shopIntroductionBtn li:last-child {
	border-left: solid 1px #333333;
}
.shopIntroductionBtn li a {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 116px;
	background-color: #000000;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.shopIntroductionBtn li a:hover {
	background-color: #ffffff;
}
.shopIntroductionBtn li .title {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -0.5em;
	z-index: 10;
}
.shopIntroductionBtn li .figure {
	text-align: left;
	-ms-filter:"alpha(opacity=75)";
	filter:alpha(opacity=75);
	opacity:0.75;
}
.shopIntroductionBtn li a:hover img {
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity:1.0;
}


/*=================================
	archivesList
================================ */
.archivesList {
	margin-top: 20px;
	padding: 25px 40px;
	background: #eeeeee;
}
.archivesList dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.archivesList dl dt {
	margin-right: 65px;
	font-size: 18px;
	font-size: 1.8rem;
}
.archivesList dl dd {
}
.archivesList dl dd select {
	width: 480px;
	padding: 10px 17px;
	border: solid 1px #d2d2d2;
}


/*=================================
	shopListCol
================================ */
.shopListColArea {
	margin: 20px -500% 0;
	padding: 0 500%;
	background: url(/common/img/com_bg01.gif) repeat 0 0;
}
@media print {
	.shopListColArea {
		margin: 0;
		padding: 0;
	}
}
.shopListColArea .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.shopListColArea .threeColumn01 {
	margin-top: 0;
}
.shopListColArea .title {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 8px 22px;
	background: url(/common/img/com_ic05.png) no-repeat 0 0.5em;
	border-bottom: solid 1px #cccccc;
	font-size: 20px;
	font-size: 2.0rem;
}
.shopListColArea .title a {
	display: table-cell;
	vertical-align: middle;
}
.shopListColArea .title a span {
	font-size: 14px;
	font-size: 1.4rem;
}


/*=================================
	privilegeArea
================================ */
.privilegeArea {
	margin: 0 -500%;
	padding: 0 500%;
	margin-top: 20px;
	background: url(/common/img/com_bg01.gif) repeat 0 0;
}
@media print {
	.privilegeArea {
		margin: 0;
		padding: 0;
	}
}
.privilegeArea .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.privilegeArea .title {
	padding: 10px 10px 10px 50px;
	background: #ffffff url(/common/img/com_ic22.png) no-repeat 20px 50%;
	border-bottom: solid 1px #cccccc;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
}
.privilegeArea dl {
	margin-top: 15px;
}
.privilegeArea dl + dl {
	margin-top: 20px;
}
.privilegeArea .privilegeList li {
	margin-top: 15px;
	padding-left: 30px;
	background: url(/common/img/com_ic22.png) no-repeat 0 0.3em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.privilegeArea .privilegeList li:first-child {
	margin-top: 0;
}


/*=================================
	productServiceArea
================================ */
.productServiceArea {
	margin: 0 -500%;
	padding: 0 500%;
	margin-top: 20px;
	background: url(/common/img/com_bg01.gif) repeat 0 0;
}
@media print {
	.productServiceArea {
		margin: 0;
		padding: 0;
	}
}
.productServiceArea .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 45px 0;
}


/*=================================
	pointReductionArea
================================ */
.pointReductionArea {
}
.pointReductionArea .pointReductionCol dt {
	position: relative;
	padding: 10px 10px;
	background: #1c1a19;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.pointReductionArea .pointReductionCol dt:before {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #1c1a19 transparent transparent transparent;
	content: "";
}
.pointReductionArea .pointReductionCol dt > span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
.pointReductionArea .pointReductionCol dd {
	padding-top: 10px;
}
.pointReductionArea .pointReductionCol dd .pointText {
	color: #e6001a;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.pointReductionArea .pointReductionCol dd p + .noteList01 {
	margin-top: 0;
}


/*=================================
	groupService
================================ */
.groupService {
	margin: 0 -500%;
	padding: 0 500%;
	background: #eeeeee;
}
@media print {
	.groupService {
		margin: 0;
		padding: 0;
	}
}
.groupService .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
}
.groupService .title {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.groupService .groupServiceList {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.groupService .groupServiceList li {
	display: table;
	width: 22%;
	height: 50px;
	margin: 20px 4% 0 0;
}
.groupService .groupServiceList li:nth-child(4n) {
	margin-right: 0;
}
.groupService .groupServiceList li a {
	display: table-cell;
	width: 100%;
	height: 50px;
	padding: 8px 5px;
	background: #ffffff;
	border: solid 1px #555555;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.groupService .groupServiceList li a:hover {
	background: #f1f1f1;
}
.groupService .groupServiceList li a .linkEffect:after {
	background-color: #3f3f3f;
}
.groupService .groupServiceList li a:hover .linkEffect:after {
	width: 100%;
}





@media only screen and (max-width: 640px) {

	/*=================================
		Heading
	================================ */
	/* heading01
	-------------------------------- */
	.heading01 {
		margin-top: 15px;
		padding: 0 15px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.heading01 a.heading01Link {
		position: relative;
		display: inline-block;
		min-width: 100%;
		margin-top: 10px;
		margin-left: 0;
		padding: 7px 30px;
		background-color: #ffffff;
		background-image: none;
		border: solid 1px #585858;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
	}
	.heading01 a.heading01Link:before {
		display: inline-block;
		width: 5px;
		height: 10px;
		margin-right: 9px;
		background: url(/common/img/com_ic01.png) no-repeat 0 0;
		background-size: 5px 10px;
		content: "";
	}

	/* heading02
	-------------------------------- */
	.heading02 {
		margin-top: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.heading02 a {
		text-decoration: none;
	}
	.heading02 a:before {
		display: inline-block;
		width: 7px;
		height: 11px;
		margin: 0 5px 0 0;
		background: url(/common/img/com_ic01.png) no-repeat 0 0;
		background-size: 7px 11px;
		vertical-align: middle;
		content: "";
	}

	/* heading03
	-------------------------------- */
	.heading03 {
		margin-top: 10px;
		padding: 6px 10px;
		background: #f6f6f6;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.heading03 .subTitle {
		display: block;
		margin-bottom: -3px;
		font-size: 9px;
		font-size: 0.9rem;
	}

	/* heading04
	-------------------------------- */
	.heading04 {
		position: relative;
		margin-top: 10px;
		padding: 7px 0;
		border-top: solid 2px #231815;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	/* heading05
	-------------------------------- */
	.heading05 {
		margin-top: 10px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
	}


	/*=================================
		Text
	================================ */
	
	/* p
	-------------------------------- */
	p {
		margin-top: 10px;
	}
	.heading05 + p {
		margin-top: 0;
	}

	/* leadText
	-------------------------------- */
	.leadText01 {
		color: #000000;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.leadText02 {
		color: #c7133a;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.leadText03 {
		color: #000000;
		font-size: 16px;
		font-size: 1.6rem;
	}


	/*=================================
		List
	================================ */
	
	/* noteList
	-------------------------------- */
	.noteList01 {
		margin-top: 10px;
	}
	.noteList01 > li {
		margin-top: 3px;
		padding-left: 1.5em;
		text-indent: -1.5em;
	}

	/* noteNumList
	-------------------------------- */
	.noteNumList01 {
		margin-top: 10px;
		counter-reset: noteNumList01;
	}
	.noteNumList01 > li {
		margin-top: 3px;
		padding-left: 2.0em;
		text-indent: -2.0em;
	}

	/* iconList
	-------------------------------- */
	.iconList01,
	.iconList02,
	.iconList03 {
		margin-top: 10px;
	}
	li > .iconList02,
	li > .iconList03 {
		margin-top: 3px;
	}
	.iconList01 > li {
		margin-top: 3px;
		padding-left: 20px;
		background: url(/common/img/com_ic02.png) no-repeat 0 0.3em;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.iconList02 > li {
		margin-top: 3px;
		padding-left: 20px;
		background: url(/common/img/com_ic03.png) no-repeat 0 0.5em;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.iconList03 > li {
		margin-top: 3px;
		padding-left: 20px;
		background: url(/common/img/com_ic04.png) no-repeat 2px 0.5em;
		font-size: 10px;
		font-size: 1.0rem;
	}

	/* numList
	-------------------------------- */
	.numList01 {
		margin-top: 10px;
		counter-reset: numList01;
	}
	.numList02 {
		margin-top: 10px;
		counter-reset: numList02;
	}
	li > .numList02 {
		margin-top: 3px;
	}
	.numList01 > li {
		margin-top: 3px;
		padding-left: 1.5em;
		text-indent: -1.5em;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.numList02 > li {
		margin-top: 3px;
		padding-left: 2.0em;
		text-indent: -2.0em;
		font-size: 12px;
		font-size: 1.2rem;
	}


	/*=================================
		ColType
	================================ */
	.rightJustify {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		margin-right: -10px;
	}
.autoColType {
	overflow: hidden;
	margin-top: 10px !important;
}
	.autoColType > li {
		margin-top: 0 !important;
		margin-right: 10px;
	}
	.autoColType > li:first-child {
		margin-top: 0 !important;
	}
.twoColType > li {
	width: 46%;
	margin-right: 8%;
}
.threeColType > li {
	width: 46%;
	margin-right: 8%;
}
.fourColType > li {
	width: 46%;
	margin-right: 8%;
}
.sixColType > li {
	width: 46%;
	margin-right: 8%;
}
.twoColType > li:nth-child(2n),
.threeColType > li:nth-child(3n),
.fourColType > li:nth-child(4n),
.sixColType > li:nth-child(6n) {
	margin-right: auto;
}
.twoColType > li:nth-child(2n),
.threeColType > li:nth-child(2n),
.fourColType > li:nth-child(2n),
.sixColType > li:nth-child(2n) {
	margin-right: 0;
}
.twoColType > li:nth-child(-n+2),
.threeColType > li:nth-child(-n+3),
.fourColType > li:nth-child(-n+4),
.sixColType > li:nth-child(-n+6) {
	margin-top: auto;
}
.twoColType > li:first-child,
.threeColType > li:first-child,
.fourColType > li:first-child,
.sixColType > li:first-child,
.twoColType > li:nth-child(n+1),
.threeColType > li:nth-child(n+1),
.fourColType > li:nth-child(n+1),
.sixColType > li:nth-child(n+1) {
	margin-top: 12px;
}

.threeColType.iconLinkList01 li {
	width: 31%;
	margin-right: 3.5%;
}
.sixColType.iconLinkList01 li {
	width: 31%;
	margin-right: 3.5%;
}

.threeColType.iconLinkList01 li:nth-child(3n),
.sixColType.iconLinkList01 li:nth-child(3n) {
	margin-right: 0;
}
.threeColType.iconLinkList01 li:nth-child(-n+3),
.sixColType.iconLinkList01 li:nth-child(-n+3) {
	margin-top: 0;
}


	/*=================================
		DefineList
	================================ */
	.defineList01 {
		margin-top: 10px;
	}
	.defineList02 {
		display: table;
		margin-top: 10px;
	}
	.defineList03 {
		display: table;
		width: 100%;
		margin-top: 10px;
	}
	.defineList01 + .defineList01,
	.defineList02 + .defineList02,
	.defineList03 + .defineList03 {
		margin-top: 5px;
	}
	.defineList01 dt {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.defineList01 dd {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.defineList03 dt {
		position: relative;
		display: table-cell;
		width: 7em;
		padding: 0 0.5em;
		text-align: center;
		font-weight: bold;
	}


	/*=================================
		Link
	================================ */
	/* Link underline effect
	-------------------------------- */
	.linkEffect {
	}
	.linkEffect:after {
		display: none;
	}
	
	/* innerLink
	-------------------------------- */
	a.innerLink[target="_blank"]:after {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 3px;
		background: url(/common/img/com_ic06.png) no-repeat 0 0;
		background-size: 10px 10px;
		vertical-align: middle;
		content: "";
	}
	a.innerLink[href$=".pdf"]:after,
	a.innerLink[href*=".pdf#"]:after {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 3px;
		background: url(/common/img/com_ic07.png) no-repeat 0 0;
		background-size: 10px 10px;
		vertical-align: middle;
		content: "";
	}

	/* iconLink
	-------------------------------- */
	.iconLink01 {
		margin-top: 10px;
	}
	.iconLink01 a:before {
		position: absolute;
		top: 0.3em;
		left: 0;
		display: inline-block;
		width: 6px;
		height: 10px;
		background: url(/common/img/com_ic05.png) no-repeat 0 0;
		background-size: 6px 10px;
		content: "";
	}
	.iconLink01 a[target="_blank"]:after {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 2px 5px;
		background: url(/common/img/com_ic06.png) no-repeat 0 0;
		background-size: 10px 10px;
		vertical-align: middle;
		content: "";
	}
	.iconLink01 a[href$=".pdf"]:after,
	.iconLink01 a[href*=".pdf#"]:after {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 2px 5px;
		background: url(/common/img/com_ic07.png) no-repeat 0 0;
		background-size: 10px 10px;
		vertical-align: middle;
		content: "";
	}

	/* movieLink
	-------------------------------- */
	.movieLink {
		margin-top: 10px;
	}
	.movieLink a {
		position: relative;
		padding-left: 15px;
	}
	.movieLink a:before {
		position: absolute;
		top: 0.2em;
		left: 0;
		display: inline-block;
		width: 10px;
		height: 11px;
		background: url(/common/img/com_ic08.png) no-repeat 0 0;
		background-size: 10px 11px;
		content: "";
	}

	/* iconLinkList
	-------------------------------- */
	.iconLinkList01 {
		margin-top: 10px;
	}
	.iconLinkList01 li {
		margin-top: 5px;
	}
	.iconLinkList01 li:first-child {
		margin-top: auto;
	}
	.iconLinkList01 li a {
		position: relative;
		display: inline-block;
		padding-left: 12px;
	}
	.iconLinkList01 li a:before {
		position: absolute;
		top: 0.3em;
		left: 0;
		display: inline-block;
		width: 6px;
		height: 10px;
		background: url(/common/img/com_ic05.png) no-repeat 0 0;
		background-size: 6px 10px;
		content: "";
	}
	.iconLinkList01 li a[target="_blank"]:after {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 2px 5px;
		background: url(/common/img/com_ic06.png) no-repeat 0 0;
		background-size: 10px 10px;
		vertical-align: middle;
		content: "";
	}
	.iconLinkList01 li a[href$=".pdf"]:after,
	.iconLinkList01 li a[href*=".pdf#"]:after {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 2px 5px;
		background: url(/common/img/com_ic07.png) no-repeat 0 0;
		background-size: 10px 10px;
		vertical-align: middle;
		content: "";
	}

	/* btnType */
	.iconLinkList01.btnType li {
		padding-bottom: 13px;
		border-bottom: solid 1px #eaeaea;
	}


	/* Anchor Link
	-------------------------------- */
	/* iconLinkList01 + ancType */
	.iconLinkList01.ancType {
		padding-top: 20px;
	}
	.iconLinkList01.ancType li {
		margin-top: 20px;
		padding-bottom: 8px;
		border-bottom: solid 1px #eaeaea;
	}
	.iconLinkList01.ancType li > span,
	.iconLinkList01.ancType li > span > a,
	.iconLinkList01.ancType li > a {
		display: block;
	}
	.iconLinkList01.ancType li a {
		padding-left: 16px;
	}
	.iconLinkList01.ancType li a:before {
		position: absolute;
		top: 0.5em;
		left: 0;
		display: inline-block;
		width: 12px;
		height: 6px;
		background: url(/common/img/com_ic11.png) no-repeat 0 0;
		background-size: 12px 6px;
		content: "";
	}

	/* thumbnailAnchor */
	.iconLinkList01 li.thumbnailAnchor {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 5px;
		padding-bottom: 5px;
	}
	.iconLinkList01 li.thumbnailAnchor .thumbnailImg {
		margin-right: 12px;
	}


	/*=================================
		Button Link
	================================ */
	.btnLink01,
	.btnLinkList01 {
		margin-top: 10px;
	}
	.btnLink01.sizeFull a {width: 100%;}
	.btnLink01.sizeL a {width: 135px;}
	.btnLink01.sizeM a {width: 135px;}
	.btnLink01.sizeS a {width: 135px;}
	.btnLink01.spSizeFull a {width: 100% !important;}
	
	.btnLinkList01 li {
		display: table;
		margin-top: 10px;
	}
	.btnLink01 a,
	.btnLinkList01 li a {
		position: relative;
		display: inline-block;
		min-width: 135px;
		padding: 10px 20px;
		background-color: #ffffff;
		border: solid 1px #585858;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
	}
	.btnLink01 a[target="_blank"]:after,
	.btnLinkList01 li a[target="_blank"]:after {
		position: absolute;
		top: 50%;
		right: 6px;
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: url(/common/img/com_ic06.png) no-repeat 0 0;
		background-size: 10px 10px;
		content: "";
	}
	.btnLink01.emType a[target="_blank"]:after,
	.btnLinkList01.emType li a[target="_blank"]:after {
		width: 10px;
		height: 10px;
		background: url(/common/img/com_ic10.png) no-repeat 0 0;
		background-size: 10px 10px;
	}
	.btnLink01 a[href$=".pdf"]:after,
	.btnLink01 a[href*=".pdf#"]:after,
	.btnLink01.emType a[href$=".pdf"]:after,
	.btnLink01.emType a[href*=".pdf#"]:after,
	.btnLinkList01 li a[href$=".pdf"]:after,
	.btnLinkList01 li a[href*=".pdf#"]:after,
	.btnLinkList01.emType li a[href$=".pdf"]:after,
	.btnLinkList01.emType li a[href*=".pdf#"]:after {
		position: absolute;
		top: 50%;
		right: 6px;
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -7px;
		background: url(/common/img/com_ic07.png) no-repeat 0 0;
		background-size: 10px 10px;
		content: "";
	}
	.btnLinkList01.shopInfoType li {
		display: block;
		width: 100%;
		margin-top: 0;
		letter-spacing: normal;
	}
	.btnLinkList01.shopInfoType li.mapBtn + li.storeBtn {
		margin: 10px 0 0 0;
	}
.btnLinkList01.shopInfoType li a {
	display: block;
	width: 100%;
	padding-left: 30px;
}
.btnLinkList01.shopInfoType li.mapBtn a {
	background-image: url(/common/img/com_ic29.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 16px 14px;
}
.btnLinkList01.shopInfoType li.storeBtn a {
	background-image: url(/common/img/com_ic30.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 10px 15px;
}

	/* closeType
	-------------------------------- */
	.btnLink01.closeType a:before {
		display: inline-block;
		width: 9px;
		height: 9px;
		margin: 0 10px 3px 0;
		background: url(/common/img/com_ic09.png) no-repeat 0 0;
		background-size: 9px 9px;
		vertical-align: middle;
		content: "";
	}


	/*=================================
		Table
	================================ */
	
	/* tableHead
	-------------------------------- */
	.tableHead {
		margin-top: 10px;
		color: #000000;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
	}

	/* spScroll
	-------------------------------- */
	.spScroll {
		overflow-x: auto;
		-webkit-overflow-scrolling : touch;
		padding-bottom: 10px;
	}
	.spScroll > table {
		width: 800px;
	}

	/* spBreak
	-------------------------------- */
	.spBreak col {
		width: 100% !important;
	}
	.spBreak th,
	.spBreak td {
		display: block;
		width: 100%;
	}

	/* Table layout
	-------------------------------- */
	.table01 {
		width: 100%;
		margin-top: 10px;
		border-top: solid 1px #e5e5e5;
	}
	.table02 {
		width: 100%;
		margin-top: 10px;
		border-top: solid 1px #e5e5e5;
		border-left: solid 1px #e5e5e5;
	}
	.table01 th,
	.table01 td,
	.table02 th,
	.table02 td {
		padding: 7px 10px;
		border-right: solid 1px #cccccc;
		border-bottom: solid 1px #e5e5e5;
		text-align: left;
		vertical-align: top;
	}


	/*=================================
		Column
	================================ */
	
	/* oneColumn, twoColumn, threeColumn, fourColumn
	-------------------------------- */
	.oneColumn01 {
		margin-top: 10px;
	}
	.twoColumn01,
	.threeColumn01,
	.fourColumn01,
	.fiveColumn01 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.twoColumn01.appealType,
	.threeColumn01.appealType,
	.fourColumn01.appealType,
	.fiveColumn01.appealType {
		margin-top: 30px;
	}
	.twoColumn01.spBreak,
	.threeColumn01.spBreak,
	.fourColumn01.spBreak,
	.fiveColumn01.spBreak {
		display: block;
	}
	.twoColumn01 .col {
		width: 48%;
		margin-right: 4%;
	}
	.twoColumn01 .twoColumn01 .col {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.threeColumn01 .col {
		width: 48%;
		margin-right: 4%;
	}
	.threeColumn01.imageColumn .col {
		width: 10%;
		margin-right: 0;
	}
	.fourColumn01 .col {
		width: 48%;
		margin-right: 4%;
	}
	.fourColumn01.imageColumn .col {
		width: 100%;
		margin-right: 0;
	}
	.fiveColumn01 .col {
		width: 17.2%;
		margin-right: 3.5%;
	}
	.twoColumn01.spBreak .col,
	.threeColumn01.spBreak .col,
	.fourColumn01.spBreak .col,
	.fiveColumn01.spBreak .col {
		width: 100%;
		margin-top: 10px;
	}
	.twoColumn01.spBreak .col:first-child,
	.threeColumn01.spBreak .col:first-child,
	.fourColumn01.spBreak .col:first-child,
	.fiveColumn01.spBreak .col:first-child {
		margin-top: 0;
	}
	.twoColumn01 .col:nth-child(2n),
	.threeColumn01 .col:nth-child(3n),
	.fourColumn01 .col:nth-child(4n),
	.fiveColumn01 .col:nth-child(5n) {
		margin-right: auto;
	}
	.twoColumn01 .col:nth-child(2n),
	.threeColumn01 .col:nth-child(2n),
	.fourColumn01 .col:nth-child(2n),
	.fiveColumn01 .col:nth-child(2n) {
		margin-right: 0;
	}
	.twoColumn01 .col:nth-child(n+3),
	.threeColumn01 .col:nth-child(n+4),
	.fourColumn01 .col:nth-child(n+5),
	.fiveColumn01 .col:nth-child(n+6) {
		margin-top: auto;
	}
	.twoColumn01 .col:nth-child(n+3),
	.threeColumn01 .col:nth-child(n+3),
	.fourColumn01 .col:nth-child(n+3),
	.fiveColumn01 .col:nth-child(n+3) {
		margin-top: 10px;
	}
	.oneColumn01 .figure img,
	.twoColumn01 .figure img,
	.threeColumn01 .figure img,
	.fourColumn01 .figure img,
	.fiveColumn01 .figure img {
		max-width: 100%;
	}

	/* figure
	-------------------------------- */
	.figure.figureFix {
		margin: 0 auto;
	}
	.figure .caption {
		margin-top: 5px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	a[target="_blank"] .figure .caption:after {
		margin: 0 0 2px 3px;
	}
	a[href$=".pdf"] .figure .caption:after,
	a[href$=".pdf#"] .figure .caption:after {
		width: 10px;
		height: 10px;
		margin: 0 0 2px 3px;
		background: url(/common/img/com_ic07.png) no-repeat 0 0;
		background-size: 10px 10px;
	}

	/* figureColumn
	-------------------------------- */
	.figureColumn01,
	.figureColumn02 {
		margin-top: 20px;
	}
	.figureColumn01 .figureColR,
	.figureColumn02 .figureColR {
		float: right;
		width: 48%;
		margin-left: 2%;
	}
	.figureColumn01 .figureColL,
	.figureColumn02 .figureColL {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.figureColumn01.textWraparound .figureColR,
	.figureColumn02.textWraparound .figureColR,
	.figureColumn01.textWraparound .figureColL,
	.figureColumn02.textWraparound .figureColL {
		margin-bottom: 10px;
	}
	.figureColumn02 .figureColR .figure,
	.figureColumn02 .figureColL .figure {
		float: left;
		margin: 0 0 0 2%;
	}
	.figureColumn02 .figureColR .figure:first-child,
	.figureColumn02 .figureColL .figure:first-child {
		margin: 0;
	}
	.figureColumn01 .textCol,
	.figureColumn02 .textCol {
		overflow: hidden;
	}
	.figureColumn01 .textCol > *:first-child,
	.figureColumn02 .textCol > *:first-child {
		margin-top: 0;
	}
	.figureColumn01.textWraparound .textCol,
	.figureColumn02.textWraparound .textCol {
		overflow: inherit;
	}

	/* linkColType01
	-------------------------------- */
	.linkColType01 .col a {
		position: relative;
		display: block;
	}
	.linkColType01 .caption {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 10px 15px;
		background: rgba(0,0,0,0.75);
		color: #ffffff;
		z-index: 10;
	}
	.linkColType01.threeColumn01 .col {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}

	/* flowColumn
	-------------------------------- */
	/* flowColumn01 */
	.flowColumn01 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
		padding: 0 15px;
	}
	.flowColumn01 .col {
		width: 50%;
		margin-top: 10px;
		padding-right: 5%;
		background: url(/common/img/com_ic23.png) no-repeat 100% 50px;
		background-size: 12px 22px;
	}
	.flowColumn01 .col:last-child {
		width: 45%;
		padding-right: 0;
		background: none;
	}
	.flowColumn01 .col .figure {
		padding: 0 5px;
		text-align: center;
	}
	.flowColumn01 .col .figure + p {
		margin-top: 5px;
	}
	.flowColumn01 .col .caption {
		margin-top: 5px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	/* flowColumn02 */
	.flowColumn02 .twoColumn01 {
		padding-top: 38px;
		background: url(/common/img/com_ic24.png) no-repeat 50% 5px;
		background-size: 40px 22px;
	}
	.flowColumn02 .twoColumn01:first-child {
		padding-top: 0;
		background: none;
	}

	/* courseMenuColumn
	-------------------------------- */
	.courseMenuColumn {
		display: block;
		margin-top: 10px;
	}
	.courseMenuColumn .basicCol {
		width: 100%;
		margin-right: auto;
	}
	.courseMenuColumn .limitedCol {
		width: 100%;
		margin-top: 10px;
	}
	.courseMenuColumn .title {
		padding-bottom: 8px;
		border-bottom: solid 1px #cccccc;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.courseMenuColumn .title span {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.courseMenuColumn .menuList {
		display: block;
		margin-top: 10px;
	}
	.courseMenuColumn .basicCol .menuList dl {
		width: 100%;
	}
	.courseMenuColumn .limitedCol .menuList dl {
		width: 100%;
	}
	.courseMenuColumn .menuList dt {
		display: none;
	}
	.courseMenuColumn .menuList dd {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 5px;
	}
	.courseMenuColumn .menuList dd .figure {
		width: 85px;
	}
	.courseMenuColumn .menuList dd .figure img {
		width: 100%;
	}
	.courseMenuColumn .menuList dd .wrap {
		width: 100%;
		padding-left: 15px;
	}
	.courseMenuColumn .menuList dd .courseTitle {
		display: block;
		font-size: 13px;
		font-size: 1.2rem;
	}
	.courseMenuColumn .menuList dd .caption {
		margin-top: 5px;
	}

	/* mapColumn
	-------------------------------- */
	.mapColumn {
		margin-top: 10px;
		text-align: center;
		max-width: 100%;
	}
	.mapColumn iframe {
		width: 100%;
	}

	/* spBreakType
	-------------------------------- */
	.spBreakType .figureColL,
	.spBreakType .col {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.spBreakType .figure {
		text-align: center;
	}

	/* imageColumn
	-------------------------------- */
	.imageColumn .col {
		margin: 0 !important;
	}
	.imageColumn .figure {
		text-align: center !important;
	}
	.imageColumn .figure img {
		display: inline-block !important;
	}
	.imageColumnWrap .bx-wrapper {
		margin-bottom: 30px;
	}
	.imageColumnWrap .bx-wrapper .bx-controls .bx-pager {
		bottom: -15px;
		height: 5px;
		padding: 0;
		letter-spacing: -.40em;
	}
	.imageColumnWrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
		letter-spacing: normal;
	}
	.imageColumnWrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
		width: 50px;
		height: 5px;
		background: #cccccc;
		border-radius: 0;
	}
	.imageColumnWrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
		background: #231815;
	}
	/* bx-controls-direction */
	.imageColumnWrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
		top: auto;
		bottom: -20px;
		left: 11px;
		display: block;
		width: 7px;
		height: 12px;
		margin-top: -11px;
		background: url(/common/img/com_ic25.png) no-repeat 0 0;
		background-size: 7px 12px;
		z-index: 5;
	}
	.imageColumnWrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
		top: auto;
		bottom: -20px;
		right: 11px;
		display: block;
		width: 7px;
		height: 12px;
		margin-top: -11px;
		background: url(/common/img/com_ic26.png) no-repeat 0 0;
		background-size: 7px 12px;
		z-index: 5;
	}

	/* fixingType
	-------------------------------- */
	.threeColumn01.fixingType01 .figure {
		width: 100%;
		height: 100px;
	}
	.fourColumn01.fixingType01 .figure {
		width: 100%;
		height: 140px;
	}
	.threeColumn01.fixingType03 .figure {
		width: 100%;
		height: 75px;
	}
	.threeColumn01.fixingType03 .linkEffect {
		display: block;
	}
	.twoColumn01.fixingType02 {
		display: block;
	}
	.twoColumn01.fixingType02 .col {
		width: 100%;
	}
	.twoColumn01.fixingType02 .col:last-child {
		margin-top: 20px;
	}
	.twoColumn01.fixingType02 .col:first-child .figure {
		width: 100%;
		height: 330px;
	}
	.twoColumn01.fixingType02 .col:last-child .figure {
		width: 100%;
		height: 150px;
		margin-top: 20px;
	}


	/*=================================
		Box
	================================ */
	.box01 {
		margin-top: 10px;
		padding: 10px 15px;
		background: #ffffff;
		border: solid 1px #cccccc;
	}
	.box02 {
		margin-top: 10px;
		padding: 10px 15px;
		background: #eeeeee;
	}
	.box01 *:first-child,
	.box02 *:first-child {
		margin-top: 0;
	}
	.box01 .heading05.iconLink01 a::before,
	.box02 .heading05.iconLink01 a::before {
		top: 0.3em;
	}
	.box01 .figureColR,
	.box02 .figureColR {
		margin-left: 10px;
	}
	.box01 .figureColL,
	.box02 .figureColL {
		margin-right: 10px;
	}
	.box01 .figureColumn01 .figureColL,
	.box01 .figureColumn01 .figureColR,
	.box02 .figureColumn01 .figureColL,
	.box02 .figureColumn01 .figureColR {
		float: none;
		margin: 0 0 5px 0;
	}

	/*=================================
		Line
	================================ */
	.line01 {
		display: block;
		margin: 10px 0;
		width: 100%;
		height: 1px;
		background: #dddddd;
		border: medium none;
	}


	/*=================================
		News
	================================ */
	/* newsIcon
	-------------------------------- */
	.newsIcon01,
	.newsIcon02,
	.newsIcon03,
	.newsIcon04 {
		display: inline-block;
		min-width: 70px;
		padding: 2px 5px;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.1;
		text-align: center;
		vertical-align: middle;
	}
	.close {
		display: inline-block;
		padding: 2px 5px;
		background: #bbbbbb;
		border: solid 1px #bbbbbb;
		color: #333333;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.1;
		text-align: center;
		vertical-align: middle;
	}

	/* newsListArea
	-------------------------------- */
	.newsListArea {
		margin-top: 10px;
	}
	.newsListArea .newsIcon01,
	.newsListArea .newsIcon02,
	.newsListArea .newsIcon03,
	.newsListArea .newsIcon04 {
		margin: 0 0 1px 10px;
	}
	.newsListArea > dl {
		display: table;
		width: 100%;
		padding: 10px 15px;
		border-bottom: solid 1px #dddddd;
	}
	.newsListArea.iconType > dl {
		display: block;
	}
	.newsListArea > dl:first-child {
		border-top: solid 1px #dddddd;
	}
	.newsListArea > dl > dt {
		display: block;
		width: 10em;
		vertical-align: top;
	}
	.newsListArea.iconType > dl > dt {
		display: block;
		width: 100%;
	}
	.newsListArea > dl > dd {
		display: block;
		width: auto;
		vertical-align: top;
	}
	.newsListArea.iconType > dl > dd {
		display: block;
		width: 100%;
		margin-top: 5px;
	}
	.newsListArea dl dd .linkEffect {
		display: block;
		width: 100%;
	}
	.newsListArea dl dd a {
		display: block;
		width: 100%;
		padding: 0 20px 0 0;
	}
	.newsListArea > dl > dd .iconLink01 a:before {
		top: 25%;
		left: auto;
		right: 0;
	}
	.newsListArea > dl > dd > *:first-child {
		margin-top: 0;
	}
	.newsListArea > dl > dd > .iconLink01 {
		margin-left: 0;
	}

	/* shopInformationArea
	-------------------------------- */
	.shopInformationArea {
		margin: 20px -500% 0;
		padding: 0 500%;
	}
	.shopInformationArea .inner {
		max-width: 100%;
		margin: 10px auto 0;
		padding: 15px 0 20px;
	}
	.shopInformationArea.eachShopType {
		position: relative;
		background-color: #ffffff;
		background-image: url(/common/img/com_bg07.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
		border-top: solid 2px #231815;
	}
	.shopInformationArea.eachShopType:after {
		position: absolute;
		top: 1px;
		width: 100%;
		height: 1px;
		background: #231815;
		content: "";
	}
	.shopInformationArea .title {
		position: relative;
		padding-bottom: 15px;
		border-bottom: solid 1px #cccccc;
		color: #111111;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.shopInformationArea.allShopType .title {
		color: #111111;
	}
	.shopInformationArea .title:after {
		content: inherit;
	}
	.shopInformationArea.allShopType .title:after {
		background: #333333;
	}
	.shopInformationArea .fourColumn01 {
		display: block;
		margin-top: 0;
	}
	.shopInformationArea .fourColumn01 .col {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-flow: row nowrap;
  	flex-flow: row nowrap;
		-webkit-justify-content: space-between;
  	justify-content: space-between;
		width: 100%;
		margin: 0 0 0 0;
		padding: 7px 15px;
		border-bottom: solid 1px #cccccc;
	}
	.shopInformationArea .figure {
		width: 25.8%;
		padding-right: 5.3%;
	}
	.shopInformationArea .infoDetail {
		width: 100%;
		margin-top: 0;
	}
	.shopInformationArea .infoDetail > dt .newsIcon01,
	.shopInformationArea .infoDetail > dt .newsIcon02,
	.shopInformationArea .infoDetail > dt .newsIcon03,
	.shopInformationArea .infoDetail > dt .newsIcon04 {
		margin: 0 5px 1px 0;
	}
	.shopInformationArea .infoDetail > dt .date {
		color: #333333;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.shopInformationArea.allShopType .infoDetail > dt .date {
		color: #333333;
	}
	.shopInformationArea .infoDetail > dd {
		margin-top: 5px;
		color: #ffffff;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.shopInformationArea.eachShopType .infoDetail > dd,
	.shopInformationArea.allShopType .infoDetail > dd {
		color: #000000;
	}
	.shopInformationArea.eachShopType.naviType .infoDetail > dd {
		color: #ffffff;
	}
	.shopInformationArea .infoDetail > dd > *:first-child {
		margin-top: 0;
	}
	.shopInformationArea .infoDetail > dd a {
		position: relative;
		display: block;
		width: 100%;
		padding-right: 10px;
		color: #333333;
	}
	.shopInformationArea .infoDetail > dd a:before {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		display: inline-block;
		width: 6px;
		height: 10px;
		background: url(/common/img/com_ic05.png) no-repeat 0 0;
		background-size: 6px 10px;
		content: "";
	}
	.shopInformationArea.eachShopType.naviType .infoDetail > dd a:before {
		width: 6px;
		height: 10px;
		background: url(/common/img/com_ic27.png) no-repeat 0 0;
		background-size: 6px 10px;
	}
	.shopInformationArea .btnLink01 {
		padding: 0 15px;
		text-align: center;
	}
	.shopInformationArea .btnLink01 a {
		width: 100%;
		color: #333333;
	}
	.shopInformationArea .btnLink01.emType a {
		background: #ffffff;
		border: solid 1px #585858;
	}

	/* fixing */
	.shopInformationArea .fourColumn01 .col .figure {
		width: 40px;
		height: 20px;
		padding-right: 0;
	}
	.shopInformationArea .fourColumn01 .col .figure img {
		width: 100%;
	}
	.shopInformationArea .fourColumn01 .col .figure + .infoDetail {
		width: calc(100% - 55px);
	}


	/*=================================
		Q & A
	================================ */
	/* qaListArea
	-------------------------------- */
	.qaListArea {
		margin-top: 10px;
	}
	.qaListArea .qaList01 > dl {
		margin-top: 15px;
	}
	.qaListArea .qaList01 dt {
		position: relative;
		width: 100%;
		min-height: 40px;
		padding: 12px 45px 7px 50px;
		background: #f6f6f6;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.qaListArea .qaList01 dt:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 40px;
		padding: 11px 5px;
		background: #1c1a19;
		color: #ffffff;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.1;
		text-align: center;
		content: "Q";
		font-weight: normal;
	}
	.qaListArea .qaList01 dt a {
		text-decoration: none;
	}
	.qaListArea .qaList01 dd {
		position: relative;
		width: 100%;
		margin-top: 0;
		padding: 10px 10px 10px 60px;
		border: solid 1px #dddddd;
		border-top: none;
	}
	.qaListArea .qaList01 dd:before {
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
		width: 40px;
		height: 40px;
		padding: 11px 5px;
		background: #ffffff;
		border: solid 1px #cccccc;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.1;
		text-align: center;
		content: "A";
	}
	.qaListArea .qaList01 dd > *:first-child {
		margin-top: 0;
	}
	.qaListArea .qaList01 dd .title {
		font-size: 13px;
		font-size: 1.3rem;
	}

	/* accordionBox */
	.qaListArea .qaList01 .accordionBox dt {
		padding: 0;
		cursor: pointer;
	}
	.qaListArea .qaList01 .accordionBox dt a {
		position: relative;
		display: block;
		padding: 12px 45px 7px 50px;
	}
	.qaListArea .qaList01 .accordionBox dt a:before {
		position: absolute;
		top: 50%;
		right: 9px;
		width: 15px;
		height: 2px;
		margin-top: -1px;
		background: #1c1a19;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.qaListArea .qaList01 .accordionBox dt a:after {
		position: absolute;
		top: 50%;
		right: 16.5px;
		width: 2px;
		height: 15px;
		margin-top: -7.5px;
		background: #1c1a19;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.qaListArea .qaList01 .accordionBox dt.open a:before {
		margin-top: 0;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.qaListArea .qaList01 .accordionBox dt.open a:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.qaListArea .qaList01 .accordionBox dd {
		display: none;
		margin-top: 0;
		padding: 10px 10px 10px 60px;
		border: solid 1px #dddddd;
		border-top: none;
	}
	.qaListArea .qaList01 .accordionBox dd:before {
		top: 10px;
		left: 10px;
	}


	/*=================================
		accordionList
	================================ */
	.accordionList {
		margin-top: 10px;
	}
	.accordionList > dl {
		margin-top: 15px;
		border: none;
	}
	.accordionList > dl:first-child {
		margin-top: 0;
	}
	.accordionList > dl > dt {
		padding: 0;
		cursor: pointer;
	}
	.accordionList > dl > dt a {
		position: relative;
		display: block;
		padding: 15px 40px 15px 10px;
		background: #f6f6f6;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-decoration: none;
	}
	.accordionList > dl > dt a:before {
		position: absolute;
		right: 9px;
		width: 15px;
		height: 2px;
		margin-top: -1px;
		background: #1c1a19;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.accordionList > dl > dt a:after {
		position: absolute;
		top: 50%;
		right: 16.5px;
		width: 2px;
		height: 15px;
		margin-top: -7.5px;
		background: #1c1a19;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.accordionList > dl > dt.open a:before {
		margin-top: 0;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.accordionList > dl > dt.open a:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.accordionList > dl > dd {
		display: none;
		margin-top: 0;
		padding: 10px 15px;
		border-right: solid 1px #dddddd;
		border-bottom: solid 1px #dddddd;
		border-left: solid 1px #dddddd;
		border-top: none;
	}
	.accordionList > dl > dd > *:first-child {
		margin-top: 0;
	}

	/* headingAccordionArea
	-------------------------------- */
	.headingAccordionList {
		margin-top: 10px;
	}
	.headingAccordionList > dl {
		margin-top: 15px;
	}
	.headingAccordionList > dl:first-child {
		margin-top: 0;
	}
	.headingAccordionList > dl > dt {
		margin-top: 0;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: left;
	}
	.headingAccordionList > dl > dt > a {
		position: relative;
		display: block;
		padding: 15px 40px 15px 10px;
		background: #f6f6f6;
		text-decoration: none;
		cursor: pointer;
	}
	.headingAccordionList > dl > dt > a:hover {
		text-decoration: none;
	}
	.headingAccordionList > dl > dt a:before {
		position: absolute;
		top: 50%;
		right: 9px;
		width: 15px;
		height: 2px;
		margin: -1px 0 0 0;
		background: #1c1a19;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.headingAccordionList > dl > dt a:after {
		position: absolute;
		top: 50%;
		right: 16.5px;
		width: 2px;
		height: 15px;
		margin: -7.5px 0 0 0;
		background: #1c1a19;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.headingAccordionList > dl > dt.open a:before {
		margin-top: 0;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.headingAccordionList > dl > dt.open a:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.headingAccordionList > dl > dd {
		display: none;
		margin-top: 0;
		padding: 10px 15px;
		border-right: solid 1px #dddddd;
		border-bottom: solid 1px #dddddd;
		border-left: solid 1px #dddddd;
		border-top: none;
	}
	.headingAccordionList > dl > dd > *:first-child {
		margin-top: 0;
	}



	/*=================================
		tabContentBox
	================================ */
	.tabContentBox,
	.tabContentBox02 {
		margin-top: 10px;
		border: solid 1px #666666;
	}
	section .tabContentBox,
	section .tabContentBox02 {
		margin-right: -15px;
		margin-left: -15px;
	}
	.tabContentBox .tabChangeList {
		display: none;
	}
	.tabContentBox02 .tabChangeList {
		display: table;
		width: 100%;
	}
	.tabContentBox .tabChangeList li a,
	.tabContentBox02 .tabChangeList li a {
		display: block;
		width: 100%;
		min-height: 60px;
		padding: 10px 3px;
		background: #1c1a19;
		border-left: solid 1px #dddddd;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.tabContentBox .tabChangeList.top li a,
	.tabContentBox02 .tabChangeList.top li a {
		border-top: solid 1px #1c1a19;
		border-bottom: solid 1px #dddddd;
	}
	.tabContentBox .tabChangeList.bottom li a,
	.tabContentBox02 .tabChangeList.bottom li a {
		border-top: solid 1px #dddddd;
		border-bottom: solid 1px #1c1a19;
	}
	.tabContentBox .tabChangeList.top li.on a,
	.tabContentBox02 .tabChangeList.top li.on a {
		border-top: solid 1px #1c1a19;
		border-bottom: none;
	}
	.tabContentBox .tabChangeList.bottom li.on a,
	.tabContentBox02 .tabChangeList.bottom li.on a {
		border-top: none;
		border-bottom: solid 1px #1c1a19;
	}
	.tabContentBox .tabBody,
	.tabContentBox02 .tabBody {
		padding: 0;
	}
	.tabContentBox .tabBody .tabDetail,
	.tabContentBox02 .tabBody .tabDetail {
		display: none;
		padding: 10px 15px 15px;
	}
	.tabContentBox .tabBody .tabDetail > *:first-child,
	.tabContentBox02 .tabBody .tabDetail > *:first-child {
		margin-top: 0;
	}
	.tabContentBox .tabBody .spHeading,
	.tabContentBox02 .tabBody .spHeading {
		display: block;
	}
	.tabContentBox .tabBody .spHeading a,
	.tabContentBox02 .tabBody .spHeading a {
		position: relative;
		display: block;
		padding: 10px 15px;
		background: #1c1a19;
		border-top: solid 1px #454040;
		color: #ffffff;
		font-size: 14px;
		font-size: 1.4rem;
		text-decoration: none;
	}
	.tabContentBox .tabBody .spHeading a:before,
	.tabContentBox02 .tabBody .spHeading a:before {
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 15px;
		height: 2px;
		margin-top: -1px;
		background: #ffffff;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.tabContentBox .tabBody .spHeading a:after,
	.tabContentBox02 .tabBody .spHeading a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 22px;
		width: 2px;
		height: 15px;
		margin-top: -7.5px;
		background: #ffffff;
		transition-property:all;
		transition-duration:0.2s;
		content: "";
	}
	.tabContentBox .tabBody .spHeading.open a:before,
	.tabContentBox02 .tabBody .spHeading.open a:before {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.tabContentBox .tabBody .spHeading.open a:after,
	.tabContentBox02 .tabBody .spHeading.open a:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}


	/*=================================
		contactArea
	================================ */
	/* contactArea01
	-------------------------------- */
	.contactArea01 {
		height: auto;
		min-height: 190px;
		margin: 20px -500% 0;
		padding: 0 500%;
		background: url(/common/img/com_bg02.png) no-repeat 50% 0;
		background-size: contain;
	}
	.contactArea01 .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 37px 15px 20px;
	}
	.contactArea01 * {
		color: #ffffff;
		text-decoration: none;
	}
	.contactArea01 .title {
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.1;
	}
	.contactArea01 .contactOneCol,
	.contactArea01 .contactTwoCol {
		margin-top: 10px;
	}
	.contactArea01 .twoColumn01 .col {
		float: none;
		width: 100%;
		margin: 10px 0 0;
	}
	.contactArea01 .contactDl01 > dt,
	.contactArea01 .contactDl02 > dt {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.contactArea01 .contactDl02 > dt {
		display: block;
		width: 100%;
		font-weight: bold;
		text-align: center;
	}
	.contactArea01 .contactDl02 > dt:after {
		display: none;
	}
	.contactArea01 .contactDl01 > dd {
		margin-top: 15px;
	}
	.contactArea01 .contactDl02 > dd {
		margin-top: 5px;
	}
	.contactArea01 .contactDl01 > dd > *:first-child,
	.contactArea01 .contactDl02 > dd > *:first-child {
		margin-top: 0;
	}
	.contactArea01 .contactDl01 > dd .btnLink01.contactType a,
	.contactArea01 .contactDl02 > dd .btnLink01.contactType a {
		min-width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.contactArea01 .contactDl01 > dd .btnLink01.contactType a[target="_blank"]:before,
	.contactArea01 .contactDl02 > dd .btnLink01.contactType a[target="_blank"]:before {
		display: inline-block;
		width: 21px;
		height: 14px;
		margin: 0 10px 0 0;
		background: url(/common/img/com_ic14.png) no-repeat 0 0;
		background-size: 21px 14px;
		vertical-align: middle;
		content: "";
	}
	.contactArea01 .contactDl02 > dd .telLink {
		padding-left: 0;
		background: none;
	}
	.contactArea01 .contactDl02 > dd .telLink a {
		display: block;
		width: 100%;
		padding: 10px 20px;
		background: rgba(0, 0, 0, 0.5);
		border: 1px solid #585858;
		text-align: center;
		cursor: default;
	}
	.contactArea01 .contactDl02 > dd .telLink a:before {
		display: inline-block;
		width: 13px;
		height: 18px;
		margin: 0 10px -2px 0;
		background: url(/common/img/com_ic12.png) no-repeat 0 50%;
		background-size: 13px 18px;
		content: "";
	}
	.contactArea01 .contactDl02 > dd .telLink a:hover {
		color: #ffffff;
	}
	.contactArea01 .contactDl02 > dd .telLink .telNumber {
		font-size: 16px;
		font-size: 1.6rem;
		vertical-align: middle;
	}
	.contactArea01 .contactDl02 > dd .telLink .reception {
		display: block;
		margin: 5px 0 0;
		font-size: 9px;
		font-size: 0.9rem;
		vertical-align: middle;
		text-align: center;
	}

	/* contactArea02
	-------------------------------- */
	.contactArea02 {
		margin-top: 20px;
	}
	.contactArea02 .title {
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.contactArea02 .threeColumn01 {
		margin-top: 10px;
	}
	.contactArea02 .contactDl03 {
	}
	.contactArea02 .threeColumn01 .col {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.contactArea02 .contactDl03 > dt {
		padding-bottom: 7px;
		border-bottom: solid 1px #cccccc;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.contactArea02 .contactDl03 > dd {
		margin-top: 8px;
	}
	.contactArea02 .contactDl03 > dd > *:first-child {
		margin-top: 0;
	}
	.contactArea02 .contactDl03 > dd .telLink {
		padding-left: 0;
		border: solid 1px #333333;
		background: url(/common/img/com_ic13.png) no-repeat 25% 50%;
		background-size: 14px;
	}
	.contactArea02 .contactDl03 > dd .telLink a {
		display: block;
		cursor: default;
		padding: 10px 15px 6px;
		text-align: center;
		text-decoration: none;
	}
	.contactArea02 .contactDl03 > dd .telLink a {
		display: block;
		cursor: default;
		padding: 10px 15px 6px;
		text-align: center;
		text-decoration: none;
	}
	.contactArea02 .contactDl03 > dd .telLink a:before {
		display: inline-block;
		width: 14px;
		height: 16px;
		background: url(/common/img/com_ic13.png) no-repeat 0 0;
		background-size: 14px;
	}
	.contactArea02 .contactDl03 > dd .telLink .telNumber {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		vertical-align: middle;
	}
	.contactArea02 .contactDl03 > dd .btnLink01 {
		margin-top: 10px;
	}
	.contactArea02 .contactDl03 > dd .btnLink01.contactType a {
		width: 100%;
	}
	.contactArea02 .contactDl03 > dd .btnLink01.contactType a.mailIcon:before {
		display: inline-block;
		width: 21px;
		height: 14px;
		margin: 0 10px 2px 0;
		background: url(/common/img/com_ic14.png) no-repeat 0 0;
		background-size: 21px 14px;
		vertical-align: middle;
		content: "";
	}


	/*=================================
		shopDetailArea
	================================ */
	/* shopNameArea
	-------------------------------- */
	.shopDetailArea {
		margin-top: 10px;
	}
	.shopDetailArea .shopNameArea {
		display: block;
		padding-bottom: 0;
		border-bottom: none;
	}
	.shopDetailArea .shopNameArea .shopNameHeading {
		margin-right: 0;
		padding-left: 12px;
		padding-bottom: 8px;
		background: url(/common/img/com_ic05.png) no-repeat 0 0.2em;
		background-size: 7px 11px;
		border-bottom: solid 1px #cccccc;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.shopDetailArea .twoColumn01 .col {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.shopIconList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
		border: solid 1px #ffffff;
	}
	.shopDetailArea .shopNameArea .shopIconList {
		margin-top: 10px;
	}
	.shopIconList li {
		display: block;
		width: 50%;
		padding: 3px 5px;
		background: #eeeeee;
		border-bottom: solid 1px #ffffff;
		border-left: solid 1px #ffffff;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.1;
		text-align: center;
	}
	.shopIconList li:first-child,
	.shopIconList li:nth-child(odd) {
		border-left: none;
	}
	.shopIconList li a {
		padding: 0;
	}
	.shopIconList li.shopIcon01 a {width: 100%;}
	.shopIconList li.shopIcon02 a {width: 100%;}
	.shopIconList li.shopIcon03 a {width: 100%;}
	.shopIconList li.shopIcon04 a {width: 100%;}
	.shopIconList li.shopIcon05 a {width: 100%;}
	.shopIconList li.shopIcon06 a {width: 100%;}
	.shopIconList li.shopIcon07 a {width: 100%;}

	/* shopType */
	.shopType .figureColL {
		float: none;
		width: 100%;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.shopType .col {
		float: none;
		width: 100%;
		margin: 0 0 5px 0;
	}

	/* shopDetailArea02 */
	.shopDetailArea02 {
		margin: 0 -500%;
		padding: 0 500%;
		background: #f6f6f6;
	}
	.shopDetailArea02 .twoColumn01 .col {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.shopDetailArea02 .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 20px 15px;
	}
	.shopDetailArea02.blackType {
		margin-top: 10px;
		background: #141212 url(/common/img/com_bg05_sp.png) no-repeat 50% 0;
	}
	.shopDetailArea02.blackType .inner {
		padding-top: 40px;
	}
	.shopDetailArea02.blackType .title {
		padding-bottom: 0;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.shopDetailArea02.blackType .title:after {
		display: none;
	}
	.shopDetailArea02.blackType .twoColumn01 {
		margin-top: 10px;
	}
	.shopDetailArea02.blackType .twoColumn01 .iconLinkList01 li a:before {
		background: url(/common/img/com_ic27.png) no-repeat 0 0;
		background-size: 7px 11px;
	}
	.shopDetailArea02.blackType .twoColumn01 .iconLinkList01 li a[target="_blank"]:after {
		width: 10px;
		height: 10px;
		background: url(/common/img/com_ic10.png) no-repeat 0 0;
		background-size: 10px 10px;
	}

	/* shopSlideArea
	-------------------------------- */
	/* bx-pager */
	.shopSlideArea .bx-wrapper {
		margin-bottom: 30px;
	}
	.shopSlideArea .bx-wrapper .bx-controls .bx-pager {
		bottom: -15px;
		height: 5px;
		padding: 0;
		letter-spacing: -.40em;
	}
	.shopSlideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
		letter-spacing: normal;
	}
	.shopSlideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
		width: 50px;
		height: 5px;
		background: #cccccc;
		border-radius: 0;
	}
	/* bx-controls-direction */
	.shopSlideArea .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
		top: auto;
		bottom: -20px;
		left: 11px;
		display: block;
		width: 7px;
		height: 12px;
		margin-top: -11px;
		background: url(/common/img/com_ic25.png) no-repeat 0 0;
		background-size: 7px 12px;
		z-index: 5;
	}
	.shopSlideArea .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
		top: auto;
		bottom: -20px;
		right: 11px;
		display: block;
		width: 7px;
		height: 12px;
		margin-top: -11px;
		background: url(/common/img/com_ic26.png) no-repeat 0 0;
		background-size: 7px 12px;
		z-index: 5;
	}

	/* externalLink
	-------------------------------- */
	.externalLink {
		margin: 20px 0;
	}
	.externalLink li {
		float: none;
		display: table;
		width: 100%;
		margin: 0 -1px -1px 0;
		border: solid 1px #585858;
	}
	.externalLink li a {
		display: table-cell;
		width: 100%;
		padding: 15px 10px 15px 50px;
		background-color: #ffffff;
		color: #333333;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.1;
		text-decoration: none;
	}
	.externalLink li.externalIcon01 a {
		background-image: url(/common/img/com_ic17.png);
		background-repeat: no-repeat;
		background-position: 15px 50%;
	}
	.externalLink li.externalIcon02 a {
		background-image: url(/common/img/com_ic18.png);
		background-repeat: no-repeat;
		background-position: 15px 50%;
	}
	.externalLink li.externalIcon03 a {
		background-image: url(/common/img/com_ic19.png);
		background-repeat: no-repeat;
		background-position: 15px 50%;
	}
	.externalLink li.externalIcon04 a {
		background-image: url(/common/img/com_ic20.png);
		background-repeat: no-repeat;
		background-position: 12px 50%;
	}
	.externalLink li.externalIcon05 a {
		background-image: url(/common/img/com_ic21.png);
		background-repeat: no-repeat;
		background-position: 15px 50%;
	}
	.externalLink li a:hover {
		background-color: #f1f1f1;
	}


	/*=================================
		shopListBtn
	================================ */
	.shopListBtn {
		margin: 0 -500%;
		padding: 0 500%;
		background: #eeeeee
	}
	.shopListBtn .inner {
		max-width: 100%;
		min-height: auto;
		margin: 0 auto;
		background: url(/common/img/com_im01.png) no-repeat 294px 50%;
	}
	.shopListBtn dl {
		display: block;
		padding: 20px 0;
	}
	.shopListBtn dl dt {
		width: 100%;
		margin-right: 0;
		padding-top: 10px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.shopListBtn dl dd {
		width: 100%;
		padding: 0 15px;
	}
	.shopListBtn dl dd > *:first-child {
		margin-top: 0;
	}


	/*=================================
		shopIntroductionBtn
	================================ */
	.shopIntroductionBtn {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		border-top: solid 1px #333333;
		border-right: none;
		border-bottom: solid 1px #333333;
		border-left: none;
	}
	.shopIntroductionBtn li {
		display: table;
		width: 50%;
	}
	.shopIntroductionBtn li:first-child {
		border-right: solid 1px #333333;
	}
	.shopIntroductionBtn li:last-child {
		border-left: none;
	}
	.shopIntroductionBtn li a {
		position: relative;
		display: table-cell;
		height: 60px;
		background-color: #f3f3f3;
		color: #000000;
		font-size: 14px;
		font-size: 1.4rem;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
	}
	.shopIntroductionBtn li .title {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin-top: -0.7em;
		z-index: 10;
	}
	.shopIntroductionBtn li .figure {
		display: none;
	}


	/*=================================
		archivesList
	================================ */
	.archivesList {
		margin-top: 20px;
		padding: 10px 10px;
		background: #eeeeee;
	}
	.archivesList dl {
		display: block;
		-webkit-align-items: center;
		align-items: center;
	}
	.archivesList dl dt {
		margin: 0 0 10px;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	.archivesList dl dd {
	}
	.archivesList dl dd select {
		width: 100%;
		padding: 10px 10px;
		border: solid 1px #d2d2d2;
	}


	/*=================================
		shopListCol
	================================ */
	.shopListColArea {
		margin: 10px -500% 0;
		padding: 0 500%;
		background: url(/common/img/com_bg01.gif) repeat 0 0;
	}
	section .shopListColArea {
		margin: 10px -15px 0;
		padding: 0;
	}
	.shopListColArea .threeColumn01 .col {
		float: none;
		display: table;
		border-top: solid 1px #cccccc;
		width: 100%;
		margin: 0;
	}
	.shopListColArea .threeColumn01 .col:last-child {
		border-bottom: solid 1px #cccccc;
	}
	.shopListColArea .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.shopListColArea .threeColumn01 {
		margin-top: 0;
	}
	.shopListColArea .title {
		display: table-cell;
		width: 50%;
		margin-bottom: 0;
		padding: 10px 15px 10px 35px;
		background: url(/common/img/com_ic05.png) no-repeat 15px 50%;
		border-bottom: none;
		font-size: 14px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.shopListColArea .threeColumn01 .col .linkEffect {
		display: block;
	}
	.shopListColArea .threeColumn01 .col a {
		display: block;
	}
	.shopListColArea .threeColumn01 .col .figure {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.shopListColArea .threeColumn01 .col p {
		display: none;
	}


	/*=================================
		privilegeArea
	================================ */
	.privilegeArea {
		margin: 0 -500%;
		padding: 0 500%;
		margin-top: 10px;
		background: url(/common/img/com_bg01.gif) repeat 0 0;
	}
	.privilegeArea .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 15px 15px;
	}
	.privilegeArea .title {
		padding: 12px 10px 10px 30px;
		background: #ffffff url(/common/img/com_ic22.png) no-repeat 10px 50%;
		background-size: 13px 10px;
		border-bottom: solid 1px #cccccc;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.privilegeArea .twoColumn01 {
		display: block;
	}
	.privilegeArea .twoColumn01 .col {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.privilegeArea dl {
		margin-top: 15px;
	}
	.privilegeArea dl + dl {
		margin-top: 15px;
	}
	.privilegeArea .privilegeList li {
		margin-top: 15px;
		padding-left: 20px;
		background: url(/common/img/com_ic22.png) no-repeat 0 0.3em;
		background-size: 13px 10px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.privilegeArea .privilegeList li:first-child {
		margin-top: 0;
	}


	/*=================================
		productServiceArea
	================================ */
	.productServiceArea {
		margin: 0 -500%;
		padding: 0 500%;
		margin-top: 10px;
		background: url(/common/img/com_bg01.gif) repeat 0 0;
	}
	.productServiceArea .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 30px 15px;
	}
	.productServiceArea .inner .fiveColumn01 {
		display: block;
	}
	.productServiceArea .inner .fiveColumn01 .col {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.productServiceArea .inner .fiveColumn01 .figure {
		width: 90px;
		margin-right: 15px;
	}
	.productServiceArea .inner .fiveColumn01 .iconLink01 {
		width: auto;
		margin-top: 0;
	}


	/*=================================
		pointReductionArea
	================================ */
	.pointReductionArea .twoColumn01 {
		display: block;
	}
	.pointReductionArea .twoColumn01 .col {
		width: 100%;
		margin-top: 20px;
	}
	.pointReductionArea .twoColumn01 .col:first-child {
		margin-top: 0;
	}
	.pointReductionArea .pointReductionCol dt {
		position: relative;
		padding: 10px 10px;
		background: #1c1a19;
		color: #ffffff;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}
	.pointReductionArea .pointReductionCol dt:before {
		position: absolute;
		bottom: -14px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -14px;
		border-style: solid;
		border-width: 14px 14px 0 14px;
		border-color: #1c1a19 transparent transparent transparent;
		content: "";
	}
	.pointReductionArea .pointReductionCol dt > span {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.pointReductionArea .pointReductionCol dd {
		padding-top: 10px;
	}
	.pointReductionArea .pointReductionCol dd .pointText {
		color: #e6001a;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.pointReductionArea .pointReductionCol dd p + .noteList01 {
		margin-top: 0;
	}


	/*=================================
		groupService
	================================ */
	.groupService {
		margin: 0 -500%;
		padding: 0 500%;
		background: #eeeeee;
	}
	.groupService .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 28px 15px;
	}
	.groupService .title {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
	}
	.groupService .groupServiceList {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.groupService .groupServiceList li {
		display: table;
		width: 48%;
		height: 40px;
		margin: 10px 4% 0 0;
	}
	.groupService .groupServiceList li:nth-child(4n) {
		margin-right: 4%;
	}
	.groupService .groupServiceList li:nth-child(2n) {
		margin-right: 0;
	}
	.groupService .groupServiceList li a {
		display: table-cell;
		width: 100%;
		height: 50px;
		padding: 8px 5px;
		background: #ffffff;
		border: solid 1px #555555;
		color: #333333;
		font-size: 12px;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
	}

	/*=================================
		inspectionArea
	================================ */
	.inspectionArea {
	}
	.inspectionArea .col .figure img {
		width: 100%;
	}
	/* inspectionSlideList
	-------------------------------- */
	/* bx-pager */
	.inspectionArea .bx-wrapper {
		margin-bottom: 30px;
	}
	.inspectionArea .bx-wrapper .bx-controls .bx-pager {
		bottom: -15px;
		height: 5px;
		padding: 0;
		letter-spacing: -.40em;
	}
	.inspectionArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
		letter-spacing: normal;
	}
	.inspectionArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
		width: 50px;
		height: 5px;
		background: #cccccc;
		border-radius: 0;
	}
	.inspectionArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
		background: #231815;
	}
	/* bx-controls-direction */
	.inspectionArea .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
		top: auto;
		bottom: -20px;
		left: 11px;
		display: block;
		width: 7px;
		height: 12px;
		margin-top: -11px;
		background: url(/common/img/com_ic25.png) no-repeat 0 0;
		background-size: 7px 12px;
		z-index: 5;
	}
	.inspectionArea .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
		top: auto;
		bottom: -20px;
		right: 11px;
		display: block;
		width: 7px;
		height: 12px;
		margin-top: -11px;
		background: url(/common/img/com_ic26.png) no-repeat 0 0;
		background-size: 7px 12px;
		z-index: 5;
	}

}


/*=================================
	clearfix
================================ */
.figureColumn01:after,
.figureColumn02:after,
.figureColumn02 .figureColR:after,
.figureColumn02 .figureColL:after,
.externalLink:after {
	content : "";
	display : block;
	clear : both;
}
