@charset "UTF-8";


/*
Theme Name: SASAKIGLASS-2026
Version: 2512
*/


html {
	width: 100%;
	height: 100%;
	font-size: 16px;
    min-width: 360px;
}

body {
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:#000;
    letter-spacing: 0.1em;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sg-container {
    width: 90%;
    max-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}
a:link, a:visited {
	color:#000;
}

a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
header {
    position: relative;
    border-bottom: 3px solid #00dabb;
    background-color: #fff;
    z-index: 9999;
    height: 80px;
}
header h1 img, .footer-logo {
    width: 280px;
}
header nav ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 1rem;
}
header a:link, header a:visited {
    color: #000;
    border-bottom: 3px solid rgba(255,255,255,0);
}
header a:hover {
    border-bottom: 3px solid #00dabb;
}
header h1 a:hover, header h1 a:link, header h1 a:visited {
    border-bottom: none;
}
#hamburger {
    cursor: pointer;
    display: block;
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    background-image: url(image/spnav_open.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
body.drawer-opened #hamburger {
    background-image: url(image/spnav_close.png);
}

.spnav {
    width: 100%;
    background-color: rgba(16,16,16,0.9);
    position: fixed;
    z-index: 8000;
    padding:90px 5% 5% 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-100%);
    transition: 0.5s ease;
}
body.drawer-opened .spnav {
    transform: none;
}
.spnav a:link, .spnav a:visited, .footer-nav a:link, .footer-nav a:visited {
    color: #fff;
    display: block;
}
.footer-nav a:hover {
    color: #00dabb;
}

