@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
/*=============================================================
印刷用
=============================================================*/
@media print {
body {
font-size: 8pt !important;
line-height: 1.6;
color: #000;
}
header dl dd,
#main_title,
ul.breadcrumb,
footer,
#product_bt,
#similar,
#catalog_dl,
.pagetop,
button {
display: none !important;
}
header dt {
padding: 0px 0 0px 0;
line-height: 0;
width: 20%;
margin: 0px auto 0 auto;
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: #000;
}
}
@page {
size: A4;
margin: 20mm;
}
/*=============================================================
#base
=============================================================*/
body,html{
}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
margin-right:auto;
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
width: 100%;
background-color: #FFF;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
#sp_menu {
display: none;
}
/*=============================================================
web fonts
=============================================================*/
.Ryo_GothicR {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
}
.Ryo_GothicM {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
}
.Ryo_GothicB {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
}
.Source_HanSans_Normal {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 350;
}
.Source_HanSans_Medium {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
}
.Source_HanSans_B {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 700;
}
/*=============================================================
#header
=============================================================*/
header {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
text-align: left;
position: relative;
}
header dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 0px auto 0 auto;
width: 95%;
}
header dt {
padding: 20px 0 10px 0;
line-height: 0;
}
header dd {}
header dd ul {
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: center;
}
header dd ul li {
margin: 0 0 0 1.8vw;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem) !important;
line-height: 1.5em;
}
header dd ul li a.link {
color: transparent;
background: linear-gradient(to right, #039d85 50%, #4f4f4f 50%) 100%;
background-clip: text;
background-size: 200% 100%;
transition: background-position 0.3s;
text-decoration: none;
padding: 0 0 1em 0;
}
header dd ul li a.link:hover {
background-position: 0 100%;
}
/* プルダウン用設定 */
header dd ul li.pulldown {
position: relative;
}
header dd ul li.pulldown .pulldownMenu {
display: none;
position: absolute;
top: 140%;
left: 0;
background-color: rgba(255,255,255,0.85);
border: 1px solid #ccc;
padding: 0;
margin: 0;
list-style: none;
min-width: 180px;
z-index: 10;
}
header dd ul li.pulldown .pulldownMenu li {
margin: 0px;
}
header dd ul li.pulldown .pulldownMenu li a {
display: block;
color: #4f4f4f;
text-decoration: none;
font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem) !important;
line-height: 1.5em;
padding: 0.5em 2em 0.5em 1em;
white-space: nowrap; /* 長い文字でも折り返さない */
}
header dd ul li.pulldown .pulldownMenu li a:hover {
background: #039d85;
color: #fff;
}
/* hoverで表示 */
header dd ul li.pulldown:hover .pulldownMenu {
display: block;
}
/*=============================================================
nav
=============================================================*/
nav {
margin: 0px auto 0 auto;
width: 100%;
background-color: #F2F2F2;
padding: 1em 0 1em 0;
}
nav ul {
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0px auto 0 auto;
}
nav ul li {
width: 20%;
border: 1px solid #D9D9D9;
box-sizing: border-box;
}
nav ul li:nth-of-type(even) {
border-right: none;
border-left: none;
}
nav ul li a {
display: block;
color: #039d85 !important;
text-align: center;
margin: 0px auto 0 auto;
background-color: #FFF;
padding: 0.4em 0 0.5em 0;
box-sizing: border-box;
position: relative;
font-size: 16px;
}
nav ul a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #919191;
transform: rotate(45deg);
top: 43%;
right: 5%;
}
nav ul a:hover {
background-color: #039d85;
color: #FFF !important;
text-decoration: none !important;
}
nav ul a:hover:after {
border-color: #FFF;
}
/*=============================================================
#contents
=============================================================*/
#main_title {
background-size: cover;
position: relative;
z-index: 1;
margin: 0px auto 0 auto;
background-image: url("../image/contents_title.jpg");
display: grid;
place-content: center;
height: 350px;
}
#main_title:before {
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
background-image: url(../image/dot.png);
background-size: 3px auto;
z-index: 11;
background-color: rgba(0,0,0,0.5);
}
#main_title h1,
#main_title p{
position: relative;
z-index: 20;
background-color: rgba(255,255,255,0.9);
width: 900px;
margin: 0px auto 0 auto;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
line-height: 1.8em;
padding: 0.5em 0 0.5em 0;
}

ul.breadcrumb {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 1em 0 2em 0;
}
ul.breadcrumb li {
margin: 0 2em 0 0;
position: relative;
font-size: 16px;
line-height: 1.5em;
}
ul.breadcrumb li a {}
ul.breadcrumb li:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 7px;
height: 7px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #919191;
transform: rotate(45deg);
top: 38%;
right: -1em;
}
ul.breadcrumb li:last-child:after {
content: none;
}
ul.breadcrumb li a:hover {
color: #1F98AA;
}

#page {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
max-width: 1200px;
width: 90%;
margin: 0px auto 0 auto;
text-align: left;
padding: 50px 0 100px 0;
}
#page h3 {
font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
line-height: 1em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
padding: 0.2em 0 0.5em 0.7em;
margin: 0 0 1em 0;
}
#page h3:before {
content: "";
background-color: #039d85;
width: 5px;
height: 1.8vw;
padding: 0;
display: block;
position: absolute;
left: 0;
top: 2px;
}
#page p {
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
line-height: 1.8em;
text-align: left;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
footer {
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 40px;
padding-top: 20px;
overflow: hidden;
position: relative;
width: 100%;
}
footer .body {
text-align: left;
width: 100%;
margin: 0px auto 0 auto;
background: linear-gradient(to bottom,  #039d85 0%,#0b5e4e 60%);
padding: 50px 0 70px 0;
}
footer .body dl {
width: 80%;
margin: 0px auto 0 auto;
color: #FFF !important;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
footer .body dl dt {
width: 50%;
max-width: 42.5vw;
}
footer .body dl dt h5 {
color: #FFF !important;
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 1.7em;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
padding: 0 0 1em 0;
}
footer .body dl dt p {
color: #FFF !important;
font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
line-height: 1.8em;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 400;
}
footer .body dl dd {
font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
line-height: 1.5em;
width: 10%;
}
footer .body dl dd ul {
margin-top: 0.5em;
}
footer .body dl dd ul li {
margin-bottom: 0.5em;
}
footer p.link {
font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
line-height: 1.5em;
width: 80%;
margin: 100px auto 0 auto;
}
footer p.link a {
margin-right: 2em;
}
footer p.copyright {
font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
line-height: 1.5em;
width: 80%;
margin: 20px auto 0 auto;
text-align: right;
color: #939393;
}
footer a {
color: #FFF !important;
text-decoration: none !important;
}
footer a:hover {
color: #FFF;
text-decoration: underline !important;
}
