﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
td, th{vertical-align: middle
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.6;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

html { 
overflow-y:scroll;
}

body {
margin: 0px;
text-align: left;
font-size: 100%;
font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif; 
font-weight: 500;
width: 100%; 
}

:root {
--shadow-color: 1px 3px 10px -3px rgba(0, 0, 0, 0.4);
--button-text-color: #ffffff;
--button-background-color: #000000;
}

* { 
-webkit-box-sizing: border-box;
box-sizing: border-box 
}


@media (min-width: 768px) {
header {
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 999;
}
#head {
display: grid;
margin-inline: auto;
grid-template-columns: 1fr auto;
padding-block: 1.125rem 1rem; 
max-width: 1200px;
width: 100%;
align-items: center;
justify-content: space-between;
}
#head .logo{
width: 110px;
}
#head img {
height: 60%;
width: auto
}
#head .rightBnr{
margin-left: auto;
display: flex
}
}

body a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
@media screen and (min-width: 768px){
body{  
min-width: 1240px;
}
}
@media screen and (max-width: 767px){ 
body{
	width: 100%;
}
header {
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 72px;
z-index: 999;
}
#head {
display: grid;
margin-inline: auto;
grid-template-columns: 1fr auto;
width: 100%;
height: 100%; 
align-items: center;
justify-content: space-between;
padding-inline: 15px; 
} 
#head .logo{
width: 90px;
} 
#head .logo img {
height: 60%;
width: auto;
}
#head .rightBnr img {
max-width: 90px;
width: 100%;
height:auto;
}
}

/*pc sp 切り替え*/
@media (min-width: 768px) {
.pc-only{
display: block;
}
.sp-only{
display: none;
}
}

@media (max-width: 767px) {
.pc-only{
display: none;
}
.sp-only{
display: block;
}
}


button{  padding: 0;  border: none;  outline: none;  appearance: none;  background: none;  cursor: pointer;}

.noto-sans-jp {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}