/* ページ */

body, td, th {
	font-size: 14px;
	/*font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color: #111111;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

p, a, div, span, font, strong, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, input, textarea, select, :before, :after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	}

form {
	margin: 0px;
	}

a:link { color: #111111; text-decoration: none; }
a:visited { color: #111111; text-decoration: none; }
a:hover { color: #111111; text-decoration: none; }
a:active { color: #111111; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
	
body, td, th {
	font-size: 12px;
	}

}


/* 全体レイアウト */

@media screen and (min-width: 641px){

#main {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	}

#hbg img {
	width: 100%;
	margin: 0px 0px 100px 0px;
	}

#hbg .mas {
	width: 100%;
	-webkit-mask-image: url('store/img/hbgmas.png');
	-webkit-mask-size: cover;
	margin: 0px 0px -35px 0px;
	}

/*
#hbg .mas {
  	-webkit-clip-path: url(#svgPath);
  	clip-path: url(#svgPath);
	margin: 0px 0px -35px 0px;
	}

#hbg .tit {
	width: auto;
	margin: 0px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 0px;
	}
*/

#hbg .new {
	position: relative;
	}

#hbg .new:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg .new img {
	margin: 0px;
	}

#hbg .new .hli {
	width: 80%;
	max-width: 700px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

h3.title {
	background: url(img/titsta.png) no-repeat center bottom;
	font-size: 13px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 40px 0px;
	text-align: center;
	}

h3.title p {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 25px 0px;
	}

#new {
	color: #e02e70;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#pag {
	width: 100%;
	text-align: center;
	}

#pag a {
	width: 35px;
	border: 1px #b7bec4 solid;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 33px;
	margin: 0px 5px 0px 5px;
	display: inline-block;
	}

#pag a.previouspostslink {
	width: 60px;
	background: url(img/arr0401.png) no-repeat 15px center;
	padding: 0px 0px 0px 15px;
	}

#pag a:hover.previouspostslink {
	background: url(img/arr0401.png) no-repeat 15px center;
	background-color: #111111;
	}

#pag a.nextpostslink {
	width: 60px;
	background: url(img/arr04.png) no-repeat 40px center;
	padding: 0px 15px 0px 0px;
	}

#pag a:hover.nextpostslink {
	background: url(img/arr04.png) no-repeat 40px center;
	background-color: #111111;
	}

#pag a:hover {
	background: #111111;
	border: 1px #111111 solid;
	color: #ffffff;
	opacity: 1;
	}

#pag span {
	width: 35px;
	background: #111111;
	border: 1px #111111 solid;
	font-size: 12px;
	line-height: 33px;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	display: inline-block;
	}

#backindex {
	width: 260px;
	background: url(img/arr01.png) no-repeat 236px center;
	background-color: #111111;
	border-radius: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 100px auto 0px auto;
	text-align: center;
	display: block;
	overflow: hidden;
	}

#finq {
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 53;
	}

#finq a {
	width: 300px;
	background: url(img/arr02.png) no-repeat right 20px center;
	background-color: #f6e900;
	border-radius: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	color: #111111;
	margin: 0px 10px 0px 0px;
	padding: 0px 30px 0px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#finq .res {
	background: url(img/arr01.png) no-repeat right 20px center;
	background-color: #00bfbb;
	color: #ffffff;
	}

#finq a img {
	margin: 0px 20px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

}

@media screen and (max-width: 640px){

#main {
	width: 90%;
	margin: 0px 5% 0px 5%;
	}

#hbg {
	width: 100%;
	margin: 0px 0px 50px 0px;
	text-align: center;
	overflow: hidden;
	}

#hbg img {
	width: 240%;
	height: auto;
	margin: 0px -70%;
	}

#hbg .spa img {
	margin: 60px -70%;
	}

#hbg picture img {
	width: 100%;
	margin: 0px;
	}

#hbg .new {
	position: relative;
	z-index: -1;
	}

#hbg .new:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg .new img {
	width: 100%;
	margin: 0px;
	}

#hbg .new .hli {
	width: 80%;
	position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

h3.title {
	background: url(img/titsta.png) no-repeat center bottom;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 35px 0px;
	text-align: center;
	}

