@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap');
html, body, ul, li, p, a, div, img, h1, h2, h3 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
#glass {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	background: #ffffff;
	color: #000;
}
#glass img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}

#glass img.glassphoto {
	max-width: 60%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}



#glass img.subtitle {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 60px;
	width: 100%;
}

#glass p.main_text {
	width: 90%!important;
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}



#glass section.main .movie img {
	max-width: 80%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}


#glass .main .staffcmt img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}


#glass p {
	font-size: 0.95em!important;
	margin-top: 0!important;
	line-height: 180%;
	margin-bottom: 30px;
}


#glass .glass_wrap {
	width: 100%!important;
	max-width: 100%!important;
	margin: 0 auto;
	padding: 0;
}

#glass .glass_wraptext {
	width: 90%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
#glass h1, #glass h2, #glass h3 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
}
#glass h1 {
	font-size: 2.2em;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0 auto 10px;
	color: black;
}

#glass h1 span{
	font-size: 0.8em;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0 auto 10px;
	
}


#glass h2 {
	font-size: 2em;
	line-height: 180%;
	text-align: center;
	margin: 0 auto 10px;
	margin-top: 60px;
}
#glass h2.slide {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
}

#glass section.item img,
#glass section.item_2{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

#glass section.item img,
#glass section.item_2 img{
	width: 100%;
}

#glass section.item{
	width: 80%;
}

#glass section.item .flex div {
	flex-basis: 100%;
	padding: 0%;
}

#glass section.item_2 .flex div {
	flex-basis: 50%;
	padding: 0.5%;
	margin-bottom: 40px;
}

#glass p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#glass p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}



#glass .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

#glass staffcommenmt.flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	flex-direction: column;
}
#glass p.first_text {
	margin: 0px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}
#glass  .t_voice {
	width: 35%;
	margin: 0 auto 30px;
}

#glass section {
	width: 100%;
	margin: 70px auto;
	background: #ffffff;
}
#glass section.main {
	width: 100%;
	max-width: 800px;
	position: relative;
	text-align: center;
	margin: 0px auto 70px;
}
#glass section.main .item p.itemname {
	text-align: center;
	margin: 6px auto 5px!important;
}
#glass section.main .item p.price, #glass section.point p.price {
	text-align: center;
	margin: 5px auto 15px!important;
}
#glass p.itemname {
	width: 100%;
	line-height: 160%;
}
#glass p.price {
	width: 100%;
	display: block;
	font-size: 1.2em!important;
}

#glass p.price span {
	color: #C52F32;
	font-size: 1.5em!important;
	font-weight: bold;
}
/*#glass section.main .otheritem {
	width: 100%;
}
#glass section.main .otheritem div {
	flex-basis: 50%;
}
*/
#glass section.main .subimage {
	width: 100%;
	margin: 0 auto;
}

#glass section.main .otheritem .flex div, #glass section.main .subimage div {
	flex-basis:calc(100% / 3);
}


#glass .top8 .glasslist {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
}

#glass .glasslist div {
	flex-basis: calc(100% / 3);
	padding: 2%;
	margin: auto;
}

#glass .glasslist, #glass{
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	max-width: 100%;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

/*
#glass section.main .otheritem img {
	width: 100%;
	max-width: 400px;	
}
#glass section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 15px auto 25px;
}
#glass section.main p.itemname {
	font-size: 0.9em!important;
}
*/
/*スライド*/

#glass section.point {
	width: 100%;
	background: #ffdee5;
	/*background:	url(https://peetonline.com/images/all/glass/backgroundesign.jpg) no-repeat;*/
}
#glass section.point h2 {
	font-size: 1.8em;
	margin: 5px auto 10px;
}
#glass section.point .otheritem {
	width: 98%;
	padding: 5%;
	background: #FFF;
	margin-top: 10px;
	margin-bottom: 35px;
}
#glass ul.poinnt_slider li {
	padding: 0 0.3%;
}
#glass section.point .itembox {
	width: 80%;
	max-width: 800px;
	margin: 15px auto;
}
#glass section.point p.itemname {
	text-align: center;
	margin: 0 auto!important;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 0.85em!important;
}
#glass section.point p.cornertext {
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}
#glass .function {
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	background: #FFF;
	padding: 10px 0;
}
#glass .function img {
	width: 100%;
}
#glass .function div:first-child {
	flex-basis: 30%;
}
#glass .function div:last-child {
	flex-basis: 70%;
	padding-left: 2%;
	text-align: left;
	font-size: 1.1em!important;
	line-height: 150%;
	margin: auto;
}


/* 購入ボタン */

#glass section.main .buy {
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid black;
	background: black;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}
#glass section.main .buy:hover {
	background: #fff;
	text-align: center;
	border: 1px solid black;
	color: black;
}

#glass section.point .buy a {
	display: block;
	width: 100%;
	max-width: 80px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #ed5097;
	background: #ed5097;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#glass section.point .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #ed5097;
	color: #ed5097;
}
/* 回遊リンク */

#glass .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#glass .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#glass .Banner4 ul {
	display: inline;
}
#glass .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	/* ヘッダー・フッターの崩れを直す */
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}

	#glass h1 {
		font-size: 5.0vw;
		margin-top: 7vw;
		
	}
	
		#glass h1 span {
		font-size: 4.2vw;	
	}
	#glass h2 {
		font-size: 4.5vw;
		text-align: center;
		margin-top: 30px;
	}
	#glass h3 {
		font-size: 5.35vw;
		margin: 10vw auto 2vw;
	}
	#glass section.item,
	#glass section.item_2 {
		margin: 0vw auto 10.125vw;
	}
	
	#glass section.item{
	width: 100%;
}
	
		#glass p.main_text {
		display: block!important;
		margin: 2.5vw auto 8.25vw!important;
		text-align: center;
	}
	
	
#glass .glasslist div {
		padding: 1% 2%;
	}
	
#glass .glasslist div {
	flex-basis: calc(100% / 3);
	padding: 2% 3%;
	margin: auto;
	text-align: center;
}	
	
	#glass img.subtitle {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 25px;
	width: 100%;
}
	
#glass p {
    font-size: 0.95em!important;
    margin-bottom: 25px!important;
    line-height: 180%;
    text-align: center;
	margin:auto;
	width: 90%;
}


	#glass .main .staffcmt img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 80%;
}
	
	#glass  .t_voice {
	    width: 60%;
	    margin: 0px auto 30px;
	}
	#glass p, #glass div {
		font-size: 3vw!important;
		line-height: 180%;
	}
	#glass p.first_text {
		display: block!important;
		margin: 5.5vw auto 0!important;
		text-align: left;
	}
	#glass section, #glass section.main {
		margin: 0 auto 8.375vw;
	}
	#glass p.price {
		font-size: 3.2vw!important;
		line-height: 110%;
	}
	#glass section.point {
		margin: 10.125vw auto;
	}
	#glass section.point h2 {
		font-size: 5.85vw;
		margin: 10px auto;
	}
	#glass section.point p.cornertext {
		margin: 10px auto!important;
	}
	#glass section.point p.itemname{
		height: 55px;
	}
	#glass section.point .otheritem{
		width: 100%;
	}
	#glass ul.point_slider li {
		padding: 0 0.3%;
	}
	/* 100%表示用 */
	/* 回遊リンク */
	#glass .Banner4 {
		text-align: center;
		width: 100%;
	}
	#glass .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#glass .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img{
	   display: none;
    }
	#glass .header {
		position: relative;
		height: 100vw;
	}
	#glass .header .fv1 {
        position: absolute;
        bottom: 6vw;
        left: 3vw;
        width: 90%;
        margin: auto;
	}
}