@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: 12300px;
  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: 10800px;
  /* 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;
}


#ooya{
  height: 5000px;
  /* background: #eaf8f7;  */
}
#ooya .A{
  height: 100px;
}
#ooya .B{
  height: 200px;
}
#ooya .storry{
height: 900px;
width: 97vw;
/* background: #ffebab;  */
position: relative;
left : 1%;
}

#ooya .storry img{
  width: 380px;
  height: 190px;
}
#ooya .kon{
  display: flex;
  justify-content: space-around;
}
#ooya .onokoro h4{
  width: 48vw;
  height: 250px;
  text-align: left;
}

#ooya .shitu{
  display: flex;
  height: 300px;
  justify-content: space-around;
}
#ooya .ketu h4{
  width: 48vw;
  height: 250px;
  text-align: left;
}

#ooya .te{
  display: flex;
  height: 300px;
  justify-content: space-around;
}
#ooya .gishi h4{
  width: 48vw;
  height: 250px;
  text-align: left;
}

#ooya .awaji{
  height: 150px;
}
#ooya .tukushi{
  height: 400px;
  display: flex;
  justify-content: space-around;
}
#ooya .tukushi img{
  width: 300px;
  height: 200px;
}
#ooya .kiyu{
  width: 33vw;
}
#ooya .japan{
  width: 33vw;
}
#ooya .hon{
  width: 33vw;
}

#ooya .island6{
  height: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ooya .island6 img{
  width: 300px;
  height: 200px;
}
#ooya .shima1{
  width: 330px;
}
#ooya .shima2{
  width: 330px;
}
#ooya .shima3{
  width: 330px;
}
#ooya .shima5{
  width: 330px;
}
#ooya .shima6{
  width: 330px;
}
#ooya .shima7{
  width: 330px;
}
#ooya .inn img{
  width: 80px;
  height: 80px;
}
#ooya .inn{
  height: 300px;
}

#ooya .iki-tu{
  height: 900px;
  /* background: #cbf4fc; */
}
#ooya .a{
  height: 150px;
}
#ooya .b{
  height: 100px;
}
#ooya .rutoo{
  height: 500px;
  background-image: url(./images/ikishima@@.webp);
  /* background: #bebebe; */
}
#ooya .rutoo h4{
  text-align: left;
  position: relative;
  left : 35%;
  top : 5px;
  color: #040404;
}
#ooya .bk{
  height: 500px;
  /* background-color: rgba(0, 0, 0, 0.25); */
}

#ooya .boujin{
  height: 600px;
}
#ooya .d{
  height: 80px;
}
#ooya .e{
  height: 200px;
}
#ooya .photo-bou{
  display: flex;
  justify-content: space-around;
  height: 300px;
}
#ooya .photo-bou img{
  width: 350px;
  height: 200px;
}


#chie{
  height: 6000px;
  /* background: #ece0f7;  */
}

#chie .nosee h3{
  height: 100px;
}
#chie .nosee{
  height: 300px;
  background-image: url(./images/nosee.webp);
color: #dcdcdc;
}
#chie .bk-see{
  height: 300px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.55);
}

#chie .kame{
  height: 1550px;
  position: relative;
  top: 100px;
  /* background: #fff; */
}
#chie .kame img{
width: 100px;
height: 100px;
}
#chie .kame1{
  height: 150px;
}
#chie .kame2{
  height: 100px;
}
#chie .kame3{
  height: 200px;
}
#chie .kame4{
  height: 200px;
}
#chie .kame5{
  height: 150px;
}
#chie .kame6 img{
  width: 400px;
  height: 250px;
}

#chie .imigu{
  height: 1200px;
  /* background: #f7f3e0; */
}
#chie .imigu img{
  width: 100px;
  height: 100px;
}
#chie .cek1{
  height: 150px;
}
#chie .cek2{
  height: 150px;
}
#chie .cek3{
  height: 100px;
}
#chie .photo-cek4{
  height: 300px;
}
#chie .photo-cek4 img{
  width: 400px;
  height: 250px;
}
#chie .cek5{
  height: 150px;
}


#chie .sei img{
  width: 100px;
  height: 100px;
}
#chie .sei{
  height:2700px;
  /* background: #cbf4fc; */
}

#chie .kami1{
  height: 150px;
}
#chie .kami2{
  height: 150px;
}
#chie .kami3{
  height: 150px;
}
#chie .photo-kami4{
  height: 350px;
  display: flex;
  justify-content: space-around;
}
#chie .photo-kami4 img{
  width: 400px;
  height: 300px;
}
#chie .photo-kami4 .tuki{
  width: 45vw;
  text-align: left;
}


#chie .photo-kami5{
  height: 550px;
  display: flex;
  justify-content: space-around;
}
#chie .photo-kami5 img{
  width: 400px;
  height: 500px;
}

#chie .photo-kami6{
  height: 400px;
  display: flex;
  justify-content: space-around;
  /* background: #fff; */
}
#chie .photo-kami6 img{
  width: 400px;
  height: 250px;
}

