@charset "UTF-8";
/*
Theme Name : black-n-white
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
  margin-top: 0;
}

body {
  color: #191919;
  font-size: 16px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
  background: #F1F1F1;
  min-width: 1300px;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
}

.wrapper {
  display: -webkit-flex;
  padding-top: 45px;
}

.inner {
  max-width: 1038px;
  margin: auto;
}

.maincolumn {
  width: 100%;
}

.main_box {
  flex: 1;
}

header .header_space .header_visual {
  background-color: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

header .header_space .site_title {
  padding: 15px 0;
}

header .header_space .site_title a {
  text-decoration: none;
}

header .header_space .site_title .sitename {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.gnavi {
  display: none;
}

/* main */
.main_title {
  position: relative;
  padding: 10px 11px;
  font-size: 20px;
  color: #FFF;
  width: 90%;
  box-sizing: border-box;
  margin: 0 10px 50px;
  background: #F1C278;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.main_title:before, .main_title:after {
  content: "";
  position: absolute;
  top: 10px;
  height: 0;
  width: 0;
  border: 25px solid #F1C278;
  z-index: -1;
}

.main_title:before {
  right: -40px;
  border-right-color: transparent;
}

.main_title:after {
  left: -40px;
  border-left-color: transparent;
}

.main_title span {
  display: block;
}

.main_title span:before, .main_title span:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #8d5c0d;
}

.main_title span:before {
  right: 0;
  border-left: 5px solid #8d5c0d;
}

.main_title span:after {
  left: 0;
  border-right: 5px solid #8d5c0d;
}

.article_list_detail {
  width: 326px;
  background: #FFF;
  margin: 0 30px 50px 0;
  float: left;
}

.article_list_detail .article_block {
  margin: 10px 10px 40px;
}

.article_list_detail .article_block span.txt {
  line-height: 1.8;
}

.article_list_detail dd {
  margin: 10px;
}

.article_list_detail .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.article_list_detail .article_title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.ribbon-wrap {
  position: relative;
}

.ribbon {
  background-color: #CDD9B6;
  margin: 0 15px 0 -15px;
  top: -4%;
  padding: 5px;
  position: absolute;
  display: inline-block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon dt {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px 0 20px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 2em;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #60743b;
}

/* sidebar */
.sidebar {
  width: 30%;
  float: right;
  margin-bottom: 50px;
}

.sidebar .side_list_detail {
  padding-left: 100px;
  position: relative;
}

.sidebar .side_list_detail .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar .side_list_detail .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar .side_list_detail dt {
  order: 2;
  margin-bottom: 15px;
}

.sidebar .side_list_detail dd {
  order: 1;
}

.sidebar .side_list {
  margin-bottom: 35px;
  background: #FFF;
}

.sidebar .side_list .parts_heading {
  font-size: 18px;
  width: 326px;
  font-weight: bold;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  position: relative;
  display: inline-block;
}

.sidebar .side_list .parts_heading:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 87%;
  height: 2px;
  left: 47%;
  transform: translateX(-50%);
  background-color: #F1C278;
  border-radius: 2px;
}

.sidebar .side_list .list-hover {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.sidebar .side_list .list-hover::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 0;
  width: 0;
  height: 1px;
  background: #494949;
  transition: all 0.3s ease 0s;
}

.sidebar .side_list .list-hover:hover {
  cursor: pointer;
}

.sidebar .side_list .list-hover:hover::after {
  width: 100%;
}

.sidebar .side_list .item .list-sty dt {
  margin-left: 1em;
  margin-bottom: 10px;
}

.sidebar .side_list .item .list-sty dt:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: .5em;
  background: #494949;
  vertical-align: 2px;
}

.sidebar a.golist {
  display: inline-block;
  transition: .3s;
  transform: scale(1);
  margin-top: 20px;
  margin-left: 1.3em;
  position: relative;
}

.sidebar a.golist:hover {
  transform: scale(1.1);
}

.sidebar a.golist::before {
  position: absolute;
  top: 0.5em;
  left: -31%;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 3px solid #F1C278;
  border-bottom: 3px solid #F1C278;
  transform: rotate(-45deg);
}

.side_list > dd {
  padding: 20px;
}

.side_list .item li a {
  display: block;
  margin-bottom: 30px;
  min-height: 80px;
  color: #191919;
}

.side_list li:last-child a {
  margin-bottom: 0;
}

.pagetop {
  bottom: 30px;
  right: 30px;
  text-align: center;
  position: fixed;
  z-index: 2;
}

