@charset "UFT-8";

/*カーソル合わせたときの色*/
a:link {
  color: #707070;}
a:visited {
  color:#4E4C4C ;
}
a:hover {
  color: #007F89;
}
a: active {
  color: #007F89;
}
a{
  text-decoration: none;
}
a{
  transition: color 0.5s;
}

/*上固定バー　背景*/
.page_header {
  position: fixed;
  top: 0;
  width: 85%;
  right: 0;
  height: 150px;
  background: white;
}

/*上ナビゲーション*/

.container_main_nav {

  position:fixed;
  top: 2vh;
  width:76%;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color:;
}
.container_main_tag {
  width:90%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.container_snsandlag_tag {
  width:10%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.nav_label {
  font-size: 20px;
  line-height: 1.5;
  color: #707070;
  font-family: "source-han-sans-japanese", sans-serif;
 font-weight: 700;
 font-style: normal;
}

/*カーソル合わせたときの色*/
.nav_label:link {
  color: #707070;}
.nav_label:visited {
  color:#4E4C4C ;
}
.nav_label:hover {
  color: #007F89;
}
.nav_label: active {
  color: #007F89;
}
.nav_label{
  text-decoration: none;
}
.nav_label{
  transition: color 0.5s;
}

/*title*/

.title{
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
}
.title p{
  margin: 0em 0px;
}
.title_base {
 font-size: 40px;
 font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
}

.title_color {
 font-size: 40px;
 color:#007F89;
 font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
}

/*全体配置*/
article {
  display: flex;
  flex-direction: column;
  width:60%;
  left: 20%;
  position: relative;
  top: 10vh;
  height: 70vh;
}

.container_sagishimablue {
  display: flex;
  flex-direction: row;
}

.sagishimablue_info {
  width: 40%;
}
.location_map {
  width: 60%;
}
iframe {
  width: 100%;
  height:50vh;
}


/*フォントサイズ指定*/
p {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
 font-weight: normal;
 font-style: normal;
}

h1 {
  border-bottom: 3px solid #007F89;
  font-size: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
 font-weight: 700;
 font-style: normal;
}

h2 {
  border-bottom: 1px solid black;
  font-size: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
 font-weight: 700;
 font-style: normal;
 line-height: 1.0;
}
/*footer*/
footer {
  position: absolute;
  bottom: 0 ;
  left: 50%;
  padding: 10px 0 10px 0;
  text-align: center;
}
footer p {
  color: #707070;
  font-size: 15px;
}


/*MOBILE SIZE*/
@media (max-width: 900px) {
  /*titleの大きさ変更*/
.page_header {
    height: 20vh;
  }
.title {
  display: flex;
  flex-direction: row;
}
.title_color {
   font-size: 15px;
 }
.title_base {
   font-size: 15px;
  }

  /*ナビゲーションの大きさや位置変更*/
.nav_label {
  font-size: 10px;
}
.container_main_nav {
  width: 90%;
  right:5%;
}
.page_header {
    width: 100%
  }

  .container_main_tag {
    width:70%;
    justify-content: space-around;
    position:fixed;
    top: 15vh;
  }

  .container_snsandlag_tag {
    position:fixed;
    right: 0;
    width:30%;
    display: flex;
    justify-content: space-around;
  }

  article {/*全体幅と高さの調整*/
    width:80%;
    left: 10%;
    top: 20vh;
    height: auto;
  }
  .container_sagishimablue {/*さぎしまブルーの２カラムを1カラムに*/
    display: flex;
    flex-direction: column;
  }
  .sagishimablue_info {/*さぎしまブルーのinfo幅・位置*/
    width: 100%;
    left: 20%;
  }
  .location_map {/*さぎしまブルーのmap幅・位置*/
    width: 100%;
    left: 20%;
  }

  /*フォントサイズ再指定*/
h1 {
    border-bottom: 2px solid #007F89;
    font-size: 13px;
  }
h2 {
    border-bottom: 1px solid black;
    font-size: 13px;
  }
p {
  font-size: 10px;
  }

  /*重ね順再指定*/
  .page_header {
    z-index: 0;
  }

  .contact {
    z-index: -1;
  }



}
