@charset "utf-8";
html{
  font-family: 'Yu Gothic', sans-serif;
  color: #534e4d;
}
html, body { height: 100%; }
body{
  margin: 0;
  padding: 0;
}
/*サブメニュー*/
.topchange{
  top:0%;
}

.link-current {
  background-color:#8ed2df;
  color: white;
}
.linkfixed{
  position:fixed;
  top:0;
  width:100%;
  z-index:2;
}

.set{
  visibility:hidden;
}

#mini {
  list-style: none;
  font-size: 0;
  padding-inline-start: 0;
  background-color: white;
  font-weight: bold;
  position: relative;
  width: 100%;
  z-index: 10;
}

#mini li {
  width: 33.33%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  padding: 0.3em 0;
  color: #393939;
}

#mini li:hover{
  text-decoration: underline;
}
/*現在地表示*/
.sidemenu{
  padding: 2% 4% 1% 4%;
  width: 50%;
  margin:2% 10% 2% 20%;
  background: white;
  border-radius: 5px;
  font-weight: bold;
}
.sidemenu a{
  text-decoration: none;
  color:#534e4d;
}
.sidemenu a :hover{
  text-decoration: underline;
}
.mokuji{
  font-size: 1.5em;
}
.sub_list{
  list-style-type: none;
  padding: 2% 0;
  font-size: 1.2em;
}
.sub_list li{
  margin: 2% 0;
}
.sub_list li::before{
  content: "";
  border-radius: 100%;
  display: inline-block;
  background-color: #fed154;
  width: 14px;
  height: 14px;
  margin-right: 3.5%;
}
.sub_inside{
  padding-inline-start: 0px;
  list-style-type: none;
  margin: -4% 0;
  font-size: 1.2em;
}
.sub_inside li{
  margin: 1% 3%;
  padding: 1% 0 1% calc(3.5% + 14px);
  background: url(../image/doc.png) no-repeat 0px 12px;
  background-size: 20px auto;
}
.koko{
  background-color: #efefef;
}

/*ここから見る*/
.look{
  color: white;
  background-color: #76d9cb;
  text-align: center;
  line-height: 55px;
  font-size: 1.2em;
  font-weight: bold;
  width: 270px;
  height: 50px;
  margin: 0%;
  position: relative;
  left:67%;
}
.look a{
  text-decoration: none;
  color: white;
  margin-left: 0.6rem;
}
.look a:hover{
  text-decoration: underline;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 0;
  padding: 1.2em 7.5%;
  padding-bottom: -0.1px; /*白線を防ぐため、武田追加*/
  position: relative;
  top:0.3%;
  list-style: none;
  background: #f2efde;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#959489;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.header{
  background-color: #76d9cb;
  width: 100%;
  height: 13%;
}

.footer{
  height: auto;
  width: 100%;
  background-color:#4f231c;
  color: white;
  text-align: center;
  padding: 1% 0;
  position: absolute;
  top: auto;
  font-weight: normal;
}
.contest{
  color: #ffc685;
  text-decoration: underline;
}
.top{
  color: white;
  text-decoration: underline;
}
.main{
  background-color: #f2efde;
  clear: both;
  height: auto;
}
ul{
  margin-block-start:0;
  margin-block-end:0;
}
@media all and (-ms-high-contrast: none) {
  ul{
    margin-top: 0.2em;
    margin-bottom: 0;
  }
}
@supports (-ms-ime-align:auto) {
  ul{
    margin-top: 0.2em;
    margin-bottom: 0;
  }
}