.pagetop a {
  border-radius: 18%;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #8D8D8D;
  padding-top: 20px;
  color: #ffffff;
}

.pagetop a:hover {
  color: #8D8D8D;
  border-color: #8D8D8D;
  background: #ffffff;
  opacity: inherit;
}

.pagetop a:before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  left: 16px;
  width: 14px;
  height: 14px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(-45deg);
}

.footer {
  clear: both;
  padding: 15px 0;
  background: #F1C278;
  color: #ffffff;
  text-align: center;
}

.breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumb ol {
  text-align: left;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumb ol li {
  display: inline;
  letter-spacing: normal;
}

.breadcrumb ol li:first-child a {
  padding: 0px;
}

.breadcrumb ol li:after {
  margin-left: 10px;
  content: '\f105';
  margin-right: 10px;
  font-family: FontAwesome;
  opacity: 0.4;
}

.breadcrumb ol li:last-child:after {
  display: none;
}

.breadcrumb ol a {
  color: #F1C278;
  font-weight: 400;
  text-decoration: none;
}

.headline {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  padding: .8rem 2rem .8rem 3rem;
  color: #fff;
  background: #F1C278;
}

.headline:after {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.subcolor {
  background: #F1C278;
}

.maincolumn {
  margin-bottom: 20px;
}

.article_page .single_column {
  margin-bottom: 15px;
}

.article_page .single_column p {
  padding: 0 30px 15px 0;
}

.btn-parent {
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.btn-parent a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition-duration: 1s;
}

.btn-parent a:hover {
  color: #F1C278;
  transform: rotate(360deg);
}

.linepuls {
  width: 95%;
}

figcaption {
  padding: 0 30px 15px 0;
}

@media screen and (max-width: 960px) {
  body {
    min-width: auto;
  }
  .inner {
    max-width: none;
  }
  .gnavi_list ul {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .gnavi_list li a {
    font-size: 90%;
  }
  .wrapper {
    display: block;
    max-width: 100%;
    min-width: initial;
    padding-top: 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
  }
  main {
    margin: 0;
  }
  .main_title {
    width: 73%;
    margin: 15px auto 50px;
  }
  header .title_dec {
    display: block;
    width: 88%;
    margin: 0 auto;
  }
  .headline {
    padding: 1rem 1rem 1rem 2rem;
  }
  /*スマホ版グロナビ*/
  .gnavi {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .toggle {
    z-index: 12;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    cursor: pointer;
    background: #888888cc;
  }
  .toggle:before, .toggle:after {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 5%;
    content: "";
    background-color: #ffffff;
    transition: all 0.6s ease-in-out;
  }
  .toggle.on:before, .toggle.on:after {
    top: 47%;
    left: 15%;
    width: 70%;
  }
  .toggle.on:before {
    transform: rotate(315deg);
  }
  .toggle.on:after {
    transform: rotate(-315deg);
  }
  .toggle:before {
    top: 30%;
  }
  .toggle:after {
    top: 60%;
  }
  .top .gnavi_list, .gnavi_list {
    position: fixed;
    right: -100%;
    width: 100%;
    transition: 0.6s;
    background: #0074b1;
    text-shadow: none;
  }
  .toggle.on + .gnavi_list {
    right: 0%;
  }
  .gnavi_list ul {
    display: block;
    padding: 0;
  }
  .gnavi_list ul li {
    display: block;
  }
  .gnavi_list li a {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    padding: 0 15px 0 25px;
    line-height: 50px;
    color: #F1C278;
    background: #ffffff;
    overflow: hidden;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    backface-visibility: #f2f2f2;
    font-size: inherit;
  }
  .gnavi_list li a:before {
    display: none;
  }
  .gnavi_list li:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -30px;
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #F1C278;
    background: transparent;
    opacity: inherit;
  }
  .breadcrumb {
    padding-bottom: 0;
  }
  .breadcrumb ol {
    white-space: normal;
  }
  header .box {
    width: 100%;
  }
  .sidebar {
    float: left;
    width: 90%;
    margin: 0 17px;
  }
  .sidebar .parts_heading {
    width: 100%;
  }
  .sidebar .side_list .parts_heading:before {
    width: 80%;
    left: 42%;
  }
  .article_list_detail {
    width: 95%;
    margin: 10px 10px 40px 10px;
  }
  .maincolumn {
    width: 95%;
    margin: 0 auto;
  }
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .breadcrumb ol {
    white-space: normal;
  }
  figcaption, .article_page .single_column p {
    padding: 0 15px 0;
  }
  .main_box .sidebar {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */