@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
body {
  font-size: 14px;
  font-weight: 200;
  font-family: "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #222;
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

a, input[type=button], input[type=submit], button, .btn {
  color: #222;
  transition: 0.3s;
}
a:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

a:hover {
  color: #99cc00;
}

.pc_only {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: inherit !important;
  }
}

ul {
  list-style: none;
  padding: 0;
}
section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 40px;
  }
}

h1, h2, h3 {
  font-family: "M PLUS 1p";
  font-weight: bold;
  text-align: center;
  margin: 0;
}

h2 {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

:-moz-placeholder-shown {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

/*------------------------------------------*/
button.drawer-toggle.drawer-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  button.drawer-toggle.drawer-hamburger {
    display: block;
    background: #99cc00;
    width: 36px;
  }
  button.drawer-toggle.drawer-hamburger button {
    display: block;
    background-color: #000;
    top: 2px;
    padding: 15px 0.7rem 27px;
  }
  button.drawer-toggle.drawer-hamburger button:hover {
    background-color: #000;
  }
  button.drawer-toggle.drawer-hamburger button .drawer-hamburger-icon {
    background-color: #fff;
  }
  button.drawer-toggle.drawer-hamburger button .drawer-hamburger-icon::after, button.drawer-toggle.drawer-hamburger button .drawer-hamburger-icon::before {
    background-color: #fff;
  }
}

.drawer-toggle:focus {
  outline: none;
}

.drawer-nav {
  top: 0;
  overflow: auto !important;
}
.drawer-nav ul.drawer-menu li a {
  height: 60px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 600;
}
.drawer-nav ul.drawer-menu li a:hover, .drawer-nav ul.drawer-menu li a.active {
  color: #99cc00;
}
.drawer-nav ul.drawer-menu li.contact {
  background: #99cc00;
}
.drawer-nav ul.drawer-menu li.contact a:hover, .drawer-nav ul.drawer-menu li.contact a.active {
  color: #222;
}
.drawer-nav ul.drawer-menu li.contact a .icn {
  margin-right: 5px;
}
.drawer-nav ul.drawer-menu li.tel a .block {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: normal;
}
.drawer-nav ul.drawer-menu li.tel a .block .number {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: -5px;
}
.drawer-nav ul.drawer-menu li.tel a .block .number .icn {
  background: #222;
  color: #fff;
  padding: 2px;
  font-size: 9px;
  margin-right: 5px;
  line-height: 1;
}
.drawer-nav ul.drawer-menu li.tel a:hover, .drawer-nav ul.drawer-menu li.tel a.active {
  color: #222;
}
.drawer-nav ul.drawer-menu li .search {
  width: 233px;
  border: 1px solid #222;
  border-radius: 4px;
  height: 40px;
  margin: 10px 1rem;
}
.drawer-nav ul.drawer-menu li .search .search_container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-nav ul.drawer-menu li .search .search_container input[type=search] {
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
  width: 190px;
}
.drawer-nav ul.drawer-menu li .search .search_container input[type=search]:focus {
  outline: 0;
}
.drawer-nav ul.drawer-menu li .search .search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #222;
  color: #fff;
  outline: none;
  height: 38px;
  width: 40px;
  border-radius: 0;
}

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

/*------------------------------------------*/
.btn_area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn_area {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
  }
}
.btn_area div {
  margin: 0 26px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .btn_area div {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
.btn_area div:last-child {
  margin: 0 !important;
}

.btn {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p";
  font-weight: 600;
  position: relative;
  text-align: center;
  height: 60px;
  font-size: 16px;
}
.btn.green {
  background: #99cc00;
  border-bottom: 4px solid #5e7d00;
}
.btn.green a {
  color: #222;
  height: 100%;
}
.btn.blue {
  background: #2d4351;
  border-bottom: 4px solid #000000;
}
.btn.blue a {
  color: #fff;
  height: 100%;
}
.btn.red {
  background: #cc0000;
  border-bottom: 4px solid #750000;
}
.btn.red a {
  color: #fff;
  height: 100%;
}
.btn.border {
  border: 2px solid #222;
}
.btn.border a:hover {
  color: #222;
}
.btn.w316 {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .btn.w316 {
    width: 80%;
  }
}
.btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn a .icn {
  display: flex;
  margin-right: 10px;
}

header {
  border-top: 6px solid #99cc00;
}
@media screen and (max-width: 767px) {
  header {
    border-top: none;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  header .inner {
    height: 60px;
    margin-top: 0;
  }
}
header .inner .header_logo {
  width: 451px;
}
@media screen and (max-width: 767px) {
  header .inner .header_logo {
    width: 220px;
  }
}
header .inner .header_cta {
  display: flex;
  flex-wrap: wrap;
  width: 425px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .inner .header_cta {
    display: none;
  }
}
header .inner .header_cta .tel {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
header .inner .header_cta .tel .icon {
  background: #222;
  color: #fff;
  line-height: 1;
  padding: 4px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}
header .inner .header_cta .tel .number {
  font-family: "M PLUS 1p";
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
header .inner .header_cta .tel .number a:hover {
  color: #222;
}
header .inner .header_cta .search {
  width: 253px;
  border: 1px solid #222;
  border-radius: 4px;
  height: 40px;
}
header .inner .header_cta .search .search_container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .header_cta .search .search_container input[type=search] {
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
  width: 210px;
}
header .inner .header_cta .search .search_container input[type=search]:focus {
  outline: 0;
}
header .inner .header_cta .search .search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #222;
  color: #fff;
  outline: none;
  height: 38px;
  width: 40px;
}
header .inner .header_cta .contact .btn {
  width: 160px;
  height: 40px;
}
header .inner .header_cta .contact .btn a {
  height: 40px;
  font-size: 13px;
}

nav {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  nav {
    margin-top: 0px;
  }
}
nav .inner .gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "M PLUS 1p";
  font-weight: 600;
  font-size: 14px;
}
nav .inner .gnav li {
  text-align: center;
}
nav .inner .gnav li a.active, nav .inner .gnav li a:hover {
  color: #99cc00;
}

/*------------------------------------------*/
#slide {
  margin-top: 20px;
  background: url(../images/slide_bg.png) repeat;
  background-color: #ddd;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #slide {
    margin-top: 0;
    padding: 20px 0;
  }
}
#slide .slide_inner {
  width: 100%;
  margin: 0 auto 10px;
}
#slide .slide_inner .slide {
  width: 100%;
}
#slide .slide_inner .slide .slick-slide {
  margin: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  #slide .slide_inner .slide .slick-slide {
    margin: 0;
    padding: 0 16px;
  }
}
#slide .slide_inner .slide img {
  width: 100%;
}
#slide .slick-prev::before {
  content: url(../images/prev.svg);
  width: 40px;
  height: 40px;
}
#slide .slick-next::before {
  content: url(../images/next.svg);
  width: 40px;
  height: 40px;
}
#slide .slick-prev {
  left: calc((100vw - 1000px) / 2);
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-left: -78px;
}
#slide .slick-next {
  right: calc((100vw - 1000px) / 2);
  z-index: 99;
  width: 40px;
  height: 40px;
  margin-right: -78px;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button::before {
  font-size: 30px !important;
  color: #222;
}

