@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : blog.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 20180214
================================================================= */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

i, cite, em, var, address, dfn {
  font-style: inherit;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  background-color: #ccc;
  /*bg_color*/
  /*bg_image*/
  /*bg_repeat*/
  color: #000;
  letter-spacing: 0.2rem;
}

img {
  border: 0px;
  max-width: 100%;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 4px 2px;
  font-family: sans-serif;
  font-size: 100%;
}

a {
  color: #00a2ff;
  /*a_color*/
}

a:hover,
a:active {
  color: #62c1f8;
  /*a_hover*/
  text-decoration: underline;
}

a:visited {
  color: #336185;
  /*a_visit*/
}

a {
  color: #336185;
  /*a_visit*/
}

a:focus {
  outline: none;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}

select {
  padding: 4px 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}

div.wrap {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

header:nth-of-type(1) {
  width: 100%;
  background: #333;
  /*title_bg_color*/
}

header:nth-of-type(1) div.wrap {
  font-size: 24px;
  line-height: 30px;
  padding: 25px 20px;
  color: #f1f1f1;
  /*title_color*/
}

header:nth-of-type(1) a:hover {
  color: #f1f1f1;
  /*title_color*/
  text-decoration: none;
}

header:nth-of-type(1) a:visit {
  color: #f1f1f1;
  /*title_color*/
  text-decoration: none;
}

header:nth-of-type(2) {
  width: 100%;
  background: #ddd;
  /*main_color*/
}

#main_image {
  width: 100%;
  height: 300px;
  /*main_height*/
  /*main_image*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

footer {
  width: 100%;
  background: #ddd;
  /*copy_bg_color*/
}

section div.wrap {
  padding: 20px 0;
  background-color: #fff;
  /*cbg_color*/
  /*cbg_image*/
  /*cbg_repeat*/
  display: flex;
}

section aside {
  padding: 0 10px;
  width: 25%;
  min-width: 200px;
  overflow: hidden;
}

section div#contents {
  width: 75%;
  overflow: hidden;
  padding: 1rem 4rem;
}
@media only screen and (max-width: 768px) {
  section div#contents {
    width: 100%;
    padding: 1rem 1rem;
  }
}

aside div#prof a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-right: 10px;
}

aside div#search {
  position: relative;
}

aside div#search input {
  width: 100%;
}

aside div#search button {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

aside h3 {
  font-size: 15px;
  line-height: 50px;
  color: #6b6b6b;
}

aside h3:nth-of-type(2) {
  margin-top: 20px;
}

aside nav {
  padding: 20px 0;
}

aside nav > a {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}

aside ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

aside ul li:first-child {
  border-top: 1px solid #ccc;
}

aside ul li a span:nth-of-type(2) {
  display: block;
}

section div#contents div.pager {
  line-height: 30px;
  padding: 0 10px 50px 10px;
}

section div#contents div.pager a.next {
  float: right;
}

section div#contents div#blog_detail {
  padding: 10px 10px 0 10px;
}

section div#contents div#prof_detail img {
  padding: 0 10px;
  float: right;
}

section div#contents div#prof_detail div#prof_text {
  clear: right;
  padding: 10px;
}

section div#contents article div.date {
  line-height: 30px;
  color: #00a2ff;
}

section div#contents article h2 {
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 24px;
  color: #4a3e3e;
}

section div#contents article h2 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}

section div#contents article ul li {
  float: left;
  list-style: none;
}

section div#contents article ul li a {
  display: block;
  line-height: 30px;
  margin-right: 10px;
  background: #ccaf4c;
  color: #fff;
  padding: 0 8px;
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
}

section div#contents > dl ul li a {
  display: block;
  line-height: 30px;
  margin-bottom: 20px;
  margin-right: 10px;
}

section div#contents > dl dt span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}

/* ================================================================= 
 ver5 calendar
================================================================= */
div#form_calendar {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 10px auto;
}

div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}

div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #6b6b6b;
}

div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 20px;
  font-size: 20px;
}

div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 25px;
}

div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 25px;
}

div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 20px;
  font-size: 20px;
}

div#form_calendar div.head span:nth-of-type(1):hover,
div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}

div#form_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #6b6b6b;
}

div#form_calendar table tbody tr {
  height: 30px;
}

div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}

div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}

div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}

div#form_calendar table tbody tr td label {
  font-size: 12px;
}

div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}

div#form_calendar table tbody tr td:first-of-type label,
div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}

div#form_calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}

div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}

div#form_calendar table tbody tr td.other:first-of-type label,
div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}

div#form_calendar table tbody tr td.open:hover {
  background: rgba(0, 255, 137, 0.2);
}

/* ================================================================= 
 ver5 builingual
================================================================= */
div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}

div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}

div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}

div#builingual div.language {
  float: right;
  color: #999;
  font-weight: bold;
}

div#builingual div.language select {
  margin: 0 20px 0 10px;
}

div.translate {
  margin: 30px 0 30px 0;
}

