@charset "UTF-8";

/*----------------------------------------------------------------default*/
html {
font-size: 62.5%;
}

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

a:focus,
input:focus {
outline: none;
}

p {
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-size: 100%;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

img {
max-width: 100%;
height: auto;
border: 0;
vertical-align: top;
}

ul {
margin: 0;
padding: 0;
}

ul li {
list-style-type: none;
padding: 0;
}

ol {
padding: 0 0 0 1.5em;
}

ol li {
list-style-type: decimal;
}

dl,
dt,
dd {
margin: 0;
padding: 0;
}

dt {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

table {
border-collapse: collapse;
}

input {
cursor: pointer;
}

.fa {
display: inline-block;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
line-height: 1;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------------------------fade*/
a,
input {
transition: .3s ease-in-out;
}

a:hover,
input:hover {
opacity: .7;

filter: alpha(opacity=70);
}

/*===============================================================スマホ*/
body {
margin: 0;
padding: 0;
background: #fff url(images/bg_page.png) center top;
color: #000;
font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 1.2rem;
text-align: left;
line-height: 1.4;

-webkit-text-size-adjust: 100%;
}

.inner {
width: 94%;
margin: 0 auto;
}

header {
position: fixed;
z-index: 100;
top: 0;
width: 100%;
height: 40px;
background: #000 url(images/bg_header.gif) center top;
}

header .logo {
width: calc(100% - 95px);
margin: 3px 0 0;
color: #fff;
font-size: 1.4rem;
line-height: 1.1;
}

header .logo strong {
display: block;
font-size: 2rem;
}

.btn-menu {
position: absolute;
top: 0;
right: 0;
width: 95px;
padding: 0 0 0 10px;
background: #000;
color: #fff;
font-size: 1.3rem;
line-height: 40px;
}

.btn-menu span {
display: block;
position: absolute;
right: 10px;
width: 32px;
border-bottom: solid 1px #fff;
transition: .35s ease-in-out;
}

.btn-menu span:nth-child(1) {
top: 12px;
}

.btn-menu span:nth-child(2) {
top: 19px;
}
.btn-menu span:nth-child(3) {
top: 26px;
}

.active span:nth-child(1) {
top: 19px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.active span:nth-child(2),
.active span:nth-child(3) {
top: 19px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

header .menu-blk {
display: none;
position: relative;
width: 106%;
margin: 0 0 0 -3%;
background: #000;
}

header .menu-blk nav ul {
display: flex;
}

header .menu-blk li {
/*width: 25%;*/
width: 20%;
}

header .menu-blk li a img {
width: 100%;
height: auto;
}

header .menu-blk p a {
display: block;
position: absolute;
right: 5px;
bottom: 5px;
width: 75px;
}

section {
margin: 0 0 15px;
}

section h1 {
height: 30px;
margin: 0 0 5px;
text-align: center;
}

section h1 img {
display: inline-block;
width: auto;
height: 36px;
}

section h2 {
margin: 0 0 5px;
}

#kv {
margin: 0;
padding: 40px 0 10px;
background: #ed1c24;
}

#kv .inner {
width: 100%;
}

#kv .photo {
margin: 0 0 2px;
}

#kv ul {
display: flex;
width: calc(100% - 4px);
margin: 0 auto 5px;

flex-wrap: wrap;
}

#kv ul li {
width: 33.333333%;
background: #000;
}

#kv ul li:first-child {
display: none;
}

#kv ul li img {
box-sizing: border-box;
width: 100%;
border: 2px solid #ed1c24;
}

#kv .notes {
margin: 0 0 0 3%;
color: #fff;
}

#access {
margin: 0;
}

#access h1 {
position: relative;
border-top: 3px solid #632b00;
border-bottom: 3px solid #632b00;
background: url(images/ppt_yellow.gif) center top;
}

#access h1 span {
display: block;
position: absolute;
top: -30px;
right: 3%;
width: 65px;
}

#access h1 span img {
width: 100%;
height: auto;
}

#access .map {
overflow: hidden;
box-sizing: border-box;
position: relative;
height: 0;
margin: 0 0 10px;
padding-top: 30px;
padding-bottom: 56.25%;
border: 10px solid #000;
border-radius: 5px;
}

#access .map iframe,
#access .map object,
#access .map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#access p span {
display: block;
font-size: .7rem;
}

#access figure {
margin: 0;
text-align: center;
}

#access figure img {
width: 260px;
}


#iteminfo h1 {
border-top: 3px solid #632b00;
border-bottom: 3px solid #632b00;
background: url(images/ppt_green.gif) center top;
}

#iteminfo li {
margin: 0 0 10px;
}

#event h1 {
border-top: 3px solid #632b00;
border-bottom: 3px solid #632b00;
background: url(images/ppt_orange.gif) center top;
}

#event li {
margin: 0 0 10px;
}


#link {
margin: 0;
}

#link h1 {
position: relative;
height: 36px;
margin: 0;
background: #000;
}

#link h1:before {
display: block;
position: absolute;
top: 0;
left: 3%;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom: 12px solid #fff;
content: "";
}

#link h1:after {
display: block;
position: absolute;
top: 0;
right: 3%;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom: 12px solid #fff;
content: "";
}