h3.title p {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	}

#new {
	color: #e02e70;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#pag {
	width: 100%;
	text-align: center;
	}

#pag a {
	width: 26px;
	border: 1px #b7bec4 solid;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 30px;
	margin: 0px 2px 0px 2px;
	text-align: center;
	display: inline-block;
	}

#pag a.previouspostslink {
	width: 45px;
	font-size: 10px;
	background: url(img/arr0401.png) no-repeat 5px center;
	padding: 0px 0px 0px 10px;
	}

#pag a.nextpostslink {
	width: 45px;
	font-size: 10px;
	background: url(img/arr04.png) no-repeat 35px center;
	padding: 0px 10px 0px 0px;
	}

#pag span {
	width: 26px;
	background: #111111;
	border: 1px #111111 solid;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px 2px 0px 2px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	}

#backindex {
	width: 260px;
	background: url(img/arr01.png) no-repeat 236px center;
	background-color: #111111;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 50px auto 0px auto;
	text-align: center;
	display: block;
	overflow: hidden;
	}

#finq {
	display: none;
	}

}

@media screen and (max-width: 1199px) and (min-width: 641px) {

#finq {
	display: none;
	}

}


/* ヘッダー */

@media screen and (min-width: 1200px){

header {
	width: 100%;
	height: 130px;
	/*height: 115px;*/
	position: relative;
	z-index: 2;
	}

header.con {
	background-color: rgba(255,255,255,0.8);
	}

header ol {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}

header .log {
	width: 200px;
	margin: 25px 20px 0px 0px;
	float: left;
	}

header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	margin: 30px 0px 0px 0px;
	/*margin: 15px 0px 32px 0px;*/
	float: left;
	}

/*
header .log {
	width: 200px;
	float: left;
	}

header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	margin: 15px 0px 32px 0px;
	float: left;
	}
*/

header.inqtem h1 {
	float: none;
	}

header .inq {
	margin: 20px 0px 20px 0px;
	/*margin: 10px 0px 0px 0px;*/
	float: right;
	}

header .inq a {
	width: 110px;
	border: 1px #111111 solid;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16x;
	font-size: 11px;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	float: right;
	text-align: center;
	display: block;
	}

header .inq a:nth-child(1) {
	background: url(img/hres.png) no-repeat 15px center;
	background-color: #00bfbb;
	border: 1px #00bfbb solid;
	}

header .inq a:nth-child(2) {
	background: url(img/hreq.png) no-repeat 15px center;
	background-color: #ffffff;
	color: #111111;
	}

header .inq a:nth-child(3) {
	background: url(img/honl.png) no-repeat 8px center;
	background-color: #111111;
	}

header .inq a:nth-child(4) {
	background: url(img/hloa.png) no-repeat 15px center;
	background-color: #111111;
	}

header .snsico {
	display: none;
	}

nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

/*
nav {
	width: 100%;
	margin: 15px 0px 0px 0px;
	float: right;
	}
*/

nav dt {
	width: calc(100% / 8);
	height: 40px;
	/*height: 32px;*/
	border-left: 1px #111111 dashed;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: block;
	cursor: pointer;
	}

nav dt:nth-last-child(2) {
	border-right: 1px #111111 dashed;
	}

nav dt p {
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	}

nav dt img {
	margin: 0px auto 3px auto;
	display: block;
	}

nav dd {
	width: 700px;
    background: url(img/feabgsp.jpg) center top;
	margin: 0px auto 0px auto;
	padding: 50px 0px 35px 0px;
	text-align: center;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: 105px;
	z-index: 1;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

nav dd ul {
	width: 600px;
	margin: 0px auto 0px auto;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	}

nav dd a {
	width: calc(100% / 4);
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	float: left;
	text-align: center;
	display: block;
	}

nav dd .lon a {
	width: calc(100% / 3);
	text-align: left;
	}

nav dd p {
	font-weight: bold;
	color: #e02e70;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	}

nav dd h2 {
	width: 600px;
	font-size: 14px;
	text-align: left;
	margin: 20px auto 15px auto;
	}

nav dd h2:first-child {
	margin: 0px auto 15px auto;
	}

#menubtn,
#menusp {
	display: none;
	}

}

