@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  color: #211815; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 90%; } }

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: bottom;
  max-width: 100%; }

a img {
  border: none; }

a {
  color: #211815;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: .7; }

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

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
li {
  list-style: none; }

i {
  padding: 0 5px; }

.tablet {
  display: none; }

.sp {
  display: none; }

.ssp {
  display: none; }

/*PC改行加える*/
.br-pc {
  display: inherit; }

/*PC改行無効*/
.br_sp {
  display: none; }

.br_ssp {
  display: none; }

@media only screen and (max-width: 768px) {
  img {
    border: 0;
    max-width: 100%;
    height: auto; }

  .pc {
    display: none; }

  .tablet {
    display: block; }

  .sp {
    display: block; }

  .ssp {
    display: none; }

  /*SP改行無効*/
  .br-pc {
    display: none; }

  /*SP改行加える*/
  .br_sp {
    display: block; }

  .br_ssp {
    display: none; } }
@media only screen and (max-width: 480px) {
  .tablet {
    display: none; }

  .ssp {
    display: block; }

  /*SP改行無効*/
  .br-pc {
    display: none; }

  /*SP改行加える*/
  .br_sp {
    display: block; }

  .br_ssp {
    display: block; } }
/************************************

common

************************************/
section:after, article:after, dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

main {
  display: block; }

.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }
  .wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      width: 90%; } }

/************************************

header

************************************/
header {
  padding: 15px;
  position: relative;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    header {
      padding: 10px; } }
  header h1 a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    background-image: url(../images/head_logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    display: block;
    height: 70px;
    width: 270px;
    margin: 0 auto 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      header h1 a {
        background-image: url(../images/head_logo@2x.png); } }
    @media only screen and (max-width: 768px) {
      header h1 a {
        height: 53px;
        width: 200px;
        margin: 0 auto; } }

.pconly header {
  min-width: 1100px;
  border-bottom: 1px solid #ddd; }

header nav ul {
  letter-spacing: -1em; }
  header nav ul li {
    letter-spacing: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 95%;
    margin: 0 15px;
    overflow: hidden; }
    header nav ul li a {
      padding: 0 0 8px;
      display: inline-block; }
      header nav ul li a:hover {
        color: #009E3E;
        background: url(../images/headmenu_sen@2x.png) no-repeat right bottom;
        background-size: 215px;
        opacity: 1; }

/*********** header.fixed **********/
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  header.fixed h1 a {
    float: left;
    width: 170px;
    height: 43px;
    margin: 0; }
  header.fixed nav {
    margin: 15px 0 0 170px;
    text-align: right; }
  header.fixed nav ul li {
    font-size: 85%;
    margin: 0 10px; }

@media only screen and (max-width: 1070px) {
  header nav ul li {
    margin: 0 10px;
    font-size: 85%; }
    header nav ul li .ryaku {
      display: none; } }
@media only screen and (max-width: 920px) {
  header.fixed {
    padding: 10px; }

  header.fixed nav ul li {
    margin: 0 5px;
    font-size: 75%; } }
@media only screen and (max-width: 768px) {
  header nav {
    display: none; } }
/*********** submenu **********/
header nav ul li .submenu {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);
  /*IE8以下用*/
  top: 100%;
  left: 0;
  padding: 30px 0;
  transition: .5s;
  z-index: 999; }
  header nav ul li .submenu .submenu_main {
    float: left;
    width: 75%; }
  header nav ul li .submenu .submenu_sub {
    float: right;
    width: 20%; }

header nav ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1; }

