html {
    scroll-behavior: smooth;
}

 /* 固定ヘッダー  */
header {
  width: 100%;
  height: 70px;
  border-width:5px;
  border-color: #e3f6f5;
  border-bottom-style: solid;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding : 1rem 0;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  background-image:url("./img2/kyoutu2/hanamomohd2.jpg");
  background-repeat: no-repeat;
}

 /* ロゴ */
.rogo {
   margin: 0 auto 0 0;
   display: flex;
}
.rogo h1 {
  padding-left: 20px;
  text-align: left;
  font-size: 22px;
}
.rogo.rogoicon {
  padding-left: 10px;
  width: 80px;
　overflow: hidden;
}
.m02{
   width: 90vw;
   max-width: 40px;
   border-radius: 40px; 
   display: block;
   margin-top:20px;
   margin-left:10px;
   box-shadow: inset 0 0 3px 3px #FFF;
}

.yotei-img{
   max-width: 200px;
   display: block;
   margin: 0 auto;

}

.aida-img{
   max-height: 100px;
   display: block;
   margin: 0 auto;

}

 /* メニューバー */
.nav {
   margin: 0 0 0 auto;
   display: flex;
}

/*ヘッダーボタン */

.hdbtn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #0686b2;
  width: 60px;
  height: 50px;
  padding-top: 8px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#ffe4e1 0%, #fff0f5 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.hdbtn:hover{
  color: #333;
}



.hdbtn:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#ffe4e1 0%, #bc8f8f 100%);/*グラデーションを明るく*/
}

 /*ホーム本文ヘッダー画像 */
.m01{
   width: 90vw;
   max-width: 600px;
   border-radius: 30px; 
   display: block;
   margin: 0 auto;
}

 /*各パージヘッダー */
.hd{
   height: 80px;
   background-image:url("./img2/kyoutu2/rogo.jpg");
   background-repeat: no-repeat;
}
.hd-jikai{
   height: 80px;
   background-image:url("./img2/kyoutu2/rogojikai.jpg");
   background-repeat: no-repeat;
}
.hd-yotei{
   height: 80px;
   background-image:url("./img2/kyoutu2/rogoyotei.jpg");
   background-repeat: no-repeat;
}

 
 /* 本文 */
.honbun{
   margin:80px auto 0px auto;
   padding:30px 0px 0px 0px;
   display: block;
   width:95vw;
   max-width: 768px;
   word-break:break-all;
   letter-spacing: 0.1em;
}
.honbun p {
  text-align: left;
  line-height: 2.0;
}

/*見出しバック */
.j01 {
  height: 100px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  border-left: 5px solid #000;
  background: #e3f6f5;
}
/*トップ見出しバック */
.j02 {
  height: 100px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #000;
  background: #e3f6f5;
}
/*h3見出しバック */
.j03 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-left: 10px;
  border-left: 5px solid #000;
  background: #fff;
}
/*ネット投稿見出しバック */
.j04 {
  text-align: left;
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #ffffff;
}
/*中見出しバック */
.j05 {
  text-align: left;
  font-size: 15pt;
  padding: 1rem 2rem;
  border-left: 5px double #000;
  background: #ffffff;
}

/*目次タイトル */
.mokuji-title{
   height: 50px;
   display: block;
   margin-bottom:-30px;
   padding-left: 20px;
   text-align: left;
   background-image:url("../img/mokujiaikon.jpg");
   background-repeat: no-repeat;

}


/*ホーム目次 */

.mokuji01>ul {
  padding-left:0px;
  padding-top:0px;
  padding-bottom:0px;
}


.mokuji01>ul>li {
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:-5px;
}

.ao2 {
  color: #2d8fdd;
  border-left: solid 5px #000;/*左側の線*/
  background:#E8FAF8;/*背景色*/
  list-style-type: none;
  text-decoration: none;
}
.ao2>a {
	font-size: 15pt;
	font-weight:bold;
	color: #0000cc;
	text-decoration: none;
}