@media screen and (max-width: 1199px){

header {
	width: 100%;
	height: 50px;
	margin: 0px 0px -50px 0px;
	position: relative;
	z-index: 52;
	}

header h1 {
	width: 100%;
	height: 18px;
	background: #111111;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}

header.inqtem {
	margin: 0px 0px -30px 0px;
	position: relative;
	z-index: 0;
	}

header .inq {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 2;
	}

header .inq a, #menusp .spinq a {
	width: 25%;
	height: 60px;
	font-size: 10px;
	color: #ffffff;
	padding:  35px 0px 0px 0px;
	float: right;
	text-align: center;
	display: block;

	}

header .inq a:nth-child(1), #menusp .spinq a:nth-child(1) {
	background: url(img/fres.png) no-repeat center 10px;
	background-color: #00bfbb;
	}

header .inq a:nth-child(2), #menusp .spinq a:nth-child(2) {
	background: url(img/freq.png) no-repeat center 10px;
	background-color: #f6e900;
	color: #111111;
	}

header .inq a:nth-child(3), #menusp .spinq a:nth-child(3) {
	background: url(img/honlsp.png) no-repeat center 10px;
	border-right: 1px #999999 solid;
	background-color: #111111;
	}

header .inq a:nth-child(4), #menusp .spinq a:nth-child(4) {
	background: url(img/hloasp.png) no-repeat center 10px;
	background-color: #111111;
	}

header .snsico {
	position: absolute;
	right: 70px;
	top: 29px;
	}

header .snsico img {
	width: 28px;
	margin: 0px 0px 0px 5px;
	float: left;
	}

#menubtn,
#menubtn.open {
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #111111;
	margin: 0px 10px 0px 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
    position: absolute;
    right: 0px;
    top: 18px;
    z-index: 99;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	}

#menubtn.fixed {
    position: fixed;
    top: 0;
	-webkit-transition: all 0s;
	transition: all 0s;
	}

#menubtn.open {
    top: 0px;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

/*
#menubtn.open {
	background: none;
	position: fixed;
    right: 0px;
    top: 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
	}
*/

#menubtn .menu__line {
    width: 20px;
    height: 2px;
    background: #111111;
    display: block;
    position: absolute;
	left: 15px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #111111;
	}

#menubtn .menu__line--top {
    top: 13px;
	}

#menubtn .menu__line--center {
    top: 18px;
	}

#menubtn .menu__line--bottom {
    top: 23px;
	}

#menubtn .menu__line--top.active {
    background: #111111;
	left: 16px;
    top: 18px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform:scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #111111;
	left: 16px;
    top: 18px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: url(img/feabgsp.jpg) center top;
	padding: 60px 0px 0px 0px;
    display: none;
    position: fixed;
	top: 0px;
    z-index: 98;
	}

#menusp .log {
	width: auto;
    height: 16px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: 24px;
	}

#menusp .scr {
	height: 100%;
	overflow: auto;
　　overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}

#menusp .spinq {
	width: 100%;
	}

#menusp .main {
    width: 100%;
    height: 100%;
	}

#menusp .menu ul {
	width: 90%;
	margin: 20px 5% 0px 5%;
	float: left;
	}

#menusp .menu h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#menusp .menu h3 p {
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	}

#menusp .menu h3 img {
	margin: 0px auto 0px auto;
	display: block;
	}

#menusp .menu a {
	width: 49.75%;
	background: url(img/arr02.png) no-repeat 97% center;
	background-size: 10px auto;
	background-color: #ffffff;
	line-height: 120%;
	margin: 0px 0.5% 1px 0px;
	padding: 20px 10px;
	float: left;
	text-align: center;
	display: block;
	}

#menusp .menu a:nth-child(2n+1) {
	margin: 0px 0px 1px 0px;
	}

#menusp .menu a p {
	font-weight: bold;
	color: #e02e70;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	}

#menusp .tel {
	width: 100%;
	border-top: 1px #ffffff solid;
	margin: 20px 0px 20px 0px;
	float: left;
	}