.menu{
  list-style: none;
  overflow: hidden;
  background-color: white;
  padding: 0.5% 2%;
  padding-top: 0.7%;
}
.menu li{
  background-color: white;
  font-size: 23px;
  text-align: center;
  float: left;
  margin-left: 10.5%;
}
.menu li :hover{
  text-decoration: underline;
}
.menu li a {
  text-decoration: none;
  color: #5a5352;
  font-weight: bold;
}
/*英語メニュー幅*/
.english li{
  margin-left: 8%;
}
#nav {
  list-style: none;
  position: absolute;
  top: 0;
  right: 10px;
}
#nav li {
  width: 120px;
  padding: 7px 0px;
  margin: 0 7px;
  text-align: center;
  background-color: #ecff7e;
  display: inline-block;
  font-size: 18px;
}
#nav li a {
  text-decoration: none;
  color: #8fd0e2;
  font-weight: bold;
}

/*英語ナビゲーションメニュー*/
#engnav {
  list-style: none;
  position: absolute;
  top: 0;
  right: 10px;
}
#engnav li {
  width: 160px;
  padding: 7px 0px;
  margin: 0 7px;
  text-align: center;
  background-color: #ecff7e;
  display: inline-block;
  font-size: 18px;
}
#engnav li a {
  text-decoration: none;
  color: #8fd0e2;
  font-weight: bold;
}

/*ロゴ*/
.logo{
  height: 100%;
  margin-left: 6%;
  transition: 0.5s;
}
.logo:hover{
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
  #nav li{
    padding-top: 0.6em;
  }
  #engnav li{
    padding-top: 0.6em;
  }

}



h2{
  color: #8ea9de;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  margin-left: 7%;
  margin-top: 2px;
}
h2 span{
  display: inline-block;
  margin-left: 10px;
  color: #aaa;
  font-size: 0.4em;
}