section div#contents div#blog_detail + div.translate {
  margin: 10px 10px 30px 10px;
}

section div#contents article > p + div.translate {
  margin: 5px 0 30px 0;
}

/* ================================================================= 
 added: 190216 ver5 form ビルドコンテンツ挿入時に必要
================================================================= */
section div.form_wrap dl {
  display: flex;
}

section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #f5f5f5;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

section div.form_wrap dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}

section div.form_wrap dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}

section div.form_wrap dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

section div.form_wrap dl dt label,
section div.form_wrap p.annot {
  color: #ff0000;
}

section div.form_wrap dl dd > div {
  display: flex;
}

section div.form_wrap dl dd input[type=text],
section div.form_wrap dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}

section div.form_wrap dl dd div input[type=text],
section form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}

section div.form_wrap dl dd div:last-of-type input[type=text],
section div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}

section div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}

section div.form_wrap dl dd input[type=text] + span,
section div.form_wrap dl dd select + span {
  margin-left: 8px;
}

section div.form_wrap dl dd p {
  margin-top: 4px;
}

section div.form_wrap dl dd.addr input,
section div.form_wrap dl dd.ship_addr input {
  width: 100%;
}

section div.form_wrap dl dd.addr select,
section div.form_wrap dl dd.ship_addr select {
  width: 122px !important;
}

section div.form_wrap dl dd.addr div:nth-of-type(1) input,
section div.form_wrap dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}

section div.form_wrap dl dd.date div,
section div.form_wrap dl dd.birthday div,
section div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}

section div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}

section div.form_wrap dl dd.is_entry label {
  width: 80px;
}

section div.form_wrap dl dd.is_entry input[type=text] {
  width: 160px !important;
}

section div.form_wrap dl dd.date input,
section div.form_wrap dl dd.birthday input {
  width: 80px !important;
  text-align: center;
}

section div.form_wrap dl dd.date select,
section div.form_wrap dl dd.birthday select {
  width: 60px !important;
}

section div.form_wrap dl dd.date p,
section div.form_wrap dl dd.birthday p,
section div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}

section div.form_wrap dl dd.date div:last-of-type input[type=text],
section div.form_wrap dl dd.birthday div:last-of-type input[type=text],
section div.form_wrap dl dd.date div:last-of-type select,
section div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}

section div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}

section div.form_wrap dl dd.radio label,
section div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}

section div.form_wrap.confirm dl dd span {
  color: #ff0000;
}

section div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 50px 20px 20px 20px;
  border-radius: 2px;
}

section div.form_wrap.message ul li {
  font-size: 20px;
  margin-bottom: 10px;
}

section div.form_wrap.message p span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

section div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
}

section div.form_wrap.error p {
  padding: 5px;
}

/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 660px) {
  section div.wrap {
    flex-direction: column-reverse;
  }
  section aside {
    width: 98%;
  }
  section div#contents {
    width: 98%;
  }
  /*-----------------------------------------
   added: 190116 table style sp ビルドコンテンツ挿入時に必要
  ------------------------------------------- */
  .tbl_block th {
    text-align: center;
  }
  .tbl_block th,
  .tbl_block td {
    display: block;
  }
  .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.imgL {
  float: left;
  margin-left: 10px;
}

.imgR {
  float: right;
  margin-left: 10px;
}

.imgC {
  margin: 0px auto 0px auto;
  display: block;
}

body {
  overflow-y: scroll !important;
}

#nav_global ul li {
  text-align: center;
}

#include-h2 h2 {
  color: #fff !important;
}

section div#contents article div.date {
  line-height: 4rem;
  color: #ffffff;
  background: #336185;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

section div#contents article h2:first-child {
  font-weight: bold !important;
}

.blog-contents .comment-wrap {
  position: relative;
  background: #fffbef !important;
  border: 1px solid #eee;
  padding-left: 24px !important;
}
.blog-contents .comment-wrap .comment-text {
  line-height: 1.4;
}
.blog-contents .comment-wrap .comment-text h3 {
  line-height: 2;
  font-weight: bold;
}
.blog-contents .comment-wrap .comment-text > article {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.8vmin !important;
}
.blog-contents .comment-wrap::after {
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  height: 480px;
  max-height: 91%;
  width: 24px;
  background: url("../images/blog/ring.png");
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .blog-contents .comment-wrap {
    padding: 1.2rem !important;
  }
  .blog-contents .comment-wrap::after {
    display: none;
  }
}
.blog-contents .釣果表 {
  display: flex;
  flex-wrap: wrap;
}
.blog-contents .釣果表 dl {
  flex-basis: 50%;
  display: flex;
  border: 1px solid #aaa;
}
.blog-contents .釣果表 dl dt {
  background: #336185;
  color: #fff;
  flex: 1;
  border-right: 1px solid #aaa;
}
.blog-contents .釣果表 dl dd {
  flex: 2;
}
.blog-contents .釣果表 dt, .blog-contents .釣果表 dd {
  border: none;
}
.blog-contents .comment-img table {
  width: 100%;
}
.blog-contents .comment-img table tr td {
  width: 50%;
}
.blog-contents .comment-img table tr td img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_item {
  background: linear-gradient(#c9aa41 0%, #D9C37A 100%);
}

#contents > article:first-child h2 {
  font-family: "Sawarabi Mincho";
}