.slick-dots li.slick-active button::before {
  color: #99cc00 !important;
}

.slick-dots li:hover button::before {
  color: #99cc00 !important;
}

/*------------------------------------------*/
#news .inner {
  border: 2px solid #222;
  display: flex;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #news .inner {
    border: none;
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
#news .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 200px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #news .inner h2 {
    width: 100%;
    padding: 8px;
  }
}
#news .inner .right_side {
  overflow-y: scroll;
  width: 100%;
  border: 2px solid #222;
}
@media screen and (max-width: 767px) {
  #news .inner .right_side {
    height: 200px;
  }
}
#news .inner .right_side ul {
  padding: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #news .inner .right_side ul {
    padding: 15px;
  }
}
#news .inner .right_side ul li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#news .inner .right_side ul li p {
  margin: 0;
}
#news .inner .right_side ul li p span {
  background: #222;
  color: #fff;
  padding: 2px 4px;
  font-size: 10px;
  margin-left: 5px;
}
#news .inner .right_side ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/*------------------------------------------*/
#recomend .inner > ul, #attention .inner > ul, #season .inner > ul, #item .inner > ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul, #attention .inner > ul, #season .inner > ul, #item .inner > ul {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
    flex-wrap: nowrap;
  }
}
#recomend .inner > ul > li, #attention .inner > ul > li, #season .inner > ul > li, #item .inner > ul > li {
  margin-top: 26px;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li, #attention .inner > ul > li, #season .inner > ul > li, #item .inner > ul > li {
    margin-right: 0;
    margin-top: 13px;
    height: 100%;
  }
}
#recomend .inner > ul > li > .item_block, #attention .inner > ul > li > .item_block, #season .inner > ul > li > .item_block, #item .inner > ul > li > .item_block {
  height: 100%;
  width: 316px;
  border: 8px solid #eee;
  box-sizing: border-box;
  border-radius: 4px;
  background: #eee;
  display: block;
  position: relative;
  transition: 0.3s;
  background-image: linear-gradient(-45deg, #99cc00 8px, transparent 0);
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block, #attention .inner > ul > li > .item_block, #season .inner > ul > li > .item_block, #item .inner > ul > li > .item_block {
    width: 100%;
    display: flex;
    background-image: none;
  }
}
#recomend .inner > ul > li > .item_block .img, #attention .inner > ul > li > .item_block .img, #season .inner > ul > li > .item_block .img, #item .inner > ul > li > .item_block .img {
  position: relative;
}
#recomend .inner > ul > li > .item_block .img img, #attention .inner > ul > li > .item_block .img img, #season .inner > ul > li > .item_block .img img, #item .inner > ul > li > .item_block .img img {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block .img, #attention .inner > ul > li > .item_block .img, #season .inner > ul > li > .item_block .img, #item .inner > ul > li > .item_block .img {
    width: 40%;
  }
}
#recomend .inner > ul > li > .item_block .status, #attention .inner > ul > li > .item_block .status, #season .inner > ul > li > .item_block .status, #item .inner > ul > li > .item_block .status {
  position: absolute;
  top: 4px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block .status, #attention .inner > ul > li > .item_block .status, #season .inner > ul > li > .item_block .status, #item .inner > ul > li > .item_block .status {
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 5px;
  }
}
#recomend .inner > ul > li > .item_block .status span, #attention .inner > ul > li > .item_block .status span, #season .inner > ul > li > .item_block .status span, #item .inner > ul > li > .item_block .status span {
  background: #222;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1em;
  border: 1px solid #222;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block .detail, #attention .inner > ul > li > .item_block .detail, #season .inner > ul > li > .item_block .detail, #item .inner > ul > li > .item_block .detail {
    display: flex;
    position: relative;
    width: 100%;
  }
}
#recomend .inner > ul > li > .item_block .detail ul, #attention .inner > ul > li > .item_block .detail ul, #season .inner > ul > li > .item_block .detail ul, #item .inner > ul > li > .item_block .detail ul {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block .detail ul, #attention .inner > ul > li > .item_block .detail ul, #season .inner > ul > li > .item_block .detail ul, #item .inner > ul > li > .item_block .detail ul {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
#recomend .inner > ul > li > .item_block .detail ul li, #attention .inner > ul > li > .item_block .detail ul li, #season .inner > ul > li > .item_block .detail ul li, #item .inner > ul > li > .item_block .detail ul li {
  padding: 0;
  border: none;
}
#recomend .inner > ul > li > .item_block .detail ul li span, #attention .inner > ul > li > .item_block .detail ul li span, #season .inner > ul > li > .item_block .detail ul li span, #item .inner > ul > li > .item_block .detail ul li span {
  color: #99cc00;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block .detail ul li span, #attention .inner > ul > li > .item_block .detail ul li span, #season .inner > ul > li > .item_block .detail ul li span, #item .inner > ul > li > .item_block .detail ul li span {
    font-size: 14px;
  }
}
#recomend .inner > ul > li > .item_block .detail ul li:last-child, #attention .inner > ul > li > .item_block .detail ul li:last-child, #season .inner > ul > li > .item_block .detail ul li:last-child, #item .inner > ul > li > .item_block .detail ul li:last-child {
  margin-bottom: 0;
}
#recomend .inner > ul > li > .item_block .detail .sp_arrow, #attention .inner > ul > li > .item_block .detail .sp_arrow, #season .inner > ul > li > .item_block .detail .sp_arrow, #item .inner > ul > li > .item_block .detail .sp_arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  #recomend .inner > ul > li > .item_block .detail .sp_arrow, #attention .inner > ul > li > .item_block .detail .sp_arrow, #season .inner > ul > li > .item_block .detail .sp_arrow, #item .inner > ul > li > .item_block .detail .sp_arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #99cc00;
    margin-right: -10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