.g-nav ul {
    margin-bottom: 2rem;
}
.g-nav ul li,.g-nav-sub ul li {
    padding: 0.25rem 0.5rem;
}
.g-nav ul li:first-child {
    border-bottom: 1px solid #00dabb;
    font-weight: bold;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.g-nav ul li:first-child a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


.g-nav-sub ul {
    display: flex;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #555;
}
main {
    background-image: url(image/bg.png);
    background-repeat: repeat-y;
    background-position: right top;
}



.fv-container {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;

}
.fv-copy {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fv-copy h2 {
    font-size: clamp(14px,4vw,40px);
    text-align: center;
    letter-spacing: 0.25rem;
    white-space: nowrap;
    font-family: "Zen Old Mincho", serif;
}
.slider {
    width: 100%;
    height: calc(100vh - 80px);
    opacity: 0.75;
}
.slider img {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}
.top-copy {
    font-size: clamp(14px,10vw,140px);
    font-family: "Zen Old Mincho", serif;
    line-height: 110%;
}

.linkbtn a:link, .linkbtn a:visited {

	border:2px solid #00dabb;
	padding:0.5rem 2.5rem 0.5rem 1rem;
	color:#000;
	display:inline-block;
	transition:0.3s ease;
	background-color:rgba(255,255,255,0.5);
	position:relative;
    font-weight: bold;
}
.linkbtn a:hover {
	transform:scale(1.05);
	text-decoration:none;
	background-color: #00dabb;
    color: #fff;
	
}
.linkbtn a::after {
	font-family: "Font Awesome 5 Free";
	content:'\f054';
	display:block;
	font-size:0.9rem;
	font-weight:bold;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-50%);
}

.top_img_c1{
	position: absolute;
    left: 100%;
    height: 100%;
    z-index: 0;
}
.top_img01{
	position: absolute;
	left: 20px;
	top: 70px;
	width: 320px;
	z-index: 1;
}
.top_img02{
	position: absolute;
	left: 120px;
	top:150px;
	width: 550px;
	z-index: 0;
}
.top_img03{
	position: absolute;
	left: 00px;
	top: 360px;
	width: 400px;
	z-index: 2;
}

.top-copy02 {
    font-size: clamp(14px,6vw,80px);
    font-family: "Zen Old Mincho", serif;
    line-height: 110%;
}
.top_img_c2{
	position: absolute;
	top: 0px;
	right: 100%;
	width: 100%;
    height: 100%;
}
.c2_container {
    min-height: 320px;
}
.top_img04{
	position: absolute;
	right: 0px;
	top:0px;
	width: 550px;
	z-index: 0;
}
.top_img05{
	position: absolute;
	right: 280px;
	top: 160px;
	width: 400px;
	z-index: 2;
}

.works_menu {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.works_menu a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.works_menu a:link, .works_menu a:visited {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
}
.works_menu a:hover {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}
.works_menu h3 {
    font-weight: bold;
    transition: 0.3s ease;
}
.works_menu:hover h3 {
    font-size: 1.85rem;
}

.works01 {
    background-image: url(image/works0.png);
}

.works02 {
    background-image: url(image/menu01.png);
}

.works03 {
    background-image: url(image/menu02.png);
}

.works04 {
    background-image: url(image/works04.jpg);
}

.top_img08{
    position: absolute;
    right: 80px;
    top: -70px;
    width: 550px;
    z-index: 0;
}
.top_img09{
    position: absolute;
    right: 40px;
    top: 90px;
    width: 400px;
    z-index: 2;
}
.googlemap iframe {
    width: 100%;
}


/*footer*/

footer {
    background-color: #161616;
    padding: 2rem 0;
    border-bottom: 3px solid #00dabb;
}
.footer-nav .g-nav {
    display: flex;
    justify-content: flex-end;
    column-gap: 1rem;
    
}
.footer-nav .g-nav ul {
    min-width: 15rem;
}
.footer-nav .g-nav-sub ul {
    justify-content: flex-end;
    border: none;
}
.footer-info {
    line-height: 150%;
    color: #fff;
}
.footer-info a {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.footer-info a:link, .footer-info a:visited {
    color: #fff;
}

/*page*/

.page-header {
    height: 380px;
    position: relative;
    margin-bottom: 3rem;
}
.page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header .sg-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.page-header h2 {
    margin: 0;
    padding-bottom: 2rem;
    font-size: 5rem;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    text-align: end;
}
.worksnav {
	position:fixed;
	z-index:50;
	right:20px;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity:0;
	transition:ease 0.3s;
}

.worksnav.is-fadein{
	opacity: 1;
}
.worksnav ul {
	list-style-type:none;
	writing-mode: vertical-rl;
	float:right;
	margin:0;
	padding:0;
}
.worksnav li {
	display:inline;
	margin-bottom:2rem;
}

.worksnav li a:link, .worksnav li a:visited {
	display:inline-block;
	color:#000;
	padding-right:0.3rem;
	transition: ease 0.3s;
	border-right: 3px solid rgba(0,218,187,0);
}

.worksnav li a:hover {
	transform:scale(1.05);
	text-decoration:none;
	border-right: 3px solid rgba(0,218,187,1);
}


.page-container h3 {
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
}
.page-container h3::before {
    content: '';
    display: block;
    width: 5rem;
    height: 4px;
    background-color: #00dabb;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
}
.page-container h4 {
    font-family: "Zen Old Mincho", serif;
}
.text-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.table-container {
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #e6e6e6;
    padding: 2rem;
}
table {
    width: 100%;
}
table th, table td {
    padding:1rem;
}
table tr {
    border-bottom: 1px solid #e6e6e6;
}
table tr:last-child {
    border-bottom: none;
}
table th {
    min-width: 8rem;
}
.work-lineup h4 {
    border-bottom: 3px solid #00dabb;
    display: inline-block;
    font-size: 1.65rem;
    padding-bottom: 0.5rem;
}

.insurance_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.insurance_list li {
	margin-bottom:4rem;
	text-align:center;
}
.insurance_list li img {
	width:100%;
	max-width:500px;
	
}

.contact-container {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
}
.contact-container a {
    font-size: clamp(1.5rem, 4vw, 3rem);
}
.contact-container a:link, .contact-container a:visited {
    color: #000;
}
.contact-container p {
    margin-bottom: 0;
}