header nav ul li .submenu .submenu_main {
  /*IE8▼*/
  /*IE9▼*/
  /*IE10▼*/ }
  header nav ul li .submenu .submenu_main ul {
    display: block;
    /* before Android4.3 iOS6:Safari */
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
  header nav ul li .submenu .submenu_main ul li {
    width: 23%;
    margin: 1%;
    display: block;
    text-align: left;
    font-weight: normal; }
  header nav ul li .submenu .submenu_main ul li {
    float: left\9; }
  header nav ul li .submenu .submenu_main ul li:not(:target) {
    float: left¥9; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header nav ul li .submenu .submenu_main .ul li {
      float: left !important; } }
  header nav ul li .submenu .submenu_main .image img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  header nav ul li .submenu .submenu_main p {
    margin: 7px 0 0;
    padding-left: 22px;
    background: url(../images/yaji_green@2x.png) no-repeat left 2px;
    background-size: 16px;
    line-height: 1.5; }
  header nav ul li .submenu .submenu_main a:hover img {
    opacity: .7; }
  header nav ul li .submenu .submenu_main a:hover {
    background: none; }

header nav ul li .submenu .submenu_sub li {
  display: block;
  margin: 7px 0 0;
  padding: 0 0 0 22px;
  background: url(../images/yaji_green@2x.png) no-repeat left 2px;
  background-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal; }
  header nav ul li .submenu .submenu_sub li a {
    padding: 0; }
  header nav ul li .submenu .submenu_sub li a:hover {
    background: none; }

/*** 日本昆布協会についてsubmenu***/
header nav ul li .submenu #submenu_about {
  float: left;
  width: 60%; }

header nav ul li .submenu #submenu_media {
  float: left;
  width: 35%; }

header nav ul li .submenu .submenu_sub h3 {
  text-align: left;
  font-size: 110%;
  margin: 0 0 15px; }

header nav ul li .submenu #submenu_about ul {
  float: left;
  width: 45%;
  margin: 0 0 5% 0; }

/************************************

footer

************************************/
footer {
  text-align: left;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    footer {
      padding: 30px 0; } }
  footer nav {
    float: right;
    width: 75%; }
    @media only screen and (max-width: 768px) {
      footer nav {
        display: none; } }
  footer #foot_info {
    float: left;
    width: 20%; }
    @media only screen and (max-width: 768px) {
      footer #foot_info {
        float: none;
        width: 84%;
        margin: 0 auto; } }

.pconly footer {
  min-width: 1100px; }
  @media only screen and (max-width: 768px) {
    .pconly footer nav {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .pconly footer #foot_info {
      display: block; } }

/*** nav ***/
footer nav ul {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
  font-size: 95%;
  line-height: 1.5; }
  footer nav ul li {
    margin: 0 0 5px  0; }
  footer nav ul a:hover {
    color: #009E3E;
    opacity: 1; }

footer nav ul li ul {
  width: 100%;
  font-size: 100%;
  margin: 5px 0; }
  footer nav ul li ul li {
    padding-left: 18px;
    position: relative; }
    footer nav ul li ul li::before {
      position: absolute;
      top: 0;
      left: 2px;
      color: #009E3E;
      font-family: 'FontAwesome';
      content: "\f105"; }

/*** #foot_info ***/
#foot_info h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/head_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  max-width: 270px;
  width: 100%;
  height: 0;
  padding-top: 26%;
  margin: 0 auto 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #foot_info h2 a {
      background-image: url(../images/head_logo@2x.png); } }
  @media only screen and (max-width: 768px) {
    #foot_info h2 a {
      width: 200px;
      height: 60px;
      padding: 0; } }

#foot_info p {
  font-size: 90%;
  line-height: 2;
  margin: 0 0 20px; }
  @media only screen and (max-width: 768px) {
    #foot_info p {
      text-align: center; } }

@media only screen and (max-width: 768px) {
  #foot_info .kaiin {
    text-align: center; } }
#foot_info .kaiin a {
  background: #C7B299;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.5; }

/************************************

pageup

************************************/
#pageup a {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #009E3E;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  z-index: 99; }

/************************************

drawer_MENU

************************************/
/*------------------------------------*\
    Right
\*------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

/*------------------------------------*\
    Hamburger
\*------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  color: #000;
  padding: 0;
  padding-top: 20px;
  padding-right: .75rem;
  padding-bottom: 20px;
  padding-left: .75rem;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:not(:target) {
  display: none\9;
  /*IE9対策*/ }

