@charset "UTF-8";

/*///////////////////////////////////////
全体設定
///////////////////////////////////////*/
*,*:before,*:after {
 box-sizing: border-box;
}

html {
 box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 font-size: 62.5%;
 height: 100%;
}

body {
 color: #000;
 /*font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
 font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;;
 background:#fff;
 font-size: 14px;
 font-weight: 400;
 line-height: 1.2;
 margin:0;
 padding:0;
 max-width: 100%;
 /*height: 100%;*/
}

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

a{
 text-decoration: none;
}

a:hover{
 /*opacity: 0.5;
 transition: 0.8s;*/
}

/*テキスト白フチ*/
.outline {
 text-shadow:
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}


/*///////////////////////////////////////
スライダー
///////////////////////////////////////*/
.slider{
  width:100%;
  margin:50px auto;
}

/*------ スライダー画像 ------*/
.slider img{
 width: 100%;
 height: 158px;
 object-fit: cover;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
 height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
 right:0!important;
}
.slider .slick-prev{
 left:0!important;
}
.slider .slick-arrow{
 width: initial!important;
 height: initial!important;
 z-index:2!important;
}
.slider .slick-arrow:before{
 font-size: 30px!important;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}

/*///////////////////////////////////////
ヘッダー
///////////////////////////////////////*/
.hp-title{
 display: block;
 width: 100%;
 background-color:#0A5731;
 padding: 5px 30px;
 text-align: left;
}
.hp-title h1{
 font-size: 10px;
 color: #fff;
}
@media screen and (max-width: 768px){
.hp-title{
 padding: 8px 7px;
 font-size: 13px;
 position: fixed;
 z-index: 1;
}
}


#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #006036;
  color: #fff;
}
#gNav a:hover {
  color: #fff;
  height: 40px;
}
nav li a {
  color: #fff!important;
  font-size: 13px;
  /*letter-spacing: 0.2em;*/
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
 /* background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}

.h_logo a{
  color: #fff!important;
  font-weight: bold;
 }

@media only screen and ( max-width : 768px ) {
  #header {
    /*padding: 10px 0;*/
    height: 40px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 100;
  }
  .h_logo a{
   color: #fff!important;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 40px;
  }
  .h_logo img {
    width: 300px;
  }
  #h_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
	height: 40px;
  }
  #gNav ul {
    position: relative;
    display: flex;
	list-style: none;
	padding: 0;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 40px;
	color: #fff;
  font-weight: bold;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    color: #333!important;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #000;
  }
  #gNav li:hover ul.sub-menu {
    top: 40px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/*パンくず*/
/*
.breadcrumbs{
 display: block;
 padding: 5px!important;
 font-size: 0.7em;
 overflow-x: scroll;
}
.breadcrumbs a{
 color: #333;
 }
*/
.breadcrumbs{
  display: block;
  padding: 5px!important;
  font-size: 0.7em;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
 }
 .breadcrumbs::-webkit-scrollbar {
   display: none;
 }
 .breadcrumbs a{
  color: #333;
  }