#recomend .inner > ul > li > .item_block > a, #attention .inner > ul > li > .item_block > a, #season .inner > ul > li > .item_block > a, #item .inner > ul > li > .item_block > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#recomend .inner > ul > li > .item_block:hover, #attention .inner > ul > li > .item_block:hover, #season .inner > ul > li > .item_block:hover, #item .inner > ul > li > .item_block:hover {
  opacity: 0.7;
}
#recomend .inner > ul > li:nth-child(3n), #attention .inner > ul > li:nth-child(3n), #season .inner > ul > li:nth-child(3n), #item .inner > ul > li:nth-child(3n) {
  margin-right: 0;
}

/*------------------------------------------*/
#make {
  margin-top: 0;
  background: url(../images/green_bg.png) repeat;
}
@media screen and (max-width: 767px) {
  #make {
    margin-top: 0;
  }
}
#make h2 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #make h2 {
    padding-top: 40px;
  }
}
#make .inner {
  padding-bottom: 80px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  #make .inner {
    padding-bottom: 40px;
    padding-top: 16px;
  }
}
#make .inner > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 1000px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #make .inner > ul {
    width: 100%;
    flex-direction: column;
  }
}
#make .inner > ul > li {
  margin-top: 26px;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  #make .inner > ul > li {
    margin-top: 13px;
    margin-right: 0;
  }
}
#make .inner > ul > li .make_block {
  width: 316px;
  border: 8px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #make .inner > ul > li .make_block {
    width: 100%;
  }
}
#make .inner > ul > li .make_block .sub {
  background: #222;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}
#make .inner > ul > li .make_block .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  height: 100px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  font-family: "M PLUS 1p";
}
#make .inner > ul > li .make_block .txt {
  padding: 16px;
}
#make .inner > ul > li:nth-child(3n) {
  margin-right: 0;
}

/*------------------------------------------*/
#start .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1000px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #start .inner ul {
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
  }
}
#start .inner ul li {
  margin-top: 26px;
  width: 480px;
}
@media screen and (max-width: 767px) {
  #start .inner ul li {
    margin-top: 13px;
    width: 100%;
  }
}

/*------------------------------------------*/
footer {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
}
footer .fcat {
  border-top: 2px solid #eee;
}
footer .fcat .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer .fcat .inner ul {
    padding: 10px 0;
    flex-wrap: wrap;
    margin-top: -10px;
  }
}
footer .fcat .inner ul li {
  width: 235px;
}
@media screen and (max-width: 767px) {
  footer .fcat .inner ul li {
    width: 48.5%;
    margin-top: 10px;
  }
}
footer .fcat .inner ul li .btn {
  height: 70px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  footer .fcat .inner ul li .btn {
    height: 50px;
    font-size: 14px;
  }
  footer .fcat .inner ul li .btn .icn {
    margin-right: 0;
  }
  footer .fcat .inner ul li .btn .icn img {
    width: 70%;
  }
}
footer .fcat .inner ul li .tel {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .fcat .inner ul li .tel {
    font-size: 10px;
    line-height: 1.2;
  }
}
footer .fcat .inner ul li .tel .nambur {
  font-size: 23px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  display: flex;
  align-items: center;
}
footer .fcat .inner ul li .tel .nambur a:hover {
  color: #222;
}
@media screen and (max-width: 767px) {
  footer .fcat .inner ul li .tel .nambur {
    font-size: 14px;
  }
}
footer .fcat .inner ul li .tel .nambur span {
  background: #222;
  color: #fff;
  font-size: 13px;
  padding: 4px;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  footer .fcat .inner ul li .tel .nambur span {
    transform: scale(0.6);
    margin-right: -3px;
    margin-left: -5px;
    display: block;
  }
}
footer .fnav {
  background: #eee;
}
@media screen and (max-width: 767px) {
  footer .fnav .inner {
    padding: 0;
  }
}
footer .fnav .inner ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer .fnav .inner ul {
    padding-top: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .fnav .inner ul li {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .fnav .inner ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
  }
  footer .fnav .inner ul li a {
    width: 100%;
    padding: 10px 15px;
  }
  footer .fnav .inner ul li a:hover {
    color: #99cc00;
  }
  footer .fnav .inner ul li:nth-child(2n) {
    border-right: none;
  }
}
footer .fnav .inner ul li::after {
  content: "|";
  margin: 0 8px;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  footer .fnav .inner ul li::after {
    content: none;
  }
}
footer .fnav .inner ul li:last-child::after {
  content: none;
  margin: 0;
}
footer .bana {
  background: #eee;
}
footer .bana .inner ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .bana .inner ul {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  footer .bana .inner ul li {
    width: 48.5%;
    margin-top: 10px;
  }
}
footer .copyright {
  text-align: center;
  margin: 30px 0 24px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
    margin: 0;
    padding-top: 15px;
    line-height: 1.5;
    height: 60px;
  }
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #99cc00;
  color: #fff;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
  #page-top a img {
    width: 70%;
  }
}

