@charset "utf-8";

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

/*-------------------------------------------
all
-------------------------------------------*/
body {
  font-family: "Hannari",游明朝,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  overflow: hidden;
  letter-spacing: 2px;
  color: #fff;
  background: #004077;
}

img{
  height:auto;
}

a{
  text-decoration: none;
  display: block;
  color: #fff;
}

.imgleft,
.imgright{
  padding: 20px 0;
}

.imgleft img,
.imgright img{
  display: block;
  margin: 0 auto 20px;
}

.imgleft p,
.imgright p{
  margin-bottom: 20px;
}

.imgleft p:last-child,
.imgright p:last-child{
  margin-bottom: 0;
}

/*---------------
header
---------------*/

header {
  width: 300px;
  position: sticky;
  top: 0;
}

h1 {
  padding: 20px;
}

h1 a span{
  font-size: 1.4em;
  font-weight: bold;
}

/* ナビゲーション*/
.menu_trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
}

.menu_trigger {
  transform: translateX(0);
}

.menu_trigger.active {
  transform: translateX(-240px);
}

.menu_trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all .5s;
}

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

.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu_trigger span:nth-of-type(2) {
  top: 12px;
}

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

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

.menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}

nav.open {
  transform: translateZ(0);
}

nav li {
  text-align: center;
  padding: 10px 0;
}

nav ul li a{
  color: #000;
}

/*---------------
main
---------------*/

main{
  margin:0 20px;
}


h2{
  font-size: 1.2em;
  margin:30px 0;
}

h2::first-letter{
  font-size: 1.8em;
  color: #dee446;
}


h3{
  display: flex;  /* 横並びにする */
  align-items: center;  /* 垂直方向に中央 */
  text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
  font-size:1.2em;
  margin:30px;
}


/* 共通部分はまとめる */
h3::before,
h3::after{
  content:"";
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 1px solid #fff;
}

/* 左側の線 */
h3::before{
  margin-right: 10px;  /* 線と文字の間のスペース */
  padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

/* 右側の線 */
h3::after{
  margin-left: 10px;  /* 線と文字の間のスペース */
  padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

#about ul li{
  margin-bottom: 30px;
}

#about .blc p{
  margin-bottom:20px;
}

#about li .txt{
  font-weight: bold;
  background: #fff;
  color: #004077;
  padding: 20px;
}

#keep .txt{
  margin: 20px auto;
}

#keep .left {
  display: flex;
  justify-content: space-between;
}

#keep .left li img{
  display: block;
  margin:0 auto 10px;
}

#keep .left li{
  width: 48%;
  margin-bottom:30px;
}

#keep .left li p{
  text-align: center;
}

#keep .all{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#keep .all li{
  width: 48%;
}

#keep .all li p{
  text-align: center;
}

#keep .all li img{
  display: block;
  margin:0 auto 10px;
}

#keep .all li{
  margin-bottom: 30px;
}

#keep .center{
  display: flex;
  flex-wrap: wrap;
}

#keep .center li p{
  text-align: center;
}

#keep .center li img{
  display: block;
  margin:0 auto 10px;
}

#keep .center li{
  width: 48%;
  margin-bottom: 30px;
}

#music .img{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#music .img li{
  width: 48%;
}

h4{
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}

h5{
  margin: 20px 0;
}

.txtbox{
  display: flex;
  margin-left: 10px;
}

table{
  border:2px solid #707070;
  font-size: 0.7em;
  letter-spacing: 0;
}

th{
  text-align: center;
  padding:20px;
  font-size:1.5em;
  background: #dee446;
  color: #004077;
}

td{
  padding:20px 5px;
}

th,td{
  border:2px solid #707070;
}

#works .center{
  text-align: center;
  font-size: 1.3em;
}

#move ul,
#photo ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#move ul li,
#photo ul li{
  width: 48%;
  margin-bottom: 50px;
}

#news h3{
  text-align: left;
  font-size: 1em;
  margin:0;
}

#news h3::before,
#news h3:after{
  display: none;
}

#news li{
  width: 48%;
  margin-bottom: 50px;
}

#news li a{
  text-decoration: underline;
}

#news ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

time{
  display: block;
  margin:20px 0;
}

#contact p{
  margin-bottom: 20px;
}

#contact a{
  text-decoration: underline;
}

small{
  display: block;
  text-align: center;
  padding:10px;
}

footer{
  padding:20px;
  margin-top:100px;
  border-top:1px solid #fff;
}

/*---------------
other
---------------*/
.pconly{
  display: none;
}

}

