@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #2b2b2b;
  font-family: "M PLUS 1p" ,Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.09rem;
  font-size: 1.6rem;
  width: 1050px;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
}

input {
  cursor: pointer;
}

.inner {
  width: 98%;
  margin: auto;
}

/*_________header*/
#page-header1 {
  box-sizing: border-box; 
  height: 0px;
  width: 100%;
position: fixed;  
/* position: relative; */
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  /* 黒 */
  margin: 0;
  /* padding: 0.01em 0.01em; */
  color: #fcfcfc;
  background: rgb(255, 255, 255);
  /*背景色*/
  border-top: solid 1px #dcdcdc;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.32);
  /*影*/
}

.A-inner {
  width: 100%;
  height: 80px;
  background: #f1f1f1; 
  display: flex;
  position: absolute;
  text-align: center;
  justify-content: flex-end;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  /* スカイブルー */
}

#page-header1 .coment {
  width: 80vw;
  font-size: 18px;
  position: relative;
  top : -10px;
  left : 0px;
/* background :#fff; */
  /* 研究室部分 */
}
#page-header1 .A-inner a{
  color: #171717;
  text-decoration: none;
}
#page-header1 .coment img{
  width: 70px;
  height: 70px;
  position: relative;
  left :-15px;
  top : 25px;
  /* ハートマーク */
  /* background: #dcdcdc; */
}
#koko{
  font-size: 14px;
}
.kokoro h3{
  position: relative;
  top : 20px;
  right: 10%; 
  /* background: #0d0c0e; */
}
.saito h3{
  position: relative;
  right: 10%; 
  /* background: #b98be7;  */
}


 /* この中に本文コンテンツtext00______________  */
#text00{
  width: 99vw;
  height: 11300px;
  color: #5a5a5a;
   /* background-color: #85f703;   */
  position: relative;
  top :30px;
  /* 全体コンテンツの長さ menuからfooter上まで*/
}
#text00 h3{
  font-size: 20px;
}

/* コンテンツ中身メニュー ＿＿＿＿＿＿＿*/
#container0{
  height: 1100px;
  width: 95vw;
/* background: #f6e8c7; */
  position: relative;
  top :100px;
  left :2%;
  /* 新規、過去目次の大きさ */
}
#container0 a{
  color: #0d0c0e;
  text-decoration: none;
}
#ikishima{
  height: 500px;
  /* background: #f1f1f1; */
}

/* 題名目次 */
#pura00{
  width: 90vw;
  height: 400px;
/* background: #d2ecf1; */
  font-size: 16px;
  padding: 15px;
    /* border:  solid 0.01px #aeaeae;   */
    position: relative;
    top :30px;
    left : 1%;
  /* 目次とA8の場所 */
  display: flex;
  justify-content: space-around;
  }
  .details {
    transition: .3s;
    /* 0.3秒で開く */
    overflow: hidden;
    margin-top: -10px;
    padding-bottom: 20px;
    &:last-of-type {
      margin-bottom: 0;
    }
  }
  .details1[open] {
    margin-top: 0;
    padding-bottom: 10px;
  } 
  .details-vol1 {
    width: 50vw;
    /* 目次幅 */
    display: block;
    padding: 15px;
    transition: .3s;
    transform: translateY(10px);
    /* background-color: rgba(19, 27, 241, 0.32); */
    background: linear-gradient(to bottom,#cbf4fc,#5fe7dd);
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    &:hover {
      cursor: pointer;
    }
  }
  .details-vol1::-webkit-details-marker {
    display: none;
  }
  .details[open] .details-vol1 {
    transform: translateY(0);
  }
  .details-menu {
    width: 49vw;
    /* 目次項目幅 */
    padding: 20px;
    background-color: #fcf9f5af;
    border-bottom: 1px solid #916a1a;
    border-left: 0.5px solid #916a1a;
    border-right: 0.5px solid #916a1a;
    /* アコーディオン中身の色 */
    font-size: 18px;
    text-align: left;
  }




/* コンテンツ新規「壱岐島」＿＿＿＿＿＿＿ */
#conTop{
  height: 11800px;
  /* background: #edf8e2;   */
  position: relative;
  top :0px;
  width: 98vw;
  /* footer上 */
}
#conTop h3{
  font-size: 22px;
}
#conTop h4{
font-size: 18px;
width: 85vw;
position: relative;
left :5%;
}
#conTop p{
  font-size: 13px;
}