#chie .shiki{
  height: 700px;
  /* background: #fff; */
}
#chie .shiki img{
  width: 650px;
  height: 300px;
}
#chie .koyomi{
  height: 100px;
}
#chie .koyomi2{
  height: 200px;
}














/* ______________footer___________________________ */
footer{
  display: flex;
  width: 120vw;
  height: 350px;
  font-size: 15px;
  /* background: #dcdcdc;  */
  position: relative;
  top: 0px;
  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: 20300px;
/* background: #9afe3e; */
}





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






/* ＿＿＿＿＿＿＿＿この中に本文コンテンツ________ */
#text00{
  width: 98%;
  height: 20200px;
  /* 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: 19300px;
  /* background: #dcf9c1; */
    position: relative;
    top :0px;
    width: 98vw;
    /* 目次下コンテンツからfooter上 */
  }
#conTop h3{
  width: 85vw;
  position: relative;
  left: 6%;
}
#conTop h4{
width: 80vw;
position: relative;
left: 7%;
}


#ooya{
height: 9800px;
/* background: #eaf8f7; */
}
#ooya .A{
  height: 200px;
}
#ooya .B{
  height: 300px;
}
#ooya .storry{
  height: 1800px;
}
#ooya .storry h4{
  position: relative;
  left : 2%;
}
#ooya .kon{
  display: block;
}

#ooya .onokoro h4{
  width: 95vw;
  height: 450px;
}

#ooya .shitu{
  display: block;
  height: 600px;
}
#ooya .ketu h4{
  width: 95vw;
  height: 450px;
}

#ooya .te{
  display: block;
  height: 600px;
}
#ooya .gishi h4{
  width: 95vw;
  height: 450px;
}

#ooya .awaji{
  height: 300px;
}
#ooya .tukushi{
  height: 900px;
  display: block;
}
#ooya .tukushi h5{
  font-size: 16px;
}
#ooya .island6 h5{
  font-size: 16px;
}
#ooya .kiyu{
  width: 93vw;
}
#ooya .japan{
  width: 93vw;
}
#ooya .hon{
  width: 93vw;
}

#ooya .island6{
  height: 2200px;
}

#ooya .inn{
  height: 400px;
}

#ooya .iki-tu{
  height: 1700px;
   /* background: #cbf4fc;  */
}
#ooya .a{
  height: 300px;
}
#ooya .b{
  height: 200px;
}
#ooya .rutoo{
  height: 1000px;
  background-image: url(./images/ikiSP.webp);
  /* background: #bebebe; */
}
#ooya .bk{
  height: 1000px;
  background-color: rgba(0, 0, 0, 0.15); 
}
#ooya .rutoo h4{
  position: relative;
  left : 5%;
  top : 20px;
  color: #fcfcfc;
}

#ooya .boujin{
  height: 1200px;
}
#ooya .d{
  height: 100px;
}
#ooya .e{
  height: 550px;
}
#ooya .photo-bou{
  display: block;
  height: 700px;
}


#chie{
  height: 12000px;
}
#chie .nosee h3{
  height: 150px;
}
#chie .nosee{
  height: 600px;
  background-image: url(./images/nosee.webp);
}
#chie .bk-see{
  height: 600px;
  width: 100vw;
}

#chie .kame{
  height: 2600px;
  position: relative;
/* background: #efcfcf; */
}
#chie .kame1{
  height: 400px;
}
#chie .kame2{
  height: 200px;
}
#chie .kame3{
  height: 400px;
}
#chie .kame4{
  height: 400px;
}
#chie .kame5{
  height: 400px;
}

#chie .imigu{
  height: 1900px;
  /* background: #f7f3e0; */
}
#chie .cek1{
  height: 300px;
}
#chie .cek2{
  height: 300px;
}
#chie .cek3{
  height: 200px;
}
#chie .photo-cek4{
  height: 300px;
}
#chie .cek5{
  height: 300px;
}

#chie .sei{
  height:4300px;
  /* background: #cbf4fc;  */
}
#chie .kami1{
  height: 250px;
}
#chie .kami2{
  height: 200px;
}
#chie .kami3{
  height: 200px;
}
#chie .photo-kami4{
  height: 680px;
  display: block;
  /* background: #d3aeae; */

}
#chie .photo-kami4 .tuki{
  width: 95vw;
  position: relative;
  left : 2%;
  font-size: 15px;
}
#chie .photo-kami5{
  height: 1100px;
  display: block;
  /* background: #9f82e8; */
}
#chie .photo-kami6{
  height: 700px;
  display: block;
}

#chie .shiki{
  height: 1000px;
  /* background: #fff; */
}
#chie .shiki img{
  width: 400px;
  height: 170px;
}
#chie .koyomi{
  height: 200px;
}
#chie .koyomi2{
  height: 300px;
}



























/* Footerスマホ___________ */
footer{
display: block;
width: 100vw;
text-align: center;
height: 600px;
position: relative;
left :5px;
}
#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;
}
}