.ao2>a:hover {
	color: #333;
}

/*ホーム目次 ウソ・いつわりシリーズ折りたたみ*/
.giman-oritatami {
  padding-left:10px;
  padding-top:10px;
  padding-bottom:0px;
}
.giman-oritatami:hover {
  color: #333;
}

/*ホーム目次 ウソ・いつわりシリーズサブ*/
.giman-sabu-yotei {
  margin-top:-30px;
  margin-bottom:10px;
  margin-left:0px;
  padding-top:-50px;
  padding-bottom:0px;
  text-decoration: none;
}
.giman-sabu-yotei>li {
  list-style-type: square;
}


.giman-sabu {
  margin-top:0px;
  margin-bottom:10px;
  margin-left:0px;
  padding-top:-30px;
  padding-bottom:0px;
  text-decoration: none;
}

.giman-sabu>li {
  list-style-type: square;
}
.giman-sabu>li>a {
  margin-top:-20px;
  font-size: 13pt;
  font-weight:bold;
  color: #0686b2;
  text-decoration: none;
  line-height: 1;
}

.giman-sabu>li>a:hover {
	color: #333;
}

 /* サブページ目次枠 */
.mokuji02 {
  border: solid 2px skyblue;
  border-radius: 5px;
}
 
.mokuji02 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.mokuji02 a {
    color: #166c9d;
}



/*文字装飾*/
span.aka { 
    background:none;
    color:red
}
span.midori { 
    background:linear-gradient(transparent 60%, #6f6 60%);
}
span.kiro { 
    background:linear-gradient(transparent 60%, #ffff7f 60%);
}
span.pink { 
    background:#ffb6c1;
}



/*リンク点消す*/
.lstyle {
	list-style: none;
	padding-left: 5;
}


/*リンク文字*/
.ltext a {
	font-size: 15pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.ltext a:hover {
	color: #333;
}

/*予定リンク文字*/
.ltext-yotei {
  margin-top: -20px;
}
.ltext-yotei li {
	font-size: 15pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.ltextt-yotei li:hover {
	color: #333;
}




/*戻るボタン*/
.center{
  height: 100px;
  text-align: center;
  margin-inline: auto;
}

a.modori {
    display: flex;
    text-decoration: none;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
a.modori:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    background: rgba(0,0,0,.1);  
}
a.modori:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    background: #000;
}
a.modori:hover {
	opacity: 0.7;
}

/*ボタン*/
a.btn01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
        max-width: 200px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
a.btn01:hover {
	margin-top: 2px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}

/*参考元リスト */
.moto {
  margin-top: -15px;
  margin-bottom: -30px;
}
.moto li{
  padding-top:-10px;
  padding-bottom:10px;

}
.moto li a {
  text-decoration: none;
}
.moto li a:hover {
  text-decoration-line: underline;
}

/*参考元サブリスト */
.moto-sub {
  margin-top: 5px;
}
.moto-sub li{
  padding-top:5px;
  padding-bottom:5px;
  list-style-type: circle;
}
.moto-sub li a {
  text-decoration: none;
}
.moto li a:hover {
  text-decoration-line: underline;
}

/*拠点詳細折りたたみ */
.oritatami-kyoten {
  text-align: left;
  padding-left:20px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:0px;
  margin-bottom:10px;

  border-radius: 5px;
  font-weight: bold;
  color: #333;
  background: linear-gradient(#B3CFD8 0%, #72BFD8 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.oritatami-kyoten:hover {
  color: #fff;
}
.oritatami-kyoten:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#72BFD8 0%, #1B7999 100%);/*グラデーションを明るく*/
}

.oritatami-kyoten-koumoku {
  text-align: left;
  padding-left:10px;
  margin-bottom:10px;
  margin-top:-10px;
  background-color: #f5fffa;
}

.oritatami-kyoten-yotei {
  text-align: left;
  padding-left:20px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:-30px;
  margin-bottom:10px;
  color: #0000cd;
}

.yokoku {
  background-color: #f5fffa;
}