/* ８本柱 */
#den1{
  height: 4000px;
  /* background: #eaf8f7;  */
}
#den1 .kana img{
  width: 400px;
  height: 150px;
}
#den1 .A{
  height: 100px;
}
#den1 .B{
  height: 200px;
}
#den1 .C{
  height: 350px;
}

#den1 .saru .d h4{
  font-size: 21px;
}
#den1 .saru{
  height: 600px;
}
#den1 .saru img{
  height:  300px;
  width: 400px;
}
#den1 .photo-saru{
display: flex;
justify-content: space-around;
}

#den1 .left{
  height: 1100px;
  /* background: #d5cff4; */
}
#den1 .left .f h4{
  font-size: 21px;
}
#den1 .left img{
  height:  300px;
  width: 400px;
}
#den1 .photo-left{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  height: 700px;
  }
#den1 .sazae{
  display: flex;
  justify-content: space-around;
  width: 85vw;
  position: relative;
  left : 7%;
}
#den1 .sazae img{
  width: 100px;
  height: 100px;
}

#den1 .six{
height: 1200px;
}
#den1  .h h4{
  font-size: 21px;
}
#den1 .I{
  height: 250px;
 /* background: #dcdcdc; */
} 
#den1 .photo-six{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
#den1 .photo-six img{
  width: 400px;
  height: 300px;
}


/* 鬼の足跡 */
#den2{
  height: 1200px;
}
#den2 .A{
  height: 400px;
}
#den2 .A img{
height: 300px;
width: 300px;
}
#den2 .B{
  height: 150px;
}
#den2 .B img{
  height: 300px;
  width: 400px;
  }



  /* 百合若大臣 */
#den3{
  height: 3200px;
  /* background: #b4f0ec; */
}
#den3 .yuri{
  height: 600px;
  background-image: url(./images/yuriwaka.webp);
  color: #dcdcdc;
  width: 100%;
}
#den3 .yuri img{
  width: 150px;
  height: 200px;
}

#den3 .yurizou{
  height: 150px;
}
#den3 .yurizou h4{
  font-size: 20px;
  position: relative;
  top :50px;
}
#den3 .yumi img{
  width: 300px;
  height: 300px;
}
#den3 .yumi{
  height: 650px;
}
#den3 .a{
  height: 100px;
}
#den3 .b{
  height: 150px;
}

#den3 .mongoru{
  height: 500px;
}
#den3 .mongoru img{
  width: 300px;
  height: 200px;
}
#den3 .washi{
  height: 500px;
}
#den3 .washi img{
  width: 300px;
  height: 180px;
}

#den3 .ya{
  height: 500px;
}
#den3 .ya img{
  width: 250px;
  height: 180px;
}


/* 小島神社 */
#deb4{
  height: 4500px;
}
#den4 .A{
  height: 70px;
}
#den4 .kojima{
  height: 400px;
  display: flex;
  justify-content: space-around;
}
#den4 .kojima img{
  width: 400px;
  height: 300px;
}
#den4 .kami{
  height: 400px;
}
#den4 .box{
  height: 450px;
  display: flex;
  justify-content: space-around;
}
#den4 .B h4{
  width: 45vw;
}
#den4 .box img{
width: 400px;
height: 300px;
}

#den4 .batu{
  height: 500px;
}
#den4 .okite{
height: 400px;
background-image: url(./images/nawa.webp);
color: #dcdcdc;
}
#den4 .C{
  position: relative;
  top : 50px;
  height: 150px;
}
#den4 .BK{
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.52);
}
#den4 .otomo{
  height: 500px;
}
#den4 .box2{
  height: 300px;
  display: flex;
  justify-content: space-around;
}
#den4 .box2 img{
  width: 400px;
  height: 300px;
}
#den4 .ikikoku h4{
  width: 45vw;
}
#den4 .otomo img{
  width: 400px;
  height: 300px;
}
#den4 .wan{
  height: 900px;
  /* background: #cbf4fc; */
}
#den4 .wan img{
  width: 330px;
  height: 400px;
}
#den4 .photo-wan{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}



