/*------------------------------------------*/
#main {
  margin-top: 0;
  background: url(../images/slide_bg.png) repeat;
}
#main .inner {
  position: relative;
}
#main .inner #pankuzu {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main .inner #pankuzu {
    display: none;
  }
}
#main .inner #pankuzu ul {
  display: flex;
}
#main .inner #pankuzu ul li a {
  text-decoration: underline;
  font-size: 12px;
}
#main .inner #pankuzu ul li::after {
  content: "＞";
  margin: 0 16px;
}
#main .inner #pankuzu ul li:last-child::after {
  content: none;
  margin: 0;
}
#main .inner h1 {
  text-align: center;
  font-size: 40px;
  padding: 80px 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main .inner h1 {
    font-size: 34px;
    padding: 50px 0;
  }
}

/*------------------------------------------*/
#item_list .inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #item_list .inner ul li {
    width: 32%;
  }
}
#item_list .inner ul li a {
  width: 316px;
  display: block;
  padding: 20px;
  border: 2px solid #222;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #item_list .inner ul li a {
    line-height: 1.2;
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
#item_list .inner ul li a:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

@media screen and (max-width: 767px) {
  .submenu {
    display: none;
  }
}
.submenu a {
  display: block;
}

.open i.fa-chevron-down {
  transform: rotate(180deg);
}

.default .submenu {
  display: block;
}

/*------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 15px;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 15px 18px;
  border: 2px solid #222;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
/* 最後へ */
/* Page x / y */
.pagination span.page_num {
  display: none;
}

#pagination .sp_only .inner .pagination a {
  width: 50%;
}
#pagination .sp_only .inner .pagination a.prev {
  margin-right: 1%;
}
#pagination .sp_only .inner .pagination a.next {
  margin-left: 1%;
}

/*------------------------------------------*/
#item_detail .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #item_detail .inner {
    flex-direction: column;
  }
}
#item_detail .inner .img_area {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .img_area {
    width: 100%;
  }
}
#item_detail .inner .img_area .main_img {
  border: 1px solid #ddd;
}
#item_detail .inner .img_area .sub_img {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
#item_detail .inner .img_area .sub_img div {
  border: 1px solid #ddd;
  width: 153px;
  margin-right: 10px;
  margin-top: 10px;
}
#item_detail .inner .img_area .zoom {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .img_area .zoom {
    display: none;
    margin-top: 0;
  }
}
#item_detail .inner .img_area .zoom img {
  margin-right: 5px;
}
#item_detail .inner .img_area .detail_slide {
  border: 1px solid #ddd;
  line-height: 0;
}
#item_detail .inner .img_area .detail_slide img {
  width: 100%;
}
#item_detail .inner .txt_area {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area {
    width: 100%;
    margin-top: 20px;
  }
}
#item_detail .inner .txt_area .status span {
  background: #222;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 4px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1em;
  border: 1px solid #222;
}
#item_detail .inner .txt_area h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-align: left;
}
#item_detail .inner .txt_area .item_number {
  margin-top: 10px;
}
#item_detail .inner .txt_area .detail_txt {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#item_detail .inner .txt_area .material div, #item_detail .inner .txt_area .color div, #item_detail .inner .txt_area .price div, #item_detail .inner .txt_area .size div {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
#item_detail .inner .txt_area .material ul, #item_detail .inner .txt_area .color ul, #item_detail .inner .txt_area .price ul, #item_detail .inner .txt_area .size ul {
  margin-top: 5px;
}
#item_detail .inner .txt_area .dlbtn {
  margin-top: 20px;
}
#item_detail .inner .txt_area .dlbtn a {
  border: 2px solid #222;
  padding: 10px 15px;
  border-radius: 4px;
  display: inline-block;
}
#item_detail .inner .txt_area .dlbtn a:hover {
  color: #222;
}
#item_detail .inner .txt_area .dlbtn a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .dlbtn a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
  }
}
#item_detail .inner .txt_area .detail_btn_area {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_btn_area {
    margin-top: 15px;
  }
}
#item_detail .inner .txt_area .detail_btn_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
#item_detail .inner .txt_area .detail_btn_area ul li {
  width: 230px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_btn_area ul li {
    width: 48.5%;
  }
  #item_detail .inner .txt_area .detail_btn_area ul li:last-child {
    width: 100%;
  }
}
#item_detail .inner .txt_area .detail_btn_area ul li .btn {
  height: 70px;
}
#item_detail .inner .txt_area .detail_btn_area ul li .btn.red {
  width: 480px;
  height: 80px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_btn_area ul li .btn.red {
    width: 100%;
  }
}
#item_detail .inner .txt_area .detail_btn_area ul li .tel {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_btn_area ul li .tel {
    font-size: 10px;
    line-height: 1.2;
  }
}
#item_detail .inner .txt_area .detail_btn_area ul li .tel .nambur {
  font-size: 23px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  display: flex;
  align-items: center;
}
#item_detail .inner .txt_area .detail_btn_area ul li .tel .nambur a:hover {
  color: #222;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_btn_area ul li .tel .nambur {
    font-size: 14px;
  }
}
#item_detail .inner .txt_area .detail_btn_area ul li .tel .nambur span {
  background: #222;
  color: #fff;
  font-size: 13px;
  padding: 4px;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #item_detail .inner .txt_area .detail_btn_area ul li .tel .nambur span {
    transform: scale(0.6);
    margin-right: -3px;
    margin-left: -5px;
    display: block;
  }
}

