/* -----------------------------  基　　本　--------------------------------- */



.g_koukoku {
  font-size: 75%;
  font-weight: lighter;
  color: #0000ff;
  margin-bottom: 0px;
}

* {
  box-sizing: border-box;
}



/*-------------------------bodyの指定*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
  text-align: left;
  background: #ffffff;
  word-break: break-all;
  transform: rotate(0.001deg);
  /*-----------エッジを滑らかに　クローム用--------------*/
}

header {
width: 100%;
}


/* ------   トップナビ  ----- */
.top_navi {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0px;
}

.top_navi li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_navi {
  font-size: 120%;
  margin: 10px 0px 30px 0px ;
}
.top_navi li {
  margin: 0px 15px 0px 15px ;
}


/* 　　コンテナ　　 */
#main {
  width: 80%;
  display: flex;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  border: 0px solid #3399ff;
  margin-left : auto ; margin-right : auto ;
}

/* 　　アイテム　　 */
article {
  padding: 0px 10px 0px 0px;
  background: #ffffff;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 105%;
  line-height: 1.8;

}

aside {
  padding: 0px 0px 0px 10px;
  width: 30%;
  max-width: 280px;
  position: sticky;
  top: 0;

  }
aside ul {
  margin-top: 0;
}

  /* ------   泉州発！紀伊半島の温泉と釣り  ----- */
.site_name {
  text-align: center;
  margin-bottom: 10px;

}


  
/* ------   h1, h2, h3, h4, h5  基本  ----- */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* ------    ページ見出しグラデーションカラー　----- */
.color_grad {
  color: #ffffff;
  background-color: #4D47FC;
  background-image: linear-gradient(to bottom, #4D47FC, #180594);
  border-color: #0600c9;
}


h1 {
  border: 1px solid #26759e;
  font-size: 250%;
  line-height: 0.9em;
  font-family: HGS創英角ﾎﾟｯﾌﾟ体;
  color: #FFFFFF;
  text-align: center;
  text-shadow: -2px -2px #555;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 10px;
}


h2 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  font-size: 180%;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #4D47FC;
  background-image: linear-gradient(to right, #41bcfd 0%, #ffffff 90%);
  border-image: linear-gradient(to right, #1f11e2, #FFFFFF 90%) 1;
  border-bottom: 5px solid;
  text-shadow:1px 1px 0 #0000ff,-1px 1px 0 #0000ff,1px -1px 0 #0000ff,-1px -1px 0 #0000ff;
  

}

h2+div,
h3+div {
  padding: 0px 20px 0px 20px;
}


h3 {
  width: 60%;
  max-width: 800px;
  padding-left: 10px;
  font-size: 130%;
  color: #0000ff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: 10px solid #0000ff;
  border-bottom: 3px solid #0000ff;
  border-image: linear-gradient(to right, #0000ff, #FFFFFF) 1;
}


/* ------   a  基本  ----- */
a {
  text-decoration: none;
  color: #0000ff;

}


/* ------   img  基本  ----- */
img {
  width: 100%;
  height: auto;
  display: block;
}


/* ------------------------- pスタイル */
p {
  width: 100%;
  font-size: 100%;
  color: #555555;
}



/* -------------- 透明hr  行間用 */
hr {
  border: 0px transparent solid;
  background-color: transparent;
}


/*--メニュー見出しボックス分--*/
.hr_s {
  display: none;
}


/* ------行間隔-------- */
.hr_set20 {
  border: 0px transparent solid;
  background-color: transparent;
  height: 20px;
}

.hr_set30 {
  border: 0px transparent solid;
  background-color: transparent;
  height: 30px;
}

.hr_set50 {
  border: 0px transparent solid;
  background-color: transparent;
  height: 50px;
}



/* 　　Flex ボックスではない　　 */
footer {
  display: block;
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-top: 3px solid #cccccc;
  border-radius: 0pt;
  background: #ffffff;
}



section {
  margin-top: 20px;
  margin-bottom: 70px;
}



/*-------------　地域メニュー　------------*/
.tiikimenu {
  display: flex;
  margin-bottom: 20px;
}

.tiikimenu li {
  padding: 10px 10px 10px 10px;
  font-size: 120%;
  list-style: none;
}


/*--------紀伊半島の波止の枠---------*/

div.turibatop {
  display: flex;
  width: 100%;
  min-height: 50px;
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 10pt;
  margin: 0 auto;
}

.turibatop1,
.turibatop2,
.turibatop3,
.turibatop4,
.turibatop5 {
  display: flex;
  color: #ffffff;
  background-color: #0000FF;
  margin: 0px;
  min-height: 50px;
  padding: 0px;
  border: 1px solid gray;
  align-items: center;
  justify-content: center;
  font-family: HGｺﾞｼｯｸE;
  font-size: 110%;
}

.turibatop1 {
  flex: 1 1 25%;
  border-radius: 10px 0px 0px 10px;
}

.turibatop2 {
  flex: 1 1 15%;
}

.turibatop3 {
  flex: 1 1 20%;
}

.turibatop4 {
  flex: 1 1 45%;
  border-radius: 0px 10px 10px 0px;
}


/*--------------turiba ---------*/

div.turiba {
  display: flex;
  width: 100%;
  min-height: 80px;
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 10pt;
  margin: 0 auto;
}

.turiba1,
.turiba2,
.turiba3,
.turiba4,
.turiba5 {
  display: flex;
  background-color: #f4f4f4;
  margin: 0px;
  min-height: 80px;
  padding: 0px;
  border: 1px solid gray;
  align-items: center;
  justify-content: center;
  color: #333;
}


.turiba1 {
  flex: 1 1 25%;
  border-radius: 10px 0px 0px 10px;
}

.turiba2 {
  flex: 1 1 15%;
  flex-direction: column;
}

.turiba3 {
  flex: 1 1 20%;
}

.turiba4 {
  flex: 1 1 45%;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 0px 10px 0px;
  flex-direction: column;
}



/*--------------　地図　-----------*/

.turiba_map {
  color: #1E90FF;
  font-size: 120%;
  margin-top: 10px;
}


/*------------------------------------　サイド　-----------------------------------*/

/*------------　釣果情報　-----------*/
.fishing_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fishing_info li {
  font-size: 105%;
}

