﻿@charset "utf-8";

body{
  font-family: 'Noto Serif JP', 'Cormorant Garamond', serif;
  background-color: #ffffff;
}

h1 h2 {
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
}

.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}

html{
  font-size: 1vw;
}

body {
  overflow-x: hidden;
}

iframe {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#wrap {
  width: 100%;
  overflow-x: hidden;
}

@media screen and (min-width: 769px){

.top-note {
  font-size: 1.6rem;
}

.nav-top {
  display: flex;
  width: 20vw;
  margin-left: 40vw;
  margin-top: 10vw;
  font-size: 2.0rem;
}

.nav-top li {
  width: 10vw;
}

.nav-top a {
  color: #000000;
  text-decoration: none;
}

.nav-top a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fadein {
  opacity: 0;
  transform: translate(0, 4vw);
  transition: all 1300ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 1.4vw;
  right: 1vw;
  width: 3vw;
  height: 2vw;
  z-index: 110;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 0.9vw;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.9vw) rotate(-315deg);
  -moz-transform: translateY(-0.9vw) rotate(315deg);
  transform: translateY(0.9vw) rotate(-315deg);
  background-color: #000000;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.9vw) rotate(315deg);
  -moz-transform: translateY(-0.9vw) rotate(315deg);
  transform: translateY(-0.9vw) rotate(315deg);
  background-color: #000000;
}

nav {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -30%;
  background-color: rgba(26,68,114,0.9);
  z-index: 101;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-sizing: border-box;
  text-align: center;
}

nav.open {
  width: 30%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 101;
  opacity: 1.0;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

nav ul {
  width: 80%;
  margin: 0px auto;
  margin-top: 10vw;
}

nav ul li {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.0vw;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  padding-bottom: 1.0vw;
}

nav ul li:last-child{
  border-bottom: 0px;
}

nav ul li img {
  width: 2.5vw;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

nav ul li a:hover {
  color: #333333;
}

.small {
  font-size: 1.2rem;
}

.mid {
  font-size: 1.6rem;
}

.big {
  font-size: 2.2rem;
}

.bigger {
  font-size: 3.2rem;
}

header {
  width: 100vw;
  height: 5vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

header img {
  height: 2.5vw;
  padding-top: 1.2vw;
  padding-left: 2vw;
}

#visual {
  width: 100vw;
  height: 100vh;
  margin-top: 5vw;
  background-image: url(../img/visual.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: flex; /* Flexコンテナにする */
  justify-content: left; /* 子要素を水平方向の中央に配置 */
  align-items: flex-end; /* 子要素を垂直方向の中央に配置 */
}

h2 {
  margin-bottom: 0.2rem;
  color: #000000;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin: 3vw 0;
  text-shadow: 1px 1px 1px #666666;
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 2vw 0;
  color: #000000;
}

.contents {
  width: 70vw;
  margin: 0 auto;
  margin-bottom: 2vw;
  font-size: 1.5rem;
  line-height: 1.8;
}

.contents a {
  color: #000000;
  text-decoration: underline;
}

.contents a:hover {
  color: #999999;
  text-decoration: underline;
}

.contents p {
  margin-bottom: 2vw;
  color: #000000;
}

#about ul {
  width: 100%;
  display: flex;
}

#about ul li {
  width: 50%;
}

#about ul li img {
  width: 33vw;
  padding-left: 2vw;
  margin-bottom: 3vw;
}

#about ul li:nth-child(1) img {
  margin-left: 0;
  margin-right: 2vw;
}

ul.odd li:nth-child(2) p{
  padding-left: 2vw;
}


#news ul {
  display: block;
  width: 100%;
  height: 30vh;
  overflow-y: scroll;
}

#news ul li {
  list-style: inside;
  margin-bottom: 0.5vw;
  color: #000000;
}

.pub h3{
  text-align: center;
  margin-top: 3vw;
}

.pub p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 3vw;
}

.pub img {
  width: 50%;
  margin: 0 25%;
  margin-bottom: 3vw;
}

.pub ul li img {
  width: 80%;
  margin: 0 10% 0 10%;
}

.pub ul {
  display: flex;
  flex-wrap: wrap;
}

.pub ul li {
  width: calc(100% / 3);
}

.pub ul li h3 {
  padding: 0 2vw;
  font-size: 1.4rem;
}

.pub ul li p {
  padding: 0 2vw;
  font-size: 1.2rem;
}

footer {
  width: 100%;
  height: 5vw;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2vw;
  color: #000000;
}

iframe {
  margin-bottom: 3vw;
}


table {
  margin: 3vw auto;
}

table tr td.left {
  padding-right: 30px;
}

#archive ul li {
  text-align: center;
}

#archive h2 {
  margin-bottom: 1vw;
}

#archive h3 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3vw;
}

#about h4{
  font-size: 1.6rem;
  font-weight: normal;
}

.small {
  font-size: 1.2rem;
}

.title-kaze {
  margin-top: 10vw;
  font-size: 4rem;
}


}















