@charset "utf-8";


/* ============================================================
 init
============================================================ */
body {
	color: #333;
	line-height: 1.5;
	-webkit-text-size-adjust:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo","メイリオ",  "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	font-size: 14px;
}
#wrap {
	position: relative;
	min-width: 1060px;
	width: 100%;
	min-height: 100%;
	margin-top: -20px;
	overflow: hidden;
	zoom: 1;   
}
@media screen and (max-width: 737px) {
	#wrap {
		min-width: 320px;
		width: 100%;
	}
}
/* tag
------------------------------------------------------------ */
img {
	height: auto;
	border:0;
	vertical-align:bottom;
}
sub {
	vertical-align: bottom;
}
h1 sub {
	font-size: 18px;
}
h2 sub {
	font-size: 14px;
}
	
/* link
------------------------------------------------------------ */
a { 
	color: #494949;
	overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}
.rollOpa {
	-webkit-transition: 0.2s ease-in;  
		 -moz-transition: 0.2s ease-in;  
			 -o-transition: 0.2s ease-in;  
					transition: 0.2s ease-in;
}
.rollOpa:hover {
	text-decoration: none;
	filter: alpha( opacity=50 );
	opacity: 0.5;
}
a.line {
	text-decoration: underline;
}
a.line:hover {
	text-decoration: none;
}
.cssAnim {
	-webkit-transition: 0.2s ease-in;  
		 -moz-transition: 0.2s ease-in;  
			 -o-transition: 0.2s ease-in;  
					transition: 0.2s ease-in;
}
/* class
------------------------------------------------------------ */
.clearfix,
ul,
dl {
	zoom:1;
}
.clearfix:after,
ul:after,
dl:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
input {
	vertical-align: middle;
}
input[type="submit"] {
  -webkit-appearance: none;
	border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
	position:relative;
	zoom:1;
}
	
.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
	content: "";
	display: block;
	clear: both;
}
.box,
.cell {
	float:left;
}
.box.right,
.cell.right {
	float:right;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}
.shadow {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #e9e9e9;  
    -moz-box-shadow: 0px 0px 5px #e9e9e9;  
    box-shadow: 0px 0px 5px #e9e9e9;
}
.boxer {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}
@media screen and (max-width: 737px) {
	.spBoxer {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
	}
}
/* js予約 */
.btn {}
.rollover {}
.imgLink {}

.spElement {
	display: none !important;
}
@media screen and (max-width: 737px) {
	.spElement {
		display: block !important;
	}
	.pcElement {
		display: none !important;
	}
}

/* space
============================================================ */
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}

@media screen and (max-width: 737px) {
	.mt10 { margin-top: 5px;}
	.mt15 { margin-top: 7px;}
	.mt20 { margin-top: 10px;}
	.mt25 { margin-top: 12px;}
	.mt30 { margin-top: 15px;}
}

/* font
============================================================ */
.fs10 { font-size: 10px;}
.fs12 { font-size: 12px;}
.fs14 { font-size: 14px;}
.fs16 { font-size: 16px;}
.fs18 { font-size: 18px;}
.fs20 { font-size: 20px;}
.fs24 { font-size: 24px;}

@media screen and (max-width: 737px) {
	.fs14 { font-size: 12px;}
	.fs16 { font-size: 12px;}
	.fs18 { font-size: 14px;}
	.fs20 { font-size: 14px;}
	.fs24 { font-size: 18px;}
}
@media screen and (max-width: 737px) {
	.wordKeep {
		word-break: keep-all;
	}
}
/* img
============================================================ */
.imgWidthFit {
	width: 100%;
	height: auto;
}
.imgHeightFit {
	height: 100%;
	width: auto;
}
.spFullSize {
	margin-left: -10px;
	margin-right: -10px;
}
/* header
============================================================ */
header {
	min-width: 1060px;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.9);
	padding: 18px 0 0;
	border-bottom: 1px solid #efefef;
}
header .row {
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px 15px;
}
header .right {
	padding-top: 6px;
	width: 703px;
}
header .right ul {
	float: left;
}
header .right li {
	float: left;
	margin-left: 5px;
}
header .right ul + ul {
	margin-left: 10px;
}
@media screen and (max-width: 737px) {
	header {
		min-width: 320px;
		width: 100%;
		padding: 10px 0 0px;
	}
	header .row {
		width: auto;
		padding: 0 10px 10px;
	}
	header .left {
		width: 195px;
		padding-left: 41px;
	}
	header .right {
		padding-top: 0px;
		width: 45px;
	}
}
/* fix */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
@media print {
	header {
		position: absolute;
	}
}
#container {
	margin-top: 106px;
}
@media screen and (max-width: 737px) {
	#container {
		margin-top: 66px;
	}	
}
/* #spNav
============================================================ */
#spNav {
	display: none;
	border-top: 1px solid #efefef;
}
#spNav ul {
	background-color: #fff;
	margin-bottom: -1px;
}
#spNav ul li + li {
	margin-top: 1px;
}
#spNav ul + ul {
	margin-top: 2px;
}
#spNav ul li span,
#spNav ul li a {
	display: block;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	background-color: #6bc5d1;
	color: #fff;
}
#spNav ul li span {
	background-color: #9cccd2;
	font-size: 12px;
}
#spNav ul li span b {
	font-size: 16px;
	font-weight: 400;
}
#spNav ul li a.navShopList { background-color: #6ac9ba; }
#spNav ul li a.navOnlineShop { background-color: #c5ab7f; }
#spNav .arrow02:after {
	
}
@media screen and (min-width: 738px) {
	#wrap #spNav {
		display: none !important;
	}
}