/*------------------------------------------*/
#relation .inner .related_post_title {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #relation .inner .related_post_title {
    font-size: 26px;
  }
}
#relation .inner ul.related_post {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 40px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #relation .inner ul.related_post {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
    flex-wrap: nowrap;
  }
}
#relation .inner ul.related_post > li {
  margin-top: 15px;
  margin-right: 15px;
  width: 188px;
  border: 4px solid #eee;
  box-sizing: border-box;
  border-radius: 4px;
  background: #eee;
  display: block;
  position: relative;
  transition: 0.3s;
  background-image: linear-gradient(-45deg, #99cc00 8px, transparent 0);
}
@media screen and (max-width: 767px) {
  #relation .inner ul.related_post > li {
    width: 100%;
    display: flex;
    background-image: none;
  }
}
#relation .inner ul.related_post > li .wp_rp_thumbnail {
  position: relative;
  text-align: center;
}
#relation .inner ul.related_post > li .wp_rp_thumbnail img {
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #relation .inner ul.related_post > li .wp_rp_thumbnail {
    width: 40%;
  }
}
#relation .inner ul.related_post > li .wp_rp_title {
  padding: 10px;
  line-height: 1.5;
  color: #99cc00;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #relation .inner ul.related_post > li .wp_rp_title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #relation .inner ul.related_post > li .wp_rp_title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #99cc00;
    margin-right: -6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
#relation .inner ul.related_post > li:nth-child(5n) {
  margin-right: 0;
}
#relation .inner ul.related_post > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#relation .inner ul.related_post > li:hover {
  opacity: 0.7 !important;
}

/*------------------------------------------*/
#coloum .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #coloum .inner {
    flex-direction: column-reverse;
  }
}
#coloum .inner #main_area {
  width: 658px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  #coloum .inner #main_area {
    width: 100%;
    margin-top: 0px;
  }
}
#coloum .inner #main_area ul {
  margin-bottom: 0;
}
#coloum .inner #main_area ul li {
  border: 4px solid #ddd;
  padding: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #coloum .inner #main_area ul li {
    padding: 15px;
    margin-top: 20px;
  }
}
#coloum .inner #main_area ul li .block .head_area {
  display: flex;
  justify-content: space-between;
}
#coloum .inner #main_area ul li .block .head_area .img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #coloum .inner #main_area ul li .block .head_area .img {
    width: 22%;
  }
}
#coloum .inner #main_area ul li .block .head_area .img img {
  border-radius: 100%;
}
#coloum .inner #main_area ul li .block .head_area .title_area {
  width: 490px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #coloum .inner #main_area ul li .block .head_area .title_area {
    width: 73%;
  }
}
#coloum .inner #main_area ul li .block .head_area .title_area h2 {
  text-align: left;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #coloum .inner #main_area ul li .block .head_area .title_area h2 {
    font-size: 18px;
  }
}
#coloum .inner #main_area ul li .block .head_area .title_area .status {
  margin-top: 5px;
  display: block;
}
#coloum .inner #main_area ul li .block .head_area .title_area .status span {
  background: #222;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 4px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1em;
  border: 1px solid #222;
}
#coloum .inner #main_area ul li .block .head_area .title_area .status span.border {
  background: #fff;
  color: #222 !important;
}
#coloum .inner #main_area ul li .block .txt_area {
  margin-top: 30px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #coloum .inner #main_area ul li .block .txt_area {
    margin-top: 15px;
  }
}

/*------------------------------------------*/
.blog_list > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: -26px;
}
@media screen and (max-width: 767px) {
  .blog_list > ul {
    margin-top: -13px;
  }
}
.blog_list > ul > li {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .blog_list > ul > li {
    margin-right: 0;
    margin-top: 13px;
  }
}
.blog_list > ul > li .list {
  width: 316px;
  border: 2px solid #222;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .blog_list > ul > li .list {
    width: 100%;
  }
}
.blog_list > ul > li .list .list_sub {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .blog_list > ul > li .list .list_sub {
    pointer-events: auto;
  }
}
.blog_list > ul > li .list .list_sub i {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog_list > ul > li .list .list_sub i {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
.blog_list > ul > li .list ul {
  padding: 0 20px 20px;
}
.blog_list > ul > li .list ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.blog_list > ul > li .list ul li:last-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .submenu {
    display: none;
  }
}
.submenu a {
  display: block;
}

.open i.fa-chevron-down {
  transform: rotate(180deg);
}

.default .submenu {
  display: block;
}

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  .blog_detail #coloum .inner {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .blog_detail #coloum .inner #main_area ul li {
    margin-top: 0;
  }
}
.blog_detail #coloum .inner #blog_list #accordion {
  margin-top: 20px;
}

/*------------------------------------------*/
#customer .inner .table, #order .inner .table {
  display: table;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #customer .inner .table, #order .inner .table {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
}
#customer .inner .table .tr, #order .inner .table .tr {
  display: table-row;
}
@media screen and (max-width: 767px) {
  #customer .inner .table .tr, #order .inner .table .tr {
    display: block;
    width: 100%;
  }
}
#customer .inner .table .tr .th, #order .inner .table .tr .th {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  width: 316px;
  background: #eee;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #customer .inner .table .tr .th, #order .inner .table .tr .th {
    display: block;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
}
#customer .inner .table .tr .th p, #order .inner .table .tr .th p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#customer .inner .table .tr .th p .required, #order .inner .table .tr .th p .required {
  background: #222;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  line-height: 1;
}
#customer .inner .table .tr .td, #order .inner .table .tr .td {
  width: 684px;
  display: table-cell;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #customer .inner .table .tr .td, #order .inner .table .tr .td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
