@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');


/* --------------------------------------------------------------------*/
/*　グラスアート　*/
/* --------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
html {
	/*font-size: 62.5%;*/ /*10px*/
}
/*body {
	min-width: 320px;
	background: #e0e0e0;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}*/
#glassart-wrap em {
	font-style: normal;
}
#glassart-wrap a {
	color: rgba(23, 44, 108, 1);
	text-decoration: none;
}
#glassart-wrap a:hover {
	color: rgba(243, 111, 86, 1);
	text-decoration: none;
}

#glassart-wrap img,
#glassart-wrap video {
	max-width: 100%;
	height: auto;
}
.ie8 img{
	width: 100%;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}


/*　新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}*/


/*　Layout
--------------------------------------------------------------------*/

#glassart-wrap {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}

@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}


/*　Header
--------------------------------------------------------------------*/
#glassart-header {
	display: none;
}
#glassart-nav {
	margin: 0 10px;
}
#glassart-nav li {
	float: left;
	display: block;
	width: 24%;
	margin: 0 0.5%;
}
#glassart-nav li.nav-mini {
	width: 11.5%;
}
#glassart-nav li i {
	font-size: 18px;
	/*font-size: 1.8rem;*/
}
#glassart-nav li a {
	display: block;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	color: #000;
	line-height: 40px;
	text-align: center;
}
#glassart-nav li a:hover {
	background: #63c;
	color: #fff;
}
#glassart-nav li.current a {
	background: #666;
	color: #fff;
}


/*　Main
--------------------------------------------------------------------*/
#glassart-main {
	/*border-top: 2px solid #333;*/
}
#glassart-main article {
	padding: 20px 0 0;
}


/*　FAQ
--------------------------------------------------------------------*/
.faq {
	padding-top: 1em;
}
.faq dt {
	background: #fc0;
	padding: 0.5em;
}
.faq dt::before {
	color: #fff;
	content: "\f059";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.faq dd {
	padding: 0.5em 0.5em 1em;
}



/*　Decolation
--------------------------------------------------------------------*/

.display-block {
	display: block;
}
.video {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* Header */
.section-title {
	height: 34px;
	background: url("/img/usr/category/glassart/icon_header.png") no-repeat left top;
	font-size: 18px;
	/*font-size: 2.4rem;*/
	line-height: 34px;
	padding-left: 44px;
	border-bottom: 2px solid #333;
	margin: 0.5em 0;
}
.border-bottom-red {
	border-bottom: 5px solid #e83921;
}

@media screen and (min-width: 768px) {
	.section-title {
		font-size: 24px;
	}
}


/* Text */
p {
	margin-bottom: 0.5em;
}
.txt-14 {
	font-size: 14px;
	/*font-size: 1.4rem;*/
}
.txt-18 {
	font-size: 18px;
	/*font-size: 1.8rem;*/
}
.txt-20 {
	font-size: 20px;
	/*font-size: 2rem;*/
}
.txt-24 {
	font-size: 24px;
	/*font-size: 2.4rem;*/
}
.txt-navy {
	color: rgba(23, 44, 108, 1);
}
.txt-green {
	color: rgba(138, 172, 99, 1);
}
.txt-orange {
	color: rgba(243, 111, 86, 1);
}
.txt-red {
	color: rgba(218, 30, 11, 1);
}
.txt-lato {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.txt-lato-bold {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.txt-highlighted {
	background: linear-gradient(transparent 70%, #f2e44d 70%);
}
.lines-18 {
	line-height: 1.8;
}
.lines-20 {
	line-height: 2;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.br-mb {
}

@media screen and (min-width: 768px) {
	.txt-pc-center {
		text-align: center;
	}
	.br-mb {
		display: none;
	}
}

/* Btn */
.glassart-btn {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 0.5em 0;
}
.btn-gray {
	background: #666;
	color: #fff !important;
}
.btn-gray:hover {
	background: #63c;
	color: #fff !important;
}
.btn-blue {
	background: rgba(102, 51, 204, 1);
	color: #fff !important;
}
.btn-blue:hover {
	background: rgba(102, 51, 204, 0.8);
	color: #fff !important;
}
.btn-arrow-right::before {
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn-arrow-down::before {
	content: "\f358";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn-cart::before {
	content: "\f07a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn-video::before {
	content: "\f03d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn-full {
	margin: 10px;
}

/* Table */
.table {
	border: 3px solid #999;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 20px auto;
}
.table thead {
	border-bottom: 2px solid #999;
}
.table th,
.table td {
	min-height: 20px;
	padding: 0.5em 0.8em;
	border: 1px solid #999;
	text-align: center;
}
.table thead {
	
}
.table tbody {
	
}