#menusp .tel a {
	width: 50%;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	line-height: 60px;
	float: left;
	text-align: center;
	display: block;
	}

#menusp .tel a:nth-child(2n) {
	border-right: none;
	}

#menusp .tel img {
	height: 20px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

#menusp .sns {
    width: 100%;
	padding: 0px 0px 20px 0px;
	text-align: center;
	}

#menusp .sns a {
	margin: 0px 10px 0px 10px;
	}

nav, header a.inq {
	display: none;
	}

}

@media screen and (max-width: 1199px) and (min-width: 641px) {

header .log {
	width: 200px;
	position: absolute;
	left: 5%;
	top: 37px;
	}

}

@media screen and (max-width: 640px){

header .log {
	width: 110px;
	position: absolute;
	left: 5%;
	top: 37px;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	width: 100%;
	margin: 100px 0px 0px 0px;
	position: relative;
	}

footer:before {
	content: '';
	width: 174px;
	height: 138px;
	background: url(img/fboo.png) no-repeat;
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: 3;
	}

footer:after {
	content: '';
	width: 99px;
	height: 169px;
	background: url(img/fman.png) no-repeat;
	position: absolute;
	right: 5px;
	top: 130px;
	}

footer .inq {
	width: 100%;
	background-image: url(img/fbgite.png), url(img/fbg.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 30px bottom, center 8px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

footer .inq:before {
	content: '';
	width: 100%;
	height: 8px;
	background: url(img/foobgtop.png) repeat-x center top;
	position: absolute;
	left: 0px;
	top: 0px;
	}

footer .inq ol {
	width: 90%;
	max-width: 1140px;
	color: #ffffff;
	margin: 0px auto 70px auto;
	overflow: hidden;
	}

footer .inq h3 {
	font-size: 14px;
	margin: 30px 0px 30px 0px;
	}

footer .inq h3 img {
	margin: 0px auto 15px auto;
	display: block;
	}

footer .inq a {
	width: 22.982%;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30x;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	margin: 0px 2.631% 0px 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	text-align: center;
	display: block;
	}

footer .inq a:nth-child(2) {
	background: url(img/arr02.png) no-repeat right 10px center;
	background-color: #ffffff;
	}

footer .inq a:nth-child(3) {
	background: url(img/arr02.png) no-repeat right 10px center;
	background-color: #ffffff;
	}

footer .inq a:nth-child(4) {
	background: url(img/arr02.png) no-repeat right 10px center;
	background-color: #f6e900;
	}

footer .inq a:nth-child(5) {
	background: url(img/arr01.png) no-repeat right 10px center;
	background-color: #00bfbb;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	}

footer .inq a img {
	margin: 0px 20px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

footer .sto {
	width: 100%;
	background: url(img/bg.png) center top;
	overflow: hidden;
	}

footer .sto ol {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto 40px auto;
	overflow: hidden;
	}

footer .sto ol ul {
	width: 100%;
	margin: 10px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

footer .sto ol dl {
	width: 24.375%;
	border: 1px #b6bdc3 solid;
	margin: 0px 0.833% 0px 0px;
	padding: 5px 0px 5px 0px;
	display: table;
	}

footer .sto ol dl:last-child {
	margin: 0px 0px 0px 0px;
	}

footer .sto ol dt {
	width: 60px;
	height: 50px;
	background: url(img/tel.png) no-repeat center;
	border-right: 1px #b6bdc3 solid;
	line-height: 58px;
	display: table-cell;
	}

footer .sto ol dd {
	height: 50px;
	border-left: 1px #ffffff solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: table-cell;
	padding: 0px 0px 0px 15px;
	}

footer .sto ol dd h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	}

footer .sto .ban {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 60px auto;
	overflow: hidden;
	}

footer .sto .ban img {
	/*width: 19.333%;*/
	width: 24.375%;
	margin: 0px 0.833% 0px 0px;
	float: left;
	}

footer .sto .ban a:last-child img {
	margin: 0px;
	}

footer .sns {
	margin: 0px 50px 110px auto;
	display: table;
	}

footer .sns img {
	margin: 0px 0px 0px 20px;
	float: left;
	}

#cop {
	width: 100%;
	background: #111111;
	line-height: 40px;
	color: #ffffff;
	overflow: hidden;
	}

#cop dl {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	display: table;
	}

#cop dd {
	width: calc(100% / 3);
	font-size: 12px;
	display: table-cell;
	white-space: nowrap;
	}

#cop dd a {
	color: #ffffff;
	}

#cop dd:nth-child(2) {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	}

#cop dd:nth-child(3) {
	text-align: right;
	}

}