#link h1.active:before {
display: block;
position: absolute;
top: 12px;
left: 3%;
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 12px solid #fff;
content: "";
}

#link h1.active:after {
display: block;
position: absolute;
top: 12px;
right: 3%;
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 12px solid #fff;
content: "";
}

#link ul {
background: #fff;
text-align: center;
}

#link li a {
display: block;
border-bottom: 1px solid #000;
font-size: 1.4rem;
line-height: 30px;
}


footer {
background: /*url(images/bg_header.gif) center top*/#4d4d4d;
}

footer .attention {
padding: 5px 3% 53px;
color: #fff;
font-size: .9rem;
}

#footer-menu {
position: fixed;
z-index: 1000;
width: 94%;
padding: 3px 3%;
background: url(images/ppt_red.gif) center top;
}

#footer-menu ul {
display: flex;

justify-content: space-between;
}

#footer-menu li {
width: 39px;
}


/*===============================================================タブレット*/
@media all and (min-width:768px) {
body {
font-size: 1.4rem;
}

section {
margin: 0 0 20px;
}

section h1 {
height: 40px;
margin: 0 0 15px;
}

section h1 img {
height: 46px;
}

section h2 {
margin: 0 0 10px;
}

#access h1 span {
top: -36px;
width: 95px;
}


footer .attention {
font-size: 1.4rem;
}
}

/*===============================================================PC*/
@media all and (min-width:961px) {
.inner {
width: 960px;
margin: 0 auto;
}

header {
height: 60px;
background-size: 30px;
}

header .inner {
position: relative;
}

header .logo {
font-size: 2.1rem;
}

header .logo strong {
font-size: 3.1rem;
}

.btn-menu {
top: -3px;
width: 160px;
font-size: 2.1rem;
line-height: 60px;
}

.btn-menu span {
width: 50px;
}

.btn-menu span:nth-child(1) {
top: 19px;
}

.btn-menu span:nth-child(2) {
top: 29px;
}
.btn-menu span:nth-child(3) {
top: 39px;
}

.active span:nth-child(1) {
top: 29px;
}

.active span:nth-child(2),
.active span:nth-child(3) {
top: 29px;
}

header .menu-blk {
/*width: 480px;
margin: 0 0 0 480px;*/
width: 600px;
margin: 0 0 0 360px;
}

header .menu-blk li {
/*width: 25%;*/
width: 20%;
}

header .menu-blk li a img {
width: 100%;
height: auto;
}

header .menu-blk p a {
display: block;
position: absolute;
right: 5px;
bottom: 5px;
width: 75px;
}

header .menu-blk p a {
width: 116px;
}


section h1 {
height: 100px;
}

section h1 img {
height: 110px;
}


#kv {
padding: 60px 0 10px;
}

#kv .inner {
width: 960px;
margin: 0 auto;
}

#kv ul li img {
border: 4px solid #ed1c24;
}

#kv .notes {
width: 960px;
margin: 0 auto;
font-size: 2.1rem;
}

#access h1 {
border-top: 5px solid #632b00;
border-bottom: 5px solid #632b00;
background-size: 70px;
}

#access h1 .inner {
position: relative;
}

#access h1 span {
top: -36px;
width: 150px;
}

#access .map {
border: 20px solid #000;
}

#access p {
font-size: 3.4rem;
}

#access p span {
font-size: 2.3rem;
}

#access figure img {
width: 596px;
}

#iteminfo h1 {
border-top: 5px solid #632b00;
border-bottom: 5px solid #632b00;
background-size: 70px;
}

#iteminfo li {
margin: 0 0 30px;
text-align: center;
}


#event h1 {
border-top: 5px solid #632b00;
border-bottom: 5px solid #632b00;
background-size: 70px;
}

#event li {
margin: 0 0 30px;
text-align: center;
}

#event p {
font-size: 40px;
text-align: center;
}

#event p .copyright{
	font-size:14px !important;}

#link {
width: 960px;
margin: 0 auto 50px;
}

#link h1 {
height: 110px;
}

#link h1:before {
position: absolute;
top: -10px;
left: 50px;
border: 40px solid transparent;
border-bottom: 50px solid #fff;
}

#link h1:after {
position: absolute;
top: -10px;
right: 50px;
border: 40px solid transparent;
border-bottom: 50px solid #fff;
}

#link h1.active:before {
position: absolute;
top: 30px;
left: 50px;
border: 40px solid transparent;
border-top: 50px solid #fff;
}

#link h1.active:after {
position: absolute;
top: 30px;
right: 50px;
border: 40px solid transparent;
border-top: 50px solid #fff;
}

#link li a {
box-sizing: border-box;
border: 2px solid #000;
border-top: none;
font-size: 4rem;
line-height: 90px;
}


footer {
height: 60px;
padding: 0 0 116px;
background-size: 30px;
}

footer .attention {
padding: 0;
font-size: 1.8rem;
text-align: center;
line-height: 60px;
}

#footer-menu {
height: 116px;
background-size: 70px;
}

#footer-menu ul {
width: 960px;
margin: 0 auto;
}

#footer-menu li {
display: flex;
width: 115px;

align-items: center;
}
}