/* footer
============================================================ */
footer {
	min-width: 1060px;
	width: 100%;
	background-color: #efefef;
	position: relative;
}
footer .row {
	width: 100%;
}
footer .row.bannerArea {
	padding: 60px 0 40px;
	background-color: #fff;
}
footer .row.bannerArea ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
footer .row.bannerArea ul li + li {
	margin-left: 20px;
}
@media screen and (max-width: 737px) {
	footer {
		min-width: 320px;
		position: relative;
	}
	footer .row {
		width: auto;
	}
	footer .row.bannerArea {
		padding: 30px 10px 30px;
	}
	footer .row.bannerArea ul {
		width: auto;
		margin: 0;
		display: block;
	}
	footer .row.bannerArea ul li + li {
		margin-left: 0px;
		margin-top: 10px;
	}
	footer .row.bannerArea ul li img {
		width: 100%;
		height: auto;
	}
}
/* sns */
footer .row.snsArea {
	background-color: #fff;
	padding-bottom: 30px;
}
footer .row.snsArea .snsBtns {
	text-align: center;
	font-size: 0;
}
footer .row.snsArea .snsBtns li {
	float: none;
	display: inline-block;
	width: 80px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}
footer .row.snsArea .snsBtns li.gl {
	width: 40px;
}
footer .row.copyArea {
	padding: 40px 0 90px;
}
footer .row .inner {
	width: 1060px;
	margin: 0 auto;
}
footer .row .inner .box {
	width: 50%;
}
footer .row .left ul {
	margin-left: 125px;
	margin-top: 5px;
	border-left: 1px solid #999;
}
footer .row .left li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #999;
	height: 10px;
	vertical-align: top;
}
footer .row .left li a {
	color: #999;
	font-size: 10px;
	vertical-align: top;
	line-height: 1;
}
footer .row .left li a:hover {
	text-decoration: underline;
}
footer .row .left .footerLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 15px;
}
footer .row .left .footerLogo img {
	width: 100%;
	vertical-align: top;
}
footer .row .right {
	text-align: right;
}
footer .row .right p {
	font-size: 10px;
	color: #666;
}
@media screen and (max-width: 737px) {
	footer .row.copyArea {
		padding: 0px 0 10px;
	}
	footer .row .inner {
		width: auto;
		margin: 0;
		padding: 0 10px;
	}
	footer .row .inner .box {
		float: none;
		width: auto;
	}
	footer .row .left ul {
		margin-left: 0;
		margin-top: 0;
		border: none;
		margin-bottom: 30px;
	}
	footer .row .left li {
		float: none;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #ccc;
		height: auto;
		vertical-align: middle;
	}
	footer .row .left li a {
		display: block;
		padding: 13px 20px 15px 40px;
		color: #666;
		font-size: 12px;
		position: relative;
		vertical-align: middle;
	}
	footer .row .left li a:before {
		content: "";
		display: block;
		width: 19px;
		height: 17px;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -9px;
		background-image: url("/common/img/icon/icon_pc_01.png");
		background-repeat: no-repeat;
		-webkit-background-size: 19px 17px;
		background-size: 19px 17px;
		background-position: 0 0;
	}
	footer .row .left li a:after {
		content: "";
		display: block;
		width: 5px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -5px;
		background-image: url("/common/img/icon/arrow_01.png");
		background-repeat: no-repeat;
		-webkit-background-size: 5px 11px;
		background-size: 5px 11px;
		background-position: 0 0;
	}
	footer .row .left li a:hover {
		text-decoration: none;
	}
	footer .row .left .footerLogo {
		position: static;
		width: auto;
		height: auto;
		text-align: center;
		margin-bottom: 28px;
	}
	footer .row .left .footerLogo img {
		width: auto;
		height: 18px;
	}
	footer .row .right {
		float: none;
		width: auto;
		text-align: center;
	}
}

