@charset "UTF-8";
/* ==========================================
   Template: peta2（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

/* ==========================================
  以下、デザインを決める記述です
  lightblue（リンク色）、royalblue（ホバーしたときの色）、#538696（白い紙の影の色）
  をそれぞれ好きな色に一括置換するとメインカラーが変わります。
   ========================================== */
body {
  background: lightblue;
  font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 15px;
}

dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

dl dd,
dl dt {
  display: block;
}

a {
  text-decoration: none;
  color: #eb6ea5;
  /* ↑リンクの色 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

dl,
ol,
p,
ul {
  margin: 10px auto 20px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  dl,
  ol,
  p,
  ul {
    margin: 15px auto;
  }
}

p {
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Sawarabi Mincho", sans-serif;
}

h1 {
  color: lightblue;
}

h4 {
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 120%;
}

.center {
  text-align: center;
}

img {
  max-width: 100%;
}

img + img {
  margin-left: 5px;
}

h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px auto;
  color: lightblue;
  width: 100%;
}

.rekisi{
  font-size: 30px;
  color: #ffffff;
  font-family: "Sawarabi Mincho", sans-serif;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 110%;
  font-weight: normal;
  margin: 0;
}

header {
  width: 100%;
}

header .container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .container {
    padding: 0;
  }
}

header ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

header ul li a {
  display: block;
  padding: 20px;
  color: #333333;
}

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

@media screen and (max-width: 767px) {
  header ul li a {
    padding: 20px 10px;
  }
}

#text main .container {
  background: #ffffff;
}

#text dl,
#text ol,
#text p,
#text ul {
  margin: 10px auto 20px;
  padding: 0;
  font-size: 15px;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  #text dl,
  #text ol,
  #text p,
  #text ul {
    margin: 15px auto;
  }
}

#text h2 {
  font-size: 22px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  #text h2 {
    font-size: 18px;
  }
}

#text h3 {
  font-size: 18px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  #text h3 {
    font-size: 16px;
  }
}

.row > h2 {
  color: #ffffff;
  font-size: 24px;
}

.photo {
  background: #ffffff;
  padding: 20px;
}

.photo_wrapper {
  margin: 30px auto;
  position: relative;
}

.photo_wrapper:after, .photo_wrapper:before {
  z-index: -1;
  position: absolute;
  content: "";
  left: 10px;
  height: 20px;
  width: calc(50% - 10px);
  bottom: 15px;
  background: #538696;
}


/* -------------------------- yoteiのところにロゴおく→TOPにいけるように*/

.rogo{
  float: left;
}


/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.menu li {
   width: 125px;           /* メニュー項目の横幅(125px) */
   display: inline-block;  /* ★1:横並びに配置する */
   list-style-type: none;  /* ★2:リストの先頭記号を消す */
   position: relative;     /* ★3:サブメニュー表示の基準位置にする */
}
ul.menu a {
   background-color: lightblue; /* メニュー項目の背景色(濃い赤色) */
   color: black;              /* メニュー項目の文字色(白色) */
   line-height: 10px;         /* メニュー項目のリンクの高さ(40px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   display: block;            /* ★4:項目内全域をリンク可能にする */
}
ul.menu a:hover {
   background-color: #ffffff; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #eb6ea5;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

/* ▼サブメニューは、とりあえず非表示にしておく */
ul.menu ul {
   display: none;         /* ★5:非表示にする */
}
/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.menu ul{
   display: none;       /* ★1:標準では非表示にする */
   margin: 0px;         /* ★2:サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★3:サブメニュー内側の余白(ゼロ) */
   position: absolute;  /* ★4:絶対配置にする */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.menu li:hover ul {
   display: block;      /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
}
/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.menu ul li {   /* ※A */
   width: 125px;
   z-index:10000;                  /* サブメニュー1項目の横幅(135px) */
   text-align: center;
}
ul.menu ul li a {   /* ※B */
   line-height: 10px;   /* サブメニュー1項目の高さ(35px) */
   text-align: left;    /* 文字列の配置(左寄せ) */
   padding-left: 5px;   /* 文字列前方の余白(5px) */
   font-weight: normal; /* 太字にはしない */
   text-align: center;
   background-color: #ffffff;
}
ul.menu ul li a:hover {   /* ※C */
   background-color: #ffffff; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #eb6ea5;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
   line-height: 10px;   /* サブメニュー1項目の高さ(35px) */
   text-align: center;

}

blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #c2e8ed;
    font-weight: bold;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0px;
    content: "“";
    font-family: sans-serif;
    color: #77c0c9;
    font-size: 70px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

iframe{
  
}
@media screen and (max-width: 767px) {
  .column .photo_wrapper .photo {
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
}

a.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 0 auto;
  border: 1px solid lightblue;
  padding: 3px 10px;
  border-radius: 20px;
}

a.more:hover {
  background: lightblue;
  color: #ffffff;
}

#title {
  text-align: center;
  min-height: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  padding: 15px;
}

#title .photo_inner {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 100%;
  border: 3px double lightblue;
  padding: 20px 0;
}

#title i {
  color: #e0d6a4;
  font-size: 24px;
}