.date + h2 {
  font-family: "Sawarabi Mincho";
  font-weight: bold;
}

.釣果情報 .blog-title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-bottom: 1px solid #aaa;
}
.釣果情報 .blog-title h2 {
  font-size: 2rem !important;
  padding-bottom: 0 !important;
}

.comment-img {
  margin-top: 20px;
}

.comment-text {
  border: 2px solid #1e4563;
}
.comment-text h3 {
  background: #147ed2;
  color: #fff;
  font-size: 1.6rem;
  padding-left: 8px;
}
.comment-text h3 + div {
  padding: 10px 2px 6px;
}

.出船予定表 table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: grey;
  table-layout: fixed;
}
.出船予定表 table tr:first-child td {
  background: #fafafa;
}
.出船予定表 table tr:first-child td div {
  font-weight: 500;
}
.出船予定表 table tr td:first-child {
  width: 176px;
  background: #fafafa;
  font-weight: 500;
}
@media only screen and (max-width: 668px) {
  .出船予定表 table tr td:first-child {
    width: 80px !important;
  }
}
.釣り物-wrap {
  flex-wrap: wrap;
  align-items: stretch;
}
.釣り物-wrap > div {
  flex-basis: 50%;
}
.釣り物-wrap > div table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  width: 100% !important;
  box-shadow: 0 1px 4px #ccc;
}
.釣り物-wrap > div table tr .name {
  line-height: 1.2rem;
  background: #336185;
}
.釣り物-wrap > div table tr .name div {
  color: #fff;
}
.釣り物-wrap > div table tr:nth-child(n+2) td {
  border-bottom: 1px dashed #ccc !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.釣り物-wrap > div table tr:nth-child(n+2) td:first-child div {
  min-width: 64px;
  position: relative;
}
.釣り物-wrap > div table tr:nth-child(n+2) td:first-child div:after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: 0;
}
.釣り物-wrap .釣り物表 {
  padding: 4px;
}
.釣り物-wrap .釣り物表 article {
  height: 100%;
}
.釣り物-wrap .釣り物表 article table {
  height: 100%;
}

.reserve-text {
  padding-left: 1.2rem;
  line-height: 1.8rem !important;
}
.reserve-text article {
  padding: 0 !important;
}
.reserve-text article h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  border-bottom: 1px solid #927823;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  color: #d0a316;
}
.reserve-text article div {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #222;
}
.reserve-text .btn_f {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  max-width: 100%;
}

.warning b {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 0.4rem;
  font-family: "Sawarabi Mincho";
  color: #f55a29;
  font-weight: bold;
}

.comment-wrap.life-jacket {
  position: relative;
}
.comment-wrap.life-jacket .comment-text.warning {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  padding: 12px;
}
.comment-wrap.life-jacket:before {
  content: "";
  background: url(../images/blog/life-jacket.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  width: 150px;
  right: 1.6rem;
  display: block;
  height: 150px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .comment-wrap.life-jacket:before {
    display: none;
  }
}
.comment-wrap.life-jacket > div {
  position: relative;
}

@media only screen and (max-width: 768px) {
  section div.wrap {
    padding-top: 80px !important;
  }
  .釣り物-wrap > div {
    flex-basis: 50% !important;
  }
}
@media only screen and (max-width: 668px) {
  .comment-img table tr td {
    width: 100% !important;
  }
  .出船予定表 tr td:first-child {
    width: 116px !important;
  }
}
@media only screen and (max-width: 468px) {
  .blog-contents .釣果表 {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-contents .釣果表 dl {
    flex-basis: 100%;
  }
  .釣り物-wrap > div {
    flex-basis: 100% !important;
  }
}
aside h3 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #fefefe;
  background-color: #455a64;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  width: auto;
  margin: 0px 0 1.2rem;
  padding: 8px 4%;
  clear: both;
  line-height: 3.2rem;
}

aside ul li a {
  padding: 10px 10px;
  background-color: #FFF;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #333;
  transition: 1s;
}

nav .pages li a {
  font-size: 1.4rem !important;
  font-family: inherit !important;
  color: #455a64 !important;
}

aside ul li a .blogside {
  display: block;
  background-color: #ececec;
  padding: 5px;
  border-radius: 4px;
}

.category li a {
  color: #336185;
  text-align: center;
  font-weight: 600;
  font-weight: normal !important;
}

aside ul li a:hover {
  text-decoration: none !important;
}

.btn_f {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  header#global_header {
    margin-bottom: 0 !important;
  }
}
#copyright {
  text-align: center;
}

@media screen and (min-width: 769px) {
  header nav > ul {
    padding-top: 8px;
  }
}/*# sourceMappingURL=blog2.css.map */