@charset "UTF-8";

/* Global */

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");

* {
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
 font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  text-align: left;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
}

a img {
  transition: opacity 0.2s;
}

a img:hover {
  opacity: 0.5;
}

@media print {
  body {
    color: #000
  }
  
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
}



/* Header */

header {
  width: 100%;
  height: 768px;
  margin-bottom: 90px;
  background-image: url('/img/main-visual.jpg');
  background-position: center top;
  background-size: cover;
}

#header-inside {
  display: table;
  width: 100%;
}

#header-inside.fixed {
  height: 90px;
  background-color: #000;
}

h1 {
  display: table-cell;
  padding: 40px 0 0 40px;
  text-align: left;
  vertical-align: top;
}

h1 img {
  width: 300px;
  height: auto;
}

#header-inside.fixed h1 img {
  height: 40px;
}

nav {
  display: table-cell;
  padding-top: 40px;
  text-align: right;
  vertical-align: top;
}

nav > a,
nav > div {
  display: inline-block;
  margin-right: 60px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: 0.2s;
}

nav a:hover {
  opacity: 0.5;
}

nav a span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}

nav > div a {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  opacity: 0.5;
}

nav > div a#active,
nav > div a:hover {
  opacity: 1;
}

nav > div a:nth-child(1) {
  margin-right: 20px;
}

#nav-sp {
  display: none;
}

@media(max-width: 1200px) {
  nav > a,
  nav > div {
    margin-right: 36px;
  }
}


@media(max-width: 1024px) {
  header {
    height: 560px;
  }
  
  #header-inside {
    position: fixed;
    top: 0;
    left: 0;
  }
  
  h1 {
    padding: 30px 0 0 20px;
  }
  
  h1 img {
    width: auto;
    height: 100px;
  }
  
  #menu-sp {
    display: table-cell;
    width: 60px;
    padding-top: 20px;
  }
  
  #menu-sp-button {
    position: relative;
    z-index: 20000;
    cursor: pointer;
  	width: 40px;
  	height: 40px;
  }
  
  #menu-sp-button span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	background-color: #fff;
  	border-radius: 2px;
  }
  
  #menu-sp-button span:nth-of-type(1) {
  	top: 16px;
  }
  
  #menu-sp-button span:nth-of-type(2) {
  	top: 26px;
  }
  
  #menu-sp-button span:nth-of-type(3) {
  	top: 36px;
  }
  
  #menu-sp.active span:nth-of-type(1) {
  	transform: translateY(10px) rotate(-45deg);
  }
  
  #menu-sp.active span:nth-of-type(2) {
    display: none;
  }
  
  #menu-sp.active span:nth-of-type(3) {
  	transform: translateY(-10px) rotate(45deg);
  }
  
  #nav-pc {
    display: none;
  }
  
  #nav-sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: 30px;
    background-color: #000;
  }
  
  #nav-sp > a,
  #nav-sp > div {
    display: block;
    width: 100%;
    padding: 10px 0 15px 0;
    color: #fff;
  }
}

@media(max-width: 768px) {
  header {
    margin-bottom: 60px;
  }
}


/* Common */

section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 90px auto;
}

h2 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.title-jp {
  margin-bottom: 60px;
  font-size: 2.6rem;
  text-align: center;
}

section p {
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: center;
}

section p a {
  color: #000;
}

section p a:hover {
  color: #f00;
}

@media(max-width: 768px) {
  section {
    margin-bottom: 60px;
  }
  
  h2 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  
  .title-jp {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  
  br.no768 {
    display: none;
  }
}



/* About */

#about-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 90px;
}

#about-img div {
  width: 50%;
}

#about-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media(max-width: 768px) {
  #about-img {
    margin-top: 60px;
  }
}



/* Menu */

#menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
  padding: 0 40px;
}

#menu-list > div {
  width: 24%;
  font-size: 1.4rem;
  line-height: 2.8rem;
}

#menu-list > div strong {
  font-weight: bold;
}

#menu-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
}

#menu-img div {
  width: 50%;
}

#menu-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media(max-width: 768px) {
  #menu-list {
    padding: 0 20px;
  }
  
  #menu-list > div {
    width: 48%;
    margin-bottom: 30px;
  }
}


/* Access */

#map {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 120px auto;
}

#map iframe {
  width: 100%;
  height: 450px;
}



/* Footer */

footer {
  width: 100%;
  padding: 60px 0;
  background-color: #000;
  text-align: center;
}

footer img {
  width: 160px;
  height: auto;
  margin-bottom: 30px;
}

#copyright {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}