/* pageTop
------------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 100;
	width: 61px;
	height: 61px;
}
@media screen and (max-width: 737px) {
	#pageTop {
		display: none;
	}
}

/* container
========================================================= */
.bgBlue,
.bgPcBlue {
	background-color: #f6fbfc;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#main .outerWhite {
	background-color: #fff;
	padding: 40px;
}
#main .outerWhite p + p {
	margin-top: 40px;
}
@media screen and (max-width: 737px) {
	.bgPcBlue {
		background-color: #fff;
	}
	#main {
		width: auto;
		margin: 0;
		padding-bottom: 30px;
	}
	#main .outerWhite {
		padding: 0;
	}	
	#main .outerWhite p + p {
		margin-top: 26px;
	}
	#main section {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* pagerBanner */
#main .pagerBanner {
	margin: 60px 0 0;
	text-align: center;
}
#main .pagerBanner a {
	display: block;
	width: 488px;
	margin: 0 auto;
	border: 1px solid #b1dde0;
	background-color: #fff;
}
#main .pagerBanner a img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 737px) {
	#main .pagerBanner {
		margin: 40px 10px 0;
	}
	#main .pagerBanner a {
		width: auto;
	}
}
/* headings
========================================================= */
.hd01 {
	margin: 0 0 40px;
	padding: 46px 0 19px;
	border-bottom: 1px solid #34b8c4;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 36px;
}
.hd01 span {
	font-size: 26px;
}
.hd02 {
	font-size: 30px;
	color: #00a6bc;
}
.hd03 {
	font-size: 18px;
	color: #00a6bc;
	line-height: 1.5;
}
.hd04 {
	font-size: 18px;
	color: #fff;
	background-color: #00a6bc;
	padding: 3px 0 3px 8px;
	line-height: 1;
	margin-bottom: 10px;
}
.hd05 {
	font-size: 24px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-color: #00a6bc;
	line-height: 45px;
	padding: 0 20px 0 20px;
	margin-bottom: 27px;
	vertical-align: middle;
	position: relative;
	color: #fff;
	text-align: center;
	word-break: keep-all;
}
.hd05:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	height: 0px;
	width: 0px;
	border-top: 23px solid transparent;
	border-right: none;
	border-bottom: 23px solid transparent;
	border-left: 15px solid #fff;
}
.hd05:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	height: 0px;
	width: 0px;
	border-top: 23px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 23px solid transparent;
	border-left: none;
}
@media screen and (max-width: 737px) {
	.hd01 {
		margin: 0 0 40px;
		padding: 30px 10px 19px;
		font-size: 30px;
	}
	.hd01 span {
		font-size: 20px;
		display: block;
		line-height: 1;
	}
	.hd02 {
		font-size: 20px;
	}
	.hd03 {
		font-size: 14px;
	}
	.hd04 {
		font-size: 16px;
		padding-left: 4px;
		margin-bottom: 10px;
	}
	.hd05 {
		font-size: 18px;
		line-height: 1.2;
		padding: 7px 10px;
		margin-bottom: 13px;
		word-break: break-all;
	}
	.hd05:before,
	.hd05:after {
		display: none;
	}
}
/* arrows
======================================= */
.leftBlank { 	position: relative; }
.leftBlank:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: 10px;
	background-image: url("/common/img/icon/icon_blank_01.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
@media screen and (max-width: 737px) {
	.spArrow02 { 	position: relative; }
	.spArrow02:after {
		content: "";
		display: block;
		width: 4px;
		height: 9px;
		margin-top: -4px;
		position: absolute;
		top: 50%;
		right: 30px;
		background-image: url("/common/img/icon/arrow_02.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		-webkit-background-size: 4px 9px;
		background-size: 4px 9px;
	}
}

/* list
======================================= */
#main .twoColumnList {
	zoom: 1;
	position:relative;
}
#main .twoColumnList:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
#main .twoColumnList {
	margin-right: -20px;
}
#main .twoColumnList li {
	float: left;
	margin: 0 20px 20px 0;
}
@media screen and (max-width: 737px) {
	#main .twoColumnList {
		margin-right: 0px;
	}
	#main .twoColumnList li {
		float: none;
		margin: 0 0px 10px 0;
	}
}
/* table
======================================= */
