@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'EB Garamond', serif,'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
@media all and (min-width: 897px) and (max-width: 1199px) {
	body {
		width: 100%;
	}
}
#container {
	overflow: hidden;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 1em;
}

#main .youtube iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 99;
}
#gHeader h1 {
	padding: 15px 0 0 37px;
}
#gNavi .btnList {
	padding: 0 16px;
	/*width: 280px;*/
	position: relative;
	display: flex;
	box-sizing: border-box;
	background-color: #000;
}
#gNavi .btnList li {
	width: 50px;
	text-align: center;
}
#gNavi .btnList .login {
	width: 164px;
}
#gNavi .btnList li a {
	padding: 34px 0 30px;
	min-height: 90px;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
}
#gNavi .btnList li a:hover {
	opacity: 0.7;
}
#gNavi .btnList li a img {
	width: 22px;
}
#gNavi .btnList li.search .searchBox {
	box-sizing: border-box;
	padding: 10px 15px;
	width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	background: #000;
}
.searchBox input {
	padding: 0 45px 0 15px;
	width: 100%;
	height: 40px;
	border: none;
	font-size: 1.6rem;
	border-radius: 30px;
	background: #eaeeef;
	box-sizing: border-box;
	line-height: 1.5;
}
.searchBox button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 45px;
	height: 40px;
	background: url("../image/icon01.png") no-repeat right 11px center / 22px auto;
	border: 0;
}
.menuBox .naviList {
	margin-right: 22px;
	display: flex;
	float: left;
}
.menuBox .naviList > li {
	padding: 0 12px;
	background: url("../image/line01.png") no-repeat right center / 7px;
}
.menuBox .naviList > li:last-child {
	padding-right: 26px;
}
.menuBox .naviList li a {
	box-sizing: border-box;
	padding: 25px 0 20px;
	min-height: 90px;
	display: block;
	text-align: center;
	font-size: 1rem;
}
.menuBox .naviList > li > a.on, .menuBox .naviList > li > a:hover {
	background: url("../image/line02.jpg") no-repeat center bottom / 40px;
}
.menuBox .naviList li .en {
	margin-bottom: 2px;
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.menuBox .snsList {
	margin-top: 35px;
	display: flex;
	float: right;
}
.menuBox .snsList li {
	margin-right: 24px;
}
.menuBox .snsList li:last-child {
	margin-right: 26px;
}
.menuBox .snsList li a {
	display: block;
}
.menuBox .snsList li a:hover {
	opacity: 0.7;
}
.menuBox .subBox {
	display: none;
	padding: 52px 20px 55px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFF;
	border-top: 1px solid #CCCCCC;
	box-sizing: border-box;
	z-index: 100;
}
.menuBox .subBox .inner {
	margin: 0 auto;
	width: 1180px;
}
.menuBox .subBox .ttl {
	margin-bottom: 1px;
	font-size: 1.4rem;
	font-weight: 400;
}
.menuBox .subBox .linkBox {
	margin: 0 -26px 37px 8px;
}
.menuBox .subBox .linkBox:last-of-type {
	margin-bottom: 0;
}
.menuBox .subBox .linkBox li {
	width: 140px;
	border-bottom: 1px solid #CCCCCC;
}
.menuBox .subBox .linkBox li:not(:nth-of-type(7n)) {
	margin-right: 20px;
}
.menuBox .subBox .linkBox li a {
	padding: 19px 0 11px;
	min-height: inherit;
	display: block;
	text-align: left;
	font-size: 1.3rem;
}
.menuBox .subBox .linkBox li a:hover {
	opacity: 0.7;
}
.menuBox .subBox .linkBox .txt01 {
	letter-spacing: 0.02em;
}
.menuBox .subBox .linkBox .txt02 {
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		padding-top: 50px;
	}
	#gHeader {
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
	}
	#gHeader h1 {
		box-sizing: border-box;
		padding: 8px 5px 0 13px;
		width: calc(100% - 190px);
		position: relative;
		z-index: 55;
		background: #FFF;
	}
	#gNavi {
		display: block;
	}
	#gNavi .btnList {
		padding: 0;
		width: auto;
		position: relative;
		z-index: 55;
	}
	#gNavi .btnList li {
		box-sizing: border-box;
		width: 40px;
		position: relative;
		z-index: 2;
	}
	#gNavi .btnList .login {
		width: 57px;
	}
	#gNavi .btnList li:nth-child(2) {
		width: 40px;
	}
	#gNavi .btnList li:nth-child(3) {
		padding-right: 6px;
		width: 40px;
	}
	#gNavi .btnList li a {
		box-sizing: border-box;
		padding: 16px 0 8px;
		height: 100%;
		min-height: inherit;
		font-size: 1rem;
		line-height: 1.3;
	}
	#gNavi .btnList li a img {
		width: 19px;
	}
	#gNavi .btnList .login a {
		padding-top: 12px;
	}
	#gNavi .btnList li.search .searchBox {
		padding: 10px;
		width: 100vw;
		right: -95px;
	}
	.searchBox button {
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
	}
	.menu {
		width: 50px !important;
		height: 50px;
		z-index: 1;
		background-color: #333333;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 18px;
		width: 15px;
		height: 1px;
		background-color: #FFF;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 25px;
	}
	.menu span:nth-of-type(3) {
		top: 31px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		right: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
	.menuBox {
		width: 100%;
		height: 100vh;
		position: absolute;
		right: -100%;
		top: 0;
		z-index: 50;
		overflow: auto;
		background: #333;
		transition: all 0.3s;
	}
	.menuBox.on {
		right: 0;
	}
	.menuBox .naviList {
		margin: 64px 23px 0;
		display: block;
		float: none;
	}
	.menuBox .naviList > li {
		padding: 0;
		background: none;
	}
	.menuBox .naviList > li:last-child {
		padding-right: 0;
	}
	.menuBox .naviList > li > a:hover {
		background: none;
	}
	.menuBox .naviList li a {
		padding: 10px 0 12px;
		min-height: inherit;
		text-align: left;
		color: #FFF;
		font-size: 1rem;
		font-weight: 400;
	}
	.menuBox .naviList li.online {
		margin-top: 6px;
	}
	.menuBox .naviList li.online a {
		min-height: inherit;
		text-align: center;
		color: #fff;
		background-color: #000;
		padding: 1em;
		font-size: 1.4rem;
		font-weight: 400;
	}
	.menuBox .naviList li .en {
		margin-bottom: 0;
		padding-right: 20px;
		display: inline-block;
		vertical-align: bottom;
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1.12;
		background: url("../image/line03.png") no-repeat right 9px bottom 3px / auto 8px;
	}
	.menuBox .subBox {
		margin: 0 0 11px 10px;
		display: block;
		padding: 0;
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		background-color: transparent;
		border-top: none;
	}
	.menuBox .subBox .inner {
		width: auto;
	}
	.menuBox .subBox .ttl {
		margin: 23px 0 0;
		position: relative;
		color: #FFF;
		font-size: 1.1rem;
	}
	.menuBox .subBox .ttl:first-of-type {
		margin-top: 13px;
	}
	.menuBox .subBox .ttl::before {
		width: 15px;
		height: 1px;
		position: absolute;
		right: -5px;
		top: 50%;
		background: #FFF;
		content: '';
	}
	.menuBox .subBox .ttl::after {
		margin-top: -7px;
		width: 1px;
		height: 15px;
		position: absolute;
		right: 2px;
		top: 50%;
		background: #FFF;
		content: '';
	}
	.menuBox .subBox .ttl.on::after {
		display: none;
	}
	.menuBox .subBox .linkBox {
		margin: 12px 0 0;
		display: none;
		justify-content: space-between;
	}
	.menuBox .subBox .linkBox.on {
		display: flex !important;
	}
	.menuBox .subBox .linkBox:last-of-type {
		margin-bottom: 0;
	}
	.menuBox .subBox .linkBox ul {
		width: 48%;
		display: block;
	}
	.menuBox .subBox .linkBox li {
		width: auto;
		border-bottom: none;
	}
	.menuBox .subBox .linkBox li:not(:nth-of-type(8n)) {
		margin-right: 0;
	}
	.menuBox .subBox .linkBox li a {
		padding: 12px 0 11px 16px;
		position: relative;
		font-size: 1.1rem;
	}
	.menuBox .subBox .linkBox li a::before {
		width: 3px;
		height: 1px;
		position: absolute;
		left: 8px;
		top: 20px;
		background: #FFF;
		content: '';
	}
	.menuBox .snsList {
		margin: 0 23px 10px;
		padding-top: 10px;
		justify-content: center;
		float: none;
		border-top: 2px solid #4C4C4C;
	}
	.menuBox .snsList li {
		margin-right: 24px;
	}
	.menuBox .snsList li:last-child {
		margin-right: 0;
	}
	.menuBox .spLinkBox {
		margin: 0 23px;
		color: #FFF;
	}
	.menuBox .spLinkBox ul {
		margin-bottom: 14px;
	}
	.menuBox .spLinkBox li {
		margin-right: 4px;
		display: inline-block;
		vertical-align: top;
		font-size: 1.1rem;
	}
	.menuBox .spLinkBox li a {
		margin-right: 7px;
		color: #FFF;
	}
}
@media all and (max-width: 370px) {
	.menuBox .spLinkBox li {
		margin-right: 1px;
	}
	.menuBox .spLinkBox li a {
		margin-right: 4px;
	}
}
@media all and (max-width: 359px) {
	.menuBox .spLinkBox {
		margin-right: 17px;
	}
	.menuBox .spLinkBox li {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#main .shop {
	padding: 60px 0 91px;
}
#main .shop h2 {
	margin-bottom: 22px;
	color: #333;
	font-size: 2.4rem;
	font-weight: 400;
}
#main .shop h2 .jp {
	padding-left: 20px;
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 300;
}
#main .shop .textBox {
	padding-right: 25px;
	float: left;
	width: 310px;
	box-sizing: border-box;
}
#main .shop .textBox02 {
	padding-right: 0;
	width: 268px;
}
#main .shop .textBox .ttl {
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5;
}
#main .shop .textBox p {
	margin-bottom: 10px;
	font-size: 1.3rem;
	line-height: 1.8;
}
#main .shop .textBox .pho {
	margin-bottom: 10px;
}
#main .shop .textBox .txtLink {
	margin-top: -2px;
}
#main .shop .textBox .txtLink li {
	margin-bottom: 2px;
}
#main .shop .textBox .txtLink li:last-child {
	margin-bottom: 0;
}
#main .shop .textBox .txtLink li a {
	color: #298AC0;
	font-size: 1.3rem;
}
#main .shop .textBox .txtLink li a:hover {
	text-decoration: underline;
}
#gFooter {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	background-color: #333;
}
#gFooter .fBox {
	padding: 80px 0 68px;
	max-width: 1000px;
	margin: 0 auto;
}
#gFooter .fLogo {
	margin-bottom: 26px;
}
#gFooter .add {
	margin-bottom: 25px;
	line-height: 1.75;
}
#gFooter .add a {
	color: #FFF;
}
#gFooter .fLink {
	margin-bottom: 31px;
}
#gFooter .fLink a {
	width: 270px;
	margin: 0 auto;
	padding: 14px 5px 14px;
	display: block;
	color: #FFF;
	border: 1px solid #666;
	box-sizing: border-box;
	text-align: center;
}
#gFooter .fLink a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li {
	display: inline;
}
#gFooter .fNavi li a {
	margin: 0 15px 0 9px;
	color: #FFF;
}
#gFooter .fNavi li a:hover {
	text-decoration: underline;
}
#gFooter .pageTop {
	position: fixed;
	right: 30px;
	bottom: 110px;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	padding: 32px 0 30px;
	font-size: 1.2rem;
	background-color: #000;
}
@media all and (max-width: 896px) {
	#main .shop {
		padding: 46px 0 50px;
	}
	#main .shop h2 {
		margin-bottom: 23px;
		font-size: 1.8rem;
	}
	#main .shop h2 .jp {
		padding: 2px 20px 0;
		font-size: 1rem;
	}
	#main .shop .textBox {
		padding: 0 0 28px !important;
		float: none;
		width: auto !important;
	}
	#main .shop .textBox .ttl {
		margin-bottom: 7px;
		font-size: 1.2rem;
	}
	#main .shop .textBox p {
		margin-bottom: 14px;
		font-size: 1.2rem;
		line-height: 1.85;
	}
	#main .shop .textBox .spText {
		margin-bottom: 0;
	}
	#main .shop .textBox .pho {
		margin: -4px 0 21px;
	}
	#main .shop .textBox .txtLink {
		margin-top: -15px;
		overflow: hidden;
		zoom: 1;
	}
	#main .shop .textBox .txtLink li {
		margin: 15px 0 0px;
		width: 48%;
		float: left;
	}
	#main .shop .textBox .txtLink li:nth-child(2n) {
		float: right;
	}
	#main .shop .textBox .txtLink li a {
		width: 100%;
		height: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #298AC0;
		line-height: 1.4;
		font-size: 1.2rem;
		background-color: #F2F2F2;
	}
	#main .shop .textBox .txtLink li a:hover {
		text-decoration: none;
	}
	#main .shop .textBox02 {
		padding-bottom: 0 !important;
	}
	#main .shop .textBox02 .ttl {
		margin-bottom: 12px;
	}
	#gFooter {
		font-size: 1.2rem;
	}
	#gFooter .fBox {
		padding: 40px 0 30px;
	}
	#gFooter .fLogo {
		margin-bottom: 17px;
	}
	#gFooter .add {
		margin-bottom: 20px;
		line-height: 1.9;
	}
	#gFooter .fLink {
		margin-bottom: 19px;
	}
	#gFooter .fLink a {
		width: 140px;
		padding: 7px 5px 8px;
	}
	#gFooter .fNavi {
		margin-bottom: 30px;
	}
	#gFooter .fNavi li {
		line-height: 2.1;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
	#gFooter .pageTop {
		position: inherit;
		right: 0;
		bottom: 0;
	}
	#gFooter .copyright {
		padding: 23px 0 22px;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.flexR {
	flex-direction: row-reverse;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1198px;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 48px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
}
.headLine01 .en {
	display: block;
	font-size: 4rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 23px;
		font-size: 1rem;
	}
	.headLine01 .en {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
	margin-top: -43px;
}
.comImgList li {
	margin-top: 41px;
	width: 262px;
	position: relative;
}
.comImgList li:not(:nth-of-type(4n)) {
	margin-right: 50px;
}
.comImgList li .photoBox {
	margin-bottom: 15px;
}
.comImgList li .photoBox a:hover {
	opacity: 0.7;
}
.entry-ranking .row ,
.entry-ranking .row .col-12 {
	overflow: inherit !important;
}
.ranking-list li .photoBox a {
	position: relative;
}
.ranking-list li .photoBox a:before {
	padding-top: 5px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -14px;
    left: -14px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    box-sizing: border-box;
}
.ranking-list li:first-of-type .photoBox a:before {
	content: "1";
    color: #000;
    background-color: #B7A674;
}