/*ページャー*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #246b8f;
  background-color: #e8e8e8;
  border-color: #efefef;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #efefef;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e8e8e8;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3399cc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #297aa3;
}
.label-success {
  background-color: #9fc569;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #87b546;
}
.label-info {
  background-color: #4faede;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2799d3;
}
.label-warning {
  background-color: #f4ad49;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f19719;
}
.label-danger {
  background-color: #ed7a53;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e85625;
}


.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
 }
 .pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #4f7a28;
  border-radius: 1px;
  color: #4f7a28;
 }
 .pagination a:not(:hover) {
  text-decoration: none;
 }
 .pagination .current a {
  background-color: #4f7a28;
  color: #fff;
  pointer-events: none;
 }

 .pagination .sr-only {
  display: none;
}



/*///////////////////////////////////////
アイコン
///////////////////////////////////////*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1rl1gl');
  src:  url('../fonts/icomoon.eot?1rl1gl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1rl1gl') format('truetype'),
    url('../fonts/icomoon.woff?1rl1gl') format('woff'),
    url('../onts/icomoon.svg?1rl1gl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-office:before {
  content: "\e903";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-quill:before {
  content: "\e907";
}
.icon-pen:before {
  content: "\e908";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-book:before {
  content: "\e91f";
}
.icon-books:before {
  content: "\e920";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-profile:before {
  content: "\e923";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-zip:before {
  content: "\e92b";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-paste:before {
  content: "\e92d";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-folder-plus:before {
  content: "\e931";
}
.icon-folder-minus:before {
  content: "\e932";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-folder-upload:before {
  content: "\e934";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-coin-yen:before {
  content: "\e93e";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-calculator:before {
  content: "\e940";
}
.icon-lifebuoy:before {
  content: "\e941";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-compass:before {
  content: "\e949";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-map:before {
  content: "\e94b";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-bell:before {
  content: "\e951";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-display:before {
  content: "\e956";
}
.icon-laptop:before {
  content: "\e957";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-box-remove:before {
  content: "\e95f";
}
.icon-download:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-undo:before {
  content: "\e965";
}
.icon-redo:before {
  content: "\e966";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-redo2:before {
  content: "\e968";
}
.icon-forward:before {
  content: "\e969";
}
.icon-reply:before {
  content: "\e96a";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-bubbles3:before {
  content: "\e96f";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-binoculars:before {
  content: "\e985";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-enlarge2:before {
  content: "\e98b";
}
.icon-shrink2:before {
  content: "\e98c";
}
.icon-key:before {
  content: "\e98d";
}
.icon-key2:before {
  content: "\e98e";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-cog:before {
  content: "\e994";
}
.icon-hammer:before {
  content: "\e996";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-hammer2:before {
  content: "\e9a8";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-power-cord:before {
  content: "\e9b7";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-list-numbered:before {
  content: "\e9b9";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-smile2:before {
  content: "\e9e2";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-sad2:before {
  content: "\e9e6";
}
.icon-grin:before {
  content: "\e9e9";
}
.icon-grin2:before {
  content: "\e9ea";
}
.icon-point-up:before {
  content: "\ea03";
}
.icon-point-right:before {
  content: "\ea04";
}
.icon-point-down:before {
  content: "\ea05";
}
.icon-point-left:before {
  content: "\ea06";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-blocked:before {
  content: "\ea0e";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-previous:before {
  content: "\ea18";
}
.icon-next:before {
  content: "\ea19";
}
.icon-backward:before {
  content: "\ea1a";
}
.icon-forward2:before {
  content: "\ea1b";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-loop:before {
  content: "\ea2d";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-arrow-up-left:before {
  content: "\ea31";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-down-left:before {
  content: "\ea37";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up-left2:before {
  content: "\ea39";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-mail4:before {
  content: "\ea86";
}

i{
 margin: 0px 5px;
}

p{
 font-weight: normal;
}
@media screen and (max-width: 768px){
p{
 font-size: 0.9em;
}
}


/*///////////////////////////////////////
ボタン
///////////////////////////////////////*/
.mainBtn {
 display: flex;
 align-items: center;
 justify-content: center;
 line-height: 1;
 text-decoration: none;
 color: #ffffff;
 font-size: 18px;
 border-radius: 0px;
 width: 400px;
 max-width: 100%;
 height: 60px;
 font-weight: 600;
 position: relative;
 transition: 0.3s;
 background-color: #ab987aff;
 margin: 0 auto;
}

.mainBtn::before, .mainBtn::after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 15px;
 height: 1px;
 width: 20px;
 background-color: #fff;
 will-change: transform;
 transition: .3s;
}

.mainBtn:hover::before {
 transform: translate(5px, -50%);
}

.mainBtn:hover::after {
 transform: translate(5px, -50%);
}

.returnBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #1976d2;
  border: none;
}

/*///////////////////////////////////////
見出し
///////////////////////////////////////*/
h2{
 font-weight: normal;
 font-size: 2em;
 margin: 30px auto;
}

@media screen and (max-width: 768px){
h2{
 font-size: 1em;
}
}

.line-headline{
 position: relative;
 display: table-cell;
 padding-left: 55px;
 padding-bottom: 10px;
 color: #AB987A;
 font-size: 1.5em;
}
.line-headline:before {
 position: absolute;
 content: '';
 top: calc(50% - 5px);
 width: 40px;
 left: 0;
 height: 6px;
 border-top: solid 3px #AB987A;
}

.line-headline-subtxt{
 display: block;
 width: 100%;
 color: #000;
 font-size: 2em;
 margin-bottom: 5px;
}
@media screen and (max-width: 768px){
.line-headline{
 font-size: 1.1em;
}
.line-headline-subtxt{
 font-size: 1.3em;
 text-align: justify;
 font-weight: 600;
}
}

/*中央見出し*/
.center-headline {
 padding: 0 3em;
 width: fit-content;
 margin: 0 auto;
 text-align: center;
 position: relative;
 font-size: 2.2rem;
 font-weight: bold;
}
.center-headline::before, .center-headline::after {
 content: '';
 background: #AB987A;
 width: 2em;
 height: 3px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.center-headline::before {
 left: 0;
}
.center-headline::after {
 right: 0;
}
@media screen and (max-width: 768px){
.center-headline {
 padding: 0 2em;
 font-size: 1.5rem;
}
.center-headline::before, .center-headline::after {
 width: 1.5em;
}
}

.green-title{
 display: flex;
 justify-content: space-between;
 width: 100%;
 padding: 5px 30px;
 font-size: 1.5em;
 text-align: left;
 color: #fff;
 background-color: #0A5731;
 margin: 30px 0px 10px;
}
.green-title span{
 display: block;
}
.green-title span a{
 color: #fff;
 font-size: 13px;
}

/*デカ文字*/
.bigTitle{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
 }
 @media screen and (max-width: 768px){
 .bigTitle{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
 }
 }

 .bottom-line {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  font-size: 1.2em;
  margin: 30px auto;
}

.line-left {
  display: block;
  border-left: 5px solid #0d5632;
  padding-left: 5px;
  text-align: left;
  line-height: 30px;
}

/*///////////////////////////////////////
メインコンテンツ
///////////////////////////////////////*/

/*トップスライダー*/
.top-slider {
 margin: 0 auto;
 width: 100%;
}
.slider-img {
 margin: 0 10px;
}
.slider-img img {
 height: auto;
 width: 100%;
}
@media screen and (max-width: 768px){
.slider-img {
 margin: 0px;
}
}

.slick-dots li button:before {
 font-size: 20px!important;
 color: #0B5731!important;
 opacity: 0.5!important;
}
.slick-dots li.slick-active button:before {
 opacity: 1!important;
 color: #0B5731!important;
}
.slick-dots {
 bottom: 10px!important;
}
@media screen and (max-width: 768px){
.slick-dots li button:before {
 font-size: 10px!important;
}
.slick-dots {
 bottom: 0px!important;
}
}


/*メインイメージ*/
.mainimg{
 display: flex;
 justify-content: flex-end;
 align-items: center;
 background: url(../img/mainimg.jpg) no-repeat center center / cover;
 /*height: 100vh;*/
 height: 600px;
 color: #FFF;
 font-size: 200%;
 font-weight: bold;
 background-attachment: fixed;
}
.imgcontent{
 position: relative;
 margin-right: 50px;
 font-size: 1.2em;
 text-shadow: 0 0 5px rgba(0,0,0,1);
}

@media screen and (max-width: 768px){
.mainimg{
 background: url(../img/mainimg.jpg) no-repeat center left / cover;
}
}


/*メインイメージアニメーション*/
.img-wrap {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}


/*==================================================
順番に表示
親要素にclass名 delayScroll指定
===================================*/
/*.delayScroll-ani{
opacity: 0;
}*/
.fadeUp {
animation-name:delayfadeUp;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes delayfadeUp{
from {
 opacity: 0;
 transform: translateY(100px);
}
to {
 opacity: 1;
 transform: translateY(0);
  }
}


/*コンテンツ領域*/
.container {
 margin: 0 auto;
 max-width: 1200px;
 padding: 0 2.0rem;
 position: relative;
}
@media screen and (max-width: 768px){
.container {
 max-width: 100%;
}
}

main {
 /*margin: 40px 0 0 0;*/
 margin: 80px 0 0 0;
}
section {
/* margin: 5rem 0;*/
 padding: 3rem 0;
}

.center {
 text-align: center;
 margin-bottom: 4rem;
}

.gray-back {
 background-color: #f4f4f4;
}


/*///////////////////////////////////////
新着アイテム
///////////////////////////////////////*/
.newflex{
 display: grid;
 gap: 10px;
 grid-template-columns: repeat(5,1fr);
 margin-bottom: 50px;
}

.newBox{
 display: block;
 width: auto;
 height: auto;
 border: 1px solid #ddd;
 padding: 5px;
 position: relative;
}
.newBox a{
 color: #333!important;
 }
.newBox-title{
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 overflow: hidden;
 font-size: 13px;
 height: 32px;
 color: #333;
}
.newBox-info{
 display: block;
 text-align: right;
 font-size: 11px;
 margin-top: 10px;
}
.newBox-price{
 display: block;
 font-weight: bold;
 color: rgba(195,32,35,1.00);
 font-size: 1.5em;
 transform: scale(0.9, 1);
 width: 105%;
}
.newBox-zei{
 color:#333;
 font-size:0.7em;
 font-weight: normal;
 margin-left: 3px;
 }
.newBox img{
 width: 100%;
 height: 170px;
 object-fit: cover;
 margin-bottom: 5px;
}


@media screen and (max-width: 768px){
  .newflex{
    grid-template-columns: repeat(2,1fr);
   }
   .newBox img{
    width: 150px;
    height: 150px;
   }
}


/*///////////////////////////////////////
お知らせ
///////////////////////////////////////*/
.news-list{
 list-style: none outside;
 margin: 30px auto;
 padding: 0;
}
.news-list .item a{
 display: flex;
 flex-wrap: wrap;
 flex-wrap: nowrap;
 text-decoration: none;
 color: #333;
 border-bottom: 1px solid #CCC;
 padding: 15px 20px;
}
.news-list .item:first-child a{

}
.news-list .item .date{
 margin: 0;
 min-width: 120px;
 font-size: 16px;
 color: #999;
 padding: 0 20px 0 0;
}
.news-list .item .news-title{
 margin: 0;
 width: 100%;
 font-weight: bold;
 font-size: 0.8em;
 text-align:left;
}
.news-list .item a:hover .news-title{

}

.more-news{
 display: block;
 text-align: right;
}
.more-news a{
 display: inline-block;
 color: #0A5731;
 font-weight: bold;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .news-title{
  margin-top: 10px;
}
}

/*///////////////////////////////////////
レスポンシブ表示
///////////////////////////////////////*/
@media screen and (max-width: 768px){

/*ヘッダー*/


/*メインコンテンツ*/

.imgcontent{
 max-width: 100%;
 margin: 0 auto;
 text-align: center;
}

}

/*簡易表示切り替え用*/
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}



/*///////////////////////////////////////
フッター
///////////////////////////////////////*/

.footer-grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0,1fr));
 gap: 0.25rem;
 margin-bottom: 1.5rem;
}

.footer {
 padding: 2rem;
 font-size: 15px;
 color: #fff;
 background: #0B5731;
}

.footer-logo{
 display: block;
 margin: 0 auto;
}

.footer a{
 color: #fff;
 font-size: 12px;
}

.footer-navi-head {
 font-weight: 600;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 padding: 5px 0px;
 margin:0px 2px;
 text-align: center;
}

.footer-logo {
 display: inline-block;
 margin-bottom: 1.5rem;
}

.footer-navi{
 padding-left: 20px;
}

.footer-navi li {
  margin-bottom: 0.75rem;
}

.footer-info {
 font-size: 12px;
 margin-bottom: 1.5rem;
 line-height: 1.5;
}

.footer-info a {
 color: #fff;
}

.copyright{
 text-align: center;
}

@media (min-width: 768px) {
.md-flex {
 display: flex;
}

.md-justify-between {
 justify-content: space-between;
}

.footer-grid {
 grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-info a {
 text-decoration: none;
 pointer-events: none;
 }
}

@media (min-width: 1024px) {
  .lg-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}


/*///////////////////////////////////////
商品詳細ページ
///////////////////////////////////////*/
.syousai-flex{
 display: flex;
 justify-content: space-between;
}
.syousai-left{
 display: block;
 width: 550px;
 max-width: 100%;
 margin: 50px 0;
 padding: 0 1em;
}
.syousai-right{
 position: relative;
 display: block;
 width: 600px;
 max-width: 100%;
 margin: 50px 0;
 padding: 0 1em;
}
.syousai-right h2{
 display: block;
 font-size: 1.5em;
 font-weight: bold;
 margin: 0px 0px 20px;
}
.syousai-price{
 display: block;
 font-weight: bold;
 font-size: 2em;
 color: crimson;
 line-height: 0.8;
}
.syousai-price span{
 color: #333;
 font-size: 0.5em;
 font-weight: normal;
 }
.syousai-cate{
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 margin: 15px auto;
 gap: 10px;
}
.syousai-cate span{
 background: #FF9900;
 padding: 2px 10px;
 text-align: center;
 color: #fff;
 font-size: 0.8em;
 font-weight: bold;
 border-radius: 30px;
 }
 .syosaiBtn{
 display: flex;
 width: 100%;
 padding: 10px 20px;
 justify-content: center;
 background: #cf0001;
 color: #fff;
 font-size: 1.2em;
 align-items: center;
 border: none;
 cursor: pointer;
 transition: 1s;
 }
 .syosaiBtn:hover{
 opacity: 0.8;
}
.Btn_blue{
 background: #1c34d4;
}


 @media screen and (max-width: 767px){
.syousai-flex{
 flex-wrap: wrap;
}
.syousai-left,
.syousai-right{
 padding:0;
}
.syousai-right{
 margin-top: 0;
}
.syousai-left{
  margin: 50px 0 30px;
 }
}

/* スライダー*/
.thumbnail {
 position: relative;
}
.thumbnail_content .slick-slide {
 text-align: center;
 vertical-align: middle;
}
.thumbnail-list{
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
}
.thumbnail_content img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 max-width: 100%;
 max-height: 100%;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.thumbnail-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 padding: 1px;
}
.thumbnail_content {
 position: relative;
 background-color: #f8f8f8;
}
.thumbnail_content .caption p {
 padding: 0;
 margin: 0;
}
/*
.thumbnail_content .caption {
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: 2;
 padding: 10px 20px;
 margin: 0;
 color: #fff;
 font-size: 14px;
 transition: .3s ease;
 background-color: rgba(0, 0, 0, 0.4);
}
*/
.slick-slider .fa-angle-left {
 position: absolute;
 top: 50%;
 transform: translate(0, -50%);
 left: 20px;
 z-index: 2;
 color: #fff;
 padding: 5px 9px 5px 10px;
 background-color: rgba(0, 0, 0, 0.4);
}
.slick-slider .fa-angle-right {
 position: absolute;
 top: 50%;
 transform: translate(0, -50%);
 right: 20px;
 z-index: 2;
 color: #fff;
 padding: 5px 9px 5px 10px;
 background-color: rgba(0, 0, 0, 0.4);
}
.fa-arrow-circle-left:hover, .fa-arrow-circle-right:hover {
 opacity: 0.7;
}


/*アコーディオン*/

.acd-inner {
 width: 100%;
 margin: 30px auto 0;
}
.acd-title {
 display: flex;
 align-items: center;
 color: #333;
 font-size: 18px;
 padding: 10px;
 position: relative;
 z-index: +1;
 cursor: pointer;
 transition-duration: 0.2s;
 border-bottom: 1px solid #333;
}
.acd-title:hover {
 opacity: .8;
}
.icon_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 50%;
 right: 5%;
 width: 40px;
 height: 40px;
 margin-top: -20px;
 box-sizing: border-box;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: center center;
 transition-duration: 0.2s;
}
.acd-title.default .icon_wrap {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.icon {
 display: block;
 width: 18px;
 height: 18px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: center center;
 transition-duration: 0.2s;
 position: relative;
}
.acd-title.default .icon_wrap .icon {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.acd-title.default.open .icon_wrap .icon {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.acd-title.open .icon_wrap {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
.acd-title.default.open .icon_wrap {
 -webkit-transform: rotate(315eg);
 transform: rotate(315deg);
}
.icon:before, .icon:after {
 display: flex;
 content: '';
 background-color: #333;
 border-radius: 10px;
 width: 18px;
 height: 2px;
 position: absolute;
 top: 8px;
 left: 0;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 transform-origin: center center;
}
.icon:before {
 width: 2px;
 height: 18px;
 top: 0;
 left: 7px;
}
.acd-title.default .icon_wrap .icon:before {
 content: none;
}
.acd-title.open .icon_wrap .icon:before {
 content: none;
}
.acd-title.default.open .icon_wrap .icon:before {
 content: "";
}
.acd-title.open .icon_wrap .icon:after {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.acd-title.default.open .icon_wrap .icon:after {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.acd-in {
 display: none;
 padding: 10px;
 box-sizing: border-box;
}
.acd-in.default {
 display: block;
}
.acd-wraper {
 height: auto;
}
p.ac-txt {
 margin: 0;
 font-size: 14px;
 color: #333;
}
@media screen and (max-width: 1024px) {
.acd-title {
 font-size: 18px;
}
.icon_wrap {
 width: 30px;
 height: 30px;
 margin-top: -15px;
}
}
@media screen and (max-width: 767px) {
.acd-title {
 font-size: 16px;
 text-align: left;
 padding: 15px 60px 15px 15px;
}
}

/*商品スペック*/
.data-table {
 border-collapse: collapse;
 width: 100%;
 font-size: 14px;
}
.data-table th,
.data-table td {
 padding: 15px;
 border-bottom: 1px solid #ddd;
}
.data-table th {
 text-align: left;
 width: 120px;
}
@media only screen and (max-width: 800px) {
.data-table tr,
.data-table th,
.data-table td {
 display: block;
 width: auto;
}
.data-table tr:first-child {
 border-top: 1px solid #dbe1e8;
}
.data-table th,
.data-table td {
 border-top: none;
}
}

.data-list{
 color: #333;
 padding-left: 0;
 font-size: 14px;
}
.data-list li{
 margin: 10px 0;
 }

 /*///////////////////////////////////////
会社概要
///////////////////////////////////////*/
.kaisya-gaiyou {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
 }

 .kaisya-gaiyou th,
 .kaisya-gaiyou td {
  border: 1px solid #dbe1e8;
  padding: 15px;
 }

 .kaisya-gaiyou th {
  background: #f9fafc;
  text-align: left;
  width: 250px;
 }

 .kaisya-gaiyou td {
  text-align: left;
 }

 @media only screen and (max-width: 800px) {
 .kaisya-gaiyou tr,
 .kaisya-gaiyou th,
 .kaisya-gaiyou td {
  display: block;
  width: auto;
 }
 .kaisya-gaiyou tr:first-child {
  border-top: 1px solid #dbe1e8;
 }
 .kaisya-gaiyou th,
 .kaisya-gaiyou td {
  border-top: none;
 }
 }


/*///////////////////////////////////////
フォーム
///////////////////////////////////////*/
.search-form{
  display: block;
 }
 .search-form-ttl{
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  width: 30%;
  max-width: 100%;
  text-align: left;
  padding: 10px 25px;
  background: #fff;
 }
 @media screen and (max-width: 767px){
 .search-form-ttl{
  width: 100%;
 }
 }
 .search-form-ttl span{
  display: inline-block;
  background: #DF3D00;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
 }
 .search-form-date{
  display: flex;
  align-items: center;
  width: 70%;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding: 0 10px 10px;
  background: #fff;
  font-size: 14px;
 }
 @media screen and (max-width: 767px){
.search-form-ttl{
  padding: 10px;
}
 .search-form-date{
  width: 100%;
  flex-wrap: wrap;
 }
 }
 .any{
  display: inline-block;
  background: #ddd!important;
  font-weight: bold;
  color: #000!important;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
 }
 .search-form-block{
  display: block;
  padding: 10px;
  /*background: aliceblue;*/
  border-radius: 10px;
  margin-bottom: 10px;
 }
 .form-wrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  width: 80%;
 }
 @media screen and (max-width: 767px){
 .form-wrap{
  flex-wrap: wrap;
  width: 100%;
 }
 }

 .style-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 1em 0;
  padding: 20px;
  cursor: pointer;
  line-height: 1.4;
  font-size: 0.95em;
  font-weight: 700;
  color: #333;
  border-radius: 4px;
  background-color: #f7f9fb;
  border: solid 1px #e1e8ef;
  box-shadow: 0 3px 3px -2px rgba(3, 29, 41, 0.15);
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
 }

 .styled-select:focus {
  outline: 0;
  border-color: #b0c5ff;
 }
 .styled-select::-ms-expand {
  display: none;
 }

 .search-submit02{
  display: block;
  margin: 0 auto;
  border: 1px solid #1b7e40;
  border-radius: 1rem;
  background: #1b7e40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
  background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
  background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
   -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  color: #FFF100;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  cursor: pointer;
  width: 80%;
 }
 @media screen and (max-width: 767px){
 .search-submit{
  width: 100%;
 }
 }

 /*アップロードボタン*/
 .upload-btn,
 .upload-btn02{
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
  padding: .7em 1em;
  line-height: 1.4;
  background: #FF7881;
  color: #FFF;
  font-size: 0.95em;
  font-weight: bold;
  border-radius: 10px;
  transition: 0.2s;
 }
 .upload-btn:hover,
 .upload-btn02:hover {
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
 }
 .upload-btn input,
 .upload-btn02 input
 {
  display: none;
 }
 .upload-select{
  margin-left: 10px;
  color: #000;
 }
 .upload-select-none{
  margin-left: 10px;
  color: #000;
 }
 @media screen and (max-width: 767px){
 .upload-btn,
 .upload-btn02{
  display: block;
  width: 100%;
 }
 .upload-select-none{
  display: block;
  margin-left: 0;
  margin-top: 10px;
 }
 }

 /*チェックボックス*/
 .checkbox-wrap {
  display: block;
  position: relative;
  margin: 1em 20px;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
 }
 @media screen and (max-width: 767px){
 .checkbox-wrap {
  margin: 1em 10px;
 }
 }
 .checkbox-wrap input {
  display: none;
 }
 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: solid 2px #d4dae2;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
 }
 .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
 }
 .checkbox-wrap input:checked + .checkmark {
  background: #0D5632;
  border-color: #0D5632;
 }
 .checkbox-wrap input:checked + .checkmark:after {
  opacity: 1;
 }

 /*入力エリアデザイン*/
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="password"]{
  width: 100%;
  max-width: 600px;
  font-size: 0.95em;
  margin: 1em 0;
  padding: 10px;
  border: solid 2px #e3e6ea;
  border-radius: 4px;
 }
 input[type="text"]:focus,
 input[type="email"]:focus,
 input[type="tel"]:focus,
 input[type="password"]:focus {
   border-color: #529fff;
   outline: 0;
 }

 textarea {
  width: 100%;
  max-width: 600px;
  margin: 1em 0;
  padding: 20px;
  font-size: 1em;
  border: solid 2px #e1e3e8;
  border-radius: 4px;
  resize: none;
 }
 textarea:focus {
  border-color: #56a9ff;
  doutline: 0;
 }

 .contact{
  display: block;
  text-align: left;
  line-height: 1.5;
 }

 .qaBtn-flex{
  display: flex;
  justify-content: space-between;
 }

 .contact h2{
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  border-left: 5px solid #0D5632;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 50px;
 }

/*///////////////////////////////////////
プライバシーポリシー
///////////////////////////////////////*/
.policy{
  display: block;
  text-align: left;
  line-height: 1.5;
 }
 .policy h2{
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  border-left: 5px solid #0D5632;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 50px;
 }
 .policy ol li::marker {
  color: #0D5632;
  font-weight: bold;
 }


/*///////////////////////////////////////
前のページへ戻る
///////////////////////////////////////*/
.page-back{
 display: inline-block;
 writing-mode: vertical-rl;
 bottom:50%;
 left:0;
 position: sticky;
 background: #1b7e40;
 color: #fff;
 font-size: 0.9em;
 padding: 20px 10px;
}
.page-back i{
 margin-bottom: 5px;
 }


/*///////////////////////////////////////
問い合わせ送信確認
///////////////////////////////////////*/
.errBox{
 display: block;
 background: #ffdbdb;
 padding: 20px;
 font-weight: bold;
 color: red;
}
.btn_area{
 display: grid;
 grid-template-columns: repeat(2,1fr);
 justify-content: center;
}
@media screen and (max-width: 767px){
.btn_area{
 grid-template-columns: 1fr;
 gap: 5px;
}
}

.btn_area form button{
 display: block;
 margin: 0 auto;
}
.btn_correction{
 display: block;
 border: 1px solid #ddd;
 font-size: 18px;
 font-weight: bold;
 padding: 15px 30px;
 cursor: pointer;
 width: 80%;
 border-radius: 1rem;
 background-image: linear-gradient(180deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
}



/*///////////////////////////////////////
サイトについて
///////////////////////////////////////*/
.img-flex{
 display: flex;
 margin-bottom: 50px;
 justify-content: center;
}
.img-flex img{
 display: block;
}

.ptxt02{
  display: block;
  line-height: 1.5;
  margin: 0px auto;
  background-color: rgba(255,255,255,0.85);
  padding: 10px 0;
  text-align: left;
  width: 100%;
  }
 @media screen and (max-width: 768px){
 .ptxt,.ptxt02{
  width: 100%;
  text-align: left;
  font-size: 0.8em;
 }
 }

.bg01{
 background: url(../img/bg01.jpg) no-repeat center center/ cover;
 background-attachment: fixed;
}

.gold-head{
  position: relative;
  padding: 2px 2rem;
   -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  font-weight: bold; font-size: 130%;
  padding: 20px 10px;
}
.gold-head::before,.gold-head::after{
  position: absolute;
  left: 0;
  width: 100%; height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
.gold-head::before { top: 0; }
.gold-head::after { bottom: 0; }

/*背景色あり見出し*/
.bg-green-headline{
  display: block;
  background-color: #0d5632;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1.5em;
 }
@media screen and (max-width: 768px){
.bg-green-headline{
 font-size: 1.3em;
}
}

.point3{
 display: grid;
 grid-template-columns: repeat(3,1fr);
 padding-bottom: 50px;
 gap: 10px;
}
.point3_inner{
 display: block;
 border: 1px solid #a6a6a6;
 border-radius: 20px;
 padding: 10px 15px;
}
.point3_inner{
 display: block;
 text-align: center;
 color: #0D5632;
}
.point3_inner h4{
 font-size: 1.2em;
}
.point3_inner p{
 display: block;
 text-align: left;
 color: #333;
 line-height: 1.5;
}

 @media screen and (max-width: 768px){
.point3{
 grid-template-columns: 1fr;
}
.point3_inner h4{
 font-size: 0.9em;
}
.point3_inner p{
 font-size: 0.9em;
}
}


/*///////////////////////////////////////
サイトについて
///////////////////////////////////////*/
.gude-wrap {
 display: block;
 margin: 0 auto 30px;
}
.guide-inner{
 display: block;
 border:1px solid #ddd;
 padding: 15px;
 border-radius: 10px;
}
.gude-step{
 display: flex;
 justify-content: center;
 align-items: center;
 width: 3em;
 height: 3em;
 content: "";
 border-radius: 50%;
 background-color: #b68d5f;
 color: #fff;
}
.guide-title {
 display: flex;
 line-height: 1.2em;
 font-weight: bold;
 align-items: center;
 gap: 10px;
 border-bottom: 1px dotted #b68d5f;
 padding-bottom: 5px;
}
.guide-text {
 display: block;
 text-align: left;
 line-height: 1.5;
}

/*完売リボン*/
.ribon {
 position: absolute;
 top: 0;
 left: 0;
 width: 4em;
 height: 4em;
 overflow: hidden;
 z-index: 0;
}

.ribon::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-bottom: 4em solid transparent;
 border-left: 4em solid #c12748;
}

.ribon::after {
 content: "完売";
 display: block;
 position: absolute;
 top: 12px;
 left: -12px;
 width: 4em;
 text-align: center;
 transform: rotate(-45deg);
 color: #fff;
 font-weight: bold;
 font-size: 1em;
}


/*商品詳細画面リボン*/
.thumbnail_slider {
  position: relative;
}

.ribon_big {
 position: absolute;
 top: 0;
 left: 0;
 width: 6em;
 height: 6em;
 overflow: hidden;
 z-index: 0;
}
.ribon_big::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-bottom: 6em solid transparent;
 border-left: 6em solid #c12748;
}
.ribon_big::after {
 content: "完売";
 display: block;
 position: absolute;
 top: 20px;
 left: -25px;
 width: 6em;
 text-align: center;
 transform: rotate(-45deg);
 color: #fff;
 font-weight: bold;
 font-size: 1.2em;
}


/*///////////////////////////////////////
落札
///////////////////////////////////////*/
.card-select {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
}

.kigen-wrap {
  display: grid;
  grid-template-columns: repeat(4, 100px);
  align-items: center;
  margin: 10px auto;
  gap: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px){
  .kigen-wrap{
   grid-template-columns: 1fr;
   margin-bottom: 10px;
  }
  }

.card-info {
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.card-logo-flex {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  list-style: none;
  margin: 10px auto;
  padding-left: 0;
}


/*///////////////////////////////////////
お気に入りボタン
///////////////////////////////////////*/
/*
.heart {
 position: absolute;
 width: 52px;
 height: 40px;
 right: 0;
 margin-top: -60px;
}
.heart:before,
.heart:after {
 position: absolute;
 content: "";
 right: 0px;
 top: 0;
 width: 26px;
 height: 40px;
 background: #f88dc8;
 border-radius: 50px 50px 0 0;
 transform: rotate(-45deg);
 transform-origin: 0 100%;
}
.heart:after {
 left: 0;
 transform: rotate(45deg);
 transform-origin :100% 100%;
}
*/
.heart {
 display: inline-block;
 color: #333;
 position: absolute;
 right: 30px;
 top: 70px;
 /*
 margin-top: 6px;
 margin-left: 5px;
 */
 width: 9px;
 height: 8px;
 border-left: solid 1px currentColor;
 border-bottom: solid 1px currentColor;
 transform: rotate(-45deg) scale(3);
 background: #fff;/*背景色*/
}
.heart:before {
 content: '';
 position: absolute;
 top: -5px;
 left: -1px;
 width: 8px;
 height: 6px;
 border-radius: 5px 5px 0 0;
 border-top: solid 1px currentColor;
 border-left: solid 1px currentColor;
 border-right: solid 1px currentColor;
 background: #fff;/*背景色*/
}
.heart:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 7px;
  width: 5px;
  height: 8px;
  border-radius: 0 5px 5px 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  background: #fff;/*背景色*/
}

.heart_active{
 color: #fff;
 background: red;/*背景色*/
}
.heart_active:before{
  background: red;/*背景色*/
}
.heart_active:after{
  background: red;/*背景色*/
}

@media screen and (max-width: 767px){
  .heart {
    right: 30px;
    top: 60px;
   }
 }

/*///////////////////////////////////////
お気に入りボタン2
///////////////////////////////////////*/
.heart02 {
  display: inline-block;
  color: #333;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 5px;
  height: 6px;
  border-left: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  transform: rotate(-45deg) scale(3);
  background: #fff;
 }
 .heart02:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -1px;
  width: 5px;
  height: 5px;
  border-radius: 5px 5px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  background: #fff;
 }
 .heart02:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-radius: 0 4px 5px 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  background: #fff;
 }

 .heart02_active{
  color: #fff;
  background: red;/*背景色*/
 }
 .heart02_active:before{
   background: red;/*背景色*/
 }
 .heart02_active:after{
   background: red;/*背景色*/
 }

 @media screen and (max-width: 767px){
   .heart02 {
     right: 12px;
     top: 12px;
    }
  }





/*///////////////////////////////////////
ヘッダー追加メニュー
///////////////////////////////////////*/
.linkmenu{
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 40px;
 }
 .linkmenu-inner{
  display: block;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  background-repeat: no-repeat;
  font-size: 0.9em;
  padding: 5px;
  opacity: 1;
 }
 .linkmenu-inner02{
  display: block;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: linear-gradient(90deg, #BDC3C9 0%, #FFFFFF 50%, #BDC3C9 100%);
  background-repeat: no-repeat;
  font-size: 0.9em;
  padding: 5px;
 }

 @media screen and (max-width: 767px){
  .linkmenu{
    margin-top: 40px;
   }
 }


.bg02{
 background: url(../img/bg02.gif) repeat;
}

/*///////////////////////////////////////
LP
///////////////////////////////////////*/
.content {
  margin: 0 auto;
  width: 120rem;
}
.sec01 {
	padding: 5.9rem 0 7rem;
  background: url(../img/bg01_lp.jpg) no-repeat center center / cover;
}
.sec01 .content {
	position: relative;
	z-index: 1;
}
.sec01 h2 {
	margin-bottom: 1.4rem;
	text-align: center;
	font-size: 6rem;
	font-weight: 600;
	letter-spacing: -0.1em;
}
.sec01 .ttlSub {
	margin-bottom: 3.7rem;
	text-align: center;
	font-weight: 700;
	font-size: 4rem;
}
.sec01 .imgList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem;
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.sec01 .imgList li {
	width: 37.6rem;
	text-align: center;
}
.sec01 .imgList li .pho {
	margin-bottom: 0.8rem;
}
.sec01 .imgList li p {
	font-weight: 700;
}
.serif {
 font-family: "Noto Serif JP", serif;
}
.sec01 .imgList li p {
 font-weight: 700;
 font-size: 24px;
}


.sec02 {
	padding: 13.4rem 0 8rem;
	background: url(../img/index/bg02.jpg) no-repeat center top / cover;
}
.sec02 h2 {
	margin-bottom: 1.9rem;
	text-align: center;
}
.sec02 .innerBox .imgtext {
	text-align: center;
}
.sec02 .innerBox .stepList {
	margin-top: -26.1rem;
	position: relative;
	z-index: 1;
  list-style: none;
  padding-left: 0;
}
.sec02 .innerBox .stepList li {
	margin-bottom: 3rem;
	padding: 1.2rem 1.4rem;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	background: #fff;
	border-radius: 3rem;
	border: 0.8rem solid #28130e;
}
.sec02 .innerBox .stepList li:last-child {
	margin-bottom: 0;
}
.sec02 .innerBox .stepList li .photo {
	width: 36rem;
	border-radius: 1.5rem;
	order: 1;
}
.sec02 .innerBox .stepList li .photo img {
	width: 100%;
	border-radius: inherit;
}
.sec02 .innerBox .stepList li .textBox {
	padding: 0.9rem 0 0 2.7rem;
	flex: 1;
}
.sec02 .innerBox .stepList li .textBox h3 {
	margin-bottom: 0.7rem;
	font-size: 5rem;
	letter-spacing: -0.07em;
	line-height: 1.4;
}
.sec02 .innerBox .stepList li .textBox h3 .num {
	display: block;
	color: #d89a28;
}
.sec02 .innerBox .stepList li .textBox p {
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1.53;
  font-size: 24px;
}



@media all and (max-width: 896px) {
	.sec01 {
		padding: 4rem 0;
	}
	.sec01::after {
		height: calc(100% + 5rem);
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5rem), calc(50% + 7rem) calc(100% - 5rem), 50% 100%, calc(50% - 7rem) calc(100% - 5rem), 0 calc(100% - 5rem));
	}
	.sec01 .ttlSub {
		margin-bottom: 2rem;
		font-size: 1.7rem;
	}
	.sec01 .imgList {
		gap: 3rem 4%;
		justify-content: center;
	}
	.sec01 .imgList li {
		width: 48%;
	}
	.sec02 {
		padding: 8rem 0 4rem;
	}
	.sec02 h2 img {
		width: 34rem;
	}
	.sec02 .innerBox .imgtext img {
		width: 22.5rem;
	}
	.sec02 .innerBox .stepList {
		margin-top: -12.5rem;
	}
	.sec02 .innerBox .stepList li {
		margin-bottom: 2rem;
		padding: 1rem;
		display: block;
		border-radius: 1.5rem;
		border-width: 0.4rem;
	}
	.sec02 .innerBox .stepList li:last-child {
		margin-bottom: 0;
	}
	.sec02 .innerBox .stepList li .photo {
		width: auto;
		border-radius: 1rem;
		margin-bottom: 2rem;
	}
	.sec02 .innerBox .stepList li .textBox {
		padding: 0 1rem 1rem;
	}
	.sec02 .innerBox .stepList li .textBox h3 {
		font-size: 2.5rem;
	}
  .content {
    margin: 0 1.5rem;
    width: auto !important;
	}
  .sec01 h2 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    line-height: 40px;
  }
  .sec01 .imgList li p {
    font-size:  15px;
   }
   .sec02 .innerBox .stepList li .textBox p {
    font-size: 15px;
  }
}
