@charset "utf-8";
/*リセットcssーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
}

body {
 /* プロジェクトによって変動 */
 min-width: 369px;
 color: #000000;
 line-height: 1.6;
 background-color: 	#ffffff;
 font-weight: 400;
 font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
 width: 100%;
 font-smoothing: antialiased;
 font-variant-numeric: tabular-nums;
 /* safari hover対策 */
 -webkit-font-smoothing: antialiased;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
 display:block;
}

ul, li {
 list-style:none;
 display: inline-block;
 margin:0 auto;
}

blockquote, q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

a {
 vertical-align:baseline;
 text-decoration: none;
 color: inherit;
}

/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}

del {
 text-decoration: line-through;
}

abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}

table {
 border-collapse:collapse;
 border-spacing:0;

}

/* change border colour to suit your needs */
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}

input, select {
 vertical-align:middle;
}
button {
 line-height: 1.0;
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
 appearance: none;
}
/*-------------------------------リセットcssここまで-----------------*/
body{
  color:#202020;
  width:100%;
  height:auto;
  display: inline-block;
  margin:0 auto 0 auto;
}

  /*-----------------ハンバーガーメニュー-------------------------------------------*/
  .hamburger-menu{
    width:100%;
  }
  .menu-btn {
      position: fixed;
      top: 10px;
      right: 2.5%;
      display: flex;
      height: 23px;
      width: 23px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: rgba(255, 255, 255, 0);
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
    border-radius: 3px;
      background-color: black;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  /*---------------------三本線を×マークに---------------------------------*/
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
  /*------------------チェックボックスを隠す-----------------------------------------------*/
  #menu-btn-check {
  display: none;
}
  /*----------------------------------------------------------------------------*/
  .menu-content{
    position: absolute;top:100px;
    position: absolute;right:10px;
    position: fixed;
  }
  .menu-content {
    width: 70%;
    height: 70%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 100;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0 10px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    margin-right: 10px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    margin-right: 10px;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;

}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
  /*------------------ここまで-----------------------------*/


  header{
    margin:0 auto;
    width:100%;
    height:auto;
    position: fixed;
    background-color: #ededed;
  }
  #breadcrumb{
    clear: both;
    float:right;
    margin:10% 3%;
    font-size:14px;
    margin-bottom: 10%;
  }

/*---------------キランボタン--------------------------------*/
.shiny-btn1 {
    display: block;
    position: relative;
    width: 60%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #5b8ab5;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(171, 210, 245, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;

}
.shiny-btn1:hover {
    text-decoration: none;
    color: #ffffff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*---------------ここまで----------------------------*/

h1{
  text-align: center;
  font-weight: normal;
}

      /*ここまで*/
.title{
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  font-family: serif;
  font-style: italic;
  background-color: #5b8ab5;
}