@media screen and (max-width: 768px){

.top-note {
  font-size: 4.6rem;
  margin:0 10vw;
}

.nav-top {
  display: flex;
  width: 60vw;
  margin-left: 20vw;
  margin-top: 40vw;
  font-size: 5.0rem;
  font-weight: bold;
}

.nav-top li {
  width: 30vw;
}

.nav-top a {
  color: #000000;
  text-decoration: none;
}

.nav-top a:hover {
  color: #5aa1a8;
  text-decoration: underline;
}

.fadein {
  opacity: 0;
  transform: translate(0, 20vw);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 5vw;
  right: 3vw;
  width: 12vw;
  height: 8vw;
  z-index: 110;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 3.7vw;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4vw) rotate(-315deg);
  -moz-transform: translateY(-4vw) rotate(315deg);
  transform: translateY(4vw) rotate(-315deg);
  background-color: #000000;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-3.7vw) rotate(315deg);
  -moz-transform: translateY(-3.7vw) rotate(315deg);
  transform: translateY(-3.7vw) rotate(315deg);
  background-color: #000000;
}

nav {
  width: 85%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -85%;
  background-color: rgba(26,68,114,0.9);
  z-index: 101;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-sizing: border-box;
  text-align: center;
}

nav.open {
  width: 85%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 101;
  opacity: 1.0;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

nav ul {
  width: 80%;
  margin: 0px auto;
  margin-top: 30vw;
}

nav ul li {
  font-size: 5.0rem;
  line-height: 1.4;
  margin-bottom: 4vw;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  padding-bottom: 4vw;
}

nav ul li:last-child{
  border-bottom: 0px;
}

nav ul li img {
  width: 12vw;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

nav ul li a:hover {
  color: #ffffff;
}

.small {
  font-size: 3.6rem;
}

.mid {
  font-size: 5rem;
}

.big {
  font-size: 5rem;
}

.bigger {
  font-size: 7rem;
}

header {
  width: 100vw;
  height: 18vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

header img {
  height: 3vh;
  padding-top: 2.7vh;
  padding-left: 5vw;
}

#visual {
  width: 100vw;
  height: 100vh;
  background-image: url(../img/visual-sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  box-sizing: border-box;
  display: flex; /* Flexコンテナにする */
  justify-content: center; /* 子要素を水平方向の中央に配置 */
  align-items: fix-end; /* 子要素を垂直方向の中央に配置 */
}

#notation {
  background-color: rgba(255,255,255,0.7);
  margin: 5vw;
  padding: 5vw;
  border-radius: 3vw;
}

h2 {
  color: #000000;
  margin-bottom: 0.2rem;
  font-weight: normal;
  font-size: 7rem;
  text-align: center;
  margin: 8vw 0;
  text-shadow: 1px 1px 1px #666666;
}

h3 {
  font-size: 5rem;
  font-weight: normal;
  margin: 0 0 2vw 0;
  color: #000000;
}

.contents {
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 7.5vw;
  font-size: 4rem;
  line-height: 1.8;
}

.contents a {
  color: #000000;
  text-decoration: underline;
}

.contents a:hover {
  color: #666666;
  text-decoration: underline;
}

.contents p {
  margin: 0 3vw 5vw 3vw;
  color: #000000;
}

#news ul {
  display: block;
  width: 100%;
  overflow-y: scroll;
}

#news ul li {
  list-style: inside;
  margin-bottom: 4vw;
  color: #000000;
}

#news ul li:last-child {
  margin: 0;
}

#about ul {
  width: 100%;
}

#about ul li {
  width: 100%;
}

#about ul li img {
  width: 100%;
  padding-top: 2vw;
  margin-bottom: 5vw;
}

footer {
  width: 100%;
  height: 15vw;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5vw;
  padding-bottom: 16vw;
  font-size: 4rem;
  color: #BFA46F;
}

.pub h3{
  text-align: center;
}

.pub p {
  text-align: center;
  font-size: 4rem;
  line-height: 1.8;
  margin-bottom: 5vw;
  margin-top: 5vw;
}

.pub img {
  width: 90%;
  margin: 0 5%;
  margin-bottom: 10vw;
}

.pub ul li img {
  width: 80%;
  margin: 0 10% 0 10%;
}

.pub ul {
  display: flex;
  flex-wrap: wrap;
}

.pub ul li {
  width: calc(100% / 2);
}

.pub ul li h3 {
  padding: 0 4vw;
  font-size: 4rem;
}

.pub ul li p {
  padding: 0 4vw;
  font-size: 3.5rem;
}

footer {
  width: 100%;
  height: 5vw;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2vw;
  color: #000000;
}

iframe {
  margin-bottom: 10vw;
}


table {
  margin: 3vw auto;
}

table td {
  padding-bottom: 20px;
}

table tr td.left {
  padding-right: 20px;
}

#archive ul li {
  text-align: center;
}

#archive h2 {
  margin-bottom: 2vw;
}

#archive h3 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.8;
  margin-bottom: 5vw;
}

#about h4{
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 2vw;
}

.small {
  font-size: 3.6rem;
}

.title-kaze {
  margin-top: 25vw;
  font-size: 10rem;
}



}