#customer .inner .table .tr .td p, #order .inner .table .tr .td p {
  margin: 0;
}
#customer .inner .table .tr .td p span, #order .inner .table .tr .td p span {
  margin-top: 10px;
  display: block;
}
#customer .inner .table .tr .td p span.mt0, #order .inner .table .tr .td p span.mt0 {
  margin-top: 0;
}
#customer .inner .table .tr .td p input[type=text], #customer .inner .table .tr .td p input[type=email], #customer .inner .table .tr .td p input[type=tel], #customer .inner .table .tr .td p select, #customer .inner .table .tr .td p textarea, #order .inner .table .tr .td p input[type=text], #order .inner .table .tr .td p input[type=email], #order .inner .table .tr .td p input[type=tel], #order .inner .table .tr .td p select, #order .inner .table .tr .td p textarea {
  height: 48px;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 10px;
}
#customer .inner .table .tr .td p input[type=text].w100, #customer .inner .table .tr .td p input[type=email].w100, #customer .inner .table .tr .td p input[type=tel].w100, #customer .inner .table .tr .td p select.w100, #customer .inner .table .tr .td p textarea.w100, #order .inner .table .tr .td p input[type=text].w100, #order .inner .table .tr .td p input[type=email].w100, #order .inner .table .tr .td p input[type=tel].w100, #order .inner .table .tr .td p select.w100, #order .inner .table .tr .td p textarea.w100 {
  width: 100%;
}
#customer .inner .table .tr .td p input[type=text].w30, #customer .inner .table .tr .td p input[type=email].w30, #customer .inner .table .tr .td p input[type=tel].w30, #customer .inner .table .tr .td p select.w30, #customer .inner .table .tr .td p textarea.w30, #order .inner .table .tr .td p input[type=text].w30, #order .inner .table .tr .td p input[type=email].w30, #order .inner .table .tr .td p input[type=tel].w30, #order .inner .table .tr .td p select.w30, #order .inner .table .tr .td p textarea.w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #customer .inner .table .tr .td p input[type=text].w30, #customer .inner .table .tr .td p input[type=email].w30, #customer .inner .table .tr .td p input[type=tel].w30, #customer .inner .table .tr .td p select.w30, #customer .inner .table .tr .td p textarea.w30, #order .inner .table .tr .td p input[type=text].w30, #order .inner .table .tr .td p input[type=email].w30, #order .inner .table .tr .td p input[type=tel].w30, #order .inner .table .tr .td p select.w30, #order .inner .table .tr .td p textarea.w30 {
    width: 100%;
  }
}
#customer .inner .table .tr .td p textarea, #order .inner .table .tr .td p textarea {
  height: 200px;
  display: flex;
}
#customer .inner .table .tr .td p .radio, #order .inner .table .tr .td p .radio {
  display: flex;
  align-items: center;
}
#customer .inner .table .tr .small, #order .inner .table .tr .small {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px !important;
  margin-top: 10px !important;
}
#customer .inner .btn_area, #order .inner .btn_area {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #customer .inner .btn_area, #order .inner .btn_area {
    margin-top: 25px;
  }
}
#customer .inner .btn_area .btn, #order .inner .btn_area .btn {
  width: 477px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #customer .inner .btn_area .btn, #order .inner .btn_area .btn {
    width: 100%;
    height: 60px;
  }
}
#customer .inner .btn_area .btn a, #order .inner .btn_area .btn a {
  width: 477px;
  height: 80px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #customer .inner .btn_area .btn a, #order .inner .btn_area .btn a {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
}

/*------------------------------------------*/
#faq .inner h2 {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #faq .inner h2 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
#faq .inner .accordion ul {
  width: 100%;
  padding: 0;
}
#faq .inner .accordion ul li {
  position: relative;
  list-style: none;
}
#faq .inner .accordion ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 15px;
  border: 2px solid #222;
  border-radius: 8px;
  margin-bottom: 15px;
}
#faq .inner .accordion ul li a h5 {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#faq .inner .accordion ul li a h5 span {
  display: block;
}
#faq .inner .accordion ul li a h5 span:first-child {
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #faq .inner .accordion ul li a h5 span:first-child {
    width: 15%;
  }
}
#faq .inner .accordion ul li a h5 span:first-child img {
  width: 40px;
  height: 100%;
}
#faq .inner .accordion ul li a h5 span:last-child {
  width: 860px;
}
@media screen and (max-width: 767px) {
  #faq .inner .accordion ul li a h5 span:last-child {
    width: 70%;
  }
}
#faq .inner .accordion ul li a h5:hover {
  color: #111;
  text-decoration: none;
}
#faq .inner .accordion ul li div {
  display: none;
}
#faq .inner .accordion ul li div .frame {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 15px 15px 15px;
}
#faq .inner .accordion ul li div .frame span:first-child {
  width: 40px;
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  #faq .inner .accordion ul li div .frame span:first-child {
    width: 15%;
  }
}
#faq .inner .accordion ul li div .frame span:first-child img {
  width: 40px;
  height: 40px;
}
#faq .inner .accordion ul li div .frame span:last-child {
  width: 900px;
  display: block;
}
@media screen and (max-width: 767px) {
  #faq .inner .accordion ul li div .frame span:last-child {
    width: 80%;
  }
}
#faq .inner .accordion ul li .accordion_icon, #faq .inner .accordion ul li .accordion_icon {
  position: absolute;
  width: 22px;
  height: 8px;
  right: 15px;
  margin: 0;
}
#faq .inner .accordion ul li .accordion_icon span, #faq .inner .accordion ul li .accordion_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #222;
}
#faq .inner .accordion ul li .accordion_icon span:nth-of-type(1), #faq .inner .accordion ul li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#faq .inner .accordion ul li .accordion_icon span:nth-of-type(2), #faq .inner .accordion ul li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#faq .inner .accordion ul li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
#faq .inner .accordion ul li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*------------------------------------------*/
#case .inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 1000px;
  margin-top: -26px;
}
@media screen and (max-width: 767px) {
  #case .inner ul {
    width: 100%;
    flex-direction: column;
    margin-top: -13px;
  }
}
#case .inner ul li {
  margin-top: 26px;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  #case .inner ul li {
    margin-top: 13px;
    margin-right: 0;
  }
}
#case .inner ul li .block {
  width: 316px;
  background: #eaeced;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #case .inner ul li .block {
    width: 100%;
  }
}
#case .inner ul li .block .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #2d4351;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #case .inner ul li .block .frame {
    flex-direction: row;
    height: auto;
    padding: 20px;
    justify-content: flex-start;
  }
}
#case .inner ul li .block .frame .icn {
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #case .inner ul li .block .frame .icn {
    height: auto;
    display: block;
    margin-right: 15px;
    width: 10%;
  }
}
#case .inner ul li .block .frame .ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #case .inner ul li .block .frame .ttl {
    margin-top: 0;
  }
}
#case .inner ul li .block .txt {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  #case .inner ul li .block .txt {
    padding: 20px;
  }
}
#case .inner ul li .block.green {
  background: #f5fae5;
}
#case .inner ul li .block.green .frame {
  background: #99cc00;
}
#case .inner ul li .block.green .frame .ttl {
  color: #222;
}
#case .inner ul li:nth-child(3n) {
  margin-right: 0;
}