.ranking-list li:nth-of-type(2) .photoBox a:before {
	content: "2";
    color: #000;
	background-color: #D6D6D6;
}
.ranking-list li:nth-of-type(3) .photoBox a:before {
	content: "3";
    color: #000;
	background-color: #D08E7D;
}
.ranking-list li:nth-of-type(4) .photoBox a:before {
	content: "4";
}
.ranking-list li:nth-of-type(5) .photoBox a:before {
	content: "5";
}
.ranking-list li:nth-of-type(6) .photoBox a:before {
	content: "6";
}
.ranking-list li:nth-of-type(7) .photoBox a:before {
	content: "7";
}
.ranking-list li:nth-of-type(8) .photoBox a:before {
	content: "8";
}
.ranking-list li:nth-of-type(9) .photoBox a:before {
	content: "9";
}
.ranking-list li:nth-of-type(10) .photoBox a:before {
	content: "10";
}
.comImgList li .tag {
	margin-bottom: 6px;
	font-size: 1.2rem;
}
.comImgList li .name {
	font-size: 1.6rem;
	font-weight: 400;
}
.comImgList li .price {
	margin-bottom: 9px;
	font-size: 1.4rem;
}
.comImgList li .price .num {
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0;
}
.comImgList li .link {
	text-align: right;
}
.comImgList li .link a {
	padding-right: 24px;
	display: block;
	color: #298AC0;
	font-size: 1.3rem;
	background: url("../image/icon04.png") no-repeat right center / 19px;
}
.comImgList li .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comImgList {
		margin: -25px 0 26px;
		justify-content: space-between;
	}
	.comImgList li {
		margin-top: 25px;
		width: 47.8%;
	}
	.comImgList li:not(:nth-of-type(4n)) {
		margin-right: 0;
	}
	.comImgList li .photoBox {
		margin-bottom: 10px;
	}
	.ranking-list li .photoBox a:before {
		padding-top: 2px;
		width: 29px;
		height: 29px;
		top: -11px;
		left: -7px;
		font-size: 1.6rem;
	}
	.comImgList li .tag {
		margin-bottom: 6px;
		font-size: 1rem;
	}
	.comImgList li .name {
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.45;
	}
	.comImgList li .price {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	.comImgList li .price .num {
		font-size: 1.5rem;
	}
	.comImgList li .txt01 {
		letter-spacing: 0.03em;
	}
	.comImgList li .link {
		text-align: center;
	}
	.comImgList li .link a {
		padding: 10px 0;
		font-size: 1rem;
		background: #F2F2F2 url("../image/icon07.png") no-repeat right 8px center / auto 6px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	position: absolute;
	top: 26px;
	right: -2px;
}
.comLink a {
	padding-right: 37px;
	color: #298AC0;
	font-size: 1.5rem;
	background: url("../image/icon03.png") no-repeat right bottom 8px / 29px;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 20px;
		width: auto;
		position: static;
		text-align: center;
	}
	.comLink a {
		padding: 11px 0 11px;
		display: block;
		color: #298AC0;
		font-size: 1.4rem;
		background: url("../image/icon04.png") no-repeat right 7px center / 19px;
		border: 1px solid #CCCCCC;
	}
}