@media screen and (max-width: 640px){

footer {
	width: 100%;
	margin: 50px 0px 0px 0px;
	position: relative;
	}

footer:before {
	content: '';
	width: 174px;
	height: 138px;
	background: url(img/fboo.png) no-repeat;
	background-size: 70%;
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: 1;
	}

footer:after {
	content: '';
	width: 99px;
	height: 169px;
	background: url(img/fman.png) no-repeat;
	position: absolute;
	right: 5px;
	top: 130px;
	display: none;
	}

footer .inq {
	width: 100%;
	background-image: url(img/fbgite.png), url(img/fbg.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 30px bottom, center 8px;
	background-size: auto, auto 100%;
	padding: 8px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

footer .inq:before {
	content: '';
	width: 100%;
	height: 8px;
	background: url(img/foobgtop.png) repeat-x center top;
	position: absolute;
	left: 0px;
	top: 0px;
	}

footer .inq ol {
	width: 90%;
	color: #ffffff;
	margin: 0px auto 40px auto;
	overflow: hidden;
	}

footer .inq h3 {
	font-size: 14px;
	margin: 30px 0px 30px 0px;
	}

footer .inq h3 img {
	margin: 0px auto 15px auto;
	display: block;
	}

footer .inq a {
	width: 100%;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30x;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	margin: 0px 0px 10px 0px;
	padding: 0px 3% 0px 0px;
	text-align: center;
	display: block;
	}

footer .inq a:nth-child(2) {
	background: url(img/arr02.png) no-repeat 97% center;
	background-color: #ffffff;
	}

footer .inq a:nth-child(3) {
	background: url(img/arr02.png) no-repeat 97% center;
	background-color: #ffffff;
	}

footer .inq a:nth-child(4) {
	background: url(img/arr02.png) no-repeat 97% center;
	background-color: #f6e900;
	}

footer .inq a:nth-child(5) {
	background: url(img/arr01.png) no-repeat 97% center;
	background-color: #00bfbb;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	}

footer .inq a img {
	margin: 0px 20px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

footer .sto {
	width: 100%;
	background: url(img/bg.png) center top;
	overflow: hidden;
	}

footer .sto ol {
	width: 90%;
	margin: 30px auto 20px auto;
	}

footer .sto ol img {
	margin: 0px auto 10px auto;
	display: block;
	}

footer .sto ol dl {
	width: 100%;
	height: 48px;
	border: 1px #b6bdc3 solid;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: table;
	}

footer .sto ol dt {
	width: 60px;
	height: 50px;
	background: url(img/tel.png) no-repeat center;
	border-right: 1px #b6bdc3 solid;
	line-height: 58px;
	display: table-cell;
	}

footer .sto ol dd {
	height: 50px;
	border-left: 1px #ffffff solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 700;
	display: table-cell;
	padding: 0px 0px 0px 20px;
	}

footer .sto ol dd h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	}

footer .sto .ban {
	width: 90%;
	margin: 0px 5% 30px 5%;
	}

footer .sto .ban img {
	width: 100%;
	margin: 10px 0px 0px 0px;
	}

footer .sns {
	margin: 0px auto 30px auto;
	display: table;
	}

footer .sns img {
	margin: 0px 10px;
	float: left;
	}

#cop.inq {
	margin: 0px;
	}

#cop dd {
	width: 100%;
	font-size: 10px;
	line-height: 100%;
	margin: 15px 0px;
	text-align: center;
	}

#cop dd a {
	color: #ffffff;
	}

#cop dd:nth-child(2) {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	}

}

@media screen and (max-width: 1199px){

#cop {
	width: 100%;
	background: #333333;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 0px 60px 0px;
	overflow: hidden;
	}

}