/* ______________footer___________________________ */
footer{
  display: flex;
  width: 120vw;
  height: 350px;
  font-size: 15px;
  /* background: #dcdcdc;  */
  position: relative;
  top: 1500px;
  text-align: center;
  border-top: solid 3px #dcdcdc;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
footer a{
  color: #313131;
  text-decoration: none;
  font-size: 15px;
letter-spacing: 0.2rem;
}
/* 左会社説明 */
#com-footer{
  width: 40%;
  /* background: #fcf0f0;   */
  padding-top: 10px;
  font-size: 15px;
}
.comA{
  height: 60px;
  /* background: #e9fdff; */
  padding-top: 10px;

}
.comB{
  height: 70px;
  /* background: #ea7373; */
  position: relative;
  top :-10px;
}
.comD{
  height: 70px;
  /* background: #fcd8d8; */
  position: relative;
  top: -30px;
}
.comC{
  height: 50px;
  position: relative;
  top :-20px;
}
/* 右お問い合わせ */
#bun-footer{
  width: 40%;
  /* background: #dcdcdc;   */
}


#bun-footer .bun-nav a{
  font-size: 15px;
}
#bun-footer .bun-nav{
  position: relative;
  top :20px;
}
.bun-inner {
  width: 100%;
  height: 100px;
  /* background: #ea7373;   */
  position: relative;
  top: 70px;
}

.bun-blk {
  width: 100%;
  height: 150px;
  /* background: #dbfcfc;   */
  position: relative;
  top: 20px; 
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.09rem;
  padding-top: 10px;

}

.bun-nav img {
  width: 30px;
  height: 30px;
  /* background: #7fffff; */
  padding-top: 20px;

}
.bun-nav p{
  color: #656565;

}





/* スマホ____________________ */
@media only screen and (max-width: 414px) {
  img {
    max-width: 98%;
  }

  img {
    max-width: 99%;
    width
    /***/
    : auto;
    /*IE8用ハック*/
    height:auto;
    margin-left:auto;
    margin-right:auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inner {
    width: 414px;
    margin: 0 auto;
    padding: 0;
    max-width:100%;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:8px;
  }
body{
  width: 100%;
  box-sizing: border-box;
  height: auto;
}
  /* ヘッダースマホ___________ */
  #page-header1 {
    position: fixed;
      top : 0px;
    left : 0px; 
    width: 400px;
  height: 80px;
  } 

  #page-header1 .coment {
    font-size: 14px;
    position: relative;
    left : 0px;
    top:0px;
    width: 90vw;
    /* 研究室のところ */
  }
  #page-header1 .coment img{
    width: 45px;
    height: 45px;
    position: relative;
    left :-40px;
    top :10px;
    /* 心マーク大きさ位置 */
  }
  .A-inner{
    position: relative;
    left :1%;
  }
#koko{
  font-size: 0.7rem;
  position: relative;
  top : -10px;
  left : 0;
  width: 30vw;
}
.kokoro h3{
  position: relative;
  top : 5px;
}
.saito h3{
  position: relative;
  top : -5px;
  left : -5%;
}
.coment li{
  position: relative;
  top : -3px;
}




#wrapperTOTAL{
  overflow: hidden;
  height: auto;
  height: 22300px;
/* background: #9afe3e;  */
}





/* バナー ＿＿＿＿＿＿＿＿＿＿*/






/* ＿＿＿＿＿＿＿＿この中に本文コンテンツ________ */
#text00{
  width: 98%;
  height: 22000px;
  /* background: #85e5d8;   */
  font-size: 1.6rem; 
  position: relative;
  left : 0;
  top : 0px;
  margin: auto;
  /* メニュー上からfooter上まで */
}

