@charset "UTF-8";
/* CSS Document */

.koaminaka-logo:before {
  left: 50px;
}
.koaminaka-logo:after {
  right: 0;
}
.editors_note h1 {
  text-align: center;
  padding: 20px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.6rem;
  margin-top: 250px;
  border-bottom: 8px solid #6c0121;
  width: 300px;
  margin-left: auto; /* 中央寄せにするため */
  margin-right: auto; /* 中央寄せにするため */
}
.english_title {
  text-align: center;
  font-weight: 100;
  margin-bottom: 240px;
  padding: 10px;
  font-size: 2.4rem;
}
.edt_note h2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.2rem;
  writing-mode: vertical-lr;
  margin-left: 30px;
}
.video {
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.6rem;
  width: 90%;
  margin-left: auto; /* 中央寄せにするため */
  margin-right: auto; /* 中央寄せにするため */
  margin-top: 250px;
  margin-bottom: 120px
}
/*.note_content{
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.6rem;
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column-reverse;
  margin:0 auto;
  
}*/
.inquiry {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.mountain {
  width: 100%;
  margin: 0 auto;
}
.Mt_name {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  transform: translateY(-98px) rotateY(63deg);
  padding-right: 60px;
  /*  transform: perspective(150px) rotateY(24deg) translateX(30%);*/
}
.tomo_inquiry{
  color:#333333;
  text-decoration: none;
}
.tomo-on {
  width: 10%;
  position: absolute;
  top: -100px;
  left: 100px;
}
.edt_note span {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.4rem;
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column-reverse;
  line-height: 2;
}
/*
.note{
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.2rem;
}
*/
.note_content {
  margin: 0 auto;
  width: 80%
}
.tomo_inquiry {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 100px 100px;
}
/*.note{
  display:flex;
  flex-direction: column-reverse;}*/
.note_1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.note_1 edt_note {
  width: 80%;
}
/*span.note {
  display: inline-block;
}*/
.space {
  margin-left: 20px;
}
.note_last {
  text-align: end;
  display: block !important;
}
@media screen and (max-width: 820px) {
  .editors_note h1 {
    font-size: 2.4rem;
    margin-top: 100px;
  }
  .english_title {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
  .video {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .note_1 {
    display: inline-block;
    /*  position: relative;*/
    /*    left: auto;*/
  }
  .edt_note span, .edt_note h2 {
    writing-mode: horizontal-tb;
  }
  .edt_note h2 {
    margin-bottom: 50px;
    display: none;
  }
  .edt_note span {
    margin-left: 0px;
    font-size: 1.2rem;
  }
  .note_last {
    text-align: right;
  }
  .note_content {
    margin-bottom: 100px;
    width: 66%;
  }
  .space {
    margin-bottom: 20px;
  }
  .tomo-on {
    width: 15%;
    position: absolute;
    top: -80px;
    left: 80px;
  }
  .tomo_inquiry {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 300;
    margin-top: 100px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 820px) {
  .note_1 {
    display: inline;
  }
  .edt_note span {
    writing-mode: horizontal-tb;
    display: inline;
  }
  .space {
    margin-left: 0;
  }
}