#flow .inner ul {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul {
    margin-top: 25px;
  }
}
#flow .inner ul li .frame {
  border: 2px solid #222;
  display: flex;
  align-items: center;
  background: #222;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul li .frame {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
#flow .inner ul li .frame:last-child::after {
  content: none;
}
#flow .inner ul li .frame::after {
  content: "";
  border-top: 16px solid #222;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: -18px;
  left: 140px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul li .frame::after {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 32px;
  }
}
#flow .inner ul li .frame .ttl {
  width: 316px;
  background: #222;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1p";
}
@media screen and (max-width: 767px) {
  #flow .inner ul li .frame .ttl {
    width: 100%;
    padding: 10px 20px;
  }
}
#flow .inner ul li .frame .ttl div {
  display: block;
  margin-bottom: 10px;
  font-family: "メイリオ", sans-serif;
}
#flow .inner ul li .frame .ttl div span {
  background: #fff;
  color: #222;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  padding: 4px;
  font-weight: normal;
}
#flow .inner ul li .frame .txt {
  width: 684px;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul li .frame .txt {
    width: 100%;
    padding: 20px;
  }
}

/*------------------------------------------*/
#reason .inner > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 1000px;
  margin-top: -26px;
}
@media screen and (max-width: 767px) {
  #reason .inner > ul {
    width: 100%;
    flex-direction: column;
  }
}
#reason .inner > ul > li {
  margin-top: 26px;
  margin-right: 26px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #reason .inner > ul > li {
    margin-top: 13px;
    margin-right: 0;
  }
}
#reason .inner > ul > li .make_block {
  width: 314px;
  border: 8px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #reason .inner > ul > li .make_block {
    width: 100%;
  }
}
#reason .inner > ul > li .make_block .sub {
  background: #222;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}
#reason .inner > ul > li .make_block .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  height: 100px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  font-family: "M PLUS 1p";
}
#reason .inner > ul > li .make_block .txt {
  padding: 16px;
}
#reason .inner > ul > li:nth-child(3n) {
  margin-right: 0;
}
#reason .inner > ul > li.comment {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reason .inner > ul > li.comment .comment_bg {
  background: url(../images/comment.svg) no-repeat;
  background-size: contain;
  width: 315px;
  height: 300px;
}
#reason .inner > ul > li.comment .comment_bg .comment_inner {
  margin-top: 60px;
}
#reason .inner > ul > li.comment .comment_bg .comment_inner .txt {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
#reason .inner > ul > li.comment .comment_bg .comment_inner .btn.border {
  width: 140px;
  height: 35px;
  margin: 10px auto 0;
}
#reason .inner > ul > li.comment .comment_bg .comment_inner .btn.border a {
  width: 140px;
  height: 35px;
  font-family: "メイリオ", sans-serif;
  font-size: 14px;
}

/*------------------------------------------*/
#voice .inner > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 1000px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  #voice .inner > ul {
    width: 100%;
    flex-direction: column;
    margin-top: -13px;
  }
}
#voice .inner > ul > li {
  margin-top: 40px;
  margin-right: 40px;
  border: 4px solid #ddd;
}
@media screen and (max-width: 767px) {
  #voice .inner > ul > li {
    margin-top: 13px;
    margin-right: 0;
  }
}
#voice .inner > ul > li .block {
  width: 472px;
  height: 100%;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  #voice .inner > ul > li .block {
    padding: 20px;
    width: 100%;
  }
}
#voice .inner > ul > li .block .sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  #voice .inner > ul > li .block .sub {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#voice .inner > ul > li:nth-child(2n) {
  margin-right: 0;
}