/* メニュー _______*/
#container0{
height: 800px;
width: 93vw;
/* background: #f8e2e2; */
position: relative;
left :0;
top :60px;
font-size: 16px;
margin: auto;
/* 新規、過去目次の大きさ */
}
#container0 h2{
  width: 58vw;
  position: relative;
  left : 20%;
  top :20px;
}
#ikishima{
  height: 300px;
  /* background: #fff; */
}



/* 目次 */
#pura00{
  width: 99vw;
  /* background: #d2ecf1;   */
  border:  none;    
  padding: 0px;
  display: block;
  position: relative;
  top : 0px;
  }
  .details-vol1 {
    width: 85vw;
    /* 目次幅 グラデーション部分*/
  }
  .details-vol1 h4{
    width: 85vw;
  }
  .details-menu {
    width: 78vw;
    /* 目次項目幅 */
  }



   /* コンテンツ新規 */
#conTop{
  height: 21000px;
  /* background: #f9d2c1;  */
    position: relative;
    top :0px;
    width: 98vw;
    /* 目次下コンテンツからfooter上 */
  }
#conTop h3{
  width: 85vw;
  position: relative;
  left: 6%;
}
#conTop h4{
width: 80vw;
position: relative;
left: 7%;
}

/* ８本柱 */
#den1{
  height: 7800px;
  /* background: #eaf8f7;   */
}
#den1 .A{
  height: 200px;
}
#den1 .B{
  height: 400px;
}
#den1 .C{
  height: 700px;
}

#den1 .saru{
  height: 1200px;
}
#den1 .photo-saru{
  display: block;
  }
  #den1 .left{
    height: 2400px;
    /* background: #d5cff4; */
  }
  #den1 .photo-left{
    height: 1400px;
    }
  #den1 .sazae{
    display: block;
    height: 300px;
  }

  #den1 .six{
    height: 2400px;
    }
    #den1 .I{
      height: 700px;
     /* background: #dcdcdc; */
    } 
    

/* 鬼の足跡 */
#den2{
  height: 1500px;
}
#den2 .A{
  height: 500px;
} 
 /* 百合若大臣 */
#den3{
  height: 5400px;
   /* background: #b4f0ec;  */
}
#den3 .yuri{
  height: 1100px;
  background-image: url(./images/yuriwakaSP.webp);
  width: 100%;
}
#den3 .yumi{
  height: 1000px;
}
#den3 .a{
  height: 200px;
}
#den3 .b{
  height: 300px;
}
#den3 .mongoru{
  height: 900px;
}
#den3 .washi{
  height: 900px;
}
#den3 .ya{
  height: 1000px;
  /* background: #dcdcdc; */
}

/* 小島神社 */
#deb4{
  height: 9000px;
}
#den4 .A{
  height: 100px;
}
#den4 .kojima{
  height: 800px;
  display: block;
}

#den4 .kami{
  height: 800px;
}
#den4 .box{
  height: 900px;
  display: block;
}
#den4 .B h4{
  width: 85vw;
}
#den4 .batu{
  height: 1000px;
}
#den4 .okite{
height: 900px;
background-image: url(./images/nawaSP.webp);
}
#den4 .C{
  position: relative;
  top : 30px;
  height: 300px;
}
#den4 .BK{
  width: 100%;
  height: 900px;
}
#den4 .otomo{
  height: 900px;
}
#den4 .box2{
  height: 600px;
  display: block;
}
#den4 .ikikoku h4{
  width: 85vw;
}
#den4 .wan{
  height: 1300px;
/* background: #cbf4fc; */
}
#den4 .photo-wan{
  display: block;
}





















/* Footerスマホ___________ */
footer{
display: block;
width: 100vw;
text-align: center;
height: 600px;
position: relative;
left :5px;
top :0px;
}
#com-footer{
  position: relative;
  left : 10px;
  /* background: #f6e5e5; */
  width: 90%;
}

.bun-nav{
  width: 350px;
  position: relative;
  right :0%;
}
#bun-footer{
  position: relative;
  left :0;
}
.bun-blk ul{
  position: relative;
  right: 0px;
  width: 350px;
}
.bun-inner{
  position: relative;
  top :20px;
}
}