input[type=submit] {
  border: 1px solid #e2e2e2;
  padding: 2px 8px;
  font-size: 12px;
}

input[type=submit]:focus {
  outline: none;
}

dl.memo dt {
  width: 100%;
  font-weight: bold;
  font-family: "Sawarabi Mincho", sans-serif;
}

dl.memo dd {
  margin: 0 0 0 10px;
  padding: 3px 0 8px 10px;
}

ul.sns-list {
  display: -webkit-box;
  display: flex;
}

ul.sns-list li a {
  font-size: 18px;
}

ul.sns-list li:not(:last-of-type) {
  margin-right: 20px;
}

ul.novel-1 {
  margin: 0 0 10px 10px;
  border-left: 1px dotted #d0d0d0;
  padding: 5px 0 0 10px;
}

ul.novel-1 li {
  display: -webkit-box;
  display: flex;
}

ul.novel-1 li.new:after {
  content: 'new';
  color: orangered;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

ul.novel-1 li a {
  display: block;
  margin-right: 10px;
  white-space: nowrap;
}

ul.novel-1 li span {
  display: block;
}

ul.novel-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

ul.novel-2 li {
  display: -webkit-box;
  display: flex;
}

ul.novel-2 li.new:after {
  content: 'new';
  color: #f75e5e;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
}

ul.novel-2 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.novel-2 li:not(:last-of-type):after {
  content: '/';
  margin: 0 5px;
  color: inherit;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

p.caption {
  font-size: 13px;
  text-align: center;
  color: darkgray;
}

ul.illust {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 100%;
  -webkit-box-pack: left;
          justify-content: left;
}

ul.illust li {
  position: relative;
  height: 80px;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}

ul.illust li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

ul.illust li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  ul.illust {
    width: 100%;
  }
  ul.illust li {
    height: 80px;
    width: 32%;
  }
}

ul.link01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

ul.link01 li:not(:last-of-type):after {
  content: '/';
  padding-right: 8px;
  padding-left: 8px;
}

ul.link01.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

ul.link02 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link02 li {
  display: -webkit-box;
  display: flex;
  margin-right: 8px;
}

ul.link02 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

form.dream input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

form.dream input[type=text] {
  border: none;
  border-bottom: 1px solid lightblue;
  margin: 0 5px;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}

form.dream input[type=text]:focus {
  outline: none;
  background: #e6f3f7;
}

form.dream input[type=submit] {
  border: none;
  padding: 5px 15px;
  font-size: 16px;
  background: lightblue;
  color: #ffffff;
  border-radius: 5px;
  margin: 10px auto;
}

form.dream input[type=submit]:hover {
  outline: none;
  background: royalblue;
  cursor: pointer;
}

form.mailform {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

form.mailform input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

form.mailform input[type=mail], form.mailform input[type=text] {
  width: 100%;
  font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif;
  border: none;
  border-bottom: 1px solid lightblue;
  margin: 5px 0;
  padding: 5px;
  font-size: 14px;
}

form.mailform input[type=mail]:focus, form.mailform input[type=text]:focus {
  outline: none;
  background: #e6f3f7;
}

form.mailform input[type=submit] {
  border: none;
  padding: 7px 15px;
  font-size: 14px;
  background: lightblue;
  color: #ffffff;
  border-radius: 5px;
  margin: 10px auto;
}

form.mailform input[type=submit]:hover {
  outline: none;
  background: royalblue;
  cursor: pointer;
}

form.mailform textarea {
  width: 100%;
  border: 1px solid lightblue;
  font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif;
  margin: 5px 0;
  padding: 5px;
  font-size: 14px;
}

form.mailform textarea:focus {
  outline: none;
  background: #e6f3f7;
}

footer {
  background: #2a2d2e;
  overflow: hidden;
  padding: 30px 0 0;
  margin-top: 60px;
  margin-bottom: 0;
  color: #d0d0d0;
}

footer .container {
  margin-bottom: 0;
}

footer .sitename {
  font-size: 180%;
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.5em;
}

footer .bottom {
  margin: 0;
}

footer .bottom a {
  opacity: 0.7;
  text-align: right;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 0 0 auto;
  display: block;
}

footer ul.sns-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

footer ul.sns-list li a {
  font-size: 14px;
}

hr {
  height: 2px;
  background-color: #333333;
  width: 100px;
  border: none;
  margin: 60px auto;
}

span.pink {
  color: #fa3c72;
}

blockquote {
  background: #e6e6e6;
  padding: 20px 30px;
  margin: 20px;
  font-size: 15px;
  font-style: italic;
}

h2.h2-a {
  padding: 10px;
  background: lightblue;
  color: #ffffff;
}

h2.h2-b {
  padding: 10px 20px;
  background: transparent;
  text-align: center;
}

h2.h2-b:before {
  content: '';
  height: 2px;
  width: 10%;
  background: lightblue;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

h2.h2-b:after {
  content: '';
  height: 2px;
  width: 10%;
  background: lightblue;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

h2.h2-c {
  border-bottom: lightblue double 4px;
  padding: 0 0 5px;
}

h3.h3-a {
  padding: 0 0 5px;
  border-bottom: 1px solid lightblue;
}

h3.h3-b {
  border-left: 5px solid lightblue;
  padding-left: 10px;
}

ul.li-a {
  list-style: square inside;
  margin: 1em 0.5em;
}

ul.li-a li {
  margin-bottom: 0.5em;
}

ul.li-b {
  list-style: disc inside;
  margin: 1em 0.5em;
}

ul.li-b li {
  margin-bottom: 0.5em;
}

ol.li-a {
  list-style: decimal inside;
  margin: 1em 0.5em;
}

ol.li-a li {
  margin-bottom: 0.5em;
}

ol.li-b {
  list-style: lower-alpha inside;
  margin: 1em 0.5em;
}

ol.li-b li {
  margin-bottom: 0.5em;
}

.page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 30px auto;
}

.page a {
  display: block;
  padding: 3px 10px;
}

.comics {
  display: block;
  max-width: 100%;
  margin: 80px auto;
  border: 1px #333333 solid;
}

.comics.tame {
  margin-bottom: 800px;
}

.book {
  display: -webkit-box;
  display: flex;
  width: 80%;
  max-width: 800px;
  margin: 80px auto;
}

.book:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.book .book__image {
  margin: 0 20px;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
}

.book .book__discription h4 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .book {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
  }
  .book .book__image {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}

dl.book-01 {
  margin: 20px 0;
}

dl.book-01 dt {
  width: 100px;
  font-weight: 600;
  margin-bottom: 10px;
}

dl.book-01 dd {
  width: calc(100% - 100px);
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