.navigate{
  font-weight: bold;
  font-size: 1.7em;
  text-decoration: none;
  position: relative;
}
.navigate::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transition: transform .3s;
}
.navigate:hover::after {
  transform: scale(1, 1);
}
.prev{
  color: #8ea9de;
  float: left;
  margin-left: 8%;
}
.prev::after{
  background: #8ea9de;
  transform-origin: right top;
  bottom: 5px;
}
.next{
  color: #ff8595;
  margin-left: 65%;
}
.next::after{
  background: #ff8595;
  transform-origin: left top;
}
.icon{
  margin: 0 0.5em;
}
@media all and (-ms-high-contrast: none) {
  .next::after{
    bottom:5px;
  }
}
/*--------------------
 文字マーカーなど
--------------------*/
/*水色*/
.under{
  background: linear-gradient(transparent 60%,#a8eaff 50%);
}
/*ピンク*/
.under2{
  background: linear-gradient(transparent 60%,#ff99ab 50%);
}
/*黄*/
.under3 {
  background: linear-gradient(transparent 60%, #fdfd8c 50%);
}
/*黄緑*/
.under4 {
  background: linear-gradient(transparent 60%, #a3ffd1 50%);
}


.titlemarker{
  background: linear-gradient(transparent 0%, #ff7f7f 0%);
}

.subaru{
  width: 85%;
  padding: 2% 3% 2% 2%;
  background: white;
  color: #393939;
  margin: 5% 0;
  position: relative;
  left: 4%;
  border-radius: 10px;
}
.jupiter{
  width: 5.5%;
  margin: 0 0 0 2%;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}
.leo{
  display: inline-block;
  width: 79%;
  text-align: left;
  padding: 0% 0 0 1% ;
  font-size: 1.6em;
  font-weight: bold;
}
.gemini{
  font-weight: normal;
  text-align: left;
  padding-left: 1.5%;
  font-size: 1.1em;
  margin-top: 2.5%;
}



.responsive_menu{
  display: none;
}
.responsive_link{
  display: none;
}


/*以下から武田追加*/
.pc { display:block; }
.sp { display:none; }
.tb { display:none;}

/*タブレット対応（画面サイズが959px以下の場合ここの記述が適用される）*/
@media screen and (max-width:959px) {
  .tb { display:block;}
  
  .look{
    left: 50%;
    font-size: 1.05em;
    }
    .next {
      margin-left: 55%;
    }
    .data{
      padding: 0 7%
    }
    .add {
      padding: 0% 3% 0 10%;
  }



}


/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

@media screen and (max-width:559px) {
  html{
    font-family: 'Noto Sans JP', sans-serif;
    color: #534e4d;
    /*line-height: 180%;*/
  }
  p {
    line-height: 180%;
  }

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
  float: right;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background:#534e4d;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  padding: 75px 0px; /*メニュー内部上下左右余白*/
  position: fixed;
  top: 0;
  font-size: 24px;
  line-height: 2.0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(255, 255, 255, 0.959);
  transition: .5s;
}
.drawer-item  {
  padding-right: 30px;
  list-style-type: none!important;
  text-align: center;
}
.drawer-item a {
  line-height: 2.6;
  color: #534e4d;
  font-weight: bold;
  text-decoration: none;
}
.drawer-item-e {
  padding-right: 30px;
  list-style-type: none!important;
  text-align: center;
}
.drawer-item-e a {
  line-height: 2.55;
  color: #534e4d;
  font-weight: bold;
  font-size: 22.5px;
  text-decoration: none;
}
.drawer-box {
  margin: 50px 0px -30px 30px ;
  padding: 2px 16px; /*メニュー内部上下左右余白*/
  width: 110px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  background: #8ed2df;
  border: solid 3px #8ed2df;
  /*border-radius: 10px;*/
  float: left;
}
.drawer-box a{
  color: white;
  text-decoration: none;
}
.drawer-box-e {
  margin: 50px 0px -10px 30px ;
  padding: 2px 16px; /*メニュー内部上下左右余白*/
  width: 180px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  background: #8ed2df;
  border: solid 3px #8ed2df;
  /*border-radius: 10px;*/
}
.drawer-box-e a{
  color: white;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}
/*------------------------------

  ここから上がハンバーガーメニュー
  に関するCSS

------------------------------*/

  .pc { display:none; }
  .sp { display:block; }
  .tb { display:none;}

  h2{
    font-size: 24px;
    margin-left: 7%;
    margin-top: 2px;
  }

  .breadcrumb {
    top: 0%;
    padding: 0.6em 7%;
    padding-bottom: 0.5%;
  }
  .breadcrumb li a {
    font-size: 8px;
  }
  .main{
    padding-top: 0.01%; /*白線を防ぐため*/
   }
  /*ヘッダー幅*/
  .header{
    height: 10%;
  }
  /*ロゴ*/
  .logo{
  padding-top: 10px;
  height: 70%;
  margin-left: 6px;
  transition: 0s;
  }

  /*page1のため編集*/
  .look{
    line-height: 50px;
    width: 100%;
    height: 50px;
    left:0%;
    padding-right: 15px;
  }

  .breadcrumb li:after{
    font-size: 7px;
  }

  .footer{
    font-size: 10px;
  }

  .navigate{
    display: none;
  }
  .prev{
    margin-left: 3%;
  }
  .next{
    margin-left: 50%;
  }

  .responsive_menu{
    display: block;
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding:10px 0;
  }
  .responsive_link{
    display: block;
    text-decoration: none;
  }
  .responsive_prev{
    background: #8ea9de;
  }
  .responsive_next{
    background: #ff8595;
  }

  #mini li{
    vertical-align: top;
  }
  .sidemenu{
    padding: 10px 4% 20px 4%;
    width: 75%!important;
    margin:2% 8.5% 2% 8.5%;
    background: white;
    border-radius: 5px;
    font-weight: bold;
  }
  .sub_list{
    font-weight: normal;
    font-size: 0.8em;
  }
  .mokuji{
    font-size:16px;
  }
  .sub_inside{
    font-size: 14px;
  }
  .sub_inside li {
    background: url(../image/doc.png) no-repeat 0px 5px;
    background-size: 14px auto;
    font-weight: normal;
  }
}