/*ie11*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .drawer-hamburger {
    display: none; } }
.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.drawer-nav {
  text-align: left;
  font-size: 100%;
  line-height: 1.5; }
  .drawer-nav a {
    text-decoration: none;
    color: #000; }

.drawer-nav ul {
  padding: 4% 8%;
  border-bottom: 1px solid #000; }
  .drawer-nav ul li {
    padding: 8px 0 8px 15px;
    position: relative; }
    .drawer-nav ul li::before {
      position: absolute;
      top: 9px;
      left: 2px;
      font-family: 'FontAwesome';
      content: "\f105"; }
    .drawer-nav ul li.nomark {
      padding: 8px 0 8px 0; }
    .drawer-nav ul li.nomark::before {
      content: ""; }

.drawer-nav ul.sns i {
  font-size: 130%;
  padding-right: 10px; }
.drawer-nav ul.sns li {
  display: inline-block;
  padding: 2px 15px 2px 0; }
  .drawer-nav ul.sns li::before {
    content: ""; }

/*** submenu ***/
.drawer-nav ul li label {
  cursor: pointer;
  display: block;
  padding: 0 0 0 15px; }

.drawer-nav ul li input:checked + label {
  font-weight: bold; }

.drawer-nav ul li label:before {
  position: absolute;
  top: 9px;
  left: 0px;
  font-family: 'FontAwesome';
  content: "\f196"; }

.drawer-nav ul li input:checked + label:before {
  content: "\f147"; }

.drawer-nav ul li input {
  display: none; }

.drawer-nav ul li ul {
  display: none;
  border: none; }

.drawer-nav ul li input:checked ~ ul {
  display: block; }
  .drawer-nav ul li input:checked ~ ul li {
    padding: 5px 0 5px 15px;
    font-size: 90%; }
    .drawer-nav ul li input:checked ~ ul li::before {
      position: absolute;
      top: 5px;
      left: 0px;
      font-family: 'FontAwesome';
      content: "\f0da";
      font-size: 10px; }

/************************************

wp-post common

************************************/
.alignright {
  float: right;
  margin: 0 0 20px 20px !important; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0 !important; }

.aligncenter {
  margin: 0 auto 20px auto;
  display: block; }

/************************************

wp-pagenavi

************************************/
.navi {
  width: 100%;
  clear: both; }

.navi .list_top {
  display: none; }

.wp-pagenavi {
  text-align: center;
  font-size: 75%;
  padding: 20px 0;
  width: 100%; }

.wp-pagenavi a {
  padding: 10px;
  text-decoration: none; }

.wp-pagenavi span {
  padding: 10px; }

.current {
  font-weight: bold;
  font-size: 110%; }

@media only screen and (max-width: 768px) {
  .navi {
    position: relative;
    margin: 0 8%;
    width: 84%; }

  .wp-pagenavi {
    text-align: center;
    font-size: 75%;
    margin: 20px 0; }

  .wp-pagenavi a {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 25px 0px 10px;
    width: 31%;
    display: inline-block;
    color: #basecolor;
    background: url(../images/back_beige.jpg);
    border: none;
    /*全体角丸*/
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */ }

  .navi .list_top {
    display: block; }

  .navi .list_top a {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 31%;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 25px 0px 10px;
    color: #basecolor;
    background: url(../images/back_beige.jpg);
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */ }

  .wp-pagenavi .previouspostslink {
    top: 0;
    left: 0; }

  .wp-pagenavi .nextpostslink {
    top: 0;
    right: 0; }

  .navi a:before {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0;
    margin: auto;
    color: #basecolor;
    font: 14px 'FontAwesome'; }

  .wp-pagenavi a.previouspostslink:before {
    content: "\f104"; }

  .wp-pagenavi a.nextpostslink:before {
    content: "\f105"; }

  .navi .list_top a:before {
    content: "\f106"; }

  .wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .smaller, .wp-pagenavi .larger, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .current {
    display: none; } }
/************************************

nav_single

************************************/
.nav_single {
  clear: both;
  text-align: center;
  font-size: 80%;
  padding: 20px 0; }

.nav_single a {
  padding: 20px;
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .nav_single {
    margin: 0;
    width: 100%;
    font-size: 90%; }

  .nav_single a {
    box-sizing: border-box;
    padding: 10px 5px;
    width: 30%;
    display: inline-block;
    margin: 1%;
    font-weight: bold;
    background: url(../images/back_beige.jpg);
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */ } }
/************************************

raf

************************************/
.raf {
  width: 1280px;
  margin: 0 auto; }

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