/*------------------------------------------*/
#company .inner .table, #specified .inner .table, #privacy .inner .table, #return .inner .table {
  display: table;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #company .inner .table, #specified .inner .table, #privacy .inner .table, #return .inner .table {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
}
#company .inner .table .tr, #specified .inner .table .tr, #privacy .inner .table .tr, #return .inner .table .tr {
  display: table-row;
}
@media screen and (max-width: 767px) {
  #company .inner .table .tr, #specified .inner .table .tr, #privacy .inner .table .tr, #return .inner .table .tr {
    display: block;
    width: 100%;
  }
}
#company .inner .table .tr .th, #specified .inner .table .tr .th, #privacy .inner .table .tr .th, #return .inner .table .tr .th {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  width: 316px;
  background: #eee;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #company .inner .table .tr .th, #specified .inner .table .tr .th, #privacy .inner .table .tr .th, #return .inner .table .tr .th {
    display: block;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
}
#company .inner .table .tr .th p, #specified .inner .table .tr .th p, #privacy .inner .table .tr .th p, #return .inner .table .tr .th p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#company .inner .table .tr .td, #specified .inner .table .tr .td, #privacy .inner .table .tr .td, #return .inner .table .tr .td {
  width: 684px;
  display: table-cell;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #company .inner .table .tr .td, #specified .inner .table .tr .td, #privacy .inner .table .tr .td, #return .inner .table .tr .td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
#company .inner .table .tr .td p, #specified .inner .table .tr .td p, #privacy .inner .table .tr .td p, #return .inner .table .tr .td p {
  margin: 0;
}
#company .inner .table .tr .td p b, #specified .inner .table .tr .td p b, #privacy .inner .table .tr .td p b, #return .inner .table .tr .td p b {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
#company .inner .table .tr .td p span, #specified .inner .table .tr .td p span, #privacy .inner .table .tr .td p span, #return .inner .table .tr .td p span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
#company .inner .table .tr .td p .mt0, #specified .inner .table .tr .td p .mt0, #privacy .inner .table .tr .td p .mt0, #return .inner .table .tr .td p .mt0 {
  margin-top: 0;
}
#company .inner .table .tr .small, #specified .inner .table .tr .small, #privacy .inner .table .tr .small, #return .inner .table .tr .small {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px !important;
  margin-top: 10px !important;
}

/*------------------------------------------*/
#material .inner ul, #print .inner ul {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #material .inner ul, #print .inner ul {
    margin-top: 25px;
  }
}
#material .inner ul li .frame, #print .inner ul li .frame {
  border: 2px solid #222;
  display: flex;
  align-items: center;
  background: #222;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #material .inner ul li .frame, #print .inner ul li .frame {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
#material .inner ul li .frame .ttl, #print .inner ul li .frame .ttl {
  width: 316px;
  background: #222;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1p";
}
@media screen and (max-width: 767px) {
  #material .inner ul li .frame .ttl, #print .inner ul li .frame .ttl {
    width: 100%;
    padding: 10px 20px;
  }
}
#material .inner ul li .frame .ttl div, #print .inner ul li .frame .ttl div {
  display: block;
  margin-bottom: 10px;
  font-family: "メイリオ", sans-serif;
}
#material .inner ul li .frame .ttl div span, #print .inner ul li .frame .ttl div span {
  background: #fff;
  color: #222;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  padding: 4px;
  font-weight: normal;
}
#material .inner ul li .frame .txt, #print .inner ul li .frame .txt {
  width: 684px;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #material .inner ul li .frame .txt, #print .inner ul li .frame .txt {
    width: 100%;
    padding: 20px;
  }
}
#material .inner ul li.gray .frame, #print .inner ul li.gray .frame {
  border: 2px solid #ddd;
  background: #ddd;
}
#material .inner ul li.gray .frame .ttl, #print .inner ul li.gray .frame .ttl {
  background: #ddd;
  color: #222;
}
#material .bg1, #print .bg1 {
  margin-top: 50px;
  background: url(../images/material_bg1_pc.jpg) repeat-x;
  background-position: center;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #material .bg1, #print .bg1 {
    margin-top: 25px;
    background: url(../images/material_bg1_sp.jpg) 0 0 no-repeat;
    height: 0;
    /* 背景画像の高さ÷背景画像の横幅 x100の数値をpadding-topに%指定で入力する。 */
    padding-top: 50%;
    background-size: contain;
  }
}
#material .bg2, #print .bg2 {
  margin-top: 50px;
  background: url(../images/material_bg2_pc.jpg) repeat-x;
  background-position: center;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #material .bg2, #print .bg2 {
    margin-top: 25px;
    background: url(../images/material_bg2_sp.jpg) 0 0 no-repeat;
    height: 0;
    /* 背景画像の高さ÷背景画像の横幅 x100の数値をpadding-topに%指定で入力する。 */
    padding-top: 50%;
    background-size: contain;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px;
  }
}

.mbm30 {
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .mbm30 {
    margin-bottom: -15px;
  }
}

.bconfirm, .bsubmit {
  background: #cc0000;
  border-bottom: 4px solid #750000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #fff;
  font-size: 26px;
  font-family: "M PLUS 1p";
  font-weight: 600;
  width: 480px;
  height: 80px;
  font-size: 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .bconfirm, .bsubmit {
    width: 100%;
    margin: 0;
  }
}

.bback {
  background: #2d4351;
  border-bottom: 4px solid #000000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #fff;
  font-size: 26px;
  font-family: "M PLUS 1p";
  font-weight: 600;
  width: 480px;
  height: 80px;
  font-size: 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .bback {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/*------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-height: 80%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: 90%;
    max-height: 90%;
    padding: 20px;
  }
}
.modal__content ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modal__content ul {
    display: block;
  }
}
.modal__content ul li {
  width: 33%;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .modal__content ul li {
    padding: 4px;
    width: 100%;
  }
}
.modal__content .js-modal-close {
  display: flex;
  justify-content: center;
  background: #222;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}

/* TOPページ プリント・お客様の声 */
/* 素材・プリントのことページ 素材・プリント */
.voice_box {
  margin: 50px auto;
  padding: 20px;
  border: 4px solid #ddd;
}

.voice_box .sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.voice_box .voiceimg {
  width: 40%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .voice_box .voiceimg {
    width: 70%;
  }
}

.material_img {
  width: 60%;
  margin: 0 auto 10px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .material_img {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */